Error while creating PO Receipt using Rest API
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.
0