---
title: "Draft Invoice Line"
description: "Invoice lines that can be used to create a standalone invoice or added to an automatically-generated subscription renewal invoice."
url: https://www.fenerum.com/en-DK/docs/api/draft-invoice-line/
updated_at: "2026-05-18T00:00:00"
---
A **draft invoice line** is a pending line item attached to an account. It can either be folded into the account's next automatic subscription renewal invoice (set `include_in_next_renewal_invoice` to `true`) or held until you explicitly issue an invoice via [Generate Invoice](https://www.fenerum.com/en-DK/docs/api/account.md#generate-an-invoice-for-an-account).

`GET /api/v1/draftinvoicelines/` (schema: https://app.fenerum.com/api/swagger/?format=openapi)

## Field notes

- **`include_in_next_renewal_invoice`** — When `true`, the line is automatically added to the next auto-issued invoice for the account on a subscription renewal. When `false`, the line stays in draft and is only invoiced when you call the [Generate Invoice](https://www.fenerum.com/en-DK/docs/api/account.md#generate-an-invoice-for-an-account) action.
- Lines in different currencies on the same account produce separate invoices when invoiced together.

To create draft invoice lines from your [Product](https://www.fenerum.com/en-DK/docs/api/product.md) catalog instead of supplying ad-hoc fields, see [Draft Invoice Lines Products](https://www.fenerum.com/en-DK/docs/api/draft-invoice-line-product.md).

---

## Navigation

Up: [Subscription management & financial insights on autopilot](https://www.fenerum.com/en-DK/index.md) › [Documentation](https://www.fenerum.com/en-DK/docs.md) › [API Documentation](https://www.fenerum.com/en-DK/docs/api.md)

Full site index: https://www.fenerum.com/llms.txt
