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": "63430050-3ca6-404d-aaab-1a23cad24358",
  "CompanyID": "a1d89638-c02e-403f-b276-e33c28046ae7",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-06-12T23:35:18.8351485-04:00",
  "CreatedByUserID": "a4729823-d3cb-4886-a29a-c72bc9a7e774",
  "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": "08ce902c-1aff-4525-8960-48785eebad86",
  "CompanyID": "e9fab63a-47ef-4aba-8e91-547432311287",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-06-12T23:35:18.8351485-04:00",
  "CreatedByUserID": "b69ea576-3cb7-4dd8-a058-5c9c515da137",
  "Deleted": true
}