Hello,
I am trying to add a line to a Sales Quotation using a REST API from C# and I am always receiving the following error:
ORA-20124: Error.NULLVALUE: Field dProbabilityToWin] is mandatory for Order Quotation Line and requires a value.
I DO have ProbabilityToWin in my payload and have tried several iterations of a value (100, 1, 0, 0.1, 0.9). I have also written many API integrations with IFS so I’m not new to this.
Here is a snippit of the payload:
"UnitPriceInclTax": 0.00,
"ProbabilityToWin": 100,
"OrderSupplyType": "InventOrder",
and the API URL is:
/main/ifsapplications/projection/v1/SalesQuotationHandling.svc/OrderQuotationSet(QuotationNo='{1}')/OrderQuotationLinesArray
This happens in both 23R1 SU10 and 23R2 SU3.
Any help would be greatly appreciated.
Regards,
Robert Blansett