Oracle E-Business Suite · JSON Structure

Supply Chain Purchase Order Structure

Type: object Properties: 21
Business ApplicationsE-Business SuiteEnterpriseERPOracle

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

Properties

poHeaderId segment1 typeLookupCode vendorId vendorName vendorSiteId currencyCode authorizationStatus approvedFlag closedCode totalAmount creationDate approvedDate buyerId shipToLocationId billToLocationId termsId description lines orgId lastUpdateDate

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "PurchaseOrder",
  "type": "object",
  "properties": {
    "poHeaderId": {
      "type": "integer"
    },
    "segment1": {
      "type": "string"
    },
    "typeLookupCode": {
      "type": "string"
    },
    "vendorId": {
      "type": "integer"
    },
    "vendorName": {
      "type": "string"
    },
    "vendorSiteId": {
      "type": "integer"
    },
    "currencyCode": {
      "type": "string"
    },
    "authorizationStatus": {
      "type": "string"
    },
    "approvedFlag": {
      "type": "string"
    },
    "closedCode": {
      "type": "string"
    },
    "totalAmount": {
      "type": "number"
    },
    "creationDate": {
      "type": "string"
    },
    "approvedDate": {
      "type": "string"
    },
    "buyerId": {
      "type": "integer"
    },
    "shipToLocationId": {
      "type": "integer"
    },
    "billToLocationId": {
      "type": "integer"
    },
    "termsId": {
      "type": "integer"
    },
    "description": {
      "type": "string"
    },
    "lines": {
      "type": "array"
    },
    "orgId": {
      "type": "integer"
    },
    "lastUpdateDate": {
      "type": "string"
    }
  }
}