SAP Ariba · JSON Structure

Sap Ariba Procurement Purchase Order Update Structure

Type: object Properties: 2
B2BContract ManagementProcurementSourcingSpend AnalysisSupplier ManagementSupply Chain

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

Properties

lineItems comments

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

JSON Structure

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