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": "d027e533-2c0a-4c2f-a853-8681b9928569",
  "CompanyID": "d1264e2c-96f5-4e39-8471-40435209affa",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-05-05T07:24:34.3773908-04:00",
  "CreatedByUserID": "45d5c6e4-25f5-4110-b15f-053f0145472d",
  "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": "9752350d-76fe-4b17-a24d-9a5dd9d1e401",
  "CompanyID": "7fe221ba-de52-4569-ba68-b3dcd754e905",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-05-05T07:24:34.5336219-04:00",
  "CreatedByUserID": "cad88f3b-1ec1-4349-b5c8-6a356e1a02aa",
  "Deleted": true
}