Hi
I´m using "Rest API for Oracle Procurement Cloud" to create a Consignment Order. I´m executing the "create header" operation from "Draft Purchase Orders" Task and I got the following error when the API is executed using SOAP UI app.
"Applying List binding LOV_DocumentStyle with given set of values leads to no matching row for a row of type :DraftPurchaseOrderHeader1, key oracle.jbo.Key[300000006242566 ]"
I am specifying the value "Consignment Order" for "DocumentStyle" field in the JSON. I got some examples when I executed the "Get all Draft purchase orders" operation and some documents had the "Consignment Order" value.
However, if I use the value "Purchase Order" for "DocumentStyle" field the order is created without getting any error.
Do you have any idea about the error above when i try to create a Consignment Order?.
Thanks in advanced.