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": "ceb09db3-4a57-405b-8054-019826885a00",
  "CompanyID": "edc31091-eff8-42c1-b929-eb402c1fc7b6",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-08-11T00:06:02.3091649-04:00",
  "CreatedByUserID": "c2a23317-6e48-45ad-9a43-be8dc732e5fc",
  "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": "f2dc758d-b988-4b8a-8f78-ae0d29774cb4",
  "CompanyID": "285d2999-d97e-4bd6-9497-59f09a82fd5f",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-08-11T00:06:02.3091649-04:00",
  "CreatedByUserID": "82b5d15b-fa0d-4959-90e4-e80c80c9c3a3",
  "Deleted": true
}