GET api/Account/CheckShiftData?BusID={BusID}&Route={Route}&DriverID={DriverID}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
BusID | string |
Required |
|
Route | string |
Required |
|
DriverID | string |
Required |
Body Parameters
None.
Response Information
Resource Description
CheckShiftResponseName | Description | Type | Additional information |
---|---|---|---|
Response | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Response": "sample string 1" }
application/xml, text/xml
Sample:
<AccountController.CheckShiftResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OperationsAPI.Controllers"> <Response>sample string 1</Response> </AccountController.CheckShiftResponse>