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": "7408a3d9-0fa7-44d5-af51-4e23b269cd53",
  "CompanyID": "02e81367-09be-4491-825a-0eb5867866f9",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-06-04T23:57:22.3967571-04:00",
  "CreatedByUserID": "6ad7943f-467b-4e77-b9a0-2ff159d398dc",
  "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": "60ce8728-5e8c-451f-b220-a2287a6e6e30",
  "CompanyID": "51e1858a-1923-4187-b178-87cdbbb2e49e",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-06-04T23:57:22.5373671-04:00",
  "CreatedByUserID": "f7f26d84-ed9a-4f47-939f-c26d1f9055df",
  "Deleted": true
}