This guide explains how to use the Intake API to create This guide explains how to use the Intake API to create claims, add reasons, transactions, and details about the claim, and submit the claim to be finalized.
Swaggerhub: https://app.swaggerhub.com/apis/Quavo/QFD-public/1.0.0
Intake API
...
...
Overview
Drawio |
---|
border | true |
---|
| |
---|
diagramName | QFD API Intake Flow |
---|
simpleViewer | false |
---|
links | auto |
---|
tbstyle | top |
---|
lbox | true |
---|
diagramWidth | 1901 |
---|
revision | 9 |
---|
|
Anchor |
---|
| ChoosingACustomer |
---|
| ChoosingACustomer |
---|
|
...
- Use the endpoint, www.example.com/QFDAPI/v1/claim/intake/retrieveCustomers to get a list of CustomerIds and other customer details
- The /claim/intake/retrieveCustomers endpoint also returns Name, EmailAddress, Phone, Address, and SecondaryPhone
- CustomerId is required when creating a new claim and can be used to retrieve accounts
Drawio |
---|
border | true |
---|
diagramName | ChoosingACustomer |
---|
simpleViewer | false |
---|
width | links | auto |
---|
tbstyle | top |
---|
lbox | true |
---|
diagramWidth | 611 |
---|
revision | 1 |
---|
|
...
- If needed, follow Choosing a Customer to get a valid CustomerId
- Use the endpoint, www.example.com/QFDAPI/v1/claim/intake/retrieveAccounts to get a list of AccountNumbers and other account details
- The /claim/intake/retrieveAccounts endpoint takes in CustomerId as a parameter and the response will only return accounts for the passed in CustomerId
- Description, OpenDate, and Balance are also returned
- AccountNumber is required when creating a new claim
Drawio |
---|
border | true |
---|
diagramName | ChoosingAnAccount |
---|
simpleViewer | false | width |
---|
links | auto |
---|
tbstyle | top |
---|
lbox | true |
---|
diagramWidth | 611 |
---|
revision | 2 |
---|
|
...
- If needed, follow Choosing a Customer and Choosing an Account to get a valid CustomerId and AccountNumber
- Use the endpoint, www.example.com/QFDAPI/v1/claim/intake/create to create a new claim
- The /claim/intake/create endpoint takes in CustomerId and AccountNumber as parameters and the claim will be created for the passed in IDs
- ClaimId is returned
Drawio |
---|
border | true |
---|
diagramName | CreatingAClaim |
---|
simpleViewer | false |
---|
width | links | auto |
---|
tbstyle | top |
---|
lbox | true |
---|
diagramWidth | 431 |
---|
revision | 3 |
---|
|
...
- After Creating A Claim, use the endpoint, www.example.com/QFDAPI/v1/claim/intake/retrieveReasons with a valid ClaimId to get the reason questionnaire for the claim
- The returned questionnaire contains questions to display so the user can classify the type and reason for the claim. The API returns appropriate questions for that given claim
- Using the returned questionnaire, a QuestionList of the users answered questions can be built to sent to /claim/intake/addClaimReasons. See Swaggerhub Documentation
- Use the endpoint, www.example.com/QFDAPI/v1/claim/intake/addClaimReasons to submit the built QuestionList
- After submitting the users answers, the next step in the intake process is Retrieving and Adding Transactions
Drawio |
---|
border | true |
---|
diagramName | RetrievingAndAddingClaimReasons |
---|
simpleViewer | false | width |
---|
links | auto |
---|
tbstyle | top |
---|
lbox | true |
---|
diagramWidth | 641 |
---|
revision | 2 |
---|
|
...
Drawio |
---|
border | true |
---|
diagramName | RetrievingAddingTransactions |
---|
simpleViewer | false | width |
---|
links | auto |
---|
tbstyle | top |
---|
lbox | true |
---|
diagramWidth | 641 |
---|
revision | 3 |
---|
|
...
Drawio |
---|
border | true |
---|
diagramName | RetrievingSubmittingQuestionnaire |
---|
simpleViewer | false | width |
---|
links | auto |
---|
tbstyle | top |
---|
lbox | true |
---|
diagramWidth | 641 |
---|
revision | 2 |
---|
|
...
Drawio |
---|
border | true |
---|
diagramName | RetrievingAndAddingCreditTransactions |
---|
simpleViewer | false |
---|
width | links | auto |
---|
tbstyle | top |
---|
lbox | true |
---|
diagramWidth | 641 |
---|
revision | 2 |
---|
|
...
Drawio |
---|
border | true |
---|
diagramName | RetrievingAndAddingSimilarTransactions |
---|
simpleViewer | false | width |
---|
links | auto |
---|
tbstyle | top |
---|
lbox | true |
---|
diagramWidth | 641 |
---|
revision | 2 |
---|
|
...
Drawio |
---|
border | true |
---|
diagramName | RetrievingTransactionsOtherAccount |
---|
simpleViewer | false | width |
---|
links | auto |
---|
tbstyle | top |
---|
lbox | true |
---|
diagramWidth | 1031 |
---|
revision | 4 |
---|
|
...
Drawio |
---|
border | true |
---|
diagramName | AddingCheckDeposits |
---|
simpleViewer | false | width |
---|
links | auto |
---|
tbstyle | top |
---|
lbox | true |
---|
diagramWidth | 410 |
---|
revision | 2 |
---|
|
...
Drawio |
---|
border | true |
---|
diagramName | RetrievingAddingDocRequirements |
---|
simpleViewer | false | width |
---|
links | auto |
---|
tbstyle | top |
---|
lbox | true |
---|
diagramWidth | 641 |
---|
revision | 2 |
---|
|
...
- After Retrieving and Submitting Questionnaire, use the endpoint www.example.com/QFDAPI/v1/claim/intake/retrieveCorrespondenceChannels to retrieve correspondence channels for the given claim
- Only required and supported if client has multi-channel verification enabled
- The /claim/intake/retrieveCorrespondenceChannels returns a CorrespondenceChannelList of correspondence channels. If isEditable is true for the defined channel, then the correspondence channel can be updated by the user
- Use the endpoint www.example.com/QFDAPI/v1/claim/intake/verifyCorrespondenceChannels to verify or edit correspondence channels
- The /claim/intake/verifyCorrespondenceChannels takes in a CorrespondenceChannelList of correspondence channels.
- If the correspondence channel is correct, then IsVerifiedCorrect must be set to true for that channel
- If the correspondence channel needs to be changed, then IsVerifiedCorrect must be set to false, and new values provided for the channel. See Swaggerhub Documentation
Drawio |
---|
border | true |
---|
diagramName | VerifyingCorrespondenceChanels |
---|
simpleViewer | false | width |
---|
links | auto |
---|
tbstyle | top |
---|
lbox | true |
---|
diagramWidth | 760 |
---|
revision | 5 |
---|
|
...
Drawio |
---|
border | true |
---|
diagramName | RetrievingSubmittingClaim |
---|
simpleViewer | false |
---|
width | links | auto |
---|
tbstyle | top |
---|
lbox | true |
---|
diagramWidth | 610 |
---|
revision | 1 |
---|
|
...
Drawio |
---|
border | true |
---|
diagramName | RetrievingConfirmation |
---|
simpleViewer | false | width |
---|
links | auto |
---|
tbstyle | top |
---|
lbox | true |
---|
diagramWidth | 410 |
---|
revision | 2 |
---|
|
Drawio |
---|
border | true |
---|
diagramName | QFD API Intake Flow |
---|
simpleViewer | false |
---|
links | auto |
---|
tbstyle | top |
---|
lbox | true |
---|
diagramWidth | 1581 |
---|
|