GT-Connections

A simple way to search all transportation services.

Connections

GET https://api.zaui.io/octo/supplier/:supplierId/gt-connections/

This endpoint search for and delivers all the connections matching your query. The delivered set of product objects.

Path Parameters

NameTypeDescription

supplierId

number

The supplier ID

Request Body

NameTypeDescription

passengers

integer

departureLocation

array

The departure location object

departureLocation[].stationId

string

8 or 9 letter alphanumeric uppercase code obtained using the Locations Capability GET /locations/

arrivalLocation

array

The arrival location object

arrivalLocation[].stationId

string

8 or 9 letter alphanumeric uppercase code obtained from GET /locations/

localDateTimeDeparture

string

The suppliers local departure date (YYYY-MM-DD)

localDateTimeArrival

string

The suppliers local arrival date (YYYY-MM-DD)

Last updated