GET api/clients/{clientId}/serviceTypesLimits

Gets the list of service limits for the client.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
clientId

ID of the client to get service types for.

integer

Required

Body Parameters

None.

Response Information

Resource Description

Returns the list of service limits (ID, code, name)

Collection of ClientServiceLimit
NameDescriptionTypeAdditional information
FundingProgramName

Name of funding program.

string

None.

TripsLeft

Number of trips left.

integer

None.

AmountLeft

Remaining client's funds.

decimal number

None.

DistanceLeft

Distance left.

decimal number

None.

Response Formats

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

Sample:

Sample not available.