I’m able to create a Customer Order via REST API :
Header : POST {{url}}/main/ifsapplications/projection/v1/CustomerOrderHandling.svc/CustomerOrderSet
Line : POST {{url}}/main/ifsapplications/projection/v1/CustomerOrderHandling.svc/CustomerOrderSet(OrderNo='{{commandeMFR}}')/OrderLinesArray
The issue we are having is that in order to create the line we need specify the price and unit of measure.
While using Aurena those informaitons are feteched automaticuly when chosing the PartNo.
How can we replicate this via rest api?
The need is to create an orderLine without specifying the price.
We are also looking for recalculating the customerOrderPrice Line post creation
Any help would appreciated
Thank’s
Header :
Line :