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.
10 lines
505 B
10 lines
505 B
<ns1:ReqConsultaLote xmlns:ns1="http://localhost:8080/WsNFe2/lote"
|
|
xmlns:tipos="http://localhost:8080/WsNFe2/tp" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
xsi:schemaLocation="http://localhost:8080/WsNFe2/lote http://localhost:8080/WsNFe2/xsd/ReqConsultaLote.xsd">
|
|
<Cabecalho>
|
|
<CodCidade>{{ consulta.cidade }}</CodCidade>
|
|
<CPFCNPJRemetente>{{ consulta.cpf_cnpj }}</CPFCNPJRemetente>
|
|
<Versao>1</Versao>
|
|
<NumeroLote>{{ consulta.lote }}</NumeroLote>
|
|
</Cabecalho>
|
|
</ns1:ReqConsultaLote>
|