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": "074b8819-c031-4af1-9a5d-eed12946d265",
"CompanyID": "cedf0fa7-4a72-4363-b8d8-2dfee9f97d15",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-02T09:19:17.7263932-04:00",
"CreatedByUserID": "c59de72e-c253-4bf0-b072-6110f56fc69c",
"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": "68b21ecc-de60-450c-b87a-7c8977b3235d",
"CompanyID": "54bc7d73-ef97-43a6-88e4-7f349318fa91",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-02T09:19:17.8982655-04:00",
"CreatedByUserID": "830e108e-e35b-48a2-9655-46e051918294",
"Deleted": true
}