POST Api/v1/Drivers/DisableDriver
Disables Joins for a driver
Request Information
URI Parameters
None.
Body Parameters
The request information with the driver public id and decision criteria for disabling website access as well.
DisableHosForDriverRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| DriverPublicId | string |
None. |
|
| AllowWebsiteLogin | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"driverPublicId": "sample string 1",
"allowWebsiteLogin": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.