Coupa · Schema

ApprovalReference

Reference to an approval record

BSMBusiness Spend ManagementCloud PlatformEnterpriseFinancial ManagementInvoicingProcurementSupply Chain

Properties

Name Type Description
id integer Coupa unique identifier for the approval
status string Approval status
View JSON Schema on GitHub

JSON Schema

coupa-approvalreference-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ApprovalReference",
  "title": "ApprovalReference",
  "type": "object",
  "description": "Reference to an approval record",
  "properties": {
    "id": {
      "type": "integer",
      "description": "Coupa unique identifier for the approval"
    },
    "status": {
      "type": "string",
      "description": "Approval status"
    }
  }
}