Skip to main content

Show Association Success


Use Show Association Success to confirm that a selected coverage provider has been added to the user's account.



This screen includes:

#ElementDescription
1Success modalConfirms that the selected coverage was added to the user account.
2Success messageDisplays the coverage provider name and confirms account association.
3OK actionDismisses the success modal and returns the user to the current screen.
4Background overlayBlocks interaction with the underlying page while the modal is open.

Workflow

  1. Submit coverage details.
  2. Verify the coverage association.
  3. Display the success modal after coverage is added.
  4. Select Ok to close the modal.
  5. Return to the current screen with the updated coverage context.

Validations

ScenarioApp BehaviorSDK Output
Session invalidBlock coverage associationstate = unauthenticated
Coverage association succeedsDisplay success modalcoverage = associated
Coverage provider missingDisplay error stateerror = coverage_required
Success content fails to loadDisplay error statestate = error
Request rejectedDisplay error statestatus = 405

Actions

ScenarioApp BehaviorSDK Output
Coverage details submittedSubmit coverage association requestPOST /api/v3/coverage/add/new-coverage
Association succeedsLoad success modalPUT /api/v3/coverage/add/new-coverage/success
OK selectedDismiss success modalstate = dismissed
Modal dismissedReturn to current screennavigation = current
Request rejectedPreserve current statestate = unchanged

Endpoint Resources

Show Association Success

PUT 

v3/coverage/add/new-coverage/success


Returns a success popup when the selected coverage provider is associated with the user account.