Avalara · Example Payload

Avatax Rest Transaction Line Model Example

Taxes

Avatax Rest Transaction Line Model Example is an example object payload from Avalara, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idlineNumberlineAmounttaxtaxableAmountexemptAmounttaxCodeitemCode

Example Payload

Raw ↑
{
  "id": 42,
  "lineNumber": "sample-value",
  "lineAmount": 100.0,
  "tax": 100.0,
  "taxableAmount": 100.0,
  "exemptAmount": 100.0,
  "taxCode": "US",
  "itemCode": "US"
}