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": "27dd8073-9b72-42ee-8d70-a9482c4a0c30",
  "CompanyID": "0ba5c0f8-aa45-46e8-a788-b471f9e265db",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-07-05T10:43:32.3831949-04:00",
  "CreatedByUserID": "89701d8f-6110-471f-ae8b-0eecd09d2dae",
  "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": "d1a6b8c1-18e0-4a16-a064-a717f63f7616",
  "CompanyID": "af73232e-1eca-4a4e-94ea-d863319115fc",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-07-05T10:43:32.5081946-04:00",
  "CreatedByUserID": "939fbcac-8f37-4232-b211-a3ad116e6f46",
  "Deleted": true
}