Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OTST_TI_PATCH_PURCSR #37

Open
LucFen opened this issue Sep 24, 2024 · 0 comments
Open

OTST_TI_PATCH_PURCSR #37

LucFen opened this issue Sep 24, 2024 · 0 comments
Labels

Comments

@LucFen
Copy link
Collaborator

LucFen commented Sep 24, 2024

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

  1. Generate and send a Post /offers request with a tripSearchCriteria, containing origin, destination and departure time, specify a passenger with anonymousPassengerSpecifications
  2. Generate and send a Post /bookings request using one offer (identified by offerId) in the post offers response, specify a purchaser with purchaser field.
  3. Generate and send a PATCH /bookings/{bookingId}/purchaser using the bookingId contained in the post booking response and a different detail.lastName
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Open
Development

No branches or pull requests

1 participant