SAP Ariba · Schema

PurchaseOrderCreate

Request body for creating a new purchase order

B2BContract ManagementProcurementSourcingSpend AnalysisSupplier ManagementSupply Chain

Properties

Name Type Description
erpPONumber string ERP system purchase order number
supplier object
currency string ISO 4217 currency code
paymentTerms object
purchaseOrg string Purchasing organization identifier
purchaseGroup string Purchasing group identifier
companyCode string Company code
shipTo object
billTo object
lineItems array
requisitionId string Reference to originating requisition
contractId string Reference to master agreement
comments string Header-level comments
View JSON Schema on GitHub

JSON Schema

sap-ariba-purchaseordercreate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PurchaseOrderCreate",
  "title": "PurchaseOrderCreate",
  "type": "object",
  "description": "Request body for creating a new purchase order",
  "required": [
    "supplier",
    "currency",
    "lineItems"
  ],
  "properties": {
    "erpPONumber": {
      "type": "string",
      "description": "ERP system purchase order number",
      "example": "example_value"
    },
    "supplier": {
      "$ref": "#/components/schemas/SupplierReference"
    },
    "currency": {
      "type": "string",
      "description": "ISO 4217 currency code",
      "pattern": "^[A-Z]{3}$",
      "example": "example_value"
    },
    "paymentTerms": {
      "$ref": "#/components/schemas/PaymentTerms"
    },
    "purchaseOrg": {
      "type": "string",
      "description": "Purchasing organization identifier",
      "example": "example_value"
    },
    "purchaseGroup": {
      "type": "string",
      "description": "Purchasing group identifier",
      "example": "example_value"
    },
    "companyCode": {
      "type": "string",
      "description": "Company code",
      "example": "example_value"
    },
    "shipTo": {
      "$ref": "#/components/schemas/Address"
    },
    "billTo": {
      "$ref": "#/components/schemas/Address"
    },
    "lineItems": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/PurchaseOrderLineItem"
      },
      "minItems": 1,
      "example": []
    },
    "requisitionId": {
      "type": "string",
      "description": "Reference to originating requisition",
      "example": "500123"
    },
    "contractId": {
      "type": "string",
      "description": "Reference to master agreement",
      "example": "500123"
    },
    "comments": {
      "type": "string",
      "description": "Header-level comments",
      "example": "example_value"
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/sap-ariba-purchaseordercreate"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.