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": "ecf2e399-3068-484b-b348-fa3079b2d094",
  "CompanyID": "4d39c6e8-3aae-47df-bfee-445a9f930f35",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-07-16T12:19:03.7140701-04:00",
  "CreatedByUserID": "3cdf6d19-a3cb-4095-9315-62d409142e7c",
  "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": "a50c8e58-ecf8-4e0e-a191-363efa4e6752",
  "CompanyID": "bffd78d7-e212-4b16-b82a-c309e8fc957c",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-07-16T12:19:03.7140701-04:00",
  "CreatedByUserID": "87702f70-2a4e-4534-b599-d53f755b62be",
  "Deleted": true
}