The Document Object

attributetypedescription
companyIDstringZeal Company ID
typestringType of Document. Holds one of the following values:
W2
W2C
1099NEC
940
941
941-X
943
943X
944
944X
945
945X
2678
2848
state_quarterly_contribution
descriptionstringDescription of the Document. The description should describe the purpose of the form, its date component, etc.
idstringThe id of the employee (employeeID) or id of the
contractor (contractorID)
linkstringLink to the document
yearstringThe year of the document
quarterstringThe quarter for which the tax document was filed
{
  "companyID": "1b5n28nrideucd24",
  "type": "W2",
  "description": "2023 Wage and Tax Statement (Form W2)",
  "id": "1234567890",
  "link": "https://test-documents.s3.amazonaws.com/1b5n28nrideucd24-2229-W2-1234567890-document",
  "year": "2023",
  "quarter": "Q4"
}