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": "bfa1db49-61fa-4548-b3fb-abe04fb6307d",
"CompanyID": "8d556afc-be7d-44cc-b788-65754be91324",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-28T19:27:16.8868128-04:00",
"CreatedByUserID": "1bc09386-055f-49c2-b8c8-66dde654525b",
"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": "0aefa632-c1f4-4f79-ae47-967733233333",
"CompanyID": "e2a1da7c-a609-4629-bd63-fc8fbb424f38",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-28T19:27:16.8868128-04:00",
"CreatedByUserID": "bd54b7a5-e913-4739-b59b-e4989fb8f34e",
"Deleted": true
}