Skip to main content

Edit Notice Popup


Use the Edit Notice Popup to confirm that appointment request details were updated. This popup appears after the edit appointment flow saves the updated request details.



This screen includes:

#ElementDescription
1HeaderDisplays the Edit appointment title
2Close actionDismisses the popup
3Status messageDisplays appointment request update confirmation
4Done actionCloses the popup and returns to the appointment request flow
5Modal containerDisplays confirmation content and blocks interaction with the underlying screen

Workflow

  1. Open the edit appointment flow.
  2. Update one or more appointment request details.
  3. Save the updated request details.
  4. Open the Edit Notice Popup.
  5. Select Done or the close action.
  6. Return to the appointment request flow.

Validations

ScenarioApp BehaviorSDK Output
Appointment update succeedsDisplay the confirmation popupstatus = 200
Appointment update failsDo not display the confirmation popupstatus = 405
Notice response failsDisplay the configured error stateerror = request_failed
User lacks accessBlock popup accesserror = unauthorized

Actions

ScenarioApp BehaviorSDK Output
Notice popup opensDisplay update confirmationPUT /api/v3/wizard/appointments/update/notice
Done selectedClose the popupnavigation = dismiss
Close selectedClose the popupnavigation = dismiss
Underlying screen selectedKeep the popup openstate = modal_active

Endpoint Resources

Edit Notice Popup

PUT 

v3/wizard/info/request-updated-notice

Displays a notice popup after appointment request details are updated.