Xero Accounting API 2.0 Not returning line item info
I’m using the Xero API to retrieve overpayment details with the endpoint /2.0/Overpayments. My request includes where=Contact.ContactID==Guid(“a1552f33-a4c1-42e1-a8ac-226fa83a493b”) AND Status==”AUTHORISED”&order=Date ASC&page=1. The API returns overpayment data, but the LineItems array is always empty, even though the overpayments have line items in Xero.