New report: contribution data and settlement period by worker
04/09/2026
New endpoint Contribution data and settlement period (worker). It is the same report as /idc-ccc, but limited to a single NSS within the contribution account, so you no longer have to download the whole account report and look the worker up inside it.
{
"regimen": "0111",
"ccc": "12345678901",
"nss": "281234567890",
"period": "2023-02"
}- regimen: scheme, 4 digits.
- ccc: contribution account code, 11 digits.
- nss: Social Security number, 12 digits.
- period: settlement period, format YYYY-MM.
It returns the PDF in data.file.content, base64 encoded, like the rest of the TGSS reports.
The TGSS settlement period is month/year, not a date: that is why period is sent as YYYY-MM and not as YYYY-MM-DD.