Avalara · Example Payload

Avatax Rest Refund Transaction Model Example

Taxes

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

Top-level fields

refundTransactionCoderefundDaterefundTyperefundPercentagerefundLines

Example Payload

Raw ↑
{
  "refundTransactionCode": "US",
  "refundDate": "2025-04-15",
  "refundType": "Full",
  "refundPercentage": 100.0,
  "refundLines": [
    "sample-value"
  ]
}