Avalara · Example Payload

E Invoicing Document Status Example

Taxes

E Invoicing Document Status Example is an example object payload from Avalara, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idstatusstatusDateevents

Example Payload

Raw ↑
{
  "id": "12345",
  "status": "Pending",
  "statusDate": "2025-04-15T14:30:00Z",
  "events": [
    "sample-value"
  ]
}