Update Tax
PUT https://api.freshbooks.com/accounting/account/{{accountid}}/taxes/taxes/{{taxid}}
Request Body
{"tax"=>{"name"=>"HST", "number"=>nil, "amount"=>13}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
PUT https://api.freshbooks.com/accounting/account/{{accountid}}/taxes/taxes/{{taxid}}
{"tax"=>{"name"=>"HST", "number"=>nil, "amount"=>13}}
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |