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": "f41cb9a1-3703-4854-9bfe-1830d52a88b1",
"CompanyID": "24640eae-86df-4a1f-9970-fc43694fe3db",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-14T04:56:42.9415595-04:00",
"CreatedByUserID": "a98a6230-b131-49b0-8ff1-80c921313dc3",
"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": "ab208b42-db0d-4020-a79b-c31d05377aee",
"CompanyID": "87ff219f-2bac-4509-a937-a5d9d461eb3f",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-14T04:56:43.1134384-04:00",
"CreatedByUserID": "08655380-adc4-4bd6-86a7-027296bbec6e",
"Deleted": true
}