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": "eb9337d3-e2ac-4f0b-992c-2fc22eb2ce6c",
  "CompanyID": "a9daca50-3df8-408a-a5cf-5c374c4bfd1c",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-05-13T17:29:26.8338597-04:00",
  "CreatedByUserID": "1933fa4b-e1cc-4970-9350-cbfb752b89aa",
  "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": "6eec7a10-1e8d-42d6-b409-3a24de5069b4",
  "CompanyID": "ef64e9f5-4017-4c08-a129-738be7ecfa12",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-05-13T17:29:26.8494678-04:00",
  "CreatedByUserID": "23fa40f9-0d43-4b03-8e03-032bc2d69c0e",
  "Deleted": true
}