Oracle E-Business Suite · Example Payload

Supply Chain Purchase Order Shipment Example

Business ApplicationsE-Business SuiteEnterpriseERPOracle

Supply Chain Purchase Order Shipment Example is an example object payload from Oracle E-Business Suite, with 10 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

lineLocationIdshipmentNumquantityquantityReceivedquantityBilledneedByDatepromisedDateshipToOrganizationIdshipToLocationIdclosedCode

Example Payload

Raw ↑
{
  "lineLocationId": "500123",
  "shipmentNum": 10,
  "quantity": 42.5,
  "quantityReceived": 42.5,
  "quantityBilled": 42.5,
  "needByDate": "example_value",
  "promisedDate": "example_value",
  "shipToOrganizationId": "500123",
  "shipToLocationId": "500123",
  "closedCode": "example_value"
}