SAP Ariba · JSON Structure

Sap Ariba Procurement Receipt Structure

Type: object Properties: 8
B2BContract ManagementProcurementSourcingSpend AnalysisSupplier ManagementSupply Chain

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

Properties

receiptId purchaseOrderId receiptDate receiptType status lineItems createdDate createdBy

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

JSON Structure

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