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": "b1cacc89-fb20-480e-9409-3a0876956cfe",
  "CompanyID": "4cc5496b-60a5-4566-acd6-cb4635ecbec2",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-05-31T04:00:51.9549125-04:00",
  "CreatedByUserID": "f370efea-077a-404d-bd62-532aab854505",
  "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": "b05a3b02-5fb3-4c46-8bda-53598d2b0b2c",
  "CompanyID": "3b4147a9-7130-4ac9-856d-b2570fec94a4",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-05-31T04:00:51.9549125-04:00",
  "CreatedByUserID": "de447eb7-74bf-48cd-8e2d-c1546e18f46f",
  "Deleted": true
}