SAP Ariba · Schema

Requisition

A purchase requisition requesting procurement of goods or services

B2BContract ManagementProcurementSourcingSpend AnalysisSupplier ManagementSupply Chain

Properties

Name Type Description
requisitionId string Unique requisition identifier
title string Requisition title or name
requestor string User ID of the person who created the requisition
requestorName string Full name of the requestor
department string Department of the requestor
companyCode string Company code
needByDate string Desired delivery date
lineItems array
purchaseOrderIds array Purchase order IDs generated from this requisition after approval
comments string Requisition comments
createdDate string
lastModifiedDate string
approvedDate string
View JSON Schema on GitHub

JSON Schema

sap-ariba-procurement-requisition-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Requisition",
  "type": "object",
  "description": "A purchase requisition requesting procurement of goods or services",
  "properties": {
    "requisitionId": {
      "type": "string",
      "description": "Unique requisition identifier"
    },
    "title": {
      "type": "string",
      "description": "Requisition title or name"
    },
    "requestor": {
      "type": "string",
      "description": "User ID of the person who created the requisition"
    },
    "requestorName": {
      "type": "string",
      "description": "Full name of the requestor"
    },
    "department": {
      "type": "string",
      "description": "Department of the requestor"
    },
    "companyCode": {
      "type": "string",
      "description": "Company code"
    },
    "needByDate": {
      "type": "string",
      "description": "Desired delivery date"
    },
    "lineItems": {
      "type": "array"
    },
    "purchaseOrderIds": {
      "type": "array",
      "description": "Purchase order IDs generated from this requisition after approval"
    },
    "comments": {
      "type": "string",
      "description": "Requisition comments"
    },
    "createdDate": {
      "type": "string"
    },
    "lastModifiedDate": {
      "type": "string"
    },
    "approvedDate": {
      "type": "string"
    }
  }
}

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-requisition"
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.