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": "5df0590d-5b9c-4639-9aa3-258c2f60c392",
  "CompanyID": "24c621da-cd55-4e61-b39b-3b4e41fd1982",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-05-17T05:49:49.7386296-04:00",
  "CreatedByUserID": "5dccfac1-8696-40cb-bac2-7b4c9e467bc4",
  "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": "7677d325-1d39-4c71-9b4d-c329991deb3a",
  "CompanyID": "7491f565-99ec-43de-816b-bd1ac5898af7",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-05-17T05:49:49.7386296-04:00",
  "CreatedByUserID": "7aa384f7-8e3c-4ee1-82a7-23ad08bc6cb3",
  "Deleted": true
}