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": "b62276a4-2b33-491c-9fc6-134e9a0c5b6e",
  "CompanyID": "cf7191cb-290d-4eab-a6c8-a131b510f161",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-06-17T00:26:53.4208813-04:00",
  "CreatedByUserID": "38387f56-080b-4c11-a8f5-bc8c1286ecfd",
  "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": "cdaf79fb-f6f4-445e-b9df-69a403a44a8d",
  "CompanyID": "2a1f2061-de7a-4734-9c25-59b6f316d20a",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-06-17T00:26:53.4365146-04:00",
  "CreatedByUserID": "10d796a7-ffed-4169-a349-ac89a5cfc829",
  "Deleted": true
}