How to add multiple attachments for existing AP Invoice via REST API?
Summary:
I already created AP Invoice with multiple attachments in Fusion using REST API with CREATE verb. Now I want to attach few more attachments to that invoice. How can I achieve this?
Content (required):
Below REST API can be used only if single attachment to be added.
/fscmRestApi/resources/11.13.18.05/invoices/{invoicesUniqID}/child/attachments
But I wanted to attach multiple attachments. So I tried Update AP Invoice REST API with PATCH verb. But that is not working for attachments at all. It is giving "404 Not Found" error. Attached Request payload for the same. Please let me know if I am doing it correct
Tagged:
0