Ariba Sourcing · Example Payload

External Approval Api Approval Task Example

ApprovalsAuctionsB2BContractsProcurementRFxSAPSourcingSupplier ManagementSupply Chain

External Approval Api Approval Task Example is an example object payload from Ariba Sourcing, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

taskIddocumentTypedocumentIdstatusapprovalRequests

Example Payload

Raw ↑
{
  "taskId": "TASK-500123",
  "documentType": "RFXDocument",
  "documentId": "DOC-001234",
  "status": "pending",
  "approvalRequests": [
    "sample-value"
  ]
}