{ "operationId": "createExpenseComment", "method": "POST", "path": "/expensereports/v4/users/{userID}/context/{contextType}/reports/{reportId}/expenses/{expenseId}/comments", "summary": "Sap Concur Create an Expense-level Comment", "requestExamples": [ { "contentType": "application/json", "name": "CreateexpensecommentRequestExample", "example": { "comment": "example_value" } } ], "responseExamples": [ { "status": "201", "contentType": "application/json", "name": "Createexpensecomment201Example", "example": { "uri": "https://www.example.com" } } ] }