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": "f8472d7a-19ce-438b-97da-14e8c85a3a37",
  "CompanyID": "f64d1ac6-1d9e-4149-b61d-2696ed8ddd2f",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-09-11T18:21:26.3841148-04:00",
  "CreatedByUserID": "d86d3faa-e212-4d09-841d-47936f1c1a55",
  "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": "02dd2e19-b226-471c-8eb3-32f626285f21",
  "CompanyID": "2ba3eba2-cad7-4b1f-96a7-6e207c80e89b",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-09-11T18:21:26.3841148-04:00",
  "CreatedByUserID": "fe5e9795-2546-41bb-8def-6984e23dd1f7",
  "Deleted": true
}