Ariba Sourcing · JSON Structure

External Approval Api Approval Changes Response Structure

Response containing changed approval tasks.

Type: object Properties: 1
ApprovalsAuctionsB2BContractsProcurementRFxSAPSourcingSupplier ManagementSupply Chain

ApprovalChangesResponse is a JSON Structure definition published by Ariba Sourcing, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

changes

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

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