Create Single Tax
POST https://api.freshbooks.com/accounting/account/{{accountId}}/taxes/taxes
Request Body
{"tax"=>{"name"=>"RST"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
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"}}}}