OnhandBalance

CloudCXEnterpriseEPMERPHCMProject ManagementREST APISaaSSCM

Properties

Name Type Description
OrganizationId integer Inventory organization identifier
OrganizationCode string Organization code
OrganizationName string Organization name
ItemNumber string Item number
ItemDescription string Item description
Subinventory string Subinventory code
Locator string Locator name
LotNumber string Lot number
SerialNumber string Serial number
OnhandQuantity number On-hand quantity
UnitOfMeasure string Unit of measure
ReservedQuantity number Reserved quantity
AvailableQuantity number Available to transact quantity
View JSON Schema on GitHub

JSON Schema

oracle-fusion-onhandbalance-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/OnhandBalance",
  "title": "OnhandBalance",
  "type": "object",
  "properties": {
    "OrganizationId": {
      "type": "integer",
      "description": "Inventory organization identifier"
    },
    "OrganizationCode": {
      "type": "string",
      "description": "Organization code"
    },
    "OrganizationName": {
      "type": "string",
      "description": "Organization name"
    },
    "ItemNumber": {
      "type": "string",
      "description": "Item number"
    },
    "ItemDescription": {
      "type": "string",
      "description": "Item description"
    },
    "Subinventory": {
      "type": "string",
      "description": "Subinventory code"
    },
    "Locator": {
      "type": "string",
      "description": "Locator name"
    },
    "LotNumber": {
      "type": "string",
      "description": "Lot number"
    },
    "SerialNumber": {
      "type": "string",
      "description": "Serial number"
    },
    "OnhandQuantity": {
      "type": "number",
      "format": "double",
      "description": "On-hand quantity"
    },
    "UnitOfMeasure": {
      "type": "string",
      "description": "Unit of measure"
    },
    "ReservedQuantity": {
      "type": "number",
      "format": "double",
      "description": "Reserved quantity"
    },
    "AvailableQuantity": {
      "type": "number",
      "format": "double",
      "description": "Available to transact quantity"
    }
  }
}