Oracle E-Business Suite · Example Payload

Supply Chain Sales Order Line Example

Business ApplicationsE-Business SuiteEnterpriseERPOracle

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

Top-level fields

lineIdlineNumberorderedIteminventoryItemIdorderedQuantityorderQuantityUomunitSellingPriceunitListPricelineAmountscheduleShipDateactualShipDateflowStatusCodeshippedQuantity

Example Payload

Raw ↑
{
  "lineId": "500123",
  "lineNumber": 10,
  "orderedItem": "example_value",
  "inventoryItemId": "500123",
  "orderedQuantity": 42.5,
  "orderQuantityUom": "example_value",
  "unitSellingPrice": 42.5,
  "unitListPrice": 42.5,
  "lineAmount": 42.5,
  "scheduleShipDate": "example_value",
  "actualShipDate": "example_value",
  "flowStatusCode": "example_value",
  "shippedQuantity": 42.5
}