This content from the SAP Concur Community was machine translated for your convenience. SAP does not provide any guarantee regarding the correctness or completeness of this machine translated text. View original text custom.banner_survey_translated_text
/expensereports/v4/users/{userId}/context/{contextType}/reportsToApprove API returns approver and employee information as below. Only approver object has the employeeUuid. Any reason why the employeeUuid is missing in the employee object? The documentation mentions both approver and employee should be of type Employee
"approver": { "firstName": "XYZ", "lastName": "XYZ", "middleInitial": "", "employeeId": "222", "employeeUuid": "1343284-34324-334" },
"employee": { "firstName": "ABC", "lastName": "ABC", "middleInitial": " ", "employeeId": "111" },