Hi, two questions about setting sales tax rates via the API:
- I have an existing client that I want to set the default sales tax rate for. Is this possible? I tried this:
{
“settings”: {
“tax_rate1”: “8”,
“tax_name1”: “NY sales tax”,
}
}
…but it didn’t work. Do I need to refer to the system name of an already-created sales tax rate?
- Same question for setting the tax rate on invoices via the API. I’m trying to set tax_rate1 and having similar results: nothing is set for the value, even though the rest of the invoice is created successfully.
Thank you!