Agentes de Percepci贸n del IGV Venta Interna

Relaci贸n de Agentes de Percepci贸n del IGV Venta Interna.

Actualizado al 19/01/2024 con informaci贸n oficial de SUNAT.

Consulta RUC agentes de percepci贸n del IGV venta interna

POSThttps://api.migo.pe/api/v1/ruc/agentes-percepcion
Body
token*string
ruc*string
Response

OK

Body
successboolean
rucstring
nombre_o_razon_socialstring
a_partir_delstring
resolucionstring
Request
const response = await fetch('https://api.migo.pe/api/v1/ruc/agentes-percepcion', {
    method: 'POST',
    headers: {
      "Content-Type": "application/json"
    },
    body: JSON.stringify({
      "token": "1234567890",
      "ruc": "20100007348"
    }),
});
const data = await response.json();
Response
{
  "success": true,
  "ruc": "20100007348",
  "nombre_o_razon_social": "LIMA GAS S A",
  "a_partir_del": "2006-01-04",
  "resolucion": "RS R.S.058-2006"
}

脷ltima actualizaci贸n