latestSwagger 2.02026-08-0982147352.7 KB
be66ed178abe
Employee
wages
This endpoint can be used to create or update a wage for an employee. Start dates and categories must be unique per employee.<p>Scopes: update_employee</p>
post/v{version}/employees/{employee_id}/wages
Path parameters
employee_idstring required
The employee id that the wage is for.
versionstring required
Request body
Example request
{
"start_date": "yyyy-MM-dd",
"end_date": "yyyy-MM-dd"
}Response
No Content