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": "b8991ca7-82ef-4424-b578-3f15e39978a1",
  "CompanyID": "4a8f90f6-74c2-43f8-ba84-0f73f928f787",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-01-09T11:06:31.1183344-05:00",
  "CreatedByUserID": "a6e079df-f6f0-46ac-801e-236f8453d069",
  "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": "d28ab24e-670e-48a1-b907-83b1fb39d17d",
  "CompanyID": "e44afbc2-e0f5-4f3d-9d83-13e8a65b62fb",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-01-09T11:06:31.1183344-05:00",
  "CreatedByUserID": "6aae45fa-e7cb-43ec-ab10-776f372a5957",
  "Deleted": true
}