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": "79a68b9a-2604-4c8b-b616-e8e8b1422e6d",
  "CompanyID": "acb02c89-f32c-42d2-a585-3756d6ecacdc",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-01-28T16:01:59.1138606-05:00",
  "CreatedByUserID": "10adb34a-7d8a-4754-ad18-1a8b7f7c4f77",
  "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": "33306ced-1ed2-4b47-830c-e3931295209a",
  "CompanyID": "02a71fe5-6dba-4cde-8b4b-8c3a6b1e5289",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-01-28T16:01:59.1138606-05:00",
  "CreatedByUserID": "3fd5dd6d-660c-49ae-a39f-d3a71c1b00c7",
  "Deleted": true
}