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": "3de14dc4-973c-489b-ae25-b98b5a890bf6",
  "CompanyID": "6837d0da-9da0-40b3-bcab-4f725b4fd15b",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-06-26T07:59:38.6262449-04:00",
  "CreatedByUserID": "be09720d-0d68-4740-a200-c1cbb0f9d8b9",
  "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": "4be1166e-74d4-4133-be93-e2fa40892c5a",
  "CompanyID": "a92db8e7-7b96-489f-9d36-715d8b9eb23d",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-06-26T07:59:38.7981201-04:00",
  "CreatedByUserID": "02c24631-7748-4f6e-b204-d977e915dea2",
  "Deleted": true
}