1. Home
  2. Docs
  3. Documentación de API externa de EWÁ.
  4. Aceptación o rechazo de documentos electrónicos.
  5. Consultar documentos.

Consultar documentos.

Por medio este endPoint se podrán consultar las respuestas dadas por hacienda y los documentos generados en el paso anterior ,por rango de fechas en formato timeStamp.

Especificaciones:

  • TimeStamp desde: Marca el tiempo como un limite de las facturas a mostrar. donde quiere empezar.
  • TimeStamp hasta: Marca el tiempo como un limite de las facturas a mostrar. donde quiere terminar.
  • license: Provista por Outer Space Coders.
  • domain: Dominio de la Aplicacion.

Url: https://facturaelectronica.outerspacecoders.com/wp-json/facturaelectronica/v1/consultar-confirmacion

{  
	    "desde":"1565629190",
	    "hasta":"1565629190",
            "license":"7889ed934869f0f253d66497",
            "domain" :"facturacioncliente.lndo.site"
}

Resultado:

{
    "respuesta": [
        {
            "id": "12",
            "clave": "50605081900050412098400100001010000000943122999905",
            "cedula_emisor": "000504120984",
            "cedula_receptor": "000504120984",
            "timestamp": "1565629190",
            "tipo_emisor": "1",
            "licencia": "",
            "error": "cvc-pattern-valid: Value 005 is not facet-valid with respect to pattern d for type #AnonType_ProvinciaUbicacionType.",
            "consecutivo": " 00100001050000000422 ",
            "xml_aceptacion_rechazo": "PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGl..",
            "xml_acuse_hacienda": "PD94bWwgdmVyc2lvbj0iMS4wIiBlUhhY2llbmRhPg==...",
            "tipo_receptor": "1",
            "hacienda_respuesta": "rechazado"
        },
        {
            "id": "15",
            "clave": "50605081900050412098400100001010000000943122999905",
            "cedula_emisor": "000504120984",
            "cedula_receptor": "000504120984",
            "timestamp": "1565629190",
            "tipo_emisor": "1",
            "licencia": "",
            "error": "cvc-pattern-valid: Value 005 is not facet-valid with respect to pattern d for type #AnonType_ProvinciaUbicacionType.",
            "consecutivo": " 00100001050000000423 ",
            "xml_aceptacion_rechazo": "PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiP..",
            "xml_acuse_hacienda": "PD94bWwgdmVyc2lvjQ0FSWWVhSFIwY0Rvdkw...",
            "tipo_receptor": "1",
            "hacienda_respuesta": "rechazado"
        },
        {
            "id": "17",
            "clave": "50605081900050412098400100001010000000943122999905",
            "cedula_emisor": "000504120984",
            "cedula_receptor": "000504120984",
            "timestamp": "1565629190",
            "tipo_emisor": "1",
            "licencia": "",
            "error": "cvc-pattern-valid: Value 005 is not facet-valid with respect to pattern d for type #AnonType_ProvinciaUbicacionType.",
            "consecutivo": " 00100001050000000426 ",
            "xml_aceptacion_rechazo": "PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXR...",
            "xml_acuse_hacienda": "PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPE1lbnNhamVIYWNpZW5kYSB4bWxucz0iaHR0cHM6Ly9jZG4uY29tcHJvYmFud....",
            "tipo_receptor": "1",
            "hacienda_respuesta": "rechazado"
        }
    ]
}
Was this article helpful to you? Yes No

How can we help?