SAP Concur · Example Payload

Sap Concur Expense Report Details Example

Business TravelExpense ManagementFinancial ServicesInvoice ManagementTravel Management

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

Top-level fields

reportIdnamebusinessPurposereportDatestartDateendDatecountryCodecountrySubDivisionCodecurrencyCodepolicyIdreportFormIdledgerIdapprovalStatusapprovalStatusIdpaymentStatuspaymentStatusIduserIdisSubmittedisSentBackcreationDatesubmitDatereportVersioncustomDatalinks

Example Payload

Raw ↑
{
  "reportId": "500123",
  "name": "Example Title",
  "businessPurpose": "example_value",
  "reportDate": "example_value",
  "startDate": "example_value",
  "endDate": "example_value",
  "countryCode": "example_value",
  "countrySubDivisionCode": "example_value",
  "currencyCode": "example_value",
  "policyId": "500123",
  "reportFormId": "500123",
  "ledgerId": "500123",
  "approvalStatus": "example_value",
  "approvalStatusId": "500123",
  "paymentStatus": "example_value",
  "paymentStatusId": "500123",
  "userId": "500123",
  "isSubmitted": true,
  "isSentBack": true,
  "creationDate": "example_value",
  "submitDate": "example_value",
  "reportVersion": 10,
  "customData": [],
  "links": []
}