Skip to content

Instantly share code, notes, and snippets.

@mcka1n
Created September 28, 2015 21:09
Show Gist options
  • Save mcka1n/3ac18633326d99a78470 to your computer and use it in GitHub Desktop.
Save mcka1n/3ac18633326d99a78470 to your computer and use it in GitHub Desktop.
Request Factura XML
<x:Envelope xmlns:x="http://schemas.xmlsoap.org/soap/envelope/" xmlns:www="http://www.cofidi.com.gt/">
<x:Header/>
<x:Body>
<www:GeneraDTE>
<www:Empresa>0000CLAS01</www:Empresa>
<www:Dominio></www:Dominio>
<www:Usuario>NuestroUserario</www:Usuario>
<www:Contraseña>LaContrasenia</www:Contraseña>
<www:Archivo>xml</www:Archivo>
<www:Tipo>02</www:Tipo>
<www:Referencia></www:Referencia>
<www:EI>
<www:INVOICES>
<www:INVOICE>
<www:HEADER>
<www:E01 FolioInterno="0000000001" Fecha="2015-09-21T12:34:50.080" SubTotal="22.32" Descuento="0.00" Total="25.0000" EstadoDocumento="" TipoDeComprobante="FEA1"/>
<www:E02 Nit="CF" NoCliente="001" Nombre="Consumidor final"/>
<www:E03 Localidad="Ciudad" Pais="Guatemala"/>
<www:E04 Impuesto="13.87"/>
<www:EA1 CustomField15="CIENTO OCHO CON 94/100 QUETZALES" Moneda="GTQ" TipoCambio="1.00"/>
</www:HEADER>
<www:DETAILS>
<www:D01 Cantidad="1" Descripcion="Servicio I" Importe="25.0000" NoIdentificacion="_j4XeXrppd" Unidad="UND" ValorUnitario="25.0000">
<www:DA6 Importe="25.0000" Impuesto="2.68" Tasa="12.00"/>
<www:DA8 Porcentaje="0.00" Descripcion="Ninguno" Importe="0.00"/>
</www:D01>
</www:DETAILS>
</www:INVOICE>
</www:INVOICES>
</www:EI>
</www:GeneraDTE>
</x:Body>
</x:Envelope>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment