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": "7b811bb3-b568-4935-9103-aad5b7aa2aea",
  "CompanyID": "f37dc33d-a730-4b39-9a63-361af7b4ba7d",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-09-08T05:54:55.4301971-04:00",
  "CreatedByUserID": "0d710025-96af-442f-822c-d850aa537f02",
  "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": "1718b9e0-1fab-4747-a9c9-a996215240b6",
  "CompanyID": "d37974bc-4810-47fe-ab5d-6dea57e15942",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-09-08T05:54:55.4301971-04:00",
  "CreatedByUserID": "8c1e204c-1d40-437a-be99-399989de255a",
  "Deleted": true
}