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": "89958b34-b858-44a0-b46f-9f732256c913",
  "CompanyID": "4efcdd93-e356-441f-86ba-77fdd3a21b8e",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-03-06T13:00:30.456834-05:00",
  "CreatedByUserID": "4d592dfd-fc99-4fb7-9d25-d3290d3ceef8",
  "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": "0f18819f-8cac-4740-bd6a-f6bce2a0fa19",
  "CompanyID": "e852b3f3-cea5-4047-9167-ebe8a5780060",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-03-06T13:00:30.456834-05:00",
  "CreatedByUserID": "d6bea618-d571-41bb-bb60-dcdc6e9a30c5",
  "Deleted": true
}