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": "c5172110-3df7-4197-9dfe-eed948d9c435",
  "CompanyID": "27fb9f2b-4108-4bee-a639-d417820ca299",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-08-23T12:15:08.5128732-04:00",
  "CreatedByUserID": "eef5c2cf-9853-4803-ad1b-1fbc2be8d902",
  "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": "0cab4e43-f4a1-4247-8803-d12b58a8b6d9",
  "CompanyID": "cd057a06-e2ff-4f9f-88fc-4019a73b1439",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-08-23T12:15:08.6691251-04:00",
  "CreatedByUserID": "d66b21dd-e9a8-4aae-8881-d6c33e983ac9",
  "Deleted": true
}