Updates the pay rate template with the specified ID.
PUT https://api.yourpayroll.com.au/api/v2/business/{businessId}/payratetemplate/{id}
Parameter name | Value | Description | Additional |
---|---|---|---|
id | int32 | Required | |
businessId | string | Required |
The request body takes a complete AuPayRateTemplateModel resource, containing the following writable properties:
{
"externalId": "string",
"id": "int32",
"maximumQuarterlySuperContributionsBase": "double",
"name": "string",
"payCategories": [
{
"calculatedRate": "double",
"payCategoryId": "int32",
"standardWeeklyHours": "double",
"userSuppliedRate": "double"
}
],
"primaryPayCategoryId": "int32",
"reapplyToLinkedEmployees": "boolean",
"source": "string",
"superThresholdAmount": "double"
}
Name | Type | Description |
---|---|---|
externalId | string | String |
id | int32 | Int32 |
maximumQuarterlySuperContributionsBase | double |
Nullable |
name | string | String |
payCategories[] | array | |
payCategories[].calculatedRate | double | Decimal |
payCategories[].payCategoryId | int32 | Int32 |
payCategories[].standardWeeklyHours | double | Decimal |
payCategories[].userSuppliedRate | double | Decimal |
primaryPayCategoryId | int32 | Int32 |
reapplyToLinkedEmployees | boolean | Boolean |
source | string | String |
superThresholdAmount | double |
Nullable |
The following HTTP status codes may be returned, optionally with a response resource.
Status code | Description | Resource |
---|---|---|
200 | OK OK |
AuPayRateTemplateModel |
Powered by DapperDox