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": "49acb6b8-cccc-4e56-a06a-965926cb814c",
  "CompanyID": "9d255768-ab16-4c32-b646-bae05c6d5fae",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-06-24T17:26:05.1637657-04:00",
  "CreatedByUserID": "5df1bf3b-4fc2-4d1e-9029-027b234b945f",
  "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": "8301cb6d-60ed-44ae-aef8-64a8e2e55bef",
  "CompanyID": "b163d60c-9d16-4c58-b588-bc8e54121bf0",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-06-24T17:26:05.3200169-04:00",
  "CreatedByUserID": "053d719c-2297-4c1b-ba49-57df893825f4",
  "Deleted": true
}