SAP Concur · Example Payload

Sap Concur Updatesubmittedreport Example

Business TravelExpense ManagementFinancial ServicesInvoice ManagementTravel Management

Sap Concur Updatesubmittedreport 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": "updateSubmittedReport",
  "method": "PATCH",
  "path": "/expensereports/v4/reports/{reportId}",
  "summary": "Sap Concur Update a Submitted Expense Report",
  "requestExamples": [
    {
      "contentType": "application/merge-patch+json",
      "name": "UpdatesubmittedreportRequestExample",
      "example": {
        "name": "Example Title",
        "businessPurpose": "example_value",
        "comment": "example_value",
        "isPaperReceiptsReceived": true,
        "customData": [
          {
            "id": "abc123",
            "value": "example_value",
            "isValid": "500123"
          }
        ]
      }
    }
  ],
  "responseExamples": []
}