SAP Concur · JSON Structure

Sap Concur Expense Expense Detail Structure

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

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

Properties

expenseId transactionDate businessPurpose allocationState isPersonalExpense isExpenseRejected isPaperReceiptReceived hasExceptions invoiceId customData lastModifiedDate links

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ExpenseDetail",
  "type": "object",
  "properties": {
    "expenseId": {
      "type": "string"
    },
    "transactionDate": {
      "type": "string"
    },
    "businessPurpose": {
      "type": "string"
    },
    "allocationState": {
      "type": "string"
    },
    "isPersonalExpense": {
      "type": "boolean"
    },
    "isExpenseRejected": {
      "type": "boolean"
    },
    "isPaperReceiptReceived": {
      "type": "boolean"
    },
    "hasExceptions": {
      "type": "boolean"
    },
    "invoiceId": {
      "type": "string"
    },
    "customData": {
      "type": "array"
    },
    "lastModifiedDate": {
      "type": "string"
    },
    "links": {
      "type": "array"
    }
  }
}