This API version is deprecated

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

Locations API

Get a single location by ID


Open Swagger Specification

Endpoint

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

Path params

Parameter Type Description
locationId string ID of the location to get

Request body

No request body

Response body

Response 200

OK

Fields

Field Type Description
address object Physical address of the location.
address string Street address of the location.
city string City where the location is situated.
country string Full country name of the location.
state string State or province of the location.
zip string Postal code of the location.
createdAt string (date-time) Date and time when the location was created.
id integer (int64) Unique identifier of the location.
images array URL of a location image.
location object Geographic coordinates of the location.
latitude number (float) Latitude coordinate of the location.
longitude number (float) Longitude coordinate of the location.
name string Name of the location.
parking object Parking service details, if available at this location.
currency string ISO 4217 currency code used for parking pricing (e.g. EUR).
isAcceptingBookings boolean Whether this location accepts parking bookings made through the TRAVIS platform.
isAcceptingFuelCards boolean Whether fuel card payments are accepted at this location.
facilities object Available facilities at the parking location.
cameraSecurity boolean Whether camera-based security surveillance is available.
fence boolean Whether the parking area is fenced.
guard boolean Whether a security guard is present.
hotel boolean Whether a hotel is available on-site.
restaurant boolean Whether a restaurant is available on-site.
shower boolean Whether shower facilities are available.
spreadLighting boolean Whether spread lighting is available across the parking area.
toilet boolean Whether toilet facilities are available.
wifi boolean Whether Wi-Fi is available.
gate string Gate access status at this location. Possible values: always_open, part_time_closed, always_closed.
gateClosingHours object Time slots when the gate is closed. Only present when gate is part_time_closed.
friday array Time slots when the gate is closed on Friday.
monday array Time slots when the gate is closed on Monday.
saturday array Time slots when the gate is closed on Saturday.
sunday array Time slots when the gate is closed on Sunday.
thursday array Time slots when the gate is closed on Thursday.
tuesday array Time slots when the gate is closed on Tuesday.
wednesday array Time slots when the gate is closed on Wednesday.
openingHours object Entry and exit opening hours of the parking.
entry object Entry opening hours for the parking.
open24h boolean Whether this service operates 24 hours a day, 7 days a week.
friday array Opening time slots for Friday.
monday array Opening time slots for Monday.
saturday array Opening time slots for Saturday.
sunday array Opening time slots for Sunday.
thursday array Opening time slots for Thursday.
tuesday array Opening time slots for Tuesday.
wednesday array Opening time slots for Wednesday.
exit mixed Exit opening hours for the parking.
options object Additional parking options available at this location.
adrPossible boolean Whether ADR (dangerous goods) vehicles are permitted.
coolingMotorsAllowed boolean Whether cooling motors are permitted to run while parked.
decouplingTrailers boolean Whether trailer decoupling is permitted.
electricCoolingCharging boolean Whether electric cooling charging is available.
longTimeParking boolean Whether long-term parking is available.
paymentMethods object Accepted payment methods at this location.
as24 object AS24 fuel card acceptance details.
logo string Payment method logo
name string Payment method name
diesel24 mixed Diesel 24 fuel card acceptance details.
dkv mixed DKV fuel card acceptance details.
e100 mixed E100 fuel card acceptance details.
eurowag mixed Eurowag fuel card acceptance details.
fuelCompany mixed Fuel company fuel card acceptance details.
hoyer mixed Hoyer fuel card acceptance details.
logpay mixed LogPay fuel card acceptance details.
plose mixed Plose fuel card acceptance details.
shell mixed Shell fuel card acceptance details.
travis mixed TRAVIS platform payment acceptance details.
uta mixed UTA fuel card acceptance details.
prices object Parking pricing information.
duration integer Parking duration in hours that this price applies to.
price number (double) Parking price amount.
repair object Truck repair service details, if available at this location.
openinghours mixed Opening hours of the repair service.
options object Truck brands and types supported by the repair service.
trucks object Truck brands and types serviced at this repair location.
cngLng boolean Whether CNG/LNG-powered trucks are serviced.
daf boolean Whether DAF trucks are serviced.
diesel boolean Whether diesel-powered trucks are serviced.
ginaf boolean Whether Ginaf trucks are serviced.
iveco boolean Whether Iveco trucks are serviced.
man boolean Whether MAN trucks are serviced.
mercedes boolean Whether Mercedes trucks are serviced.
renault boolean Whether Renault trucks are serviced.
scania boolean Whether Scania trucks are serviced.
supported boolean Whether repair service is available for any truck brand.
terberg boolean Whether Terberg trucks are serviced.
volvo boolean Whether Volvo trucks are serviced.
paymentMethods mixed Accepted payment methods at this location.
tankcleaning object Tankcleaning service
efctoCleaningCodes array EFCTO cleaning codes supported by this location.
isDisinfectionPossible boolean Whether disinfection cleaning is available.
isEcdPossible boolean Whether an ECD (European Cleaning Document) can be issued.
lanes object Available cleaning lane types at this location.
chemical object Chemical cleaning lane.
isAvailable boolean Whether chemical cleaning lanes are available.
dedicatedFood object Dedicated food-grade cleaning lane.
isAvailable boolean Whether dedicated food-grade cleaning lanes are available.
feed object Feed cleaning lane.
isAvailable boolean Whether feed cleaning lanes are available.
other object Other cleaning lane type.
isAvailable boolean Whether other cleaning lanes are available.
openingHours mixed Opening hours of the tank cleaning service.
paymentMethods mixed Accepted payment methods at this location.
timezone string IANA timezone identifier for the location (e.g. Europe/Amsterdam).
truckwash object Truck wash service details, if available at this location.
airFreshener boolean Whether air freshener service is available.
automaticWashPriceCalculation boolean Whether pricing is calculated automatically based on the wash program.
certificates object Quality certificates held by the location.
haccp object HACCP certification details.
actions array Required HACCP actions for the cleaning process.
authNumberCleaningProduct string Authorization number of the cleaning product used.
certified object Certifications held by the location.
nao boolean Whether the location holds NAO (No Animal Origin) certification.
cleaning object Cleaning types available at this location.
inside boolean Whether inside cleaning is available.
outside boolean Whether outside cleaning is available.
disinfection object Disinfection service details.
enabled boolean Whether disinfection service is enabled.
lanes integer Number of wash lanes available at this location.
msdsProductName string Name of the cleaning product as listed in the Material Safety Data Sheet (MSDS).
openingHours mixed Opening hours of the truck wash service.
paymentMethods mixed Accepted payment methods at this location.
selfServicePrograms boolean Whether self-service wash programs are available.
updatedAt string (date-time) Date and time when the location was last updated.
locationUrl string Direct link to the location on the TRAVIS platform
services array Active service for the location, can be one of the following values: truckwash, carwash, tankcleaning, repair, parking, truckcharging

Example

Response 400

Bad Request, invalid parameters supplied

No response body

Response 403

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