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": "cfa65e95-3ce9-4a2b-9a08-595fb6404f1b",
  "CompanyID": "c4b77351-b211-45e0-a800-28c486d2f323",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-08-26T17:04:54.7409697-04:00",
  "CreatedByUserID": "41e218b1-3ac2-4ab0-a8e3-90c43117b4e9",
  "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": "ae68abe3-0bd9-4372-843b-e6f8f1592b7e",
  "CompanyID": "35dd0d76-e4bc-435a-a3ad-31fc6193b4e5",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-08-26T17:04:54.7409697-04:00",
  "CreatedByUserID": "d9d49248-e204-4f5b-ba6c-a30720e9d01e",
  "Deleted": true
}