Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SSCSCI-1599 #1552

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
"firstName": "John",
"lastName": null
},
"address": {},
"address": {
"inMainlandUk": "Yes",
},
"contact": {
"email": null,
"phone": null,
Expand Down Expand Up @@ -47,7 +49,9 @@
"hasRepresentative": "No",
"organisation": null,
"name": null,
"address": null,
"address": {
"inMainlandUk": "Yes"
},
"contact": null
},
"signer": null,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@
"line2": "Hutton",
"town": "Brentwood",
"county": "Essex",
"postcode": "CM13 1AQ"
"postcode": "CM13 1AQ",
"inMainlandUk": "Yes"
},
"contact": {
"email": null,
Expand Down Expand Up @@ -138,7 +139,7 @@
"phoneNumber": "0300 123 1142",
"faxNumber": "0126 434 7983",
"email": "[email protected]",
"hearingRoute": "gaps",
"hearingRoute": "gaps",
"epimsId": "698118"
},
"processingVenue": "Basildon CC",
Expand All @@ -158,7 +159,7 @@
},
"warnings": [],
"supplementary_data": {
"$set" : {
"$set": {
"HMCTSServiceId": "BBA3"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@
"line2": "Hutton",
"town": "Brentwood",
"county": "Essex",
"postcode": "CM13 1AQ"
"postcode": "CM13 1AQ",
"inMainlandUk": "Yes"
},
"contact": {
"email": null,
Expand Down Expand Up @@ -138,7 +139,7 @@
"phoneNumber": "0300 123 1142",
"faxNumber": "0126 434 7983",
"email": "[email protected]",
"hearingRoute": "gaps",
"hearingRoute": "gaps",
"epimsId": "698118"
},
"processingVenue": "Basildon CC",
Expand All @@ -158,7 +159,7 @@
},
"warnings": [],
"supplementary_data": {
"$set" : {
"$set": {
"HMCTSServiceId": "BBA3"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@
"line2": "Hutton",
"town": "Brentwood",
"county": "Essex",
"postcode": "CM13 1AQ"
"postcode": "CM13 1AQ",
"inMainlandUk": "Yes"
},
"contact": {
"email": null,
Expand All @@ -86,7 +87,8 @@
"line2": "Benedictine",
"town": "Coventry",
"county": "Warwickshire",
"postcode": "CV3 6GU"
"postcode": "CV3 6GU",
"inMainlandUk": "Yes"
},
"contact": {
"email": null,
Expand Down Expand Up @@ -158,7 +160,6 @@
}
}
],

"linkedCasesBoolean": "No",
"caseCreated": "2018-01-11",
"region": "BRADFORD",
Expand All @@ -173,7 +174,7 @@
"postcode": "BD3 7BH",
"city": "BRADFORD",
"email": "[email protected]",
"hearingRoute": "gaps",
"hearingRoute": "gaps",
"epimsId": "698118"
},
"caseManagementLocation": {
Expand All @@ -187,7 +188,7 @@
},
"warnings": [],
"supplementary_data": {
"$set" : {
"$set": {
"HMCTSServiceId": "BBA3"
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"line2": "Hutton",
"town": "Brentwood",
"county": "Essex",
"postcode": "CM13 1AQ"
"postcode": "CM13 1AQ",
"inMainlandUk": "Yes"
},
"contact": {
"email": null,
Expand All @@ -34,26 +35,28 @@
"dob": "1976-11-11",
"nino": "BB000000B"
},
"isAppointee" : "No",
"isAppointee": "No",
"appointee": null,
"isAddressSameAsAppointee" : null
"isAddressSameAsAppointee": null
},
"benefitType": {
"code": "ESA",
"description": "Employment and Support Allowance"
},
"hearingOptions": {
"wantsToAttend" : "Yes",
"wantsSupport" : "No",
"wantsToAttend": "Yes",
"wantsSupport": "No",
"languageInterpreter": "No",
"arrangements" : [],
"scheduleHearing" : "Yes",
"excludeDates" : [{
"value" : {
"start" : "2030-12-01",
"end" : null
"arrangements": [],
"scheduleHearing": "Yes",
"excludeDates": [
{
"value": {
"start": "2030-12-01",
"end": null
}
}]
}
]
},
"hearingSubtype": {
"wantsHearingTypeTelephone": "Yes",
Expand All @@ -72,20 +75,22 @@
},
"signer": null,
"hearingType": "oral",
"receivedVia" : "Paper"
"receivedVia": "Paper"
},
"sscsDocument" : [ {
"value" : {
"documentType" : "appellantEvidence",
"documentFileName" : "11111.pdf",
"documentDateAdded" : "2018-10-10",
"documentLink" : {
"document_url" : "http://www.bbc.com",
"document_binary_url" : "http://www.bbc.com/binary",
"document_filename" : "myfile.jpg"
"sscsDocument": [
{
"value": {
"documentType": "appellantEvidence",
"documentFileName": "11111.pdf",
"documentDateAdded": "2018-10-10",
"documentLink": {
"document_url": "http://www.bbc.com",
"document_binary_url": "http://www.bbc.com/binary",
"document_filename": "myfile.jpg"
}
}
}
} ],
],
"subscriptions": {
"appellantSubscription": {
"wantSmsNotifications": "No",
Expand All @@ -95,27 +100,27 @@
"subscribeSms": "No",
"reason": null
},
"supporterSubscription" : null,
"representativeSubscription" : null,
"appointeeSubscription" : null
"supporterSubscription": null,
"representativeSubscription": null,
"appointeeSubscription": null
},
"region" : "BIRMINGHAM",
"regionalProcessingCenter" : {
"faxNumber" : "0126 434 7983",
"address4" : "PO Box 14620",
"phoneNumber" : "0300 123 1142",
"name" : "BIRMINGHAM",
"address1" : "HM Courts & Tribunals Service",
"address2" : "Social Security & Child Support Appeals",
"address3" : "Administrative Support Centre",
"postcode" : "B16 6FR",
"city" : "BIRMINGHAM"
"region": "BIRMINGHAM",
"regionalProcessingCenter": {
"faxNumber": "0126 434 7983",
"address4": "PO Box 14620",
"phoneNumber": "0300 123 1142",
"name": "BIRMINGHAM",
"address1": "HM Courts & Tribunals Service",
"address2": "Social Security & Child Support Appeals",
"address3": "Administrative Support Centre",
"postcode": "B16 6FR",
"city": "BIRMINGHAM"
},
"evidencePresent" : "Yes",
"bulkScanCaseReference" : "1234567890",
"caseCreated" : "2018-11-21"
"evidencePresent": "Yes",
"bulkScanCaseReference": "1234567890",
"caseCreated": "2018-11-21"
},
"security_classification" : "PUBLIC",
"event_token" : "test_event_token",
"ignore_warning" : false
"security_classification": "PUBLIC",
"event_token": "test_event_token",
"ignore_warning": false
}
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@
"firstName": "John",
"lastName": null
},
"address": {},
"address": {
"inMainlandUk": "Yes"
},
"contact": {
"email": null,
"phone": null,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"line2": "Hutton",
"town": "Brentwood",
"county": "Essex",
"postcode": "CM13 1AQ"
"postcode": "CM13 1AQ",
"inMainlandUk": "Yes"
},
"contact": {
"email": null,
Expand All @@ -34,27 +35,29 @@
"dob": "1976-11-11",
"nino": "BB000000B"
},
"isAppointee" : "No",
"isAppointee": "No",
"appointee": null,
"isAddressSameAsAppointee" : null
"isAddressSameAsAppointee": null
},
"benefitType": {
"code": "ESA",
"description": "Employment and Support Allowance"
},
"hearingSubtype": {},
"hearingOptions": {
"wantsToAttend" : "Yes",
"wantsSupport" : "No",
"wantsToAttend": "Yes",
"wantsSupport": "No",
"languageInterpreter": "No",
"arrangements" : [],
"scheduleHearing" : "Yes",
"excludeDates" : [{
"value" : {
"start" : "2030-12-01",
"end" : null
"arrangements": [],
"scheduleHearing": "Yes",
"excludeDates": [
{
"value": {
"start": "2030-12-01",
"end": null
}
}
}]
]
},
"appealReasons": null,
"rep": {
Expand All @@ -66,20 +69,22 @@
},
"signer": null,
"hearingType": "oral",
"receivedVia" : "Paper"
"receivedVia": "Paper"
},
"sscsDocument" : [ {
"value" : {
"documentType" : "appellantEvidence",
"documentFileName" : "11111.pdf",
"documentDateAdded" : "2018-10-10",
"documentLink" : {
"document_url" : "http://www.bbc.com",
"document_binary_url" : "http://www.bbc.com/binary",
"document_filename" : "myfile.jpg"
"sscsDocument": [
{
"value": {
"documentType": "appellantEvidence",
"documentFileName": "11111.pdf",
"documentDateAdded": "2018-10-10",
"documentLink": {
"document_url": "http://www.bbc.com",
"document_binary_url": "http://www.bbc.com/binary",
"document_filename": "myfile.jpg"
}
}
}
} ],
],
"subscriptions": {
"appellantSubscription": {
"wantSmsNotifications": "No",
Expand All @@ -89,28 +94,28 @@
"subscribeSms": "No",
"reason": null
},
"supporterSubscription" : null,
"representativeSubscription" : null,
"appointeeSubscription" : null
"supporterSubscription": null,
"representativeSubscription": null,
"appointeeSubscription": null
},
"region" : "BRADFORD",
"regionalProcessingCenter" : {
"name" : "BRADFORD",
"region": "BRADFORD",
"regionalProcessingCenter": {
"name": "BRADFORD",
"address1": "HM Courts & Tribunals Service",
"address2": "Social Security & Child Support Appeals",
"address3": "Phoenix House",
"address4": "Rushton Avenue",
"city": "BRADFORD",
"postcode": "BD3 7BH",
"phoneNumber" : "0300 123 1142",
"faxNumber" : "0126 434 7983",
"email" : "[email protected]"
"phoneNumber": "0300 123 1142",
"faxNumber": "0126 434 7983",
"email": "[email protected]"
},
"evidencePresent" : "Yes",
"bulkScanCaseReference" : "1234567890",
"caseCreated" : "2018-01-11"
"evidencePresent": "Yes",
"bulkScanCaseReference": "1234567890",
"caseCreated": "2018-01-11"
},
"security_classification" : "PUBLIC",
"event_token" : "test_event_token",
"ignore_warning" : false
"security_classification": "PUBLIC",
"event_token": "test_event_token",
"ignore_warning": false
}
Loading