Create Single Tax

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

Request Body

{"tax"=>{"name"=>"RST"}}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring

RESPONSES

status: OK

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