Ariba Sourcing · JSON Structure

External Approval Api Approvable Document Structure

An approvable document or project.

Type: object Properties: 5
ApprovalsAuctionsB2BContractsProcurementRFxSAPSourcingSupplier ManagementSupply Chain

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

Properties

id type title status realm

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-approvable-document-structure.json",
  "name": "ApprovableDocument",
  "description": "An approvable document or project.",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Document identifier.",
      "example": "WS500123"
    },
    "type": {
      "type": "string",
      "description": "Document type.",
      "example": "Workspace"
    },
    "title": {
      "type": "string",
      "description": "Document title.",
      "example": "Q1 2026 Office Supplies RFQ"
    },
    "status": {
      "type": "string",
      "description": "Document status.",
      "example": "pending"
    },
    "realm": {
      "type": "string",
      "description": "SAP Ariba realm name.",
      "example": "mycompany-T"
    }
  }
}