Sets the leave allowances for the specified employees (dictionary keyed by employee ID).
PUT https://apimy.yourpayroll.io/api/v2/business/{businessId}/leaveallowances
Parameter name | Value | Description | Additional |
---|---|---|---|
businessId | string | Required |
The request body takes a complete MyLeaveAllowancesRequest resource, containing the following writable properties:
{
"employeeIdType": "string",
"leaveAllowances": {
"<key>": "array"
},
"leaveCategoryIdType": "string"
}
Name | Type | Description |
---|---|---|
employeeIdType | string |
IdType
Possible values are:
|
leaveAllowances | object |
Dictionary |
leaveAllowances.<key> | map of array |
IList |
leaveAllowances.<key>.automaticallyAccrues | boolean | Boolean |
leaveAllowances.<key>.canApplyForLeave | boolean | Boolean |
leaveAllowances.<key>.hoursPerYear | double | Decimal |
leaveAllowances.<key>.leaveCategoryId | string | String |
leaveAllowances.<key>.leaveCategoryName | string | String |
leaveAllowances.<key>.leaveUnitType | string | String |
leaveAllowances.<key>.unitType | string | String |
leaveAllowances.<key>.units | double |
Nullable |
leaveCategoryIdType | string |
IdType
Possible values are:
|
The following HTTP status codes may be returned, optionally with a response resource.
Status code | Description | Resource |
---|---|---|
200 | OK OK |
MyLeaveAllowanceModel |
Powered by DapperDox