-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mobile LH claims - contention list field fix (#12807)
- Loading branch information
Showing
7 changed files
with
2,978 additions
and
1,150 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
type: object | ||
properties: | ||
tracked_item_id: | ||
type: integer | ||
example: 360_052 | ||
file_type: | ||
type: integer | ||
example: 'Civilian Police Reports' | ||
document_type: | ||
type: null | ||
example: null | ||
filename: | ||
type: string | ||
example: '7B434B58-477C-4379-816F-05E6D3A10487.pdf' | ||
upload_date: | ||
type: string | ||
example: '2023-03-01' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
type: object | ||
properties: | ||
type: | ||
type: string | ||
example: 'received_from_you_list' | ||
tracked_item_id: | ||
type: integer | ||
example: 360_052 | ||
description: | ||
type: string | ||
example: 'The information provided concerning your prior marital history is inconsistent. In order to resolve these inconsistencies you should submit certified copies of the public record of the termination (death, divorce or annulment) for each of your prior marriages.' | ||
display_name: | ||
type: string | ||
example: 'Claimant marital history inconsistent - need proof' | ||
overdue: | ||
type: boolean | ||
example: true | ||
status: | ||
type: string | ||
example: 'NEEDED' | ||
uploaded: | ||
type: boolean | ||
example: true | ||
uploads_allowed: | ||
type: boolean | ||
example: true | ||
opened_date: | ||
type: string | ||
example: '2022-09-30' | ||
requested_date: | ||
type: string | ||
example: '2022-09-30' | ||
received_date: | ||
type: string | ||
example: '2023-10-30' | ||
closed_date: | ||
type: string | ||
example: '2023-11-30' | ||
suspense_date: | ||
type: string | ||
example: '2023-05-30' | ||
documents: | ||
type: array | ||
items: | ||
$ref: "./claimDocument.yml" | ||
upload_date: | ||
type: string | ||
example: '2023-05-30' | ||
date: | ||
type: string | ||
example: '2023-05-30' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters