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": "4fb65c31-64d1-4fd6-894e-0334fdda94ec",
"CompanyID": "a64b7712-6c5b-408e-b5f0-67b9ddffb857",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-10T11:46:40.1293956-04:00",
"CreatedByUserID": "972676cf-f8b2-4815-a179-87c68d41fa23",
"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": "2f3a3db8-d98d-4574-929a-96499cd55919",
"CompanyID": "b57d9a54-432a-4b07-b5f7-2f5a0318287e",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-08-10T11:46:40.1449852-04:00",
"CreatedByUserID": "dbc0d4d9-5623-46e8-b346-4420412ca58d",
"Deleted": true
}