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": "d125fa6e-b2f3-41d6-b170-75759a364e78",
  "CompanyID": "15a9475d-ac0b-49f5-995e-e40bd8d9b9df",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-06-18T16:40:15.1544045-04:00",
  "CreatedByUserID": "79d52565-fdd2-4773-8a81-43076569eba0",
  "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": "c33ca320-0c4f-48be-b646-987e5550ac9b",
  "CompanyID": "4a06d4a9-d8b3-4da6-9097-7f657fd99361",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-06-18T16:40:15.1544045-04:00",
  "CreatedByUserID": "0c056c60-b08e-4d87-8735-196dbcc377fa",
  "Deleted": true
}