Skip to content

Commit

Permalink
[DL-9303] Removed periodKey and interestKey fields from the API docum…
Browse files Browse the repository at this point in the history
…entation for the financial-details endpoint.
  • Loading branch information
abutters committed Dec 13, 2022
1 parent 7fd5725 commit 40ba35c
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 40ba35c

Please sign in to comment.