Reports
Worker's IDC data

Worker's IDC data

Parameters

  • regimen (integer) : Scheme, 4 digits. Possible values:
  • ccc (integer) : Contribution account code, 11 digits.
  • nss (integer) : Social Security number, 12 digits.
GET /idc-info-for-nss
{
  "regimen": "0111",
  "ccc": "12345678901",
  "nss": "123456789011"
}

Response

Respuesta
{
  "success": true,
  "message": "OK",
  "data": {
    "details": [
      {
        "fra": "2024-07-01",
        "frb": "2025-03-30",
        "contract": "421",
        "coef": null,
        "desempleo": "1",
        "MRein": null,
        "eSoc": null,
        "rlce": null,
        "col": null,
        "indice": 0   
      },
      {
        "fra": "2025-03-31",
        "frb": null,
        "contract": "109",
        "coef": null,
        "desempleo": null,
        "MRein": null,
        "eSoc": null,
        "rlce": null,
        "col": null,
        "indice": 1 
      },
      {
        "fra": "2024-07-01",
        "frb": "2025-03-30",
        "contract": "421",
        "coef": null,
        "desempleo": "1",
        "MRein": null,
        "eSoc": null,
        "rlce": null,
        "col": null,
        "indice": 2
      },
      {
        "fra": "2025-03-31",
        "frb": null,
        "contract": "109",
        "coef": null,
        "desempleo": null,
        "MRein": null,
        "eSoc": null,
        "rlce": null,
        "col": null,
        "indice": 3
      }
    ]
  }
}