Skip to main content

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

A list of document Tax Lines

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

Loading...