Avalara · Example Payload

E Invoicing Document Summary Example

Taxes

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

Top-level fields

idstatusdocumentTypeinvoiceNumbersenderNamerecipientNamesubmissionDatecountryCode

Example Payload

Raw ↑
{
  "id": "12345",
  "status": "Active",
  "documentType": "sample-value",
  "invoiceNumber": "sample-value",
  "senderName": "Sample Name",
  "recipientName": "Sample Name",
  "submissionDate": "2025-04-15T14:30:00Z",
  "countryCode": "US"
}