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": "308839a8-15f7-44ec-a0d9-4c6565d9845d",
"CompanyID": "aee9c403-42ed-47d0-9fcc-6dfb1290b2d1",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-06T13:43:14.6426526-04:00",
"CreatedByUserID": "645783d6-8db3-4d8d-8d42-fbdf170f1944",
"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": "b3463f2e-af3e-4845-a8f0-ef520e28db54",
"CompanyID": "4edaffa0-b9ee-4c87-a060-fd2cbefcdb90",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-06T13:43:14.6738315-04:00",
"CreatedByUserID": "5cb98696-f733-46e2-b85b-f3023d99dddd",
"Deleted": true
}