Tax Documents

Learn more about the reference information for Tax Documents.

Attributes

The table below has the values for Tax Document fields.

AttributeTypeDescription
idstringUnique identifier
document_typestringType of document
fileuriLink to tax document file, format is specified in the content-type
md5sumstringMD5 hash value computed based on file content
yearintegerTax document year

Endpoint

The link below is the reference for the available Tax Document endpoint.

Example response

The sample below is a JSON response for the endpoint.

[
  {
    "id": "string",
    "document_type": "Summary",
    "file": "string",
    "md5sum": "string",
    "year": 0
  }
]