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": "b217992e-a139-4dda-abd0-ab64a5afe64e",
  "CompanyID": "248c8fcf-1c34-4d73-9d5d-fe6a3b6dc630",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-07-04T21:12:39.1684712-04:00",
  "CreatedByUserID": "9ed7d05a-b384-43fa-b89d-76c95e679453",
  "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": "2d8975b1-25c8-4956-8a5e-1803d905e6d5",
  "CompanyID": "6f7d8da1-8fe4-49b5-b1ea-3f98bfdaf3b7",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-07-04T21:12:39.1684712-04:00",
  "CreatedByUserID": "e4f718f1-6fd0-488b-96a3-33db61540a00",
  "Deleted": true
}