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": "9dd73b5f-278e-451e-88ac-1ba5330dae87",
  "CompanyID": "ab6174ed-ff5e-4db6-9dbc-78d35d285b0c",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-08-12T18:35:53.0533395-04:00",
  "CreatedByUserID": "d78435e5-bf68-4bd1-b53f-c0bf6a2bb7ae",
  "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": "c9eda51b-2180-4daa-85c8-190d14cb06e8",
  "CompanyID": "4bcc2c27-464e-404c-ba42-7f373887ecab",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-08-12T18:35:53.0689661-04:00",
  "CreatedByUserID": "278bc99f-34fd-4e53-97b7-b3a16cf96a59",
  "Deleted": true
}