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": "f9459eaf-699e-429e-a502-e664014d3ea3",
  "CompanyID": "2cfbf228-1846-4deb-82e5-58a8a5bec7a2",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-07-07T02:26:13.9173898-04:00",
  "CreatedByUserID": "4ecba7a8-f2e0-4d8e-8e4d-cb3cf28ffb7f",
  "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": "8910eac9-229f-435f-b06f-1ea9fa21958e",
  "CompanyID": "5b1092f8-d149-4575-ae7e-0515e68f3724",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-07-07T02:26:13.9328996-04:00",
  "CreatedByUserID": "88b10b12-c8b7-4f74-aa11-410a812d43fb",
  "Deleted": true
}