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": "824ca485-b97e-482f-aed5-c8c53950f537",
"CompanyID": "53675b2b-f215-4101-ac96-8c2fb2e0f062",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-13T07:37:54.8001187-04:00",
"CreatedByUserID": "33589a75-048f-43f0-99d8-c24b0c3f90ae",
"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": "15e79c39-ce42-4fa4-85a4-58a7d7b6ceb5",
"CompanyID": "22dc2351-b76f-48f0-8d19-c6aad0cfe8cd",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-13T07:37:54.9563706-04:00",
"CreatedByUserID": "87319a34-d209-4dee-a09c-9e75a5ba6010",
"Deleted": true
}