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": "fc65d345-c9e8-4b94-993a-6b83b2035a05",
  "CompanyID": "46d16e7f-d115-4847-b361-69e7ae1c6194",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-08-01T13:11:06.9875321-04:00",
  "CreatedByUserID": "dfef31b0-1dde-4af6-88b4-a95596eca3bc",
  "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": "9ea59a77-2ed3-4a14-b474-0531ce989aea",
  "CompanyID": "ab738bcd-4b09-4826-9882-42dd7f6b34e5",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-08-01T13:11:06.9875321-04:00",
  "CreatedByUserID": "f017be95-0539-487d-9d33-ed24d494428c",
  "Deleted": true
}