guia.sunat.respuesta

SUNAT procesó la guía de remisión. Incluye guia.cliente y enlaces al PDF/XML/CDR. Los enlaces solo están presentes si la guía fue ACEPTADA u OBSERVADA.

Payloadjson
{
  "id": "46ed7c66-2de8-450d-8a25-9fb2e9e09c41",
  "evento": "guia.sunat.respuesta",
  "timestamp": "2026-06-14T10:30:00-05:00",
  "entorno": "demo",
  "guia": {
    "id": "46ed7c66-2de8-450d-8a25-9fb2e9e09c41",
    "estado": "ACEPTADA",
    "serie": "T001",
    "correlativo": "00000001",
    "tipo": "GUIA_REMISION",
    "fechaEmision": "2026-06-14",
    "tipoTransporte": "PÚBLICO",
    "motivoTraslado": "01",
    "cliente": {
      "tipoDocumento": "6",
      "numeroDocumento": "20100070970",
      "denominacion": "EMPRESA DISTRIBUIDORA SAC"
    },
    "datosTraslado": {
      "fecha": "2026-06-14",
      "fechaEntregaBienes": "2026-06-14",
      "pesoBrutoTotal": 150.5,
      "pesoUnidadMedida": "KGM",
      "numeroBultos": 10,
      "indicadorDeEnvio": "01"
    },
    "datosTransportista": {
      "tipoDocumento": "6",
      "numeroDocumento": "20415932376",
      "denominacion": "TRANSPORTES RÁPIDOS SAC",
      "numeroMTC": "MTC-123456"
    },
    "puntoPartida": {
      "ubigeo": "150101",
      "direccion": "AV. INDUSTRIAL 123, LIMA"
    },
    "puntoLlegada": {
      "ubigeo": "040101",
      "direccion": "JR. COMERCIO 456, AREQUIPA"
    },
    "items": [
      {
        "codigo": "PROD-001",
        "descripcion": "TELEVISOR LED 55 PULGADAS",
        "unidadMedida": "NIU",
        "cantidad": 5
      }
    ],
    "documentosRelacionados": [],
    "enlaces": {
      "pdf": "https://api.facturalo.pe/api/v3/guias/46ed7c66-2de8-450d-8a25-9fb2e9e09c41.pdf",
      "xml": "https://api.facturalo.pe/api/v3/guias/46ed7c66-2de8-450d-8a25-9fb2e9e09c41.xml",
      "cdr": "https://api.facturalo.pe/api/v3/guias/46ed7c66-2de8-450d-8a25-9fb2e9e09c41.cdr"
    }
  },
  "sunat": {
    "estado": "ACEPTADA",
    "codigo": "0",
    "mensaje": "La Guia de Remision ha sido aceptada",
    "notas": []
  }
}