This API version is deprecated

Please use the latest version for continued support and access to new features. View latest API documentation

Locations API

List wash programs.

Returns wash program prices for the specified location. Use parameters to filter by vehicle type, cleaning type, or disinfection.


Open Swagger Specification

Endpoint

    GET - https://api.travisroadservices.com/v1/locations/{id}/wash_programs
    Copy
  

Path params

Parameter Type Description
id string WashProgramsPricelistResource identifier

Query params

Parameter Type Description
vehicleTypes string Filters wash programs by vehicle type IDs. IDs can be retrieved via the vehicle types endpoint. Multiple values can be passed to broaden the filter.
cleaningType string Filters wash programs by cleaning type. Possible values: inside, outside, inside_outside.
disinfection string Filters wash programs that include disinfection.
page string The collection page number
itemsPerPage string The number of items per page

Request body

No request body

Response body

Response 200

WashProgramsPricelistResource collection

Fields

Field Type Description
vehicleTypes array Vehicle type IDs for which this wash program is available.
name string Name of the wash program.
icon string Icon identifier for the wash program.
washPrograms array Available wash programs with their prices.

Example

Response 401

No response body - No bearer token set verify if your token is added as bearer token

Response 403

No response body - You don't have access to this API resource