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": "72af919e-76ba-4995-b993-236940eb1ea7",
  "CompanyID": "7bd15958-fbd1-49ea-b20b-ca323f9a1a9a",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-07-08T13:24:53.1731305-04:00",
  "CreatedByUserID": "a10e8a0f-f430-471c-bc53-ceb093903522",
  "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": "d827350d-1250-41e5-8f16-1f4c19e322d0",
  "CompanyID": "16984b31-f2fd-442f-bdb3-b9d8b80444db",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-07-08T13:24:53.1887362-04:00",
  "CreatedByUserID": "1722a5bb-5ab9-4144-9850-b5209b50e8da",
  "Deleted": true
}