SAP Concur · Example Payload

Sap Concur Createreportcomment Example

Business TravelExpense ManagementFinancial ServicesInvoice ManagementTravel Management

Sap Concur Createreportcomment 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": "createReportComment",
  "method": "POST",
  "path": "/expensereports/v4/users/{userID}/context/{contextType}/reports/{reportId}/comments",
  "summary": "Sap Concur Create a Report-level Comment",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "CreatereportcommentRequestExample",
      "example": {
        "comment": "example_value"
      }
    }
  ],
  "responseExamples": [
    {
      "status": "201",
      "contentType": "application/json",
      "name": "Createreportcomment201Example",
      "example": {
        "uri": "https://www.example.com"
      }
    }
  ]
}