SAP Concur · JSON Structure

Sap Concur Expense Travel Structure

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

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

Properties

startLocation endLocation ticketNumber hotelCheckinDate hotelCheckoutDate carRentalDays airlineServiceClassCode airlineFeeTypeCode

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Travel",
  "type": "object",
  "properties": {
    "startLocation": {
      "type": "string"
    },
    "endLocation": {
      "type": "string"
    },
    "ticketNumber": {
      "type": "string"
    },
    "hotelCheckinDate": {
      "type": "string"
    },
    "hotelCheckoutDate": {
      "type": "string"
    },
    "carRentalDays": {
      "type": "integer"
    },
    "airlineServiceClassCode": {
      "type": "string"
    },
    "airlineFeeTypeCode": {
      "type": "string"
    }
  }
}