SAP Concur · Example Payload

Sap Concur Approvereport Example

Business TravelExpense ManagementFinancial ServicesInvoice ManagementTravel Management

Sap Concur Approvereport 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": "approveReport",
  "method": "PATCH",
  "path": "/expensereports/v4/users/{userID}/context/{contextType}/reports/{reportId}/approve",
  "summary": "Sap Concur Approve an Expense Report",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "ApprovereportRequestExample",
      "example": {
        "comment": "example_value",
        "expenseRejectedComment": "example_value",
        "statusId": "500123",
        "expectedStepCode": "example_value",
        "expectedStepSequence": 10
      }
    }
  ],
  "responseExamples": []
}