Replaces the list of wage overrides for the jobs that are
assigned to an employee. Include a JSON array of
JobWageOverride
objects in the message body. Include the new
wage for the employee in the wage
value. Specify the wage in
U.S. dollars.
You must include all existing wage overrides in the message body. Any wage overrides that are not present in the array are removed from the employee record.
An array of JSON JobWageOverride
objects.
The wage overrides for the employee are replaced. Returns the updated employee record.
[- {
- "jobReference": {
- "guid": "8d3bba92-10e4-4345-9ae6-ed94c09dc332"
}, - "wage": 15.75
}
]
{- "guid": "string",
- "entityType": "string",
- "externalId": "string",
- "createdDate": "2019-08-24T14:15:22Z",
- "modifiedDate": "2019-08-24T14:15:22Z",
- "deletedDate": "2019-08-24T14:15:22Z",
- "firstName": "string",
- "chosenName": "string",
- "lastName": "string",
- "email": "string",
- "phoneNumber": "string",
- "phoneNumberCountryCode": "string",
- "passcode": "string",
- "externalEmployeeId": "string",
- "deleted": true,
- "jobReferences": [
- {
- "guid": "string",
- "entityType": "string",
- "externalId": "string"
}
], - "wageOverrides": [
- {
- "wage": 0,
- "jobReference": {
- "guid": "string",
- "entityType": "string",
- "externalId": "string"
}
}
], - "v2EmployeeGuid": "string"
}