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": "39aa191c-72b8-4e46-911b-7347a65bb795",
  "CompanyID": "9fd76fe8-79a6-4591-bd17-7a4fad560c38",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2025-12-19T11:19:16.8844648-05:00",
  "CreatedByUserID": "35a80e8a-ed2c-4ac7-8aa1-faf5bdbc1569",
  "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": "90eca675-3a6f-4c71-85f9-3fc115961c8f",
  "CompanyID": "c2b1f76c-2047-4b5d-bc39-be938315922c",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2025-12-19T11:19:16.8844648-05:00",
  "CreatedByUserID": "d3c65fbf-dd9c-4e3b-b1d4-56770fb89cb7",
  "Deleted": true
}