From 900232e68527402a5b18eaf9670b862d9fbc23d8 Mon Sep 17 00:00:00 2001 From: Chandrashekhar Korivi Date: Thu, 25 Jan 2018 15:12:23 +0000 Subject: [PATCH] [MTDSA-1197] [CK] Update the View VAT return example in the documentation. --- .../api/conf/1.0/examples/GetVatReturn.json | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/public/api/conf/1.0/examples/GetVatReturn.json b/public/api/conf/1.0/examples/GetVatReturn.json index b7ae0dde..60c987c5 100644 --- a/public/api/conf/1.0/examples/GetVatReturn.json +++ b/public/api/conf/1.0/examples/GetVatReturn.json @@ -1,12 +1,12 @@ { - "periodKey" : "#001", - "vatDueSales": 100.25, - "vatDueAcquisitions": 100.25, - "totalVatDue": 200.50, - "vatReclaimedCurrPeriod": 100.25, - "netVatDue": 100.25, - "totalValueSalesExVAT": 100, - "totalValuePurchasesExVAT": 100, - "totalValueGoodsSuppliedExVAT": 100, - "totalAcquisitionsExVAT": 100 + "periodKey": "#001", + "vatDueSales": 100.00, + "vatDueAcquisitions": 100.00, + "totalVatDue": 200, + "vatReclaimedCurrPeriod": 100.00, + "netVatDue": 100, + "totalValueSalesExVAT": 500, + "totalValuePurchasesExVAT": 500, + "totalValueGoodsSuppliedExVAT": 500, + "totalAcquisitionsExVAT": 500 } \ No newline at end of file