Transfers
This endpoint provides a quotation for a transfer service between two specified locations, based on transfer details such as pick-up, drop-off, type of transfer, and passenger information.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Header parameters
octo-capabilitiesstringOptionalExample:
Comma-separated list of capabilities supported by the client. Possible values are: - octo/pricing
octo/pricingBody
dropOffone ofOptional
- When
transferTypeis any other value, this must be an object. - When
transferTypeisHOURLY, this must be NULL.
or
anyOptional
Allows null (indicating no value provided)
transferTypestring · enumOptionalExample:
Specifies the type of transfer, with possible values being ARRIVAL, DEPARTURE, STATION, and PORT
ARRIVALPossible values: serviceReferenceone ofOptional
- When
transferTypeisHOURLY, this must be an integer. - When
transferTypeis any other value, this must be a string.
stringOptionalExample:
Must be a string when transferType is diferent to HOURLY
Flight-456numberOptionalDefault:
Must be a integer when transferType is HOURLY
0Example: 123startTimestringOptionalExample:
Specifies the start time of the transfer in HH:mm format (24-hour format)
18:00localDateStartstringOptionalExample:
Specifies the date of the transfer in YYYY-MM-DD format
2024-12-19Responses
200
Transfer quotation successfully returned
application/json
post
/transfers200
Transfer quotation successfully returned
Last updated