vat
GET /vat
To get a specific vat.
/vat?token=XXXXX&vat_code_365=019
Returns
{
"api_response": {
"response_code": "1",
"response_msg": "OK",
"response_id": ""
},
"vat": {
"vat_code_365": "019",
"vat_name": "19%",
"vat_percent": 19,
"vat_exempt": false,
"vat_active": true,
"vat_secondary_code": "",
"vat_account_code_365_in": "216113",
"vat_account_code_365_out": "216213"
}
}