Question

API REST CreateArrivalReceipt

  • 27 December 2023
  • 2 replies
  • 44 views

Badge +1

Hello community,

We try to use REST APIs to manage the receipt of our purchase orders in 23R1. However we have a problem during this CreateArrivalReceipt call which returns us this error "message": "ORA-20110: ReceiveOrder.NOSERIAL: Serial No must have a value.". Does anyone have a solution to our problem?
Thank you for your feedback

2 replies

Hello Julien,

are some of the part serial tracked?
Then you filled it with the serial.
If not, I assume you need to set a “*” as value. Hope I this will help you.

BR Holger

Userlevel 4
Badge +9

Best is to do it manually in the UI and then check the network tab in the browser to see what calls were sent over to IFS. 

You can see then what data was used in the POST message

 

 

Reply