<- Team API

Team API

Update wage setting

PUT

 /v2/team-members/{team_member_id}/wage-setting

Creates or updates a WageSetting object.

The object is created if a WageSetting with the specified team_member_id does not exist. Otherwise, it fully replaces the WageSetting object for the team member. The WageSetting is returned on a successful update. Learn about Troubleshooting the Team API.

Permissions:EMPLOYEES_WRITE
Try in API Explorer
Link to section

Path parameters

Example code

Link to section

team_member_id

string

Required

The ID of the team member for which to update the WageSetting object.

Link to section

Request body

Link to section

wage_setting

Required

The new WageSetting object that completely replaces the existing one.

Link to section

Response fields

Link to section

wage_setting

The successfully updated WageSetting object.

Link to section

errors

The errors that occurred during the request.