SAP Concur Expense · Schema

ExpenseReportCollection

Expense ManagementFinancial ManagementReceiptsReimbursementReportingSAPTravel

Properties

Name Type Description
Items array
NextPage string URL to the next page of results
View JSON Schema on GitHub

JSON Schema

sap-concur-expense-expensereportcollection-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ExpenseReportCollection",
  "title": "ExpenseReportCollection",
  "type": "object",
  "properties": {
    "Items": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/ExpenseReport"
      }
    },
    "NextPage": {
      "type": "string",
      "description": "URL to the next page of results"
    }
  }
}