Skip to content

Commit 9e4db44

Browse files
adding caseManagementLocationNumber and regionId to base payloads (#2139)
1 parent 90a113f commit 9e4db44

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

src/main/resources/testing-support/Create-Case-ENGLAND-Base.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{
2+
"regionId":"1",
3+
"caseManagementLocationNumber":"20262",
24
"legislativeCountry": "England",
35
"claimantType": {
46
"value": {

src/main/resources/testing-support/Create-Case-WALES-Base.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{
2+
"regionId":"7",
3+
"caseManagementLocationNumber":"366572",
24
"legislativeCountry":"Wales",
35
"claimantType":{
46
"value":{

0 commit comments

Comments
 (0)