...
Parameter | Type | Description |
|---|---|---|
| token (required) | string | Access token. You can obtain a token by making a request. |
| userid (required) | string | The ID of a user you want to add a work leave status for |
| workLeaveReason (required) | string | Reasons for work leave status:
|
| startDate (optional) | string | The work leave status start date. You can add it in the yyyy-mm-dd format |
| endDate (optional) | string | The work leave status end date. You can add it in the yyyy-mm-dd format |
...