SAP Concur · Example Payload

Sap Concur Recallreport Example

Business TravelExpense ManagementFinancial ServicesInvoice ManagementTravel Management

Sap Concur Recallreport 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": "recallReport",
  "method": "PATCH",
  "path": "/expensereports/v4/users/{userID}/context/{contextType}/reports/{reportId}/recall",
  "summary": "Sap Concur Recall a Submitted Expense Report",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "RecallreportRequestExample",
      "example": {
        "comment": "example_value",
        "expenseRejectedComment": "example_value",
        "statusId": "500123",
        "expectedStepCode": "example_value",
        "expectedStepSequence": 10
      }
    }
  ],
  "responseExamples": []
}