Oracle E-Business Suite · JSON Structure

Supply Chain Onhand Quantity Structure

Type: object Properties: 9
Business ApplicationsE-Business SuiteEnterpriseERPOracle

OnhandQuantity is a JSON Structure definition published by Oracle E-Business Suite, describing 9 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

inventoryItemId organizationId subinventoryCode locatorId lotNumber serialNumber transactionQuantity transactionUomCode lastUpdateDate

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "OnhandQuantity",
  "type": "object",
  "properties": {
    "inventoryItemId": {
      "type": "integer"
    },
    "organizationId": {
      "type": "integer"
    },
    "subinventoryCode": {
      "type": "string"
    },
    "locatorId": {
      "type": "integer"
    },
    "lotNumber": {
      "type": "string"
    },
    "serialNumber": {
      "type": "string"
    },
    "transactionQuantity": {
      "type": "number"
    },
    "transactionUomCode": {
      "type": "string"
    },
    "lastUpdateDate": {
      "type": "string"
    }
  }
}