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": "58518463-7ca1-4bb6-98b2-33f4b18cc677",
  "CompanyID": "ab92be15-b76b-4454-acb1-41b5a66c568e",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-07-30T18:12:15.5418791-04:00",
  "CreatedByUserID": "d9026dea-8bd6-4654-bc63-ceabc31925ac",
  "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": "b2bdfe2b-40cc-4361-b724-4c504a030321",
  "CompanyID": "7ea3191e-5a03-4aff-9bd8-d1b9b17fcc53",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-07-30T18:12:15.5418791-04:00",
  "CreatedByUserID": "36534c0f-baf5-44af-8702-b5273b88622b",
  "Deleted": true
}