Tutorial: Submitting a draft claim
This tutorial assumes you have completed the following prerequisite tutorials:
- Tutorial: Set up your Postman environment
- Tutorial: Creating a policy using the Test Util API
- Tutorial: POSTing a typical draft claim for personal auto
- That ID of the resulting claim is referred to below in this tutorial as TutorialClaimID.
In this tutorial, you will submit a draft claim for a personal auto policy.
- Start ClaimCenter.
- In Postman, start a new request by clicking the + to the right of the
Launchpad tab.
- On the Authorization tab, select Basic Auth using user su and password gw.
- Enter the following call and click Send:
- POST
http://localhost:8080/cc/rest/claim/v1/claims/{TutorialClaimID}/submit
- POST
Checking your work
- View the open claim in ClaimCenter.
- In the response payload, note the claim number of the new draft claim. (It is on or near line 36, and it likely starts with "999-99-".)
- Log on to ClaimCenter as
aapplegate. - Click the Claim tab, enter the claim number in the Claim # menu item, and press Enter.
ClaimCenter navigates to the Summary screen for the claim. (If the claim is open, ClaimCenter takes you to the Summary screen, not the New Claim Wizard.)