Query a temporary disability (IT)
⚠️
Add test=1 to run tests without real effects. In production, omit this parameter.
Parameters
- test (number (1)) : For testing, add the test=1 parameter. It must be omitted in production.
- regimen (integer) : Scheme, 4 digits. Possible values:
- 0111: General Scheme
- Table of scheme codes (opens in a new tab)
- ccc (integer) : Contribution account code, 11 digits.
- nss (integer) : Social Security number, 12 digits.
- startDate (date) : IT start date, format YYYY-MM-DD.
GET /it/report
{
"regimen": "0111",
"ccc": "12345678901",
"nss": "123456789011",
"startDate": "2023-01-01",
"duplicate":1
}Response
Respuesta
{
"success": true,
"message": "OK",
"status": 200,
"data": {
"DatosParteDatosEconomicos": {
"descripcionTipoContrato": "DUR.D.COMPL.INTERINO",
"tipoContrato": "410",
"puestoTrabajo": "SIT",
"baseCotizacion": "5362,76",
"diasCotizados": "0024",
"funcDesemp": "modi quis voluptatibus ad."
},
"DatosTrabajador": {
"ipf": "000895090c",
"tipoIpf": "1",
"descripcionTipoIpf": "D.N.I.",
"naf": "279510524220",
"nombre": "DIEGO MOTA DE JESúS",
"nombreCompleto": "DIEGO MOTA DE JESúS",
"direccion": "PASSEIG BOTELLO, 4, BAJOS",
"localidad": "VILLA CARBALLO",
"cp": "42554"
},
"DatosEmpresa": {
"cccEmpresa": "17824232322",
"cpEmpresa": "26324",
"direccionEmpresa": "PRAZA ALCALA, 86, BAJO 0º",
"localidadEmpresa": "DELACRúZ DE SAN PEDRO",
"nombreEmpresa": "EMPRESA NAZARIO-LOZADA",
"regimenEmpresa": "0112"
},
"tipoParte": "BA",
"tipoParteDesc": "Baja",
"contingencia": "3",
"contingenciaDesc": "Accidente de Trabajo",
"contingenciaCompleta": "3 - Accidente de Trabajo",
"fechaBaja": "2026-02-12",
"numSistemaRed": "04571602",
"fechaRecepcion": "2026-02-14",
"bajaLogicaDesc": "Sí",
"indicadorErrorDesc": "Sí",
"correcto": "S",
"correctoDes": "Sí",
"file": {
"contentType": "application/pdf",
"name": "document.pdf",
"content": "base64"
}
}
}