Avalara · Example Payload

1099 W9 Filing Status Example

Taxes

1099 W9 Filing Status 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

filingIdstatusacceptedCountrejectedCounterrors

Example Payload

Raw ↑
{
  "filingId": "12345",
  "status": "Processing",
  "acceptedCount": 42,
  "rejectedCount": 42,
  "errors": [
    {
      "formId": "12345",
      "errorCode": "US",
      "message": "sample-value"
    }
  ]
}