Oracle E-Business Suite · JSON Structure

Supply Chain Requisition Structure

Type: object Properties: 10
Business ApplicationsE-Business SuiteEnterpriseERPOracle

Requisition 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

requisitionHeaderId segment1 typeLookupCode authorizationStatus preparerId description totalAmount creationDate lines orgId

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Requisition",
  "type": "object",
  "properties": {
    "requisitionHeaderId": {
      "type": "integer"
    },
    "segment1": {
      "type": "string"
    },
    "typeLookupCode": {
      "type": "string"
    },
    "authorizationStatus": {
      "type": "string"
    },
    "preparerId": {
      "type": "integer"
    },
    "description": {
      "type": "string"
    },
    "totalAmount": {
      "type": "number"
    },
    "creationDate": {
      "type": "string"
    },
    "lines": {
      "type": "array"
    },
    "orgId": {
      "type": "integer"
    }
  }
}