Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Request Code Samples
curl --location --request GET 'https://api.edara.io/v/Taxes/FindByName/'
Responses
{
"status_code": 0,
"error_message": "string",
"result": {
"id": 0,
"name": "string",
"rate": 0,
"e_invoce_tax_type_id": 0,
"scope": "string",
"sales_account_id": 0,
"sales_withholding_account_id": 0,
"purchase_account_id": 0,
"active": true
},
"total_count": 0
}
Modified at 2025-07-09 20:29:50