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": "aeb54762-9ae0-403e-926b-32f71b5f8718",
  "CompanyID": "8ef172e0-e3d0-44ad-9e3b-e66c5df97b2c",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-09-03T02:06:25.6609461-04:00",
  "CreatedByUserID": "4904fa4c-300d-438d-a4cb-9d8cad24eb51",
  "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": "d173416c-b539-4deb-8528-522484f519fc",
  "CompanyID": "b28d724b-670c-44d5-8743-524690ab275c",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-09-03T02:06:25.6609461-04:00",
  "CreatedByUserID": "f9144cb2-7303-484b-ab5a-8ce3b6235690",
  "Deleted": true
}