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": "eff67518-4be3-4954-9e94-08922bc6d790",
  "CompanyID": "4815316b-82c3-4ba0-bfb3-cfa67b093097",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-08-17T21:03:50.7549678-04:00",
  "CreatedByUserID": "8cd7c296-7bb1-4d6a-a33e-a7ea7374e436",
  "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": "c9795b3c-64d6-4c2a-b16e-e45df886d4ef",
  "CompanyID": "3046f90f-bdd1-4fb3-bb45-5fd3bca96171",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-08-17T21:03:50.7549678-04:00",
  "CreatedByUserID": "14e50755-e413-4d07-aeff-26c1e59bdfc9",
  "Deleted": true
}