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": "c7d6fc2a-3d51-4c7f-8ac9-e75228285092",
  "CompanyID": "9d3f54f7-28b9-4a40-aaca-797e900c067d",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-07-08T06:17:17.254674-04:00",
  "CreatedByUserID": "920603ef-a84c-40ed-a5d0-884c7ca7df64",
  "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": "5adc4b4a-a460-4f41-8a52-444c32c3db79",
  "CompanyID": "61a38431-95d5-4611-b919-cd594c866c47",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-07-08T06:17:17.254674-04:00",
  "CreatedByUserID": "d2ec4d8b-94f1-4c6f-8174-8656eb07d37f",
  "Deleted": true
}