Locations API
/v1/locations/{id}/wash_programs - GET
Retrieves the collection of Wash program prices for the specified location. Use parameters to only retrieve prices for wash programs meeting your specific requirements.
Endpoint
GET - https://api.travisroadservices.com/v1/locations/{id}/wash_programs
Copy
Query params
| Parameter | Type | Description |
|---|---|---|
vehicleTypes
|
string | Wash programs suitable for the specified vehicle types. Vehicle type id’s can be retrieved via /v1/vehicle_types. |
cleaningType
|
string | Wash programs for specified cleaning type. |
disinfection
|
string | Use disinfection during cleaning. |
id
|
string | Location identifier |
page
|
string | The collection page number |
itemsPerPage
|
string | The number of items per page |
Request body
No request bodyResponse body
Response 200