SAP Concur · JSON Structure

Sap Concur Expense Travel Allowance Structure

Type: object Properties: 3
Business TravelExpense ManagementFinancial ServicesInvoice ManagementTravel Management

TravelAllowance is a JSON Structure definition published by SAP Concur, describing 3 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

isExpensePartOfTravelAllowance dailyTravelAllowanceId dailyLimitAmount

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "TravelAllowance",
  "type": "object",
  "properties": {
    "isExpensePartOfTravelAllowance": {
      "type": "boolean"
    },
    "dailyTravelAllowanceId": {
      "type": "string"
    },
    "dailyLimitAmount": {
      "type": "number"
    }
  }
}