I created a dataflow from file to Api , bod is process.productionorder and API is standard rest Api "LN/lnapi/odata/tiapi.sfcProductionOrder/Orders(Order='{Order}')/tiapi.sfcProductionOrder.RegisterOrderQuantities" to trasform xml to json in body i used mapping
i used IonApiRef with path, the issue is this value is decimal but when i tried to test i have always value with quotes "" and so i got error
ION API invocation failed, please see details below : Response code : 404, Response message : Not Found and Response body : {"error":{"code":"ERROR","message":"Cannot find action tiapi.sfcProductionOrder.RegisterOrderQuantities matching the request body, possible cause: Invalid json type: STRING for Edm.Double property: DeltaQuantityComplete"}}.
x-transaction-id : 1756282333886-ae7c599a-b442-4baa-9723-034fcff50e15
because
deltaQuantityComplete have "value"
i tried to many function , i use scripting python to force decimal, but no action work.
Any Idea
thanks in advance