Skip to content

Commit

Permalink
Merge pull request #968 from hmrc/DL-9303
Browse files Browse the repository at this point in the history
[DL-9303] Removed periodKey and interestKey fields from the API docum…
  • Loading branch information
scott-goodwin authored Dec 19, 2022
2 parents 9b40c0e + 40ba35c commit a6a00d3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,9 @@
"chargeDescription": "VAT Return",
"periodFromDate": "2022-03-01",
"periodToDate": "2022-03-01",
"periodKey": "13RL",
"netDueDate": "2022-03-01",
"amount": 123.45,
"lineItemInterestDetails": {
"interestKey": "01",
"interestStartDate": "2022-03-01",
"currentInterestRate": 2,
"interestPostedAmount": 12,
Expand All @@ -40,4 +38,4 @@
]
}
]
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -121,11 +121,6 @@
"type": "string",
"example": "2022-08-16"
},
"periodKey": {
"description": "A four-digit reference containing characters and numbers that identify a specific period of the due date.",
"type": "string",
"example": "13RL"
},
"netDueDate": {
"description": "The due date for payment.",
"type": "string",
Expand All @@ -140,11 +135,6 @@
"description": "Details of the interest that relates to the line item.",
"type": "object",
"properties": {
"interestKey": {
"description": "A specific line item that has been locked, rather than the entirety of the document. A two-digit reference to identify the interest key.",
"type": "string",
"example": "01"
},
"interestStartDate": {
"description": "The date that the interest charges started.",
"type": "string",
Expand Down

0 comments on commit a6a00d3

Please sign in to comment.