Create Receipts DocumentNumber
Summary
Create Receipts DocumentNumber Cannot Be A Non-IntegerContent
We are developing an application using Oracle SCM Cloud for one of our customers, using the /fscmRestApi/resources/11.13.18.05/receipts API for SCM Cloud.
In the API documentation,
https://docs.oracle.com/cd/E83857_01/saas/supply-chain-management/18b/fasrp/op-receipts-post.html
there is an input parameter called DocumentNumber that is listed as an integer. Our testing of the API shows behavior consistent with the documentation, but this is not the problem.
The problem is that another API, /fscmRestApi/resources/11.13.18.05/purchaseOrdersForReceiving, which provides the data for the receipts, has a corresponding PurchaseOrder field that is sent to our application as a string.
0