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": "d33e9764-af8b-4a88-8ad5-130e5e12eb22",
  "CompanyID": "e74e9b78-46e5-4de4-bc60-937bfb099019",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-09-13T09:14:43.3379671-04:00",
  "CreatedByUserID": "6a5d3123-014e-4f2f-ba80-8336b3396bac",
  "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": "6986cd24-0447-46e8-9ff0-58eec2aa7745",
  "CompanyID": "6fb066d9-b5bd-4e91-9228-18dc9e7d7b78",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-09-13T09:14:43.3379671-04:00",
  "CreatedByUserID": "b57f683c-5d43-4992-9145-212504d45e40",
  "Deleted": true
}