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": "291dd236-8e05-4705-b2e1-5250ea65ef88",
  "CompanyID": "4b78e068-6088-495a-bc28-467c7eecbe06",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-07-31T06:55:44.5902255-04:00",
  "CreatedByUserID": "6a052a14-6463-4198-8932-53dbf0ef0840",
  "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": "80ce90e7-1fb4-49b2-8e7d-08b15b1b9df4",
  "CompanyID": "4d2657b8-ae6b-4591-bed7-6fc69baa49a0",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-07-31T06:55:44.8558511-04:00",
  "CreatedByUserID": "798af9d9-a8e1-40ca-a632-638be50e5e91",
  "Deleted": true
}