POST api/CompanyCommunity
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| companyCommunity | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"CompanyCommunityID": "64995579-b405-41c0-9227-474fec6062a6",
"CompanyID": "46898af1-2b7e-4c8d-ac7f-bd2abb7fb806",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-25T08:49:46.4586818-04:00",
"CreatedByUserID": "b41b2cad-ab7a-4a36-ba88-91f3843654a3",
"Deleted": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"CompanyCommunityID": "c6b54f5b-df03-476d-91ce-ac242e21adb9",
"CompanyID": "7c12c70f-b943-465f-9821-7407c165ef0b",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-25T08:49:46.4586818-04:00",
"CreatedByUserID": "16814bb0-4d9d-4ac2-9a92-ef46aabe1620",
"Deleted": true
}