Skip to main content
POST
Creates a line item for the given invoice.

Params

string
The ID of the invoice to create a line item for.

Request

string
required
The description of the line item.
decimal
required
The quantity of the line item as a decimal string.
decimal
required
The unit price for the given line item as a decimal string.

Response