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": "f1a70ed5-a20d-4e1a-a866-79a034543c36",
  "CompanyID": "69f9e21d-913c-4ccc-8a54-6da24c6877f9",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-07-29T16:04:14.0266631-04:00",
  "CreatedByUserID": "c83b7ef0-232d-4997-8d7c-192704e2f5f5",
  "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": "ffd82997-160b-40df-86ce-7a9bafc44094",
  "CompanyID": "6852c12c-8144-4dfb-af36-fc724b914ba2",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-07-29T16:04:14.0266631-04:00",
  "CreatedByUserID": "f9bf945b-dee6-4877-920c-719e39fe6bb5",
  "Deleted": true
}