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": "44f4ef01-4266-4590-8477-28bec263a5b7",
  "CompanyID": "83fd9adf-b32f-455e-8bf2-f57c3c2dfc39",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-08-27T05:18:07.776533-04:00",
  "CreatedByUserID": "bd3468ed-719c-4a70-bcdc-007aa9e66231",
  "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": "22e44913-9329-42af-b75e-cff126e974cc",
  "CompanyID": "d8e4a9bf-4db7-4eea-9002-190d5047dcfb",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-08-27T05:18:07.776533-04:00",
  "CreatedByUserID": "5d71eaf5-9a21-4dfd-bf96-cc6b7121eb27",
  "Deleted": true
}