SAP Ariba · Schema

ReceiptCreate

Request body for creating a receipt

B2BContract ManagementProcurementSourcingSpend AnalysisSupplier ManagementSupply Chain

Properties

Name Type Description
receiptDate string
receiptType string
lineItems array
View JSON Schema on GitHub

JSON Schema

sap-ariba-procurement-receipt-create-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ReceiptCreate",
  "type": "object",
  "description": "Request body for creating a receipt",
  "properties": {
    "receiptDate": {
      "type": "string"
    },
    "receiptType": {
      "type": "string"
    },
    "lineItems": {
      "type": "array"
    }
  }
}