Ariba Sourcing · Schema

ApprovalChangesResponse

Response containing changed approval tasks.

ApprovalsAuctionsB2BContractsProcurementRFxSAPSourcingSupplier ManagementSupply Chain

Properties

Name Type Description
changes array List of approval task changes.
View JSON Schema on GitHub

JSON Schema

external-approval-api-approval-changes-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/ariba-sourcing/refs/heads/main/json-schema/external-approval-api-approval-changes-response-schema.json",
  "title": "ApprovalChangesResponse",
  "description": "Response containing changed approval tasks.",
  "type": "object",
  "properties": {
    "changes": {
      "type": "array",
      "description": "List of approval task changes.",
      "items": {
        "$ref": "#/components/schemas/ApprovalChange"
      }
    }
  }
}