You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Error while creating PO Receipt using Rest API

edited Oct 1, 2025 7:47AM in Inventory Management

Hi,


I tried to create PO Receipt using Rest API mentioned in the below document
https://docs.oracle.com/en/cloud/saas/supply-chain-and-manufacturing/24b/fasrp/op-receivingreceiptrequests-post.html

and using the below request payload

{

"ASNType": "STD",
"ReceiptSourceCode": "VENDOR",
"OrganizationCode": "DMY_INV_ORG",
"VendorName": "Dummy Vendor",
"EmployeeId": "100000000000000",
"InsertAndProcessFlag": "true",
"TransactionDate": "2025-09-28T16:44:43",
"GLDate": "2025-09-28T16:44:43",
	"lines": [{
	"Amount":"1000",
	"ReceiptSourceCode": "VENDOR",
	"SourceDocumentCode": "PO",
	"TransactionType": "RECEIVE",
	"OrganizationCode": "DMY_INV_ORG",
	"DocumentNumber": "PO00001",
	"DocumentLineNumber": 1,
	"Quantity": 1,
	"TransactionDate": "2025-09-28T16:44:43",
    "VendorName": "Dummy Vendor",
    "ShipToLocationCode": "Dummy Delivery Location"
}]

}


The response returned from the Rest API includes the created Receipt Number, but with two notes:
- The provided Receipt Number is not visible by anyway from the receipts view page.

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!