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": "4ba1dbb8-068f-495b-ae8b-d7dc0433ceed",
  "CompanyID": "d61e73d5-4414-4753-a648-219d1712ac41",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-07-24T22:39:36.3020233-04:00",
  "CreatedByUserID": "55048157-ff89-46c3-adbd-7244e3e03e72",
  "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": "f1109053-d71f-43fa-a644-fd060b2d3ce3",
  "CompanyID": "cc97cc03-5b7a-40c9-8f4f-e2e0d3ff600e",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-07-24T22:39:36.317646-04:00",
  "CreatedByUserID": "81c0d4c3-29eb-4435-95ce-218781fa460f",
  "Deleted": true
}