Hi Team,
The requirement is I want Rest API details for below points to Create PO Receipts and SerialNumber …
-
Create PO Receipt and standard SerialNumber.
-
identified the below API with Request payload, but in this request don't have the SerialNumber creation field
Can you please let us know , how to create SerialNumber.
fscmRestApi/resources/latest/receivingReceiptRequests.
{
"VendorId": "123456789012345",
"Comments": "TEST",
"EmployeeId": 123456789012345,
"lines": [{
"ReceiptSourceCode": "VENDOR",
"SourceDocumentCode": "PO",
"TransactionType": "RECEIVE",
"AutoTransactCode": "DELIVER",
"OrganizationCode": "US_ORG",
"DocumentNumber": "123456",
"DocumentLineNumber": 1,
"ItemDescription": "Apple - MacBook Pro - 14\" - M3 Pro - 18 GB RAM - 512 GB SSD - Space Black Mfg",
"Quantity": 1,
"TransactionDate": "2024-01-16T21:04+00:00",
]
}
}
-
ERT SerialNumber, PalletNumber and populate them in SupplierSerialNumber standard field and PalletDFF against Oracle Serial Number.