Home
SAP Concur
Sap Concur Getreport Example
Sap Concur Getreport Example
Business Travel Expense Management Financial Services Invoice Management Travel Management
Sap Concur Getreport Example is an example object payload from SAP Concur, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
Top-level fields
operationId method path summary requestExamples responseExamples
Example Payload
{
"operationId": "getReport",
"method": "GET",
"path": "/expensereports/v4/users/{userID}/context/{contextType}/reports/{reportId}",
"summary": "Sap Concur Retrieve an Expense Report by Id",
"requestExamples": [],
"responseExamples": [
{
"status": "200",
"contentType": "application/json",
"name": "Getreport200Example",
"example": {
"reportId": "500123",
"name": "Example Title",
"businessPurpose": "example_value",
"reportDate": "2026-01-15",
"startDate": "2026-01-15",
"endDate": "2026-01-15",
"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",
"claimedAmount": {
"value": 42.5,
"currencyCode": "example_value"
},
"approvedAmount": {
"value": 42.5,
"currencyCode": "example_value"
},
"reportTotal": {
"value": 42.5,
"currencyCode": "example_value"
},
"amountDueEmployee": {
"value": 42.5,
"currencyCode": "example_value"
},
"userId": "500123",
"isSubmitted": true,
"isSentBack": true,
"creationDate": "2026-01-15T10:30:00Z",
"submitDate": "2026-01-15T10:30:00Z",
"reportVersion": 10,
"customData": [
{
"id": "abc123",
"value": "example_value",
"isValid": "500123"
}
],
"links": [
{
"rel": "example_value",
"href": "https://www.example.com",
"hreflang": "example_value"
}
]
}
}
]
}