How do I apply invoice with advInterCompanyJournalEntry using REST API?
I have been applying credit memo successfully as shown below, but I couldn't find a way to apply Invoice as well against AICJE? Can someone help me point in right direction? const applyPayload = { "amount": creditTotal, "apply": true, "doc": { "links": [], "id": response.id, "refName": response.id }, "due": creditTotal,…