Invoices
Create Invoice Line Item
POST
/
invoices
/
:id
/
line-items
Creates a line item for the given invoice.
Params
The ID of the invoice to create a line item for.
Request
The description of the line item.
The quantity of the line item as a decimal string.
The unit price for the given line item as a decimal string.