POST api/DriverHub/GetDriverFutureJobsLookAhead
Request Information
URI Parameters
None.
Body Parameters
ClsDriverHub| Name | Description | Type | Additional information |
|---|---|---|---|
| PassWord | string |
None. |
|
| DriverId | integer |
None. |
|
| Date | date |
None. |
|
| BookingID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"PassWord": "sample string 1",
"DriverId": 2,
"Date": "2025-12-16T16:18:02.5757885+00:00",
"BookingID": 4
}
application/xml, text/xml
Sample:
<ClsDriverHub xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DriverDbContext.MetaData"> <BookingID>4</BookingID> <Date>2025-12-16T16:18:02.5757885+00:00</Date> <DriverId>2</DriverId> <PassWord>sample string 1</PassWord> </ClsDriverHub>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |