{
    "closingBalance": "double",
    "employeeExternalId": "string",
    "employeeId": "int32",
    "firstName": "string",
    "leaveCategoryType": "string",
    "leaveHistoryDetails": [
        {
            "leaveAccrued": "double",
            "leaveTaken": "double",
            "notes": "string",
            "payPeriod": "string",
            "unitType": "string"
        }
    ],
    "openingBalance": "double",
    "surname": "string",
    "unitType": "string"
}
| Name | Type | Description | 
|---|---|---|
| closingBalance | double | Decimal | 
| employeeExternalId | string | String | 
| employeeId | int32 | Int32 | 
| firstName | string | String | 
| leaveCategoryType | string | String | 
| leaveHistoryDetails[] | array | |
| leaveHistoryDetails[].leaveAccrued | double | Decimal | 
| leaveHistoryDetails[].leaveTaken | double | Decimal | 
| leaveHistoryDetails[].notes | string | String | 
| leaveHistoryDetails[].payPeriod | string | String | 
| leaveHistoryDetails[].unitType | string | 
      LeaveUnitTypeEnum
      
       Possible values are: 
  | 
  
| openingBalance | double | Decimal | 
| surname | string | String | 
| unitType | string | 
      LeaveUnitTypeEnum
      
       Possible values are: 
  | 
  
Powered by DapperDox