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": "8237b6a7-28a2-4e3a-8e08-3b993fa1fcf4",
  "CompanyID": "aa1da841-5569-4a7a-a39a-5bf78b7d4b8a",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-09-13T23:07:54.3401461-04:00",
  "CreatedByUserID": "c4b2957d-44a3-4b4e-9c1d-37d2195addab",
  "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": "509acb5d-3f66-47e4-ba68-48d9d9e5e53f",
  "CompanyID": "928cc6e3-4eb4-4b9a-96d8-9c8bccad4798",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2026-09-13T23:07:54.4807753-04:00",
  "CreatedByUserID": "3e655135-04ab-4758-a141-2f242522160a",
  "Deleted": true
}