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": "d62cec21-d0cd-4e0d-b966-f2f9597bfb99",
  "CompanyID": "13c49270-454c-4cda-ba0c-f1155c3f539f",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-08-10T08:21:40.723199-04:00",
  "CreatedByUserID": "9692d011-a2e5-46c4-903b-2fa89262e720",
  "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": "bd7edef9-3ad7-49ef-aedb-5686f7de7cdc",
  "CompanyID": "cfca6e78-94dc-4de7-b82f-90e7274a9d18",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-08-10T08:21:40.8639261-04:00",
  "CreatedByUserID": "3b9a0dc7-e50d-4cb5-bc5b-f5ddcfb2a71e",
  "Deleted": true
}