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": "73201357-3752-4c27-844b-47e9a886a927",
"CompanyID": "c06f0832-e941-432b-abe9-6fe6ad910966",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-07T08:19:24.5365665-04:00",
"CreatedByUserID": "87686105-0751-4dff-934c-5435345fff6c",
"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": "3c4cee03-bb35-4e8b-9f15-f3441c2de12a",
"CompanyID": "55b0f429-c583-4a86-ab51-a544e7d8748a",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-07T08:19:24.645948-04:00",
"CreatedByUserID": "fe743801-ecc3-490f-b881-5c1287ee7037",
"Deleted": true
}