-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathdata.json
More file actions
51 lines (51 loc) · 1.08 KB
/
data.json
File metadata and controls
51 lines (51 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"document": [{
"id": 1,
"displayName": "Subscription documents",
"description": "Desctiption follows",
"docDate": "2015-01-01",
"direction": "IN"
}, {
"id": 2,
"displayName": "Loan treaty",
"description": "Some document",
"docDate": "2015-04-25",
"direction": "IN"
}, {
"id": 3,
"displayName": "Loan application",
"description": "Client loan application form",
"docDate": "2015-06-14",
"direction": "IN"
}, {
"id": 4,
"displayName": "Drivers License",
"description": "",
"docDate": "2015-08-16",
"direction": "IN"
}, {
"id": 5,
"displayName": "ID Card",
"description": "",
"docDate": "2015-02-01",
"direction": "OUT"
}, {
"id": 6,
"displayName": "Passport",
"description": "",
"docDate": "2015-10-06",
"direction": "IN"
}, {
"id": 7,
"displayName": "Loan checks",
"description": "Check results",
"docDate": "2015-04-25",
"direction": "IN"
}, {
"id": 8,
"displayName": "Questionnaire",
"description": "Client questionnaire",
"docDate": "2015-01-10",
"direction": "IN"
}]
}