Oracle E-Business Suite · JSON Structure

Supply Chain Sales Order Line Structure

Type: object Properties: 13
Business ApplicationsE-Business SuiteEnterpriseERPOracle

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

Properties

lineId lineNumber orderedItem inventoryItemId orderedQuantity orderQuantityUom unitSellingPrice unitListPrice lineAmount scheduleShipDate actualShipDate flowStatusCode shippedQuantity

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "SalesOrderLine",
  "type": "object",
  "properties": {
    "lineId": {
      "type": "integer"
    },
    "lineNumber": {
      "type": "integer"
    },
    "orderedItem": {
      "type": "string"
    },
    "inventoryItemId": {
      "type": "integer"
    },
    "orderedQuantity": {
      "type": "number"
    },
    "orderQuantityUom": {
      "type": "string"
    },
    "unitSellingPrice": {
      "type": "number"
    },
    "unitListPrice": {
      "type": "number"
    },
    "lineAmount": {
      "type": "number"
    },
    "scheduleShipDate": {
      "type": "string"
    },
    "actualShipDate": {
      "type": "string"
    },
    "flowStatusCode": {
      "type": "string"
    },
    "shippedQuantity": {
      "type": "number"
    }
  }
}