SAP Concur Expense · Schema

ExpenseGroupConfigCollection

Expense ManagementFinancial ManagementReceiptsReimbursementReportingSAPTravel

Properties

Name Type Description
Items array
NextPage string
View JSON Schema on GitHub

JSON Schema

sap-concur-expense-expensegroupconfigcollection-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ExpenseGroupConfigCollection",
  "title": "ExpenseGroupConfigCollection",
  "type": "object",
  "properties": {
    "Items": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/ExpenseGroupConfig"
      }
    },
    "NextPage": {
      "type": "string"
    }
  }
}