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": "51615e56-2d26-4ea7-9ead-cf1100cac9b9",
"CompanyID": "74c76944-ce10-4c43-9759-2f23231a541e",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-12T14:44:31.8576177-04:00",
"CreatedByUserID": "2a3c6b6b-8f94-42a4-82d1-f93e37572812",
"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": "49d1cd99-5530-4076-8473-a1b777424e12",
"CompanyID": "59cff28a-86fb-4340-888f-7451a48a2973",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-12T14:44:32.0138637-04:00",
"CreatedByUserID": "5a0fe3d7-26e1-4c4a-ab3e-807d2868bfc1",
"Deleted": true
}