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": "ee64390b-93e1-4be1-b3e9-e94b36d68aa2",
"CompanyID": "cea0fb63-9a9c-4060-b99d-242299034cea",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-05-24T02:37:18.7155823-04:00",
"CreatedByUserID": "0f0af1ce-861c-4dbd-9f7f-f69cee460239",
"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": "9b0ead0a-64ac-4280-b507-d8bab8205fed",
"CompanyID": "6640264b-fd03-4b77-8be9-a50d715daa6f",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-05-24T02:37:18.7311961-04:00",
"CreatedByUserID": "dcac61bf-bf72-4ff9-8595-a1a774a17c9e",
"Deleted": true
}