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
Description
This scenario includes interaction with the following APIs:
• Post /offers, the request is related to one passenger and is based on a tripSearchCriteria, containing
o Origin
o Destination
o departure time
• Post /bookings, the request is based on one of the offerId contained in the response of the Post /offers response.
• Wait more than 10 minutes
• Post /bookings/{bookingId}/fulfillments, the request contains the bookingId produced by the previous interaction.
Scenario
Generate and send a Post /offers request related to one passenger with a tripSearchCriteria, containing
o Origin
o destination
o departure time
Generate and send a Post /bookings request using one offer in the Post /offers response, defined by the offerId contained in the response of the previous interaction
Wait more than 10 minutes
Generate and send a Post /bookings/{bookingId}/fulfillments request using the booking.id contained in the response of the Post /bookings obtaining an error (Booking expired)
Generate and send a GET /bookings/{bookingId} in order to verify the status of admissions and reservation
The text was updated successfully, but these errors were encountered:
Description
This scenario includes interaction with the following APIs:
• Post /offers, the request is related to one passenger and is based on a tripSearchCriteria, containing
o Origin
o Destination
o departure time
• Post /bookings, the request is based on one of the offerId contained in the response of the Post /offers response.
• Wait more than 10 minutes
• Post /bookings/{bookingId}/fulfillments, the request contains the bookingId produced by the previous interaction.
Scenario
o Origin
o destination
o departure time
The text was updated successfully, but these errors were encountered: