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": "9e3fa3b9-d6fe-425e-abcb-78d2678500b2",
"CompanyID": "55b34c4a-e199-4056-a96f-04ca714cd556",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-05-08T13:58:28.1832115-04:00",
"CreatedByUserID": "50408207-e4f3-432c-9db1-dcd7c973c7d1",
"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": "3a1bbca7-8c36-4c32-96b5-3dc49bb14909",
"CompanyID": "4ac4f991-3954-4cf3-8657-be1c0dbadc99",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-05-08T13:58:28.3394509-04:00",
"CreatedByUserID": "57703325-8ba2-496d-a507-df9db50a1492",
"Deleted": true
}