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": "a66e5150-f493-4f31-8dbf-4c5cec011dfa",
  "CompanyID": "6793f1ce-f7b7-4c2e-8fdb-af51c538f2cc",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-07-31T13:12:28.7592921-04:00",
  "CreatedByUserID": "4a9a9993-c41b-4ee3-8f2c-b837926f177b",
  "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": "2a234aa1-ce76-45ec-a6df-f08ad947ca3f",
  "CompanyID": "fd900d52-e4b2-4465-b6e5-f205d4afff09",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-07-31T13:12:28.8999144-04:00",
  "CreatedByUserID": "5d220589-dbb8-4b2f-8c92-cbfb133208af",
  "Deleted": true
}