SAP Ariba · Schema

PurchaseOrder

A complete purchase order document representing a buyer's commitment to purchase goods or services from a supplier through the SAP Ariba Network

B2BContract ManagementProcurementSourcingSpend AnalysisSupplier ManagementSupply Chain

Properties

Name Type Description
orderId string Unique purchase order identifier (UniqueName) including version
erpPONumber string ERP system purchase order number. Unique ID for every version of the purchase order in the backend ERP system.
versionNumber integer Supplemental version number of the order. Incremented with each change request.
orderDate string Date and time when the purchase order was created
orderMethodCategory string Ordering method category indicating how the order was generated (e.g., manual, automatic, blanket release)
currency string ISO 4217 currency code for the order
purchaseOrg string Purchasing organization identifier
purchaseGroup string Purchasing group identifier
companyCode string Company code for the buying entity
lineItems array Line items contained in the purchase order
requisitionId string Reference to the originating purchase requisition
contractId string Reference to a master agreement or contract
comments string Header-level comments on the purchase order
createdDate string Timestamp when the order was first created
lastModifiedDate string Timestamp of the most recent modification
closedDate string Timestamp when the order was closed
View JSON Schema on GitHub

JSON Schema

sap-ariba-procurement-purchase-order-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "PurchaseOrder",
  "type": "object",
  "description": "A complete purchase order document representing a buyer's commitment to purchase goods or services from a supplier through the SAP Ariba Network",
  "properties": {
    "orderId": {
      "type": "string",
      "description": "Unique purchase order identifier (UniqueName) including version"
    },
    "erpPONumber": {
      "type": "string",
      "description": "ERP system purchase order number. Unique ID for every version of the purchase order in the backend ERP system."
    },
    "versionNumber": {
      "type": "integer",
      "description": "Supplemental version number of the order. Incremented with each change request."
    },
    "orderDate": {
      "type": "string",
      "description": "Date and time when the purchase order was created"
    },
    "orderMethodCategory": {
      "type": "string",
      "description": "Ordering method category indicating how the order was generated (e.g., manual, automatic, blanket release)"
    },
    "currency": {
      "type": "string",
      "description": "ISO 4217 currency code for the order"
    },
    "purchaseOrg": {
      "type": "string",
      "description": "Purchasing organization identifier"
    },
    "purchaseGroup": {
      "type": "string",
      "description": "Purchasing group identifier"
    },
    "companyCode": {
      "type": "string",
      "description": "Company code for the buying entity"
    },
    "lineItems": {
      "type": "array",
      "description": "Line items contained in the purchase order"
    },
    "requisitionId": {
      "type": "string",
      "description": "Reference to the originating purchase requisition"
    },
    "contractId": {
      "type": "string",
      "description": "Reference to a master agreement or contract"
    },
    "comments": {
      "type": "string",
      "description": "Header-level comments on the purchase order"
    },
    "createdDate": {
      "type": "string",
      "description": "Timestamp when the order was first created"
    },
    "lastModifiedDate": {
      "type": "string",
      "description": "Timestamp of the most recent modification"
    },
    "closedDate": {
      "type": "string",
      "description": "Timestamp when the order was closed"
    }
  }
}

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-procurement-purchase-order"
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.