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": "23a26c17-04e6-4b98-b13c-700e6a234c76",
  "CompanyID": "1c8d0e36-2871-4764-9800-a430360cf203",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-08-02T18:07:40.2920091-04:00",
  "CreatedByUserID": "23275d18-d3b7-45e6-b7cf-5aea4c6c159a",
  "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": "e9c9b074-7917-475b-a658-46aafdc89028",
  "CompanyID": "12f7c024-a4f4-4b02-a321-40b266772e6c",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-08-02T18:07:40.2920091-04:00",
  "CreatedByUserID": "dbbcebbb-18d2-45d2-a232-e501bd5a7f73",
  "Deleted": true
}