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