You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
738 B
18 lines
738 B
<envEvento xmlns="http://www.portalfiscal.inf.br/nfe" versao="1.00">
|
|
<idLote>{{ lote }}</idLote>
|
|
<evento xmlns="http://www.portalfiscal.inf.br/nfe" versao="1.00">
|
|
<infEvento Id="{{ manifesto.identificador }}">
|
|
<cOrgao>{{ manifesto.estado }}</cOrgao>
|
|
<tpAmb>{{ ambiente }}</tpAmb>
|
|
<CNPJ>{{ manifesto.cnpj_empresa }}</CNPJ>
|
|
<chNFe>{{ manifesto.chave_nfe }}</chNFe>
|
|
<dhEvento>{{ manifesto.data_hora_evento }}</dhEvento>
|
|
<tpEvento>210200</tpEvento>
|
|
<nSeqEvento>{{ manifesto.numero_sequencial }}</nSeqEvento>
|
|
<verEvento>1.00</verEvento>
|
|
<detEvento versao="1.00">
|
|
<descEvento>Confirmacao da Operacao</descEvento>
|
|
</detEvento>
|
|
</infEvento>
|
|
</evento>
|
|
</envEvento>
|