Oracle E-Business Suite · Example Payload

Supply Chain Onhand Quantity Example

Business ApplicationsE-Business SuiteEnterpriseERPOracle

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

Top-level fields

inventoryItemIdorganizationIdsubinventoryCodelocatorIdlotNumberserialNumbertransactionQuantitytransactionUomCodelastUpdateDate

Example Payload

Raw ↑
{
  "inventoryItemId": "500123",
  "organizationId": "500123",
  "subinventoryCode": "example_value",
  "locatorId": "500123",
  "lotNumber": "example_value",
  "serialNumber": "example_value",
  "transactionQuantity": 42.5,
  "transactionUomCode": "example_value",
  "lastUpdateDate": "example_value"
}