Avalara · Example Payload

Avatax Brazil Calculation Line Example

Taxes

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

Top-level fields

lineCodeitemCodenumberOfItemslineAmountitemDescriptionncmCodecstCodecfopCodeoriginStatedestinationState

Example Payload

Raw ↑
{
  "lineCode": "US",
  "itemCode": "US",
  "numberOfItems": 100.0,
  "lineAmount": 100.0,
  "itemDescription": "Sample description",
  "ncmCode": "US",
  "cstCode": "US",
  "cfopCode": "US",
  "originState": "sample-value",
  "destinationState": "sample-value"
}