Avalara · Example Payload

E Invoicing Document Detail Example

Taxes

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

Top-level fields

idstatusdataFormatdocumentTypeinvoiceNumberinvoiceDatetotalAmountcurrencyCodecountryCodesubmissionDateevents

Example Payload

Raw ↑
{
  "id": "12345",
  "status": "Active",
  "dataFormat": "sample-value",
  "documentType": "sample-value",
  "invoiceNumber": "sample-value",
  "invoiceDate": "2025-04-15",
  "totalAmount": 100.0,
  "currencyCode": "US",
  "countryCode": "US",
  "submissionDate": "2025-04-15T14:30:00Z",
  "events": [
    "sample-value"
  ]
}