Employee Alterations¶
The Employee Alterations API endpoint allows employers to modify employees details, such as changes of address and other relevant information.
(Please see Sovereign OpenAPI documentation for detailed schema)
Changing details employees¶
To modify details for employees, utilise the PATCH request with the following URL:
And provide the necessary JSON payload as follows:application/json
{
"employees": [
{
"payrollNo": "GY333369",
"dateOfBirth": "1978-08-31",
"update": {
"address": "93 Wartnaby Road",
"city": "Acton",
"postcode": "CW5 3NB",
"country": "United Kingdom"
}
},
{
"payrollNo": "GY338673",
"dateOfBirth": "1968-08-31",
"update": {
"title": "Mr",
"firstName": "Bob"
}
}
]
}
Last update:
August 6, 2024
Created: August 6, 2024
Created: August 6, 2024