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.
Example code