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": "dd138083-4bb0-4659-909a-dec8ea431a1a",
  "CompanyID": "139892a0-d56a-42de-9e2c-8b38de68403f",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-07-07T23:00:12.679899-04:00",
  "CreatedByUserID": "30a3514a-9d3a-4b15-abfa-f15d998ccf22",
  "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": "a178ae5e-82d8-4e01-ac3b-e45e1884a1f9",
  "CompanyID": "fb541049-fc14-4610-9539-270b3280c874",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-07-07T23:00:12.679899-04:00",
  "CreatedByUserID": "552a13f5-7578-4b81-82b2-eedf8c10d145",
  "Deleted": true
}