Avalara · Example Payload

Avatax Rest Multi Document Line Item Model Example

Taxes

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

Top-level fields

companyCodereportingLocationCodenumberquantityamounttaxCodeaddresses

Example Payload

Raw ↑
{
  "companyCode": "US",
  "reportingLocationCode": "US",
  "number": "sample-value",
  "quantity": 100.0,
  "amount": 100.0,
  "taxCode": "US",
  "addresses": {
    "shipFrom": "sample-value",
    "shipTo": "sample-value"
  }
}