Oracle E-Business Suite · JSON Structure

Supply Chain Requisition Line Structure

Type: object Properties: 10
Business ApplicationsE-Business SuiteEnterpriseERPOracle

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

Properties

requisitionLineId lineNum itemId itemDescription categoryId quantity unitMeasLookupCode unitPrice needByDate suggestedVendorId

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "RequisitionLine",
  "type": "object",
  "properties": {
    "requisitionLineId": {
      "type": "integer"
    },
    "lineNum": {
      "type": "integer"
    },
    "itemId": {
      "type": "integer"
    },
    "itemDescription": {
      "type": "string"
    },
    "categoryId": {
      "type": "integer"
    },
    "quantity": {
      "type": "number"
    },
    "unitMeasLookupCode": {
      "type": "string"
    },
    "unitPrice": {
      "type": "number"
    },
    "needByDate": {
      "type": "string"
    },
    "suggestedVendorId": {
      "type": "integer"
    }
  }
}