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": "be6624cb-7ebe-47e0-9732-adb08db7ada5",
  "CompanyID": "221ae54a-c33d-4e33-832b-9f027f99f991",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2025-12-23T21:05:40.3108112-05:00",
  "CreatedByUserID": "b0ff0b54-239f-4d88-a454-f6ea127b3314",
  "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": "73827997-b932-4611-b95a-68d06452bb25",
  "CompanyID": "6459520b-97b5-494a-8e30-92dd54bb4325",
  "CommunityName": "sample string 2",
  "CreatedDateTime": "2025-12-23T21:05:40.3108112-05:00",
  "CreatedByUserID": "748360e6-9e2c-4c17-b4d5-35d835b9e345",
  "Deleted": true
}