Coupa · Schema

DepartmentReference

Reference to a department

BSMBusiness Spend ManagementCloud PlatformEnterpriseFinancial ManagementInvoicingProcurementSupply Chain

Properties

Name Type Description
id integer Coupa unique identifier for the department
name string Department name
View JSON Schema on GitHub

JSON Schema

coupa-departmentreference-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DepartmentReference",
  "title": "DepartmentReference",
  "type": "object",
  "description": "Reference to a department",
  "properties": {
    "id": {
      "type": "integer",
      "description": "Coupa unique identifier for the department"
    },
    "name": {
      "type": "string",
      "description": "Department name"
    }
  }
}