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": "d3c10b8d-574e-4402-90f4-e42cd3a2bffd",
"CompanyID": "39ee293a-8f5d-41ef-9c6d-24276cdba1b5",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-20T09:49:11.6057162-04:00",
"CreatedByUserID": "a9c915c6-991b-4caf-bb41-a6990bd37f6b",
"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": "67f359bf-a879-42cb-b68f-ca768b9605a5",
"CompanyID": "e042ecda-a287-48eb-a635-ff9e0207e314",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-20T09:49:11.6213469-04:00",
"CreatedByUserID": "4b415b36-c1ee-4aed-a0b0-35c92c304d34",
"Deleted": true
}