Hello everyone,
I developed a webapp for my company users so they can create customer orders and quotations in IFS easier from an Excel file readen by my app.
My point is, how would I do to allow my app add a Document Text on a quotation / Customer order line ?
Let’s focus on Customer order first. I tried to spy the IFS requests when creating a new Document Text for a customer order line, but found out that a “NoteId” param was sended in the first POST method’s payload, and I don’t understand where it comes from…
I also tried via Postman to make the 1st POST call to “NoteTexts” with an empty payload, and it gave me an ObjKey, but NoteId null…

