bookachoo

Retrieve Later Itinerary

Retrieve a later alternative for an itinerary identified by its UUID

Request
URL path parameters
NameTypeDescription
id required string

The relevant UUID from the ids list in a search result

Responses
  • Successful response with a later itinerary

    Body
    Property pathTypeDescription
      ids string[]

    UUIDs identifying the itinerary segments

      path string

    URL path that deeplinks to this specific result

    itinerary object

    Itinerary of the outbound travel segments

    returnItinerary optional object

    Optional itinerary of the inbound trip segments

      totalPrice string Total all-in price for the entire journey, pattern: /^\d+\.\d{2,4}$/
  • Successful but empty response with no content

  • A later offer could not be found (empty response body)