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": "a85a5b17-3af3-487f-a602-8f7f7d056f98",
"CompanyID": "a6d386d3-2503-4d3c-8c93-1ece8f782cad",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-27T20:45:30.0865559-04:00",
"CreatedByUserID": "e96d5869-a1ce-4856-8160-53dac6598f5e",
"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": "e5ee4d5b-6c48-44f8-9a85-b51ed4d03d8d",
"CompanyID": "a77e2f10-6b57-461a-915a-e45ab68cd555",
"CommunityName": "sample string 2",
"CreatedDateTime": "2026-06-27T20:45:30.2428072-04:00",
"CreatedByUserID": "59e4579d-1c61-4766-8310-408bc147da51",
"Deleted": true
}