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": "9f684d90-3420-4aa8-85b3-dced6040442c",
  "CompanyID": "15db1960-ba62-4bde-8788-346347396c8e",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2025-11-10T17:19:30.7629679-05:00",
  "CreatedByUserID": "4130ae65-ba2b-4bdb-a342-58067f1a385b",
  "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": "e74dea22-4aa8-4f25-acb2-bbf1d91d41b7",
  "CompanyID": "7ab90f6c-481a-48cd-9c66-f04188c38dce",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2025-11-10T17:19:30.7629679-05:00",
  "CreatedByUserID": "6f73d893-61e8-4e46-8474-5d29ace5efbd",
  "Deleted": true
}