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": "4d14e501-65e3-4cf2-9e92-a0314be3ec14",
"CompanyID": "c76728cd-b7e4-4915-93ca-c7dd6cb58c08",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-09T09:59:50.8863555-04:00",
"CreatedByUserID": "bffb59d5-a411-491f-b6be-e89ec15062d6",
"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": "02fd9152-3660-4bf6-81ed-0568acd9ccb0",
"CompanyID": "f332b94c-9a27-4a82-8e1e-a9fbe09a8fbe",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-09T09:59:50.8863555-04:00",
"CreatedByUserID": "8b43c28a-0dd4-4367-bf7e-b5f3ffff41c0",
"Deleted": true
}