Hello,
With an ETL and REST components, I create orders in IFS. After creation I would like to change the status of the order from planned to released.
I use this :
"https://blabla/main/ifsapplications/projection/v1/CustomerOrderHandling.svc"
"CustomerOrderSet(OrderNo='blabla')/IfsApp.CustomerOrderHandling.CustomerOrder_ReleaseOrder"
I have this response :
500 |{"error":{"code":"ODP_DESERIALIZATION_ERROR","message":"Error while de-serializing contents."}}
I also try with parameters CustomerNo and Company, i have same message…
Can someone help me ?
Thanks,