PurchaseOrderCreate

CloudCXEnterpriseEPMERPHCMProject ManagementREST APISaaSSCM

Properties

Name Type Description
ProcurementBusinessUnit string
SupplierName string
SupplierNumber string
SupplierSite string
BuyerName string
CurrencyCode string
PaymentTerms string
View JSON Schema on GitHub

JSON Schema

oracle-fusion-purchaseordercreate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PurchaseOrderCreate",
  "title": "PurchaseOrderCreate",
  "type": "object",
  "required": [
    "ProcurementBusinessUnit",
    "SupplierName"
  ],
  "properties": {
    "ProcurementBusinessUnit": {
      "type": "string"
    },
    "SupplierName": {
      "type": "string"
    },
    "SupplierNumber": {
      "type": "string"
    },
    "SupplierSite": {
      "type": "string"
    },
    "BuyerName": {
      "type": "string"
    },
    "CurrencyCode": {
      "type": "string"
    },
    "PaymentTerms": {
      "type": "string"
    }
  }
}