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": "93a3b5d6-d44e-429b-b7df-14071f810149",
  "CompanyID": "c63d9c0a-7dd8-472a-8dd3-5ae921700e88",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-07-18T18:21:17.2343591-04:00",
  "CreatedByUserID": "bdf3176f-29bb-4a8d-9a80-2a3aabb90712",
  "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": "48d9a0ea-9e09-4c7b-ac69-6aa7a0be9ad2",
  "CompanyID": "c8fde479-54a2-4051-ba5a-2edee82d1b00",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-07-18T18:21:17.3437343-04:00",
  "CreatedByUserID": "dd41c977-e273-4709-9579-039bcbc9f573",
  "Deleted": true
}