Get a duplicate of maternity/paternity certificates
⚠️
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) : Certificate start date, format YYYY-MM-DD.
GET /recema/report
{
"test": 1,
"regimen": "0111",
"ccc":"13991977999",
"startDate":"2026-01-22",
"nss": "123456789012"
}Successful response
Respuesta
{
"success": true,
"message": "3408* OPERACION REALIZADA CORRECTAMENTE",
"status": 200,
"data": {
"file": {
"contentType": "application/pdf",
"name": "document.pdf",
"content": "base64"
},
"data": {
"ccc": "869893612194697",
"naf": "834171524647",
"fechaInicio": "27/04/2025",
"fechaFin": "11/09/2026",
"fechaGrabacion": "12/02/2026",
"motivo": "2",
"codIpf": "690924946F",
"razonSocial": "AIR COBO Y FLIA.",
"codLocalidad": "980824948",
"cp": "13719",
"codProvincia": "12",
"provincia": "SANTA CRUZ DE TENERIFE",
"tipoVia": "AV",
"nombreVia": "PRAZA RAEL",
"numVia": "37",
"domicilio": "CALLE AMAYA, 815, 2º B, 36740, L' RAEL DE SAN PEDRO",
"fechaEnvio": "16/01/2026",
"id": "9968172"
}
}
}