Retrieve an employee breakdown

GET
/contribution_reports/:contribution_report_id/employee_breakdowns/:employee_id

Returns the employee breakdown for a contribution report.

Path parameters

contribution_report_idstringRequired
employee_idstringRequired

Response

OK

employee_idstringformat: "ee_.+"

Unique identifier of the employee for which the breakdown is created

contribution_report_idstringformat: "ctr_.+"

Unique identifier of the related contribution report

employer_idstringformat: "er_.+"

Unique identifier of the employer for which the breakdown is created

periodobject

Period covered by the employee breakdown

currencyenum

The currency in which all the amounts in this breakdown are presented (e.g. eur)

statusenum
Allowed values: openfinalized

Current status of the breakdown

created_atdatetime

Date and time the breakdown was created

last_updated_atdatetime

Date and time of the last update to the breakdown

health_insuranceobject

Health insurance contribution details

objectstringOptional

The object type

external_customer_idstringOptional

Unique identifier of the customer for which the breakdown is created. This identifier is assigned by the Employer of Record (EoR) platform to the Customer (i.e. the company using the EoR service) for which the employee is employed. This parameter is only available to EoR platforms.

finalized_atdatetimeOptional

Date and time the breakdown was finalized, if applicable

Built with