SAP Concur · Example Payload

Sap Concur Expense Expense Detail Example

Business TravelExpense ManagementFinancial ServicesInvoice ManagementTravel Management

Sap Concur Expense Expense Detail Example is an example object payload from SAP Concur, with 12 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

expenseIdtransactionDatebusinessPurposeallocationStateisPersonalExpenseisExpenseRejectedisPaperReceiptReceivedhasExceptionsinvoiceIdcustomDatalastModifiedDatelinks

Example Payload

Raw ↑
{
  "expenseId": "500123",
  "transactionDate": "example_value",
  "businessPurpose": "example_value",
  "allocationState": "example_value",
  "isPersonalExpense": true,
  "isExpenseRejected": true,
  "isPaperReceiptReceived": true,
  "hasExceptions": true,
  "invoiceId": "500123",
  "customData": [],
  "lastModifiedDate": "example_value",
  "links": []
}