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.
19 lines
855 B
19 lines
855 B
<RecepcionarLoteRps xmlns="http://www.sistema.com.br/Sistema.Ws.Nfse">
|
|
<EnviarLoteRpsEnvio>
|
|
<LoteRps xmlns="http://www.sistema.com.br/Nfse/arquivos/nfse_3.xsd">
|
|
<NumeroLote>{{ nfse.numero_lote }}</NumeroLote>
|
|
<Cnpj>{{ nfse.cnpj_prestador }}</Cnpj>
|
|
<InscricaoMunicipal>{{ nfse.inscricao_municipal }}</InscricaoMunicipal>
|
|
<QuantidadeRps>1</QuantidadeRps>
|
|
<ListaRps>
|
|
{% for rps in nfse.lista_rps -%}
|
|
{% include 'Rps.xml' %}
|
|
{% endfor %}
|
|
</ListaRps>
|
|
</LoteRps>
|
|
</EnviarLoteRpsEnvio>
|
|
<pParam>
|
|
<P1 xmlns="http://www.sistema.com.br/Sistema.Ws.Nfse.Cn">{{ nfse.cnpj_prestador }}</P1>
|
|
<P2 xmlns="http://www.sistema.com.br/Sistema.Ws.Nfse.Cn">{{ nfse.senha }}</P2>
|
|
</pParam>
|
|
</RecepcionarLoteRps>
|