Update Single Tax

PUT https://api.freshbooks.com/accounting/account/{{accountId}}/taxes/taxes/{{taxId}}

Request Body

{"tax"=>{"name"=>"TST"}}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring

RESPONSES

status: OK

{"response":{"result":{"tax":{"accounting_systemid":"wkMd2g","amount":"0","compound":false,"id":4518,"name":"TST","number":null,"taxid":4518,"updated":"2019-04-24 14:42:04"}}}}