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": "927b5a98-fd08-443f-a328-fe673ed21dfb",
  "CompanyID": "91cd06c4-9713-4ceb-996f-2ebd7ea79ebc",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-06-10T22:49:06.0942766-04:00",
  "CreatedByUserID": "af97b158-ad96-4d9a-b14c-71651fb88d9a",
  "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": "2bb99a77-0629-4f9e-b60f-bd2dae2ccff0",
  "CompanyID": "cce04053-dd26-4da8-99d3-1f2a02790ee7",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-06-10T22:49:06.2348948-04:00",
  "CreatedByUserID": "2fc8fe97-2aae-4328-ab6f-3786f2ac6a17",
  "Deleted": true
}