Devolve Tabela de Imposto a partir do seu :id.
curl https://api.cloudinvoice.net/tax_tables/1/
-H "Content-Type: application/json"
{
"id": 1,
"code": 1,
"description": "Taxa Normal",
"short_description": "Taxa Normal",
"tax_group_id": 1,
"tax_group": {
"id": "1",
"code": "IVA",
"description": "Imposto sobre o Valor Acrescentado",
"short_description": "IVA"
},
"tax_region_id": 1,
"tax_region": {
"id": "1",
"code": "PT",
"description": "Continente"
},
"tax_zone_id": 21,
"tax_zone": {
"id": 21,
"description1": "Mercado Nacional"
},
"tax_type_id": 41,
"tax_type": {
"id": 41,
"description1": "IVA-Imposto sobre o Valor Acrescentado"
},
"tax_code_id": 31,
"tax_code": {
"id": 31,
"description1": "Taxa Normal"
},
"tax_rate": "23,00%",
"tax_sequence_order": 1,
"tax_exemption_id": null,
"tax_exemption": null,
"tax_exempt_reason": "",
"is_available_products": true,
"obs": ""
}