From 40ba35cd981ff6f6ad5d288c5f0334b3192583e9 Mon Sep 17 00:00:00 2001 From: Andrew Butters <23127331+abutters@users.noreply.github.com> Date: Tue, 13 Dec 2022 14:18:53 +0000 Subject: [PATCH] [DL-9303] Removed periodKey and interestKey fields from the API documentation for the financial-details endpoint. --- .../conf/1.0/examples/penalties/FinancialDetails.json | 4 +--- .../conf/1.0/schemas/penalties/FinancialDetails.json | 10 ---------- 2 files changed, 1 insertion(+), 13 deletions(-) diff --git a/resources/public/api/conf/1.0/examples/penalties/FinancialDetails.json b/resources/public/api/conf/1.0/examples/penalties/FinancialDetails.json index 9b25b62d..e75a2688 100644 --- a/resources/public/api/conf/1.0/examples/penalties/FinancialDetails.json +++ b/resources/public/api/conf/1.0/examples/penalties/FinancialDetails.json @@ -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, @@ -40,4 +38,4 @@ ] } ] -} \ No newline at end of file +} diff --git a/resources/public/api/conf/1.0/schemas/penalties/FinancialDetails.json b/resources/public/api/conf/1.0/schemas/penalties/FinancialDetails.json index 8daebb52..ee03d378 100644 --- a/resources/public/api/conf/1.0/schemas/penalties/FinancialDetails.json +++ b/resources/public/api/conf/1.0/schemas/penalties/FinancialDetails.json @@ -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", @@ -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",