Updates an existing pay class rate set by its id.

The payload has an outer wrapper and a list of pay class rates. All
fields of the outer wrapper should be specified.

In list of rates, the pay class code is used as the primary key.
(i.e., id has no effect).

For pay classes that are specified in the payload, the server will
match exactly what is sent. In other words, if fields are not
specified (e.g., taxPercent), they will be saved as 0, replacing
any existing data.

If a rate exists, but is not provided in the payload, the existing
rate will remain as-is.

For help with authorization, please visit https://developer.hcssapps.com/getting-started/request-tokens

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required

The pay class rate set guid.

Body Params

Pay class rate set.

A PayClassRateSet is a collection of EmployeeRates that
should be applied starting from the EffectiveDate.

string
required

Gets the business unit code.

payClassRates
array of objects | null

Gets the pay class rates.

payClassRates
date-time | null

Gets the effective date.

string
required

Gets the rate set group code, used to uniquely identify this rate
set.

string | null

Gets the rate set group description.

uuid | null

The Id of the rate set.

Responses
200

Success

Language
Credentials
OAuth2
Missing 4 required scopes
LoadingLoading…
Response
Click Try It! to start a request and see the response here!