SAP Ariba · Schema

InvoiceCreate

Request body for creating a new invoice

B2BContract ManagementProcurementSourcingSpend AnalysisSupplier ManagementSupply Chain

Properties

Name Type Description
invoiceNumber string Supplier-assigned invoice number
invoiceDate string Invoice issue date
invoiceType string
supplier object
purchaseOrderReference string Purchase order number
currency string
subtotalAmount object
taxAmount object
shippingAmount object
totalAmount object
paymentTerms object
remitTo object
lineItems array
comments string
View JSON Schema on GitHub

JSON Schema

sap-ariba-invoicecreate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/InvoiceCreate",
  "title": "InvoiceCreate",
  "type": "object",
  "description": "Request body for creating a new invoice",
  "required": [
    "invoiceNumber",
    "invoiceDate",
    "supplier",
    "currency",
    "totalAmount",
    "lineItems"
  ],
  "properties": {
    "invoiceNumber": {
      "type": "string",
      "description": "Supplier-assigned invoice number",
      "example": "example_value"
    },
    "invoiceDate": {
      "type": "string",
      "format": "date",
      "description": "Invoice issue date",
      "example": "2026-01-15"
    },
    "invoiceType": {
      "type": "string",
      "enum": [
        "Standard",
        "CreditMemo",
        "DebitMemo",
        "SelfBilling"
      ],
      "default": "Standard",
      "example": "Standard"
    },
    "supplier": {
      "$ref": "#/components/schemas/SupplierReference"
    },
    "purchaseOrderReference": {
      "type": "string",
      "description": "Purchase order number",
      "example": "example_value"
    },
    "currency": {
      "type": "string",
      "pattern": "^[A-Z]{3}$",
      "example": "example_value"
    },
    "subtotalAmount": {
      "$ref": "#/components/schemas/Money"
    },
    "taxAmount": {
      "$ref": "#/components/schemas/Money"
    },
    "shippingAmount": {
      "$ref": "#/components/schemas/Money"
    },
    "totalAmount": {
      "$ref": "#/components/schemas/Money"
    },
    "paymentTerms": {
      "$ref": "#/components/schemas/PaymentTerms"
    },
    "remitTo": {
      "$ref": "#/components/schemas/Address"
    },
    "lineItems": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/InvoiceLineItem"
      },
      "minItems": 1,
      "example": []
    },
    "comments": {
      "type": "string",
      "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-invoicecreate"
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.