GET api/ST8Tablet/CheckShiftData?BusID={BusID}&Route={Route}&DriverID={DriverID}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
BusID

string

Required

Route

string

Required

DriverID

string

Required

Body Parameters

None.

Response Information

Resource Description

CheckShiftResponseTablet
NameDescriptionTypeAdditional 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>