Skip to Main Content

Cloud Connectivity

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Rest API details to Create PO Receipts and SerialNumber

Anil MSep 8 2025 — edited Sep 8 2025

Hi Team,

The requirement is I want Rest API details for below points to Create PO Receipts and SerialNumber …

  1. Create PO Receipt and standard SerialNumber.

    1. 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",
      ]
      }
      }

  2. ERT SerialNumber, PalletNumber and populate them in SupplierSerialNumber standard field and PalletDFF against Oracle Serial Number.

Comments
Post Details
Added on Sep 8 2025
0 comments
32 views