Invoice Line Items API

Hello,

I am trying to implement exported invoices to Invoice Ninja v5. The API docs and swagger seem to be missing the invoice line item object. Am I just missing this? Is there a Json formate I can reference somewhere for the line items?

Thank you,

Cameron Williams

Hi,

One option is to create an invoice using the app and then load it with the API to see the data structure.

Hillel,

Is 5.3.26 the latest version of the API code on swaggerhub? That is the one I exported but it is missing some key fields for some of the API. For example, the product object only contains the id and nothing else. Also, the send Clients and Product API call do not include a body parameter to send in.

Thank you,

Cameron Williams

Thanks for the feedback!

cc @david

Hillel/David,

Another example is that the BulkAction. The BulkAction object on swagger only has an array of integers when the bulk API requires an action and a list of hash ids. It seems to be missing the action portion in the object.

Thank you,

Cameron Williams