When creating an Invoice via the API, can we get the IDs of each InvoiceItem returned in the response
When creating an Invoice via the API - we receive a response that includes the Invoice and the Lines - but each line does not have its Xero ID. As such, we need to do a subsequent API call to grab the Line IDs.
Without this we don't have a way to EDIT Lines on an Invoice and essentially are deleting all Lines/re-adding these.
Receiving the Line IDs would allow better management of this outside Xero.
4
votes