RUC REPRESENTANTES

Búsqueda de REPRESENTANTES LEGALES por número de RUC

POST
https://api.consultasperu.com/api/v1/query/ruc-representantes

Headers

Name
Value

Content-Type

application/json

Body

{
    "token": "tu_token_aqui",
    "ruc":""
}

Response

{
    "success": true,
    "message": "Successful response",
    "data": [
        {
            "tipo_documento": "DNI",
            "numero_documento": "40000000",
            "nombres": "NOMBRES COMPLETO",
            "cargo": "GERENTE GENERAL",
            "fecha_desde": "2011-10-25"
        }
    ]
}

Última actualización

¿Te fue útil?