You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This scenario includes interaction with the following APIs:
• Post /offers, the request is based on two passengers and a tripSpecifications, containing
o Legs.timedleg.start
o Legs.timedleg.end
o Legs.timedleg.serviceDeparture
• Post /bookings, the request is based on one of the offers[i].offerId contained in the response of the Post /offers response.
• Post /bookings/{bookingId}/fulfillments, the request contains the bookingId produced by the previous interaction.
Scenario
Generate and send a Post /offers request for two passengers with a tripSpecifications, containing
o Legs.timedleg.start
o Legs.timedleg.end
o Legs.timedleg.serviceDeparture
Generate and send a Post /bookings request using one offer in the Post /offers response, defined by the offers[i].offerId contained in the response of the previous interaction
Generate and send a Post /bookings/{bookingId}/fulfillments request using the booking.id contained in the response of the Post /bookings and retrieve the pdf documents in the fulfillments.fulfillmentDocuments.content field
The text was updated successfully, but these errors were encountered:
Description
This scenario includes interaction with the following APIs:
• Post /offers, the request is based on two passengers and a tripSpecifications, containing
o Legs.timedleg.start
o Legs.timedleg.end
o Legs.timedleg.serviceDeparture
• Post /bookings, the request is based on one of the offers[i].offerId contained in the response of the Post /offers response.
• Post /bookings/{bookingId}/fulfillments, the request contains the bookingId produced by the previous interaction.
Scenario
o Legs.timedleg.start
o Legs.timedleg.end
o Legs.timedleg.serviceDeparture
The text was updated successfully, but these errors were encountered: