SAP Ariba · JSON Structure

Sap Ariba Procurement Receipt List Response Structure

Type: object Properties: 4
B2BContract ManagementProcurementSourcingSpend AnalysisSupplier ManagementSupply Chain

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

Properties

totalCount skip limit receipts

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ReceiptListResponse",
  "type": "object",
  "properties": {
    "totalCount": {
      "type": "integer"
    },
    "skip": {
      "type": "integer"
    },
    "limit": {
      "type": "integer"
    },
    "receipts": {
      "type": "array"
    }
  }
}