GET
/
supplier_invoices
/
{id}
/
invoice_lines
{
  "has_more": true,
  "next_cursor": "<string>",
  "items": [
    {
      "id": 123,
      "label": "<string>",
      "amount": "<string>",
      "currency_amount": "<string>",
      "description": "<string>",
      "vat_rate": "exempt",
      "currency_amount_before_tax": "<string>",
      "currency_tax": "<string>",
      "tax": "<string>",
      "imputation_dates": {
        "start_date": "<string>",
        "end_date": "<string>"
      },
      "created_at": "<string>",
      "updated_at": "<string>"
    }
  ]
}

Path Parameters

id
string
required

Query Parameters

cursor
string | null
limit
number
default:100
Required range: 1 <= x <= 2000

Response

200
application/json

200

The response is of type object.