Electronic invoicing using CFDI 3.3 problem with the UUID

0

I want to know what the UUID equals, since leaving it only in quotes ("") tells me that it can not be null. I'm trying to put it in the following way:

cfdi.CfdiRelacionados = new ComprobanteCfdiRelacionados();
cfdi.CfdiRelacionados.CfdiRelacionado = new ComprobanteCfdiRelacionadosCfdiRelacionado[1];
cfdi.CfdiRelacionados.CfdiRelacionado[0].UUID = ? ;
    
asked by Luis Francisco Felix Dessens 12.08.2017 в 00:38
source

1 answer

1

It's forced to carry a UUID. The information that @AlejandroMedina provides is erroneous, because in that section it is not being used to refer to the documents that have been paid, for that is the proof of payments.

Now, the simplest case I can mention is when you generate a credit note (type = income) on an invoice (type = income), in that case, the credit note must specify the UUID of the invoice on which will apply the accounting effect.

    
answered by 31.08.2017 в 23:52