{
    "pendingExpenseRequests": {
        "itemCount": "int32",
        "itemCountByEmployeeId": [
            {
                "employeeId": "int32",
                "itemCount": "int32"
            }
        ]
    },
    "pendingLeaveRequests": {
        "itemCount": "int32",
        "itemCountByEmployeeId": [
            {
                "employeeId": "int32",
                "itemCount": "int32"
            }
        ]
    },
    "submittedTimesheets": {
        "itemCount": "int32",
        "itemCountByEmployeeId": [
            {
                "employeeId": "int32",
                "itemCount": "int32"
            }
        ]
    }
}
| Name | Type | Description | 
|---|---|---|
| pendingExpenseRequests | object | ManagerItemCountModel | 
| pendingExpenseRequests.itemCount | int32 | Int32 | 
| pendingExpenseRequests.itemCountByEmployeeId[] | array | |
| pendingExpenseRequests.itemCountByEmployeeId[].employeeId | int32 | Int32 | 
| pendingExpenseRequests.itemCountByEmployeeId[].itemCount | int32 | Int32 | 
| pendingLeaveRequests | object | ManagerItemCountModel | 
| pendingLeaveRequests.itemCount | int32 | Int32 | 
| pendingLeaveRequests.itemCountByEmployeeId[] | array | |
| pendingLeaveRequests.itemCountByEmployeeId[].employeeId | int32 | Int32 | 
| pendingLeaveRequests.itemCountByEmployeeId[].itemCount | int32 | Int32 | 
| submittedTimesheets | object | ManagerItemCountModel | 
| submittedTimesheets.itemCount | int32 | Int32 | 
| submittedTimesheets.itemCountByEmployeeId[] | array | |
| submittedTimesheets.itemCountByEmployeeId[].employeeId | int32 | Int32 | 
| submittedTimesheets.itemCountByEmployeeId[].itemCount | int32 | Int32 | 
Powered by DapperDox