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": "5f5c6365-94f3-47ca-8ede-88b112b08c84",
  "CompanyID": "7d87fa46-a38d-467a-b915-e0e5f56407bf",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-07-11T02:19:51.6823445-04:00",
  "CreatedByUserID": "3a2660d4-239d-420c-adb0-b8aa5b9b4aba",
  "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": "def15d51-8f30-43a8-ad21-7ba58d2e4c6d",
  "CompanyID": "f7640ea1-8e09-49c0-b1a7-73a7c3505770",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-07-11T02:19:51.822967-04:00",
  "CreatedByUserID": "52edb4d3-5fab-44b3-9e9a-a35159c8867e",
  "Deleted": true
}