SAP Concur Expense · Schema

QuickExpenseUpdate

Expense ManagementFinancial ManagementReceiptsReimbursementReportingSAPTravel

Properties

Name Type Description
ExpenseTypeCode string
TransactionDate string
TransactionAmount number
CurrencyCode string
Comment string
VendorDescription string
View JSON Schema on GitHub

JSON Schema

sap-concur-expense-quickexpenseupdate-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/QuickExpenseUpdate",
  "title": "QuickExpenseUpdate",
  "type": "object",
  "properties": {
    "ExpenseTypeCode": {
      "type": "string"
    },
    "TransactionDate": {
      "type": "string",
      "format": "date"
    },
    "TransactionAmount": {
      "type": "number",
      "format": "double"
    },
    "CurrencyCode": {
      "type": "string"
    },
    "Comment": {
      "type": "string"
    },
    "VendorDescription": {
      "type": "string"
    }
  }
}