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": "e0668ad2-c578-47cc-ac60-40c95b9f592e",
"CompanyID": "385ebb05-9c77-4200-ad6e-b2007a1818db",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-21T10:57:18.8839209-04:00",
"CreatedByUserID": "ebe15be9-bc70-4a9d-a957-0eb99b748546",
"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": "54d55b6e-c614-49ba-845a-a6bf85d8cb3a",
"CompanyID": "e01d21e3-a75e-47e1-81c2-ed5396d520fc",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-09-21T10:57:18.8839209-04:00",
"CreatedByUserID": "c9534721-5c61-4198-b940-8dd04d3eb028",
"Deleted": true
}