SAP Concur · Schema

ExpenseReportCollection

Collection of expense reports.

Expense ManagementFinanceInvoiceSAPTravel

Properties

Name Type Description
reports array
View JSON Schema on GitHub

JSON Schema

concur-expensereportcollection-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ExpenseReportCollection",
  "title": "ExpenseReportCollection",
  "type": "object",
  "description": "Collection of expense reports.",
  "properties": {
    "reports": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/ExpenseReport"
      }
    }
  }
}