Avalara · Example Payload

Excise Transaction Line Example

Taxes

Excise Transaction Line 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

lineNumberproductCodeunitOfMeasurequantityamountbillOfLadingNumbercarrierNamemodeOfTransport

Example Payload

Raw ↑
{
  "lineNumber": "sample-value",
  "productCode": "US",
  "unitOfMeasure": "GAL",
  "quantity": 100.0,
  "amount": 100.0,
  "billOfLadingNumber": "sample-value",
  "carrierName": "Sample Name",
  "modeOfTransport": "Truck"
}