At the moment a booking can be created even when a booker/primary guest/additional guests has a 0 birth year.
On 15th of January, 2021 the birth year 0 will be considered as invalid input, and as a result create or modify a booking or a reservation will fail and return a validation message.
Affected endpoints:
Booking API
POST /booking/v*/bookings
PATCH /booking/v*/bookings/{id}
PATCH /booking/v*/groups/{id}
POST /booking/v*/groups/{id}/reservations
PATCH /booking/v*/reservations/{id}
POST /booking/v*/reservations/{id}/reservations
POST /booking/v*/bookings/{id}/reservations/$force
At the moment a booking can be created even when a booker/primary guest/additional guests has a
0
birth year.On 15th of January, 2021 the birth year
0
will be considered as invalid input, and as a result create or modify a booking or a reservation will fail and return a validation message.Affected endpoints: