Avalara · Example Payload

Mylodgetax Lodging Tax Rate Response Example

Taxes

Mylodgetax Lodging Tax Rate Response Example is an example object payload from Avalara, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

totalRaterates

Example Payload

Raw ↑
{
  "totalRate": 100.0,
  "rates": [
    {
      "jurisdiction": "sample-value",
      "jurisdictionType": "State",
      "taxName": "Sample Name",
      "rate": 100.0
    }
  ]
}