Avalara · JSON Structure

1099 W9 W9 Request Response Structure

W9RequestResponse schema from Avalara API

Type: object Properties: 5
Taxes

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

Properties

requestId status payeeEmail createdDate expirationDate

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-w9-request-response-structure.json",
  "description": "W9RequestResponse schema from Avalara API",
  "type": "object",
  "properties": {
    "requestId": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "payeeEmail": {
      "type": "string"
    },
    "createdDate": {
      "type": "datetime"
    },
    "expirationDate": {
      "type": "datetime"
    }
  },
  "name": "W9RequestResponse"
}