TaxCodes
POST htpps://api.ecartapi.com/api/v2/taxes/taxCodes
Request Body
{"taxCode"=>{"name"=>"test API for taxCode", "taxAgenciesId"=>"8", "taxRate"=>{"name"=>"taxRate for API", "value"=>"10"}}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
RESPONSES
status: OK
{"success":true,"taxCode":{"id":"18","name":"test API for taxCode","taxRate":[{"name":"taxRate for API","value":10,"taxAgenciesId":"8"}],"dates":{"createdAt":null,"updatedAt":null}}}