Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
30 changes: 30 additions & 0 deletions conf/resources/data/cesa/multipleChargesWithMissingReferences.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"debitIdentifiers": [
{
"UTR": "multipleChargesWithMissingReferences",
"saTaxYearEnd": 2023,
"creationDate": "2022-07-03",
"chargeType": "LPI",
"tieBreaker": "0002",
"originalCreationDate": "2022-06-03",
"originalChargeType": "BCD",
"originalTieBreaker": "0001",
"chargeReference": "MissingRef1",
"parentChargeReference": "K0000000000001",
"processingOutcome": "E"
},
{
"UTR": "multipleChargesWithMissingReferences",
"saTaxYearEnd": 2023,
"creationDate": "2022-07-03",
"chargeType": "LPI",
"tieBreaker": "0002",
"originalCreationDate": "2022-06-03",
"originalChargeType": "BCD",
"originalTieBreaker": "0001",
"chargeReference": "MissingRef1",
"parentChargeReference": "K0000000000001",
"processingOutcome": "E"
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"processingDateTime": "2020-08-13T09:30:00",
"specialOfficeProcessingRequired": false
}
155 changes: 155 additions & 0 deletions conf/resources/data/sa/multipleChargesWithMissingReferences.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,155 @@
{
"cesaData": {
"customer": {
"individual": {
"title": "Mr",
"firstName": "Ben",
"lastName": "Thomas",
"dateOfBirth": "2014-09-12",
"dateOfDeath": "2014-09-12",
"identifications": [
{
"idType": "UTR",
"idValue": "multipleChargesWithMissingReferences"
}
]
}
},
"addresses": [
{
"addressType": "string",
"addressLine1": "string",
"addressLine2": "string",
"addressLine3": "string",
"addressLine4": "string",
"rls": true
}
],
"filings": [
{
"icrCategory": "string",
"icrDescription": "string",
"fromDate": "2014-09-12",
"toDate": "2014-09-12",
"dueDate": "2014-09-12"
}
],
"charges": [
{
"chargeType": "LPI",
"UTR": "multipleChargesWithMissingReferences",
"tieBreaker": "0002",
"creationDate": "2022-07-03",
"originalCreationDate": "2022-06-03",
"saTaxYearEnd": "2023-03-05",
"originalChargeType": "BCD",
"originalTieBreaker": "0001",
"mainType": "Charge 1",
"mainTrans": "4000",
"parentMainTrans": "4000",
"subTrans": "1005",
"taxPeriodFrom": "2022-02-06",
"taxPeriodTo": "2022-03-05",
"dueDate": "<DUE_DATE>",
"interestStartDate": "2022-03-05",
"outstandingAmount": 3000.00,
"accruedInterest": 500.00
},
{
"chargeType": "LPI",
"UTR": "multipleChargesWithMissingReferences",
"tieBreaker": "0002",
"creationDate": "2022-07-03",
"originalCreationDate": "2022-06-03",
"saTaxYearEnd": "2023-03-05",
"originalChargeType": "BCD",
"originalTieBreaker": "0001",
"mainType": "Charge 2",
"mainTrans": "4000",
"parentMainTrans": "4000",
"subTrans": "1046",
"taxPeriodFrom": "2022-02-06",
"taxPeriodTo": "2022-03-05",
"dueDate": "<DUE_DATE>",
"interestStartDate": "2022-03-05",
"outstandingAmount": 3000.00,
"accruedInterest": 500.00
}
],
"responseCode": {
"timestamp": "2024-02-28T11:43:56.235Z",
"httpCode": 200,
"reasonCode": "002",
"description": "success"
}
},
"etmpData": {
"customer": {
"individual": {
"title": "Mr",
"firstName": "Ben",
"lastName": "Thomas",
"dateOfBirth": "2014-09-12",
"dateOfDeath": "2014-09-12",
"identifications": [
{
"idType": "UTR",
"idValue": "multipleChargesWithMissingReferences"
}
]
}
},
"addresses": [
{
"addressType": "string",
"addressLine1": "string",
"addressLine2": "string",
"addressLine3": "string",
"addressLine4": "string",
"rls": true,
"postcodeHistory": [
{
"addressPostcode": "string",
"postcodeDate": "2024-03-15"
}
],
"contactDetails": {
"telephoneNumber": "0302 400 4859",
"fax": "0302 989 2453",
"mobile": "07984958691",
"email": "agent1@gmail.com"
},
"postCode": "string",
"country": "string"
}
],
"filings": [
{
"icrCategory": "ZR01",
"icrDescription": "RTI - PAYE - Monthly Returns",
"fromDate": "2022-03-06",
"toDate": "2022-04-05",
"dueDate": "2022-04-22"
},
{
"icrCategory": "ZR01",
"icrDescription": "RTI - PAYE - Monthly Returns",
"fromDate": "2022-04-06",
"toDate": "2022-05-05",
"dueDate": "2022-05-22"
}
],
"responseCode": {
"timestamp": "2024-02-28T11:43:56.235Z",
"httpCode": 200,
"reasonCode": "002",
"description": "success"
}
},
"responseCode": {
"timestamp": "2024-02-28T11:43:56.235Z",
"httpCode": 200,
"reasonCode": "003",
"description": "Retrieved successfully"
}
}