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": "14eab014-1b2f-439b-b226-f7edfbc1e81a",
  "CompanyID": "a650491a-76f5-4e8b-b30e-42250634fdb8",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-05-27T05:14:07.3581412-04:00",
  "CreatedByUserID": "bf9b9bf5-75af-40cd-9904-46e83e8e2dee",
  "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": "aeaa40fa-14c2-41cc-a6ae-0d24cd796f96",
  "CompanyID": "e7d7f5fd-1fc8-4bbc-ad89-b9e087fc66fc",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-05-27T05:14:07.5300101-04:00",
  "CreatedByUserID": "df1e9243-804c-4f56-82c6-7f1f7ffe1884",
  "Deleted": true
}