Returns a list of document Tax Lines
GET/api/v8/partner/documents/:document_id/tax-lines
Returns a list of document Tax Lines
Request
Path Parameters
document_id int64required
The unique identifier of the document.
Responses
- 200
A list of document Tax Lines
- application/json
- Schema
- Example (from schema)
Schema
count integerrequired
The total number of results retrieved across all pages.
next string
The URL to the next page of results.
previous string
The URL to the previous page of results.
results null[]required
The collection of processed None documents
{
"count": 0,
"next": "string",
"previous": "string",
"results": [
null
]
}
Loading...