-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinactive-migrated-cases-without-defendant-fine-account-numbers.json
More file actions
97 lines (97 loc) · 3.07 KB
/
inactive-migrated-cases-without-defendant-fine-account-numbers.json
File metadata and controls
97 lines (97 loc) · 3.07 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"inactiveMigratedCaseSummaries": [
{
"inactiveCaseSummary": {
"id": "b00acc1c-eb69-4b3c-960e-76be9153125a",
"caseURN": "SCRDID98443",
"defendants": [
{
"defendantId": "1a9176f4-3adc-4ea1-a808-26c4632f38ab",
"masterDefendantId": "1a9176f4-3adc-4ea1-a808-26c4632f38ab",
"personDefendant": {
"personDetails": {
"firstName": "Garfield",
"lastName": "Dare",
"dateOfBirth": "1998-08-23",
"address": {
"address1": "59 Meadow Lane",
"postcode": "B1 1AA"
},
"contact": {
"work": "07431234511",
"primaryEmail": "test@gmail.com"
}
}
},
"offences": [
{ "convictionDate": "2025-11-09" },
{ "convictionDate": "2025-11-10" }
]
},
{
"defendantId": "NEW-DEF-ID-55555",
"masterDefendantId": "1a9176f4-3adc-4ea1-a808-26c4632f38ab",
"personDefendant": {
"personDetails": {
"firstName": "Garfield (Junior)",
"lastName": "Dare",
"dateOfBirth": "2020-01-01",
"address": {
"address1": "59 Meadow Lane",
"postcode": "B1 1AA"
},
"contact": {
"work": "0000000000",
"primaryEmail": "junior@gmail.com"
}
}
},
"offences": [
{ "convictionDate": "2026-01-01" }
]
}
],
"migrationSourceSystem": {
"migrationCaseStatus": "INACTIVE",
"migrationSourceSystemName": "XHIBIT",
"migrationSourceSystemCaseIdentifier": "T20250001"
}
}
},
{
"inactiveCaseSummary": {
"id": "7776f4-3adc-4ea1-a808-26c4632f38ab",
"caseURN": "SCRDID98447",
"defendants": [
{
"defendantId": "999176f4-3adc-4ea1-a808-26c4632f38ab",
"masterDefendantId": "1a9176f4-3adc-4ea1-a808-26c4632f38ab",
"personDefendant": {
"personDetails": {
"firstName": "Garfield",
"lastName": "Dare",
"dateOfBirth": "1998-08-23",
"address": { "address1": "59 Meadow Lane", "postcode": "B1 1AA" },
"contact": { "primaryEmail": "test@gmail.com" }
}
},
"offences": [
{ "convictionDate": "2025-11-09" }
]
}
],
"migrationSourceSystem": {
"migrationCaseStatus": "INACTIVE",
"migrationSourceSystemName": "XHIBIT",
"defendantFineAccountNumbers": [
{
"defendantId": "999176f4-3adc-4ea1-a808-26c4632f38ab",
"fineAccountNumber": "67890"
}
],
"migrationSourceSystemCaseIdentifier": "T20259999"
}
}
}
]
}