Complemento que permite incluir información adicional sobre las operaciones comerciales en el sector detallista.
Ejemplos XML
Ingreso
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 |
<?xml version="1.0" encoding="utf-8"?> <cfdi:Comprobante xsi:schemaLocation="http://www.sat.gob.mx/cfd/4 http://www.sat.gob.mx/sitio_internet/cfd/4/cfdv40.xsd http://www.sat.gob.mx/detallista http://www.sat.gob.mx/sitio_internet/cfd/detallista/detallista.xsd" xmlns:detallista="http://www.sat.gob.mx/detallista" Version="4.0" Serie="Serie" Folio="Folio" Fecha="2022-05-23T00:18:10" Sello="" CondicionesDePago="CondicionesDePago" SubTotal="200" Descuento="1" Moneda="AMD" TipoCambio="1" Total="199.16" TipoDeComprobante="I" Exportacion="01" MetodoPago="PPD" FormaPago="99" LugarExpedicion="20000" xmlns:cfdi="http://www.sat.gob.mx/cfd/4" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" NoCertificado="30001000000400002434" Certificado=""> <cfdi:Emisor Rfc="EKU9003173C9" Nombre="ESCUELA KEMPER URGATE" RegimenFiscal="601" /> <cfdi:Receptor Rfc="URE180429TM6" Nombre="UNIVERSIDAD ROBOTICA ESPAÑOLA" DomicilioFiscalReceptor="65000" RegimenFiscalReceptor="601" UsoCFDI="G01" /> <cfdi:Conceptos> <cfdi:Concepto ClaveProdServ="50211503" Cantidad="1" ClaveUnidad="H87" Unidad="Pieza" Descripcion="Cigarros" ValorUnitario="200.00" Descuento="1" Importe="200.00" ObjetoImp="02"> <cfdi:Impuestos> <cfdi:Traslados> <cfdi:Traslado Base="1" Importe="0.16" Impuesto="002" TasaOCuota="0.160000" TipoFactor="Tasa" /> </cfdi:Traslados> <cfdi:Retenciones> <cfdi:Retencion Base="1" Impuesto="001" TipoFactor="Tasa" TasaOCuota="0.100000" Importe="0.00" /> <cfdi:Retencion Base="1" Impuesto="002" TipoFactor="Tasa" TasaOCuota="0.106666" Importe="0.00" /> </cfdi:Retenciones> </cfdi:Impuestos> </cfdi:Concepto> </cfdi:Conceptos> <cfdi:Impuestos TotalImpuestosRetenidos="0.00" TotalImpuestosTrasladados="0.16"> <cfdi:Retenciones> <cfdi:Retencion Impuesto="001" Importe="0.00" /> <cfdi:Retencion Impuesto="002" Importe="0.00" /> </cfdi:Retenciones> <cfdi:Traslados> <cfdi:Traslado Base="1" Importe="0.16" Impuesto="002" TasaOCuota="0.160000" TipoFactor="Tasa" /> </cfdi:Traslados> </cfdi:Impuestos> <cfdi:Complemento> <detallista:detallista contentVersion="1.3.1" documentStructureVersion="AMC8.1" type="SimpleInvoiceType" documentStatus="ORIGINAL"> <detallista:requestForPaymentIdentification> <detallista:entityType>INVOICE</detallista:entityType> </detallista:requestForPaymentIdentification> <detallista:specialInstruction code="ZZZ"> <detallista:text>Dosciento sesenta pesos 00/100 m.n.</detallista:text> </detallista:specialInstruction> <detallista:orderIdentification> <detallista:referenceIdentification type="ON">3</detallista:referenceIdentification> <detallista:ReferenceDate>2012-01-01</detallista:ReferenceDate> </detallista:orderIdentification> <detallista:AdditionalInformation> <detallista:referenceIdentification type="ATZ">2</detallista:referenceIdentification> </detallista:AdditionalInformation> <detallista:DeliveryNote> <detallista:referenceIdentification>1</detallista:referenceIdentification> <detallista:ReferenceDate>2022-01-01</detallista:ReferenceDate> </detallista:DeliveryNote> <detallista:buyer> <detallista:gln>7504000107903</detallista:gln> <detallista:contactInformation> <detallista:personOrDepartmentName> <detallista:text>0101</detallista:text> </detallista:personOrDepartmentName> </detallista:contactInformation> </detallista:buyer> </detallista:detallista> </cfdi:Complemento> </cfdi:Comprobante> |
Ejemplos JSON
Ingreso
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 |
{ "Version": "4.0", "Serie": "Serie", "Folio": "Folio", "Fecha": "2022-04-11T00:18:00", "Sello": "", "FormaPago": 99, "FormaPagoSpecified": true, "NoCertificado": "", "Certificado": "", "CondicionesDePago": "CondicionesDePago", "SubTotal": 200, "Descuento": 1, "DescuentoSpecified": true, "Moneda": "AMD", "TipoCambio": 1, "TipoCambioSpecified": true, "Total": 199.16, "TipoDeComprobante": "I", "Exportacion": "01", "MetodoPago": "PPD", "MetodoPagoSpecified": true, "LugarExpedicion": "20000", "Emisor": { "Rfc": "EKU9003173C9", "Nombre": "ESCUELA KEMPER URGATE", "RegimenFiscal": 601 }, "Receptor": { "Rfc": "URE180429TM6", "Nombre": "UNIVERSIDAD ROBOTICA ESPAÑOLA", "DomicilioFiscalReceptor": "65000", "ResidenciaFiscalSpecified": false, "RegimenFiscalReceptor": 601, "UsoCFDI": "G01" }, "Conceptos": [ { "Impuestos": { "Traslados": [ { "Base": 1, "Impuesto": "002", "TipoFactor": "Tasa", "TasaOCuota": 0.16, "TasaOCuotaSpecified": true, "Importe": 0.16, "ImporteSpecified": true } ], "Retenciones": [ { "Base": 1, "Impuesto": "001", "TipoFactor": "Tasa", "TasaOCuota": 0.1, "Importe": 0 }, { "Base": 1, "Impuesto": "002", "TipoFactor": "Tasa", "TasaOCuota": 0.106666, "Importe": 0 } ] }, "ClaveProdServ": "50211503", "Cantidad": 1, "ClaveUnidad": "H87", "Unidad": "Pieza", "Descripcion": "Cigarros", "ValorUnitario": 200, "Importe": 200, "Descuento": 1, "DescuentoSpecified": true, "ObjetoImp": "02" } ], "Impuestos": { "Retenciones": [ { "Impuesto": "001", "Importe": 0 }, { "Impuesto": "002", "Importe": 0 } ], "Traslados": [ { "Base": 1, "Impuesto": "002", "TipoFactor": "Tasa", "TasaOCuota": 0.16, "Importe": 0.16, "TasaOCuotaSpecified": true, "ImporteSpecified": true } ], "TotalImpuestosRetenidos": 0, "TotalImpuestosRetenidosSpecified": true, "TotalImpuestosTrasladados": 0.16, "TotalImpuestosTrasladadosSpecified": true }, "Complemento": { "Any": [ { "detallista:detallista": { "@xmlns:detallista": "http://www.sat.gob.mx/detallista", "@contentVersion": "1.3.1", "@documentStructureVersion": "AMC8.1", "@type": "SimpleInvoiceType", "@documentStatus": "ORIGINAL", "detallista:requestForPaymentIdentification": { "detallista:entityType": "INVOICE" }, "detallista:specialInstruction": { "@code": "ZZZ", "detallista:text": "Dosciento sesenta pesos 00/100 m.n." }, "detallista:orderIdentification": { "detallista:referenceIdentification": { "@type": "ON", "#text": "3" }, "detallista:ReferenceDate": "2012-01-01" }, "detallista:AdditionalInformation": { "detallista:referenceIdentification": { "@type": "ATZ", "#text": "2" } }, "detallista:DeliveryNote": { "detallista:referenceIdentification": "1", "detallista:ReferenceDate": "2022-01-01" }, "detallista:buyer": { "detallista:gln": "7504000107903", "detallista:contactInformation": { "detallista:personOrDepartmentName": { "detallista:text": "0101" } } } } } ] } } |