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