SAP Concur · JSON Structure

Sap Concur Expense Expense Type Structure

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

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

Properties

id name code isDeleted

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ExpenseType",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "code": {
      "type": "string"
    },
    "isDeleted": {
      "type": "boolean"
    }
  }
}