Skip to main content

Edit Coverage Disclaimer


Use Edit Coverage Disclaimer to show a confirmation message before a user changes coverage information.

The message and actions depend on the coverage action. The screenshot shows the Remove policy variant.



This screen includes:

#ElementDescription
1Modal titleDisplays the coverage disclaimer title, such as Remove policy.
2Close actionCloses the modal without a coverage change.
3Disclaimer messageExplains the effect of the coverage action.
4Secondary messageProvides additional context for the coverage action.
5Primary actionConfirms the coverage action.
6Secondary actionCancels the coverage action and closes the modal.

Workflow

  1. Open a coverage action.
  2. Load the coverage disclaimer modal.
  3. Review the disclaimer message.
  4. Select the primary action to continue.
  5. Select the secondary action or close action to cancel.

Validations

ScenarioApp BehaviorSDK Output
Session invalidBlock coverage actionstate = unauthenticated
Coverage action requires disclaimerDisplay disclaimer modaldisclaimer = required
Coverage action does not require disclaimerContinue without modaldisclaimer = skipped
Coverage item unavailableDisplay error stateerror = coverage_unavailable
Disclaimer content fails to loadDisplay error statestate = error

Actions

ScenarioApp BehaviorSDK Output
Coverage action selectedLoad coverage disclaimer modalPUT /api/v3/wizard/info/edit-coverage-disclaimer
Primary action selectedContinue the coverage actioncoverageAction = confirmed
Secondary action selectedCancel the coverage actionstate = cancelled
Close selectedDismiss the modalstate = dismissed
Request rejectedPreserve current coverage statestate = unchanged

Endpoint Resources

Edit Coverage Disclaimer

PUT 

v3/wizard/info/edit-coverage-disclaimer


Returns the coverage disclaimer modal for the current coverage action.