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": "9c749816-1956-4586-bbe1-b2dc78c5b98e",
"CompanyID": "bfdc75a0-330e-46a5-aba2-37006a23a9af",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-14T11:27:03.2826475-04:00",
"CreatedByUserID": "2ad53929-2500-4944-9350-7d5d017432bc",
"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": "493ef651-a77d-411c-aeb0-457ecb074992",
"CompanyID": "81d65073-ca2c-440a-abea-5313687cf33c",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-14T11:27:03.2982727-04:00",
"CreatedByUserID": "a6b0ed54-c808-4ee2-a84b-193696d88a02",
"Deleted": true
}