Avalara · Example Payload

Avatax Rest Line Item Model Example

Sample description

Taxes

Avatax Rest Line Item 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

numberquantityamounttaxCodeitemCodedescriptionaddressesexemptionCode

Example Payload

Raw ↑
{
  "number": "sample-value",
  "quantity": 1,
  "amount": 100.0,
  "taxCode": "US",
  "itemCode": "US",
  "description": "Sample description",
  "addresses": {
    "shipFrom": "sample-value",
    "shipTo": "sample-value"
  },
  "exemptionCode": "US"
}