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": "f817fbfa-611d-4989-be1f-384478077c21",
  "CompanyID": "d1db7186-72d8-413e-a7ae-0da7d6072aa7",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-09-10T21:26:19.5532223-04:00",
  "CreatedByUserID": "b3278300-885f-47d7-91ee-c8d0bb8420b5",
  "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": "0261dca7-377e-425e-83e4-19cf75d6221a",
  "CompanyID": "ba16af0c-76eb-40b8-91e2-6b7d31d5f42a",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-09-10T21:26:19.7094689-04:00",
  "CreatedByUserID": "f57861fe-843c-4d76-985c-09509baaf2bd",
  "Deleted": true
}