SAP Concur · Example Payload

Sap Concur Expense New Report Example

Business TravelExpense ManagementFinancial ServicesInvoice ManagementTravel Management

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

Top-level fields

namebusinessPurposereportDatestartDateendDatecurrencyCodecountryCodecountrySubDivisionCodepolicyIdcustomData

Example Payload

Raw ↑
{
  "name": "Example Title",
  "businessPurpose": "example_value",
  "reportDate": "example_value",
  "startDate": "example_value",
  "endDate": "example_value",
  "currencyCode": "example_value",
  "countryCode": "example_value",
  "countrySubDivisionCode": "example_value",
  "policyId": "500123",
  "customData": []
}