SAP Concur Expense · Schema

ExpenseReportUpdate

Expense ManagementFinancial ManagementReceiptsReimbursementReportingSAPTravel

Properties

Name Type Description
Name string Updated name for the expense report
Comment string Updated comment
Purpose string Updated business purpose
View JSON Schema on GitHub

JSON Schema

sap-concur-expense-expensereportupdate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ExpenseReportUpdate",
  "title": "ExpenseReportUpdate",
  "type": "object",
  "properties": {
    "Name": {
      "type": "string",
      "description": "Updated name for the expense report"
    },
    "Comment": {
      "type": "string",
      "description": "Updated comment"
    },
    "Purpose": {
      "type": "string",
      "description": "Updated business purpose"
    }
  }
}