Learn more about the reference information for Tax Documents.
Attributes
The table below has the values for Tax Document fields.
Attribute | Type | Description |
---|---|---|
id | string | Unique identifier |
document_type | string | Type of document |
file | uri | Link to tax document file, format is specified in the content-type |
md5sum | string | MD5 hash value computed based on file content |
year | integer | Tax 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
}
]