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": "902e8a56-a0de-4a14-97e9-520a58eb0098",
  "CompanyID": "e182ea34-2f4c-42cc-af72-ade8abf811d7",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-07-02T09:29:37.74332-04:00",
  "CreatedByUserID": "a61d6c66-a7ab-434e-af86-c2708342c06a",
  "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": "1286567e-fee7-4dd7-beb3-47900c885d94",
  "CompanyID": "a03b17c0-9070-4db0-ba55-ace6502b9771",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-07-02T09:29:37.74332-04:00",
  "CreatedByUserID": "15d5f4bd-c6b4-448e-a8c3-b985cf3dc10f",
  "Deleted": true
}