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": "f4c61deb-af2e-45ee-a1b8-caee14f6fc97",
  "CompanyID": "d3222e65-d7f1-441f-b8fa-f77ad28d78e3",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-04-24T11:39:03.7058621-04:00",
  "CreatedByUserID": "039ecd2d-8b31-4e38-9480-cbc439f4ba6d",
  "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": "7df41cfd-23b8-48e1-a493-f6e577947044",
  "CompanyID": "23917b77-e0aa-4a92-868b-9b9acc9dd1ce",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-04-24T11:39:03.7058621-04:00",
  "CreatedByUserID": "932dde58-bae6-48ce-88a7-34267ed9bc8b",
  "Deleted": true
}