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": "9a6a96fe-16ec-4f50-a88c-731f96be3b5b",
  "CompanyID": "92a71a09-cb71-4cfd-af7e-cfe61304d600",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-08-13T13:38:30.3262333-04:00",
  "CreatedByUserID": "cc327c4c-14e8-450b-a7a7-4813a0388c04",
  "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": "03d836cc-4b97-4dac-a65d-7e1783711021",
  "CompanyID": "c1bf58eb-725a-4747-8b02-e0383f448148",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-08-13T13:38:30.4668536-04:00",
  "CreatedByUserID": "a61d8a48-c34f-4aba-9851-d88e7031f60b",
  "Deleted": true
}