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": "702e2fbc-fa11-4c73-b97a-a89ce6baf3ef",
"CompanyID": "36da2e4c-f1d9-4218-a7aa-704a042d2cb4",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-11T10:08:58.9376784-04:00",
"CreatedByUserID": "726e535b-445a-4fd9-84c2-61c688ab9265",
"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": "96e75115-ef2d-4e26-a7a4-6b855b2ae8c0",
"CompanyID": "1eec1e6f-0722-4a08-b4ad-9cf7a639cfcd",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-11T10:08:59.0939286-04:00",
"CreatedByUserID": "e757adf5-4a1b-4304-b5d7-fdc53e43d993",
"Deleted": true
}