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": "4211d157-534c-4d79-82be-1fe6b52008e0",
  "CompanyID": "c288ce5b-f18f-4860-9ee2-926e18097587",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-07-21T02:40:27.8858817-04:00",
  "CreatedByUserID": "7aacb450-c2c6-4d31-b361-2069d9b636f3",
  "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": "e786c57d-295e-4e67-afe9-262783db46e2",
  "CompanyID": "a182193b-11e6-4728-bcb3-d50c4acf411b",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-07-21T02:40:28.0431966-04:00",
  "CreatedByUserID": "3b06fe52-7ba9-4172-a2fc-8a4972f853a7",
  "Deleted": true
}