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": "00e2567b-a089-47c7-add9-e35782c00dd3",
  "CompanyID": "141e6656-7385-49ca-bf01-e6255a5c59a3",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-05-28T05:53:13.5250101-04:00",
  "CreatedByUserID": "549a1c5c-e89e-4faa-b88c-564e82eac35b",
  "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": "231df583-e9a4-419a-ab77-7d9361f863fa",
  "CompanyID": "dac333da-eb6d-4456-b65c-a29ebb35c413",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-05-28T05:53:13.7125035-04:00",
  "CreatedByUserID": "2bbfbb89-ef62-4d77-8e62-44ac21b9ac3e",
  "Deleted": true
}