Skip to main content

Present Claims Type


Use Present Claims Type to let the user select the claim type before claim submission starts.



This screen includes:

#ElementDescription
1Claim type modalLists claim types.
2Close actionCloses the modal.
3Medical expenses optionOpens a medical expenses claim.
4Delayed baggage optionOpens a delayed baggage claim.
5Delayed/Canceled flight optionOpens a flight delay or cancellation claim.
6Background claim listShows the claims list behind the modal.

Workflow

  1. Open the claim submission flow.
  2. Display the claim type modal.
  3. Select a claim type.
  4. Continue to the matching claim form.
  5. Close the modal to return to the claims list.

Validations

ScenarioApp behaviorSDK output
Session invalidBlock requeststate = unauthenticated
Claim type unavailableDisplay error stateerror = claim_type_unavailable
Claim type selectedContinue claim flowclaimType = selected
Modal closedReturn to claims liststate = dismissed
Request rejectedDisplay error statestatus = 405

Actions

ScenarioApp behaviorSDK output
Claim flow openedLoad claim type modalPUT /api/v3/claims/submit/type
Medical expenses selectedOpen medical expenses claim flowclaimType = medical_expenses
Delayed baggage selectedOpen delayed baggage claim flowclaimType = delayed_baggage
Delayed/Canceled flight selectedOpen flight claim flowclaimType = delayed_cancelled_flight
Close selectedDismiss claim type modalstate = dismissed

Endpoint Resources

Present Claims Type

PUT 

v3/claims/submit/type

Returns the claim type modal for claim submission.