Consulta RUC

  • Los datos se obtienen de SUNAT.

POST https://my.apiconsulta.dev/api/ruc

Headers

Name
Value

Accept

application/json

Content-Type

application/json

Authorization

Bearer <token>

Body

Name
Type
Description

ruc

string

11 dígitos

Response

{
    "success": true,
    "data": {
        "direccion": "JR. ANDAHUAYLAS NRO. 100 INT. 201 URB. BARRIOS ALTOS",
        "direccion_completa": "JR. ANDAHUAYLAS NRO. 100 INT. 201 URB. BARRIOS ALTOS - LIMA LIMA LIMA"    
        "ruc": "20100443688",
        "nombre_o_razon_social": "EMPRESA DEMO",
        "estado": "ACTIVO",
        "condicion": "HABIDO",
        "departamento": "LIMA",
        "provincia": "LIMA",
        "distrito": "MAGDALENA DEL MAR",
        "ubigeo_sunat": "150101",
        "ubigeo": [
            "15",
            "1501",
            "150101"
        ],
        "es_agente_de_retencion": "NO",
        "es_agente_de_percepcion": "NO",
        "es_agente_de_percepcion_combustible": "NO",
        "es_buen_contribuyente": "NO"     
    }
}

Última actualización