Oracle E-Business Suite · JSON Structure

Supply Chain Purchase Order Create Structure

Type: object Properties: 10
Business ApplicationsE-Business SuiteEnterpriseERPOracle

PurchaseOrderCreate 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

vendorId vendorSiteId currencyCode typeLookupCode description buyerId shipToLocationId billToLocationId termsId lines

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "PurchaseOrderCreate",
  "type": "object",
  "properties": {
    "vendorId": {
      "type": "integer"
    },
    "vendorSiteId": {
      "type": "integer"
    },
    "currencyCode": {
      "type": "string"
    },
    "typeLookupCode": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "buyerId": {
      "type": "integer"
    },
    "shipToLocationId": {
      "type": "integer"
    },
    "billToLocationId": {
      "type": "integer"
    },
    "termsId": {
      "type": "integer"
    },
    "lines": {
      "type": "array"
    }
  }
}