Ariba Sourcing · JSON Structure

External Approval Api Approval Change Structure

An approval task state change record.

Type: object Properties: 6
ApprovalsAuctionsB2BContractsProcurementRFxSAPSourcingSupplier ManagementSupply Chain

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

Properties

changeSequenceId taskId documentType documentId status fullURL

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-change-structure.json",
  "name": "ApprovalChange",
  "description": "An approval task state change record.",
  "type": "object",
  "properties": {
    "changeSequenceId": {
      "type": "string",
      "description": "Sequence ID of the change for pagination.",
      "example": "12345"
    },
    "taskId": {
      "type": "string",
      "description": "Task identifier.",
      "example": "TASK-500123"
    },
    "documentType": {
      "type": "string",
      "description": "Type of document being approved.",
      "example": "RFXDocument"
    },
    "documentId": {
      "type": "string",
      "description": "Document identifier.",
      "example": "DOC-001234"
    },
    "status": {
      "type": "string",
      "description": "Current task status.",
      "example": "submitted"
    },
    "fullURL": {
      "type": "string",
      "description": "Full URL to view the approvable in the SAP Ariba UI.",
      "example": "https://mycompany-T.sourcing.ariba.com/Sourcing/main/ad/taskWorkspace"
    }
  }
}