POST api/CompanyCommunity

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
companyCommunity
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "CompanyCommunityID": "ff88f372-9bcf-4d45-9c88-63ef202cc006",
  "CompanyID": "23c9f014-f290-467f-ada4-c07ee0397e04",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-09-07T09:51:23.2532838-04:00",
  "CreatedByUserID": "82531b47-ac6f-4cf9-b7db-2ee0505ddff8",
  "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": "dd52d15a-f395-44fb-aa61-5e52230b235a",
  "CompanyID": "a518a033-18ee-4625-8756-339947c20701",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-09-07T09:51:23.2532838-04:00",
  "CreatedByUserID": "fa917537-0c6b-4b9f-ad64-e9ce8ce36e57",
  "Deleted": true
}