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": "f1ee68a9-509b-4b49-a337-a8a0dd1c695b",
  "CompanyID": "f5f9013f-a897-47d0-975a-2b3f886e6020",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-06-17T08:02:58.0230478-04:00",
  "CreatedByUserID": "8affaa7b-fcbf-4083-b4d7-b2abc5391e10",
  "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": "aa1d07fa-fe3d-4e68-b5e3-222b57f5b7ae",
  "CompanyID": "e1bafc66-dcd4-4cfc-9f4f-7054eacd3ffa",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-06-17T08:02:58.0230478-04:00",
  "CreatedByUserID": "44c1c0f2-958b-43ca-afa1-5d3371b9c74e",
  "Deleted": true
}