SAP Ariba · JSON Structure

Sap Ariba Procurement Receipt Create Structure

Type: object Properties: 3
B2BContract ManagementProcurementSourcingSpend AnalysisSupplier ManagementSupply Chain

ReceiptCreate is a JSON Structure definition published by SAP Ariba, describing 3 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

receiptDate receiptType lineItems

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ReceiptCreate",
  "type": "object",
  "properties": {
    "receiptDate": {
      "type": "string"
    },
    "receiptType": {
      "type": "string"
    },
    "lineItems": {
      "type": "array"
    }
  }
}