v1
latestOpenAPI 3.1.02026-07-26549156879.0 KBPayrollEmployees > Identifier
Updates an Identifier
Reads Payroll employee identifier codes, current countries supported are Portugal, Italy and Germany
put/api/2026-07-01/resources/payroll_employees/identifiers/{id}
Path parameters
idstring required
payroll employee identifier
Request body
Example request
{
"id": "1",
"country": "it"
}Response
OK
Example response
{
"id": "1",
"employee_id": "1",
"country": "it"
}