Representantes legales
Última actualización
Última actualización
application/json
POST /api/v1/ruc/representantes-legales HTTP/1.1
Host: api.migo.pe
Accept: application/json
Content-Type: application/json
Content-Length: 42
{
"token": "1234567890",
"ruc": "20131380951"
}
{
"success": true,
"data": [
{
"documento": "DNI",
"dni": "07710834",
"nombre": "CASAVERDE MENDEZ MARITZA CECILIA",
"cargo": "SUB GERENTE",
"fecha": "2023-01-01",
"ruc": "20131380951"
}
]
}