Does anyone have a tax rate item association json sample file? I am trying to associate an existing item with an existing tax rate, and there is no sample to follow: Can't seem to find any other documentation regarding the parameters to pass with:
https://sandbox.dev.clover.com/v3/merchants/{mId}/tax_rate_items
tried both of these sample JSON formatswith no luck...
{ "taxRates": [ { "id": "abc", "items": {"id": "123"} } ] }"
and
"{ "elements": [ { "taxRates": {"id": "abc"}, "item": {"id": "123"} } ] }"
Thanks in advance