GET
/
ruc
/
anexo
/
{ruc}
curl --request GET \
  --url https://api.factiliza.com/v1/ruc/anexo/{ruc} \
  --header 'Authorization: Bearer <token>'
{
  "status": 200,
  "message": "Exito",
  "data": [
    {
      "codigo": "0003",
      "tipo_establecimiento": "DE. DEPOSITO",
      "actividad_economica": "-",
      "direccion": "MZA. E6 LOTE. 13 URB. PIT PARQUE INDUSTRIAL (MZ. E",
      "direccion_completa": "MZA. E6 LOTE. 13 URB. PIT PARQUE INDUSTRIAL (MZ. E, LA LIBERTAD - TRUJILLO - LA ESPERANZA",
      "departamento": "LA LIBERTAD",
      "provincia": "TRUJILLO",
      "distrito": "LA ESPERANZA",
      "ubigeo_sunat": "130105",
      "ubigeo": [
        "13",
        "1301",
        "130105"
      ]
    },
    {
      "codigo": "0002",
      "tipo_establecimiento": "SU. SUCURSAL",
      "actividad_economica": "-",
      "direccion": "AV. EL EJERCITO NRO. 1020 INT. A BARR. EL MOLINO",
      "direccion_completa": "AV. EL EJERCITO NRO. 1020 INT. A BARR. EL MOLINO, LA LIBERTAD - TRUJILLO - TRUJILLO",
      "departamento": "LA LIBERTAD",
      "provincia": "TRUJILLO",
      "distrito": "TRUJILLO",
      "ubigeo_sunat": "130101",
      "ubigeo": [
        "13",
        "1301",
        "130101"
      ]
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

ruc
integer
required

El RUC a consultar

Response

200
application/json
ruc response
status
integer

El código de estado de la respuesta

success
boolean

El estado de la respuesta true o false

message
string

Mensaje de la respuesta

data
object[]

Datos detallados de la respuesta