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

Need API for create receiving inspection for Transfer order and intransit shipment

edited 11:35AM in Inventory Management

We are trying to use an API to integrate receiving inspection transactions from WMS to Oracle Fusion for all transaction sources, including Purchase Orders (PO), Transfer Orders (TO), and Intransit Shipments.

We have successfully created receiving inspections for Purchase Orders using the payload below. However, we are unable to create inspections for Transfer Orders and are receiving an error.

Could anyone please help us identify the issue and advise on the correct payload or approach for Transfer Order inspections?

PO inspection payload:

"DestinationTypeCode" : "RECEIVING",  ----Hardcord
  "DocumentNumber" : "PO-MNGHA-533", ---po_nbr
  "DocumentLineNumber" : 1, ---po_line_nbr
  "DocumentShipmentLineNumber" : 1, ---shipment_line_nbr
  "ASNLineNumber" : 1, --GetAPI
  "ItemNumber" : "107547", --item_code

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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