Updates the unavailability with the specified ID.
PUT https://api.yourpayroll.com.au/api/v2/ess/{employeeId}/unavailability/{unavailabilityId}
Parameter name | Value | Description | Additional |
---|---|---|---|
unavailabilityId | int32 | Required | |
employeeId | string | Required |
The request body takes a complete UnavailabilityEditModel resource, containing the following writable properties:
{
"endDate": "date-time",
"fromDate": "date-time",
"id": "int32",
"reason": "string",
"recurring": "boolean",
"recurringDay": "string",
"recurringDays": "string",
"toDate": "date-time",
"viewOnly": "boolean"
}
Name | Type | Description |
---|---|---|
endDate | date-time |
Nullable |
fromDate | date-time | DateTime |
id | int32 | Int32 |
reason | string | String |
recurring | boolean | Boolean |
recurringDay | string |
Nullable Possible values are:
|
recurringDays | string |
Nullable Possible values are:
|
toDate | date-time |
Nullable |
viewOnly | boolean | Boolean |
The following HTTP status codes may be returned, optionally with a response resource.
Status code | Description | Resource |
---|---|---|
200 | OK OK |
Powered by DapperDox