Avalara · JSON Structure

1099 W9 Filing Response Structure

FilingResponse schema from Avalara API

Type: object Properties: 4
Taxes

FilingResponse is a JSON Structure definition published by Avalara, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

filingId status formCount submittedDate

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/avalara/refs/heads/main/json-structure/1099-w9-filing-response-structure.json",
  "description": "FilingResponse schema from Avalara API",
  "type": "object",
  "properties": {
    "filingId": {
      "type": "string"
    },
    "status": {
      "type": "string",
      "enum": [
        "Accepted",
        "Processing",
        "Rejected"
      ]
    },
    "formCount": {
      "type": "int32"
    },
    "submittedDate": {
      "type": "datetime"
    }
  },
  "name": "FilingResponse"
}