GET api/clients/{clientId}/trips/daterange

Returns the date of the first and last trips that the client has in the system.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
clientId

The ID of the client.

integer

Required

Body Parameters

None.

Response Information

Resource Description

Returns the date range of the clients' trips.

DateRange
NameDescriptionTypeAdditional information
StartDate

The start date of the range

date

None.

EndDate

The end date of the range

date

None.

Response Formats

application/json, text/json

Sample:

Sample not available.