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": "b5220bc5-f6b6-459b-a213-422309c26f34",
  "CompanyID": "1ac2d7b8-a978-4126-a513-a913772133b0",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-07-27T06:38:17.7292594-04:00",
  "CreatedByUserID": "e5edf93e-621f-4b2f-97eb-13afb9971e87",
  "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": "a1866ced-8bb2-4a73-964c-68c6610cef32",
  "CompanyID": "c85fb3d9-bd7d-48cd-8f7a-b2a2ba64631e",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-07-27T06:38:17.869882-04:00",
  "CreatedByUserID": "10601392-152d-44c1-b31f-2006a6d4edf3",
  "Deleted": true
}