put away Receipt api not working
Summary:
Hi team,
I am using the below REST API to create Putaway in oracle fusion,but it doesnt create any put away,as I checked from the front end,no changes were done.
Am I doing it wrong?Below is a sample json I pass for the post method.
{
"BusinessUnit": "XXXXX",
"DestinationTypeCode": "INVENTORY",
"DocumentLineNumber": 1,
"DocumentNumber": "XXXXX",
"ItemNumber": "XXXXX",
"OrganizationCode": "XXXXX",
"Quantity": 10,
"UOMCode": "PK",
"UnitOfMeasure": "Pack",
"ReceiptSourceCode": "VENDOR",
"SoldtoLegalEntity": "XXXXX",
"SourceDocumentCode": "PO",
"TransactionType": "DELIVER",
"ParentTransactionId": XXXXX,
"InsertAndProcessFlag": "true"
}
Can someone assist me on this.
Best Regards,
Sushan Peiris
Content (please ensure you mask any confidential information):
Version (include the version you are using, if applicable):
0