Ariba Sourcing · JSON Structure

External Approval Api Approval Action Response Structure

Response from submitting an approval action.

Type: object Properties: 3
ApprovalsAuctionsB2BContractsProcurementRFxSAPSourcingSupplier ManagementSupply Chain

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

Properties

taskId action status

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-action-response-structure.json",
  "name": "ApprovalActionResponse",
  "description": "Response from submitting an approval action.",
  "type": "object",
  "properties": {
    "taskId": {
      "type": "string",
      "description": "Task identifier.",
      "example": "TASK-500123"
    },
    "action": {
      "type": "string",
      "description": "Action submitted.",
      "example": "approve"
    },
    "status": {
      "type": "string",
      "description": "Result status.",
      "example": "submitted"
    }
  }
}