6 changed files with 52 additions and 74 deletions
-
16pytrustnfe/Servidores.py
-
31pytrustnfe/client.py
-
45pytrustnfe/nfe/__init__.py
-
30pytrustnfe/nfe/templates/NFeDistribuicaoDFe.xml
-
2pytrustnfe/nfe/templates/RecepcaoEvento.xml
-
2pytrustnfe/nfe/templates/RecepcaoEventoManifesto.xml
@ -1,19 +1,11 @@ |
|||||
<Envelope xmlns="http://schemas.xmlsoap.org/soap/envelope/"> |
|
||||
<Body> |
|
||||
<nfeDistDFeInteresse xmlns="http://www.portalfiscal.inf.br/nfe/wsdl/NFeDistribuicaoDFe"> |
|
||||
<nfeDadosMsg> |
|
||||
<distDFeInt xmlns="http://www.portalfiscal.inf.br/nfe" versao="1.01"> |
|
||||
<tpAmb>{{ ambiente }}</tpAmb> |
|
||||
<cUFAutor>{{ estado }}</cUFAutor> |
|
||||
<CNPJ>{{ cnpj_cpf }}</CNPJ> |
|
||||
<distNSU> |
|
||||
<ultNSU>{{ ultimo_nsu }}</ultNSU> |
|
||||
</distNSU> |
|
||||
<consChNFe> |
|
||||
<chNFe>{{ chave_nfe }}</chNFe> |
|
||||
</consChNFe> |
|
||||
</distDFeInt> |
|
||||
</nfeDadosMsg> |
|
||||
</nfeDistDFeInteresse> |
|
||||
</Body> |
|
||||
</Envelope> |
|
||||
|
<distDFeInt xmlns="http://www.portalfiscal.inf.br/nfe" versao="1.01"> |
||||
|
<tpAmb>{{ ambiente }}</tpAmb> |
||||
|
<cUFAutor>{{ estado }}</cUFAutor> |
||||
|
<CNPJ>{{ cnpj_cpf }}</CNPJ> |
||||
|
<distNSU> |
||||
|
<ultNSU>{{ ultimo_nsu }}</ultNSU> |
||||
|
</distNSU> |
||||
|
<consChNFe> |
||||
|
<chNFe>{{ chave_nfe }}</chNFe> |
||||
|
</consChNFe> |
||||
|
</distDFeInt> |
||||
Write
Preview
Loading…
Cancel
Save
Reference in new issue