Authorization: Bearer ********************
curl --location --request PUT 'https://api.edara.io/v/taxes' \
--header 'Authorization: Bearer <token>' \
--data-urlencode 'name=' \
--data-urlencode 'rate=' \
--data-urlencode 'active='
{
"status_code": 0,
"error_message": "string",
"result": [
{
"ID": 0,
"Name": "string",
"Rate": 0,
"EInvoceTaxTypeID": 0,
"EInvoiceExemptionReasonID": 0,
"EInvoiceExemptionReasonDescription": "string",
"EInvoceTaxeType": {
"ID": 0,
"Description": "string",
"OtherLangDescription": "string",
"Type": "string",
"Code": "string",
"Country": "string",
"ExemptionReasons": [
{
"ID": 0,
"TaxTypeID": 0,
"Code": "string",
"Description": "string",
"OtherLangDescription": "string"
}
]
},
"Scope": "string",
"SalesAccountID": 0,
"SalesWithholdingAccountID": 0,
"PurchaseAccountID": 0,
"PurchaseWithholdingAccountID": 0,
"Active": true,
"InsertUserId": 0,
"InsertDate": "2019-08-24T14:15:22Z",
"UpdateUserId": 0,
"UpdateDate": "2019-08-24T14:15:22Z"
}
],
"total_count": 0
}