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
Scenario includes:
• Post /offers, the request is related to two 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.
• Post /bookings/{bookingId}/fulfillments, the request contains the bookingId produced by the previous interaction.
• Request of available refund offers with POST /bookings/{bookingId}/refund-offers related to one of the fulfillment obtained.
• Execute a refund based on one of the offers obtained, using PATCH /bookings/{bookingId}/refund-offers/{refundOfferId}.
Scenario
Generate and send a Post /offers request with a tripSearchCriteria, containing origin, destination and departure time, specify two passengers with anonymousPassengerSpecifications
Generate and send a Post /bookings request using one offer (identified by offerId) in the post offers response
Generate and send a Post /bookings/{bookingId}/fulfillments request using the booking id in the response of the post booking
Generate and send a POST /bookings/{bookingId}/refund-offers using the bookingId and one of the fulfillmentId (from the previous call), select a refundOfferId
Generate and send a PATCH /bookings/{bookingId}/refund-offers/{refundOfferId}, using in input the bookingId and the refundOfferId (from the previous API invocation response)
The text was updated successfully, but these errors were encountered:
Put in priority 2 as the main priority is to deliver the scope of functionnalities on a 1 PAX_1 Leg type of offer first before managing more complex cases
Put in priority 2 as the main priority is to deliver the scope of functionnalities on a 1 PAX_1 Leg type of offer first before managing more complex cases
Description
Scenario includes:
• Post /offers, the request is related to two 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.
• Post /bookings/{bookingId}/fulfillments, the request contains the bookingId produced by the previous interaction.
• Request of available refund offers with POST /bookings/{bookingId}/refund-offers related to one of the fulfillment obtained.
• Execute a refund based on one of the offers obtained, using PATCH /bookings/{bookingId}/refund-offers/{refundOfferId}.
Scenario
The text was updated successfully, but these errors were encountered: