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 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, a purchaser is specified.
• Change of the purchaser surname using PATCH /bookings/{bookingId}/purchaser.
Scenario
Generate and send a Post /offers request with a tripSearchCriteria, containing origin, destination and departure time, specify a passenger with anonymousPassengerSpecifications
Generate and send a Post /bookings request using one offer (identified by offerId) in the post offers response, specify a purchaser with purchaser field.
Generate and send a PATCH /bookings/{bookingId}/purchaser using the bookingId contained in the post booking response and a different detail.lastName
The text was updated successfully, but these errors were encountered:
Description
Scenario includes:
• 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, a purchaser is specified.
• Change of the purchaser surname using PATCH /bookings/{bookingId}/purchaser.
Scenario
The text was updated successfully, but these errors were encountered: