MoM 29-09-2020 GT CX prod & eng

[Scope of Integration]

Whenever the Deeplink in the MyBooking's Booking Detail page is accessed by a user, CX backend service will specifically hit product's backend service to retrieve the information whether it is an urgent booking.
public interface CopsSpecialHandlingDataAccessor {
  SpecialHandlingDataResponse getSpecialHandlingData(long bookingId);
}

[Integration Timeline and Strategy]


[References]