Estimates the number of hours of leave required based on date and leave category.
GET http:///api/v2/ess/{employeeId}/leave/estimate
| Parameter name | Value | Description | Additional |
|---|---|---|---|
| employeeId | string | Required |
| Parameter name | Value | Description | Additional |
|---|---|---|---|
| LeaveCategoryId | int32 | ||
| FromDate | date-time | Required | |
| ToDate | date-time | Required |
The following HTTP status codes may be returned, optionally with a response resource.
| Status code | Description | Resource |
|---|---|---|
| 200 | OK OK |
EssLeaveEstimate |
Powered by DapperDox