SAP Concur · Example Payload

Sap Concur Updatereportcomment Example

Business TravelExpense ManagementFinancial ServicesInvoice ManagementTravel Management

Sap Concur Updatereportcomment 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": "updateReportComment",
  "method": "PUT",
  "path": "/expensereports/v4/users/{userID}/context/{contextType}/reports/{reportId}/comments",
  "summary": "Sap Concur Update the Latest Report-level Comment",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "UpdatereportcommentRequestExample",
      "example": {
        "comment": "example_value"
      }
    }
  ],
  "responseExamples": []
}