<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="es">
	<id>http://felcowiki.thefactoryhka.com.co/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Lvargas</id>
	<title>tfhkacolwiki - Contribuciones del usuario [es]</title>
	<link rel="self" type="application/atom+xml" href="http://felcowiki.thefactoryhka.com.co/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Lvargas"/>
	<link rel="alternate" type="text/html" href="http://felcowiki.thefactoryhka.com.co/index.php/Especial:Contribuciones/Lvargas"/>
	<updated>2026-06-03T22:41:35Z</updated>
	<subtitle>Contribuciones del usuario</subtitle>
	<generator>MediaWiki 1.42.0</generator>
	<entry>
		<id>http://felcowiki.thefactoryhka.com.co/index.php?title=Manual_DLL_hkafact21_-_Emisi%C3%B3n_V4&amp;diff=2726</id>
		<title>Manual DLL hkafact21 - Emisión V4</title>
		<link rel="alternate" type="text/html" href="http://felcowiki.thefactoryhka.com.co/index.php?title=Manual_DLL_hkafact21_-_Emisi%C3%B3n_V4&amp;diff=2726"/>
		<updated>2022-04-21T18:04:43Z</updated>

		<summary type="html">&lt;p&gt;Lvargas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;== &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;Objetivo &amp;lt;/font&amp;gt;==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
El presente manual tiene como propósito dar a conocer los detalles de los cambios a nivel del consumo de la librería HKAFACT21 para validación previa respecto a la versión del modelo de facturación de validación posterior (HKAFACT).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;== &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;Alcance &amp;lt;/font&amp;gt;==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;DIV ALIGN=justify&amp;gt;El presente documento abarca desde la instalación de la API hasta las funciones utilizables para el consumo del Servicio Web de Integración para el modelo de facturación de validación previa. La librería hkafact21 es compatible con cualquier desarrollo cuya base sea plataformas WIN32&amp;lt;/DIV&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Nota:&#039;&#039;&#039; En el mismo se describen cada uno de los strings que constituyen el objeto factura. Para obtener mayor información sobre la obligatoriedad de los campos (requeridos/opcionales) ver &#039;&#039;&#039;MANUAL DE INTEGRACION DIRECTA (EMISIÓN - VAL. PREVIA)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;== &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;Definiciones y Términos &amp;lt;/font&amp;gt;==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
*&#039;&#039;&#039;C++:&#039;&#039;&#039; lenguaje de programación diseñado para extender al lenguaje de programación C con mecanismos que permiten la manipulación de objetos. En ese sentido, desde el punto de vista de los lenguajes orientados a objetos, el C++ es un lenguaje híbrido, con la particularidad de poder redefinir los operadores, y de crear nuevos tipos que se comporten como tipos fundamentales. &lt;br /&gt;
*&#039;&#039;&#039;DLL:&#039;&#039;&#039; Biblioteca de enlace dinámico o más comúnmente DLL (sigla en inglés de dynamic-link library) es el término con el que se refiere a los archivos con código ejecutable que se cargan bajo demanda de un programa por parte del sistema operativo. &lt;br /&gt;
*&#039;&#039;&#039;SDK:&#039;&#039;&#039; Un kit de desarrollo de software es un conjunto de herramientas de desarrollo de software que le permite al programador o desarrollador de software crear una aplicación informática para un sistema concreto. &lt;br /&gt;
*&#039;&#039;&#039;Servicio Web de Integración:&#039;&#039;&#039; Servicio Web de The Factory HKA Colombia SAS puesto a disposición a propietarios de software administrativos o de gestión para la generación de factura electrónica. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt; Procedimiento &amp;lt;/font &amp;gt;==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;DIV ALIGN=justify&amp;gt;Instalación: En el SDK descargado, se encontrará con tres herramientas; la librería de integración (hkafact21.dll), el presente manual y un demo funcional de código. Antes de comenzar a hacer uso de la librería en el desarrollo, lo primero que se debe hacer es registrar y referenciar la librería en nuestro proyecto. Esto se consigue siguiendo los siguientes pasos: &amp;lt;/DIV&amp;gt;&lt;br /&gt;
#Creamos una nueva carpeta. &lt;br /&gt;
# Descomprimimos el contenido del SDK en la capeta previamente creada. &lt;br /&gt;
# Copiamos la librería hkafact21.dll. &lt;br /&gt;
# Pegamos la librería en la carpeta System32 de Windows. &lt;br /&gt;
# Finalmente, declaramos las distintas funciones a utilizar de la librería.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&#039;&#039;&#039;@IMPORTANTE:&#039;&#039;&#039;&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
#En el caso de que al final de la cadena (Identificador), el campo se encuentre vacío se debe agregar un pipe “|” al final.&lt;br /&gt;
#Si el  identificador no es obligatorio, este pueden enviarse con el identificador seguido de un pipe (Ejemplo: ID02A = &amp;quot;02A|&amp;quot;).&lt;br /&gt;
#Si los identificadores son repetibles puede concatenarse con el separador  “% “seguido del identificador con los campos correspondientes a la cadena que desea repetir.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;== &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;MÉTODO ENVIAR&amp;lt;/font&amp;gt;==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Función que permite generar el documento electrónico. &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
=== Declaración ===&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt; INT Enviar (string URL, string tokenEmpresa, string tokenPassword, string DatosCliente, string FacturaGlobal, string AnticAutCargDesc, string CpDr, string EntMerc, string ImpuestosFactura, string MpOcTe, string TcTcaIa, string Extras, string DetalleDeFactura, string Adjuntos, string SectorSalud, bool debugMode)&amp;lt;/pre&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== String URL ===&lt;br /&gt;
*URL del servicio de emisión.&lt;br /&gt;
&lt;br /&gt;
=== String tokenEmpresa ===&lt;br /&gt;
*Token asignado por la plataforma de TFHKA.&lt;br /&gt;
&lt;br /&gt;
=== String tokenPassword ===&lt;br /&gt;
*Token asignado por la plataforma de TFHKA.&lt;br /&gt;
&lt;br /&gt;
=== String datosCliente ===&lt;br /&gt;
*Datos que componen la información del adquiriente.&lt;br /&gt;
&lt;br /&gt;
=====&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt; Cliente_DatosGenerales &amp;lt;/font&amp;gt; =====&lt;br /&gt;
(20 Campos, 19 pipes “|”):&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;ID01=01|nombreRazonSocial|tipoPersona|segundoNombre|apellido|numeroDocumento|tipoIdentificacion&lt;br /&gt;
|email|telefono|notificar|actividadEconomicaCIIU|nombreComercial|nombreContacto&lt;br /&gt;
|nota|numeroIdentificacionDV&lt;br /&gt;
|telefax|Extensible1.controlInterno1|&lt;br /&gt;
Extensible1.controlInterno2|Extensible1.nombre|Extensible1.valor&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Nota:&#039;&#039;&#039; Si Extensible1.valor se debe enviar un pipe (|) al final de la cadena&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt; Cliente_Destinatario &amp;lt;/font&amp;gt; ====&lt;br /&gt;
(11 Campos, 9 pipes “|”):&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;ID01B=01A|CanalDeEntrega|email|fechaProgramada|mensajePersonalizado|nitProveedorReceptor&lt;br /&gt;
|telefono|Extensible1.controlInterno1|Extensible1.controlInterno2&lt;br /&gt;
|Extensible1.nombre|Extensible1.valor&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Nota:&#039;&#039;&#039; Si Extensible1.valor se debe enviar un pipe (|) al final de la cadena&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;Cliente_DetallesTributarios &amp;lt;/font&amp;gt; ====&lt;br /&gt;
(6 Campos, 5 pipes “|”): &lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;ID01B=01B|codigoImpuesto|Extensible1.controlInterno1|Extensible1.controlInterno2&lt;br /&gt;
|Extensible1.nombre|Extensible1.valor&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Nota:&#039;&#039;&#039; Si Extensible1.valor se debe enviar un pipe (|) al final de la cadena&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt; Cliente_InformacionLegal &amp;lt;/font&amp;gt;   ====&lt;br /&gt;
(8 Campos, 7 pipes “|”):&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;ID01E=01E|codigoEstablecimiento|nombreRegistroRUT|numeroIdentificacion|numeroIdentificacionDV|&lt;br /&gt;
numeroMatriculaMercantil|prefijoFacturacion|tipoIdentificacion&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt; Cliente_ResponsabilidadesRut  &amp;lt;/font&amp;gt;   ====&lt;br /&gt;
(7 Campos, 6 pipes “|”):&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;ID01F=01F|obligaciones|regimen|Extensible1.controlInterno1|Extensible1.controlInterno2&lt;br /&gt;
|Extensible1.nombre|Extensible1.valor&lt;br /&gt;
|prefijoFacturacion|tipoIdentificacion&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Nota:&#039;&#039;&#039; Si Extensible1.valor se debe enviar un pipe (|) al final de la cadena&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt; DireccionCliente &amp;lt;/font&amp;gt;   ====&lt;br /&gt;
(30 Campos, 29 pipes “|”): &lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;ID01C=01C|aCuidadoDe|aLaAtenciónDe|bloque|buzon|calle|calleAdicional|ciudad|codigoDepartamento|&lt;br /&gt;
correccionHusoHorario|departamento|departamentoOrg|direccion|distrito|habitacion|lenguaje&lt;br /&gt;
|municipio|nombreEdificio|numeroEdificio|numeroParcela|pais|piso|region|subDivision|ubicación&lt;br /&gt;
|zonaPostal|Extensible1.controlInterno1|Extensible1.controlInterno2|&lt;br /&gt;
Extensible1.nombre|Extensible1.valor&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Nota:&#039;&#039;&#039; Si Extensible1.valor se debe enviar un pipe (|) al final de la cadena&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt; DireccionFiscalCliente &amp;lt;/font&amp;gt;   ====&lt;br /&gt;
(30 Campos, 29 pipes “|”): &lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;ID01D=01D|aCuidadoDe|aLaAtenciónDe|bloque|buzon|calle|calleAdicional|ciudad|codigoDepartamento&lt;br /&gt;
|correccionHusoHorario|departamento|departamentoOrg|direccion|distrito|habitacion|lenguaje&lt;br /&gt;
|municipio|nombreEdificio|numeroEdificio|numeroParcela|pais|piso|region|subDivision|ubicación&lt;br /&gt;
|zonaPostal|Extensible1.controlInterno1|Extensible1.controlInterno2&lt;br /&gt;
|Extensible1.nombre|Extensible1.valor&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Nota:&#039;&#039;&#039; Si Extensible1.valor se debe enviar un pipe (|) al final de la cadena&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;u&amp;gt;&amp;lt;center&amp;gt;&#039;&#039;&#039;datos_Cliente=&#039;&#039;&#039; ID01 &amp;lt;span style=&amp;quot;color:#000000; background:#FFFF00&amp;quot;&amp;gt;%&amp;lt;/span&amp;gt;ID01A&amp;lt;span style=&amp;quot;color:#000000; background:#FFFF00&amp;quot;&amp;gt;%&amp;lt;/span&amp;gt;ID01B&amp;lt;span style=&amp;quot;color:#000000; background:#FFFF00&amp;quot;&amp;gt;%&amp;lt;/span&amp;gt;ID01E&amp;lt;span style=&amp;quot;color:#000000; background:#FFFF00&amp;quot;&amp;gt;%&amp;lt;/span&amp;gt;ID01F&amp;lt;span style=&amp;quot;color:#000000; background:#00FF00&amp;quot;&amp;gt;%%&amp;lt;/span&amp;gt;ID01C &amp;lt;span style=&amp;quot;color:#000000; background:#00FF00&amp;quot;&amp;gt;%%&amp;lt;/span&amp;gt;ID01D&amp;lt;/center&amp;gt;&amp;lt;/u&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Observaciones:&#039;&#039;&#039;&lt;br /&gt;
* Los identificadores 01A, 01B, 01F son repetibles &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== String FacturaGlobalL ===&lt;br /&gt;
Datos generales del objeto factura.&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt; FacturaGlobal  &amp;lt;/font&amp;gt;   ====&lt;br /&gt;
(23 Campos, 22 pipes “|”): &lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;datos_factura=02|tipoDocumento|consecutivoDocumento|rangoNumeracion|fechaEmision|fechaVencimiento|moneda&lt;br /&gt;
|propina|totalDescuentos|totalSinImpuestos|totalMonto|cantidadDecimales|fechaFinPeriodoFacturacion&lt;br /&gt;
|fechaInicioPeriodoFacturacion|fechaPagoImpuestos|redondeoAplicado|tipoOperacion|&lt;br /&gt;
totalAnticipos|totalBaseImponible|totalBrutoConImpuesto|totalCargosAplicados&lt;br /&gt;
|totalProductos|tipoSector&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== String AnticAutCargDesc ===&lt;br /&gt;
Anticipos, autorizaciones, Cargos y descuentos aplicados en el comprobante.&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt; Anticipos &amp;lt;/font&amp;gt;   ====&lt;br /&gt;
(11 Campos, 10 pipes “|”): &lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;ID02A=02A|fechaDeRecibido|fechadePago|horaDePago|id|instrucciones|montoPagado|&lt;br /&gt;
Extensible1.controlInterno1&lt;br /&gt;
|Extensible1.controlInterno2|Extensible1.nombre|Extensible1.valor&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Nota:&#039;&#039;&#039; Si Extensible1.valor se debe enviar un pipe (|) al final de la cadena&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt; Autorizado &amp;lt;/font&amp;gt;   ====&lt;br /&gt;
(15 Campos, 14 pipes “|”):   &lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;ID02B=02B|email|nombreComercial|nombreContacto|nota|numeroDocumento|numeroDocumentoDV&lt;br /&gt;
|razonSocial|telefax|telefono|tipoIdentificacion|Extensible1.controlInterno1&lt;br /&gt;
|Extensible1.controlInterno2|Extensible1.nombre|Extensible1.valor&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Nota:&#039;&#039;&#039; Si Extensible1.valor se debe enviar un pipe (|) al final de la cadena&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt; cargosDescuentos &amp;lt;/font&amp;gt;   ====&lt;br /&gt;
(12 Campos, 11 pipes “|”):   &lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;ID02C=02C|codigo|descripcion|indicador|monto|montoBase|porcentaje|secuencia|Extensible1.controlInterno1&lt;br /&gt;
|Extensible1.controlInterno2|Extensible1.nombre|Extensible1.valor&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Nota:&#039;&#039;&#039; Si Extensible1.valor se debe enviar un pipe (|) al final de la cadena&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;u&amp;gt;&amp;lt;center&amp;gt;&#039;&#039;&#039;AnticAutCargDesc =&#039;&#039;&#039; ID02A &amp;lt;span style=&amp;quot;color:#000000; background:#00FF00&amp;quot;&amp;gt;%%&amp;lt;/span&amp;gt;ID02B &amp;lt;span style=&amp;quot;color:#000000; background:#00FF00&amp;quot;&amp;gt;%%&amp;lt;/span&amp;gt;ID02C&amp;lt;span style=&amp;quot;color:#000000; background:#00FF00&amp;quot;&amp;gt;%%&amp;lt;/span&amp;gt;&amp;lt;/center&amp;gt;&amp;lt;/u&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Observaciones:&#039;&#039;&#039;&lt;br /&gt;
* Los identificadores 02A, 02B son repetibles&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== String CpDr ===&lt;br /&gt;
Condiciones de pago y documentos referenciados para el comprobante. &lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt; CondicionPago &amp;lt;/font&amp;gt;   ====&lt;br /&gt;
(20 Campos, 19 pipes “|”):     &lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;ID02D=02D|codigoEvento|comentario|duracionPeriodo|duracionPeriodoMedida|fechaVencimiento|identificador&lt;br /&gt;
|medioPagoAsociado|monto|montoMulta|montoPenalidad|periodoDesde|periodoHasta|porcentajeDescuento&lt;br /&gt;
|porcentajePago|referenciaAnticipo|Extensible1.controlInterno1|&lt;br /&gt;
Extensible1.controlInterno2|Extensible1.nombre|Extensible1.valor&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Nota:&#039;&#039;&#039; Si Extensible1.valor se debe enviar un pipe (|) al final de la cadena&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt; DocumentosReferenciados &amp;lt;/font&amp;gt;   ====&lt;br /&gt;
(18 Campos, 17 pipes “|”): Puedo no enviarse 02E1    &lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;ID02E=02E|codigoEstatusDocumento|codigoInterno|cufeDocReferenciado|fecha|fechaFinValidez|fechaInicioValidez&lt;br /&gt;
|numeroDocumento|tipoCUFE|tipoDocumento|tipoDocumentoCodigo|Extensible1.controlInterno1|&lt;br /&gt;
Extensible1.controlInterno2|Extensible1.nombre|Extensible1.valor|conceptoRecaudo|&lt;br /&gt;
monto|numeroIdentificacion ¬02E1|descripción&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Nota:&#039;&#039;&#039; Si Extensible1.valor se debe enviar un pipe (|) al final de la cadena&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;u&amp;gt;&amp;lt;center&amp;gt;&#039;&#039;&#039;CpDr =&#039;&#039;&#039; ID02D&amp;lt;span style=&amp;quot;color:#000000; background:#00FF00&amp;quot;&amp;gt;%%&amp;lt;/span&amp;gt;ID02E &amp;lt;/center&amp;gt;&amp;lt;/u&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Observaciones:&#039;&#039;&#039;&lt;br /&gt;
* Los identificadores 02D, 02E son repetibles &lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== String EntMerc (Este indientificador no es obligatorio) ===&lt;br /&gt;
Datos referentes a la entrega de la mercancía.Anticipos, autorizaciones, Cargos y descuentos aplicados en el comprobante.&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt; entregaMercancia &amp;lt;/font&amp;gt;   ====&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;ID02F=02F|fechaEfectivaSalida|fechaEstimada|fechaReal|fechaSolicitada|identificacionTransporte|&lt;br /&gt;
matriculaTransporte|Extensible1.controlInterno1|Extensible1.controlInterno2|&lt;br /&gt;
Extensible1.nombre|Extensible1.valor&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Nota:&#039;&#039;&#039; Si Extensible1.valor se debe enviar un pipe (|) al final de la cadena&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt; datosTransportista&amp;lt;/font&amp;gt;   ====&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;ID02F1=02F1|email|indicadordeAtencion|indicadordeCuidado|nombreContacto|nombreResponsableEntrega&lt;br /&gt;
|nota|numeroIdentificacion|numeroIdentificacionDV|numeroMatriculaMercantil|prefijoFacturacion&lt;br /&gt;
|telefax|telefono|tipoIdentificacion|transportadorNombre|transportadorNumeroDocumento&lt;br /&gt;
|transportadorNumeroDocumentoDV|transportadorTipoIdentificacion|Extensible1.controlInterno1&lt;br /&gt;
|Extensible1.controlInterno2|Extensible1.nombre|Extensible1.valor&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Nota:&#039;&#039;&#039; Si Extensible1.valor se debe enviar un pipe (|) al final de la cadena&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt; detallesTributariosTransportista &amp;lt;/font&amp;gt;   ====&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;ID02F1A=02F1A|codigoImpuesto|Extensible1.controlInterno1|Extensible1.controlInterno2|Extensible1.nombre&lt;br /&gt;
|Extensible1.valor&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Nota:&#039;&#039;&#039; Si Extensible1.valor se debe enviar un pipe (|) al final de la cadena&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt; direccionTransportista&amp;lt;/font&amp;gt;   ====&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;ID02F1B=02F1B|aCuidadoDe|aLaAtenciónDe|bloque|buzon|calle|calleAdicional|ciudad|codigoDepartamento&lt;br /&gt;
|correccionHusoHorario|departamento|departamentoOrg|direccion|distrito|habitacion&lt;br /&gt;
|lenguaje|municipio|nombreEdificio|numeroEdificio|numeroParcela|pais|piso|region&lt;br /&gt;
|subDivision|ubicación|zonaPostal|Extensible1.controlInterno1|Extensible1.controlInterno2&lt;br /&gt;
|Extensible1.nombre|Extensible1.valor&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Nota:&#039;&#039;&#039; Si Extensible1.valor se debe enviar un pipe (|) al final de la cadena&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt; responsabilidadRUT&amp;lt;/font&amp;gt;   ====&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;ID02F1C=02F1C|obligaciones|regimen|Extensible1.controlInterno1|Extensible1.controlInterno2&lt;br /&gt;
|Extensible1.nombre|Extensible1.valor&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Nota:&#039;&#039;&#039; Si Extensible1.valor se debe enviar un pipe (|) al final de la cadena&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt; transportadorDireccion&amp;lt;/font&amp;gt;   ====&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;ID02F1D=02F1D|aCuidadoDe|aLaAtenciónDe|bloque|buzon|calle|calleAdicional|ciudad&lt;br /&gt;
|codigoDepartamento|correccionHusoHorario|departamento|departamentoOrg&lt;br /&gt;
|direccion|distrito|habitacion|lenguaje|municipio|nombreEdificio|numeroEdificio&lt;br /&gt;
|numeroParcela|pais|piso|region|subDivision|ubicación|zonaPostal|Extensible1.controlInterno1&lt;br /&gt;
|Extensible1.controlInterno2|Extensible1.nombre|Extensible1.valor&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Nota:&#039;&#039;&#039; Si Extensible1.valor se debe enviar un pipe (|) al final de la cadena&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt; direccionDespacho &amp;lt;/font&amp;gt;   ====&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;ID02F2=02F2|aCuidadoDe|aLaAtenciónDe|bloque|buzon|calle|calleAdicional|ciudad&lt;br /&gt;
|codigoDepartamento|correccionHusoHorario|departamento|departamentoOrg&lt;br /&gt;
|direccion|distrito|habitacion|lenguaje|municipio|nombreEdificio|numeroEdificio&lt;br /&gt;
|numeroParcela|pais|piso|region|subDivision|ubicación|zonaPostal|&lt;br /&gt;
Extensible1.controlInterno1|Extensible1.controlInterno2|Extensible1.nombre|Extensible1.valor&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Nota:&#039;&#039;&#039; Si Extensible1.valor se debe enviar un pipe (|) al final de la cadena&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt; direccionEntrega &amp;lt;/font&amp;gt;   ====&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;ID02F3=02F3aCuidadoDe|aLaAtenciónDe|bloque|buzon|calle|calleAdicional|ciudad|codigoDepartamento&lt;br /&gt;
|correccionHusoHorario|departamento|departamentoOrg|direccion|distrito|habitacion&lt;br /&gt;
|lenguaje|municipio|nombreEdificio|numeroEdificio|numeroParcela|pais|piso&lt;br /&gt;
|region|subDivision|ubicación|zonaPostal|Extensible1.controlInterno1|&lt;br /&gt;
Extensible1.controlInterno2|Extensible1.nombre|Extensible1.valor&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Nota:&#039;&#039;&#039; Si Extensible1.valor se debe enviar un pipe (|) al final de la cadena&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
Si se envía:&lt;br /&gt;
&#039;&#039;&#039;EntMerc =&#039;&#039;&#039; ID02F&amp;lt;span style=&amp;quot;color:#000000; background:#00FF00&amp;quot;&amp;gt;%%&amp;lt;/span&amp;gt;ID02F1&amp;lt;span style=&amp;quot;color:#000000; background:#00FF00&amp;quot;&amp;gt;%%&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Si no se desea envía:&lt;br /&gt;
&#039;&#039;&#039;EntMerc =&#039;&#039;&#039; &amp;quot;&amp;quot; &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Observaciones:&#039;&#039;&#039;&lt;br /&gt;
*Los identificadores ID02F1A, 02F1B1, 02F1C, 02F1D1, 02F2A, 02F3A son repetibles&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== String ImpuestosFactura ===&lt;br /&gt;
Esta cadena contiene la información referente a los impuestos aplicados en el documento.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt; ImpuestosGenerales &amp;lt;/font&amp;gt;   ====&lt;br /&gt;
(13 Campos, 12 pipes “|”):&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;ID02G=02G|baseImponibleTOTALImp|codigoTOTALImp|controlInterno|porcentajeTOTALImp&lt;br /&gt;
|unidadMedida|unidadMedidaTributo|valorTOTALImp|valorTributoUnidad|Extensible1.controlInterno1&lt;br /&gt;
|Extensible1.controlInterno2|Extensible1.nombre|Extensible1.valor&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Nota:&#039;&#039;&#039; Si Extensible1.valor se debe enviar un pipe (|) al final de la cadena&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt; ImpuestosTotales &amp;lt;/font&amp;gt;   ====&lt;br /&gt;
(8 Campos, 7 pipes “|”):    &lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;ID02H=02H|codigoTOTALImp|montoTotal|Extensible1.controlInterno1|Extensible1.controlInterno2&lt;br /&gt;
|Extensible1.nombre|Extensible1.valor|redondeoAplicado&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;u&amp;gt;&amp;lt;center&amp;gt;&#039;&#039;&#039;ImpuestosFactura =&#039;&#039;&#039; ID02G&amp;lt;span style=&amp;quot;color:#000000; background:#00FF00&amp;quot;&amp;gt;%%&amp;lt;/span&amp;gt;ID02H&amp;lt;/center&amp;gt;&amp;lt;/u&amp;gt;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Nota:&#039;&#039;&#039; En caso de enviar el campo redondeoAplicado vacío se tomará por defecto 0.00&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Nota:&#039;&#039;&#039; Si el campo redondeoAplicado  se encuentra vacío debe enviar un pipe (|) al final de la cadena.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;u&amp;gt;Obsercaciones:&amp;lt;/u&amp;gt;&lt;br /&gt;
*Los identificadores ID02G, ID02H son repetibles&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
=== String MpOcTe ===&lt;br /&gt;
Esta cadena contiene la información referente a Medios de pagos, Orden de compra y términos de entrega. &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt; MediosPago &amp;lt;/font&amp;gt;   ====&lt;br /&gt;
(15 Campos, 14 pipes “|”):&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;ID02J=02J|codigoBanco|codigoCanalPago|codigoReferencia|fechaDeVencimiento|medioPago|metodoDePago&lt;br /&gt;
|nombreBanco|numeroDeReferencia|numeroDias|numeroTransferencia|Extensible1.controlInterno1&lt;br /&gt;
|Extensible1.controlInterno2|Extensible1.nombre|Extensible1.valor&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Nota:&#039;&#039;&#039; Si Extensible1.valor se debe enviar un pipe (|) al final de la cadena  &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt; MediosPago &amp;lt;/font&amp;gt;   ====&lt;br /&gt;
(15 Campos, 14 pipes “|”):&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;ID02J=02J|codigoBanco|codigoCanalPago|codigoReferencia|fechaDeVencimiento|medioPago|metodoDePago&lt;br /&gt;
|nombreBanco|numeroDeReferencia|numeroDias|numeroTransferencia|Extensible1.controlInterno1&lt;br /&gt;
|Extensible1.controlInterno2|Extensible1.nombre|Extensible1.valor&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Nota:&#039;&#039;&#039; Si Extensible1.valor se debe enviar un pipe (|) al final de la cadena  &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt; Orden_Compra  &amp;lt;/font&amp;gt;   ====&lt;br /&gt;
(12 Campos, 11 pipes “|”): &lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;ID02K=02K|codigoCliente|fecha|numeroOrden|numeroPedido|tipoCUFE|tipoOrden&lt;br /&gt;
|uuid|Extensible1.controlInterno1|Extensible1.controlInterno2|Extensible1.nombre|Extensible1.valor&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Nota:&#039;&#039;&#039; Si Extensible1.valor se debe enviar un pipe (|) al final de la cadena  &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt; Terminos_Entrega &amp;lt;/font&amp;gt;   ====&lt;br /&gt;
(10 Campos, 9 pipes “|”):    &lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;ID02N=02N|codigoCondicionEntrega|costoTransporte|identificacion|monto&lt;br /&gt;
|responsableEntrega|Extensible1.controlInterno1|Extensible1.controlInterno2|Extensible1.nombre|Extensible1.valor&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Nota:&#039;&#039;&#039; Si Extensible1.valor se debe enviar un pipe (|) al final de la cadena&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;u&amp;gt;&amp;lt;center&amp;gt;&#039;&#039;&#039;MpOcTe =&#039;&#039;&#039; ID02J&amp;lt;span style=&amp;quot;color:#000000; background:#00FF00&amp;quot;&amp;gt;%%&amp;lt;/span&amp;gt;ID02K&amp;lt;span style=&amp;quot;color:#000000; background:#00FF00&amp;quot;&amp;gt;%%&amp;lt;/span&amp;gt;ID02N&amp;lt;/center&amp;gt;&amp;lt;/u&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Observaciones:&#039;&#039;&#039;&lt;br /&gt;
*Los identificadores ID02J, ID02K son repetibles&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== String TcTcaIa ===&lt;br /&gt;
Esta cadena contiene la información referente a la tasa de cambio, tasa de cambio alternativa e información adicional.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt; TasaCambio &amp;lt;/font&amp;gt;   ====&lt;br /&gt;
(13 Campos, 12 pipes “|”):&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;ID02L=02L|baseMonedaDestino|baseMonedaOrigen|fechaDeTasaDeCambio|indicadorDeTasa&lt;br /&gt;
|monedaDestino|monedaOrigen|operadorCalculo|tasaDeCambio|Extensible1.controlInterno1&lt;br /&gt;
|Extensible1.controlInterno2|Extensible1.nombre|Extensible1.valor&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Nota:&#039;&#039;&#039; Si Extensible1.valor se debe enviar un pipe (|) al final de la cadena&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt; TasaCambioAlternativa &amp;lt;/font&amp;gt;   ====&lt;br /&gt;
(13 Campos, 12 pipes “|”):&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;ID02M=02M|baseMonedaDestino|baseMonedaOrigen|fechaDeTasaDeCambio|indicadorDeTasa&lt;br /&gt;
|monedaDestino|monedaOrigen|operadorCalculo|tasaDeCambio|Extensible1.controlInterno1&lt;br /&gt;
|Extensible1.controlInterno2|Extensible1.nombre|Extensible1.valor&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Nota:&#039;&#039;&#039; Si Extensible1.valor se debe enviar un pipe (|) al final de la cadena&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt; InformacionAdicional  &amp;lt;/font&amp;gt;   ====&lt;br /&gt;
(2 Campos, 1 pipes “|”):    &lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;ID02I=02I|Texto&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;u&amp;gt;&amp;lt;center&amp;gt;&#039;&#039;&#039;TcTcaIa=&#039;&#039;&#039; ID02L&amp;lt;span style=&amp;quot;color:#000000; background:#00FF00&amp;quot;&amp;gt;%%&amp;lt;/span&amp;gt;ID02M&amp;lt;span style=&amp;quot;color:#000000; background:#00FF00&amp;quot;&amp;gt;%%&amp;lt;/span&amp;gt;ID02I&amp;lt;/center&amp;gt;&amp;lt;/u&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Observaciones:&#039;&#039;&#039;&lt;br /&gt;
*Los identificadores ID02I son repetibles&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== String DetalleDeFactura ===&lt;br /&gt;
Esta cadena contiene la información referente a los items &lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt; DetalleDeFactura &amp;lt;/font&amp;gt;   ====&lt;br /&gt;
(43 Campos, 42 pipes “|”):&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;ID03=03|cantidaPorEmpaque|CantidadReal|CantidadRealUnidadMedida|cantidadUnidades&lt;br /&gt;
|codigoFabricante|codigoIdentificacionPais|codigoProducto|codigoTipoPrecio|descripcion&lt;br /&gt;
|descripcionTecnica|estandarCodigo|estandarCodigoID|estandarCodigoIdentificador|estandarCodigoProducto&lt;br /&gt;
|estandarOrganizacion|estandarSubcodigoProducto|mandatorioNumeroIdentificacion|mandatorioNumeroIdentificacionDV&lt;br /&gt;
|mandatorioTipoIdentificacion|marca|modelo|muestraGratis|NombreFabricante|nota|precioReferencia&lt;br /&gt;
|precioTotal|precioTotalSinImpuestos|PrecioVentaUnitario|secuencia|seriales|subCodigoFabricante&lt;br /&gt;
|subcodigoProducto|tipoAIU|unidadMedida|informacionAdicional|Extensible1.controlInterno1&lt;br /&gt;
|Extensible1.controlInterno2|Extensible1.nombre|Extensible1.valor|descripcion2|descripcion3| idEsquema&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Nota:&#039;&#039;&#039; Si envía vacío el campo idEsquema se debe enviar un pipe (|) al final de la cadena  &lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt; DF_CargosDescuentos &amp;lt;/font&amp;gt;   ====&lt;br /&gt;
(12 Campos, 11 pipes “|”):&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;ID03A=03A|codigo|descripcion|indicador|monto|montoBase|porcentaje|secuencia&lt;br /&gt;
|Extensible1.controlInterno1|Extensible1.controlInterno2|Extensible1.nombre|Extensible1.valor&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Nota:&#039;&#039;&#039; Si Extensible1.valor se debe enviar un pipe (|) al final de la cadena  &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt; DF_ImpDet  &amp;lt;/font&amp;gt;   ====&lt;br /&gt;
(13 Campos, 12 pipes “|”):&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;ID03C=03C|baseImponibleTOTALImp|codigoTOTALImp|controlInterno|porcentajeTOTALImp&lt;br /&gt;
|unidadMedida|unidadMedidaTributo|valorTOTALImp|valorTributoUnidad|Extensible1.controlInterno1&lt;br /&gt;
|Extensible1.controlInterno2|Extensible1.nombre|Extensible1.valor&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Nota:&#039;&#039;&#039; Si Extensible1.valor se debe enviar un pipe (|) al final de la cadena  &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt; DF_ImpTot  &amp;lt;/font&amp;gt;   ====&lt;br /&gt;
(8 Campos, 7 pipes “|”):    &lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;ID03D=03D|codigoTOTALImp|montoTotal|Extensible1.controlInterno1|Extensible1.controlInterno2&lt;br /&gt;
|Extensible1.nombre|Extensible1.valor|redondeoAplicado&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Nota:&#039;&#039;&#039; En caso de enviar el campo redondeoAplicado vacio se tomara por defecto 0.00&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Nota:&#039;&#039;&#039;&amp;lt;span style=&amp;quot;color:#000000; background:#FFFF00&amp;quot;&amp;gt; Si el campo redondeoAplicado  se encuentra vacío debe enviar un pipe (|) al final de la cadena &amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Observaciones:&#039;&#039;&#039;&lt;br /&gt;
*Separación entre campos del ítem: $$&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt; DF_InformacionAdicional    &amp;lt;/font&amp;gt;   ====&lt;br /&gt;
(7 Campos, 6 pipes “|”):    &lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;ID03E=03E|nombre|valor|código|cantidad|secuencia|unidadMedidaTransporte&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Nota:&#039;&#039;&#039;Si el campo unidadMedidaTransporte se encuentra vacío debe enviar un pipe (|) al final de la cadena &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Observaciones:&#039;&#039;&#039;&lt;br /&gt;
*Separación entre ítems: ¬(Ejemplo: item1¬item2)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;u&amp;gt;&amp;lt;center&amp;gt;&#039;&#039;&#039;DetalleDeFactura =&#039;&#039;&#039;ID03&amp;lt;span style=&amp;quot;color:#000000; background:#00FF00&amp;quot;&amp;gt;$$&amp;lt;/span&amp;gt;ID03A&amp;lt;span style=&amp;quot;color:#000000; background:#00FF00&amp;quot;&amp;gt;$$&amp;lt;/span&amp;gt;ID03C&amp;lt;span style=&amp;quot;color:#000000; background:#00FF00&amp;quot;&amp;gt;$$&amp;lt;/span&amp;gt;ID03D&amp;lt;span style=&amp;quot;color:#000000; background:#00FF00&amp;quot;&amp;gt;$$&amp;lt;/span&amp;gt;ID03E (Si se envía descuento) &amp;lt;/u&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;u&amp;gt;&amp;lt;center&amp;gt;&#039;&#039;&#039;DetalleDeFactura =&#039;&#039;&#039;ID03&amp;lt;span style=&amp;quot;color:#000000; background:#00FF00&amp;quot;&amp;gt;$$&amp;lt;/span&amp;gt;ID03C&amp;lt;span style=&amp;quot;color:#000000; background:#00FF00&amp;quot;&amp;gt;$$&amp;lt;/span&amp;gt;ID03D&amp;lt;span style=&amp;quot;color:#000000; background:#00FF00&amp;quot;&amp;gt;$$&amp;lt;/span&amp;gt;ID03E &amp;lt;span style=&amp;quot;color:#000000; background:#00FF00&amp;quot;&amp;gt;$$&amp;lt;/span&amp;gt;ID03E (Si NO se envía descuento) &amp;lt;/u&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;u&amp;gt;&amp;lt;center&amp;gt;&#039;&#039;&#039;DetalleDeFactura =&#039;&#039;&#039;ID03&amp;lt;span style=&amp;quot;color:#000000; background:#00FF00&amp;quot;&amp;gt;$$&amp;lt;/span&amp;gt;ID03C&amp;lt;span style=&amp;quot;color:#000000; background:#00FF00&amp;quot;&amp;gt;$$&amp;lt;/span&amp;gt;ID03D (Si NO se envía descuento ni información Adicional) &amp;lt;/u&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== String Extras ===&lt;br /&gt;
Esta cadena contiene los campos extras que se deseen agregar al objeto factura.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;u&amp;gt;&amp;lt;center&amp;gt;&#039;&#039;&#039;Extras = &#039;&#039;&#039;&amp;lt;font color=&amp;quot;Blue&amp;gt;04&amp;lt;/font&amp;gt;ID03A|controlInterno1|controlInterno2|nombre|pdf|valor|xml&amp;lt;/u&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Observaciones:&#039;&#039;&#039;&lt;br /&gt;
*El string Extras es repetible.&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== String SectorSalud ===&lt;br /&gt;
Esta cadena contiene la información referente al sector salud:&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt; sectorSalud &amp;lt;/font&amp;gt;   ====&lt;br /&gt;
(4 Campos, 3 pipes “|”):&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;ID06=06|TipoIdentificacion|IdPersonalizacion|TipoEscenario&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt; DireccionResidencia &amp;lt;/font&amp;gt;   ====&lt;br /&gt;
(30 Campos, 29 pipes “|”):&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;ID06A=06A|aCuidadoDe|aLaAtenciónDe|bloque|buzon|calle|calleAdicional|ciudad&lt;br /&gt;
|codigoDepartamento|correccionHusoHorario|departamento|departamentoOrg|direccion&lt;br /&gt;
|distrito|habitacion|lenguaje|municipio|nombreEdificio|numeroEdificio|numeroParcela&lt;br /&gt;
|pais|piso|region|subDivision|ubicación|zonaPostal|Extensible1.controlInterno1&lt;br /&gt;
|Extensible1.controlInterno2|Extensible1.nombre|Extensible1.valor&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt; CamposGenerales  &amp;lt;/font&amp;gt;   ====&lt;br /&gt;
(3 Campos, 2 pipes “|”):&lt;br /&gt;
&lt;br /&gt;
Esta cadena contiene la información referente a los Pacientes. &lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;ID06B=06B|Nombre|Valor&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Nota:&#039;&#039;&#039;Los camposGenerales se encuentran numerados según el orden establecido en la resolución.&lt;br /&gt;
*El string CamposGenerales es repetible. &lt;br /&gt;
&amp;lt;u&amp;gt;&amp;lt;center&amp;gt;&#039;&#039;&#039;Separación entre Pacientes:&#039;&#039;&#039;&amp;lt;/u&amp;gt; &amp;lt;span style=&amp;quot;color:#000000; background:#FFFF00&amp;quot;&amp;gt;“¬”&amp;lt;/span&amp;gt;  &amp;lt;span style=&amp;quot;color:#000000; background:#FFFF00&amp;quot;&amp;gt;(Ejemplo: Paciente1¬Paciente2)&amp;lt;/span&amp;gt;  &lt;br /&gt;
 &amp;lt;/center&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt; Sextras &amp;lt;/font&amp;gt;   ====&lt;br /&gt;
(7 Campos, 6 pipes “|”):&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;ID06C=06C|controlInterno1|controlInterno2|nombre|pdf|valor|xml&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
*El string Extras es repetible. &lt;br /&gt;
&amp;lt;u&amp;gt;&amp;lt;center&amp;gt;&#039;&#039;&#039;SectorSalud= &#039;&#039;&#039; ID06 +&amp;lt;span style=&amp;quot;color:#000000; background:#00FF00&amp;quot;&amp;gt;“%”&amp;lt;/span&amp;gt; + ID06A + &amp;lt;span style=&amp;quot;color:#000000; background:#00FF00&amp;quot;&amp;gt;“%%”&amp;lt;/span&amp;gt; + ID06B + &amp;lt;span style=&amp;quot;color:#000000; background:#00FF00&amp;quot;&amp;gt;“%%”&amp;lt;/span&amp;gt;+ ID06C  &lt;br /&gt;
 &amp;lt;/center&amp;gt;&amp;lt;/u&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== String Adjunto ===&lt;br /&gt;
Caracter que establece si el documento que se emite contendrá o no adjuntos. Valores posibles:&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
* “0” No se admiten adjuntos. Se genera XML y representación Gráfica estándar por The Factory HKA.&lt;br /&gt;
* “1” Admite archivos adjuntos. Se genera XML y representación Gráfica estándar por The Factory HKA.&lt;br /&gt;
* “10” No se admiten adjuntos. Se genera solo XML sin representación Gráfica estándar por The Factory HKA.&lt;br /&gt;
* “11” Admite archivos adjuntos. Se genera solo XML sin representación gráfica estándar por The Factory HKA.&lt;br /&gt;
&lt;br /&gt;
=== String debugMode ===&lt;br /&gt;
Flag para indicar a la dll que registre el log de debug en pruebas.&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Respuesta de método Enviar ===&lt;br /&gt;
Las respuestas se darán en un archivo de texto plano con nombre hkafact21fresult.txt con la siguiente estructura:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:01|codigo|consecutivoDocumento|cufe|fechaRespuesta|hash|mensaje|resultado|tipoCufe|1|nombre|fechaAceptacionDIAN&lt;br /&gt;
&lt;br /&gt;
:01A|mensajeValidacion &lt;br /&gt;
&lt;br /&gt;
:01B|reglasValidacionDIAN&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Nota:&#039;&#039;&#039;El string del QR se escribe en un archivo de texto llamado string_QR.txt&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Nota:&#039;&#039;&#039;La dll también dispone del método EnviarCustom, similar al anterior con la diferencia de que este método permite generar el archivo plano de resultado con un nombre diferente y en un directorio distinto al local mediante el parámetro NombreArchivo. Para más detalles ver código ejemplo suministrado en el SDK. &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;== &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;Método EnviarArchivo &amp;lt;/font&amp;gt;==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Función que permite adjuntar o enviar archivos (anexos) por email durante la emisión del documento electrónico. Este método se ejecuta después de consumir el método Enviar con el parámetro adjuntos en “1” o en “11”. &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039; Declaración &#039;&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt; INT EnviarArchivo (string URLAdj, string tokenEmpresa, string tokenPassword, string ndocumento, string enviar, string formato, string nombre, string tipo, string email, string ruta, bool debugMode).&amp;lt;/pre&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039; String URLAdj&#039;&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
*URL del servicio de carga de Adjuntos (Sin ?wsdl).&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039; String tokenEmpresa &#039;&#039;&#039;  &amp;lt;/big&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
*Token asignado por la plataforma de TFHKA.&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039;String tokenPassword&#039;&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
*Token asignado por la plataforma de TFHKA.&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039;String ndocumento &#039;&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
Prefijo y consecutivo del Documento electrónico concatenado sin separadores (Documento al cual se adjuntará el archivo).&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039; String enviar &#039;&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
Parámetro que indica la finalización de la carga de adjuntos. Posee dos valores:&lt;br /&gt;
* “0” Adjunta el archivo y lo asocia al documento electrónico sin enviar el email al Adquiriente.&lt;br /&gt;
* “1” Adjunta el archivo y lo asocia al documento electrónico y envía el email al Adquiriente.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039;String formato &#039;&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
Extension del archivo adjunto, formatos permitidos: png, bmp, jpg, pdf, doc, docx, xsl, xlsx, ppt, pptx.&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039;String nombre &#039;&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
Nombre que tomará el archive adjunto.&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039;String tipo &#039;&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
“1” Declaramos en la Clase Adjunto (Class.Adjunto) en Tipo &amp;quot;1&amp;quot; cuando queremos generar la representación gráfica obtenida por el ERP.&amp;lt;br/&amp;gt;&lt;br /&gt;
“2” Declaramos en la Clase Adjunto (Class.Adjunto) en Tipo &amp;quot;2&amp;quot; Cuando se van a enviar otros documentos adicionales a la factura, es decir, que estos documentos van a quedar en una cola sin que se haga ningún tipo de envío sin antes indicárselo a la plataforma. Para esto, el&amp;lt;strong&amp;gt; parámetro &amp;lt;enviar&amp;gt; &amp;lt;/strong&amp;gt;se debe declarar en cero &#039;0&#039;, para indicarle a nuestra plataforma que sincronice el adjunto pero sin enviarlo. Finalmente cuando se declare el último adjunto se debe declarar el &amp;lt;strong&amp;gt;parámetro &amp;lt;enviar&amp;gt;&amp;lt;/strong&amp;gt; en &amp;quot;1&amp;quot;, así nuestra plataforma entiende que es el último adjunto, por tanto envía este último documento más los anteriores que se encontraban en la cola. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039;String email&#039;&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
Correo al cual se dese enviar el XML (AttachedDocument), la Representación Gráfica y los anexos o adjuntos.&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039; String ruta &#039;&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
Cadena de caracteres con la ubicación del archivo que será enviado a través del servicio.&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039;String debugMode&#039;&#039;&#039;&amp;lt;/big&amp;gt; &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Flag para indicar a la dll que registre el log de debug en pruebas.&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;font color= &amp;quot;Red&amp;quot;&amp;gt;&#039;&#039;&#039;@IMPORTANTE:&#039;&#039;&#039;&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Al emitir un documento electrónico con el parámetro Adjunto en “1” u “11” el email no se enviará al adquiriente hasta no consumir el método &#039;&#039;&#039;EnviarArchivo.&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Respuesta de método EnviarArchivo===&lt;br /&gt;
Las respuestas se darán en un archivo de texto plano con nombre hkafact21fresult.txt con la siguiente estructura:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:01|codigo| mensaje|resultado&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;== &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;Método EstadoDocumento &amp;lt;/font&amp;gt;==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Función que permite consultar el estado de un documento emitido previamente.  &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039; Declaración &#039;&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt; INT EstadoDocumento (string URL, string tokenEmpresa, string tokenPassword, string documento, bool debugMode)&amp;lt;/pre&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039; String URLAdj&#039;&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
*URL del servicio de carga de Adjuntos (Sin ?wsdl).&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039; String tokenEmpresa &#039;&#039;&#039;  &amp;lt;/big&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
*Token asignado por la plataforma de TFHKA.&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039;String tokenPassword&#039;&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
*Token asignado por la plataforma de TFHKA.&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039;String ndocumento &#039;&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
Prefijo y consecutivo del Documento electrónico concatenado sin separadores (Documento al cual se adjuntará el archivo).&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039;String debugMode&#039;&#039;&#039;&amp;lt;/big&amp;gt; &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Flag para indicar a la dll que registre el log de debug en pruebas.&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Respuesta método EstadoDocumento===&lt;br /&gt;
Las respuestas se darán en un archivo de texto plano con nombre hkafact21fresult con la siguiente estructura:Las respuestas se darán en un archivo de texto plano con nombre hkafact21fresult.txt con la siguiente estructura:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:01|codigo|estatusDocumento|ambiente|cadenaCufe|consecutivo|cufe|descripcionDocumento|descripcionEstatusDocumento|entregaMetodoDIAN&lt;br /&gt;
:|esValidoDIAN|estatusDocumento|fechaDocumento|mensaje|mensajeDocumento|poseeAdjuntos|poseeRepresentacionGrafica|resultado&lt;br /&gt;
:|tipoCufe|tipoDocumento|trackID|fechaAceptacionDIAN&lt;br /&gt;
&lt;br /&gt;
:01A|ambienteDIAN|codigo|comentario|cufe|descripcionEvento|emisorNumeroDocumento|emisorNumeroDocumentoDV|emisorRazonSocial&lt;br /&gt;
:|emisorTipoIdentificacion|fechaEmision|fechaRecepcion|hash|idPerfilDIAN|mensaje|nombreArchivoXML|nota|numeroDelEvento&lt;br /&gt;
:|receptorNumeroDocumento|receptorNumeroDocumentoDV|receptorRazonSocial|receptorTipoIdentificacion|resultado|tipoCufe|&lt;br /&gt;
:tipoEvento|versionUBL|xml&lt;br /&gt;
&lt;br /&gt;
:01A1|codigoInterno1|codigoInterno2|nombre|valor	&lt;br /&gt;
&lt;br /&gt;
:01B|canalDeEntrega|email|entregaEstatus|entregaEstatusDescripcion|entregaFecha|fechaProgramada|mensajePersonalizado&lt;br /&gt;
:|nitProveedorReceptor|recepcionEmailComentario|recepcionEmailEstatus|recepcionEmailFecha|recepcionEmailIPAddress|telefono&lt;br /&gt;
&lt;br /&gt;
:01C|reglasValidacionDIAN&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Nota:&#039;&#039;&#039;El string del QR se escribe en un archivo de texto llamado string_QR.txt&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Nota:&#039;&#039;&#039;La dll también dispone del método EstadoDocumentoCustom, similar al anterior con la diferencia de que este método permite generar el archivo plano de resultado con un nombre diferente y en un directorio distinto al local mediante el parámetro NombreArchivo. Para más detalles ver código ejemplo suministrado en el SDK. &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;== &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;Método FoliosRestantes  &amp;lt;/font&amp;gt;==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Función que permite consultar la cantidad de folios disponibles&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039; Declaración &#039;&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt; INT FoliosRestantes (string URL, string tokenEmpresa, string tokenPassword, string otro, bool debugMode)&amp;lt;/pre&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039; String URLAdj&#039;&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
*URL del servicio de carga de Adjuntos (Sin ?wsdl).&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039; String tokenEmpresa &#039;&#039;&#039;  &amp;lt;/big&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
*Token asignado por la plataforma de TFHKA.&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039;String tokenPassword&#039;&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
*Token asignado por la plataforma de TFHKA.&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;bi&amp;gt;&#039;&#039;&#039; String otro &#039;&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
Actualmente en desuso, campo reservado para futuras versiones.&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039;String debugMode&#039;&#039;&#039;&amp;lt;/big&amp;gt; &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Flag para indicar a la dll que registre el log de debug en pruebas.&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Respuesta método FoliosRestantes:===&lt;br /&gt;
Las respuestas se darán en un archivo de texto plano con nombre hkafact21fresult con la siguiente estructura:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:código|foliosRestantes|mensaje|resultados.&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;== &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;Método EnvioCorreoAdjuntos &amp;lt;/font&amp;gt;==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Función que permite reenviar el correo de notificación que se emite cuando se genera un documento electrónico con adjuntos &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039; Declaración &#039;&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt; INT EnvioCorreoAdjuntos (string URL, string tokenEmpresa, string tokenPassword, string documento,&lt;br /&gt;
 string correo, string adjunto, bool debugMode)&amp;lt;/pre&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039; String URLAdj&#039;&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
*URL del servicio de carga de Adjuntos (Sin ?wsdl).&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039; String tokenEmpresa &#039;&#039;&#039;  &amp;lt;/big&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
*Token asignado por la plataforma de TFHKA.&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039;String tokenPassword&#039;&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
*Token asignado por la plataforma de TFHKA.&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039; String documento &#039;&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Prefijo y consecutivo del Documento electrónico concatenado sin separadores (Documento que se quiere reenviar).&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039; String correo&#039;&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Correo al cual se dese enviar el XML (AttachedDocument) y la Representación Gráfica Estándar si aplica.&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039; String adjunto&#039;&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Carácter que establece si el documento será reenviado con adjuntos. Valores posibles:&lt;br /&gt;
* “0” Realiza el reenvió del correo sin adjuntos&lt;br /&gt;
* “1” Realiza el reenvió del correo con los adjuntos almacenados durante la emisión del documento.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039;String debugMode&#039;&#039;&#039;&amp;lt;/big&amp;gt; &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Flag para indicar a la dll que registre el log de debug en pruebas.&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Respuesta método EnvioCorreoAdjuntos===&lt;br /&gt;
Las respuestas se darán en un archivo de texto plano con nombre hkafact21fresult con la siguiente estructura:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:código|mensaje|resultados.&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Nota:&#039;&#039;La dll también dispone del método EnvioCorreo, similar al anterior con la diferencia de que este no contiene el parámetro adjunto.&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;== &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;Método DescargarXML &amp;lt;/font&amp;gt;==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Función que permite descargar el XML Fiscal de un documento emitido previamente (solo el documento electrónico Invoice, CreditNote y DebitNote). El archivo XML es creado en el directorio local de la aplicación.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039; Declaración &#039;&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt; INT DescargarXML (string URL, string tokenEmpresa, string tokenPassword, string documento, bool debugMode))&amp;lt;/pre&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039; String URLAdj&#039;&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
*URL del servicio de carga de Adjuntos (Sin ?wsdl).&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039; String tokenEmpresa &#039;&#039;&#039;  &amp;lt;/big&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
*Token asignado por la plataforma de TFHKA.&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039;String tokenPassword&#039;&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
*Token asignado por la plataforma de TFHKA.&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039; String documento &#039;&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Prefijo y consecutivo del Documento electrónico concatenado sin separadores (Documento que se quiere consultar).&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039;String debugMode&#039;&#039;&#039;&amp;lt;/big&amp;gt; &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Flag para indicar a la dll que registre el log de debug en pruebas.&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Respuesta método DescargarXML ===&lt;br /&gt;
Las respuestas se darán en un archivo de texto plano con nombre hkafact21fresult con la siguiente estructura:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
código|mensaje|resultados.&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;== &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;Método DescargarPDF  &amp;lt;/font&amp;gt;==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Función que permite descargar la Representación Gráfica Estándar de un documento emitido previamente. El archivo PDF es creado en el directorio local de la aplicación.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039; Declaración &#039;&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;INT DescargarPDF (string URL, string tokenEmpresa, string tokenPassword, string documento, bool debugMode)&amp;lt;/pre&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039; String URLAdj&#039;&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
*URL del servicio de carga de Adjuntos (Sin ?wsdl).&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039; String tokenEmpresa &#039;&#039;&#039;  &amp;lt;/big&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
*Token asignado por la plataforma de TFHKA.&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039;String tokenPassword&#039;&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
*Token asignado por la plataforma de TFHKA.&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039; String documento &#039;&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Prefijo y consecutivo del Documento electrónico concatenado sin separadores (Documento que se quiere consultar).&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039;String debugMode&#039;&#039;&#039;&amp;lt;/big&amp;gt; &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Flag para indicar a la dll que registre el log de debug en pruebas.&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Respuesta método DescargarPDF ===&lt;br /&gt;
Las respuestas se darán en un archivo de texto plano con nombre hkafact21fresult con la siguiente estructura:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
código|mensaje|resultados.&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;font color= &amp;quot;Red&amp;quot;&amp;gt;&#039;&#039;&#039;@IMPORTANTE:&#039;&#039;&#039;&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Si durante la emisión del documento (método &#039;&#039;&#039;Enviar&#039;&#039;&#039;) el parámetro &#039;&#039;&#039;adjuntos&#039;&#039;&#039; se asignó en “10” u “11”, la plataforma The Factory HKA - DFACTURE no generará representación gráfica (PDF) estándar, por lo tanto no se puede consumir éste método ya que el servicio arrojará un error indicando que NO existe PDF asociado, ya que se asume que la representación gráfica ha sido generada de manera local por el software de facturación (ERP). &lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;== &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;Método GenerarContenedor  &amp;lt;/font&amp;gt;==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Función que permite descargar el XML AttachedDocument de un documento emitido previamente (Este archivo contiene el XML de un documento electrónico (Invoice, CreditNote ó DebitNote) y todos los eventos (ApplicationResponse) generados hasta la fecha). El archivo XML es creado en el directorio local de la aplicación.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039; Declaración &#039;&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;INT GenerarContenedor (string URL, string tokenEmpresa, string tokenPassword, string documento, bool debugMode)&amp;lt;/pre&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039; String URLAdj&#039;&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
*URL del servicio de carga de Adjuntos (Sin ?wsdl).&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039; String tokenEmpresa &#039;&#039;&#039;  &amp;lt;/big&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
*Token asignado por la plataforma de TFHKA.&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039;String tokenPassword&#039;&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
*Token asignado por la plataforma de TFHKA.&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039; String documento &#039;&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Prefijo y consecutivo del Documento electrónico concatenado sin separadores (Documento que se quiere consultar).&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039;String debugMode&#039;&#039;&#039;&amp;lt;/big&amp;gt; &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Flag para indicar a la dll que registre el log de debug en pruebas.&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Respuesta método GenerarContenedor ===&lt;br /&gt;
Las respuestas se darán en un archivo de texto plano con nombre hkafact21fresult con la siguiente estructura:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
código|mensaje|Fecha|Hash|resultados.&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;== &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;Ejemplo Strings Método Enviar &amp;lt;/font&amp;gt;==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
* Url= http://demoemision21.thefactoryhka.com.co/ws/v1.0/Service.svc &#039;&lt;br /&gt;
* TokenEmp=&#039;xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx&#039;&lt;br /&gt;
* TokenPas=&#039;xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx&#039;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039;GESTION DE STRINGS PARA PARAMETRO: datos_Cliente&#039;&#039;&#039;&amp;lt;/big&amp;gt; &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
* ID01=&amp;quot;01|Cristche|1|Evardho|ParedesMarquina|746260|31|email@gmail.com|3185853106|SI|0812|CHEV DEV|Cristche Paredes|cliente importante|0|123123123|||||&amp;quot;&lt;br /&gt;
* ID01A = &amp;quot;01A|0|email1@thefactoryhka.com;email2@gmail.com|2019-07-31 13:01:01|Mensaje programadito||1235467|||||&amp;quot;&lt;br /&gt;
* ID01B = &amp;quot;01B|01|||||&amp;quot;&lt;br /&gt;
* ID01E = &amp;quot;01E|1|Cristche Paredes|746260|0|456456|FE1|31&amp;quot;&lt;br /&gt;
* ID01F = &amp;quot;01F|O-13|04|||||&amp;quot;&lt;br /&gt;
* ID01C = &amp;quot;01C|Fulano|Sutano|1|POXBOX01|Principal|Los Chaimas|Bogotá, D.C.|11|-66.01|Bogotá|Soporte|Kr #71D 76-15|Los :Andes|Principal|es|11001|Chaima|16a|78|CO|2|sur|parcela||111061|||||&amp;quot;&lt;br /&gt;
* ID01D = &amp;quot;01D|Fulano|Sutano|1|POXBOX01|Principal|Los Chaimas|Bogotá, D.C.|11|-66.01|Bogotá|Soporte|Kr #71D 76-15|Los :Andes|Principal|es|11001|Chaima|16a|78|CO|2|sur|parcela||111061|||||&amp;quot;&lt;br /&gt;
:datos_Cliente = ID01 + &amp;quot;%&amp;quot; + ID01A + &amp;quot;%&amp;quot; + ID01B + &amp;quot;%&amp;quot; + ID01E + &amp;quot;%&amp;quot; + ID01F + &amp;quot;%%&amp;quot; + ID01C + &amp;quot;%%&amp;quot; + ID01D&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039;GESTION DE STRINGS PARA PARAMETRO: datos_factura&#039;&#039;&#039;&amp;lt;/big&amp;gt; &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
* datos_factura= &amp;quot; 02|01|CONSECUTIVO|RANGO-CAMPODESDE|2019-11-29 00:00:00|2019-10-29|COP|0.00|0.00|5980.00|7116.20|2||||0.00|10|0.00|5980.00|7116.20|0.00|1|&amp;quot;&lt;br /&gt;
* **datos_factura =&amp;quot;02|01|CONSECUTIVO|RANGO-CAMPODESDE|2019-11-29 00:00:00|2019-10-29|COP|0.00|0.00|5980.00|7116.20|2||||0.00|10|0.00|5980.00|7116.20|0.00|1|2&amp;quot; (Con  el campo tipoSector)&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039;GESTION DE STRINGS PARA PARAMETRO: anticAutorizado_CargDesc&#039;&#039;&#039;&#039;&amp;lt;/big&amp;gt; &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
* ID02A = &amp;quot;02A|2019-07-21|2019-07-21|12:12:12|1|instruccion|||||&amp;quot; (No es obligatorio)&lt;br /&gt;
* ID02A = &amp;quot;02A|&amp;quot;&lt;br /&gt;
* ID02B = &amp;quot;02B|&amp;quot; (No es obligatorio para nada)&lt;br /&gt;
* ID02B = &amp;quot;02B|&amp;quot;&lt;br /&gt;
* ID02C = &amp;quot;02C|11|descripcion del descuento|0|100.00|1980.00|5.00|1|||||&amp;quot; (No es obligatorio)&lt;br /&gt;
* ID02C = &amp;quot;02C|&amp;quot;&lt;br /&gt;
* anticAutorizado_CargDesc = ID02A + &amp;quot;%%&amp;quot; + ID02B + &amp;quot;%%&amp;quot; + ID02C&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039;GESTION DE STRINGS PARA PARAMETRO: CP_DR&#039;&#039;&#039;&#039;&amp;lt;/big&amp;gt; &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
* ID02D = &amp;quot;02D||nota en codicion de pago|10|1|2019-07-31|1|1|100.00|50.00|150.00|2019-07-21|2019-07-31|10.00|90.00|111222333&amp;quot; (No es obligatorio)&lt;br /&gt;
* ID02D = &amp;quot;02D|&amp;quot;&lt;br /&gt;
* ID02E=&amp;quot;02E|6|4|4191110db1f3c8060a4ce34e40c6ec6541ac1bd248264624bfe1b60fdf02aea7e15c5a49969cc08f498b938a9e3cd954|2019-07-29|2019-07-29|2019-07-29|PRUE21|CUFE-SHA384|Factura de Ventas|01|||||| || ¬02E1|descipcion documento referenciado&amp;quot; (Condicionado)&lt;br /&gt;
* ID02E=&amp;quot;02E|5|4|4191110db1f3c8060a4ce34e40c6ec6541ac1bd248264624bfe1b60fdf02aea7e15c5a49969cc08f498b938a9e3cd954|2019-07-29|2019-07-29|2019-07-29|PRUE21|CUFE-SHA384|Factura de Ventas|01|||||Copago|100.00|900895784 (con  los campos conceptoRecaudo,monto,numeroIdentificacion)&lt;br /&gt;
* ID02E = &amp;quot;02E|&amp;quot;&lt;br /&gt;
* CP_DR = ID02D + &amp;quot;%%&amp;quot; + ID02E&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039;GESTION DE STRINGS PARA PARAMETRO: EntMerc&#039;&#039;&#039;&amp;lt;/big&amp;gt; &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
* ID02F = &amp;quot;02F|2019-06-27 11:32:30|2019-06-29 11:32:30|2019-07-01 11:32:30|2019-07-01 11:32:30|1|ABCD123|||||&amp;quot;&lt;br /&gt;
* ID02F1 = &amp;quot;02F1|mail@gmail.com|1|1|Fulanito Gonzales|Pedrito Perez|Mercancia delicada|800123456|2|QWERT|PRUE|123456789|3451269|31|Juan Lopez|40012365|1|13|||||&amp;quot;&lt;br /&gt;
* ID02F1A = &amp;quot;02F1A|01|||||&amp;quot;&lt;br /&gt;
* ID02F1B = &amp;quot;02F1B|ResponsableEntrega|Sutano|1|POXBOX01|Principal|Los Chaimas|BOGOTÁ, D.C.|11|-66.01|Bogotá|Soporte|Kr #71D 76-15|Los Andes|Principal|es|11001|Chaima|16a|78|CO|2|sur|parcela||111061|||||&amp;quot;&lt;br /&gt;
* ID02F1C = &amp;quot;02F1C|O-12|04|||||&amp;quot;&lt;br /&gt;
* ID02F1D = &amp;quot;02F1D|TransportadorDireccion|Sutano|1|POXBOX01|Principal|Los Chaimas|BOGOTÁ, D.C.|11|-66.01|Bogotá|Soporte|Kr #71D 76-15|Los Andes|Principal|es|11001|Chaima|16a|78|CO|2|sur|parcela||111061|||||&amp;quot;&lt;br /&gt;
* ID02F2 = &amp;quot;02F2|direccionDespacho|Sutano|1|POXBOX01|Principal|Los Chaimas|BOGOTÁ, D.C.|11|-66.01|Bogotá|Soporte|Kr #71D 76-15|Los Andes|Principal|es|11001|Chaima|16a|78|CO|2|sur|parcela||111061|||||&amp;quot;&lt;br /&gt;
* ID02F3 = &amp;quot;02F3|direccionEntrega|Sutano|1|POXBOX01|Principal|Los Chaimas|BOGOTÁ, D.C.|11|-66.01|Bogotá|Soporte|Kr #71D 76-15|Los Andes|Principal|es|11001|Chaima|16a|78|CO|2|sur|parcela||111061|||||%02F3A|4|74|41|4|N|O|&amp;quot;&lt;br /&gt;
* EntMerc = ID02F + &amp;quot;%%&amp;quot; + ID02F1 + &amp;quot;%%&amp;quot; + ID02F1A + &amp;quot;%%&amp;quot; + ID02F1B + &amp;quot;%%&amp;quot; + ID02F1C + &amp;quot;%%&amp;quot; + ID02F1D + &amp;quot;%%&amp;quot; + ID02F2 + &amp;quot;%%&amp;quot; + ID02F3&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039;GESTION DE STRINGS PARA PARAMETRO: ImpuestosFactura&#039;&#039;&#039;&amp;lt;/big&amp;gt; &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
* ID02G = &amp;quot;02G|1980|01||19.00|KGM|94|376.20|0.00|||||&amp;quot;&lt;br /&gt;
* ID02H =&amp;quot;02H|01|1136.20|||||0.00&amp;quot;&lt;br /&gt;
* **ID02H =&amp;quot;02H|01|1136.20||||||&amp;quot; (sin el campo redondeoAplicado)&lt;br /&gt;
* ImpuestosFactura = ID02G + &amp;quot;%%&amp;quot; + ID02H&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039;GESTION DE STRINGS PARA PARAMETRO: MPOCTE&#039;&#039;&#039;&amp;lt;/big&amp;gt; &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
* ID02J = &amp;quot;02J|3356|0312|123QBCV|2019-01-01|10|1|Bancolombia|Referencia de pago 1|22|982467|||||&amp;quot;&lt;br /&gt;
* ID02K = &amp;quot;02K|987654|2019-04-29 00:00:00|1233456|321456|CUFE-SHA384|1|85b5cfa4-16af-48a0-9388-501e519ed659|||||&amp;quot; (No es obligatorio)&lt;br /&gt;
* ID02K = &amp;quot;02K|&amp;quot;&lt;br /&gt;
* ID02N = &amp;quot;02N|CFR|100.00|200311301|100.00|cliente|||||&amp;quot; (Condicionado)&lt;br /&gt;
* ID02N = &amp;quot;02N|&amp;quot;&lt;br /&gt;
* MPOCTE = ID02J + &amp;quot;%%&amp;quot; + ID02K + &amp;quot;%%&amp;quot; + ID02N&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039;GESTION DE STRINGS PARA PARAMETRO: TC_TCA_IA&#039;&#039;&#039;&amp;lt;/big&amp;gt; &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
* ID02L = &amp;quot;02L|0000001.00|0000001.00|2019-01-01|123456|USD|COP|Division|000000.50|||||&amp;quot; (Condicionado)&lt;br /&gt;
* ID02L = &amp;quot;02L|&amp;quot;&lt;br /&gt;
* &#039;ID02M = &amp;quot;02M|0000001.00|0000001.00|2019-01-01|123456|USD|COP|Division|000000.50|||||&amp;quot; (No es obligatorio)&lt;br /&gt;
* ID02M = &amp;quot;02M|&amp;quot;&lt;br /&gt;
* &#039;ID02I = &amp;quot;02I|Informacion Adicional de Pruebita&amp;quot; (No es obligatorio)&lt;br /&gt;
* ID02I = &amp;quot;02I|&amp;quot;&lt;br /&gt;
* TC_TCA_IA = ID02L + &amp;quot;%%&amp;quot; + ID02M + &amp;quot;%%&amp;quot; + ID02I&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039;GESTION DE STRINGS PARA PARAMETRO: Extras&#039;&#039;&#039;&amp;lt;/big&amp;gt; &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
* Extras = &amp;quot;04|||443|1|pedro picapiedra|1&amp;quot;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039;GESTION DE STRINGS PARA PARAMETRO: DetalleDeFactura&#039;&#039;&#039;&amp;lt;/big&amp;gt; &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
* ID03 = &amp;quot;03|1|1|94|1|||ABC123||Productico de prueba 1|primer producto para enviar al web service|999|||123||||||||0||nota en el producto01||2356.20|1980.00|1980.00|1|||||94||||||descripcion2|descripcion3||&amp;quot; (sin el campo idEsquema)&lt;br /&gt;
* ID03 = &amp;quot;03|1|1|94|1|||ABC123||Productico de prueba 1|primer producto para enviar al web service|999|||123||||||||0||nota en el producto01||2356.20|1980.00|1980.00|1|||||94||||||descripcion2|descripcion3|1&amp;quot;  (con el campo idEsquema)&lt;br /&gt;
* &#039;ID03A = &amp;quot;03A|00|descuento comercial 123456789|0|0.00|0.00|0.00|1|||||&amp;quot;(Descuento en el detalle)&lt;br /&gt;
* ID03C = &amp;quot;03C|1980.00|01||19.00|KGM|94|376.20||||||&amp;quot;&lt;br /&gt;
* ID03D = &amp;quot;03D|01|376.20|||||0.00&amp;quot;&lt;br /&gt;
* ID03E = &amp;quot;03E|03|24350| |2500000|1|WSD &amp;quot;&lt;br /&gt;
* &#039;DetalleDeFactura = ID03 + &amp;quot;$$&amp;quot; + ID03A + &amp;quot;$$&amp;quot; + ID03C + &amp;quot;$$&amp;quot; + ID03D + &amp;quot;$$&amp;quot; + ID03E (con Descuento Detalle)&lt;br /&gt;
* DetalleDeFactura = ID03 + &amp;quot;$$&amp;quot; + ID03C + &amp;quot;$$&amp;quot; + ID03D + &amp;quot;$$&amp;quot; + ID03E&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039;GESTION DE STRINGS PARA PARAMETRO: SectorSalud&#039;&#039;&#039;&amp;lt;/big&amp;gt; &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
* ID06= &amp;quot;06|01|SS-CUFE|02&amp;quot;&lt;br /&gt;
* ID06A= &amp;quot;06A|Fulano|Sutano|1|POXBOX01|Principal|Los Chaimas|Bogotá, D.C.|11|-66.01|Bogotá|Soporte|Kr #71D 76-15|Los Andes|Principal|es|11001|Chaima|16a|78|CO|2|sur|parcela||111061|||||&amp;quot;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&amp;lt;center&amp;gt;&amp;lt;font color=&amp;quot;Green&amp;quot;&amp;gt;**Los camposGenerales se encuentran numerados según el orden establecido en la resolución.&amp;lt;/font&amp;gt;&amp;lt;/center&amp;gt;&amp;lt;/big&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
&amp;lt;pre&amp;gt;ID06B = &amp;quot;06B|1|CODIGO_PRESTADOR&amp;quot;+ &amp;quot;%&amp;quot; + &amp;quot;06B|2|TIPO_DOCUMENTO_IDENTIFICACION&amp;quot; + &amp;quot;%&amp;quot; + &amp;quot;06B|3|NUMERO_DOCUMENTO_IDENTIFICACION&amp;quot; + &amp;quot;%&amp;quot; + &amp;quot;06B|4|PRIMER_APELLIDO&amp;quot;+  “%” + &amp;quot;06B|5|SEGUNDO_APELLIDO&amp;quot;+ &amp;quot;%&amp;quot; + &amp;quot;06B|6|PRIMER_NOMBRE&amp;quot; + &amp;quot;%&amp;quot; + &amp;quot;06B|7|SEGUNDO_NOMBRE&amp;quot; + &amp;quot;%&amp;quot; + &amp;quot;06B|8|TIPO_USUARIO&amp;quot; + &amp;quot;%&amp;quot; + &amp;quot;06B|9|MODALIDAD_CONTRATACION&amp;quot; + &amp;quot;%&amp;quot; + &amp;quot;06B|10|COBERTURA_PLAN_BENEFICIOS&amp;quot; +  &amp;quot;%&amp;quot; + &amp;quot;06B|11|NUMERO_AUTORIZACION&amp;quot; +  &amp;quot;%&amp;quot; + &amp;quot;06B|12|NUMERO_MIPRES&amp;quot; +  &amp;quot;%&amp;quot; + &amp;quot;06B|13|NUMERO_ENTREGA_MIPRES&amp;quot; +  &amp;quot;%&amp;quot; + &amp;quot;06B|14|NUMERO_CONTRATO&amp;quot; +  &amp;quot;%&amp;quot; + &amp;quot;06B|15|NUMERO_POLIZA&amp;quot; +  &amp;quot;%&amp;quot; + &amp;quot;06B|16|COPAGO&amp;quot; + &amp;quot;%&amp;quot; + &amp;quot;06B|17|CUOTA_MODERADORA&amp;quot; + &amp;quot;%&amp;quot; + &amp;quot;06B|18|CUOTA_RECUPERACION&amp;quot; + &amp;quot;%&amp;quot; + &amp;quot;06B|19|PAGOS_COMPARTIDOS&amp;quot;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&amp;lt;center&amp;gt;&amp;lt;font color=&amp;quot;Orange&amp;quot;&amp;gt;*** Varios pacientes:&amp;lt;/font&amp;gt;&amp;lt;/center&amp;gt;&amp;lt;/big&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;ID06B1 = &amp;quot;06B|1|CODIGO_PRESTADOR&amp;quot;+ &amp;quot;%&amp;quot; + &amp;quot;06B|2|TIPO_DOCUMENTO_IDENTIFICACION&amp;quot; + &amp;quot;%&amp;quot; + &amp;quot;06B|3|NUMERO_DOCUMENTO_IDENTIFICACION&amp;quot; + &amp;quot;%&amp;quot; + &amp;quot;06B|4|PRIMER_APELLIDO&amp;quot;+  “%” + &amp;quot;06B|5|SEGUNDO_APELLIDO&amp;quot;+ &amp;quot;%&amp;quot; + &amp;quot;06B|6|PRIMER_NOMBRE&amp;quot; + &amp;quot;%&amp;quot; + &amp;quot;06B|7|SEGUNDO_NOMBRE&amp;quot; + &amp;quot;%&amp;quot; + &amp;quot;06B|8|TIPO_USUARIO&amp;quot; + &amp;quot;%&amp;quot; + &amp;quot;06B|9|MODALIDAD_CONTRATACION&amp;quot; + &amp;quot;%&amp;quot; + &amp;quot;06B|10|COBERTURA_PLAN_BENEFICIOS&amp;quot; +  &amp;quot;%&amp;quot; + &amp;quot;06B|11|NUMERO_AUTORIZACION&amp;quot; +  &amp;quot;%&amp;quot; + &amp;quot;06B|12|NUMERO_MIPRES&amp;quot; +  &amp;quot;%&amp;quot; + &amp;quot;06B|13|NUMERO_ENTREGA_MIPRES&amp;quot; +  &amp;quot;%&amp;quot; + &amp;quot;06B|14|NUMERO_CONTRATO&amp;quot; +  &amp;quot;%&amp;quot; + &amp;quot;06B|15|NUMERO_POLIZA&amp;quot; +  &amp;quot;%&amp;quot; + &amp;quot;06B|16|COPAGO&amp;quot; + &amp;quot;%&amp;quot; + &amp;quot;06B|17|CUOTA_MODERADORA&amp;quot; + &amp;quot;%&amp;quot; + &amp;quot;06B|18|CUOTA_RECUPERACION&amp;quot; + &amp;quot;%&amp;quot; + &amp;quot;06B|19|PAGOS_COMPARTIDOS&amp;quot;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;ID06B2 = &amp;quot;06B|1|CODIGO_PRESTADOR&amp;quot;+ &amp;quot;%&amp;quot; + &amp;quot;06B|2|TIPO_DOCUMENTO_IDENTIFICACION&amp;quot; + &amp;quot;%&amp;quot; + &amp;quot;06B|3|NUMERO_DOCUMENTO_IDENTIFICACION&amp;quot; + &amp;quot;%&amp;quot; + &amp;quot;06B|4|PRIMER_APELLIDO&amp;quot;+  “%” + &amp;quot;06B|5|SEGUNDO_APELLIDO&amp;quot;+ &amp;quot;%&amp;quot; + &amp;quot;06B|6|PRIMER_NOMBRE&amp;quot; + &amp;quot;%&amp;quot; + &amp;quot;06B|7|SEGUNDO_NOMBRE&amp;quot; + &amp;quot;%&amp;quot; + &amp;quot;06B|8|TIPO_USUARIO&amp;quot; + &amp;quot;%&amp;quot; + &amp;quot;06B|9|MODALIDAD_CONTRATACION&amp;quot; + &amp;quot;%&amp;quot; + &amp;quot;06B|10|COBERTURA_PLAN_BENEFICIOS&amp;quot; +  &amp;quot;%&amp;quot; + &amp;quot;06B|11|NUMERO_AUTORIZACION&amp;quot; +  &amp;quot;%&amp;quot; + &amp;quot;06B|12|NUMERO_MIPRES&amp;quot; +  &amp;quot;%&amp;quot; + &amp;quot;06B|13|NUMERO_ENTREGA_MIPRES&amp;quot; +  &amp;quot;%&amp;quot; + &amp;quot;06B|14|NUMERO_CONTRATO&amp;quot; +  &amp;quot;%&amp;quot; + &amp;quot;06B|15|NUMERO_POLIZA&amp;quot; +  &amp;quot;%&amp;quot; + &amp;quot;06B|16|COPAGO&amp;quot; + &amp;quot;%&amp;quot; + &amp;quot;06B|17|CUOTA_MODERADORA&amp;quot; + &amp;quot;%&amp;quot; + &amp;quot;06B|18|CUOTA_RECUPERACION&amp;quot; + &amp;quot;%&amp;quot; + &amp;quot;06B|19|PAGOS_COMPARTIDOS&amp;quot;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&amp;lt;center&amp;gt;&amp;lt;font color=&amp;quot;Orange&amp;quot;&amp;gt;Pacientes= ID06B1 + &amp;quot;¬&amp;quot; + ID06B2&amp;lt;/font&amp;gt;&amp;lt;/center&amp;gt;&amp;lt;/big&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;ID06C = &amp;quot;06C|||5170000|1|100.50|1&amp;quot;&lt;br /&gt;
SectorSalud= ID06 + &amp;quot;%&amp;quot; + ID06A + &amp;quot;%%&amp;quot; + ID06B + &amp;quot;%%&amp;quot; + ID06C&lt;br /&gt;
SectorSalud= ID06 + &amp;quot;%&amp;quot; + ID06A + &amp;quot;%%&amp;quot; + &amp;lt;font color=&amp;quot;Orange&amp;quot;Pacientes&amp;lt;/font&amp;gt; + &amp;quot;%%&amp;quot; + ID06C (Varios Pacientes)&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;Blue&amp;quot;&amp;gt;Adjuntos&amp;lt;/font&amp;gt;= &amp;quot;0&amp;quot;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Enviar (url, tokenEmp, tokenPas, datos_Cliente, Factura_Global, Antic_Autorizado_CargDesc, CondPago_DocReferencia, Entrega_Mercancia, Impuestos_Factura, MedPago_OC_TermEntrega, TasaCamb_TasaCambAlt_InfAdic, Extras, Detalle_De_Factura, Adjuntos, SectorSalud,  debugMode)&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;== &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;Ejemplo Strings Método EnviarArchivo&amp;lt;/font&amp;gt;==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
* Url= &#039;http://demoemision21.thefactoryhka.com.co/ws/adjuntos/Service.svc&#039;&lt;br /&gt;
* TokenEmp=&#039;xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx&#039;&lt;br /&gt;
* TokenPas=&#039;xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx&#039;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
* Ndocumento = “PRUE1”&lt;br /&gt;
* Enviar = “1”&lt;br /&gt;
* Formato =”pdf”&lt;br /&gt;
* Nombre = “Adjunto”&lt;br /&gt;
* Tipo = “2”&lt;br /&gt;
* Email = “integracion_fel_co@thefactoryhka.com”&lt;br /&gt;
* Ruta = “C:\Adjunto.PDF”&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;== &amp;lt;font color=&amp;quot;Blue&amp;quot;&amp;gt;Personalización del Correo&amp;lt;/font&amp;gt; ==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
El arreglo “extras” también permite manejar algunas funcionalidades especiales de la plataforma, como la de correo electrónico personalizado mediante el uso de los campos extensibles 11, 13 y 14. Para obtener más detalles, referirse al &#039;&#039;&#039;[https://felcowiki.thefactoryhka.com.co/index.php/Caracteristicas_adicionales_-_Indice_Manual_Integraci%C3%B3n_Directa#Correo_electr.C3.B3nico_personalizado MANUAL DE INTEGRACION DIRECTA (EMISIÓN - VAL. PREVIA)]&#039;&#039;&#039; sección &#039;&#039;PERSONALIZACIÓN DEL CORREO&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;== &amp;lt;font color=&amp;quot;Blue&amp;quot;&amp;gt;Generación De Notas Con Y Sin Referencia a Documentos&amp;lt;/font&amp;gt; ==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
En el anexo técnico V1.8 se plantea la emisión de notas de crédito y débito bajo los siguientes escenarios:&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Emisión de notas de Val. previa con referencia a facturas de Val. Previa&lt;br /&gt;
* Emisión de notas de Val. previa con referencia a facturas de Val. Posterior&lt;br /&gt;
* Emisión de notas de Val. previa sin referencia&lt;br /&gt;
&lt;br /&gt;
Para ello se debe tener en cuenta la estructura de la clase documentosReferenciados y el campo tipoOperación para cada escenarios. Para obtener más detalles, referirse al &#039;&#039;&#039;[https://felcowiki.thefactoryhka.com.co/index.php/Caracteristicas_adicionales_-_Indice_Manual_Integraci%C3%B3n_Directa#GENERACI.C3.93N_DE_NOTAS_CON_Y_SIN_REFERENCIA_A_DOCUMENTO MANUAL DE INTEGRACION DIRECTA (EMISIÓN - VAL. PREVIA)]]&#039;&#039;&#039; sección &#039;&#039;GENERACIÓN DE NOTAS CON Y SIN REFERENCIA A DOCUMENTOS&#039;&#039; donde se ejemplifica cada uno de estos casos.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;== &amp;lt;font color=&amp;quot;Blue&amp;quot;&amp;gt;Transmisión De Documentos De Contingencia Tipo 03&amp;lt;/font&amp;gt; ==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
La transmisión de documentos de contingencia está sujeta a la estructura de la clase documentosReferenciados y el campo tipoDocumento. Este escenario junto con las condiciones en las cuales aplica y la respuesta obtenida por parte de la DIAN se especifican en el &#039;&#039;&#039;[https://felcowiki.thefactoryhka.com.co/index.php/Caracteristicas_adicionales_-_Indice_Manual_Integraci%C3%B3n_Directa#TRANSMISI.C3.93N_DE_DOCUMENTOS_DE_CONTINGENCIA_TIPO_03_.28ATRIBUIBLE_AL_EMISOR.29 MANUAL DE INTEGRACION DIRECTA (EMISIÓN - VAL. PREVIA)]&#039;&#039;&#039; sección &#039;&#039;TRANSMISIÓN DE DOCUMENTOS DE CONTINGENCIA TIPO 03 (ATRIBUIBLE AL EMISOR)&#039;&#039;.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;== &amp;lt;font color=&amp;quot;Blue&amp;quot;&amp;gt;Radicar Documentos Electrónicos En Plataformas De Recepción&amp;lt;/font&amp;gt; ==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
El XML que se debe radicar en las plataformas de recepción es el que envía nuestro servicio en la notificación de correo llamado &#039;&#039;&#039;AttachedDocument&#039;&#039;&#039; (Contenedor de Documentos), la estructura de este documento tiene por objetivo contener en un único archivo XML un documento electrónico (Invoice, CreditNote ó DebitNote) y todos los eventos (ApplicationResponse) registrados hasta la fecha, este XML también puede ser descargado a través del método &#039;&#039;&#039;GenerarContenedor&#039;&#039;&#039;. &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
La estructura de este archivo se ejemplifica en en el &#039;&#039;&#039;[https://felcowiki.thefactoryhka.com.co/index.php/Caracteristicas_adicionales_-_Indice_Manual_Integraci%C3%B3n_Directa#Radicar_documentos_electr.C3.B3nicos_en_plataformas_de_recepci.C3.B3n MANUAL DE INTEGRACION DIRECTA (EMISIÓN - VAL PREVIA)]&#039;&#039;&#039; sección &#039;&#039;RADICAR DOCUMENTOS ELECTRÓNICOS EN PLATAFORMAS DE RECEPCIÓN&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;== &amp;lt;font color=&amp;quot;Blue&amp;quot;&amp;gt;Ambiente De Habilitación&amp;lt;/font&amp;gt; ==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
El ambiente de pruebas liberado (ambiente demo) corresponde a un entorno de pruebas propio del proveedor tecnológico (&#039;&#039;&#039;The Factory HKA&#039;&#039;&#039;) con el objetivo de que los desarrolladores y Casas de Software puedan realizar pruebas de los ajustes realizados a los ERP bajo el modelo de facturación con validación previa. Las pruebas realizadas en este ambiente NO serán enviadas al web service de habilitación de la DIAN.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&#039;&#039;&#039;&amp;lt;big&amp;gt;[[Archivo:Copyright.png|100px|sinmarco|centro|Copyright]]&amp;lt;font color=&amp;quot;Blue&amp;quot;&amp;gt;THE FACTORY HKA COLOMBIA&amp;lt;/font&amp;gt;&amp;lt;/big&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;Copyright © 2016 The Factory HKA. Todos los derechos reservados.&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{clear}}&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;/div&gt;</summary>
		<author><name>Lvargas</name></author>
	</entry>
	<entry>
		<id>http://felcowiki.thefactoryhka.com.co/index.php?title=Manual_DLL_hkafact21_-_Emisi%C3%B3n_V4&amp;diff=2724</id>
		<title>Manual DLL hkafact21 - Emisión V4</title>
		<link rel="alternate" type="text/html" href="http://felcowiki.thefactoryhka.com.co/index.php?title=Manual_DLL_hkafact21_-_Emisi%C3%B3n_V4&amp;diff=2724"/>
		<updated>2022-04-21T15:23:13Z</updated>

		<summary type="html">&lt;p&gt;Lvargas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;== &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;Objetivo &amp;lt;/font&amp;gt;==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
El presente manual tiene como propósito dar a conocer los detalles de los cambios a nivel del consumo de la librería HKAFACT21 para validación previa respecto a la versión del modelo de facturación de validación posterior (HKAFACT).&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;== &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;Alcance &amp;lt;/font&amp;gt;==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;DIV ALIGN=justify&amp;gt;El presente documento abarca desde la instalación de la API hasta las funciones utilizables para el consumo del Servicio Web de Integración para el modelo de facturación de validación previa. La librería hkafact21 es compatible con cualquier desarrollo cuya base sea plataformas WIN32&amp;lt;/DIV&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Nota:&#039;&#039;&#039; En el mismo se describen cada uno de los strings que constituyen el objeto factura. Para obtener mayor información sobre la obligatoriedad de los campos (requeridos/opcionales) ver &#039;&#039;&#039;MANUAL DE INTEGRACION DIRECTA (EMISIÓN - VAL. PREVIA)&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;== &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;Definiciones y Términos &amp;lt;/font&amp;gt;==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
*&#039;&#039;&#039;C++:&#039;&#039;&#039; lenguaje de programación diseñado para extender al lenguaje de programación C con mecanismos que permiten la manipulación de objetos. En ese sentido, desde el punto de vista de los lenguajes orientados a objetos, el C++ es un lenguaje híbrido, con la particularidad de poder redefinir los operadores, y de crear nuevos tipos que se comporten como tipos fundamentales. &lt;br /&gt;
*&#039;&#039;&#039;DLL:&#039;&#039;&#039; Biblioteca de enlace dinámico o más comúnmente DLL (sigla en inglés de dynamic-link library) es el término con el que se refiere a los archivos con código ejecutable que se cargan bajo demanda de un programa por parte del sistema operativo. &lt;br /&gt;
*&#039;&#039;&#039;SDK:&#039;&#039;&#039; Un kit de desarrollo de software es un conjunto de herramientas de desarrollo de software que le permite al programador o desarrollador de software crear una aplicación informática para un sistema concreto. &lt;br /&gt;
*&#039;&#039;&#039;Servicio Web de Integración:&#039;&#039;&#039; Servicio Web de The Factory HKA Colombia SAS puesto a disposición a propietarios de software administrativos o de gestión para la generación de factura electrónica. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt; Procedimiento &amp;lt;/font &amp;gt;==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;DIV ALIGN=justify&amp;gt;Instalación: En el SDK descargado, se encontrará con tres herramientas; la librería de integración (hkafact21.dll), el presente manual y un demo funcional de código. Antes de comenzar a hacer uso de la librería en el desarrollo, lo primero que se debe hacer es registrar y referenciar la librería en nuestro proyecto. Esto se consigue siguiendo los siguientes pasos: &amp;lt;/DIV&amp;gt;&lt;br /&gt;
#Creamos una nueva carpeta. &lt;br /&gt;
# Descomprimimos el contenido del SDK en la capeta previamente creada. &lt;br /&gt;
# Copiamos la librería hkafact21.dll. &lt;br /&gt;
# Pegamos la librería en la carpeta System32 de Windows. &lt;br /&gt;
# Finalmente, declaramos las distintas funciones a utilizar de la librería.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;&#039;&#039;&#039;@IMPORTANTE:&#039;&#039;&#039;&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
#En el caso de que al final de la cadena (Identificador), el campo se encuentre vacío se debe agregar un pipe “|” al final.&lt;br /&gt;
#Si el  identificador no es obligatorio, este pueden enviarse con el identificador seguido de un pipe (Ejemplo: ID02A = &amp;quot;02A|&amp;quot;).&lt;br /&gt;
#Si los identificadores son repetibles puede concatenarse con el separador  “% “seguido del identificador con los campos correspondientes a la cadena que desea repetir.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;== &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;MÉTODO ENVIAR&amp;lt;/font&amp;gt;==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Función que permite generar el documento electrónico. &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
=== Declaración ===&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt; INT Enviar (string URL, string tokenEmpresa, string tokenPassword, string DatosCliente, string FacturaGlobal, string AnticAutCargDesc, string CpDr, string EntMerc, string ImpuestosFactura, string MpOcTe, string TcTcaIa, string Extras, string DetalleDeFactura, string Adjuntos, string SectorSalud, bool debugMode)&amp;lt;/pre&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== String URL ===&lt;br /&gt;
*URL del servicio de emisión.&lt;br /&gt;
&lt;br /&gt;
=== String tokenEmpresa ===&lt;br /&gt;
*Token asignado por la plataforma de TFHKA.&lt;br /&gt;
&lt;br /&gt;
=== String tokenPassword ===&lt;br /&gt;
*Token asignado por la plataforma de TFHKA.&lt;br /&gt;
&lt;br /&gt;
=== String datosCliente ===&lt;br /&gt;
*Datos que componen la información del adquiriente.&lt;br /&gt;
&lt;br /&gt;
=====&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt; Cliente_DatosGenerales &amp;lt;/font&amp;gt; =====&lt;br /&gt;
(20 Campos, 19 pipes “|”):&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;ID01=01|nombreRazonSocial|tipoPersona|segundoNombre|apellido|numeroDocumento|tipoIdentificacion&lt;br /&gt;
|email|telefono|notificar|actividadEconomicaCIIU|nombreComercial|nombreContacto&lt;br /&gt;
|nota|numeroIdentificacionDV&lt;br /&gt;
|telefax|Extensible1.controlInterno1|&lt;br /&gt;
Extensible1.controlInterno2|Extensible1.nombre|Extensible1.valor&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Nota:&#039;&#039;&#039; Si Extensible1.valor se debe enviar un pipe (|) al final de la cadena&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt; Cliente_Destinatario &amp;lt;/font&amp;gt; ====&lt;br /&gt;
(11 Campos, 9 pipes “|”):&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;ID01B=01A|CanalDeEntrega|email|fechaProgramada|mensajePersonalizado|nitProveedorReceptor&lt;br /&gt;
|telefono|Extensible1.controlInterno1|Extensible1.controlInterno2&lt;br /&gt;
|Extensible1.nombre|Extensible1.valor&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Nota:&#039;&#039;&#039; Si Extensible1.valor se debe enviar un pipe (|) al final de la cadena&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;Cliente_DetallesTributarios &amp;lt;/font&amp;gt; ====&lt;br /&gt;
(6 Campos, 5 pipes “|”): &lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;ID01B=01B|codigoImpuesto|Extensible1.controlInterno1|Extensible1.controlInterno2&lt;br /&gt;
|Extensible1.nombre|Extensible1.valor&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Nota:&#039;&#039;&#039; Si Extensible1.valor se debe enviar un pipe (|) al final de la cadena&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt; Cliente_InformacionLegal &amp;lt;/font&amp;gt;   ====&lt;br /&gt;
(8 Campos, 7 pipes “|”):&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;ID01E=01E|codigoEstablecimiento|nombreRegistroRUT|numeroIdentificacion|numeroIdentificacionDV|&lt;br /&gt;
numeroMatriculaMercantil|prefijoFacturacion|tipoIdentificacion&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt; Cliente_ResponsabilidadesRut  &amp;lt;/font&amp;gt;   ====&lt;br /&gt;
(7 Campos, 6 pipes “|”):&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;ID01F=01F|obligaciones|regimen|Extensible1.controlInterno1|Extensible1.controlInterno2&lt;br /&gt;
|Extensible1.nombre|Extensible1.valor&lt;br /&gt;
|prefijoFacturacion|tipoIdentificacion&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Nota:&#039;&#039;&#039; Si Extensible1.valor se debe enviar un pipe (|) al final de la cadena&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt; DireccionCliente &amp;lt;/font&amp;gt;   ====&lt;br /&gt;
(30 Campos, 29 pipes “|”): &lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;ID01C=01C|aCuidadoDe|aLaAtenciónDe|bloque|buzon|calle|calleAdicional|ciudad|codigoDepartamento|&lt;br /&gt;
correccionHusoHorario|departamento|departamentoOrg|direccion|distrito|habitacion|lenguaje&lt;br /&gt;
|municipio|nombreEdificio|numeroEdificio|numeroParcela|pais|piso|region|subDivision|ubicación&lt;br /&gt;
|zonaPostal|Extensible1.controlInterno1|Extensible1.controlInterno2|&lt;br /&gt;
Extensible1.nombre|Extensible1.valor&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Nota:&#039;&#039;&#039; Si Extensible1.valor se debe enviar un pipe (|) al final de la cadena&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt; DireccionFiscalCliente &amp;lt;/font&amp;gt;   ====&lt;br /&gt;
(30 Campos, 29 pipes “|”): &lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;ID01D=01D|aCuidadoDe|aLaAtenciónDe|bloque|buzon|calle|calleAdicional|ciudad|codigoDepartamento&lt;br /&gt;
|correccionHusoHorario|departamento|departamentoOrg|direccion|distrito|habitacion|lenguaje&lt;br /&gt;
|municipio|nombreEdificio|numeroEdificio|numeroParcela|pais|piso|region|subDivision|ubicación&lt;br /&gt;
|zonaPostal|Extensible1.controlInterno1|Extensible1.controlInterno2&lt;br /&gt;
|Extensible1.nombre|Extensible1.valor&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Nota:&#039;&#039;&#039; Si Extensible1.valor se debe enviar un pipe (|) al final de la cadena&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;u&amp;gt;&amp;lt;center&amp;gt;&#039;&#039;&#039;datos_Cliente=&#039;&#039;&#039; ID01 &amp;lt;span style=&amp;quot;color:#000000; background:#FFFF00&amp;quot;&amp;gt;%&amp;lt;/span&amp;gt;ID01A&amp;lt;span style=&amp;quot;color:#000000; background:#FFFF00&amp;quot;&amp;gt;%&amp;lt;/span&amp;gt;ID01B&amp;lt;span style=&amp;quot;color:#000000; background:#FFFF00&amp;quot;&amp;gt;%&amp;lt;/span&amp;gt;ID01E&amp;lt;span style=&amp;quot;color:#000000; background:#FFFF00&amp;quot;&amp;gt;%&amp;lt;/span&amp;gt;ID01F&amp;lt;span style=&amp;quot;color:#000000; background:#00FF00&amp;quot;&amp;gt;%%&amp;lt;/span&amp;gt;ID01C &amp;lt;span style=&amp;quot;color:#000000; background:#00FF00&amp;quot;&amp;gt;%%&amp;lt;/span&amp;gt;ID01D&amp;lt;/center&amp;gt;&amp;lt;/u&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Observaciones:&#039;&#039;&#039;&lt;br /&gt;
* Los identificadores 01A, 01B, 01F son repetibles &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== String FacturaGlobalL ===&lt;br /&gt;
Datos generales del objeto factura.&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt; FacturaGlobal  &amp;lt;/font&amp;gt;   ====&lt;br /&gt;
(23 Campos, 22 pipes “|”): &lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;datos_factura=02|tipoDocumento|consecutivoDocumento|rangoNumeracion|fechaEmision|fechaVencimiento|moneda&lt;br /&gt;
|propina|totalDescuentos|totalSinImpuestos|totalMonto|cantidadDecimales|fechaFinPeriodoFacturacion&lt;br /&gt;
|fechaInicioPeriodoFacturacion|fechaPagoImpuestos|redondeoAplicado|tipoOperacion|&lt;br /&gt;
totalAnticipos|totalBaseImponible|totalBrutoConImpuesto|totalCargosAplicados&lt;br /&gt;
|totalProductos|tipoSector&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== String AnticAutCargDesc ===&lt;br /&gt;
Anticipos, autorizaciones, Cargos y descuentos aplicados en el comprobante.&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt; Anticipos &amp;lt;/font&amp;gt;   ====&lt;br /&gt;
(11 Campos, 10 pipes “|”): &lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;ID02A=02A|fechaDeRecibido|fechadePago|horaDePago|id|instrucciones|montoPagado|&lt;br /&gt;
Extensible1.controlInterno1&lt;br /&gt;
|Extensible1.controlInterno2|Extensible1.nombre|Extensible1.valor&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Nota:&#039;&#039;&#039; Si Extensible1.valor se debe enviar un pipe (|) al final de la cadena&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt; Autorizado &amp;lt;/font&amp;gt;   ====&lt;br /&gt;
(15 Campos, 14 pipes “|”):   &lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;ID02B=02B|email|nombreComercial|nombreContacto|nota|numeroDocumento|numeroDocumentoDV&lt;br /&gt;
|razonSocial|telefax|telefono|tipoIdentificacion|Extensible1.controlInterno1&lt;br /&gt;
|Extensible1.controlInterno2|Extensible1.nombre|Extensible1.valor&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Nota:&#039;&#039;&#039; Si Extensible1.valor se debe enviar un pipe (|) al final de la cadena&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt; cargosDescuentos &amp;lt;/font&amp;gt;   ====&lt;br /&gt;
(12 Campos, 11 pipes “|”):   &lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;ID02C=02C|codigo|descripcion|indicador|monto|montoBase|porcentaje|secuencia|Extensible1.controlInterno1&lt;br /&gt;
|Extensible1.controlInterno2|Extensible1.nombre|Extensible1.valor&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Nota:&#039;&#039;&#039; Si Extensible1.valor se debe enviar un pipe (|) al final de la cadena&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;u&amp;gt;&amp;lt;center&amp;gt;&#039;&#039;&#039;AnticAutCargDesc =&#039;&#039;&#039; ID02A &amp;lt;span style=&amp;quot;color:#000000; background:#00FF00&amp;quot;&amp;gt;%%&amp;lt;/span&amp;gt;ID02B &amp;lt;span style=&amp;quot;color:#000000; background:#00FF00&amp;quot;&amp;gt;%%&amp;lt;/span&amp;gt;ID02C&amp;lt;span style=&amp;quot;color:#000000; background:#00FF00&amp;quot;&amp;gt;%%&amp;lt;/span&amp;gt;&amp;lt;/center&amp;gt;&amp;lt;/u&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Observaciones:&#039;&#039;&#039;&lt;br /&gt;
* Los identificadores 02A, 02B son repetibles&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== String CpDr ===&lt;br /&gt;
Condiciones de pago y documentos referenciados para el comprobante. &lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt; CondicionPago &amp;lt;/font&amp;gt;   ====&lt;br /&gt;
(20 Campos, 19 pipes “|”):     &lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;ID02D=02D|codigoEvento|comentario|duracionPeriodo|duracionPeriodoMedida|fechaVencimiento|identificador&lt;br /&gt;
|medioPagoAsociado|monto|montoMulta|montoPenalidad|periodoDesde|periodoHasta|porcentajeDescuento&lt;br /&gt;
|porcentajePago|referenciaAnticipo|Extensible1.controlInterno1|&lt;br /&gt;
Extensible1.controlInterno2|Extensible1.nombre|Extensible1.valor&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Nota:&#039;&#039;&#039; Si Extensible1.valor se debe enviar un pipe (|) al final de la cadena&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt; DocumentosReferenciados &amp;lt;/font&amp;gt;   ====&lt;br /&gt;
(18 Campos, 17 pipes “|”): Puedo no enviarse 02E1    &lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;ID02E=02E|codigoEstatusDocumento|codigoInterno|cufeDocReferenciado|fecha|fechaFinValidez|fechaInicioValidez&lt;br /&gt;
|numeroDocumento|tipoCUFE|tipoDocumento|tipoDocumentoCodigo|Extensible1.controlInterno1|&lt;br /&gt;
Extensible1.controlInterno2|Extensible1.nombre|Extensible1.valor|conceptoRecaudo|&lt;br /&gt;
monto|numeroIdentificacion ¬02E1|descripción&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Nota:&#039;&#039;&#039; Si Extensible1.valor se debe enviar un pipe (|) al final de la cadena&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;u&amp;gt;&amp;lt;center&amp;gt;&#039;&#039;&#039;CpDr =&#039;&#039;&#039; ID02D&amp;lt;span style=&amp;quot;color:#000000; background:#00FF00&amp;quot;&amp;gt;%%&amp;lt;/span&amp;gt;ID02E &amp;lt;/center&amp;gt;&amp;lt;/u&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Observaciones:&#039;&#039;&#039;&lt;br /&gt;
* Los identificadores 02D, 02E son repetibles &lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== String EntMerc (Este indientificador no es obligatorio) ===&lt;br /&gt;
Datos referentes a la entrega de la mercancía.Anticipos, autorizaciones, Cargos y descuentos aplicados en el comprobante.&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt; entregaMercancia &amp;lt;/font&amp;gt;   ====&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;ID02F=02F|fechaEfectivaSalida|fechaEstimada|fechaReal|fechaSolicitada|identificacionTransporte|&lt;br /&gt;
matriculaTransporte|Extensible1.controlInterno1|Extensible1.controlInterno2|&lt;br /&gt;
Extensible1.nombre|Extensible1.valor&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Nota:&#039;&#039;&#039; Si Extensible1.valor se debe enviar un pipe (|) al final de la cadena&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt; datosTransportista&amp;lt;/font&amp;gt;   ====&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;ID02F1=02F1|email|indicadordeAtencion|indicadordeCuidado|nombreContacto|nombreResponsableEntrega&lt;br /&gt;
|nota|numeroIdentificacion|numeroIdentificacionDV|numeroMatriculaMercantil|prefijoFacturacion&lt;br /&gt;
|telefax|telefono|tipoIdentificacion|transportadorNombre|transportadorNumeroDocumento&lt;br /&gt;
|transportadorNumeroDocumentoDV|transportadorTipoIdentificacion|Extensible1.controlInterno1&lt;br /&gt;
|Extensible1.controlInterno2|Extensible1.nombre|Extensible1.valor&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Nota:&#039;&#039;&#039; Si Extensible1.valor se debe enviar un pipe (|) al final de la cadena&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt; detallesTributariosTransportista &amp;lt;/font&amp;gt;   ====&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;ID02F1A=02F1A|codigoImpuesto|Extensible1.controlInterno1|Extensible1.controlInterno2|Extensible1.nombre&lt;br /&gt;
|Extensible1.valor&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Nota:&#039;&#039;&#039; Si Extensible1.valor se debe enviar un pipe (|) al final de la cadena&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt; direccionTransportista&amp;lt;/font&amp;gt;   ====&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;ID02F1B=02F1B|aCuidadoDe|aLaAtenciónDe|bloque|buzon|calle|calleAdicional|ciudad|codigoDepartamento&lt;br /&gt;
|correccionHusoHorario|departamento|departamentoOrg|direccion|distrito|habitacion&lt;br /&gt;
|lenguaje|municipio|nombreEdificio|numeroEdificio|numeroParcela|pais|piso|region&lt;br /&gt;
|subDivision|ubicación|zonaPostal|Extensible1.controlInterno1|Extensible1.controlInterno2&lt;br /&gt;
|Extensible1.nombre|Extensible1.valor&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Nota:&#039;&#039;&#039; Si Extensible1.valor se debe enviar un pipe (|) al final de la cadena&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt; responsabilidadRUT&amp;lt;/font&amp;gt;   ====&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;ID02F1C=02F1C|obligaciones|regimen|Extensible1.controlInterno1|Extensible1.controlInterno2&lt;br /&gt;
|Extensible1.nombre|Extensible1.valor&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Nota:&#039;&#039;&#039; Si Extensible1.valor se debe enviar un pipe (|) al final de la cadena&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt; transportadorDireccion&amp;lt;/font&amp;gt;   ====&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;ID02F1D=02F1D|aCuidadoDe|aLaAtenciónDe|bloque|buzon|calle|calleAdicional|ciudad&lt;br /&gt;
|codigoDepartamento|correccionHusoHorario|departamento|departamentoOrg&lt;br /&gt;
|direccion|distrito|habitacion|lenguaje|municipio|nombreEdificio|numeroEdificio&lt;br /&gt;
|numeroParcela|pais|piso|region|subDivision|ubicación|zonaPostal|Extensible1.controlInterno1&lt;br /&gt;
|Extensible1.controlInterno2|Extensible1.nombre|Extensible1.valor&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Nota:&#039;&#039;&#039; Si Extensible1.valor se debe enviar un pipe (|) al final de la cadena&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt; direccionDespacho &amp;lt;/font&amp;gt;   ====&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;ID02F2=02F2|aCuidadoDe|aLaAtenciónDe|bloque|buzon|calle|calleAdicional|ciudad&lt;br /&gt;
|codigoDepartamento|correccionHusoHorario|departamento|departamentoOrg&lt;br /&gt;
|direccion|distrito|habitacion|lenguaje|municipio|nombreEdificio|numeroEdificio&lt;br /&gt;
|numeroParcela|pais|piso|region|subDivision|ubicación|zonaPostal|&lt;br /&gt;
Extensible1.controlInterno1|Extensible1.controlInterno2|Extensible1.nombre|Extensible1.valor&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Nota:&#039;&#039;&#039; Si Extensible1.valor se debe enviar un pipe (|) al final de la cadena&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt; direccionEntrega &amp;lt;/font&amp;gt;   ====&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;ID02F3=02F3aCuidadoDe|aLaAtenciónDe|bloque|buzon|calle|calleAdicional|ciudad|codigoDepartamento&lt;br /&gt;
|correccionHusoHorario|departamento|departamentoOrg|direccion|distrito|habitacion&lt;br /&gt;
|lenguaje|municipio|nombreEdificio|numeroEdificio|numeroParcela|pais|piso&lt;br /&gt;
|region|subDivision|ubicación|zonaPostal|Extensible1.controlInterno1|&lt;br /&gt;
Extensible1.controlInterno2|Extensible1.nombre|Extensible1.valor&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Nota:&#039;&#039;&#039; Si Extensible1.valor se debe enviar un pipe (|) al final de la cadena&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
Si se envía:&lt;br /&gt;
&#039;&#039;&#039;EntMerc =&#039;&#039;&#039; ID02F&amp;lt;span style=&amp;quot;color:#000000; background:#00FF00&amp;quot;&amp;gt;%%&amp;lt;/span&amp;gt;ID02F1&amp;lt;span style=&amp;quot;color:#000000; background:#00FF00&amp;quot;&amp;gt;%%&amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Si no se desea envía:&lt;br /&gt;
&#039;&#039;&#039;EntMerc =&#039;&#039;&#039; &amp;quot;&amp;quot; &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Observaciones:&#039;&#039;&#039;&lt;br /&gt;
*Los identificadores ID02F1A, 02F1B1, 02F1C, 02F1D1, 02F2A, 02F3A son repetibles&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== String ImpuestosFactura ===&lt;br /&gt;
Esta cadena contiene la información referente a los impuestos aplicados en el documento.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt; ImpuestosGenerales &amp;lt;/font&amp;gt;   ====&lt;br /&gt;
(13 Campos, 12 pipes “|”):&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;ID02G=02G|baseImponibleTOTALImp|codigoTOTALImp|controlInterno|porcentajeTOTALImp&lt;br /&gt;
|unidadMedida|unidadMedidaTributo|valorTOTALImp|valorTributoUnidad|Extensible1.controlInterno1&lt;br /&gt;
|Extensible1.controlInterno2|Extensible1.nombre|Extensible1.valor&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Nota:&#039;&#039;&#039; Si Extensible1.valor se debe enviar un pipe (|) al final de la cadena&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt; ImpuestosTotales &amp;lt;/font&amp;gt;   ====&lt;br /&gt;
(8 Campos, 7 pipes “|”):    &lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;ID02H=02H|codigoTOTALImp|montoTotal|Extensible1.controlInterno1|Extensible1.controlInterno2&lt;br /&gt;
|Extensible1.nombre|Extensible1.valor|redondeoAplicado&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;u&amp;gt;&amp;lt;center&amp;gt;&#039;&#039;&#039;ImpuestosFactura =&#039;&#039;&#039; ID02G&amp;lt;span style=&amp;quot;color:#000000; background:#00FF00&amp;quot;&amp;gt;%%&amp;lt;/span&amp;gt;ID02H&amp;lt;/center&amp;gt;&amp;lt;/u&amp;gt;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Nota:&#039;&#039;&#039; En caso de enviar el campo redondeoAplicado vacío se tomará por defecto 0.00&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Nota:&#039;&#039;&#039; Si el campo redondeoAplicado  se encuentra vacío debe enviar un pipe (|) al final de la cadena.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;u&amp;gt;Obsercaciones:&amp;lt;/u&amp;gt;&lt;br /&gt;
*Los identificadores ID02G, ID02H son repetibles&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
=== String MpOcTe ===&lt;br /&gt;
Esta cadena contiene la información referente a Medios de pagos, Orden de compra y términos de entrega. &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt; MediosPago &amp;lt;/font&amp;gt;   ====&lt;br /&gt;
(15 Campos, 14 pipes “|”):&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;ID02J=02J|codigoBanco|codigoCanalPago|codigoReferencia|fechaDeVencimiento|medioPago|metodoDePago&lt;br /&gt;
|nombreBanco|numeroDeReferencia|numeroDias|numeroTransferencia|Extensible1.controlInterno1&lt;br /&gt;
|Extensible1.controlInterno2|Extensible1.nombre|Extensible1.valor&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Nota:&#039;&#039;&#039; Si Extensible1.valor se debe enviar un pipe (|) al final de la cadena  &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt; MediosPago &amp;lt;/font&amp;gt;   ====&lt;br /&gt;
(15 Campos, 14 pipes “|”):&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;ID02J=02J|codigoBanco|codigoCanalPago|codigoReferencia|fechaDeVencimiento|medioPago|metodoDePago&lt;br /&gt;
|nombreBanco|numeroDeReferencia|numeroDias|numeroTransferencia|Extensible1.controlInterno1&lt;br /&gt;
|Extensible1.controlInterno2|Extensible1.nombre|Extensible1.valor&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Nota:&#039;&#039;&#039; Si Extensible1.valor se debe enviar un pipe (|) al final de la cadena  &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt; Orden_Compra  &amp;lt;/font&amp;gt;   ====&lt;br /&gt;
(12 Campos, 11 pipes “|”): &lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;ID02K=02K|codigoCliente|fecha|numeroOrden|numeroPedido|tipoCUFE|tipoOrden&lt;br /&gt;
|uuid|Extensible1.controlInterno1|Extensible1.controlInterno2|Extensible1.nombre|Extensible1.valor&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Nota:&#039;&#039;&#039; Si Extensible1.valor se debe enviar un pipe (|) al final de la cadena  &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt; Terminos_Entrega &amp;lt;/font&amp;gt;   ====&lt;br /&gt;
(10 Campos, 9 pipes “|”):    &lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;ID02N=02N|codigoCondicionEntrega|costoTransporte|identificacion|monto&lt;br /&gt;
|responsableEntrega|Extensible1.controlInterno1|Extensible1.controlInterno2|Extensible1.nombre|Extensible1.valor&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Nota:&#039;&#039;&#039; Si Extensible1.valor se debe enviar un pipe (|) al final de la cadena&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;u&amp;gt;&amp;lt;center&amp;gt;&#039;&#039;&#039;MpOcTe =&#039;&#039;&#039; ID02J&amp;lt;span style=&amp;quot;color:#000000; background:#00FF00&amp;quot;&amp;gt;%%&amp;lt;/span&amp;gt;ID02K&amp;lt;span style=&amp;quot;color:#000000; background:#00FF00&amp;quot;&amp;gt;%%&amp;lt;/span&amp;gt;ID02N&amp;lt;/center&amp;gt;&amp;lt;/u&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Observaciones:&#039;&#039;&#039;&lt;br /&gt;
*Los identificadores ID02J, ID02K son repetibles&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== String TcTcaIa ===&lt;br /&gt;
Esta cadena contiene la información referente a la tasa de cambio, tasa de cambio alternativa e información adicional.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt; TasaCambio &amp;lt;/font&amp;gt;   ====&lt;br /&gt;
(13 Campos, 12 pipes “|”):&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;ID02L=02L|baseMonedaDestino|baseMonedaOrigen|fechaDeTasaDeCambio|indicadorDeTasa&lt;br /&gt;
|monedaDestino|monedaOrigen|operadorCalculo|tasaDeCambio|Extensible1.controlInterno1&lt;br /&gt;
|Extensible1.controlInterno2|Extensible1.nombre|Extensible1.valor&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Nota:&#039;&#039;&#039; Si Extensible1.valor se debe enviar un pipe (|) al final de la cadena&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt; TasaCambioAlternativa &amp;lt;/font&amp;gt;   ====&lt;br /&gt;
(13 Campos, 12 pipes “|”):&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;ID02M=02M|baseMonedaDestino|baseMonedaOrigen|fechaDeTasaDeCambio|indicadorDeTasa&lt;br /&gt;
|monedaDestino|monedaOrigen|operadorCalculo|tasaDeCambio|Extensible1.controlInterno1&lt;br /&gt;
|Extensible1.controlInterno2|Extensible1.nombre|Extensible1.valor&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Nota:&#039;&#039;&#039; Si Extensible1.valor se debe enviar un pipe (|) al final de la cadena&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt; InformacionAdicional  &amp;lt;/font&amp;gt;   ====&lt;br /&gt;
(2 Campos, 1 pipes “|”):    &lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;ID02I=02I|Texto&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;u&amp;gt;&amp;lt;center&amp;gt;&#039;&#039;&#039;TcTcaIa=&#039;&#039;&#039; ID02L&amp;lt;span style=&amp;quot;color:#000000; background:#00FF00&amp;quot;&amp;gt;%%&amp;lt;/span&amp;gt;ID02M&amp;lt;span style=&amp;quot;color:#000000; background:#00FF00&amp;quot;&amp;gt;%%&amp;lt;/span&amp;gt;ID02I&amp;lt;/center&amp;gt;&amp;lt;/u&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Observaciones:&#039;&#039;&#039;&lt;br /&gt;
*Los identificadores ID02I son repetibles&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== String DetalleDeFactura ===&lt;br /&gt;
Esta cadena contiene la información referente a los items &lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt; DetalleDeFactura &amp;lt;/font&amp;gt;   ====&lt;br /&gt;
(43 Campos, 42 pipes “|”):&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;ID03=03|cantidaPorEmpaque|CantidadReal|CantidadRealUnidadMedida|cantidadUnidades&lt;br /&gt;
|codigoFabricante|codigoIdentificacionPais|codigoProducto|codigoTipoPrecio|descripcion&lt;br /&gt;
|descripcionTecnica|estandarCodigo|estandarCodigoID|estandarCodigoIdentificador|estandarCodigoProducto&lt;br /&gt;
|estandarOrganizacion|estandarSubcodigoProducto|mandatorioNumeroIdentificacion|mandatorioNumeroIdentificacionDV&lt;br /&gt;
|mandatorioTipoIdentificacion|marca|modelo|muestraGratis|NombreFabricante|nota|precioReferencia&lt;br /&gt;
|precioTotal|precioTotalSinImpuestos|PrecioVentaUnitario|secuencia|seriales|subCodigoFabricante&lt;br /&gt;
|subcodigoProducto|tipoAIU|unidadMedida|informacionAdicional|Extensible1.controlInterno1&lt;br /&gt;
|Extensible1.controlInterno2|Extensible1.nombre|Extensible1.valor|descripcion2|descripcion3| idEsquema&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Nota:&#039;&#039;&#039; Si envía vacío el campo idEsquema se debe enviar un pipe (|) al final de la cadena  &lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt; DF_CargosDescuentos &amp;lt;/font&amp;gt;   ====&lt;br /&gt;
(12 Campos, 11 pipes “|”):&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;ID03A=03A|codigo|descripcion|indicador|monto|montoBase|porcentaje|secuencia&lt;br /&gt;
|Extensible1.controlInterno1|Extensible1.controlInterno2|Extensible1.nombre|Extensible1.valor&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Nota:&#039;&#039;&#039; Si Extensible1.valor se debe enviar un pipe (|) al final de la cadena  &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt; DF_ImpDet  &amp;lt;/font&amp;gt;   ====&lt;br /&gt;
(13 Campos, 12 pipes “|”):&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;ID03C=03C|baseImponibleTOTALImp|codigoTOTALImp|controlInterno|porcentajeTOTALImp&lt;br /&gt;
|unidadMedida|unidadMedidaTributo|valorTOTALImp|valorTributoUnidad|Extensible1.controlInterno1&lt;br /&gt;
|Extensible1.controlInterno2|Extensible1.nombre|Extensible1.valor&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Nota:&#039;&#039;&#039; Si Extensible1.valor se debe enviar un pipe (|) al final de la cadena  &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt; DF_ImpTot  &amp;lt;/font&amp;gt;   ====&lt;br /&gt;
(8 Campos, 7 pipes “|”):    &lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;ID03D=03D|codigoTOTALImp|montoTotal|Extensible1.controlInterno1|Extensible1.controlInterno2&lt;br /&gt;
|Extensible1.nombre|Extensible1.valor|redondeoAplicado&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Nota:&#039;&#039;&#039; En caso de enviar el campo redondeoAplicado vacio se tomara por defecto 0.00&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Nota:&#039;&#039;&#039;&amp;lt;span style=&amp;quot;color:#000000; background:#FFFF00&amp;quot;&amp;gt; Si el campo redondeoAplicado  se encuentra vacío debe enviar un pipe (|) al final de la cadena &amp;lt;/span&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Observaciones:&#039;&#039;&#039;&lt;br /&gt;
*Separación entre campos del ítem: $$&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt; DF_InformacionAdicional    &amp;lt;/font&amp;gt;   ====&lt;br /&gt;
(7 Campos, 6 pipes “|”):    &lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;ID03E=03E|nombre|valor|código|cantidad|secuencia|unidadMedidaTransporte&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Nota:&#039;&#039;&#039;Si el campo unidadMedidaTransporte se encuentra vacío debe enviar un pipe (|) al final de la cadena &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Observaciones:&#039;&#039;&#039;&lt;br /&gt;
*Separación entre ítems: ¬(Ejemplo: item1¬item2)&lt;br /&gt;
&lt;br /&gt;
&amp;lt;u&amp;gt;&amp;lt;center&amp;gt;&#039;&#039;&#039;DetalleDeFactura =&#039;&#039;&#039;ID03&amp;lt;span style=&amp;quot;color:#000000; background:#00FF00&amp;quot;&amp;gt;$$&amp;lt;/span&amp;gt;ID03A&amp;lt;span style=&amp;quot;color:#000000; background:#00FF00&amp;quot;&amp;gt;$$&amp;lt;/span&amp;gt;ID03C&amp;lt;span style=&amp;quot;color:#000000; background:#00FF00&amp;quot;&amp;gt;$$&amp;lt;/span&amp;gt;ID03D&amp;lt;span style=&amp;quot;color:#000000; background:#00FF00&amp;quot;&amp;gt;$$&amp;lt;/span&amp;gt;ID03E (Si se envía descuento) &amp;lt;/u&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;u&amp;gt;&amp;lt;center&amp;gt;&#039;&#039;&#039;DetalleDeFactura =&#039;&#039;&#039;ID03&amp;lt;span style=&amp;quot;color:#000000; background:#00FF00&amp;quot;&amp;gt;$$&amp;lt;/span&amp;gt;ID03C&amp;lt;span style=&amp;quot;color:#000000; background:#00FF00&amp;quot;&amp;gt;$$&amp;lt;/span&amp;gt;ID03D&amp;lt;span style=&amp;quot;color:#000000; background:#00FF00&amp;quot;&amp;gt;$$&amp;lt;/span&amp;gt;ID03E &amp;lt;span style=&amp;quot;color:#000000; background:#00FF00&amp;quot;&amp;gt;$$&amp;lt;/span&amp;gt;ID03E (Si NO se envía descuento) &amp;lt;/u&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;u&amp;gt;&amp;lt;center&amp;gt;&#039;&#039;&#039;DetalleDeFactura =&#039;&#039;&#039;ID03&amp;lt;span style=&amp;quot;color:#000000; background:#00FF00&amp;quot;&amp;gt;$$&amp;lt;/span&amp;gt;ID03C&amp;lt;span style=&amp;quot;color:#000000; background:#00FF00&amp;quot;&amp;gt;$$&amp;lt;/span&amp;gt;ID03D (Si NO se envía descuento ni información Adicional) &amp;lt;/u&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== String Extras ===&lt;br /&gt;
Esta cadena contiene los campos extras que se deseen agregar al objeto factura.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;u&amp;gt;&amp;lt;center&amp;gt;&#039;&#039;&#039;Extras = &#039;&#039;&#039;&amp;lt;font color=&amp;quot;Blue&amp;gt;04&amp;lt;/font&amp;gt;ID03A|controlInterno1|controlInterno2|nombre|pdf|valor|xml&amp;lt;/u&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Observaciones:&#039;&#039;&#039;&lt;br /&gt;
*El string Extras es repetible.&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== String SectorSalud ===&lt;br /&gt;
Esta cadena contiene la información referente al sector salud:&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt; sectorSalud &amp;lt;/font&amp;gt;   ====&lt;br /&gt;
(4 Campos, 3 pipes “|”):&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;ID06=06|TipoIdentificacion|IdPersonalizacion|TipoEscenario&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt; DireccionResidencia &amp;lt;/font&amp;gt;   ====&lt;br /&gt;
(30 Campos, 29 pipes “|”):&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;ID06A=06A|aCuidadoDe|aLaAtenciónDe|bloque|buzon|calle|calleAdicional|ciudad&lt;br /&gt;
|codigoDepartamento|correccionHusoHorario|departamento|departamentoOrg|direccion&lt;br /&gt;
|distrito|habitacion|lenguaje|municipio|nombreEdificio|numeroEdificio|numeroParcela&lt;br /&gt;
|pais|piso|region|subDivision|ubicación|zonaPostal|Extensible1.controlInterno1&lt;br /&gt;
|Extensible1.controlInterno2|Extensible1.nombre|Extensible1.valor&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt; CamposGenerales  &amp;lt;/font&amp;gt;   ====&lt;br /&gt;
(3 Campos, 2 pipes “|”):&lt;br /&gt;
&lt;br /&gt;
Esta cadena contiene la información referente a los Pacientes. &lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;ID06B=06B|Nombre|Valor&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Nota:&#039;&#039;&#039;Los camposGenerales se encuentran numerados según el orden establecido en la resolución.&lt;br /&gt;
*El string CamposGenerales es repetible. &lt;br /&gt;
&amp;lt;u&amp;gt;&amp;lt;center&amp;gt;&#039;&#039;&#039;Separación entre Pacientes:&#039;&#039;&#039;&amp;lt;/u&amp;gt; &amp;lt;span style=&amp;quot;color:#000000; background:#FFFF00&amp;quot;&amp;gt;“¬”&amp;lt;/span&amp;gt;  &amp;lt;span style=&amp;quot;color:#000000; background:#FFFF00&amp;quot;&amp;gt;(Ejemplo: Paciente1¬Paciente2)&amp;lt;/span&amp;gt;  &lt;br /&gt;
 &amp;lt;/center&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt; Sextras &amp;lt;/font&amp;gt;   ====&lt;br /&gt;
(7 Campos, 6 pipes “|”):&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;ID06C=06C|controlInterno1|controlInterno2|nombre|pdf|valor|xml&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
*El string Extras es repetible. &lt;br /&gt;
&amp;lt;u&amp;gt;&amp;lt;center&amp;gt;&#039;&#039;&#039;SectorSalud= &#039;&#039;&#039; ID06 +&amp;lt;span style=&amp;quot;color:#000000; background:#00FF00&amp;quot;&amp;gt;“%”&amp;lt;/span&amp;gt; + ID06A + &amp;lt;span style=&amp;quot;color:#000000; background:#00FF00&amp;quot;&amp;gt;“%%”&amp;lt;/span&amp;gt; + ID06B + &amp;lt;span style=&amp;quot;color:#000000; background:#00FF00&amp;quot;&amp;gt;“%%”&amp;lt;/span&amp;gt;+ ID06C  &lt;br /&gt;
 &amp;lt;/center&amp;gt;&amp;lt;/u&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== String Adjunto ===&lt;br /&gt;
Caracter que establece si el documento que se emite contendrá o no adjuntos. Valores posibles:&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
* “0” No se admiten adjuntos. Se genera XML y representación Gráfica estándar por The Factory HKA.&lt;br /&gt;
* “1” Admite archivos adjuntos. Se genera XML y representación Gráfica estándar por The Factory HKA.&lt;br /&gt;
* “10” No se admiten adjuntos. Se genera solo XML sin representación Gráfica estándar por The Factory HKA.&lt;br /&gt;
* “11” Admite archivos adjuntos. Se genera solo XML sin representación gráfica estándar por The Factory HKA.&lt;br /&gt;
&lt;br /&gt;
=== String debugMode ===&lt;br /&gt;
Flag para indicar a la dll que registre el log de debug en pruebas.&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Respuesta de método Enviar ===&lt;br /&gt;
Las respuestas se darán en un archivo de texto plano con nombre hkafact21fresult.txt con la siguiente estructura:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:01|codigo|consecutivoDocumento|cufe|fechaRespuesta|hash|mensaje|resultado|tipoCufe|1|nombre|fechaAceptacionDIAN&lt;br /&gt;
&lt;br /&gt;
:01A|mensajeValidacion &lt;br /&gt;
&lt;br /&gt;
:01B|reglasValidacionDIAN&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Nota:&#039;&#039;&#039;El string del QR se escribe en un archivo de texto llamado string_QR.txt&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Nota:&#039;&#039;&#039;La dll también dispone del método EnviarCustom, similar al anterior con la diferencia de que este método permite generar el archivo plano de resultado con un nombre diferente y en un directorio distinto al local mediante el parámetro NombreArchivo. Para más detalles ver código ejemplo suministrado en el SDK. &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;== &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;Método EnviarArchivo &amp;lt;/font&amp;gt;==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Función que permite adjuntar o enviar archivos (anexos) por email durante la emisión del documento electrónico. Este método se ejecuta después de consumir el método Enviar con el parámetro adjuntos en “1” o en “11”. &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039; Declaración &#039;&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt; INT EnviarArchivo (string URLAdj, string tokenEmpresa, string tokenPassword, string ndocumento, string enviar, string formato, string nombre, string tipo, string email, string ruta, bool debugMode).&amp;lt;/pre&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039; String URLAdj&#039;&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
*URL del servicio de carga de Adjuntos (Sin ?wsdl).&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039; String tokenEmpresa &#039;&#039;&#039;  &amp;lt;/big&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
*Token asignado por la plataforma de TFHKA.&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039;String tokenPassword&#039;&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
*Token asignado por la plataforma de TFHKA.&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039;String ndocumento &#039;&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
Prefijo y consecutivo del Documento electrónico concatenado sin separadores (Documento al cual se adjuntará el archivo).&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039; String enviar &#039;&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
Parámetro que indica la finalización de la carga de adjuntos. Posee dos valores:&lt;br /&gt;
* “0” Adjunta el archivo y lo asocia al documento electrónico sin enviar el email al Adquiriente.&lt;br /&gt;
* “1” Adjunta el archivo y lo asocia al documento electrónico y envía el email al Adquiriente.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039;String formato &#039;&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
Extension del archivo adjunto, formatos permitidos: png, bmp, jpg, pdf, doc, docx, xsl, xlsx, ppt, pptx.&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039;String nombre &#039;&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
Nombre que tomará el archive adjunto.&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039;String tipo &#039;&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
“2” Cuando se va a enviar otros documentos adicionales a la factura, adicional a esto el&amp;lt;strong&amp;gt; parámetro &amp;lt;enviar&amp;gt; &amp;lt;/strong&amp;gt;en &amp;quot;0&amp;quot; esto para indicarle a nuestra plataforma que sincronice el adjunto pero que aún no lo envíe ya que cuando se declara el &amp;lt;strong&amp;gt;parámetro &amp;lt;enviar&amp;gt;&amp;lt;/strong&amp;gt; en &amp;quot;1&amp;quot; que es para indicarle a nuestra plataforma que es el último adjunto. &lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039;String email&#039;&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
Correo al cual se dese enviar el XML (AttachedDocument), la Representación Gráfica y los anexos o adjuntos.&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039; String ruta &#039;&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
Cadena de caracteres con la ubicación del archivo que será enviado a través del servicio.&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039;String debugMode&#039;&#039;&#039;&amp;lt;/big&amp;gt; &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Flag para indicar a la dll que registre el log de debug en pruebas.&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;font color= &amp;quot;Red&amp;quot;&amp;gt;&#039;&#039;&#039;@IMPORTANTE:&#039;&#039;&#039;&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Al emitir un documento electrónico con el parámetro Adjunto en “1” u “11” el email no se enviará al adquiriente hasta no consumir el método &#039;&#039;&#039;EnviarArchivo.&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Respuesta de método EnviarArchivo===&lt;br /&gt;
Las respuestas se darán en un archivo de texto plano con nombre hkafact21fresult.txt con la siguiente estructura:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:01|codigo| mensaje|resultado&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;== &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;Método EstadoDocumento &amp;lt;/font&amp;gt;==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Función que permite consultar el estado de un documento emitido previamente.  &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039; Declaración &#039;&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt; INT EstadoDocumento (string URL, string tokenEmpresa, string tokenPassword, string documento, bool debugMode)&amp;lt;/pre&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039; String URLAdj&#039;&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
*URL del servicio de carga de Adjuntos (Sin ?wsdl).&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039; String tokenEmpresa &#039;&#039;&#039;  &amp;lt;/big&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
*Token asignado por la plataforma de TFHKA.&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039;String tokenPassword&#039;&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
*Token asignado por la plataforma de TFHKA.&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039;String ndocumento &#039;&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
Prefijo y consecutivo del Documento electrónico concatenado sin separadores (Documento al cual se adjuntará el archivo).&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039;String debugMode&#039;&#039;&#039;&amp;lt;/big&amp;gt; &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Flag para indicar a la dll que registre el log de debug en pruebas.&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Respuesta método EstadoDocumento===&lt;br /&gt;
Las respuestas se darán en un archivo de texto plano con nombre hkafact21fresult con la siguiente estructura:Las respuestas se darán en un archivo de texto plano con nombre hkafact21fresult.txt con la siguiente estructura:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:01|codigo|estatusDocumento|ambiente|cadenaCufe|consecutivo|cufe|descripcionDocumento|descripcionEstatusDocumento|entregaMetodoDIAN&lt;br /&gt;
:|esValidoDIAN|estatusDocumento|fechaDocumento|mensaje|mensajeDocumento|poseeAdjuntos|poseeRepresentacionGrafica|resultado&lt;br /&gt;
:|tipoCufe|tipoDocumento|trackID|fechaAceptacionDIAN&lt;br /&gt;
&lt;br /&gt;
:01A|ambienteDIAN|codigo|comentario|cufe|descripcionEvento|emisorNumeroDocumento|emisorNumeroDocumentoDV|emisorRazonSocial&lt;br /&gt;
:|emisorTipoIdentificacion|fechaEmision|fechaRecepcion|hash|idPerfilDIAN|mensaje|nombreArchivoXML|nota|numeroDelEvento&lt;br /&gt;
:|receptorNumeroDocumento|receptorNumeroDocumentoDV|receptorRazonSocial|receptorTipoIdentificacion|resultado|tipoCufe|&lt;br /&gt;
:tipoEvento|versionUBL|xml&lt;br /&gt;
&lt;br /&gt;
:01A1|codigoInterno1|codigoInterno2|nombre|valor	&lt;br /&gt;
&lt;br /&gt;
:01B|canalDeEntrega|email|entregaEstatus|entregaEstatusDescripcion|entregaFecha|fechaProgramada|mensajePersonalizado&lt;br /&gt;
:|nitProveedorReceptor|recepcionEmailComentario|recepcionEmailEstatus|recepcionEmailFecha|recepcionEmailIPAddress|telefono&lt;br /&gt;
&lt;br /&gt;
:01C|reglasValidacionDIAN&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Nota:&#039;&#039;&#039;El string del QR se escribe en un archivo de texto llamado string_QR.txt&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Nota:&#039;&#039;&#039;La dll también dispone del método EstadoDocumentoCustom, similar al anterior con la diferencia de que este método permite generar el archivo plano de resultado con un nombre diferente y en un directorio distinto al local mediante el parámetro NombreArchivo. Para más detalles ver código ejemplo suministrado en el SDK. &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;== &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;Método FoliosRestantes  &amp;lt;/font&amp;gt;==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Función que permite consultar la cantidad de folios disponibles&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039; Declaración &#039;&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt; INT FoliosRestantes (string URL, string tokenEmpresa, string tokenPassword, string otro, bool debugMode)&amp;lt;/pre&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039; String URLAdj&#039;&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
*URL del servicio de carga de Adjuntos (Sin ?wsdl).&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039; String tokenEmpresa &#039;&#039;&#039;  &amp;lt;/big&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
*Token asignado por la plataforma de TFHKA.&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039;String tokenPassword&#039;&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
*Token asignado por la plataforma de TFHKA.&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;bi&amp;gt;&#039;&#039;&#039; String otro &#039;&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
Actualmente en desuso, campo reservado para futuras versiones.&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039;String debugMode&#039;&#039;&#039;&amp;lt;/big&amp;gt; &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Flag para indicar a la dll que registre el log de debug en pruebas.&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Respuesta método FoliosRestantes:===&lt;br /&gt;
Las respuestas se darán en un archivo de texto plano con nombre hkafact21fresult con la siguiente estructura:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:código|foliosRestantes|mensaje|resultados.&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;== &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;Método EnvioCorreoAdjuntos &amp;lt;/font&amp;gt;==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Función que permite reenviar el correo de notificación que se emite cuando se genera un documento electrónico con adjuntos &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039; Declaración &#039;&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt; INT EnvioCorreoAdjuntos (string URL, string tokenEmpresa, string tokenPassword, string documento,&lt;br /&gt;
 string correo, string adjunto, bool debugMode)&amp;lt;/pre&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039; String URLAdj&#039;&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
*URL del servicio de carga de Adjuntos (Sin ?wsdl).&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039; String tokenEmpresa &#039;&#039;&#039;  &amp;lt;/big&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
*Token asignado por la plataforma de TFHKA.&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039;String tokenPassword&#039;&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
*Token asignado por la plataforma de TFHKA.&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039; String documento &#039;&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Prefijo y consecutivo del Documento electrónico concatenado sin separadores (Documento que se quiere reenviar).&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039; String correo&#039;&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Correo al cual se dese enviar el XML (AttachedDocument) y la Representación Gráfica Estándar si aplica.&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039; String adjunto&#039;&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Carácter que establece si el documento será reenviado con adjuntos. Valores posibles:&lt;br /&gt;
* “0” Realiza el reenvió del correo sin adjuntos&lt;br /&gt;
* “1” Realiza el reenvió del correo con los adjuntos almacenados durante la emisión del documento.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039;String debugMode&#039;&#039;&#039;&amp;lt;/big&amp;gt; &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Flag para indicar a la dll que registre el log de debug en pruebas.&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Respuesta método EnvioCorreoAdjuntos===&lt;br /&gt;
Las respuestas se darán en un archivo de texto plano con nombre hkafact21fresult con la siguiente estructura:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:código|mensaje|resultados.&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Nota:&#039;&#039;La dll también dispone del método EnvioCorreo, similar al anterior con la diferencia de que este no contiene el parámetro adjunto.&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;== &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;Método DescargarXML &amp;lt;/font&amp;gt;==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Función que permite descargar el XML Fiscal de un documento emitido previamente (solo el documento electrónico Invoice, CreditNote y DebitNote). El archivo XML es creado en el directorio local de la aplicación.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039; Declaración &#039;&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt; INT DescargarXML (string URL, string tokenEmpresa, string tokenPassword, string documento, bool debugMode))&amp;lt;/pre&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039; String URLAdj&#039;&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
*URL del servicio de carga de Adjuntos (Sin ?wsdl).&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039; String tokenEmpresa &#039;&#039;&#039;  &amp;lt;/big&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
*Token asignado por la plataforma de TFHKA.&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039;String tokenPassword&#039;&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
*Token asignado por la plataforma de TFHKA.&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039; String documento &#039;&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Prefijo y consecutivo del Documento electrónico concatenado sin separadores (Documento que se quiere consultar).&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039;String debugMode&#039;&#039;&#039;&amp;lt;/big&amp;gt; &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Flag para indicar a la dll que registre el log de debug en pruebas.&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Respuesta método DescargarXML ===&lt;br /&gt;
Las respuestas se darán en un archivo de texto plano con nombre hkafact21fresult con la siguiente estructura:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
código|mensaje|resultados.&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;== &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;Método DescargarPDF  &amp;lt;/font&amp;gt;==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Función que permite descargar la Representación Gráfica Estándar de un documento emitido previamente. El archivo PDF es creado en el directorio local de la aplicación.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039; Declaración &#039;&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;INT DescargarPDF (string URL, string tokenEmpresa, string tokenPassword, string documento, bool debugMode)&amp;lt;/pre&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039; String URLAdj&#039;&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
*URL del servicio de carga de Adjuntos (Sin ?wsdl).&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039; String tokenEmpresa &#039;&#039;&#039;  &amp;lt;/big&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
*Token asignado por la plataforma de TFHKA.&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039;String tokenPassword&#039;&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
*Token asignado por la plataforma de TFHKA.&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039; String documento &#039;&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Prefijo y consecutivo del Documento electrónico concatenado sin separadores (Documento que se quiere consultar).&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039;String debugMode&#039;&#039;&#039;&amp;lt;/big&amp;gt; &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Flag para indicar a la dll que registre el log de debug en pruebas.&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Respuesta método DescargarPDF ===&lt;br /&gt;
Las respuestas se darán en un archivo de texto plano con nombre hkafact21fresult con la siguiente estructura:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
código|mensaje|resultados.&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;font color= &amp;quot;Red&amp;quot;&amp;gt;&#039;&#039;&#039;@IMPORTANTE:&#039;&#039;&#039;&amp;lt;/font&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Si durante la emisión del documento (método &#039;&#039;&#039;Enviar&#039;&#039;&#039;) el parámetro &#039;&#039;&#039;adjuntos&#039;&#039;&#039; se asignó en “10” u “11”, la plataforma The Factory HKA - DFACTURE no generará representación gráfica (PDF) estándar, por lo tanto no se puede consumir éste método ya que el servicio arrojará un error indicando que NO existe PDF asociado, ya que se asume que la representación gráfica ha sido generada de manera local por el software de facturación (ERP). &lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;== &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;Método GenerarContenedor  &amp;lt;/font&amp;gt;==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Función que permite descargar el XML AttachedDocument de un documento emitido previamente (Este archivo contiene el XML de un documento electrónico (Invoice, CreditNote ó DebitNote) y todos los eventos (ApplicationResponse) generados hasta la fecha). El archivo XML es creado en el directorio local de la aplicación.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039; Declaración &#039;&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;INT GenerarContenedor (string URL, string tokenEmpresa, string tokenPassword, string documento, bool debugMode)&amp;lt;/pre&amp;gt;&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039; String URLAdj&#039;&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
*URL del servicio de carga de Adjuntos (Sin ?wsdl).&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039; String tokenEmpresa &#039;&#039;&#039;  &amp;lt;/big&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
*Token asignado por la plataforma de TFHKA.&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039;String tokenPassword&#039;&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
*Token asignado por la plataforma de TFHKA.&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039; String documento &#039;&#039;&#039;&amp;lt;/big&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Prefijo y consecutivo del Documento electrónico concatenado sin separadores (Documento que se quiere consultar).&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039;String debugMode&#039;&#039;&#039;&amp;lt;/big&amp;gt; &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Flag para indicar a la dll que registre el log de debug en pruebas.&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Respuesta método GenerarContenedor ===&lt;br /&gt;
Las respuestas se darán en un archivo de texto plano con nombre hkafact21fresult con la siguiente estructura:&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
código|mensaje|Fecha|Hash|resultados.&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;== &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;Ejemplo Strings Método Enviar &amp;lt;/font&amp;gt;==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
* Url= http://demoemision21.thefactoryhka.com.co/ws/v1.0/Service.svc &#039;&lt;br /&gt;
* TokenEmp=&#039;xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx&#039;&lt;br /&gt;
* TokenPas=&#039;xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx&#039;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039;GESTION DE STRINGS PARA PARAMETRO: datos_Cliente&#039;&#039;&#039;&amp;lt;/big&amp;gt; &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
* ID01=&amp;quot;01|Cristche|1|Evardho|ParedesMarquina|746260|31|email@gmail.com|3185853106|SI|0812|CHEV DEV|Cristche Paredes|cliente importante|0|123123123|||||&amp;quot;&lt;br /&gt;
* ID01A = &amp;quot;01A|0|email1@thefactoryhka.com;email2@gmail.com|2019-07-31 13:01:01|Mensaje programadito||1235467|||||&amp;quot;&lt;br /&gt;
* ID01B = &amp;quot;01B|01|||||&amp;quot;&lt;br /&gt;
* ID01E = &amp;quot;01E|1|Cristche Paredes|746260|0|456456|FE1|31&amp;quot;&lt;br /&gt;
* ID01F = &amp;quot;01F|O-13|04|||||&amp;quot;&lt;br /&gt;
* ID01C = &amp;quot;01C|Fulano|Sutano|1|POXBOX01|Principal|Los Chaimas|Bogotá, D.C.|11|-66.01|Bogotá|Soporte|Kr #71D 76-15|Los :Andes|Principal|es|11001|Chaima|16a|78|CO|2|sur|parcela||111061|||||&amp;quot;&lt;br /&gt;
* ID01D = &amp;quot;01D|Fulano|Sutano|1|POXBOX01|Principal|Los Chaimas|Bogotá, D.C.|11|-66.01|Bogotá|Soporte|Kr #71D 76-15|Los :Andes|Principal|es|11001|Chaima|16a|78|CO|2|sur|parcela||111061|||||&amp;quot;&lt;br /&gt;
:datos_Cliente = ID01 + &amp;quot;%&amp;quot; + ID01A + &amp;quot;%&amp;quot; + ID01B + &amp;quot;%&amp;quot; + ID01E + &amp;quot;%&amp;quot; + ID01F + &amp;quot;%%&amp;quot; + ID01C + &amp;quot;%%&amp;quot; + ID01D&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039;GESTION DE STRINGS PARA PARAMETRO: datos_factura&#039;&#039;&#039;&amp;lt;/big&amp;gt; &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
* datos_factura= &amp;quot; 02|01|CONSECUTIVO|RANGO-CAMPODESDE|2019-11-29 00:00:00|2019-10-29|COP|0.00|0.00|5980.00|7116.20|2||||0.00|10|0.00|5980.00|7116.20|0.00|1|&amp;quot;&lt;br /&gt;
* **datos_factura =&amp;quot;02|01|CONSECUTIVO|RANGO-CAMPODESDE|2019-11-29 00:00:00|2019-10-29|COP|0.00|0.00|5980.00|7116.20|2||||0.00|10|0.00|5980.00|7116.20|0.00|1|2&amp;quot; (Con  el campo tipoSector)&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039;GESTION DE STRINGS PARA PARAMETRO: anticAutorizado_CargDesc&#039;&#039;&#039;&#039;&amp;lt;/big&amp;gt; &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
* ID02A = &amp;quot;02A|2019-07-21|2019-07-21|12:12:12|1|instruccion|||||&amp;quot; (No es obligatorio)&lt;br /&gt;
* ID02A = &amp;quot;02A|&amp;quot;&lt;br /&gt;
* ID02B = &amp;quot;02B|&amp;quot; (No es obligatorio para nada)&lt;br /&gt;
* ID02B = &amp;quot;02B|&amp;quot;&lt;br /&gt;
* ID02C = &amp;quot;02C|11|descripcion del descuento|0|100.00|1980.00|5.00|1|||||&amp;quot; (No es obligatorio)&lt;br /&gt;
* ID02C = &amp;quot;02C|&amp;quot;&lt;br /&gt;
* anticAutorizado_CargDesc = ID02A + &amp;quot;%%&amp;quot; + ID02B + &amp;quot;%%&amp;quot; + ID02C&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039;GESTION DE STRINGS PARA PARAMETRO: CP_DR&#039;&#039;&#039;&#039;&amp;lt;/big&amp;gt; &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
* ID02D = &amp;quot;02D||nota en codicion de pago|10|1|2019-07-31|1|1|100.00|50.00|150.00|2019-07-21|2019-07-31|10.00|90.00|111222333&amp;quot; (No es obligatorio)&lt;br /&gt;
* ID02D = &amp;quot;02D|&amp;quot;&lt;br /&gt;
* ID02E=&amp;quot;02E|6|4|4191110db1f3c8060a4ce34e40c6ec6541ac1bd248264624bfe1b60fdf02aea7e15c5a49969cc08f498b938a9e3cd954|2019-07-29|2019-07-29|2019-07-29|PRUE21|CUFE-SHA384|Factura de Ventas|01|||||| || ¬02E1|descipcion documento referenciado&amp;quot; (Condicionado)&lt;br /&gt;
* ID02E=&amp;quot;02E|5|4|4191110db1f3c8060a4ce34e40c6ec6541ac1bd248264624bfe1b60fdf02aea7e15c5a49969cc08f498b938a9e3cd954|2019-07-29|2019-07-29|2019-07-29|PRUE21|CUFE-SHA384|Factura de Ventas|01|||||Copago|100.00|900895784 (con  los campos conceptoRecaudo,monto,numeroIdentificacion)&lt;br /&gt;
* ID02E = &amp;quot;02E|&amp;quot;&lt;br /&gt;
* CP_DR = ID02D + &amp;quot;%%&amp;quot; + ID02E&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039;GESTION DE STRINGS PARA PARAMETRO: EntMerc&#039;&#039;&#039;&amp;lt;/big&amp;gt; &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
* ID02F = &amp;quot;02F|2019-06-27 11:32:30|2019-06-29 11:32:30|2019-07-01 11:32:30|2019-07-01 11:32:30|1|ABCD123|||||&amp;quot;&lt;br /&gt;
* ID02F1 = &amp;quot;02F1|mail@gmail.com|1|1|Fulanito Gonzales|Pedrito Perez|Mercancia delicada|800123456|2|QWERT|PRUE|123456789|3451269|31|Juan Lopez|40012365|1|13|||||&amp;quot;&lt;br /&gt;
* ID02F1A = &amp;quot;02F1A|01|||||&amp;quot;&lt;br /&gt;
* ID02F1B = &amp;quot;02F1B|ResponsableEntrega|Sutano|1|POXBOX01|Principal|Los Chaimas|BOGOTÁ, D.C.|11|-66.01|Bogotá|Soporte|Kr #71D 76-15|Los Andes|Principal|es|11001|Chaima|16a|78|CO|2|sur|parcela||111061|||||&amp;quot;&lt;br /&gt;
* ID02F1C = &amp;quot;02F1C|O-12|04|||||&amp;quot;&lt;br /&gt;
* ID02F1D = &amp;quot;02F1D|TransportadorDireccion|Sutano|1|POXBOX01|Principal|Los Chaimas|BOGOTÁ, D.C.|11|-66.01|Bogotá|Soporte|Kr #71D 76-15|Los Andes|Principal|es|11001|Chaima|16a|78|CO|2|sur|parcela||111061|||||&amp;quot;&lt;br /&gt;
* ID02F2 = &amp;quot;02F2|direccionDespacho|Sutano|1|POXBOX01|Principal|Los Chaimas|BOGOTÁ, D.C.|11|-66.01|Bogotá|Soporte|Kr #71D 76-15|Los Andes|Principal|es|11001|Chaima|16a|78|CO|2|sur|parcela||111061|||||&amp;quot;&lt;br /&gt;
* ID02F3 = &amp;quot;02F3|direccionEntrega|Sutano|1|POXBOX01|Principal|Los Chaimas|BOGOTÁ, D.C.|11|-66.01|Bogotá|Soporte|Kr #71D 76-15|Los Andes|Principal|es|11001|Chaima|16a|78|CO|2|sur|parcela||111061|||||%02F3A|4|74|41|4|N|O|&amp;quot;&lt;br /&gt;
* EntMerc = ID02F + &amp;quot;%%&amp;quot; + ID02F1 + &amp;quot;%%&amp;quot; + ID02F1A + &amp;quot;%%&amp;quot; + ID02F1B + &amp;quot;%%&amp;quot; + ID02F1C + &amp;quot;%%&amp;quot; + ID02F1D + &amp;quot;%%&amp;quot; + ID02F2 + &amp;quot;%%&amp;quot; + ID02F3&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039;GESTION DE STRINGS PARA PARAMETRO: ImpuestosFactura&#039;&#039;&#039;&amp;lt;/big&amp;gt; &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
* ID02G = &amp;quot;02G|1980|01||19.00|KGM|94|376.20|0.00|||||&amp;quot;&lt;br /&gt;
* ID02H =&amp;quot;02H|01|1136.20|||||0.00&amp;quot;&lt;br /&gt;
* **ID02H =&amp;quot;02H|01|1136.20||||||&amp;quot; (sin el campo redondeoAplicado)&lt;br /&gt;
* ImpuestosFactura = ID02G + &amp;quot;%%&amp;quot; + ID02H&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039;GESTION DE STRINGS PARA PARAMETRO: MPOCTE&#039;&#039;&#039;&amp;lt;/big&amp;gt; &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
* ID02J = &amp;quot;02J|3356|0312|123QBCV|2019-01-01|10|1|Bancolombia|Referencia de pago 1|22|982467|||||&amp;quot;&lt;br /&gt;
* ID02K = &amp;quot;02K|987654|2019-04-29 00:00:00|1233456|321456|CUFE-SHA384|1|85b5cfa4-16af-48a0-9388-501e519ed659|||||&amp;quot; (No es obligatorio)&lt;br /&gt;
* ID02K = &amp;quot;02K|&amp;quot;&lt;br /&gt;
* ID02N = &amp;quot;02N|CFR|100.00|200311301|100.00|cliente|||||&amp;quot; (Condicionado)&lt;br /&gt;
* ID02N = &amp;quot;02N|&amp;quot;&lt;br /&gt;
* MPOCTE = ID02J + &amp;quot;%%&amp;quot; + ID02K + &amp;quot;%%&amp;quot; + ID02N&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039;GESTION DE STRINGS PARA PARAMETRO: TC_TCA_IA&#039;&#039;&#039;&amp;lt;/big&amp;gt; &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
* ID02L = &amp;quot;02L|0000001.00|0000001.00|2019-01-01|123456|USD|COP|Division|000000.50|||||&amp;quot; (Condicionado)&lt;br /&gt;
* ID02L = &amp;quot;02L|&amp;quot;&lt;br /&gt;
* &#039;ID02M = &amp;quot;02M|0000001.00|0000001.00|2019-01-01|123456|USD|COP|Division|000000.50|||||&amp;quot; (No es obligatorio)&lt;br /&gt;
* ID02M = &amp;quot;02M|&amp;quot;&lt;br /&gt;
* &#039;ID02I = &amp;quot;02I|Informacion Adicional de Pruebita&amp;quot; (No es obligatorio)&lt;br /&gt;
* ID02I = &amp;quot;02I|&amp;quot;&lt;br /&gt;
* TC_TCA_IA = ID02L + &amp;quot;%%&amp;quot; + ID02M + &amp;quot;%%&amp;quot; + ID02I&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039;GESTION DE STRINGS PARA PARAMETRO: Extras&#039;&#039;&#039;&amp;lt;/big&amp;gt; &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
* Extras = &amp;quot;04|||443|1|pedro picapiedra|1&amp;quot;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039;GESTION DE STRINGS PARA PARAMETRO: DetalleDeFactura&#039;&#039;&#039;&amp;lt;/big&amp;gt; &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
* ID03 = &amp;quot;03|1|1|94|1|||ABC123||Productico de prueba 1|primer producto para enviar al web service|999|||123||||||||0||nota en el producto01||2356.20|1980.00|1980.00|1|||||94||||||descripcion2|descripcion3||&amp;quot; (sin el campo idEsquema)&lt;br /&gt;
* ID03 = &amp;quot;03|1|1|94|1|||ABC123||Productico de prueba 1|primer producto para enviar al web service|999|||123||||||||0||nota en el producto01||2356.20|1980.00|1980.00|1|||||94||||||descripcion2|descripcion3|1&amp;quot;  (con el campo idEsquema)&lt;br /&gt;
* &#039;ID03A = &amp;quot;03A|00|descuento comercial 123456789|0|0.00|0.00|0.00|1|||||&amp;quot;(Descuento en el detalle)&lt;br /&gt;
* ID03C = &amp;quot;03C|1980.00|01||19.00|KGM|94|376.20||||||&amp;quot;&lt;br /&gt;
* ID03D = &amp;quot;03D|01|376.20|||||0.00&amp;quot;&lt;br /&gt;
* ID03E = &amp;quot;03E|03|24350| |2500000|1|WSD &amp;quot;&lt;br /&gt;
* &#039;DetalleDeFactura = ID03 + &amp;quot;$$&amp;quot; + ID03A + &amp;quot;$$&amp;quot; + ID03C + &amp;quot;$$&amp;quot; + ID03D + &amp;quot;$$&amp;quot; + ID03E (con Descuento Detalle)&lt;br /&gt;
* DetalleDeFactura = ID03 + &amp;quot;$$&amp;quot; + ID03C + &amp;quot;$$&amp;quot; + ID03D + &amp;quot;$$&amp;quot; + ID03E&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&#039;&#039;&#039;GESTION DE STRINGS PARA PARAMETRO: SectorSalud&#039;&#039;&#039;&amp;lt;/big&amp;gt; &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
* ID06= &amp;quot;06|01|SS-CUFE|02&amp;quot;&lt;br /&gt;
* ID06A= &amp;quot;06A|Fulano|Sutano|1|POXBOX01|Principal|Los Chaimas|Bogotá, D.C.|11|-66.01|Bogotá|Soporte|Kr #71D 76-15|Los Andes|Principal|es|11001|Chaima|16a|78|CO|2|sur|parcela||111061|||||&amp;quot;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&amp;lt;center&amp;gt;&amp;lt;font color=&amp;quot;Green&amp;quot;&amp;gt;**Los camposGenerales se encuentran numerados según el orden establecido en la resolución.&amp;lt;/font&amp;gt;&amp;lt;/center&amp;gt;&amp;lt;/big&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
&amp;lt;pre&amp;gt;ID06B = &amp;quot;06B|1|CODIGO_PRESTADOR&amp;quot;+ &amp;quot;%&amp;quot; + &amp;quot;06B|2|TIPO_DOCUMENTO_IDENTIFICACION&amp;quot; + &amp;quot;%&amp;quot; + &amp;quot;06B|3|NUMERO_DOCUMENTO_IDENTIFICACION&amp;quot; + &amp;quot;%&amp;quot; + &amp;quot;06B|4|PRIMER_APELLIDO&amp;quot;+  “%” + &amp;quot;06B|5|SEGUNDO_APELLIDO&amp;quot;+ &amp;quot;%&amp;quot; + &amp;quot;06B|6|PRIMER_NOMBRE&amp;quot; + &amp;quot;%&amp;quot; + &amp;quot;06B|7|SEGUNDO_NOMBRE&amp;quot; + &amp;quot;%&amp;quot; + &amp;quot;06B|8|TIPO_USUARIO&amp;quot; + &amp;quot;%&amp;quot; + &amp;quot;06B|9|MODALIDAD_CONTRATACION&amp;quot; + &amp;quot;%&amp;quot; + &amp;quot;06B|10|COBERTURA_PLAN_BENEFICIOS&amp;quot; +  &amp;quot;%&amp;quot; + &amp;quot;06B|11|NUMERO_AUTORIZACION&amp;quot; +  &amp;quot;%&amp;quot; + &amp;quot;06B|12|NUMERO_MIPRES&amp;quot; +  &amp;quot;%&amp;quot; + &amp;quot;06B|13|NUMERO_ENTREGA_MIPRES&amp;quot; +  &amp;quot;%&amp;quot; + &amp;quot;06B|14|NUMERO_CONTRATO&amp;quot; +  &amp;quot;%&amp;quot; + &amp;quot;06B|15|NUMERO_POLIZA&amp;quot; +  &amp;quot;%&amp;quot; + &amp;quot;06B|16|COPAGO&amp;quot; + &amp;quot;%&amp;quot; + &amp;quot;06B|17|CUOTA_MODERADORA&amp;quot; + &amp;quot;%&amp;quot; + &amp;quot;06B|18|CUOTA_RECUPERACION&amp;quot; + &amp;quot;%&amp;quot; + &amp;quot;06B|19|PAGOS_COMPARTIDOS&amp;quot;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&amp;lt;center&amp;gt;&amp;lt;font color=&amp;quot;Orange&amp;quot;&amp;gt;*** Varios pacientes:&amp;lt;/font&amp;gt;&amp;lt;/center&amp;gt;&amp;lt;/big&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;ID06B1 = &amp;quot;06B|1|CODIGO_PRESTADOR&amp;quot;+ &amp;quot;%&amp;quot; + &amp;quot;06B|2|TIPO_DOCUMENTO_IDENTIFICACION&amp;quot; + &amp;quot;%&amp;quot; + &amp;quot;06B|3|NUMERO_DOCUMENTO_IDENTIFICACION&amp;quot; + &amp;quot;%&amp;quot; + &amp;quot;06B|4|PRIMER_APELLIDO&amp;quot;+  “%” + &amp;quot;06B|5|SEGUNDO_APELLIDO&amp;quot;+ &amp;quot;%&amp;quot; + &amp;quot;06B|6|PRIMER_NOMBRE&amp;quot; + &amp;quot;%&amp;quot; + &amp;quot;06B|7|SEGUNDO_NOMBRE&amp;quot; + &amp;quot;%&amp;quot; + &amp;quot;06B|8|TIPO_USUARIO&amp;quot; + &amp;quot;%&amp;quot; + &amp;quot;06B|9|MODALIDAD_CONTRATACION&amp;quot; + &amp;quot;%&amp;quot; + &amp;quot;06B|10|COBERTURA_PLAN_BENEFICIOS&amp;quot; +  &amp;quot;%&amp;quot; + &amp;quot;06B|11|NUMERO_AUTORIZACION&amp;quot; +  &amp;quot;%&amp;quot; + &amp;quot;06B|12|NUMERO_MIPRES&amp;quot; +  &amp;quot;%&amp;quot; + &amp;quot;06B|13|NUMERO_ENTREGA_MIPRES&amp;quot; +  &amp;quot;%&amp;quot; + &amp;quot;06B|14|NUMERO_CONTRATO&amp;quot; +  &amp;quot;%&amp;quot; + &amp;quot;06B|15|NUMERO_POLIZA&amp;quot; +  &amp;quot;%&amp;quot; + &amp;quot;06B|16|COPAGO&amp;quot; + &amp;quot;%&amp;quot; + &amp;quot;06B|17|CUOTA_MODERADORA&amp;quot; + &amp;quot;%&amp;quot; + &amp;quot;06B|18|CUOTA_RECUPERACION&amp;quot; + &amp;quot;%&amp;quot; + &amp;quot;06B|19|PAGOS_COMPARTIDOS&amp;quot;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;ID06B2 = &amp;quot;06B|1|CODIGO_PRESTADOR&amp;quot;+ &amp;quot;%&amp;quot; + &amp;quot;06B|2|TIPO_DOCUMENTO_IDENTIFICACION&amp;quot; + &amp;quot;%&amp;quot; + &amp;quot;06B|3|NUMERO_DOCUMENTO_IDENTIFICACION&amp;quot; + &amp;quot;%&amp;quot; + &amp;quot;06B|4|PRIMER_APELLIDO&amp;quot;+  “%” + &amp;quot;06B|5|SEGUNDO_APELLIDO&amp;quot;+ &amp;quot;%&amp;quot; + &amp;quot;06B|6|PRIMER_NOMBRE&amp;quot; + &amp;quot;%&amp;quot; + &amp;quot;06B|7|SEGUNDO_NOMBRE&amp;quot; + &amp;quot;%&amp;quot; + &amp;quot;06B|8|TIPO_USUARIO&amp;quot; + &amp;quot;%&amp;quot; + &amp;quot;06B|9|MODALIDAD_CONTRATACION&amp;quot; + &amp;quot;%&amp;quot; + &amp;quot;06B|10|COBERTURA_PLAN_BENEFICIOS&amp;quot; +  &amp;quot;%&amp;quot; + &amp;quot;06B|11|NUMERO_AUTORIZACION&amp;quot; +  &amp;quot;%&amp;quot; + &amp;quot;06B|12|NUMERO_MIPRES&amp;quot; +  &amp;quot;%&amp;quot; + &amp;quot;06B|13|NUMERO_ENTREGA_MIPRES&amp;quot; +  &amp;quot;%&amp;quot; + &amp;quot;06B|14|NUMERO_CONTRATO&amp;quot; +  &amp;quot;%&amp;quot; + &amp;quot;06B|15|NUMERO_POLIZA&amp;quot; +  &amp;quot;%&amp;quot; + &amp;quot;06B|16|COPAGO&amp;quot; + &amp;quot;%&amp;quot; + &amp;quot;06B|17|CUOTA_MODERADORA&amp;quot; + &amp;quot;%&amp;quot; + &amp;quot;06B|18|CUOTA_RECUPERACION&amp;quot; + &amp;quot;%&amp;quot; + &amp;quot;06B|19|PAGOS_COMPARTIDOS&amp;quot;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;big&amp;gt;&amp;lt;center&amp;gt;&amp;lt;font color=&amp;quot;Orange&amp;quot;&amp;gt;Pacientes= ID06B1 + &amp;quot;¬&amp;quot; + ID06B2&amp;lt;/font&amp;gt;&amp;lt;/center&amp;gt;&amp;lt;/big&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;ID06C = &amp;quot;06C|||5170000|1|100.50|1&amp;quot;&lt;br /&gt;
SectorSalud= ID06 + &amp;quot;%&amp;quot; + ID06A + &amp;quot;%%&amp;quot; + ID06B + &amp;quot;%%&amp;quot; + ID06C&lt;br /&gt;
SectorSalud= ID06 + &amp;quot;%&amp;quot; + ID06A + &amp;quot;%%&amp;quot; + &amp;lt;font color=&amp;quot;Orange&amp;quot;Pacientes&amp;lt;/font&amp;gt; + &amp;quot;%%&amp;quot; + ID06C (Varios Pacientes)&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;Blue&amp;quot;&amp;gt;Adjuntos&amp;lt;/font&amp;gt;= &amp;quot;0&amp;quot;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Enviar (url, tokenEmp, tokenPas, datos_Cliente, Factura_Global, Antic_Autorizado_CargDesc, CondPago_DocReferencia, Entrega_Mercancia, Impuestos_Factura, MedPago_OC_TermEntrega, TasaCamb_TasaCambAlt_InfAdic, Extras, Detalle_De_Factura, Adjuntos, SectorSalud,  debugMode)&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;== &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;Ejemplo Strings Método EnviarArchivo&amp;lt;/font&amp;gt;==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
* Url= &#039;http://demoemision21.thefactoryhka.com.co/ws/adjuntos/Service.svc&#039;&lt;br /&gt;
* TokenEmp=&#039;xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx&#039;&lt;br /&gt;
* TokenPas=&#039;xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx&#039;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
* Ndocumento = “PRUE1”&lt;br /&gt;
* Enviar = “1”&lt;br /&gt;
* Formato =”pdf”&lt;br /&gt;
* Nombre = “Adjunto”&lt;br /&gt;
* Tipo = “2”&lt;br /&gt;
* Email = “integracion_fel_co@thefactoryhka.com”&lt;br /&gt;
* Ruta = “C:\Adjunto.PDF”&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;== &amp;lt;font color=&amp;quot;Blue&amp;quot;&amp;gt;Personalización del Correo&amp;lt;/font&amp;gt; ==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
El arreglo “extras” también permite manejar algunas funcionalidades especiales de la plataforma, como la de correo electrónico personalizado mediante el uso de los campos extensibles 11, 13 y 14. Para obtener más detalles, referirse al &#039;&#039;&#039;[https://felcowiki.thefactoryhka.com.co/index.php/Caracteristicas_adicionales_-_Indice_Manual_Integraci%C3%B3n_Directa#Correo_electr.C3.B3nico_personalizado MANUAL DE INTEGRACION DIRECTA (EMISIÓN - VAL. PREVIA)]&#039;&#039;&#039; sección &#039;&#039;PERSONALIZACIÓN DEL CORREO&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;== &amp;lt;font color=&amp;quot;Blue&amp;quot;&amp;gt;Generación De Notas Con Y Sin Referencia a Documentos&amp;lt;/font&amp;gt; ==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
En el anexo técnico V1.8 se plantea la emisión de notas de crédito y débito bajo los siguientes escenarios:&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Emisión de notas de Val. previa con referencia a facturas de Val. Previa&lt;br /&gt;
* Emisión de notas de Val. previa con referencia a facturas de Val. Posterior&lt;br /&gt;
* Emisión de notas de Val. previa sin referencia&lt;br /&gt;
&lt;br /&gt;
Para ello se debe tener en cuenta la estructura de la clase documentosReferenciados y el campo tipoOperación para cada escenarios. Para obtener más detalles, referirse al &#039;&#039;&#039;[https://felcowiki.thefactoryhka.com.co/index.php/Caracteristicas_adicionales_-_Indice_Manual_Integraci%C3%B3n_Directa#GENERACI.C3.93N_DE_NOTAS_CON_Y_SIN_REFERENCIA_A_DOCUMENTO MANUAL DE INTEGRACION DIRECTA (EMISIÓN - VAL. PREVIA)]]&#039;&#039;&#039; sección &#039;&#039;GENERACIÓN DE NOTAS CON Y SIN REFERENCIA A DOCUMENTOS&#039;&#039; donde se ejemplifica cada uno de estos casos.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;== &amp;lt;font color=&amp;quot;Blue&amp;quot;&amp;gt;Transmisión De Documentos De Contingencia Tipo 03&amp;lt;/font&amp;gt; ==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
La transmisión de documentos de contingencia está sujeta a la estructura de la clase documentosReferenciados y el campo tipoDocumento. Este escenario junto con las condiciones en las cuales aplica y la respuesta obtenida por parte de la DIAN se especifican en el &#039;&#039;&#039;[https://felcowiki.thefactoryhka.com.co/index.php/Caracteristicas_adicionales_-_Indice_Manual_Integraci%C3%B3n_Directa#TRANSMISI.C3.93N_DE_DOCUMENTOS_DE_CONTINGENCIA_TIPO_03_.28ATRIBUIBLE_AL_EMISOR.29 MANUAL DE INTEGRACION DIRECTA (EMISIÓN - VAL. PREVIA)]&#039;&#039;&#039; sección &#039;&#039;TRANSMISIÓN DE DOCUMENTOS DE CONTINGENCIA TIPO 03 (ATRIBUIBLE AL EMISOR)&#039;&#039;.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;== &amp;lt;font color=&amp;quot;Blue&amp;quot;&amp;gt;Radicar Documentos Electrónicos En Plataformas De Recepción&amp;lt;/font&amp;gt; ==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
El XML que se debe radicar en las plataformas de recepción es el que envía nuestro servicio en la notificación de correo llamado &#039;&#039;&#039;AttachedDocument&#039;&#039;&#039; (Contenedor de Documentos), la estructura de este documento tiene por objetivo contener en un único archivo XML un documento electrónico (Invoice, CreditNote ó DebitNote) y todos los eventos (ApplicationResponse) registrados hasta la fecha, este XML también puede ser descargado a través del método &#039;&#039;&#039;GenerarContenedor&#039;&#039;&#039;. &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
La estructura de este archivo se ejemplifica en en el &#039;&#039;&#039;[https://felcowiki.thefactoryhka.com.co/index.php/Caracteristicas_adicionales_-_Indice_Manual_Integraci%C3%B3n_Directa#Radicar_documentos_electr.C3.B3nicos_en_plataformas_de_recepci.C3.B3n MANUAL DE INTEGRACION DIRECTA (EMISIÓN - VAL PREVIA)]&#039;&#039;&#039; sección &#039;&#039;RADICAR DOCUMENTOS ELECTRÓNICOS EN PLATAFORMAS DE RECEPCIÓN&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;== &amp;lt;font color=&amp;quot;Blue&amp;quot;&amp;gt;Ambiente De Habilitación&amp;lt;/font&amp;gt; ==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
El ambiente de pruebas liberado (ambiente demo) corresponde a un entorno de pruebas propio del proveedor tecnológico (&#039;&#039;&#039;The Factory HKA&#039;&#039;&#039;) con el objetivo de que los desarrolladores y Casas de Software puedan realizar pruebas de los ajustes realizados a los ERP bajo el modelo de facturación con validación previa. Las pruebas realizadas en este ambiente NO serán enviadas al web service de habilitación de la DIAN.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&#039;&#039;&#039;&amp;lt;big&amp;gt;[[Archivo:Copyright.png|100px|sinmarco|centro|Copyright]]&amp;lt;font color=&amp;quot;Blue&amp;quot;&amp;gt;THE FACTORY HKA COLOMBIA&amp;lt;/font&amp;gt;&amp;lt;/big&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;Copyright © 2016 The Factory HKA. Todos los derechos reservados.&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{clear}}&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;/div&gt;</summary>
		<author><name>Lvargas</name></author>
	</entry>
	<entry>
		<id>http://felcowiki.thefactoryhka.com.co/index.php?title=Generalities_-_Direct_Integration_Manual_Index_-_Electronic_Bill&amp;diff=2723</id>
		<title>Generalities - Direct Integration Manual Index - Electronic Bill</title>
		<link rel="alternate" type="text/html" href="http://felcowiki.thefactoryhka.com.co/index.php?title=Generalities_-_Direct_Integration_Manual_Index_-_Electronic_Bill&amp;diff=2723"/>
		<updated>2022-04-20T22:06:55Z</updated>

		<summary type="html">&lt;p&gt;Lvargas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==&amp;lt;font color=&amp;quot;Blue&amp;quot;&amp;gt;Version record&amp;lt;/font&amp;gt;==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background:#e9e9e9; text-align:center;&amp;quot;|Version&lt;br /&gt;
! style=&amp;quot;background:#e9e9e9; text-align:center;&amp;quot;|Launch date &lt;br /&gt;
! style=&amp;quot;background:#e9e9e9; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
| 0&lt;br /&gt;
| 07/05/2019&lt;br /&gt;
|&lt;br /&gt;
* Preview version.&lt;br /&gt;
|-&lt;br /&gt;
| 1.0&lt;br /&gt;
| 14/06/2019&lt;br /&gt;
|&lt;br /&gt;
* Initial version.&lt;br /&gt;
* &amp;quot;Technical annex V1.4 (19-04-19)&amp;quot; DIAN reference.&lt;br /&gt;
|-&lt;br /&gt;
| 1.1&lt;br /&gt;
| 04/07/2019&lt;br /&gt;
|&lt;br /&gt;
* &amp;quot;Sale electronic bill Technical annex – final&amp;quot; DIAN Reference update.&lt;br /&gt;
|-&lt;br /&gt;
| 1.2&lt;br /&gt;
| 04/07/2019&lt;br /&gt;
|&lt;br /&gt;
* Minor updates&lt;br /&gt;
|-&lt;br /&gt;
| 1.3&lt;br /&gt;
| 19/08/19&lt;br /&gt;
|&lt;br /&gt;
* Minor updates&lt;br /&gt;
|-&lt;br /&gt;
| 1.4&lt;br /&gt;
| 23/08/19&lt;br /&gt;
|&lt;br /&gt;
* Answer update in view of the send method.&lt;br /&gt;
* List of extensible fields and bug catalog.&lt;br /&gt;
|-&lt;br /&gt;
| 1.5&lt;br /&gt;
| 09/2019&lt;br /&gt;
|&lt;br /&gt;
* Wildcards updates based on the September 6th- technical annex.&lt;br /&gt;
|-&lt;br /&gt;
| 1.6&lt;br /&gt;
| 04/2020&lt;br /&gt;
|&lt;br /&gt;
* Updates based on the technical annex 1.8.&lt;br /&gt;
* Acknowledgment of the purchaser.&lt;br /&gt;
* Mail personalization.&lt;br /&gt;
* Additional features.&lt;br /&gt;
* Settle documents at reception.&lt;br /&gt;
* Code  tables.&lt;br /&gt;
* Change of the document&#039;s name.&lt;br /&gt;
* Among other minor changes.&lt;br /&gt;
|-&lt;br /&gt;
| 1.7&lt;br /&gt;
| 06/2020&lt;br /&gt;
|&lt;br /&gt;
* Updates based on the technical annex V1.7-2020. &lt;br /&gt;
* Ajustes de funcionalidades de la plataforma en el mes de mayo.&lt;br /&gt;
|-&lt;br /&gt;
| 2.0&lt;br /&gt;
| 06/2021&lt;br /&gt;
|&lt;br /&gt;
* Updates based on the technical annex V1.8 of the 000012 Resolution. Health sector fields. Code  tables.&lt;br /&gt;
|-&lt;br /&gt;
| 2.1&lt;br /&gt;
| 10/2021&lt;br /&gt;
|&lt;br /&gt;
* Updates based on the technical annex V1.8 of the 000012 Resolution. Health sector fields. Code  tables.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==&amp;lt;font color=&amp;quot;Blue&amp;quot;&amp;gt;How to get support?&amp;lt;/font&amp;gt;==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
*First level support: &lt;br /&gt;
::Phone support / e-mail / chat or teleconference in 5x8 schedule for consultation service and user failures.&lt;br /&gt;
*Second level support:&lt;br /&gt;
::Support remote resolution of incidents in the system in schedule 5X8&lt;br /&gt;
::::Write to [mailto:soporte@thefactoryhka.com.co soporte@thefactoryhka.com.co]&lt;br /&gt;
&lt;br /&gt;
Consultations relating to configurations and errors in the portal:&lt;br /&gt;
* soporte_fel_co@thefactoryhka.com&lt;br /&gt;
&lt;br /&gt;
Consultations relating to configurations of ERP, software house and integration:&lt;br /&gt;
* integracion_fel_co@thefactoryhka.com&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Telephone service lines:&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;MASTER&#039;&#039;&#039; +57 (1) 746.08.12&lt;br /&gt;
*        +57 (1) 508.8990&lt;br /&gt;
*        +57 (1) 517.6795&lt;br /&gt;
*        +57 (1) 517.6796&lt;br /&gt;
*        +57 (1) 311.3063&lt;br /&gt;
** &#039;&#039;&#039;Technical support&#039;&#039;&#039; → Option 2&lt;br /&gt;
** &#039;&#039;&#039;Integration &#039;&#039;&#039; → Option 5 Then Option 1&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;===&amp;lt;font color=&amp;quot;Blue&amp;quot;&amp;gt;Synchronous sessions:&amp;lt;/font&amp;gt;===&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;====Technical support session====&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
Registration as an electronic biller, configuration of numbering ranges, fiscal data configuration, Enabling Tests, Production environment configuration, managment and use of the TFHKA electronic billing portal. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Addressed to:&#039;&#039;&#039; Comercial agencies – Ally software factories -  Final clients&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Schedule:&#039;&#039;&#039;  Tuesday and thursday  from 8:30 AM to 10:00 AM&lt;br /&gt;
&lt;br /&gt;
[https://meet.google.com/yyg-pujr-yqv Enlace Sesiones de Soporte]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;====Integration area sessions&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;====&lt;br /&gt;
Solución integration cases&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Addressed to:&#039;&#039;&#039; Clients that realice Software development to do integration with TFHKA, Ally software factories&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Schedule:&#039;&#039;&#039; Tuesday and thursday  from 8:30 AM to 10:00 AM&lt;br /&gt;
&lt;br /&gt;
[http://meet.google.com/fzo-xmyc-duk Enlace Sesiones Integración]&lt;br /&gt;
{{clear}}&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;== &amp;lt;font color=&amp;quot;Blue&amp;quot;&amp;gt;General description&amp;lt;/font &amp;gt;==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
This document describes the integration process between the electronic invoicing model with prior validation according to regulatory and technical updates from the DIAN and/or own controls in our integration model.&lt;br /&gt;
&lt;br /&gt;
For the development of this document, was taken as reference the  &#039;&#039;&#039;Technical annexes V1.7-2020 (current) and V1.8 (this last released in October 2019 by the DIAN)&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039;  Not all functionalities, catalogs and billing scenarios referring to the Technical Annex V1.8 are enabled by the DIAN.&lt;br /&gt;
{{clear}}&lt;br /&gt;
===&amp;lt;font color=&amp;quot;Blue&amp;quot;&amp;gt;What is The Factory HKA-DFACTURE?&amp;lt;/font&amp;gt;===&lt;br /&gt;
It is an electronic billing platform, designed to comply with current legislation in Colombia and offer added values through complementary services.&lt;br /&gt;
===&amp;lt;font color=&amp;quot;Blue&amp;quot;&amp;gt;What is The Factory HKA-Dfactura?&amp;lt;/font&amp;gt;===&lt;br /&gt;
It is a portal with the capacity to issue documents under the electronic invoicing scheme, managed from the web portal and Addressed to taxpayers who have the obligation to issue electronic invoices by resolution of the DIAN.&lt;br /&gt;
===&amp;lt;font color=&amp;quot;Blue&amp;quot;&amp;gt;What is Dintegración?&amp;lt;/font&amp;gt;===&lt;br /&gt;
It is a product aimed at the integrator and is made up of the following components:&lt;br /&gt;
*Integration manuals.&lt;br /&gt;
*Bag of support hours via email and/or teleconferences.&lt;br /&gt;
*Credentials for test environment (DEMO) and production. &lt;br /&gt;
*Configurable Templates for graphical representation.&lt;br /&gt;
{{clear}}&lt;br /&gt;
===&amp;lt;font color=&amp;quot;Blue&amp;quot;&amp;gt;Functionalities&amp;lt;/font&amp;gt;===&lt;br /&gt;
The Factory HKA-DFACTURE platform allows the issuance, reception, consultation, viewing and downloading of the following documents in XML format and/or their corresponding graphic representation in PDF:&lt;br /&gt;
*Invoice of National Sale&lt;br /&gt;
*Export invoice&lt;br /&gt;
*Contingency invoice	&lt;br /&gt;
*Credit note&lt;br /&gt;
*Debit note&lt;br /&gt;
Additionally, the platform allows you to check the status of the Acknowledgment of Receipt by the purchaser, the status of the document by the DIAN, check the number of available stamps/folios and send receipts via email.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;@Important:&#039;&#039;&#039; It is only possible to view or download graphic representations (PDF of electronic documents) generated by our platform on our web portal.&lt;br /&gt;
{{clear}}&lt;br /&gt;
===&amp;lt;font color=&amp;quot;Blue&amp;quot;&amp;gt;The direct integration&amp;lt;/font&amp;gt;===&lt;br /&gt;
Direct integration is a unique process between the embedded software and The Factory HKA-DFACTURE platform.Integration is an essential activity for the implementation of electronic invoicing in a Billing System or Administrative Software (ERP) and will be carried out only once. This activity consists of linking two platforms with different technologies in order to transmit the necessary data for the construction of the documents and the successful monitoring of the life cycle&lt;br /&gt;
&lt;br /&gt;
In the case of direct integration, the communication is connected directly to the Web Service, which has the advantage of total control of the life cycle of the electronic document, from the origin of the data, through the transmission process to its delivery, acknowledgment of receipt and validation. This form of integration allows a faster and more efficient reaction to errors or inconsistencies that arise in the process.&lt;br /&gt;
&lt;br /&gt;
Direct integration is an exclusive process between the embedded software and The Factory HKA-DFACTURE platform.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;@Important:&#039;&#039;&#039; It is not necessary to implement additional integration with the DIAN, since it has the complete document status tracking functionality. &lt;br /&gt;
{{clear}}&lt;br /&gt;
===&amp;lt;font color=&amp;quot;Blue&amp;quot;&amp;gt;Technical requirements for direct integration&amp;lt;/font&amp;gt;===&lt;br /&gt;
The Factory HKA-DFACTURE is a SaaS (Software as a Service) type platform: The services, information, processing, inputs and results are hosted on our servers (as technology provider), and we take care of the maintenance, operation, regulatory changes and solution support.&lt;br /&gt;
&lt;br /&gt;
By DIAN regulations, the technology provider has the obligation to keep the documents and guarantee the integrity and security of the data under the ISO 27001 standard. Therefore, extensive planning of processing and storage infrastructure is not necessary to implement electronic billing.&lt;br /&gt;
&lt;br /&gt;
The necessary parameters for the construction of each transaction are exposed independently at the time of consuming the services, and the result is fully delivered at the end of the operation. This means that The Factory HKA does not require managing customer or product/service databases.&lt;br /&gt;
As a technological provider, The Factory HKA Colombia has human resources dedicated to monitoring and analyzing the regulatory changes that the DIAN progressively issues. If a significant change is generated that has an impact on the integration side, the necessary tools and instructions will be provided to apply the corrective measures in the simplest way possible.&lt;br /&gt;
&lt;br /&gt;
The Factory HKA-DFACTURE platform provides integration with a Web Service as a solution for interoperation with third parties. &#039;&#039;&#039;The Web Service is developed in SOAP (Simple Object Access Protocol)&#039;&#039;&#039;. Therefore, the only requirements for integration will be the following:&lt;br /&gt;
&lt;br /&gt;
*Capacity of WS SOAP consumption of the software (development environment) to use.&lt;br /&gt;
*Capability of capturing and validating input data.&lt;br /&gt;
*Optional: Ability to store a copy of the XML/PDF per transaction.&lt;br /&gt;
*Ability to display the status of the electronic document life cycle.&lt;br /&gt;
{{clear}}&lt;br /&gt;
===&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;Direct integration scheme for SOAP URL Electronic Invoice&amp;lt;/font&amp;gt;===&lt;br /&gt;
We have a SOAP web service for testing in which initial validations are made against the DIAN, &lt;br /&gt;
this allows them to validate the structure of the Invoice object and data source proposed by TFHKA.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;URL DEMO Environment (test environment in which the emissions are not transmitted to the DIAN):&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[http://demoemision21.thefactoryhka.com.co/ws/v1.0/Service.svc?wsdl http://demoemision21.thefactoryhka.com.co/ws/v1.0/Service.svc?wsdl] --&amp;gt; &amp;lt;u&amp;gt;Emission Service&amp;lt;/u&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
[http://demoemision21.thefactoryhka.com.co/ws/adjuntos/Service.svc?wsdl http://demoemision21.thefactoryhka.com.co/ws/adjuntos/Service.svc?wsdl] --&amp;gt; &amp;lt;u&amp;gt;Attached Service&amp;lt;/u&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
[http://demoemision21.thefactoryhka.com.co/ws/reportes/Service.svc?wsdl http://demoemision21.thefactoryhka.com.co/ws/reportes/Service.svc?wsdl ] --&amp;gt; &amp;lt;u&amp;gt;Reporting Service&amp;lt;/u&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;URL productive environment (environment in which the emissions corresponding to the authorization set are &lt;br /&gt;
made and subsequently the issuance of documents in operation):&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[https://emision21.thefactoryhka.com.co/ws/v1.0/Service.svc?wsdl https://emision21.thefactoryhka.com.co/ws/v1.0/Service.svc?wsdl] --&amp;gt; &amp;lt;u&amp;gt;Emission Service (HTTPS)&amp;lt;/u&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
[https://emision21.thefactoryhka.com.co/ws/adjuntos/Service.svc?wsdl https://emision21.thefactoryhka.com.co/ws/adjuntos/Service.svc?wsdl] --&amp;gt; &amp;lt;u&amp;gt;Attached Service(HTTPS)&amp;lt;/u&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
[https://emision21.thefactoryhka.com.co/ws/reportes/Service.svc?wsdl https://emision21.thefactoryhka.com.co/ws/reportes/Service.svc?wsdl] --&amp;gt; &amp;lt;u&amp;gt;Reporting Service (HTTPS)&amp;lt;/u&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;&amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;@IMPORTANT:&amp;lt;/font&amp;gt;The SOAP service url in production is only functional under the https protocol.&amp;lt;/center&amp;gt;&lt;br /&gt;
&amp;lt;br/&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;NOTE:&#039;&#039;&#039; If you cannot access said configuration in the system interface, please contact your software house or ERP developer so that they can validate what has been previously described. If the problem is not solved with the aforementioned, please send an email to the integration area [mailto:integracion_fel_co@thefactoryhka.com integracion_fel_co@thefactoryhka.com] with the following information:&lt;br /&gt;
&lt;br /&gt;
* Request sent to WS.&lt;br /&gt;
* Capture of the configuration made in the system where the indicated information of the URLs and tokens is displayed.&lt;br /&gt;
{{clear}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==&amp;lt;font color=&amp;quot;Blue&amp;quot;&amp;gt;Electronic invoice operation scheme with prior validation&amp;lt;/font&amp;gt;==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
===&amp;lt;font color=&amp;quot;Blue&amp;quot;&amp;gt;What is the electronic invoice with prior validation?&amp;lt;/font&amp;gt;===&lt;br /&gt;
Electronic Invoicing (FEL) is an operation scheme that allows the issuance of supporting documents for commercial operations between taxpayers in digital format instead of paper, allows the application of fiscal control during the process, and has legal validity for the designated tax entity. by the government of the country.&lt;br /&gt;
&lt;br /&gt;
As of September 2019, it is expected that an electronic invoice will only be valid when its content has been previously validated through the DIAN or through a provider authorized by the tax administration.&lt;br /&gt;
&lt;br /&gt;
Prior validation is established in Law 1943 of 2018, known as the Financing Law. Article 16 of this Law modifies article 616-1 of the Tax Statute, in its first paragraph it establishes that:&lt;br /&gt;
&lt;br /&gt;
“All electronic invoices for tax recognition must be validated prior to their issuance, by the DIAN or by a provider authorized by it. The electronic invoice will only be understood as issued when it is valid and delivered to the purchaser. (…)”&lt;br /&gt;
&lt;br /&gt;
In the electronic invoicing model with prior validation, 5 types of documents will be used:&lt;br /&gt;
*Invoice &lt;br /&gt;
*CreditNote  &lt;br /&gt;
*DebitNote &lt;br /&gt;
*ApplicationResponse (Event): Occurrence related to an Electronic Document, generated by a person or entity related to the document (DIAN, Issuer, Acquirer), this document also contains an electronic signature. &lt;br /&gt;
*AttachedDocument (Document container): The structure of this document is intended to contain in a single XML file an electronic document (Invoice, CreditNote or DebitNote) and all the events (ApplicationResponse) registered to date.&lt;br /&gt;
{{clear}}&lt;br /&gt;
===&amp;lt;font color=&amp;quot;Blue&amp;quot;&amp;gt;Who participates in this scheme?&amp;lt;/font&amp;gt;===&lt;br /&gt;
&#039;&#039;&#039;The Tax Entity (DIAN):&#039;&#039;&#039; It is a public institution appointed by the government to collect, control and regulate everything related to taxes. It is the one that has the right to accept and authorize an electronic document. In Colombia, it is the DIAN (Directorate of National Taxes and Customs).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The Issuer or Taxpayer:&#039;&#039;&#039; Is a natural or legal person who has a unique and legal tax information record before the tax entity (NIT: Tax Identification Number) and is under the obligation to issue documents to support their business transactions. The issuer acquires the Billing System or ERP administrative software to simplify and enhance its work and uses it to interact with the electronic billing platform.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The Technological Provider:&#039;&#039;&#039; It is a private entity authorized by the DIAN to provide services related to the Electronic Invoicing scheme: XML construction, sequential control, signing, regulatory change control, processing, storage and consultation. The Factory HKA Colombia is your technology provider.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The Purchaser:&#039;&#039;&#039; Is the person who gives rise to a commercial transaction through the purchase of a product or service, and who finally chooses to receive his electronic document via email.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The Certification Authority:&#039;&#039;&#039; It is a public or private entity authorized by the Tax Entity to issue electronic certificates in accordance with the law and associated regulations. In Colombia, there are several authorities accredited to issue electronic certificates for electronic invoicing, including ANDES SCD.&lt;br /&gt;
{{clear}}&lt;br /&gt;
===&amp;lt;font color=&amp;quot;Blue&amp;quot;&amp;gt;Advantages of Electronic Billing&amp;lt;/font&amp;gt;===&lt;br /&gt;
The Electronic Billing scheme is advantageous because it is:&lt;br /&gt;
*Full: Guarantees that the information contained is protected and cannot be altered.&lt;br /&gt;
*Authentic: Allows you to verify the identity of the issuer of the document.&lt;br /&gt;
*Legal: This scheme is implemented and accepted under the framework of the Law.&lt;br /&gt;
*Convenient: Eliminates infrastructure for physical media handling, shipping, and storage, and enables printing.&lt;br /&gt;
*Eficiente: It is 100% based on an electronic platform, which makes handling, sending, searching and storing faster and more practical.&lt;br /&gt;
{{clear}}&lt;br /&gt;
===&amp;lt;font color=&amp;quot;Blue&amp;quot;&amp;gt;Electronic Billing Process with Prior Validation&amp;lt;/font&amp;gt;===&lt;br /&gt;
 &lt;br /&gt;
#The Acquirer originates a transaction through the purchase of a product or service.&lt;br /&gt;
#The Issuer or Taxpayer loads the data through the UI (User Interface) of its ERP.&lt;br /&gt;
#The Issuer or Taxpayer displays the available stamps in the UI of their ERP.&lt;br /&gt;
#The ERP builds the object and exposes it directly to the DFACTURE platform through the corresponding method of the Web Service.&lt;br /&gt;
#The Factory HKA platform – DFACTURE.&lt;br /&gt;
#*Validates the Taxpayer&#039;s access credentials.&lt;br /&gt;
#*It validates the structure of the object that the ERP sends.&lt;br /&gt;
#*Validates the content of the object sent by the ERP.&lt;br /&gt;
#*Assigns the CUFE (Unique Code of Electronic Invoice) to the document.&lt;br /&gt;
#*It builds the XML of the document according to the DIAN regulations.&lt;br /&gt;
#*Sign the document with the Digital Certificate of the Taxpayer.&lt;br /&gt;
#*Optional: Generate a printed representation in PDF according to DIAN regulations.&lt;br /&gt;
#*Stores information in Database (Conservation).&lt;br /&gt;
#*It sends the XML to the DIAN for validation.&lt;br /&gt;
#*Wait for response from DIAN with validation result.&lt;br /&gt;
#*Send the XML and PDF to the email provided by the Purchaser.&lt;br /&gt;
#*It responds to the request from the ERP indicating that the operation was successful.&lt;br /&gt;
#Optionally, the ERP can send the XML and PDF to the purchaser.&lt;br /&gt;
#Optionally, the ERP can download the XML and PDF files for internal purposes.&lt;br /&gt;
#The Purchaser receives the XML and the PDF (via email).&lt;br /&gt;
#The Acquirer has up to 72 hours to give Acknowledgment of Receipt of the document, after which it will be considered a tacit acceptance (this process has not yet been fully defined by the DIAN).&lt;br /&gt;
#The Issuer or Taxpayer displays the status of the acknowledgment of receipt of the Acquirer in the UI of their ERP.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
; Electronic Billing Process with Prior Validation&lt;br /&gt;
[[Archivo:Proceso de Facturación Electrónica con Validación PreviaDIAN.png|Proceso de Facturación Electrónica con Validación Previa (Fuente: DIAN)]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;@Important:&#039;&#039;&#039; For development environments with limitations to consume SOAP Web Services directly, The Factory HKA Colombia makes APIs available, simplifying this process for the integrator.&lt;br /&gt;
{{clear}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==&amp;lt;font color=&amp;quot;Blue&amp;quot;&amp;gt;Process characteristics with Prior Validation&amp;lt;/font&amp;gt;==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
#In an initial stage, for a single time, the issuer must register and the platform must be configured directly from The Factory HKA-Dinvoice portal.&lt;br /&gt;
#The platform operates under a commercial model of stamps or folios. The stamps correspond to a package of operations that the taxpayer contracts under a commercial agreement with The Factory HKA Colombia, and entitles him to a certain number of transactions. The ERP can consult the Web Service of THE FACTORY HKA – DFACTURE for the available stamps.&lt;br /&gt;
#For the document to be considered an electronic invoice, DIAN validation is required for its subsequent sending to the Acquirer by Dfactura.&lt;br /&gt;
#In the event that the document is not successfully valid before the DIAN, it must be corrected and reissued.&lt;br /&gt;
#The ERP can consume the Web Service to download XML and PDF if you want an alternative backup or offer offline query functionality.&lt;br /&gt;
#The ERP can optionally decide whether to send the XML and PDF to the Acquirer under its structure.&lt;br /&gt;
#The platform&#039;s Web Service offers the functionality of querying the Acknowledgment of Receipt status by the Acquirer. It is updated asynchronously.&lt;br /&gt;
#The Web Service of the platform offers the function of querying the status of the document by the DIAN. It is updated asynchronously.&lt;br /&gt;
#The ERP reflects in its UI the results of your queries and operations with the platform. However, the Issuer or Taxpayer can monitor or review their ERP by accessing The Factory HKA-Dfactura portal, since the operations carried out in the Web Service are reflected in the portal.&lt;br /&gt;
&lt;br /&gt;
; Diagram of components and dependencies of the electronic billing system&lt;br /&gt;
[[Archivo:DIAGRAMA COMPONENTES.png|centro|DIAGRAMA COMPONENTES]]&lt;br /&gt;
&lt;br /&gt;
The figure above shows the way in which the Billing Software (ERP) integrates and makes use of the electronic billing functionalities of The Factory HKA – DFACTURE platform, interacting with external elements (the issuer, the Acquirer and the DIAN) through the available dependencies, you can see the functions that each system must perform.&lt;br /&gt;
{{clear}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==&amp;lt;font color=&amp;quot;Blue&amp;quot;&amp;gt;Information security: recommendations on the implementation of electronic invoicing within the issuer&#039;s network and systems&amp;lt;/font&amp;gt;==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
This section provides recommendations on the implementation and integration of Electronic Invoicing in your organization and on the configuration of your Systems and networks to mitigate the risks of improper access to data by external parties to your organization.&lt;br /&gt;
===&amp;lt;font color=&amp;quot;Blue&amp;quot;&amp;gt;In General:&amp;lt;/font&amp;gt;===&lt;br /&gt;
# Have antivirus in your company.&lt;br /&gt;
# Have frequent backup policies and procedures, carried out in a period of execution that is consistent with the criticality of the business. To do this, take the following aspects into account:&lt;br /&gt;
#* Restoration tests should be performed..&lt;br /&gt;
#* They must be in an infrastructure other than the operating one (in the event of ransomware, all the accessed infrastructure will be compromised)&lt;br /&gt;
# If possible, look for security consultants and specialists and carry out ISO 27001:2013 audits to assess the quality of the decisions made in the implementation of electronic invoicing in your company.&lt;br /&gt;
# Avoid the use of generic users and/or Administrators in the organization and apply to each user the access control, permissions and roles that correspond to them according to their function. &lt;br /&gt;
===&amp;lt;font color=&amp;quot;Blue&amp;quot;&amp;gt;Individuals with The Factory HKA Colombia SAS:&amp;lt;/font&amp;gt;===&lt;br /&gt;
#Only allow access to TCP/UDP ports 80 and 443 to the domains indicated below:&lt;br /&gt;
#**.thefactoryhka.com.co&lt;br /&gt;
#*emisionrest21.thefactoryhka.com.co (Integration – Production)&lt;br /&gt;
#*invoice21.thefactoryhka.com.co (Portal – Production)&lt;br /&gt;
#*demoemisionrest21.thefactoryhka.com.co (Integration –Demo)&lt;br /&gt;
#*demofactura.thefactoryhka.com.co (Portal – Demo)&lt;br /&gt;
#Open access to these TCP/UDP ports to the entire internet is not recommended.&lt;br /&gt;
#In the electronic invoice model with The Factory HKA Colombia SAS, the requests arise from the client only, so they can establish rules from external connection attempts. (The communication will always be initiated by the client software.)&lt;br /&gt;
#If The Factory HKA Colombia SAS client software tools are used, such as:&lt;br /&gt;
#*intTFHKAFEL21.exe&lt;br /&gt;
#*AutoFact.exe&lt;br /&gt;
#:And they are seen as a risk by the antivirus system or client protection, an exception must be generated in the firewall, antivirus, and any other protection system solely and exclusively for them.&lt;br /&gt;
#The Company TOKEN and production TOKEN Password for the Electronic Invoicing Platform of The Factory HKA Colombia SAS must be kept confidential and only be accessible by trusted personnel.&lt;br /&gt;
#In the event that the issuer contracts a graphic representation service with the software house, or developer, in charge of making the corresponding adjustments in the accounting software or ERP for the issuance of electronic documents, the following aspects must be taken into account:&lt;br /&gt;
#*The Factory HKA is responsible for the generation of the UBL and its transmission to the DIAN.&lt;br /&gt;
#*Once the correct validation and generation of the UBL is verified, the software house can proceed to generate a graphic representation that must comply with:&lt;br /&gt;
#::The elements of law required by the DIAN: inclusion of the QR code and the CUFE or CUDE chain in the documents, as appropriate.&lt;br /&gt;
#::The elements of law required by any supervisory entity from the issuer of the documents.&lt;br /&gt;
#::The visual and brand representation elements required by the client: logos, banking information, legends referring to the tax responsibilities of the issuer, etc.&lt;br /&gt;
#*The Software House, in this scenario, assumes responsibility together with the taxpayer for any incident of fraud due to evasion, misinterpretation, error or omission of relevant and mandatory information by the regulations.&lt;br /&gt;
#:TFHKA does not protect this representation in its systems and makes it clear that its participation as a technology provider is limited to the generation of the UBL and its validation to the DIAN.&lt;br /&gt;
{{clear}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==&amp;lt;font color=&amp;quot;Blue&amp;quot;&amp;gt;Web services soap with prior validation&amp;lt;/font&amp;gt;==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
To consume the methods of the Web Service, it is essential to use the access credentials, made up of a Company Token and a Password Token., To consume the methods of the Web Service, the use of access credentials, made up of a Company Token and a Password Token, is essential. It will also be necessary to know the URL&#039;s of the Web Services of the integration environment with prior validation., It will also be necessary to know the URLs of the Web Services of the integration environment with previous validation. These elements will be provided by The Factory HKA Colombia Integration team.&lt;br /&gt;
&#039;&#039;&#039;@Important:&#039;&#039;&#039; This document refers to the integration process with prior validation, its technical and regulatory change controls and its differences with the web service with subsequent validation.&lt;br /&gt;
&lt;br /&gt;
Below are the methods that will be available in THE FACTORY HKA-DFACTURE Web Services for electronic invoicing with prior validation:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background:#e9e9e9; text-align:center;&amp;quot;|Service&lt;br /&gt;
! style=&amp;quot;background:#e9e9e9; text-align:center;&amp;quot;|Method&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
| Issue Web SOAP&lt;br /&gt;
|&lt;br /&gt;
* Enviar&lt;br /&gt;
* EstadoDocumento&lt;br /&gt;
* EnvioCorreo&lt;br /&gt;
* DescargaPDF&lt;br /&gt;
* DescargaXML&lt;br /&gt;
* FoliosRestantes&lt;br /&gt;
* CargarCertificado (Uso interno)&lt;br /&gt;
* DescargarEventoXML (Nuevo)&lt;br /&gt;
* GenerarContenedor (Nuevo)&lt;br /&gt;
* GenerarEvento (Nuevo)&lt;br /&gt;
|-&lt;br /&gt;
| Attached Web SOAP&lt;br /&gt;
| &lt;br /&gt;
*CargarAdjuntos &lt;br /&gt;
|-&lt;br /&gt;
|Reports Web SOAP (New)&lt;br /&gt;
|&lt;br /&gt;
* DescargarReporte&lt;br /&gt;
* ProgramarReporte&lt;br /&gt;
* SolicitudReporteSincrono&lt;br /&gt;
|}&lt;br /&gt;
{{clear}}&lt;/div&gt;</summary>
		<author><name>Lvargas</name></author>
	</entry>
	<entry>
		<id>http://felcowiki.thefactoryhka.com.co/index.php?title=Direct_Integration_Manual_Index_-_Electronic_Bill&amp;diff=2722</id>
		<title>Direct Integration Manual Index - Electronic Bill</title>
		<link rel="alternate" type="text/html" href="http://felcowiki.thefactoryhka.com.co/index.php?title=Direct_Integration_Manual_Index_-_Electronic_Bill&amp;diff=2722"/>
		<updated>2022-04-20T21:19:36Z</updated>

		<summary type="html">&lt;p&gt;Lvargas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Manuales|I]] &lt;br /&gt;
__NOTOC__&lt;br /&gt;
&lt;br /&gt;
[[File:HKAFactura 3.png|500px|center|HKAFactura]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==[[Generalities - Direct Integration Manual Index - Electronic Bill|Generalities]]==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
#	[[Generalities - Direct Integration Manual Index - Electronic Bill#Version record|Version record]]&lt;br /&gt;
#	[[Generalities - Direct Integration Manual Index - Electronic Bill#How to get support?|How to get support?]]&lt;br /&gt;
#	[[Generalities - Direct Integration Manual Index - Electronic Bill#General description|General description]]&lt;br /&gt;
##	[[Generalities - Direct Integration Manual Index - Electronic Bill#What is The Factory HKA-DFACTURE?|What is The Factory HKA-DFACTURE?]]&lt;br /&gt;
##	[[Generalities - Direct Integration Manual Index - Electronic Bill#What is The Factory HKA-Dfactura?|What is The Factory HKA-Dfactura?]]&lt;br /&gt;
##	[[Generalities - Direct Integration Manual Index - Electronic Bill#What is Dintegración?|What is Dintegración?]]&lt;br /&gt;
##	[[Generalities - Direct Integration Manual Index - Electronic Bill#Functionalities|Functionalities]]&lt;br /&gt;
##	[[Generalities - Direct Integration Manual Index - Electronic Bill#The direct integration|The direct integration]]&lt;br /&gt;
##	[[Generalities - Direct Integration Manual Index - Electronic Bill#Technical requirements for direct integration|Technical requirements for direct integration]]&lt;br /&gt;
##	[[Generalities - Direct Integration Manual Index - Electronic Bill#Direct integration scheme for SOAP URL Electronic Invoice|Direct integration scheme for SOAP URL Electronic Invoice]]&lt;br /&gt;
#	[[Generalities - Direct Integration Manual Index - Electronic Bill#Electronic invoice operation scheme with prior validation|Electronic invoice operation scheme with prior validation]]&lt;br /&gt;
##	[[Generalities - Direct Integration Manual Index - Electronic Bill#What is the electronic invoice with prior validation?|What is the electronic invoice with prior validation?]]&lt;br /&gt;
##	[[Generalities - Direct Integration Manual Index - Electronic Bill#Who participates in this scheme?|Who participates in this scheme?]]&lt;br /&gt;
##	[[Generalities - Direct Integration Manual Index - Electronic Bill#Advantages of Electronic Billing|Advantages of Electronic Billing]]&lt;br /&gt;
##	[[Generalities - Direct Integration Manual Index - Electronic Bill#Electronic Billing Process with Prior Validation|Electronic Billing Process with Prior Validation]]&lt;br /&gt;
#	[[Generalities - Direct Integration Manual Index - Electronic Bill#Process characteristics with Prior Validation|Process characteristics with Prior Validation]]&lt;br /&gt;
#	[[Generalities - Direct Integration Manual Index - Electronic Bill#Information security: recommendations on the implementation of electronic invoicing within the issuer&#039;s network and systems|Information security: recommendations on the implementation of electronic invoicing within the issuer&#039;s network and systems]]&lt;br /&gt;
#	[[Generalities - Direct Integration Manual Index - Electronic Bill#Web services soap with prior validation|Web services soap with prior validation]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==[[Web Soap Broadcast Service Methods - Direct Integration Manual Index|Web Soap Broadcast Service Methods]]==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
#	[[Web Soap Broadcast Service Methods - Direct Integration Manual Index#Enviar Method|Enviar Method]]&lt;br /&gt;
##	[[Web Soap Broadcast Service Methods - Direct Integration Manual Index#Class.FacturaGeneral|Class.FacturaGeneral]]&lt;br /&gt;
##	[[Web Soap Broadcast Service Methods - Direct Integration Manual Index#Class.Anticipos|Class.Anticipos]]&lt;br /&gt;
##	[[Web Soap Broadcast Service Methods - Direct Integration Manual Index#Class.Autorizado|Class.Autorizado]]&lt;br /&gt;
##	[[Web Soap Broadcast Service Methods - Direct Integration Manual Index#Class.CargosDescuentos|Class.CargosDescuentos]]&lt;br /&gt;
##	[[Web Soap Broadcast Service Methods - Direct Integration Manual Index#Class.Cliente|Class.Cliente]]&lt;br /&gt;
##	[[Web Soap Broadcast Service Methods - Direct Integration Manual Index#Class.CondicionPago|Class.CondicionPago]]&lt;br /&gt;
##	[[Web Soap Broadcast Service Methods - Direct Integration Manual Index#Class.FacturaDetalle|Class.FacturaDetalle]]&lt;br /&gt;
##	[[Web Soap Broadcast Service Methods - Direct Integration Manual Index#Class.Destinatario|Class.Destinatario]]&lt;br /&gt;
##	[[Web Soap Broadcast Service Methods - Direct Integration Manual Index#Class.DocumentoReferenciado|Class.DocumentoReferenciado]]&lt;br /&gt;
##	[[Web Soap Broadcast Service Methods - Direct Integration Manual Index#Class.Entrega|Class.Entrega]]&lt;br /&gt;
##	[[Web Soap Broadcast Service Methods - Direct Integration Manual Index#Class.Extras|Class.Extras]]&lt;br /&gt;
##	[[Web Soap Broadcast Service Methods - Direct Integration Manual Index#Class.Extensible|Class.Extensible]]&lt;br /&gt;
##	[[Web Soap Broadcast Service Methods - Direct Integration Manual Index#Class.FacturaImpuestos|Class.FacturaImpuestos]]&lt;br /&gt;
##	[[Web Soap Broadcast Service Methods - Direct Integration Manual Index#Class.ImpuestosTotales|Class.ImpuestosTotales]]&lt;br /&gt;
##	[[Web Soap Broadcast Service Methods - Direct Integration Manual Index#Class.MediosDePago|Class.MediosDePago]]&lt;br /&gt;
##	[[Web Soap Broadcast Service Methods - Direct Integration Manual Index#Class.OrdenDeCompra|Class.OrdenDeCompra]]&lt;br /&gt;
##	[[Web Soap Broadcast Service Methods - Direct Integration Manual Index#Class.TasaDeCambio|Class.TasaDeCambio]]&lt;br /&gt;
##	[[Web Soap Broadcast Service Methods - Direct Integration Manual Index#Class.TasaDeCambioAlternativa|Class.TasaDeCambioAlternativa]]&lt;br /&gt;
##	[[Web Soap Broadcast Service Methods - Direct Integration Manual Index#Class.TerminosEntrega|Class.TerminosEntrega]]&lt;br /&gt;
##	[[Web Soap Broadcast Service Methods - Direct Integration Manual Index#Class.Direccion|Class.Direccion]]&lt;br /&gt;
##	[[Web Soap Broadcast Service Methods - Direct Integration Manual Index#Class.Coordenadas|Class.Coordenadas]]&lt;br /&gt;
##	[[Web Soap Broadcast Service Methods - Direct Integration Manual Index#Class.Tributos|Class.Tributos]]&lt;br /&gt;
##	[[Web Soap Broadcast Service Methods - Direct Integration Manual Index#Class.InformacionLegalCliente|Class.InformacionLegalCliente]]&lt;br /&gt;
##	[[Web Soap Broadcast Service Methods - Direct Integration Manual Index#Class.Obligaciones|Class.Obligaciones]]&lt;br /&gt;
##	[[Web Soap Broadcast Service Methods - Direct Integration Manual Index#Class.LineaInformacionAdicional|Class.LineaInformacionAdicional]]&lt;br /&gt;
##	[[Web Soap Broadcast Service Methods - Direct Integration Manual Index#Class.DatosTransportistas|Class.DatosTransportistas]]&lt;br /&gt;
##	[[Web Soap Broadcast Service Methods - Direct Integration Manual Index#Class.DocumentoReferencia|Class.DocumentoReferencia]]&lt;br /&gt;
##	[[Web Soap Broadcast Service Methods - Direct Integration Manual Index#Class.sectorSalud|Class.sectorSalud]]&lt;br /&gt;
##	[[Web Soap Broadcast Service Methods - Direct Integration Manual Index#Class.Beneficiario|Class.Beneficiario]]&lt;br /&gt;
##	[[Web Soap Broadcast Service Methods - Direct Integration Manual Index#Class.DatosPacientesSalud|Class.DatosPacientesSalud]]&lt;br /&gt;
##	[[Web Soap Broadcast Service Methods - Direct Integration Manual Index#Class.GeneralSalud|Class.GeneralSalud]]&lt;br /&gt;
#	[[Web Soap Broadcast Service Methods - Direct Integration Manual Index#EstadoDocumento Method|EstadoDocumento Method]]&lt;br /&gt;
#	[[Web Soap Broadcast Service Methods - Direct Integration Manual Index#EnvioCorreo Method|EnvioCorreo Method]]&lt;br /&gt;
#	[[Web Soap Broadcast Service Methods - Direct Integration Manual Index#DescargaPDF Method|DescargaPDF Method]]&lt;br /&gt;
#	[[Web Soap Broadcast Service Methods - Direct Integration Manual Index#DescargaXML Method|DescargaXML Method]]&lt;br /&gt;
#	[[Web Soap Broadcast Service Methods - Direct Integration Manual Index#FoliosRestantes Method|FoliosRestantes Method]]&lt;br /&gt;
#	[[Web Soap Broadcast Service Methods - Direct Integration Manual Index#CargarCertificado Method|CargarCertificado Method]]&lt;br /&gt;
#	[[Web Soap Broadcast Service Methods - Direct Integration Manual Index#DescargarEventoXML Method|DescargarEventoXML Method]]&lt;br /&gt;
#	[[Web Soap Broadcast Service Methods - Direct Integration Manual Index#GenerarContenedor Method|GenerarContenedor Method]]&lt;br /&gt;
#	[[Web Soap Broadcast Service Methods - Direct Integration Manual Index#GenerarEvento Method|GenerarEvento Method]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==[[Web soap service attachment methods - Direct Integration Manual Index - Electronic Bill|Web soap service attachment methods]]==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
#[[Web soap service attachment methods - Direct Integration Manual Index - Electronic Bill#“CargarAdjuntos” Method|“CargarAdjuntos” Method]]&lt;br /&gt;
#	[[Web soap service attachment methods - Direct Integration Manual Index - Electronic Bill#SCENARIOS ISSUANCE OF DOCUMENTS WITH GRAPHIC REPRESENTATION|SCENARIOS ISSUANCE OF DOCUMENTS WITH GRAPHIC REPRESENTATION]]&lt;br /&gt;
#	[[Web soap service attachment methods - Direct Integration Manual Index - Electronic Bill#Standard Graphical Representation (Using the Attachment parameter of the Send method as &#039;0&#039; or &#039;1&#039;)|Standard Graphical Representation (Using the Attachment parameter of the Send method as &#039;0&#039; or &#039;1&#039;)]]&lt;br /&gt;
#	[[Web soap service attachment methods - Direct Integration Manual Index - Electronic Bill#Custom graphic representation by TFHKA|Custom graphic representation by TFHKA]]&lt;br /&gt;
#	[[Web soap service attachment methods - Direct Integration Manual Index - Electronic Bill#Graphic representation sent as an attachment from the administrative system or ERP (Use of the attachments parameter of the method Send in &#039;11&#039;)|Graphic representation sent as an attachment from the administrative system or ERP (Use of the attachments parameter of the method Send in &#039;11&#039;)]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==[[Web soap reporting service methods - Direct Integration Manual Index - Electronic Bill|Web soap reporting service methods]]==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
#	[[Web soap reporting service methods - Direct Integration Manual Index - Electronic Bill#“DescargarReporte” Method|“DescargarReporte” Method]]&lt;br /&gt;
#	[[Web soap reporting service methods - Direct Integration Manual Index - Electronic Bill#“ProgramarReporte” Method|“ProgramarReporte” Method]]&lt;br /&gt;
#	[[Web soap reporting service methods - Direct Integration Manual Index - Electronic Bill#“SolicitudReporteSincrono” Method|“SolicitudReporteSincrono” Method]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==[[Additional features - Direct Integration Manual Index|Additional features]]==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
#	[[Additional features - Direct Integration Manual Index#Use of extra fields|Use of extra fields]]&lt;br /&gt;
#	[[Additional features - Direct Integration Manual Index#Code table for extra fields|Code table for extra fields]]&lt;br /&gt;
#	[[Additional features - Direct Integration Manual Index#Personalized email|Personalized email]]&lt;br /&gt;
#	[[Additional features - Direct Integration Manual Index#GENERATION OF NOTES WITH AND WITHOUT DOCUMENT REFERENCE|GENERATION OF NOTES WITH AND WITHOUT DOCUMENT REFERENCE]]&lt;br /&gt;
##	[[Additional features - Direct Integration Manual Index#Credit and debit notes that affect prior validation invoices|Credit and debit notes that affect prior validation invoices]]&lt;br /&gt;
##	[[Additional features - Direct Integration Manual Index#Credit and debit notes that do not affect invoices|Credit and debit notes that do not affect invoices]]&lt;br /&gt;
##	[[Additional features - Direct Integration Manual Index#TRANSMISSION OF CONTINGENCY DOCUMENTS TYPE 03 (ATTRIBUTABLE TO THE ISSUER)|TRANSMISSION OF CONTINGENCY DOCUMENTS TYPE 03 (ATTRIBUTABLE TO THE ISSUER)]]&lt;br /&gt;
#	[[Additional features - Direct Integration Manual Index#Submit electronic documents on reception platforms|Submit electronic documents on reception platforms]]&lt;br /&gt;
#	[[Additional features - Direct Integration Manual Index#Standard of the name of XML electronic documents|Standard of the name of XML electronic documents]]&lt;br /&gt;
#	[[Additional features - Direct Integration Manual Index#Enablement environment|Enablement environment]]&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==[[Property code tables for document issuance - Direct Integration Manual Index |Property code tables for document issuance]]==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
#	[[Property code tables for document issuance - Direct Integration Manual Index #Table 1|Table 1]]&lt;br /&gt;
#	[[Property code tables for document issuance - Direct Integration Manual Index #Table 2|Table 2]]&lt;br /&gt;
#	[[Property code tables for document issuance - Direct Integration Manual Index #Table 3|Table 3]]&lt;br /&gt;
#	[[Property code tables for document issuance - Direct Integration Manual Index #Table 4|Table 4]]&lt;br /&gt;
#	[[Property code tables for document issuance - Direct Integration Manual Index #Table 5|Table 5]]&lt;br /&gt;
#	[[Property code tables for document issuance - Direct Integration Manual Index #Table 6|Table 6]]&lt;br /&gt;
#	[[Property code tables for document issuance - Direct Integration Manual Index #Table 7|Table 7]]&lt;br /&gt;
#	[[Property code tables for document issuance - Direct Integration Manual Index #Table 8|Table 8]]&lt;br /&gt;
#	[[Property code tables for document issuance - Direct Integration Manual Index #Table 9|Table 9]]&lt;br /&gt;
#	[[Property code tables for document issuance - Direct Integration Manual Index #Table 10|Table 10]]&lt;br /&gt;
#	[[Property code tables for document issuance - Direct Integration Manual Index #Table 11|Table 11]]&lt;br /&gt;
#	[[Property code tables for document issuance - Direct Integration Manual Index #Table 12|Table 12]]&lt;br /&gt;
#	[[Property code tables for document issuance - Direct Integration Manual Index #Table 13|Table 13]]&lt;br /&gt;
#	[[Property code tables for document issuance - Direct Integration Manual Index #Table 14|Table 14]]&lt;br /&gt;
#	[[Property code tables for document issuance - Direct Integration Manual Index #Table 15|Table 15]]&lt;br /&gt;
#	[[Property code tables for document issuance - Direct Integration Manual Index #Table 16|Table 16]]&lt;br /&gt;
#	[[Property code tables for document issuance - Direct Integration Manual Index #Table 17|Table 17]]&lt;br /&gt;
#	[[Property code tables for document issuance - Direct Integration Manual Index #Table 18|Table 18]]&lt;br /&gt;
#	[[Property code tables for document issuance - Direct Integration Manual Index #Table 19|Table 19]]&lt;br /&gt;
#	[[Property code tables for document issuance - Direct Integration Manual Index #Table 20|Table 20]]&lt;br /&gt;
#	[[Property code tables for document issuance - Direct Integration Manual Index #Table 21|Table 21]]&lt;br /&gt;
#	[[Property code tables for document issuance - Direct Integration Manual Index #Table 22|Table 22]]&lt;br /&gt;
#	[[Property code tables for document issuance - Direct Integration Manual Index #Table 23|Table 23]]&lt;br /&gt;
#	[[Property code tables for document issuance - Direct Integration Manual Index #Table 24|Table 24]]&lt;br /&gt;
#	[[Property code tables for document issuance - Direct Integration Manual Index #Table 25|Table 25]]&lt;br /&gt;
#	[[Property code tables for document issuance - Direct Integration Manual Index #Table 26|Table 26]]&lt;br /&gt;
#	[[Property code tables for document issuance - Direct Integration Manual Index #Table 27|Table 27]]&lt;br /&gt;
#	[[Property code tables for document issuance - Direct Integration Manual Index #Table 28|Table 28]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==[[Catalog of web service response errors - Direct Integration Manual Index - Electronic Bill|Catalog of web service response errors]]==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&#039;&#039;&#039;&amp;lt;big&amp;gt;[[Archivo:Copyright.png|100px|sinmarco|centro|Copyright]]&amp;lt;font color=&amp;quot;Blue&amp;quot;&amp;gt;THE FACTORY HKA COLOMBIA&amp;lt;/font&amp;gt;&amp;lt;/big&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;Copyright © 2016 The Factory HKA. All rights reserved.&amp;lt;/center&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
{{clear}}&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
--&amp;gt;&lt;/div&gt;</summary>
		<author><name>Lvargas</name></author>
	</entry>
	<entry>
		<id>http://felcowiki.thefactoryhka.com.co/index.php?title=Cambios_Integraci%C3%B3n_-_Documento_Soporte_No_Obligados_Resoluci%C3%B3n_000167&amp;diff=2659</id>
		<title>Cambios Integración - Documento Soporte No Obligados Resolución 000167</title>
		<link rel="alternate" type="text/html" href="http://felcowiki.thefactoryhka.com.co/index.php?title=Cambios_Integraci%C3%B3n_-_Documento_Soporte_No_Obligados_Resoluci%C3%B3n_000167&amp;diff=2659"/>
		<updated>2022-04-12T16:23:07Z</updated>

		<summary type="html">&lt;p&gt;Lvargas: /* Tributos cac:TaxScheme/ID: Columna Identificador cac:TaxScheme/Name: Columna Nombre */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;== &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;Cambios Integración - Documento Soporte No Obligados Resolución 000167&amp;lt;/font&amp;gt; ==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
En este articulo encontraras información sobre los Cambios incorporados en el Anexo técnico de Documento Soporte en adquisiciones efectuadas a sujetos no obligados a expedir factura de venta o documento equivalente Versión 1.1.&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;Cambios incorporados en la versión 1.1 del documento soporte en adquisiciones efectuadas a sujetos no obligados a expedir factura de &#039;&#039;venta&#039;&#039; o &#039;&#039;documento equivalente&#039;&#039;&amp;lt;/font&amp;gt;==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
*Se incorpora la &#039;&#039;&#039;Nota de ajuste&#039;&#039;&#039; para el documento soporte en adquisiciones efectuadas a sujetos no obligados a expedir factura o documento equivalente, con sus respectivas reglas de validación.&lt;br /&gt;
*Se modifica el cálculo del elemento UUID, para el cual se eliminaron los impuestos INC e ICA para la composición de la cadena.&lt;br /&gt;
*Se cambia el algoritmo utilizado para el cálculo del UUID, pasando de Código Único de Documento Electrónico - CUDE a Código Único de Documento Soporte – CUDS.&lt;br /&gt;
*Se actualiza la tabla de referencia para el elemento CityName.&lt;br /&gt;
&lt;br /&gt;
==&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;Cambios relevantes&amp;lt;/font&amp;gt;==&lt;br /&gt;
===Reglas con modificaciones en las validaciones===&lt;br /&gt;
&amp;lt;u&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&#039;&#039;&#039;ENTRE LAS CUALES SE DESTACAN:&#039;&#039;&#039;&amp;lt;/font&amp;gt;&amp;lt;/u&amp;gt;&lt;br /&gt;
# Se determina que el tipo de identificación para el prestador de servicios debe ser NIT.&lt;br /&gt;
# Cambio en el algoritmo para el cálculo del UUID.&lt;br /&gt;
# Validaciones correspondientes a la localización física del vendedor de acuerdo a su procedencia.&lt;br /&gt;
# Se determina que la identificación del vendedor puede no ser NIT dependiendo su procedencia.&lt;br /&gt;
# Se determina que la identificación del comprador debe ser NIT.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
==&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;Instrumentos que se derivan del documento soporte en adquisiciones efectuadas a sujetos no obligados a Expedir factura de venta o documento equivalente&amp;lt;/font&amp;gt;==&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
A continuación, se describen los instrumentos que se derivan del documento soporte en adquisiciones efectuadas a sujetos no obligados a expedir factura de venta o documento equivalente.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
==&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;Documento soporte en adquisiciones efectuadas a sujetos no obligados a expedir factura o documento equivalente (Invoic5)&amp;lt;/font&amp;gt;==&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Es un documento electrónico que constituye el soporte de los costos y deducciones en el Impuesto sobre la Renta y Complementarios e impuestos descontables en el Impuesto sobre las Ventas -IVA, derivado de la adquisición de bienes y/o servicios a sujetos no obligados a expedir factura de venta o documento equivalente; el cual se deberá generar por parte del adquirente de los mencionados bienes y/o servicios, para su posterior transmisión para la validación de la DIAN.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
==&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;Nota de Ajuste al documento soporte en adquisiciones efectuadas a sujetos no obligados a expedir factura o documento equivalente en adquisiciones efectuadas a sujetos no obligados a expedir factura o documento equivalente (CreditNote)&amp;lt;/font&amp;gt;==&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Las notas de ajuste del documento soporte en adquisiciones efectuadas a sujetos no obligados a expedir factura de venta o documento equivalente, en lo sucesivo notas de ajuste, son documentos electrónicos o físicos según el caso, que constituyen el medio por el cual se realizan ajustes o se anula el documento soporte, por errores aritméticos o de contenido, cumpliendo las condiciones, términos, mecanismos técnicos y tecnológicos que para el efecto señale la DIAN.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
==&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;Registro de Respuesta a la Validación realizada por parte de la DIAN (ApplicationResponse)&amp;lt;/font&amp;gt;==&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Es el procedimiento que genera el documento electrónico de validación por parte de la DIAN, que contiene la verificación de las reglas de validación de los documentos electrónicos, cumpliendo con los requisitos, términos, mecanismos técnicos y tecnológicos que para el efecto establezca la DIAN, en el Anexo Técnico respectivo. &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
==&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;Nuevas Reglas de Validación&amp;lt;/font&amp;gt;==&lt;br /&gt;
*&#039;&#039;&#039;DSAJ08a:&#039;&#039;&#039; La clase dirección cliente deberá estar conformado al menos por el conjunto formado por los elementos ciudad, codigoDepartamento, departamento, direccion, lenguaje, municipio y pais. cuando el tipoOperacion es igual a &#039;10&#039;.&lt;br /&gt;
*&#039;&#039;&#039;DASJ08b:&#039;&#039;&#039; La clase dirección cliente deberá estar conformado al menos por el conjunto formado por los elementos ciudad, codigoDepartamento, departamento, direccion, lenguaje, municipio y pais. cuando el CustomizationID es igual a &#039;11&#039;.&lt;br /&gt;
*&#039;&#039;&#039;DSAJ10a:&#039;&#039;&#039; Campo ciudad Debe ser un municipio de la República de Colombia cuando el tipoOperacion es igual a &#039;10&#039;.&lt;br /&gt;
*&#039;&#039;&#039;DSAJ10b:&#039;&#039;&#039; Deberá contener el nombre de la ciudad correspondiente cuando el tipoOperacion es igual a &#039;11&#039;.&lt;br /&gt;
*&#039;&#039;&#039;DSAJ25a:&#039;&#039;&#039; Identificador del tipo de documento de identidad:&#039;&#039;&#039; Cuando el tipoOperacion es igual a &#039;10&#039; el tipoIdentificacion deberá ser &#039;31&#039;.&lt;br /&gt;
*&#039;&#039;&#039;DSAJ25b:&#039;&#039;&#039; Identificador del tipo de documento de identidad:&#039;&#039;&#039; Cuando el tipoOperacion es igual a &#039;11&#039; el tipoIdentificacion deberá ser &#039;31&#039;.&lt;br /&gt;
*&#039;&#039;&#039;VLR02:&#039;&#039;&#039; Valor total de la Nota de Ajuste es superior al valor del documento referenciado&lt;br /&gt;
*&#039;&#039;&#039;DSBH01:&#039;&#039;&#039; Se debe indicar el campo codigoInterno = 5 en la clase documentoReferenciado. Grupo de información exclusivo para referenciar la Nota de Ajuste que dio origen al presente DS&lt;br /&gt;
*&#039;&#039;&#039;DSBH03:&#039;&#039;&#039; Prefijo + Número de la nota de ajuste referenciada ID de la nota de ajuste de referencia no existe. Se debe indicar obligatoriamente el campo numeroDocumento en la clase documentoReferenciado&lt;br /&gt;
*&#039;&#039;&#039;DSBH04:&#039;&#039;&#039; CUDS de la nota de ajuste relacionada. CUDS de la nota de ajuste referenciada no existe. Se debe indicar obligatoriamente el campo cufeDocReferenciado.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;DSBH05:&#039;&#039;&#039; Algoritmo del CUDS&lt;br /&gt;
*&#039;&#039;&#039;DSBH06:&#039;&#039;&#039; Fecha de la Nota de Ajuste referenciada anterior a fecha del DS. Se debe indicar obligatoriamente el campo fecha.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;Proceso tecnológico en el Sistema de Facturación Electrónica &amp;lt;/font&amp;gt;==&lt;br /&gt;
&#039;&#039;&#039;Habilitación&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Los sujetos que se encuentren previamente habilitados como facturadores electrónicos, tendrán la opción de convalidar la información que hayan registrado en el procedimiento de habilitación del artículo 22 de la Resolución 000042 del 05 de mayo de 2020 o la norma que la modifique o sustituya.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Sin embargo, es importante tener en cuenta que el documento soporte en adquisiciones efectuadas a sujetos no obligados a expedir factura de venta o documento equivalente no requiere pruebas mínimas para surtir el proceso de habilitación conforme a la resolución anteriormente mencionada, el sistema de Factura Electrónica con Validación Previa entregará los insumos necesarios referentes a un SET de pruebas para quienes requieran realizar la generación, transmisión y validación del documento soporte en adquisiciones efectuadas a sujetos no obligados a expedir factura de venta o documento equivalente y la nota de ajuste en el 	ambiente de habilitación antes de enviarlo al ambiente de producción.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Sujetos obligados &#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Corresponde a todos los sujetos que adquieren bienes y/o servicios a un proveedor no obligado a expedir factura de venta o documento equivalente y que son facturadores electrónicos habilitados, (en adelante ABS), que requieran documentar la transacción y tener el soporte fiscal de costos, deducciones, o impuestos descontables.&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
El ABS debe estar habilitado por la DIAN como FE para generar documento soporte, y deberá usar los rangos de numeración para estas operaciones, el cual se debe gestionar en el SIE de numeración o el sistema dispuesto por la Unidad Administrativa Especial Dirección de Impuestos y Aduanas Nacionales DIAN, para tal fin.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Suplemento C: Inconvenientes tecnológicos&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
No se ha contemplado la generación del Documento Soporte en adquisiciones efectuadas a sujetos no obligados a expedir factura de venta o documento equivalente y sus notas de ajuste cuando existan Inconvenientes Tecnológicos Tipo 03 - Por parte del Facturador Electrónico ni Tipo 04 - Por parte de la DIAN; así pues, una vez se restablezcan los servicios se deberá hacer la transmisión del citado documento.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
==&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;Tipo de Documento: cbc:InvoiceTypeCode y cbc:CreditnoteTypeCode&amp;lt;/font&amp;gt;==&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Código&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Significado&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| 05&lt;br /&gt;
| Documento soporte en adquisiciones efectuadas a sujetos no obligados a expedir factura o documento equivalente &lt;br /&gt;
|-&lt;br /&gt;
| 95&lt;br /&gt;
| Nota de ajuste al documento soporte en adquisiciones efectuadas a sujetos no obligados a expedir factura o documento equivalente&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
==&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;Tipos de operación Procedencia de Vendedor: cbc:CustomizationID&amp;lt;/font&amp;gt;==&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Código&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Valor&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| 10&lt;br /&gt;
| Residente &lt;br /&gt;
|-&lt;br /&gt;
| 11&lt;br /&gt;
| No residente&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Nota:&#039;&#039;&#039; Conforme a la normativa vigente, debe tenerse en cuenta lo que se indica para el concepto de residente fiscal en Colombia y NO residente fiscal en Colombia.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
==&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;Forma de generación y transmisión:cbc: DescriptionCode; cbc: Description&amp;lt;/font&amp;gt;==&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Código&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Descripción&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| 1&lt;br /&gt;
| Por operación &lt;br /&gt;
|-&lt;br /&gt;
| 2&lt;br /&gt;
| Acumulado semanal&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;strong&amp;gt;1.&amp;lt;/strong&amp;gt; Por cada una de las operaciones en las que se adquieren bienes y/o servicios a sujetos no obligados a expedir factura o documento equivalente.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;strong&amp;gt;2.&amp;lt;/strong&amp;gt; Por operaciones acumuladas semanalmente que se realicen con un mismo proveedor en las que se adquieren bienes y/o servicios con sujetos no obligados a expedir factura o documento equivalente.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Nota:&#039;&#039;&#039;Forma de generación y transmisión de conformidad con lo establecido en los Artículo 2 y 10 de la Presente Resolución.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
En la &amp;lt;strong&amp;gt;URL versión 4&amp;lt;/strong&amp;gt;, se debe reportar en la clase detalle &amp;lt;strong&amp;gt;&amp;lt;detalleDeFactura&amp;lt;FacturaDetalle&amp;gt;&amp;gt;&amp;lt;/strong&amp;gt;, ingresar la información requerida:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;strong&amp;gt;1.&amp;lt;/strong&amp;gt;&amp;lt;descripcion&amp;gt; Servicio recibido.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;strong&amp;gt;2.&amp;lt;/strong&amp;gt;&amp;lt;descripcion2&amp;gt;Reportar la fecha de compra en un formato año-mes-dia.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;strong&amp;gt;3.&amp;lt;/strong&amp;gt;&amp;lt;descripcion3&amp;gt;(1) Si es por operación (2) Si es un acumulado semanal.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Archivo:docSoporte.png|600px|sinmarco|centro|docSoporte]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;Códigos para identificación fiscal Documento de identificación (Tipo de Identificador Fiscal): cbc:CompanyID.@schemeName; sts:ProviderID.@schemeName&amp;lt;/font&amp;gt;==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Código&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Significado SNO&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Residente&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|No residente&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| 21&lt;br /&gt;
| Tarjeta de extranjería&lt;br /&gt;
|&lt;br /&gt;
! style=&amp;quot;;background:#f8f9fa; text-align:center;&amp;quot;! style=&amp;quot;;background:#f8f9fa; text-align:center;&amp;quot;|X &lt;br /&gt;
|-&lt;br /&gt;
| 22&lt;br /&gt;
| Cédula de extranjería&lt;br /&gt;
|&lt;br /&gt;
! style=&amp;quot;;background:#f8f9fa; text-align:center;&amp;quot; color: |X&lt;br /&gt;
|-&lt;br /&gt;
|31&lt;br /&gt;
|NIT&lt;br /&gt;
! style=&amp;quot;;background:#f8f9fa; text-align:center;&amp;quot;|X&lt;br /&gt;
! style=&amp;quot;;background:#f8f9fa; text-align:center;&amp;quot;|X&lt;br /&gt;
|-&lt;br /&gt;
|41&lt;br /&gt;
|Pasaporte&lt;br /&gt;
|&lt;br /&gt;
! style=&amp;quot;;background:#f8f9fa; text-align:center;&amp;quot;|X&lt;br /&gt;
|-&lt;br /&gt;
|42&lt;br /&gt;
|Documento de identificación extranjero&lt;br /&gt;
|&lt;br /&gt;
! style=&amp;quot;;background:#f8f9fa; text-align:center;&amp;quot;|X&lt;br /&gt;
|-&lt;br /&gt;
|47&lt;br /&gt;
|PEP&lt;br /&gt;
|&lt;br /&gt;
! style=&amp;quot;;background:#f8f9fa; text-align:center;&amp;quot;|X&lt;br /&gt;
|-&lt;br /&gt;
|50&lt;br /&gt;
|NIT de otro país&lt;br /&gt;
|&lt;br /&gt;
! style=&amp;quot;;background:#f8f9fa; text-align:center;&amp;quot;|X&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
==&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;Tributos cac:TaxScheme/ID: Columna Identificador cac:TaxScheme/Name: Columna Nombre&amp;lt;/font&amp;gt;==&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Identificador&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Nombre&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Descripción&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| 01&lt;br /&gt;
| IVA &lt;br /&gt;
|Impuesto sobre las ventas&lt;br /&gt;
|-&lt;br /&gt;
| 05&lt;br /&gt;
| ReteIVA&lt;br /&gt;
| Retención sobre el IVA&lt;br /&gt;
|-&lt;br /&gt;
|06&lt;br /&gt;
| ReteRenta&lt;br /&gt;
|Retención sobre Renta&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;Tipo de organización jurídica (Personas): cbc:AdditionalAccountID&amp;lt;/font&amp;gt;==&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Codigo&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Significado&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| 1&lt;br /&gt;
| Persona jurídica y asimiladas &lt;br /&gt;
|-&lt;br /&gt;
| 2&lt;br /&gt;
| Persona Natural y asimiladas&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
==&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;Códigos para identificación fiscal Detalles Tributarios:Para el grupo PartyTaxScheme&amp;lt;/font&amp;gt;==&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Código&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Significado&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| 01&lt;br /&gt;
| IVA&lt;br /&gt;
|-&lt;br /&gt;
| ZZ&lt;br /&gt;
| No aplica*&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Nota:&#039;&#039;&#039; Se utiliza en los casos donde el Vendedor no cuente con los detalles tributarios informados, aplica para personas jurídicas/personas naturales.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Atributo&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|TipoDato&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|anticipos&lt;br /&gt;
|Array&amp;lt;Class.Anticipos&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|autorizado&lt;br /&gt;
|Class.Autorizado&lt;br /&gt;
|-&lt;br /&gt;
|cantidadDecimales&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|cargosDescuentos&lt;br /&gt;
|Array&amp;lt;Class.CargosDescuentos&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|cliente&lt;br /&gt;
|Class.Cliente&lt;br /&gt;
|-&lt;br /&gt;
|condicionPago&lt;br /&gt;
|Array&amp;lt;Class.CondicionPago&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|consecutivoDocumento&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|detalleDeFactura&lt;br /&gt;
|Array&amp;lt;Class.FacturaDetalle&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|documentoReferenciado&lt;br /&gt;
|Array&amp;lt;DocumentoReferenciado&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|entregaMercancia&lt;br /&gt;
|Class.Entrega&lt;br /&gt;
|-&lt;br /&gt;
|extras&lt;br /&gt;
|Array&amp;lt;Class.Extras&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|fechaEmision&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|fechaFinPeriodoFacturacion&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|fechaInicioPeriodoFacturacion&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|fechaPagoImpuestos&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|fechaVencimiento&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|impuestosGenerales&lt;br /&gt;
|Array&amp;lt;Class.FacturaImpuestos&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|impuestosTotales&lt;br /&gt;
|Array&amp;lt;Class.ImpuestosTotales&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|informacionAdicional&lt;br /&gt;
|Array&amp;lt;String&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|mediosDePago&lt;br /&gt;
|Array&amp;lt;Class.MediosDePago&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|moneda&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|ordenDeCompra&lt;br /&gt;
|Array&amp;lt;Class.OrdenDeCompra&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|rangoNumeracion&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|redondeoAplicado&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|sectorSalud&lt;br /&gt;
|Class.SectorSalud&lt;br /&gt;
|-&lt;br /&gt;
|tasaDeCambio&lt;br /&gt;
|Array&amp;lt;Class.TasaDeCambio&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|tasaDeCambioAlternativa&lt;br /&gt;
|Array&amp;lt;Class.TasaDeCambioAlternativa&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|terminosEntrega&lt;br /&gt;
|Class.TerminosEntrega&lt;br /&gt;
|-&lt;br /&gt;
|tipoDocumento&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|tipoOperacion&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|tipoSector&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|totalAnticipos&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|totalBaseImponible&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|totalBrutoConImpuestos&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|totalCargosAplicados&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|totalDescuentos&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|totalMonto&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|totalProductos&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|totalSinImpuestos&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt; Para emitir documentos soporte en adquisiciones con sujetos no obligados a facturar electrónicamente, se deben tener en cuenta los siguientes aspectos:&amp;lt;/font&amp;gt; ==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
*1.La estructura &#039;&#039;&#039;SOAP&#039;&#039;&#039; del objeto &#039;&#039;&#039;FacturaGeneral&#039;&#039;&#039; a ser implementado en La versión 4 del servicio de &#039;&#039;emisión:&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[Archivo:warning.png|800px|sinmarco|centro|Warning]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
*2.Se deberá indicar tipoDocumento = &#039;05&#039; correspondiente al documento Soporte con sujetos no obligados a facturar:&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[Archivo:tipoDocumento.png|800px|sinmarco|centro|TipoDocumento]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[Archivo:tipoDocumento2.png|800px|sinmarco|centro|TipoDocumento2]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
*3.Se deberá indicar tipoOperacion = ‘10’ u ‘11’ correspondiente a residente o no residente.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[Archivo:tipoOperacion.png|800px|sinmarco|centro|TipoOperacion]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[Archivo:tipoOperacion2.png|800px|sinmarco|centro|TipoOperacion2]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
*4.La información del vendedor/proveedor (persona no obligada a facturar electrónicamente) será reportada en la clase Cliente del objetoFacturaGeneral. &lt;br /&gt;
Los atributos mínimos de esta clase a ser reportados son: &amp;lt;br&amp;gt;&lt;br /&gt;
detallesTributarios, nombreRazonSocial, numeroDocumento, numeroIdentificacionDV, responsabilidadesRut, tipoIdentificacion y tipoPersona.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[Archivo:detallesTributarios.png|800px|sinmarco|centro|DetallesTributarios]]&lt;br /&gt;
[[Archivo:detallesTributarios2.png|800px|sinmarco|centro|DetallesTributarios2]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
*5.La emisión de estos documentos no admite su transmisión bajo un esquema de contingencia.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[Archivo:contingencia.png|800px|sinmarco|centro|Contingencia]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
*6.En la URL versión 4, en la clase detalle &amp;lt;strong&amp;gt;&amp;lt;detalleDeFactura&amp;lt;FacturaDetalle&amp;gt;&amp;gt;&amp;lt;/strong&amp;gt;, ingresar la información requerida:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;strong&amp;gt;1.&amp;lt;/strong&amp;gt;&amp;lt;descripcion&amp;gt; Servicio recibido.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;strong&amp;gt;2.&amp;lt;/strong&amp;gt;&amp;lt;descripcion2&amp;gt;Reportar la fecha de compra en un formato año-mes-dia.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;strong&amp;gt;3.&amp;lt;/strong&amp;gt;&amp;lt;descripcion3&amp;gt;(1) Si es por operación (2) Si es un acumulado semanal.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Archivo:docSoporte.png|800px|sinmarco|centro|docSoporte]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;Información Complementaria&amp;lt;/font&amp;gt;==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
===Documento soporte en adquisiciones efectuadas a sujetos no obligados a expedir factura de venta o documento equivalente===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&#039;&#039;&#039;¿Qué es el documento soporte?&#039;&#039;&#039;&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Es el documento que usas para acreditar la compra de un &#039;&#039;bien&#039;&#039; o &#039;&#039;servicio&#039;&#039;, y que debe generar el comprador cuando hace transacciones con un proveedor que no está obligado a expedir factura de venta o documento equivalente.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&#039;&#039;&#039;¿Cuándo se usa?&#039;&#039;&#039;&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Lo expides como comprador para documentar la transacción que da lugar a &#039;&#039;costos, deducciones&#039;&#039; o &#039;&#039;impuestos descontables&#039;&#039;, por medio de un documento con numeración autorizada por la &#039;&#039;&#039;DIAN&#039;&#039;&#039;, cuando el vendedor o prestador del  servicio no está obligado a facturar.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&#039;&#039;&#039;¿Quiénes lo deben emitir?&#039;&#039;&#039;&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Lo emites si eres comprador del bien o el  servicio.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&#039;&#039;&#039;¿Para qué se emite?&#039;&#039;&#039;&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Si como &#039;&#039;vendedor del bien&#039;&#039; o &#039;&#039;prestador del servicio&#039;&#039; no tienes obligación de expedir factura de venta, el comprador podrá generar el &#039;&#039;&#039;Documento soporte&#039;&#039;&#039; en adquisiciones efectuadas a sujetos no obligados a expedir factura de venta o documento equivalente para documentar la transacción, contabilizarla y si es del caso, soportar costos, deducciones, o impuestos descontables.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&#039;&#039;&#039;¿Quiénes están obligados a expedirlo?&#039;&#039;&#039;&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Estás obligado si adquieres un bien o servicio cuando haces compras o adquieres servicios a un proveedor no obligado a expedir factura de venta, para que puedas documentar la transacción y tener el soporte de &#039;&#039;costos, deducciones&#039;&#039;, o &#039;&#039;impuestos descontables&#039;&#039;, para tus declaraciones tributarias.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&#039;&#039;&#039;¿Qué beneficios tiene?&#039;&#039;&#039;&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Te permite documentar las operaciones cuando se realizan con proveedores no obligados a emitir factura o documento equivalente. Así soportas adecuadamente &#039;&#039;costos, deducciones,&#039;&#039; o &#039;&#039;impuestos descontables&#039;&#039; en estas adquisiciones.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&#039;&#039;&#039;¿Cuáles son los requisitos?&#039;&#039;&#039;&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Según lo indicado en la &amp;lt;u&amp;gt;&#039;&#039;&#039;Resolución 000167 de 2021&#039;&#039;&#039;&amp;lt;/u&amp;gt; los requisitos son:&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
# Estar denominado expresamente como “Documento soporte en adquisiciones efectuadas a no obligados a facturar&amp;quot;.&lt;br /&gt;
# Tener la fecha de la operación que debe corresponder a la fecha de generación del documento.&lt;br /&gt;
# Contener los apellidos y nombre o razón social y Número de Identificación Tributaria (NIT) del vendedor o de quien presta el servicio. Tratándose de contratos suscritos con         los no residentes fiscales en Colombia no inscritos en el Registro Único Tributario -RUT, el requisito del Número de Identificación Tributaria NIT, se entenderá cumplido con la identificación otorgada en el país de origen del no residente.&lt;br /&gt;
# Contener los apellidos y nombre o razón social y Número de Identificación Tributaria -NIT del adquiriente de los bienes y/o servicios.&lt;br /&gt;
# Llevar el número que corresponda a un sistema de numeración consecutiva de documento soporte incluyendo el número, rango y vigencia autorizado por la DIAN.&lt;br /&gt;
# Tener la descripción específica del bien o del servicio prestado.&lt;br /&gt;
# Detallar el valor total de la operación.&lt;br /&gt;
# Incluir la firma del emisor del documento soporte al momento de la generación, de acuerdo con las normas vigentes y con la política de firma que establezca la Unidad Administrativa Especial Dirección de Impuestos y Aduanas – DIAN.&lt;br /&gt;
# Utilizar el formato electrónico de generación que establezca la Unidad Administrativa Especial Dirección de Impuestos y Aduanas Nacionales - DIAN.&lt;br /&gt;
# El Código único de documento soporte en adquisiciones efectuadas a sujetos no obligados a expedir factura de venta o documento equivalente - CUDS.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&#039;&#039;&#039;¿Desde cuándo se debe emitir y exigir el documento soporte en adquisiciones efectuadas a sujetos no obligados a expedir factura de venta o documento equivalente?&#039;&#039;&#039;&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
La generación y transmisión de forma electrónica del documento soporte en adquisiciones efectuadas a sujetos no obligados a expedir factura de venta o documento equivalente y las notas de ajuste, deberán implementarse a más tardar el &amp;lt;u&amp;gt;&#039;&#039;&#039;dos (2) de mayo de 2022.&#039;&#039;&#039;&amp;lt;/u&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;Transmisión para la validación ante la DIAN&amp;lt;/font&amp;gt;==&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
===Deberá transmitirse para validación de la &#039;&#039;Unidad Administrativa Especial Dirección de Impuestos&#039;&#039; y &#039;&#039;Aduanas Nacionales&#039;&#039; -DIAN, así:===&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
#En el momento en que se lleve a cabo cada una de las operaciones en las que se adquieran bienes y/o servicios a sujetos no obligados a expedir factura o documento equivalente.&lt;br /&gt;
#A más tardar el último día hábil de la semana en la que se llevaron a cabo las operaciones acumuladas semanalmente, que se realicen con un mismo proveedor en las que se adquieran bienes y/o servicios con sujetos no obligados a expedir factura o documento equivalente.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&#039;&#039;&#039;¿Qué hacer si se presentan inconvenientes tecnológicos?&#039;&#039;&#039;&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Inconvenientes tecnológicos por parte de la DIAN&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Si al momento de la transmisión de la información del documento soporte y las notas de ajuste, se presentan inconvenientes tecnológicos que impiden la transmisión de la información para la validación, el sujeto dispone de un plazo máximo de cuarenta y ocho (48) horas, contadas a partir del día siguiente al que se restablezca el servicio informático electrónico.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Inconvenientes tecnológicos por parte del sujeto&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Si se presentan inconvenientes tecnológicos por parte del sujeto, que impiden la transmisión de la información, este deberá transmitir los citados documentos en un plazo máximo de cuarenta y ocho (48) horas, contadas a partir del día siguiente en que se supere el inconveniente tecnológico, dejando los soportes del inconveniente presentado, para cuando la administración tributaria los requiera.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;&#039;&#039;&#039;&amp;lt;big&amp;gt;¡Muchas Gracias!&amp;lt;/big&amp;gt;&amp;lt;br&amp;gt;Carrera 69 Q # 78-86, Bodega 20, Bogotá – Colombia,&amp;lt;br&amp;gt;Teléfono: +57 (1) 746.08.12&#039;&#039;&#039;&amp;lt;br&amp;gt;[[Archivo:facebook.png|30px|sinmarco|centro|Facebook]]THEFACTORYHKACO&amp;lt;br&amp;gt;[[Archivo:instagram.png|30px|sinmarco|centro|Instagram]]@THEFACTORYHKACO&amp;lt;br&amp;gt;&lt;br /&gt;
[[Archivo:brave.png|30px|sinmarco|centro|Brave]]THE FACTORY HKA COLOMBIA&amp;lt;br&amp;gt;[http://WWW.THEFACTORYHKA.COM/CO &amp;lt;br&amp;gt;WWW.THEFACTORYHKA.COM/CO]&amp;lt;/center&amp;gt;&lt;/div&gt;</summary>
		<author><name>Lvargas</name></author>
	</entry>
	<entry>
		<id>http://felcowiki.thefactoryhka.com.co/index.php?title=Cambios_Integraci%C3%B3n_-_Documento_Soporte_No_Obligados_Resoluci%C3%B3n_000167&amp;diff=2658</id>
		<title>Cambios Integración - Documento Soporte No Obligados Resolución 000167</title>
		<link rel="alternate" type="text/html" href="http://felcowiki.thefactoryhka.com.co/index.php?title=Cambios_Integraci%C3%B3n_-_Documento_Soporte_No_Obligados_Resoluci%C3%B3n_000167&amp;diff=2658"/>
		<updated>2022-04-12T16:16:54Z</updated>

		<summary type="html">&lt;p&gt;Lvargas: /* Nuevas Reglas de Validación */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;== &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;Cambios Integración - Documento Soporte No Obligados Resolución 000167&amp;lt;/font&amp;gt; ==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
En este articulo encontraras información sobre los Cambios incorporados en el Anexo técnico de Documento Soporte en adquisiciones efectuadas a sujetos no obligados a expedir factura de venta o documento equivalente Versión 1.1.&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;Cambios incorporados en la versión 1.1 del documento soporte en adquisiciones efectuadas a sujetos no obligados a expedir factura de &#039;&#039;venta&#039;&#039; o &#039;&#039;documento equivalente&#039;&#039;&amp;lt;/font&amp;gt;==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
*Se incorpora la &#039;&#039;&#039;Nota de ajuste&#039;&#039;&#039; para el documento soporte en adquisiciones efectuadas a sujetos no obligados a expedir factura o documento equivalente, con sus respectivas reglas de validación.&lt;br /&gt;
*Se modifica el cálculo del elemento UUID, para el cual se eliminaron los impuestos INC e ICA para la composición de la cadena.&lt;br /&gt;
*Se cambia el algoritmo utilizado para el cálculo del UUID, pasando de Código Único de Documento Electrónico - CUDE a Código Único de Documento Soporte – CUDS.&lt;br /&gt;
*Se actualiza la tabla de referencia para el elemento CityName.&lt;br /&gt;
&lt;br /&gt;
==&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;Cambios relevantes&amp;lt;/font&amp;gt;==&lt;br /&gt;
===Reglas con modificaciones en las validaciones===&lt;br /&gt;
&amp;lt;u&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&#039;&#039;&#039;ENTRE LAS CUALES SE DESTACAN:&#039;&#039;&#039;&amp;lt;/font&amp;gt;&amp;lt;/u&amp;gt;&lt;br /&gt;
# Se determina que el tipo de identificación para el prestador de servicios debe ser NIT.&lt;br /&gt;
# Cambio en el algoritmo para el cálculo del UUID.&lt;br /&gt;
# Validaciones correspondientes a la localización física del vendedor de acuerdo a su procedencia.&lt;br /&gt;
# Se determina que la identificación del vendedor puede no ser NIT dependiendo su procedencia.&lt;br /&gt;
# Se determina que la identificación del comprador debe ser NIT.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
==&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;Instrumentos que se derivan del documento soporte en adquisiciones efectuadas a sujetos no obligados a Expedir factura de venta o documento equivalente&amp;lt;/font&amp;gt;==&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
A continuación, se describen los instrumentos que se derivan del documento soporte en adquisiciones efectuadas a sujetos no obligados a expedir factura de venta o documento equivalente.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
==&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;Documento soporte en adquisiciones efectuadas a sujetos no obligados a expedir factura o documento equivalente (Invoic5)&amp;lt;/font&amp;gt;==&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Es un documento electrónico que constituye el soporte de los costos y deducciones en el Impuesto sobre la Renta y Complementarios e impuestos descontables en el Impuesto sobre las Ventas -IVA, derivado de la adquisición de bienes y/o servicios a sujetos no obligados a expedir factura de venta o documento equivalente; el cual se deberá generar por parte del adquirente de los mencionados bienes y/o servicios, para su posterior transmisión para la validación de la DIAN.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
==&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;Nota de Ajuste al documento soporte en adquisiciones efectuadas a sujetos no obligados a expedir factura o documento equivalente en adquisiciones efectuadas a sujetos no obligados a expedir factura o documento equivalente (CreditNote)&amp;lt;/font&amp;gt;==&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Las notas de ajuste del documento soporte en adquisiciones efectuadas a sujetos no obligados a expedir factura de venta o documento equivalente, en lo sucesivo notas de ajuste, son documentos electrónicos o físicos según el caso, que constituyen el medio por el cual se realizan ajustes o se anula el documento soporte, por errores aritméticos o de contenido, cumpliendo las condiciones, términos, mecanismos técnicos y tecnológicos que para el efecto señale la DIAN.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
==&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;Registro de Respuesta a la Validación realizada por parte de la DIAN (ApplicationResponse)&amp;lt;/font&amp;gt;==&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Es el procedimiento que genera el documento electrónico de validación por parte de la DIAN, que contiene la verificación de las reglas de validación de los documentos electrónicos, cumpliendo con los requisitos, términos, mecanismos técnicos y tecnológicos que para el efecto establezca la DIAN, en el Anexo Técnico respectivo. &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
==&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;Nuevas Reglas de Validación&amp;lt;/font&amp;gt;==&lt;br /&gt;
*&#039;&#039;&#039;DSAJ08a:&#039;&#039;&#039; La clase dirección cliente deberá estar conformado al menos por el conjunto formado por los elementos ciudad, codigoDepartamento, departamento, direccion, lenguaje, municipio y pais. cuando el tipoOperacion es igual a &#039;10&#039;.&lt;br /&gt;
*&#039;&#039;&#039;DASJ08b:&#039;&#039;&#039; La clase dirección cliente deberá estar conformado al menos por el conjunto formado por los elementos ciudad, codigoDepartamento, departamento, direccion, lenguaje, municipio y pais. cuando el CustomizationID es igual a &#039;11&#039;.&lt;br /&gt;
*&#039;&#039;&#039;DSAJ10a:&#039;&#039;&#039; Campo ciudad Debe ser un municipio de la República de Colombia cuando el tipoOperacion es igual a &#039;10&#039;.&lt;br /&gt;
*&#039;&#039;&#039;DSAJ10b:&#039;&#039;&#039; Deberá contener el nombre de la ciudad correspondiente cuando el tipoOperacion es igual a &#039;11&#039;.&lt;br /&gt;
*&#039;&#039;&#039;DSAJ25a:&#039;&#039;&#039; Identificador del tipo de documento de identidad:&#039;&#039;&#039; Cuando el tipoOperacion es igual a &#039;10&#039; el tipoIdentificacion deberá ser &#039;31&#039;.&lt;br /&gt;
*&#039;&#039;&#039;DSAJ25b:&#039;&#039;&#039; Identificador del tipo de documento de identidad:&#039;&#039;&#039; Cuando el tipoOperacion es igual a &#039;11&#039; el tipoIdentificacion deberá ser &#039;31&#039;.&lt;br /&gt;
*&#039;&#039;&#039;VLR02:&#039;&#039;&#039; Valor total de la Nota de Ajuste es superior al valor del documento referenciado&lt;br /&gt;
*&#039;&#039;&#039;DSBH01:&#039;&#039;&#039; Se debe indicar el campo codigoInterno = 5 en la clase documentoReferenciado. Grupo de información exclusivo para referenciar la Nota de Ajuste que dio origen al presente DS&lt;br /&gt;
*&#039;&#039;&#039;DSBH03:&#039;&#039;&#039; Prefijo + Número de la nota de ajuste referenciada ID de la nota de ajuste de referencia no existe. Se debe indicar obligatoriamente el campo numeroDocumento en la clase documentoReferenciado&lt;br /&gt;
*&#039;&#039;&#039;DSBH04:&#039;&#039;&#039; CUDS de la nota de ajuste relacionada. CUDS de la nota de ajuste referenciada no existe. Se debe indicar obligatoriamente el campo cufeDocReferenciado.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;DSBH05:&#039;&#039;&#039; Algoritmo del CUDS&lt;br /&gt;
*&#039;&#039;&#039;DSBH06:&#039;&#039;&#039; Fecha de la Nota de Ajuste referenciada anterior a fecha del DS. Se debe indicar obligatoriamente el campo fecha.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;Proceso tecnológico en el Sistema de Facturación Electrónica &amp;lt;/font&amp;gt;==&lt;br /&gt;
&#039;&#039;&#039;Habilitación&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Los sujetos que se encuentren previamente habilitados como facturadores electrónicos, tendrán la opción de convalidar la información que hayan registrado en el procedimiento de habilitación del artículo 22 de la Resolución 000042 del 05 de mayo de 2020 o la norma que la modifique o sustituya.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Sin embargo, es importante tener en cuenta que el documento soporte en adquisiciones efectuadas a sujetos no obligados a expedir factura de venta o documento equivalente no requiere pruebas mínimas para surtir el proceso de habilitación conforme a la resolución anteriormente mencionada, el sistema de Factura Electrónica con Validación Previa entregará los insumos necesarios referentes a un SET de pruebas para quienes requieran realizar la generación, transmisión y validación del documento soporte en adquisiciones efectuadas a sujetos no obligados a expedir factura de venta o documento equivalente y la nota de ajuste en el 	ambiente de habilitación antes de enviarlo al ambiente de producción.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Sujetos obligados &#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Corresponde a todos los sujetos que adquieren bienes y/o servicios a un proveedor no obligado a expedir factura de venta o documento equivalente y que son facturadores electrónicos habilitados, (en adelante ABS), que requieran documentar la transacción y tener el soporte fiscal de costos, deducciones, o impuestos descontables.&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
El ABS debe estar habilitado por la DIAN como FE para generar documento soporte, y deberá usar los rangos de numeración para estas operaciones, el cual se debe gestionar en el SIE de numeración o el sistema dispuesto por la Unidad Administrativa Especial Dirección de Impuestos y Aduanas Nacionales DIAN, para tal fin.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Suplemento C: Inconvenientes tecnológicos&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
No se ha contemplado la generación del Documento Soporte en adquisiciones efectuadas a sujetos no obligados a expedir factura de venta o documento equivalente y sus notas de ajuste cuando existan Inconvenientes Tecnológicos Tipo 03 - Por parte del Facturador Electrónico ni Tipo 04 - Por parte de la DIAN; así pues, una vez se restablezcan los servicios se deberá hacer la transmisión del citado documento.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
==&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;Tipo de Documento: cbc:InvoiceTypeCode y cbc:CreditnoteTypeCode&amp;lt;/font&amp;gt;==&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Código&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Significado&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| 05&lt;br /&gt;
| Documento soporte en adquisiciones efectuadas a sujetos no obligados a expedir factura o documento equivalente &lt;br /&gt;
|-&lt;br /&gt;
| 95&lt;br /&gt;
| Nota de ajuste al documento soporte en adquisiciones efectuadas a sujetos no obligados a expedir factura o documento equivalente&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
==&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;Tipos de operación Procedencia de Vendedor: cbc:CustomizationID&amp;lt;/font&amp;gt;==&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Código&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Valor&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| 10&lt;br /&gt;
| Residente &lt;br /&gt;
|-&lt;br /&gt;
| 11&lt;br /&gt;
| No residente&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Nota:&#039;&#039;&#039; Conforme a la normativa vigente, debe tenerse en cuenta lo que se indica para el concepto de residente fiscal en Colombia y NO residente fiscal en Colombia.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
==&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;Forma de generación y transmisión:cbc: DescriptionCode; cbc: Description&amp;lt;/font&amp;gt;==&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Código&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Descripción&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| 1&lt;br /&gt;
| Por operación &lt;br /&gt;
|-&lt;br /&gt;
| 2&lt;br /&gt;
| Acumulado semanal&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;strong&amp;gt;1.&amp;lt;/strong&amp;gt; Por cada una de las operaciones en las que se adquieren bienes y/o servicios a sujetos no obligados a expedir factura o documento equivalente.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;strong&amp;gt;2.&amp;lt;/strong&amp;gt; Por operaciones acumuladas semanalmente que se realicen con un mismo proveedor en las que se adquieren bienes y/o servicios con sujetos no obligados a expedir factura o documento equivalente.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Nota:&#039;&#039;&#039;Forma de generación y transmisión de conformidad con lo establecido en los Artículo 2 y 10 de la Presente Resolución.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
En la &amp;lt;strong&amp;gt;URL versión 4&amp;lt;/strong&amp;gt;, se debe reportar en la clase detalle &amp;lt;strong&amp;gt;&amp;lt;detalleDeFactura&amp;lt;FacturaDetalle&amp;gt;&amp;gt;&amp;lt;/strong&amp;gt;, ingresar la información requerida:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;strong&amp;gt;1.&amp;lt;/strong&amp;gt;&amp;lt;descripcion&amp;gt; Servicio recibido.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;strong&amp;gt;2.&amp;lt;/strong&amp;gt;&amp;lt;descripcion2&amp;gt;Reportar la fecha de compra en un formato año-mes-dia.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;strong&amp;gt;3.&amp;lt;/strong&amp;gt;&amp;lt;descripcion3&amp;gt;(1) Si es por operación (2) Si es un acumulado semanal.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Archivo:docSoporte.png|600px|sinmarco|centro|docSoporte]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;Códigos para identificación fiscal Documento de identificación (Tipo de Identificador Fiscal): cbc:CompanyID.@schemeName; sts:ProviderID.@schemeName&amp;lt;/font&amp;gt;==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Código&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Significado SNO&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Residente&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|No residente&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| 21&lt;br /&gt;
| Tarjeta de extranjería&lt;br /&gt;
|&lt;br /&gt;
! style=&amp;quot;;background:#f8f9fa; text-align:center;&amp;quot;! style=&amp;quot;;background:#f8f9fa; text-align:center;&amp;quot;|X &lt;br /&gt;
|-&lt;br /&gt;
| 22&lt;br /&gt;
| Cédula de extranjería&lt;br /&gt;
|&lt;br /&gt;
! style=&amp;quot;;background:#f8f9fa; text-align:center;&amp;quot; color: |X&lt;br /&gt;
|-&lt;br /&gt;
|31&lt;br /&gt;
|NIT&lt;br /&gt;
! style=&amp;quot;;background:#f8f9fa; text-align:center;&amp;quot;|X&lt;br /&gt;
! style=&amp;quot;;background:#f8f9fa; text-align:center;&amp;quot;|X&lt;br /&gt;
|-&lt;br /&gt;
|41&lt;br /&gt;
|Pasaporte&lt;br /&gt;
|&lt;br /&gt;
! style=&amp;quot;;background:#f8f9fa; text-align:center;&amp;quot;|X&lt;br /&gt;
|-&lt;br /&gt;
|42&lt;br /&gt;
|Documento de identificación extranjero&lt;br /&gt;
|&lt;br /&gt;
! style=&amp;quot;;background:#f8f9fa; text-align:center;&amp;quot;|X&lt;br /&gt;
|-&lt;br /&gt;
|47&lt;br /&gt;
|PEP&lt;br /&gt;
|&lt;br /&gt;
! style=&amp;quot;;background:#f8f9fa; text-align:center;&amp;quot;|X&lt;br /&gt;
|-&lt;br /&gt;
|50&lt;br /&gt;
|NIT de otro país&lt;br /&gt;
|&lt;br /&gt;
! style=&amp;quot;;background:#f8f9fa; text-align:center;&amp;quot;|X&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
==&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;Tributos cac:TaxScheme/ID: Columna Identificador cac:TaxScheme/Name: Columna Nombre&amp;lt;/font&amp;gt;==&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Identificador&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Nombre&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Descripción&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| 01&lt;br /&gt;
| IVA &lt;br /&gt;
|Impuesto sobre las ventas&lt;br /&gt;
|-&lt;br /&gt;
| 05&lt;br /&gt;
| RetelIVA&lt;br /&gt;
| Retención sobre el IVA&lt;br /&gt;
|-&lt;br /&gt;
|06&lt;br /&gt;
| ReteRenta&lt;br /&gt;
|Retención sobre Renta&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
==&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;Tipo de organización jurídica (Personas): cbc:AdditionalAccountID&amp;lt;/font&amp;gt;==&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Codigo&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Significado&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| 1&lt;br /&gt;
| Persona jurídica y asimiladas &lt;br /&gt;
|-&lt;br /&gt;
| 2&lt;br /&gt;
| Persona Natural y asimiladas&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
==&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;Códigos para identificación fiscal Detalles Tributarios:Para el grupo PartyTaxScheme&amp;lt;/font&amp;gt;==&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Código&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Significado&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| 01&lt;br /&gt;
| IVA&lt;br /&gt;
|-&lt;br /&gt;
| ZZ&lt;br /&gt;
| No aplica*&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Nota:&#039;&#039;&#039; Se utiliza en los casos donde el Vendedor no cuente con los detalles tributarios informados, aplica para personas jurídicas/personas naturales.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Atributo&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|TipoDato&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|anticipos&lt;br /&gt;
|Array&amp;lt;Class.Anticipos&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|autorizado&lt;br /&gt;
|Class.Autorizado&lt;br /&gt;
|-&lt;br /&gt;
|cantidadDecimales&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|cargosDescuentos&lt;br /&gt;
|Array&amp;lt;Class.CargosDescuentos&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|cliente&lt;br /&gt;
|Class.Cliente&lt;br /&gt;
|-&lt;br /&gt;
|condicionPago&lt;br /&gt;
|Array&amp;lt;Class.CondicionPago&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|consecutivoDocumento&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|detalleDeFactura&lt;br /&gt;
|Array&amp;lt;Class.FacturaDetalle&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|documentoReferenciado&lt;br /&gt;
|Array&amp;lt;DocumentoReferenciado&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|entregaMercancia&lt;br /&gt;
|Class.Entrega&lt;br /&gt;
|-&lt;br /&gt;
|extras&lt;br /&gt;
|Array&amp;lt;Class.Extras&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|fechaEmision&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|fechaFinPeriodoFacturacion&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|fechaInicioPeriodoFacturacion&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|fechaPagoImpuestos&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|fechaVencimiento&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|impuestosGenerales&lt;br /&gt;
|Array&amp;lt;Class.FacturaImpuestos&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|impuestosTotales&lt;br /&gt;
|Array&amp;lt;Class.ImpuestosTotales&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|informacionAdicional&lt;br /&gt;
|Array&amp;lt;String&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|mediosDePago&lt;br /&gt;
|Array&amp;lt;Class.MediosDePago&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|moneda&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|ordenDeCompra&lt;br /&gt;
|Array&amp;lt;Class.OrdenDeCompra&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|rangoNumeracion&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|redondeoAplicado&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|sectorSalud&lt;br /&gt;
|Class.SectorSalud&lt;br /&gt;
|-&lt;br /&gt;
|tasaDeCambio&lt;br /&gt;
|Array&amp;lt;Class.TasaDeCambio&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|tasaDeCambioAlternativa&lt;br /&gt;
|Array&amp;lt;Class.TasaDeCambioAlternativa&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|terminosEntrega&lt;br /&gt;
|Class.TerminosEntrega&lt;br /&gt;
|-&lt;br /&gt;
|tipoDocumento&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|tipoOperacion&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|tipoSector&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|totalAnticipos&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|totalBaseImponible&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|totalBrutoConImpuestos&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|totalCargosAplicados&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|totalDescuentos&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|totalMonto&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|totalProductos&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|totalSinImpuestos&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt; Para emitir documentos soporte en adquisiciones con sujetos no obligados a facturar electrónicamente, se deben tener en cuenta los siguientes aspectos:&amp;lt;/font&amp;gt; ==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
*1.La estructura &#039;&#039;&#039;SOAP&#039;&#039;&#039; del objeto &#039;&#039;&#039;FacturaGeneral&#039;&#039;&#039; a ser implementado en La versión 4 del servicio de &#039;&#039;emisión:&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[Archivo:warning.png|800px|sinmarco|centro|Warning]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
*2.Se deberá indicar tipoDocumento = &#039;05&#039; correspondiente al documento Soporte con sujetos no obligados a facturar:&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[Archivo:tipoDocumento.png|800px|sinmarco|centro|TipoDocumento]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[Archivo:tipoDocumento2.png|800px|sinmarco|centro|TipoDocumento2]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
*3.Se deberá indicar tipoOperacion = ‘10’ u ‘11’ correspondiente a residente o no residente.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[Archivo:tipoOperacion.png|800px|sinmarco|centro|TipoOperacion]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[Archivo:tipoOperacion2.png|800px|sinmarco|centro|TipoOperacion2]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
*4.La información del vendedor/proveedor (persona no obligada a facturar electrónicamente) será reportada en la clase Cliente del objetoFacturaGeneral. &lt;br /&gt;
Los atributos mínimos de esta clase a ser reportados son: &amp;lt;br&amp;gt;&lt;br /&gt;
detallesTributarios, nombreRazonSocial, numeroDocumento, numeroIdentificacionDV, responsabilidadesRut, tipoIdentificacion y tipoPersona.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[Archivo:detallesTributarios.png|800px|sinmarco|centro|DetallesTributarios]]&lt;br /&gt;
[[Archivo:detallesTributarios2.png|800px|sinmarco|centro|DetallesTributarios2]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
*5.La emisión de estos documentos no admite su transmisión bajo un esquema de contingencia.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[Archivo:contingencia.png|800px|sinmarco|centro|Contingencia]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
*6.En la URL versión 4, en la clase detalle &amp;lt;strong&amp;gt;&amp;lt;detalleDeFactura&amp;lt;FacturaDetalle&amp;gt;&amp;gt;&amp;lt;/strong&amp;gt;, ingresar la información requerida:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;strong&amp;gt;1.&amp;lt;/strong&amp;gt;&amp;lt;descripcion&amp;gt; Servicio recibido.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;strong&amp;gt;2.&amp;lt;/strong&amp;gt;&amp;lt;descripcion2&amp;gt;Reportar la fecha de compra en un formato año-mes-dia.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;strong&amp;gt;3.&amp;lt;/strong&amp;gt;&amp;lt;descripcion3&amp;gt;(1) Si es por operación (2) Si es un acumulado semanal.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Archivo:docSoporte.png|800px|sinmarco|centro|docSoporte]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;Información Complementaria&amp;lt;/font&amp;gt;==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
===Documento soporte en adquisiciones efectuadas a sujetos no obligados a expedir factura de venta o documento equivalente===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&#039;&#039;&#039;¿Qué es el documento soporte?&#039;&#039;&#039;&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Es el documento que usas para acreditar la compra de un &#039;&#039;bien&#039;&#039; o &#039;&#039;servicio&#039;&#039;, y que debe generar el comprador cuando hace transacciones con un proveedor que no está obligado a expedir factura de venta o documento equivalente.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&#039;&#039;&#039;¿Cuándo se usa?&#039;&#039;&#039;&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Lo expides como comprador para documentar la transacción que da lugar a &#039;&#039;costos, deducciones&#039;&#039; o &#039;&#039;impuestos descontables&#039;&#039;, por medio de un documento con numeración autorizada por la &#039;&#039;&#039;DIAN&#039;&#039;&#039;, cuando el vendedor o prestador del  servicio no está obligado a facturar.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&#039;&#039;&#039;¿Quiénes lo deben emitir?&#039;&#039;&#039;&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Lo emites si eres comprador del bien o el  servicio.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&#039;&#039;&#039;¿Para qué se emite?&#039;&#039;&#039;&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Si como &#039;&#039;vendedor del bien&#039;&#039; o &#039;&#039;prestador del servicio&#039;&#039; no tienes obligación de expedir factura de venta, el comprador podrá generar el &#039;&#039;&#039;Documento soporte&#039;&#039;&#039; en adquisiciones efectuadas a sujetos no obligados a expedir factura de venta o documento equivalente para documentar la transacción, contabilizarla y si es del caso, soportar costos, deducciones, o impuestos descontables.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&#039;&#039;&#039;¿Quiénes están obligados a expedirlo?&#039;&#039;&#039;&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Estás obligado si adquieres un bien o servicio cuando haces compras o adquieres servicios a un proveedor no obligado a expedir factura de venta, para que puedas documentar la transacción y tener el soporte de &#039;&#039;costos, deducciones&#039;&#039;, o &#039;&#039;impuestos descontables&#039;&#039;, para tus declaraciones tributarias.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&#039;&#039;&#039;¿Qué beneficios tiene?&#039;&#039;&#039;&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Te permite documentar las operaciones cuando se realizan con proveedores no obligados a emitir factura o documento equivalente. Así soportas adecuadamente &#039;&#039;costos, deducciones,&#039;&#039; o &#039;&#039;impuestos descontables&#039;&#039; en estas adquisiciones.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&#039;&#039;&#039;¿Cuáles son los requisitos?&#039;&#039;&#039;&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Según lo indicado en la &amp;lt;u&amp;gt;&#039;&#039;&#039;Resolución 000167 de 2021&#039;&#039;&#039;&amp;lt;/u&amp;gt; los requisitos son:&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
# Estar denominado expresamente como “Documento soporte en adquisiciones efectuadas a no obligados a facturar&amp;quot;.&lt;br /&gt;
# Tener la fecha de la operación que debe corresponder a la fecha de generación del documento.&lt;br /&gt;
# Contener los apellidos y nombre o razón social y Número de Identificación Tributaria (NIT) del vendedor o de quien presta el servicio. Tratándose de contratos suscritos con         los no residentes fiscales en Colombia no inscritos en el Registro Único Tributario -RUT, el requisito del Número de Identificación Tributaria NIT, se entenderá cumplido con la identificación otorgada en el país de origen del no residente.&lt;br /&gt;
# Contener los apellidos y nombre o razón social y Número de Identificación Tributaria -NIT del adquiriente de los bienes y/o servicios.&lt;br /&gt;
# Llevar el número que corresponda a un sistema de numeración consecutiva de documento soporte incluyendo el número, rango y vigencia autorizado por la DIAN.&lt;br /&gt;
# Tener la descripción específica del bien o del servicio prestado.&lt;br /&gt;
# Detallar el valor total de la operación.&lt;br /&gt;
# Incluir la firma del emisor del documento soporte al momento de la generación, de acuerdo con las normas vigentes y con la política de firma que establezca la Unidad Administrativa Especial Dirección de Impuestos y Aduanas – DIAN.&lt;br /&gt;
# Utilizar el formato electrónico de generación que establezca la Unidad Administrativa Especial Dirección de Impuestos y Aduanas Nacionales - DIAN.&lt;br /&gt;
# El Código único de documento soporte en adquisiciones efectuadas a sujetos no obligados a expedir factura de venta o documento equivalente - CUDS.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&#039;&#039;&#039;¿Desde cuándo se debe emitir y exigir el documento soporte en adquisiciones efectuadas a sujetos no obligados a expedir factura de venta o documento equivalente?&#039;&#039;&#039;&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
La generación y transmisión de forma electrónica del documento soporte en adquisiciones efectuadas a sujetos no obligados a expedir factura de venta o documento equivalente y las notas de ajuste, deberán implementarse a más tardar el &amp;lt;u&amp;gt;&#039;&#039;&#039;dos (2) de mayo de 2022.&#039;&#039;&#039;&amp;lt;/u&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;Transmisión para la validación ante la DIAN&amp;lt;/font&amp;gt;==&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
===Deberá transmitirse para validación de la &#039;&#039;Unidad Administrativa Especial Dirección de Impuestos&#039;&#039; y &#039;&#039;Aduanas Nacionales&#039;&#039; -DIAN, así:===&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
#En el momento en que se lleve a cabo cada una de las operaciones en las que se adquieran bienes y/o servicios a sujetos no obligados a expedir factura o documento equivalente.&lt;br /&gt;
#A más tardar el último día hábil de la semana en la que se llevaron a cabo las operaciones acumuladas semanalmente, que se realicen con un mismo proveedor en las que se adquieran bienes y/o servicios con sujetos no obligados a expedir factura o documento equivalente.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&#039;&#039;&#039;¿Qué hacer si se presentan inconvenientes tecnológicos?&#039;&#039;&#039;&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Inconvenientes tecnológicos por parte de la DIAN&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Si al momento de la transmisión de la información del documento soporte y las notas de ajuste, se presentan inconvenientes tecnológicos que impiden la transmisión de la información para la validación, el sujeto dispone de un plazo máximo de cuarenta y ocho (48) horas, contadas a partir del día siguiente al que se restablezca el servicio informático electrónico.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Inconvenientes tecnológicos por parte del sujeto&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Si se presentan inconvenientes tecnológicos por parte del sujeto, que impiden la transmisión de la información, este deberá transmitir los citados documentos en un plazo máximo de cuarenta y ocho (48) horas, contadas a partir del día siguiente en que se supere el inconveniente tecnológico, dejando los soportes del inconveniente presentado, para cuando la administración tributaria los requiera.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;&#039;&#039;&#039;&amp;lt;big&amp;gt;¡Muchas Gracias!&amp;lt;/big&amp;gt;&amp;lt;br&amp;gt;Carrera 69 Q # 78-86, Bodega 20, Bogotá – Colombia,&amp;lt;br&amp;gt;Teléfono: +57 (1) 746.08.12&#039;&#039;&#039;&amp;lt;br&amp;gt;[[Archivo:facebook.png|30px|sinmarco|centro|Facebook]]THEFACTORYHKACO&amp;lt;br&amp;gt;[[Archivo:instagram.png|30px|sinmarco|centro|Instagram]]@THEFACTORYHKACO&amp;lt;br&amp;gt;&lt;br /&gt;
[[Archivo:brave.png|30px|sinmarco|centro|Brave]]THE FACTORY HKA COLOMBIA&amp;lt;br&amp;gt;[http://WWW.THEFACTORYHKA.COM/CO &amp;lt;br&amp;gt;WWW.THEFACTORYHKA.COM/CO]&amp;lt;/center&amp;gt;&lt;/div&gt;</summary>
		<author><name>Lvargas</name></author>
	</entry>
	<entry>
		<id>http://felcowiki.thefactoryhka.com.co/index.php?title=Archivo:DocSoporte.png&amp;diff=2649</id>
		<title>Archivo:DocSoporte.png</title>
		<link rel="alternate" type="text/html" href="http://felcowiki.thefactoryhka.com.co/index.php?title=Archivo:DocSoporte.png&amp;diff=2649"/>
		<updated>2022-04-08T21:54:16Z</updated>

		<summary type="html">&lt;p&gt;Lvargas: Archivo subido con MsUpload&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Archivo subido con MsUpload&lt;/div&gt;</summary>
		<author><name>Lvargas</name></author>
	</entry>
	<entry>
		<id>http://felcowiki.thefactoryhka.com.co/index.php?title=Cambios_Integraci%C3%B3n_-_Documento_Soporte_No_Obligados_Resoluci%C3%B3n_000167&amp;diff=2648</id>
		<title>Cambios Integración - Documento Soporte No Obligados Resolución 000167</title>
		<link rel="alternate" type="text/html" href="http://felcowiki.thefactoryhka.com.co/index.php?title=Cambios_Integraci%C3%B3n_-_Documento_Soporte_No_Obligados_Resoluci%C3%B3n_000167&amp;diff=2648"/>
		<updated>2022-04-08T20:52:41Z</updated>

		<summary type="html">&lt;p&gt;Lvargas: /* Códigos para identificación fiscal Detalles Tributarios:Para el grupo PartyTaxScheme */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;== &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;Cambios Integración - Documento Soporte No Obligados Resolución 000167&amp;lt;/font&amp;gt; ==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
En este articulo encontraras información sobre los Cambios incorporados en el Anexo técnico de Documento Soporte en adquisiciones efectuadas a sujetos no obligados a expedir factura de venta o documento equivalente Versión 1.1.&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;Cambios incorporados en la versión 1.1 del documento soporte en adquisiciones efectuadas a sujetos no obligados a expedir factura de &#039;&#039;venta&#039;&#039; o &#039;&#039;documento equivalente&#039;&#039;&amp;lt;/font&amp;gt;==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
*Se incorpora la &#039;&#039;&#039;Nota de ajuste&#039;&#039;&#039; para el documento soporte en adquisiciones efectuadas a sujetos no obligados a expedir factura o documento equivalente, con sus respectivas reglas de validación.&lt;br /&gt;
*Se modifica el cálculo del elemento UUID, para el cual se eliminaron los impuestos INC e ICA para la composición de la cadena.&lt;br /&gt;
*Se cambia el algoritmo utilizado para el cálculo del UUID, pasando de Código Único de Documento Electrónico - CUDE a Código Único de Documento Soporte – CUDS.&lt;br /&gt;
*Se actualiza la tabla de referencia para el elemento CityName.&lt;br /&gt;
&lt;br /&gt;
==&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;Cambios relevantes&amp;lt;/font&amp;gt;==&lt;br /&gt;
===Reglas con modificaciones en las validaciones===&lt;br /&gt;
&amp;lt;u&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&#039;&#039;&#039;ENTRE LAS CUALES SE DESTACAN:&#039;&#039;&#039;&amp;lt;/font&amp;gt;&amp;lt;/u&amp;gt;&lt;br /&gt;
# Se determina que el tipo de identificación para el prestador de servicios debe ser NIT.&lt;br /&gt;
# Cambio en el algoritmo para el cálculo del UUID.&lt;br /&gt;
# Validaciones correspondientes a la localización física del vendedor de acuerdo a su procedencia.&lt;br /&gt;
# Se determina que la identificación del vendedor puede no ser NIT dependiendo su procedencia.&lt;br /&gt;
# Se determina que la identificación del comprador debe ser NIT.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
==&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;Instrumentos que se derivan del documento soporte en adquisiciones efectuadas a sujetos no obligados a Expedir factura de venta o documento equivalente&amp;lt;/font&amp;gt;==&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
A continuación, se describen los instrumentos que se derivan del documento soporte en adquisiciones efectuadas a sujetos no obligados a expedir factura de venta o documento equivalente.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
==&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;Documento soporte en adquisiciones efectuadas a sujetos no obligados a expedir factura o documento equivalente (Invoic5)&amp;lt;/font&amp;gt;==&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Es un documento electrónico que constituye el soporte de los costos y deducciones en el Impuesto sobre la Renta y Complementarios e impuestos descontables en el Impuesto sobre las Ventas -IVA, derivado de la adquisición de bienes y/o servicios a sujetos no obligados a expedir factura de venta o documento equivalente; el cual se deberá generar por parte del adquirente de los mencionados bienes y/o servicios, para su posterior transmisión para la validación de la DIAN.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
==&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;Nota de Ajuste al documento soporte en adquisiciones efectuadas a sujetos no obligados a expedir factura o documento equivalente en adquisiciones efectuadas a sujetos no obligados a expedir factura o documento equivalente (CreditNote)&amp;lt;/font&amp;gt;==&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Las notas de ajuste del documento soporte en adquisiciones efectuadas a sujetos no obligados a expedir factura de venta o documento equivalente, en lo sucesivo notas de ajuste, son documentos electrónicos o físicos según el caso, que constituyen el medio por el cual se realizan ajustes o se anula el documento soporte, por errores aritméticos o de contenido, cumpliendo las condiciones, términos, mecanismos técnicos y tecnológicos que para el efecto señale la DIAN.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
==&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;Registro de Respuesta a la Validación realizada por parte de la DIAN (ApplicationResponse)&amp;lt;/font&amp;gt;==&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Es el procedimiento que genera el documento electrónico de validación por parte de la DIAN, que contiene la verificación de las reglas de validación de los documentos electrónicos, cumpliendo con los requisitos, términos, mecanismos técnicos y tecnológicos que para el efecto establezca la DIAN, en el Anexo Técnico respectivo. &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
==&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;Nuevas Reglas de Validación&amp;lt;/font&amp;gt;==&lt;br /&gt;
*&#039;&#039;&#039;DSAJ08a:&#039;&#039;&#039; La clase dirección cliente deberá estar conformado al menos por el conjunto formado por los elementos ciudad, codigoDepartamento, departamento, direccion, lenguaje, municipio y pais. cuando el tipoOperacion es igual a &#039;10&#039;.&lt;br /&gt;
*&#039;&#039;&#039;DASJ08b:&#039;&#039;&#039; La clase dirección cliente deberá estar conformado al menos por el conjunto formado por los elementos ciudad, codigoDepartamento, departamento, direccion, lenguaje, municipio y pais. cuando el CustomizationID es igual a &#039;11&#039;.&lt;br /&gt;
*&#039;&#039;&#039;DSAJ10a:&#039;&#039;&#039; Campo ciudad Debe ser un municipio de la República de Colombia cuando el tipoOperacion es igual a &#039;10&#039;.&lt;br /&gt;
*&#039;&#039;&#039;DSAJ10b:&#039;&#039;&#039; Campo ciudad Debe ser un municipio de la República de Colombia cuando el tipoOperacion es igual a &#039;11&#039;.&lt;br /&gt;
*&#039;&#039;&#039;DSAJ25a:&#039;&#039;&#039; Identificador del tipo de documento de identidad:&#039;&#039;&#039; Cuando el tipoOperacion es igual a &#039;10&#039; el tipoIdentificacion deberá ser &#039;31&#039;.&lt;br /&gt;
*&#039;&#039;&#039;DSAJ25b:&#039;&#039;&#039; Identificador del tipo de documento de identidad:&#039;&#039;&#039; Cuando el tipoOperacion es igual a &#039;11&#039; el tipoIdentificacion deberá ser &#039;31&#039;.&lt;br /&gt;
*&#039;&#039;&#039;VLR02:&#039;&#039;&#039; Valor total de la Nota de Ajuste es superior al valor del documento referenciado&lt;br /&gt;
*&#039;&#039;&#039;DSBH01:&#039;&#039;&#039; Se debe indicar el campo codigoInterno = 5 en la clase documentoReferenciado. Grupo de información exclusivo para referenciar la Nota de Ajuste que dio origen al presente DS&lt;br /&gt;
*&#039;&#039;&#039;DSBH03:&#039;&#039;&#039; Prefijo + Número de la nota de ajuste referenciada ID de la nota de ajuste de referencia no existe. Se debe indicar obligatoriamente el campo numeroDocumento en la clase documentoReferenciado&lt;br /&gt;
*&#039;&#039;&#039;DSBH04:&#039;&#039;&#039; CUDS de la nota de ajuste relacionada. CUDS de la nota de ajuste referenciada no existe. Se debe indicar obligatoriamente el campo cufeDocReferenciado.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;DSBH05:&#039;&#039;&#039; Algoritmo del CUDS&lt;br /&gt;
*&#039;&#039;&#039;DSBH06:&#039;&#039;&#039; Fecha de la Nota de Ajuste referenciada anterior a fecha del DS. Se debe indicar obligatoriamente el campo fecha.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
==&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;Proceso tecnológico en el Sistema de Facturación Electrónica &amp;lt;/font&amp;gt;==&lt;br /&gt;
&#039;&#039;&#039;Habilitación&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Los sujetos que se encuentren previamente habilitados como facturadores electrónicos, tendrán la opción de convalidar la información que hayan registrado en el procedimiento de habilitación del artículo 22 de la Resolución 000042 del 05 de mayo de 2020 o la norma que la modifique o sustituya.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Sin embargo, es importante tener en cuenta que el documento soporte en adquisiciones efectuadas a sujetos no obligados a expedir factura de venta o documento equivalente no requiere pruebas mínimas para surtir el proceso de habilitación conforme a la resolución anteriormente mencionada, el sistema de Factura Electrónica con Validación Previa entregará los insumos necesarios referentes a un SET de pruebas para quienes requieran realizar la generación, transmisión y validación del documento soporte en adquisiciones efectuadas a sujetos no obligados a expedir factura de venta o documento equivalente y la nota de ajuste en el 	ambiente de habilitación antes de enviarlo al ambiente de producción.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Sujetos obligados &#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Corresponde a todos los sujetos que adquieren bienes y/o servicios a un proveedor no obligado a expedir factura de venta o documento equivalente y que son facturadores electrónicos habilitados, (en adelante ABS), que requieran documentar la transacción y tener el soporte fiscal de costos, deducciones, o impuestos descontables.&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
El ABS debe estar habilitado por la DIAN como FE para generar documento soporte, y deberá usar los rangos de numeración para estas operaciones, el cual se debe gestionar en el SIE de numeración o el sistema dispuesto por la Unidad Administrativa Especial Dirección de Impuestos y Aduanas Nacionales DIAN, para tal fin.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Suplemento C: Inconvenientes tecnológicos&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
No se ha contemplado la generación del Documento Soporte en adquisiciones efectuadas a sujetos no obligados a expedir factura de venta o documento equivalente y sus notas de ajuste cuando existan Inconvenientes Tecnológicos Tipo 03 - Por parte del Facturador Electrónico ni Tipo 04 - Por parte de la DIAN; así pues, una vez se restablezcan los servicios se deberá hacer la transmisión del citado documento.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
==&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;Tipo de Documento: cbc:InvoiceTypeCode y cbc:CreditnoteTypeCode&amp;lt;/font&amp;gt;==&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Código&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Significado&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| 05&lt;br /&gt;
| Documento soporte en adquisiciones efectuadas a sujetos no obligados a expedir factura o documento equivalente &lt;br /&gt;
|-&lt;br /&gt;
| 95&lt;br /&gt;
| Nota de ajuste al documento soporte en adquisiciones efectuadas a sujetos no obligados a expedir factura o documento equivalente&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
==&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;Tipos de operación Procedencia de Vendedor: cbc:CustomizationID&amp;lt;/font&amp;gt;==&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Código&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Valor&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| 10&lt;br /&gt;
| Residente &lt;br /&gt;
|-&lt;br /&gt;
| 11&lt;br /&gt;
| No residente&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Nota:&#039;&#039;&#039; Conforme a la normativa vigente, debe tenerse en cuenta lo que se indica para el concepto de residente fiscal en Colombia y NO residente fiscal en Colombia.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
==&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;Forma de generación y transmisión:cbc: DescriptionCode; cbc: Description&amp;lt;/font&amp;gt;==&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Código&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Descripción&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| 1&lt;br /&gt;
| Por operación &lt;br /&gt;
|-&lt;br /&gt;
| 2&lt;br /&gt;
| Acumulado semanal&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;strong&amp;gt;1.&amp;lt;/strong&amp;gt; Por cada una de las operaciones en las que se adquieren bienes y/o servicios a sujetos no obligados a expedir factura o documento equivalente.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;strong&amp;gt;2.&amp;lt;/strong&amp;gt; Por operaciones acumuladas semanalmente que se realicen con un mismo proveedor en las que se adquieren bienes y/o servicios con sujetos no obligados a expedir factura o documento equivalente.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Nota:&#039;&#039;&#039;Forma de generación y transmisión de conformidad con lo establecido en los Artículo 2 y 10 de la Presente Resolución.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
En la &amp;lt;strong&amp;gt;URL versión 4&amp;lt;/strong&amp;gt;, se debe reportar en la clase detalle &amp;lt;strong&amp;gt;&amp;lt;detalleDeFactura&amp;lt;FacturaDetalle&amp;gt;&amp;gt;&amp;lt;/strong&amp;gt;, ingresar la información requerida:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;strong&amp;gt;1.&amp;lt;/strong&amp;gt;&amp;lt;descripcion&amp;gt; Servicio recibido.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;strong&amp;gt;2.&amp;lt;/strong&amp;gt;&amp;lt;descripcion2&amp;gt;Reportar la fecha de compra en un formato año-mes-dia.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;strong&amp;gt;3.&amp;lt;/strong&amp;gt;&amp;lt;descripcion3&amp;gt;(1) Si es por operación (2) Si es un acumulado semanal.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Archivo:docSoporte.png|600px|sinmarco|centro|docSoporte]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;Códigos para identificación fiscal Documento de identificación (Tipo de Identificador Fiscal): cbc:CompanyID.@schemeName; sts:ProviderID.@schemeName&amp;lt;/font&amp;gt;==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Código&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Significado SNO&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Residente&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|No residente&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| 21&lt;br /&gt;
| Tarjeta de extranjería&lt;br /&gt;
|&lt;br /&gt;
! style=&amp;quot;;background:#f8f9fa; text-align:center;&amp;quot;! style=&amp;quot;;background:#f8f9fa; text-align:center;&amp;quot;|X &lt;br /&gt;
|-&lt;br /&gt;
| 22&lt;br /&gt;
| Cédula de extranjería&lt;br /&gt;
|&lt;br /&gt;
! style=&amp;quot;;background:#f8f9fa; text-align:center;&amp;quot; color: |X&lt;br /&gt;
|-&lt;br /&gt;
|31&lt;br /&gt;
|NIT&lt;br /&gt;
! style=&amp;quot;;background:#f8f9fa; text-align:center;&amp;quot;|X&lt;br /&gt;
! style=&amp;quot;;background:#f8f9fa; text-align:center;&amp;quot;|X&lt;br /&gt;
|-&lt;br /&gt;
|41&lt;br /&gt;
|Pasaporte&lt;br /&gt;
|&lt;br /&gt;
! style=&amp;quot;;background:#f8f9fa; text-align:center;&amp;quot;|X&lt;br /&gt;
|-&lt;br /&gt;
|42&lt;br /&gt;
|Documento de identificación extranjero&lt;br /&gt;
|&lt;br /&gt;
! style=&amp;quot;;background:#f8f9fa; text-align:center;&amp;quot;|X&lt;br /&gt;
|-&lt;br /&gt;
|47&lt;br /&gt;
|PEP&lt;br /&gt;
|&lt;br /&gt;
! style=&amp;quot;;background:#f8f9fa; text-align:center;&amp;quot;|X&lt;br /&gt;
|-&lt;br /&gt;
|50&lt;br /&gt;
|NIT de otro país&lt;br /&gt;
|&lt;br /&gt;
! style=&amp;quot;;background:#f8f9fa; text-align:center;&amp;quot;|X&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
==&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;Tributos cac:TaxScheme/ID: Columna Identificador cac:TaxScheme/Name: Columna Nombre&amp;lt;/font&amp;gt;==&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Identificador&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Nombre&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Descripción&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| 01&lt;br /&gt;
| IVA &lt;br /&gt;
|Impuesto sobre las ventas&lt;br /&gt;
|-&lt;br /&gt;
| 05&lt;br /&gt;
| RetelIVA&lt;br /&gt;
| Retención sobre el IVA&lt;br /&gt;
|-&lt;br /&gt;
|06&lt;br /&gt;
| ReteRenta&lt;br /&gt;
|Retención sobre Renta&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
==&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;Tipo de organización jurídica (Personas): cbc:AdditionalAccountID&amp;lt;/font&amp;gt;==&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Codigo&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Significado&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| 1&lt;br /&gt;
| Persona jurídica y asimiladas &lt;br /&gt;
|-&lt;br /&gt;
| 2&lt;br /&gt;
| Persona Natural y asimiladas&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
==&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;Códigos para identificación fiscal Detalles Tributarios:Para el grupo PartyTaxScheme&amp;lt;/font&amp;gt;==&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Código&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Significado&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| 01&lt;br /&gt;
| IVA&lt;br /&gt;
|-&lt;br /&gt;
| ZZ&lt;br /&gt;
| No aplica*&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Nota:&#039;&#039;&#039; Se utiliza en los casos donde el Vendedor no cuente con los detalles tributarios informados, aplica para personas jurídicas/personas naturales.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Atributo&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|TipoDato&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|anticipos&lt;br /&gt;
|Array&amp;lt;Class.Anticipos&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|autorizado&lt;br /&gt;
|Class.Autorizado&lt;br /&gt;
|-&lt;br /&gt;
|cantidadDecimales&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|cargosDescuentos&lt;br /&gt;
|Array&amp;lt;Class.CargosDescuentos&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|cliente&lt;br /&gt;
|Class.Cliente&lt;br /&gt;
|-&lt;br /&gt;
|condicionPago&lt;br /&gt;
|Array&amp;lt;Class.CondicionPago&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|consecutivoDocumento&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|detalleDeFactura&lt;br /&gt;
|Array&amp;lt;Class.FacturaDetalle&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|documentoReferenciado&lt;br /&gt;
|Array&amp;lt;DocumentoReferenciado&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|entregaMercancia&lt;br /&gt;
|Class.Entrega&lt;br /&gt;
|-&lt;br /&gt;
|extras&lt;br /&gt;
|Array&amp;lt;Class.Extras&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|fechaEmision&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|fechaFinPeriodoFacturacion&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|fechaInicioPeriodoFacturacion&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|fechaPagoImpuestos&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|fechaVencimiento&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|impuestosGenerales&lt;br /&gt;
|Array&amp;lt;Class.FacturaImpuestos&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|impuestosTotales&lt;br /&gt;
|Array&amp;lt;Class.ImpuestosTotales&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|informacionAdicional&lt;br /&gt;
|Array&amp;lt;String&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|mediosDePago&lt;br /&gt;
|Array&amp;lt;Class.MediosDePago&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|moneda&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|ordenDeCompra&lt;br /&gt;
|Array&amp;lt;Class.OrdenDeCompra&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|rangoNumeracion&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|redondeoAplicado&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|sectorSalud&lt;br /&gt;
|Class.SectorSalud&lt;br /&gt;
|-&lt;br /&gt;
|tasaDeCambio&lt;br /&gt;
|Array&amp;lt;Class.TasaDeCambio&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|tasaDeCambioAlternativa&lt;br /&gt;
|Array&amp;lt;Class.TasaDeCambioAlternativa&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|terminosEntrega&lt;br /&gt;
|Class.TerminosEntrega&lt;br /&gt;
|-&lt;br /&gt;
|tipoDocumento&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|tipoOperacion&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|tipoSector&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|totalAnticipos&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|totalBaseImponible&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|totalBrutoConImpuestos&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|totalCargosAplicados&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|totalDescuentos&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|totalMonto&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|totalProductos&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|totalSinImpuestos&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt; Para emitir documentos soporte en adquisiciones con sujetos no obligados a facturar electrónicamente, se deben tener en cuenta los siguientes aspectos:&amp;lt;/font&amp;gt; ==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
*1.La estructura &#039;&#039;&#039;SOAP&#039;&#039;&#039; del objeto &#039;&#039;&#039;FacturaGeneral&#039;&#039;&#039; a ser implementado en La versión 4 del servicio de &#039;&#039;emisión:&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[Archivo:warning.png|800px|sinmarco|centro|Warning]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
*2.Se deberá indicar tipoDocumento = &#039;05&#039; correspondiente al documento Soporte con sujetos no obligados a facturar:&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[Archivo:tipoDocumento.png|800px|sinmarco|centro|TipoDocumento]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[Archivo:tipoDocumento2.png|800px|sinmarco|centro|TipoDocumento2]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
*3.Se deberá indicar tipoOperacion = ‘10’ u ‘11’ correspondiente a residente o no residente.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[Archivo:tipoOperacion.png|800px|sinmarco|centro|TipoOperacion]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[Archivo:tipoOperacion2.png|800px|sinmarco|centro|TipoOperacion2]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
*4.La información del vendedor/proveedor (persona no obligada a facturar electrónicamente) será reportada en la clase Cliente del objetoFacturaGeneral. &lt;br /&gt;
Los atributos mínimos de esta clase a ser reportados son: &amp;lt;br&amp;gt;&lt;br /&gt;
detallesTributarios, nombreRazonSocial, numeroDocumento, numeroIdentificacionDV, responsabilidadesRut, tipoIdentificacion y tipoPersona.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[Archivo:detallesTributarios.png|800px|sinmarco|centro|DetallesTributarios]]&lt;br /&gt;
[[Archivo:detallesTributarios2.png|800px|sinmarco|centro|DetallesTributarios2]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
*5.La emisión de estos documentos no admite su transmisión bajo un esquema de contingencia.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[Archivo:contingencia.png|800px|sinmarco|centro|Contingencia]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
*6.En la URL versión 4, en la clase detalle &amp;lt;strong&amp;gt;&amp;lt;detalleDeFactura&amp;lt;FacturaDetalle&amp;gt;&amp;gt;&amp;lt;/strong&amp;gt;, ingresar la información requerida:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;strong&amp;gt;1.&amp;lt;/strong&amp;gt;&amp;lt;descripcion&amp;gt; Servicio recibido.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;strong&amp;gt;2.&amp;lt;/strong&amp;gt;&amp;lt;descripcion2&amp;gt;Reportar la fecha de compra en un formato año-mes-dia.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;strong&amp;gt;3.&amp;lt;/strong&amp;gt;&amp;lt;descripcion3&amp;gt;(1) Si es por operación (2) Si es un acumulado semanal.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Archivo:docSoporte.png|800px|sinmarco|centro|docSoporte]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;Información Complementaria&amp;lt;/font&amp;gt;==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
===Documento soporte en adquisiciones efectuadas a sujetos no obligados a expedir factura de venta o documento equivalente===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&#039;&#039;&#039;¿Qué es el documento soporte?&#039;&#039;&#039;&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Es el documento que usas para acreditar la compra de un &#039;&#039;bien&#039;&#039; o &#039;&#039;servicio&#039;&#039;, y que debe generar el comprador cuando hace transacciones con un proveedor que no está obligado a expedir factura de venta o documento equivalente.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&#039;&#039;&#039;¿Cuándo se usa?&#039;&#039;&#039;&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Lo expides como comprador para documentar la transacción que da lugar a &#039;&#039;costos, deducciones&#039;&#039; o &#039;&#039;impuestos descontables&#039;&#039;, por medio de un documento con numeración autorizada por la &#039;&#039;&#039;DIAN&#039;&#039;&#039;, cuando el vendedor o prestador del  servicio no está obligado a facturar.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&#039;&#039;&#039;¿Quiénes lo deben emitir?&#039;&#039;&#039;&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Lo emites si eres comprador del bien o el  servicio.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&#039;&#039;&#039;¿Para qué se emite?&#039;&#039;&#039;&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Si como &#039;&#039;vendedor del bien&#039;&#039; o &#039;&#039;prestador del servicio&#039;&#039; no tienes obligación de expedir factura de venta, el comprador podrá generar el &#039;&#039;&#039;Documento soporte&#039;&#039;&#039; en adquisiciones efectuadas a sujetos no obligados a expedir factura de venta o documento equivalente para documentar la transacción, contabilizarla y si es del caso, soportar costos, deducciones, o impuestos descontables.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&#039;&#039;&#039;¿Quiénes están obligados a expedirlo?&#039;&#039;&#039;&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Estás obligado si adquieres un bien o servicio cuando haces compras o adquieres servicios a un proveedor no obligado a expedir factura de venta, para que puedas documentar la transacción y tener el soporte de &#039;&#039;costos, deducciones&#039;&#039;, o &#039;&#039;impuestos descontables&#039;&#039;, para tus declaraciones tributarias.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&#039;&#039;&#039;¿Qué beneficios tiene?&#039;&#039;&#039;&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Te permite documentar las operaciones cuando se realizan con proveedores no obligados a emitir factura o documento equivalente. Así soportas adecuadamente &#039;&#039;costos, deducciones,&#039;&#039; o &#039;&#039;impuestos descontables&#039;&#039; en estas adquisiciones.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&#039;&#039;&#039;¿Cuáles son los requisitos?&#039;&#039;&#039;&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Según lo indicado en la &amp;lt;u&amp;gt;&#039;&#039;&#039;Resolución 000167 de 2021&#039;&#039;&#039;&amp;lt;/u&amp;gt; los requisitos son:&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
# Estar denominado expresamente como “Documento soporte en adquisiciones efectuadas a no obligados a facturar&amp;quot;.&lt;br /&gt;
# Tener la fecha de la operación que debe corresponder a la fecha de generación del documento.&lt;br /&gt;
# Contener los apellidos y nombre o razón social y Número de Identificación Tributaria (NIT) del vendedor o de quien presta el servicio. Tratándose de contratos suscritos con         los no residentes fiscales en Colombia no inscritos en el Registro Único Tributario -RUT, el requisito del Número de Identificación Tributaria NIT, se entenderá cumplido con la identificación otorgada en el país de origen del no residente.&lt;br /&gt;
# Contener los apellidos y nombre o razón social y Número de Identificación Tributaria -NIT del adquiriente de los bienes y/o servicios.&lt;br /&gt;
# Llevar el número que corresponda a un sistema de numeración consecutiva de documento soporte incluyendo el número, rango y vigencia autorizado por la DIAN.&lt;br /&gt;
# Tener la descripción específica del bien o del servicio prestado.&lt;br /&gt;
# Detallar el valor total de la operación.&lt;br /&gt;
# Incluir la firma del emisor del documento soporte al momento de la generación, de acuerdo con las normas vigentes y con la política de firma que establezca la Unidad Administrativa Especial Dirección de Impuestos y Aduanas – DIAN.&lt;br /&gt;
# Utilizar el formato electrónico de generación que establezca la Unidad Administrativa Especial Dirección de Impuestos y Aduanas Nacionales - DIAN.&lt;br /&gt;
# El Código único de documento soporte en adquisiciones efectuadas a sujetos no obligados a expedir factura de venta o documento equivalente - CUDS.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&#039;&#039;&#039;¿Desde cuándo se debe emitir y exigir el documento soporte en adquisiciones efectuadas a sujetos no obligados a expedir factura de venta o documento equivalente?&#039;&#039;&#039;&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
La generación y transmisión de forma electrónica del documento soporte en adquisiciones efectuadas a sujetos no obligados a expedir factura de venta o documento equivalente y las notas de ajuste, deberán implementarse a más tardar el &amp;lt;u&amp;gt;&#039;&#039;&#039;dos (2) de mayo de 2022.&#039;&#039;&#039;&amp;lt;/u&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;Transmisión para la validación ante la DIAN&amp;lt;/font&amp;gt;==&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
===Deberá transmitirse para validación de la &#039;&#039;Unidad Administrativa Especial Dirección de Impuestos&#039;&#039; y &#039;&#039;Aduanas Nacionales&#039;&#039; -DIAN, así:===&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
#En el momento en que se lleve a cabo cada una de las operaciones en las que se adquieran bienes y/o servicios a sujetos no obligados a expedir factura o documento equivalente.&lt;br /&gt;
#A más tardar el último día hábil de la semana en la que se llevaron a cabo las operaciones acumuladas semanalmente, que se realicen con un mismo proveedor en las que se adquieran bienes y/o servicios con sujetos no obligados a expedir factura o documento equivalente.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&#039;&#039;&#039;¿Qué hacer si se presentan inconvenientes tecnológicos?&#039;&#039;&#039;&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Inconvenientes tecnológicos por parte de la DIAN&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Si al momento de la transmisión de la información del documento soporte y las notas de ajuste, se presentan inconvenientes tecnológicos que impiden la transmisión de la información para la validación, el sujeto dispone de un plazo máximo de cuarenta y ocho (48) horas, contadas a partir del día siguiente al que se restablezca el servicio informático electrónico.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Inconvenientes tecnológicos por parte del sujeto&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Si se presentan inconvenientes tecnológicos por parte del sujeto, que impiden la transmisión de la información, este deberá transmitir los citados documentos en un plazo máximo de cuarenta y ocho (48) horas, contadas a partir del día siguiente en que se supere el inconveniente tecnológico, dejando los soportes del inconveniente presentado, para cuando la administración tributaria los requiera.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;&#039;&#039;&#039;&amp;lt;big&amp;gt;¡Muchas Gracias!&amp;lt;/big&amp;gt;&amp;lt;br&amp;gt;Carrera 69 Q # 78-86, Bodega 20, Bogotá – Colombia,&amp;lt;br&amp;gt;Teléfono: +57 (1) 746.08.12&#039;&#039;&#039;&amp;lt;br&amp;gt;[[Archivo:facebook.png|30px|sinmarco|centro|Facebook]]THEFACTORYHKACO&amp;lt;br&amp;gt;[[Archivo:instagram.png|30px|sinmarco|centro|Instagram]]@THEFACTORYHKACO&amp;lt;br&amp;gt;&lt;br /&gt;
[[Archivo:brave.png|30px|sinmarco|centro|Brave]]THE FACTORY HKA COLOMBIA&amp;lt;br&amp;gt;[http://WWW.THEFACTORYHKA.COM/CO &amp;lt;br&amp;gt;WWW.THEFACTORYHKA.COM/CO]&amp;lt;/center&amp;gt;&lt;/div&gt;</summary>
		<author><name>Lvargas</name></author>
	</entry>
	<entry>
		<id>http://felcowiki.thefactoryhka.com.co/index.php?title=Cambios_Integraci%C3%B3n_-_Documento_Soporte_No_Obligados_Resoluci%C3%B3n_000167&amp;diff=2647</id>
		<title>Cambios Integración - Documento Soporte No Obligados Resolución 000167</title>
		<link rel="alternate" type="text/html" href="http://felcowiki.thefactoryhka.com.co/index.php?title=Cambios_Integraci%C3%B3n_-_Documento_Soporte_No_Obligados_Resoluci%C3%B3n_000167&amp;diff=2647"/>
		<updated>2022-04-08T20:49:12Z</updated>

		<summary type="html">&lt;p&gt;Lvargas: /* Forma de generación y transmisión:cbc: DescriptionCode; cbc: Description */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;== &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;Cambios Integración - Documento Soporte No Obligados Resolución 000167&amp;lt;/font&amp;gt; ==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
En este articulo encontraras información sobre los Cambios incorporados en el Anexo técnico de Documento Soporte en adquisiciones efectuadas a sujetos no obligados a expedir factura de venta o documento equivalente Versión 1.1.&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;Cambios incorporados en la versión 1.1 del documento soporte en adquisiciones efectuadas a sujetos no obligados a expedir factura de &#039;&#039;venta&#039;&#039; o &#039;&#039;documento equivalente&#039;&#039;&amp;lt;/font&amp;gt;==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
*Se incorpora la &#039;&#039;&#039;Nota de ajuste&#039;&#039;&#039; para el documento soporte en adquisiciones efectuadas a sujetos no obligados a expedir factura o documento equivalente, con sus respectivas reglas de validación.&lt;br /&gt;
*Se modifica el cálculo del elemento UUID, para el cual se eliminaron los impuestos INC e ICA para la composición de la cadena.&lt;br /&gt;
*Se cambia el algoritmo utilizado para el cálculo del UUID, pasando de Código Único de Documento Electrónico - CUDE a Código Único de Documento Soporte – CUDS.&lt;br /&gt;
*Se actualiza la tabla de referencia para el elemento CityName.&lt;br /&gt;
&lt;br /&gt;
==&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;Cambios relevantes&amp;lt;/font&amp;gt;==&lt;br /&gt;
===Reglas con modificaciones en las validaciones===&lt;br /&gt;
&amp;lt;u&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&#039;&#039;&#039;ENTRE LAS CUALES SE DESTACAN:&#039;&#039;&#039;&amp;lt;/font&amp;gt;&amp;lt;/u&amp;gt;&lt;br /&gt;
# Se determina que el tipo de identificación para el prestador de servicios debe ser NIT.&lt;br /&gt;
# Cambio en el algoritmo para el cálculo del UUID.&lt;br /&gt;
# Validaciones correspondientes a la localización física del vendedor de acuerdo a su procedencia.&lt;br /&gt;
# Se determina que la identificación del vendedor puede no ser NIT dependiendo su procedencia.&lt;br /&gt;
# Se determina que la identificación del comprador debe ser NIT.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
==&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;Instrumentos que se derivan del documento soporte en adquisiciones efectuadas a sujetos no obligados a Expedir factura de venta o documento equivalente&amp;lt;/font&amp;gt;==&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
A continuación, se describen los instrumentos que se derivan del documento soporte en adquisiciones efectuadas a sujetos no obligados a expedir factura de venta o documento equivalente.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
==&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;Documento soporte en adquisiciones efectuadas a sujetos no obligados a expedir factura o documento equivalente (Invoic5)&amp;lt;/font&amp;gt;==&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Es un documento electrónico que constituye el soporte de los costos y deducciones en el Impuesto sobre la Renta y Complementarios e impuestos descontables en el Impuesto sobre las Ventas -IVA, derivado de la adquisición de bienes y/o servicios a sujetos no obligados a expedir factura de venta o documento equivalente; el cual se deberá generar por parte del adquirente de los mencionados bienes y/o servicios, para su posterior transmisión para la validación de la DIAN.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
==&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;Nota de Ajuste al documento soporte en adquisiciones efectuadas a sujetos no obligados a expedir factura o documento equivalente en adquisiciones efectuadas a sujetos no obligados a expedir factura o documento equivalente (CreditNote)&amp;lt;/font&amp;gt;==&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Las notas de ajuste del documento soporte en adquisiciones efectuadas a sujetos no obligados a expedir factura de venta o documento equivalente, en lo sucesivo notas de ajuste, son documentos electrónicos o físicos según el caso, que constituyen el medio por el cual se realizan ajustes o se anula el documento soporte, por errores aritméticos o de contenido, cumpliendo las condiciones, términos, mecanismos técnicos y tecnológicos que para el efecto señale la DIAN.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
==&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;Registro de Respuesta a la Validación realizada por parte de la DIAN (ApplicationResponse)&amp;lt;/font&amp;gt;==&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Es el procedimiento que genera el documento electrónico de validación por parte de la DIAN, que contiene la verificación de las reglas de validación de los documentos electrónicos, cumpliendo con los requisitos, términos, mecanismos técnicos y tecnológicos que para el efecto establezca la DIAN, en el Anexo Técnico respectivo. &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
==&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;Nuevas Reglas de Validación&amp;lt;/font&amp;gt;==&lt;br /&gt;
*&#039;&#039;&#039;DSAJ08a:&#039;&#039;&#039; La clase dirección cliente deberá estar conformado al menos por el conjunto formado por los elementos ciudad, codigoDepartamento, departamento, direccion, lenguaje, municipio y pais. cuando el tipoOperacion es igual a &#039;10&#039;.&lt;br /&gt;
*&#039;&#039;&#039;DASJ08b:&#039;&#039;&#039; La clase dirección cliente deberá estar conformado al menos por el conjunto formado por los elementos ciudad, codigoDepartamento, departamento, direccion, lenguaje, municipio y pais. cuando el CustomizationID es igual a &#039;11&#039;.&lt;br /&gt;
*&#039;&#039;&#039;DSAJ10a:&#039;&#039;&#039; Campo ciudad Debe ser un municipio de la República de Colombia cuando el tipoOperacion es igual a &#039;10&#039;.&lt;br /&gt;
*&#039;&#039;&#039;DSAJ10b:&#039;&#039;&#039; Campo ciudad Debe ser un municipio de la República de Colombia cuando el tipoOperacion es igual a &#039;11&#039;.&lt;br /&gt;
*&#039;&#039;&#039;DSAJ25a:&#039;&#039;&#039; Identificador del tipo de documento de identidad:&#039;&#039;&#039; Cuando el tipoOperacion es igual a &#039;10&#039; el tipoIdentificacion deberá ser &#039;31&#039;.&lt;br /&gt;
*&#039;&#039;&#039;DSAJ25b:&#039;&#039;&#039; Identificador del tipo de documento de identidad:&#039;&#039;&#039; Cuando el tipoOperacion es igual a &#039;11&#039; el tipoIdentificacion deberá ser &#039;31&#039;.&lt;br /&gt;
*&#039;&#039;&#039;VLR02:&#039;&#039;&#039; Valor total de la Nota de Ajuste es superior al valor del documento referenciado&lt;br /&gt;
*&#039;&#039;&#039;DSBH01:&#039;&#039;&#039; Se debe indicar el campo codigoInterno = 5 en la clase documentoReferenciado. Grupo de información exclusivo para referenciar la Nota de Ajuste que dio origen al presente DS&lt;br /&gt;
*&#039;&#039;&#039;DSBH03:&#039;&#039;&#039; Prefijo + Número de la nota de ajuste referenciada ID de la nota de ajuste de referencia no existe. Se debe indicar obligatoriamente el campo numeroDocumento en la clase documentoReferenciado&lt;br /&gt;
*&#039;&#039;&#039;DSBH04:&#039;&#039;&#039; CUDS de la nota de ajuste relacionada. CUDS de la nota de ajuste referenciada no existe. Se debe indicar obligatoriamente el campo cufeDocReferenciado.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;DSBH05:&#039;&#039;&#039; Algoritmo del CUDS&lt;br /&gt;
*&#039;&#039;&#039;DSBH06:&#039;&#039;&#039; Fecha de la Nota de Ajuste referenciada anterior a fecha del DS. Se debe indicar obligatoriamente el campo fecha.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
==&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;Proceso tecnológico en el Sistema de Facturación Electrónica &amp;lt;/font&amp;gt;==&lt;br /&gt;
&#039;&#039;&#039;Habilitación&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Los sujetos que se encuentren previamente habilitados como facturadores electrónicos, tendrán la opción de convalidar la información que hayan registrado en el procedimiento de habilitación del artículo 22 de la Resolución 000042 del 05 de mayo de 2020 o la norma que la modifique o sustituya.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Sin embargo, es importante tener en cuenta que el documento soporte en adquisiciones efectuadas a sujetos no obligados a expedir factura de venta o documento equivalente no requiere pruebas mínimas para surtir el proceso de habilitación conforme a la resolución anteriormente mencionada, el sistema de Factura Electrónica con Validación Previa entregará los insumos necesarios referentes a un SET de pruebas para quienes requieran realizar la generación, transmisión y validación del documento soporte en adquisiciones efectuadas a sujetos no obligados a expedir factura de venta o documento equivalente y la nota de ajuste en el 	ambiente de habilitación antes de enviarlo al ambiente de producción.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Sujetos obligados &#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Corresponde a todos los sujetos que adquieren bienes y/o servicios a un proveedor no obligado a expedir factura de venta o documento equivalente y que son facturadores electrónicos habilitados, (en adelante ABS), que requieran documentar la transacción y tener el soporte fiscal de costos, deducciones, o impuestos descontables.&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
El ABS debe estar habilitado por la DIAN como FE para generar documento soporte, y deberá usar los rangos de numeración para estas operaciones, el cual se debe gestionar en el SIE de numeración o el sistema dispuesto por la Unidad Administrativa Especial Dirección de Impuestos y Aduanas Nacionales DIAN, para tal fin.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Suplemento C: Inconvenientes tecnológicos&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
No se ha contemplado la generación del Documento Soporte en adquisiciones efectuadas a sujetos no obligados a expedir factura de venta o documento equivalente y sus notas de ajuste cuando existan Inconvenientes Tecnológicos Tipo 03 - Por parte del Facturador Electrónico ni Tipo 04 - Por parte de la DIAN; así pues, una vez se restablezcan los servicios se deberá hacer la transmisión del citado documento.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
==&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;Tipo de Documento: cbc:InvoiceTypeCode y cbc:CreditnoteTypeCode&amp;lt;/font&amp;gt;==&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Código&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Significado&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| 05&lt;br /&gt;
| Documento soporte en adquisiciones efectuadas a sujetos no obligados a expedir factura o documento equivalente &lt;br /&gt;
|-&lt;br /&gt;
| 95&lt;br /&gt;
| Nota de ajuste al documento soporte en adquisiciones efectuadas a sujetos no obligados a expedir factura o documento equivalente&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
==&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;Tipos de operación Procedencia de Vendedor: cbc:CustomizationID&amp;lt;/font&amp;gt;==&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Código&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Valor&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| 10&lt;br /&gt;
| Residente &lt;br /&gt;
|-&lt;br /&gt;
| 11&lt;br /&gt;
| No residente&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Nota:&#039;&#039;&#039; Conforme a la normativa vigente, debe tenerse en cuenta lo que se indica para el concepto de residente fiscal en Colombia y NO residente fiscal en Colombia.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
==&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;Forma de generación y transmisión:cbc: DescriptionCode; cbc: Description&amp;lt;/font&amp;gt;==&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Código&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Descripción&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| 1&lt;br /&gt;
| Por operación &lt;br /&gt;
|-&lt;br /&gt;
| 2&lt;br /&gt;
| Acumulado semanal&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;strong&amp;gt;1.&amp;lt;/strong&amp;gt; Por cada una de las operaciones en las que se adquieren bienes y/o servicios a sujetos no obligados a expedir factura o documento equivalente.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;strong&amp;gt;2.&amp;lt;/strong&amp;gt; Por operaciones acumuladas semanalmente que se realicen con un mismo proveedor en las que se adquieren bienes y/o servicios con sujetos no obligados a expedir factura o documento equivalente.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Nota:&#039;&#039;&#039;Forma de generación y transmisión de conformidad con lo establecido en los Artículo 2 y 10 de la Presente Resolución.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
En la &amp;lt;strong&amp;gt;URL versión 4&amp;lt;/strong&amp;gt;, se debe reportar en la clase detalle &amp;lt;strong&amp;gt;&amp;lt;detalleDeFactura&amp;lt;FacturaDetalle&amp;gt;&amp;gt;&amp;lt;/strong&amp;gt;, ingresar la información requerida:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;strong&amp;gt;1.&amp;lt;/strong&amp;gt;&amp;lt;descripcion&amp;gt; Servicio recibido.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;strong&amp;gt;2.&amp;lt;/strong&amp;gt;&amp;lt;descripcion2&amp;gt;Reportar la fecha de compra en un formato año-mes-dia.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;strong&amp;gt;3.&amp;lt;/strong&amp;gt;&amp;lt;descripcion3&amp;gt;(1) Si es por operación (2) Si es un acumulado semanal.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Archivo:docSoporte.png|600px|sinmarco|centro|docSoporte]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;Códigos para identificación fiscal Documento de identificación (Tipo de Identificador Fiscal): cbc:CompanyID.@schemeName; sts:ProviderID.@schemeName&amp;lt;/font&amp;gt;==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Código&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Significado SNO&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Residente&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|No residente&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| 21&lt;br /&gt;
| Tarjeta de extranjería&lt;br /&gt;
|&lt;br /&gt;
! style=&amp;quot;;background:#f8f9fa; text-align:center;&amp;quot;! style=&amp;quot;;background:#f8f9fa; text-align:center;&amp;quot;|X &lt;br /&gt;
|-&lt;br /&gt;
| 22&lt;br /&gt;
| Cédula de extranjería&lt;br /&gt;
|&lt;br /&gt;
! style=&amp;quot;;background:#f8f9fa; text-align:center;&amp;quot; color: |X&lt;br /&gt;
|-&lt;br /&gt;
|31&lt;br /&gt;
|NIT&lt;br /&gt;
! style=&amp;quot;;background:#f8f9fa; text-align:center;&amp;quot;|X&lt;br /&gt;
! style=&amp;quot;;background:#f8f9fa; text-align:center;&amp;quot;|X&lt;br /&gt;
|-&lt;br /&gt;
|41&lt;br /&gt;
|Pasaporte&lt;br /&gt;
|&lt;br /&gt;
! style=&amp;quot;;background:#f8f9fa; text-align:center;&amp;quot;|X&lt;br /&gt;
|-&lt;br /&gt;
|42&lt;br /&gt;
|Documento de identificación extranjero&lt;br /&gt;
|&lt;br /&gt;
! style=&amp;quot;;background:#f8f9fa; text-align:center;&amp;quot;|X&lt;br /&gt;
|-&lt;br /&gt;
|47&lt;br /&gt;
|PEP&lt;br /&gt;
|&lt;br /&gt;
! style=&amp;quot;;background:#f8f9fa; text-align:center;&amp;quot;|X&lt;br /&gt;
|-&lt;br /&gt;
|50&lt;br /&gt;
|NIT de otro país&lt;br /&gt;
|&lt;br /&gt;
! style=&amp;quot;;background:#f8f9fa; text-align:center;&amp;quot;|X&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
==&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;Tributos cac:TaxScheme/ID: Columna Identificador cac:TaxScheme/Name: Columna Nombre&amp;lt;/font&amp;gt;==&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Identificador&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Nombre&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Descripción&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| 01&lt;br /&gt;
| IVA &lt;br /&gt;
|Impuesto sobre las ventas&lt;br /&gt;
|-&lt;br /&gt;
| 05&lt;br /&gt;
| RetelIVA&lt;br /&gt;
| Retención sobre el IVA&lt;br /&gt;
|-&lt;br /&gt;
|06&lt;br /&gt;
| ReteRenta&lt;br /&gt;
|Retención sobre Renta&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
==&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;Tipo de organización jurídica (Personas): cbc:AdditionalAccountID&amp;lt;/font&amp;gt;==&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Codigo&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Significado&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| 1&lt;br /&gt;
| Persona jurídica y asimiladas &lt;br /&gt;
|-&lt;br /&gt;
| 2&lt;br /&gt;
| Persona Natural y asimiladas&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
==&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;Códigos para identificación fiscal Detalles Tributarios:Para el grupo PartyTaxScheme&amp;lt;/font&amp;gt;==&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Código&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Significado&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| 01&lt;br /&gt;
| IVA&lt;br /&gt;
|-&lt;br /&gt;
| ZZ&lt;br /&gt;
| No aplica*&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Nota:&#039;&#039;&#039; Se utiliza en los casos donde el Vendedor no cuente con los detalles tributarios informados, aplica para personas jurídicas/personas naturales.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Atributo&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|TipoDato&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|anticipos&lt;br /&gt;
|Array&amp;lt;Class.Anticipos&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|autorizado&lt;br /&gt;
|Class.Autorizado&lt;br /&gt;
|-&lt;br /&gt;
|cantidadDecimales&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|cargosDescuentos&lt;br /&gt;
|Array&amp;lt;Class.CargosDescuentos&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|cliente&lt;br /&gt;
|Class.Cliente&lt;br /&gt;
|-&lt;br /&gt;
|condicionPago&lt;br /&gt;
|Array&amp;lt;Class.CondicionPago&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|consecutivoDocumento&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|detalleDeFactura&lt;br /&gt;
|Array&amp;lt;Class.FacturaDetalle&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|documentoReferenciado&lt;br /&gt;
|Array&amp;lt;DocumentoReferenciado&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|entregaMercancia&lt;br /&gt;
|Class.Entrega&lt;br /&gt;
|-&lt;br /&gt;
|extras&lt;br /&gt;
|Array&amp;lt;Class.Extras&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|fechaEmision&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|fechaFinPeriodoFacturacion&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|fechaInicioPeriodoFacturacion&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|fechaPagoImpuestos&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|fechaVencimiento&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|impuestosGenerales&lt;br /&gt;
|Array&amp;lt;Class.FacturaImpuestos&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|impuestosTotales&lt;br /&gt;
|Array&amp;lt;Class.ImpuestosTotales&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|informacionAdicional&lt;br /&gt;
|Array&amp;lt;String&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|mediosDePago&lt;br /&gt;
|Array&amp;lt;Class.MediosDePago&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|moneda&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|ordenDeCompra&lt;br /&gt;
|Array&amp;lt;Class.OrdenDeCompra&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|rangoNumeracion&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|redondeoAplicado&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|sectorSalud&lt;br /&gt;
|Class.SectorSalud&lt;br /&gt;
|-&lt;br /&gt;
|tasaDeCambio&lt;br /&gt;
|Array&amp;lt;Class.TasaDeCambio&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|tasaDeCambioAlternativa&lt;br /&gt;
|Array&amp;lt;Class.TasaDeCambioAlternativa&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|terminosEntrega&lt;br /&gt;
|Class.TerminosEntrega&lt;br /&gt;
|-&lt;br /&gt;
|tipoDocumento&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|tipoOperacion&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|tipoSector&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|totalAnticipos&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|totalBaseImponible&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|totalBrutoConImpuestos&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|totalCargosAplicados&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|totalDescuentos&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|totalMonto&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|totalProductos&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|totalSinImpuestos&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt; Para emitir documentos soporte en adquisiciones con sujetos no obligados a facturar electrónicamente, se deben tener en cuenta los siguientes aspectos:&amp;lt;/font&amp;gt; ==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
*1.La estructura &#039;&#039;&#039;SOAP&#039;&#039;&#039; del objeto &#039;&#039;&#039;FacturaGeneral&#039;&#039;&#039; a ser implementado en La versión 4 del servicio de &#039;&#039;emisión:&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[Archivo:warning.png|800px|sinmarco|centro|Warning]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
*2.Se deberá indicar tipoDocumento = &#039;05&#039; correspondiente al documento Soporte con sujetos no obligados a facturar:&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[Archivo:tipoDocumento.png|800px|sinmarco|centro|TipoDocumento]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[Archivo:tipoDocumento2.png|800px|sinmarco|centro|TipoDocumento2]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
*3.Se deberá indicar tipoOperacion = ‘10’ u ‘11’ correspondiente a residente o no residente.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[Archivo:tipoOperacion.png|800px|sinmarco|centro|TipoOperacion]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[Archivo:tipoOperacion2.png|800px|sinmarco|centro|TipoOperacion2]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
*4.La información del vendedor/proveedor (persona no obligada a facturar electrónicamente) será reportada en la clase Cliente del objetoFacturaGeneral. &lt;br /&gt;
Los atributos mínimos de esta clase a ser reportados son: &amp;lt;br&amp;gt;&lt;br /&gt;
detallesTributarios, nombreRazonSocial, numeroDocumento, numeroIdentificacionDV, responsabilidadesRut, tipoIdentificacion y tipoPersona.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[Archivo:detallesTributarios.png|800px|sinmarco|centro|DetallesTributarios]]&lt;br /&gt;
[[Archivo:detallesTributarios2.png|800px|sinmarco|centro|DetallesTributarios2]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
*5.La emisión de estos documentos no admite su transmisión bajo un esquema de contingencia.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[Archivo:contingencia.png|800px|sinmarco|centro|Contingencia]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
*6.En la URL versión 4, en la clase detalle &amp;lt;strong&amp;gt;&amp;lt;detalleDeFactura&amp;lt;FacturaDetalle&amp;gt;&amp;gt;&amp;lt;/strong&amp;gt;, ingresar la información requerida:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;strong&amp;gt;1.&amp;lt;/strong&amp;gt;&amp;lt;descripcion&amp;gt; Servicio recibido.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;strong&amp;gt;2.&amp;lt;/strong&amp;gt;&amp;lt;descripcion2&amp;gt;Reportar la fecha de compra en un formato año-mes-dia.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;strong&amp;gt;3.&amp;lt;/strong&amp;gt;&amp;lt;descripcion3&amp;gt;(1) Si es por operación (2) Si es un acumulado semanal.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Archivo:docSoporte.png|800px|sinmarco|centro|DocSoporte]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;Información Complementaria&amp;lt;/font&amp;gt;==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
===Documento soporte en adquisiciones efectuadas a sujetos no obligados a expedir factura de venta o documento equivalente===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&#039;&#039;&#039;¿Qué es el documento soporte?&#039;&#039;&#039;&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Es el documento que usas para acreditar la compra de un &#039;&#039;bien&#039;&#039; o &#039;&#039;servicio&#039;&#039;, y que debe generar el comprador cuando hace transacciones con un proveedor que no está obligado a expedir factura de venta o documento equivalente.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&#039;&#039;&#039;¿Cuándo se usa?&#039;&#039;&#039;&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Lo expides como comprador para documentar la transacción que da lugar a &#039;&#039;costos, deducciones&#039;&#039; o &#039;&#039;impuestos descontables&#039;&#039;, por medio de un documento con numeración autorizada por la &#039;&#039;&#039;DIAN&#039;&#039;&#039;, cuando el vendedor o prestador del  servicio no está obligado a facturar.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&#039;&#039;&#039;¿Quiénes lo deben emitir?&#039;&#039;&#039;&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Lo emites si eres comprador del bien o el  servicio.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&#039;&#039;&#039;¿Para qué se emite?&#039;&#039;&#039;&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Si como &#039;&#039;vendedor del bien&#039;&#039; o &#039;&#039;prestador del servicio&#039;&#039; no tienes obligación de expedir factura de venta, el comprador podrá generar el &#039;&#039;&#039;Documento soporte&#039;&#039;&#039; en adquisiciones efectuadas a sujetos no obligados a expedir factura de venta o documento equivalente para documentar la transacción, contabilizarla y si es del caso, soportar costos, deducciones, o impuestos descontables.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&#039;&#039;&#039;¿Quiénes están obligados a expedirlo?&#039;&#039;&#039;&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Estás obligado si adquieres un bien o servicio cuando haces compras o adquieres servicios a un proveedor no obligado a expedir factura de venta, para que puedas documentar la transacción y tener el soporte de &#039;&#039;costos, deducciones&#039;&#039;, o &#039;&#039;impuestos descontables&#039;&#039;, para tus declaraciones tributarias.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&#039;&#039;&#039;¿Qué beneficios tiene?&#039;&#039;&#039;&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Te permite documentar las operaciones cuando se realizan con proveedores no obligados a emitir factura o documento equivalente. Así soportas adecuadamente &#039;&#039;costos, deducciones,&#039;&#039; o &#039;&#039;impuestos descontables&#039;&#039; en estas adquisiciones.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&#039;&#039;&#039;¿Cuáles son los requisitos?&#039;&#039;&#039;&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Según lo indicado en la &amp;lt;u&amp;gt;&#039;&#039;&#039;Resolución 000167 de 2021&#039;&#039;&#039;&amp;lt;/u&amp;gt; los requisitos son:&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
# Estar denominado expresamente como “Documento soporte en adquisiciones efectuadas a no obligados a facturar&amp;quot;.&lt;br /&gt;
# Tener la fecha de la operación que debe corresponder a la fecha de generación del documento.&lt;br /&gt;
# Contener los apellidos y nombre o razón social y Número de Identificación Tributaria (NIT) del vendedor o de quien presta el servicio. Tratándose de contratos suscritos con         los no residentes fiscales en Colombia no inscritos en el Registro Único Tributario -RUT, el requisito del Número de Identificación Tributaria NIT, se entenderá cumplido con la identificación otorgada en el país de origen del no residente.&lt;br /&gt;
# Contener los apellidos y nombre o razón social y Número de Identificación Tributaria -NIT del adquiriente de los bienes y/o servicios.&lt;br /&gt;
# Llevar el número que corresponda a un sistema de numeración consecutiva de documento soporte incluyendo el número, rango y vigencia autorizado por la DIAN.&lt;br /&gt;
# Tener la descripción específica del bien o del servicio prestado.&lt;br /&gt;
# Detallar el valor total de la operación.&lt;br /&gt;
# Incluir la firma del emisor del documento soporte al momento de la generación, de acuerdo con las normas vigentes y con la política de firma que establezca la Unidad Administrativa Especial Dirección de Impuestos y Aduanas – DIAN.&lt;br /&gt;
# Utilizar el formato electrónico de generación que establezca la Unidad Administrativa Especial Dirección de Impuestos y Aduanas Nacionales - DIAN.&lt;br /&gt;
# El Código único de documento soporte en adquisiciones efectuadas a sujetos no obligados a expedir factura de venta o documento equivalente - CUDS.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&#039;&#039;&#039;¿Desde cuándo se debe emitir y exigir el documento soporte en adquisiciones efectuadas a sujetos no obligados a expedir factura de venta o documento equivalente?&#039;&#039;&#039;&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
La generación y transmisión de forma electrónica del documento soporte en adquisiciones efectuadas a sujetos no obligados a expedir factura de venta o documento equivalente y las notas de ajuste, deberán implementarse a más tardar el &amp;lt;u&amp;gt;&#039;&#039;&#039;dos (2) de mayo de 2022.&#039;&#039;&#039;&amp;lt;/u&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
==&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;Transmisión para la validación ante la DIAN&amp;lt;/font&amp;gt;==&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
===Deberá transmitirse para validación de la &#039;&#039;Unidad Administrativa Especial Dirección de Impuestos&#039;&#039; y &#039;&#039;Aduanas Nacionales&#039;&#039; -DIAN, así:===&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
#En el momento en que se lleve a cabo cada una de las operaciones en las que se adquieran bienes y/o servicios a sujetos no obligados a expedir factura o documento equivalente.&lt;br /&gt;
#A más tardar el último día hábil de la semana en la que se llevaron a cabo las operaciones acumuladas semanalmente, que se realicen con un mismo proveedor en las que se adquieran bienes y/o servicios con sujetos no obligados a expedir factura o documento equivalente.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&#039;&#039;&#039;¿Qué hacer si se presentan inconvenientes tecnológicos?&#039;&#039;&#039;&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Inconvenientes tecnológicos por parte de la DIAN&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Si al momento de la transmisión de la información del documento soporte y las notas de ajuste, se presentan inconvenientes tecnológicos que impiden la transmisión de la información para la validación, el sujeto dispone de un plazo máximo de cuarenta y ocho (48) horas, contadas a partir del día siguiente al que se restablezca el servicio informático electrónico.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Inconvenientes tecnológicos por parte del sujeto&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Si se presentan inconvenientes tecnológicos por parte del sujeto, que impiden la transmisión de la información, este deberá transmitir los citados documentos en un plazo máximo de cuarenta y ocho (48) horas, contadas a partir del día siguiente en que se supere el inconveniente tecnológico, dejando los soportes del inconveniente presentado, para cuando la administración tributaria los requiera.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;&#039;&#039;&#039;&amp;lt;big&amp;gt;¡Muchas Gracias!&amp;lt;/big&amp;gt;&amp;lt;br&amp;gt;Carrera 69 Q # 78-86, Bodega 20, Bogotá – Colombia,&amp;lt;br&amp;gt;Teléfono: +57 (1) 746.08.12&#039;&#039;&#039;&amp;lt;br&amp;gt;[[Archivo:facebook.png|30px|sinmarco|centro|Facebook]]THEFACTORYHKACO&amp;lt;br&amp;gt;[[Archivo:instagram.png|30px|sinmarco|centro|Instagram]]@THEFACTORYHKACO&amp;lt;br&amp;gt;&lt;br /&gt;
[[Archivo:brave.png|30px|sinmarco|centro|Brave]]THE FACTORY HKA COLOMBIA&amp;lt;br&amp;gt;[http://WWW.THEFACTORYHKA.COM/CO &amp;lt;br&amp;gt;WWW.THEFACTORYHKA.COM/CO]&amp;lt;/center&amp;gt;&lt;/div&gt;</summary>
		<author><name>Lvargas</name></author>
	</entry>
	<entry>
		<id>http://felcowiki.thefactoryhka.com.co/index.php?title=Cambios_Integraci%C3%B3n_-_Documento_Soporte_No_Obligados_Resoluci%C3%B3n_000167&amp;diff=2646</id>
		<title>Cambios Integración - Documento Soporte No Obligados Resolución 000167</title>
		<link rel="alternate" type="text/html" href="http://felcowiki.thefactoryhka.com.co/index.php?title=Cambios_Integraci%C3%B3n_-_Documento_Soporte_No_Obligados_Resoluci%C3%B3n_000167&amp;diff=2646"/>
		<updated>2022-04-08T20:47:36Z</updated>

		<summary type="html">&lt;p&gt;Lvargas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;== &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;Cambios Integración - Documento Soporte No Obligados Resolución 000167&amp;lt;/font&amp;gt; ==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
En este articulo encontraras información sobre los Cambios incorporados en el Anexo técnico de Documento Soporte en adquisiciones efectuadas a sujetos no obligados a expedir factura de venta o documento equivalente Versión 1.1.&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;Cambios incorporados en la versión 1.1 del documento soporte en adquisiciones efectuadas a sujetos no obligados a expedir factura de &#039;&#039;venta&#039;&#039; o &#039;&#039;documento equivalente&#039;&#039;&amp;lt;/font&amp;gt;==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
*Se incorpora la &#039;&#039;&#039;Nota de ajuste&#039;&#039;&#039; para el documento soporte en adquisiciones efectuadas a sujetos no obligados a expedir factura o documento equivalente, con sus respectivas reglas de validación.&lt;br /&gt;
*Se modifica el cálculo del elemento UUID, para el cual se eliminaron los impuestos INC e ICA para la composición de la cadena.&lt;br /&gt;
*Se cambia el algoritmo utilizado para el cálculo del UUID, pasando de Código Único de Documento Electrónico - CUDE a Código Único de Documento Soporte – CUDS.&lt;br /&gt;
*Se actualiza la tabla de referencia para el elemento CityName.&lt;br /&gt;
&lt;br /&gt;
==&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;Cambios relevantes&amp;lt;/font&amp;gt;==&lt;br /&gt;
===Reglas con modificaciones en las validaciones===&lt;br /&gt;
&amp;lt;u&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&#039;&#039;&#039;ENTRE LAS CUALES SE DESTACAN:&#039;&#039;&#039;&amp;lt;/font&amp;gt;&amp;lt;/u&amp;gt;&lt;br /&gt;
# Se determina que el tipo de identificación para el prestador de servicios debe ser NIT.&lt;br /&gt;
# Cambio en el algoritmo para el cálculo del UUID.&lt;br /&gt;
# Validaciones correspondientes a la localización física del vendedor de acuerdo a su procedencia.&lt;br /&gt;
# Se determina que la identificación del vendedor puede no ser NIT dependiendo su procedencia.&lt;br /&gt;
# Se determina que la identificación del comprador debe ser NIT.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
==&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;Instrumentos que se derivan del documento soporte en adquisiciones efectuadas a sujetos no obligados a Expedir factura de venta o documento equivalente&amp;lt;/font&amp;gt;==&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
A continuación, se describen los instrumentos que se derivan del documento soporte en adquisiciones efectuadas a sujetos no obligados a expedir factura de venta o documento equivalente.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
==&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;Documento soporte en adquisiciones efectuadas a sujetos no obligados a expedir factura o documento equivalente (Invoic5)&amp;lt;/font&amp;gt;==&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Es un documento electrónico que constituye el soporte de los costos y deducciones en el Impuesto sobre la Renta y Complementarios e impuestos descontables en el Impuesto sobre las Ventas -IVA, derivado de la adquisición de bienes y/o servicios a sujetos no obligados a expedir factura de venta o documento equivalente; el cual se deberá generar por parte del adquirente de los mencionados bienes y/o servicios, para su posterior transmisión para la validación de la DIAN.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
==&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;Nota de Ajuste al documento soporte en adquisiciones efectuadas a sujetos no obligados a expedir factura o documento equivalente en adquisiciones efectuadas a sujetos no obligados a expedir factura o documento equivalente (CreditNote)&amp;lt;/font&amp;gt;==&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Las notas de ajuste del documento soporte en adquisiciones efectuadas a sujetos no obligados a expedir factura de venta o documento equivalente, en lo sucesivo notas de ajuste, son documentos electrónicos o físicos según el caso, que constituyen el medio por el cual se realizan ajustes o se anula el documento soporte, por errores aritméticos o de contenido, cumpliendo las condiciones, términos, mecanismos técnicos y tecnológicos que para el efecto señale la DIAN.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
==&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;Registro de Respuesta a la Validación realizada por parte de la DIAN (ApplicationResponse)&amp;lt;/font&amp;gt;==&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Es el procedimiento que genera el documento electrónico de validación por parte de la DIAN, que contiene la verificación de las reglas de validación de los documentos electrónicos, cumpliendo con los requisitos, términos, mecanismos técnicos y tecnológicos que para el efecto establezca la DIAN, en el Anexo Técnico respectivo. &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
==&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;Nuevas Reglas de Validación&amp;lt;/font&amp;gt;==&lt;br /&gt;
*&#039;&#039;&#039;DSAJ08a:&#039;&#039;&#039; La clase dirección cliente deberá estar conformado al menos por el conjunto formado por los elementos ciudad, codigoDepartamento, departamento, direccion, lenguaje, municipio y pais. cuando el tipoOperacion es igual a &#039;10&#039;.&lt;br /&gt;
*&#039;&#039;&#039;DASJ08b:&#039;&#039;&#039; La clase dirección cliente deberá estar conformado al menos por el conjunto formado por los elementos ciudad, codigoDepartamento, departamento, direccion, lenguaje, municipio y pais. cuando el CustomizationID es igual a &#039;11&#039;.&lt;br /&gt;
*&#039;&#039;&#039;DSAJ10a:&#039;&#039;&#039; Campo ciudad Debe ser un municipio de la República de Colombia cuando el tipoOperacion es igual a &#039;10&#039;.&lt;br /&gt;
*&#039;&#039;&#039;DSAJ10b:&#039;&#039;&#039; Campo ciudad Debe ser un municipio de la República de Colombia cuando el tipoOperacion es igual a &#039;11&#039;.&lt;br /&gt;
*&#039;&#039;&#039;DSAJ25a:&#039;&#039;&#039; Identificador del tipo de documento de identidad:&#039;&#039;&#039; Cuando el tipoOperacion es igual a &#039;10&#039; el tipoIdentificacion deberá ser &#039;31&#039;.&lt;br /&gt;
*&#039;&#039;&#039;DSAJ25b:&#039;&#039;&#039; Identificador del tipo de documento de identidad:&#039;&#039;&#039; Cuando el tipoOperacion es igual a &#039;11&#039; el tipoIdentificacion deberá ser &#039;31&#039;.&lt;br /&gt;
*&#039;&#039;&#039;VLR02:&#039;&#039;&#039; Valor total de la Nota de Ajuste es superior al valor del documento referenciado&lt;br /&gt;
*&#039;&#039;&#039;DSBH01:&#039;&#039;&#039; Se debe indicar el campo codigoInterno = 5 en la clase documentoReferenciado. Grupo de información exclusivo para referenciar la Nota de Ajuste que dio origen al presente DS&lt;br /&gt;
*&#039;&#039;&#039;DSBH03:&#039;&#039;&#039; Prefijo + Número de la nota de ajuste referenciada ID de la nota de ajuste de referencia no existe. Se debe indicar obligatoriamente el campo numeroDocumento en la clase documentoReferenciado&lt;br /&gt;
*&#039;&#039;&#039;DSBH04:&#039;&#039;&#039; CUDS de la nota de ajuste relacionada. CUDS de la nota de ajuste referenciada no existe. Se debe indicar obligatoriamente el campo cufeDocReferenciado.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;DSBH05:&#039;&#039;&#039; Algoritmo del CUDS&lt;br /&gt;
*&#039;&#039;&#039;DSBH06:&#039;&#039;&#039; Fecha de la Nota de Ajuste referenciada anterior a fecha del DS. Se debe indicar obligatoriamente el campo fecha.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
==&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;Proceso tecnológico en el Sistema de Facturación Electrónica &amp;lt;/font&amp;gt;==&lt;br /&gt;
&#039;&#039;&#039;Habilitación&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Los sujetos que se encuentren previamente habilitados como facturadores electrónicos, tendrán la opción de convalidar la información que hayan registrado en el procedimiento de habilitación del artículo 22 de la Resolución 000042 del 05 de mayo de 2020 o la norma que la modifique o sustituya.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Sin embargo, es importante tener en cuenta que el documento soporte en adquisiciones efectuadas a sujetos no obligados a expedir factura de venta o documento equivalente no requiere pruebas mínimas para surtir el proceso de habilitación conforme a la resolución anteriormente mencionada, el sistema de Factura Electrónica con Validación Previa entregará los insumos necesarios referentes a un SET de pruebas para quienes requieran realizar la generación, transmisión y validación del documento soporte en adquisiciones efectuadas a sujetos no obligados a expedir factura de venta o documento equivalente y la nota de ajuste en el 	ambiente de habilitación antes de enviarlo al ambiente de producción.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Sujetos obligados &#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Corresponde a todos los sujetos que adquieren bienes y/o servicios a un proveedor no obligado a expedir factura de venta o documento equivalente y que son facturadores electrónicos habilitados, (en adelante ABS), que requieran documentar la transacción y tener el soporte fiscal de costos, deducciones, o impuestos descontables.&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
El ABS debe estar habilitado por la DIAN como FE para generar documento soporte, y deberá usar los rangos de numeración para estas operaciones, el cual se debe gestionar en el SIE de numeración o el sistema dispuesto por la Unidad Administrativa Especial Dirección de Impuestos y Aduanas Nacionales DIAN, para tal fin.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Suplemento C: Inconvenientes tecnológicos&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
No se ha contemplado la generación del Documento Soporte en adquisiciones efectuadas a sujetos no obligados a expedir factura de venta o documento equivalente y sus notas de ajuste cuando existan Inconvenientes Tecnológicos Tipo 03 - Por parte del Facturador Electrónico ni Tipo 04 - Por parte de la DIAN; así pues, una vez se restablezcan los servicios se deberá hacer la transmisión del citado documento.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
==&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;Tipo de Documento: cbc:InvoiceTypeCode y cbc:CreditnoteTypeCode&amp;lt;/font&amp;gt;==&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Código&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Significado&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| 05&lt;br /&gt;
| Documento soporte en adquisiciones efectuadas a sujetos no obligados a expedir factura o documento equivalente &lt;br /&gt;
|-&lt;br /&gt;
| 95&lt;br /&gt;
| Nota de ajuste al documento soporte en adquisiciones efectuadas a sujetos no obligados a expedir factura o documento equivalente&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
==&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;Tipos de operación Procedencia de Vendedor: cbc:CustomizationID&amp;lt;/font&amp;gt;==&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Código&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Valor&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| 10&lt;br /&gt;
| Residente &lt;br /&gt;
|-&lt;br /&gt;
| 11&lt;br /&gt;
| No residente&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Nota:&#039;&#039;&#039; Conforme a la normativa vigente, debe tenerse en cuenta lo que se indica para el concepto de residente fiscal en Colombia y NO residente fiscal en Colombia.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
==&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;Forma de generación y transmisión:cbc: DescriptionCode; cbc: Description&amp;lt;/font&amp;gt;==&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Código&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Descripción&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| 1&lt;br /&gt;
| Por operación &lt;br /&gt;
|-&lt;br /&gt;
| 2&lt;br /&gt;
| Acumulado semanal&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;strong&amp;gt;1.&amp;lt;/strong&amp;gt; Por cada una de las operaciones en las que se adquieren bienes y/o servicios a sujetos no obligados a expedir factura o documento equivalente.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;strong&amp;gt;2.&amp;lt;/strong&amp;gt; Por operaciones acumuladas semanalmente que se realicen con un mismo proveedor en las que se adquieren bienes y/o servicios con sujetos no obligados a expedir factura o documento equivalente.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Nota:&#039;&#039;&#039;Forma de generación y transmisión de conformidad con lo establecido en los Artículo 2 y 10 de la Presente Resolución.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
En la &amp;lt;strong&amp;gt;URL versión 4&amp;lt;/strong&amp;gt;, se debe reportar en la clase detalle &amp;lt;strong&amp;gt;&amp;lt;detalleDeFactura&amp;lt;FacturaDetalle&amp;gt;&amp;gt;&amp;lt;/strong&amp;gt;, ingresar la información requerida:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;strong&amp;gt;1.&amp;lt;/strong&amp;gt;&amp;lt;descripcion&amp;gt; Servicio recibido.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;strong&amp;gt;2.&amp;lt;/strong&amp;gt;&amp;lt;descripcion2&amp;gt;Reportar la fecha de compra en un formato año-mes-dia.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;strong&amp;gt;3.&amp;lt;/strong&amp;gt;&amp;lt;descripcion3&amp;gt;(1) Si es por operación (2) Si es un acumulado semanal.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Archivo:docSoporte.png|800px|sinmarco|centro|docSoporte]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
==&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;Códigos para identificación fiscal Documento de identificación (Tipo de Identificador Fiscal): cbc:CompanyID.@schemeName; sts:ProviderID.@schemeName&amp;lt;/font&amp;gt;==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Código&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Significado SNO&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Residente&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|No residente&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| 21&lt;br /&gt;
| Tarjeta de extranjería&lt;br /&gt;
|&lt;br /&gt;
! style=&amp;quot;;background:#f8f9fa; text-align:center;&amp;quot;! style=&amp;quot;;background:#f8f9fa; text-align:center;&amp;quot;|X &lt;br /&gt;
|-&lt;br /&gt;
| 22&lt;br /&gt;
| Cédula de extranjería&lt;br /&gt;
|&lt;br /&gt;
! style=&amp;quot;;background:#f8f9fa; text-align:center;&amp;quot; color: |X&lt;br /&gt;
|-&lt;br /&gt;
|31&lt;br /&gt;
|NIT&lt;br /&gt;
! style=&amp;quot;;background:#f8f9fa; text-align:center;&amp;quot;|X&lt;br /&gt;
! style=&amp;quot;;background:#f8f9fa; text-align:center;&amp;quot;|X&lt;br /&gt;
|-&lt;br /&gt;
|41&lt;br /&gt;
|Pasaporte&lt;br /&gt;
|&lt;br /&gt;
! style=&amp;quot;;background:#f8f9fa; text-align:center;&amp;quot;|X&lt;br /&gt;
|-&lt;br /&gt;
|42&lt;br /&gt;
|Documento de identificación extranjero&lt;br /&gt;
|&lt;br /&gt;
! style=&amp;quot;;background:#f8f9fa; text-align:center;&amp;quot;|X&lt;br /&gt;
|-&lt;br /&gt;
|47&lt;br /&gt;
|PEP&lt;br /&gt;
|&lt;br /&gt;
! style=&amp;quot;;background:#f8f9fa; text-align:center;&amp;quot;|X&lt;br /&gt;
|-&lt;br /&gt;
|50&lt;br /&gt;
|NIT de otro país&lt;br /&gt;
|&lt;br /&gt;
! style=&amp;quot;;background:#f8f9fa; text-align:center;&amp;quot;|X&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
==&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;Tributos cac:TaxScheme/ID: Columna Identificador cac:TaxScheme/Name: Columna Nombre&amp;lt;/font&amp;gt;==&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Identificador&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Nombre&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Descripción&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| 01&lt;br /&gt;
| IVA &lt;br /&gt;
|Impuesto sobre las ventas&lt;br /&gt;
|-&lt;br /&gt;
| 05&lt;br /&gt;
| RetelIVA&lt;br /&gt;
| Retención sobre el IVA&lt;br /&gt;
|-&lt;br /&gt;
|06&lt;br /&gt;
| ReteRenta&lt;br /&gt;
|Retención sobre Renta&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
==&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;Tipo de organización jurídica (Personas): cbc:AdditionalAccountID&amp;lt;/font&amp;gt;==&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Codigo&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Significado&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| 1&lt;br /&gt;
| Persona jurídica y asimiladas &lt;br /&gt;
|-&lt;br /&gt;
| 2&lt;br /&gt;
| Persona Natural y asimiladas&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
==&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;Códigos para identificación fiscal Detalles Tributarios:Para el grupo PartyTaxScheme&amp;lt;/font&amp;gt;==&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Código&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Significado&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| 01&lt;br /&gt;
| IVA&lt;br /&gt;
|-&lt;br /&gt;
| ZZ&lt;br /&gt;
| No aplica*&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Nota:&#039;&#039;&#039; Se utiliza en los casos donde el Vendedor no cuente con los detalles tributarios informados, aplica para personas jurídicas/personas naturales.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Atributo&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|TipoDato&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|anticipos&lt;br /&gt;
|Array&amp;lt;Class.Anticipos&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|autorizado&lt;br /&gt;
|Class.Autorizado&lt;br /&gt;
|-&lt;br /&gt;
|cantidadDecimales&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|cargosDescuentos&lt;br /&gt;
|Array&amp;lt;Class.CargosDescuentos&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|cliente&lt;br /&gt;
|Class.Cliente&lt;br /&gt;
|-&lt;br /&gt;
|condicionPago&lt;br /&gt;
|Array&amp;lt;Class.CondicionPago&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|consecutivoDocumento&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|detalleDeFactura&lt;br /&gt;
|Array&amp;lt;Class.FacturaDetalle&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|documentoReferenciado&lt;br /&gt;
|Array&amp;lt;DocumentoReferenciado&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|entregaMercancia&lt;br /&gt;
|Class.Entrega&lt;br /&gt;
|-&lt;br /&gt;
|extras&lt;br /&gt;
|Array&amp;lt;Class.Extras&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|fechaEmision&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|fechaFinPeriodoFacturacion&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|fechaInicioPeriodoFacturacion&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|fechaPagoImpuestos&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|fechaVencimiento&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|impuestosGenerales&lt;br /&gt;
|Array&amp;lt;Class.FacturaImpuestos&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|impuestosTotales&lt;br /&gt;
|Array&amp;lt;Class.ImpuestosTotales&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|informacionAdicional&lt;br /&gt;
|Array&amp;lt;String&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|mediosDePago&lt;br /&gt;
|Array&amp;lt;Class.MediosDePago&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|moneda&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|ordenDeCompra&lt;br /&gt;
|Array&amp;lt;Class.OrdenDeCompra&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|rangoNumeracion&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|redondeoAplicado&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|sectorSalud&lt;br /&gt;
|Class.SectorSalud&lt;br /&gt;
|-&lt;br /&gt;
|tasaDeCambio&lt;br /&gt;
|Array&amp;lt;Class.TasaDeCambio&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|tasaDeCambioAlternativa&lt;br /&gt;
|Array&amp;lt;Class.TasaDeCambioAlternativa&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|terminosEntrega&lt;br /&gt;
|Class.TerminosEntrega&lt;br /&gt;
|-&lt;br /&gt;
|tipoDocumento&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|tipoOperacion&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|tipoSector&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|totalAnticipos&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|totalBaseImponible&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|totalBrutoConImpuestos&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|totalCargosAplicados&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|totalDescuentos&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|totalMonto&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|totalProductos&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|totalSinImpuestos&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt; Para emitir documentos soporte en adquisiciones con sujetos no obligados a facturar electrónicamente, se deben tener en cuenta los siguientes aspectos:&amp;lt;/font&amp;gt; ==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
*1.La estructura &#039;&#039;&#039;SOAP&#039;&#039;&#039; del objeto &#039;&#039;&#039;FacturaGeneral&#039;&#039;&#039; a ser implementado en La versión 4 del servicio de &#039;&#039;emisión:&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[Archivo:warning.png|800px|sinmarco|centro|Warning]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
*2.Se deberá indicar tipoDocumento = &#039;05&#039; correspondiente al documento Soporte con sujetos no obligados a facturar:&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[Archivo:tipoDocumento.png|800px|sinmarco|centro|TipoDocumento]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[Archivo:tipoDocumento2.png|800px|sinmarco|centro|TipoDocumento2]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
*3.Se deberá indicar tipoOperacion = ‘10’ u ‘11’ correspondiente a residente o no residente.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[Archivo:tipoOperacion.png|800px|sinmarco|centro|TipoOperacion]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[Archivo:tipoOperacion2.png|800px|sinmarco|centro|TipoOperacion2]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
*4.La información del vendedor/proveedor (persona no obligada a facturar electrónicamente) será reportada en la clase Cliente del objetoFacturaGeneral. &lt;br /&gt;
Los atributos mínimos de esta clase a ser reportados son: &amp;lt;br&amp;gt;&lt;br /&gt;
detallesTributarios, nombreRazonSocial, numeroDocumento, numeroIdentificacionDV, responsabilidadesRut, tipoIdentificacion y tipoPersona.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[Archivo:detallesTributarios.png|800px|sinmarco|centro|DetallesTributarios]]&lt;br /&gt;
[[Archivo:detallesTributarios2.png|800px|sinmarco|centro|DetallesTributarios2]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
*5.La emisión de estos documentos no admite su transmisión bajo un esquema de contingencia.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[Archivo:contingencia.png|800px|sinmarco|centro|Contingencia]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
*6.En la URL versión 4, en la clase detalle &amp;lt;strong&amp;gt;&amp;lt;detalleDeFactura&amp;lt;FacturaDetalle&amp;gt;&amp;gt;&amp;lt;/strong&amp;gt;, ingresar la información requerida:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;strong&amp;gt;1.&amp;lt;/strong&amp;gt;&amp;lt;descripcion&amp;gt; Servicio recibido.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;strong&amp;gt;2.&amp;lt;/strong&amp;gt;&amp;lt;descripcion2&amp;gt;Reportar la fecha de compra en un formato año-mes-dia.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;strong&amp;gt;3.&amp;lt;/strong&amp;gt;&amp;lt;descripcion3&amp;gt;(1) Si es por operación (2) Si es un acumulado semanal.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Archivo:docSoporte.png|800px|sinmarco|centro|DocSoporte]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;Información Complementaria&amp;lt;/font&amp;gt;==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
===Documento soporte en adquisiciones efectuadas a sujetos no obligados a expedir factura de venta o documento equivalente===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&#039;&#039;&#039;¿Qué es el documento soporte?&#039;&#039;&#039;&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Es el documento que usas para acreditar la compra de un &#039;&#039;bien&#039;&#039; o &#039;&#039;servicio&#039;&#039;, y que debe generar el comprador cuando hace transacciones con un proveedor que no está obligado a expedir factura de venta o documento equivalente.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&#039;&#039;&#039;¿Cuándo se usa?&#039;&#039;&#039;&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Lo expides como comprador para documentar la transacción que da lugar a &#039;&#039;costos, deducciones&#039;&#039; o &#039;&#039;impuestos descontables&#039;&#039;, por medio de un documento con numeración autorizada por la &#039;&#039;&#039;DIAN&#039;&#039;&#039;, cuando el vendedor o prestador del  servicio no está obligado a facturar.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&#039;&#039;&#039;¿Quiénes lo deben emitir?&#039;&#039;&#039;&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Lo emites si eres comprador del bien o el  servicio.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&#039;&#039;&#039;¿Para qué se emite?&#039;&#039;&#039;&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Si como &#039;&#039;vendedor del bien&#039;&#039; o &#039;&#039;prestador del servicio&#039;&#039; no tienes obligación de expedir factura de venta, el comprador podrá generar el &#039;&#039;&#039;Documento soporte&#039;&#039;&#039; en adquisiciones efectuadas a sujetos no obligados a expedir factura de venta o documento equivalente para documentar la transacción, contabilizarla y si es del caso, soportar costos, deducciones, o impuestos descontables.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&#039;&#039;&#039;¿Quiénes están obligados a expedirlo?&#039;&#039;&#039;&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Estás obligado si adquieres un bien o servicio cuando haces compras o adquieres servicios a un proveedor no obligado a expedir factura de venta, para que puedas documentar la transacción y tener el soporte de &#039;&#039;costos, deducciones&#039;&#039;, o &#039;&#039;impuestos descontables&#039;&#039;, para tus declaraciones tributarias.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&#039;&#039;&#039;¿Qué beneficios tiene?&#039;&#039;&#039;&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Te permite documentar las operaciones cuando se realizan con proveedores no obligados a emitir factura o documento equivalente. Así soportas adecuadamente &#039;&#039;costos, deducciones,&#039;&#039; o &#039;&#039;impuestos descontables&#039;&#039; en estas adquisiciones.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&#039;&#039;&#039;¿Cuáles son los requisitos?&#039;&#039;&#039;&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Según lo indicado en la &amp;lt;u&amp;gt;&#039;&#039;&#039;Resolución 000167 de 2021&#039;&#039;&#039;&amp;lt;/u&amp;gt; los requisitos son:&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
# Estar denominado expresamente como “Documento soporte en adquisiciones efectuadas a no obligados a facturar&amp;quot;.&lt;br /&gt;
# Tener la fecha de la operación que debe corresponder a la fecha de generación del documento.&lt;br /&gt;
# Contener los apellidos y nombre o razón social y Número de Identificación Tributaria (NIT) del vendedor o de quien presta el servicio. Tratándose de contratos suscritos con         los no residentes fiscales en Colombia no inscritos en el Registro Único Tributario -RUT, el requisito del Número de Identificación Tributaria NIT, se entenderá cumplido con la identificación otorgada en el país de origen del no residente.&lt;br /&gt;
# Contener los apellidos y nombre o razón social y Número de Identificación Tributaria -NIT del adquiriente de los bienes y/o servicios.&lt;br /&gt;
# Llevar el número que corresponda a un sistema de numeración consecutiva de documento soporte incluyendo el número, rango y vigencia autorizado por la DIAN.&lt;br /&gt;
# Tener la descripción específica del bien o del servicio prestado.&lt;br /&gt;
# Detallar el valor total de la operación.&lt;br /&gt;
# Incluir la firma del emisor del documento soporte al momento de la generación, de acuerdo con las normas vigentes y con la política de firma que establezca la Unidad Administrativa Especial Dirección de Impuestos y Aduanas – DIAN.&lt;br /&gt;
# Utilizar el formato electrónico de generación que establezca la Unidad Administrativa Especial Dirección de Impuestos y Aduanas Nacionales - DIAN.&lt;br /&gt;
# El Código único de documento soporte en adquisiciones efectuadas a sujetos no obligados a expedir factura de venta o documento equivalente - CUDS.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&#039;&#039;&#039;¿Desde cuándo se debe emitir y exigir el documento soporte en adquisiciones efectuadas a sujetos no obligados a expedir factura de venta o documento equivalente?&#039;&#039;&#039;&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
La generación y transmisión de forma electrónica del documento soporte en adquisiciones efectuadas a sujetos no obligados a expedir factura de venta o documento equivalente y las notas de ajuste, deberán implementarse a más tardar el &amp;lt;u&amp;gt;&#039;&#039;&#039;dos (2) de mayo de 2022.&#039;&#039;&#039;&amp;lt;/u&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
==&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;Transmisión para la validación ante la DIAN&amp;lt;/font&amp;gt;==&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
===Deberá transmitirse para validación de la &#039;&#039;Unidad Administrativa Especial Dirección de Impuestos&#039;&#039; y &#039;&#039;Aduanas Nacionales&#039;&#039; -DIAN, así:===&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
#En el momento en que se lleve a cabo cada una de las operaciones en las que se adquieran bienes y/o servicios a sujetos no obligados a expedir factura o documento equivalente.&lt;br /&gt;
#A más tardar el último día hábil de la semana en la que se llevaron a cabo las operaciones acumuladas semanalmente, que se realicen con un mismo proveedor en las que se adquieran bienes y/o servicios con sujetos no obligados a expedir factura o documento equivalente.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&#039;&#039;&#039;¿Qué hacer si se presentan inconvenientes tecnológicos?&#039;&#039;&#039;&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Inconvenientes tecnológicos por parte de la DIAN&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Si al momento de la transmisión de la información del documento soporte y las notas de ajuste, se presentan inconvenientes tecnológicos que impiden la transmisión de la información para la validación, el sujeto dispone de un plazo máximo de cuarenta y ocho (48) horas, contadas a partir del día siguiente al que se restablezca el servicio informático electrónico.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Inconvenientes tecnológicos por parte del sujeto&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Si se presentan inconvenientes tecnológicos por parte del sujeto, que impiden la transmisión de la información, este deberá transmitir los citados documentos en un plazo máximo de cuarenta y ocho (48) horas, contadas a partir del día siguiente en que se supere el inconveniente tecnológico, dejando los soportes del inconveniente presentado, para cuando la administración tributaria los requiera.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;&#039;&#039;&#039;&amp;lt;big&amp;gt;¡Muchas Gracias!&amp;lt;/big&amp;gt;&amp;lt;br&amp;gt;Carrera 69 Q # 78-86, Bodega 20, Bogotá – Colombia,&amp;lt;br&amp;gt;Teléfono: +57 (1) 746.08.12&#039;&#039;&#039;&amp;lt;br&amp;gt;[[Archivo:facebook.png|30px|sinmarco|centro|Facebook]]THEFACTORYHKACO&amp;lt;br&amp;gt;[[Archivo:instagram.png|30px|sinmarco|centro|Instagram]]@THEFACTORYHKACO&amp;lt;br&amp;gt;&lt;br /&gt;
[[Archivo:brave.png|30px|sinmarco|centro|Brave]]THE FACTORY HKA COLOMBIA&amp;lt;br&amp;gt;[http://WWW.THEFACTORYHKA.COM/CO &amp;lt;br&amp;gt;WWW.THEFACTORYHKA.COM/CO]&amp;lt;/center&amp;gt;&lt;/div&gt;</summary>
		<author><name>Lvargas</name></author>
	</entry>
	<entry>
		<id>http://felcowiki.thefactoryhka.com.co/index.php?title=Cambios_Integraci%C3%B3n_-_Documento_Soporte_No_Obligados_Resoluci%C3%B3n_000167&amp;diff=2645</id>
		<title>Cambios Integración - Documento Soporte No Obligados Resolución 000167</title>
		<link rel="alternate" type="text/html" href="http://felcowiki.thefactoryhka.com.co/index.php?title=Cambios_Integraci%C3%B3n_-_Documento_Soporte_No_Obligados_Resoluci%C3%B3n_000167&amp;diff=2645"/>
		<updated>2022-04-08T20:31:27Z</updated>

		<summary type="html">&lt;p&gt;Lvargas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;== &amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;Cambios Integración - Documento Soporte No Obligados Resolución 000167&amp;lt;/font&amp;gt; ==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
En este articulo encontraras información sobre los Cambios incorporados en el Anexo técnico de Documento Soporte en adquisiciones efectuadas a sujetos no obligados a expedir factura de venta o documento equivalente Versión 1.1.&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;Cambios incorporados en la versión 1.1 del documento soporte en adquisiciones efectuadas a sujetos no obligados a expedir factura de &#039;&#039;venta&#039;&#039; o &#039;&#039;documento equivalente&#039;&#039;&amp;lt;/font&amp;gt;==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
*Se incorpora la &#039;&#039;&#039;Nota de ajuste&#039;&#039;&#039; para el documento soporte en adquisiciones efectuadas a sujetos no obligados a expedir factura o documento equivalente, con sus respectivas reglas de validación.&lt;br /&gt;
*Se modifica el cálculo del elemento UUID, para el cual se eliminaron los impuestos INC e ICA para la composición de la cadena.&lt;br /&gt;
*Se cambia el algoritmo utilizado para el cálculo del UUID, pasando de Código Único de Documento Electrónico - CUDE a Código Único de Documento Soporte – CUDS.&lt;br /&gt;
*Se actualiza la tabla de referencia para el elemento CityName.&lt;br /&gt;
&lt;br /&gt;
==&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;Cambios relevantes&amp;lt;/font&amp;gt;==&lt;br /&gt;
===Reglas con modificaciones en las validaciones===&lt;br /&gt;
&amp;lt;u&amp;gt;&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&#039;&#039;&#039;ENTRE LAS CUALES SE DESTACAN:&#039;&#039;&#039;&amp;lt;/font&amp;gt;&amp;lt;/u&amp;gt;&lt;br /&gt;
# Se determina que el tipo de identificación para el prestador de servicios debe ser NIT.&lt;br /&gt;
# Cambio en el algoritmo para el cálculo del UUID.&lt;br /&gt;
# Validaciones correspondientes a la localización física del vendedor de acuerdo a su procedencia.&lt;br /&gt;
# Se determina que la identificación del vendedor puede no ser NIT dependiendo su procedencia.&lt;br /&gt;
# Se determina que la identificación del comprador debe ser NIT.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
==&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;Instrumentos que se derivan del documento soporte en adquisiciones efectuadas a sujetos no obligados a Expedir factura de venta o documento equivalente&amp;lt;/font&amp;gt;==&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
A continuación, se describen los instrumentos que se derivan del documento soporte en adquisiciones efectuadas a sujetos no obligados a expedir factura de venta o documento equivalente.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
==&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;Documento soporte en adquisiciones efectuadas a sujetos no obligados a expedir factura o documento equivalente (Invoic5)&amp;lt;/font&amp;gt;==&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Es un documento electrónico que constituye el soporte de los costos y deducciones en el Impuesto sobre la Renta y Complementarios e impuestos descontables en el Impuesto sobre las Ventas -IVA, derivado de la adquisición de bienes y/o servicios a sujetos no obligados a expedir factura de venta o documento equivalente; el cual se deberá generar por parte del adquirente de los mencionados bienes y/o servicios, para su posterior transmisión para la validación de la DIAN.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
==&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;Nota de Ajuste al documento soporte en adquisiciones efectuadas a sujetos no obligados a expedir factura o documento equivalente en adquisiciones efectuadas a sujetos no obligados a expedir factura o documento equivalente (CreditNote)&amp;lt;/font&amp;gt;==&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Las notas de ajuste del documento soporte en adquisiciones efectuadas a sujetos no obligados a expedir factura de venta o documento equivalente, en lo sucesivo notas de ajuste, son documentos electrónicos o físicos según el caso, que constituyen el medio por el cual se realizan ajustes o se anula el documento soporte, por errores aritméticos o de contenido, cumpliendo las condiciones, términos, mecanismos técnicos y tecnológicos que para el efecto señale la DIAN.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
==&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;Registro de Respuesta a la Validación realizada por parte de la DIAN (ApplicationResponse)&amp;lt;/font&amp;gt;==&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Es el procedimiento que genera el documento electrónico de validación por parte de la DIAN, que contiene la verificación de las reglas de validación de los documentos electrónicos, cumpliendo con los requisitos, términos, mecanismos técnicos y tecnológicos que para el efecto establezca la DIAN, en el Anexo Técnico respectivo. &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
==&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;Nuevas Reglas de Validación&amp;lt;/font&amp;gt;==&lt;br /&gt;
*&#039;&#039;&#039;DSAJ08a:&#039;&#039;&#039; La clase dirección cliente deberá estar conformado al menos por el conjunto formado por los elementos ciudad, codigoDepartamento, departamento, direccion, lenguaje, municipio y pais. cuando el tipoOperacion es igual a &#039;10&#039;.&lt;br /&gt;
*&#039;&#039;&#039;DASJ08b:&#039;&#039;&#039; La clase dirección cliente deberá estar conformado al menos por el conjunto formado por los elementos ciudad, codigoDepartamento, departamento, direccion, lenguaje, municipio y pais. cuando el CustomizationID es igual a &#039;11&#039;.&lt;br /&gt;
*&#039;&#039;&#039;DSAJ10a:&#039;&#039;&#039; Campo ciudad Debe ser un municipio de la República de Colombia cuando el tipoOperacion es igual a &#039;10&#039;.&lt;br /&gt;
*&#039;&#039;&#039;DSAJ10b:&#039;&#039;&#039; Campo ciudad Debe ser un municipio de la República de Colombia cuando el tipoOperacion es igual a &#039;11&#039;.&lt;br /&gt;
*&#039;&#039;&#039;DSAJ25a:&#039;&#039;&#039; Identificador del tipo de documento de identidad:&#039;&#039;&#039; Cuando el tipoOperacion es igual a &#039;10&#039; el tipoIdentificacion deberá ser &#039;31&#039;.&lt;br /&gt;
*&#039;&#039;&#039;DSAJ25b:&#039;&#039;&#039; Identificador del tipo de documento de identidad:&#039;&#039;&#039; Cuando el tipoOperacion es igual a &#039;11&#039; el tipoIdentificacion deberá ser &#039;31&#039;.&lt;br /&gt;
*&#039;&#039;&#039;VLR02:&#039;&#039;&#039; Valor total de la Nota de Ajuste es superior al valor del documento referenciado&lt;br /&gt;
*&#039;&#039;&#039;DSBH01:&#039;&#039;&#039; Se debe indicar el campo codigoInterno = 5 en la clase documentoReferenciado. Grupo de información exclusivo para referenciar la Nota de Ajuste que dio origen al presente DS&lt;br /&gt;
*&#039;&#039;&#039;DSBH03:&#039;&#039;&#039; Prefijo + Número de la nota de ajuste referenciada ID de la nota de ajuste de referencia no existe. Se debe indicar obligatoriamente el campo numeroDocumento en la clase documentoReferenciado&lt;br /&gt;
*&#039;&#039;&#039;DSBH04:&#039;&#039;&#039; CUDS de la nota de ajuste relacionada. CUDS de la nota de ajuste referenciada no existe. Se debe indicar obligatoriamente el campo cufeDocReferenciado.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;DSBH05:&#039;&#039;&#039; Algoritmo del CUDS&lt;br /&gt;
*&#039;&#039;&#039;DSBH06:&#039;&#039;&#039; Fecha de la Nota de Ajuste referenciada anterior a fecha del DS. Se debe indicar obligatoriamente el campo fecha.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
==&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;Proceso tecnológico en el Sistema de Facturación Electrónica &amp;lt;/font&amp;gt;==&lt;br /&gt;
&#039;&#039;&#039;Habilitación&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Los sujetos que se encuentren previamente habilitados como facturadores electrónicos, tendrán la opción de convalidar la información que hayan registrado en el procedimiento de habilitación del artículo 22 de la Resolución 000042 del 05 de mayo de 2020 o la norma que la modifique o sustituya.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Sin embargo, es importante tener en cuenta que el documento soporte en adquisiciones efectuadas a sujetos no obligados a expedir factura de venta o documento equivalente no requiere pruebas mínimas para surtir el proceso de habilitación conforme a la resolución anteriormente mencionada, el sistema de Factura Electrónica con Validación Previa entregará los insumos necesarios referentes a un SET de pruebas para quienes requieran realizar la generación, transmisión y validación del documento soporte en adquisiciones efectuadas a sujetos no obligados a expedir factura de venta o documento equivalente y la nota de ajuste en el 	ambiente de habilitación antes de enviarlo al ambiente de producción.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Sujetos obligados &#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Corresponde a todos los sujetos que adquieren bienes y/o servicios a un proveedor no obligado a expedir factura de venta o documento equivalente y que son facturadores electrónicos habilitados, (en adelante ABS), que requieran documentar la transacción y tener el soporte fiscal de costos, deducciones, o impuestos descontables.&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
El ABS debe estar habilitado por la DIAN como FE para generar documento soporte, y deberá usar los rangos de numeración para estas operaciones, el cual se debe gestionar en el SIE de numeración o el sistema dispuesto por la Unidad Administrativa Especial Dirección de Impuestos y Aduanas Nacionales DIAN, para tal fin.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Suplemento C: Inconvenientes tecnológicos&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
No se ha contemplado la generación del Documento Soporte en adquisiciones efectuadas a sujetos no obligados a expedir factura de venta o documento equivalente y sus notas de ajuste cuando existan Inconvenientes Tecnológicos Tipo 03 - Por parte del Facturador Electrónico ni Tipo 04 - Por parte de la DIAN; así pues, una vez se restablezcan los servicios se deberá hacer la transmisión del citado documento.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
==&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;Tipo de Documento: cbc:InvoiceTypeCode y cbc:CreditnoteTypeCode&amp;lt;/font&amp;gt;==&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Código&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Significado&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| 05&lt;br /&gt;
| Documento soporte en adquisiciones efectuadas a sujetos no obligados a expedir factura o documento equivalente &lt;br /&gt;
|-&lt;br /&gt;
| 95&lt;br /&gt;
| Nota de ajuste al documento soporte en adquisiciones efectuadas a sujetos no obligados a expedir factura o documento equivalente&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
==&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;Tipos de operación Procedencia de Vendedor: cbc:CustomizationID&amp;lt;/font&amp;gt;==&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Código&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Valor&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| 10&lt;br /&gt;
| Residente &lt;br /&gt;
|-&lt;br /&gt;
| 11&lt;br /&gt;
| No residente&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Nota:&#039;&#039;&#039; Conforme a la normativa vigente, debe tenerse en cuenta lo que se indica para el concepto de residente fiscal en Colombia y NO residente fiscal en Colombia.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
==&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;Forma de generación y transmisión:cbc: DescriptionCode; cbc: Description&amp;lt;/font&amp;gt;==&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Código&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Descripción&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| 1&lt;br /&gt;
| Por operación &lt;br /&gt;
|-&lt;br /&gt;
| 2&lt;br /&gt;
| Acumulado semanal&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;strong&amp;gt;1.&amp;lt;/strong&amp;gt; Por cada una de las operaciones en las que se adquieren bienes y/o servicios a sujetos no obligados a expedir factura o documento equivalente.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;strong&amp;gt;2.&amp;lt;/strong&amp;gt; Por operaciones acumuladas semanalmente que se realicen con un mismo proveedor en las que se adquieren bienes y/o servicios con sujetos no obligados a expedir factura o documento equivalente.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Nota:&#039;&#039;&#039;Forma de generación y transmisión de conformidad con lo establecido en los Artículo 2 y 10 de la Presente Resolución.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
==&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;Códigos para identificación fiscal Documento de identificación (Tipo de Identificador Fiscal): cbc:CompanyID.@schemeName; sts:ProviderID.@schemeName&amp;lt;/font&amp;gt;==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Código&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Significado SNO&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Residente&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|No residente&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| 21&lt;br /&gt;
| Tarjeta de extranjería&lt;br /&gt;
|&lt;br /&gt;
! style=&amp;quot;;background:#f8f9fa; text-align:center;&amp;quot;! style=&amp;quot;;background:#f8f9fa; text-align:center;&amp;quot;|X &lt;br /&gt;
|-&lt;br /&gt;
| 22&lt;br /&gt;
| Cédula de extranjería&lt;br /&gt;
|&lt;br /&gt;
! style=&amp;quot;;background:#f8f9fa; text-align:center;&amp;quot; color: |X&lt;br /&gt;
|-&lt;br /&gt;
|31&lt;br /&gt;
|NIT&lt;br /&gt;
! style=&amp;quot;;background:#f8f9fa; text-align:center;&amp;quot;|X&lt;br /&gt;
! style=&amp;quot;;background:#f8f9fa; text-align:center;&amp;quot;|X&lt;br /&gt;
|-&lt;br /&gt;
|41&lt;br /&gt;
|Pasaporte&lt;br /&gt;
|&lt;br /&gt;
! style=&amp;quot;;background:#f8f9fa; text-align:center;&amp;quot;|X&lt;br /&gt;
|-&lt;br /&gt;
|42&lt;br /&gt;
|Documento de identificación extranjero&lt;br /&gt;
|&lt;br /&gt;
! style=&amp;quot;;background:#f8f9fa; text-align:center;&amp;quot;|X&lt;br /&gt;
|-&lt;br /&gt;
|47&lt;br /&gt;
|PEP&lt;br /&gt;
|&lt;br /&gt;
! style=&amp;quot;;background:#f8f9fa; text-align:center;&amp;quot;|X&lt;br /&gt;
|-&lt;br /&gt;
|50&lt;br /&gt;
|NIT de otro país&lt;br /&gt;
|&lt;br /&gt;
! style=&amp;quot;;background:#f8f9fa; text-align:center;&amp;quot;|X&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
==&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;Tributos cac:TaxScheme/ID: Columna Identificador cac:TaxScheme/Name: Columna Nombre&amp;lt;/font&amp;gt;==&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Identificador&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Nombre&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Descripción&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| 01&lt;br /&gt;
| IVA &lt;br /&gt;
|Impuesto sobre las ventas&lt;br /&gt;
|-&lt;br /&gt;
| 05&lt;br /&gt;
| RetelIVA&lt;br /&gt;
| Retención sobre el IVA&lt;br /&gt;
|-&lt;br /&gt;
|06&lt;br /&gt;
| ReteRenta&lt;br /&gt;
|Retención sobre Renta&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
==&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;Tipo de organización jurídica (Personas): cbc:AdditionalAccountID&amp;lt;/font&amp;gt;==&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Codigo&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Significado&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| 1&lt;br /&gt;
| Persona jurídica y asimiladas &lt;br /&gt;
|-&lt;br /&gt;
| 2&lt;br /&gt;
| Persona Natural y asimiladas&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
==&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;Códigos para identificación fiscal Detalles Tributarios:Para el grupo PartyTaxScheme&amp;lt;/font&amp;gt;==&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Código&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Significado&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| 01&lt;br /&gt;
| IVA&lt;br /&gt;
|-&lt;br /&gt;
| ZZ&lt;br /&gt;
| No aplica*&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Nota:&#039;&#039;&#039; Se utiliza en los casos donde el Vendedor no cuente con los detalles tributarios informados, aplica para personas jurídicas/personas naturales.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Atributo&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|TipoDato&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|anticipos&lt;br /&gt;
|Array&amp;lt;Class.Anticipos&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|autorizado&lt;br /&gt;
|Class.Autorizado&lt;br /&gt;
|-&lt;br /&gt;
|cantidadDecimales&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|cargosDescuentos&lt;br /&gt;
|Array&amp;lt;Class.CargosDescuentos&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|cliente&lt;br /&gt;
|Class.Cliente&lt;br /&gt;
|-&lt;br /&gt;
|condicionPago&lt;br /&gt;
|Array&amp;lt;Class.CondicionPago&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|consecutivoDocumento&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|detalleDeFactura&lt;br /&gt;
|Array&amp;lt;Class.FacturaDetalle&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|documentoReferenciado&lt;br /&gt;
|Array&amp;lt;DocumentoReferenciado&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|entregaMercancia&lt;br /&gt;
|Class.Entrega&lt;br /&gt;
|-&lt;br /&gt;
|extras&lt;br /&gt;
|Array&amp;lt;Class.Extras&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|fechaEmision&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|fechaFinPeriodoFacturacion&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|fechaInicioPeriodoFacturacion&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|fechaPagoImpuestos&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|fechaVencimiento&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|impuestosGenerales&lt;br /&gt;
|Array&amp;lt;Class.FacturaImpuestos&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|impuestosTotales&lt;br /&gt;
|Array&amp;lt;Class.ImpuestosTotales&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|informacionAdicional&lt;br /&gt;
|Array&amp;lt;String&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|mediosDePago&lt;br /&gt;
|Array&amp;lt;Class.MediosDePago&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|moneda&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|ordenDeCompra&lt;br /&gt;
|Array&amp;lt;Class.OrdenDeCompra&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|rangoNumeracion&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|redondeoAplicado&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|sectorSalud&lt;br /&gt;
|Class.SectorSalud&lt;br /&gt;
|-&lt;br /&gt;
|tasaDeCambio&lt;br /&gt;
|Array&amp;lt;Class.TasaDeCambio&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|tasaDeCambioAlternativa&lt;br /&gt;
|Array&amp;lt;Class.TasaDeCambioAlternativa&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|terminosEntrega&lt;br /&gt;
|Class.TerminosEntrega&lt;br /&gt;
|-&lt;br /&gt;
|tipoDocumento&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|tipoOperacion&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|tipoSector&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|totalAnticipos&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|totalBaseImponible&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|totalBrutoConImpuestos&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|totalCargosAplicados&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|totalDescuentos&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|totalMonto&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|totalProductos&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|totalSinImpuestos&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt; Para emitir documentos soporte en adquisiciones con sujetos no obligados a facturar electrónicamente, se deben tener en cuenta los siguientes aspectos:&amp;lt;/font&amp;gt; ==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
*1.La estructura &#039;&#039;&#039;SOAP&#039;&#039;&#039; del objeto &#039;&#039;&#039;FacturaGeneral&#039;&#039;&#039; a ser implementado en La versión 4 del servicio de &#039;&#039;emisión:&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[Archivo:warning.png|800px|sinmarco|centro|Warning]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
*2.Se deberá indicar tipoDocumento = &#039;05&#039; correspondiente al documento Soporte con sujetos no obligados a facturar:&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[Archivo:tipoDocumento.png|800px|sinmarco|centro|TipoDocumento]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[Archivo:tipoDocumento2.png|800px|sinmarco|centro|TipoDocumento2]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
*3.Se deberá indicar tipoOperacion = ‘10’ u ‘11’ correspondiente a residente o no residente.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[Archivo:tipoOperacion.png|800px|sinmarco|centro|TipoOperacion]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[Archivo:tipoOperacion2.png|800px|sinmarco|centro|TipoOperacion2]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
*4.La información del vendedor/proveedor (persona no obligada a facturar electrónicamente) será reportada en la clase Cliente del objetoFacturaGeneral. &lt;br /&gt;
Los atributos mínimos de esta clase a ser reportados son: &amp;lt;br&amp;gt;&lt;br /&gt;
detallesTributarios, nombreRazonSocial, numeroDocumento, numeroIdentificacionDV, responsabilidadesRut, tipoIdentificacion y tipoPersona.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[Archivo:detallesTributarios.png|800px|sinmarco|centro|DetallesTributarios]]&lt;br /&gt;
[[Archivo:detallesTributarios2.png|800px|sinmarco|centro|DetallesTributarios2]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
*5.La emisión de estos documentos no admite su transmisión bajo un esquema de contingencia.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[Archivo:contingencia.png|800px|sinmarco|centro|Contingencia]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
*6.En la URL versión 4, en la clase detalle &amp;lt;strong&amp;gt;&amp;lt;detalleDeFactura&amp;lt;FacturaDetalle&amp;gt;&amp;gt;&amp;lt;/strong&amp;gt;, ingresar la información requerida:&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;strong&amp;gt;1.&amp;lt;/strong&amp;gt;&amp;lt;descripcion&amp;gt; Servicio recibido.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;strong&amp;gt;2.&amp;lt;/strong&amp;gt;&amp;lt;descripcion2&amp;gt;Reportar la fecha de compra en un formato año-mes-dia.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;strong&amp;gt;3.&amp;lt;/strong&amp;gt;&amp;lt;descripcion3&amp;gt;(1) Si es por operación (2) Si es un acumulado semanal.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Archivo:docSoporte.png|800px|sinmarco|centro|DocSoporte]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;Información Complementaria&amp;lt;/font&amp;gt;==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
===Documento soporte en adquisiciones efectuadas a sujetos no obligados a expedir factura de venta o documento equivalente===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&#039;&#039;&#039;¿Qué es el documento soporte?&#039;&#039;&#039;&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Es el documento que usas para acreditar la compra de un &#039;&#039;bien&#039;&#039; o &#039;&#039;servicio&#039;&#039;, y que debe generar el comprador cuando hace transacciones con un proveedor que no está obligado a expedir factura de venta o documento equivalente.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&#039;&#039;&#039;¿Cuándo se usa?&#039;&#039;&#039;&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Lo expides como comprador para documentar la transacción que da lugar a &#039;&#039;costos, deducciones&#039;&#039; o &#039;&#039;impuestos descontables&#039;&#039;, por medio de un documento con numeración autorizada por la &#039;&#039;&#039;DIAN&#039;&#039;&#039;, cuando el vendedor o prestador del  servicio no está obligado a facturar.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&#039;&#039;&#039;¿Quiénes lo deben emitir?&#039;&#039;&#039;&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Lo emites si eres comprador del bien o el  servicio.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&#039;&#039;&#039;¿Para qué se emite?&#039;&#039;&#039;&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Si como &#039;&#039;vendedor del bien&#039;&#039; o &#039;&#039;prestador del servicio&#039;&#039; no tienes obligación de expedir factura de venta, el comprador podrá generar el &#039;&#039;&#039;Documento soporte&#039;&#039;&#039; en adquisiciones efectuadas a sujetos no obligados a expedir factura de venta o documento equivalente para documentar la transacción, contabilizarla y si es del caso, soportar costos, deducciones, o impuestos descontables.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&#039;&#039;&#039;¿Quiénes están obligados a expedirlo?&#039;&#039;&#039;&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Estás obligado si adquieres un bien o servicio cuando haces compras o adquieres servicios a un proveedor no obligado a expedir factura de venta, para que puedas documentar la transacción y tener el soporte de &#039;&#039;costos, deducciones&#039;&#039;, o &#039;&#039;impuestos descontables&#039;&#039;, para tus declaraciones tributarias.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&#039;&#039;&#039;¿Qué beneficios tiene?&#039;&#039;&#039;&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Te permite documentar las operaciones cuando se realizan con proveedores no obligados a emitir factura o documento equivalente. Así soportas adecuadamente &#039;&#039;costos, deducciones,&#039;&#039; o &#039;&#039;impuestos descontables&#039;&#039; en estas adquisiciones.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&#039;&#039;&#039;¿Cuáles son los requisitos?&#039;&#039;&#039;&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Según lo indicado en la &amp;lt;u&amp;gt;&#039;&#039;&#039;Resolución 000167 de 2021&#039;&#039;&#039;&amp;lt;/u&amp;gt; los requisitos son:&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
# Estar denominado expresamente como “Documento soporte en adquisiciones efectuadas a no obligados a facturar&amp;quot;.&lt;br /&gt;
# Tener la fecha de la operación que debe corresponder a la fecha de generación del documento.&lt;br /&gt;
# Contener los apellidos y nombre o razón social y Número de Identificación Tributaria (NIT) del vendedor o de quien presta el servicio. Tratándose de contratos suscritos con         los no residentes fiscales en Colombia no inscritos en el Registro Único Tributario -RUT, el requisito del Número de Identificación Tributaria NIT, se entenderá cumplido con la identificación otorgada en el país de origen del no residente.&lt;br /&gt;
# Contener los apellidos y nombre o razón social y Número de Identificación Tributaria -NIT del adquiriente de los bienes y/o servicios.&lt;br /&gt;
# Llevar el número que corresponda a un sistema de numeración consecutiva de documento soporte incluyendo el número, rango y vigencia autorizado por la DIAN.&lt;br /&gt;
# Tener la descripción específica del bien o del servicio prestado.&lt;br /&gt;
# Detallar el valor total de la operación.&lt;br /&gt;
# Incluir la firma del emisor del documento soporte al momento de la generación, de acuerdo con las normas vigentes y con la política de firma que establezca la Unidad Administrativa Especial Dirección de Impuestos y Aduanas – DIAN.&lt;br /&gt;
# Utilizar el formato electrónico de generación que establezca la Unidad Administrativa Especial Dirección de Impuestos y Aduanas Nacionales - DIAN.&lt;br /&gt;
# El Código único de documento soporte en adquisiciones efectuadas a sujetos no obligados a expedir factura de venta o documento equivalente - CUDS.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&#039;&#039;&#039;¿Desde cuándo se debe emitir y exigir el documento soporte en adquisiciones efectuadas a sujetos no obligados a expedir factura de venta o documento equivalente?&#039;&#039;&#039;&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
La generación y transmisión de forma electrónica del documento soporte en adquisiciones efectuadas a sujetos no obligados a expedir factura de venta o documento equivalente y las notas de ajuste, deberán implementarse a más tardar el &amp;lt;u&amp;gt;&#039;&#039;&#039;dos (2) de mayo de 2022.&#039;&#039;&#039;&amp;lt;/u&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
==&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;Transmisión para la validación ante la DIAN&amp;lt;/font&amp;gt;==&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
===Deberá transmitirse para validación de la &#039;&#039;Unidad Administrativa Especial Dirección de Impuestos&#039;&#039; y &#039;&#039;Aduanas Nacionales&#039;&#039; -DIAN, así:===&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
#En el momento en que se lleve a cabo cada una de las operaciones en las que se adquieran bienes y/o servicios a sujetos no obligados a expedir factura o documento equivalente.&lt;br /&gt;
#A más tardar el último día hábil de la semana en la que se llevaron a cabo las operaciones acumuladas semanalmente, que se realicen con un mismo proveedor en las que se adquieran bienes y/o servicios con sujetos no obligados a expedir factura o documento equivalente.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&#039;&#039;&#039;¿Qué hacer si se presentan inconvenientes tecnológicos?&#039;&#039;&#039;&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Inconvenientes tecnológicos por parte de la DIAN&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Si al momento de la transmisión de la información del documento soporte y las notas de ajuste, se presentan inconvenientes tecnológicos que impiden la transmisión de la información para la validación, el sujeto dispone de un plazo máximo de cuarenta y ocho (48) horas, contadas a partir del día siguiente al que se restablezca el servicio informático electrónico.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Inconvenientes tecnológicos por parte del sujeto&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Si se presentan inconvenientes tecnológicos por parte del sujeto, que impiden la transmisión de la información, este deberá transmitir los citados documentos en un plazo máximo de cuarenta y ocho (48) horas, contadas a partir del día siguiente en que se supere el inconveniente tecnológico, dejando los soportes del inconveniente presentado, para cuando la administración tributaria los requiera.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;&#039;&#039;&#039;&amp;lt;big&amp;gt;¡Muchas Gracias!&amp;lt;/big&amp;gt;&amp;lt;br&amp;gt;Carrera 69 Q # 78-86, Bodega 20, Bogotá – Colombia,&amp;lt;br&amp;gt;Teléfono: +57 (1) 746.08.12&#039;&#039;&#039;&amp;lt;br&amp;gt;[[Archivo:facebook.png|30px|sinmarco|centro|Facebook]]THEFACTORYHKACO&amp;lt;br&amp;gt;[[Archivo:instagram.png|30px|sinmarco|centro|Instagram]]@THEFACTORYHKACO&amp;lt;br&amp;gt;&lt;br /&gt;
[[Archivo:brave.png|30px|sinmarco|centro|Brave]]THE FACTORY HKA COLOMBIA&amp;lt;br&amp;gt;[http://WWW.THEFACTORYHKA.COM/CO &amp;lt;br&amp;gt;WWW.THEFACTORYHKA.COM/CO]&amp;lt;/center&amp;gt;&lt;/div&gt;</summary>
		<author><name>Lvargas</name></author>
	</entry>
	<entry>
		<id>http://felcowiki.thefactoryhka.com.co/index.php?title=Caracteristicas_adicionales_-_Indice_Manual_Integraci%C3%B3n_Directa&amp;diff=2474</id>
		<title>Caracteristicas adicionales - Indice Manual Integración Directa</title>
		<link rel="alternate" type="text/html" href="http://felcowiki.thefactoryhka.com.co/index.php?title=Caracteristicas_adicionales_-_Indice_Manual_Integraci%C3%B3n_Directa&amp;diff=2474"/>
		<updated>2022-03-03T15:07:37Z</updated>

		<summary type="html">&lt;p&gt;Lvargas: /* Notas de crédito y débito que no afecten a facturas */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==Caracteristicas adicionales ==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
===Uso de campos extras===&lt;br /&gt;
El arreglo “extras” permite incorporar campos opcionales que se insertarán en el XML-Invoice y en la representación impresa según se desee.&lt;br /&gt;
&lt;br /&gt;
Los campos extras no son obligatorios por la DIAN, pero en ciertos casos son importantes y necesarios en el modelo de negocio del emisor. Estos incorporan información adicional dentro del documento, como por ejemplo, detalles del pago, la entrega, el transporte, coordenadas geográficas, lote de productos, vencimiento de la mercancía, servicios médicos, servicios aeronáuticos, información libre, entre muchos otros.&lt;br /&gt;
&lt;br /&gt;
Los campos extensibles están diseñados según parámetros establecidos en la Cámara Colombiana de Comercio Electrónico y la DIAN, con el propósito de ser interoperables (esto aún no está definido en su totalidad para el modelo de validación previa). La información a insertar en un campo extensible debe cumplir con criterios asociados al campo específico a insertar. La estructura del objeto “extras” es la siguiente:&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Tipo&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Identificador&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Formato&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Descripción&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;6&amp;quot;|String&lt;br /&gt;
|controlInterno1&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|100	&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|Etiqueta asignada para la Representación Impresa PDF.&lt;br /&gt;
|-&lt;br /&gt;
|controlInterno2	&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|Depende del campo	&lt;br /&gt;
|Permite asociar dos o más campos mediante un índice (si los campos son asociables)&lt;br /&gt;
|-&lt;br /&gt;
|nombre&lt;br /&gt;
|Código del campo extensible a referenciar (existen códigos definidos por TFHKA para información especifica y también pueden usarse códigos libres)&lt;br /&gt;
|-&lt;br /&gt;
|pdf	&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|1&amp;lt;/nowiki&amp;gt;	&lt;br /&gt;
|Indicación de mostrar el campo en la representación gráfica PDF (“0” = No mostrar / “1” = Mostrar)&lt;br /&gt;
|-&lt;br /&gt;
|valor	&lt;br /&gt;
|Depende del campo	&lt;br /&gt;
|Valor del campo a agregar.&lt;br /&gt;
|-&lt;br /&gt;
|xml	&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|1&amp;lt;/nowiki&amp;gt;	&lt;br /&gt;
|Indicación de mostrar el campo en el XML (“0” = No mostrar / “1” = Mostrar)&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Ejemplo de uso de Campos Extensible 443 (Vendedor)&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
               &amp;lt;ser:Extras&amp;gt;&lt;br /&gt;
                  &amp;lt;ser:controlInterno1&amp;gt;Vendedor&amp;lt;/ser:controlInterno1&amp;gt;&lt;br /&gt;
                  &amp;lt;ser:controlInterno2&amp;gt;&amp;lt;/ser:controlInterno2&amp;gt;&lt;br /&gt;
                  &amp;lt;ser:nombre&amp;gt;443&amp;lt;/ser:nombre&amp;gt;&lt;br /&gt;
                  &amp;lt;ser:pdf&amp;gt;1&amp;lt;/ser:pdf&amp;gt;&lt;br /&gt;
                  &amp;lt;ser:valor&amp;gt;Pablo Marmol&amp;lt;/ser:valor&amp;gt;&lt;br /&gt;
                  &amp;lt;ser:xml&amp;gt;0&amp;lt;/ser:xml&amp;gt;&lt;br /&gt;
               &amp;lt;/ser:Extras&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Campo Insertado en el PDF&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
[[Archivo:CampoExtensibleVendedor.png|800px|sinmarco|centro|CampoExtensibleVendedor]]&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;@IMPORTANTE:&#039;&#039;&#039; Se recomienda que la propiedad Extras.xml se coloque con el valor ‘0’, ya que The Factory HKA implementa el uso de CDATAS anidados en la estructura del XML para reflejar los campos extras, sin embargo algunas plataformas de recepción no pueden interpretar este estándar y pueden existir rechazos al momento de radicar el documento si a esta propiedad se le asignan al valor ‘1’&lt;br /&gt;
&lt;br /&gt;
La etiqueta que se asigne en Extras.ControlInterno1 es de libre elección, mientras se respete el formato estipulado. Sin embargo, será necesario conocer los demás parámetros, que serán suministrados con los campos disponibles:&lt;br /&gt;
* El código del campo, para colocar en Extras.nombre.&lt;br /&gt;
* Si el campo es repetible y asociable, para colocar un índice común en Extras.ControlInterno2. &lt;br /&gt;
* El formato del valor del campo, para que la información que se coloque Extras.valor sea válida. &lt;br /&gt;
Además de los campos disponibles (códigos reservados por TFHKA), se ha contemplado el uso de campos LIBRES, para insertar identificadores y valores genéricos. Este campo es repetible. &lt;br /&gt;
: Note el siguiente ejemplo para insertar un campo libre:&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Ejemplo&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
             &amp;lt;ser:Extras&amp;gt;&lt;br /&gt;
                  &amp;lt;ser:controlInterno1&amp;gt;LISTA DE PRECIOS&amp;lt;/ser:controlInterno1&amp;gt;&lt;br /&gt;
                &amp;lt;ser:controlInterno2&amp;lt;/ser:controlInterno2&amp;gt;&lt;br /&gt;
                &amp;lt;ser:nombre&amp;gt;1&amp;lt;/ser:nombre&amp;gt;&lt;br /&gt;
                &amp;lt;ser:pdf&amp;gt;1&amp;lt;/ser:pdf&amp;gt;&lt;br /&gt;
                &amp;lt;ser:valor&amp;gt;MAYORISTA&amp;lt;/ser:valor&amp;gt;&lt;br /&gt;
                &amp;lt;ser:xml&amp;gt;0&amp;lt;/ser:xml&amp;gt;&lt;br /&gt;
             &amp;lt;/ser:Extras&amp;gt; &lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Campo Insertado en el PDF&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
[[Archivo:CamposLibresMayorista.png|800px|sinmarco|centro|Uso de Campos Libres para insertar identificadores y valores genéricos]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Tabla de códigos para campos extras===&lt;br /&gt;
En este momento los códigos ó propiedad Extras.nombre para campos extras reservados por TFHKA (cualquier otro código utilizado es considerado como libre) son los siguientes:&lt;br /&gt;
; Campos Extensibles reservados por TFHKA&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;   &lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Código&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Etiqueta PDF &lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Descripción&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Formato de valor&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Observaciones&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|122333	&lt;br /&gt;
|Aceptación Física	&lt;br /&gt;
|Aceptación Física	&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|1000&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|-	&lt;br /&gt;
|100200	&lt;br /&gt;
|Pie de página	&lt;br /&gt;
|Pie de página	&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|1000&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-	&lt;br /&gt;
|5170000	&lt;br /&gt;
|Total Base Excluida	&lt;br /&gt;
|Total Base Excluida	&lt;br /&gt;
|Formato Libre	&lt;br /&gt;
|Para totales el R.G&lt;br /&gt;
|-&lt;br /&gt;
|5170001	&lt;br /&gt;
|TOTAL Descuento Detalle	&lt;br /&gt;
|TOTAL Descuento Detalle	&lt;br /&gt;
|Formato Libre	&lt;br /&gt;
|Para totales el R.G&lt;br /&gt;
|-&lt;br /&gt;
|5170002	&lt;br /&gt;
|TOTAL Retenciones	&lt;br /&gt;
|TOTAL Retenciones	&lt;br /&gt;
|Formato Libre	&lt;br /&gt;
|Para totales el R.G&lt;br /&gt;
|-&lt;br /&gt;
|5170003	&lt;br /&gt;
|TOTAL a Pagar	&lt;br /&gt;
|TOTAL a Pagar	&lt;br /&gt;
|Formato Libre	&lt;br /&gt;
|Para totales el R.G&lt;br /&gt;
|-&lt;br /&gt;
|5170004	&lt;br /&gt;
|TOTAL A PAGAR en Letras	&lt;br /&gt;
|TOTAL A PAGAR en Letras	&lt;br /&gt;
|Formato Libre 	&lt;br /&gt;
|Para totales el R.G&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;@IMPORTANTE:&#039;&#039;&#039; El campo Aceptación Física se puede aplicar en dos escenarios. El primer escenario, en donde la factura es aceptada tácitamente y solo el XML es generado (el archivo PDF no se genera en nuestra plataforma), asumiendo que la entrega de la representación gráfica es responsabilidad del usuario. El segundo escenario, en el cual la factura es aceptado tácitamente y se genera el XML y el PDF en nuestra plataforma, los cuales serán enviados vía correo electrónico si el campo “notificar” se encuentra seteado en “SI”. Para este último escenario, es necesario que el campo “controlInterno2” se encuentre en “1”.&lt;br /&gt;
&amp;lt;pre style=&amp;quot;color: red&amp;quot;&amp;gt;ADVERTENCIA: Si utiliza la opción controlInterno2 = &amp;quot;&amp;quot;, nuestra plataforma no generará representación estándar HKA, por lo tanto no se aloja PDF en la misma y no se podrá visualizar la representación gráfica desde el portal, en el correo del adquiriente (sección visualizar documento), realizar la descarga a través del método DescargaPDF del servicio ni reenviar la misma a través del método EnvioCorreo.&amp;lt;/pre&amp;gt;&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Ejemplo del uso del campo extensible 122333 en el XML&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
      &amp;lt;ser:Extras&amp;gt;&lt;br /&gt;
                  &amp;lt;ser:controlInterno1/&amp;gt;&lt;br /&gt;
                  &amp;lt;ser:controlInterno2&amp;gt;1&amp;lt;ser:controlInterno2&amp;gt;&lt;br /&gt;
                  &amp;lt;ser:nombre&amp;gt;122333&amp;lt;/ser:nombre&amp;gt;&lt;br /&gt;
                  &amp;lt;ser:pdf&amp;gt;0&amp;lt;/ser:pdf&amp;gt;&lt;br /&gt;
                  &amp;lt;ser:valor&amp;gt;1&amp;lt;/ser:valor&amp;gt;&lt;br /&gt;
                  &amp;lt;ser:xml&amp;gt;0&amp;lt;/ser:xml&amp;gt;&lt;br /&gt;
      &amp;lt;/ser:Extras&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
===Correo electrónico personalizado===&lt;br /&gt;
El arreglo “extras” también permite manejar algunas funcionalidades especiales de la plataforma, como la de correo electrónico personalizado. Para que esta información no aparezca en la representación gráfica, el parámetro pdf del objeto “extras” debe ir en “0”.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;@IMPORTANTE:&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; Se recomienda que la propiedad &#039;&#039;&#039;Extras.xml&#039;&#039;&#039; se coloque con el valor ‘0’, ya que The Factory HKA implementa el uso de CDATAS anidados en la estructura del XML para reflejar los campos extras, sin embargo algunas plataformas de recepción no pueden interpretar este estándar y pueden existir rechazos al momento de radicar el documento si a esta propiedad se le asignan el valor ‘1’&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;@IMPORTANTE:&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; Se recomienda que la propiedad &#039;&#039;&#039;Extras.pdf&#039;&#039;&#039; se coloque con el valor ‘0’, con el fin de que la información indicada no se visualice en la representación gráfica estándar.&lt;br /&gt;
La funcionalidad de correo electrónico personalizado permite configurar transacción a transacción el asunto, la dirección de respuesta y el cuerpo del correo electrónico. La vía para exponer esta información será a través de campos extras.&lt;br /&gt;
; Campos Extensibles para Correo Electrónico Personalizado&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;   &lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Código&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Etiqueta PDF &lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Descripción&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Formato de valor&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Observaciones&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|11	&lt;br /&gt;
|Cuerpo del Correo Electrónico	&lt;br /&gt;
|Cuerpo del Correo Electrónico	&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN | 1000&amp;lt;/nowiki&amp;gt;	&lt;br /&gt;
|String que contiene el código html del cuerpo del email. &lt;br /&gt;
|-&lt;br /&gt;
|13	&lt;br /&gt;
|Asunto del Correo Electrónico	&lt;br /&gt;
|Asunto del Correo Electrónico	&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN | 100&amp;lt;/nowiki&amp;gt;	&lt;br /&gt;
|Definido en el Anexo Técnico V1.7-2020 de la &amp;lt;nowiki&amp;gt;DIAN**&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|14	&lt;br /&gt;
|Responder a	&lt;br /&gt;
|Responder a	&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN | 100&amp;lt;/nowiki&amp;gt;	&lt;br /&gt;
|Debe colocarse una única dirección de email&lt;br /&gt;
|-&lt;br /&gt;
|1700	&lt;br /&gt;
|Linea de Negocio	&lt;br /&gt;
|Linea de Negocio	&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|100&amp;lt;/nowiki&amp;gt;	&lt;br /&gt;
|(Opcional) Inclusión de línea de negocio en el asunto del correo&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;nowiki&amp;gt;**&amp;lt;/nowiki&amp;gt; El asunto debe cumplir con el siguiente formato: &lt;br /&gt;
: NIT del Facturador Electrónico; Nombre del Facturador Electrónico; Número del Documento Electrónico; Código del tipo de documento según Tabla 1; Nombre comercial del facturador; Linea de negocio (este ultimo opcional, acuerdo comercial entre las partes).&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Ejemplo de uso de Campos Extensibles 11,13 y 14 para personalizar el Correo Electrónico&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
            &amp;lt;ser:extras&amp;gt;&lt;br /&gt;
               &amp;lt;ser:Extras&amp;gt;&lt;br /&gt;
                  &amp;lt;ser:controlInterno1&amp;gt;Cuerpo del Correo Electrónico&amp;lt;/ser:controlInterno1&amp;gt;&lt;br /&gt;
                  &amp;lt;ser:controlInterno2&amp;gt;&amp;lt;/ser:controlInterno2&amp;gt;&lt;br /&gt;
                  &amp;lt;ser:nombre&amp;gt;11&amp;lt;/ser:nombre&amp;gt;&lt;br /&gt;
                  &amp;lt;ser:pdf&amp;gt;0&amp;lt;/ser:pdf&amp;gt;&lt;br /&gt;
                  &amp;lt;ser:valor&amp;gt;String de prueba Cuerpo del correo electronico&lt;br /&gt;
                             @email.documento.urlAcuseRecibo&amp;lt;/ser:valor&amp;gt;&lt;br /&gt;
                  &amp;lt;ser:xml&amp;gt;0&amp;lt;/ser:xml&amp;gt;&lt;br /&gt;
               &amp;lt;/ser:Extras&amp;gt;         &lt;br /&gt;
               &amp;lt;ser:Extras&amp;gt;&lt;br /&gt;
                  &amp;lt;ser:controlInterno1&amp;gt;Asunto del Correo Electrónico&amp;lt;/ser:controlInterno1&amp;gt;&lt;br /&gt;
                  &amp;lt;ser:controlInterno2&amp;gt;&amp;lt;/ser:controlInterno2&amp;gt;&lt;br /&gt;
                  &amp;lt;ser:nombre&amp;gt;13&amp;lt;/ser:nombre&amp;gt;&lt;br /&gt;
                  &amp;lt;ser:pdf&amp;gt;0&amp;lt;/ser:pdf&amp;gt;&lt;br /&gt;
                  &amp;lt;ser:valor&amp;gt;@email.emisor.razonSocial le ha enviado la                       &lt;br /&gt;
                             @email.documento.tipoDocumento @email.documento.numeroDocumento&lt;br /&gt;
                  &amp;lt;/ser:valor&amp;gt;&lt;br /&gt;
                  &amp;lt;ser:xml&amp;gt;0&amp;lt;/ser:xml&amp;gt;&lt;br /&gt;
               &amp;lt;/ser:Extras&amp;gt;                              &lt;br /&gt;
               &amp;lt;ser:Extras&amp;gt;&lt;br /&gt;
                  &amp;lt;ser:controlInterno1&amp;gt;Responder a&amp;lt;/ser:controlInterno1&amp;gt;&lt;br /&gt;
                  &amp;lt;ser:controlInterno2&amp;gt;&amp;lt;/ser:controlInterno2&amp;gt;&lt;br /&gt;
                  &amp;lt;ser:nombre&amp;gt;14&amp;lt;/ser:nombre&amp;gt;&lt;br /&gt;
                  &amp;lt;ser:pdf&amp;gt;0&amp;lt;/ser:pdf&amp;gt;&lt;br /&gt;
                  &amp;lt;ser:valor&amp;gt;notificaciones@thefactoryhka.com&amp;lt;/ser:valor&amp;gt;&lt;br /&gt;
                  &amp;lt;ser:xml&amp;gt;0&amp;lt;/ser:xml&amp;gt;&lt;br /&gt;
               &amp;lt;/ser:Extras&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
Para que el correo electrónico tenga la capacidad de adoptar los datos propios de la transacción, se plantea un juego de variables de código, las cuales serán sustituidas en la plataforma por el valor propio generado en la misma. A continuación se exponen estas variables:&lt;br /&gt;
; Campos Extensibles para Correo Electrónico Personalizado&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;   &lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Sección&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Descriptor&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Valor Referencial&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Tipo&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Ubicación&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;7&amp;quot;|Datos Factura&lt;br /&gt;
|Número de Documento Electrónico	&lt;br /&gt;
|@email.documento.numeroDocumento	&lt;br /&gt;
|Único	&lt;br /&gt;
|Asunto/Cuerpo&lt;br /&gt;
|-&lt;br /&gt;
|CUFE	&lt;br /&gt;
|@email.documento.cufe	&lt;br /&gt;
|Único	&lt;br /&gt;
|Asunto/Cuerpo&lt;br /&gt;
|-&lt;br /&gt;
|Fecha Emisión	&lt;br /&gt;
|@email.documento.fechaEmision	&lt;br /&gt;
|Único	&lt;br /&gt;
|Asunto/Cuerpo&lt;br /&gt;
|-&lt;br /&gt;
|Hora de Emisión	&lt;br /&gt;
|@email.documento.horaEmision	&lt;br /&gt;
|Único	&lt;br /&gt;
|Asunto/Cuerpo&lt;br /&gt;
|-&lt;br /&gt;
|Tipo de Documento Electrónico	&lt;br /&gt;
|@email.documento.tipoDocumento	&lt;br /&gt;
|Único	&lt;br /&gt;
|Asunto/Cuerpo&lt;br /&gt;
|-&lt;br /&gt;
|Tipo de Factura	&lt;br /&gt;
|@email.documento.tipoFactura	&lt;br /&gt;
|Único	&lt;br /&gt;
|Asunto/Cuerpo&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|Responder A	&lt;br /&gt;
|@email.documento.responderA	&lt;br /&gt;
|Único	&lt;br /&gt;
|Cuerpo&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;5&amp;quot;|Emisor	&lt;br /&gt;
|Tipo Contribuyente	&lt;br /&gt;
|@email.emisor.tipoContribuyente	&lt;br /&gt;
|Único	&lt;br /&gt;
|Asunto/Cuerpo&lt;br /&gt;
|-&lt;br /&gt;
|Tipo de Documento de Identidad	&lt;br /&gt;
|@email.emisor.tipoIdentidad	&lt;br /&gt;
|Único	&lt;br /&gt;
|Asunto/Cuerpo&lt;br /&gt;
|-&lt;br /&gt;
|Número de Documento de Identidad	&lt;br /&gt;
|@email.emisor.numeroIdentidad	&lt;br /&gt;
|Único	&lt;br /&gt;
|Asunto/Cuerpo&lt;br /&gt;
|-&lt;br /&gt;
|Razón Social	&lt;br /&gt;
|@email.emisor.razonSocial	&lt;br /&gt;
|Único	&lt;br /&gt;
|Asunto/Cuerpo&lt;br /&gt;
|-&lt;br /&gt;
|Logo	&lt;br /&gt;
|@email.emisor.logo	&lt;br /&gt;
|Único	&lt;br /&gt;
|Cuerpo&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;4&amp;quot;|Adquiriente	&lt;br /&gt;
|Tipo Contribuyente	&lt;br /&gt;
|@email.receptor.tipoContribuyente	&lt;br /&gt;
|Único	&lt;br /&gt;
|Asunto/Cuerpo&lt;br /&gt;
|-&lt;br /&gt;
|Tipo de Documento de Identidad&lt;br /&gt;
|@email.receptor.tipoIdentidad	&lt;br /&gt;
|Único	&lt;br /&gt;
|Asunto/Cuerpo&lt;br /&gt;
|-&lt;br /&gt;
|Número de Documento de Identidad	&lt;br /&gt;
|@email.receptor.numeroIdentidad	&lt;br /&gt;
|Único	&lt;br /&gt;
|Asunto/Cuerpo&lt;br /&gt;
|-&lt;br /&gt;
|Razón Social	&lt;br /&gt;
|@email.receptor.razonSocial	&lt;br /&gt;
|Único	&lt;br /&gt;
|Asunto/Cuerpo&lt;br /&gt;
|-&lt;br /&gt;
|Acuse	&lt;br /&gt;
|Acuse de Recibo	&lt;br /&gt;
|@email.documento.urlAcuseRecibo	&lt;br /&gt;
|Único	&lt;br /&gt;
|Cuerpo&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Ejemplo de String para Cuerpo de correo electrónico en html&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&amp;lt;p&amp;gt;Estimado @email.receptor.razonSocial, ha recibido un DOCUMENTO ELECTRÓNICO por parte de @email.emisor.razonSocial; envío que se efectúa mediante el  Proveedor Tecnológico The Factory HKA Colombia SAS&amp;lt;/p&amp;gt;&amp;lt;div style=&amp;quot;text-align:center;&amp;quot;&amp;gt;&amp;lt;a style=&amp;quot; background-color: #154380; border: 1px solid #ffffff; border-radius: 20px; color: #ffffff; display: inline-block; font-family: sans-serif; font-size: 25px; font-weight: bold; line-height: 60px; text-align: center; text-decoration: none; width: 300px; -webkit-text-size-adjust: none;&amp;quot; class=&amp;quot;btn btn-block btn-info&amp;quot; href=&amp;quot;@email.documento.urlAcuseRecibo&amp;quot; target=&amp;quot;_blank&amp;quot;&amp;gt;Acuse de Recibo&amp;lt;/a&amp;gt;&amp;lt;br&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;br&amp;gt;Por favor revise el documento electrónico e ingrese en el botón de Acuse&amp;lt;br&amp;gt;&amp;lt;b&amp;gt;Este E-mail ha sido enviado automáticamente, no responder a esta cuenta. &amp;lt;/b&amp;gt;&amp;lt;b&amp;gt;@email.advertencia&amp;lt;/b&amp;gt;&amp;lt;p&amp;gt;La información contenida en este E-mail es confidencial. Si por error recibe este mensaje, favor reenviarlo y borrar&amp;lt;/p&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
@IMPORTANTE: Para que el servicio tome la configuración dinámica del campo “Cuerpo del Correo Electrónico”, el atributo @email.documento.urlAcuseRecibo deberá estar presente.&lt;br /&gt;
{{clear}}&lt;br /&gt;
=== GENERACIÓN DE NOTAS CON Y SIN REFERENCIA A DOCUMENTO ===&lt;br /&gt;
Para la generación de notas crédito y débito, se describen 3 escenarios:&lt;br /&gt;
&lt;br /&gt;
==== Notas de crédito y débito que afecten a facturas de validación previa ====&lt;br /&gt;
Para la emisión de notas de crédito y débito deben enviarse obligatoriamente dos arreglos de documentos referenciados, el primero indicando el codigoInterno = &#039;4&#039; el cual corresponde a los motivos por los cuales se genera la NC/ND (&#039;&#039;&#039;DiscrepancyResponse&#039;&#039;&#039;) y un segundo arreglo, indicando el codigoInterno = &#039;5&#039; en el cual se reflejan los datos de la factura afectada por la NC/NC (&#039;&#039;&#039;BillingReference&#039;&#039;&#039;). &lt;br /&gt;
: Ejemplo:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
 &amp;lt;a:documentosReferenciados&amp;gt;&lt;br /&gt;
      &amp;lt;a:DocumentoReferenciado&amp;gt;&lt;br /&gt;
	&amp;lt;a:codigoEstatusDocumento&amp;gt;2&amp;lt;/a:codigoEstatusDocumento&amp;gt;&lt;br /&gt;
	&amp;lt;a:codigoInterno&amp;gt;4&amp;lt;/a:codigoInterno&amp;gt;			&lt;br /&gt;
	&amp;lt;a:descripción&amp;gt;&lt;br /&gt;
	   &amp;lt;b:string&amp;gt;Anulación de factura electrónica&amp;lt;/b:string&amp;gt;&lt;br /&gt;
	&amp;lt;/a:descripcion&amp;gt;&lt;br /&gt;
	&amp;lt;a:fecha&amp;gt;2019-10-07&amp;lt;/a:fecha&amp;gt;&lt;br /&gt;
	&amp;lt;a:numeroDocumento&amp;gt;F4PM3&amp;lt;/a:numeroDocumento&amp;gt;&lt;br /&gt;
	&amp;lt;/a:DocumentoReferenciado&amp;gt;&lt;br /&gt;
	&amp;lt;a:DocumentoReferenciado&amp;gt;&lt;br /&gt;
	&amp;lt;codigoInterno&amp;gt;5&amp;lt;/codigoInterno&amp;gt;			&amp;lt;cufeDocReferenciado&amp;gt;85ea749b18ee5bd251b87442935650e30b4e0e4cd662bef1KqmCLKgxPpH6u5LiKrJvTb6FEyfVuoCcV0baab6b59cdc8b3&amp;lt;/cufeDocReferenciado&amp;gt;&lt;br /&gt;
	&amp;lt;fecha&amp;gt;2019-10-07&amp;lt;/fecha&amp;gt;&lt;br /&gt;
	&amp;lt;numeroDocumento&amp;gt;F4PM3&amp;lt;/numeroDocumento&amp;gt;&lt;br /&gt;
	&amp;lt;/a:DocumentoReferenciado&amp;gt;&lt;br /&gt;
      &amp;lt;/a:documentosReferenciados&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;@IMPORTANTE:&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt;  El campo &#039;&#039;&#039;cufeDocReferenciado&#039;&#039;&#039; debe contener un total de 96 caracteres y el valor del campo &#039;&#039;&#039;FacturaGeneral.tipoOperacion&#039;&#039;&#039; debe ser 20 (para NC) y 30 (para ND).&lt;br /&gt;
&lt;br /&gt;
==== Notas de crédito y débito que no afecten a facturas ====&lt;br /&gt;
Tener en cuenta que en cada escenario se debe indicar correctamente el campo &#039;&#039;&#039;FacturaGeneral.tipoOperacion&#039;&#039;&#039;: &lt;br /&gt;
* Código 22 para Notas Crédito.&lt;br /&gt;
* Código 32 para Notas Débito.&lt;br /&gt;
De acuerdo a lo descrito en el Anexo Técnico versión 1.8&lt;br /&gt;
&lt;br /&gt;
[[Archivo:Notas.tipoOperacion.png|800px|sinmarco|centro|Notas.tipoOperacion]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;@IMPORTANTE:&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; La clase Documentos Referenciados debe enviarse en NULL.&lt;br /&gt;
&lt;br /&gt;
=== TRANSMISIÓN DE DOCUMENTOS DE CONTINGENCIA TIPO 03 (ATRIBUIBLE AL EMISOR) ===&lt;br /&gt;
Los inconvenientes tecnológicos por parte del facturador electrónico implican que la facturación electrónica tenga las siguientes características:&lt;br /&gt;
* Generar la facturación con numeración de contingencia en papel o por computador.&lt;br /&gt;
* El facturador electrónico deberá generar una carta declarando el inconveniente tegnológico o superación del misma, la cual debe ir firmada por el representante legal de la compañía y remitirla al correo electrónico contingencia.facturadorvp@dian.gov.co con lo siguiente: o Asunto: Nit de la empresa separado con un guion el digito de verificación; Nombre de la empresa. &lt;br /&gt;
** Adjunto: PDF de la carta donde se declaren en contingencia con la firma del representante legal. &lt;br /&gt;
** Cuerpo del correo: Datos de contacto (Nombres, teléfono/Celular de contacto). &lt;br /&gt;
*** Nota: Este correo únicamente será para la recepción de correos de los facturadores electrónicos para informar la contingencia o superación de los inconvenientes tecnológicos. &lt;br /&gt;
*** Nota: Adicionalmente, si quieren entregar estas constancias por escrito lo pueden realizar a través de radicados, el cual deberá remitirse a la DIAN - nivel central - factura electrónica. &lt;br /&gt;
* El facturador tendrá 48 horas a partir de la fecha en que supera la contingencia para transmitir las facturas electrónicas en formato XML a la DIAN.&lt;br /&gt;
* Las facturas electrónicas generadas y emitidas en contingencia pasarán la malla de validaciones de anexo, es decir, la DIAN responderá con un Application Response de Documento Validado por la DIAN, que informará las notificaciones a que haya lugar.&lt;br /&gt;
* Una vez el facturador electrónico salga de contingencia deberá proceder al proceso de generación normal.&lt;br /&gt;
* Para los documentos de notas crédito y notas débito, el facturador NO debe usar la numeración de contingencia, sino el consecutivo propio normal. Las notas enviadas a la DIAN se validarán de manera normal en la DIAN. Por lo anterior, no existe el concepto de nota en contingencia, por lo que debe cuidarse enviar primeramente las Facturas de Contingencia antes de generar notas sobre las mismas y se recomienda generarlas en un ambiente de operación normal.&lt;br /&gt;
&lt;br /&gt;
====¿Cómo transmitir un documento de contingencia Tipo 03?====&lt;br /&gt;
La transmisión del documento se realiza por medio del método &#039;&#039;&#039;Enviar&#039;&#039;&#039; del Web Service de Emisión que brinda The Factory HKA, indicando el atributo &#039;&#039;&#039;tipoDocumento&#039;&#039;&#039; del objeto &#039;&#039;&#039;FacturaGeneral&#039;&#039;&#039; igual a ‘03’ y enviar en la sección de &#039;&#039;&#039;documentosReferenciados&#039;&#039;&#039; un objeto de tipo &#039;&#039;&#039;DocumentosReferenciados&#039;&#039;&#039; indicando lo siguiente:&lt;br /&gt;
* &#039;&#039;&#039;codigoInterno&#039;&#039;&#039; = ‘1’ &lt;br /&gt;
* &#039;&#039;&#039;fecha&#039;&#039;&#039; = ‘Fecha de emisión del documento de contingencia’ &lt;br /&gt;
* &#039;&#039;&#039;numeroDocumento&#039;&#039;&#039; = ‘número del consecutivo del documento de contingencia emitido’ &lt;br /&gt;
* &#039;&#039;&#039;tipoCodigoDocumento&#039;&#039;&#039; = ‘Tipo de documento de soporte del proceso de facturación por contingencias atribuibles al facturador electrónico a transmitir, según lo estipulado en el numeral 12.1.4 de la versión 1.8 del Anexo Técnico de la DIAN ’.&lt;br /&gt;
:: Tipos de documentos de soporte del proceso de facturación por contingencias atribuibles al facturador electrónico&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Código&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Descripción&lt;br /&gt;
|-&lt;br /&gt;
|FTC	&lt;br /&gt;
|Factura Talonario Contingencia&lt;br /&gt;
|-&lt;br /&gt;
|FTP	&lt;br /&gt;
|Factura Talonario Papel&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== ¿Cuál será el código de respuesta de transmisión exitosa que retornará el WS de TFHKA? ====&lt;br /&gt;
El método Enviar retornará código 201 ó 208 ante la recepción exitosa del documento en nuestra plataforma, con el siguiente mensaje: “El documento se recibió como Documento Electrónico de Contingencia Tipo 03, este se entregará de manera asíncrona a la DIAN, para más información favor consumir EstadoDocumento luego de 48 horas.” En dicho Response se contará con CUDE y UBL.&lt;br /&gt;
&lt;br /&gt;
==== ¿Cuándo puedo consultar el resultado de la transmisión del documento hacia la DIAN? ====&lt;br /&gt;
Pasadas 48 horas luego de la radicación del documento en la plataforma, pueden consultar el estatus del mismo para conocer el resultado de la transacción ante la DIAN.&lt;br /&gt;
&lt;br /&gt;
==== Generación de código QR de respuesta rápida para facturas de contingencia ====&lt;br /&gt;
Para la generación del Código de respuesta rápido – Código QR, en los casos que la factura de venta de talonario o de papel se genere a través de sistemas informáticos electrónicos deberán corresponder a la siguiente tabla:&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Detalle&lt;br /&gt;
|-&lt;br /&gt;
|NumFac: [NUMERO_FACTURA]&lt;br /&gt;
|-&lt;br /&gt;
|FecFac: [FECHA_FACTURA]&lt;br /&gt;
|-&lt;br /&gt;
|HorFac: [HORA_FACTURA(con GMT)]&lt;br /&gt;
|-&lt;br /&gt;
|NitFac: [NIT FACTURADOR]&lt;br /&gt;
|-&lt;br /&gt;
|DocAdq: [NUMERO_ID_ADQUIRIENTE]&lt;br /&gt;
|-&lt;br /&gt;
|ValFac: [VALOR_FACTURA]&lt;br /&gt;
|-&lt;br /&gt;
|ValIva: [VALOR_IVA]&lt;br /&gt;
|-&lt;br /&gt;
|ValOtroIm: [VALOR_OTROS_IMPUESTOS]&lt;br /&gt;
|-&lt;br /&gt;
|ValTolFac: [VALOR_TOTAL_FACTURA]&lt;br /&gt;
|}&lt;br /&gt;
; Ejemplo:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
NumFac: CTG2&lt;br /&gt;
FecFac: 2020-06-16&lt;br /&gt;
HorFac: 00:00:00-05:00&lt;br /&gt;
NitFac: 900390126&lt;br /&gt;
DocAdq: 901041710&lt;br /&gt;
ValFac: 1003.00&lt;br /&gt;
ValIva: 190.57&lt;br /&gt;
ValOtroIm: 0.00&lt;br /&gt;
ValTolFac: 1193.57&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
: Ejemplo SOAP Request de Factura de Contingencia Tipo 03:&lt;br /&gt;
&lt;br /&gt;
[[Archivo:Ejemplo SOAP Request de Factura de Contingencia Tipo 03.png|800px|sinmarco|centro|Ejemplo SOAP Request de Factura de Contingencia Tipo 03]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;@IMPORTANTE:&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; No es requerido que se notifique a los adquiriente los documentos de contingencia transmitidos a la DIAN, ya que el documento entregado físicamente al mismo durante el período en que mantuvo la contingencia, corresponde al documento legal de la transacción realizada. La transmisión de dicha información a la DIAN es con el fin de notificar al ente regulador las transacciones realizadas durante dicho periodo. Por lo anteriormente descrito, se recomienda enviar el campo &#039;&#039;&#039;notificar&#039;&#039;&#039; = ‘NO’ y no realizar el envío de la información correspondiente al &#039;&#039;&#039;Destinatario&#039;&#039;&#039;:&lt;br /&gt;
&lt;br /&gt;
[[Archivo:Ejemplo SOAP Request de Factura de Contingencia Tipo 03. Notifica NO.png|800px|sinmarco|centro|Ejemplo SOAP Request de Factura de Contingencia Tipo 03 sin notificar]]&lt;br /&gt;
&lt;br /&gt;
==== Notas a Documentos en Contingencia ====&lt;br /&gt;
Como se mencionó anteriormente, las notas de crédito o débito no tienen esquema de contingencia, por lo tanto las mismas se deben generar en la operación normal. Partiendo de este principio, surgen los siguientes escenarios:&lt;br /&gt;
# Si la nota a emitir se expide electrónicamente: &lt;br /&gt;
#:a. &amp;lt;u&amp;gt;&#039;&#039;Afectando a una factura electrónica:&#039;&#039;&amp;lt;/u&amp;gt; Se realiza la emisión de la nota en operación normal de facturación, tomando en cuenta informar la referencia a documentos en el atributo &#039;&#039;&#039;documentosReferenciados&#039;&#039;&#039; del objeto &#039;&#039;&#039;FacturaGeneral&#039;&#039;&#039;, enviando dos objetos de tipo &#039;&#039;&#039;DocumentosReferenciados&#039;&#039;&#039; indicando lo siguiente: &lt;br /&gt;
#::i. &amp;lt;u&amp;gt;&#039;&#039;Objeto 1 (para generar DiscrepancyResponse):&#039;&#039;&amp;lt;/u&amp;gt; los campos codigoEstatusDocumento; codigoInterno=‘4’ y cufeDocReferenciado. &lt;br /&gt;
#::ii. &amp;lt;u&amp;gt;&#039;&#039;Objeto 2 (para generar Billingreference):&#039;&#039;&amp;lt;/u&amp;gt; los campos codigoInterno=‘5’; cufeDocReferenciado; fecha; tipoCUFE y numeroDocumento. &lt;br /&gt;
#:b. &amp;lt;u&amp;gt;&#039;&#039;Afectando a una factura de contingencia:&#039;&#039;&amp;lt;/u&amp;gt; La emisión de la nota en este escenario dependerá de:&lt;br /&gt;
#::i. &amp;lt;u&amp;gt;&#039;&#039;Factura de Contingencia se encuentra transmitida a la DIAN:&#039;&#039;&amp;lt;/u&amp;gt; Se realiza la emisión de la nota en operación normal de facturación, tomando en cuenta informar la referencia a documentos en el atributo &#039;&#039;&#039;documentosReferenciados&#039;&#039;&#039; del objeto &#039;&#039;&#039;FacturaGeneral&#039;&#039;&#039;, enviando dos objetos de tipo &#039;&#039;&#039;DocumentosReferenciados&#039;&#039;&#039; indicando lo siguiente: &lt;br /&gt;
#::: &amp;lt;u&amp;gt;&#039;&#039;Objeto 1 (para generar DiscrepancyResponse):&#039;&#039;&amp;lt;/u&amp;gt; los campos codigoEstatusDocumento; codigoInterno=‘4’ y cufeDocReferenciado=’CUDE del documento’. &lt;br /&gt;
#::: &amp;lt;u&amp;gt;&#039;&#039;Objeto 2 (para generar Billingreference):&#039;&#039;&amp;lt;/u&amp;gt; los campos codigoInterno=‘5’; cufeDocReferenciado=’CUDE del documento’; fecha; tipoCUFE y numeroDocumento.  &lt;br /&gt;
#::ii. &amp;lt;u&amp;gt;&#039;&#039;Factura de contingencia no se ha transmitido a la DIAN:&#039;&#039;&amp;lt;/u&amp;gt; Se realiza la emisión de la nota “en contingencia” (indicando consecutivo y fecha de expedición de la factura afectada), con compromiso de entrega posterior a la DIAN, sincronizada con la radicación de la factura de contingencia ante el ente.&lt;br /&gt;
# Si la nota a emitir se expide “en contingencia”:&lt;br /&gt;
#:a. &amp;lt;u&amp;gt;&#039;&#039;Afectando a una factura electrónica:&#039;&#039;&amp;lt;/u&amp;gt; Se realiza la emisión de la nota “en contingencia” (indicando consecutivo y fecha de expedición de la factura afectada), con compromiso de entrega posterior a la DIAN, sincronizada con la radicación de la factura de contingencia ante el ente.&lt;br /&gt;
#:b. &amp;lt;u&amp;gt;&#039;&#039;Afectando a una factura de contingencia:&#039;&#039;&amp;lt;/u&amp;gt; Se realiza la emisión de la nota “en contingencia” (indicando consecutivo y fecha de expedición de la factura afectada), con compromiso de entrega posterior a la DIAN, sincronizada con la radicación de la factura de contingencia ante el ente.&lt;br /&gt;
&lt;br /&gt;
===Radicar documentos electrónicos en plataformas de recepción===&lt;br /&gt;
El XML que se debe radicar en las plataformas de recepción es el que nuestro servicio envía en la notificación de correo llamado &#039;&#039;&#039;AttachedDocument&#039;&#039;&#039; (Contenedor de Documentos), la estructura de este documento tiene por objetivo contener en un único archivo XML un documento electrónico (Invoice, CreditNote ó DebitNote) y todos los eventos (ApplicationResponse) registrados hasta la fecha, este XML también puede ser descargado a través del método &#039;&#039;&#039;GenerarContenedor&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
[[Archivo:RadicarAttachedDocument (Contenedor de Documentos).png|800px|sinmarco|centro|Radicar AttachedDocument (Contenedor de Documentos)]]&lt;br /&gt;
&lt;br /&gt;
[[Archivo:RadicarAttachedDocument (Contenedor de Documentos)UBL.png|800px|sinmarco|centro|Radicar AttachedDocument (Contenedor de Documentos) UBL]]&lt;br /&gt;
&lt;br /&gt;
===Estándar del nombre de los documentos electrónicos XML===&lt;br /&gt;
La DIAN establece en el Anexo técnico la nomenclatura que deben poseer los documentos electrónicos. &lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;@IMPORTANTE:&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; A través del Response del método Enviar pueden capturar el nombre del documento y posteriormente utilizar esta propiedad, a través del método GenerarContenedor descargar el AttachedDocument y realizar el reemplazo de las dos primeras iniciales por “ad”.&lt;br /&gt;
&lt;br /&gt;
[[Archivo:nomenclaturaDIANdocumentoselectrónicos.png|800px|sinmarco|centro|nomenclaturaDIANdocumentoselectrónicos]]&lt;br /&gt;
&lt;br /&gt;
===Ambiente de habilitación===&lt;br /&gt;
El ambiente de pruebas liberado (ambiente demo) corresponde a un entorno de pruebas propio del proveedor tecnológico (The Factory HKA) con el objetivo de que los desarrolladores y Casas de Software puedan realizar pruebas de los ajustes realizados a los ERP bajo el modelo de facturación con validación previa.&lt;br /&gt;
&lt;br /&gt;
La etapa de habilitación, en la cual las pruebas realizadas por los clientes son enviadas al web service de pruebas de la DIAN, se realizará en ambiente productivo del servicio de TFHKA. Culminadas satisfactoriamente estas pruebas, la DIAN los habilitará como facturadores electrónicos.&lt;br /&gt;
&lt;br /&gt;
Posteriormente, podrán iniciar las emisiones de documentos electrónicos en operación normal.&lt;br /&gt;
&lt;br /&gt;
====Transmisión de Documentos de prueba a la DIAN en ambiente DEMO====&lt;br /&gt;
En estos momentos se encuentra funcional la emisión de documentos de pruebas (&#039;&#039;&#039;ambiente DEMO&#039;&#039;&#039;) directamente contra la DIAN, es decir, poder realizar pruebas de integración desde su ERP con el 100% de validaciones DIAN sin pasar por el XSLT local. &lt;br /&gt;
&lt;br /&gt;
Para reproducir este escenario de pruebas se debe tener en cuenta la siguiente configuración en el portal web DEMO:&lt;br /&gt;
# Ingresar al portal Demo a través de la siguiente URL: [https://demofactura.thefactoryhka.com.co/auth/login]&lt;br /&gt;
# Realizar la siguiente configuración:&lt;br /&gt;
#:a. El cliente Emisor debe verificar que en los Datos Fiscales se encuentre configurado su NIT, independientemente si posee cargado el certificado propio ó el de The factory HKA:&lt;br /&gt;
[[Archivo:ConfigDatosFiscales.png|800px|sinmarco|centro|Configurar Datos Fiscales]]&lt;br /&gt;
#:b Se debe tener solicitado la resolución de habilitación otorgada por la DIAN (resolución para set de pruebas de habilitación), esta resolución debe ser configurada en el portal web DEMO como se muestra en la siguiente imagen (tener en cuenta que la modalidad puede ser &#039;Manual con Prefijo&#039; o &#039;Manual sin Prefijo&#039;, esto depende del ERP):&lt;br /&gt;
[[Archivo:ConfigResolucion.png|800px|sinmarco|centro|Configurar Resolución]]&lt;br /&gt;
#:&amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;@IMPORTANTE:&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; El secuencial debe estar configurado con tipo de ambiente Producción2.1, por lo tanto no se deberá ingresar el campo setTestID. &#039;&#039;&#039;Se recomienda indicar un Rango Inicial a partir de un millón (1000000), esto con el fin de contar con un rango amplio para pruebas contra la DIAN sin afectar el rango a usar en las emisiones correspondientes al Set de Habilitación a realizarse en el ambiente productivo.&#039;&#039;&#039;&lt;br /&gt;
#:c. Solicitar a través de correo al equipo de Integración ó Soporte la activación del secuencial creado previamente en portal DEMO con la opción de envío a la DIAN: &lt;br /&gt;
:::* [mailto:integracion_fel_co@thefactoryhka.com integracion_fel_co@thefactoryhka.com] (Área de Integración)&lt;br /&gt;
:::* [mailto:soporte_fel_co@thefactoryhka.com soporte_fel_co@thefactoryhka.com] (Área de Soporte)&lt;br /&gt;
::: En el correo se deberá indicar NIT del Emisor y prefijo configurado, que pueden ser SETT ó SETP dependiendo del prefijo que la DIAN otorgó al Emisor para su habilitación.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;color: red&amp;quot;&amp;gt;@NOTA: Las emisiones realizadas en ambiente de pruebas con el secuencial de habilitación no afectarán las emisiones correspondientes al set de habilitación en el ambiente productivo. Adicionalmente, estas emisiones no se consideran parte del set de habilitación.&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Lvargas</name></author>
	</entry>
	<entry>
		<id>http://felcowiki.thefactoryhka.com.co/index.php?title=Property_code_tables_for_document_issuance_-_Direct_Integration_Manual_Index&amp;diff=2473</id>
		<title>Property code tables for document issuance - Direct Integration Manual Index</title>
		<link rel="alternate" type="text/html" href="http://felcowiki.thefactoryhka.com.co/index.php?title=Property_code_tables_for_document_issuance_-_Direct_Integration_Manual_Index&amp;diff=2473"/>
		<updated>2022-03-03T15:03:34Z</updated>

		<summary type="html">&lt;p&gt;Lvargas: /* Table 19 */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==Tables of property codes for issuance of documents==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
In the following section you will find information regarding the different tables of property codes defined by the DIAN in the technical annex.&lt;br /&gt;
==Table 1==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot;&lt;br /&gt;
|+ Types of Documents&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Anex 1.8-2021 - 13.1.3. Type of Document: cbc:InvoiceTypeCode y cbc:CreditnoteTypeCode&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Code&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Meaning&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Use&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|01&lt;br /&gt;
|Electronic Sales Invoice&lt;br /&gt;
|rowspan=&amp;quot;4&amp;quot;|Types of Invoice&lt;br /&gt;
|-&lt;br /&gt;
|02&lt;br /&gt;
|Electronic Sales Invoice - export&lt;br /&gt;
|-&lt;br /&gt;
|03&lt;br /&gt;
|Transmission electronic document - type 03&lt;br /&gt;
|-&lt;br /&gt;
|04&lt;br /&gt;
|Electronic Sales Invoice - type 04&lt;br /&gt;
|-&lt;br /&gt;
|91&lt;br /&gt;
|Credit note&lt;br /&gt;
|rowspan=&amp;quot;4&amp;quot;|Exclusive in document references (DocumentReference elements)&lt;br /&gt;
|-&lt;br /&gt;
|92&lt;br /&gt;
|Debit note&lt;br /&gt;
|}&lt;br /&gt;
|}&lt;br /&gt;
==Table 2==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot;&lt;br /&gt;
|+ Operation types&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Anex 1.8-2021 - 13.1.5. Operation types&lt;br /&gt;
For billss:	&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Code&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Value&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|10&lt;br /&gt;
|Start*&lt;br /&gt;
|-&lt;br /&gt;
|09&lt;br /&gt;
|AIU&lt;br /&gt;
|-&lt;br /&gt;
|11&lt;br /&gt;
|Mandates&lt;br /&gt;
|-&lt;br /&gt;
|12&lt;br /&gt;
|Transportation&lt;br /&gt;
|-&lt;br /&gt;
|13&lt;br /&gt;
|Exchange&lt;br /&gt;
|}&lt;br /&gt;
Note: (*) Value by default Health Operation&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Code&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|SS-CUFE&lt;br /&gt;
|-&lt;br /&gt;
|SS-CUDE&lt;br /&gt;
|-&lt;br /&gt;
|SS-POS&lt;br /&gt;
|-&lt;br /&gt;
|SS-SNum&lt;br /&gt;
|-&lt;br /&gt;
|SS-Recaudo&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
For Credit Notes:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Code&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Value&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|20&lt;br /&gt;
|Note Credit that references an electronic invoice*&lt;br /&gt;
|-&lt;br /&gt;
|22&lt;br /&gt;
|Credit note without reference to invoices*&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
Note: (*) The default value is 20, the above means that if a value is not reported, it is assumed to be 20 and the corresponding set of validations will be applied. (*) Preferable for use of rebate notes or conditional discounts. Notes type 22 do not have rejection validation. Post Control Object. For Debit Notes:&lt;br /&gt;
For Debit Notes:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Code&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Value&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|30&lt;br /&gt;
|Note Debit that references an electronic invoice*	&lt;br /&gt;
|-&lt;br /&gt;
|32&lt;br /&gt;
|Debit note without reference to invoices*&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
Note: The default value is 30, the above means that if a value is not reported, add 30 and apply the corresponding set of validations. Notes type 32 and 33 do not have rejection validation. Post Control Object.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;@IMPORTANT:&#039;&#039;&#039; Notes type 22 and 32 do not have rejection validation. (Post control object).&lt;br /&gt;
	&lt;br /&gt;
==Table 3==	&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot;&lt;br /&gt;
|+ Identification Types&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot; 	&lt;br /&gt;
|-style=&amp;quot;text-align:center;&amp;quot; &lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Anex 1.8-2021 - 13.2.1. Identification document (Type of Fiscal Identifier):  &lt;br /&gt;
cbc:CompanyID.@schemeName; sts:ProviderID.@schemeName &lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot; &lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Code &lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Meaning &lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|11&lt;br /&gt;
|Civil registration&lt;br /&gt;
|-&lt;br /&gt;
|12&lt;br /&gt;
|ID card&lt;br /&gt;
|-&lt;br /&gt;
|13&lt;br /&gt;
|Certificate of Citizenship&lt;br /&gt;
|-&lt;br /&gt;
|21&lt;br /&gt;
|Alien Card&lt;br /&gt;
|-&lt;br /&gt;
|22&lt;br /&gt;
|Immigration certificate&lt;br /&gt;
|-&lt;br /&gt;
|31&lt;br /&gt;
|NIT&lt;br /&gt;
|-&lt;br /&gt;
|41&lt;br /&gt;
|Passport&lt;br /&gt;
|-&lt;br /&gt;
|42&lt;br /&gt;
|Foreign ID&lt;br /&gt;
|-&lt;br /&gt;
|47&lt;br /&gt;
|PEP&lt;br /&gt;
|-&lt;br /&gt;
|50&lt;br /&gt;
|NIT from another country&lt;br /&gt;
|-&lt;br /&gt;
|91&lt;br /&gt;
|NUIP*&lt;br /&gt;
|}&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;@IMPORTANT:&#039;&#039;&#039; (*) It should only be used for the acquirer, since this type of document does not belong to the document types in the RUT database.&lt;br /&gt;
&lt;br /&gt;
==Table 4==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot;&lt;br /&gt;
|+ Descount Code &lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Anex 1.8-2021 - 13.3.8. Descount Codes&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Code&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Meaning&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|00&lt;br /&gt;
|Unconditional discount&lt;br /&gt;
|-&lt;br /&gt;
|01&lt;br /&gt;
|Conditional Discount&lt;br /&gt;
|}&lt;br /&gt;
|}&lt;br /&gt;
==Table 5==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot;&lt;br /&gt;
|+ TType of person&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Anex 1.8-2021 - 13.2.3. Type of legal organization (People): cbc:AdditionalAccountID&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Code&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Meaning&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|Legal person and assimilated&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|Natural person and assimilated&lt;br /&gt;
|}&lt;br /&gt;
|}&lt;br /&gt;
==Table 6==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; &lt;br /&gt;
|+ Units of Measure &lt;br /&gt;
|- valign=&amp;quot;center&amp;quot; &lt;br /&gt;
|-style=&amp;quot;text-align:center;&amp;quot; &lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Anex 1.8-2021 - 13.3.6. Units of amount: @unitCode &lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; &lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Code &lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Description &lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Code &lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Description &lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Code &lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Description &lt;br /&gt;
|- valign=&amp;quot;center&amp;quot; &lt;br /&gt;
|- &lt;br /&gt;
|04 &lt;br /&gt;
|small spray &lt;br /&gt;
|BIL &lt;br /&gt;
|trillion dollars &lt;br /&gt;
|HUR &lt;br /&gt;
|hour &lt;br /&gt;
|- &lt;br /&gt;
|05 &lt;br /&gt;
|lift &lt;br /&gt;
|BJ &lt;br /&gt;
|bucket &lt;br /&gt;
|HY &lt;br /&gt;
|hundred yardas &lt;br /&gt;
|- &lt;br /&gt;
|08 &lt;br /&gt;
|Lot Heat &lt;br /&gt;
|BK &lt;br /&gt;
|Basket &lt;br /&gt;
|IA &lt;br /&gt;
|Inch Pound &lt;br /&gt;
|- &lt;br /&gt;
|10 &lt;br /&gt;
|group &lt;br /&gt;
|BL &lt;br /&gt;
|bullet &lt;br /&gt;
|IC &lt;br /&gt;
|count per inch &lt;br /&gt;
|- &lt;br /&gt;
|11 &lt;br /&gt;
|equip &lt;br /&gt;
|BLD &lt;br /&gt;
|dry barrel &lt;br /&gt;
|IE &lt;br /&gt;
|person&lt;br /&gt;
|- &lt;br /&gt;
|13 &lt;br /&gt;
|ration &lt;br /&gt;
|BLL &lt;br /&gt;
|barrel (EE.UU.)(petroleo, etc.) &lt;br /&gt;
|IF &lt;br /&gt;
|inches of water &lt;br /&gt;
|- &lt;br /&gt;
|14 &lt;br /&gt;
|shot &lt;br /&gt;
|BO &lt;br /&gt;
|bottle &lt;br /&gt;
|II &lt;br /&gt;
|column inch &lt;br /&gt;
|-&lt;br /&gt;
|15&lt;br /&gt;
|stick&lt;br /&gt;
|BP&lt;br /&gt;
|hundred board feet&lt;br /&gt;
|IL&lt;br /&gt;
|inch per minute&lt;br /&gt;
|-&lt;br /&gt;
|16&lt;br /&gt;
|hundred and fifteen kg drum&lt;br /&gt;
|BQL&lt;br /&gt;
|becquerel&lt;br /&gt;
|IM&lt;br /&gt;
|printing&lt;br /&gt;
|-&lt;br /&gt;
|17&lt;br /&gt;
|hundred pound drum&lt;br /&gt;
|BR&lt;br /&gt;
|bar&lt;br /&gt;
|INH&lt;br /&gt;
|inch&lt;br /&gt;
|}&lt;br /&gt;
|}&lt;br /&gt;
 &#039;&#039;&#039;@IMPORTANT:&#039;&#039;&#039; This catalog is more extensive, for more information refer to the section of the corresponding Annex.&lt;br /&gt;
==Table 7==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot;&lt;br /&gt;
|+ Reference pricing codes&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Anex 1.8-2021 - 13.3.9. Type of legal organization (Persons): cbc:AdditionalAccountID&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Code&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Meaning&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|01&lt;br /&gt;
|Commercial value&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#FF0000; text-align:left;&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Note: &amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; For commercial samples or gifts, &#039;01&#039; must be sent in the field &#039;&#039;&#039;codigoTipoPrecio&#039;&#039;&#039;&lt;br /&gt;
|}&lt;br /&gt;
==Table 8==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot;&lt;br /&gt;
|+ Codes for products and services&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Anex 1.7-2020 - 6.2.3. Type of legal organization (People): cbc:AdditionalAccountID&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|@schemeID&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|@schemeName&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|schemeAgencyID&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|To use&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|001&lt;br /&gt;
|UNSPSC&lt;br /&gt;
|10&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|Colombia Efficient Purchase: use content of the &amp;quot;Code&amp;quot; column&lt;br /&gt;
* Ver 8.1&lt;br /&gt;
|-&lt;br /&gt;
|010&lt;br /&gt;
|GTIN&lt;br /&gt;
|9&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|Global Product Identification Numbers - GTIN&lt;br /&gt;
* Ver 8.2&lt;br /&gt;
*  When there are fewer than 14 numbers in a data structure (for example, GTIN8), the numbers must be right-justified in a 14-digit field padded with zeros in the leftmost positions.&lt;br /&gt;
|-&lt;br /&gt;
|020&lt;br /&gt;
|rate item&lt;br /&gt;
|195&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|rate item&lt;br /&gt;
|-&lt;br /&gt;
|999&lt;br /&gt;
|Taxpayer Adoption Standard&lt;br /&gt;
|&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|&lt;br /&gt;
* The value in the @schemeName attribute will not be validated&lt;br /&gt;
* The @schemeAgencyID attribute must not be used&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#FF0000;&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Note: &amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; For commercial samples or gifts, &#039;01&#039; must be sent in the &#039;&#039;&#039;codigoTipoPrecio&#039;&#039;&#039; field.&lt;br /&gt;
&#039;&#039;&#039;@IMPORTANT:&#039;&#039;&#039; For more information on the code for products and services, refer to the section of the corresponding Annex.&lt;br /&gt;
==Table 9==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot;&lt;br /&gt;
|+ Credit Note Reasons&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Anex 1.8-2021 - 13.3.4. Correction concept for credit notes: cac:DiscrepancyResponse/cbc:ResponseCode&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Code&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|Partial return of goods and/or partial non-acceptance of service&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|Electronic invoice cancellation&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|Rebate or partial or total discount&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|Price Adjust&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|others&lt;br /&gt;
|}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Table 10==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot;&lt;br /&gt;
|+ Debit Note Reasons&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Anex 1.7-2020 - 6.2.6. Concept of Correction for Debit Notes: cac:DiscrepancyResponse/cbc:ResponseCode&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Code&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|Interests&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|Expenses receivable&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|Value change&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|others&lt;br /&gt;
|}&lt;br /&gt;
==Table 11==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot;&lt;br /&gt;
|+ Tax Types&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Anex 1.7-2020 - 6.2.2. Tributos: cac:TaxScheme/ID, cac:TaxScheme/Name&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Identifier&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Name&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|01&lt;br /&gt;
|IVA&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|Value Added Tax&lt;br /&gt;
|-&lt;br /&gt;
|02&lt;br /&gt;
|IC&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|Consumption Tax&lt;br /&gt;
|-&lt;br /&gt;
|03&lt;br /&gt;
|ICA&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|Industry, Commerce and Notice Tax&lt;br /&gt;
|-&lt;br /&gt;
|04&lt;br /&gt;
|INC&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|National Consumption Tax&lt;br /&gt;
|-&lt;br /&gt;
|05&lt;br /&gt;
|ReteIVA&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|Withholding on IVA&lt;br /&gt;
|-&lt;br /&gt;
|06&lt;br /&gt;
|ReteRenta&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|Withholding on Income&lt;br /&gt;
|-&lt;br /&gt;
|07&lt;br /&gt;
|ReteICA&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|Withholding on the ICA&lt;br /&gt;
|-&lt;br /&gt;
|08&lt;br /&gt;
|IC Porcentual&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|Tax on Consumption of Plastic Bag&lt;br /&gt;
|-&lt;br /&gt;
|20&lt;br /&gt;
|FtoHorticultura&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|Fruit and Vegetable Promotion Fee&lt;br /&gt;
|-&lt;br /&gt;
|21&lt;br /&gt;
|Timbre&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|Stamp Tax&lt;br /&gt;
|-&lt;br /&gt;
|22&lt;br /&gt;
|INC Bolsas&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|National Tax on Plastic Bag Consumption&lt;br /&gt;
|-&lt;br /&gt;
|23&lt;br /&gt;
|INCarbono&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|National Carbon Tax&lt;br /&gt;
|-&lt;br /&gt;
|24&lt;br /&gt;
|INCombustibles&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|National Tax on Fuels&lt;br /&gt;
|-&lt;br /&gt;
|25&lt;br /&gt;
|Sobretasa Combustibles&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|Surcharge on fuels&lt;br /&gt;
|-&lt;br /&gt;
|26&lt;br /&gt;
|Sordicom&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|Retail Contribution (Fuels)&lt;br /&gt;
|-&lt;br /&gt;
|30&lt;br /&gt;
|IC Datos&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|Data Consumption Tax&lt;br /&gt;
|-&lt;br /&gt;
|ZY&lt;br /&gt;
|No causa&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|Not responsible for tax&lt;br /&gt;
|-&lt;br /&gt;
|ZZ&lt;br /&gt;
|Name of the tax figure&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|Other taxes, rates, contributions, and similar&lt;br /&gt;
|}&lt;br /&gt;
|}&lt;br /&gt;
==Table 12==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot;&lt;br /&gt;
|+ Tax Fees&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Anex 1.7-2020 - 6.3.8. Rate Tables for Tax&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Reporting tax&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Possible values for the cbc:Percent field&lt;br /&gt;
The rate to report will depend on the tax aspect of the reported tax.&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|IVA&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width:700px;|&amp;amp;nbsp;&lt;br /&gt;
| style=&amp;quot;width:50px;|rate&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
|   Concept|| rate || (cbc:Percent)|| &amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
|   Exempt|| 0.00 || &amp;amp;nbsp;|&lt;br /&gt;
|-&lt;br /&gt;
|   Goods/Services at 5|| 5.00 || &amp;amp;nbsp;|&lt;br /&gt;
|-&lt;br /&gt;
|   Contracts signed with the state before law 1819|| 16.00 || &amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
|   General rate|| 19.00 || &amp;amp;nbsp;&lt;br /&gt;
|}&lt;br /&gt;
|-&lt;br /&gt;
|INC&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width:700px;|&amp;amp;nbsp;&lt;br /&gt;
|rate&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
|  Item &amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;|| (cbc:Percent)|| &amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
|   Special rate|| 2.00 || &amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
|   Special rate|| 4.00 || &amp;amp;nbsp;|&lt;br /&gt;
|-&lt;br /&gt;
|   General rate|| 8.00 || &amp;amp;nbsp;|&lt;br /&gt;
|-&lt;br /&gt;
|   Special rate|| 16.00 || &amp;amp;nbsp;|&lt;br /&gt;
|}&lt;br /&gt;
|-&lt;br /&gt;
|ReteIVA&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|&lt;br /&gt;
15.00&amp;lt;br&amp;gt;&lt;br /&gt;
100.00&lt;br /&gt;
|}&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#FF0000;&amp;quot;&amp;gt;&amp;lt;b&amp;gt;@IMPORTANT: &amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt;This catalog &#039;&#039;&#039;fees for Tax&#039;&#039;&#039; is more extensive, for more information refer to the section of the corresponding Annex.&lt;br /&gt;
&lt;br /&gt;
==Table 13==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot;&lt;br /&gt;
|+ Payment methods &lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Anex 1.7-2020 - 6.3.4.2. Payment methods: cbc:PaymentMeansCode&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Code&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Medio&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Code&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Medio&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|Instrument not defined&lt;br /&gt;
|39&lt;br /&gt;
|Corporate Exchange Business Loan (CTX)&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|Crédito ACH&lt;br /&gt;
|40&lt;br /&gt;
|Business Debit Corporate Exchange (CTX)&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|Débito ACH&lt;br /&gt;
|41&lt;br /&gt;
|Concentration Cash/Credit Disbursement Plus (CCD+)&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|ACH demand debit reversal &lt;br /&gt;
|42&lt;br /&gt;
|Bank collection&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|Reversal of ACH demand credit&lt;br /&gt;
|43&lt;br /&gt;
|Cash concentration / Debit plus Disbursement (CCD+)&lt;br /&gt;
|-&lt;br /&gt;
|6&lt;br /&gt;
|ACH Demand Credit&lt;br /&gt;
|44&lt;br /&gt;
|Exchange Note&lt;br /&gt;
|-&lt;br /&gt;
|7&lt;br /&gt;
|ACH demand debit&lt;br /&gt;
|45&lt;br /&gt;
|Transfer Bank Credit&lt;br /&gt;
|-&lt;br /&gt;
|8&lt;br /&gt;
|Maintain&lt;br /&gt;
|46&lt;br /&gt;
|Interbank Debit Transfer&lt;br /&gt;
|-&lt;br /&gt;
|9&lt;br /&gt;
|National or Regional Clearing&lt;br /&gt;
|47&lt;br /&gt;
|Bank Debit Transfer&lt;br /&gt;
|-&lt;br /&gt;
|10&lt;br /&gt;
|Cash&lt;br /&gt;
|48&lt;br /&gt;
|Credit card&lt;br /&gt;
|-&lt;br /&gt;
|11&lt;br /&gt;
|Credit Savings Reversal &lt;br /&gt;
|49&lt;br /&gt;
|Debit Card&lt;br /&gt;
|-&lt;br /&gt;
|12&lt;br /&gt;
|Reversion Debit Savings&lt;br /&gt;
|50&lt;br /&gt;
|Postdraft&lt;br /&gt;
|-&lt;br /&gt;
|13&lt;br /&gt;
|Savings Credit&lt;br /&gt;
|51&lt;br /&gt;
|French banking standard Telex&lt;br /&gt;
|-&lt;br /&gt;
|14&lt;br /&gt;
|Debit Saving&lt;br /&gt;
|52&lt;br /&gt;
|Urgent business payment&lt;br /&gt;
|-&lt;br /&gt;
|15&lt;br /&gt;
|Bookentry Credit&lt;br /&gt;
|53&lt;br /&gt;
|Urgent Treasury Payment&lt;br /&gt;
|-&lt;br /&gt;
|16&lt;br /&gt;
|Bookentry Debit&lt;br /&gt;
|60&lt;br /&gt;
|Note promisoria&lt;br /&gt;
|-&lt;br /&gt;
|17&lt;br /&gt;
|Concentration of demand in cash/Credit Disbursement (CCD)&lt;br /&gt;
|61&lt;br /&gt;
|Promissory note signed by the creditor&lt;br /&gt;
|-&lt;br /&gt;
|18&lt;br /&gt;
|Concentration of demand in cash / Disbursement (CCD) debit&lt;br /&gt;
|62&lt;br /&gt;
|Promissory note signed by the creditor, endorsed by the bank&lt;br /&gt;
|-&lt;br /&gt;
|19&lt;br /&gt;
|Corporate Business Payment Credit (CTP)&lt;br /&gt;
|63&lt;br /&gt;
|Promissory note signed by the creditor, endorsed by a third party&lt;br /&gt;
|-&lt;br /&gt;
|20&lt;br /&gt;
|Check&lt;br /&gt;
|64&lt;br /&gt;
|Note promisoria firmada pro el banco&lt;br /&gt;
|-&lt;br /&gt;
|21&lt;br /&gt;
|Poyecto bancario&lt;br /&gt;
|65&lt;br /&gt;
|Promissory note signed by a bank guaranteed by another bank&lt;br /&gt;
|-&lt;br /&gt;
|22&lt;br /&gt;
|Certified bank project  &lt;br /&gt;
|66&lt;br /&gt;
|Signed promissory note&lt;br /&gt;
|-&lt;br /&gt;
|23&lt;br /&gt;
| Bank check &lt;br /&gt;
|67&lt;br /&gt;
|Promissory note signed by a third party guaranteed by a bank&lt;br /&gt;
|-&lt;br /&gt;
|24&lt;br /&gt;
|Foreign exchange note awaiting acceptance &lt;br /&gt;
|70&lt;br /&gt;
|Withdrawal of note by creditor&lt;br /&gt;
|-&lt;br /&gt;
|25&lt;br /&gt;
|Certified check &lt;br /&gt;
|71&lt;br /&gt;
|Bonds&lt;br /&gt;
|-&lt;br /&gt;
|26&lt;br /&gt;
|Local Check  &lt;br /&gt;
|72&lt;br /&gt;
|Vouchers&lt;br /&gt;
|-&lt;br /&gt;
|27&lt;br /&gt;
|Debit Payment Corporate Business (CTP) &lt;br /&gt;
|74&lt;br /&gt;
|Withdrawal of note by the creditor on a bank&lt;br /&gt;
|-&lt;br /&gt;
|28&lt;br /&gt;
|Credit Business Corporate Exchange (CTX)  &lt;br /&gt;
|75&lt;br /&gt;
|Withdrawal of note by the creditor, guaranteed by another bank&lt;br /&gt;
|-&lt;br /&gt;
|29&lt;br /&gt;
|Debit Business Corporate Exchange (CTX)  &lt;br /&gt;
|76&lt;br /&gt;
|Withdrawal of note by the creditor, on a bank guaranteed by a third party&lt;br /&gt;
|-&lt;br /&gt;
|30&lt;br /&gt;
|Credit Transfer &lt;br /&gt;
|77&lt;br /&gt;
|Withdrawal of a note by the creditor on a third party&lt;br /&gt;
|-&lt;br /&gt;
|31&lt;br /&gt;
|Transfer Debit &lt;br /&gt;
|78&lt;br /&gt;
|Withdrawal of a note by the creditor on a third party guaranteed by a bank&lt;br /&gt;
|-&lt;br /&gt;
|32&lt;br /&gt;
|Concentration Cash / Disbursement Credit plus (CCD+)  &lt;br /&gt;
|91&lt;br /&gt;
|Transferable bank note&lt;br /&gt;
|-&lt;br /&gt;
|33&lt;br /&gt;
|Concentration Cash / Disbursement Debit plus (CCD+)  &lt;br /&gt;
|92&lt;br /&gt;
|Local transferable check&lt;br /&gt;
|-&lt;br /&gt;
|34&lt;br /&gt;
|Pre-arranged payment and deposit (PPD)  &lt;br /&gt;
|93&lt;br /&gt;
|Referenced draft&lt;br /&gt;
|-&lt;br /&gt;
|35&lt;br /&gt;
|Cash concentration savings / Credit Disbursement (CCD)  &lt;br /&gt;
|94&lt;br /&gt;
|Urgent transfer&lt;br /&gt;
|-&lt;br /&gt;
|36&lt;br /&gt;
|Cash concentration savings / Credit Disbursement (CCD)  &lt;br /&gt;
|95&lt;br /&gt;
|Open format draft&lt;br /&gt;
|-&lt;br /&gt;
|37&lt;br /&gt;
|Payment Corporate Business Savings Credit (CTP)  &lt;br /&gt;
|96&lt;br /&gt;
|Requested payment method not used&lt;br /&gt;
|-&lt;br /&gt;
|38&lt;br /&gt;
|Payment Corporate Business Debit Savings (CTP) &lt;br /&gt;
|97&lt;br /&gt;
|Clearing between partners&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|ZZZ&lt;br /&gt;
|Mutual Agreement&lt;br /&gt;
|}&lt;br /&gt;
|}&lt;br /&gt;
==Table 14==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot;&lt;br /&gt;
|+ Form to Payment Method &lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Anex 1.7-2020 - 6.3.4.1. Payment methods: cbc:PaymentMeans/ID&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Code&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Meaning&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|Cash&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|Credit&lt;br /&gt;
|}&lt;br /&gt;
|}&lt;br /&gt;
==Table 15==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot;&lt;br /&gt;
|+ Terms of delivery (INCOTERMS)&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Anex 1.7-2020 - 6.3.6. Terms of delivery (INCOTERMS): …/cbc:LossRiskResponsibilityCode&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Code&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Meaning&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|CFR	&lt;br /&gt;
|Cost &amp;amp; Freight&lt;br /&gt;
|-&lt;br /&gt;
|CIF	&lt;br /&gt;
|Cost, freight and insurance&lt;br /&gt;
|-&lt;br /&gt;
|CIP	&lt;br /&gt;
|Transport and Insurance Paid to&lt;br /&gt;
|-&lt;br /&gt;
|CPT	&lt;br /&gt;
|Carriage Paid To&lt;br /&gt;
|-&lt;br /&gt;
|DAP	&lt;br /&gt;
|Delivered to Place&lt;br /&gt;
|-&lt;br /&gt;
|DAT	&lt;br /&gt;
|Delivered at Terminal&lt;br /&gt;
|-&lt;br /&gt;
|DDP	&lt;br /&gt;
|Delivered Duty Paid&lt;br /&gt;
|-&lt;br /&gt;
|EXW	&lt;br /&gt;
|In Factory&lt;br /&gt;
|-&lt;br /&gt;
|FAS	&lt;br /&gt;
|Free alongside ship&lt;br /&gt;
|-&lt;br /&gt;
|FCA	&lt;br /&gt;
|Freight Carrier&lt;br /&gt;
|-&lt;br /&gt;
|FOB	&lt;br /&gt;
|Free on board&lt;br /&gt;
|}&lt;br /&gt;
|}&lt;br /&gt;
==Table 16==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot;&lt;br /&gt;
|+ Departments (ISO 3166-2:CO)&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Anex 1.7-2020 - 6.4.2. Departments (ISO 3166-2:CO): cbc:CountrySubentity, cbc:CountrySubentityCode&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Code&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Name&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|ISO code&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Code&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Name&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|ISO code&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|91&lt;br /&gt;
|Amazonas&lt;br /&gt;
|AMA&lt;br /&gt;
|41&lt;br /&gt;
|Huila&lt;br /&gt;
|HUI&lt;br /&gt;
|-&lt;br /&gt;
|05&lt;br /&gt;
|Antioquia&lt;br /&gt;
|ANT&lt;br /&gt;
|44&lt;br /&gt;
|La Guajira&lt;br /&gt;
|LAG&lt;br /&gt;
|-&lt;br /&gt;
|81&lt;br /&gt;
|Arauca&lt;br /&gt;
|ARA&lt;br /&gt;
|47&lt;br /&gt;
|Magdalena&lt;br /&gt;
|MAG&lt;br /&gt;
|-&lt;br /&gt;
|08&lt;br /&gt;
|Atlántico&lt;br /&gt;
|ATL&lt;br /&gt;
|50&lt;br /&gt;
|Meta&lt;br /&gt;
|MET&lt;br /&gt;
|-&lt;br /&gt;
|11&lt;br /&gt;
|Bogotá&lt;br /&gt;
|DC&lt;br /&gt;
|52&lt;br /&gt;
|Nariño&lt;br /&gt;
|NAR&lt;br /&gt;
|-&lt;br /&gt;
|13&lt;br /&gt;
|Bolívar&lt;br /&gt;
|BOL&lt;br /&gt;
|54&lt;br /&gt;
|Norte de Santander&lt;br /&gt;
|NSA&lt;br /&gt;
|-&lt;br /&gt;
|15&lt;br /&gt;
|Boyacá&lt;br /&gt;
|BOY&lt;br /&gt;
|86&lt;br /&gt;
|Putumayo&lt;br /&gt;
|PUT&lt;br /&gt;
|-&lt;br /&gt;
|17&lt;br /&gt;
|Caldas&lt;br /&gt;
|CAL&lt;br /&gt;
|63&lt;br /&gt;
|Quindío&lt;br /&gt;
|QUI&lt;br /&gt;
|-&lt;br /&gt;
|18&lt;br /&gt;
|Caquetá&lt;br /&gt;
|CAQ&lt;br /&gt;
|66&lt;br /&gt;
|Risaralda&lt;br /&gt;
|RIS&lt;br /&gt;
|-&lt;br /&gt;
|85&lt;br /&gt;
|Casanare&lt;br /&gt;
|CAS&lt;br /&gt;
|88&lt;br /&gt;
|San Andrés y Providencia&lt;br /&gt;
|SAP&lt;br /&gt;
|-&lt;br /&gt;
|19&lt;br /&gt;
|Cauca&lt;br /&gt;
|CAU&lt;br /&gt;
|68&lt;br /&gt;
|Santander&lt;br /&gt;
|SAN&lt;br /&gt;
|-&lt;br /&gt;
|20&lt;br /&gt;
|Cesar&lt;br /&gt;
|CES&lt;br /&gt;
|70&lt;br /&gt;
|Sucre&lt;br /&gt;
|SUC&lt;br /&gt;
|-&lt;br /&gt;
|27&lt;br /&gt;
|Chocó&lt;br /&gt;
|CHO&lt;br /&gt;
|73&lt;br /&gt;
|Tolima&lt;br /&gt;
|TOL&lt;br /&gt;
|-&lt;br /&gt;
|23&lt;br /&gt;
|Córdoba&lt;br /&gt;
|COR&lt;br /&gt;
|76&lt;br /&gt;
|Valle del Cauca&lt;br /&gt;
|VAC&lt;br /&gt;
|-&lt;br /&gt;
|25&lt;br /&gt;
|Cundinamarca&lt;br /&gt;
|CUN&lt;br /&gt;
|97&lt;br /&gt;
|Vaupés&lt;br /&gt;
|VAU&lt;br /&gt;
|-&lt;br /&gt;
|94&lt;br /&gt;
|Guainía&lt;br /&gt;
|GUA&lt;br /&gt;
|99&lt;br /&gt;
|Vichada&lt;br /&gt;
|VID&lt;br /&gt;
|-&lt;br /&gt;
|95&lt;br /&gt;
|Guaviare&lt;br /&gt;
|GUV&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
|}&lt;br /&gt;
==Table 17==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot;&lt;br /&gt;
|+ Tax responsibilities &lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Anex 1.7-2020 - 6.2.7. Tax responsibilities: cbc:TaxLevelCode&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Code&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Meaning&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|0-13	&lt;br /&gt;
|Major contributor&lt;br /&gt;
|-&lt;br /&gt;
|0-15	&lt;br /&gt;
|Self-Locking&lt;br /&gt;
|-&lt;br /&gt;
|0-23	&lt;br /&gt;
|Sales tax withholding agent&lt;br /&gt;
|-&lt;br /&gt;
|0-47	&lt;br /&gt;
|Simple Taxation System – SIMPLE&lt;br /&gt;
|-&lt;br /&gt;
|R-99-PN	&lt;br /&gt;
|Does not apply - Others&lt;br /&gt;
|}&lt;br /&gt;
|}&lt;br /&gt;
==Table 18==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot;&lt;br /&gt;
|+ tax details&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Anex 1.7-2020 - 6.2.2. Taxes: cac:TaxScheme/ID, cac:TaxScheme/Name&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Codigo&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Meaning&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|01&lt;br /&gt;
|IVA&lt;br /&gt;
|-&lt;br /&gt;
|04&lt;br /&gt;
|INC&lt;br /&gt;
|-&lt;br /&gt;
|ZA&lt;br /&gt;
|IVA e INC&lt;br /&gt;
|-&lt;br /&gt;
|ZZ&lt;br /&gt;
|Does not apply &lt;br /&gt;
|}&lt;br /&gt;
|}&lt;br /&gt;
==Table 19==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot;&lt;br /&gt;
|+ Municipality&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Anex 1.7-2020 - 6.4.3. Municipality: cbc:CityName&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Department Code&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Municipal Code&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Department Name&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Municipal Name&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|05&lt;br /&gt;
|05044&lt;br /&gt;
|Antioquia&lt;br /&gt;
|ANZÁ&lt;br /&gt;
|-&lt;br /&gt;
|05&lt;br /&gt;
|05045&lt;br /&gt;
|Antioquia&lt;br /&gt;
|APARTADÓ&lt;br /&gt;
|-&lt;br /&gt;
|05&lt;br /&gt;
|05051&lt;br /&gt;
|Antioquia&lt;br /&gt;
|ARBOLETES&lt;br /&gt;
|-&lt;br /&gt;
|05&lt;br /&gt;
|05055&lt;br /&gt;
|Antioquia&lt;br /&gt;
|ARGELIA&lt;br /&gt;
|-&lt;br /&gt;
|05&lt;br /&gt;
|05059&lt;br /&gt;
|Antioquia&lt;br /&gt;
|ARMENIA&lt;br /&gt;
|-&lt;br /&gt;
|05&lt;br /&gt;
|05079&lt;br /&gt;
|Antioquia&lt;br /&gt;
|BARBOSA&lt;br /&gt;
|-&lt;br /&gt;
|05&lt;br /&gt;
|05086&lt;br /&gt;
|Antioquia&lt;br /&gt;
|BELMIRA&lt;br /&gt;
|-&lt;br /&gt;
|05&lt;br /&gt;
|05088&lt;br /&gt;
|Antioquia&lt;br /&gt;
|BELLO&lt;br /&gt;
|-&lt;br /&gt;
|05&lt;br /&gt;
|05091&lt;br /&gt;
|Antioquia&lt;br /&gt;
|BETANIA&lt;br /&gt;
|-&lt;br /&gt;
|05&lt;br /&gt;
|05093&lt;br /&gt;
|Antioquia&lt;br /&gt;
|BETULIA&lt;br /&gt;
|-&lt;br /&gt;
|05&lt;br /&gt;
|05101&lt;br /&gt;
|Antioquia&lt;br /&gt;
|CIUDAD BOLÍVAR&lt;br /&gt;
|-&lt;br /&gt;
|05&lt;br /&gt;
|05107&lt;br /&gt;
|Antioquia&lt;br /&gt;
|BRICEÑO&lt;br /&gt;
|-&lt;br /&gt;
|05&lt;br /&gt;
|05113&lt;br /&gt;
|Antioquia&lt;br /&gt;
|BURITICÁ&lt;br /&gt;
|-&lt;br /&gt;
|05&lt;br /&gt;
|05120&lt;br /&gt;
|Antioquia&lt;br /&gt;
|CÁCERES&lt;br /&gt;
|-&lt;br /&gt;
|05&lt;br /&gt;
|05125&lt;br /&gt;
|Antioquia&lt;br /&gt;
|CAICEDO&lt;br /&gt;
|-&lt;br /&gt;
|05&lt;br /&gt;
|05129&lt;br /&gt;
|Antioquia&lt;br /&gt;
|CALDAS&lt;br /&gt;
|-&lt;br /&gt;
|05&lt;br /&gt;
|05134&lt;br /&gt;
|Antioquia&lt;br /&gt;
|CAMPAMENTO&lt;br /&gt;
|-&lt;br /&gt;
|05&lt;br /&gt;
|05138&lt;br /&gt;
|Antioquia&lt;br /&gt;
|CAÑASGORDAS&lt;br /&gt;
|-&lt;br /&gt;
|05&lt;br /&gt;
|05142&lt;br /&gt;
|Antioquia&lt;br /&gt;
|CARACOLÍ&lt;br /&gt;
|-&lt;br /&gt;
|05&lt;br /&gt;
|05145&lt;br /&gt;
|Antioquia&lt;br /&gt;
|CARAMANTA&lt;br /&gt;
|-&lt;br /&gt;
|05&lt;br /&gt;
|05147&lt;br /&gt;
|Antioquia&lt;br /&gt;
|CAREPA&lt;br /&gt;
|-&lt;br /&gt;
|05&lt;br /&gt;
|05148&lt;br /&gt;
|Antioquia&lt;br /&gt;
|EL CARMEN DE VIBORAL&lt;br /&gt;
|-&lt;br /&gt;
|05&lt;br /&gt;
|05150&lt;br /&gt;
|Antioquia&lt;br /&gt;
|CAROLINA&lt;br /&gt;
|-&lt;br /&gt;
|05&lt;br /&gt;
|05154&lt;br /&gt;
|Antioquia&lt;br /&gt;
|CAUCASIA&lt;br /&gt;
|-&lt;br /&gt;
|05&lt;br /&gt;
|05172&lt;br /&gt;
|Antioquia&lt;br /&gt;
|CHIGORODÓ&lt;br /&gt;
|}&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;@IMPORTANT:&#039;&#039;&#039; This catalog &#039;&#039;&#039; municipalities&#039;&#039;&#039; is more extensive, for more information refer to the section of the corresponding Annex.&lt;br /&gt;
&lt;br /&gt;
==Table 20==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot;&lt;br /&gt;
|+ Postal zone&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Anex 1.7-2020 - 6.4.4. Reference to other documents cbc:PostalZone &amp;lt;br&amp;gt;&lt;br /&gt;
In Colombia, the postal code consists of 6 digits (example: 578986) that initially indicate the geographical position, followed by the routing and finally the one that locates us within the postal area, as follows:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;National Departments&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
The first two digits represent the national departments, using the current Dane coding. Codes less than 10 must start with a leading zero.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Departmental routing postal zones&#039;&#039;&#039; &amp;lt;br&amp;gt;&lt;br /&gt;
The third and fourth position define the routing postal zones to facilitate the classification through the Postal Code: 00 is reserved for the capital of the department. From 01 to 89, each department can be divided into up to 89 postal routing zones.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Postal district by municipality or locality&#039;&#039;&#039; &amp;lt;br&amp;gt;&lt;br /&gt;
The last two positions of the National Postal Code allow one hundred postal districts to be assigned to each of the ten postal zones created in each department. That is, up to a thousand different districts can be assigned in each department, for a total of thirty-three thousand at the national level.&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#FF0000;&amp;quot;&amp;gt;&amp;lt;b&amp;gt;@IMPORTANT: &amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt;For more information, refer to the corresponding Annex section.&lt;br /&gt;
==Table 21==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot;&lt;br /&gt;
|+Reference to non-tax documents&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|&#039;&#039;&#039;Anex 1.8 - 13.1.4. Reference to non-tax documents: cbc:DocumentTypeCode&#039;&#039;&#039; &amp;lt;br&amp;gt;&lt;br /&gt;
This element refers to the&#039;&#039;&#039;xpath /Invoice/cac:AdditionalDocumentReference/cbc: DocumentTypeCode&#039;&#039;&#039;. These documents represent commercial and mercantile actions that protect or support transactions related to this electronic document.&lt;br /&gt;
&lt;br /&gt;
The XML electronic documents adopted by the DIAN should not be included in this fragment since these documents do not contain the standard identifications such as CUFE or CUDE.&lt;br /&gt;
&lt;br /&gt;
As it is a delivery order, the &#039;&#039;&#039;OrderReference&#039;&#039;&#039;, element group must be used. When reporting more than one, the AdditionalDocumentReference group must be available.&lt;br /&gt;
&lt;br /&gt;
This field of this group of information is optional to reference commercial issues at the will of the electronic biller, therefore, the codes are assigned by it.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&#039;&#039;&#039;TABLES OF CODES FOR THE ISSUANCE OF DOCUMENTS IN THE HEALTH SECTOR&#039;&#039;&#039;&amp;lt;/center&amp;gt;&lt;br /&gt;
==Table 22==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot;&lt;br /&gt;
|+  Identification Document Type- Health Sector&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Abv&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Type of Identification Document&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|CC&lt;br /&gt;
|Citizenship card&lt;br /&gt;
|-&lt;br /&gt;
|CE&lt;br /&gt;
|Immigration Certificate&lt;br /&gt;
|-&lt;br /&gt;
|CD&lt;br /&gt;
|Diplomatic ID&lt;br /&gt;
|-&lt;br /&gt;
|PA&lt;br /&gt;
|Passport&lt;br /&gt;
|-&lt;br /&gt;
|SC&lt;br /&gt;
|Safe conduct&lt;br /&gt;
|-&lt;br /&gt;
|PE&lt;br /&gt;
|special stay permit&lt;br /&gt;
|-&lt;br /&gt;
|RC&lt;br /&gt;
|Civil registration of birth&lt;br /&gt;
|-&lt;br /&gt;
|TI&lt;br /&gt;
|Identity Card&lt;br /&gt;
|-&lt;br /&gt;
|CN&lt;br /&gt;
|Live birth certificate&lt;br /&gt;
|-&lt;br /&gt;
|AS&lt;br /&gt;
|Adult Unidentified&lt;br /&gt;
|-&lt;br /&gt;
|MS&lt;br /&gt;
|Unidentified Minor&lt;br /&gt;
|-&lt;br /&gt;
|DE&lt;br /&gt;
|Foreign Document&lt;br /&gt;
|-&lt;br /&gt;
|SI&lt;br /&gt;
|Without Identification&lt;br /&gt;
|}&lt;br /&gt;
|}&lt;br /&gt;
==Table 23==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot;&lt;br /&gt;
|+ User Type - Health Sector&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Code&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|User type&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|01&lt;br /&gt;
|Contributing taxpayer&lt;br /&gt;
|-&lt;br /&gt;
|02&lt;br /&gt;
|Contributory beneficiary&lt;br /&gt;
|-&lt;br /&gt;
|03&lt;br /&gt;
|Additional contributory&lt;br /&gt;
|-&lt;br /&gt;
|04&lt;br /&gt;
|Subsidised&lt;br /&gt;
|-&lt;br /&gt;
|05&lt;br /&gt;
|Not regim&lt;br /&gt;
|-&lt;br /&gt;
|06&lt;br /&gt;
|Special or Contributing Exception&lt;br /&gt;
|-&lt;br /&gt;
|07&lt;br /&gt;
|Special or Exception beneficiary&lt;br /&gt;
|-&lt;br /&gt;
|08&lt;br /&gt;
|Individual&lt;br /&gt;
|-&lt;br /&gt;
|09&lt;br /&gt;
|Policyholder/Protected ARL&lt;br /&gt;
|-&lt;br /&gt;
|10&lt;br /&gt;
|Policyholder/Protected SOAT&lt;br /&gt;
|-&lt;br /&gt;
|11&lt;br /&gt;
|Policy holder/Protected voluntary health plans&lt;br /&gt;
|}&lt;br /&gt;
|}&lt;br /&gt;
==Table 24==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot;&lt;br /&gt;
|+ Hiring Modalities - Health Sector&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Code&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Hiring Modalities&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|01&lt;br /&gt;
|Package / Basket / Comprehensive Health Set&lt;br /&gt;
|-&lt;br /&gt;
|02&lt;br /&gt;
|Diagnosis-related Groups&lt;br /&gt;
|-&lt;br /&gt;
|03&lt;br /&gt;
|Comprehensive by risk group&lt;br /&gt;
|-&lt;br /&gt;
|04&lt;br /&gt;
|Payment by contact by specialty&lt;br /&gt;
|-&lt;br /&gt;
|05&lt;br /&gt;
|Payment per scenario of care&lt;br /&gt;
|-&lt;br /&gt;
|06&lt;br /&gt;
|Payment per service type&lt;br /&gt;
|-&lt;br /&gt;
|07&lt;br /&gt;
|Prospective global payment per episode&lt;br /&gt;
|-&lt;br /&gt;
|08&lt;br /&gt;
|Global prospective payment by risk group&lt;br /&gt;
|-&lt;br /&gt;
|09&lt;br /&gt;
|Prospective lump sum payment by specialty&lt;br /&gt;
|-&lt;br /&gt;
|10&lt;br /&gt;
|Prospective global payment by level of complexity&lt;br /&gt;
|-&lt;br /&gt;
|11&lt;br /&gt;
|Capacitation&lt;br /&gt;
|-&lt;br /&gt;
|12&lt;br /&gt;
|For service&lt;br /&gt;
|}&lt;br /&gt;
|}&lt;br /&gt;
==Table 25==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot;&lt;br /&gt;
|+ CService coverage or plan - Health Sector&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Code&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Service coverage or plan&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|01&lt;br /&gt;
|Health benefit plan financed by UPC&lt;br /&gt;
|-&lt;br /&gt;
|02&lt;br /&gt;
|Maximum budget&lt;br /&gt;
|-&lt;br /&gt;
|03&lt;br /&gt;
|EPS/EOC premium, uninsured SOAT&lt;br /&gt;
|-&lt;br /&gt;
|04&lt;br /&gt;
|Coverage SOAT Policy&lt;br /&gt;
|-&lt;br /&gt;
|05&lt;br /&gt;
|ARL cover&lt;br /&gt;
|-&lt;br /&gt;
|06&lt;br /&gt;
|ADRES coverage&lt;br /&gt;
|-&lt;br /&gt;
|07&lt;br /&gt;
|Public Health Cover&lt;br /&gt;
|-&lt;br /&gt;
|08&lt;br /&gt;
|Coverage of the territorial entity, supply resources&lt;br /&gt;
|-&lt;br /&gt;
|09&lt;br /&gt;
|Emergencies migrant population&lt;br /&gt;
|-&lt;br /&gt;
|10&lt;br /&gt;
|Supplemental health plan&lt;br /&gt;
|-&lt;br /&gt;
|11&lt;br /&gt;
|Prepaid Medical Plan&lt;br /&gt;
|-&lt;br /&gt;
|12&lt;br /&gt;
|Other health policies&lt;br /&gt;
|-&lt;br /&gt;
|13&lt;br /&gt;
|Special Regime Coverage or Exception&lt;br /&gt;
|-&lt;br /&gt;
|14&lt;br /&gt;
|National Health Fund Coverage for Persons Deprived of Liberty&lt;br /&gt;
|-&lt;br /&gt;
|15&lt;br /&gt;
|Private&lt;br /&gt;
|}&lt;br /&gt;
|}&lt;br /&gt;
==Table 26==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot;&lt;br /&gt;
|+ Collection Concepts&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Code&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|16&lt;br /&gt;
|Copayment&lt;br /&gt;
|-&lt;br /&gt;
|17&lt;br /&gt;
|Moderator Fee&lt;br /&gt;
|-&lt;br /&gt;
|18&lt;br /&gt;
|Recovery Fee&lt;br /&gt;
|-&lt;br /&gt;
|19&lt;br /&gt;
|Shared plans in voluntary health plans&lt;br /&gt;
|}&lt;br /&gt;
|}&lt;br /&gt;
==Table 27==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot;&lt;br /&gt;
|+ Scenario Types&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Code&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|Record of the Concept of collection to the patient&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|Registration of the concept of accreditation to the EPS&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|Record of operations without accreditation to the EPS&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|Issuance of FEL without prior collection&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|Including in a FEL the value to be credited for the collection&lt;br /&gt;
|}&lt;br /&gt;
|}&lt;br /&gt;
==Table 28==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot;&lt;br /&gt;
|+ Additional Data Fields&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Name&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Label&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|CODIGO_PRESTADOR&lt;br /&gt;
|Code assigned in the General System of Social Security in Health (SGSSS) to health service providers that are in the Special Registry of Health Service Providers (REPS) or the Code assigned by the Ministry of Health and Social Protection for public health laboratories.&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|TIPO_DOCUMENTO_IDENTIFICACION&lt;br /&gt;
|User identification type&lt;br /&gt;
:[[Tables of property codes for issuance of documents - Direct Integration Manual Index#Table 22|Table 22]]&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|NUMERO_DOCUMENTO_IDENTIFICACION&lt;br /&gt;
|Registration of the identification document number according to the type of user document&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|PRIMER_APELLIDO&lt;br /&gt;
|First surname of the user as specified in the identification document.&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|SEGUNDO_APELLIDO&lt;br /&gt;
|Second surname of the user as specified in the identification document.&lt;br /&gt;
|-&lt;br /&gt;
|6&lt;br /&gt;
|PRIMER_NOMBRE&lt;br /&gt;
|User&#039;s first name as specified in the identification document&lt;br /&gt;
|-&lt;br /&gt;
|7&lt;br /&gt;
|SEGUNDO_NOMBRE&lt;br /&gt;
|Second name of the user according to what is specified in the identification document&lt;br /&gt;
|-&lt;br /&gt;
|8&lt;br /&gt;
|TIPO_USUARIO&lt;br /&gt;
|Registration of the person&#039;s affiliation condition or relationship with the coverage or benefit plan. &lt;br /&gt;
:[[Property code tables for document issuance - Direct Integration Manual Index#Table 23|Table 23]]&lt;br /&gt;
|-&lt;br /&gt;
|9&lt;br /&gt;
|MODALIDAD_CONTRATACION&lt;br /&gt;
|Registration of the contracting and payment modality agreed to be billed. Mandatory. &lt;br /&gt;
:[[Property code tables for document issuance - Direct Integration Manual Index#Table 24|Table 24]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|10&lt;br /&gt;
|COBERTURA_PLAN_BENEFICIOS&lt;br /&gt;
|Registration of the entity responsible for financing the coverage or benefit plan. Mandatory. &lt;br /&gt;
:[[Property code tables for document issuance - Direct Integration Manual Index#Table 25|Table 25]]&lt;br /&gt;
|-&lt;br /&gt;
|11&lt;br /&gt;
|NUMERO_AUTORIZACION&lt;br /&gt;
|Compulsory: When there is the response authorization number or the request number, as the case may be. For emergencies, SOAT and ARL are empty&lt;br /&gt;
|-&lt;br /&gt;
|12&lt;br /&gt;
|NUMERO_MIPRES&lt;br /&gt;
|Assigned by MIPRES&lt;br /&gt;
|-&lt;br /&gt;
|13&lt;br /&gt;
|NUMERO_ENTREGA_MIPRES&lt;br /&gt;
|Assigned by MIPRES&lt;br /&gt;
|-&lt;br /&gt;
|14&lt;br /&gt;
|NUMERO_CONTRATO&lt;br /&gt;
|Number of the billing contract&lt;br /&gt;
|-&lt;br /&gt;
|15&lt;br /&gt;
|NUMERO_POLIZA&lt;br /&gt;
|Number of SOAT policy or voluntary health plans. Mandatory: When it comes to SOAT services or voluntary health plans. Diligence when it comes to care for a traffic accident or for care as a private individual for a health policy&lt;br /&gt;
|-&lt;br /&gt;
|16&lt;br /&gt;
|COPAGO&lt;br /&gt;
|Value actually paid by the user and collected by the service provider&lt;br /&gt;
|-&lt;br /&gt;
|17&lt;br /&gt;
|CUOTA_MODERADORA&lt;br /&gt;
|Value actually paid by the user and collected by the service provider&lt;br /&gt;
|-&lt;br /&gt;
|18&lt;br /&gt;
|CUOTA_RECUPERACION&lt;br /&gt;
|Value actually paid by the user and collected by the service provider&lt;br /&gt;
|-&lt;br /&gt;
|19&lt;br /&gt;
|PAGOS_COMPARTIDOS&lt;br /&gt;
|Value actually paid by the user and collected by the service provider&lt;br /&gt;
|}&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Lvargas</name></author>
	</entry>
	<entry>
		<id>http://felcowiki.thefactoryhka.com.co/index.php?title=Property_code_tables_for_document_issuance_-_Direct_Integration_Manual_Index&amp;diff=2472</id>
		<title>Property code tables for document issuance - Direct Integration Manual Index</title>
		<link rel="alternate" type="text/html" href="http://felcowiki.thefactoryhka.com.co/index.php?title=Property_code_tables_for_document_issuance_-_Direct_Integration_Manual_Index&amp;diff=2472"/>
		<updated>2022-03-03T14:59:49Z</updated>

		<summary type="html">&lt;p&gt;Lvargas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==Tables of property codes for issuance of documents==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
In the following section you will find information regarding the different tables of property codes defined by the DIAN in the technical annex.&lt;br /&gt;
==Table 1==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot;&lt;br /&gt;
|+ Types of Documents&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Anex 1.8-2021 - 13.1.3. Type of Document: cbc:InvoiceTypeCode y cbc:CreditnoteTypeCode&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Code&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Meaning&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Use&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|01&lt;br /&gt;
|Electronic Sales Invoice&lt;br /&gt;
|rowspan=&amp;quot;4&amp;quot;|Types of Invoice&lt;br /&gt;
|-&lt;br /&gt;
|02&lt;br /&gt;
|Electronic Sales Invoice - export&lt;br /&gt;
|-&lt;br /&gt;
|03&lt;br /&gt;
|Transmission electronic document - type 03&lt;br /&gt;
|-&lt;br /&gt;
|04&lt;br /&gt;
|Electronic Sales Invoice - type 04&lt;br /&gt;
|-&lt;br /&gt;
|91&lt;br /&gt;
|Credit note&lt;br /&gt;
|rowspan=&amp;quot;4&amp;quot;|Exclusive in document references (DocumentReference elements)&lt;br /&gt;
|-&lt;br /&gt;
|92&lt;br /&gt;
|Debit note&lt;br /&gt;
|}&lt;br /&gt;
|}&lt;br /&gt;
==Table 2==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot;&lt;br /&gt;
|+ Operation types&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Anex 1.8-2021 - 13.1.5. Operation types&lt;br /&gt;
For billss:	&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Code&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Value&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|10&lt;br /&gt;
|Start*&lt;br /&gt;
|-&lt;br /&gt;
|09&lt;br /&gt;
|AIU&lt;br /&gt;
|-&lt;br /&gt;
|11&lt;br /&gt;
|Mandates&lt;br /&gt;
|-&lt;br /&gt;
|12&lt;br /&gt;
|Transportation&lt;br /&gt;
|-&lt;br /&gt;
|13&lt;br /&gt;
|Exchange&lt;br /&gt;
|}&lt;br /&gt;
Note: (*) Value by default Health Operation&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Code&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|SS-CUFE&lt;br /&gt;
|-&lt;br /&gt;
|SS-CUDE&lt;br /&gt;
|-&lt;br /&gt;
|SS-POS&lt;br /&gt;
|-&lt;br /&gt;
|SS-SNum&lt;br /&gt;
|-&lt;br /&gt;
|SS-Recaudo&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
For Credit Notes:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Code&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Value&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|20&lt;br /&gt;
|Note Credit that references an electronic invoice*&lt;br /&gt;
|-&lt;br /&gt;
|22&lt;br /&gt;
|Credit note without reference to invoices*&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
Note: (*) The default value is 20, the above means that if a value is not reported, it is assumed to be 20 and the corresponding set of validations will be applied. (*) Preferable for use of rebate notes or conditional discounts. Notes type 22 do not have rejection validation. Post Control Object. For Debit Notes:&lt;br /&gt;
For Debit Notes:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Code&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Value&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|30&lt;br /&gt;
|Note Debit that references an electronic invoice*	&lt;br /&gt;
|-&lt;br /&gt;
|32&lt;br /&gt;
|Debit note without reference to invoices*&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
Note: The default value is 30, the above means that if a value is not reported, add 30 and apply the corresponding set of validations. Notes type 32 and 33 do not have rejection validation. Post Control Object.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;@IMPORTANT:&#039;&#039;&#039; Notes type 22 and 32 do not have rejection validation. (Post control object).&lt;br /&gt;
	&lt;br /&gt;
==Table 3==	&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot;&lt;br /&gt;
|+ Identification Types&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot; 	&lt;br /&gt;
|-style=&amp;quot;text-align:center;&amp;quot; &lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Anex 1.8-2021 - 13.2.1. Identification document (Type of Fiscal Identifier):  &lt;br /&gt;
cbc:CompanyID.@schemeName; sts:ProviderID.@schemeName &lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot; &lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Code &lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Meaning &lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|11&lt;br /&gt;
|Civil registration&lt;br /&gt;
|-&lt;br /&gt;
|12&lt;br /&gt;
|ID card&lt;br /&gt;
|-&lt;br /&gt;
|13&lt;br /&gt;
|Certificate of Citizenship&lt;br /&gt;
|-&lt;br /&gt;
|21&lt;br /&gt;
|Alien Card&lt;br /&gt;
|-&lt;br /&gt;
|22&lt;br /&gt;
|Immigration certificate&lt;br /&gt;
|-&lt;br /&gt;
|31&lt;br /&gt;
|NIT&lt;br /&gt;
|-&lt;br /&gt;
|41&lt;br /&gt;
|Passport&lt;br /&gt;
|-&lt;br /&gt;
|42&lt;br /&gt;
|Foreign ID&lt;br /&gt;
|-&lt;br /&gt;
|47&lt;br /&gt;
|PEP&lt;br /&gt;
|-&lt;br /&gt;
|50&lt;br /&gt;
|NIT from another country&lt;br /&gt;
|-&lt;br /&gt;
|91&lt;br /&gt;
|NUIP*&lt;br /&gt;
|}&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;@IMPORTANT:&#039;&#039;&#039; (*) It should only be used for the acquirer, since this type of document does not belong to the document types in the RUT database.&lt;br /&gt;
&lt;br /&gt;
==Table 4==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot;&lt;br /&gt;
|+ Descount Code &lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Anex 1.8-2021 - 13.3.8. Descount Codes&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Code&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Meaning&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|00&lt;br /&gt;
|Unconditional discount&lt;br /&gt;
|-&lt;br /&gt;
|01&lt;br /&gt;
|Conditional Discount&lt;br /&gt;
|}&lt;br /&gt;
|}&lt;br /&gt;
==Table 5==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot;&lt;br /&gt;
|+ TType of person&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Anex 1.8-2021 - 13.2.3. Type of legal organization (People): cbc:AdditionalAccountID&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Code&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Meaning&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|Legal person and assimilated&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|Natural person and assimilated&lt;br /&gt;
|}&lt;br /&gt;
|}&lt;br /&gt;
==Table 6==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; &lt;br /&gt;
|+ Units of Measure &lt;br /&gt;
|- valign=&amp;quot;center&amp;quot; &lt;br /&gt;
|-style=&amp;quot;text-align:center;&amp;quot; &lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Anex 1.8-2021 - 13.3.6. Units of amount: @unitCode &lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; &lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Code &lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Description &lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Code &lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Description &lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Code &lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Description &lt;br /&gt;
|- valign=&amp;quot;center&amp;quot; &lt;br /&gt;
|- &lt;br /&gt;
|04 &lt;br /&gt;
|small spray &lt;br /&gt;
|BIL &lt;br /&gt;
|trillion dollars &lt;br /&gt;
|HUR &lt;br /&gt;
|hour &lt;br /&gt;
|- &lt;br /&gt;
|05 &lt;br /&gt;
|lift &lt;br /&gt;
|BJ &lt;br /&gt;
|bucket &lt;br /&gt;
|HY &lt;br /&gt;
|hundred yardas &lt;br /&gt;
|- &lt;br /&gt;
|08 &lt;br /&gt;
|Lot Heat &lt;br /&gt;
|BK &lt;br /&gt;
|Basket &lt;br /&gt;
|IA &lt;br /&gt;
|Inch Pound &lt;br /&gt;
|- &lt;br /&gt;
|10 &lt;br /&gt;
|group &lt;br /&gt;
|BL &lt;br /&gt;
|bullet &lt;br /&gt;
|IC &lt;br /&gt;
|count per inch &lt;br /&gt;
|- &lt;br /&gt;
|11 &lt;br /&gt;
|equip &lt;br /&gt;
|BLD &lt;br /&gt;
|dry barrel &lt;br /&gt;
|IE &lt;br /&gt;
|person&lt;br /&gt;
|- &lt;br /&gt;
|13 &lt;br /&gt;
|ration &lt;br /&gt;
|BLL &lt;br /&gt;
|barrel (EE.UU.)(petroleo, etc.) &lt;br /&gt;
|IF &lt;br /&gt;
|inches of water &lt;br /&gt;
|- &lt;br /&gt;
|14 &lt;br /&gt;
|shot &lt;br /&gt;
|BO &lt;br /&gt;
|bottle &lt;br /&gt;
|II &lt;br /&gt;
|column inch &lt;br /&gt;
|-&lt;br /&gt;
|15&lt;br /&gt;
|stick&lt;br /&gt;
|BP&lt;br /&gt;
|hundred board feet&lt;br /&gt;
|IL&lt;br /&gt;
|inch per minute&lt;br /&gt;
|-&lt;br /&gt;
|16&lt;br /&gt;
|hundred and fifteen kg drum&lt;br /&gt;
|BQL&lt;br /&gt;
|becquerel&lt;br /&gt;
|IM&lt;br /&gt;
|printing&lt;br /&gt;
|-&lt;br /&gt;
|17&lt;br /&gt;
|hundred pound drum&lt;br /&gt;
|BR&lt;br /&gt;
|bar&lt;br /&gt;
|INH&lt;br /&gt;
|inch&lt;br /&gt;
|}&lt;br /&gt;
|}&lt;br /&gt;
 &#039;&#039;&#039;@IMPORTANT:&#039;&#039;&#039; This catalog is more extensive, for more information refer to the section of the corresponding Annex.&lt;br /&gt;
==Table 7==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot;&lt;br /&gt;
|+ Reference pricing codes&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Anex 1.8-2021 - 13.3.9. Type of legal organization (Persons): cbc:AdditionalAccountID&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Code&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Meaning&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|01&lt;br /&gt;
|Commercial value&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#FF0000; text-align:left;&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Note: &amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; For commercial samples or gifts, &#039;01&#039; must be sent in the field &#039;&#039;&#039;codigoTipoPrecio&#039;&#039;&#039;&lt;br /&gt;
|}&lt;br /&gt;
==Table 8==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot;&lt;br /&gt;
|+ Codes for products and services&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Anex 1.7-2020 - 6.2.3. Type of legal organization (People): cbc:AdditionalAccountID&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|@schemeID&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|@schemeName&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|schemeAgencyID&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|To use&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|001&lt;br /&gt;
|UNSPSC&lt;br /&gt;
|10&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|Colombia Efficient Purchase: use content of the &amp;quot;Code&amp;quot; column&lt;br /&gt;
* Ver 8.1&lt;br /&gt;
|-&lt;br /&gt;
|010&lt;br /&gt;
|GTIN&lt;br /&gt;
|9&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|Global Product Identification Numbers - GTIN&lt;br /&gt;
* Ver 8.2&lt;br /&gt;
*  When there are fewer than 14 numbers in a data structure (for example, GTIN8), the numbers must be right-justified in a 14-digit field padded with zeros in the leftmost positions.&lt;br /&gt;
|-&lt;br /&gt;
|020&lt;br /&gt;
|rate item&lt;br /&gt;
|195&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|rate item&lt;br /&gt;
|-&lt;br /&gt;
|999&lt;br /&gt;
|Taxpayer Adoption Standard&lt;br /&gt;
|&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|&lt;br /&gt;
* The value in the @schemeName attribute will not be validated&lt;br /&gt;
* The @schemeAgencyID attribute must not be used&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#FF0000;&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Note: &amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; For commercial samples or gifts, &#039;01&#039; must be sent in the &#039;&#039;&#039;codigoTipoPrecio&#039;&#039;&#039; field.&lt;br /&gt;
&#039;&#039;&#039;@IMPORTANT:&#039;&#039;&#039; For more information on the code for products and services, refer to the section of the corresponding Annex.&lt;br /&gt;
==Table 9==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot;&lt;br /&gt;
|+ Credit Note Reasons&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Anex 1.8-2021 - 13.3.4. Correction concept for credit notes: cac:DiscrepancyResponse/cbc:ResponseCode&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Code&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|Partial return of goods and/or partial non-acceptance of service&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|Electronic invoice cancellation&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|Rebate or partial or total discount&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|Price Adjust&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|others&lt;br /&gt;
|}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Table 10==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot;&lt;br /&gt;
|+ Debit Note Reasons&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Anex 1.7-2020 - 6.2.6. Concept of Correction for Debit Notes: cac:DiscrepancyResponse/cbc:ResponseCode&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Code&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|Interests&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|Expenses receivable&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|Value change&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|others&lt;br /&gt;
|}&lt;br /&gt;
==Table 11==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot;&lt;br /&gt;
|+ Tax Types&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Anex 1.7-2020 - 6.2.2. Tributos: cac:TaxScheme/ID, cac:TaxScheme/Name&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Identifier&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Name&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|01&lt;br /&gt;
|IVA&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|Value Added Tax&lt;br /&gt;
|-&lt;br /&gt;
|02&lt;br /&gt;
|IC&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|Consumption Tax&lt;br /&gt;
|-&lt;br /&gt;
|03&lt;br /&gt;
|ICA&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|Industry, Commerce and Notice Tax&lt;br /&gt;
|-&lt;br /&gt;
|04&lt;br /&gt;
|INC&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|National Consumption Tax&lt;br /&gt;
|-&lt;br /&gt;
|05&lt;br /&gt;
|ReteIVA&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|Withholding on IVA&lt;br /&gt;
|-&lt;br /&gt;
|06&lt;br /&gt;
|ReteRenta&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|Withholding on Income&lt;br /&gt;
|-&lt;br /&gt;
|07&lt;br /&gt;
|ReteICA&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|Withholding on the ICA&lt;br /&gt;
|-&lt;br /&gt;
|08&lt;br /&gt;
|IC Porcentual&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|Tax on Consumption of Plastic Bag&lt;br /&gt;
|-&lt;br /&gt;
|20&lt;br /&gt;
|FtoHorticultura&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|Fruit and Vegetable Promotion Fee&lt;br /&gt;
|-&lt;br /&gt;
|21&lt;br /&gt;
|Timbre&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|Stamp Tax&lt;br /&gt;
|-&lt;br /&gt;
|22&lt;br /&gt;
|INC Bolsas&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|National Tax on Plastic Bag Consumption&lt;br /&gt;
|-&lt;br /&gt;
|23&lt;br /&gt;
|INCarbono&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|National Carbon Tax&lt;br /&gt;
|-&lt;br /&gt;
|24&lt;br /&gt;
|INCombustibles&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|National Tax on Fuels&lt;br /&gt;
|-&lt;br /&gt;
|25&lt;br /&gt;
|Sobretasa Combustibles&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|Surcharge on fuels&lt;br /&gt;
|-&lt;br /&gt;
|26&lt;br /&gt;
|Sordicom&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|Retail Contribution (Fuels)&lt;br /&gt;
|-&lt;br /&gt;
|30&lt;br /&gt;
|IC Datos&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|Data Consumption Tax&lt;br /&gt;
|-&lt;br /&gt;
|ZY&lt;br /&gt;
|No causa&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|Not responsible for tax&lt;br /&gt;
|-&lt;br /&gt;
|ZZ&lt;br /&gt;
|Name of the tax figure&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|Other taxes, rates, contributions, and similar&lt;br /&gt;
|}&lt;br /&gt;
|}&lt;br /&gt;
==Table 12==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot;&lt;br /&gt;
|+ Tax Fees&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Anex 1.7-2020 - 6.3.8. Rate Tables for Tax&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Reporting tax&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Possible values for the cbc:Percent field&lt;br /&gt;
The rate to report will depend on the tax aspect of the reported tax.&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|IVA&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width:700px;|&amp;amp;nbsp;&lt;br /&gt;
| style=&amp;quot;width:50px;|rate&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
|   Concept|| rate || (cbc:Percent)|| &amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
|   Exempt|| 0.00 || &amp;amp;nbsp;|&lt;br /&gt;
|-&lt;br /&gt;
|   Goods/Services at 5|| 5.00 || &amp;amp;nbsp;|&lt;br /&gt;
|-&lt;br /&gt;
|   Contracts signed with the state before law 1819|| 16.00 || &amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
|   General rate|| 19.00 || &amp;amp;nbsp;&lt;br /&gt;
|}&lt;br /&gt;
|-&lt;br /&gt;
|INC&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width:700px;|&amp;amp;nbsp;&lt;br /&gt;
|rate&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
|  Item &amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;|| (cbc:Percent)|| &amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
|   Special rate|| 2.00 || &amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
|   Special rate|| 4.00 || &amp;amp;nbsp;|&lt;br /&gt;
|-&lt;br /&gt;
|   General rate|| 8.00 || &amp;amp;nbsp;|&lt;br /&gt;
|-&lt;br /&gt;
|   Special rate|| 16.00 || &amp;amp;nbsp;|&lt;br /&gt;
|}&lt;br /&gt;
|-&lt;br /&gt;
|ReteIVA&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|&lt;br /&gt;
15.00&amp;lt;br&amp;gt;&lt;br /&gt;
100.00&lt;br /&gt;
|}&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#FF0000;&amp;quot;&amp;gt;&amp;lt;b&amp;gt;@IMPORTANT: &amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt;This catalog &#039;&#039;&#039;fees for Tax&#039;&#039;&#039; is more extensive, for more information refer to the section of the corresponding Annex.&lt;br /&gt;
&lt;br /&gt;
==Table 13==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot;&lt;br /&gt;
|+ Payment methods &lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Anex 1.7-2020 - 6.3.4.2. Payment methods: cbc:PaymentMeansCode&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Code&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Medio&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Code&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Medio&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|Instrument not defined&lt;br /&gt;
|39&lt;br /&gt;
|Corporate Exchange Business Loan (CTX)&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|Crédito ACH&lt;br /&gt;
|40&lt;br /&gt;
|Business Debit Corporate Exchange (CTX)&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|Débito ACH&lt;br /&gt;
|41&lt;br /&gt;
|Concentration Cash/Credit Disbursement Plus (CCD+)&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|ACH demand debit reversal &lt;br /&gt;
|42&lt;br /&gt;
|Bank collection&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|Reversal of ACH demand credit&lt;br /&gt;
|43&lt;br /&gt;
|Cash concentration / Debit plus Disbursement (CCD+)&lt;br /&gt;
|-&lt;br /&gt;
|6&lt;br /&gt;
|ACH Demand Credit&lt;br /&gt;
|44&lt;br /&gt;
|Exchange Note&lt;br /&gt;
|-&lt;br /&gt;
|7&lt;br /&gt;
|ACH demand debit&lt;br /&gt;
|45&lt;br /&gt;
|Transfer Bank Credit&lt;br /&gt;
|-&lt;br /&gt;
|8&lt;br /&gt;
|Maintain&lt;br /&gt;
|46&lt;br /&gt;
|Interbank Debit Transfer&lt;br /&gt;
|-&lt;br /&gt;
|9&lt;br /&gt;
|National or Regional Clearing&lt;br /&gt;
|47&lt;br /&gt;
|Bank Debit Transfer&lt;br /&gt;
|-&lt;br /&gt;
|10&lt;br /&gt;
|Cash&lt;br /&gt;
|48&lt;br /&gt;
|Credit card&lt;br /&gt;
|-&lt;br /&gt;
|11&lt;br /&gt;
|Credit Savings Reversal &lt;br /&gt;
|49&lt;br /&gt;
|Debit Card&lt;br /&gt;
|-&lt;br /&gt;
|12&lt;br /&gt;
|Reversion Debit Savings&lt;br /&gt;
|50&lt;br /&gt;
|Postdraft&lt;br /&gt;
|-&lt;br /&gt;
|13&lt;br /&gt;
|Savings Credit&lt;br /&gt;
|51&lt;br /&gt;
|French banking standard Telex&lt;br /&gt;
|-&lt;br /&gt;
|14&lt;br /&gt;
|Debit Saving&lt;br /&gt;
|52&lt;br /&gt;
|Urgent business payment&lt;br /&gt;
|-&lt;br /&gt;
|15&lt;br /&gt;
|Bookentry Credit&lt;br /&gt;
|53&lt;br /&gt;
|Urgent Treasury Payment&lt;br /&gt;
|-&lt;br /&gt;
|16&lt;br /&gt;
|Bookentry Debit&lt;br /&gt;
|60&lt;br /&gt;
|Note promisoria&lt;br /&gt;
|-&lt;br /&gt;
|17&lt;br /&gt;
|Concentration of demand in cash/Credit Disbursement (CCD)&lt;br /&gt;
|61&lt;br /&gt;
|Promissory note signed by the creditor&lt;br /&gt;
|-&lt;br /&gt;
|18&lt;br /&gt;
|Concentration of demand in cash / Disbursement (CCD) debit&lt;br /&gt;
|62&lt;br /&gt;
|Promissory note signed by the creditor, endorsed by the bank&lt;br /&gt;
|-&lt;br /&gt;
|19&lt;br /&gt;
|Corporate Business Payment Credit (CTP)&lt;br /&gt;
|63&lt;br /&gt;
|Promissory note signed by the creditor, endorsed by a third party&lt;br /&gt;
|-&lt;br /&gt;
|20&lt;br /&gt;
|Check&lt;br /&gt;
|64&lt;br /&gt;
|Note promisoria firmada pro el banco&lt;br /&gt;
|-&lt;br /&gt;
|21&lt;br /&gt;
|Poyecto bancario&lt;br /&gt;
|65&lt;br /&gt;
|Promissory note signed by a bank guaranteed by another bank&lt;br /&gt;
|-&lt;br /&gt;
|22&lt;br /&gt;
|Certified bank project  &lt;br /&gt;
|66&lt;br /&gt;
|Signed promissory note&lt;br /&gt;
|-&lt;br /&gt;
|23&lt;br /&gt;
| Bank check &lt;br /&gt;
|67&lt;br /&gt;
|Promissory note signed by a third party guaranteed by a bank&lt;br /&gt;
|-&lt;br /&gt;
|24&lt;br /&gt;
|Foreign exchange note awaiting acceptance &lt;br /&gt;
|70&lt;br /&gt;
|Withdrawal of note by creditor&lt;br /&gt;
|-&lt;br /&gt;
|25&lt;br /&gt;
|Certified check &lt;br /&gt;
|71&lt;br /&gt;
|Bonds&lt;br /&gt;
|-&lt;br /&gt;
|26&lt;br /&gt;
|Local Check  &lt;br /&gt;
|72&lt;br /&gt;
|Vouchers&lt;br /&gt;
|-&lt;br /&gt;
|27&lt;br /&gt;
|Debit Payment Corporate Business (CTP) &lt;br /&gt;
|74&lt;br /&gt;
|Withdrawal of note by the creditor on a bank&lt;br /&gt;
|-&lt;br /&gt;
|28&lt;br /&gt;
|Credit Business Corporate Exchange (CTX)  &lt;br /&gt;
|75&lt;br /&gt;
|Withdrawal of note by the creditor, guaranteed by another bank&lt;br /&gt;
|-&lt;br /&gt;
|29&lt;br /&gt;
|Debit Business Corporate Exchange (CTX)  &lt;br /&gt;
|76&lt;br /&gt;
|Withdrawal of note by the creditor, on a bank guaranteed by a third party&lt;br /&gt;
|-&lt;br /&gt;
|30&lt;br /&gt;
|Credit Transfer &lt;br /&gt;
|77&lt;br /&gt;
|Withdrawal of a note by the creditor on a third party&lt;br /&gt;
|-&lt;br /&gt;
|31&lt;br /&gt;
|Transfer Debit &lt;br /&gt;
|78&lt;br /&gt;
|Withdrawal of a note by the creditor on a third party guaranteed by a bank&lt;br /&gt;
|-&lt;br /&gt;
|32&lt;br /&gt;
|Concentration Cash / Disbursement Credit plus (CCD+)  &lt;br /&gt;
|91&lt;br /&gt;
|Transferable bank note&lt;br /&gt;
|-&lt;br /&gt;
|33&lt;br /&gt;
|Concentration Cash / Disbursement Debit plus (CCD+)  &lt;br /&gt;
|92&lt;br /&gt;
|Local transferable check&lt;br /&gt;
|-&lt;br /&gt;
|34&lt;br /&gt;
|Pre-arranged payment and deposit (PPD)  &lt;br /&gt;
|93&lt;br /&gt;
|Referenced draft&lt;br /&gt;
|-&lt;br /&gt;
|35&lt;br /&gt;
|Cash concentration savings / Credit Disbursement (CCD)  &lt;br /&gt;
|94&lt;br /&gt;
|Urgent transfer&lt;br /&gt;
|-&lt;br /&gt;
|36&lt;br /&gt;
|Cash concentration savings / Credit Disbursement (CCD)  &lt;br /&gt;
|95&lt;br /&gt;
|Open format draft&lt;br /&gt;
|-&lt;br /&gt;
|37&lt;br /&gt;
|Payment Corporate Business Savings Credit (CTP)  &lt;br /&gt;
|96&lt;br /&gt;
|Requested payment method not used&lt;br /&gt;
|-&lt;br /&gt;
|38&lt;br /&gt;
|Payment Corporate Business Debit Savings (CTP) &lt;br /&gt;
|97&lt;br /&gt;
|Clearing between partners&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|ZZZ&lt;br /&gt;
|Mutual Agreement&lt;br /&gt;
|}&lt;br /&gt;
|}&lt;br /&gt;
==Table 14==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot;&lt;br /&gt;
|+ Form to Payment Method &lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Anex 1.7-2020 - 6.3.4.1. Payment methods: cbc:PaymentMeans/ID&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Code&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Meaning&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|Cash&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|Credit&lt;br /&gt;
|}&lt;br /&gt;
|}&lt;br /&gt;
==Table 15==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot;&lt;br /&gt;
|+ Terms of delivery (INCOTERMS)&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Anex 1.7-2020 - 6.3.6. Terms of delivery (INCOTERMS): …/cbc:LossRiskResponsibilityCode&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Code&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Meaning&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|CFR	&lt;br /&gt;
|Cost &amp;amp; Freight&lt;br /&gt;
|-&lt;br /&gt;
|CIF	&lt;br /&gt;
|Cost, freight and insurance&lt;br /&gt;
|-&lt;br /&gt;
|CIP	&lt;br /&gt;
|Transport and Insurance Paid to&lt;br /&gt;
|-&lt;br /&gt;
|CPT	&lt;br /&gt;
|Carriage Paid To&lt;br /&gt;
|-&lt;br /&gt;
|DAP	&lt;br /&gt;
|Delivered to Place&lt;br /&gt;
|-&lt;br /&gt;
|DAT	&lt;br /&gt;
|Delivered at Terminal&lt;br /&gt;
|-&lt;br /&gt;
|DDP	&lt;br /&gt;
|Delivered Duty Paid&lt;br /&gt;
|-&lt;br /&gt;
|EXW	&lt;br /&gt;
|In Factory&lt;br /&gt;
|-&lt;br /&gt;
|FAS	&lt;br /&gt;
|Free alongside ship&lt;br /&gt;
|-&lt;br /&gt;
|FCA	&lt;br /&gt;
|Freight Carrier&lt;br /&gt;
|-&lt;br /&gt;
|FOB	&lt;br /&gt;
|Free on board&lt;br /&gt;
|}&lt;br /&gt;
|}&lt;br /&gt;
==Table 16==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot;&lt;br /&gt;
|+ Departments (ISO 3166-2:CO)&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Anex 1.7-2020 - 6.4.2. Departments (ISO 3166-2:CO): cbc:CountrySubentity, cbc:CountrySubentityCode&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Code&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Name&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|ISO code&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Code&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Name&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|ISO code&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|91&lt;br /&gt;
|Amazonas&lt;br /&gt;
|AMA&lt;br /&gt;
|41&lt;br /&gt;
|Huila&lt;br /&gt;
|HUI&lt;br /&gt;
|-&lt;br /&gt;
|05&lt;br /&gt;
|Antioquia&lt;br /&gt;
|ANT&lt;br /&gt;
|44&lt;br /&gt;
|La Guajira&lt;br /&gt;
|LAG&lt;br /&gt;
|-&lt;br /&gt;
|81&lt;br /&gt;
|Arauca&lt;br /&gt;
|ARA&lt;br /&gt;
|47&lt;br /&gt;
|Magdalena&lt;br /&gt;
|MAG&lt;br /&gt;
|-&lt;br /&gt;
|08&lt;br /&gt;
|Atlántico&lt;br /&gt;
|ATL&lt;br /&gt;
|50&lt;br /&gt;
|Meta&lt;br /&gt;
|MET&lt;br /&gt;
|-&lt;br /&gt;
|11&lt;br /&gt;
|Bogotá&lt;br /&gt;
|DC&lt;br /&gt;
|52&lt;br /&gt;
|Nariño&lt;br /&gt;
|NAR&lt;br /&gt;
|-&lt;br /&gt;
|13&lt;br /&gt;
|Bolívar&lt;br /&gt;
|BOL&lt;br /&gt;
|54&lt;br /&gt;
|Norte de Santander&lt;br /&gt;
|NSA&lt;br /&gt;
|-&lt;br /&gt;
|15&lt;br /&gt;
|Boyacá&lt;br /&gt;
|BOY&lt;br /&gt;
|86&lt;br /&gt;
|Putumayo&lt;br /&gt;
|PUT&lt;br /&gt;
|-&lt;br /&gt;
|17&lt;br /&gt;
|Caldas&lt;br /&gt;
|CAL&lt;br /&gt;
|63&lt;br /&gt;
|Quindío&lt;br /&gt;
|QUI&lt;br /&gt;
|-&lt;br /&gt;
|18&lt;br /&gt;
|Caquetá&lt;br /&gt;
|CAQ&lt;br /&gt;
|66&lt;br /&gt;
|Risaralda&lt;br /&gt;
|RIS&lt;br /&gt;
|-&lt;br /&gt;
|85&lt;br /&gt;
|Casanare&lt;br /&gt;
|CAS&lt;br /&gt;
|88&lt;br /&gt;
|San Andrés y Providencia&lt;br /&gt;
|SAP&lt;br /&gt;
|-&lt;br /&gt;
|19&lt;br /&gt;
|Cauca&lt;br /&gt;
|CAU&lt;br /&gt;
|68&lt;br /&gt;
|Santander&lt;br /&gt;
|SAN&lt;br /&gt;
|-&lt;br /&gt;
|20&lt;br /&gt;
|Cesar&lt;br /&gt;
|CES&lt;br /&gt;
|70&lt;br /&gt;
|Sucre&lt;br /&gt;
|SUC&lt;br /&gt;
|-&lt;br /&gt;
|27&lt;br /&gt;
|Chocó&lt;br /&gt;
|CHO&lt;br /&gt;
|73&lt;br /&gt;
|Tolima&lt;br /&gt;
|TOL&lt;br /&gt;
|-&lt;br /&gt;
|23&lt;br /&gt;
|Córdoba&lt;br /&gt;
|COR&lt;br /&gt;
|76&lt;br /&gt;
|Valle del Cauca&lt;br /&gt;
|VAC&lt;br /&gt;
|-&lt;br /&gt;
|25&lt;br /&gt;
|Cundinamarca&lt;br /&gt;
|CUN&lt;br /&gt;
|97&lt;br /&gt;
|Vaupés&lt;br /&gt;
|VAU&lt;br /&gt;
|-&lt;br /&gt;
|94&lt;br /&gt;
|Guainía&lt;br /&gt;
|GUA&lt;br /&gt;
|99&lt;br /&gt;
|Vichada&lt;br /&gt;
|VID&lt;br /&gt;
|-&lt;br /&gt;
|95&lt;br /&gt;
|Guaviare&lt;br /&gt;
|GUV&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
|}&lt;br /&gt;
==Table 17==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot;&lt;br /&gt;
|+ Tax responsibilities &lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Anex 1.7-2020 - 6.2.7. Tax responsibilities: cbc:TaxLevelCode&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Code&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Meaning&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|0-13	&lt;br /&gt;
|Major contributor&lt;br /&gt;
|-&lt;br /&gt;
|0-15	&lt;br /&gt;
|Self-Locking&lt;br /&gt;
|-&lt;br /&gt;
|0-23	&lt;br /&gt;
|Sales tax withholding agent&lt;br /&gt;
|-&lt;br /&gt;
|0-47	&lt;br /&gt;
|Simple Taxation System – SIMPLE&lt;br /&gt;
|-&lt;br /&gt;
|R-99-PN	&lt;br /&gt;
|Does not apply - Others&lt;br /&gt;
|}&lt;br /&gt;
|}&lt;br /&gt;
==Table 18==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot;&lt;br /&gt;
|+ tax details&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Anex 1.7-2020 - 6.2.2. Taxes: cac:TaxScheme/ID, cac:TaxScheme/Name&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Codigo&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Meaning&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|01&lt;br /&gt;
|IVA&lt;br /&gt;
|-&lt;br /&gt;
|04&lt;br /&gt;
|INC&lt;br /&gt;
|-&lt;br /&gt;
|ZA&lt;br /&gt;
|IVA e INC&lt;br /&gt;
|-&lt;br /&gt;
|ZZ&lt;br /&gt;
|Does not apply &lt;br /&gt;
|}&lt;br /&gt;
|}&lt;br /&gt;
==Table 19==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot;&lt;br /&gt;
|+ Municipality&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Anex 1.7-2020 - 6.4.3. Municipality: cbc:CityName&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Code Department&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Code Municipal&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Name Department&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Name Municipal&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|05&lt;br /&gt;
|05044&lt;br /&gt;
|Antioquia&lt;br /&gt;
|ANZÁ&lt;br /&gt;
|-&lt;br /&gt;
|05&lt;br /&gt;
|05045&lt;br /&gt;
|Antioquia&lt;br /&gt;
|APARTADÓ&lt;br /&gt;
|-&lt;br /&gt;
|05&lt;br /&gt;
|05051&lt;br /&gt;
|Antioquia&lt;br /&gt;
|ARBOLETES&lt;br /&gt;
|-&lt;br /&gt;
|05&lt;br /&gt;
|05055&lt;br /&gt;
|Antioquia&lt;br /&gt;
|ARGELIA&lt;br /&gt;
|-&lt;br /&gt;
|05&lt;br /&gt;
|05059&lt;br /&gt;
|Antioquia&lt;br /&gt;
|ARMENIA&lt;br /&gt;
|-&lt;br /&gt;
|05&lt;br /&gt;
|05079&lt;br /&gt;
|Antioquia&lt;br /&gt;
|BARBOSA&lt;br /&gt;
|-&lt;br /&gt;
|05&lt;br /&gt;
|05086&lt;br /&gt;
|Antioquia&lt;br /&gt;
|BELMIRA&lt;br /&gt;
|-&lt;br /&gt;
|05&lt;br /&gt;
|05088&lt;br /&gt;
|Antioquia&lt;br /&gt;
|BELLO&lt;br /&gt;
|-&lt;br /&gt;
|05&lt;br /&gt;
|05091&lt;br /&gt;
|Antioquia&lt;br /&gt;
|BETANIA&lt;br /&gt;
|-&lt;br /&gt;
|05&lt;br /&gt;
|05093&lt;br /&gt;
|Antioquia&lt;br /&gt;
|BETULIA&lt;br /&gt;
|-&lt;br /&gt;
|05&lt;br /&gt;
|05101&lt;br /&gt;
|Antioquia&lt;br /&gt;
|CIUDAD BOLÍVAR&lt;br /&gt;
|-&lt;br /&gt;
|05&lt;br /&gt;
|05107&lt;br /&gt;
|Antioquia&lt;br /&gt;
|BRICEÑO&lt;br /&gt;
|-&lt;br /&gt;
|05&lt;br /&gt;
|05113&lt;br /&gt;
|Antioquia&lt;br /&gt;
|BURITICÁ&lt;br /&gt;
|-&lt;br /&gt;
|05&lt;br /&gt;
|05120&lt;br /&gt;
|Antioquia&lt;br /&gt;
|CÁCERES&lt;br /&gt;
|-&lt;br /&gt;
|05&lt;br /&gt;
|05125&lt;br /&gt;
|Antioquia&lt;br /&gt;
|CAICEDO&lt;br /&gt;
|-&lt;br /&gt;
|05&lt;br /&gt;
|05129&lt;br /&gt;
|Antioquia&lt;br /&gt;
|CALDAS&lt;br /&gt;
|-&lt;br /&gt;
|05&lt;br /&gt;
|05134&lt;br /&gt;
|Antioquia&lt;br /&gt;
|CAMPAMENTO&lt;br /&gt;
|-&lt;br /&gt;
|05&lt;br /&gt;
|05138&lt;br /&gt;
|Antioquia&lt;br /&gt;
|CAÑASGORDAS&lt;br /&gt;
|-&lt;br /&gt;
|05&lt;br /&gt;
|05142&lt;br /&gt;
|Antioquia&lt;br /&gt;
|CARACOLÍ&lt;br /&gt;
|-&lt;br /&gt;
|05&lt;br /&gt;
|05145&lt;br /&gt;
|Antioquia&lt;br /&gt;
|CARAMANTA&lt;br /&gt;
|-&lt;br /&gt;
|05&lt;br /&gt;
|05147&lt;br /&gt;
|Antioquia&lt;br /&gt;
|CAREPA&lt;br /&gt;
|-&lt;br /&gt;
|05&lt;br /&gt;
|05148&lt;br /&gt;
|Antioquia&lt;br /&gt;
|EL CARMEN DE VIBORAL&lt;br /&gt;
|-&lt;br /&gt;
|05&lt;br /&gt;
|05150&lt;br /&gt;
|Antioquia&lt;br /&gt;
|CAROLINA&lt;br /&gt;
|-&lt;br /&gt;
|05&lt;br /&gt;
|05154&lt;br /&gt;
|Antioquia&lt;br /&gt;
|CAUCASIA&lt;br /&gt;
|-&lt;br /&gt;
|05&lt;br /&gt;
|05172&lt;br /&gt;
|Antioquia&lt;br /&gt;
|CHIGORODÓ&lt;br /&gt;
|}&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;@IMPORTANT:&#039;&#039;&#039; This catalog &#039;&#039;&#039; municipalities&#039;&#039;&#039; is more extensive, for more information refer to the section of the corresponding Annex.&lt;br /&gt;
==Table 20==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot;&lt;br /&gt;
|+ Postal zone&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Anex 1.7-2020 - 6.4.4. Reference to other documents cbc:PostalZone &amp;lt;br&amp;gt;&lt;br /&gt;
In Colombia, the postal code consists of 6 digits (example: 578986) that initially indicate the geographical position, followed by the routing and finally the one that locates us within the postal area, as follows:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;National Departments&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
The first two digits represent the national departments, using the current Dane coding. Codes less than 10 must start with a leading zero.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Departmental routing postal zones&#039;&#039;&#039; &amp;lt;br&amp;gt;&lt;br /&gt;
The third and fourth position define the routing postal zones to facilitate the classification through the Postal Code: 00 is reserved for the capital of the department. From 01 to 89, each department can be divided into up to 89 postal routing zones.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Postal district by municipality or locality&#039;&#039;&#039; &amp;lt;br&amp;gt;&lt;br /&gt;
The last two positions of the National Postal Code allow one hundred postal districts to be assigned to each of the ten postal zones created in each department. That is, up to a thousand different districts can be assigned in each department, for a total of thirty-three thousand at the national level.&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#FF0000;&amp;quot;&amp;gt;&amp;lt;b&amp;gt;@IMPORTANT: &amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt;For more information, refer to the corresponding Annex section.&lt;br /&gt;
==Table 21==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot;&lt;br /&gt;
|+Reference to non-tax documents&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|&#039;&#039;&#039;Anex 1.8 - 13.1.4. Reference to non-tax documents: cbc:DocumentTypeCode&#039;&#039;&#039; &amp;lt;br&amp;gt;&lt;br /&gt;
This element refers to the&#039;&#039;&#039;xpath /Invoice/cac:AdditionalDocumentReference/cbc: DocumentTypeCode&#039;&#039;&#039;. These documents represent commercial and mercantile actions that protect or support transactions related to this electronic document.&lt;br /&gt;
&lt;br /&gt;
The XML electronic documents adopted by the DIAN should not be included in this fragment since these documents do not contain the standard identifications such as CUFE or CUDE.&lt;br /&gt;
&lt;br /&gt;
As it is a delivery order, the &#039;&#039;&#039;OrderReference&#039;&#039;&#039;, element group must be used. When reporting more than one, the AdditionalDocumentReference group must be available.&lt;br /&gt;
&lt;br /&gt;
This field of this group of information is optional to reference commercial issues at the will of the electronic biller, therefore, the codes are assigned by it.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&#039;&#039;&#039;TABLES OF CODES FOR THE ISSUANCE OF DOCUMENTS IN THE HEALTH SECTOR&#039;&#039;&#039;&amp;lt;/center&amp;gt;&lt;br /&gt;
==Table 22==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot;&lt;br /&gt;
|+  Identification Document Type- Health Sector&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Abv&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Type of Identification Document&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|CC&lt;br /&gt;
|Citizenship card&lt;br /&gt;
|-&lt;br /&gt;
|CE&lt;br /&gt;
|Immigration Certificate&lt;br /&gt;
|-&lt;br /&gt;
|CD&lt;br /&gt;
|Diplomatic ID&lt;br /&gt;
|-&lt;br /&gt;
|PA&lt;br /&gt;
|Passport&lt;br /&gt;
|-&lt;br /&gt;
|SC&lt;br /&gt;
|Safe conduct&lt;br /&gt;
|-&lt;br /&gt;
|PE&lt;br /&gt;
|special stay permit&lt;br /&gt;
|-&lt;br /&gt;
|RC&lt;br /&gt;
|Civil registration of birth&lt;br /&gt;
|-&lt;br /&gt;
|TI&lt;br /&gt;
|Identity Card&lt;br /&gt;
|-&lt;br /&gt;
|CN&lt;br /&gt;
|Live birth certificate&lt;br /&gt;
|-&lt;br /&gt;
|AS&lt;br /&gt;
|Adult Unidentified&lt;br /&gt;
|-&lt;br /&gt;
|MS&lt;br /&gt;
|Unidentified Minor&lt;br /&gt;
|-&lt;br /&gt;
|DE&lt;br /&gt;
|Foreign Document&lt;br /&gt;
|-&lt;br /&gt;
|SI&lt;br /&gt;
|Without Identification&lt;br /&gt;
|}&lt;br /&gt;
|}&lt;br /&gt;
==Table 23==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot;&lt;br /&gt;
|+ User Type - Health Sector&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Code&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|User type&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|01&lt;br /&gt;
|Contributing taxpayer&lt;br /&gt;
|-&lt;br /&gt;
|02&lt;br /&gt;
|Contributory beneficiary&lt;br /&gt;
|-&lt;br /&gt;
|03&lt;br /&gt;
|Additional contributory&lt;br /&gt;
|-&lt;br /&gt;
|04&lt;br /&gt;
|Subsidised&lt;br /&gt;
|-&lt;br /&gt;
|05&lt;br /&gt;
|Not regim&lt;br /&gt;
|-&lt;br /&gt;
|06&lt;br /&gt;
|Special or Contributing Exception&lt;br /&gt;
|-&lt;br /&gt;
|07&lt;br /&gt;
|Special or Exception beneficiary&lt;br /&gt;
|-&lt;br /&gt;
|08&lt;br /&gt;
|Individual&lt;br /&gt;
|-&lt;br /&gt;
|09&lt;br /&gt;
|Policyholder/Protected ARL&lt;br /&gt;
|-&lt;br /&gt;
|10&lt;br /&gt;
|Policyholder/Protected SOAT&lt;br /&gt;
|-&lt;br /&gt;
|11&lt;br /&gt;
|Policy holder/Protected voluntary health plans&lt;br /&gt;
|}&lt;br /&gt;
|}&lt;br /&gt;
==Table 24==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot;&lt;br /&gt;
|+ Hiring Modalities - Health Sector&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Code&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Hiring Modalities&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|01&lt;br /&gt;
|Package / Basket / Comprehensive Health Set&lt;br /&gt;
|-&lt;br /&gt;
|02&lt;br /&gt;
|Diagnosis-related Groups&lt;br /&gt;
|-&lt;br /&gt;
|03&lt;br /&gt;
|Comprehensive by risk group&lt;br /&gt;
|-&lt;br /&gt;
|04&lt;br /&gt;
|Payment by contact by specialty&lt;br /&gt;
|-&lt;br /&gt;
|05&lt;br /&gt;
|Payment per scenario of care&lt;br /&gt;
|-&lt;br /&gt;
|06&lt;br /&gt;
|Payment per service type&lt;br /&gt;
|-&lt;br /&gt;
|07&lt;br /&gt;
|Prospective global payment per episode&lt;br /&gt;
|-&lt;br /&gt;
|08&lt;br /&gt;
|Global prospective payment by risk group&lt;br /&gt;
|-&lt;br /&gt;
|09&lt;br /&gt;
|Prospective lump sum payment by specialty&lt;br /&gt;
|-&lt;br /&gt;
|10&lt;br /&gt;
|Prospective global payment by level of complexity&lt;br /&gt;
|-&lt;br /&gt;
|11&lt;br /&gt;
|Capacitation&lt;br /&gt;
|-&lt;br /&gt;
|12&lt;br /&gt;
|For service&lt;br /&gt;
|}&lt;br /&gt;
|}&lt;br /&gt;
==Table 25==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot;&lt;br /&gt;
|+ CService coverage or plan - Health Sector&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Code&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Service coverage or plan&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|01&lt;br /&gt;
|Health benefit plan financed by UPC&lt;br /&gt;
|-&lt;br /&gt;
|02&lt;br /&gt;
|Maximum budget&lt;br /&gt;
|-&lt;br /&gt;
|03&lt;br /&gt;
|EPS/EOC premium, uninsured SOAT&lt;br /&gt;
|-&lt;br /&gt;
|04&lt;br /&gt;
|Coverage SOAT Policy&lt;br /&gt;
|-&lt;br /&gt;
|05&lt;br /&gt;
|ARL cover&lt;br /&gt;
|-&lt;br /&gt;
|06&lt;br /&gt;
|ADRES coverage&lt;br /&gt;
|-&lt;br /&gt;
|07&lt;br /&gt;
|Public Health Cover&lt;br /&gt;
|-&lt;br /&gt;
|08&lt;br /&gt;
|Coverage of the territorial entity, supply resources&lt;br /&gt;
|-&lt;br /&gt;
|09&lt;br /&gt;
|Emergencies migrant population&lt;br /&gt;
|-&lt;br /&gt;
|10&lt;br /&gt;
|Supplemental health plan&lt;br /&gt;
|-&lt;br /&gt;
|11&lt;br /&gt;
|Prepaid Medical Plan&lt;br /&gt;
|-&lt;br /&gt;
|12&lt;br /&gt;
|Other health policies&lt;br /&gt;
|-&lt;br /&gt;
|13&lt;br /&gt;
|Special Regime Coverage or Exception&lt;br /&gt;
|-&lt;br /&gt;
|14&lt;br /&gt;
|National Health Fund Coverage for Persons Deprived of Liberty&lt;br /&gt;
|-&lt;br /&gt;
|15&lt;br /&gt;
|Private&lt;br /&gt;
|}&lt;br /&gt;
|}&lt;br /&gt;
==Table 26==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot;&lt;br /&gt;
|+ Collection Concepts&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Code&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|16&lt;br /&gt;
|Copayment&lt;br /&gt;
|-&lt;br /&gt;
|17&lt;br /&gt;
|Moderator Fee&lt;br /&gt;
|-&lt;br /&gt;
|18&lt;br /&gt;
|Recovery Fee&lt;br /&gt;
|-&lt;br /&gt;
|19&lt;br /&gt;
|Shared plans in voluntary health plans&lt;br /&gt;
|}&lt;br /&gt;
|}&lt;br /&gt;
==Table 27==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot;&lt;br /&gt;
|+ Scenario Types&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Code&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|Record of the Concept of collection to the patient&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|Registration of the concept of accreditation to the EPS&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|Record of operations without accreditation to the EPS&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|Issuance of FEL without prior collection&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|Including in a FEL the value to be credited for the collection&lt;br /&gt;
|}&lt;br /&gt;
|}&lt;br /&gt;
==Table 28==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot;&lt;br /&gt;
|+ Additional Data Fields&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Name&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Label&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|CODIGO_PRESTADOR&lt;br /&gt;
|Code assigned in the General System of Social Security in Health (SGSSS) to health service providers that are in the Special Registry of Health Service Providers (REPS) or the Code assigned by the Ministry of Health and Social Protection for public health laboratories.&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|TIPO_DOCUMENTO_IDENTIFICACION&lt;br /&gt;
|User identification type&lt;br /&gt;
:[[Tables of property codes for issuance of documents - Direct Integration Manual Index#Table 22|Table 22]]&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|NUMERO_DOCUMENTO_IDENTIFICACION&lt;br /&gt;
|Registration of the identification document number according to the type of user document&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|PRIMER_APELLIDO&lt;br /&gt;
|First surname of the user as specified in the identification document.&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|SEGUNDO_APELLIDO&lt;br /&gt;
|Second surname of the user as specified in the identification document.&lt;br /&gt;
|-&lt;br /&gt;
|6&lt;br /&gt;
|PRIMER_NOMBRE&lt;br /&gt;
|User&#039;s first name as specified in the identification document&lt;br /&gt;
|-&lt;br /&gt;
|7&lt;br /&gt;
|SEGUNDO_NOMBRE&lt;br /&gt;
|Second name of the user according to what is specified in the identification document&lt;br /&gt;
|-&lt;br /&gt;
|8&lt;br /&gt;
|TIPO_USUARIO&lt;br /&gt;
|Registration of the person&#039;s affiliation condition or relationship with the coverage or benefit plan. &lt;br /&gt;
:[[Property code tables for document issuance - Direct Integration Manual Index#Table 23|Table 23]]&lt;br /&gt;
|-&lt;br /&gt;
|9&lt;br /&gt;
|MODALIDAD_CONTRATACION&lt;br /&gt;
|Registration of the contracting and payment modality agreed to be billed. Mandatory. &lt;br /&gt;
:[[Property code tables for document issuance - Direct Integration Manual Index#Table 24|Table 24]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|10&lt;br /&gt;
|COBERTURA_PLAN_BENEFICIOS&lt;br /&gt;
|Registration of the entity responsible for financing the coverage or benefit plan. Mandatory. &lt;br /&gt;
:[[Property code tables for document issuance - Direct Integration Manual Index#Table 25|Table 25]]&lt;br /&gt;
|-&lt;br /&gt;
|11&lt;br /&gt;
|NUMERO_AUTORIZACION&lt;br /&gt;
|Compulsory: When there is the response authorization number or the request number, as the case may be. For emergencies, SOAT and ARL are empty&lt;br /&gt;
|-&lt;br /&gt;
|12&lt;br /&gt;
|NUMERO_MIPRES&lt;br /&gt;
|Assigned by MIPRES&lt;br /&gt;
|-&lt;br /&gt;
|13&lt;br /&gt;
|NUMERO_ENTREGA_MIPRES&lt;br /&gt;
|Assigned by MIPRES&lt;br /&gt;
|-&lt;br /&gt;
|14&lt;br /&gt;
|NUMERO_CONTRATO&lt;br /&gt;
|Number of the billing contract&lt;br /&gt;
|-&lt;br /&gt;
|15&lt;br /&gt;
|NUMERO_POLIZA&lt;br /&gt;
|Number of SOAT policy or voluntary health plans. Mandatory: When it comes to SOAT services or voluntary health plans. Diligence when it comes to care for a traffic accident or for care as a private individual for a health policy&lt;br /&gt;
|-&lt;br /&gt;
|16&lt;br /&gt;
|COPAGO&lt;br /&gt;
|Value actually paid by the user and collected by the service provider&lt;br /&gt;
|-&lt;br /&gt;
|17&lt;br /&gt;
|CUOTA_MODERADORA&lt;br /&gt;
|Value actually paid by the user and collected by the service provider&lt;br /&gt;
|-&lt;br /&gt;
|18&lt;br /&gt;
|CUOTA_RECUPERACION&lt;br /&gt;
|Value actually paid by the user and collected by the service provider&lt;br /&gt;
|-&lt;br /&gt;
|19&lt;br /&gt;
|PAGOS_COMPARTIDOS&lt;br /&gt;
|Value actually paid by the user and collected by the service provider&lt;br /&gt;
|}&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Lvargas</name></author>
	</entry>
	<entry>
		<id>http://felcowiki.thefactoryhka.com.co/index.php?title=Property_code_tables_for_document_issuance_-_Direct_Integration_Manual_Index&amp;diff=2471</id>
		<title>Property code tables for document issuance - Direct Integration Manual Index</title>
		<link rel="alternate" type="text/html" href="http://felcowiki.thefactoryhka.com.co/index.php?title=Property_code_tables_for_document_issuance_-_Direct_Integration_Manual_Index&amp;diff=2471"/>
		<updated>2022-03-03T14:58:21Z</updated>

		<summary type="html">&lt;p&gt;Lvargas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==Tables of property codes for issuance of documents==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
In the following section you will find information regarding the different tables of property codes defined by the DIAN in the technical annex.&lt;br /&gt;
==Table 1==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot;&lt;br /&gt;
|+ Types of Documents&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Anex 1.8-2021 - 13.1.3. Type of Document: cbc:InvoiceTypeCode y cbc:CreditnoteTypeCode&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Code&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Meaning&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Use&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|01&lt;br /&gt;
|Electronic Sales Invoice&lt;br /&gt;
|rowspan=&amp;quot;4&amp;quot;|Types of Invoice&lt;br /&gt;
|-&lt;br /&gt;
|02&lt;br /&gt;
|Electronic Sales Invoice - export&lt;br /&gt;
|-&lt;br /&gt;
|03&lt;br /&gt;
|Transmission electronic document - type 03&lt;br /&gt;
|-&lt;br /&gt;
|04&lt;br /&gt;
|Electronic Sales Invoice - type 04&lt;br /&gt;
|-&lt;br /&gt;
|91&lt;br /&gt;
|Credit note&lt;br /&gt;
|rowspan=&amp;quot;4&amp;quot;|Exclusive in document references (DocumentReference elements)&lt;br /&gt;
|-&lt;br /&gt;
|92&lt;br /&gt;
|Debit note&lt;br /&gt;
|}&lt;br /&gt;
|}&lt;br /&gt;
==Table 2==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot;&lt;br /&gt;
|+ Operation types&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Anex 1.8-2021 - 13.1.5. Operation types&lt;br /&gt;
For billss:	&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Code&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Value&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|10&lt;br /&gt;
|Start*&lt;br /&gt;
|-&lt;br /&gt;
|09&lt;br /&gt;
|AIU&lt;br /&gt;
|-&lt;br /&gt;
|11&lt;br /&gt;
|Mandates&lt;br /&gt;
|-&lt;br /&gt;
|12&lt;br /&gt;
|Transportation&lt;br /&gt;
|-&lt;br /&gt;
|13&lt;br /&gt;
|Exchange&lt;br /&gt;
|}&lt;br /&gt;
Note: (*) Value by default Health Operation&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Code&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|SS-CUFE&lt;br /&gt;
|-&lt;br /&gt;
|SS-CUDE&lt;br /&gt;
|-&lt;br /&gt;
|SS-POS&lt;br /&gt;
|-&lt;br /&gt;
|SS-SNum&lt;br /&gt;
|-&lt;br /&gt;
|SS-Recaudo&lt;br /&gt;
|}&lt;br /&gt;
Note: The explanation and validity of the Operation types for the health sector will be reported at http://url.minsalud.gov.co/facturacion-electronica once the Ministry of Health informs all the actors regulated by them.&lt;br /&gt;
For Credit Notes:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Code&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Value&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|20&lt;br /&gt;
|Note Credit that references an electronic invoice*&lt;br /&gt;
|-&lt;br /&gt;
|22&lt;br /&gt;
|Credit note without reference to invoices*&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
Note: (*) The default value is 20, the above means that if a value is not reported, it is assumed to be 20 and the corresponding set of validations will be applied. (*) Preferable for use of rebate notes or conditional discounts. Notes type 22 do not have rejection validation. Post Control Object. For Debit Notes:&lt;br /&gt;
For Debit Notes:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Code&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Value&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|30&lt;br /&gt;
|Note Debit that references an electronic invoice*	&lt;br /&gt;
|-&lt;br /&gt;
|32&lt;br /&gt;
|Debit note without reference to invoices*&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
Note: The default value is 30, the above means that if a value is not reported, add 30 and apply the corresponding set of validations. Notes type 32 and 33 do not have rejection validation. Post Control Object.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;@IMPORTANT:&#039;&#039;&#039; Notes type 22 and 32 do not have rejection validation. (Post control object).&lt;br /&gt;
	&lt;br /&gt;
==Table 3==	&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot;&lt;br /&gt;
|+ Identification Types&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot; 	&lt;br /&gt;
|-style=&amp;quot;text-align:center;&amp;quot; &lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Anex 1.8-2021 - 13.2.1. Identification document (Type of Fiscal Identifier):  &lt;br /&gt;
cbc:CompanyID.@schemeName; sts:ProviderID.@schemeName &lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot; &lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Code &lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Meaning &lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|11&lt;br /&gt;
|Civil registration&lt;br /&gt;
|-&lt;br /&gt;
|12&lt;br /&gt;
|ID card&lt;br /&gt;
|-&lt;br /&gt;
|13&lt;br /&gt;
|Certificate of Citizenship&lt;br /&gt;
|-&lt;br /&gt;
|21&lt;br /&gt;
|Alien Card&lt;br /&gt;
|-&lt;br /&gt;
|22&lt;br /&gt;
|Immigration certificate&lt;br /&gt;
|-&lt;br /&gt;
|31&lt;br /&gt;
|NIT&lt;br /&gt;
|-&lt;br /&gt;
|41&lt;br /&gt;
|Passport&lt;br /&gt;
|-&lt;br /&gt;
|42&lt;br /&gt;
|Foreign ID&lt;br /&gt;
|-&lt;br /&gt;
|47&lt;br /&gt;
|PEP&lt;br /&gt;
|-&lt;br /&gt;
|50&lt;br /&gt;
|NIT from another country&lt;br /&gt;
|-&lt;br /&gt;
|91&lt;br /&gt;
|NUIP*&lt;br /&gt;
|}&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;@IMPORTANT:&#039;&#039;&#039; (*) It should only be used for the acquirer, since this type of document does not belong to the document types in the RUT database.&lt;br /&gt;
&lt;br /&gt;
==Table 4==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot;&lt;br /&gt;
|+ Descount Code &lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Anex 1.8-2021 - 13.3.8. Descount Codes&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Code&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Meaning&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|00&lt;br /&gt;
|Unconditional discount&lt;br /&gt;
|-&lt;br /&gt;
|01&lt;br /&gt;
|Conditional Discount&lt;br /&gt;
|}&lt;br /&gt;
|}&lt;br /&gt;
==Table 5==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot;&lt;br /&gt;
|+ TType of person&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Anex 1.8-2021 - 13.2.3. Type of legal organization (People): cbc:AdditionalAccountID&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Code&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Meaning&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|Legal person and assimilated&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|Natural person and assimilated&lt;br /&gt;
|}&lt;br /&gt;
|}&lt;br /&gt;
==Table 6==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; &lt;br /&gt;
|+ Units of Measure &lt;br /&gt;
|- valign=&amp;quot;center&amp;quot; &lt;br /&gt;
|-style=&amp;quot;text-align:center;&amp;quot; &lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Anex 1.8-2021 - 13.3.6. Units of amount: @unitCode &lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; &lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Code &lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Description &lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Code &lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Description &lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Code &lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Description &lt;br /&gt;
|- valign=&amp;quot;center&amp;quot; &lt;br /&gt;
|- &lt;br /&gt;
|04 &lt;br /&gt;
|small spray &lt;br /&gt;
|BIL &lt;br /&gt;
|trillion dollars &lt;br /&gt;
|HUR &lt;br /&gt;
|hour &lt;br /&gt;
|- &lt;br /&gt;
|05 &lt;br /&gt;
|lift &lt;br /&gt;
|BJ &lt;br /&gt;
|bucket &lt;br /&gt;
|HY &lt;br /&gt;
|hundred yardas &lt;br /&gt;
|- &lt;br /&gt;
|08 &lt;br /&gt;
|Lot Heat &lt;br /&gt;
|BK &lt;br /&gt;
|Basket &lt;br /&gt;
|IA &lt;br /&gt;
|Inch Pound &lt;br /&gt;
|- &lt;br /&gt;
|10 &lt;br /&gt;
|group &lt;br /&gt;
|BL &lt;br /&gt;
|bullet &lt;br /&gt;
|IC &lt;br /&gt;
|count per inch &lt;br /&gt;
|- &lt;br /&gt;
|11 &lt;br /&gt;
|equip &lt;br /&gt;
|BLD &lt;br /&gt;
|dry barrel &lt;br /&gt;
|IE &lt;br /&gt;
|person&lt;br /&gt;
|- &lt;br /&gt;
|13 &lt;br /&gt;
|ration &lt;br /&gt;
|BLL &lt;br /&gt;
|barrel (EE.UU.)(petroleo, etc.) &lt;br /&gt;
|IF &lt;br /&gt;
|inches of water &lt;br /&gt;
|- &lt;br /&gt;
|14 &lt;br /&gt;
|shot &lt;br /&gt;
|BO &lt;br /&gt;
|bottle &lt;br /&gt;
|II &lt;br /&gt;
|column inch &lt;br /&gt;
|-&lt;br /&gt;
|15&lt;br /&gt;
|stick&lt;br /&gt;
|BP&lt;br /&gt;
|hundred board feet&lt;br /&gt;
|IL&lt;br /&gt;
|inch per minute&lt;br /&gt;
|-&lt;br /&gt;
|16&lt;br /&gt;
|hundred and fifteen kg drum&lt;br /&gt;
|BQL&lt;br /&gt;
|becquerel&lt;br /&gt;
|IM&lt;br /&gt;
|printing&lt;br /&gt;
|-&lt;br /&gt;
|17&lt;br /&gt;
|hundred pound drum&lt;br /&gt;
|BR&lt;br /&gt;
|bar&lt;br /&gt;
|INH&lt;br /&gt;
|inch&lt;br /&gt;
|}&lt;br /&gt;
|}&lt;br /&gt;
 &#039;&#039;&#039;@IMPORTANT:&#039;&#039;&#039; This catalog is more extensive, for more information refer to the section of the corresponding Annex.&lt;br /&gt;
==Table 7==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot;&lt;br /&gt;
|+ Reference pricing codes&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Anex 1.8-2021 - 13.3.9. Type of legal organization (Persons): cbc:AdditionalAccountID&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Code&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Meaning&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|01&lt;br /&gt;
|Commercial value&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#FF0000; text-align:left;&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Note: &amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; For commercial samples or gifts, &#039;01&#039; must be sent in the field &#039;&#039;&#039;codigoTipoPrecio&#039;&#039;&#039;&lt;br /&gt;
|}&lt;br /&gt;
==Table 8==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot;&lt;br /&gt;
|+ Codes for products and services&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Anex 1.7-2020 - 6.2.3. Type of legal organization (People): cbc:AdditionalAccountID&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|@schemeID&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|@schemeName&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|schemeAgencyID&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|To use&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|001&lt;br /&gt;
|UNSPSC&lt;br /&gt;
|10&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|Colombia Efficient Purchase: use content of the &amp;quot;Code&amp;quot; column&lt;br /&gt;
* Ver 8.1&lt;br /&gt;
|-&lt;br /&gt;
|010&lt;br /&gt;
|GTIN&lt;br /&gt;
|9&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|Global Product Identification Numbers - GTIN&lt;br /&gt;
* Ver 8.2&lt;br /&gt;
*  When there are fewer than 14 numbers in a data structure (for example, GTIN8), the numbers must be right-justified in a 14-digit field padded with zeros in the leftmost positions.&lt;br /&gt;
|-&lt;br /&gt;
|020&lt;br /&gt;
|rate item&lt;br /&gt;
|195&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|rate item&lt;br /&gt;
|-&lt;br /&gt;
|999&lt;br /&gt;
|Taxpayer Adoption Standard&lt;br /&gt;
|&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|&lt;br /&gt;
* The value in the @schemeName attribute will not be validated&lt;br /&gt;
* The @schemeAgencyID attribute must not be used&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#FF0000;&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Note: &amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; For commercial samples or gifts, &#039;01&#039; must be sent in the &#039;&#039;&#039;codigoTipoPrecio&#039;&#039;&#039; field.&lt;br /&gt;
&#039;&#039;&#039;@IMPORTANT:&#039;&#039;&#039; For more information on the code for products and services, refer to the section of the corresponding Annex.&lt;br /&gt;
==Table 9==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot;&lt;br /&gt;
|+ Credit Note Reasons&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Anex 1.8-2021 - 13.3.4. Correction concept for credit notes: cac:DiscrepancyResponse/cbc:ResponseCode&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Code&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|Partial return of goods and/or partial non-acceptance of service&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|Electronic invoice cancellation&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|Rebate or partial or total discount&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|Price Adjust&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|others&lt;br /&gt;
|}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Table 10==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot;&lt;br /&gt;
|+ Debit Note Reasons&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Anex 1.7-2020 - 6.2.6. Concept of Correction for Debit Notes: cac:DiscrepancyResponse/cbc:ResponseCode&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Code&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|Interests&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|Expenses receivable&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|Value change&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|others&lt;br /&gt;
|}&lt;br /&gt;
==Table 11==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot;&lt;br /&gt;
|+ Tax Types&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Anex 1.7-2020 - 6.2.2. Tributos: cac:TaxScheme/ID, cac:TaxScheme/Name&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Identifier&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Name&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|01&lt;br /&gt;
|IVA&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|Value Added Tax&lt;br /&gt;
|-&lt;br /&gt;
|02&lt;br /&gt;
|IC&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|Consumption Tax&lt;br /&gt;
|-&lt;br /&gt;
|03&lt;br /&gt;
|ICA&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|Industry, Commerce and Notice Tax&lt;br /&gt;
|-&lt;br /&gt;
|04&lt;br /&gt;
|INC&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|National Consumption Tax&lt;br /&gt;
|-&lt;br /&gt;
|05&lt;br /&gt;
|ReteIVA&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|Withholding on IVA&lt;br /&gt;
|-&lt;br /&gt;
|06&lt;br /&gt;
|ReteRenta&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|Withholding on Income&lt;br /&gt;
|-&lt;br /&gt;
|07&lt;br /&gt;
|ReteICA&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|Withholding on the ICA&lt;br /&gt;
|-&lt;br /&gt;
|08&lt;br /&gt;
|IC Porcentual&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|Tax on Consumption of Plastic Bag&lt;br /&gt;
|-&lt;br /&gt;
|20&lt;br /&gt;
|FtoHorticultura&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|Fruit and Vegetable Promotion Fee&lt;br /&gt;
|-&lt;br /&gt;
|21&lt;br /&gt;
|Timbre&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|Stamp Tax&lt;br /&gt;
|-&lt;br /&gt;
|22&lt;br /&gt;
|INC Bolsas&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|National Tax on Plastic Bag Consumption&lt;br /&gt;
|-&lt;br /&gt;
|23&lt;br /&gt;
|INCarbono&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|National Carbon Tax&lt;br /&gt;
|-&lt;br /&gt;
|24&lt;br /&gt;
|INCombustibles&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|National Tax on Fuels&lt;br /&gt;
|-&lt;br /&gt;
|25&lt;br /&gt;
|Sobretasa Combustibles&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|Surcharge on fuels&lt;br /&gt;
|-&lt;br /&gt;
|26&lt;br /&gt;
|Sordicom&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|Retail Contribution (Fuels)&lt;br /&gt;
|-&lt;br /&gt;
|30&lt;br /&gt;
|IC Datos&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|Data Consumption Tax&lt;br /&gt;
|-&lt;br /&gt;
|ZY&lt;br /&gt;
|No causa&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|Not responsible for tax&lt;br /&gt;
|-&lt;br /&gt;
|ZZ&lt;br /&gt;
|Name of the tax figure&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|Other taxes, rates, contributions, and similar&lt;br /&gt;
|}&lt;br /&gt;
|}&lt;br /&gt;
==Table 12==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot;&lt;br /&gt;
|+ Tax Fees&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Anex 1.7-2020 - 6.3.8. Rate Tables for Tax&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Reporting tax&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Possible values for the cbc:Percent field&lt;br /&gt;
The rate to report will depend on the tax aspect of the reported tax.&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|IVA&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width:700px;|&amp;amp;nbsp;&lt;br /&gt;
| style=&amp;quot;width:50px;|rate&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
|   Concept|| rate || (cbc:Percent)|| &amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
|   Exempt|| 0.00 || &amp;amp;nbsp;|&lt;br /&gt;
|-&lt;br /&gt;
|   Goods/Services at 5|| 5.00 || &amp;amp;nbsp;|&lt;br /&gt;
|-&lt;br /&gt;
|   Contracts signed with the state before law 1819|| 16.00 || &amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
|   General rate|| 19.00 || &amp;amp;nbsp;&lt;br /&gt;
|}&lt;br /&gt;
|-&lt;br /&gt;
|INC&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width:700px;|&amp;amp;nbsp;&lt;br /&gt;
|rate&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
|  Item &amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;|| (cbc:Percent)|| &amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
|   Special rate|| 2.00 || &amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
|   Special rate|| 4.00 || &amp;amp;nbsp;|&lt;br /&gt;
|-&lt;br /&gt;
|   General rate|| 8.00 || &amp;amp;nbsp;|&lt;br /&gt;
|-&lt;br /&gt;
|   Special rate|| 16.00 || &amp;amp;nbsp;|&lt;br /&gt;
|}&lt;br /&gt;
|-&lt;br /&gt;
|ReteIVA&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|&lt;br /&gt;
15.00&amp;lt;br&amp;gt;&lt;br /&gt;
100.00&lt;br /&gt;
|}&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#FF0000;&amp;quot;&amp;gt;&amp;lt;b&amp;gt;@IMPORTANT: &amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt;This catalog &#039;&#039;&#039;fees for Tax&#039;&#039;&#039; is more extensive, for more information refer to the section of the corresponding Annex.&lt;br /&gt;
&lt;br /&gt;
==Table 13==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot;&lt;br /&gt;
|+ Payment methods &lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Anex 1.7-2020 - 6.3.4.2. Payment methods: cbc:PaymentMeansCode&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Code&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Medio&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Code&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Medio&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|Instrument not defined&lt;br /&gt;
|39&lt;br /&gt;
|Corporate Exchange Business Loan (CTX)&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|Crédito ACH&lt;br /&gt;
|40&lt;br /&gt;
|Business Debit Corporate Exchange (CTX)&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|Débito ACH&lt;br /&gt;
|41&lt;br /&gt;
|Concentration Cash/Credit Disbursement Plus (CCD+)&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|ACH demand debit reversal &lt;br /&gt;
|42&lt;br /&gt;
|Bank collection&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|Reversal of ACH demand credit&lt;br /&gt;
|43&lt;br /&gt;
|Cash concentration / Debit plus Disbursement (CCD+)&lt;br /&gt;
|-&lt;br /&gt;
|6&lt;br /&gt;
|ACH Demand Credit&lt;br /&gt;
|44&lt;br /&gt;
|Exchange Note&lt;br /&gt;
|-&lt;br /&gt;
|7&lt;br /&gt;
|ACH demand debit&lt;br /&gt;
|45&lt;br /&gt;
|Transfer Bank Credit&lt;br /&gt;
|-&lt;br /&gt;
|8&lt;br /&gt;
|Maintain&lt;br /&gt;
|46&lt;br /&gt;
|Interbank Debit Transfer&lt;br /&gt;
|-&lt;br /&gt;
|9&lt;br /&gt;
|National or Regional Clearing&lt;br /&gt;
|47&lt;br /&gt;
|Bank Debit Transfer&lt;br /&gt;
|-&lt;br /&gt;
|10&lt;br /&gt;
|Cash&lt;br /&gt;
|48&lt;br /&gt;
|Credit card&lt;br /&gt;
|-&lt;br /&gt;
|11&lt;br /&gt;
|Credit Savings Reversal &lt;br /&gt;
|49&lt;br /&gt;
|Debit Card&lt;br /&gt;
|-&lt;br /&gt;
|12&lt;br /&gt;
|Reversion Debit Savings&lt;br /&gt;
|50&lt;br /&gt;
|Postdraft&lt;br /&gt;
|-&lt;br /&gt;
|13&lt;br /&gt;
|Savings Credit&lt;br /&gt;
|51&lt;br /&gt;
|French banking standard Telex&lt;br /&gt;
|-&lt;br /&gt;
|14&lt;br /&gt;
|Debit Saving&lt;br /&gt;
|52&lt;br /&gt;
|Urgent business payment&lt;br /&gt;
|-&lt;br /&gt;
|15&lt;br /&gt;
|Bookentry Credit&lt;br /&gt;
|53&lt;br /&gt;
|Urgent Treasury Payment&lt;br /&gt;
|-&lt;br /&gt;
|16&lt;br /&gt;
|Bookentry Debit&lt;br /&gt;
|60&lt;br /&gt;
|Note promisoria&lt;br /&gt;
|-&lt;br /&gt;
|17&lt;br /&gt;
|Concentration of demand in cash/Credit Disbursement (CCD)&lt;br /&gt;
|61&lt;br /&gt;
|Promissory note signed by the creditor&lt;br /&gt;
|-&lt;br /&gt;
|18&lt;br /&gt;
|Concentration of demand in cash / Disbursement (CCD) debit&lt;br /&gt;
|62&lt;br /&gt;
|Promissory note signed by the creditor, endorsed by the bank&lt;br /&gt;
|-&lt;br /&gt;
|19&lt;br /&gt;
|Corporate Business Payment Credit (CTP)&lt;br /&gt;
|63&lt;br /&gt;
|Promissory note signed by the creditor, endorsed by a third party&lt;br /&gt;
|-&lt;br /&gt;
|20&lt;br /&gt;
|Check&lt;br /&gt;
|64&lt;br /&gt;
|Note promisoria firmada pro el banco&lt;br /&gt;
|-&lt;br /&gt;
|21&lt;br /&gt;
|Poyecto bancario&lt;br /&gt;
|65&lt;br /&gt;
|Promissory note signed by a bank guaranteed by another bank&lt;br /&gt;
|-&lt;br /&gt;
|22&lt;br /&gt;
|Certified bank project  &lt;br /&gt;
|66&lt;br /&gt;
|Signed promissory note&lt;br /&gt;
|-&lt;br /&gt;
|23&lt;br /&gt;
| Bank check &lt;br /&gt;
|67&lt;br /&gt;
|Promissory note signed by a third party guaranteed by a bank&lt;br /&gt;
|-&lt;br /&gt;
|24&lt;br /&gt;
|Foreign exchange note awaiting acceptance &lt;br /&gt;
|70&lt;br /&gt;
|Withdrawal of note by creditor&lt;br /&gt;
|-&lt;br /&gt;
|25&lt;br /&gt;
|Certified check &lt;br /&gt;
|71&lt;br /&gt;
|Bonds&lt;br /&gt;
|-&lt;br /&gt;
|26&lt;br /&gt;
|Local Check  &lt;br /&gt;
|72&lt;br /&gt;
|Vouchers&lt;br /&gt;
|-&lt;br /&gt;
|27&lt;br /&gt;
|Debit Payment Corporate Business (CTP) &lt;br /&gt;
|74&lt;br /&gt;
|Withdrawal of note by the creditor on a bank&lt;br /&gt;
|-&lt;br /&gt;
|28&lt;br /&gt;
|Credit Business Corporate Exchange (CTX)  &lt;br /&gt;
|75&lt;br /&gt;
|Withdrawal of note by the creditor, guaranteed by another bank&lt;br /&gt;
|-&lt;br /&gt;
|29&lt;br /&gt;
|Debit Business Corporate Exchange (CTX)  &lt;br /&gt;
|76&lt;br /&gt;
|Withdrawal of note by the creditor, on a bank guaranteed by a third party&lt;br /&gt;
|-&lt;br /&gt;
|30&lt;br /&gt;
|Credit Transfer &lt;br /&gt;
|77&lt;br /&gt;
|Withdrawal of a note by the creditor on a third party&lt;br /&gt;
|-&lt;br /&gt;
|31&lt;br /&gt;
|Transfer Debit &lt;br /&gt;
|78&lt;br /&gt;
|Withdrawal of a note by the creditor on a third party guaranteed by a bank&lt;br /&gt;
|-&lt;br /&gt;
|32&lt;br /&gt;
|Concentration Cash / Disbursement Credit plus (CCD+)  &lt;br /&gt;
|91&lt;br /&gt;
|Transferable bank note&lt;br /&gt;
|-&lt;br /&gt;
|33&lt;br /&gt;
|Concentration Cash / Disbursement Debit plus (CCD+)  &lt;br /&gt;
|92&lt;br /&gt;
|Local transferable check&lt;br /&gt;
|-&lt;br /&gt;
|34&lt;br /&gt;
|Pre-arranged payment and deposit (PPD)  &lt;br /&gt;
|93&lt;br /&gt;
|Referenced draft&lt;br /&gt;
|-&lt;br /&gt;
|35&lt;br /&gt;
|Cash concentration savings / Credit Disbursement (CCD)  &lt;br /&gt;
|94&lt;br /&gt;
|Urgent transfer&lt;br /&gt;
|-&lt;br /&gt;
|36&lt;br /&gt;
|Cash concentration savings / Credit Disbursement (CCD)  &lt;br /&gt;
|95&lt;br /&gt;
|Open format draft&lt;br /&gt;
|-&lt;br /&gt;
|37&lt;br /&gt;
|Payment Corporate Business Savings Credit (CTP)  &lt;br /&gt;
|96&lt;br /&gt;
|Requested payment method not used&lt;br /&gt;
|-&lt;br /&gt;
|38&lt;br /&gt;
|Payment Corporate Business Debit Savings (CTP) &lt;br /&gt;
|97&lt;br /&gt;
|Clearing between partners&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|ZZZ&lt;br /&gt;
|Mutual Agreement&lt;br /&gt;
|}&lt;br /&gt;
|}&lt;br /&gt;
==Table 14==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot;&lt;br /&gt;
|+ Form to Payment Method &lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Anex 1.7-2020 - 6.3.4.1. Payment methods: cbc:PaymentMeans/ID&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Code&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Meaning&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|Cash&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|Credit&lt;br /&gt;
|}&lt;br /&gt;
|}&lt;br /&gt;
==Table 15==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot;&lt;br /&gt;
|+ Terms of delivery (INCOTERMS)&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Anex 1.7-2020 - 6.3.6. Terms of delivery (INCOTERMS): …/cbc:LossRiskResponsibilityCode&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Code&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Meaning&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|CFR	&lt;br /&gt;
|Cost &amp;amp; Freight&lt;br /&gt;
|-&lt;br /&gt;
|CIF	&lt;br /&gt;
|Cost, freight and insurance&lt;br /&gt;
|-&lt;br /&gt;
|CIP	&lt;br /&gt;
|Transport and Insurance Paid to&lt;br /&gt;
|-&lt;br /&gt;
|CPT	&lt;br /&gt;
|Carriage Paid To&lt;br /&gt;
|-&lt;br /&gt;
|DAP	&lt;br /&gt;
|Delivered to Place&lt;br /&gt;
|-&lt;br /&gt;
|DAT	&lt;br /&gt;
|Delivered at Terminal&lt;br /&gt;
|-&lt;br /&gt;
|DDP	&lt;br /&gt;
|Delivered Duty Paid&lt;br /&gt;
|-&lt;br /&gt;
|EXW	&lt;br /&gt;
|In Factory&lt;br /&gt;
|-&lt;br /&gt;
|FAS	&lt;br /&gt;
|Free alongside ship&lt;br /&gt;
|-&lt;br /&gt;
|FCA	&lt;br /&gt;
|Freight Carrier&lt;br /&gt;
|-&lt;br /&gt;
|FOB	&lt;br /&gt;
|Free on board&lt;br /&gt;
|}&lt;br /&gt;
|}&lt;br /&gt;
==Table 16==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot;&lt;br /&gt;
|+ Departments (ISO 3166-2:CO)&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Anex 1.7-2020 - 6.4.2. Departments (ISO 3166-2:CO): cbc:CountrySubentity, cbc:CountrySubentityCode&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Code&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Name&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|ISO code&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Code&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Name&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|ISO code&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|91&lt;br /&gt;
|Amazonas&lt;br /&gt;
|AMA&lt;br /&gt;
|41&lt;br /&gt;
|Huila&lt;br /&gt;
|HUI&lt;br /&gt;
|-&lt;br /&gt;
|05&lt;br /&gt;
|Antioquia&lt;br /&gt;
|ANT&lt;br /&gt;
|44&lt;br /&gt;
|La Guajira&lt;br /&gt;
|LAG&lt;br /&gt;
|-&lt;br /&gt;
|81&lt;br /&gt;
|Arauca&lt;br /&gt;
|ARA&lt;br /&gt;
|47&lt;br /&gt;
|Magdalena&lt;br /&gt;
|MAG&lt;br /&gt;
|-&lt;br /&gt;
|08&lt;br /&gt;
|Atlántico&lt;br /&gt;
|ATL&lt;br /&gt;
|50&lt;br /&gt;
|Meta&lt;br /&gt;
|MET&lt;br /&gt;
|-&lt;br /&gt;
|11&lt;br /&gt;
|Bogotá&lt;br /&gt;
|DC&lt;br /&gt;
|52&lt;br /&gt;
|Nariño&lt;br /&gt;
|NAR&lt;br /&gt;
|-&lt;br /&gt;
|13&lt;br /&gt;
|Bolívar&lt;br /&gt;
|BOL&lt;br /&gt;
|54&lt;br /&gt;
|Norte de Santander&lt;br /&gt;
|NSA&lt;br /&gt;
|-&lt;br /&gt;
|15&lt;br /&gt;
|Boyacá&lt;br /&gt;
|BOY&lt;br /&gt;
|86&lt;br /&gt;
|Putumayo&lt;br /&gt;
|PUT&lt;br /&gt;
|-&lt;br /&gt;
|17&lt;br /&gt;
|Caldas&lt;br /&gt;
|CAL&lt;br /&gt;
|63&lt;br /&gt;
|Quindío&lt;br /&gt;
|QUI&lt;br /&gt;
|-&lt;br /&gt;
|18&lt;br /&gt;
|Caquetá&lt;br /&gt;
|CAQ&lt;br /&gt;
|66&lt;br /&gt;
|Risaralda&lt;br /&gt;
|RIS&lt;br /&gt;
|-&lt;br /&gt;
|85&lt;br /&gt;
|Casanare&lt;br /&gt;
|CAS&lt;br /&gt;
|88&lt;br /&gt;
|San Andrés y Providencia&lt;br /&gt;
|SAP&lt;br /&gt;
|-&lt;br /&gt;
|19&lt;br /&gt;
|Cauca&lt;br /&gt;
|CAU&lt;br /&gt;
|68&lt;br /&gt;
|Santander&lt;br /&gt;
|SAN&lt;br /&gt;
|-&lt;br /&gt;
|20&lt;br /&gt;
|Cesar&lt;br /&gt;
|CES&lt;br /&gt;
|70&lt;br /&gt;
|Sucre&lt;br /&gt;
|SUC&lt;br /&gt;
|-&lt;br /&gt;
|27&lt;br /&gt;
|Chocó&lt;br /&gt;
|CHO&lt;br /&gt;
|73&lt;br /&gt;
|Tolima&lt;br /&gt;
|TOL&lt;br /&gt;
|-&lt;br /&gt;
|23&lt;br /&gt;
|Córdoba&lt;br /&gt;
|COR&lt;br /&gt;
|76&lt;br /&gt;
|Valle del Cauca&lt;br /&gt;
|VAC&lt;br /&gt;
|-&lt;br /&gt;
|25&lt;br /&gt;
|Cundinamarca&lt;br /&gt;
|CUN&lt;br /&gt;
|97&lt;br /&gt;
|Vaupés&lt;br /&gt;
|VAU&lt;br /&gt;
|-&lt;br /&gt;
|94&lt;br /&gt;
|Guainía&lt;br /&gt;
|GUA&lt;br /&gt;
|99&lt;br /&gt;
|Vichada&lt;br /&gt;
|VID&lt;br /&gt;
|-&lt;br /&gt;
|95&lt;br /&gt;
|Guaviare&lt;br /&gt;
|GUV&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
|}&lt;br /&gt;
==Table 17==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot;&lt;br /&gt;
|+ Tax responsibilities &lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Anex 1.7-2020 - 6.2.7. Tax responsibilities: cbc:TaxLevelCode&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Code&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Meaning&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|0-13	&lt;br /&gt;
|Major contributor&lt;br /&gt;
|-&lt;br /&gt;
|0-15	&lt;br /&gt;
|Self-Locking&lt;br /&gt;
|-&lt;br /&gt;
|0-23	&lt;br /&gt;
|Sales tax withholding agent&lt;br /&gt;
|-&lt;br /&gt;
|0-47	&lt;br /&gt;
|Simple Taxation System – SIMPLE&lt;br /&gt;
|-&lt;br /&gt;
|R-99-PN	&lt;br /&gt;
|Does not apply - Others&lt;br /&gt;
|}&lt;br /&gt;
|}&lt;br /&gt;
==Table 18==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot;&lt;br /&gt;
|+ tax details&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Anex 1.7-2020 - 6.2.2. Taxes: cac:TaxScheme/ID, cac:TaxScheme/Name&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Codigo&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Meaning&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|01&lt;br /&gt;
|IVA&lt;br /&gt;
|-&lt;br /&gt;
|04&lt;br /&gt;
|INC&lt;br /&gt;
|-&lt;br /&gt;
|ZA&lt;br /&gt;
|IVA e INC&lt;br /&gt;
|-&lt;br /&gt;
|ZZ&lt;br /&gt;
|Does not apply &lt;br /&gt;
|}&lt;br /&gt;
|}&lt;br /&gt;
==Table 19==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot;&lt;br /&gt;
|+ Municipality&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Anex 1.7-2020 - 6.4.3. Municipality: cbc:CityName&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Code Department&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Code Municipal&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Name Department&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Name Municipal&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|05&lt;br /&gt;
|05044&lt;br /&gt;
|Antioquia&lt;br /&gt;
|ANZÁ&lt;br /&gt;
|-&lt;br /&gt;
|05&lt;br /&gt;
|05045&lt;br /&gt;
|Antioquia&lt;br /&gt;
|APARTADÓ&lt;br /&gt;
|-&lt;br /&gt;
|05&lt;br /&gt;
|05051&lt;br /&gt;
|Antioquia&lt;br /&gt;
|ARBOLETES&lt;br /&gt;
|-&lt;br /&gt;
|05&lt;br /&gt;
|05055&lt;br /&gt;
|Antioquia&lt;br /&gt;
|ARGELIA&lt;br /&gt;
|-&lt;br /&gt;
|05&lt;br /&gt;
|05059&lt;br /&gt;
|Antioquia&lt;br /&gt;
|ARMENIA&lt;br /&gt;
|-&lt;br /&gt;
|05&lt;br /&gt;
|05079&lt;br /&gt;
|Antioquia&lt;br /&gt;
|BARBOSA&lt;br /&gt;
|-&lt;br /&gt;
|05&lt;br /&gt;
|05086&lt;br /&gt;
|Antioquia&lt;br /&gt;
|BELMIRA&lt;br /&gt;
|-&lt;br /&gt;
|05&lt;br /&gt;
|05088&lt;br /&gt;
|Antioquia&lt;br /&gt;
|BELLO&lt;br /&gt;
|-&lt;br /&gt;
|05&lt;br /&gt;
|05091&lt;br /&gt;
|Antioquia&lt;br /&gt;
|BETANIA&lt;br /&gt;
|-&lt;br /&gt;
|05&lt;br /&gt;
|05093&lt;br /&gt;
|Antioquia&lt;br /&gt;
|BETULIA&lt;br /&gt;
|-&lt;br /&gt;
|05&lt;br /&gt;
|05101&lt;br /&gt;
|Antioquia&lt;br /&gt;
|CIUDAD BOLÍVAR&lt;br /&gt;
|-&lt;br /&gt;
|05&lt;br /&gt;
|05107&lt;br /&gt;
|Antioquia&lt;br /&gt;
|BRICEÑO&lt;br /&gt;
|-&lt;br /&gt;
|05&lt;br /&gt;
|05113&lt;br /&gt;
|Antioquia&lt;br /&gt;
|BURITICÁ&lt;br /&gt;
|-&lt;br /&gt;
|05&lt;br /&gt;
|05120&lt;br /&gt;
|Antioquia&lt;br /&gt;
|CÁCERES&lt;br /&gt;
|-&lt;br /&gt;
|05&lt;br /&gt;
|05125&lt;br /&gt;
|Antioquia&lt;br /&gt;
|CAICEDO&lt;br /&gt;
|-&lt;br /&gt;
|05&lt;br /&gt;
|05129&lt;br /&gt;
|Antioquia&lt;br /&gt;
|CALDAS&lt;br /&gt;
|-&lt;br /&gt;
|05&lt;br /&gt;
|05134&lt;br /&gt;
|Antioquia&lt;br /&gt;
|CAMPAMENTO&lt;br /&gt;
|-&lt;br /&gt;
|05&lt;br /&gt;
|05138&lt;br /&gt;
|Antioquia&lt;br /&gt;
|CAÑASGORDAS&lt;br /&gt;
|-&lt;br /&gt;
|05&lt;br /&gt;
|05142&lt;br /&gt;
|Antioquia&lt;br /&gt;
|CARACOLÍ&lt;br /&gt;
|-&lt;br /&gt;
|05&lt;br /&gt;
|05145&lt;br /&gt;
|Antioquia&lt;br /&gt;
|CARAMANTA&lt;br /&gt;
|-&lt;br /&gt;
|05&lt;br /&gt;
|05147&lt;br /&gt;
|Antioquia&lt;br /&gt;
|CAREPA&lt;br /&gt;
|-&lt;br /&gt;
|05&lt;br /&gt;
|05148&lt;br /&gt;
|Antioquia&lt;br /&gt;
|EL CARMEN DE VIBORAL&lt;br /&gt;
|-&lt;br /&gt;
|05&lt;br /&gt;
|05150&lt;br /&gt;
|Antioquia&lt;br /&gt;
|CAROLINA&lt;br /&gt;
|-&lt;br /&gt;
|05&lt;br /&gt;
|05154&lt;br /&gt;
|Antioquia&lt;br /&gt;
|CAUCASIA&lt;br /&gt;
|-&lt;br /&gt;
|05&lt;br /&gt;
|05172&lt;br /&gt;
|Antioquia&lt;br /&gt;
|CHIGORODÓ&lt;br /&gt;
|}&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;@IMPORTANT:&#039;&#039;&#039; This catalog &#039;&#039;&#039; municipalities&#039;&#039;&#039; is more extensive, for more information refer to the section of the corresponding Annex.&lt;br /&gt;
==Table 20==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot;&lt;br /&gt;
|+ Postal zone&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Anex 1.7-2020 - 6.4.4. Reference to other documents cbc:PostalZone &amp;lt;br&amp;gt;&lt;br /&gt;
In Colombia, the postal code consists of 6 digits (example: 578986) that initially indicate the geographical position, followed by the routing and finally the one that locates us within the postal area, as follows:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;National Departments&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
The first two digits represent the national departments, using the current Dane coding. Codes less than 10 must start with a leading zero.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Departmental routing postal zones&#039;&#039;&#039; &amp;lt;br&amp;gt;&lt;br /&gt;
The third and fourth position define the routing postal zones to facilitate the classification through the Postal Code: 00 is reserved for the capital of the department. From 01 to 89, each department can be divided into up to 89 postal routing zones.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Postal district by municipality or locality&#039;&#039;&#039; &amp;lt;br&amp;gt;&lt;br /&gt;
The last two positions of the National Postal Code allow one hundred postal districts to be assigned to each of the ten postal zones created in each department. That is, up to a thousand different districts can be assigned in each department, for a total of thirty-three thousand at the national level.&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#FF0000;&amp;quot;&amp;gt;&amp;lt;b&amp;gt;@IMPORTANT: &amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt;For more information, refer to the corresponding Annex section.&lt;br /&gt;
==Table 21==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot;&lt;br /&gt;
|+Reference to non-tax documents&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|&#039;&#039;&#039;Anex 1.8 - 13.1.4. Reference to non-tax documents: cbc:DocumentTypeCode&#039;&#039;&#039; &amp;lt;br&amp;gt;&lt;br /&gt;
This element refers to the&#039;&#039;&#039;xpath /Invoice/cac:AdditionalDocumentReference/cbc: DocumentTypeCode&#039;&#039;&#039;. These documents represent commercial and mercantile actions that protect or support transactions related to this electronic document.&lt;br /&gt;
&lt;br /&gt;
The XML electronic documents adopted by the DIAN should not be included in this fragment since these documents do not contain the standard identifications such as CUFE or CUDE.&lt;br /&gt;
&lt;br /&gt;
As it is a delivery order, the &#039;&#039;&#039;OrderReference&#039;&#039;&#039;, element group must be used. When reporting more than one, the AdditionalDocumentReference group must be available.&lt;br /&gt;
&lt;br /&gt;
This field of this group of information is optional to reference commercial issues at the will of the electronic biller, therefore, the codes are assigned by it.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&#039;&#039;&#039;TABLES OF CODES FOR THE ISSUANCE OF DOCUMENTS IN THE HEALTH SECTOR&#039;&#039;&#039;&amp;lt;/center&amp;gt;&lt;br /&gt;
==Table 22==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot;&lt;br /&gt;
|+  Identification Document Type- Health Sector&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Abv&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Type of Identification Document&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|CC&lt;br /&gt;
|Citizenship card&lt;br /&gt;
|-&lt;br /&gt;
|CE&lt;br /&gt;
|Immigration Certificate&lt;br /&gt;
|-&lt;br /&gt;
|CD&lt;br /&gt;
|Diplomatic ID&lt;br /&gt;
|-&lt;br /&gt;
|PA&lt;br /&gt;
|Passport&lt;br /&gt;
|-&lt;br /&gt;
|SC&lt;br /&gt;
|Safe conduct&lt;br /&gt;
|-&lt;br /&gt;
|PE&lt;br /&gt;
|special stay permit&lt;br /&gt;
|-&lt;br /&gt;
|RC&lt;br /&gt;
|Civil registration of birth&lt;br /&gt;
|-&lt;br /&gt;
|TI&lt;br /&gt;
|Identity Card&lt;br /&gt;
|-&lt;br /&gt;
|CN&lt;br /&gt;
|Live birth certificate&lt;br /&gt;
|-&lt;br /&gt;
|AS&lt;br /&gt;
|Adult Unidentified&lt;br /&gt;
|-&lt;br /&gt;
|MS&lt;br /&gt;
|Unidentified Minor&lt;br /&gt;
|-&lt;br /&gt;
|DE&lt;br /&gt;
|Foreign Document&lt;br /&gt;
|-&lt;br /&gt;
|SI&lt;br /&gt;
|Without Identification&lt;br /&gt;
|}&lt;br /&gt;
|}&lt;br /&gt;
==Table 23==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot;&lt;br /&gt;
|+ User Type - Health Sector&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Code&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|User type&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|01&lt;br /&gt;
|Contributing taxpayer&lt;br /&gt;
|-&lt;br /&gt;
|02&lt;br /&gt;
|Contributory beneficiary&lt;br /&gt;
|-&lt;br /&gt;
|03&lt;br /&gt;
|Additional contributory&lt;br /&gt;
|-&lt;br /&gt;
|04&lt;br /&gt;
|Subsidised&lt;br /&gt;
|-&lt;br /&gt;
|05&lt;br /&gt;
|Not regim&lt;br /&gt;
|-&lt;br /&gt;
|06&lt;br /&gt;
|Special or Contributing Exception&lt;br /&gt;
|-&lt;br /&gt;
|07&lt;br /&gt;
|Special or Exception beneficiary&lt;br /&gt;
|-&lt;br /&gt;
|08&lt;br /&gt;
|Individual&lt;br /&gt;
|-&lt;br /&gt;
|09&lt;br /&gt;
|Policyholder/Protected ARL&lt;br /&gt;
|-&lt;br /&gt;
|10&lt;br /&gt;
|Policyholder/Protected SOAT&lt;br /&gt;
|-&lt;br /&gt;
|11&lt;br /&gt;
|Policy holder/Protected voluntary health plans&lt;br /&gt;
|}&lt;br /&gt;
|}&lt;br /&gt;
==Table 24==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot;&lt;br /&gt;
|+ Hiring Modalities - Health Sector&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Code&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Hiring Modalities&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|01&lt;br /&gt;
|Package / Basket / Comprehensive Health Set&lt;br /&gt;
|-&lt;br /&gt;
|02&lt;br /&gt;
|Diagnosis-related Groups&lt;br /&gt;
|-&lt;br /&gt;
|03&lt;br /&gt;
|Comprehensive by risk group&lt;br /&gt;
|-&lt;br /&gt;
|04&lt;br /&gt;
|Payment by contact by specialty&lt;br /&gt;
|-&lt;br /&gt;
|05&lt;br /&gt;
|Payment per scenario of care&lt;br /&gt;
|-&lt;br /&gt;
|06&lt;br /&gt;
|Payment per service type&lt;br /&gt;
|-&lt;br /&gt;
|07&lt;br /&gt;
|Prospective global payment per episode&lt;br /&gt;
|-&lt;br /&gt;
|08&lt;br /&gt;
|Global prospective payment by risk group&lt;br /&gt;
|-&lt;br /&gt;
|09&lt;br /&gt;
|Prospective lump sum payment by specialty&lt;br /&gt;
|-&lt;br /&gt;
|10&lt;br /&gt;
|Prospective global payment by level of complexity&lt;br /&gt;
|-&lt;br /&gt;
|11&lt;br /&gt;
|Capacitation&lt;br /&gt;
|-&lt;br /&gt;
|12&lt;br /&gt;
|For service&lt;br /&gt;
|}&lt;br /&gt;
|}&lt;br /&gt;
==Table 25==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot;&lt;br /&gt;
|+ CService coverage or plan - Health Sector&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Code&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Service coverage or plan&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|01&lt;br /&gt;
|Health benefit plan financed by UPC&lt;br /&gt;
|-&lt;br /&gt;
|02&lt;br /&gt;
|Maximum budget&lt;br /&gt;
|-&lt;br /&gt;
|03&lt;br /&gt;
|EPS/EOC premium, uninsured SOAT&lt;br /&gt;
|-&lt;br /&gt;
|04&lt;br /&gt;
|Coverage SOAT Policy&lt;br /&gt;
|-&lt;br /&gt;
|05&lt;br /&gt;
|ARL cover&lt;br /&gt;
|-&lt;br /&gt;
|06&lt;br /&gt;
|ADRES coverage&lt;br /&gt;
|-&lt;br /&gt;
|07&lt;br /&gt;
|Public Health Cover&lt;br /&gt;
|-&lt;br /&gt;
|08&lt;br /&gt;
|Coverage of the territorial entity, supply resources&lt;br /&gt;
|-&lt;br /&gt;
|09&lt;br /&gt;
|Emergencies migrant population&lt;br /&gt;
|-&lt;br /&gt;
|10&lt;br /&gt;
|Supplemental health plan&lt;br /&gt;
|-&lt;br /&gt;
|11&lt;br /&gt;
|Prepaid Medical Plan&lt;br /&gt;
|-&lt;br /&gt;
|12&lt;br /&gt;
|Other health policies&lt;br /&gt;
|-&lt;br /&gt;
|13&lt;br /&gt;
|Special Regime Coverage or Exception&lt;br /&gt;
|-&lt;br /&gt;
|14&lt;br /&gt;
|National Health Fund Coverage for Persons Deprived of Liberty&lt;br /&gt;
|-&lt;br /&gt;
|15&lt;br /&gt;
|Private&lt;br /&gt;
|}&lt;br /&gt;
|}&lt;br /&gt;
==Table 26==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot;&lt;br /&gt;
|+ Collection Concepts&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Code&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|16&lt;br /&gt;
|Copayment&lt;br /&gt;
|-&lt;br /&gt;
|17&lt;br /&gt;
|Moderator Fee&lt;br /&gt;
|-&lt;br /&gt;
|18&lt;br /&gt;
|Recovery Fee&lt;br /&gt;
|-&lt;br /&gt;
|19&lt;br /&gt;
|Shared plans in voluntary health plans&lt;br /&gt;
|}&lt;br /&gt;
|}&lt;br /&gt;
==Table 27==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot;&lt;br /&gt;
|+ Scenario Types&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Code&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|Record of the Concept of collection to the patient&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|Registration of the concept of accreditation to the EPS&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|Record of operations without accreditation to the EPS&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|Issuance of FEL without prior collection&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|Including in a FEL the value to be credited for the collection&lt;br /&gt;
|}&lt;br /&gt;
|}&lt;br /&gt;
==Table 28==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot;&lt;br /&gt;
|+ Additional Data Fields&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Name&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Label&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|CODIGO_PRESTADOR&lt;br /&gt;
|Code assigned in the General System of Social Security in Health (SGSSS) to health service providers that are in the Special Registry of Health Service Providers (REPS) or the Code assigned by the Ministry of Health and Social Protection for public health laboratories.&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|TIPO_DOCUMENTO_IDENTIFICACION&lt;br /&gt;
|User identification type&lt;br /&gt;
:[[Tables of property codes for issuance of documents - Direct Integration Manual Index#Table 22|Table 22]]&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|NUMERO_DOCUMENTO_IDENTIFICACION&lt;br /&gt;
|Registration of the identification document number according to the type of user document&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|PRIMER_APELLIDO&lt;br /&gt;
|First surname of the user as specified in the identification document.&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|SEGUNDO_APELLIDO&lt;br /&gt;
|Second surname of the user as specified in the identification document.&lt;br /&gt;
|-&lt;br /&gt;
|6&lt;br /&gt;
|PRIMER_NOMBRE&lt;br /&gt;
|User&#039;s first name as specified in the identification document&lt;br /&gt;
|-&lt;br /&gt;
|7&lt;br /&gt;
|SEGUNDO_NOMBRE&lt;br /&gt;
|Second name of the user according to what is specified in the identification document&lt;br /&gt;
|-&lt;br /&gt;
|8&lt;br /&gt;
|TIPO_USUARIO&lt;br /&gt;
|Registration of the person&#039;s affiliation condition or relationship with the coverage or benefit plan. &lt;br /&gt;
:[[Property code tables for document issuance - Direct Integration Manual Index#Table 23|Table 23]]&lt;br /&gt;
|-&lt;br /&gt;
|9&lt;br /&gt;
|MODALIDAD_CONTRATACION&lt;br /&gt;
|Registration of the contracting and payment modality agreed to be billed. Mandatory. &lt;br /&gt;
:[[Property code tables for document issuance - Direct Integration Manual Index#Table 24|Table 24]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|10&lt;br /&gt;
|COBERTURA_PLAN_BENEFICIOS&lt;br /&gt;
|Registration of the entity responsible for financing the coverage or benefit plan. Mandatory. &lt;br /&gt;
:[[Property code tables for document issuance - Direct Integration Manual Index#Table 25|Table 25]]&lt;br /&gt;
|-&lt;br /&gt;
|11&lt;br /&gt;
|NUMERO_AUTORIZACION&lt;br /&gt;
|Compulsory: When there is the response authorization number or the request number, as the case may be. For emergencies, SOAT and ARL are empty&lt;br /&gt;
|-&lt;br /&gt;
|12&lt;br /&gt;
|NUMERO_MIPRES&lt;br /&gt;
|Assigned by MIPRES&lt;br /&gt;
|-&lt;br /&gt;
|13&lt;br /&gt;
|NUMERO_ENTREGA_MIPRES&lt;br /&gt;
|Assigned by MIPRES&lt;br /&gt;
|-&lt;br /&gt;
|14&lt;br /&gt;
|NUMERO_CONTRATO&lt;br /&gt;
|Number of the billing contract&lt;br /&gt;
|-&lt;br /&gt;
|15&lt;br /&gt;
|NUMERO_POLIZA&lt;br /&gt;
|Number of SOAT policy or voluntary health plans. Mandatory: When it comes to SOAT services or voluntary health plans. Diligence when it comes to care for a traffic accident or for care as a private individual for a health policy&lt;br /&gt;
|-&lt;br /&gt;
|16&lt;br /&gt;
|COPAGO&lt;br /&gt;
|Value actually paid by the user and collected by the service provider&lt;br /&gt;
|-&lt;br /&gt;
|17&lt;br /&gt;
|CUOTA_MODERADORA&lt;br /&gt;
|Value actually paid by the user and collected by the service provider&lt;br /&gt;
|-&lt;br /&gt;
|18&lt;br /&gt;
|CUOTA_RECUPERACION&lt;br /&gt;
|Value actually paid by the user and collected by the service provider&lt;br /&gt;
|-&lt;br /&gt;
|19&lt;br /&gt;
|PAGOS_COMPARTIDOS&lt;br /&gt;
|Value actually paid by the user and collected by the service provider&lt;br /&gt;
|}&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Lvargas</name></author>
	</entry>
	<entry>
		<id>http://felcowiki.thefactoryhka.com.co/index.php?title=Property_code_tables_for_document_issuance_-_Direct_Integration_Manual_Index&amp;diff=2470</id>
		<title>Property code tables for document issuance - Direct Integration Manual Index</title>
		<link rel="alternate" type="text/html" href="http://felcowiki.thefactoryhka.com.co/index.php?title=Property_code_tables_for_document_issuance_-_Direct_Integration_Manual_Index&amp;diff=2470"/>
		<updated>2022-03-03T14:55:01Z</updated>

		<summary type="html">&lt;p&gt;Lvargas: Página creada con «&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==Tables of property codes for issuance of documents==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt; In the following section you will find information regarding…»&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==Tables of property codes for issuance of documents==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
In the following section you will find information regarding the different tables of property codes defined by the DIAN in the technical annex.&lt;br /&gt;
==Table 1==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot;&lt;br /&gt;
|+ Types of Documents&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Anex 1.8-2021 - 13.1.3. Tipo de Documento: cbc:InvoiceTypeCode y cbc:CreditnoteTypeCode&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Code&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Meaning&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Use&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|01&lt;br /&gt;
|Electronic Sales Invoice&lt;br /&gt;
|rowspan=&amp;quot;4&amp;quot;|Types of Invoice&lt;br /&gt;
|-&lt;br /&gt;
|02&lt;br /&gt;
|Electronic Sales Invoice - export&lt;br /&gt;
|-&lt;br /&gt;
|03&lt;br /&gt;
|Transmission electronic document - type 03&lt;br /&gt;
|-&lt;br /&gt;
|04&lt;br /&gt;
|Electronic Sales Invoice - type 04&lt;br /&gt;
|-&lt;br /&gt;
|91&lt;br /&gt;
|Credit note&lt;br /&gt;
|rowspan=&amp;quot;4&amp;quot;|Exclusive in document references (DocumentReference elements)&lt;br /&gt;
|-&lt;br /&gt;
|92&lt;br /&gt;
|Debit note&lt;br /&gt;
|}&lt;br /&gt;
|}&lt;br /&gt;
==Table 2==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot;&lt;br /&gt;
|+ Operation types&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Anex 1.8-2021 - 13.1.5. Operation types&lt;br /&gt;
For billss:	&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Code&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Value&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|10&lt;br /&gt;
|Start*&lt;br /&gt;
|-&lt;br /&gt;
|09&lt;br /&gt;
|AIU&lt;br /&gt;
|-&lt;br /&gt;
|11&lt;br /&gt;
|Mandates&lt;br /&gt;
|-&lt;br /&gt;
|12&lt;br /&gt;
|Transportation&lt;br /&gt;
|-&lt;br /&gt;
|13&lt;br /&gt;
|Exchange&lt;br /&gt;
|}&lt;br /&gt;
Note: (*) Value by default Health Operation&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Code&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|SS-CUFE&lt;br /&gt;
|-&lt;br /&gt;
|SS-CUDE&lt;br /&gt;
|-&lt;br /&gt;
|SS-POS&lt;br /&gt;
|-&lt;br /&gt;
|SS-SNum&lt;br /&gt;
|-&lt;br /&gt;
|SS-Recaudo&lt;br /&gt;
|}&lt;br /&gt;
Note: The explanation and validity of the Operation types for the health sector will be reported at http://url.minsalud.gov.co/facturacion-electronica once the Ministry of Health informs all the actors regulated by them.&lt;br /&gt;
For Credit Notes:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Code&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Value&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|20&lt;br /&gt;
|Note Credit that references an electronic invoice*&lt;br /&gt;
|-&lt;br /&gt;
|22&lt;br /&gt;
|Credit note without reference to invoices*&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
Note: (*) The default value is 20, the above means that if a value is not reported, it is assumed to be 20 and the corresponding set of validations will be applied. (*) Preferable for use of rebate notes or conditional discounts. Notes type 22 do not have rejection validation. Post Control Object. For Debit Notes:&lt;br /&gt;
For Debit Notes:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Code&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Value&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|30&lt;br /&gt;
|Note Debit that references an electronic invoice*	&lt;br /&gt;
|-&lt;br /&gt;
|32&lt;br /&gt;
|Debit note without reference to invoices*&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
Note: The default value is 30, the above means that if a value is not reported, add 30 and apply the corresponding set of validations. Notes type 32 and 33 do not have rejection validation. Post Control Object.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;@IMPORTANT:&#039;&#039;&#039; Notes type 22 and 32 do not have rejection validation. (Post control object).&lt;br /&gt;
	&lt;br /&gt;
==Table 3==	&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot;&lt;br /&gt;
|+ Identification Types&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot; 	&lt;br /&gt;
|-style=&amp;quot;text-align:center;&amp;quot; &lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Anex 1.8-2021 - 13.2.1. Identification document (Type of Fiscal Identifier):  &lt;br /&gt;
cbc:CompanyID.@schemeName; sts:ProviderID.@schemeName &lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot; &lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Code &lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Meaning &lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|11&lt;br /&gt;
|Civil registration&lt;br /&gt;
|-&lt;br /&gt;
|12&lt;br /&gt;
|ID card&lt;br /&gt;
|-&lt;br /&gt;
|13&lt;br /&gt;
|Certificate of Citizenship&lt;br /&gt;
|-&lt;br /&gt;
|21&lt;br /&gt;
|Alien Card&lt;br /&gt;
|-&lt;br /&gt;
|22&lt;br /&gt;
|Immigration certificate&lt;br /&gt;
|-&lt;br /&gt;
|31&lt;br /&gt;
|NIT&lt;br /&gt;
|-&lt;br /&gt;
|41&lt;br /&gt;
|Passport&lt;br /&gt;
|-&lt;br /&gt;
|42&lt;br /&gt;
|Foreign ID&lt;br /&gt;
|-&lt;br /&gt;
|47&lt;br /&gt;
|PEP&lt;br /&gt;
|-&lt;br /&gt;
|50&lt;br /&gt;
|NIT from another country&lt;br /&gt;
|-&lt;br /&gt;
|91&lt;br /&gt;
|NUIP*&lt;br /&gt;
|}&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;@IMPORTANT:&#039;&#039;&#039; (*) It should only be used for the acquirer, since this type of document does not belong to the document types in the RUT database.&lt;br /&gt;
&lt;br /&gt;
==Table 4==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot;&lt;br /&gt;
|+ Descount Code &lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Anex 1.8-2021 - 13.3.8. Descount Codes&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Code&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Meaning&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|00&lt;br /&gt;
|Unconditional discount&lt;br /&gt;
|-&lt;br /&gt;
|01&lt;br /&gt;
|Conditional Discount&lt;br /&gt;
|}&lt;br /&gt;
|}&lt;br /&gt;
==Table 5==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot;&lt;br /&gt;
|+ TType of person&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Anex 1.8-2021 - 13.2.3. Type of legal organization (People): cbc:AdditionalAccountID&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Code&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Meaning&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|Legal person and assimilated&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|Natural person and assimilated&lt;br /&gt;
|}&lt;br /&gt;
|}&lt;br /&gt;
==Table 6==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; &lt;br /&gt;
|+ Units of Measure &lt;br /&gt;
|- valign=&amp;quot;center&amp;quot; &lt;br /&gt;
|-style=&amp;quot;text-align:center;&amp;quot; &lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Anex 1.8-2021 - 13.3.6. Units of amount: @unitCode &lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; &lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Code &lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Description &lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Code &lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Description &lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Code &lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Description &lt;br /&gt;
|- valign=&amp;quot;center&amp;quot; &lt;br /&gt;
|- &lt;br /&gt;
|04 &lt;br /&gt;
|small spray &lt;br /&gt;
|BIL &lt;br /&gt;
|trillion dollars &lt;br /&gt;
|HUR &lt;br /&gt;
|hour &lt;br /&gt;
|- &lt;br /&gt;
|05 &lt;br /&gt;
|lift &lt;br /&gt;
|BJ &lt;br /&gt;
|bucket &lt;br /&gt;
|HY &lt;br /&gt;
|hundred yardas &lt;br /&gt;
|- &lt;br /&gt;
|08 &lt;br /&gt;
|Lot Heat &lt;br /&gt;
|BK &lt;br /&gt;
|Basket &lt;br /&gt;
|IA &lt;br /&gt;
|Inch Pound &lt;br /&gt;
|- &lt;br /&gt;
|10 &lt;br /&gt;
|group &lt;br /&gt;
|BL &lt;br /&gt;
|bullet &lt;br /&gt;
|IC &lt;br /&gt;
|count per inch &lt;br /&gt;
|- &lt;br /&gt;
|11 &lt;br /&gt;
|equip &lt;br /&gt;
|BLD &lt;br /&gt;
|dry barrel &lt;br /&gt;
|IE &lt;br /&gt;
|person&lt;br /&gt;
|- &lt;br /&gt;
|13 &lt;br /&gt;
|ration &lt;br /&gt;
|BLL &lt;br /&gt;
|barrel (EE.UU.)(petroleo, etc.) &lt;br /&gt;
|IF &lt;br /&gt;
|inches of water &lt;br /&gt;
|- &lt;br /&gt;
|14 &lt;br /&gt;
|shot &lt;br /&gt;
|BO &lt;br /&gt;
|bottle &lt;br /&gt;
|II &lt;br /&gt;
|column inch &lt;br /&gt;
|-&lt;br /&gt;
|15&lt;br /&gt;
|stick&lt;br /&gt;
|BP&lt;br /&gt;
|hundred board feet&lt;br /&gt;
|IL&lt;br /&gt;
|inch per minute&lt;br /&gt;
|-&lt;br /&gt;
|16&lt;br /&gt;
|hundred and fifteen kg drum&lt;br /&gt;
|BQL&lt;br /&gt;
|becquerel&lt;br /&gt;
|IM&lt;br /&gt;
|printing&lt;br /&gt;
|-&lt;br /&gt;
|17&lt;br /&gt;
|hundred pound drum&lt;br /&gt;
|BR&lt;br /&gt;
|bar&lt;br /&gt;
|INH&lt;br /&gt;
|inch&lt;br /&gt;
|}&lt;br /&gt;
|}&lt;br /&gt;
 &#039;&#039;&#039;@IMPORTANT:&#039;&#039;&#039; This catalog is more extensive, for more information refer to the section of the corresponding Annex.&lt;br /&gt;
==Table 7==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot;&lt;br /&gt;
|+ Reference pricing codes&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Anex 1.8-2021 - 13.3.9. Type of legal organization (Persons): cbc:AdditionalAccountID&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Code&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Meaning&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|01&lt;br /&gt;
|Commercial value&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#FF0000; text-align:left;&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Note: &amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; For commercial samples or gifts, &#039;01&#039; must be sent in the field &#039;&#039;&#039;codigoTipoPrecio&#039;&#039;&#039;&lt;br /&gt;
|}&lt;br /&gt;
==Table 8==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot;&lt;br /&gt;
|+ Codes for products and services&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Anex 1.7-2020 - 6.2.3. Type of legal organization (People): cbc:AdditionalAccountID&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|@schemeID&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|@schemeName&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|schemeAgencyID&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|To use&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|001&lt;br /&gt;
|UNSPSC&lt;br /&gt;
|10&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|Colombia Efficient Purchase: use content of the &amp;quot;Code&amp;quot; column&lt;br /&gt;
* Ver 8.1&lt;br /&gt;
|-&lt;br /&gt;
|010&lt;br /&gt;
|GTIN&lt;br /&gt;
|9&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|Global Product Identification Numbers - GTIN&lt;br /&gt;
* Ver 8.2&lt;br /&gt;
*  When there are fewer than 14 numbers in a data structure (for example, GTIN8), the numbers must be right-justified in a 14-digit field padded with zeros in the leftmost positions.&lt;br /&gt;
|-&lt;br /&gt;
|020&lt;br /&gt;
|rate item&lt;br /&gt;
|195&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|rate item&lt;br /&gt;
|-&lt;br /&gt;
|999&lt;br /&gt;
|Taxpayer Adoption Standard&lt;br /&gt;
|&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|&lt;br /&gt;
* The value in the @schemeName attribute will not be validated&lt;br /&gt;
* The @schemeAgencyID attribute must not be used&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#FF0000;&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Note: &amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; For commercial samples or gifts, &#039;01&#039; must be sent in the &#039;&#039;&#039;codigoTipoPrecio&#039;&#039;&#039; field.&lt;br /&gt;
&#039;&#039;&#039;@IMPORTANT:&#039;&#039;&#039; For more information on the code for products and services, refer to the section of the corresponding Annex.&lt;br /&gt;
==Table 9==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot;&lt;br /&gt;
|+ Credit Note Reasons&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Anex 1.8-2021 - 13.3.4. Correction concept for credit notes: cac:DiscrepancyResponse/cbc:ResponseCode&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Code&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|Partial return of goods and/or partial non-acceptance of service&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|Electronic invoice cancellation&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|Rebate or partial or total discount&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|Price Adjust&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|others&lt;br /&gt;
|}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Table 10==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot;&lt;br /&gt;
|+ Debit Note Reasons&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Anex 1.7-2020 - 6.2.6. Concept of Correction for Debit Notes: cac:DiscrepancyResponse/cbc:ResponseCode&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Code&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|Interests&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|Expenses receivable&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|Value change&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|others&lt;br /&gt;
|}&lt;br /&gt;
==Table 11==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot;&lt;br /&gt;
|+ Tax Types&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Anex 1.7-2020 - 6.2.2. Tributos: cac:TaxScheme/ID, cac:TaxScheme/Name&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Identifier&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Name&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|01&lt;br /&gt;
|IVA&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|Value Added Tax&lt;br /&gt;
|-&lt;br /&gt;
|02&lt;br /&gt;
|IC&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|Consumption Tax&lt;br /&gt;
|-&lt;br /&gt;
|03&lt;br /&gt;
|ICA&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|Industry, Commerce and Notice Tax&lt;br /&gt;
|-&lt;br /&gt;
|04&lt;br /&gt;
|INC&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|National Consumption Tax&lt;br /&gt;
|-&lt;br /&gt;
|05&lt;br /&gt;
|ReteIVA&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|Withholding on IVA&lt;br /&gt;
|-&lt;br /&gt;
|06&lt;br /&gt;
|ReteRenta&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|Withholding on Income&lt;br /&gt;
|-&lt;br /&gt;
|07&lt;br /&gt;
|ReteICA&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|Withholding on the ICA&lt;br /&gt;
|-&lt;br /&gt;
|08&lt;br /&gt;
|IC Porcentual&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|Tax on Consumption of Plastic Bag&lt;br /&gt;
|-&lt;br /&gt;
|20&lt;br /&gt;
|FtoHorticultura&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|Fruit and Vegetable Promotion Fee&lt;br /&gt;
|-&lt;br /&gt;
|21&lt;br /&gt;
|Timbre&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|Stamp Tax&lt;br /&gt;
|-&lt;br /&gt;
|22&lt;br /&gt;
|INC Bolsas&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|National Tax on Plastic Bag Consumption&lt;br /&gt;
|-&lt;br /&gt;
|23&lt;br /&gt;
|INCarbono&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|National Carbon Tax&lt;br /&gt;
|-&lt;br /&gt;
|24&lt;br /&gt;
|INCombustibles&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|National Tax on Fuels&lt;br /&gt;
|-&lt;br /&gt;
|25&lt;br /&gt;
|Sobretasa Combustibles&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|Surcharge on fuels&lt;br /&gt;
|-&lt;br /&gt;
|26&lt;br /&gt;
|Sordicom&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|Retail Contribution (Fuels)&lt;br /&gt;
|-&lt;br /&gt;
|30&lt;br /&gt;
|IC Datos&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|Data Consumption Tax&lt;br /&gt;
|-&lt;br /&gt;
|ZY&lt;br /&gt;
|No causa&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|Not responsible for tax&lt;br /&gt;
|-&lt;br /&gt;
|ZZ&lt;br /&gt;
|Name of the tax figure&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|Other taxes, rates, contributions, and similar&lt;br /&gt;
|}&lt;br /&gt;
|}&lt;br /&gt;
==Table 12==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot;&lt;br /&gt;
|+ Tax Fees&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Anex 1.7-2020 - 6.3.8. Rate Tables for Tax&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Reporting tax&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Possible values for the cbc:Percent field&lt;br /&gt;
The rate to report will depend on the tax aspect of the reported tax.&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|IVA&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width:700px;|&amp;amp;nbsp;&lt;br /&gt;
| style=&amp;quot;width:50px;|rate&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
|   Concept|| rate || (cbc:Percent)|| &amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
|   Exempt|| 0.00 || &amp;amp;nbsp;|&lt;br /&gt;
|-&lt;br /&gt;
|   Goods/Services at 5|| 5.00 || &amp;amp;nbsp;|&lt;br /&gt;
|-&lt;br /&gt;
|   Contracts signed with the state before law 1819|| 16.00 || &amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
|   General rate|| 19.00 || &amp;amp;nbsp;&lt;br /&gt;
|}&lt;br /&gt;
|-&lt;br /&gt;
|INC&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;width:700px;|&amp;amp;nbsp;&lt;br /&gt;
|rate&lt;br /&gt;
|&amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
|  Item &amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;&amp;amp;nbsp;|| (cbc:Percent)|| &amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
|   Special rate|| 2.00 || &amp;amp;nbsp;&lt;br /&gt;
|-&lt;br /&gt;
|   Special rate|| 4.00 || &amp;amp;nbsp;|&lt;br /&gt;
|-&lt;br /&gt;
|   General rate|| 8.00 || &amp;amp;nbsp;|&lt;br /&gt;
|-&lt;br /&gt;
|   Special rate|| 16.00 || &amp;amp;nbsp;|&lt;br /&gt;
|}&lt;br /&gt;
|-&lt;br /&gt;
|ReteIVA&lt;br /&gt;
|style=&amp;quot;text-align:left;&amp;quot;|&lt;br /&gt;
15.00&amp;lt;br&amp;gt;&lt;br /&gt;
100.00&lt;br /&gt;
|}&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#FF0000;&amp;quot;&amp;gt;&amp;lt;b&amp;gt;@IMPORTANT: &amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt;This catalog &#039;&#039;&#039;fees for Tax&#039;&#039;&#039; is more extensive, for more information refer to the section of the corresponding Annex.&lt;br /&gt;
&lt;br /&gt;
==Table 13==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot;&lt;br /&gt;
|+ Payment methods &lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Anex 1.7-2020 - 6.3.4.2. Payment methods: cbc:PaymentMeansCode&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Code&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Medio&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Code&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Medio&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|Instrument not defined&lt;br /&gt;
|39&lt;br /&gt;
|Corporate Exchange Business Loan (CTX)&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|Crédito ACH&lt;br /&gt;
|40&lt;br /&gt;
|Business Debit Corporate Exchange (CTX)&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|Débito ACH&lt;br /&gt;
|41&lt;br /&gt;
|Concentration Cash/Credit Disbursement Plus (CCD+)&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|ACH demand debit reversal &lt;br /&gt;
|42&lt;br /&gt;
|Bank collection&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|Reversal of ACH demand credit&lt;br /&gt;
|43&lt;br /&gt;
|Cash concentration / Debit plus Disbursement (CCD+)&lt;br /&gt;
|-&lt;br /&gt;
|6&lt;br /&gt;
|ACH Demand Credit&lt;br /&gt;
|44&lt;br /&gt;
|Exchange Note&lt;br /&gt;
|-&lt;br /&gt;
|7&lt;br /&gt;
|ACH demand debit&lt;br /&gt;
|45&lt;br /&gt;
|Transfer Bank Credit&lt;br /&gt;
|-&lt;br /&gt;
|8&lt;br /&gt;
|Maintain&lt;br /&gt;
|46&lt;br /&gt;
|Interbank Debit Transfer&lt;br /&gt;
|-&lt;br /&gt;
|9&lt;br /&gt;
|National or Regional Clearing&lt;br /&gt;
|47&lt;br /&gt;
|Bank Debit Transfer&lt;br /&gt;
|-&lt;br /&gt;
|10&lt;br /&gt;
|Cash&lt;br /&gt;
|48&lt;br /&gt;
|Credit card&lt;br /&gt;
|-&lt;br /&gt;
|11&lt;br /&gt;
|Credit Savings Reversal &lt;br /&gt;
|49&lt;br /&gt;
|Debit Card&lt;br /&gt;
|-&lt;br /&gt;
|12&lt;br /&gt;
|Reversion Debit Savings&lt;br /&gt;
|50&lt;br /&gt;
|Postdraft&lt;br /&gt;
|-&lt;br /&gt;
|13&lt;br /&gt;
|Savings Credit&lt;br /&gt;
|51&lt;br /&gt;
|French banking standard Telex&lt;br /&gt;
|-&lt;br /&gt;
|14&lt;br /&gt;
|Debit Saving&lt;br /&gt;
|52&lt;br /&gt;
|Urgent business payment&lt;br /&gt;
|-&lt;br /&gt;
|15&lt;br /&gt;
|Bookentry Credit&lt;br /&gt;
|53&lt;br /&gt;
|Urgent Treasury Payment&lt;br /&gt;
|-&lt;br /&gt;
|16&lt;br /&gt;
|Bookentry Debit&lt;br /&gt;
|60&lt;br /&gt;
|Note promisoria&lt;br /&gt;
|-&lt;br /&gt;
|17&lt;br /&gt;
|Concentration of demand in cash/Credit Disbursement (CCD)&lt;br /&gt;
|61&lt;br /&gt;
|Promissory note signed by the creditor&lt;br /&gt;
|-&lt;br /&gt;
|18&lt;br /&gt;
|Concentration of demand in cash / Disbursement (CCD) debit&lt;br /&gt;
|62&lt;br /&gt;
|Promissory note signed by the creditor, endorsed by the bank&lt;br /&gt;
|-&lt;br /&gt;
|19&lt;br /&gt;
|Corporate Business Payment Credit (CTP)&lt;br /&gt;
|63&lt;br /&gt;
|Promissory note signed by the creditor, endorsed by a third party&lt;br /&gt;
|-&lt;br /&gt;
|20&lt;br /&gt;
|Check&lt;br /&gt;
|64&lt;br /&gt;
|Note promisoria firmada pro el banco&lt;br /&gt;
|-&lt;br /&gt;
|21&lt;br /&gt;
|Poyecto bancario&lt;br /&gt;
|65&lt;br /&gt;
|Promissory note signed by a bank guaranteed by another bank&lt;br /&gt;
|-&lt;br /&gt;
|22&lt;br /&gt;
|Certified bank project  &lt;br /&gt;
|66&lt;br /&gt;
|Signed promissory note&lt;br /&gt;
|-&lt;br /&gt;
|23&lt;br /&gt;
| Bank check &lt;br /&gt;
|67&lt;br /&gt;
|Promissory note signed by a third party guaranteed by a bank&lt;br /&gt;
|-&lt;br /&gt;
|24&lt;br /&gt;
|Foreign exchange note awaiting acceptance &lt;br /&gt;
|70&lt;br /&gt;
|Withdrawal of note by creditor&lt;br /&gt;
|-&lt;br /&gt;
|25&lt;br /&gt;
|Certified check &lt;br /&gt;
|71&lt;br /&gt;
|Bonds&lt;br /&gt;
|-&lt;br /&gt;
|26&lt;br /&gt;
|Local Check  &lt;br /&gt;
|72&lt;br /&gt;
|Vouchers&lt;br /&gt;
|-&lt;br /&gt;
|27&lt;br /&gt;
|Debit Payment Corporate Business (CTP) &lt;br /&gt;
|74&lt;br /&gt;
|Withdrawal of note by the creditor on a bank&lt;br /&gt;
|-&lt;br /&gt;
|28&lt;br /&gt;
|Credit Business Corporate Exchange (CTX)  &lt;br /&gt;
|75&lt;br /&gt;
|Withdrawal of note by the creditor, guaranteed by another bank&lt;br /&gt;
|-&lt;br /&gt;
|29&lt;br /&gt;
|Debit Business Corporate Exchange (CTX)  &lt;br /&gt;
|76&lt;br /&gt;
|Withdrawal of note by the creditor, on a bank guaranteed by a third party&lt;br /&gt;
|-&lt;br /&gt;
|30&lt;br /&gt;
|Credit Transfer &lt;br /&gt;
|77&lt;br /&gt;
|Withdrawal of a note by the creditor on a third party&lt;br /&gt;
|-&lt;br /&gt;
|31&lt;br /&gt;
|Transfer Debit &lt;br /&gt;
|78&lt;br /&gt;
|Withdrawal of a note by the creditor on a third party guaranteed by a bank&lt;br /&gt;
|-&lt;br /&gt;
|32&lt;br /&gt;
|Concentration Cash / Disbursement Credit plus (CCD+)  &lt;br /&gt;
|91&lt;br /&gt;
|Transferable bank note&lt;br /&gt;
|-&lt;br /&gt;
|33&lt;br /&gt;
|Concentration Cash / Disbursement Debit plus (CCD+)  &lt;br /&gt;
|92&lt;br /&gt;
|Local transferable check&lt;br /&gt;
|-&lt;br /&gt;
|34&lt;br /&gt;
|Pre-arranged payment and deposit (PPD)  &lt;br /&gt;
|93&lt;br /&gt;
|Referenced draft&lt;br /&gt;
|-&lt;br /&gt;
|35&lt;br /&gt;
|Cash concentration savings / Credit Disbursement (CCD)  &lt;br /&gt;
|94&lt;br /&gt;
|Urgent transfer&lt;br /&gt;
|-&lt;br /&gt;
|36&lt;br /&gt;
|Cash concentration savings / Credit Disbursement (CCD)  &lt;br /&gt;
|95&lt;br /&gt;
|Open format draft&lt;br /&gt;
|-&lt;br /&gt;
|37&lt;br /&gt;
|Payment Corporate Business Savings Credit (CTP)  &lt;br /&gt;
|96&lt;br /&gt;
|Requested payment method not used&lt;br /&gt;
|-&lt;br /&gt;
|38&lt;br /&gt;
|Payment Corporate Business Debit Savings (CTP) &lt;br /&gt;
|97&lt;br /&gt;
|Clearing between partners&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|ZZZ&lt;br /&gt;
|Mutual Agreement&lt;br /&gt;
|}&lt;br /&gt;
|}&lt;br /&gt;
==Table 14==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot;&lt;br /&gt;
|+ Form to Payment Method &lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Anex 1.7-2020 - 6.3.4.1. Payment methods: cbc:PaymentMeans/ID&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Code&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Meaning&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|Cash&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|Credit&lt;br /&gt;
|}&lt;br /&gt;
|}&lt;br /&gt;
==Table 15==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot;&lt;br /&gt;
|+ Terms of delivery (INCOTERMS)&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Anex 1.7-2020 - 6.3.6. Terms of delivery (INCOTERMS): …/cbc:LossRiskResponsibilityCode&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Code&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Meaning&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|CFR	&lt;br /&gt;
|Cost &amp;amp; Freight&lt;br /&gt;
|-&lt;br /&gt;
|CIF	&lt;br /&gt;
|Cost, freight and insurance&lt;br /&gt;
|-&lt;br /&gt;
|CIP	&lt;br /&gt;
|Transport and Insurance Paid to&lt;br /&gt;
|-&lt;br /&gt;
|CPT	&lt;br /&gt;
|Carriage Paid To&lt;br /&gt;
|-&lt;br /&gt;
|DAP	&lt;br /&gt;
|Delivered to Place&lt;br /&gt;
|-&lt;br /&gt;
|DAT	&lt;br /&gt;
|Delivered at Terminal&lt;br /&gt;
|-&lt;br /&gt;
|DDP	&lt;br /&gt;
|Delivered Duty Paid&lt;br /&gt;
|-&lt;br /&gt;
|EXW	&lt;br /&gt;
|In Factory&lt;br /&gt;
|-&lt;br /&gt;
|FAS	&lt;br /&gt;
|Free alongside ship&lt;br /&gt;
|-&lt;br /&gt;
|FCA	&lt;br /&gt;
|Freight Carrier&lt;br /&gt;
|-&lt;br /&gt;
|FOB	&lt;br /&gt;
|Free on board&lt;br /&gt;
|}&lt;br /&gt;
|}&lt;br /&gt;
==Table 16==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot;&lt;br /&gt;
|+ Departments (ISO 3166-2:CO)&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Anex 1.7-2020 - 6.4.2. Departments (ISO 3166-2:CO): cbc:CountrySubentity, cbc:CountrySubentityCode&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Code&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Name&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|ISO code&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Code&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Name&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|ISO code&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|91&lt;br /&gt;
|Amazonas&lt;br /&gt;
|AMA&lt;br /&gt;
|41&lt;br /&gt;
|Huila&lt;br /&gt;
|HUI&lt;br /&gt;
|-&lt;br /&gt;
|05&lt;br /&gt;
|Antioquia&lt;br /&gt;
|ANT&lt;br /&gt;
|44&lt;br /&gt;
|La Guajira&lt;br /&gt;
|LAG&lt;br /&gt;
|-&lt;br /&gt;
|81&lt;br /&gt;
|Arauca&lt;br /&gt;
|ARA&lt;br /&gt;
|47&lt;br /&gt;
|Magdalena&lt;br /&gt;
|MAG&lt;br /&gt;
|-&lt;br /&gt;
|08&lt;br /&gt;
|Atlántico&lt;br /&gt;
|ATL&lt;br /&gt;
|50&lt;br /&gt;
|Meta&lt;br /&gt;
|MET&lt;br /&gt;
|-&lt;br /&gt;
|11&lt;br /&gt;
|Bogotá&lt;br /&gt;
|DC&lt;br /&gt;
|52&lt;br /&gt;
|Nariño&lt;br /&gt;
|NAR&lt;br /&gt;
|-&lt;br /&gt;
|13&lt;br /&gt;
|Bolívar&lt;br /&gt;
|BOL&lt;br /&gt;
|54&lt;br /&gt;
|Norte de Santander&lt;br /&gt;
|NSA&lt;br /&gt;
|-&lt;br /&gt;
|15&lt;br /&gt;
|Boyacá&lt;br /&gt;
|BOY&lt;br /&gt;
|86&lt;br /&gt;
|Putumayo&lt;br /&gt;
|PUT&lt;br /&gt;
|-&lt;br /&gt;
|17&lt;br /&gt;
|Caldas&lt;br /&gt;
|CAL&lt;br /&gt;
|63&lt;br /&gt;
|Quindío&lt;br /&gt;
|QUI&lt;br /&gt;
|-&lt;br /&gt;
|18&lt;br /&gt;
|Caquetá&lt;br /&gt;
|CAQ&lt;br /&gt;
|66&lt;br /&gt;
|Risaralda&lt;br /&gt;
|RIS&lt;br /&gt;
|-&lt;br /&gt;
|85&lt;br /&gt;
|Casanare&lt;br /&gt;
|CAS&lt;br /&gt;
|88&lt;br /&gt;
|San Andrés y Providencia&lt;br /&gt;
|SAP&lt;br /&gt;
|-&lt;br /&gt;
|19&lt;br /&gt;
|Cauca&lt;br /&gt;
|CAU&lt;br /&gt;
|68&lt;br /&gt;
|Santander&lt;br /&gt;
|SAN&lt;br /&gt;
|-&lt;br /&gt;
|20&lt;br /&gt;
|Cesar&lt;br /&gt;
|CES&lt;br /&gt;
|70&lt;br /&gt;
|Sucre&lt;br /&gt;
|SUC&lt;br /&gt;
|-&lt;br /&gt;
|27&lt;br /&gt;
|Chocó&lt;br /&gt;
|CHO&lt;br /&gt;
|73&lt;br /&gt;
|Tolima&lt;br /&gt;
|TOL&lt;br /&gt;
|-&lt;br /&gt;
|23&lt;br /&gt;
|Córdoba&lt;br /&gt;
|COR&lt;br /&gt;
|76&lt;br /&gt;
|Valle del Cauca&lt;br /&gt;
|VAC&lt;br /&gt;
|-&lt;br /&gt;
|25&lt;br /&gt;
|Cundinamarca&lt;br /&gt;
|CUN&lt;br /&gt;
|97&lt;br /&gt;
|Vaupés&lt;br /&gt;
|VAU&lt;br /&gt;
|-&lt;br /&gt;
|94&lt;br /&gt;
|Guainía&lt;br /&gt;
|GUA&lt;br /&gt;
|99&lt;br /&gt;
|Vichada&lt;br /&gt;
|VID&lt;br /&gt;
|-&lt;br /&gt;
|95&lt;br /&gt;
|Guaviare&lt;br /&gt;
|GUV&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|}&lt;br /&gt;
|}&lt;br /&gt;
==Table 17==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot;&lt;br /&gt;
|+ Tax responsibilities &lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Anex 1.7-2020 - 6.2.7. Tax responsibilities: cbc:TaxLevelCode&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Code&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Meaning&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|0-13	&lt;br /&gt;
|Major contributor&lt;br /&gt;
|-&lt;br /&gt;
|0-15	&lt;br /&gt;
|Self-Locking&lt;br /&gt;
|-&lt;br /&gt;
|0-23	&lt;br /&gt;
|Sales tax withholding agent&lt;br /&gt;
|-&lt;br /&gt;
|0-47	&lt;br /&gt;
|Simple Taxation System – SIMPLE&lt;br /&gt;
|-&lt;br /&gt;
|R-99-PN	&lt;br /&gt;
|Does not apply - Others&lt;br /&gt;
|}&lt;br /&gt;
|}&lt;br /&gt;
==Table 18==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot;&lt;br /&gt;
|+ tax details&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Anex 1.7-2020 - 6.2.2. Taxes: cac:TaxScheme/ID, cac:TaxScheme/Name&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Codigo&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Meaning&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|01&lt;br /&gt;
|IVA&lt;br /&gt;
|-&lt;br /&gt;
|04&lt;br /&gt;
|INC&lt;br /&gt;
|-&lt;br /&gt;
|ZA&lt;br /&gt;
|IVA e INC&lt;br /&gt;
|-&lt;br /&gt;
|ZZ&lt;br /&gt;
|Does not apply &lt;br /&gt;
|}&lt;br /&gt;
|}&lt;br /&gt;
==Table 19==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot;&lt;br /&gt;
|+ Municipality&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Anex 1.7-2020 - 6.4.3. Municipality: cbc:CityName&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Code Department&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Code Municipal&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Name Department&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Name Municipal&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|05&lt;br /&gt;
|05044&lt;br /&gt;
|Antioquia&lt;br /&gt;
|ANZÁ&lt;br /&gt;
|-&lt;br /&gt;
|05&lt;br /&gt;
|05045&lt;br /&gt;
|Antioquia&lt;br /&gt;
|APARTADÓ&lt;br /&gt;
|-&lt;br /&gt;
|05&lt;br /&gt;
|05051&lt;br /&gt;
|Antioquia&lt;br /&gt;
|ARBOLETES&lt;br /&gt;
|-&lt;br /&gt;
|05&lt;br /&gt;
|05055&lt;br /&gt;
|Antioquia&lt;br /&gt;
|ARGELIA&lt;br /&gt;
|-&lt;br /&gt;
|05&lt;br /&gt;
|05059&lt;br /&gt;
|Antioquia&lt;br /&gt;
|ARMENIA&lt;br /&gt;
|-&lt;br /&gt;
|05&lt;br /&gt;
|05079&lt;br /&gt;
|Antioquia&lt;br /&gt;
|BARBOSA&lt;br /&gt;
|-&lt;br /&gt;
|05&lt;br /&gt;
|05086&lt;br /&gt;
|Antioquia&lt;br /&gt;
|BELMIRA&lt;br /&gt;
|-&lt;br /&gt;
|05&lt;br /&gt;
|05088&lt;br /&gt;
|Antioquia&lt;br /&gt;
|BELLO&lt;br /&gt;
|-&lt;br /&gt;
|05&lt;br /&gt;
|05091&lt;br /&gt;
|Antioquia&lt;br /&gt;
|BETANIA&lt;br /&gt;
|-&lt;br /&gt;
|05&lt;br /&gt;
|05093&lt;br /&gt;
|Antioquia&lt;br /&gt;
|BETULIA&lt;br /&gt;
|-&lt;br /&gt;
|05&lt;br /&gt;
|05101&lt;br /&gt;
|Antioquia&lt;br /&gt;
|CIUDAD BOLÍVAR&lt;br /&gt;
|-&lt;br /&gt;
|05&lt;br /&gt;
|05107&lt;br /&gt;
|Antioquia&lt;br /&gt;
|BRICEÑO&lt;br /&gt;
|-&lt;br /&gt;
|05&lt;br /&gt;
|05113&lt;br /&gt;
|Antioquia&lt;br /&gt;
|BURITICÁ&lt;br /&gt;
|-&lt;br /&gt;
|05&lt;br /&gt;
|05120&lt;br /&gt;
|Antioquia&lt;br /&gt;
|CÁCERES&lt;br /&gt;
|-&lt;br /&gt;
|05&lt;br /&gt;
|05125&lt;br /&gt;
|Antioquia&lt;br /&gt;
|CAICEDO&lt;br /&gt;
|-&lt;br /&gt;
|05&lt;br /&gt;
|05129&lt;br /&gt;
|Antioquia&lt;br /&gt;
|CALDAS&lt;br /&gt;
|-&lt;br /&gt;
|05&lt;br /&gt;
|05134&lt;br /&gt;
|Antioquia&lt;br /&gt;
|CAMPAMENTO&lt;br /&gt;
|-&lt;br /&gt;
|05&lt;br /&gt;
|05138&lt;br /&gt;
|Antioquia&lt;br /&gt;
|CAÑASGORDAS&lt;br /&gt;
|-&lt;br /&gt;
|05&lt;br /&gt;
|05142&lt;br /&gt;
|Antioquia&lt;br /&gt;
|CARACOLÍ&lt;br /&gt;
|-&lt;br /&gt;
|05&lt;br /&gt;
|05145&lt;br /&gt;
|Antioquia&lt;br /&gt;
|CARAMANTA&lt;br /&gt;
|-&lt;br /&gt;
|05&lt;br /&gt;
|05147&lt;br /&gt;
|Antioquia&lt;br /&gt;
|CAREPA&lt;br /&gt;
|-&lt;br /&gt;
|05&lt;br /&gt;
|05148&lt;br /&gt;
|Antioquia&lt;br /&gt;
|EL CARMEN DE VIBORAL&lt;br /&gt;
|-&lt;br /&gt;
|05&lt;br /&gt;
|05150&lt;br /&gt;
|Antioquia&lt;br /&gt;
|CAROLINA&lt;br /&gt;
|-&lt;br /&gt;
|05&lt;br /&gt;
|05154&lt;br /&gt;
|Antioquia&lt;br /&gt;
|CAUCASIA&lt;br /&gt;
|-&lt;br /&gt;
|05&lt;br /&gt;
|05172&lt;br /&gt;
|Antioquia&lt;br /&gt;
|CHIGORODÓ&lt;br /&gt;
|}&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;@IMPORTANT:&#039;&#039;&#039; This catalog &#039;&#039;&#039; municipalities&#039;&#039;&#039; is more extensive, for more information refer to the section of the corresponding Annex.&lt;br /&gt;
==Table 20==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot;&lt;br /&gt;
|+ Postal zone&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Anex 1.7-2020 - 6.4.4. Reference to other documents cbc:PostalZone &amp;lt;br&amp;gt;&lt;br /&gt;
In Colombia, the postal code consists of 6 digits (example: 578986) that initially indicate the geographical position, followed by the routing and finally the one that locates us within the postal area, as follows:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;National Departments&#039;&#039;&#039;&amp;lt;br&amp;gt;&lt;br /&gt;
The first two digits represent the national departments, using the current Dane coding. Codes less than 10 must start with a leading zero.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Departmental routing postal zones&#039;&#039;&#039; &amp;lt;br&amp;gt;&lt;br /&gt;
The third and fourth position define the routing postal zones to facilitate the classification through the Postal Code: 00 is reserved for the capital of the department. From 01 to 89, each department can be divided into up to 89 postal routing zones.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Postal district by municipality or locality&#039;&#039;&#039; &amp;lt;br&amp;gt;&lt;br /&gt;
The last two positions of the National Postal Code allow one hundred postal districts to be assigned to each of the ten postal zones created in each department. That is, up to a thousand different districts can be assigned in each department, for a total of thirty-three thousand at the national level.&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#FF0000;&amp;quot;&amp;gt;&amp;lt;b&amp;gt;@IMPORTANT: &amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt;For more information, refer to the corresponding Annex section.&lt;br /&gt;
==Table 21==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot;&lt;br /&gt;
|+Reference to non-tax documents&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|&#039;&#039;&#039;Anex 1.8 - 13.1.4. Reference to non-tax documents: cbc:DocumentTypeCode&#039;&#039;&#039; &amp;lt;br&amp;gt;&lt;br /&gt;
This element refers to the&#039;&#039;&#039;xpath /Invoice/cac:AdditionalDocumentReference/cbc: DocumentTypeCode&#039;&#039;&#039;. These documents represent commercial and mercantile actions that protect or support transactions related to this electronic document.&lt;br /&gt;
&lt;br /&gt;
The XML electronic documents adopted by the DIAN should not be included in this fragment since these documents do not contain the standard identifications such as CUFE or CUDE.&lt;br /&gt;
&lt;br /&gt;
As it is a delivery order, the &#039;&#039;&#039;OrderReference&#039;&#039;&#039;, element group must be used. When reporting more than one, the AdditionalDocumentReference group must be available.&lt;br /&gt;
&lt;br /&gt;
This field of this group of information is optional to reference commercial issues at the will of the electronic biller, therefore, the codes are assigned by it.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&#039;&#039;&#039;TABLES OF CODES FOR THE ISSUANCE OF DOCUMENTS IN THE HEALTH SECTOR&#039;&#039;&#039;&amp;lt;/center&amp;gt;&lt;br /&gt;
==Table 22==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot;&lt;br /&gt;
|+  Identification Document Type- Health Sector&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Abv&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Type of Identification Document&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|CC&lt;br /&gt;
|Citizenship card&lt;br /&gt;
|-&lt;br /&gt;
|CE&lt;br /&gt;
|Immigration Certificate&lt;br /&gt;
|-&lt;br /&gt;
|CD&lt;br /&gt;
|Diplomatic ID&lt;br /&gt;
|-&lt;br /&gt;
|PA&lt;br /&gt;
|Passport&lt;br /&gt;
|-&lt;br /&gt;
|SC&lt;br /&gt;
|Safe conduct&lt;br /&gt;
|-&lt;br /&gt;
|PE&lt;br /&gt;
|special stay permit&lt;br /&gt;
|-&lt;br /&gt;
|RC&lt;br /&gt;
|Civil registration of birth&lt;br /&gt;
|-&lt;br /&gt;
|TI&lt;br /&gt;
|Identity Card&lt;br /&gt;
|-&lt;br /&gt;
|CN&lt;br /&gt;
|Live birth certificate&lt;br /&gt;
|-&lt;br /&gt;
|AS&lt;br /&gt;
|Adult Unidentified&lt;br /&gt;
|-&lt;br /&gt;
|MS&lt;br /&gt;
|Unidentified Minor&lt;br /&gt;
|-&lt;br /&gt;
|DE&lt;br /&gt;
|Foreign Document&lt;br /&gt;
|-&lt;br /&gt;
|SI&lt;br /&gt;
|Without Identification&lt;br /&gt;
|}&lt;br /&gt;
|}&lt;br /&gt;
==Table 23==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot;&lt;br /&gt;
|+ User Type - Health Sector&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Code&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|User type&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|01&lt;br /&gt;
|Contributing taxpayer&lt;br /&gt;
|-&lt;br /&gt;
|02&lt;br /&gt;
|Contributory beneficiary&lt;br /&gt;
|-&lt;br /&gt;
|03&lt;br /&gt;
|Additional contributory&lt;br /&gt;
|-&lt;br /&gt;
|04&lt;br /&gt;
|Subsidised&lt;br /&gt;
|-&lt;br /&gt;
|05&lt;br /&gt;
|Not regim&lt;br /&gt;
|-&lt;br /&gt;
|06&lt;br /&gt;
|Special or Contributing Exception&lt;br /&gt;
|-&lt;br /&gt;
|07&lt;br /&gt;
|Special or Exception beneficiary&lt;br /&gt;
|-&lt;br /&gt;
|08&lt;br /&gt;
|Individual&lt;br /&gt;
|-&lt;br /&gt;
|09&lt;br /&gt;
|Policyholder/Protected ARL&lt;br /&gt;
|-&lt;br /&gt;
|10&lt;br /&gt;
|Policyholder/Protected SOAT&lt;br /&gt;
|-&lt;br /&gt;
|11&lt;br /&gt;
|Policy holder/Protected voluntary health plans&lt;br /&gt;
|}&lt;br /&gt;
|}&lt;br /&gt;
==Table 24==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot;&lt;br /&gt;
|+ Hiring Modalities - Health Sector&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Code&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Hiring Modalities&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|01&lt;br /&gt;
|Package / Basket / Comprehensive Health Set&lt;br /&gt;
|-&lt;br /&gt;
|02&lt;br /&gt;
|Diagnosis-related Groups&lt;br /&gt;
|-&lt;br /&gt;
|03&lt;br /&gt;
|Comprehensive by risk group&lt;br /&gt;
|-&lt;br /&gt;
|04&lt;br /&gt;
|Payment by contact by specialty&lt;br /&gt;
|-&lt;br /&gt;
|05&lt;br /&gt;
|Payment per scenario of care&lt;br /&gt;
|-&lt;br /&gt;
|06&lt;br /&gt;
|Payment per service type&lt;br /&gt;
|-&lt;br /&gt;
|07&lt;br /&gt;
|Prospective global payment per episode&lt;br /&gt;
|-&lt;br /&gt;
|08&lt;br /&gt;
|Global prospective payment by risk group&lt;br /&gt;
|-&lt;br /&gt;
|09&lt;br /&gt;
|Prospective lump sum payment by specialty&lt;br /&gt;
|-&lt;br /&gt;
|10&lt;br /&gt;
|Prospective global payment by level of complexity&lt;br /&gt;
|-&lt;br /&gt;
|11&lt;br /&gt;
|Capacitation&lt;br /&gt;
|-&lt;br /&gt;
|12&lt;br /&gt;
|For service&lt;br /&gt;
|}&lt;br /&gt;
|}&lt;br /&gt;
==Table 25==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot;&lt;br /&gt;
|+ CService coverage or plan - Health Sector&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Code&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Service coverage or plan&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|01&lt;br /&gt;
|Health benefit plan financed by UPC&lt;br /&gt;
|-&lt;br /&gt;
|02&lt;br /&gt;
|Maximum budget&lt;br /&gt;
|-&lt;br /&gt;
|03&lt;br /&gt;
|EPS/EOC premium, uninsured SOAT&lt;br /&gt;
|-&lt;br /&gt;
|04&lt;br /&gt;
|Coverage SOAT Policy&lt;br /&gt;
|-&lt;br /&gt;
|05&lt;br /&gt;
|ARL cover&lt;br /&gt;
|-&lt;br /&gt;
|06&lt;br /&gt;
|ADRES coverage&lt;br /&gt;
|-&lt;br /&gt;
|07&lt;br /&gt;
|Public Health Cover&lt;br /&gt;
|-&lt;br /&gt;
|08&lt;br /&gt;
|Coverage of the territorial entity, supply resources&lt;br /&gt;
|-&lt;br /&gt;
|09&lt;br /&gt;
|Emergencies migrant population&lt;br /&gt;
|-&lt;br /&gt;
|10&lt;br /&gt;
|Supplemental health plan&lt;br /&gt;
|-&lt;br /&gt;
|11&lt;br /&gt;
|Prepaid Medical Plan&lt;br /&gt;
|-&lt;br /&gt;
|12&lt;br /&gt;
|Other health policies&lt;br /&gt;
|-&lt;br /&gt;
|13&lt;br /&gt;
|Special Regime Coverage or Exception&lt;br /&gt;
|-&lt;br /&gt;
|14&lt;br /&gt;
|National Health Fund Coverage for Persons Deprived of Liberty&lt;br /&gt;
|-&lt;br /&gt;
|15&lt;br /&gt;
|Private&lt;br /&gt;
|}&lt;br /&gt;
|}&lt;br /&gt;
==Table 26==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot;&lt;br /&gt;
|+ Collection Concepts&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Code&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|16&lt;br /&gt;
|Copayment&lt;br /&gt;
|-&lt;br /&gt;
|17&lt;br /&gt;
|Moderator Fee&lt;br /&gt;
|-&lt;br /&gt;
|18&lt;br /&gt;
|Recovery Fee&lt;br /&gt;
|-&lt;br /&gt;
|19&lt;br /&gt;
|Shared plans in voluntary health plans&lt;br /&gt;
|}&lt;br /&gt;
|}&lt;br /&gt;
==Table 27==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot;&lt;br /&gt;
|+ Scenario Types&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Code&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|Record of the Concept of collection to the patient&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|Registration of the concept of accreditation to the EPS&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|Record of operations without accreditation to the EPS&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|Issuance of FEL without prior collection&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|Including in a FEL the value to be credited for the collection&lt;br /&gt;
|}&lt;br /&gt;
|}&lt;br /&gt;
==Table 28==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot;&lt;br /&gt;
|+ Additional Data Fields&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-style=&amp;quot;text-align:center;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Name&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Label&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|1&lt;br /&gt;
|CODIGO_PRESTADOR&lt;br /&gt;
|Code assigned in the General System of Social Security in Health (SGSSS) to health service providers that are in the Special Registry of Health Service Providers (REPS) or the Code assigned by the Ministry of Health and Social Protection for public health laboratories.&lt;br /&gt;
|-&lt;br /&gt;
|2&lt;br /&gt;
|TIPO_DOCUMENTO_IDENTIFICACION&lt;br /&gt;
|User identification type&lt;br /&gt;
:[[Tables of property codes for issuance of documents - Direct Integration Manual Index#Table 22|Table 22]]&lt;br /&gt;
|-&lt;br /&gt;
|3&lt;br /&gt;
|NUMERO_DOCUMENTO_IDENTIFICACION&lt;br /&gt;
|Registration of the identification document number according to the type of user document&lt;br /&gt;
|-&lt;br /&gt;
|4&lt;br /&gt;
|PRIMER_APELLIDO&lt;br /&gt;
|First surname of the user as specified in the identification document.&lt;br /&gt;
|-&lt;br /&gt;
|5&lt;br /&gt;
|SEGUNDO_APELLIDO&lt;br /&gt;
|Second surname of the user as specified in the identification document.&lt;br /&gt;
|-&lt;br /&gt;
|6&lt;br /&gt;
|PRIMER_NOMBRE&lt;br /&gt;
|User&#039;s first name as specified in the identification document&lt;br /&gt;
|-&lt;br /&gt;
|7&lt;br /&gt;
|SEGUNDO_NOMBRE&lt;br /&gt;
|Second name of the user according to what is specified in the identification document&lt;br /&gt;
|-&lt;br /&gt;
|8&lt;br /&gt;
|TIPO_USUARIO&lt;br /&gt;
|Registration of the person&#039;s affiliation condition or relationship with the coverage or benefit plan. &lt;br /&gt;
:[[Property code tables for document issuance - Direct Integration Manual Index#Table 23|Table 23]]&lt;br /&gt;
|-&lt;br /&gt;
|9&lt;br /&gt;
|MODALIDAD_CONTRATACION&lt;br /&gt;
|Registration of the contracting and payment modality agreed to be billed. Mandatory. &lt;br /&gt;
:[[Property code tables for document issuance - Direct Integration Manual Index#Table 24|Table 24]]&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|10&lt;br /&gt;
|COBERTURA_PLAN_BENEFICIOS&lt;br /&gt;
|Registration of the entity responsible for financing the coverage or benefit plan. Mandatory. &lt;br /&gt;
:[[Property code tables for document issuance - Direct Integration Manual Index#Table 25|Table 25]]&lt;br /&gt;
|-&lt;br /&gt;
|11&lt;br /&gt;
|NUMERO_AUTORIZACION&lt;br /&gt;
|Compulsory: When there is the response authorization number or the request number, as the case may be. For emergencies, SOAT and ARL are empty&lt;br /&gt;
|-&lt;br /&gt;
|12&lt;br /&gt;
|NUMERO_MIPRES&lt;br /&gt;
|Assigned by MIPRES&lt;br /&gt;
|-&lt;br /&gt;
|13&lt;br /&gt;
|NUMERO_ENTREGA_MIPRES&lt;br /&gt;
|Assigned by MIPRES&lt;br /&gt;
|-&lt;br /&gt;
|14&lt;br /&gt;
|NUMERO_CONTRATO&lt;br /&gt;
|Number of the billing contract&lt;br /&gt;
|-&lt;br /&gt;
|15&lt;br /&gt;
|NUMERO_POLIZA&lt;br /&gt;
|Number of SOAT policy or voluntary health plans. Mandatory: When it comes to SOAT services or voluntary health plans. Diligence when it comes to care for a traffic accident or for care as a private individual for a health policy&lt;br /&gt;
|-&lt;br /&gt;
|16&lt;br /&gt;
|COPAGO&lt;br /&gt;
|Value actually paid by the user and collected by the service provider&lt;br /&gt;
|-&lt;br /&gt;
|17&lt;br /&gt;
|CUOTA_MODERADORA&lt;br /&gt;
|Value actually paid by the user and collected by the service provider&lt;br /&gt;
|-&lt;br /&gt;
|18&lt;br /&gt;
|CUOTA_RECUPERACION&lt;br /&gt;
|Value actually paid by the user and collected by the service provider&lt;br /&gt;
|-&lt;br /&gt;
|19&lt;br /&gt;
|PAGOS_COMPARTIDOS&lt;br /&gt;
|Value actually paid by the user and collected by the service provider&lt;br /&gt;
|}&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Lvargas</name></author>
	</entry>
	<entry>
		<id>http://felcowiki.thefactoryhka.com.co/index.php?title=Additional_features_-_Direct_Integration_Manual_Index&amp;diff=2469</id>
		<title>Additional features - Direct Integration Manual Index</title>
		<link rel="alternate" type="text/html" href="http://felcowiki.thefactoryhka.com.co/index.php?title=Additional_features_-_Direct_Integration_Manual_Index&amp;diff=2469"/>
		<updated>2022-03-03T14:50:50Z</updated>

		<summary type="html">&lt;p&gt;Lvargas: Página creada con «&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==Additional features ==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt; ===Use of extra fields=== The “extras” array allows optional fields to be inserted in t…»&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==Additional features ==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
===Use of extra fields===&lt;br /&gt;
The “extras” array allows optional fields to be inserted in the XML-Invoice and in the printed representation as desired.&lt;br /&gt;
&lt;br /&gt;
The extra fields are not required by the DIAN, but in certain cases they are important and necessary in the issuer&#039;s business model. These incorporate additional information within the document, such as payment details, delivery, transportation, geographic coordinates, batch of products, merchandise expiration, medical services, aeronautical services, free information, among many others.&lt;br /&gt;
&lt;br /&gt;
The extensible fields are designed according to parameters established in the Colombian Chamber of Electronic Commerce and the DIAN, with the purpose of being interoperable (this is not yet fully defined for the prior validation model). The information to be inserted in an extensible field must meet criteria associated with the specific field to be inserted. The structure of the “extras” object is as follows:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Identifier&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;6&amp;quot;|String&lt;br /&gt;
|controlInterno1&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|100	&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|Assigned label for PDF Printed Representation.&lt;br /&gt;
|-&lt;br /&gt;
|controlInterno2	&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|Depends on the field	&lt;br /&gt;
|It allows associating two or more fields by means of an index (if the fields are associable)&lt;br /&gt;
|-&lt;br /&gt;
|nombre&lt;br /&gt;
|Code of the extensible field to be referenced (there are codes defined by TFHKA for specific information and free codes can also be used).&lt;br /&gt;
|-&lt;br /&gt;
|pdf	&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|1&amp;lt;/nowiki&amp;gt;	&lt;br /&gt;
|Indication of showing the field in the PDF graphic representation (“0” u003d Do not show / “1” u003d Show).&lt;br /&gt;
|-&lt;br /&gt;
|valor	&lt;br /&gt;
|Depends on the field	&lt;br /&gt;
|Value of the field to add.&lt;br /&gt;
|-&lt;br /&gt;
|xml	&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|1&amp;lt;/nowiki&amp;gt;	&lt;br /&gt;
|Indication to show the field in the XML (“0” u003d Do not show / “1” u003d Show)&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Example of use of Extensible Fields 443 (Seller)&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
               &amp;lt;ser:Extras&amp;gt;&lt;br /&gt;
                  &amp;lt;ser:controlInterno1&amp;gt;Vendedor&amp;lt;/ser:controlInterno1&amp;gt;&lt;br /&gt;
                  &amp;lt;ser:controlInterno2&amp;gt;&amp;lt;/ser:controlInterno2&amp;gt;&lt;br /&gt;
                  &amp;lt;ser:nombre&amp;gt;443&amp;lt;/ser:nombre&amp;gt;&lt;br /&gt;
                  &amp;lt;ser:pdf&amp;gt;1&amp;lt;/ser:pdf&amp;gt;&lt;br /&gt;
                  &amp;lt;ser:valor&amp;gt;Pablo Marmol&amp;lt;/ser:valor&amp;gt;&lt;br /&gt;
                  &amp;lt;ser:xml&amp;gt;0&amp;lt;/ser:xml&amp;gt;&lt;br /&gt;
               &amp;lt;/ser:Extras&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Field inserted into the PDF&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
[[Archivo:CampoExtensibleVendedor.png|800px|sinmarco|centro|CampoExtensibleVendedor]]&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;@IMPORTANT:&#039;&#039;&#039; It is recommended that the Extras.xml property be set to &#039;0&#039;, as The Factory HKA implements the use of nested CDATAS in the XML structure to reflect the extra fields, however some receiving platforms cannot interpret this standard and there may be rejections at the time of filing the document if this property is assigned the value &#039;1&#039;&lt;br /&gt;
&lt;br /&gt;
The label that is assigned in Extras.ControlInternal1 is of free choice, as long as the stipulated format is respected. However, it will be necessary to know the other parameters, which will be supplied with the available fields:&lt;br /&gt;
* The code of the field, to place in Extras.name.&lt;br /&gt;
* If the field is repeatable and associable, to place a common index on Extras.InternalControl2. &lt;br /&gt;
* The format of the field value, so that the information placed Extras.value is valid. &lt;br /&gt;
In addition to the available fields (codes reserved by TFHKA), the use of FREE fields has been considered, to insert generic identifiers and values.&lt;br /&gt;
: Please note the following example to insert a free field:&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Example&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
             &amp;lt;ser:Extras&amp;gt;&lt;br /&gt;
                  &amp;lt;ser:controlInterno1&amp;gt;PRICE LIST&amp;lt;/ser:controlInterno1&amp;gt;&lt;br /&gt;
                &amp;lt;ser:controlInterno2&amp;lt;/ser:controlInterno2&amp;gt;&lt;br /&gt;
                &amp;lt;ser:nombre&amp;gt;1&amp;lt;/ser:nombre&amp;gt;&lt;br /&gt;
                &amp;lt;ser:pdf&amp;gt;1&amp;lt;/ser:pdf&amp;gt;&lt;br /&gt;
                &amp;lt;ser:valor&amp;gt;WHOLESALER&amp;lt;/ser:valor&amp;gt;&lt;br /&gt;
                &amp;lt;ser:xml&amp;gt;0&amp;lt;/ser:xml&amp;gt;&lt;br /&gt;
             &amp;lt;/ser:Extras&amp;gt; &lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Field inserted into the PDF&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
[[Archivo:CamposLibresMayorista.png|800px|sinmarco|centro|Uso de Campos Libres para insertar Identifieres y valores genéricos]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Code table for extra fields===&lt;br /&gt;
At this moment the codes or Extras.name property for extra fields reserved by TFHKA (any other code used is considered free) are the following:&lt;br /&gt;
; Extensible Fields reserved by TFHKA&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;   &lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Code&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|PDF label &lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Value format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Observations&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|122333	&lt;br /&gt;
|Physical Acceptance	&lt;br /&gt;
|Physical Acceptance	&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|1000&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|&lt;br /&gt;
|-	&lt;br /&gt;
|100200	&lt;br /&gt;
|Footer	&lt;br /&gt;
|Footer	&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|1000&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-	&lt;br /&gt;
|5170000	&lt;br /&gt;
|Total Excluded Base	&lt;br /&gt;
|Total Excluded Base	&lt;br /&gt;
|Free Format	&lt;br /&gt;
|For totals the R.G.&lt;br /&gt;
|-&lt;br /&gt;
|5170001	&lt;br /&gt;
|TOTAL Detail Discount	&lt;br /&gt;
|TOTAL Detail Discount	&lt;br /&gt;
|Free Format	&lt;br /&gt;
|For totals the R.G.&lt;br /&gt;
|-&lt;br /&gt;
|5170002	&lt;br /&gt;
|TOTAL Withholdings	&lt;br /&gt;
|TOTAL Withholdings	&lt;br /&gt;
|Free Format	&lt;br /&gt;
|For totals the R.G.&lt;br /&gt;
|-&lt;br /&gt;
|5170003	&lt;br /&gt;
|TOTAL to Pay	&lt;br /&gt;
|TOTAL to Pay	&lt;br /&gt;
|Free Format	&lt;br /&gt;
|For totals the R.G.&lt;br /&gt;
|-&lt;br /&gt;
|5170004	&lt;br /&gt;
|TOTAL TO PAY in Letters	&lt;br /&gt;
|TOTAL TO PAY in Letters	&lt;br /&gt;
|Free Format 	&lt;br /&gt;
|For totals the R.G.&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;@IMPORTANT:&#039;&#039;&#039; The Physical Acceptance field can be applied in two scenarios. The first scenario, where the invoice is tacitly accepted and only the XML is generated (the PDF file is not generated on our platform), assuming that the delivery of the graphical representation is the responsibility of the user. The second scenario, in which the invoice is tacitly accepted and the XML and PDF are generated on our platform, which will be sent via email if the “notify” field is set to “YES”. For this last scenario, it is necessary that the &amp;quot;controlInterno2&amp;quot; field be set to &amp;quot;1&amp;quot;.&lt;br /&gt;
&amp;lt;pre style=&amp;quot;color: red&amp;quot;&amp;gt;WARNING: If you use the option controlInterno2 u003d , our platform will not generate standard HKA representation, therefore PDF is not hosted on it and no It will be possible to view the graphic representation from the portal, in the purchaser&#039;s mail (view document section), download it through the service&#039;s DownloadPDF method, or forward it through the EnvioCorreo method.&amp;lt;/pre&amp;gt;&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Example of the use of the extensible field 122333 in the XML&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
      &amp;lt;ser:Extras&amp;gt;&lt;br /&gt;
                  &amp;lt;ser:controlInterno1/&amp;gt;&lt;br /&gt;
                  &amp;lt;ser:controlInterno2&amp;gt;1&amp;lt;ser:controlInterno2&amp;gt;&lt;br /&gt;
                  &amp;lt;ser:nombre&amp;gt;122333&amp;lt;/ser:nombre&amp;gt;&lt;br /&gt;
                  &amp;lt;ser:pdf&amp;gt;0&amp;lt;/ser:pdf&amp;gt;&lt;br /&gt;
                  &amp;lt;ser:valor&amp;gt;1&amp;lt;/ser:valor&amp;gt;&lt;br /&gt;
                  &amp;lt;ser:xml&amp;gt;0&amp;lt;/ser:xml&amp;gt;&lt;br /&gt;
      &amp;lt;/ser:Extras&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
===Personalized email===&lt;br /&gt;
The “extras” arrangement also allows you to handle some special features of the platform, such as personalized email. So that this information does not appear in the graphical representation, the pdf parameter of the “extras” object must be set to “0”.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;@IMPORTANT:&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; It is recommended that the &#039;&#039;&#039;Extras.xml&#039;&#039;&#039; property be set to &#039;0&#039;, as The Factory HKA implements the use of nested CDATAS in the XML structure to reflect the extra fields, however some receiving platforms cannot interpret this standard and there may be rejections at the time of filing the document if this property is assigned the value &#039;1&#039;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;@IMPORTANT:&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; It is recommended that the &#039;&#039;&#039;Extras.pdf&#039;&#039;&#039; is set to the value &#039;0&#039;, so that the indicated information is not displayed in the standard graphical representation.&lt;br /&gt;
The custom email functionality allows you to configure the email subject, reply address and body on a transaction-by-transaction basis. The way to expose this information will be through extra fields.&lt;br /&gt;
; Expandable Fields for Personalized Email&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;   &lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Code&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|PDF label &lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Value format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Observations&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|11	&lt;br /&gt;
|Email Body	&lt;br /&gt;
|Email Body	&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN | 1000&amp;lt;/nowiki&amp;gt;	&lt;br /&gt;
|String that contains the html code of the email body. &lt;br /&gt;
|-&lt;br /&gt;
|13	&lt;br /&gt;
|Subject of the Email	&lt;br /&gt;
|Subject of the Email	&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN | 100&amp;lt;/nowiki&amp;gt;	&lt;br /&gt;
|Defined in the Technical Annex V1.7-2020 of the &amp;lt;nowiki&amp;gt;DIAN**&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|14	&lt;br /&gt;
|Respond to	&lt;br /&gt;
|Respond to	&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN | 100&amp;lt;/nowiki&amp;gt;	&lt;br /&gt;
|A single email address must be entered&lt;br /&gt;
|-&lt;br /&gt;
|1700	&lt;br /&gt;
|Line of Business	&lt;br /&gt;
|Line of Business	&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|100&amp;lt;/nowiki&amp;gt;	&lt;br /&gt;
|(Optional) Inclusion of line of business in the email subject&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;nowiki&amp;gt;**&amp;lt;/nowiki&amp;gt; The subject must comply with the following format: &lt;br /&gt;
: NIT of the Electronic Biller; Name of the Electronic Biller; Electronic Document Number; Document type code according to Table 1; Biller&#039;s business name; Business line (this last one optional, commercial agreement between the parties).&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Example of use of Extensible Fields 11,13 and 14 to personalize the Email&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
            &amp;lt;ser:extras&amp;gt;&lt;br /&gt;
               &amp;lt;ser:Extras&amp;gt;&lt;br /&gt;
                  &amp;lt;ser:controlInterno1&amp;gt;Email Body&amp;lt;/ser:controlInterno1&amp;gt;&lt;br /&gt;
                  &amp;lt;ser:controlInterno2&amp;gt;&amp;lt;/ser:controlInterno2&amp;gt;&lt;br /&gt;
                  &amp;lt;ser:nombre&amp;gt;11&amp;lt;/ser:nombre&amp;gt;&lt;br /&gt;
                  &amp;lt;ser:pdf&amp;gt;0&amp;lt;/ser:pdf&amp;gt;&lt;br /&gt;
                  &amp;lt;ser:valor&amp;gt;Test String Email Body&lt;br /&gt;
                             @email.documento.urlAcuseRecibo&amp;lt;/ser:valor&amp;gt;&lt;br /&gt;
                  &amp;lt;ser:xml&amp;gt;0&amp;lt;/ser:xml&amp;gt;&lt;br /&gt;
               &amp;lt;/ser:Extras&amp;gt;         &lt;br /&gt;
               &amp;lt;ser:Extras&amp;gt;&lt;br /&gt;
                  &amp;lt;ser:controlInterno1&amp;gt;Subject of the Email&amp;lt;/ser:controlInterno1&amp;gt;&lt;br /&gt;
                  &amp;lt;ser:controlInterno2&amp;gt;&amp;lt;/ser:controlInterno2&amp;gt;&lt;br /&gt;
                  &amp;lt;ser:nombre&amp;gt;13&amp;lt;/ser:nombre&amp;gt;&lt;br /&gt;
                  &amp;lt;ser:pdf&amp;gt;0&amp;lt;/ser:pdf&amp;gt;&lt;br /&gt;
                  &amp;lt;ser:valor&amp;gt;@email.emisor.razonSocial has sent you the                       &lt;br /&gt;
                             @email.documento.TypeDocumento @email.documento.numeroDocumento&lt;br /&gt;
                  &amp;lt;/ser:valor&amp;gt;&lt;br /&gt;
                  &amp;lt;ser:xml&amp;gt;0&amp;lt;/ser:xml&amp;gt;&lt;br /&gt;
               &amp;lt;/ser:Extras&amp;gt;                              &lt;br /&gt;
               &amp;lt;ser:Extras&amp;gt;&lt;br /&gt;
                  &amp;lt;ser:controlInterno1&amp;gt;Respond to&amp;lt;/ser:controlInterno1&amp;gt;&lt;br /&gt;
                  &amp;lt;ser:controlInterno2&amp;gt;&amp;lt;/ser:controlInterno2&amp;gt;&lt;br /&gt;
                  &amp;lt;ser:nombre&amp;gt;14&amp;lt;/ser:nombre&amp;gt;&lt;br /&gt;
                  &amp;lt;ser:pdf&amp;gt;0&amp;lt;/ser:pdf&amp;gt;&lt;br /&gt;
                  &amp;lt;ser:valor&amp;gt;notifications@thefactoryhka.com&amp;lt;/ser:valor&amp;gt;&lt;br /&gt;
                  &amp;lt;ser:xml&amp;gt;0&amp;lt;/ser:xml&amp;gt;&lt;br /&gt;
               &amp;lt;/ser:Extras&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
In order for the email to have the capacity to adopt the data of the transaction, a set of code variables is proposed, which will be replaced in the platform by the own value generated in it. These variables are shown below:&lt;br /&gt;
; Expandable Fields for Personalized Email&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;   &lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Section&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Descriptor&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Referential value&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Location&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;7&amp;quot;|Invoice information&lt;br /&gt;
|Electronic Document Number	&lt;br /&gt;
|@email.documento.numeroDocumento	&lt;br /&gt;
|Unique	&lt;br /&gt;
|Subject/Body&lt;br /&gt;
|-&lt;br /&gt;
|CUFE	&lt;br /&gt;
|@email.documento.cufe	&lt;br /&gt;
|Unique	&lt;br /&gt;
|Subject/Body&lt;br /&gt;
|-&lt;br /&gt;
|Date of Issue	&lt;br /&gt;
|@email.documento.fechaEmision	&lt;br /&gt;
|Unique	&lt;br /&gt;
|Subject/Body&lt;br /&gt;
|-&lt;br /&gt;
|Time of Issue	&lt;br /&gt;
|@email.documento.horaEmision	&lt;br /&gt;
|Unique	&lt;br /&gt;
|Subject/Body&lt;br /&gt;
|-&lt;br /&gt;
|Type of Electronic Document	&lt;br /&gt;
|@email.documento.TypeDocumento	&lt;br /&gt;
|Unique	&lt;br /&gt;
|Subject/Body&lt;br /&gt;
|-&lt;br /&gt;
|Type of Invoice	&lt;br /&gt;
|@email.documento.TypeFactura	&lt;br /&gt;
|Unique	&lt;br /&gt;
|Subject/Body&lt;br /&gt;
|-&lt;br /&gt;
|-&lt;br /&gt;
|Respond to	&lt;br /&gt;
|@email.documento.responderA	&lt;br /&gt;
|Unique	&lt;br /&gt;
|Cuerpo&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;5&amp;quot;|Issuing	&lt;br /&gt;
|Type of Taxpayer	&lt;br /&gt;
|@email.emisor.TypeContribuyente	&lt;br /&gt;
|Unique	&lt;br /&gt;
|Subject/Body&lt;br /&gt;
|-&lt;br /&gt;
|Type of Identity Document	&lt;br /&gt;
|@email.emisor.TypeIdentidad	&lt;br /&gt;
|Unique	&lt;br /&gt;
|Subject/Body&lt;br /&gt;
|-&lt;br /&gt;
|Identity Document Number	&lt;br /&gt;
|@email.emisor.numeroIdentidad	&lt;br /&gt;
|Unique	&lt;br /&gt;
|Subject/Body&lt;br /&gt;
|-&lt;br /&gt;
|Company Name	&lt;br /&gt;
|@email.emisor.razonSocial	&lt;br /&gt;
|Unique	&lt;br /&gt;
|Subject/Body&lt;br /&gt;
|-&lt;br /&gt;
|Logo	&lt;br /&gt;
|@email.emisor.logo	&lt;br /&gt;
|Unique	&lt;br /&gt;
|Cuerpo&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;4&amp;quot;|Purchaser	&lt;br /&gt;
|Type Contribuyente	&lt;br /&gt;
|@email.receptor.TypeContribuyente	&lt;br /&gt;
|Unique	&lt;br /&gt;
|Subject/Body&lt;br /&gt;
|-&lt;br /&gt;
|Type of Identity Document&lt;br /&gt;
|@email.receptor.TypeIdentidad	&lt;br /&gt;
|Unique	&lt;br /&gt;
|Subject/Body&lt;br /&gt;
|-&lt;br /&gt;
|Identity Document Number	&lt;br /&gt;
|@email.receptor.numeroIdentidad	&lt;br /&gt;
|Unique	&lt;br /&gt;
|Subject/Body&lt;br /&gt;
|-&lt;br /&gt;
|Company Name	&lt;br /&gt;
|@email.receptor.razonSocial	&lt;br /&gt;
|Unique	&lt;br /&gt;
|Subject/Body&lt;br /&gt;
|-&lt;br /&gt;
|Acknowledge	&lt;br /&gt;
|Receipt Acknowledgment	&lt;br /&gt;
|@email.documento.urlAcuseRecibo	&lt;br /&gt;
|Unique	&lt;br /&gt;
|Cuerpo&lt;br /&gt;
|}&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Example of String for Email Body in html&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|&lt;br /&gt;
&amp;lt;nowiki&amp;gt;&amp;lt;p&amp;gt;Dear @email.receptor.razonSocial, you have received an ELECTRONIC DOCUMENT from @email.emisor.razonSocial; shipment made through the Technology Provider The Factory HKA Colombia SAS&amp;lt;/p&amp;gt;&amp;lt;div style=&amp;quot;text-align:center;&amp;quot;&amp;gt;&amp;lt;a style=&amp;quot; background-color: #154380; border: 1px solid #ffffff; border-radius: 20px; color: #ffffff; display: inline-block; font-family: sans-serif; font-size: 25px; font-weight: bold; line-height: 60px; text-align: center; text-decoration: none; width: 300px; -webkit-text-size-adjust: none;&amp;quot; class=&amp;quot;btn btn-block btn-info&amp;quot; href=&amp;quot;@email.documento.urlAcuseRecibo&amp;quot; target=&amp;quot;_blank&amp;quot;&amp;gt;Acknowledgment of receipt&amp;lt;/a&amp;gt;&amp;lt;br&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;br&amp;gt;Please review the electronic document and press the Acknowledgment button&amp;lt;br&amp;gt;&amp;lt;b&amp;gt;This E-mail has been sent automatically, do not Respond to this account. &amp;lt;/b&amp;gt;&amp;lt;b&amp;gt;@email.advertencia&amp;lt;/b&amp;gt;&amp;lt;p&amp;gt;The information contained in this E-mail is confidential. If you received this email by an error, Please forward and delete&amp;lt;/p&amp;gt;&amp;lt;/div&amp;gt;&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
@IMPORTANT: In order for the service to take the dynamic configuration of the “Email Body” field, the @email.documento.urlAcuseRecibo attribute must be present.&lt;br /&gt;
{{clear}}&lt;br /&gt;
=== GENERATION OF NOTES WITH AND WITHOUT DOCUMENT REFERENCE ===&lt;br /&gt;
For the generation of credit and debit notes, 3 scenarios are described:&lt;br /&gt;
&lt;br /&gt;
==== Credit and debit notes that affect prior validation invoices ====&lt;br /&gt;
For the issuance of credit and debit notes, two referenced document arrangements must be sent, the first indicating the internal code u003d &#039;4&#039; which corresponds to the reasons for which the NC/ND (&#039;&#039;&#039;DiscrepancyResponse&#039;&#039;&#039;) is generated and a second arrangement, indicating the internal code u003d &#039;5&#039; in which the data of the invoice affected by the NC/NC (&#039;&#039;&#039;BillingReference&#039;&#039;&#039;). &lt;br /&gt;
: Example:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
 &amp;lt;a:documentosReferenciados&amp;gt;&lt;br /&gt;
      &amp;lt;a:DocumentoReferenciado&amp;gt;&lt;br /&gt;
	&amp;lt;a:codigoEstatusDocumento&amp;gt;2&amp;lt;/a:codigoEstatusDocumento&amp;gt;&lt;br /&gt;
	&amp;lt;a:codigoInterno&amp;gt;4&amp;lt;/a:codigoInterno&amp;gt;			&lt;br /&gt;
	&amp;lt;a:Description&amp;gt;&lt;br /&gt;
	   &amp;lt;b:string&amp;gt;Cancellation of electronic invoice&amp;lt;/b:string&amp;gt;&lt;br /&gt;
	&amp;lt;/a:descripcion&amp;gt;&lt;br /&gt;
	&amp;lt;a:fecha&amp;gt;2019-10-07&amp;lt;/a:fecha&amp;gt;&lt;br /&gt;
	&amp;lt;a:numeroDocumento&amp;gt;F4PM3&amp;lt;/a:numeroDocumento&amp;gt;&lt;br /&gt;
	&amp;lt;/a:DocumentoReferenciado&amp;gt;&lt;br /&gt;
	&amp;lt;a:DocumentoReferenciado&amp;gt;&lt;br /&gt;
	&amp;lt;codigoInterno&amp;gt;5&amp;lt;/codigoInterno&amp;gt;			&amp;lt;cufeDocReferenciado&amp;gt;85ea749b18ee5bd251b87442935650e30b4e0e4cd662bef1KqmCLKgxPpH6u5LiKrJvTb6FEyfVuoCcV0baab6b59cdc8b3&amp;lt;/cufeDocReferenciado&amp;gt;&lt;br /&gt;
	&amp;lt;fecha&amp;gt;2019-10-07&amp;lt;/fecha&amp;gt;&lt;br /&gt;
	&amp;lt;numeroDocumento&amp;gt;F4PM3&amp;lt;/numeroDocumento&amp;gt;&lt;br /&gt;
	&amp;lt;/a:DocumentoReferenciado&amp;gt;&lt;br /&gt;
      &amp;lt;/a:documentosReferenciados&amp;gt;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;@IMPORTANT:&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt;  The &#039;&#039;&#039;cufeDocReferenciado&#039;&#039;&#039; field must contain a total of 96 characters and the value of the FacturaGeneral.tipoOperacion field must be 20 (for NC) and 30 (for ND).&lt;br /&gt;
&lt;br /&gt;
==== Credit and debit notes that do not affect invoices ====&lt;br /&gt;
Bear in mind that in each scenario the &#039;&#039;&#039;FacturaGeneral.TypeOperacion&#039;&#039;&#039;field must be correctly indicated: &lt;br /&gt;
* Code 22 for Credit Notes.&lt;br /&gt;
* Code 32 for Debit Notes.&lt;br /&gt;
According to what is described in the Technical Annex version 1.8&lt;br /&gt;
&lt;br /&gt;
[[Archivo:Notas.TypeOperacion.png|800px|sinmarco|centro|Notas.TypeOperacion]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;@IMPORTANT:&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; The Referenced Documents class must be sent in NULL.&lt;br /&gt;
&lt;br /&gt;
=== TRANSMISSION OF CONTINGENCY DOCUMENTS TYPE 03 (ATTRIBUTABLE TO THE ISSUER) ===&lt;br /&gt;
The technological drawbacks on the part of the electronic biller imply that electronic invoicing has the following characteristics:&lt;br /&gt;
* Generate billing with contingency numbering on paper or by computer.&lt;br /&gt;
* The electronic biller must generate a letter declaring the technological inconvenience or overcoming it, which must be signed by the legal representative of the company and send it to the email contingencia.facturadorvp@dian.gov.co with the following: o Subject: Nit of the company separated with a dash the verification digit; Company name. &lt;br /&gt;
** Attached: PDF of the letter where they are declared in contingency with the signature of the legal representative. &lt;br /&gt;
** Body of the mail: Contact information (Names, telephone / Contact cell phone). &lt;br /&gt;
*** Note: This email will only be for receiving emails from electronic billers to report the contingency or overcome technological inconveniences.&lt;br /&gt;
*** Note: Additionally, if you want to deliver these records in writing, you can do so through filings, which must be sent to the DIAN - central level - electronic invoice. &lt;br /&gt;
* The invoicer will have 48 hours from the date on which the contingency is exceeded to transmit the electronic invoices in XML format to the DIAN.&lt;br /&gt;
* The electronic invoices generated and issued in contingency will pass the annex validation mesh, that is, the DIAN will respond with an Application Response of Document Validated by the DIAN, which will inform the notifications that may take place.&lt;br /&gt;
* Once the electronic invoicer leaves the contingency, it must proceed to the normal generation process.&lt;br /&gt;
* For credit note and debit note documents, the biller must NOT use the contingency numbering, but rather the normal consecutive number. The notes sent to the DIAN will be validated in the normal way in the DIAN. Due to the above, there is no concept of a contingency note, so care must be taken to first send the Contingency Invoices before generating notes on them and it is recommended to generate them in a normal operating environment.&lt;br /&gt;
&lt;br /&gt;
====How to transmit a Type 03 contingency document?====&lt;br /&gt;
The transmission of the document is done through the &#039;&#039;&#039;Enviar&#039;&#039;&#039; of the Issuance Web Service provided by The Factory HKA, indicating the &#039;&#039;&#039;TypeDocumento&#039;&#039;&#039; attribute of the &#039;&#039;&#039;FacturaGeneral&#039;&#039;&#039; object equal to &#039;03&#039; and sending an object in the &#039;&#039;&#039;documentosReferenciados&#039;&#039;&#039; section, of the Issuance Web Service provided by The Factory HKA, indicating the &#039;&#039;&#039;TypeDocumento&#039;&#039;&#039; attribute of the &#039;&#039;&#039;FacturaGeneral&#039;&#039;&#039; object equal to &#039;03&#039; and sending an object of Type &#039;&#039;&#039;DocumentosReferenciados&#039;&#039;&#039; indicating the following:, of Type &#039;&#039;&#039;Referenced Documents&#039;&#039;&#039; indicating the following:&lt;br /&gt;
* &#039;&#039;&#039;codigoInterno&#039;&#039;&#039; = ‘1’ &lt;br /&gt;
* &#039;&#039;&#039;fecha&#039;&#039;&#039; = ‘Date of issuance of the contingency document’ &lt;br /&gt;
* &#039;&#039;&#039;numeroDocumento&#039;&#039;&#039; = ‘consecutive number of the issued contingency document’ &lt;br /&gt;
* &#039;&#039;&#039;TypeCodigoDocumento&#039;&#039;&#039; = ‘Type of support document for the billing process for contingencies attributable to the electronic biller to be transmitted, as stipulated in numeral 12.1.4 of version 1.8 of the DIAN Technical Annex ’.&lt;br /&gt;
:: Types of supporting documents for the contingency billing process attributable to the electronic biller&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Code&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|-&lt;br /&gt;
|FTC	&lt;br /&gt;
|Invoice Checkbook Contingency&lt;br /&gt;
|-&lt;br /&gt;
|FTP	&lt;br /&gt;
|Invoice Check Book Paper&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==== What will be the successful transmission response code that will be returned by the TFHKA WS? ====&lt;br /&gt;
The Send method will return code 201 or 208 upon successful receipt of the document on our platform, with the following message: &amp;quot;The document was received as an Electronic Contingency Document Type 03, it will be delivered asynchronously to the DIAN, for more information please consume DocumentStatus after 48 hours.” In said Response there will be CUDE and UBL.&lt;br /&gt;
&lt;br /&gt;
==== When can I consult the result of the transmission of the document to the DIAN? ====&lt;br /&gt;
After 48 hours after filing the document on the platform, you can check its status to find out the result of the transaction before the DIAN.&lt;br /&gt;
&lt;br /&gt;
==== Quick response QR code generation for contingency invoices ====&lt;br /&gt;
For the generation of the Quick Response Code - QR Code, in cases where the checkbook or paper sales invoice is generated through electronic computer systems, it must correspond to the following table:&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Detail&lt;br /&gt;
|-&lt;br /&gt;
|NumFac: [NUMERO_FACTURA]&lt;br /&gt;
|-&lt;br /&gt;
|FecFac: [FECHA_FACTURA]&lt;br /&gt;
|-&lt;br /&gt;
|HorFac: [HORA_FACTURA(con GMT)]&lt;br /&gt;
|-&lt;br /&gt;
|NitFac: [NIT FACTURADOR]&lt;br /&gt;
|-&lt;br /&gt;
|DocAdq: [NUMERO_ID_ADQUIRIENTE]&lt;br /&gt;
|-&lt;br /&gt;
|ValFac: [VALOR_FACTURA]&lt;br /&gt;
|-&lt;br /&gt;
|ValIva: [VALOR_IVA]&lt;br /&gt;
|-&lt;br /&gt;
|ValOtroIm: [VALOR_OTROS_IMPUESTOS]&lt;br /&gt;
|-&lt;br /&gt;
|ValTolFac: [VALOR_TOTAL_FACTURA]&lt;br /&gt;
|}&lt;br /&gt;
; Ejemplo:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
NumFac: CTG2&lt;br /&gt;
FecFac: 2020-06-16&lt;br /&gt;
HorFac: 00:00:00-05:00&lt;br /&gt;
NitFac: 900390126&lt;br /&gt;
DocAdq: 901041710&lt;br /&gt;
ValFac: 1003.00&lt;br /&gt;
ValIva: 190.57&lt;br /&gt;
ValOtroIm: 0.00&lt;br /&gt;
ValTolFac: 1193.57&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
: SOAP Request Example of Contingency Invoice Type 03&lt;br /&gt;
&lt;br /&gt;
[[Archivo:Ejemplo SOAP Request de Factura de Contingencia Type 03.png|800px|sinmarco|centro|Ejemplo SOAP Request de Factura de Contingencia Type 03]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;@IMPORTANT:&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; It is not required that the acquirer be notified of the contingency documents transmitted to the DIAN, since the document physically delivered to it during the period in which the contingency was maintained corresponds to the legal document of the transaction carried out. The transmission of said information to the DIAN is for the purpose of notifying the regulatory entity of the transactions carried out during said period. Due to the above, it is recommended to send the &#039;&#039;&#039;notify&#039;&#039;&#039; field u003d &#039;NO&#039; and not send the corresponding information to the &#039;&#039;&#039;Recipient&#039;&#039;&#039;:&lt;br /&gt;
&lt;br /&gt;
[[Archivo:Ejemplo SOAP Request de Factura de Contingencia Type 03. Notifica NO.png|800px|sinmarco|centro|Ejemplo SOAP Request de Factura de Contingencia Type 03 sin notificar]]&lt;br /&gt;
&lt;br /&gt;
==== Notes to Documents in Contingency ====&lt;br /&gt;
As mentioned above, credit or debit notes do not have a contingency scheme, therefore, they must be generated in normal operations. Starting from this principle, the following scenarios emerge:&lt;br /&gt;
# If the note to be issued is electronically issued: &lt;br /&gt;
#:a. &amp;lt;u&amp;gt;&#039;&#039;Affecting an electronic invoice:&#039;&#039;&amp;lt;/u&amp;gt; The note is issued in normal billing operation, taking into account informing the reference to documents in the attribute &#039;&#039;&#039;documentosReferenciados&#039;&#039;&#039; of the object &#039;&#039;&#039;FacturaGeneral&#039;&#039;&#039;, sending two objects of Type &#039;&#039;&#039;DocumentosReferenciados &#039;&#039;&#039; indicating the following: &lt;br /&gt;
#::i. &amp;lt;u&amp;gt;&#039;&#039;Object 1 (to generate DiscrepancyResponse):&#039;&#039;&amp;lt;/u&amp;gt; the fields codigoEstatusDocumento; codigoInternou003d&#039;4&#039; and cufeDocReferenciado. &lt;br /&gt;
#::ii. &amp;lt;u&amp;gt;&#039;&#039;Object 2 (to generate Billingreference):&#039;&#039;&amp;lt;/u&amp;gt; the fields codigoInterno=‘5’; cufeDocReferenciado; fecha; TypeCUFE and numeroDocumento. &lt;br /&gt;
#:b. &amp;lt;u&amp;gt;&#039;&#039;Affecting a contingency invoice:&#039;&#039;&amp;lt;/u&amp;gt; The issuance of the note in this scenario will depend on:&lt;br /&gt;
#::i.  &amp;lt;u&amp;gt;&#039;&#039;Contingency Bill is transmitted to the DIAN:&#039;&#039;&amp;lt;/u&amp;gt; The note is issued in normal billing operation, taking into account informing the reference to documents in the attribute &#039;&#039;&#039;documentosReferenciados&#039;&#039;&#039; of the object &#039;&#039;&#039;FacturaGeneral&#039;&#039;&#039;, sending two objects of Type &#039;&#039;&#039;DocumentosReferenciados&#039;&#039;&#039; indicating the following: &lt;br /&gt;
#::: &amp;lt;u&amp;gt;&#039;&#039;Object 1 (to generate DiscrepancyResponse):&#039;&#039;&amp;lt;/u&amp;gt; the fields codigoEstatusDocumento; codigoInterno=‘4’ and cufeDocReferenciado=’CUDE of the document’. &lt;br /&gt;
#::: &amp;lt;u&amp;gt;&#039;&#039;Object 2 (to generate Billingreference):&#039;&#039;&amp;lt;/u&amp;gt; the fields codigoInterno=‘5’; cufeDocReferenciado=’CUDE of the document’; date; TypeCUFE and numeroDocumento.  &lt;br /&gt;
#::ii. &amp;lt;u&amp;gt;&#039;&#039;Contingency invoice has not been transmitted to the DIAN:&#039;&#039;&amp;lt;/u&amp;gt; The issuance of the note &amp;quot;in contingency&amp;quot; (indicating consecutive and issue date of the affected invoice), with commitment of subsequent delivery to the DIAN, synchronized with the filing of the contingency invoice before the entity.&lt;br /&gt;
# Si la nota a emitir se expide “en contingencia”:&lt;br /&gt;
#:a. &amp;lt;u&amp;gt;&#039;&#039;Afectando a una factura electrónica:&#039;&#039;&amp;lt;/u&amp;gt; The issuance of the note &amp;quot;in contingency&amp;quot; (indicating consecutive and issue date of the affected invoice), with commitment of subsequent delivery to the DIAN, synchronized with the filing of the contingency invoice before the entity.&lt;br /&gt;
#:b. &amp;lt;u&amp;gt;&#039;&#039;Afectando a una factura de contingencia:&#039;&#039;&amp;lt;/u&amp;gt; The issuance of the note &amp;quot;in contingency&amp;quot; (indicating consecutive and issue date of the affected invoice), with commitment of subsequent delivery to the DIAN, synchronized with the filing of the contingency invoice before the entity.&lt;br /&gt;
&lt;br /&gt;
===Submit electronic documents on reception platforms===&lt;br /&gt;
The XML that must be filed in the reception platforms is the one that our service sends in the mail notification called &#039;&#039;&#039;AttachedDocument&#039;&#039;&#039; (Document Container), the structure of this document is intended to contain in a single XML file an electronic document (Invoice, CreditNote or DebitNote) and all the events (ApplicationResponse) registered to date, this XML can also be downloaded through the &#039;&#039;&#039;GenerarContenedor&#039;&#039;&#039; method.&lt;br /&gt;
&lt;br /&gt;
[[Archivo:RadicarAttachedDocument (Contenedor de Documentos).png|800px|sinmarco|centro|Radicar AttachedDocument (Contenedor de Documentos)]]&lt;br /&gt;
&lt;br /&gt;
[[Archivo:RadicarAttachedDocument (Contenedor de Documentos)UBL.png|800px|sinmarco|centro|Radicar AttachedDocument (Contenedor de Documentos) UBL]]&lt;br /&gt;
&lt;br /&gt;
===Standard of the name of XML electronic documents===&lt;br /&gt;
The DIAN establishes in the Technical Annex the nomenclature that electronic documents must have.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;@IMPORTANT:&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; Through the Response of the Send method, they can capture the name of the document and later use this property, through the GenerarContenedor method, download the AttachedDocument and replace the first two initials with “ad”.&lt;br /&gt;
&lt;br /&gt;
[[Archivo:nomenclaturaDIANdocumentoselectrónicos.png|800px|sinmarco|centro|nomenclaturaDIANdocumentoselectrónicos]]&lt;br /&gt;
&lt;br /&gt;
===Enablement environment===&lt;br /&gt;
The released test environment (demo environment) corresponds to a technology provider&#039;s own test environment (The Factory HKA) with the aim that developers and Software Houses can test the adjustments made to the ERP under the billing model.&lt;br /&gt;
&lt;br /&gt;
The enabling stage, in which the tests performed by the clients are sent to the DIAN testing web service, will be carried out in the productive environment of the TFHKA service. Once these tests have been satisfactorily completed, the DIAN will enable them as electronic billers.&lt;br /&gt;
&lt;br /&gt;
Subsequently, they may start the issuance of electronic documents in normal operation.&lt;br /&gt;
&lt;br /&gt;
====Transmission of Evidence Documents to the DIAN in a DEMO environment====&lt;br /&gt;
At this time, the issuance of test documents (&#039;&#039;&#039;DEMO environment&#039;&#039;&#039;) directly against the DIAN is functional, that is, being able to carry out integration tests from your ERP with 100% DIAN validations without going through the local XSLT. &lt;br /&gt;
&lt;br /&gt;
To reproduce this test scenario, the following configuration must be taken into account in the DEMO web portal:&lt;br /&gt;
# Enter to the Demo portal through the following URL: [https://demofactura.thefactoryhka.com.co/auth/login]&lt;br /&gt;
# Make the following settings:&lt;br /&gt;
#:a. The Issuing client must verify that their NIT is configured in the Fiscal Data, regardless of whether they have their own certificate loaded or that of The factory HKA:&lt;br /&gt;
[[Archivo:ConfigDatosFiscales.png|800px|sinmarco|centro|Configurar Datos Fiscales]]&lt;br /&gt;
#:b You must have requested the authorization resolution granted by the DIAN (resolution for a set of authorization tests), this resolution must be configured in the DEMO web portal as shown in the following image (bear in mind that the mode can be &#039;Manual with Prefix&#039; or &#039;Manual without Prefix&#039;, this depends on the ERP):, with Prefix&#039; or &#039;Manual without Prefix&#039;, it depends on the ERP):&lt;br /&gt;
[[Archivo:ConfigResolucion.png|800px|sinmarco|centro|Configurar Resolución]]&lt;br /&gt;
#:&amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;@IMPORTANT:&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; The sequential must be configured with the Production2.1 environment Type, therefore the setTestID field must not be entered. &#039;&#039;&#039;It is recommended to indicate an Initial Range from one million (1,000,000), this in order to have a wide range for tests against the DIAN without affecting the range to be used in the emissions corresponding to the Enabling Set to be carried out in the productive environment.&#039;&#039;&#039;&lt;br /&gt;
#:c. Request by mail to the Integration or Support team the activation of the sequence previously created in the DEMO portal with the option of sending it to the DIAN:&lt;br /&gt;
:::* [mailto:integracion_fel_co@thefactoryhka.com integracion_fel_co@thefactoryhka.com] (Integration Department)&lt;br /&gt;
:::* [mailto:soporte_fel_co@thefactoryhka.com soporte_fel_co@thefactoryhka.com] (Support Department)&lt;br /&gt;
::: The e-mail must indicate the NIT of the Issuer and the configured prefix, which may be SETT or SETP depending on the prefix that the DIAN granted to the Issuer for its authorization.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;color: red&amp;quot;&amp;gt;@NOTA: The emissions carried out in the testing environment with the enabling sequence will not affect the emissions corresponding to the enabling set in the production environment. Additionally, these emissions are not considered part of the rating set.&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Lvargas</name></author>
	</entry>
	<entry>
		<id>http://felcowiki.thefactoryhka.com.co/index.php?title=Direct_Integration_Manual_Index_-_Electronic_Bill&amp;diff=2468</id>
		<title>Direct Integration Manual Index - Electronic Bill</title>
		<link rel="alternate" type="text/html" href="http://felcowiki.thefactoryhka.com.co/index.php?title=Direct_Integration_Manual_Index_-_Electronic_Bill&amp;diff=2468"/>
		<updated>2022-03-03T14:43:31Z</updated>

		<summary type="html">&lt;p&gt;Lvargas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Manuales|I]] &lt;br /&gt;
__NOTOC__&lt;br /&gt;
&lt;br /&gt;
[[File:HKAFactura 3.png|500px|center|HKAFactura]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==[[Generalities - Direct Integration Manual Index - Electronic Bill|Generalities]]==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
#	[[Generalities - Direct Integration Manual Index - Electronic Bill#Version record|Version record]]&lt;br /&gt;
#	[[Generalities - Direct Integration Manual Index - Electronic Bill#How to get support?|How to get support?]]&lt;br /&gt;
#	[[Generalities - Direct Integration Manual Index - Electronic Bill#General description|General description]]&lt;br /&gt;
##	[[Generalities - Direct Integration Manual Index - Electronic Bill#What is The Factory HKA-DFACTURE?|What is The Factory HKA-DFACTURE?]]&lt;br /&gt;
##	[[Generalities - Direct Integration Manual Index - Electronic Bill#What is The Factory HKA-Dfactura?|What is The Factory HKA-Dfactura?]]&lt;br /&gt;
##	[[Generalities - Direct Integration Manual Index - Electronic Bill#What is Dintegración?|What is Dintegración?]]&lt;br /&gt;
##	[[Generalities - Direct Integration Manual Index - Electronic Bill#Functionalities|Functionalities]]&lt;br /&gt;
##	[[Generalities - Direct Integration Manual Index - Electronic Bill#The direct integration|The direct integration]]&lt;br /&gt;
##	[[Generalities - Direct Integration Manual Index - Electronic Bill#Technical requirements for direct integration|Technical requirements for direct integration]]&lt;br /&gt;
#	[[Generalities - Direct Integration Manual Index - Electronic Bill#Electronic invoice operation scheme with prior validation|Electronic invoice operation scheme with prior validation]]&lt;br /&gt;
##	[[Generalities - Direct Integration Manual Index - Electronic Bill#What is the electronic invoice with prior validation?|What is the electronic invoice with prior validation?]]&lt;br /&gt;
##	[[Generalities - Direct Integration Manual Index - Electronic Bill#Who participates in this scheme?|Who participates in this scheme?]]&lt;br /&gt;
##	[[Generalities - Direct Integration Manual Index - Electronic Bill#Advantages of Electronic Billing|Advantages of Electronic Billing]]&lt;br /&gt;
##	[[Generalities - Direct Integration Manual Index - Electronic Bill#Electronic Billing Process with Prior Validation|Electronic Billing Process with Prior Validation]]&lt;br /&gt;
#	[[Generalities - Direct Integration Manual Index - Electronic Bill#Process characteristics with Prior Validation|Process characteristics with Prior Validation]]&lt;br /&gt;
#	[[Generalities - Direct Integration Manual Index - Electronic Bill#Information security: recommendations on the implementation of electronic invoicing within the issuer&#039;s network and systems|Information security: recommendations on the implementation of electronic invoicing within the issuer&#039;s network and systems]]&lt;br /&gt;
#	[[Generalities - Direct Integration Manual Index - Electronic Bill#Web services soap with prior validation|Web services soap with prior validation]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==[[Web Soap Broadcast Service Methods - Direct Integration Manual Index|Web Soap Broadcast Service Methods]]==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
#	[[Web Soap Broadcast Service Methods - Direct Integration Manual Index#Enviar Method|Enviar Method]]&lt;br /&gt;
##	[[Web Soap Broadcast Service Methods - Direct Integration Manual Index#Class.FacturaGeneral|Class.FacturaGeneral]]&lt;br /&gt;
##	[[Web Soap Broadcast Service Methods - Direct Integration Manual Index#Class.Anticipos|Class.Anticipos]]&lt;br /&gt;
##	[[Web Soap Broadcast Service Methods - Direct Integration Manual Index#Class.Autorizado|Class.Autorizado]]&lt;br /&gt;
##	[[Web Soap Broadcast Service Methods - Direct Integration Manual Index#Class.CargosDescuentos|Class.CargosDescuentos]]&lt;br /&gt;
##	[[Web Soap Broadcast Service Methods - Direct Integration Manual Index#Class.Cliente|Class.Cliente]]&lt;br /&gt;
##	[[Web Soap Broadcast Service Methods - Direct Integration Manual Index#Class.CondicionPago|Class.CondicionPago]]&lt;br /&gt;
##	[[Web Soap Broadcast Service Methods - Direct Integration Manual Index#Class.FacturaDetalle|Class.FacturaDetalle]]&lt;br /&gt;
##	[[Web Soap Broadcast Service Methods - Direct Integration Manual Index#Class.Destinatario|Class.Destinatario]]&lt;br /&gt;
##	[[Web Soap Broadcast Service Methods - Direct Integration Manual Index#Class.DocumentoReferenciado|Class.DocumentoReferenciado]]&lt;br /&gt;
##	[[Web Soap Broadcast Service Methods - Direct Integration Manual Index#Class.Entrega|Class.Entrega]]&lt;br /&gt;
##	[[Web Soap Broadcast Service Methods - Direct Integration Manual Index#Class.Extras|Class.Extras]]&lt;br /&gt;
##	[[Web Soap Broadcast Service Methods - Direct Integration Manual Index#Class.Extensible|Class.Extensible]]&lt;br /&gt;
##	[[Web Soap Broadcast Service Methods - Direct Integration Manual Index#Class.FacturaImpuestos|Class.FacturaImpuestos]]&lt;br /&gt;
##	[[Web Soap Broadcast Service Methods - Direct Integration Manual Index#Class.ImpuestosTotales|Class.ImpuestosTotales]]&lt;br /&gt;
##	[[Web Soap Broadcast Service Methods - Direct Integration Manual Index#Class.MediosDePago|Class.MediosDePago]]&lt;br /&gt;
##	[[Web Soap Broadcast Service Methods - Direct Integration Manual Index#Class.OrdenDeCompra|Class.OrdenDeCompra]]&lt;br /&gt;
##	[[Web Soap Broadcast Service Methods - Direct Integration Manual Index#Class.TasaDeCambio|Class.TasaDeCambio]]&lt;br /&gt;
##	[[Web Soap Broadcast Service Methods - Direct Integration Manual Index#Class.TasaDeCambioAlternativa|Class.TasaDeCambioAlternativa]]&lt;br /&gt;
##	[[Web Soap Broadcast Service Methods - Direct Integration Manual Index#Class.TerminosEntrega|Class.TerminosEntrega]]&lt;br /&gt;
##	[[Web Soap Broadcast Service Methods - Direct Integration Manual Index#Class.Direccion|Class.Direccion]]&lt;br /&gt;
##	[[Web Soap Broadcast Service Methods - Direct Integration Manual Index#Class.Coordenadas|Class.Coordenadas]]&lt;br /&gt;
##	[[Web Soap Broadcast Service Methods - Direct Integration Manual Index#Class.Tributos|Class.Tributos]]&lt;br /&gt;
##	[[Web Soap Broadcast Service Methods - Direct Integration Manual Index#Class.InformacionLegalCliente|Class.InformacionLegalCliente]]&lt;br /&gt;
##	[[Web Soap Broadcast Service Methods - Direct Integration Manual Index#Class.Obligaciones|Class.Obligaciones]]&lt;br /&gt;
##	[[Web Soap Broadcast Service Methods - Direct Integration Manual Index#Class.LineaInformacionAdicional|Class.LineaInformacionAdicional]]&lt;br /&gt;
##	[[Web Soap Broadcast Service Methods - Direct Integration Manual Index#Class.DatosTransportistas|Class.DatosTransportistas]]&lt;br /&gt;
##	[[Web Soap Broadcast Service Methods - Direct Integration Manual Index#Class.DocumentoReferencia|Class.DocumentoReferencia]]&lt;br /&gt;
##	[[Web Soap Broadcast Service Methods - Direct Integration Manual Index#Class.sectorSalud|Class.sectorSalud]]&lt;br /&gt;
##	[[Web Soap Broadcast Service Methods - Direct Integration Manual Index#Class.Beneficiario|Class.Beneficiario]]&lt;br /&gt;
##	[[Web Soap Broadcast Service Methods - Direct Integration Manual Index#Class.DatosPacientesSalud|Class.DatosPacientesSalud]]&lt;br /&gt;
##	[[Web Soap Broadcast Service Methods - Direct Integration Manual Index#Class.GeneralSalud|Class.GeneralSalud]]&lt;br /&gt;
#	[[Web Soap Broadcast Service Methods - Direct Integration Manual Index#EstadoDocumento Method|EstadoDocumento Method]]&lt;br /&gt;
#	[[Web Soap Broadcast Service Methods - Direct Integration Manual Index#EnvioCorreo Method|EnvioCorreo Method]]&lt;br /&gt;
#	[[Web Soap Broadcast Service Methods - Direct Integration Manual Index#DescargaPDF Method|DescargaPDF Method]]&lt;br /&gt;
#	[[Web Soap Broadcast Service Methods - Direct Integration Manual Index#DescargaXML Method|DescargaXML Method]]&lt;br /&gt;
#	[[Web Soap Broadcast Service Methods - Direct Integration Manual Index#FoliosRestantes Method|FoliosRestantes Method]]&lt;br /&gt;
#	[[Web Soap Broadcast Service Methods - Direct Integration Manual Index#CargarCertificado Method|CargarCertificado Method]]&lt;br /&gt;
#	[[Web Soap Broadcast Service Methods - Direct Integration Manual Index#DescargarEventoXML Method|DescargarEventoXML Method]]&lt;br /&gt;
#	[[Web Soap Broadcast Service Methods - Direct Integration Manual Index#GenerarContenedor Method|GenerarContenedor Method]]&lt;br /&gt;
#	[[Web Soap Broadcast Service Methods - Direct Integration Manual Index#GenerarEvento Method|GenerarEvento Method]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==[[Web soap service attachment methods - Direct Integration Manual Index - Electronic Bill|Web soap service attachment methods]]==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
#[[Web soap service attachment methods - Direct Integration Manual Index - Electronic Bill#“CargarAdjuntos” Method|“CargarAdjuntos” Method]]&lt;br /&gt;
#	[[Web soap service attachment methods - Direct Integration Manual Index - Electronic Bill#SCENARIOS ISSUANCE OF DOCUMENTS WITH GRAPHIC REPRESENTATION|SCENARIOS ISSUANCE OF DOCUMENTS WITH GRAPHIC REPRESENTATION]]&lt;br /&gt;
#	[[Web soap service attachment methods - Direct Integration Manual Index - Electronic Bill#Standard Graphical Representation (Using the Attachment parameter of the Send method as &#039;0&#039; or &#039;1&#039;)|Standard Graphical Representation (Using the Attachment parameter of the Send method as &#039;0&#039; or &#039;1&#039;)]]&lt;br /&gt;
#	[[Web soap service attachment methods - Direct Integration Manual Index - Electronic Bill#Custom graphic representation by TFHKA|Custom graphic representation by TFHKA]]&lt;br /&gt;
#	[[Web soap service attachment methods - Direct Integration Manual Index - Electronic Bill#Graphic representation sent as an attachment from the administrative system or ERP (Use of the attachments parameter of the method Send in &#039;11&#039;)|Graphic representation sent as an attachment from the administrative system or ERP (Use of the attachments parameter of the method Send in &#039;11&#039;)]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==[[Web soap reporting service methods - Direct Integration Manual Index - Electronic Bill|Web soap reporting service methods]]==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
#	[[Web soap reporting service methods - Direct Integration Manual Index - Electronic Bill#“DescargarReporte” Method|“DescargarReporte” Method]]&lt;br /&gt;
#	[[Web soap reporting service methods - Direct Integration Manual Index - Electronic Bill#“ProgramarReporte” Method|“ProgramarReporte” Method]]&lt;br /&gt;
#	[[Web soap reporting service methods - Direct Integration Manual Index - Electronic Bill#“SolicitudReporteSincrono” Method|“SolicitudReporteSincrono” Method]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==[[Additional features - Direct Integration Manual Index|Additional features]]==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
#	[[Additional features - Direct Integration Manual Index#Use of extra fields|Use of extra fields]]&lt;br /&gt;
#	[[Additional features - Direct Integration Manual Index#Code table for extra fields|Code table for extra fields]]&lt;br /&gt;
#	[[Additional features - Direct Integration Manual Index#Personalized email|Personalized email]]&lt;br /&gt;
#	[[Additional features - Direct Integration Manual Index#GENERATION OF NOTES WITH AND WITHOUT DOCUMENT REFERENCE|GENERATION OF NOTES WITH AND WITHOUT DOCUMENT REFERENCE]]&lt;br /&gt;
##	[[Additional features - Direct Integration Manual Index#Credit and debit notes that affect prior validation invoices|Credit and debit notes that affect prior validation invoices]]&lt;br /&gt;
##	[[Additional features - Direct Integration Manual Index#Credit and debit notes that do not affect invoices|Credit and debit notes that do not affect invoices]]&lt;br /&gt;
##	[[Additional features - Direct Integration Manual Index#TRANSMISSION OF CONTINGENCY DOCUMENTS TYPE 03 (ATTRIBUTABLE TO THE ISSUER)|TRANSMISSION OF CONTINGENCY DOCUMENTS TYPE 03 (ATTRIBUTABLE TO THE ISSUER)]]&lt;br /&gt;
#	[[Additional features - Direct Integration Manual Index#Submit electronic documents on reception platforms|Submit electronic documents on reception platforms]]&lt;br /&gt;
#	[[Additional features - Direct Integration Manual Index#Standard of the name of XML electronic documents|Standard of the name of XML electronic documents]]&lt;br /&gt;
#	[[Additional features - Direct Integration Manual Index#Enablement environment|Enablement environment]]&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==[[Property code tables for document issuance - Direct Integration Manual Index |Property code tables for document issuance]]==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
#	[[Property code tables for document issuance - Direct Integration Manual Index #Table 1|Table 1]]&lt;br /&gt;
#	[[Property code tables for document issuance - Direct Integration Manual Index #Table 2|Table 2]]&lt;br /&gt;
#	[[Property code tables for document issuance - Direct Integration Manual Index #Table 3|Table 3]]&lt;br /&gt;
#	[[Property code tables for document issuance - Direct Integration Manual Index #Table 4|Table 4]]&lt;br /&gt;
#	[[Property code tables for document issuance - Direct Integration Manual Index #Table 5|Table 5]]&lt;br /&gt;
#	[[Property code tables for document issuance - Direct Integration Manual Index #Table 6|Table 6]]&lt;br /&gt;
#	[[Property code tables for document issuance - Direct Integration Manual Index #Table 7|Table 7]]&lt;br /&gt;
#	[[Property code tables for document issuance - Direct Integration Manual Index #Table 8|Table 8]]&lt;br /&gt;
#	[[Property code tables for document issuance - Direct Integration Manual Index #Table 9|Table 9]]&lt;br /&gt;
#	[[Property code tables for document issuance - Direct Integration Manual Index #Table 10|Table 10]]&lt;br /&gt;
#	[[Property code tables for document issuance - Direct Integration Manual Index #Table 11|Table 11]]&lt;br /&gt;
#	[[Property code tables for document issuance - Direct Integration Manual Index #Table 12|Table 12]]&lt;br /&gt;
#	[[Property code tables for document issuance - Direct Integration Manual Index #Table 13|Table 13]]&lt;br /&gt;
#	[[Property code tables for document issuance - Direct Integration Manual Index #Table 14|Table 14]]&lt;br /&gt;
#	[[Property code tables for document issuance - Direct Integration Manual Index #Table 15|Table 15]]&lt;br /&gt;
#	[[Property code tables for document issuance - Direct Integration Manual Index #Table 16|Table 16]]&lt;br /&gt;
#	[[Property code tables for document issuance - Direct Integration Manual Index #Table 17|Table 17]]&lt;br /&gt;
#	[[Property code tables for document issuance - Direct Integration Manual Index #Table 18|Table 18]]&lt;br /&gt;
#	[[Property code tables for document issuance - Direct Integration Manual Index #Table 19|Table 19]]&lt;br /&gt;
#	[[Property code tables for document issuance - Direct Integration Manual Index #Table 20|Table 20]]&lt;br /&gt;
#	[[Property code tables for document issuance - Direct Integration Manual Index #Table 21|Table 21]]&lt;br /&gt;
#	[[Property code tables for document issuance - Direct Integration Manual Index #Table 22|Table 22]]&lt;br /&gt;
#	[[Property code tables for document issuance - Direct Integration Manual Index #Table 23|Table 23]]&lt;br /&gt;
#	[[Property code tables for document issuance - Direct Integration Manual Index #Table 24|Table 24]]&lt;br /&gt;
#	[[Property code tables for document issuance - Direct Integration Manual Index #Table 25|Table 25]]&lt;br /&gt;
#	[[Property code tables for document issuance - Direct Integration Manual Index #Table 26|Table 26]]&lt;br /&gt;
#	[[Property code tables for document issuance - Direct Integration Manual Index #Table 27|Table 27]]&lt;br /&gt;
#	[[Property code tables for document issuance - Direct Integration Manual Index #Table 28|Table 28]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==[[Catalog of web service response errors - Direct Integration Manual Index - Electronic Bill|Catalog of web service response errors]]==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{clear}}&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
--&amp;gt;&lt;/div&gt;</summary>
		<author><name>Lvargas</name></author>
	</entry>
	<entry>
		<id>http://felcowiki.thefactoryhka.com.co/index.php?title=M%C3%A9todos_servicio_adjuntos_web_soap_-_Indice_Manual_Integraci%C3%B3n_Directa&amp;diff=2462</id>
		<title>Métodos servicio adjuntos web soap - Indice Manual Integración Directa</title>
		<link rel="alternate" type="text/html" href="http://felcowiki.thefactoryhka.com.co/index.php?title=M%C3%A9todos_servicio_adjuntos_web_soap_-_Indice_Manual_Integraci%C3%B3n_Directa&amp;diff=2462"/>
		<updated>2022-03-02T14:24:21Z</updated>

		<summary type="html">&lt;p&gt;Lvargas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==Web soap attachment service methods==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
The SOAP Web Attachment Service exposes a single method that will be used n times per generated electronic document, where n is the number of attached files that the electronic invoice that is being processed has (bear in mind that since it is an email where the invoice with its graphic representation and the attachments, then there is a limit of attachments based on the weight (in KB) of the same).&lt;br /&gt;
===“CargarAdjuntos” Method===&lt;br /&gt;
It allows attaching or sending files (attachments) by email during the issuance of the electronic document. This method is executed after consuming the &#039;&#039;&#039;Send&#039;&#039;&#039; method with the attachments parameter set to “1” or “11”. The flow of the method is presented below:&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[Archivo:Diagrama de Envió de adjuntos.png|1000px|thumb|Diagrama de Envío de adjuntos]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;@IMPORTANT:&#039;&#039;&#039; The &#039;&#039;&#039;CargarAdjuntos&#039;&#039;&#039; method receives among its parameters a field to indicate the sending of the mail, that is, if the field or property &#039;&#039;&#039;send&#039;&#039;&#039; receives a &amp;quot;0&amp;quot; then the document continues to wait for more attachments and if it receives &amp;quot;1&amp;quot; it sends with the attachments that have been uploaded so far.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
; REQUEST: Parameters to Send&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
{| class=&amp;quot;mw-collapsible wikitable&amp;quot; &lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Identifier&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|String&lt;br /&gt;
|tokenEmpresa&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|Provided by The Factory HKA Colombia&lt;br /&gt;
|-&lt;br /&gt;
|tokenPassword&lt;br /&gt;
|-&lt;br /&gt;
|Adjunto	&lt;br /&gt;
|Adjunto	&lt;br /&gt;
|Control data of the document that you want to attach&lt;br /&gt;
|}&lt;br /&gt;
Where Class.Adjunto contains the information below:&lt;br /&gt;
{| class=&amp;quot;mw-collapsible wikitable&amp;quot; &lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Identifier&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|byte[]	&lt;br /&gt;
|Archivo	&lt;br /&gt;
|Byte array of the file to attach&lt;br /&gt;
|-&lt;br /&gt;
|Array &amp;lt;string&amp;gt;	&lt;br /&gt;
|email 	&lt;br /&gt;
|Mail to which you want to send the XML (AttachedDocument) with all the attachments loaded so far (sending is activated when send is &amp;quot;1&amp;quot;)&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|Enviar	 &lt;br /&gt;
|&lt;br /&gt;
: &amp;quot;0&amp;quot; Attach file and associate it to the electronic document without sending the email to the Purchaser&lt;br /&gt;
:  &amp;quot;1&amp;quot; Attach the file to the electronic document and immediately send an email to the Acquirer&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|Formato	&lt;br /&gt;
|Attachment extension, allowed formats:&lt;br /&gt;
: (png, bmp, jpg, pdf, doc, docx, xls, xlsx, ppt, pptx,rar)&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|Nombre	&lt;br /&gt;
|Name that the attached file will take&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|numeroDocumento	&lt;br /&gt;
|Prefix and consecutive of the Electronic Document concatenated without separators. Example “PRUE980338212”&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|Type	&lt;br /&gt;
| 1: Graphic representation generated by the ERP 2: Type of attached document or attachments&lt;br /&gt;
|}&lt;br /&gt;
; RESPONSE: Parámetros a Recibir&lt;br /&gt;
{| class=&amp;quot;mw-collapsible wikitable&amp;quot; &lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Identifier&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|int	&lt;br /&gt;
|Código	&lt;br /&gt;
|Indicates the status of the operation returned by the service&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|Mensaje	&lt;br /&gt;
|This error identification message&lt;br /&gt;
|-&lt;br /&gt;
|Array &amp;lt;String&amp;gt;	&lt;br /&gt;
|mensajesValidacion	&lt;br /&gt;
|Messages in case of refusal&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|resultado	&lt;br /&gt;
|Result&lt;br /&gt;
|}&lt;br /&gt;
{{clear}}&lt;br /&gt;
&lt;br /&gt;
===&#039;&#039;&#039;SCENARIOS ISSUANCE OF DOCUMENTS WITH GRAPHIC REPRESENTATION&#039;&#039;&#039;===&lt;br /&gt;
&lt;br /&gt;
===&amp;lt;font color=&amp;quot;Blue&amp;quot;&amp;gt;Standard Graphical Representation (Using the Attachment parameter of the Send method as &#039;0&#039; or &#039;1&#039;)&amp;lt;/font&amp;gt;===&lt;br /&gt;
&lt;br /&gt;
Under this scenario, the issuer of electronic documents has the standard graphic representation generated by TFHKA, which will &lt;br /&gt;
be delivered to the acquirer in the notification email of the electronic document. During the issuance of the document, extra fields &lt;br /&gt;
reserved by TFHKA may be included in the standard graphic representation, which will include predetermined labels in it in order to &lt;br /&gt;
provide the reader of the representation with clarity about the amounts and information reported. The extra fields reserved by TFHKA in &lt;br /&gt;
the standard graphic representation are detailed below:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot;&lt;br /&gt;
|+ &lt;br /&gt;
|- valign=&amp;quot;center&amp;quot; 	&lt;br /&gt;
|-style=&amp;quot;text-align:center;&amp;quot; &lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|EXTENSIBLE FIELDS RESERVED BY TFHKA&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot; &lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Code &lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|PDF Label&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Description&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|PDF Label&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Observations&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|100200&lt;br /&gt;
|Footer&lt;br /&gt;
|Footer&lt;br /&gt;
|AN|100&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|5170000&lt;br /&gt;
|Total Base Excluded&lt;br /&gt;
|Total Base Excluded&lt;br /&gt;
|Free format&lt;br /&gt;
|For totals the R.G&lt;br /&gt;
|-&lt;br /&gt;
|5170001&lt;br /&gt;
|TOTAL Discount Detail&lt;br /&gt;
|TOTAL Discount Detail&lt;br /&gt;
|Free format&lt;br /&gt;
|For totals the R.G&lt;br /&gt;
|-&lt;br /&gt;
|5170002&lt;br /&gt;
|TOTAL Withholdings&lt;br /&gt;
|TOTAL Withholdings&lt;br /&gt;
|Free format&lt;br /&gt;
|For totals the R.G&lt;br /&gt;
|-&lt;br /&gt;
|5170003&lt;br /&gt;
|TOTAL to Pay&lt;br /&gt;
|TOTAL to Pay&lt;br /&gt;
|Free format&lt;br /&gt;
|For totals the R.G&lt;br /&gt;
|-&lt;br /&gt;
|5170004&lt;br /&gt;
|TOTAL TO PAY in Letters&lt;br /&gt;
|TOTAL TO PAY in Letters&lt;br /&gt;
|Free format&lt;br /&gt;
|For totals the R.G&lt;br /&gt;
|}&lt;br /&gt;
|}&lt;br /&gt;
[[Archivo:CamposExtrasReservados.png|centro|CamposExtrasReservados]]&lt;br /&gt;
[[Archivo:EtiquetasRG.png|centro|EtiquetasRG]]&lt;br /&gt;
&lt;br /&gt;
===&amp;lt;font color=&amp;quot;Blue&amp;quot;&amp;gt;Custom graphic representation by TFHKA&amp;lt;/font&amp;gt;===&lt;br /&gt;
&lt;br /&gt;
In the event that the issuer contracts a graphic representation service with TFHKA, it must be taken into account that it is a development &lt;br /&gt;
project which entails time and associated costs. In addition to the time associated with the development of the personalized template by &lt;br /&gt;
TFHKA, the adaptation of the development in the accounting system must be taken into account, which must be carried out by the software house &lt;br /&gt;
or its developer, in order to report the extra fields. in which the information to be displayed will be reflected.&lt;br /&gt;
&lt;br /&gt;
The extra fields mentioned above are provided by the TFHKA graphics team, once a version approved by the contributor is available for use.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;font color=&amp;quot;red&amp;quot;&amp;gt;@IMPORTANT:&amp;lt;/font&amp;gt; As can be seen, this scenario involves the development of both parties (ERP and TFHKA), therefore before contracting this service, the scope and customization costs must be determined.&lt;br /&gt;
&lt;br /&gt;
===&amp;lt;font color=&amp;quot;Blue&amp;quot;&amp;gt;Graphic representation sent as an attachment from the administrative system or ERP (Use of the attachments parameter of the method Send in &#039;11&#039;)&amp;lt;/font&amp;gt;===&lt;br /&gt;
&lt;br /&gt;
In the case in which the issuer contracts a graphic representation service with the software house, developer or person in charge of making the corresponding adjustments in the accounting software or ERP for the issuance of electronic documents, the following aspects must be taken into account:&lt;br /&gt;
&lt;br /&gt;
* The Factory HKA is responsible for the generation of the UBL and its transmission to the DIAN.&lt;br /&gt;
* Once the correct validation and generation of the UBL is verified, the software house can proceed to generate a graphic representation that must comply with:&lt;br /&gt;
* The elements of law required by the DIAN: inclusion of the QR code and the CUFE or CUDE chain in the documents, as appropriate.&lt;br /&gt;
* The elements of law required by any supervisory entity from the issuer of the documents.&lt;br /&gt;
* The visual and brand representation elements required by the client: logos, banking information, legends referring to the tax responsibilities of the issuer, etc.&lt;br /&gt;
* The Software House, in this scenario, assumes responsibility together with the taxpayer for any incident of fraud due to evasion, misinterpretation, error or omission of relevant and mandatory information by the regulations.&lt;br /&gt;
* TFHKA does not protect this representation in its systems and makes it clear that its participation as a technology provider is limited to the generation of the UBL and its validation before the DIAN.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;During the synchronization of the attached files, the following aspects must be taken into account:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* The files to be synchronized must be Base64 encoded.&lt;br /&gt;
* It is recommended to indicate the emails reported in the Class.Recipient.email[] array as recipient emails.&lt;br /&gt;
* The names of the attached files to be synchronized must be different.&lt;br /&gt;
* Only the synchronization of one (1) file is allowed with the type parameter u003d &#039;1&#039;, corresponding to the graphic representation of the electronic document.&lt;br /&gt;
* For the common attachments to be synchronized, which do not correspond to the graphic representation of the document, the type parameter of the Loading Attachments method must be set to &#039;2&#039;, corresponding to Attachments or common attachments.&lt;br /&gt;
* All attachments to be synchronized must not exceed the weight of 1.8 MB, this in order to comply with the provisions of the Technical Annex of the DIAN regarding the maximum weight of 2MB of the .ZIP file delivered in the email notification.&lt;/div&gt;</summary>
		<author><name>Lvargas</name></author>
	</entry>
	<entry>
		<id>http://felcowiki.thefactoryhka.com.co/index.php?title=Web_Soap_Broadcast_Service_Methods_-_Direct_Integration_Manual_Index&amp;diff=2440</id>
		<title>Web Soap Broadcast Service Methods - Direct Integration Manual Index</title>
		<link rel="alternate" type="text/html" href="http://felcowiki.thefactoryhka.com.co/index.php?title=Web_Soap_Broadcast_Service_Methods_-_Direct_Integration_Manual_Index&amp;diff=2440"/>
		<updated>2022-03-01T17:29:11Z</updated>

		<summary type="html">&lt;p&gt;Lvargas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==Web Soap Broadcast Service Methods==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
The parameters to be incorporated in the methods of this Web Service must comply with the format and the corresponding directives according to the following rules:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background:#e9e9e9; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#e9e9e9; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
| A || Alphabetic character&lt;br /&gt;
|- &lt;br /&gt;
| N || Numeric character&lt;br /&gt;
|- &lt;br /&gt;
| AN || AlphaNumeric character&lt;br /&gt;
|- &lt;br /&gt;
| &amp;lt;nowiki&amp;gt; A|3 &amp;lt;/nowiki&amp;gt; || 3 Alphabetic characters (fixed length)&lt;br /&gt;
|- &lt;br /&gt;
| &amp;lt;nowiki&amp;gt; N|3 &amp;lt;/nowiki&amp;gt; || 3 Numeric characters (fixed length)&lt;br /&gt;
|- &lt;br /&gt;
| &amp;lt;nowiki&amp;gt; AN|3 &amp;lt;/nowiki&amp;gt; || 3 alphaNumeric characters (fixed length)&lt;br /&gt;
|- &lt;br /&gt;
| &amp;lt;nowiki&amp;gt; A|..3 &amp;lt;/nowiki&amp;gt; || Up to 3 Alphabetic characters (variable length)&lt;br /&gt;
|- &lt;br /&gt;
| &amp;lt;nowiki&amp;gt; N|..3 &amp;lt;/nowiki&amp;gt; || Up to 3 Numeric characters (variable length)&lt;br /&gt;
|- &lt;br /&gt;
| &amp;lt;nowiki&amp;gt; AN|..3 &amp;lt;/nowiki&amp;gt; || Up to 3 alphaNumeric characters (variable length)&lt;br /&gt;
|- &lt;br /&gt;
| &amp;lt;nowiki&amp;gt; N|2..6 &amp;lt;/nowiki&amp;gt; || Between 2 and 6 Numeric characters (variable length)&lt;br /&gt;
|- &lt;br /&gt;
| INT32 || Whole. (Maximum Value: 2,147,483,647)&lt;br /&gt;
|}&lt;br /&gt;
{{clear}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background:#e9e9e9; text-align:center;&amp;quot;|Mandatory&lt;br /&gt;
! style=&amp;quot;background:#e9e9e9; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
| YES || If it is mandatory for the DIAN&lt;br /&gt;
|- &lt;br /&gt;
| NOT || It is not mandatory for the DIAN&lt;br /&gt;
|- &lt;br /&gt;
| C/C || It is required where applicable (or under certain conditions by the client&#039;s business model)&lt;br /&gt;
|}&lt;br /&gt;
{{clear}}&lt;br /&gt;
&lt;br /&gt;
===Enviar Method===&lt;br /&gt;
The function in charge of building and sending the electronic documents to the technology provider.&lt;br /&gt;
; REQUEST: Parameters to Send&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Identifier&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|String&lt;br /&gt;
|tokenEmpresa&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|Provided by technology provider&lt;br /&gt;
|-&lt;br /&gt;
|tokenPassword&lt;br /&gt;
|-&lt;br /&gt;
|FacturaGeneral&lt;br /&gt;
|factura&lt;br /&gt;
|See the detail of the Invoice Object below&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|adjuntos&lt;br /&gt;
|&lt;br /&gt;
Possible values:&lt;br /&gt;
: “0” Attachments are not allowed. XML and standard graphic representation is generated by The Factory HKA&lt;br /&gt;
: “1” Supports attachments. XML and standard graphic representation is generated by The Factory HKA&lt;br /&gt;
: “10” Attachments are not allowed. Only XML is generated without standard Graphic representation by The Factory HKA&lt;br /&gt;
: “11” Supports attachments. Only XML is generated without standard graphical representation by The Factory HKA&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;@IMPORTANT:&#039;&#039;&#039; If the value “1” or “11” is sent in the &#039;&#039;&#039;attachments&#039;&#039;&#039; parameter, no email will be sent until the method is consumed &#039;&#039;&#039;CargarAdjuntos&#039;&#039;&#039; (ServicE Adjuntos Web SOAP). For documents that accept attachments, the field&#039;&#039;&#039;Destinatario.email&#039;&#039;&#039; of the client is required and the &#039;&#039;&#039;notify&#039;&#039;&#039; field must be set to “YES”.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;color: red&amp;quot;&amp;gt;WARNING: If options &#039;10&#039; or &#039;11&#039; are used in the attachments parameter, our platform will not generate standard graphic representation (PDF), therefore PDF is not hosted on it and the graphic representation cannot be viewed from the platform. web portal, in the notification email to the acquirer (view document section), nor download through the DescargaPDF method  of the SOAP Web Broadcast Service or forward the graphical representation through the EnvioCorreo method, since it is being assumed that it has been generated locally by the billing software (ERP).&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Next, the diagram of the &#039;&#039;&#039;invoice object for the billing model with prior validation&#039;&#039;&#039; is exposed, where the changes in its structure can be seen with respect to the object used in the model with &amp;lt;u&amp;gt;post validation &amp;lt;/u&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
* In &amp;lt;span style=&amp;quot;color:#FFFF; background:#36C&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Blue&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; new classes/attributes that were not present in the post validation model.&lt;br /&gt;
* In &amp;lt;span style=&amp;quot;color:#000; background:#FFFF00&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Yellow&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; existing classes/attributes in the post-validation model that underwent changes in pre-validation.&lt;br /&gt;
* In &amp;lt;span style=&amp;quot;color:#00; background:#FFA500&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Orange&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; existing classes/attributes in post-validation model that are deprecated (removed) in pre-validation.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The invoice object for the billing model with prior validation is described in greater detail below:&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&#039;&#039;&#039;Diagram Class.FacturaGeneral con Class.Anticipos, Class.Autorizado y Class.CargosDescuentos&#039;&#039;&#039;&lt;br /&gt;
[[Archivo:Diagram Class.FacturaGeneral con Class.Anticipos, Class.Autorizado y Class.CargosDescuentos.png|800px|sinmarco|centro|Diagram Class.FacturaGeneral con Class.Anticipos, Class.Autorizado y Class.CargosDescuentos]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Diagram Class.FacturaGeneral con Class.Cliente&#039;&#039;&#039;&lt;br /&gt;
[[Archivo:Diagram Class.FacturaGeneral con Class.Cliente.png|800px|sinmarco|centro|Diagram Class.FacturaGeneral con Class.Cliente]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Diagram Class.FacturaGeneral con Class.CondicionPago&#039;&#039;&#039;&lt;br /&gt;
[[Archivo:Diagram Class.FacturaGeneral con Class.CondicionPago.png|800px|sinmarco|centro|Diagram Class.FacturaGeneral con Class.CondicionPago]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Diagram Class.FacturaGeneral con Class.FacturaDetalle&#039;&#039;&#039;&lt;br /&gt;
[[Archivo:Diagram Class.FacturaGeneral con Class.FacturaDetalle.png|800px|sinmarco|centro|Diagram Class.FacturaGeneral con Class.FacturaDetalle]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Diagram Class.FacturaGeneral con Class.DocumentoReferenciado&#039;&#039;&#039;&lt;br /&gt;
[[Archivo:Diagram Class.FacturaGeneral con Class.DocumentoReferenciado.png|800px|sinmarco|centro|Diagram Class.FacturaGeneral con Class.DocumentoReferenciado]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Diagram Class.FacturaGeneral Class.EntregaMercancia&#039;&#039;&#039;&lt;br /&gt;
[[Archivo:Diagram Class.FacturaGeneral Class. EntregaMercancia.png|800px|sinmarco|centro|Diagram Class.FacturaGeneral Class.EntregaMercancia]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Diagram Class.FacturaGeneral con Class.Extras. Class.FacturaImpuestos, Class.ImpuestosTotales, Class.MediosDePago, Class.OrdenDeCompra y Array - informacionAdicional&#039;&#039;&#039;&lt;br /&gt;
[[Archivo:Diagram Class.FacturaGeneral con Class.Extras. Class.FacturaImpuestos, Class.ImpuestosTotales, Class.MediosDePago, Class.OrdenDeCompra y Array - informacionAdicional.png|800px|sinmarco|centro|Diagram Class.FacturaGeneral con Class.Extras. Class.FacturaImpuestos, Class.ImpuestosTotales, Class.MediosDePago, Class.OrdenDeCompra y Array - informacionAdicional]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Diagram Class.FacturaGeneral con Class.TasaDeCambio, Class.TasaDeCambioAlternativa y Class.TerminosEntrega&#039;&#039;&#039;&lt;br /&gt;
[[Archivo:Diagram Class.FacturaGeneral con Class.TasaDeCambio, Class.TasaDeCambioAlternativa y Class.TerminosEntrega.png|800px|sinmarco|centro|Diagram Class.FacturaGeneral con Class.TasaDeCambio, Class.TasaDeCambioAlternativa y Class.TerminosEntrega]] &lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
{{clear}}&lt;br /&gt;
====Class.FacturaGeneral==== &lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description &lt;br /&gt;
|-&lt;br /&gt;
|anticipos&lt;br /&gt;
|Array &amp;lt;Anticipos&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Information related to advances&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/cac:PrepaidPayment &lt;br /&gt;
: (see detail in [[#Class.Anticipos|Class.Anticipos]]) &lt;br /&gt;
|- &lt;br /&gt;
|autorizado&lt;br /&gt;
|Autorizado&lt;br /&gt;
| -&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Information of the person authorized to download documents&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/cac:TaxRepresentativeParty&lt;br /&gt;
: (ver see detail in [[#Class.Autorizado|Class.Autorizado]])&lt;br /&gt;
|-&lt;br /&gt;
|cantidadDecimales&lt;br /&gt;
|String &lt;br /&gt;
| &amp;lt;nowiki&amp;gt;N|1&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: The number of decimals to be used is sent (minimum 0, maximum 6)&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If more decimals are received in the amounts than those indicated in this field&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Does not apply&lt;br /&gt;
|-&lt;br /&gt;
|cargosDescuentos&lt;br /&gt;
|Array &amp;lt;CargosDescuentos&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Information related to a charge or a discount on an invoice scale that does not affect the tax base&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/cac:AllowanceCharge &lt;br /&gt;
: (see detail in [[#Class.CargosDescuentos|Class.CargosDescuentos]])&lt;br /&gt;
|-&lt;br /&gt;
|cliente&lt;br /&gt;
|Cliente&lt;br /&gt;
| -&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Acquirer Information&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;:/root/cac:AccountingCustomerParty&lt;br /&gt;
: (see detail in [[#Class.Cliente|Class.Cliente]])&lt;br /&gt;
|-&lt;br /&gt;
|condicionPago&lt;br /&gt;
|Array &amp;lt;CondicionPago&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Information related to the payment condition&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/cac:PaymentTerms&lt;br /&gt;
: (see detail in [[#Class.CondicionPago|Class.CondicionPago]])&lt;br /&gt;
|-&lt;br /&gt;
|consecutivoDocumento&lt;br /&gt;
|String&lt;br /&gt;
| AN..20&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Correlative/consecutive of the electronic document&lt;br /&gt;
: prefix concatenation (&amp;lt;nowiki&amp;gt;AN|..4&amp;lt;/nowiki&amp;gt;) + the consecutive DIAN,&lt;br /&gt;
: according to the configuration in the web portal:&lt;br /&gt;
:: Manual with prefix: prefix required (No hyphen). Example: “PREF2147483647”&lt;br /&gt;
:: Manual without prefix: prefix not required. Example: “2147483647”&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; Additional characters such as spaces or hyphens are not allowed&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; Consecutive number must be equal to or greater than the initial value of the numbering range granted by the DIAN&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; Consecutive number must be equal to or less than the final value of the numbering range granted by the DIAN&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/cbc:ID&lt;br /&gt;
|-&lt;br /&gt;
|detalleDeFactura&lt;br /&gt;
|Array &amp;lt;FacturaDetalle&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Details or product information&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/cac:InvoiceLine &lt;br /&gt;
: (see detail in [[#Class.FacturaDetalle|Class.FacturaDetalle]])&lt;br /&gt;
|-&lt;br /&gt;
|documentosReferenciados&lt;br /&gt;
|Array &amp;lt;DocumentoReferenciado&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Information describing a referenced document&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; on tipoDocumento invoices  contingency (AdditionalDocumentReference), in invoices that affect a note (BillingReference), in Credit and Debit Notes (DiscrepancyResponse and BillingReference)&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/cac:DiscrepancyResponse,&lt;br /&gt;
:: /root/cac:BillingReference,&lt;br /&gt;
:: /root/cac: AdditionalDocumentReference,&lt;br /&gt;
:: /root/cac: DespatchDocumentReference,&lt;br /&gt;
:: /root/cac: ReceiptDocumentReference&lt;br /&gt;
:(see detail in [[#Class.DocumentoReferenciado|Class.DocumentoReferenciado]])&lt;br /&gt;
|-&lt;br /&gt;
|entregaMercancia&lt;br /&gt;
|Entrega&lt;br /&gt;
| -&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Delivery information (Delivery) of goods&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/cac:Delivery&lt;br /&gt;
: (see detail in [[#Class.Entrega|Class.Entrega]])&lt;br /&gt;
|-&lt;br /&gt;
|extras&lt;br /&gt;
|Array &amp;lt;Extras&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Optional fields or information for the issuer&#039;s business model&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined&lt;br /&gt;
: (see detail in [[#Class.Extras|Class.Extras]])&lt;br /&gt;
|-&lt;br /&gt;
|fechaEmision&lt;br /&gt;
|String&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;AN|19&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Date and time of issuance of the document, in format: YYYY-MM-DD HH:MM:SS&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Notification&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the issue date is earlier than five (5) days from the calendar date&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the issue date is later than ten calendar days&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/cbc:IssueDate, root/cbc:IssueTime&lt;br /&gt;
|-&lt;br /&gt;
|fechaFinPeriodoFacturacion&lt;br /&gt;
|String&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;AN|19&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Date/Time of the end of the billing period (Interval of dates to which the bill refers, for example in public services), in format: YYYY-MM-DD HH:MM:SS&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/cac:InvoicePeriod/cbc:EndDate, /root/cac:InvoicePeriod/cbc:EndTime&lt;br /&gt;
|-&lt;br /&gt;
|fechaInicioPeriodoFacturacion&lt;br /&gt;
|String&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;AN|19&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Billing period start date/time, in format: YYYY-MM-DD HH:MM:SS  &lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: &lt;br /&gt;
: /root/cac:InvoicePeriod/cbc:StartDate, /root/cac:InvoicePeriod/cbc:StartTime&lt;br /&gt;
|-&lt;br /&gt;
|fechaPagoImpuestos&lt;br /&gt;
|String&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;AN|19&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Tax payment date, in format: YYYY-MM-DD HH:MM:SS  &lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: root/cbc:TaxPointDate&lt;br /&gt;
|-&lt;br /&gt;
|fechaVencimiento&lt;br /&gt;
|String&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;AN|10&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Due date of the invoice, in format: YYYY-MM-DD&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/cbc:DueDate &lt;br /&gt;
|-&lt;br /&gt;
|impuestosGenerales&lt;br /&gt;
|Array &amp;lt;FacturaImpuestos&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: General or global tax information&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the taxes/withholdings reported in this arrangement do not correspond to what is reported in the details&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/cac:TaxTotal (impuestos),&lt;br /&gt;
: /root/cac: WithholdingTaxTotal (retenciones),&lt;br /&gt;
: (see detail in [[#Class.FacturaImpuestos|Class.FacturaImpuestos]])&lt;br /&gt;
|-&lt;br /&gt;
|impuestosTotales&lt;br /&gt;
|Array &amp;lt;ImpuestosTotales&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Sum of general taxes/withholdings by type of impuesto/retención&lt;br /&gt;
:  &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the total value of the tax/withholding indicated is different from the sum of those reported in the impuestosGenrales arrangement&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/cac:TaxTotal/cbc:TaxAmount (impuestos), &lt;br /&gt;
: /root/cac: WithholdingTaxTotal/cbc:TaxAmount (retenciones),&lt;br /&gt;
: (see detail in [[#Class.ImpuestosTotales|Class.ImpuestosTotales]])&lt;br /&gt;
|-&lt;br /&gt;
|informacionAdicional&lt;br /&gt;
|Array &amp;lt;String&amp;gt;&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;AN|...10000&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Additional information or free text related to the document&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: root/cbc:Note&lt;br /&gt;
|-&lt;br /&gt;
|mediosDePago&lt;br /&gt;
|Array &amp;lt;MediosDePago&amp;gt; &lt;br /&gt;
| -&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Information related to the payment of the invoice&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/cac:PaymentMeans &lt;br /&gt;
: (see detail in [[#Class.MediosDePago|Class.MediosDePago]])&lt;br /&gt;
|-&lt;br /&gt;
|moneda&lt;br /&gt;
|String&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;AN|3&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Currency or currency of the document&lt;br /&gt;
: Use ISO 4217 codes (Example Colombian Pesos “COP”)&lt;br /&gt;
:  &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the value does not correspond to one of the ISO 4217 codes&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/cbc:DocumentCurrencyCode&lt;br /&gt;
|-&lt;br /&gt;
|ordenDeCompra&lt;br /&gt;
|Array &amp;lt;OrdenDeCompra&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Information related to the purchase order &lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/cac:OrderReference&lt;br /&gt;
: (see detail in [[#Class.OrdenDeCompra|Class.OrdenDeCompra]])&lt;br /&gt;
|-&lt;br /&gt;
|rangoNumeracion&lt;br /&gt;
|String&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;AN|20&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Consecutive from which the series begins for the document to be issued, the prefix (with hyphen) must always be placed regardless of the sequential mode.&lt;br /&gt;
: Example: &#039;PREF-1123456&#039;&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;:&lt;br /&gt;
: /root/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/&lt;br /&gt;
: sts:DianExtensions/sts:InvoiceControl/sts:AuthorizedInvoices/(sts:Prefix, sts:From)&lt;br /&gt;
|-&lt;br /&gt;
|redondeoAplicado&lt;br /&gt;
|String&lt;br /&gt;
| Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Rounding applied to arrive at totalMonto&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If rounding is greater than the greater value between 500 pesos or 0.1% of the total value of the invoice&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/cac:LegalMonetaryTotal/cbc:PayableRoundingAmount&lt;br /&gt;
|-&lt;br /&gt;
|sectorSalud&lt;br /&gt;
|sectorSalud&lt;br /&gt;
| -&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Information related to emissions from the Health Sector&amp;lt;u&amp;gt;&#039;&#039;&#039;Required&amp;lt;/u&amp;gt;: When typeSector = &#039;2&#039;&#039;&#039;&#039; is informed&lt;br /&gt;
: (see detail in [[#Class.sectorSalud|Class.sectorSalud]])  &lt;br /&gt;
|-&lt;br /&gt;
|tasaDeCambio&lt;br /&gt;
|TasaDeCambio&lt;br /&gt;
| -&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Information related to the exchange rate of foreign currency to Colombian peso (COP)&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; If documenttype is export/international or if the base currency is different from “COP”&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/cac:PaymentExchangeRate&lt;br /&gt;
: (see detail in [[#Class.TasaDeCambio|Class.TasaDeCambio]])&lt;br /&gt;
|-&lt;br /&gt;
|tasaDeCambioAlternativa&lt;br /&gt;
|TasaDeCambioAlternativa&lt;br /&gt;
| -&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Information used as an alternative method to report conversions to other currencies&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/cac:PaymentAlternativeExchangeRate&lt;br /&gt;
: (see detail in [[#Class.TasaDeCambioAlternativa|Class.TasaDeCambioAlternativa]])&lt;br /&gt;
|-&lt;br /&gt;
|terminosEntrega&lt;br /&gt;
|TerminosEntrega&lt;br /&gt;
| -&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Information related to the delivery&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; If documenttype is export/international&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/cac:DeliveryTerms &lt;br /&gt;
: (see detail in [[#Class.TerminosEntrega|Class.TerminosEntrega]])&lt;br /&gt;
|-&lt;br /&gt;
|tipoDocumento&lt;br /&gt;
|String&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;AN|2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Document type&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Invoice, CreditNote, DebitNote&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the content of this attribute does not correspond to one of the values ​​of the  [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 1|Tabla 1]]&lt;br /&gt;
|-&lt;br /&gt;
|tipoSector&lt;br /&gt;
|String&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;N||&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: To issue documents from the Health Sector, indicate code &#039;2&#039; in this field&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Invoice, CreditNote, DebitNote&lt;br /&gt;
|-&lt;br /&gt;
|tipoOperacion&lt;br /&gt;
|String&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;AN|..4&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Operation type indicator &lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the content of this attribute does not correspond to one of the values ​​of the  [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 2|Tabla 2]]&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/cbc:CustomizationID&lt;br /&gt;
|-&lt;br /&gt;
|totalAnticipos&lt;br /&gt;
|String&lt;br /&gt;
| Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Sum of all advance payments &lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; Si totalAnticipos does not correspond to the sum of the Anticipos.montoPagado attributes in the advances array&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/LegalMonetaryTotal/cbc:PrepaidAmount &lt;br /&gt;
|-&lt;br /&gt;
|totalBaseImponible&lt;br /&gt;
|String&lt;br /&gt;
| Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Total Taxable Base Value: Sum of Taxable Bases for the calculation of taxes at the invoice level&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If totalBaseImponible is not equal to the sum of occurrences FacturaImpuestos.baseImponibleTOTALImp&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;:  /root/LegalMonetaryTotal/cbc:TaxExclusiveAmount  &lt;br /&gt;
|-&lt;br /&gt;
|totalBrutoConImpuesto&lt;br /&gt;
|String&lt;br /&gt;
| Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Total gross value with taxes&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If totalGrossWithTax is not equal to the sum: totalSinImpuestos + sum(ImpuestosTotales.montoTotal)&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;:  /root/LegalMonetaryTotal/cbc:TaxInclusiveAmount &lt;br /&gt;
|-&lt;br /&gt;
|totalCargosAplicados&lt;br /&gt;
|String&lt;br /&gt;
| Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Total Charge: Sum of all charges applied at the invoice level&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If totalCargosAplicados does not correspond to the sum of occurrences CargosDescuentos.monto when CargosDescuentos.indicador is “true”&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/LegalMonetaryTotal/cbc:ChargeTotalAmount &lt;br /&gt;
|-&lt;br /&gt;
|totalDescuentos&lt;br /&gt;
|String&lt;br /&gt;
| Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Total Discount: Sum of all the discounts applied at the invoice level&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If totalDescuentos does not correspond to the sum of occurrences CargosDescuentos.monto when CargosDescuentos.indicador is “false”&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/LegalMonetaryTotal/cbc:AllowanceTotalAmount &lt;br /&gt;
|-&lt;br /&gt;
|totalMonto&lt;br /&gt;
|String&lt;br /&gt;
| Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Value to pay of the document: Total value of items (including charges and discounts at item level) + value of taxes + value of charges – value of discounts – value of advances&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If totalMonto  is not consistent with the total value of items + value of taxes + value of charges – value of discounts – value of advances + rounding appliedno es consistente con el valor total de ítems + valor de tributos + valor de cargos – valor de descuentos – valor anticipos + redondeo aplicado&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/LegalMonetaryTotal/cbc:PayableAmount &lt;br /&gt;
|-&lt;br /&gt;
|totalProductos&lt;br /&gt;
|String&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;AN|..5&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Number or quantity of product lines (rows) present in the document&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the value of  totalProductos is different from the number of occurrences of rans in the detalleDeFactura array&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/cbc:LineCountNumeric&lt;br /&gt;
|-&lt;br /&gt;
|totalSinImpuestos&lt;br /&gt;
|String&lt;br /&gt;
| Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Total Gross Value before taxes: Sum of the gross values ​​of the invoice lines&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If totalSinImpuestos does not correspond to the sum of the attributes precioTotalSinImpuestos in the detalleDeFactura array&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/LegalMonetaryTotal/cbc:LineExtensionAmount &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Class.Anticipos====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description &lt;br /&gt;
|-&lt;br /&gt;
|extras&lt;br /&gt;
|Array &amp;lt;Extensible&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Optional fields or information for the issuer&#039;s business model&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined&lt;br /&gt;
: (see detail in [[#Class.Extensible|Class.Extensible]])&lt;br /&gt;
|- &lt;br /&gt;
|fechaDeRecibido&lt;br /&gt;
|String&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;AN|10&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Date on which the payment was received, in format: YYYY-MM-DD&lt;br /&gt;
: PATH: …/cbc:ReceivedDate&lt;br /&gt;
|-&lt;br /&gt;
|fechadePago&lt;br /&gt;
|String	&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;AN|10&amp;lt;/nowiki&amp;gt;	&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Date on which the payment was made, in format: YYYY-MM-DD&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: …/cbc:PaidDate&lt;br /&gt;
|-&lt;br /&gt;
|horaDePago	&lt;br /&gt;
|String	&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;AN|8&amp;lt;/nowiki&amp;gt;	&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Time in which the payment was made, in format:HH:MM:SS  &lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: …/cbc:PaidTime&lt;br /&gt;
|-&lt;br /&gt;
|id	&lt;br /&gt;
|String	&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;A|..150&amp;lt;/nowiki&amp;gt;	&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Internal identification of the payment&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: …/cbc:ID&lt;br /&gt;
|-&lt;br /&gt;
|instrucciones	&lt;br /&gt;
|String	&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;AN|15..500&amp;lt;/nowiki&amp;gt;	&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Payment Instructions&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: …/cbc:InstructionID&lt;br /&gt;
|-&lt;br /&gt;
|montoPagado	&lt;br /&gt;
|String	&lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..15 &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6 &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Value of the advance payment, it cannot be higher than the total value of the invoice&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Notification&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If montoPagado &amp;gt; totalMonto&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: …/cbc:PaidAmount&lt;br /&gt;
|}&lt;br /&gt;
====Class.Autorizado====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description &lt;br /&gt;
|-&lt;br /&gt;
|direccion	&lt;br /&gt;
|Direccion	&lt;br /&gt;
| -	&lt;br /&gt;
|NOT 	&lt;br /&gt;
|&lt;br /&gt;
: Direction&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PhysicalLocation/cac:Address&lt;br /&gt;
|-&lt;br /&gt;
|email	&lt;br /&gt;
|String	&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;	&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Correo Electrónico&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Contact/cbc:ElectronicMail&lt;br /&gt;
|-&lt;br /&gt;
|extras	&lt;br /&gt;
|Array &amp;lt;Extensible&amp;gt; 	&lt;br /&gt;
| -	&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Optional fields or information for the issuer&#039;s business model&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Undefined&lt;br /&gt;
: (see detail in [[#Class.Extensible|Class.Extensible]])&lt;br /&gt;
|-&lt;br /&gt;
|nombreComercial	&lt;br /&gt;
|String	&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;	&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Tradename&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PartyName/cbc:Name&lt;br /&gt;
|-&lt;br /&gt;
|nombreContacto	&lt;br /&gt;
|String	&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;	&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Contact name&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Contact/cbc:Name&lt;br /&gt;
|-&lt;br /&gt;
|nota	&lt;br /&gt;
|String	&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;	&lt;br /&gt;
|NOT	&lt;br /&gt;
|&lt;br /&gt;
: Note&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Contact/cbc:Note&lt;br /&gt;
|-&lt;br /&gt;
|numeroDocumento	&lt;br /&gt;
|String	&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..12&amp;lt;/nowiki&amp;gt;	&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Identification number&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PartyIdentification/cbc:ID&lt;br /&gt;
|-&lt;br /&gt;
|numeroDocumentoDV	&lt;br /&gt;
|String	&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..2	&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C	&lt;br /&gt;
|&lt;br /&gt;
: Check digit&lt;br /&gt;
: &#039;&#039;&#039;Obligatory&#039;&#039;&#039; Si tipoIdentificacion es “31”&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PartyIdentification/cbc:ID@schemeID&lt;br /&gt;
|-&lt;br /&gt;
|razonSocial	&lt;br /&gt;
|String	&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;	&lt;br /&gt;
|NOT	&lt;br /&gt;
|&lt;br /&gt;
: Business name&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PartyLegalEntity/cbc:RegistrationName&lt;br /&gt;
|-&lt;br /&gt;
|telefax	&lt;br /&gt;
|String	&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;	&lt;br /&gt;
|NOT	&lt;br /&gt;
|&lt;br /&gt;
: Facsimile&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Contact/cbc:Telefax&lt;br /&gt;
|-&lt;br /&gt;
|telefono	&lt;br /&gt;
|String	&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;	&lt;br /&gt;
|NOT	&lt;br /&gt;
|&lt;br /&gt;
: Telephone&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Contact/cbc:Telephone&lt;br /&gt;
|-&lt;br /&gt;
|tipoIdentificacion	&lt;br /&gt;
|String	&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..2	&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES	&lt;br /&gt;
|&lt;br /&gt;
: ID Type&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /cac:PartyIdentification/cbc:ID@schemeName&lt;br /&gt;
: See list of possible values ​​in the  [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 3|Tabla 3]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Class.CargosDescuentos====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description &lt;br /&gt;
|-&lt;br /&gt;
|codigo&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Code to categorize the discount&lt;br /&gt;
: &#039;&#039;&#039;Mandatory&#039;&#039;&#039;: If it is a discount at invoice level (general)&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If it is a discount and some of the values ​​are not reported in the   [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 4|Tabla 4]] &lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: …/cbc:AllowanceChargeReasonCode&lt;br /&gt;
|-&lt;br /&gt;
|Description&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|10..5000&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Free text to inform the reason for the discount&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: …/cbc:AllowanceChargeReason&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Notification&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; : If a charge or discount is reported and this item is not reported&lt;br /&gt;
|-&lt;br /&gt;
|extras&lt;br /&gt;
|Array  &amp;lt;Extensible&amp;gt; &lt;br /&gt;
| -&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Optional fields or information for the issuer&#039;s business model&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Undefined &lt;br /&gt;
: (see detail in [[#Class.Extensible|Class.Extensible]])&lt;br /&gt;
|-&lt;br /&gt;
|indicador&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|1&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Indicator of whether it is Charge &amp;quot;1&amp;quot; or Discount &amp;quot;0&amp;quot;&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; : If this item contains information other than “1” or “0”&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: …/cbc:ChargeIndicator&lt;br /&gt;
|-&lt;br /&gt;
|monto&lt;br /&gt;
|String&lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Total value of the charge or discount, if it is a discount, it cannot be higher than the base value&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; : If it is Discount and monto &amp;gt; montoBase&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: …/cbc:Amount&lt;br /&gt;
|-&lt;br /&gt;
|montoBase&lt;br /&gt;
|String&lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Base Value to calculate the discount or charge, &lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt;: If the montoBase is negative, if it is a discount it cannot be greater than the total value of the invoice&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt;: If montoBase &amp;gt; totalMonto&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: …/cbc:BaseAmount&lt;br /&gt;
|-&lt;br /&gt;
|porcentaje&lt;br /&gt;
|String&lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..6&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES &lt;br /&gt;
|&lt;br /&gt;
: Discount percentage&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If this element &amp;gt; 100&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: …/cbc:MultiplierFactorNumeric&lt;br /&gt;
|-&lt;br /&gt;
|secuencia&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|..3&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Sequence order indicator&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: …/cbc:ID&lt;br /&gt;
|}&lt;br /&gt;
====Class.Cliente====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type &lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description &lt;br /&gt;
|-&lt;br /&gt;
|actividadEconomicaCIIU&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|…4&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Corresponds to the economic activity code CIIU&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: .. /cac:Party/cbc:IndustryClassificationCode&lt;br /&gt;
|-&lt;br /&gt;
|apellido&lt;br /&gt;
|String &lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|…50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NOT &lt;br /&gt;
|&lt;br /&gt;
: Last name of the acquirer.&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: No definido&lt;br /&gt;
|-&lt;br /&gt;
|destinatario&lt;br /&gt;
|Array &amp;lt;Destinatario&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: It allows specifying the means and data of the electronic delivery of the document&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039;: If notify field = &#039;YES&#039;&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined&lt;br /&gt;
: (see detail in [[#Class.Destinatario|Class.Destinatario]])&lt;br /&gt;
|-&lt;br /&gt;
|detallesTributarios&lt;br /&gt;
|Array &amp;lt;Tributos&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
:Tax details of the acquirer &lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the class is not informed&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /cac:Party/cac:PartyTaxScheme/cac:TaxScheme &lt;br /&gt;
: (see detail in [[#Class.Tributos|Class.Tributos]])&lt;br /&gt;
|-&lt;br /&gt;
|direccionCliente&lt;br /&gt;
|Direccion&lt;br /&gt;
| -&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Information detailing the receiving address of the acquirer&lt;br /&gt;
: &#039;&#039;&#039;Recommended&#039;&#039;&#039;: This ransf address is the one that is painted in the standard graphical representation&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Party/cac:PhysicalLocation/cac:Address&lt;br /&gt;
: (see detail in [[#Class.Direccion|Class.Direccion]])&lt;br /&gt;
|-&lt;br /&gt;
|direccionFiscal&lt;br /&gt;
|Direccion&lt;br /&gt;
| -&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
:Tax address of the acquirer.&lt;br /&gt;
: &#039;&#039;&#039;Mandatory&#039;&#039;&#039;: If the purchaser is responsible&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Notification&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the acquirer is responsible and this class was not informed&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: .. /cac:Party/cac:PartyTaxScheme/cac:RegistrationAddress&lt;br /&gt;
: (see detail in [[#Class.Direccion|Class.Direccion]]) &lt;br /&gt;
|-&lt;br /&gt;
|email&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: E-mail of the acquirer that will go to the fiscal XML/UBL&lt;br /&gt;
: (only one email is sent in this field)&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Does not apply node&lt;br /&gt;
|-&lt;br /&gt;
|extras&lt;br /&gt;
|Array  &amp;lt;Extensible&amp;gt; &lt;br /&gt;
| -&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Optional fields or information for the issuer&#039;s business model&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined&lt;br /&gt;
: (see detail in [[#Class.Extensible|Class.Extensible]])&lt;br /&gt;
|-&lt;br /&gt;
|informacionLegalCliente&lt;br /&gt;
|InformacionLegalCliente&lt;br /&gt;
| -&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Legal information of the client&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Notification&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; : If tipoPersona = &#039;1&#039; is reported and the attribute is not reported&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Party/cac:PartyLegalEntity&lt;br /&gt;
: (see detail in [[#Class.InformacionLegalCliente|Class.InformacionLegalCliente]])&lt;br /&gt;
|-&lt;br /&gt;
|nombreComercial&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|5..450&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Commercial name of the acquirer&lt;br /&gt;
: &#039;&#039;&#039;Obligatory&#039;&#039;&#039; If the commercial name will be shown in the Graphic Rep.&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /cac:Party/cac:PartyName&lt;br /&gt;
|-&lt;br /&gt;
|nombreContacto&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|5..450&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Contact name&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Party/cac:Contact/cbc:Name&lt;br /&gt;
|-&lt;br /&gt;
|nombreRazonSocial&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|5..450&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Name or company name of the acquirer&lt;br /&gt;
: &#039;&#039;&#039;Recommended&#039;&#039;&#039;: If the person is natural, concatenate in this field the full name (names + surnames)&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: …/cac:Party/cac:PartyTaxScheme/cbc:RegistrationName  &lt;br /&gt;
|-&lt;br /&gt;
|nota&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..450&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NOT &lt;br /&gt;
|&lt;br /&gt;
: Additional contact note &lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Party/cac:Contact/cbc:Note &lt;br /&gt;
|-&lt;br /&gt;
|notificar&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|2&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Activates the sending of email to the acquirer.&lt;br /&gt;
: Possible values: “YES” or “NO”&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Does not apply&lt;br /&gt;
|-&lt;br /&gt;
|numeroDocumento&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..12&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Number of the Document or Fiscal Identification of the purchaser&lt;br /&gt;
: &#039;&#039;&#039;Mandatory&#039;&#039;&#039; If the acquirer is responsible, he must inform the NIT&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If tipoIdentificacion is &#039;31&#039; and the NIT structure is invalid&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; : It is generated if the value of AdditionalAccountID = “2” and it is not mentioned.&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Note&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; : To identify the final consumer, the following document “222222222222” is used&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: …/cac:Party/cac:PartyTaxScheme/cbc:CompanyID &lt;br /&gt;
|-&lt;br /&gt;
|numeroIdentificacionDV&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: NIT verification digit of the acquirer&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039;: If TipoIndentificacion = 31, it must be informed&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: &lt;br /&gt;
: ../cac:Party/cac:PartyTaxScheme/cbc:CompanyID/@schemeID&lt;br /&gt;
|-&lt;br /&gt;
|responsabilidadesRut&lt;br /&gt;
|Array &amp;lt;Obligaciones&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Obligations and regime of the acquirer&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the class is not informed&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Party/cac:PartyTaxScheme/cbc:TaxLevelCode&lt;br /&gt;
: (see detail in [[#Class.Obligaciones|Class.Obligaciones]])&lt;br /&gt;
|-&lt;br /&gt;
|segundoNombre&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Second name of the acquirer.&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined&lt;br /&gt;
|-&lt;br /&gt;
|telefax&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|..20&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NOT &lt;br /&gt;
|&lt;br /&gt;
: Facsimile&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Party/cac:Contact/cbc:Telefax&lt;br /&gt;
|-&lt;br /&gt;
|telefono&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..20&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NOT &lt;br /&gt;
|&lt;br /&gt;
: Purchaser&#039;s phone&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: …/cac:Party/cac:Contact/cbc:Telephone&lt;br /&gt;
|-&lt;br /&gt;
|tipoIdentificacion&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Acquirer ID Type &lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;ReRejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the content of this attribute does not correspond to one of the values ​​of the   [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 3|Tabla 3]]&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Note&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt;: To identify the final consumer, the code “13” is used.&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ./cac:Party/cac:PartyTaxScheme/cbc:CompanyID/@schemeName &lt;br /&gt;
|-&lt;br /&gt;
|tipoPersona&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|1&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Person type identifier &lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the content of this attribute does not correspond to one of the values ​​of the  [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 5|Tabla 5]]&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: …/cbc:AdditionalAccountID &lt;br /&gt;
|}&lt;br /&gt;
====Class.CondicionPago====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Atributte&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description &lt;br /&gt;
|-&lt;br /&gt;
|codigoEvento&lt;br /&gt;
|String&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;AN|..3&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Event Code&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:ReferenceEventCode&lt;br /&gt;
|-&lt;br /&gt;
|comentario&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Note &lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:Note&lt;br /&gt;
|-&lt;br /&gt;
|duracionPeriodo&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Period Length&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:SettlementPeriod/cbc:DurationMeasure&lt;br /&gt;
|-&lt;br /&gt;
|duracionPeriodoMedida&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..10&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Period length unit of measure&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:SettlementPeriod/cbc:DurationMeasure@unitCode&lt;br /&gt;
|-&lt;br /&gt;
|extras&lt;br /&gt;
|Array &amp;lt;Extensible&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Optional fields or information for the issuer&#039;s business model&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: No definido &lt;br /&gt;
|- &lt;br /&gt;
|fechaVencimiento&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..10&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Due date&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:PaymentDueDate&lt;br /&gt;
|-&lt;br /&gt;
|identificador&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..2&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Payment conditions&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:ID&lt;br /&gt;
|-&lt;br /&gt;
|medioPagoAsociado&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Associated payment method&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:PaymentMeansID&lt;br /&gt;
|-&lt;br /&gt;
|monto&lt;br /&gt;
|String&lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Amount&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:Amount&lt;br /&gt;
|-&lt;br /&gt;
|montoMulta&lt;br /&gt;
|String&lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Amount of the fine&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:PenaltySurchargePercent&lt;br /&gt;
|-&lt;br /&gt;
|montoPenalidad&lt;br /&gt;
|String&lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Penalty Amount&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:PenaltyAmount&lt;br /&gt;
|-&lt;br /&gt;
|periodoDesde&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..10&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: period from&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:StartDate&lt;br /&gt;
|-&lt;br /&gt;
|periodoHasta&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..10&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: period until&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:EndDate&lt;br /&gt;
|-&lt;br /&gt;
|porcentajeDescuento&lt;br /&gt;
|String&lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..6&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Discount rate&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:SettlementDiscountPercent&lt;br /&gt;
|-&lt;br /&gt;
|porcentajePago&lt;br /&gt;
|String&lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..6&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Payment Percentage&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: . /cbc:PaymentPercent&lt;br /&gt;
|-&lt;br /&gt;
|referenciaAnticipo&lt;br /&gt;
|String &lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..20&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO &lt;br /&gt;
|&lt;br /&gt;
: Advance reference number&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PrepaidPaymentReferenceID &lt;br /&gt;
|}&lt;br /&gt;
====Class.FacturaDetalle====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Atributte&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description &lt;br /&gt;
|-&lt;br /&gt;
|cantidadPorEmpaque	&lt;br /&gt;
|String	&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;N|..3	&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
| NO&lt;br /&gt;
|&lt;br /&gt;
: Unit quantity of this item per package.&lt;br /&gt;
: For example, if the item consists of three “six packs”, the quantity to be reported in QuantityPerPackage is 6, while the quantity to be reported in QuantityActual is 3, and the total number of cans being described is 18&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ..cac:Item/cbc:PackSizeNumeric&lt;br /&gt;
|-&lt;br /&gt;
|cantidadReal&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|..6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Real amount on which the price applies&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: .. /cac:Price/cbc:BaseQuantity&lt;br /&gt;
|-&lt;br /&gt;
|cantidadRealUnidadMedida&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Unit of the quantity on which the price applies&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Notification&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the attribute value is not found in the  [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 6|Tabla 6]] &lt;br /&gt;
: (You can use the standard code &amp;quot;WSD&amp;quot;, unit &amp;quot;94&amp;quot; or Mutual Agreement &amp;quot;ZZ&amp;quot; to NOT reclassify the products)&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: .. /cac:Price/cbc:BaseQuantity/@unitCode &lt;br /&gt;
|-&lt;br /&gt;
|cantidadUnidades&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|..6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
| &lt;br /&gt;
: Number of units of the product/service billed&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: .. /cbc:InvoicedQuantity &lt;br /&gt;
|-&lt;br /&gt;
|cargosDescuentos&lt;br /&gt;
|Array &amp;lt;CargosDescuentos&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Information on charges and discounts&lt;br /&gt;
: &#039;&#039;&#039;Mandatory&#039;&#039;&#039; This arrangement must be reported at the item level, if and only if the charge or discount affects the item&#039;s tax base.&lt;br /&gt;
: If a general individual charge to the invoice generates VAT, it must be reported as an item&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:AllowanceCharge &lt;br /&gt;
: (see detail in [[#Class.CargosDescuentos|Class.CargosDescuentos]])&lt;br /&gt;
|-&lt;br /&gt;
|codigoFabricante&lt;br /&gt;
|String&lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Manufacturer code corresponding to the item&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: .. /cac:Item/cac:&lt;br /&gt;
: ManufacturersItemIdentification/cbc:ID&lt;br /&gt;
|-&lt;br /&gt;
|codigoIdentificadorPais&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;A|2&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Identifier code of the country of origin of the item or service&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the content of this element does not correspond to a value of the ISO 3166-1 alpha-2 standard&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: .. /cac:Item/cac:OriginCountry/cbc:IdentificationCode &lt;br /&gt;
|-&lt;br /&gt;
|codigoProducto&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Vendor code corresponding to the item&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: .. /cac:Item/cac:SellersItemIdentification/cbc:ID &lt;br /&gt;
|-&lt;br /&gt;
|codigoTipoPrecio&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..3&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Reported price type code&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; For commercial samples (value = 01)&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the attribute value is not found in the [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 7|Tabla 7]]&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PricingReference/cac:AlternativeConditionPrice/cbc:PriceTypeCode &lt;br /&gt;
|-&lt;br /&gt;
|Description&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..300&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
| &lt;br /&gt;
: Description of the product or service&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../Item/cbc:Description[1]&lt;br /&gt;
|-&lt;br /&gt;
|Description2&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..300&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
| &lt;br /&gt;
: Description of the product or service&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../Item/cbc:Description[2]&lt;br /&gt;
|-&lt;br /&gt;
|Description3&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..300&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
| &lt;br /&gt;
: Description of the product or service&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../Item/cbc:Description[3] &lt;br /&gt;
|-&lt;br /&gt;
|DescriptionTecnica&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..300&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Technical data associated with the product or service&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: .. /cac:Item/cbc:AdditionalInformation&lt;br /&gt;
|-&lt;br /&gt;
|documentosReferenciados&lt;br /&gt;
|Array &amp;lt;DocumentoReferenciado&amp;gt; &lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Information describing a referenced document&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; In invoices tipoDocumento Contingency  (AdditionalDocumentReference), in invoices that affect a note (BillingReference), in Credit and Debit Notes (DiscrepancyResponse)&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/cac:DiscrepancyResponse,&lt;br /&gt;
: /root/cac:BillingReference,&lt;br /&gt;
: /root/cac: AdditionalDocumentReference,&lt;br /&gt;
: /root/cac: DespatchDocumentReference,&lt;br /&gt;
: /root/cac: ReceiptDocumentReference&lt;br /&gt;
: (see detail in [[#Class.DocumentoReferenciado|Class.DocumentoReferenciado]]) &lt;br /&gt;
|-&lt;br /&gt;
|estandarCodigo&lt;br /&gt;
|String&lt;br /&gt;
|AN &lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Standard code (item or service identification according to a standard)&lt;br /&gt;
: See attribute values ​​in the  [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 8|Tabla 8]]&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Notification&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If it is an export invoice (tipoDocumento = 02), and the tariff subheading was not reported&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Notification&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the code does not exist in a closed standard.&lt;br /&gt;
: Example: UNSPSC&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Notification&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the code does not follow the rule of formation of an open code, but with verifiable values&lt;br /&gt;
: Example: GTIN, Example: Tariff headings&lt;br /&gt;
: &#039;&#039;&#039;Note&#039;&#039;&#039;: In this case the code 999 (Taxpayer adoption standard) can be used to avoid reclassifying the products&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /cac:Item/cac:StandardItemIdentification/cbc:ID/@schemeID&lt;br /&gt;
|-&lt;br /&gt;
|estandarCodigoID&lt;br /&gt;
|String&lt;br /&gt;
|AN&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Associated with the standard code (item or service identification according to a standard).&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If standardCodigo = 010 and estandarCodigoID is different from 9&lt;br /&gt;
: See attribute values ​​in the  [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 8|Tabla 8]]&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Item/cac:StandardItemIdentification/cbc:ID/@schemeAgencyID&lt;br /&gt;
|-&lt;br /&gt;
|estandarCodigoIdentificador&lt;br /&gt;
|String&lt;br /&gt;
|AN&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Associated with the standard code (item or service identification according to a standard).&lt;br /&gt;
: See attribute values ​​in the   [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 8|Tabla 8]]&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Item/cac:StandardItemIdentification/cbc:ID@schemeDataURI&lt;br /&gt;
|-&lt;br /&gt;
|estandarCodigoNombre&lt;br /&gt;
|String&lt;br /&gt;
|AN &lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Associated with the standard code (item or service identification according to a standard).&lt;br /&gt;
: See attribute values ​​in the  [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 8|Tabla 8]]&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Item/cac:StandardItemIdentification/cbc:ID@schemeAgencyName&lt;br /&gt;
|-&lt;br /&gt;
|estandarCodigoProducto&lt;br /&gt;
|String&lt;br /&gt;
|AN&lt;br /&gt;
|NO&lt;br /&gt;
| &lt;br /&gt;
: Product code according to the standard informed in estandarCodigo&lt;br /&gt;
: View attribute values ​​in the   [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 8|Tabla 8]]&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Item/cac:StandardItemIdentification/cbc:ID&lt;br /&gt;
|-&lt;br /&gt;
|estandarOrganizacion&lt;br /&gt;
|String&lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: organization standard&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Item/cac:StandardItemIdentification/cac:IssuerParty/cac:PartyName/cbc:Name&lt;br /&gt;
|-&lt;br /&gt;
|estandarSubCodigoProducto&lt;br /&gt;
|String&lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Sub code of the product standard&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Item/cac:StandardItemIdentification/cbc:ExtendedID&lt;br /&gt;
|-&lt;br /&gt;
|extras&lt;br /&gt;
|Array  &amp;lt;Extensible&amp;gt; &lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Optional fields or information for the issuer&#039;s business model&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: No definido &lt;br /&gt;
: (see detail in [[#Class.Extensible|Class.Extensible]])&lt;br /&gt;
|-&lt;br /&gt;
|impuestosDetalles&lt;br /&gt;
|Array &amp;lt;FacturaImpuestos &amp;gt; &lt;br /&gt;
| -&lt;br /&gt;
|YES &lt;br /&gt;
|&lt;br /&gt;
: tax information&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If there is more than one element with the same value in the attribute FacturaImpuestos.codigoTOTALImp&lt;br /&gt;
: This group should NOT be reported for excluded items according to the provisions of the Tax Statute.&lt;br /&gt;
: Additionally, it should NOT be informed for invoices of the simple group I regime, nor for items whose concept in AIU contracts is not part of the tax base.&lt;br /&gt;
: At the item level, it only applies to taxes that must be reported at the item level, for example: VAT, INC, IC, National Tax on Fuels, among others.&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:TaxTotal (impuestos),&lt;br /&gt;
: ../cac: WithholdingTaxTotal (retenciones)&lt;br /&gt;
: (see detail in [[#Class.FacturaImpuestos|Class.FacturaImpuestos]])&lt;br /&gt;
|-&lt;br /&gt;
|impuestosTotales&lt;br /&gt;
|Array &amp;lt;ImpuestosTotales&amp;gt;  &lt;br /&gt;
| -&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Sum of taxes for all types&lt;br /&gt;
: This group should NOT be reported for excluded items according to the provisions of the Tax Statute. &lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the value of the total value of the indicated tax is different from the sum of what is reported in FacturaImpuestos. valorTOTALImp.&lt;br /&gt;
: At the item level, it only applies to taxes that must be reported at the item level, for example, VAT, INC, IC, National Tax on Fuels, among others.&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:TaxTotal/cbc:TaxAmount (impuestos), &lt;br /&gt;
: ../cac: WithholdingTaxTotal/cbc:TaxAmount (retenciones) &lt;br /&gt;
: (see detail in [[#Class.ImpuestosTotales|Class.ImpuestosTotales]])&lt;br /&gt;
|-&lt;br /&gt;
|informacionAdicional&lt;br /&gt;
|Array &amp;lt;LineaInformacionAdicional&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: It serves to add specific product information that may be requested by authorities or entities other than the DIAN&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Item/cac:AdditionalItemProperty&lt;br /&gt;
: (see detail in [[#Class.LineaInformacionAdicional|Class.LineaInformacionAdicional]])&lt;br /&gt;
|-&lt;br /&gt;
|mandatorioNumeroIdentificacion&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|..12&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: NIT of the agent&lt;br /&gt;
: &#039;&#039;&#039;Obligatory&#039;&#039;&#039; para facturas por mandato&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Item/cac:InformationContentProviderParty/cac:PowerOfAttorney/cac:AgentParty/cbc:ID&lt;br /&gt;
|-&lt;br /&gt;
|mandatorioNumeroIdentificacionDV&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|..2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Verifier Digit of the agent&#039;s NIT&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; for mandated invoices&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Item/cac:InformationContentProviderParty/cac:PowerOfAttorney/cac:AgentParty/cbc:ID/ @schemeID&lt;br /&gt;
|-&lt;br /&gt;
|mandatorioTipoIdentificacion&lt;br /&gt;
|String &lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C &lt;br /&gt;
|&lt;br /&gt;
: Agent identification type&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; For mandated invoices&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Notification&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If mandatorioNumeroIdentificacion is informed and the value of this field is not found in the  [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 3|Tabla 3]]&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Item/cac:InformationContentProviderParty/cac:PowerOfAttorney/cac:AgentParty/cbc:ID/@schemeName&lt;br /&gt;
|-&lt;br /&gt;
|marca&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..100&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Item brand.&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; If it is an international invoice&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Notification&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If tipoDocumento = “02” and this item was not reported&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../Item/cbc:BrandName &lt;br /&gt;
|-&lt;br /&gt;
|modelo&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..100&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C &lt;br /&gt;
|&lt;br /&gt;
: Item model.&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; If it is an international invoice&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Notification&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If tipoDocumento = “02” and this item was not reported&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../Item/cbc:ModelName &lt;br /&gt;
|-&lt;br /&gt;
|muestraGratis&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|1&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C &lt;br /&gt;
|&lt;br /&gt;
: Indicator of whether the item is free or not (no commercial value)&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; For commercial samples&lt;br /&gt;
: Possible values: “1” (It is a free sample) or “0” (It is not a free sample)&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:FreeOfChargeIndicator &lt;br /&gt;
|-&lt;br /&gt;
|nombreFabricante&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..100&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Name of the manufacturer of the product/service&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Item/cac:ManufacturersItemIdentification/cac:IssuerParty/cac:PartyName/cbc:Name&lt;br /&gt;
|-&lt;br /&gt;
|nota&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|20..5000&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C &lt;br /&gt;
|&lt;br /&gt;
: Free text to add additional information to the article&lt;br /&gt;
: &#039;&#039;&#039;Mandatory&#039;&#039;&#039; Inform in the case of invoices for AIU-type service contracts. For the Administration item. In this case, the note must begin with the text: &amp;quot;AIU services contract for:&amp;quot; The taxpayer must include the object of the invoiced contract&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:Note &lt;br /&gt;
|-&lt;br /&gt;
|precioReferencia&lt;br /&gt;
|String&lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Value of the item or service.&lt;br /&gt;
: Corresponds to the value of the reference price of the item that is given as a sample or gift without commercial value&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; For commercial samples&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the precioReferencua attribute is reported, then the value of TotalPriceWithoutTaxes must be (0.00), since it is a commercial sample or gift&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PricingReference/cac:AlternativeConditionPrice/cbc:PriceAmount&lt;br /&gt;
|-&lt;br /&gt;
|precioTotal&lt;br /&gt;
|String&lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Total price of the product or service.&lt;br /&gt;
: (quantityUnits*UnitSalePrice +charges-discounts +taxes)&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; For use in graphical representations&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Undefined&lt;br /&gt;
|-&lt;br /&gt;
|precioTotalSinImpuestos&lt;br /&gt;
|String&lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Total value of the line without taxes.&lt;br /&gt;
: (QuantityUnits*UnitSalePrice +charges-discounts)&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the TotalPriceWithoutTaxes attribute is reported as 0.00, then the ReferencePrice value must be reported since it is a commercial sample or gift&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:LineExtensionAmount &lt;br /&gt;
|-&lt;br /&gt;
|precioVentaUnitario&lt;br /&gt;
|String&lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Unit price of the product/service&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../Price/cbc:PriceAmount   &lt;br /&gt;
|-&lt;br /&gt;
|secuencia&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..4&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Sequence order indicator (line number)&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Notification&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If it contains a value already used in the sequence attribute in another group of this file&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Notification&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the numbers used in the different groups are not consecutive, starting at &amp;quot;1&amp;quot;&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:ID&lt;br /&gt;
|-&lt;br /&gt;
|seriales&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..500&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Product serials (comma separator), Ex: ABC123,ABC456&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Item/cac:ItemInstance/cbc:SerialID&lt;br /&gt;
|-&lt;br /&gt;
|subCodigoFabricante&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Manufacturer code corresponding to a sub-specification of the article&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Item/cac:ManufacturersItemIdentification/cbc:ExtendedID &lt;br /&gt;
|-&lt;br /&gt;
|subCodigoProducto&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Issuer/seller code corresponding to a sub-specification of the item&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../Item/cac:SellersItemIdentification/cbc:ExtendedID &lt;br /&gt;
|-&lt;br /&gt;
|tipoAIU&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: To classify the type of AIU&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: No aplica&lt;br /&gt;
|-&lt;br /&gt;
|unidadMedida&lt;br /&gt;
|String &lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..3&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Unit of measure code of the invoiced product/service&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Notification&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the attribute value is not found in the   [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 6|Tabla 6]] &lt;br /&gt;
: (You can use the standard code &amp;quot;WSD&amp;quot;, unit &amp;quot;94&amp;quot; or Mutual Agreement &amp;quot;ZZ&amp;quot; to NOT reclassify the products)&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:InvoicedQuantity@unitCode&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Class.Destinatario====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description &lt;br /&gt;
|-&lt;br /&gt;
|canalDeEntrega&lt;br /&gt;
|String&lt;br /&gt;
| -&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Electronic Document Delivery Means&lt;br /&gt;
: It can take the following values: 0– Email; 1– Reception; 2– Interoperability; 3- Whatsapp; 4- Telegram&lt;br /&gt;
: PATH: Does not apply&lt;br /&gt;
|-&lt;br /&gt;
|email&lt;br /&gt;
|Array &amp;lt;String&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: List of Emails to which the electronic document will be delivered if the DeliveryChannel=&#039;0&#039;&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; When deliveryChannel=’0’&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Does not apply&lt;br /&gt;
|-&lt;br /&gt;
|extras&lt;br /&gt;
|Array &amp;lt;Extensible&amp;gt; &lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Optional fields or information for the issuer&#039;s business model&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined&lt;br /&gt;
: (see detail in [[#Class.Extensible|Class.Extensible]])&lt;br /&gt;
|-&lt;br /&gt;
|fechaProgramada&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|19&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: scheduled date&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Does not apply&lt;br /&gt;
|-&lt;br /&gt;
|mensajeProgramado&lt;br /&gt;
|String&lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Message&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Does not apply&lt;br /&gt;
|-&lt;br /&gt;
|nitProveedorReceptor&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|..12&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: NIT of the Recipient&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; When deliveryChannel=&#039;1&#039; or &#039;2&#039;&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Does not apply&lt;br /&gt;
|-&lt;br /&gt;
|telefono&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..20&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Recipient Telephone&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; When deliveryChannel=&#039;3&#039; or &#039;4&#039;&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Does not apply&lt;br /&gt;
|}&lt;br /&gt;
====Class.DocumentoReferenciado====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description &lt;br /&gt;
|-&lt;br /&gt;
|codigoEstatusDocumento&lt;br /&gt;
|String&lt;br /&gt;
| - &lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Document code or reason&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; When InternalCode is &#039;4&#039;&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the content of this attribute does not correspond to any of the values ​​of   [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 9|Tabla 9]] and   [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 10|Tabla 10]]&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:DiscrepancyResponse/cbc:ResponseCode&lt;br /&gt;
|-&lt;br /&gt;
|codigoInterno&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|1&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: This field decides if in which XML node the ReferencedDocument information is going to be sent, possible values:&lt;br /&gt;
# AdditionalDocumentReference (FE de contingencia y para acciones comerciales y mercantiles)&lt;br /&gt;
# DespatchDocumentReference (Doc. De despacho)&lt;br /&gt;
# ReceiptDocumentReference (Doc. De recepción)&lt;br /&gt;
# DiscrepancyResponse (N.C y N.D)&lt;br /&gt;
# BillingReference (Facturas por corrección, N.C y N.D)&lt;br /&gt;
|-&lt;br /&gt;
|cufeDocReferenciado&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..90&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C &lt;br /&gt;
|&lt;br /&gt;
: CUFE or CUDE of the referenced document&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; When InternalCode is &#039;5&#039;&lt;br /&gt;
: &#039;&#039;&#039;Mandatory&#039;&#039;&#039; In invoices, it must be filled out only when the transfer invoice originates from the correction or adjustment that occurs through a NC or ND&lt;br /&gt;
: &#039;&#039;&#039;Mandatory&#039;&#039;&#039; In N.C and N.D, are the references to electronic invoices affected by the Note.&lt;br /&gt;
: You can only report electronic invoices from the same acquirer&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If CUFE or CUDE does not exist in the DIAN&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /Invoice/cac:BillingReference/cac:CreditNoteDocumentReference/cbc:UUID&lt;br /&gt;
: /CreditNote/cac:BillingReference/cac:InvoiceDocumentReference/cbc:UUID&lt;br /&gt;
: /DebitNote/cac:BillingReference/cac:InvoiceDocumentReference/cbc:UUID&lt;br /&gt;
|-&lt;br /&gt;
|Description&lt;br /&gt;
|Array &amp;lt;String&amp;gt;&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|20..5000&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Description of the nature of the correction&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; When InternalCode is &#039;4&#039;&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:DiscrepancyResponse/cbc:Description &lt;br /&gt;
|-&lt;br /&gt;
|extras&lt;br /&gt;
|Array &amp;lt;Extensible&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Optional fields or information for the issuer&#039;s business model&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined &lt;br /&gt;
: (see detail in [[#Class.Extensible|Class.Extensible]])&lt;br /&gt;
|-&lt;br /&gt;
|fecha&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|10&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Ransfe date of the referenced document, in format: YYYY-MM-DD &lt;br /&gt;
: &#039;&#039;&#039;Mandatory&#039;&#039;&#039; When InternalCode is &#039;1&#039;, &#039;2&#039;, &#039;3&#039; or &#039;5&#039;&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the date is later than that of the referenced document&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /Invoice/cac:BillingReference/cac:CreditNoteDocumentReference/cbc:IssueDate&lt;br /&gt;
: /CreditNote/cac:BillingReference/cac:InvoiceDocumentReference/cbc:IssueDate&lt;br /&gt;
: /DebitNote/cac:BillingReference/cac:InvoiceDocumentReference&lt;br /&gt;
: /cbc:IssueDate&lt;br /&gt;
|-&lt;br /&gt;
|fechaFinValidez&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|10&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: End of Validity Date&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: No definido&lt;br /&gt;
|-&lt;br /&gt;
|fechaInicioValidez&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|10&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Validity Start Date&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined&lt;br /&gt;
|-&lt;br /&gt;
|numeroDocumento&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN..20&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Concatenation of the prefix and the referenced document number&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If codigoInterno is reported equal to &#039;1&#039;, &#039;2&#039;, &#039;3&#039;, &#039;4&#039; or &#039;5&#039; and the reference document ID is not related&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;:&lt;br /&gt;
: /Invoice/cac:BillingReference/cac:CreditNoteDocumentReference/cbc:ID&lt;br /&gt;
: /CreditNote/cac:BillingReference/cac:InvoiceDocumentReference/cbc:ID&lt;br /&gt;
: /DebitNote/cac:BillingReference/cac:InvoiceDocumentReference&lt;br /&gt;
: /cbc:ID&lt;br /&gt;
|-&lt;br /&gt;
|tipoCUFE&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..11&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C &lt;br /&gt;
|&lt;br /&gt;
: CUFE type algorithm.&lt;br /&gt;
: “CUFE-SHA384” or “CUDE-SHA384”&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; When InternalCode is &#039;5&#039;&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /Invoice/cac:BillingReference/cac:CreditNoteDocumentReference/cbc:UUID/@schemeName &lt;br /&gt;
: /CreditNote/cac:BillingReference/cac:InvoiceDocumentReference/cbc:UUID/@schemeName&lt;br /&gt;
: /DebitNote/cac:BillingReference/cac: InvoiceDocumentReference/cbc:UUID/@schemeName&lt;br /&gt;
|-&lt;br /&gt;
|tipoDocumento&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Description of the type of referenced document,&lt;br /&gt;
: Example: &amp;quot;National Sales Invoice&amp;quot;&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: No definido&lt;br /&gt;
|-&lt;br /&gt;
|tipoDocumentoCodigo&lt;br /&gt;
|String &lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Identifier of the referenced document type.&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; When InternalCode is &#039;1&#039;&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt;If codigoInterno equal to &#039;1&#039; and the content of this attribute does not correspond to one of the values ​​of the  [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 21|Tabla 21]]&lt;br /&gt;
: &#039;&#039;&#039;Note&#039;&#039;&#039;: For remission orders, inform the code ‘AAJ’&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /Invoice/cac:AdditionalDocumentReference/cbc: DocumentTypeCode&lt;br /&gt;
: / CreditNote /cac:AdditionalDocumentReference/cbc: DocumentTypeCode&lt;br /&gt;
: / DebitNote /cac:AdditionalDocumentReference/cbc: DocumentTypeCode&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;@IMPORTANT:&#039;&#039;&#039;&lt;br /&gt;
&#039;&#039;# To reference &#039;&#039;&#039;sales invoices when issuing a NC or ND&#039;&#039;&#039;, two objects of type DocumentsReferenced must be sent indicating the following:&lt;br /&gt;
#* &#039;&#039;&#039;Object 1&#039;&#039;&#039;: indicating the fields codigoEstatusDocumento; internalCode = &#039;4&#039;, documentNumber, transfer.&lt;br /&gt;
#* &#039;&#039;&#039;Object 2&#039;&#039;&#039;: if the &#039;&#039;&#039;tipoOperacion is equal to 20 (for NC) or 30 (for ND)&#039;&#039;&#039; and codigoInterno = &#039;5&#039;, the fields are validated: cufeDocReferenciado, date, and DocumentNumber.&lt;br /&gt;
# When transmitting a &#039;&#039;&#039;Contingency Invoice&#039;&#039;&#039;, an array of the ReferenceDocuments type must be sent, indicating the fields: internal code = &#039;1&#039;, numberDocument, date, typeDocumentCode (corresponding to Contingency Invoice).&lt;br /&gt;
# To reference &#039;&#039;&#039;Dispatch Documents&#039;&#039;&#039; (internal code = &#039;2&#039;) or &#039;&#039;&#039;Reception Documents&#039;&#039;&#039; (internal code = &#039;3&#039;) the fields are validated: documentnumber and date.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
====Class.Entrega====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description &lt;br /&gt;
|-&lt;br /&gt;
|datosTransportistas&lt;br /&gt;
|DatoTransportistas&lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Carrier Data&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:DeliveryParty&lt;br /&gt;
: (see detail in [[#Class.DatosTransportista|Class.DatosTransportista]])&lt;br /&gt;
|-&lt;br /&gt;
|direccionDespacho&lt;br /&gt;
|Direccion&lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Dispatch Information&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Despatch/cac:DespatchAddress&lt;br /&gt;
: (see detail in [[#Class.Direccion|Class.Direccion]])&lt;br /&gt;
|-&lt;br /&gt;
|direccionEntrega&lt;br /&gt;
|Direccion&lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Delivery information&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:DeliveryAddress&lt;br /&gt;
: (see detail in [[#Class.Direccion|Class.Direccion]])&lt;br /&gt;
|-&lt;br /&gt;
|extras&lt;br /&gt;
|Array &amp;lt;Extensible&amp;gt; &lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Optional fields or information for the issuer&#039;s business model&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined&lt;br /&gt;
: (see detail in [[#Class.Extensible|Class.Extensible]])&lt;br /&gt;
|-&lt;br /&gt;
|fechaEfectivaSalida&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|19&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Effective date and time of departure of the goods, in format: YYYY-MM-DD HH:MM:SS &lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; if the effective date of departure is before the date of issue&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:ActualDeliveryDate + ../cbc:ActualDeliveryTime&lt;br /&gt;
|-&lt;br /&gt;
|fechaEstimada&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|19&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Estimated date and time, in format: YYYY-MM-DD HH:MM:SS&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; si la fecha estimada es anterior a la fecha de emisión&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Despatch/cbc:EstimatedDespatchDate y EstimatedDespatchTime&lt;br /&gt;
|-&lt;br /&gt;
|fechaReal&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|19&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Real date, in Format: YYYY-MM-DD HH:MM:SS&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; if the actual date is before the issue date&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Despatch/cbc:ActualDespatchDate y ActualDespatchTime&lt;br /&gt;
|-&lt;br /&gt;
|fechaSolicitada&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|19&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Requested date, in Format: YYYY-MM-DD HH:MM:SS&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; if the Requested date is before the issue date&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Despatch/ cbc:RequestedDespatchDate y RequestedDespatchTime&lt;br /&gt;
|-&lt;br /&gt;
|identificacionTransporte&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..20&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Transportation data&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Despatch/cbc:ID&lt;br /&gt;
|-&lt;br /&gt;
|matriculaTransporte&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..20&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Transportation Enrollment&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Despatch/ cbc:ID/@schemeAgencyID&lt;br /&gt;
|}&lt;br /&gt;
====Class.Extras====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Atributte&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description &lt;br /&gt;
|-&lt;br /&gt;
|controlInterno1&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|100&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Label assigned for the PDF Printed Representation.&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Variable&lt;br /&gt;
|-&lt;br /&gt;
|controlInterno2&lt;br /&gt;
|String&lt;br /&gt;
|It depends on the field&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Allows two or more fields to be associated using an index (if the fields are associable)&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Variable&lt;br /&gt;
|-&lt;br /&gt;
|nombre&lt;br /&gt;
|String&lt;br /&gt;
|It depends on the field&lt;br /&gt;
|SI&lt;br /&gt;
|&lt;br /&gt;
: Código del campo extensible a referenciar&lt;br /&gt;
: (Ver sección [[Caracteristicas adicionales - Indice Manual Integración Directa#Uso de campos extras|USO DE CAMPOS EXTRAS]])&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Variable&lt;br /&gt;
|-&lt;br /&gt;
|pdf&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|1&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|SI&lt;br /&gt;
|&lt;br /&gt;
: Indicación de mostrar el campo en la representación gráfica PDF&lt;br /&gt;
: (“0” = No mostrar / “1” = Mostrar)&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Variable&lt;br /&gt;
|-&lt;br /&gt;
|valor&lt;br /&gt;
|String&lt;br /&gt;
|It depends on the field&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Value of the field to add&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Variable&lt;br /&gt;
|-&lt;br /&gt;
|xml&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|1&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Indication to display the field in the XML&lt;br /&gt;
: (“0” = Don&#039;t show / “1” = Show)&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Variable&lt;br /&gt;
|}&lt;br /&gt;
====Class.Extensible====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description &lt;br /&gt;
|-&lt;br /&gt;
|controlInterno1&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|100&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Assigned Label for PDF Printed Representation.&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Variable&lt;br /&gt;
|-&lt;br /&gt;
|controlInterno2&lt;br /&gt;
|String&lt;br /&gt;
|It depends on the field&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Allows two or more fields to be associated using an index (if the fields are associable)&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Variable&lt;br /&gt;
|-&lt;br /&gt;
|nombre&lt;br /&gt;
|String&lt;br /&gt;
|It depends on the field&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Code of the extensible field to reference&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Variable&lt;br /&gt;
|-&lt;br /&gt;
|valor&lt;br /&gt;
|String&lt;br /&gt;
|It depends on the field&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Value of the field to add&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Variable&lt;br /&gt;
|}&lt;br /&gt;
====Class.FacturaImpuestos====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description &lt;br /&gt;
|-&lt;br /&gt;
|baseImponibleTOTALImp&lt;br /&gt;
|String&lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Tax base on which the value of the tax is calculated&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:TaxTotal/TaxSubtotal/cbc:TaxableAmount  &lt;br /&gt;
|-&lt;br /&gt;
|codigoTOTALImp&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: tribute identifier &lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the content of this element does not correspond to one of the codes in the   [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 11|Tabla 11]]&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;:../cac:TaxTotal/TaxSubtotal/cac:TaxCategory/cac:TaxScheme/cbc:ID     &lt;br /&gt;
|-&lt;br /&gt;
|controlInterno&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|1&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Retention type indicator&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not Defined&lt;br /&gt;
|-&lt;br /&gt;
|extras&lt;br /&gt;
|Array &amp;lt;Extensible&amp;gt; &lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Optional fields or information for the issuer&#039;s business model&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined &lt;br /&gt;
: (see detail in [[#Class.Extensible|Class.Extensible]])&lt;br /&gt;
|-&lt;br /&gt;
|porcentajeTOTALImp&lt;br /&gt;
|String&lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..2&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|2*&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Tribute rate.&lt;br /&gt;
: In the event that the tax is a percentage of the taxable value: inform the &amp;quot;percentage&amp;quot; rate to be applied to the tax base&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt;  If you report a different rate for one of the taxes listed in the  [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 12|Tabla 12]]&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;:../cac:TaxTotal/TaxSubtotal/cac:TaxCategory/cbc:Percent &lt;br /&gt;
|-&lt;br /&gt;
|unidadMedida&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..5&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Identification of the unit of measure &lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the content of this element does not correspond to one of the codes in the  [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 6|Tabla 6]]&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;:../cac:TaxTotal/cac:TaxSubtotal/cbc:BaseUnitMeasure/@unitCode&lt;br /&gt;
|-&lt;br /&gt;
|unidadMedidaTributo&lt;br /&gt;
|String&lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..2&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C &lt;br /&gt;
|&lt;br /&gt;
: Base unit of measure for the tribute&lt;br /&gt;
: &#039;&#039;&#039;Mandatory&#039;&#039;&#039; In the event that the tax is a fixed value per taxed unit, for example the consumption tax on bags or fuel taxes&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If valorTributoUnidad element is informed and UnidadMedidaTributo is not informed&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:TaxTotal/TaxSubtotal/cbc:BaseUnitMeasure &lt;br /&gt;
|-&lt;br /&gt;
|valorTOTALImp&lt;br /&gt;
|String&lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Tribute value. Product of the percentage applied to the tax base&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; For taxes whose rate is stated in percentages, if valorTOTALImp is different from baseImponibleTOTALImp * percentageTOTALImp&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; For taxes whose rate is stated in nominal values ​​(for example, plastic bags), if valorTOTALImp is different from valorTributoUnidad * cantidadUnidades&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:TaxTotal/TaxSubtotal/cbc:TaxAmount &lt;br /&gt;
|-&lt;br /&gt;
|valorTributoUnidad&lt;br /&gt;
|String &lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
:It is the nominal value of the tax per unit&lt;br /&gt;
: &#039;&#039;&#039;Mandatory&#039;&#039;&#039; In the event that the tax is a fixed value per taxed unit, for example the consumption tax on bags or fuel taxes&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; if the unitMedidaTributo element is NOT informed.&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:TaxTotal/TaxSubtotal/cbc:PerUnitAmount &lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;@IMPORTANT&#039;&#039;&#039;: In the case of the ICA and RETEICA in which the value of the percentage is based on a thousand, the value of said percentage must be reported based on a hundred, that is, if you want to report a percentage of 11.04% thousand for any of these taxes, it must be indicated in the TOTALImp percentage field as 1,104.&lt;br /&gt;
====Class.ImpuestosTotales====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description &lt;br /&gt;
|-&lt;br /&gt;
|codigoTOTALImp&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|2&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: tribute identifier  &lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the content of this element does not correspond to one of the codes in the   [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 11|Tabla 11]]&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: To define &lt;br /&gt;
|-&lt;br /&gt;
|extras&lt;br /&gt;
|Array &amp;lt;Extensible&amp;gt; &lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Optional fields or information for the issuer&#039;s business model.&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined&lt;br /&gt;
: (see detail in [[#Class.Extensible|Class.Extensible]])&lt;br /&gt;
|-&lt;br /&gt;
|montoTotal&lt;br /&gt;
|String&lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Sum of all attributes valorTOTALImp&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If montoTotal is different from the sum of all occurrences ofFacturaImpuestos.valorTOTALImp&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:TaxTotal/cbc:TaxAmount&lt;br /&gt;
|}&lt;br /&gt;
====Class.MediosDePago====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description &lt;br /&gt;
|-&lt;br /&gt;
|codigoBanco&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..20&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO &lt;br /&gt;
|&lt;br /&gt;
: Code of the Bank or Financial Entity&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PayeeFinancialAccount/cbc:AccountTypeCode&lt;br /&gt;
|-&lt;br /&gt;
|codigoCanalPago&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..20&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Payment channel code&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:PaymentChannelCode&lt;br /&gt;
|-&lt;br /&gt;
|codigoReferencia&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..20&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Optional not used for now&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: No definido &lt;br /&gt;
|-&lt;br /&gt;
|extras &lt;br /&gt;
|Array &amp;lt;Extensible&amp;gt; &lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Optional fields or information for the issuer&#039;s business model.&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined&lt;br /&gt;
: (see detail in [[#Class.Extensible|Class.Extensible]])&lt;br /&gt;
|-&lt;br /&gt;
|fechaDeVencimiento&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|19&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Due date of payment of the invoice in format: YYYY-MM-DD&lt;br /&gt;
: &#039;&#039;&#039;Mandatory&#039;&#039;&#039; If the sale is on credit&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt;: If the payment method code is &amp;quot;2&amp;quot; and the expiration date is not sent&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:PaymentDueDate&lt;br /&gt;
|-&lt;br /&gt;
|medioPago&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..2&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Code corresponding to the means of payment&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt;:If the value of this attribute does not correspond to a value of the  [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 13|Tabla 13]]&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:PaymentMeansCode&lt;br /&gt;
|-&lt;br /&gt;
|metodoDePago&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Payment method&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt;: If the value of this attribute does not correspond to a value of the   [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 14|Tabla 14]]&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:ID&lt;br /&gt;
|-&lt;br /&gt;
|nombreBanco&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Name of the Bank or Financial Entity&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PayeeFinancialAccount/cbc:Name&lt;br /&gt;
|-&lt;br /&gt;
|numeroDeReferencia&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..200&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Identifier or internal reference of the Payment&lt;br /&gt;
: PATH&#039;&#039;&#039;:&#039;&#039;&#039; ../cbc:PaymentID&lt;br /&gt;
|-&lt;br /&gt;
|numeroDias&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|..3&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Number of days for payment&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:InstructionNote&lt;br /&gt;
|-&lt;br /&gt;
|numeroTransferencia&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..20&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Transfer number or check number&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PayeeFinancialAccount/cbc:ID&lt;br /&gt;
|}&lt;br /&gt;
====Class.OrdenDeCompra====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description &lt;br /&gt;
|-&lt;br /&gt;
|codigoCliente&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..20&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: customer code&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:CustomerReference&lt;br /&gt;
|-&lt;br /&gt;
|documentoReferencia&lt;br /&gt;
|DocumentoReferencia&lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Document Reference&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:DocumentReference&lt;br /&gt;
: (see detail in [[#Class.DocumentoReferencia|Class.DocumentoReferencia]])&lt;br /&gt;
|-&lt;br /&gt;
|extras&lt;br /&gt;
|Array &amp;lt;Extensible&amp;gt; &lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Optional fields or information for the issuer&#039;s business model&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined&lt;br /&gt;
: (see detail in [[#Class.Extensible|Class.Extensible]])&lt;br /&gt;
|-&lt;br /&gt;
|fecha&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|10&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Date of the Order, in format: YYYY-MM-DD HH:MM:SS&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:IssueDate&lt;br /&gt;
|-&lt;br /&gt;
|numeroOrden&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..20&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Purchase Order Number&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; To send the Purchase Order&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:ID&lt;br /&gt;
|-&lt;br /&gt;
|numeroPedido&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..20&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Order Number&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; To send the Order&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:SalesOrderID&lt;br /&gt;
|-&lt;br /&gt;
|tipoCUFE&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..20&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: CUFE type identifier&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:UUID@schemeName&lt;br /&gt;
|-&lt;br /&gt;
|tipoOrden&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..20&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Order type&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:OrderTypeCode&lt;br /&gt;
|-&lt;br /&gt;
|uuid&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..90&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: UUID of some referenced document&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:UUID&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;NOTE:&#039;&#039;&#039; As it is a delivery order, the OrdemDeCompra class must be informed, if it is necessary to indicate more than one order, it must be informed through the DocumentReferenced class with &#039;&#039;&#039;codigoInterno&#039;&#039;&#039; =&#039;1 &#039;, this in order to send the information referring to them in the AdditionalDocumentReference group.&lt;br /&gt;
&lt;br /&gt;
====Class.TasaDeCambio====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description &lt;br /&gt;
|-&lt;br /&gt;
|baseMonedaDestino&lt;br /&gt;
|String&lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Monetary basis for conversion.&lt;br /&gt;
: Must be 1.00&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If it brings a value other than 1.00&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:TargetCurrencyBaseRate &lt;br /&gt;
|-&lt;br /&gt;
|baseMonedaOrigen&lt;br /&gt;
|String&lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Monetary base of the foreign currency for exchange.&lt;br /&gt;
: Must be 1.00 &lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If it brings a value other than 1.00&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;:  ../cbc:SourceCurrencyBaseRate&lt;br /&gt;
|-&lt;br /&gt;
|extras&lt;br /&gt;
|Array &amp;lt;Extensible&amp;gt; &lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Optional fields or information for the issuer&#039;s business model&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined &lt;br /&gt;
: (see detail in [[#Class.Extensible|Class.Extensible]])&lt;br /&gt;
|-&lt;br /&gt;
|fechaDeTasaDeCambio&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|10&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Date on which the exchange rate was fixed, in format: YYYY-MM-DD&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:Date&lt;br /&gt;
|-&lt;br /&gt;
|indicadorDeTasa&lt;br /&gt;
|String&lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Exchange Rate Indicator&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:ExchangeMarketID&lt;br /&gt;
|-&lt;br /&gt;
|monedaDestino&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|3&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Destination currency code of the document.&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the content of this element is not &#039;COP&#039;&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:TargetCurrencyCode&lt;br /&gt;
|-&lt;br /&gt;
|monedaOrigen&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|3&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Document Base Currency Code&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the content of this element does not correspond to the ISO-4217 standard&lt;br /&gt;
&#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:SourceCurrencyCode&lt;br /&gt;
|-&lt;br /&gt;
|operadorCalculo&lt;br /&gt;
|String&lt;br /&gt;
| -&lt;br /&gt;
|NO &lt;br /&gt;
|&lt;br /&gt;
: Calculation Operator&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc: MathematicOperatorCode&lt;br /&gt;
|-&lt;br /&gt;
|tasaDeCambio&lt;br /&gt;
|String &lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Value of the exchange rate between currencies. It must be filled out with the value of the exchange rate.&lt;br /&gt;
: For example, for USD-COP, it can be the value of the TRM or rate agreed between the parties (Reported value * Exchange rate value = Reported value in currency reported in destination currency)&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:CalculationRate&lt;br /&gt;
|}&lt;br /&gt;
====Class.TasaDeCambioAlternativa====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description &lt;br /&gt;
|-&lt;br /&gt;
|baseMonedaDestino&lt;br /&gt;
|String&lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|SI&lt;br /&gt;
|&lt;br /&gt;
: Monetary basis for conversion.&lt;br /&gt;
: Must be 1.00&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If it brings a value other than 1.00&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:TargetCurrencyBaseRate &lt;br /&gt;
|-&lt;br /&gt;
|baseMonedaOrigen&lt;br /&gt;
|String&lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Monetary base of the foreign currency for exchange.&lt;br /&gt;
: Must be 1.00&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If brings value other than 1.00&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;:  ../cbc:SourceCurrencyBaseRate&lt;br /&gt;
|-&lt;br /&gt;
|extras&lt;br /&gt;
|Array  &amp;lt;Extensible&amp;gt; &lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Optional fields or information for the issuer&#039;s business model&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined&lt;br /&gt;
: (see detail in [[#Class.Extensible|Class.Extensible]])&lt;br /&gt;
|-&lt;br /&gt;
|fechaDeTasaDeCambio&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|10&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Date on which the exchange rate was fixed, in format: YYYY-MM-DD&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:Date&lt;br /&gt;
|-&lt;br /&gt;
|indicadorDeTasa&lt;br /&gt;
|String&lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Exchange Rate Indicator&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:ExchangeMarketID&lt;br /&gt;
|-&lt;br /&gt;
|monedaDestino&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|3&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Destination currency code of the document.&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the content of this element is not &#039;COP&#039;&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:TargetCurrencyCode&lt;br /&gt;
|-&lt;br /&gt;
|monedaOrigen&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|3&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Document Base Currency Code&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the content of this element does not correspond to the ISO-4217 standard&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:SourceCurrencyCode&lt;br /&gt;
|-&lt;br /&gt;
|operadorCalculo&lt;br /&gt;
|String&lt;br /&gt;
| -&lt;br /&gt;
|NO &lt;br /&gt;
|&lt;br /&gt;
: Calculation Operator&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc: MathematicOperatorCode&lt;br /&gt;
|-&lt;br /&gt;
|tasaDeCambio&lt;br /&gt;
|String &lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|YES &lt;br /&gt;
|&lt;br /&gt;
: Value of the exchange rate between currencies. It must be filled out with the value of the exchange rate.&lt;br /&gt;
: For example, for USD-COP, it can be the value of the TRM or rate agreed between the parties (Reported value * Exchange rate value = Reported value in currency reported in destination currency)&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:CalculationRate&lt;br /&gt;
|}&lt;br /&gt;
====Class.TerminosEntrega====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Dato Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description &lt;br /&gt;
|-&lt;br /&gt;
|cargosDescuentos&lt;br /&gt;
|Array &amp;lt;CargosDescuentos&amp;gt;&lt;br /&gt;
| - &lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Information related to a charge or a discount&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:AllowanceCharge &lt;br /&gt;
: (see detail in [[#Class.CargosDescuentos|Class.CargosDescuentos]])&lt;br /&gt;
|-&lt;br /&gt;
|codigoCondicionEntrega&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|3&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Delivery Conditions Code&lt;br /&gt;
: &#039;&#039;&#039;Obligatory&#039;&#039;&#039; If it is an export/international invoice&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt;: If the value of this attribute does not correspond to a value of the  [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 15|Tabla 15]]&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:LossRiskResponsibilityCode&lt;br /&gt;
|-&lt;br /&gt;
|costoTransporte&lt;br /&gt;
|String&lt;br /&gt;
|To define&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Transport payment method: It is used to indicate how transport costs are paid, for example: http://www.unece.org/&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc: SpecialTerms&lt;br /&gt;
|-&lt;br /&gt;
|direccionEntrega&lt;br /&gt;
|Class.Direccion&lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Information detailing the delivery address&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:DeliveryLocation&lt;br /&gt;
: (see detail in [[#Class.Direccion|Class.Direccion]])&lt;br /&gt;
|-&lt;br /&gt;
|extras&lt;br /&gt;
|Array &amp;lt;Extensible&amp;gt; &lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Optional fields or information for the issuer&#039;s business model.&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Undefined&lt;br /&gt;
: (see detail in [[#Class.Extensible|Class.Extensible]])&lt;br /&gt;
|-&lt;br /&gt;
|identificacion&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..12&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Identification number&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:ID&lt;br /&gt;
|-&lt;br /&gt;
|monto&lt;br /&gt;
|String&lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|NO&lt;br /&gt;
| &lt;br /&gt;
: Amount&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:Amount&lt;br /&gt;
|-&lt;br /&gt;
|responsableEntrega&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Description of who assumes responsibility in case the merchandise is lost&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:LossRisk&lt;br /&gt;
|}&lt;br /&gt;
====Class.Direccion====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description &lt;br /&gt;
|-&lt;br /&gt;
|aCuidadoDe&lt;br /&gt;
|String &lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Care of&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cbc:MarkCare&lt;br /&gt;
|-&lt;br /&gt;
|aLaAtenciónDe&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: For the attention of&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cbc:MarkAttention&lt;br /&gt;
|-&lt;br /&gt;
|bloque&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: block name&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cbc:BlockName&lt;br /&gt;
|-&lt;br /&gt;
|buzon&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Buzón postal&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cbc:Postbox&lt;br /&gt;
|-&lt;br /&gt;
|calle&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Name of the street&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cbc:StreetName&lt;br /&gt;
|-&lt;br /&gt;
|calleAdicional&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Additional Name to better specify the street name&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cbc:AdditionalStreetName&lt;br /&gt;
|-&lt;br /&gt;
|City&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|…50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: City&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If country is &amp;quot;CO&amp;quot; and the content of this attribute does not correspond to one of the values ​​in the &#039;Name&#039; column of the   [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 19|Tabla 19]] (columna ‘Nombre : : : : Municipio’ del numeral 6.4.3 del Anexo Técnico)&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cbc:CityName&lt;br /&gt;
|-&lt;br /&gt;
|codigoDepartamento&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|…5&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: department code&lt;br /&gt;
: If country is &amp;quot;CO&amp;quot;, CodigoDepartamento must correspond to one of the values ​​in the Code column of the  [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 16|Tabla 16]]&lt;br /&gt;
: &#039;&#039;&#039;Mandatory&#039;&#039;&#039; for Responsible Issuers and Acquirers&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cbc:CountrySubentityCode&lt;br /&gt;
|-&lt;br /&gt;
|correccionHusoHorario&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Corresponding time zone correction&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cbc:TimezoneOffset&lt;br /&gt;
|-&lt;br /&gt;
|departamento&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|…50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: department name&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; if the code of the country field is &amp;quot;CO&amp;quot; and the content of this attribute does not correspond to one of the values ​​of the Name column of the [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 16|Tabla 16]]&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cbc:CountrySubentity&lt;br /&gt;
|-&lt;br /&gt;
|departamentoOrg&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
:An addressable department of an organization&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cbc:Department&lt;br /&gt;
|-&lt;br /&gt;
|direccion&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|…100&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Client&#039;s address, without indicating city or department&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cac:AddressLine/cbc:Line&lt;br /&gt;
|-&lt;br /&gt;
|distrito&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: District&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /cac:Address/cbc:District&lt;br /&gt;
|-&lt;br /&gt;
|extras&lt;br /&gt;
|Array &amp;lt;Extensible&amp;gt; &lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Optional fields or information for the issuer&#039;s business model.&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined&lt;br /&gt;
: (see detail in [[#Class.Extensible|Class.Extensible]])&lt;br /&gt;
|-&lt;br /&gt;
|habitacion&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Bedroom&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cbc:Room&lt;br /&gt;
|-&lt;br /&gt;
|lenguaje&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;A|2&amp;lt;/nowiki&amp;gt; ISO 639-1&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Identifier of the language used in the country name&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Notification&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the content of this attribute does not correspond to one of the values ​​of the ISO 639-1 standard&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;NotificaNotificationión&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If this is a group with information regarding the address of the issuer of an electronic document, it must contain the literal &amp;quot;is&amp;quot;&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /cac:Address/cac:Country/cbc:Name/@languageID&lt;br /&gt;
|-&lt;br /&gt;
|localizacion&lt;br /&gt;
|Array &amp;lt;Coordenadas&amp;gt;&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: address coordinates&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cac:LocationCoordinate&lt;br /&gt;
: (see detail in [[#Class.Coordenadas|Class.Coordenadas]])&lt;br /&gt;
|-&lt;br /&gt;
|municipio&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Municipality Code&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Notification&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the content of this attribute does not correspond to one of the values ​​of the  [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 19|Tabla 19]]&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:ID&lt;br /&gt;
|-&lt;br /&gt;
|nombreEdificio&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Name of a Building&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cbc:BuildingName&lt;br /&gt;
|-&lt;br /&gt;
|numeroEdificio&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: House or building number&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cbc:BuildingNumber&lt;br /&gt;
|-&lt;br /&gt;
|numeroParcela&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Parcel Number&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cbc:PlotIdentification&lt;br /&gt;
|-&lt;br /&gt;
|pais&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;A|2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
:Customer country.&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the content of this element does not correspond to a value of the ISO 3166-1 alpha-2 standard&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cac:Country/cbc:IdentificationCode&lt;br /&gt;
|-&lt;br /&gt;
|piso&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Flat&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cbc:Floor&lt;br /&gt;
|-&lt;br /&gt;
|Region&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Region&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cbc:Region&lt;br /&gt;
|-&lt;br /&gt;
|subDivision&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Subdivision (Name of the Neighborhood)&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cbc:CitySubdivisionName&lt;br /&gt;
|-&lt;br /&gt;
|ubicación&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: A specific location within a building&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cbc:InhouseMail&lt;br /&gt;
|-&lt;br /&gt;
|zonaPostal&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..10&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Postal zone&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Notification&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the content of this element does not correspond to a corresponding value of the [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 20|Tabla 20]]&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Notification&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the value of the CodigoDepartamento attribute is different from the first 2 digits of the postal code.&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cbc:PostalZone&lt;br /&gt;
|}&lt;br /&gt;
====Class.Coordenadas====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Dato Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|-&lt;br /&gt;
|gradosLatitud&lt;br /&gt;
|String&lt;br /&gt;
|To define&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: latitude measure in degrees&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:LatitudeDegreesMeasure&lt;br /&gt;
|-&lt;br /&gt;
|gradosLongitud&lt;br /&gt;
|String&lt;br /&gt;
|To define&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: measure of longitude in degrees&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; Unit greater than 60 minutes&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:LongitudeDegreesMeasure&lt;br /&gt;
|-&lt;br /&gt;
|minutosLatitud&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|…5|2.2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Latitude measurement in decimal minutes in mm.mm format&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:MarkAttentionIndicator&lt;br /&gt;
|-&lt;br /&gt;
|minutosLongitud&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|…5|2.2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Longitude measurement in decimal minutes in mm.mm format&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; Unit greater than 60 minutes&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:LongitudeMinutesMeasure&lt;br /&gt;
|-&lt;br /&gt;
|orientacionLatitud&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|1&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO &lt;br /&gt;
|&lt;br /&gt;
: Sense of measurement of latitude in relation to the Equator&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:LatitudeDirectionCode&lt;br /&gt;
|-&lt;br /&gt;
|orientacionLongitud&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|1&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Sense of longitude measurement in relation to the Equator &lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:LongitudeDirectionCode&lt;br /&gt;
|}&lt;br /&gt;
====Class.Tributos====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Atribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description &lt;br /&gt;
|-&lt;br /&gt;
|codigoImpuesto&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|Yes&lt;br /&gt;
|&lt;br /&gt;
: tribute identifier &lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the content of this element does not correspond to one of the codes in the   [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 11|Tabla 11]]&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:ID     &lt;br /&gt;
|-&lt;br /&gt;
|extras&lt;br /&gt;
|Array &amp;lt;Extensible&amp;gt; &lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Optional fields or information for the issuer&#039;s business model.&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined (see detail in [[#Class.Extensible|Class.Extensible]])&lt;br /&gt;
|}&lt;br /&gt;
====Class.InformacionLegalCliente====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Dato Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description &lt;br /&gt;
|-&lt;br /&gt;
|codigoEstablecimiento&lt;br /&gt;
|String&lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Establishment Code&lt;br /&gt;
: &amp;lt;nowiki&amp;gt;PATH&amp;lt;/nowiki&amp;gt;: /cac:CorporateRegistrationScheme/cbc:CorporateRegistrationTypeCode&lt;br /&gt;
|-&lt;br /&gt;
|nombreRegistroRUT&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..450&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Name or company name of the acquirer &lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PartyLegalEntity/cbc:RegistrationName&lt;br /&gt;
|-&lt;br /&gt;
|numeroIdentificacion&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..12&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Acquirer Identifier. &lt;br /&gt;
: You must inform the NIT if you are responsible&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;:  ../cac:Party/cac:PartyLegalEntity/cbc:CompanyID&lt;br /&gt;
|-&lt;br /&gt;
|numeroIdentificacionDV&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|..2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Check digit&lt;br /&gt;
: &#039;&#039;&#039;Mandatory&#039;&#039;&#039; If tipoIdentificacion =31, the DV of the NIT must be informed&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PartyLegalEntity/cbc:CompanyID@schemeID&lt;br /&gt;
|-&lt;br /&gt;
|numeroMatriculaMercantil&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|9&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Commercial registration number&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:CorporateRegistrationScheme/cbc:Name&lt;br /&gt;
|-&lt;br /&gt;
|prefijoFacturacion&lt;br /&gt;
|String&lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Billing prefix:&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:CorporateRegistrationScheme/cbc:ID&lt;br /&gt;
|-&lt;br /&gt;
|tipoIdentificacion&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Customer identification type&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the content of this element is different from “31”&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PartyLegalEntity/cbc:CompanyID@schemeName&lt;br /&gt;
|}&lt;br /&gt;
====Class.Obligaciones====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description &lt;br /&gt;
|-&lt;br /&gt;
|extras&lt;br /&gt;
|Array &amp;lt;Extensible&amp;gt; &lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Optional fields or information for the issuer&#039;s business model&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined&lt;br /&gt;
: (see detail in [[#Class.Extensible|Class.Extensible]])&lt;br /&gt;
|-&lt;br /&gt;
|obligaciones&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|7&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Obligations of the acquirer&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt;  If the content of this attribute does not correspond to one of the values ​​of the  [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 17|Tabla 17]]&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:TaxLevelCode  &lt;br /&gt;
|-&lt;br /&gt;
|regimen&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Optional, if informed, indicate “Not applicable”. Possible Values:&lt;br /&gt;
: 48: “Sales tax - IVA”&lt;br /&gt;
: 49: “Not responsible for IVA” &lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: .. /cbc:TaxLevelCode/@listName&lt;br /&gt;
|}&lt;br /&gt;
====Class.LineaInformacionAdicional====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description &lt;br /&gt;
|-&lt;br /&gt;
|cantidad&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..5&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|NO &lt;br /&gt;
|&lt;br /&gt;
:additional quantity&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:ValueQuantity&lt;br /&gt;
|-&lt;br /&gt;
|codigo&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..5&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: additional code&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:NameCode&lt;br /&gt;
|-&lt;br /&gt;
|codigoInterno1&lt;br /&gt;
|String&lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Optional not used for now&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined&lt;br /&gt;
|-&lt;br /&gt;
|codigoInterno2&lt;br /&gt;
|String&lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Optional not used for now&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined&lt;br /&gt;
|-&lt;br /&gt;
|Description&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..450&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: additional description&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:UsabilityPeriod/cbc:Description&lt;br /&gt;
|-&lt;br /&gt;
|fechaFin&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|10&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Period End Date &lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:UsabilityPeriod/cbc:EndDate&lt;br /&gt;
|-&lt;br /&gt;
|fechaInicio&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|10&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Beginning date of the period&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:UsabilityPeriod/cbc:StartDate&lt;br /&gt;
|-&lt;br /&gt;
|nombre&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Characteristic you want to report on the item, for example: (Vehicle Use)&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; For each name there must be a value&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:Name &lt;br /&gt;
: (For defining extensible field catalogs at the detail level)&lt;br /&gt;
|-&lt;br /&gt;
|secuencia&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..3&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Sequence order indicator&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined &lt;br /&gt;
|-&lt;br /&gt;
|tipo&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|1&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
:Value Type Indicator, example Value = ’1’&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Does not apply&lt;br /&gt;
|-&lt;br /&gt;
|valor&lt;br /&gt;
|String &lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Value of the characteristic to be reported, for example: (Particular)&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; For each value there must be a name&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:Value&lt;br /&gt;
|}&lt;br /&gt;
====Class.DatosTransportistas====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Requerido&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description &lt;br /&gt;
|-&lt;br /&gt;
|detallesTributarios&lt;br /&gt;
|Tributos&lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Tax Types&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PartyTaxScheme/cac:TaxScheme&lt;br /&gt;
: (see detail in [[#Class.Tributos|Class.Tributos]])&lt;br /&gt;
|-&lt;br /&gt;
|direccionResponsableEntrega&lt;br /&gt;
|Direccion&lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Information on the Address of the Person Responsible for Delivery&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cbc:PhysicalLocation&lt;br /&gt;
: (see detail in [[#Class.Direccion|Class.Direccion]])&lt;br /&gt;
|-&lt;br /&gt;
|email&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Email&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ..cac:Contact/cbc:ElectronicMail&lt;br /&gt;
|-&lt;br /&gt;
|extras&lt;br /&gt;
|Array &amp;lt;Extensible&amp;gt; &lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Optional fields or information for the issuer&#039;s business model.&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined&lt;br /&gt;
: (see detail in [[#Class.Extensible|Class.Extensible]]) &lt;br /&gt;
|-&lt;br /&gt;
|indicadordeAtencion&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Indicator if it is information on “for the attention of” (FAO)&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:MarkAttentionIndicator&lt;br /&gt;
|-&lt;br /&gt;
|indicadordeCuidado&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Indicador si es información sobre alguien responsable por los bienes&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:MarkCareIndicator&lt;br /&gt;
|-&lt;br /&gt;
|nombreContacto&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Contact name&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: .. /cac:Contact/cbc:Name&lt;br /&gt;
|-&lt;br /&gt;
|nombreResponsableEntrega&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Name of the Responsible for the Delivery&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PartyName/cbc:Name&lt;br /&gt;
|-&lt;br /&gt;
|nota&lt;br /&gt;
|String&lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
:Contact Note&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Contact/cbc:Note&lt;br /&gt;
|-&lt;br /&gt;
|numeroIdentificacion&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|…12&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Carrier NIT&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PartyTaxScheme/cbc:CompanyID&lt;br /&gt;
|-&lt;br /&gt;
|numeroIdentificacionDV&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|..2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Check digit&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PartyTaxScheme/cbc:CompanyID@schemeID&lt;br /&gt;
|-&lt;br /&gt;
|numeroMatriculaMercantil&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..20&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Commercial registration number&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PartyLegalEntity/cac:CorporateRegistrationScheme/cbc:Name&lt;br /&gt;
|-&lt;br /&gt;
|prefijoFacturacion&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..20&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Carrier Billing Prefix&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: .. /cac:PartyLegalEntity//cac:CorporateRegistrationScheme/cbc:ID&lt;br /&gt;
|-&lt;br /&gt;
|responsabilidadesRut&lt;br /&gt;
|Array &amp;lt;Obligaciones&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Carrier Liability&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PartyTaxScheme/cbc:TaxLevelCode&lt;br /&gt;
: (see detail in [[#Class.Obligaciones|Class.Obligaciones]])&lt;br /&gt;
|-&lt;br /&gt;
|telefax&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..20&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Carrier Telefax&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PartyTaxScheme/cbc:CompanyID/@schemeName&lt;br /&gt;
|-&lt;br /&gt;
|telefono&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..20&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: carrier phone&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Contact/cbc:Telefax&lt;br /&gt;
|-&lt;br /&gt;
|tipoIdentificacion&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Carrier Identification Type&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt;  If the content of this attribute does not correspond to one of the values ​​of the [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 3|Tabla 3]]&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PartyTaxScheme/cbc:CompanyID/@schemeName&lt;br /&gt;
|-&lt;br /&gt;
|transportadorDireccion&lt;br /&gt;
|Direccion &lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Tax address of the transporter&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PartyLegalEntity/cac:RegistrationAddress&lt;br /&gt;
: (see detail in [[#Class.Direccion|Class.Direccion]])&lt;br /&gt;
|-&lt;br /&gt;
|transportadorNombre&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: carrier name&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PartyLegalEntity/cbc:RegistrationName&lt;br /&gt;
|-&lt;br /&gt;
|transportadorNumeroDocumento&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..12&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Carrier document number&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PartyLegalEntity/cbc:CompanyID&lt;br /&gt;
|-&lt;br /&gt;
|transportadorNumeroDocumentoDV&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Verifier Digit of the NIT of the transporter&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PartyLegalEntity/cbc:CompanyID@schemeID&lt;br /&gt;
|-&lt;br /&gt;
|transportadorTipoIdentificacion&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Carrier document type&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PartyLegalEntity/cbc:CompanyID@schemeName&lt;br /&gt;
|}&lt;br /&gt;
====Class.DocumentoReferencia====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description &lt;br /&gt;
|-&lt;br /&gt;
|codigoEstatusDocumento&lt;br /&gt;
|String&lt;br /&gt;
| -&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Document code or reason&lt;br /&gt;
: &#039;&#039;&#039;Mandatory&#039;&#039;&#039; When InternalCode is &#039;4&#039;&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the content of this attribute does not correspond to any of the values ​​of   [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 9|Tabla 9]] and   [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 10|Tabla 10]]&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:DiscrepancyResponse/cbc:ResponseCode&lt;br /&gt;
|-&lt;br /&gt;
|codigoInterno&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|1&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: This field decides if in which XML node the information will be sent DocumentoReferenciado, possible values:&lt;br /&gt;
# AdditionalDocumentReference (FE de contingencia y para acciones comerciales y mercantiles)&lt;br /&gt;
# DespatchDocumentReference (Doc. De despacho)&lt;br /&gt;
# ReceiptDocumentReference (Doc. De recepción)&lt;br /&gt;
# DiscrepancyResponse (N.C y N.D)&lt;br /&gt;
# BillingReference (Facturas por corrección, N.C y N.D)&lt;br /&gt;
|-&lt;br /&gt;
|cufeDocReferenciado&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..90&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C &lt;br /&gt;
|&lt;br /&gt;
: CUFE or CUDE of the referenced document&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; When InternalCode is &#039;5&#039;&lt;br /&gt;
: &#039;&#039;&#039;Mandatory&#039;&#039;&#039; In invoices, it must be filled out only when the electronic invoice originates from the correction or adjustment that occurs through a NC or ND&lt;br /&gt;
: &#039;&#039;&#039;Mandatory&#039;&#039;&#039; In N.C and N.D, are the references to electronic invoices affected by the Note. You can only report electronic invoices of the same acquirer&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If CUFE or CUDE does not exist in the DIAN&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /Invoice/cac:BillingReference/cac:CreditNoteDocumentReference/cbc:UUID&lt;br /&gt;
: /CreditNote/cac:BillingReference/cac:InvoiceDocumentReference/cbc:UUID&lt;br /&gt;
: /DebitNote/cac:BillingReference/cac:InvoiceDocumentReference/cbc:UUID&lt;br /&gt;
|-&lt;br /&gt;
|Description&lt;br /&gt;
|Array &amp;lt;String&amp;gt;&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|20..5000&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Description of the nature of the correction&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; When InternalCode is &#039;4&#039;&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:DiscrepancyResponse/cbc:Description &lt;br /&gt;
|-&lt;br /&gt;
|extras&lt;br /&gt;
|Array &amp;lt;Extensible&amp;gt; &lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Optional fields or information for the issuer&#039;s business model&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined&lt;br /&gt;
: (see detail in [[#Class.Extensible|Class.Extensible]])&lt;br /&gt;
|-&lt;br /&gt;
|fecha&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|10&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Issue date of the referenced document, in Format: YYYY-MM-DD &lt;br /&gt;
: &#039;&#039;&#039;Mandatory&#039;&#039;&#039; When internal code is &#039;1&#039;, &#039;2&#039;, &#039;3&#039; or &#039;5&#039;&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the date is later than that of the referenced document&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /Invoice/cac:BillingReference/cac:CreditNoteDocumentReference/cbc:IssueDate&lt;br /&gt;
: /CreditNote/cac:BillingReference/cac:InvoiceDocumentReference/cbc:IssueDate&lt;br /&gt;
: /DebitNote/cac:BillingReference/cac:InvoiceDocumentReference&lt;br /&gt;
: /cbc:IssueDate&lt;br /&gt;
|-&lt;br /&gt;
|fechaFinValidez&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|10&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: End of Validity Date&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Undefined&lt;br /&gt;
|-&lt;br /&gt;
|fechaInicioValidez&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|10&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Validity Start Date&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Undefined&lt;br /&gt;
|-&lt;br /&gt;
|numeroDocumento&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN..20&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|SI&lt;br /&gt;
|&lt;br /&gt;
: Concatenation of the prefix and the referenced document number&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; if codigoInterno is reported equal to &#039;1&#039;, &#039;2&#039;, &#039;3&#039;, &#039;4&#039; or &#039;5&#039; and the reference document ID is not related&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /Invoice/cac:BillingReference/cac:CreditNoteDocumentReference/cbc:ID&lt;br /&gt;
: /CreditNote/cac:BillingReference/cac:InvoiceDocumentReference/cbc:ID&lt;br /&gt;
: /DebitNote/cac:BillingReference/cac:InvoiceDocumentReference&lt;br /&gt;
: /cbc:ID&lt;br /&gt;
|-&lt;br /&gt;
|tipoCUFE&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..11&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C &lt;br /&gt;
|&lt;br /&gt;
: CUFE type algorithm.&lt;br /&gt;
: “CUFE-SHA384” or “CUDE-SHA384”&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; When InternalCode is &#039;5&#039;&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /Invoice/cac:BillingReference/cac:CreditNoteDocumentReference&lt;br /&gt;
: /cbc:UUID/@schemeName &lt;br /&gt;
: /CreditNote/cac:BillingReference/cac:InvoiceDocumentReference&lt;br /&gt;
: /cbc:UUID/@schemeName&lt;br /&gt;
: /DebitNote/cac:BillingReference/cac: InvoiceDocumentReference&lt;br /&gt;
: /cbc:UUID/@schemeName&lt;br /&gt;
|-&lt;br /&gt;
|tipoDocumento&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Description of the type of referenced document, Example: &amp;quot;National Sales Invoice&amp;quot;&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined&lt;br /&gt;
|-&lt;br /&gt;
|tipoDocumentoCodigo&lt;br /&gt;
|String &lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Identifier of the referenced document type&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; When InternalCode is &#039;1&#039;  &lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If codigoInterno equal to &#039;1&#039; and the content of this attribute does not correspond to one of the values ​​of the  [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 21|Tabla 21]]&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Undefined&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;@IMPORTANT:&#039;&#039;&#039;&lt;br /&gt;
# To reference &#039;&#039;&#039;sales invoices when issuing a NC or ND&#039;&#039;&#039;, two objects of type DocumentosReferenciados must be sent indicating the following:&lt;br /&gt;
#* &#039;&#039;&#039;Object 1&#039;&#039;&#039;: indicating the fields codigoEstatusDocumento; CodihoInterno = &#039;4&#039;, numeroDocumento, Description.&lt;br /&gt;
#* &#039;&#039;&#039;Object 2&#039;&#039;&#039;: if the &#039;&#039;&#039;tipoOperacion is equal to 20 (for NC) or 30 (for ND)&#039;&#039;&#039; and codigoInterno = &#039;5&#039;, the fields are validated: cufeDocReferenciado, date, and DocumentNumber.&lt;br /&gt;
# When transmitting a &#039;&#039;&#039;Factura de Contingencia &#039;&#039;&#039;, an array of the documentosReferenciados type must be sent, indicating the fields: internal code = &#039;1&#039;, numberDocument, date, tipoDocumentCode (corresponding to Contingenc Invoice).&lt;br /&gt;
# To reference &#039;&#039;&#039;Dispatch Documents&#039;&#039;&#039; (internal code = &#039;2&#039;) or &#039;&#039;&#039;Reception Documents&#039;&#039;&#039; (internal code = &#039;3&#039;) the fields are validated: documentnumber and date.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
====Class.sectorSalud====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description &lt;br /&gt;
|-&lt;br /&gt;
|Beneficiario&lt;br /&gt;
|Beneficiario&lt;br /&gt;
| -&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Complementary data of the beneficiary of the health service for collection scenarios.&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:AccountingCustomerParty/cac:Person&lt;br /&gt;
: (see detail in [[#Class.Beneficiario|Class.Beneficiario]])&lt;br /&gt;
|-&lt;br /&gt;
|extras&lt;br /&gt;
|Array &amp;lt;Extras&amp;gt; &lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Optional fields or information for the issuer&#039;s business model.&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined&lt;br /&gt;
: (see detail in [[#Class.Extras|Class.Extras]])&lt;br /&gt;
|-&lt;br /&gt;
|IdPersonalizacion&lt;br /&gt;
|String&lt;br /&gt;
|To define&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: To indicate the type of operation through which the collection was made in the accreditation or report scenarios&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: To be defined&lt;br /&gt;
|-&lt;br /&gt;
|Pacientes&lt;br /&gt;
|Array &amp;lt;DatosPacienteSalud&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|C/C&lt;br /&gt;
|For the report of the additional data fields of the Health Sector&lt;br /&gt;
: (see detail in [[#Class.DatosPacientesSalud|Class.DatosPacientesSalud]])&lt;br /&gt;
|-&lt;br /&gt;
|TipoEscenario&lt;br /&gt;
|String &lt;br /&gt;
|&amp;lt;nowiki&amp;gt; N|1 &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Type of Health Sector Scenario. [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 27|Tabla 27]]&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;NOTE: The issuance of health sector documents is only available through version 4 of the issuance service. &amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Class.Beneficiario====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description &lt;br /&gt;
|-&lt;br /&gt;
|DireccionResidencia&lt;br /&gt;
|Direccion&lt;br /&gt;
| -&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Information detailing the address of the beneficiary of the health service.&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:ResidenceAddress&lt;br /&gt;
: (see detail in [[#Class.Direccion|Class.Direccion]])&lt;br /&gt;
|-&lt;br /&gt;
|TipoIdentificacion&lt;br /&gt;
|Array &amp;lt;GeneralSalud&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Identification type of the beneficiary user of the health service.&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: cbc:ID/@schemeID&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Class.DatosPacientesSalud====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description &lt;br /&gt;
|-&lt;br /&gt;
|CamposGenerales&lt;br /&gt;
|Array &amp;lt;GeneralSalud&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Additional data fields of the Health Sector to report information associated with the beneficiaries of the health service&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Invoice/ext:UBLExtensions/ext:UBLExtension&lt;br /&gt;
: (see detail in [[#Class.Direccion|Class.Direccion]])&lt;br /&gt;
|-&lt;br /&gt;
|TipoIdentificacion&lt;br /&gt;
|Array &amp;lt;GeneralSalud&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Identification type of the beneficiary user of the health service.&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: cbc:ID/@schemeID&lt;br /&gt;
: (see detail in [[#Class.GeneralSalud|Class.GeneralSalud]])&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Class.GeneralSalud====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description &lt;br /&gt;
|-&lt;br /&gt;
|nombre&lt;br /&gt;
|String&lt;br /&gt;
|N|..2&lt;br /&gt;
|Si&lt;br /&gt;
|&lt;br /&gt;
: Additional data field code.&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;:../Interoperabilidad/Group schemeName=&amp;quot;Sector Salud&amp;quot;/Collection schemeName=&amp;quot;Usuario&amp;quot;/AdditionalInformation/Name&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;@Note:&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; It must correspond to one of the codes in the column[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 28|Tabla 28]] &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|valor&lt;br /&gt;
|String&lt;br /&gt;
|depends on the field&lt;br /&gt;
|Yes&lt;br /&gt;
|&lt;br /&gt;
: Value of the additional data field of the health sector as appropriate.&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../Interoperabilidad/Group schemeName=&amp;quot;Sector Salud&amp;quot;/Collection schemeName=&amp;quot;Usuario&amp;quot;/AdditionalInformation/Value&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Important&#039;&#039;&#039;: In the case of the field &#039;&#039;&#039;rangoNumeracion&#039;&#039;&#039;, this value must always have the following format (Pefijo-campoDesde), that is, said field is independent of the sequential mode configured in the portal (manual with prefix or manual without prefix).&lt;br /&gt;
 &lt;br /&gt;
In the case of the field &#039;&#039;&#039;consecutivoDocumento&#039;&#039;&#039;, This field does depend on the sequential mode configured in the web portal.&lt;br /&gt;
* If the assigned modality is&#039;&#039;“manual sin prefijo”&#039;&#039;, the values ​​for the fields rangoNumeracion and consecutivoDocumento’ They should be for example:&lt;br /&gt;
:: Invoice #1: rangoNumeracion= &amp;quot;PRUE-1&amp;quot;, consecutivoDocumento= &amp;quot;1&amp;quot;&lt;br /&gt;
:: Invoice #2: rangeNumeracion= &amp;quot;PRUE-1&amp;quot;, consecutiveDocument= &amp;quot;2&amp;quot;&lt;br /&gt;
:: ...&lt;br /&gt;
:: Invoice #1000: rangoNumeracion= &amp;quot;PRUE-1&amp;quot;, consecutivoDocumento= &amp;quot;1000&amp;quot;&lt;br /&gt;
&lt;br /&gt;
*If the assigned modality is &#039;&#039;“manual with prefix”&#039;&#039;, the values ​​for the fields rangoNumeracion and consecutivoDocumento must be, for example:&lt;br /&gt;
:: Invoice #1: rangeNumeracion= &amp;quot;PRUE-1&amp;quot;, consecutiveDocument= &amp;quot;PRUE1&amp;quot;&lt;br /&gt;
:: Invoice #2: rangoNumeracion= &amp;quot;PRUE-1&amp;quot;, consecutivoDocumento= &amp;quot;PRUE2&amp;quot;&lt;br /&gt;
:: ...&lt;br /&gt;
:: Invoice #1000: rangeNumeracion= &amp;quot;PRUE-1&amp;quot;, consecutivoDocumento= &amp;quot;PRUE1000&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
; RESPONSE: Parameters to Receive&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot; &lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|ID&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description &lt;br /&gt;
|-&lt;br /&gt;
|int&lt;br /&gt;
|codigo&lt;br /&gt;
|Indicates the status of the operation returned by the service, (to define catalog)&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|consecutivoDocumento&lt;br /&gt;
|Prefix and Consecutive of the Concatenated Document without separators. For the example above it corresponds to: “PRUE980338337”&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|cufe&lt;br /&gt;
|&amp;quot;Unique Electronic Invoice Code&amp;quot; corresponding to the document consulted.&lt;br /&gt;
|-&lt;br /&gt;
|Bool&lt;br /&gt;
|esValidoDian&lt;br /&gt;
|“true” if valid&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|fechaAceptacionDIAN&lt;br /&gt;
|Day and time in which the DIAN accepted the electronic document, in YYYY-MM-DD HH:MM:SS format&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|fechaRespuesta&lt;br /&gt;
|Day and time in which the electronic document was generated, in format AAAA-MM-DD HH:MM:SS&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|hash&lt;br /&gt;
|Error detection code &lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|mensaje&lt;br /&gt;
|This message is associated with the response code, useful for error identification&lt;br /&gt;
|-&lt;br /&gt;
|Array&lt;br /&gt;
|mensajesValidacion&lt;br /&gt;
|Validation messages in case of notification or rejection&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|nombre&lt;br /&gt;
|Name defined by the DIAN&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|qr&lt;br /&gt;
|QR code string concatenation (control element)&lt;br /&gt;
|-&lt;br /&gt;
|Array&lt;br /&gt;
|reglasNotificacionDIAN&lt;br /&gt;
|Validation rules in case of notification&lt;br /&gt;
|-&lt;br /&gt;
|Array&lt;br /&gt;
|reglasValidacionDIAN&lt;br /&gt;
|Validation rules in case of rejection&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|resultado&lt;br /&gt;
|Method consumption result: Processed” or “Error” &lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|tipoCufe&lt;br /&gt;
|CUFE type algorithm. “CUFE-SHA384” or “CUDE-SHA384”&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|xml&lt;br /&gt;
|XML file (type AttachedDocument) encoded in Base64&lt;br /&gt;
|}&lt;br /&gt;
Once the electronic invoice has been sent successfully (code &#039;200&#039; or &#039;201&#039; in the response), the attached files are sent (through the method&#039;&#039;&#039;CargarAdjuntos&#039;&#039;&#039;) consuming the SOAP Web Attachments Service, in the scenario that the &#039;&#039;&#039;attachments&#039;&#039;&#039; parameter has been assigned to “1” or “11”, otherwise the SOAP Web Attachments Service will return an error indicating that the document does NOT support attachments.&lt;br /&gt;
{{clear}}&lt;br /&gt;
&lt;br /&gt;
===EstadoDocumento Method===&lt;br /&gt;
It allows you to consult the status of the document indicated before the Acquirer, before the DIAN, the type of delivery and if it was successful, the list of associated events (ApplicationResponse) and other parameters of interest that can be useful in the software control processes billing (ERP) or for the business model of the issuing client.&lt;br /&gt;
; REQUEST: Parameters to Send&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Identifier&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;3&amp;quot;|String&lt;br /&gt;
|tokenEmpresa&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|Supplied by The Factory HKA Colombia&lt;br /&gt;
|-&lt;br /&gt;
|tokenPassword&lt;br /&gt;
|-&lt;br /&gt;
|Documento&lt;br /&gt;
|Prefix and Consecutive of the electronic Document concatenated without separators. Example “PRUE980338212&lt;br /&gt;
|}&lt;br /&gt;
; RESPONSE: Parameters to Receive&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot; &lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Typr&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Identifier&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Bool&lt;br /&gt;
|aceptacionFisica&lt;br /&gt;
|Indicates if the document has physical acceptance (physically delivered): “true” or “false”&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|acuseComentario&lt;br /&gt;
|Comment informed by the acquirer when making the acknowledgment&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|acuseEstatus&lt;br /&gt;
|0: Acknowledgment not made ; 1: Acknowledgment made&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|acuseResponsable&lt;br /&gt;
|Email of the person responsible for making the acknowledgment&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|acuseRespuesta&lt;br /&gt;
|0: Response not sent; 1: Reply Sent&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|ambiente&lt;br /&gt;
|Type of document generation environment:&lt;br /&gt;
:: “1: ProductionEnvironment”&lt;br /&gt;
:: “2: TestEnvironment”&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|cadenaCodigoQR&lt;br /&gt;
|QR code string concatenation (control element)&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|cadenaCufe&lt;br /&gt;
|Chain concatenation of the CUFE code prior to calculation by the corresponding algorithm of the service&lt;br /&gt;
|-&lt;br /&gt;
|int&lt;br /&gt;
|Codigo&lt;br /&gt;
|Indicates the status of the operation returned by the service&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|consecutivo&lt;br /&gt;
|Consecutive Document TFHKA/DIAN&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|cufe&lt;br /&gt;
|&amp;quot;Unique Code of Electronic Invoice&amp;quot; corresponding to the document consulted, calculated by the corresponding algorithm of the service&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|DescriptionDocumento&lt;br /&gt;
|Reference document type identifier,&lt;br /&gt;
: Example: &amp;quot;National Sales Invoice&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|String &lt;br /&gt;
|DescriptionEstatusDocumento&lt;br /&gt;
|Description corresponding to the statusDocument before the DIAN: &amp;quot;Processed Correctly&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|entregaMetodoDIAN&lt;br /&gt;
|Indicates the delivery method to the DIAN&lt;br /&gt;
: (Synchronous or Asynchronous), (Individual or Batch)&lt;br /&gt;
|-&lt;br /&gt;
|Bool&lt;br /&gt;
|esValidoDIAN&lt;br /&gt;
| &lt;br /&gt;
: “true” if valid&lt;br /&gt;
: &amp;quot;false&amp;quot; If not valid&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|estatusDocumento&lt;br /&gt;
|Code obtained in the response corresponding to the status of the document before the DIAN (Catalogue to be defined)&lt;br /&gt;
|-&lt;br /&gt;
|Array &amp;lt;Evento&amp;gt;&lt;br /&gt;
|eventos&lt;br /&gt;
|List of Electronic Document events&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|fechaAceptacionDIAN&lt;br /&gt;
|Day and time in which the DIAN accepted the electronic document, in format AAAA-MM-DD HH:MM:SS&lt;br /&gt;
|-&lt;br /&gt;
|String &lt;br /&gt;
|fechaDocumento&lt;br /&gt;
|Date on which the document was generated, in format: AAAA-MM-DD&lt;br /&gt;
|-&lt;br /&gt;
|Array &amp;lt;HistorialDeEntregas&amp;gt;&lt;br /&gt;
|historialDeEntregas&lt;br /&gt;
|History of document deliveries&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|mensaje&lt;br /&gt;
|This message is associated with the code, useful for identifying errors&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|mensajeDocumento&lt;br /&gt;
|Provides a description of the error of each of the initial validations. If there are no errors, no description is provided.&lt;br /&gt;
|-&lt;br /&gt;
|Bool&lt;br /&gt;
|poseeAdjuntos&lt;br /&gt;
|Indicates if the document has attachments:&lt;br /&gt;
: &amp;quot;true&amp;quot; or &amp;quot;false&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Bool&lt;br /&gt;
|poseeRepresentacionGrafica&lt;br /&gt;
|Indicates if the document has a graphic representation:&lt;br /&gt;
: &amp;quot;true&amp;quot; or &amp;quot;false&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Array &amp;lt;String&amp;gt;&lt;br /&gt;
|reglasValidacionDIAN&lt;br /&gt;
|Validation messages by the DIAN&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|resultado&lt;br /&gt;
|Result of method consumption:&lt;br /&gt;
: “Processed” or “Error”&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|tipoCufe&lt;br /&gt;
|Algorithm used to calculate CUFE:&lt;br /&gt;
: SHA-256, SHA-384, SHA-512&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|tipoDocumento&lt;br /&gt;
|Reference document type identifier&lt;br /&gt;
: Watch   [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 1|Tabla 1]]&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|trackID&lt;br /&gt;
|This element corresponds to the TrackId of the processed document&lt;br /&gt;
|}&lt;br /&gt;
Where Class.Evento contains the following information:&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot; &lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|identifier&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|ambienteDIAN&lt;br /&gt;
|Generation environment in the DIAN&lt;br /&gt;
: “1:ambienteDeProducción” &lt;br /&gt;
: “2:ambienteDePruebas” &lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|codigo &lt;br /&gt;
|Code the document of the Application Response (event)&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|comentario&lt;br /&gt;
|event commentary&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|cufe&lt;br /&gt;
|CUFE of the electronic document&lt;br /&gt;
|-&lt;br /&gt;
|String &lt;br /&gt;
|DescriptionEvento&lt;br /&gt;
|Description of use/source of the event&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|emisorNumeroDocumento&lt;br /&gt;
|Issuer Identification Number&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|emisorNumeroDocumentoDV&lt;br /&gt;
|Issuer Document Number Check Digit&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|emisorRazonSocial&lt;br /&gt;
|Company Name of the Issuer&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|emisorTipoIdentificacion&lt;br /&gt;
|Issuer Identification Type&lt;br /&gt;
|-&lt;br /&gt;
|Array &amp;lt;ExtrasEvento&amp;gt;&lt;br /&gt;
|extras&lt;br /&gt;
|Extra information corresponding to the event&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|fechaEmision&lt;br /&gt;
|Date of Issue of the Application Response (event)&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|fechaRecepcion&lt;br /&gt;
|Application Response Reception Date (event) &lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|hash&lt;br /&gt;
|Application Response document hash&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|idPerfilDIAN&lt;br /&gt;
|DIAN Profile&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|mensaje&lt;br /&gt;
|ApplicationResponse description message&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|nombreArchivoXML&lt;br /&gt;
|XML file name&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|nota&lt;br /&gt;
|Content of the Note field of the Application Response&lt;br /&gt;
|-&lt;br /&gt;
|String &lt;br /&gt;
|numeroDelEvento&lt;br /&gt;
|Consecutive Application Response&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|receptorNumeroDocumento&lt;br /&gt;
|Receiver Identification Number&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|receptorNumeroDocumentoDV&lt;br /&gt;
|Receiver Document Number Check Digit&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|receptorRazonSocial&lt;br /&gt;
|Receiver&#039;s Business Name&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|receptorTipoIdentificacion&lt;br /&gt;
|Receiver Identification Type &lt;br /&gt;
|-&lt;br /&gt;
|String &lt;br /&gt;
|resultado&lt;br /&gt;
|Result of method consumption:&lt;br /&gt;
: “Processed” or “Error”&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|tipoCufe&lt;br /&gt;
|Algorithm used to calculate CUDE of the event:&lt;br /&gt;
: SHA-256, SHA-384, SHA-512&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|tipoEvento&lt;br /&gt;
|Event type identifier:&lt;br /&gt;
: (Internal/ApplicationResponse)&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|versionUBL&lt;br /&gt;
|UBL version of the XML&lt;br /&gt;
|}&lt;br /&gt;
And Class.ExtrasEvento contains the following information:&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot; &lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Identifier&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|codigoInterno1&lt;br /&gt;
|Hashtag&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|codigoInterno2&lt;br /&gt;
|Additional Description&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|nombre&lt;br /&gt;
|Additional Description&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|valor &lt;br /&gt;
|Información Adicional&lt;br /&gt;
|}&lt;br /&gt;
Class.HistorialDeEntregas will correspond to:&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot; &lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Identifier&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|LeidoEmailIPAddress&lt;br /&gt;
|IP address of the computer in which the acknowledgment of the notification mail was made&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|LeidoEstatus&lt;br /&gt;
|Notification mail acknowledgment status&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|LeidoFecha&lt;br /&gt;
|Date of acknowledgment of notification mail&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|canalDeEntrega&lt;br /&gt;
|Electronic document delivery channel&lt;br /&gt;
|-&lt;br /&gt;
|Array &amp;lt;String&amp;gt;&lt;br /&gt;
|email&lt;br /&gt;
|Email of the recipient of the electronic document&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|entregaEstatus&lt;br /&gt;
|Delivery status:&lt;br /&gt;
: &#039;0&#039;: Mail not sent&lt;br /&gt;
: &#039;200&#039;: Mail sent&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|entregaEstatusDescription&lt;br /&gt;
|Delivery Status Description&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|entregaFecha&lt;br /&gt;
|Document delivery date&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|fechaProgramada&lt;br /&gt;
|Delivery Date&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|mensajePersonalizado&lt;br /&gt;
|Personalized message to be delivered by Email, WhatsApp or Telegram&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|nitProveedorReceptor&lt;br /&gt;
|NIT of the receiving Technological Provider, in case of delivery by Interoperability&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|recepcionEmailComentario&lt;br /&gt;
|Customer Acknowledgment Comment&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|recepcionEmailEstatus&lt;br /&gt;
|E-mail reception status&lt;br /&gt;
: 1: Accepted&lt;br /&gt;
: 2: Rejected&lt;br /&gt;
: 3: In verification&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|recepcionEmailFecha&lt;br /&gt;
|Date of receipt of the Email&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|recepcionEmailIPAddress&lt;br /&gt;
|Email receiving IP address&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|telefono&lt;br /&gt;
|For delivery by Whatsapp/Telegram&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;@Important:&#039;&#039;&#039; The structure of this Response may still be subject to change in a future update. &lt;br /&gt;
{{clear}}&lt;br /&gt;
===EnvioCorreo Method===&lt;br /&gt;
Allows you to forward the indicated document to one or more email addresses.&lt;br /&gt;
; REQUEST: Parameters to Send&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot; &lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Identifier&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;5&amp;quot;|String&lt;br /&gt;
|tokenEmpresa&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|Supplied by The Factory HKA Colombia&lt;br /&gt;
|-&lt;br /&gt;
|tokenPassword&lt;br /&gt;
|-&lt;br /&gt;
|Documento&lt;br /&gt;
|Prefix and consecutive of the Electronic Document concatenated without separators. Example “PRUE980338212”. Allows sending multiple recipients (maximum 5) separated by a comma character &#039;,&#039;&lt;br /&gt;
|-&lt;br /&gt;
|correo	&lt;br /&gt;
|Email to which the document will be sent. Example name@company.com&lt;br /&gt;
|-&lt;br /&gt;
|adjuntos	&lt;br /&gt;
|&lt;br /&gt;
: “0”: Resends the mail without attachments&lt;br /&gt;
: “1”: Forwards the mail with the attachments stored during the issuance of the document.&lt;br /&gt;
|}&lt;br /&gt;
; RESPONSE: Parameters to Receive&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot; &lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Identifier&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|int	&lt;br /&gt;
|codigo	&lt;br /&gt;
|Indicates the status of the operation returned by the service&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|String&lt;br /&gt;
|mensaje	&lt;br /&gt;
|This message is associated with the code, useful for identifying errors&lt;br /&gt;
|-&lt;br /&gt;
|resultado	&lt;br /&gt;
|Result of method consumption:&lt;br /&gt;
: “Processed” or “Error”&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;@Important:&#039;&#039;&#039; If during the issuance of the document (&#039;&#039;&#039;Send&#039;&#039;&#039; method) the &#039;&#039;&#039;attachments&#039;&#039;&#039; parameter was set to “10” or “11”, The Factory HKA - DFACTURE platform does not will generate standard graphical representation (PDF), therefore only the documents hosted on the platform (AttachedDocument) will be forwarded to the recipients. To forward the mail (with the AttachedDocument and attachments) to an email address different from the one used during the transmission, the &#039;&#039;&#039;CargarAtjuntos&#039;&#039;&#039; method of the SOAP Web Attachments Service can be used again.&lt;br /&gt;
{{clear}}&lt;br /&gt;
===DescargaPDF Method===&lt;br /&gt;
Allows you to download the standard graphic representation (PDF generated by TFHKA) of the document for local storage, local consultation or reprint purposes.&lt;br /&gt;
; REQUEST: Parameters to Send&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot; &lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Identifier&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;3&amp;quot;|String&lt;br /&gt;
|tokenEmpresa&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|Supplied by The Factory HKA Colombia&lt;br /&gt;
|-&lt;br /&gt;
|tokenPassword&lt;br /&gt;
|-&lt;br /&gt;
|documento&lt;br /&gt;
|prefix and consecutive of the Electronic Document concatenated without separators. Example “PRUE980338212”&lt;br /&gt;
|}&lt;br /&gt;
; RESPONSE: Parameters to Receive&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot; &lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Identifier&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|int	&lt;br /&gt;
|codigo	&lt;br /&gt;
|Indicates the status of the operation returned by the service &lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|cufe	&lt;br /&gt;
|“Unique Electronic Invoice Code” corresponding to the document consulted.&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|documento	&lt;br /&gt;
|Base64 encoded PDF document&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|hash	&lt;br /&gt;
|Error detection code&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|mensaje	&lt;br /&gt;
|This message is associated with the code, useful for identifying errors&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|resultado	&lt;br /&gt;
|Result of method consumption:&lt;br /&gt;
: “Processed” or “Error”&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;@Important:&#039;&#039;&#039; If during the issuance of the document (&#039;&#039;&#039;Enviar&#039;&#039;&#039; method) the &#039;&#039;&#039;adjuntos&#039;&#039;&#039; parameter was set to “10” or “11”, The Factory HKA - DFACTURE platform will not will generate standard graphic representation (PDF), therefore this method cannot be used since the service will throw an error indicating that there is NO associated PDF, since it is assumed that the graphic representation has been generated locally by the billing software (ERP).&lt;br /&gt;
{{clear}}&lt;br /&gt;
=== DescargaXML Method===&lt;br /&gt;
It allows the download of the XML document (only the electronic document Invoice, CreditNote and DebitNote), in case it is required to validate the information such as the signature or its authenticity or for the purpose of local management and storage.&lt;br /&gt;
; REQUEST: Parameters to Send&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Identifier&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;3&amp;quot;|String&lt;br /&gt;
|tokenEmpresa&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|Supplied by The Factory HKA Colombia&lt;br /&gt;
|-&lt;br /&gt;
|tokenPassword&lt;br /&gt;
|-&lt;br /&gt;
|Documento&lt;br /&gt;
|Prefix and Consecutive of the electronic Document concatenated without separators. Example “PRUE980338212&lt;br /&gt;
|}&lt;br /&gt;
; RESPONSE: Parameters to Receive&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot; &lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Identifier&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|int	&lt;br /&gt;
|codigo	&lt;br /&gt;
|Indicates the status of the operation returned by the service &lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|cufe	&lt;br /&gt;
|“Unique Electronic Invoice Code” corresponding to the document consulted&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|documento	&lt;br /&gt;
|XML document (Invoice, CreditNote or DebitNote) encoded in Base64&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|hash	&lt;br /&gt;
|Error detection code&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|mensaje	&lt;br /&gt;
|This message is associated with the code, useful for identifying errors&lt;br /&gt;
|-&lt;br /&gt;
|String 	&lt;br /&gt;
|resultado	&lt;br /&gt;
|Result of method consumption:&lt;br /&gt;
: “Processed” or “Error”&lt;br /&gt;
|}&lt;br /&gt;
{{clear}}&lt;br /&gt;
===FoliosRestantes Method===&lt;br /&gt;
Allows you to consult the stamps (transactions) available. The stamps are consumed in proportion to the transactions made.&lt;br /&gt;
; REQUEST: Parameters to Send&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Identifier&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|String&lt;br /&gt;
|tokenEmpresa&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|Supplied by The Factory HKA Colombia&lt;br /&gt;
|-&lt;br /&gt;
|tokenPassword&lt;br /&gt;
|}&lt;br /&gt;
; RESPONSE:Parameters to Receive&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot; &lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Identifier&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|int	&lt;br /&gt;
|codigo	&lt;br /&gt;
|Indicates the status of the operation returned by the service&lt;br /&gt;
|-&lt;br /&gt;
|int	&lt;br /&gt;
|foliosRestantes	&lt;br /&gt;
|Number of sheets available&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|mensaje	&lt;br /&gt;
|This message is associated with the code, useful for identifying errors&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|resultado	&lt;br /&gt;
|Result of method consumption:&lt;br /&gt;
: “Processed” or “Error”&lt;br /&gt;
|}&lt;br /&gt;
{{clear}}&lt;br /&gt;
===CargarCertificado Method===&lt;br /&gt;
For now, this method will only be used internally by The Factory HKA Colombia.&lt;br /&gt;
{{clear}}&lt;br /&gt;
===DescargarEventoXML Method===&lt;br /&gt;
It allows downloading an event or occurrence (ApplicationResponse) related to an Electronic Document (Invoice, CreditNote or DebitNote), generated by a person or entity related to this document (DIAN, Issuer, Acquirer).&lt;br /&gt;
; REQUEST: Parameters to Send&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot; &lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Identifier&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;4&amp;quot;|String&lt;br /&gt;
|tokenEmpresa&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|Supplied by The Factory HKA Colombia&lt;br /&gt;
|-&lt;br /&gt;
|tokenPassword&lt;br /&gt;
|-&lt;br /&gt;
|documentoEvento&lt;br /&gt;
|Consecutive of the event (ApplicationResponse)&lt;br /&gt;
|-&lt;br /&gt;
|Documento&lt;br /&gt;
|Prefix and Consecutive of the electronic Document concatenated without separators. Example “PRUE980338212&lt;br /&gt;
|}&lt;br /&gt;
;RESPONSE: Parameters to Receive&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot; &lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Identifier&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|int	&lt;br /&gt;
|Código	&lt;br /&gt;
|Indicates the status of the operation returned by the service&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|Cufe	&lt;br /&gt;
|Event CUFE (ApplicationResponse)&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|Documento	&lt;br /&gt;
|XML document (ApplicationResponse) encoded in Base64&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|fechaRespuesta	&lt;br /&gt;
|Date and Time consumption of the method, format: AAAA-MM-DD HH:MM:SS  &lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|Hash	&lt;br /&gt;
|Error detection code&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|Mensaje	&lt;br /&gt;
|This message is associated with the code, useful for error identification.&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|Resultado	&lt;br /&gt;
|Result of method consumption:&lt;br /&gt;
: “Processed” or “Error”&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|tipoCufe	&lt;br /&gt;
|Algorithm used to calculate CUFE:&lt;br /&gt;
: SHA-256, SHA-384, SHA-512&lt;br /&gt;
|}&lt;br /&gt;
{{clear}}&lt;br /&gt;
===GenerarContenedor Method===&lt;br /&gt;
UA container is a type of AttachedDocument document, its structure is intended to contain and transmit an electronic document (Invoice, CreditNote or DebitNote) and all the events (ApplicationResponse) generated to date in a single XML file.&lt;br /&gt;
; REQUEST: Parameters to Send&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Identifier&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;3&amp;quot;|String&lt;br /&gt;
|tokenEmpresa&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|Supplied by The Factory HKA Colombia&lt;br /&gt;
|-&lt;br /&gt;
|tokenPassword&lt;br /&gt;
|-&lt;br /&gt;
|Documento&lt;br /&gt;
|Prefix and Consecutive of the electronic Document concatenated without separators. Example “PRUE980338212&lt;br /&gt;
|}&lt;br /&gt;
; RESPONSE: Parameters to Receive&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot; &lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Identifier&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|int	&lt;br /&gt;
|Código	&lt;br /&gt;
|Indicates the status of the operation returned by the service &lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|Contenedor	&lt;br /&gt;
|XML document (AttachedDocument) encoded in Base64 &lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|Fecha	&lt;br /&gt;
|Date and Time consumption of the method, format: AAAA-MM-DD HH:MM:SS &lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|Hash	&lt;br /&gt;
|Error detection code&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|Mensaje	&lt;br /&gt;
|This message is associated with the code, useful for error identification.&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|Resultado	&lt;br /&gt;
|Result of method consumption:&lt;br /&gt;
: “Processed” or “Error”&lt;br /&gt;
|}&lt;br /&gt;
{{clear}}&lt;br /&gt;
===GenerarEvento Method===&lt;br /&gt;
Allows the generation of an event or occurrence (ApplicationResponse) associated with an Electronic Document (Invoice, CreditNote or DebitNote), generated by a person or entity related to this document (DIAN, Issuer, Acquirer).&lt;br /&gt;
; REQUEST: Parameters to Send&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;   &lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Identifier&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|String&lt;br /&gt;
|tokenEmpresa&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|Supplied by The Factory HKA Colombia&lt;br /&gt;
|-&lt;br /&gt;
|tokenPassword&lt;br /&gt;
|-&lt;br /&gt;
|DatosEvento&lt;br /&gt;
|datosEvento&lt;br /&gt;
|Object with the data of the event (ApplicationResponse) to generate&lt;br /&gt;
|}&lt;br /&gt;
Where Class.DatosEvento contains the following information:&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Identifier&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|codigoEvento	&lt;br /&gt;
|Indicates the code of the event (to define catalog)&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|codigoInterno1	&lt;br /&gt;
|Hashtag&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|codigoInterno2	&lt;br /&gt;
|Additional Description&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|Comentario	&lt;br /&gt;
|Comment or description of the event&lt;br /&gt;
|-&lt;br /&gt;
|String 	&lt;br /&gt;
|Documento	&lt;br /&gt;
|Prefix and consecutive of the Electronic Document concatenated without separators. Example “PRUE980338212”&lt;br /&gt;
|-&lt;br /&gt;
|Array &amp;lt;ExtrasEvento&amp;gt;	&lt;br /&gt;
|Extras	&lt;br /&gt;
|Additional event information&lt;br /&gt;
|}&lt;br /&gt;
Where Class.ExtrasEvento contains the following information:&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Identifier&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|codigoInterno1	&lt;br /&gt;
|Hashtag&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|codigoInterno2	&lt;br /&gt;
|Additional Description&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|Nombre	Código &lt;br /&gt;
|of the field&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|valor 	&lt;br /&gt;
|Additional Information&lt;br /&gt;
|}&lt;br /&gt;
; RESPONSE: Parameters to Receive&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot; &lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Identifier&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|int	&lt;br /&gt;
|Código	&lt;br /&gt;
|Indicates the status of the operation returned by the service &lt;br /&gt;
|-&lt;br /&gt;
|String 	&lt;br /&gt;
|consecutivoDocumentoEvento	&lt;br /&gt;
|Consecutive of the event (ApplicationResponse)&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|Cufe	&lt;br /&gt;
|Event CUFE (ApplicationResponse)&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|fechaRespuesta	&lt;br /&gt;
|Date and Time consumption of the method, format: AAAA-MM-DD HH:MM:SS &lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|Hash	&lt;br /&gt;
|Error detection code&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|Mensaje	&lt;br /&gt;
|This message is associated with the code, useful for error identification.&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|Resultado	&lt;br /&gt;
|Result of method consumption:&lt;br /&gt;
: “Processed” or “Error”&lt;br /&gt;
|-&lt;br /&gt;
|String 	&lt;br /&gt;
|tipoCufe	&lt;br /&gt;
|Algorithm used to calculate CUFE:&lt;br /&gt;
: SHA-256, SHA-384, SHA-512&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|Xml	&lt;br /&gt;
|XML document (ApplicationResponse) encoded in Base64&lt;br /&gt;
|}&lt;br /&gt;
{{clear}}&lt;/div&gt;</summary>
		<author><name>Lvargas</name></author>
	</entry>
	<entry>
		<id>http://felcowiki.thefactoryhka.com.co/index.php?title=Web_Soap_Broadcast_Service_Methods_-_Direct_Integration_Manual_Index&amp;diff=2439</id>
		<title>Web Soap Broadcast Service Methods - Direct Integration Manual Index</title>
		<link rel="alternate" type="text/html" href="http://felcowiki.thefactoryhka.com.co/index.php?title=Web_Soap_Broadcast_Service_Methods_-_Direct_Integration_Manual_Index&amp;diff=2439"/>
		<updated>2022-03-01T16:29:46Z</updated>

		<summary type="html">&lt;p&gt;Lvargas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==Web Soap Broadcast Service Methods==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
The parameters to be incorporated in the methods of this Web Service must comply with the format and the corresponding directives according to the following rules:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background:#e9e9e9; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#e9e9e9; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
| A || Alphabetic character&lt;br /&gt;
|- &lt;br /&gt;
| N || Numeric character&lt;br /&gt;
|- &lt;br /&gt;
| AN || AlphaNumeric character&lt;br /&gt;
|- &lt;br /&gt;
| &amp;lt;nowiki&amp;gt; A|3 &amp;lt;/nowiki&amp;gt; || 3 Alphabetic characters (fixed length)&lt;br /&gt;
|- &lt;br /&gt;
| &amp;lt;nowiki&amp;gt; N|3 &amp;lt;/nowiki&amp;gt; || 3 Numeric characters (fixed length)&lt;br /&gt;
|- &lt;br /&gt;
| &amp;lt;nowiki&amp;gt; AN|3 &amp;lt;/nowiki&amp;gt; || 3 alphaNumeric characters (fixed length)&lt;br /&gt;
|- &lt;br /&gt;
| &amp;lt;nowiki&amp;gt; A|..3 &amp;lt;/nowiki&amp;gt; || Up to 3 Alphabetic characters (variable length)&lt;br /&gt;
|- &lt;br /&gt;
| &amp;lt;nowiki&amp;gt; N|..3 &amp;lt;/nowiki&amp;gt; || Up to 3 Numeric characters (variable length)&lt;br /&gt;
|- &lt;br /&gt;
| &amp;lt;nowiki&amp;gt; AN|..3 &amp;lt;/nowiki&amp;gt; || Up to 3 alphaNumeric characters (variable length)&lt;br /&gt;
|- &lt;br /&gt;
| &amp;lt;nowiki&amp;gt; N|2..6 &amp;lt;/nowiki&amp;gt; || Between 2 and 6 Numeric characters (variable length)&lt;br /&gt;
|- &lt;br /&gt;
| INT32 || Whole. (Maximum Value: 2,147,483,647)&lt;br /&gt;
|}&lt;br /&gt;
{{clear}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background:#e9e9e9; text-align:center;&amp;quot;|Mandatory&lt;br /&gt;
! style=&amp;quot;background:#e9e9e9; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
| YES || If it is mandatory for the DIAN&lt;br /&gt;
|- &lt;br /&gt;
| NOT || It is not mandatory for the DIAN&lt;br /&gt;
|- &lt;br /&gt;
| C/C || It is required where applicable (or under certain conditions by the client&#039;s business model)&lt;br /&gt;
|}&lt;br /&gt;
{{clear}}&lt;br /&gt;
&lt;br /&gt;
===Enviar Method===&lt;br /&gt;
The function in charge of building and sending the electronic documents to the technology provider.&lt;br /&gt;
; REQUEST: Parameters to Send&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Identifier&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|String&lt;br /&gt;
|tokenEmpresa&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|Provided by technology provider&lt;br /&gt;
|-&lt;br /&gt;
|tokenPassword&lt;br /&gt;
|-&lt;br /&gt;
|FacturaGeneral&lt;br /&gt;
|factura&lt;br /&gt;
|See the detail of the Invoice Object below&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|adjuntos&lt;br /&gt;
|&lt;br /&gt;
Possible values:&lt;br /&gt;
: “0” Attachments are not allowed. XML and standard graphic representation is generated by The Factory HKA&lt;br /&gt;
: “1” Supports attachments. XML and standard graphic representation is generated by The Factory HKA&lt;br /&gt;
: “10” Attachments are not allowed. Only XML is generated without standard Graphic representation by The Factory HKA&lt;br /&gt;
: “11” Supports attachments. Only XML is generated without standard graphical representation by The Factory HKA&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;@IMPORTANT:&#039;&#039;&#039; If the value “1” or “11” is sent in the &#039;&#039;&#039;attachments&#039;&#039;&#039; parameter, no email will be sent until the method is consumed &#039;&#039;&#039;CargarAdjuntos&#039;&#039;&#039; (ServicE Adjuntos Web SOAP). For documents that accept attachments, the field&#039;&#039;&#039;Destinatario.email&#039;&#039;&#039; of the client is required and the &#039;&#039;&#039;notify&#039;&#039;&#039; field must be set to “YES”.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;color: red&amp;quot;&amp;gt;WARNING: If options &#039;10&#039; or &#039;11&#039; are used in the attachments parameter, our platform will not generate standard graphic representation (PDF), therefore PDF is not hosted on it and the graphic representation cannot be viewed from the platform. web portal, in the notification email to the acquirer (view document section), nor download through the DescargaPDF method  of the SOAP Web Broadcast Service or forward the graphical representation through the EnvioCorreo method, since it is being assumed that it has been generated locally by the billing software (ERP).&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Next, the diagram of the &#039;&#039;&#039;invoice object for the billing model with prior validation&#039;&#039;&#039; is exposed, where the changes in its structure can be seen with respect to the object used in the model with &amp;lt;u&amp;gt;post validation &amp;lt;/u&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
* In &amp;lt;span style=&amp;quot;color:#FFFF; background:#36C&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Blue&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; new classes/attributes that were not present in the post validation model.&lt;br /&gt;
* In &amp;lt;span style=&amp;quot;color:#000; background:#FFFF00&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Yellow&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; existing classes/attributes in the post-validation model that underwent changes in pre-validation.&lt;br /&gt;
* In &amp;lt;span style=&amp;quot;color:#00; background:#FFA500&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Orange&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; existing classes/attributes in post-validation model that are deprecated (removed) in pre-validation.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The invoice object for the billing model with prior validation is described in greater detail below:&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&#039;&#039;&#039;Diagram Class.FacturaGeneral con Class.Anticipos, Class.Autorizado y Class.CargosDescuentos&#039;&#039;&#039;&lt;br /&gt;
[[Archivo:Diagram Class.FacturaGeneral con Class.Anticipos, Class.Autorizado y Class.CargosDescuentos.png|800px|sinmarco|centro|Diagram Class.FacturaGeneral con Class.Anticipos, Class.Autorizado y Class.CargosDescuentos]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Diagram Class.FacturaGeneral con Class.Cliente&#039;&#039;&#039;&lt;br /&gt;
[[Archivo:Diagram Class.FacturaGeneral con Class.Cliente.png|800px|sinmarco|centro|Diagram Class.FacturaGeneral con Class.Cliente]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Diagram Class.FacturaGeneral con Class.CondicionPago&#039;&#039;&#039;&lt;br /&gt;
[[Archivo:Diagram Class.FacturaGeneral con Class.CondicionPago.png|800px|sinmarco|centro|Diagram Class.FacturaGeneral con Class.CondicionPago]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Diagram Class.FacturaGeneral con Class.FacturaDetalle&#039;&#039;&#039;&lt;br /&gt;
[[Archivo:Diagram Class.FacturaGeneral con Class.FacturaDetalle.png|800px|sinmarco|centro|Diagram Class.FacturaGeneral con Class.FacturaDetalle]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Diagram Class.FacturaGeneral con Class.DocumentoReferenciado&#039;&#039;&#039;&lt;br /&gt;
[[Archivo:Diagram Class.FacturaGeneral con Class.DocumentoReferenciado.png|800px|sinmarco|centro|Diagram Class.FacturaGeneral con Class.DocumentoReferenciado]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Diagram Class.FacturaGeneral Class.EntregaMercancia&#039;&#039;&#039;&lt;br /&gt;
[[Archivo:Diagram Class.FacturaGeneral Class. EntregaMercancia.png|800px|sinmarco|centro|Diagram Class.FacturaGeneral Class.EntregaMercancia]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Diagram Class.FacturaGeneral con Class.Extras. Class.FacturaImpuestos, Class.ImpuestosTotales, Class.MediosDePago, Class.OrdenDeCompra y Array - informacionAdicional&#039;&#039;&#039;&lt;br /&gt;
[[Archivo:Diagram Class.FacturaGeneral con Class.Extras. Class.FacturaImpuestos, Class.ImpuestosTotales, Class.MediosDePago, Class.OrdenDeCompra y Array - informacionAdicional.png|800px|sinmarco|centro|Diagram Class.FacturaGeneral con Class.Extras. Class.FacturaImpuestos, Class.ImpuestosTotales, Class.MediosDePago, Class.OrdenDeCompra y Array - informacionAdicional]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Diagram Class.FacturaGeneral con Class.TasaDeCambio, Class.TasaDeCambioAlternativa y Class.TerminosEntrega&#039;&#039;&#039;&lt;br /&gt;
[[Archivo:Diagram Class.FacturaGeneral con Class.TasaDeCambio, Class.TasaDeCambioAlternativa y Class.TerminosEntrega.png|800px|sinmarco|centro|Diagram Class.FacturaGeneral con Class.TasaDeCambio, Class.TasaDeCambioAlternativa y Class.TerminosEntrega]] &lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
{{clear}}&lt;br /&gt;
====Class.FacturaGeneral==== &lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description &lt;br /&gt;
|-&lt;br /&gt;
|anticipos&lt;br /&gt;
|Array &amp;lt;Anticipos&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Information related to advances&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/cac:PrepaidPayment &lt;br /&gt;
: (see detail in [[#Class.Anticipos|Class.Anticipos]]) &lt;br /&gt;
|- &lt;br /&gt;
|autorizado&lt;br /&gt;
|Autorizado&lt;br /&gt;
| -&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Information of the person authorized to download documents&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/cac:TaxRepresentativeParty&lt;br /&gt;
: (ver see detail in [[#Class.Autorizado|Class.Autorizado]])&lt;br /&gt;
|-&lt;br /&gt;
|cantidadDecimales&lt;br /&gt;
|String &lt;br /&gt;
| &amp;lt;nowiki&amp;gt;N|1&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: The number of decimals to be used is sent (minimum 0, maximum 6)&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If more decimals are received in the amounts than those indicated in this field&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Does not apply&lt;br /&gt;
|-&lt;br /&gt;
|cargosDescuentos&lt;br /&gt;
|Array &amp;lt;CargosDescuentos&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Information related to a charge or a discount on an invoice scale that does not affect the tax base&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/cac:AllowanceCharge &lt;br /&gt;
: (see detail in [[#Class.CargosDescuentos|Class.CargosDescuentos]])&lt;br /&gt;
|-&lt;br /&gt;
|cliente&lt;br /&gt;
|Cliente&lt;br /&gt;
| -&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Acquirer Information&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;:/root/cac:AccountingCustomerParty&lt;br /&gt;
: (see detail in [[#Class.Cliente|Class.Cliente]])&lt;br /&gt;
|-&lt;br /&gt;
|condicionPago&lt;br /&gt;
|Array &amp;lt;CondicionPago&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Information related to the payment condition&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/cac:PaymentTerms&lt;br /&gt;
: (see detail in [[#Class.CondicionPago|Class.CondicionPago]])&lt;br /&gt;
|-&lt;br /&gt;
|consecutivoDocumento&lt;br /&gt;
|String&lt;br /&gt;
| AN..20&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Correlative/consecutive of the electronic document&lt;br /&gt;
: prefix concatenation (&amp;lt;nowiki&amp;gt;AN|..4&amp;lt;/nowiki&amp;gt;) + the consecutive DIAN,&lt;br /&gt;
: according to the configuration in the web portal:&lt;br /&gt;
:: Manual with prefix: prefix required (No hyphen). Example: “PREF2147483647”&lt;br /&gt;
:: Manual without prefix: prefix not required. Example: “2147483647”&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; Additional characters such as spaces or hyphens are not allowed&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; Consecutive number must be equal to or greater than the initial value of the numbering range granted by the DIAN&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; Consecutive number must be equal to or less than the final value of the numbering range granted by the DIAN&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/cbc:ID&lt;br /&gt;
|-&lt;br /&gt;
|detalleDeFactura&lt;br /&gt;
|Array &amp;lt;FacturaDetalle&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Details or product information&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/cac:InvoiceLine &lt;br /&gt;
: (see detail in [[#Class.FacturaDetalle|Class.FacturaDetalle]])&lt;br /&gt;
|-&lt;br /&gt;
|documentosReferenciados&lt;br /&gt;
|Array &amp;lt;DocumentoReferenciado&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Information describing a referenced document&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; on tipoDocumento invoices  contingency (AdditionalDocumentReference), in invoices that affect a note (BillingReference), in Credit and Debit Notes (DiscrepancyResponse and BillingReference)&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/cac:DiscrepancyResponse,&lt;br /&gt;
:: /root/cac:BillingReference,&lt;br /&gt;
:: /root/cac: AdditionalDocumentReference,&lt;br /&gt;
:: /root/cac: DespatchDocumentReference,&lt;br /&gt;
:: /root/cac: ReceiptDocumentReference&lt;br /&gt;
:(see detail in [[#Class.DocumentoReferenciado|Class.DocumentoReferenciado]])&lt;br /&gt;
|-&lt;br /&gt;
|entregaMercancia&lt;br /&gt;
|Entrega&lt;br /&gt;
| -&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Delivery information (Delivery) of goods&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/cac:Delivery&lt;br /&gt;
: (see detail in [[#Class.Entrega|Class.Entrega]])&lt;br /&gt;
|-&lt;br /&gt;
|extras&lt;br /&gt;
|Array &amp;lt;Extras&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Optional fields or information for the issuer&#039;s business model&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined&lt;br /&gt;
: (see detail in [[#Class.Extras|Class.Extras]])&lt;br /&gt;
|-&lt;br /&gt;
|fechaEmision&lt;br /&gt;
|String&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;AN|19&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Date and time of issuance of the document, in format: YYYY-MM-DD HH:MM:SS&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Notification&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the issue date is earlier than five (5) days from the calendar date&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the issue date is later than ten calendar days&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/cbc:IssueDate, root/cbc:IssueTime&lt;br /&gt;
|-&lt;br /&gt;
|fechaFinPeriodoFacturacion&lt;br /&gt;
|String&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;AN|19&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Date/Time of the end of the billing period (Interval of dates to which the bill refers, for example in public services), in format: YYYY-MM-DD HH:MM:SS&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/cac:InvoicePeriod/cbc:EndDate, /root/cac:InvoicePeriod/cbc:EndTime&lt;br /&gt;
|-&lt;br /&gt;
|fechaInicioPeriodoFacturacion&lt;br /&gt;
|String&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;AN|19&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Billing period start date/time, in format: YYYY-MM-DD HH:MM:SS  &lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: &lt;br /&gt;
: /root/cac:InvoicePeriod/cbc:StartDate, /root/cac:InvoicePeriod/cbc:StartTime&lt;br /&gt;
|-&lt;br /&gt;
|fechaPagoImpuestos&lt;br /&gt;
|String&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;AN|19&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Tax payment date, in format: YYYY-MM-DD HH:MM:SS  &lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: root/cbc:TaxPointDate&lt;br /&gt;
|-&lt;br /&gt;
|fechaVencimiento&lt;br /&gt;
|String&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;AN|10&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Due date of the invoice, in format: YYYY-MM-DD&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/cbc:DueDate &lt;br /&gt;
|-&lt;br /&gt;
|impuestosGenerales&lt;br /&gt;
|Array &amp;lt;FacturaImpuestos&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: General or global tax information&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the taxes/withholdings reported in this arrangement do not correspond to what is reported in the details&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/cac:TaxTotal (impuestos),&lt;br /&gt;
: /root/cac: WithholdingTaxTotal (retenciones),&lt;br /&gt;
: (see detail in [[#Class.FacturaImpuestos|Class.FacturaImpuestos]])&lt;br /&gt;
|-&lt;br /&gt;
|impuestosTotales&lt;br /&gt;
|Array &amp;lt;ImpuestosTotales&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Sum of general taxes/withholdings by type of impuesto/retención&lt;br /&gt;
:  &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the total value of the tax/withholding indicated is different from the sum of those reported in the impuestosGenrales arrangement&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/cac:TaxTotal/cbc:TaxAmount (impuestos), &lt;br /&gt;
: /root/cac: WithholdingTaxTotal/cbc:TaxAmount (retenciones),&lt;br /&gt;
: (see detail in [[#Class.ImpuestosTotales|Class.ImpuestosTotales]])&lt;br /&gt;
|-&lt;br /&gt;
|informacionAdicional&lt;br /&gt;
|Array &amp;lt;String&amp;gt;&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;AN|...10000&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Additional information or free text related to the document&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: root/cbc:Note&lt;br /&gt;
|-&lt;br /&gt;
|mediosDePago&lt;br /&gt;
|Array &amp;lt;MediosDePago&amp;gt; &lt;br /&gt;
| -&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Information related to the payment of the invoice&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/cac:PaymentMeans &lt;br /&gt;
: (see detail in [[#Class.MediosDePago|Class.MediosDePago]])&lt;br /&gt;
|-&lt;br /&gt;
|moneda&lt;br /&gt;
|String&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;AN|3&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Currency or currency of the document&lt;br /&gt;
: Use ISO 4217 codes (Example Colombian Pesos “COP”)&lt;br /&gt;
:  &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the value does not correspond to one of the ISO 4217 codes&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/cbc:DocumentCurrencyCode&lt;br /&gt;
|-&lt;br /&gt;
|ordenDeCompra&lt;br /&gt;
|Array &amp;lt;OrdenDeCompra&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Information related to the purchase order &lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/cac:OrderReference&lt;br /&gt;
: (see detail in [[#Class.OrdenDeCompra|Class.OrdenDeCompra]])&lt;br /&gt;
|-&lt;br /&gt;
|rangoNumeracion&lt;br /&gt;
|String&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;AN|20&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Consecutive from which the series begins for the document to be issued, the prefix (with hyphen) must always be placed regardless of the sequential mode.&lt;br /&gt;
: Example: &#039;PREF-1123456&#039;&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;:&lt;br /&gt;
: /root/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/&lt;br /&gt;
: sts:DianExtensions/sts:InvoiceControl/sts:AuthorizedInvoices/(sts:Prefix, sts:From)&lt;br /&gt;
|-&lt;br /&gt;
|redondeoAplicado&lt;br /&gt;
|String&lt;br /&gt;
| Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Rounding applied to arrive at totalMonto&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If rounding is greater than the greater value between 500 pesos or 0.1% of the total value of the invoice&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/cac:LegalMonetaryTotal/cbc:PayableRoundingAmount&lt;br /&gt;
|-&lt;br /&gt;
|sectorSalud&lt;br /&gt;
|sectorSalud&lt;br /&gt;
| -&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Information related to emissions from the Health Sector&amp;lt;u&amp;gt;&#039;&#039;&#039;Required&amp;lt;/u&amp;gt;: When typeSector = &#039;2&#039;&#039;&#039;&#039; is informed&lt;br /&gt;
: (see detail in [[#Class.sectorSalud|Class.sectorSalud]])  &lt;br /&gt;
|-&lt;br /&gt;
|tasaDeCambio&lt;br /&gt;
|TasaDeCambio&lt;br /&gt;
| -&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Information related to the exchange rate of foreign currency to Colombian peso (COP)&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; If documenttype is export/international or if the base currency is different from “COP”&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/cac:PaymentExchangeRate&lt;br /&gt;
: (see detail in [[#Class.TasaDeCambio|Class.TasaDeCambio]])&lt;br /&gt;
|-&lt;br /&gt;
|tasaDeCambioAlternativa&lt;br /&gt;
|TasaDeCambioAlternativa&lt;br /&gt;
| -&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Information used as an alternative method to report conversions to other currencies&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/cac:PaymentAlternativeExchangeRate&lt;br /&gt;
: (see detail in [[#Class.TasaDeCambioAlternativa|Class.TasaDeCambioAlternativa]])&lt;br /&gt;
|-&lt;br /&gt;
|terminosEntrega&lt;br /&gt;
|TerminosEntrega&lt;br /&gt;
| -&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Information related to the delivery&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; If documenttype is export/international&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/cac:DeliveryTerms &lt;br /&gt;
: (see detail in [[#Class.TerminosEntrega|Class.TerminosEntrega]])&lt;br /&gt;
|-&lt;br /&gt;
|tipoDocumento&lt;br /&gt;
|String&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;AN|2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Document type&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Invoice, CreditNote, DebitNote&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the content of this attribute does not correspond to one of the values ​​of the  [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 1|Tabla 1]]&lt;br /&gt;
|-&lt;br /&gt;
|tipoSector&lt;br /&gt;
|String&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;N||&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: To issue documents from the Health Sector, indicate code &#039;2&#039; in this field&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Invoice, CreditNote, DebitNote&lt;br /&gt;
|-&lt;br /&gt;
|tipoOperacion&lt;br /&gt;
|String&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;AN|..4&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Operation type indicator &lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the content of this attribute does not correspond to one of the values ​​of the  [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 2|Tabla 2]]&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/cbc:CustomizationID&lt;br /&gt;
|-&lt;br /&gt;
|totalAnticipos&lt;br /&gt;
|String&lt;br /&gt;
| Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Sum of all advance payments &lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; Si totalAnticipos does not correspond to the sum of the Anticipos.montoPagado attributes in the advances array&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/LegalMonetaryTotal/cbc:PrepaidAmount &lt;br /&gt;
|-&lt;br /&gt;
|totalBaseImponible&lt;br /&gt;
|String&lt;br /&gt;
| Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Total Taxable Base Value: Sum of Taxable Bases for the calculation of taxes at the invoice level&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If totalBaseImponible is not equal to the sum of occurrences FacturaImpuestos.baseImponibleTOTALImp&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;:  /root/LegalMonetaryTotal/cbc:TaxExclusiveAmount  &lt;br /&gt;
|-&lt;br /&gt;
|totalBrutoConImpuesto&lt;br /&gt;
|String&lt;br /&gt;
| Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Total gross value with taxes&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If totalGrossWithTax is not equal to the sum: totalSinImpuestos + sum(ImpuestosTotales.montoTotal)&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;:  /root/LegalMonetaryTotal/cbc:TaxInclusiveAmount &lt;br /&gt;
|-&lt;br /&gt;
|totalCargosAplicados&lt;br /&gt;
|String&lt;br /&gt;
| Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Total Charge: Sum of all charges applied at the invoice level&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If totalCargosAplicados does not correspond to the sum of occurrences CargosDescuentos.monto when CargosDescuentos.indicador is “true”&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/LegalMonetaryTotal/cbc:ChargeTotalAmount &lt;br /&gt;
|-&lt;br /&gt;
|totalDescuentos&lt;br /&gt;
|String&lt;br /&gt;
| Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Total Discount: Sum of all the discounts applied at the invoice level&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If totalDescuentos does not correspond to the sum of occurrences CargosDescuentos.monto when CargosDescuentos.indicador is “false”&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/LegalMonetaryTotal/cbc:AllowanceTotalAmount &lt;br /&gt;
|-&lt;br /&gt;
|totalMonto&lt;br /&gt;
|String&lt;br /&gt;
| Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Value to pay of the document: Total value of items (including charges and discounts at item level) + value of taxes + value of charges – value of discounts – value of advances&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If totalMonto  is not consistent with the total value of items + value of taxes + value of charges – value of discounts – value of advances + rounding appliedno es consistente con el valor total de ítems + valor de tributos + valor de cargos – valor de descuentos – valor anticipos + redondeo aplicado&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/LegalMonetaryTotal/cbc:PayableAmount &lt;br /&gt;
|-&lt;br /&gt;
|totalProductos&lt;br /&gt;
|String&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;AN|..5&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Number or quantity of product lines (rows) present in the document&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the value of  totalProductos is different from the number of occurrences of rans in the detalleDeFactura array&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/cbc:LineCountNumeric&lt;br /&gt;
|-&lt;br /&gt;
|totalSinImpuestos&lt;br /&gt;
|String&lt;br /&gt;
| Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Total Gross Value before taxes: Sum of the gross values ​​of the invoice lines&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If totalSinImpuestos does not correspond to the sum of the attributes precioTotalSinImpuestos in the detalleDeFactura array&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/LegalMonetaryTotal/cbc:LineExtensionAmount &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Class.Anticipos====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description &lt;br /&gt;
|-&lt;br /&gt;
|extras&lt;br /&gt;
|Array &amp;lt;Extensible&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Optional fields or information for the issuer&#039;s business model&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined&lt;br /&gt;
: (see detail in [[#Class.Extensible|Class.Extensible]])&lt;br /&gt;
|- &lt;br /&gt;
|fechaDeRecibido&lt;br /&gt;
|String&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;AN|10&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Date on which the payment was received, in format: YYYY-MM-DD&lt;br /&gt;
: PATH: …/cbc:ReceivedDate&lt;br /&gt;
|-&lt;br /&gt;
|fechadePago&lt;br /&gt;
|String	&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;AN|10&amp;lt;/nowiki&amp;gt;	&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Date on which the payment was made, in format: YYYY-MM-DD&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: …/cbc:PaidDate&lt;br /&gt;
|-&lt;br /&gt;
|horaDePago	&lt;br /&gt;
|String	&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;AN|8&amp;lt;/nowiki&amp;gt;	&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Time in which the payment was made, in format:HH:MM:SS  &lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: …/cbc:PaidTime&lt;br /&gt;
|-&lt;br /&gt;
|id	&lt;br /&gt;
|String	&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;A|..150&amp;lt;/nowiki&amp;gt;	&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Internal identification of the payment&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: …/cbc:ID&lt;br /&gt;
|-&lt;br /&gt;
|instrucciones	&lt;br /&gt;
|String	&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;AN|15..500&amp;lt;/nowiki&amp;gt;	&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Payment Instructions&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: …/cbc:InstructionID&lt;br /&gt;
|-&lt;br /&gt;
|montoPagado	&lt;br /&gt;
|String	&lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..15 &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6 &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Value of the advance payment, it cannot be higher than the total value of the invoice&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Notification&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If montoPagado &amp;gt; totalMonto&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: …/cbc:PaidAmount&lt;br /&gt;
|}&lt;br /&gt;
====Class.Autorizado====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description &lt;br /&gt;
|-&lt;br /&gt;
|direccion	&lt;br /&gt;
|Direccion	&lt;br /&gt;
| -	&lt;br /&gt;
|NOT 	&lt;br /&gt;
|&lt;br /&gt;
: Direction&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PhysicalLocation/cac:Address&lt;br /&gt;
|-&lt;br /&gt;
|email	&lt;br /&gt;
|String	&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;	&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Correo Electrónico&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Contact/cbc:ElectronicMail&lt;br /&gt;
|-&lt;br /&gt;
|extras	&lt;br /&gt;
|Array &amp;lt;Extensible&amp;gt; 	&lt;br /&gt;
| -	&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Optional fields or information for the issuer&#039;s business model&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Undefined&lt;br /&gt;
: (see detail in [[#Class.Extensible|Class.Extensible]])&lt;br /&gt;
|-&lt;br /&gt;
|nombreComercial	&lt;br /&gt;
|String	&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;	&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Tradename&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PartyName/cbc:Name&lt;br /&gt;
|-&lt;br /&gt;
|nombreContacto	&lt;br /&gt;
|String	&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;	&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Contact name&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Contact/cbc:Name&lt;br /&gt;
|-&lt;br /&gt;
|nota	&lt;br /&gt;
|String	&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;	&lt;br /&gt;
|NOT	&lt;br /&gt;
|&lt;br /&gt;
: Note&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Contact/cbc:Note&lt;br /&gt;
|-&lt;br /&gt;
|numeroDocumento	&lt;br /&gt;
|String	&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..12&amp;lt;/nowiki&amp;gt;	&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Identification number&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PartyIdentification/cbc:ID&lt;br /&gt;
|-&lt;br /&gt;
|numeroDocumentoDV	&lt;br /&gt;
|String	&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..2	&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C	&lt;br /&gt;
|&lt;br /&gt;
: Check digit&lt;br /&gt;
: &#039;&#039;&#039;Obligatorio&#039;&#039;&#039; Si tipoIdentificacion es “31”&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PartyIdentification/cbc:ID@schemeID&lt;br /&gt;
|-&lt;br /&gt;
|razonSocial	&lt;br /&gt;
|String	&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;	&lt;br /&gt;
|NOT	&lt;br /&gt;
|&lt;br /&gt;
: Business name&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PartyLegalEntity/cbc:RegistrationName&lt;br /&gt;
|-&lt;br /&gt;
|telefax	&lt;br /&gt;
|String	&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;	&lt;br /&gt;
|NOT	&lt;br /&gt;
|&lt;br /&gt;
: Facsimile&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Contact/cbc:Telefax&lt;br /&gt;
|-&lt;br /&gt;
|telefono	&lt;br /&gt;
|String	&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;	&lt;br /&gt;
|NOT	&lt;br /&gt;
|&lt;br /&gt;
: Telephone&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Contact/cbc:Telephone&lt;br /&gt;
|-&lt;br /&gt;
|tipoIdentificacion	&lt;br /&gt;
|String	&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..2	&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES	&lt;br /&gt;
|&lt;br /&gt;
: ID Type&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /cac:PartyIdentification/cbc:ID@schemeName&lt;br /&gt;
: See list of possible values ​​in the  [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 3|Tabla 3]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Class.CargosDescuentos====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description &lt;br /&gt;
|-&lt;br /&gt;
|codigo&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Code to categorize the discount&lt;br /&gt;
: &#039;&#039;&#039;Mandatory&#039;&#039;&#039;: If it is a discount at invoice level (general)&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If it is a discount and some of the values ​​are not reported in the   [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 4|Tabla 4]] &lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: …/cbc:AllowanceChargeReasonCode&lt;br /&gt;
|-&lt;br /&gt;
|Description&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|10..5000&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Free text to inform the reason for the discount&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: …/cbc:AllowanceChargeReason&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Notification&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; : If a charge or discount is reported and this item is not reported&lt;br /&gt;
|-&lt;br /&gt;
|extras&lt;br /&gt;
|Array  &amp;lt;Extensible&amp;gt; &lt;br /&gt;
| -&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Optional fields or information for the issuer&#039;s business model&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Undefined &lt;br /&gt;
: (see detail in [[#Class.Extensible|Class.Extensible]])&lt;br /&gt;
|-&lt;br /&gt;
|indicador&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|1&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Indicator of whether it is Charge &amp;quot;1&amp;quot; or Discount &amp;quot;0&amp;quot;&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; : If this item contains information other than “1” or “0”&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: …/cbc:ChargeIndicator&lt;br /&gt;
|-&lt;br /&gt;
|monto&lt;br /&gt;
|String&lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Total value of the charge or discount, if it is a discount, it cannot be higher than the base value&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; : If it is Discount and monto &amp;gt; montoBase&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: …/cbc:Amount&lt;br /&gt;
|-&lt;br /&gt;
|montoBase&lt;br /&gt;
|String&lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Base Value to calculate the discount or charge, &lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt;: If the montoBase is negative, if it is a discount it cannot be greater than the total value of the invoice&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt;: If montoBase &amp;gt; totalMonto&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: …/cbc:BaseAmount&lt;br /&gt;
|-&lt;br /&gt;
|porcentaje&lt;br /&gt;
|String&lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..6&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES &lt;br /&gt;
|&lt;br /&gt;
: Discount percentage&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If this element &amp;gt; 100&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: …/cbc:MultiplierFactorNumeric&lt;br /&gt;
|-&lt;br /&gt;
|secuencia&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|..3&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Sequence order indicator&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: …/cbc:ID&lt;br /&gt;
|}&lt;br /&gt;
====Class.Cliente====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type &lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description &lt;br /&gt;
|-&lt;br /&gt;
|actividadEconomicaCIIU&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|…4&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Corresponds to the economic activity code CIIU&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: .. /cac:Party/cbc:IndustryClassificationCode&lt;br /&gt;
|-&lt;br /&gt;
|apellido&lt;br /&gt;
|String &lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|…50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NOT &lt;br /&gt;
|&lt;br /&gt;
: Last name of the acquirer.&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: No definido&lt;br /&gt;
|-&lt;br /&gt;
|destinatario&lt;br /&gt;
|Array &amp;lt;Destinatario&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: It allows specifying the means and data of the electronic delivery of the document&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039;: If notify field = &#039;YES&#039;&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined&lt;br /&gt;
: (see detail in [[#Class.Destinatario|Class.Destinatario]])&lt;br /&gt;
|-&lt;br /&gt;
|detallesTributarios&lt;br /&gt;
|Array &amp;lt;Tributos&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
:Tax details of the acquirer &lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the class is not informed&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /cac:Party/cac:PartyTaxScheme/cac:TaxScheme &lt;br /&gt;
: (see detail in [[#Class.Tributos|Class.Tributos]])&lt;br /&gt;
|-&lt;br /&gt;
|direccionCliente&lt;br /&gt;
|Direccion&lt;br /&gt;
| -&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Information detailing the receiving address of the acquirer&lt;br /&gt;
: &#039;&#039;&#039;Recommended&#039;&#039;&#039;: This ransf address is the one that is painted in the standard graphical representation&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Party/cac:PhysicalLocation/cac:Address&lt;br /&gt;
: (see detail in [[#Class.Direccion|Class.Direccion]])&lt;br /&gt;
|-&lt;br /&gt;
|direccionFiscal&lt;br /&gt;
|Direccion&lt;br /&gt;
| -&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
:Tax address of the acquirer.&lt;br /&gt;
: &#039;&#039;&#039;Mandatory&#039;&#039;&#039;: If the purchaser is responsible&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Notification&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the acquirer is responsible and this class was not informed&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: .. /cac:Party/cac:PartyTaxScheme/cac:RegistrationAddress&lt;br /&gt;
: (see detail in [[#Class.Direccion|Class.Direccion]]) &lt;br /&gt;
|-&lt;br /&gt;
|email&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: E-mail of the acquirer that will go to the fiscal XML/UBL&lt;br /&gt;
: (only one email is sent in this field)&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Does not apply node&lt;br /&gt;
|-&lt;br /&gt;
|extras&lt;br /&gt;
|Array  &amp;lt;Extensible&amp;gt; &lt;br /&gt;
| -&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Optional fields or information for the issuer&#039;s business model&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined&lt;br /&gt;
: (see detail in [[#Class.Extensible|Class.Extensible]])&lt;br /&gt;
|-&lt;br /&gt;
|informacionLegalCliente&lt;br /&gt;
|InformacionLegalCliente&lt;br /&gt;
| -&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Legal information of the client&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Notification&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; : If tipoPersona = &#039;1&#039; is reported and the attribute is not reported&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Party/cac:PartyLegalEntity&lt;br /&gt;
: (see detail in [[#Class.InformacionLegalCliente|Class.InformacionLegalCliente]])&lt;br /&gt;
|-&lt;br /&gt;
|nombreComercial&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|5..450&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Commercial name of the acquirer&lt;br /&gt;
: &#039;&#039;&#039;Obligatory&#039;&#039;&#039; If the commercial name will be shown in the Graphic Rep.&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /cac:Party/cac:PartyName&lt;br /&gt;
|-&lt;br /&gt;
|nombreContacto&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|5..450&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Contact name&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Party/cac:Contact/cbc:Name&lt;br /&gt;
|-&lt;br /&gt;
|nombreRazonSocial&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|5..450&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Name or company name of the acquirer&lt;br /&gt;
: &#039;&#039;&#039;Recommended&#039;&#039;&#039;: If the person is natural, concatenate in this field the full name (names + surnames)&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: …/cac:Party/cac:PartyTaxScheme/cbc:RegistrationName  &lt;br /&gt;
|-&lt;br /&gt;
|nota&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..450&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NOT &lt;br /&gt;
|&lt;br /&gt;
: Additional contact note &lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Party/cac:Contact/cbc:Note &lt;br /&gt;
|-&lt;br /&gt;
|notificar&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|2&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Activates the sending of email to the acquirer.&lt;br /&gt;
: Possible values: “YES” or “NO”&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Does not apply&lt;br /&gt;
|-&lt;br /&gt;
|numeroDocumento&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..12&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Number of the Document or Fiscal Identification of the purchaser&lt;br /&gt;
: &#039;&#039;&#039;Mandatory&#039;&#039;&#039; If the acquirer is responsible, he must inform the NIT&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If tipoIdentificacion is &#039;31&#039; and the NIT structure is invalid&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; : It is generated if the value of AdditionalAccountID = “2” and it is not mentioned.&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Note&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; : To identify the final consumer, the following document “222222222222” is used&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: …/cac:Party/cac:PartyTaxScheme/cbc:CompanyID &lt;br /&gt;
|-&lt;br /&gt;
|numeroIdentificacionDV&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: NIT verification digit of the acquirer&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039;: If TipoIndentificacion = 31, it must be informed&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: &lt;br /&gt;
: ../cac:Party/cac:PartyTaxScheme/cbc:CompanyID/@schemeID&lt;br /&gt;
|-&lt;br /&gt;
|responsabilidadesRut&lt;br /&gt;
|Array &amp;lt;Obligaciones&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Obligations and regime of the acquirer&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the class is not informed&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Party/cac:PartyTaxScheme/cbc:TaxLevelCode&lt;br /&gt;
: (see detail in [[#Class.Obligaciones|Class.Obligaciones]])&lt;br /&gt;
|-&lt;br /&gt;
|segundoNombre&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Second name of the acquirer.&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined&lt;br /&gt;
|-&lt;br /&gt;
|telefax&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|..20&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NOT &lt;br /&gt;
|&lt;br /&gt;
: Facsimile&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Party/cac:Contact/cbc:Telefax&lt;br /&gt;
|-&lt;br /&gt;
|telefono&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..20&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NOT &lt;br /&gt;
|&lt;br /&gt;
: Purchaser&#039;s phone&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: …/cac:Party/cac:Contact/cbc:Telephone&lt;br /&gt;
|-&lt;br /&gt;
|tipoIdentificacion&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Acquirer ID Type &lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;ReRejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the content of this attribute does not correspond to one of the values ​​of the   [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 3|Tabla 3]]&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Note&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt;: To identify the final consumer, the code “13” is used.&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ./cac:Party/cac:PartyTaxScheme/cbc:CompanyID/@schemeName &lt;br /&gt;
|-&lt;br /&gt;
|tipoPersona&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|1&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Person type identifier &lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the content of this attribute does not correspond to one of the values ​​of the  [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 5|Tabla 5]]&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: …/cbc:AdditionalAccountID &lt;br /&gt;
|}&lt;br /&gt;
====Class.CondicionPago====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Atributte&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description &lt;br /&gt;
|-&lt;br /&gt;
|codigoEvento&lt;br /&gt;
|String&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;AN|..3&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Event Code&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:ReferenceEventCode&lt;br /&gt;
|-&lt;br /&gt;
|comentario&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Note &lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:Note&lt;br /&gt;
|-&lt;br /&gt;
|duracionPeriodo&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Period Length&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:SettlementPeriod/cbc:DurationMeasure&lt;br /&gt;
|-&lt;br /&gt;
|duracionPeriodoMedida&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..10&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Period length unit of measure&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:SettlementPeriod/cbc:DurationMeasure@unitCode&lt;br /&gt;
|-&lt;br /&gt;
|extras&lt;br /&gt;
|Array &amp;lt;Extensible&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Optional fields or information for the issuer&#039;s business model&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: No definido &lt;br /&gt;
|- &lt;br /&gt;
|fechaVencimiento&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..10&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Due date&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:PaymentDueDate&lt;br /&gt;
|-&lt;br /&gt;
|identificador&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..2&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Payment conditions&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:ID&lt;br /&gt;
|-&lt;br /&gt;
|medioPagoAsociado&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Associated payment method&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:PaymentMeansID&lt;br /&gt;
|-&lt;br /&gt;
|monto&lt;br /&gt;
|String&lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Amount&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:Amount&lt;br /&gt;
|-&lt;br /&gt;
|montoMulta&lt;br /&gt;
|String&lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Amount of the fine&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:PenaltySurchargePercent&lt;br /&gt;
|-&lt;br /&gt;
|montoPenalidad&lt;br /&gt;
|String&lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Penalty Amount&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:PenaltyAmount&lt;br /&gt;
|-&lt;br /&gt;
|periodoDesde&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..10&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: period from&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:StartDate&lt;br /&gt;
|-&lt;br /&gt;
|periodoHasta&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..10&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: period until&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:EndDate&lt;br /&gt;
|-&lt;br /&gt;
|porcentajeDescuento&lt;br /&gt;
|String&lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..6&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Discount rate&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:SettlementDiscountPercent&lt;br /&gt;
|-&lt;br /&gt;
|porcentajePago&lt;br /&gt;
|String&lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..6&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Payment Percentage&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: . /cbc:PaymentPercent&lt;br /&gt;
|-&lt;br /&gt;
|referenciaAnticipo&lt;br /&gt;
|String &lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..20&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO &lt;br /&gt;
|&lt;br /&gt;
: Advance reference number&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PrepaidPaymentReferenceID &lt;br /&gt;
|}&lt;br /&gt;
====Class.FacturaDetalle====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Atributte&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description &lt;br /&gt;
|-&lt;br /&gt;
|cantidadPorEmpaque	&lt;br /&gt;
|String	&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;N|..3	&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
| NO&lt;br /&gt;
|&lt;br /&gt;
: Unit quantity of this item per package.&lt;br /&gt;
: For example, if the item consists of three “six packs”, the quantity to be reported in QuantityPerPackage is 6, while the quantity to be reported in QuantityActual is 3, and the total number of cans being described is 18&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ..cac:Item/cbc:PackSizeNumeric&lt;br /&gt;
|-&lt;br /&gt;
|cantidadReal&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|..6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Real amount on which the price applies&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: .. /cac:Price/cbc:BaseQuantity&lt;br /&gt;
|-&lt;br /&gt;
|cantidadRealUnidadMedida&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Unit of the quantity on which the price applies&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Notification&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the attribute value is not found in the  [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 6|Tabla 6]] &lt;br /&gt;
: (You can use the standard code &amp;quot;WSD&amp;quot;, unit &amp;quot;94&amp;quot; or Mutual Agreement &amp;quot;ZZ&amp;quot; to NOT reclassify the products)&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: .. /cac:Price/cbc:BaseQuantity/@unitCode &lt;br /&gt;
|-&lt;br /&gt;
|cantidadUnidades&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|..6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
| &lt;br /&gt;
: Number of units of the product/service billed&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: .. /cbc:InvoicedQuantity &lt;br /&gt;
|-&lt;br /&gt;
|cargosDescuentos&lt;br /&gt;
|Array &amp;lt;CargosDescuentos&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Information on charges and discounts&lt;br /&gt;
: &#039;&#039;&#039;Mandatory&#039;&#039;&#039; This arrangement must be reported at the item level, if and only if the charge or discount affects the item&#039;s tax base.&lt;br /&gt;
: If a general individual charge to the invoice generates VAT, it must be reported as an item&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:AllowanceCharge &lt;br /&gt;
: (see detail in [[#Class.CargosDescuentos|Class.CargosDescuentos]])&lt;br /&gt;
|-&lt;br /&gt;
|codigoFabricante&lt;br /&gt;
|String&lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Manufacturer code corresponding to the item&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: .. /cac:Item/cac:&lt;br /&gt;
: ManufacturersItemIdentification/cbc:ID&lt;br /&gt;
|-&lt;br /&gt;
|codigoIdentificadorPais&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;A|2&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Identifier code of the country of origin of the item or service&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the content of this element does not correspond to a value of the ISO 3166-1 alpha-2 standard&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: .. /cac:Item/cac:OriginCountry/cbc:IdentificationCode &lt;br /&gt;
|-&lt;br /&gt;
|codigoProducto&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Vendor code corresponding to the item&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: .. /cac:Item/cac:SellersItemIdentification/cbc:ID &lt;br /&gt;
|-&lt;br /&gt;
|codigoTipoPrecio&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..3&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Reported price type code&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; For commercial samples (value = 01)&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the attribute value is not found in the [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 7|Tabla 7]]&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PricingReference/cac:AlternativeConditionPrice/cbc:PriceTypeCode &lt;br /&gt;
|-&lt;br /&gt;
|Description&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..300&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
| &lt;br /&gt;
: Description of the product or service&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../Item/cbc:Description[1]&lt;br /&gt;
|-&lt;br /&gt;
|Description2&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..300&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
| &lt;br /&gt;
: Description of the product or service&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../Item/cbc:Description[2]&lt;br /&gt;
|-&lt;br /&gt;
|Description3&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..300&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
| &lt;br /&gt;
: Description of the product or service&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../Item/cbc:Description[3] &lt;br /&gt;
|-&lt;br /&gt;
|DescriptionTecnica&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..300&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Technical data associated with the product or service&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: .. /cac:Item/cbc:AdditionalInformation&lt;br /&gt;
|-&lt;br /&gt;
|documentosReferenciados&lt;br /&gt;
|Array &amp;lt;DocumentoReferenciado&amp;gt; &lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Information describing a referenced document&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; In invoices tipoDocumento Contingency  (AdditionalDocumentReference), in invoices that affect a note (BillingReference), in Credit and Debit Notes (DiscrepancyResponse)&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/cac:DiscrepancyResponse,&lt;br /&gt;
: /root/cac:BillingReference,&lt;br /&gt;
: /root/cac: AdditionalDocumentReference,&lt;br /&gt;
: /root/cac: DespatchDocumentReference,&lt;br /&gt;
: /root/cac: ReceiptDocumentReference&lt;br /&gt;
: (see detail in [[#Class.DocumentoReferenciado|Class.DocumentoReferenciado]]) &lt;br /&gt;
|-&lt;br /&gt;
|estandarCodigo&lt;br /&gt;
|String&lt;br /&gt;
|AN &lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Standard code (item or service identification according to a standard)&lt;br /&gt;
: See attribute values ​​in the  [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 8|Tabla 8]]&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Notification&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If it is an export invoice (tipoDocumento = 02), and the tariff subheading was not reported&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Notification&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the code does not exist in a closed standard.&lt;br /&gt;
: Example: UNSPSC&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Notification&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the code does not follow the rule of formation of an open code, but with verifiable values&lt;br /&gt;
: Example: GTIN, Example: Tariff headings&lt;br /&gt;
: &#039;&#039;&#039;Note&#039;&#039;&#039;: In this case the code 999 (Taxpayer adoption standard) can be used to avoid reclassifying the products&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /cac:Item/cac:StandardItemIdentification/cbc:ID/@schemeID&lt;br /&gt;
|-&lt;br /&gt;
|estandarCodigoID&lt;br /&gt;
|String&lt;br /&gt;
|AN&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Associated with the standard code (item or service identification according to a standard).&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If standardCodigo = 010 and estandarCodigoID is different from 9&lt;br /&gt;
: See attribute values ​​in the  [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 8|Tabla 8]]&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Item/cac:StandardItemIdentification/cbc:ID/@schemeAgencyID&lt;br /&gt;
|-&lt;br /&gt;
|estandarCodigoIdentificador&lt;br /&gt;
|String&lt;br /&gt;
|AN&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Associated with the standard code (item or service identification according to a standard).&lt;br /&gt;
: See attribute values ​​in the   [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 8|Tabla 8]]&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Item/cac:StandardItemIdentification/cbc:ID@schemeDataURI&lt;br /&gt;
|-&lt;br /&gt;
|estandarCodigoNombre&lt;br /&gt;
|String&lt;br /&gt;
|AN &lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Associated with the standard code (item or service identification according to a standard).&lt;br /&gt;
: See attribute values ​​in the  [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 8|Tabla 8]]&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Item/cac:StandardItemIdentification/cbc:ID@schemeAgencyName&lt;br /&gt;
|-&lt;br /&gt;
|estandarCodigoProducto&lt;br /&gt;
|String&lt;br /&gt;
|AN&lt;br /&gt;
|NO&lt;br /&gt;
| &lt;br /&gt;
: Product code according to the standard informed in estandarCodigo&lt;br /&gt;
: View attribute values ​​in the   [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 8|Tabla 8]]&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Item/cac:StandardItemIdentification/cbc:ID&lt;br /&gt;
|-&lt;br /&gt;
|estandarOrganizacion&lt;br /&gt;
|String&lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: organization standard&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Item/cac:StandardItemIdentification/cac:IssuerParty/cac:PartyName/cbc:Name&lt;br /&gt;
|-&lt;br /&gt;
|estandarSubCodigoProducto&lt;br /&gt;
|String&lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Sub code of the product standard&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Item/cac:StandardItemIdentification/cbc:ExtendedID&lt;br /&gt;
|-&lt;br /&gt;
|extras&lt;br /&gt;
|Array  &amp;lt;Extensible&amp;gt; &lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Optional fields or information for the issuer&#039;s business model&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: No definido &lt;br /&gt;
: (see detail in [[#Class.Extensible|Class.Extensible]])&lt;br /&gt;
|-&lt;br /&gt;
|impuestosDetalles&lt;br /&gt;
|Array &amp;lt;FacturaImpuestos &amp;gt; &lt;br /&gt;
| -&lt;br /&gt;
|YES &lt;br /&gt;
|&lt;br /&gt;
: tax information&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If there is more than one element with the same value in the attribute FacturaImpuestos.codigoTOTALImp&lt;br /&gt;
: This group should NOT be reported for excluded items according to the provisions of the Tax Statute.&lt;br /&gt;
: Additionally, it should NOT be informed for invoices of the simple group I regime, nor for items whose concept in AIU contracts is not part of the tax base.&lt;br /&gt;
: At the item level, it only applies to taxes that must be reported at the item level, for example: VAT, INC, IC, National Tax on Fuels, among others.&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:TaxTotal (impuestos),&lt;br /&gt;
: ../cac: WithholdingTaxTotal (retenciones)&lt;br /&gt;
: (see detail in [[#Class.FacturaImpuestos|Class.FacturaImpuestos]])&lt;br /&gt;
|-&lt;br /&gt;
|impuestosTotales&lt;br /&gt;
|Array &amp;lt;ImpuestosTotales&amp;gt;  &lt;br /&gt;
| -&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Sum of taxes for all types&lt;br /&gt;
: This group should NOT be reported for excluded items according to the provisions of the Tax Statute. &lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the value of the total value of the indicated tax is different from the sum of what is reported in FacturaImpuestos. valorTOTALImp.&lt;br /&gt;
: At the item level, it only applies to taxes that must be reported at the item level, for example, VAT, INC, IC, National Tax on Fuels, among others.&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:TaxTotal/cbc:TaxAmount (impuestos), &lt;br /&gt;
: ../cac: WithholdingTaxTotal/cbc:TaxAmount (retenciones) &lt;br /&gt;
: (see detail in [[#Class.ImpuestosTotales|Class.ImpuestosTotales]])&lt;br /&gt;
|-&lt;br /&gt;
|informacionAdicional&lt;br /&gt;
|Array &amp;lt;LineaInformacionAdicional&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: It serves to add specific product information that may be requested by authorities or entities other than the DIAN&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Item/cac:AdditionalItemProperty&lt;br /&gt;
: (see detail in [[#Class.LineaInformacionAdicional|Class.LineaInformacionAdicional]])&lt;br /&gt;
|-&lt;br /&gt;
|mandatorioNumeroIdentificacion&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|..12&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: NIT of the agent&lt;br /&gt;
: &#039;&#039;&#039;Obligatorio&#039;&#039;&#039; para facturas por mandato&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Item/cac:InformationContentProviderParty/cac:PowerOfAttorney/cac:AgentParty/cbc:ID&lt;br /&gt;
|-&lt;br /&gt;
|mandatorioNumeroIdentificacionDV&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|..2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Verifier Digit of the agent&#039;s NIT&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; for mandated invoices&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Item/cac:InformationContentProviderParty/cac:PowerOfAttorney/cac:AgentParty/cbc:ID/ @schemeID&lt;br /&gt;
|-&lt;br /&gt;
|mandatorioTipoIdentificacion&lt;br /&gt;
|String &lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C &lt;br /&gt;
|&lt;br /&gt;
: Agent identification type&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; For mandated invoices&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Notification&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If mandatorioNumeroIdentificacion is informed and the value of this field is not found in the  [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 3|Tabla 3]]&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Item/cac:InformationContentProviderParty/cac:PowerOfAttorney/cac:AgentParty/cbc:ID/@schemeName&lt;br /&gt;
|-&lt;br /&gt;
|marca&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..100&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Item brand.&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; If it is an international invoice&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Notification&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If tipoDocumento = “02” and this item was not reported&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../Item/cbc:BrandName &lt;br /&gt;
|-&lt;br /&gt;
|modelo&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..100&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C &lt;br /&gt;
|&lt;br /&gt;
: Item model.&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; If it is an international invoice&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Notification&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If tipoDocumento = “02” and this item was not reported&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../Item/cbc:ModelName &lt;br /&gt;
|-&lt;br /&gt;
|muestraGratis&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|1&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C &lt;br /&gt;
|&lt;br /&gt;
: Indicator of whether the item is free or not (no commercial value)&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; For commercial samples&lt;br /&gt;
: Possible values: “1” (It is a free sample) or “0” (It is not a free sample)&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:FreeOfChargeIndicator &lt;br /&gt;
|-&lt;br /&gt;
|nombreFabricante&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..100&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Name of the manufacturer of the product/service&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Item/cac:ManufacturersItemIdentification/cac:IssuerParty/cac:PartyName/cbc:Name&lt;br /&gt;
|-&lt;br /&gt;
|nota&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|20..5000&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C &lt;br /&gt;
|&lt;br /&gt;
: Free text to add additional information to the article&lt;br /&gt;
: &#039;&#039;&#039;Mandatory&#039;&#039;&#039; Inform in the case of invoices for AIU-type service contracts. For the Administration item. In this case, the note must begin with the text: &amp;quot;AIU services contract for:&amp;quot; The taxpayer must include the object of the invoiced contract&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:Note &lt;br /&gt;
|-&lt;br /&gt;
|precioReferencia&lt;br /&gt;
|String&lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Value of the item or service.&lt;br /&gt;
: Corresponds to the value of the reference price of the item that is given as a sample or gift without commercial value&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; For commercial samples&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the precioReferencua attribute is reported, then the value of TotalPriceWithoutTaxes must be (0.00), since it is a commercial sample or gift&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PricingReference/cac:AlternativeConditionPrice/cbc:PriceAmount&lt;br /&gt;
|-&lt;br /&gt;
|precioTotal&lt;br /&gt;
|String&lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Total price of the product or service.&lt;br /&gt;
: (quantityUnits*UnitSalePrice +charges-discounts +taxes)&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; For use in graphical representations&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Undefined&lt;br /&gt;
|-&lt;br /&gt;
|precioTotalSinImpuestos&lt;br /&gt;
|String&lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Total value of the line without taxes.&lt;br /&gt;
: (QuantityUnits*UnitSalePrice +charges-discounts)&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the TotalPriceWithoutTaxes attribute is reported as 0.00, then the ReferencePrice value must be reported since it is a commercial sample or gift&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:LineExtensionAmount &lt;br /&gt;
|-&lt;br /&gt;
|precioVentaUnitario&lt;br /&gt;
|String&lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Unit price of the product/service&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../Price/cbc:PriceAmount   &lt;br /&gt;
|-&lt;br /&gt;
|secuencia&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..4&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Sequence order indicator (line number)&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Notification&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If it contains a value already used in the sequence attribute in another group of this file&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Notification&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the numbers used in the different groups are not consecutive, starting at &amp;quot;1&amp;quot;&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:ID&lt;br /&gt;
|-&lt;br /&gt;
|seriales&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..500&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Product serials (comma separator), Ex: ABC123,ABC456&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Item/cac:ItemInstance/cbc:SerialID&lt;br /&gt;
|-&lt;br /&gt;
|subCodigoFabricante&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Manufacturer code corresponding to a sub-specification of the article&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Item/cac:ManufacturersItemIdentification/cbc:ExtendedID &lt;br /&gt;
|-&lt;br /&gt;
|subCodigoProducto&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Issuer/seller code corresponding to a sub-specification of the item&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../Item/cac:SellersItemIdentification/cbc:ExtendedID &lt;br /&gt;
|-&lt;br /&gt;
|tipoAIU&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: To classify the type of AIU&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: No aplica&lt;br /&gt;
|-&lt;br /&gt;
|unidadMedida&lt;br /&gt;
|String &lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..3&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Unit of measure code of the invoiced product/service&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Notification&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the attribute value is not found in the   [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 6|Tabla 6]] &lt;br /&gt;
: (You can use the standard code &amp;quot;WSD&amp;quot;, unit &amp;quot;94&amp;quot; or Mutual Agreement &amp;quot;ZZ&amp;quot; to NOT reclassify the products)&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:InvoicedQuantity@unitCode&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Class.Destinatario====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description &lt;br /&gt;
|-&lt;br /&gt;
|canalDeEntrega&lt;br /&gt;
|String&lt;br /&gt;
| -&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Electronic Document Delivery Means&lt;br /&gt;
: It can take the following values: 0– Email; 1– Reception; 2– Interoperability; 3- Whatsapp; 4- Telegram&lt;br /&gt;
: PATH: Does not apply&lt;br /&gt;
|-&lt;br /&gt;
|email&lt;br /&gt;
|Array &amp;lt;String&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: List of Emails to which the electronic document will be delivered if the DeliveryChannel=&#039;0&#039;&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; When deliveryChannel=’0’&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Does not apply&lt;br /&gt;
|-&lt;br /&gt;
|extras&lt;br /&gt;
|Array &amp;lt;Extensible&amp;gt; &lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Optional fields or information for the issuer&#039;s business model&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined&lt;br /&gt;
: (see detail in [[#Class.Extensible|Class.Extensible]])&lt;br /&gt;
|-&lt;br /&gt;
|fechaProgramada&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|19&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: scheduled date&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Does not apply&lt;br /&gt;
|-&lt;br /&gt;
|mensajeProgramado&lt;br /&gt;
|String&lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Message&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Does not apply&lt;br /&gt;
|-&lt;br /&gt;
|nitProveedorReceptor&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|..12&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: NIT of the Recipient&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; When deliveryChannel=&#039;1&#039; or &#039;2&#039;&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Does not apply&lt;br /&gt;
|-&lt;br /&gt;
|telefono&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..20&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Recipient Telephone&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; When deliveryChannel=&#039;3&#039; or &#039;4&#039;&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Does not apply&lt;br /&gt;
|}&lt;br /&gt;
====Class.DocumentoReferenciado====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description &lt;br /&gt;
|-&lt;br /&gt;
|codigoEstatusDocumento&lt;br /&gt;
|String&lt;br /&gt;
| - &lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Document code or reason&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; When InternalCode is &#039;4&#039;&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the content of this attribute does not correspond to any of the values ​​of   [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 9|Tabla 9]] and   [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 10|Tabla 10]]&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:DiscrepancyResponse/cbc:ResponseCode&lt;br /&gt;
|-&lt;br /&gt;
|codigoInterno&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|1&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: This field decides if in which XML node the ReferencedDocument information is going to be sent, possible values:&lt;br /&gt;
# AdditionalDocumentReference (FE de contingencia y para acciones comerciales y mercantiles)&lt;br /&gt;
# DespatchDocumentReference (Doc. De despacho)&lt;br /&gt;
# ReceiptDocumentReference (Doc. De recepción)&lt;br /&gt;
# DiscrepancyResponse (N.C y N.D)&lt;br /&gt;
# BillingReference (Facturas por corrección, N.C y N.D)&lt;br /&gt;
|-&lt;br /&gt;
|cufeDocReferenciado&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..90&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C &lt;br /&gt;
|&lt;br /&gt;
: CUFE or CUDE of the referenced document&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; When InternalCode is &#039;5&#039;&lt;br /&gt;
: &#039;&#039;&#039;Mandatory&#039;&#039;&#039; In invoices, it must be filled out only when the transfer invoice originates from the correction or adjustment that occurs through a NC or ND&lt;br /&gt;
: &#039;&#039;&#039;Mandatory&#039;&#039;&#039; In N.C and N.D, are the references to electronic invoices affected by the Note.&lt;br /&gt;
: You can only report electronic invoices from the same acquirer&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If CUFE or CUDE does not exist in the DIAN&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /Invoice/cac:BillingReference/cac:CreditNoteDocumentReference/cbc:UUID&lt;br /&gt;
: /CreditNote/cac:BillingReference/cac:InvoiceDocumentReference/cbc:UUID&lt;br /&gt;
: /DebitNote/cac:BillingReference/cac:InvoiceDocumentReference/cbc:UUID&lt;br /&gt;
|-&lt;br /&gt;
|Description&lt;br /&gt;
|Array &amp;lt;String&amp;gt;&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|20..5000&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Description of the nature of the correction&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; When InternalCode is &#039;4&#039;&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:DiscrepancyResponse/cbc:Description &lt;br /&gt;
|-&lt;br /&gt;
|extras&lt;br /&gt;
|Array &amp;lt;Extensible&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Optional fields or information for the issuer&#039;s business model&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined &lt;br /&gt;
: (see detail in [[#Class.Extensible|Class.Extensible]])&lt;br /&gt;
|-&lt;br /&gt;
|fecha&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|10&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Ransfe date of the referenced document, in format: YYYY-MM-DD &lt;br /&gt;
: &#039;&#039;&#039;Mandatory&#039;&#039;&#039; When InternalCode is &#039;1&#039;, &#039;2&#039;, &#039;3&#039; or &#039;5&#039;&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the date is later than that of the referenced document&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /Invoice/cac:BillingReference/cac:CreditNoteDocumentReference/cbc:IssueDate&lt;br /&gt;
: /CreditNote/cac:BillingReference/cac:InvoiceDocumentReference/cbc:IssueDate&lt;br /&gt;
: /DebitNote/cac:BillingReference/cac:InvoiceDocumentReference&lt;br /&gt;
: /cbc:IssueDate&lt;br /&gt;
|-&lt;br /&gt;
|fechaFinValidez&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|10&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: End of Validity Date&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: No definido&lt;br /&gt;
|-&lt;br /&gt;
|fechaInicioValidez&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|10&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Validity Start Date&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined&lt;br /&gt;
|-&lt;br /&gt;
|numeroDocumento&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN..20&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Concatenation of the prefix and the referenced document number&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If codigoInterno is reported equal to &#039;1&#039;, &#039;2&#039;, &#039;3&#039;, &#039;4&#039; or &#039;5&#039; and the reference document ID is not related&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;:&lt;br /&gt;
: /Invoice/cac:BillingReference/cac:CreditNoteDocumentReference/cbc:ID&lt;br /&gt;
: /CreditNote/cac:BillingReference/cac:InvoiceDocumentReference/cbc:ID&lt;br /&gt;
: /DebitNote/cac:BillingReference/cac:InvoiceDocumentReference&lt;br /&gt;
: /cbc:ID&lt;br /&gt;
|-&lt;br /&gt;
|tipoCUFE&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..11&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C &lt;br /&gt;
|&lt;br /&gt;
: CUFE type algorithm.&lt;br /&gt;
: “CUFE-SHA384” or “CUDE-SHA384”&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; When InternalCode is &#039;5&#039;&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /Invoice/cac:BillingReference/cac:CreditNoteDocumentReference/cbc:UUID/@schemeName &lt;br /&gt;
: /CreditNote/cac:BillingReference/cac:InvoiceDocumentReference/cbc:UUID/@schemeName&lt;br /&gt;
: /DebitNote/cac:BillingReference/cac: InvoiceDocumentReference/cbc:UUID/@schemeName&lt;br /&gt;
|-&lt;br /&gt;
|tipoDocumento&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Description of the type of referenced document,&lt;br /&gt;
: Example: &amp;quot;National Sales Invoice&amp;quot;&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: No definido&lt;br /&gt;
|-&lt;br /&gt;
|tipoDocumentoCodigo&lt;br /&gt;
|String &lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Identifier of the referenced document type.&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; When InternalCode is &#039;1&#039;&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt;If codigoInterno equal to &#039;1&#039; and the content of this attribute does not correspond to one of the values ​​of the  [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 21|Tabla 21]]&lt;br /&gt;
: &#039;&#039;&#039;Note&#039;&#039;&#039;: For remission orders, inform the code ‘AAJ’&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /Invoice/cac:AdditionalDocumentReference/cbc: DocumentTypeCode&lt;br /&gt;
: / CreditNote /cac:AdditionalDocumentReference/cbc: DocumentTypeCode&lt;br /&gt;
: / DebitNote /cac:AdditionalDocumentReference/cbc: DocumentTypeCode&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;@IMPORTANT:&#039;&#039;&#039;&lt;br /&gt;
&#039;&#039;# To reference &#039;&#039;&#039;sales invoices when issuing a NC or ND&#039;&#039;&#039;, two objects of type DocumentsReferenced must be sent indicating the following:&lt;br /&gt;
#* &#039;&#039;&#039;Object 1&#039;&#039;&#039;: indicating the fields codigoEstatusDocumento; internalCode = &#039;4&#039;, documentNumber, transfer.&lt;br /&gt;
#* &#039;&#039;&#039;Object 2&#039;&#039;&#039;: if the &#039;&#039;&#039;tipoOperacion is equal to 20 (for NC) or 30 (for ND)&#039;&#039;&#039; and codigoInterno = &#039;5&#039;, the fields are validated: cufeDocReferenciado, date, and DocumentNumber.&lt;br /&gt;
# When transmitting a &#039;&#039;&#039;Contingency Invoice&#039;&#039;&#039;, an array of the ReferenceDocuments type must be sent, indicating the fields: internal code = &#039;1&#039;, numberDocument, date, typeDocumentCode (corresponding to Contingency Invoice).&lt;br /&gt;
# To reference &#039;&#039;&#039;Dispatch Documents&#039;&#039;&#039; (internal code = &#039;2&#039;) or &#039;&#039;&#039;Reception Documents&#039;&#039;&#039; (internal code = &#039;3&#039;) the fields are validated: documentnumber and date.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
====Class.Entrega====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description &lt;br /&gt;
|-&lt;br /&gt;
|datosTransportistas&lt;br /&gt;
|DatoTransportistas&lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Carrier Data&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:DeliveryParty&lt;br /&gt;
: (see detail in [[#Class.DatosTransportista|Class.DatosTransportista]])&lt;br /&gt;
|-&lt;br /&gt;
|direccionDespacho&lt;br /&gt;
|Direccion&lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Dispatch Information&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Despatch/cac:DespatchAddress&lt;br /&gt;
: (see detail in [[#Class.Direccion|Class.Direccion]])&lt;br /&gt;
|-&lt;br /&gt;
|direccionEntrega&lt;br /&gt;
|Direccion&lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Delivery information&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:DeliveryAddress&lt;br /&gt;
: (see detail in [[#Class.Direccion|Class.Direccion]])&lt;br /&gt;
|-&lt;br /&gt;
|extras&lt;br /&gt;
|Array &amp;lt;Extensible&amp;gt; &lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Optional fields or information for the issuer&#039;s business model&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined&lt;br /&gt;
: (see detail in [[#Class.Extensible|Class.Extensible]])&lt;br /&gt;
|-&lt;br /&gt;
|fechaEfectivaSalida&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|19&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Effective date and time of departure of the goods, in format: YYYY-MM-DD HH:MM:SS &lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; if the effective date of departure is before the date of issue&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:ActualDeliveryDate + ../cbc:ActualDeliveryTime&lt;br /&gt;
|-&lt;br /&gt;
|fechaEstimada&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|19&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Estimated date and time, in format: YYYY-MM-DD HH:MM:SS&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; si la fecha estimada es anterior a la fecha de emisión&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Despatch/cbc:EstimatedDespatchDate y EstimatedDespatchTime&lt;br /&gt;
|-&lt;br /&gt;
|fechaReal&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|19&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Fecha real, en Format: YYYY-MM-DD HH:MM:SS&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; si la fecha real es anterior a la fecha de emisión&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Despatch/cbc:ActualDespatchDate y ActualDespatchTime&lt;br /&gt;
|-&lt;br /&gt;
|fechaSolicitada&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|19&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Fecha Solicitada, en Format: YYYY-MM-DD HH:MM:SS&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; si la fecha solicitada es anterior a la fecha de emisión&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Despatch/ cbc:RequestedDespatchDate y RequestedDespatchTime&lt;br /&gt;
|-&lt;br /&gt;
|identificacionTransporte&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..20&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Datos del Transporte&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Despatch/cbc:ID&lt;br /&gt;
|-&lt;br /&gt;
|matriculaTransporte&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..20&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Matricula del Transporte&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Despatch/ cbc:ID/@schemeAgencyID&lt;br /&gt;
|}&lt;br /&gt;
====Class.Extras====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Atributte&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description &lt;br /&gt;
|-&lt;br /&gt;
|controlInterno1&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|100&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Etiqueta asignada para la Representación Impresa PDF.&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Variable&lt;br /&gt;
|-&lt;br /&gt;
|controlInterno2&lt;br /&gt;
|String&lt;br /&gt;
|Depende del Campo&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Permite asociar dos o más campos mediante un índice (si los campos son asociables)&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Variable&lt;br /&gt;
|-&lt;br /&gt;
|nombre&lt;br /&gt;
|String&lt;br /&gt;
|Depende del Campo&lt;br /&gt;
|SI&lt;br /&gt;
|&lt;br /&gt;
: Código del campo extensible a referenciar&lt;br /&gt;
: (Ver sección [[Caracteristicas adicionales - Indice Manual Integración Directa#Uso de campos extras|USO DE CAMPOS EXTRAS]])&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Variable&lt;br /&gt;
|-&lt;br /&gt;
|pdf&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|1&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|SI&lt;br /&gt;
|&lt;br /&gt;
: Indicación de mostrar el campo en la representación gráfica PDF&lt;br /&gt;
: (“0” = No mostrar / “1” = Mostrar)&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Variable&lt;br /&gt;
|-&lt;br /&gt;
|valor&lt;br /&gt;
|String&lt;br /&gt;
|Depende del Campo&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Value of the field to add&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Variable&lt;br /&gt;
|-&lt;br /&gt;
|xml&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|1&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Indication to display the field in the XML&lt;br /&gt;
: (“0” = Don&#039;t show / “1” = Show)&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Variable&lt;br /&gt;
|}&lt;br /&gt;
====Class.Extensible====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description &lt;br /&gt;
|-&lt;br /&gt;
|controlInterno1&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|100&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Assigned Label for PDF Printed Representation.&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Variable&lt;br /&gt;
|-&lt;br /&gt;
|controlInterno2&lt;br /&gt;
|String&lt;br /&gt;
|Depende del Campo&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Allows two or more fields to be associated using an index (if the fields are associable)&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Variable&lt;br /&gt;
|-&lt;br /&gt;
|nombre&lt;br /&gt;
|String&lt;br /&gt;
|Depende del Campo&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Code of the extensible field to reference&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Variable&lt;br /&gt;
|-&lt;br /&gt;
|valor&lt;br /&gt;
|String&lt;br /&gt;
|Depende del Campo&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Value of the field to add&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Variable&lt;br /&gt;
|}&lt;br /&gt;
====Class.FacturaImpuestos====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description &lt;br /&gt;
|-&lt;br /&gt;
|baseImponibleTOTALImp&lt;br /&gt;
|String&lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Tax base on which the value of the tax is calculated&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:TaxTotal/TaxSubtotal/cbc:TaxableAmount  &lt;br /&gt;
|-&lt;br /&gt;
|codigoTOTALImp&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: tribute identifier &lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the content of this element does not correspond to one of the codes in the   [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 11|Tabla 11]]&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;:../cac:TaxTotal/TaxSubtotal/cac:TaxCategory/cac:TaxScheme/cbc:ID     &lt;br /&gt;
|-&lt;br /&gt;
|controlInterno&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|1&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Retention type indicator&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not Defined&lt;br /&gt;
|-&lt;br /&gt;
|extras&lt;br /&gt;
|Array &amp;lt;Extensible&amp;gt; &lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Optional fields or information for the issuer&#039;s business model&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined &lt;br /&gt;
: (see detail in [[#Class.Extensible|Class.Extensible]])&lt;br /&gt;
|-&lt;br /&gt;
|porcentajeTOTALImp&lt;br /&gt;
|String&lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..2&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|2*&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Tribute rate.&lt;br /&gt;
: In the event that the tax is a percentage of the taxable value: inform the &amp;quot;percentage&amp;quot; rate to be applied to the tax base&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt;  If you report a different rate for one of the taxes listed in the  [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 12|Tabla 12]]&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;:../cac:TaxTotal/TaxSubtotal/cac:TaxCategory/cbc:Percent &lt;br /&gt;
|-&lt;br /&gt;
|unidadMedida&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..5&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Identification of the unit of measure &lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the content of this element does not correspond to one of the codes in the  [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 6|Tabla 6]]&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;:../cac:TaxTotal/cac:TaxSubtotal/cbc:BaseUnitMeasure/@unitCode&lt;br /&gt;
|-&lt;br /&gt;
|unidadMedidaTributo&lt;br /&gt;
|String&lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..2&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C &lt;br /&gt;
|&lt;br /&gt;
: Base unit of measure for the tribute&lt;br /&gt;
: &#039;&#039;&#039;Mandatory&#039;&#039;&#039; In the event that the tax is a fixed value per taxed unit, for example the consumption tax on bags or fuel taxes&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If valorTributoUnidad element is informed and UnidadMedidaTributo is not informed&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:TaxTotal/TaxSubtotal/cbc:BaseUnitMeasure &lt;br /&gt;
|-&lt;br /&gt;
|valorTOTALImp&lt;br /&gt;
|String&lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Tribute value. Product of the percentage applied to the tax base&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; For taxes whose rate is stated in percentages, if valorTOTALImp is different from baseImponibleTOTALImp * percentageTOTALImp&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; For taxes whose rate is stated in nominal values ​​(for example, plastic bags), if valorTOTALImp is different from valorTributoUnidad * cantidadUnidades&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:TaxTotal/TaxSubtotal/cbc:TaxAmount &lt;br /&gt;
|-&lt;br /&gt;
|valorTributoUnidad&lt;br /&gt;
|String &lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
:It is the nominal value of the tax per unit&lt;br /&gt;
: &#039;&#039;&#039;Mandatory&#039;&#039;&#039; In the event that the tax is a fixed value per taxed unit, for example the consumption tax on bags or fuel taxes&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; if the unitMedidaTributo element is NOT informed.&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:TaxTotal/TaxSubtotal/cbc:PerUnitAmount &lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;@IMPORTANT&#039;&#039;&#039;: In the case of the ICA and RETEICA in which the value of the percentage is based on a thousand, the value of said percentage must be reported based on a hundred, that is, if you want to report a percentage of 11.04% thousand for any of these taxes, it must be indicated in the TOTALImp percentage field as 1,104.&lt;br /&gt;
====Class.ImpuestosTotales====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description &lt;br /&gt;
|-&lt;br /&gt;
|codigoTOTALImp&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|2&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: tribute identifier  &lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the content of this element does not correspond to one of the codes in the   [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 11|Tabla 11]]&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Por Definir &lt;br /&gt;
|-&lt;br /&gt;
|extras&lt;br /&gt;
|Array &amp;lt;Extensible&amp;gt; &lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Optional fields or information for the issuer&#039;s business model.&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined&lt;br /&gt;
: (see detail in [[#Class.Extensible|Class.Extensible]])&lt;br /&gt;
|-&lt;br /&gt;
|montoTotal&lt;br /&gt;
|String&lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Sum of all attributes valorTOTALImp&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If montoTotal is different from the sum of all occurrences ofFacturaImpuestos.valorTOTALImp&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:TaxTotal/cbc:TaxAmount&lt;br /&gt;
|}&lt;br /&gt;
====Class.MediosDePago====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description &lt;br /&gt;
|-&lt;br /&gt;
|codigoBanco&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..20&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO &lt;br /&gt;
|&lt;br /&gt;
: Code of the Bank or Financial Entity&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PayeeFinancialAccount/cbc:AccountTypeCode&lt;br /&gt;
|-&lt;br /&gt;
|codigoCanalPago&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..20&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Payment channel code&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:PaymentChannelCode&lt;br /&gt;
|-&lt;br /&gt;
|codigoReferencia&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..20&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Optional not used for now&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: No definido &lt;br /&gt;
|-&lt;br /&gt;
|extras &lt;br /&gt;
|Array &amp;lt;Extensible&amp;gt; &lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Optional fields or information for the issuer&#039;s business model.&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined&lt;br /&gt;
: (see detail in [[#Class.Extensible|Class.Extensible]])&lt;br /&gt;
|-&lt;br /&gt;
|fechaDeVencimiento&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|19&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Due date of payment of the invoice in format: YYYY-MM-DD&lt;br /&gt;
: &#039;&#039;&#039;Mandatory&#039;&#039;&#039; If the sale is on credit&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt;: If the payment method code is &amp;quot;2&amp;quot; and the expiration date is not sent&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:PaymentDueDate&lt;br /&gt;
|-&lt;br /&gt;
|medioPago&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..2&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Code corresponding to the means of payment&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt;:If the value of this attribute does not correspond to a value of the  [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 13|Tabla 13]]&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:PaymentMeansCode&lt;br /&gt;
|-&lt;br /&gt;
|metodoDePago&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Payment method&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt;: If the value of this attribute does not correspond to a value of the   [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 14|Tabla 14]]&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:ID&lt;br /&gt;
|-&lt;br /&gt;
|nombreBanco&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Name of the Bank or Financial Entity&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PayeeFinancialAccount/cbc:Name&lt;br /&gt;
|-&lt;br /&gt;
|numeroDeReferencia&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..200&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Identifier or internal reference of the Payment&lt;br /&gt;
: PATH&#039;&#039;&#039;:&#039;&#039;&#039; ../cbc:PaymentID&lt;br /&gt;
|-&lt;br /&gt;
|numeroDias&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|..3&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Number of days for payment&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:InstructionNote&lt;br /&gt;
|-&lt;br /&gt;
|numeroTransferencia&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..20&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Transfer number or check number&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PayeeFinancialAccount/cbc:ID&lt;br /&gt;
|}&lt;br /&gt;
====Class.OrdenDeCompra====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description &lt;br /&gt;
|-&lt;br /&gt;
|codigoCliente&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..20&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: customer code&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:CustomerReference&lt;br /&gt;
|-&lt;br /&gt;
|documentoReferencia&lt;br /&gt;
|DocumentoReferencia&lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Document Reference&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:DocumentReference&lt;br /&gt;
: (see detail in [[#Class.DocumentoReferencia|Class.DocumentoReferencia]])&lt;br /&gt;
|-&lt;br /&gt;
|extras&lt;br /&gt;
|Array &amp;lt;Extensible&amp;gt; &lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Optional fields or information for the issuer&#039;s business model&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined&lt;br /&gt;
: (see detail in [[#Class.Extensible|Class.Extensible]])&lt;br /&gt;
|-&lt;br /&gt;
|fecha&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|10&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Date of the Order, in format: YYYY-MM-DD HH:MM:SS&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:IssueDate&lt;br /&gt;
|-&lt;br /&gt;
|numeroOrden&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..20&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Purchase Order Number&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; To send the Purchase Order&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:ID&lt;br /&gt;
|-&lt;br /&gt;
|numeroPedido&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..20&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Order Number&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; To send the Order&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:SalesOrderID&lt;br /&gt;
|-&lt;br /&gt;
|tipoCUFE&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..20&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: CUFE type identifier&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:UUID@schemeName&lt;br /&gt;
|-&lt;br /&gt;
|tipoOrden&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..20&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Order type&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:OrderTypeCode&lt;br /&gt;
|-&lt;br /&gt;
|uuid&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..90&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: UUID of some referenced document&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:UUID&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;NOTE:&#039;&#039;&#039; As it is a delivery order, the OrdemDeCompra class must be informed, if it is necessary to indicate more than one order, it must be informed through the DocumentReferenced class with &#039;&#039;&#039;codigoInterno&#039;&#039;&#039; =&#039;1 &#039;, this in order to send the information referring to them in the AdditionalDocumentReference group.&lt;br /&gt;
&lt;br /&gt;
====Class.TasaDeCambio====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description &lt;br /&gt;
|-&lt;br /&gt;
|baseMonedaDestino&lt;br /&gt;
|String&lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Monetary basis for conversion.&lt;br /&gt;
: Must be 1.00&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If it brings a value other than 1.00&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:TargetCurrencyBaseRate &lt;br /&gt;
|-&lt;br /&gt;
|baseMonedaOrigen&lt;br /&gt;
|String&lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Monetary base of the foreign currency for exchange.&lt;br /&gt;
: Must be 1.00 &lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If it brings a value other than 1.00&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;:  ../cbc:SourceCurrencyBaseRate&lt;br /&gt;
|-&lt;br /&gt;
|extras&lt;br /&gt;
|Array &amp;lt;Extensible&amp;gt; &lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Optional fields or information for the issuer&#039;s business model&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined &lt;br /&gt;
: (see detail in [[#Class.Extensible|Class.Extensible]])&lt;br /&gt;
|-&lt;br /&gt;
|fechaDeTasaDeCambio&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|10&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Date on which the exchange rate was fixed, in format: YYYY-MM-DD&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:Date&lt;br /&gt;
|-&lt;br /&gt;
|indicadorDeTasa&lt;br /&gt;
|String&lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Exchange Rate Indicator&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:ExchangeMarketID&lt;br /&gt;
|-&lt;br /&gt;
|monedaDestino&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|3&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Destination currency code of the document.&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the content of this element is not &#039;COP&#039;&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:TargetCurrencyCode&lt;br /&gt;
|-&lt;br /&gt;
|monedaOrigen&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|3&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Document Base Currency Code&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the content of this element does not correspond to the ISO-4217 standard&lt;br /&gt;
&#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:SourceCurrencyCode&lt;br /&gt;
|-&lt;br /&gt;
|operadorCalculo&lt;br /&gt;
|String&lt;br /&gt;
| -&lt;br /&gt;
|NO &lt;br /&gt;
|&lt;br /&gt;
: Calculation Operator&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc: MathematicOperatorCode&lt;br /&gt;
|-&lt;br /&gt;
|tasaDeCambio&lt;br /&gt;
|String &lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Value of the exchange rate between currencies. It must be filled out with the value of the exchange rate.&lt;br /&gt;
: For example, for USD-COP, it can be the value of the TRM or rate agreed between the parties (Reported value * Exchange rate value = Reported value in currency reported in destination currency)&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:CalculationRate&lt;br /&gt;
|}&lt;br /&gt;
====Class.TasaDeCambioAlternativa====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description &lt;br /&gt;
|-&lt;br /&gt;
|baseMonedaDestino&lt;br /&gt;
|String&lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|SI&lt;br /&gt;
|&lt;br /&gt;
: Monetary basis for conversion.&lt;br /&gt;
: Must be 1.00&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If it brings a value other than 1.00&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:TargetCurrencyBaseRate &lt;br /&gt;
|-&lt;br /&gt;
|baseMonedaOrigen&lt;br /&gt;
|String&lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Monetary base of the foreign currency for exchange.&lt;br /&gt;
: Must be 1.00&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If brings value other than 1.00&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;:  ../cbc:SourceCurrencyBaseRate&lt;br /&gt;
|-&lt;br /&gt;
|extras&lt;br /&gt;
|Array  &amp;lt;Extensible&amp;gt; &lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Optional fields or information for the issuer&#039;s business model&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined&lt;br /&gt;
: (see detail in [[#Class.Extensible|Class.Extensible]])&lt;br /&gt;
|-&lt;br /&gt;
|fechaDeTasaDeCambio&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|10&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Date on which the exchange rate was fixed, in format: YYYY-MM-DD&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:Date&lt;br /&gt;
|-&lt;br /&gt;
|indicadorDeTasa&lt;br /&gt;
|String&lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Exchange Rate Indicator&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:ExchangeMarketID&lt;br /&gt;
|-&lt;br /&gt;
|monedaDestino&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|3&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Destination currency code of the document.&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the content of this element is not &#039;COP&#039;&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:TargetCurrencyCode&lt;br /&gt;
|-&lt;br /&gt;
|monedaOrigen&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|3&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Document Base Currency Code&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the content of this element does not correspond to the ISO-4217 standard&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:SourceCurrencyCode&lt;br /&gt;
|-&lt;br /&gt;
|operadorCalculo&lt;br /&gt;
|String&lt;br /&gt;
| -&lt;br /&gt;
|NO &lt;br /&gt;
|&lt;br /&gt;
: Calculation Operator&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc: MathematicOperatorCode&lt;br /&gt;
|-&lt;br /&gt;
|tasaDeCambio&lt;br /&gt;
|String &lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|YES &lt;br /&gt;
|&lt;br /&gt;
: Value of the exchange rate between currencies. It must be filled out with the value of the exchange rate.&lt;br /&gt;
: For example, for USD-COP, it can be the value of the TRM or rate agreed between the parties (Reported value * Exchange rate value = Reported value in currency reported in destination currency)&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:CalculationRate&lt;br /&gt;
|}&lt;br /&gt;
====Class.TerminosEntrega====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Dato Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description &lt;br /&gt;
|-&lt;br /&gt;
|cargosDescuentos&lt;br /&gt;
|Array &amp;lt;CargosDescuentos&amp;gt;&lt;br /&gt;
| - &lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Information related to a charge or a discount&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:AllowanceCharge &lt;br /&gt;
: (see detail in [[#Class.CargosDescuentos|Class.CargosDescuentos]])&lt;br /&gt;
|-&lt;br /&gt;
|codigoCondicionEntrega&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|3&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Delivery Conditions Code&lt;br /&gt;
: &#039;&#039;&#039;Obligatorio&#039;&#039;&#039; Se es factura de exportación/internacional&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt;: If the value of this attribute does not correspond to a value of the  [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 15|Tabla 15]]&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:LossRiskResponsibilityCode&lt;br /&gt;
|-&lt;br /&gt;
|costoTransporte&lt;br /&gt;
|String&lt;br /&gt;
|Por Definir&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Transport payment method: It is used to indicate how transport costs are paid, for example: http://www.unece.org/&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc: SpecialTerms&lt;br /&gt;
|-&lt;br /&gt;
|direccionEntrega&lt;br /&gt;
|Class.Direccion&lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Information detailing the delivery address&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:DeliveryLocation&lt;br /&gt;
: (see detail in [[#Class.Direccion|Class.Direccion]])&lt;br /&gt;
|-&lt;br /&gt;
|extras&lt;br /&gt;
|Array &amp;lt;Extensible&amp;gt; &lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Optional fields or information for the issuer&#039;s business model.&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Undefined&lt;br /&gt;
: (see detail in [[#Class.Extensible|Class.Extensible]])&lt;br /&gt;
|-&lt;br /&gt;
|identificacion&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..12&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Identification number&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:ID&lt;br /&gt;
|-&lt;br /&gt;
|monto&lt;br /&gt;
|String&lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|NO&lt;br /&gt;
| &lt;br /&gt;
: Amount&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:Amount&lt;br /&gt;
|-&lt;br /&gt;
|responsableEntrega&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Description of who assumes responsibility in case the merchandise is lost&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:LossRisk&lt;br /&gt;
|}&lt;br /&gt;
====Class.Direccion====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description &lt;br /&gt;
|-&lt;br /&gt;
|aCuidadoDe&lt;br /&gt;
|String &lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Care of&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cbc:MarkCare&lt;br /&gt;
|-&lt;br /&gt;
|aLaAtenciónDe&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: For the attention of&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cbc:MarkAttention&lt;br /&gt;
|-&lt;br /&gt;
|bloque&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: block name&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cbc:BlockName&lt;br /&gt;
|-&lt;br /&gt;
|buzon&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Buzón postal&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cbc:Postbox&lt;br /&gt;
|-&lt;br /&gt;
|calle&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Name of the street&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cbc:StreetName&lt;br /&gt;
|-&lt;br /&gt;
|calleAdicional&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Additional Name to better specify the street name&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cbc:AdditionalStreetName&lt;br /&gt;
|-&lt;br /&gt;
|ciudad&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|…50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Ciudad&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If country is &amp;quot;CO&amp;quot; and the content of this attribute does not correspond to one of the values ​​in the &#039;Name&#039; column of the   [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 19|Tabla 19]] (columna ‘Nombre : : : : Municipio’ del numeral 6.4.3 del Anexo Técnico)&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cbc:CityName&lt;br /&gt;
|-&lt;br /&gt;
|codigoDepartamento&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|…5&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: department code&lt;br /&gt;
: If country is &amp;quot;CO&amp;quot;, CodigoDepartamento must correspond to one of the values ​​in the Code column of the  [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 16|Tabla 16]]&lt;br /&gt;
: &#039;&#039;&#039;Mandatory&#039;&#039;&#039; for Responsible Issuers and Acquirers&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cbc:CountrySubentityCode&lt;br /&gt;
|-&lt;br /&gt;
|correccionHusoHorario&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Corresponding time zone correction&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cbc:TimezoneOffset&lt;br /&gt;
|-&lt;br /&gt;
|departamento&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|…50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: department name&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; if the code of the country field is &amp;quot;CO&amp;quot; and the content of this attribute does not correspond to one of the values ​​of the Name column of the [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 16|Tabla 16]]&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cbc:CountrySubentity&lt;br /&gt;
|-&lt;br /&gt;
|departamentoOrg&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
:An addressable department of an organization&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cbc:Department&lt;br /&gt;
|-&lt;br /&gt;
|direccion&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|…100&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Client&#039;s address, without indicating city or department&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cac:AddressLine/cbc:Line&lt;br /&gt;
|-&lt;br /&gt;
|distrito&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: District&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /cac:Address/cbc:District&lt;br /&gt;
|-&lt;br /&gt;
|extras&lt;br /&gt;
|Array &amp;lt;Extensible&amp;gt; &lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Optional fields or information for the issuer&#039;s business model.&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined&lt;br /&gt;
: (see detail in [[#Class.Extensible|Class.Extensible]])&lt;br /&gt;
|-&lt;br /&gt;
|habitacion&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Bedroom&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cbc:Room&lt;br /&gt;
|-&lt;br /&gt;
|lenguaje&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;A|2&amp;lt;/nowiki&amp;gt; ISO 639-1&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Identifier of the language used in the country name&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Notification&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the content of this attribute does not correspond to one of the values ​​of the ISO 639-1 standard&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;NotificaNotificationión&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If this is a group with information regarding the address of the issuer of an electronic document, it must contain the literal &amp;quot;is&amp;quot;&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /cac:Address/cac:Country/cbc:Name/@languageID&lt;br /&gt;
|-&lt;br /&gt;
|localizacion&lt;br /&gt;
|Array &amp;lt;Coordenadas&amp;gt;&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: address coordinates&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cac:LocationCoordinate&lt;br /&gt;
: (see detail in [[#Class.Coordenadas|Class.Coordenadas]])&lt;br /&gt;
|-&lt;br /&gt;
|municipio&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Municipality Code&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Notification&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the content of this attribute does not correspond to one of the values ​​of the  [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 19|Tabla 19]]&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:ID&lt;br /&gt;
|-&lt;br /&gt;
|nombreEdificio&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Name of a Building&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cbc:BuildingName&lt;br /&gt;
|-&lt;br /&gt;
|numeroEdificio&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Número de una casa o edificio&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cbc:BuildingNumber&lt;br /&gt;
|-&lt;br /&gt;
|numeroParcela&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Parcel Number&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cbc:PlotIdentification&lt;br /&gt;
|-&lt;br /&gt;
|pais&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;A|2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
:Customer country.&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the content of this element does not correspond to a value of the ISO 3166-1 alpha-2 standard&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cac:Country/cbc:IdentificationCode&lt;br /&gt;
|-&lt;br /&gt;
|piso&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Flat&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cbc:Floor&lt;br /&gt;
|-&lt;br /&gt;
|region&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Región&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cbc:Region&lt;br /&gt;
|-&lt;br /&gt;
|subDivision&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Subdivision (Name of the Neighborhood)&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cbc:CitySubdivisionName&lt;br /&gt;
|-&lt;br /&gt;
|ubicación&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: A specific location within a building&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cbc:InhouseMail&lt;br /&gt;
|-&lt;br /&gt;
|zonaPostal&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..10&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Postal zone&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Notification&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the content of this element does not correspond to a corresponding value of the [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 20|Tabla 20]]&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Notification&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the value of the CodigoDepartamento attribute is different from the first 2 digits of the postal code.&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cbc:PostalZone&lt;br /&gt;
|}&lt;br /&gt;
====Class.Coordenadas====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Dato Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|-&lt;br /&gt;
|gradosLatitud&lt;br /&gt;
|String&lt;br /&gt;
|Por Definir&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: latitude measure in degrees&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:LatitudeDegreesMeasure&lt;br /&gt;
|-&lt;br /&gt;
|gradosLongitud&lt;br /&gt;
|String&lt;br /&gt;
|Por Definir&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: measure of longitude in degrees&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; Unit greater than 60 minutes&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:LongitudeDegreesMeasure&lt;br /&gt;
|-&lt;br /&gt;
|minutosLatitud&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|…5|2.2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Latitude measurement in decimal minutes in mm.mm format&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:MarkAttentionIndicator&lt;br /&gt;
|-&lt;br /&gt;
|minutosLongitud&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|…5|2.2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Longitude measurement in decimal minutes in mm.mm format&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; Unit greater than 60 minutes&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:LongitudeMinutesMeasure&lt;br /&gt;
|-&lt;br /&gt;
|orientacionLatitud&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|1&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO &lt;br /&gt;
|&lt;br /&gt;
: Sense of measurement of latitude in relation to the Equator&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:LatitudeDirectionCode&lt;br /&gt;
|-&lt;br /&gt;
|orientacionLongitud&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|1&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Sense of longitude measurement in relation to the Equator &lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:LongitudeDirectionCode&lt;br /&gt;
|}&lt;br /&gt;
====Class.Tributos====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Atribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description &lt;br /&gt;
|-&lt;br /&gt;
|codigoImpuesto&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|SI&lt;br /&gt;
|&lt;br /&gt;
: tribute identifier &lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the content of this element does not correspond to one of the codes in the   [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 11|Tabla 11]]&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:ID     &lt;br /&gt;
|-&lt;br /&gt;
|extras&lt;br /&gt;
|Array &amp;lt;Extensible&amp;gt; &lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Optional fields or information for the issuer&#039;s business model.&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined (see detail in [[#Class.Extensible|Class.Extensible]])&lt;br /&gt;
|}&lt;br /&gt;
====Class.InformacionLegalCliente====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Dato Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description &lt;br /&gt;
|-&lt;br /&gt;
|codigoEstablecimiento&lt;br /&gt;
|String&lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Establishment Code&lt;br /&gt;
: &amp;lt;nowiki&amp;gt;PATH&amp;lt;/nowiki&amp;gt;: /cac:CorporateRegistrationScheme/cbc:CorporateRegistrationTypeCode&lt;br /&gt;
|-&lt;br /&gt;
|nombreRegistroRUT&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..450&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Name or company name of the acquirer &lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PartyLegalEntity/cbc:RegistrationName&lt;br /&gt;
|-&lt;br /&gt;
|numeroIdentificacion&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..12&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Acquirer Identifier. &lt;br /&gt;
: You must inform the NIT if you are responsible&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;:  ../cac:Party/cac:PartyLegalEntity/cbc:CompanyID&lt;br /&gt;
|-&lt;br /&gt;
|numeroIdentificacionDV&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|..2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Check digit&lt;br /&gt;
: &#039;&#039;&#039;Mandatory&#039;&#039;&#039; If tipoIdentificacion =31, the DV of the NIT must be informed&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PartyLegalEntity/cbc:CompanyID@schemeID&lt;br /&gt;
|-&lt;br /&gt;
|numeroMatriculaMercantil&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|9&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Commercial registration number&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:CorporateRegistrationScheme/cbc:Name&lt;br /&gt;
|-&lt;br /&gt;
|prefijoFacturacion&lt;br /&gt;
|String&lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Billing prefix:&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:CorporateRegistrationScheme/cbc:ID&lt;br /&gt;
|-&lt;br /&gt;
|tipoIdentificacion&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Customer identification type&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the content of this element is different from “31”&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PartyLegalEntity/cbc:CompanyID@schemeName&lt;br /&gt;
|}&lt;br /&gt;
====Class.Obligaciones====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description &lt;br /&gt;
|-&lt;br /&gt;
|extras&lt;br /&gt;
|Array &amp;lt;Extensible&amp;gt; &lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Optional fields or information for the issuer&#039;s business model&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined&lt;br /&gt;
: (see detail in [[#Class.Extensible|Class.Extensible]])&lt;br /&gt;
|-&lt;br /&gt;
|obligaciones&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|7&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Obligations of the acquirer&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt;  If the content of this attribute does not correspond to one of the values ​​of the  [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 17|Tabla 17]]&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:TaxLevelCode  &lt;br /&gt;
|-&lt;br /&gt;
|regimen&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Optional, if informed, indicate “Not applicable”. Possible Values:&lt;br /&gt;
: 48: “Sales tax - IVA”&lt;br /&gt;
: 49: “Not responsible for IVA” &lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: .. /cbc:TaxLevelCode/@listName&lt;br /&gt;
|}&lt;br /&gt;
====Class.LineaInformacionAdicional====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description &lt;br /&gt;
|-&lt;br /&gt;
|cantidad&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..5&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|NO &lt;br /&gt;
|&lt;br /&gt;
:additional quantity&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:ValueQuantity&lt;br /&gt;
|-&lt;br /&gt;
|codigo&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..5&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: additional code&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:NameCode&lt;br /&gt;
|-&lt;br /&gt;
|codigoInterno1&lt;br /&gt;
|String&lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Optional not used for now&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined&lt;br /&gt;
|-&lt;br /&gt;
|codigoInterno2&lt;br /&gt;
|String&lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Optional not used for now&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined&lt;br /&gt;
|-&lt;br /&gt;
|Description&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..450&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: additional description&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:UsabilityPeriod/cbc:Description&lt;br /&gt;
|-&lt;br /&gt;
|fechaFin&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|10&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Period End Date &lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:UsabilityPeriod/cbc:EndDate&lt;br /&gt;
|-&lt;br /&gt;
|fechaInicio&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|10&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Beginning date of the period&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:UsabilityPeriod/cbc:StartDate&lt;br /&gt;
|-&lt;br /&gt;
|nombre&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Characteristic you want to report on the item, for example: (Vehicle Use)&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; For each name there must be a value&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:Name &lt;br /&gt;
: (For defining extensible field catalogs at the detail level)&lt;br /&gt;
|-&lt;br /&gt;
|secuencia&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..3&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Sequence order indicator&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined &lt;br /&gt;
|-&lt;br /&gt;
|tipo&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|1&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
:Value Type Indicator, example Value = ’1’&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Does not apply&lt;br /&gt;
|-&lt;br /&gt;
|valor&lt;br /&gt;
|String &lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Value of the characteristic to be reported, for example: (Particular)&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; For each value there must be a name&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:Value&lt;br /&gt;
|}&lt;br /&gt;
====Class.DatosTransportistas====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Requerido&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description &lt;br /&gt;
|-&lt;br /&gt;
|detallesTributarios&lt;br /&gt;
|Tributos&lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Tax Types&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PartyTaxScheme/cac:TaxScheme&lt;br /&gt;
: (see detail in [[#Class.Tributos|Class.Tributos]])&lt;br /&gt;
|-&lt;br /&gt;
|direccionResponsableEntrega&lt;br /&gt;
|Direccion&lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Information on the Address of the Person Responsible for Delivery&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cbc:PhysicalLocation&lt;br /&gt;
: (see detail in [[#Class.Direccion|Class.Direccion]])&lt;br /&gt;
|-&lt;br /&gt;
|email&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Email&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ..cac:Contact/cbc:ElectronicMail&lt;br /&gt;
|-&lt;br /&gt;
|extras&lt;br /&gt;
|Array &amp;lt;Extensible&amp;gt; &lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Optional fields or information for the issuer&#039;s business model.&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined&lt;br /&gt;
: (see detail in [[#Class.Extensible|Class.Extensible]]) &lt;br /&gt;
|-&lt;br /&gt;
|indicadordeAtencion&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Indicator if it is information on “for the attention of” (FAO)&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:MarkAttentionIndicator&lt;br /&gt;
|-&lt;br /&gt;
|indicadordeCuidado&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Indicador si es información sobre alguien responsable por los bienes&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:MarkCareIndicator&lt;br /&gt;
|-&lt;br /&gt;
|nombreContacto&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Contact name&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: .. /cac:Contact/cbc:Name&lt;br /&gt;
|-&lt;br /&gt;
|nombreResponsableEntrega&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Name of the Responsible for the Delivery&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PartyName/cbc:Name&lt;br /&gt;
|-&lt;br /&gt;
|nota&lt;br /&gt;
|String&lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
:Contact Note&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Contact/cbc:Note&lt;br /&gt;
|-&lt;br /&gt;
|numeroIdentificacion&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|…12&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Carrier NIT&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PartyTaxScheme/cbc:CompanyID&lt;br /&gt;
|-&lt;br /&gt;
|numeroIdentificacionDV&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|..2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Check digit&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PartyTaxScheme/cbc:CompanyID@schemeID&lt;br /&gt;
|-&lt;br /&gt;
|numeroMatriculaMercantil&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..20&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Commercial registration number&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PartyLegalEntity/cac:CorporateRegistrationScheme/cbc:Name&lt;br /&gt;
|-&lt;br /&gt;
|prefijoFacturacion&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..20&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Carrier Billing Prefix&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: .. /cac:PartyLegalEntity//cac:CorporateRegistrationScheme/cbc:ID&lt;br /&gt;
|-&lt;br /&gt;
|responsabilidadesRut&lt;br /&gt;
|Array &amp;lt;Obligaciones&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Carrier Liability&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PartyTaxScheme/cbc:TaxLevelCode&lt;br /&gt;
: (see detail in [[#Class.Obligaciones|Class.Obligaciones]])&lt;br /&gt;
|-&lt;br /&gt;
|telefax&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..20&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Carrier Telefax&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PartyTaxScheme/cbc:CompanyID/@schemeName&lt;br /&gt;
|-&lt;br /&gt;
|telefono&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..20&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: carrier phone&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Contact/cbc:Telefax&lt;br /&gt;
|-&lt;br /&gt;
|tipoIdentificacion&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Carrier Identification Type&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt;  If the content of this attribute does not correspond to one of the values ​​of the [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 3|Tabla 3]]&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PartyTaxScheme/cbc:CompanyID/@schemeName&lt;br /&gt;
|-&lt;br /&gt;
|transportadorDireccion&lt;br /&gt;
|Direccion &lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Tax address of the transporter&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PartyLegalEntity/cac:RegistrationAddress&lt;br /&gt;
: (see detail in [[#Class.Direccion|Class.Direccion]])&lt;br /&gt;
|-&lt;br /&gt;
|transportadorNombre&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: carrier name&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PartyLegalEntity/cbc:RegistrationName&lt;br /&gt;
|-&lt;br /&gt;
|transportadorNumeroDocumento&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..12&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Carrier document number&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PartyLegalEntity/cbc:CompanyID&lt;br /&gt;
|-&lt;br /&gt;
|transportadorNumeroDocumentoDV&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Verifier Digit of the NIT of the transporter&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PartyLegalEntity/cbc:CompanyID@schemeID&lt;br /&gt;
|-&lt;br /&gt;
|transportadorTipoIdentificacion&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Carrier document type&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PartyLegalEntity/cbc:CompanyID@schemeName&lt;br /&gt;
|}&lt;br /&gt;
====Class.DocumentoReferencia====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description &lt;br /&gt;
|-&lt;br /&gt;
|codigoEstatusDocumento&lt;br /&gt;
|String&lt;br /&gt;
| -&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Document code or reason&lt;br /&gt;
: &#039;&#039;&#039;Mandatory&#039;&#039;&#039; When InternalCode is &#039;4&#039;&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the content of this attribute does not correspond to any of the values ​​of   [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 9|Tabla 9]] and   [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 10|Tabla 10]]&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:DiscrepancyResponse/cbc:ResponseCode&lt;br /&gt;
|-&lt;br /&gt;
|codigoInterno&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|1&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: This field decides if in which XML node the information will be sent DocumentoReferenciado, possible values:&lt;br /&gt;
# AdditionalDocumentReference (FE de contingencia y para acciones comerciales y mercantiles)&lt;br /&gt;
# DespatchDocumentReference (Doc. De despacho)&lt;br /&gt;
# ReceiptDocumentReference (Doc. De recepción)&lt;br /&gt;
# DiscrepancyResponse (N.C y N.D)&lt;br /&gt;
# BillingReference (Facturas por corrección, N.C y N.D)&lt;br /&gt;
|-&lt;br /&gt;
|cufeDocReferenciado&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..90&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C &lt;br /&gt;
|&lt;br /&gt;
: CUFE or CUDE of the referenced document&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; When InternalCode is &#039;5&#039;&lt;br /&gt;
: &#039;&#039;&#039;Mandatory&#039;&#039;&#039; In invoices, it must be filled out only when the electronic invoice originates from the correction or adjustment that occurs through a NC or ND&lt;br /&gt;
: &#039;&#039;&#039;Mandatory&#039;&#039;&#039; In N.C and N.D, are the references to electronic invoices affected by the Note. You can only report electronic invoices of the same acquirer&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If CUFE or CUDE does not exist in the DIAN&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /Invoice/cac:BillingReference/cac:CreditNoteDocumentReference/cbc:UUID&lt;br /&gt;
: /CreditNote/cac:BillingReference/cac:InvoiceDocumentReference/cbc:UUID&lt;br /&gt;
: /DebitNote/cac:BillingReference/cac:InvoiceDocumentReference/cbc:UUID&lt;br /&gt;
|-&lt;br /&gt;
|Description&lt;br /&gt;
|Array &amp;lt;String&amp;gt;&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|20..5000&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Description of the nature of the correction&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; When InternalCode is &#039;4&#039;&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:DiscrepancyResponse/cbc:Description &lt;br /&gt;
|-&lt;br /&gt;
|extras&lt;br /&gt;
|Array &amp;lt;Extensible&amp;gt; &lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Optional fields or information for the issuer&#039;s business model&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined&lt;br /&gt;
: (see detail in [[#Class.Extensible|Class.Extensible]])&lt;br /&gt;
|-&lt;br /&gt;
|fecha&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|10&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Fecha de emision del documento referenciado, en Format: YYYY-MM-DD &lt;br /&gt;
: &#039;&#039;&#039;Mandatory&#039;&#039;&#039; When internal code is &#039;1&#039;, &#039;2&#039;, &#039;3&#039; or &#039;5&#039;&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the date is later than that of the referenced document&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /Invoice/cac:BillingReference/cac:CreditNoteDocumentReference/cbc:IssueDate&lt;br /&gt;
: /CreditNote/cac:BillingReference/cac:InvoiceDocumentReference/cbc:IssueDate&lt;br /&gt;
: /DebitNote/cac:BillingReference/cac:InvoiceDocumentReference&lt;br /&gt;
: /cbc:IssueDate&lt;br /&gt;
|-&lt;br /&gt;
|fechaFinValidez&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|10&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: End of Validity Date&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Undefined&lt;br /&gt;
|-&lt;br /&gt;
|fechaInicioValidez&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|10&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Validity Start Date&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Undefined&lt;br /&gt;
|-&lt;br /&gt;
|numeroDocumento&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN..20&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|SI&lt;br /&gt;
|&lt;br /&gt;
: Concatenation of the prefix and the referenced document number&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; if codigoInterno is reported equal to &#039;1&#039;, &#039;2&#039;, &#039;3&#039;, &#039;4&#039; or &#039;5&#039; and the reference document ID is not related&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /Invoice/cac:BillingReference/cac:CreditNoteDocumentReference/cbc:ID&lt;br /&gt;
: /CreditNote/cac:BillingReference/cac:InvoiceDocumentReference/cbc:ID&lt;br /&gt;
: /DebitNote/cac:BillingReference/cac:InvoiceDocumentReference&lt;br /&gt;
: /cbc:ID&lt;br /&gt;
|-&lt;br /&gt;
|tipoCUFE&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..11&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C &lt;br /&gt;
|&lt;br /&gt;
: CUFE type algorithm.&lt;br /&gt;
: “CUFE-SHA384” or “CUDE-SHA384”&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; When InternalCode is &#039;5&#039;&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /Invoice/cac:BillingReference/cac:CreditNoteDocumentReference&lt;br /&gt;
: /cbc:UUID/@schemeName &lt;br /&gt;
: /CreditNote/cac:BillingReference/cac:InvoiceDocumentReference&lt;br /&gt;
: /cbc:UUID/@schemeName&lt;br /&gt;
: /DebitNote/cac:BillingReference/cac: InvoiceDocumentReference&lt;br /&gt;
: /cbc:UUID/@schemeName&lt;br /&gt;
|-&lt;br /&gt;
|tipoDocumento&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Description of the type of referenced document, Example: &amp;quot;National Sales Invoice&amp;quot;&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined&lt;br /&gt;
|-&lt;br /&gt;
|tipoDocumentoCodigo&lt;br /&gt;
|String &lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Identifier of the referenced document type&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; When InternalCode is &#039;1&#039;  &lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If codigoInterno equal to &#039;1&#039; and the content of this attribute does not correspond to one of the values ​​of the  [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 21|Tabla 21]]&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Undefined&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;@IMPORTANT:&#039;&#039;&#039;&lt;br /&gt;
# To reference &#039;&#039;&#039;sales invoices when issuing a NC or ND&#039;&#039;&#039;, two objects of type DocumentosReferenciados must be sent indicating the following:&lt;br /&gt;
#* &#039;&#039;&#039;Object 1&#039;&#039;&#039;: indicating the fields codigoEstatusDocumento; CodihoInterno = &#039;4&#039;, numeroDocumento, Description.&lt;br /&gt;
#* &#039;&#039;&#039;Object 2&#039;&#039;&#039;: if the &#039;&#039;&#039;tipoOperacion is equal to 20 (for NC) or 30 (for ND)&#039;&#039;&#039; and codigoInterno = &#039;5&#039;, the fields are validated: cufeDocReferenciado, date, and DocumentNumber.&lt;br /&gt;
# When transmitting a &#039;&#039;&#039;Factura de Contingencia &#039;&#039;&#039;, an array of the documentosReferenciados type must be sent, indicating the fields: internal code = &#039;1&#039;, numberDocument, date, tipoDocumentCode (corresponding to Contingenc Invoice).&lt;br /&gt;
# To reference &#039;&#039;&#039;Dispatch Documents&#039;&#039;&#039; (internal code = &#039;2&#039;) or &#039;&#039;&#039;Reception Documents&#039;&#039;&#039; (internal code = &#039;3&#039;) the fields are validated: documentnumber and date.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
====Class.sectorSalud====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description &lt;br /&gt;
|-&lt;br /&gt;
|Beneficiario&lt;br /&gt;
|Beneficiario&lt;br /&gt;
| -&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Complementary data of the beneficiary of the health service for collection scenarios.&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:AccountingCustomerParty/cac:Person&lt;br /&gt;
: (see detail in [[#Class.Beneficiario|Class.Beneficiario]])&lt;br /&gt;
|-&lt;br /&gt;
|extras&lt;br /&gt;
|Array &amp;lt;Extras&amp;gt; &lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Optional fields or information for the issuer&#039;s business model.&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined&lt;br /&gt;
: (see detail in [[#Class.Extras|Class.Extras]])&lt;br /&gt;
|-&lt;br /&gt;
|IdPersonalizacion&lt;br /&gt;
|String&lt;br /&gt;
|Por definir&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: To indicate the type of operation through which the collection was made in the accreditation or report scenarios&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: To be defined&lt;br /&gt;
|-&lt;br /&gt;
|Pacientes&lt;br /&gt;
|Array &amp;lt;DatosPacienteSalud&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|C/C&lt;br /&gt;
|For the report of the additional data fields of the Health Sector&lt;br /&gt;
: (see detail in [[#Class.DatosPacientesSalud|Class.DatosPacientesSalud]])&lt;br /&gt;
|-&lt;br /&gt;
|TipoEscenario&lt;br /&gt;
|String &lt;br /&gt;
|&amp;lt;nowiki&amp;gt; N|1 &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Type of Health Sector Scenario. [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 27|Tabla 27]]&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;NOTE: The issuance of health sector documents is only available through version 4 of the issuance service. &amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Class.Beneficiario====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description &lt;br /&gt;
|-&lt;br /&gt;
|DireccionResidencia&lt;br /&gt;
|Direccion&lt;br /&gt;
| -&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Information detailing the address of the beneficiary of the health service.&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:ResidenceAddress&lt;br /&gt;
: (see detail in [[#Class.Direccion|Class.Direccion]])&lt;br /&gt;
|-&lt;br /&gt;
|TipoIdentificacion&lt;br /&gt;
|Array &amp;lt;GeneralSalud&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Identification type of the beneficiary user of the health service.&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: cbc:ID/@schemeID&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Class.DatosPacientesSalud====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description &lt;br /&gt;
|-&lt;br /&gt;
|CamposGenerales&lt;br /&gt;
|Array &amp;lt;GeneralSalud&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Additional data fields of the Health Sector to report information associated with the beneficiaries of the health service&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Invoice/ext:UBLExtensions/ext:UBLExtension&lt;br /&gt;
: (see detail in [[#Class.Direccion|Class.Direccion]])&lt;br /&gt;
|-&lt;br /&gt;
|TipoIdentificacion&lt;br /&gt;
|Array &amp;lt;GeneralSalud&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Identification type of the beneficiary user of the health service.&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: cbc:ID/@schemeID&lt;br /&gt;
: (see detail in [[#Class.GeneralSalud|Class.GeneralSalud]])&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Class.GeneralSalud====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description &lt;br /&gt;
|-&lt;br /&gt;
|nombre&lt;br /&gt;
|String&lt;br /&gt;
|N|..2&lt;br /&gt;
|Si&lt;br /&gt;
|&lt;br /&gt;
: Additional data field code.&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;:../Interoperabilidad/Group schemeName=&amp;quot;Sector Salud&amp;quot;/Collection schemeName=&amp;quot;Usuario&amp;quot;/AdditionalInformation/Name&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;@Note:&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; It must correspond to one of the codes in the column[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 28|Tabla 28]] &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|valor&lt;br /&gt;
|String&lt;br /&gt;
|depends on the field&lt;br /&gt;
|Yes&lt;br /&gt;
|&lt;br /&gt;
: Value of the additional data field of the health sector as appropriate.&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../Interoperabilidad/Group schemeName=&amp;quot;Sector Salud&amp;quot;/Collection schemeName=&amp;quot;Usuario&amp;quot;/AdditionalInformation/Value&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Important&#039;&#039;&#039;: In the case of the field &#039;&#039;&#039;rangoNumeracion&#039;&#039;&#039;, this value must always have the following format (Pefijo-campoDesde), that is, said field is independent of the sequential mode configured in the portal (manual with prefix or manual without prefix).&lt;br /&gt;
 &lt;br /&gt;
In the case of the field &#039;&#039;&#039;consecutivoDocumento&#039;&#039;&#039;, This field does depend on the sequential mode configured in the web portal.&lt;br /&gt;
* If the assigned modality is&#039;&#039;“manual sin prefijo”&#039;&#039;, the values ​​for the fields rangoNumeracion and consecutivoDocumento’ They should be for example:&lt;br /&gt;
:: Invoice #1: rangoNumeracion= &amp;quot;PRUE-1&amp;quot;, consecutivoDocumento= &amp;quot;1&amp;quot;&lt;br /&gt;
:: Invoice #2: rangeNumeracion= &amp;quot;PRUE-1&amp;quot;, consecutiveDocument= &amp;quot;2&amp;quot;&lt;br /&gt;
:: ...&lt;br /&gt;
:: Invoice #1000: rangoNumeracion= &amp;quot;PRUE-1&amp;quot;, consecutivoDocumento= &amp;quot;1000&amp;quot;&lt;br /&gt;
&lt;br /&gt;
*If the assigned modality is &#039;&#039;“manual with prefix”&#039;&#039;, the values ​​for the fields rangoNumeracion and consecutivoDocumento must be, for example:&lt;br /&gt;
:: Invoice #1: rangeNumeracion= &amp;quot;PRUE-1&amp;quot;, consecutiveDocument= &amp;quot;PRUE1&amp;quot;&lt;br /&gt;
:: Invoice #2: rangoNumeracion= &amp;quot;PRUE-1&amp;quot;, consecutivoDocumento= &amp;quot;PRUE2&amp;quot;&lt;br /&gt;
:: ...&lt;br /&gt;
:: Invoice #1000: rangeNumeracion= &amp;quot;PRUE-1&amp;quot;, consecutivoDocumento= &amp;quot;PRUE1000&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
; RESPONSE: Parameters to Receive&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot; &lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|ID&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description &lt;br /&gt;
|-&lt;br /&gt;
|int&lt;br /&gt;
|codigo&lt;br /&gt;
|Indicates the status of the operation returned by the service, (to define catalog)&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|consecutivoDocumento&lt;br /&gt;
|Prefix and Consecutive of the Concatenated Document without separators. For the example above it corresponds to: “PRUE980338337”&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|cufe&lt;br /&gt;
|&amp;quot;Unique Electronic Invoice Code&amp;quot; corresponding to the document consulted.&lt;br /&gt;
|-&lt;br /&gt;
|Bool&lt;br /&gt;
|esValidoDian&lt;br /&gt;
|“true” if valid&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|fechaAceptacionDIAN&lt;br /&gt;
|Day and time in which the DIAN accepted the electronic document, in YYYY-MM-DD HH:MM:SS format&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|fechaRespuesta&lt;br /&gt;
|Day and time in which the electronic document was generated, in format AAAA-MM-DD HH:MM:SS&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|hash&lt;br /&gt;
|Error detection code &lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|mensaje&lt;br /&gt;
|This message is associated with the response code, useful for error identification&lt;br /&gt;
|-&lt;br /&gt;
|Array&lt;br /&gt;
|mensajesValidacion&lt;br /&gt;
|Validation messages in case of notification or rejection&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|nombre&lt;br /&gt;
|Name defined by the DIAN&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|qr&lt;br /&gt;
|QR code string concatenation (control element)&lt;br /&gt;
|-&lt;br /&gt;
|Array&lt;br /&gt;
|reglasNotificacionDIAN&lt;br /&gt;
|Validation rules in case of notification&lt;br /&gt;
|-&lt;br /&gt;
|Array&lt;br /&gt;
|reglasValidacionDIAN&lt;br /&gt;
|Validation rules in case of rejection&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|resultado&lt;br /&gt;
|Method consumption result: Processed” or “Error” &lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|tipoCufe&lt;br /&gt;
|CUFE type algorithm. “CUFE-SHA384” or “CUDE-SHA384”&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|xml&lt;br /&gt;
|XML file (type AttachedDocument) encoded in Base64&lt;br /&gt;
|}&lt;br /&gt;
Once the electronic invoice has been sent successfully (code &#039;200&#039; or &#039;201&#039; in the response), the attached files are sent (through the method&#039;&#039;&#039;CargarAdjuntos&#039;&#039;&#039;) consuming the SOAP Web Attachments Service, in the scenario that the &#039;&#039;&#039;attachments&#039;&#039;&#039; parameter has been assigned to “1” or “11”, otherwise the SOAP Web Attachments Service will return an error indicating that the document does NOT support attachments.&lt;br /&gt;
{{clear}}&lt;br /&gt;
&lt;br /&gt;
===EstadoDocumento Method===&lt;br /&gt;
It allows you to consult the status of the document indicated before the Acquirer, before the DIAN, the type of delivery and if it was successful, the list of associated events (ApplicationResponse) and other parameters of interest that can be useful in the software control processes billing (ERP) or for the business model of the issuing client.&lt;br /&gt;
; REQUEST: Parameters to Send&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Identifier&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;3&amp;quot;|String&lt;br /&gt;
|tokenEmpresa&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|Supplied by The Factory HKA Colombia&lt;br /&gt;
|-&lt;br /&gt;
|tokenPassword&lt;br /&gt;
|-&lt;br /&gt;
|Documento&lt;br /&gt;
|Prefix and Consecutive of the electronic Document concatenated without separators. Example “PRUE980338212&lt;br /&gt;
|}&lt;br /&gt;
; RESPONSE: Parameters to Receive&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot; &lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Typr&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Identifier&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Bool&lt;br /&gt;
|aceptacionFisica&lt;br /&gt;
|Indicates if the document has physical acceptance (physically delivered): “true” or “false”&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|acuseComentario&lt;br /&gt;
|Comment informed by the acquirer when making the acknowledgment&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|acuseEstatus&lt;br /&gt;
|0: Acknowledgment not made ; 1: Acknowledgment made&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|acuseResponsable&lt;br /&gt;
|Email of the person responsible for making the acknowledgment&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|acuseRespuesta&lt;br /&gt;
|0: Response not sent; 1: Reply Sent&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|ambiente&lt;br /&gt;
|Type of document generation environment:&lt;br /&gt;
:: “1: ProductionEnvironment”&lt;br /&gt;
:: “2: TestEnvironment”&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|cadenaCodigoQR&lt;br /&gt;
|QR code string concatenation (control element)&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|cadenaCufe&lt;br /&gt;
|Chain concatenation of the CUFE code prior to calculation by the corresponding algorithm of the service&lt;br /&gt;
|-&lt;br /&gt;
|int&lt;br /&gt;
|Codigo&lt;br /&gt;
|Indicates the status of the operation returned by the service&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|consecutivo&lt;br /&gt;
|Consecutive Document TFHKA/DIAN&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|cufe&lt;br /&gt;
|&amp;quot;Unique Code of Electronic Invoice&amp;quot; corresponding to the document consulted, calculated by the corresponding algorithm of the service&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|DescriptionDocumento&lt;br /&gt;
|Reference document type identifier,&lt;br /&gt;
: Example: &amp;quot;National Sales Invoice&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|String &lt;br /&gt;
|DescriptionEstatusDocumento&lt;br /&gt;
|Description corresponding to the statusDocument before the DIAN: &amp;quot;Processed Correctly&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|entregaMetodoDIAN&lt;br /&gt;
|Indicates the delivery method to the DIAN&lt;br /&gt;
: (Synchronous or Asynchronous), (Individual or Batch)&lt;br /&gt;
|-&lt;br /&gt;
|Bool&lt;br /&gt;
|esValidoDIAN&lt;br /&gt;
| &lt;br /&gt;
: “true” if valid&lt;br /&gt;
: &amp;quot;false&amp;quot; If not valid&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|estatusDocumento&lt;br /&gt;
|Code obtained in the response corresponding to the status of the document before the DIAN (Catalogue to be defined)&lt;br /&gt;
|-&lt;br /&gt;
|Array &amp;lt;Evento&amp;gt;&lt;br /&gt;
|eventos&lt;br /&gt;
|List of Electronic Document events&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|fechaAceptacionDIAN&lt;br /&gt;
|Day and time in which the DIAN accepted the electronic document, in format AAAA-MM-DD HH:MM:SS&lt;br /&gt;
|-&lt;br /&gt;
|String &lt;br /&gt;
|fechaDocumento&lt;br /&gt;
|Date on which the document was generated, in format: AAAA-MM-DD&lt;br /&gt;
|-&lt;br /&gt;
|Array &amp;lt;HistorialDeEntregas&amp;gt;&lt;br /&gt;
|historialDeEntregas&lt;br /&gt;
|History of document deliveries&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|mensaje&lt;br /&gt;
|This message is associated with the code, useful for identifying errors&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|mensajeDocumento&lt;br /&gt;
|Provides a description of the error of each of the initial validations. If there are no errors, no description is provided.&lt;br /&gt;
|-&lt;br /&gt;
|Bool&lt;br /&gt;
|poseeAdjuntos&lt;br /&gt;
|Indicates if the document has attachments:&lt;br /&gt;
: &amp;quot;true&amp;quot; or &amp;quot;false&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Bool&lt;br /&gt;
|poseeRepresentacionGrafica&lt;br /&gt;
|Indicates if the document has a graphic representation:&lt;br /&gt;
: &amp;quot;true&amp;quot; or &amp;quot;false&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Array &amp;lt;String&amp;gt;&lt;br /&gt;
|reglasValidacionDIAN&lt;br /&gt;
|Validation messages by the DIAN&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|resultado&lt;br /&gt;
|Result of method consumption:&lt;br /&gt;
: “Processed” or “Error”&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|tipoCufe&lt;br /&gt;
|Algorithm used to calculate CUFE:&lt;br /&gt;
: SHA-256, SHA-384, SHA-512&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|tipoDocumento&lt;br /&gt;
|Reference document type identifier&lt;br /&gt;
: Watch   [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 1|Tabla 1]]&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|trackID&lt;br /&gt;
|This element corresponds to the TrackId of the processed document&lt;br /&gt;
|}&lt;br /&gt;
Where Class.Evento contains the following information:&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot; &lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|identifier&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|ambienteDIAN&lt;br /&gt;
|Generation environment in the DIAN&lt;br /&gt;
: “1:ambienteDeProducción” &lt;br /&gt;
: “2:ambienteDePruebas” &lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|codigo &lt;br /&gt;
|Code the document of the Application Response (event)&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|comentario&lt;br /&gt;
|event commentary&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|cufe&lt;br /&gt;
|CUFE of the electronic document&lt;br /&gt;
|-&lt;br /&gt;
|String &lt;br /&gt;
|DescriptionEvento&lt;br /&gt;
|Description of use/source of the event&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|emisorNumeroDocumento&lt;br /&gt;
|Issuer Identification Number&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|emisorNumeroDocumentoDV&lt;br /&gt;
|Issuer Document Number Check Digit&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|emisorRazonSocial&lt;br /&gt;
|Company Name of the Issuer&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|emisorTipoIdentificacion&lt;br /&gt;
|Issuer Identification Type&lt;br /&gt;
|-&lt;br /&gt;
|Array &amp;lt;ExtrasEvento&amp;gt;&lt;br /&gt;
|extras&lt;br /&gt;
|Extra information corresponding to the event&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|fechaEmision&lt;br /&gt;
|Date of Issue of the Application Response (event)&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|fechaRecepcion&lt;br /&gt;
|Application Response Reception Date (event) &lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|hash&lt;br /&gt;
|Application Response document hash&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|idPerfilDIAN&lt;br /&gt;
|DIAN Profile&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|mensaje&lt;br /&gt;
|ApplicationResponse description message&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|nombreArchivoXML&lt;br /&gt;
|XML file name&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|nota&lt;br /&gt;
|Content of the Note field of the Application Response&lt;br /&gt;
|-&lt;br /&gt;
|String &lt;br /&gt;
|numeroDelEvento&lt;br /&gt;
|Consecutive Application Response&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|receptorNumeroDocumento&lt;br /&gt;
|Receiver Identification Number&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|receptorNumeroDocumentoDV&lt;br /&gt;
|Receiver Document Number Check Digit&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|receptorRazonSocial&lt;br /&gt;
|Receiver&#039;s Business Name&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|receptorTipoIdentificacion&lt;br /&gt;
|Receiver Identification Type &lt;br /&gt;
|-&lt;br /&gt;
|String &lt;br /&gt;
|resultado&lt;br /&gt;
|Result of method consumption:&lt;br /&gt;
: “Processed” or “Error”&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|tipoCufe&lt;br /&gt;
|Algorithm used to calculate CUDE of the event:&lt;br /&gt;
: SHA-256, SHA-384, SHA-512&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|tipoEvento&lt;br /&gt;
|Event type identifier:&lt;br /&gt;
: (Internal/ApplicationResponse)&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|versionUBL&lt;br /&gt;
|UBL version of the XML&lt;br /&gt;
|}&lt;br /&gt;
And Class.ExtrasEvento contains the following information:&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot; &lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Identifier&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|codigoInterno1&lt;br /&gt;
|Hashtag&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|codigoInterno2&lt;br /&gt;
|Additional Description&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|nombre&lt;br /&gt;
|Additional Description&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|valor &lt;br /&gt;
|Información Adicional&lt;br /&gt;
|}&lt;br /&gt;
Class.HistorialDeEntregas will correspond to:&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot; &lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Identifier&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|LeidoEmailIPAddress&lt;br /&gt;
|IP address of the computer in which the acknowledgment of the notification mail was made&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|LeidoEstatus&lt;br /&gt;
|Notification mail acknowledgment status&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|LeidoFecha&lt;br /&gt;
|Date of acknowledgment of notification mail&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|canalDeEntrega&lt;br /&gt;
|Electronic document delivery channel&lt;br /&gt;
|-&lt;br /&gt;
|Array &amp;lt;String&amp;gt;&lt;br /&gt;
|email&lt;br /&gt;
|Email of the recipient of the electronic document&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|entregaEstatus&lt;br /&gt;
|Delivery status:&lt;br /&gt;
: &#039;0&#039;: Mail not sent&lt;br /&gt;
: &#039;200&#039;: Mail sent&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|entregaEstatusDescription&lt;br /&gt;
|Delivery Status Description&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|entregaFecha&lt;br /&gt;
|Document delivery date&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|fechaProgramada&lt;br /&gt;
|Delivery Date&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|mensajePersonalizado&lt;br /&gt;
|Personalized message to be delivered by Email, WhatsApp or Telegram&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|nitProveedorReceptor&lt;br /&gt;
|NIT of the receiving Technological Provider, in case of delivery by Interoperability&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|recepcionEmailComentario&lt;br /&gt;
|Customer Acknowledgment Comment&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|recepcionEmailEstatus&lt;br /&gt;
|E-mail reception status&lt;br /&gt;
: 1: Accepted&lt;br /&gt;
: 2: Rejected&lt;br /&gt;
: 3: In verification&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|recepcionEmailFecha&lt;br /&gt;
|Date of receipt of the Email&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|recepcionEmailIPAddress&lt;br /&gt;
|Email receiving IP address&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|telefono&lt;br /&gt;
|For delivery by Whatsapp/Telegram&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;@Important:&#039;&#039;&#039; The structure of this Response may still be subject to change in a future update. &lt;br /&gt;
{{clear}}&lt;br /&gt;
===EnvioCorreo Method===&lt;br /&gt;
Allows you to forward the indicated document to one or more email addresses.&lt;br /&gt;
; REQUEST: Parameters to Send&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot; &lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Identifier&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;5&amp;quot;|String&lt;br /&gt;
|tokenEmpresa&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|Supplied by The Factory HKA Colombia&lt;br /&gt;
|-&lt;br /&gt;
|tokenPassword&lt;br /&gt;
|-&lt;br /&gt;
|Documento&lt;br /&gt;
|Prefix and consecutive of the Electronic Document concatenated without separators. Example “PRUE980338212”. Allows sending multiple recipients (maximum 5) separated by a comma character &#039;,&#039;&lt;br /&gt;
|-&lt;br /&gt;
|correo	&lt;br /&gt;
|Email to which the document will be sent. Example name@company.com&lt;br /&gt;
|-&lt;br /&gt;
|adjuntos	&lt;br /&gt;
|&lt;br /&gt;
: “0”: Resends the mail without attachments&lt;br /&gt;
: “1”: Forwards the mail with the attachments stored during the issuance of the document.&lt;br /&gt;
|}&lt;br /&gt;
; RESPONSE: Parameters to Receive&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot; &lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Identifier&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|int	&lt;br /&gt;
|codigo	&lt;br /&gt;
|Indicates the status of the operation returned by the service&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|String&lt;br /&gt;
|mensaje	&lt;br /&gt;
|This message is associated with the code, useful for identifying errors&lt;br /&gt;
|-&lt;br /&gt;
|resultado	&lt;br /&gt;
|Result of method consumption:&lt;br /&gt;
: “Processed” or “Error”&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;@Important:&#039;&#039;&#039; If during the issuance of the document (&#039;&#039;&#039;Send&#039;&#039;&#039; method) the &#039;&#039;&#039;attachments&#039;&#039;&#039; parameter was set to “10” or “11”, The Factory HKA - DFACTURE platform does not will generate standard graphical representation (PDF), therefore only the documents hosted on the platform (AttachedDocument) will be forwarded to the recipients. To forward the mail (with the AttachedDocument and attachments) to an email address different from the one used during the transmission, the &#039;&#039;&#039;CargarAtjuntos&#039;&#039;&#039; method of the SOAP Web Attachments Service can be used again.&lt;br /&gt;
{{clear}}&lt;br /&gt;
===DescargaPDF Method===&lt;br /&gt;
Allows you to download the standard graphic representation (PDF generated by TFHKA) of the document for local storage, local consultation or reprint purposes.&lt;br /&gt;
; REQUEST: Parameters to Send&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot; &lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Identifier&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;3&amp;quot;|String&lt;br /&gt;
|tokenEmpresa&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|Supplied by The Factory HKA Colombia&lt;br /&gt;
|-&lt;br /&gt;
|tokenPassword&lt;br /&gt;
|-&lt;br /&gt;
|documento&lt;br /&gt;
|prefix and consecutive of the Electronic Document concatenated without separators. Example “PRUE980338212”&lt;br /&gt;
|}&lt;br /&gt;
; RESPONSE: Parameters to Receive&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot; &lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Identifier&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|int	&lt;br /&gt;
|codigo	&lt;br /&gt;
|Indicates the status of the operation returned by the service &lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|cufe	&lt;br /&gt;
|“Unique Electronic Invoice Code” corresponding to the document consulted.&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|documento	&lt;br /&gt;
|Base64 encoded PDF document&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|hash	&lt;br /&gt;
|Error detection code&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|mensaje	&lt;br /&gt;
|This message is associated with the code, useful for identifying errors&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|resultado	&lt;br /&gt;
|Result of method consumption:&lt;br /&gt;
: “Processed” or “Error”&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;@Important:&#039;&#039;&#039; If during the issuance of the document (&#039;&#039;&#039;Enviar&#039;&#039;&#039; method) the &#039;&#039;&#039;adjuntos&#039;&#039;&#039; parameter was set to “10” or “11”, The Factory HKA - DFACTURE platform will not will generate standard graphic representation (PDF), therefore this method cannot be used since the service will throw an error indicating that there is NO associated PDF, since it is assumed that the graphic representation has been generated locally by the billing software (ERP).&lt;br /&gt;
{{clear}}&lt;br /&gt;
=== DescargaXML Method===&lt;br /&gt;
It allows the download of the XML document (only the electronic document Invoice, CreditNote and DebitNote), in case it is required to validate the information such as the signature or its authenticity or for the purpose of local management and storage.&lt;br /&gt;
; REQUEST: Parameters to Send&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Identifier&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;3&amp;quot;|String&lt;br /&gt;
|tokenEmpresa&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|Supplied by The Factory HKA Colombia&lt;br /&gt;
|-&lt;br /&gt;
|tokenPassword&lt;br /&gt;
|-&lt;br /&gt;
|Documento&lt;br /&gt;
|Prefix and Consecutive of the electronic Document concatenated without separators. Example “PRUE980338212&lt;br /&gt;
|}&lt;br /&gt;
; RESPONSE: Parameters to Receive&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot; &lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Identifier&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|int	&lt;br /&gt;
|codigo	&lt;br /&gt;
|Indicates the status of the operation returned by the service &lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|cufe	&lt;br /&gt;
|“Unique Electronic Invoice Code” corresponding to the document consulted&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|documento	&lt;br /&gt;
|XML document (Invoice, CreditNote or DebitNote) encoded in Base64&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|hash	&lt;br /&gt;
|Error detection code&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|mensaje	&lt;br /&gt;
|This message is associated with the code, useful for identifying errors&lt;br /&gt;
|-&lt;br /&gt;
|String 	&lt;br /&gt;
|resultado	&lt;br /&gt;
|Result of method consumption:&lt;br /&gt;
: “Processed” or “Error”&lt;br /&gt;
|}&lt;br /&gt;
{{clear}}&lt;br /&gt;
===FoliosRestantes Method===&lt;br /&gt;
Allows you to consult the stamps (transactions) available. The stamps are consumed in proportion to the transactions made.&lt;br /&gt;
; REQUEST: Parameters to Send&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Identifier&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|String&lt;br /&gt;
|tokenEmpresa&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|Supplied by The Factory HKA Colombia&lt;br /&gt;
|-&lt;br /&gt;
|tokenPassword&lt;br /&gt;
|}&lt;br /&gt;
; RESPONSE:Parameters to Receive&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot; &lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Identifier&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|int	&lt;br /&gt;
|codigo	&lt;br /&gt;
|Indicates the status of the operation returned by the service&lt;br /&gt;
|-&lt;br /&gt;
|int	&lt;br /&gt;
|foliosRestantes	&lt;br /&gt;
|Number of sheets available&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|mensaje	&lt;br /&gt;
|This message is associated with the code, useful for identifying errors&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|resultado	&lt;br /&gt;
|Result of method consumption:&lt;br /&gt;
: “Processed” or “Error”&lt;br /&gt;
|}&lt;br /&gt;
{{clear}}&lt;br /&gt;
===CargarCertificado Method===&lt;br /&gt;
For now, this method will only be used internally by The Factory HKA Colombia.&lt;br /&gt;
{{clear}}&lt;br /&gt;
===DescargarEventoXML Method===&lt;br /&gt;
It allows downloading an event or occurrence (ApplicationResponse) related to an Electronic Document (Invoice, CreditNote or DebitNote), generated by a person or entity related to this document (DIAN, Issuer, Acquirer).&lt;br /&gt;
; REQUEST: Parameters to Send&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot; &lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Identifier&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;4&amp;quot;|String&lt;br /&gt;
|tokenEmpresa&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|Supplied by The Factory HKA Colombia&lt;br /&gt;
|-&lt;br /&gt;
|tokenPassword&lt;br /&gt;
|-&lt;br /&gt;
|documentoEvento&lt;br /&gt;
|Consecutive of the event (ApplicationResponse)&lt;br /&gt;
|-&lt;br /&gt;
|Documento&lt;br /&gt;
|Prefix and Consecutive of the electronic Document concatenated without separators. Example “PRUE980338212&lt;br /&gt;
|}&lt;br /&gt;
;RESPONSE: Parameters to Receive&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot; &lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Identifier&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|int	&lt;br /&gt;
|Código	&lt;br /&gt;
|Indicates the status of the operation returned by the service&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|Cufe	&lt;br /&gt;
|Event CUFE (ApplicationResponse)&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|Documento	&lt;br /&gt;
|XML document (ApplicationResponse) encoded in Base64&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|fechaRespuesta	&lt;br /&gt;
|Date and Time consumption of the method, format: AAAA-MM-DD HH:MM:SS  &lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|Hash	&lt;br /&gt;
|Error detection code&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|Mensaje	&lt;br /&gt;
|This message is associated with the code, useful for error identification.&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|Resultado	&lt;br /&gt;
|Result of method consumption:&lt;br /&gt;
: “Processed” or “Error”&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|tipoCufe	&lt;br /&gt;
|Algorithm used to calculate CUFE:&lt;br /&gt;
: SHA-256, SHA-384, SHA-512&lt;br /&gt;
|}&lt;br /&gt;
{{clear}}&lt;br /&gt;
===GenerarContenedor Method===&lt;br /&gt;
UA container is a type of AttachedDocument document, its structure is intended to contain and transmit an electronic document (Invoice, CreditNote or DebitNote) and all the events (ApplicationResponse) generated to date in a single XML file.&lt;br /&gt;
; REQUEST: Parameters to Send&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Identifier&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;3&amp;quot;|String&lt;br /&gt;
|tokenEmpresa&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|Supplied by The Factory HKA Colombia&lt;br /&gt;
|-&lt;br /&gt;
|tokenPassword&lt;br /&gt;
|-&lt;br /&gt;
|Documento&lt;br /&gt;
|Prefix and Consecutive of the electronic Document concatenated without separators. Example “PRUE980338212&lt;br /&gt;
|}&lt;br /&gt;
; RESPONSE: Parameters to Receive&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot; &lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Identifier&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|int	&lt;br /&gt;
|Código	&lt;br /&gt;
|Indicates the status of the operation returned by the service &lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|Contenedor	&lt;br /&gt;
|XML document (AttachedDocument) encoded in Base64 &lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|Fecha	&lt;br /&gt;
|Date and Time consumption of the method, format: AAAA-MM-DD HH:MM:SS &lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|Hash	&lt;br /&gt;
|Error detection code&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|Mensaje	&lt;br /&gt;
|This message is associated with the code, useful for error identification.&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|Resultado	&lt;br /&gt;
|Result of method consumption:&lt;br /&gt;
: “Processed” or “Error”&lt;br /&gt;
|}&lt;br /&gt;
{{clear}}&lt;br /&gt;
===GenerarEvento Method===&lt;br /&gt;
Allows the generation of an event or occurrence (ApplicationResponse) associated with an Electronic Document (Invoice, CreditNote or DebitNote), generated by a person or entity related to this document (DIAN, Issuer, Acquirer).&lt;br /&gt;
; REQUEST: Parameters to Send&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;   &lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Identifier&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|String&lt;br /&gt;
|tokenEmpresa&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|Supplied by The Factory HKA Colombia&lt;br /&gt;
|-&lt;br /&gt;
|tokenPassword&lt;br /&gt;
|-&lt;br /&gt;
|DatosEvento&lt;br /&gt;
|datosEvento&lt;br /&gt;
|Object with the data of the event (ApplicationResponse) to generate&lt;br /&gt;
|}&lt;br /&gt;
Where Class.DatosEvento contains the following information:&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Identifier&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|codigoEvento	&lt;br /&gt;
|Indicates the code of the event (to define catalog)&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|codigoInterno1	&lt;br /&gt;
|Hashtag&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|codigoInterno2	&lt;br /&gt;
|Additional Description&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|Comentario	&lt;br /&gt;
|Comment or description of the event&lt;br /&gt;
|-&lt;br /&gt;
|String 	&lt;br /&gt;
|Documento	&lt;br /&gt;
|Prefix and consecutive of the Electronic Document concatenated without separators. Example “PRUE980338212”&lt;br /&gt;
|-&lt;br /&gt;
|Array &amp;lt;ExtrasEvento&amp;gt;	&lt;br /&gt;
|Extras	&lt;br /&gt;
|Additional event information&lt;br /&gt;
|}&lt;br /&gt;
Where Class.ExtrasEvento contains the following information:&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Identifier&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|codigoInterno1	&lt;br /&gt;
|Hashtag&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|codigoInterno2	&lt;br /&gt;
|Additional Description&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|Nombre	Código &lt;br /&gt;
|of the field&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|valor 	&lt;br /&gt;
|Additional Information&lt;br /&gt;
|}&lt;br /&gt;
; RESPONSE: Parameters to Receive&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot; &lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Identifier&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|int	&lt;br /&gt;
|Código	&lt;br /&gt;
|Indicates the status of the operation returned by the service &lt;br /&gt;
|-&lt;br /&gt;
|String 	&lt;br /&gt;
|consecutivoDocumentoEvento	&lt;br /&gt;
|Consecutive of the event (ApplicationResponse)&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|Cufe	&lt;br /&gt;
|Event CUFE (ApplicationResponse)&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|fechaRespuesta	&lt;br /&gt;
|Date and Time consumption of the method, format: AAAA-MM-DD HH:MM:SS &lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|Hash	&lt;br /&gt;
|Error detection code&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|Mensaje	&lt;br /&gt;
|This message is associated with the code, useful for error identification.&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|Resultado	&lt;br /&gt;
|Result of method consumption:&lt;br /&gt;
: “Processed” or “Error”&lt;br /&gt;
|-&lt;br /&gt;
|String 	&lt;br /&gt;
|tipoCufe	&lt;br /&gt;
|Algorithm used to calculate CUFE:&lt;br /&gt;
: SHA-256, SHA-384, SHA-512&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|Xml	&lt;br /&gt;
|XML document (ApplicationResponse) encoded in Base64&lt;br /&gt;
|}&lt;br /&gt;
{{clear}}&lt;/div&gt;</summary>
		<author><name>Lvargas</name></author>
	</entry>
	<entry>
		<id>http://felcowiki.thefactoryhka.com.co/index.php?title=Web_Soap_Broadcast_Service_Methods_-_Direct_Integration_Manual_Index&amp;diff=2438</id>
		<title>Web Soap Broadcast Service Methods - Direct Integration Manual Index</title>
		<link rel="alternate" type="text/html" href="http://felcowiki.thefactoryhka.com.co/index.php?title=Web_Soap_Broadcast_Service_Methods_-_Direct_Integration_Manual_Index&amp;diff=2438"/>
		<updated>2022-03-01T16:23:01Z</updated>

		<summary type="html">&lt;p&gt;Lvargas: /* Class.Anticipos */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==Web Soap Broadcast Service Methods==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
The parameters to be incorporated in the methods of this Web Service must comply with the format and the corresponding directives according to the following rules:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background:#e9e9e9; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#e9e9e9; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
| A || Alphabetic character&lt;br /&gt;
|- &lt;br /&gt;
| N || Numeric character&lt;br /&gt;
|- &lt;br /&gt;
| AN || AlphaNumeric character&lt;br /&gt;
|- &lt;br /&gt;
| &amp;lt;nowiki&amp;gt; A|3 &amp;lt;/nowiki&amp;gt; || 3 Alphabetic characters (fixed length)&lt;br /&gt;
|- &lt;br /&gt;
| &amp;lt;nowiki&amp;gt; N|3 &amp;lt;/nowiki&amp;gt; || 3 Numeric characters (fixed length)&lt;br /&gt;
|- &lt;br /&gt;
| &amp;lt;nowiki&amp;gt; AN|3 &amp;lt;/nowiki&amp;gt; || 3 alphaNumeric characters (fixed length)&lt;br /&gt;
|- &lt;br /&gt;
| &amp;lt;nowiki&amp;gt; A|..3 &amp;lt;/nowiki&amp;gt; || Up to 3 Alphabetic characters (variable length)&lt;br /&gt;
|- &lt;br /&gt;
| &amp;lt;nowiki&amp;gt; N|..3 &amp;lt;/nowiki&amp;gt; || Up to 3 Numeric characters (variable length)&lt;br /&gt;
|- &lt;br /&gt;
| &amp;lt;nowiki&amp;gt; AN|..3 &amp;lt;/nowiki&amp;gt; || Up to 3 alphaNumeric characters (variable length)&lt;br /&gt;
|- &lt;br /&gt;
| &amp;lt;nowiki&amp;gt; N|2..6 &amp;lt;/nowiki&amp;gt; || Between 2 and 6 Numeric characters (variable length)&lt;br /&gt;
|- &lt;br /&gt;
| INT32 || Whole. (Maximum Value: 2,147,483,647)&lt;br /&gt;
|}&lt;br /&gt;
{{clear}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background:#e9e9e9; text-align:center;&amp;quot;|Mandatory&lt;br /&gt;
! style=&amp;quot;background:#e9e9e9; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
| YES || If it is mandatory for the DIAN&lt;br /&gt;
|- &lt;br /&gt;
| NOT || It is not mandatory for the DIAN&lt;br /&gt;
|- &lt;br /&gt;
| C/C || It is required where applicable (or under certain conditions by the client&#039;s business model)&lt;br /&gt;
|}&lt;br /&gt;
{{clear}}&lt;br /&gt;
&lt;br /&gt;
===Enviar Method===&lt;br /&gt;
The function in charge of building and sending the electronic documents to the technology provider.&lt;br /&gt;
; REQUEST: Parameters to Send&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Identifier&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|String&lt;br /&gt;
|tokenEmpresa&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|Provided by technology provider&lt;br /&gt;
|-&lt;br /&gt;
|tokenPassword&lt;br /&gt;
|-&lt;br /&gt;
|FacturaGeneral&lt;br /&gt;
|factura&lt;br /&gt;
|See the detail of the Invoice Object below&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|adjuntos&lt;br /&gt;
|&lt;br /&gt;
Possible values:&lt;br /&gt;
: “0” Attachments are not allowed. XML and standard graphic representation is generated by The Factory HKA&lt;br /&gt;
: “1” Supports attachments. XML and standard graphic representation is generated by The Factory HKA&lt;br /&gt;
: “10” Attachments are not allowed. Only XML is generated without standard Graphic representation by The Factory HKA&lt;br /&gt;
: “11” Supports attachments. Only XML is generated without standard graphical representation by The Factory HKA&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;@IMPORTANT:&#039;&#039;&#039; If the value “1” or “11” is sent in the &#039;&#039;&#039;attachments&#039;&#039;&#039; parameter, no email will be sent until the method is consumed &#039;&#039;&#039;CargarAdjuntos&#039;&#039;&#039; (ServicE Adjuntos Web SOAP). For documents that accept attachments, the field&#039;&#039;&#039;Destinatario.email&#039;&#039;&#039; of the client is required and the &#039;&#039;&#039;notify&#039;&#039;&#039; field must be set to “YES”.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;color: red&amp;quot;&amp;gt;WARNING: If options &#039;10&#039; or &#039;11&#039; are used in the attachments parameter, our platform will not generate standard graphic representation (PDF), therefore PDF is not hosted on it and the graphic representation cannot be viewed from the platform. web portal, in the notification email to the acquirer (view document section), nor download through the DescargaPDF method  of the SOAP Web Broadcast Service or forward the graphical representation through the EnvioCorreo method, since it is being assumed that it has been generated locally by the billing software (ERP).&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Next, the diagram of the &#039;&#039;&#039;invoice object for the billing model with prior validation&#039;&#039;&#039; is exposed, where the changes in its structure can be seen with respect to the object used in the model with &amp;lt;u&amp;gt;post validation &amp;lt;/u&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
* In &amp;lt;span style=&amp;quot;color:#FFFF; background:#36C&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Blue&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; new classes/attributes that were not present in the post validation model.&lt;br /&gt;
* In &amp;lt;span style=&amp;quot;color:#000; background:#FFFF00&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Yellow&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; existing classes/attributes in the post-validation model that underwent changes in pre-validation.&lt;br /&gt;
* In &amp;lt;span style=&amp;quot;color:#00; background:#FFA500&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Orange&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; existing classes/attributes in post-validation model that are deprecated (removed) in pre-validation.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The invoice object for the billing model with prior validation is described in greater detail below:&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&#039;&#039;&#039;Diagram Class.FacturaGeneral con Class.Anticipos, Class.Autorizado y Class.CargosDescuentos&#039;&#039;&#039;&lt;br /&gt;
[[Archivo:Diagram Class.FacturaGeneral con Class.Anticipos, Class.Autorizado y Class.CargosDescuentos.png|800px|sinmarco|centro|Diagram Class.FacturaGeneral con Class.Anticipos, Class.Autorizado y Class.CargosDescuentos]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Diagram Class.FacturaGeneral con Class.Cliente&#039;&#039;&#039;&lt;br /&gt;
[[Archivo:Diagram Class.FacturaGeneral con Class.Cliente.png|800px|sinmarco|centro|Diagram Class.FacturaGeneral con Class.Cliente]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Diagram Class.FacturaGeneral con Class.CondicionPago&#039;&#039;&#039;&lt;br /&gt;
[[Archivo:Diagram Class.FacturaGeneral con Class.CondicionPago.png|800px|sinmarco|centro|Diagram Class.FacturaGeneral con Class.CondicionPago]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Diagram Class.FacturaGeneral con Class.FacturaDetalle&#039;&#039;&#039;&lt;br /&gt;
[[Archivo:Diagram Class.FacturaGeneral con Class.FacturaDetalle.png|800px|sinmarco|centro|Diagram Class.FacturaGeneral con Class.FacturaDetalle]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Diagram Class.FacturaGeneral con Class.DocumentoReferenciado&#039;&#039;&#039;&lt;br /&gt;
[[Archivo:Diagram Class.FacturaGeneral con Class.DocumentoReferenciado.png|800px|sinmarco|centro|Diagram Class.FacturaGeneral con Class.DocumentoReferenciado]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Diagram Class.FacturaGeneral Class.EntregaMercancia&#039;&#039;&#039;&lt;br /&gt;
[[Archivo:Diagram Class.FacturaGeneral Class. EntregaMercancia.png|800px|sinmarco|centro|Diagram Class.FacturaGeneral Class.EntregaMercancia]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Diagram Class.FacturaGeneral con Class.Extras. Class.FacturaImpuestos, Class.ImpuestosTotales, Class.MediosDePago, Class.OrdenDeCompra y Array - informacionAdicional&#039;&#039;&#039;&lt;br /&gt;
[[Archivo:Diagram Class.FacturaGeneral con Class.Extras. Class.FacturaImpuestos, Class.ImpuestosTotales, Class.MediosDePago, Class.OrdenDeCompra y Array - informacionAdicional.png|800px|sinmarco|centro|Diagram Class.FacturaGeneral con Class.Extras. Class.FacturaImpuestos, Class.ImpuestosTotales, Class.MediosDePago, Class.OrdenDeCompra y Array - informacionAdicional]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Diagram Class.FacturaGeneral con Class.TasaDeCambio, Class.TasaDeCambioAlternativa y Class.TerminosEntrega&#039;&#039;&#039;&lt;br /&gt;
[[Archivo:Diagram Class.FacturaGeneral con Class.TasaDeCambio, Class.TasaDeCambioAlternativa y Class.TerminosEntrega.png|800px|sinmarco|centro|Diagram Class.FacturaGeneral con Class.TasaDeCambio, Class.TasaDeCambioAlternativa y Class.TerminosEntrega]] &lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
{{clear}}&lt;br /&gt;
====Class.FacturaGeneral==== &lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description &lt;br /&gt;
|-&lt;br /&gt;
|anticipos&lt;br /&gt;
|Array &amp;lt;Anticipos&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Information related to advances&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/cac:PrepaidPayment &lt;br /&gt;
: (see detail in [[#Class.Anticipos|Class.Anticipos]]) &lt;br /&gt;
|- &lt;br /&gt;
|autorizado&lt;br /&gt;
|Autorizado&lt;br /&gt;
| -&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Information of the person authorized to download documents&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/cac:TaxRepresentativeParty&lt;br /&gt;
: (ver see detail in [[#Class.Autorizado|Class.Autorizado]])&lt;br /&gt;
|-&lt;br /&gt;
|cantidadDecimales&lt;br /&gt;
|String &lt;br /&gt;
| &amp;lt;nowiki&amp;gt;N|1&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: The number of decimals to be used is sent (minimum 0, maximum 6)&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If more decimals are received in the amounts than those indicated in this field&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Does not apply&lt;br /&gt;
|-&lt;br /&gt;
|cargosDescuentos&lt;br /&gt;
|Array &amp;lt;CargosDescuentos&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Information related to a charge or a discount on an invoice scale that does not affect the tax base&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/cac:AllowanceCharge &lt;br /&gt;
: (see detail in [[#Class.CargosDescuentos|Class.CargosDescuentos]])&lt;br /&gt;
|-&lt;br /&gt;
|cliente&lt;br /&gt;
|Cliente&lt;br /&gt;
| -&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Acquirer Information&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;:/root/cac:AccountingCustomerParty&lt;br /&gt;
: (see detail in [[#Class.Cliente|Class.Cliente]])&lt;br /&gt;
|-&lt;br /&gt;
|condicionPago&lt;br /&gt;
|Array &amp;lt;CondicionPago&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Information related to the payment condition&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/cac:PaymentTerms&lt;br /&gt;
: (see detail in [[#Class.CondicionPago|Class.CondicionPago]])&lt;br /&gt;
|-&lt;br /&gt;
|consecutivoDocumento&lt;br /&gt;
|String&lt;br /&gt;
| AN..20&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Correlative/consecutive of the electronic document&lt;br /&gt;
: prefix concatenation (&amp;lt;nowiki&amp;gt;AN|..4&amp;lt;/nowiki&amp;gt;) + the consecutive DIAN,&lt;br /&gt;
: according to the configuration in the web portal:&lt;br /&gt;
:: Manual with prefix: prefix required (No hyphen). Example: “PREF2147483647”&lt;br /&gt;
:: Manual without prefix: prefix not required. Example: “2147483647”&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; Additional characters such as spaces or hyphens are not allowed&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; Consecutive number must be equal to or greater than the initial value of the numbering range granted by the DIAN&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; Consecutive number must be equal to or less than the final value of the numbering range granted by the DIAN&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/cbc:ID&lt;br /&gt;
|-&lt;br /&gt;
|detalleDeFactura&lt;br /&gt;
|Array &amp;lt;FacturaDetalle&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Details or product information&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/cac:InvoiceLine &lt;br /&gt;
: (see detail in [[#Class.FacturaDetalle|Class.FacturaDetalle]])&lt;br /&gt;
|-&lt;br /&gt;
|documentosReferenciados&lt;br /&gt;
|Array &amp;lt;DocumentoReferenciado&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Information describing a referenced document&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; on tipoDocumento invoices  contingency (AdditionalDocumentReference), in invoices that affect a note (BillingReference), in Credit and Debit Notes (DiscrepancyResponse and BillingReference)&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/cac:DiscrepancyResponse,&lt;br /&gt;
:: /root/cac:BillingReference,&lt;br /&gt;
:: /root/cac: AdditionalDocumentReference,&lt;br /&gt;
:: /root/cac: DespatchDocumentReference,&lt;br /&gt;
:: /root/cac: ReceiptDocumentReference&lt;br /&gt;
:(see detail in [[#Class.DocumentoReferenciado|Class.DocumentoReferenciado]])&lt;br /&gt;
|-&lt;br /&gt;
|entregaMercancia&lt;br /&gt;
|Entrega&lt;br /&gt;
| -&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Delivery information (Delivery) of goods&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/cac:Delivery&lt;br /&gt;
: (see detail in [[#Class.Entrega|Class.Entrega]])&lt;br /&gt;
|-&lt;br /&gt;
|extras&lt;br /&gt;
|Array &amp;lt;Extras&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Optional fields or information for the issuer&#039;s business model&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined&lt;br /&gt;
: (see detail in [[#Class.Extras|Class.Extras]])&lt;br /&gt;
|-&lt;br /&gt;
|fechaEmision&lt;br /&gt;
|String&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;AN|19&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Date and time of issuance of the document, in format: YYYY-MM-DD HH:MM:SS&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Notification&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the issue date is earlier than five (5) days from the calendar date&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the issue date is later than ten calendar days&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/cbc:IssueDate, root/cbc:IssueTime&lt;br /&gt;
|-&lt;br /&gt;
|fechaFinPeriodoFacturacion&lt;br /&gt;
|String&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;AN|19&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Date/Time of the end of the billing period (Interval of dates to which the bill refers, for example in public services), in format: YYYY-MM-DD HH:MM:SS&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/cac:InvoicePeriod/cbc:EndDate, /root/cac:InvoicePeriod/cbc:EndTime&lt;br /&gt;
|-&lt;br /&gt;
|fechaInicioPeriodoFacturacion&lt;br /&gt;
|String&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;AN|19&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Billing period start date/time, in format: YYYY-MM-DD HH:MM:SS  &lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: &lt;br /&gt;
: /root/cac:InvoicePeriod/cbc:StartDate, /root/cac:InvoicePeriod/cbc:StartTime&lt;br /&gt;
|-&lt;br /&gt;
|fechaPagoImpuestos&lt;br /&gt;
|String&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;AN|19&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Tax payment date, in format: YYYY-MM-DD HH:MM:SS  &lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: root/cbc:TaxPointDate&lt;br /&gt;
|-&lt;br /&gt;
|fechaVencimiento&lt;br /&gt;
|String&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;AN|10&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Due date of the invoice, in format: YYYY-MM-DD&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/cbc:DueDate &lt;br /&gt;
|-&lt;br /&gt;
|impuestosGenerales&lt;br /&gt;
|Array &amp;lt;FacturaImpuestos&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: General or global tax information&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the taxes/withholdings reported in this arrangement do not correspond to what is reported in the details&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/cac:TaxTotal (impuestos),&lt;br /&gt;
: /root/cac: WithholdingTaxTotal (retenciones),&lt;br /&gt;
: (see detail in [[#Class.FacturaImpuestos|Class.FacturaImpuestos]])&lt;br /&gt;
|-&lt;br /&gt;
|impuestosTotales&lt;br /&gt;
|Array &amp;lt;ImpuestosTotales&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Sum of general taxes/withholdings by type of impuesto/retención&lt;br /&gt;
:  &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the total value of the tax/withholding indicated is different from the sum of those reported in the impuestosGenrales arrangement&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/cac:TaxTotal/cbc:TaxAmount (impuestos), &lt;br /&gt;
: /root/cac: WithholdingTaxTotal/cbc:TaxAmount (retenciones),&lt;br /&gt;
: (see detail in [[#Class.ImpuestosTotales|Class.ImpuestosTotales]])&lt;br /&gt;
|-&lt;br /&gt;
|informacionAdicional&lt;br /&gt;
|Array &amp;lt;String&amp;gt;&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;AN|...10000&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Additional information or free text related to the document&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: root/cbc:Note&lt;br /&gt;
|-&lt;br /&gt;
|mediosDePago&lt;br /&gt;
|Array &amp;lt;MediosDePago&amp;gt; &lt;br /&gt;
| -&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Information related to the payment of the invoice&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/cac:PaymentMeans &lt;br /&gt;
: (see detail in [[#Class.MediosDePago|Class.MediosDePago]])&lt;br /&gt;
|-&lt;br /&gt;
|moneda&lt;br /&gt;
|String&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;AN|3&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Currency or currency of the document&lt;br /&gt;
: Use ISO 4217 codes (Example Colombian Pesos “COP”)&lt;br /&gt;
:  &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the value does not correspond to one of the ISO 4217 codes&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/cbc:DocumentCurrencyCode&lt;br /&gt;
|-&lt;br /&gt;
|ordenDeCompra&lt;br /&gt;
|Array &amp;lt;OrdenDeCompra&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Information related to the purchase order &lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/cac:OrderReference&lt;br /&gt;
: (see detail in [[#Class.OrdenDeCompra|Class.OrdenDeCompra]])&lt;br /&gt;
|-&lt;br /&gt;
|rangoNumeracion&lt;br /&gt;
|String&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;AN|20&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Consecutive from which the series begins for the document to be issued, the prefix (with hyphen) must always be placed regardless of the sequential mode.&lt;br /&gt;
: Example: &#039;PREF-1123456&#039;&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;:&lt;br /&gt;
: /root/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/&lt;br /&gt;
: sts:DianExtensions/sts:InvoiceControl/sts:AuthorizedInvoices/(sts:Prefix, sts:From)&lt;br /&gt;
|-&lt;br /&gt;
|redondeoAplicado&lt;br /&gt;
|String&lt;br /&gt;
| Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Rounding applied to arrive at totalMonto&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If rounding is greater than the greater value between 500 pesos or 0.1% of the total value of the invoice&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/cac:LegalMonetaryTotal/cbc:PayableRoundingAmount&lt;br /&gt;
|-&lt;br /&gt;
|sectorSalud&lt;br /&gt;
|sectorSalud&lt;br /&gt;
| -&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Information related to emissions from the Health Sector&amp;lt;u&amp;gt;&#039;&#039;&#039;Required&amp;lt;/u&amp;gt;: When typeSector = &#039;2&#039;&#039;&#039;&#039; is informed&lt;br /&gt;
: (see detail in [[#Class.sectorSalud|Class.sectorSalud]])  &lt;br /&gt;
|-&lt;br /&gt;
|tasaDeCambio&lt;br /&gt;
|TasaDeCambio&lt;br /&gt;
| -&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Information related to the exchange rate of foreign currency to Colombian peso (COP)&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; If documenttype is export/international or if the base currency is different from “COP”&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/cac:PaymentExchangeRate&lt;br /&gt;
: (see detail in [[#Class.TasaDeCambio|Class.TasaDeCambio]])&lt;br /&gt;
|-&lt;br /&gt;
|tasaDeCambioAlternativa&lt;br /&gt;
|TasaDeCambioAlternativa&lt;br /&gt;
| -&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Information used as an alternative method to report conversions to other currencies&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/cac:PaymentAlternativeExchangeRate&lt;br /&gt;
: (see detail in [[#Class.TasaDeCambioAlternativa|Class.TasaDeCambioAlternativa]])&lt;br /&gt;
|-&lt;br /&gt;
|terminosEntrega&lt;br /&gt;
|TerminosEntrega&lt;br /&gt;
| -&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Information related to the delivery&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; If documenttype is export/international&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/cac:DeliveryTerms &lt;br /&gt;
: (see detail in [[#Class.TerminosEntrega|Class.TerminosEntrega]])&lt;br /&gt;
|-&lt;br /&gt;
|tipoDocumento&lt;br /&gt;
|String&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;AN|2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Document type&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Invoice, CreditNote, DebitNote&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the content of this attribute does not correspond to one of the values ​​of the  [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 1|Tabla 1]]&lt;br /&gt;
|-&lt;br /&gt;
|tipoSector&lt;br /&gt;
|String&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;N||&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: To issue documents from the Health Sector, indicate code &#039;2&#039; in this field&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Invoice, CreditNote, DebitNote&lt;br /&gt;
|-&lt;br /&gt;
|tipoOperacion&lt;br /&gt;
|String&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;AN|..4&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Operation type indicator &lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the content of this attribute does not correspond to one of the values ​​of the  [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 2|Tabla 2]]&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/cbc:CustomizationID&lt;br /&gt;
|-&lt;br /&gt;
|totalAnticipos&lt;br /&gt;
|String&lt;br /&gt;
| Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Sum of all advance payments &lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; Si totalAnticipos does not correspond to the sum of the Anticipos.montoPagado attributes in the advances array&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/LegalMonetaryTotal/cbc:PrepaidAmount &lt;br /&gt;
|-&lt;br /&gt;
|totalBaseImponible&lt;br /&gt;
|String&lt;br /&gt;
| Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Total Taxable Base Value: Sum of Taxable Bases for the calculation of taxes at the invoice level&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If totalBaseImponible is not equal to the sum of occurrences FacturaImpuestos.baseImponibleTOTALImp&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;:  /root/LegalMonetaryTotal/cbc:TaxExclusiveAmount  &lt;br /&gt;
|-&lt;br /&gt;
|totalBrutoConImpuesto&lt;br /&gt;
|String&lt;br /&gt;
| Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Total gross value with taxes&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If totalGrossWithTax is not equal to the sum: totalSinImpuestos + sum(ImpuestosTotales.montoTotal)&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;:  /root/LegalMonetaryTotal/cbc:TaxInclusiveAmount &lt;br /&gt;
|-&lt;br /&gt;
|totalCargosAplicados&lt;br /&gt;
|String&lt;br /&gt;
| Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Total Charge: Sum of all charges applied at the invoice level&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If totalCargosAplicados does not correspond to the sum of occurrences CargosDescuentos.monto when CargosDescuentos.indicador is “true”&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/LegalMonetaryTotal/cbc:ChargeTotalAmount &lt;br /&gt;
|-&lt;br /&gt;
|totalDescuentos&lt;br /&gt;
|String&lt;br /&gt;
| Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Total Discount: Sum of all the discounts applied at the invoice level&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If totalDescuentos does not correspond to the sum of occurrences CargosDescuentos.monto when CargosDescuentos.indicador is “false”&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/LegalMonetaryTotal/cbc:AllowanceTotalAmount &lt;br /&gt;
|-&lt;br /&gt;
|totalMonto&lt;br /&gt;
|String&lt;br /&gt;
| Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Value to pay of the document: Total value of items (including charges and discounts at item level) + value of taxes + value of charges – value of discounts – value of advances&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If totalMonto  is not consistent with the total value of items + value of taxes + value of charges – value of discounts – value of advances + rounding appliedno es consistente con el valor total de ítems + valor de tributos + valor de cargos – valor de descuentos – valor anticipos + redondeo aplicado&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/LegalMonetaryTotal/cbc:PayableAmount &lt;br /&gt;
|-&lt;br /&gt;
|totalProductos&lt;br /&gt;
|String&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;AN|..5&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Number or quantity of product lines (rows) present in the document&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the value of  totalProductos is different from the number of occurrences of rans in the detalleDeFactura array&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/cbc:LineCountNumeric&lt;br /&gt;
|-&lt;br /&gt;
|totalSinImpuestos&lt;br /&gt;
|String&lt;br /&gt;
| Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Total Gross Value before taxes: Sum of the gross values ​​of the invoice lines&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If totalSinImpuestos does not correspond to the sum of the attributes precioTotalSinImpuestos in the detalleDeFactura array&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/LegalMonetaryTotal/cbc:LineExtensionAmount &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Class.Anticipos====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Descripción &lt;br /&gt;
|-&lt;br /&gt;
|extras&lt;br /&gt;
|Array &amp;lt;Extensible&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Optional fields or information for the issuer&#039;s business model&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined&lt;br /&gt;
: (see detail in [[#Class.Extensible|Class.Extensible]])&lt;br /&gt;
|- &lt;br /&gt;
|fechaDeRecibido&lt;br /&gt;
|String&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;AN|10&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Date on which the payment was received, in format: YYYY-MM-DD&lt;br /&gt;
: PATH: …/cbc:ReceivedDate&lt;br /&gt;
|-&lt;br /&gt;
|fechadePago&lt;br /&gt;
|String	&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;AN|10&amp;lt;/nowiki&amp;gt;	&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Date on which the payment was made, in format: YYYY-MM-DD&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: …/cbc:PaidDate&lt;br /&gt;
|-&lt;br /&gt;
|horaDePago	&lt;br /&gt;
|String	&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;AN|8&amp;lt;/nowiki&amp;gt;	&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Time in which the payment was made, in format:HH:MM:SS  &lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: …/cbc:PaidTime&lt;br /&gt;
|-&lt;br /&gt;
|id	&lt;br /&gt;
|String	&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;A|..150&amp;lt;/nowiki&amp;gt;	&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Internal identification of the payment&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: …/cbc:ID&lt;br /&gt;
|-&lt;br /&gt;
|instrucciones	&lt;br /&gt;
|String	&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;AN|15..500&amp;lt;/nowiki&amp;gt;	&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Payment Instructions&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: …/cbc:InstructionID&lt;br /&gt;
|-&lt;br /&gt;
|montoPagado	&lt;br /&gt;
|String	&lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..15 &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6 &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Value of the advance payment, it cannot be higher than the total value of the invoice&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Notification&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If montoPagado &amp;gt; totalMonto&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: …/cbc:PaidAmount&lt;br /&gt;
|}&lt;br /&gt;
====Class.Autorizado====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Descripción &lt;br /&gt;
|-&lt;br /&gt;
|direccion	&lt;br /&gt;
|Direccion	&lt;br /&gt;
| -	&lt;br /&gt;
|NOT 	&lt;br /&gt;
|&lt;br /&gt;
: Direction&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PhysicalLocation/cac:Address&lt;br /&gt;
|-&lt;br /&gt;
|email	&lt;br /&gt;
|String	&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;	&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Correo Electrónico&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Contact/cbc:ElectronicMail&lt;br /&gt;
|-&lt;br /&gt;
|extras	&lt;br /&gt;
|Array &amp;lt;Extensible&amp;gt; 	&lt;br /&gt;
| -	&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Optional fields or information for the issuer&#039;s business model&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Undefined&lt;br /&gt;
: (see detail in [[#Class.Extensible|Class.Extensible]])&lt;br /&gt;
|-&lt;br /&gt;
|nombreComercial	&lt;br /&gt;
|String	&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;	&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Tradename&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PartyName/cbc:Name&lt;br /&gt;
|-&lt;br /&gt;
|nombreContacto	&lt;br /&gt;
|String	&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;	&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Contact name&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Contact/cbc:Name&lt;br /&gt;
|-&lt;br /&gt;
|nota	&lt;br /&gt;
|String	&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;	&lt;br /&gt;
|NOT	&lt;br /&gt;
|&lt;br /&gt;
: Note&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Contact/cbc:Note&lt;br /&gt;
|-&lt;br /&gt;
|numeroDocumento	&lt;br /&gt;
|String	&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..12&amp;lt;/nowiki&amp;gt;	&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Identification number&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PartyIdentification/cbc:ID&lt;br /&gt;
|-&lt;br /&gt;
|numeroDocumentoDV	&lt;br /&gt;
|String	&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..2	&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C	&lt;br /&gt;
|&lt;br /&gt;
: Check digit&lt;br /&gt;
: &#039;&#039;&#039;Obligatorio&#039;&#039;&#039; Si tipoIdentificacion es “31”&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PartyIdentification/cbc:ID@schemeID&lt;br /&gt;
|-&lt;br /&gt;
|razonSocial	&lt;br /&gt;
|String	&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;	&lt;br /&gt;
|NOT	&lt;br /&gt;
|&lt;br /&gt;
: Business name&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PartyLegalEntity/cbc:RegistrationName&lt;br /&gt;
|-&lt;br /&gt;
|telefax	&lt;br /&gt;
|String	&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;	&lt;br /&gt;
|NOT	&lt;br /&gt;
|&lt;br /&gt;
: Facsimile&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Contact/cbc:Telefax&lt;br /&gt;
|-&lt;br /&gt;
|telefono	&lt;br /&gt;
|String	&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;	&lt;br /&gt;
|NOT	&lt;br /&gt;
|&lt;br /&gt;
: Telephone&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Contact/cbc:Telephone&lt;br /&gt;
|-&lt;br /&gt;
|tipoIdentificacion	&lt;br /&gt;
|String	&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..2	&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES	&lt;br /&gt;
|&lt;br /&gt;
: ID Type&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /cac:PartyIdentification/cbc:ID@schemeName&lt;br /&gt;
: See list of possible values ​​in the  [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 3|Tabla 3]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Class.CargosDescuentos====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Descripción &lt;br /&gt;
|-&lt;br /&gt;
|codigo&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Code to categorize the discount&lt;br /&gt;
: &#039;&#039;&#039;Mandatory&#039;&#039;&#039;: If it is a discount at invoice level (general)&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If it is a discount and some of the values ​​are not reported in the   [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 4|Tabla 4]] &lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: …/cbc:AllowanceChargeReasonCode&lt;br /&gt;
|-&lt;br /&gt;
|Description&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|10..5000&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Free text to inform the reason for the discount&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: …/cbc:AllowanceChargeReason&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Notification&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; : If a charge or discount is reported and this item is not reported&lt;br /&gt;
|-&lt;br /&gt;
|extras&lt;br /&gt;
|Array  &amp;lt;Extensible&amp;gt; &lt;br /&gt;
| -&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Optional fields or information for the issuer&#039;s business model&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Undefined &lt;br /&gt;
: (see detail in [[#Class.Extensible|Class.Extensible]])&lt;br /&gt;
|-&lt;br /&gt;
|indicador&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|1&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Indicator of whether it is Charge &amp;quot;1&amp;quot; or Discount &amp;quot;0&amp;quot;&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; : If this item contains information other than “1” or “0”&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: …/cbc:ChargeIndicator&lt;br /&gt;
|-&lt;br /&gt;
|monto&lt;br /&gt;
|String&lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Total value of the charge or discount, if it is a discount, it cannot be higher than the base value&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; : If it is Discount and monto &amp;gt; montoBase&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: …/cbc:Amount&lt;br /&gt;
|-&lt;br /&gt;
|montoBase&lt;br /&gt;
|String&lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Base Value to calculate the discount or charge, &lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt;: If the montoBase is negative, if it is a discount it cannot be greater than the total value of the invoice&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt;: If montoBase &amp;gt; totalMonto&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: …/cbc:BaseAmount&lt;br /&gt;
|-&lt;br /&gt;
|porcentaje&lt;br /&gt;
|String&lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..6&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES &lt;br /&gt;
|&lt;br /&gt;
: Discount percentage&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If this element &amp;gt; 100&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: …/cbc:MultiplierFactorNumeric&lt;br /&gt;
|-&lt;br /&gt;
|secuencia&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|..3&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Sequence order indicator&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: …/cbc:ID&lt;br /&gt;
|}&lt;br /&gt;
====Class.Cliente====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type &lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Descripción &lt;br /&gt;
|-&lt;br /&gt;
|actividadEconomicaCIIU&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|…4&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Corresponds to the economic activity code CIIU&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: .. /cac:Party/cbc:IndustryClassificationCode&lt;br /&gt;
|-&lt;br /&gt;
|apellido&lt;br /&gt;
|String &lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|…50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NOT &lt;br /&gt;
|&lt;br /&gt;
: Last name of the acquirer.&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: No definido&lt;br /&gt;
|-&lt;br /&gt;
|destinatario&lt;br /&gt;
|Array &amp;lt;Destinatario&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: It allows specifying the means and data of the electronic delivery of the document&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039;: If notify field = &#039;YES&#039;&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined&lt;br /&gt;
: (see detail in [[#Class.Destinatario|Class.Destinatario]])&lt;br /&gt;
|-&lt;br /&gt;
|detallesTributarios&lt;br /&gt;
|Array &amp;lt;Tributos&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
:Tax details of the acquirer &lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the class is not informed&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /cac:Party/cac:PartyTaxScheme/cac:TaxScheme &lt;br /&gt;
: (see detail in [[#Class.Tributos|Class.Tributos]])&lt;br /&gt;
|-&lt;br /&gt;
|direccionCliente&lt;br /&gt;
|Direccion&lt;br /&gt;
| -&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Information detailing the receiving address of the acquirer&lt;br /&gt;
: &#039;&#039;&#039;Recommended&#039;&#039;&#039;: This ransf address is the one that is painted in the standard graphical representation&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Party/cac:PhysicalLocation/cac:Address&lt;br /&gt;
: (see detail in [[#Class.Direccion|Class.Direccion]])&lt;br /&gt;
|-&lt;br /&gt;
|direccionFiscal&lt;br /&gt;
|Direccion&lt;br /&gt;
| -&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
:Tax address of the acquirer.&lt;br /&gt;
: &#039;&#039;&#039;Mandatory&#039;&#039;&#039;: If the purchaser is responsible&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Notification&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the acquirer is responsible and this class was not informed&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: .. /cac:Party/cac:PartyTaxScheme/cac:RegistrationAddress&lt;br /&gt;
: (see detail in [[#Class.Direccion|Class.Direccion]]) &lt;br /&gt;
|-&lt;br /&gt;
|email&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: E-mail of the acquirer that will go to the fiscal XML/UBL&lt;br /&gt;
: (only one email is sent in this field)&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Does not apply node&lt;br /&gt;
|-&lt;br /&gt;
|extras&lt;br /&gt;
|Array  &amp;lt;Extensible&amp;gt; &lt;br /&gt;
| -&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Optional fields or information for the issuer&#039;s business model&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined&lt;br /&gt;
: (see detail in [[#Class.Extensible|Class.Extensible]])&lt;br /&gt;
|-&lt;br /&gt;
|informacionLegalCliente&lt;br /&gt;
|InformacionLegalCliente&lt;br /&gt;
| -&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Legal information of the client&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Notification&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; : If tipoPersona = &#039;1&#039; is reported and the attribute is not reported&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Party/cac:PartyLegalEntity&lt;br /&gt;
: (see detail in [[#Class.InformacionLegalCliente|Class.InformacionLegalCliente]])&lt;br /&gt;
|-&lt;br /&gt;
|nombreComercial&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|5..450&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Commercial name of the acquirer&lt;br /&gt;
: &#039;&#039;&#039;Obligatory&#039;&#039;&#039; If the commercial name will be shown in the Graphic Rep.&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /cac:Party/cac:PartyName&lt;br /&gt;
|-&lt;br /&gt;
|nombreContacto&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|5..450&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Contact name&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Party/cac:Contact/cbc:Name&lt;br /&gt;
|-&lt;br /&gt;
|nombreRazonSocial&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|5..450&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Name or company name of the acquirer&lt;br /&gt;
: &#039;&#039;&#039;Recommended&#039;&#039;&#039;: If the person is natural, concatenate in this field the full name (names + surnames)&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: …/cac:Party/cac:PartyTaxScheme/cbc:RegistrationName  &lt;br /&gt;
|-&lt;br /&gt;
|nota&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..450&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NOT &lt;br /&gt;
|&lt;br /&gt;
: Additional contact note &lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Party/cac:Contact/cbc:Note &lt;br /&gt;
|-&lt;br /&gt;
|notificar&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|2&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Activates the sending of email to the acquirer.&lt;br /&gt;
: Possible values: “YES” or “NO”&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Does not apply&lt;br /&gt;
|-&lt;br /&gt;
|numeroDocumento&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..12&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Number of the Document or Fiscal Identification of the purchaser&lt;br /&gt;
: &#039;&#039;&#039;Mandatory&#039;&#039;&#039; If the acquirer is responsible, he must inform the NIT&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If tipoIdentificacion is &#039;31&#039; and the NIT structure is invalid&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; : It is generated if the value of AdditionalAccountID = “2” and it is not mentioned.&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Note&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; : To identify the final consumer, the following document “222222222222” is used&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: …/cac:Party/cac:PartyTaxScheme/cbc:CompanyID &lt;br /&gt;
|-&lt;br /&gt;
|numeroIdentificacionDV&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: NIT verification digit of the acquirer&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039;: If TipoIndentificacion = 31, it must be informed&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: &lt;br /&gt;
: ../cac:Party/cac:PartyTaxScheme/cbc:CompanyID/@schemeID&lt;br /&gt;
|-&lt;br /&gt;
|responsabilidadesRut&lt;br /&gt;
|Array &amp;lt;Obligaciones&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Obligations and regime of the acquirer&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the class is not informed&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Party/cac:PartyTaxScheme/cbc:TaxLevelCode&lt;br /&gt;
: (see detail in [[#Class.Obligaciones|Class.Obligaciones]])&lt;br /&gt;
|-&lt;br /&gt;
|segundoNombre&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Second name of the acquirer.&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined&lt;br /&gt;
|-&lt;br /&gt;
|telefax&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|..20&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NOT &lt;br /&gt;
|&lt;br /&gt;
: Facsimile&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Party/cac:Contact/cbc:Telefax&lt;br /&gt;
|-&lt;br /&gt;
|telefono&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..20&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NOT &lt;br /&gt;
|&lt;br /&gt;
: Purchaser&#039;s phone&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: …/cac:Party/cac:Contact/cbc:Telephone&lt;br /&gt;
|-&lt;br /&gt;
|tipoIdentificacion&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Acquirer ID Type &lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;ReRejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the content of this attribute does not correspond to one of the values ​​of the   [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 3|Tabla 3]]&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Note&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt;: To identify the final consumer, the code “13” is used.&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ./cac:Party/cac:PartyTaxScheme/cbc:CompanyID/@schemeName &lt;br /&gt;
|-&lt;br /&gt;
|tipoPersona&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|1&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Person type identifier &lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the content of this attribute does not correspond to one of the values ​​of the  [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 5|Tabla 5]]&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: …/cbc:AdditionalAccountID &lt;br /&gt;
|}&lt;br /&gt;
====Class.CondicionPago====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Atributte&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Descripción &lt;br /&gt;
|-&lt;br /&gt;
|codigoEvento&lt;br /&gt;
|String&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;AN|..3&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Event Code&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:ReferenceEventCode&lt;br /&gt;
|-&lt;br /&gt;
|comentario&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Note &lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:Note&lt;br /&gt;
|-&lt;br /&gt;
|duracionPeriodo&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Period Length&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:SettlementPeriod/cbc:DurationMeasure&lt;br /&gt;
|-&lt;br /&gt;
|duracionPeriodoMedida&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..10&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Period length unit of measure&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:SettlementPeriod/cbc:DurationMeasure@unitCode&lt;br /&gt;
|-&lt;br /&gt;
|extras&lt;br /&gt;
|Array &amp;lt;Extensible&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Optional fields or information for the issuer&#039;s business model&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: No definido &lt;br /&gt;
|- &lt;br /&gt;
|fechaVencimiento&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..10&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Due date&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:PaymentDueDate&lt;br /&gt;
|-&lt;br /&gt;
|identificador&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..2&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Payment conditions&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:ID&lt;br /&gt;
|-&lt;br /&gt;
|medioPagoAsociado&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Associated payment method&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:PaymentMeansID&lt;br /&gt;
|-&lt;br /&gt;
|monto&lt;br /&gt;
|String&lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Amount&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:Amount&lt;br /&gt;
|-&lt;br /&gt;
|montoMulta&lt;br /&gt;
|String&lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Amount of the fine&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:PenaltySurchargePercent&lt;br /&gt;
|-&lt;br /&gt;
|montoPenalidad&lt;br /&gt;
|String&lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Penalty Amount&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:PenaltyAmount&lt;br /&gt;
|-&lt;br /&gt;
|periodoDesde&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..10&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: period from&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:StartDate&lt;br /&gt;
|-&lt;br /&gt;
|periodoHasta&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..10&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: period until&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:EndDate&lt;br /&gt;
|-&lt;br /&gt;
|porcentajeDescuento&lt;br /&gt;
|String&lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..6&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Discount rate&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:SettlementDiscountPercent&lt;br /&gt;
|-&lt;br /&gt;
|porcentajePago&lt;br /&gt;
|String&lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..6&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Payment Percentage&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: . /cbc:PaymentPercent&lt;br /&gt;
|-&lt;br /&gt;
|referenciaAnticipo&lt;br /&gt;
|String &lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..20&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO &lt;br /&gt;
|&lt;br /&gt;
: Advance reference number&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PrepaidPaymentReferenceID &lt;br /&gt;
|}&lt;br /&gt;
====Class.FacturaDetalle====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Atributte&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Descripción &lt;br /&gt;
|-&lt;br /&gt;
|cantidadPorEmpaque	&lt;br /&gt;
|String	&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;N|..3	&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
| NO&lt;br /&gt;
|&lt;br /&gt;
: Unit quantity of this item per package.&lt;br /&gt;
: For example, if the item consists of three “six packs”, the quantity to be reported in QuantityPerPackage is 6, while the quantity to be reported in QuantityActual is 3, and the total number of cans being described is 18&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ..cac:Item/cbc:PackSizeNumeric&lt;br /&gt;
|-&lt;br /&gt;
|cantidadReal&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|..6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Real amount on which the price applies&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: .. /cac:Price/cbc:BaseQuantity&lt;br /&gt;
|-&lt;br /&gt;
|cantidadRealUnidadMedida&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Unit of the quantity on which the price applies&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Notification&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the attribute value is not found in the  [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 6|Tabla 6]] &lt;br /&gt;
: (You can use the standard code &amp;quot;WSD&amp;quot;, unit &amp;quot;94&amp;quot; or Mutual Agreement &amp;quot;ZZ&amp;quot; to NOT reclassify the products)&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: .. /cac:Price/cbc:BaseQuantity/@unitCode &lt;br /&gt;
|-&lt;br /&gt;
|cantidadUnidades&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|..6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
| &lt;br /&gt;
: Number of units of the product/service billed&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: .. /cbc:InvoicedQuantity &lt;br /&gt;
|-&lt;br /&gt;
|cargosDescuentos&lt;br /&gt;
|Array &amp;lt;CargosDescuentos&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Information on charges and discounts&lt;br /&gt;
: &#039;&#039;&#039;Mandatory&#039;&#039;&#039; This arrangement must be reported at the item level, if and only if the charge or discount affects the item&#039;s tax base.&lt;br /&gt;
: If a general individual charge to the invoice generates VAT, it must be reported as an item&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:AllowanceCharge &lt;br /&gt;
: (see detail in [[#Class.CargosDescuentos|Class.CargosDescuentos]])&lt;br /&gt;
|-&lt;br /&gt;
|codigoFabricante&lt;br /&gt;
|String&lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Manufacturer code corresponding to the item&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: .. /cac:Item/cac:&lt;br /&gt;
: ManufacturersItemIdentification/cbc:ID&lt;br /&gt;
|-&lt;br /&gt;
|codigoIdentificadorPais&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;A|2&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Identifier code of the country of origin of the item or service&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the content of this element does not correspond to a value of the ISO 3166-1 alpha-2 standard&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: .. /cac:Item/cac:OriginCountry/cbc:IdentificationCode &lt;br /&gt;
|-&lt;br /&gt;
|codigoProducto&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Vendor code corresponding to the item&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: .. /cac:Item/cac:SellersItemIdentification/cbc:ID &lt;br /&gt;
|-&lt;br /&gt;
|codigoTipoPrecio&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..3&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Reported price type code&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; For commercial samples (value = 01)&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the attribute value is not found in the [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 7|Tabla 7]]&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PricingReference/cac:AlternativeConditionPrice/cbc:PriceTypeCode &lt;br /&gt;
|-&lt;br /&gt;
|Description&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..300&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
| &lt;br /&gt;
: Description of the product or service&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../Item/cbc:Description[1]&lt;br /&gt;
|-&lt;br /&gt;
|Description2&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..300&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
| &lt;br /&gt;
: Description of the product or service&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../Item/cbc:Description[2]&lt;br /&gt;
|-&lt;br /&gt;
|Description3&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..300&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
| &lt;br /&gt;
: Description of the product or service&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../Item/cbc:Description[3] &lt;br /&gt;
|-&lt;br /&gt;
|DescriptionTecnica&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..300&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Technical data associated with the product or service&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: .. /cac:Item/cbc:AdditionalInformation&lt;br /&gt;
|-&lt;br /&gt;
|documentosReferenciados&lt;br /&gt;
|Array &amp;lt;DocumentoReferenciado&amp;gt; &lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Information describing a referenced document&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; In invoices tipoDocumento Contingency  (AdditionalDocumentReference), in invoices that affect a note (BillingReference), in Credit and Debit Notes (DiscrepancyResponse)&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/cac:DiscrepancyResponse,&lt;br /&gt;
: /root/cac:BillingReference,&lt;br /&gt;
: /root/cac: AdditionalDocumentReference,&lt;br /&gt;
: /root/cac: DespatchDocumentReference,&lt;br /&gt;
: /root/cac: ReceiptDocumentReference&lt;br /&gt;
: (see detail in [[#Class.DocumentoReferenciado|Class.DocumentoReferenciado]]) &lt;br /&gt;
|-&lt;br /&gt;
|estandarCodigo&lt;br /&gt;
|String&lt;br /&gt;
|AN &lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Standard code (item or service identification according to a standard)&lt;br /&gt;
: See attribute values ​​in the  [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 8|Tabla 8]]&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Notification&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If it is an export invoice (tipoDocumento = 02), and the tariff subheading was not reported&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Notification&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the code does not exist in a closed standard.&lt;br /&gt;
: Example: UNSPSC&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Notification&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the code does not follow the rule of formation of an open code, but with verifiable values&lt;br /&gt;
: Example: GTIN, Example: Tariff headings&lt;br /&gt;
: &#039;&#039;&#039;Note&#039;&#039;&#039;: In this case the code 999 (Taxpayer adoption standard) can be used to avoid reclassifying the products&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /cac:Item/cac:StandardItemIdentification/cbc:ID/@schemeID&lt;br /&gt;
|-&lt;br /&gt;
|estandarCodigoID&lt;br /&gt;
|String&lt;br /&gt;
|AN&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Associated with the standard code (item or service identification according to a standard).&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If standardCodigo = 010 and estandarCodigoID is different from 9&lt;br /&gt;
: See attribute values ​​in the  [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 8|Tabla 8]]&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Item/cac:StandardItemIdentification/cbc:ID/@schemeAgencyID&lt;br /&gt;
|-&lt;br /&gt;
|estandarCodigoIdentificador&lt;br /&gt;
|String&lt;br /&gt;
|AN&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Associated with the standard code (item or service identification according to a standard).&lt;br /&gt;
: See attribute values ​​in the   [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 8|Tabla 8]]&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Item/cac:StandardItemIdentification/cbc:ID@schemeDataURI&lt;br /&gt;
|-&lt;br /&gt;
|estandarCodigoNombre&lt;br /&gt;
|String&lt;br /&gt;
|AN &lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Associated with the standard code (item or service identification according to a standard).&lt;br /&gt;
: See attribute values ​​in the  [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 8|Tabla 8]]&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Item/cac:StandardItemIdentification/cbc:ID@schemeAgencyName&lt;br /&gt;
|-&lt;br /&gt;
|estandarCodigoProducto&lt;br /&gt;
|String&lt;br /&gt;
|AN&lt;br /&gt;
|NO&lt;br /&gt;
| &lt;br /&gt;
: Product code according to the standard informed in estandarCodigo&lt;br /&gt;
: View attribute values ​​in the   [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 8|Tabla 8]]&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Item/cac:StandardItemIdentification/cbc:ID&lt;br /&gt;
|-&lt;br /&gt;
|estandarOrganizacion&lt;br /&gt;
|String&lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: organization standard&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Item/cac:StandardItemIdentification/cac:IssuerParty/cac:PartyName/cbc:Name&lt;br /&gt;
|-&lt;br /&gt;
|estandarSubCodigoProducto&lt;br /&gt;
|String&lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Sub code of the product standard&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Item/cac:StandardItemIdentification/cbc:ExtendedID&lt;br /&gt;
|-&lt;br /&gt;
|extras&lt;br /&gt;
|Array  &amp;lt;Extensible&amp;gt; &lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Optional fields or information for the issuer&#039;s business model&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: No definido &lt;br /&gt;
: (see detail in [[#Class.Extensible|Class.Extensible]])&lt;br /&gt;
|-&lt;br /&gt;
|impuestosDetalles&lt;br /&gt;
|Array &amp;lt;FacturaImpuestos &amp;gt; &lt;br /&gt;
| -&lt;br /&gt;
|YES &lt;br /&gt;
|&lt;br /&gt;
: tax information&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If there is more than one element with the same value in the attribute FacturaImpuestos.codigoTOTALImp&lt;br /&gt;
: This group should NOT be reported for excluded items according to the provisions of the Tax Statute.&lt;br /&gt;
: Additionally, it should NOT be informed for invoices of the simple group I regime, nor for items whose concept in AIU contracts is not part of the tax base.&lt;br /&gt;
: At the item level, it only applies to taxes that must be reported at the item level, for example: VAT, INC, IC, National Tax on Fuels, among others.&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:TaxTotal (impuestos),&lt;br /&gt;
: ../cac: WithholdingTaxTotal (retenciones)&lt;br /&gt;
: (see detail in [[#Class.FacturaImpuestos|Class.FacturaImpuestos]])&lt;br /&gt;
|-&lt;br /&gt;
|impuestosTotales&lt;br /&gt;
|Array &amp;lt;ImpuestosTotales&amp;gt;  &lt;br /&gt;
| -&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Sum of taxes for all types&lt;br /&gt;
: This group should NOT be reported for excluded items according to the provisions of the Tax Statute. &lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the value of the total value of the indicated tax is different from the sum of what is reported in FacturaImpuestos. valorTOTALImp.&lt;br /&gt;
: At the item level, it only applies to taxes that must be reported at the item level, for example, VAT, INC, IC, National Tax on Fuels, among others.&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:TaxTotal/cbc:TaxAmount (impuestos), &lt;br /&gt;
: ../cac: WithholdingTaxTotal/cbc:TaxAmount (retenciones) &lt;br /&gt;
: (see detail in [[#Class.ImpuestosTotales|Class.ImpuestosTotales]])&lt;br /&gt;
|-&lt;br /&gt;
|informacionAdicional&lt;br /&gt;
|Array &amp;lt;LineaInformacionAdicional&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: It serves to add specific product information that may be requested by authorities or entities other than the DIAN&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Item/cac:AdditionalItemProperty&lt;br /&gt;
: (see detail in [[#Class.LineaInformacionAdicional|Class.LineaInformacionAdicional]])&lt;br /&gt;
|-&lt;br /&gt;
|mandatorioNumeroIdentificacion&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|..12&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: NIT of the agent&lt;br /&gt;
: &#039;&#039;&#039;Obligatorio&#039;&#039;&#039; para facturas por mandato&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Item/cac:InformationContentProviderParty/cac:PowerOfAttorney/cac:AgentParty/cbc:ID&lt;br /&gt;
|-&lt;br /&gt;
|mandatorioNumeroIdentificacionDV&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|..2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Verifier Digit of the agent&#039;s NIT&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; for mandated invoices&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Item/cac:InformationContentProviderParty/cac:PowerOfAttorney/cac:AgentParty/cbc:ID/ @schemeID&lt;br /&gt;
|-&lt;br /&gt;
|mandatorioTipoIdentificacion&lt;br /&gt;
|String &lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C &lt;br /&gt;
|&lt;br /&gt;
: Agent identification type&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; For mandated invoices&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Notification&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If mandatorioNumeroIdentificacion is informed and the value of this field is not found in the  [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 3|Tabla 3]]&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Item/cac:InformationContentProviderParty/cac:PowerOfAttorney/cac:AgentParty/cbc:ID/@schemeName&lt;br /&gt;
|-&lt;br /&gt;
|marca&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..100&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Item brand.&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; If it is an international invoice&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Notification&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If tipoDocumento = “02” and this item was not reported&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../Item/cbc:BrandName &lt;br /&gt;
|-&lt;br /&gt;
|modelo&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..100&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C &lt;br /&gt;
|&lt;br /&gt;
: Item model.&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; If it is an international invoice&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Notification&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If tipoDocumento = “02” and this item was not reported&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../Item/cbc:ModelName &lt;br /&gt;
|-&lt;br /&gt;
|muestraGratis&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|1&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C &lt;br /&gt;
|&lt;br /&gt;
: Indicator of whether the item is free or not (no commercial value)&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; For commercial samples&lt;br /&gt;
: Possible values: “1” (It is a free sample) or “0” (It is not a free sample)&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:FreeOfChargeIndicator &lt;br /&gt;
|-&lt;br /&gt;
|nombreFabricante&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..100&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Name of the manufacturer of the product/service&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Item/cac:ManufacturersItemIdentification/cac:IssuerParty/cac:PartyName/cbc:Name&lt;br /&gt;
|-&lt;br /&gt;
|nota&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|20..5000&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C &lt;br /&gt;
|&lt;br /&gt;
: Free text to add additional information to the article&lt;br /&gt;
: &#039;&#039;&#039;Mandatory&#039;&#039;&#039; Inform in the case of invoices for AIU-type service contracts. For the Administration item. In this case, the note must begin with the text: &amp;quot;AIU services contract for:&amp;quot; The taxpayer must include the object of the invoiced contract&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:Note &lt;br /&gt;
|-&lt;br /&gt;
|precioReferencia&lt;br /&gt;
|String&lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Value of the item or service.&lt;br /&gt;
: Corresponds to the value of the reference price of the item that is given as a sample or gift without commercial value&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; For commercial samples&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the precioReferencua attribute is reported, then the value of TotalPriceWithoutTaxes must be (0.00), since it is a commercial sample or gift&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PricingReference/cac:AlternativeConditionPrice/cbc:PriceAmount&lt;br /&gt;
|-&lt;br /&gt;
|precioTotal&lt;br /&gt;
|String&lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Total price of the product or service.&lt;br /&gt;
: (quantityUnits*UnitSalePrice +charges-discounts +taxes)&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; For use in graphical representations&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Undefined&lt;br /&gt;
|-&lt;br /&gt;
|precioTotalSinImpuestos&lt;br /&gt;
|String&lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Total value of the line without taxes.&lt;br /&gt;
: (QuantityUnits*UnitSalePrice +charges-discounts)&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the TotalPriceWithoutTaxes attribute is reported as 0.00, then the ReferencePrice value must be reported since it is a commercial sample or gift&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:LineExtensionAmount &lt;br /&gt;
|-&lt;br /&gt;
|precioVentaUnitario&lt;br /&gt;
|String&lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Unit price of the product/service&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../Price/cbc:PriceAmount   &lt;br /&gt;
|-&lt;br /&gt;
|secuencia&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..4&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Sequence order indicator (line number)&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Notification&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If it contains a value already used in the sequence attribute in another group of this file&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Notification&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the numbers used in the different groups are not consecutive, starting at &amp;quot;1&amp;quot;&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:ID&lt;br /&gt;
|-&lt;br /&gt;
|seriales&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..500&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Product serials (comma separator), Ex: ABC123,ABC456&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Item/cac:ItemInstance/cbc:SerialID&lt;br /&gt;
|-&lt;br /&gt;
|subCodigoFabricante&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Manufacturer code corresponding to a sub-specification of the article&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Item/cac:ManufacturersItemIdentification/cbc:ExtendedID &lt;br /&gt;
|-&lt;br /&gt;
|subCodigoProducto&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Issuer/seller code corresponding to a sub-specification of the item&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../Item/cac:SellersItemIdentification/cbc:ExtendedID &lt;br /&gt;
|-&lt;br /&gt;
|tipoAIU&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: To classify the type of AIU&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: No aplica&lt;br /&gt;
|-&lt;br /&gt;
|unidadMedida&lt;br /&gt;
|String &lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..3&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Unit of measure code of the invoiced product/service&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Notification&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the attribute value is not found in the   [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 6|Tabla 6]] &lt;br /&gt;
: (You can use the standard code &amp;quot;WSD&amp;quot;, unit &amp;quot;94&amp;quot; or Mutual Agreement &amp;quot;ZZ&amp;quot; to NOT reclassify the products)&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:InvoicedQuantity@unitCode&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Class.Destinatario====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Descripción &lt;br /&gt;
|-&lt;br /&gt;
|canalDeEntrega&lt;br /&gt;
|String&lt;br /&gt;
| -&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Electronic Document Delivery Means&lt;br /&gt;
: It can take the following values: 0– Email; 1– Reception; 2– Interoperability; 3- Whatsapp; 4- Telegram&lt;br /&gt;
: PATH: Does not apply&lt;br /&gt;
|-&lt;br /&gt;
|email&lt;br /&gt;
|Array &amp;lt;String&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: List of Emails to which the electronic document will be delivered if the DeliveryChannel=&#039;0&#039;&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; When deliveryChannel=’0’&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Does not apply&lt;br /&gt;
|-&lt;br /&gt;
|extras&lt;br /&gt;
|Array &amp;lt;Extensible&amp;gt; &lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Optional fields or information for the issuer&#039;s business model&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined&lt;br /&gt;
: (see detail in [[#Class.Extensible|Class.Extensible]])&lt;br /&gt;
|-&lt;br /&gt;
|fechaProgramada&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|19&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: scheduled date&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Does not apply&lt;br /&gt;
|-&lt;br /&gt;
|mensajeProgramado&lt;br /&gt;
|String&lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Message&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Does not apply&lt;br /&gt;
|-&lt;br /&gt;
|nitProveedorReceptor&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|..12&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: NIT of the Recipient&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; When deliveryChannel=&#039;1&#039; or &#039;2&#039;&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Does not apply&lt;br /&gt;
|-&lt;br /&gt;
|telefono&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..20&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Recipient Telephone&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; When deliveryChannel=&#039;3&#039; or &#039;4&#039;&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Does not apply&lt;br /&gt;
|}&lt;br /&gt;
====Class.DocumentoReferenciado====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Descripción &lt;br /&gt;
|-&lt;br /&gt;
|codigoEstatusDocumento&lt;br /&gt;
|String&lt;br /&gt;
| - &lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Document code or reason&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; When InternalCode is &#039;4&#039;&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the content of this attribute does not correspond to any of the values ​​of   [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 9|Tabla 9]] and   [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 10|Tabla 10]]&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:DiscrepancyResponse/cbc:ResponseCode&lt;br /&gt;
|-&lt;br /&gt;
|codigoInterno&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|1&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: This field decides if in which XML node the ReferencedDocument information is going to be sent, possible values:&lt;br /&gt;
# AdditionalDocumentReference (FE de contingencia y para acciones comerciales y mercantiles)&lt;br /&gt;
# DespatchDocumentReference (Doc. De despacho)&lt;br /&gt;
# ReceiptDocumentReference (Doc. De recepción)&lt;br /&gt;
# DiscrepancyResponse (N.C y N.D)&lt;br /&gt;
# BillingReference (Facturas por corrección, N.C y N.D)&lt;br /&gt;
|-&lt;br /&gt;
|cufeDocReferenciado&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..90&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C &lt;br /&gt;
|&lt;br /&gt;
: CUFE or CUDE of the referenced document&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; When InternalCode is &#039;5&#039;&lt;br /&gt;
: &#039;&#039;&#039;Mandatory&#039;&#039;&#039; In invoices, it must be filled out only when the transfer invoice originates from the correction or adjustment that occurs through a NC or ND&lt;br /&gt;
: &#039;&#039;&#039;Mandatory&#039;&#039;&#039; In N.C and N.D, are the references to electronic invoices affected by the Note.&lt;br /&gt;
: You can only report electronic invoices from the same acquirer&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If CUFE or CUDE does not exist in the DIAN&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /Invoice/cac:BillingReference/cac:CreditNoteDocumentReference/cbc:UUID&lt;br /&gt;
: /CreditNote/cac:BillingReference/cac:InvoiceDocumentReference/cbc:UUID&lt;br /&gt;
: /DebitNote/cac:BillingReference/cac:InvoiceDocumentReference/cbc:UUID&lt;br /&gt;
|-&lt;br /&gt;
|Description&lt;br /&gt;
|Array &amp;lt;String&amp;gt;&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|20..5000&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Description of the nature of the correction&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; When InternalCode is &#039;4&#039;&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:DiscrepancyResponse/cbc:Description &lt;br /&gt;
|-&lt;br /&gt;
|extras&lt;br /&gt;
|Array &amp;lt;Extensible&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Optional fields or information for the issuer&#039;s business model&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined &lt;br /&gt;
: (see detail in [[#Class.Extensible|Class.Extensible]])&lt;br /&gt;
|-&lt;br /&gt;
|fecha&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|10&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Ransfe date of the referenced document, in format: YYYY-MM-DD &lt;br /&gt;
: &#039;&#039;&#039;Mandatory&#039;&#039;&#039; When InternalCode is &#039;1&#039;, &#039;2&#039;, &#039;3&#039; or &#039;5&#039;&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the date is later than that of the referenced document&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /Invoice/cac:BillingReference/cac:CreditNoteDocumentReference/cbc:IssueDate&lt;br /&gt;
: /CreditNote/cac:BillingReference/cac:InvoiceDocumentReference/cbc:IssueDate&lt;br /&gt;
: /DebitNote/cac:BillingReference/cac:InvoiceDocumentReference&lt;br /&gt;
: /cbc:IssueDate&lt;br /&gt;
|-&lt;br /&gt;
|fechaFinValidez&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|10&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: End of Validity Date&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: No definido&lt;br /&gt;
|-&lt;br /&gt;
|fechaInicioValidez&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|10&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Validity Start Date&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined&lt;br /&gt;
|-&lt;br /&gt;
|numeroDocumento&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN..20&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Concatenation of the prefix and the referenced document number&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If codigoInterno is reported equal to &#039;1&#039;, &#039;2&#039;, &#039;3&#039;, &#039;4&#039; or &#039;5&#039; and the reference document ID is not related&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;:&lt;br /&gt;
: /Invoice/cac:BillingReference/cac:CreditNoteDocumentReference/cbc:ID&lt;br /&gt;
: /CreditNote/cac:BillingReference/cac:InvoiceDocumentReference/cbc:ID&lt;br /&gt;
: /DebitNote/cac:BillingReference/cac:InvoiceDocumentReference&lt;br /&gt;
: /cbc:ID&lt;br /&gt;
|-&lt;br /&gt;
|tipoCUFE&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..11&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C &lt;br /&gt;
|&lt;br /&gt;
: CUFE type algorithm.&lt;br /&gt;
: “CUFE-SHA384” or “CUDE-SHA384”&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; When InternalCode is &#039;5&#039;&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /Invoice/cac:BillingReference/cac:CreditNoteDocumentReference/cbc:UUID/@schemeName &lt;br /&gt;
: /CreditNote/cac:BillingReference/cac:InvoiceDocumentReference/cbc:UUID/@schemeName&lt;br /&gt;
: /DebitNote/cac:BillingReference/cac: InvoiceDocumentReference/cbc:UUID/@schemeName&lt;br /&gt;
|-&lt;br /&gt;
|tipoDocumento&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Description of the type of referenced document,&lt;br /&gt;
: Example: &amp;quot;National Sales Invoice&amp;quot;&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: No definido&lt;br /&gt;
|-&lt;br /&gt;
|tipoDocumentoCodigo&lt;br /&gt;
|String &lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Identifier of the referenced document type.&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; When InternalCode is &#039;1&#039;&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt;If codigoInterno equal to &#039;1&#039; and the content of this attribute does not correspond to one of the values ​​of the  [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 21|Tabla 21]]&lt;br /&gt;
: &#039;&#039;&#039;Note&#039;&#039;&#039;: For remission orders, inform the code ‘AAJ’&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /Invoice/cac:AdditionalDocumentReference/cbc: DocumentTypeCode&lt;br /&gt;
: / CreditNote /cac:AdditionalDocumentReference/cbc: DocumentTypeCode&lt;br /&gt;
: / DebitNote /cac:AdditionalDocumentReference/cbc: DocumentTypeCode&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;@IMPORTANT:&#039;&#039;&#039;&lt;br /&gt;
&#039;&#039;# To reference &#039;&#039;&#039;sales invoices when issuing a NC or ND&#039;&#039;&#039;, two objects of type DocumentsReferenced must be sent indicating the following:&lt;br /&gt;
#* &#039;&#039;&#039;Object 1&#039;&#039;&#039;: indicating the fields codigoEstatusDocumento; internalCode = &#039;4&#039;, documentNumber, transfer.&lt;br /&gt;
#* &#039;&#039;&#039;Object 2&#039;&#039;&#039;: if the &#039;&#039;&#039;tipoOperacion is equal to 20 (for NC) or 30 (for ND)&#039;&#039;&#039; and codigoInterno = &#039;5&#039;, the fields are validated: cufeDocReferenciado, date, and DocumentNumber.&lt;br /&gt;
# When transmitting a &#039;&#039;&#039;Contingency Invoice&#039;&#039;&#039;, an array of the ReferenceDocuments type must be sent, indicating the fields: internal code = &#039;1&#039;, numberDocument, date, typeDocumentCode (corresponding to Contingency Invoice).&lt;br /&gt;
# To reference &#039;&#039;&#039;Dispatch Documents&#039;&#039;&#039; (internal code = &#039;2&#039;) or &#039;&#039;&#039;Reception Documents&#039;&#039;&#039; (internal code = &#039;3&#039;) the fields are validated: documentnumber and date.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
====Class.Entrega====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Descripción &lt;br /&gt;
|-&lt;br /&gt;
|datosTransportistas&lt;br /&gt;
|DatoTransportistas&lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Carrier Data&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:DeliveryParty&lt;br /&gt;
: (see detail in [[#Class.DatosTransportista|Class.DatosTransportista]])&lt;br /&gt;
|-&lt;br /&gt;
|direccionDespacho&lt;br /&gt;
|Direccion&lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Dispatch Information&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Despatch/cac:DespatchAddress&lt;br /&gt;
: (see detail in [[#Class.Direccion|Class.Direccion]])&lt;br /&gt;
|-&lt;br /&gt;
|direccionEntrega&lt;br /&gt;
|Direccion&lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Delivery information&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:DeliveryAddress&lt;br /&gt;
: (see detail in [[#Class.Direccion|Class.Direccion]])&lt;br /&gt;
|-&lt;br /&gt;
|extras&lt;br /&gt;
|Array &amp;lt;Extensible&amp;gt; &lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Optional fields or information for the issuer&#039;s business model&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined&lt;br /&gt;
: (see detail in [[#Class.Extensible|Class.Extensible]])&lt;br /&gt;
|-&lt;br /&gt;
|fechaEfectivaSalida&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|19&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Effective date and time of departure of the goods, in format: YYYY-MM-DD HH:MM:SS &lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; if the effective date of departure is before the date of issue&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:ActualDeliveryDate + ../cbc:ActualDeliveryTime&lt;br /&gt;
|-&lt;br /&gt;
|fechaEstimada&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|19&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Estimated date and time, in format: YYYY-MM-DD HH:MM:SS&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; si la fecha estimada es anterior a la fecha de emisión&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Despatch/cbc:EstimatedDespatchDate y EstimatedDespatchTime&lt;br /&gt;
|-&lt;br /&gt;
|fechaReal&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|19&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Fecha real, en Format: YYYY-MM-DD HH:MM:SS&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; si la fecha real es anterior a la fecha de emisión&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Despatch/cbc:ActualDespatchDate y ActualDespatchTime&lt;br /&gt;
|-&lt;br /&gt;
|fechaSolicitada&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|19&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Fecha Solicitada, en Format: YYYY-MM-DD HH:MM:SS&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; si la fecha solicitada es anterior a la fecha de emisión&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Despatch/ cbc:RequestedDespatchDate y RequestedDespatchTime&lt;br /&gt;
|-&lt;br /&gt;
|identificacionTransporte&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..20&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Datos del Transporte&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Despatch/cbc:ID&lt;br /&gt;
|-&lt;br /&gt;
|matriculaTransporte&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..20&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Matricula del Transporte&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Despatch/ cbc:ID/@schemeAgencyID&lt;br /&gt;
|}&lt;br /&gt;
====Class.Extras====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Atributte&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Descripción &lt;br /&gt;
|-&lt;br /&gt;
|controlInterno1&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|100&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Etiqueta asignada para la Representación Impresa PDF.&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Variable&lt;br /&gt;
|-&lt;br /&gt;
|controlInterno2&lt;br /&gt;
|String&lt;br /&gt;
|Depende del Campo&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Permite asociar dos o más campos mediante un índice (si los campos son asociables)&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Variable&lt;br /&gt;
|-&lt;br /&gt;
|nombre&lt;br /&gt;
|String&lt;br /&gt;
|Depende del Campo&lt;br /&gt;
|SI&lt;br /&gt;
|&lt;br /&gt;
: Código del campo extensible a referenciar&lt;br /&gt;
: (Ver sección [[Caracteristicas adicionales - Indice Manual Integración Directa#Uso de campos extras|USO DE CAMPOS EXTRAS]])&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Variable&lt;br /&gt;
|-&lt;br /&gt;
|pdf&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|1&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|SI&lt;br /&gt;
|&lt;br /&gt;
: Indicación de mostrar el campo en la representación gráfica PDF&lt;br /&gt;
: (“0” = No mostrar / “1” = Mostrar)&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Variable&lt;br /&gt;
|-&lt;br /&gt;
|valor&lt;br /&gt;
|String&lt;br /&gt;
|Depende del Campo&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Value of the field to add&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Variable&lt;br /&gt;
|-&lt;br /&gt;
|xml&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|1&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Indication to display the field in the XML&lt;br /&gt;
: (“0” = Don&#039;t show / “1” = Show)&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Variable&lt;br /&gt;
|}&lt;br /&gt;
====Class.Extensible====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Descripción &lt;br /&gt;
|-&lt;br /&gt;
|controlInterno1&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|100&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Assigned Label for PDF Printed Representation.&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Variable&lt;br /&gt;
|-&lt;br /&gt;
|controlInterno2&lt;br /&gt;
|String&lt;br /&gt;
|Depende del Campo&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Allows two or more fields to be associated using an index (if the fields are associable)&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Variable&lt;br /&gt;
|-&lt;br /&gt;
|nombre&lt;br /&gt;
|String&lt;br /&gt;
|Depende del Campo&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Code of the extensible field to reference&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Variable&lt;br /&gt;
|-&lt;br /&gt;
|valor&lt;br /&gt;
|String&lt;br /&gt;
|Depende del Campo&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Value of the field to add&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Variable&lt;br /&gt;
|}&lt;br /&gt;
====Class.FacturaImpuestos====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Descripción &lt;br /&gt;
|-&lt;br /&gt;
|baseImponibleTOTALImp&lt;br /&gt;
|String&lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Tax base on which the value of the tax is calculated&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:TaxTotal/TaxSubtotal/cbc:TaxableAmount  &lt;br /&gt;
|-&lt;br /&gt;
|codigoTOTALImp&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: tribute identifier &lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the content of this element does not correspond to one of the codes in the   [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 11|Tabla 11]]&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;:../cac:TaxTotal/TaxSubtotal/cac:TaxCategory/cac:TaxScheme/cbc:ID     &lt;br /&gt;
|-&lt;br /&gt;
|controlInterno&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|1&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Retention type indicator&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not Defined&lt;br /&gt;
|-&lt;br /&gt;
|extras&lt;br /&gt;
|Array &amp;lt;Extensible&amp;gt; &lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Optional fields or information for the issuer&#039;s business model&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined &lt;br /&gt;
: (see detail in [[#Class.Extensible|Class.Extensible]])&lt;br /&gt;
|-&lt;br /&gt;
|porcentajeTOTALImp&lt;br /&gt;
|String&lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..2&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|2*&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Tribute rate.&lt;br /&gt;
: In the event that the tax is a percentage of the taxable value: inform the &amp;quot;percentage&amp;quot; rate to be applied to the tax base&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt;  If you report a different rate for one of the taxes listed in the  [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 12|Tabla 12]]&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;:../cac:TaxTotal/TaxSubtotal/cac:TaxCategory/cbc:Percent &lt;br /&gt;
|-&lt;br /&gt;
|unidadMedida&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..5&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Identification of the unit of measure &lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the content of this element does not correspond to one of the codes in the  [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 6|Tabla 6]]&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;:../cac:TaxTotal/cac:TaxSubtotal/cbc:BaseUnitMeasure/@unitCode&lt;br /&gt;
|-&lt;br /&gt;
|unidadMedidaTributo&lt;br /&gt;
|String&lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..2&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C &lt;br /&gt;
|&lt;br /&gt;
: Base unit of measure for the tribute&lt;br /&gt;
: &#039;&#039;&#039;Mandatory&#039;&#039;&#039; In the event that the tax is a fixed value per taxed unit, for example the consumption tax on bags or fuel taxes&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If valorTributoUnidad element is informed and UnidadMedidaTributo is not informed&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:TaxTotal/TaxSubtotal/cbc:BaseUnitMeasure &lt;br /&gt;
|-&lt;br /&gt;
|valorTOTALImp&lt;br /&gt;
|String&lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Tribute value. Product of the percentage applied to the tax base&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; For taxes whose rate is stated in percentages, if valorTOTALImp is different from baseImponibleTOTALImp * percentageTOTALImp&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; For taxes whose rate is stated in nominal values ​​(for example, plastic bags), if valorTOTALImp is different from valorTributoUnidad * cantidadUnidades&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:TaxTotal/TaxSubtotal/cbc:TaxAmount &lt;br /&gt;
|-&lt;br /&gt;
|valorTributoUnidad&lt;br /&gt;
|String &lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
:It is the nominal value of the tax per unit&lt;br /&gt;
: &#039;&#039;&#039;Mandatory&#039;&#039;&#039; In the event that the tax is a fixed value per taxed unit, for example the consumption tax on bags or fuel taxes&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; if the unitMedidaTributo element is NOT informed.&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:TaxTotal/TaxSubtotal/cbc:PerUnitAmount &lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;@IMPORTANT&#039;&#039;&#039;: In the case of the ICA and RETEICA in which the value of the percentage is based on a thousand, the value of said percentage must be reported based on a hundred, that is, if you want to report a percentage of 11.04% thousand for any of these taxes, it must be indicated in the TOTALImp percentage field as 1,104.&lt;br /&gt;
====Class.ImpuestosTotales====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Descripción &lt;br /&gt;
|-&lt;br /&gt;
|codigoTOTALImp&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|2&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: tribute identifier  &lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the content of this element does not correspond to one of the codes in the   [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 11|Tabla 11]]&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Por Definir &lt;br /&gt;
|-&lt;br /&gt;
|extras&lt;br /&gt;
|Array &amp;lt;Extensible&amp;gt; &lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Optional fields or information for the issuer&#039;s business model.&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined&lt;br /&gt;
: (see detail in [[#Class.Extensible|Class.Extensible]])&lt;br /&gt;
|-&lt;br /&gt;
|montoTotal&lt;br /&gt;
|String&lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Sum of all attributes valorTOTALImp&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If montoTotal is different from the sum of all occurrences ofFacturaImpuestos.valorTOTALImp&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:TaxTotal/cbc:TaxAmount&lt;br /&gt;
|}&lt;br /&gt;
====Class.MediosDePago====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description &lt;br /&gt;
|-&lt;br /&gt;
|codigoBanco&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..20&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO &lt;br /&gt;
|&lt;br /&gt;
: Code of the Bank or Financial Entity&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PayeeFinancialAccount/cbc:AccountTypeCode&lt;br /&gt;
|-&lt;br /&gt;
|codigoCanalPago&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..20&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Payment channel code&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:PaymentChannelCode&lt;br /&gt;
|-&lt;br /&gt;
|codigoReferencia&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..20&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Optional not used for now&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: No definido &lt;br /&gt;
|-&lt;br /&gt;
|extras &lt;br /&gt;
|Array &amp;lt;Extensible&amp;gt; &lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Optional fields or information for the issuer&#039;s business model.&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined&lt;br /&gt;
: (see detail in [[#Class.Extensible|Class.Extensible]])&lt;br /&gt;
|-&lt;br /&gt;
|fechaDeVencimiento&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|19&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Due date of payment of the invoice in format: YYYY-MM-DD&lt;br /&gt;
: &#039;&#039;&#039;Mandatory&#039;&#039;&#039; If the sale is on credit&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt;: If the payment method code is &amp;quot;2&amp;quot; and the expiration date is not sent&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:PaymentDueDate&lt;br /&gt;
|-&lt;br /&gt;
|medioPago&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..2&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Code corresponding to the means of payment&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt;:If the value of this attribute does not correspond to a value of the  [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 13|Tabla 13]]&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:PaymentMeansCode&lt;br /&gt;
|-&lt;br /&gt;
|metodoDePago&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Payment method&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt;: If the value of this attribute does not correspond to a value of the   [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 14|Tabla 14]]&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:ID&lt;br /&gt;
|-&lt;br /&gt;
|nombreBanco&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Name of the Bank or Financial Entity&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PayeeFinancialAccount/cbc:Name&lt;br /&gt;
|-&lt;br /&gt;
|numeroDeReferencia&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..200&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Identifier or internal reference of the Payment&lt;br /&gt;
: PATH&#039;&#039;&#039;:&#039;&#039;&#039; ../cbc:PaymentID&lt;br /&gt;
|-&lt;br /&gt;
|numeroDias&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|..3&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Number of days for payment&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:InstructionNote&lt;br /&gt;
|-&lt;br /&gt;
|numeroTransferencia&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..20&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Transfer number or check number&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PayeeFinancialAccount/cbc:ID&lt;br /&gt;
|}&lt;br /&gt;
====Class.OrdenDeCompra====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description &lt;br /&gt;
|-&lt;br /&gt;
|codigoCliente&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..20&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: customer code&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:CustomerReference&lt;br /&gt;
|-&lt;br /&gt;
|documentoReferencia&lt;br /&gt;
|DocumentoReferencia&lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Document Reference&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:DocumentReference&lt;br /&gt;
: (see detail in [[#Class.DocumentoReferencia|Class.DocumentoReferencia]])&lt;br /&gt;
|-&lt;br /&gt;
|extras&lt;br /&gt;
|Array &amp;lt;Extensible&amp;gt; &lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Optional fields or information for the issuer&#039;s business model&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined&lt;br /&gt;
: (see detail in [[#Class.Extensible|Class.Extensible]])&lt;br /&gt;
|-&lt;br /&gt;
|fecha&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|10&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Date of the Order, in format: YYYY-MM-DD HH:MM:SS&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:IssueDate&lt;br /&gt;
|-&lt;br /&gt;
|numeroOrden&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..20&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Purchase Order Number&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; To send the Purchase Order&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:ID&lt;br /&gt;
|-&lt;br /&gt;
|numeroPedido&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..20&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Order Number&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; To send the Order&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:SalesOrderID&lt;br /&gt;
|-&lt;br /&gt;
|tipoCUFE&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..20&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: CUFE type identifier&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:UUID@schemeName&lt;br /&gt;
|-&lt;br /&gt;
|tipoOrden&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..20&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Order type&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:OrderTypeCode&lt;br /&gt;
|-&lt;br /&gt;
|uuid&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..90&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: UUID of some referenced document&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:UUID&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;NOTE:&#039;&#039;&#039; As it is a delivery order, the OrdemDeCompra class must be informed, if it is necessary to indicate more than one order, it must be informed through the DocumentReferenced class with &#039;&#039;&#039;codigoInterno&#039;&#039;&#039; =&#039;1 &#039;, this in order to send the information referring to them in the AdditionalDocumentReference group.&lt;br /&gt;
&lt;br /&gt;
====Class.TasaDeCambio====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description &lt;br /&gt;
|-&lt;br /&gt;
|baseMonedaDestino&lt;br /&gt;
|String&lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Monetary basis for conversion.&lt;br /&gt;
: Must be 1.00&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If it brings a value other than 1.00&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:TargetCurrencyBaseRate &lt;br /&gt;
|-&lt;br /&gt;
|baseMonedaOrigen&lt;br /&gt;
|String&lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Monetary base of the foreign currency for exchange.&lt;br /&gt;
: Must be 1.00 &lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If it brings a value other than 1.00&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;:  ../cbc:SourceCurrencyBaseRate&lt;br /&gt;
|-&lt;br /&gt;
|extras&lt;br /&gt;
|Array &amp;lt;Extensible&amp;gt; &lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Optional fields or information for the issuer&#039;s business model&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined &lt;br /&gt;
: (see detail in [[#Class.Extensible|Class.Extensible]])&lt;br /&gt;
|-&lt;br /&gt;
|fechaDeTasaDeCambio&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|10&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Date on which the exchange rate was fixed, in format: YYYY-MM-DD&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:Date&lt;br /&gt;
|-&lt;br /&gt;
|indicadorDeTasa&lt;br /&gt;
|String&lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Exchange Rate Indicator&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:ExchangeMarketID&lt;br /&gt;
|-&lt;br /&gt;
|monedaDestino&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|3&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Destination currency code of the document.&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the content of this element is not &#039;COP&#039;&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:TargetCurrencyCode&lt;br /&gt;
|-&lt;br /&gt;
|monedaOrigen&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|3&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Document Base Currency Code&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the content of this element does not correspond to the ISO-4217 standard&lt;br /&gt;
&#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:SourceCurrencyCode&lt;br /&gt;
|-&lt;br /&gt;
|operadorCalculo&lt;br /&gt;
|String&lt;br /&gt;
| -&lt;br /&gt;
|NO &lt;br /&gt;
|&lt;br /&gt;
: Calculation Operator&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc: MathematicOperatorCode&lt;br /&gt;
|-&lt;br /&gt;
|tasaDeCambio&lt;br /&gt;
|String &lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Value of the exchange rate between currencies. It must be filled out with the value of the exchange rate.&lt;br /&gt;
: For example, for USD-COP, it can be the value of the TRM or rate agreed between the parties (Reported value * Exchange rate value = Reported value in currency reported in destination currency)&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:CalculationRate&lt;br /&gt;
|}&lt;br /&gt;
====Class.TasaDeCambioAlternativa====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description &lt;br /&gt;
|-&lt;br /&gt;
|baseMonedaDestino&lt;br /&gt;
|String&lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|SI&lt;br /&gt;
|&lt;br /&gt;
: Monetary basis for conversion.&lt;br /&gt;
: Must be 1.00&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If it brings a value other than 1.00&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:TargetCurrencyBaseRate &lt;br /&gt;
|-&lt;br /&gt;
|baseMonedaOrigen&lt;br /&gt;
|String&lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Monetary base of the foreign currency for exchange.&lt;br /&gt;
: Must be 1.00&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If brings value other than 1.00&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;:  ../cbc:SourceCurrencyBaseRate&lt;br /&gt;
|-&lt;br /&gt;
|extras&lt;br /&gt;
|Array  &amp;lt;Extensible&amp;gt; &lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Optional fields or information for the issuer&#039;s business model&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined&lt;br /&gt;
: (see detail in [[#Class.Extensible|Class.Extensible]])&lt;br /&gt;
|-&lt;br /&gt;
|fechaDeTasaDeCambio&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|10&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Date on which the exchange rate was fixed, in format: YYYY-MM-DD&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:Date&lt;br /&gt;
|-&lt;br /&gt;
|indicadorDeTasa&lt;br /&gt;
|String&lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Exchange Rate Indicator&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:ExchangeMarketID&lt;br /&gt;
|-&lt;br /&gt;
|monedaDestino&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|3&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Destination currency code of the document.&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the content of this element is not &#039;COP&#039;&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:TargetCurrencyCode&lt;br /&gt;
|-&lt;br /&gt;
|monedaOrigen&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|3&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Document Base Currency Code&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the content of this element does not correspond to the ISO-4217 standard&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:SourceCurrencyCode&lt;br /&gt;
|-&lt;br /&gt;
|operadorCalculo&lt;br /&gt;
|String&lt;br /&gt;
| -&lt;br /&gt;
|NO &lt;br /&gt;
|&lt;br /&gt;
: Calculation Operator&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc: MathematicOperatorCode&lt;br /&gt;
|-&lt;br /&gt;
|tasaDeCambio&lt;br /&gt;
|String &lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|YES &lt;br /&gt;
|&lt;br /&gt;
: Value of the exchange rate between currencies. It must be filled out with the value of the exchange rate.&lt;br /&gt;
: For example, for USD-COP, it can be the value of the TRM or rate agreed between the parties (Reported value * Exchange rate value = Reported value in currency reported in destination currency)&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:CalculationRate&lt;br /&gt;
|}&lt;br /&gt;
====Class.TerminosEntrega====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Dato Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description &lt;br /&gt;
|-&lt;br /&gt;
|cargosDescuentos&lt;br /&gt;
|Array &amp;lt;CargosDescuentos&amp;gt;&lt;br /&gt;
| - &lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Information related to a charge or a discount&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:AllowanceCharge &lt;br /&gt;
: (see detail in [[#Class.CargosDescuentos|Class.CargosDescuentos]])&lt;br /&gt;
|-&lt;br /&gt;
|codigoCondicionEntrega&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|3&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Delivery Conditions Code&lt;br /&gt;
: &#039;&#039;&#039;Obligatorio&#039;&#039;&#039; Se es factura de exportación/internacional&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt;: If the value of this attribute does not correspond to a value of the  [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 15|Tabla 15]]&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:LossRiskResponsibilityCode&lt;br /&gt;
|-&lt;br /&gt;
|costoTransporte&lt;br /&gt;
|String&lt;br /&gt;
|Por Definir&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Transport payment method: It is used to indicate how transport costs are paid, for example: http://www.unece.org/&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc: SpecialTerms&lt;br /&gt;
|-&lt;br /&gt;
|direccionEntrega&lt;br /&gt;
|Class.Direccion&lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Information detailing the delivery address&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:DeliveryLocation&lt;br /&gt;
: (see detail in [[#Class.Direccion|Class.Direccion]])&lt;br /&gt;
|-&lt;br /&gt;
|extras&lt;br /&gt;
|Array &amp;lt;Extensible&amp;gt; &lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Optional fields or information for the issuer&#039;s business model.&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Undefined&lt;br /&gt;
: (see detail in [[#Class.Extensible|Class.Extensible]])&lt;br /&gt;
|-&lt;br /&gt;
|identificacion&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..12&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Identification number&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:ID&lt;br /&gt;
|-&lt;br /&gt;
|monto&lt;br /&gt;
|String&lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|NO&lt;br /&gt;
| &lt;br /&gt;
: Amount&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:Amount&lt;br /&gt;
|-&lt;br /&gt;
|responsableEntrega&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Description of who assumes responsibility in case the merchandise is lost&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:LossRisk&lt;br /&gt;
|}&lt;br /&gt;
====Class.Direccion====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description &lt;br /&gt;
|-&lt;br /&gt;
|aCuidadoDe&lt;br /&gt;
|String &lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Care of&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cbc:MarkCare&lt;br /&gt;
|-&lt;br /&gt;
|aLaAtenciónDe&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: For the attention of&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cbc:MarkAttention&lt;br /&gt;
|-&lt;br /&gt;
|bloque&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: block name&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cbc:BlockName&lt;br /&gt;
|-&lt;br /&gt;
|buzon&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Buzón postal&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cbc:Postbox&lt;br /&gt;
|-&lt;br /&gt;
|calle&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Name of the street&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cbc:StreetName&lt;br /&gt;
|-&lt;br /&gt;
|calleAdicional&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Additional Name to better specify the street name&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cbc:AdditionalStreetName&lt;br /&gt;
|-&lt;br /&gt;
|ciudad&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|…50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Ciudad&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If country is &amp;quot;CO&amp;quot; and the content of this attribute does not correspond to one of the values ​​in the &#039;Name&#039; column of the   [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 19|Tabla 19]] (columna ‘Nombre : : : : Municipio’ del numeral 6.4.3 del Anexo Técnico)&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cbc:CityName&lt;br /&gt;
|-&lt;br /&gt;
|codigoDepartamento&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|…5&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: department code&lt;br /&gt;
: If country is &amp;quot;CO&amp;quot;, CodigoDepartamento must correspond to one of the values ​​in the Code column of the  [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 16|Tabla 16]]&lt;br /&gt;
: &#039;&#039;&#039;Mandatory&#039;&#039;&#039; for Responsible Issuers and Acquirers&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cbc:CountrySubentityCode&lt;br /&gt;
|-&lt;br /&gt;
|correccionHusoHorario&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Corresponding time zone correction&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cbc:TimezoneOffset&lt;br /&gt;
|-&lt;br /&gt;
|departamento&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|…50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: department name&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; if the code of the country field is &amp;quot;CO&amp;quot; and the content of this attribute does not correspond to one of the values ​​of the Name column of the [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 16|Tabla 16]]&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cbc:CountrySubentity&lt;br /&gt;
|-&lt;br /&gt;
|departamentoOrg&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
:An addressable department of an organization&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cbc:Department&lt;br /&gt;
|-&lt;br /&gt;
|direccion&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|…100&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Client&#039;s address, without indicating city or department&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cac:AddressLine/cbc:Line&lt;br /&gt;
|-&lt;br /&gt;
|distrito&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: District&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /cac:Address/cbc:District&lt;br /&gt;
|-&lt;br /&gt;
|extras&lt;br /&gt;
|Array &amp;lt;Extensible&amp;gt; &lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Optional fields or information for the issuer&#039;s business model.&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined&lt;br /&gt;
: (see detail in [[#Class.Extensible|Class.Extensible]])&lt;br /&gt;
|-&lt;br /&gt;
|habitacion&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Bedroom&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cbc:Room&lt;br /&gt;
|-&lt;br /&gt;
|lenguaje&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;A|2&amp;lt;/nowiki&amp;gt; ISO 639-1&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Identifier of the language used in the country name&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Notification&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the content of this attribute does not correspond to one of the values ​​of the ISO 639-1 standard&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;NotificaNotificationión&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If this is a group with information regarding the address of the issuer of an electronic document, it must contain the literal &amp;quot;is&amp;quot;&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /cac:Address/cac:Country/cbc:Name/@languageID&lt;br /&gt;
|-&lt;br /&gt;
|localizacion&lt;br /&gt;
|Array &amp;lt;Coordenadas&amp;gt;&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: address coordinates&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cac:LocationCoordinate&lt;br /&gt;
: (see detail in [[#Class.Coordenadas|Class.Coordenadas]])&lt;br /&gt;
|-&lt;br /&gt;
|municipio&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Municipality Code&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Notification&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the content of this attribute does not correspond to one of the values ​​of the  [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 19|Tabla 19]]&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:ID&lt;br /&gt;
|-&lt;br /&gt;
|nombreEdificio&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Name of a Building&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cbc:BuildingName&lt;br /&gt;
|-&lt;br /&gt;
|numeroEdificio&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Número de una casa o edificio&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cbc:BuildingNumber&lt;br /&gt;
|-&lt;br /&gt;
|numeroParcela&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Parcel Number&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cbc:PlotIdentification&lt;br /&gt;
|-&lt;br /&gt;
|pais&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;A|2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
:Customer country.&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the content of this element does not correspond to a value of the ISO 3166-1 alpha-2 standard&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cac:Country/cbc:IdentificationCode&lt;br /&gt;
|-&lt;br /&gt;
|piso&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Flat&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cbc:Floor&lt;br /&gt;
|-&lt;br /&gt;
|region&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Región&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cbc:Region&lt;br /&gt;
|-&lt;br /&gt;
|subDivision&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Subdivision (Name of the Neighborhood)&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cbc:CitySubdivisionName&lt;br /&gt;
|-&lt;br /&gt;
|ubicación&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: A specific location within a building&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cbc:InhouseMail&lt;br /&gt;
|-&lt;br /&gt;
|zonaPostal&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..10&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Postal zone&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Notification&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the content of this element does not correspond to a corresponding value of the [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 20|Tabla 20]]&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Notification&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the value of the CodigoDepartamento attribute is different from the first 2 digits of the postal code.&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cbc:PostalZone&lt;br /&gt;
|}&lt;br /&gt;
====Class.Coordenadas====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Dato Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|-&lt;br /&gt;
|gradosLatitud&lt;br /&gt;
|String&lt;br /&gt;
|Por Definir&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: latitude measure in degrees&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:LatitudeDegreesMeasure&lt;br /&gt;
|-&lt;br /&gt;
|gradosLongitud&lt;br /&gt;
|String&lt;br /&gt;
|Por Definir&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: measure of longitude in degrees&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; Unit greater than 60 minutes&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:LongitudeDegreesMeasure&lt;br /&gt;
|-&lt;br /&gt;
|minutosLatitud&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|…5|2.2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Latitude measurement in decimal minutes in mm.mm format&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:MarkAttentionIndicator&lt;br /&gt;
|-&lt;br /&gt;
|minutosLongitud&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|…5|2.2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Longitude measurement in decimal minutes in mm.mm format&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; Unit greater than 60 minutes&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:LongitudeMinutesMeasure&lt;br /&gt;
|-&lt;br /&gt;
|orientacionLatitud&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|1&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO &lt;br /&gt;
|&lt;br /&gt;
: Sense of measurement of latitude in relation to the Equator&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:LatitudeDirectionCode&lt;br /&gt;
|-&lt;br /&gt;
|orientacionLongitud&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|1&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Sense of longitude measurement in relation to the Equator &lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:LongitudeDirectionCode&lt;br /&gt;
|}&lt;br /&gt;
====Class.Tributos====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Atribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description &lt;br /&gt;
|-&lt;br /&gt;
|codigoImpuesto&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|SI&lt;br /&gt;
|&lt;br /&gt;
: tribute identifier &lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the content of this element does not correspond to one of the codes in the   [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 11|Tabla 11]]&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:ID     &lt;br /&gt;
|-&lt;br /&gt;
|extras&lt;br /&gt;
|Array &amp;lt;Extensible&amp;gt; &lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Optional fields or information for the issuer&#039;s business model.&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined (see detail in [[#Class.Extensible|Class.Extensible]])&lt;br /&gt;
|}&lt;br /&gt;
====Class.InformacionLegalCliente====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Dato Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description &lt;br /&gt;
|-&lt;br /&gt;
|codigoEstablecimiento&lt;br /&gt;
|String&lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Establishment Code&lt;br /&gt;
: &amp;lt;nowiki&amp;gt;PATH&amp;lt;/nowiki&amp;gt;: /cac:CorporateRegistrationScheme/cbc:CorporateRegistrationTypeCode&lt;br /&gt;
|-&lt;br /&gt;
|nombreRegistroRUT&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..450&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Name or company name of the acquirer &lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PartyLegalEntity/cbc:RegistrationName&lt;br /&gt;
|-&lt;br /&gt;
|numeroIdentificacion&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..12&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Acquirer Identifier. &lt;br /&gt;
: You must inform the NIT if you are responsible&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;:  ../cac:Party/cac:PartyLegalEntity/cbc:CompanyID&lt;br /&gt;
|-&lt;br /&gt;
|numeroIdentificacionDV&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|..2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Check digit&lt;br /&gt;
: &#039;&#039;&#039;Mandatory&#039;&#039;&#039; If tipoIdentificacion =31, the DV of the NIT must be informed&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PartyLegalEntity/cbc:CompanyID@schemeID&lt;br /&gt;
|-&lt;br /&gt;
|numeroMatriculaMercantil&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|9&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Commercial registration number&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:CorporateRegistrationScheme/cbc:Name&lt;br /&gt;
|-&lt;br /&gt;
|prefijoFacturacion&lt;br /&gt;
|String&lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Billing prefix:&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:CorporateRegistrationScheme/cbc:ID&lt;br /&gt;
|-&lt;br /&gt;
|tipoIdentificacion&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Customer identification type&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the content of this element is different from “31”&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PartyLegalEntity/cbc:CompanyID@schemeName&lt;br /&gt;
|}&lt;br /&gt;
====Class.Obligaciones====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description &lt;br /&gt;
|-&lt;br /&gt;
|extras&lt;br /&gt;
|Array &amp;lt;Extensible&amp;gt; &lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Optional fields or information for the issuer&#039;s business model&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined&lt;br /&gt;
: (see detail in [[#Class.Extensible|Class.Extensible]])&lt;br /&gt;
|-&lt;br /&gt;
|obligaciones&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|7&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Obligations of the acquirer&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt;  If the content of this attribute does not correspond to one of the values ​​of the  [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 17|Tabla 17]]&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:TaxLevelCode  &lt;br /&gt;
|-&lt;br /&gt;
|regimen&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Optional, if informed, indicate “Not applicable”. Possible Values:&lt;br /&gt;
: 48: “Sales tax - IVA”&lt;br /&gt;
: 49: “Not responsible for IVA” &lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: .. /cbc:TaxLevelCode/@listName&lt;br /&gt;
|}&lt;br /&gt;
====Class.LineaInformacionAdicional====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description &lt;br /&gt;
|-&lt;br /&gt;
|cantidad&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..5&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|NO &lt;br /&gt;
|&lt;br /&gt;
:additional quantity&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:ValueQuantity&lt;br /&gt;
|-&lt;br /&gt;
|codigo&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..5&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: additional code&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:NameCode&lt;br /&gt;
|-&lt;br /&gt;
|codigoInterno1&lt;br /&gt;
|String&lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Optional not used for now&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined&lt;br /&gt;
|-&lt;br /&gt;
|codigoInterno2&lt;br /&gt;
|String&lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Optional not used for now&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined&lt;br /&gt;
|-&lt;br /&gt;
|Description&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..450&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: additional description&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:UsabilityPeriod/cbc:Description&lt;br /&gt;
|-&lt;br /&gt;
|fechaFin&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|10&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Period End Date &lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:UsabilityPeriod/cbc:EndDate&lt;br /&gt;
|-&lt;br /&gt;
|fechaInicio&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|10&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Beginning date of the period&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:UsabilityPeriod/cbc:StartDate&lt;br /&gt;
|-&lt;br /&gt;
|nombre&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Characteristic you want to report on the item, for example: (Vehicle Use)&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; For each name there must be a value&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:Name &lt;br /&gt;
: (For defining extensible field catalogs at the detail level)&lt;br /&gt;
|-&lt;br /&gt;
|secuencia&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..3&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Sequence order indicator&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined &lt;br /&gt;
|-&lt;br /&gt;
|tipo&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|1&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
:Value Type Indicator, example Value = ’1’&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Does not apply&lt;br /&gt;
|-&lt;br /&gt;
|valor&lt;br /&gt;
|String &lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Value of the characteristic to be reported, for example: (Particular)&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; For each value there must be a name&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:Value&lt;br /&gt;
|}&lt;br /&gt;
====Class.DatosTransportistas====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Requerido&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description &lt;br /&gt;
|-&lt;br /&gt;
|detallesTributarios&lt;br /&gt;
|Tributos&lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Tax Types&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PartyTaxScheme/cac:TaxScheme&lt;br /&gt;
: (see detail in [[#Class.Tributos|Class.Tributos]])&lt;br /&gt;
|-&lt;br /&gt;
|direccionResponsableEntrega&lt;br /&gt;
|Direccion&lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Information on the Address of the Person Responsible for Delivery&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cbc:PhysicalLocation&lt;br /&gt;
: (see detail in [[#Class.Direccion|Class.Direccion]])&lt;br /&gt;
|-&lt;br /&gt;
|email&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Email&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ..cac:Contact/cbc:ElectronicMail&lt;br /&gt;
|-&lt;br /&gt;
|extras&lt;br /&gt;
|Array &amp;lt;Extensible&amp;gt; &lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Optional fields or information for the issuer&#039;s business model.&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined&lt;br /&gt;
: (see detail in [[#Class.Extensible|Class.Extensible]]) &lt;br /&gt;
|-&lt;br /&gt;
|indicadordeAtencion&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Indicator if it is information on “for the attention of” (FAO)&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:MarkAttentionIndicator&lt;br /&gt;
|-&lt;br /&gt;
|indicadordeCuidado&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Indicador si es información sobre alguien responsable por los bienes&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:MarkCareIndicator&lt;br /&gt;
|-&lt;br /&gt;
|nombreContacto&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Contact name&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: .. /cac:Contact/cbc:Name&lt;br /&gt;
|-&lt;br /&gt;
|nombreResponsableEntrega&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Name of the Responsible for the Delivery&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PartyName/cbc:Name&lt;br /&gt;
|-&lt;br /&gt;
|nota&lt;br /&gt;
|String&lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
:Contact Note&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Contact/cbc:Note&lt;br /&gt;
|-&lt;br /&gt;
|numeroIdentificacion&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|…12&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Carrier NIT&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PartyTaxScheme/cbc:CompanyID&lt;br /&gt;
|-&lt;br /&gt;
|numeroIdentificacionDV&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|..2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Check digit&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PartyTaxScheme/cbc:CompanyID@schemeID&lt;br /&gt;
|-&lt;br /&gt;
|numeroMatriculaMercantil&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..20&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Commercial registration number&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PartyLegalEntity/cac:CorporateRegistrationScheme/cbc:Name&lt;br /&gt;
|-&lt;br /&gt;
|prefijoFacturacion&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..20&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Carrier Billing Prefix&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: .. /cac:PartyLegalEntity//cac:CorporateRegistrationScheme/cbc:ID&lt;br /&gt;
|-&lt;br /&gt;
|responsabilidadesRut&lt;br /&gt;
|Array &amp;lt;Obligaciones&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Carrier Liability&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PartyTaxScheme/cbc:TaxLevelCode&lt;br /&gt;
: (see detail in [[#Class.Obligaciones|Class.Obligaciones]])&lt;br /&gt;
|-&lt;br /&gt;
|telefax&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..20&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Carrier Telefax&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PartyTaxScheme/cbc:CompanyID/@schemeName&lt;br /&gt;
|-&lt;br /&gt;
|telefono&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..20&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: carrier phone&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Contact/cbc:Telefax&lt;br /&gt;
|-&lt;br /&gt;
|tipoIdentificacion&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Carrier Identification Type&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt;  If the content of this attribute does not correspond to one of the values ​​of the [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 3|Tabla 3]]&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PartyTaxScheme/cbc:CompanyID/@schemeName&lt;br /&gt;
|-&lt;br /&gt;
|transportadorDireccion&lt;br /&gt;
|Direccion &lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Tax address of the transporter&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PartyLegalEntity/cac:RegistrationAddress&lt;br /&gt;
: (see detail in [[#Class.Direccion|Class.Direccion]])&lt;br /&gt;
|-&lt;br /&gt;
|transportadorNombre&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: carrier name&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PartyLegalEntity/cbc:RegistrationName&lt;br /&gt;
|-&lt;br /&gt;
|transportadorNumeroDocumento&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..12&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Carrier document number&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PartyLegalEntity/cbc:CompanyID&lt;br /&gt;
|-&lt;br /&gt;
|transportadorNumeroDocumentoDV&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Verifier Digit of the NIT of the transporter&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PartyLegalEntity/cbc:CompanyID@schemeID&lt;br /&gt;
|-&lt;br /&gt;
|transportadorTipoIdentificacion&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Carrier document type&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PartyLegalEntity/cbc:CompanyID@schemeName&lt;br /&gt;
|}&lt;br /&gt;
====Class.DocumentoReferencia====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description &lt;br /&gt;
|-&lt;br /&gt;
|codigoEstatusDocumento&lt;br /&gt;
|String&lt;br /&gt;
| -&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Document code or reason&lt;br /&gt;
: &#039;&#039;&#039;Mandatory&#039;&#039;&#039; When InternalCode is &#039;4&#039;&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the content of this attribute does not correspond to any of the values ​​of   [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 9|Tabla 9]] and   [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 10|Tabla 10]]&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:DiscrepancyResponse/cbc:ResponseCode&lt;br /&gt;
|-&lt;br /&gt;
|codigoInterno&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|1&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: This field decides if in which XML node the information will be sent DocumentoReferenciado, possible values:&lt;br /&gt;
# AdditionalDocumentReference (FE de contingencia y para acciones comerciales y mercantiles)&lt;br /&gt;
# DespatchDocumentReference (Doc. De despacho)&lt;br /&gt;
# ReceiptDocumentReference (Doc. De recepción)&lt;br /&gt;
# DiscrepancyResponse (N.C y N.D)&lt;br /&gt;
# BillingReference (Facturas por corrección, N.C y N.D)&lt;br /&gt;
|-&lt;br /&gt;
|cufeDocReferenciado&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..90&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C &lt;br /&gt;
|&lt;br /&gt;
: CUFE or CUDE of the referenced document&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; When InternalCode is &#039;5&#039;&lt;br /&gt;
: &#039;&#039;&#039;Mandatory&#039;&#039;&#039; In invoices, it must be filled out only when the electronic invoice originates from the correction or adjustment that occurs through a NC or ND&lt;br /&gt;
: &#039;&#039;&#039;Mandatory&#039;&#039;&#039; In N.C and N.D, are the references to electronic invoices affected by the Note. You can only report electronic invoices of the same acquirer&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If CUFE or CUDE does not exist in the DIAN&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /Invoice/cac:BillingReference/cac:CreditNoteDocumentReference/cbc:UUID&lt;br /&gt;
: /CreditNote/cac:BillingReference/cac:InvoiceDocumentReference/cbc:UUID&lt;br /&gt;
: /DebitNote/cac:BillingReference/cac:InvoiceDocumentReference/cbc:UUID&lt;br /&gt;
|-&lt;br /&gt;
|Description&lt;br /&gt;
|Array &amp;lt;String&amp;gt;&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|20..5000&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Description of the nature of the correction&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; When InternalCode is &#039;4&#039;&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:DiscrepancyResponse/cbc:Description &lt;br /&gt;
|-&lt;br /&gt;
|extras&lt;br /&gt;
|Array &amp;lt;Extensible&amp;gt; &lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Optional fields or information for the issuer&#039;s business model&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined&lt;br /&gt;
: (see detail in [[#Class.Extensible|Class.Extensible]])&lt;br /&gt;
|-&lt;br /&gt;
|fecha&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|10&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Fecha de emision del documento referenciado, en Format: YYYY-MM-DD &lt;br /&gt;
: &#039;&#039;&#039;Mandatory&#039;&#039;&#039; When internal code is &#039;1&#039;, &#039;2&#039;, &#039;3&#039; or &#039;5&#039;&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the date is later than that of the referenced document&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /Invoice/cac:BillingReference/cac:CreditNoteDocumentReference/cbc:IssueDate&lt;br /&gt;
: /CreditNote/cac:BillingReference/cac:InvoiceDocumentReference/cbc:IssueDate&lt;br /&gt;
: /DebitNote/cac:BillingReference/cac:InvoiceDocumentReference&lt;br /&gt;
: /cbc:IssueDate&lt;br /&gt;
|-&lt;br /&gt;
|fechaFinValidez&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|10&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: End of Validity Date&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Undefined&lt;br /&gt;
|-&lt;br /&gt;
|fechaInicioValidez&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|10&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Validity Start Date&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Undefined&lt;br /&gt;
|-&lt;br /&gt;
|numeroDocumento&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN..20&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|SI&lt;br /&gt;
|&lt;br /&gt;
: Concatenation of the prefix and the referenced document number&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; if codigoInterno is reported equal to &#039;1&#039;, &#039;2&#039;, &#039;3&#039;, &#039;4&#039; or &#039;5&#039; and the reference document ID is not related&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /Invoice/cac:BillingReference/cac:CreditNoteDocumentReference/cbc:ID&lt;br /&gt;
: /CreditNote/cac:BillingReference/cac:InvoiceDocumentReference/cbc:ID&lt;br /&gt;
: /DebitNote/cac:BillingReference/cac:InvoiceDocumentReference&lt;br /&gt;
: /cbc:ID&lt;br /&gt;
|-&lt;br /&gt;
|tipoCUFE&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..11&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C &lt;br /&gt;
|&lt;br /&gt;
: CUFE type algorithm.&lt;br /&gt;
: “CUFE-SHA384” or “CUDE-SHA384”&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; When InternalCode is &#039;5&#039;&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /Invoice/cac:BillingReference/cac:CreditNoteDocumentReference&lt;br /&gt;
: /cbc:UUID/@schemeName &lt;br /&gt;
: /CreditNote/cac:BillingReference/cac:InvoiceDocumentReference&lt;br /&gt;
: /cbc:UUID/@schemeName&lt;br /&gt;
: /DebitNote/cac:BillingReference/cac: InvoiceDocumentReference&lt;br /&gt;
: /cbc:UUID/@schemeName&lt;br /&gt;
|-&lt;br /&gt;
|tipoDocumento&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Description of the type of referenced document, Example: &amp;quot;National Sales Invoice&amp;quot;&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined&lt;br /&gt;
|-&lt;br /&gt;
|tipoDocumentoCodigo&lt;br /&gt;
|String &lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Identifier of the referenced document type&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; When InternalCode is &#039;1&#039;  &lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If codigoInterno equal to &#039;1&#039; and the content of this attribute does not correspond to one of the values ​​of the  [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 21|Tabla 21]]&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Undefined&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;@IMPORTANT:&#039;&#039;&#039;&lt;br /&gt;
# To reference &#039;&#039;&#039;sales invoices when issuing a NC or ND&#039;&#039;&#039;, two objects of type DocumentosReferenciados must be sent indicating the following:&lt;br /&gt;
#* &#039;&#039;&#039;Object 1&#039;&#039;&#039;: indicating the fields codigoEstatusDocumento; CodihoInterno = &#039;4&#039;, numeroDocumento, Description.&lt;br /&gt;
#* &#039;&#039;&#039;Object 2&#039;&#039;&#039;: if the &#039;&#039;&#039;tipoOperacion is equal to 20 (for NC) or 30 (for ND)&#039;&#039;&#039; and codigoInterno = &#039;5&#039;, the fields are validated: cufeDocReferenciado, date, and DocumentNumber.&lt;br /&gt;
# When transmitting a &#039;&#039;&#039;Factura de Contingencia &#039;&#039;&#039;, an array of the documentosReferenciados type must be sent, indicating the fields: internal code = &#039;1&#039;, numberDocument, date, tipoDocumentCode (corresponding to Contingenc Invoice).&lt;br /&gt;
# To reference &#039;&#039;&#039;Dispatch Documents&#039;&#039;&#039; (internal code = &#039;2&#039;) or &#039;&#039;&#039;Reception Documents&#039;&#039;&#039; (internal code = &#039;3&#039;) the fields are validated: documentnumber and date.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
====Class.sectorSalud====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description &lt;br /&gt;
|-&lt;br /&gt;
|Beneficiario&lt;br /&gt;
|Beneficiario&lt;br /&gt;
| -&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Complementary data of the beneficiary of the health service for collection scenarios.&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:AccountingCustomerParty/cac:Person&lt;br /&gt;
: (see detail in [[#Class.Beneficiario|Class.Beneficiario]])&lt;br /&gt;
|-&lt;br /&gt;
|extras&lt;br /&gt;
|Array &amp;lt;Extras&amp;gt; &lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Optional fields or information for the issuer&#039;s business model.&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined&lt;br /&gt;
: (see detail in [[#Class.Extras|Class.Extras]])&lt;br /&gt;
|-&lt;br /&gt;
|IdPersonalizacion&lt;br /&gt;
|String&lt;br /&gt;
|Por definir&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: To indicate the type of operation through which the collection was made in the accreditation or report scenarios&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: To be defined&lt;br /&gt;
|-&lt;br /&gt;
|Pacientes&lt;br /&gt;
|Array &amp;lt;DatosPacienteSalud&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|C/C&lt;br /&gt;
|For the report of the additional data fields of the Health Sector&lt;br /&gt;
: (see detail in [[#Class.DatosPacientesSalud|Class.DatosPacientesSalud]])&lt;br /&gt;
|-&lt;br /&gt;
|TipoEscenario&lt;br /&gt;
|String &lt;br /&gt;
|&amp;lt;nowiki&amp;gt; N|1 &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Type of Health Sector Scenario. [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 27|Tabla 27]]&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;NOTE: The issuance of health sector documents is only available through version 4 of the issuance service. &amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Class.Beneficiario====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description &lt;br /&gt;
|-&lt;br /&gt;
|DireccionResidencia&lt;br /&gt;
|Direccion&lt;br /&gt;
| -&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Information detailing the address of the beneficiary of the health service.&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:ResidenceAddress&lt;br /&gt;
: (see detail in [[#Class.Direccion|Class.Direccion]])&lt;br /&gt;
|-&lt;br /&gt;
|TipoIdentificacion&lt;br /&gt;
|Array &amp;lt;GeneralSalud&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Identification type of the beneficiary user of the health service.&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: cbc:ID/@schemeID&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Class.DatosPacientesSalud====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description &lt;br /&gt;
|-&lt;br /&gt;
|CamposGenerales&lt;br /&gt;
|Array &amp;lt;GeneralSalud&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Additional data fields of the Health Sector to report information associated with the beneficiaries of the health service&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Invoice/ext:UBLExtensions/ext:UBLExtension&lt;br /&gt;
: (see detail in [[#Class.Direccion|Class.Direccion]])&lt;br /&gt;
|-&lt;br /&gt;
|TipoIdentificacion&lt;br /&gt;
|Array &amp;lt;GeneralSalud&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Identification type of the beneficiary user of the health service.&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: cbc:ID/@schemeID&lt;br /&gt;
: (see detail in [[#Class.GeneralSalud|Class.GeneralSalud]])&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Class.GeneralSalud====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description &lt;br /&gt;
|-&lt;br /&gt;
|nombre&lt;br /&gt;
|String&lt;br /&gt;
|N|..2&lt;br /&gt;
|Si&lt;br /&gt;
|&lt;br /&gt;
: Additional data field code.&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;:../Interoperabilidad/Group schemeName=&amp;quot;Sector Salud&amp;quot;/Collection schemeName=&amp;quot;Usuario&amp;quot;/AdditionalInformation/Name&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;@Note:&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; It must correspond to one of the codes in the column[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 28|Tabla 28]] &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|valor&lt;br /&gt;
|String&lt;br /&gt;
|depends on the field&lt;br /&gt;
|Yes&lt;br /&gt;
|&lt;br /&gt;
: Value of the additional data field of the health sector as appropriate.&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../Interoperabilidad/Group schemeName=&amp;quot;Sector Salud&amp;quot;/Collection schemeName=&amp;quot;Usuario&amp;quot;/AdditionalInformation/Value&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Important&#039;&#039;&#039;: In the case of the field &#039;&#039;&#039;rangoNumeracion&#039;&#039;&#039;, this value must always have the following format (Pefijo-campoDesde), that is, said field is independent of the sequential mode configured in the portal (manual with prefix or manual without prefix).&lt;br /&gt;
 &lt;br /&gt;
In the case of the field &#039;&#039;&#039;consecutivoDocumento&#039;&#039;&#039;, This field does depend on the sequential mode configured in the web portal.&lt;br /&gt;
* If the assigned modality is&#039;&#039;“manual sin prefijo”&#039;&#039;, the values ​​for the fields rangoNumeracion and consecutivoDocumento’ They should be for example:&lt;br /&gt;
:: Invoice #1: rangoNumeracion= &amp;quot;PRUE-1&amp;quot;, consecutivoDocumento= &amp;quot;1&amp;quot;&lt;br /&gt;
:: Invoice #2: rangeNumeracion= &amp;quot;PRUE-1&amp;quot;, consecutiveDocument= &amp;quot;2&amp;quot;&lt;br /&gt;
:: ...&lt;br /&gt;
:: Invoice #1000: rangoNumeracion= &amp;quot;PRUE-1&amp;quot;, consecutivoDocumento= &amp;quot;1000&amp;quot;&lt;br /&gt;
&lt;br /&gt;
*If the assigned modality is &#039;&#039;“manual with prefix”&#039;&#039;, the values ​​for the fields rangoNumeracion and consecutivoDocumento must be, for example:&lt;br /&gt;
:: Invoice #1: rangeNumeracion= &amp;quot;PRUE-1&amp;quot;, consecutiveDocument= &amp;quot;PRUE1&amp;quot;&lt;br /&gt;
:: Invoice #2: rangoNumeracion= &amp;quot;PRUE-1&amp;quot;, consecutivoDocumento= &amp;quot;PRUE2&amp;quot;&lt;br /&gt;
:: ...&lt;br /&gt;
:: Invoice #1000: rangeNumeracion= &amp;quot;PRUE-1&amp;quot;, consecutivoDocumento= &amp;quot;PRUE1000&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
; RESPONSE: Parameters to Receive&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot; &lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|ID&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description &lt;br /&gt;
|-&lt;br /&gt;
|int&lt;br /&gt;
|codigo&lt;br /&gt;
|Indicates the status of the operation returned by the service, (to define catalog)&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|consecutivoDocumento&lt;br /&gt;
|Prefix and Consecutive of the Concatenated Document without separators. For the example above it corresponds to: “PRUE980338337”&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|cufe&lt;br /&gt;
|&amp;quot;Unique Electronic Invoice Code&amp;quot; corresponding to the document consulted.&lt;br /&gt;
|-&lt;br /&gt;
|Bool&lt;br /&gt;
|esValidoDian&lt;br /&gt;
|“true” if valid&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|fechaAceptacionDIAN&lt;br /&gt;
|Day and time in which the DIAN accepted the electronic document, in YYYY-MM-DD HH:MM:SS format&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|fechaRespuesta&lt;br /&gt;
|Day and time in which the electronic document was generated, in format AAAA-MM-DD HH:MM:SS&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|hash&lt;br /&gt;
|Error detection code &lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|mensaje&lt;br /&gt;
|This message is associated with the response code, useful for error identification&lt;br /&gt;
|-&lt;br /&gt;
|Array&lt;br /&gt;
|mensajesValidacion&lt;br /&gt;
|Validation messages in case of notification or rejection&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|nombre&lt;br /&gt;
|Name defined by the DIAN&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|qr&lt;br /&gt;
|QR code string concatenation (control element)&lt;br /&gt;
|-&lt;br /&gt;
|Array&lt;br /&gt;
|reglasNotificacionDIAN&lt;br /&gt;
|Validation rules in case of notification&lt;br /&gt;
|-&lt;br /&gt;
|Array&lt;br /&gt;
|reglasValidacionDIAN&lt;br /&gt;
|Validation rules in case of rejection&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|resultado&lt;br /&gt;
|Method consumption result: Processed” or “Error” &lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|tipoCufe&lt;br /&gt;
|CUFE type algorithm. “CUFE-SHA384” or “CUDE-SHA384”&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|xml&lt;br /&gt;
|XML file (type AttachedDocument) encoded in Base64&lt;br /&gt;
|}&lt;br /&gt;
Once the electronic invoice has been sent successfully (code &#039;200&#039; or &#039;201&#039; in the response), the attached files are sent (through the method&#039;&#039;&#039;CargarAdjuntos&#039;&#039;&#039;) consuming the SOAP Web Attachments Service, in the scenario that the &#039;&#039;&#039;attachments&#039;&#039;&#039; parameter has been assigned to “1” or “11”, otherwise the SOAP Web Attachments Service will return an error indicating that the document does NOT support attachments.&lt;br /&gt;
{{clear}}&lt;br /&gt;
&lt;br /&gt;
===EstadoDocumento Method===&lt;br /&gt;
It allows you to consult the status of the document indicated before the Acquirer, before the DIAN, the type of delivery and if it was successful, the list of associated events (ApplicationResponse) and other parameters of interest that can be useful in the software control processes billing (ERP) or for the business model of the issuing client.&lt;br /&gt;
; REQUEST: Parameters to Send&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Identifier&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;3&amp;quot;|String&lt;br /&gt;
|tokenEmpresa&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|Supplied by The Factory HKA Colombia&lt;br /&gt;
|-&lt;br /&gt;
|tokenPassword&lt;br /&gt;
|-&lt;br /&gt;
|Documento&lt;br /&gt;
|Prefix and Consecutive of the electronic Document concatenated without separators. Example “PRUE980338212&lt;br /&gt;
|}&lt;br /&gt;
; RESPONSE: Parameters to Receive&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot; &lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Typr&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Identifier&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Bool&lt;br /&gt;
|aceptacionFisica&lt;br /&gt;
|Indicates if the document has physical acceptance (physically delivered): “true” or “false”&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|acuseComentario&lt;br /&gt;
|Comment informed by the acquirer when making the acknowledgment&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|acuseEstatus&lt;br /&gt;
|0: Acknowledgment not made ; 1: Acknowledgment made&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|acuseResponsable&lt;br /&gt;
|Email of the person responsible for making the acknowledgment&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|acuseRespuesta&lt;br /&gt;
|0: Response not sent; 1: Reply Sent&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|ambiente&lt;br /&gt;
|Type of document generation environment:&lt;br /&gt;
:: “1: ProductionEnvironment”&lt;br /&gt;
:: “2: TestEnvironment”&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|cadenaCodigoQR&lt;br /&gt;
|QR code string concatenation (control element)&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|cadenaCufe&lt;br /&gt;
|Chain concatenation of the CUFE code prior to calculation by the corresponding algorithm of the service&lt;br /&gt;
|-&lt;br /&gt;
|int&lt;br /&gt;
|Codigo&lt;br /&gt;
|Indicates the status of the operation returned by the service&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|consecutivo&lt;br /&gt;
|Consecutive Document TFHKA/DIAN&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|cufe&lt;br /&gt;
|&amp;quot;Unique Code of Electronic Invoice&amp;quot; corresponding to the document consulted, calculated by the corresponding algorithm of the service&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|DescriptionDocumento&lt;br /&gt;
|Reference document type identifier,&lt;br /&gt;
: Example: &amp;quot;National Sales Invoice&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|String &lt;br /&gt;
|DescriptionEstatusDocumento&lt;br /&gt;
|Description corresponding to the statusDocument before the DIAN: &amp;quot;Processed Correctly&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|entregaMetodoDIAN&lt;br /&gt;
|Indicates the delivery method to the DIAN&lt;br /&gt;
: (Synchronous or Asynchronous), (Individual or Batch)&lt;br /&gt;
|-&lt;br /&gt;
|Bool&lt;br /&gt;
|esValidoDIAN&lt;br /&gt;
| &lt;br /&gt;
: “true” if valid&lt;br /&gt;
: &amp;quot;false&amp;quot; If not valid&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|estatusDocumento&lt;br /&gt;
|Code obtained in the response corresponding to the status of the document before the DIAN (Catalogue to be defined)&lt;br /&gt;
|-&lt;br /&gt;
|Array &amp;lt;Evento&amp;gt;&lt;br /&gt;
|eventos&lt;br /&gt;
|List of Electronic Document events&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|fechaAceptacionDIAN&lt;br /&gt;
|Day and time in which the DIAN accepted the electronic document, in format AAAA-MM-DD HH:MM:SS&lt;br /&gt;
|-&lt;br /&gt;
|String &lt;br /&gt;
|fechaDocumento&lt;br /&gt;
|Date on which the document was generated, in format: AAAA-MM-DD&lt;br /&gt;
|-&lt;br /&gt;
|Array &amp;lt;HistorialDeEntregas&amp;gt;&lt;br /&gt;
|historialDeEntregas&lt;br /&gt;
|History of document deliveries&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|mensaje&lt;br /&gt;
|This message is associated with the code, useful for identifying errors&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|mensajeDocumento&lt;br /&gt;
|Provides a description of the error of each of the initial validations. If there are no errors, no description is provided.&lt;br /&gt;
|-&lt;br /&gt;
|Bool&lt;br /&gt;
|poseeAdjuntos&lt;br /&gt;
|Indicates if the document has attachments:&lt;br /&gt;
: &amp;quot;true&amp;quot; or &amp;quot;false&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Bool&lt;br /&gt;
|poseeRepresentacionGrafica&lt;br /&gt;
|Indicates if the document has a graphic representation:&lt;br /&gt;
: &amp;quot;true&amp;quot; or &amp;quot;false&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Array &amp;lt;String&amp;gt;&lt;br /&gt;
|reglasValidacionDIAN&lt;br /&gt;
|Validation messages by the DIAN&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|resultado&lt;br /&gt;
|Result of method consumption:&lt;br /&gt;
: “Processed” or “Error”&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|tipoCufe&lt;br /&gt;
|Algorithm used to calculate CUFE:&lt;br /&gt;
: SHA-256, SHA-384, SHA-512&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|tipoDocumento&lt;br /&gt;
|Reference document type identifier&lt;br /&gt;
: Watch   [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 1|Tabla 1]]&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|trackID&lt;br /&gt;
|This element corresponds to the TrackId of the processed document&lt;br /&gt;
|}&lt;br /&gt;
Where Class.Evento contains the following information:&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot; &lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|identifier&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|ambienteDIAN&lt;br /&gt;
|Generation environment in the DIAN&lt;br /&gt;
: “1:ambienteDeProducción” &lt;br /&gt;
: “2:ambienteDePruebas” &lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|codigo &lt;br /&gt;
|Code the document of the Application Response (event)&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|comentario&lt;br /&gt;
|event commentary&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|cufe&lt;br /&gt;
|CUFE of the electronic document&lt;br /&gt;
|-&lt;br /&gt;
|String &lt;br /&gt;
|DescriptionEvento&lt;br /&gt;
|Description of use/source of the event&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|emisorNumeroDocumento&lt;br /&gt;
|Issuer Identification Number&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|emisorNumeroDocumentoDV&lt;br /&gt;
|Issuer Document Number Check Digit&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|emisorRazonSocial&lt;br /&gt;
|Company Name of the Issuer&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|emisorTipoIdentificacion&lt;br /&gt;
|Issuer Identification Type&lt;br /&gt;
|-&lt;br /&gt;
|Array &amp;lt;ExtrasEvento&amp;gt;&lt;br /&gt;
|extras&lt;br /&gt;
|Extra information corresponding to the event&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|fechaEmision&lt;br /&gt;
|Date of Issue of the Application Response (event)&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|fechaRecepcion&lt;br /&gt;
|Application Response Reception Date (event) &lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|hash&lt;br /&gt;
|Application Response document hash&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|idPerfilDIAN&lt;br /&gt;
|DIAN Profile&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|mensaje&lt;br /&gt;
|ApplicationResponse description message&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|nombreArchivoXML&lt;br /&gt;
|XML file name&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|nota&lt;br /&gt;
|Content of the Note field of the Application Response&lt;br /&gt;
|-&lt;br /&gt;
|String &lt;br /&gt;
|numeroDelEvento&lt;br /&gt;
|Consecutive Application Response&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|receptorNumeroDocumento&lt;br /&gt;
|Receiver Identification Number&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|receptorNumeroDocumentoDV&lt;br /&gt;
|Receiver Document Number Check Digit&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|receptorRazonSocial&lt;br /&gt;
|Receiver&#039;s Business Name&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|receptorTipoIdentificacion&lt;br /&gt;
|Receiver Identification Type &lt;br /&gt;
|-&lt;br /&gt;
|String &lt;br /&gt;
|resultado&lt;br /&gt;
|Result of method consumption:&lt;br /&gt;
: “Processed” or “Error”&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|tipoCufe&lt;br /&gt;
|Algorithm used to calculate CUDE of the event:&lt;br /&gt;
: SHA-256, SHA-384, SHA-512&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|tipoEvento&lt;br /&gt;
|Event type identifier:&lt;br /&gt;
: (Internal/ApplicationResponse)&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|versionUBL&lt;br /&gt;
|UBL version of the XML&lt;br /&gt;
|}&lt;br /&gt;
And Class.ExtrasEvento contains the following information:&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot; &lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Identifier&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|codigoInterno1&lt;br /&gt;
|Hashtag&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|codigoInterno2&lt;br /&gt;
|Additional Description&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|nombre&lt;br /&gt;
|Additional Description&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|valor &lt;br /&gt;
|Información Adicional&lt;br /&gt;
|}&lt;br /&gt;
Class.HistorialDeEntregas will correspond to:&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot; &lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Identifier&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|LeidoEmailIPAddress&lt;br /&gt;
|IP address of the computer in which the acknowledgment of the notification mail was made&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|LeidoEstatus&lt;br /&gt;
|Notification mail acknowledgment status&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|LeidoFecha&lt;br /&gt;
|Date of acknowledgment of notification mail&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|canalDeEntrega&lt;br /&gt;
|Electronic document delivery channel&lt;br /&gt;
|-&lt;br /&gt;
|Array &amp;lt;String&amp;gt;&lt;br /&gt;
|email&lt;br /&gt;
|Email of the recipient of the electronic document&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|entregaEstatus&lt;br /&gt;
|Delivery status:&lt;br /&gt;
: &#039;0&#039;: Mail not sent&lt;br /&gt;
: &#039;200&#039;: Mail sent&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|entregaEstatusDescription&lt;br /&gt;
|Delivery Status Description&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|entregaFecha&lt;br /&gt;
|Document delivery date&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|fechaProgramada&lt;br /&gt;
|Delivery Date&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|mensajePersonalizado&lt;br /&gt;
|Personalized message to be delivered by Email, WhatsApp or Telegram&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|nitProveedorReceptor&lt;br /&gt;
|NIT of the receiving Technological Provider, in case of delivery by Interoperability&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|recepcionEmailComentario&lt;br /&gt;
|Customer Acknowledgment Comment&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|recepcionEmailEstatus&lt;br /&gt;
|E-mail reception status&lt;br /&gt;
: 1: Accepted&lt;br /&gt;
: 2: Rejected&lt;br /&gt;
: 3: In verification&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|recepcionEmailFecha&lt;br /&gt;
|Date of receipt of the Email&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|recepcionEmailIPAddress&lt;br /&gt;
|Email receiving IP address&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|telefono&lt;br /&gt;
|For delivery by Whatsapp/Telegram&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;@Important:&#039;&#039;&#039; The structure of this Response may still be subject to change in a future update. &lt;br /&gt;
{{clear}}&lt;br /&gt;
===EnvioCorreo Method===&lt;br /&gt;
Allows you to forward the indicated document to one or more email addresses.&lt;br /&gt;
; REQUEST: Parameters to Send&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot; &lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Identifier&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;5&amp;quot;|String&lt;br /&gt;
|tokenEmpresa&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|Supplied by The Factory HKA Colombia&lt;br /&gt;
|-&lt;br /&gt;
|tokenPassword&lt;br /&gt;
|-&lt;br /&gt;
|Documento&lt;br /&gt;
|Prefix and consecutive of the Electronic Document concatenated without separators. Example “PRUE980338212”. Allows sending multiple recipients (maximum 5) separated by a comma character &#039;,&#039;&lt;br /&gt;
|-&lt;br /&gt;
|correo	&lt;br /&gt;
|Email to which the document will be sent. Example name@company.com&lt;br /&gt;
|-&lt;br /&gt;
|adjuntos	&lt;br /&gt;
|&lt;br /&gt;
: “0”: Resends the mail without attachments&lt;br /&gt;
: “1”: Forwards the mail with the attachments stored during the issuance of the document.&lt;br /&gt;
|}&lt;br /&gt;
; RESPONSE: Parameters to Receive&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot; &lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Identifier&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|int	&lt;br /&gt;
|codigo	&lt;br /&gt;
|Indicates the status of the operation returned by the service&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|String&lt;br /&gt;
|mensaje	&lt;br /&gt;
|This message is associated with the code, useful for identifying errors&lt;br /&gt;
|-&lt;br /&gt;
|resultado	&lt;br /&gt;
|Result of method consumption:&lt;br /&gt;
: “Processed” or “Error”&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;@Important:&#039;&#039;&#039; If during the issuance of the document (&#039;&#039;&#039;Send&#039;&#039;&#039; method) the &#039;&#039;&#039;attachments&#039;&#039;&#039; parameter was set to “10” or “11”, The Factory HKA - DFACTURE platform does not will generate standard graphical representation (PDF), therefore only the documents hosted on the platform (AttachedDocument) will be forwarded to the recipients. To forward the mail (with the AttachedDocument and attachments) to an email address different from the one used during the transmission, the &#039;&#039;&#039;CargarAtjuntos&#039;&#039;&#039; method of the SOAP Web Attachments Service can be used again.&lt;br /&gt;
{{clear}}&lt;br /&gt;
===DescargaPDF Method===&lt;br /&gt;
Allows you to download the standard graphic representation (PDF generated by TFHKA) of the document for local storage, local consultation or reprint purposes.&lt;br /&gt;
; REQUEST: Parameters to Send&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot; &lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Identifier&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;3&amp;quot;|String&lt;br /&gt;
|tokenEmpresa&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|Supplied by The Factory HKA Colombia&lt;br /&gt;
|-&lt;br /&gt;
|tokenPassword&lt;br /&gt;
|-&lt;br /&gt;
|documento&lt;br /&gt;
|prefix and consecutive of the Electronic Document concatenated without separators. Example “PRUE980338212”&lt;br /&gt;
|}&lt;br /&gt;
; RESPONSE: Parameters to Receive&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot; &lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Identifier&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|int	&lt;br /&gt;
|codigo	&lt;br /&gt;
|Indicates the status of the operation returned by the service &lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|cufe	&lt;br /&gt;
|“Unique Electronic Invoice Code” corresponding to the document consulted.&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|documento	&lt;br /&gt;
|Base64 encoded PDF document&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|hash	&lt;br /&gt;
|Error detection code&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|mensaje	&lt;br /&gt;
|This message is associated with the code, useful for identifying errors&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|resultado	&lt;br /&gt;
|Result of method consumption:&lt;br /&gt;
: “Processed” or “Error”&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;@Important:&#039;&#039;&#039; If during the issuance of the document (&#039;&#039;&#039;Enviar&#039;&#039;&#039; method) the &#039;&#039;&#039;adjuntos&#039;&#039;&#039; parameter was set to “10” or “11”, The Factory HKA - DFACTURE platform will not will generate standard graphic representation (PDF), therefore this method cannot be used since the service will throw an error indicating that there is NO associated PDF, since it is assumed that the graphic representation has been generated locally by the billing software (ERP).&lt;br /&gt;
{{clear}}&lt;br /&gt;
=== DescargaXML Method===&lt;br /&gt;
It allows the download of the XML document (only the electronic document Invoice, CreditNote and DebitNote), in case it is required to validate the information such as the signature or its authenticity or for the purpose of local management and storage.&lt;br /&gt;
; REQUEST: Parameters to Send&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Identifier&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;3&amp;quot;|String&lt;br /&gt;
|tokenEmpresa&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|Supplied by The Factory HKA Colombia&lt;br /&gt;
|-&lt;br /&gt;
|tokenPassword&lt;br /&gt;
|-&lt;br /&gt;
|Documento&lt;br /&gt;
|Prefix and Consecutive of the electronic Document concatenated without separators. Example “PRUE980338212&lt;br /&gt;
|}&lt;br /&gt;
; RESPONSE: Parameters to Receive&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot; &lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Identifier&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|int	&lt;br /&gt;
|codigo	&lt;br /&gt;
|Indicates the status of the operation returned by the service &lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|cufe	&lt;br /&gt;
|“Unique Electronic Invoice Code” corresponding to the document consulted&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|documento	&lt;br /&gt;
|XML document (Invoice, CreditNote or DebitNote) encoded in Base64&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|hash	&lt;br /&gt;
|Error detection code&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|mensaje	&lt;br /&gt;
|This message is associated with the code, useful for identifying errors&lt;br /&gt;
|-&lt;br /&gt;
|String 	&lt;br /&gt;
|resultado	&lt;br /&gt;
|Result of method consumption:&lt;br /&gt;
: “Processed” or “Error”&lt;br /&gt;
|}&lt;br /&gt;
{{clear}}&lt;br /&gt;
===FoliosRestantes Method===&lt;br /&gt;
Allows you to consult the stamps (transactions) available. The stamps are consumed in proportion to the transactions made.&lt;br /&gt;
; REQUEST: Parameters to Send&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Identifier&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|String&lt;br /&gt;
|tokenEmpresa&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|Supplied by The Factory HKA Colombia&lt;br /&gt;
|-&lt;br /&gt;
|tokenPassword&lt;br /&gt;
|}&lt;br /&gt;
; RESPONSE:Parameters to Receive&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot; &lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Identifier&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|int	&lt;br /&gt;
|codigo	&lt;br /&gt;
|Indicates the status of the operation returned by the service&lt;br /&gt;
|-&lt;br /&gt;
|int	&lt;br /&gt;
|foliosRestantes	&lt;br /&gt;
|Number of sheets available&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|mensaje	&lt;br /&gt;
|This message is associated with the code, useful for identifying errors&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|resultado	&lt;br /&gt;
|Result of method consumption:&lt;br /&gt;
: “Processed” or “Error”&lt;br /&gt;
|}&lt;br /&gt;
{{clear}}&lt;br /&gt;
===CargarCertificado Method===&lt;br /&gt;
For now, this method will only be used internally by The Factory HKA Colombia.&lt;br /&gt;
{{clear}}&lt;br /&gt;
===DescargarEventoXML Method===&lt;br /&gt;
It allows downloading an event or occurrence (ApplicationResponse) related to an Electronic Document (Invoice, CreditNote or DebitNote), generated by a person or entity related to this document (DIAN, Issuer, Acquirer).&lt;br /&gt;
; REQUEST: Parameters to Send&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot; &lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Identifier&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;4&amp;quot;|String&lt;br /&gt;
|tokenEmpresa&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|Supplied by The Factory HKA Colombia&lt;br /&gt;
|-&lt;br /&gt;
|tokenPassword&lt;br /&gt;
|-&lt;br /&gt;
|documentoEvento&lt;br /&gt;
|Consecutive of the event (ApplicationResponse)&lt;br /&gt;
|-&lt;br /&gt;
|Documento&lt;br /&gt;
|Prefix and Consecutive of the electronic Document concatenated without separators. Example “PRUE980338212&lt;br /&gt;
|}&lt;br /&gt;
;RESPONSE: Parameters to Receive&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot; &lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Identifier&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|int	&lt;br /&gt;
|Código	&lt;br /&gt;
|Indicates the status of the operation returned by the service&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|Cufe	&lt;br /&gt;
|Event CUFE (ApplicationResponse)&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|Documento	&lt;br /&gt;
|XML document (ApplicationResponse) encoded in Base64&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|fechaRespuesta	&lt;br /&gt;
|Date and Time consumption of the method, format: AAAA-MM-DD HH:MM:SS  &lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|Hash	&lt;br /&gt;
|Error detection code&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|Mensaje	&lt;br /&gt;
|This message is associated with the code, useful for error identification.&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|Resultado	&lt;br /&gt;
|Result of method consumption:&lt;br /&gt;
: “Processed” or “Error”&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|tipoCufe	&lt;br /&gt;
|Algorithm used to calculate CUFE:&lt;br /&gt;
: SHA-256, SHA-384, SHA-512&lt;br /&gt;
|}&lt;br /&gt;
{{clear}}&lt;br /&gt;
===GenerarContenedor Method===&lt;br /&gt;
UA container is a type of AttachedDocument document, its structure is intended to contain and transmit an electronic document (Invoice, CreditNote or DebitNote) and all the events (ApplicationResponse) generated to date in a single XML file.&lt;br /&gt;
; REQUEST: Parameters to Send&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Identifier&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;3&amp;quot;|String&lt;br /&gt;
|tokenEmpresa&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|Supplied by The Factory HKA Colombia&lt;br /&gt;
|-&lt;br /&gt;
|tokenPassword&lt;br /&gt;
|-&lt;br /&gt;
|Documento&lt;br /&gt;
|Prefix and Consecutive of the electronic Document concatenated without separators. Example “PRUE980338212&lt;br /&gt;
|}&lt;br /&gt;
; RESPONSE: Parameters to Receive&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot; &lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Identifier&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|int	&lt;br /&gt;
|Código	&lt;br /&gt;
|Indicates the status of the operation returned by the service &lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|Contenedor	&lt;br /&gt;
|XML document (AttachedDocument) encoded in Base64 &lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|Fecha	&lt;br /&gt;
|Date and Time consumption of the method, format: AAAA-MM-DD HH:MM:SS &lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|Hash	&lt;br /&gt;
|Error detection code&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|Mensaje	&lt;br /&gt;
|This message is associated with the code, useful for error identification.&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|Resultado	&lt;br /&gt;
|Result of method consumption:&lt;br /&gt;
: “Processed” or “Error”&lt;br /&gt;
|}&lt;br /&gt;
{{clear}}&lt;br /&gt;
===GenerarEvento Method===&lt;br /&gt;
Allows the generation of an event or occurrence (ApplicationResponse) associated with an Electronic Document (Invoice, CreditNote or DebitNote), generated by a person or entity related to this document (DIAN, Issuer, Acquirer).&lt;br /&gt;
; REQUEST: Parameters to Send&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;   &lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Identifier&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|String&lt;br /&gt;
|tokenEmpresa&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|Supplied by The Factory HKA Colombia&lt;br /&gt;
|-&lt;br /&gt;
|tokenPassword&lt;br /&gt;
|-&lt;br /&gt;
|DatosEvento&lt;br /&gt;
|datosEvento&lt;br /&gt;
|Object with the data of the event (ApplicationResponse) to generate&lt;br /&gt;
|}&lt;br /&gt;
Where Class.DatosEvento contains the following information:&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Identifier&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|codigoEvento	&lt;br /&gt;
|Indicates the code of the event (to define catalog)&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|codigoInterno1	&lt;br /&gt;
|Hashtag&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|codigoInterno2	&lt;br /&gt;
|Additional Description&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|Comentario	&lt;br /&gt;
|Comment or description of the event&lt;br /&gt;
|-&lt;br /&gt;
|String 	&lt;br /&gt;
|Documento	&lt;br /&gt;
|Prefix and consecutive of the Electronic Document concatenated without separators. Example “PRUE980338212”&lt;br /&gt;
|-&lt;br /&gt;
|Array &amp;lt;ExtrasEvento&amp;gt;	&lt;br /&gt;
|Extras	&lt;br /&gt;
|Additional event information&lt;br /&gt;
|}&lt;br /&gt;
Where Class.ExtrasEvento contains the following information:&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Identifier&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|codigoInterno1	&lt;br /&gt;
|Hashtag&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|codigoInterno2	&lt;br /&gt;
|Additional Description&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|Nombre	Código &lt;br /&gt;
|of the field&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|valor 	&lt;br /&gt;
|Additional Information&lt;br /&gt;
|}&lt;br /&gt;
; RESPONSE: Parameters to Receive&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot; &lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Identifier&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|int	&lt;br /&gt;
|Código	&lt;br /&gt;
|Indicates the status of the operation returned by the service &lt;br /&gt;
|-&lt;br /&gt;
|String 	&lt;br /&gt;
|consecutivoDocumentoEvento	&lt;br /&gt;
|Consecutive of the event (ApplicationResponse)&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|Cufe	&lt;br /&gt;
|Event CUFE (ApplicationResponse)&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|fechaRespuesta	&lt;br /&gt;
|Date and Time consumption of the method, format: AAAA-MM-DD HH:MM:SS &lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|Hash	&lt;br /&gt;
|Error detection code&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|Mensaje	&lt;br /&gt;
|This message is associated with the code, useful for error identification.&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|Resultado	&lt;br /&gt;
|Result of method consumption:&lt;br /&gt;
: “Processed” or “Error”&lt;br /&gt;
|-&lt;br /&gt;
|String 	&lt;br /&gt;
|tipoCufe	&lt;br /&gt;
|Algorithm used to calculate CUFE:&lt;br /&gt;
: SHA-256, SHA-384, SHA-512&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|Xml	&lt;br /&gt;
|XML document (ApplicationResponse) encoded in Base64&lt;br /&gt;
|}&lt;br /&gt;
{{clear}}&lt;/div&gt;</summary>
		<author><name>Lvargas</name></author>
	</entry>
	<entry>
		<id>http://felcowiki.thefactoryhka.com.co/index.php?title=Web_Soap_Broadcast_Service_Methods_-_Direct_Integration_Manual_Index&amp;diff=2437</id>
		<title>Web Soap Broadcast Service Methods - Direct Integration Manual Index</title>
		<link rel="alternate" type="text/html" href="http://felcowiki.thefactoryhka.com.co/index.php?title=Web_Soap_Broadcast_Service_Methods_-_Direct_Integration_Manual_Index&amp;diff=2437"/>
		<updated>2022-03-01T16:19:16Z</updated>

		<summary type="html">&lt;p&gt;Lvargas: /* Class.Anticipos */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==Web Soap Broadcast Service Methods==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
The parameters to be incorporated in the methods of this Web Service must comply with the format and the corresponding directives according to the following rules:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background:#e9e9e9; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#e9e9e9; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
| A || Alphabetic character&lt;br /&gt;
|- &lt;br /&gt;
| N || Numeric character&lt;br /&gt;
|- &lt;br /&gt;
| AN || AlphaNumeric character&lt;br /&gt;
|- &lt;br /&gt;
| &amp;lt;nowiki&amp;gt; A|3 &amp;lt;/nowiki&amp;gt; || 3 Alphabetic characters (fixed length)&lt;br /&gt;
|- &lt;br /&gt;
| &amp;lt;nowiki&amp;gt; N|3 &amp;lt;/nowiki&amp;gt; || 3 Numeric characters (fixed length)&lt;br /&gt;
|- &lt;br /&gt;
| &amp;lt;nowiki&amp;gt; AN|3 &amp;lt;/nowiki&amp;gt; || 3 alphaNumeric characters (fixed length)&lt;br /&gt;
|- &lt;br /&gt;
| &amp;lt;nowiki&amp;gt; A|..3 &amp;lt;/nowiki&amp;gt; || Up to 3 Alphabetic characters (variable length)&lt;br /&gt;
|- &lt;br /&gt;
| &amp;lt;nowiki&amp;gt; N|..3 &amp;lt;/nowiki&amp;gt; || Up to 3 Numeric characters (variable length)&lt;br /&gt;
|- &lt;br /&gt;
| &amp;lt;nowiki&amp;gt; AN|..3 &amp;lt;/nowiki&amp;gt; || Up to 3 alphaNumeric characters (variable length)&lt;br /&gt;
|- &lt;br /&gt;
| &amp;lt;nowiki&amp;gt; N|2..6 &amp;lt;/nowiki&amp;gt; || Between 2 and 6 Numeric characters (variable length)&lt;br /&gt;
|- &lt;br /&gt;
| INT32 || Whole. (Maximum Value: 2,147,483,647)&lt;br /&gt;
|}&lt;br /&gt;
{{clear}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background:#e9e9e9; text-align:center;&amp;quot;|Mandatory&lt;br /&gt;
! style=&amp;quot;background:#e9e9e9; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
| YES || If it is mandatory for the DIAN&lt;br /&gt;
|- &lt;br /&gt;
| NOT || It is not mandatory for the DIAN&lt;br /&gt;
|- &lt;br /&gt;
| C/C || It is required where applicable (or under certain conditions by the client&#039;s business model)&lt;br /&gt;
|}&lt;br /&gt;
{{clear}}&lt;br /&gt;
&lt;br /&gt;
===Enviar Method===&lt;br /&gt;
The function in charge of building and sending the electronic documents to the technology provider.&lt;br /&gt;
; REQUEST: Parameters to Send&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Identifier&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|String&lt;br /&gt;
|tokenEmpresa&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|Provided by technology provider&lt;br /&gt;
|-&lt;br /&gt;
|tokenPassword&lt;br /&gt;
|-&lt;br /&gt;
|FacturaGeneral&lt;br /&gt;
|factura&lt;br /&gt;
|See the detail of the Invoice Object below&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|adjuntos&lt;br /&gt;
|&lt;br /&gt;
Possible values:&lt;br /&gt;
: “0” Attachments are not allowed. XML and standard graphic representation is generated by The Factory HKA&lt;br /&gt;
: “1” Supports attachments. XML and standard graphic representation is generated by The Factory HKA&lt;br /&gt;
: “10” Attachments are not allowed. Only XML is generated without standard Graphic representation by The Factory HKA&lt;br /&gt;
: “11” Supports attachments. Only XML is generated without standard graphical representation by The Factory HKA&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;@IMPORTANT:&#039;&#039;&#039; If the value “1” or “11” is sent in the &#039;&#039;&#039;attachments&#039;&#039;&#039; parameter, no email will be sent until the method is consumed &#039;&#039;&#039;CargarAdjuntos&#039;&#039;&#039; (ServicE Adjuntos Web SOAP). For documents that accept attachments, the field &#039;&#039;&#039;Destinatario.email&#039;&#039;&#039; of the client is required and the &#039;&#039;&#039;notify&#039;&#039;&#039; field must be set to “YES”.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;color: red&amp;quot;&amp;gt;WARNING: If options &#039;10&#039; or &#039;11&#039; are used in the attachments parameter, our platform will not generate standard graphic representation (PDF), therefore PDF is not hosted on it and the graphic representation cannot be viewed from the platform. web portal, in the notification email to the acquirer (view document section), nor download through the DescargaPDF method  of the SOAP Web Broadcast Service or forward the graphical representation through the EnvioCorreo method, since it is being assumed that it has been generated locally by the billing software (ERP).&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Next, the diagram of the &#039;&#039;&#039;invoice object for the billing model with prior validation&#039;&#039;&#039; is exposed, where the changes in its structure can be seen with respect to the object used in the model with &amp;lt;u&amp;gt;post validation &amp;lt;/u&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
* In &amp;lt;span style=&amp;quot;color:#FFFF; background:#36C&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Blue&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; new classes/attributes that were not present in the post validation model.&lt;br /&gt;
* In &amp;lt;span style=&amp;quot;color:#000; background:#FFFF00&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Yellow&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; existing classes/attributes in the post-validation model that underwent changes in pre-validation.&lt;br /&gt;
* In &amp;lt;span style=&amp;quot;color:#00; background:#FFA500&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Orange&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; existing classes/attributes in post-validation model that are deprecated (removed) in pre-validation.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The invoice object for the billing model with prior validation is described in greater detail below:&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&#039;&#039;&#039;Diagram Class.FacturaGeneral with Class.Anticipos, Class.Autorizado and Class.CargosDescuentos&#039;&#039;&#039;&lt;br /&gt;
[[Archivo:Diagram Class.FacturaGeneral with Class.Anticipos, Class.Autorizado and Class.CargosDescuentos.png|800px|sinmarco|centro|Diagram Class.FacturaGeneral with Class.Anticipos, Class.Autorizado y Class.CargosDescuentos]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Diagram Class.FacturaGeneral with Class.Cliente&#039;&#039;&#039;&lt;br /&gt;
[[Archivo:Diagram Class.FacturaGeneral with Class.Cliente.png|800px|sinmarco|centro|Diagram Class.FacturaGeneral with Class.Cliente]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Diagram Class.FacturaGeneral with Class.CondicionPago&#039;&#039;&#039;&lt;br /&gt;
[[Archivo:Diagram Class.FacturaGeneral with Class.CondicionPago.png|800px|sinmarco|centro|Diagram Class.FacturaGeneral with Class.CondicionPago]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Diagram Class.FacturaGeneral with Class.FacturaDetalle&#039;&#039;&#039;&lt;br /&gt;
[[Archivo:Diagram Class.FacturaGeneral with Class.FacturaDetalle.png|800px|sinmarco|centro|Diagram Class.FacturaGeneral with Class.FacturaDetalle]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Diagram Class.FacturaGeneral with Class.DocumentoReferenciado&#039;&#039;&#039;&lt;br /&gt;
[[Archivo:Diagram Class.FacturaGeneral with Class.DocumentoReferenciado.png|800px|sinmarco|centro|Diagram Class.FacturaGeneral with Class.DocumentoReferenciado]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Diagram Class.FacturaGeneral Class.EntregaMercancia&#039;&#039;&#039;&lt;br /&gt;
[[Archivo:Diagram Class.FacturaGeneral Class. EntregaMercancia.png|800px|sinmarco|centro|Diagram Class.FacturaGeneral Class.EntregaMercancia]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Diagram Class.FacturaGeneral with Class.Extras. Class.FacturaImpuestos, Class.ImpuestosTotales, Class.MediosDePago, Class.OrdenDeCompra and Array - informacionAdicional&#039;&#039;&#039;&lt;br /&gt;
[[Archivo:Diagram Class.FacturaGeneral with Class.Extras. Class.FacturaImpuestos, Class.ImpuestosTotales, Class.MediosDePago, Class.OrdenDeCompra and Array - informacionAdicional.png|800px|sinmarco|centro|Diagram Class.FacturaGeneral with Class.Extras. Class.FacturaImpuestos, Class.ImpuestosTotales, Class.MediosDePago, Class.OrdenDeCompra and Array - informacionAdicional]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Diagram Class.FacturaGeneral with Class.TasaDeCambio, Class.TasaDeCambioAlternativa and Class.TerminosEntrega&#039;&#039;&#039;&lt;br /&gt;
[[Archivo:Diagram Class.FacturaGeneral with Class.TasaDeCambio, Class.TasaDeCambioAlternativa and Class.TerminosEntrega.png|800px|sinmarco|centro|Diagram Class.FacturaGeneral with Class.TasaDeCambio, Class.TasaDeCambioAlternativa and Class.TerminosEntrega]] &lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
{{clear}}&lt;br /&gt;
====Class.FacturaGeneral==== &lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description &lt;br /&gt;
|-&lt;br /&gt;
|anticipos&lt;br /&gt;
|Array &amp;lt;Anticipos&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Information related to advances&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/cac:PrepaidPayment &lt;br /&gt;
: (see detail in [[#Class.Anticipos|Class.Anticipos]]) &lt;br /&gt;
|- &lt;br /&gt;
|autorizado&lt;br /&gt;
|Autorizado&lt;br /&gt;
| -&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Information of the person authorized to download documents&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/cac:TaxRepresentativeParty&lt;br /&gt;
: (ver see detail in [[#Class.Autorizado|Class.Autorizado]])&lt;br /&gt;
|-&lt;br /&gt;
|cantidadDecimales&lt;br /&gt;
|String &lt;br /&gt;
| &amp;lt;nowiki&amp;gt;N|1&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: The number of decimals to be used is sent (minimum 0, maximum 6)&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If more decimals are received in the amounts than those indicated in this field&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Does not apply&lt;br /&gt;
|-&lt;br /&gt;
|cargosDescuentos&lt;br /&gt;
|Array &amp;lt;CargosDescuentos&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Information related to a charge or a discount on an invoice scale that does not affect the tax base&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/cac:AllowanceCharge &lt;br /&gt;
: (see detail in [[#Class.CargosDescuentos|Class.CargosDescuentos]])&lt;br /&gt;
|-&lt;br /&gt;
|cliente&lt;br /&gt;
|Cliente&lt;br /&gt;
| -&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Acquirer Information&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;:/root/cac:AccountingCustomerParty&lt;br /&gt;
: (see detail in [[#Class.Cliente|Class.Cliente]])&lt;br /&gt;
|-&lt;br /&gt;
|condicionPago&lt;br /&gt;
|Array &amp;lt;CondicionPago&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Information related to the payment condition&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/cac:PaymentTerms&lt;br /&gt;
: (see detail in [[#Class.CondicionPago|Class.CondicionPago]])&lt;br /&gt;
|-&lt;br /&gt;
|consecutivoDocumento&lt;br /&gt;
|String&lt;br /&gt;
| AN..20&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Correlative/consecutive of the electronic document&lt;br /&gt;
: prefix concatenation (&amp;lt;nowiki&amp;gt;AN|..4&amp;lt;/nowiki&amp;gt;) + the consecutive DIAN,&lt;br /&gt;
: according to the configuration in the web portal:&lt;br /&gt;
:: Manual with prefix: prefix required (No hyphen). Example: “PREF2147483647”&lt;br /&gt;
:: Manual without prefix: prefix not required. Example: “2147483647”&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; Additional characters such as spaces or hyphens are not allowed&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; Consecutive number must be equal to or greater than the initial value of the numbering range granted by the DIAN&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; Consecutive number must be equal to or less than the final value of the numbering range granted by the DIAN&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/cbc:ID&lt;br /&gt;
|-&lt;br /&gt;
|detalleDeFactura&lt;br /&gt;
|Array &amp;lt;FacturaDetalle&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Details or product information&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/cac:InvoiceLine &lt;br /&gt;
: (see detail in [[#Class.FacturaDetalle|Class.FacturaDetalle]])&lt;br /&gt;
|-&lt;br /&gt;
|documentosReferenciados&lt;br /&gt;
|Array &amp;lt;DocumentoReferenciado&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Information describing a referenced document&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; on tipoDocumento invoices  contingency (AdditionalDocumentReference), in invoices that affect a note (BillingReference), in Credit and Debit Notes (DiscrepancyResponse and BillingReference)&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/cac:DiscrepancyResponse,&lt;br /&gt;
:: /root/cac:BillingReference,&lt;br /&gt;
:: /root/cac: AdditionalDocumentReference,&lt;br /&gt;
:: /root/cac: DespatchDocumentReference,&lt;br /&gt;
:: /root/cac: ReceiptDocumentReference&lt;br /&gt;
:(see detail in [[#Class.DocumentoReferenciado|Class.DocumentoReferenciado]])&lt;br /&gt;
|-&lt;br /&gt;
|entregaMercancia&lt;br /&gt;
|Entrega&lt;br /&gt;
| -&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Delivery information (Delivery) of goods&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/cac:Delivery&lt;br /&gt;
: (see detail in [[#Class.Entrega|Class.Entrega]])&lt;br /&gt;
|-&lt;br /&gt;
|extras&lt;br /&gt;
|Array &amp;lt;Extras&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Optional fields or information for the issuer&#039;s business model&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined&lt;br /&gt;
: (see detail in [[#Class.Extras|Class.Extras]])&lt;br /&gt;
|-&lt;br /&gt;
|fechaEmision&lt;br /&gt;
|String&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;AN|19&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Date and time of issuance of the document, in format: YYYY-MM-DD HH:MM:SS&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Notification&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the issue date is earlier than five (5) days from the calendar date&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the issue date is later than ten calendar days&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/cbc:IssueDate, root/cbc:IssueTime&lt;br /&gt;
|-&lt;br /&gt;
|fechaFinPeriodoFacturacion&lt;br /&gt;
|String&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;AN|19&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Date/Time of the end of the billing period (Interval of dates to which the bill refers, for example in public services), in format: YYYY-MM-DD HH:MM:SS&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/cac:InvoicePeriod/cbc:EndDate, /root/cac:InvoicePeriod/cbc:EndTime&lt;br /&gt;
|-&lt;br /&gt;
|fechaInicioPeriodoFacturacion&lt;br /&gt;
|String&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;AN|19&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Billing period start date/time, in format: YYYY-MM-DD HH:MM:SS  &lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: &lt;br /&gt;
: /root/cac:InvoicePeriod/cbc:StartDate, /root/cac:InvoicePeriod/cbc:StartTime&lt;br /&gt;
|-&lt;br /&gt;
|fechaPagoImpuestos&lt;br /&gt;
|String&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;AN|19&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Tax payment date, in format: YYYY-MM-DD HH:MM:SS  &lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: root/cbc:TaxPointDate&lt;br /&gt;
|-&lt;br /&gt;
|fechaVencimiento&lt;br /&gt;
|String&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;AN|10&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Due date of the invoice, in format: YYYY-MM-DD&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/cbc:DueDate &lt;br /&gt;
|-&lt;br /&gt;
|impuestosGenerales&lt;br /&gt;
|Array &amp;lt;FacturaImpuestos&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: General or global tax information&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the taxes/withholdings reported in this arrangement do not correspond to what is reported in the details&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/cac:TaxTotal (impuestos),&lt;br /&gt;
: /root/cac: WithholdingTaxTotal (retenciones),&lt;br /&gt;
: (see detail in [[#Class.FacturaImpuestos|Class.FacturaImpuestos]])&lt;br /&gt;
|-&lt;br /&gt;
|impuestosTotales&lt;br /&gt;
|Array &amp;lt;ImpuestosTotales&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Sum of general taxes/withholdings by type of impuesto/retención&lt;br /&gt;
:  &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the total value of the tax/withholding indicated is different from the sum of those reported in the impuestosGenrales arrangement&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/cac:TaxTotal/cbc:TaxAmount (impuestos), &lt;br /&gt;
: /root/cac: WithholdingTaxTotal/cbc:TaxAmount (retenciones),&lt;br /&gt;
: (see detail in [[#Class.ImpuestosTotales|Class.ImpuestosTotales]])&lt;br /&gt;
|-&lt;br /&gt;
|informacionAdicional&lt;br /&gt;
|Array &amp;lt;String&amp;gt;&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;AN|...10000&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Additional information or free text related to the document&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: root/cbc:Note&lt;br /&gt;
|-&lt;br /&gt;
|mediosDePago&lt;br /&gt;
|Array &amp;lt;MediosDePago&amp;gt; &lt;br /&gt;
| -&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Information related to the payment of the invoice&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/cac:PaymentMeans &lt;br /&gt;
: (see detail in [[#Class.MediosDePago|Class.MediosDePago]])&lt;br /&gt;
|-&lt;br /&gt;
|moneda&lt;br /&gt;
|String&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;AN|3&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Currency or currency of the document&lt;br /&gt;
: Use ISO 4217 codes (Example Colombian Pesos “COP”)&lt;br /&gt;
:  &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the value does not correspond to one of the ISO 4217 codes&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/cbc:DocumentCurrencyCode&lt;br /&gt;
|-&lt;br /&gt;
|ordenDeCompra&lt;br /&gt;
|Array &amp;lt;OrdenDeCompra&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Information related to the purchase order &lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/cac:OrderReference&lt;br /&gt;
: (see detail in [[#Class.OrdenDeCompra|Class.OrdenDeCompra]])&lt;br /&gt;
|-&lt;br /&gt;
|rangoNumeracion&lt;br /&gt;
|String&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;AN|20&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Consecutive from which the series begins for the document to be issued, the prefix (with hyphen) must always be placed regardless of the sequential mode.&lt;br /&gt;
: Example: &#039;PREF-1123456&#039;&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;:&lt;br /&gt;
: /root/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/&lt;br /&gt;
: sts:DianExtensions/sts:InvoiceControl/sts:AuthorizedInvoices/(sts:Prefix, sts:From)&lt;br /&gt;
|-&lt;br /&gt;
|redondeoAplicado&lt;br /&gt;
|String&lt;br /&gt;
| Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Rounding applied to arrive at totalMonto&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If rounding is greater than the greater value between 500 pesos or 0.1% of the total value of the invoice&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/cac:LegalMonetaryTotal/cbc:PayableRoundingAmount&lt;br /&gt;
|-&lt;br /&gt;
|sectorSalud&lt;br /&gt;
|sectorSalud&lt;br /&gt;
| -&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Information related to emissions from the Health Sector&amp;lt;u&amp;gt;&#039;&#039;&#039;Required&amp;lt;/u&amp;gt;: When typeSector = &#039;2&#039;&#039;&#039;&#039; is informed&lt;br /&gt;
: (see detail in [[#Class.sectorSalud|Class.sectorSalud]])  &lt;br /&gt;
|-&lt;br /&gt;
|tasaDeCambio&lt;br /&gt;
|TasaDeCambio&lt;br /&gt;
| -&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Information related to the exchange rate of foreign currency to Colombian peso (COP)&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; If documenttype is export/international or if the base currency is different from “COP”&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/cac:PaymentExchangeRate&lt;br /&gt;
: (see detail in [[#Class.TasaDeCambio|Class.TasaDeCambio]])&lt;br /&gt;
|-&lt;br /&gt;
|tasaDeCambioAlternativa&lt;br /&gt;
|TasaDeCambioAlternativa&lt;br /&gt;
| -&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Information used as an alternative method to report conversions to other currencies&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/cac:PaymentAlternativeExchangeRate&lt;br /&gt;
: (see detail in [[#Class.TasaDeCambioAlternativa|Class.TasaDeCambioAlternativa]])&lt;br /&gt;
|-&lt;br /&gt;
|terminosEntrega&lt;br /&gt;
|TerminosEntrega&lt;br /&gt;
| -&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Information related to the delivery&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; If documenttype is export/international&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/cac:DeliveryTerms &lt;br /&gt;
: (see detail in [[#Class.TerminosEntrega|Class.TerminosEntrega]])&lt;br /&gt;
|-&lt;br /&gt;
|tipoDocumento&lt;br /&gt;
|String&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;AN|2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Document type&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Invoice, CreditNote, DebitNote&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the content of this attribute does not correspond to one of the values ​​of the  [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 1|Tabla 1]]&lt;br /&gt;
|-&lt;br /&gt;
|tipoSector&lt;br /&gt;
|String&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;N||&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: To issue documents from the Health Sector, indicate code &#039;2&#039; in this field&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Invoice, CreditNote, DebitNote&lt;br /&gt;
|-&lt;br /&gt;
|tipoOperacion&lt;br /&gt;
|String&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;AN|..4&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Operation type indicator &lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the content of this attribute does not correspond to one of the values ​​of the  [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 2|Tabla 2]]&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/cbc:CustomizationID&lt;br /&gt;
|-&lt;br /&gt;
|totalAnticipos&lt;br /&gt;
|String&lt;br /&gt;
| Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Sum of all advance payments &lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; Si totalAnticipos does not correspond to the sum of the Anticipos.montoPagado attributes in the advances array&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/LegalMonetaryTotal/cbc:PrepaidAmount &lt;br /&gt;
|-&lt;br /&gt;
|totalBaseImponible&lt;br /&gt;
|String&lt;br /&gt;
| Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Total Taxable Base Value: Sum of Taxable Bases for the calculation of taxes at the invoice level&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If totalBaseImponible is not equal to the sum of occurrences FacturaImpuestos.baseImponibleTOTALImp&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;:  /root/LegalMonetaryTotal/cbc:TaxExclusiveAmount  &lt;br /&gt;
|-&lt;br /&gt;
|totalBrutoConImpuesto&lt;br /&gt;
|String&lt;br /&gt;
| Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Total gross value with taxes&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If totalGrossWithTax is not equal to the sum: totalSinImpuestos + sum(ImpuestosTotales.montoTotal)&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;:  /root/LegalMonetaryTotal/cbc:TaxInclusiveAmount &lt;br /&gt;
|-&lt;br /&gt;
|totalCargosAplicados&lt;br /&gt;
|String&lt;br /&gt;
| Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Total Charge: Sum of all charges applied at the invoice level&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If totalCargosAplicados does not correspond to the sum of occurrences CargosDescuentos.monto when CargosDescuentos.indicador is “true”&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/LegalMonetaryTotal/cbc:ChargeTotalAmount &lt;br /&gt;
|-&lt;br /&gt;
|totalDescuentos&lt;br /&gt;
|String&lt;br /&gt;
| Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Total Discount: Sum of all the discounts applied at the invoice level&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If totalDescuentos does not correspond to the sum of occurrences CargosDescuentos.monto when CargosDescuentos.indicador is “false”&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/LegalMonetaryTotal/cbc:AllowanceTotalAmount &lt;br /&gt;
|-&lt;br /&gt;
|totalMonto&lt;br /&gt;
|String&lt;br /&gt;
| Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Value to pay of the document: Total value of items (including charges and discounts at item level) + value of taxes + value of charges – value of discounts – value of advances&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If totalMonto  is not consistent with the total value of items + value of taxes + value of charges – value of discounts – value of advances + rounding appliedno es consistente con el valor total de ítems + valor de tributos + valor de cargos – valor de descuentos – valor anticipos + redondeo aplicado&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/LegalMonetaryTotal/cbc:PayableAmount &lt;br /&gt;
|-&lt;br /&gt;
|totalProductos&lt;br /&gt;
|String&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;AN|..5&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Number or quantity of product lines (rows) present in the document&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the value of  totalProductos is different from the number of occurrences of rans in the detalleDeFactura array&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/cbc:LineCountNumeric&lt;br /&gt;
|-&lt;br /&gt;
|totalSinImpuestos&lt;br /&gt;
|String&lt;br /&gt;
| Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Total Gross Value before taxes: Sum of the gross values ​​of the invoice lines&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If totalSinImpuestos does not correspond to the sum of the attributes precioTotalSinImpuestos in the detalleDeFactura array&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/LegalMonetaryTotal/cbc:LineExtensionAmount &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Class.Anticipos====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description &lt;br /&gt;
|-&lt;br /&gt;
|extras&lt;br /&gt;
|Array &amp;lt;Extensible&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Optional fields or information for the issuer&#039;s business model&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined&lt;br /&gt;
: (see detail in [[#Class.Extensible|Class.Extensible]])&lt;br /&gt;
|- &lt;br /&gt;
|fechaDeRecibido&lt;br /&gt;
|String&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;AN|10&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Date on which the payment was received, in format: YYYY-MM-DD&lt;br /&gt;
: PATH: …/cbc:ReceivedDate&lt;br /&gt;
|-&lt;br /&gt;
|fechadePago&lt;br /&gt;
|String	&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;AN|10&amp;lt;/nowiki&amp;gt;	&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Date on which the payment was made, in format: YYYY-MM-DD&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: …/cbc:PaidDate&lt;br /&gt;
|-&lt;br /&gt;
|horaDePago	&lt;br /&gt;
|String	&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;AN|8&amp;lt;/nowiki&amp;gt;	&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Time in which the payment was made, in format:HH:MM:SS  &lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: …/cbc:PaidTime&lt;br /&gt;
|-&lt;br /&gt;
|id	&lt;br /&gt;
|String	&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;A|..150&amp;lt;/nowiki&amp;gt;	&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Internal identification of the payment&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: …/cbc:ID&lt;br /&gt;
|-&lt;br /&gt;
|instrucciones	&lt;br /&gt;
|String	&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;AN|15..500&amp;lt;/nowiki&amp;gt;	&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Payment Instructions&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: …/cbc:InstructionID&lt;br /&gt;
|-&lt;br /&gt;
|montoPagado	&lt;br /&gt;
|String	&lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..15 &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6 &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Value of the advance payment, it cannot be higher than the total value of the invoice&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Notification&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If montoPagado &amp;gt; totalMonto&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: …/cbc:PaidAmount&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Class.Autorizado====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Formato&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Descripción &lt;br /&gt;
|-&lt;br /&gt;
|direccion	&lt;br /&gt;
|Direccion	&lt;br /&gt;
| -	&lt;br /&gt;
|NOT 	&lt;br /&gt;
|&lt;br /&gt;
: Direction&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PhysicalLocation/cac:Address&lt;br /&gt;
|-&lt;br /&gt;
|email	&lt;br /&gt;
|String	&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;	&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Correo Electrónico&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Contact/cbc:ElectronicMail&lt;br /&gt;
|-&lt;br /&gt;
|extras	&lt;br /&gt;
|Array &amp;lt;Extensible&amp;gt; 	&lt;br /&gt;
| -	&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Optional fields or information for the issuer&#039;s business model&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Undefined&lt;br /&gt;
: (see detail in [[#Class.Extensible|Class.Extensible]])&lt;br /&gt;
|-&lt;br /&gt;
|nombreComercial	&lt;br /&gt;
|String	&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;	&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Tradename&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PartyName/cbc:Name&lt;br /&gt;
|-&lt;br /&gt;
|nombreContacto	&lt;br /&gt;
|String	&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;	&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Contact name&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Contact/cbc:Name&lt;br /&gt;
|-&lt;br /&gt;
|nota	&lt;br /&gt;
|String	&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;	&lt;br /&gt;
|NOT	&lt;br /&gt;
|&lt;br /&gt;
: Note&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Contact/cbc:Note&lt;br /&gt;
|-&lt;br /&gt;
|numeroDocumento	&lt;br /&gt;
|String	&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..12&amp;lt;/nowiki&amp;gt;	&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Identification number&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PartyIdentification/cbc:ID&lt;br /&gt;
|-&lt;br /&gt;
|numeroDocumentoDV	&lt;br /&gt;
|String	&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..2	&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C	&lt;br /&gt;
|&lt;br /&gt;
: Check digit&lt;br /&gt;
: &#039;&#039;&#039;Obligatorio&#039;&#039;&#039; Si tipoIdentificacion es “31”&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PartyIdentification/cbc:ID@schemeID&lt;br /&gt;
|-&lt;br /&gt;
|razonSocial	&lt;br /&gt;
|String	&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;	&lt;br /&gt;
|NOT	&lt;br /&gt;
|&lt;br /&gt;
: Business name&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PartyLegalEntity/cbc:RegistrationName&lt;br /&gt;
|-&lt;br /&gt;
|telefax	&lt;br /&gt;
|String	&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;	&lt;br /&gt;
|NOT	&lt;br /&gt;
|&lt;br /&gt;
: Facsimile&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Contact/cbc:Telefax&lt;br /&gt;
|-&lt;br /&gt;
|telefono	&lt;br /&gt;
|String	&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;	&lt;br /&gt;
|NOT	&lt;br /&gt;
|&lt;br /&gt;
: Telephone&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Contact/cbc:Telephone&lt;br /&gt;
|-&lt;br /&gt;
|tipoIdentificacion	&lt;br /&gt;
|String	&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..2	&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES	&lt;br /&gt;
|&lt;br /&gt;
: ID Type&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /cac:PartyIdentification/cbc:ID@schemeName&lt;br /&gt;
: See list of possible values ​​in the  [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 3|Tabla 3]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Class.CargosDescuentos====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Formato&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Descripción &lt;br /&gt;
|-&lt;br /&gt;
|codigo&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Code to categorize the discount&lt;br /&gt;
: &#039;&#039;&#039;Mandatory&#039;&#039;&#039;: If it is a discount at invoice level (general)&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If it is a discount and some of the values ​​are not reported in the   [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 4|Tabla 4]] &lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: …/cbc:AllowanceChargeReasonCode&lt;br /&gt;
|-&lt;br /&gt;
|descripcion&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|10..5000&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Free text to inform the reason for the discount&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: …/cbc:AllowanceChargeReason&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Notification&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; : If a charge or discount is reported and this item is not reported&lt;br /&gt;
|-&lt;br /&gt;
|extras&lt;br /&gt;
|Array  &amp;lt;Extensible&amp;gt; &lt;br /&gt;
| -&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Optional fields or information for the issuer&#039;s business model&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Undefined &lt;br /&gt;
: (see detail in [[#Class.Extensible|Class.Extensible]])&lt;br /&gt;
|-&lt;br /&gt;
|indicador&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|1&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Indicator of whether it is Charge &amp;quot;1&amp;quot; or Discount &amp;quot;0&amp;quot;&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; : If this item contains information other than “1” or “0”&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: …/cbc:ChargeIndicator&lt;br /&gt;
|-&lt;br /&gt;
|monto&lt;br /&gt;
|String&lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Total value of the charge or discount, if it is a discount, it cannot be higher than the base value&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; : If it is Discount and monto &amp;gt; montoBase&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: …/cbc:Amount&lt;br /&gt;
|-&lt;br /&gt;
|montoBase&lt;br /&gt;
|String&lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Base Value to calculate the discount or charge, &lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt;: If the montoBase is negative, if it is a discount it cannot be greater than the total value of the invoice&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt;: If montoBase &amp;gt; totalMonto&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: …/cbc:BaseAmount&lt;br /&gt;
|-&lt;br /&gt;
|porcentaje&lt;br /&gt;
|String&lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..6&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES &lt;br /&gt;
|&lt;br /&gt;
: Discount percentage&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If this element &amp;gt; 100&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: …/cbc:MultiplierFactorNumeric&lt;br /&gt;
|-&lt;br /&gt;
|secuencia&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|..3&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Sequence order indicator&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: …/cbc:ID&lt;br /&gt;
|}&lt;br /&gt;
====Class.Cliente====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type &lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Formato&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Descripción &lt;br /&gt;
|-&lt;br /&gt;
|actividadEconomicaCIIU&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|…4&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Corresponds to the economic activity code CIIU&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: .. /cac:Party/cbc:IndustryClassificationCode&lt;br /&gt;
|-&lt;br /&gt;
|apellido&lt;br /&gt;
|String &lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|…50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NOT &lt;br /&gt;
|&lt;br /&gt;
: Last name of the acquirer.&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: No definido&lt;br /&gt;
|-&lt;br /&gt;
|destinatario&lt;br /&gt;
|Array &amp;lt;Destinatario&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: It allows specifying the means and data of the electronic delivery of the document&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039;: If notify field = &#039;YES&#039;&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined&lt;br /&gt;
: (see detail in [[#Class.Destinatario|Class.Destinatario]])&lt;br /&gt;
|-&lt;br /&gt;
|detallesTributarios&lt;br /&gt;
|Array &amp;lt;Tributos&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
:Tax details of the acquirer &lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the class is not informed&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /cac:Party/cac:PartyTaxScheme/cac:TaxScheme &lt;br /&gt;
: (see detail in [[#Class.Tributos|Class.Tributos]])&lt;br /&gt;
|-&lt;br /&gt;
|direccionCliente&lt;br /&gt;
|Direccion&lt;br /&gt;
| -&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Information detailing the receiving address of the acquirer&lt;br /&gt;
: &#039;&#039;&#039;Recommended&#039;&#039;&#039;: This ransf address is the one that is painted in the standard graphical representation&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Party/cac:PhysicalLocation/cac:Address&lt;br /&gt;
: (see detail in [[#Class.Direccion|Class.Direccion]])&lt;br /&gt;
|-&lt;br /&gt;
|direccionFiscal&lt;br /&gt;
|Direccion&lt;br /&gt;
| -&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
:Tax address of the acquirer.&lt;br /&gt;
: &#039;&#039;&#039;Mandatory&#039;&#039;&#039;: If the purchaser is responsible&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Notification&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the acquirer is responsible and this class was not informed&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: .. /cac:Party/cac:PartyTaxScheme/cac:RegistrationAddress&lt;br /&gt;
: (see detail in [[#Class.Direccion|Class.Direccion]]) &lt;br /&gt;
|-&lt;br /&gt;
|email&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: E-mail of the acquirer that will go to the fiscal XML/UBL&lt;br /&gt;
: (only one email is sent in this field)&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Does not apply node&lt;br /&gt;
|-&lt;br /&gt;
|extras&lt;br /&gt;
|Array  &amp;lt;Extensible&amp;gt; &lt;br /&gt;
| -&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Optional fields or information for the issuer&#039;s business model&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined&lt;br /&gt;
: (see detail in [[#Class.Extensible|Class.Extensible]])&lt;br /&gt;
|-&lt;br /&gt;
|informacionLegalCliente&lt;br /&gt;
|InformacionLegalCliente&lt;br /&gt;
| -&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Legal information of the client&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Notification&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; : If tipoPersona = &#039;1&#039; is reported and the attribute is not reported&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Party/cac:PartyLegalEntity&lt;br /&gt;
: (see detail in [[#Class.InformacionLegalCliente|Class.InformacionLegalCliente]])&lt;br /&gt;
|-&lt;br /&gt;
|nombreComercial&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|5..450&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Commercial name of the acquirer&lt;br /&gt;
: &#039;&#039;&#039;Obligatory&#039;&#039;&#039; If the commercial name will be shown in the Graphic Rep.&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /cac:Party/cac:PartyName&lt;br /&gt;
|-&lt;br /&gt;
|nombreContacto&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|5..450&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Contact name&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Party/cac:Contact/cbc:Name&lt;br /&gt;
|-&lt;br /&gt;
|nombreRazonSocial&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|5..450&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Name or company name of the acquirer&lt;br /&gt;
: &#039;&#039;&#039;Recommended&#039;&#039;&#039;: If the person is natural, concatenate in this field the full name (names + surnames)&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: …/cac:Party/cac:PartyTaxScheme/cbc:RegistrationName  &lt;br /&gt;
|-&lt;br /&gt;
|nota&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..450&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NOT &lt;br /&gt;
|&lt;br /&gt;
: Additional contact note &lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Party/cac:Contact/cbc:Note &lt;br /&gt;
|-&lt;br /&gt;
|notificar&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|2&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Activates the sending of email to the acquirer.&lt;br /&gt;
: Possible values: “YES” or “NO”&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Does not apply&lt;br /&gt;
|-&lt;br /&gt;
|numeroDocumento&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..12&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Number of the Document or Fiscal Identification of the purchaser&lt;br /&gt;
: &#039;&#039;&#039;Mandatory&#039;&#039;&#039; If the acquirer is responsible, he must inform the NIT&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If tipoIdentificacion is &#039;31&#039; and the NIT structure is invalid&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; : It is generated if the value of AdditionalAccountID = “2” and it is not mentioned.&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Note&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; : To identify the final consumer, the following document “222222222222” is used&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: …/cac:Party/cac:PartyTaxScheme/cbc:CompanyID &lt;br /&gt;
|-&lt;br /&gt;
|numeroIdentificacionDV&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: NIT verification digit of the acquirer&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039;: If TipoIndentificacion = 31, it must be informed&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: &lt;br /&gt;
: ../cac:Party/cac:PartyTaxScheme/cbc:CompanyID/@schemeID&lt;br /&gt;
|-&lt;br /&gt;
|responsabilidadesRut&lt;br /&gt;
|Array &amp;lt;Obligaciones&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Obligations and regime of the acquirer&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the class is not informed&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Party/cac:PartyTaxScheme/cbc:TaxLevelCode&lt;br /&gt;
: (see detail in [[#Class.Obligaciones|Class.Obligaciones]])&lt;br /&gt;
|-&lt;br /&gt;
|segundoNombre&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Second name of the acquirer.&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined&lt;br /&gt;
|-&lt;br /&gt;
|telefax&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|..20&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NOT &lt;br /&gt;
|&lt;br /&gt;
: Facsimile&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Party/cac:Contact/cbc:Telefax&lt;br /&gt;
|-&lt;br /&gt;
|telefono&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..20&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NOT &lt;br /&gt;
|&lt;br /&gt;
: Purchaser&#039;s phone&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: …/cac:Party/cac:Contact/cbc:Telephone&lt;br /&gt;
|-&lt;br /&gt;
|tipoIdentificacion&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Acquirer ID Type &lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;ReRejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the content of this attribute does not correspond to one of the values ​​of the   [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 3|Tabla 3]]&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Note&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt;: To identify the final consumer, the code “13” is used.&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ./cac:Party/cac:PartyTaxScheme/cbc:CompanyID/@schemeName &lt;br /&gt;
|-&lt;br /&gt;
|tipoPersona&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|1&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Person type identifier &lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the content of this attribute does not correspond to one of the values ​​of the  [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 5|Tabla 5]]&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: …/cbc:AdditionalAccountID &lt;br /&gt;
|}&lt;br /&gt;
====Class.CondicionPago====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Atributte&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Formato&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Descripción &lt;br /&gt;
|-&lt;br /&gt;
|codigoEvento&lt;br /&gt;
|String&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;AN|..3&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Event Code&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:ReferenceEventCode&lt;br /&gt;
|-&lt;br /&gt;
|comentario&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Note &lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:Note&lt;br /&gt;
|-&lt;br /&gt;
|duracionPeriodo&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Period Length&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:SettlementPeriod/cbc:DurationMeasure&lt;br /&gt;
|-&lt;br /&gt;
|duracionPeriodoMedida&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..10&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Period length unit of measure&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:SettlementPeriod/cbc:DurationMeasure@unitCode&lt;br /&gt;
|-&lt;br /&gt;
|extras&lt;br /&gt;
|Array &amp;lt;Extensible&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Optional fields or information for the issuer&#039;s business model&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: No definido &lt;br /&gt;
|- &lt;br /&gt;
|fechaVencimiento&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..10&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Due date&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:PaymentDueDate&lt;br /&gt;
|-&lt;br /&gt;
|identificador&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..2&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Payment conditions&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:ID&lt;br /&gt;
|-&lt;br /&gt;
|medioPagoAsociado&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Associated payment method&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:PaymentMeansID&lt;br /&gt;
|-&lt;br /&gt;
|monto&lt;br /&gt;
|String&lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Amount&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:Amount&lt;br /&gt;
|-&lt;br /&gt;
|montoMulta&lt;br /&gt;
|String&lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Amount of the fine&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:PenaltySurchargePercent&lt;br /&gt;
|-&lt;br /&gt;
|montoPenalidad&lt;br /&gt;
|String&lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Penalty Amount&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:PenaltyAmount&lt;br /&gt;
|-&lt;br /&gt;
|periodoDesde&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..10&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: period from&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:StartDate&lt;br /&gt;
|-&lt;br /&gt;
|periodoHasta&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..10&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: period until&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:EndDate&lt;br /&gt;
|-&lt;br /&gt;
|porcentajeDescuento&lt;br /&gt;
|String&lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..6&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Discount rate&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:SettlementDiscountPercent&lt;br /&gt;
|-&lt;br /&gt;
|porcentajePago&lt;br /&gt;
|String&lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..6&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Payment Percentage&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: . /cbc:PaymentPercent&lt;br /&gt;
|-&lt;br /&gt;
|referenciaAnticipo&lt;br /&gt;
|String &lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..20&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO &lt;br /&gt;
|&lt;br /&gt;
: Advance reference number&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PrepaidPaymentReferenceID &lt;br /&gt;
|}&lt;br /&gt;
====Class.FacturaDetalle====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Atributte&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Descripción &lt;br /&gt;
|-&lt;br /&gt;
|cantidadPorEmpaque	&lt;br /&gt;
|String	&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;N|..3	&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
| NO&lt;br /&gt;
|&lt;br /&gt;
: Unit quantity of this item per package.&lt;br /&gt;
: For example, if the item consists of three “six packs”, the quantity to be reported in QuantityPerPackage is 6, while the quantity to be reported in QuantityActual is 3, and the total number of cans being described is 18&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ..cac:Item/cbc:PackSizeNumeric&lt;br /&gt;
|-&lt;br /&gt;
|cantidadReal&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|..6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Real amount on which the price applies&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: .. /cac:Price/cbc:BaseQuantity&lt;br /&gt;
|-&lt;br /&gt;
|cantidadRealUnidadMedida&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Unit of the quantity on which the price applies&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Notification&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the attribute value is not found in the  [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 6|Tabla 6]] &lt;br /&gt;
: (You can use the standard code &amp;quot;WSD&amp;quot;, unit &amp;quot;94&amp;quot; or Mutual Agreement &amp;quot;ZZ&amp;quot; to NOT reclassify the products)&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: .. /cac:Price/cbc:BaseQuantity/@unitCode &lt;br /&gt;
|-&lt;br /&gt;
|cantidadUnidades&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|..6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
| &lt;br /&gt;
: Number of units of the product/service billed&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: .. /cbc:InvoicedQuantity &lt;br /&gt;
|-&lt;br /&gt;
|cargosDescuentos&lt;br /&gt;
|Array &amp;lt;CargosDescuentos&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Information on charges and discounts&lt;br /&gt;
: &#039;&#039;&#039;Mandatory&#039;&#039;&#039; This arrangement must be reported at the item level, if and only if the charge or discount affects the item&#039;s tax base.&lt;br /&gt;
: If a general individual charge to the invoice generates VAT, it must be reported as an item&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:AllowanceCharge &lt;br /&gt;
: (see detail in [[#Class.CargosDescuentos|Class.CargosDescuentos]])&lt;br /&gt;
|-&lt;br /&gt;
|codigoFabricante&lt;br /&gt;
|String&lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Manufacturer code corresponding to the item&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: .. /cac:Item/cac:&lt;br /&gt;
: ManufacturersItemIdentification/cbc:ID&lt;br /&gt;
|-&lt;br /&gt;
|codigoIdentificadorPais&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;A|2&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Identifier code of the country of origin of the item or service&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the content of this element does not correspond to a value of the ISO 3166-1 alpha-2 standard&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: .. /cac:Item/cac:OriginCountry/cbc:IdentificationCode &lt;br /&gt;
|-&lt;br /&gt;
|codigoProducto&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Vendor code corresponding to the item&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: .. /cac:Item/cac:SellersItemIdentification/cbc:ID &lt;br /&gt;
|-&lt;br /&gt;
|codigoTipoPrecio&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..3&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Reported price type code&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; For commercial samples (value = 01)&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the attribute value is not found in the [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 7|Tabla 7]]&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PricingReference/cac:AlternativeConditionPrice/cbc:PriceTypeCode &lt;br /&gt;
|-&lt;br /&gt;
|descripcion&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..300&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
| &lt;br /&gt;
: Description of the product or service&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../Item/cbc:Description[1]&lt;br /&gt;
|-&lt;br /&gt;
|descripcion2&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..300&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
| &lt;br /&gt;
: Description of the product or service&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../Item/cbc:Description[2]&lt;br /&gt;
|-&lt;br /&gt;
|descripcion3&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..300&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
| &lt;br /&gt;
: Description of the product or service&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../Item/cbc:Description[3] &lt;br /&gt;
|-&lt;br /&gt;
|descripcionTecnica&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..300&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Technical data associated with the product or service&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: .. /cac:Item/cbc:AdditionalInformation&lt;br /&gt;
|-&lt;br /&gt;
|documentosReferenciados&lt;br /&gt;
|Array &amp;lt;DocumentoReferenciado&amp;gt; &lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Information describing a referenced document&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; In invoices tipoDocumento Contingency  (AdditionalDocumentReference), in invoices that affect a note (BillingReference), in Credit and Debit Notes (DiscrepancyResponse)&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/cac:DiscrepancyResponse,&lt;br /&gt;
: /root/cac:BillingReference,&lt;br /&gt;
: /root/cac: AdditionalDocumentReference,&lt;br /&gt;
: /root/cac: DespatchDocumentReference,&lt;br /&gt;
: /root/cac: ReceiptDocumentReference&lt;br /&gt;
: (see detail in [[#Class.DocumentoReferenciado|Class.DocumentoReferenciado]]) &lt;br /&gt;
|-&lt;br /&gt;
|estandarCodigo&lt;br /&gt;
|String&lt;br /&gt;
|AN &lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Standard code (item or service identification according to a standard)&lt;br /&gt;
: See attribute values ​​in the  [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 8|Tabla 8]]&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Notification&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If it is an export invoice (tipoDocumento = 02), and the tariff subheading was not reported&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Notification&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the code does not exist in a closed standard.&lt;br /&gt;
: Example: UNSPSC&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Notification&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the code does not follow the rule of formation of an open code, but with verifiable values&lt;br /&gt;
: Example: GTIN, Example: Tariff headings&lt;br /&gt;
: &#039;&#039;&#039;Note&#039;&#039;&#039;: In this case the code 999 (Taxpayer adoption standard) can be used to avoid reclassifying the products&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /cac:Item/cac:StandardItemIdentification/cbc:ID/@schemeID&lt;br /&gt;
|-&lt;br /&gt;
|estandarCodigoID&lt;br /&gt;
|String&lt;br /&gt;
|AN&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Associated with the standard code (item or service identification according to a standard).&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If standardCodigo = 010 and estandarCodigoID is different from 9&lt;br /&gt;
: See attribute values ​​in the  [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 8|Tabla 8]]&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Item/cac:StandardItemIdentification/cbc:ID/@schemeAgencyID&lt;br /&gt;
|-&lt;br /&gt;
|estandarCodigoIdentificador&lt;br /&gt;
|String&lt;br /&gt;
|AN&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Associated with the standard code (item or service identification according to a standard).&lt;br /&gt;
: See attribute values ​​in the   [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 8|Tabla 8]]&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Item/cac:StandardItemIdentification/cbc:ID@schemeDataURI&lt;br /&gt;
|-&lt;br /&gt;
|estandarCodigoNombre&lt;br /&gt;
|String&lt;br /&gt;
|AN &lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Associated with the standard code (item or service identification according to a standard).&lt;br /&gt;
: See attribute values ​​in the  [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 8|Tabla 8]]&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Item/cac:StandardItemIdentification/cbc:ID@schemeAgencyName&lt;br /&gt;
|-&lt;br /&gt;
|estandarCodigoProducto&lt;br /&gt;
|String&lt;br /&gt;
|AN&lt;br /&gt;
|NO&lt;br /&gt;
| &lt;br /&gt;
: Product code according to the standard informed in estandarCodigo&lt;br /&gt;
: View attribute values ​​in the   [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 8|Tabla 8]]&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Item/cac:StandardItemIdentification/cbc:ID&lt;br /&gt;
|-&lt;br /&gt;
|estandarOrganizacion&lt;br /&gt;
|String&lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: organization standard&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Item/cac:StandardItemIdentification/cac:IssuerParty/cac:PartyName/cbc:Name&lt;br /&gt;
|-&lt;br /&gt;
|estandarSubCodigoProducto&lt;br /&gt;
|String&lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Sub code of the product standard&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Item/cac:StandardItemIdentification/cbc:ExtendedID&lt;br /&gt;
|-&lt;br /&gt;
|extras&lt;br /&gt;
|Array  &amp;lt;Extensible&amp;gt; &lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Optional fields or information for the issuer&#039;s business model&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: No definido &lt;br /&gt;
: (see detail in [[#Class.Extensible|Class.Extensible]])&lt;br /&gt;
|-&lt;br /&gt;
|impuestosDetalles&lt;br /&gt;
|Array &amp;lt;FacturaImpuestos &amp;gt; &lt;br /&gt;
| -&lt;br /&gt;
|YES &lt;br /&gt;
|&lt;br /&gt;
: tax information&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If there is more than one element with the same value in the attribute FacturaImpuestos.codigoTOTALImp&lt;br /&gt;
: This group should NOT be reported for excluded items according to the provisions of the Tax Statute.&lt;br /&gt;
: Additionally, it should NOT be informed for invoices of the simple group I regime, nor for items whose concept in AIU contracts is not part of the tax base.&lt;br /&gt;
: At the item level, it only applies to taxes that must be reported at the item level, for example: VAT, INC, IC, National Tax on Fuels, among others.&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:TaxTotal (impuestos),&lt;br /&gt;
: ../cac: WithholdingTaxTotal (retenciones)&lt;br /&gt;
: (see detail in [[#Class.FacturaImpuestos|Class.FacturaImpuestos]])&lt;br /&gt;
|-&lt;br /&gt;
|impuestosTotales&lt;br /&gt;
|Array &amp;lt;ImpuestosTotales&amp;gt;  &lt;br /&gt;
| -&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Sum of taxes for all types&lt;br /&gt;
: This group should NOT be reported for excluded items according to the provisions of the Tax Statute. &lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the value of the total value of the indicated tax is different from the sum of what is reported in FacturaImpuestos. valorTOTALImp.&lt;br /&gt;
: At the item level, it only applies to taxes that must be reported at the item level, for example, VAT, INC, IC, National Tax on Fuels, among others.&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:TaxTotal/cbc:TaxAmount (impuestos), &lt;br /&gt;
: ../cac: WithholdingTaxTotal/cbc:TaxAmount (retenciones) &lt;br /&gt;
: (see detail in [[#Class.ImpuestosTotales|Class.ImpuestosTotales]])&lt;br /&gt;
|-&lt;br /&gt;
|informacionAdicional&lt;br /&gt;
|Array &amp;lt;LineaInformacionAdicional&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: It serves to add specific product information that may be requested by authorities or entities other than the DIAN&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Item/cac:AdditionalItemProperty&lt;br /&gt;
: (see detail in [[#Class.LineaInformacionAdicional|Class.LineaInformacionAdicional]])&lt;br /&gt;
|-&lt;br /&gt;
|mandatorioNumeroIdentificacion&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|..12&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: NIT of the agent&lt;br /&gt;
: &#039;&#039;&#039;Obligatorio&#039;&#039;&#039; para facturas por mandato&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Item/cac:InformationContentProviderParty/cac:PowerOfAttorney/cac:AgentParty/cbc:ID&lt;br /&gt;
|-&lt;br /&gt;
|mandatorioNumeroIdentificacionDV&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|..2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Verifier Digit of the agent&#039;s NIT&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; for mandated invoices&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Item/cac:InformationContentProviderParty/cac:PowerOfAttorney/cac:AgentParty/cbc:ID/ @schemeID&lt;br /&gt;
|-&lt;br /&gt;
|mandatorioTipoIdentificacion&lt;br /&gt;
|String &lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C &lt;br /&gt;
|&lt;br /&gt;
: Agent identification type&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; For mandated invoices&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Notification&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If mandatorioNumeroIdentificacion is informed and the value of this field is not found in the  [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 3|Tabla 3]]&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Item/cac:InformationContentProviderParty/cac:PowerOfAttorney/cac:AgentParty/cbc:ID/@schemeName&lt;br /&gt;
|-&lt;br /&gt;
|marca&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..100&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Item brand.&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; If it is an international invoice&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Notification&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If tipoDocumento = “02” and this item was not reported&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../Item/cbc:BrandName &lt;br /&gt;
|-&lt;br /&gt;
|modelo&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..100&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C &lt;br /&gt;
|&lt;br /&gt;
: Item model.&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; If it is an international invoice&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Notification&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If tipoDocumento = “02” and this item was not reported&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../Item/cbc:ModelName &lt;br /&gt;
|-&lt;br /&gt;
|muestraGratis&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|1&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C &lt;br /&gt;
|&lt;br /&gt;
: Indicator of whether the item is free or not (no commercial value)&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; For commercial samples&lt;br /&gt;
: Possible values: “1” (It is a free sample) or “0” (It is not a free sample)&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:FreeOfChargeIndicator &lt;br /&gt;
|-&lt;br /&gt;
|nombreFabricante&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..100&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Name of the manufacturer of the product/service&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Item/cac:ManufacturersItemIdentification/cac:IssuerParty/cac:PartyName/cbc:Name&lt;br /&gt;
|-&lt;br /&gt;
|nota&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|20..5000&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C &lt;br /&gt;
|&lt;br /&gt;
: Free text to add additional information to the article&lt;br /&gt;
: &#039;&#039;&#039;Mandatory&#039;&#039;&#039; Inform in the case of invoices for AIU-type service contracts. For the Administration item. In this case, the note must begin with the text: &amp;quot;AIU services contract for:&amp;quot; The taxpayer must include the object of the invoiced contract&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:Note &lt;br /&gt;
|-&lt;br /&gt;
|precioReferencia&lt;br /&gt;
|String&lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Value of the item or service.&lt;br /&gt;
: Corresponds to the value of the reference price of the item that is given as a sample or gift without commercial value&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; For commercial samples&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the precioReferencua attribute is reported, then the value of TotalPriceWithoutTaxes must be (0.00), since it is a commercial sample or gift&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PricingReference/cac:AlternativeConditionPrice/cbc:PriceAmount&lt;br /&gt;
|-&lt;br /&gt;
|precioTotal&lt;br /&gt;
|String&lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Total price of the product or service.&lt;br /&gt;
: (quantityUnits*UnitSalePrice +charges-discounts +taxes)&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; For use in graphical representations&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Undefined&lt;br /&gt;
|-&lt;br /&gt;
|precioTotalSinImpuestos&lt;br /&gt;
|String&lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Total value of the line without taxes.&lt;br /&gt;
: (QuantityUnits*UnitSalePrice +charges-discounts)&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the TotalPriceWithoutTaxes attribute is reported as 0.00, then the ReferencePrice value must be reported since it is a commercial sample or gift&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:LineExtensionAmount &lt;br /&gt;
|-&lt;br /&gt;
|precioVentaUnitario&lt;br /&gt;
|String&lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Unit price of the product/service&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../Price/cbc:PriceAmount   &lt;br /&gt;
|-&lt;br /&gt;
|secuencia&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..4&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Sequence order indicator (line number)&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Notification&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If it contains a value already used in the sequence attribute in another group of this file&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Notification&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the numbers used in the different groups are not consecutive, starting at &amp;quot;1&amp;quot;&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:ID&lt;br /&gt;
|-&lt;br /&gt;
|seriales&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..500&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Product serials (comma separator), Ex: ABC123,ABC456&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Item/cac:ItemInstance/cbc:SerialID&lt;br /&gt;
|-&lt;br /&gt;
|subCodigoFabricante&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Manufacturer code corresponding to a sub-specification of the article&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Item/cac:ManufacturersItemIdentification/cbc:ExtendedID &lt;br /&gt;
|-&lt;br /&gt;
|subCodigoProducto&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Issuer/seller code corresponding to a sub-specification of the item&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../Item/cac:SellersItemIdentification/cbc:ExtendedID &lt;br /&gt;
|-&lt;br /&gt;
|tipoAIU&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: To classify the type of AIU&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: No aplica&lt;br /&gt;
|-&lt;br /&gt;
|unidadMedida&lt;br /&gt;
|String &lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..3&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Unit of measure code of the invoiced product/service&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Notification&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the attribute value is not found in the   [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 6|Tabla 6]] &lt;br /&gt;
: (You can use the standard code &amp;quot;WSD&amp;quot;, unit &amp;quot;94&amp;quot; or Mutual Agreement &amp;quot;ZZ&amp;quot; to NOT reclassify the products)&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:InvoicedQuantity@unitCode&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Class.Destinatario====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Formato&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Descripción &lt;br /&gt;
|-&lt;br /&gt;
|canalDeEntrega&lt;br /&gt;
|String&lt;br /&gt;
| -&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Electronic Document Delivery Means&lt;br /&gt;
: It can take the following values: 0– Email; 1– Reception; 2– Interoperability; 3- Whatsapp; 4- Telegram&lt;br /&gt;
: PATH: Does not apply&lt;br /&gt;
|-&lt;br /&gt;
|email&lt;br /&gt;
|Array &amp;lt;String&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: List of Emails to which the electronic document will be delivered if the DeliveryChannel=&#039;0&#039;&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; When deliveryChannel=’0’&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Does not apply&lt;br /&gt;
|-&lt;br /&gt;
|extras&lt;br /&gt;
|Array &amp;lt;Extensible&amp;gt; &lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Optional fields or information for the issuer&#039;s business model&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined&lt;br /&gt;
: (see detail in [[#Class.Extensible|Class.Extensible]])&lt;br /&gt;
|-&lt;br /&gt;
|fechaProgramada&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|19&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: scheduled date&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Does not apply&lt;br /&gt;
|-&lt;br /&gt;
|mensajeProgramado&lt;br /&gt;
|String&lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Message&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Does not apply&lt;br /&gt;
|-&lt;br /&gt;
|nitProveedorReceptor&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|..12&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: NIT of the Recipient&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; When deliveryChannel=&#039;1&#039; or &#039;2&#039;&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Does not apply&lt;br /&gt;
|-&lt;br /&gt;
|telefono&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..20&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Recipient Telephone&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; When deliveryChannel=&#039;3&#039; or &#039;4&#039;&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Does not apply&lt;br /&gt;
|}&lt;br /&gt;
====Class.DocumentoReferenciado====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Descripción &lt;br /&gt;
|-&lt;br /&gt;
|codigoEstatusDocumento&lt;br /&gt;
|String&lt;br /&gt;
| - &lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Document code or reason&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; When InternalCode is &#039;4&#039;&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the content of this attribute does not correspond to any of the values ​​of   [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 9|Tabla 9]] and   [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 10|Tabla 10]]&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:DiscrepancyResponse/cbc:ResponseCode&lt;br /&gt;
|-&lt;br /&gt;
|codigoInterno&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|1&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: This field decides if in which XML node the ReferencedDocument information is going to be sent, possible values:&lt;br /&gt;
# AdditionalDocumentReference (FE de contingencia y para acciones comerciales y mercantiles)&lt;br /&gt;
# DespatchDocumentReference (Doc. De despacho)&lt;br /&gt;
# ReceiptDocumentReference (Doc. De recepción)&lt;br /&gt;
# DiscrepancyResponse (N.C y N.D)&lt;br /&gt;
# BillingReference (Facturas por corrección, N.C y N.D)&lt;br /&gt;
|-&lt;br /&gt;
|cufeDocReferenciado&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..90&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C &lt;br /&gt;
|&lt;br /&gt;
: CUFE or CUDE of the referenced document&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; When InternalCode is &#039;5&#039;&lt;br /&gt;
: &#039;&#039;&#039;Mandatory&#039;&#039;&#039; In invoices, it must be filled out only when the transfer invoice originates from the correction or adjustment that occurs through a NC or ND&lt;br /&gt;
: &#039;&#039;&#039;Mandatory&#039;&#039;&#039; In N.C and N.D, are the references to electronic invoices affected by the Note.&lt;br /&gt;
: You can only report electronic invoices from the same acquirer&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If CUFE or CUDE does not exist in the DIAN&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /Invoice/cac:BillingReference/cac:CreditNoteDocumentReference/cbc:UUID&lt;br /&gt;
: /CreditNote/cac:BillingReference/cac:InvoiceDocumentReference/cbc:UUID&lt;br /&gt;
: /DebitNote/cac:BillingReference/cac:InvoiceDocumentReference/cbc:UUID&lt;br /&gt;
|-&lt;br /&gt;
|descripcion&lt;br /&gt;
|Array &amp;lt;String&amp;gt;&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|20..5000&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Description of the nature of the correction&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; When InternalCode is &#039;4&#039;&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:DiscrepancyResponse/cbc:Description &lt;br /&gt;
|-&lt;br /&gt;
|extras&lt;br /&gt;
|Array &amp;lt;Extensible&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Optional fields or information for the issuer&#039;s business model&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined &lt;br /&gt;
: (see detail in [[#Class.Extensible|Class.Extensible]])&lt;br /&gt;
|-&lt;br /&gt;
|fecha&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|10&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Ransfe date of the referenced document, in format: YYYY-MM-DD &lt;br /&gt;
: &#039;&#039;&#039;Mandatory&#039;&#039;&#039; When InternalCode is &#039;1&#039;, &#039;2&#039;, &#039;3&#039; or &#039;5&#039;&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the date is later than that of the referenced document&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /Invoice/cac:BillingReference/cac:CreditNoteDocumentReference/cbc:IssueDate&lt;br /&gt;
: /CreditNote/cac:BillingReference/cac:InvoiceDocumentReference/cbc:IssueDate&lt;br /&gt;
: /DebitNote/cac:BillingReference/cac:InvoiceDocumentReference&lt;br /&gt;
: /cbc:IssueDate&lt;br /&gt;
|-&lt;br /&gt;
|fechaFinValidez&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|10&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: End of Validity Date&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: No definido&lt;br /&gt;
|-&lt;br /&gt;
|fechaInicioValidez&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|10&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Validity Start Date&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined&lt;br /&gt;
|-&lt;br /&gt;
|numeroDocumento&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN..20&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Concatenation of the prefix and the referenced document number&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If codigoInterno is reported equal to &#039;1&#039;, &#039;2&#039;, &#039;3&#039;, &#039;4&#039; or &#039;5&#039; and the reference document ID is not related&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;:&lt;br /&gt;
: /Invoice/cac:BillingReference/cac:CreditNoteDocumentReference/cbc:ID&lt;br /&gt;
: /CreditNote/cac:BillingReference/cac:InvoiceDocumentReference/cbc:ID&lt;br /&gt;
: /DebitNote/cac:BillingReference/cac:InvoiceDocumentReference&lt;br /&gt;
: /cbc:ID&lt;br /&gt;
|-&lt;br /&gt;
|tipoCUFE&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..11&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C &lt;br /&gt;
|&lt;br /&gt;
: CUFE type algorithm.&lt;br /&gt;
: “CUFE-SHA384” or “CUDE-SHA384”&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; When InternalCode is &#039;5&#039;&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /Invoice/cac:BillingReference/cac:CreditNoteDocumentReference/cbc:UUID/@schemeName &lt;br /&gt;
: /CreditNote/cac:BillingReference/cac:InvoiceDocumentReference/cbc:UUID/@schemeName&lt;br /&gt;
: /DebitNote/cac:BillingReference/cac: InvoiceDocumentReference/cbc:UUID/@schemeName&lt;br /&gt;
|-&lt;br /&gt;
|tipoDocumento&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Description of the type of referenced document,&lt;br /&gt;
: Example: &amp;quot;National Sales Invoice&amp;quot;&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: No definido&lt;br /&gt;
|-&lt;br /&gt;
|tipoDocumentoCodigo&lt;br /&gt;
|String &lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Identifier of the referenced document type.&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; When InternalCode is &#039;1&#039;&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt;If codigoInterno equal to &#039;1&#039; and the content of this attribute does not correspond to one of the values ​​of the  [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 21|Tabla 21]]&lt;br /&gt;
: &#039;&#039;&#039;Note&#039;&#039;&#039;: For remission orders, inform the code ‘AAJ’&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /Invoice/cac:AdditionalDocumentReference/cbc: DocumentTypeCode&lt;br /&gt;
: / CreditNote /cac:AdditionalDocumentReference/cbc: DocumentTypeCode&lt;br /&gt;
: / DebitNote /cac:AdditionalDocumentReference/cbc: DocumentTypeCode&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;@IMPORTANT:&#039;&#039;&#039;&lt;br /&gt;
&#039;&#039;# To reference &#039;&#039;&#039;sales invoices when issuing a NC or ND&#039;&#039;&#039;, two objects of type DocumentsReferenced must be sent indicating the following:&lt;br /&gt;
#* &#039;&#039;&#039;Object 1&#039;&#039;&#039;: indicating the fields codigoEstatusDocumento; internalCode = &#039;4&#039;, documentNumber, transfer.&lt;br /&gt;
#* &#039;&#039;&#039;Object 2&#039;&#039;&#039;: if the &#039;&#039;&#039;tipoOperacion is equal to 20 (for NC) or 30 (for ND)&#039;&#039;&#039; and codigoInterno = &#039;5&#039;, the fields are validated: cufeDocReferenciado, date, and DocumentNumber.&lt;br /&gt;
# When transmitting a &#039;&#039;&#039;Contingency Invoice&#039;&#039;&#039;, an array of the ReferenceDocuments type must be sent, indicating the fields: internal code = &#039;1&#039;, numberDocument, date, typeDocumentCode (corresponding to Contingency Invoice).&lt;br /&gt;
# To reference &#039;&#039;&#039;Dispatch Documents&#039;&#039;&#039; (internal code = &#039;2&#039;) or &#039;&#039;&#039;Reception Documents&#039;&#039;&#039; (internal code = &#039;3&#039;) the fields are validated: documentnumber and date.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
====Class.Entrega====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Formato&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Descripción &lt;br /&gt;
|-&lt;br /&gt;
|datosTransportistas&lt;br /&gt;
|DatoTransportistas&lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Carrier Data&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:DeliveryParty&lt;br /&gt;
: (see detail in [[#Class.DatosTransportista|Class.DatosTransportista]])&lt;br /&gt;
|-&lt;br /&gt;
|direccionDespacho&lt;br /&gt;
|Direccion&lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Dispatch Information&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Despatch/cac:DespatchAddress&lt;br /&gt;
: (see detail in [[#Class.Direccion|Class.Direccion]])&lt;br /&gt;
|-&lt;br /&gt;
|direccionEntrega&lt;br /&gt;
|Direccion&lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Delivery information&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:DeliveryAddress&lt;br /&gt;
: (see detail in [[#Class.Direccion|Class.Direccion]])&lt;br /&gt;
|-&lt;br /&gt;
|extras&lt;br /&gt;
|Array &amp;lt;Extensible&amp;gt; &lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Optional fields or information for the issuer&#039;s business model&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined&lt;br /&gt;
: (see detail in [[#Class.Extensible|Class.Extensible]])&lt;br /&gt;
|-&lt;br /&gt;
|fechaEfectivaSalida&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|19&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Effective date and time of departure of the goods, in format: YYYY-MM-DD HH:MM:SS &lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; if the effective date of departure is before the date of issue&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:ActualDeliveryDate + ../cbc:ActualDeliveryTime&lt;br /&gt;
|-&lt;br /&gt;
|fechaEstimada&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|19&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Estimated date and time, in format: YYYY-MM-DD HH:MM:SS&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; si la fecha estimada es anterior a la fecha de emisión&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Despatch/cbc:EstimatedDespatchDate y EstimatedDespatchTime&lt;br /&gt;
|-&lt;br /&gt;
|fechaReal&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|19&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Fecha real, en formato: YYYY-MM-DD HH:MM:SS&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; si la fecha real es anterior a la fecha de emisión&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Despatch/cbc:ActualDespatchDate y ActualDespatchTime&lt;br /&gt;
|-&lt;br /&gt;
|fechaSolicitada&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|19&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Fecha Solicitada, en formato: YYYY-MM-DD HH:MM:SS&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; si la fecha solicitada es anterior a la fecha de emisión&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Despatch/ cbc:RequestedDespatchDate y RequestedDespatchTime&lt;br /&gt;
|-&lt;br /&gt;
|identificacionTransporte&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..20&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Datos del Transporte&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Despatch/cbc:ID&lt;br /&gt;
|-&lt;br /&gt;
|matriculaTransporte&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..20&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Matricula del Transporte&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Despatch/ cbc:ID/@schemeAgencyID&lt;br /&gt;
|}&lt;br /&gt;
====Class.Extras====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Atributte&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Formato&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Descripción &lt;br /&gt;
|-&lt;br /&gt;
|controlInterno1&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|100&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Etiqueta asignada para la Representación Impresa PDF.&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Variable&lt;br /&gt;
|-&lt;br /&gt;
|controlInterno2&lt;br /&gt;
|String&lt;br /&gt;
|Depende del Campo&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Permite asociar dos o más campos mediante un índice (si los campos son asociables)&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Variable&lt;br /&gt;
|-&lt;br /&gt;
|nombre&lt;br /&gt;
|String&lt;br /&gt;
|Depende del Campo&lt;br /&gt;
|SI&lt;br /&gt;
|&lt;br /&gt;
: Código del campo extensible a referenciar&lt;br /&gt;
: (Ver sección [[Caracteristicas adicionales - Indice Manual Integración Directa#Uso de campos extras|USO DE CAMPOS EXTRAS]])&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Variable&lt;br /&gt;
|-&lt;br /&gt;
|pdf&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|1&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|SI&lt;br /&gt;
|&lt;br /&gt;
: Indicación de mostrar el campo en la representación gráfica PDF&lt;br /&gt;
: (“0” = No mostrar / “1” = Mostrar)&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Variable&lt;br /&gt;
|-&lt;br /&gt;
|valor&lt;br /&gt;
|String&lt;br /&gt;
|Depende del Campo&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Value of the field to add&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Variable&lt;br /&gt;
|-&lt;br /&gt;
|xml&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|1&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Indication to display the field in the XML&lt;br /&gt;
: (“0” = Don&#039;t show / “1” = Show)&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Variable&lt;br /&gt;
|}&lt;br /&gt;
====Class.Extensible====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Descripción &lt;br /&gt;
|-&lt;br /&gt;
|controlInterno1&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|100&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Assigned Label for PDF Printed Representation.&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Variable&lt;br /&gt;
|-&lt;br /&gt;
|controlInterno2&lt;br /&gt;
|String&lt;br /&gt;
|Depende del Campo&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Allows two or more fields to be associated using an index (if the fields are associable)&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Variable&lt;br /&gt;
|-&lt;br /&gt;
|nombre&lt;br /&gt;
|String&lt;br /&gt;
|Depende del Campo&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Code of the extensible field to reference&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Variable&lt;br /&gt;
|-&lt;br /&gt;
|valor&lt;br /&gt;
|String&lt;br /&gt;
|Depende del Campo&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Value of the field to add&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Variable&lt;br /&gt;
|}&lt;br /&gt;
====Class.FacturaImpuestos====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Descripción &lt;br /&gt;
|-&lt;br /&gt;
|baseImponibleTOTALImp&lt;br /&gt;
|String&lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Tax base on which the value of the tax is calculated&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:TaxTotal/TaxSubtotal/cbc:TaxableAmount  &lt;br /&gt;
|-&lt;br /&gt;
|codigoTOTALImp&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: tribute identifier &lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the content of this element does not correspond to one of the codes in the   [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 11|Tabla 11]]&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;:../cac:TaxTotal/TaxSubtotal/cac:TaxCategory/cac:TaxScheme/cbc:ID     &lt;br /&gt;
|-&lt;br /&gt;
|controlInterno&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|1&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Retention type indicator&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not Defined&lt;br /&gt;
|-&lt;br /&gt;
|extras&lt;br /&gt;
|Array &amp;lt;Extensible&amp;gt; &lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Optional fields or information for the issuer&#039;s business model&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined &lt;br /&gt;
: (see detail in [[#Class.Extensible|Class.Extensible]])&lt;br /&gt;
|-&lt;br /&gt;
|porcentajeTOTALImp&lt;br /&gt;
|String&lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..2&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|2*&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Tribute rate.&lt;br /&gt;
: In the event that the tax is a percentage of the taxable value: inform the &amp;quot;percentage&amp;quot; rate to be applied to the tax base&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt;  If you report a different rate for one of the taxes listed in the  [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 12|Tabla 12]]&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;:../cac:TaxTotal/TaxSubtotal/cac:TaxCategory/cbc:Percent &lt;br /&gt;
|-&lt;br /&gt;
|unidadMedida&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..5&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Identification of the unit of measure &lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the content of this element does not correspond to one of the codes in the  [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 6|Tabla 6]]&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;:../cac:TaxTotal/cac:TaxSubtotal/cbc:BaseUnitMeasure/@unitCode&lt;br /&gt;
|-&lt;br /&gt;
|unidadMedidaTributo&lt;br /&gt;
|String&lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..2&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C &lt;br /&gt;
|&lt;br /&gt;
: Base unit of measure for the tribute&lt;br /&gt;
: &#039;&#039;&#039;Mandatory&#039;&#039;&#039; In the event that the tax is a fixed value per taxed unit, for example the consumption tax on bags or fuel taxes&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If valorTributoUnidad element is informed and UnidadMedidaTributo is not informed&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:TaxTotal/TaxSubtotal/cbc:BaseUnitMeasure &lt;br /&gt;
|-&lt;br /&gt;
|valorTOTALImp&lt;br /&gt;
|String&lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Tribute value. Product of the percentage applied to the tax base&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; For taxes whose rate is stated in percentages, if valorTOTALImp is different from baseImponibleTOTALImp * percentageTOTALImp&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; For taxes whose rate is stated in nominal values ​​(for example, plastic bags), if valorTOTALImp is different from valorTributoUnidad * cantidadUnidades&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:TaxTotal/TaxSubtotal/cbc:TaxAmount &lt;br /&gt;
|-&lt;br /&gt;
|valorTributoUnidad&lt;br /&gt;
|String &lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
:It is the nominal value of the tax per unit&lt;br /&gt;
: &#039;&#039;&#039;Mandatory&#039;&#039;&#039; In the event that the tax is a fixed value per taxed unit, for example the consumption tax on bags or fuel taxes&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; if the unitMedidaTributo element is NOT informed.&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:TaxTotal/TaxSubtotal/cbc:PerUnitAmount &lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;@IMPORTANT&#039;&#039;&#039;: In the case of the ICA and RETEICA in which the value of the percentage is based on a thousand, the value of said percentage must be reported based on a hundred, that is, if you want to report a percentage of 11.04% thousand for any of these taxes, it must be indicated in the TOTALImp percentage field as 1,104.&lt;br /&gt;
====Class.ImpuestosTotales====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Formato&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Descripción &lt;br /&gt;
|-&lt;br /&gt;
|codigoTOTALImp&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|2&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: tribute identifier  &lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the content of this element does not correspond to one of the codes in the   [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 11|Tabla 11]]&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Por Definir &lt;br /&gt;
|-&lt;br /&gt;
|extras&lt;br /&gt;
|Array &amp;lt;Extensible&amp;gt; &lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Optional fields or information for the issuer&#039;s business model.&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined&lt;br /&gt;
: (see detail in [[#Class.Extensible|Class.Extensible]])&lt;br /&gt;
|-&lt;br /&gt;
|montoTotal&lt;br /&gt;
|String&lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Sum of all attributes valorTOTALImp&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If montoTotal is different from the sum of all occurrences ofFacturaImpuestos.valorTOTALImp&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:TaxTotal/cbc:TaxAmount&lt;br /&gt;
|}&lt;br /&gt;
====Class.MediosDePago====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description &lt;br /&gt;
|-&lt;br /&gt;
|codigoBanco&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..20&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO &lt;br /&gt;
|&lt;br /&gt;
: Code of the Bank or Financial Entity&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PayeeFinancialAccount/cbc:AccountTypeCode&lt;br /&gt;
|-&lt;br /&gt;
|codigoCanalPago&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..20&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Payment channel code&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:PaymentChannelCode&lt;br /&gt;
|-&lt;br /&gt;
|codigoReferencia&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..20&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Optional not used for now&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: No definido &lt;br /&gt;
|-&lt;br /&gt;
|extras &lt;br /&gt;
|Array &amp;lt;Extensible&amp;gt; &lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Optional fields or information for the issuer&#039;s business model.&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined&lt;br /&gt;
: (see detail in [[#Class.Extensible|Class.Extensible]])&lt;br /&gt;
|-&lt;br /&gt;
|fechaDeVencimiento&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|19&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Due date of payment of the invoice in format: YYYY-MM-DD&lt;br /&gt;
: &#039;&#039;&#039;Mandatory&#039;&#039;&#039; If the sale is on credit&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt;: If the payment method code is &amp;quot;2&amp;quot; and the expiration date is not sent&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:PaymentDueDate&lt;br /&gt;
|-&lt;br /&gt;
|medioPago&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..2&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Code corresponding to the means of payment&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt;:If the value of this attribute does not correspond to a value of the  [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 13|Tabla 13]]&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:PaymentMeansCode&lt;br /&gt;
|-&lt;br /&gt;
|metodoDePago&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Payment method&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt;: If the value of this attribute does not correspond to a value of the   [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 14|Tabla 14]]&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:ID&lt;br /&gt;
|-&lt;br /&gt;
|nombreBanco&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Name of the Bank or Financial Entity&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PayeeFinancialAccount/cbc:Name&lt;br /&gt;
|-&lt;br /&gt;
|numeroDeReferencia&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..200&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Identifier or internal reference of the Payment&lt;br /&gt;
: PATH&#039;&#039;&#039;:&#039;&#039;&#039; ../cbc:PaymentID&lt;br /&gt;
|-&lt;br /&gt;
|numeroDias&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|..3&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Number of days for payment&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:InstructionNote&lt;br /&gt;
|-&lt;br /&gt;
|numeroTransferencia&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..20&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Transfer number or check number&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PayeeFinancialAccount/cbc:ID&lt;br /&gt;
|}&lt;br /&gt;
====Class.OrdenDeCompra====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description &lt;br /&gt;
|-&lt;br /&gt;
|codigoCliente&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..20&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: customer code&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:CustomerReference&lt;br /&gt;
|-&lt;br /&gt;
|documentoReferencia&lt;br /&gt;
|DocumentoReferencia&lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Document Reference&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:DocumentReference&lt;br /&gt;
: (see detail in [[#Class.DocumentoReferencia|Class.DocumentoReferencia]])&lt;br /&gt;
|-&lt;br /&gt;
|extras&lt;br /&gt;
|Array &amp;lt;Extensible&amp;gt; &lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Optional fields or information for the issuer&#039;s business model&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined&lt;br /&gt;
: (see detail in [[#Class.Extensible|Class.Extensible]])&lt;br /&gt;
|-&lt;br /&gt;
|fecha&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|10&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Date of the Order, in format: YYYY-MM-DD HH:MM:SS&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:IssueDate&lt;br /&gt;
|-&lt;br /&gt;
|numeroOrden&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..20&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Purchase Order Number&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; To send the Purchase Order&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:ID&lt;br /&gt;
|-&lt;br /&gt;
|numeroPedido&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..20&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Order Number&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; To send the Order&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:SalesOrderID&lt;br /&gt;
|-&lt;br /&gt;
|tipoCUFE&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..20&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: CUFE type identifier&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:UUID@schemeName&lt;br /&gt;
|-&lt;br /&gt;
|tipoOrden&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..20&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Order type&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:OrderTypeCode&lt;br /&gt;
|-&lt;br /&gt;
|uuid&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..90&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: UUID of some referenced document&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:UUID&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;NOTE:&#039;&#039;&#039; As it is a delivery order, the OrdemDeCompra class must be informed, if it is necessary to indicate more than one order, it must be informed through the DocumentReferenced class with &#039;&#039;&#039;codigoInterno&#039;&#039;&#039; =&#039;1 &#039;, this in order to send the information referring to them in the AdditionalDocumentReference group.&lt;br /&gt;
&lt;br /&gt;
====Class.TasaDeCambio====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description &lt;br /&gt;
|-&lt;br /&gt;
|baseMonedaDestino&lt;br /&gt;
|String&lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Monetary basis for conversion.&lt;br /&gt;
: Must be 1.00&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If it brings a value other than 1.00&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:TargetCurrencyBaseRate &lt;br /&gt;
|-&lt;br /&gt;
|baseMonedaOrigen&lt;br /&gt;
|String&lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Monetary base of the foreign currency for exchange.&lt;br /&gt;
: Must be 1.00 &lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If it brings a value other than 1.00&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;:  ../cbc:SourceCurrencyBaseRate&lt;br /&gt;
|-&lt;br /&gt;
|extras&lt;br /&gt;
|Array &amp;lt;Extensible&amp;gt; &lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Optional fields or information for the issuer&#039;s business model&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined &lt;br /&gt;
: (see detail in [[#Class.Extensible|Class.Extensible]])&lt;br /&gt;
|-&lt;br /&gt;
|fechaDeTasaDeCambio&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|10&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Date on which the exchange rate was fixed, in format: YYYY-MM-DD&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:Date&lt;br /&gt;
|-&lt;br /&gt;
|indicadorDeTasa&lt;br /&gt;
|String&lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Exchange Rate Indicator&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:ExchangeMarketID&lt;br /&gt;
|-&lt;br /&gt;
|monedaDestino&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|3&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Destination currency code of the document.&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the content of this element is not &#039;COP&#039;&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:TargetCurrencyCode&lt;br /&gt;
|-&lt;br /&gt;
|monedaOrigen&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|3&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Document Base Currency Code&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the content of this element does not correspond to the ISO-4217 standard&lt;br /&gt;
&#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:SourceCurrencyCode&lt;br /&gt;
|-&lt;br /&gt;
|operadorCalculo&lt;br /&gt;
|String&lt;br /&gt;
| -&lt;br /&gt;
|NO &lt;br /&gt;
|&lt;br /&gt;
: Calculation Operator&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc: MathematicOperatorCode&lt;br /&gt;
|-&lt;br /&gt;
|tasaDeCambio&lt;br /&gt;
|String &lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Value of the exchange rate between currencies. It must be filled out with the value of the exchange rate.&lt;br /&gt;
: For example, for USD-COP, it can be the value of the TRM or rate agreed between the parties (Reported value * Exchange rate value = Reported value in currency reported in destination currency)&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:CalculationRate&lt;br /&gt;
|}&lt;br /&gt;
====Class.TasaDeCambioAlternativa====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description &lt;br /&gt;
|-&lt;br /&gt;
|baseMonedaDestino&lt;br /&gt;
|String&lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|SI&lt;br /&gt;
|&lt;br /&gt;
: Monetary basis for conversion.&lt;br /&gt;
: Must be 1.00&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If it brings a value other than 1.00&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:TargetCurrencyBaseRate &lt;br /&gt;
|-&lt;br /&gt;
|baseMonedaOrigen&lt;br /&gt;
|String&lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Monetary base of the foreign currency for exchange.&lt;br /&gt;
: Must be 1.00&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If brings value other than 1.00&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;:  ../cbc:SourceCurrencyBaseRate&lt;br /&gt;
|-&lt;br /&gt;
|extras&lt;br /&gt;
|Array  &amp;lt;Extensible&amp;gt; &lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Optional fields or information for the issuer&#039;s business model&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined&lt;br /&gt;
: (see detail in [[#Class.Extensible|Class.Extensible]])&lt;br /&gt;
|-&lt;br /&gt;
|fechaDeTasaDeCambio&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|10&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Date on which the exchange rate was fixed, in format: YYYY-MM-DD&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:Date&lt;br /&gt;
|-&lt;br /&gt;
|indicadorDeTasa&lt;br /&gt;
|String&lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Exchange Rate Indicator&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:ExchangeMarketID&lt;br /&gt;
|-&lt;br /&gt;
|monedaDestino&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|3&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Destination currency code of the document.&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the content of this element is not &#039;COP&#039;&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:TargetCurrencyCode&lt;br /&gt;
|-&lt;br /&gt;
|monedaOrigen&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|3&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Document Base Currency Code&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the content of this element does not correspond to the ISO-4217 standard&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:SourceCurrencyCode&lt;br /&gt;
|-&lt;br /&gt;
|operadorCalculo&lt;br /&gt;
|String&lt;br /&gt;
| -&lt;br /&gt;
|NO &lt;br /&gt;
|&lt;br /&gt;
: Calculation Operator&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc: MathematicOperatorCode&lt;br /&gt;
|-&lt;br /&gt;
|tasaDeCambio&lt;br /&gt;
|String &lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|YES &lt;br /&gt;
|&lt;br /&gt;
: Value of the exchange rate between currencies. It must be filled out with the value of the exchange rate.&lt;br /&gt;
: For example, for USD-COP, it can be the value of the TRM or rate agreed between the parties (Reported value * Exchange rate value = Reported value in currency reported in destination currency)&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:CalculationRate&lt;br /&gt;
|}&lt;br /&gt;
====Class.TerminosEntrega====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Dato Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description &lt;br /&gt;
|-&lt;br /&gt;
|cargosDescuentos&lt;br /&gt;
|Array &amp;lt;CargosDescuentos&amp;gt;&lt;br /&gt;
| - &lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Information related to a charge or a discount&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:AllowanceCharge &lt;br /&gt;
: (see detail in [[#Class.CargosDescuentos|Class.CargosDescuentos]])&lt;br /&gt;
|-&lt;br /&gt;
|codigoCondicionEntrega&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|3&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Delivery Conditions Code&lt;br /&gt;
: &#039;&#039;&#039;Obligatorio&#039;&#039;&#039; Se es factura de exportación/internacional&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt;: If the value of this attribute does not correspond to a value of the  [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 15|Tabla 15]]&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:LossRiskResponsibilityCode&lt;br /&gt;
|-&lt;br /&gt;
|costoTransporte&lt;br /&gt;
|String&lt;br /&gt;
|Por Definir&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Transport payment method: It is used to indicate how transport costs are paid, for example: http://www.unece.org/&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc: SpecialTerms&lt;br /&gt;
|-&lt;br /&gt;
|direccionEntrega&lt;br /&gt;
|Class.Direccion&lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Information detailing the delivery address&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:DeliveryLocation&lt;br /&gt;
: (see detail in [[#Class.Direccion|Class.Direccion]])&lt;br /&gt;
|-&lt;br /&gt;
|extras&lt;br /&gt;
|Array &amp;lt;Extensible&amp;gt; &lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Optional fields or information for the issuer&#039;s business model.&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Undefined&lt;br /&gt;
: (see detail in [[#Class.Extensible|Class.Extensible]])&lt;br /&gt;
|-&lt;br /&gt;
|identificacion&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..12&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Identification number&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:ID&lt;br /&gt;
|-&lt;br /&gt;
|monto&lt;br /&gt;
|String&lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|NO&lt;br /&gt;
| &lt;br /&gt;
: Amount&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:Amount&lt;br /&gt;
|-&lt;br /&gt;
|responsableEntrega&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Description of who assumes responsibility in case the merchandise is lost&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:LossRisk&lt;br /&gt;
|}&lt;br /&gt;
====Class.Direccion====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description &lt;br /&gt;
|-&lt;br /&gt;
|aCuidadoDe&lt;br /&gt;
|String &lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Care of&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cbc:MarkCare&lt;br /&gt;
|-&lt;br /&gt;
|aLaAtenciónDe&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: For the attention of&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cbc:MarkAttention&lt;br /&gt;
|-&lt;br /&gt;
|bloque&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: block name&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cbc:BlockName&lt;br /&gt;
|-&lt;br /&gt;
|buzon&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Buzón postal&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cbc:Postbox&lt;br /&gt;
|-&lt;br /&gt;
|calle&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Name of the street&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cbc:StreetName&lt;br /&gt;
|-&lt;br /&gt;
|calleAdicional&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Additional Name to better specify the street name&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cbc:AdditionalStreetName&lt;br /&gt;
|-&lt;br /&gt;
|ciudad&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|…50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Ciudad&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If country is &amp;quot;CO&amp;quot; and the content of this attribute does not correspond to one of the values ​​in the &#039;Name&#039; column of the   [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 19|Tabla 19]] (columna ‘Nombre : : : : Municipio’ del numeral 6.4.3 del Anexo Técnico)&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cbc:CityName&lt;br /&gt;
|-&lt;br /&gt;
|codigoDepartamento&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|…5&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: department code&lt;br /&gt;
: If country is &amp;quot;CO&amp;quot;, CodigoDepartamento must correspond to one of the values ​​in the Code column of the  [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 16|Tabla 16]]&lt;br /&gt;
: &#039;&#039;&#039;Mandatory&#039;&#039;&#039; for Responsible Issuers and Acquirers&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cbc:CountrySubentityCode&lt;br /&gt;
|-&lt;br /&gt;
|correccionHusoHorario&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Corresponding time zone correction&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cbc:TimezoneOffset&lt;br /&gt;
|-&lt;br /&gt;
|departamento&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|…50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: department name&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; if the code of the country field is &amp;quot;CO&amp;quot; and the content of this attribute does not correspond to one of the values ​​of the Name column of the [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 16|Tabla 16]]&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cbc:CountrySubentity&lt;br /&gt;
|-&lt;br /&gt;
|departamentoOrg&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
:An addressable department of an organization&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cbc:Department&lt;br /&gt;
|-&lt;br /&gt;
|direccion&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|…100&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Client&#039;s address, without indicating city or department&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cac:AddressLine/cbc:Line&lt;br /&gt;
|-&lt;br /&gt;
|distrito&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: District&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /cac:Address/cbc:District&lt;br /&gt;
|-&lt;br /&gt;
|extras&lt;br /&gt;
|Array &amp;lt;Extensible&amp;gt; &lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Optional fields or information for the issuer&#039;s business model.&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined&lt;br /&gt;
: (see detail in [[#Class.Extensible|Class.Extensible]])&lt;br /&gt;
|-&lt;br /&gt;
|habitacion&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Bedroom&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cbc:Room&lt;br /&gt;
|-&lt;br /&gt;
|lenguaje&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;A|2&amp;lt;/nowiki&amp;gt; ISO 639-1&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Identifier of the language used in the country name&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Notification&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the content of this attribute does not correspond to one of the values ​​of the ISO 639-1 standard&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;NotificaNotificationión&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If this is a group with information regarding the address of the issuer of an electronic document, it must contain the literal &amp;quot;is&amp;quot;&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /cac:Address/cac:Country/cbc:Name/@languageID&lt;br /&gt;
|-&lt;br /&gt;
|localizacion&lt;br /&gt;
|Array &amp;lt;Coordenadas&amp;gt;&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: address coordinates&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cac:LocationCoordinate&lt;br /&gt;
: (see detail in [[#Class.Coordenadas|Class.Coordenadas]])&lt;br /&gt;
|-&lt;br /&gt;
|municipio&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Municipality Code&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Notification&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the content of this attribute does not correspond to one of the values ​​of the  [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 19|Tabla 19]]&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:ID&lt;br /&gt;
|-&lt;br /&gt;
|nombreEdificio&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Name of a Building&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cbc:BuildingName&lt;br /&gt;
|-&lt;br /&gt;
|numeroEdificio&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Número de una casa o edificio&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cbc:BuildingNumber&lt;br /&gt;
|-&lt;br /&gt;
|numeroParcela&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Parcel Number&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cbc:PlotIdentification&lt;br /&gt;
|-&lt;br /&gt;
|pais&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;A|2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
:Customer country.&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the content of this element does not correspond to a value of the ISO 3166-1 alpha-2 standard&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cac:Country/cbc:IdentificationCode&lt;br /&gt;
|-&lt;br /&gt;
|piso&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Flat&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cbc:Floor&lt;br /&gt;
|-&lt;br /&gt;
|region&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Región&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cbc:Region&lt;br /&gt;
|-&lt;br /&gt;
|subDivision&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Subdivision (Name of the Neighborhood)&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cbc:CitySubdivisionName&lt;br /&gt;
|-&lt;br /&gt;
|ubicación&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: A specific location within a building&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cbc:InhouseMail&lt;br /&gt;
|-&lt;br /&gt;
|zonaPostal&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..10&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Postal zone&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Notification&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the content of this element does not correspond to a corresponding value of the [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 20|Tabla 20]]&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Notification&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the value of the CodigoDepartamento attribute is different from the first 2 digits of the postal code.&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cbc:PostalZone&lt;br /&gt;
|}&lt;br /&gt;
====Class.Coordenadas====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Dato Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|-&lt;br /&gt;
|gradosLatitud&lt;br /&gt;
|String&lt;br /&gt;
|Por Definir&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: latitude measure in degrees&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:LatitudeDegreesMeasure&lt;br /&gt;
|-&lt;br /&gt;
|gradosLongitud&lt;br /&gt;
|String&lt;br /&gt;
|Por Definir&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: measure of longitude in degrees&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; Unit greater than 60 minutes&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:LongitudeDegreesMeasure&lt;br /&gt;
|-&lt;br /&gt;
|minutosLatitud&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|…5|2.2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Latitude measurement in decimal minutes in mm.mm format&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:MarkAttentionIndicator&lt;br /&gt;
|-&lt;br /&gt;
|minutosLongitud&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|…5|2.2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Longitude measurement in decimal minutes in mm.mm format&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; Unit greater than 60 minutes&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:LongitudeMinutesMeasure&lt;br /&gt;
|-&lt;br /&gt;
|orientacionLatitud&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|1&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO &lt;br /&gt;
|&lt;br /&gt;
: Sense of measurement of latitude in relation to the Equator&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:LatitudeDirectionCode&lt;br /&gt;
|-&lt;br /&gt;
|orientacionLongitud&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|1&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Sense of longitude measurement in relation to the Equator &lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:LongitudeDirectionCode&lt;br /&gt;
|}&lt;br /&gt;
====Class.Tributos====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Atribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description &lt;br /&gt;
|-&lt;br /&gt;
|codigoImpuesto&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|SI&lt;br /&gt;
|&lt;br /&gt;
: tribute identifier &lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the content of this element does not correspond to one of the codes in the   [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 11|Tabla 11]]&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:ID     &lt;br /&gt;
|-&lt;br /&gt;
|extras&lt;br /&gt;
|Array &amp;lt;Extensible&amp;gt; &lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Optional fields or information for the issuer&#039;s business model.&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined (see detail in [[#Class.Extensible|Class.Extensible]])&lt;br /&gt;
|}&lt;br /&gt;
====Class.InformacionLegalCliente====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Dato Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description &lt;br /&gt;
|-&lt;br /&gt;
|codigoEstablecimiento&lt;br /&gt;
|String&lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Establishment Code&lt;br /&gt;
: &amp;lt;nowiki&amp;gt;PATH&amp;lt;/nowiki&amp;gt;: /cac:CorporateRegistrationScheme/cbc:CorporateRegistrationTypeCode&lt;br /&gt;
|-&lt;br /&gt;
|nombreRegistroRUT&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..450&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Name or company name of the acquirer &lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PartyLegalEntity/cbc:RegistrationName&lt;br /&gt;
|-&lt;br /&gt;
|numeroIdentificacion&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..12&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Acquirer Identifier. &lt;br /&gt;
: You must inform the NIT if you are responsible&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;:  ../cac:Party/cac:PartyLegalEntity/cbc:CompanyID&lt;br /&gt;
|-&lt;br /&gt;
|numeroIdentificacionDV&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|..2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Check digit&lt;br /&gt;
: &#039;&#039;&#039;Mandatory&#039;&#039;&#039; If tipoIdentificacion =31, the DV of the NIT must be informed&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PartyLegalEntity/cbc:CompanyID@schemeID&lt;br /&gt;
|-&lt;br /&gt;
|numeroMatriculaMercantil&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|9&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Commercial registration number&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:CorporateRegistrationScheme/cbc:Name&lt;br /&gt;
|-&lt;br /&gt;
|prefijoFacturacion&lt;br /&gt;
|String&lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Billing prefix:&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:CorporateRegistrationScheme/cbc:ID&lt;br /&gt;
|-&lt;br /&gt;
|tipoIdentificacion&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Customer identification type&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the content of this element is different from “31”&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PartyLegalEntity/cbc:CompanyID@schemeName&lt;br /&gt;
|}&lt;br /&gt;
====Class.Obligaciones====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description &lt;br /&gt;
|-&lt;br /&gt;
|extras&lt;br /&gt;
|Array &amp;lt;Extensible&amp;gt; &lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Optional fields or information for the issuer&#039;s business model&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined&lt;br /&gt;
: (see detail in [[#Class.Extensible|Class.Extensible]])&lt;br /&gt;
|-&lt;br /&gt;
|obligaciones&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|7&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Obligations of the acquirer&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt;  If the content of this attribute does not correspond to one of the values ​​of the  [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 17|Tabla 17]]&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:TaxLevelCode  &lt;br /&gt;
|-&lt;br /&gt;
|regimen&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Optional, if informed, indicate “Not applicable”. Possible Values:&lt;br /&gt;
: 48: “Sales tax - IVA”&lt;br /&gt;
: 49: “Not responsible for IVA” &lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: .. /cbc:TaxLevelCode/@listName&lt;br /&gt;
|}&lt;br /&gt;
====Class.LineaInformacionAdicional====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description &lt;br /&gt;
|-&lt;br /&gt;
|cantidad&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..5&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|NO &lt;br /&gt;
|&lt;br /&gt;
:additional quantity&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:ValueQuantity&lt;br /&gt;
|-&lt;br /&gt;
|codigo&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..5&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: additional code&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:NameCode&lt;br /&gt;
|-&lt;br /&gt;
|codigoInterno1&lt;br /&gt;
|String&lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Optional not used for now&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined&lt;br /&gt;
|-&lt;br /&gt;
|codigoInterno2&lt;br /&gt;
|String&lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Optional not used for now&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined&lt;br /&gt;
|-&lt;br /&gt;
|descripcion&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..450&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: additional description&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:UsabilityPeriod/cbc:Description&lt;br /&gt;
|-&lt;br /&gt;
|fechaFin&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|10&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Period End Date &lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:UsabilityPeriod/cbc:EndDate&lt;br /&gt;
|-&lt;br /&gt;
|fechaInicio&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|10&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Beginning date of the period&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:UsabilityPeriod/cbc:StartDate&lt;br /&gt;
|-&lt;br /&gt;
|nombre&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Characteristic you want to report on the item, for example: (Vehicle Use)&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; For each name there must be a value&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:Name &lt;br /&gt;
: (For defining extensible field catalogs at the detail level)&lt;br /&gt;
|-&lt;br /&gt;
|secuencia&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..3&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Sequence order indicator&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined &lt;br /&gt;
|-&lt;br /&gt;
|tipo&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|1&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
:Value Type Indicator, example Value = ’1’&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Does not apply&lt;br /&gt;
|-&lt;br /&gt;
|valor&lt;br /&gt;
|String &lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Value of the characteristic to be reported, for example: (Particular)&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; For each value there must be a name&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:Value&lt;br /&gt;
|}&lt;br /&gt;
====Class.DatosTransportistas====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Requerido&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description &lt;br /&gt;
|-&lt;br /&gt;
|detallesTributarios&lt;br /&gt;
|Tributos&lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Tax Types&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PartyTaxScheme/cac:TaxScheme&lt;br /&gt;
: (see detail in [[#Class.Tributos|Class.Tributos]])&lt;br /&gt;
|-&lt;br /&gt;
|direccionResponsableEntrega&lt;br /&gt;
|Direccion&lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Information on the Address of the Person Responsible for Delivery&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cbc:PhysicalLocation&lt;br /&gt;
: (see detail in [[#Class.Direccion|Class.Direccion]])&lt;br /&gt;
|-&lt;br /&gt;
|email&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Email&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ..cac:Contact/cbc:ElectronicMail&lt;br /&gt;
|-&lt;br /&gt;
|extras&lt;br /&gt;
|Array &amp;lt;Extensible&amp;gt; &lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Optional fields or information for the issuer&#039;s business model.&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined&lt;br /&gt;
: (see detail in [[#Class.Extensible|Class.Extensible]]) &lt;br /&gt;
|-&lt;br /&gt;
|indicadordeAtencion&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Indicator if it is information on “for the attention of” (FAO)&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:MarkAttentionIndicator&lt;br /&gt;
|-&lt;br /&gt;
|indicadordeCuidado&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Indicador si es información sobre alguien responsable por los bienes&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:MarkCareIndicator&lt;br /&gt;
|-&lt;br /&gt;
|nombreContacto&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Contact name&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: .. /cac:Contact/cbc:Name&lt;br /&gt;
|-&lt;br /&gt;
|nombreResponsableEntrega&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Name of the Responsible for the Delivery&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PartyName/cbc:Name&lt;br /&gt;
|-&lt;br /&gt;
|nota&lt;br /&gt;
|String&lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
:Contact Note&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Contact/cbc:Note&lt;br /&gt;
|-&lt;br /&gt;
|numeroIdentificacion&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|…12&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Carrier NIT&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PartyTaxScheme/cbc:CompanyID&lt;br /&gt;
|-&lt;br /&gt;
|numeroIdentificacionDV&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|..2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Check digit&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PartyTaxScheme/cbc:CompanyID@schemeID&lt;br /&gt;
|-&lt;br /&gt;
|numeroMatriculaMercantil&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..20&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Commercial registration number&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PartyLegalEntity/cac:CorporateRegistrationScheme/cbc:Name&lt;br /&gt;
|-&lt;br /&gt;
|prefijoFacturacion&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..20&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Carrier Billing Prefix&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: .. /cac:PartyLegalEntity//cac:CorporateRegistrationScheme/cbc:ID&lt;br /&gt;
|-&lt;br /&gt;
|responsabilidadesRut&lt;br /&gt;
|Array &amp;lt;Obligaciones&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Carrier Liability&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PartyTaxScheme/cbc:TaxLevelCode&lt;br /&gt;
: (see detail in [[#Class.Obligaciones|Class.Obligaciones]])&lt;br /&gt;
|-&lt;br /&gt;
|telefax&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..20&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Carrier Telefax&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PartyTaxScheme/cbc:CompanyID/@schemeName&lt;br /&gt;
|-&lt;br /&gt;
|telefono&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..20&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: carrier phone&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Contact/cbc:Telefax&lt;br /&gt;
|-&lt;br /&gt;
|tipoIdentificacion&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Carrier Identification Type&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt;  If the content of this attribute does not correspond to one of the values ​​of the [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 3|Tabla 3]]&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PartyTaxScheme/cbc:CompanyID/@schemeName&lt;br /&gt;
|-&lt;br /&gt;
|transportadorDireccion&lt;br /&gt;
|Direccion &lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Tax address of the transporter&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PartyLegalEntity/cac:RegistrationAddress&lt;br /&gt;
: (see detail in [[#Class.Direccion|Class.Direccion]])&lt;br /&gt;
|-&lt;br /&gt;
|transportadorNombre&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: carrier name&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PartyLegalEntity/cbc:RegistrationName&lt;br /&gt;
|-&lt;br /&gt;
|transportadorNumeroDocumento&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..12&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Carrier document number&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PartyLegalEntity/cbc:CompanyID&lt;br /&gt;
|-&lt;br /&gt;
|transportadorNumeroDocumentoDV&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Verifier Digit of the NIT of the transporter&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PartyLegalEntity/cbc:CompanyID@schemeID&lt;br /&gt;
|-&lt;br /&gt;
|transportadorTipoIdentificacion&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Carrier document type&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PartyLegalEntity/cbc:CompanyID@schemeName&lt;br /&gt;
|}&lt;br /&gt;
====Class.DocumentoReferencia====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description &lt;br /&gt;
|-&lt;br /&gt;
|codigoEstatusDocumento&lt;br /&gt;
|String&lt;br /&gt;
| -&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Document code or reason&lt;br /&gt;
: &#039;&#039;&#039;Mandatory&#039;&#039;&#039; When InternalCode is &#039;4&#039;&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the content of this attribute does not correspond to any of the values ​​of   [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 9|Tabla 9]] and   [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 10|Tabla 10]]&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:DiscrepancyResponse/cbc:ResponseCode&lt;br /&gt;
|-&lt;br /&gt;
|codigoInterno&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|1&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: This field decides if in which XML node the information will be sent DocumentoReferenciado, possible values:&lt;br /&gt;
# AdditionalDocumentReference (FE de contingencia y para acciones comerciales y mercantiles)&lt;br /&gt;
# DespatchDocumentReference (Doc. De despacho)&lt;br /&gt;
# ReceiptDocumentReference (Doc. De recepción)&lt;br /&gt;
# DiscrepancyResponse (N.C y N.D)&lt;br /&gt;
# BillingReference (Facturas por corrección, N.C y N.D)&lt;br /&gt;
|-&lt;br /&gt;
|cufeDocReferenciado&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..90&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C &lt;br /&gt;
|&lt;br /&gt;
: CUFE or CUDE of the referenced document&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; When InternalCode is &#039;5&#039;&lt;br /&gt;
: &#039;&#039;&#039;Mandatory&#039;&#039;&#039; In invoices, it must be filled out only when the electronic invoice originates from the correction or adjustment that occurs through a NC or ND&lt;br /&gt;
: &#039;&#039;&#039;Mandatory&#039;&#039;&#039; In N.C and N.D, are the references to electronic invoices affected by the Note. You can only report electronic invoices of the same acquirer&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If CUFE or CUDE does not exist in the DIAN&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /Invoice/cac:BillingReference/cac:CreditNoteDocumentReference/cbc:UUID&lt;br /&gt;
: /CreditNote/cac:BillingReference/cac:InvoiceDocumentReference/cbc:UUID&lt;br /&gt;
: /DebitNote/cac:BillingReference/cac:InvoiceDocumentReference/cbc:UUID&lt;br /&gt;
|-&lt;br /&gt;
|descripcion&lt;br /&gt;
|Array &amp;lt;String&amp;gt;&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|20..5000&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Description of the nature of the correction&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; When InternalCode is &#039;4&#039;&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:DiscrepancyResponse/cbc:Description &lt;br /&gt;
|-&lt;br /&gt;
|extras&lt;br /&gt;
|Array &amp;lt;Extensible&amp;gt; &lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Optional fields or information for the issuer&#039;s business model&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined&lt;br /&gt;
: (see detail in [[#Class.Extensible|Class.Extensible]])&lt;br /&gt;
|-&lt;br /&gt;
|fecha&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|10&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Fecha de emision del documento referenciado, en formato: YYYY-MM-DD &lt;br /&gt;
: &#039;&#039;&#039;Mandatory&#039;&#039;&#039; When internal code is &#039;1&#039;, &#039;2&#039;, &#039;3&#039; or &#039;5&#039;&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the date is later than that of the referenced document&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /Invoice/cac:BillingReference/cac:CreditNoteDocumentReference/cbc:IssueDate&lt;br /&gt;
: /CreditNote/cac:BillingReference/cac:InvoiceDocumentReference/cbc:IssueDate&lt;br /&gt;
: /DebitNote/cac:BillingReference/cac:InvoiceDocumentReference&lt;br /&gt;
: /cbc:IssueDate&lt;br /&gt;
|-&lt;br /&gt;
|fechaFinValidez&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|10&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: End of Validity Date&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Undefined&lt;br /&gt;
|-&lt;br /&gt;
|fechaInicioValidez&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|10&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Validity Start Date&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Undefined&lt;br /&gt;
|-&lt;br /&gt;
|numeroDocumento&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN..20&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|SI&lt;br /&gt;
|&lt;br /&gt;
: Concatenation of the prefix and the referenced document number&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; if codigoInterno is reported equal to &#039;1&#039;, &#039;2&#039;, &#039;3&#039;, &#039;4&#039; or &#039;5&#039; and the reference document ID is not related&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /Invoice/cac:BillingReference/cac:CreditNoteDocumentReference/cbc:ID&lt;br /&gt;
: /CreditNote/cac:BillingReference/cac:InvoiceDocumentReference/cbc:ID&lt;br /&gt;
: /DebitNote/cac:BillingReference/cac:InvoiceDocumentReference&lt;br /&gt;
: /cbc:ID&lt;br /&gt;
|-&lt;br /&gt;
|tipoCUFE&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..11&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C &lt;br /&gt;
|&lt;br /&gt;
: CUFE type algorithm.&lt;br /&gt;
: “CUFE-SHA384” or “CUDE-SHA384”&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; When InternalCode is &#039;5&#039;&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /Invoice/cac:BillingReference/cac:CreditNoteDocumentReference&lt;br /&gt;
: /cbc:UUID/@schemeName &lt;br /&gt;
: /CreditNote/cac:BillingReference/cac:InvoiceDocumentReference&lt;br /&gt;
: /cbc:UUID/@schemeName&lt;br /&gt;
: /DebitNote/cac:BillingReference/cac: InvoiceDocumentReference&lt;br /&gt;
: /cbc:UUID/@schemeName&lt;br /&gt;
|-&lt;br /&gt;
|tipoDocumento&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Description of the type of referenced document, Example: &amp;quot;National Sales Invoice&amp;quot;&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined&lt;br /&gt;
|-&lt;br /&gt;
|tipoDocumentoCodigo&lt;br /&gt;
|String &lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Identifier of the referenced document type&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; When InternalCode is &#039;1&#039;  &lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If codigoInterno equal to &#039;1&#039; and the content of this attribute does not correspond to one of the values ​​of the  [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 21|Tabla 21]]&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Undefined&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;@IMPORTANT:&#039;&#039;&#039;&lt;br /&gt;
# To reference &#039;&#039;&#039;sales invoices when issuing a NC or ND&#039;&#039;&#039;, two objects of type DocumentosReferenciados must be sent indicating the following:&lt;br /&gt;
#* &#039;&#039;&#039;Object 1&#039;&#039;&#039;: indicating the fields codigoEstatusDocumento; CodihoInterno = &#039;4&#039;, numeroDocumento, descripcion.&lt;br /&gt;
#* &#039;&#039;&#039;Object 2&#039;&#039;&#039;: if the &#039;&#039;&#039;tipoOperacion is equal to 20 (for NC) or 30 (for ND)&#039;&#039;&#039; and codigoInterno = &#039;5&#039;, the fields are validated: cufeDocReferenciado, date, and DocumentNumber.&lt;br /&gt;
# When transmitting a &#039;&#039;&#039;Factura de Contingencia &#039;&#039;&#039;, an array of the documentosReferenciados type must be sent, indicating the fields: internal code = &#039;1&#039;, numberDocument, date, tipoDocumentCode (corresponding to Contingenc Invoice).&lt;br /&gt;
# To reference &#039;&#039;&#039;Dispatch Documents&#039;&#039;&#039; (internal code = &#039;2&#039;) or &#039;&#039;&#039;Reception Documents&#039;&#039;&#039; (internal code = &#039;3&#039;) the fields are validated: documentnumber and date.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
====Class.sectorSalud====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description &lt;br /&gt;
|-&lt;br /&gt;
|Beneficiario&lt;br /&gt;
|Beneficiario&lt;br /&gt;
| -&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Complementary data of the beneficiary of the health service for collection scenarios.&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:AccountingCustomerParty/cac:Person&lt;br /&gt;
: (see detail in [[#Class.Beneficiario|Class.Beneficiario]])&lt;br /&gt;
|-&lt;br /&gt;
|extras&lt;br /&gt;
|Array &amp;lt;Extras&amp;gt; &lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Optional fields or information for the issuer&#039;s business model.&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined&lt;br /&gt;
: (see detail in [[#Class.Extras|Class.Extras]])&lt;br /&gt;
|-&lt;br /&gt;
|IdPersonalizacion&lt;br /&gt;
|String&lt;br /&gt;
|Por definir&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: To indicate the type of operation through which the collection was made in the accreditation or report scenarios&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: To be defined&lt;br /&gt;
|-&lt;br /&gt;
|Pacientes&lt;br /&gt;
|Array &amp;lt;DatosPacienteSalud&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|C/C&lt;br /&gt;
|For the report of the additional data fields of the Health Sector&lt;br /&gt;
: (see detail in [[#Class.DatosPacientesSalud|Class.DatosPacientesSalud]])&lt;br /&gt;
|-&lt;br /&gt;
|TipoEscenario&lt;br /&gt;
|String &lt;br /&gt;
|&amp;lt;nowiki&amp;gt; N|1 &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Type of Health Sector Scenario. [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 27|Tabla 27]]&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;NOTE: The issuance of health sector documents is only available through version 4 of the issuance service. &amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Class.Beneficiario====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description &lt;br /&gt;
|-&lt;br /&gt;
|DireccionResidencia&lt;br /&gt;
|Direccion&lt;br /&gt;
| -&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Information detailing the address of the beneficiary of the health service.&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:ResidenceAddress&lt;br /&gt;
: (see detail in [[#Class.Direccion|Class.Direccion]])&lt;br /&gt;
|-&lt;br /&gt;
|TipoIdentificacion&lt;br /&gt;
|Array &amp;lt;GeneralSalud&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Identification type of the beneficiary user of the health service.&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: cbc:ID/@schemeID&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Class.DatosPacientesSalud====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description &lt;br /&gt;
|-&lt;br /&gt;
|CamposGenerales&lt;br /&gt;
|Array &amp;lt;GeneralSalud&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Additional data fields of the Health Sector to report information associated with the beneficiaries of the health service&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Invoice/ext:UBLExtensions/ext:UBLExtension&lt;br /&gt;
: (see detail in [[#Class.Direccion|Class.Direccion]])&lt;br /&gt;
|-&lt;br /&gt;
|TipoIdentificacion&lt;br /&gt;
|Array &amp;lt;GeneralSalud&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Identification type of the beneficiary user of the health service.&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: cbc:ID/@schemeID&lt;br /&gt;
: (see detail in [[#Class.GeneralSalud|Class.GeneralSalud]])&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Class.GeneralSalud====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description &lt;br /&gt;
|-&lt;br /&gt;
|nombre&lt;br /&gt;
|String&lt;br /&gt;
|N|..2&lt;br /&gt;
|Si&lt;br /&gt;
|&lt;br /&gt;
: Additional data field code.&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;:../Interoperabilidad/Group schemeName=&amp;quot;Sector Salud&amp;quot;/Collection schemeName=&amp;quot;Usuario&amp;quot;/AdditionalInformation/Name&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;@Note:&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; It must correspond to one of the codes in the column[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 28|Tabla 28]] &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|valor&lt;br /&gt;
|String&lt;br /&gt;
|depends on the field&lt;br /&gt;
|Yes&lt;br /&gt;
|&lt;br /&gt;
: Value of the additional data field of the health sector as appropriate.&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../Interoperabilidad/Group schemeName=&amp;quot;Sector Salud&amp;quot;/Collection schemeName=&amp;quot;Usuario&amp;quot;/AdditionalInformation/Value&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Important&#039;&#039;&#039;: In the case of the field &#039;&#039;&#039;rangoNumeracion&#039;&#039;&#039;, this value must always have the following format (Pefijo-campoDesde), that is, said field is independent of the sequential mode configured in the portal (manual with prefix or manual without prefix).&lt;br /&gt;
 &lt;br /&gt;
In the case of the field &#039;&#039;&#039;consecutivoDocumento&#039;&#039;&#039;, This field does depend on the sequential mode configured in the web portal.&lt;br /&gt;
* If the assigned modality is&#039;&#039;“manual sin prefijo”&#039;&#039;, the values ​​for the fields rangoNumeracion and consecutivoDocumento’ They should be for example:&lt;br /&gt;
:: Invoice #1: rangoNumeracion= &amp;quot;PRUE-1&amp;quot;, consecutivoDocumento= &amp;quot;1&amp;quot;&lt;br /&gt;
:: Invoice #2: rangeNumeracion= &amp;quot;PRUE-1&amp;quot;, consecutiveDocument= &amp;quot;2&amp;quot;&lt;br /&gt;
:: ...&lt;br /&gt;
:: Invoice #1000: rangoNumeracion= &amp;quot;PRUE-1&amp;quot;, consecutivoDocumento= &amp;quot;1000&amp;quot;&lt;br /&gt;
&lt;br /&gt;
*If the assigned modality is &#039;&#039;“manual with prefix”&#039;&#039;, the values ​​for the fields rangoNumeracion and consecutivoDocumento must be, for example:&lt;br /&gt;
:: Invoice #1: rangeNumeracion= &amp;quot;PRUE-1&amp;quot;, consecutiveDocument= &amp;quot;PRUE1&amp;quot;&lt;br /&gt;
:: Invoice #2: rangoNumeracion= &amp;quot;PRUE-1&amp;quot;, consecutivoDocumento= &amp;quot;PRUE2&amp;quot;&lt;br /&gt;
:: ...&lt;br /&gt;
:: Invoice #1000: rangeNumeracion= &amp;quot;PRUE-1&amp;quot;, consecutivoDocumento= &amp;quot;PRUE1000&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
; RESPONSE: Parameters to Receive&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot; &lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|ID&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description &lt;br /&gt;
|-&lt;br /&gt;
|int&lt;br /&gt;
|codigo&lt;br /&gt;
|Indicates the status of the operation returned by the service, (to define catalog)&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|consecutivoDocumento&lt;br /&gt;
|Prefix and Consecutive of the Concatenated Document without separators. For the example above it corresponds to: “PRUE980338337”&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|cufe&lt;br /&gt;
|&amp;quot;Unique Electronic Invoice Code&amp;quot; corresponding to the document consulted.&lt;br /&gt;
|-&lt;br /&gt;
|Bool&lt;br /&gt;
|esValidoDian&lt;br /&gt;
|“true” if valid&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|fechaAceptacionDIAN&lt;br /&gt;
|Day and time in which the DIAN accepted the electronic document, in YYYY-MM-DD HH:MM:SS format&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|fechaRespuesta&lt;br /&gt;
|Day and time in which the electronic document was generated, in format AAAA-MM-DD HH:MM:SS&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|hash&lt;br /&gt;
|Error detection code &lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|mensaje&lt;br /&gt;
|This message is associated with the response code, useful for error identification&lt;br /&gt;
|-&lt;br /&gt;
|Array&lt;br /&gt;
|mensajesValidacion&lt;br /&gt;
|Validation messages in case of notification or rejection&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|nombre&lt;br /&gt;
|Name defined by the DIAN&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|qr&lt;br /&gt;
|QR code string concatenation (control element)&lt;br /&gt;
|-&lt;br /&gt;
|Array&lt;br /&gt;
|reglasNotificacionDIAN&lt;br /&gt;
|Validation rules in case of notification&lt;br /&gt;
|-&lt;br /&gt;
|Array&lt;br /&gt;
|reglasValidacionDIAN&lt;br /&gt;
|Validation rules in case of rejection&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|resultado&lt;br /&gt;
|Method consumption result: Processed” or “Error” &lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|tipoCufe&lt;br /&gt;
|CUFE type algorithm. “CUFE-SHA384” or “CUDE-SHA384”&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|xml&lt;br /&gt;
|XML file (type AttachedDocument) encoded in Base64&lt;br /&gt;
|}&lt;br /&gt;
Once the electronic invoice has been sent successfully (code &#039;200&#039; or &#039;201&#039; in the response), the attached files are sent (through the method&#039;&#039;&#039;CargarAdjuntos&#039;&#039;&#039;) consuming the SOAP Web Attachments Service, in the scenario that the &#039;&#039;&#039;attachments&#039;&#039;&#039; parameter has been assigned to “1” or “11”, otherwise the SOAP Web Attachments Service will return an error indicating that the document does NOT support attachments.&lt;br /&gt;
{{clear}}&lt;br /&gt;
&lt;br /&gt;
===EstadoDocumento Method===&lt;br /&gt;
It allows you to consult the status of the document indicated before the Acquirer, before the DIAN, the type of delivery and if it was successful, the list of associated events (ApplicationResponse) and other parameters of interest that can be useful in the software control processes billing (ERP) or for the business model of the issuing client.&lt;br /&gt;
; REQUEST: Parameters to Send&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Identifier&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;3&amp;quot;|String&lt;br /&gt;
|tokenEmpresa&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|Supplied by The Factory HKA Colombia&lt;br /&gt;
|-&lt;br /&gt;
|tokenPassword&lt;br /&gt;
|-&lt;br /&gt;
|Documento&lt;br /&gt;
|Prefix and Consecutive of the electronic Document concatenated without separators. Example “PRUE980338212&lt;br /&gt;
|}&lt;br /&gt;
; RESPONSE: Parameters to Receive&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot; &lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Typr&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Identifier&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Bool&lt;br /&gt;
|aceptacionFisica&lt;br /&gt;
|Indicates if the document has physical acceptance (physically delivered): “true” or “false”&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|acuseComentario&lt;br /&gt;
|Comment informed by the acquirer when making the acknowledgment&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|acuseEstatus&lt;br /&gt;
|0: Acknowledgment not made ; 1: Acknowledgment made&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|acuseResponsable&lt;br /&gt;
|Email of the person responsible for making the acknowledgment&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|acuseRespuesta&lt;br /&gt;
|0: Response not sent; 1: Reply Sent&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|ambiente&lt;br /&gt;
|Type of document generation environment:&lt;br /&gt;
:: “1: ProductionEnvironment”&lt;br /&gt;
:: “2: TestEnvironment”&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|cadenaCodigoQR&lt;br /&gt;
|QR code string concatenation (control element)&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|cadenaCufe&lt;br /&gt;
|Chain concatenation of the CUFE code prior to calculation by the corresponding algorithm of the service&lt;br /&gt;
|-&lt;br /&gt;
|int&lt;br /&gt;
|Codigo&lt;br /&gt;
|Indicates the status of the operation returned by the service&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|consecutivo&lt;br /&gt;
|Consecutive Document TFHKA/DIAN&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|cufe&lt;br /&gt;
|&amp;quot;Unique Code of Electronic Invoice&amp;quot; corresponding to the document consulted, calculated by the corresponding algorithm of the service&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|descripcionDocumento&lt;br /&gt;
|Reference document type identifier,&lt;br /&gt;
: Example: &amp;quot;National Sales Invoice&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|String &lt;br /&gt;
|descripcionEstatusDocumento&lt;br /&gt;
|Description corresponding to the statusDocument before the DIAN: &amp;quot;Processed Correctly&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|entregaMetodoDIAN&lt;br /&gt;
|Indicates the delivery method to the DIAN&lt;br /&gt;
: (Synchronous or Asynchronous), (Individual or Batch)&lt;br /&gt;
|-&lt;br /&gt;
|Bool&lt;br /&gt;
|esValidoDIAN&lt;br /&gt;
| &lt;br /&gt;
: “true” if valid&lt;br /&gt;
: &amp;quot;false&amp;quot; If not valid&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|estatusDocumento&lt;br /&gt;
|Code obtained in the response corresponding to the status of the document before the DIAN (Catalogue to be defined)&lt;br /&gt;
|-&lt;br /&gt;
|Array &amp;lt;Evento&amp;gt;&lt;br /&gt;
|eventos&lt;br /&gt;
|List of Electronic Document events&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|fechaAceptacionDIAN&lt;br /&gt;
|Day and time in which the DIAN accepted the electronic document, in format AAAA-MM-DD HH:MM:SS&lt;br /&gt;
|-&lt;br /&gt;
|String &lt;br /&gt;
|fechaDocumento&lt;br /&gt;
|Date on which the document was generated, in format: AAAA-MM-DD&lt;br /&gt;
|-&lt;br /&gt;
|Array &amp;lt;HistorialDeEntregas&amp;gt;&lt;br /&gt;
|historialDeEntregas&lt;br /&gt;
|History of document deliveries&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|mensaje&lt;br /&gt;
|This message is associated with the code, useful for identifying errors&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|mensajeDocumento&lt;br /&gt;
|Provides a description of the error of each of the initial validations. If there are no errors, no description is provided.&lt;br /&gt;
|-&lt;br /&gt;
|Bool&lt;br /&gt;
|poseeAdjuntos&lt;br /&gt;
|Indicates if the document has attachments:&lt;br /&gt;
: &amp;quot;true&amp;quot; or &amp;quot;false&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Bool&lt;br /&gt;
|poseeRepresentacionGrafica&lt;br /&gt;
|Indicates if the document has a graphic representation:&lt;br /&gt;
: &amp;quot;true&amp;quot; or &amp;quot;false&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Array &amp;lt;String&amp;gt;&lt;br /&gt;
|reglasValidacionDIAN&lt;br /&gt;
|Validation messages by the DIAN&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|resultado&lt;br /&gt;
|Result of method consumption:&lt;br /&gt;
: “Processed” or “Error”&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|tipoCufe&lt;br /&gt;
|Algorithm used to calculate CUFE:&lt;br /&gt;
: SHA-256, SHA-384, SHA-512&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|tipoDocumento&lt;br /&gt;
|Reference document type identifier&lt;br /&gt;
: Watch   [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 1|Tabla 1]]&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|trackID&lt;br /&gt;
|This element corresponds to the TrackId of the processed document&lt;br /&gt;
|}&lt;br /&gt;
Where Class.Evento contains the following information:&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot; &lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|identifier&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|ambienteDIAN&lt;br /&gt;
|Generation environment in the DIAN&lt;br /&gt;
: “1:ambienteDeProducción” &lt;br /&gt;
: “2:ambienteDePruebas” &lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|codigo &lt;br /&gt;
|Code the document of the Application Response (event)&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|comentario&lt;br /&gt;
|event commentary&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|cufe&lt;br /&gt;
|CUFE of the electronic document&lt;br /&gt;
|-&lt;br /&gt;
|String &lt;br /&gt;
|descripcionEvento&lt;br /&gt;
|Description of use/source of the event&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|emisorNumeroDocumento&lt;br /&gt;
|Issuer Identification Number&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|emisorNumeroDocumentoDV&lt;br /&gt;
|Issuer Document Number Check Digit&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|emisorRazonSocial&lt;br /&gt;
|Company Name of the Issuer&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|emisorTipoIdentificacion&lt;br /&gt;
|Issuer Identification Type&lt;br /&gt;
|-&lt;br /&gt;
|Array &amp;lt;ExtrasEvento&amp;gt;&lt;br /&gt;
|extras&lt;br /&gt;
|Extra information corresponding to the event&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|fechaEmision&lt;br /&gt;
|Date of Issue of the Application Response (event)&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|fechaRecepcion&lt;br /&gt;
|Application Response Reception Date (event) &lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|hash&lt;br /&gt;
|Application Response document hash&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|idPerfilDIAN&lt;br /&gt;
|DIAN Profile&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|mensaje&lt;br /&gt;
|ApplicationResponse description message&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|nombreArchivoXML&lt;br /&gt;
|XML file name&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|nota&lt;br /&gt;
|Content of the Note field of the Application Response&lt;br /&gt;
|-&lt;br /&gt;
|String &lt;br /&gt;
|numeroDelEvento&lt;br /&gt;
|Consecutive Application Response&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|receptorNumeroDocumento&lt;br /&gt;
|Receiver Identification Number&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|receptorNumeroDocumentoDV&lt;br /&gt;
|Receiver Document Number Check Digit&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|receptorRazonSocial&lt;br /&gt;
|Receiver&#039;s Business Name&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|receptorTipoIdentificacion&lt;br /&gt;
|Receiver Identification Type &lt;br /&gt;
|-&lt;br /&gt;
|String &lt;br /&gt;
|resultado&lt;br /&gt;
|Result of method consumption:&lt;br /&gt;
: “Processed” or “Error”&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|tipoCufe&lt;br /&gt;
|Algorithm used to calculate CUDE of the event:&lt;br /&gt;
: SHA-256, SHA-384, SHA-512&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|tipoEvento&lt;br /&gt;
|Event type identifier:&lt;br /&gt;
: (Internal/ApplicationResponse)&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|versionUBL&lt;br /&gt;
|UBL version of the XML&lt;br /&gt;
|}&lt;br /&gt;
And Class.ExtrasEvento contains the following information:&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot; &lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Identifier&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|codigoInterno1&lt;br /&gt;
|Hashtag&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|codigoInterno2&lt;br /&gt;
|Additional Description&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|nombre&lt;br /&gt;
|Additional Description&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|valor &lt;br /&gt;
|Información Adicional&lt;br /&gt;
|}&lt;br /&gt;
Class.HistorialDeEntregas will correspond to:&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot; &lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Identifier&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|LeidoEmailIPAddress&lt;br /&gt;
|IP address of the computer in which the acknowledgment of the notification mail was made&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|LeidoEstatus&lt;br /&gt;
|Notification mail acknowledgment status&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|LeidoFecha&lt;br /&gt;
|Date of acknowledgment of notification mail&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|canalDeEntrega&lt;br /&gt;
|Electronic document delivery channel&lt;br /&gt;
|-&lt;br /&gt;
|Array &amp;lt;String&amp;gt;&lt;br /&gt;
|email&lt;br /&gt;
|Email of the recipient of the electronic document&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|entregaEstatus&lt;br /&gt;
|Delivery status:&lt;br /&gt;
: &#039;0&#039;: Mail not sent&lt;br /&gt;
: &#039;200&#039;: Mail sent&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|entregaEstatusDescripcion&lt;br /&gt;
|Delivery Status Description&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|entregaFecha&lt;br /&gt;
|Document delivery date&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|fechaProgramada&lt;br /&gt;
|Delivery Date&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|mensajePersonalizado&lt;br /&gt;
|Personalized message to be delivered by Email, WhatsApp or Telegram&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|nitProveedorReceptor&lt;br /&gt;
|NIT of the receiving Technological Provider, in case of delivery by Interoperability&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|recepcionEmailComentario&lt;br /&gt;
|Customer Acknowledgment Comment&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|recepcionEmailEstatus&lt;br /&gt;
|E-mail reception status&lt;br /&gt;
: 1: Accepted&lt;br /&gt;
: 2: Rejected&lt;br /&gt;
: 3: In verification&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|recepcionEmailFecha&lt;br /&gt;
|Date of receipt of the Email&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|recepcionEmailIPAddress&lt;br /&gt;
|Email receiving IP address&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|telefono&lt;br /&gt;
|For delivery by Whatsapp/Telegram&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;@Important:&#039;&#039;&#039; The structure of this Response may still be subject to change in a future update. &lt;br /&gt;
{{clear}}&lt;br /&gt;
===EnvioCorreo Method===&lt;br /&gt;
Allows you to forward the indicated document to one or more email addresses.&lt;br /&gt;
; REQUEST: Parameters to Send&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot; &lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Identifier&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;5&amp;quot;|String&lt;br /&gt;
|tokenEmpresa&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|Supplied by The Factory HKA Colombia&lt;br /&gt;
|-&lt;br /&gt;
|tokenPassword&lt;br /&gt;
|-&lt;br /&gt;
|Documento&lt;br /&gt;
|Prefix and consecutive of the Electronic Document concatenated without separators. Example “PRUE980338212”. Allows sending multiple recipients (maximum 5) separated by a comma character &#039;,&#039;&lt;br /&gt;
|-&lt;br /&gt;
|correo	&lt;br /&gt;
|Email to which the document will be sent. Example name@company.com&lt;br /&gt;
|-&lt;br /&gt;
|adjuntos	&lt;br /&gt;
|&lt;br /&gt;
: “0”: Resends the mail without attachments&lt;br /&gt;
: “1”: Forwards the mail with the attachments stored during the issuance of the document.&lt;br /&gt;
|}&lt;br /&gt;
; RESPONSE: Parameters to Receive&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot; &lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Identifier&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|int	&lt;br /&gt;
|codigo	&lt;br /&gt;
|Indicates the status of the operation returned by the service&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|String&lt;br /&gt;
|mensaje	&lt;br /&gt;
|This message is associated with the code, useful for identifying errors&lt;br /&gt;
|-&lt;br /&gt;
|resultado	&lt;br /&gt;
|Result of method consumption:&lt;br /&gt;
: “Processed” or “Error”&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;@Important:&#039;&#039;&#039; If during the issuance of the document (&#039;&#039;&#039;Send&#039;&#039;&#039; method) the &#039;&#039;&#039;attachments&#039;&#039;&#039; parameter was set to “10” or “11”, The Factory HKA - DFACTURE platform does not will generate standard graphical representation (PDF), therefore only the documents hosted on the platform (AttachedDocument) will be forwarded to the recipients. To forward the mail (with the AttachedDocument and attachments) to an email address different from the one used during the transmission, the &#039;&#039;&#039;CargarAtjuntos&#039;&#039;&#039; method of the SOAP Web Attachments Service can be used again.&lt;br /&gt;
{{clear}}&lt;br /&gt;
===DescargaPDF Method===&lt;br /&gt;
Allows you to download the standard graphic representation (PDF generated by TFHKA) of the document for local storage, local consultation or reprint purposes.&lt;br /&gt;
; REQUEST: Parameters to Send&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot; &lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Identifier&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;3&amp;quot;|String&lt;br /&gt;
|tokenEmpresa&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|Supplied by The Factory HKA Colombia&lt;br /&gt;
|-&lt;br /&gt;
|tokenPassword&lt;br /&gt;
|-&lt;br /&gt;
|documento&lt;br /&gt;
|prefix and consecutive of the Electronic Document concatenated without separators. Example “PRUE980338212”&lt;br /&gt;
|}&lt;br /&gt;
; RESPONSE: Parameters to Receive&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot; &lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Identifier&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|int	&lt;br /&gt;
|codigo	&lt;br /&gt;
|Indicates the status of the operation returned by the service &lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|cufe	&lt;br /&gt;
|“Unique Electronic Invoice Code” corresponding to the document consulted.&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|documento	&lt;br /&gt;
|Base64 encoded PDF document&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|hash	&lt;br /&gt;
|Error detection code&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|mensaje	&lt;br /&gt;
|This message is associated with the code, useful for identifying errors&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|resultado	&lt;br /&gt;
|Result of method consumption:&lt;br /&gt;
: “Processed” or “Error”&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;@Important:&#039;&#039;&#039; If during the issuance of the document (&#039;&#039;&#039;Enviar&#039;&#039;&#039; method) the &#039;&#039;&#039;adjuntos&#039;&#039;&#039; parameter was set to “10” or “11”, The Factory HKA - DFACTURE platform will not will generate standard graphic representation (PDF), therefore this method cannot be used since the service will throw an error indicating that there is NO associated PDF, since it is assumed that the graphic representation has been generated locally by the billing software (ERP).&lt;br /&gt;
{{clear}}&lt;br /&gt;
=== DescargaXML Method===&lt;br /&gt;
It allows the download of the XML document (only the electronic document Invoice, CreditNote and DebitNote), in case it is required to validate the information such as the signature or its authenticity or for the purpose of local management and storage.&lt;br /&gt;
; REQUEST: Parameters to Send&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Identifier&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;3&amp;quot;|String&lt;br /&gt;
|tokenEmpresa&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|Supplied by The Factory HKA Colombia&lt;br /&gt;
|-&lt;br /&gt;
|tokenPassword&lt;br /&gt;
|-&lt;br /&gt;
|Documento&lt;br /&gt;
|Prefix and Consecutive of the electronic Document concatenated without separators. Example “PRUE980338212&lt;br /&gt;
|}&lt;br /&gt;
; RESPONSE: Parameters to Receive&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot; &lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Identifier&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|int	&lt;br /&gt;
|codigo	&lt;br /&gt;
|Indicates the status of the operation returned by the service &lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|cufe	&lt;br /&gt;
|“Unique Electronic Invoice Code” corresponding to the document consulted&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|documento	&lt;br /&gt;
|XML document (Invoice, CreditNote or DebitNote) encoded in Base64&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|hash	&lt;br /&gt;
|Error detection code&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|mensaje	&lt;br /&gt;
|This message is associated with the code, useful for identifying errors&lt;br /&gt;
|-&lt;br /&gt;
|String 	&lt;br /&gt;
|resultado	&lt;br /&gt;
|Result of method consumption:&lt;br /&gt;
: “Processed” or “Error”&lt;br /&gt;
|}&lt;br /&gt;
{{clear}}&lt;br /&gt;
===FoliosRestantes Method===&lt;br /&gt;
Allows you to consult the stamps (transactions) available. The stamps are consumed in proportion to the transactions made.&lt;br /&gt;
; REQUEST: Parameters to Send&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Identifier&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|String&lt;br /&gt;
|tokenEmpresa&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|Supplied by The Factory HKA Colombia&lt;br /&gt;
|-&lt;br /&gt;
|tokenPassword&lt;br /&gt;
|}&lt;br /&gt;
; RESPONSE:Parameters to Receive&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot; &lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Identifier&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|int	&lt;br /&gt;
|codigo	&lt;br /&gt;
|Indicates the status of the operation returned by the service&lt;br /&gt;
|-&lt;br /&gt;
|int	&lt;br /&gt;
|foliosRestantes	&lt;br /&gt;
|Number of sheets available&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|mensaje	&lt;br /&gt;
|This message is associated with the code, useful for identifying errors&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|resultado	&lt;br /&gt;
|Result of method consumption:&lt;br /&gt;
: “Processed” or “Error”&lt;br /&gt;
|}&lt;br /&gt;
{{clear}}&lt;br /&gt;
===CargarCertificado Method===&lt;br /&gt;
For now, this method will only be used internally by The Factory HKA Colombia.&lt;br /&gt;
{{clear}}&lt;br /&gt;
===DescargarEventoXML Method===&lt;br /&gt;
It allows downloading an event or occurrence (ApplicationResponse) related to an Electronic Document (Invoice, CreditNote or DebitNote), generated by a person or entity related to this document (DIAN, Issuer, Acquirer).&lt;br /&gt;
; REQUEST: Parameters to Send&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot; &lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Identifier&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;4&amp;quot;|String&lt;br /&gt;
|tokenEmpresa&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|Supplied by The Factory HKA Colombia&lt;br /&gt;
|-&lt;br /&gt;
|tokenPassword&lt;br /&gt;
|-&lt;br /&gt;
|documentoEvento&lt;br /&gt;
|Consecutive of the event (ApplicationResponse)&lt;br /&gt;
|-&lt;br /&gt;
|Documento&lt;br /&gt;
|Prefix and Consecutive of the electronic Document concatenated without separators. Example “PRUE980338212&lt;br /&gt;
|}&lt;br /&gt;
;RESPONSE: Parameters to Receive&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot; &lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Identifier&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|int	&lt;br /&gt;
|Código	&lt;br /&gt;
|Indicates the status of the operation returned by the service&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|Cufe	&lt;br /&gt;
|Event CUFE (ApplicationResponse)&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|Documento	&lt;br /&gt;
|XML document (ApplicationResponse) encoded in Base64&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|fechaRespuesta	&lt;br /&gt;
|Date and Time consumption of the method, format: AAAA-MM-DD HH:MM:SS  &lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|Hash	&lt;br /&gt;
|Error detection code&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|Mensaje	&lt;br /&gt;
|This message is associated with the code, useful for error identification.&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|Resultado	&lt;br /&gt;
|Result of method consumption:&lt;br /&gt;
: “Processed” or “Error”&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|tipoCufe	&lt;br /&gt;
|Algorithm used to calculate CUFE:&lt;br /&gt;
: SHA-256, SHA-384, SHA-512&lt;br /&gt;
|}&lt;br /&gt;
{{clear}}&lt;br /&gt;
===GenerarContenedor Method===&lt;br /&gt;
UA container is a type of AttachedDocument document, its structure is intended to contain and transmit an electronic document (Invoice, CreditNote or DebitNote) and all the events (ApplicationResponse) generated to date in a single XML file.&lt;br /&gt;
; REQUEST: Parameters to Send&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Identifier&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;3&amp;quot;|String&lt;br /&gt;
|tokenEmpresa&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|Supplied by The Factory HKA Colombia&lt;br /&gt;
|-&lt;br /&gt;
|tokenPassword&lt;br /&gt;
|-&lt;br /&gt;
|Documento&lt;br /&gt;
|Prefix and Consecutive of the electronic Document concatenated without separators. Example “PRUE980338212&lt;br /&gt;
|}&lt;br /&gt;
; RESPONSE: Parameters to Receive&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot; &lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Identifier&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|int	&lt;br /&gt;
|Código	&lt;br /&gt;
|Indicates the status of the operation returned by the service &lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|Contenedor	&lt;br /&gt;
|XML document (AttachedDocument) encoded in Base64 &lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|Fecha	&lt;br /&gt;
|Date and Time consumption of the method, format: AAAA-MM-DD HH:MM:SS &lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|Hash	&lt;br /&gt;
|Error detection code&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|Mensaje	&lt;br /&gt;
|This message is associated with the code, useful for error identification.&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|Resultado	&lt;br /&gt;
|Result of method consumption:&lt;br /&gt;
: “Processed” or “Error”&lt;br /&gt;
|}&lt;br /&gt;
{{clear}}&lt;br /&gt;
===GenerarEvento Method===&lt;br /&gt;
Allows the generation of an event or occurrence (ApplicationResponse) associated with an Electronic Document (Invoice, CreditNote or DebitNote), generated by a person or entity related to this document (DIAN, Issuer, Acquirer).&lt;br /&gt;
; REQUEST: Parameters to Send&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;   &lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Identifier&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|String&lt;br /&gt;
|tokenEmpresa&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|Supplied by The Factory HKA Colombia&lt;br /&gt;
|-&lt;br /&gt;
|tokenPassword&lt;br /&gt;
|-&lt;br /&gt;
|DatosEvento&lt;br /&gt;
|datosEvento&lt;br /&gt;
|Object with the data of the event (ApplicationResponse) to generate&lt;br /&gt;
|}&lt;br /&gt;
Where Class.DatosEvento contains the following information:&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Identifier&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|codigoEvento	&lt;br /&gt;
|Indicates the code of the event (to define catalog)&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|codigoInterno1	&lt;br /&gt;
|Hashtag&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|codigoInterno2	&lt;br /&gt;
|Additional Description&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|Comentario	&lt;br /&gt;
|Comment or description of the event&lt;br /&gt;
|-&lt;br /&gt;
|String 	&lt;br /&gt;
|Documento	&lt;br /&gt;
|Prefix and consecutive of the Electronic Document concatenated without separators. Example “PRUE980338212”&lt;br /&gt;
|-&lt;br /&gt;
|Array &amp;lt;ExtrasEvento&amp;gt;	&lt;br /&gt;
|Extras	&lt;br /&gt;
|Additional event information&lt;br /&gt;
|}&lt;br /&gt;
Where Class.ExtrasEvento contains the following information:&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Identifier&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|codigoInterno1	&lt;br /&gt;
|Hashtag&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|codigoInterno2	&lt;br /&gt;
|Additional Description&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|Nombre	Código &lt;br /&gt;
|of the field&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|valor 	&lt;br /&gt;
|Additional Information&lt;br /&gt;
|}&lt;br /&gt;
; RESPONSE: Parameters to Receive&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot; &lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Identifier&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|int	&lt;br /&gt;
|Código	&lt;br /&gt;
|Indicates the status of the operation returned by the service &lt;br /&gt;
|-&lt;br /&gt;
|String 	&lt;br /&gt;
|consecutivoDocumentoEvento	&lt;br /&gt;
|Consecutive of the event (ApplicationResponse)&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|Cufe	&lt;br /&gt;
|Event CUFE (ApplicationResponse)&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|fechaRespuesta	&lt;br /&gt;
|Date and Time consumption of the method, format: AAAA-MM-DD HH:MM:SS &lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|Hash	&lt;br /&gt;
|Error detection code&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|Mensaje	&lt;br /&gt;
|This message is associated with the code, useful for error identification.&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|Resultado	&lt;br /&gt;
|Result of method consumption:&lt;br /&gt;
: “Processed” or “Error”&lt;br /&gt;
|-&lt;br /&gt;
|String 	&lt;br /&gt;
|tipoCufe	&lt;br /&gt;
|Algorithm used to calculate CUFE:&lt;br /&gt;
: SHA-256, SHA-384, SHA-512&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|Xml	&lt;br /&gt;
|XML document (ApplicationResponse) encoded in Base64&lt;br /&gt;
|}&lt;br /&gt;
{{clear}}&lt;/div&gt;</summary>
		<author><name>Lvargas</name></author>
	</entry>
	<entry>
		<id>http://felcowiki.thefactoryhka.com.co/index.php?title=Web_Soap_Broadcast_Service_Methods_-_Direct_Integration_Manual_Index&amp;diff=2436</id>
		<title>Web Soap Broadcast Service Methods - Direct Integration Manual Index</title>
		<link rel="alternate" type="text/html" href="http://felcowiki.thefactoryhka.com.co/index.php?title=Web_Soap_Broadcast_Service_Methods_-_Direct_Integration_Manual_Index&amp;diff=2436"/>
		<updated>2022-03-01T15:08:27Z</updated>

		<summary type="html">&lt;p&gt;Lvargas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==Web Soap Broadcast Service Methods==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
The parameters to be incorporated in the methods of this Web Service must comply with the format and the corresponding directives according to the following rules:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background:#e9e9e9; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#e9e9e9; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
| A || Alphabetic character&lt;br /&gt;
|- &lt;br /&gt;
| N || Numeric character&lt;br /&gt;
|- &lt;br /&gt;
| AN || AlphaNumeric character&lt;br /&gt;
|- &lt;br /&gt;
| &amp;lt;nowiki&amp;gt; A|3 &amp;lt;/nowiki&amp;gt; || 3 Alphabetic characters (fixed length)&lt;br /&gt;
|- &lt;br /&gt;
| &amp;lt;nowiki&amp;gt; N|3 &amp;lt;/nowiki&amp;gt; || 3 Numeric characters (fixed length)&lt;br /&gt;
|- &lt;br /&gt;
| &amp;lt;nowiki&amp;gt; AN|3 &amp;lt;/nowiki&amp;gt; || 3 alphaNumeric characters (fixed length)&lt;br /&gt;
|- &lt;br /&gt;
| &amp;lt;nowiki&amp;gt; A|..3 &amp;lt;/nowiki&amp;gt; || Up to 3 Alphabetic characters (variable length)&lt;br /&gt;
|- &lt;br /&gt;
| &amp;lt;nowiki&amp;gt; N|..3 &amp;lt;/nowiki&amp;gt; || Up to 3 Numeric characters (variable length)&lt;br /&gt;
|- &lt;br /&gt;
| &amp;lt;nowiki&amp;gt; AN|..3 &amp;lt;/nowiki&amp;gt; || Up to 3 alphaNumeric characters (variable length)&lt;br /&gt;
|- &lt;br /&gt;
| &amp;lt;nowiki&amp;gt; N|2..6 &amp;lt;/nowiki&amp;gt; || Between 2 and 6 Numeric characters (variable length)&lt;br /&gt;
|- &lt;br /&gt;
| INT32 || Whole. (Maximum Value: 2,147,483,647)&lt;br /&gt;
|}&lt;br /&gt;
{{clear}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background:#e9e9e9; text-align:center;&amp;quot;|Mandatory&lt;br /&gt;
! style=&amp;quot;background:#e9e9e9; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
| YES || If it is mandatory for the DIAN&lt;br /&gt;
|- &lt;br /&gt;
| NOT || It is not mandatory for the DIAN&lt;br /&gt;
|- &lt;br /&gt;
| C/C || It is required where applicable (or under certain conditions by the client&#039;s business model)&lt;br /&gt;
|}&lt;br /&gt;
{{clear}}&lt;br /&gt;
&lt;br /&gt;
===Enviar Method===&lt;br /&gt;
The function in charge of building and sending the electronic documents to the technology provider.&lt;br /&gt;
; REQUEST: Parameters to Send&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Identifier&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|String&lt;br /&gt;
|tokenEmpresa&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|Provided by technology provider&lt;br /&gt;
|-&lt;br /&gt;
|tokenPassword&lt;br /&gt;
|-&lt;br /&gt;
|FacturaGeneral&lt;br /&gt;
|factura&lt;br /&gt;
|See the detail of the Invoice Object below&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|adjuntos&lt;br /&gt;
|&lt;br /&gt;
Possible values:&lt;br /&gt;
: “0” Attachments are not allowed. XML and standard graphic representation is generated by The Factory HKA&lt;br /&gt;
: “1” Supports attachments. XML and standard graphic representation is generated by The Factory HKA&lt;br /&gt;
: “10” Attachments are not allowed. Only XML is generated without standard Graphic representation by The Factory HKA&lt;br /&gt;
: “11” Supports attachments. Only XML is generated without standard graphical representation by The Factory HKA&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;@IMPORTANT:&#039;&#039;&#039; If the value “1” or “11” is sent in the &#039;&#039;&#039;attachments&#039;&#039;&#039; parameter, no email will be sent until the method is consumed &#039;&#039;&#039;CargarAdjuntos&#039;&#039;&#039; (ServicE Adjuntos Web SOAP). For documents that accept attachments, the field &#039;&#039;&#039;Destinatario.email&#039;&#039;&#039; of the client is required and the &#039;&#039;&#039;notify&#039;&#039;&#039; field must be set to “YES”.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;color: red&amp;quot;&amp;gt;WARNING: If options &#039;10&#039; or &#039;11&#039; are used in the attachments parameter, our platform will not generate standard graphic representation (PDF), therefore PDF is not hosted on it and the graphic representation cannot be viewed from the platform. web portal, in the notification email to the acquirer (view document section), nor download through the DescargaPDF method  of the SOAP Web Broadcast Service or forward the graphical representation through the EnvioCorreo method, since it is being assumed that it has been generated locally by the billing software (ERP).&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Next, the diagram of the &#039;&#039;&#039;invoice object for the billing model with prior validation&#039;&#039;&#039; is exposed, where the changes in its structure can be seen with respect to the object used in the model with &amp;lt;u&amp;gt;post validation &amp;lt;/u&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
* In &amp;lt;span style=&amp;quot;color:#FFFF; background:#36C&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Blue&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; new classes/attributes that were not present in the post validation model.&lt;br /&gt;
* In &amp;lt;span style=&amp;quot;color:#000; background:#FFFF00&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Yellow&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; existing classes/attributes in the post-validation model that underwent changes in pre-validation.&lt;br /&gt;
* In &amp;lt;span style=&amp;quot;color:#00; background:#FFA500&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Orange&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; existing classes/attributes in post-validation model that are deprecated (removed) in pre-validation.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The invoice object for the billing model with prior validation is described in greater detail below:&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&#039;&#039;&#039;Diagram Class.FacturaGeneral with Class.Anticipos, Class.Autorizado and Class.CargosDescuentos&#039;&#039;&#039;&lt;br /&gt;
[[Archivo:Diagram Class.FacturaGeneral with Class.Anticipos, Class.Autorizado and Class.CargosDescuentos.png|800px|sinmarco|centro|Diagram Class.FacturaGeneral with Class.Anticipos, Class.Autorizado y Class.CargosDescuentos]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Diagram Class.FacturaGeneral with Class.Cliente&#039;&#039;&#039;&lt;br /&gt;
[[Archivo:Diagram Class.FacturaGeneral with Class.Cliente.png|800px|sinmarco|centro|Diagram Class.FacturaGeneral with Class.Cliente]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Diagram Class.FacturaGeneral with Class.CondicionPago&#039;&#039;&#039;&lt;br /&gt;
[[Archivo:Diagram Class.FacturaGeneral with Class.CondicionPago.png|800px|sinmarco|centro|Diagram Class.FacturaGeneral with Class.CondicionPago]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Diagram Class.FacturaGeneral with Class.FacturaDetalle&#039;&#039;&#039;&lt;br /&gt;
[[Archivo:Diagram Class.FacturaGeneral with Class.FacturaDetalle.png|800px|sinmarco|centro|Diagram Class.FacturaGeneral with Class.FacturaDetalle]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Diagram Class.FacturaGeneral with Class.DocumentoReferenciado&#039;&#039;&#039;&lt;br /&gt;
[[Archivo:Diagram Class.FacturaGeneral with Class.DocumentoReferenciado.png|800px|sinmarco|centro|Diagram Class.FacturaGeneral with Class.DocumentoReferenciado]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Diagram Class.FacturaGeneral Class.EntregaMercancia&#039;&#039;&#039;&lt;br /&gt;
[[Archivo:Diagram Class.FacturaGeneral Class. EntregaMercancia.png|800px|sinmarco|centro|Diagram Class.FacturaGeneral Class.EntregaMercancia]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Diagram Class.FacturaGeneral with Class.Extras. Class.FacturaImpuestos, Class.ImpuestosTotales, Class.MediosDePago, Class.OrdenDeCompra and Array - informacionAdicional&#039;&#039;&#039;&lt;br /&gt;
[[Archivo:Diagram Class.FacturaGeneral with Class.Extras. Class.FacturaImpuestos, Class.ImpuestosTotales, Class.MediosDePago, Class.OrdenDeCompra and Array - informacionAdicional.png|800px|sinmarco|centro|Diagram Class.FacturaGeneral with Class.Extras. Class.FacturaImpuestos, Class.ImpuestosTotales, Class.MediosDePago, Class.OrdenDeCompra and Array - informacionAdicional]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Diagram Class.FacturaGeneral with Class.TasaDeCambio, Class.TasaDeCambioAlternativa and Class.TerminosEntrega&#039;&#039;&#039;&lt;br /&gt;
[[Archivo:Diagram Class.FacturaGeneral with Class.TasaDeCambio, Class.TasaDeCambioAlternativa and Class.TerminosEntrega.png|800px|sinmarco|centro|Diagram Class.FacturaGeneral with Class.TasaDeCambio, Class.TasaDeCambioAlternativa and Class.TerminosEntrega]] &lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
{{clear}}&lt;br /&gt;
====Class.FacturaGeneral==== &lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description &lt;br /&gt;
|-&lt;br /&gt;
|anticipos&lt;br /&gt;
|Array &amp;lt;Anticipos&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Information related to advances&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/cac:PrepaidPayment &lt;br /&gt;
: (see detail in [[#Class.Anticipos|Class.Anticipos]]) &lt;br /&gt;
|- &lt;br /&gt;
|autorizado&lt;br /&gt;
|Autorizado&lt;br /&gt;
| -&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Information of the person authorized to download documents&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/cac:TaxRepresentativeParty&lt;br /&gt;
: (ver see detail in [[#Class.Autorizado|Class.Autorizado]])&lt;br /&gt;
|-&lt;br /&gt;
|cantidadDecimales&lt;br /&gt;
|String &lt;br /&gt;
| &amp;lt;nowiki&amp;gt;N|1&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: The number of decimals to be used is sent (minimum 0, maximum 6)&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If more decimals are received in the amounts than those indicated in this field&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Does not apply&lt;br /&gt;
|-&lt;br /&gt;
|cargosDescuentos&lt;br /&gt;
|Array &amp;lt;CargosDescuentos&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Information related to a charge or a discount on an invoice scale that does not affect the tax base&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/cac:AllowanceCharge &lt;br /&gt;
: (see detail in [[#Class.CargosDescuentos|Class.CargosDescuentos]])&lt;br /&gt;
|-&lt;br /&gt;
|cliente&lt;br /&gt;
|Cliente&lt;br /&gt;
| -&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Acquirer Information&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;:/root/cac:AccountingCustomerParty&lt;br /&gt;
: (see detail in [[#Class.Cliente|Class.Cliente]])&lt;br /&gt;
|-&lt;br /&gt;
|condicionPago&lt;br /&gt;
|Array &amp;lt;CondicionPago&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Information related to the payment condition&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/cac:PaymentTerms&lt;br /&gt;
: (see detail in [[#Class.CondicionPago|Class.CondicionPago]])&lt;br /&gt;
|-&lt;br /&gt;
|consecutivoDocumento&lt;br /&gt;
|String&lt;br /&gt;
| AN..20&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Correlative/consecutive of the electronic document&lt;br /&gt;
: prefix concatenation (&amp;lt;nowiki&amp;gt;AN|..4&amp;lt;/nowiki&amp;gt;) + the consecutive DIAN,&lt;br /&gt;
: according to the configuration in the web portal:&lt;br /&gt;
:: Manual with prefix: prefix required (No hyphen). Example: “PREF2147483647”&lt;br /&gt;
:: Manual without prefix: prefix not required. Example: “2147483647”&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; Additional characters such as spaces or hyphens are not allowed&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; Consecutive number must be equal to or greater than the initial value of the numbering range granted by the DIAN&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; Consecutive number must be equal to or less than the final value of the numbering range granted by the DIAN&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/cbc:ID&lt;br /&gt;
|-&lt;br /&gt;
|detalleDeFactura&lt;br /&gt;
|Array &amp;lt;FacturaDetalle&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Details or product information&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/cac:InvoiceLine &lt;br /&gt;
: (see detail in [[#Class.FacturaDetalle|Class.FacturaDetalle]])&lt;br /&gt;
|-&lt;br /&gt;
|documentosReferenciados&lt;br /&gt;
|Array &amp;lt;DocumentoReferenciado&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Information describing a referenced document&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; on tipoDocumento invoices  contingency (AdditionalDocumentReference), in invoices that affect a note (BillingReference), in Credit and Debit Notes (DiscrepancyResponse and BillingReference)&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/cac:DiscrepancyResponse,&lt;br /&gt;
:: /root/cac:BillingReference,&lt;br /&gt;
:: /root/cac: AdditionalDocumentReference,&lt;br /&gt;
:: /root/cac: DespatchDocumentReference,&lt;br /&gt;
:: /root/cac: ReceiptDocumentReference&lt;br /&gt;
:(see detail in [[#Class.DocumentoReferenciado|Class.DocumentoReferenciado]])&lt;br /&gt;
|-&lt;br /&gt;
|entregaMercancia&lt;br /&gt;
|Entrega&lt;br /&gt;
| -&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Delivery information (Delivery) of goods&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/cac:Delivery&lt;br /&gt;
: (see detail in [[#Class.Entrega|Class.Entrega]])&lt;br /&gt;
|-&lt;br /&gt;
|extras&lt;br /&gt;
|Array &amp;lt;Extras&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Optional fields or information for the issuer&#039;s business model&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined&lt;br /&gt;
: (see detail in [[#Class.Extras|Class.Extras]])&lt;br /&gt;
|-&lt;br /&gt;
|fechaEmision&lt;br /&gt;
|String&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;AN|19&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Date and time of issuance of the document, in format: YYYY-MM-DD HH:MM:SS&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Notification&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the issue date is earlier than five (5) days from the calendar date&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the issue date is later than ten calendar days&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/cbc:IssueDate, root/cbc:IssueTime&lt;br /&gt;
|-&lt;br /&gt;
|fechaFinPeriodoFacturacion&lt;br /&gt;
|String&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;AN|19&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Date/Time of the end of the billing period (Interval of dates to which the bill refers, for example in public services), in format: YYYY-MM-DD HH:MM:SS&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/cac:InvoicePeriod/cbc:EndDate, /root/cac:InvoicePeriod/cbc:EndTime&lt;br /&gt;
|-&lt;br /&gt;
|fechaInicioPeriodoFacturacion&lt;br /&gt;
|String&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;AN|19&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Billing period start date/time, in format: YYYY-MM-DD HH:MM:SS  &lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: &lt;br /&gt;
: /root/cac:InvoicePeriod/cbc:StartDate, /root/cac:InvoicePeriod/cbc:StartTime&lt;br /&gt;
|-&lt;br /&gt;
|fechaPagoImpuestos&lt;br /&gt;
|String&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;AN|19&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Tax payment date, in format: YYYY-MM-DD HH:MM:SS  &lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: root/cbc:TaxPointDate&lt;br /&gt;
|-&lt;br /&gt;
|fechaVencimiento&lt;br /&gt;
|String&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;AN|10&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Due date of the invoice, in format: YYYY-MM-DD&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/cbc:DueDate &lt;br /&gt;
|-&lt;br /&gt;
|impuestosGenerales&lt;br /&gt;
|Array &amp;lt;FacturaImpuestos&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: General or global tax information&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the taxes/withholdings reported in this arrangement do not correspond to what is reported in the details&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/cac:TaxTotal (impuestos),&lt;br /&gt;
: /root/cac: WithholdingTaxTotal (retenciones),&lt;br /&gt;
: (see detail in [[#Class.FacturaImpuestos|Class.FacturaImpuestos]])&lt;br /&gt;
|-&lt;br /&gt;
|impuestosTotales&lt;br /&gt;
|Array &amp;lt;ImpuestosTotales&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Sum of general taxes/withholdings by type of impuesto/retención&lt;br /&gt;
:  &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the total value of the tax/withholding indicated is different from the sum of those reported in the impuestosGenrales arrangement&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/cac:TaxTotal/cbc:TaxAmount (impuestos), &lt;br /&gt;
: /root/cac: WithholdingTaxTotal/cbc:TaxAmount (retenciones),&lt;br /&gt;
: (see detail in [[#Class.ImpuestosTotales|Class.ImpuestosTotales]])&lt;br /&gt;
|-&lt;br /&gt;
|informacionAdicional&lt;br /&gt;
|Array &amp;lt;String&amp;gt;&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;AN|...10000&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Additional information or free text related to the document&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: root/cbc:Note&lt;br /&gt;
|-&lt;br /&gt;
|mediosDePago&lt;br /&gt;
|Array &amp;lt;MediosDePago&amp;gt; &lt;br /&gt;
| -&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Information related to the payment of the invoice&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/cac:PaymentMeans &lt;br /&gt;
: (see detail in [[#Class.MediosDePago|Class.MediosDePago]])&lt;br /&gt;
|-&lt;br /&gt;
|moneda&lt;br /&gt;
|String&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;AN|3&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Currency or currency of the document&lt;br /&gt;
: Use ISO 4217 codes (Example Colombian Pesos “COP”)&lt;br /&gt;
:  &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the value does not correspond to one of the ISO 4217 codes&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/cbc:DocumentCurrencyCode&lt;br /&gt;
|-&lt;br /&gt;
|ordenDeCompra&lt;br /&gt;
|Array &amp;lt;OrdenDeCompra&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Information related to the purchase order &lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/cac:OrderReference&lt;br /&gt;
: (see detail in [[#Class.OrdenDeCompra|Class.OrdenDeCompra]])&lt;br /&gt;
|-&lt;br /&gt;
|rangoNumeracion&lt;br /&gt;
|String&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;AN|20&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Consecutive from which the series begins for the document to be issued, the prefix (with hyphen) must always be placed regardless of the sequential mode.&lt;br /&gt;
: Example: &#039;PREF-1123456&#039;&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;:&lt;br /&gt;
: /root/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/&lt;br /&gt;
: sts:DianExtensions/sts:InvoiceControl/sts:AuthorizedInvoices/(sts:Prefix, sts:From)&lt;br /&gt;
|-&lt;br /&gt;
|redondeoAplicado&lt;br /&gt;
|String&lt;br /&gt;
| Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Rounding applied to arrive at totalMonto&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If rounding is greater than the greater value between 500 pesos or 0.1% of the total value of the invoice&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/cac:LegalMonetaryTotal/cbc:PayableRoundingAmount&lt;br /&gt;
|-&lt;br /&gt;
|sectorSalud&lt;br /&gt;
|sectorSalud&lt;br /&gt;
| -&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Information related to emissions from the Health Sector&amp;lt;u&amp;gt;&#039;&#039;&#039;Required&amp;lt;/u&amp;gt;: When typeSector = &#039;2&#039;&#039;&#039;&#039; is informed&lt;br /&gt;
: (see detail in [[#Class.sectorSalud|Class.sectorSalud]])  &lt;br /&gt;
|-&lt;br /&gt;
|tasaDeCambio&lt;br /&gt;
|TasaDeCambio&lt;br /&gt;
| -&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Information related to the exchange rate of foreign currency to Colombian peso (COP)&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; If documenttype is export/international or if the base currency is different from “COP”&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/cac:PaymentExchangeRate&lt;br /&gt;
: (see detail in [[#Class.TasaDeCambio|Class.TasaDeCambio]])&lt;br /&gt;
|-&lt;br /&gt;
|tasaDeCambioAlternativa&lt;br /&gt;
|TasaDeCambioAlternativa&lt;br /&gt;
| -&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Information used as an alternative method to report conversions to other currencies&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/cac:PaymentAlternativeExchangeRate&lt;br /&gt;
: (see detail in [[#Class.TasaDeCambioAlternativa|Class.TasaDeCambioAlternativa]])&lt;br /&gt;
|-&lt;br /&gt;
|terminosEntrega&lt;br /&gt;
|TerminosEntrega&lt;br /&gt;
| -&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Information related to the delivery&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; If documenttype is export/international&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/cac:DeliveryTerms &lt;br /&gt;
: (see detail in [[#Class.TerminosEntrega|Class.TerminosEntrega]])&lt;br /&gt;
|-&lt;br /&gt;
|tipoDocumento&lt;br /&gt;
|String&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;AN|2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Document type&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Invoice, CreditNote, DebitNote&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the content of this attribute does not correspond to one of the values ​​of the  [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 1|Tabla 1]]&lt;br /&gt;
|-&lt;br /&gt;
|tipoSector&lt;br /&gt;
|String&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;N||&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: To issue documents from the Health Sector, indicate code &#039;2&#039; in this field&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Invoice, CreditNote, DebitNote&lt;br /&gt;
|-&lt;br /&gt;
|tipoOperacion&lt;br /&gt;
|String&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;AN|..4&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Operation type indicator &lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the content of this attribute does not correspond to one of the values ​​of the  [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 2|Tabla 2]]&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/cbc:CustomizationID&lt;br /&gt;
|-&lt;br /&gt;
|totalAnticipos&lt;br /&gt;
|String&lt;br /&gt;
| Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Sum of all advance payments &lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; Si totalAnticipos does not correspond to the sum of the Anticipos.montoPagado attributes in the advances array&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/LegalMonetaryTotal/cbc:PrepaidAmount &lt;br /&gt;
|-&lt;br /&gt;
|totalBaseImponible&lt;br /&gt;
|String&lt;br /&gt;
| Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Total Taxable Base Value: Sum of Taxable Bases for the calculation of taxes at the invoice level&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If totalBaseImponible is not equal to the sum of occurrences FacturaImpuestos.baseImponibleTOTALImp&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;:  /root/LegalMonetaryTotal/cbc:TaxExclusiveAmount  &lt;br /&gt;
|-&lt;br /&gt;
|totalBrutoConImpuesto&lt;br /&gt;
|String&lt;br /&gt;
| Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Total gross value with taxes&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If totalGrossWithTax is not equal to the sum: totalSinImpuestos + sum(ImpuestosTotales.montoTotal)&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;:  /root/LegalMonetaryTotal/cbc:TaxInclusiveAmount &lt;br /&gt;
|-&lt;br /&gt;
|totalCargosAplicados&lt;br /&gt;
|String&lt;br /&gt;
| Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Total Charge: Sum of all charges applied at the invoice level&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If totalCargosAplicados does not correspond to the sum of occurrences CargosDescuentos.monto when CargosDescuentos.indicador is “true”&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/LegalMonetaryTotal/cbc:ChargeTotalAmount &lt;br /&gt;
|-&lt;br /&gt;
|totalDescuentos&lt;br /&gt;
|String&lt;br /&gt;
| Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Total Discount: Sum of all the discounts applied at the invoice level&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If totalDescuentos does not correspond to the sum of occurrences CargosDescuentos.monto when CargosDescuentos.indicador is “false”&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/LegalMonetaryTotal/cbc:AllowanceTotalAmount &lt;br /&gt;
|-&lt;br /&gt;
|totalMonto&lt;br /&gt;
|String&lt;br /&gt;
| Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Value to pay of the document: Total value of items (including charges and discounts at item level) + value of taxes + value of charges – value of discounts – value of advances&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If totalMonto  is not consistent with the total value of items + value of taxes + value of charges – value of discounts – value of advances + rounding appliedno es consistente con el valor total de ítems + valor de tributos + valor de cargos – valor de descuentos – valor anticipos + redondeo aplicado&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/LegalMonetaryTotal/cbc:PayableAmount &lt;br /&gt;
|-&lt;br /&gt;
|totalProductos&lt;br /&gt;
|String&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;AN|..5&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Number or quantity of product lines (rows) present in the document&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the value of  totalProductos is different from the number of occurrences of rans in the detalleDeFactura array&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/cbc:LineCountNumeric&lt;br /&gt;
|-&lt;br /&gt;
|totalSinImpuestos&lt;br /&gt;
|String&lt;br /&gt;
| Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Total Gross Value before taxes: Sum of the gross values ​​of the invoice lines&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If totalSinImpuestos does not correspond to the sum of the attributes precioTotalSinImpuestos in the detalleDeFactura array&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/LegalMonetaryTotal/cbc:LineExtensionAmount &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Class.Anticipos====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Formato&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Descripción &lt;br /&gt;
|-&lt;br /&gt;
|extras&lt;br /&gt;
|Array &amp;lt;Extensible&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Optional fields or information for the issuer&#039;s business model&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined&lt;br /&gt;
: (see detail in [[#Class.Extensible|Class.Extensible]])&lt;br /&gt;
|- &lt;br /&gt;
|fechaDeRecibido&lt;br /&gt;
|String&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;AN|10&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Date on which the payment was received, in format: YYYY-MM-DD&lt;br /&gt;
: PATH: …/cbc:ReceivedDate&lt;br /&gt;
|-&lt;br /&gt;
|fechadePago&lt;br /&gt;
|String	&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;AN|10&amp;lt;/nowiki&amp;gt;	&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Date on which the payment was made, in format: YYYY-MM-DD&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: …/cbc:PaidDate&lt;br /&gt;
|-&lt;br /&gt;
|horaDePago	&lt;br /&gt;
|String	&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;AN|8&amp;lt;/nowiki&amp;gt;	&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Time in which the payment was made, in format:HH:MM:SS  &lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: …/cbc:PaidTime&lt;br /&gt;
|-&lt;br /&gt;
|id	&lt;br /&gt;
|String	&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;A|..150&amp;lt;/nowiki&amp;gt;	&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Internal identification of the payment&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: …/cbc:ID&lt;br /&gt;
|-&lt;br /&gt;
|instrucciones	&lt;br /&gt;
|String	&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;AN|15..500&amp;lt;/nowiki&amp;gt;	&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Payment Instructions&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: …/cbc:InstructionID&lt;br /&gt;
|-&lt;br /&gt;
|montoPagado	&lt;br /&gt;
|String	&lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..15 &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6 &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Value of the advance payment, it cannot be higher than the total value of the invoice&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Notification&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If montoPagado &amp;gt; totalMonto&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: …/cbc:PaidAmount&lt;br /&gt;
|}&lt;br /&gt;
====Class.Autorizado====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Formato&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Descripción &lt;br /&gt;
|-&lt;br /&gt;
|direccion	&lt;br /&gt;
|Direccion	&lt;br /&gt;
| -	&lt;br /&gt;
|NOT 	&lt;br /&gt;
|&lt;br /&gt;
: Direction&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PhysicalLocation/cac:Address&lt;br /&gt;
|-&lt;br /&gt;
|email	&lt;br /&gt;
|String	&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;	&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Correo Electrónico&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Contact/cbc:ElectronicMail&lt;br /&gt;
|-&lt;br /&gt;
|extras	&lt;br /&gt;
|Array &amp;lt;Extensible&amp;gt; 	&lt;br /&gt;
| -	&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Optional fields or information for the issuer&#039;s business model&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Undefined&lt;br /&gt;
: (see detail in [[#Class.Extensible|Class.Extensible]])&lt;br /&gt;
|-&lt;br /&gt;
|nombreComercial	&lt;br /&gt;
|String	&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;	&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Tradename&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PartyName/cbc:Name&lt;br /&gt;
|-&lt;br /&gt;
|nombreContacto	&lt;br /&gt;
|String	&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;	&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Contact name&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Contact/cbc:Name&lt;br /&gt;
|-&lt;br /&gt;
|nota	&lt;br /&gt;
|String	&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;	&lt;br /&gt;
|NOT	&lt;br /&gt;
|&lt;br /&gt;
: Note&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Contact/cbc:Note&lt;br /&gt;
|-&lt;br /&gt;
|numeroDocumento	&lt;br /&gt;
|String	&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..12&amp;lt;/nowiki&amp;gt;	&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Identification number&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PartyIdentification/cbc:ID&lt;br /&gt;
|-&lt;br /&gt;
|numeroDocumentoDV	&lt;br /&gt;
|String	&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..2	&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C	&lt;br /&gt;
|&lt;br /&gt;
: Check digit&lt;br /&gt;
: &#039;&#039;&#039;Obligatorio&#039;&#039;&#039; Si tipoIdentificacion es “31”&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PartyIdentification/cbc:ID@schemeID&lt;br /&gt;
|-&lt;br /&gt;
|razonSocial	&lt;br /&gt;
|String	&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;	&lt;br /&gt;
|NOT	&lt;br /&gt;
|&lt;br /&gt;
: Business name&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PartyLegalEntity/cbc:RegistrationName&lt;br /&gt;
|-&lt;br /&gt;
|telefax	&lt;br /&gt;
|String	&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;	&lt;br /&gt;
|NOT	&lt;br /&gt;
|&lt;br /&gt;
: Facsimile&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Contact/cbc:Telefax&lt;br /&gt;
|-&lt;br /&gt;
|telefono	&lt;br /&gt;
|String	&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;	&lt;br /&gt;
|NOT	&lt;br /&gt;
|&lt;br /&gt;
: Telephone&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Contact/cbc:Telephone&lt;br /&gt;
|-&lt;br /&gt;
|tipoIdentificacion	&lt;br /&gt;
|String	&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..2	&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES	&lt;br /&gt;
|&lt;br /&gt;
: ID Type&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /cac:PartyIdentification/cbc:ID@schemeName&lt;br /&gt;
: See list of possible values ​​in the  [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 3|Tabla 3]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Class.CargosDescuentos====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Formato&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Descripción &lt;br /&gt;
|-&lt;br /&gt;
|codigo&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Code to categorize the discount&lt;br /&gt;
: &#039;&#039;&#039;Mandatory&#039;&#039;&#039;: If it is a discount at invoice level (general)&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If it is a discount and some of the values ​​are not reported in the   [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 4|Tabla 4]] &lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: …/cbc:AllowanceChargeReasonCode&lt;br /&gt;
|-&lt;br /&gt;
|descripcion&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|10..5000&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Free text to inform the reason for the discount&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: …/cbc:AllowanceChargeReason&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Notification&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; : If a charge or discount is reported and this item is not reported&lt;br /&gt;
|-&lt;br /&gt;
|extras&lt;br /&gt;
|Array  &amp;lt;Extensible&amp;gt; &lt;br /&gt;
| -&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Optional fields or information for the issuer&#039;s business model&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Undefined &lt;br /&gt;
: (see detail in [[#Class.Extensible|Class.Extensible]])&lt;br /&gt;
|-&lt;br /&gt;
|indicador&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|1&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Indicator of whether it is Charge &amp;quot;1&amp;quot; or Discount &amp;quot;0&amp;quot;&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; : If this item contains information other than “1” or “0”&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: …/cbc:ChargeIndicator&lt;br /&gt;
|-&lt;br /&gt;
|monto&lt;br /&gt;
|String&lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Total value of the charge or discount, if it is a discount, it cannot be higher than the base value&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; : If it is Discount and monto &amp;gt; montoBase&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: …/cbc:Amount&lt;br /&gt;
|-&lt;br /&gt;
|montoBase&lt;br /&gt;
|String&lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Base Value to calculate the discount or charge, &lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt;: If the montoBase is negative, if it is a discount it cannot be greater than the total value of the invoice&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt;: If montoBase &amp;gt; totalMonto&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: …/cbc:BaseAmount&lt;br /&gt;
|-&lt;br /&gt;
|porcentaje&lt;br /&gt;
|String&lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..6&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES &lt;br /&gt;
|&lt;br /&gt;
: Discount percentage&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If this element &amp;gt; 100&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: …/cbc:MultiplierFactorNumeric&lt;br /&gt;
|-&lt;br /&gt;
|secuencia&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|..3&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Sequence order indicator&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: …/cbc:ID&lt;br /&gt;
|}&lt;br /&gt;
====Class.Cliente====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type &lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Formato&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Descripción &lt;br /&gt;
|-&lt;br /&gt;
|actividadEconomicaCIIU&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|…4&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Corresponds to the economic activity code CIIU&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: .. /cac:Party/cbc:IndustryClassificationCode&lt;br /&gt;
|-&lt;br /&gt;
|apellido&lt;br /&gt;
|String &lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|…50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NOT &lt;br /&gt;
|&lt;br /&gt;
: Last name of the acquirer.&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: No definido&lt;br /&gt;
|-&lt;br /&gt;
|destinatario&lt;br /&gt;
|Array &amp;lt;Destinatario&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: It allows specifying the means and data of the electronic delivery of the document&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039;: If notify field = &#039;YES&#039;&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined&lt;br /&gt;
: (see detail in [[#Class.Destinatario|Class.Destinatario]])&lt;br /&gt;
|-&lt;br /&gt;
|detallesTributarios&lt;br /&gt;
|Array &amp;lt;Tributos&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
:Tax details of the acquirer &lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the class is not informed&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /cac:Party/cac:PartyTaxScheme/cac:TaxScheme &lt;br /&gt;
: (see detail in [[#Class.Tributos|Class.Tributos]])&lt;br /&gt;
|-&lt;br /&gt;
|direccionCliente&lt;br /&gt;
|Direccion&lt;br /&gt;
| -&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Information detailing the receiving address of the acquirer&lt;br /&gt;
: &#039;&#039;&#039;Recommended&#039;&#039;&#039;: This ransf address is the one that is painted in the standard graphical representation&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Party/cac:PhysicalLocation/cac:Address&lt;br /&gt;
: (see detail in [[#Class.Direccion|Class.Direccion]])&lt;br /&gt;
|-&lt;br /&gt;
|direccionFiscal&lt;br /&gt;
|Direccion&lt;br /&gt;
| -&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
:Tax address of the acquirer.&lt;br /&gt;
: &#039;&#039;&#039;Mandatory&#039;&#039;&#039;: If the purchaser is responsible&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Notification&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the acquirer is responsible and this class was not informed&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: .. /cac:Party/cac:PartyTaxScheme/cac:RegistrationAddress&lt;br /&gt;
: (see detail in [[#Class.Direccion|Class.Direccion]]) &lt;br /&gt;
|-&lt;br /&gt;
|email&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: E-mail of the acquirer that will go to the fiscal XML/UBL&lt;br /&gt;
: (only one email is sent in this field)&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Does not apply node&lt;br /&gt;
|-&lt;br /&gt;
|extras&lt;br /&gt;
|Array  &amp;lt;Extensible&amp;gt; &lt;br /&gt;
| -&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Optional fields or information for the issuer&#039;s business model&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined&lt;br /&gt;
: (see detail in [[#Class.Extensible|Class.Extensible]])&lt;br /&gt;
|-&lt;br /&gt;
|informacionLegalCliente&lt;br /&gt;
|InformacionLegalCliente&lt;br /&gt;
| -&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Legal information of the client&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Notification&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; : If tipoPersona = &#039;1&#039; is reported and the attribute is not reported&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Party/cac:PartyLegalEntity&lt;br /&gt;
: (see detail in [[#Class.InformacionLegalCliente|Class.InformacionLegalCliente]])&lt;br /&gt;
|-&lt;br /&gt;
|nombreComercial&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|5..450&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Commercial name of the acquirer&lt;br /&gt;
: &#039;&#039;&#039;Obligatory&#039;&#039;&#039; If the commercial name will be shown in the Graphic Rep.&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /cac:Party/cac:PartyName&lt;br /&gt;
|-&lt;br /&gt;
|nombreContacto&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|5..450&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Contact name&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Party/cac:Contact/cbc:Name&lt;br /&gt;
|-&lt;br /&gt;
|nombreRazonSocial&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|5..450&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Name or company name of the acquirer&lt;br /&gt;
: &#039;&#039;&#039;Recommended&#039;&#039;&#039;: If the person is natural, concatenate in this field the full name (names + surnames)&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: …/cac:Party/cac:PartyTaxScheme/cbc:RegistrationName  &lt;br /&gt;
|-&lt;br /&gt;
|nota&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..450&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NOT &lt;br /&gt;
|&lt;br /&gt;
: Additional contact note &lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Party/cac:Contact/cbc:Note &lt;br /&gt;
|-&lt;br /&gt;
|notificar&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|2&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Activates the sending of email to the acquirer.&lt;br /&gt;
: Possible values: “YES” or “NO”&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Does not apply&lt;br /&gt;
|-&lt;br /&gt;
|numeroDocumento&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..12&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Number of the Document or Fiscal Identification of the purchaser&lt;br /&gt;
: &#039;&#039;&#039;Mandatory&#039;&#039;&#039; If the acquirer is responsible, he must inform the NIT&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If tipoIdentificacion is &#039;31&#039; and the NIT structure is invalid&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; : It is generated if the value of AdditionalAccountID = “2” and it is not mentioned.&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Note&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; : To identify the final consumer, the following document “222222222222” is used&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: …/cac:Party/cac:PartyTaxScheme/cbc:CompanyID &lt;br /&gt;
|-&lt;br /&gt;
|numeroIdentificacionDV&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: NIT verification digit of the acquirer&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039;: If TipoIndentificacion = 31, it must be informed&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: &lt;br /&gt;
: ../cac:Party/cac:PartyTaxScheme/cbc:CompanyID/@schemeID&lt;br /&gt;
|-&lt;br /&gt;
|responsabilidadesRut&lt;br /&gt;
|Array &amp;lt;Obligaciones&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Obligations and regime of the acquirer&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the class is not informed&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Party/cac:PartyTaxScheme/cbc:TaxLevelCode&lt;br /&gt;
: (see detail in [[#Class.Obligaciones|Class.Obligaciones]])&lt;br /&gt;
|-&lt;br /&gt;
|segundoNombre&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Second name of the acquirer.&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined&lt;br /&gt;
|-&lt;br /&gt;
|telefax&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|..20&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NOT &lt;br /&gt;
|&lt;br /&gt;
: Facsimile&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Party/cac:Contact/cbc:Telefax&lt;br /&gt;
|-&lt;br /&gt;
|telefono&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..20&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NOT &lt;br /&gt;
|&lt;br /&gt;
: Purchaser&#039;s phone&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: …/cac:Party/cac:Contact/cbc:Telephone&lt;br /&gt;
|-&lt;br /&gt;
|tipoIdentificacion&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Acquirer ID Type &lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;ReRejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the content of this attribute does not correspond to one of the values ​​of the   [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 3|Tabla 3]]&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Note&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt;: To identify the final consumer, the code “13” is used.&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ./cac:Party/cac:PartyTaxScheme/cbc:CompanyID/@schemeName &lt;br /&gt;
|-&lt;br /&gt;
|tipoPersona&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|1&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Person type identifier &lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the content of this attribute does not correspond to one of the values ​​of the  [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 5|Tabla 5]]&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: …/cbc:AdditionalAccountID &lt;br /&gt;
|}&lt;br /&gt;
====Class.CondicionPago====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Atributte&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Formato&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Descripción &lt;br /&gt;
|-&lt;br /&gt;
|codigoEvento&lt;br /&gt;
|String&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;AN|..3&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Event Code&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:ReferenceEventCode&lt;br /&gt;
|-&lt;br /&gt;
|comentario&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Note &lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:Note&lt;br /&gt;
|-&lt;br /&gt;
|duracionPeriodo&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Period Length&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:SettlementPeriod/cbc:DurationMeasure&lt;br /&gt;
|-&lt;br /&gt;
|duracionPeriodoMedida&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..10&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Period length unit of measure&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:SettlementPeriod/cbc:DurationMeasure@unitCode&lt;br /&gt;
|-&lt;br /&gt;
|extras&lt;br /&gt;
|Array &amp;lt;Extensible&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Optional fields or information for the issuer&#039;s business model&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: No definido &lt;br /&gt;
|- &lt;br /&gt;
|fechaVencimiento&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..10&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Due date&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:PaymentDueDate&lt;br /&gt;
|-&lt;br /&gt;
|identificador&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..2&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Payment conditions&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:ID&lt;br /&gt;
|-&lt;br /&gt;
|medioPagoAsociado&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Associated payment method&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:PaymentMeansID&lt;br /&gt;
|-&lt;br /&gt;
|monto&lt;br /&gt;
|String&lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Amount&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:Amount&lt;br /&gt;
|-&lt;br /&gt;
|montoMulta&lt;br /&gt;
|String&lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Amount of the fine&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:PenaltySurchargePercent&lt;br /&gt;
|-&lt;br /&gt;
|montoPenalidad&lt;br /&gt;
|String&lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Penalty Amount&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:PenaltyAmount&lt;br /&gt;
|-&lt;br /&gt;
|periodoDesde&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..10&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: period from&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:StartDate&lt;br /&gt;
|-&lt;br /&gt;
|periodoHasta&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..10&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: period until&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:EndDate&lt;br /&gt;
|-&lt;br /&gt;
|porcentajeDescuento&lt;br /&gt;
|String&lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..6&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Discount rate&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:SettlementDiscountPercent&lt;br /&gt;
|-&lt;br /&gt;
|porcentajePago&lt;br /&gt;
|String&lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..6&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Payment Percentage&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: . /cbc:PaymentPercent&lt;br /&gt;
|-&lt;br /&gt;
|referenciaAnticipo&lt;br /&gt;
|String &lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..20&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO &lt;br /&gt;
|&lt;br /&gt;
: Advance reference number&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PrepaidPaymentReferenceID &lt;br /&gt;
|}&lt;br /&gt;
====Class.FacturaDetalle====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Atributte&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Descripción &lt;br /&gt;
|-&lt;br /&gt;
|cantidadPorEmpaque	&lt;br /&gt;
|String	&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;N|..3	&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
| NO&lt;br /&gt;
|&lt;br /&gt;
: Unit quantity of this item per package.&lt;br /&gt;
: For example, if the item consists of three “six packs”, the quantity to be reported in QuantityPerPackage is 6, while the quantity to be reported in QuantityActual is 3, and the total number of cans being described is 18&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ..cac:Item/cbc:PackSizeNumeric&lt;br /&gt;
|-&lt;br /&gt;
|cantidadReal&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|..6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Real amount on which the price applies&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: .. /cac:Price/cbc:BaseQuantity&lt;br /&gt;
|-&lt;br /&gt;
|cantidadRealUnidadMedida&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Unit of the quantity on which the price applies&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Notification&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the attribute value is not found in the  [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 6|Tabla 6]] &lt;br /&gt;
: (You can use the standard code &amp;quot;WSD&amp;quot;, unit &amp;quot;94&amp;quot; or Mutual Agreement &amp;quot;ZZ&amp;quot; to NOT reclassify the products)&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: .. /cac:Price/cbc:BaseQuantity/@unitCode &lt;br /&gt;
|-&lt;br /&gt;
|cantidadUnidades&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|..6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
| &lt;br /&gt;
: Number of units of the product/service billed&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: .. /cbc:InvoicedQuantity &lt;br /&gt;
|-&lt;br /&gt;
|cargosDescuentos&lt;br /&gt;
|Array &amp;lt;CargosDescuentos&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Information on charges and discounts&lt;br /&gt;
: &#039;&#039;&#039;Mandatory&#039;&#039;&#039; This arrangement must be reported at the item level, if and only if the charge or discount affects the item&#039;s tax base.&lt;br /&gt;
: If a general individual charge to the invoice generates VAT, it must be reported as an item&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:AllowanceCharge &lt;br /&gt;
: (see detail in [[#Class.CargosDescuentos|Class.CargosDescuentos]])&lt;br /&gt;
|-&lt;br /&gt;
|codigoFabricante&lt;br /&gt;
|String&lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Manufacturer code corresponding to the item&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: .. /cac:Item/cac:&lt;br /&gt;
: ManufacturersItemIdentification/cbc:ID&lt;br /&gt;
|-&lt;br /&gt;
|codigoIdentificadorPais&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;A|2&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Identifier code of the country of origin of the item or service&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the content of this element does not correspond to a value of the ISO 3166-1 alpha-2 standard&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: .. /cac:Item/cac:OriginCountry/cbc:IdentificationCode &lt;br /&gt;
|-&lt;br /&gt;
|codigoProducto&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Vendor code corresponding to the item&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: .. /cac:Item/cac:SellersItemIdentification/cbc:ID &lt;br /&gt;
|-&lt;br /&gt;
|codigoTipoPrecio&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..3&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Reported price type code&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; For commercial samples (value = 01)&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the attribute value is not found in the [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 7|Tabla 7]]&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PricingReference/cac:AlternativeConditionPrice/cbc:PriceTypeCode &lt;br /&gt;
|-&lt;br /&gt;
|descripcion&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..300&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
| &lt;br /&gt;
: Description of the product or service&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../Item/cbc:Description[1]&lt;br /&gt;
|-&lt;br /&gt;
|descripcion2&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..300&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
| &lt;br /&gt;
: Description of the product or service&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../Item/cbc:Description[2]&lt;br /&gt;
|-&lt;br /&gt;
|descripcion3&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..300&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
| &lt;br /&gt;
: Description of the product or service&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../Item/cbc:Description[3] &lt;br /&gt;
|-&lt;br /&gt;
|descripcionTecnica&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..300&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Technical data associated with the product or service&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: .. /cac:Item/cbc:AdditionalInformation&lt;br /&gt;
|-&lt;br /&gt;
|documentosReferenciados&lt;br /&gt;
|Array &amp;lt;DocumentoReferenciado&amp;gt; &lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Information describing a referenced document&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; In invoices tipoDocumento Contingency  (AdditionalDocumentReference), in invoices that affect a note (BillingReference), in Credit and Debit Notes (DiscrepancyResponse)&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/cac:DiscrepancyResponse,&lt;br /&gt;
: /root/cac:BillingReference,&lt;br /&gt;
: /root/cac: AdditionalDocumentReference,&lt;br /&gt;
: /root/cac: DespatchDocumentReference,&lt;br /&gt;
: /root/cac: ReceiptDocumentReference&lt;br /&gt;
: (see detail in [[#Class.DocumentoReferenciado|Class.DocumentoReferenciado]]) &lt;br /&gt;
|-&lt;br /&gt;
|estandarCodigo&lt;br /&gt;
|String&lt;br /&gt;
|AN &lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Standard code (item or service identification according to a standard)&lt;br /&gt;
: See attribute values ​​in the  [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 8|Tabla 8]]&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Notification&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If it is an export invoice (tipoDocumento = 02), and the tariff subheading was not reported&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Notification&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the code does not exist in a closed standard.&lt;br /&gt;
: Example: UNSPSC&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Notification&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the code does not follow the rule of formation of an open code, but with verifiable values&lt;br /&gt;
: Example: GTIN, Example: Tariff headings&lt;br /&gt;
: &#039;&#039;&#039;Note&#039;&#039;&#039;: In this case the code 999 (Taxpayer adoption standard) can be used to avoid reclassifying the products&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /cac:Item/cac:StandardItemIdentification/cbc:ID/@schemeID&lt;br /&gt;
|-&lt;br /&gt;
|estandarCodigoID&lt;br /&gt;
|String&lt;br /&gt;
|AN&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Associated with the standard code (item or service identification according to a standard).&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If standardCodigo = 010 and estandarCodigoID is different from 9&lt;br /&gt;
: See attribute values ​​in the  [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 8|Tabla 8]]&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Item/cac:StandardItemIdentification/cbc:ID/@schemeAgencyID&lt;br /&gt;
|-&lt;br /&gt;
|estandarCodigoIdentificador&lt;br /&gt;
|String&lt;br /&gt;
|AN&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Associated with the standard code (item or service identification according to a standard).&lt;br /&gt;
: See attribute values ​​in the   [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 8|Tabla 8]]&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Item/cac:StandardItemIdentification/cbc:ID@schemeDataURI&lt;br /&gt;
|-&lt;br /&gt;
|estandarCodigoNombre&lt;br /&gt;
|String&lt;br /&gt;
|AN &lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Associated with the standard code (item or service identification according to a standard).&lt;br /&gt;
: See attribute values ​​in the  [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 8|Tabla 8]]&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Item/cac:StandardItemIdentification/cbc:ID@schemeAgencyName&lt;br /&gt;
|-&lt;br /&gt;
|estandarCodigoProducto&lt;br /&gt;
|String&lt;br /&gt;
|AN&lt;br /&gt;
|NO&lt;br /&gt;
| &lt;br /&gt;
: Product code according to the standard informed in estandarCodigo&lt;br /&gt;
: View attribute values ​​in the   [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 8|Tabla 8]]&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Item/cac:StandardItemIdentification/cbc:ID&lt;br /&gt;
|-&lt;br /&gt;
|estandarOrganizacion&lt;br /&gt;
|String&lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: organization standard&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Item/cac:StandardItemIdentification/cac:IssuerParty/cac:PartyName/cbc:Name&lt;br /&gt;
|-&lt;br /&gt;
|estandarSubCodigoProducto&lt;br /&gt;
|String&lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Sub code of the product standard&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Item/cac:StandardItemIdentification/cbc:ExtendedID&lt;br /&gt;
|-&lt;br /&gt;
|extras&lt;br /&gt;
|Array  &amp;lt;Extensible&amp;gt; &lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Optional fields or information for the issuer&#039;s business model&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: No definido &lt;br /&gt;
: (see detail in [[#Class.Extensible|Class.Extensible]])&lt;br /&gt;
|-&lt;br /&gt;
|impuestosDetalles&lt;br /&gt;
|Array &amp;lt;FacturaImpuestos &amp;gt; &lt;br /&gt;
| -&lt;br /&gt;
|YES &lt;br /&gt;
|&lt;br /&gt;
: tax information&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If there is more than one element with the same value in the attribute FacturaImpuestos.codigoTOTALImp&lt;br /&gt;
: This group should NOT be reported for excluded items according to the provisions of the Tax Statute.&lt;br /&gt;
: Additionally, it should NOT be informed for invoices of the simple group I regime, nor for items whose concept in AIU contracts is not part of the tax base.&lt;br /&gt;
: At the item level, it only applies to taxes that must be reported at the item level, for example: VAT, INC, IC, National Tax on Fuels, among others.&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:TaxTotal (impuestos),&lt;br /&gt;
: ../cac: WithholdingTaxTotal (retenciones)&lt;br /&gt;
: (see detail in [[#Class.FacturaImpuestos|Class.FacturaImpuestos]])&lt;br /&gt;
|-&lt;br /&gt;
|impuestosTotales&lt;br /&gt;
|Array &amp;lt;ImpuestosTotales&amp;gt;  &lt;br /&gt;
| -&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Sum of taxes for all types&lt;br /&gt;
: This group should NOT be reported for excluded items according to the provisions of the Tax Statute. &lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the value of the total value of the indicated tax is different from the sum of what is reported in FacturaImpuestos. valorTOTALImp.&lt;br /&gt;
: At the item level, it only applies to taxes that must be reported at the item level, for example, VAT, INC, IC, National Tax on Fuels, among others.&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:TaxTotal/cbc:TaxAmount (impuestos), &lt;br /&gt;
: ../cac: WithholdingTaxTotal/cbc:TaxAmount (retenciones) &lt;br /&gt;
: (see detail in [[#Class.ImpuestosTotales|Class.ImpuestosTotales]])&lt;br /&gt;
|-&lt;br /&gt;
|informacionAdicional&lt;br /&gt;
|Array &amp;lt;LineaInformacionAdicional&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: It serves to add specific product information that may be requested by authorities or entities other than the DIAN&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Item/cac:AdditionalItemProperty&lt;br /&gt;
: (see detail in [[#Class.LineaInformacionAdicional|Class.LineaInformacionAdicional]])&lt;br /&gt;
|-&lt;br /&gt;
|mandatorioNumeroIdentificacion&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|..12&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: NIT of the agent&lt;br /&gt;
: &#039;&#039;&#039;Obligatorio&#039;&#039;&#039; para facturas por mandato&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Item/cac:InformationContentProviderParty/cac:PowerOfAttorney/cac:AgentParty/cbc:ID&lt;br /&gt;
|-&lt;br /&gt;
|mandatorioNumeroIdentificacionDV&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|..2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Verifier Digit of the agent&#039;s NIT&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; for mandated invoices&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Item/cac:InformationContentProviderParty/cac:PowerOfAttorney/cac:AgentParty/cbc:ID/ @schemeID&lt;br /&gt;
|-&lt;br /&gt;
|mandatorioTipoIdentificacion&lt;br /&gt;
|String &lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C &lt;br /&gt;
|&lt;br /&gt;
: Agent identification type&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; For mandated invoices&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Notification&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If mandatorioNumeroIdentificacion is informed and the value of this field is not found in the  [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 3|Tabla 3]]&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Item/cac:InformationContentProviderParty/cac:PowerOfAttorney/cac:AgentParty/cbc:ID/@schemeName&lt;br /&gt;
|-&lt;br /&gt;
|marca&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..100&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Item brand.&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; If it is an international invoice&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Notification&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If tipoDocumento = “02” and this item was not reported&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../Item/cbc:BrandName &lt;br /&gt;
|-&lt;br /&gt;
|modelo&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..100&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C &lt;br /&gt;
|&lt;br /&gt;
: Item model.&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; If it is an international invoice&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Notification&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If tipoDocumento = “02” and this item was not reported&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../Item/cbc:ModelName &lt;br /&gt;
|-&lt;br /&gt;
|muestraGratis&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|1&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C &lt;br /&gt;
|&lt;br /&gt;
: Indicator of whether the item is free or not (no commercial value)&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; For commercial samples&lt;br /&gt;
: Possible values: “1” (It is a free sample) or “0” (It is not a free sample)&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:FreeOfChargeIndicator &lt;br /&gt;
|-&lt;br /&gt;
|nombreFabricante&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..100&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Name of the manufacturer of the product/service&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Item/cac:ManufacturersItemIdentification/cac:IssuerParty/cac:PartyName/cbc:Name&lt;br /&gt;
|-&lt;br /&gt;
|nota&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|20..5000&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C &lt;br /&gt;
|&lt;br /&gt;
: Free text to add additional information to the article&lt;br /&gt;
: &#039;&#039;&#039;Mandatory&#039;&#039;&#039; Inform in the case of invoices for AIU-type service contracts. For the Administration item. In this case, the note must begin with the text: &amp;quot;AIU services contract for:&amp;quot; The taxpayer must include the object of the invoiced contract&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:Note &lt;br /&gt;
|-&lt;br /&gt;
|precioReferencia&lt;br /&gt;
|String&lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Value of the item or service.&lt;br /&gt;
: Corresponds to the value of the reference price of the item that is given as a sample or gift without commercial value&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; For commercial samples&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the precioReferencua attribute is reported, then the value of TotalPriceWithoutTaxes must be (0.00), since it is a commercial sample or gift&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PricingReference/cac:AlternativeConditionPrice/cbc:PriceAmount&lt;br /&gt;
|-&lt;br /&gt;
|precioTotal&lt;br /&gt;
|String&lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Total price of the product or service.&lt;br /&gt;
: (quantityUnits*UnitSalePrice +charges-discounts +taxes)&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; For use in graphical representations&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Undefined&lt;br /&gt;
|-&lt;br /&gt;
|precioTotalSinImpuestos&lt;br /&gt;
|String&lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Total value of the line without taxes.&lt;br /&gt;
: (QuantityUnits*UnitSalePrice +charges-discounts)&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the TotalPriceWithoutTaxes attribute is reported as 0.00, then the ReferencePrice value must be reported since it is a commercial sample or gift&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:LineExtensionAmount &lt;br /&gt;
|-&lt;br /&gt;
|precioVentaUnitario&lt;br /&gt;
|String&lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Unit price of the product/service&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../Price/cbc:PriceAmount   &lt;br /&gt;
|-&lt;br /&gt;
|secuencia&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..4&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Sequence order indicator (line number)&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Notification&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If it contains a value already used in the sequence attribute in another group of this file&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Notification&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the numbers used in the different groups are not consecutive, starting at &amp;quot;1&amp;quot;&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:ID&lt;br /&gt;
|-&lt;br /&gt;
|seriales&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..500&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Product serials (comma separator), Ex: ABC123,ABC456&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Item/cac:ItemInstance/cbc:SerialID&lt;br /&gt;
|-&lt;br /&gt;
|subCodigoFabricante&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Manufacturer code corresponding to a sub-specification of the article&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Item/cac:ManufacturersItemIdentification/cbc:ExtendedID &lt;br /&gt;
|-&lt;br /&gt;
|subCodigoProducto&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Issuer/seller code corresponding to a sub-specification of the item&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../Item/cac:SellersItemIdentification/cbc:ExtendedID &lt;br /&gt;
|-&lt;br /&gt;
|tipoAIU&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: To classify the type of AIU&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: No aplica&lt;br /&gt;
|-&lt;br /&gt;
|unidadMedida&lt;br /&gt;
|String &lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..3&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Unit of measure code of the invoiced product/service&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Notification&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the attribute value is not found in the   [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 6|Tabla 6]] &lt;br /&gt;
: (You can use the standard code &amp;quot;WSD&amp;quot;, unit &amp;quot;94&amp;quot; or Mutual Agreement &amp;quot;ZZ&amp;quot; to NOT reclassify the products)&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:InvoicedQuantity@unitCode&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Class.Destinatario====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Formato&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Descripción &lt;br /&gt;
|-&lt;br /&gt;
|canalDeEntrega&lt;br /&gt;
|String&lt;br /&gt;
| -&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Electronic Document Delivery Means&lt;br /&gt;
: It can take the following values: 0– Email; 1– Reception; 2– Interoperability; 3- Whatsapp; 4- Telegram&lt;br /&gt;
: PATH: Does not apply&lt;br /&gt;
|-&lt;br /&gt;
|email&lt;br /&gt;
|Array &amp;lt;String&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: List of Emails to which the electronic document will be delivered if the DeliveryChannel=&#039;0&#039;&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; When deliveryChannel=’0’&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Does not apply&lt;br /&gt;
|-&lt;br /&gt;
|extras&lt;br /&gt;
|Array &amp;lt;Extensible&amp;gt; &lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Optional fields or information for the issuer&#039;s business model&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined&lt;br /&gt;
: (see detail in [[#Class.Extensible|Class.Extensible]])&lt;br /&gt;
|-&lt;br /&gt;
|fechaProgramada&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|19&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: scheduled date&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Does not apply&lt;br /&gt;
|-&lt;br /&gt;
|mensajeProgramado&lt;br /&gt;
|String&lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Message&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Does not apply&lt;br /&gt;
|-&lt;br /&gt;
|nitProveedorReceptor&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|..12&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: NIT of the Recipient&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; When deliveryChannel=&#039;1&#039; or &#039;2&#039;&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Does not apply&lt;br /&gt;
|-&lt;br /&gt;
|telefono&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..20&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Recipient Telephone&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; When deliveryChannel=&#039;3&#039; or &#039;4&#039;&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Does not apply&lt;br /&gt;
|}&lt;br /&gt;
====Class.DocumentoReferenciado====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Descripción &lt;br /&gt;
|-&lt;br /&gt;
|codigoEstatusDocumento&lt;br /&gt;
|String&lt;br /&gt;
| - &lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Document code or reason&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; When InternalCode is &#039;4&#039;&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the content of this attribute does not correspond to any of the values ​​of   [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 9|Tabla 9]] and   [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 10|Tabla 10]]&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:DiscrepancyResponse/cbc:ResponseCode&lt;br /&gt;
|-&lt;br /&gt;
|codigoInterno&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|1&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: This field decides if in which XML node the ReferencedDocument information is going to be sent, possible values:&lt;br /&gt;
# AdditionalDocumentReference (FE de contingencia y para acciones comerciales y mercantiles)&lt;br /&gt;
# DespatchDocumentReference (Doc. De despacho)&lt;br /&gt;
# ReceiptDocumentReference (Doc. De recepción)&lt;br /&gt;
# DiscrepancyResponse (N.C y N.D)&lt;br /&gt;
# BillingReference (Facturas por corrección, N.C y N.D)&lt;br /&gt;
|-&lt;br /&gt;
|cufeDocReferenciado&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..90&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C &lt;br /&gt;
|&lt;br /&gt;
: CUFE or CUDE of the referenced document&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; When InternalCode is &#039;5&#039;&lt;br /&gt;
: &#039;&#039;&#039;Mandatory&#039;&#039;&#039; In invoices, it must be filled out only when the transfer invoice originates from the correction or adjustment that occurs through a NC or ND&lt;br /&gt;
: &#039;&#039;&#039;Mandatory&#039;&#039;&#039; In N.C and N.D, are the references to electronic invoices affected by the Note.&lt;br /&gt;
: You can only report electronic invoices from the same acquirer&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If CUFE or CUDE does not exist in the DIAN&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /Invoice/cac:BillingReference/cac:CreditNoteDocumentReference/cbc:UUID&lt;br /&gt;
: /CreditNote/cac:BillingReference/cac:InvoiceDocumentReference/cbc:UUID&lt;br /&gt;
: /DebitNote/cac:BillingReference/cac:InvoiceDocumentReference/cbc:UUID&lt;br /&gt;
|-&lt;br /&gt;
|descripcion&lt;br /&gt;
|Array &amp;lt;String&amp;gt;&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|20..5000&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Description of the nature of the correction&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; When InternalCode is &#039;4&#039;&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:DiscrepancyResponse/cbc:Description &lt;br /&gt;
|-&lt;br /&gt;
|extras&lt;br /&gt;
|Array &amp;lt;Extensible&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Optional fields or information for the issuer&#039;s business model&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined &lt;br /&gt;
: (see detail in [[#Class.Extensible|Class.Extensible]])&lt;br /&gt;
|-&lt;br /&gt;
|fecha&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|10&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Ransfe date of the referenced document, in format: YYYY-MM-DD &lt;br /&gt;
: &#039;&#039;&#039;Mandatory&#039;&#039;&#039; When InternalCode is &#039;1&#039;, &#039;2&#039;, &#039;3&#039; or &#039;5&#039;&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the date is later than that of the referenced document&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /Invoice/cac:BillingReference/cac:CreditNoteDocumentReference/cbc:IssueDate&lt;br /&gt;
: /CreditNote/cac:BillingReference/cac:InvoiceDocumentReference/cbc:IssueDate&lt;br /&gt;
: /DebitNote/cac:BillingReference/cac:InvoiceDocumentReference&lt;br /&gt;
: /cbc:IssueDate&lt;br /&gt;
|-&lt;br /&gt;
|fechaFinValidez&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|10&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: End of Validity Date&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: No definido&lt;br /&gt;
|-&lt;br /&gt;
|fechaInicioValidez&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|10&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Validity Start Date&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined&lt;br /&gt;
|-&lt;br /&gt;
|numeroDocumento&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN..20&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Concatenation of the prefix and the referenced document number&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If codigoInterno is reported equal to &#039;1&#039;, &#039;2&#039;, &#039;3&#039;, &#039;4&#039; or &#039;5&#039; and the reference document ID is not related&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;:&lt;br /&gt;
: /Invoice/cac:BillingReference/cac:CreditNoteDocumentReference/cbc:ID&lt;br /&gt;
: /CreditNote/cac:BillingReference/cac:InvoiceDocumentReference/cbc:ID&lt;br /&gt;
: /DebitNote/cac:BillingReference/cac:InvoiceDocumentReference&lt;br /&gt;
: /cbc:ID&lt;br /&gt;
|-&lt;br /&gt;
|tipoCUFE&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..11&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C &lt;br /&gt;
|&lt;br /&gt;
: CUFE type algorithm.&lt;br /&gt;
: “CUFE-SHA384” or “CUDE-SHA384”&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; When InternalCode is &#039;5&#039;&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /Invoice/cac:BillingReference/cac:CreditNoteDocumentReference/cbc:UUID/@schemeName &lt;br /&gt;
: /CreditNote/cac:BillingReference/cac:InvoiceDocumentReference/cbc:UUID/@schemeName&lt;br /&gt;
: /DebitNote/cac:BillingReference/cac: InvoiceDocumentReference/cbc:UUID/@schemeName&lt;br /&gt;
|-&lt;br /&gt;
|tipoDocumento&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Description of the type of referenced document,&lt;br /&gt;
: Example: &amp;quot;National Sales Invoice&amp;quot;&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: No definido&lt;br /&gt;
|-&lt;br /&gt;
|tipoDocumentoCodigo&lt;br /&gt;
|String &lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Identifier of the referenced document type.&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; When InternalCode is &#039;1&#039;&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt;If codigoInterno equal to &#039;1&#039; and the content of this attribute does not correspond to one of the values ​​of the  [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 21|Tabla 21]]&lt;br /&gt;
: &#039;&#039;&#039;Note&#039;&#039;&#039;: For remission orders, inform the code ‘AAJ’&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /Invoice/cac:AdditionalDocumentReference/cbc: DocumentTypeCode&lt;br /&gt;
: / CreditNote /cac:AdditionalDocumentReference/cbc: DocumentTypeCode&lt;br /&gt;
: / DebitNote /cac:AdditionalDocumentReference/cbc: DocumentTypeCode&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;@IMPORTANT:&#039;&#039;&#039;&lt;br /&gt;
&#039;&#039;# To reference &#039;&#039;&#039;sales invoices when issuing a NC or ND&#039;&#039;&#039;, two objects of type DocumentsReferenced must be sent indicating the following:&lt;br /&gt;
#* &#039;&#039;&#039;Object 1&#039;&#039;&#039;: indicating the fields codigoEstatusDocumento; internalCode = &#039;4&#039;, documentNumber, transfer.&lt;br /&gt;
#* &#039;&#039;&#039;Object 2&#039;&#039;&#039;: if the &#039;&#039;&#039;tipoOperacion is equal to 20 (for NC) or 30 (for ND)&#039;&#039;&#039; and codigoInterno = &#039;5&#039;, the fields are validated: cufeDocReferenciado, date, and DocumentNumber.&lt;br /&gt;
# When transmitting a &#039;&#039;&#039;Contingency Invoice&#039;&#039;&#039;, an array of the ReferenceDocuments type must be sent, indicating the fields: internal code = &#039;1&#039;, numberDocument, date, typeDocumentCode (corresponding to Contingency Invoice).&lt;br /&gt;
# To reference &#039;&#039;&#039;Dispatch Documents&#039;&#039;&#039; (internal code = &#039;2&#039;) or &#039;&#039;&#039;Reception Documents&#039;&#039;&#039; (internal code = &#039;3&#039;) the fields are validated: documentnumber and date.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
====Class.Entrega====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Formato&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Descripción &lt;br /&gt;
|-&lt;br /&gt;
|datosTransportistas&lt;br /&gt;
|DatoTransportistas&lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Carrier Data&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:DeliveryParty&lt;br /&gt;
: (see detail in [[#Class.DatosTransportista|Class.DatosTransportista]])&lt;br /&gt;
|-&lt;br /&gt;
|direccionDespacho&lt;br /&gt;
|Direccion&lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Dispatch Information&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Despatch/cac:DespatchAddress&lt;br /&gt;
: (see detail in [[#Class.Direccion|Class.Direccion]])&lt;br /&gt;
|-&lt;br /&gt;
|direccionEntrega&lt;br /&gt;
|Direccion&lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Delivery information&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:DeliveryAddress&lt;br /&gt;
: (see detail in [[#Class.Direccion|Class.Direccion]])&lt;br /&gt;
|-&lt;br /&gt;
|extras&lt;br /&gt;
|Array &amp;lt;Extensible&amp;gt; &lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Optional fields or information for the issuer&#039;s business model&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined&lt;br /&gt;
: (see detail in [[#Class.Extensible|Class.Extensible]])&lt;br /&gt;
|-&lt;br /&gt;
|fechaEfectivaSalida&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|19&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Effective date and time of departure of the goods, in format: YYYY-MM-DD HH:MM:SS &lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; if the effective date of departure is before the date of issue&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:ActualDeliveryDate + ../cbc:ActualDeliveryTime&lt;br /&gt;
|-&lt;br /&gt;
|fechaEstimada&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|19&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Estimated date and time, in format: YYYY-MM-DD HH:MM:SS&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; si la fecha estimada es anterior a la fecha de emisión&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Despatch/cbc:EstimatedDespatchDate y EstimatedDespatchTime&lt;br /&gt;
|-&lt;br /&gt;
|fechaReal&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|19&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Fecha real, en formato: YYYY-MM-DD HH:MM:SS&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; si la fecha real es anterior a la fecha de emisión&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Despatch/cbc:ActualDespatchDate y ActualDespatchTime&lt;br /&gt;
|-&lt;br /&gt;
|fechaSolicitada&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|19&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Fecha Solicitada, en formato: YYYY-MM-DD HH:MM:SS&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; si la fecha solicitada es anterior a la fecha de emisión&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Despatch/ cbc:RequestedDespatchDate y RequestedDespatchTime&lt;br /&gt;
|-&lt;br /&gt;
|identificacionTransporte&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..20&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Datos del Transporte&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Despatch/cbc:ID&lt;br /&gt;
|-&lt;br /&gt;
|matriculaTransporte&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..20&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Matricula del Transporte&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Despatch/ cbc:ID/@schemeAgencyID&lt;br /&gt;
|}&lt;br /&gt;
====Class.Extras====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Atributte&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Formato&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Descripción &lt;br /&gt;
|-&lt;br /&gt;
|controlInterno1&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|100&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Etiqueta asignada para la Representación Impresa PDF.&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Variable&lt;br /&gt;
|-&lt;br /&gt;
|controlInterno2&lt;br /&gt;
|String&lt;br /&gt;
|Depende del Campo&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Permite asociar dos o más campos mediante un índice (si los campos son asociables)&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Variable&lt;br /&gt;
|-&lt;br /&gt;
|nombre&lt;br /&gt;
|String&lt;br /&gt;
|Depende del Campo&lt;br /&gt;
|SI&lt;br /&gt;
|&lt;br /&gt;
: Código del campo extensible a referenciar&lt;br /&gt;
: (Ver sección [[Caracteristicas adicionales - Indice Manual Integración Directa#Uso de campos extras|USO DE CAMPOS EXTRAS]])&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Variable&lt;br /&gt;
|-&lt;br /&gt;
|pdf&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|1&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|SI&lt;br /&gt;
|&lt;br /&gt;
: Indicación de mostrar el campo en la representación gráfica PDF&lt;br /&gt;
: (“0” = No mostrar / “1” = Mostrar)&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Variable&lt;br /&gt;
|-&lt;br /&gt;
|valor&lt;br /&gt;
|String&lt;br /&gt;
|Depende del Campo&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Value of the field to add&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Variable&lt;br /&gt;
|-&lt;br /&gt;
|xml&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|1&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Indication to display the field in the XML&lt;br /&gt;
: (“0” = Don&#039;t show / “1” = Show)&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Variable&lt;br /&gt;
|}&lt;br /&gt;
====Class.Extensible====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Descripción &lt;br /&gt;
|-&lt;br /&gt;
|controlInterno1&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|100&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Assigned Label for PDF Printed Representation.&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Variable&lt;br /&gt;
|-&lt;br /&gt;
|controlInterno2&lt;br /&gt;
|String&lt;br /&gt;
|Depende del Campo&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Allows two or more fields to be associated using an index (if the fields are associable)&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Variable&lt;br /&gt;
|-&lt;br /&gt;
|nombre&lt;br /&gt;
|String&lt;br /&gt;
|Depende del Campo&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Code of the extensible field to reference&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Variable&lt;br /&gt;
|-&lt;br /&gt;
|valor&lt;br /&gt;
|String&lt;br /&gt;
|Depende del Campo&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Value of the field to add&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Variable&lt;br /&gt;
|}&lt;br /&gt;
====Class.FacturaImpuestos====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Descripción &lt;br /&gt;
|-&lt;br /&gt;
|baseImponibleTOTALImp&lt;br /&gt;
|String&lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Tax base on which the value of the tax is calculated&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:TaxTotal/TaxSubtotal/cbc:TaxableAmount  &lt;br /&gt;
|-&lt;br /&gt;
|codigoTOTALImp&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: tribute identifier &lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the content of this element does not correspond to one of the codes in the   [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 11|Tabla 11]]&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;:../cac:TaxTotal/TaxSubtotal/cac:TaxCategory/cac:TaxScheme/cbc:ID     &lt;br /&gt;
|-&lt;br /&gt;
|controlInterno&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|1&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Retention type indicator&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not Defined&lt;br /&gt;
|-&lt;br /&gt;
|extras&lt;br /&gt;
|Array &amp;lt;Extensible&amp;gt; &lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Optional fields or information for the issuer&#039;s business model&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined &lt;br /&gt;
: (see detail in [[#Class.Extensible|Class.Extensible]])&lt;br /&gt;
|-&lt;br /&gt;
|porcentajeTOTALImp&lt;br /&gt;
|String&lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..2&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|2*&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Tribute rate.&lt;br /&gt;
: In the event that the tax is a percentage of the taxable value: inform the &amp;quot;percentage&amp;quot; rate to be applied to the tax base&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt;  If you report a different rate for one of the taxes listed in the  [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 12|Tabla 12]]&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;:../cac:TaxTotal/TaxSubtotal/cac:TaxCategory/cbc:Percent &lt;br /&gt;
|-&lt;br /&gt;
|unidadMedida&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..5&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Identification of the unit of measure &lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the content of this element does not correspond to one of the codes in the  [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 6|Tabla 6]]&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;:../cac:TaxTotal/cac:TaxSubtotal/cbc:BaseUnitMeasure/@unitCode&lt;br /&gt;
|-&lt;br /&gt;
|unidadMedidaTributo&lt;br /&gt;
|String&lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..2&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C &lt;br /&gt;
|&lt;br /&gt;
: Base unit of measure for the tribute&lt;br /&gt;
: &#039;&#039;&#039;Mandatory&#039;&#039;&#039; In the event that the tax is a fixed value per taxed unit, for example the consumption tax on bags or fuel taxes&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If valorTributoUnidad element is informed and UnidadMedidaTributo is not informed&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:TaxTotal/TaxSubtotal/cbc:BaseUnitMeasure &lt;br /&gt;
|-&lt;br /&gt;
|valorTOTALImp&lt;br /&gt;
|String&lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Tribute value. Product of the percentage applied to the tax base&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; For taxes whose rate is stated in percentages, if valorTOTALImp is different from baseImponibleTOTALImp * percentageTOTALImp&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; For taxes whose rate is stated in nominal values ​​(for example, plastic bags), if valorTOTALImp is different from valorTributoUnidad * cantidadUnidades&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:TaxTotal/TaxSubtotal/cbc:TaxAmount &lt;br /&gt;
|-&lt;br /&gt;
|valorTributoUnidad&lt;br /&gt;
|String &lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
:It is the nominal value of the tax per unit&lt;br /&gt;
: &#039;&#039;&#039;Mandatory&#039;&#039;&#039; In the event that the tax is a fixed value per taxed unit, for example the consumption tax on bags or fuel taxes&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; if the unitMedidaTributo element is NOT informed.&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:TaxTotal/TaxSubtotal/cbc:PerUnitAmount &lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;@IMPORTANT&#039;&#039;&#039;: In the case of the ICA and RETEICA in which the value of the percentage is based on a thousand, the value of said percentage must be reported based on a hundred, that is, if you want to report a percentage of 11.04% thousand for any of these taxes, it must be indicated in the TOTALImp percentage field as 1,104.&lt;br /&gt;
====Class.ImpuestosTotales====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Formato&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Descripción &lt;br /&gt;
|-&lt;br /&gt;
|codigoTOTALImp&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|2&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: tribute identifier  &lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the content of this element does not correspond to one of the codes in the   [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 11|Tabla 11]]&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Por Definir &lt;br /&gt;
|-&lt;br /&gt;
|extras&lt;br /&gt;
|Array &amp;lt;Extensible&amp;gt; &lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Optional fields or information for the issuer&#039;s business model.&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined&lt;br /&gt;
: (see detail in [[#Class.Extensible|Class.Extensible]])&lt;br /&gt;
|-&lt;br /&gt;
|montoTotal&lt;br /&gt;
|String&lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Sum of all attributes valorTOTALImp&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If montoTotal is different from the sum of all occurrences ofFacturaImpuestos.valorTOTALImp&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:TaxTotal/cbc:TaxAmount&lt;br /&gt;
|}&lt;br /&gt;
====Class.MediosDePago====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description &lt;br /&gt;
|-&lt;br /&gt;
|codigoBanco&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..20&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO &lt;br /&gt;
|&lt;br /&gt;
: Code of the Bank or Financial Entity&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PayeeFinancialAccount/cbc:AccountTypeCode&lt;br /&gt;
|-&lt;br /&gt;
|codigoCanalPago&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..20&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Payment channel code&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:PaymentChannelCode&lt;br /&gt;
|-&lt;br /&gt;
|codigoReferencia&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..20&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Optional not used for now&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: No definido &lt;br /&gt;
|-&lt;br /&gt;
|extras &lt;br /&gt;
|Array &amp;lt;Extensible&amp;gt; &lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Optional fields or information for the issuer&#039;s business model.&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined&lt;br /&gt;
: (see detail in [[#Class.Extensible|Class.Extensible]])&lt;br /&gt;
|-&lt;br /&gt;
|fechaDeVencimiento&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|19&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Due date of payment of the invoice in format: YYYY-MM-DD&lt;br /&gt;
: &#039;&#039;&#039;Mandatory&#039;&#039;&#039; If the sale is on credit&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt;: If the payment method code is &amp;quot;2&amp;quot; and the expiration date is not sent&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:PaymentDueDate&lt;br /&gt;
|-&lt;br /&gt;
|medioPago&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..2&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Code corresponding to the means of payment&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt;:If the value of this attribute does not correspond to a value of the  [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 13|Tabla 13]]&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:PaymentMeansCode&lt;br /&gt;
|-&lt;br /&gt;
|metodoDePago&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Payment method&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt;: If the value of this attribute does not correspond to a value of the   [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 14|Tabla 14]]&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:ID&lt;br /&gt;
|-&lt;br /&gt;
|nombreBanco&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Name of the Bank or Financial Entity&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PayeeFinancialAccount/cbc:Name&lt;br /&gt;
|-&lt;br /&gt;
|numeroDeReferencia&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..200&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Identifier or internal reference of the Payment&lt;br /&gt;
: PATH&#039;&#039;&#039;:&#039;&#039;&#039; ../cbc:PaymentID&lt;br /&gt;
|-&lt;br /&gt;
|numeroDias&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|..3&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Number of days for payment&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:InstructionNote&lt;br /&gt;
|-&lt;br /&gt;
|numeroTransferencia&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..20&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Transfer number or check number&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PayeeFinancialAccount/cbc:ID&lt;br /&gt;
|}&lt;br /&gt;
====Class.OrdenDeCompra====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description &lt;br /&gt;
|-&lt;br /&gt;
|codigoCliente&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..20&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: customer code&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:CustomerReference&lt;br /&gt;
|-&lt;br /&gt;
|documentoReferencia&lt;br /&gt;
|DocumentoReferencia&lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Document Reference&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:DocumentReference&lt;br /&gt;
: (see detail in [[#Class.DocumentoReferencia|Class.DocumentoReferencia]])&lt;br /&gt;
|-&lt;br /&gt;
|extras&lt;br /&gt;
|Array &amp;lt;Extensible&amp;gt; &lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Optional fields or information for the issuer&#039;s business model&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined&lt;br /&gt;
: (see detail in [[#Class.Extensible|Class.Extensible]])&lt;br /&gt;
|-&lt;br /&gt;
|fecha&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|10&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Date of the Order, in format: YYYY-MM-DD HH:MM:SS&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:IssueDate&lt;br /&gt;
|-&lt;br /&gt;
|numeroOrden&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..20&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Purchase Order Number&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; To send the Purchase Order&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:ID&lt;br /&gt;
|-&lt;br /&gt;
|numeroPedido&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..20&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Order Number&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; To send the Order&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:SalesOrderID&lt;br /&gt;
|-&lt;br /&gt;
|tipoCUFE&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..20&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: CUFE type identifier&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:UUID@schemeName&lt;br /&gt;
|-&lt;br /&gt;
|tipoOrden&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..20&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Order type&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:OrderTypeCode&lt;br /&gt;
|-&lt;br /&gt;
|uuid&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..90&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: UUID of some referenced document&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:UUID&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;NOTE:&#039;&#039;&#039; As it is a delivery order, the OrdemDeCompra class must be informed, if it is necessary to indicate more than one order, it must be informed through the DocumentReferenced class with &#039;&#039;&#039;codigoInterno&#039;&#039;&#039; =&#039;1 &#039;, this in order to send the information referring to them in the AdditionalDocumentReference group.&lt;br /&gt;
&lt;br /&gt;
====Class.TasaDeCambio====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description &lt;br /&gt;
|-&lt;br /&gt;
|baseMonedaDestino&lt;br /&gt;
|String&lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Monetary basis for conversion.&lt;br /&gt;
: Must be 1.00&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If it brings a value other than 1.00&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:TargetCurrencyBaseRate &lt;br /&gt;
|-&lt;br /&gt;
|baseMonedaOrigen&lt;br /&gt;
|String&lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Monetary base of the foreign currency for exchange.&lt;br /&gt;
: Must be 1.00 &lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If it brings a value other than 1.00&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;:  ../cbc:SourceCurrencyBaseRate&lt;br /&gt;
|-&lt;br /&gt;
|extras&lt;br /&gt;
|Array &amp;lt;Extensible&amp;gt; &lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Optional fields or information for the issuer&#039;s business model&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined &lt;br /&gt;
: (see detail in [[#Class.Extensible|Class.Extensible]])&lt;br /&gt;
|-&lt;br /&gt;
|fechaDeTasaDeCambio&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|10&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Date on which the exchange rate was fixed, in format: YYYY-MM-DD&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:Date&lt;br /&gt;
|-&lt;br /&gt;
|indicadorDeTasa&lt;br /&gt;
|String&lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Exchange Rate Indicator&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:ExchangeMarketID&lt;br /&gt;
|-&lt;br /&gt;
|monedaDestino&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|3&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Destination currency code of the document.&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the content of this element is not &#039;COP&#039;&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:TargetCurrencyCode&lt;br /&gt;
|-&lt;br /&gt;
|monedaOrigen&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|3&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Document Base Currency Code&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the content of this element does not correspond to the ISO-4217 standard&lt;br /&gt;
&#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:SourceCurrencyCode&lt;br /&gt;
|-&lt;br /&gt;
|operadorCalculo&lt;br /&gt;
|String&lt;br /&gt;
| -&lt;br /&gt;
|NO &lt;br /&gt;
|&lt;br /&gt;
: Calculation Operator&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc: MathematicOperatorCode&lt;br /&gt;
|-&lt;br /&gt;
|tasaDeCambio&lt;br /&gt;
|String &lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Value of the exchange rate between currencies. It must be filled out with the value of the exchange rate.&lt;br /&gt;
: For example, for USD-COP, it can be the value of the TRM or rate agreed between the parties (Reported value * Exchange rate value = Reported value in currency reported in destination currency)&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:CalculationRate&lt;br /&gt;
|}&lt;br /&gt;
====Class.TasaDeCambioAlternativa====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description &lt;br /&gt;
|-&lt;br /&gt;
|baseMonedaDestino&lt;br /&gt;
|String&lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|SI&lt;br /&gt;
|&lt;br /&gt;
: Monetary basis for conversion.&lt;br /&gt;
: Must be 1.00&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If it brings a value other than 1.00&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:TargetCurrencyBaseRate &lt;br /&gt;
|-&lt;br /&gt;
|baseMonedaOrigen&lt;br /&gt;
|String&lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Monetary base of the foreign currency for exchange.&lt;br /&gt;
: Must be 1.00&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If brings value other than 1.00&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;:  ../cbc:SourceCurrencyBaseRate&lt;br /&gt;
|-&lt;br /&gt;
|extras&lt;br /&gt;
|Array  &amp;lt;Extensible&amp;gt; &lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Optional fields or information for the issuer&#039;s business model&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined&lt;br /&gt;
: (see detail in [[#Class.Extensible|Class.Extensible]])&lt;br /&gt;
|-&lt;br /&gt;
|fechaDeTasaDeCambio&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|10&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Date on which the exchange rate was fixed, in format: YYYY-MM-DD&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:Date&lt;br /&gt;
|-&lt;br /&gt;
|indicadorDeTasa&lt;br /&gt;
|String&lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Exchange Rate Indicator&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:ExchangeMarketID&lt;br /&gt;
|-&lt;br /&gt;
|monedaDestino&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|3&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Destination currency code of the document.&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the content of this element is not &#039;COP&#039;&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:TargetCurrencyCode&lt;br /&gt;
|-&lt;br /&gt;
|monedaOrigen&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|3&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Document Base Currency Code&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the content of this element does not correspond to the ISO-4217 standard&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:SourceCurrencyCode&lt;br /&gt;
|-&lt;br /&gt;
|operadorCalculo&lt;br /&gt;
|String&lt;br /&gt;
| -&lt;br /&gt;
|NO &lt;br /&gt;
|&lt;br /&gt;
: Calculation Operator&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc: MathematicOperatorCode&lt;br /&gt;
|-&lt;br /&gt;
|tasaDeCambio&lt;br /&gt;
|String &lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|YES &lt;br /&gt;
|&lt;br /&gt;
: Value of the exchange rate between currencies. It must be filled out with the value of the exchange rate.&lt;br /&gt;
: For example, for USD-COP, it can be the value of the TRM or rate agreed between the parties (Reported value * Exchange rate value = Reported value in currency reported in destination currency)&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:CalculationRate&lt;br /&gt;
|}&lt;br /&gt;
====Class.TerminosEntrega====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Dato Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description &lt;br /&gt;
|-&lt;br /&gt;
|cargosDescuentos&lt;br /&gt;
|Array &amp;lt;CargosDescuentos&amp;gt;&lt;br /&gt;
| - &lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Information related to a charge or a discount&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:AllowanceCharge &lt;br /&gt;
: (see detail in [[#Class.CargosDescuentos|Class.CargosDescuentos]])&lt;br /&gt;
|-&lt;br /&gt;
|codigoCondicionEntrega&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|3&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Delivery Conditions Code&lt;br /&gt;
: &#039;&#039;&#039;Obligatorio&#039;&#039;&#039; Se es factura de exportación/internacional&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt;: If the value of this attribute does not correspond to a value of the  [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 15|Tabla 15]]&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:LossRiskResponsibilityCode&lt;br /&gt;
|-&lt;br /&gt;
|costoTransporte&lt;br /&gt;
|String&lt;br /&gt;
|Por Definir&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Transport payment method: It is used to indicate how transport costs are paid, for example: http://www.unece.org/&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc: SpecialTerms&lt;br /&gt;
|-&lt;br /&gt;
|direccionEntrega&lt;br /&gt;
|Class.Direccion&lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Information detailing the delivery address&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:DeliveryLocation&lt;br /&gt;
: (see detail in [[#Class.Direccion|Class.Direccion]])&lt;br /&gt;
|-&lt;br /&gt;
|extras&lt;br /&gt;
|Array &amp;lt;Extensible&amp;gt; &lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Optional fields or information for the issuer&#039;s business model.&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Undefined&lt;br /&gt;
: (see detail in [[#Class.Extensible|Class.Extensible]])&lt;br /&gt;
|-&lt;br /&gt;
|identificacion&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..12&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Identification number&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:ID&lt;br /&gt;
|-&lt;br /&gt;
|monto&lt;br /&gt;
|String&lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|NO&lt;br /&gt;
| &lt;br /&gt;
: Amount&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:Amount&lt;br /&gt;
|-&lt;br /&gt;
|responsableEntrega&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Description of who assumes responsibility in case the merchandise is lost&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:LossRisk&lt;br /&gt;
|}&lt;br /&gt;
====Class.Direccion====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description &lt;br /&gt;
|-&lt;br /&gt;
|aCuidadoDe&lt;br /&gt;
|String &lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Care of&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cbc:MarkCare&lt;br /&gt;
|-&lt;br /&gt;
|aLaAtenciónDe&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: For the attention of&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cbc:MarkAttention&lt;br /&gt;
|-&lt;br /&gt;
|bloque&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: block name&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cbc:BlockName&lt;br /&gt;
|-&lt;br /&gt;
|buzon&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Buzón postal&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cbc:Postbox&lt;br /&gt;
|-&lt;br /&gt;
|calle&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Name of the street&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cbc:StreetName&lt;br /&gt;
|-&lt;br /&gt;
|calleAdicional&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Additional Name to better specify the street name&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cbc:AdditionalStreetName&lt;br /&gt;
|-&lt;br /&gt;
|ciudad&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|…50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Ciudad&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If country is &amp;quot;CO&amp;quot; and the content of this attribute does not correspond to one of the values ​​in the &#039;Name&#039; column of the   [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 19|Tabla 19]] (columna ‘Nombre : : : : Municipio’ del numeral 6.4.3 del Anexo Técnico)&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cbc:CityName&lt;br /&gt;
|-&lt;br /&gt;
|codigoDepartamento&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|…5&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: department code&lt;br /&gt;
: If country is &amp;quot;CO&amp;quot;, CodigoDepartamento must correspond to one of the values ​​in the Code column of the  [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 16|Tabla 16]]&lt;br /&gt;
: &#039;&#039;&#039;Mandatory&#039;&#039;&#039; for Responsible Issuers and Acquirers&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cbc:CountrySubentityCode&lt;br /&gt;
|-&lt;br /&gt;
|correccionHusoHorario&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Corresponding time zone correction&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cbc:TimezoneOffset&lt;br /&gt;
|-&lt;br /&gt;
|departamento&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|…50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: department name&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; if the code of the country field is &amp;quot;CO&amp;quot; and the content of this attribute does not correspond to one of the values ​​of the Name column of the [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 16|Tabla 16]]&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cbc:CountrySubentity&lt;br /&gt;
|-&lt;br /&gt;
|departamentoOrg&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
:An addressable department of an organization&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cbc:Department&lt;br /&gt;
|-&lt;br /&gt;
|direccion&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|…100&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Client&#039;s address, without indicating city or department&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cac:AddressLine/cbc:Line&lt;br /&gt;
|-&lt;br /&gt;
|distrito&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: District&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /cac:Address/cbc:District&lt;br /&gt;
|-&lt;br /&gt;
|extras&lt;br /&gt;
|Array &amp;lt;Extensible&amp;gt; &lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Optional fields or information for the issuer&#039;s business model.&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined&lt;br /&gt;
: (see detail in [[#Class.Extensible|Class.Extensible]])&lt;br /&gt;
|-&lt;br /&gt;
|habitacion&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Bedroom&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cbc:Room&lt;br /&gt;
|-&lt;br /&gt;
|lenguaje&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;A|2&amp;lt;/nowiki&amp;gt; ISO 639-1&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Identifier of the language used in the country name&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Notification&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the content of this attribute does not correspond to one of the values ​​of the ISO 639-1 standard&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;NotificaNotificationión&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If this is a group with information regarding the address of the issuer of an electronic document, it must contain the literal &amp;quot;is&amp;quot;&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /cac:Address/cac:Country/cbc:Name/@languageID&lt;br /&gt;
|-&lt;br /&gt;
|localizacion&lt;br /&gt;
|Array &amp;lt;Coordenadas&amp;gt;&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: address coordinates&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cac:LocationCoordinate&lt;br /&gt;
: (see detail in [[#Class.Coordenadas|Class.Coordenadas]])&lt;br /&gt;
|-&lt;br /&gt;
|municipio&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Municipality Code&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Notification&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the content of this attribute does not correspond to one of the values ​​of the  [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 19|Tabla 19]]&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:ID&lt;br /&gt;
|-&lt;br /&gt;
|nombreEdificio&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Name of a Building&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cbc:BuildingName&lt;br /&gt;
|-&lt;br /&gt;
|numeroEdificio&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Número de una casa o edificio&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cbc:BuildingNumber&lt;br /&gt;
|-&lt;br /&gt;
|numeroParcela&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Parcel Number&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cbc:PlotIdentification&lt;br /&gt;
|-&lt;br /&gt;
|pais&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;A|2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
:Customer country.&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the content of this element does not correspond to a value of the ISO 3166-1 alpha-2 standard&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cac:Country/cbc:IdentificationCode&lt;br /&gt;
|-&lt;br /&gt;
|piso&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Flat&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cbc:Floor&lt;br /&gt;
|-&lt;br /&gt;
|region&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Región&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cbc:Region&lt;br /&gt;
|-&lt;br /&gt;
|subDivision&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Subdivision (Name of the Neighborhood)&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cbc:CitySubdivisionName&lt;br /&gt;
|-&lt;br /&gt;
|ubicación&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: A specific location within a building&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cbc:InhouseMail&lt;br /&gt;
|-&lt;br /&gt;
|zonaPostal&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..10&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Postal zone&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Notification&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the content of this element does not correspond to a corresponding value of the [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 20|Tabla 20]]&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Notification&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the value of the CodigoDepartamento attribute is different from the first 2 digits of the postal code.&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cbc:PostalZone&lt;br /&gt;
|}&lt;br /&gt;
====Class.Coordenadas====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Dato Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|-&lt;br /&gt;
|gradosLatitud&lt;br /&gt;
|String&lt;br /&gt;
|Por Definir&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: latitude measure in degrees&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:LatitudeDegreesMeasure&lt;br /&gt;
|-&lt;br /&gt;
|gradosLongitud&lt;br /&gt;
|String&lt;br /&gt;
|Por Definir&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: measure of longitude in degrees&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; Unit greater than 60 minutes&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:LongitudeDegreesMeasure&lt;br /&gt;
|-&lt;br /&gt;
|minutosLatitud&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|…5|2.2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Latitude measurement in decimal minutes in mm.mm format&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:MarkAttentionIndicator&lt;br /&gt;
|-&lt;br /&gt;
|minutosLongitud&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|…5|2.2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Longitude measurement in decimal minutes in mm.mm format&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; Unit greater than 60 minutes&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:LongitudeMinutesMeasure&lt;br /&gt;
|-&lt;br /&gt;
|orientacionLatitud&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|1&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO &lt;br /&gt;
|&lt;br /&gt;
: Sense of measurement of latitude in relation to the Equator&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:LatitudeDirectionCode&lt;br /&gt;
|-&lt;br /&gt;
|orientacionLongitud&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|1&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Sense of longitude measurement in relation to the Equator &lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:LongitudeDirectionCode&lt;br /&gt;
|}&lt;br /&gt;
====Class.Tributos====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Atribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description &lt;br /&gt;
|-&lt;br /&gt;
|codigoImpuesto&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|SI&lt;br /&gt;
|&lt;br /&gt;
: tribute identifier &lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the content of this element does not correspond to one of the codes in the   [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 11|Tabla 11]]&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:ID     &lt;br /&gt;
|-&lt;br /&gt;
|extras&lt;br /&gt;
|Array &amp;lt;Extensible&amp;gt; &lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Optional fields or information for the issuer&#039;s business model.&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined (see detail in [[#Class.Extensible|Class.Extensible]])&lt;br /&gt;
|}&lt;br /&gt;
====Class.InformacionLegalCliente====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Dato Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description &lt;br /&gt;
|-&lt;br /&gt;
|codigoEstablecimiento&lt;br /&gt;
|String&lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Establishment Code&lt;br /&gt;
: &amp;lt;nowiki&amp;gt;PATH&amp;lt;/nowiki&amp;gt;: /cac:CorporateRegistrationScheme/cbc:CorporateRegistrationTypeCode&lt;br /&gt;
|-&lt;br /&gt;
|nombreRegistroRUT&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..450&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Name or company name of the acquirer &lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PartyLegalEntity/cbc:RegistrationName&lt;br /&gt;
|-&lt;br /&gt;
|numeroIdentificacion&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..12&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Acquirer Identifier. &lt;br /&gt;
: You must inform the NIT if you are responsible&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;:  ../cac:Party/cac:PartyLegalEntity/cbc:CompanyID&lt;br /&gt;
|-&lt;br /&gt;
|numeroIdentificacionDV&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|..2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Check digit&lt;br /&gt;
: &#039;&#039;&#039;Mandatory&#039;&#039;&#039; If tipoIdentificacion =31, the DV of the NIT must be informed&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PartyLegalEntity/cbc:CompanyID@schemeID&lt;br /&gt;
|-&lt;br /&gt;
|numeroMatriculaMercantil&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|9&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Commercial registration number&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:CorporateRegistrationScheme/cbc:Name&lt;br /&gt;
|-&lt;br /&gt;
|prefijoFacturacion&lt;br /&gt;
|String&lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Billing prefix:&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:CorporateRegistrationScheme/cbc:ID&lt;br /&gt;
|-&lt;br /&gt;
|tipoIdentificacion&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Customer identification type&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the content of this element is different from “31”&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PartyLegalEntity/cbc:CompanyID@schemeName&lt;br /&gt;
|}&lt;br /&gt;
====Class.Obligaciones====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description &lt;br /&gt;
|-&lt;br /&gt;
|extras&lt;br /&gt;
|Array &amp;lt;Extensible&amp;gt; &lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Optional fields or information for the issuer&#039;s business model&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined&lt;br /&gt;
: (see detail in [[#Class.Extensible|Class.Extensible]])&lt;br /&gt;
|-&lt;br /&gt;
|obligaciones&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|7&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Obligations of the acquirer&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt;  If the content of this attribute does not correspond to one of the values ​​of the  [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 17|Tabla 17]]&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:TaxLevelCode  &lt;br /&gt;
|-&lt;br /&gt;
|regimen&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Optional, if informed, indicate “Not applicable”. Possible Values:&lt;br /&gt;
: 48: “Sales tax - IVA”&lt;br /&gt;
: 49: “Not responsible for IVA” &lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: .. /cbc:TaxLevelCode/@listName&lt;br /&gt;
|}&lt;br /&gt;
====Class.LineaInformacionAdicional====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description &lt;br /&gt;
|-&lt;br /&gt;
|cantidad&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..5&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|NO &lt;br /&gt;
|&lt;br /&gt;
:additional quantity&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:ValueQuantity&lt;br /&gt;
|-&lt;br /&gt;
|codigo&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..5&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: additional code&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:NameCode&lt;br /&gt;
|-&lt;br /&gt;
|codigoInterno1&lt;br /&gt;
|String&lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Optional not used for now&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined&lt;br /&gt;
|-&lt;br /&gt;
|codigoInterno2&lt;br /&gt;
|String&lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Optional not used for now&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined&lt;br /&gt;
|-&lt;br /&gt;
|descripcion&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..450&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: additional description&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:UsabilityPeriod/cbc:Description&lt;br /&gt;
|-&lt;br /&gt;
|fechaFin&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|10&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Period End Date &lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:UsabilityPeriod/cbc:EndDate&lt;br /&gt;
|-&lt;br /&gt;
|fechaInicio&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|10&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Beginning date of the period&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:UsabilityPeriod/cbc:StartDate&lt;br /&gt;
|-&lt;br /&gt;
|nombre&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Characteristic you want to report on the item, for example: (Vehicle Use)&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; For each name there must be a value&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:Name &lt;br /&gt;
: (For defining extensible field catalogs at the detail level)&lt;br /&gt;
|-&lt;br /&gt;
|secuencia&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..3&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Sequence order indicator&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined &lt;br /&gt;
|-&lt;br /&gt;
|tipo&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|1&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
:Value Type Indicator, example Value = ’1’&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Does not apply&lt;br /&gt;
|-&lt;br /&gt;
|valor&lt;br /&gt;
|String &lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Value of the characteristic to be reported, for example: (Particular)&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; For each value there must be a name&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:Value&lt;br /&gt;
|}&lt;br /&gt;
====Class.DatosTransportistas====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Requerido&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description &lt;br /&gt;
|-&lt;br /&gt;
|detallesTributarios&lt;br /&gt;
|Tributos&lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Tax Types&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PartyTaxScheme/cac:TaxScheme&lt;br /&gt;
: (see detail in [[#Class.Tributos|Class.Tributos]])&lt;br /&gt;
|-&lt;br /&gt;
|direccionResponsableEntrega&lt;br /&gt;
|Direccion&lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Information on the Address of the Person Responsible for Delivery&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cbc:PhysicalLocation&lt;br /&gt;
: (see detail in [[#Class.Direccion|Class.Direccion]])&lt;br /&gt;
|-&lt;br /&gt;
|email&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Email&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ..cac:Contact/cbc:ElectronicMail&lt;br /&gt;
|-&lt;br /&gt;
|extras&lt;br /&gt;
|Array &amp;lt;Extensible&amp;gt; &lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Optional fields or information for the issuer&#039;s business model.&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined&lt;br /&gt;
: (see detail in [[#Class.Extensible|Class.Extensible]]) &lt;br /&gt;
|-&lt;br /&gt;
|indicadordeAtencion&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Indicator if it is information on “for the attention of” (FAO)&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:MarkAttentionIndicator&lt;br /&gt;
|-&lt;br /&gt;
|indicadordeCuidado&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Indicador si es información sobre alguien responsable por los bienes&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:MarkCareIndicator&lt;br /&gt;
|-&lt;br /&gt;
|nombreContacto&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Contact name&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: .. /cac:Contact/cbc:Name&lt;br /&gt;
|-&lt;br /&gt;
|nombreResponsableEntrega&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Name of the Responsible for the Delivery&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PartyName/cbc:Name&lt;br /&gt;
|-&lt;br /&gt;
|nota&lt;br /&gt;
|String&lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
:Contact Note&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Contact/cbc:Note&lt;br /&gt;
|-&lt;br /&gt;
|numeroIdentificacion&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|…12&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Carrier NIT&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PartyTaxScheme/cbc:CompanyID&lt;br /&gt;
|-&lt;br /&gt;
|numeroIdentificacionDV&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|..2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Check digit&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PartyTaxScheme/cbc:CompanyID@schemeID&lt;br /&gt;
|-&lt;br /&gt;
|numeroMatriculaMercantil&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..20&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Commercial registration number&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PartyLegalEntity/cac:CorporateRegistrationScheme/cbc:Name&lt;br /&gt;
|-&lt;br /&gt;
|prefijoFacturacion&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..20&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Carrier Billing Prefix&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: .. /cac:PartyLegalEntity//cac:CorporateRegistrationScheme/cbc:ID&lt;br /&gt;
|-&lt;br /&gt;
|responsabilidadesRut&lt;br /&gt;
|Array &amp;lt;Obligaciones&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Carrier Liability&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PartyTaxScheme/cbc:TaxLevelCode&lt;br /&gt;
: (see detail in [[#Class.Obligaciones|Class.Obligaciones]])&lt;br /&gt;
|-&lt;br /&gt;
|telefax&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..20&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Carrier Telefax&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PartyTaxScheme/cbc:CompanyID/@schemeName&lt;br /&gt;
|-&lt;br /&gt;
|telefono&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..20&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: carrier phone&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Contact/cbc:Telefax&lt;br /&gt;
|-&lt;br /&gt;
|tipoIdentificacion&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Carrier Identification Type&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt;  If the content of this attribute does not correspond to one of the values ​​of the [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 3|Tabla 3]]&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PartyTaxScheme/cbc:CompanyID/@schemeName&lt;br /&gt;
|-&lt;br /&gt;
|transportadorDireccion&lt;br /&gt;
|Direccion &lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Tax address of the transporter&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PartyLegalEntity/cac:RegistrationAddress&lt;br /&gt;
: (see detail in [[#Class.Direccion|Class.Direccion]])&lt;br /&gt;
|-&lt;br /&gt;
|transportadorNombre&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: carrier name&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PartyLegalEntity/cbc:RegistrationName&lt;br /&gt;
|-&lt;br /&gt;
|transportadorNumeroDocumento&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..12&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Carrier document number&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PartyLegalEntity/cbc:CompanyID&lt;br /&gt;
|-&lt;br /&gt;
|transportadorNumeroDocumentoDV&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Verifier Digit of the NIT of the transporter&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PartyLegalEntity/cbc:CompanyID@schemeID&lt;br /&gt;
|-&lt;br /&gt;
|transportadorTipoIdentificacion&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Carrier document type&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PartyLegalEntity/cbc:CompanyID@schemeName&lt;br /&gt;
|}&lt;br /&gt;
====Class.DocumentoReferencia====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description &lt;br /&gt;
|-&lt;br /&gt;
|codigoEstatusDocumento&lt;br /&gt;
|String&lt;br /&gt;
| -&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Document code or reason&lt;br /&gt;
: &#039;&#039;&#039;Mandatory&#039;&#039;&#039; When InternalCode is &#039;4&#039;&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the content of this attribute does not correspond to any of the values ​​of   [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 9|Tabla 9]] and   [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 10|Tabla 10]]&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:DiscrepancyResponse/cbc:ResponseCode&lt;br /&gt;
|-&lt;br /&gt;
|codigoInterno&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|1&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: This field decides if in which XML node the information will be sent DocumentoReferenciado, possible values:&lt;br /&gt;
# AdditionalDocumentReference (FE de contingencia y para acciones comerciales y mercantiles)&lt;br /&gt;
# DespatchDocumentReference (Doc. De despacho)&lt;br /&gt;
# ReceiptDocumentReference (Doc. De recepción)&lt;br /&gt;
# DiscrepancyResponse (N.C y N.D)&lt;br /&gt;
# BillingReference (Facturas por corrección, N.C y N.D)&lt;br /&gt;
|-&lt;br /&gt;
|cufeDocReferenciado&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..90&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C &lt;br /&gt;
|&lt;br /&gt;
: CUFE or CUDE of the referenced document&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; When InternalCode is &#039;5&#039;&lt;br /&gt;
: &#039;&#039;&#039;Mandatory&#039;&#039;&#039; In invoices, it must be filled out only when the electronic invoice originates from the correction or adjustment that occurs through a NC or ND&lt;br /&gt;
: &#039;&#039;&#039;Mandatory&#039;&#039;&#039; In N.C and N.D, are the references to electronic invoices affected by the Note. You can only report electronic invoices of the same acquirer&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If CUFE or CUDE does not exist in the DIAN&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /Invoice/cac:BillingReference/cac:CreditNoteDocumentReference/cbc:UUID&lt;br /&gt;
: /CreditNote/cac:BillingReference/cac:InvoiceDocumentReference/cbc:UUID&lt;br /&gt;
: /DebitNote/cac:BillingReference/cac:InvoiceDocumentReference/cbc:UUID&lt;br /&gt;
|-&lt;br /&gt;
|descripcion&lt;br /&gt;
|Array &amp;lt;String&amp;gt;&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|20..5000&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Description of the nature of the correction&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; When InternalCode is &#039;4&#039;&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:DiscrepancyResponse/cbc:Description &lt;br /&gt;
|-&lt;br /&gt;
|extras&lt;br /&gt;
|Array &amp;lt;Extensible&amp;gt; &lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Optional fields or information for the issuer&#039;s business model&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined&lt;br /&gt;
: (see detail in [[#Class.Extensible|Class.Extensible]])&lt;br /&gt;
|-&lt;br /&gt;
|fecha&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|10&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Fecha de emision del documento referenciado, en formato: YYYY-MM-DD &lt;br /&gt;
: &#039;&#039;&#039;Mandatory&#039;&#039;&#039; When internal code is &#039;1&#039;, &#039;2&#039;, &#039;3&#039; or &#039;5&#039;&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the date is later than that of the referenced document&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /Invoice/cac:BillingReference/cac:CreditNoteDocumentReference/cbc:IssueDate&lt;br /&gt;
: /CreditNote/cac:BillingReference/cac:InvoiceDocumentReference/cbc:IssueDate&lt;br /&gt;
: /DebitNote/cac:BillingReference/cac:InvoiceDocumentReference&lt;br /&gt;
: /cbc:IssueDate&lt;br /&gt;
|-&lt;br /&gt;
|fechaFinValidez&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|10&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: End of Validity Date&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Undefined&lt;br /&gt;
|-&lt;br /&gt;
|fechaInicioValidez&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|10&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Validity Start Date&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Undefined&lt;br /&gt;
|-&lt;br /&gt;
|numeroDocumento&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN..20&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|SI&lt;br /&gt;
|&lt;br /&gt;
: Concatenation of the prefix and the referenced document number&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; if codigoInterno is reported equal to &#039;1&#039;, &#039;2&#039;, &#039;3&#039;, &#039;4&#039; or &#039;5&#039; and the reference document ID is not related&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /Invoice/cac:BillingReference/cac:CreditNoteDocumentReference/cbc:ID&lt;br /&gt;
: /CreditNote/cac:BillingReference/cac:InvoiceDocumentReference/cbc:ID&lt;br /&gt;
: /DebitNote/cac:BillingReference/cac:InvoiceDocumentReference&lt;br /&gt;
: /cbc:ID&lt;br /&gt;
|-&lt;br /&gt;
|tipoCUFE&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..11&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C &lt;br /&gt;
|&lt;br /&gt;
: CUFE type algorithm.&lt;br /&gt;
: “CUFE-SHA384” or “CUDE-SHA384”&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; When InternalCode is &#039;5&#039;&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /Invoice/cac:BillingReference/cac:CreditNoteDocumentReference&lt;br /&gt;
: /cbc:UUID/@schemeName &lt;br /&gt;
: /CreditNote/cac:BillingReference/cac:InvoiceDocumentReference&lt;br /&gt;
: /cbc:UUID/@schemeName&lt;br /&gt;
: /DebitNote/cac:BillingReference/cac: InvoiceDocumentReference&lt;br /&gt;
: /cbc:UUID/@schemeName&lt;br /&gt;
|-&lt;br /&gt;
|tipoDocumento&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Description of the type of referenced document, Example: &amp;quot;National Sales Invoice&amp;quot;&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined&lt;br /&gt;
|-&lt;br /&gt;
|tipoDocumentoCodigo&lt;br /&gt;
|String &lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Identifier of the referenced document type&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; When InternalCode is &#039;1&#039;  &lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If codigoInterno equal to &#039;1&#039; and the content of this attribute does not correspond to one of the values ​​of the  [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 21|Tabla 21]]&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Undefined&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;@IMPORTANT:&#039;&#039;&#039;&lt;br /&gt;
# To reference &#039;&#039;&#039;sales invoices when issuing a NC or ND&#039;&#039;&#039;, two objects of type DocumentosReferenciados must be sent indicating the following:&lt;br /&gt;
#* &#039;&#039;&#039;Object 1&#039;&#039;&#039;: indicating the fields codigoEstatusDocumento; CodihoInterno = &#039;4&#039;, numeroDocumento, descripcion.&lt;br /&gt;
#* &#039;&#039;&#039;Object 2&#039;&#039;&#039;: if the &#039;&#039;&#039;tipoOperacion is equal to 20 (for NC) or 30 (for ND)&#039;&#039;&#039; and codigoInterno = &#039;5&#039;, the fields are validated: cufeDocReferenciado, date, and DocumentNumber.&lt;br /&gt;
# When transmitting a &#039;&#039;&#039;Factura de Contingencia &#039;&#039;&#039;, an array of the documentosReferenciados type must be sent, indicating the fields: internal code = &#039;1&#039;, numberDocument, date, tipoDocumentCode (corresponding to Contingenc Invoice).&lt;br /&gt;
# To reference &#039;&#039;&#039;Dispatch Documents&#039;&#039;&#039; (internal code = &#039;2&#039;) or &#039;&#039;&#039;Reception Documents&#039;&#039;&#039; (internal code = &#039;3&#039;) the fields are validated: documentnumber and date.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
====Class.sectorSalud====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description &lt;br /&gt;
|-&lt;br /&gt;
|Beneficiario&lt;br /&gt;
|Beneficiario&lt;br /&gt;
| -&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Complementary data of the beneficiary of the health service for collection scenarios.&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:AccountingCustomerParty/cac:Person&lt;br /&gt;
: (see detail in [[#Class.Beneficiario|Class.Beneficiario]])&lt;br /&gt;
|-&lt;br /&gt;
|extras&lt;br /&gt;
|Array &amp;lt;Extras&amp;gt; &lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Optional fields or information for the issuer&#039;s business model.&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined&lt;br /&gt;
: (see detail in [[#Class.Extras|Class.Extras]])&lt;br /&gt;
|-&lt;br /&gt;
|IdPersonalizacion&lt;br /&gt;
|String&lt;br /&gt;
|Por definir&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: To indicate the type of operation through which the collection was made in the accreditation or report scenarios&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: To be defined&lt;br /&gt;
|-&lt;br /&gt;
|Pacientes&lt;br /&gt;
|Array &amp;lt;DatosPacienteSalud&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|C/C&lt;br /&gt;
|For the report of the additional data fields of the Health Sector&lt;br /&gt;
: (see detail in [[#Class.DatosPacientesSalud|Class.DatosPacientesSalud]])&lt;br /&gt;
|-&lt;br /&gt;
|TipoEscenario&lt;br /&gt;
|String &lt;br /&gt;
|&amp;lt;nowiki&amp;gt; N|1 &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Type of Health Sector Scenario. [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 27|Tabla 27]]&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;NOTE: The issuance of health sector documents is only available through version 4 of the issuance service. &amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Class.Beneficiario====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description &lt;br /&gt;
|-&lt;br /&gt;
|DireccionResidencia&lt;br /&gt;
|Direccion&lt;br /&gt;
| -&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Information detailing the address of the beneficiary of the health service.&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:ResidenceAddress&lt;br /&gt;
: (see detail in [[#Class.Direccion|Class.Direccion]])&lt;br /&gt;
|-&lt;br /&gt;
|TipoIdentificacion&lt;br /&gt;
|Array &amp;lt;GeneralSalud&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Identification type of the beneficiary user of the health service.&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: cbc:ID/@schemeID&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Class.DatosPacientesSalud====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description &lt;br /&gt;
|-&lt;br /&gt;
|CamposGenerales&lt;br /&gt;
|Array &amp;lt;GeneralSalud&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Additional data fields of the Health Sector to report information associated with the beneficiaries of the health service&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Invoice/ext:UBLExtensions/ext:UBLExtension&lt;br /&gt;
: (see detail in [[#Class.Direccion|Class.Direccion]])&lt;br /&gt;
|-&lt;br /&gt;
|TipoIdentificacion&lt;br /&gt;
|Array &amp;lt;GeneralSalud&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Identification type of the beneficiary user of the health service.&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: cbc:ID/@schemeID&lt;br /&gt;
: (see detail in [[#Class.GeneralSalud|Class.GeneralSalud]])&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Class.GeneralSalud====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description &lt;br /&gt;
|-&lt;br /&gt;
|nombre&lt;br /&gt;
|String&lt;br /&gt;
|N|..2&lt;br /&gt;
|Si&lt;br /&gt;
|&lt;br /&gt;
: Additional data field code.&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;:../Interoperabilidad/Group schemeName=&amp;quot;Sector Salud&amp;quot;/Collection schemeName=&amp;quot;Usuario&amp;quot;/AdditionalInformation/Name&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;@Note:&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; It must correspond to one of the codes in the column[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 28|Tabla 28]] &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|valor&lt;br /&gt;
|String&lt;br /&gt;
|depends on the field&lt;br /&gt;
|Yes&lt;br /&gt;
|&lt;br /&gt;
: Value of the additional data field of the health sector as appropriate.&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../Interoperabilidad/Group schemeName=&amp;quot;Sector Salud&amp;quot;/Collection schemeName=&amp;quot;Usuario&amp;quot;/AdditionalInformation/Value&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Important&#039;&#039;&#039;: In the case of the field &#039;&#039;&#039;rangoNumeracion&#039;&#039;&#039;, this value must always have the following format (Pefijo-campoDesde), that is, said field is independent of the sequential mode configured in the portal (manual with prefix or manual without prefix).&lt;br /&gt;
 &lt;br /&gt;
In the case of the field &#039;&#039;&#039;consecutivoDocumento&#039;&#039;&#039;, This field does depend on the sequential mode configured in the web portal.&lt;br /&gt;
* If the assigned modality is&#039;&#039;“manual sin prefijo”&#039;&#039;, the values ​​for the fields rangoNumeracion and consecutivoDocumento’ They should be for example:&lt;br /&gt;
:: Invoice #1: rangoNumeracion= &amp;quot;PRUE-1&amp;quot;, consecutivoDocumento= &amp;quot;1&amp;quot;&lt;br /&gt;
:: Invoice #2: rangeNumeracion= &amp;quot;PRUE-1&amp;quot;, consecutiveDocument= &amp;quot;2&amp;quot;&lt;br /&gt;
:: ...&lt;br /&gt;
:: Invoice #1000: rangoNumeracion= &amp;quot;PRUE-1&amp;quot;, consecutivoDocumento= &amp;quot;1000&amp;quot;&lt;br /&gt;
&lt;br /&gt;
*If the assigned modality is &#039;&#039;“manual with prefix”&#039;&#039;, the values ​​for the fields rangoNumeracion and consecutivoDocumento must be, for example:&lt;br /&gt;
:: Invoice #1: rangeNumeracion= &amp;quot;PRUE-1&amp;quot;, consecutiveDocument= &amp;quot;PRUE1&amp;quot;&lt;br /&gt;
:: Invoice #2: rangoNumeracion= &amp;quot;PRUE-1&amp;quot;, consecutivoDocumento= &amp;quot;PRUE2&amp;quot;&lt;br /&gt;
:: ...&lt;br /&gt;
:: Invoice #1000: rangeNumeracion= &amp;quot;PRUE-1&amp;quot;, consecutivoDocumento= &amp;quot;PRUE1000&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
; RESPONSE: Parameters to Receive&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot; &lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|ID&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description &lt;br /&gt;
|-&lt;br /&gt;
|int&lt;br /&gt;
|codigo&lt;br /&gt;
|Indicates the status of the operation returned by the service, (to define catalog)&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|consecutivoDocumento&lt;br /&gt;
|Prefix and Consecutive of the Concatenated Document without separators. For the example above it corresponds to: “PRUE980338337”&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|cufe&lt;br /&gt;
|&amp;quot;Unique Electronic Invoice Code&amp;quot; corresponding to the document consulted.&lt;br /&gt;
|-&lt;br /&gt;
|Bool&lt;br /&gt;
|esValidoDian&lt;br /&gt;
|“true” if valid&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|fechaAceptacionDIAN&lt;br /&gt;
|Day and time in which the DIAN accepted the electronic document, in YYYY-MM-DD HH:MM:SS format&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|fechaRespuesta&lt;br /&gt;
|Day and time in which the electronic document was generated, in format AAAA-MM-DD HH:MM:SS&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|hash&lt;br /&gt;
|Error detection code &lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|mensaje&lt;br /&gt;
|This message is associated with the response code, useful for error identification&lt;br /&gt;
|-&lt;br /&gt;
|Array&lt;br /&gt;
|mensajesValidacion&lt;br /&gt;
|Validation messages in case of notification or rejection&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|nombre&lt;br /&gt;
|Name defined by the DIAN&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|qr&lt;br /&gt;
|QR code string concatenation (control element)&lt;br /&gt;
|-&lt;br /&gt;
|Array&lt;br /&gt;
|reglasNotificacionDIAN&lt;br /&gt;
|Validation rules in case of notification&lt;br /&gt;
|-&lt;br /&gt;
|Array&lt;br /&gt;
|reglasValidacionDIAN&lt;br /&gt;
|Validation rules in case of rejection&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|resultado&lt;br /&gt;
|Method consumption result: Processed” or “Error” &lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|tipoCufe&lt;br /&gt;
|CUFE type algorithm. “CUFE-SHA384” or “CUDE-SHA384”&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|xml&lt;br /&gt;
|XML file (type AttachedDocument) encoded in Base64&lt;br /&gt;
|}&lt;br /&gt;
Once the electronic invoice has been sent successfully (code &#039;200&#039; or &#039;201&#039; in the response), the attached files are sent (through the method&#039;&#039;&#039;CargarAdjuntos&#039;&#039;&#039;) consuming the SOAP Web Attachments Service, in the scenario that the &#039;&#039;&#039;attachments&#039;&#039;&#039; parameter has been assigned to “1” or “11”, otherwise the SOAP Web Attachments Service will return an error indicating that the document does NOT support attachments.&lt;br /&gt;
{{clear}}&lt;br /&gt;
&lt;br /&gt;
===EstadoDocumento Method===&lt;br /&gt;
It allows you to consult the status of the document indicated before the Acquirer, before the DIAN, the type of delivery and if it was successful, the list of associated events (ApplicationResponse) and other parameters of interest that can be useful in the software control processes billing (ERP) or for the business model of the issuing client.&lt;br /&gt;
; REQUEST: Parameters to Send&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Identifier&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;3&amp;quot;|String&lt;br /&gt;
|tokenEmpresa&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|Supplied by The Factory HKA Colombia&lt;br /&gt;
|-&lt;br /&gt;
|tokenPassword&lt;br /&gt;
|-&lt;br /&gt;
|Documento&lt;br /&gt;
|Prefix and Consecutive of the electronic Document concatenated without separators. Example “PRUE980338212&lt;br /&gt;
|}&lt;br /&gt;
; RESPONSE: Parameters to Receive&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot; &lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Typr&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Identifier&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Bool&lt;br /&gt;
|aceptacionFisica&lt;br /&gt;
|Indicates if the document has physical acceptance (physically delivered): “true” or “false”&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|acuseComentario&lt;br /&gt;
|Comment informed by the acquirer when making the acknowledgment&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|acuseEstatus&lt;br /&gt;
|0: Acknowledgment not made ; 1: Acknowledgment made&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|acuseResponsable&lt;br /&gt;
|Email of the person responsible for making the acknowledgment&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|acuseRespuesta&lt;br /&gt;
|0: Response not sent; 1: Reply Sent&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|ambiente&lt;br /&gt;
|Type of document generation environment:&lt;br /&gt;
:: “1: ProductionEnvironment”&lt;br /&gt;
:: “2: TestEnvironment”&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|cadenaCodigoQR&lt;br /&gt;
|QR code string concatenation (control element)&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|cadenaCufe&lt;br /&gt;
|Chain concatenation of the CUFE code prior to calculation by the corresponding algorithm of the service&lt;br /&gt;
|-&lt;br /&gt;
|int&lt;br /&gt;
|Codigo&lt;br /&gt;
|Indicates the status of the operation returned by the service&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|consecutivo&lt;br /&gt;
|Consecutive Document TFHKA/DIAN&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|cufe&lt;br /&gt;
|&amp;quot;Unique Code of Electronic Invoice&amp;quot; corresponding to the document consulted, calculated by the corresponding algorithm of the service&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|descripcionDocumento&lt;br /&gt;
|Reference document type identifier,&lt;br /&gt;
: Example: &amp;quot;National Sales Invoice&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|String &lt;br /&gt;
|descripcionEstatusDocumento&lt;br /&gt;
|Description corresponding to the statusDocument before the DIAN: &amp;quot;Processed Correctly&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|entregaMetodoDIAN&lt;br /&gt;
|Indicates the delivery method to the DIAN&lt;br /&gt;
: (Synchronous or Asynchronous), (Individual or Batch)&lt;br /&gt;
|-&lt;br /&gt;
|Bool&lt;br /&gt;
|esValidoDIAN&lt;br /&gt;
| &lt;br /&gt;
: “true” if valid&lt;br /&gt;
: &amp;quot;false&amp;quot; If not valid&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|estatusDocumento&lt;br /&gt;
|Code obtained in the response corresponding to the status of the document before the DIAN (Catalogue to be defined)&lt;br /&gt;
|-&lt;br /&gt;
|Array &amp;lt;Evento&amp;gt;&lt;br /&gt;
|eventos&lt;br /&gt;
|List of Electronic Document events&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|fechaAceptacionDIAN&lt;br /&gt;
|Day and time in which the DIAN accepted the electronic document, in format AAAA-MM-DD HH:MM:SS&lt;br /&gt;
|-&lt;br /&gt;
|String &lt;br /&gt;
|fechaDocumento&lt;br /&gt;
|Date on which the document was generated, in format: AAAA-MM-DD&lt;br /&gt;
|-&lt;br /&gt;
|Array &amp;lt;HistorialDeEntregas&amp;gt;&lt;br /&gt;
|historialDeEntregas&lt;br /&gt;
|History of document deliveries&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|mensaje&lt;br /&gt;
|This message is associated with the code, useful for identifying errors&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|mensajeDocumento&lt;br /&gt;
|Provides a description of the error of each of the initial validations. If there are no errors, no description is provided.&lt;br /&gt;
|-&lt;br /&gt;
|Bool&lt;br /&gt;
|poseeAdjuntos&lt;br /&gt;
|Indicates if the document has attachments:&lt;br /&gt;
: &amp;quot;true&amp;quot; or &amp;quot;false&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Bool&lt;br /&gt;
|poseeRepresentacionGrafica&lt;br /&gt;
|Indicates if the document has a graphic representation:&lt;br /&gt;
: &amp;quot;true&amp;quot; or &amp;quot;false&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Array &amp;lt;String&amp;gt;&lt;br /&gt;
|reglasValidacionDIAN&lt;br /&gt;
|Validation messages by the DIAN&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|resultado&lt;br /&gt;
|Result of method consumption:&lt;br /&gt;
: “Processed” or “Error”&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|tipoCufe&lt;br /&gt;
|Algorithm used to calculate CUFE:&lt;br /&gt;
: SHA-256, SHA-384, SHA-512&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|tipoDocumento&lt;br /&gt;
|Reference document type identifier&lt;br /&gt;
: Watch   [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 1|Tabla 1]]&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|trackID&lt;br /&gt;
|This element corresponds to the TrackId of the processed document&lt;br /&gt;
|}&lt;br /&gt;
Where Class.Evento contains the following information:&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot; &lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|identifier&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|ambienteDIAN&lt;br /&gt;
|Generation environment in the DIAN&lt;br /&gt;
: “1:ambienteDeProducción” &lt;br /&gt;
: “2:ambienteDePruebas” &lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|codigo &lt;br /&gt;
|Code the document of the Application Response (event)&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|comentario&lt;br /&gt;
|event commentary&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|cufe&lt;br /&gt;
|CUFE of the electronic document&lt;br /&gt;
|-&lt;br /&gt;
|String &lt;br /&gt;
|descripcionEvento&lt;br /&gt;
|Description of use/source of the event&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|emisorNumeroDocumento&lt;br /&gt;
|Issuer Identification Number&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|emisorNumeroDocumentoDV&lt;br /&gt;
|Issuer Document Number Check Digit&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|emisorRazonSocial&lt;br /&gt;
|Company Name of the Issuer&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|emisorTipoIdentificacion&lt;br /&gt;
|Issuer Identification Type&lt;br /&gt;
|-&lt;br /&gt;
|Array &amp;lt;ExtrasEvento&amp;gt;&lt;br /&gt;
|extras&lt;br /&gt;
|Extra information corresponding to the event&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|fechaEmision&lt;br /&gt;
|Date of Issue of the Application Response (event)&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|fechaRecepcion&lt;br /&gt;
|Application Response Reception Date (event) &lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|hash&lt;br /&gt;
|Application Response document hash&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|idPerfilDIAN&lt;br /&gt;
|DIAN Profile&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|mensaje&lt;br /&gt;
|ApplicationResponse description message&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|nombreArchivoXML&lt;br /&gt;
|XML file name&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|nota&lt;br /&gt;
|Content of the Note field of the Application Response&lt;br /&gt;
|-&lt;br /&gt;
|String &lt;br /&gt;
|numeroDelEvento&lt;br /&gt;
|Consecutive Application Response&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|receptorNumeroDocumento&lt;br /&gt;
|Receiver Identification Number&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|receptorNumeroDocumentoDV&lt;br /&gt;
|Receiver Document Number Check Digit&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|receptorRazonSocial&lt;br /&gt;
|Receiver&#039;s Business Name&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|receptorTipoIdentificacion&lt;br /&gt;
|Receiver Identification Type &lt;br /&gt;
|-&lt;br /&gt;
|String &lt;br /&gt;
|resultado&lt;br /&gt;
|Result of method consumption:&lt;br /&gt;
: “Processed” or “Error”&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|tipoCufe&lt;br /&gt;
|Algorithm used to calculate CUDE of the event:&lt;br /&gt;
: SHA-256, SHA-384, SHA-512&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|tipoEvento&lt;br /&gt;
|Event type identifier:&lt;br /&gt;
: (Internal/ApplicationResponse)&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|versionUBL&lt;br /&gt;
|UBL version of the XML&lt;br /&gt;
|}&lt;br /&gt;
And Class.ExtrasEvento contains the following information:&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot; &lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Identifier&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|codigoInterno1&lt;br /&gt;
|Hashtag&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|codigoInterno2&lt;br /&gt;
|Additional Description&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|nombre&lt;br /&gt;
|Additional Description&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|valor &lt;br /&gt;
|Información Adicional&lt;br /&gt;
|}&lt;br /&gt;
Class.HistorialDeEntregas will correspond to:&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot; &lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Identifier&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|LeidoEmailIPAddress&lt;br /&gt;
|IP address of the computer in which the acknowledgment of the notification mail was made&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|LeidoEstatus&lt;br /&gt;
|Notification mail acknowledgment status&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|LeidoFecha&lt;br /&gt;
|Date of acknowledgment of notification mail&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|canalDeEntrega&lt;br /&gt;
|Electronic document delivery channel&lt;br /&gt;
|-&lt;br /&gt;
|Array &amp;lt;String&amp;gt;&lt;br /&gt;
|email&lt;br /&gt;
|Email of the recipient of the electronic document&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|entregaEstatus&lt;br /&gt;
|Delivery status:&lt;br /&gt;
: &#039;0&#039;: Mail not sent&lt;br /&gt;
: &#039;200&#039;: Mail sent&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|entregaEstatusDescripcion&lt;br /&gt;
|Delivery Status Description&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|entregaFecha&lt;br /&gt;
|Document delivery date&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|fechaProgramada&lt;br /&gt;
|Delivery Date&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|mensajePersonalizado&lt;br /&gt;
|Personalized message to be delivered by Email, WhatsApp or Telegram&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|nitProveedorReceptor&lt;br /&gt;
|NIT of the receiving Technological Provider, in case of delivery by Interoperability&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|recepcionEmailComentario&lt;br /&gt;
|Customer Acknowledgment Comment&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|recepcionEmailEstatus&lt;br /&gt;
|E-mail reception status&lt;br /&gt;
: 1: Accepted&lt;br /&gt;
: 2: Rejected&lt;br /&gt;
: 3: In verification&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|recepcionEmailFecha&lt;br /&gt;
|Date of receipt of the Email&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|recepcionEmailIPAddress&lt;br /&gt;
|Email receiving IP address&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|telefono&lt;br /&gt;
|For delivery by Whatsapp/Telegram&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;@Important:&#039;&#039;&#039; The structure of this Response may still be subject to change in a future update. &lt;br /&gt;
{{clear}}&lt;br /&gt;
===EnvioCorreo Method===&lt;br /&gt;
Allows you to forward the indicated document to one or more email addresses.&lt;br /&gt;
; REQUEST: Parameters to Send&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot; &lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Identifier&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;5&amp;quot;|String&lt;br /&gt;
|tokenEmpresa&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|Supplied by The Factory HKA Colombia&lt;br /&gt;
|-&lt;br /&gt;
|tokenPassword&lt;br /&gt;
|-&lt;br /&gt;
|Documento&lt;br /&gt;
|Prefix and consecutive of the Electronic Document concatenated without separators. Example “PRUE980338212”. Allows sending multiple recipients (maximum 5) separated by a comma character &#039;,&#039;&lt;br /&gt;
|-&lt;br /&gt;
|correo	&lt;br /&gt;
|Email to which the document will be sent. Example name@company.com&lt;br /&gt;
|-&lt;br /&gt;
|adjuntos	&lt;br /&gt;
|&lt;br /&gt;
: “0”: Resends the mail without attachments&lt;br /&gt;
: “1”: Forwards the mail with the attachments stored during the issuance of the document.&lt;br /&gt;
|}&lt;br /&gt;
; RESPONSE: Parameters to Receive&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot; &lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Identifier&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|int	&lt;br /&gt;
|codigo	&lt;br /&gt;
|Indicates the status of the operation returned by the service&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|String&lt;br /&gt;
|mensaje	&lt;br /&gt;
|This message is associated with the code, useful for identifying errors&lt;br /&gt;
|-&lt;br /&gt;
|resultado	&lt;br /&gt;
|Result of method consumption:&lt;br /&gt;
: “Processed” or “Error”&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;@Important:&#039;&#039;&#039; If during the issuance of the document (&#039;&#039;&#039;Send&#039;&#039;&#039; method) the &#039;&#039;&#039;attachments&#039;&#039;&#039; parameter was set to “10” or “11”, The Factory HKA - DFACTURE platform does not will generate standard graphical representation (PDF), therefore only the documents hosted on the platform (AttachedDocument) will be forwarded to the recipients. To forward the mail (with the AttachedDocument and attachments) to an email address different from the one used during the transmission, the &#039;&#039;&#039;CargarAtjuntos&#039;&#039;&#039; method of the SOAP Web Attachments Service can be used again.&lt;br /&gt;
{{clear}}&lt;br /&gt;
===DescargaPDF Method===&lt;br /&gt;
Allows you to download the standard graphic representation (PDF generated by TFHKA) of the document for local storage, local consultation or reprint purposes.&lt;br /&gt;
; REQUEST: Parameters to Send&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot; &lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Identifier&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;3&amp;quot;|String&lt;br /&gt;
|tokenEmpresa&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|Supplied by The Factory HKA Colombia&lt;br /&gt;
|-&lt;br /&gt;
|tokenPassword&lt;br /&gt;
|-&lt;br /&gt;
|documento&lt;br /&gt;
|prefix and consecutive of the Electronic Document concatenated without separators. Example “PRUE980338212”&lt;br /&gt;
|}&lt;br /&gt;
; RESPONSE: Parameters to Receive&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot; &lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Identifier&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|int	&lt;br /&gt;
|codigo	&lt;br /&gt;
|Indicates the status of the operation returned by the service &lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|cufe	&lt;br /&gt;
|“Unique Electronic Invoice Code” corresponding to the document consulted.&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|documento	&lt;br /&gt;
|Base64 encoded PDF document&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|hash	&lt;br /&gt;
|Error detection code&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|mensaje	&lt;br /&gt;
|This message is associated with the code, useful for identifying errors&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|resultado	&lt;br /&gt;
|Result of method consumption:&lt;br /&gt;
: “Processed” or “Error”&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;@Important:&#039;&#039;&#039; If during the issuance of the document (&#039;&#039;&#039;Enviar&#039;&#039;&#039; method) the &#039;&#039;&#039;adjuntos&#039;&#039;&#039; parameter was set to “10” or “11”, The Factory HKA - DFACTURE platform will not will generate standard graphic representation (PDF), therefore this method cannot be used since the service will throw an error indicating that there is NO associated PDF, since it is assumed that the graphic representation has been generated locally by the billing software (ERP).&lt;br /&gt;
{{clear}}&lt;br /&gt;
=== DescargaXML Method===&lt;br /&gt;
It allows the download of the XML document (only the electronic document Invoice, CreditNote and DebitNote), in case it is required to validate the information such as the signature or its authenticity or for the purpose of local management and storage.&lt;br /&gt;
; REQUEST: Parameters to Send&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Identifier&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;3&amp;quot;|String&lt;br /&gt;
|tokenEmpresa&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|Supplied by The Factory HKA Colombia&lt;br /&gt;
|-&lt;br /&gt;
|tokenPassword&lt;br /&gt;
|-&lt;br /&gt;
|Documento&lt;br /&gt;
|Prefix and Consecutive of the electronic Document concatenated without separators. Example “PRUE980338212&lt;br /&gt;
|}&lt;br /&gt;
; RESPONSE: Parameters to Receive&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot; &lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Identifier&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|int	&lt;br /&gt;
|codigo	&lt;br /&gt;
|Indicates the status of the operation returned by the service &lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|cufe	&lt;br /&gt;
|“Unique Electronic Invoice Code” corresponding to the document consulted&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|documento	&lt;br /&gt;
|XML document (Invoice, CreditNote or DebitNote) encoded in Base64&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|hash	&lt;br /&gt;
|Error detection code&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|mensaje	&lt;br /&gt;
|This message is associated with the code, useful for identifying errors&lt;br /&gt;
|-&lt;br /&gt;
|String 	&lt;br /&gt;
|resultado	&lt;br /&gt;
|Result of method consumption:&lt;br /&gt;
: “Processed” or “Error”&lt;br /&gt;
|}&lt;br /&gt;
{{clear}}&lt;br /&gt;
===FoliosRestantes Method===&lt;br /&gt;
Allows you to consult the stamps (transactions) available. The stamps are consumed in proportion to the transactions made.&lt;br /&gt;
; REQUEST: Parameters to Send&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Identifier&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|String&lt;br /&gt;
|tokenEmpresa&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|Supplied by The Factory HKA Colombia&lt;br /&gt;
|-&lt;br /&gt;
|tokenPassword&lt;br /&gt;
|}&lt;br /&gt;
; RESPONSE:Parameters to Receive&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot; &lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Identifier&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|int	&lt;br /&gt;
|codigo	&lt;br /&gt;
|Indicates the status of the operation returned by the service&lt;br /&gt;
|-&lt;br /&gt;
|int	&lt;br /&gt;
|foliosRestantes	&lt;br /&gt;
|Number of sheets available&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|mensaje	&lt;br /&gt;
|This message is associated with the code, useful for identifying errors&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|resultado	&lt;br /&gt;
|Result of method consumption:&lt;br /&gt;
: “Processed” or “Error”&lt;br /&gt;
|}&lt;br /&gt;
{{clear}}&lt;br /&gt;
===CargarCertificado Method===&lt;br /&gt;
For now, this method will only be used internally by The Factory HKA Colombia.&lt;br /&gt;
{{clear}}&lt;br /&gt;
===DescargarEventoXML Method===&lt;br /&gt;
It allows downloading an event or occurrence (ApplicationResponse) related to an Electronic Document (Invoice, CreditNote or DebitNote), generated by a person or entity related to this document (DIAN, Issuer, Acquirer).&lt;br /&gt;
; REQUEST: Parameters to Send&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot; &lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Identifier&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;4&amp;quot;|String&lt;br /&gt;
|tokenEmpresa&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|Supplied by The Factory HKA Colombia&lt;br /&gt;
|-&lt;br /&gt;
|tokenPassword&lt;br /&gt;
|-&lt;br /&gt;
|documentoEvento&lt;br /&gt;
|Consecutive of the event (ApplicationResponse)&lt;br /&gt;
|-&lt;br /&gt;
|Documento&lt;br /&gt;
|Prefix and Consecutive of the electronic Document concatenated without separators. Example “PRUE980338212&lt;br /&gt;
|}&lt;br /&gt;
;RESPONSE: Parameters to Receive&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot; &lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Identifier&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|int	&lt;br /&gt;
|Código	&lt;br /&gt;
|Indicates the status of the operation returned by the service&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|Cufe	&lt;br /&gt;
|Event CUFE (ApplicationResponse)&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|Documento	&lt;br /&gt;
|XML document (ApplicationResponse) encoded in Base64&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|fechaRespuesta	&lt;br /&gt;
|Date and Time consumption of the method, format: AAAA-MM-DD HH:MM:SS  &lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|Hash	&lt;br /&gt;
|Error detection code&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|Mensaje	&lt;br /&gt;
|This message is associated with the code, useful for error identification.&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|Resultado	&lt;br /&gt;
|Result of method consumption:&lt;br /&gt;
: “Processed” or “Error”&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|tipoCufe	&lt;br /&gt;
|Algorithm used to calculate CUFE:&lt;br /&gt;
: SHA-256, SHA-384, SHA-512&lt;br /&gt;
|}&lt;br /&gt;
{{clear}}&lt;br /&gt;
===GenerarContenedor Method===&lt;br /&gt;
UA container is a type of AttachedDocument document, its structure is intended to contain and transmit an electronic document (Invoice, CreditNote or DebitNote) and all the events (ApplicationResponse) generated to date in a single XML file.&lt;br /&gt;
; REQUEST: Parameters to Send&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Identifier&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;3&amp;quot;|String&lt;br /&gt;
|tokenEmpresa&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|Supplied by The Factory HKA Colombia&lt;br /&gt;
|-&lt;br /&gt;
|tokenPassword&lt;br /&gt;
|-&lt;br /&gt;
|Documento&lt;br /&gt;
|Prefix and Consecutive of the electronic Document concatenated without separators. Example “PRUE980338212&lt;br /&gt;
|}&lt;br /&gt;
; RESPONSE: Parameters to Receive&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot; &lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Identifier&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|int	&lt;br /&gt;
|Código	&lt;br /&gt;
|Indicates the status of the operation returned by the service &lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|Contenedor	&lt;br /&gt;
|XML document (AttachedDocument) encoded in Base64 &lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|Fecha	&lt;br /&gt;
|Date and Time consumption of the method, format: AAAA-MM-DD HH:MM:SS &lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|Hash	&lt;br /&gt;
|Error detection code&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|Mensaje	&lt;br /&gt;
|This message is associated with the code, useful for error identification.&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|Resultado	&lt;br /&gt;
|Result of method consumption:&lt;br /&gt;
: “Processed” or “Error”&lt;br /&gt;
|}&lt;br /&gt;
{{clear}}&lt;br /&gt;
===GenerarEvento Method===&lt;br /&gt;
Allows the generation of an event or occurrence (ApplicationResponse) associated with an Electronic Document (Invoice, CreditNote or DebitNote), generated by a person or entity related to this document (DIAN, Issuer, Acquirer).&lt;br /&gt;
; REQUEST: Parameters to Send&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;   &lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Identifier&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|String&lt;br /&gt;
|tokenEmpresa&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|Supplied by The Factory HKA Colombia&lt;br /&gt;
|-&lt;br /&gt;
|tokenPassword&lt;br /&gt;
|-&lt;br /&gt;
|DatosEvento&lt;br /&gt;
|datosEvento&lt;br /&gt;
|Object with the data of the event (ApplicationResponse) to generate&lt;br /&gt;
|}&lt;br /&gt;
Where Class.DatosEvento contains the following information:&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Identifier&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|codigoEvento	&lt;br /&gt;
|Indicates the code of the event (to define catalog)&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|codigoInterno1	&lt;br /&gt;
|Hashtag&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|codigoInterno2	&lt;br /&gt;
|Additional Description&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|Comentario	&lt;br /&gt;
|Comment or description of the event&lt;br /&gt;
|-&lt;br /&gt;
|String 	&lt;br /&gt;
|Documento	&lt;br /&gt;
|Prefix and consecutive of the Electronic Document concatenated without separators. Example “PRUE980338212”&lt;br /&gt;
|-&lt;br /&gt;
|Array &amp;lt;ExtrasEvento&amp;gt;	&lt;br /&gt;
|Extras	&lt;br /&gt;
|Additional event information&lt;br /&gt;
|}&lt;br /&gt;
Where Class.ExtrasEvento contains the following information:&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Identifier&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|codigoInterno1	&lt;br /&gt;
|Hashtag&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|codigoInterno2	&lt;br /&gt;
|Additional Description&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|Nombre	Código &lt;br /&gt;
|of the field&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|valor 	&lt;br /&gt;
|Additional Information&lt;br /&gt;
|}&lt;br /&gt;
; RESPONSE: Parameters to Receive&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot; &lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Identifier&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|int	&lt;br /&gt;
|Código	&lt;br /&gt;
|Indicates the status of the operation returned by the service &lt;br /&gt;
|-&lt;br /&gt;
|String 	&lt;br /&gt;
|consecutivoDocumentoEvento	&lt;br /&gt;
|Consecutive of the event (ApplicationResponse)&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|Cufe	&lt;br /&gt;
|Event CUFE (ApplicationResponse)&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|fechaRespuesta	&lt;br /&gt;
|Date and Time consumption of the method, format: AAAA-MM-DD HH:MM:SS &lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|Hash	&lt;br /&gt;
|Error detection code&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|Mensaje	&lt;br /&gt;
|This message is associated with the code, useful for error identification.&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|Resultado	&lt;br /&gt;
|Result of method consumption:&lt;br /&gt;
: “Processed” or “Error”&lt;br /&gt;
|-&lt;br /&gt;
|String 	&lt;br /&gt;
|tipoCufe	&lt;br /&gt;
|Algorithm used to calculate CUFE:&lt;br /&gt;
: SHA-256, SHA-384, SHA-512&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|Xml	&lt;br /&gt;
|XML document (ApplicationResponse) encoded in Base64&lt;br /&gt;
|}&lt;br /&gt;
{{clear}}&lt;/div&gt;</summary>
		<author><name>Lvargas</name></author>
	</entry>
	<entry>
		<id>http://felcowiki.thefactoryhka.com.co/index.php?title=Web_Soap_Broadcast_Service_Methods_-_Direct_Integration_Manual_Index&amp;diff=2435</id>
		<title>Web Soap Broadcast Service Methods - Direct Integration Manual Index</title>
		<link rel="alternate" type="text/html" href="http://felcowiki.thefactoryhka.com.co/index.php?title=Web_Soap_Broadcast_Service_Methods_-_Direct_Integration_Manual_Index&amp;diff=2435"/>
		<updated>2022-03-01T13:53:12Z</updated>

		<summary type="html">&lt;p&gt;Lvargas: Página creada con «&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==Web Soap Broadcast Service Methods==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt; The parameters to be incorporated in the methods of this Web Service must com…»&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==Web Soap Broadcast Service Methods==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
The parameters to be incorporated in the methods of this Web Service must comply with the format and the corresponding directives according to the following rules:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background:#e9e9e9; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#e9e9e9; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
| A || Alphabetic character&lt;br /&gt;
|- &lt;br /&gt;
| N || Numeric character&lt;br /&gt;
|- &lt;br /&gt;
| AN || AlphaNumeric character&lt;br /&gt;
|- &lt;br /&gt;
| &amp;lt;nowiki&amp;gt; A|3 &amp;lt;/nowiki&amp;gt; || 3 Alphabetic characters (fixed length)&lt;br /&gt;
|- &lt;br /&gt;
| &amp;lt;nowiki&amp;gt; N|3 &amp;lt;/nowiki&amp;gt; || 3 Numeric characters (fixed length)&lt;br /&gt;
|- &lt;br /&gt;
| &amp;lt;nowiki&amp;gt; AN|3 &amp;lt;/nowiki&amp;gt; || 3 alphaNumeric characters (fixed length)&lt;br /&gt;
|- &lt;br /&gt;
| &amp;lt;nowiki&amp;gt; A|..3 &amp;lt;/nowiki&amp;gt; || Up to 3 Alphabetic characters (variable length)&lt;br /&gt;
|- &lt;br /&gt;
| &amp;lt;nowiki&amp;gt; N|..3 &amp;lt;/nowiki&amp;gt; || Up to 3 Numeric characters (variable length)&lt;br /&gt;
|- &lt;br /&gt;
| &amp;lt;nowiki&amp;gt; AN|..3 &amp;lt;/nowiki&amp;gt; || Up to 3 alphaNumeric characters (variable length)&lt;br /&gt;
|- &lt;br /&gt;
| &amp;lt;nowiki&amp;gt; N|2..6 &amp;lt;/nowiki&amp;gt; || Between 2 and 6 Numeric characters (variable length)&lt;br /&gt;
|- &lt;br /&gt;
| INT32 || Whole. (Maximum Value: 2,147,483,647)&lt;br /&gt;
|}&lt;br /&gt;
{{clear}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background:#e9e9e9; text-align:center;&amp;quot;|Mandatory&lt;br /&gt;
! style=&amp;quot;background:#e9e9e9; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
| YES || If it is mandatory for the DIAN&lt;br /&gt;
|- &lt;br /&gt;
| NOT || It is not mandatory for the DIAN&lt;br /&gt;
|- &lt;br /&gt;
| C/C || It is required where applicable (or under certain conditions by the client&#039;s business model)&lt;br /&gt;
|}&lt;br /&gt;
{{clear}}&lt;br /&gt;
&lt;br /&gt;
===Enviar Method===&lt;br /&gt;
The function in charge of building and sending the electronic documents to the technology provider.&lt;br /&gt;
; REQUEST: Parameters to Send&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Guy&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Identifier&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|String&lt;br /&gt;
|tokenEmpresa&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|Provided by technology provider&lt;br /&gt;
|-&lt;br /&gt;
|tokenPassword&lt;br /&gt;
|-&lt;br /&gt;
|FacturaGeneral&lt;br /&gt;
|factura&lt;br /&gt;
|See the detail of the Invoice Object below&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|adjuntos&lt;br /&gt;
|&lt;br /&gt;
Possible values:&lt;br /&gt;
: “0” Attachments are not allowed. XML and standard graphic representation is generated by The Factory HKA&lt;br /&gt;
: “1” Supports attachments. XML and standard graphic representation is generated by The Factory HKA&lt;br /&gt;
: “10” Attachments are not allowed. Only XML is generated without standard Graphic representation by The Factory HKA&lt;br /&gt;
: “11” Supports attachments. Only XML is generated without standard graphical representation by The Factory HKA&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;@IMPORTANT:&#039;&#039;&#039; If the value “1” or “11” is sent in the &#039;&#039;&#039;attachments&#039;&#039;&#039; parameter, no email will be sent until the method is consumed &#039;&#039;&#039;CargarAdjuntos&#039;&#039;&#039; (ServicE Adjuntos Web SOAP). For documents that accept attachments, the field&#039;&#039;&#039;Destinatario.email&#039;&#039;&#039; of the client is required and the &#039;&#039;&#039;notify&#039;&#039;&#039; field must be set to “YES”.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre style=&amp;quot;color: red&amp;quot;&amp;gt;WARNING: If options &#039;10&#039; or &#039;11&#039; are used in the attachments parameter, our platform will not generate standard graphic representation (PDF), therefore PDF is not hosted on it and the graphic representation cannot be viewed from the platform. web portal, in the notification email to the acquirer (view document section), nor download through the DescargaPDF method  of the SOAP Web Broadcast Service or forward the graphical representation through the EnvioCorreo method, since it is being assumed that it has been generated locally by the billing software (ERP).&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Next, the diagram of the &#039;&#039;&#039;invoice object for the billing model with prior validation&#039;&#039;&#039; is exposed, where the changes in its structure can be seen with respect to the object used in the model with &amp;lt;u&amp;gt;post validation &amp;lt;/u&amp;gt;:&lt;br /&gt;
&lt;br /&gt;
* In &amp;lt;span style=&amp;quot;color:#FFFF; background:#36C&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Blue&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; new classes/attributes that were not present in the post validation model.&lt;br /&gt;
* In &amp;lt;span style=&amp;quot;color:#000; background:#FFFF00&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Yellow&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; existing classes/attributes in the post-validation model that underwent changes in pre-validation.&lt;br /&gt;
* In &amp;lt;span style=&amp;quot;color:#00; background:#FFA500&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Orange&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; existing classes/attributes in post-validation model that are deprecated (removed) in pre-validation.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The invoice object for the billing model with prior validation is described in greater detail below:&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;center&amp;gt;&#039;&#039;&#039;Diagram Class.FacturaGeneral con Class.Anticipos, Class.Autorizado y Class.CargosDescuentos&#039;&#039;&#039;&lt;br /&gt;
[[Archivo:Diagram Class.FacturaGeneral con Class.Anticipos, Class.Autorizado y Class.CargosDescuentos.png|800px|sinmarco|centro|Diagram Class.FacturaGeneral con Class.Anticipos, Class.Autorizado y Class.CargosDescuentos]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Diagram Class.FacturaGeneral con Class.Cliente&#039;&#039;&#039;&lt;br /&gt;
[[Archivo:Diagram Class.FacturaGeneral con Class.Cliente.png|800px|sinmarco|centro|Diagram Class.FacturaGeneral con Class.Cliente]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Diagram Class.FacturaGeneral con Class.CondicionPago&#039;&#039;&#039;&lt;br /&gt;
[[Archivo:Diagram Class.FacturaGeneral con Class.CondicionPago.png|800px|sinmarco|centro|Diagram Class.FacturaGeneral con Class.CondicionPago]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Diagram Class.FacturaGeneral con Class.FacturaDetalle&#039;&#039;&#039;&lt;br /&gt;
[[Archivo:Diagram Class.FacturaGeneral con Class.FacturaDetalle.png|800px|sinmarco|centro|Diagram Class.FacturaGeneral con Class.FacturaDetalle]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Diagram Class.FacturaGeneral con Class.DocumentoReferenciado&#039;&#039;&#039;&lt;br /&gt;
[[Archivo:Diagram Class.FacturaGeneral con Class.DocumentoReferenciado.png|800px|sinmarco|centro|Diagram Class.FacturaGeneral con Class.DocumentoReferenciado]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Diagram Class.FacturaGeneral Class.EntregaMercancia&#039;&#039;&#039;&lt;br /&gt;
[[Archivo:Diagram Class.FacturaGeneral Class. EntregaMercancia.png|800px|sinmarco|centro|Diagram Class.FacturaGeneral Class.EntregaMercancia]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Diagram Class.FacturaGeneral con Class.Extras. Class.FacturaImpuestos, Class.ImpuestosTotales, Class.MediosDePago, Class.OrdenDeCompra y Array - informacionAdicional&#039;&#039;&#039;&lt;br /&gt;
[[Archivo:Diagram Class.FacturaGeneral con Class.Extras. Class.FacturaImpuestos, Class.ImpuestosTotales, Class.MediosDePago, Class.OrdenDeCompra y Array - informacionAdicional.png|800px|sinmarco|centro|Diagram Class.FacturaGeneral con Class.Extras. Class.FacturaImpuestos, Class.ImpuestosTotales, Class.MediosDePago, Class.OrdenDeCompra y Array - informacionAdicional]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Diagram Class.FacturaGeneral con Class.TasaDeCambio, Class.TasaDeCambioAlternativa y Class.TerminosEntrega&#039;&#039;&#039;&lt;br /&gt;
[[Archivo:Diagram Class.FacturaGeneral con Class.TasaDeCambio, Class.TasaDeCambioAlternativa y Class.TerminosEntrega.png|800px|sinmarco|centro|Diagram Class.FacturaGeneral con Class.TasaDeCambio, Class.TasaDeCambioAlternativa y Class.TerminosEntrega]] &lt;br /&gt;
&amp;lt;/center&amp;gt;&lt;br /&gt;
{{clear}}&lt;br /&gt;
====Class.FacturaGeneral==== &lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description &lt;br /&gt;
|-&lt;br /&gt;
|anticipos&lt;br /&gt;
|Array &amp;lt;Anticipos&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Information related to advances&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/cac:PrepaidPayment &lt;br /&gt;
: (see detail in [[#Class.Anticipos|Class.Anticipos]]) &lt;br /&gt;
|- &lt;br /&gt;
|autorizado&lt;br /&gt;
|Autorizado&lt;br /&gt;
| -&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Information of the person authorized to download documents&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/cac:TaxRepresentativeParty&lt;br /&gt;
: (ver see detail in [[#Class.Autorizado|Class.Autorizado]])&lt;br /&gt;
|-&lt;br /&gt;
|cantidadDecimales&lt;br /&gt;
|String &lt;br /&gt;
| &amp;lt;nowiki&amp;gt;N|1&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: The number of decimals to be used is sent (minimum 0, maximum 6)&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If more decimals are received in the amounts than those indicated in this field&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Does not apply&lt;br /&gt;
|-&lt;br /&gt;
|cargosDescuentos&lt;br /&gt;
|Array &amp;lt;CargosDescuentos&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Information related to a charge or a discount on an invoice scale that does not affect the tax base&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/cac:AllowanceCharge &lt;br /&gt;
: (see detail in [[#Class.CargosDescuentos|Class.CargosDescuentos]])&lt;br /&gt;
|-&lt;br /&gt;
|cliente&lt;br /&gt;
|Cliente&lt;br /&gt;
| -&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Acquirer Information&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;:/root/cac:AccountingCustomerParty&lt;br /&gt;
: (see detail in [[#Class.Cliente|Class.Cliente]])&lt;br /&gt;
|-&lt;br /&gt;
|condicionPago&lt;br /&gt;
|Array &amp;lt;CondicionPago&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Information related to the payment condition&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/cac:PaymentTerms&lt;br /&gt;
: (see detail in [[#Class.CondicionPago|Class.CondicionPago]])&lt;br /&gt;
|-&lt;br /&gt;
|consecutivoDocumento&lt;br /&gt;
|String&lt;br /&gt;
| AN..20&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Correlative/consecutive of the electronic document&lt;br /&gt;
: prefix concatenation (&amp;lt;nowiki&amp;gt;AN|..4&amp;lt;/nowiki&amp;gt;) + the consecutive DIAN,&lt;br /&gt;
: according to the configuration in the web portal:&lt;br /&gt;
:: Manual with prefix: prefix required (No hyphen). Example: “PREF2147483647”&lt;br /&gt;
:: Manual without prefix: prefix not required. Example: “2147483647”&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; Additional characters such as spaces or hyphens are not allowed&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; Consecutive number must be equal to or greater than the initial value of the numbering range granted by the DIAN&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; Consecutive number must be equal to or less than the final value of the numbering range granted by the DIAN&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/cbc:ID&lt;br /&gt;
|-&lt;br /&gt;
|detalleDeFactura&lt;br /&gt;
|Array &amp;lt;FacturaDetalle&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Details or product information&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/cac:InvoiceLine &lt;br /&gt;
: (see detail in [[#Class.FacturaDetalle|Class.FacturaDetalle]])&lt;br /&gt;
|-&lt;br /&gt;
|documentosReferenciados&lt;br /&gt;
|Array &amp;lt;DocumentoReferenciado&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Information describing a referenced document&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; on tipoDocumento invoices  contingency (AdditionalDocumentReference), in invoices that affect a note (BillingReference), in Credit and Debit Notes (DiscrepancyResponse and BillingReference)&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/cac:DiscrepancyResponse,&lt;br /&gt;
:: /root/cac:BillingReference,&lt;br /&gt;
:: /root/cac: AdditionalDocumentReference,&lt;br /&gt;
:: /root/cac: DespatchDocumentReference,&lt;br /&gt;
:: /root/cac: ReceiptDocumentReference&lt;br /&gt;
:(see detail in [[#Class.DocumentoReferenciado|Class.DocumentoReferenciado]])&lt;br /&gt;
|-&lt;br /&gt;
|entregaMercancia&lt;br /&gt;
|Entrega&lt;br /&gt;
| -&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Delivery information (Delivery) of goods&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/cac:Delivery&lt;br /&gt;
: (see detail in [[#Class.Entrega|Class.Entrega]])&lt;br /&gt;
|-&lt;br /&gt;
|extras&lt;br /&gt;
|Array &amp;lt;Extras&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Optional fields or information for the issuer&#039;s business model&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined&lt;br /&gt;
: (see detail in [[#Class.Extras|Class.Extras]])&lt;br /&gt;
|-&lt;br /&gt;
|fechaEmision&lt;br /&gt;
|String&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;AN|19&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Date and time of issuance of the document, in format: YYYY-MM-DD HH:MM:SS&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Notification&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the issue date is earlier than five (5) days from the calendar date&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the issue date is later than ten calendar days&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/cbc:IssueDate, root/cbc:IssueTime&lt;br /&gt;
|-&lt;br /&gt;
|fechaFinPeriodoFacturacion&lt;br /&gt;
|String&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;AN|19&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Date/Time of the end of the billing period (Interval of dates to which the bill refers, for example in public services), in format: YYYY-MM-DD HH:MM:SS&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/cac:InvoicePeriod/cbc:EndDate, /root/cac:InvoicePeriod/cbc:EndTime&lt;br /&gt;
|-&lt;br /&gt;
|fechaInicioPeriodoFacturacion&lt;br /&gt;
|String&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;AN|19&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Billing period start date/time, in format: YYYY-MM-DD HH:MM:SS  &lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: &lt;br /&gt;
: /root/cac:InvoicePeriod/cbc:StartDate, /root/cac:InvoicePeriod/cbc:StartTime&lt;br /&gt;
|-&lt;br /&gt;
|fechaPagoImpuestos&lt;br /&gt;
|String&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;AN|19&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Tax payment date, in format: YYYY-MM-DD HH:MM:SS  &lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: root/cbc:TaxPointDate&lt;br /&gt;
|-&lt;br /&gt;
|fechaVencimiento&lt;br /&gt;
|String&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;AN|10&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Due date of the invoice, in format: YYYY-MM-DD&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/cbc:DueDate &lt;br /&gt;
|-&lt;br /&gt;
|impuestosGenerales&lt;br /&gt;
|Array &amp;lt;FacturaImpuestos&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: General or global tax information&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the taxes/withholdings reported in this arrangement do not correspond to what is reported in the details&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/cac:TaxTotal (impuestos),&lt;br /&gt;
: /root/cac: WithholdingTaxTotal (retenciones),&lt;br /&gt;
: (see detail in [[#Class.FacturaImpuestos|Class.FacturaImpuestos]])&lt;br /&gt;
|-&lt;br /&gt;
|impuestosTotales&lt;br /&gt;
|Array &amp;lt;ImpuestosTotales&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Sum of general taxes/withholdings by type of impuesto/retención&lt;br /&gt;
:  &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the total value of the tax/withholding indicated is different from the sum of those reported in the impuestosGenrales arrangement&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/cac:TaxTotal/cbc:TaxAmount (impuestos), &lt;br /&gt;
: /root/cac: WithholdingTaxTotal/cbc:TaxAmount (retenciones),&lt;br /&gt;
: (see detail in [[#Class.ImpuestosTotales|Class.ImpuestosTotales]])&lt;br /&gt;
|-&lt;br /&gt;
|informacionAdicional&lt;br /&gt;
|Array &amp;lt;String&amp;gt;&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;AN|...10000&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Additional information or free text related to the document&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: root/cbc:Note&lt;br /&gt;
|-&lt;br /&gt;
|mediosDePago&lt;br /&gt;
|Array &amp;lt;MediosDePago&amp;gt; &lt;br /&gt;
| -&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Information related to the payment of the invoice&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/cac:PaymentMeans &lt;br /&gt;
: (see detail in [[#Class.MediosDePago|Class.MediosDePago]])&lt;br /&gt;
|-&lt;br /&gt;
|moneda&lt;br /&gt;
|String&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;AN|3&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Currency or currency of the document&lt;br /&gt;
: Use ISO 4217 codes (Example Colombian Pesos “COP”)&lt;br /&gt;
:  &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the value does not correspond to one of the ISO 4217 codes&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/cbc:DocumentCurrencyCode&lt;br /&gt;
|-&lt;br /&gt;
|ordenDeCompra&lt;br /&gt;
|Array &amp;lt;OrdenDeCompra&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Information related to the purchase order &lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/cac:OrderReference&lt;br /&gt;
: (see detail in [[#Class.OrdenDeCompra|Class.OrdenDeCompra]])&lt;br /&gt;
|-&lt;br /&gt;
|rangoNumeracion&lt;br /&gt;
|String&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;AN|20&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Consecutive from which the series begins for the document to be issued, the prefix (with hyphen) must always be placed regardless of the sequential mode.&lt;br /&gt;
: Example: &#039;PREF-1123456&#039;&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;:&lt;br /&gt;
: /root/ext:UBLExtensions/ext:UBLExtension/ext:ExtensionContent/&lt;br /&gt;
: sts:DianExtensions/sts:InvoiceControl/sts:AuthorizedInvoices/(sts:Prefix, sts:From)&lt;br /&gt;
|-&lt;br /&gt;
|redondeoAplicado&lt;br /&gt;
|String&lt;br /&gt;
| Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Rounding applied to arrive at totalMonto&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If rounding is greater than the greater value between 500 pesos or 0.1% of the total value of the invoice&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/cac:LegalMonetaryTotal/cbc:PayableRoundingAmount&lt;br /&gt;
|-&lt;br /&gt;
|sectorSalud&lt;br /&gt;
|sectorSalud&lt;br /&gt;
| -&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Information related to emissions from the Health Sector&amp;lt;u&amp;gt;&#039;&#039;&#039;Required&amp;lt;/u&amp;gt;: When typeSector = &#039;2&#039;&#039;&#039;&#039; is informed&lt;br /&gt;
: (see detail in [[#Class.sectorSalud|Class.sectorSalud]])  &lt;br /&gt;
|-&lt;br /&gt;
|tasaDeCambio&lt;br /&gt;
|TasaDeCambio&lt;br /&gt;
| -&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Information related to the exchange rate of foreign currency to Colombian peso (COP)&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; If documenttype is export/international or if the base currency is different from “COP”&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/cac:PaymentExchangeRate&lt;br /&gt;
: (see detail in [[#Class.TasaDeCambio|Class.TasaDeCambio]])&lt;br /&gt;
|-&lt;br /&gt;
|tasaDeCambioAlternativa&lt;br /&gt;
|TasaDeCambioAlternativa&lt;br /&gt;
| -&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Information used as an alternative method to report conversions to other currencies&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/cac:PaymentAlternativeExchangeRate&lt;br /&gt;
: (see detail in [[#Class.TasaDeCambioAlternativa|Class.TasaDeCambioAlternativa]])&lt;br /&gt;
|-&lt;br /&gt;
|terminosEntrega&lt;br /&gt;
|TerminosEntrega&lt;br /&gt;
| -&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Information related to the delivery&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; If documenttype is export/international&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/cac:DeliveryTerms &lt;br /&gt;
: (see detail in [[#Class.TerminosEntrega|Class.TerminosEntrega]])&lt;br /&gt;
|-&lt;br /&gt;
|tipoDocumento&lt;br /&gt;
|String&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;AN|2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Document type&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Invoice, CreditNote, DebitNote&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the content of this attribute does not correspond to one of the values ​​of the  [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 1|Tabla 1]]&lt;br /&gt;
|-&lt;br /&gt;
|tipoSector&lt;br /&gt;
|String&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;N||&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: To issue documents from the Health Sector, indicate code &#039;2&#039; in this field&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Invoice, CreditNote, DebitNote&lt;br /&gt;
|-&lt;br /&gt;
|tipoOperacion&lt;br /&gt;
|String&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;AN|..4&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Operation type indicator &lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the content of this attribute does not correspond to one of the values ​​of the  [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 2|Tabla 2]]&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/cbc:CustomizationID&lt;br /&gt;
|-&lt;br /&gt;
|totalAnticipos&lt;br /&gt;
|String&lt;br /&gt;
| Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Sum of all advance payments &lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; Si totalAnticipos does not correspond to the sum of the Anticipos.montoPagado attributes in the advances array&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/LegalMonetaryTotal/cbc:PrepaidAmount &lt;br /&gt;
|-&lt;br /&gt;
|totalBaseImponible&lt;br /&gt;
|String&lt;br /&gt;
| Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Total Taxable Base Value: Sum of Taxable Bases for the calculation of taxes at the invoice level&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If totalBaseImponible is not equal to the sum of occurrences FacturaImpuestos.baseImponibleTOTALImp&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;:  /root/LegalMonetaryTotal/cbc:TaxExclusiveAmount  &lt;br /&gt;
|-&lt;br /&gt;
|totalBrutoConImpuesto&lt;br /&gt;
|String&lt;br /&gt;
| Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Total gross value with taxes&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If totalGrossWithTax is not equal to the sum: totalSinImpuestos + sum(ImpuestosTotales.montoTotal)&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;:  /root/LegalMonetaryTotal/cbc:TaxInclusiveAmount &lt;br /&gt;
|-&lt;br /&gt;
|totalCargosAplicados&lt;br /&gt;
|String&lt;br /&gt;
| Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Total Charge: Sum of all charges applied at the invoice level&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If totalCargosAplicados does not correspond to the sum of occurrences CargosDescuentos.monto when CargosDescuentos.indicador is “true”&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/LegalMonetaryTotal/cbc:ChargeTotalAmount &lt;br /&gt;
|-&lt;br /&gt;
|totalDescuentos&lt;br /&gt;
|String&lt;br /&gt;
| Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Total Discount: Sum of all the discounts applied at the invoice level&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If totalDescuentos does not correspond to the sum of occurrences CargosDescuentos.monto when CargosDescuentos.indicador is “false”&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/LegalMonetaryTotal/cbc:AllowanceTotalAmount &lt;br /&gt;
|-&lt;br /&gt;
|totalMonto&lt;br /&gt;
|String&lt;br /&gt;
| Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Value to pay of the document: Total value of items (including charges and discounts at item level) + value of taxes + value of charges – value of discounts – value of advances&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If totalMonto  is not consistent with the total value of items + value of taxes + value of charges – value of discounts – value of advances + rounding appliedno es consistente con el valor total de ítems + valor de tributos + valor de cargos – valor de descuentos – valor anticipos + redondeo aplicado&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/LegalMonetaryTotal/cbc:PayableAmount &lt;br /&gt;
|-&lt;br /&gt;
|totalProductos&lt;br /&gt;
|String&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;AN|..5&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Number or quantity of product lines (rows) present in the document&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the value of  totalProductos is different from the number of occurrences of rans in the detalleDeFactura array&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/cbc:LineCountNumeric&lt;br /&gt;
|-&lt;br /&gt;
|totalSinImpuestos&lt;br /&gt;
|String&lt;br /&gt;
| Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Total Gross Value before taxes: Sum of the gross values ​​of the invoice lines&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If totalSinImpuestos does not correspond to the sum of the attributes precioTotalSinImpuestos in the detalleDeFactura array&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/LegalMonetaryTotal/cbc:LineExtensionAmount &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Class.Anticipos====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Formato&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Descripción &lt;br /&gt;
|-&lt;br /&gt;
|extras&lt;br /&gt;
|Array &amp;lt;Extensible&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Optional fields or information for the issuer&#039;s business model&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined&lt;br /&gt;
: (see detail in [[#Class.Extensible|Class.Extensible]])&lt;br /&gt;
|- &lt;br /&gt;
|fechaDeRecibido&lt;br /&gt;
|String&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;AN|10&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Date on which the payment was received, in format: YYYY-MM-DD&lt;br /&gt;
: PATH: …/cbc:ReceivedDate&lt;br /&gt;
|-&lt;br /&gt;
|fechadePago&lt;br /&gt;
|String	&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;AN|10&amp;lt;/nowiki&amp;gt;	&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Date on which the payment was made, in format: YYYY-MM-DD&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: …/cbc:PaidDate&lt;br /&gt;
|-&lt;br /&gt;
|horaDePago	&lt;br /&gt;
|String	&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;AN|8&amp;lt;/nowiki&amp;gt;	&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Time in which the payment was made, in format:HH:MM:SS  &lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: …/cbc:PaidTime&lt;br /&gt;
|-&lt;br /&gt;
|id	&lt;br /&gt;
|String	&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;A|..150&amp;lt;/nowiki&amp;gt;	&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Internal identification of the payment&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: …/cbc:ID&lt;br /&gt;
|-&lt;br /&gt;
|instrucciones	&lt;br /&gt;
|String	&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;AN|15..500&amp;lt;/nowiki&amp;gt;	&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Payment Instructions&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: …/cbc:InstructionID&lt;br /&gt;
|-&lt;br /&gt;
|montoPagado	&lt;br /&gt;
|String	&lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..15 &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6 &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Value of the advance payment, it cannot be higher than the total value of the invoice&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Notification&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If montoPagado &amp;gt; totalMonto&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: …/cbc:PaidAmount&lt;br /&gt;
|}&lt;br /&gt;
====Class.Autorizado====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Formato&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Descripción &lt;br /&gt;
|-&lt;br /&gt;
|direccion	&lt;br /&gt;
|Direccion	&lt;br /&gt;
| -	&lt;br /&gt;
|NOT 	&lt;br /&gt;
|&lt;br /&gt;
: Direction&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PhysicalLocation/cac:Address&lt;br /&gt;
|-&lt;br /&gt;
|email	&lt;br /&gt;
|String	&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;	&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Correo Electrónico&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Contact/cbc:ElectronicMail&lt;br /&gt;
|-&lt;br /&gt;
|extras	&lt;br /&gt;
|Array &amp;lt;Extensible&amp;gt; 	&lt;br /&gt;
| -	&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Optional fields or information for the issuer&#039;s business model&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Undefined&lt;br /&gt;
: (see detail in [[#Class.Extensible|Class.Extensible]])&lt;br /&gt;
|-&lt;br /&gt;
|nombreComercial	&lt;br /&gt;
|String	&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;	&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Tradename&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PartyName/cbc:Name&lt;br /&gt;
|-&lt;br /&gt;
|nombreContacto	&lt;br /&gt;
|String	&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;	&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Contact name&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Contact/cbc:Name&lt;br /&gt;
|-&lt;br /&gt;
|nota	&lt;br /&gt;
|String	&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;	&lt;br /&gt;
|NOT	&lt;br /&gt;
|&lt;br /&gt;
: Note&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Contact/cbc:Note&lt;br /&gt;
|-&lt;br /&gt;
|numeroDocumento	&lt;br /&gt;
|String	&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..12&amp;lt;/nowiki&amp;gt;	&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Identification number&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PartyIdentification/cbc:ID&lt;br /&gt;
|-&lt;br /&gt;
|numeroDocumentoDV	&lt;br /&gt;
|String	&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..2	&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C	&lt;br /&gt;
|&lt;br /&gt;
: Check digit&lt;br /&gt;
: &#039;&#039;&#039;Obligatorio&#039;&#039;&#039; Si tipoIdentificacion es “31”&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PartyIdentification/cbc:ID@schemeID&lt;br /&gt;
|-&lt;br /&gt;
|razonSocial	&lt;br /&gt;
|String	&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;	&lt;br /&gt;
|NOT	&lt;br /&gt;
|&lt;br /&gt;
: Business name&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PartyLegalEntity/cbc:RegistrationName&lt;br /&gt;
|-&lt;br /&gt;
|telefax	&lt;br /&gt;
|String	&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;	&lt;br /&gt;
|NOT	&lt;br /&gt;
|&lt;br /&gt;
: Facsimile&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Contact/cbc:Telefax&lt;br /&gt;
|-&lt;br /&gt;
|telefono	&lt;br /&gt;
|String	&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;	&lt;br /&gt;
|NOT	&lt;br /&gt;
|&lt;br /&gt;
: Telephone&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Contact/cbc:Telephone&lt;br /&gt;
|-&lt;br /&gt;
|tipoIdentificacion	&lt;br /&gt;
|String	&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..2	&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES	&lt;br /&gt;
|&lt;br /&gt;
: ID Type&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /cac:PartyIdentification/cbc:ID@schemeName&lt;br /&gt;
: See list of possible values ​​in the  [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 3|Tabla 3]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Class.CargosDescuentos====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Formato&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Descripción &lt;br /&gt;
|-&lt;br /&gt;
|codigo&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Code to categorize the discount&lt;br /&gt;
: &#039;&#039;&#039;Mandatory&#039;&#039;&#039;: If it is a discount at invoice level (general)&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If it is a discount and some of the values ​​are not reported in the   [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 4|Tabla 4]] &lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: …/cbc:AllowanceChargeReasonCode&lt;br /&gt;
|-&lt;br /&gt;
|descripcion&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|10..5000&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Free text to inform the reason for the discount&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: …/cbc:AllowanceChargeReason&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Notification&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; : If a charge or discount is reported and this item is not reported&lt;br /&gt;
|-&lt;br /&gt;
|extras&lt;br /&gt;
|Array  &amp;lt;Extensible&amp;gt; &lt;br /&gt;
| -&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Optional fields or information for the issuer&#039;s business model&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Undefined &lt;br /&gt;
: (see detail in [[#Class.Extensible|Class.Extensible]])&lt;br /&gt;
|-&lt;br /&gt;
|indicador&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|1&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Indicator of whether it is Charge &amp;quot;1&amp;quot; or Discount &amp;quot;0&amp;quot;&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; : If this item contains information other than “1” or “0”&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: …/cbc:ChargeIndicator&lt;br /&gt;
|-&lt;br /&gt;
|monto&lt;br /&gt;
|String&lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Total value of the charge or discount, if it is a discount, it cannot be higher than the base value&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; : If it is Discount and monto &amp;gt; montoBase&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: …/cbc:Amount&lt;br /&gt;
|-&lt;br /&gt;
|montoBase&lt;br /&gt;
|String&lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Base Value to calculate the discount or charge, &lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt;: If the montoBase is negative, if it is a discount it cannot be greater than the total value of the invoice&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt;: If montoBase &amp;gt; totalMonto&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: …/cbc:BaseAmount&lt;br /&gt;
|-&lt;br /&gt;
|porcentaje&lt;br /&gt;
|String&lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..6&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES &lt;br /&gt;
|&lt;br /&gt;
: Discount percentage&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If this element &amp;gt; 100&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: …/cbc:MultiplierFactorNumeric&lt;br /&gt;
|-&lt;br /&gt;
|secuencia&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|..3&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Sequence order indicator&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: …/cbc:ID&lt;br /&gt;
|}&lt;br /&gt;
====Class.Cliente====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type &lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Formato&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Descripción &lt;br /&gt;
|-&lt;br /&gt;
|actividadEconomicaCIIU&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|…4&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Corresponds to the economic activity code CIIU&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: .. /cac:Party/cbc:IndustryClassificationCode&lt;br /&gt;
|-&lt;br /&gt;
|apellido&lt;br /&gt;
|String &lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|…50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NOT &lt;br /&gt;
|&lt;br /&gt;
: Last name of the acquirer.&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: No definido&lt;br /&gt;
|-&lt;br /&gt;
|destinatario&lt;br /&gt;
|Array &amp;lt;Destinatario&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: It allows specifying the means and data of the electronic delivery of the document&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039;: If notify field = &#039;YES&#039;&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined&lt;br /&gt;
: (see detail in [[#Class.Destinatario|Class.Destinatario]])&lt;br /&gt;
|-&lt;br /&gt;
|detallesTributarios&lt;br /&gt;
|Array &amp;lt;Tributos&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
:Tax details of the acquirer &lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the class is not informed&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /cac:Party/cac:PartyTaxScheme/cac:TaxScheme &lt;br /&gt;
: (see detail in [[#Class.Tributos|Class.Tributos]])&lt;br /&gt;
|-&lt;br /&gt;
|direccionCliente&lt;br /&gt;
|Direccion&lt;br /&gt;
| -&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Information detailing the receiving address of the acquirer&lt;br /&gt;
: &#039;&#039;&#039;Recommended&#039;&#039;&#039;: This ransf address is the one that is painted in the standard graphical representation&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Party/cac:PhysicalLocation/cac:Address&lt;br /&gt;
: (see detail in [[#Class.Direccion|Class.Direccion]])&lt;br /&gt;
|-&lt;br /&gt;
|direccionFiscal&lt;br /&gt;
|Direccion&lt;br /&gt;
| -&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
:Tax address of the acquirer.&lt;br /&gt;
: &#039;&#039;&#039;Mandatory&#039;&#039;&#039;: If the purchaser is responsible&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Notification&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the acquirer is responsible and this class was not informed&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: .. /cac:Party/cac:PartyTaxScheme/cac:RegistrationAddress&lt;br /&gt;
: (see detail in [[#Class.Direccion|Class.Direccion]]) &lt;br /&gt;
|-&lt;br /&gt;
|email&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: E-mail of the acquirer that will go to the fiscal XML/UBL&lt;br /&gt;
: (only one email is sent in this field)&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Does not apply node&lt;br /&gt;
|-&lt;br /&gt;
|extras&lt;br /&gt;
|Array  &amp;lt;Extensible&amp;gt; &lt;br /&gt;
| -&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Optional fields or information for the issuer&#039;s business model&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined&lt;br /&gt;
: (see detail in [[#Class.Extensible|Class.Extensible]])&lt;br /&gt;
|-&lt;br /&gt;
|informacionLegalCliente&lt;br /&gt;
|InformacionLegalCliente&lt;br /&gt;
| -&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Legal information of the client&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Notification&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; : If tipoPersona = &#039;1&#039; is reported and the attribute is not reported&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Party/cac:PartyLegalEntity&lt;br /&gt;
: (see detail in [[#Class.InformacionLegalCliente|Class.InformacionLegalCliente]])&lt;br /&gt;
|-&lt;br /&gt;
|nombreComercial&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|5..450&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Commercial name of the acquirer&lt;br /&gt;
: &#039;&#039;&#039;Obligatory&#039;&#039;&#039; If the commercial name will be shown in the Graphic Rep.&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /cac:Party/cac:PartyName&lt;br /&gt;
|-&lt;br /&gt;
|nombreContacto&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|5..450&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Contact name&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Party/cac:Contact/cbc:Name&lt;br /&gt;
|-&lt;br /&gt;
|nombreRazonSocial&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|5..450&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Name or company name of the acquirer&lt;br /&gt;
: &#039;&#039;&#039;Recommended&#039;&#039;&#039;: If the person is natural, concatenate in this field the full name (names + surnames)&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: …/cac:Party/cac:PartyTaxScheme/cbc:RegistrationName  &lt;br /&gt;
|-&lt;br /&gt;
|nota&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..450&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NOT &lt;br /&gt;
|&lt;br /&gt;
: Additional contact note &lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Party/cac:Contact/cbc:Note &lt;br /&gt;
|-&lt;br /&gt;
|notificar&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|2&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Activates the sending of email to the acquirer.&lt;br /&gt;
: Possible values: “YES” or “NO”&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Does not apply&lt;br /&gt;
|-&lt;br /&gt;
|numeroDocumento&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..12&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Number of the Document or Fiscal Identification of the purchaser&lt;br /&gt;
: &#039;&#039;&#039;Mandatory&#039;&#039;&#039; If the acquirer is responsible, he must inform the NIT&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If tipoIdentificacion is &#039;31&#039; and the NIT structure is invalid&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; : It is generated if the value of AdditionalAccountID = “2” and it is not mentioned.&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Note&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; : To identify the final consumer, the following document “222222222222” is used&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: …/cac:Party/cac:PartyTaxScheme/cbc:CompanyID &lt;br /&gt;
|-&lt;br /&gt;
|numeroIdentificacionDV&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: NIT verification digit of the acquirer&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039;: If TipoIndentificacion = 31, it must be informed&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: &lt;br /&gt;
: ../cac:Party/cac:PartyTaxScheme/cbc:CompanyID/@schemeID&lt;br /&gt;
|-&lt;br /&gt;
|responsabilidadesRut&lt;br /&gt;
|Array &amp;lt;Obligaciones&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Obligations and regime of the acquirer&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the class is not informed&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Party/cac:PartyTaxScheme/cbc:TaxLevelCode&lt;br /&gt;
: (see detail in [[#Class.Obligaciones|Class.Obligaciones]])&lt;br /&gt;
|-&lt;br /&gt;
|segundoNombre&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Second name of the acquirer.&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined&lt;br /&gt;
|-&lt;br /&gt;
|telefax&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|..20&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NOT &lt;br /&gt;
|&lt;br /&gt;
: Facsimile&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Party/cac:Contact/cbc:Telefax&lt;br /&gt;
|-&lt;br /&gt;
|telefono&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..20&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NOT &lt;br /&gt;
|&lt;br /&gt;
: Purchaser&#039;s phone&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: …/cac:Party/cac:Contact/cbc:Telephone&lt;br /&gt;
|-&lt;br /&gt;
|tipoIdentificacion&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Acquirer ID Type &lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;ReRejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the content of this attribute does not correspond to one of the values ​​of the   [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 3|Tabla 3]]&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Note&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt;: To identify the final consumer, the code “13” is used.&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ./cac:Party/cac:PartyTaxScheme/cbc:CompanyID/@schemeName &lt;br /&gt;
|-&lt;br /&gt;
|tipoPersona&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|1&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Person type identifier &lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the content of this attribute does not correspond to one of the values ​​of the  [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 5|Tabla 5]]&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: …/cbc:AdditionalAccountID &lt;br /&gt;
|}&lt;br /&gt;
====Class.CondicionPago====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Atributte&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Formato&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Descripción &lt;br /&gt;
|-&lt;br /&gt;
|codigoEvento&lt;br /&gt;
|String&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;AN|..3&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Event Code&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:ReferenceEventCode&lt;br /&gt;
|-&lt;br /&gt;
|comentario&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Note &lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:Note&lt;br /&gt;
|-&lt;br /&gt;
|duracionPeriodo&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Period Length&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:SettlementPeriod/cbc:DurationMeasure&lt;br /&gt;
|-&lt;br /&gt;
|duracionPeriodoMedida&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..10&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Period length unit of measure&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:SettlementPeriod/cbc:DurationMeasure@unitCode&lt;br /&gt;
|-&lt;br /&gt;
|extras&lt;br /&gt;
|Array &amp;lt;Extensible&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|NOT&lt;br /&gt;
|&lt;br /&gt;
: Optional fields or information for the issuer&#039;s business model&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: No definido &lt;br /&gt;
|- &lt;br /&gt;
|fechaVencimiento&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..10&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Due date&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:PaymentDueDate&lt;br /&gt;
|-&lt;br /&gt;
|identificador&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..2&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Payment conditions&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:ID&lt;br /&gt;
|-&lt;br /&gt;
|medioPagoAsociado&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Associated payment method&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:PaymentMeansID&lt;br /&gt;
|-&lt;br /&gt;
|monto&lt;br /&gt;
|String&lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Amount&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:Amount&lt;br /&gt;
|-&lt;br /&gt;
|montoMulta&lt;br /&gt;
|String&lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Amount of the fine&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:PenaltySurchargePercent&lt;br /&gt;
|-&lt;br /&gt;
|montoPenalidad&lt;br /&gt;
|String&lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Penalty Amount&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:PenaltyAmount&lt;br /&gt;
|-&lt;br /&gt;
|periodoDesde&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..10&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: period from&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:StartDate&lt;br /&gt;
|-&lt;br /&gt;
|periodoHasta&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..10&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: period until&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:EndDate&lt;br /&gt;
|-&lt;br /&gt;
|porcentajeDescuento&lt;br /&gt;
|String&lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..6&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Discount rate&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:SettlementDiscountPercent&lt;br /&gt;
|-&lt;br /&gt;
|porcentajePago&lt;br /&gt;
|String&lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..6&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Payment Percentage&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: . /cbc:PaymentPercent&lt;br /&gt;
|-&lt;br /&gt;
|referenciaAnticipo&lt;br /&gt;
|String &lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..20&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO &lt;br /&gt;
|&lt;br /&gt;
: Advance reference number&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PrepaidPaymentReferenceID &lt;br /&gt;
|}&lt;br /&gt;
====Class.FacturaDetalle====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Atributte&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Descripción &lt;br /&gt;
|-&lt;br /&gt;
|cantidadPorEmpaque	&lt;br /&gt;
|String	&lt;br /&gt;
| &amp;lt;nowiki&amp;gt;N|..3	&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
| NO&lt;br /&gt;
|&lt;br /&gt;
: Unit quantity of this item per package.&lt;br /&gt;
: For example, if the item consists of three “six packs”, the quantity to be reported in QuantityPerPackage is 6, while the quantity to be reported in QuantityActual is 3, and the total number of cans being described is 18&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ..cac:Item/cbc:PackSizeNumeric&lt;br /&gt;
|-&lt;br /&gt;
|cantidadReal&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|..6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Real amount on which the price applies&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: .. /cac:Price/cbc:BaseQuantity&lt;br /&gt;
|-&lt;br /&gt;
|cantidadRealUnidadMedida&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Unit of the quantity on which the price applies&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Notification&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the attribute value is not found in the  [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 6|Tabla 6]] &lt;br /&gt;
: (You can use the standard code &amp;quot;WSD&amp;quot;, unit &amp;quot;94&amp;quot; or Mutual Agreement &amp;quot;ZZ&amp;quot; to NOT reclassify the products)&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: .. /cac:Price/cbc:BaseQuantity/@unitCode &lt;br /&gt;
|-&lt;br /&gt;
|cantidadUnidades&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|..6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
| &lt;br /&gt;
: Number of units of the product/service billed&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: .. /cbc:InvoicedQuantity &lt;br /&gt;
|-&lt;br /&gt;
|cargosDescuentos&lt;br /&gt;
|Array &amp;lt;CargosDescuentos&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Information on charges and discounts&lt;br /&gt;
: &#039;&#039;&#039;Mandatory&#039;&#039;&#039; This arrangement must be reported at the item level, if and only if the charge or discount affects the item&#039;s tax base.&lt;br /&gt;
: If a general individual charge to the invoice generates VAT, it must be reported as an item&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:AllowanceCharge &lt;br /&gt;
: (see detail in [[#Class.CargosDescuentos|Class.CargosDescuentos]])&lt;br /&gt;
|-&lt;br /&gt;
|codigoFabricante&lt;br /&gt;
|String&lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Manufacturer code corresponding to the item&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: .. /cac:Item/cac:&lt;br /&gt;
: ManufacturersItemIdentification/cbc:ID&lt;br /&gt;
|-&lt;br /&gt;
|codigoIdentificadorPais&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;A|2&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Identifier code of the country of origin of the item or service&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the content of this element does not correspond to a value of the ISO 3166-1 alpha-2 standard&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: .. /cac:Item/cac:OriginCountry/cbc:IdentificationCode &lt;br /&gt;
|-&lt;br /&gt;
|codigoProducto&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Vendor code corresponding to the item&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: .. /cac:Item/cac:SellersItemIdentification/cbc:ID &lt;br /&gt;
|-&lt;br /&gt;
|codigoTipoPrecio&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..3&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Reported price type code&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; For commercial samples (value = 01)&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the attribute value is not found in the [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 7|Tabla 7]]&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PricingReference/cac:AlternativeConditionPrice/cbc:PriceTypeCode &lt;br /&gt;
|-&lt;br /&gt;
|descripcion&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..300&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
| &lt;br /&gt;
: Description of the product or service&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../Item/cbc:Description[1]&lt;br /&gt;
|-&lt;br /&gt;
|descripcion2&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..300&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
| &lt;br /&gt;
: Description of the product or service&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../Item/cbc:Description[2]&lt;br /&gt;
|-&lt;br /&gt;
|descripcion3&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..300&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
| &lt;br /&gt;
: Description of the product or service&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../Item/cbc:Description[3] &lt;br /&gt;
|-&lt;br /&gt;
|descripcionTecnica&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..300&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Technical data associated with the product or service&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: .. /cac:Item/cbc:AdditionalInformation&lt;br /&gt;
|-&lt;br /&gt;
|documentosReferenciados&lt;br /&gt;
|Array &amp;lt;DocumentoReferenciado&amp;gt; &lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Information describing a referenced document&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; In invoices tipoDocumento Contingency  (AdditionalDocumentReference), in invoices that affect a note (BillingReference), in Credit and Debit Notes (DiscrepancyResponse)&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /root/cac:DiscrepancyResponse,&lt;br /&gt;
: /root/cac:BillingReference,&lt;br /&gt;
: /root/cac: AdditionalDocumentReference,&lt;br /&gt;
: /root/cac: DespatchDocumentReference,&lt;br /&gt;
: /root/cac: ReceiptDocumentReference&lt;br /&gt;
: (see detail in [[#Class.DocumentoReferenciado|Class.DocumentoReferenciado]]) &lt;br /&gt;
|-&lt;br /&gt;
|estandarCodigo&lt;br /&gt;
|String&lt;br /&gt;
|AN &lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Standard code (item or service identification according to a standard)&lt;br /&gt;
: See attribute values ​​in the  [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 8|Tabla 8]]&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Notification&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If it is an export invoice (tipoDocumento = 02), and the tariff subheading was not reported&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Notification&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the code does not exist in a closed standard.&lt;br /&gt;
: Example: UNSPSC&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Notification&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the code does not follow the rule of formation of an open code, but with verifiable values&lt;br /&gt;
: Example: GTIN, Example: Tariff headings&lt;br /&gt;
: &#039;&#039;&#039;Note&#039;&#039;&#039;: In this case the code 999 (Taxpayer adoption standard) can be used to avoid reclassifying the products&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /cac:Item/cac:StandardItemIdentification/cbc:ID/@schemeID&lt;br /&gt;
|-&lt;br /&gt;
|estandarCodigoID&lt;br /&gt;
|String&lt;br /&gt;
|AN&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Associated with the standard code (item or service identification according to a standard).&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If standardCodigo = 010 and estandarCodigoID is different from 9&lt;br /&gt;
: See attribute values ​​in the  [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 8|Tabla 8]]&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Item/cac:StandardItemIdentification/cbc:ID/@schemeAgencyID&lt;br /&gt;
|-&lt;br /&gt;
|estandarCodigoIdentificador&lt;br /&gt;
|String&lt;br /&gt;
|AN&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Associated with the standard code (item or service identification according to a standard).&lt;br /&gt;
: See attribute values ​​in the   [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 8|Tabla 8]]&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Item/cac:StandardItemIdentification/cbc:ID@schemeDataURI&lt;br /&gt;
|-&lt;br /&gt;
|estandarCodigoNombre&lt;br /&gt;
|String&lt;br /&gt;
|AN &lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Associated with the standard code (item or service identification according to a standard).&lt;br /&gt;
: See attribute values ​​in the  [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 8|Tabla 8]]&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Item/cac:StandardItemIdentification/cbc:ID@schemeAgencyName&lt;br /&gt;
|-&lt;br /&gt;
|estandarCodigoProducto&lt;br /&gt;
|String&lt;br /&gt;
|AN&lt;br /&gt;
|NO&lt;br /&gt;
| &lt;br /&gt;
: Product code according to the standard informed in estandarCodigo&lt;br /&gt;
: View attribute values ​​in the   [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 8|Tabla 8]]&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Item/cac:StandardItemIdentification/cbc:ID&lt;br /&gt;
|-&lt;br /&gt;
|estandarOrganizacion&lt;br /&gt;
|String&lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: organization standard&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Item/cac:StandardItemIdentification/cac:IssuerParty/cac:PartyName/cbc:Name&lt;br /&gt;
|-&lt;br /&gt;
|estandarSubCodigoProducto&lt;br /&gt;
|String&lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Sub code of the product standard&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Item/cac:StandardItemIdentification/cbc:ExtendedID&lt;br /&gt;
|-&lt;br /&gt;
|extras&lt;br /&gt;
|Array  &amp;lt;Extensible&amp;gt; &lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Optional fields or information for the issuer&#039;s business model&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: No definido &lt;br /&gt;
: (see detail in [[#Class.Extensible|Class.Extensible]])&lt;br /&gt;
|-&lt;br /&gt;
|impuestosDetalles&lt;br /&gt;
|Array &amp;lt;FacturaImpuestos &amp;gt; &lt;br /&gt;
| -&lt;br /&gt;
|YES &lt;br /&gt;
|&lt;br /&gt;
: tax information&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If there is more than one element with the same value in the attribute FacturaImpuestos.codigoTOTALImp&lt;br /&gt;
: This group should NOT be reported for excluded items according to the provisions of the Tax Statute.&lt;br /&gt;
: Additionally, it should NOT be informed for invoices of the simple group I regime, nor for items whose concept in AIU contracts is not part of the tax base.&lt;br /&gt;
: At the item level, it only applies to taxes that must be reported at the item level, for example: VAT, INC, IC, National Tax on Fuels, among others.&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:TaxTotal (impuestos),&lt;br /&gt;
: ../cac: WithholdingTaxTotal (retenciones)&lt;br /&gt;
: (see detail in [[#Class.FacturaImpuestos|Class.FacturaImpuestos]])&lt;br /&gt;
|-&lt;br /&gt;
|impuestosTotales&lt;br /&gt;
|Array &amp;lt;ImpuestosTotales&amp;gt;  &lt;br /&gt;
| -&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Sum of taxes for all types&lt;br /&gt;
: This group should NOT be reported for excluded items according to the provisions of the Tax Statute. &lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the value of the total value of the indicated tax is different from the sum of what is reported in FacturaImpuestos. valorTOTALImp.&lt;br /&gt;
: At the item level, it only applies to taxes that must be reported at the item level, for example, VAT, INC, IC, National Tax on Fuels, among others.&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:TaxTotal/cbc:TaxAmount (impuestos), &lt;br /&gt;
: ../cac: WithholdingTaxTotal/cbc:TaxAmount (retenciones) &lt;br /&gt;
: (see detail in [[#Class.ImpuestosTotales|Class.ImpuestosTotales]])&lt;br /&gt;
|-&lt;br /&gt;
|informacionAdicional&lt;br /&gt;
|Array &amp;lt;LineaInformacionAdicional&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: It serves to add specific product information that may be requested by authorities or entities other than the DIAN&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Item/cac:AdditionalItemProperty&lt;br /&gt;
: (see detail in [[#Class.LineaInformacionAdicional|Class.LineaInformacionAdicional]])&lt;br /&gt;
|-&lt;br /&gt;
|mandatorioNumeroIdentificacion&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|..12&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: NIT of the agent&lt;br /&gt;
: &#039;&#039;&#039;Obligatorio&#039;&#039;&#039; para facturas por mandato&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Item/cac:InformationContentProviderParty/cac:PowerOfAttorney/cac:AgentParty/cbc:ID&lt;br /&gt;
|-&lt;br /&gt;
|mandatorioNumeroIdentificacionDV&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|..2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Verifier Digit of the agent&#039;s NIT&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; for mandated invoices&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Item/cac:InformationContentProviderParty/cac:PowerOfAttorney/cac:AgentParty/cbc:ID/ @schemeID&lt;br /&gt;
|-&lt;br /&gt;
|mandatorioTipoIdentificacion&lt;br /&gt;
|String &lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C &lt;br /&gt;
|&lt;br /&gt;
: Agent identification type&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; For mandated invoices&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Notification&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If mandatorioNumeroIdentificacion is informed and the value of this field is not found in the  [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 3|Tabla 3]]&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Item/cac:InformationContentProviderParty/cac:PowerOfAttorney/cac:AgentParty/cbc:ID/@schemeName&lt;br /&gt;
|-&lt;br /&gt;
|marca&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..100&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Item brand.&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; If it is an international invoice&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Notification&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If tipoDocumento = “02” and this item was not reported&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../Item/cbc:BrandName &lt;br /&gt;
|-&lt;br /&gt;
|modelo&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..100&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C &lt;br /&gt;
|&lt;br /&gt;
: Item model.&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; If it is an international invoice&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Notification&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If tipoDocumento = “02” and this item was not reported&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../Item/cbc:ModelName &lt;br /&gt;
|-&lt;br /&gt;
|muestraGratis&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|1&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C &lt;br /&gt;
|&lt;br /&gt;
: Indicator of whether the item is free or not (no commercial value)&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; For commercial samples&lt;br /&gt;
: Possible values: “1” (It is a free sample) or “0” (It is not a free sample)&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:FreeOfChargeIndicator &lt;br /&gt;
|-&lt;br /&gt;
|nombreFabricante&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..100&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Name of the manufacturer of the product/service&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Item/cac:ManufacturersItemIdentification/cac:IssuerParty/cac:PartyName/cbc:Name&lt;br /&gt;
|-&lt;br /&gt;
|nota&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|20..5000&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C &lt;br /&gt;
|&lt;br /&gt;
: Free text to add additional information to the article&lt;br /&gt;
: &#039;&#039;&#039;Mandatory&#039;&#039;&#039; Inform in the case of invoices for AIU-type service contracts. For the Administration item. In this case, the note must begin with the text: &amp;quot;AIU services contract for:&amp;quot; The taxpayer must include the object of the invoiced contract&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:Note &lt;br /&gt;
|-&lt;br /&gt;
|precioReferencia&lt;br /&gt;
|String&lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Value of the item or service.&lt;br /&gt;
: Corresponds to the value of the reference price of the item that is given as a sample or gift without commercial value&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; For commercial samples&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the precioReferencua attribute is reported, then the value of TotalPriceWithoutTaxes must be (0.00), since it is a commercial sample or gift&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PricingReference/cac:AlternativeConditionPrice/cbc:PriceAmount&lt;br /&gt;
|-&lt;br /&gt;
|precioTotal&lt;br /&gt;
|String&lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Total price of the product or service.&lt;br /&gt;
: (quantityUnits*UnitSalePrice +charges-discounts +taxes)&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; For use in graphical representations&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Undefined&lt;br /&gt;
|-&lt;br /&gt;
|precioTotalSinImpuestos&lt;br /&gt;
|String&lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Total value of the line without taxes.&lt;br /&gt;
: (QuantityUnits*UnitSalePrice +charges-discounts)&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the TotalPriceWithoutTaxes attribute is reported as 0.00, then the ReferencePrice value must be reported since it is a commercial sample or gift&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:LineExtensionAmount &lt;br /&gt;
|-&lt;br /&gt;
|precioVentaUnitario&lt;br /&gt;
|String&lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Unit price of the product/service&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../Price/cbc:PriceAmount   &lt;br /&gt;
|-&lt;br /&gt;
|secuencia&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..4&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Sequence order indicator (line number)&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Notification&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If it contains a value already used in the sequence attribute in another group of this file&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Notification&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the numbers used in the different groups are not consecutive, starting at &amp;quot;1&amp;quot;&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:ID&lt;br /&gt;
|-&lt;br /&gt;
|seriales&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..500&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Product serials (comma separator), Ex: ABC123,ABC456&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Item/cac:ItemInstance/cbc:SerialID&lt;br /&gt;
|-&lt;br /&gt;
|subCodigoFabricante&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Manufacturer code corresponding to a sub-specification of the article&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Item/cac:ManufacturersItemIdentification/cbc:ExtendedID &lt;br /&gt;
|-&lt;br /&gt;
|subCodigoProducto&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Issuer/seller code corresponding to a sub-specification of the item&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../Item/cac:SellersItemIdentification/cbc:ExtendedID &lt;br /&gt;
|-&lt;br /&gt;
|tipoAIU&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: To classify the type of AIU&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: No aplica&lt;br /&gt;
|-&lt;br /&gt;
|unidadMedida&lt;br /&gt;
|String &lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..3&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Unit of measure code of the invoiced product/service&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Notification&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the attribute value is not found in the   [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 6|Tabla 6]] &lt;br /&gt;
: (You can use the standard code &amp;quot;WSD&amp;quot;, unit &amp;quot;94&amp;quot; or Mutual Agreement &amp;quot;ZZ&amp;quot; to NOT reclassify the products)&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:InvoicedQuantity@unitCode&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Class.Destinatario====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Formato&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Descripción &lt;br /&gt;
|-&lt;br /&gt;
|canalDeEntrega&lt;br /&gt;
|String&lt;br /&gt;
| -&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Electronic Document Delivery Means&lt;br /&gt;
: It can take the following values: 0– Email; 1– Reception; 2– Interoperability; 3- Whatsapp; 4- Telegram&lt;br /&gt;
: PATH: Does not apply&lt;br /&gt;
|-&lt;br /&gt;
|email&lt;br /&gt;
|Array &amp;lt;String&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: List of Emails to which the electronic document will be delivered if the DeliveryChannel=&#039;0&#039;&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; When deliveryChannel=’0’&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Does not apply&lt;br /&gt;
|-&lt;br /&gt;
|extras&lt;br /&gt;
|Array &amp;lt;Extensible&amp;gt; &lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Optional fields or information for the issuer&#039;s business model&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined&lt;br /&gt;
: (see detail in [[#Class.Extensible|Class.Extensible]])&lt;br /&gt;
|-&lt;br /&gt;
|fechaProgramada&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|19&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: scheduled date&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Does not apply&lt;br /&gt;
|-&lt;br /&gt;
|mensajeProgramado&lt;br /&gt;
|String&lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Message&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Does not apply&lt;br /&gt;
|-&lt;br /&gt;
|nitProveedorReceptor&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|..12&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: NIT of the Recipient&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; When deliveryChannel=&#039;1&#039; or &#039;2&#039;&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Does not apply&lt;br /&gt;
|-&lt;br /&gt;
|telefono&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..20&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Recipient Telephone&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; When deliveryChannel=&#039;3&#039; or &#039;4&#039;&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Does not apply&lt;br /&gt;
|}&lt;br /&gt;
====Class.DocumentoReferenciado====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Descripción &lt;br /&gt;
|-&lt;br /&gt;
|codigoEstatusDocumento&lt;br /&gt;
|String&lt;br /&gt;
| - &lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Document code or reason&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; When InternalCode is &#039;4&#039;&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the content of this attribute does not correspond to any of the values ​​of   [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 9|Tabla 9]] and   [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 10|Tabla 10]]&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:DiscrepancyResponse/cbc:ResponseCode&lt;br /&gt;
|-&lt;br /&gt;
|codigoInterno&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|1&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: This field decides if in which XML node the ReferencedDocument information is going to be sent, possible values:&lt;br /&gt;
# AdditionalDocumentReference (FE de contingencia y para acciones comerciales y mercantiles)&lt;br /&gt;
# DespatchDocumentReference (Doc. De despacho)&lt;br /&gt;
# ReceiptDocumentReference (Doc. De recepción)&lt;br /&gt;
# DiscrepancyResponse (N.C y N.D)&lt;br /&gt;
# BillingReference (Facturas por corrección, N.C y N.D)&lt;br /&gt;
|-&lt;br /&gt;
|cufeDocReferenciado&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..90&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C &lt;br /&gt;
|&lt;br /&gt;
: CUFE or CUDE of the referenced document&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; When InternalCode is &#039;5&#039;&lt;br /&gt;
: &#039;&#039;&#039;Mandatory&#039;&#039;&#039; In invoices, it must be filled out only when the transfer invoice originates from the correction or adjustment that occurs through a NC or ND&lt;br /&gt;
: &#039;&#039;&#039;Mandatory&#039;&#039;&#039; In N.C and N.D, are the references to electronic invoices affected by the Note.&lt;br /&gt;
: You can only report electronic invoices from the same acquirer&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If CUFE or CUDE does not exist in the DIAN&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /Invoice/cac:BillingReference/cac:CreditNoteDocumentReference/cbc:UUID&lt;br /&gt;
: /CreditNote/cac:BillingReference/cac:InvoiceDocumentReference/cbc:UUID&lt;br /&gt;
: /DebitNote/cac:BillingReference/cac:InvoiceDocumentReference/cbc:UUID&lt;br /&gt;
|-&lt;br /&gt;
|descripcion&lt;br /&gt;
|Array &amp;lt;String&amp;gt;&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|20..5000&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Description of the nature of the correction&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; When InternalCode is &#039;4&#039;&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:DiscrepancyResponse/cbc:Description &lt;br /&gt;
|-&lt;br /&gt;
|extras&lt;br /&gt;
|Array &amp;lt;Extensible&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Optional fields or information for the issuer&#039;s business model&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined &lt;br /&gt;
: (see detail in [[#Class.Extensible|Class.Extensible]])&lt;br /&gt;
|-&lt;br /&gt;
|fecha&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|10&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Ransfe date of the referenced document, in format: YYYY-MM-DD &lt;br /&gt;
: &#039;&#039;&#039;Mandatory&#039;&#039;&#039; When InternalCode is &#039;1&#039;, &#039;2&#039;, &#039;3&#039; or &#039;5&#039;&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the date is later than that of the referenced document&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /Invoice/cac:BillingReference/cac:CreditNoteDocumentReference/cbc:IssueDate&lt;br /&gt;
: /CreditNote/cac:BillingReference/cac:InvoiceDocumentReference/cbc:IssueDate&lt;br /&gt;
: /DebitNote/cac:BillingReference/cac:InvoiceDocumentReference&lt;br /&gt;
: /cbc:IssueDate&lt;br /&gt;
|-&lt;br /&gt;
|fechaFinValidez&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|10&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: End of Validity Date&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: No definido&lt;br /&gt;
|-&lt;br /&gt;
|fechaInicioValidez&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|10&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Validity Start Date&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined&lt;br /&gt;
|-&lt;br /&gt;
|numeroDocumento&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN..20&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Concatenation of the prefix and the referenced document number&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If codigoInterno is reported equal to &#039;1&#039;, &#039;2&#039;, &#039;3&#039;, &#039;4&#039; or &#039;5&#039; and the reference document ID is not related&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;:&lt;br /&gt;
: /Invoice/cac:BillingReference/cac:CreditNoteDocumentReference/cbc:ID&lt;br /&gt;
: /CreditNote/cac:BillingReference/cac:InvoiceDocumentReference/cbc:ID&lt;br /&gt;
: /DebitNote/cac:BillingReference/cac:InvoiceDocumentReference&lt;br /&gt;
: /cbc:ID&lt;br /&gt;
|-&lt;br /&gt;
|tipoCUFE&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..11&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C &lt;br /&gt;
|&lt;br /&gt;
: CUFE type algorithm.&lt;br /&gt;
: “CUFE-SHA384” or “CUDE-SHA384”&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; When InternalCode is &#039;5&#039;&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /Invoice/cac:BillingReference/cac:CreditNoteDocumentReference/cbc:UUID/@schemeName &lt;br /&gt;
: /CreditNote/cac:BillingReference/cac:InvoiceDocumentReference/cbc:UUID/@schemeName&lt;br /&gt;
: /DebitNote/cac:BillingReference/cac: InvoiceDocumentReference/cbc:UUID/@schemeName&lt;br /&gt;
|-&lt;br /&gt;
|tipoDocumento&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Description of the type of referenced document,&lt;br /&gt;
: Example: &amp;quot;National Sales Invoice&amp;quot;&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: No definido&lt;br /&gt;
|-&lt;br /&gt;
|tipoDocumentoCodigo&lt;br /&gt;
|String &lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Identifier of the referenced document type.&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; When InternalCode is &#039;1&#039;&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt;If codigoInterno equal to &#039;1&#039; and the content of this attribute does not correspond to one of the values ​​of the  [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 21|Tabla 21]]&lt;br /&gt;
: &#039;&#039;&#039;Note&#039;&#039;&#039;: For remission orders, inform the code ‘AAJ’&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /Invoice/cac:AdditionalDocumentReference/cbc: DocumentTypeCode&lt;br /&gt;
: / CreditNote /cac:AdditionalDocumentReference/cbc: DocumentTypeCode&lt;br /&gt;
: / DebitNote /cac:AdditionalDocumentReference/cbc: DocumentTypeCode&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;@IMPORTANT:&#039;&#039;&#039;&lt;br /&gt;
&#039;&#039;# To reference &#039;&#039;&#039;sales invoices when issuing a NC or ND&#039;&#039;&#039;, two objects of type DocumentsReferenced must be sent indicating the following:&lt;br /&gt;
#* &#039;&#039;&#039;Object 1&#039;&#039;&#039;: indicating the fields codigoEstatusDocumento; internalCode = &#039;4&#039;, documentNumber, transfer.&lt;br /&gt;
#* &#039;&#039;&#039;Object 2&#039;&#039;&#039;: if the &#039;&#039;&#039;tipoOperacion is equal to 20 (for NC) or 30 (for ND)&#039;&#039;&#039; and codigoInterno = &#039;5&#039;, the fields are validated: cufeDocReferenciado, date, and DocumentNumber.&lt;br /&gt;
# When transmitting a &#039;&#039;&#039;Contingency Invoice&#039;&#039;&#039;, an array of the ReferenceDocuments type must be sent, indicating the fields: internal code = &#039;1&#039;, numberDocument, date, typeDocumentCode (corresponding to Contingency Invoice).&lt;br /&gt;
# To reference &#039;&#039;&#039;Dispatch Documents&#039;&#039;&#039; (internal code = &#039;2&#039;) or &#039;&#039;&#039;Reception Documents&#039;&#039;&#039; (internal code = &#039;3&#039;) the fields are validated: documentnumber and date.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
====Class.Entrega====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Formato&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Descripción &lt;br /&gt;
|-&lt;br /&gt;
|datosTransportistas&lt;br /&gt;
|DatoTransportistas&lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Carrier Data&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:DeliveryParty&lt;br /&gt;
: (see detail in [[#Class.DatosTransportista|Class.DatosTransportista]])&lt;br /&gt;
|-&lt;br /&gt;
|direccionDespacho&lt;br /&gt;
|Direccion&lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Dispatch Information&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Despatch/cac:DespatchAddress&lt;br /&gt;
: (see detail in [[#Class.Direccion|Class.Direccion]])&lt;br /&gt;
|-&lt;br /&gt;
|direccionEntrega&lt;br /&gt;
|Direccion&lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Delivery information&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:DeliveryAddress&lt;br /&gt;
: (see detail in [[#Class.Direccion|Class.Direccion]])&lt;br /&gt;
|-&lt;br /&gt;
|extras&lt;br /&gt;
|Array &amp;lt;Extensible&amp;gt; &lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Optional fields or information for the issuer&#039;s business model&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined&lt;br /&gt;
: (see detail in [[#Class.Extensible|Class.Extensible]])&lt;br /&gt;
|-&lt;br /&gt;
|fechaEfectivaSalida&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|19&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Effective date and time of departure of the goods, in format: YYYY-MM-DD HH:MM:SS &lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; if the effective date of departure is before the date of issue&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:ActualDeliveryDate + ../cbc:ActualDeliveryTime&lt;br /&gt;
|-&lt;br /&gt;
|fechaEstimada&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|19&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Estimated date and time, in format: YYYY-MM-DD HH:MM:SS&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; si la fecha estimada es anterior a la fecha de emisión&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Despatch/cbc:EstimatedDespatchDate y EstimatedDespatchTime&lt;br /&gt;
|-&lt;br /&gt;
|fechaReal&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|19&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Fecha real, en formato: YYYY-MM-DD HH:MM:SS&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; si la fecha real es anterior a la fecha de emisión&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Despatch/cbc:ActualDespatchDate y ActualDespatchTime&lt;br /&gt;
|-&lt;br /&gt;
|fechaSolicitada&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|19&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Fecha Solicitada, en formato: YYYY-MM-DD HH:MM:SS&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; si la fecha solicitada es anterior a la fecha de emisión&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Despatch/ cbc:RequestedDespatchDate y RequestedDespatchTime&lt;br /&gt;
|-&lt;br /&gt;
|identificacionTransporte&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..20&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Datos del Transporte&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Despatch/cbc:ID&lt;br /&gt;
|-&lt;br /&gt;
|matriculaTransporte&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..20&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Matricula del Transporte&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Despatch/ cbc:ID/@schemeAgencyID&lt;br /&gt;
|}&lt;br /&gt;
====Class.Extras====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Atributte&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Formato&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Descripción &lt;br /&gt;
|-&lt;br /&gt;
|controlInterno1&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|100&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Etiqueta asignada para la Representación Impresa PDF.&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Variable&lt;br /&gt;
|-&lt;br /&gt;
|controlInterno2&lt;br /&gt;
|String&lt;br /&gt;
|Depende del Campo&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Permite asociar dos o más campos mediante un índice (si los campos son asociables)&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Variable&lt;br /&gt;
|-&lt;br /&gt;
|nombre&lt;br /&gt;
|String&lt;br /&gt;
|Depende del Campo&lt;br /&gt;
|SI&lt;br /&gt;
|&lt;br /&gt;
: Código del campo extensible a referenciar&lt;br /&gt;
: (Ver sección [[Caracteristicas adicionales - Indice Manual Integración Directa#Uso de campos extras|USO DE CAMPOS EXTRAS]])&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Variable&lt;br /&gt;
|-&lt;br /&gt;
|pdf&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|1&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|SI&lt;br /&gt;
|&lt;br /&gt;
: Indicación de mostrar el campo en la representación gráfica PDF&lt;br /&gt;
: (“0” = No mostrar / “1” = Mostrar)&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Variable&lt;br /&gt;
|-&lt;br /&gt;
|valor&lt;br /&gt;
|String&lt;br /&gt;
|Depende del Campo&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Value of the field to add&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Variable&lt;br /&gt;
|-&lt;br /&gt;
|xml&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|1&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Indication to display the field in the XML&lt;br /&gt;
: (“0” = Don&#039;t show / “1” = Show)&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Variable&lt;br /&gt;
|}&lt;br /&gt;
====Class.Extensible====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Descripción &lt;br /&gt;
|-&lt;br /&gt;
|controlInterno1&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|100&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Assigned Label for PDF Printed Representation.&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Variable&lt;br /&gt;
|-&lt;br /&gt;
|controlInterno2&lt;br /&gt;
|String&lt;br /&gt;
|Depende del Campo&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Allows two or more fields to be associated using an index (if the fields are associable)&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Variable&lt;br /&gt;
|-&lt;br /&gt;
|nombre&lt;br /&gt;
|String&lt;br /&gt;
|Depende del Campo&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Code of the extensible field to reference&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Variable&lt;br /&gt;
|-&lt;br /&gt;
|valor&lt;br /&gt;
|String&lt;br /&gt;
|Depende del Campo&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Value of the field to add&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Variable&lt;br /&gt;
|}&lt;br /&gt;
====Class.FacturaImpuestos====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Descripción &lt;br /&gt;
|-&lt;br /&gt;
|baseImponibleTOTALImp&lt;br /&gt;
|String&lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Tax base on which the value of the tax is calculated&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:TaxTotal/TaxSubtotal/cbc:TaxableAmount  &lt;br /&gt;
|-&lt;br /&gt;
|codigoTOTALImp&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: tribute identifier &lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the content of this element does not correspond to one of the codes in the   [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 11|Tabla 11]]&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;:../cac:TaxTotal/TaxSubtotal/cac:TaxCategory/cac:TaxScheme/cbc:ID     &lt;br /&gt;
|-&lt;br /&gt;
|controlInterno&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|1&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Retention type indicator&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not Defined&lt;br /&gt;
|-&lt;br /&gt;
|extras&lt;br /&gt;
|Array &amp;lt;Extensible&amp;gt; &lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Optional fields or information for the issuer&#039;s business model&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined &lt;br /&gt;
: (see detail in [[#Class.Extensible|Class.Extensible]])&lt;br /&gt;
|-&lt;br /&gt;
|porcentajeTOTALImp&lt;br /&gt;
|String&lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..2&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|2*&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Tribute rate.&lt;br /&gt;
: In the event that the tax is a percentage of the taxable value: inform the &amp;quot;percentage&amp;quot; rate to be applied to the tax base&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt;  If you report a different rate for one of the taxes listed in the  [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 12|Tabla 12]]&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;:../cac:TaxTotal/TaxSubtotal/cac:TaxCategory/cbc:Percent &lt;br /&gt;
|-&lt;br /&gt;
|unidadMedida&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..5&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Identification of the unit of measure &lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the content of this element does not correspond to one of the codes in the  [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 6|Tabla 6]]&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;:../cac:TaxTotal/cac:TaxSubtotal/cbc:BaseUnitMeasure/@unitCode&lt;br /&gt;
|-&lt;br /&gt;
|unidadMedidaTributo&lt;br /&gt;
|String&lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..2&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C &lt;br /&gt;
|&lt;br /&gt;
: Base unit of measure for the tribute&lt;br /&gt;
: &#039;&#039;&#039;Mandatory&#039;&#039;&#039; In the event that the tax is a fixed value per taxed unit, for example the consumption tax on bags or fuel taxes&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If valorTributoUnidad element is informed and UnidadMedidaTributo is not informed&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:TaxTotal/TaxSubtotal/cbc:BaseUnitMeasure &lt;br /&gt;
|-&lt;br /&gt;
|valorTOTALImp&lt;br /&gt;
|String&lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Tribute value. Product of the percentage applied to the tax base&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; For taxes whose rate is stated in percentages, if valorTOTALImp is different from baseImponibleTOTALImp * percentageTOTALImp&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; For taxes whose rate is stated in nominal values ​​(for example, plastic bags), if valorTOTALImp is different from valorTributoUnidad * cantidadUnidades&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:TaxTotal/TaxSubtotal/cbc:TaxAmount &lt;br /&gt;
|-&lt;br /&gt;
|valorTributoUnidad&lt;br /&gt;
|String &lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
:It is the nominal value of the tax per unit&lt;br /&gt;
: &#039;&#039;&#039;Mandatory&#039;&#039;&#039; In the event that the tax is a fixed value per taxed unit, for example the consumption tax on bags or fuel taxes&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; if the unitMedidaTributo element is NOT informed.&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:TaxTotal/TaxSubtotal/cbc:PerUnitAmount &lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;@IMPORTANT&#039;&#039;&#039;: In the case of the ICA and RETEICA in which the value of the percentage is based on a thousand, the value of said percentage must be reported based on a hundred, that is, if you want to report a percentage of 11.04% thousand for any of these taxes, it must be indicated in the TOTALImp percentage field as 1,104.&lt;br /&gt;
====Class.ImpuestosTotales====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Formato&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Descripción &lt;br /&gt;
|-&lt;br /&gt;
|codigoTOTALImp&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|2&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: tribute identifier  &lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the content of this element does not correspond to one of the codes in the   [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 11|Tabla 11]]&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Por Definir &lt;br /&gt;
|-&lt;br /&gt;
|extras&lt;br /&gt;
|Array &amp;lt;Extensible&amp;gt; &lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Optional fields or information for the issuer&#039;s business model.&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined&lt;br /&gt;
: (see detail in [[#Class.Extensible|Class.Extensible]])&lt;br /&gt;
|-&lt;br /&gt;
|montoTotal&lt;br /&gt;
|String&lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Sum of all attributes valorTOTALImp&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If montoTotal is different from the sum of all occurrences ofFacturaImpuestos.valorTOTALImp&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:TaxTotal/cbc:TaxAmount&lt;br /&gt;
|}&lt;br /&gt;
====Class.MediosDePago====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description &lt;br /&gt;
|-&lt;br /&gt;
|codigoBanco&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..20&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO &lt;br /&gt;
|&lt;br /&gt;
: Code of the Bank or Financial Entity&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PayeeFinancialAccount/cbc:AccountTypeCode&lt;br /&gt;
|-&lt;br /&gt;
|codigoCanalPago&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..20&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Payment channel code&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:PaymentChannelCode&lt;br /&gt;
|-&lt;br /&gt;
|codigoReferencia&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..20&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Optional not used for now&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: No definido &lt;br /&gt;
|-&lt;br /&gt;
|extras &lt;br /&gt;
|Array &amp;lt;Extensible&amp;gt; &lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Optional fields or information for the issuer&#039;s business model.&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined&lt;br /&gt;
: (see detail in [[#Class.Extensible|Class.Extensible]])&lt;br /&gt;
|-&lt;br /&gt;
|fechaDeVencimiento&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|19&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Due date of payment of the invoice in format: YYYY-MM-DD&lt;br /&gt;
: &#039;&#039;&#039;Mandatory&#039;&#039;&#039; If the sale is on credit&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt;: If the payment method code is &amp;quot;2&amp;quot; and the expiration date is not sent&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:PaymentDueDate&lt;br /&gt;
|-&lt;br /&gt;
|medioPago&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..2&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Code corresponding to the means of payment&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt;:If the value of this attribute does not correspond to a value of the  [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 13|Tabla 13]]&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:PaymentMeansCode&lt;br /&gt;
|-&lt;br /&gt;
|metodoDePago&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Payment method&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt;: If the value of this attribute does not correspond to a value of the   [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 14|Tabla 14]]&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:ID&lt;br /&gt;
|-&lt;br /&gt;
|nombreBanco&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Name of the Bank or Financial Entity&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PayeeFinancialAccount/cbc:Name&lt;br /&gt;
|-&lt;br /&gt;
|numeroDeReferencia&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..200&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Identifier or internal reference of the Payment&lt;br /&gt;
: PATH&#039;&#039;&#039;:&#039;&#039;&#039; ../cbc:PaymentID&lt;br /&gt;
|-&lt;br /&gt;
|numeroDias&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|..3&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Number of days for payment&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:InstructionNote&lt;br /&gt;
|-&lt;br /&gt;
|numeroTransferencia&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..20&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Transfer number or check number&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PayeeFinancialAccount/cbc:ID&lt;br /&gt;
|}&lt;br /&gt;
====Class.OrdenDeCompra====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description &lt;br /&gt;
|-&lt;br /&gt;
|codigoCliente&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..20&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: customer code&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:CustomerReference&lt;br /&gt;
|-&lt;br /&gt;
|documentoReferencia&lt;br /&gt;
|DocumentoReferencia&lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Document Reference&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:DocumentReference&lt;br /&gt;
: (see detail in [[#Class.DocumentoReferencia|Class.DocumentoReferencia]])&lt;br /&gt;
|-&lt;br /&gt;
|extras&lt;br /&gt;
|Array &amp;lt;Extensible&amp;gt; &lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Optional fields or information for the issuer&#039;s business model&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined&lt;br /&gt;
: (see detail in [[#Class.Extensible|Class.Extensible]])&lt;br /&gt;
|-&lt;br /&gt;
|fecha&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|10&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Date of the Order, in format: YYYY-MM-DD HH:MM:SS&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:IssueDate&lt;br /&gt;
|-&lt;br /&gt;
|numeroOrden&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..20&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Purchase Order Number&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; To send the Purchase Order&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:ID&lt;br /&gt;
|-&lt;br /&gt;
|numeroPedido&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..20&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Order Number&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; To send the Order&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:SalesOrderID&lt;br /&gt;
|-&lt;br /&gt;
|tipoCUFE&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..20&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: CUFE type identifier&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:UUID@schemeName&lt;br /&gt;
|-&lt;br /&gt;
|tipoOrden&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..20&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Order type&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:OrderTypeCode&lt;br /&gt;
|-&lt;br /&gt;
|uuid&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..90&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: UUID of some referenced document&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:UUID&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;NOTE:&#039;&#039;&#039; As it is a delivery order, the OrdemDeCompra class must be informed, if it is necessary to indicate more than one order, it must be informed through the DocumentReferenced class with &#039;&#039;&#039;codigoInterno&#039;&#039;&#039; =&#039;1 &#039;, this in order to send the information referring to them in the AdditionalDocumentReference group.&lt;br /&gt;
&lt;br /&gt;
====Class.TasaDeCambio====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description &lt;br /&gt;
|-&lt;br /&gt;
|baseMonedaDestino&lt;br /&gt;
|String&lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Monetary basis for conversion.&lt;br /&gt;
: Must be 1.00&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If it brings a value other than 1.00&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:TargetCurrencyBaseRate &lt;br /&gt;
|-&lt;br /&gt;
|baseMonedaOrigen&lt;br /&gt;
|String&lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Monetary base of the foreign currency for exchange.&lt;br /&gt;
: Must be 1.00 &lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If it brings a value other than 1.00&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;:  ../cbc:SourceCurrencyBaseRate&lt;br /&gt;
|-&lt;br /&gt;
|extras&lt;br /&gt;
|Array &amp;lt;Extensible&amp;gt; &lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Optional fields or information for the issuer&#039;s business model&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined &lt;br /&gt;
: (see detail in [[#Class.Extensible|Class.Extensible]])&lt;br /&gt;
|-&lt;br /&gt;
|fechaDeTasaDeCambio&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|10&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Date on which the exchange rate was fixed, in format: YYYY-MM-DD&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:Date&lt;br /&gt;
|-&lt;br /&gt;
|indicadorDeTasa&lt;br /&gt;
|String&lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Exchange Rate Indicator&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:ExchangeMarketID&lt;br /&gt;
|-&lt;br /&gt;
|monedaDestino&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|3&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Destination currency code of the document.&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the content of this element is not &#039;COP&#039;&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:TargetCurrencyCode&lt;br /&gt;
|-&lt;br /&gt;
|monedaOrigen&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|3&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Document Base Currency Code&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the content of this element does not correspond to the ISO-4217 standard&lt;br /&gt;
&#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:SourceCurrencyCode&lt;br /&gt;
|-&lt;br /&gt;
|operadorCalculo&lt;br /&gt;
|String&lt;br /&gt;
| -&lt;br /&gt;
|NO &lt;br /&gt;
|&lt;br /&gt;
: Calculation Operator&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc: MathematicOperatorCode&lt;br /&gt;
|-&lt;br /&gt;
|tasaDeCambio&lt;br /&gt;
|String &lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Value of the exchange rate between currencies. It must be filled out with the value of the exchange rate.&lt;br /&gt;
: For example, for USD-COP, it can be the value of the TRM or rate agreed between the parties (Reported value * Exchange rate value = Reported value in currency reported in destination currency)&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:CalculationRate&lt;br /&gt;
|}&lt;br /&gt;
====Class.TasaDeCambioAlternativa====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description &lt;br /&gt;
|-&lt;br /&gt;
|baseMonedaDestino&lt;br /&gt;
|String&lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|SI&lt;br /&gt;
|&lt;br /&gt;
: Monetary basis for conversion.&lt;br /&gt;
: Must be 1.00&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If it brings a value other than 1.00&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:TargetCurrencyBaseRate &lt;br /&gt;
|-&lt;br /&gt;
|baseMonedaOrigen&lt;br /&gt;
|String&lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Monetary base of the foreign currency for exchange.&lt;br /&gt;
: Must be 1.00&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If brings value other than 1.00&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;:  ../cbc:SourceCurrencyBaseRate&lt;br /&gt;
|-&lt;br /&gt;
|extras&lt;br /&gt;
|Array  &amp;lt;Extensible&amp;gt; &lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Optional fields or information for the issuer&#039;s business model&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined&lt;br /&gt;
: (see detail in [[#Class.Extensible|Class.Extensible]])&lt;br /&gt;
|-&lt;br /&gt;
|fechaDeTasaDeCambio&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|10&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Date on which the exchange rate was fixed, in format: YYYY-MM-DD&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:Date&lt;br /&gt;
|-&lt;br /&gt;
|indicadorDeTasa&lt;br /&gt;
|String&lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Exchange Rate Indicator&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:ExchangeMarketID&lt;br /&gt;
|-&lt;br /&gt;
|monedaDestino&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|3&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Destination currency code of the document.&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the content of this element is not &#039;COP&#039;&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:TargetCurrencyCode&lt;br /&gt;
|-&lt;br /&gt;
|monedaOrigen&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|3&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Document Base Currency Code&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the content of this element does not correspond to the ISO-4217 standard&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:SourceCurrencyCode&lt;br /&gt;
|-&lt;br /&gt;
|operadorCalculo&lt;br /&gt;
|String&lt;br /&gt;
| -&lt;br /&gt;
|NO &lt;br /&gt;
|&lt;br /&gt;
: Calculation Operator&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc: MathematicOperatorCode&lt;br /&gt;
|-&lt;br /&gt;
|tasaDeCambio&lt;br /&gt;
|String &lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|YES &lt;br /&gt;
|&lt;br /&gt;
: Value of the exchange rate between currencies. It must be filled out with the value of the exchange rate.&lt;br /&gt;
: For example, for USD-COP, it can be the value of the TRM or rate agreed between the parties (Reported value * Exchange rate value = Reported value in currency reported in destination currency)&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:CalculationRate&lt;br /&gt;
|}&lt;br /&gt;
====Class.TerminosEntrega====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Dato Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description &lt;br /&gt;
|-&lt;br /&gt;
|cargosDescuentos&lt;br /&gt;
|Array &amp;lt;CargosDescuentos&amp;gt;&lt;br /&gt;
| - &lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Information related to a charge or a discount&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:AllowanceCharge &lt;br /&gt;
: (see detail in [[#Class.CargosDescuentos|Class.CargosDescuentos]])&lt;br /&gt;
|-&lt;br /&gt;
|codigoCondicionEntrega&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|3&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Delivery Conditions Code&lt;br /&gt;
: &#039;&#039;&#039;Obligatorio&#039;&#039;&#039; Se es factura de exportación/internacional&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt;: If the value of this attribute does not correspond to a value of the  [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 15|Tabla 15]]&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:LossRiskResponsibilityCode&lt;br /&gt;
|-&lt;br /&gt;
|costoTransporte&lt;br /&gt;
|String&lt;br /&gt;
|Por Definir&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Transport payment method: It is used to indicate how transport costs are paid, for example: http://www.unece.org/&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc: SpecialTerms&lt;br /&gt;
|-&lt;br /&gt;
|direccionEntrega&lt;br /&gt;
|Class.Direccion&lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Information detailing the delivery address&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:DeliveryLocation&lt;br /&gt;
: (see detail in [[#Class.Direccion|Class.Direccion]])&lt;br /&gt;
|-&lt;br /&gt;
|extras&lt;br /&gt;
|Array &amp;lt;Extensible&amp;gt; &lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Optional fields or information for the issuer&#039;s business model.&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Undefined&lt;br /&gt;
: (see detail in [[#Class.Extensible|Class.Extensible]])&lt;br /&gt;
|-&lt;br /&gt;
|identificacion&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..12&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Identification number&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:ID&lt;br /&gt;
|-&lt;br /&gt;
|monto&lt;br /&gt;
|String&lt;br /&gt;
|Ent: &amp;lt;nowiki&amp;gt;N|..15&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
Dec: &amp;lt;nowiki&amp;gt;N|0..6&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|NO&lt;br /&gt;
| &lt;br /&gt;
: Amount&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:Amount&lt;br /&gt;
|-&lt;br /&gt;
|responsableEntrega&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Description of who assumes responsibility in case the merchandise is lost&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:LossRisk&lt;br /&gt;
|}&lt;br /&gt;
====Class.Direccion====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description &lt;br /&gt;
|-&lt;br /&gt;
|aCuidadoDe&lt;br /&gt;
|String &lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Care of&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cbc:MarkCare&lt;br /&gt;
|-&lt;br /&gt;
|aLaAtenciónDe&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: For the attention of&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cbc:MarkAttention&lt;br /&gt;
|-&lt;br /&gt;
|bloque&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: block name&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cbc:BlockName&lt;br /&gt;
|-&lt;br /&gt;
|buzon&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Buzón postal&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cbc:Postbox&lt;br /&gt;
|-&lt;br /&gt;
|calle&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Name of the street&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cbc:StreetName&lt;br /&gt;
|-&lt;br /&gt;
|calleAdicional&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Additional Name to better specify the street name&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cbc:AdditionalStreetName&lt;br /&gt;
|-&lt;br /&gt;
|ciudad&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|…50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Ciudad&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If country is &amp;quot;CO&amp;quot; and the content of this attribute does not correspond to one of the values ​​in the &#039;Name&#039; column of the   [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 19|Tabla 19]] (columna ‘Nombre : : : : Municipio’ del numeral 6.4.3 del Anexo Técnico)&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cbc:CityName&lt;br /&gt;
|-&lt;br /&gt;
|codigoDepartamento&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|…5&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: department code&lt;br /&gt;
: If country is &amp;quot;CO&amp;quot;, CodigoDepartamento must correspond to one of the values ​​in the Code column of the  [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 16|Tabla 16]]&lt;br /&gt;
: &#039;&#039;&#039;Mandatory&#039;&#039;&#039; for Responsible Issuers and Acquirers&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cbc:CountrySubentityCode&lt;br /&gt;
|-&lt;br /&gt;
|correccionHusoHorario&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|6&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Corresponding time zone correction&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cbc:TimezoneOffset&lt;br /&gt;
|-&lt;br /&gt;
|departamento&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|…50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: department name&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; if the code of the country field is &amp;quot;CO&amp;quot; and the content of this attribute does not correspond to one of the values ​​of the Name column of the [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 16|Tabla 16]]&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cbc:CountrySubentity&lt;br /&gt;
|-&lt;br /&gt;
|departamentoOrg&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
:An addressable department of an organization&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cbc:Department&lt;br /&gt;
|-&lt;br /&gt;
|direccion&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|…100&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Client&#039;s address, without indicating city or department&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cac:AddressLine/cbc:Line&lt;br /&gt;
|-&lt;br /&gt;
|distrito&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: District&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /cac:Address/cbc:District&lt;br /&gt;
|-&lt;br /&gt;
|extras&lt;br /&gt;
|Array &amp;lt;Extensible&amp;gt; &lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Optional fields or information for the issuer&#039;s business model.&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined&lt;br /&gt;
: (see detail in [[#Class.Extensible|Class.Extensible]])&lt;br /&gt;
|-&lt;br /&gt;
|habitacion&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Bedroom&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cbc:Room&lt;br /&gt;
|-&lt;br /&gt;
|lenguaje&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;A|2&amp;lt;/nowiki&amp;gt; ISO 639-1&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Identifier of the language used in the country name&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Notification&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the content of this attribute does not correspond to one of the values ​​of the ISO 639-1 standard&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;NotificaNotificationión&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If this is a group with information regarding the address of the issuer of an electronic document, it must contain the literal &amp;quot;is&amp;quot;&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /cac:Address/cac:Country/cbc:Name/@languageID&lt;br /&gt;
|-&lt;br /&gt;
|localizacion&lt;br /&gt;
|Array &amp;lt;Coordenadas&amp;gt;&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: address coordinates&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cac:LocationCoordinate&lt;br /&gt;
: (see detail in [[#Class.Coordenadas|Class.Coordenadas]])&lt;br /&gt;
|-&lt;br /&gt;
|municipio&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Municipality Code&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Notification&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the content of this attribute does not correspond to one of the values ​​of the  [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 19|Tabla 19]]&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:ID&lt;br /&gt;
|-&lt;br /&gt;
|nombreEdificio&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Name of a Building&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cbc:BuildingName&lt;br /&gt;
|-&lt;br /&gt;
|numeroEdificio&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Número de una casa o edificio&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cbc:BuildingNumber&lt;br /&gt;
|-&lt;br /&gt;
|numeroParcela&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Parcel Number&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cbc:PlotIdentification&lt;br /&gt;
|-&lt;br /&gt;
|pais&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;A|2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
:Customer country.&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the content of this element does not correspond to a value of the ISO 3166-1 alpha-2 standard&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cac:Country/cbc:IdentificationCode&lt;br /&gt;
|-&lt;br /&gt;
|piso&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Flat&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cbc:Floor&lt;br /&gt;
|-&lt;br /&gt;
|region&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Región&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cbc:Region&lt;br /&gt;
|-&lt;br /&gt;
|subDivision&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Subdivision (Name of the Neighborhood)&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cbc:CitySubdivisionName&lt;br /&gt;
|-&lt;br /&gt;
|ubicación&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: A specific location within a building&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cbc:InhouseMail&lt;br /&gt;
|-&lt;br /&gt;
|zonaPostal&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..10&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Postal zone&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Notification&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the content of this element does not correspond to a corresponding value of the [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 20|Tabla 20]]&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Notification&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the value of the CodigoDepartamento attribute is different from the first 2 digits of the postal code.&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cbc:PostalZone&lt;br /&gt;
|}&lt;br /&gt;
====Class.Coordenadas====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Dato Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|-&lt;br /&gt;
|gradosLatitud&lt;br /&gt;
|String&lt;br /&gt;
|Por Definir&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: latitude measure in degrees&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:LatitudeDegreesMeasure&lt;br /&gt;
|-&lt;br /&gt;
|gradosLongitud&lt;br /&gt;
|String&lt;br /&gt;
|Por Definir&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: measure of longitude in degrees&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; Unit greater than 60 minutes&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:LongitudeDegreesMeasure&lt;br /&gt;
|-&lt;br /&gt;
|minutosLatitud&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|…5|2.2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Latitude measurement in decimal minutes in mm.mm format&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:MarkAttentionIndicator&lt;br /&gt;
|-&lt;br /&gt;
|minutosLongitud&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|…5|2.2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Longitude measurement in decimal minutes in mm.mm format&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; Unit greater than 60 minutes&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:LongitudeMinutesMeasure&lt;br /&gt;
|-&lt;br /&gt;
|orientacionLatitud&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|1&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO &lt;br /&gt;
|&lt;br /&gt;
: Sense of measurement of latitude in relation to the Equator&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:LatitudeDirectionCode&lt;br /&gt;
|-&lt;br /&gt;
|orientacionLongitud&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|1&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Sense of longitude measurement in relation to the Equator &lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:LongitudeDirectionCode&lt;br /&gt;
|}&lt;br /&gt;
====Class.Tributos====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Atribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description &lt;br /&gt;
|-&lt;br /&gt;
|codigoImpuesto&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|SI&lt;br /&gt;
|&lt;br /&gt;
: tribute identifier &lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the content of this element does not correspond to one of the codes in the   [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 11|Tabla 11]]&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:ID     &lt;br /&gt;
|-&lt;br /&gt;
|extras&lt;br /&gt;
|Array &amp;lt;Extensible&amp;gt; &lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Optional fields or information for the issuer&#039;s business model.&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined (see detail in [[#Class.Extensible|Class.Extensible]])&lt;br /&gt;
|}&lt;br /&gt;
====Class.InformacionLegalCliente====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Dato Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description &lt;br /&gt;
|-&lt;br /&gt;
|codigoEstablecimiento&lt;br /&gt;
|String&lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Establishment Code&lt;br /&gt;
: &amp;lt;nowiki&amp;gt;PATH&amp;lt;/nowiki&amp;gt;: /cac:CorporateRegistrationScheme/cbc:CorporateRegistrationTypeCode&lt;br /&gt;
|-&lt;br /&gt;
|nombreRegistroRUT&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..450&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Name or company name of the acquirer &lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PartyLegalEntity/cbc:RegistrationName&lt;br /&gt;
|-&lt;br /&gt;
|numeroIdentificacion&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..12&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Acquirer Identifier. &lt;br /&gt;
: You must inform the NIT if you are responsible&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;:  ../cac:Party/cac:PartyLegalEntity/cbc:CompanyID&lt;br /&gt;
|-&lt;br /&gt;
|numeroIdentificacionDV&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|..2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Check digit&lt;br /&gt;
: &#039;&#039;&#039;Mandatory&#039;&#039;&#039; If tipoIdentificacion =31, the DV of the NIT must be informed&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PartyLegalEntity/cbc:CompanyID@schemeID&lt;br /&gt;
|-&lt;br /&gt;
|numeroMatriculaMercantil&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|9&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Commercial registration number&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:CorporateRegistrationScheme/cbc:Name&lt;br /&gt;
|-&lt;br /&gt;
|prefijoFacturacion&lt;br /&gt;
|String&lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Billing prefix:&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:CorporateRegistrationScheme/cbc:ID&lt;br /&gt;
|-&lt;br /&gt;
|tipoIdentificacion&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Customer identification type&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the content of this element is different from “31”&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PartyLegalEntity/cbc:CompanyID@schemeName&lt;br /&gt;
|}&lt;br /&gt;
====Class.Obligaciones====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description &lt;br /&gt;
|-&lt;br /&gt;
|extras&lt;br /&gt;
|Array &amp;lt;Extensible&amp;gt; &lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Optional fields or information for the issuer&#039;s business model&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined&lt;br /&gt;
: (see detail in [[#Class.Extensible|Class.Extensible]])&lt;br /&gt;
|-&lt;br /&gt;
|obligaciones&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|7&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Obligations of the acquirer&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt;  If the content of this attribute does not correspond to one of the values ​​of the  [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 17|Tabla 17]]&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:TaxLevelCode  &lt;br /&gt;
|-&lt;br /&gt;
|regimen&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Optional, if informed, indicate “Not applicable”. Possible Values:&lt;br /&gt;
: 48: “Sales tax - IVA”&lt;br /&gt;
: 49: “Not responsible for IVA” &lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: .. /cbc:TaxLevelCode/@listName&lt;br /&gt;
|}&lt;br /&gt;
====Class.LineaInformacionAdicional====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description &lt;br /&gt;
|-&lt;br /&gt;
|cantidad&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..5&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|NO &lt;br /&gt;
|&lt;br /&gt;
:additional quantity&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:ValueQuantity&lt;br /&gt;
|-&lt;br /&gt;
|codigo&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..5&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: additional code&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:NameCode&lt;br /&gt;
|-&lt;br /&gt;
|codigoInterno1&lt;br /&gt;
|String&lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Optional not used for now&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined&lt;br /&gt;
|-&lt;br /&gt;
|codigoInterno2&lt;br /&gt;
|String&lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Optional not used for now&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined&lt;br /&gt;
|-&lt;br /&gt;
|descripcion&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..450&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: additional description&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:UsabilityPeriod/cbc:Description&lt;br /&gt;
|-&lt;br /&gt;
|fechaFin&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|10&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Period End Date &lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:UsabilityPeriod/cbc:EndDate&lt;br /&gt;
|-&lt;br /&gt;
|fechaInicio&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|10&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Beginning date of the period&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:UsabilityPeriod/cbc:StartDate&lt;br /&gt;
|-&lt;br /&gt;
|nombre&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Characteristic you want to report on the item, for example: (Vehicle Use)&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; For each name there must be a value&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:Name &lt;br /&gt;
: (For defining extensible field catalogs at the detail level)&lt;br /&gt;
|-&lt;br /&gt;
|secuencia&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..3&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Sequence order indicator&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined &lt;br /&gt;
|-&lt;br /&gt;
|tipo&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|1&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
:Value Type Indicator, example Value = ’1’&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Does not apply&lt;br /&gt;
|-&lt;br /&gt;
|valor&lt;br /&gt;
|String &lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Value of the characteristic to be reported, for example: (Particular)&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; For each value there must be a name&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:Value&lt;br /&gt;
|}&lt;br /&gt;
====Class.DatosTransportistas====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Requerido&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description &lt;br /&gt;
|-&lt;br /&gt;
|detallesTributarios&lt;br /&gt;
|Tributos&lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Tax Types&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PartyTaxScheme/cac:TaxScheme&lt;br /&gt;
: (see detail in [[#Class.Tributos|Class.Tributos]])&lt;br /&gt;
|-&lt;br /&gt;
|direccionResponsableEntrega&lt;br /&gt;
|Direccion&lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Information on the Address of the Person Responsible for Delivery&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Address/cbc:PhysicalLocation&lt;br /&gt;
: (see detail in [[#Class.Direccion|Class.Direccion]])&lt;br /&gt;
|-&lt;br /&gt;
|email&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Email&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ..cac:Contact/cbc:ElectronicMail&lt;br /&gt;
|-&lt;br /&gt;
|extras&lt;br /&gt;
|Array &amp;lt;Extensible&amp;gt; &lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Optional fields or information for the issuer&#039;s business model.&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined&lt;br /&gt;
: (see detail in [[#Class.Extensible|Class.Extensible]]) &lt;br /&gt;
|-&lt;br /&gt;
|indicadordeAtencion&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Indicator if it is information on “for the attention of” (FAO)&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:MarkAttentionIndicator&lt;br /&gt;
|-&lt;br /&gt;
|indicadordeCuidado&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Indicador si es información sobre alguien responsable por los bienes&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cbc:MarkCareIndicator&lt;br /&gt;
|-&lt;br /&gt;
|nombreContacto&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Contact name&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: .. /cac:Contact/cbc:Name&lt;br /&gt;
|-&lt;br /&gt;
|nombreResponsableEntrega&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt; &lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Name of the Responsible for the Delivery&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PartyName/cbc:Name&lt;br /&gt;
|-&lt;br /&gt;
|nota&lt;br /&gt;
|String&lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
:Contact Note&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Contact/cbc:Note&lt;br /&gt;
|-&lt;br /&gt;
|numeroIdentificacion&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|…12&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Carrier NIT&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PartyTaxScheme/cbc:CompanyID&lt;br /&gt;
|-&lt;br /&gt;
|numeroIdentificacionDV&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|..2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Check digit&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PartyTaxScheme/cbc:CompanyID@schemeID&lt;br /&gt;
|-&lt;br /&gt;
|numeroMatriculaMercantil&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..20&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Commercial registration number&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PartyLegalEntity/cac:CorporateRegistrationScheme/cbc:Name&lt;br /&gt;
|-&lt;br /&gt;
|prefijoFacturacion&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..20&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Carrier Billing Prefix&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: .. /cac:PartyLegalEntity//cac:CorporateRegistrationScheme/cbc:ID&lt;br /&gt;
|-&lt;br /&gt;
|responsabilidadesRut&lt;br /&gt;
|Array &amp;lt;Obligaciones&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Carrier Liability&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PartyTaxScheme/cbc:TaxLevelCode&lt;br /&gt;
: (see detail in [[#Class.Obligaciones|Class.Obligaciones]])&lt;br /&gt;
|-&lt;br /&gt;
|telefax&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..20&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Carrier Telefax&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PartyTaxScheme/cbc:CompanyID/@schemeName&lt;br /&gt;
|-&lt;br /&gt;
|telefono&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..20&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: carrier phone&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:Contact/cbc:Telefax&lt;br /&gt;
|-&lt;br /&gt;
|tipoIdentificacion&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Carrier Identification Type&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt;  If the content of this attribute does not correspond to one of the values ​​of the [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 3|Tabla 3]]&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PartyTaxScheme/cbc:CompanyID/@schemeName&lt;br /&gt;
|-&lt;br /&gt;
|transportadorDireccion&lt;br /&gt;
|Direccion &lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Tax address of the transporter&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PartyLegalEntity/cac:RegistrationAddress&lt;br /&gt;
: (see detail in [[#Class.Direccion|Class.Direccion]])&lt;br /&gt;
|-&lt;br /&gt;
|transportadorNombre&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: carrier name&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PartyLegalEntity/cbc:RegistrationName&lt;br /&gt;
|-&lt;br /&gt;
|transportadorNumeroDocumento&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..12&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Carrier document number&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PartyLegalEntity/cbc:CompanyID&lt;br /&gt;
|-&lt;br /&gt;
|transportadorNumeroDocumentoDV&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Verifier Digit of the NIT of the transporter&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PartyLegalEntity/cbc:CompanyID@schemeID&lt;br /&gt;
|-&lt;br /&gt;
|transportadorTipoIdentificacion&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Carrier document type&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:PartyLegalEntity/cbc:CompanyID@schemeName&lt;br /&gt;
|}&lt;br /&gt;
====Class.DocumentoReferencia====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description &lt;br /&gt;
|-&lt;br /&gt;
|codigoEstatusDocumento&lt;br /&gt;
|String&lt;br /&gt;
| -&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Document code or reason&lt;br /&gt;
: &#039;&#039;&#039;Mandatory&#039;&#039;&#039; When InternalCode is &#039;4&#039;&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the content of this attribute does not correspond to any of the values ​​of   [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 9|Tabla 9]] and   [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 10|Tabla 10]]&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:DiscrepancyResponse/cbc:ResponseCode&lt;br /&gt;
|-&lt;br /&gt;
|codigoInterno&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;N|1&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: This field decides if in which XML node the information will be sent DocumentoReferenciado, possible values:&lt;br /&gt;
# AdditionalDocumentReference (FE de contingencia y para acciones comerciales y mercantiles)&lt;br /&gt;
# DespatchDocumentReference (Doc. De despacho)&lt;br /&gt;
# ReceiptDocumentReference (Doc. De recepción)&lt;br /&gt;
# DiscrepancyResponse (N.C y N.D)&lt;br /&gt;
# BillingReference (Facturas por corrección, N.C y N.D)&lt;br /&gt;
|-&lt;br /&gt;
|cufeDocReferenciado&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..90&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C &lt;br /&gt;
|&lt;br /&gt;
: CUFE or CUDE of the referenced document&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; When InternalCode is &#039;5&#039;&lt;br /&gt;
: &#039;&#039;&#039;Mandatory&#039;&#039;&#039; In invoices, it must be filled out only when the electronic invoice originates from the correction or adjustment that occurs through a NC or ND&lt;br /&gt;
: &#039;&#039;&#039;Mandatory&#039;&#039;&#039; In N.C and N.D, are the references to electronic invoices affected by the Note. You can only report electronic invoices of the same acquirer&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If CUFE or CUDE does not exist in the DIAN&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /Invoice/cac:BillingReference/cac:CreditNoteDocumentReference/cbc:UUID&lt;br /&gt;
: /CreditNote/cac:BillingReference/cac:InvoiceDocumentReference/cbc:UUID&lt;br /&gt;
: /DebitNote/cac:BillingReference/cac:InvoiceDocumentReference/cbc:UUID&lt;br /&gt;
|-&lt;br /&gt;
|descripcion&lt;br /&gt;
|Array &amp;lt;String&amp;gt;&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|20..5000&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Description of the nature of the correction&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; When InternalCode is &#039;4&#039;&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:DiscrepancyResponse/cbc:Description &lt;br /&gt;
|-&lt;br /&gt;
|extras&lt;br /&gt;
|Array &amp;lt;Extensible&amp;gt; &lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Optional fields or information for the issuer&#039;s business model&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined&lt;br /&gt;
: (see detail in [[#Class.Extensible|Class.Extensible]])&lt;br /&gt;
|-&lt;br /&gt;
|fecha&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|10&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Fecha de emision del documento referenciado, en formato: YYYY-MM-DD &lt;br /&gt;
: &#039;&#039;&#039;Mandatory&#039;&#039;&#039; When internal code is &#039;1&#039;, &#039;2&#039;, &#039;3&#039; or &#039;5&#039;&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If the date is later than that of the referenced document&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /Invoice/cac:BillingReference/cac:CreditNoteDocumentReference/cbc:IssueDate&lt;br /&gt;
: /CreditNote/cac:BillingReference/cac:InvoiceDocumentReference/cbc:IssueDate&lt;br /&gt;
: /DebitNote/cac:BillingReference/cac:InvoiceDocumentReference&lt;br /&gt;
: /cbc:IssueDate&lt;br /&gt;
|-&lt;br /&gt;
|fechaFinValidez&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|10&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: End of Validity Date&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Undefined&lt;br /&gt;
|-&lt;br /&gt;
|fechaInicioValidez&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|10&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Validity Start Date&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Undefined&lt;br /&gt;
|-&lt;br /&gt;
|numeroDocumento&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN..20&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|SI&lt;br /&gt;
|&lt;br /&gt;
: Concatenation of the prefix and the referenced document number&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; if codigoInterno is reported equal to &#039;1&#039;, &#039;2&#039;, &#039;3&#039;, &#039;4&#039; or &#039;5&#039; and the reference document ID is not related&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /Invoice/cac:BillingReference/cac:CreditNoteDocumentReference/cbc:ID&lt;br /&gt;
: /CreditNote/cac:BillingReference/cac:InvoiceDocumentReference/cbc:ID&lt;br /&gt;
: /DebitNote/cac:BillingReference/cac:InvoiceDocumentReference&lt;br /&gt;
: /cbc:ID&lt;br /&gt;
|-&lt;br /&gt;
|tipoCUFE&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..11&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C &lt;br /&gt;
|&lt;br /&gt;
: CUFE type algorithm.&lt;br /&gt;
: “CUFE-SHA384” or “CUDE-SHA384”&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; When InternalCode is &#039;5&#039;&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: /Invoice/cac:BillingReference/cac:CreditNoteDocumentReference&lt;br /&gt;
: /cbc:UUID/@schemeName &lt;br /&gt;
: /CreditNote/cac:BillingReference/cac:InvoiceDocumentReference&lt;br /&gt;
: /cbc:UUID/@schemeName&lt;br /&gt;
: /DebitNote/cac:BillingReference/cac: InvoiceDocumentReference&lt;br /&gt;
: /cbc:UUID/@schemeName&lt;br /&gt;
|-&lt;br /&gt;
|tipoDocumento&lt;br /&gt;
|String&lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|..50&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Description of the type of referenced document, Example: &amp;quot;National Sales Invoice&amp;quot;&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined&lt;br /&gt;
|-&lt;br /&gt;
|tipoDocumentoCodigo&lt;br /&gt;
|String &lt;br /&gt;
|&amp;lt;nowiki&amp;gt;AN|2&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Identifier of the referenced document type&lt;br /&gt;
: &#039;&#039;&#039;Required&#039;&#039;&#039; When InternalCode is &#039;1&#039;  &lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;Rejection&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; If codigoInterno equal to &#039;1&#039; and the content of this attribute does not correspond to one of the values ​​of the  [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 21|Tabla 21]]&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Undefined&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;&#039;&#039;@IMPORTANT:&#039;&#039;&#039;&lt;br /&gt;
# To reference &#039;&#039;&#039;sales invoices when issuing a NC or ND&#039;&#039;&#039;, two objects of type DocumentosReferenciados must be sent indicating the following:&lt;br /&gt;
#* &#039;&#039;&#039;Object 1&#039;&#039;&#039;: indicating the fields codigoEstatusDocumento; CodihoInterno = &#039;4&#039;, numeroDocumento, descripcion.&lt;br /&gt;
#* &#039;&#039;&#039;Object 2&#039;&#039;&#039;: if the &#039;&#039;&#039;tipoOperacion is equal to 20 (for NC) or 30 (for ND)&#039;&#039;&#039; and codigoInterno = &#039;5&#039;, the fields are validated: cufeDocReferenciado, date, and DocumentNumber.&lt;br /&gt;
# When transmitting a &#039;&#039;&#039;Factura de Contingencia &#039;&#039;&#039;, an array of the documentosReferenciados type must be sent, indicating the fields: internal code = &#039;1&#039;, numberDocument, date, tipoDocumentCode (corresponding to Contingenc Invoice).&lt;br /&gt;
# To reference &#039;&#039;&#039;Dispatch Documents&#039;&#039;&#039; (internal code = &#039;2&#039;) or &#039;&#039;&#039;Reception Documents&#039;&#039;&#039; (internal code = &#039;3&#039;) the fields are validated: documentnumber and date.&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
====Class.sectorSalud====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description &lt;br /&gt;
|-&lt;br /&gt;
|Beneficiario&lt;br /&gt;
|Beneficiario&lt;br /&gt;
| -&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Complementary data of the beneficiary of the health service for collection scenarios.&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:AccountingCustomerParty/cac:Person&lt;br /&gt;
: (see detail in [[#Class.Beneficiario|Class.Beneficiario]])&lt;br /&gt;
|-&lt;br /&gt;
|extras&lt;br /&gt;
|Array &amp;lt;Extras&amp;gt; &lt;br /&gt;
| -&lt;br /&gt;
|NO&lt;br /&gt;
|&lt;br /&gt;
: Optional fields or information for the issuer&#039;s business model.&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Not defined&lt;br /&gt;
: (see detail in [[#Class.Extras|Class.Extras]])&lt;br /&gt;
|-&lt;br /&gt;
|IdPersonalizacion&lt;br /&gt;
|String&lt;br /&gt;
|Por definir&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: To indicate the type of operation through which the collection was made in the accreditation or report scenarios&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: To be defined&lt;br /&gt;
|-&lt;br /&gt;
|Pacientes&lt;br /&gt;
|Array &amp;lt;DatosPacienteSalud&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|C/C&lt;br /&gt;
|For the report of the additional data fields of the Health Sector&lt;br /&gt;
: (see detail in [[#Class.DatosPacientesSalud|Class.DatosPacientesSalud]])&lt;br /&gt;
|-&lt;br /&gt;
|TipoEscenario&lt;br /&gt;
|String &lt;br /&gt;
|&amp;lt;nowiki&amp;gt; N|1 &amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|YES&lt;br /&gt;
|&lt;br /&gt;
: Type of Health Sector Scenario. [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 27|Tabla 27]]&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;NOTE: The issuance of health sector documents is only available through version 4 of the issuance service. &amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
&lt;br /&gt;
====Class.Beneficiario====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description &lt;br /&gt;
|-&lt;br /&gt;
|DireccionResidencia&lt;br /&gt;
|Direccion&lt;br /&gt;
| -&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Information detailing the address of the beneficiary of the health service.&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../cac:ResidenceAddress&lt;br /&gt;
: (see detail in [[#Class.Direccion|Class.Direccion]])&lt;br /&gt;
|-&lt;br /&gt;
|TipoIdentificacion&lt;br /&gt;
|Array &amp;lt;GeneralSalud&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Identification type of the beneficiary user of the health service.&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: cbc:ID/@schemeID&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Class.DatosPacientesSalud====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description &lt;br /&gt;
|-&lt;br /&gt;
|CamposGenerales&lt;br /&gt;
|Array &amp;lt;GeneralSalud&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Additional data fields of the Health Sector to report information associated with the beneficiaries of the health service&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: Invoice/ext:UBLExtensions/ext:UBLExtension&lt;br /&gt;
: (see detail in [[#Class.Direccion|Class.Direccion]])&lt;br /&gt;
|-&lt;br /&gt;
|TipoIdentificacion&lt;br /&gt;
|Array &amp;lt;GeneralSalud&amp;gt;&lt;br /&gt;
| -&lt;br /&gt;
|C/C&lt;br /&gt;
|&lt;br /&gt;
: Identification type of the beneficiary user of the health service.&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: cbc:ID/@schemeID&lt;br /&gt;
: (see detail in [[#Class.GeneralSalud|Class.GeneralSalud]])&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Class.GeneralSalud====&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Attribute&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Data Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Format&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Required&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description &lt;br /&gt;
|-&lt;br /&gt;
|nombre&lt;br /&gt;
|String&lt;br /&gt;
|N|..2&lt;br /&gt;
|Si&lt;br /&gt;
|&lt;br /&gt;
: Additional data field code.&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;:../Interoperabilidad/Group schemeName=&amp;quot;Sector Salud&amp;quot;/Collection schemeName=&amp;quot;Usuario&amp;quot;/AdditionalInformation/Name&lt;br /&gt;
: &amp;lt;span style=&amp;quot;color:#FFFF; background:#FF0000&amp;quot;&amp;gt;&amp;lt;b&amp;gt;@Note:&amp;lt;/b&amp;gt;&amp;lt;/span&amp;gt; It must correspond to one of the codes in the column[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 28|Tabla 28]] &lt;br /&gt;
&lt;br /&gt;
|-&lt;br /&gt;
|valor&lt;br /&gt;
|String&lt;br /&gt;
|depends on the field&lt;br /&gt;
|Yes&lt;br /&gt;
|&lt;br /&gt;
: Value of the additional data field of the health sector as appropriate.&lt;br /&gt;
: &#039;&#039;&#039;PATH&#039;&#039;&#039;: ../Interoperabilidad/Group schemeName=&amp;quot;Sector Salud&amp;quot;/Collection schemeName=&amp;quot;Usuario&amp;quot;/AdditionalInformation/Value&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Important&#039;&#039;&#039;: In the case of the field &#039;&#039;&#039;rangoNumeracion&#039;&#039;&#039;, this value must always have the following format (Pefijo-campoDesde), that is, said field is independent of the sequential mode configured in the portal (manual with prefix or manual without prefix).&lt;br /&gt;
 &lt;br /&gt;
In the case of the field &#039;&#039;&#039;consecutivoDocumento&#039;&#039;&#039;, This field does depend on the sequential mode configured in the web portal.&lt;br /&gt;
* If the assigned modality is&#039;&#039;“manual sin prefijo”&#039;&#039;, the values ​​for the fields rangoNumeracion and consecutivoDocumento’ They should be for example:&lt;br /&gt;
:: Invoice #1: rangoNumeracion= &amp;quot;PRUE-1&amp;quot;, consecutivoDocumento= &amp;quot;1&amp;quot;&lt;br /&gt;
:: Invoice #2: rangeNumeracion= &amp;quot;PRUE-1&amp;quot;, consecutiveDocument= &amp;quot;2&amp;quot;&lt;br /&gt;
:: ...&lt;br /&gt;
:: Invoice #1000: rangoNumeracion= &amp;quot;PRUE-1&amp;quot;, consecutivoDocumento= &amp;quot;1000&amp;quot;&lt;br /&gt;
&lt;br /&gt;
*If the assigned modality is &#039;&#039;“manual with prefix”&#039;&#039;, the values ​​for the fields rangoNumeracion and consecutivoDocumento must be, for example:&lt;br /&gt;
:: Invoice #1: rangeNumeracion= &amp;quot;PRUE-1&amp;quot;, consecutiveDocument= &amp;quot;PRUE1&amp;quot;&lt;br /&gt;
:: Invoice #2: rangoNumeracion= &amp;quot;PRUE-1&amp;quot;, consecutivoDocumento= &amp;quot;PRUE2&amp;quot;&lt;br /&gt;
:: ...&lt;br /&gt;
:: Invoice #1000: rangeNumeracion= &amp;quot;PRUE-1&amp;quot;, consecutivoDocumento= &amp;quot;PRUE1000&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
; RESPONSE: Parameters to Receive&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot; &lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|ID&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description &lt;br /&gt;
|-&lt;br /&gt;
|int&lt;br /&gt;
|codigo&lt;br /&gt;
|Indicates the status of the operation returned by the service, (to define catalog)&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|consecutivoDocumento&lt;br /&gt;
|Prefix and Consecutive of the Concatenated Document without separators. For the example above it corresponds to: “PRUE980338337”&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|cufe&lt;br /&gt;
|&amp;quot;Unique Electronic Invoice Code&amp;quot; corresponding to the document consulted.&lt;br /&gt;
|-&lt;br /&gt;
|Bool&lt;br /&gt;
|esValidoDian&lt;br /&gt;
|“true” if valid&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|fechaAceptacionDIAN&lt;br /&gt;
|Day and time in which the DIAN accepted the electronic document, in YYYY-MM-DD HH:MM:SS format&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|fechaRespuesta&lt;br /&gt;
|Day and time in which the electronic document was generated, in format AAAA-MM-DD HH:MM:SS&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|hash&lt;br /&gt;
|Error detection code &lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|mensaje&lt;br /&gt;
|This message is associated with the response code, useful for error identification&lt;br /&gt;
|-&lt;br /&gt;
|Array&lt;br /&gt;
|mensajesValidacion&lt;br /&gt;
|Validation messages in case of notification or rejection&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|nombre&lt;br /&gt;
|Name defined by the DIAN&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|qr&lt;br /&gt;
|QR code string concatenation (control element)&lt;br /&gt;
|-&lt;br /&gt;
|Array&lt;br /&gt;
|reglasNotificacionDIAN&lt;br /&gt;
|Validation rules in case of notification&lt;br /&gt;
|-&lt;br /&gt;
|Array&lt;br /&gt;
|reglasValidacionDIAN&lt;br /&gt;
|Validation rules in case of rejection&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|resultado&lt;br /&gt;
|Method consumption result: Processed” or “Error” &lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|tipoCufe&lt;br /&gt;
|CUFE type algorithm. “CUFE-SHA384” or “CUDE-SHA384”&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|xml&lt;br /&gt;
|XML file (type AttachedDocument) encoded in Base64&lt;br /&gt;
|}&lt;br /&gt;
Once the electronic invoice has been sent successfully (code &#039;200&#039; or &#039;201&#039; in the response), the attached files are sent (through the method&#039;&#039;&#039;CargarAdjuntos&#039;&#039;&#039;) consuming the SOAP Web Attachments Service, in the scenario that the &#039;&#039;&#039;attachments&#039;&#039;&#039; parameter has been assigned to “1” or “11”, otherwise the SOAP Web Attachments Service will return an error indicating that the document does NOT support attachments.&lt;br /&gt;
{{clear}}&lt;br /&gt;
&lt;br /&gt;
===EstadoDocumento Method===&lt;br /&gt;
It allows you to consult the status of the document indicated before the Acquirer, before the DIAN, the type of delivery and if it was successful, the list of associated events (ApplicationResponse) and other parameters of interest that can be useful in the software control processes billing (ERP) or for the business model of the issuing client.&lt;br /&gt;
; REQUEST: Parameters to Send&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Identifier&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;3&amp;quot;|String&lt;br /&gt;
|tokenEmpresa&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|Supplied by The Factory HKA Colombia&lt;br /&gt;
|-&lt;br /&gt;
|tokenPassword&lt;br /&gt;
|-&lt;br /&gt;
|Documento&lt;br /&gt;
|Prefix and Consecutive of the electronic Document concatenated without separators. Example “PRUE980338212&lt;br /&gt;
|}&lt;br /&gt;
; RESPONSE: Parameters to Receive&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot; &lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Typr&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Identifier&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Bool&lt;br /&gt;
|aceptacionFisica&lt;br /&gt;
|Indicates if the document has physical acceptance (physically delivered): “true” or “false”&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|acuseComentario&lt;br /&gt;
|Comment informed by the acquirer when making the acknowledgment&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|acuseEstatus&lt;br /&gt;
|0: Acknowledgment not made ; 1: Acknowledgment made&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|acuseResponsable&lt;br /&gt;
|Email of the person responsible for making the acknowledgment&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|acuseRespuesta&lt;br /&gt;
|0: Response not sent; 1: Reply Sent&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|ambiente&lt;br /&gt;
|Type of document generation environment:&lt;br /&gt;
:: “1: ProductionEnvironment”&lt;br /&gt;
:: “2: TestEnvironment”&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|cadenaCodigoQR&lt;br /&gt;
|QR code string concatenation (control element)&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|cadenaCufe&lt;br /&gt;
|Chain concatenation of the CUFE code prior to calculation by the corresponding algorithm of the service&lt;br /&gt;
|-&lt;br /&gt;
|int&lt;br /&gt;
|Codigo&lt;br /&gt;
|Indicates the status of the operation returned by the service&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|consecutivo&lt;br /&gt;
|Consecutive Document TFHKA/DIAN&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|cufe&lt;br /&gt;
|&amp;quot;Unique Code of Electronic Invoice&amp;quot; corresponding to the document consulted, calculated by the corresponding algorithm of the service&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|descripcionDocumento&lt;br /&gt;
|Reference document type identifier,&lt;br /&gt;
: Example: &amp;quot;National Sales Invoice&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|String &lt;br /&gt;
|descripcionEstatusDocumento&lt;br /&gt;
|Description corresponding to the statusDocument before the DIAN: &amp;quot;Processed Correctly&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|entregaMetodoDIAN&lt;br /&gt;
|Indicates the delivery method to the DIAN&lt;br /&gt;
: (Synchronous or Asynchronous), (Individual or Batch)&lt;br /&gt;
|-&lt;br /&gt;
|Bool&lt;br /&gt;
|esValidoDIAN&lt;br /&gt;
| &lt;br /&gt;
: “true” if valid&lt;br /&gt;
: &amp;quot;false&amp;quot; If not valid&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|estatusDocumento&lt;br /&gt;
|Code obtained in the response corresponding to the status of the document before the DIAN (Catalogue to be defined)&lt;br /&gt;
|-&lt;br /&gt;
|Array &amp;lt;Evento&amp;gt;&lt;br /&gt;
|eventos&lt;br /&gt;
|List of Electronic Document events&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|fechaAceptacionDIAN&lt;br /&gt;
|Day and time in which the DIAN accepted the electronic document, in format AAAA-MM-DD HH:MM:SS&lt;br /&gt;
|-&lt;br /&gt;
|String &lt;br /&gt;
|fechaDocumento&lt;br /&gt;
|Date on which the document was generated, in format: AAAA-MM-DD&lt;br /&gt;
|-&lt;br /&gt;
|Array &amp;lt;HistorialDeEntregas&amp;gt;&lt;br /&gt;
|historialDeEntregas&lt;br /&gt;
|History of document deliveries&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|mensaje&lt;br /&gt;
|This message is associated with the code, useful for identifying errors&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|mensajeDocumento&lt;br /&gt;
|Provides a description of the error of each of the initial validations. If there are no errors, no description is provided.&lt;br /&gt;
|-&lt;br /&gt;
|Bool&lt;br /&gt;
|poseeAdjuntos&lt;br /&gt;
|Indicates if the document has attachments:&lt;br /&gt;
: &amp;quot;true&amp;quot; or &amp;quot;false&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Bool&lt;br /&gt;
|poseeRepresentacionGrafica&lt;br /&gt;
|Indicates if the document has a graphic representation:&lt;br /&gt;
: &amp;quot;true&amp;quot; or &amp;quot;false&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|Array &amp;lt;String&amp;gt;&lt;br /&gt;
|reglasValidacionDIAN&lt;br /&gt;
|Validation messages by the DIAN&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|resultado&lt;br /&gt;
|Result of method consumption:&lt;br /&gt;
: “Processed” or “Error”&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|tipoCufe&lt;br /&gt;
|Algorithm used to calculate CUFE:&lt;br /&gt;
: SHA-256, SHA-384, SHA-512&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|tipoDocumento&lt;br /&gt;
|Reference document type identifier&lt;br /&gt;
: Watch   [[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 1|Tabla 1]]&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|trackID&lt;br /&gt;
|This element corresponds to the TrackId of the processed document&lt;br /&gt;
|}&lt;br /&gt;
Where Class.Evento contains the following information:&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot; &lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|identifier&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|ambienteDIAN&lt;br /&gt;
|Generation environment in the DIAN&lt;br /&gt;
: “1:ambienteDeProducción” &lt;br /&gt;
: “2:ambienteDePruebas” &lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|codigo &lt;br /&gt;
|Code the document of the Application Response (event)&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|comentario&lt;br /&gt;
|event commentary&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|cufe&lt;br /&gt;
|CUFE of the electronic document&lt;br /&gt;
|-&lt;br /&gt;
|String &lt;br /&gt;
|descripcionEvento&lt;br /&gt;
|Description of use/source of the event&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|emisorNumeroDocumento&lt;br /&gt;
|Issuer Identification Number&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|emisorNumeroDocumentoDV&lt;br /&gt;
|Issuer Document Number Check Digit&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|emisorRazonSocial&lt;br /&gt;
|Company Name of the Issuer&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|emisorTipoIdentificacion&lt;br /&gt;
|Issuer Identification Type&lt;br /&gt;
|-&lt;br /&gt;
|Array &amp;lt;ExtrasEvento&amp;gt;&lt;br /&gt;
|extras&lt;br /&gt;
|Extra information corresponding to the event&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|fechaEmision&lt;br /&gt;
|Date of Issue of the Application Response (event)&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|fechaRecepcion&lt;br /&gt;
|Application Response Reception Date (event) &lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|hash&lt;br /&gt;
|Application Response document hash&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|idPerfilDIAN&lt;br /&gt;
|DIAN Profile&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|mensaje&lt;br /&gt;
|ApplicationResponse description message&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|nombreArchivoXML&lt;br /&gt;
|XML file name&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|nota&lt;br /&gt;
|Content of the Note field of the Application Response&lt;br /&gt;
|-&lt;br /&gt;
|String &lt;br /&gt;
|numeroDelEvento&lt;br /&gt;
|Consecutive Application Response&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|receptorNumeroDocumento&lt;br /&gt;
|Receiver Identification Number&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|receptorNumeroDocumentoDV&lt;br /&gt;
|Receiver Document Number Check Digit&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|receptorRazonSocial&lt;br /&gt;
|Receiver&#039;s Business Name&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|receptorTipoIdentificacion&lt;br /&gt;
|Receiver Identification Type &lt;br /&gt;
|-&lt;br /&gt;
|String &lt;br /&gt;
|resultado&lt;br /&gt;
|Result of method consumption:&lt;br /&gt;
: “Processed” or “Error”&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|tipoCufe&lt;br /&gt;
|Algorithm used to calculate CUDE of the event:&lt;br /&gt;
: SHA-256, SHA-384, SHA-512&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|tipoEvento&lt;br /&gt;
|Event type identifier:&lt;br /&gt;
: (Internal/ApplicationResponse)&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|versionUBL&lt;br /&gt;
|UBL version of the XML&lt;br /&gt;
|}&lt;br /&gt;
And Class.ExtrasEvento contains the following information:&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot; &lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Identifier&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|codigoInterno1&lt;br /&gt;
|Hashtag&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|codigoInterno2&lt;br /&gt;
|Additional Description&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|nombre&lt;br /&gt;
|Additional Description&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|valor &lt;br /&gt;
|Información Adicional&lt;br /&gt;
|}&lt;br /&gt;
Class.HistorialDeEntregas will correspond to:&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot; &lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Identifier&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|LeidoEmailIPAddress&lt;br /&gt;
|IP address of the computer in which the acknowledgment of the notification mail was made&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|LeidoEstatus&lt;br /&gt;
|Notification mail acknowledgment status&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|LeidoFecha&lt;br /&gt;
|Date of acknowledgment of notification mail&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|canalDeEntrega&lt;br /&gt;
|Electronic document delivery channel&lt;br /&gt;
|-&lt;br /&gt;
|Array &amp;lt;String&amp;gt;&lt;br /&gt;
|email&lt;br /&gt;
|Email of the recipient of the electronic document&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|entregaEstatus&lt;br /&gt;
|Delivery status:&lt;br /&gt;
: &#039;0&#039;: Mail not sent&lt;br /&gt;
: &#039;200&#039;: Mail sent&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|entregaEstatusDescripcion&lt;br /&gt;
|Delivery Status Description&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|entregaFecha&lt;br /&gt;
|Document delivery date&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|fechaProgramada&lt;br /&gt;
|Delivery Date&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|mensajePersonalizado&lt;br /&gt;
|Personalized message to be delivered by Email, WhatsApp or Telegram&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|nitProveedorReceptor&lt;br /&gt;
|NIT of the receiving Technological Provider, in case of delivery by Interoperability&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|recepcionEmailComentario&lt;br /&gt;
|Customer Acknowledgment Comment&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|recepcionEmailEstatus&lt;br /&gt;
|E-mail reception status&lt;br /&gt;
: 1: Accepted&lt;br /&gt;
: 2: Rejected&lt;br /&gt;
: 3: In verification&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|recepcionEmailFecha&lt;br /&gt;
|Date of receipt of the Email&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|recepcionEmailIPAddress&lt;br /&gt;
|Email receiving IP address&lt;br /&gt;
|-&lt;br /&gt;
|String&lt;br /&gt;
|telefono&lt;br /&gt;
|For delivery by Whatsapp/Telegram&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;@Important:&#039;&#039;&#039; The structure of this Response may still be subject to change in a future update. &lt;br /&gt;
{{clear}}&lt;br /&gt;
===EnvioCorreo Method===&lt;br /&gt;
Allows you to forward the indicated document to one or more email addresses.&lt;br /&gt;
; REQUEST: Parameters to Send&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot; &lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Identifier&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;5&amp;quot;|String&lt;br /&gt;
|tokenEmpresa&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|Supplied by The Factory HKA Colombia&lt;br /&gt;
|-&lt;br /&gt;
|tokenPassword&lt;br /&gt;
|-&lt;br /&gt;
|Documento&lt;br /&gt;
|Prefix and consecutive of the Electronic Document concatenated without separators. Example “PRUE980338212”. Allows sending multiple recipients (maximum 5) separated by a comma character &#039;,&#039;&lt;br /&gt;
|-&lt;br /&gt;
|correo	&lt;br /&gt;
|Email to which the document will be sent. Example name@company.com&lt;br /&gt;
|-&lt;br /&gt;
|adjuntos	&lt;br /&gt;
|&lt;br /&gt;
: “0”: Resends the mail without attachments&lt;br /&gt;
: “1”: Forwards the mail with the attachments stored during the issuance of the document.&lt;br /&gt;
|}&lt;br /&gt;
; RESPONSE: Parameters to Receive&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot; &lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Identifier&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|int	&lt;br /&gt;
|codigo	&lt;br /&gt;
|Indicates the status of the operation returned by the service&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|String&lt;br /&gt;
|mensaje	&lt;br /&gt;
|This message is associated with the code, useful for identifying errors&lt;br /&gt;
|-&lt;br /&gt;
|resultado	&lt;br /&gt;
|Result of method consumption:&lt;br /&gt;
: “Processed” or “Error”&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;@Important:&#039;&#039;&#039; If during the issuance of the document (&#039;&#039;&#039;Send&#039;&#039;&#039; method) the &#039;&#039;&#039;attachments&#039;&#039;&#039; parameter was set to “10” or “11”, The Factory HKA - DFACTURE platform does not will generate standard graphical representation (PDF), therefore only the documents hosted on the platform (AttachedDocument) will be forwarded to the recipients. To forward the mail (with the AttachedDocument and attachments) to an email address different from the one used during the transmission, the &#039;&#039;&#039;CargarAtjuntos&#039;&#039;&#039; method of the SOAP Web Attachments Service can be used again.&lt;br /&gt;
{{clear}}&lt;br /&gt;
===DescargaPDF Method===&lt;br /&gt;
Allows you to download the standard graphic representation (PDF generated by TFHKA) of the document for local storage, local consultation or reprint purposes.&lt;br /&gt;
; REQUEST: Parameters to Send&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot; &lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Identifier&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;3&amp;quot;|String&lt;br /&gt;
|tokenEmpresa&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|Supplied by The Factory HKA Colombia&lt;br /&gt;
|-&lt;br /&gt;
|tokenPassword&lt;br /&gt;
|-&lt;br /&gt;
|documento&lt;br /&gt;
|prefix and consecutive of the Electronic Document concatenated without separators. Example “PRUE980338212”&lt;br /&gt;
|}&lt;br /&gt;
; RESPONSE: Parameters to Receive&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot; &lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Identifier&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|int	&lt;br /&gt;
|codigo	&lt;br /&gt;
|Indicates the status of the operation returned by the service &lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|cufe	&lt;br /&gt;
|“Unique Electronic Invoice Code” corresponding to the document consulted.&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|documento	&lt;br /&gt;
|Base64 encoded PDF document&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|hash	&lt;br /&gt;
|Error detection code&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|mensaje	&lt;br /&gt;
|This message is associated with the code, useful for identifying errors&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|resultado	&lt;br /&gt;
|Result of method consumption:&lt;br /&gt;
: “Processed” or “Error”&lt;br /&gt;
|}&lt;br /&gt;
&#039;&#039;&#039;@Important:&#039;&#039;&#039; If during the issuance of the document (&#039;&#039;&#039;Enviar&#039;&#039;&#039; method) the &#039;&#039;&#039;adjuntos&#039;&#039;&#039; parameter was set to “10” or “11”, The Factory HKA - DFACTURE platform will not will generate standard graphic representation (PDF), therefore this method cannot be used since the service will throw an error indicating that there is NO associated PDF, since it is assumed that the graphic representation has been generated locally by the billing software (ERP).&lt;br /&gt;
{{clear}}&lt;br /&gt;
=== DescargaXML Method===&lt;br /&gt;
It allows the download of the XML document (only the electronic document Invoice, CreditNote and DebitNote), in case it is required to validate the information such as the signature or its authenticity or for the purpose of local management and storage.&lt;br /&gt;
; REQUEST: Parameters to Send&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Identifier&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;3&amp;quot;|String&lt;br /&gt;
|tokenEmpresa&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|Supplied by The Factory HKA Colombia&lt;br /&gt;
|-&lt;br /&gt;
|tokenPassword&lt;br /&gt;
|-&lt;br /&gt;
|Documento&lt;br /&gt;
|Prefix and Consecutive of the electronic Document concatenated without separators. Example “PRUE980338212&lt;br /&gt;
|}&lt;br /&gt;
; RESPONSE: Parameters to Receive&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot; &lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Identifier&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|int	&lt;br /&gt;
|codigo	&lt;br /&gt;
|Indicates the status of the operation returned by the service &lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|cufe	&lt;br /&gt;
|“Unique Electronic Invoice Code” corresponding to the document consulted&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|documento	&lt;br /&gt;
|XML document (Invoice, CreditNote or DebitNote) encoded in Base64&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|hash	&lt;br /&gt;
|Error detection code&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|mensaje	&lt;br /&gt;
|This message is associated with the code, useful for identifying errors&lt;br /&gt;
|-&lt;br /&gt;
|String 	&lt;br /&gt;
|resultado	&lt;br /&gt;
|Result of method consumption:&lt;br /&gt;
: “Processed” or “Error”&lt;br /&gt;
|}&lt;br /&gt;
{{clear}}&lt;br /&gt;
===FoliosRestantes Method===&lt;br /&gt;
Allows you to consult the stamps (transactions) available. The stamps are consumed in proportion to the transactions made.&lt;br /&gt;
; REQUEST: Parameters to Send&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Identifier&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|String&lt;br /&gt;
|tokenEmpresa&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|Supplied by The Factory HKA Colombia&lt;br /&gt;
|-&lt;br /&gt;
|tokenPassword&lt;br /&gt;
|}&lt;br /&gt;
; RESPONSE:Parameters to Receive&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot; &lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Identifier&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|int	&lt;br /&gt;
|codigo	&lt;br /&gt;
|Indicates the status of the operation returned by the service&lt;br /&gt;
|-&lt;br /&gt;
|int	&lt;br /&gt;
|foliosRestantes	&lt;br /&gt;
|Number of sheets available&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|mensaje	&lt;br /&gt;
|This message is associated with the code, useful for identifying errors&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|resultado	&lt;br /&gt;
|Result of method consumption:&lt;br /&gt;
: “Processed” or “Error”&lt;br /&gt;
|}&lt;br /&gt;
{{clear}}&lt;br /&gt;
===CargarCertificado Method===&lt;br /&gt;
For now, this method will only be used internally by The Factory HKA Colombia.&lt;br /&gt;
{{clear}}&lt;br /&gt;
===DescargarEventoXML Method===&lt;br /&gt;
It allows downloading an event or occurrence (ApplicationResponse) related to an Electronic Document (Invoice, CreditNote or DebitNote), generated by a person or entity related to this document (DIAN, Issuer, Acquirer).&lt;br /&gt;
; REQUEST: Parameters to Send&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot; &lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Identifier&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;4&amp;quot;|String&lt;br /&gt;
|tokenEmpresa&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|Supplied by The Factory HKA Colombia&lt;br /&gt;
|-&lt;br /&gt;
|tokenPassword&lt;br /&gt;
|-&lt;br /&gt;
|documentoEvento&lt;br /&gt;
|Consecutive of the event (ApplicationResponse)&lt;br /&gt;
|-&lt;br /&gt;
|Documento&lt;br /&gt;
|Prefix and Consecutive of the electronic Document concatenated without separators. Example “PRUE980338212&lt;br /&gt;
|}&lt;br /&gt;
;RESPONSE: Parameters to Receive&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot; &lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Identifier&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|int	&lt;br /&gt;
|Código	&lt;br /&gt;
|Indicates the status of the operation returned by the service&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|Cufe	&lt;br /&gt;
|Event CUFE (ApplicationResponse)&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|Documento	&lt;br /&gt;
|XML document (ApplicationResponse) encoded in Base64&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|fechaRespuesta	&lt;br /&gt;
|Date and Time consumption of the method, format: AAAA-MM-DD HH:MM:SS  &lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|Hash	&lt;br /&gt;
|Error detection code&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|Mensaje	&lt;br /&gt;
|This message is associated with the code, useful for error identification.&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|Resultado	&lt;br /&gt;
|Result of method consumption:&lt;br /&gt;
: “Processed” or “Error”&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|tipoCufe	&lt;br /&gt;
|Algorithm used to calculate CUFE:&lt;br /&gt;
: SHA-256, SHA-384, SHA-512&lt;br /&gt;
|}&lt;br /&gt;
{{clear}}&lt;br /&gt;
===GenerarContenedor Method===&lt;br /&gt;
UA container is a type of AttachedDocument document, its structure is intended to contain and transmit an electronic document (Invoice, CreditNote or DebitNote) and all the events (ApplicationResponse) generated to date in a single XML file.&lt;br /&gt;
; REQUEST: Parameters to Send&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Identifier&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;3&amp;quot;|String&lt;br /&gt;
|tokenEmpresa&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|Supplied by The Factory HKA Colombia&lt;br /&gt;
|-&lt;br /&gt;
|tokenPassword&lt;br /&gt;
|-&lt;br /&gt;
|Documento&lt;br /&gt;
|Prefix and Consecutive of the electronic Document concatenated without separators. Example “PRUE980338212&lt;br /&gt;
|}&lt;br /&gt;
; RESPONSE: Parameters to Receive&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot; &lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Identifier&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|int	&lt;br /&gt;
|Código	&lt;br /&gt;
|Indicates the status of the operation returned by the service &lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|Contenedor	&lt;br /&gt;
|XML document (AttachedDocument) encoded in Base64 &lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|Fecha	&lt;br /&gt;
|Date and Time consumption of the method, format: AAAA-MM-DD HH:MM:SS &lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|Hash	&lt;br /&gt;
|Error detection code&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|Mensaje	&lt;br /&gt;
|This message is associated with the code, useful for error identification.&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|Resultado	&lt;br /&gt;
|Result of method consumption:&lt;br /&gt;
: “Processed” or “Error”&lt;br /&gt;
|}&lt;br /&gt;
{{clear}}&lt;br /&gt;
===GenerarEvento Method===&lt;br /&gt;
Allows the generation of an event or occurrence (ApplicationResponse) associated with an Electronic Document (Invoice, CreditNote or DebitNote), generated by a person or entity related to this document (DIAN, Issuer, Acquirer).&lt;br /&gt;
; REQUEST: Parameters to Send&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;   &lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Identifier&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|String&lt;br /&gt;
|tokenEmpresa&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|Supplied by The Factory HKA Colombia&lt;br /&gt;
|-&lt;br /&gt;
|tokenPassword&lt;br /&gt;
|-&lt;br /&gt;
|DatosEvento&lt;br /&gt;
|datosEvento&lt;br /&gt;
|Object with the data of the event (ApplicationResponse) to generate&lt;br /&gt;
|}&lt;br /&gt;
Where Class.DatosEvento contains the following information:&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Identifier&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|codigoEvento	&lt;br /&gt;
|Indicates the code of the event (to define catalog)&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|codigoInterno1	&lt;br /&gt;
|Hashtag&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|codigoInterno2	&lt;br /&gt;
|Additional Description&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|Comentario	&lt;br /&gt;
|Comment or description of the event&lt;br /&gt;
|-&lt;br /&gt;
|String 	&lt;br /&gt;
|Documento	&lt;br /&gt;
|Prefix and consecutive of the Electronic Document concatenated without separators. Example “PRUE980338212”&lt;br /&gt;
|-&lt;br /&gt;
|Array &amp;lt;ExtrasEvento&amp;gt;	&lt;br /&gt;
|Extras	&lt;br /&gt;
|Additional event information&lt;br /&gt;
|}&lt;br /&gt;
Where Class.ExtrasEvento contains the following information:&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Identifier&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|codigoInterno1	&lt;br /&gt;
|Hashtag&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|codigoInterno2	&lt;br /&gt;
|Additional Description&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|Nombre	Código &lt;br /&gt;
|of the field&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|valor 	&lt;br /&gt;
|Additional Information&lt;br /&gt;
|}&lt;br /&gt;
; RESPONSE: Parameters to Receive&lt;br /&gt;
{| class=&amp;quot;mw-collapsible mw-collapsed wikitable&amp;quot; &lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Type&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Identifier&lt;br /&gt;
! style=&amp;quot;background:#f2f2f2; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
|int	&lt;br /&gt;
|Código	&lt;br /&gt;
|Indicates the status of the operation returned by the service &lt;br /&gt;
|-&lt;br /&gt;
|String 	&lt;br /&gt;
|consecutivoDocumentoEvento	&lt;br /&gt;
|Consecutive of the event (ApplicationResponse)&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|Cufe	&lt;br /&gt;
|Event CUFE (ApplicationResponse)&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|fechaRespuesta	&lt;br /&gt;
|Date and Time consumption of the method, format: AAAA-MM-DD HH:MM:SS &lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|Hash	&lt;br /&gt;
|Error detection code&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|Mensaje	&lt;br /&gt;
|This message is associated with the code, useful for error identification.&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|Resultado	&lt;br /&gt;
|Result of method consumption:&lt;br /&gt;
: “Processed” or “Error”&lt;br /&gt;
|-&lt;br /&gt;
|String 	&lt;br /&gt;
|tipoCufe	&lt;br /&gt;
|Algorithm used to calculate CUFE:&lt;br /&gt;
: SHA-256, SHA-384, SHA-512&lt;br /&gt;
|-&lt;br /&gt;
|String	&lt;br /&gt;
|Xml	&lt;br /&gt;
|XML document (ApplicationResponse) encoded in Base64&lt;br /&gt;
|}&lt;br /&gt;
{{clear}}&lt;/div&gt;</summary>
		<author><name>Lvargas</name></author>
	</entry>
	<entry>
		<id>http://felcowiki.thefactoryhka.com.co/index.php?title=Direct_Integration_Manual_Index_-_Electronic_Bill&amp;diff=2433</id>
		<title>Direct Integration Manual Index - Electronic Bill</title>
		<link rel="alternate" type="text/html" href="http://felcowiki.thefactoryhka.com.co/index.php?title=Direct_Integration_Manual_Index_-_Electronic_Bill&amp;diff=2433"/>
		<updated>2022-03-01T13:47:46Z</updated>

		<summary type="html">&lt;p&gt;Lvargas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Manuales|I]] &lt;br /&gt;
__NOTOC__&lt;br /&gt;
&lt;br /&gt;
[[File:HKAFactura 3.png|500px|center|HKAFactura]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==[[Generalities - Direct Integration Manual Index - Electronic Bill|Generalities]]==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
#	[[Generalities - Direct Integration Manual Index - Electronic Bill#Version record|Version record]]&lt;br /&gt;
#	[[Generalities - Direct Integration Manual Index - Electronic Bill#How to get support?|How to get support?]]&lt;br /&gt;
#	[[Generalities - Direct Integration Manual Index - Electronic Bill#General description|General description]]&lt;br /&gt;
##	[[Generalities - Direct Integration Manual Index - Electronic Bill#What is The Factory HKA-DFACTURE?|What is The Factory HKA-DFACTURE?]]&lt;br /&gt;
##	[[Generalities - Direct Integration Manual Index - Electronic Bill#What is The Factory HKA-Dfactura?|What is The Factory HKA-Dfactura?]]&lt;br /&gt;
##	[[Generalities - Direct Integration Manual Index - Electronic Bill#What is Dintegración?|What is Dintegración?]]&lt;br /&gt;
##	[[Generalities - Direct Integration Manual Index - Electronic Bill#Functionalities|Functionalities]]&lt;br /&gt;
##	[[Generalities - Direct Integration Manual Index - Electronic Bill#The direct integration|The direct integration]]&lt;br /&gt;
##	[[Generalities - Direct Integration Manual Index - Electronic Bill#Technical requirements for direct integration|Technical requirements for direct integration]]&lt;br /&gt;
#	[[Generalities - Direct Integration Manual Index - Electronic Bill#Electronic invoice operation scheme with prior validation|Electronic invoice operation scheme with prior validation]]&lt;br /&gt;
##	[[Generalities - Direct Integration Manual Index - Electronic Bill#What is the electronic invoice with prior validation?|What is the electronic invoice with prior validation?]]&lt;br /&gt;
##	[[Generalities - Direct Integration Manual Index - Electronic Bill#Who participates in this scheme?|Who participates in this scheme?]]&lt;br /&gt;
##	[[Generalities - Direct Integration Manual Index - Electronic Bill#Advantages of Electronic Billing|Advantages of Electronic Billing]]&lt;br /&gt;
##	[[Generalities - Direct Integration Manual Index - Electronic Bill#Electronic Billing Process with Prior Validation|Electronic Billing Process with Prior Validation]]&lt;br /&gt;
#	[[Generalities - Direct Integration Manual Index - Electronic Bill#Process characteristics with Prior Validation|Process characteristics with Prior Validation]]&lt;br /&gt;
#	[[Generalities - Direct Integration Manual Index - Electronic Bill#Information security: recommendations on the implementation of electronic invoicing within the issuer&#039;s network and systems|Information security: recommendations on the implementation of electronic invoicing within the issuer&#039;s network and systems]]&lt;br /&gt;
#	[[Generalities - Direct Integration Manual Index - Electronic Bill#Web services soap with prior validation|Web services soap with prior validation]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==[[Web Soap Broadcast Service Methods - Direct Integration Manual Index|Web Soap Broadcast Service Methods]]==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
#	[[Web Soap Broadcast Service Methods - Direct Integration Manual Index#Enviar Method|Enviar Method]]&lt;br /&gt;
##	[[Web Soap Broadcast Service Methods - Direct Integration Manual Index#Class.FacturaGeneral|Class.FacturaGeneral]]&lt;br /&gt;
##	[[Web Soap Broadcast Service Methods - Direct Integration Manual Index#Class.Anticipos|Class.Anticipos]]&lt;br /&gt;
##	[[Web Soap Broadcast Service Methods - Direct Integration Manual Index#Class.Autorizado|Class.Autorizado]]&lt;br /&gt;
##	[[Web Soap Broadcast Service Methods - Direct Integration Manual Index#Class.CargosDescuentos|Class.CargosDescuentos]]&lt;br /&gt;
##	[[Web Soap Broadcast Service Methods - Direct Integration Manual Index#Class.Cliente|Class.Cliente]]&lt;br /&gt;
##	[[Web Soap Broadcast Service Methods - Direct Integration Manual Index#Class.CondicionPago|Class.CondicionPago]]&lt;br /&gt;
##	[[Web Soap Broadcast Service Methods - Direct Integration Manual Index#Class.FacturaDetalle|Class.FacturaDetalle]]&lt;br /&gt;
##	[[Web Soap Broadcast Service Methods - Direct Integration Manual Index#Class.Destinatario|Class.Destinatario]]&lt;br /&gt;
##	[[Web Soap Broadcast Service Methods - Direct Integration Manual Index#Class.DocumentoReferenciado|Class.DocumentoReferenciado]]&lt;br /&gt;
##	[[Web Soap Broadcast Service Methods - Direct Integration Manual Index#Class.Entrega|Class.Entrega]]&lt;br /&gt;
##	[[Web Soap Broadcast Service Methods - Direct Integration Manual Index#Class.Extras|Class.Extras]]&lt;br /&gt;
##	[[Web Soap Broadcast Service Methods - Direct Integration Manual Index#Class.Extensible|Class.Extensible]]&lt;br /&gt;
##	[[Web Soap Broadcast Service Methods - Direct Integration Manual Index#Class.FacturaImpuestos|Class.FacturaImpuestos]]&lt;br /&gt;
##	[[Web Soap Broadcast Service Methods - Direct Integration Manual Index#Class.ImpuestosTotales|Class.ImpuestosTotales]]&lt;br /&gt;
##	[[Web Soap Broadcast Service Methods - Direct Integration Manual Index#Class.MediosDePago|Class.MediosDePago]]&lt;br /&gt;
##	[[Web Soap Broadcast Service Methods - Direct Integration Manual Index#Class.OrdenDeCompra|Class.OrdenDeCompra]]&lt;br /&gt;
##	[[Web Soap Broadcast Service Methods - Direct Integration Manual Index#Class.TasaDeCambio|Class.TasaDeCambio]]&lt;br /&gt;
##	[[Web Soap Broadcast Service Methods - Direct Integration Manual Index#Class.TasaDeCambioAlternativa|Class.TasaDeCambioAlternativa]]&lt;br /&gt;
##	[[Web Soap Broadcast Service Methods - Direct Integration Manual Index#Class.TerminosEntrega|Class.TerminosEntrega]]&lt;br /&gt;
##	[[Web Soap Broadcast Service Methods - Direct Integration Manual Index#Class.Direccion|Class.Direccion]]&lt;br /&gt;
##	[[Web Soap Broadcast Service Methods - Direct Integration Manual Index#Class.Coordenadas|Class.Coordenadas]]&lt;br /&gt;
##	[[Web Soap Broadcast Service Methods - Direct Integration Manual Index#Class.Tributos|Class.Tributos]]&lt;br /&gt;
##	[[Web Soap Broadcast Service Methods - Direct Integration Manual Index#Class.InformacionLegalCliente|Class.InformacionLegalCliente]]&lt;br /&gt;
##	[[Web Soap Broadcast Service Methods - Direct Integration Manual Index#Class.Obligaciones|Class.Obligaciones]]&lt;br /&gt;
##	[[Web Soap Broadcast Service Methods - Direct Integration Manual Index#Class.LineaInformacionAdicional|Class.LineaInformacionAdicional]]&lt;br /&gt;
##	[[Web Soap Broadcast Service Methods - Direct Integration Manual Index#Class.DatosTransportistas|Class.DatosTransportistas]]&lt;br /&gt;
##	[[Web Soap Broadcast Service Methods - Direct Integration Manual Index#Class.DocumentoReferencia|Class.DocumentoReferencia]]&lt;br /&gt;
##	[[Web Soap Broadcast Service Methods - Direct Integration Manual Index#Class.sectorSalud|Class.sectorSalud]]&lt;br /&gt;
##	[[Web Soap Broadcast Service Methods - Direct Integration Manual Index#Class.Beneficiario|Class.Beneficiario]]&lt;br /&gt;
##	[[Web Soap Broadcast Service Methods - Direct Integration Manual Index#Class.DatosPacientesSalud|Class.DatosPacientesSalud]]&lt;br /&gt;
##	[[Web Soap Broadcast Service Methods - Direct Integration Manual Index#Class.GeneralSalud|Class.GeneralSalud]]&lt;br /&gt;
#	[[Web Soap Broadcast Service Methods - Direct Integration Manual Index#EstadoDocumento Method|EstadoDocumento Method]]&lt;br /&gt;
#	[[Web Soap Broadcast Service Methods - Direct Integration Manual Index#Método EnvioCorreo Method|Método EnvioCorreo Method]]&lt;br /&gt;
#	[[Web Soap Broadcast Service Methods - Direct Integration Manual Index#DescargaPDF Method|DescargaPDF Method]]&lt;br /&gt;
#	[[Web Soap Broadcast Service Methods - Direct Integration Manual Index#DescargaXML Method|DescargaXML Method]]&lt;br /&gt;
#	[[Web Soap Broadcast Service Methods - Direct Integration Manual Index#FoliosRestantes Method|FoliosRestantes Method]]&lt;br /&gt;
#	[[Web Soap Broadcast Service Methods - Direct Integration Manual Index#CargarCertificado Method|CargarCertificado Method]]&lt;br /&gt;
#	[[Web Soap Broadcast Service Methods - Direct Integration Manual Index#DescargarEventoXML Method|DescargarEventoXML Method]]&lt;br /&gt;
#	[[Web Soap Broadcast Service Methods - Direct Integration Manual Index#GenerarContenedor Method|GenerarContenedor Method]]&lt;br /&gt;
#	[[Web Soap Broadcast Service Methods - Direct Integration Manual Index#GenerarEvento Method|GenerarEvento Method]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==[[Métodos servicio adjuntos web soap - Indice Manual Integración Directa|Métodos servicio adjuntos web soap]]==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
#[[Métodos servicio adjuntos web soap - Indice Manual Integración Directa#Método “CargarAdjuntos”|Método “CargarAdjuntos”]]&lt;br /&gt;
#	[[Métodos servicio adjuntos web soap - Indice Manual Integración Directa#ESCENARIOS EMISIÓN DE DOCUMENTOS CON REPRESENTACIÓN GRÁFICA|ESCENARIOS EMISIÓN DE DOCUMENTOS CON REPRESENTACIÓN GRÁFICA]]&lt;br /&gt;
#	[[Métodos servicio adjuntos web soap - Indice Manual Integración Directa#Representación gráfica estándar (Uso del parámetro adjuntos del método Enviar en ‘0’ o ‘1’)|Representación gráfica estándar (Uso del parámetro adjuntos del método Enviar en ‘0’ o ‘1’)]]&lt;br /&gt;
#	[[Métodos servicio adjuntos web soap - Indice Manual Integración Directa#Representación gráfica personalizada por TFHKA|Representación gráfica personalizada por TFHKA]]&lt;br /&gt;
#	[[Métodos servicio adjuntos web soap - Indice Manual Integración Directa#Representación gráfica enviada como adjunto desde el sistema administrativo o ERP (Uso del parámetro adjuntos del método Enviar en ‘11’)|Representación gráfica enviada como adjunto desde el sistema administrativo o ERP (Uso del parámetro adjuntos del método Enviar en ‘11’)]]&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==[[Métodos servicio reportes web soap - Indice Manual Integración Directa|Métodos servicio reportes web soap]]==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
#	[[Métodos servicio reportes web soap - Indice Manual Integración Directa#Método “DescargarReporte”|Método “DescargarReporte”]]&lt;br /&gt;
#	[[Métodos servicio reportes web soap - Indice Manual Integración Directa#Método “ProgramarReporte”|Método “ProgramarReporte”]]&lt;br /&gt;
#	[[Métodos servicio reportes web soap - Indice Manual Integración Directa#Método “SolicitudReporteSincrono”|Método “SolicitudReporteSincrono”]]&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==[[Caracteristicas adicionales - Indice Manual Integración Directa|Caracteristicas adicionales]]==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
#	[[Caracteristicas adicionales - Indice Manual Integración Directa#Uso de campos extras|Uso de campos extras]]&lt;br /&gt;
#	[[Caracteristicas adicionales - Indice Manual Integración Directa#Tabla de códigos para campos extras|Tabla de códigos para campos extras]]&lt;br /&gt;
#	[[Caracteristicas adicionales - Indice Manual Integración Directa#Correo electrónico personalizado|Correo electrónico personalizado]]&lt;br /&gt;
#	[[Caracteristicas adicionales - Indice Manual Integración Directa#GENERACIÓN DE NOTAS CON Y SIN REFERENCIA A DOCUMENTO|GENERACIÓN DE NOTAS CON Y SIN REFERENCIA A DOCUMENTO]]&lt;br /&gt;
##	[[Caracteristicas adicionales - Indice Manual Integración Directa#Notas de crédito y débito que afecten a facturas de validación previa|Notas de crédito y débito que afecten a facturas de validación previa]]&lt;br /&gt;
##	[[Caracteristicas adicionales - Indice Manual Integración Directa#Notas de crédito y débito que no afecten a facturas|Notas de crédito y débito que no afecten a facturas]]&lt;br /&gt;
##	[[Caracteristicas adicionales - Indice Manual Integración Directa#TRANSMISIÓN DE DOCUMENTOS DE CONTINGENCIA TIPO 03 (ATRIBUIBLE AL EMISOR)|TRANSMISIÓN DE DOCUMENTOS DE CONTINGENCIA TIPO 03 (ATRIBUIBLE AL EMISOR)]]&lt;br /&gt;
#	[[Caracteristicas adicionales - Indice Manual Integración Directa#Radicar documentos electrónicos en plataformas de recepción|Radicar documentos electrónicos en plataformas de recepción]]&lt;br /&gt;
#	[[Caracteristicas adicionales - Indice Manual Integración Directa#Estándar del nombre de los documentos electrónicos XML|Estándar del nombre de los documentos electrónicos XML]]&lt;br /&gt;
#	[[Caracteristicas adicionales - Indice Manual Integración Directa#Ambiente de habilitación|Ambiente de habilitación]]&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa|Tablas de códigos de propiedades para emisión de documentos]]==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 1|Tabla 1]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 2|Tabla 2]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 3|Tabla 3]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 4|Tabla 4]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 5|Tabla 5]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 6|Tabla 6]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 7|Tabla 7]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 8|Tabla 8]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 9|Tabla 9]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 10|Tabla 10]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 11|Tabla 11]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 12|Tabla 12]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 13|Tabla 13]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 14|Tabla 14]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 15|Tabla 15]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 16|Tabla 16]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 17|Tabla 17]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 18|Tabla 18]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 19|Tabla 19]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 20|Tabla 20]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 21|Tabla 21]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 22|Tabla 22]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 23|Tabla 23]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 24|Tabla 24]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 25|Tabla 25]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 26|Tabla 26]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 27|Tabla 27]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 28|Tabla 28]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==[[Catalog of web service response errors - Direct Integration Manual Index - Electronic Bill|Catalog of web service response errors]]==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{clear}}&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
--&amp;gt;&lt;/div&gt;</summary>
		<author><name>Lvargas</name></author>
	</entry>
	<entry>
		<id>http://felcowiki.thefactoryhka.com.co/index.php?title=Generalities_-_Direct_Integration_Manual_Index_-_Electronic_Bill&amp;diff=2420</id>
		<title>Generalities - Direct Integration Manual Index - Electronic Bill</title>
		<link rel="alternate" type="text/html" href="http://felcowiki.thefactoryhka.com.co/index.php?title=Generalities_-_Direct_Integration_Manual_Index_-_Electronic_Bill&amp;diff=2420"/>
		<updated>2022-02-28T16:50:25Z</updated>

		<summary type="html">&lt;p&gt;Lvargas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==Version record==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background:#e9e9e9; text-align:center;&amp;quot;|Version&lt;br /&gt;
! style=&amp;quot;background:#e9e9e9; text-align:center;&amp;quot;|Launch date &lt;br /&gt;
! style=&amp;quot;background:#e9e9e9; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
| 0&lt;br /&gt;
| 07/05/2019&lt;br /&gt;
|&lt;br /&gt;
* Preview version.&lt;br /&gt;
|-&lt;br /&gt;
| 1.0&lt;br /&gt;
| 14/06/2019&lt;br /&gt;
|&lt;br /&gt;
* Initial version.&lt;br /&gt;
* &amp;quot;Technical annex V1.4 (19-04-19)&amp;quot; DIAN reference.&lt;br /&gt;
|-&lt;br /&gt;
| 1.1&lt;br /&gt;
| 04/07/2019&lt;br /&gt;
|&lt;br /&gt;
* &amp;quot;Sale electronic bill Technical annex – final&amp;quot; DIAN Reference update.&lt;br /&gt;
|-&lt;br /&gt;
| 1.2&lt;br /&gt;
| 04/07/2019&lt;br /&gt;
|&lt;br /&gt;
* Minor updates&lt;br /&gt;
|-&lt;br /&gt;
| 1.3&lt;br /&gt;
| 19/08/19&lt;br /&gt;
|&lt;br /&gt;
* Minor updates&lt;br /&gt;
|-&lt;br /&gt;
| 1.4&lt;br /&gt;
| 23/08/19&lt;br /&gt;
|&lt;br /&gt;
* Answer update in view of the send method.&lt;br /&gt;
* List of extensible fields and bug catalog.&lt;br /&gt;
|-&lt;br /&gt;
| 1.5&lt;br /&gt;
| 09/2019&lt;br /&gt;
|&lt;br /&gt;
* Wildcards updates based on the September 6th- technical annex.&lt;br /&gt;
|-&lt;br /&gt;
| 1.6&lt;br /&gt;
| 04/2020&lt;br /&gt;
|&lt;br /&gt;
* Updates based on the technical annex 1.8.&lt;br /&gt;
* Acknowledgment of the purchaser.&lt;br /&gt;
* Mail personalization.&lt;br /&gt;
* Additional features.&lt;br /&gt;
* Settle documents at reception.&lt;br /&gt;
* Code  tables.&lt;br /&gt;
* Change of the document&#039;s name.&lt;br /&gt;
* Among other minor changes.&lt;br /&gt;
|-&lt;br /&gt;
| 1.7&lt;br /&gt;
| 06/2020&lt;br /&gt;
|&lt;br /&gt;
* Updates based on the technical annex V1.7-2020. &lt;br /&gt;
* Ajustes de funcionalidades de la plataforma en el mes de mayo.&lt;br /&gt;
|-&lt;br /&gt;
| 2.0&lt;br /&gt;
| 06/2021&lt;br /&gt;
|&lt;br /&gt;
* Updates based on the technical annex V1.8 of the 000012 Resolution. Health sector fields. Code  tables.&lt;br /&gt;
|-&lt;br /&gt;
| 2.1&lt;br /&gt;
| 10/2021&lt;br /&gt;
|&lt;br /&gt;
* Updates based on the technical annex V1.8 of the 000012 Resolution. Health sector fields. Code  tables.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==How to get support?==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
*First level support: &lt;br /&gt;
::Phone support / e-mail / chat or teleconference in 5x8 schedule for consultation service and user failures.&lt;br /&gt;
*Second level support:&lt;br /&gt;
::Support remote resolution of incidents in the system in schedule 5X8&lt;br /&gt;
::::Write to [mailto:soporte@thefactoryhka.com.co soporte@thefactoryhka.com.co]&lt;br /&gt;
&lt;br /&gt;
Consultations relating to configurations and errors in the portal:&lt;br /&gt;
* soporte_fel_co@thefactoryhka.com&lt;br /&gt;
&lt;br /&gt;
Consultations relating to configurations of ERP, software house and integration:&lt;br /&gt;
* integracion_fel_co@thefactoryhka.com&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Telephone service lines:&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;MASTER&#039;&#039;&#039; +57 (1) 746.08.12&lt;br /&gt;
*        +57 (1) 508.8990&lt;br /&gt;
*        +57 (1) 517.6795&lt;br /&gt;
*        +57 (1) 517.6796&lt;br /&gt;
*        +57 (1) 311.3063&lt;br /&gt;
** &#039;&#039;&#039;Technical support&#039;&#039;&#039; → Option 2&lt;br /&gt;
** &#039;&#039;&#039;Integration &#039;&#039;&#039; → Option 5 Then Option 1&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;===Synchronous sessions:===&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;====Technical support session====&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
Registration as an electronic biller, configuration of numbering ranges, fiscal data configuration, Enabling Tests, Production environment configuration, managment and use of the TFHKA electronic billing portal. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Addressed to:&#039;&#039;&#039; Comercial agencies – Ally software factories -  Final clients&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Schedule:&#039;&#039;&#039;  Tuesday and thursday  from 8:30 AM to 10:00 AM&lt;br /&gt;
&lt;br /&gt;
[https://meet.google.com/yyg-pujr-yqv Enlace Sesiones de Soporte]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;====Integration area sessions&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;====&lt;br /&gt;
Solución integration cases&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Addressed to:&#039;&#039;&#039; Clients that realice Software development to do integration with TFHKA, Ally software factories&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Schedule:&#039;&#039;&#039; Tuesday and thursday  from 8:30 AM to 10:00 AM&lt;br /&gt;
&lt;br /&gt;
[http://meet.google.com/fzo-xmyc-duk Enlace Sesiones Integración]&lt;br /&gt;
{{clear}}&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;== General description==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
This document describes the integration process between the electronic invoicing model with prior validation according to regulatory and technical updates from the DIAN and/or own controls in our integration model.&lt;br /&gt;
&lt;br /&gt;
For the development of this document, was taken as reference the  &#039;&#039;&#039;Technical annexes V1.7-2020 (current) and V1.8 (this last released in October 2019 by the DIAN)&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039;  Not all functionalities, catalogs and billing scenarios referring to the Technical Annex V1.8 are enabled by the DIAN.&lt;br /&gt;
{{clear}}&lt;br /&gt;
===What is The Factory HKA-DFACTURE?===&lt;br /&gt;
It is an electronic billing platform, designed to comply with current legislation in Colombia and offer added values through complementary services.&lt;br /&gt;
===What is The Factory HKA-Dfactura?===&lt;br /&gt;
It is a portal with the capacity to issue documents under the electronic invoicing scheme, managed from the web portal and Addressed to taxpayers who have the obligation to issue electronic invoices by resolution of the DIAN.&lt;br /&gt;
===What is Dintegración?===&lt;br /&gt;
It is a product aimed at the integrator and is made up of the following components:&lt;br /&gt;
*Integration manuals.&lt;br /&gt;
*Bag of support hours via email and/or teleconferences.&lt;br /&gt;
*Credentials for test environment (DEMO) and production. &lt;br /&gt;
*Configurable Templates for graphical representation.&lt;br /&gt;
{{clear}}&lt;br /&gt;
===Functionalities===&lt;br /&gt;
The Factory HKA-DFACTURE platform allows the issuance, reception, consultation, viewing and downloading of the following documents in XML format and/or their corresponding graphic representation in PDF:&lt;br /&gt;
*Invoice of National Sale&lt;br /&gt;
*Export invoice&lt;br /&gt;
*Contingency invoice	&lt;br /&gt;
*Credit note&lt;br /&gt;
*Debit note&lt;br /&gt;
Additionally, the platform allows you to check the status of the Acknowledgment of Receipt by the purchaser, the status of the document by the DIAN, check the number of available stamps/folios and send receipts via email.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;@Important:&#039;&#039;&#039; It is only possible to view or download graphic representations (PDF of electronic documents) generated by our platform on our web portal.&lt;br /&gt;
{{clear}}&lt;br /&gt;
===The direct integration===&lt;br /&gt;
Direct integration is a unique process between the embedded software and The Factory HKA-DFACTURE platform.Integration is an essential activity for the implementation of electronic invoicing in a Billing System or Administrative Software (ERP) and will be carried out only once. This activity consists of linking two platforms with different technologies in order to transmit the necessary data for the construction of the documents and the successful monitoring of the life cycle&lt;br /&gt;
&lt;br /&gt;
In the case of direct integration, the communication is connected directly to the Web Service, which has the advantage of total control of the life cycle of the electronic document, from the origin of the data, through the transmission process to its delivery, acknowledgment of receipt and validation. This form of integration allows a faster and more efficient reaction to errors or inconsistencies that arise in the process.&lt;br /&gt;
&lt;br /&gt;
Direct integration is an exclusive process between the embedded software and The Factory HKA-DFACTURE platform.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;@Important:&#039;&#039;&#039; It is not necessary to implement additional integration with the DIAN, since it has the complete document status tracking functionality. &lt;br /&gt;
{{clear}}&lt;br /&gt;
===Technical requirements for direct integration===&lt;br /&gt;
The Factory HKA-DFACTURE is a SaaS (Software as a Service) type platform: The services, information, processing, inputs and results are hosted on our servers (as technology provider), and we take care of the maintenance, operation, regulatory changes and solution support.&lt;br /&gt;
&lt;br /&gt;
By DIAN regulations, the technology provider has the obligation to keep the documents and guarantee the integrity and security of the data under the ISO 27001 standard. Therefore, extensive planning of processing and storage infrastructure is not necessary to implement electronic billing.&lt;br /&gt;
&lt;br /&gt;
The necessary parameters for the construction of each transaction are exposed independently at the time of consuming the services, and the result is fully delivered at the end of the operation. This means that The Factory HKA does not require managing customer or product/service databases.&lt;br /&gt;
As a technological provider, The Factory HKA Colombia has human resources dedicated to monitoring and analyzing the regulatory changes that the DIAN progressively issues. If a significant change is generated that has an impact on the integration side, the necessary tools and instructions will be provided to apply the corrective measures in the simplest way possible.&lt;br /&gt;
&lt;br /&gt;
The Factory HKA-DFACTURE platform provides integration with a Web Service as a solution for interoperation with third parties. &#039;&#039;&#039;The Web Service is developed in SOAP (Simple Object Access Protocol)&#039;&#039;&#039;. Therefore, the only requirements for integration will be the following:&lt;br /&gt;
&lt;br /&gt;
*Capacity of WS SOAP consumption of the software (development environment) to use.&lt;br /&gt;
*Capability of capturing and validating input data.&lt;br /&gt;
*Optional: Ability to store a copy of the XML/PDF per transaction.&lt;br /&gt;
*Ability to display the status of the electronic document life cycle.&lt;br /&gt;
{{clear}}&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==Electronic invoice operation scheme with prior validation==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
===What is the electronic invoice with prior validation?===&lt;br /&gt;
Electronic Invoicing (FEL) is an operation scheme that allows the issuance of supporting documents for commercial operations between taxpayers in digital format instead of paper, allows the application of fiscal control during the process, and has legal validity for the designated tax entity. by the government of the country.&lt;br /&gt;
&lt;br /&gt;
As of September 2019, it is expected that an electronic invoice will only be valid when its content has been previously validated through the DIAN or through a provider authorized by the tax administration.&lt;br /&gt;
&lt;br /&gt;
Prior validation is established in Law 1943 of 2018, known as the Financing Law. Article 16 of this Law modifies article 616-1 of the Tax Statute, in its first paragraph it establishes that:&lt;br /&gt;
&lt;br /&gt;
“All electronic invoices for tax recognition must be validated prior to their issuance, by the DIAN or by a provider authorized by it. The electronic invoice will only be understood as issued when it is valid and delivered to the purchaser. (…)”&lt;br /&gt;
&lt;br /&gt;
In the electronic invoicing model with prior validation, 5 types of documents will be used:&lt;br /&gt;
*Invoice &lt;br /&gt;
*CreditNote  &lt;br /&gt;
*DebitNote &lt;br /&gt;
*ApplicationResponse (Event): Occurrence related to an Electronic Document, generated by a person or entity related to the document (DIAN, Issuer, Acquirer), this document also contains an electronic signature. &lt;br /&gt;
*AttachedDocument (Document container): The structure of this document is intended to contain in a single XML file an electronic document (Invoice, CreditNote or DebitNote) and all the events (ApplicationResponse) registered to date.&lt;br /&gt;
{{clear}}&lt;br /&gt;
===Who participates in this scheme?===&lt;br /&gt;
&#039;&#039;&#039;The Tax Entity (DIAN):&#039;&#039;&#039; It is a public institution appointed by the government to collect, control and regulate everything related to taxes. It is the one that has the right to accept and authorize an electronic document. In Colombia, it is the DIAN (Directorate of National Taxes and Customs).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The Issuer or Taxpayer:&#039;&#039;&#039; Is a natural or legal person who has a unique and legal tax information record before the tax entity (NIT: Tax Identification Number) and is under the obligation to issue documents to support their business transactions. The issuer acquires the Billing System or ERP administrative software to simplify and enhance its work and uses it to interact with the electronic billing platform.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The Technological Provider:&#039;&#039;&#039; It is a private entity authorized by the DIAN to provide services related to the Electronic Invoicing scheme: XML construction, sequential control, signing, regulatory change control, processing, storage and consultation. The Factory HKA Colombia is your technology provider.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The Purchaser:&#039;&#039;&#039; Is the person who gives rise to a commercial transaction through the purchase of a product or service, and who finally chooses to receive his electronic document via email.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The Certification Authority:&#039;&#039;&#039; It is a public or private entity authorized by the Tax Entity to issue electronic certificates in accordance with the law and associated regulations. In Colombia, there are several authorities accredited to issue electronic certificates for electronic invoicing, including ANDES SCD.&lt;br /&gt;
{{clear}}&lt;br /&gt;
===Advantages of Electronic Billing===&lt;br /&gt;
The Electronic Billing scheme is advantageous because it is:&lt;br /&gt;
*Full: Guarantees that the information contained is protected and cannot be altered.&lt;br /&gt;
*Authentic: Allows you to verify the identity of the issuer of the document.&lt;br /&gt;
*Legal: This scheme is implemented and accepted under the framework of the Law.&lt;br /&gt;
*Convenient: Eliminates infrastructure for physical media handling, shipping, and storage, and enables printing.&lt;br /&gt;
*Eficiente: It is 100% based on an electronic platform, which makes handling, sending, searching and storing faster and more practical.&lt;br /&gt;
{{clear}}&lt;br /&gt;
===Electronic Billing Process with Prior Validation===&lt;br /&gt;
 &lt;br /&gt;
#The Acquirer originates a transaction through the purchase of a product or service.&lt;br /&gt;
#The Issuer or Taxpayer loads the data through the UI (User Interface) of its ERP.&lt;br /&gt;
#The Issuer or Taxpayer displays the available stamps in the UI of their ERP.&lt;br /&gt;
#The ERP builds the object and exposes it directly to the DFACTURE platform through the corresponding method of the Web Service.&lt;br /&gt;
#The Factory HKA platform – DFACTURE.&lt;br /&gt;
#*Validates the Taxpayer&#039;s access credentials.&lt;br /&gt;
#*It validates the structure of the object that the ERP sends.&lt;br /&gt;
#*Validates the content of the object sent by the ERP.&lt;br /&gt;
#*Assigns the CUFE (Unique Code of Electronic Invoice) to the document.&lt;br /&gt;
#*It builds the XML of the document according to the DIAN regulations.&lt;br /&gt;
#*Sign the document with the Digital Certificate of the Taxpayer.&lt;br /&gt;
#*Optional: Generate a printed representation in PDF according to DIAN regulations.&lt;br /&gt;
#*Stores information in Database (Conservation).&lt;br /&gt;
#*It sends the XML to the DIAN for validation.&lt;br /&gt;
#*Wait for response from DIAN with validation result.&lt;br /&gt;
#*Send the XML and PDF to the email provided by the Purchaser.&lt;br /&gt;
#*It responds to the request from the ERP indicating that the operation was successful.&lt;br /&gt;
#Optionally, the ERP can send the XML and PDF to the purchaser.&lt;br /&gt;
#Optionally, the ERP can download the XML and PDF files for internal purposes.&lt;br /&gt;
#The Purchaser receives the XML and the PDF (via email).&lt;br /&gt;
#The Acquirer has up to 72 hours to give Acknowledgment of Receipt of the document, after which it will be considered a tacit acceptance (this process has not yet been fully defined by the DIAN).&lt;br /&gt;
#The Issuer or Taxpayer displays the status of the acknowledgment of receipt of the Acquirer in the UI of their ERP.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
; Electronic Billing Process with Prior Validation&lt;br /&gt;
[[Archivo:Proceso de Facturación Electrónica con Validación PreviaDIAN.png|Proceso de Facturación Electrónica con Validación Previa (Fuente: DIAN)]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;@Important:&#039;&#039;&#039; For development environments with limitations to consume SOAP Web Services directly, The Factory HKA Colombia makes APIs available, simplifying this process for the integrator.&lt;br /&gt;
{{clear}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==Process characteristics with Prior Validation==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
#In an initial stage, for a single time, the issuer must register and the platform must be configured directly from The Factory HKA-Dinvoice portal.&lt;br /&gt;
#The platform operates under a commercial model of stamps or folios. The stamps correspond to a package of operations that the taxpayer contracts under a commercial agreement with The Factory HKA Colombia, and entitles him to a certain number of transactions. The ERP can consult the Web Service of THE FACTORY HKA – DFACTURE for the available stamps.&lt;br /&gt;
#For the document to be considered an electronic invoice, DIAN validation is required for its subsequent sending to the Acquirer by Dfactura.&lt;br /&gt;
#In the event that the document is not successfully valid before the DIAN, it must be corrected and reissued.&lt;br /&gt;
#The ERP can consume the Web Service to download XML and PDF if you want an alternative backup or offer offline query functionality.&lt;br /&gt;
#The ERP can optionally decide whether to send the XML and PDF to the Acquirer under its structure.&lt;br /&gt;
#The platform&#039;s Web Service offers the functionality of querying the Acknowledgment of Receipt status by the Acquirer. It is updated asynchronously.&lt;br /&gt;
#The Web Service of the platform offers the function of querying the status of the document by the DIAN. It is updated asynchronously.&lt;br /&gt;
#The ERP reflects in its UI the results of your queries and operations with the platform. However, the Issuer or Taxpayer can monitor or review their ERP by accessing The Factory HKA-Dfactura portal, since the operations carried out in the Web Service are reflected in the portal.&lt;br /&gt;
&lt;br /&gt;
; Diagram of components and dependencies of the electronic billing system&lt;br /&gt;
[[Archivo:DIAGRAMA COMPONENTES.png|centro|DIAGRAMA COMPONENTES]]&lt;br /&gt;
&lt;br /&gt;
The figure above shows the way in which the Billing Software (ERP) integrates and makes use of the electronic billing functionalities of The Factory HKA – DFACTURE platform, interacting with external elements (the issuer, the Acquirer and the DIAN) through the available dependencies, you can see the functions that each system must perform.&lt;br /&gt;
{{clear}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==Information security: recommendations on the implementation of electronic invoicing within the issuer&#039;s network and systems==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
This section provides recommendations on the implementation and integration of Electronic Invoicing in your organization and on the configuration of your Systems and networks to mitigate the risks of improper access to data by external parties to your organization.&lt;br /&gt;
===In General:===&lt;br /&gt;
# Have antivirus in your company.&lt;br /&gt;
# Have frequent backup policies and procedures, carried out in a period of execution that is consistent with the criticality of the business. To do this, take the following aspects into account:&lt;br /&gt;
#* Restoration tests should be performed..&lt;br /&gt;
#* They must be in an infrastructure other than the operating one (in the event of ransomware, all the accessed infrastructure will be compromised)&lt;br /&gt;
# If possible, look for security consultants and specialists and carry out ISO 27001:2013 audits to assess the quality of the decisions made in the implementation of electronic invoicing in your company.&lt;br /&gt;
# Avoid the use of generic users and/or Administrators in the organization and apply to each user the access control, permissions and roles that correspond to them according to their function. &lt;br /&gt;
===Individuals with The Factory HKA Colombia SAS:===&lt;br /&gt;
#Only allow access to TCP/UDP ports 80 and 443 to the domains indicated below:&lt;br /&gt;
#**.thefactoryhka.com.co&lt;br /&gt;
#*emisionrest21.thefactoryhka.com.co (Integration – Production)&lt;br /&gt;
#*invoice21.thefactoryhka.com.co (Portal – Production)&lt;br /&gt;
#*demoemisionrest21.thefactoryhka.com.co (Integration –Demo)&lt;br /&gt;
#*demofactura.thefactoryhka.com.co (Portal – Demo)&lt;br /&gt;
#Open access to these TCP/UDP ports to the entire internet is not recommended.&lt;br /&gt;
#In the electronic invoice model with The Factory HKA Colombia SAS, the requests arise from the client only, so they can establish rules from external connection attempts. (The communication will always be initiated by the client software.)&lt;br /&gt;
#If The Factory HKA Colombia SAS client software tools are used, such as:&lt;br /&gt;
#*intTFHKAFEL21.exe&lt;br /&gt;
#*AutoFact.exe&lt;br /&gt;
#:And they are seen as a risk by the antivirus system or client protection, an exception must be generated in the firewall, antivirus, and any other protection system solely and exclusively for them.&lt;br /&gt;
#The Company TOKEN and production TOKEN Password for the Electronic Invoicing Platform of The Factory HKA Colombia SAS must be kept confidential and only be accessible by trusted personnel.&lt;br /&gt;
#In the event that the issuer contracts a graphic representation service with the software house, or developer, in charge of making the corresponding adjustments in the accounting software or ERP for the issuance of electronic documents, the following aspects must be taken into account:&lt;br /&gt;
#*The Factory HKA is responsible for the generation of the UBL and its transmission to the DIAN.&lt;br /&gt;
#*Once the correct validation and generation of the UBL is verified, the software house can proceed to generate a graphic representation that must comply with:&lt;br /&gt;
#::The elements of law required by the DIAN: inclusion of the QR code and the CUFE or CUDE chain in the documents, as appropriate.&lt;br /&gt;
#::The elements of law required by any supervisory entity from the issuer of the documents.&lt;br /&gt;
#::The visual and brand representation elements required by the client: logos, banking information, legends referring to the tax responsibilities of the issuer, etc.&lt;br /&gt;
#*The Software House, in this scenario, assumes responsibility together with the taxpayer for any incident of fraud due to evasion, misinterpretation, error or omission of relevant and mandatory information by the regulations.&lt;br /&gt;
#:TFHKA does not protect this representation in its systems and makes it clear that its participation as a technology provider is limited to the generation of the UBL and its validation to the DIAN.&lt;br /&gt;
{{clear}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==Web services soap with prior validation==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
To consume the methods of the Web Service, it is essential to use the access credentials, made up of a Company Token and a Password Token., To consume the methods of the Web Service, the use of access credentials, made up of a Company Token and a Password Token, is essential. It will also be necessary to know the URL&#039;s of the Web Services of the integration environment with prior validation., It will also be necessary to know the URLs of the Web Services of the integration environment with previous validation. These elements will be provided by The Factory HKA Colombia Integration team.&lt;br /&gt;
&#039;&#039;&#039;@Important:&#039;&#039;&#039; This document refers to the integration process with prior validation, its technical and regulatory change controls and its differences with the web service with subsequent validation.&lt;br /&gt;
&lt;br /&gt;
Below are the methods that will be available in THE FACTORY HKA-DFACTURE Web Services for electronic invoicing with prior validation:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background:#e9e9e9; text-align:center;&amp;quot;|Service&lt;br /&gt;
! style=&amp;quot;background:#e9e9e9; text-align:center;&amp;quot;|Method&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
| Issue Web SOAP&lt;br /&gt;
|&lt;br /&gt;
* Enviar&lt;br /&gt;
* EstadoDocumento&lt;br /&gt;
* EnvioCorreo&lt;br /&gt;
* DescargaPDF&lt;br /&gt;
* DescargaXML&lt;br /&gt;
* FoliosRestantes&lt;br /&gt;
* CargarCertificado (Uso interno)&lt;br /&gt;
* DescargarEventoXML (Nuevo)&lt;br /&gt;
* GenerarContenedor (Nuevo)&lt;br /&gt;
* GenerarEvento (Nuevo)&lt;br /&gt;
|-&lt;br /&gt;
| Attached Web SOAP&lt;br /&gt;
| &lt;br /&gt;
*CargarAdjuntos &lt;br /&gt;
|-&lt;br /&gt;
|Reports Web SOAP (New)&lt;br /&gt;
|&lt;br /&gt;
* DescargarReporte&lt;br /&gt;
* ProgramarReporte&lt;br /&gt;
* SolicitudReporteSincrono&lt;br /&gt;
|}&lt;br /&gt;
{{clear}}&lt;/div&gt;</summary>
		<author><name>Lvargas</name></author>
	</entry>
	<entry>
		<id>http://felcowiki.thefactoryhka.com.co/index.php?title=Direct_Integration_Manual_Index_-_Electronic_Bill&amp;diff=2419</id>
		<title>Direct Integration Manual Index - Electronic Bill</title>
		<link rel="alternate" type="text/html" href="http://felcowiki.thefactoryhka.com.co/index.php?title=Direct_Integration_Manual_Index_-_Electronic_Bill&amp;diff=2419"/>
		<updated>2022-02-28T16:44:53Z</updated>

		<summary type="html">&lt;p&gt;Lvargas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Manuales|I]] &lt;br /&gt;
__NOTOC__&lt;br /&gt;
&lt;br /&gt;
[[File:HKAFactura 3.png|500px|center|HKAFactura]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==[[Generalities - Direct Integration Manual Index - Electronic Bill|Generalities]]==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
#	[[Generalities - Direct Integration Manual Index - Electronic Bill#Version record|Version record]]&lt;br /&gt;
#	[[Generalities - Direct Integration Manual Index - Electronic Bill#How to get support?|How to get support?]]&lt;br /&gt;
#	[[Generalities - Direct Integration Manual Index - Electronic Bill#General description|General description]]&lt;br /&gt;
##	[[Generalities - Direct Integration Manual Index - Electronic Bill#What is The Factory HKA-DFACTURE?|What is The Factory HKA-DFACTURE?]]&lt;br /&gt;
##	[[Generalities - Direct Integration Manual Index - Electronic Bill#What is The Factory HKA-Dfactura?|What is The Factory HKA-Dfactura?]]&lt;br /&gt;
##	[[Generalities - Direct Integration Manual Index - Electronic Bill#What is Dintegración?|What is Dintegración?]]&lt;br /&gt;
##	[[Generalities - Direct Integration Manual Index - Electronic Bill#Functionalities|Functionalities]]&lt;br /&gt;
##	[[Generalities - Direct Integration Manual Index - Electronic Bill#The direct integration|The direct integration]]&lt;br /&gt;
##	[[Generalities - Direct Integration Manual Index - Electronic Bill#Technical requirements for direct integration|Technical requirements for direct integration]]&lt;br /&gt;
#	[[Generalities - Direct Integration Manual Index - Electronic Bill#Electronic invoice operation scheme with prior validation|Electronic invoice operation scheme with prior validation]]&lt;br /&gt;
##	[[Generalities - Direct Integration Manual Index - Electronic Bill#What is the electronic invoice with prior validation?|What is the electronic invoice with prior validation?]]&lt;br /&gt;
##	[[Generalities - Direct Integration Manual Index - Electronic Bill#Who participates in this scheme?|Who participates in this scheme?]]&lt;br /&gt;
##	[[Generalities - Direct Integration Manual Index - Electronic Bill#Advantages of Electronic Billing|Advantages of Electronic Billing]]&lt;br /&gt;
##	[[Generalities - Direct Integration Manual Index - Electronic Bill#Electronic Billing Process with Prior Validation|Electronic Billing Process with Prior Validation]]&lt;br /&gt;
#	[[Generalities - Direct Integration Manual Index - Electronic Bill#Process characteristics with Prior Validation|Process characteristics with Prior Validation]]&lt;br /&gt;
#	[[Generalities - Direct Integration Manual Index - Electronic Bill#Information security: recommendations on the implementation of electronic invoicing within the issuer&#039;s network and systems|Information security: recommendations on the implementation of electronic invoicing within the issuer&#039;s network and systems]]&lt;br /&gt;
#	[[Generalities - Direct Integration Manual Index - Electronic Bill#Web services soap with prior validation|Web services soap with prior validation]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa|Métodos Servicio Emisión Web Soap]]==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
#	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Método Enviar|Método Enviar]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.FacturaGeneral|Class.FacturaGeneral]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.Anticipos|Class.Anticipos]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.Autorizado|Class.Autorizado]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.CargosDescuentos|Class.CargosDescuentos]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.Cliente|Class.Cliente]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.CondicionPago|Class.CondicionPago]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.FacturaDetalle|Class.FacturaDetalle]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.Destinatario|Class.Destinatario]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.DocumentoReferenciado|Class.DocumentoReferenciado]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.Entrega|Class.Entrega]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.Extras|Class.Extras]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.Extensible|Class.Extensible]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.FacturaImpuestos|Class.FacturaImpuestos]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.ImpuestosTotales|Class.ImpuestosTotales]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.MediosDePago|Class.MediosDePago]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.OrdenDeCompra|Class.OrdenDeCompra]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.TasaDeCambio|Class.TasaDeCambio]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.TasaDeCambioAlternativa|Class.TasaDeCambioAlternativa]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.TerminosEntrega|Class.TerminosEntrega]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.Direccion|Class.Direccion]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.Coordenadas|Class.Coordenadas]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.Tributos|Class.Tributos]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.InformacionLegalCliente|Class.InformacionLegalCliente]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.Obligaciones|Class.Obligaciones]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.LineaInformacionAdicional|Class.LineaInformacionAdicional]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.DatosTransportistas|Class.DatosTransportistas]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.DocumentoReferencia|Class.DocumentoReferencia]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.sectorSalud|Class.sectorSalud]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.Beneficiario|Class.Beneficiario]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.DatosPacientesSalud|Class.DatosPacientesSalud]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.GeneralSalud|Class.GeneralSalud]]&lt;br /&gt;
#	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Método EstadoDocumento|Método EstadoDocumento]]&lt;br /&gt;
#	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Método EnvioCorreo|Método EnvioCorreo]]&lt;br /&gt;
#	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Método DescargaPDF|Método DescargaPDF]]&lt;br /&gt;
#	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Método DescargaXML|Método DescargaXML]]&lt;br /&gt;
#	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Método FoliosRestantes|Método FoliosRestantes]]&lt;br /&gt;
#	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Método CargarCertificado|Método CargarCertificado]]&lt;br /&gt;
#	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Método DescargarEventoXML|Método DescargarEventoXML]]&lt;br /&gt;
#	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Método GenerarContenedor|Método GenerarContenedor]]&lt;br /&gt;
#	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Método GenerarEvento|Método GenerarEvento]]&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==[[Métodos servicio adjuntos web soap - Indice Manual Integración Directa|Métodos servicio adjuntos web soap]]==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
#[[Métodos servicio adjuntos web soap - Indice Manual Integración Directa#Método “CargarAdjuntos”|Método “CargarAdjuntos”]]&lt;br /&gt;
#	[[Métodos servicio adjuntos web soap - Indice Manual Integración Directa#ESCENARIOS EMISIÓN DE DOCUMENTOS CON REPRESENTACIÓN GRÁFICA|ESCENARIOS EMISIÓN DE DOCUMENTOS CON REPRESENTACIÓN GRÁFICA]]&lt;br /&gt;
#	[[Métodos servicio adjuntos web soap - Indice Manual Integración Directa#Representación gráfica estándar (Uso del parámetro adjuntos del método Enviar en ‘0’ o ‘1’)|Representación gráfica estándar (Uso del parámetro adjuntos del método Enviar en ‘0’ o ‘1’)]]&lt;br /&gt;
#	[[Métodos servicio adjuntos web soap - Indice Manual Integración Directa#Representación gráfica personalizada por TFHKA|Representación gráfica personalizada por TFHKA]]&lt;br /&gt;
#	[[Métodos servicio adjuntos web soap - Indice Manual Integración Directa#Representación gráfica enviada como adjunto desde el sistema administrativo o ERP (Uso del parámetro adjuntos del método Enviar en ‘11’)|Representación gráfica enviada como adjunto desde el sistema administrativo o ERP (Uso del parámetro adjuntos del método Enviar en ‘11’)]]&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==[[Métodos servicio reportes web soap - Indice Manual Integración Directa|Métodos servicio reportes web soap]]==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
#	[[Métodos servicio reportes web soap - Indice Manual Integración Directa#Método “DescargarReporte”|Método “DescargarReporte”]]&lt;br /&gt;
#	[[Métodos servicio reportes web soap - Indice Manual Integración Directa#Método “ProgramarReporte”|Método “ProgramarReporte”]]&lt;br /&gt;
#	[[Métodos servicio reportes web soap - Indice Manual Integración Directa#Método “SolicitudReporteSincrono”|Método “SolicitudReporteSincrono”]]&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==[[Caracteristicas adicionales - Indice Manual Integración Directa|Caracteristicas adicionales]]==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
#	[[Caracteristicas adicionales - Indice Manual Integración Directa#Uso de campos extras|Uso de campos extras]]&lt;br /&gt;
#	[[Caracteristicas adicionales - Indice Manual Integración Directa#Tabla de códigos para campos extras|Tabla de códigos para campos extras]]&lt;br /&gt;
#	[[Caracteristicas adicionales - Indice Manual Integración Directa#Correo electrónico personalizado|Correo electrónico personalizado]]&lt;br /&gt;
#	[[Caracteristicas adicionales - Indice Manual Integración Directa#GENERACIÓN DE NOTAS CON Y SIN REFERENCIA A DOCUMENTO|GENERACIÓN DE NOTAS CON Y SIN REFERENCIA A DOCUMENTO]]&lt;br /&gt;
##	[[Caracteristicas adicionales - Indice Manual Integración Directa#Notas de crédito y débito que afecten a facturas de validación previa|Notas de crédito y débito que afecten a facturas de validación previa]]&lt;br /&gt;
##	[[Caracteristicas adicionales - Indice Manual Integración Directa#Notas de crédito y débito que no afecten a facturas|Notas de crédito y débito que no afecten a facturas]]&lt;br /&gt;
##	[[Caracteristicas adicionales - Indice Manual Integración Directa#TRANSMISIÓN DE DOCUMENTOS DE CONTINGENCIA TIPO 03 (ATRIBUIBLE AL EMISOR)|TRANSMISIÓN DE DOCUMENTOS DE CONTINGENCIA TIPO 03 (ATRIBUIBLE AL EMISOR)]]&lt;br /&gt;
#	[[Caracteristicas adicionales - Indice Manual Integración Directa#Radicar documentos electrónicos en plataformas de recepción|Radicar documentos electrónicos en plataformas de recepción]]&lt;br /&gt;
#	[[Caracteristicas adicionales - Indice Manual Integración Directa#Estándar del nombre de los documentos electrónicos XML|Estándar del nombre de los documentos electrónicos XML]]&lt;br /&gt;
#	[[Caracteristicas adicionales - Indice Manual Integración Directa#Ambiente de habilitación|Ambiente de habilitación]]&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa|Tablas de códigos de propiedades para emisión de documentos]]==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 1|Tabla 1]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 2|Tabla 2]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 3|Tabla 3]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 4|Tabla 4]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 5|Tabla 5]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 6|Tabla 6]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 7|Tabla 7]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 8|Tabla 8]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 9|Tabla 9]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 10|Tabla 10]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 11|Tabla 11]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 12|Tabla 12]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 13|Tabla 13]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 14|Tabla 14]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 15|Tabla 15]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 16|Tabla 16]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 17|Tabla 17]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 18|Tabla 18]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 19|Tabla 19]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 20|Tabla 20]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 21|Tabla 21]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 22|Tabla 22]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 23|Tabla 23]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 24|Tabla 24]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 25|Tabla 25]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 26|Tabla 26]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 27|Tabla 27]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 28|Tabla 28]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==[[Catálogo de errores de respuesta del servicio web - Indice Manual Integración Directa|Catálogo de errores de respuesta del servicio web]]==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{clear}}&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
--&amp;gt;&lt;/div&gt;</summary>
		<author><name>Lvargas</name></author>
	</entry>
	<entry>
		<id>http://felcowiki.thefactoryhka.com.co/index.php?title=Direct_Integration_Manual_Index_-_Electronic_Bill&amp;diff=2417</id>
		<title>Direct Integration Manual Index - Electronic Bill</title>
		<link rel="alternate" type="text/html" href="http://felcowiki.thefactoryhka.com.co/index.php?title=Direct_Integration_Manual_Index_-_Electronic_Bill&amp;diff=2417"/>
		<updated>2022-02-28T16:35:41Z</updated>

		<summary type="html">&lt;p&gt;Lvargas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Manuales|I]] &lt;br /&gt;
__NOTOC__&lt;br /&gt;
&lt;br /&gt;
[[File:HKAFactura 3.png|500px|center|HKAFactura]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==[[Generalities - Direct Integration Manual Index - Electronic Bill|Generalities]]==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
#	[[Generalities - Direct Integration Manual Index - Electronic Bill# Version record|Version record]]&lt;br /&gt;
#	[[Generalities - Direct Integration Manual Index - Electronic Bill# How to get support?|How to get support?]]&lt;br /&gt;
#	[[Generalities - Direct Integration Manual Index - Electronic Bill# General description|General description]]&lt;br /&gt;
##	[[Generalities - Direct Integration Manual Index - Electronic Bill# What is The Factory HKA-DFACTURE?|What is The Factory HKA-DFACTURE?]]&lt;br /&gt;
##	[[Generalities - Direct Integration Manual Index - Electronic Bill# What is The Factory HKA-Dfactura?|What is The Factory HKA-Dfactura?]]&lt;br /&gt;
##	[[Generalities - Direct Integration Manual Index - Electronic Bill# What is Dintegración?|What is Dintegración?]]&lt;br /&gt;
##	[[Generalities - Direct Integration Manual Index - Electronic Bill# Functionalities|Functionalities]]&lt;br /&gt;
##	[[Generalities - Direct Integration Manual Index - Electronic Bill# The direct integration|The direct integration]]&lt;br /&gt;
##	[[Generalities - Direct Integration Manual Index - Electronic Bill# Technical requirements for direct integration|Technical requirements for direct integration]]&lt;br /&gt;
#	[[Generalities - Direct Integration Manual Index - Electronic Bill# Electronic invoice operation scheme with prior validation|Electronic invoice operation scheme with prior validation]]&lt;br /&gt;
##	[[Generalities - Direct Integration Manual Index - Electronic Bill# What is the electronic invoice with prior validation?|What is the electronic invoice with prior validation?]]&lt;br /&gt;
##	[[Generalities - Direct Integration Manual Index - Electronic Bill# Who participates in this scheme?|Who participates in this scheme?]]&lt;br /&gt;
##	[[Generalities - Direct Integration Manual Index - Electronic Bill# Advantages of Electronic Billing|Advantages of Electronic Billing]]&lt;br /&gt;
##	[[Generalities - Direct Integration Manual Index - Electronic Bill# Electronic Billing Process with Prior Validation|Electronic Billing Process with Prior Validation]]&lt;br /&gt;
#	[[Generalities - Direct Integration Manual Index - Electronic Bill# Process characteristics with Prior Validation|Process characteristics with Prior Validation]]&lt;br /&gt;
#	[[Generalities - Direct Integration Manual Index - Electronic Bill# Information security: recommendations on the implementation of electronic invoicing within the issuer&#039;s network and systems|Information security: recommendations on the implementation of electronic invoicing within the issuer&#039;s network and systems]]&lt;br /&gt;
#	[[Generalities - Direct Integration Manual Index - Electronic Bill# Web services soap with prior validation|Web services soap with prior validation]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa|Métodos Servicio Emisión Web Soap]]==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
#	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Método Enviar|Método Enviar]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.FacturaGeneral|Class.FacturaGeneral]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.Anticipos|Class.Anticipos]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.Autorizado|Class.Autorizado]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.CargosDescuentos|Class.CargosDescuentos]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.Cliente|Class.Cliente]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.CondicionPago|Class.CondicionPago]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.FacturaDetalle|Class.FacturaDetalle]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.Destinatario|Class.Destinatario]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.DocumentoReferenciado|Class.DocumentoReferenciado]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.Entrega|Class.Entrega]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.Extras|Class.Extras]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.Extensible|Class.Extensible]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.FacturaImpuestos|Class.FacturaImpuestos]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.ImpuestosTotales|Class.ImpuestosTotales]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.MediosDePago|Class.MediosDePago]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.OrdenDeCompra|Class.OrdenDeCompra]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.TasaDeCambio|Class.TasaDeCambio]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.TasaDeCambioAlternativa|Class.TasaDeCambioAlternativa]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.TerminosEntrega|Class.TerminosEntrega]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.Direccion|Class.Direccion]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.Coordenadas|Class.Coordenadas]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.Tributos|Class.Tributos]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.InformacionLegalCliente|Class.InformacionLegalCliente]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.Obligaciones|Class.Obligaciones]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.LineaInformacionAdicional|Class.LineaInformacionAdicional]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.DatosTransportistas|Class.DatosTransportistas]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.DocumentoReferencia|Class.DocumentoReferencia]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.sectorSalud|Class.sectorSalud]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.Beneficiario|Class.Beneficiario]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.DatosPacientesSalud|Class.DatosPacientesSalud]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.GeneralSalud|Class.GeneralSalud]]&lt;br /&gt;
#	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Método EstadoDocumento|Método EstadoDocumento]]&lt;br /&gt;
#	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Método EnvioCorreo|Método EnvioCorreo]]&lt;br /&gt;
#	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Método DescargaPDF|Método DescargaPDF]]&lt;br /&gt;
#	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Método DescargaXML|Método DescargaXML]]&lt;br /&gt;
#	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Método FoliosRestantes|Método FoliosRestantes]]&lt;br /&gt;
#	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Método CargarCertificado|Método CargarCertificado]]&lt;br /&gt;
#	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Método DescargarEventoXML|Método DescargarEventoXML]]&lt;br /&gt;
#	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Método GenerarContenedor|Método GenerarContenedor]]&lt;br /&gt;
#	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Método GenerarEvento|Método GenerarEvento]]&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==[[Métodos servicio adjuntos web soap - Indice Manual Integración Directa|Métodos servicio adjuntos web soap]]==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
#[[Métodos servicio adjuntos web soap - Indice Manual Integración Directa#Método “CargarAdjuntos”|Método “CargarAdjuntos”]]&lt;br /&gt;
#	[[Métodos servicio adjuntos web soap - Indice Manual Integración Directa#ESCENARIOS EMISIÓN DE DOCUMENTOS CON REPRESENTACIÓN GRÁFICA|ESCENARIOS EMISIÓN DE DOCUMENTOS CON REPRESENTACIÓN GRÁFICA]]&lt;br /&gt;
#	[[Métodos servicio adjuntos web soap - Indice Manual Integración Directa#Representación gráfica estándar (Uso del parámetro adjuntos del método Enviar en ‘0’ o ‘1’)|Representación gráfica estándar (Uso del parámetro adjuntos del método Enviar en ‘0’ o ‘1’)]]&lt;br /&gt;
#	[[Métodos servicio adjuntos web soap - Indice Manual Integración Directa#Representación gráfica personalizada por TFHKA|Representación gráfica personalizada por TFHKA]]&lt;br /&gt;
#	[[Métodos servicio adjuntos web soap - Indice Manual Integración Directa#Representación gráfica enviada como adjunto desde el sistema administrativo o ERP (Uso del parámetro adjuntos del método Enviar en ‘11’)|Representación gráfica enviada como adjunto desde el sistema administrativo o ERP (Uso del parámetro adjuntos del método Enviar en ‘11’)]]&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==[[Métodos servicio reportes web soap - Indice Manual Integración Directa|Métodos servicio reportes web soap]]==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
#	[[Métodos servicio reportes web soap - Indice Manual Integración Directa#Método “DescargarReporte”|Método “DescargarReporte”]]&lt;br /&gt;
#	[[Métodos servicio reportes web soap - Indice Manual Integración Directa#Método “ProgramarReporte”|Método “ProgramarReporte”]]&lt;br /&gt;
#	[[Métodos servicio reportes web soap - Indice Manual Integración Directa#Método “SolicitudReporteSincrono”|Método “SolicitudReporteSincrono”]]&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==[[Caracteristicas adicionales - Indice Manual Integración Directa|Caracteristicas adicionales]]==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
#	[[Caracteristicas adicionales - Indice Manual Integración Directa#Uso de campos extras|Uso de campos extras]]&lt;br /&gt;
#	[[Caracteristicas adicionales - Indice Manual Integración Directa#Tabla de códigos para campos extras|Tabla de códigos para campos extras]]&lt;br /&gt;
#	[[Caracteristicas adicionales - Indice Manual Integración Directa#Correo electrónico personalizado|Correo electrónico personalizado]]&lt;br /&gt;
#	[[Caracteristicas adicionales - Indice Manual Integración Directa#GENERACIÓN DE NOTAS CON Y SIN REFERENCIA A DOCUMENTO|GENERACIÓN DE NOTAS CON Y SIN REFERENCIA A DOCUMENTO]]&lt;br /&gt;
##	[[Caracteristicas adicionales - Indice Manual Integración Directa#Notas de crédito y débito que afecten a facturas de validación previa|Notas de crédito y débito que afecten a facturas de validación previa]]&lt;br /&gt;
##	[[Caracteristicas adicionales - Indice Manual Integración Directa#Notas de crédito y débito que no afecten a facturas|Notas de crédito y débito que no afecten a facturas]]&lt;br /&gt;
##	[[Caracteristicas adicionales - Indice Manual Integración Directa#TRANSMISIÓN DE DOCUMENTOS DE CONTINGENCIA TIPO 03 (ATRIBUIBLE AL EMISOR)|TRANSMISIÓN DE DOCUMENTOS DE CONTINGENCIA TIPO 03 (ATRIBUIBLE AL EMISOR)]]&lt;br /&gt;
#	[[Caracteristicas adicionales - Indice Manual Integración Directa#Radicar documentos electrónicos en plataformas de recepción|Radicar documentos electrónicos en plataformas de recepción]]&lt;br /&gt;
#	[[Caracteristicas adicionales - Indice Manual Integración Directa#Estándar del nombre de los documentos electrónicos XML|Estándar del nombre de los documentos electrónicos XML]]&lt;br /&gt;
#	[[Caracteristicas adicionales - Indice Manual Integración Directa#Ambiente de habilitación|Ambiente de habilitación]]&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa|Tablas de códigos de propiedades para emisión de documentos]]==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 1|Tabla 1]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 2|Tabla 2]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 3|Tabla 3]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 4|Tabla 4]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 5|Tabla 5]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 6|Tabla 6]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 7|Tabla 7]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 8|Tabla 8]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 9|Tabla 9]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 10|Tabla 10]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 11|Tabla 11]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 12|Tabla 12]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 13|Tabla 13]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 14|Tabla 14]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 15|Tabla 15]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 16|Tabla 16]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 17|Tabla 17]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 18|Tabla 18]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 19|Tabla 19]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 20|Tabla 20]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 21|Tabla 21]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 22|Tabla 22]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 23|Tabla 23]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 24|Tabla 24]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 25|Tabla 25]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 26|Tabla 26]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 27|Tabla 27]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 28|Tabla 28]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==[[Catálogo de errores de respuesta del servicio web - Indice Manual Integración Directa|Catálogo de errores de respuesta del servicio web]]==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{clear}}&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
--&amp;gt;&lt;/div&gt;</summary>
		<author><name>Lvargas</name></author>
	</entry>
	<entry>
		<id>http://felcowiki.thefactoryhka.com.co/index.php?title=Direct_Integration_Manual_Index_-_Electronic_Bill&amp;diff=2416</id>
		<title>Direct Integration Manual Index - Electronic Bill</title>
		<link rel="alternate" type="text/html" href="http://felcowiki.thefactoryhka.com.co/index.php?title=Direct_Integration_Manual_Index_-_Electronic_Bill&amp;diff=2416"/>
		<updated>2022-02-28T16:32:51Z</updated>

		<summary type="html">&lt;p&gt;Lvargas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Manuales|I]] &lt;br /&gt;
__NOTOC__&lt;br /&gt;
&lt;br /&gt;
[[File:HKAFactura 3.png|500px|center|HKAFactura]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==[[Generalities - Direct Integration Manual Index - Electronic Bill|Generalities]]==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
#	[[Generalities - Direct Integration Manual Index - Electronic Bill#Version record|Version record]]&lt;br /&gt;
#	[[Generalities - Direct Integration Manual Index - Electronic Bill#How to get support?|How to get support?]]&lt;br /&gt;
#	[[Generalities - Direct Integration Manual Index - Electronic Bill#General description|General description]]&lt;br /&gt;
##	[[Generalities - Direct Integration Manual Index - Electronic Bill#What is The Factory HKA-DFACTURE?|What is The Factory HKA-DFACTURE?]]&lt;br /&gt;
##	[[Generalities - Direct Integration Manual Index - Electronic Bill#What is The Factory HKA-Dfactura?|What is The Factory HKA-Dfactura?]]&lt;br /&gt;
##	[[Generalities - Direct Integration Manual Index - Electronic Bill#What is Dintegración?|What is Dintegración?]]&lt;br /&gt;
##	[[Generalities - Direct Integration Manual Index - Electronic Bill#Functionalities|Functionalities]]&lt;br /&gt;
##	[[Generalities - Direct Integration Manual Index - The direct integration|The direct integration]]&lt;br /&gt;
##	[[Generalities - Direct Integration Manual Index - Technical requirements for direct integration|Technical requirements for direct integration]]&lt;br /&gt;
#	[[Generalities - Direct Integration Manual Index - Electronic invoice operation scheme with prior validation|Electronic invoice operation scheme with prior validation]]&lt;br /&gt;
##	[[Generalities - Direct Integration Manual Index - What is the electronic invoice with prior validation?|What is the electronic invoice with prior validation?]]&lt;br /&gt;
##	[[Generalities - Direct Integration Manual Index - Who participates in this scheme?|Who participates in this scheme?]]&lt;br /&gt;
##	[[Generalities - Direct Integration Manual Index - Advantages of Electronic Billing|Advantages of Electronic Billing]]&lt;br /&gt;
##	[[Generalities - Direct Integration Manual Index - Electronic Billing Process with Prior Validation|Electronic Billing Process with Prior Validation]]&lt;br /&gt;
#	[[Generalities - Direct Integration Manual Index - Process characteristics with Prior Validation|Process characteristics with Prior Validation]]&lt;br /&gt;
#	[[Generalities - Direct Integration Manual Index - Information security: recommendations on the implementation of electronic invoicing within the issuer&#039;s network and systems|Information security: recommendations on the implementation of electronic invoicing within the issuer&#039;s network and systems]]&lt;br /&gt;
#	[[Generalities - Direct Integration Manual Index - Web services soap with prior validation|Web services soap with prior validation]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa|Métodos Servicio Emisión Web Soap]]==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
#	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Método Enviar|Método Enviar]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.FacturaGeneral|Class.FacturaGeneral]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.Anticipos|Class.Anticipos]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.Autorizado|Class.Autorizado]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.CargosDescuentos|Class.CargosDescuentos]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.Cliente|Class.Cliente]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.CondicionPago|Class.CondicionPago]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.FacturaDetalle|Class.FacturaDetalle]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.Destinatario|Class.Destinatario]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.DocumentoReferenciado|Class.DocumentoReferenciado]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.Entrega|Class.Entrega]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.Extras|Class.Extras]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.Extensible|Class.Extensible]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.FacturaImpuestos|Class.FacturaImpuestos]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.ImpuestosTotales|Class.ImpuestosTotales]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.MediosDePago|Class.MediosDePago]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.OrdenDeCompra|Class.OrdenDeCompra]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.TasaDeCambio|Class.TasaDeCambio]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.TasaDeCambioAlternativa|Class.TasaDeCambioAlternativa]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.TerminosEntrega|Class.TerminosEntrega]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.Direccion|Class.Direccion]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.Coordenadas|Class.Coordenadas]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.Tributos|Class.Tributos]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.InformacionLegalCliente|Class.InformacionLegalCliente]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.Obligaciones|Class.Obligaciones]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.LineaInformacionAdicional|Class.LineaInformacionAdicional]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.DatosTransportistas|Class.DatosTransportistas]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.DocumentoReferencia|Class.DocumentoReferencia]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.sectorSalud|Class.sectorSalud]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.Beneficiario|Class.Beneficiario]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.DatosPacientesSalud|Class.DatosPacientesSalud]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.GeneralSalud|Class.GeneralSalud]]&lt;br /&gt;
#	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Método EstadoDocumento|Método EstadoDocumento]]&lt;br /&gt;
#	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Método EnvioCorreo|Método EnvioCorreo]]&lt;br /&gt;
#	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Método DescargaPDF|Método DescargaPDF]]&lt;br /&gt;
#	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Método DescargaXML|Método DescargaXML]]&lt;br /&gt;
#	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Método FoliosRestantes|Método FoliosRestantes]]&lt;br /&gt;
#	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Método CargarCertificado|Método CargarCertificado]]&lt;br /&gt;
#	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Método DescargarEventoXML|Método DescargarEventoXML]]&lt;br /&gt;
#	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Método GenerarContenedor|Método GenerarContenedor]]&lt;br /&gt;
#	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Método GenerarEvento|Método GenerarEvento]]&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==[[Métodos servicio adjuntos web soap - Indice Manual Integración Directa|Métodos servicio adjuntos web soap]]==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
#[[Métodos servicio adjuntos web soap - Indice Manual Integración Directa#Método “CargarAdjuntos”|Método “CargarAdjuntos”]]&lt;br /&gt;
#	[[Métodos servicio adjuntos web soap - Indice Manual Integración Directa#ESCENARIOS EMISIÓN DE DOCUMENTOS CON REPRESENTACIÓN GRÁFICA|ESCENARIOS EMISIÓN DE DOCUMENTOS CON REPRESENTACIÓN GRÁFICA]]&lt;br /&gt;
#	[[Métodos servicio adjuntos web soap - Indice Manual Integración Directa#Representación gráfica estándar (Uso del parámetro adjuntos del método Enviar en ‘0’ o ‘1’)|Representación gráfica estándar (Uso del parámetro adjuntos del método Enviar en ‘0’ o ‘1’)]]&lt;br /&gt;
#	[[Métodos servicio adjuntos web soap - Indice Manual Integración Directa#Representación gráfica personalizada por TFHKA|Representación gráfica personalizada por TFHKA]]&lt;br /&gt;
#	[[Métodos servicio adjuntos web soap - Indice Manual Integración Directa#Representación gráfica enviada como adjunto desde el sistema administrativo o ERP (Uso del parámetro adjuntos del método Enviar en ‘11’)|Representación gráfica enviada como adjunto desde el sistema administrativo o ERP (Uso del parámetro adjuntos del método Enviar en ‘11’)]]&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==[[Métodos servicio reportes web soap - Indice Manual Integración Directa|Métodos servicio reportes web soap]]==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
#	[[Métodos servicio reportes web soap - Indice Manual Integración Directa#Método “DescargarReporte”|Método “DescargarReporte”]]&lt;br /&gt;
#	[[Métodos servicio reportes web soap - Indice Manual Integración Directa#Método “ProgramarReporte”|Método “ProgramarReporte”]]&lt;br /&gt;
#	[[Métodos servicio reportes web soap - Indice Manual Integración Directa#Método “SolicitudReporteSincrono”|Método “SolicitudReporteSincrono”]]&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==[[Caracteristicas adicionales - Indice Manual Integración Directa|Caracteristicas adicionales]]==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
#	[[Caracteristicas adicionales - Indice Manual Integración Directa#Uso de campos extras|Uso de campos extras]]&lt;br /&gt;
#	[[Caracteristicas adicionales - Indice Manual Integración Directa#Tabla de códigos para campos extras|Tabla de códigos para campos extras]]&lt;br /&gt;
#	[[Caracteristicas adicionales - Indice Manual Integración Directa#Correo electrónico personalizado|Correo electrónico personalizado]]&lt;br /&gt;
#	[[Caracteristicas adicionales - Indice Manual Integración Directa#GENERACIÓN DE NOTAS CON Y SIN REFERENCIA A DOCUMENTO|GENERACIÓN DE NOTAS CON Y SIN REFERENCIA A DOCUMENTO]]&lt;br /&gt;
##	[[Caracteristicas adicionales - Indice Manual Integración Directa#Notas de crédito y débito que afecten a facturas de validación previa|Notas de crédito y débito que afecten a facturas de validación previa]]&lt;br /&gt;
##	[[Caracteristicas adicionales - Indice Manual Integración Directa#Notas de crédito y débito que no afecten a facturas|Notas de crédito y débito que no afecten a facturas]]&lt;br /&gt;
##	[[Caracteristicas adicionales - Indice Manual Integración Directa#TRANSMISIÓN DE DOCUMENTOS DE CONTINGENCIA TIPO 03 (ATRIBUIBLE AL EMISOR)|TRANSMISIÓN DE DOCUMENTOS DE CONTINGENCIA TIPO 03 (ATRIBUIBLE AL EMISOR)]]&lt;br /&gt;
#	[[Caracteristicas adicionales - Indice Manual Integración Directa#Radicar documentos electrónicos en plataformas de recepción|Radicar documentos electrónicos en plataformas de recepción]]&lt;br /&gt;
#	[[Caracteristicas adicionales - Indice Manual Integración Directa#Estándar del nombre de los documentos electrónicos XML|Estándar del nombre de los documentos electrónicos XML]]&lt;br /&gt;
#	[[Caracteristicas adicionales - Indice Manual Integración Directa#Ambiente de habilitación|Ambiente de habilitación]]&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa|Tablas de códigos de propiedades para emisión de documentos]]==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 1|Tabla 1]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 2|Tabla 2]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 3|Tabla 3]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 4|Tabla 4]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 5|Tabla 5]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 6|Tabla 6]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 7|Tabla 7]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 8|Tabla 8]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 9|Tabla 9]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 10|Tabla 10]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 11|Tabla 11]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 12|Tabla 12]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 13|Tabla 13]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 14|Tabla 14]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 15|Tabla 15]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 16|Tabla 16]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 17|Tabla 17]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 18|Tabla 18]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 19|Tabla 19]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 20|Tabla 20]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 21|Tabla 21]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 22|Tabla 22]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 23|Tabla 23]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 24|Tabla 24]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 25|Tabla 25]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 26|Tabla 26]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 27|Tabla 27]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 28|Tabla 28]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==[[Catálogo de errores de respuesta del servicio web - Indice Manual Integración Directa|Catálogo de errores de respuesta del servicio web]]==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{clear}}&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
--&amp;gt;&lt;/div&gt;</summary>
		<author><name>Lvargas</name></author>
	</entry>
	<entry>
		<id>http://felcowiki.thefactoryhka.com.co/index.php?title=Direct_Integration_Manual_Index_-_Electronic_Bill&amp;diff=2415</id>
		<title>Direct Integration Manual Index - Electronic Bill</title>
		<link rel="alternate" type="text/html" href="http://felcowiki.thefactoryhka.com.co/index.php?title=Direct_Integration_Manual_Index_-_Electronic_Bill&amp;diff=2415"/>
		<updated>2022-02-28T16:28:11Z</updated>

		<summary type="html">&lt;p&gt;Lvargas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Manuales|I]] &lt;br /&gt;
__NOTOC__&lt;br /&gt;
&lt;br /&gt;
[[File:HKAFactura 3.png|500px|center|HKAFactura]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==[[Generalities - Direct Integration Manual Index - Electronic Bill|Generalities]]==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
#	[[Generalities - Direct Integration Manual Index - Electronic Bill#record|Version record]]&lt;br /&gt;
#	[[Generalities - Direct Integration Manual Index - Electronic Bill#How to get support?|How to get support?]]&lt;br /&gt;
#	[[Generalities - Direct Integration Manual Index - Electronic Bill#General description|General description]]&lt;br /&gt;
##	[[Generalities - Direct Integration Manual Index - Electronic Bill#What is The Factory HKA-DFACTURE?|What is The Factory HKA-DFACTURE?]]&lt;br /&gt;
##	[[Generalities - Direct Integration Manual Index - Electronic Bill#What is The Factory HKA-Dfactura?|What is The Factory HKA-Dfactura?]]&lt;br /&gt;
##	[[Generalities - Direct Integration Manual Index - Electronic Bill#What is Dintegración?|What is Dintegración?]]&lt;br /&gt;
##	[[Generalities - Direct Integration Manual Index - Electronic Bill#Functionalities|Functionalities]]&lt;br /&gt;
##	[[Generalities - Direct Integration Manual Index#The direct integration|The direct integration]]&lt;br /&gt;
##	[[Generalities - Direct Integration Manual Index#Technical requirements for direct integration|Technical requirements for direct integration]]&lt;br /&gt;
#	[[Generalities - Direct Integration Manual Index#Electronic invoice operation scheme with prior validation|Electronic invoice operation scheme with prior validation]]&lt;br /&gt;
##	[[Generalities - Direct Integration Manual Index#What is the electronic invoice with prior validation?|What is the electronic invoice with prior validation?]]&lt;br /&gt;
##	[[Generalities - Direct Integration Manual Index#Who participates in this scheme?|Who participates in this scheme?]]&lt;br /&gt;
##	[[Generalities - Direct Integration Manual Index#Advantages of Electronic Billing|Advantages of Electronic Billing]]&lt;br /&gt;
##	[[Generalities - Direct Integration Manual Index#Electronic Billing Process with Prior Validation|Electronic Billing Process with Prior Validation]]&lt;br /&gt;
#	[[Generalities - Direct Integration Manual Index#Process characteristics with Prior Validation|Process characteristics with Prior Validation]]&lt;br /&gt;
#	[[Generalities - Direct Integration Manual Index#Information security: recommendations on the implementation of electronic invoicing within the issuer&#039;s network and systems|Information security: recommendations on the implementation of electronic invoicing within the issuer&#039;s network and systems]]&lt;br /&gt;
#	[[Generalities - Direct Integration Manual Index#Web services soap with prior validation|Web services soap with prior validation]]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa|Métodos Servicio Emisión Web Soap]]==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
#	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Método Enviar|Método Enviar]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.FacturaGeneral|Class.FacturaGeneral]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.Anticipos|Class.Anticipos]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.Autorizado|Class.Autorizado]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.CargosDescuentos|Class.CargosDescuentos]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.Cliente|Class.Cliente]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.CondicionPago|Class.CondicionPago]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.FacturaDetalle|Class.FacturaDetalle]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.Destinatario|Class.Destinatario]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.DocumentoReferenciado|Class.DocumentoReferenciado]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.Entrega|Class.Entrega]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.Extras|Class.Extras]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.Extensible|Class.Extensible]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.FacturaImpuestos|Class.FacturaImpuestos]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.ImpuestosTotales|Class.ImpuestosTotales]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.MediosDePago|Class.MediosDePago]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.OrdenDeCompra|Class.OrdenDeCompra]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.TasaDeCambio|Class.TasaDeCambio]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.TasaDeCambioAlternativa|Class.TasaDeCambioAlternativa]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.TerminosEntrega|Class.TerminosEntrega]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.Direccion|Class.Direccion]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.Coordenadas|Class.Coordenadas]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.Tributos|Class.Tributos]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.InformacionLegalCliente|Class.InformacionLegalCliente]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.Obligaciones|Class.Obligaciones]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.LineaInformacionAdicional|Class.LineaInformacionAdicional]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.DatosTransportistas|Class.DatosTransportistas]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.DocumentoReferencia|Class.DocumentoReferencia]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.sectorSalud|Class.sectorSalud]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.Beneficiario|Class.Beneficiario]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.DatosPacientesSalud|Class.DatosPacientesSalud]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.GeneralSalud|Class.GeneralSalud]]&lt;br /&gt;
#	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Método EstadoDocumento|Método EstadoDocumento]]&lt;br /&gt;
#	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Método EnvioCorreo|Método EnvioCorreo]]&lt;br /&gt;
#	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Método DescargaPDF|Método DescargaPDF]]&lt;br /&gt;
#	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Método DescargaXML|Método DescargaXML]]&lt;br /&gt;
#	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Método FoliosRestantes|Método FoliosRestantes]]&lt;br /&gt;
#	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Método CargarCertificado|Método CargarCertificado]]&lt;br /&gt;
#	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Método DescargarEventoXML|Método DescargarEventoXML]]&lt;br /&gt;
#	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Método GenerarContenedor|Método GenerarContenedor]]&lt;br /&gt;
#	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Método GenerarEvento|Método GenerarEvento]]&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==[[Métodos servicio adjuntos web soap - Indice Manual Integración Directa|Métodos servicio adjuntos web soap]]==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
#[[Métodos servicio adjuntos web soap - Indice Manual Integración Directa#Método “CargarAdjuntos”|Método “CargarAdjuntos”]]&lt;br /&gt;
#	[[Métodos servicio adjuntos web soap - Indice Manual Integración Directa#ESCENARIOS EMISIÓN DE DOCUMENTOS CON REPRESENTACIÓN GRÁFICA|ESCENARIOS EMISIÓN DE DOCUMENTOS CON REPRESENTACIÓN GRÁFICA]]&lt;br /&gt;
#	[[Métodos servicio adjuntos web soap - Indice Manual Integración Directa#Representación gráfica estándar (Uso del parámetro adjuntos del método Enviar en ‘0’ o ‘1’)|Representación gráfica estándar (Uso del parámetro adjuntos del método Enviar en ‘0’ o ‘1’)]]&lt;br /&gt;
#	[[Métodos servicio adjuntos web soap - Indice Manual Integración Directa#Representación gráfica personalizada por TFHKA|Representación gráfica personalizada por TFHKA]]&lt;br /&gt;
#	[[Métodos servicio adjuntos web soap - Indice Manual Integración Directa#Representación gráfica enviada como adjunto desde el sistema administrativo o ERP (Uso del parámetro adjuntos del método Enviar en ‘11’)|Representación gráfica enviada como adjunto desde el sistema administrativo o ERP (Uso del parámetro adjuntos del método Enviar en ‘11’)]]&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==[[Métodos servicio reportes web soap - Indice Manual Integración Directa|Métodos servicio reportes web soap]]==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
#	[[Métodos servicio reportes web soap - Indice Manual Integración Directa#Método “DescargarReporte”|Método “DescargarReporte”]]&lt;br /&gt;
#	[[Métodos servicio reportes web soap - Indice Manual Integración Directa#Método “ProgramarReporte”|Método “ProgramarReporte”]]&lt;br /&gt;
#	[[Métodos servicio reportes web soap - Indice Manual Integración Directa#Método “SolicitudReporteSincrono”|Método “SolicitudReporteSincrono”]]&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==[[Caracteristicas adicionales - Indice Manual Integración Directa|Caracteristicas adicionales]]==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
#	[[Caracteristicas adicionales - Indice Manual Integración Directa#Uso de campos extras|Uso de campos extras]]&lt;br /&gt;
#	[[Caracteristicas adicionales - Indice Manual Integración Directa#Tabla de códigos para campos extras|Tabla de códigos para campos extras]]&lt;br /&gt;
#	[[Caracteristicas adicionales - Indice Manual Integración Directa#Correo electrónico personalizado|Correo electrónico personalizado]]&lt;br /&gt;
#	[[Caracteristicas adicionales - Indice Manual Integración Directa#GENERACIÓN DE NOTAS CON Y SIN REFERENCIA A DOCUMENTO|GENERACIÓN DE NOTAS CON Y SIN REFERENCIA A DOCUMENTO]]&lt;br /&gt;
##	[[Caracteristicas adicionales - Indice Manual Integración Directa#Notas de crédito y débito que afecten a facturas de validación previa|Notas de crédito y débito que afecten a facturas de validación previa]]&lt;br /&gt;
##	[[Caracteristicas adicionales - Indice Manual Integración Directa#Notas de crédito y débito que no afecten a facturas|Notas de crédito y débito que no afecten a facturas]]&lt;br /&gt;
##	[[Caracteristicas adicionales - Indice Manual Integración Directa#TRANSMISIÓN DE DOCUMENTOS DE CONTINGENCIA TIPO 03 (ATRIBUIBLE AL EMISOR)|TRANSMISIÓN DE DOCUMENTOS DE CONTINGENCIA TIPO 03 (ATRIBUIBLE AL EMISOR)]]&lt;br /&gt;
#	[[Caracteristicas adicionales - Indice Manual Integración Directa#Radicar documentos electrónicos en plataformas de recepción|Radicar documentos electrónicos en plataformas de recepción]]&lt;br /&gt;
#	[[Caracteristicas adicionales - Indice Manual Integración Directa#Estándar del nombre de los documentos electrónicos XML|Estándar del nombre de los documentos electrónicos XML]]&lt;br /&gt;
#	[[Caracteristicas adicionales - Indice Manual Integración Directa#Ambiente de habilitación|Ambiente de habilitación]]&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa|Tablas de códigos de propiedades para emisión de documentos]]==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 1|Tabla 1]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 2|Tabla 2]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 3|Tabla 3]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 4|Tabla 4]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 5|Tabla 5]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 6|Tabla 6]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 7|Tabla 7]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 8|Tabla 8]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 9|Tabla 9]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 10|Tabla 10]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 11|Tabla 11]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 12|Tabla 12]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 13|Tabla 13]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 14|Tabla 14]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 15|Tabla 15]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 16|Tabla 16]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 17|Tabla 17]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 18|Tabla 18]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 19|Tabla 19]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 20|Tabla 20]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 21|Tabla 21]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 22|Tabla 22]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 23|Tabla 23]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 24|Tabla 24]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 25|Tabla 25]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 26|Tabla 26]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 27|Tabla 27]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 28|Tabla 28]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==[[Catálogo de errores de respuesta del servicio web - Indice Manual Integración Directa|Catálogo de errores de respuesta del servicio web]]==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{clear}}&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
--&amp;gt;&lt;/div&gt;</summary>
		<author><name>Lvargas</name></author>
	</entry>
	<entry>
		<id>http://felcowiki.thefactoryhka.com.co/index.php?title=Generalities_-_Direct_Integration_Manual_Index_-_Electronic_Bill&amp;diff=2412</id>
		<title>Generalities - Direct Integration Manual Index - Electronic Bill</title>
		<link rel="alternate" type="text/html" href="http://felcowiki.thefactoryhka.com.co/index.php?title=Generalities_-_Direct_Integration_Manual_Index_-_Electronic_Bill&amp;diff=2412"/>
		<updated>2022-02-28T16:14:59Z</updated>

		<summary type="html">&lt;p&gt;Lvargas: Página creada con « &amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==Version record==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt; {| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin: auto;&amp;quot; |- ! style=&amp;quot;background:#e9e9e9; text-align:center;&amp;quot;|V…»&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==Version record==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background:#e9e9e9; text-align:center;&amp;quot;|Version&lt;br /&gt;
! style=&amp;quot;background:#e9e9e9; text-align:center;&amp;quot;|Launch date &lt;br /&gt;
! style=&amp;quot;background:#e9e9e9; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
| 0&lt;br /&gt;
| 07/05/2019&lt;br /&gt;
|&lt;br /&gt;
* Preview version.&lt;br /&gt;
|-&lt;br /&gt;
| 1.0&lt;br /&gt;
| 14/06/2019&lt;br /&gt;
|&lt;br /&gt;
* Initial version.&lt;br /&gt;
* &amp;quot;Technical annex V1.4 (19-04-19)&amp;quot; DIAN reference.&lt;br /&gt;
|-&lt;br /&gt;
| 1.1&lt;br /&gt;
| 04/07/2019&lt;br /&gt;
|&lt;br /&gt;
* &amp;quot;Sale electronic bill Technical annex – final&amp;quot; DIAN Reference update.&lt;br /&gt;
|-&lt;br /&gt;
| 1.2&lt;br /&gt;
| 04/07/2019&lt;br /&gt;
|&lt;br /&gt;
* Minor updates&lt;br /&gt;
|-&lt;br /&gt;
| 1.3&lt;br /&gt;
| 19/08/19&lt;br /&gt;
|&lt;br /&gt;
* Minor updates&lt;br /&gt;
|-&lt;br /&gt;
| 1.4&lt;br /&gt;
| 23/08/19&lt;br /&gt;
|&lt;br /&gt;
* Answer update in view of the send method.&lt;br /&gt;
* List of extensible fields and bug catalog.&lt;br /&gt;
|-&lt;br /&gt;
| 1.5&lt;br /&gt;
| 09/2019&lt;br /&gt;
|&lt;br /&gt;
* Wildcards updates based on the September 6th- technical annex.&lt;br /&gt;
|-&lt;br /&gt;
| 1.6&lt;br /&gt;
| 04/2020&lt;br /&gt;
|&lt;br /&gt;
* Updates based on the technical annex 1.8.&lt;br /&gt;
* Acknowledgment of the purchaser.&lt;br /&gt;
* Mail personalization.&lt;br /&gt;
* Additional features.&lt;br /&gt;
* Settle documents at reception.&lt;br /&gt;
* Code  tables.&lt;br /&gt;
* Change of the document&#039;s name.&lt;br /&gt;
* Among other minor changes.&lt;br /&gt;
|-&lt;br /&gt;
| 1.7&lt;br /&gt;
| 06/2020&lt;br /&gt;
|&lt;br /&gt;
* Updates based on the technical annex V1.7-2020. &lt;br /&gt;
* Ajustes de funcionalidades de la plataforma en el mes de mayo.&lt;br /&gt;
|-&lt;br /&gt;
| 2.0&lt;br /&gt;
| 06/2021&lt;br /&gt;
|&lt;br /&gt;
* Updates based on the technical annex V1.8 of the 000012 Resolution. Health sector fields. Code  tables.&lt;br /&gt;
|-&lt;br /&gt;
| 2.1&lt;br /&gt;
| 10/2021&lt;br /&gt;
|&lt;br /&gt;
* Updates based on the technical annex V1.8 of the 000012 Resolution. Health sector fields. Code  tables.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==How to get support==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
*First level support: &lt;br /&gt;
::Phone support / e-mail / chat or teleconference in 5x8 schedule for consultation service and user failures.&lt;br /&gt;
*Second level support:&lt;br /&gt;
::Support remote resolution of incidents in the system in schedule 5X8&lt;br /&gt;
::::Write to [mailto:soporte@thefactoryhka.com.co soporte@thefactoryhka.com.co]&lt;br /&gt;
&lt;br /&gt;
Consultations relating to configurations and errors in the portal:&lt;br /&gt;
* soporte_fel_co@thefactoryhka.com&lt;br /&gt;
&lt;br /&gt;
Consultations relating to configurations of ERP, software house and integration:&lt;br /&gt;
* integracion_fel_co@thefactoryhka.com&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Telephone service lines:&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;MASTER&#039;&#039;&#039; +57 (1) 746.08.12&lt;br /&gt;
*        +57 (1) 508.8990&lt;br /&gt;
*        +57 (1) 517.6795&lt;br /&gt;
*        +57 (1) 517.6796&lt;br /&gt;
*        +57 (1) 311.3063&lt;br /&gt;
** &#039;&#039;&#039;Technical support&#039;&#039;&#039; → Option 2&lt;br /&gt;
** &#039;&#039;&#039;Integration &#039;&#039;&#039; → Option 5 Then Option 1&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;===Synchronous sessions:===&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;====technical support session====&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
Registration as an electronic biller, configuration of numbering ranges, fiscal data configuration, Enabling Tests, Production environment configuration, managment and use of the TFHKA electronic billing portal. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Addressed to:&#039;&#039;&#039; Comercial agencies – Ally software factories -  Final clients&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Schedule:&#039;&#039;&#039;  Tuesday and thursday  from 8:30 AM to 10:00 AM&lt;br /&gt;
&lt;br /&gt;
[https://meet.google.com/yyg-pujr-yqv Enlace Sesiones de Soporte]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;====Integration area sessions&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;====&lt;br /&gt;
Solución integration cases&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Addressed to:&#039;&#039;&#039; Clients that realice Software development to do integration with TFHKA, Ally software factories&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Schedule:&#039;&#039;&#039; Tuesday and thursday  from 8:30 AM to 10:00 AM&lt;br /&gt;
&lt;br /&gt;
[http://meet.google.com/fzo-xmyc-duk Enlace Sesiones Integración]&lt;br /&gt;
{{clear}}&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;== General description==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
This document describes the integration process between the electronic invoicing model with prior validation according to regulatory and technical updates from the DIAN and/or own controls in our integration model.&lt;br /&gt;
&lt;br /&gt;
For the development of this document, was taken as reference the  &#039;&#039;&#039;Technical annexes V1.7-2020 (current) and V1.8 (this last released in October 2019 by the DIAN)&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039;  Not all functionalities, catalogs and billing scenarios referring to the Technical Annex V1.8 are enabled by the DIAN.&lt;br /&gt;
{{clear}}&lt;br /&gt;
===¿What is The Factory HKA-DFACTURE?===&lt;br /&gt;
It is an electronic billing platform, designed to comply with current legislation in Colombia and offer added values through complementary services.&lt;br /&gt;
===¿What is The Factory HKA-Dfactura?===&lt;br /&gt;
It is a portal with the capacity to issue documents under the electronic invoicing scheme, managed from the web portal and Addressed to taxpayers who have the obligation to issue electronic invoices by resolution of the DIAN.&lt;br /&gt;
===¿What is Dintegración?===&lt;br /&gt;
It is a product aimed at the integrator and is made up of the following components:&lt;br /&gt;
*Integration manuals.&lt;br /&gt;
*Bag of support hours via email and/or teleconferences.&lt;br /&gt;
*Credentials for test environment (DEMO) and production. &lt;br /&gt;
*Configurable Templates for graphical representation.&lt;br /&gt;
{{clear}}&lt;br /&gt;
===Functionalities===&lt;br /&gt;
The Factory HKA-DFACTURE platform allows the issuance, reception, consultation, viewing and downloading of the following documents in XML format and/or their corresponding graphic representation in PDF:&lt;br /&gt;
*Invoice of National Sale&lt;br /&gt;
*Export invoice&lt;br /&gt;
*Contingency invoice	&lt;br /&gt;
*Credit note&lt;br /&gt;
*Debit note&lt;br /&gt;
Additionally, the platform allows you to check the status of the Acknowledgment of Receipt by the purchaser, the status of the document by the DIAN, check the number of available stamps/folios and send receipts via email.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;@Important:&#039;&#039;&#039; It is only possible to view or download graphic representations (PDF of electronic documents) generated by our platform on our web portal.&lt;br /&gt;
{{clear}}&lt;br /&gt;
===The direct integration===&lt;br /&gt;
Direct integration is a unique process between the embedded software and The Factory HKA-DFACTURE platform.Integration is an essential activity for the implementation of electronic invoicing in a Billing System or Administrative Software (ERP) and will be carried out only once. This activity consists of linking two platforms with different technologies in order to transmit the necessary data for the construction of the documents and the successful monitoring of the life cycle&lt;br /&gt;
&lt;br /&gt;
In the case of direct integration, the communication is connected directly to the Web Service, which has the advantage of total control of the life cycle of the electronic document, from the origin of the data, through the transmission process to its delivery, acknowledgment of receipt and validation. This form of integration allows a faster and more efficient reaction to errors or inconsistencies that arise in the process.&lt;br /&gt;
&lt;br /&gt;
Direct integration is an exclusive process between the embedded software and The Factory HKA-DFACTURE platform.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;@Important:&#039;&#039;&#039; It is not necessary to implement additional integration with the DIAN, since it has the complete document status tracking functionality. &lt;br /&gt;
{{clear}}&lt;br /&gt;
===Technical requirements for direct integration===&lt;br /&gt;
The Factory HKA-DFACTURE is a SaaS (Software as a Service) type platform: The services, information, processing, inputs and results are hosted on our servers (as technology provider), and we take care of the maintenance, operation, regulatory changes and solution support.&lt;br /&gt;
&lt;br /&gt;
By DIAN regulations, the technology provider has the obligation to keep the documents and guarantee the integrity and security of the data under the ISO 27001 standard. Therefore, extensive planning of processing and storage infrastructure is not necessary to implement electronic billing.&lt;br /&gt;
&lt;br /&gt;
The necessary parameters for the construction of each transaction are exposed independently at the time of consuming the services, and the result is fully delivered at the end of the operation. This means that The Factory HKA does not require managing customer or product/service databases.&lt;br /&gt;
As a technological provider, The Factory HKA Colombia has human resources dedicated to monitoring and analyzing the regulatory changes that the DIAN progressively issues. If a significant change is generated that has an impact on the integration side, the necessary tools and instructions will be provided to apply the corrective measures in the simplest way possible.&lt;br /&gt;
&lt;br /&gt;
The Factory HKA-DFACTURE platform provides integration with a Web Service as a solution for interoperation with third parties. &#039;&#039;&#039;The Web Service is developed in SOAP (Simple Object Access Protocol)&#039;&#039;&#039;. Therefore, the only requirements for integration will be the following:&lt;br /&gt;
&lt;br /&gt;
*Capacity of WS SOAP consumption of the software (development environment) to use.&lt;br /&gt;
*Capability of capturing and validating input data.&lt;br /&gt;
*Optional: Ability to store a copy of the XML/PDF per transaction.&lt;br /&gt;
*Ability to display the status of the electronic document life cycle.&lt;br /&gt;
{{clear}}&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==Electronic invoice operation scheme with prior validation==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
===¿What is la Facturación Electrónica con Validación Previa?===&lt;br /&gt;
Electronic Invoicing (FEL) is an operation scheme that allows the issuance of supporting documents for commercial operations between taxpayers in digital format instead of paper, allows the application of fiscal control during the process, and has legal validity for the designated tax entity. by the government of the country.&lt;br /&gt;
&lt;br /&gt;
As of September 2019, it is expected that an electronic invoice will only be valid when its content has been previously validated through the DIAN or through a provider authorized by the tax administration.&lt;br /&gt;
&lt;br /&gt;
Prior validation is established in Law 1943 of 2018, known as the Financing Law. Article 16 of this Law modifies article 616-1 of the Tax Statute, in its first paragraph it establishes that:&lt;br /&gt;
&lt;br /&gt;
“All electronic invoices for tax recognition must be validated prior to their issuance, by the DIAN or by a provider authorized by it. The electronic invoice will only be understood as issued when it is valid and delivered to the purchaser. (…)”&lt;br /&gt;
&lt;br /&gt;
In the electronic invoicing model with prior validation, 5 types of documents will be used:&lt;br /&gt;
*Invoice &lt;br /&gt;
*CreditNote  &lt;br /&gt;
*DebitNote &lt;br /&gt;
*ApplicationResponse (Event): Occurrence related to an Electronic Document, generated by a person or entity related to the document (DIAN, Issuer, Acquirer), this document also contains an electronic signature. &lt;br /&gt;
*AttachedDocument (Document container): The structure of this document is intended to contain in a single XML file an electronic document (Invoice, CreditNote or DebitNote) and all the events (ApplicationResponse) registered to date.&lt;br /&gt;
{{clear}}&lt;br /&gt;
===¿Who participates in this scheme?===&lt;br /&gt;
&#039;&#039;&#039;The Tax Entity (DIAN):&#039;&#039;&#039; It is a public institution appointed by the government to collect, control and regulate everything related to taxes. It is the one that has the right to accept and authorize an electronic document. In Colombia, it is the DIAN (Directorate of National Taxes and Customs).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The Issuer or Taxpayer:&#039;&#039;&#039; Is a natural or legal person who has a unique and legal tax information record before the tax entity (NIT: Tax Identification Number) and is under the obligation to issue documents to support their business transactions. The issuer acquires the Billing System or ERP administrative software to simplify and enhance its work and uses it to interact with the electronic billing platform.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The Technological Provider:&#039;&#039;&#039; It is a private entity authorized by the DIAN to provide services related to the Electronic Invoicing scheme: XML construction, sequential control, signing, regulatory change control, processing, storage and consultation. The Factory HKA Colombia is your technology provider.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The Purchaser:&#039;&#039;&#039; Is the person who gives rise to a commercial transaction through the purchase of a product or service, and who finally chooses to receive his electronic document via email.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The Certification Authority:&#039;&#039;&#039; It is a public or private entity authorized by the Tax Entity to issue electronic certificates in accordance with the law and associated regulations. In Colombia, there are several authorities accredited to issue electronic certificates for electronic invoicing, including ANDES SCD.&lt;br /&gt;
{{clear}}&lt;br /&gt;
===Advantages of Electronic Billing===&lt;br /&gt;
The Electronic Billing scheme is advantageous because it is:&lt;br /&gt;
*Full: Guarantees that the information contained is protected and cannot be altered.&lt;br /&gt;
*Authentic: Allows you to verify the identity of the issuer of the document.&lt;br /&gt;
*Legal: This scheme is implemented and accepted under the framework of the Law.&lt;br /&gt;
*Convenient: Eliminates infrastructure for physical media handling, shipping, and storage, and enables printing.&lt;br /&gt;
*Eficiente: It is 100% based on an electronic platform, which makes handling, sending, searching and storing faster and more practical.&lt;br /&gt;
{{clear}}&lt;br /&gt;
===Electronic Billing Process with Prior Validation===&lt;br /&gt;
 &lt;br /&gt;
#The Acquirer originates a transaction through the purchase of a product or service.&lt;br /&gt;
#The Issuer or Taxpayer loads the data through the UI (User Interface) of its ERP.&lt;br /&gt;
#The Issuer or Taxpayer displays the available stamps in the UI of their ERP.&lt;br /&gt;
#The ERP builds the object and exposes it directly to the DFACTURE platform through the corresponding method of the Web Service.&lt;br /&gt;
#The Factory HKA platform – DFACTURE.&lt;br /&gt;
#*Validates the Taxpayer&#039;s access credentials.&lt;br /&gt;
#*It validates the structure of the object that the ERP sends.&lt;br /&gt;
#*Validates the content of the object sent by the ERP.&lt;br /&gt;
#*Assigns the CUFE (Unique Code of Electronic Invoice) to the document.&lt;br /&gt;
#*It builds the XML of the document according to the DIAN regulations.&lt;br /&gt;
#*Sign the document with the Digital Certificate of the Taxpayer.&lt;br /&gt;
#*Optional: Generate a printed representation in PDF according to DIAN regulations.&lt;br /&gt;
#*Stores information in Database (Conservation).&lt;br /&gt;
#*It sends the XML to the DIAN for validation.&lt;br /&gt;
#*Wait for response from DIAN with validation result.&lt;br /&gt;
#*Send the XML and PDF to the email provided by the Purchaser.&lt;br /&gt;
#*It responds to the request from the ERP indicating that the operation was successful.&lt;br /&gt;
#Optionally, the ERP can send the XML and PDF to the purchaser.&lt;br /&gt;
#Optionally, the ERP can download the XML and PDF files for internal purposes.&lt;br /&gt;
#The Purchaser receives the XML and the PDF (via email).&lt;br /&gt;
#The Acquirer has up to 72 hours to give Acknowledgment of Receipt of the document, after which it will be considered a tacit acceptance (this process has not yet been fully defined by the DIAN).&lt;br /&gt;
#The Issuer or Taxpayer displays the status of the acknowledgment of receipt of the Acquirer in the UI of their ERP.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
; Electronic Billing Process with Prior Validation&lt;br /&gt;
[[Archivo:Proceso de Facturación Electrónica con Validación PreviaDIAN.png|Proceso de Facturación Electrónica con Validación Previa (Fuente: DIAN)]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;@Important:&#039;&#039;&#039; For development environments with limitations to consume SOAP Web Services directly, The Factory HKA Colombia makes APIs available, simplifying this process for the integrator.&lt;br /&gt;
{{clear}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==Process characteristics with Prior Validation==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
#In an initial stage, for a single time, the issuer must register and the platform must be configured directly from The Factory HKA-Dinvoice portal.&lt;br /&gt;
#The platform operates under a commercial model of stamps or folios. The stamps correspond to a package of operations that the taxpayer contracts under a commercial agreement with The Factory HKA Colombia, and entitles him to a certain number of transactions. The ERP can consult the Web Service of THE FACTORY HKA – DFACTURE for the available stamps.&lt;br /&gt;
#For the document to be considered an electronic invoice, DIAN validation is required for its subsequent sending to the Acquirer by Dfactura.&lt;br /&gt;
#In the event that the document is not successfully valid before the DIAN, it must be corrected and reissued.&lt;br /&gt;
#The ERP can consume the Web Service to download XML and PDF if you want an alternative backup or offer offline query functionality.&lt;br /&gt;
#The ERP can optionally decide whether to send the XML and PDF to the Acquirer under its structure.&lt;br /&gt;
#The platform&#039;s Web Service offers the functionality of querying the Acknowledgment of Receipt status by the Acquirer. It is updated asynchronously.&lt;br /&gt;
#The Web Service of the platform offers the function of querying the status of the document by the DIAN. It is updated asynchronously.&lt;br /&gt;
#The ERP reflects in its UI the results of your queries and operations with the platform. However, the Issuer or Taxpayer can monitor or review their ERP by accessing The Factory HKA-Dfactura portal, since the operations carried out in the Web Service are reflected in the portal.&lt;br /&gt;
&lt;br /&gt;
; Diagram of components and dependencies of the electronic billing system&lt;br /&gt;
[[Archivo:DIAGRAMA COMPONENTES.png|centro|DIAGRAMA COMPONENTES]]&lt;br /&gt;
&lt;br /&gt;
The figure above shows the way in which the Billing Software (ERP) integrates and makes use of the electronic billing functionalities of The Factory HKA – DFACTURE platform, interacting with external elements (the issuer, the Acquirer and the DIAN) through the available dependencies, you can see the functions that each system must perform.&lt;br /&gt;
{{clear}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==Information security: recommendations on the implementation of electronic invoicing within the issuer&#039;s network and systems==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
This section provides recommendations on the implementation and integration of Electronic Invoicing in your organization and on the configuration of your Systems and networks to mitigate the risks of improper access to data by external parties to your organization.&lt;br /&gt;
===In General:===&lt;br /&gt;
# Have antivirus in your company.&lt;br /&gt;
# Have frequent backup policies and procedures, carried out in a period of execution that is consistent with the criticality of the business. To do this, take the following aspects into account:&lt;br /&gt;
#* Restoration tests should be performed..&lt;br /&gt;
#* They must be in an infrastructure other than the operating one (in the event of ransomware, all the accessed infrastructure will be compromised)&lt;br /&gt;
# If possible, look for security consultants and specialists and carry out ISO 27001:2013 audits to assess the quality of the decisions made in the implementation of electronic invoicing in your company.&lt;br /&gt;
# Avoid the use of generic users and/or Administrators in the organization and apply to each user the access control, permissions and roles that correspond to them according to their function. &lt;br /&gt;
===Individuals with The Factory HKA Colombia SAS:===&lt;br /&gt;
#Only allow access to TCP/UDP ports 80 and 443 to the domains indicated below:&lt;br /&gt;
#**.thefactoryhka.com.co&lt;br /&gt;
#*emisionrest21.thefactoryhka.com.co (Integration – Production)&lt;br /&gt;
#*invoice21.thefactoryhka.com.co (Portal – Production)&lt;br /&gt;
#*demoemisionrest21.thefactoryhka.com.co (Integration –Demo)&lt;br /&gt;
#*demofactura.thefactoryhka.com.co (Portal – Demo)&lt;br /&gt;
#Open access to these TCP/UDP ports to the entire internet is not recommended.&lt;br /&gt;
#In the electronic invoice model with The Factory HKA Colombia SAS, the requests arise from the client only, so they can establish rules from external connection attempts. (The communication will always be initiated by the client software.)&lt;br /&gt;
#If The Factory HKA Colombia SAS client software tools are used, such as:&lt;br /&gt;
#*intTFHKAFEL21.exe&lt;br /&gt;
#*AutoFact.exe&lt;br /&gt;
#:And they are seen as a risk by the antivirus system or client protection, an exception must be generated in the firewall, antivirus, and any other protection system solely and exclusively for them.&lt;br /&gt;
#The Company TOKEN and production TOKEN Password for the Electronic Invoicing Platform of The Factory HKA Colombia SAS must be kept confidential and only be accessible by trusted personnel.&lt;br /&gt;
#In the event that the issuer contracts a graphic representation service with the software house, or developer, in charge of making the corresponding adjustments in the accounting software or ERP for the issuance of electronic documents, the following aspects must be taken into account:&lt;br /&gt;
#*The Factory HKA is responsible for the generation of the UBL and its transmission to the DIAN.&lt;br /&gt;
#*Once the correct validation and generation of the UBL is verified, the software house can proceed to generate a graphic representation that must comply with:&lt;br /&gt;
#::The elements of law required by the DIAN: inclusion of the QR code and the CUFE or CUDE chain in the documents, as appropriate.&lt;br /&gt;
#::The elements of law required by any supervisory entity from the issuer of the documents.&lt;br /&gt;
#::The visual and brand representation elements required by the client: logos, banking information, legends referring to the tax responsibilities of the issuer, etc.&lt;br /&gt;
#*The Software House, in this scenario, assumes responsibility together with the taxpayer for any incident of fraud due to evasion, misinterpretation, error or omission of relevant and mandatory information by the regulations.&lt;br /&gt;
#:TFHKA does not protect this representation in its systems and makes it clear that its participation as a technology provider is limited to the generation of the UBL and its validation to the DIAN.&lt;br /&gt;
{{clear}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==Web services soap with prior validation==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
To consume the methods of the Web Service, it is essential to use the access credentials, made up of a Company Token and a Password Token., To consume the methods of the Web Service, the use of access credentials, made up of a Company Token and a Password Token, is essential. It will also be necessary to know the URL&#039;s of the Web Services of the integration environment with prior validation., It will also be necessary to know the URLs of the Web Services of the integration environment with previous validation. These elements will be provided by The Factory HKA Colombia Integration team.&lt;br /&gt;
&#039;&#039;&#039;@Important:&#039;&#039;&#039; This document refers to the integration process with prior validation, its technical and regulatory change controls and its differences with the web service with subsequent validation.&lt;br /&gt;
&lt;br /&gt;
Below are the methods that will be available in THE FACTORY HKA-DFACTURE Web Services for electronic invoicing with prior validation:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background:#e9e9e9; text-align:center;&amp;quot;|Service&lt;br /&gt;
! style=&amp;quot;background:#e9e9e9; text-align:center;&amp;quot;|Method&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
| Issue Web SOAP&lt;br /&gt;
|&lt;br /&gt;
* Enviar&lt;br /&gt;
* EstadoDocumento&lt;br /&gt;
* EnvioCorreo&lt;br /&gt;
* DescargaPDF&lt;br /&gt;
* DescargaXML&lt;br /&gt;
* FoliosRestantes&lt;br /&gt;
* CargarCertificado (Uso interno)&lt;br /&gt;
* DescargarEventoXML (Nuevo)&lt;br /&gt;
* GenerarContenedor (Nuevo)&lt;br /&gt;
* GenerarEvento (Nuevo)&lt;br /&gt;
|-&lt;br /&gt;
| Attached Web SOAP&lt;br /&gt;
| &lt;br /&gt;
*CargarAdjuntos &lt;br /&gt;
|-&lt;br /&gt;
|Reports Web SOAP (New)&lt;br /&gt;
|&lt;br /&gt;
* DescargarReporte&lt;br /&gt;
* ProgramarReporte&lt;br /&gt;
* SolicitudReporteSincrono&lt;br /&gt;
|}&lt;br /&gt;
{{clear}}&lt;/div&gt;</summary>
		<author><name>Lvargas</name></author>
	</entry>
	<entry>
		<id>http://felcowiki.thefactoryhka.com.co/index.php?title=Direct_Integration_Manual_Index_-_Electronic_Bill&amp;diff=2411</id>
		<title>Direct Integration Manual Index - Electronic Bill</title>
		<link rel="alternate" type="text/html" href="http://felcowiki.thefactoryhka.com.co/index.php?title=Direct_Integration_Manual_Index_-_Electronic_Bill&amp;diff=2411"/>
		<updated>2022-02-28T16:13:39Z</updated>

		<summary type="html">&lt;p&gt;Lvargas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Category:Manuales|I]] &lt;br /&gt;
__NOTOC__&lt;br /&gt;
&lt;br /&gt;
[[File:HKAFactura 3.png|500px|center|HKAFactura]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==[[Generalities - Direct Integration Manual Index - Electronic Bill|Generalities]]==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
#	[[Generalities - Direct Integration Manual Index - Electronic Bill#record|Version record]]&lt;br /&gt;
#	[[Generalities - Direct Integration Manual Index - Electronic Bill#How to get support|How to get support?]]&lt;br /&gt;
#	[[Generalities - Direct Integration Manual Index - Electronic Bill#General description|General description]]&lt;br /&gt;
##	[[Generalities - Direct Integration Manual Index - Electronic Bill#What is The Factory HKA-DFACTURE?|What is The Factory HKA-DFACTURE?]]&lt;br /&gt;
##	[[Generalities - Direct Integration Manual Index - Electronic Bill#What is The Factory HKA-Dfactura?|What is The Factory HKA-Dfactura?]]&lt;br /&gt;
##	[[Generalities - Direct Integration Manual Index - Electronic BillWhat is Dintegración?|What is Dintegración?]]&lt;br /&gt;
##	[[Generalities - Direct Integration Manual Index - Electronic Bill#Functionalities|Functionalities]]&lt;br /&gt;
##	[[Generalities - Direct Integration Manual Index#The direct integration|The direct integration]]&lt;br /&gt;
##	[[Generalities - Direct Integration Manual Index#Technical requirements for direct integration|Technical requirements for direct integration]]&lt;br /&gt;
#	[[Generalities - Direct Integration Manual Index#Electronic invoice operation scheme with prior validation|Electronic invoice operation scheme with prior validation]]&lt;br /&gt;
##	[[Generalities - Direct Integration Manual Index#What is the electronic invoice with prior validation?|What is the electronic invoice with prior validation?]]&lt;br /&gt;
##	[[Generalities - Direct Integration Manual Index#Who participates in this scheme?|Who participates in this scheme?]]&lt;br /&gt;
##	[[Generalities - Direct Integration Manual Index#Advantages of Electronic Billing|Advantages of Electronic Billing]]&lt;br /&gt;
##	[[Generalities - Direct Integration Manual Index#Electronic Billing Process with Prior Validation|Electronic Billing Process with Prior Validation]]&lt;br /&gt;
#	[[Generalities - Direct Integration Manual Index#Process characteristics with Prior Validation|Process characteristics with Prior Validation]]&lt;br /&gt;
#	[[Generalities - Direct Integration Manual Index#Information security: recommendations on the implementation of electronic invoicing within the issuer&#039;s network and systems|Information security: recommendations on the implementation of electronic invoicing within the issuer&#039;s network and systems]]&lt;br /&gt;
#	[[Generalities - Direct Integration Manual Index#Web services soap with prior validation|Web services soap with prior validation]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa|Métodos Servicio Emisión Web Soap]]==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
#	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Método Enviar|Método Enviar]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.FacturaGeneral|Class.FacturaGeneral]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.Anticipos|Class.Anticipos]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.Autorizado|Class.Autorizado]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.CargosDescuentos|Class.CargosDescuentos]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.Cliente|Class.Cliente]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.CondicionPago|Class.CondicionPago]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.FacturaDetalle|Class.FacturaDetalle]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.Destinatario|Class.Destinatario]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.DocumentoReferenciado|Class.DocumentoReferenciado]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.Entrega|Class.Entrega]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.Extras|Class.Extras]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.Extensible|Class.Extensible]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.FacturaImpuestos|Class.FacturaImpuestos]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.ImpuestosTotales|Class.ImpuestosTotales]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.MediosDePago|Class.MediosDePago]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.OrdenDeCompra|Class.OrdenDeCompra]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.TasaDeCambio|Class.TasaDeCambio]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.TasaDeCambioAlternativa|Class.TasaDeCambioAlternativa]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.TerminosEntrega|Class.TerminosEntrega]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.Direccion|Class.Direccion]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.Coordenadas|Class.Coordenadas]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.Tributos|Class.Tributos]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.InformacionLegalCliente|Class.InformacionLegalCliente]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.Obligaciones|Class.Obligaciones]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.LineaInformacionAdicional|Class.LineaInformacionAdicional]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.DatosTransportistas|Class.DatosTransportistas]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.DocumentoReferencia|Class.DocumentoReferencia]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.sectorSalud|Class.sectorSalud]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.Beneficiario|Class.Beneficiario]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.DatosPacientesSalud|Class.DatosPacientesSalud]]&lt;br /&gt;
##	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Class.GeneralSalud|Class.GeneralSalud]]&lt;br /&gt;
#	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Método EstadoDocumento|Método EstadoDocumento]]&lt;br /&gt;
#	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Método EnvioCorreo|Método EnvioCorreo]]&lt;br /&gt;
#	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Método DescargaPDF|Método DescargaPDF]]&lt;br /&gt;
#	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Método DescargaXML|Método DescargaXML]]&lt;br /&gt;
#	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Método FoliosRestantes|Método FoliosRestantes]]&lt;br /&gt;
#	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Método CargarCertificado|Método CargarCertificado]]&lt;br /&gt;
#	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Método DescargarEventoXML|Método DescargarEventoXML]]&lt;br /&gt;
#	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Método GenerarContenedor|Método GenerarContenedor]]&lt;br /&gt;
#	[[Métodos Servicio Emisión Web Soap - Indice Manual Integración Directa#Método GenerarEvento|Método GenerarEvento]]&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==[[Métodos servicio adjuntos web soap - Indice Manual Integración Directa|Métodos servicio adjuntos web soap]]==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
#[[Métodos servicio adjuntos web soap - Indice Manual Integración Directa#Método “CargarAdjuntos”|Método “CargarAdjuntos”]]&lt;br /&gt;
#	[[Métodos servicio adjuntos web soap - Indice Manual Integración Directa#ESCENARIOS EMISIÓN DE DOCUMENTOS CON REPRESENTACIÓN GRÁFICA|ESCENARIOS EMISIÓN DE DOCUMENTOS CON REPRESENTACIÓN GRÁFICA]]&lt;br /&gt;
#	[[Métodos servicio adjuntos web soap - Indice Manual Integración Directa#Representación gráfica estándar (Uso del parámetro adjuntos del método Enviar en ‘0’ o ‘1’)|Representación gráfica estándar (Uso del parámetro adjuntos del método Enviar en ‘0’ o ‘1’)]]&lt;br /&gt;
#	[[Métodos servicio adjuntos web soap - Indice Manual Integración Directa#Representación gráfica personalizada por TFHKA|Representación gráfica personalizada por TFHKA]]&lt;br /&gt;
#	[[Métodos servicio adjuntos web soap - Indice Manual Integración Directa#Representación gráfica enviada como adjunto desde el sistema administrativo o ERP (Uso del parámetro adjuntos del método Enviar en ‘11’)|Representación gráfica enviada como adjunto desde el sistema administrativo o ERP (Uso del parámetro adjuntos del método Enviar en ‘11’)]]&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==[[Métodos servicio reportes web soap - Indice Manual Integración Directa|Métodos servicio reportes web soap]]==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
#	[[Métodos servicio reportes web soap - Indice Manual Integración Directa#Método “DescargarReporte”|Método “DescargarReporte”]]&lt;br /&gt;
#	[[Métodos servicio reportes web soap - Indice Manual Integración Directa#Método “ProgramarReporte”|Método “ProgramarReporte”]]&lt;br /&gt;
#	[[Métodos servicio reportes web soap - Indice Manual Integración Directa#Método “SolicitudReporteSincrono”|Método “SolicitudReporteSincrono”]]&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==[[Caracteristicas adicionales - Indice Manual Integración Directa|Caracteristicas adicionales]]==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
#	[[Caracteristicas adicionales - Indice Manual Integración Directa#Uso de campos extras|Uso de campos extras]]&lt;br /&gt;
#	[[Caracteristicas adicionales - Indice Manual Integración Directa#Tabla de códigos para campos extras|Tabla de códigos para campos extras]]&lt;br /&gt;
#	[[Caracteristicas adicionales - Indice Manual Integración Directa#Correo electrónico personalizado|Correo electrónico personalizado]]&lt;br /&gt;
#	[[Caracteristicas adicionales - Indice Manual Integración Directa#GENERACIÓN DE NOTAS CON Y SIN REFERENCIA A DOCUMENTO|GENERACIÓN DE NOTAS CON Y SIN REFERENCIA A DOCUMENTO]]&lt;br /&gt;
##	[[Caracteristicas adicionales - Indice Manual Integración Directa#Notas de crédito y débito que afecten a facturas de validación previa|Notas de crédito y débito que afecten a facturas de validación previa]]&lt;br /&gt;
##	[[Caracteristicas adicionales - Indice Manual Integración Directa#Notas de crédito y débito que no afecten a facturas|Notas de crédito y débito que no afecten a facturas]]&lt;br /&gt;
##	[[Caracteristicas adicionales - Indice Manual Integración Directa#TRANSMISIÓN DE DOCUMENTOS DE CONTINGENCIA TIPO 03 (ATRIBUIBLE AL EMISOR)|TRANSMISIÓN DE DOCUMENTOS DE CONTINGENCIA TIPO 03 (ATRIBUIBLE AL EMISOR)]]&lt;br /&gt;
#	[[Caracteristicas adicionales - Indice Manual Integración Directa#Radicar documentos electrónicos en plataformas de recepción|Radicar documentos electrónicos en plataformas de recepción]]&lt;br /&gt;
#	[[Caracteristicas adicionales - Indice Manual Integración Directa#Estándar del nombre de los documentos electrónicos XML|Estándar del nombre de los documentos electrónicos XML]]&lt;br /&gt;
#	[[Caracteristicas adicionales - Indice Manual Integración Directa#Ambiente de habilitación|Ambiente de habilitación]]&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa|Tablas de códigos de propiedades para emisión de documentos]]==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 1|Tabla 1]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 2|Tabla 2]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 3|Tabla 3]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 4|Tabla 4]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 5|Tabla 5]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 6|Tabla 6]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 7|Tabla 7]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 8|Tabla 8]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 9|Tabla 9]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 10|Tabla 10]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 11|Tabla 11]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 12|Tabla 12]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 13|Tabla 13]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 14|Tabla 14]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 15|Tabla 15]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 16|Tabla 16]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 17|Tabla 17]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 18|Tabla 18]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 19|Tabla 19]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 20|Tabla 20]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 21|Tabla 21]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 22|Tabla 22]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 23|Tabla 23]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 24|Tabla 24]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 25|Tabla 25]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 26|Tabla 26]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 27|Tabla 27]]&lt;br /&gt;
#	[[Tablas de códigos de propiedades para emisión de documentos - Indice Manual Integración Directa#Tabla 28|Tabla 28]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==[[Catálogo de errores de respuesta del servicio web - Indice Manual Integración Directa|Catálogo de errores de respuesta del servicio web]]==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{clear}}&lt;br /&gt;
&amp;lt;!--&lt;br /&gt;
--&amp;gt;&lt;/div&gt;</summary>
		<author><name>Lvargas</name></author>
	</entry>
	<entry>
		<id>http://felcowiki.thefactoryhka.com.co/index.php?title=Generalidades_-_Direct_Integration_Manual_Index_-_Electronic_Bill&amp;diff=2410</id>
		<title>Generalidades - Direct Integration Manual Index - Electronic Bill</title>
		<link rel="alternate" type="text/html" href="http://felcowiki.thefactoryhka.com.co/index.php?title=Generalidades_-_Direct_Integration_Manual_Index_-_Electronic_Bill&amp;diff=2410"/>
		<updated>2022-02-28T14:19:19Z</updated>

		<summary type="html">&lt;p&gt;Lvargas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==Version record==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background:#e9e9e9; text-align:center;&amp;quot;|Version&lt;br /&gt;
! style=&amp;quot;background:#e9e9e9; text-align:center;&amp;quot;|Launch date &lt;br /&gt;
! style=&amp;quot;background:#e9e9e9; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
| 0&lt;br /&gt;
| 07/05/2019&lt;br /&gt;
|&lt;br /&gt;
* Preview version.&lt;br /&gt;
|-&lt;br /&gt;
| 1.0&lt;br /&gt;
| 14/06/2019&lt;br /&gt;
|&lt;br /&gt;
* Initial version.&lt;br /&gt;
* &amp;quot;Technical annex V1.4 (19-04-19)&amp;quot; DIAN reference.&lt;br /&gt;
|-&lt;br /&gt;
| 1.1&lt;br /&gt;
| 04/07/2019&lt;br /&gt;
|&lt;br /&gt;
* &amp;quot;Sale electronic bill Technical annex – final&amp;quot; DIAN Reference update.&lt;br /&gt;
|-&lt;br /&gt;
| 1.2&lt;br /&gt;
| 04/07/2019&lt;br /&gt;
|&lt;br /&gt;
* Minor updates&lt;br /&gt;
|-&lt;br /&gt;
| 1.3&lt;br /&gt;
| 19/08/19&lt;br /&gt;
|&lt;br /&gt;
* Minor updates&lt;br /&gt;
|-&lt;br /&gt;
| 1.4&lt;br /&gt;
| 23/08/19&lt;br /&gt;
|&lt;br /&gt;
* Answer update in view of the send method.&lt;br /&gt;
* List of extensible fields and bug catalog.&lt;br /&gt;
|-&lt;br /&gt;
| 1.5&lt;br /&gt;
| 09/2019&lt;br /&gt;
|&lt;br /&gt;
* Wildcards updates based on the September 6th- technical annex.&lt;br /&gt;
|-&lt;br /&gt;
| 1.6&lt;br /&gt;
| 04/2020&lt;br /&gt;
|&lt;br /&gt;
* Updates based on the technical annex 1.8.&lt;br /&gt;
* Acknowledgment of the purchaser.&lt;br /&gt;
* Mail personalization.&lt;br /&gt;
* Additional features.&lt;br /&gt;
* Settle documents at reception.&lt;br /&gt;
* Code  tables.&lt;br /&gt;
* Change of the document&#039;s name.&lt;br /&gt;
* Among other minor changes.&lt;br /&gt;
|-&lt;br /&gt;
| 1.7&lt;br /&gt;
| 06/2020&lt;br /&gt;
|&lt;br /&gt;
* Updates based on the technical annex V1.7-2020. &lt;br /&gt;
* Ajustes de funcionalidades de la plataforma en el mes de mayo.&lt;br /&gt;
|-&lt;br /&gt;
| 2.0&lt;br /&gt;
| 06/2021&lt;br /&gt;
|&lt;br /&gt;
* Updates based on the technical annex V1.8 of the 000012 Resolution. Health sector fields. Code  tables.&lt;br /&gt;
|-&lt;br /&gt;
| 2.1&lt;br /&gt;
| 10/2021&lt;br /&gt;
|&lt;br /&gt;
* Updates based on the technical annex V1.8 of the 000012 Resolution. Health sector fields. Code  tables.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==How to get support==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
*First level support: &lt;br /&gt;
::Phone support / e-mail / chat or teleconference in 5x8 schedule for consultation service and user failures.&lt;br /&gt;
*Second level support:&lt;br /&gt;
::Support remote resolution of incidents in the system in schedule 5X8&lt;br /&gt;
::::Write to [mailto:soporte@thefactoryhka.com.co soporte@thefactoryhka.com.co]&lt;br /&gt;
&lt;br /&gt;
Consultations relating to configurations and errors in the portal:&lt;br /&gt;
* soporte_fel_co@thefactoryhka.com&lt;br /&gt;
&lt;br /&gt;
Consultations relating to configurations of ERP, software house and integration:&lt;br /&gt;
* integracion_fel_co@thefactoryhka.com&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Telephone service lines:&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;MASTER&#039;&#039;&#039; +57 (1) 746.08.12&lt;br /&gt;
*        +57 (1) 508.8990&lt;br /&gt;
*        +57 (1) 517.6795&lt;br /&gt;
*        +57 (1) 517.6796&lt;br /&gt;
*        +57 (1) 311.3063&lt;br /&gt;
** &#039;&#039;&#039;Technical support&#039;&#039;&#039; → Option 2&lt;br /&gt;
** &#039;&#039;&#039;Integration &#039;&#039;&#039; → Option 5 Then Option 1&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;===Synchronous sessions:===&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;====technical support session====&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
Registration as an electronic biller, configuration of numbering ranges, fiscal data configuration, Enabling Tests, Production environment configuration, managment and use of the TFHKA electronic billing portal. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Addressed to:&#039;&#039;&#039; Comercial agencies – Ally software factories -  Final clients&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Schedule:&#039;&#039;&#039;  Tuesday and thursday  from 8:30 AM to 10:00 AM&lt;br /&gt;
&lt;br /&gt;
[https://meet.google.com/yyg-pujr-yqv Enlace Sesiones de Soporte]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;====Integration area sessions&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;====&lt;br /&gt;
Solución integration cases&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Addressed to:&#039;&#039;&#039; Clients that realice Software development to do integration with TFHKA, Ally software factories&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Schedule:&#039;&#039;&#039; Tuesday and thursday  from 8:30 AM to 10:00 AM&lt;br /&gt;
&lt;br /&gt;
[http://meet.google.com/fzo-xmyc-duk Enlace Sesiones Integración]&lt;br /&gt;
{{clear}}&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;== General description==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
This document describes the integration process between the electronic invoicing model with prior validation according to regulatory and technical updates from the DIAN and/or own controls in our integration model.&lt;br /&gt;
&lt;br /&gt;
For the development of this document, was taken as reference the  &#039;&#039;&#039;Technical annexes V1.7-2020 (current) and V1.8 (this last released in October 2019 by the DIAN)&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039;  Not all functionalities, catalogs and billing scenarios referring to the Technical Annex V1.8 are enabled by the DIAN.&lt;br /&gt;
{{clear}}&lt;br /&gt;
===What is The Factory HKA-DFACTURE?===&lt;br /&gt;
It is an electronic billing platform, designed to comply with current legislation in Colombia and offer added values through complementary services.&lt;br /&gt;
===What is The Factory HKA-Dfactura?===&lt;br /&gt;
It is a portal with the capacity to issue documents under the electronic invoicing scheme, managed from the web portal and Addressed to taxpayers who have the obligation to issue electronic invoices by resolution of the DIAN.&lt;br /&gt;
===What is Dintegración?===&lt;br /&gt;
It is a product aimed at the integrator and is made up of the following components:&lt;br /&gt;
*Integration manuals.&lt;br /&gt;
*Bag of support hours via email and/or teleconferences.&lt;br /&gt;
*Credentials for test environment (DEMO) and production. &lt;br /&gt;
*Configurable Templates for graphical representation.&lt;br /&gt;
{{clear}}&lt;br /&gt;
===Functionalities===&lt;br /&gt;
The Factory HKA-DFACTURE platform allows the issuance, reception, consultation, viewing and downloading of the following documents in XML format and/or their corresponding graphic representation in PDF:&lt;br /&gt;
*Invoice of National Sale&lt;br /&gt;
*Export invoice&lt;br /&gt;
*Contingency invoice	&lt;br /&gt;
*Credit note&lt;br /&gt;
*Debit note&lt;br /&gt;
Additionally, the platform allows you to check the status of the Acknowledgment of Receipt by the purchaser, the status of the document by the DIAN, check the number of available stamps/folios and send receipts via email.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;@Important:&#039;&#039;&#039; It is only possible to view or download graphic representations (PDF of electronic documents) generated by our platform on our web portal.&lt;br /&gt;
{{clear}}&lt;br /&gt;
===The direct integration===&lt;br /&gt;
Direct integration is a unique process between the embedded software and The Factory HKA-DFACTURE platform.Integration is an essential activity for the implementation of electronic invoicing in a Billing System or Administrative Software (ERP) and will be carried out only once. This activity consists of linking two platforms with different technologies in order to transmit the necessary data for the construction of the documents and the successful monitoring of the life cycle&lt;br /&gt;
&lt;br /&gt;
In the case of direct integration, the communication is connected directly to the Web Service, which has the advantage of total control of the life cycle of the electronic document, from the origin of the data, through the transmission process to its delivery, acknowledgment of receipt and validation. This form of integration allows a faster and more efficient reaction to errors or inconsistencies that arise in the process.&lt;br /&gt;
&lt;br /&gt;
Direct integration is an exclusive process between the embedded software and The Factory HKA-DFACTURE platform.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;@Important:&#039;&#039;&#039; It is not necessary to implement additional integration with the DIAN, since it has the complete document status tracking functionality. &lt;br /&gt;
{{clear}}&lt;br /&gt;
===Technical requirements for direct integration===&lt;br /&gt;
The Factory HKA-DFACTURE is a SaaS (Software as a Service) type platform: The services, information, processing, inputs and results are hosted on our servers (as technology provider), and we take care of the maintenance, operation, regulatory changes and solution support.&lt;br /&gt;
&lt;br /&gt;
By DIAN regulations, the technology provider has the obligation to keep the documents and guarantee the integrity and security of the data under the ISO 27001 standard. Therefore, extensive planning of processing and storage infrastructure is not necessary to implement electronic billing.&lt;br /&gt;
&lt;br /&gt;
The necessary parameters for the construction of each transaction are exposed independently at the time of consuming the services, and the result is fully delivered at the end of the operation. This means that The Factory HKA does not require managing customer or product/service databases.&lt;br /&gt;
As a technological provider, The Factory HKA Colombia has human resources dedicated to monitoring and analyzing the regulatory changes that the DIAN progressively issues. If a significant change is generated that has an impact on the integration side, the necessary tools and instructions will be provided to apply the corrective measures in the simplest way possible.&lt;br /&gt;
&lt;br /&gt;
The Factory HKA-DFACTURE platform provides integration with a Web Service as a solution for interoperation with third parties. &#039;&#039;&#039;The Web Service is developed in SOAP (Simple Object Access Protocol)&#039;&#039;&#039;. Therefore, the only requirements for integration will be the following:&lt;br /&gt;
&lt;br /&gt;
*Capacity of WS SOAP consumption of the software (development environment) to use.&lt;br /&gt;
*Capability of capturing and validating input data.&lt;br /&gt;
*Optional: Ability to store a copy of the XML/PDF per transaction.&lt;br /&gt;
*Ability to display the status of the electronic document life cycle.&lt;br /&gt;
{{clear}}&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==Electronic invoice operation scheme with prior validation==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
===What is the electronic invoice with prior validation?===&lt;br /&gt;
Electronic Invoicing (FEL) is an operation scheme that allows the issuance of supporting documents for commercial operations between taxpayers in digital format instead of paper, allows the application of fiscal control during the process, and has legal validity for the designated tax entity. by the government of the country.&lt;br /&gt;
&lt;br /&gt;
As of September 2019, it is expected that an electronic invoice will only be valid when its content has been previously validated through the DIAN or through a provider authorized by the tax administration.&lt;br /&gt;
&lt;br /&gt;
Prior validation is established in Law 1943 of 2018, known as the Financing Law. Article 16 of this Law modifies article 616-1 of the Tax Statute, in its first paragraph it establishes that:&lt;br /&gt;
&lt;br /&gt;
“All electronic invoices for tax recognition must be validated prior to their issuance, by the DIAN or by a provider authorized by it. The electronic invoice will only be understood as issued when it is valid and delivered to the purchaser. (…)”&lt;br /&gt;
&lt;br /&gt;
In the electronic invoicing model with prior validation, 5 types of documents will be used:&lt;br /&gt;
*Invoice &lt;br /&gt;
*CreditNote  &lt;br /&gt;
*DebitNote &lt;br /&gt;
*ApplicationResponse (Event): Occurrence related to an Electronic Document, generated by a person or entity related to the document (DIAN, Issuer, Acquirer), this document also contains an electronic signature. &lt;br /&gt;
*AttachedDocument (Document container): The structure of this document is intended to contain in a single XML file an electronic document (Invoice, CreditNote or DebitNote) and all the events (ApplicationResponse) registered to date.&lt;br /&gt;
{{clear}}&lt;br /&gt;
&lt;br /&gt;
===¿Who participates in this scheme?===&lt;br /&gt;
&#039;&#039;&#039;The Tax Entity (DIAN):&#039;&#039;&#039; It is a public institution appointed by the government to collect, control and regulate everything related to taxes. It is the one that has the right to accept and authorize an electronic document. In Colombia, it is the DIAN (Directorate of National Taxes and Customs).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The Issuer or Taxpayer:&#039;&#039;&#039; Is a natural or legal person who has a unique and legal tax information record before the tax entity (NIT: Tax Identification Number) and is under the obligation to issue documents to support their business transactions. The issuer acquires the Billing System or ERP administrative software to simplify and enhance its work and uses it to interact with the electronic billing platform.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The Technological Provider:&#039;&#039;&#039; It is a private entity authorized by the DIAN to provide services related to the Electronic Invoicing scheme: XML construction, sequential control, signing, regulatory change control, processing, storage and consultation. The Factory HKA Colombia is your technology provider.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The Purchaser:&#039;&#039;&#039; Is the person who gives rise to a commercial transaction through the purchase of a product or service, and who finally chooses to receive his electronic document via email.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The Certification Authority:&#039;&#039;&#039; It is a public or private entity authorized by the Tax Entity to issue electronic certificates in accordance with the law and associated regulations. In Colombia, there are several authorities accredited to issue electronic certificates for electronic invoicing, including ANDES SCD.&lt;br /&gt;
{{clear}}&lt;br /&gt;
===Advantages of Electronic Billing===&lt;br /&gt;
The Electronic Billing scheme is advantageous because it is:&lt;br /&gt;
*Full: Guarantees that the information contained is protected and cannot be altered.&lt;br /&gt;
*Authentic: Allows you to verify the identity of the issuer of the document.&lt;br /&gt;
*Legal: This scheme is implemented and accepted under the framework of the Law.&lt;br /&gt;
*Convenient: Eliminates infrastructure for physical media handling, shipping, and storage, and enables printing.&lt;br /&gt;
*Eficiente: It is 100% based on an electronic platform, which makes handling, sending, searching and storing faster and more practical.&lt;br /&gt;
{{clear}}&lt;br /&gt;
===Electronic Billing Process with Prior Validation===&lt;br /&gt;
 &lt;br /&gt;
#The Acquirer originates a transaction through the purchase of a product or service.&lt;br /&gt;
#The Issuer or Taxpayer loads the data through the UI (User Interface) of its ERP.&lt;br /&gt;
#The Issuer or Taxpayer displays the available stamps in the UI of their ERP.&lt;br /&gt;
#The ERP builds the object and exposes it directly to the DFACTURE platform through the corresponding method of the Web Service.&lt;br /&gt;
#The Factory HKA platform – DFACTURE.&lt;br /&gt;
#*Validates the Taxpayer&#039;s access credentials.&lt;br /&gt;
#*It validates the structure of the object that the ERP sends.&lt;br /&gt;
#*Validates the content of the object sent by the ERP.&lt;br /&gt;
#*Assigns the CUFE (Unique Code of Electronic Invoice) to the document.&lt;br /&gt;
#*It builds the XML of the document according to the DIAN regulations.&lt;br /&gt;
#*Sign the document with the Digital Certificate of the Taxpayer.&lt;br /&gt;
#*Optional: Generate a printed representation in PDF according to DIAN regulations.&lt;br /&gt;
#*Stores information in Database (Conservation).&lt;br /&gt;
#*It sends the XML to the DIAN for validation.&lt;br /&gt;
#*Wait for response from DIAN with validation result.&lt;br /&gt;
#*Send the XML and PDF to the email provided by the Purchaser.&lt;br /&gt;
#*It responds to the request from the ERP indicating that the operation was successful.&lt;br /&gt;
#Optionally, the ERP can send the XML and PDF to the purchaser.&lt;br /&gt;
#Optionally, the ERP can download the XML and PDF files for internal purposes.&lt;br /&gt;
#The Purchaser receives the XML and the PDF (via email).&lt;br /&gt;
#The Acquirer has up to 72 hours to give Acknowledgment of Receipt of the document, after which it will be considered a tacit acceptance (this process has not yet been fully defined by the DIAN).&lt;br /&gt;
#The Issuer or Taxpayer displays the status of the acknowledgment of receipt of the Acquirer in the UI of their ERP.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
; Electronic Billing Process with Prior Validation&lt;br /&gt;
[[Archivo:Proceso de Facturación Electrónica con Validación PreviaDIAN.png|Proceso de Facturación Electrónica con Validación Previa (Fuente: DIAN)]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;@Important:&#039;&#039;&#039; For development environments with limitations to consume SOAP Web Services directly, The Factory HKA Colombia makes APIs available, simplifying this process for the integrator.&lt;br /&gt;
{{clear}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==Process characteristics with Prior Validation==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
#In an initial stage, for a single time, the issuer must register and the platform must be configured directly from The Factory HKA-Dinvoice portal.&lt;br /&gt;
#The platform operates under a commercial model of stamps or folios. The stamps correspond to a package of operations that the taxpayer contracts under a commercial agreement with The Factory HKA Colombia, and entitles him to a certain number of transactions. The ERP can consult the Web Service of THE FACTORY HKA – DFACTURE for the available stamps.&lt;br /&gt;
#For the document to be considered an electronic invoice, DIAN validation is required for its subsequent sending to the Acquirer by Dfactura.&lt;br /&gt;
#In the event that the document is not successfully valid before the DIAN, it must be corrected and reissued.&lt;br /&gt;
#The ERP can consume the Web Service to download XML and PDF if you want an alternative backup or offer offline query functionality.&lt;br /&gt;
#The ERP can optionally decide whether to send the XML and PDF to the Acquirer under its structure.&lt;br /&gt;
#The platform&#039;s Web Service offers the functionality of querying the Acknowledgment of Receipt status by the Acquirer. It is updated asynchronously.&lt;br /&gt;
#The Web Service of the platform offers the function of querying the status of the document by the DIAN. It is updated asynchronously.&lt;br /&gt;
#The ERP reflects in its UI the results of your queries and operations with the platform. However, the Issuer or Taxpayer can monitor or review their ERP by accessing The Factory HKA-Dfactura portal, since the operations carried out in the Web Service are reflected in the portal.&lt;br /&gt;
&lt;br /&gt;
; Diagram of components and dependencies of the electronic billing system&lt;br /&gt;
[[Archivo:DIAGRAMA COMPONENTES.png|centro|DIAGRAMA COMPONENTES]]&lt;br /&gt;
&lt;br /&gt;
The figure above shows the way in which the Billing Software (ERP) integrates and makes use of the electronic billing functionalities of The Factory HKA – DFACTURE platform, interacting with external elements (the issuer, the Acquirer and the DIAN) through the available dependencies, you can see the functions that each system must perform.&lt;br /&gt;
{{clear}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==Information security: recommendations on the implementation of electronic invoicing within the issuer&#039;s network and systems==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
This section provides recommendations on the implementation and integration of Electronic Invoicing in your organization and on the configuration of your Systems and networks to mitigate the risks of improper access to data by external parties to your organization.&lt;br /&gt;
===In General:===&lt;br /&gt;
# Have antivirus in your company.&lt;br /&gt;
# Have frequent backup policies and procedures, carried out in a period of execution that is consistent with the criticality of the business. To do this, take the following aspects into account:&lt;br /&gt;
#* Restoration tests should be performed..&lt;br /&gt;
#* They must be in an infrastructure other than the operating one (in the event of ransomware, all the accessed infrastructure will be compromised)&lt;br /&gt;
# If possible, look for security consultants and specialists and carry out ISO 27001:2013 audits to assess the quality of the decisions made in the implementation of electronic invoicing in your company.&lt;br /&gt;
# Avoid the use of generic users and/or Administrators in the organization and apply to each user the access control, permissions and roles that correspond to them according to their function. &lt;br /&gt;
===Individuals with The Factory HKA Colombia SAS:===&lt;br /&gt;
#Only allow access to TCP/UDP ports 80 and 443 to the domains indicated below:&lt;br /&gt;
#**.thefactoryhka.com.co&lt;br /&gt;
#*emisionrest21.thefactoryhka.com.co (Integration – Production)&lt;br /&gt;
#*invoice21.thefactoryhka.com.co (Portal – Production)&lt;br /&gt;
#*demoemisionrest21.thefactoryhka.com.co (Integration –Demo)&lt;br /&gt;
#*demofactura.thefactoryhka.com.co (Portal – Demo)&lt;br /&gt;
#Open access to these TCP/UDP ports to the entire internet is not recommended.&lt;br /&gt;
#In the electronic invoice model with The Factory HKA Colombia SAS, the requests arise from the client only, so they can establish rules from external connection attempts. (The communication will always be initiated by the client software.)&lt;br /&gt;
#If The Factory HKA Colombia SAS client software tools are used, such as:&lt;br /&gt;
#*intTFHKAFEL21.exe&lt;br /&gt;
#*AutoFact.exe&lt;br /&gt;
#:And they are seen as a risk by the antivirus system or client protection, an exception must be generated in the firewall, antivirus, and any other protection system solely and exclusively for them.&lt;br /&gt;
#The Company TOKEN and production TOKEN Password for the Electronic Invoicing Platform of The Factory HKA Colombia SAS must be kept confidential and only be accessible by trusted personnel.&lt;br /&gt;
#In the event that the issuer contracts a graphic representation service with the software house, or developer, in charge of making the corresponding adjustments in the accounting software or ERP for the issuance of electronic documents, the following aspects must be taken into account:&lt;br /&gt;
#*The Factory HKA is responsible for the generation of the UBL and its transmission to the DIAN.&lt;br /&gt;
#*Once the correct validation and generation of the UBL is verified, the software house can proceed to generate a graphic representation that must comply with:&lt;br /&gt;
#::The elements of law required by the DIAN: inclusion of the QR code and the CUFE or CUDE chain in the documents, as appropriate.&lt;br /&gt;
#::The elements of law required by any supervisory entity from the issuer of the documents.&lt;br /&gt;
#::The visual and brand representation elements required by the client: logos, banking information, legends referring to the tax responsibilities of the issuer, etc.&lt;br /&gt;
#*The Software House, in this scenario, assumes responsibility together with the taxpayer for any incident of fraud due to evasion, misinterpretation, error or omission of relevant and mandatory information by the regulations.&lt;br /&gt;
#:TFHKA does not protect this representation in its systems and makes it clear that its participation as a technology provider is limited to the generation of the UBL and its validation to the DIAN.&lt;br /&gt;
{{clear}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==Web services soap with prior validation==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
To consume the methods of the Web Service, it is essential to use the access credentials, made up of a Company Token and a Password Token., To consume the methods of the Web Service, the use of access credentials, made up of a Company Token and a Password Token, is essential. It will also be necessary to know the URL&#039;s of the Web Services of the integration environment with prior validation., It will also be necessary to know the URLs of the Web Services of the integration environment with previous validation. These elements will be provided by The Factory HKA Colombia Integration team.&lt;br /&gt;
&#039;&#039;&#039;@Important:&#039;&#039;&#039; This document refers to the integration process with prior validation, its technical and regulatory change controls and its differences with the web service with subsequent validation.&lt;br /&gt;
&lt;br /&gt;
Below are the methods that will be available in THE FACTORY HKA-DFACTURE Web Services for electronic invoicing with prior validation:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background:#e9e9e9; text-align:center;&amp;quot;|Service&lt;br /&gt;
! style=&amp;quot;background:#e9e9e9; text-align:center;&amp;quot;|Method&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
| Issue Web SOAP&lt;br /&gt;
|&lt;br /&gt;
* Enviar&lt;br /&gt;
* EstadoDocumento&lt;br /&gt;
* EnvioCorreo&lt;br /&gt;
* DescargaPDF&lt;br /&gt;
* DescargaXML&lt;br /&gt;
* FoliosRestantes&lt;br /&gt;
* CargarCertificado (Uso interno)&lt;br /&gt;
* DescargarEventoXML (Nuevo)&lt;br /&gt;
* GenerarContenedor (Nuevo)&lt;br /&gt;
* GenerarEvento (Nuevo)&lt;br /&gt;
|-&lt;br /&gt;
| Attached Web SOAP&lt;br /&gt;
| &lt;br /&gt;
*CargarAdjuntos &lt;br /&gt;
|-&lt;br /&gt;
|Reports Web SOAP (New)&lt;br /&gt;
|&lt;br /&gt;
* DescargarReporte&lt;br /&gt;
* ProgramarReporte&lt;br /&gt;
* SolicitudReporteSincrono&lt;br /&gt;
|}&lt;br /&gt;
{{clear}}&lt;/div&gt;</summary>
		<author><name>Lvargas</name></author>
	</entry>
	<entry>
		<id>http://felcowiki.thefactoryhka.com.co/index.php?title=Generalidades_-_Direct_Integration_Manual_Index_-_Electronic_Bill&amp;diff=2409</id>
		<title>Generalidades - Direct Integration Manual Index - Electronic Bill</title>
		<link rel="alternate" type="text/html" href="http://felcowiki.thefactoryhka.com.co/index.php?title=Generalidades_-_Direct_Integration_Manual_Index_-_Electronic_Bill&amp;diff=2409"/>
		<updated>2022-02-28T13:52:18Z</updated>

		<summary type="html">&lt;p&gt;Lvargas: /* ¿What is la Facturación Electrónica con Validación Previa? */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==Version record==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background:#e9e9e9; text-align:center;&amp;quot;|Version&lt;br /&gt;
! style=&amp;quot;background:#e9e9e9; text-align:center;&amp;quot;|Launch date &lt;br /&gt;
! style=&amp;quot;background:#e9e9e9; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
| 0&lt;br /&gt;
| 07/05/2019&lt;br /&gt;
|&lt;br /&gt;
* Preview version.&lt;br /&gt;
|-&lt;br /&gt;
| 1.0&lt;br /&gt;
| 14/06/2019&lt;br /&gt;
|&lt;br /&gt;
* Initial version.&lt;br /&gt;
* &amp;quot;Technical annex V1.4 (19-04-19)&amp;quot; DIAN reference.&lt;br /&gt;
|-&lt;br /&gt;
| 1.1&lt;br /&gt;
| 04/07/2019&lt;br /&gt;
|&lt;br /&gt;
* &amp;quot;Sale electronic bill Technical annex – final&amp;quot; DIAN Reference update.&lt;br /&gt;
|-&lt;br /&gt;
| 1.2&lt;br /&gt;
| 04/07/2019&lt;br /&gt;
|&lt;br /&gt;
* Minor updates&lt;br /&gt;
|-&lt;br /&gt;
| 1.3&lt;br /&gt;
| 19/08/19&lt;br /&gt;
|&lt;br /&gt;
* Minor updates&lt;br /&gt;
|-&lt;br /&gt;
| 1.4&lt;br /&gt;
| 23/08/19&lt;br /&gt;
|&lt;br /&gt;
* Answer update in view of the send method.&lt;br /&gt;
* List of extensible fields and bug catalog.&lt;br /&gt;
|-&lt;br /&gt;
| 1.5&lt;br /&gt;
| 09/2019&lt;br /&gt;
|&lt;br /&gt;
* Wildcards updates based on the September 6th- technical annex.&lt;br /&gt;
|-&lt;br /&gt;
| 1.6&lt;br /&gt;
| 04/2020&lt;br /&gt;
|&lt;br /&gt;
* Updates based on the technical annex 1.8.&lt;br /&gt;
* Acknowledgment of the purchaser.&lt;br /&gt;
* Mail personalization.&lt;br /&gt;
* Additional features.&lt;br /&gt;
* Settle documents at reception.&lt;br /&gt;
* Code  tables.&lt;br /&gt;
* Change of the document&#039;s name.&lt;br /&gt;
* Among other minor changes.&lt;br /&gt;
|-&lt;br /&gt;
| 1.7&lt;br /&gt;
| 06/2020&lt;br /&gt;
|&lt;br /&gt;
* Updates based on the technical annex V1.7-2020. &lt;br /&gt;
* Ajustes de funcionalidades de la plataforma en el mes de mayo.&lt;br /&gt;
|-&lt;br /&gt;
| 2.0&lt;br /&gt;
| 06/2021&lt;br /&gt;
|&lt;br /&gt;
* Updates based on the technical annex V1.8 of the 000012 Resolution. Health sector fields. Code  tables.&lt;br /&gt;
|-&lt;br /&gt;
| 2.1&lt;br /&gt;
| 10/2021&lt;br /&gt;
|&lt;br /&gt;
* Updates based on the technical annex V1.8 of the 000012 Resolution. Health sector fields. Code  tables.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==How to get support==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
*First level support: &lt;br /&gt;
::Phone support / e-mail / chat or teleconference in 5x8 schedule for consultation service and user failures.&lt;br /&gt;
*Second level support:&lt;br /&gt;
::Support remote resolution of incidents in the system in schedule 5X8&lt;br /&gt;
::::Write to [mailto:soporte@thefactoryhka.com.co soporte@thefactoryhka.com.co]&lt;br /&gt;
&lt;br /&gt;
Consultations relating to configurations and errors in the portal:&lt;br /&gt;
* soporte_fel_co@thefactoryhka.com&lt;br /&gt;
&lt;br /&gt;
Consultations relating to configurations of ERP, software house and integration:&lt;br /&gt;
* integracion_fel_co@thefactoryhka.com&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Telephone service lines:&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;MASTER&#039;&#039;&#039; +57 (1) 746.08.12&lt;br /&gt;
*        +57 (1) 508.8990&lt;br /&gt;
*        +57 (1) 517.6795&lt;br /&gt;
*        +57 (1) 517.6796&lt;br /&gt;
*        +57 (1) 311.3063&lt;br /&gt;
** &#039;&#039;&#039;Technical support&#039;&#039;&#039; → Option 2&lt;br /&gt;
** &#039;&#039;&#039;Integration &#039;&#039;&#039; → Option 5 Then Option 1&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;===Synchronous sessions:===&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;====technical support session====&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
Registration as an electronic biller, configuration of numbering ranges, fiscal data configuration, Enabling Tests, Production environment configuration, managment and use of the TFHKA electronic billing portal. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Addressed to:&#039;&#039;&#039; Comercial agencies – Ally software factories -  Final clients&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Schedule:&#039;&#039;&#039;  Tuesday and thursday  from 8:30 AM to 10:00 AM&lt;br /&gt;
&lt;br /&gt;
[https://meet.google.com/yyg-pujr-yqv Enlace Sesiones de Soporte]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;====Integration area sessions&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;====&lt;br /&gt;
Solución integration cases&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Addressed to:&#039;&#039;&#039; Clients that realice Software development to do integration with TFHKA, Ally software factories&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Schedule:&#039;&#039;&#039; Tuesday and thursday  from 8:30 AM to 10:00 AM&lt;br /&gt;
&lt;br /&gt;
[http://meet.google.com/fzo-xmyc-duk Enlace Sesiones Integración]&lt;br /&gt;
{{clear}}&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;== General description==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
This document describes the integration process between the electronic invoicing model with prior validation according to regulatory and technical updates from the DIAN and/or own controls in our integration model.&lt;br /&gt;
&lt;br /&gt;
For the development of this document, was taken as reference the  &#039;&#039;&#039;Technical annexes V1.7-2020 (current) and V1.8 (this last released in October 2019 by the DIAN)&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039;  Not all functionalities, catalogs and billing scenarios referring to the Technical Annex V1.8 are enabled by the DIAN.&lt;br /&gt;
{{clear}}&lt;br /&gt;
===¿What is The Factory HKA-DFACTURE?===&lt;br /&gt;
It is an electronic billing platform, designed to comply with current legislation in Colombia and offer added values through complementary services.&lt;br /&gt;
===¿What is The Factory HKA-Dfactura?===&lt;br /&gt;
It is a portal with the capacity to issue documents under the electronic invoicing scheme, managed from the web portal and Addressed to taxpayers who have the obligation to issue electronic invoices by resolution of the DIAN.&lt;br /&gt;
===¿What is Dintegración?===&lt;br /&gt;
It is a product aimed at the integrator and is made up of the following components:&lt;br /&gt;
*Integration manuals.&lt;br /&gt;
*Bag of support hours via email and/or teleconferences.&lt;br /&gt;
*Credentials for test environment (DEMO) and production. &lt;br /&gt;
*Configurable Templates for graphical representation.&lt;br /&gt;
{{clear}}&lt;br /&gt;
===Functionalities===&lt;br /&gt;
The Factory HKA-DFACTURE platform allows the issuance, reception, consultation, viewing and downloading of the following documents in XML format and/or their corresponding graphic representation in PDF:&lt;br /&gt;
*Invoice of National Sale&lt;br /&gt;
*Export invoice&lt;br /&gt;
*Contingency invoice	&lt;br /&gt;
*Credit note&lt;br /&gt;
*Debit note&lt;br /&gt;
Additionally, the platform allows you to check the status of the Acknowledgment of Receipt by the purchaser, the status of the document by the DIAN, check the number of available stamps/folios and send receipts via email.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;@Important:&#039;&#039;&#039; It is only possible to view or download graphic representations (PDF of electronic documents) generated by our platform on our web portal.&lt;br /&gt;
{{clear}}&lt;br /&gt;
===The direct integration===&lt;br /&gt;
Direct integration is a unique process between the embedded software and The Factory HKA-DFACTURE platform.Integration is an essential activity for the implementation of electronic invoicing in a Billing System or Administrative Software (ERP) and will be carried out only once. This activity consists of linking two platforms with different technologies in order to transmit the necessary data for the construction of the documents and the successful monitoring of the life cycle&lt;br /&gt;
&lt;br /&gt;
In the case of direct integration, the communication is connected directly to the Web Service, which has the advantage of total control of the life cycle of the electronic document, from the origin of the data, through the transmission process to its delivery, acknowledgment of receipt and validation. This form of integration allows a faster and more efficient reaction to errors or inconsistencies that arise in the process.&lt;br /&gt;
&lt;br /&gt;
Direct integration is an exclusive process between the embedded software and The Factory HKA-DFACTURE platform.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;@Important:&#039;&#039;&#039; It is not necessary to implement additional integration with the DIAN, since it has the complete document status tracking functionality. &lt;br /&gt;
{{clear}}&lt;br /&gt;
===Technical requirements for direct integration===&lt;br /&gt;
The Factory HKA-DFACTURE is a SaaS (Software as a Service) type platform: The services, information, processing, inputs and results are hosted on our servers (as technology provider), and we take care of the maintenance, operation, regulatory changes and solution support.&lt;br /&gt;
&lt;br /&gt;
By DIAN regulations, the technology provider has the obligation to keep the documents and guarantee the integrity and security of the data under the ISO 27001 standard. Therefore, extensive planning of processing and storage infrastructure is not necessary to implement electronic billing.&lt;br /&gt;
&lt;br /&gt;
The necessary parameters for the construction of each transaction are exposed independently at the time of consuming the services, and the result is fully delivered at the end of the operation. This means that The Factory HKA does not require managing customer or product/service databases.&lt;br /&gt;
As a technological provider, The Factory HKA Colombia has human resources dedicated to monitoring and analyzing the regulatory changes that the DIAN progressively issues. If a significant change is generated that has an impact on the integration side, the necessary tools and instructions will be provided to apply the corrective measures in the simplest way possible.&lt;br /&gt;
&lt;br /&gt;
The Factory HKA-DFACTURE platform provides integration with a Web Service as a solution for interoperation with third parties. &#039;&#039;&#039;The Web Service is developed in SOAP (Simple Object Access Protocol)&#039;&#039;&#039;. Therefore, the only requirements for integration will be the following:&lt;br /&gt;
&lt;br /&gt;
*Capacity of WS SOAP consumption of the software (development environment) to use.&lt;br /&gt;
*Capability of capturing and validating input data.&lt;br /&gt;
*Optional: Ability to store a copy of the XML/PDF per transaction.&lt;br /&gt;
*Ability to display the status of the electronic document life cycle.&lt;br /&gt;
{{clear}}&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==Electronic invoice operation scheme with prior validation==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
===¿What is the electronic invoice with prior validation?===&lt;br /&gt;
Electronic Invoicing (FEL) is an operation scheme that allows the issuance of supporting documents for commercial operations between taxpayers in digital format instead of paper, allows the application of fiscal control during the process, and has legal validity for the designated tax entity. by the government of the country.&lt;br /&gt;
&lt;br /&gt;
As of September 2019, it is expected that an electronic invoice will only be valid when its content has been previously validated through the DIAN or through a provider authorized by the tax administration.&lt;br /&gt;
&lt;br /&gt;
Prior validation is established in Law 1943 of 2018, known as the Financing Law. Article 16 of this Law modifies article 616-1 of the Tax Statute, in its first paragraph it establishes that:&lt;br /&gt;
&lt;br /&gt;
“All electronic invoices for tax recognition must be validated prior to their issuance, by the DIAN or by a provider authorized by it. The electronic invoice will only be understood as issued when it is valid and delivered to the purchaser. (…)”&lt;br /&gt;
&lt;br /&gt;
In the electronic invoicing model with prior validation, 5 types of documents will be used:&lt;br /&gt;
*Invoice &lt;br /&gt;
*CreditNote  &lt;br /&gt;
*DebitNote &lt;br /&gt;
*ApplicationResponse (Event): Occurrence related to an Electronic Document, generated by a person or entity related to the document (DIAN, Issuer, Acquirer), this document also contains an electronic signature. &lt;br /&gt;
*AttachedDocument (Document container): The structure of this document is intended to contain in a single XML file an electronic document (Invoice, CreditNote or DebitNote) and all the events (ApplicationResponse) registered to date.&lt;br /&gt;
{{clear}}&lt;br /&gt;
&lt;br /&gt;
===¿Who participates in this scheme?===&lt;br /&gt;
&#039;&#039;&#039;The Tax Entity (DIAN):&#039;&#039;&#039; It is a public institution appointed by the government to collect, control and regulate everything related to taxes. It is the one that has the right to accept and authorize an electronic document. In Colombia, it is the DIAN (Directorate of National Taxes and Customs).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The Issuer or Taxpayer:&#039;&#039;&#039; Is a natural or legal person who has a unique and legal tax information record before the tax entity (NIT: Tax Identification Number) and is under the obligation to issue documents to support their business transactions. The issuer acquires the Billing System or ERP administrative software to simplify and enhance its work and uses it to interact with the electronic billing platform.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The Technological Provider:&#039;&#039;&#039; It is a private entity authorized by the DIAN to provide services related to the Electronic Invoicing scheme: XML construction, sequential control, signing, regulatory change control, processing, storage and consultation. The Factory HKA Colombia is your technology provider.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The Purchaser:&#039;&#039;&#039; Is the person who gives rise to a commercial transaction through the purchase of a product or service, and who finally chooses to receive his electronic document via email.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The Certification Authority:&#039;&#039;&#039; It is a public or private entity authorized by the Tax Entity to issue electronic certificates in accordance with the law and associated regulations. In Colombia, there are several authorities accredited to issue electronic certificates for electronic invoicing, including ANDES SCD.&lt;br /&gt;
{{clear}}&lt;br /&gt;
===Advantages of Electronic Billing===&lt;br /&gt;
The Electronic Billing scheme is advantageous because it is:&lt;br /&gt;
*Full: Guarantees that the information contained is protected and cannot be altered.&lt;br /&gt;
*Authentic: Allows you to verify the identity of the issuer of the document.&lt;br /&gt;
*Legal: This scheme is implemented and accepted under the framework of the Law.&lt;br /&gt;
*Convenient: Eliminates infrastructure for physical media handling, shipping, and storage, and enables printing.&lt;br /&gt;
*Eficiente: It is 100% based on an electronic platform, which makes handling, sending, searching and storing faster and more practical.&lt;br /&gt;
{{clear}}&lt;br /&gt;
===Electronic Billing Process with Prior Validation===&lt;br /&gt;
 &lt;br /&gt;
#The Acquirer originates a transaction through the purchase of a product or service.&lt;br /&gt;
#The Issuer or Taxpayer loads the data through the UI (User Interface) of its ERP.&lt;br /&gt;
#The Issuer or Taxpayer displays the available stamps in the UI of their ERP.&lt;br /&gt;
#The ERP builds the object and exposes it directly to the DFACTURE platform through the corresponding method of the Web Service.&lt;br /&gt;
#The Factory HKA platform – DFACTURE.&lt;br /&gt;
#*Validates the Taxpayer&#039;s access credentials.&lt;br /&gt;
#*It validates the structure of the object that the ERP sends.&lt;br /&gt;
#*Validates the content of the object sent by the ERP.&lt;br /&gt;
#*Assigns the CUFE (Unique Code of Electronic Invoice) to the document.&lt;br /&gt;
#*It builds the XML of the document according to the DIAN regulations.&lt;br /&gt;
#*Sign the document with the Digital Certificate of the Taxpayer.&lt;br /&gt;
#*Optional: Generate a printed representation in PDF according to DIAN regulations.&lt;br /&gt;
#*Stores information in Database (Conservation).&lt;br /&gt;
#*It sends the XML to the DIAN for validation.&lt;br /&gt;
#*Wait for response from DIAN with validation result.&lt;br /&gt;
#*Send the XML and PDF to the email provided by the Purchaser.&lt;br /&gt;
#*It responds to the request from the ERP indicating that the operation was successful.&lt;br /&gt;
#Optionally, the ERP can send the XML and PDF to the purchaser.&lt;br /&gt;
#Optionally, the ERP can download the XML and PDF files for internal purposes.&lt;br /&gt;
#The Purchaser receives the XML and the PDF (via email).&lt;br /&gt;
#The Acquirer has up to 72 hours to give Acknowledgment of Receipt of the document, after which it will be considered a tacit acceptance (this process has not yet been fully defined by the DIAN).&lt;br /&gt;
#The Issuer or Taxpayer displays the status of the acknowledgment of receipt of the Acquirer in the UI of their ERP.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
; Electronic Billing Process with Prior Validation&lt;br /&gt;
[[Archivo:Proceso de Facturación Electrónica con Validación PreviaDIAN.png|Proceso de Facturación Electrónica con Validación Previa (Fuente: DIAN)]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;@Important:&#039;&#039;&#039; For development environments with limitations to consume SOAP Web Services directly, The Factory HKA Colombia makes APIs available, simplifying this process for the integrator.&lt;br /&gt;
{{clear}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==Process characteristics with Prior Validation==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
#In an initial stage, for a single time, the issuer must register and the platform must be configured directly from The Factory HKA-Dinvoice portal.&lt;br /&gt;
#The platform operates under a commercial model of stamps or folios. The stamps correspond to a package of operations that the taxpayer contracts under a commercial agreement with The Factory HKA Colombia, and entitles him to a certain number of transactions. The ERP can consult the Web Service of THE FACTORY HKA – DFACTURE for the available stamps.&lt;br /&gt;
#For the document to be considered an electronic invoice, DIAN validation is required for its subsequent sending to the Acquirer by Dfactura.&lt;br /&gt;
#In the event that the document is not successfully valid before the DIAN, it must be corrected and reissued.&lt;br /&gt;
#The ERP can consume the Web Service to download XML and PDF if you want an alternative backup or offer offline query functionality.&lt;br /&gt;
#The ERP can optionally decide whether to send the XML and PDF to the Acquirer under its structure.&lt;br /&gt;
#The platform&#039;s Web Service offers the functionality of querying the Acknowledgment of Receipt status by the Acquirer. It is updated asynchronously.&lt;br /&gt;
#The Web Service of the platform offers the function of querying the status of the document by the DIAN. It is updated asynchronously.&lt;br /&gt;
#The ERP reflects in its UI the results of your queries and operations with the platform. However, the Issuer or Taxpayer can monitor or review their ERP by accessing The Factory HKA-Dfactura portal, since the operations carried out in the Web Service are reflected in the portal.&lt;br /&gt;
&lt;br /&gt;
; Diagram of components and dependencies of the electronic billing system&lt;br /&gt;
[[Archivo:DIAGRAMA COMPONENTES.png|centro|DIAGRAMA COMPONENTES]]&lt;br /&gt;
&lt;br /&gt;
The figure above shows the way in which the Billing Software (ERP) integrates and makes use of the electronic billing functionalities of The Factory HKA – DFACTURE platform, interacting with external elements (the issuer, the Acquirer and the DIAN) through the available dependencies, you can see the functions that each system must perform.&lt;br /&gt;
{{clear}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==Information security: recommendations on the implementation of electronic invoicing within the issuer&#039;s network and systems==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
This section provides recommendations on the implementation and integration of Electronic Invoicing in your organization and on the configuration of your Systems and networks to mitigate the risks of improper access to data by external parties to your organization.&lt;br /&gt;
===In General:===&lt;br /&gt;
# Have antivirus in your company.&lt;br /&gt;
# Have frequent backup policies and procedures, carried out in a period of execution that is consistent with the criticality of the business. To do this, take the following aspects into account:&lt;br /&gt;
#* Restoration tests should be performed..&lt;br /&gt;
#* They must be in an infrastructure other than the operating one (in the event of ransomware, all the accessed infrastructure will be compromised)&lt;br /&gt;
# If possible, look for security consultants and specialists and carry out ISO 27001:2013 audits to assess the quality of the decisions made in the implementation of electronic invoicing in your company.&lt;br /&gt;
# Avoid the use of generic users and/or Administrators in the organization and apply to each user the access control, permissions and roles that correspond to them according to their function. &lt;br /&gt;
===Individuals with The Factory HKA Colombia SAS:===&lt;br /&gt;
#Only allow access to TCP/UDP ports 80 and 443 to the domains indicated below:&lt;br /&gt;
#**.thefactoryhka.com.co&lt;br /&gt;
#*emisionrest21.thefactoryhka.com.co (Integration – Production)&lt;br /&gt;
#*invoice21.thefactoryhka.com.co (Portal – Production)&lt;br /&gt;
#*demoemisionrest21.thefactoryhka.com.co (Integration –Demo)&lt;br /&gt;
#*demofactura.thefactoryhka.com.co (Portal – Demo)&lt;br /&gt;
#Open access to these TCP/UDP ports to the entire internet is not recommended.&lt;br /&gt;
#In the electronic invoice model with The Factory HKA Colombia SAS, the requests arise from the client only, so they can establish rules from external connection attempts. (The communication will always be initiated by the client software.)&lt;br /&gt;
#If The Factory HKA Colombia SAS client software tools are used, such as:&lt;br /&gt;
#*intTFHKAFEL21.exe&lt;br /&gt;
#*AutoFact.exe&lt;br /&gt;
#:And they are seen as a risk by the antivirus system or client protection, an exception must be generated in the firewall, antivirus, and any other protection system solely and exclusively for them.&lt;br /&gt;
#The Company TOKEN and production TOKEN Password for the Electronic Invoicing Platform of The Factory HKA Colombia SAS must be kept confidential and only be accessible by trusted personnel.&lt;br /&gt;
#In the event that the issuer contracts a graphic representation service with the software house, or developer, in charge of making the corresponding adjustments in the accounting software or ERP for the issuance of electronic documents, the following aspects must be taken into account:&lt;br /&gt;
#*The Factory HKA is responsible for the generation of the UBL and its transmission to the DIAN.&lt;br /&gt;
#*Once the correct validation and generation of the UBL is verified, the software house can proceed to generate a graphic representation that must comply with:&lt;br /&gt;
#::The elements of law required by the DIAN: inclusion of the QR code and the CUFE or CUDE chain in the documents, as appropriate.&lt;br /&gt;
#::The elements of law required by any supervisory entity from the issuer of the documents.&lt;br /&gt;
#::The visual and brand representation elements required by the client: logos, banking information, legends referring to the tax responsibilities of the issuer, etc.&lt;br /&gt;
#*The Software House, in this scenario, assumes responsibility together with the taxpayer for any incident of fraud due to evasion, misinterpretation, error or omission of relevant and mandatory information by the regulations.&lt;br /&gt;
#:TFHKA does not protect this representation in its systems and makes it clear that its participation as a technology provider is limited to the generation of the UBL and its validation to the DIAN.&lt;br /&gt;
{{clear}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==Web services soap with prior validation==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
To consume the methods of the Web Service, it is essential to use the access credentials, made up of a Company Token and a Password Token., To consume the methods of the Web Service, the use of access credentials, made up of a Company Token and a Password Token, is essential. It will also be necessary to know the URL&#039;s of the Web Services of the integration environment with prior validation., It will also be necessary to know the URLs of the Web Services of the integration environment with previous validation. These elements will be provided by The Factory HKA Colombia Integration team.&lt;br /&gt;
&#039;&#039;&#039;@Important:&#039;&#039;&#039; This document refers to the integration process with prior validation, its technical and regulatory change controls and its differences with the web service with subsequent validation.&lt;br /&gt;
&lt;br /&gt;
Below are the methods that will be available in THE FACTORY HKA-DFACTURE Web Services for electronic invoicing with prior validation:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background:#e9e9e9; text-align:center;&amp;quot;|Service&lt;br /&gt;
! style=&amp;quot;background:#e9e9e9; text-align:center;&amp;quot;|Method&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
| Issue Web SOAP&lt;br /&gt;
|&lt;br /&gt;
* Enviar&lt;br /&gt;
* EstadoDocumento&lt;br /&gt;
* EnvioCorreo&lt;br /&gt;
* DescargaPDF&lt;br /&gt;
* DescargaXML&lt;br /&gt;
* FoliosRestantes&lt;br /&gt;
* CargarCertificado (Uso interno)&lt;br /&gt;
* DescargarEventoXML (Nuevo)&lt;br /&gt;
* GenerarContenedor (Nuevo)&lt;br /&gt;
* GenerarEvento (Nuevo)&lt;br /&gt;
|-&lt;br /&gt;
| Attached Web SOAP&lt;br /&gt;
| &lt;br /&gt;
*CargarAdjuntos &lt;br /&gt;
|-&lt;br /&gt;
|Reports Web SOAP (New)&lt;br /&gt;
|&lt;br /&gt;
* DescargarReporte&lt;br /&gt;
* ProgramarReporte&lt;br /&gt;
* SolicitudReporteSincrono&lt;br /&gt;
|}&lt;br /&gt;
{{clear}}&lt;/div&gt;</summary>
		<author><name>Lvargas</name></author>
	</entry>
	<entry>
		<id>http://felcowiki.thefactoryhka.com.co/index.php?title=Generalidades_-_Direct_Integration_Manual_Index_-_Electronic_Bill&amp;diff=2408</id>
		<title>Generalidades - Direct Integration Manual Index - Electronic Bill</title>
		<link rel="alternate" type="text/html" href="http://felcowiki.thefactoryhka.com.co/index.php?title=Generalidades_-_Direct_Integration_Manual_Index_-_Electronic_Bill&amp;diff=2408"/>
		<updated>2022-02-28T13:50:37Z</updated>

		<summary type="html">&lt;p&gt;Lvargas: /* ¿What is la Facturación Electrónica con Validación Previa? */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==Version record==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background:#e9e9e9; text-align:center;&amp;quot;|Version&lt;br /&gt;
! style=&amp;quot;background:#e9e9e9; text-align:center;&amp;quot;|Launch date &lt;br /&gt;
! style=&amp;quot;background:#e9e9e9; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
| 0&lt;br /&gt;
| 07/05/2019&lt;br /&gt;
|&lt;br /&gt;
* Preview version.&lt;br /&gt;
|-&lt;br /&gt;
| 1.0&lt;br /&gt;
| 14/06/2019&lt;br /&gt;
|&lt;br /&gt;
* Initial version.&lt;br /&gt;
* &amp;quot;Technical annex V1.4 (19-04-19)&amp;quot; DIAN reference.&lt;br /&gt;
|-&lt;br /&gt;
| 1.1&lt;br /&gt;
| 04/07/2019&lt;br /&gt;
|&lt;br /&gt;
* &amp;quot;Sale electronic bill Technical annex – final&amp;quot; DIAN Reference update.&lt;br /&gt;
|-&lt;br /&gt;
| 1.2&lt;br /&gt;
| 04/07/2019&lt;br /&gt;
|&lt;br /&gt;
* Minor updates&lt;br /&gt;
|-&lt;br /&gt;
| 1.3&lt;br /&gt;
| 19/08/19&lt;br /&gt;
|&lt;br /&gt;
* Minor updates&lt;br /&gt;
|-&lt;br /&gt;
| 1.4&lt;br /&gt;
| 23/08/19&lt;br /&gt;
|&lt;br /&gt;
* Answer update in view of the send method.&lt;br /&gt;
* List of extensible fields and bug catalog.&lt;br /&gt;
|-&lt;br /&gt;
| 1.5&lt;br /&gt;
| 09/2019&lt;br /&gt;
|&lt;br /&gt;
* Wildcards updates based on the September 6th- technical annex.&lt;br /&gt;
|-&lt;br /&gt;
| 1.6&lt;br /&gt;
| 04/2020&lt;br /&gt;
|&lt;br /&gt;
* Updates based on the technical annex 1.8.&lt;br /&gt;
* Acknowledgment of the purchaser.&lt;br /&gt;
* Mail personalization.&lt;br /&gt;
* Additional features.&lt;br /&gt;
* Settle documents at reception.&lt;br /&gt;
* Code  tables.&lt;br /&gt;
* Change of the document&#039;s name.&lt;br /&gt;
* Among other minor changes.&lt;br /&gt;
|-&lt;br /&gt;
| 1.7&lt;br /&gt;
| 06/2020&lt;br /&gt;
|&lt;br /&gt;
* Updates based on the technical annex V1.7-2020. &lt;br /&gt;
* Ajustes de funcionalidades de la plataforma en el mes de mayo.&lt;br /&gt;
|-&lt;br /&gt;
| 2.0&lt;br /&gt;
| 06/2021&lt;br /&gt;
|&lt;br /&gt;
* Updates based on the technical annex V1.8 of the 000012 Resolution. Health sector fields. Code  tables.&lt;br /&gt;
|-&lt;br /&gt;
| 2.1&lt;br /&gt;
| 10/2021&lt;br /&gt;
|&lt;br /&gt;
* Updates based on the technical annex V1.8 of the 000012 Resolution. Health sector fields. Code  tables.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==How to get support==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
*First level support: &lt;br /&gt;
::Phone support / e-mail / chat or teleconference in 5x8 schedule for consultation service and user failures.&lt;br /&gt;
*Second level support:&lt;br /&gt;
::Support remote resolution of incidents in the system in schedule 5X8&lt;br /&gt;
::::Write to [mailto:soporte@thefactoryhka.com.co soporte@thefactoryhka.com.co]&lt;br /&gt;
&lt;br /&gt;
Consultations relating to configurations and errors in the portal:&lt;br /&gt;
* soporte_fel_co@thefactoryhka.com&lt;br /&gt;
&lt;br /&gt;
Consultations relating to configurations of ERP, software house and integration:&lt;br /&gt;
* integracion_fel_co@thefactoryhka.com&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Telephone service lines:&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;MASTER&#039;&#039;&#039; +57 (1) 746.08.12&lt;br /&gt;
*        +57 (1) 508.8990&lt;br /&gt;
*        +57 (1) 517.6795&lt;br /&gt;
*        +57 (1) 517.6796&lt;br /&gt;
*        +57 (1) 311.3063&lt;br /&gt;
** &#039;&#039;&#039;Technical support&#039;&#039;&#039; → Option 2&lt;br /&gt;
** &#039;&#039;&#039;Integration &#039;&#039;&#039; → Option 5 Then Option 1&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;===Synchronous sessions:===&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;====technical support session====&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
Registration as an electronic biller, configuration of numbering ranges, fiscal data configuration, Enabling Tests, Production environment configuration, managment and use of the TFHKA electronic billing portal. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Addressed to:&#039;&#039;&#039; Comercial agencies – Ally software factories -  Final clients&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Schedule:&#039;&#039;&#039;  Tuesday and thursday  from 8:30 AM to 10:00 AM&lt;br /&gt;
&lt;br /&gt;
[https://meet.google.com/yyg-pujr-yqv Enlace Sesiones de Soporte]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;====Integration area sessions&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;====&lt;br /&gt;
Solución integration cases&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Addressed to:&#039;&#039;&#039; Clients that realice Software development to do integration with TFHKA, Ally software factories&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Schedule:&#039;&#039;&#039; Tuesday and thursday  from 8:30 AM to 10:00 AM&lt;br /&gt;
&lt;br /&gt;
[http://meet.google.com/fzo-xmyc-duk Enlace Sesiones Integración]&lt;br /&gt;
{{clear}}&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;== General description==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
This document describes the integration process between the electronic invoicing model with prior validation according to regulatory and technical updates from the DIAN and/or own controls in our integration model.&lt;br /&gt;
&lt;br /&gt;
For the development of this document, was taken as reference the  &#039;&#039;&#039;Technical annexes V1.7-2020 (current) and V1.8 (this last released in October 2019 by the DIAN)&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039;  Not all functionalities, catalogs and billing scenarios referring to the Technical Annex V1.8 are enabled by the DIAN.&lt;br /&gt;
{{clear}}&lt;br /&gt;
===¿What is The Factory HKA-DFACTURE?===&lt;br /&gt;
It is an electronic billing platform, designed to comply with current legislation in Colombia and offer added values through complementary services.&lt;br /&gt;
===¿What is The Factory HKA-Dfactura?===&lt;br /&gt;
It is a portal with the capacity to issue documents under the electronic invoicing scheme, managed from the web portal and Addressed to taxpayers who have the obligation to issue electronic invoices by resolution of the DIAN.&lt;br /&gt;
===¿What is Dintegración?===&lt;br /&gt;
It is a product aimed at the integrator and is made up of the following components:&lt;br /&gt;
*Integration manuals.&lt;br /&gt;
*Bag of support hours via email and/or teleconferences.&lt;br /&gt;
*Credentials for test environment (DEMO) and production. &lt;br /&gt;
*Configurable Templates for graphical representation.&lt;br /&gt;
{{clear}}&lt;br /&gt;
===Functionalities===&lt;br /&gt;
The Factory HKA-DFACTURE platform allows the issuance, reception, consultation, viewing and downloading of the following documents in XML format and/or their corresponding graphic representation in PDF:&lt;br /&gt;
*Invoice of National Sale&lt;br /&gt;
*Export invoice&lt;br /&gt;
*Contingency invoice	&lt;br /&gt;
*Credit note&lt;br /&gt;
*Debit note&lt;br /&gt;
Additionally, the platform allows you to check the status of the Acknowledgment of Receipt by the purchaser, the status of the document by the DIAN, check the number of available stamps/folios and send receipts via email.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;@Important:&#039;&#039;&#039; It is only possible to view or download graphic representations (PDF of electronic documents) generated by our platform on our web portal.&lt;br /&gt;
{{clear}}&lt;br /&gt;
===The direct integration===&lt;br /&gt;
Direct integration is a unique process between the embedded software and The Factory HKA-DFACTURE platform.Integration is an essential activity for the implementation of electronic invoicing in a Billing System or Administrative Software (ERP) and will be carried out only once. This activity consists of linking two platforms with different technologies in order to transmit the necessary data for the construction of the documents and the successful monitoring of the life cycle&lt;br /&gt;
&lt;br /&gt;
In the case of direct integration, the communication is connected directly to the Web Service, which has the advantage of total control of the life cycle of the electronic document, from the origin of the data, through the transmission process to its delivery, acknowledgment of receipt and validation. This form of integration allows a faster and more efficient reaction to errors or inconsistencies that arise in the process.&lt;br /&gt;
&lt;br /&gt;
Direct integration is an exclusive process between the embedded software and The Factory HKA-DFACTURE platform.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;@Important:&#039;&#039;&#039; It is not necessary to implement additional integration with the DIAN, since it has the complete document status tracking functionality. &lt;br /&gt;
{{clear}}&lt;br /&gt;
===Technical requirements for direct integration===&lt;br /&gt;
The Factory HKA-DFACTURE is a SaaS (Software as a Service) type platform: The services, information, processing, inputs and results are hosted on our servers (as technology provider), and we take care of the maintenance, operation, regulatory changes and solution support.&lt;br /&gt;
&lt;br /&gt;
By DIAN regulations, the technology provider has the obligation to keep the documents and guarantee the integrity and security of the data under the ISO 27001 standard. Therefore, extensive planning of processing and storage infrastructure is not necessary to implement electronic billing.&lt;br /&gt;
&lt;br /&gt;
The necessary parameters for the construction of each transaction are exposed independently at the time of consuming the services, and the result is fully delivered at the end of the operation. This means that The Factory HKA does not require managing customer or product/service databases.&lt;br /&gt;
As a technological provider, The Factory HKA Colombia has human resources dedicated to monitoring and analyzing the regulatory changes that the DIAN progressively issues. If a significant change is generated that has an impact on the integration side, the necessary tools and instructions will be provided to apply the corrective measures in the simplest way possible.&lt;br /&gt;
&lt;br /&gt;
The Factory HKA-DFACTURE platform provides integration with a Web Service as a solution for interoperation with third parties. &#039;&#039;&#039;The Web Service is developed in SOAP (Simple Object Access Protocol)&#039;&#039;&#039;. Therefore, the only requirements for integration will be the following:&lt;br /&gt;
&lt;br /&gt;
*Capacity of WS SOAP consumption of the software (development environment) to use.&lt;br /&gt;
*Capability of capturing and validating input data.&lt;br /&gt;
*Optional: Ability to store a copy of the XML/PDF per transaction.&lt;br /&gt;
*Ability to display the status of the electronic document life cycle.&lt;br /&gt;
{{clear}}&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==Electronic invoice operation scheme with prior validation==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
===¿What is ellectronic bill with previous validation?===&lt;br /&gt;
Electronic Invoicing (FEL) is an operation scheme that allows the issuance of supporting documents for commercial operations between taxpayers in digital format instead of paper, allows the application of fiscal control during the process, and has legal validity for the designated tax entity. by the government of the country.&lt;br /&gt;
&lt;br /&gt;
As of September 2019, it is expected that an electronic invoice will only be valid when its content has been previously validated through the DIAN or through a provider authorized by the tax administration.&lt;br /&gt;
&lt;br /&gt;
Prior validation is established in Law 1943 of 2018, known as the Financing Law. Article 16 of this Law modifies article 616-1 of the Tax Statute, in its first paragraph it establishes that:&lt;br /&gt;
&lt;br /&gt;
“All electronic invoices for tax recognition must be validated prior to their issuance, by the DIAN or by a provider authorized by it. The electronic invoice will only be understood as issued when it is valid and delivered to the purchaser. (…)”&lt;br /&gt;
&lt;br /&gt;
In the electronic invoicing model with prior validation, 5 types of documents will be used:&lt;br /&gt;
*Invoice &lt;br /&gt;
*CreditNote  &lt;br /&gt;
*DebitNote &lt;br /&gt;
*ApplicationResponse (Event): Occurrence related to an Electronic Document, generated by a person or entity related to the document (DIAN, Issuer, Acquirer), this document also contains an electronic signature. &lt;br /&gt;
*AttachedDocument (Document container): The structure of this document is intended to contain in a single XML file an electronic document (Invoice, CreditNote or DebitNote) and all the events (ApplicationResponse) registered to date.&lt;br /&gt;
{{clear}}&lt;br /&gt;
&lt;br /&gt;
===¿Who participates in this scheme?===&lt;br /&gt;
&#039;&#039;&#039;The Tax Entity (DIAN):&#039;&#039;&#039; It is a public institution appointed by the government to collect, control and regulate everything related to taxes. It is the one that has the right to accept and authorize an electronic document. In Colombia, it is the DIAN (Directorate of National Taxes and Customs).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The Issuer or Taxpayer:&#039;&#039;&#039; Is a natural or legal person who has a unique and legal tax information record before the tax entity (NIT: Tax Identification Number) and is under the obligation to issue documents to support their business transactions. The issuer acquires the Billing System or ERP administrative software to simplify and enhance its work and uses it to interact with the electronic billing platform.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The Technological Provider:&#039;&#039;&#039; It is a private entity authorized by the DIAN to provide services related to the Electronic Invoicing scheme: XML construction, sequential control, signing, regulatory change control, processing, storage and consultation. The Factory HKA Colombia is your technology provider.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The Purchaser:&#039;&#039;&#039; Is the person who gives rise to a commercial transaction through the purchase of a product or service, and who finally chooses to receive his electronic document via email.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The Certification Authority:&#039;&#039;&#039; It is a public or private entity authorized by the Tax Entity to issue electronic certificates in accordance with the law and associated regulations. In Colombia, there are several authorities accredited to issue electronic certificates for electronic invoicing, including ANDES SCD.&lt;br /&gt;
{{clear}}&lt;br /&gt;
===Advantages of Electronic Billing===&lt;br /&gt;
The Electronic Billing scheme is advantageous because it is:&lt;br /&gt;
*Full: Guarantees that the information contained is protected and cannot be altered.&lt;br /&gt;
*Authentic: Allows you to verify the identity of the issuer of the document.&lt;br /&gt;
*Legal: This scheme is implemented and accepted under the framework of the Law.&lt;br /&gt;
*Convenient: Eliminates infrastructure for physical media handling, shipping, and storage, and enables printing.&lt;br /&gt;
*Eficiente: It is 100% based on an electronic platform, which makes handling, sending, searching and storing faster and more practical.&lt;br /&gt;
{{clear}}&lt;br /&gt;
===Electronic Billing Process with Prior Validation===&lt;br /&gt;
 &lt;br /&gt;
#The Acquirer originates a transaction through the purchase of a product or service.&lt;br /&gt;
#The Issuer or Taxpayer loads the data through the UI (User Interface) of its ERP.&lt;br /&gt;
#The Issuer or Taxpayer displays the available stamps in the UI of their ERP.&lt;br /&gt;
#The ERP builds the object and exposes it directly to the DFACTURE platform through the corresponding method of the Web Service.&lt;br /&gt;
#The Factory HKA platform – DFACTURE.&lt;br /&gt;
#*Validates the Taxpayer&#039;s access credentials.&lt;br /&gt;
#*It validates the structure of the object that the ERP sends.&lt;br /&gt;
#*Validates the content of the object sent by the ERP.&lt;br /&gt;
#*Assigns the CUFE (Unique Code of Electronic Invoice) to the document.&lt;br /&gt;
#*It builds the XML of the document according to the DIAN regulations.&lt;br /&gt;
#*Sign the document with the Digital Certificate of the Taxpayer.&lt;br /&gt;
#*Optional: Generate a printed representation in PDF according to DIAN regulations.&lt;br /&gt;
#*Stores information in Database (Conservation).&lt;br /&gt;
#*It sends the XML to the DIAN for validation.&lt;br /&gt;
#*Wait for response from DIAN with validation result.&lt;br /&gt;
#*Send the XML and PDF to the email provided by the Purchaser.&lt;br /&gt;
#*It responds to the request from the ERP indicating that the operation was successful.&lt;br /&gt;
#Optionally, the ERP can send the XML and PDF to the purchaser.&lt;br /&gt;
#Optionally, the ERP can download the XML and PDF files for internal purposes.&lt;br /&gt;
#The Purchaser receives the XML and the PDF (via email).&lt;br /&gt;
#The Acquirer has up to 72 hours to give Acknowledgment of Receipt of the document, after which it will be considered a tacit acceptance (this process has not yet been fully defined by the DIAN).&lt;br /&gt;
#The Issuer or Taxpayer displays the status of the acknowledgment of receipt of the Acquirer in the UI of their ERP.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
; Electronic Billing Process with Prior Validation&lt;br /&gt;
[[Archivo:Proceso de Facturación Electrónica con Validación PreviaDIAN.png|Proceso de Facturación Electrónica con Validación Previa (Fuente: DIAN)]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;@Important:&#039;&#039;&#039; For development environments with limitations to consume SOAP Web Services directly, The Factory HKA Colombia makes APIs available, simplifying this process for the integrator.&lt;br /&gt;
{{clear}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==Process characteristics with Prior Validation==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
#In an initial stage, for a single time, the issuer must register and the platform must be configured directly from The Factory HKA-Dinvoice portal.&lt;br /&gt;
#The platform operates under a commercial model of stamps or folios. The stamps correspond to a package of operations that the taxpayer contracts under a commercial agreement with The Factory HKA Colombia, and entitles him to a certain number of transactions. The ERP can consult the Web Service of THE FACTORY HKA – DFACTURE for the available stamps.&lt;br /&gt;
#For the document to be considered an electronic invoice, DIAN validation is required for its subsequent sending to the Acquirer by Dfactura.&lt;br /&gt;
#In the event that the document is not successfully valid before the DIAN, it must be corrected and reissued.&lt;br /&gt;
#The ERP can consume the Web Service to download XML and PDF if you want an alternative backup or offer offline query functionality.&lt;br /&gt;
#The ERP can optionally decide whether to send the XML and PDF to the Acquirer under its structure.&lt;br /&gt;
#The platform&#039;s Web Service offers the functionality of querying the Acknowledgment of Receipt status by the Acquirer. It is updated asynchronously.&lt;br /&gt;
#The Web Service of the platform offers the function of querying the status of the document by the DIAN. It is updated asynchronously.&lt;br /&gt;
#The ERP reflects in its UI the results of your queries and operations with the platform. However, the Issuer or Taxpayer can monitor or review their ERP by accessing The Factory HKA-Dfactura portal, since the operations carried out in the Web Service are reflected in the portal.&lt;br /&gt;
&lt;br /&gt;
; Diagram of components and dependencies of the electronic billing system&lt;br /&gt;
[[Archivo:DIAGRAMA COMPONENTES.png|centro|DIAGRAMA COMPONENTES]]&lt;br /&gt;
&lt;br /&gt;
The figure above shows the way in which the Billing Software (ERP) integrates and makes use of the electronic billing functionalities of The Factory HKA – DFACTURE platform, interacting with external elements (the issuer, the Acquirer and the DIAN) through the available dependencies, you can see the functions that each system must perform.&lt;br /&gt;
{{clear}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==Information security: recommendations on the implementation of electronic invoicing within the issuer&#039;s network and systems==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
This section provides recommendations on the implementation and integration of Electronic Invoicing in your organization and on the configuration of your Systems and networks to mitigate the risks of improper access to data by external parties to your organization.&lt;br /&gt;
===In General:===&lt;br /&gt;
# Have antivirus in your company.&lt;br /&gt;
# Have frequent backup policies and procedures, carried out in a period of execution that is consistent with the criticality of the business. To do this, take the following aspects into account:&lt;br /&gt;
#* Restoration tests should be performed..&lt;br /&gt;
#* They must be in an infrastructure other than the operating one (in the event of ransomware, all the accessed infrastructure will be compromised)&lt;br /&gt;
# If possible, look for security consultants and specialists and carry out ISO 27001:2013 audits to assess the quality of the decisions made in the implementation of electronic invoicing in your company.&lt;br /&gt;
# Avoid the use of generic users and/or Administrators in the organization and apply to each user the access control, permissions and roles that correspond to them according to their function. &lt;br /&gt;
===Individuals with The Factory HKA Colombia SAS:===&lt;br /&gt;
#Only allow access to TCP/UDP ports 80 and 443 to the domains indicated below:&lt;br /&gt;
#**.thefactoryhka.com.co&lt;br /&gt;
#*emisionrest21.thefactoryhka.com.co (Integration – Production)&lt;br /&gt;
#*invoice21.thefactoryhka.com.co (Portal – Production)&lt;br /&gt;
#*demoemisionrest21.thefactoryhka.com.co (Integration –Demo)&lt;br /&gt;
#*demofactura.thefactoryhka.com.co (Portal – Demo)&lt;br /&gt;
#Open access to these TCP/UDP ports to the entire internet is not recommended.&lt;br /&gt;
#In the electronic invoice model with The Factory HKA Colombia SAS, the requests arise from the client only, so they can establish rules from external connection attempts. (The communication will always be initiated by the client software.)&lt;br /&gt;
#If The Factory HKA Colombia SAS client software tools are used, such as:&lt;br /&gt;
#*intTFHKAFEL21.exe&lt;br /&gt;
#*AutoFact.exe&lt;br /&gt;
#:And they are seen as a risk by the antivirus system or client protection, an exception must be generated in the firewall, antivirus, and any other protection system solely and exclusively for them.&lt;br /&gt;
#The Company TOKEN and production TOKEN Password for the Electronic Invoicing Platform of The Factory HKA Colombia SAS must be kept confidential and only be accessible by trusted personnel.&lt;br /&gt;
#In the event that the issuer contracts a graphic representation service with the software house, or developer, in charge of making the corresponding adjustments in the accounting software or ERP for the issuance of electronic documents, the following aspects must be taken into account:&lt;br /&gt;
#*The Factory HKA is responsible for the generation of the UBL and its transmission to the DIAN.&lt;br /&gt;
#*Once the correct validation and generation of the UBL is verified, the software house can proceed to generate a graphic representation that must comply with:&lt;br /&gt;
#::The elements of law required by the DIAN: inclusion of the QR code and the CUFE or CUDE chain in the documents, as appropriate.&lt;br /&gt;
#::The elements of law required by any supervisory entity from the issuer of the documents.&lt;br /&gt;
#::The visual and brand representation elements required by the client: logos, banking information, legends referring to the tax responsibilities of the issuer, etc.&lt;br /&gt;
#*The Software House, in this scenario, assumes responsibility together with the taxpayer for any incident of fraud due to evasion, misinterpretation, error or omission of relevant and mandatory information by the regulations.&lt;br /&gt;
#:TFHKA does not protect this representation in its systems and makes it clear that its participation as a technology provider is limited to the generation of the UBL and its validation to the DIAN.&lt;br /&gt;
{{clear}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==Web services soap with prior validation==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
To consume the methods of the Web Service, it is essential to use the access credentials, made up of a Company Token and a Password Token., To consume the methods of the Web Service, the use of access credentials, made up of a Company Token and a Password Token, is essential. It will also be necessary to know the URL&#039;s of the Web Services of the integration environment with prior validation., It will also be necessary to know the URLs of the Web Services of the integration environment with previous validation. These elements will be provided by The Factory HKA Colombia Integration team.&lt;br /&gt;
&#039;&#039;&#039;@Important:&#039;&#039;&#039; This document refers to the integration process with prior validation, its technical and regulatory change controls and its differences with the web service with subsequent validation.&lt;br /&gt;
&lt;br /&gt;
Below are the methods that will be available in THE FACTORY HKA-DFACTURE Web Services for electronic invoicing with prior validation:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background:#e9e9e9; text-align:center;&amp;quot;|Service&lt;br /&gt;
! style=&amp;quot;background:#e9e9e9; text-align:center;&amp;quot;|Method&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
| Issue Web SOAP&lt;br /&gt;
|&lt;br /&gt;
* Enviar&lt;br /&gt;
* EstadoDocumento&lt;br /&gt;
* EnvioCorreo&lt;br /&gt;
* DescargaPDF&lt;br /&gt;
* DescargaXML&lt;br /&gt;
* FoliosRestantes&lt;br /&gt;
* CargarCertificado (Uso interno)&lt;br /&gt;
* DescargarEventoXML (Nuevo)&lt;br /&gt;
* GenerarContenedor (Nuevo)&lt;br /&gt;
* GenerarEvento (Nuevo)&lt;br /&gt;
|-&lt;br /&gt;
| Attached Web SOAP&lt;br /&gt;
| &lt;br /&gt;
*CargarAdjuntos &lt;br /&gt;
|-&lt;br /&gt;
|Reports Web SOAP (New)&lt;br /&gt;
|&lt;br /&gt;
* DescargarReporte&lt;br /&gt;
* ProgramarReporte&lt;br /&gt;
* SolicitudReporteSincrono&lt;br /&gt;
|}&lt;br /&gt;
{{clear}}&lt;/div&gt;</summary>
		<author><name>Lvargas</name></author>
	</entry>
	<entry>
		<id>http://felcowiki.thefactoryhka.com.co/index.php?title=Generalidades_-_Direct_Integration_Manual_Index_-_Electronic_Bill&amp;diff=2407</id>
		<title>Generalidades - Direct Integration Manual Index - Electronic Bill</title>
		<link rel="alternate" type="text/html" href="http://felcowiki.thefactoryhka.com.co/index.php?title=Generalidades_-_Direct_Integration_Manual_Index_-_Electronic_Bill&amp;diff=2407"/>
		<updated>2022-02-28T08:11:49Z</updated>

		<summary type="html">&lt;p&gt;Lvargas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==Version record==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background:#e9e9e9; text-align:center;&amp;quot;|Version&lt;br /&gt;
! style=&amp;quot;background:#e9e9e9; text-align:center;&amp;quot;|Launch date &lt;br /&gt;
! style=&amp;quot;background:#e9e9e9; text-align:center;&amp;quot;|Description&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
| 0&lt;br /&gt;
| 07/05/2019&lt;br /&gt;
|&lt;br /&gt;
* Preview version.&lt;br /&gt;
|-&lt;br /&gt;
| 1.0&lt;br /&gt;
| 14/06/2019&lt;br /&gt;
|&lt;br /&gt;
* Initial version.&lt;br /&gt;
* &amp;quot;Technical annex V1.4 (19-04-19)&amp;quot; DIAN reference.&lt;br /&gt;
|-&lt;br /&gt;
| 1.1&lt;br /&gt;
| 04/07/2019&lt;br /&gt;
|&lt;br /&gt;
* &amp;quot;Sale electronic bill Technical annex – final&amp;quot; DIAN Reference update.&lt;br /&gt;
|-&lt;br /&gt;
| 1.2&lt;br /&gt;
| 04/07/2019&lt;br /&gt;
|&lt;br /&gt;
* Minor updates&lt;br /&gt;
|-&lt;br /&gt;
| 1.3&lt;br /&gt;
| 19/08/19&lt;br /&gt;
|&lt;br /&gt;
* Minor updates&lt;br /&gt;
|-&lt;br /&gt;
| 1.4&lt;br /&gt;
| 23/08/19&lt;br /&gt;
|&lt;br /&gt;
* Answer update in view of the send method.&lt;br /&gt;
* List of extensible fields and bug catalog.&lt;br /&gt;
|-&lt;br /&gt;
| 1.5&lt;br /&gt;
| 09/2019&lt;br /&gt;
|&lt;br /&gt;
* Wildcards updates based on the September 6th- technical annex.&lt;br /&gt;
|-&lt;br /&gt;
| 1.6&lt;br /&gt;
| 04/2020&lt;br /&gt;
|&lt;br /&gt;
* Updates based on the technical annex 1.8.&lt;br /&gt;
* Acknowledgment of the purchaser.&lt;br /&gt;
* Mail personalization.&lt;br /&gt;
* Additional features.&lt;br /&gt;
* Settle documents at reception.&lt;br /&gt;
* Code  tables.&lt;br /&gt;
* Change of the document&#039;s name.&lt;br /&gt;
* Among other minor changes.&lt;br /&gt;
|-&lt;br /&gt;
| 1.7&lt;br /&gt;
| 06/2020&lt;br /&gt;
|&lt;br /&gt;
* Updates based on the technical annex V1.7-2020. &lt;br /&gt;
* Ajustes de funcionalidades de la plataforma en el mes de mayo.&lt;br /&gt;
|-&lt;br /&gt;
| 2.0&lt;br /&gt;
| 06/2021&lt;br /&gt;
|&lt;br /&gt;
* Updates based on the technical annex V1.8 of the 000012 Resolution. Health sector fields. Code  tables.&lt;br /&gt;
|-&lt;br /&gt;
| 2.1&lt;br /&gt;
| 10/2021&lt;br /&gt;
|&lt;br /&gt;
* Updates based on the technical annex V1.8 of the 000012 Resolution. Health sector fields. Code  tables.&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==How to get support==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
*First level support: &lt;br /&gt;
::Phone support / e-mail / chat or teleconference in 5x8 schedule for consultation service and user failures.&lt;br /&gt;
*Second level support:&lt;br /&gt;
::Support remote resolution of incidents in the system in schedule 5X8&lt;br /&gt;
::::Write to [mailto:soporte@thefactoryhka.com.co soporte@thefactoryhka.com.co]&lt;br /&gt;
&lt;br /&gt;
Consultations relating to configurations and errors in the portal:&lt;br /&gt;
* soporte_fel_co@thefactoryhka.com&lt;br /&gt;
&lt;br /&gt;
Consultations relating to configurations of ERP, software house and integration:&lt;br /&gt;
* integracion_fel_co@thefactoryhka.com&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Telephone service lines:&#039;&#039;&#039;&lt;br /&gt;
* &#039;&#039;&#039;MASTER&#039;&#039;&#039; +57 (1) 746.08.12&lt;br /&gt;
*        +57 (1) 508.8990&lt;br /&gt;
*        +57 (1) 517.6795&lt;br /&gt;
*        +57 (1) 517.6796&lt;br /&gt;
*        +57 (1) 311.3063&lt;br /&gt;
** &#039;&#039;&#039;Technical support&#039;&#039;&#039; → Option 2&lt;br /&gt;
** &#039;&#039;&#039;Integration &#039;&#039;&#039; → Option 5 Then Option 1&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;===Synchronous sessions:===&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;====technical support session====&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
Registration as an electronic biller, configuration of numbering ranges, fiscal data configuration, Enabling Tests, Production environment configuration, managment and use of the TFHKA electronic billing portal. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Addressed to:&#039;&#039;&#039; Comercial agencies – Ally software factories -  Final clients&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Schedule:&#039;&#039;&#039;  Tuesday and thursday  from 8:30 AM to 10:00 AM&lt;br /&gt;
&lt;br /&gt;
[https://meet.google.com/yyg-pujr-yqv Enlace Sesiones de Soporte]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;====Integration area sessions&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;====&lt;br /&gt;
Solución integration cases&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Addressed to:&#039;&#039;&#039; Clients that realice Software development to do integration with TFHKA, Ally software factories&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Schedule:&#039;&#039;&#039; Tuesday and thursday  from 8:30 AM to 10:00 AM&lt;br /&gt;
&lt;br /&gt;
[http://meet.google.com/fzo-xmyc-duk Enlace Sesiones Integración]&lt;br /&gt;
{{clear}}&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;== General description==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
This document describes the integration process between the electronic invoicing model with prior validation according to regulatory and technical updates from the DIAN and/or own controls in our integration model.&lt;br /&gt;
&lt;br /&gt;
For the development of this document, was taken as reference the  &#039;&#039;&#039;Technical annexes V1.7-2020 (current) and V1.8 (this last released in October 2019 by the DIAN)&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Note:&#039;&#039;&#039;  Not all functionalities, catalogs and billing scenarios referring to the Technical Annex V1.8 are enabled by the DIAN.&lt;br /&gt;
{{clear}}&lt;br /&gt;
===¿What is The Factory HKA-DFACTURE?===&lt;br /&gt;
It is an electronic billing platform, designed to comply with current legislation in Colombia and offer added values through complementary services.&lt;br /&gt;
===¿What is The Factory HKA-Dfactura?===&lt;br /&gt;
It is a portal with the capacity to issue documents under the electronic invoicing scheme, managed from the web portal and Addressed to taxpayers who have the obligation to issue electronic invoices by resolution of the DIAN.&lt;br /&gt;
===¿What is Dintegración?===&lt;br /&gt;
It is a product aimed at the integrator and is made up of the following components:&lt;br /&gt;
*Integration manuals.&lt;br /&gt;
*Bag of support hours via email and/or teleconferences.&lt;br /&gt;
*Credentials for test environment (DEMO) and production. &lt;br /&gt;
*Configurable Templates for graphical representation.&lt;br /&gt;
{{clear}}&lt;br /&gt;
===Functionalities===&lt;br /&gt;
The Factory HKA-DFACTURE platform allows the issuance, reception, consultation, viewing and downloading of the following documents in XML format and/or their corresponding graphic representation in PDF:&lt;br /&gt;
*Invoice of National Sale&lt;br /&gt;
*Export invoice&lt;br /&gt;
*Contingency invoice	&lt;br /&gt;
*Credit note&lt;br /&gt;
*Debit note&lt;br /&gt;
Additionally, the platform allows you to check the status of the Acknowledgment of Receipt by the purchaser, the status of the document by the DIAN, check the number of available stamps/folios and send receipts via email.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;@Important:&#039;&#039;&#039; It is only possible to view or download graphic representations (PDF of electronic documents) generated by our platform on our web portal.&lt;br /&gt;
{{clear}}&lt;br /&gt;
===The direct integration===&lt;br /&gt;
Direct integration is a unique process between the embedded software and The Factory HKA-DFACTURE platform.Integration is an essential activity for the implementation of electronic invoicing in a Billing System or Administrative Software (ERP) and will be carried out only once. This activity consists of linking two platforms with different technologies in order to transmit the necessary data for the construction of the documents and the successful monitoring of the life cycle&lt;br /&gt;
&lt;br /&gt;
In the case of direct integration, the communication is connected directly to the Web Service, which has the advantage of total control of the life cycle of the electronic document, from the origin of the data, through the transmission process to its delivery, acknowledgment of receipt and validation. This form of integration allows a faster and more efficient reaction to errors or inconsistencies that arise in the process.&lt;br /&gt;
&lt;br /&gt;
Direct integration is an exclusive process between the embedded software and The Factory HKA-DFACTURE platform.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;@Important:&#039;&#039;&#039; It is not necessary to implement additional integration with the DIAN, since it has the complete document status tracking functionality. &lt;br /&gt;
{{clear}}&lt;br /&gt;
===Technical requirements for direct integration===&lt;br /&gt;
The Factory HKA-DFACTURE is a SaaS (Software as a Service) type platform: The services, information, processing, inputs and results are hosted on our servers (as technology provider), and we take care of the maintenance, operation, regulatory changes and solution support.&lt;br /&gt;
&lt;br /&gt;
By DIAN regulations, the technology provider has the obligation to keep the documents and guarantee the integrity and security of the data under the ISO 27001 standard. Therefore, extensive planning of processing and storage infrastructure is not necessary to implement electronic billing.&lt;br /&gt;
&lt;br /&gt;
The necessary parameters for the construction of each transaction are exposed independently at the time of consuming the services, and the result is fully delivered at the end of the operation. This means that The Factory HKA does not require managing customer or product/service databases.&lt;br /&gt;
As a technological provider, The Factory HKA Colombia has human resources dedicated to monitoring and analyzing the regulatory changes that the DIAN progressively issues. If a significant change is generated that has an impact on the integration side, the necessary tools and instructions will be provided to apply the corrective measures in the simplest way possible.&lt;br /&gt;
&lt;br /&gt;
The Factory HKA-DFACTURE platform provides integration with a Web Service as a solution for interoperation with third parties. &#039;&#039;&#039;The Web Service is developed in SOAP (Simple Object Access Protocol)&#039;&#039;&#039;. Therefore, the only requirements for integration will be the following:&lt;br /&gt;
&lt;br /&gt;
*Capacity of WS SOAP consumption of the software (development environment) to use.&lt;br /&gt;
*Capability of capturing and validating input data.&lt;br /&gt;
*Optional: Ability to store a copy of the XML/PDF per transaction.&lt;br /&gt;
*Ability to display the status of the electronic document life cycle.&lt;br /&gt;
{{clear}}&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==Electronic invoice operation scheme with prior validation==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
===¿What is la Facturación Electrónica con Validación Previa?===&lt;br /&gt;
Electronic Invoicing (FEL) is an operation scheme that allows the issuance of supporting documents for commercial operations between taxpayers in digital format instead of paper, allows the application of fiscal control during the process, and has legal validity for the designated tax entity. by the government of the country.&lt;br /&gt;
&lt;br /&gt;
As of September 2019, it is expected that an electronic invoice will only be valid when its content has been previously validated through the DIAN or through a provider authorized by the tax administration.&lt;br /&gt;
&lt;br /&gt;
Prior validation is established in Law 1943 of 2018, known as the Financing Law. Article 16 of this Law modifies article 616-1 of the Tax Statute, in its first paragraph it establishes that:&lt;br /&gt;
&lt;br /&gt;
“All electronic invoices for tax recognition must be validated prior to their issuance, by the DIAN or by a provider authorized by it. The electronic invoice will only be understood as issued when it is valid and delivered to the purchaser. (…)”&lt;br /&gt;
&lt;br /&gt;
In the electronic invoicing model with prior validation, 5 types of documents will be used:&lt;br /&gt;
*Invoice &lt;br /&gt;
*CreditNote  &lt;br /&gt;
*DebitNote &lt;br /&gt;
*ApplicationResponse (Event): Occurrence related to an Electronic Document, generated by a person or entity related to the document (DIAN, Issuer, Acquirer), this document also contains an electronic signature. &lt;br /&gt;
*AttachedDocument (Document container): The structure of this document is intended to contain in a single XML file an electronic document (Invoice, CreditNote or DebitNote) and all the events (ApplicationResponse) registered to date.&lt;br /&gt;
{{clear}}&lt;br /&gt;
===¿Who participates in this scheme?===&lt;br /&gt;
&#039;&#039;&#039;The Tax Entity (DIAN):&#039;&#039;&#039; It is a public institution appointed by the government to collect, control and regulate everything related to taxes. It is the one that has the right to accept and authorize an electronic document. In Colombia, it is the DIAN (Directorate of National Taxes and Customs).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The Issuer or Taxpayer:&#039;&#039;&#039; Is a natural or legal person who has a unique and legal tax information record before the tax entity (NIT: Tax Identification Number) and is under the obligation to issue documents to support their business transactions. The issuer acquires the Billing System or ERP administrative software to simplify and enhance its work and uses it to interact with the electronic billing platform.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The Technological Provider:&#039;&#039;&#039; It is a private entity authorized by the DIAN to provide services related to the Electronic Invoicing scheme: XML construction, sequential control, signing, regulatory change control, processing, storage and consultation. The Factory HKA Colombia is your technology provider.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The Purchaser:&#039;&#039;&#039; Is the person who gives rise to a commercial transaction through the purchase of a product or service, and who finally chooses to receive his electronic document via email.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;The Certification Authority:&#039;&#039;&#039; It is a public or private entity authorized by the Tax Entity to issue electronic certificates in accordance with the law and associated regulations. In Colombia, there are several authorities accredited to issue electronic certificates for electronic invoicing, including ANDES SCD.&lt;br /&gt;
{{clear}}&lt;br /&gt;
===Advantages of Electronic Billing===&lt;br /&gt;
The Electronic Billing scheme is advantageous because it is:&lt;br /&gt;
*Full: Guarantees that the information contained is protected and cannot be altered.&lt;br /&gt;
*Authentic: Allows you to verify the identity of the issuer of the document.&lt;br /&gt;
*Legal: This scheme is implemented and accepted under the framework of the Law.&lt;br /&gt;
*Convenient: Eliminates infrastructure for physical media handling, shipping, and storage, and enables printing.&lt;br /&gt;
*Eficiente: It is 100% based on an electronic platform, which makes handling, sending, searching and storing faster and more practical.&lt;br /&gt;
{{clear}}&lt;br /&gt;
===Electronic Billing Process with Prior Validation===&lt;br /&gt;
 &lt;br /&gt;
#The Acquirer originates a transaction through the purchase of a product or service.&lt;br /&gt;
#The Issuer or Taxpayer loads the data through the UI (User Interface) of its ERP.&lt;br /&gt;
#The Issuer or Taxpayer displays the available stamps in the UI of their ERP.&lt;br /&gt;
#The ERP builds the object and exposes it directly to the DFACTURE platform through the corresponding method of the Web Service.&lt;br /&gt;
#The Factory HKA platform – DFACTURE.&lt;br /&gt;
#*Validates the Taxpayer&#039;s access credentials.&lt;br /&gt;
#*It validates the structure of the object that the ERP sends.&lt;br /&gt;
#*Validates the content of the object sent by the ERP.&lt;br /&gt;
#*Assigns the CUFE (Unique Code of Electronic Invoice) to the document.&lt;br /&gt;
#*It builds the XML of the document according to the DIAN regulations.&lt;br /&gt;
#*Sign the document with the Digital Certificate of the Taxpayer.&lt;br /&gt;
#*Optional: Generate a printed representation in PDF according to DIAN regulations.&lt;br /&gt;
#*Stores information in Database (Conservation).&lt;br /&gt;
#*It sends the XML to the DIAN for validation.&lt;br /&gt;
#*Wait for response from DIAN with validation result.&lt;br /&gt;
#*Send the XML and PDF to the email provided by the Purchaser.&lt;br /&gt;
#*It responds to the request from the ERP indicating that the operation was successful.&lt;br /&gt;
#Optionally, the ERP can send the XML and PDF to the purchaser.&lt;br /&gt;
#Optionally, the ERP can download the XML and PDF files for internal purposes.&lt;br /&gt;
#The Purchaser receives the XML and the PDF (via email).&lt;br /&gt;
#The Acquirer has up to 72 hours to give Acknowledgment of Receipt of the document, after which it will be considered a tacit acceptance (this process has not yet been fully defined by the DIAN).&lt;br /&gt;
#The Issuer or Taxpayer displays the status of the acknowledgment of receipt of the Acquirer in the UI of their ERP.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
; Electronic Billing Process with Prior Validation&lt;br /&gt;
[[Archivo:Proceso de Facturación Electrónica con Validación PreviaDIAN.png|Proceso de Facturación Electrónica con Validación Previa (Fuente: DIAN)]]&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;@Important:&#039;&#039;&#039; For development environments with limitations to consume SOAP Web Services directly, The Factory HKA Colombia makes APIs available, simplifying this process for the integrator.&lt;br /&gt;
{{clear}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==Process characteristics with Prior Validation==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
#In an initial stage, for a single time, the issuer must register and the platform must be configured directly from The Factory HKA-Dinvoice portal.&lt;br /&gt;
#The platform operates under a commercial model of stamps or folios. The stamps correspond to a package of operations that the taxpayer contracts under a commercial agreement with The Factory HKA Colombia, and entitles him to a certain number of transactions. The ERP can consult the Web Service of THE FACTORY HKA – DFACTURE for the available stamps.&lt;br /&gt;
#For the document to be considered an electronic invoice, DIAN validation is required for its subsequent sending to the Acquirer by Dfactura.&lt;br /&gt;
#In the event that the document is not successfully valid before the DIAN, it must be corrected and reissued.&lt;br /&gt;
#The ERP can consume the Web Service to download XML and PDF if you want an alternative backup or offer offline query functionality.&lt;br /&gt;
#The ERP can optionally decide whether to send the XML and PDF to the Acquirer under its structure.&lt;br /&gt;
#The platform&#039;s Web Service offers the functionality of querying the Acknowledgment of Receipt status by the Acquirer. It is updated asynchronously.&lt;br /&gt;
#The Web Service of the platform offers the function of querying the status of the document by the DIAN. It is updated asynchronously.&lt;br /&gt;
#The ERP reflects in its UI the results of your queries and operations with the platform. However, the Issuer or Taxpayer can monitor or review their ERP by accessing The Factory HKA-Dfactura portal, since the operations carried out in the Web Service are reflected in the portal.&lt;br /&gt;
&lt;br /&gt;
; Diagram of components and dependencies of the electronic billing system&lt;br /&gt;
[[Archivo:DIAGRAMA COMPONENTES.png|centro|DIAGRAMA COMPONENTES]]&lt;br /&gt;
&lt;br /&gt;
The figure above shows the way in which the Billing Software (ERP) integrates and makes use of the electronic billing functionalities of The Factory HKA – DFACTURE platform, interacting with external elements (the issuer, the Acquirer and the DIAN) through the available dependencies, you can see the functions that each system must perform.&lt;br /&gt;
{{clear}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==Information security: recommendations on the implementation of electronic invoicing within the issuer&#039;s network and systems==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
This section provides recommendations on the implementation and integration of Electronic Invoicing in your organization and on the configuration of your Systems and networks to mitigate the risks of improper access to data by external parties to your organization.&lt;br /&gt;
===In General:===&lt;br /&gt;
# Have antivirus in your company.&lt;br /&gt;
# Have frequent backup policies and procedures, carried out in a period of execution that is consistent with the criticality of the business. To do this, take the following aspects into account:&lt;br /&gt;
#* Restoration tests should be performed..&lt;br /&gt;
#* They must be in an infrastructure other than the operating one (in the event of ransomware, all the accessed infrastructure will be compromised)&lt;br /&gt;
# If possible, look for security consultants and specialists and carry out ISO 27001:2013 audits to assess the quality of the decisions made in the implementation of electronic invoicing in your company.&lt;br /&gt;
# Avoid the use of generic users and/or Administrators in the organization and apply to each user the access control, permissions and roles that correspond to them according to their function. &lt;br /&gt;
===Individuals with The Factory HKA Colombia SAS:===&lt;br /&gt;
#Only allow access to TCP/UDP ports 80 and 443 to the domains indicated below:&lt;br /&gt;
#**.thefactoryhka.com.co&lt;br /&gt;
#*emisionrest21.thefactoryhka.com.co (Integration – Production)&lt;br /&gt;
#*invoice21.thefactoryhka.com.co (Portal – Production)&lt;br /&gt;
#*demoemisionrest21.thefactoryhka.com.co (Integration –Demo)&lt;br /&gt;
#*demofactura.thefactoryhka.com.co (Portal – Demo)&lt;br /&gt;
#Open access to these TCP/UDP ports to the entire internet is not recommended.&lt;br /&gt;
#In the electronic invoice model with The Factory HKA Colombia SAS, the requests arise from the client only, so they can establish rules from external connection attempts. (The communication will always be initiated by the client software.)&lt;br /&gt;
#If The Factory HKA Colombia SAS client software tools are used, such as:&lt;br /&gt;
#*intTFHKAFEL21.exe&lt;br /&gt;
#*AutoFact.exe&lt;br /&gt;
#:And they are seen as a risk by the antivirus system or client protection, an exception must be generated in the firewall, antivirus, and any other protection system solely and exclusively for them.&lt;br /&gt;
#The Company TOKEN and production TOKEN Password for the Electronic Invoicing Platform of The Factory HKA Colombia SAS must be kept confidential and only be accessible by trusted personnel.&lt;br /&gt;
#In the event that the issuer contracts a graphic representation service with the software house, or developer, in charge of making the corresponding adjustments in the accounting software or ERP for the issuance of electronic documents, the following aspects must be taken into account:&lt;br /&gt;
#*The Factory HKA is responsible for the generation of the UBL and its transmission to the DIAN.&lt;br /&gt;
#*Once the correct validation and generation of the UBL is verified, the software house can proceed to generate a graphic representation that must comply with:&lt;br /&gt;
#::The elements of law required by the DIAN: inclusion of the QR code and the CUFE or CUDE chain in the documents, as appropriate.&lt;br /&gt;
#::The elements of law required by any supervisory entity from the issuer of the documents.&lt;br /&gt;
#::The visual and brand representation elements required by the client: logos, banking information, legends referring to the tax responsibilities of the issuer, etc.&lt;br /&gt;
#*The Software House, in this scenario, assumes responsibility together with the taxpayer for any incident of fraud due to evasion, misinterpretation, error or omission of relevant and mandatory information by the regulations.&lt;br /&gt;
#:TFHKA does not protect this representation in its systems and makes it clear that its participation as a technology provider is limited to the generation of the UBL and its validation to the DIAN.&lt;br /&gt;
{{clear}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==Web services soap with prior validation==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
To consume the methods of the Web Service, it is essential to use the access credentials, made up of a Company Token and a Password Token., To consume the methods of the Web Service, the use of access credentials, made up of a Company Token and a Password Token, is essential. It will also be necessary to know the URL&#039;s of the Web Services of the integration environment with prior validation., It will also be necessary to know the URLs of the Web Services of the integration environment with previous validation. These elements will be provided by The Factory HKA Colombia Integration team.&lt;br /&gt;
&#039;&#039;&#039;@Important:&#039;&#039;&#039; This document refers to the integration process with prior validation, its technical and regulatory change controls and its differences with the web service with subsequent validation.&lt;br /&gt;
&lt;br /&gt;
Below are the methods that will be available in THE FACTORY HKA-DFACTURE Web Services for electronic invoicing with prior validation:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;background:#e9e9e9; text-align:center;&amp;quot;|Service&lt;br /&gt;
! style=&amp;quot;background:#e9e9e9; text-align:center;&amp;quot;|Method&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
| Issue Web SOAP&lt;br /&gt;
|&lt;br /&gt;
* Enviar&lt;br /&gt;
* EstadoDocumento&lt;br /&gt;
* EnvioCorreo&lt;br /&gt;
* DescargaPDF&lt;br /&gt;
* DescargaXML&lt;br /&gt;
* FoliosRestantes&lt;br /&gt;
* CargarCertificado (Uso interno)&lt;br /&gt;
* DescargarEventoXML (Nuevo)&lt;br /&gt;
* GenerarContenedor (Nuevo)&lt;br /&gt;
* GenerarEvento (Nuevo)&lt;br /&gt;
|-&lt;br /&gt;
| Attached Web SOAP&lt;br /&gt;
| &lt;br /&gt;
*CargarAdjuntos &lt;br /&gt;
|-&lt;br /&gt;
|Reports Web SOAP (New)&lt;br /&gt;
|&lt;br /&gt;
* DescargarReporte&lt;br /&gt;
* ProgramarReporte&lt;br /&gt;
* SolicitudReporteSincrono&lt;br /&gt;
|}&lt;br /&gt;
{{clear}}&lt;/div&gt;</summary>
		<author><name>Lvargas</name></author>
	</entry>
	<entry>
		<id>http://felcowiki.thefactoryhka.com.co/index.php?title=Cambios_Integraci%C3%B3n_-_Documento_Soporte_No_Obligados_Resoluci%C3%B3n_000167&amp;diff=2355</id>
		<title>Cambios Integración - Documento Soporte No Obligados Resolución 000167</title>
		<link rel="alternate" type="text/html" href="http://felcowiki.thefactoryhka.com.co/index.php?title=Cambios_Integraci%C3%B3n_-_Documento_Soporte_No_Obligados_Resoluci%C3%B3n_000167&amp;diff=2355"/>
		<updated>2022-02-08T23:22:57Z</updated>

		<summary type="html">&lt;p&gt;Lvargas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;== Cambios Integración - Documento Soporte No Obligados Resolución 000167 ==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
En este articulo encontraras información sobre los Cambios incorporados en el Anexo técnico de Documento Soporte en adquisiciones efectuadas a sujetos no obligados a expedir factura de venta o documento equivalente Versión 1.1.&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==Cambios incorporados en la versión 1.1 del documento soporte en adquisiciones efectuadas a sujetos no obligados a expedir factura de &#039;&#039;venta&#039;&#039; o &#039;&#039;documento equivalente&#039;&#039;==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
*Se incorpora la &#039;&#039;&#039;Nota de ajuste&#039;&#039;&#039; para el documento soporte en adquisiciones efectuadas a sujetos no obligados a expedir factura o documento equivalente, con sus respectivas reglas de validación.&lt;br /&gt;
*Se modifica el cálculo del elemento UUID, para el cual se eliminaron los impuestos INC e ICA para la composición de la cadena.&lt;br /&gt;
*Se cambia el algoritmo utilizado para el cálculo del UUID, pasando de Código Único de Documento Electrónico - CUDE a Código Único de Documento Soporte – CUDS.&lt;br /&gt;
*Se actualiza la tabla de referencia para el elemento CityName.&lt;br /&gt;
&lt;br /&gt;
==&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;Cambios relevantes&amp;lt;/font&amp;gt;==&lt;br /&gt;
===Reglas con modificaciones en las validaciones===&lt;br /&gt;
&amp;lt;u&amp;gt;&#039;&#039;&#039;ENTRE LAS CUALES SE DESTACAN:&#039;&#039;&#039;&amp;lt;/u&amp;gt;&lt;br /&gt;
# Se determina que el tipo de identificación para el prestador de servicios debe ser NIT.&lt;br /&gt;
# Cambio en el algoritmo para el cálculo del UUID.&lt;br /&gt;
# Validaciones correspondientes a la localización física del vendedor de acuerdo a su procedencia.&lt;br /&gt;
# Se determina que la identificación del vendedor puede no ser NIT dependiendo su procedencia.&lt;br /&gt;
# Se determina que la identificación del comprador debe ser NIT.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
==Instrumentos que se derivan del documento soporte en adquisiciones efectuadas a sujetos no obligados a Expedir factura de venta o documento equivalente==&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
A continuación, se describen los instrumentos que se derivan del documento soporte en adquisiciones efectuadas a sujetos no obligados a expedir factura de venta o documento equivalente.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
==Documento soporte en adquisiciones efectuadas a sujetos no obligados a expedir factura o documento equivalente (Invoic5)==&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Es un documento electrónico que constituye el soporte de los costos y deducciones en el Impuesto sobre la Renta y Complementarios e impuestos descontables en el Impuesto sobre las Ventas -IVA, derivado de la adquisición de bienes y/o servicios a sujetos no obligados a expedir factura de venta o documento equivalente; el cual se deberá generar por parte del adquirente de los mencionados bienes y/o servicios, para su posterior transmisión para la validación de la DIAN.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
==Nota de Ajuste al documento soporte en adquisiciones efectuadas a sujetos no obligados a expedir factura o documento equivalente en adquisiciones efectuadas a sujetos no obligados a expedir factura o documento equivalente (CreditNote)==&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Las notas de ajuste del documento soporte en adquisiciones efectuadas a sujetos no obligados a expedir factura de venta o documento equivalente, en lo sucesivo notas de ajuste, son documentos electrónicos o físicos según el caso, que constituyen el medio por el cual se realizan ajustes o se anula el documento soporte, por errores aritméticos o de contenido, cumpliendo las condiciones, términos, mecanismos técnicos y tecnológicos que para el efecto señale la DIAN.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
==Registro de Respuesta a la Validación realizada por parte de la DIAN (ApplicationResponse)==&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Es el procedimiento que genera el documento electrónico de validación por parte de la DIAN, que contiene la verificación de las reglas de validación de los documentos electrónicos, cumpliendo con los requisitos, términos, mecanismos técnicos y tecnológicos que para el efecto establezca la DIAN, en el Anexo Técnico respectivo. &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
==Nuevas Reglas de Validación==&lt;br /&gt;
*&#039;&#039;&#039;DSAJ08a:&#039;&#039;&#039; La clase dirección cliente deberá estar conformado al menos por el conjunto formado por los elementos ciudad, codigoDepartamento, departamento, direccion, lenguaje, municipio y pais. cuando el tipoOperacion es igual a &#039;10&#039;.&lt;br /&gt;
*&#039;&#039;&#039;DASJ08b:&#039;&#039;&#039; La clase dirección cliente deberá estar conformado al menos por el conjunto formado por los elementos ciudad, codigoDepartamento, departamento, direccion, lenguaje, municipio y pais. cuando el CustomizationID es igual a &#039;11&#039;.&lt;br /&gt;
*&#039;&#039;&#039;DSAJ10a:&#039;&#039;&#039; Campo ciudad Debe ser un municipio de la República de Colombia cuando el tipoOperacion es igual a &#039;10&#039;.&lt;br /&gt;
*&#039;&#039;&#039;DSAJ10b:&#039;&#039;&#039; Campo ciudad Debe ser un municipio de la República de Colombia cuando el tipoOperacion es igual a &#039;11&#039;.&lt;br /&gt;
*&#039;&#039;&#039;DSAJ25a:&#039;&#039;&#039; Identificador del tipo de documento de identidad:&#039;&#039;&#039; Cuando el tipoOperacion es igual a &#039;10&#039; el tipoIdentificacion deberá ser &#039;31&#039;.&lt;br /&gt;
*&#039;&#039;&#039;DSAJ25b:&#039;&#039;&#039; Identificador del tipo de documento de identidad:&#039;&#039;&#039; Cuando el tipoOperacion es igual a &#039;11&#039; el tipoIdentificacion deberá ser &#039;31&#039;.&lt;br /&gt;
*&#039;&#039;&#039;VLR02:&#039;&#039;&#039; Valor total de la Nota de Ajuste es superior al valor del documento referenciado&lt;br /&gt;
*&#039;&#039;&#039;DSBH01:&#039;&#039;&#039; Se debe indicar el campo codigoInterno = 5 en la clase documentoReferenciado. Grupo de información exclusivo para referenciar la Nota de Ajuste que dio origen al presente DS&lt;br /&gt;
*&#039;&#039;&#039;DSBH03:&#039;&#039;&#039; Prefijo + Número de la nota de ajuste referenciada ID de la nota de ajuste de referencia no existe. Se debe indicar obligatoriamente el campo numeroDocumento en la clase documentoReferenciado&lt;br /&gt;
*&#039;&#039;&#039;DSBH04:&#039;&#039;&#039; CUDS de la nota de ajuste relacionada. CUDS de la nota de ajuste referenciada no existe. Se debe indicar obligatoriamente el campo cufeDocReferenciado.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;DSBH05:&#039;&#039;&#039; Algoritmo del CUDS&lt;br /&gt;
*&#039;&#039;&#039;DSBH06:&#039;&#039;&#039; Fecha de la Nota de Ajuste referenciada anterior a fecha del DS. Se debe indicar obligatoriamente el campo fecha.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
==Proceso tecnológico en el Sistema de Facturación Electrónica ==&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&#039;&#039;Habilitación&#039;&#039;&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Los sujetos que se encuentren previamente habilitados como facturadores electrónicos, tendrán la opción de convalidar la información que hayan registrado en el procedimiento de habilitación del artículo 22 de la Resolución 000042 del 05 de mayo de 2020 o la norma que la modifique o sustituya.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Sin embargo, es importante tener en cuenta que el documento soporte en adquisiciones efectuadas a sujetos no obligados a expedir factura de venta o documento equivalente no requiere pruebas mínimas para surtir el proceso de habilitación conforme a la resolución anteriormente mencionada, el sistema de Factura Electrónica con Validación Previa entregará los insumos necesarios referentes a un SET de pruebas para quienes requieran realizar la generación, transmisión y validación del documento soporte en adquisiciones efectuadas a sujetos no obligados a expedir factura de venta o documento equivalente y la nota de ajuste en el 	ambiente de habilitación antes de enviarlo al ambiente de producción.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&#039;&#039;Sujetos obligados &#039;&#039;&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Corresponde a todos los sujetos que adquieren bienes y/o servicios a un proveedor no obligado a expedir factura de venta o documento equivalente y que son facturadores electrónicos habilitados, (en adelante ABS), que requieran documentar la transacción y tener el soporte fiscal de costos, deducciones, o impuestos descontables.&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
El ABS debe estar habilitado por la DIAN como FE para generar documento soporte, y deberá usar los rangos de numeración para estas operaciones, el cual se debe gestionar en el SIE de numeración o el sistema dispuesto por la Unidad Administrativa Especial Dirección de Impuestos y Aduanas Nacionales DIAN, para tal fin.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&#039;&#039;Suplemento C: Inconvenientes tecnológicos&#039;&#039;&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
No se ha contemplado la generación del Documento Soporte en adquisiciones efectuadas a sujetos no obligados a expedir factura de venta o documento equivalente y sus notas de ajuste cuando existan Inconvenientes Tecnológicos Tipo 03 - Por parte del Facturador Electrónico ni Tipo 04 - Por parte de la DIAN; así pues, una vez se restablezcan los servicios se deberá hacer la transmisión del citado documento.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&#039;&#039;Tipo de Documento: cbc:InvoiceTypeCode y cbc:CreditnoteTypeCode&#039;&#039;&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Código&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Significado&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| 05&lt;br /&gt;
| Documento soporte en adquisiciones efectuadas a sujetos no obligados a expedir factura o documento equivalente &lt;br /&gt;
|-&lt;br /&gt;
| 95&lt;br /&gt;
| Nota de ajuste al documento soporte en adquisiciones efectuadas a sujetos no obligados a expedir factura o documento equivalente&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&#039;&#039;Tipos de operación Procedencia de Vendedor: cbc:CustomizationID&#039;&#039;&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Código&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Valor&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| 10&lt;br /&gt;
| Residente &lt;br /&gt;
|-&lt;br /&gt;
| 11&lt;br /&gt;
| No residente&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Nota:&#039;&#039;&#039; Conforme a la normativa vigente, debe tenerse en cuenta lo que se indica para el concepto de residente fiscal en Colombia y NO residente fiscal en Colombia.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&#039;&#039;Forma de generación y transmisión:cbc: DescriptionCode; cbc: Description&#039;&#039;&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Código&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Descripción&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| 1&lt;br /&gt;
| Por operación &lt;br /&gt;
|-&lt;br /&gt;
| 2&lt;br /&gt;
| Acumulado semanal&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Nota:&#039;&#039;&#039;Forma de generación y transmisión de conformidad con lo establecido en los Artículo 2 y 10 de la Presente Resolución.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&#039;&#039;Códigos para identificación fiscal Documento de identificación (Tipo de Identificador Fiscal): cbc:CompanyID.@schemeName; sts:ProviderID.@schemeName &lt;br /&gt;
&#039;&#039;&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Código&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Significado SNO&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Residente&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|No residente&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| 21&lt;br /&gt;
| Tarjeta de extranjería&lt;br /&gt;
|&lt;br /&gt;
! style=&amp;quot;;background:#f8f9fa; text-align:center;&amp;quot;! style=&amp;quot;;background:#f8f9fa; text-align:center;&amp;quot;|X &lt;br /&gt;
|-&lt;br /&gt;
| 22&lt;br /&gt;
| Cédula de extranjería&lt;br /&gt;
|&lt;br /&gt;
! style=&amp;quot;;background:#f8f9fa; text-align:center;&amp;quot; color: |X&lt;br /&gt;
|-&lt;br /&gt;
|31&lt;br /&gt;
|NIT&lt;br /&gt;
! style=&amp;quot;;background:#f8f9fa; text-align:center;&amp;quot;|X&lt;br /&gt;
! style=&amp;quot;;background:#f8f9fa; text-align:center;&amp;quot;|X&lt;br /&gt;
|-&lt;br /&gt;
|41&lt;br /&gt;
|Pasaporte&lt;br /&gt;
|&lt;br /&gt;
! style=&amp;quot;;background:#f8f9fa; text-align:center;&amp;quot;|X&lt;br /&gt;
|-&lt;br /&gt;
|42&lt;br /&gt;
|Documento de identificación extranjero&lt;br /&gt;
|&lt;br /&gt;
! style=&amp;quot;;background:#f8f9fa; text-align:center;&amp;quot;|X&lt;br /&gt;
|-&lt;br /&gt;
|47&lt;br /&gt;
|PEP&lt;br /&gt;
|&lt;br /&gt;
! style=&amp;quot;;background:#f8f9fa; text-align:center;&amp;quot;|X&lt;br /&gt;
|-&lt;br /&gt;
|50&lt;br /&gt;
|NIT de otro país&lt;br /&gt;
|&lt;br /&gt;
! style=&amp;quot;;background:#f8f9fa; text-align:center;&amp;quot;|X&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&#039;&#039;Tributos cac:TaxScheme/ID: Columna Identificador cac:TaxScheme/Name: Columna Nombre&#039;&#039;&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Identificador&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Nombre&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Descripción&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| 01&lt;br /&gt;
| IVA &lt;br /&gt;
|Impuesto sobre las ventas&lt;br /&gt;
|-&lt;br /&gt;
| 05&lt;br /&gt;
| RetelIVA&lt;br /&gt;
| Retención sobre el IVA&lt;br /&gt;
|-&lt;br /&gt;
|06&lt;br /&gt;
| ReteRenta&lt;br /&gt;
|Retención sobre Renta&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&#039;&#039;Tipo de organización jurídica (Personas): cbc:AdditionalAccountID&#039;&#039;&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Codigo&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Significado&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| 1&lt;br /&gt;
| Persona jurídica y asimiladas &lt;br /&gt;
|-&lt;br /&gt;
| 2&lt;br /&gt;
| Persona Natural y asimiladas&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&#039;&#039;Códigos para identificación fiscal Detalles Tributarios:Para el grupo PartyTaxScheme&#039;&#039;&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Código&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Significado&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| 01&lt;br /&gt;
| IVA&lt;br /&gt;
|-&lt;br /&gt;
| ZZ&lt;br /&gt;
| No aplica*&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Nota:&#039;&#039;&#039; Se utiliza en los casos donde el Vendedor no cuente con los detalles tributarios informados, aplica para personas jurídicas/personas naturales.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Atributo&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|TipoDato&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|anticipos&lt;br /&gt;
|Array&amp;lt;Class.Anticipos&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|autorizado&lt;br /&gt;
|Class.Autorizado&lt;br /&gt;
|-&lt;br /&gt;
|cantidadDecimales&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|cargosDescuentos&lt;br /&gt;
|Array&amp;lt;Class.CargosDescuentos&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|cliente&lt;br /&gt;
|Class.Cliente&lt;br /&gt;
|-&lt;br /&gt;
|condicionPago&lt;br /&gt;
|Array&amp;lt;Class.CondicionPago&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|consecutivoDocumento&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|detalleDeFactura&lt;br /&gt;
|Array&amp;lt;Class.FacturaDetalle&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|documentoReferenciado&lt;br /&gt;
|Array&amp;lt;DocumentoReferenciado&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|entregaMercancia&lt;br /&gt;
|Class.Entrega&lt;br /&gt;
|-&lt;br /&gt;
|extras&lt;br /&gt;
|Array&amp;lt;Class.Extras&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|fechaEmision&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|fechaFinPeriodoFacturacion&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|fechaInicioPeriodoFacturacion&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|fechaPagoImpuestos&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|fechaVencimiento&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|impuestosGenerales&lt;br /&gt;
|Array&amp;lt;Class.FacturaImpuestos&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|impuestosTotales&lt;br /&gt;
|Array&amp;lt;Class.ImpuestosTotales&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|informacionAdicional&lt;br /&gt;
|Array&amp;lt;String&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|mediosDePago&lt;br /&gt;
|Array&amp;lt;Class.MediosDePago&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|moneda&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|ordenDeCompra&lt;br /&gt;
|Array&amp;lt;Class.OrdenDeCompra&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|rangoNumeracion&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|redondeoAplicado&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|sectorSalud&lt;br /&gt;
|Class.SectorSalud&lt;br /&gt;
|-&lt;br /&gt;
|tasaDeCambio&lt;br /&gt;
|Array&amp;lt;Class.TasaDeCambio&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|tasaDeCambioAlternativa&lt;br /&gt;
|Array&amp;lt;Class.TasaDeCambioAlternativa&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|terminosEntrega&lt;br /&gt;
|Class.TerminosEntrega&lt;br /&gt;
|-&lt;br /&gt;
|tipoDocumento&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|tipoOperacion&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|tipoSector&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|totalAnticipos&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|totalBaseImponible&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|totalBrutoConImpuestos&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|totalCargosAplicados&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|totalDescuentos&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|totalMonto&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|totalProductos&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|totalSinImpuestos&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;== Para emitir documentos soporte en adquisiciones con sujetos no obligados a facturar electrónicamente, se deben tener en cuenta los siguientes aspectos: ==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
*1.La estructura &#039;&#039;&#039;SOAP&#039;&#039;&#039; del objeto &#039;&#039;&#039;FacturaGeneral&#039;&#039;&#039; a ser implementado en La versión 4 del servicio de &#039;&#039;emisión:&#039;&#039;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[Archivo:warning.png|800px|sinmarco|centro|Warning]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
*2.Se deberá indicar tipoDocumento = &#039;05&#039; correspondiente al documento Soporte con sujetos no obligados a facturar:&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[Archivo:tipoDocumento.png|800px|sinmarco|centro|TipoDocumento]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[Archivo:tipoDocumento2.png|800px|sinmarco|centro|TipoDocumento2]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
*3.Se deberá indicar tipoOperacion = ‘10’ u ‘11’ correspondiente a residente o no residente.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[Archivo:tipoOperacion.png|800px|sinmarco|centro|TipoOperacion]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[Archivo:tipoOperacion2.png|800px|sinmarco|centro|TipoOperacion2]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
*4.La información del vendedor/proveedor (persona no obligada a facturar electrónicamente) será reportada en la clase Cliente del objetoFacturaGeneral. &lt;br /&gt;
Los atributos mínimos de esta clase a ser reportados son: &amp;lt;br&amp;gt;&lt;br /&gt;
detallesTributarios, nombreRazonSocial, numeroDocumento, numeroIdentificacionDV, responsabilidadesRut, tipoIdentificacion y tipoPersona.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[Archivo:detallesTributarios.png|800px|sinmarco|centro|DetallesTributarios]]&lt;br /&gt;
[[Archivo:detallesTributarios2.png|800px|sinmarco|centro|DetallesTributarios2]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
*5.La emisión de estos documentos no admite su transmisión bajo un esquema de contingencia.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[Archivo:contingencia.png|800px|sinmarco|centro|Contingencia]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==Información Complementaria==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
===Documento soporte en adquisiciones efectuadas a sujetos no obligados a expedir factura de venta o documento equivalente ===&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&#039;&#039;&#039;¿Qué es el documento soporte?&#039;&#039;&#039;&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Es el documento que usas para acreditar la compra de un &#039;&#039;bien&#039;&#039; o &#039;&#039;servicio&#039;&#039;, y que debe generar el comprador cuando hace transacciones con un proveedor que no está obligado a expedir factura de venta o documento equivalente.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&#039;&#039;&#039;¿Cuándo se usa?&#039;&#039;&#039;&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Lo expides como comprador para documentar la transacción que da lugar a &#039;&#039;costos, deducciones&#039;&#039; o &#039;&#039;impuestos descontables&#039;&#039;, por medio de un documento con numeración autorizada por la &#039;&#039;&#039;DIAN&#039;&#039;&#039;, cuando el vendedor o prestador del  servicio no está obligado a facturar.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&#039;&#039;&#039;¿Quiénes lo deben emitir?&#039;&#039;&#039;&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Lo emites si eres comprador del bien o el  servicio.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&#039;&#039;&#039;¿Para qué se emite?&#039;&#039;&#039;&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Si como &#039;&#039;vendedor del bien&#039;&#039; o &#039;&#039;prestador del servicio&#039;&#039; no tienes obligación de expedir factura de venta, el comprador podrá generar el &#039;&#039;&#039;Documento soporte&#039;&#039;&#039; en adquisiciones efectuadas a sujetos no obligados a expedir factura de venta o documento equivalente para documentar la transacción, contabilizarla y si es del caso, soportar costos, deducciones, o impuestos descontables.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&#039;&#039;&#039;¿Quiénes están obligados a expedirlo?&#039;&#039;&#039;&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Estás obligado si adquieres un bien o servicio cuando haces compras o adquieres servicios a un proveedor no obligado a expedir factura de venta, para que puedas documentar la transacción y tener el soporte de &#039;&#039;costos, deducciones&#039;&#039;, o &#039;&#039;impuestos descontables&#039;&#039;, para tus declaraciones tributarias.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&#039;&#039;&#039;¿Qué beneficios tiene?&#039;&#039;&#039;&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Te permite documentar las operaciones cuando se realizan con proveedores no obligados a emitir factura o documento equivalente. Así soportas adecuadamente &#039;&#039;costos, deducciones,&#039;&#039; o &#039;&#039;impuestos descontables&#039;&#039; en estas adquisiciones.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&#039;&#039;&#039;¿Cuáles son los requisitos?&#039;&#039;&#039;&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Según lo indicado en la &amp;lt;u&amp;gt;&#039;&#039;&#039;Resolución 000167 de 2021&#039;&#039;&#039;&amp;lt;/u&amp;gt; los requisitos son:&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
# Estar denominado expresamente como “Documento soporte en adquisiciones efectuadas a no obligados a facturar&amp;quot;.&lt;br /&gt;
# Tener la fecha de la operación que debe corresponder a la fecha de generación del documento.&lt;br /&gt;
# Contener los apellidos y nombre o razón social y Número de Identificación Tributaria (NIT) del vendedor o de quien presta el servicio. Tratándose de contratos suscritos con         los no residentes fiscales en Colombia no inscritos en el Registro Único Tributario -RUT, el requisito del Número de Identificación Tributaria NIT, se entenderá cumplido con la identificación otorgada en el país de origen del no residente.&lt;br /&gt;
# Contener los apellidos y nombre o razón social y Número de Identificación Tributaria -NIT del adquiriente de los bienes y/o servicios.&lt;br /&gt;
# Llevar el número que corresponda a un sistema de numeración consecutiva de documento soporte incluyendo el número, rango y vigencia autorizado por la DIAN.&lt;br /&gt;
# Tener la descripción específica del bien o del servicio prestado.&lt;br /&gt;
# Detallar el valor total de la operación.&lt;br /&gt;
# Incluir la firma del emisor del documento soporte al momento de la generación, de acuerdo con las normas vigentes y con la política de firma que establezca la Unidad Administrativa Especial Dirección de Impuestos y Aduanas – DIAN.&lt;br /&gt;
# Utilizar el formato electrónico de generación que establezca la Unidad Administrativa Especial Dirección de Impuestos y Aduanas Nacionales - DIAN.&lt;br /&gt;
# El Código único de documento soporte en adquisiciones efectuadas a sujetos no obligados a expedir factura de venta o documento equivalente - CUDS.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&#039;&#039;&#039;¿Desde cuándo se debe emitir y exigir el documento soporte en adquisiciones efectuadas a sujetos no obligados a expedir factura de venta o documento equivalente?&#039;&#039;&#039;&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
La generación y transmisión de forma electrónica del documento soporte en adquisiciones efectuadas a sujetos no obligados a expedir factura de venta o documento equivalente y las notas de ajuste, deberán implementarse a más tardar el &amp;lt;u&amp;gt;&#039;&#039;&#039;dos (2) de mayo de 2022.&#039;&#039;&#039;&amp;lt;/u&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
==Transmisión para la validación ante la DIAN==&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
===Deberá transmitirse para validación de la &#039;&#039;Unidad Administrativa Especial Dirección de Impuestos&#039;&#039; y &#039;&#039;Aduanas Nacionales&#039;&#039; -DIAN, así:===&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
#En el momento en que se lleve a cabo cada una de las operaciones en las que se adquieran bienes y/o servicios a sujetos no obligados a expedir factura o documento equivalente.&lt;br /&gt;
#A más tardar el último día hábil de la semana en la que se llevaron a cabo las operaciones acumuladas semanalmente, que se realicen con un mismo proveedor en las que se adquieran bienes y/o servicios con sujetos no obligados a expedir factura o documento equivalente.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&#039;&#039;&#039;¿Qué hacer si se presentan inconvenientes tecnológicos?&#039;&#039;&#039;&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&#039;&#039;Inconvenientes tecnológicos por parte de la DIAN&#039;&#039;&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Si al momento de la transmisión de la información del documento soporte y las notas de ajuste, se presentan inconvenientes tecnológicos que impiden la transmisión de la información para la validación, el sujeto dispone de un plazo máximo de cuarenta y ocho (48) horas, contadas a partir del día siguiente al que se restablezca el servicio informático electrónico.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&#039;&#039;Inconvenientes tecnológicos por parte del sujeto&#039;&#039;&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Si se presentan inconvenientes tecnológicos por parte del sujeto, que impiden la transmisión de la información, este deberá transmitir los citados documentos en un plazo máximo de cuarenta y ocho (48) horas, contadas a partir del día siguiente en que se supere el inconveniente tecnológico, dejando los soportes del inconveniente presentado, para cuando la administración tributaria los requiera.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- &lt;br /&gt;
==&amp;lt;big&amp;gt;HKA TIPS&amp;lt;/big&amp;gt;==&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&#039;&#039;&#039;¿Cómo sé si el documento electrónico fue entregado a mi adquiriente?&#039;&#039;&#039;&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
* A través del portal web exponemos la trazabilidad de entregas de cada documento en la sección de &#039;&#039;Historial de Entregas asociada&#039;&#039; a los Detalles de cada documento:&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[Archivo:adquiriente.png|800px|sinmarco|centro|Adquiriente]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
*Si eres una casa de software aliada o desarrollador de un sistema contable y deseas incluir dicha información como una funcionalidad dentro del sistema, la información referente al Historial de Entregas se expone en el Response del método &#039;&#039;&#039;EstadoDocumento&#039;&#039;&#039; del Servicio Web de Emisión:&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;&#039;&#039;&#039;Método “EstadoDocumento” REQUEST: Parámetros a enviar&#039;&#039;&#039;&amp;lt;/center&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[Archivo:descripcion.png|800px|sinmarco|centro|Descripcion]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;&#039;&#039;&#039;Método “RESPONSE: Parámetros a recibir&#039;&#039;&#039;&amp;lt;/center&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[Archivo:array.png|800px|sinmarco|centro|Array]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;&#039;&#039;&#039;Class.HistorialDeEntregas&#039;&#039;&#039; corresponderá a:&amp;lt;/center&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[Archivo:entregas.png|800px|sinmarco|centro|Entregas]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&#039;&#039;&#039;¿Cómo puedo conocer la cantidad de folios disponibles?&#039;&#039;&#039;&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
*Si eres una casa de software aliada o desarrollador de un sistema contable y deseas incluir dicha información como una funcionalidad dentro del sistema, a través del método &#039;&#039;&#039;FoliosRestantes&#039;&#039;&#039; puedes conocer la cantidad de folios que cada  contribuyente dispone para realizar emisiones:&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;&#039;&#039;&#039;Método “FoliosRestantes”&#039;&#039;&#039;&amp;lt;br&amp;gt;Permite consultar los timbres (transacciones) disponibles. Los timbres son consumidos en proporción a las transacciones realizadas.&amp;lt;/center&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;&#039;&#039;&#039;REQUEST: Parámetros a enviar&#039;&#039;&#039;&amp;lt;/center&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[Archivo:string.png|800px|sinmarco|centro|String]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;&#039;&#039;&#039;RESPONSE: Parámetros a recibir&#039;&#039;&#039;&amp;lt;/center&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[Archivo:folios.png|800px|sinmarco|centro|Folios]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&#039;&#039;&#039;Para una emisión con adjuntos, ¿cómo puedo conocer si se culminó la sincronización de los mismos de manera satisfactoria?&#039;&#039;&#039;&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
*Al realizar la consulta del método EstadoDocumento del Servicio Web de Emisión, se expone en el Response el atributo &#039;&#039;&#039;poseeAdjuntos&#039;&#039;&#039; de tipo &#039;&#039;boolean&#039;&#039;, el cual indica si el ciclo de sincronización de adjuntos se encuentra completo:&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;&#039;&#039;&#039;RESPONSE: Parámetros a recibir&#039;&#039;&#039;&amp;lt;/center&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[Archivo:recibir.png|800px|sinmarco|centro|Recibir]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;&#039;&#039;&#039;poseeAdjuntos:&#039;&#039;&#039;&amp;lt;br&amp;gt;&#039;&#039;&#039;True:&#039;&#039;&#039; Cuando se sincroniza un adjunto con Enviar = ‘1’ &amp;lt;br&amp;gt;&#039;&#039;&#039;False:&#039;&#039;&#039; Cuando se sincroniza un adjunto con Enviar = ‘0’&amp;lt;/center&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[Archivo:adjunto.png|800px|sinmarco|centro|Adjunto]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&#039;&#039;&#039;¿Qué debo realizar al recibir un código de respuesta con error?&#039;&#039;&#039;&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
*Al obtener un código de error (&#039;&#039;&#039;código 99&#039;&#039;&#039;) con un mensaje de rechazo asociado al mismo, se recomienda validar inicialmente las causas por las cuales se presenta dicho inconveniente. Ante estos escenarios es necesario conocer cuales son las reglas de validación que el documento no supera con el fin de solventar el inconveniente, estas validaciones pueden presentarse en los siguientes &#039;&#039;array&#039;&#039; de &#039;&#039;strings&#039;&#039; en el Response del método Enviar:&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;&#039;&#039;&#039;RESPONSE: Parámetros a recibir&#039;&#039;&#039;&amp;lt;/center&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[Archivo:int.png|800px|sinmarco|centro|Int]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&#039;&#039;&#039;  ¿Qué debo realizar ante la regla de validación FAJ71?&#039;&#039;&#039;&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
*En Resolución 0012 de 2021 liberado por la DIAN, se ha entregado el Anexo Técnico 1.8, el cual contiene nuevas validaciones y exigencias en las validaciones de Facturación eléctrica que empezarán a regir en las próximas semanas.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
La Regla &#039;&#039;&#039;FAJ71&#039;&#039;&#039; del Anexo 1.8 obliga a que el emisor de la factura identifique en la facturación electrónica el &amp;quot;Correo de Recepción&amp;quot; que ha configurado en el portal de la DIAN. En caso de no identificarse este correo la DIAN Rechazara la factura.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Por lo anterior, el cliente debe configurar el correo para recepción de facturas en el portal de la DIAN, dado que el motivo del rechazo es la regla FAJ71.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
En el siguiente enlace se explica cómo registrarlo: [https://felcowiki.thefactoryhka.com.co/index.php/Configuración_-_Portal_DFactura_Validación_Previa#Configurar_Correo_Recepci.C3.B3n_DIAN Configurar Correo Recepción.]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[Archivo:dian.png|800px|sinmarco|centro|Dian]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
--&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;&#039;&#039;&#039;&amp;lt;big&amp;gt;¡Muchas Gracias!&amp;lt;/big&amp;gt;&amp;lt;br&amp;gt;Carrera 69 Q # 78-86, Bodega 20, Bogotá – Colombia,&amp;lt;br&amp;gt;Teléfono: +57 (1) 746.08.12&#039;&#039;&#039;&amp;lt;br&amp;gt;[[Archivo:facebook.png|30px|sinmarco|centro|Facebook]]THEFACTORYHKACO&amp;lt;br&amp;gt;[[Archivo:instagram.png|30px|sinmarco|centro|Instagram]]@THEFACTORYHKACO&amp;lt;br&amp;gt;&lt;br /&gt;
[[Archivo:brave.png|30px|sinmarco|centro|Brave]]THE FACTORY HKA COLOMBIA&amp;lt;br&amp;gt;[http://WWW.THEFACTORYHKA.COM/CO &amp;lt;br&amp;gt;WWW.THEFACTORYHKA.COM/CO]&amp;lt;/center&amp;gt;&lt;/div&gt;</summary>
		<author><name>Lvargas</name></author>
	</entry>
	<entry>
		<id>http://felcowiki.thefactoryhka.com.co/index.php?title=Archivo:TipoDocumento.png&amp;diff=2354</id>
		<title>Archivo:TipoDocumento.png</title>
		<link rel="alternate" type="text/html" href="http://felcowiki.thefactoryhka.com.co/index.php?title=Archivo:TipoDocumento.png&amp;diff=2354"/>
		<updated>2022-02-08T23:05:00Z</updated>

		<summary type="html">&lt;p&gt;Lvargas: Archivo subido con MsUpload&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Archivo subido con MsUpload&lt;/div&gt;</summary>
		<author><name>Lvargas</name></author>
	</entry>
	<entry>
		<id>http://felcowiki.thefactoryhka.com.co/index.php?title=Archivo:TipoDocumento2.png&amp;diff=2353</id>
		<title>Archivo:TipoDocumento2.png</title>
		<link rel="alternate" type="text/html" href="http://felcowiki.thefactoryhka.com.co/index.php?title=Archivo:TipoDocumento2.png&amp;diff=2353"/>
		<updated>2022-02-08T23:05:00Z</updated>

		<summary type="html">&lt;p&gt;Lvargas: Archivo subido con MsUpload&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Archivo subido con MsUpload&lt;/div&gt;</summary>
		<author><name>Lvargas</name></author>
	</entry>
	<entry>
		<id>http://felcowiki.thefactoryhka.com.co/index.php?title=Archivo:Brave.png&amp;diff=2352</id>
		<title>Archivo:Brave.png</title>
		<link rel="alternate" type="text/html" href="http://felcowiki.thefactoryhka.com.co/index.php?title=Archivo:Brave.png&amp;diff=2352"/>
		<updated>2022-02-08T21:58:28Z</updated>

		<summary type="html">&lt;p&gt;Lvargas: Archivo subido con MsUpload&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Archivo subido con MsUpload&lt;/div&gt;</summary>
		<author><name>Lvargas</name></author>
	</entry>
	<entry>
		<id>http://felcowiki.thefactoryhka.com.co/index.php?title=Archivo:Facebook.png&amp;diff=2351</id>
		<title>Archivo:Facebook.png</title>
		<link rel="alternate" type="text/html" href="http://felcowiki.thefactoryhka.com.co/index.php?title=Archivo:Facebook.png&amp;diff=2351"/>
		<updated>2022-02-08T21:58:28Z</updated>

		<summary type="html">&lt;p&gt;Lvargas: Archivo subido con MsUpload&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Archivo subido con MsUpload&lt;/div&gt;</summary>
		<author><name>Lvargas</name></author>
	</entry>
	<entry>
		<id>http://felcowiki.thefactoryhka.com.co/index.php?title=Archivo:Instagram.png&amp;diff=2350</id>
		<title>Archivo:Instagram.png</title>
		<link rel="alternate" type="text/html" href="http://felcowiki.thefactoryhka.com.co/index.php?title=Archivo:Instagram.png&amp;diff=2350"/>
		<updated>2022-02-08T21:58:28Z</updated>

		<summary type="html">&lt;p&gt;Lvargas: Archivo subido con MsUpload&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Archivo subido con MsUpload&lt;/div&gt;</summary>
		<author><name>Lvargas</name></author>
	</entry>
	<entry>
		<id>http://felcowiki.thefactoryhka.com.co/index.php?title=Cambios_Integraci%C3%B3n_-_Documento_Soporte_No_Obligados_Resoluci%C3%B3n_000167&amp;diff=2349</id>
		<title>Cambios Integración - Documento Soporte No Obligados Resolución 000167</title>
		<link rel="alternate" type="text/html" href="http://felcowiki.thefactoryhka.com.co/index.php?title=Cambios_Integraci%C3%B3n_-_Documento_Soporte_No_Obligados_Resoluci%C3%B3n_000167&amp;diff=2349"/>
		<updated>2022-02-08T21:53:56Z</updated>

		<summary type="html">&lt;p&gt;Lvargas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;== Cambios Integración - Documento Soporte No Obligados Resolución 000167 ==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
En este articulo encontraras información sobre los Cambios incorporados en el Anexo técnico de Documento Soporte en adquisiciones efectuadas a sujetos no obligados a expedir factura de venta o documento equivalente Versión 1.1.&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==Cambios incorporados en la versión 1.1 del documento soporte en adquisiciones efectuadas a sujetos no obligados a expedir factura de &#039;&#039;venta&#039;&#039; o &#039;&#039;documento equivalente&#039;&#039;==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
*Se incorpora la &#039;&#039;&#039;Nota de ajuste&#039;&#039;&#039; para el documento soporte en adquisiciones efectuadas a sujetos no obligados a expedir factura o documento equivalente, con sus respectivas reglas de validación.&lt;br /&gt;
*Se modifica el cálculo del elemento UUID, para el cual se eliminaron los impuestos INC e ICA para la composición de la cadena.&lt;br /&gt;
*Se cambia el algoritmo utilizado para el cálculo del UUID, pasando de Código Único de Documento Electrónico - CUDE a Código Único de Documento Soporte – CUDS.&lt;br /&gt;
*Se actualiza la tabla de referencia para el elemento CityName.&lt;br /&gt;
&lt;br /&gt;
==&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;Cambios relevantes&amp;lt;/font&amp;gt;==&lt;br /&gt;
===Reglas con modificaciones en las validaciones===&lt;br /&gt;
&amp;lt;u&amp;gt;&#039;&#039;&#039;ENTRE LAS CUALES SE DESTACAN:&#039;&#039;&#039;&amp;lt;/u&amp;gt;&lt;br /&gt;
# Se determina que el tipo de identificación para el prestador de servicios debe ser NIT.&lt;br /&gt;
# Cambio en el algoritmo para el cálculo del UUID.&lt;br /&gt;
# Validaciones correspondientes a la localización física del vendedor de acuerdo a su procedencia.&lt;br /&gt;
# Se determina que la identificación del vendedor puede no ser NIT dependiendo su procedencia.&lt;br /&gt;
# Se determina que la identificación del comprador debe ser NIT.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
==Instrumentos que se derivan del documento soporte en adquisiciones efectuadas a sujetos no obligados a Expedir factura de venta o documento equivalente==&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
A continuación, se describen los instrumentos que se derivan del documento soporte en adquisiciones efectuadas a sujetos no obligados a expedir factura de venta o documento equivalente.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
==Documento soporte en adquisiciones efectuadas a sujetos no obligados a expedir factura o documento equivalente (Invoic5)==&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Es un documento electrónico que constituye el soporte de los costos y deducciones en el Impuesto sobre la Renta y Complementarios e impuestos descontables en el Impuesto sobre las Ventas -IVA, derivado de la adquisición de bienes y/o servicios a sujetos no obligados a expedir factura de venta o documento equivalente; el cual se deberá generar por parte del adquirente de los mencionados bienes y/o servicios, para su posterior transmisión para la validación de la DIAN.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
==Nota de Ajuste al documento soporte en adquisiciones efectuadas a sujetos no obligados a expedir factura o documento equivalente en adquisiciones efectuadas a sujetos no obligados a expedir factura o documento equivalente (CreditNote)==&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Las notas de ajuste del documento soporte en adquisiciones efectuadas a sujetos no obligados a expedir factura de venta o documento equivalente, en lo sucesivo notas de ajuste, son documentos electrónicos o físicos según el caso, que constituyen el medio por el cual se realizan ajustes o se anula el documento soporte, por errores aritméticos o de contenido, cumpliendo las condiciones, términos, mecanismos técnicos y tecnológicos que para el efecto señale la DIAN.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
==Registro de Respuesta a la Validación realizada por parte de la DIAN (ApplicationResponse)==&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Es el procedimiento que genera el documento electrónico de validación por parte de la DIAN, que contiene la verificación de las reglas de validación de los documentos electrónicos, cumpliendo con los requisitos, términos, mecanismos técnicos y tecnológicos que para el efecto establezca la DIAN, en el Anexo Técnico respectivo. &lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
==Nuevas Reglas de Validación==&lt;br /&gt;
*&#039;&#039;&#039;DSAJ08a:&#039;&#039;&#039; La clase dirección cliente deberá estar conformado al menos por el conjunto formado por los elementos ciudad, codigoDepartamento, departamento, direccion, lenguaje, municipio y pais. cuando el tipoOperacion es igual a &#039;10&#039;.&lt;br /&gt;
*&#039;&#039;&#039;DASJ08b:&#039;&#039;&#039; La clase dirección cliente deberá estar conformado al menos por el conjunto formado por los elementos ciudad, codigoDepartamento, departamento, direccion, lenguaje, municipio y pais. cuando el CustomizationID es igual a &#039;11&#039;.&lt;br /&gt;
*&#039;&#039;&#039;DSAJ10a:&#039;&#039;&#039; Campo ciudad Debe ser un municipio de la República de Colombia cuando el tipoOperacion es igual a &#039;10&#039;.&lt;br /&gt;
*&#039;&#039;&#039;DSAJ10b:&#039;&#039;&#039; Campo ciudad Debe ser un municipio de la República de Colombia cuando el tipoOperacion es igual a &#039;11&#039;.&lt;br /&gt;
*&#039;&#039;&#039;DSAJ25a:&#039;&#039;&#039; Identificador del tipo de documento de identidad:&#039;&#039;&#039; Cuando el tipoOperacion es igual a &#039;10&#039; el tipoIdentificacion deberá ser &#039;31&#039;.&lt;br /&gt;
*&#039;&#039;&#039;DSAJ25b:&#039;&#039;&#039; Identificador del tipo de documento de identidad:&#039;&#039;&#039; Cuando el tipoOperacion es igual a &#039;11&#039; el tipoIdentificacion deberá ser &#039;31&#039;.&lt;br /&gt;
*&#039;&#039;&#039;VLR02:&#039;&#039;&#039; Valor total de la Nota de Ajuste es superior al valor del documento referenciado&lt;br /&gt;
*&#039;&#039;&#039;DSBH01:&#039;&#039;&#039; Se debe indicar el campo codigoInterno = 5 en la clase documentoReferenciado. Grupo de información exclusivo para referenciar la Nota de Ajuste que dio origen al presente DS&lt;br /&gt;
*&#039;&#039;&#039;DSBH03:&#039;&#039;&#039; Prefijo + Número de la nota de ajuste referenciada ID de la nota de ajuste de referencia no existe. Se debe indicar obligatoriamente el campo numeroDocumento en la clase documentoReferenciado&lt;br /&gt;
*&#039;&#039;&#039;DSBH04:&#039;&#039;&#039; CUDS de la nota de ajuste relacionada. CUDS de la nota de ajuste referenciada no existe. Se debe indicar obligatoriamente el campo cufeDocReferenciado.&lt;br /&gt;
&lt;br /&gt;
*&#039;&#039;&#039;DSBH05:&#039;&#039;&#039; Algoritmo del CUDS&lt;br /&gt;
*&#039;&#039;&#039;DSBH06:&#039;&#039;&#039; Fecha de la Nota de Ajuste referenciada anterior a fecha del DS. Se debe indicar obligatoriamente el campo fecha.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
==Proceso tecnológico en el Sistema de Facturación Electrónica ==&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&#039;&#039;Habilitación&#039;&#039;&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Los sujetos que se encuentren previamente habilitados como facturadores electrónicos, tendrán la opción de convalidar la información que hayan registrado en el procedimiento de habilitación del artículo 22 de la Resolución 000042 del 05 de mayo de 2020 o la norma que la modifique o sustituya.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Sin embargo, es importante tener en cuenta que el documento soporte en adquisiciones efectuadas a sujetos no obligados a expedir factura de venta o documento equivalente no requiere pruebas mínimas para surtir el proceso de habilitación conforme a la resolución anteriormente mencionada, el sistema de Factura Electrónica con Validación Previa entregará los insumos necesarios referentes a un SET de pruebas para quienes requieran realizar la generación, transmisión y validación del documento soporte en adquisiciones efectuadas a sujetos no obligados a expedir factura de venta o documento equivalente y la nota de ajuste en el 	ambiente de habilitación antes de enviarlo al ambiente de producción.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&#039;&#039;Sujetos obligados &#039;&#039;&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Corresponde a todos los sujetos que adquieren bienes y/o servicios a un proveedor no obligado a expedir factura de venta o documento equivalente y que son facturadores electrónicos habilitados, (en adelante ABS), que requieran documentar la transacción y tener el soporte fiscal de costos, deducciones, o impuestos descontables.&lt;br /&gt;
&amp;lt;br&amp;gt; &lt;br /&gt;
El ABS debe estar habilitado por la DIAN como FE para generar documento soporte, y deberá usar los rangos de numeración para estas operaciones, el cual se debe gestionar en el SIE de numeración o el sistema dispuesto por la Unidad Administrativa Especial Dirección de Impuestos y Aduanas Nacionales DIAN, para tal fin.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&#039;&#039;Suplemento C: Inconvenientes tecnológicos&#039;&#039;&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
No se ha contemplado la generación del Documento Soporte en adquisiciones efectuadas a sujetos no obligados a expedir factura de venta o documento equivalente y sus notas de ajuste cuando existan Inconvenientes Tecnológicos Tipo 03 - Por parte del Facturador Electrónico ni Tipo 04 - Por parte de la DIAN; así pues, una vez se restablezcan los servicios se deberá hacer la transmisión del citado documento.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&#039;&#039;Tipo de Documento: cbc:InvoiceTypeCode y cbc:CreditnoteTypeCode&#039;&#039;&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Código&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Significado&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| 05&lt;br /&gt;
| Documento soporte en adquisiciones efectuadas a sujetos no obligados a expedir factura o documento equivalente &lt;br /&gt;
|-&lt;br /&gt;
| 95&lt;br /&gt;
| Nota de ajuste al documento soporte en adquisiciones efectuadas a sujetos no obligados a expedir factura o documento equivalente&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&#039;&#039;Tipos de operación Procedencia de Vendedor: cbc:CustomizationID&#039;&#039;&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Código&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Valor&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| 10&lt;br /&gt;
| Residente &lt;br /&gt;
|-&lt;br /&gt;
| 11&lt;br /&gt;
| No residente&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Nota:&#039;&#039;&#039; Conforme a la normativa vigente, debe tenerse en cuenta lo que se indica para el concepto de residente fiscal en Colombia y NO residente fiscal en Colombia.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&#039;&#039;Forma de generación y transmisión:cbc: DescriptionCode; cbc: Description&#039;&#039;&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Código&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Descripción&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| 1&lt;br /&gt;
| Por operación &lt;br /&gt;
|-&lt;br /&gt;
| 2&lt;br /&gt;
| Acumulado semanal&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Nota:&#039;&#039;&#039;Forma de generación y transmisión de conformidad con lo establecido en los Artículo 2 y 10 de la Presente Resolución.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&#039;&#039;Códigos para identificación fiscal Documento de identificación (Tipo de Identificador Fiscal): cbc:CompanyID.@schemeName; sts:ProviderID.@schemeName &lt;br /&gt;
&#039;&#039;&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Código&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Significado SNO&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Residente&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|No residente&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| 21&lt;br /&gt;
| Tarjeta de extranjería&lt;br /&gt;
|&lt;br /&gt;
! style=&amp;quot;;background:#f8f9fa; text-align:center;&amp;quot;! style=&amp;quot;;background:#f8f9fa; text-align:center;&amp;quot;|X &lt;br /&gt;
|-&lt;br /&gt;
| 22&lt;br /&gt;
| Cédula de extranjería&lt;br /&gt;
|&lt;br /&gt;
! style=&amp;quot;;background:#f8f9fa; text-align:center;&amp;quot; color: |X&lt;br /&gt;
|-&lt;br /&gt;
|31&lt;br /&gt;
|NIT&lt;br /&gt;
! style=&amp;quot;;background:#f8f9fa; text-align:center;&amp;quot;|X&lt;br /&gt;
! style=&amp;quot;;background:#f8f9fa; text-align:center;&amp;quot;|X&lt;br /&gt;
|-&lt;br /&gt;
|41&lt;br /&gt;
|Pasaporte&lt;br /&gt;
|&lt;br /&gt;
! style=&amp;quot;;background:#f8f9fa; text-align:center;&amp;quot;|X&lt;br /&gt;
|-&lt;br /&gt;
|42&lt;br /&gt;
|Documento de identificación extranjero&lt;br /&gt;
|&lt;br /&gt;
! style=&amp;quot;;background:#f8f9fa; text-align:center;&amp;quot;|X&lt;br /&gt;
|-&lt;br /&gt;
|47&lt;br /&gt;
|PEP&lt;br /&gt;
|&lt;br /&gt;
! style=&amp;quot;;background:#f8f9fa; text-align:center;&amp;quot;|X&lt;br /&gt;
|-&lt;br /&gt;
|50&lt;br /&gt;
|NIT de otro país&lt;br /&gt;
|&lt;br /&gt;
! style=&amp;quot;;background:#f8f9fa; text-align:center;&amp;quot;|X&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&#039;&#039;Tributos cac:TaxScheme/ID: Columna Identificador cac:TaxScheme/Name: Columna Nombre&#039;&#039;&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Identificador&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Nombre&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Descripción&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| 01&lt;br /&gt;
| IVA &lt;br /&gt;
|Impuesto sobre las ventas&lt;br /&gt;
|-&lt;br /&gt;
| 05&lt;br /&gt;
| RetelIVA&lt;br /&gt;
| Retención sobre el IVA&lt;br /&gt;
|-&lt;br /&gt;
|06&lt;br /&gt;
| ReteRenta&lt;br /&gt;
|Retención sobre Renta&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&#039;&#039;Tipo de organización jurídica (Personas): cbc:AdditionalAccountID&#039;&#039;&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Codigo&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Significado&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| 1&lt;br /&gt;
| Persona jurídica y asimiladas &lt;br /&gt;
|-&lt;br /&gt;
| 2&lt;br /&gt;
| Persona Natural y asimiladas&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&#039;&#039;Códigos para identificación fiscal Detalles Tributarios:Para el grupo PartyTaxScheme&#039;&#039;&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Código&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Significado&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
| 01&lt;br /&gt;
| IVA&lt;br /&gt;
|-&lt;br /&gt;
| ZZ&lt;br /&gt;
| No aplica*&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&#039;&#039;&#039;Nota:&#039;&#039;&#039; Se utiliza en los casos donde el Vendedor no cuente con los detalles tributarios informados, aplica para personas jurídicas/personas naturales.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; style=&amp;quot;width: 100%;&amp;quot; style=&amp;quot;margin: auto;&amp;quot;&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|Atributo&lt;br /&gt;
! style=&amp;quot;color:white;background:#2F5496; text-align:center;&amp;quot;|TipoDato&lt;br /&gt;
|- valign=&amp;quot;center&amp;quot;&lt;br /&gt;
|anticipos&lt;br /&gt;
|Array&amp;lt;Class.Anticipos&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|autorizado&lt;br /&gt;
|Class.Autorizado&lt;br /&gt;
|-&lt;br /&gt;
|cantidadDecimales&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|cargosDescuentos&lt;br /&gt;
|Array&amp;lt;Class.CargosDescuentos&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|cliente&lt;br /&gt;
|Class.Cliente&lt;br /&gt;
|-&lt;br /&gt;
|condicionPago&lt;br /&gt;
|Array&amp;lt;Class.CondicionPago&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|consecutivoDocumento&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|detalleDeFactura&lt;br /&gt;
|Array&amp;lt;Class.FacturaDetalle&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|documentoReferenciado&lt;br /&gt;
|Array&amp;lt;DocumentoReferenciado&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|entregaMercancia&lt;br /&gt;
|Class.Entrega&lt;br /&gt;
|-&lt;br /&gt;
|extras&lt;br /&gt;
|Array&amp;lt;Class.Extras&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|fechaEmision&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|fechaFinPeriodoFacturacion&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|fechaInicioPeriodoFacturacion&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|fechaPagoImpuestos&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|fechaVencimiento&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|impuestosGenerales&lt;br /&gt;
|Array&amp;lt;Class.FacturaImpuestos&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|impuestosTotales&lt;br /&gt;
|Array&amp;lt;Class.ImpuestosTotales&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|informacionAdicional&lt;br /&gt;
|Array&amp;lt;String&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|mediosDePago&lt;br /&gt;
|Array&amp;lt;Class.MediosDePago&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|moneda&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|ordenDeCompra&lt;br /&gt;
|Array&amp;lt;Class.OrdenDeCompra&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|rangoNumeracion&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|redondeoAplicado&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|sectorSalud&lt;br /&gt;
|Class.SectorSalud&lt;br /&gt;
|-&lt;br /&gt;
|tasaDeCambio&lt;br /&gt;
|Array&amp;lt;Class.TasaDeCambio&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|tasaDeCambioAlternativa&lt;br /&gt;
|Array&amp;lt;Class.TasaDeCambioAlternativa&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|terminosEntrega&lt;br /&gt;
|Class.TerminosEntrega&lt;br /&gt;
|-&lt;br /&gt;
|tipoDocumento&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|tipoOperacion&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|tipoSector&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|totalAnticipos&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|totalBaseImponible&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|totalBrutoConImpuestos&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|totalCargosAplicados&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|totalDescuentos&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|totalMonto&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|totalProductos&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|totalSinImpuestos&lt;br /&gt;
|String&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;== Para emitir documentos soporte en adquisiciones con sujetos no obligados a facturar electrónicamente, se deben tener en cuenta los siguientes aspectos: ==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
*1.La estructura &#039;&#039;&#039;SOAP&#039;&#039;&#039; del objeto &#039;&#039;&#039;FacturaGeneral&#039;&#039;&#039; a ser implementado en La versión 4 del servicio de &#039;&#039;emisión:&#039;&#039;&lt;br /&gt;
[[Archivo:warning.png|800px|sinmarco|centro|Warning]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
*2.Se deberá indicar tipoDocumento = &#039;05&#039; correspondiente al documento Soporte con sujetos no obligados a facturar:&lt;br /&gt;
[[Archivo:tipoDocumento.png|800px|sinmarco|centro|TipoDocumento]]&lt;br /&gt;
[[Archivo:tipoDocumento2.png|800px|sinmarco|centro|TipoDocumento2]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
*3.Se deberá indicar tipoOperacion = ‘10’ u ‘11’ correspondiente a residente o no residente.&lt;br /&gt;
[[Archivo:tipoOperacion.png|800px|sinmarco|centro|TipoOperacion]]&lt;br /&gt;
[[Archivo:tipoOperacion2.png|800px|sinmarco|centro|TipoOperacion2]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
*4.La información del vendedor/proveedor (persona no obligada a facturar electrónicamente) será reportada en la clase Cliente del objetoFacturaGeneral. &lt;br /&gt;
Los atributos mínimos de esta clase a ser reportados son: &amp;lt;br&amp;gt;&lt;br /&gt;
detallesTributarios, nombreRazonSocial, numeroDocumento, numeroIdentificacionDV, responsabilidadesRut, tipoIdentificacion y tipoPersona.&lt;br /&gt;
[[Archivo:detallesTributarios.png|800px|sinmarco|centro|DetallesTributarios]]&lt;br /&gt;
[[Archivo:detallesTributarios2.png|800px|sinmarco|centro|DetallesTributarios2]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
*5.La emisión de estos documentos no admite su transmisión bajo un esquema de contingencia.&lt;br /&gt;
[[Archivo:contingencia.png|800px|sinmarco|centro|Contingencia]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;==Información Complementaria==&amp;lt;includeonly&amp;gt;=&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
===Documento soporte en adquisiciones efectuadas a sujetos no obligados a expedir factura de venta o documento equivalente ===&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&#039;&#039;&#039;¿Qué es el documento soporte?&#039;&#039;&#039;&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Es el documento que usas para acreditar la compra de un &#039;&#039;bien&#039;&#039; o &#039;&#039;servicio&#039;&#039;, y que debe generar el comprador cuando hace transacciones con un proveedor que no está obligado a expedir factura de venta o documento equivalente.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&#039;&#039;&#039;¿Cuándo se usa?&#039;&#039;&#039;&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Lo expides como comprador para documentar la transacción que da lugar a &#039;&#039;costos, deducciones&#039;&#039; o &#039;&#039;impuestos descontables&#039;&#039;, por medio de un documento con numeración autorizada por la &#039;&#039;&#039;DIAN&#039;&#039;&#039;, cuando el vendedor o prestador del  servicio no está obligado a facturar.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&#039;&#039;&#039;¿Quiénes lo deben emitir?&#039;&#039;&#039;&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Lo emites si eres comprador del bien o el  servicio.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&#039;&#039;&#039;¿Para qué se emite?&#039;&#039;&#039;&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Si como &#039;&#039;vendedor del bien&#039;&#039; o &#039;&#039;prestador del servicio&#039;&#039; no tienes obligación de expedir factura de venta, el comprador podrá generar el &#039;&#039;&#039;Documento soporte&#039;&#039;&#039; en adquisiciones efectuadas a sujetos no obligados a expedir factura de venta o documento equivalente para documentar la transacción, contabilizarla y si es del caso, soportar costos, deducciones, o impuestos descontables.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&#039;&#039;&#039;¿Quiénes están obligados a expedirlo?&#039;&#039;&#039;&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Estás obligado si adquieres un bien o servicio cuando haces compras o adquieres servicios a un proveedor no obligado a expedir factura de venta, para que puedas documentar la transacción y tener el soporte de &#039;&#039;costos, deducciones&#039;&#039;, o &#039;&#039;impuestos descontables&#039;&#039;, para tus declaraciones tributarias.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&#039;&#039;&#039;¿Qué beneficios tiene?&#039;&#039;&#039;&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Te permite documentar las operaciones cuando se realizan con proveedores no obligados a emitir factura o documento equivalente. Así soportas adecuadamente &#039;&#039;costos, deducciones,&#039;&#039; o &#039;&#039;impuestos descontables&#039;&#039; en estas adquisiciones.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&#039;&#039;&#039;¿Cuáles son los requisitos?&#039;&#039;&#039;&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Según lo indicado en la &amp;lt;u&amp;gt;&#039;&#039;&#039;Resolución 000167 de 2021&#039;&#039;&#039;&amp;lt;/u&amp;gt; los requisitos son:&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
# Estar denominado expresamente como “Documento soporte en adquisiciones efectuadas a no obligados a facturar&amp;quot;.&lt;br /&gt;
# Tener la fecha de la operación que debe corresponder a la fecha de generación del documento.&lt;br /&gt;
# Contener los apellidos y nombre o razón social y Número de Identificación Tributaria (NIT) del vendedor o de quien presta el servicio. Tratándose de contratos suscritos con         los no residentes fiscales en Colombia no inscritos en el Registro Único Tributario -RUT, el requisito del Número de Identificación Tributaria NIT, se entenderá cumplido con la identificación otorgada en el país de origen del no residente.&lt;br /&gt;
# Contener los apellidos y nombre o razón social y Número de Identificación Tributaria -NIT del adquiriente de los bienes y/o servicios.&lt;br /&gt;
# Llevar el número que corresponda a un sistema de numeración consecutiva de documento soporte incluyendo el número, rango y vigencia autorizado por la DIAN.&lt;br /&gt;
# Tener la descripción específica del bien o del servicio prestado.&lt;br /&gt;
# Detallar el valor total de la operación.&lt;br /&gt;
# Incluir la firma del emisor del documento soporte al momento de la generación, de acuerdo con las normas vigentes y con la política de firma que establezca la Unidad Administrativa Especial Dirección de Impuestos y Aduanas – DIAN.&lt;br /&gt;
# Utilizar el formato electrónico de generación que establezca la Unidad Administrativa Especial Dirección de Impuestos y Aduanas Nacionales - DIAN.&lt;br /&gt;
# El Código único de documento soporte en adquisiciones efectuadas a sujetos no obligados a expedir factura de venta o documento equivalente - CUDS.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&#039;&#039;&#039;¿Desde cuándo se debe emitir y exigir el documento soporte en adquisiciones efectuadas a sujetos no obligados a expedir factura de venta o documento equivalente?&#039;&#039;&#039;&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
La generación y transmisión de forma electrónica del documento soporte en adquisiciones efectuadas a sujetos no obligados a expedir factura de venta o documento equivalente y las notas de ajuste, deberán implementarse a más tardar el &amp;lt;u&amp;gt;&#039;&#039;&#039;dos (2) de mayo de 2022.&#039;&#039;&#039;&amp;lt;/u&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
==Transmisión para la validación ante la DIAN==&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
===Deberá transmitirse para validación de la &#039;&#039;Unidad Administrativa Especial Dirección de Impuestos&#039;&#039; y &#039;&#039;Aduanas Nacionales&#039;&#039; -DIAN, así:===&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
#En el momento en que se lleve a cabo cada una de las operaciones en las que se adquieran bienes y/o servicios a sujetos no obligados a expedir factura o documento equivalente.&lt;br /&gt;
#A más tardar el último día hábil de la semana en la que se llevaron a cabo las operaciones acumuladas semanalmente, que se realicen con un mismo proveedor en las que se adquieran bienes y/o servicios con sujetos no obligados a expedir factura o documento equivalente.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&#039;&#039;&#039;¿Qué hacer si se presentan inconvenientes tecnológicos?&#039;&#039;&#039;&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&#039;&#039;Inconvenientes tecnológicos por parte de la DIAN&#039;&#039;&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Si al momento de la transmisión de la información del documento soporte y las notas de ajuste, se presentan inconvenientes tecnológicos que impiden la transmisión de la información para la validación, el sujeto dispone de un plazo máximo de cuarenta y ocho (48) horas, contadas a partir del día siguiente al que se restablezca el servicio informático electrónico.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&#039;&#039;Inconvenientes tecnológicos por parte del sujeto&#039;&#039;&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Si se presentan inconvenientes tecnológicos por parte del sujeto, que impiden la transmisión de la información, este deberá transmitir los citados documentos en un plazo máximo de cuarenta y ocho (48) horas, contadas a partir del día siguiente en que se supere el inconveniente tecnológico, dejando los soportes del inconveniente presentado, para cuando la administración tributaria los requiera.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
==&amp;lt;big&amp;gt;HKA TIPS&amp;lt;/big&amp;gt;==&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&#039;&#039;&#039;¿Cómo sé si el documento electrónico fue entregado a mi adquiriente?&#039;&#039;&#039;&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
* A través del portal web exponemos la trazabilidad de entregas de cada documento en la sección de &#039;&#039;Historial de Entregas asociada&#039;&#039; a los Detalles de cada documento:&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[Archivo:adquiriente.png|800px|sinmarco|centro|Adquiriente]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
*Si eres una casa de software aliada o desarrollador de un sistema contable y deseas incluir dicha información como una funcionalidad dentro del sistema, la información referente al Historial de Entregas se expone en el Response del método &#039;&#039;&#039;EstadoDocumento&#039;&#039;&#039; del Servicio Web de Emisión:&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;&#039;&#039;&#039;Método “EstadoDocumento” REQUEST: Parámetros a enviar&#039;&#039;&#039;&amp;lt;/center&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[Archivo:descripcion.png|800px|sinmarco|centro|Descripcion]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;&#039;&#039;&#039;Método “RESPONSE: Parámetros a recibir&#039;&#039;&#039;&amp;lt;/center&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[Archivo:array.png|800px|sinmarco|centro|Array]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;&#039;&#039;&#039;Class.HistorialDeEntregas&#039;&#039;&#039; corresponderá a:&amp;lt;/center&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[Archivo:entregas.png|800px|sinmarco|centro|Entregas]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&#039;&#039;&#039;¿Cómo puedo conocer la cantidad de folios disponibles?&#039;&#039;&#039;&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
*Si eres una casa de software aliada o desarrollador de un sistema contable y deseas incluir dicha información como una funcionalidad dentro del sistema, a través del método &#039;&#039;&#039;FoliosRestantes&#039;&#039;&#039; puedes conocer la cantidad de folios que cada  contribuyente dispone para realizar emisiones:&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;&#039;&#039;&#039;Método “FoliosRestantes”&#039;&#039;&#039;&amp;lt;br&amp;gt;Permite consultar los timbres (transacciones) disponibles. Los timbres son consumidos en proporción a las transacciones realizadas.&amp;lt;/center&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;&#039;&#039;&#039;REQUEST: Parámetros a enviar&#039;&#039;&#039;&amp;lt;/center&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[Archivo:string.png|800px|sinmarco|centro|String]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;&#039;&#039;&#039;RESPONSE: Parámetros a recibir&#039;&#039;&#039;&amp;lt;/center&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[Archivo:folios.png|800px|sinmarco|centro|Folios]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&#039;&#039;&#039;Para una emisión con adjuntos, ¿cómo puedo conocer si se culminó la sincronización de los mismos de manera satisfactoria?&#039;&#039;&#039;&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
*Al realizar la consulta del método EstadoDocumento del Servicio Web de Emisión, se expone en el Response el atributo &#039;&#039;&#039;poseeAdjuntos&#039;&#039;&#039; de tipo &#039;&#039;boolean&#039;&#039;, el cual indica si el ciclo de sincronización de adjuntos se encuentra completo:&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;&#039;&#039;&#039;RESPONSE: Parámetros a recibir&#039;&#039;&#039;&amp;lt;/center&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[Archivo:recibir.png|800px|sinmarco|centro|Recibir]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;&#039;&#039;&#039;poseeAdjuntos:&#039;&#039;&#039;&amp;lt;br&amp;gt;&#039;&#039;&#039;True:&#039;&#039;&#039; Cuando se sincroniza un adjunto con Enviar = ‘1’ &amp;lt;br&amp;gt;&#039;&#039;&#039;False:&#039;&#039;&#039; Cuando se sincroniza un adjunto con Enviar = ‘0’&amp;lt;/center&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[Archivo:adjunto.png|800px|sinmarco|centro|Adjunto]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&#039;&#039;&#039;¿Qué debo realizar al recibir un código de respuesta con error?&#039;&#039;&#039;&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
*Al obtener un código de error (&#039;&#039;&#039;código 99&#039;&#039;&#039;) con un mensaje de rechazo asociado al mismo, se recomienda validar inicialmente las causas por las cuales se presenta dicho inconveniente. Ante estos escenarios es necesario conocer cuales son las reglas de validación que el documento no supera con el fin de solventar el inconveniente, estas validaciones pueden presentarse en los siguientes &#039;&#039;array&#039;&#039; de &#039;&#039;strings&#039;&#039; en el Response del método Enviar:&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;&#039;&#039;&#039;RESPONSE: Parámetros a recibir&#039;&#039;&#039;&amp;lt;/center&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[Archivo:int.png|800px|sinmarco|centro|Int]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;font color=&amp;quot;blue&amp;quot;&amp;gt;&#039;&#039;&#039;  ¿Qué debo realizar ante la regla de validación FAJ71?&#039;&#039;&#039;&amp;lt;/font&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
*En Resolución 0012 de 2021 liberado por la DIAN, se ha entregado el Anexo Técnico 1.8, el cual contiene nuevas validaciones y exigencias en las validaciones de Facturación eléctrica que empezarán a regir en las próximas semanas.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
La Regla &#039;&#039;&#039;FAJ71&#039;&#039;&#039; del Anexo 1.8 obliga a que el emisor de la factura identifique en la facturación electrónica el &amp;quot;Correo de Recepción&amp;quot; que ha configurado en el portal de la DIAN. En caso de no identificarse este correo la DIAN Rechazara la factura.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
Por lo anterior, el cliente debe configurar el correo para recepción de facturas en el portal de la DIAN, dado que el motivo del rechazo es la regla FAJ71.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
En el siguiente enlace se explica cómo registrarlo: [https://felcowiki.thefactoryhka.com.co/index.php/Configuración_-_Portal_DFactura_Validación_Previa#Configurar_Correo_Recepci.C3.B3n_DIAN Configurar Correo Recepción.]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[Archivo:dian.png|800px|sinmarco|centro|Dian]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;center&amp;gt;&#039;&#039;&#039;¡Muchas Gracias!&amp;lt;br&amp;gt;Carrera 69 Q # 78-86, Bodega 20, Bogotá – Colombia,&amp;lt;br&amp;gt;Teléfono: +57 (1) 746.08.12&#039;&#039;&#039;&amp;lt;br&amp;gt;[[Archivo:facebook.png|30px|sinmarco|izquierda|Facebook]]THEFACTORYHKACO&amp;lt;br&amp;gt;[[Archivo:instagram.png|30px|sinmarco|izquierda|Instagram]]@THEFACTORYHKACO&amp;lt;br&amp;gt;&lt;br /&gt;
[[Archivo:brave.png|30px|sinmarco|izquierda|Brave]]THE FACTORY HKA COLOMBIA&amp;lt;br&amp;gt;[http://WWW.THEFACTORYHKA.COM/CO WWW.THEFACTORYHKA.COM/CO]&amp;lt;/center&amp;gt;&lt;/div&gt;</summary>
		<author><name>Lvargas</name></author>
	</entry>
	<entry>
		<id>http://felcowiki.thefactoryhka.com.co/index.php?title=Archivo:Adquiriente.png&amp;diff=2348</id>
		<title>Archivo:Adquiriente.png</title>
		<link rel="alternate" type="text/html" href="http://felcowiki.thefactoryhka.com.co/index.php?title=Archivo:Adquiriente.png&amp;diff=2348"/>
		<updated>2022-02-08T20:53:22Z</updated>

		<summary type="html">&lt;p&gt;Lvargas: Archivo subido con MsUpload&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Archivo subido con MsUpload&lt;/div&gt;</summary>
		<author><name>Lvargas</name></author>
	</entry>
	<entry>
		<id>http://felcowiki.thefactoryhka.com.co/index.php?title=P%C3%A1gina_principal&amp;diff=2347</id>
		<title>Página principal</title>
		<link rel="alternate" type="text/html" href="http://felcowiki.thefactoryhka.com.co/index.php?title=P%C3%A1gina_principal&amp;diff=2347"/>
		<updated>2022-02-08T17:48:04Z</updated>

		<summary type="html">&lt;p&gt;Lvargas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Archivo:Tfhka-co.png|sinmarco|derecha]]&lt;br /&gt;
Bienvenido a la FELCOWiki, acá podrá encontrar información sobre nuestros proceso, preguntas frecuentes y manuales útiles para completar sus procesos de Facturación Electrónica.&lt;br /&gt;
&lt;br /&gt;
Puede hacer uso del panel izquierdo para navegar a páginas como el Pasos que debe seguir para facturar electrónicamente, el Manual de Usuario Portal DFactura, Manual de usuario del Portal de DRecepción, la Guía de Habilitación ante la DIAN y la sección de Preguntas Frecuentes, también puede hacer uso de la barra superior de búsqueda para buscar el error que está presentando.&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;big&amp;gt;&amp;lt;b&amp;gt;Articulos de Interes:&amp;lt;/b&amp;gt;&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- * [[¿Qué debo hacer para facturar según el Anexo Técnico 1.8?]] --&amp;gt;&lt;br /&gt;
* [[Pasos que debe seguir para facturar electrónicamente]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:HKAFactura 3.png|200px]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
:* [[Indice del Manual de Usuario Portal DFactura|Manual de Usuario Portal HKA Factura]]&lt;br /&gt;
:* [[Habilitación como facturador electrónico en el portal de la DIAN (Validación Previa)]]&lt;br /&gt;
:* [[Preguntas Frecuentes HKAFactura]]&lt;br /&gt;
:* [[Índice del Manual de Integración Directa|Manual de Integración Directa HKA Factura]]&lt;br /&gt;
:* [[Emisión - Generar Comprobante Sector Salud - Portal DFactura Validación Previa]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:HKANomina 3.png|200px]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
:* [[Indice del Manual de Usuario Portal HKANómina|Manual de Usuario Portal HKA Nómina]]&lt;br /&gt;
:* [[Habilitación Nomina Electrónica- Indice Manual Integración Nómina Electrónica|Habilitación Nomina Electrónica]]&lt;br /&gt;
:* [[Preguntas Frecuentes HKANómina|Preguntas Frecuentes HKA Nómina]]&lt;br /&gt;
:* [[Índice del Manual de Integración Nómina Electrónica|Manual de Integración Nómina Electrónica]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:HKARecepcion 3.png|260px]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
:* [[Indice del Manual de Usuario Portal DRecepción|Manual de Usuario Portal HKA Recepción]]&lt;br /&gt;
:* [[Preguntas Frecuentes HKARecepcion]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;!--* [[Proceso de Vinculación (Validación Previa)]]--&amp;gt;&lt;br /&gt;
[[File:Integracion.jpg|100px]] &lt;br /&gt;
:*&amp;lt;big&amp;gt; &amp;lt;u&amp;gt;&#039;&#039;&#039;[[Sección para clientes de Integración]]&#039;&#039;&#039;&amp;lt;/u&amp;gt;&amp;lt;/big&amp;gt;&lt;br /&gt;
&amp;lt;!-- * [[¿Cuando es mi fecha de Obligación de Facturación Electrónica Validación previa? - Resolución 0042 de 05 de Mayo 2020]] --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Lvargas</name></author>
	</entry>
	<entry>
		<id>http://felcowiki.thefactoryhka.com.co/index.php?title=P%C3%A1gina_principal&amp;diff=2345</id>
		<title>Página principal</title>
		<link rel="alternate" type="text/html" href="http://felcowiki.thefactoryhka.com.co/index.php?title=P%C3%A1gina_principal&amp;diff=2345"/>
		<updated>2022-02-08T17:08:16Z</updated>

		<summary type="html">&lt;p&gt;Lvargas: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Archivo:Tfhka-co.png|sinmarco|derecha]]&lt;br /&gt;
Bienvenido a la FELCOWiki, acá podrá encontrar información sobre nuestros proceso, preguntas frecuentes y manuales útiles para completar sus procesos de Facturación Electrónica.&lt;br /&gt;
&lt;br /&gt;
Puede hacer uso del panel izquierdo para navegar a páginas como el Pasos que debe seguir para facturar electrónicamente, el Manual de Usuario Portal DFactura, Manual de usuario del Portal de DRecepción, la Guía de Habilitación ante la DIAN y la sección de Preguntas Frecuentes, también puede hacer uso de la barra superior de búsqueda para buscar el error que está presentando.&lt;br /&gt;
&amp;lt;br&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;big&amp;gt;&amp;lt;b&amp;gt;Articulos de Interes:&amp;lt;/b&amp;gt;&amp;lt;/big&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;!-- * [[¿Qué debo hacer para facturar según el Anexo Técnico 1.8?]] --&amp;gt;&lt;br /&gt;
* [[Pasos que debe seguir para facturar electrónicamente]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:HKAFactura 3.png|200px]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
:* [[Indice del Manual de Usuario Portal DFactura|Manual de Usuario Portal HKA Factura]]&lt;br /&gt;
:* [[Habilitación como facturador electrónico en el portal de la DIAN (Validación Previa)]]&lt;br /&gt;
:* [[Preguntas Frecuentes HKAFactura]]&lt;br /&gt;
:* [[Índice del Manual de Integración Directa|Manual de Integración Directa HKA Factura]]&lt;br /&gt;
:* [[Emisión - Generar Comprobante Sector Salud - Portal DFactura Validación Previa]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:HKANomina 3.png|200px]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
:* [[Indice del Manual de Usuario Portal HKANómina|Manual de Usuario Portal HKA Nómina]]&lt;br /&gt;
:* [[Habilitación Nomina Electrónica- Indice Manual Integración Nómina Electrónica|Habilitación Nomina Electrónica]]&lt;br /&gt;
:* [[Preguntas Frecuentes HKANómina|Preguntas Frecuentes HKA Nómina]]&lt;br /&gt;
:* [[Índice del Manual de Integración Nómina Electrónica|Manual de Integración Nómina Electrónica]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
[[File:HKARecepcion 3.png|260px]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
:* [[Indice del Manual de Usuario Portal DRecepción|Manual de Usuario Portal HKA Recepción]]&lt;br /&gt;
:* [[Preguntas Frecuentes HKARecepcion]]&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;!--* [[Proceso de Vinculación (Validación Previa)]]--&amp;gt;&lt;br /&gt;
[[File:Integracion.jpg|200px]]&lt;br /&gt;
:* &amp;lt;u&amp;gt;&#039;&#039;&#039;[[Sección para clientes de Integración]]&#039;&#039;&#039;&amp;lt;/u&amp;gt;&lt;br /&gt;
&amp;lt;!-- * [[¿Cuando es mi fecha de Obligación de Facturación Electrónica Validación previa? - Resolución 0042 de 05 de Mayo 2020]] --&amp;gt;&lt;/div&gt;</summary>
		<author><name>Lvargas</name></author>
	</entry>
	<entry>
		<id>http://felcowiki.thefactoryhka.com.co/index.php?title=Archivo:Integracion.jpg&amp;diff=2346</id>
		<title>Archivo:Integracion.jpg</title>
		<link rel="alternate" type="text/html" href="http://felcowiki.thefactoryhka.com.co/index.php?title=Archivo:Integracion.jpg&amp;diff=2346"/>
		<updated>2022-02-08T17:07:14Z</updated>

		<summary type="html">&lt;p&gt;Lvargas: Archivo subido con MsUpload&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Archivo subido con MsUpload&lt;/div&gt;</summary>
		<author><name>Lvargas</name></author>
	</entry>
	<entry>
		<id>http://felcowiki.thefactoryhka.com.co/index.php?title=Archivo:DetallesTributarios.png&amp;diff=2333</id>
		<title>Archivo:DetallesTributarios.png</title>
		<link rel="alternate" type="text/html" href="http://felcowiki.thefactoryhka.com.co/index.php?title=Archivo:DetallesTributarios.png&amp;diff=2333"/>
		<updated>2022-02-08T01:03:27Z</updated>

		<summary type="html">&lt;p&gt;Lvargas: Archivo subido con MsUpload&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Archivo subido con MsUpload&lt;/div&gt;</summary>
		<author><name>Lvargas</name></author>
	</entry>
	<entry>
		<id>http://felcowiki.thefactoryhka.com.co/index.php?title=Archivo:DetallesTributarios2.png&amp;diff=2332</id>
		<title>Archivo:DetallesTributarios2.png</title>
		<link rel="alternate" type="text/html" href="http://felcowiki.thefactoryhka.com.co/index.php?title=Archivo:DetallesTributarios2.png&amp;diff=2332"/>
		<updated>2022-02-08T01:03:27Z</updated>

		<summary type="html">&lt;p&gt;Lvargas: Archivo subido con MsUpload&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Archivo subido con MsUpload&lt;/div&gt;</summary>
		<author><name>Lvargas</name></author>
	</entry>
</feed>