Avalara · Example Payload

Avatax Brazil Invoice Line Example

Sample description

Taxes

Avatax Brazil Invoice Line 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

lineNumberitemCodedescriptionquantityunitPricencmCodecfopCode

Example Payload

Raw ↑
{
  "lineNumber": 42,
  "itemCode": "US",
  "description": "Sample description",
  "quantity": 100.0,
  "unitPrice": 100.0,
  "ncmCode": "US",
  "cfopCode": "US"
}