POST Api/v1/Vehicles/{number}/ForceLeave?driverId={driverId}
Forces drivers to be signed out of a vehicle. If no driver ID is provided, all currently logged in drivers will be forced to log out.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| number |
public vehicle number |
string |
Required |
| driverId |
An optional paramater for the specific driver to sign out |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.