Add a new line itemAsk AIpost https://api.tryaqueduct.com/v1/invoices/{invoiceId}/invoicelineitemsPath ParamsinvoiceIdstringrequiredThe invoice id we're adding the new InvoiceLineItem toBody ParamsdescriptionstringrequiredName of the line item. This will be displayed to your customers in the invoice.amountnumberrequiredThe amount to charge for this line itemtableRowDisplayFieldsarray of objectsUsed for displaying the line items as a table in the invoice pdftableRowDisplayFieldsADD objectaccountingFieldsarray of objectsUsed for syncing data into accounting integrations, e.g. Quickbooks or Sage IntacctaccountingFieldsADD objectexternalIdstringOption 2A user-provided identifier for the objectResponse 201InvoiceLineItem is created successfullyUpdated over 3 years ago