Datos proveídos por el Ministerio de Industria y Comercio

08/06/2022 10:26

Información general del servicio


Descripción
Este servicio expone datos prveídos por el Ministerio de Industria y Comercio.

Observaciones
Servicio de uso exclusivo para instituciones públicas.

Proveedor
Ministerio de Industria y Comercio.

Ambiente de Publicación
Producción.

Mecanismo de autorización
Presentar Formulario de Solicitud del SII firmado por la máxima autoridad al MITIC y una nota para el productor, informando sobre el uso que se le dará a sus datos.

Tipo de servicio

REST: http://[IP:PUERTO]/mic/api/swagger.json

Documentación
---

Parámetros de cabecera

Authorization String (header)* requerido
Accept String (header)* requerido

Métodos

Método 1

http://[IP:PUERTO]/mic/api/mipymes/obtenerCedulaMiPymes/{ruc}

Parámetros

ruc String (path) * requerido

Respuesta

Modelo

return{ MiPymes{
        ruc string
        razonSocial string
        direccion string
        habilitacion string
        fechaHabilitacion string
        fechaVencimiento string
        fechaRenovacion string
        categoria string
        actividad string
        latitud string
        longitud string
        sexo string
        telefono string
        tipo string
    }
}

Método 2

http://[IP:PUERTO]/mipymes/obtenerDatosPorTipo/{tipo}/{ruc}

Parámetros

tipo string (path) * requerido
ruc string (path) * requerido

Respuesta

Modelo

return{ MiPymes{
        ruc string
        razonSocial string
        direccion string
        habilitacion string
        fechaHabilitacion string
        fechaVencimiento string
        fechaRenovacion string
        categoria string
        actividad string
        latitud string
        longitud string
        sexo string
        telefono string
        tipo string
    }
}

Método 3

http://[IP:PUERTO]/mic/api/mipymes/obtenerTodosLosTipos/{ruc}

Parámetros

ruc string (path) * requerido

Respuesta

Modelo

ListaTipos{ [MiPymes{
        ruc string
        razonSocial string
        direccion string
        habilitacion string
        fechaHabilitacion string
        fechaVencimiento string
        fechaRenovacion string
        categoria string
        actividad string
        latitud string
        longitud string
        sexo string
        telefono string
        tipo string
    }]
}

Método 4

http://[IP:PUERTO]/mic/api/mipymes/obtenerDatosConCertificadoDeOrigen/{ruc}

Parámetros

ruc string (path) * requerido

Respuesta

Modelo

"ObtenerDatosConCertificadoDeOrigen": {
    "type": "object",
    "properties": {
        "return": {
            "DncpDTO": {
                "type": "object",
                "properties": {
                    "ruc": {
                        "type": "string"
                    },
                    "razonSocial": {
                        "type": "string"
                    },
                    "nombreFantasia": {
                        "type": "string"
                    },
                    "direccion": {
                        "type": "string"
                    },
                    "certificadoProductoDTO": {
                        "type": "array",
                        "items": {
                            "CertificadoProductoDTO": {
                                "type": "object",
                                "properties": {
                                    "producto": {
                                        "type": "string"
                                    },
                                    "tipo": {
                                        "type": "string"
                                    },
                                    "empresaLicitadion": {
                                        "type": "string"
                                    },
                                    "numeroCertificado": {
                                        "type": "integer",
                                        "format": "int32"
                                    },
                                    "idLicitacion": {
                                        "type": "string"
                                    },
                                    "descripcion": {
                                        "type": "string"
                                    },
                                    "direccion": {
                                        "type": "string"
                                    }
                                }
                            }
                        }
                    },
                    "registros": {
                        "type": "array",
                        "items": {
                            "VRegistros": {
                                "type": "object",
                                "properties": {
                                    "actividad": {
                                        "type": "string"
                                    },
                                    "categoria": {
                                        "type": "string"
                                    },
                                    "direccion": {
                                        "type": "string"
                                    },
                                    "fechaHabilitacion": {
                                        "type": "string"
                                    },
                                    "fechaRenovacion": {
                                        "type": "string"
                                    },
                                    "fechaVencimiento": {
                                        "type": "string"
                                    },
                                    "habilitacion": {
                                        "type": "string"
                                    },
                                    "latitud": {
                                        "type": "string"
                                    },
                                    "longitud": {
                                        "type": "string"
                                    },
                                    "sexo": {
                                        "type": "string"
                                    },
                                    "tipo": {
                                        "type": "string"
                                    },
                                    "tipoNombre": {
                                        "type": "string"
                                    }
                                }
                            }
                        }
                    }
                }
            }
        }
    }
}

Nivel de calidad del servicio

Disponibilidad
99,99%

Tiempo de respuesta
menos de 1 segundo

Volumen de carga máx.
---

Fecha de Actualización
20/09/18 01:34:p. m.


Últimas noticias publicadas
...