Skip to content

Commit

Permalink
[MTDSA-1197] [CK] Update the View VAT return example in the documenta…
Browse files Browse the repository at this point in the history
…tion.
  • Loading branch information
Chandrashekhar Korivi authored and Chandrashekhar Korivi committed Jan 25, 2018
1 parent 47f92f8 commit 900232e
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions public/api/conf/1.0/examples/GetVatReturn.json
Original file line number Diff line number Diff line change
@@ -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
}

0 comments on commit 900232e

Please sign in to comment.