SAP Concur · JSON Structure

Sap Concur Expense Expense Itemization Structure

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

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

Properties

itemizationId expenseId transactionDate businessPurpose customData

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ExpenseItemization",
  "type": "object",
  "properties": {
    "itemizationId": {
      "type": "string"
    },
    "expenseId": {
      "type": "string"
    },
    "transactionDate": {
      "type": "string"
    },
    "businessPurpose": {
      "type": "string"
    },
    "customData": {
      "type": "array"
    }
  }
}