PurchaseOrderUpdate

Business ApplicationsE-Business SuiteEnterpriseERPOracle

Properties

Name Type Description
description string
lines array
View JSON Schema on GitHub

JSON Schema

supply-chain-purchase-order-update-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "PurchaseOrderUpdate",
  "type": "object",
  "properties": {
    "description": {
      "type": "string"
    },
    "lines": {
      "type": "array"
    }
  }
}