Updates an existing employee rate set by its id.

If the rate set group code is null, the employee rates to be applied to all rate sets.

After the result of this operation, the server entity will match exactly what is sent here. (i.e., excluded rates will be interpreted as "not needed" and deleted from the server)

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 employee rate set guid.

Body Params

The employee rate set.

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

If the rate set group code is null, these rates will be applied to
all rate sets.

string
required

Gets the business unit code.

employeeRates
array of objects | null

Gets the employee rates.

employeeRates
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!