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": "c76366d3-6986-4fa0-bd34-213758ad11f3",
  "CompanyID": "8566aa48-7225-4daa-9533-0e2820dce971",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-05-10T05:41:13.0072325-04:00",
  "CreatedByUserID": "e66b85a6-8e8d-4312-a46b-80eba472a84b",
  "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": "986331d4-c16a-460a-8b12-fb631e5f60d1",
  "CompanyID": "c4b7e4d4-66e0-4a36-9b9a-c75429e7c26a",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-05-10T05:41:13.0072325-04:00",
  "CreatedByUserID": "3869e530-24f9-48b1-a775-e692cb6f009c",
  "Deleted": true
}