SAP Ariba · JSON Structure

Sap Ariba Procurement Purchase Order List Response Structure

Type: object Properties: 4
B2BContract ManagementProcurementSourcingSpend AnalysisSupplier ManagementSupply Chain

PurchaseOrderListResponse 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 orders

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

JSON Structure

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