GET api/clients/{clientId}/serviceTypesLimits
Gets the list of service limits for the client.
Request Information
URI Parameters
Name | Description | Type | Additional 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 ClientServiceLimitName | Description | Type | Additional 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.