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",