FUSION RCV : Error: "The Request To Retrieve The Receipt Advice Failed Because Of The Provided Input Values" when using REST for RMA receipts
(Doc ID 2351046.1)
Last updated on MAY 25, 2020
Applies to:
Oracle Fusion Inventory Management Cloud Service - Version 11.13.17.11.0 and laterOracle Fusion Receiving - Version 11.13.20.01.0 and later
Information in this document applies to any platform.
Symptoms
Get the following error when create the receive for sales order return using the API:
REST API: https://servername/fscmRestApi/resources/latest/receivingTransactions
error : The request to retrieve the receipt advice failed because of the provided input values
Sample request payload that failed is :
{
"transactionLines": [
{
"BusinessUnit" : "ABC",
"DestinationTypeCode" : "INVENTORY",
"DocumentLineNumber" : 1,
"DocumentNumber" : "RMA_NUMBER_1",
"ItemNumber" : "TEST_ITEM",
"PrimaryQuantity": 1,
"EmployeeName": "SC Test",
"OrganizationCode": "M1",
"Quantity": 1,
"UOMCode": "Ea",
"UnitOfMeasure" : "Each",
"ReceiptSourceCode" : "CUSTOMER",
"SourceDocumentCode" : "RMA",
"TransactionType" : "RECEIVE",
"AutoTransactCode" : "DELIVER",
"CustomerId" : 300000001352957,
"TransactionDate": "2018-01-15T01:16:29.002+00:00",
"Subinventory" :"FG",
"lotItemLots":[{
"LotExpirationDate":"2018-01-19",
"TransactionQuantity": 1,
"LotNumber":"180115001"
}]
}
]
}
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |