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": "ad994acd-2af2-4c7f-9198-1ce53ae99593",
  "CompanyID": "0d6662c3-c2d3-4bf0-8647-a5e5233ce131",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2025-07-01T19:57:13.7364243-04:00",
  "CreatedByUserID": "fe8bf50d-ffd9-47d0-b311-92070fcda669",
  "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": "272fda47-f8ce-4860-820c-0be96714de5c",
  "CompanyID": "f32ef6f4-9b3b-405f-b2c8-92ff09afb8be",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2025-07-01T19:57:13.7364243-04:00",
  "CreatedByUserID": "9e9f8283-7cc1-4955-836c-0767ced8d01d",
  "Deleted": true
}