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": "40d8879e-5c20-4de0-8610-f29fa177b643",
  "CompanyID": "14fa79dd-3a9b-47d7-8cca-65b3378962a6",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-08-13T22:35:09.5092449-04:00",
  "CreatedByUserID": "7f2d7d13-f0da-4434-a77c-dba5749d0b66",
  "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": "bd9a1412-4a59-44b7-ae85-c9abbad1dd5d",
  "CompanyID": "7e92ef51-e8ec-4996-9811-d49f0304efcd",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-08-13T22:35:09.5092449-04:00",
  "CreatedByUserID": "61dbe356-3d6d-4b1b-acb2-02621c11d6ab",
  "Deleted": true
}