get single TaxCodes
GET htpps://api.ecartapi.com/api/v2/taxes/taxCodes/{{id}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
RESPONSES
status: OK
{"success":true,"taxCode":{"id":"23","name":"test API for taxCod","taxRate":[{"taxRateId":"16","name":"testing","value":15,"TaxAgenciesId":"5"}],"dates":{"createdAt":"2024-07-03T14:10:05-07:00","updatedAt":"2024-07-03T14:10:05-07:00"}}}