SAP Concur · Example Payload

Sap Concur Getreportstoapprove Example

Business TravelExpense ManagementFinancial ServicesInvoice ManagementTravel Management

Sap Concur Getreportstoapprove 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

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "getReportsToApprove",
  "method": "GET",
  "path": "/expensereports/v4/users/{userId}/context/{contextType}/reportsToApprove",
  "summary": "Sap Concur Retrieve Reports Pending Approval",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Getreportstoapprove200Example",
      "example": [
        {
          "reportId": "500123",
          "name": "Example Title",
          "userId": "500123",
          "approvalStatus": "example_value",
          "reportTotal": {
            "value": 42.5,
            "currencyCode": "example_value"
          },
          "submitDate": "2026-01-15T10:30:00Z"
        }
      ]
    }
  ]
}