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": "b59a2c06-b151-4712-bf6d-b2b9be058cab",
  "CompanyID": "fbd414c7-8e33-4ef5-a264-4bfff5ef2908",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-08-15T20:33:47.4504254-04:00",
  "CreatedByUserID": "2ccf792d-643b-477e-8617-814ec41618d2",
  "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": "c86cc71e-aac3-4dc2-ab9e-0670dddb8c4f",
  "CompanyID": "5d281caa-03de-4d20-a44a-8550d3a84bf1",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-08-15T20:33:47.4504254-04:00",
  "CreatedByUserID": "db3748bd-63de-4801-b2c0-eed7ba90f14a",
  "Deleted": true
}