GET Api/Driver/BalanceWorkingHrs?clientID={clientID}&driverID={driverID}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
clientID | globally unique identifier |
Required |
|
driverID | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
time intervalResponse Formats
application/json, text/json
Sample:
"00:00:00.1234567"
application/xml, text/xml
Sample:
<duration xmlns="http://schemas.microsoft.com/2003/10/Serialization/">PT0.1234567S</duration>