-
Notifications
You must be signed in to change notification settings - Fork 26
I 70 adding offers to a pre booked booking
Need to add offers to a booking with booked offers. For a retailer to use the booking as a lightweight basket.
- SJ
- samtrafiken
- turnit
For customers
who do something
the solution
is a something – the ‘how’
that provides this value
unlike competitor, current solution or non-existing solution
our solution does something better — the ‘why’.
The measurable benefits that the business can anticipate if the epic hypothesis is proven to be correct.
To do
The early measures that will help predict the business outcome hypothesis. For more on this topic, see the Innovation Accounting advanced topic article.
To do
Nonfunctional requirements (NFRs) associated with the epic.
To do
To add: POST /bookings/{booking-id}/bookedOffers
, with the following payload:
BookingPostOffersRequest:
- array of offers (mandatory)
- array of
passengerSpecifications
iff we want to add new passengers (To be clarified) - array of promoCodes (Optional)
Response: same as for POST /booking, i.e. the usual array of warnings and the resulting booking
OSDM Wiki