Oracle E-Business Suite · JSON Structure

Supply Chain Purchase Order Line Structure

Type: object Properties: 14
Business ApplicationsE-Business SuiteEnterpriseERPOracle

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

Properties

poLineId lineNum lineType itemId itemDescription categoryId quantity unitMeasLookupCode unitPrice amount needByDate promisedDate closedCode shipments

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "PurchaseOrderLine",
  "type": "object",
  "properties": {
    "poLineId": {
      "type": "integer"
    },
    "lineNum": {
      "type": "integer"
    },
    "lineType": {
      "type": "string"
    },
    "itemId": {
      "type": "integer"
    },
    "itemDescription": {
      "type": "string"
    },
    "categoryId": {
      "type": "integer"
    },
    "quantity": {
      "type": "number"
    },
    "unitMeasLookupCode": {
      "type": "string"
    },
    "unitPrice": {
      "type": "number"
    },
    "amount": {
      "type": "number"
    },
    "needByDate": {
      "type": "string"
    },
    "promisedDate": {
      "type": "string"
    },
    "closedCode": {
      "type": "string"
    },
    "shipments": {
      "type": "array"
    }
  }
}