SAP Concur · Example Payload

Sap Concur Expense Allocation Example

Business TravelExpense ManagementFinancial ServicesInvoice ManagementTravel Management

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

Top-level fields

allocationIdexpenseIdaccountCodeoverLimitAccountCodepercentageisSystemAllocationisPercentEditedcustomData

Example Payload

Raw ↑
{
  "allocationId": "500123",
  "expenseId": "500123",
  "accountCode": "example_value",
  "overLimitAccountCode": "example_value",
  "percentage": 42.5,
  "isSystemAllocation": true,
  "isPercentEdited": true,
  "customData": []
}