GET api/ST8Tablet/CheckDriverUnlock?DriverID={DriverID}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
DriverID | string |
Required |
Body Parameters
None.
Response Information
Resource Description
CheckShiftResponseTabletName | Description | Type | Additional information |
---|---|---|---|
Response | string |
None. |
|
DriverName | string |
None. |
|
RouteDescription | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Response": "sample string 1", "DriverName": "sample string 2", "RouteDescription": "sample string 3" }
application/xml, text/xml
Sample:
<ST8TabletController.CheckShiftResponseTablet xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OperationsAPI.Controllers"> <DriverName>sample string 2</DriverName> <Response>sample string 1</Response> <RouteDescription>sample string 3</RouteDescription> </ST8TabletController.CheckShiftResponseTablet>