GET api/driver/MyTrips?page={page}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
page

integer

Default value is 1

Body Parameters

None.

Response Information

Resource Description

Collection of HireSummary
NameDescriptionTypeAdditional information
HireId

integer

None.

DriverId

integer

None.

DriverName

string

None.

VehicleModel

string

None.

VehicleNumber

string

None.

Distance

decimal number

None.

TravelTime

decimal number

None.

WaitTime

decimal number

None.

CompletedTime

date

None.

StartTime

date

None.

EndTime

date

None.

TotalFare

decimal number

None.

Discount

decimal number

None.

TotalWaitFare

decimal number

None.

StartLocation

LocationViewModel

None.

EndLocation

LocationViewModel

None.

StartAddress

string

None.

EndAddress

string

None.

RouteInfo

Collection of LocationCord

None.

Stops

Collection of HireStopViewModel

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.