SAP Ariba · Schema

PurchaseOrderUpdate

Request body for updating an existing purchase order. Only provided fields will be modified.

B2BContract ManagementProcurementSourcingSpend AnalysisSupplier ManagementSupply Chain

Properties

Name Type Description
lineItems array Updated line items
comments string Change request comments
View JSON Schema on GitHub

JSON Schema

sap-ariba-procurement-purchase-order-update-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "PurchaseOrderUpdate",
  "type": "object",
  "description": "Request body for updating an existing purchase order. Only provided fields will be modified.",
  "properties": {
    "lineItems": {
      "type": "array",
      "description": "Updated line items"
    },
    "comments": {
      "type": "string",
      "description": "Change request comments"
    }
  }
}