POST api/CompanyCommunity
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| companyCommunity | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"CompanyCommunityID": "2b8b3651-52c4-42fe-8df8-905cd957bf0c",
"CompanyID": "ee454e26-37af-46af-9340-df7b4394e4f9",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-01T17:39:57.6758978-04:00",
"CreatedByUserID": "504aa310-9d0d-40b3-8c80-fa9e991c654a",
"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": "7acdfd9e-6ce5-4b81-b621-d876f3495a58",
"CompanyID": "66fae731-e78a-42d4-9ebc-1bbd27cc32b2",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-01T17:39:57.8180665-04:00",
"CreatedByUserID": "37fef3c8-51d7-4fca-ac49-3517a3145066",
"Deleted": true
}