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": "e1aac02f-60d9-41c1-add9-22e1c27005c7",
  "CompanyID": "dc77de04-0624-4f4a-a867-1ba3c5f1030b",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-05-11T06:01:41.9655022-04:00",
  "CreatedByUserID": "028b0c15-9ab2-47a5-83cd-af6c07cc9d5e",
  "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": "2621df57-8d25-4b97-b4d5-2d35e03a2b00",
  "CompanyID": "e7d7a895-0dc6-48ea-bc31-e075c49cbda0",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-05-11T06:01:41.9655022-04:00",
  "CreatedByUserID": "48b9a118-be17-4b24-902e-b46bfc23a594",
  "Deleted": true
}