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": "1a602773-d602-456a-b59e-a57c5877a386",
"CompanyID": "6d401548-7b94-49f1-b3f1-159f4fcd1ee9",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-20T19:20:53.9689293-04:00",
"CreatedByUserID": "6a1eceb1-9a8a-413f-8758-e71d405fe581",
"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": "b9d8c64b-04d9-455b-b707-3d212078e23d",
"CompanyID": "bb8ccdf4-0f42-466a-968a-73cfaa61a02c",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-20T19:20:54.0001802-04:00",
"CreatedByUserID": "ded683cd-02b3-418e-897b-60f8270b8980",
"Deleted": true
}