Tax Details

GET {{baseUrl}}/taxes/:tax

This endpoint allows you to return the complete details for specific tax by passing the tax as a path parameter.

taxes.read- Taxes Read Only

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"status":"\u003cnumber\u003e","success":"\u003cboolean\u003e","data":{"id":"\u003cnumber\u003e","tax":"\u003cnumber\u003e","status":"\u003cstring\u003e","country":"\u003cstring\u003e"}}