Mudanças entre as edições de "Manuais:UniNFe/MunicipiosDesenvolvidos/PadroesDesenvolvidos"
| (3 revisões intermediárias pelo mesmo usuário não estão sendo mostradas) | |||
| Linha 67: | Linha 67: | ||
== <span style="color:#008000;">Padrão ABASE</span> == | == <span style="color:#008000;">Padrão ABASE</span> == | ||
| − | * Municípios no padrão ABASE utilizam WSDL | + | * Municípios no padrão ABASE utilizam o mesmo WSDL para emissão de NFSe; |
* No UniNFe e DLL, tem uma versão de SCHEMA disponível. | * No UniNFe e DLL, tem uma versão de SCHEMA disponível. | ||
<br> | <br> | ||
| Linha 97: | Linha 97: | ||
|- | |- | ||
|} | |} | ||
| + | <br> | ||
| + | ==== <font color="#008000">Exemplo de uso na DLL em C#:</font> ==== | ||
| + | <font color="#008000">Uso para todas versões</font> | ||
| + | <pre style="width: 80%;background-color:#c5e6c5;"> | ||
| + | var configuracao = new Configuracao | ||
| + | { | ||
| + | TipoDFe = TipoDFe.NFSe, | ||
| + | CertificadoDigital = CertificadoSelecionado, | ||
| + | TipoAmbiente = TipoAmbiente.Producao, | ||
| + | CodigoMunicipio = 9999902, | ||
| + | Servico = Servico.NFSeRecepcionarLoteRps, | ||
| + | SchemaVersao = "2.01", | ||
| + | |||
| + | }; | ||
| + | |||
| + | var servico = new RecepcionarLoteRps(conteudoXML, configuracao); | ||
| + | servico.Executar(); | ||
| + | |||
| + | var retornoPrefeitura = servico.RetornoWSString; | ||
| + | </pre> | ||
<br> | <br> | ||
| Linha 165: | Linha 185: | ||
CodigoMunicipio = codigo_ibge_do_municipio, | CodigoMunicipio = codigo_ibge_do_municipio, | ||
Servico = Servico.NFSeGerarNfse, | Servico = Servico.NFSeGerarNfse, | ||
| − | SchemaVersao = " | + | SchemaVersao = "X.XX", |
MunicipioUsuario = "12345678901234", | MunicipioUsuario = "12345678901234", | ||
MunicipioSenha = "123456", | MunicipioSenha = "123456", | ||
| Linha 333: | Linha 353: | ||
CertificadoDigital = CertificadoSelecionado, | CertificadoDigital = CertificadoSelecionado, | ||
TipoAmbiente = TipoAmbiente.Producao, | TipoAmbiente = TipoAmbiente.Producao, | ||
| − | + | codigo_municipio = codigo_ibge_do_municipio, | |
Servico = Servico.NFSeGerarNfse, | Servico = Servico.NFSeGerarNfse, | ||
SchemaVersao = "1.00" | SchemaVersao = "1.00" | ||
| Linha 409: | Linha 429: | ||
|- | |- | ||
|} | |} | ||
| + | <br> | ||
| + | ==== <font color="#008000">Exemplo de uso na DLL em C#:</font> ==== | ||
| + | <font color="#008000">Uso para todas versões</font> | ||
| + | <pre style="width: 80%;background-color:#c5e6c5;"> | ||
| + | var configuracao = new Configuracao | ||
| + | { | ||
| + | TipoDFe = TipoDFe.NFSe, | ||
| + | CertificadoDigital = CertificadoSelecionado, | ||
| + | TipoAmbiente = TipoAmbiente.Producao, | ||
| + | CodigoMunicipio = 9999903, | ||
| + | Servico = Servico.NFSeRecepcionarLoteRps, | ||
| + | SchemaVersao = "X.XX", | ||
| + | |||
| + | }; | ||
| + | |||
| + | var servico = new RecepcionarLoteRps(conteudoXML, configuracao); | ||
| + | servico.Executar(); | ||
| + | |||
| + | var retornoPrefeitura = servico.RetornoWSString; | ||
| + | </pre> | ||
<br> | <br> | ||
| Linha 475: | Linha 515: | ||
|} | |} | ||
<br> | <br> | ||
| − | + | ==== <font color="#008000">Exemplo de uso na DLL em C#:</font> ==== | |
| − | == <span style="color:#008000;">Padrão BHISS</span> == | + | <font color="#008000">Uso para todas versões</font> |
| + | <pre style="width: 80%;background-color:#c5e6c5;"> | ||
| + | var configuracao = new Configuracao | ||
| + | { | ||
| + | TipoDFe = TipoDFe.NFSe, | ||
| + | CertificadoDigital = CertificadoSelecionado, | ||
| + | TipoAmbiente = TipoAmbiente.Producao, | ||
| + | CodigoMunicipio = 9999907, | ||
| + | Servico = Servico.NFSeGerarNfse, | ||
| + | SchemaVersao = "X.XX", | ||
| + | |||
| + | }; | ||
| + | |||
| + | var servico = new GerarNfse(conteudoXML, configuracao); | ||
| + | servico.Executar(); | ||
| + | |||
| + | var retornoPrefeitura = servico.RetornoWSString; | ||
| + | </pre> | ||
| + | <br> | ||
| + | |||
| + | == <span style="color:#008000;">Padrão BHISS</span> == | ||
* Municípios no padrão BHISS utilizam WSDL's diferentes para emissão de NFSe, logo cada prefeitura pode ou não implementar os serviços listados abaixo; | * Municípios no padrão BHISS utilizam WSDL's diferentes para emissão de NFSe, logo cada prefeitura pode ou não implementar os serviços listados abaixo; | ||
* No UniNFe e DLL, tem uma versão de SCHEMA disponível. | * No UniNFe e DLL, tem uma versão de SCHEMA disponível. | ||
| Linha 782: | Linha 842: | ||
CodigoMunicipio = codigo_ibge_do_municipio, | CodigoMunicipio = codigo_ibge_do_municipio, | ||
Servico = Servico.NFSeGerarNfse, | Servico = Servico.NFSeGerarNfse, | ||
| − | SchemaVersao = " | + | SchemaVersao = "X.XX", |
}; | }; | ||
| Linha 843: | Linha 903: | ||
CodigoMunicipio = codigo_ibge_do_municipio, | CodigoMunicipio = codigo_ibge_do_municipio, | ||
Servico = Servico.NFSeSubstituirNfse, | Servico = Servico.NFSeSubstituirNfse, | ||
| − | SchemaVersao = " | + | SchemaVersao = "X.XX", |
}; | }; | ||
| Linha 1 064: | Linha 1 124: | ||
CodigoMunicipio = codigo_ibge_do_municipio, | CodigoMunicipio = codigo_ibge_do_municipio, | ||
Servico = Servico.NFSeGerarNfse, | Servico = Servico.NFSeGerarNfse, | ||
| − | SchemaVersao = " | + | SchemaVersao = "X.XX", |
}; | }; | ||
| Linha 1 323: | Linha 1 383: | ||
CertificadoDigital = CertificadoSelecionado, | CertificadoDigital = CertificadoSelecionado, | ||
TipoAmbiente = TipoAmbiente.Producao, | TipoAmbiente = TipoAmbiente.Producao, | ||
| − | + | codigo_municipio = codigo_ibge_do_municipio, | |
Servico = Servico.NFSeRecepcionarLoteRps, | Servico = Servico.NFSeRecepcionarLoteRps, | ||
SchemaVersao = "1.00" | SchemaVersao = "1.00" | ||
| Linha 1 342: | Linha 1 402: | ||
CertificadoDigital = CertificadoSelecionado, | CertificadoDigital = CertificadoSelecionado, | ||
TipoAmbiente = TipoAmbiente.Producao, | TipoAmbiente = TipoAmbiente.Producao, | ||
| − | + | codigo_municipio = codigo_ibge_do_municipio, | |
Servico = Servico.NFSeGerarNfse, | Servico = Servico.NFSeGerarNfse, | ||
SchemaVersao = "2.04" | SchemaVersao = "2.04" | ||
| Linha 1 522: | Linha 1 582: | ||
|- | |- | ||
|} | |} | ||
| + | <br> | ||
| + | ==== <font color="#008000">Exemplo de uso na DLL em C#:</font> ==== | ||
| + | <font color="#008000">Uso para todas versões</font> | ||
| + | <pre style="width: 80%;background-color:#c5e6c5;"> | ||
| + | var configuracao = new Configuracao | ||
| + | { | ||
| + | TipoDFe = TipoDFe.NFSe, | ||
| + | CertificadoDigital = CertificadoSelecionado, | ||
| + | TipoAmbiente = TipoAmbiente.Producao, | ||
| + | CodigoMunicipio = 9999905, | ||
| + | Servico = Servico.NFSeRecepcionarLoteRps, | ||
| + | SchemaVersao = "1.00", | ||
| + | |||
| + | }; | ||
| + | |||
| + | var servico = new RecepcionarLoteRps(conteudoXML, configuracao); | ||
| + | servico.Executar(); | ||
| + | |||
| + | var retornoPrefeitura = servico.RetornoWSString; | ||
| + | </pre> | ||
<br> | <br> | ||
| Linha 1 594: | Linha 1 674: | ||
CodigoMunicipio = codigo_ibge_do_municipio, | CodigoMunicipio = codigo_ibge_do_municipio, | ||
Servico = Servico.NFSeGerarNfse, | Servico = Servico.NFSeGerarNfse, | ||
| − | SchemaVersao = " | + | SchemaVersao = "X.XX", |
}; | }; | ||
| Linha 1 742: | Linha 1 822: | ||
|- | |- | ||
||<font color=#008000>Substituir NFSe</font>||<font color=#008000><div style="text-align: center;">SubstituirNfse</div></font>||<font color=#008000><div style="text-align: center;">30</div></font> | ||<font color=#008000>Substituir NFSe</font>||<font color=#008000><div style="text-align: center;">SubstituirNfse</div></font>||<font color=#008000><div style="text-align: center;">30</div></font> | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
|- | |- | ||
|} | |} | ||
| Linha 1 782: | Linha 1 833: | ||
CertificadoDigital = CertificadoSelecionado, | CertificadoDigital = CertificadoSelecionado, | ||
TipoAmbiente = TipoAmbiente.Producao, | TipoAmbiente = TipoAmbiente.Producao, | ||
| − | CodigoMunicipio = | + | CodigoMunicipio = 9999906, |
| − | Servico = Servico. | + | Servico = Servico.NFSeGerarNfse, |
| − | SchemaVersao = "2. | + | SchemaVersao = "2.03", |
}; | }; | ||
| − | var servico = new (conteudoXML, configuracao); | + | var servico = new GerarNfse(conteudoXML, configuracao); |
servico.Executar(); | servico.Executar(); | ||
| Linha 1 795: | Linha 1 846: | ||
<br> | <br> | ||
| − | == <span style="color:#008000;">Padrão | + | == <span style="color:#008000;">Padrão FUTURIZE</span> == |
| − | * Municípios no padrão | + | * Municípios no padrão FUTURIZE utilizam WSDL's diferentes para emissão de NFSe, logo cada prefeitura pode ou não implementar os serviços listados abaixo; |
* No UniNFe e DLL, tem uma versão de SCHEMA disponível. | * No UniNFe e DLL, tem uma versão de SCHEMA disponível. | ||
<br> | <br> | ||
=== <span style="color=#008000;">Para uso no UniNFe</span> === | === <span style="color=#008000;">Para uso no UniNFe</span> === | ||
{| class="wikitable" style="width:80%; border:1px solid #ccc; border-collapse:collapse; font-size:95%;" | {| class="wikitable" style="width:80%; border:1px solid #ccc; border-collapse:collapse; font-size:95%;" | ||
| − | !scope="row"|'''Descrição do serviço'''||<div style="text-align: center;">'''[https://www.unimake.com.br/uninfe/modelos.php?p=NFSe% | + | !scope="row"|'''Descrição do serviço'''||<div style="text-align: center;">'''[https://www.unimake.com.br/uninfe/modelos.php?p=NFSe%2FFUTURIZE%2F2.02 Exemplos versão 2.02]'''</div> |
|- | |- | ||
| − | || | + | ||Cancelar nota fiscal de serviço||<div style="text-align: center;">CancelarNfseEnvio-ped-cannfse.xml</div> |
|- | |- | ||
| − | ||<font color=#008000>Consulta | + | ||<font color=#008000>Consulta lote RPS</font>||<font color=#008000><div style="text-align: center;">ConsultarLoteRpsEnvio-ped-loterps.xml</div></font> |
|- | |- | ||
| − | || | + | ||Consulta NFSe de serviços prestados||<div style="text-align: center;">ConsultarNfseServicoPrestadoEnvio-ped-sitnfse.xml</div> |
|- | |- | ||
| − | ||<font color=#008000> | + | ||<font color=#008000>Consulta NFSe de serviços tomados</font>||<font color=#008000><div style="text-align: center;">ConsultarNfseServicoTomadoEnvio-ped-sitnfsetom.xml</div></font> |
|- | |- | ||
| − | || | + | ||Consulta NFSe por Faixa||<div style="text-align: center;">ConsultarNfseFaixaEnvio-ped-sitnfse.xml</div> |
|- | |- | ||
| − | ||<font color=#008000> | + | ||<font color=#008000>Consulta NFSe por RPS</font>||<font color=#008000><div style="text-align: center;">ConsultarNfsePorRpsEnvio-ped-cnprnfse.xml</div></font> |
|- | |- | ||
| − | || | + | ||Gerar Nota Fiscal de Serviço||<div style="text-align: center;">GerarNfseEnvio-env-loterps.xml</div> |
|- | |- | ||
| − | ||<font color=#008000> | + | ||<font color=#008000>Recepcionar Lote RPS Sincrono</font>||<font color=#008000><div style="text-align: center;">RecepcionarLoteRpsSincronoEnvio-env-loterps.xml</div></font> |
|- | |- | ||
| − | || | + | ||Substituir nota fiscal de Serviço||<div style="text-align: center;">SubstituirNfseEnvio-ped-substnfse.xml</div> |
| − | |||
| − | |||
|- | |- | ||
|} | |} | ||
| Linha 1 827: | Linha 1 876: | ||
=== <span style="color=#008000;">Para uso na DLL</span> === | === <span style="color=#008000;">Para uso na DLL</span> === | ||
{| class="wikitable" style="width:80%; border:1px solid #ccc; border-collapse:collapse; font-size:95%;" | {| class="wikitable" style="width:80%; border:1px solid #ccc; border-collapse:collapse; font-size:95%;" | ||
| − | ! '''Descrição do serviço''' ||<div style="text-align: center;">'''[https://www.unimake.com.br/uninfe/modelos.php?p=nfse% | + | ! '''Descrição do serviço''' ||<div style="text-align: center;">'''[https://www.unimake.com.br/uninfe/modelos.php?p=nfse%2FFUTURIZE%2F2.02 Exemplos versão 2.02]'''</div> ||<div style="text-align: center;">'''[https://www.unimake.com.br/uninfe/docdll/api/Unimake.Business.DFe.Servicos.Servico.html Enum do serviço]'''</div> |
|- | |- | ||
| − | || | + | ||Cancelar nota fiscal de serviço||<div style="text-align: center;">CancelarNfse</div>||<div style="text-align: center;">24</div> |
|- | |- | ||
| − | ||<font color=#008000>Consulta | + | ||<font color=#008000>Consulta lote RPS</font>||<font color=#008000><div style="text-align: center;">ConsultarLoteRps</div></font>||<font color=#008000><div style="text-align: center;">31</div></font> |
|- | |- | ||
| − | || | + | ||Consulta NFSe de serviços prestados||<div style="text-align: center;">ConsultarNfseServicoPrestado</div>||<div style="text-align: center;">33</div> |
|- | |- | ||
| − | ||<font color=#008000> | + | ||<font color=#008000>Consulta NFSe de serviços tomados</font>||<font color=#008000><div style="text-align: center;">ConsultarNfseServicoTomado</div></font>||<font color=#008000><div style="text-align: center;">34</div></font> |
|- | |- | ||
| − | || | + | ||Consulta NFSe por Faixa||<div style="text-align: center;">ConsultarNfseFaixa</div>||<div style="text-align: center;">35</div> |
|- | |- | ||
| − | ||<font color=#008000> | + | ||<font color=#008000>Consulta NFSe por RPS</font>||<font color=#008000><div style="text-align: center;">ConsultarNfsePorRps</div></font>||<font color=#008000><div style="text-align: center;">36</div></font> |
|- | |- | ||
| − | || | + | ||Gerar Nota Fiscal de Serviço||<div style="text-align: center;">GerarNfse</div>||<div style="text-align: center;">27</div> |
|- | |- | ||
| − | ||<font color=#008000> | + | ||<font color=#008000>Recepcionar Lote RPS Sincrono</font>||<font color=#008000><div style="text-align: center;">RecepcionarLoteRpsSincrono</div></font>||<font color=#008000><div style="text-align: center;">29</div></font> |
|- | |- | ||
| − | || | + | ||Substituir nota fiscal de Serviço||<div style="text-align: center;">SubstituirNfse</div>||<div style="text-align: center;">30</div> |
| − | |||
| − | |||
|- | |- | ||
|} | |} | ||
<br> | <br> | ||
| − | == <span style="color:#008000;">Padrão | + | == <span style="color:#008000;">Padrão GIAP</span> == |
| − | * Municípios no padrão | + | * Municípios no padrão GIAP utilizam WSDL's diferentes para emissão de NFSe, logo cada prefeitura pode ou não implementar os serviços listados abaixo; |
| − | * No UniNFe e DLL, tem | + | * No UniNFe e DLL, tem uma versão de SCHEMA disponível. |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
<br> | <br> | ||
=== <span style="color=#008000;">Para uso no UniNFe</span> === | === <span style="color=#008000;">Para uso no UniNFe</span> === | ||
{| class="wikitable" style="width:80%; border:1px solid #ccc; border-collapse:collapse; font-size:95%;" | {| class="wikitable" style="width:80%; border:1px solid #ccc; border-collapse:collapse; font-size:95%;" | ||
| − | !scope="row"|'''Descrição do serviço'''||<div style="text-align: center;">'''[https://www.unimake.com.br/uninfe/modelos.php?p=NFSe% | + | !scope="row"|'''Descrição do serviço'''||<div style="text-align: center;">'''[https://www.unimake.com.br/uninfe/modelos.php?p=NFSe%2FGIAP%2F2.00 Exemplos versão 2.00]'''</div> |
|- | |- | ||
| − | || | + | ||Consulta da NFSe||<div style="text-align: center;">ConsultarNfseEnvio-ped-cnfse.xml</div> |
|- | |- | ||
| − | ||<font color=#008000> | + | ||<font color=#008000>Envio de lote RPS - Sincrono</font>||<font color=#008000><div style="text-align: center;">GerarNfseEnvio-env-loterps.xml</div></font> |
|- | |- | ||
| − | || | + | ||Evento de cancelamento da NFSe||<div style="text-align: center;">CancelarNfseEnvio-ped-cannfse.xml</div> |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
|- | |- | ||
|} | |} | ||
| Linha 1 882: | Linha 1 917: | ||
=== <span style="color=#008000;">Para uso na DLL</span> === | === <span style="color=#008000;">Para uso na DLL</span> === | ||
{| class="wikitable" style="width:80%; border:1px solid #ccc; border-collapse:collapse; font-size:95%;" | {| class="wikitable" style="width:80%; border:1px solid #ccc; border-collapse:collapse; font-size:95%;" | ||
| − | ! '''Descrição do serviço''' ||<div style="text-align: center;">'''[https://www.unimake.com.br/uninfe/modelos.php?p=nfse% | + | ! '''Descrição do serviço''' ||<div style="text-align: center;">'''[https://www.unimake.com.br/uninfe/modelos.php?p=nfse%2FGIAP%2F2.00 Exemplos versão 2.00]'''</div> ||<div style="text-align: center;">'''[https://www.unimake.com.br/uninfe/docdll/api/Unimake.Business.DFe.Servicos.Servico.html Enum do serviço]'''</div> |
|- | |- | ||
| − | || | + | ||Consulta da NFSe||<div style="text-align: center;">ConsultarNfse</div>||<div style="text-align: center;">32</div> |
|- | |- | ||
| − | ||<font color=#008000> | + | ||<font color=#008000>Envio de lote RPS - Sincrono</font>||<font color=#008000><div style="text-align: center;">GerarNfse</div></font>||<font color=#008000><div style="text-align: center;">27</div></font> |
|- | |- | ||
| − | || | + | ||Evento de cancelamento da NFSe||<div style="text-align: center;">CancelarNfse</div>||<div style="text-align: center;">24</div> |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
|- | |- | ||
|} | |} | ||
<br> | <br> | ||
| + | ==== <font color="#008000">Exemplo de uso na DLL em C#:</font> ==== | ||
| + | <font color="#008000">Uso para todas versões</font> | ||
| + | <pre style="width: 80%;background-color:#c5e6c5;"> | ||
| + | var configuracao = new Configuracao | ||
| + | { | ||
| + | TipoDFe = TipoDFe.NFSe, | ||
| + | CertificadoDigital = CertificadoSelecionado, | ||
| + | TipoAmbiente = TipoAmbiente.Producao, | ||
| + | CodigoMunicipio = codigo_ibge_do_municipio, | ||
| + | Servico = Servico.NFSe, | ||
| + | SchemaVersao = "2.00", | ||
| + | |||
| + | }; | ||
| − | = | + | var servico = new (conteudoXML, configuracao); |
| − | + | servico.Executar(); | |
| − | + | ||
| − | + | var retornoPrefeitura = servico.RetornoWSString; | |
| − | + | </pre> | |
| − | |||
| − | |||
| − | |||
| − | </ | ||
<br> | <br> | ||
| − | === <span style="color=#008000;">Para uso no UniNFe</span> === | + | |
| + | == <span style="color:#008000;">Padrão GIF</span> == | ||
| + | * Municípios no padrão GIF utilizam WSDL's diferentes para emissão de NFSe, logo cada prefeitura pode ou não implementar os serviços listados abaixo; | ||
| + | * No UniNFe e DLL, tem 2 versões de SCHEMA disponíveis. | ||
| + | <br> | ||
| + | === <span style="color=#008000;">Para uso no UniNFe</span> === | ||
{| class="wikitable" style="width:80%; border:1px solid #ccc; border-collapse:collapse; font-size:95%;" | {| class="wikitable" style="width:80%; border:1px solid #ccc; border-collapse:collapse; font-size:95%;" | ||
| − | !scope="row"|'''Descrição do serviço'''||<div style="text-align: center;">'''[https://www.unimake.com.br/uninfe/modelos.php?p=NFSe% | + | !scope="row"|'''Descrição do serviço'''||<div style="text-align: center;">'''[https://www.unimake.com.br/uninfe/modelos.php?p=NFSe%2FGIF%2F1.00 Exemplos versão 1.00]'''</div>||<div style="text-align: center;">'''[https://www.unimake.com.br/uninfe/modelos.php?p=NFSe%2FGIF%2F1.01 Exemplos versão 1.01]'''</div> |
|- | |- | ||
| − | || | + | ||Cancelamento Nota Fiscal||<div style="text-align: center;">CancelarNotaFiscalEnvio-ped-cnf.xml</div>||<div style="text-align: center;">-</div> |
|- | |- | ||
| − | ||<font color=#008000>Consulta | + | ||<font color=#008000>Consulta Pedido Status Lote</font>||<font color=#008000><div style="text-align: center;">ObterCriticaLoteEnvio-ped-ocl.xml</div></font>||<font color=#008000><div style="text-align: center;">-</div></font> |
|- | |- | ||
| − | || | + | ||Consultar Lote Nota Fiscal||<div style="text-align: center;">ConsultaLoteEnvio-ped-cl.xml</div>||<div style="text-align: center;">-</div> |
|- | |- | ||
| − | ||<font color=#008000> | + | ||<font color=#008000>Consultar Lote Nota Fiscal</font>||<font color=#008000><div style="text-align: center;">ConsultarNfseServicoTomadoEnvio-ped-sitnfsetom.xml</div></font>||<font color=#008000><div style="text-align: center;">-</div></font> |
|- | |- | ||
| − | || | + | ||Consultar NFSe||<div style="text-align: center;">-</div>||<div style="text-align: center;">ConsultarNfseEnvio-ped-cnfse.xml</div> |
|- | |- | ||
| − | ||<font color=#008000> | + | ||<font color=#008000>Consultar NFSe serviço prestado</font>||<font color=#008000><div style="text-align: center;">ConsultarNfseServicoPrestadoEnvio-ped-sitnfse.xml</div></font>||<font color=#008000><div style="text-align: center;">-</div></font> |
|- | |- | ||
| − | | | + | ||Consultar Nota Fiscal||<div style="text-align: center;">ConsultarNotaFiscalEnvio-ped-cnf.xml</div>||<div style="text-align: center;">-</div> |
| − | |||
| − | |||
| − | |||
| − | |||
|- | |- | ||
| − | || | + | ||<font color=#008000>Enviar Lote Notas</font>||<font color=#008000><div style="text-align: center;">EnviarLoteNotasEnvio-ped-eln.xml</div></font>||<font color=#008000><div style="text-align: center;">-</div></font> |
|- | |- | ||
| − | || | + | ||Envio do cancelamento de NFSe||<div style="text-align: center;">-</div>||<div style="text-align: center;">CancelarNfseEnvio-ped-cannfse.xml</div> |
|- | |- | ||
| − | || | + | ||<font color=#008000>Envio do DPS - Sincrono</font>||<font color=#008000><div style="text-align: center;">-</div></font>||<font color=#008000><div style="text-align: center;">GerarNfseEnvio-env-loterps.xml</div></font> |
|- | |- | ||
| − | || | + | ||Obter Nota Fiscal Xml||<div style="text-align: center;">ObterNotaFiscalXmlEnvio-ped-onfx.xml</div>||<div style="text-align: center;">-</div> |
|- | |- | ||
| − | || | + | ||<font color=#008000>Obter Nota Fiscal Xml</font>||<font color=#008000><div style="text-align: center;">ConsultarNfsePDFEnvio-ped-cnnfse.xml</div></font>||<font color=#008000><div style="text-align: center;">-</div></font> |
|- | |- | ||
| − | || | + | ||Solicitar Inutilizacao NFSe||<div style="text-align: center;">SolicitacaoInutilizacaoEnvio-ped-si.xml</div>||<div style="text-align: center;">-</div> |
|- | |- | ||
|} | |} | ||
<br> | <br> | ||
| − | + | === <span style="color=#008000;">Para uso na DLL</span> === | |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | === <span style="color=#008000;">Para uso | ||
{| class="wikitable" style="width:80%; border:1px solid #ccc; border-collapse:collapse; font-size:95%;" | {| class="wikitable" style="width:80%; border:1px solid #ccc; border-collapse:collapse; font-size:95%;" | ||
| − | ! | + | ! '''Descrição do serviço''' ||<div style="text-align: center;">'''[https://www.unimake.com.br/uninfe/modelos.php?p=nfse%2FGIF%2F1.00 Exemplos versão 1.00]'''</div> ||<div style="text-align: center;">'''[https://www.unimake.com.br/uninfe/modelos.php?p=nfse%2FGIF%2F1.01 Exemplos versão 1.01]'''</div> ||<div style="text-align: center;">'''[https://www.unimake.com.br/uninfe/docdll/api/Unimake.Business.DFe.Servicos.Servico.html Enum do serviço]'''</div> |
| + | |- | ||
| + | ||Cancelamento Nota Fiscal||<div style="text-align: center;">CancelarNotaFiscal</div>||<div style="text-align: center;">-</div>||<div style="text-align: center;">52</div> | ||
| + | |- | ||
| + | ||<font color=#008000>Consulta Pedido Status Lote</font>||<font color=#008000><div style="text-align: center;">ObterCriticaLote</div></font>||<div style="text-align: center;">-</div>||<font color=#008000><div style="text-align: center;">57</div></font> | ||
| + | |- | ||
| + | ||Consultar Lote Nota Fiscal||<div style="text-align: center;">ConsultaLote</div>||<div style="text-align: center;">-</div>||<div style="text-align: center;">48</div> | ||
| + | |- | ||
| + | ||<font color=#008000>Consultar Lote Nota Fiscal</font>||<font color=#008000><div style="text-align: center;">ConsultarNfseServicoTomado</div></font>||<div style="text-align: center;">-</div>||<font color=#008000><div style="text-align: center;">34</div></font> | ||
|- | |- | ||
| − | ||Consultar NFSe||<div style="text-align: center;"> | + | ||Consultar NFSe||<div style="text-align: center;">-</div>||<div style="text-align: center;">ConsultarNfse</div>||<div style="text-align: center;">32</div> |
|- | |- | ||
| − | ||<font color=#008000>Consultar NFSe | + | ||<font color=#008000>Consultar NFSe serviço prestado</font>||<font color=#008000><div style="text-align: center;">ConsultarNfseServicoPrestado</div></font>||<div style="text-align: center;">-</div>||<font color=#008000><div style="text-align: center;">33</div></font> |
|- | |- | ||
| − | ||Consultar | + | ||Consultar Nota Fiscal||<div style="text-align: center;">ConsultarNotaFiscal</div>||<div style="text-align: center;">-</div>||<div style="text-align: center;">84</div> |
|- | |- | ||
| − | ||<font color=#008000> | + | ||<font color=#008000>Enviar Lote Notas</font>||<font color=#008000><div style="text-align: center;">EnviarLoteNotas</div></font>||<div style="text-align: center;">-</div>||<font color=#008000><div style="text-align: center;">54</div></font> |
|- | |- | ||
| − | || | + | ||Envio do cancelamento de NFSe||<div style="text-align: center;">-</div>||<div style="text-align: center;">CancelarNfse</div>||<div style="text-align: center;">24</div> |
| + | |- | ||
| + | ||<font color=#008000>Envio do DPS - Sincrono</font>||<div style="text-align: center;">-</div>||<font color=#008000><div style="text-align: center;">GerarNfse</div></font>||<font color=#008000><div style="text-align: center;">27</div></font> | ||
| + | |- | ||
| + | ||Obter Nota Fiscal Xml||<div style="text-align: center;">ObterNotaFiscalXml</div>||<div style="text-align: center;">-</div>||<div style="text-align: center;">62</div> | ||
| + | |- | ||
| + | ||<font color=#008000>Obter Nota Fiscal Xml</font>||<font color=#008000><div style="text-align: center;">ConsultarNfsePDF</div></font>||<div style="text-align: center;">-</div>||<font color=#008000><div style="text-align: center;">37</div></font> | ||
| + | |- | ||
| + | ||Solicitar Inutilizacao NFSe||<div style="text-align: center;">SolicitacaoInutilizacao</div>||<div style="text-align: center;">-</div>||<div style="text-align: center;">63</div> | ||
|- | |- | ||
|} | |} | ||
<br> | <br> | ||
| − | === <span style="color=#008000;">Para uso | + | |
| + | == <span style="color:#008000;">Padrão GINFES</span> == | ||
| + | * Municípios no padrão GINFES utilizam o mesmo WSDL para emissão de NFSe; | ||
| + | * No UniNFe e DLL, tem 2 versões de SCHEMA disponíveis. | ||
| + | <div style="background-color:#e3a8a8; border-left:4px solid red; padding:6px;"> | ||
| + | Observação: Os municípios <b>Fortaleza - CE</b> e <b>Contagem - MG</b> utilizam a versão <b>2.00</b> para o serviço de cancelamento. | ||
| + | </div> | ||
| + | <div style="background-color:#e3a8a8; border-left:4px solid red; padding:6px;"> | ||
| + | Observação: Município de <b>São José dos Pinhais - PR</b> (Cód. IBGE 4125506) possui XMLs modificados que utilizam versão <b>3.00</b> disponibilizado nesse [https://www.unimake.com.br/uninfe/modelos.php?p=nfse%2FGINFES%2F3.00+-+Sao+Jose+dos+Pinhais+-+PR link.] | ||
| + | </div> | ||
| + | <br> | ||
| + | === <span style="color=#008000;">Para uso no UniNFe</span> === | ||
{| class="wikitable" style="width:80%; border:1px solid #ccc; border-collapse:collapse; font-size:95%;" | {| class="wikitable" style="width:80%; border:1px solid #ccc; border-collapse:collapse; font-size:95%;" | ||
| − | ! '''Descrição do serviço''' ||<div style="text-align: center;">'''[https://www.unimake.com.br/uninfe/modelos.php?p= | + | !scope="row"|'''Descrição do serviço'''||<div style="text-align: center;">'''[https://www.unimake.com.br/uninfe/modelos.php?p=NFSe%2FGINFES%2F2.00 Exemplos versão 2.00]'''</div>||<div style="text-align: center;">'''[https://www.unimake.com.br/uninfe/modelos.php?p=NFSe%2FGINFES%2F3.00 Exemplos versão 3.00]'''</div> |
| + | |- | ||
| + | ||Cancelar nota fiscal de serviço||<div style="text-align: center;">CancelarNfseEnvio-ped-cannfse.xml</div>||<div style="text-align: center;">-</div> | ||
|- | |- | ||
| − | || | + | ||<font color=#008000>Consulta de NFSe por Data</font>||<font color=#008000><div style="text-align: center;">-</div></font>||<font color=#008000><div style="text-align: center;">ConsultarNfseEnvio-ped-cnfse.xml</div></font> |
|- | |- | ||
| − | || | + | ||Consulta lote RPS||<div style="text-align: center;">-</div>||<div style="text-align: center;">ConsultarLoteRpsEnvio-ped-loterps.xml</div> |
|- | |- | ||
| − | || | + | ||<font color=#008000>Consulta NFSe por RPS</font>||<font color=#008000><div style="text-align: center;">-</div></font>||<font color=#008000><div style="text-align: center;">ConsultarNfsePorRpsEnvio-ped-cnprnfse.xml</div></font> |
|- | |- | ||
| − | || | + | ||Consultar Situação Lote Rps||<div style="text-align: center;">-</div>||<div style="text-align: center;">ConsultarSituacaoLoteRpsEnvio-ped-cslr.xml</div> |
|- | |- | ||
| − | ||Recepcionar Lote RPS||<div style="text-align: center;"> | + | ||<font color=#008000>Recepcionar Lote RPS</font>||<font color=#008000><div style="text-align: center;">-</div></font>||<font color=#008000><div style="text-align: center;">RecepcionarLoteRpsEnvio-env-loterps.xml</div></font> |
|- | |- | ||
|} | |} | ||
<br> | <br> | ||
| − | ==== <font color="#008000">Exemplo de uso na DLL em C#:</font> ==== | + | === <span style="color=#008000;">Para uso na DLL</span> === |
| − | <font color="#008000">Uso para todas versões</font> | + | {| class="wikitable" style="width:80%; border:1px solid #ccc; border-collapse:collapse; font-size:95%;" |
| − | <pre style="width: 80%;background-color:#c5e6c5;"> | + | ! '''Descrição do serviço''' ||<div style="text-align: center;">'''[https://www.unimake.com.br/uninfe/modelos.php?p=nfse%2FGINFES%2F2.00 Exemplos versão 2.00]'''</div> ||<div style="text-align: center;">'''[https://www.unimake.com.br/uninfe/modelos.php?p=nfse%2FGINFES%2F3.00 Exemplos versão 3.00]'''</div> ||<div style="text-align: center;">'''[https://www.unimake.com.br/uninfe/docdll/api/Unimake.Business.DFe.Servicos.Servico.html Enum do serviço]'''</div> |
| − | var configuracao = new Configuracao | + | |- |
| − | { | + | ||Cancelar nota fiscal de serviço||<div style="text-align: center;">CancelarNfse</div>||<div style="text-align: center;">-</div>||<div style="text-align: center;">24</div> |
| − | TipoDFe = TipoDFe.NFSe, | + | |- |
| + | ||<font color=#008000>Consulta de NFSe por Data</font>||<div style="text-align: center;">-</div>||<font color=#008000><div style="text-align: center;">ConsultarNfse</div></font>||<font color=#008000><div style="text-align: center;">32</div></font> | ||
| + | |- | ||
| + | ||Consulta lote RPS||<div style="text-align: center;">-</div>||<div style="text-align: center;">ConsultarLoteRps</div>||<div style="text-align: center;">31</div> | ||
| + | |- | ||
| + | ||<font color=#008000>Consulta NFSe por RPS</font>||<div style="text-align: center;">-</div>||<font color=#008000><div style="text-align: center;">ConsultarNfsePorRps</div></font>||<font color=#008000><div style="text-align: center;">36</div></font> | ||
| + | |- | ||
| + | ||Consultar Situação Lote Rps||<div style="text-align: center;">-</div>||<div style="text-align: center;">ConsultarSituacaoLoteRps</div>||<div style="text-align: center;">40</div> | ||
| + | |- | ||
| + | ||<font color=#008000>Recepcionar Lote RPS</font>||<div style="text-align: center;">-</div>||<font color=#008000><div style="text-align: center;">RecepcionarLoteRps</div></font>||<font color=#008000><div style="text-align: center;">28</div></font> | ||
| + | |- | ||
| + | |} | ||
| + | <br> | ||
| + | ==== <font color="#008000">Exemplo de uso na DLL em C#:</font> ==== | ||
| + | <font color="#008000">Uso para todas versões</font> | ||
| + | <pre style="width: 80%;background-color:#c5e6c5;"> | ||
| + | var configuracao = new Configuracao | ||
| + | { | ||
| + | TipoDFe = TipoDFe.NFSe, | ||
CertificadoDigital = CertificadoSelecionado, | CertificadoDigital = CertificadoSelecionado, | ||
TipoAmbiente = TipoAmbiente.Producao, | TipoAmbiente = TipoAmbiente.Producao, | ||
| − | CodigoMunicipio = | + | CodigoMunicipio = 9999900, |
Servico = Servico.NFSeRecepcionarLoteRps, | Servico = Servico.NFSeRecepcionarLoteRps, | ||
| − | SchemaVersao = " | + | SchemaVersao = "X.XX", |
| − | + | ||
| − | |||
}; | }; | ||
| Linha 2 007: | Linha 2 084: | ||
<br> | <br> | ||
| − | == <span style="color:#008000;">Padrão | + | == <span style="color:#008000;">Padrão GISSONLINE</span> == |
| − | * Municípios no padrão | + | * Municípios no padrão GISSONLINE utilizam WSDL's diferentes para emissão de NFSe, logo cada prefeitura pode ou não implementar os serviços listados abaixo; |
* No UniNFe e DLL, tem uma versão de SCHEMA disponível. | * No UniNFe e DLL, tem uma versão de SCHEMA disponível. | ||
<div style="background-color:#e3a8a8; border-left:4px solid red; padding:6px;"> | <div style="background-color:#e3a8a8; border-left:4px solid red; padding:6px;"> | ||
| − | Observação: | + | Observação: Veja como montar o [[Manuais:UniNFe/MunicipiosMonitor/GISSONLINE/LinkPDF|link do PDF para o padrão GISSONLINE.]] |
| + | </div> | ||
| + | <div style="background-color:#e3a8a8; border-left:4px solid red; padding:6px;"> | ||
| + | Observação: Sobre município de <b>Ribeirão Preto - SP</b>, para o ambiente de produção: XML de CancelarNfse não deve ter ID na tag ns2:InfPedidoCancelamento. | ||
</div> | </div> | ||
<br> | <br> | ||
=== <span style="color=#008000;">Para uso no UniNFe</span> === | === <span style="color=#008000;">Para uso no UniNFe</span> === | ||
{| class="wikitable" style="width:80%; border:1px solid #ccc; border-collapse:collapse; font-size:95%;" | {| class="wikitable" style="width:80%; border:1px solid #ccc; border-collapse:collapse; font-size:95%;" | ||
| − | !scope="row"|'''Descrição do serviço'''||<div style="text-align: center;">'''[https://www.unimake.com.br/uninfe/modelos.php?p=NFSe% | + | !scope="row"|'''Descrição do serviço'''||<div style="text-align: center;">'''[https://www.unimake.com.br/uninfe/modelos.php?p=NFSe%2FGISSONLINE%2F2.04 Exemplos versão 2.04]'''</div> |
| + | |- | ||
| + | ||Cancelar nota fiscal de serviço||<div style="text-align: center;">CancelarNfseEnvio-ped-cannfse.xml</div> | ||
|- | |- | ||
| − | || | + | ||<font color=#008000>Consulta lote RPS</font>||<font color=#008000><div style="text-align: center;">ConsultarLoteRpsEnvio-ped-loterps.xml</div></font> |
|- | |- | ||
| − | || | + | ||Consulta NFSe por RPS||<div style="text-align: center;">ConsultarNfsePorRpsEnvio-ped-cnprnfse.xml</div> |
|- | |- | ||
| − | |} | + | ||<font color=#008000>Consulta NFSe por serviço prestado</font>||<font color=#008000><div style="text-align: center;">ConsultarNfseServicoPrestadoEnvio-ped-sitnfse.xml</div></font> |
| − | <br> | + | |- |
| + | ||Consulta NFSe por serviço tomado||<div style="text-align: center;">ConsultarNfseServicoTomadoEnvio-ped-sitnfsetom.xml</div> | ||
| + | |- | ||
| + | ||<font color=#008000>Recepcionar Lote RPS</font>||<font color=#008000><div style="text-align: center;">RecepcionarLoteRpsEnvio-env-loterps.xml</div></font> | ||
| + | |- | ||
| + | |} | ||
| + | <br> | ||
=== <span style="color=#008000;">Para uso na DLL</span> === | === <span style="color=#008000;">Para uso na DLL</span> === | ||
{| class="wikitable" style="width:80%; border:1px solid #ccc; border-collapse:collapse; font-size:95%;" | {| class="wikitable" style="width:80%; border:1px solid #ccc; border-collapse:collapse; font-size:95%;" | ||
| − | ! '''Descrição do serviço''' ||<div style="text-align: center;">'''[https://www.unimake.com.br/uninfe/modelos.php?p=nfse% | + | ! '''Descrição do serviço''' ||<div style="text-align: center;">'''[https://www.unimake.com.br/uninfe/modelos.php?p=nfse%2FGISSONLINE%2F2.04 Exemplos versão 2.04]'''</div> ||<div style="text-align: center;">'''[https://www.unimake.com.br/uninfe/docdll/api/Unimake.Business.DFe.Servicos.Servico.html Enum do serviço]'''</div> |
| + | |- | ||
| + | ||Cancelar nota fiscal de serviço||<div style="text-align: center;">CancelarNfse</div>||<div style="text-align: center;">24</div> | ||
| + | |- | ||
| + | ||<font color=#008000>Consulta lote RPS</font>||<font color=#008000><div style="text-align: center;">ConsultarLoteRps</div></font>||<font color=#008000><div style="text-align: center;">31</div></font> | ||
| + | |- | ||
| + | ||Consulta NFSe por RPS||<div style="text-align: center;">ConsultarNfsePorRps</div>||<div style="text-align: center;">36</div> | ||
| + | |- | ||
| + | ||<font color=#008000>Consulta NFSe por serviço prestado</font>||<font color=#008000><div style="text-align: center;">ConsultarNfseServicoPrestado</div></font>||<font color=#008000><div style="text-align: center;">33</div></font> | ||
|- | |- | ||
| − | || | + | ||Consulta NFSe por serviço tomado||<div style="text-align: center;">ConsultarNfseServicoTomado</div>||<div style="text-align: center;">34</div> |
|- | |- | ||
| − | ||<font color=#008000>Recepcionar Lote RPS</font>||<font color=#008000><div style="text-align: center;"> | + | ||<font color=#008000>Recepcionar Lote RPS</font>||<font color=#008000><div style="text-align: center;">RecepcionarLoteRps</div></font>||<font color=#008000><div style="text-align: center;">28</div></font> |
|- | |- | ||
|} | |} | ||
<br> | <br> | ||
| − | == <span style="color:#008000;">Padrão | + | == <span style="color:#008000;">Padrão HM2SOLUCOES</span> == |
| − | * | + | * Municípios no padrão HM2SOLUCOES utilizam-se de API para os serviços relacionados a NFSe, logo cada prefeitura tem seu link de produção e homologação para emissão; |
* No UniNFe e DLL, tem uma versão de SCHEMA disponível. | * No UniNFe e DLL, tem uma versão de SCHEMA disponível. | ||
| + | <div style="background-color:#e3a8a8; border-left:4px solid red; padding:6px;"> | ||
| + | Observação: Cada contribuinte deve ter um usuário e senha no WSDL de produção e homologação. | ||
| + | </div> | ||
<br> | <br> | ||
=== <span style="color=#008000;">Para uso no UniNFe</span> === | === <span style="color=#008000;">Para uso no UniNFe</span> === | ||
{| class="wikitable" style="width:80%; border:1px solid #ccc; border-collapse:collapse; font-size:95%;" | {| class="wikitable" style="width:80%; border:1px solid #ccc; border-collapse:collapse; font-size:95%;" | ||
| − | !scope="row"|'''Descrição do serviço'''||<div style="text-align: center;">'''[https://www.unimake.com.br/uninfe/modelos.php?p=NFSe% | + | !scope="row"|'''Descrição do serviço'''||<div style="text-align: center;">'''[https://www.unimake.com.br/uninfe/modelos.php?p=NFSe%2FHM2SOLUCOES%2F1.00 Exemplos versão 1.00]'''</div> |
|- | |- | ||
| − | || | + | ||Consultar NFSe||<div style="text-align: center;">ConsultarNfsePorRpsEnvio-ped-cnprnfse.xml</div> |
|- | |- | ||
| − | ||<font color=#008000> | + | ||<font color=#008000>Consultar NFSe Servico Prestado</font>||<font color=#008000><div style="text-align: center;">ConsultarNfseServicoPrestadoEnvio-ped-sitnfse.xml</div></font> |
|- | |- | ||
| − | || | + | ||Consultar NFSe Servico Tomado||<div style="text-align: center;">ConsultarNfseServicoTomadoEnvio-ped-sitnfsetom.xml</div> |
|- | |- | ||
| − | ||<font color=#008000> | + | ||<font color=#008000>Envio do cancelamento de NFSe</font>||<font color=#008000><div style="text-align: center;">CancelarNfseEnvio-ped-cannfse.xml</div></font> |
|- | |- | ||
| − | || | + | ||Recepcionar Lote RPS||<div style="text-align: center;">RecepcionarLoteRpsEnvio-env-loterps.xml</div> |
|- | |- | ||
| − | + | |} | |
| − | + | <br> | |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |} | ||
| − | <br> | ||
=== <span style="color=#008000;">Para uso na DLL</span> === | === <span style="color=#008000;">Para uso na DLL</span> === | ||
{| class="wikitable" style="width:80%; border:1px solid #ccc; border-collapse:collapse; font-size:95%;" | {| class="wikitable" style="width:80%; border:1px solid #ccc; border-collapse:collapse; font-size:95%;" | ||
| − | ! '''Descrição do serviço''' ||<div style="text-align: center;">'''[https://www.unimake.com.br/uninfe/modelos.php?p=nfse% | + | ! '''Descrição do serviço''' ||<div style="text-align: center;">'''[https://www.unimake.com.br/uninfe/modelos.php?p=nfse%2FHM2SOLUCOES%2F1.00 Exemplos versão 1.00]'''</div> ||<div style="text-align: center;">'''[https://www.unimake.com.br/uninfe/docdll/api/Unimake.Business.DFe.Servicos.Servico.html Enum do serviço]'''</div> |
|- | |- | ||
| − | || | + | ||Consultar NFSe||<div style="text-align: center;">ConsultarNfsePorRps</div>||<div style="text-align: center;">36</div> |
|- | |- | ||
| − | ||<font color=#008000> | + | ||<font color=#008000>Consultar NFSe Servico Prestado</font>||<font color=#008000><div style="text-align: center;">ConsultarNfseServicoPrestado</div></font>||<font color=#008000><div style="text-align: center;">33</div></font> |
|- | |- | ||
| − | || | + | ||Consultar NFSe Servico Tomado||<div style="text-align: center;">ConsultarNfseServicoTomado</div>||<div style="text-align: center;">34</div> |
|- | |- | ||
| − | ||<font color=#008000> | + | ||<font color=#008000>Envio do cancelamento de NFSe</font>||<font color=#008000><div style="text-align: center;">CancelarNfse</div></font>||<font color=#008000><div style="text-align: center;">24</div></font> |
|- | |- | ||
| − | || | + | ||Recepcionar Lote RPS||<div style="text-align: center;">RecepcionarLoteRps</div>||<div style="text-align: center;">28</div> |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
|- | |- | ||
|} | |} | ||
<br> | <br> | ||
| − | + | ==== <font color="#008000">Exemplo de uso na DLL em C#:</font> ==== | |
| − | == <span style="color:#008000;">Padrão | + | <font color="#008000">Uso para todas versões</font> |
| − | * Municípios no padrão | + | <pre style="width: 80%;background-color:#c5e6c5;"> |
| − | * No UniNFe e DLL, tem uma versão de SCHEMA disponível. | + | var configuracao = new Configuracao |
| − | <br> | + | { |
| + | TipoDFe = TipoDFe.NFSe, | ||
| + | CertificadoDigital = CertificadoSelecionado, | ||
| + | TipoAmbiente = TipoAmbiente.Producao, | ||
| + | CodigoMunicipio = codigo_ibge_do_municipio, | ||
| + | Servico = Servico.NFSeRecepcionarLoteRps, | ||
| + | SchemaVersao = "1.00", | ||
| + | MunicipioUsuario = "12345678901234", | ||
| + | MunicipioSenha = "123456", | ||
| + | }; | ||
| + | |||
| + | var servico = new RecepcionarLoteRps(conteudoXML, configuracao); | ||
| + | servico.Executar(); | ||
| + | |||
| + | var retornoPrefeitura = servico.RetornoWSString; | ||
| + | </pre> | ||
| + | <br> | ||
| + | |||
| + | == <span style="color:#008000;">Padrão IIBRASIL</span> == | ||
| + | * Municípios no padrão IIBRASIL utilizam WSDL's diferentes para emissão de NFSe, logo cada prefeitura pode ou não implementar os serviços listados abaixo; | ||
| + | * No UniNFe e DLL, tem uma versão de SCHEMA disponível. | ||
| + | <div style="background-color:#e3a8a8; border-left:4px solid red; padding:6px;"> | ||
| + | Observação: Cada contribuinte deve ter um usuário e senha no WSDL de produção e homologação. | ||
| + | </div> | ||
| + | <br> | ||
=== <span style="color=#008000;">Para uso no UniNFe</span> === | === <span style="color=#008000;">Para uso no UniNFe</span> === | ||
{| class="wikitable" style="width:80%; border:1px solid #ccc; border-collapse:collapse; font-size:95%;" | {| class="wikitable" style="width:80%; border:1px solid #ccc; border-collapse:collapse; font-size:95%;" | ||
| − | !scope="row"|'''Descrição do serviço'''||<div style="text-align: center;">'''[https://www.unimake.com.br/uninfe/modelos.php?p=NFSe% | + | !scope="row"|'''Descrição do serviço'''||<div style="text-align: center;">'''[https://www.unimake.com.br/uninfe/modelos.php?p=NFSe%2FIIBRASIL%2F2.04 Exemplos versão 2.04]'''</div> |
|- | |- | ||
| − | || | + | ||Recepcionar Lote RPS||<div style="text-align: center;">ConsultarNfsePorRpsEnvio-ped-cnprnfse.xml</div> |
|- | |- | ||
| − | + | ||<font color=#008000>Recepcionar Lote RPS</font>||<font color=#008000><div style="text-align: center;">GerarNfseEnvio-env-loterps.xml</div></font> | |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | ||<font color=#008000>Recepcionar Lote RPS</font>||<font color=#008000><div style="text-align: center;"> | ||
|- | |- | ||
|} | |} | ||
| Linha 2 116: | Linha 2 211: | ||
=== <span style="color=#008000;">Para uso na DLL</span> === | === <span style="color=#008000;">Para uso na DLL</span> === | ||
{| class="wikitable" style="width:80%; border:1px solid #ccc; border-collapse:collapse; font-size:95%;" | {| class="wikitable" style="width:80%; border:1px solid #ccc; border-collapse:collapse; font-size:95%;" | ||
| − | ! '''Descrição do serviço''' ||<div style="text-align: center;">'''[https://www.unimake.com.br/uninfe/modelos.php?p=nfse% | + | ! '''Descrição do serviço''' ||<div style="text-align: center;">'''[https://www.unimake.com.br/uninfe/modelos.php?p=nfse%2FIIBRASIL%2F2.04 Exemplos versão 2.04]'''</div> ||<div style="text-align: center;">'''[https://www.unimake.com.br/uninfe/docdll/api/Unimake.Business.DFe.Servicos.Servico.html Enum do serviço]'''</div> |
|- | |- | ||
| − | || | + | ||Recepcionar Lote RPS||<div style="text-align: center;">GerarNfse</div>||<div style="text-align: center;">27</div> |
|- | |- | ||
| − | ||<font color=#008000> | + | ||<font color=#008000>Recepcionar Lote RPS</font>||<font color=#008000><div style="text-align: center;">ConsultarNfsePorRps</div></font>||<font color=#008000><div style="text-align: center;">36</div></font> |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
|- | |- | ||
|} | |} | ||
<br> | <br> | ||
| − | == <span style="color:#008000;">Padrão | + | == <span style="color:#008000;">Padrão INDAIATUBA_SP</span> == |
| − | * | + | * Somente <b>Indaiatuba - SP</b> utiliza esse padrão, pois foi feito especialmente para essa prefeitura; |
| − | * No UniNFe e DLL, tem | + | * No UniNFe e DLL, tem uma versão de SCHEMA disponível. |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
<br> | <br> | ||
=== <span style="color=#008000;">Para uso no UniNFe</span> === | === <span style="color=#008000;">Para uso no UniNFe</span> === | ||
{| class="wikitable" style="width:80%; border:1px solid #ccc; border-collapse:collapse; font-size:95%;" | {| class="wikitable" style="width:80%; border:1px solid #ccc; border-collapse:collapse; font-size:95%;" | ||
| − | !scope="row"|'''Descrição do serviço'''||<div style="text-align: center;">'''[https://www.unimake.com.br/uninfe/modelos.php?p=NFSe% | + | !scope="row"|'''Descrição do serviço'''||<div style="text-align: center;">'''[https://www.unimake.com.br/uninfe/modelos.php?p=NFSe%2FINDAIATUBA_SP%2F2.03 Exemplos versão 2.03]'''</div> |
|- | |- | ||
| − | || | + | ||Cancelar nota fiscal de serviço||<div style="text-align: center;">CancelarNfseEnvio-ped-cannfse.xml</div> |
|- | |- | ||
| − | ||<font color=#008000>Consulta | + | ||<font color=#008000>Consulta lote RPS</font>||<font color=#008000><div style="text-align: center;">ConsultarLoteRpsEnvio-ped-loterps.xml</div></font> |
|- | |- | ||
| − | ||Consulta NFSe | + | ||Consulta NFSe de serviços prestados||<div style="text-align: center;">ConsultarNfseServicoPrestadoEnvio-ped-sitnfse.xml</div> |
|- | |- | ||
| − | ||<font color=#008000>Consulta NFSe | + | ||<font color=#008000>Consulta NFSe de serviços tomados</font>||<font color=#008000><div style="text-align: center;">ConsultarNfseServicoTomadoEnvio-ped-sitnfsetom.xml</div></font> |
|- | |- | ||
| − | ||Consulta NFSe por | + | ||Consulta NFSe por Faixa||<div style="text-align: center;">ConsultarNfseFaixaEnvio-ped-sitnfse.xml</div> |
|- | |- | ||
| − | ||<font color=#008000> | + | ||<font color=#008000>Consulta NFSe por RPS</font>||<font color=#008000><div style="text-align: center;">ConsultarNfsePorRpsEnvio-ped-cnprnfse.xml</div></font> |
|- | |- | ||
| − | || | + | ||Gerar Nota Fiscal de Serviço||<div style="text-align: center;">GerarNfseEnvio-env-loterps.xml</div> |
|- | |- | ||
| − | ||<font color=#008000>Recepcionar Lote RPS | + | ||<font color=#008000>Recepcionar Lote RPS</font>||<font color=#008000><div style="text-align: center;">RecepcionarLoteRpsEnvio-env-loterps.xml</div></font> |
|- | |- | ||
| − | ||Recepcionar Lote RPS Sincrono | + | ||Recepcionar Lote RPS Sincrono||<div style="text-align: center;">RecepcionarLoteRpsSincronoEnvio-env-loterps.xml</div> |
|- | |- | ||
| − | ||<font color=#008000>Substituir nota fiscal de Serviço | + | ||<font color=#008000>Substituir nota fiscal de Serviço</font>||<font color=#008000><div style="text-align: center;">SubstituirNfseEnvio-ped-substnfse.xml</div></font> |
|- | |- | ||
|} | |} | ||
| Linha 2 171: | Linha 2 252: | ||
=== <span style="color=#008000;">Para uso na DLL</span> === | === <span style="color=#008000;">Para uso na DLL</span> === | ||
{| class="wikitable" style="width:80%; border:1px solid #ccc; border-collapse:collapse; font-size:95%;" | {| class="wikitable" style="width:80%; border:1px solid #ccc; border-collapse:collapse; font-size:95%;" | ||
| − | ! '''Descrição do serviço''' ||<div style="text-align: center;">'''[https://www.unimake.com.br/uninfe/modelos.php?p=nfse% | + | ! '''Descrição do serviço''' ||<div style="text-align: center;">'''[https://www.unimake.com.br/uninfe/modelos.php?p=nfse%2FINDAIATUBA_SP%2F2.03 Exemplos versão 2.03]'''</div> ||<div style="text-align: center;">'''[https://www.unimake.com.br/uninfe/docdll/api/Unimake.Business.DFe.Servicos.Servico.html Enum do serviço]'''</div> |
|- | |- | ||
| − | || | + | ||Cancelar nota fiscal de serviço||<div style="text-align: center;">CancelarNfse</div>||<div style="text-align: center;">24</div> |
|- | |- | ||
| − | ||<font color=#008000>Consulta | + | ||<font color=#008000>Consulta lote RPS</font>||<font color=#008000><div style="text-align: center;">ConsultarLoteRps</div></font>||<font color=#008000><div style="text-align: center;">31</div></font> |
|- | |- | ||
| − | ||Consulta NFSe | + | ||Consulta NFSe de serviços prestados||<div style="text-align: center;">ConsultarNfseServicoPrestado</div>||<div style="text-align: center;">33</div> |
|- | |- | ||
| − | ||<font color=#008000>Consulta NFSe | + | ||<font color=#008000>Consulta NFSe de serviços tomados</font>||<font color=#008000><div style="text-align: center;">ConsultarNfseServicoTomado</div></font>||<font color=#008000><div style="text-align: center;">34</div></font> |
|- | |- | ||
| − | ||Consulta NFSe por | + | ||Consulta NFSe por Faixa||<div style="text-align: center;">ConsultarNfseFaixa</div>||<div style="text-align: center;">35</div> |
|- | |- | ||
| − | ||<font color=#008000> | + | ||<font color=#008000>Consulta NFSe por RPS</font>||<font color=#008000><div style="text-align: center;">ConsultarNfsePorRps</div></font>||<font color=#008000><div style="text-align: center;">36</div></font> |
|- | |- | ||
| − | || | + | ||Gerar Nota Fiscal de Serviço||<div style="text-align: center;">GerarNfse</div>||<div style="text-align: center;">27</div> |
|- | |- | ||
| − | ||<font color=#008000>Recepcionar Lote RPS</font | + | ||<font color=#008000>Recepcionar Lote RPS</font>||<font color=#008000><div style="text-align: center;">RecepcionarLoteRps</div></font>||<font color=#008000><div style="text-align: center;">28</div></font> |
|- | |- | ||
| − | ||Recepcionar Lote RPS Sincrono | + | ||Recepcionar Lote RPS Sincrono||<div style="text-align: center;">RecepcionarLoteRpsSincrono</div>||<div style="text-align: center;">29</div> |
|- | |- | ||
| − | ||<font color=#008000>Substituir nota fiscal de Serviço</font | + | ||<font color=#008000>Substituir nota fiscal de Serviço</font>||<font color=#008000><div style="text-align: center;">SubstituirNfse</div></font>||<font color=#008000><div style="text-align: center;">30</div></font> |
|- | |- | ||
|} | |} | ||
<br> | <br> | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | + | == <span style="color:#008000;">Padrão INTERSOL</span> == | |
| − | + | * Municípios no padrão INTERSOL utilizam o mesmo WSDL de homologação e diferentes WSDL's de produção para emissão de NFSe, logo cada prefeitura pode ou não implementar os serviços listados abaixo. | |
| − | + | * No UniNFe e DLL, tem uma versão de SCHEMA disponível. | |
| − | + | <br> | |
| − | |||
| − | |||
| − | |||
| − | == <span style="color:#008000;">Padrão | ||
| − | * Municípios no padrão | ||
| − | * No UniNFe e DLL, tem uma versão de SCHEMA disponível. | ||
| − | <br> | ||
=== <span style="color=#008000;">Para uso no UniNFe</span> === | === <span style="color=#008000;">Para uso no UniNFe</span> === | ||
{| class="wikitable" style="width:80%; border:1px solid #ccc; border-collapse:collapse; font-size:95%;" | {| class="wikitable" style="width:80%; border:1px solid #ccc; border-collapse:collapse; font-size:95%;" | ||
| − | !scope="row"|'''Descrição do serviço'''||<div style="text-align: center;">'''[https://www.unimake.com.br/uninfe/modelos.php?p=NFSe% | + | !scope="row"|'''Descrição do serviço'''||<div style="text-align: center;">'''[https://www.unimake.com.br/uninfe/modelos.php?p=NFSe%2FINTERSOL%2F1.00 Exemplos versão 1.00]'''</div> |
|- | |- | ||
||Cancelar nota fiscal de serviço||<div style="text-align: center;">CancelarNfseEnvio-ped-cannfse.xml</div> | ||Cancelar nota fiscal de serviço||<div style="text-align: center;">CancelarNfseEnvio-ped-cannfse.xml</div> | ||
|- | |- | ||
| − | ||<font color=#008000>Consulta | + | ||<font color=#008000>Consulta de Nota Fiscal de Serviço</font>||<font color=#008000><div style="text-align: center;">ConsultarNfseEnvio-ped-cnfse.xml</div></font> |
|- | |- | ||
| − | ||Consulta | + | ||Consulta lote RPS||<div style="text-align: center;">ConsultarLoteRpsEnvio-ped-loterps.xml</div> |
| − | |||
| − | |||
| − | |||
| − | |||
|- | |- | ||
||<font color=#008000>Consulta NFSe por RPS</font>||<font color=#008000><div style="text-align: center;">ConsultarNfsePorRpsEnvio-ped-cnprnfse.xml</div></font> | ||<font color=#008000>Consulta NFSe por RPS</font>||<font color=#008000><div style="text-align: center;">ConsultarNfsePorRpsEnvio-ped-cnprnfse.xml</div></font> | ||
|- | |- | ||
| − | || | + | ||Consultar Situação Lote Rps||<div style="text-align: center;">ConsultarSituacaoLoteRpsEnvio-ped-cslr.xml</div> |
|- | |- | ||
| − | + | ||<font color=#008000>Recepcionar Lote RPS</font>||<font color=#008000><div style="text-align: center;">RecepcionarLoteRpsEnvio-env-loterps.xml</div></font> | |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | ||<font color=#008000>Recepcionar Lote RPS | ||
| − | |||
| − | |||
|- | |- | ||
|} | |} | ||
| Linha 2 255: | Linha 2 301: | ||
=== <span style="color=#008000;">Para uso na DLL</span> === | === <span style="color=#008000;">Para uso na DLL</span> === | ||
{| class="wikitable" style="width:80%; border:1px solid #ccc; border-collapse:collapse; font-size:95%;" | {| class="wikitable" style="width:80%; border:1px solid #ccc; border-collapse:collapse; font-size:95%;" | ||
| − | ! '''Descrição do serviço''' ||<div style="text-align: center;">'''[https://www.unimake.com.br/uninfe/modelos.php?p=nfse% | + | ! '''Descrição do serviço''' ||<div style="text-align: center;">'''[https://www.unimake.com.br/uninfe/modelos.php?p=nfse%2FINTERSOL%2F1.00 Exemplos versão 1.00]'''</div> ||<div style="text-align: center;">'''[https://www.unimake.com.br/uninfe/docdll/api/Unimake.Business.DFe.Servicos.Servico.html Enum do serviço]'''</div> |
|- | |- | ||
||Cancelar nota fiscal de serviço||<div style="text-align: center;">CancelarNfse</div>||<div style="text-align: center;">24</div> | ||Cancelar nota fiscal de serviço||<div style="text-align: center;">CancelarNfse</div>||<div style="text-align: center;">24</div> | ||
|- | |- | ||
| − | ||<font color=#008000>Consulta | + | ||<font color=#008000>Consulta de Nota Fiscal de Serviço</font>||<font color=#008000><div style="text-align: center;">ConsultarNfse</div></font>||<font color=#008000><div style="text-align: center;">32</div></font> |
|- | |- | ||
| − | ||Consulta | + | ||Consulta lote RPS||<div style="text-align: center;">ConsultarLoteRps</div>||<div style="text-align: center;">31</div> |
|- | |- | ||
| − | ||<font color=#008000>Consulta NFSe | + | ||<font color=#008000>Consulta NFSe por RPS</font>||<font color=#008000><div style="text-align: center;">ConsultarNfsePorRps</div></font>||<font color=#008000><div style="text-align: center;">36</div></font> |
|- | |- | ||
| − | || | + | ||Consultar Situação Lote Rps||<div style="text-align: center;">ConsultarSituacaoLoteRps</div>||<div style="text-align: center;">40</div> |
|- | |- | ||
| − | ||<font color=#008000> | + | ||<font color=#008000>Recepcionar Lote RPS</font>||<font color=#008000><div style="text-align: center;">RecepcionarLoteRps</div></font>||<font color=#008000><div style="text-align: center;">28</div></font> |
| + | |- | ||
| + | |} | ||
| + | <br> | ||
| + | |||
| + | == <span style="color:#008000;">Padrão IPM</span> == | ||
| + | * Municípios no padrão IPM utilizam WSDL's diferentes para emissão de NFSe, logo cada prefeitura pode ou não implementar os serviços listados abaixo; | ||
| + | * No UniNFe e DLL, tem 3 versões de SCHEMA disponíveis. | ||
| + | <div style="background-color:#e3a8a8; border-left:4px solid red; padding:6px;"> | ||
| + | Observação: <b>Versão 1.00</b>: Municípios dessa versão utilizam uma única URL para os envios; Para enviar em homologação, é necessário acrescentar a tag <nfse_teste>1</nfse_teste> antes de <nf> para testes e retirar essa tag para enviar em produção. | ||
| + | </div> | ||
| + | <div style="background-color:#e3a8a8; border-left:4px solid red; padding:6px;"> | ||
| + | Observação: <b>Versão 1.20</b>: Municípios dessa versão utilizam uma URL própria de produção e homologação; Municípios que não possuem ambiente de homologação, é necessário acrescentar a tag <nfse_teste>1</nfse_teste> antes de <nf> para testes e retirar essa tag para enviar em produção. | ||
| + | </div> | ||
| + | <br> | ||
| + | === <span style="color=#008000;">Para uso no UniNFe</span> === | ||
| + | {| class="wikitable" style="width:80%; border:1px solid #ccc; border-collapse:collapse; font-size:95%;" | ||
| + | !scope="row"|'''Descrição do serviço'''||<div style="text-align: center;">'''[https://www.unimake.com.br/uninfe/modelos.php?p=NFSe%2FIPM%2F1.00 Exemplos versão 1.00]'''</div>||<div style="text-align: center;">'''[https://www.unimake.com.br/uninfe/modelos.php?p=NFSe%2FIPM%2F1.20 Exemplos versão 1.20]'''</div>||<div style="text-align: center;">'''[https://www.unimake.com.br/uninfe/modelos.php?p=NFSe%2FIPM%2F2.04 Exemplos versão 2.04]'''</div> | ||
|- | |- | ||
| − | ||Consulta | + | ||Consulta da NFSe||<div style="text-align: center;">ConsultarNfseEnvio-ped-cnfse.xml</div>||<div style="text-align: center;">ConsultarNfseEnvio-ped-cnfse.xml</div>||<div style="text-align: center;">-</div> |
| + | |- | ||
| + | ||<font color=#008000>Consulta NFSe de serviços prestados</font>||<font color=#008000><div style="text-align: center;">-</div></font>||<font color=#008000><div style="text-align: center;">-</div></font>||<font color=#008000><div style="text-align: center;">ConsultarNfseServicoPrestadoEnvio-ped-sitnfse.xml</div></font> | ||
| + | |- | ||
| + | ||Consulta NFSe por Faixa||<div style="text-align: center;">-</div>||<div style="text-align: center;">-</div>||<div style="text-align: center;">ConsultarNfseFaixaEnvio-ped-sitnfse.xml</div> | ||
| + | |- | ||
| + | ||<font color=#008000>Consulta NFSe por Rps</font>||<font color=#008000><div style="text-align: center;">ConsultarNfsePorRpsEnvio-ped-cnprnfse.xml</div></font>||<font color=#008000><div style="text-align: center;">-</div></font>||<font color=#008000><div style="text-align: center;">ConsultarNfsePorRpsEnvio-ped-cnprnfse.xml</div></font> | ||
|- | |- | ||
| − | ||< | + | ||Consulta NFSe por RPS||<div style="text-align: center;">-</div>||<div style="text-align: center;">-</div>||<div style="text-align: center;">ConsultarLoteRpsEnvio-ped-loterps.xml</div> |
|- | |- | ||
| − | || | + | ||<font color=#008000>Envio de lote RPS - Sincrono</font>||<font color=#008000><div style="text-align: center;">GerarNfseEnvio-env-loterps.xml</div></font>||<font color=#008000><div style="text-align: center;">GerarNfseEnvio-env-loterps.xml</div></font>||<font color=#008000><div style="text-align: center;">GerarNfseEnvio-env-loterps.xml</div></font> |
|- | |- | ||
| − | ||< | + | ||Evento de cancelamento da NFSe||<div style="text-align: center;">CancelarNfseEnvio-ped-cannfse.xml</div>||<div style="text-align: center;">CancelarNfseEnvio-ped-cannfse.xml</div>||<div style="text-align: center;">CancelarNfseEnvio-ped-cannfse.xml</div> |
|- | |- | ||
| − | ||Recepcionar Lote RPS||<div style="text-align: center;"> | + | ||<font color=#008000>Recepcionar Lote RPS</font>||<font color=#008000><div style="text-align: center;">-</div></font>||<font color=#008000><div style="text-align: center;">-</div></font>||<font color=#008000><div style="text-align: center;">RecepcionarLoteRpsEnvio-env-loterps.xml</div></font> |
|- | |- | ||
| − | || | + | ||Recepcionar Lote RPS Sincrono||<div style="text-align: center;">-</div>||<div style="text-align: center;">-</div>||<div style="text-align: center;">RecepcionarLoteRpsSincronoEnvio-env-loterps.xml</div> |
|- | |- | ||
| − | ||Substituir nota fiscal de Serviço||<div style="text-align: center;"> | + | ||<font color=#008000>Substituir nota fiscal de Serviço</font>||<font color=#008000><div style="text-align: center;">-</div></font>||<font color=#008000><div style="text-align: center;">-</div></font>||<font color=#008000><div style="text-align: center;">SubstituirNfseEnvio-ped-substnfse.xml</div></font> |
|- | |- | ||
|} | |} | ||
<br> | <br> | ||
| − | ==== <font color="#008000">Exemplo de uso na DLL em C#:</font> ==== | + | === <span style="color=#008000;">Para uso na DLL</span> === |
| − | <font color="#008000">Uso para todas versões</font> | + | {| class="wikitable" style="width:80%; border:1px solid #ccc; border-collapse:collapse; font-size:95%;" |
| + | ! '''Descrição do serviço''' ||<div style="text-align: center;">'''[https://www.unimake.com.br/uninfe/modelos.php?p=nfse%2FIPM%2F1.00 Exemplos versão 1.00]'''</div> ||<div style="text-align: center;">'''[https://www.unimake.com.br/uninfe/modelos.php?p=nfse%2FIPM%2F1.20 Exemplos versão 1.20]'''</div> ||<div style="text-align: center;">'''[https://www.unimake.com.br/uninfe/modelos.php?p=nfse%2FIPM%2F2.04 Exemplos versão 2.04]'''</div> ||<div style="text-align: center;">'''[https://www.unimake.com.br/uninfe/docdll/api/Unimake.Business.DFe.Servicos.Servico.html Enum do serviço]'''</div> | ||
| + | |- | ||
| + | ||Consulta da NFSe||<div style="text-align: center;">ConsultarNfse</div>||<div style="text-align: center;">ConsultarNfse</div>||<div style="text-align: center;">-</div>||<div style="text-align: center;">32</div> | ||
| + | |- | ||
| + | ||<font color=#008000>Consulta NFSe de serviços prestados</font>||<div style="text-align: center;">-</div>||<div style="text-align: center;">-</div>||<font color=#008000><div style="text-align: center;">ConsultarNfseServicoPrestado</div></font>||<font color=#008000><div style="text-align: center;">33</div></font> | ||
| + | |- | ||
| + | ||Consulta NFSe por Faixa||<div style="text-align: center;">-</div>||<div style="text-align: center;">-</div>||<div style="text-align: center;">ConsultarNfseFaixa</div>||<div style="text-align: center;">35</div> | ||
| + | |- | ||
| + | ||<font color=#008000>Consulta NFSe por Rps</font>||<font color=#008000><div style="text-align: center;">ConsultarNfsePorRps</div></font>||<div style="text-align: center;">-</div>||<font color=#008000><div style="text-align: center;">ConsultarNfsePorRps</div></font>||<font color=#008000><div style="text-align: center;">36</div></font> | ||
| + | |- | ||
| + | ||Consulta NFSe por RPS||<div style="text-align: center;">-</div>||<div style="text-align: center;">-</div>||<div style="text-align: center;">ConsultarLoteRps</div>||<div style="text-align: center;">31</div> | ||
| + | |- | ||
| + | ||<font color=#008000>Envio de lote RPS - Sincrono</font>||<font color=#008000><div style="text-align: center;">GerarNfse</div></font>||<font color=#008000><div style="text-align: center;">GerarNfse</div></font>||<font color=#008000><div style="text-align: center;">GerarNfse</div></font>||<font color=#008000><div style="text-align: center;">27</div></font> | ||
| + | |- | ||
| + | ||Evento de cancelamento da NFSe||<div style="text-align: center;">CancelarNfse</div>||<div style="text-align: center;">CancelarNfse</div>||<div style="text-align: center;">CancelarNfse</div>||<div style="text-align: center;">24</div> | ||
| + | |- | ||
| + | ||<font color=#008000>Recepcionar Lote RPS</font>||<div style="text-align: center;">-</div>||<div style="text-align: center;">-</div>||<font color=#008000><div style="text-align: center;">RecepcionarLoteRps</div></font>||<font color=#008000><div style="text-align: center;">28</div></font> | ||
| + | |- | ||
| + | ||Recepcionar Lote RPS Sincrono||<div style="text-align: center;">-</div>||<div style="text-align: center;">-</div>||<div style="text-align: center;">RecepcionarLoteRpsSincrono</div>||<div style="text-align: center;">29</div> | ||
| + | |- | ||
| + | ||<font color=#008000>Substituir nota fiscal de Serviço</font>||<div style="text-align: center;">-</div>||<div style="text-align: center;">-</div>||<font color=#008000><div style="text-align: center;">SubstituirNfse</div></font>||<font color=#008000><div style="text-align: center;">30</div></font> | ||
| + | |- | ||
| + | |} | ||
| + | <br> | ||
| + | ==== <font color="#008000">Exemplo de uso na DLL em C#:</font> ==== | ||
| + | <font color="#008000">Uso para todas versões</font> | ||
<pre style="width: 80%;background-color:#c5e6c5;"> | <pre style="width: 80%;background-color:#c5e6c5;"> | ||
var configuracao = new Configuracao | var configuracao = new Configuracao | ||
| Linha 2 295: | Linha 2 390: | ||
CodigoMunicipio = codigo_ibge_do_municipio, | CodigoMunicipio = codigo_ibge_do_municipio, | ||
Servico = Servico.NFSeGerarNfse, | Servico = Servico.NFSeGerarNfse, | ||
| − | SchemaVersao = " | + | SchemaVersao = "X.XX", |
| − | + | MunicipioUsuario = "12345678901234", | |
| + | MunicipioSenha = "123456", | ||
}; | }; | ||
| Linha 2 306: | Linha 2 402: | ||
<br> | <br> | ||
| − | == <span style="color:#008000;">Padrão | + | == <span style="color:#008000;">Padrão ISSNET</span> == |
| − | * Municípios no padrão | + | * Municípios no padrão ISSNET utilizam WSDL's diferentes para emissão de NFSe, logo cada prefeitura pode ou não implementar os serviços listados abaixo; |
* No UniNFe e DLL, tem uma versão de SCHEMA disponível. | * No UniNFe e DLL, tem uma versão de SCHEMA disponível. | ||
<br> | <br> | ||
=== <span style="color=#008000;">Para uso no UniNFe</span> === | === <span style="color=#008000;">Para uso no UniNFe</span> === | ||
{| class="wikitable" style="width:80%; border:1px solid #ccc; border-collapse:collapse; font-size:95%;" | {| class="wikitable" style="width:80%; border:1px solid #ccc; border-collapse:collapse; font-size:95%;" | ||
| − | !scope="row"|'''Descrição do serviço'''||<div style="text-align: center;">'''[https://www.unimake.com.br/uninfe/modelos.php?p=NFSe% | + | !scope="row"|'''Descrição do serviço'''||<div style="text-align: center;">'''[https://www.unimake.com.br/uninfe/modelos.php?p=NFSe%2FISSNET%2F2.04 Exemplos versão 2.04]'''</div> |
|- | |- | ||
||Cancelar nota fiscal de serviço||<div style="text-align: center;">CancelarNfseEnvio-ped-cannfse.xml</div> | ||Cancelar nota fiscal de serviço||<div style="text-align: center;">CancelarNfseEnvio-ped-cannfse.xml</div> | ||
|- | |- | ||
| − | ||<font color=#008000>Consulta lote</font>||<font color=#008000><div style="text-align: center;"> | + | ||<font color=#008000>Consulta lote RPS</font>||<font color=#008000><div style="text-align: center;">ConsultarLoteRpsEnvio-ped-loterps.xml</div></font> |
|- | |- | ||
| − | || | + | ||Consulta NFSe de serviços prestados||<div style="text-align: center;">ConsultarNfseServicoPrestadoEnvio-ped-sitnfse.xml</div> |
|- | |- | ||
| − | ||<font color=#008000> | + | ||<font color=#008000>Consulta NFSe de serviços tomados</font>||<font color=#008000><div style="text-align: center;">ConsultarNfseServicoTomadoEnvio-ped-sitnfsetom.xml</div></font> |
|- | |- | ||
| − | | | + | ||Consulta NFSe por Faixa||<div style="text-align: center;">ConsultarNfseFaixaEnvio-ped-sitnfse.xml</div> |
| − | |||
| − | |||
| − | |||
| − | |||
|- | |- | ||
| − | + | ||<font color=#008000>Consulta NFSe por RPS</font>||<font color=#008000><div style="text-align: center;">ConsultarNfsePorRpsEnvio-ped-cnprnfse.xml</div></font> | |
|- | |- | ||
| − | || | + | ||Consulta os dados cadastrais||<div style="text-align: center;">ConsultarDadosCadastraisEnvio-ped-cdc.xml</div> |
|- | |- | ||
| − | + | ||<font color=#008000>Consulta os dados cadastrais</font>||<font color=#008000><div style="text-align: center;">ConsultarRpsDisponivelEnvio-ped-crd.xml</div></font> | |
|- | |- | ||
| − | || | + | ||Consulta os dados cadastrais||<div style="text-align: center;">ConsultarUrlNfseEnvio-ped-cunfse.xml</div> |
|- | |- | ||
| − | | | + | ||<font color=#008000>Gerar Nota Fiscal de Serviço</font>||<font color=#008000><div style="text-align: center;">GerarNfseEnvio-env-loterps.xml</div></font> |
| − | < | ||
| − | |||
| − | = | ||
| − | |||
| − | |||
| − | < | ||
| − | |||
| − | |||
| − | |||
|- | |- | ||
| − | || | + | ||Recepcionar Lote RPS||<div style="text-align: center;">RecepcionarLoteRpsEnvio-env-loterps.xml</div> |
|- | |- | ||
| − | ||<font color=#008000> | + | ||<font color=#008000>Recepcionar Lote RPS Sincrono</font>||<font color=#008000><div style="text-align: center;">RecepcionarLoteRpsSincronoEnvio-env-loterps.xml</div></font> |
|- | |- | ||
| − | || | + | ||Substituir nota fiscal de Serviço||<div style="text-align: center;">SubstituirNfseEnvio-ped-substnfse.xml</div> |
|- | |- | ||
|} | |} | ||
| Linha 2 357: | Linha 2 440: | ||
=== <span style="color=#008000;">Para uso na DLL</span> === | === <span style="color=#008000;">Para uso na DLL</span> === | ||
{| class="wikitable" style="width:80%; border:1px solid #ccc; border-collapse:collapse; font-size:95%;" | {| class="wikitable" style="width:80%; border:1px solid #ccc; border-collapse:collapse; font-size:95%;" | ||
| − | ! '''Descrição do serviço''' ||<div style="text-align: center;">'''[https://www.unimake.com.br/uninfe/modelos.php?p=nfse% | + | ! '''Descrição do serviço''' ||<div style="text-align: center;">'''[https://www.unimake.com.br/uninfe/modelos.php?p=nfse%2FISSNET%2F2.04 Exemplos versão 2.04]'''</div> ||<div style="text-align: center;">'''[https://www.unimake.com.br/uninfe/docdll/api/Unimake.Business.DFe.Servicos.Servico.html Enum do serviço]'''</div> |
|- | |- | ||
||Cancelar nota fiscal de serviço||<div style="text-align: center;">CancelarNfse</div>||<div style="text-align: center;">24</div> | ||Cancelar nota fiscal de serviço||<div style="text-align: center;">CancelarNfse</div>||<div style="text-align: center;">24</div> | ||
| + | |- | ||
| + | ||<font color=#008000>Consulta lote RPS</font>||<font color=#008000><div style="text-align: center;">ConsultarLoteRps</div></font>||<font color=#008000><div style="text-align: center;">31</div></font> | ||
| + | |- | ||
| + | ||Consulta NFSe de serviços prestados||<div style="text-align: center;">ConsultarNfseServicoPrestado</div>||<div style="text-align: center;">33</div> | ||
| + | |- | ||
| + | ||<font color=#008000>Consulta NFSe de serviços tomados</font>||<font color=#008000><div style="text-align: center;">ConsultarNfseServicoTomado</div></font>||<font color=#008000><div style="text-align: center;">34</div></font> | ||
| + | |- | ||
| + | ||Consulta NFSe por Faixa||<div style="text-align: center;">ConsultarNfseFaixa</div>||<div style="text-align: center;">35</div> | ||
|- | |- | ||
||<font color=#008000>Consulta NFSe por RPS</font>||<font color=#008000><div style="text-align: center;">ConsultarNfsePorRps</div></font>||<font color=#008000><div style="text-align: center;">36</div></font> | ||<font color=#008000>Consulta NFSe por RPS</font>||<font color=#008000><div style="text-align: center;">ConsultarNfsePorRps</div></font>||<font color=#008000><div style="text-align: center;">36</div></font> | ||
|- | |- | ||
| − | || | + | ||Consulta os dados cadastrais||<div style="text-align: center;">ConsultarDadosCadastrais</div>||<div style="text-align: center;">59</div> |
|- | |- | ||
| − | |} | + | ||<font color=#008000>Consulta os dados cadastrais</font>||<font color=#008000><div style="text-align: center;">ConsultarRpsDisponivel</div></font>||<font color=#008000><div style="text-align: center;">60</div></font> |
| + | |- | ||
| + | ||Consulta os dados cadastrais||<div style="text-align: center;">ConsultarUrlNfse</div>||<div style="text-align: center;">58</div> | ||
| + | |- | ||
| + | ||<font color=#008000>Gerar Nota Fiscal de Serviço</font>||<font color=#008000><div style="text-align: center;">GerarNfse</div></font>||<font color=#008000><div style="text-align: center;">27</div></font> | ||
| + | |- | ||
| + | ||Recepcionar Lote RPS||<div style="text-align: center;">RecepcionarLoteRps</div>||<div style="text-align: center;">28</div> | ||
| + | |- | ||
| + | ||<font color=#008000>Recepcionar Lote RPS Sincrono</font>||<font color=#008000><div style="text-align: center;">RecepcionarLoteRpsSincrono</div></font>||<font color=#008000><div style="text-align: center;">29</div></font> | ||
| + | |- | ||
| + | ||Substituir nota fiscal de Serviço||<div style="text-align: center;">SubstituirNfse</div>||<div style="text-align: center;">30</div> | ||
| + | |- | ||
| + | |} | ||
<br> | <br> | ||
| + | ==== <font color="#008000">Exemplo de uso na DLL em C#:</font> ==== | ||
| + | <font color="#008000">Uso para todas versões</font> | ||
| + | <pre style="width: 80%;background-color:#c5e6c5;"> | ||
| + | var configuracao = new Configuracao | ||
| + | { | ||
| + | TipoDFe = TipoDFe.NFSe, | ||
| + | CertificadoDigital = CertificadoSelecionado, | ||
| + | TipoAmbiente = TipoAmbiente.Producao, | ||
| + | CodigoMunicipio = codigo_ibge_do_municipio, | ||
| + | Servico = Servico.NFSeGerarNfse, | ||
| + | SchemaVersao = "2.04", | ||
| + | |||
| + | }; | ||
| − | == <span style="color:#008000;">Padrão | + | var servico = new GerarNfse(conteudoXML, configuracao); |
| − | * Municípios no padrão | + | servico.Executar(); |
| + | |||
| + | var retornoPrefeitura = servico.RetornoWSString; | ||
| + | </pre> | ||
| + | <br> | ||
| + | |||
| + | == <span style="color:#008000;">Padrão ISSONLINE_ASSESSORPUBLICO</span> == | ||
| + | * Municípios no padrão ISSONLINE_ASSESSORPUBLICO utilizam WSDL's diferentes para emissão de NFSe, logo cada prefeitura pode ou não implementar os serviços listados abaixo; | ||
* No UniNFe e DLL, tem uma versão de SCHEMA disponível. | * No UniNFe e DLL, tem uma versão de SCHEMA disponível. | ||
<br> | <br> | ||
=== <span style="color=#008000;">Para uso no UniNFe</span> === | === <span style="color=#008000;">Para uso no UniNFe</span> === | ||
{| class="wikitable" style="width:80%; border:1px solid #ccc; border-collapse:collapse; font-size:95%;" | {| class="wikitable" style="width:80%; border:1px solid #ccc; border-collapse:collapse; font-size:95%;" | ||
| − | !scope="row"|'''Descrição do serviço'''||<div style="text-align: center;">'''[https://www.unimake.com.br/uninfe/modelos.php?p=NFSe% | + | !scope="row"|'''Descrição do serviço'''||<div style="text-align: center;">'''[https://www.unimake.com.br/uninfe/modelos.php?p=NFSe%2FISSONLINE_ASSESSORPUBLICO%2F1.00 Exemplos versão 1.00]'''</div> |
|- | |- | ||
||Cancelar nota fiscal de serviço||<div style="text-align: center;">CancelarNfseEnvio-ped-cannfse.xml</div> | ||Cancelar nota fiscal de serviço||<div style="text-align: center;">CancelarNfseEnvio-ped-cannfse.xml</div> | ||
|- | |- | ||
| − | ||<font color=#008000>Consulta lote | + | ||<font color=#008000>Consulta lote</font>||<font color=#008000><div style="text-align: center;">ConsultaLoteEnvio-ped-cl.xml</div></font> |
|- | |- | ||
| − | || | + | ||Consultar Nfse||<div style="text-align: center;">ConsultarNfseEnvio-ped-cnfse.xml</div> |
|- | |- | ||
| − | ||<font color=#008000> | + | ||<font color=#008000>Recepcionar Lote RPS</font>||<font color=#008000><div style="text-align: center;">RecepcionarLoteRpsEnvio-env-loterps.xml</div></font> |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
|- | |- | ||
|} | |} | ||
| Linha 2 396: | Linha 2 511: | ||
=== <span style="color=#008000;">Para uso na DLL</span> === | === <span style="color=#008000;">Para uso na DLL</span> === | ||
{| class="wikitable" style="width:80%; border:1px solid #ccc; border-collapse:collapse; font-size:95%;" | {| class="wikitable" style="width:80%; border:1px solid #ccc; border-collapse:collapse; font-size:95%;" | ||
| − | ! '''Descrição do serviço''' ||<div style="text-align: center;">'''[https://www.unimake.com.br/uninfe/modelos.php?p=nfse% | + | ! '''Descrição do serviço''' ||<div style="text-align: center;">'''[https://www.unimake.com.br/uninfe/modelos.php?p=nfse%2FISSONLINE_ASSESSORPUBLICO%2F1.00 Exemplos versão 1.00]'''</div> ||<div style="text-align: center;">'''[https://www.unimake.com.br/uninfe/docdll/api/Unimake.Business.DFe.Servicos.Servico.html Enum do serviço]'''</div> |
|- | |- | ||
||Cancelar nota fiscal de serviço||<div style="text-align: center;">CancelarNfse</div>||<div style="text-align: center;">24</div> | ||Cancelar nota fiscal de serviço||<div style="text-align: center;">CancelarNfse</div>||<div style="text-align: center;">24</div> | ||
|- | |- | ||
| − | ||<font color=#008000>Consulta lote | + | ||<font color=#008000>Consulta lote</font>||<font color=#008000><div style="text-align: center;">ConsultaLote</div></font>||<font color=#008000><div style="text-align: center;">48</div></font> |
|- | |- | ||
| − | || | + | ||Consultar Nfse||<div style="text-align: center;">ConsultarNfse</div>||<div style="text-align: center;">32</div> |
|- | |- | ||
| − | ||<font color=#008000> | + | ||<font color=#008000>Recepcionar Lote RPS</font>||<font color=#008000><div style="text-align: center;">RecepcionarLoteRps</div></font>||<font color=#008000><div style="text-align: center;">28</div></font> |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
|- | |- | ||
|} | |} | ||
<br> | <br> | ||
| − | == <span style="color:#008000;">Padrão | + | == <span style="color:#008000;">Padrão JLSOFT</span> == |
| − | * | + | * Municípios no padrão JLSOFT utilizam WSDL's diferentes para emissão de NFSe, logo cada prefeitura pode ou não implementar os serviços listados abaixo; |
* No UniNFe e DLL, tem uma versão de SCHEMA disponível. | * No UniNFe e DLL, tem uma versão de SCHEMA disponível. | ||
<br> | <br> | ||
=== <span style="color=#008000;">Para uso no UniNFe</span> === | === <span style="color=#008000;">Para uso no UniNFe</span> === | ||
{| class="wikitable" style="width:80%; border:1px solid #ccc; border-collapse:collapse; font-size:95%;" | {| class="wikitable" style="width:80%; border:1px solid #ccc; border-collapse:collapse; font-size:95%;" | ||
| − | !scope="row"|'''Descrição do serviço'''||<div style="text-align: center;">'''[https://www.unimake.com.br/uninfe/modelos.php?p=NFSe% | + | !scope="row"|'''Descrição do serviço'''||<div style="text-align: center;">'''[https://www.unimake.com.br/uninfe/modelos.php?p=NFSe%2FJLSOFT%2F2.01 Exemplos versão 2.01]'''</div> |
|- | |- | ||
| − | || | + | ||Cancelar nota fiscal de serviço||<div style="text-align: center;">CancelarNfseEnvio-ped-cannfse.xml</div> |
|- | |- | ||
||<font color=#008000>Consulta NFSe por RPS</font>||<font color=#008000><div style="text-align: center;">ConsultarNfsePorRpsEnvio-ped-cnprnfse.xml</div></font> | ||<font color=#008000>Consulta NFSe por RPS</font>||<font color=#008000><div style="text-align: center;">ConsultarNfsePorRpsEnvio-ped-cnprnfse.xml</div></font> | ||
|- | |- | ||
| − | + | ||Recepcionar Lote RPS Sincrono||<div style="text-align: center;">RecepcionarLoteRpsSincronoEnvio-env-loterps.xml</div> | |
| − | |||
| − | |||
| − | |||
| − | ||Recepcionar Lote RPS||<div style="text-align: center;"> | ||
|- | |- | ||
|} | |} | ||
| Linha 2 439: | Linha 2 542: | ||
=== <span style="color=#008000;">Para uso na DLL</span> === | === <span style="color=#008000;">Para uso na DLL</span> === | ||
{| class="wikitable" style="width:80%; border:1px solid #ccc; border-collapse:collapse; font-size:95%;" | {| class="wikitable" style="width:80%; border:1px solid #ccc; border-collapse:collapse; font-size:95%;" | ||
| − | ! '''Descrição do serviço''' ||<div style="text-align: center;">'''[https://www.unimake.com.br/uninfe/modelos.php?p=nfse% | + | ! '''Descrição do serviço''' ||<div style="text-align: center;">'''[https://www.unimake.com.br/uninfe/modelos.php?p=nfse%2FJLSOFT%2F2.01 Exemplos versão 2.01]'''</div> ||<div style="text-align: center;">'''[https://www.unimake.com.br/uninfe/docdll/api/Unimake.Business.DFe.Servicos.Servico.html Enum do serviço]'''</div> |
|- | |- | ||
| − | || | + | ||Cancelar nota fiscal de serviço||<div style="text-align: center;">CancelarNfse</div>||<div style="text-align: center;">24</div> |
|- | |- | ||
||<font color=#008000>Consulta NFSe por RPS</font>||<font color=#008000><div style="text-align: center;">ConsultarNfsePorRps</div></font>||<font color=#008000><div style="text-align: center;">36</div></font> | ||<font color=#008000>Consulta NFSe por RPS</font>||<font color=#008000><div style="text-align: center;">ConsultarNfsePorRps</div></font>||<font color=#008000><div style="text-align: center;">36</div></font> | ||
|- | |- | ||
| − | + | ||Recepcionar Lote RPS Sincrono||<div style="text-align: center;">RecepcionarLoteRpsSincrono</div>||<div style="text-align: center;">29</div> | |
| − | |||
| − | |||
| − | |||
| − | ||Recepcionar Lote RPS||<div style="text-align: center;"> | ||
|- | |- | ||
|} | |} | ||
<br> | <br> | ||
| − | == <span style="color:#008000;">Padrão | + | == <span style="color:#008000;">Padrão LIBRE</span> == |
| − | * Municípios no padrão | + | * Municípios no padrão LIBRE utilizam WSDL's diferentes para emissão de NFSe, logo cada prefeitura pode ou não implementar os serviços listados abaixo; |
* No UniNFe e DLL, tem uma versão de SCHEMA disponível. | * No UniNFe e DLL, tem uma versão de SCHEMA disponível. | ||
| − | |||
| − | |||
| − | |||
<br> | <br> | ||
=== <span style="color=#008000;">Para uso no UniNFe</span> === | === <span style="color=#008000;">Para uso no UniNFe</span> === | ||
{| class="wikitable" style="width:80%; border:1px solid #ccc; border-collapse:collapse; font-size:95%;" | {| class="wikitable" style="width:80%; border:1px solid #ccc; border-collapse:collapse; font-size:95%;" | ||
| − | !scope="row"|'''Descrição do serviço'''||<div style="text-align: center;">'''[https://www.unimake.com.br/uninfe/modelos.php?p=NFSe% | + | !scope="row"|'''Descrição do serviço'''||<div style="text-align: center;">'''[https://www.unimake.com.br/uninfe/modelos.php?p=NFSe%2FLIBRE%2F1.00 Exemplos versão 1.00]'''</div> |
| + | |- | ||
| + | ||Cancelar nota fiscal de serviço||<div style="text-align: center;">CancelarNfseEnvio-ped-cannfse.xml</div> | ||
| + | |- | ||
| + | ||<font color=#008000>Consulta lote RPS</font>||<font color=#008000><div style="text-align: center;">ConsultarLoteRpsEnvio-ped-loterps.xml</div></font> | ||
| + | |- | ||
| + | ||Consulta NFSe de serviços prestados||<div style="text-align: center;">ConsultarNfseServicoPrestadoEnvio-ped-sitnfse.xml</div> | ||
| + | |- | ||
| + | ||<font color=#008000>Consulta NFSe de serviços Tomados</font>||<font color=#008000><div style="text-align: center;">ConsultarNfseServicoTomadoEnvio-ped-sitnfsetom.xml</div></font> | ||
| + | |- | ||
| + | ||Consulta NFSe por Faixa||<div style="text-align: center;">ConsultarNfseFaixaEnvio-ped-sitnfse.xml</div> | ||
| + | |- | ||
| + | ||<font color=#008000>Consulta NFSe por RPS</font>||<font color=#008000><div style="text-align: center;">ConsultarNfsePorRpsEnvio-ped-cnprnfse.xml</div></font> | ||
|- | |- | ||
| − | || | + | ||Recepcionar Lote RPS Sincrono||<div style="text-align: center;">RecepcionarLoteRpsEnvio-env-loterps.xml</div> |
|- | |- | ||
| − | ||<font color=#008000> | + | ||<font color=#008000>Substituir nota fiscal de Serviço</font>||<font color=#008000><div style="text-align: center;">SubstituirNfseEnvio-ped-substnfse.xml</div></font> |
|- | |- | ||
|} | |} | ||
| Linha 2 473: | Linha 2 581: | ||
=== <span style="color=#008000;">Para uso na DLL</span> === | === <span style="color=#008000;">Para uso na DLL</span> === | ||
{| class="wikitable" style="width:80%; border:1px solid #ccc; border-collapse:collapse; font-size:95%;" | {| class="wikitable" style="width:80%; border:1px solid #ccc; border-collapse:collapse; font-size:95%;" | ||
| − | ! '''Descrição do serviço''' ||<div style="text-align: center;">'''[https://www.unimake.com.br/uninfe/modelos.php?p=nfse% | + | ! '''Descrição do serviço''' ||<div style="text-align: center;">'''[https://www.unimake.com.br/uninfe/modelos.php?p=nfse%2FLIBRE%2F1.00 Exemplos versão 1.00]'''</div> ||<div style="text-align: center;">'''[https://www.unimake.com.br/uninfe/docdll/api/Unimake.Business.DFe.Servicos.Servico.html Enum do serviço]'''</div> |
| + | |- | ||
| + | ||Cancelar nota fiscal de serviço||<div style="text-align: center;">CancelarNfse</div>||<div style="text-align: center;">24</div> | ||
|- | |- | ||
| − | ||Consulta | + | ||<font color=#008000>Consulta lote RPS</font>||<font color=#008000><div style="text-align: center;">ConsultarLoteRps</div></font>||<font color=#008000><div style="text-align: center;">31</div></font> |
|- | |- | ||
| − | || | + | ||Consulta NFSe de serviços prestados||<div style="text-align: center;">ConsultarNfseServicoPrestado</div>||<div style="text-align: center;">33</div> |
|- | |- | ||
| − | |} | + | ||<font color=#008000>Consulta NFSe de serviços Tomados</font>||<font color=#008000><div style="text-align: center;">ConsultarNfseServicoTomado</div></font>||<font color=#008000><div style="text-align: center;">34</div></font> |
| − | <br> | + | |- |
| − | + | ||Consulta NFSe por Faixa||<div style="text-align: center;">ConsultarNfseFaixa</div>||<div style="text-align: center;">35</div> | |
| − | == <span style="color:#008000;">Padrão | + | |- |
| − | * | + | ||<font color=#008000>Consulta NFSe por RPS</font>||<font color=#008000><div style="text-align: center;">ConsultarNfsePorRps</div></font>||<font color=#008000><div style="text-align: center;">36</div></font> |
| + | |- | ||
| + | ||Recepcionar Lote RPS Sincrono||<div style="text-align: center;">RecepcionarLoteRps</div>||<div style="text-align: center;">28</div> | ||
| + | |- | ||
| + | ||<font color=#008000>Substituir nota fiscal de Serviço</font>||<font color=#008000><div style="text-align: center;">SubstituirNfse</div></font>||<font color=#008000><div style="text-align: center;">30</div></font> | ||
| + | |- | ||
| + | |} | ||
| + | <br> | ||
| + | |||
| + | == <span style="color:#008000;">Padrão MANAUS_AM</span> == | ||
| + | * Somente <b>Manaus - AM</b> utiliza esse padrão, pois foi feito especialmente para essa prefeitura; | ||
* No UniNFe e DLL, tem uma versão de SCHEMA disponível. | * No UniNFe e DLL, tem uma versão de SCHEMA disponível. | ||
<br> | <br> | ||
=== <span style="color=#008000;">Para uso no UniNFe</span> === | === <span style="color=#008000;">Para uso no UniNFe</span> === | ||
{| class="wikitable" style="width:80%; border:1px solid #ccc; border-collapse:collapse; font-size:95%;" | {| class="wikitable" style="width:80%; border:1px solid #ccc; border-collapse:collapse; font-size:95%;" | ||
| − | !scope="row"|'''Descrição do serviço'''||<div style="text-align: center;">'''[https://www.unimake.com.br/uninfe/modelos.php?p=NFSe% | + | !scope="row"|'''Descrição do serviço'''||<div style="text-align: center;">'''[https://www.unimake.com.br/uninfe/modelos.php?p=NFSe%2FMANAUS_AM%2F1.00 Exemplos versão 1.00]'''</div> |
|- | |- | ||
| − | || | + | ||Consulta lote RPS||<div style="text-align: center;">ConsultarLoteRpsEnvio-ped-loterps.xml</div> |
|- | |- | ||
| − | ||<font color=#008000>Consulta | + | ||<font color=#008000>Consulta NFSe por RPS</font>||<font color=#008000><div style="text-align: center;">ConsultarNfsePorRpsEnvio-ped-cnprnfse.xml</div></font> |
|- | |- | ||
| − | || | + | ||Consultar NFSe||<div style="text-align: center;">ConsultarNfseEnvio-ped-cnfse.xml</div> |
|- | |- | ||
| − | ||<font color=#008000> | + | ||<font color=#008000>Consultar Situação Lote Rps</font>||<font color=#008000><div style="text-align: center;">ConsultarSituacaoLoteRpsEnvio-ped-cslr.xml</div></font> |
|- | |- | ||
||Recepcionar Lote RPS||<div style="text-align: center;">RecepcionarLoteRpsEnvio-env-loterps.xml</div> | ||Recepcionar Lote RPS||<div style="text-align: center;">RecepcionarLoteRpsEnvio-env-loterps.xml</div> | ||
| Linha 2 504: | Linha 2 624: | ||
=== <span style="color=#008000;">Para uso na DLL</span> === | === <span style="color=#008000;">Para uso na DLL</span> === | ||
{| class="wikitable" style="width:80%; border:1px solid #ccc; border-collapse:collapse; font-size:95%;" | {| class="wikitable" style="width:80%; border:1px solid #ccc; border-collapse:collapse; font-size:95%;" | ||
| − | ! '''Descrição do serviço''' ||<div style="text-align: center;">'''[https://www.unimake.com.br/uninfe/modelos.php?p=nfse% | + | ! '''Descrição do serviço''' ||<div style="text-align: center;">'''[https://www.unimake.com.br/uninfe/modelos.php?p=nfse%2FMANAUS_AM%2F1.00 Exemplos versão 1.00]'''</div> ||<div style="text-align: center;">'''[https://www.unimake.com.br/uninfe/docdll/api/Unimake.Business.DFe.Servicos.Servico.html Enum do serviço]'''</div> |
|- | |- | ||
| − | || | + | ||Consulta lote RPS||<div style="text-align: center;">ConsultarLoteRps</div>||<div style="text-align: center;">31</div> |
|- | |- | ||
| − | ||<font color=#008000>Consulta | + | ||<font color=#008000>Consulta NFSe por RPS</font>||<font color=#008000><div style="text-align: center;">ConsultarNfsePorRps</div></font>||<font color=#008000><div style="text-align: center;">36</div></font> |
|- | |- | ||
| − | || | + | ||Consultar NFSe||<div style="text-align: center;">ConsultarNfse</div>||<div style="text-align: center;">32</div> |
|- | |- | ||
| − | ||<font color=#008000> | + | ||<font color=#008000>Consultar Situação Lote Rps</font>||<font color=#008000><div style="text-align: center;">ConsultarSituacaoLoteRps</div></font>||<font color=#008000><div style="text-align: center;">40</div></font> |
|- | |- | ||
||Recepcionar Lote RPS||<div style="text-align: center;">RecepcionarLoteRps</div>||<div style="text-align: center;">28</div> | ||Recepcionar Lote RPS||<div style="text-align: center;">RecepcionarLoteRps</div>||<div style="text-align: center;">28</div> | ||
| Linha 2 519: | Linha 2 639: | ||
<br> | <br> | ||
| − | == <span style="color:#008000;">Padrão | + | == <span style="color:#008000;">Padrão MEGASOFT</span> == |
| − | * Municípios no padrão | + | * Municípios no padrão MEGASOFT utilizam WSDL's diferentes para emissão de NFSe, logo cada prefeitura pode ou não implementar os serviços listados abaixo; |
* No UniNFe e DLL, tem uma versão de SCHEMA disponível. | * No UniNFe e DLL, tem uma versão de SCHEMA disponível. | ||
| + | <div style="background-color:#e3a8a8; border-left:4px solid red; padding:6px;"> | ||
| + | Observação: WSDL de homologação é o mesmo endereço de produção. Para colocar em homologação ou produção, tem que fazer contato para a prefeitura para que eles façam a mudança de um ambiente para outro. | ||
| + | </div> | ||
<br> | <br> | ||
=== <span style="color=#008000;">Para uso no UniNFe</span> === | === <span style="color=#008000;">Para uso no UniNFe</span> === | ||
{| class="wikitable" style="width:80%; border:1px solid #ccc; border-collapse:collapse; font-size:95%;" | {| class="wikitable" style="width:80%; border:1px solid #ccc; border-collapse:collapse; font-size:95%;" | ||
| − | !scope="row"|'''Descrição do serviço'''||<div style="text-align: center;">'''[https://www.unimake.com.br/uninfe/modelos.php?p=NFSe%2FMETROPOLIS%2F1.00 Exemplos versão 1.00]'''</div> | + | !scope="row"|'''Descrição do serviço'''||<div style="text-align: center;">'''[https://www.unimake.com.br/uninfe/modelos.php?p=NFSe%2FMEGASOFT%2F2.02 Exemplos versão 2.02]'''</div> |
| + | |- | ||
| + | ||Consulta NFSe por RPS||<div style="text-align: center;">ConsultarNfsePorRpsEnvio-ped-cnprnfse.xml</div> | ||
| + | |- | ||
| + | ||<font color=#008000>Gerar Nota Fiscal de Serviço</font>||<font color=#008000><div style="text-align: center;">GerarNfseEnvio-env-loterps.xml</div></font> | ||
| + | |- | ||
| + | |} | ||
| + | <br> | ||
| + | === <span style="color=#008000;">Para uso na DLL</span> === | ||
| + | {| class="wikitable" style="width:80%; border:1px solid #ccc; border-collapse:collapse; font-size:95%;" | ||
| + | ! '''Descrição do serviço''' ||<div style="text-align: center;">'''[https://www.unimake.com.br/uninfe/modelos.php?p=nfse%2FMEGASOFT%2F2.02 Exemplos versão 2.02]'''</div> ||<div style="text-align: center;">'''[https://www.unimake.com.br/uninfe/docdll/api/Unimake.Business.DFe.Servicos.Servico.html Enum do serviço]'''</div> | ||
| + | |- | ||
| + | ||Consulta NFSe por RPS||<div style="text-align: center;">ConsultarNfsePorRps</div>||<div style="text-align: center;">36</div> | ||
| + | |- | ||
| + | ||<font color=#008000>Gerar Nota Fiscal de Serviço</font>||<font color=#008000><div style="text-align: center;">GerarNfse</div></font>||<font color=#008000><div style="text-align: center;">27</div></font> | ||
| + | |- | ||
| + | |} | ||
| + | <br> | ||
| + | |||
| + | == <span style="color:#008000;">Padrão MEMORY</span> == | ||
| + | * Municípios no padrão MEMORY utilizam o mesmo WSDL para emissão de NFSe; | ||
| + | * No UniNFe e DLL, tem uma versão de SCHEMA disponível. | ||
| + | <br> | ||
| + | === <span style="color=#008000;">Para uso no UniNFe</span> === | ||
| + | {| class="wikitable" style="width:80%; border:1px solid #ccc; border-collapse:collapse; font-size:95%;" | ||
| + | !scope="row"|'''Descrição do serviço'''||<div style="text-align: center;">'''[https://www.unimake.com.br/uninfe/modelos.php?p=NFSe%2FMEMORY%2F1.00 Exemplos versão 1.00]'''</div> | ||
| + | |- | ||
| + | ||Cancelar nota fiscal de serviço||<div style="text-align: center;">CancelarNfseEnvio-ped-cannfse.xml</div> | ||
| + | |- | ||
| + | ||<font color=#008000>Consulta nota fiscal de serviço do prestador</font>||<font color=#008000><div style="text-align: center;">ConsultarNfseEnvio-ped-cnfse.xml</div></font> | ||
| + | |- | ||
| + | ||Consulta nota fiscal de serviço por RPS||<div style="text-align: center;">ConsultarNfsePorRpsEnvio-ped-cnprnfse.xml</div> | ||
| + | |- | ||
| + | ||<font color=#008000>Consulta o Lote RPS enviado</font>||<font color=#008000><div style="text-align: center;">ConsultarLoteRpsEnvio-ped-loterps.xml</div></font> | ||
| + | |- | ||
| + | ||Recepcionar Lote RPS||<div style="text-align: center;">RecepcionarLoteRpsEnvio-env-loterps.xml</div> | ||
| + | |- | ||
| + | |} | ||
| + | <br> | ||
| + | === <span style="color=#008000;">Para uso na DLL</span> === | ||
| + | {| class="wikitable" style="width:80%; border:1px solid #ccc; border-collapse:collapse; font-size:95%;" | ||
| + | ! '''Descrição do serviço''' ||<div style="text-align: center;">'''[https://www.unimake.com.br/uninfe/modelos.php?p=nfse%2FMEMORY%2F1.00 Exemplos versão 1.00]'''</div> ||<div style="text-align: center;">'''[https://www.unimake.com.br/uninfe/docdll/api/Unimake.Business.DFe.Servicos.Servico.html Enum do serviço]'''</div> | ||
| + | |- | ||
| + | ||Cancelar nota fiscal de serviço||<div style="text-align: center;">CancelarNfse</div>||<div style="text-align: center;">24</div> | ||
| + | |- | ||
| + | ||<font color=#008000>Consulta nota fiscal de serviço do prestador</font>||<font color=#008000><div style="text-align: center;">ConsultarNfse</div></font>||<font color=#008000><div style="text-align: center;">32</div></font> | ||
| + | |- | ||
| + | ||Consulta nota fiscal de serviço por RPS||<div style="text-align: center;">ConsultarNfsePorRps</div>||<div style="text-align: center;">36</div> | ||
| + | |- | ||
| + | ||<font color=#008000>Consulta o Lote RPS enviado</font>||<font color=#008000><div style="text-align: center;">ConsultarLoteRps</div></font>||<font color=#008000><div style="text-align: center;">31</div></font> | ||
| + | |- | ||
| + | ||Recepcionar Lote RPS||<div style="text-align: center;">RecepcionarLoteRps</div>||<div style="text-align: center;">28</div> | ||
| + | |- | ||
| + | |} | ||
| + | <br> | ||
| + | ==== <font color="#008000">Exemplo de uso na DLL em C#:</font> ==== | ||
| + | <font color="#008000">Uso para todas versões</font> | ||
| + | <pre style="width: 80%;background-color:#c5e6c5;"> | ||
| + | var configuracao = new Configuracao | ||
| + | { | ||
| + | TipoDFe = TipoDFe.NFSe, | ||
| + | CertificadoDigital = CertificadoSelecionado, | ||
| + | TipoAmbiente = TipoAmbiente.Producao, | ||
| + | CodigoMunicipio = 9999901, | ||
| + | Servico = Servico.NFSeRecepcionarLoteRps, | ||
| + | SchemaVersao = "1.00", | ||
| + | |||
| + | }; | ||
| + | |||
| + | var servico = new RecepcionarLoteRps(conteudoXML, configuracao); | ||
| + | servico.Executar(); | ||
| + | |||
| + | var retornoPrefeitura = servico.RetornoWSString; | ||
| + | </pre> | ||
| + | <br> | ||
| + | |||
| + | == <span style="color:#008000;">Padrão METROPOLIS</span> == | ||
| + | * Municípios no padrão METROPOLIS utilizam WSDL's diferentes para emissão de NFSe, logo cada prefeitura pode ou não implementar os serviços listados abaixo; | ||
| + | * No UniNFe e DLL, tem uma versão de SCHEMA disponível. | ||
| + | <br> | ||
| + | === <span style="color=#008000;">Para uso no UniNFe</span> === | ||
| + | {| class="wikitable" style="width:80%; border:1px solid #ccc; border-collapse:collapse; font-size:95%;" | ||
| + | !scope="row"|'''Descrição do serviço'''||<div style="text-align: center;">'''[https://www.unimake.com.br/uninfe/modelos.php?p=NFSe%2FMETROPOLIS%2F1.00 Exemplos versão 1.00]'''</div> | ||
| + | |- | ||
| + | ||||<div style="text-align: center;">ConsultarNfseEnvio-ped-cnfse.xml</div> | ||
| + | |- | ||
| + | ||<font color=#008000>Cancelar nota fiscal de serviço</font>||<font color=#008000><div style="text-align: center;">CancelarNfseEnvio-ped-cannfse.xml</div></font> | ||
| + | |- | ||
| + | ||Consulta lote RPS||<div style="text-align: center;">ConsultarLoteRpsEnvio-ped-loterps.xml</div> | ||
| + | |- | ||
| + | ||<font color=#008000>Consulta NFSe por RPS</font>||<font color=#008000><div style="text-align: center;">ConsultarNfsePorRpsEnvio-ped-cnprnfse.xml</div></font> | ||
| + | |- | ||
| + | ||Consultar Situação Lote Rps||<div style="text-align: center;">ConsultarSituacaoLoteRpsEnvio-ped-cslr.xml</div> | ||
| + | |- | ||
| + | ||<font color=#008000>Recepcionar Lote RPS</font>||<font color=#008000><div style="text-align: center;">RecepcionarLoteRpsEnvio-env-loterps.xml</div></font> | ||
| + | |- | ||
| + | |} | ||
| + | <br> | ||
| + | === <span style="color=#008000;">Para uso na DLL</span> === | ||
| + | {| class="wikitable" style="width:80%; border:1px solid #ccc; border-collapse:collapse; font-size:95%;" | ||
| + | ! '''Descrição do serviço''' ||<div style="text-align: center;">'''[https://www.unimake.com.br/uninfe/modelos.php?p=nfse%2FMETROPOLIS%2F1.00 Exemplos versão 1.00]'''</div> ||<div style="text-align: center;">'''[https://www.unimake.com.br/uninfe/docdll/api/Unimake.Business.DFe.Servicos.Servico.html Enum do serviço]'''</div> | ||
| + | |- | ||
| + | ||||<div style="text-align: center;">ConsultarNfse</div>||<div style="text-align: center;">32</div> | ||
| + | |- | ||
| + | ||<font color=#008000>Cancelar nota fiscal de serviço</font>||<font color=#008000><div style="text-align: center;">CancelarNfse</div></font>||<font color=#008000><div style="text-align: center;">24</div></font> | ||
| + | |- | ||
| + | ||Consulta lote RPS||<div style="text-align: center;">ConsultarLoteRps</div>||<div style="text-align: center;">31</div> | ||
| + | |- | ||
| + | ||<font color=#008000>Consulta NFSe por RPS</font>||<font color=#008000><div style="text-align: center;">ConsultarNfsePorRps</div></font>||<font color=#008000><div style="text-align: center;">36</div></font> | ||
| + | |- | ||
| + | ||Consultar Situação Lote Rps||<div style="text-align: center;">ConsultarSituacaoLoteRps</div>||<div style="text-align: center;">40</div> | ||
| + | |- | ||
| + | ||<font color=#008000>Recepcionar Lote RPS</font>||<font color=#008000><div style="text-align: center;">RecepcionarLoteRps</div></font>||<font color=#008000><div style="text-align: center;">28</div></font> | ||
| + | |- | ||
| + | |} | ||
| + | <br> | ||
| + | |||
| + | == <span style="color:#008000;">Padrão MODERNIZACAO_PUBLICA</span> == | ||
| + | * Municípios no padrão MODERNIZACAO_PUBLICA utilizam WSDL's diferentes para emissão de NFSe, logo cada prefeitura pode ou não implementar os serviços listados abaixo; | ||
| + | * No UniNFe e DLL, tem uma versão de SCHEMA disponível. | ||
| + | <br> | ||
| + | === <span style="color=#008000;">Para uso no UniNFe</span> === | ||
| + | {| class="wikitable" style="width:80%; border:1px solid #ccc; border-collapse:collapse; font-size:95%;" | ||
| + | !scope="row"|'''Descrição do serviço'''||<div style="text-align: center;">'''[https://www.unimake.com.br/uninfe/modelos.php?p=NFSe%2FMODERNIZACAO_PUBLICA%2F2.02 Exemplos versão 2.02]'''</div> | ||
| + | |- | ||
| + | ||Cancelar nota fiscal de serviço||<div style="text-align: center;">CancelarNfseEnvio-ped-cannfse.xml</div> | ||
| + | |- | ||
| + | ||<font color=#008000>Consulta lote RPS</font>||<font color=#008000><div style="text-align: center;">ConsultarLoteRpsEnvio-ped-loterps.xml</div></font> | ||
| + | |- | ||
| + | ||Consulta NFSe de serviços prestados||<div style="text-align: center;">ConsultarNfseServicoPrestadoEnvio-ped-sitnfse.xml</div> | ||
|- | |- | ||
| − | ||||<div style="text-align: center;"> | + | ||<font color=#008000>Consulta NFSe de serviços tomados</font>||<font color=#008000><div style="text-align: center;">ConsultarNfseServicoTomadoEnvio-ped-sitnfsetom.xml</div></font> |
|- | |- | ||
| − | + | ||Consulta NFSe por Faixa||<div style="text-align: center;">ConsultarNfseFaixaEnvio-ped-sitnfse.xml</div> | |
| − | |||
| − | ||Consulta | ||
|- | |- | ||
||<font color=#008000>Consulta NFSe por RPS</font>||<font color=#008000><div style="text-align: center;">ConsultarNfsePorRpsEnvio-ped-cnprnfse.xml</div></font> | ||<font color=#008000>Consulta NFSe por RPS</font>||<font color=#008000><div style="text-align: center;">ConsultarNfsePorRpsEnvio-ped-cnprnfse.xml</div></font> | ||
|- | |- | ||
| − | || | + | ||Gerar Nota Fiscal de Serviço||<div style="text-align: center;">GerarNfseEnvio-env-loterps.xml</div> |
|- | |- | ||
||<font color=#008000>Recepcionar Lote RPS</font>||<font color=#008000><div style="text-align: center;">RecepcionarLoteRpsEnvio-env-loterps.xml</div></font> | ||<font color=#008000>Recepcionar Lote RPS</font>||<font color=#008000><div style="text-align: center;">RecepcionarLoteRpsEnvio-env-loterps.xml</div></font> | ||
| + | |- | ||
| + | ||Recepcionar Lote RPS Sincrono||<div style="text-align: center;">RecepcionarLoteRpsSincronoEnvio-env-loterps.xml</div> | ||
| + | |- | ||
| + | ||<font color=#008000>Substituir nota fiscal de Serviço</font>||<font color=#008000><div style="text-align: center;">SubstituirNfseEnvio-ped-substnfse.xml</div></font> | ||
|- | |- | ||
|} | |} | ||
| Linha 2 543: | Linha 2 797: | ||
=== <span style="color=#008000;">Para uso na DLL</span> === | === <span style="color=#008000;">Para uso na DLL</span> === | ||
{| class="wikitable" style="width:80%; border:1px solid #ccc; border-collapse:collapse; font-size:95%;" | {| class="wikitable" style="width:80%; border:1px solid #ccc; border-collapse:collapse; font-size:95%;" | ||
| − | ! '''Descrição do serviço''' ||<div style="text-align: center;">'''[https://www.unimake.com.br/uninfe/modelos.php?p=nfse% | + | ! '''Descrição do serviço''' ||<div style="text-align: center;">'''[https://www.unimake.com.br/uninfe/modelos.php?p=nfse%2FMODERNIZACAO_PUBLICA%2F2.02 Exemplos versão 2.02]'''</div> ||<div style="text-align: center;">'''[https://www.unimake.com.br/uninfe/docdll/api/Unimake.Business.DFe.Servicos.Servico.html Enum do serviço]'''</div> |
| + | |- | ||
| + | ||Cancelar nota fiscal de serviço||<div style="text-align: center;">CancelarNfse</div>||<div style="text-align: center;">24</div> | ||
| + | |- | ||
| + | ||<font color=#008000>Consulta lote RPS</font>||<font color=#008000><div style="text-align: center;">ConsultarLoteRps</div></font>||<font color=#008000><div style="text-align: center;">31</div></font> | ||
|- | |- | ||
| − | ||||<div style="text-align: center;"> | + | ||Consulta NFSe de serviços prestados||<div style="text-align: center;">ConsultarNfseServicoPrestado</div>||<div style="text-align: center;">33</div> |
|- | |- | ||
| − | ||<font color=#008000> | + | ||<font color=#008000>Consulta NFSe de serviços tomados</font>||<font color=#008000><div style="text-align: center;">ConsultarNfseServicoTomado</div></font>||<font color=#008000><div style="text-align: center;">34</div></font> |
|- | |- | ||
| − | ||Consulta | + | ||Consulta NFSe por Faixa||<div style="text-align: center;">ConsultarNfseFaixa</div>||<div style="text-align: center;">35</div> |
|- | |- | ||
||<font color=#008000>Consulta NFSe por RPS</font>||<font color=#008000><div style="text-align: center;">ConsultarNfsePorRps</div></font>||<font color=#008000><div style="text-align: center;">36</div></font> | ||<font color=#008000>Consulta NFSe por RPS</font>||<font color=#008000><div style="text-align: center;">ConsultarNfsePorRps</div></font>||<font color=#008000><div style="text-align: center;">36</div></font> | ||
|- | |- | ||
| − | || | + | ||Gerar Nota Fiscal de Serviço||<div style="text-align: center;">GerarNfse</div>||<div style="text-align: center;">27</div> |
|- | |- | ||
||<font color=#008000>Recepcionar Lote RPS</font>||<font color=#008000><div style="text-align: center;">RecepcionarLoteRps</div></font>||<font color=#008000><div style="text-align: center;">28</div></font> | ||<font color=#008000>Recepcionar Lote RPS</font>||<font color=#008000><div style="text-align: center;">RecepcionarLoteRps</div></font>||<font color=#008000><div style="text-align: center;">28</div></font> | ||
| + | |- | ||
| + | ||Recepcionar Lote RPS Sincrono||<div style="text-align: center;">RecepcionarLoteRpsSincrono</div>||<div style="text-align: center;">29</div> | ||
| + | |- | ||
| + | ||<font color=#008000>Substituir nota fiscal de Serviço</font>||<font color=#008000><div style="text-align: center;">SubstituirNfse</div></font>||<font color=#008000><div style="text-align: center;">30</div></font> | ||
|- | |- | ||
|} | |} | ||
<br> | <br> | ||
| + | ==== <font color="#008000">Exemplo de uso na DLL em C#:</font> ==== | ||
| + | <font color="#008000">Uso para todas versões</font> | ||
| + | <pre style="width: 80%;background-color:#c5e6c5;"> | ||
| + | var configuracao = new Configuracao | ||
| + | { | ||
| + | TipoDFe = TipoDFe.NFSe, | ||
| + | CertificadoDigital = CertificadoSelecionado, | ||
| + | TipoAmbiente = TipoAmbiente.Producao, | ||
| + | CodigoMunicipio = codigo_ibge_do_municipio, | ||
| + | Servico = Servico.NFSeGerarNfse, | ||
| + | SchemaVersao = "2.02", | ||
| − | == <span style="color:#008000;">Padrão | + | }; |
| − | * Municípios no padrão | + | |
| + | var servico = new GerarNfse(conteudoXML, configuracao); | ||
| + | servico.Executar(); | ||
| + | |||
| + | var retornoPrefeitura = servico.RetornoWSString; | ||
| + | </pre> | ||
| + | <br> | ||
| + | |||
| + | == <span style="color:#008000;">Padrão NACIONAL</span> == | ||
| + | * Municípios no padrão NACIONAL utilizam o mesmo WSDL para emissão de NFSe; | ||
* No UniNFe e DLL, tem uma versão de SCHEMA disponível. | * No UniNFe e DLL, tem uma versão de SCHEMA disponível. | ||
<br> | <br> | ||
=== <span style="color=#008000;">Para uso no UniNFe</span> === | === <span style="color=#008000;">Para uso no UniNFe</span> === | ||
{| class="wikitable" style="width:80%; border:1px solid #ccc; border-collapse:collapse; font-size:95%;" | {| class="wikitable" style="width:80%; border:1px solid #ccc; border-collapse:collapse; font-size:95%;" | ||
| − | !scope="row"|'''Descrição do serviço'''||<div style="text-align: center;">'''[https://www.unimake.com.br/uninfe/modelos.php?p=NFSe% | + | !scope="row"|'''Descrição do serviço'''||<div style="text-align: center;">'''[https://www.unimake.com.br/uninfe/modelos.php?p=NFSe%2FNACIONAL%2F1.01 Exemplos versão 1.01]'''</div> |
|- | |- | ||
| − | || | + | ||Consultar NFSe||<div style="text-align: center;">ConsultarNfseEnvio-ped-cnfse.xml</div> |
|- | |- | ||
| − | ||<font color=#008000> | + | ||<font color=#008000>Consultar NFSe PDF</font>||<font color=#008000><div style="text-align: center;">ConsultarNfsePDFEnvio-ped-cnnfse.xml</div></font> |
|- | |- | ||
| − | || | + | ||Consultar NFSe por DPS||<div style="text-align: center;">ConsultarNfsePorRpsEnvio-ped-cnprnfse.xml</div> |
|- | |- | ||
| − | ||<font color=#008000> | + | ||<font color=#008000>Envio do cancelamento de NFSe</font>||<font color=#008000><div style="text-align: center;">CancelarNfseEnvio-ped-cannfse.xml</div></font> |
|- | |- | ||
| − | || | + | ||Envio do DPS - Sincrono||<div style="text-align: center;">GerarNfseEnvio-env-loterps.xml</div> |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
|- | |- | ||
|} | |} | ||
| Linha 2 592: | Linha 2 864: | ||
=== <span style="color=#008000;">Para uso na DLL</span> === | === <span style="color=#008000;">Para uso na DLL</span> === | ||
{| class="wikitable" style="width:80%; border:1px solid #ccc; border-collapse:collapse; font-size:95%;" | {| class="wikitable" style="width:80%; border:1px solid #ccc; border-collapse:collapse; font-size:95%;" | ||
| − | ! '''Descrição do serviço''' ||<div style="text-align: center;">'''[https://www.unimake.com.br/uninfe/modelos.php?p=nfse% | + | ! '''Descrição do serviço''' ||<div style="text-align: center;">'''[https://www.unimake.com.br/uninfe/modelos.php?p=nfse%2FNACIONAL%2F1.01 Exemplos versão 1.01]'''</div> ||<div style="text-align: center;">'''[https://www.unimake.com.br/uninfe/docdll/api/Unimake.Business.DFe.Servicos.Servico.html Enum do serviço]'''</div> |
|- | |- | ||
| − | || | + | ||Consultar NFSe||<div style="text-align: center;">ConsultarNfse</div>||<div style="text-align: center;">32</div> |
|- | |- | ||
| − | ||<font color=#008000> | + | ||<font color=#008000>Consultar NFSe PDF</font>||<font color=#008000><div style="text-align: center;">ConsultarNfsePDF</div></font>||<font color=#008000><div style="text-align: center;">37</div></font> |
|- | |- | ||
| − | || | + | ||Consultar NFSe por DPS||<div style="text-align: center;">ConsultarNfsePorRps</div>||<div style="text-align: center;">36</div> |
|- | |- | ||
| − | ||<font color=#008000> | + | ||<font color=#008000>Envio do cancelamento de NFSe</font>||<font color=#008000><div style="text-align: center;">CancelarNfse</div></font>||<font color=#008000><div style="text-align: center;">24</div></font> |
|- | |- | ||
| − | || | + | ||Envio do DPS - Sincrono||<div style="text-align: center;">GerarNfse</div>||<div style="text-align: center;">27</div> |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
|- | |- | ||
|} | |} | ||
| Linha 2 624: | Linha 2 886: | ||
CertificadoDigital = CertificadoSelecionado, | CertificadoDigital = CertificadoSelecionado, | ||
TipoAmbiente = TipoAmbiente.Producao, | TipoAmbiente = TipoAmbiente.Producao, | ||
| − | CodigoMunicipio = | + | CodigoMunicipio = 1001058, |
Servico = Servico.NFSeGerarNfse, | Servico = Servico.NFSeGerarNfse, | ||
| − | SchemaVersao = " | + | SchemaVersao = "1.01", |
}; | }; | ||
| Linha 2 637: | Linha 2 899: | ||
<br> | <br> | ||
| − | == <span style="color:#008000;">Padrão | + | == <span style="color:#008000;">Padrão NATALENSE</span> == |
| − | * | + | * Somente <b>Natal - RN</b> utiliza esse padrão, pois foi feito especialmente para essa prefeitura; |
* No UniNFe e DLL, tem uma versão de SCHEMA disponível. | * No UniNFe e DLL, tem uma versão de SCHEMA disponível. | ||
<br> | <br> | ||
=== <span style="color=#008000;">Para uso no UniNFe</span> === | === <span style="color=#008000;">Para uso no UniNFe</span> === | ||
{| class="wikitable" style="width:80%; border:1px solid #ccc; border-collapse:collapse; font-size:95%;" | {| class="wikitable" style="width:80%; border:1px solid #ccc; border-collapse:collapse; font-size:95%;" | ||
| − | !scope="row"|'''Descrição do serviço'''||<div style="text-align: center;">'''[https://www.unimake.com.br/uninfe/modelos.php?p=NFSe% | + | !scope="row"|'''Descrição do serviço'''||<div style="text-align: center;">'''[https://www.unimake.com.br/uninfe/modelos.php?p=NFSe%2FNATALENSE%2F1.00 Exemplos versão 1.00]'''</div> |
|- | |- | ||
| − | || | + | ||Cancelar nota fiscal de serviço||<div style="text-align: center;">CancelarNfseEnvio-ped-cannfse.xml</div> |
| + | |- | ||
| + | ||<font color=#008000>Consulta lote RPS</font>||<font color=#008000><div style="text-align: center;">ConsultarLoteRpsEnvio-ped-loterps.xml</div></font> | ||
|- | |- | ||
| − | || | + | ||Consulta NFSe por RPS||<div style="text-align: center;">ConsultarNfsePorRpsEnvio-ped-cnprnfse.xml</div> |
|- | |- | ||
| − | ||Consultar NFSe | + | ||<font color=#008000>Consultar NFSe</font>||<font color=#008000><div style="text-align: center;">ConsultarNfseEnvio-ped-cnfse.xml</div></font> |
|- | |- | ||
| − | || | + | ||Consultar Situação Lote Rps||<div style="text-align: center;">ConsultarSituacaoLoteRpsEnvio-ped-cslr.xml</div> |
|- | |- | ||
| − | || | + | ||<font color=#008000>Recepcionar Lote RPS</font>||<font color=#008000><div style="text-align: center;">RecepcionarLoteRpsEnvio-env-loterps.xml</div></font> |
|- | |- | ||
|} | |} | ||
| Linha 2 659: | Linha 2 923: | ||
=== <span style="color=#008000;">Para uso na DLL</span> === | === <span style="color=#008000;">Para uso na DLL</span> === | ||
{| class="wikitable" style="width:80%; border:1px solid #ccc; border-collapse:collapse; font-size:95%;" | {| class="wikitable" style="width:80%; border:1px solid #ccc; border-collapse:collapse; font-size:95%;" | ||
| − | ! '''Descrição do serviço''' ||<div style="text-align: center;">'''[https://www.unimake.com.br/uninfe/modelos.php?p=nfse% | + | ! '''Descrição do serviço''' ||<div style="text-align: center;">'''[https://www.unimake.com.br/uninfe/modelos.php?p=nfse%2FNATALENSE%2F1.00 Exemplos versão 1.00]'''</div> ||<div style="text-align: center;">'''[https://www.unimake.com.br/uninfe/docdll/api/Unimake.Business.DFe.Servicos.Servico.html Enum do serviço]'''</div> |
|- | |- | ||
| − | || | + | ||Cancelar nota fiscal de serviço||<div style="text-align: center;">CancelarNfse</div>||<div style="text-align: center;">24</div> |
|- | |- | ||
| − | ||<font color=#008000> | + | ||<font color=#008000>Consulta lote RPS</font>||<font color=#008000><div style="text-align: center;">ConsultarLoteRps</div></font>||<font color=#008000><div style="text-align: center;">31</div></font> |
|- | |- | ||
| − | || | + | ||Consulta NFSe por RPS||<div style="text-align: center;">ConsultarNfsePorRps</div>||<div style="text-align: center;">36</div> |
|- | |- | ||
| − | ||<font color=#008000> | + | ||<font color=#008000>Consultar NFSe</font>||<font color=#008000><div style="text-align: center;">ConsultarNfse</div></font>||<font color=#008000><div style="text-align: center;">32</div></font> |
|- | |- | ||
| − | || | + | ||Consultar Situação Lote Rps||<div style="text-align: center;">ConsultarSituacaoLoteRps</div>||<div style="text-align: center;">40</div> |
| + | |- | ||
| + | ||<font color=#008000>Recepcionar Lote RPS</font>||<font color=#008000><div style="text-align: center;">RecepcionarLoteRps</div></font>||<font color=#008000><div style="text-align: center;">28</div></font> | ||
|- | |- | ||
|} | |} | ||
<br> | <br> | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | + | == <span style="color:#008000;">Padrão NOBESISTEMAS</span> == | |
| − | + | * Municípios no padrão NOBESISTEMAS utilizam WSDL's diferentes para emissão de NFSe, logo cada prefeitura pode ou não implementar os serviços listados abaixo; | |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | == <span style="color:#008000;">Padrão | ||
| − | * | ||
* No UniNFe e DLL, tem uma versão de SCHEMA disponível. | * No UniNFe e DLL, tem uma versão de SCHEMA disponível. | ||
| + | <div style="background-color:#e3a8a8; border-left:4px solid red; padding:6px;"> | ||
| + | Observação: Os XMLs tem diferença na URL de envio para cada ambiente: produção e homologação. | ||
| + | </div> | ||
<br> | <br> | ||
=== <span style="color=#008000;">Para uso no UniNFe</span> === | === <span style="color=#008000;">Para uso no UniNFe</span> === | ||
{| class="wikitable" style="width:80%; border:1px solid #ccc; border-collapse:collapse; font-size:95%;" | {| class="wikitable" style="width:80%; border:1px solid #ccc; border-collapse:collapse; font-size:95%;" | ||
| − | !scope="row"|'''Descrição do serviço'''||<div style="text-align: center;">'''[https://www.unimake.com.br/uninfe/modelos.php?p=NFSe% | + | !scope="row"|'''Descrição do serviço'''||<div style="text-align: center;">'''[https://www.unimake.com.br/uninfe/modelos.php?p=NFSe%2FNOBESISTEMAS%2F1.00 Exemplos versão 1.00]'''</div> |
|- | |- | ||
||Cancelar nota fiscal de serviço||<div style="text-align: center;">CancelarNfseEnvio-ped-cannfse.xml</div> | ||Cancelar nota fiscal de serviço||<div style="text-align: center;">CancelarNfseEnvio-ped-cannfse.xml</div> | ||
| Linha 2 706: | Linha 2 955: | ||
||<font color=#008000>Consulta lote RPS</font>||<font color=#008000><div style="text-align: center;">ConsultarLoteRpsEnvio-ped-loterps.xml</div></font> | ||<font color=#008000>Consulta lote RPS</font>||<font color=#008000><div style="text-align: center;">ConsultarLoteRpsEnvio-ped-loterps.xml</div></font> | ||
|- | |- | ||
| − | ||Consulta NFSe | + | ||Consulta NFSe||<div style="text-align: center;">ConsultarNfseEnvio-ped-cnfse.xml</div> |
|- | |- | ||
| − | ||<font color=#008000> | + | ||<font color=#008000>Consulta NFSe por RPS</font>||<font color=#008000><div style="text-align: center;">ConsultarNfsePorRpsEnvio-ped-cnprnfse.xml</div></font> |
|- | |- | ||
| − | || | + | ||Recepcionar Lote RPS||<div style="text-align: center;">RecepcionarLoteRpsEnvio-env-loterps.xml</div> |
| − | |||
| − | |||
|- | |- | ||
|} | |} | ||
| Linha 2 718: | Linha 2 965: | ||
=== <span style="color=#008000;">Para uso na DLL</span> === | === <span style="color=#008000;">Para uso na DLL</span> === | ||
{| class="wikitable" style="width:80%; border:1px solid #ccc; border-collapse:collapse; font-size:95%;" | {| class="wikitable" style="width:80%; border:1px solid #ccc; border-collapse:collapse; font-size:95%;" | ||
| − | ! '''Descrição do serviço''' ||<div style="text-align: center;">'''[https://www.unimake.com.br/uninfe/modelos.php?p=nfse% | + | ! '''Descrição do serviço''' ||<div style="text-align: center;">'''[https://www.unimake.com.br/uninfe/modelos.php?p=nfse%2FNOBESISTEMAS%2F1.00 Exemplos versão 1.00]'''</div> ||<div style="text-align: center;">'''[https://www.unimake.com.br/uninfe/docdll/api/Unimake.Business.DFe.Servicos.Servico.html Enum do serviço]'''</div> |
|- | |- | ||
||Cancelar nota fiscal de serviço||<div style="text-align: center;">CancelarNfse</div>||<div style="text-align: center;">24</div> | ||Cancelar nota fiscal de serviço||<div style="text-align: center;">CancelarNfse</div>||<div style="text-align: center;">24</div> | ||
| Linha 2 724: | Linha 2 971: | ||
||<font color=#008000>Consulta lote RPS</font>||<font color=#008000><div style="text-align: center;">ConsultarLoteRps</div></font>||<font color=#008000><div style="text-align: center;">31</div></font> | ||<font color=#008000>Consulta lote RPS</font>||<font color=#008000><div style="text-align: center;">ConsultarLoteRps</div></font>||<font color=#008000><div style="text-align: center;">31</div></font> | ||
|- | |- | ||
| − | ||Consulta NFSe | + | ||Consulta NFSe||<div style="text-align: center;">ConsultarNfse</div>||<div style="text-align: center;">32</div> |
|- | |- | ||
| − | + | ||<font color=#008000>Consulta NFSe por RPS</font>||<font color=#008000><div style="text-align: center;">ConsultarNfsePorRps</div></font>||<font color=#008000><div style="text-align: center;">36</div></font> | |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | ||<font color=#008000>Consulta NFSe por RPS</font>||<font color=#008000><div style="text-align: center;">ConsultarNfsePorRps</div></font>||<font color=#008000><div style="text-align: center;">36</div></font> | ||
|- | |- | ||
||Recepcionar Lote RPS||<div style="text-align: center;">RecepcionarLoteRps</div>||<div style="text-align: center;">28</div> | ||Recepcionar Lote RPS||<div style="text-align: center;">RecepcionarLoteRps</div>||<div style="text-align: center;">28</div> | ||
| Linha 3 099: | Linha 3 304: | ||
== <span style="color:#008000;">Padrão PRONIM</span> == | == <span style="color:#008000;">Padrão PRONIM</span> == | ||
* Municípios no padrão PRONIM utilizam WSDL's diferentes para emissão de NFSe, logo cada prefeitura pode ou não implementar os serviços listados abaixo; | * Municípios no padrão PRONIM utilizam WSDL's diferentes para emissão de NFSe, logo cada prefeitura pode ou não implementar os serviços listados abaixo; | ||
| − | * No UniNFe e DLL, tem | + | * No UniNFe e DLL, tem 4 versões de SCHEMA disponíveis. |
<div style="background-color:#e3a8a8; border-left:4px solid red; padding:6px;"> | <div style="background-color:#e3a8a8; border-left:4px solid red; padding:6px;"> | ||
Observação: A partir de Janeiro de 2022 a PRONIM desativou alguns WSDL de homologação. | Observação: A partir de Janeiro de 2022 a PRONIM desativou alguns WSDL de homologação. | ||
| Linha 3 106: | Linha 3 311: | ||
=== <span style="color=#008000;">Para uso no UniNFe</span> === | === <span style="color=#008000;">Para uso no UniNFe</span> === | ||
{| class="wikitable" style="width:80%; border:1px solid #ccc; border-collapse:collapse; font-size:95%;" | {| class="wikitable" style="width:80%; border:1px solid #ccc; border-collapse:collapse; font-size:95%;" | ||
| − | !scope="row"|'''Descrição do serviço'''||<div style="text-align: center;">'''[https://www.unimake.com.br/uninfe/modelos.php?p=NFSe%2FPRONIM%2F1.00 Exemplos versão 1.00]'''</div>||<div style="text-align: center;">'''[https://www.unimake.com.br/uninfe/modelos.php?p=NFSe%2FPRONIM%2F2.02 Exemplos versão 2.02]'''</div>||<div style="text-align: center;">'''[https://www.unimake.com.br/uninfe/modelos.php?p=NFSe%2FPRONIM%2F2.03 Exemplos versão 2.03]'''</div> | + | !scope="row"|'''Descrição do serviço'''||<div style="text-align: center;">'''[https://www.unimake.com.br/uninfe/modelos.php?p=NFSe%2FPRONIM%2F1.00 Exemplos versão 1.00]'''</div>||<div style="text-align: center;">'''[https://www.unimake.com.br/uninfe/modelos.php?p=NFSe%2FPRONIM%2F1.01 Exemplos versão 1.01]'''</div>||<div style="text-align: center;">'''[https://www.unimake.com.br/uninfe/modelos.php?p=NFSe%2FPRONIM%2F2.02 Exemplos versão 2.02]'''</div>||<div style="text-align: center;">'''[https://www.unimake.com.br/uninfe/modelos.php?p=NFSe%2FPRONIM%2F2.03 Exemplos versão 2.03]'''</div> |
| + | |- | ||
| + | ||Cancelar nota fiscal de serviço||<div style="text-align: center;">CancelarNfseEnvio-ped-cannfse.xml</div>||<div style="text-align: center;">-</div>||<div style="text-align: center;">CancelarNfseEnvio-ped-cannfse.xml</div>||<div style="text-align: center;">CancelarNfseEnvio-ped-cannfse.xml</div> | ||
|- | |- | ||
| − | || | + | ||<font color=#008000>Consulta lote RPS</font>||<font color=#008000><div style="text-align: center;">ConsultarLoteRpsEnvio-ped-loterps.xml</div></font>||<font color=#008000><div style="text-align: center;">-</div></font>||<font color=#008000><div style="text-align: center;">ConsultarLoteRpsEnvio-ped-loterps.xml</div></font>||<font color=#008000><div style="text-align: center;">ConsultarLoteRpsEnvio-ped-loterps.xml</div></font> |
|- | |- | ||
| − | || | + | ||Consulta Situuação do Lote por RPS||<div style="text-align: center;">ConsultarSituacaoLoteRpsEnvio-ped-cslr.xml</div>||<div style="text-align: center;">-</div>||<div style="text-align: center;">-</div>||<div style="text-align: center;">-</div> |
|- | |- | ||
| − | || | + | ||<font color=#008000>Consultar NFSe</font>||<font color=#008000><div style="text-align: center;">-</div></font>||<font color=#008000><div style="text-align: center;">ConsultarNfseEnvio-ped-cnfse.xml</div></font>||<font color=#008000><div style="text-align: center;">-</div></font>||<font color=#008000><div style="text-align: center;">-</div></font> |
|- | |- | ||
| − | ||< | + | ||Consultar NFSe por DPS||<div style="text-align: center;">ConsultarNfsePorRpsEnvio-ped-cnprnfse.xml</div>||<div style="text-align: center;">ConsultarNfsePorRpsEnvio-ped-cnprnfse.xml</div>||<div style="text-align: center;">ConsultarNfsePorRpsEnvio-ped-cnprnfse.xml</div>||<div style="text-align: center;">ConsultarNfsePorRpsEnvio-ped-cnprnfse.xml</div> |
|- | |- | ||
| − | ||Gerar Nota Fiscal de Serviço||<div style="text-align: center;">-</div>||<div style="text-align: center;">GerarNfseEnvio-env-loterps.xml</div>||<div style="text-align: center;">GerarNfseEnvio-env-loterps.xml</div> | + | ||<font color=#008000>Gerar Nota Fiscal de Serviço</font>||<font color=#008000><div style="text-align: center;">-</div></font>||<font color=#008000><div style="text-align: center;">GerarNfseEnvio-env-loterps.xml</div></font>||<font color=#008000><div style="text-align: center;">GerarNfseEnvio-env-loterps.xml</div></font>||<font color=#008000><div style="text-align: center;">GerarNfseEnvio-env-loterps.xml</div></font> |
|- | |- | ||
| − | || | + | ||Recepcionar Lote RPS||<div style="text-align: center;">RecepcionarLoteRpsEnvio-env-loterps.xml</div>||<div style="text-align: center;">-</div>||<div style="text-align: center;">RecepcionarLoteRpsEnvio-env-loterps.xml</div>||<div style="text-align: center;">RecepcionarLoteRpsEnvio-env-loterps.xml</div> |
|- | |- | ||
| − | ||Substituir nota fiscal de Serviço||<div style="text-align: center;">-</div>||<div style="text-align: center;">SubstituirNfseEnvio-ped-substnfse.xml</div>||<div style="text-align: center;">SubstituirNfseEnvio-ped-substnfse.xml</div> | + | ||<font color=#008000>Substituir nota fiscal de Serviço</font>||<font color=#008000><div style="text-align: center;">-</div></font>||<font color=#008000><div style="text-align: center;">-</div></font>||<font color=#008000><div style="text-align: center;">SubstituirNfseEnvio-ped-substnfse.xml</div></font>||<font color=#008000><div style="text-align: center;">SubstituirNfseEnvio-ped-substnfse.xml</div></font> |
|- | |- | ||
|} | |} | ||
| Linha 3 126: | Linha 3 333: | ||
=== <span style="color=#008000;">Para uso na DLL</span> === | === <span style="color=#008000;">Para uso na DLL</span> === | ||
{| class="wikitable" style="width:80%; border:1px solid #ccc; border-collapse:collapse; font-size:95%;" | {| class="wikitable" style="width:80%; border:1px solid #ccc; border-collapse:collapse; font-size:95%;" | ||
| − | ! '''Descrição do serviço''' ||<div style="text-align: center;">'''[https://www.unimake.com.br/uninfe/modelos.php?p=nfse%2FPRONIM%2F1.00 Exemplos versão 1.00]'''</div> ||<div style="text-align: center;">'''[https://www.unimake.com.br/uninfe/modelos.php?p=nfse%2FPRONIM%2F2.02 Exemplos versão 2.02]'''</div> ||<div style="text-align: center;">'''[https://www.unimake.com.br/uninfe/modelos.php?p=nfse%2FPRONIM%2F2.03 Exemplos versão 2.03]'''</div> ||<div style="text-align: center;">'''[https://www.unimake.com.br/uninfe/docdll/api/Unimake.Business.DFe.Servicos.Servico.html Enum do serviço]'''</div> | + | ! '''Descrição do serviço''' ||<div style="text-align: center;">'''[https://www.unimake.com.br/uninfe/modelos.php?p=nfse%2FPRONIM%2F1.00 Exemplos versão 1.00]'''</div> ||<div style="text-align: center;">'''[https://www.unimake.com.br/uninfe/modelos.php?p=nfse%2FPRONIM%2F1.01 Exemplos versão 1.01]'''</div> ||<div style="text-align: center;">'''[https://www.unimake.com.br/uninfe/modelos.php?p=nfse%2FPRONIM%2F2.02 Exemplos versão 2.02]'''</div> ||<div style="text-align: center;">'''[https://www.unimake.com.br/uninfe/modelos.php?p=nfse%2FPRONIM%2F2.03 Exemplos versão 2.03]'''</div> ||<div style="text-align: center;">'''[https://www.unimake.com.br/uninfe/docdll/api/Unimake.Business.DFe.Servicos.Servico.html Enum do serviço]'''</div> |
| + | |- | ||
| + | ||Cancelar nota fiscal de serviço||<div style="text-align: center;">CancelarNfse</div>||<div style="text-align: center;">-</div>||<div style="text-align: center;">CancelarNfse</div>||<div style="text-align: center;">CancelarNfse</div>||<div style="text-align: center;">24</div> | ||
|- | |- | ||
| − | || | + | ||<font color=#008000>Consulta lote RPS</font>||<font color=#008000><div style="text-align: center;">ConsultarLoteRps</div></font>||<div style="text-align: center;">-</div>||<font color=#008000><div style="text-align: center;">ConsultarLoteRps</div></font>||<font color=#008000><div style="text-align: center;">ConsultarLoteRps</div></font>||<font color=#008000><div style="text-align: center;">31</div></font> |
|- | |- | ||
| − | ||< | + | ||Consulta Situuação do Lote por RPS||<div style="text-align: center;">ConsultarSituacaoLoteRps</div>||<div style="text-align: center;">-</div>||<div style="text-align: center;">-</div>||<div style="text-align: center;">-</div>||<div style="text-align: center;">40</div> |
|- | |- | ||
| − | || | + | ||<font color=#008000>Consultar NFSe</font>||<div style="text-align: center;">-</div>||<font color=#008000><div style="text-align: center;">ConsultarNfse</div></font>||<div style="text-align: center;">-</div>||<div style="text-align: center;">-</div>||<font color=#008000><div style="text-align: center;">32</div></font> |
|- | |- | ||
| − | ||< | + | ||Consultar NFSe por DPS||<div style="text-align: center;">ConsultarNfsePorRps</div>||<div style="text-align: center;">ConsultarNfsePorRps</div>||<div style="text-align: center;">ConsultarNfsePorRps</div>||<div style="text-align: center;">ConsultarNfsePorRps</div>||<div style="text-align: center;">36</div> |
|- | |- | ||
| − | ||Gerar Nota Fiscal de Serviço||<div style="text-align: center;">-</div>||<div style="text-align: center;">GerarNfse</div>||<div style="text-align: center;">GerarNfse</div>||<div style="text-align: center;">27</div> | + | ||<font color=#008000>Gerar Nota Fiscal de Serviço</font>||<div style="text-align: center;">-</div>||<font color=#008000><div style="text-align: center;">GerarNfse</div></font>||<font color=#008000><div style="text-align: center;">GerarNfse</div></font>||<font color=#008000><div style="text-align: center;">GerarNfse</div></font>||<font color=#008000><div style="text-align: center;">27</div></font> |
|- | |- | ||
| − | || | + | ||Recepcionar Lote RPS||<div style="text-align: center;">RecepcionarLoteRps</div>||<div style="text-align: center;">-</div>||<div style="text-align: center;">RecepcionarLoteRps</div>||<div style="text-align: center;">RecepcionarLoteRps</div>||<div style="text-align: center;">28</div> |
|- | |- | ||
| − | ||Substituir nota fiscal de Serviço||<div style="text-align: center;">-</div>||<div style="text-align: center;">SubstituirNfse</div>||<div style="text-align: center;">SubstituirNfse</div>||<div style="text-align: center;">30</div> | + | ||<font color=#008000>Substituir nota fiscal de Serviço</font>||<div style="text-align: center;">-</div>||<div style="text-align: center;">-</div>||<font color=#008000><div style="text-align: center;">SubstituirNfse</div></font>||<font color=#008000><div style="text-align: center;">SubstituirNfse</div></font>||<font color=#008000><div style="text-align: center;">30</div></font> |
|- | |- | ||
|} | |} | ||
| Linha 3 154: | Linha 3 363: | ||
CodigoMunicipio = codigo_ibge_do_municipio, | CodigoMunicipio = codigo_ibge_do_municipio, | ||
Servico = Servico.NFSeGerarNfse, | Servico = Servico.NFSeGerarNfse, | ||
| − | SchemaVersao = " | + | SchemaVersao = "X.XX", |
}; | }; | ||
| Linha 3 663: | Linha 3 872: | ||
== <span style="color:#008000;">Padrão SIMPLISS</span> == | == <span style="color:#008000;">Padrão SIMPLISS</span> == | ||
* Municípios no padrão SIMPLISS utilizam WSDL's diferentes para emissão de NFSe, logo cada prefeitura pode ou não implementar os serviços listados abaixo; | * Municípios no padrão SIMPLISS utilizam WSDL's diferentes para emissão de NFSe, logo cada prefeitura pode ou não implementar os serviços listados abaixo; | ||
| − | * No UniNFe e DLL, tem | + | * No UniNFe e DLL, tem 3 versões de SCHEMA disponíveis. |
<br> | <br> | ||
=== <span style="color=#008000;">Para uso no UniNFe</span> === | === <span style="color=#008000;">Para uso no UniNFe</span> === | ||
{| class="wikitable" style="width:80%; border:1px solid #ccc; border-collapse:collapse; font-size:95%;" | {| class="wikitable" style="width:80%; border:1px solid #ccc; border-collapse:collapse; font-size:95%;" | ||
| − | !scope="row"|'''Descrição do serviço'''||<div style="text-align: center;">'''[https://www.unimake.com.br/uninfe/modelos.php?p=NFSe%2FSIMPLISS%2F2.03 Exemplos versão 2.03]'''</div>||<div style="text-align: center;">'''[https://www.unimake.com.br/uninfe/modelos.php?p=NFSe%2FSIMPLISS%2F3.00 Exemplos versão 3.00]'''</div> | + | !scope="row"|'''Descrição do serviço'''||<div style="text-align: center;">'''[https://www.unimake.com.br/uninfe/modelos.php?p=NFSe%2FSIMPLISS%2F1.00 Exemplos versão 1.00]'''</div>||<div style="text-align: center;">'''[https://www.unimake.com.br/uninfe/modelos.php?p=NFSe%2FSIMPLISS%2F2.03 Exemplos versão 2.03]'''</div>||<div style="text-align: center;">'''[https://www.unimake.com.br/uninfe/modelos.php?p=NFSe%2FSIMPLISS%2F3.00 Exemplos versão 3.00]'''</div> |
|- | |- | ||
| − | ||Cancelar Nota Fiscal de Serviço||<div style="text-align: center;">CancelarNfseEnvio-ped-cannfse.xml</div>||<div style="text-align: center;">CancelarNfseEnvio-ped-cannfse.xml</div> | + | ||Cancelar Nota Fiscal de Serviço||<div style="text-align: center;">-</div>||<div style="text-align: center;">CancelarNfseEnvio-ped-cannfse.xml</div>||<div style="text-align: center;">CancelarNfseEnvio-ped-cannfse.xml</div> |
|- | |- | ||
| − | ||<font color=#008000>Consulta lote RPS</font>||<font color=#008000><div style="text-align: center;">ConsultarLoteRpsEnvio-ped-loterps.xml</div></font>||<font color=#008000><div style="text-align: center;">ConsultarLoteRpsEnvio-ped-loterps.xml</div></font> | + | ||<font color=#008000>Consulta lote RPS</font>||<font color=#008000><div style="text-align: center;">-</div></font>||<font color=#008000><div style="text-align: center;">ConsultarLoteRpsEnvio-ped-loterps.xml</div></font>||<font color=#008000><div style="text-align: center;">ConsultarLoteRpsEnvio-ped-loterps.xml</div></font> |
|- | |- | ||
| − | ||Consulta lote RPS||<div style="text-align: center;">-</div>||<div style="text-align: center;">ConsultarSituacaoLoteRpsEnvio-ped-cslr.xml</div> | + | ||Consulta lote RPS||<div style="text-align: center;">-</div>||<div style="text-align: center;">-</div>||<div style="text-align: center;">ConsultarSituacaoLoteRpsEnvio-ped-cslr.xml</div> |
|- | |- | ||
| − | ||<font color=#008000>Consulta NFSe de serviços prestados</font>||<font color=#008000><div style="text-align: center;">ConsultarNfseServicoPrestadoEnvio-ped-sitnfse.xml</div></font>||<font color=#008000><div style="text-align: center;">-</div></font> | + | ||<font color=#008000>Consulta NFSe de serviços prestados</font>||<font color=#008000><div style="text-align: center;">-</div></font>||<font color=#008000><div style="text-align: center;">ConsultarNfseServicoPrestadoEnvio-ped-sitnfse.xml</div></font>||<font color=#008000><div style="text-align: center;">-</div></font> |
|- | |- | ||
| − | ||Consulta NFSe de serviços tomados||<div style="text-align: center;">ConsultarNfseServicoTomadoEnvio-ped-sitnfsetom.xml</div>||<div style="text-align: center;">-</div> | + | ||Consulta NFSe de serviços tomados||<div style="text-align: center;">-</div>||<div style="text-align: center;">ConsultarNfseServicoTomadoEnvio-ped-sitnfsetom.xml</div>||<div style="text-align: center;">-</div> |
|- | |- | ||
| − | ||<font color=#008000>Consulta NFSe por Faixa</font>||<font color=#008000><div style="text-align: center;">ConsultarNfseFaixaEnvio-ped-sitnfse.xml</div></font>||<font color=#008000><div style="text-align: center;">-</div></font> | + | ||<font color=#008000>Consulta NFSe por Faixa</font>||<font color=#008000><div style="text-align: center;">-</div></font>||<font color=#008000><div style="text-align: center;">ConsultarNfseFaixaEnvio-ped-sitnfse.xml</div></font>||<font color=#008000><div style="text-align: center;">-</div></font> |
|- | |- | ||
| − | ||Consultar NFSe por rps||<div style="text-align: center;">ConsultarNfsePorRpsEnvio-ped-cnprnfse.xml</div>||<div style="text-align: center;">ConsultarNfsePorRpsEnvio-ped-cnprnfse.xml</div> | + | ||Consultar NFSe por rps||<div style="text-align: center;">-</div>||<div style="text-align: center;">ConsultarNfsePorRpsEnvio-ped-cnprnfse.xml</div>||<div style="text-align: center;">ConsultarNfsePorRpsEnvio-ped-cnprnfse.xml</div> |
|- | |- | ||
| − | ||<font color=#008000>Gerar Nota Fiscal de Serviço</font>||<font color=#008000><div style="text-align: center;">GerarNfseEnvio-env-loterps.xml</div></font>||<font color=#008000><div style="text-align: center;">GerarNfseEnvio-env-loterps.xml</div></font> | + | ||<font color=#008000>Gerar Nota Fiscal de Serviço</font>||<font color=#008000><div style="text-align: center;">GerarNfseEnvio-env-loterps.xml</div></font>||<font color=#008000><div style="text-align: center;">GerarNfseEnvio-env-loterps.xml</div></font>||<font color=#008000><div style="text-align: center;">GerarNfseEnvio-env-loterps.xml</div></font> |
|- | |- | ||
| − | ||Recepcionar Lote RPS||<div style="text-align: center;">RecepcionarLoteRpsEnvio-env-loterps.xml</div>||<div style="text-align: center;">-</div> | + | ||Recepcionar Lote RPS||<div style="text-align: center;">-</div>||<div style="text-align: center;">RecepcionarLoteRpsEnvio-env-loterps.xml</div>||<div style="text-align: center;">-</div> |
|- | |- | ||
| − | ||<font color=#008000>Substituir nota fiscal de Serviço</font>||<font color=#008000><div style="text-align: center;">SubstituirNfseEnvio-ped-substnfse.xml</div></font>||<font color=#008000><div style="text-align: center;">-</div></font> | + | ||<font color=#008000>Substituir nota fiscal de Serviço</font>||<font color=#008000><div style="text-align: center;">-</div></font>||<font color=#008000><div style="text-align: center;">SubstituirNfseEnvio-ped-substnfse.xml</div></font>||<font color=#008000><div style="text-align: center;">-</div></font> |
|- | |- | ||
|} | |} | ||
| Linha 3 693: | Linha 3 902: | ||
=== <span style="color=#008000;">Para uso na DLL</span> === | === <span style="color=#008000;">Para uso na DLL</span> === | ||
{| class="wikitable" style="width:80%; border:1px solid #ccc; border-collapse:collapse; font-size:95%;" | {| class="wikitable" style="width:80%; border:1px solid #ccc; border-collapse:collapse; font-size:95%;" | ||
| − | ! '''Descrição do serviço''' ||<div style="text-align: center;">'''[https://www.unimake.com.br/uninfe/modelos.php?p=nfse%2FSIMPLISS%2F2.03 Exemplos versão 2.03]'''</div> ||<div style="text-align: center;">'''[https://www.unimake.com.br/uninfe/modelos.php?p=nfse%2FSIMPLISS%2F3.00 Exemplos versão 3.00]'''</div> ||<div style="text-align: center;">'''[https://www.unimake.com.br/uninfe/docdll/api/Unimake.Business.DFe.Servicos.Servico.html Enum do serviço]'''</div> | + | ! '''Descrição do serviço''' ||<div style="text-align: center;">'''[https://www.unimake.com.br/uninfe/modelos.php?p=nfse%2FSIMPLISS%2F1.00 Exemplos versão 1.00]'''</div> ||<div style="text-align: center;">'''[https://www.unimake.com.br/uninfe/modelos.php?p=nfse%2FSIMPLISS%2F2.03 Exemplos versão 2.03]'''</div> ||<div style="text-align: center;">'''[https://www.unimake.com.br/uninfe/modelos.php?p=nfse%2FSIMPLISS%2F3.00 Exemplos versão 3.00]'''</div> ||<div style="text-align: center;">'''[https://www.unimake.com.br/uninfe/docdll/api/Unimake.Business.DFe.Servicos.Servico.html Enum do serviço]'''</div> |
|- | |- | ||
| − | ||Cancelar Nota Fiscal de Serviço||<div style="text-align: center;">CancelarNfse</div>||<div style="text-align: center;">CancelarNfse</div>||<div style="text-align: center;">24</div> | + | ||Cancelar Nota Fiscal de Serviço||<div style="text-align: center;">-</div>||<div style="text-align: center;">CancelarNfse</div>||<div style="text-align: center;">CancelarNfse</div>||<div style="text-align: center;">24</div> |
|- | |- | ||
| − | ||<font color=#008000>Consulta lote RPS</font>||<div style="text-align: center;">-</div>||<font color=#008000><div style="text-align: center;">ConsultarSituacaoLoteRps</div></font>||<font color=#008000><div style="text-align: center;">40</div></font> | + | ||<font color=#008000>Consulta lote RPS</font>||<div style="text-align: center;">-</div>||<div style="text-align: center;">-</div>||<font color=#008000><div style="text-align: center;">ConsultarSituacaoLoteRps</div></font>||<font color=#008000><div style="text-align: center;">40</div></font> |
|- | |- | ||
| − | ||Consulta lote RPS||<div style="text-align: center;">ConsultarLoteRps</div>||<div style="text-align: center;">ConsultarLoteRps</div>||<div style="text-align: center;">31</div> | + | ||Consulta lote RPS||<div style="text-align: center;">-</div>||<div style="text-align: center;">ConsultarLoteRps</div>||<div style="text-align: center;">ConsultarLoteRps</div>||<div style="text-align: center;">31</div> |
|- | |- | ||
| − | ||<font color=#008000>Consulta NFSe de serviços prestados</font>||<font color=#008000><div style="text-align: center;">ConsultarNfseServicoPrestado</div></font>||<div style="text-align: center;">-</div>||<font color=#008000><div style="text-align: center;">33</div></font> | + | ||<font color=#008000>Consulta NFSe de serviços prestados</font>||<div style="text-align: center;">-</div>||<font color=#008000><div style="text-align: center;">ConsultarNfseServicoPrestado</div></font>||<div style="text-align: center;">-</div>||<font color=#008000><div style="text-align: center;">33</div></font> |
|- | |- | ||
| − | ||Consulta NFSe de serviços tomados||<div style="text-align: center;">ConsultarNfseServicoTomado</div>||<div style="text-align: center;">-</div>||<div style="text-align: center;">34</div> | + | ||Consulta NFSe de serviços tomados||<div style="text-align: center;">-</div>||<div style="text-align: center;">ConsultarNfseServicoTomado</div>||<div style="text-align: center;">-</div>||<div style="text-align: center;">34</div> |
|- | |- | ||
| − | ||<font color=#008000>Consulta NFSe por Faixa</font>||<font color=#008000><div style="text-align: center;">ConsultarNfseFaixa</div></font>||<div style="text-align: center;">-</div>||<font color=#008000><div style="text-align: center;">35</div></font> | + | ||<font color=#008000>Consulta NFSe por Faixa</font>||<div style="text-align: center;">-</div>||<font color=#008000><div style="text-align: center;">ConsultarNfseFaixa</div></font>||<div style="text-align: center;">-</div>||<font color=#008000><div style="text-align: center;">35</div></font> |
|- | |- | ||
| − | ||Consultar NFSe por rps||<div style="text-align: center;">ConsultarNfsePorRps</div>||<div style="text-align: center;">ConsultarNfsePorRps</div>||<div style="text-align: center;">36</div> | + | ||Consultar NFSe por rps||<div style="text-align: center;">-</div>||<div style="text-align: center;">ConsultarNfsePorRps</div>||<div style="text-align: center;">ConsultarNfsePorRps</div>||<div style="text-align: center;">36</div> |
|- | |- | ||
| − | ||<font color=#008000>Gerar Nota Fiscal de Serviço</font>||<font color=#008000><div style="text-align: center;">GerarNfse</div></font>||<font color=#008000><div style="text-align: center;">GerarNfse</div></font>||<font color=#008000><div style="text-align: center;">27</div></font> | + | ||<font color=#008000>Gerar Nota Fiscal de Serviço</font>||<font color=#008000><div style="text-align: center;">GerarNfse</div></font>||<font color=#008000><div style="text-align: center;">GerarNfse</div></font>||<font color=#008000><div style="text-align: center;">GerarNfse</div></font>||<font color=#008000><div style="text-align: center;">27</div></font> |
|- | |- | ||
| − | ||Recepcionar Lote RPS||<div style="text-align: center;">RecepcionarLoteRps</div>||<div style="text-align: center;">-</div>||<div style="text-align: center;">28</div> | + | ||Recepcionar Lote RPS||<div style="text-align: center;">-</div>||<div style="text-align: center;">RecepcionarLoteRps</div>||<div style="text-align: center;">-</div>||<div style="text-align: center;">28</div> |
|- | |- | ||
| − | ||<font color=#008000>Substituir nota fiscal de Serviço</font>||<font color=#008000><div style="text-align: center;">SubstituirNfse</div></font>||<div style="text-align: center;">-</div>||<font color=#008000><div style="text-align: center;">30</div></font> | + | ||<font color=#008000>Substituir nota fiscal de Serviço</font>||<div style="text-align: center;">-</div>||<font color=#008000><div style="text-align: center;">SubstituirNfse</div></font>||<div style="text-align: center;">-</div>||<font color=#008000><div style="text-align: center;">30</div></font> |
|- | |- | ||
|} | |} | ||
| Linha 3 725: | Linha 3 934: | ||
CertificadoDigital = CertificadoSelecionado, | CertificadoDigital = CertificadoSelecionado, | ||
TipoAmbiente = TipoAmbiente.Producao, | TipoAmbiente = TipoAmbiente.Producao, | ||
| − | + | codigo_municipio = codigo_ibge_do_municipio, | |
Servico = Servico.NFSeGerarNfse, | Servico = Servico.NFSeGerarNfse, | ||
SchemaVersao = "2.03" | SchemaVersao = "2.03" | ||
| Linha 3 742: | Linha 3 951: | ||
CertificadoDigital = CertificadoSelecionado, | CertificadoDigital = CertificadoSelecionado, | ||
TipoAmbiente = TipoAmbiente.Producao, | TipoAmbiente = TipoAmbiente.Producao, | ||
| − | + | codigo_municipio = codigo_ibge_do_municipio, | |
Servico = Servico.NFSeGerarNfse, | Servico = Servico.NFSeGerarNfse, | ||
SchemaVersao = "3.00" | SchemaVersao = "3.00" | ||
| Linha 4 500: | Linha 4 709: | ||
|- | |- | ||
|} | |} | ||
| + | <br> | ||
| + | ==== <font color="#008000">Exemplo de uso na DLL em C#:</font> ==== | ||
| + | <font color="#008000">Uso para todas versões</font> | ||
| + | <pre style="width: 80%;background-color:#c5e6c5;"> | ||
| + | var configuracao = new Configuracao | ||
| + | { | ||
| + | TipoDFe = TipoDFe.NFSe, | ||
| + | CertificadoDigital = CertificadoSelecionado, | ||
| + | TipoAmbiente = TipoAmbiente.Producao, | ||
| + | CodigoMunicipio = 9999904, | ||
| + | Servico = Servico.NFSeRecepcionarLoteRpsSincrono, | ||
| + | SchemaVersao = "1.00", | ||
| + | |||
| + | }; | ||
| + | |||
| + | var servico = new RecepcionarLoteRpsSincrono(conteudoXML, configuracao); | ||
| + | servico.Executar(); | ||
| + | |||
| + | var retornoPrefeitura = servico.RetornoWSString; | ||
| + | </pre> | ||
<br> | <br> | ||
Edição atual tal como às 16h42min de 1 de dezembro de 2025
Índice
- 1 Padrões de NFSe Desenvolvidos
- 1.1 Padrão ABACO
- 1.2 Padrão ABASE
- 1.3 Padrão ADM_SISTEMAS
- 1.4 Padrão AGILI
- 1.5 Padrão AVMB
- 1.6 Padrão BAUHAUS
- 1.7 Padrão BETHA
- 1.8 Padrão BETHA_CLOUD
- 1.9 Padrão BHISS
- 1.10 Padrão BSITBR
- 1.11 Padrão CARIOCA
- 1.12 Padrão CECAM
- 1.13 Padrão CENTI
- 1.14 Padrão CONAM
- 1.15 Padrão COPLAN
- 1.16 Padrão DBSELLER
- 1.17 Padrão DESENVOLVECIDADE
- 1.18 Padrão DIGIFRED
- 1.19 Padrão DSF
- 1.20 Padrão E_RECEITA
- 1.21 Padrão EGOVERNE
- 1.22 Padrão EGOVERNEISS
- 1.23 Padrão E&L
- 1.24 Padrão ELOTECH
- 1.25 Padrão EMBRAS
- 1.26 Padrão EQUIPLANO
- 1.27 Padrão FINTEL
- 1.28 Padrão FIORILLI
- 1.29 Padrão FISCO
- 1.30 Padrão FUTURIZE
- 1.31 Padrão GIAP
- 1.32 Padrão GIF
- 1.33 Padrão GINFES
- 1.34 Padrão GISSONLINE
- 1.35 Padrão HM2SOLUCOES
- 1.36 Padrão IIBRASIL
- 1.37 Padrão INDAIATUBA_SP
- 1.38 Padrão INTERSOL
- 1.39 Padrão IPM
- 1.40 Padrão ISSNET
- 1.41 Padrão ISSONLINE_ASSESSORPUBLICO
- 1.42 Padrão JLSOFT
- 1.43 Padrão LIBRE
- 1.44 Padrão MANAUS_AM
- 1.45 Padrão MEGASOFT
- 1.46 Padrão MEMORY
- 1.47 Padrão METROPOLIS
- 1.48 Padrão MODERNIZACAO_PUBLICA
- 1.49 Padrão NACIONAL
- 1.50 Padrão NATALENSE
- 1.51 Padrão NOBESISTEMAS
- 1.52 Padrão NOTAINTELIGENTE
- 1.53 Padrão PAULISTANA
- 1.54 Padrão PORTAL_FACIL
- 1.55 Padrão PRIMAX
- 1.56 Padrão PRODATA
- 1.57 Padrão PRODEB
- 1.58 Padrão PRONIM
- 1.59 Padrão PROPRIOBARUERISP
- 1.60 Padrão PUBLICA
- 1.61 Padrão PUBLICENTER
- 1.62 Padrão QUASAR
- 1.63 Padrão RLZ_INFORMATICA
- 1.64 Padrão SALVADOR_BA
- 1.65 Padrão SH3
- 1.66 Padrão SIGCORP
- 1.67 Padrão SIGISSWEB
- 1.68 Padrão SIMPLE
- 1.69 Padrão SIMPLISS
- 1.70 Padrão SINSOFT
- 1.71 Padrão SMARAPD
- 1.72 Padrão SOFTPLAN
- 1.73 Padrão SONNER
- 1.74 Padrão SUPERNOVA
- 1.75 Padrão SYSTEMPRO
- 1.76 Padrão TECNOSISTEMAS
- 1.77 Padrão THEMA
- 1.78 Padrão TINUS
- 1.79 Padrão TIPLAN
- 1.80 Padrão TRIBUTUS
- 1.81 Padrão VERSATEC
- 1.82 Padrão VITORIA_ES
- 1.83 Padrão WEBFISCO
- 1.84 Padrão WEBISS
- 2 Veja também
Padrões de NFSe Desenvolvidos
Guia apresentando todos os padrões de NFSe desenvolvidos no UniNFe e na DLL Unimake.DFe. Confira abaixo:
💡 Observação: Em caso de dúvidas acerca de um padrão específico, clique no link da versão no cabeçalho das tabelas para visualizar exemplos de XML de envio disponíveis.
Padrão ABACO
- Municípios no padrão ABACO utilizam WSDL's diferentes para emissão de NFSe, logo cada prefeitura pode ou não implementar os serviços listados abaixo;
- No UniNFe e DLL, tem 2 versões de SCHEMA disponíveis.
Para uso no UniNFe
| Descrição do serviço | ||
|---|---|---|
| Cancelar nota fiscal de serviço | CancelarNfseEnvio-ped-cannfse.xml |
-
|
| Consulta lote RPS | ConsultarLoteRpsEnvio-ped-loterps.xml |
ConsultarLoteRpsEnvio-ped-loterps.xml
|
| Consulta NFSe | ConsultarNfseEnvio-ped-cnfse.xml |
-
|
| Consulta NFSe por Faixa | - |
ConsultarNfseFaixaEnvio-ped-sitnfse.xml
|
| Consulta NFSe por RPS | ConsultarNfsePorRpsEnvio-ped-cnprnfse.xml |
ConsultarNfsePorRpsEnvio-ped-cnprnfse.xml
|
| Consulta Situacao Lote Rps | ConsultarSituacaoLoteRpsEnvio-ped-cslr.xml |
-
|
| Gerar Nota Fiscal de Serviço | - |
GerarNfseEnvio-env-loterps.xml
|
| Recepcionar Lote RPS | RecepcionarLoteRpsEnvio-env-loterps.xml |
RecepcionarLoteRpsEnvio-env-loterps.xml
|
| Recepcionar Lote RPS Sincrono | - |
RecepcionarLoteRpsSincronoEnvio-env-loterps.xml
|
| Substituir nota fiscal de Serviço | - |
SubstituirNfseEnvio-ped-substnfse.xml
|
Para uso na DLL
| Descrição do serviço | |||
|---|---|---|---|
| Cancelar nota fiscal de serviço | CancelarNfse |
- |
24
|
| Consulta lote RPS | ConsultarLoteRps |
ConsultarLoteRps |
31
|
| Consulta NFSe | ConsultarNfse |
- |
32
|
| Consulta NFSe por Faixa | - |
ConsultarNfseFaixa |
35
|
| Consulta NFSe por RPS | ConsultarNfsePorRps |
ConsultarNfsePorRps |
36
|
| Consulta Situacao Lote Rps | ConsultarSituacaoLoteRps |
- |
40
|
| Gerar Nota Fiscal de Serviço | - |
GerarNfse |
27
|
| Recepcionar Lote RPS | RecepcionarLoteRps |
RecepcionarLoteRps |
28
|
| Recepcionar Lote RPS Sincrono | - |
RecepcionarLoteRpsSincrono |
29
|
| Substituir nota fiscal de Serviço | - |
SubstituirNfse |
30
|
Padrão ABASE
- Municípios no padrão ABASE utilizam o mesmo WSDL para emissão de NFSe;
- No UniNFe e DLL, tem uma versão de SCHEMA disponível.
Para uso no UniNFe
| Descrição do serviço | |
|---|---|
| Cancelar nota fiscal de serviço | CancelarNfseEnvio-ped-cannfse.xml
|
| Consulta lote RPS | ConsultarLoteRpsEnvio-ped-loterps.xml
|
| Consulta NFSe por RPS | ConsultarNfsePorRpsEnvio-ped-cnprnfse.xml
|
| Recepcionar Lote RPS | RecepcionarLoteRpsEnvio-env-loterps.xml
|
Para uso na DLL
| Descrição do serviço | ||
|---|---|---|
| Cancelar nota fiscal de serviço | CancelarNfse |
24
|
| Consulta lote RPS | ConsultarLoteRps |
31
|
| Consulta NFSe por RPS | ConsultarNfsePorRps |
36
|
| Recepcionar Lote RPS | RecepcionarLoteRps |
28
|
Exemplo de uso na DLL em C#:
Uso para todas versões
var configuracao = new Configuracao
{
TipoDFe = TipoDFe.NFSe,
CertificadoDigital = CertificadoSelecionado,
TipoAmbiente = TipoAmbiente.Producao,
CodigoMunicipio = 9999902,
Servico = Servico.NFSeRecepcionarLoteRps,
SchemaVersao = "2.01",
};
var servico = new RecepcionarLoteRps(conteudoXML, configuracao);
servico.Executar();
var retornoPrefeitura = servico.RetornoWSString;
Padrão ADM_SISTEMAS
- Municípios no padrão ADM_SISTEMAS utilizam WSDL's diferentes para emissão de NFSe, logo cada prefeitura pode ou não implementar os serviços listados abaixo;
- No UniNFe e DLL, tem 2 versões de SCHEMA disponíveis.
Para uso no UniNFe
| Descrição do serviço | ||
|---|---|---|
| Cancelar nota fiscal de serviço | CancelarNfseEnvio-ped-cannfse.xml |
CancelarNfseEnvio-ped-cannfse.xml
|
| Consulta lote RPS | ConsultarLoteRpsEnvio-ped-loterps.xml |
ConsultarLoteRpsEnvio-ped-loterps.xml
|
| Consulta NFSe de serviços prestados | ConsultarNfseServicoPrestadoEnvio-ped-sitnfse.xml |
ConsultarNfseServicoPrestadoEnvio-ped-sitnfse.xml
|
| Consulta NFSe de serviços tomados | ConsultarNfseServicoTomadoEnvio-ped-sitnfsetom.xml |
ConsultarNfseServicoTomadoEnvio-ped-sitnfsetom.xml
|
| Consulta NFSe por Faixa | ConsultarNfseFaixaEnvio-ped-sitnfse.xml |
ConsultarNfseFaixaEnvio-ped-sitnfse.xml
|
| Consulta NFSe por RPS | ConsultarNfsePorRpsEnvio-ped-cnprnfse.xml |
ConsultarNfsePorRpsEnvio-ped-cnprnfse.xml
|
| Gerar Nota Fiscal de Serviço | GerarNfseEnvio-env-loterps.xml |
GerarNfseEnvio-env-loterps.xml
|
| Recepcionar Lote RPS | RecepcionarLoteRpsEnvio-env-loterps.xml |
RecepcionarLoteRpsEnvio-env-loterps.xml
|
| Recepcionar Lote RPS Sincrono | RecepcionarLoteRpsSincronoEnvio-env-loterps.xml |
RecepcionarLoteRpsSincronoEnvio-env-loterps.xml
|
| Substituir nota fiscal de Serviço | SubstituirNfseEnvio-ped-substnfse.xml |
SubstituirNfseEnvio-ped-substnfse.xml
|
Para uso na DLL
| Descrição do serviço | |||
|---|---|---|---|
| Cancelar nota fiscal de serviço | CancelarNfse |
CancelarNfse |
24
|
| Consulta lote RPS | ConsultarLoteRps |
ConsultarLoteRps |
31
|
| Consulta NFSe de serviços prestados | ConsultarNfseServicoPrestado |
ConsultarNfseServicoPrestado |
33
|
| Consulta NFSe de serviços tomados | ConsultarNfseServicoTomado |
ConsultarNfseServicoTomado |
34
|
| Consulta NFSe por Faixa | ConsultarNfseFaixa |
ConsultarNfseFaixa |
35
|
| Consulta NFSe por RPS | ConsultarNfsePorRps |
ConsultarNfsePorRps |
36
|
| Gerar Nota Fiscal de Serviço | GerarNfse |
GerarNfse |
27
|
| Recepcionar Lote RPS | RecepcionarLoteRps |
RecepcionarLoteRps |
28
|
| Recepcionar Lote RPS Sincrono | RecepcionarLoteRpsSincrono |
RecepcionarLoteRpsSincrono |
29
|
| Substituir nota fiscal de Serviço | SubstituirNfse |
SubstituirNfse |
30
|
Exemplo de uso na DLL em C#:
Uso para todas versões
var configuracao = new Configuracao
{
TipoDFe = TipoDFe.NFSe,
CertificadoDigital = CertificadoSelecionado,
TipoAmbiente = TipoAmbiente.Producao,
CodigoMunicipio = codigo_ibge_do_municipio,
Servico = Servico.NFSeGerarNfse,
SchemaVersao = "X.XX",
MunicipioUsuario = "12345678901234",
MunicipioSenha = "123456",
};
var servico = new GerarNfse(conteudoXML, configuracao);
servico.Executar();
var retornoPrefeitura = servico.RetornoWSString;
Padrão AGILI
- Municípios no padrão AGILI utilizam URLs diferentes para emissão de NFSe;
- No UniNFe e DLL, tem uma versão de SCHEMA disponível.
Observação: Padrão AGILI é trabalhado por API, logo cada contribuinte deve ter um login e senha para uso desse padrão.
Para uso no UniNFe
| Descrição do serviço | |
|---|---|
| Consultar Lote RPS | ConsultarLoteRpsEnvio-ped-loterps.xml
|
| Consultar NFSe pelo RPS | ConsultarNfsePorRpsEnvio-ped-cnprnfse.xml
|
| Consultar NFSe por faixa | ConsultarNfseFaixaEnvio-ped-sitnfse.xml
|
| Consultar situação do cancelamento da NFSe | ConsultarRequerimentoCancelamentoEnvio-ped-crc.xml
|
| Envio de lote RPS | EnvioLoteRpsEnvio-ped-elr.xml
|
| Envio de lote RPS - Sincrono | GerarNfseEnvio-env-loterps.xml
|
| Envio do cancelamento de NFSe | CancelarNfseEnvio-ped-cannfse.xml
|
Para uso na DLL
| Descrição do serviço | ||
|---|---|---|
| Consultar Lote RPS | ConsultarLoteRps |
31
|
| Consultar NFSe pelo RPS | ConsultarNfsePorRps |
36
|
| Consultar NFSe por faixa | ConsultarNfseFaixa |
35
|
| Consultar situação do cancelamento da NFSe | ConsultarRequerimentoCancelamento |
64
|
| Envio de lote RPS | EnvioLoteRps |
44
|
| Envio de lote RPS - Sincrono | GerarNfse |
27
|
| Envio do cancelamento de NFSe | CancelarNfse |
24
|
Padrão AVMB
- Somente o município de Pelotas - RS utiliza esse padrão;
- No UniNFe e DLL, tem uma versão de SCHEMA disponível.
Para uso no UniNFe
| Descrição do serviço | |
|---|---|
| Cancelar nota fiscal de serviço | CancelarNfseEnvio-ped-cannfse.xml
|
| Consulta lote RPS | ConsultarLoteRpsEnvio-ped-loterps.xml
|
| Consulta NFSe de serviços prestados | ConsultarNfseServicoPrestadoEnvio-ped-sitnfse.xml
|
| Consulta NFSe de serviços tomados | ConsultarNfseServicoTomadoEnvio-ped-sitnfsetom.xml
|
| Consulta NFSe por faixa | ConsultarNfseFaixaEnvio-ped-sitnfse.xml
|
| Consulta NFSe por RPS | ConsultarNfsePorRpsEnvio-ped-cnprnfse.xml
|
| Gerar Nota Fiscal de Serviço | GerarNfseEnvio-env-loterps.xml
|
| Recepcionar Lote RPS | RecepcionarLoteRpsEnvio-env-loterps.xml
|
| Recepcionar Lote RPS Sincrono | RecepcionarLoteRpsSincronoEnvio-env-loterps.xml
|
| Substituir nota fiscal de Serviço | SubstituirNfseEnvio-ped-substnfse.xml
|
Para uso na DLL
| Descrição do serviço | ||
|---|---|---|
| Cancelar nota fiscal de serviço | CancelarNfse |
24
|
| Consulta lote RPS | ConsultarLoteRps |
31
|
| Consulta NFSe de serviços prestados | ConsultarNfseServicoPrestado |
33
|
| Consulta NFSe de serviços tomados | ConsultarNfseServicoTomado |
34
|
| Consulta NFSe por faixa | ConsultarNfseFaixa |
35
|
| Consulta NFSe por RPS | ConsultarNfsePorRps |
36
|
| Gerar Nota Fiscal de Serviço | GerarNfse |
27
|
| Recepcionar Lote RPS | RecepcionarLoteRps |
28
|
| Recepcionar Lote RPS Sincrono | RecepcionarLoteRpsSincrono |
29
|
| Substituir nota fiscal de Serviço | SubstituirNfse |
30
|
Padrão BAUHAUS
- Municípios no padrão BAUHAUS utilizam-se de API para os serviços relacionados a NFSe, logo cada prefeitura tem seu link de produção e homologação para emissão;
- No UniNFe e DLL, tem uma versão de SCHEMA disponível.
Observação: Esse padrão exige um TOKEN para se comunicar com a API: No UniNFe, basta informar esse TOKEN no campo senha; Na DLL, basta informar esse TOKEN na propriedade MunicipioToken no objeto Configuracao.
Para uso no UniNFe
| Descrição do serviço | |
|---|---|
| Consultar NFSe | ConsultarNfsePorRpsEnvio-ped-cnprnfse.xml
|
| Consultar NFSe | ConsultarNfseEnvio-ped-cnfse.xml
|
| Consultar NFSe | SubstituirNfseEnvio-ped-substnfse.xml
|
| Consultar NFSe | ConsultarRpsDisponivelEnvio-ped-crd.xml
|
| Envio de lote RPS - Sincrono | GerarNfseEnvio-env-loterps.xml
|
| Envio do cancelamento de NFSe | CancelarNfseEnvio-ped-cannfse.xml
|
Para uso na DLL
| Descrição do serviço | ||
|---|---|---|
| Consultar NFSe | SubstituirNfse |
30
|
| Consultar NFSe | ConsultarNfse |
32
|
| Consultar NFSe | ConsultarRpsDisponivel |
60
|
| Consultar NFSe | ConsultarNfsePorRps |
36
|
| Envio de lote RPS - Sincrono | GerarNfse |
27
|
| Envio do cancelamento de NFSe | CancelarNfse |
24
|
Exemplo de uso na DLL em C#:
Versão 1.00
var configuracao = new Configuracao
{{
TipoDFe = TipoDFe.NFSe,
CertificadoDigital = CertificadoSelecionado,
TipoAmbiente = TipoAmbiente.Producao,
codigo_municipio = codigo_ibge_do_municipio,
Servico = Servico.NFSeGerarNfse,
SchemaVersao = "1.00"
MunicipioToken = "TOKEN_AQUI"
}};
var servico = new GerarNfse(conteudoXML, configuracao);
servico.Executar();
var retornoPrefeitura = servico.RetornoWSString;
Padrão BETHA
- Municípios no padrão BETHA utilizam o mesmo WSDL para emissão de NFSe;
- No UniNFe e DLL, tem 2 versões de SCHEMA disponíveis.
Para uso no UniNFe
| Descrição do serviço | ||
|---|---|---|
| Cancelar nota fiscal de serviço | CancelarNfseEnvio-ped-cannfse.xml |
CancelarNfseEnvio-ped-cannfse.xml
|
| Consulta lote RPS | ConsultarLoteRpsEnvio-ped-loterps.xml |
ConsultarLoteRpsEnvio-ped-loterps.xml
|
| Consulta NFSe | ConsultarNfseEnvio-ped-cnfse.xml |
-
|
| Consulta NFSe por faixa | - |
ConsultarNfseFaixaEnvio-ped-sitnfse.xml
|
| Consulta NFSe por RPS | ConsultarNfsePorRpsEnvio-ped-cnprnfse.xml |
ConsultarNfsePorRpsEnvio-ped-cnprnfse.xml
|
| Consulta NFSe Serviço Prestado | - |
ConsultarNfseServicoPrestadoEnvio-ped-sitnfse.xml
|
| Consulta NFSe Serviço Tomado | - |
ConsultarNfseServicoTomadoEnvio-ped-sitnfsetom.xml
|
| Consultar Situação Lote Rps | ConsultarSituacaoLoteRpsEnvio-ped-cslr.xml |
-
|
| Envio de NFSe Síncrono | - |
GerarNfseEnvio-env-loterps.xml
|
| Recepcionar Lote RPS | RecepcionarLoteRpsEnvio-env-loterps.xml |
RecepcionarLoteRpsEnvio-env-loterps.xml
|
| Recepcionar Lote RPS Sincrono | - |
RecepcionarLoteRpsSincronoEnvio-env-loterps.xml
|
| Substituir NFSe | - |
SubstituirNfseEnvio-ped-substnfse.xml
|
Para uso na DLL
| Descrição do serviço | |||
|---|---|---|---|
| Cancelar nota fiscal de serviço | CancelarNfse |
CancelarNfse |
24
|
| Consulta lote RPS | ConsultarLoteRps |
ConsultarLoteRps |
31
|
| Consulta NFSe | ConsultarNfse |
- |
32
|
| Consulta NFSe por faixa | - |
ConsultarNfseFaixa |
35
|
| Consulta NFSe por RPS | ConsultarNfsePorRps |
ConsultarNfsePorRps |
36
|
| Consulta NFSe Serviço Prestado | - |
ConsultarNfseServicoPrestado |
33
|
| Consulta NFSe Serviço Tomado | - |
ConsultarNfseServicoTomado |
34
|
| Consultar Situação Lote Rps | ConsultarSituacaoLoteRps |
- |
40
|
| Envio de NFSe Síncrono | - |
GerarNfse |
27
|
| Recepcionar Lote RPS | RecepcionarLoteRps |
RecepcionarLoteRps |
28
|
| Recepcionar Lote RPS Sincrono | - |
RecepcionarLoteRpsSincrono |
29
|
| Substituir NFSe | - |
SubstituirNfse |
30
|
Exemplo de uso na DLL em C#:
Uso para todas versões
var configuracao = new Configuracao
{
TipoDFe = TipoDFe.NFSe,
CertificadoDigital = CertificadoSelecionado,
TipoAmbiente = TipoAmbiente.Producao,
CodigoMunicipio = 9999903,
Servico = Servico.NFSeRecepcionarLoteRps,
SchemaVersao = "X.XX",
};
var servico = new RecepcionarLoteRps(conteudoXML, configuracao);
servico.Executar();
var retornoPrefeitura = servico.RetornoWSString;
Padrão BETHA_CLOUD
- Municípios no padrão BETHA_CLOUD utilizam o mesmo WSDL para emissão de NFSe;
- No UniNFe e DLL, tem 2 versões de SCHEMA disponíveis.
Para uso no UniNFe
| Descrição do serviço | ||
|---|---|---|
| Cancelar nota fiscal de serviço | - |
CancelarNfseEnvio-ped-cannfse.xml
|
| Consulta lote RPS | - |
ConsultarLoteRpsEnvio-ped-loterps.xml
|
| Consulta NFSe | ConsultarNfseEnvio-ped-cnfse.xml |
-
|
| Consulta NFSe por faixa | - |
ConsultarNfseFaixaEnvio-ped-sitnfse.xml
|
| Consulta NFSe por RPS | - |
ConsultarNfsePorRpsEnvio-ped-cnprnfse.xml
|
| Consulta NFSe Serviço Prestado | - |
ConsultarNfseServicoPrestadoEnvio-ped-sitnfse.xml
|
| Consulta NFSe Serviço Tomado | - |
ConsultarNfseServicoTomadoEnvio-ped-sitnfsetom.xml
|
| Consultar Situação Lote Rps | ConsultarSituacaoLoteRpsEnvio-ped-cslr.xml |
-
|
| Envio de NFSe Síncrono | - |
GerarNfseEnvio-env-loterps.xml
|
| Recepcionar Lote RPS | - |
RecepcionarLoteRpsEnvio-env-loterps.xml
|
| Recepcionar Lote RPS Sincrono | - |
RecepcionarLoteRpsSincronoEnvio-env-loterps.xml
|
| Substituir NFSe | - |
SubstituirNfseEnvio-ped-substnfse.xml
|
Para uso na DLL
| Descrição do serviço | |||
|---|---|---|---|
| Cancelar nota fiscal de serviço | - |
CancelarNfse |
24
|
| Consulta lote RPS | - |
ConsultarLoteRps |
31
|
| Consulta NFSe | ConsultarNfse |
- |
32
|
| Consulta NFSe por faixa | - |
ConsultarNfseFaixa |
35
|
| Consulta NFSe por RPS | - |
ConsultarNfsePorRps |
36
|
| Consulta NFSe Serviço Prestado | - |
ConsultarNfseServicoPrestado |
33
|
| Consulta NFSe Serviço Tomado | - |
ConsultarNfseServicoTomado |
34
|
| Consultar Situação Lote Rps | ConsultarSituacaoLoteRps |
- |
40
|
| Envio de NFSe Síncrono | - |
GerarNfse |
27
|
| Recepcionar Lote RPS | - |
RecepcionarLoteRps |
28
|
| Recepcionar Lote RPS Sincrono | - |
RecepcionarLoteRpsSincrono |
29
|
| Substituir NFSe | - |
SubstituirNfse |
30
|
Exemplo de uso na DLL em C#:
Uso para todas versões
var configuracao = new Configuracao
{
TipoDFe = TipoDFe.NFSe,
CertificadoDigital = CertificadoSelecionado,
TipoAmbiente = TipoAmbiente.Producao,
CodigoMunicipio = 9999907,
Servico = Servico.NFSeGerarNfse,
SchemaVersao = "X.XX",
};
var servico = new GerarNfse(conteudoXML, configuracao);
servico.Executar();
var retornoPrefeitura = servico.RetornoWSString;
Padrão BHISS
- Municípios no padrão BHISS utilizam WSDL's diferentes para emissão de NFSe, logo cada prefeitura pode ou não implementar os serviços listados abaixo;
- No UniNFe e DLL, tem uma versão de SCHEMA disponível.
Para uso no UniNFe
| Descrição do serviço | |
|---|---|
| Cancelar nota fiscal de serviço | CancelarNfseEnvio-ped-cannfse.xml
|
| Consulta lote RPS | ConsultarLoteRpsEnvio-ped-loterps.xml
|
| Consulta NFSe por Faixa | ConsultarNfseFaixaEnvio-ped-sitnfse.xml
|
| Consulta NFSe por RPS | ConsultarNfsePorRpsEnvio-ped-cnprnfse.xml
|
| Consultar Nfse | ConsultarNfseEnvio-ped-cnfse.xml
|
| Consultar Situação Lote Rps | ConsultarSituacaoLoteRpsEnvio-ped-cslr.xml
|
| Gerar Nota Fiscal de Serviço | GerarNfseEnvio-env-loterps.xml
|
| Recepcionar Lote RPS | RecepcionarLoteRpsEnvio-env-loterps.xml
|
Para uso na DLL
| Descrição do serviço | ||
|---|---|---|
| Cancelar nota fiscal de serviço | CancelarNfse |
24
|
| Consulta lote RPS | ConsultarLoteRps |
31
|
| Consulta NFSe por Faixa | ConsultarNfseFaixa |
35
|
| Consulta NFSe por RPS | ConsultarNfsePorRps |
36
|
| Consultar Nfse | ConsultarNfse |
32
|
| Consultar Situação Lote Rps | ConsultarSituacaoLoteRps |
40
|
| Gerar Nota Fiscal de Serviço | GerarNfse |
27
|
| Recepcionar Lote RPS | RecepcionarLoteRps |
28
|
Padrão BSITBR
- Municípios no padrão BSITBR utilizam WSDL's diferentes para emissão de NFSe, logo cada prefeitura pode ou não implementar os serviços listados abaixo;
- No UniNFe e DLL, tem uma versão de SCHEMA disponível.
Observação: Esse padrão não disponibiliza WSDL de homologação.
Para uso no UniNFe
| Descrição do serviço | |
|---|---|
| Cancelar nota fiscal de serviço | CancelarNfseEnvio-ped-cannfse.xml
|
| Consulta lote RPS | ConsultarLoteRpsEnvio-ped-loterps.xml
|
| Consulta NFSe pelo RPS | ConsultarNfsePorRpsEnvio-ped-cnprnfse.xml
|
| Gerar Nota Fiscal de Serviço | GerarNfseEnvio-env-loterps.xml
|
Para uso na DLL
| Descrição do serviço | ||
|---|---|---|
| Cancelar nota fiscal de serviço | CancelarNfse |
24
|
| Consulta lote RPS | ConsultarLoteRps |
31
|
| Consulta NFSe pelo RPS | ConsultarNfsePorRps |
36
|
| Gerar Nota Fiscal de Serviço | GerarNfse |
27
|
Padrão CARIOCA
- Somente Rio de Janeiro - RJ utiliza esse padrão, pois foi feito especialmente para essa prefeitura;
- No UniNFe e DLL, tem uma versão de SCHEMA disponível.
Observação: Veja como é feito o link de impressão da NFSe em PDF.
Para uso no UniNFe
| Descrição do serviço | |
|---|---|
| Cancelar nota fiscal de serviço | CancelarNfseEnvio-ped-cannfse.xml
|
| Consulta lote RPS | ConsultarLoteRpsEnvio-ped-loterps.xml
|
| Consulta NFSe | ConsultarNfseEnvio-ped-cnfse.xml
|
| Consulta NFSe por RPS | ConsultarNfsePorRpsEnvio-ped-cnprnfse.xml
|
| Gerar Nota Fiscal de Serviço | GerarNfseEnvio-env-loterps.xml
|
| Recepcionar Lote RPS | RecepcionarLoteRpsEnvio-env-loterps.xml
|
Para uso na DLL
| Descrição do serviço | ||
|---|---|---|
| Cancelar nota fiscal de serviço | CancelarNfse |
24
|
| Consulta lote RPS | ConsultarLoteRps |
31
|
| Consulta NFSe | ConsultarNfse |
32
|
| Consulta NFSe por RPS | ConsultarNfsePorRps |
36
|
| Gerar Nota Fiscal de Serviço | GerarNfse |
27
|
| Recepcionar Lote RPS | RecepcionarLoteRps |
28
|
Padrão CECAM
- Municípios no padrão CECAM utilizam WSDL's diferentes para emissão de NFSe, logo cada prefeitura pode ou não implementar os serviços listados abaixo;
- No UniNFe e DLL, tem uma versão de SCHEMA disponível.
Para uso no UniNFe
| Descrição do serviço | |
|---|---|
| Cancelar nota fiscal de serviço | CancelarNfseEnvio-ped-cannfse.xml
|
| Consultar Nota Fiscal de Serviço | ConsultarNfseEnvio-ped-cnfse.xml
|
| Recepcionar Lote RPS | RecepcionarLoteRpsEnvio-env-loterps.xml
|
Para uso na DLL
| Descrição do serviço | ||
|---|---|---|
| Cancelar nota fiscal de serviço | CancelarNfse |
24
|
| Consultar Nota Fiscal de Serviço | ConsultarNfse |
32
|
| Recepcionar Lote RPS | RecepcionarLoteRps |
28
|
Padrão CENTI
- Municípios no padrão CENTI utilizam-se de API para os serviços relacionados a NFSe, logo cada prefeitura tem seu link de produção e homologação para emissão;
- No UniNFe e DLL, tem uma versão de SCHEMA disponível.
Para uso no UniNFe
| Descrição do serviço | |
|---|---|
| Consultar NFSe | ConsultarNfsePorRpsEnvio-ped-cnprnfse.xml
|
| Envio de lote RPS - Sincrono | GerarNfseEnvio-env-loterps.xml
|
| Envio do cancelamento de NFSe | CancelarNfseEnvio-ped-cannfse.xml
|
Para uso na DLL
| Descrição do serviço | ||
|---|---|---|
| Consultar NFSe | ConsultarNfsePorRps |
36
|
| Envio de lote RPS - Sincrono | GerarNfse |
27
|
| Envio do cancelamento de NFSe | CancelarNfse |
24
|
Padrão CONAM
- Municípios no padrão CONAM utilizam o mesmo WSDL para emissão de NFSe;
- No UniNFe e DLL, tem uma versão de SCHEMA disponível.
Para uso no UniNFe
| Descrição do serviço | |
|---|---|
| Cancelar nota fiscal de serviço | CancelarNfseEnvio-ped-cannfse.xml
|
| Consulta lote por RPS | ConsultarLoteRpsEnvio-ped-loterps.xml
|
| Consulta o link de download da nota fiscal de Serviço | ConsultarNfsePDFEnvio-ped-cnnfse.xml
|
| Recepcionar Lote RPS | RecepcionarLoteRpsEnvio-env-loterps.xml
|
Para uso na DLL
| Descrição do serviço | ||
|---|---|---|
| Cancelar nota fiscal de serviço | CancelarNfse |
24
|
| Consulta lote por RPS | ConsultarLoteRps |
31
|
| Consulta o link de download da nota fiscal de Serviço | ConsultarNfsePDF |
37
|
| Recepcionar Lote RPS | RecepcionarLoteRps |
28
|
Exemplo de uso na DLL em C#:
Uso para todas versões
var configuracao = new Configuracao
{
TipoDFe = TipoDFe.NFSe,
CertificadoDigital = CertificadoSelecionado,
TipoAmbiente = TipoAmbiente.Producao,
CodigoMunicipio = codigo_ibge_do_municipio,
Servico = Servico.NFSeRecepcionarLoteRps,
SchemaVersao = "2.00",
};
var servico = new RecepcionarLoteRps(conteudoXML, configuracao);
servico.Executar();
var retornoPrefeitura = servico.RetornoWSString;
Padrão COPLAN
- Municípios no padrão COPLAN utilizam WSDL's diferentes para emissão de NFSe, logo cada prefeitura pode ou não implementar os serviços listados abaixo;
- No UniNFe e DLL, tem 2 versões de SCHEMA disponíveis.
Para uso no UniNFe
| Descrição do serviço | ||
|---|---|---|
| Cancelar nota fiscal de serviço | CancelarNfseEnvio-ped-cannfse.xml |
CancelarNfseEnvio-ped-cannfse.xml
|
| Consulta lote RPS | ConsultarLoteRpsEnvio-ped-loterps.xml |
ConsultarLoteRpsEnvio-ped-loterps.xml
|
| Consulta NFSe de serviços prestados | ConsultarNfseServicoPrestadoEnvio-ped-sitnfse.xml |
ConsultarNfseServicoPrestadoEnvio-ped-sitnfse.xml
|
| Consulta NFSe de serviços tomados | ConsultarNfseServicoTomadoEnvio-ped-sitnfsetom.xml |
ConsultarNfseServicoTomadoEnvio-ped-sitnfsetom.xml
|
| Consulta NFSe por Faixa | ConsultarNfseFaixaEnvio-ped-sitnfse.xml |
ConsultarNfseFaixaEnvio-ped-sitnfse.xml
|
| Consulta NFSe por RPS | ConsultarNfsePorRpsEnvio-ped-cnprnfse.xml |
ConsultarNfsePorRpsEnvio-ped-cnprnfse.xml
|
| Gerar Nota Fiscal de Serviço | GerarNfseEnvio-env-loterps.xml |
GerarNfseEnvio-env-loterps.xml
|
| Recepcionar Lote RPS | RecepcionarLoteRpsEnvio-env-loterps.xml |
RecepcionarLoteRpsEnvio-env-loterps.xml
|
| Recepcionar Lote RPS Sincrono | RecepcionarLoteRpsSincronoEnvio-env-loterps.xml |
RecepcionarLoteRpsSincronoEnvio-env-loterps.xml
|
| Substituir nota fiscal de Serviço | SubstituirNfseEnvio-ped-substnfse.xml |
SubstituirNfseEnvio-ped-substnfse.xml
|
Para uso na DLL
| Descrição do serviço | |||
|---|---|---|---|
| Cancelar nota fiscal de serviço | CancelarNfse |
CancelarNfse |
24
|
| Consulta lote RPS | ConsultarLoteRps |
ConsultarLoteRps |
31
|
| Consulta NFSe de serviços prestados | ConsultarNfseServicoPrestado |
ConsultarNfseServicoPrestado |
33
|
| Consulta NFSe de serviços tomados | ConsultarNfseServicoTomado |
ConsultarNfseServicoTomado |
34
|
| Consulta NFSe por Faixa | ConsultarNfseFaixa |
ConsultarNfseFaixa |
35
|
| Consulta NFSe por RPS | ConsultarNfsePorRps |
ConsultarNfsePorRps |
36
|
| Gerar Nota Fiscal de Serviço | GerarNfse |
GerarNfse |
27
|
| Recepcionar Lote RPS | RecepcionarLoteRps |
RecepcionarLoteRps |
28
|
| Recepcionar Lote RPS Sincrono | RecepcionarLoteRpsSincrono |
RecepcionarLoteRpsSincrono |
29
|
| Substituir nota fiscal de Serviço | SubstituirNfse |
SubstituirNfse |
30
|
Exemplo de uso na DLL em C#:
Uso para todas versões
var configuracao = new Configuracao
{
TipoDFe = TipoDFe.NFSe,
CertificadoDigital = CertificadoSelecionado,
TipoAmbiente = TipoAmbiente.Producao,
CodigoMunicipio = codigo_ibge_do_municipio,
Servico = Servico.NFSeGerarNfse,
SchemaVersao = "X.XX",
};
var servico = new GerarNfse(conteudoXML, configuracao);
servico.Executar();
var retornoPrefeitura = servico.RetornoWSString;
Padrão DBSELLER
- Municípios no padrão DBSELLER utilizam WSDL's diferentes para emissão de NFSe, logo cada prefeitura pode ou não implementar os serviços listados abaixo;
- No UniNFe e DLL, tem 2 versões de SCHEMA disponíveis.
Para uso no UniNFe
| Descrição do serviço | ||
|---|---|---|
| Cancelar nota fiscal de serviço | CancelarNfseEnvio-ped-cannfse.xml |
CancelarNfseEnvio-ped-cannfse.xml
|
| Consulta lote RPS | ConsultarLoteRpsEnvio-ped-loterps.xml |
ConsultarLoteRpsEnvio-ped-loterps.xml
|
| Consulta NFSe por RPS | ConsultarNfsePorRpsEnvio-ped-cnprnfse.xml |
ConsultarNfsePorRpsEnvio-ped-cnprnfse.xml
|
| Consulta Situacao Lote Rps | - |
ConsultarSituacaoLoteRpsEnvio-ped-cslr.xml
|
| Recepcionar Lote RPS | RecepcionarLoteRpsEnvio-env-loterps.xml |
RecepcionarLoteRpsEnvio-env-loterps.xml
|
| Substituir nota fiscal de Serviço | SubstituirNfseEnvio-ped-substnfse.xml |
SubstituirNfseEnvio-ped-substnfse.xml
|
Para uso na DLL
| Descrição do serviço | |||
|---|---|---|---|
| Cancelar nota fiscal de serviço | CancelarNfse |
CancelarNfse |
24
|
| Consulta lote RPS | ConsultarLoteRps |
ConsultarLoteRps |
31
|
| Consulta NFSe por RPS | ConsultarNfsePorRps |
ConsultarNfsePorRps |
36
|
| Consulta Situacao Lote Rps | - |
ConsultarSituacaoLoteRps |
40
|
| Recepcionar Lote RPS | RecepcionarLoteRps |
RecepcionarLoteRps |
28
|
| Substituir nota fiscal de Serviço | SubstituirNfse |
SubstituirNfse |
30
|
Exemplo de uso na DLL em C#:
Uso para todas versões
var configuracao = new Configuracao
{
TipoDFe = TipoDFe.NFSe,
CertificadoDigital = CertificadoSelecionado,
TipoAmbiente = TipoAmbiente.Producao,
CodigoMunicipio = codigo_ibge_do_municipio,
Servico = Servico.NFSeSubstituirNfse,
SchemaVersao = "X.XX",
};
var servico = new SubstituirNfse(conteudoXML, configuracao);
servico.Executar();
var retornoPrefeitura = servico.RetornoWSString;
Padrão DESENVOLVECIDADE
- Municípios no padrão DESENVOLVECIDADE utilizam WSDL's diferentes para emissão de NFSe, logo cada prefeitura pode ou não implementar os serviços listados abaixo;
- No UniNFe e DLL, tem uma versão de SCHEMA disponível.
Para uso no UniNFe
| Descrição do serviço | |
|---|---|
| Cancelar nota fiscal de serviço | CancelarNfseEnvio-ped-cannfse.xml
|
| Consulta lote RPS | ConsultarLoteRpsEnvio-ped-loterps.xml
|
| Consulta NFSe de serviços tomados | ConsultarNfseServicoTomadoEnvio-ped-sitnfsetom.xml
|
| Consulta NFSe por RPS | ConsultarNfsePorRpsEnvio-ped-cnprnfse.xml
|
| Gerar Nota Fiscal de Serviço | GerarNfseEnvio-env-loterps.xml
|
| Recepcionar Lote RPS | RecepcionarLoteRpsEnvio-env-loterps.xml
|
| Recepcionar Lote RPS Sincrono | RecepcionarLoteRpsSincronoEnvio-env-loterps.xml
|
Para uso na DLL
| Descrição do serviço | ||
|---|---|---|
| Cancelar nota fiscal de serviço | CancelarNfse |
24
|
| Consulta lote RPS | ConsultarLoteRps |
31
|
| Consulta NFSe de serviços tomados | ConsultarNfseServicoTomado |
34
|
| Consulta NFSe por RPS | ConsultarNfsePorRps |
36
|
| Gerar Nota Fiscal de Serviço | GerarNfse |
27
|
| Recepcionar Lote RPS | RecepcionarLoteRps |
28
|
| Recepcionar Lote RPS Sincrono | RecepcionarLoteRpsSincrono |
29
|
Exemplo de uso na DLL em C#:
Uso para todas versões
var configuracao = new Configuracao
{
TipoDFe = TipoDFe.NFSe,
CertificadoDigital = CertificadoSelecionado,
TipoAmbiente = TipoAmbiente.Producao,
CodigoMunicipio = codigo_ibge_do_municipio,
Servico = Servico.NFSeGerarNfse,
SchemaVersao = "2.03",
};
var servico = new GerarNfse(conteudoXML, configuracao);
servico.Executar();
var retornoPrefeitura = servico.RetornoWSString;
Padrão DIGIFRED
- Municípios no padrão DIGIFRED utilizam WSDL's diferentes para emissão de NFSe, logo cada prefeitura pode ou não implementar os serviços listados abaixo;
- No UniNFe e DLL, tem uma versão de SCHEMA disponível.
Para uso no UniNFe
| Descrição do serviço | |
|---|---|
| Cancelar nota fiscal de serviço | CancelarNfseEnvio-ped-cannfse.xml
|
| Consulta lote RPS | ConsultarLoteRpsEnvio-ped-loterps.xml
|
| Consulta NFSe de serviços prestados | ConsultarNfseServicoPrestadoEnvio-ped-sitnfse.xml
|
| Consulta NFSe de serviços tomados | ConsultarNfseServicoTomadoEnvio-ped-sitnfsetom.xml
|
| Consulta NFSe por Faixa | ConsultarNfseFaixaEnvio-ped-sitnfse.xml
|
| Consulta NFSe por RPS | ConsultarNfsePorRpsEnvio-ped-cnprnfse.xml
|
| Gerar Nota Fiscal de Serviço | GerarNfseEnvio-env-loterps.xml
|
| Recepcionar Lote RPS | RecepcionarLoteRpsEnvio-env-loterps.xml
|
| Recepcionar Lote RPS Sincrono | RecepcionarLoteRpsSincronoEnvio-env-loterps.xml
|
| Substituir nota fiscal de Serviço | SubstituirNfseEnvio-ped-substnfse.xml
|
Para uso na DLL
| Descrição do serviço | ||
|---|---|---|
| Cancelar nota fiscal de serviço | CancelarNfse |
24
|
| Consulta lote RPS | ConsultarLoteRps |
31
|
| Consulta NFSe de serviços prestados | ConsultarNfseServicoPrestado |
33
|
| Consulta NFSe de serviços tomados | ConsultarNfseServicoTomado |
34
|
| Consulta NFSe por Faixa | ConsultarNfseFaixa |
35
|
| Consulta NFSe por RPS | ConsultarNfsePorRps |
36
|
| Gerar Nota Fiscal de Serviço | GerarNfse |
27
|
| Recepcionar Lote RPS | RecepcionarLoteRps |
28
|
| Recepcionar Lote RPS Sincrono | RecepcionarLoteRpsSincrono |
29
|
| Substituir nota fiscal de Serviço | SubstituirNfse |
30
|
Padrão DSF
- Municípios no padrão DSF utilizam WSDL's diferentes para emissão de NFSe, logo cada prefeitura pode ou não implementar os serviços listados abaixo;
- No UniNFe e DLL, tem 4 versões de SCHEMA disponíveis.
Observação: Veja como é construída a tag <Assinatura> que é diferente da tag <Signature>.
Observação: Sobre São José dos Campos - SP: Aceita tanto versão 3.00 quanto versão 2.03.
Para uso no UniNFe
| Descrição do serviço | ||||
|---|---|---|---|---|
| Cancelar nota fiscal de serviço | CancelarNfseEnvio-ped-cannfse.xml |
CancelarNfseEnvio-ped-cannfse.xml |
CancelarNfseEnvio-ped-cannfse.xml |
CancelarNfseEnvio-ped-cannfse.xml
|
| Consulta de NFSe por Data | - |
- |
- |
ConsultarNfseEnvio-ped-cnfse.xml
|
| Consulta lote RPS | ConsultarLoteRpsEnvio-ped-loterps.xml |
ConsultarLoteRpsEnvio-ped-loterps.xml |
ConsultarLoteRpsEnvio-ped-loterps.xml |
ConsultarLoteRpsEnvio-ped-loterps.xml
|
| Consulta NFSe de serviços prestados | - |
ConsultarNfseServicoPrestadoEnvio-ped-sitnfse.xml |
ConsultarNfseServicoPrestadoEnvio-ped-sitnfse.xml |
-
|
| Consulta NFSe de serviços tomados | - |
ConsultarNfseServicoTomadoEnvio-ped-sitnfsetom.xml |
- |
-
|
| Consulta NFSe por Faixa | - |
ConsultarNfseFaixaEnvio-ped-sitnfse.xml |
- |
-
|
| Consulta NFSe por RPS | ConsultarNfsePorRpsEnvio-ped-cnprnfse.xml |
ConsultarNfsePorRpsEnvio-ped-cnprnfse.xml |
- |
ConsultarNfsePorRpsEnvio-ped-cnprnfse.xml
|
| Consulta Sequencia Lote Nota RPS | ConsultarSequenciaLoteNotaRPSEnvio-ped-csln.xml |
- |
- |
-
|
| Consultar NFSe Valida | ConsultarNotaValidaEnvio-ped-cnv.xml |
- |
- |
-
|
| Consultar Situação Lote Rps | - |
- |
- |
ConsultarSituacaoLoteRpsEnvio-ped-cslr.xml
|
| Gerar Nota Fiscal de Serviço | - |
GerarNfseEnvio-env-loterps.xml |
GerarNfseEnvio-env-loterps.xml |
-
|
| Recepcionar Lote RPS | RecepcionarLoteRpsEnvio-env-loterps.xml |
RecepcionarLoteRpsEnvio-env-loterps.xml |
RecepcionarLoteRpsEnvio-env-loterps.xml |
RecepcionarLoteRpsEnvio-env-loterps.xml
|
| Recepcionar Lote RPS Sincrono | RecepcionarLoteRpsSincronoEnvio-env-loterps.xml |
RecepcionarLoteRpsSincronoEnvio-env-loterps.xml |
RecepcionarLoteRpsSincronoEnvio-env-loterps.xml |
-
|
| Substituir nota fiscal de Serviço | - |
SubstituirNfseEnvio-ped-substnfse.xml |
SubstituirNfseEnvio-ped-substnfse.xml |
-
|
Para uso na DLL
| Descrição do serviço | |||||
|---|---|---|---|---|---|
| Cancelar nota fiscal de serviço | CancelarNfse |
CancelarNfse |
CancelarNfse |
CancelarNfse |
24
|
| Consulta de NFSe por Data | - |
- |
- |
ConsultarNfse |
32
|
| Consulta lote RPS | ConsultarLoteRps |
ConsultarLoteRps |
ConsultarLoteRps |
ConsultarLoteRps |
31
|
| Consulta NFSe de serviços prestados | - |
ConsultarNfseServicoPrestado |
ConsultarNfseServicoPrestado |
- |
33
|
| Consulta NFSe de serviços tomados | - |
ConsultarNfseServicoTomado |
- |
- |
34
|
| Consulta NFSe por Faixa | - |
ConsultarNfseFaixa |
- |
- |
35
|
| Consulta NFSe por RPS | ConsultarNfsePorRps |
ConsultarNfsePorRps |
- |
ConsultarNfsePorRps |
36
|
| Consulta Sequencia Lote Nota RPS | ConsultarSequenciaLoteNotaRPS |
- |
- |
- |
61
|
| Consultar NFSe Valida | ConsultarNotaValida |
- |
- |
- |
26
|
| Consultar Situação Lote Rps | - |
- |
- |
ConsultarSituacaoLoteRps |
40
|
| Gerar Nota Fiscal de Serviço | - |
GerarNfse |
GerarNfse |
- |
27
|
| Recepcionar Lote RPS | RecepcionarLoteRps |
RecepcionarLoteRps |
RecepcionarLoteRps |
RecepcionarLoteRps |
28
|
| Recepcionar Lote RPS Sincrono | RecepcionarLoteRpsSincrono |
RecepcionarLoteRpsSincrono |
RecepcionarLoteRpsSincrono |
- |
29
|
| Substituir nota fiscal de Serviço | - |
SubstituirNfse |
SubstituirNfse |
- |
30
|
Exemplo de uso na DLL em C#:
Uso para todas versões
var configuracao = new Configuracao
{
TipoDFe = TipoDFe.NFSe,
CertificadoDigital = CertificadoSelecionado,
TipoAmbiente = TipoAmbiente.Producao,
CodigoMunicipio = codigo_ibge_do_municipio,
Servico = Servico.NFSeGerarNfse,
SchemaVersao = "X.XX",
};
var servico = new GerarNfse(conteudoXML, configuracao);
servico.Executar();
var retornoPrefeitura = servico.RetornoWSString;
Padrão E_RECEITA
- Municípios no padrão E_RECEITA utilizam WSDL's diferentes para emissão de NFSe, logo cada prefeitura pode ou não implementar os serviços listados abaixo;
- No UniNFe e DLL, tem uma versão de SCHEMA disponível.
Para uso no UniNFe
| Descrição do serviço | |
|---|---|
| Cancelar nota fiscal de serviço | CancelarNfseEnvio-ped-cannfse.xml
|
| Consulta lote RPS | ConsultarLoteRpsEnvio-ped-loterps.xml
|
| Consulta NFSe por Faixa | ConsultarNfseFaixaEnvio-ped-sitnfse.xml
|
| Consulta NFSe por RPS | ConsultarNfsePorRpsEnvio-ped-cnprnfse.xml
|
| Gerar Nota Fiscal de Serviço | GerarNfseEnvio-env-loterps.xml
|
| Recepcionar Lote RPS | RecepcionarLoteRpsEnvio-env-loterps.xml
|
| Recepcionar Lote RPS Sincrono | RecepcionarLoteRpsSincronoEnvio-env-loterps.xml
|
| Substituir nota fiscal de Serviço | SubstituirNfseEnvio-ped-substnfse.xml
|
Para uso na DLL
| Descrição do serviço | ||
|---|---|---|
| Cancelar nota fiscal de serviço | CancelarNfse |
24
|
| Consulta lote RPS | ConsultarLoteRps |
31
|
| Consulta NFSe por Faixa | ConsultarNfseFaixa |
35
|
| Consulta NFSe por RPS | ConsultarNfsePorRps |
36
|
| Gerar Nota Fiscal de Serviço | GerarNfse |
27
|
| Recepcionar Lote RPS | RecepcionarLoteRps |
28
|
| Recepcionar Lote RPS Sincrono | RecepcionarLoteRpsSincrono |
29
|
| Substituir nota fiscal de Serviço | SubstituirNfse |
30
|
Exemplo de uso na DLL em C#:
Uso para todas versões
var configuracao = new Configuracao
{
TipoDFe = TipoDFe.NFSe,
CertificadoDigital = CertificadoSelecionado,
TipoAmbiente = TipoAmbiente.Producao,
CodigoMunicipio = codigo_ibge_do_municipio,
Servico = Servico.NFSeGerarNfse,
SchemaVersao = "2.02",
};
var servico = new GerarNfse(conteudoXML, configuracao);
servico.Executar();
var retornoPrefeitura = servico.RetornoWSString;
Padrão EGOVERNE
- Somente Curitiba - PR utiliza esse padrão, pois foi feito especialmente para essa prefeitura;
- No UniNFe e DLL, tem uma versão de SCHEMA disponível.
Observação: Veja como é feito o link de impressão da NFSe em PDF.
Para uso no UniNFe
| Descrição do serviço | |
|---|---|
ConsultarNfseEnvio-ped-cnfse.xml
| |
| Cancelar nota fiscal de serviço | CancelarNfseEnvio-ped-cannfse.xml
|
| Consulta lote RPS | ConsultarLoteRpsEnvio-ped-loterps.xml
|
| Consulta NFSe por RPS | ConsultarNfsePorRpsEnvio-ped-cnprnfse.xml
|
| Consultar Situação Lote Rps | ConsultarSituacaoLoteRpsEnvio-ped-cslr.xml
|
| Recepcionar Lote RPS | RecepcionarLoteRpsEnvio-env-loterps.xml
|
Para uso na DLL
| Descrição do serviço | ||
|---|---|---|
ConsultarNfse |
32
| |
| Cancelar nota fiscal de serviço | CancelarNfse |
24
|
| Consulta lote RPS | ConsultarLoteRps |
31
|
| Consulta NFSe por RPS | ConsultarNfsePorRps |
36
|
| Consultar Situação Lote Rps | ConsultarSituacaoLoteRps |
40
|
| Recepcionar Lote RPS | RecepcionarLoteRps |
28
|
Padrão EGOVERNEISS
- Municípios no padrão EGOVERNEISS utilizam WSDL's diferentes para emissão de NFSe, logo cada prefeitura pode ou não implementar os serviços listados abaixo;
- No UniNFe e DLL, tem uma versão de SCHEMA disponível.
Observação: WSDL de homologação é o mesmo de produção. Para emitir em homologação, deve-se alterar a tag <Homologacao> para TRUE.
Para uso no UniNFe
| Descrição do serviço | |
|---|---|
| Cancelar nota fiscal de serviço | CancelarNfseEnvio-ped-cannfse.xml
|
| Consulta lote RPS | ConsultarLoteRpsEnvio-ped-loterps.xml
|
| Consulta NFSe por RPS | ConsultarNfsePorRpsEnvio-ped-cnprnfse.xml
|
| Envio Rps | EnvioRpsEnvio-ped-er.xml
|
| EnvioLoteRps | EnvioLoteRpsEnvio-ped-elr.xml
|
Para uso na DLL
| Descrição do serviço | ||
|---|---|---|
| Cancelar nota fiscal de serviço | CancelarNfse |
24
|
| Consulta lote RPS | ConsultarLoteRps |
31
|
| Consulta NFSe por RPS | ConsultarNfsePorRps |
36
|
| Envio Rps | EnvioRps |
45
|
| EnvioLoteRps | EnvioLoteRps |
44
|
Exemplo de uso na DLL em C#:
Uso para todas versões
var configuracao = new Configuracao
{
TipoDFe = TipoDFe.NFSe,
CertificadoDigital = CertificadoSelecionado,
TipoAmbiente = TipoAmbiente.Producao,
CodigoMunicipio = codigo_ibge_do_municipio,
Servico = Servico.NFSeEnvioLoteRps,
SchemaVersao = "1.00",
};
var servico = new EnvioLoteRps(conteudoXML, configuracao);
servico.Executar();
var retornoPrefeitura = servico.RetornoWSString;
Padrão E&L
- Municípios no padrão E&L utilizam WSDL's diferentes para emissão de NFSe, logo cada prefeitura pode ou não implementar os serviços listados abaixo;
- No UniNFe e DLL, tem 2 versões de SCHEMA disponíveis.
Observação: Esse padrão não disponibiliza WSDL de homologação, cada prefeitura tem que ter um usuário de teste no WSDL de produção.
Para uso no UniNFe
| Descrição do serviço | ||
|---|---|---|
| Cancelar nota fiscal de serviço | CancelarNfseEnvio-ped-cannfse.xml |
CancelarNfseEnvio-ped-cannfse.xml
|
| Consulta Lote RPS | ConsultarLoteRpsEnvio-ped-loterps.xml |
ConsultarLoteRpsEnvio-ped-loterps.xml
|
| Consulta NFSe | ConsultarNfseEnvio-ped-cnfse.xml |
-
|
| Consulta NFSe de serviços prestados | - |
ConsultarNfseServicoPrestadoEnvio-ped-sitnfse.xml
|
| Consulta NFSe de serviços tomados | - |
ConsultarNfseServicoTomadoEnvio-ped-sitnfsetom.xml
|
| Consulta NFSe por Faixa | - |
ConsultarNfseFaixaEnvio-ped-sitnfse.xml
|
| Consulta NFSe por RPS | ConsultarNfsePorRpsEnvio-ped-cnprnfse.xml |
ConsultarNfsePorRpsEnvio-ped-cnprnfse.xml
|
| Consulta situação do lote RPS | ConsultarSituacaoLoteRpsEnvio-ped-cslr.xml |
-
|
| Gerar Nota Fiscal de Serviço | - |
GerarNfseEnvio-env-loterps.xml
|
| Recepcionar Lote RPS | RecepcionarLoteRpsEnvio-env-loterps.xml |
RecepcionarLoteRpsEnvio-env-loterps.xml
|
| Recepcionar Lote RPS Sincrono | - |
RecepcionarLoteRpsSincronoEnvio-env-loterps.xml
|
| Substituir nota fiscal de Serviço | - |
SubstituirNfseEnvio-ped-substnfse.xml
|
Para uso na DLL
| Descrição do serviço | |||
|---|---|---|---|
| Cancelar nota fiscal de serviço | CancelarNfse |
CancelarNfse |
24
|
| Consulta Lote RPS | ConsultarLoteRps |
ConsultarLoteRps |
31
|
| Consulta NFSe | ConsultarNfse |
- |
32
|
| Consulta NFSe de serviços prestados | - |
ConsultarNfseServicoPrestado |
33
|
| Consulta NFSe de serviços tomados | - |
ConsultarNfseServicoTomado |
34
|
| Consulta NFSe por Faixa | - |
ConsultarNfseFaixa |
35
|
| Consulta NFSe por RPS | ConsultarNfsePorRps |
ConsultarNfsePorRps |
36
|
| Consulta situação do lote RPS | ConsultarSituacaoLoteRps |
- |
40
|
| Gerar Nota Fiscal de Serviço | - |
GerarNfse |
27
|
| Recepcionar Lote RPS | RecepcionarLoteRps |
RecepcionarLoteRps |
28
|
| Recepcionar Lote RPS Sincrono | - |
RecepcionarLoteRpsSincrono |
29
|
| Substituir nota fiscal de Serviço | - |
SubstituirNfse |
30
|
Exemplo de uso na DLL em C#:
Versão 1.00
var configuracao = new Configuracao
{{
TipoDFe = TipoDFe.NFSe,
CertificadoDigital = CertificadoSelecionado,
TipoAmbiente = TipoAmbiente.Producao,
codigo_municipio = codigo_ibge_do_municipio,
Servico = Servico.NFSeRecepcionarLoteRps,
SchemaVersao = "1.00"
MunicipioUsuario = "12345678901234",
MunicipioSenha = "123456"
}};
var servico = new RecepcionarLoteRps(conteudoXML, configuracao);
servico.Executar();
var retornoPrefeitura = servico.RetornoWSString;
Versão 2.04
var configuracao = new Configuracao
{{
TipoDFe = TipoDFe.NFSe,
CertificadoDigital = CertificadoSelecionado,
TipoAmbiente = TipoAmbiente.Producao,
codigo_municipio = codigo_ibge_do_municipio,
Servico = Servico.NFSeGerarNfse,
SchemaVersao = "2.04"
}};
var servico = new GerarNfse(conteudoXML, configuracao);
servico.Executar();
var retornoPrefeitura = servico.RetornoWSString;
Padrão ELOTECH
- Municípios no padrão ELOTECH utilizam WSDL's diferentes para emissão de NFSe, logo cada prefeitura pode ou não implementar os serviços listados abaixo;
- No UniNFe e DLL, tem uma versão de SCHEMA disponível.
Observação: Endereço de homologação é o mesmo de produção, mudando somente a tag <Homologa> para TRUE ou FALSE.
Para uso no UniNFe
| Descrição do serviço | |
|---|---|
| Cancelar nota fiscal de serviço | CancelarNfseEnvio-ped-cannfse.xml
|
| Consulta lote RPS | ConsultarLoteRpsEnvio-ped-loterps.xml
|
| Consulta NFSe de serviços prestados | ConsultarNfseServicoPrestadoEnvio-ped-sitnfse.xml
|
| Consulta NFSe de serviços tomados | ConsultarNfseServicoTomadoEnvio-ped-sitnfsetom.xml
|
| Consulta NFSe por Faixa | ConsultarNfseFaixaEnvio-ped-sitnfse.xml
|
| Consulta NFSe por RPS | ConsultarNfsePorRpsEnvio-ped-cnprnfse.xml
|
| Recepcionar Lote RPS | RecepcionarLoteRpsEnvio-env-loterps.xml
|
| Recepcionar Lote RPS Sincrono | RecepcionarLoteRpsSincronoEnvio-env-loterps.xml
|
| Substituir nota fiscal de Serviço | SubstituirNfseEnvio-ped-substnfse.xml
|
Para uso na DLL
| Descrição do serviço | ||
|---|---|---|
| Cancelar nota fiscal de serviço | CancelarNfse |
24
|
| Consulta lote RPS | ConsultarLoteRps |
31
|
| Consulta NFSe de serviços prestados | ConsultarNfseServicoPrestado |
33
|
| Consulta NFSe de serviços tomados | ConsultarNfseServicoTomado |
34
|
| Consulta NFSe por Faixa | ConsultarNfseFaixa |
35
|
| Consulta NFSe por RPS | ConsultarNfsePorRps |
36
|
| Recepcionar Lote RPS | RecepcionarLoteRps |
28
|
| Recepcionar Lote RPS Sincrono | RecepcionarLoteRpsSincrono |
29
|
| Substituir nota fiscal de Serviço | SubstituirNfse |
30
|
Exemplo de uso na DLL em C#:
Uso para todas versões
var configuracao = new Configuracao
{
TipoDFe = TipoDFe.NFSe,
CertificadoDigital = CertificadoSelecionado,
TipoAmbiente = TipoAmbiente.Producao,
CodigoMunicipio = codigo_ibge_do_municipio,
Servico = Servico.NFSeGerarNfse,
SchemaVersao = "2.03",
};
var servico = new GerarNfse(conteudoXML, configuracao);
servico.Executar();
var retornoPrefeitura = servico.RetornoWSString;
Padrão EMBRAS
- Municípios no padrão EMBRAS utilizam WSDL's diferentes para emissão de NFSe, logo cada prefeitura pode ou não implementar os serviços listados abaixo;
- No UniNFe e DLL, tem uma versão de SCHEMA disponível.
Para uso no UniNFe
| Descrição do serviço | |
|---|---|
| Cancelar nota fiscal de serviço | CancelarNfseEnvio-ped-cannfse.xml
|
| Consulta lote RPS | ConsultarLoteRpsEnvio-ped-loterps.xml
|
| Consulta NFSe de serviços prestados | ConsultarNfseServicoPrestadoEnvio-ped-sitnfse.xml
|
| Consulta NFSe de serviços tomados | ConsultarNfseServicoTomadoEnvio-ped-sitnfsetom.xml
|
| Consulta NFSe por Faixa | ConsultarNfseFaixaEnvio-ped-sitnfse.xml
|
| Consulta NFSe por RPS | ConsultarNfsePorRpsEnvio-ped-cnprnfse.xml
|
| Gerar Nota Fiscal de Serviço | GerarNfseEnvio-env-loterps.xml
|
| Recepcionar Lote RPS Sincrono | RecepcionarLoteRpsSincronoEnvio-env-loterps.xml
|
| Substituir nota fiscal de Serviço | SubstituirNfseEnvio-ped-substnfse.xml
|
Para uso na DLL
| Descrição do serviço | ||
|---|---|---|
| Cancelar nota fiscal de serviço | CancelarNfse |
24
|
| Consulta lote RPS | ConsultarLoteRps |
31
|
| Consulta NFSe de serviços prestados | ConsultarNfseServicoPrestado |
33
|
| Consulta NFSe de serviços tomados | ConsultarNfseServicoTomado |
34
|
| Consulta NFSe por Faixa | ConsultarNfseFaixa |
35
|
| Consulta NFSe por RPS | ConsultarNfsePorRps |
36
|
| Gerar Nota Fiscal de Serviço | GerarNfse |
27
|
| Recepcionar Lote RPS Sincrono | RecepcionarLoteRpsSincrono |
29
|
| Substituir nota fiscal de Serviço | SubstituirNfse |
30
|
Padrão EQUIPLANO
- Municípios no padrão EQUIPLANO utilizam o mesmo WSDL para emissão de NFSe;
- No UniNFe e DLL, tem uma versão de SCHEMA disponível.
Para uso no UniNFe
| Descrição do serviço | |
|---|---|
| Cancelar nota fiscal de serviço | CancelarNfseEnvio-ped-cannfse.xml
|
| Consulta lote RPS | ConsultarLoteRpsEnvio-ped-loterps.xml
|
| Consulta NFSe por RPS | ConsultarNfsePorRpsEnvio-ped-cnprnfse.xml
|
| Consultar Nfse | ConsultarNfseEnvio-ped-cnfse.xml
|
| Consultar Situação Lote Rps | ConsultarSituacaoLoteRpsEnvio-ped-cslr.xml
|
| Recepcionar Lote RPS | RecepcionarLoteRpsEnvio-env-loterps.xml
|
Para uso na DLL
| Descrição do serviço | ||
|---|---|---|
| Cancelar nota fiscal de serviço | CancelarNfse |
24
|
| Consulta lote RPS | ConsultarLoteRps |
31
|
| Consulta NFSe por RPS | ConsultarNfsePorRps |
36
|
| Consultar Nfse | ConsultarNfse |
32
|
| Consultar Situação Lote Rps | ConsultarSituacaoLoteRps |
40
|
| Recepcionar Lote RPS | RecepcionarLoteRps |
28
|
Exemplo de uso na DLL em C#:
Uso para todas versões
var configuracao = new Configuracao
{
TipoDFe = TipoDFe.NFSe,
CertificadoDigital = CertificadoSelecionado,
TipoAmbiente = TipoAmbiente.Producao,
CodigoMunicipio = 9999905,
Servico = Servico.NFSeRecepcionarLoteRps,
SchemaVersao = "1.00",
};
var servico = new RecepcionarLoteRps(conteudoXML, configuracao);
servico.Executar();
var retornoPrefeitura = servico.RetornoWSString;
Padrão FINTEL
- Municípios no padrão FINTEL utilizam WSDL's diferentes para emissão de NFSe, logo cada prefeitura pode ou não implementar os serviços listados abaixo;
- No UniNFe e DLL, tem 2 versões de SCHEMA disponíveis.
Para uso no UniNFe
| Descrição do serviço | ||
|---|---|---|
| Cancelar nota fiscal de serviço | CancelarNfseEnvio-ped-cannfse.xml |
CancelarNfseEnvio-ped-cannfse.xml
|
| Consulta Situuação do Lote por RPS | - |
ConsultarSituacaoLoteRpsEnvio-ped-cslr.xml
|
| Gerar Nota Fiscal de Serviço | GerarNfseEnvio-env-loterps.xml |
GerarNfseEnvio-env-loterps.xml
|
| Realiza a consulta da NFSe através do Prestador | ConsultarNfseServicoPrestadoEnvio-ped-sitnfse.xml |
-
|
| Realiza a consulta da NFSe através do Rps | ConsultarNfsePorRpsEnvio-ped-cnprnfse.xml |
ConsultarNfsePorRpsEnvio-ped-cnprnfse.xml
|
| Realiza a consulta da NFSe através do Tomador | ConsultarNfseServicoTomadoEnvio-ped-sitnfsetom.xml |
-
|
| Realiza a consulta da NFSe por faixa | ConsultarNfseFaixaEnvio-ped-sitnfse.xml |
ConsultarNfseFaixaEnvio-ped-sitnfse.xml
|
| Realiza a consulta do Lote RPS | ConsultarLoteRpsEnvio-ped-loterps.xml |
ConsultarLoteRpsEnvio-ped-loterps.xml
|
| Recepcionar Lote RPS | - |
RecepcionarLoteRpsEnvio-env-loterps.xml
|
| Recepcionar Lote RPS síncrono | RecepcionarLoteRpsSincronoEnvio-env-loterps.xml |
RecepcionarLoteRpsSincronoEnvio-env-loterps.xml
|
| Substitui NFSe | SubstituirNfseEnvio-ped-substnfse.xml |
-
|
Para uso na DLL
| Descrição do serviço | |||
|---|---|---|---|
| Cancelar nota fiscal de serviço | CancelarNfse |
CancelarNfse |
24
|
| Consulta Situuação do Lote por RPS | - |
ConsultarSituacaoLoteRps |
40
|
| Gerar Nota Fiscal de Serviço | GerarNfse |
GerarNfse |
27
|
| Realiza a consulta da NFSe através do Prestador | ConsultarNfseServicoPrestado |
- |
33
|
| Realiza a consulta da NFSe através do Rps | ConsultarNfsePorRps |
ConsultarNfsePorRps |
36
|
| Realiza a consulta da NFSe através do Tomador | ConsultarNfseServicoTomado |
- |
34
|
| Realiza a consulta da NFSe por faixa | ConsultarNfseFaixa |
ConsultarNfseFaixa |
35
|
| Realiza a consulta do Lote RPS | ConsultarLoteRps |
ConsultarLoteRps |
31
|
| Recepcionar Lote RPS | - |
RecepcionarLoteRps |
28
|
| Recepcionar Lote RPS síncrono | RecepcionarLoteRpsSincrono |
RecepcionarLoteRpsSincrono |
29
|
| Substitui NFSe | SubstituirNfse |
- |
30
|
Exemplo de uso na DLL em C#:
Uso para todas versões
var configuracao = new Configuracao
{
TipoDFe = TipoDFe.NFSe,
CertificadoDigital = CertificadoSelecionado,
TipoAmbiente = TipoAmbiente.Producao,
CodigoMunicipio = codigo_ibge_do_municipio,
Servico = Servico.NFSeGerarNfse,
SchemaVersao = "X.XX",
};
var servico = new GerarNfse(conteudoXML, configuracao);
servico.Executar();
var retornoPrefeitura = servico.RetornoWSString;
Padrão FIORILLI
- Municípios no padrão FIORILLI utilizam WSDL's diferentes para emissão de NFSe, logo cada prefeitura pode ou não implementar os serviços listados abaixo;
- No UniNFe e DLL, tem uma versão de SCHEMA disponível.
Observação: Cada contribuinte deve ter um usuário e senha no WSDL de produção e homologação.
Para uso no UniNFe
| Descrição do serviço | |
|---|---|
| Cancelar nota fiscal de serviço | CancelarNfseEnvio-ped-cannfse.xml
|
| Consulta lote RPS | ConsultarLoteRpsEnvio-ped-loterps.xml
|
| Consulta NFSe de serviços prestados | ConsultarNfseServicoPrestadoEnvio-ped-sitnfse.xml
|
| Consulta NFSe de serviços tomados | ConsultarNfseServicoTomadoEnvio-ped-sitnfsetom.xml
|
| Consulta NFSe por Faixa | ConsultarNfseFaixaEnvio-ped-sitnfse.xml
|
| Consulta NFSe por RPS | ConsultarNfsePorRpsEnvio-ped-cnprnfse.xml
|
| Gerar Nota Fiscal de Serviço | GerarNfseEnvio-env-loterps.xml
|
| Recepcionar Lote RPS | RecepcionarLoteRpsEnvio-env-loterps.xml
|
| Recepcionar Lote RPS Sincrono | RecepcionarLoteRpsSincronoEnvio-env-loterps.xml
|
| Substituir nota fiscal de Serviço | SubstituirNfseEnvio-ped-substnfse.xml
|
Para uso na DLL
| Descrição do serviço | ||
|---|---|---|
| Cancelar nota fiscal de serviço | CancelarNfse |
24
|
| Consulta lote RPS | ConsultarLoteRps |
31
|
| Consulta NFSe de serviços prestados | ConsultarNfseServicoPrestado |
33
|
| Consulta NFSe de serviços tomados | ConsultarNfseServicoTomado |
34
|
| Consulta NFSe por Faixa | ConsultarNfseFaixa |
35
|
| Consulta NFSe por RPS | ConsultarNfsePorRps |
36
|
| Gerar Nota Fiscal de Serviço | GerarNfse |
27
|
| Recepcionar Lote RPS | RecepcionarLoteRps |
28
|
| Recepcionar Lote RPS Sincrono | RecepcionarLoteRpsSincrono |
29
|
| Substituir nota fiscal de Serviço | SubstituirNfse |
30
|
Exemplo de uso na DLL em C#:
Uso para todas versões
var configuracao = new Configuracao
{
TipoDFe = TipoDFe.NFSe,
CertificadoDigital = CertificadoSelecionado,
TipoAmbiente = TipoAmbiente.Producao,
CodigoMunicipio = codigo_ibge_do_municipio,
Servico = Servico.NFSeGerarNfse,
SchemaVersao = "2.01",
MunicipioUsuario = "12345678901234",
MunicipioSenha = "123456",
};
var servico = new GerarNfse(conteudoXML, configuracao);
servico.Executar();
var retornoPrefeitura = servico.RetornoWSString;
Padrão FISCO
- Municípios no padrão FISCO utilizam o mesmo WSDL para emissão de NFSe;
- No UniNFe e DLL, tem uma versão de SCHEMA disponível.
Observação: Não possui ambiente de homologação.
Para uso no UniNFe
| Descrição do serviço | |
|---|---|
| Cancelar NFSe | CancelarNfseEnvio-ped-cannfse.xml
|
| Consulta lote RPS | ConsultarLoteRpsEnvio-ped-loterps.xml
|
| Consulta NFSe por RPS | ConsultarNfsePorRpsEnvio-ped-cnprnfse.xml
|
| Consultar NFSe por Faixa | ConsultarNfseFaixaEnvio-ped-sitnfse.xml
|
| Consultar NFSe Servico consultarNfseServicoTomado | ConsultarNfseServicoTomadoEnvio-ped-sitnfsetom.xml
|
| Consultar NFSe Servico Prestado | ConsultarNfseServicoPrestadoEnvio-ped-sitnfse.xml
|
| Gerar NFSe | GerarNfseEnvio-env-loterps.xml
|
| Recepcionar Lote RPS | RecepcionarLoteRpsEnvio-env-loterps.xml
|
| Recepcionar Lote RPS Sincrono | RecepcionarLoteRpsSincronoEnvio-env-loterps.xml
|
| Substituir NFSe | SubstituirNfseEnvio-ped-substnfse.xml
|
Para uso na DLL
| Descrição do serviço | ||
|---|---|---|
| Cancelar NFSe | CancelarNfse |
24
|
| Consulta lote RPS | ConsultarLoteRps |
31
|
| Consulta NFSe por RPS | ConsultarNfsePorRps |
36
|
| Consultar NFSe por Faixa | ConsultarNfseFaixa |
35
|
| Consultar NFSe Servico consultarNfseServicoTomado | ConsultarNfseServicoTomado |
34
|
| Consultar NFSe Servico Prestado | ConsultarNfseServicoPrestado |
33
|
| Gerar NFSe | GerarNfse |
27
|
| Recepcionar Lote RPS | RecepcionarLoteRps |
28
|
| Recepcionar Lote RPS Sincrono | RecepcionarLoteRpsSincrono |
29
|
| Substituir NFSe | SubstituirNfse |
30
|
Exemplo de uso na DLL em C#:
Uso para todas versões
var configuracao = new Configuracao
{
TipoDFe = TipoDFe.NFSe,
CertificadoDigital = CertificadoSelecionado,
TipoAmbiente = TipoAmbiente.Producao,
CodigoMunicipio = 9999906,
Servico = Servico.NFSeGerarNfse,
SchemaVersao = "2.03",
};
var servico = new GerarNfse(conteudoXML, configuracao);
servico.Executar();
var retornoPrefeitura = servico.RetornoWSString;
Padrão FUTURIZE
- Municípios no padrão FUTURIZE utilizam WSDL's diferentes para emissão de NFSe, logo cada prefeitura pode ou não implementar os serviços listados abaixo;
- No UniNFe e DLL, tem uma versão de SCHEMA disponível.
Para uso no UniNFe
| Descrição do serviço | |
|---|---|
| Cancelar nota fiscal de serviço | CancelarNfseEnvio-ped-cannfse.xml
|
| Consulta lote RPS | ConsultarLoteRpsEnvio-ped-loterps.xml
|
| Consulta NFSe de serviços prestados | ConsultarNfseServicoPrestadoEnvio-ped-sitnfse.xml
|
| Consulta NFSe de serviços tomados | ConsultarNfseServicoTomadoEnvio-ped-sitnfsetom.xml
|
| Consulta NFSe por Faixa | ConsultarNfseFaixaEnvio-ped-sitnfse.xml
|
| Consulta NFSe por RPS | ConsultarNfsePorRpsEnvio-ped-cnprnfse.xml
|
| Gerar Nota Fiscal de Serviço | GerarNfseEnvio-env-loterps.xml
|
| Recepcionar Lote RPS Sincrono | RecepcionarLoteRpsSincronoEnvio-env-loterps.xml
|
| Substituir nota fiscal de Serviço | SubstituirNfseEnvio-ped-substnfse.xml
|
Para uso na DLL
| Descrição do serviço | ||
|---|---|---|
| Cancelar nota fiscal de serviço | CancelarNfse |
24
|
| Consulta lote RPS | ConsultarLoteRps |
31
|
| Consulta NFSe de serviços prestados | ConsultarNfseServicoPrestado |
33
|
| Consulta NFSe de serviços tomados | ConsultarNfseServicoTomado |
34
|
| Consulta NFSe por Faixa | ConsultarNfseFaixa |
35
|
| Consulta NFSe por RPS | ConsultarNfsePorRps |
36
|
| Gerar Nota Fiscal de Serviço | GerarNfse |
27
|
| Recepcionar Lote RPS Sincrono | RecepcionarLoteRpsSincrono |
29
|
| Substituir nota fiscal de Serviço | SubstituirNfse |
30
|
Padrão GIAP
- Municípios no padrão GIAP utilizam WSDL's diferentes para emissão de NFSe, logo cada prefeitura pode ou não implementar os serviços listados abaixo;
- No UniNFe e DLL, tem uma versão de SCHEMA disponível.
Para uso no UniNFe
| Descrição do serviço | |
|---|---|
| Consulta da NFSe | ConsultarNfseEnvio-ped-cnfse.xml
|
| Envio de lote RPS - Sincrono | GerarNfseEnvio-env-loterps.xml
|
| Evento de cancelamento da NFSe | CancelarNfseEnvio-ped-cannfse.xml
|
Para uso na DLL
| Descrição do serviço | ||
|---|---|---|
| Consulta da NFSe | ConsultarNfse |
32
|
| Envio de lote RPS - Sincrono | GerarNfse |
27
|
| Evento de cancelamento da NFSe | CancelarNfse |
24
|
Exemplo de uso na DLL em C#:
Uso para todas versões
var configuracao = new Configuracao
{
TipoDFe = TipoDFe.NFSe,
CertificadoDigital = CertificadoSelecionado,
TipoAmbiente = TipoAmbiente.Producao,
CodigoMunicipio = codigo_ibge_do_municipio,
Servico = Servico.NFSe,
SchemaVersao = "2.00",
};
var servico = new (conteudoXML, configuracao);
servico.Executar();
var retornoPrefeitura = servico.RetornoWSString;
Padrão GIF
- Municípios no padrão GIF utilizam WSDL's diferentes para emissão de NFSe, logo cada prefeitura pode ou não implementar os serviços listados abaixo;
- No UniNFe e DLL, tem 2 versões de SCHEMA disponíveis.
Para uso no UniNFe
| Descrição do serviço | ||
|---|---|---|
| Cancelamento Nota Fiscal | CancelarNotaFiscalEnvio-ped-cnf.xml |
-
|
| Consulta Pedido Status Lote | ObterCriticaLoteEnvio-ped-ocl.xml |
-
|
| Consultar Lote Nota Fiscal | ConsultaLoteEnvio-ped-cl.xml |
-
|
| Consultar Lote Nota Fiscal | ConsultarNfseServicoTomadoEnvio-ped-sitnfsetom.xml |
-
|
| Consultar NFSe | - |
ConsultarNfseEnvio-ped-cnfse.xml
|
| Consultar NFSe serviço prestado | ConsultarNfseServicoPrestadoEnvio-ped-sitnfse.xml |
-
|
| Consultar Nota Fiscal | ConsultarNotaFiscalEnvio-ped-cnf.xml |
-
|
| Enviar Lote Notas | EnviarLoteNotasEnvio-ped-eln.xml |
-
|
| Envio do cancelamento de NFSe | - |
CancelarNfseEnvio-ped-cannfse.xml
|
| Envio do DPS - Sincrono | - |
GerarNfseEnvio-env-loterps.xml
|
| Obter Nota Fiscal Xml | ObterNotaFiscalXmlEnvio-ped-onfx.xml |
-
|
| Obter Nota Fiscal Xml | ConsultarNfsePDFEnvio-ped-cnnfse.xml |
-
|
| Solicitar Inutilizacao NFSe | SolicitacaoInutilizacaoEnvio-ped-si.xml |
-
|
Para uso na DLL
| Descrição do serviço | |||
|---|---|---|---|
| Cancelamento Nota Fiscal | CancelarNotaFiscal |
- |
52
|
| Consulta Pedido Status Lote | ObterCriticaLote |
- |
57
|
| Consultar Lote Nota Fiscal | ConsultaLote |
- |
48
|
| Consultar Lote Nota Fiscal | ConsultarNfseServicoTomado |
- |
34
|
| Consultar NFSe | - |
ConsultarNfse |
32
|
| Consultar NFSe serviço prestado | ConsultarNfseServicoPrestado |
- |
33
|
| Consultar Nota Fiscal | ConsultarNotaFiscal |
- |
84
|
| Enviar Lote Notas | EnviarLoteNotas |
- |
54
|
| Envio do cancelamento de NFSe | - |
CancelarNfse |
24
|
| Envio do DPS - Sincrono | - |
GerarNfse |
27
|
| Obter Nota Fiscal Xml | ObterNotaFiscalXml |
- |
62
|
| Obter Nota Fiscal Xml | ConsultarNfsePDF |
- |
37
|
| Solicitar Inutilizacao NFSe | SolicitacaoInutilizacao |
- |
63
|
Padrão GINFES
- Municípios no padrão GINFES utilizam o mesmo WSDL para emissão de NFSe;
- No UniNFe e DLL, tem 2 versões de SCHEMA disponíveis.
Observação: Os municípios Fortaleza - CE e Contagem - MG utilizam a versão 2.00 para o serviço de cancelamento.
Observação: Município de São José dos Pinhais - PR (Cód. IBGE 4125506) possui XMLs modificados que utilizam versão 3.00 disponibilizado nesse link.
Para uso no UniNFe
| Descrição do serviço | ||
|---|---|---|
| Cancelar nota fiscal de serviço | CancelarNfseEnvio-ped-cannfse.xml |
-
|
| Consulta de NFSe por Data | - |
ConsultarNfseEnvio-ped-cnfse.xml
|
| Consulta lote RPS | - |
ConsultarLoteRpsEnvio-ped-loterps.xml
|
| Consulta NFSe por RPS | - |
ConsultarNfsePorRpsEnvio-ped-cnprnfse.xml
|
| Consultar Situação Lote Rps | - |
ConsultarSituacaoLoteRpsEnvio-ped-cslr.xml
|
| Recepcionar Lote RPS | - |
RecepcionarLoteRpsEnvio-env-loterps.xml
|
Para uso na DLL
| Descrição do serviço | |||
|---|---|---|---|
| Cancelar nota fiscal de serviço | CancelarNfse |
- |
24
|
| Consulta de NFSe por Data | - |
ConsultarNfse |
32
|
| Consulta lote RPS | - |
ConsultarLoteRps |
31
|
| Consulta NFSe por RPS | - |
ConsultarNfsePorRps |
36
|
| Consultar Situação Lote Rps | - |
ConsultarSituacaoLoteRps |
40
|
| Recepcionar Lote RPS | - |
RecepcionarLoteRps |
28
|
Exemplo de uso na DLL em C#:
Uso para todas versões
var configuracao = new Configuracao
{
TipoDFe = TipoDFe.NFSe,
CertificadoDigital = CertificadoSelecionado,
TipoAmbiente = TipoAmbiente.Producao,
CodigoMunicipio = 9999900,
Servico = Servico.NFSeRecepcionarLoteRps,
SchemaVersao = "X.XX",
};
var servico = new RecepcionarLoteRps(conteudoXML, configuracao);
servico.Executar();
var retornoPrefeitura = servico.RetornoWSString;
Padrão GISSONLINE
- Municípios no padrão GISSONLINE utilizam WSDL's diferentes para emissão de NFSe, logo cada prefeitura pode ou não implementar os serviços listados abaixo;
- No UniNFe e DLL, tem uma versão de SCHEMA disponível.
Observação: Veja como montar o link do PDF para o padrão GISSONLINE.
Observação: Sobre município de Ribeirão Preto - SP, para o ambiente de produção: XML de CancelarNfse não deve ter ID na tag ns2:InfPedidoCancelamento.
Para uso no UniNFe
| Descrição do serviço | |
|---|---|
| Cancelar nota fiscal de serviço | CancelarNfseEnvio-ped-cannfse.xml
|
| Consulta lote RPS | ConsultarLoteRpsEnvio-ped-loterps.xml
|
| Consulta NFSe por RPS | ConsultarNfsePorRpsEnvio-ped-cnprnfse.xml
|
| Consulta NFSe por serviço prestado | ConsultarNfseServicoPrestadoEnvio-ped-sitnfse.xml
|
| Consulta NFSe por serviço tomado | ConsultarNfseServicoTomadoEnvio-ped-sitnfsetom.xml
|
| Recepcionar Lote RPS | RecepcionarLoteRpsEnvio-env-loterps.xml
|
Para uso na DLL
| Descrição do serviço | ||
|---|---|---|
| Cancelar nota fiscal de serviço | CancelarNfse |
24
|
| Consulta lote RPS | ConsultarLoteRps |
31
|
| Consulta NFSe por RPS | ConsultarNfsePorRps |
36
|
| Consulta NFSe por serviço prestado | ConsultarNfseServicoPrestado |
33
|
| Consulta NFSe por serviço tomado | ConsultarNfseServicoTomado |
34
|
| Recepcionar Lote RPS | RecepcionarLoteRps |
28
|
Padrão HM2SOLUCOES
- Municípios no padrão HM2SOLUCOES utilizam-se de API para os serviços relacionados a NFSe, logo cada prefeitura tem seu link de produção e homologação para emissão;
- No UniNFe e DLL, tem uma versão de SCHEMA disponível.
Observação: Cada contribuinte deve ter um usuário e senha no WSDL de produção e homologação.
Para uso no UniNFe
| Descrição do serviço | |
|---|---|
| Consultar NFSe | ConsultarNfsePorRpsEnvio-ped-cnprnfse.xml
|
| Consultar NFSe Servico Prestado | ConsultarNfseServicoPrestadoEnvio-ped-sitnfse.xml
|
| Consultar NFSe Servico Tomado | ConsultarNfseServicoTomadoEnvio-ped-sitnfsetom.xml
|
| Envio do cancelamento de NFSe | CancelarNfseEnvio-ped-cannfse.xml
|
| Recepcionar Lote RPS | RecepcionarLoteRpsEnvio-env-loterps.xml
|
Para uso na DLL
| Descrição do serviço | ||
|---|---|---|
| Consultar NFSe | ConsultarNfsePorRps |
36
|
| Consultar NFSe Servico Prestado | ConsultarNfseServicoPrestado |
33
|
| Consultar NFSe Servico Tomado | ConsultarNfseServicoTomado |
34
|
| Envio do cancelamento de NFSe | CancelarNfse |
24
|
| Recepcionar Lote RPS | RecepcionarLoteRps |
28
|
Exemplo de uso na DLL em C#:
Uso para todas versões
var configuracao = new Configuracao
{
TipoDFe = TipoDFe.NFSe,
CertificadoDigital = CertificadoSelecionado,
TipoAmbiente = TipoAmbiente.Producao,
CodigoMunicipio = codigo_ibge_do_municipio,
Servico = Servico.NFSeRecepcionarLoteRps,
SchemaVersao = "1.00",
MunicipioUsuario = "12345678901234",
MunicipioSenha = "123456",
};
var servico = new RecepcionarLoteRps(conteudoXML, configuracao);
servico.Executar();
var retornoPrefeitura = servico.RetornoWSString;
Padrão IIBRASIL
- Municípios no padrão IIBRASIL utilizam WSDL's diferentes para emissão de NFSe, logo cada prefeitura pode ou não implementar os serviços listados abaixo;
- No UniNFe e DLL, tem uma versão de SCHEMA disponível.
Observação: Cada contribuinte deve ter um usuário e senha no WSDL de produção e homologação.
Para uso no UniNFe
| Descrição do serviço | |
|---|---|
| Recepcionar Lote RPS | ConsultarNfsePorRpsEnvio-ped-cnprnfse.xml
|
| Recepcionar Lote RPS | GerarNfseEnvio-env-loterps.xml
|
Para uso na DLL
| Descrição do serviço | ||
|---|---|---|
| Recepcionar Lote RPS | GerarNfse |
27
|
| Recepcionar Lote RPS | ConsultarNfsePorRps |
36
|
Padrão INDAIATUBA_SP
- Somente Indaiatuba - SP utiliza esse padrão, pois foi feito especialmente para essa prefeitura;
- No UniNFe e DLL, tem uma versão de SCHEMA disponível.
Para uso no UniNFe
| Descrição do serviço | |
|---|---|
| Cancelar nota fiscal de serviço | CancelarNfseEnvio-ped-cannfse.xml
|
| Consulta lote RPS | ConsultarLoteRpsEnvio-ped-loterps.xml
|
| Consulta NFSe de serviços prestados | ConsultarNfseServicoPrestadoEnvio-ped-sitnfse.xml
|
| Consulta NFSe de serviços tomados | ConsultarNfseServicoTomadoEnvio-ped-sitnfsetom.xml
|
| Consulta NFSe por Faixa | ConsultarNfseFaixaEnvio-ped-sitnfse.xml
|
| Consulta NFSe por RPS | ConsultarNfsePorRpsEnvio-ped-cnprnfse.xml
|
| Gerar Nota Fiscal de Serviço | GerarNfseEnvio-env-loterps.xml
|
| Recepcionar Lote RPS | RecepcionarLoteRpsEnvio-env-loterps.xml
|
| Recepcionar Lote RPS Sincrono | RecepcionarLoteRpsSincronoEnvio-env-loterps.xml
|
| Substituir nota fiscal de Serviço | SubstituirNfseEnvio-ped-substnfse.xml
|
Para uso na DLL
| Descrição do serviço | ||
|---|---|---|
| Cancelar nota fiscal de serviço | CancelarNfse |
24
|
| Consulta lote RPS | ConsultarLoteRps |
31
|
| Consulta NFSe de serviços prestados | ConsultarNfseServicoPrestado |
33
|
| Consulta NFSe de serviços tomados | ConsultarNfseServicoTomado |
34
|
| Consulta NFSe por Faixa | ConsultarNfseFaixa |
35
|
| Consulta NFSe por RPS | ConsultarNfsePorRps |
36
|
| Gerar Nota Fiscal de Serviço | GerarNfse |
27
|
| Recepcionar Lote RPS | RecepcionarLoteRps |
28
|
| Recepcionar Lote RPS Sincrono | RecepcionarLoteRpsSincrono |
29
|
| Substituir nota fiscal de Serviço | SubstituirNfse |
30
|
Padrão INTERSOL
- Municípios no padrão INTERSOL utilizam o mesmo WSDL de homologação e diferentes WSDL's de produção para emissão de NFSe, logo cada prefeitura pode ou não implementar os serviços listados abaixo.
- No UniNFe e DLL, tem uma versão de SCHEMA disponível.
Para uso no UniNFe
| Descrição do serviço | |
|---|---|
| Cancelar nota fiscal de serviço | CancelarNfseEnvio-ped-cannfse.xml
|
| Consulta de Nota Fiscal de Serviço | ConsultarNfseEnvio-ped-cnfse.xml
|
| Consulta lote RPS | ConsultarLoteRpsEnvio-ped-loterps.xml
|
| Consulta NFSe por RPS | ConsultarNfsePorRpsEnvio-ped-cnprnfse.xml
|
| Consultar Situação Lote Rps | ConsultarSituacaoLoteRpsEnvio-ped-cslr.xml
|
| Recepcionar Lote RPS | RecepcionarLoteRpsEnvio-env-loterps.xml
|
Para uso na DLL
| Descrição do serviço | ||
|---|---|---|
| Cancelar nota fiscal de serviço | CancelarNfse |
24
|
| Consulta de Nota Fiscal de Serviço | ConsultarNfse |
32
|
| Consulta lote RPS | ConsultarLoteRps |
31
|
| Consulta NFSe por RPS | ConsultarNfsePorRps |
36
|
| Consultar Situação Lote Rps | ConsultarSituacaoLoteRps |
40
|
| Recepcionar Lote RPS | RecepcionarLoteRps |
28
|
Padrão IPM
- Municípios no padrão IPM utilizam WSDL's diferentes para emissão de NFSe, logo cada prefeitura pode ou não implementar os serviços listados abaixo;
- No UniNFe e DLL, tem 3 versões de SCHEMA disponíveis.
Observação: Versão 1.00: Municípios dessa versão utilizam uma única URL para os envios; Para enviar em homologação, é necessário acrescentar a tag <nfse_teste>1</nfse_teste> antes de <nf> para testes e retirar essa tag para enviar em produção.
Observação: Versão 1.20: Municípios dessa versão utilizam uma URL própria de produção e homologação; Municípios que não possuem ambiente de homologação, é necessário acrescentar a tag <nfse_teste>1</nfse_teste> antes de <nf> para testes e retirar essa tag para enviar em produção.
Para uso no UniNFe
| Descrição do serviço | |||
|---|---|---|---|
| Consulta da NFSe | ConsultarNfseEnvio-ped-cnfse.xml |
ConsultarNfseEnvio-ped-cnfse.xml |
-
|
| Consulta NFSe de serviços prestados | - |
- |
ConsultarNfseServicoPrestadoEnvio-ped-sitnfse.xml
|
| Consulta NFSe por Faixa | - |
- |
ConsultarNfseFaixaEnvio-ped-sitnfse.xml
|
| Consulta NFSe por Rps | ConsultarNfsePorRpsEnvio-ped-cnprnfse.xml |
- |
ConsultarNfsePorRpsEnvio-ped-cnprnfse.xml
|
| Consulta NFSe por RPS | - |
- |
ConsultarLoteRpsEnvio-ped-loterps.xml
|
| Envio de lote RPS - Sincrono | GerarNfseEnvio-env-loterps.xml |
GerarNfseEnvio-env-loterps.xml |
GerarNfseEnvio-env-loterps.xml
|
| Evento de cancelamento da NFSe | CancelarNfseEnvio-ped-cannfse.xml |
CancelarNfseEnvio-ped-cannfse.xml |
CancelarNfseEnvio-ped-cannfse.xml
|
| Recepcionar Lote RPS | - |
- |
RecepcionarLoteRpsEnvio-env-loterps.xml
|
| Recepcionar Lote RPS Sincrono | - |
- |
RecepcionarLoteRpsSincronoEnvio-env-loterps.xml
|
| Substituir nota fiscal de Serviço | - |
- |
SubstituirNfseEnvio-ped-substnfse.xml
|
Para uso na DLL
| Descrição do serviço | ||||
|---|---|---|---|---|
| Consulta da NFSe | ConsultarNfse |
ConsultarNfse |
- |
32
|
| Consulta NFSe de serviços prestados | - |
- |
ConsultarNfseServicoPrestado |
33
|
| Consulta NFSe por Faixa | - |
- |
ConsultarNfseFaixa |
35
|
| Consulta NFSe por Rps | ConsultarNfsePorRps |
- |
ConsultarNfsePorRps |
36
|
| Consulta NFSe por RPS | - |
- |
ConsultarLoteRps |
31
|
| Envio de lote RPS - Sincrono | GerarNfse |
GerarNfse |
GerarNfse |
27
|
| Evento de cancelamento da NFSe | CancelarNfse |
CancelarNfse |
CancelarNfse |
24
|
| Recepcionar Lote RPS | - |
- |
RecepcionarLoteRps |
28
|
| Recepcionar Lote RPS Sincrono | - |
- |
RecepcionarLoteRpsSincrono |
29
|
| Substituir nota fiscal de Serviço | - |
- |
SubstituirNfse |
30
|
Exemplo de uso na DLL em C#:
Uso para todas versões
var configuracao = new Configuracao
{
TipoDFe = TipoDFe.NFSe,
CertificadoDigital = CertificadoSelecionado,
TipoAmbiente = TipoAmbiente.Producao,
CodigoMunicipio = codigo_ibge_do_municipio,
Servico = Servico.NFSeGerarNfse,
SchemaVersao = "X.XX",
MunicipioUsuario = "12345678901234",
MunicipioSenha = "123456",
};
var servico = new GerarNfse(conteudoXML, configuracao);
servico.Executar();
var retornoPrefeitura = servico.RetornoWSString;
Padrão ISSNET
- Municípios no padrão ISSNET utilizam WSDL's diferentes para emissão de NFSe, logo cada prefeitura pode ou não implementar os serviços listados abaixo;
- No UniNFe e DLL, tem uma versão de SCHEMA disponível.
Para uso no UniNFe
| Descrição do serviço | |
|---|---|
| Cancelar nota fiscal de serviço | CancelarNfseEnvio-ped-cannfse.xml
|
| Consulta lote RPS | ConsultarLoteRpsEnvio-ped-loterps.xml
|
| Consulta NFSe de serviços prestados | ConsultarNfseServicoPrestadoEnvio-ped-sitnfse.xml
|
| Consulta NFSe de serviços tomados | ConsultarNfseServicoTomadoEnvio-ped-sitnfsetom.xml
|
| Consulta NFSe por Faixa | ConsultarNfseFaixaEnvio-ped-sitnfse.xml
|
| Consulta NFSe por RPS | ConsultarNfsePorRpsEnvio-ped-cnprnfse.xml
|
| Consulta os dados cadastrais | ConsultarDadosCadastraisEnvio-ped-cdc.xml
|
| Consulta os dados cadastrais | ConsultarRpsDisponivelEnvio-ped-crd.xml
|
| Consulta os dados cadastrais | ConsultarUrlNfseEnvio-ped-cunfse.xml
|
| Gerar Nota Fiscal de Serviço | GerarNfseEnvio-env-loterps.xml
|
| Recepcionar Lote RPS | RecepcionarLoteRpsEnvio-env-loterps.xml
|
| Recepcionar Lote RPS Sincrono | RecepcionarLoteRpsSincronoEnvio-env-loterps.xml
|
| Substituir nota fiscal de Serviço | SubstituirNfseEnvio-ped-substnfse.xml
|
Para uso na DLL
| Descrição do serviço | ||
|---|---|---|
| Cancelar nota fiscal de serviço | CancelarNfse |
24
|
| Consulta lote RPS | ConsultarLoteRps |
31
|
| Consulta NFSe de serviços prestados | ConsultarNfseServicoPrestado |
33
|
| Consulta NFSe de serviços tomados | ConsultarNfseServicoTomado |
34
|
| Consulta NFSe por Faixa | ConsultarNfseFaixa |
35
|
| Consulta NFSe por RPS | ConsultarNfsePorRps |
36
|
| Consulta os dados cadastrais | ConsultarDadosCadastrais |
59
|
| Consulta os dados cadastrais | ConsultarRpsDisponivel |
60
|
| Consulta os dados cadastrais | ConsultarUrlNfse |
58
|
| Gerar Nota Fiscal de Serviço | GerarNfse |
27
|
| Recepcionar Lote RPS | RecepcionarLoteRps |
28
|
| Recepcionar Lote RPS Sincrono | RecepcionarLoteRpsSincrono |
29
|
| Substituir nota fiscal de Serviço | SubstituirNfse |
30
|
Exemplo de uso na DLL em C#:
Uso para todas versões
var configuracao = new Configuracao
{
TipoDFe = TipoDFe.NFSe,
CertificadoDigital = CertificadoSelecionado,
TipoAmbiente = TipoAmbiente.Producao,
CodigoMunicipio = codigo_ibge_do_municipio,
Servico = Servico.NFSeGerarNfse,
SchemaVersao = "2.04",
};
var servico = new GerarNfse(conteudoXML, configuracao);
servico.Executar();
var retornoPrefeitura = servico.RetornoWSString;
Padrão ISSONLINE_ASSESSORPUBLICO
- Municípios no padrão ISSONLINE_ASSESSORPUBLICO utilizam WSDL's diferentes para emissão de NFSe, logo cada prefeitura pode ou não implementar os serviços listados abaixo;
- No UniNFe e DLL, tem uma versão de SCHEMA disponível.
Para uso no UniNFe
| Descrição do serviço | |
|---|---|
| Cancelar nota fiscal de serviço | CancelarNfseEnvio-ped-cannfse.xml
|
| Consulta lote | ConsultaLoteEnvio-ped-cl.xml
|
| Consultar Nfse | ConsultarNfseEnvio-ped-cnfse.xml
|
| Recepcionar Lote RPS | RecepcionarLoteRpsEnvio-env-loterps.xml
|
Para uso na DLL
| Descrição do serviço | ||
|---|---|---|
| Cancelar nota fiscal de serviço | CancelarNfse |
24
|
| Consulta lote | ConsultaLote |
48
|
| Consultar Nfse | ConsultarNfse |
32
|
| Recepcionar Lote RPS | RecepcionarLoteRps |
28
|
Padrão JLSOFT
- Municípios no padrão JLSOFT utilizam WSDL's diferentes para emissão de NFSe, logo cada prefeitura pode ou não implementar os serviços listados abaixo;
- No UniNFe e DLL, tem uma versão de SCHEMA disponível.
Para uso no UniNFe
| Descrição do serviço | |
|---|---|
| Cancelar nota fiscal de serviço | CancelarNfseEnvio-ped-cannfse.xml
|
| Consulta NFSe por RPS | ConsultarNfsePorRpsEnvio-ped-cnprnfse.xml
|
| Recepcionar Lote RPS Sincrono | RecepcionarLoteRpsSincronoEnvio-env-loterps.xml
|
Para uso na DLL
| Descrição do serviço | ||
|---|---|---|
| Cancelar nota fiscal de serviço | CancelarNfse |
24
|
| Consulta NFSe por RPS | ConsultarNfsePorRps |
36
|
| Recepcionar Lote RPS Sincrono | RecepcionarLoteRpsSincrono |
29
|
Padrão LIBRE
- Municípios no padrão LIBRE utilizam WSDL's diferentes para emissão de NFSe, logo cada prefeitura pode ou não implementar os serviços listados abaixo;
- No UniNFe e DLL, tem uma versão de SCHEMA disponível.
Para uso no UniNFe
| Descrição do serviço | |
|---|---|
| Cancelar nota fiscal de serviço | CancelarNfseEnvio-ped-cannfse.xml
|
| Consulta lote RPS | ConsultarLoteRpsEnvio-ped-loterps.xml
|
| Consulta NFSe de serviços prestados | ConsultarNfseServicoPrestadoEnvio-ped-sitnfse.xml
|
| Consulta NFSe de serviços Tomados | ConsultarNfseServicoTomadoEnvio-ped-sitnfsetom.xml
|
| Consulta NFSe por Faixa | ConsultarNfseFaixaEnvio-ped-sitnfse.xml
|
| Consulta NFSe por RPS | ConsultarNfsePorRpsEnvio-ped-cnprnfse.xml
|
| Recepcionar Lote RPS Sincrono | RecepcionarLoteRpsEnvio-env-loterps.xml
|
| Substituir nota fiscal de Serviço | SubstituirNfseEnvio-ped-substnfse.xml
|
Para uso na DLL
| Descrição do serviço | ||
|---|---|---|
| Cancelar nota fiscal de serviço | CancelarNfse |
24
|
| Consulta lote RPS | ConsultarLoteRps |
31
|
| Consulta NFSe de serviços prestados | ConsultarNfseServicoPrestado |
33
|
| Consulta NFSe de serviços Tomados | ConsultarNfseServicoTomado |
34
|
| Consulta NFSe por Faixa | ConsultarNfseFaixa |
35
|
| Consulta NFSe por RPS | ConsultarNfsePorRps |
36
|
| Recepcionar Lote RPS Sincrono | RecepcionarLoteRps |
28
|
| Substituir nota fiscal de Serviço | SubstituirNfse |
30
|
Padrão MANAUS_AM
- Somente Manaus - AM utiliza esse padrão, pois foi feito especialmente para essa prefeitura;
- No UniNFe e DLL, tem uma versão de SCHEMA disponível.
Para uso no UniNFe
| Descrição do serviço | |
|---|---|
| Consulta lote RPS | ConsultarLoteRpsEnvio-ped-loterps.xml
|
| Consulta NFSe por RPS | ConsultarNfsePorRpsEnvio-ped-cnprnfse.xml
|
| Consultar NFSe | ConsultarNfseEnvio-ped-cnfse.xml
|
| Consultar Situação Lote Rps | ConsultarSituacaoLoteRpsEnvio-ped-cslr.xml
|
| Recepcionar Lote RPS | RecepcionarLoteRpsEnvio-env-loterps.xml
|
Para uso na DLL
| Descrição do serviço | ||
|---|---|---|
| Consulta lote RPS | ConsultarLoteRps |
31
|
| Consulta NFSe por RPS | ConsultarNfsePorRps |
36
|
| Consultar NFSe | ConsultarNfse |
32
|
| Consultar Situação Lote Rps | ConsultarSituacaoLoteRps |
40
|
| Recepcionar Lote RPS | RecepcionarLoteRps |
28
|
Padrão MEGASOFT
- Municípios no padrão MEGASOFT utilizam WSDL's diferentes para emissão de NFSe, logo cada prefeitura pode ou não implementar os serviços listados abaixo;
- No UniNFe e DLL, tem uma versão de SCHEMA disponível.
Observação: WSDL de homologação é o mesmo endereço de produção. Para colocar em homologação ou produção, tem que fazer contato para a prefeitura para que eles façam a mudança de um ambiente para outro.
Para uso no UniNFe
| Descrição do serviço | |
|---|---|
| Consulta NFSe por RPS | ConsultarNfsePorRpsEnvio-ped-cnprnfse.xml
|
| Gerar Nota Fiscal de Serviço | GerarNfseEnvio-env-loterps.xml
|
Para uso na DLL
| Descrição do serviço | ||
|---|---|---|
| Consulta NFSe por RPS | ConsultarNfsePorRps |
36
|
| Gerar Nota Fiscal de Serviço | GerarNfse |
27
|
Padrão MEMORY
- Municípios no padrão MEMORY utilizam o mesmo WSDL para emissão de NFSe;
- No UniNFe e DLL, tem uma versão de SCHEMA disponível.
Para uso no UniNFe
| Descrição do serviço | |
|---|---|
| Cancelar nota fiscal de serviço | CancelarNfseEnvio-ped-cannfse.xml
|
| Consulta nota fiscal de serviço do prestador | ConsultarNfseEnvio-ped-cnfse.xml
|
| Consulta nota fiscal de serviço por RPS | ConsultarNfsePorRpsEnvio-ped-cnprnfse.xml
|
| Consulta o Lote RPS enviado | ConsultarLoteRpsEnvio-ped-loterps.xml
|
| Recepcionar Lote RPS | RecepcionarLoteRpsEnvio-env-loterps.xml
|
Para uso na DLL
| Descrição do serviço | ||
|---|---|---|
| Cancelar nota fiscal de serviço | CancelarNfse |
24
|
| Consulta nota fiscal de serviço do prestador | ConsultarNfse |
32
|
| Consulta nota fiscal de serviço por RPS | ConsultarNfsePorRps |
36
|
| Consulta o Lote RPS enviado | ConsultarLoteRps |
31
|
| Recepcionar Lote RPS | RecepcionarLoteRps |
28
|
Exemplo de uso na DLL em C#:
Uso para todas versões
var configuracao = new Configuracao
{
TipoDFe = TipoDFe.NFSe,
CertificadoDigital = CertificadoSelecionado,
TipoAmbiente = TipoAmbiente.Producao,
CodigoMunicipio = 9999901,
Servico = Servico.NFSeRecepcionarLoteRps,
SchemaVersao = "1.00",
};
var servico = new RecepcionarLoteRps(conteudoXML, configuracao);
servico.Executar();
var retornoPrefeitura = servico.RetornoWSString;
Padrão METROPOLIS
- Municípios no padrão METROPOLIS utilizam WSDL's diferentes para emissão de NFSe, logo cada prefeitura pode ou não implementar os serviços listados abaixo;
- No UniNFe e DLL, tem uma versão de SCHEMA disponível.
Para uso no UniNFe
| Descrição do serviço | |
|---|---|
ConsultarNfseEnvio-ped-cnfse.xml
| |
| Cancelar nota fiscal de serviço | CancelarNfseEnvio-ped-cannfse.xml
|
| Consulta lote RPS | ConsultarLoteRpsEnvio-ped-loterps.xml
|
| Consulta NFSe por RPS | ConsultarNfsePorRpsEnvio-ped-cnprnfse.xml
|
| Consultar Situação Lote Rps | ConsultarSituacaoLoteRpsEnvio-ped-cslr.xml
|
| Recepcionar Lote RPS | RecepcionarLoteRpsEnvio-env-loterps.xml
|
Para uso na DLL
| Descrição do serviço | ||
|---|---|---|
ConsultarNfse |
32
| |
| Cancelar nota fiscal de serviço | CancelarNfse |
24
|
| Consulta lote RPS | ConsultarLoteRps |
31
|
| Consulta NFSe por RPS | ConsultarNfsePorRps |
36
|
| Consultar Situação Lote Rps | ConsultarSituacaoLoteRps |
40
|
| Recepcionar Lote RPS | RecepcionarLoteRps |
28
|
Padrão MODERNIZACAO_PUBLICA
- Municípios no padrão MODERNIZACAO_PUBLICA utilizam WSDL's diferentes para emissão de NFSe, logo cada prefeitura pode ou não implementar os serviços listados abaixo;
- No UniNFe e DLL, tem uma versão de SCHEMA disponível.
Para uso no UniNFe
| Descrição do serviço | |
|---|---|
| Cancelar nota fiscal de serviço | CancelarNfseEnvio-ped-cannfse.xml
|
| Consulta lote RPS | ConsultarLoteRpsEnvio-ped-loterps.xml
|
| Consulta NFSe de serviços prestados | ConsultarNfseServicoPrestadoEnvio-ped-sitnfse.xml
|
| Consulta NFSe de serviços tomados | ConsultarNfseServicoTomadoEnvio-ped-sitnfsetom.xml
|
| Consulta NFSe por Faixa | ConsultarNfseFaixaEnvio-ped-sitnfse.xml
|
| Consulta NFSe por RPS | ConsultarNfsePorRpsEnvio-ped-cnprnfse.xml
|
| Gerar Nota Fiscal de Serviço | GerarNfseEnvio-env-loterps.xml
|
| Recepcionar Lote RPS | RecepcionarLoteRpsEnvio-env-loterps.xml
|
| Recepcionar Lote RPS Sincrono | RecepcionarLoteRpsSincronoEnvio-env-loterps.xml
|
| Substituir nota fiscal de Serviço | SubstituirNfseEnvio-ped-substnfse.xml
|
Para uso na DLL
| Descrição do serviço | ||
|---|---|---|
| Cancelar nota fiscal de serviço | CancelarNfse |
24
|
| Consulta lote RPS | ConsultarLoteRps |
31
|
| Consulta NFSe de serviços prestados | ConsultarNfseServicoPrestado |
33
|
| Consulta NFSe de serviços tomados | ConsultarNfseServicoTomado |
34
|
| Consulta NFSe por Faixa | ConsultarNfseFaixa |
35
|
| Consulta NFSe por RPS | ConsultarNfsePorRps |
36
|
| Gerar Nota Fiscal de Serviço | GerarNfse |
27
|
| Recepcionar Lote RPS | RecepcionarLoteRps |
28
|
| Recepcionar Lote RPS Sincrono | RecepcionarLoteRpsSincrono |
29
|
| Substituir nota fiscal de Serviço | SubstituirNfse |
30
|
Exemplo de uso na DLL em C#:
Uso para todas versões
var configuracao = new Configuracao
{
TipoDFe = TipoDFe.NFSe,
CertificadoDigital = CertificadoSelecionado,
TipoAmbiente = TipoAmbiente.Producao,
CodigoMunicipio = codigo_ibge_do_municipio,
Servico = Servico.NFSeGerarNfse,
SchemaVersao = "2.02",
};
var servico = new GerarNfse(conteudoXML, configuracao);
servico.Executar();
var retornoPrefeitura = servico.RetornoWSString;
Padrão NACIONAL
- Municípios no padrão NACIONAL utilizam o mesmo WSDL para emissão de NFSe;
- No UniNFe e DLL, tem uma versão de SCHEMA disponível.
Para uso no UniNFe
| Descrição do serviço | |
|---|---|
| Consultar NFSe | ConsultarNfseEnvio-ped-cnfse.xml
|
| Consultar NFSe PDF | ConsultarNfsePDFEnvio-ped-cnnfse.xml
|
| Consultar NFSe por DPS | ConsultarNfsePorRpsEnvio-ped-cnprnfse.xml
|
| Envio do cancelamento de NFSe | CancelarNfseEnvio-ped-cannfse.xml
|
| Envio do DPS - Sincrono | GerarNfseEnvio-env-loterps.xml
|
Para uso na DLL
| Descrição do serviço | ||
|---|---|---|
| Consultar NFSe | ConsultarNfse |
32
|
| Consultar NFSe PDF | ConsultarNfsePDF |
37
|
| Consultar NFSe por DPS | ConsultarNfsePorRps |
36
|
| Envio do cancelamento de NFSe | CancelarNfse |
24
|
| Envio do DPS - Sincrono | GerarNfse |
27
|
Exemplo de uso na DLL em C#:
Uso para todas versões
var configuracao = new Configuracao
{
TipoDFe = TipoDFe.NFSe,
CertificadoDigital = CertificadoSelecionado,
TipoAmbiente = TipoAmbiente.Producao,
CodigoMunicipio = 1001058,
Servico = Servico.NFSeGerarNfse,
SchemaVersao = "1.01",
};
var servico = new GerarNfse(conteudoXML, configuracao);
servico.Executar();
var retornoPrefeitura = servico.RetornoWSString;
Padrão NATALENSE
- Somente Natal - RN utiliza esse padrão, pois foi feito especialmente para essa prefeitura;
- No UniNFe e DLL, tem uma versão de SCHEMA disponível.
Para uso no UniNFe
| Descrição do serviço | |
|---|---|
| Cancelar nota fiscal de serviço | CancelarNfseEnvio-ped-cannfse.xml
|
| Consulta lote RPS | ConsultarLoteRpsEnvio-ped-loterps.xml
|
| Consulta NFSe por RPS | ConsultarNfsePorRpsEnvio-ped-cnprnfse.xml
|
| Consultar NFSe | ConsultarNfseEnvio-ped-cnfse.xml
|
| Consultar Situação Lote Rps | ConsultarSituacaoLoteRpsEnvio-ped-cslr.xml
|
| Recepcionar Lote RPS | RecepcionarLoteRpsEnvio-env-loterps.xml
|
Para uso na DLL
| Descrição do serviço | ||
|---|---|---|
| Cancelar nota fiscal de serviço | CancelarNfse |
24
|
| Consulta lote RPS | ConsultarLoteRps |
31
|
| Consulta NFSe por RPS | ConsultarNfsePorRps |
36
|
| Consultar NFSe | ConsultarNfse |
32
|
| Consultar Situação Lote Rps | ConsultarSituacaoLoteRps |
40
|
| Recepcionar Lote RPS | RecepcionarLoteRps |
28
|
Padrão NOBESISTEMAS
- Municípios no padrão NOBESISTEMAS utilizam WSDL's diferentes para emissão de NFSe, logo cada prefeitura pode ou não implementar os serviços listados abaixo;
- No UniNFe e DLL, tem uma versão de SCHEMA disponível.
Observação: Os XMLs tem diferença na URL de envio para cada ambiente: produção e homologação.
Para uso no UniNFe
| Descrição do serviço | |
|---|---|
| Cancelar nota fiscal de serviço | CancelarNfseEnvio-ped-cannfse.xml
|
| Consulta lote RPS | ConsultarLoteRpsEnvio-ped-loterps.xml
|
| Consulta NFSe | ConsultarNfseEnvio-ped-cnfse.xml
|
| Consulta NFSe por RPS | ConsultarNfsePorRpsEnvio-ped-cnprnfse.xml
|
| Recepcionar Lote RPS | RecepcionarLoteRpsEnvio-env-loterps.xml
|
Para uso na DLL
| Descrição do serviço | ||
|---|---|---|
| Cancelar nota fiscal de serviço | CancelarNfse |
24
|
| Consulta lote RPS | ConsultarLoteRps |
31
|
| Consulta NFSe | ConsultarNfse |
32
|
| Consulta NFSe por RPS | ConsultarNfsePorRps |
36
|
| Recepcionar Lote RPS | RecepcionarLoteRps |
28
|
Padrão NOTAINTELIGENTE
- Municípios no padrão NOTAINTELIGENTE utilizam WSDL's diferentes para emissão de NFSe, logo cada prefeitura pode ou não implementar os serviços listados abaixo;
- No UniNFe e DLL, tem uma versão de SCHEMA disponível.
Para uso no UniNFe
| Descrição do serviço | |
|---|---|
| Cancelar nota fiscal de serviço | CancelarNfseEnvio-ped-cannfse.xml
|
| Consulta lote RPS | ConsultarLoteRpsEnvio-ped-loterps.xml
|
| Gerar Nota Fiscal de Serviço | GerarNfseEnvio-env-loterps.xml
|
| Recepcionar Lote RPS | RecepcionarLoteRpsEnvio-env-loterps.xml
|
| Substituir nota fiscal de Serviço | SubstituirNfseEnvio-ped-substnfse.xml
|
Para uso na DLL
| Descrição do serviço | ||
|---|---|---|
| Cancelar nota fiscal de serviço | CancelarNfse |
24
|
| Consulta lote RPS | ConsultarLoteRps |
31
|
| Gerar Nota Fiscal de Serviço | GerarNfse |
27
|
| Recepcionar Lote RPS | RecepcionarLoteRps |
28
|
| Substituir nota fiscal de Serviço | SubstituirNfse |
30
|
Padrão PAULISTANA
- Somente São Paulo - SP utiliza esse padrão, pois foi feito especialmente para essa prefeitura;
- No UniNFe e DLL, tem uma versão de SCHEMA disponível.
Observação: Esse padrão não disponibiliza WSDL de homologação. Para fazer testes de emissão, deve-se usar o XML com o nome TesteEnvioLoteRps-env-loterps disponibilizada na pasta de exemplos do padrão.
Observação: Veja como é construída a tag <Assinatura> que é diferente da tag <Signature>.
Observação: Veja como é feito o link de impressão da NFSe em PDF.
Para uso no UniNFe
| Descrição do serviço | |
|---|---|
| Cancelar nota fiscal de serviço | CancelamentoNfeEnvio-ped-cn.xml
|
| Consulta Informações Lote | ConsultaInformacoesLoteEnvio-ped-cil.xml
|
| Consulta lote | ConsultaLoteEnvio-ped-cl.xml
|
| Consulta NFSe Emitidas | ConsultaNFeEmitidasEnvio-ped-cfe.xml
|
| Consulta NFSe Recebidas | ConsultaNFeRecebidasEnvio-ped-cfr.xml
|
| Consultar Nfse | ConsultarNfseEnvio-ped-cnfse.xml
|
| Envio Lote Rps | EnvioLoteRpsEnvio-ped-elr.xml
|
| Envio Lote RPS Teste | TesteEnvioLoteRpsEnvio-ped-telr.xml
|
| Envio Rps | EnvioRpsEnvio-ped-er.xml
|
Para uso na DLL
| Descrição do serviço | ||
|---|---|---|
| Cancelar nota fiscal de serviço | CancelamentoNfe |
46
|
| Consulta Informações Lote | ConsultaInformacoesLote |
47
|
| Consulta lote | ConsultaLote |
48
|
| Consulta NFSe Emitidas | ConsultaNFeEmitidas |
42
|
| Consulta NFSe Recebidas | ConsultaNFeRecebidas |
41
|
| Consultar Nfse | ConsultarNfse |
32
|
| Envio Lote Rps | EnvioLoteRps |
44
|
| Envio Lote RPS Teste | TesteEnvioLoteRps |
43
|
| Envio Rps | EnvioRps |
45
|
Exemplo de uso na DLL em C#:
Uso para todas versões
var configuracao = new Configuracao
{
TipoDFe = TipoDFe.NFSe,
CertificadoDigital = CertificadoSelecionado,
TipoAmbiente = TipoAmbiente.Producao,
CodigoMunicipio = codigo_ibge_do_municipio,
Servico = Servico.NFSeEnvioLoteRps,
SchemaVersao = "2.00",
};
var servico = new EnvioLoteRps(conteudoXML, configuracao);
servico.Executar();
var retornoPrefeitura = servico.RetornoWSString;
Padrão PORTAL_FACIL
- Municípios no padrão PORTAL_FACIL utilizam WSDL's diferentes para emissão de NFSe, logo cada prefeitura pode ou não implementar os serviços listados abaixo;
- No UniNFe e DLL, tem uma versão de SCHEMA disponível.
Observação: Os municípios desse padrão contém particularidades em cada XML logo, cada município tem sua pasta de exemplos. É importante analisar qual o município desejado e selecionar a pasta correta.
Para uso no UniNFe
| Descrição do serviço | |
|---|---|
| Cancelar nota fiscal de serviço | CancelarNfseEnvio-ped-cannfse.xml
|
| Consulta lote RPS | ConsultarLoteRpsEnvio-ped-loterps.xml
|
| Consulta NFSe por RPS | ConsultarNfsePorRpsEnvio-ped-cnprnfse.xml
|
| Gerar Nota Fiscal de Serviço | GerarNfseEnvio-env-loterps.xml
|
| Recepcionar Lote RPS Sincrono | RecepcionarLoteRpsSincronoEnvio-env-loterps.xml
|
| Substituir nota fiscal de Serviço | SubstituirNfseEnvio-ped-substnfse.xml
|
Para uso na DLL
| Descrição do serviço | ||
|---|---|---|
| Cancelar nota fiscal de serviço | CancelarNfse |
24
|
| Consulta lote RPS | ConsultarLoteRps |
31
|
| Consulta NFSe por RPS | ConsultarNfsePorRps |
36
|
| Gerar Nota Fiscal de Serviço | GerarNfse |
27
|
| Recepcionar Lote RPS Sincrono | RecepcionarLoteRpsSincrono |
29
|
| Substituir nota fiscal de Serviço | SubstituirNfse |
30
|
Exemplo de uso na DLL em C#:
Uso para todas versões
var configuracao = new Configuracao
{
TipoDFe = TipoDFe.NFSe,
CertificadoDigital = CertificadoSelecionado,
TipoAmbiente = TipoAmbiente.Producao,
CodigoMunicipio = codigo_ibge_do_municipio,
Servico = Servico.NFSeGerarNfse,
SchemaVersao = "2.02",
};
var servico = new GerarNfse(conteudoXML, configuracao);
servico.Executar();
var retornoPrefeitura = servico.RetornoWSString;
Padrão PRIMAX
- Municípios no padrão PRIMAX utilizam WSDL's diferentes para emissão de NFSe, logo cada prefeitura pode ou não implementar os serviços listados abaixo;
- No UniNFe e DLL, tem uma versão de SCHEMA disponível.
Para uso no UniNFe
| Descrição do serviço | |
|---|---|
| Cancelar nota fiscal de serviço | CancelarNotaFiscalEnvio-ped-cnf.xml
|
| Consulta/Download do PDF da NFSe | ConsultarNfsePDFEnvio-ped-cnnfse.xml
|
| EnvNFe | EmissaoNotaEnvio-ped-en.xml
|
| Obter Nota Fiscal Xml | ObterNotaFiscalXmlEnvio-ped-onfx.xml
|
Para uso na DLL
| Descrição do serviço | ||
|---|---|---|
| Cancelar nota fiscal de serviço | CancelarNotaFiscal |
52
|
| Consulta/Download do PDF da NFSe | ConsultarNfsePDF |
37
|
| EnvNFe | EmissaoNota |
51
|
| Obter Nota Fiscal Xml | ObterNotaFiscalXml |
62
|
Exemplo de uso na DLL em C#:
Uso para todas versões
var configuracao = new Configuracao
{
TipoDFe = TipoDFe.NFSe,
CertificadoDigital = CertificadoSelecionado,
TipoAmbiente = TipoAmbiente.Producao,
CodigoMunicipio = codigo_ibge_do_municipio,
Servico = Servico.NFSeEmissaoNota,
SchemaVersao = "1.00",
};
var servico = new EmissaoNota(conteudoXML, configuracao);
servico.Executar();
var retornoPrefeitura = servico.RetornoWSString;
Padrão PRODATA
- Municípios no padrão PRODATA utilizam WSDL's diferentes para emissão de NFSe, logo cada prefeitura pode ou não implementar os serviços listados abaixo;
- No UniNFe e DLL, tem uma versão de SCHEMA disponível.
Para uso no UniNFe
| Descrição do serviço | |
|---|---|
| Cancelar nota fiscal de serviço | CancelarNfseEnvio-ped-cannfse.xml
|
| Consulta lote RPS | ConsultarLoteRpsEnvio-ped-loterps.xml
|
| Recepcionar Lote RPS | RecepcionarLoteRpsEnvio-env-loterps.xml
|
Para uso na DLL
| Descrição do serviço | ||
|---|---|---|
| Cancelar nota fiscal de serviço | CancelarNfse |
24
|
| Consulta lote RPS | ConsultarLoteRps |
31
|
| Recepcionar Lote RPS | RecepcionarLoteRps |
28
|
Padrão PRODEB
- Municípios no padrão PRODEB utilizam WSDL's diferentes para emissão de NFSe, logo cada prefeitura pode ou não implementar os serviços listados abaixo;
- No UniNFe e DLL, tem uma versão de SCHEMA disponível.
Para uso no UniNFe
| Descrição do serviço | |
|---|---|
| Cancelar nota fiscal de serviço | CancelarNfseEnvio-ped-cannfse.xml
|
| Consulta lote RPS | ConsultarLoteRpsEnvio-ped-loterps.xml
|
| Consulta NFSe de serviços prestados | ConsultarNfseServicoPrestadoEnvio-ped-sitnfse.xml
|
| Consulta NFSe de serviços tomados | ConsultarNfseServicoTomadoEnvio-ped-sitnfsetom.xml
|
| Consulta NFSe por Faixa | ConsultarNfseFaixaEnvio-ped-sitnfse.xml
|
| Consulta NFSe por RPS | ConsultarNfsePorRpsEnvio-ped-cnprnfse.xml
|
| Gerar Nota Fiscal de Serviço | GerarNfseEnvio-env-loterps.xml
|
| Recepcionar Lote RPS | RecepcionarLoteRpsEnvio-env-loterps.xml
|
| Recepcionar Lote RPS Sincrono | RecepcionarLoteRpsSincronoEnvio-env-loterps.xml
|
| Substituir nota fiscal de Serviço | SubstituirNfseEnvio-ped-substnfse.xml
|
Para uso na DLL
| Descrição do serviço | ||
|---|---|---|
| Cancelar nota fiscal de serviço | CancelarNfse |
24
|
| Consulta lote RPS | ConsultarLoteRps |
31
|
| Consulta NFSe de serviços prestados | ConsultarNfseServicoPrestado |
33
|
| Consulta NFSe de serviços tomados | ConsultarNfseServicoTomado |
34
|
| Consulta NFSe por Faixa | ConsultarNfseFaixa |
35
|
| Consulta NFSe por RPS | ConsultarNfsePorRps |
36
|
| Gerar Nota Fiscal de Serviço | GerarNfse |
27
|
| Recepcionar Lote RPS | RecepcionarLoteRps |
28
|
| Recepcionar Lote RPS Sincrono | RecepcionarLoteRpsSincrono |
29
|
| Substituir nota fiscal de Serviço | SubstituirNfse |
30
|
Padrão PRONIM
- Municípios no padrão PRONIM utilizam WSDL's diferentes para emissão de NFSe, logo cada prefeitura pode ou não implementar os serviços listados abaixo;
- No UniNFe e DLL, tem 4 versões de SCHEMA disponíveis.
Observação: A partir de Janeiro de 2022 a PRONIM desativou alguns WSDL de homologação.
Para uso no UniNFe
| Descrição do serviço | ||||
|---|---|---|---|---|
| Cancelar nota fiscal de serviço | CancelarNfseEnvio-ped-cannfse.xml |
- |
CancelarNfseEnvio-ped-cannfse.xml |
CancelarNfseEnvio-ped-cannfse.xml
|
| Consulta lote RPS | ConsultarLoteRpsEnvio-ped-loterps.xml |
- |
ConsultarLoteRpsEnvio-ped-loterps.xml |
ConsultarLoteRpsEnvio-ped-loterps.xml
|
| Consulta Situuação do Lote por RPS | ConsultarSituacaoLoteRpsEnvio-ped-cslr.xml |
- |
- |
-
|
| Consultar NFSe | - |
ConsultarNfseEnvio-ped-cnfse.xml |
- |
-
|
| Consultar NFSe por DPS | ConsultarNfsePorRpsEnvio-ped-cnprnfse.xml |
ConsultarNfsePorRpsEnvio-ped-cnprnfse.xml |
ConsultarNfsePorRpsEnvio-ped-cnprnfse.xml |
ConsultarNfsePorRpsEnvio-ped-cnprnfse.xml
|
| Gerar Nota Fiscal de Serviço | - |
GerarNfseEnvio-env-loterps.xml |
GerarNfseEnvio-env-loterps.xml |
GerarNfseEnvio-env-loterps.xml
|
| Recepcionar Lote RPS | RecepcionarLoteRpsEnvio-env-loterps.xml |
- |
RecepcionarLoteRpsEnvio-env-loterps.xml |
RecepcionarLoteRpsEnvio-env-loterps.xml
|
| Substituir nota fiscal de Serviço | - |
- |
SubstituirNfseEnvio-ped-substnfse.xml |
SubstituirNfseEnvio-ped-substnfse.xml
|
Para uso na DLL
| Descrição do serviço | |||||
|---|---|---|---|---|---|
| Cancelar nota fiscal de serviço | CancelarNfse |
- |
CancelarNfse |
CancelarNfse |
24
|
| Consulta lote RPS | ConsultarLoteRps |
- |
ConsultarLoteRps |
ConsultarLoteRps |
31
|
| Consulta Situuação do Lote por RPS | ConsultarSituacaoLoteRps |
- |
- |
- |
40
|
| Consultar NFSe | - |
ConsultarNfse |
- |
- |
32
|
| Consultar NFSe por DPS | ConsultarNfsePorRps |
ConsultarNfsePorRps |
ConsultarNfsePorRps |
ConsultarNfsePorRps |
36
|
| Gerar Nota Fiscal de Serviço | - |
GerarNfse |
GerarNfse |
GerarNfse |
27
|
| Recepcionar Lote RPS | RecepcionarLoteRps |
- |
RecepcionarLoteRps |
RecepcionarLoteRps |
28
|
| Substituir nota fiscal de Serviço | - |
- |
SubstituirNfse |
SubstituirNfse |
30
|
Exemplo de uso na DLL em C#:
Uso para todas versões
var configuracao = new Configuracao
{
TipoDFe = TipoDFe.NFSe,
CertificadoDigital = CertificadoSelecionado,
TipoAmbiente = TipoAmbiente.Producao,
CodigoMunicipio = codigo_ibge_do_municipio,
Servico = Servico.NFSeGerarNfse,
SchemaVersao = "X.XX",
};
var servico = new GerarNfse(conteudoXML, configuracao);
servico.Executar();
var retornoPrefeitura = servico.RetornoWSString;
Padrão PROPRIOBARUERISP
- Somente Barueri - SP utiliza esse padrão, pois foi feito especialmente para essa prefeitura;
- No UniNFe e DLL, tem uma versão de SCHEMA disponível.
Observação: No uso do XML de GerarNfseEnvio: O ERP deve informar no campo ArquivoRPSBase64 o conteúdo sem ser no formato base64 pois o software utilizado (UniNFe ou DLL) irá fazer a conversão para base64.
Para uso no UniNFe
| Descrição do serviço | |
|---|---|
| Consulta lote RPS | ConsultarLoteRpsEnvio-ped-loterps.xml
|
| Consulta NFSe por Faixa | ConsultarNfseFaixaEnvio-ped-sitnfse.xml
|
| Consulta/Download do PDF da NFSe | ConsultarNfsePDFEnvio-ped-cnnfse.xml
|
| Gerar Nota Fiscal de Serviço | GerarNfseEnvio-env-loterps.xml
|
Para uso na DLL
| Descrição do serviço | ||
|---|---|---|
| Consulta lote RPS | ConsultarLoteRps |
31
|
| Consulta NFSe por Faixa | ConsultarNfseFaixa |
35
|
| Consulta/Download do PDF da NFSe | ConsultarNfsePDF |
37
|
| Gerar Nota Fiscal de Serviço | GerarNfse |
27
|
Exemplo de uso na DLL em C#:
Uso para todas versões
var configuracao = new Configuracao
{
TipoDFe = TipoDFe.NFSe,
CertificadoDigital = CertificadoSelecionado,
TipoAmbiente = TipoAmbiente.Producao,
CodigoMunicipio = codigo_ibge_do_municipio,
Servico = Servico.NFSeGerarNfse,
SchemaVersao = "1.00",
};
var servico = new GerarNfse(conteudoXML, configuracao);
servico.Executar();
var retornoPrefeitura = servico.RetornoWSString;
Padrão PUBLICA
- Municípios no padrão PUBLICA utilizam WSDL's diferentes para emissão de NFSe, logo cada prefeitura pode ou não implementar os serviços listados abaixo;
- No UniNFe e DLL, tem uma versão de SCHEMA disponível.
Para uso no UniNFe
| Descrição do serviço | |
|---|---|
| Cancelar NFSe | CancelarNfseEnvio-ped-cannfse.xml
|
| Consultar Lote RPS | ConsultarLoteRpsEnvio-ped-loterps.xml
|
| Consultar NFSe por faixa de numeração | ConsultarNfseFaixaEnvio-ped-sitnfse.xml
|
| Consultar NFSe por RPS | ConsultarNfsePorRpsEnvio-ped-cnprnfse.xml
|
| Consultar situação do lote RPS | ConsultarSituacaoLoteRpsEnvio-ped-cslr.xml
|
| Gerar uma única NFSe | GerarNfseEnvio-env-loterps.xml
|
| Recepcionar Lote RPS | RecepcionarLoteRpsEnvio-env-loterps.xml
|
Para uso na DLL
| Descrição do serviço | ||
|---|---|---|
| Cancelar NFSe | CancelarNfse |
24
|
| Consultar Lote RPS | ConsultarLoteRps |
31
|
| Consultar NFSe por faixa de numeração | ConsultarNfseFaixa |
35
|
| Consultar NFSe por RPS | ConsultarNfsePorRps |
36
|
| Consultar situação do lote RPS | ConsultarSituacaoLoteRps |
40
|
| Gerar uma única NFSe | GerarNfse |
27
|
| Recepcionar Lote RPS | RecepcionarLoteRps |
28
|
Padrão PUBLICENTER
- Municípios no padrão PUBLICENTER utilizam WSDL's diferentes para emissão de NFSe, logo cada prefeitura pode ou não implementar os serviços listados abaixo;
- No UniNFe e DLL, tem uma versão de SCHEMA disponível.
Para uso no UniNFe
| Descrição do serviço | |
|---|---|
| Cancelar nota fiscal de serviço | CancelarNfseEnvio-ped-cannfse.xml
|
| Consulta NFSe por RPS | ConsultarNfsePorRpsEnvio-ped-cnprnfse.xml
|
| Gerar Nota Fiscal de Serviço | GerarNfseEnvio-env-loterps.xml
|
| Recepcionar Lote RPS | RecepcionarLoteRpsEnvio-env-loterps.xml
|
Para uso na DLL
| Descrição do serviço | ||
|---|---|---|
| Cancelar nota fiscal de serviço | CancelarNfse |
24
|
| Consulta NFSe por RPS | ConsultarNfsePorRps |
36
|
| Gerar Nota Fiscal de Serviço | GerarNfse |
27
|
| Recepcionar Lote RPS | RecepcionarLoteRps |
28
|
Padrão QUASAR
- Municípios no padrão QUASAR utilizam WSDL's diferentes para emissão de NFSe, logo cada prefeitura pode ou não implementar os serviços listados abaixo;
- No UniNFe e DLL, tem uma versão de SCHEMA disponível.
Observação: Endereço de homologação é o mesmo de produção, mudando somente a tag <Producao> para 0 ou 1.
Para uso no UniNFe
| Descrição do serviço | |
|---|---|
| Cancelar nota fiscal de serviço | CancelarNfseEnvio-ped-cannfse.xml
|
| Consulta lote RPS | ConsultarLoteRpsEnvio-ped-loterps.xml
|
| Consulta NFSe de serviços prestados | ConsultarNfseServicoPrestadoEnvio-ped-sitnfse.xml
|
| Consulta NFSe de serviços tomados | ConsultarNfseServicoTomadoEnvio-ped-sitnfsetom.xml
|
| Consulta NFSe por Faixa | ConsultarNfseFaixaEnvio-ped-sitnfse.xml
|
| Consulta NFSe por RPS | ConsultarNfsePorRpsEnvio-ped-cnprnfse.xml
|
| Gerar Nota Fiscal de Serviço | GerarNfseEnvio-env-loterps.xml
|
| Recepcionar Lote RPS | RecepcionarLoteRpsEnvio-env-loterps.xml
|
| Recepcionar Lote RPS Sincrono | RecepcionarLoteRpsSincronoEnvio-env-loterps.xml
|
| Substituir nota fiscal de Serviço | SubstituirNfseEnvio-ped-substnfse.xml
|
Para uso na DLL
| Descrição do serviço | ||
|---|---|---|
| Cancelar nota fiscal de serviço | CancelarNfse |
24
|
| Consulta lote RPS | ConsultarLoteRps |
31
|
| Consulta NFSe de serviços prestados | ConsultarNfseServicoPrestado |
33
|
| Consulta NFSe de serviços tomados | ConsultarNfseServicoTomado |
34
|
| Consulta NFSe por Faixa | ConsultarNfseFaixa |
35
|
| Consulta NFSe por RPS | ConsultarNfsePorRps |
36
|
| Gerar Nota Fiscal de Serviço | GerarNfse |
27
|
| Recepcionar Lote RPS | RecepcionarLoteRps |
28
|
| Recepcionar Lote RPS Sincrono | RecepcionarLoteRpsSincrono |
29
|
| Substituir nota fiscal de Serviço | SubstituirNfse |
30
|
Padrão RLZ_INFORMATICA
- Municípios no padrão RLZ_INFORMATICA utilizam WSDL's diferentes para emissão de NFSe, logo cada prefeitura pode ou não implementar os serviços listados abaixo;
- No UniNFe e DLL, tem 2 versões de SCHEMA disponíveis.
Para uso no UniNFe
| Descrição do serviço | ||
|---|---|---|
| Cancelar nota fiscal de serviço | - |
CancelarNfseEnvio-ped-cannfse.xml
|
| Consulta de Nota Fiscal de Serviço | ConsultarNfseEnvio-ped-cnfse.xml |
-
|
| Consulta lote RPS | - |
ConsultarLoteRpsEnvio-ped-loterps.xml
|
| Consulta NFSe de serviços prestados | - |
ConsultarNfseServicoPrestadoEnvio-ped-sitnfse.xml
|
| Consulta NFSe de serviços tomados | - |
ConsultarNfseServicoTomadoEnvio-ped-sitnfsetom.xml
|
| Consulta NFSe por Faixa | - |
ConsultarNfseFaixaEnvio-ped-sitnfse.xml
|
| Consulta NFSe por RPS | - |
ConsultarNfsePorRpsEnvio-ped-cnprnfse.xml
|
| Gerar Nota Fiscal de Serviço | GerarNfseEnvio-env-loterps.xml |
GerarNfseEnvio-env-loterps.xml
|
| Recepcionar Lote RPS | - |
RecepcionarLoteRpsEnvio-env-loterps.xml
|
| Recepcionar Lote RPS Sincrono | - |
RecepcionarLoteRpsSincronoEnvio-env-loterps.xml
|
| Substituir nota fiscal de Serviço | - |
SubstituirNfseEnvio-ped-substnfse.xml
|
Para uso na DLL
| Descrição do serviço | |||
|---|---|---|---|
| Cancelar nota fiscal de serviço | - |
CancelarNfse |
24
|
| Consulta de Nota Fiscal de Serviço | ConsultarNfse |
- |
32
|
| Consulta lote RPS | - |
ConsultarLoteRps |
31
|
| Consulta NFSe de serviços prestados | - |
ConsultarNfseServicoPrestado |
33
|
| Consulta NFSe de serviços tomados | - |
ConsultarNfseServicoTomado |
34
|
| Consulta NFSe por Faixa | - |
ConsultarNfseFaixa |
35
|
| Consulta NFSe por RPS | - |
ConsultarNfsePorRps |
36
|
| Gerar Nota Fiscal de Serviço | GerarNfse |
GerarNfse |
27
|
| Recepcionar Lote RPS | - |
RecepcionarLoteRps |
28
|
| Recepcionar Lote RPS Sincrono | - |
RecepcionarLoteRpsSincrono |
29
|
| Substituir nota fiscal de Serviço | - |
SubstituirNfse |
30
|
Padrão SALVADOR_BA
- Somente Salvador - BA utiliza esse padrão, pois foi feito especialmente para essa prefeitura;
- No UniNFe e DLL, tem uma versão de SCHEMA disponível.
Para uso no UniNFe
| Descrição do serviço | |
|---|---|
| Consulta lote RPS | ConsultarLoteRpsEnvio-ped-loterps.xml
|
| Consulta NFSe por RPS | ConsultarNfsePorRpsEnvio-ped-cnprnfse.xml
|
| Consultar NFSe | ConsultarNfseEnvio-ped-cnfse.xml
|
| Consultar Situação Lote Rps | ConsultarSituacaoLoteRpsEnvio-ped-cslr.xml
|
| Recepcionar Lote RPS | RecepcionarLoteRpsEnvio-env-loterps.xml
|
Para uso na DLL
| Descrição do serviço | ||
|---|---|---|
| Consulta lote RPS | ConsultarLoteRps |
31
|
| Consulta NFSe por RPS | ConsultarNfsePorRps |
36
|
| Consultar NFSe | ConsultarNfse |
32
|
| Consultar Situação Lote Rps | ConsultarSituacaoLoteRps |
40
|
| Recepcionar Lote RPS | RecepcionarLoteRps |
28
|
Padrão SH3
- Municípios no padrão SH3 utilizam WSDL's diferentes para emissão de NFSe, logo cada prefeitura pode ou não implementar os serviços listados abaixo;
- No UniNFe e DLL, tem uma versão de SCHEMA disponível.
Observação: Clique aqui para saber como montar o link para impressão da NFSe.
Para uso no UniNFe
| Descrição do serviço | |
|---|---|
| Cancelar nota fiscal de serviço | CancelarNfseEnvio-ped-cannfse.xml
|
| Consulta lote RPS | ConsultarLoteRpsEnvio-ped-loterps.xml
|
| Consulta NFSe de serviços prestados | ConsultarNfseServicoPrestadoEnvio-ped-sitnfse.xml
|
| Consulta NFSe de serviços tomados | ConsultarNfseServicoTomadoEnvio-ped-sitnfsetom.xml
|
| Consulta NFSe por Faixa | ConsultarNfseFaixaEnvio-ped-sitnfse.xml
|
| Consulta NFSe por RPS | ConsultarNfsePorRpsEnvio-ped-cnprnfse.xml
|
| Gerar Nota Fiscal de Serviço | GerarNfseEnvio-env-loterps.xml
|
| Recepcionar Lote RPS | RecepcionarLoteRpsEnvio-env-loterps.xml
|
| Recepcionar Lote RPS Sincrono | RecepcionarLoteRpsSincronoEnvio-env-loterps.xml
|
| Substituir nota fiscal de Serviço | SubstituirNfseEnvio-ped-substnfse.xml
|
Para uso na DLL
| Descrição do serviço | ||
|---|---|---|
| Cancelar nota fiscal de serviço | CancelarNfse |
24
|
| Consulta lote RPS | ConsultarLoteRps |
31
|
| Consulta NFSe de serviços prestados | ConsultarNfseServicoPrestado |
33
|
| Consulta NFSe de serviços tomados | ConsultarNfseServicoTomado |
34
|
| Consulta NFSe por Faixa | ConsultarNfseFaixa |
35
|
| Consulta NFSe por RPS | ConsultarNfsePorRps |
36
|
| Gerar Nota Fiscal de Serviço | GerarNfse |
27
|
| Recepcionar Lote RPS | RecepcionarLoteRps |
28
|
| Recepcionar Lote RPS Sincrono | RecepcionarLoteRpsSincrono |
29
|
| Substituir nota fiscal de Serviço | SubstituirNfse |
30
|
Padrão SIGCORP
- Municípios no padrão SIGCORP utilizam WSDL's diferentes para emissão de NFSe, logo cada prefeitura pode ou não implementar os serviços listados abaixo;
- No UniNFe e DLL, tem 4 versões de SCHEMA disponíveis.
Observação: Versão 1.03: Somente Londrina - PR (Cód. IBGE 4113700) utiliza essa versão.
Observação: Versão 3.00: Município de Rio Grande - RS (Cód. IBGE 4315602) possui XMLs modificados que utilizam versão 3.00 disponibilizado nesse link
Para uso no UniNFe
| Descrição do serviço | ||||
|---|---|---|---|---|
| Cancelar nota fiscal de serviço | CancelarNfseEnvio-ped-cannfse.xml |
CancelarNfseEnvio-ped-cannfse.xml |
CancelarNfseEnvio-ped-cannfse.xml |
CancelarNfseEnvio-ped-cannfse.xml
|
| Consulta Lote RPS | - |
ConsultarLoteRpsEnvio-ped-loterps.xml |
ConsultarLoteRpsEnvio-ped-loterps.xml |
-
|
| Consulta NFSe de serviços prestados | ConsultarNfseServicoPrestadoEnvio-ped-sitnfse.xml |
- |
ConsultarNfseServicoPrestadoEnvio-ped-sitnfse.xml |
-
|
| Consulta NFSe de serviços tomados | - |
- |
ConsultarNfseServicoTomadoEnvio-ped-sitnfsetom.xml |
-
|
| Consulta NFSe por Faixa | - |
- |
ConsultarNfseFaixaEnvio-ped-sitnfse.xml |
-
|
| Consulta NFSe por RPS | - |
ConsultarNfsePorRpsEnvio-ped-cnprnfse.xml |
ConsultarNfsePorRpsEnvio-ped-cnprnfse.xml |
-
|
| Consulta nota fiscal de serviço do prestador | - |
- |
- |
ConsultarNotaPrestadorEnvio-ped-cnp.xml
|
| Consulta nota fiscal de serviço válida | - |
- |
- |
ConsultarNotaValidaEnvio-ped-cnv.xml
|
| Consultar Rps Serviço Prestado | ConsultarRpsServicoPrestadoEnvio-ped-crsp.xml |
- |
- |
-
|
| Gerar Nota Fiscal de Serviço | GerarNfseEnvio-env-loterps.xml |
GerarNfseEnvio-env-loterps.xml |
GerarNfseEnvio-env-loterps.xml |
GerarNfseEnvio-env-loterps.xml
|
| Recepcionar Lote RPS | - |
RecepcionarLoteRpsEnvio-env-loterps.xml |
RecepcionarLoteRpsEnvio-env-loterps.xml |
-
|
| Recepcionar Lote RPS Sincrono | - |
RecepcionarLoteRpsSincronoEnvio-env-loterps.xml |
RecepcionarLoteRpsSincronoEnvio-env-loterps.xml |
-
|
| Substituir nota fiscal de Serviço | - |
SubstituirNfseEnvio-ped-substnfse.xml |
SubstituirNfseEnvio-ped-substnfse.xml |
-
|
Para uso na DLL
| Descrição do serviço | |||||
|---|---|---|---|---|---|
| Cancelar nota fiscal de serviço | CancelarNfse |
CancelarNfse |
CancelarNfse |
CancelarNfse |
24
|
| Consulta Lote RPS | - |
ConsultarLoteRps |
ConsultarLoteRps |
- |
31
|
| Consulta NFSe de serviços prestados | ConsultarNfseServicoPrestado |
- |
ConsultarNfseServicoPrestado |
- |
33
|
| Consulta NFSe de serviços tomados | - |
- |
ConsultarNfseServicoTomado |
- |
34
|
| Consulta NFSe por Faixa | - |
- |
ConsultarNfseFaixa |
- |
35
|
| Consulta NFSe por RPS | - |
ConsultarNfsePorRps |
ConsultarNfsePorRps |
- |
36
|
| Consulta nota fiscal de serviço do prestador | - |
- |
- |
ConsultarNotaPrestador |
25
|
| Consulta nota fiscal de serviço válida | - |
- |
- |
ConsultarNotaValida |
26
|
| Consultar Rps Serviço Prestado | ConsultarRpsServicoPrestado |
- |
- |
- |
55
|
| Gerar Nota Fiscal de Serviço | GerarNfse |
GerarNfse |
GerarNfse |
GerarNfse |
27
|
| Recepcionar Lote RPS | - |
RecepcionarLoteRps |
RecepcionarLoteRps |
- |
28
|
| Recepcionar Lote RPS Sincrono | - |
RecepcionarLoteRpsSincrono |
RecepcionarLoteRpsSincrono |
- |
29
|
| Substituir nota fiscal de Serviço | - |
SubstituirNfse |
SubstituirNfse |
- |
30
|
Padrão SIGISSWEB
- Municípios no padrão SIGISSWEB utilizam-se de API para os serviços relacionados a NFSe, logo cada prefeitura tem seu link de produção e homologação para emissão;
- No UniNFe e DLL, tem uma versão de SCHEMA disponível.
Observação: Para realizar a conexão com a API deve-se informar no campo usuário e senha do UniNFe as credencias que são disponibilizadas pela prefeitura do município, ao qual o usuário será o CNPJ do contribuinte e a senha precisa ser gerada no site da prefeitura.
Para uso no UniNFe
| Descrição do serviço | |
|---|---|
| Cancelamento de NFSe | CancelarNfseEnvio-ped-cannfse.xml
|
| Consulta PDF da NFSe | ConsultarNfsePDFEnvio-ped-cnnfse.xml
|
| Consulta XML da NFSe | ConsultarNfseEnvio-ped-cnfse.xml
|
| Gerar NFSe | GerarNfseEnvio-env-loterps.xml
|
Para uso na DLL
| Descrição do serviço | ||
|---|---|---|
| Cancelamento de NFSe | CancelarNfse |
24
|
| Consulta PDF da NFSe | ConsultarNfsePDF |
37
|
| Consulta XML da NFSe | ConsultarNfse |
32
|
| Gerar NFSe | GerarNfse |
27
|
Padrão SIMPLE
- Municípios no padrão SIMPLE utilizam WSDL's diferentes para emissão de NFSe, logo cada prefeitura pode ou não implementar os serviços listados abaixo;
- No UniNFe e DLL, tem uma versão de SCHEMA disponível.
Para uso no UniNFe
| Descrição do serviço | |
|---|---|
| Cancelar nota fiscal de serviço | CancelarNfseEnvio-ped-cannfse.xml
|
| Consulta NFSe por RPS | ConsultarNfsePorRpsEnvio-ped-cnprnfse.xml
|
| Consulta NFSe por RPS | ConsultarNfseEnvio-ped-cnfse.xml
|
| Recepcionar Lote RPS | RecepcionarLoteRpsEnvio-env-loterps.xml
|
Para uso na DLL
| Descrição do serviço | ||
|---|---|---|
| Cancelar nota fiscal de serviço | CancelarNfse |
24
|
| Consulta NFSe por RPS | ConsultarNfse |
32
|
| Consulta NFSe por RPS | ConsultarNfsePorRps |
36
|
| Recepcionar Lote RPS | RecepcionarLoteRps |
28
|
Padrão SIMPLISS
- Municípios no padrão SIMPLISS utilizam WSDL's diferentes para emissão de NFSe, logo cada prefeitura pode ou não implementar os serviços listados abaixo;
- No UniNFe e DLL, tem 3 versões de SCHEMA disponíveis.
Para uso no UniNFe
| Descrição do serviço | |||
|---|---|---|---|
| Cancelar Nota Fiscal de Serviço | - |
CancelarNfseEnvio-ped-cannfse.xml |
CancelarNfseEnvio-ped-cannfse.xml
|
| Consulta lote RPS | - |
ConsultarLoteRpsEnvio-ped-loterps.xml |
ConsultarLoteRpsEnvio-ped-loterps.xml
|
| Consulta lote RPS | - |
- |
ConsultarSituacaoLoteRpsEnvio-ped-cslr.xml
|
| Consulta NFSe de serviços prestados | - |
ConsultarNfseServicoPrestadoEnvio-ped-sitnfse.xml |
-
|
| Consulta NFSe de serviços tomados | - |
ConsultarNfseServicoTomadoEnvio-ped-sitnfsetom.xml |
-
|
| Consulta NFSe por Faixa | - |
ConsultarNfseFaixaEnvio-ped-sitnfse.xml |
-
|
| Consultar NFSe por rps | - |
ConsultarNfsePorRpsEnvio-ped-cnprnfse.xml |
ConsultarNfsePorRpsEnvio-ped-cnprnfse.xml
|
| Gerar Nota Fiscal de Serviço | GerarNfseEnvio-env-loterps.xml |
GerarNfseEnvio-env-loterps.xml |
GerarNfseEnvio-env-loterps.xml
|
| Recepcionar Lote RPS | - |
RecepcionarLoteRpsEnvio-env-loterps.xml |
-
|
| Substituir nota fiscal de Serviço | - |
SubstituirNfseEnvio-ped-substnfse.xml |
-
|
Para uso na DLL
| Descrição do serviço | ||||
|---|---|---|---|---|
| Cancelar Nota Fiscal de Serviço | - |
CancelarNfse |
CancelarNfse |
24
|
| Consulta lote RPS | - |
- |
ConsultarSituacaoLoteRps |
40
|
| Consulta lote RPS | - |
ConsultarLoteRps |
ConsultarLoteRps |
31
|
| Consulta NFSe de serviços prestados | - |
ConsultarNfseServicoPrestado |
- |
33
|
| Consulta NFSe de serviços tomados | - |
ConsultarNfseServicoTomado |
- |
34
|
| Consulta NFSe por Faixa | - |
ConsultarNfseFaixa |
- |
35
|
| Consultar NFSe por rps | - |
ConsultarNfsePorRps |
ConsultarNfsePorRps |
36
|
| Gerar Nota Fiscal de Serviço | GerarNfse |
GerarNfse |
GerarNfse |
27
|
| Recepcionar Lote RPS | - |
RecepcionarLoteRps |
- |
28
|
| Substituir nota fiscal de Serviço | - |
SubstituirNfse |
- |
30
|
Exemplo de uso na DLL em C#:
Versão 2.03
var configuracao = new Configuracao
{{
TipoDFe = TipoDFe.NFSe,
CertificadoDigital = CertificadoSelecionado,
TipoAmbiente = TipoAmbiente.Producao,
codigo_municipio = codigo_ibge_do_municipio,
Servico = Servico.NFSeGerarNfse,
SchemaVersao = "2.03"
}};
var servico = new GerarNfse(conteudoXML, configuracao);
servico.Executar();
var retornoPrefeitura = servico.RetornoWSString;
Versão 3.00
var configuracao = new Configuracao
{{
TipoDFe = TipoDFe.NFSe,
CertificadoDigital = CertificadoSelecionado,
TipoAmbiente = TipoAmbiente.Producao,
codigo_municipio = codigo_ibge_do_municipio,
Servico = Servico.NFSeGerarNfse,
SchemaVersao = "3.00"
MunicipioUsuario = "12345678901234",
MunicipioSenha = "123456"
}};
var servico = new GerarNfse(conteudoXML, configuracao);
servico.Executar();
var retornoPrefeitura = servico.RetornoWSString;
Padrão SINSOFT
- Municípios no padrão SINSOFT utilizam WSDL's diferentes para emissão de NFSe, logo cada prefeitura pode ou não implementar os serviços listados abaixo;
- No UniNFe e DLL, tem uma versão de SCHEMA disponível.
Para uso no UniNFe
| Descrição do serviço | |
|---|---|
| Cancelar nota fiscal de serviço | CancelarNfseEnvio-ped-cannfse.xml
|
| Consulta NFSe por Faixa | ConsultarNfseFaixaEnvio-ped-sitnfse.xml
|
| Consulta NFSe por RPS | ConsultarNfsePorRpsEnvio-ped-cnprnfse.xml
|
| Gerar NFSe | GerarNfseEnvio-env-loterps.xml
|
Para uso na DLL
| Descrição do serviço | ||
|---|---|---|
| Cancelar nota fiscal de serviço | CancelarNfse |
24
|
| Consulta NFSe por Faixa | ConsultarNfseFaixa |
35
|
| Consulta NFSe por RPS | ConsultarNfsePorRps |
36
|
| Gerar NFSe | GerarNfse |
27
|
Exemplo de uso na DLL em C#:
Uso para todas versões
var configuracao = new Configuracao
{
TipoDFe = TipoDFe.NFSe,
CertificadoDigital = CertificadoSelecionado,
TipoAmbiente = TipoAmbiente.Producao,
CodigoMunicipio = codigo_ibge_do_municipio,
Servico = Servico.NFSeGerarNfse,
SchemaVersao = "2.01",
MunicipioUsuario = "12345678901234",
MunicipioSenha = "123456",
};
var servico = new GerarNfse(conteudoXML, configuracao);
servico.Executar();
var retornoPrefeitura = servico.RetornoWSString;
Padrão SMARAPD
- Municípios no padrão SMARAPD utilizam WSDL's diferentes para emissão de NFSe, logo cada prefeitura pode ou não implementar os serviços listados abaixo;
- No UniNFe e DLL, tem 3 versões de SCHEMA disponíveis.
Para uso no UniNFe
| Descrição do serviço | |||
|---|---|---|---|
| Cancelar nota fiscal de serviço | CancelarNfseEnvio-ped-cannfse.xml |
CancelarNfseEnvio-ped-cannfse.xml |
CancelarNfseEnvio-ped-cannfse.xml
|
| Consulta lote RPS | - |
ConsultarLoteRpsEnvio-ped-loterps.xml |
ConsultarLoteRpsEnvio-ped-loterps.xml
|
| Consulta NFSe de serviços prestados | - |
ConsultarNfseServicoPrestadoEnvio-ped-sitnfse.xml |
ConsultarNfseServicoPrestadoEnvio-ped-sitnfse.xml
|
| Consulta NFSe de serviços tomados | - |
ConsultarNfseServicoTomadoEnvio-ped-sitnfsetom.xml |
ConsultarNfseServicoTomadoEnvio-ped-sitnfsetom.xml
|
| Consulta NFSe por Faixa | - |
ConsultarNfseFaixaEnvio-ped-sitnfse.xml |
ConsultarNfseFaixaEnvio-ped-sitnfse.xml
|
| Consulta NFSe por RPS | - |
ConsultarNfsePorRpsEnvio-ped-cnprnfse.xml |
ConsultarNfsePorRpsEnvio-ped-cnprnfse.xml
|
| ConsultarNfse | ConsultarNfseEnvio-ped-cnfse.xml |
- |
-
|
| Gerar Nota Fiscal de Serviço | - |
GerarNfseEnvio-env-loterps.xml |
GerarNfseEnvio-env-loterps.xml
|
| Recepcionar Lote RPS | RecepcionarLoteRpsEnvio-env-loterps.xml |
RecepcionarLoteRpsEnvio-env-loterps.xml |
RecepcionarLoteRpsEnvio-env-loterps.xml
|
| Recepcionar Lote RPS Sincrono | - |
RecepcionarLoteRpsSincronoEnvio-env-loterps.xml |
RecepcionarLoteRpsSincronoEnvio-env-loterps.xml
|
| Substituir nota fiscal de Serviço | - |
SubstituirNfseEnvio-ped-substnfse.xml |
SubstituirNfseEnvio-ped-substnfse.xml
|
Para uso na DLL
| Descrição do serviço | ||||
|---|---|---|---|---|
| Cancelar nota fiscal de serviço | CancelarNfse |
CancelarNfse |
CancelarNfse |
24
|
| Consulta lote RPS | - |
ConsultarLoteRps |
ConsultarLoteRps |
31
|
| Consulta NFSe de serviços prestados | - |
ConsultarNfseServicoPrestado |
ConsultarNfseServicoPrestado |
33
|
| Consulta NFSe de serviços tomados | - |
ConsultarNfseServicoTomado |
ConsultarNfseServicoTomado |
34
|
| Consulta NFSe por Faixa | - |
ConsultarNfseFaixa |
ConsultarNfseFaixa |
35
|
| Consulta NFSe por RPS | - |
ConsultarNfsePorRps |
ConsultarNfsePorRps |
36
|
| ConsultarNfse | ConsultarNfse |
- |
- |
32
|
| Gerar Nota Fiscal de Serviço | - |
GerarNfse |
GerarNfse |
27
|
| Recepcionar Lote RPS | RecepcionarLoteRps |
RecepcionarLoteRps |
RecepcionarLoteRps |
28
|
| Recepcionar Lote RPS Sincrono | - |
RecepcionarLoteRpsSincrono |
RecepcionarLoteRpsSincrono |
29
|
| Substituir nota fiscal de Serviço | - |
SubstituirNfse |
SubstituirNfse |
30
|
Padrão SOFTPLAN
- Municípios no padrão SOFTPLAN utilizam-se de API para os serviços relacionados a NFSe, logo cada prefeitura tem seu link de produção e homologação para emissão;
- No UniNFe e DLL, tem uma versão de SCHEMA disponível.
Observação: Cada contribuinte deve ter um usuário e senha, fornecidos pela prefeitura do município, para acessar a API e utilizar os serviços.
Para uso no UniNFe
| Descrição do serviço | |
|---|---|
| Cancelamento de NFSe | CancelarNfseEnvio-ped-cannfse.xml
|
| Consulta de XML de NFSe | ConsultarNfseEnvio-ped-cnfse.xml
|
| Consulta de XML de NFSe por RPS | ConsultarNfsePorRpsEnvio-ped-cnprnfse.xml
|
| Geração de NFSe | GerarNfseEnvio-env-loterps.xml
|
Para uso na DLL
| Descrição do serviço | ||
|---|---|---|
| Cancelamento de NFSe | CancelarNfse |
24
|
| Consulta de XML de NFSe | ConsultarNfse |
32
|
| Consulta de XML de NFSe por RPS | ConsultarNfsePorRps |
36
|
| Geração de NFSe | GerarNfse |
27
|
Padrão SONNER
- Municípios no padrão SONNER utilizam WSDL's diferentes para emissão de NFSe, logo cada prefeitura pode ou não implementar os serviços listados abaixo;
- No UniNFe e DLL, tem uma versão de SCHEMA disponível.
Para uso no UniNFe
| Descrição do serviço | |
|---|---|
| Cancelar nota fiscal de serviço | CancelarNfseEnvio-ped-cannfse.xml
|
| Consulta NFSe de serviços prestados | ConsultarNfseServicoPrestadoEnvio-ped-sitnfse.xml
|
| Consulta NFSe de serviços tomados | ConsultarNfseServicoTomadoEnvio-ped-sitnfsetom.xml
|
| Consulta NFSe por Faixa | ConsultarNfseFaixaEnvio-ped-sitnfse.xml
|
| Consulta NFSe por RPS | ConsultarNfsePorRpsEnvio-ped-cnprnfse.xml
|
| Gerar Nota Fiscal de Serviço | GerarNfseEnvio-env-loterps.xml
|
| Recepcionar Lote RPS Sincrono | RecepcionarLoteRpsSincronoEnvio-env-loterps.xml
|
| Substituir nota fiscal de Serviço | SubstituirNfseEnvio-ped-substnfse.xml
|
Para uso na DLL
| Descrição do serviço | ||
|---|---|---|
| Cancelar nota fiscal de serviço | CancelarNfse |
24
|
| Consulta NFSe de serviços prestados | ConsultarNfseServicoPrestado |
33
|
| Consulta NFSe de serviços tomados | ConsultarNfseServicoTomado |
34
|
| Consulta NFSe por Faixa | ConsultarNfseFaixa |
35
|
| Consulta NFSe por RPS | ConsultarNfsePorRps |
36
|
| Gerar Nota Fiscal de Serviço | GerarNfse |
27
|
| Recepcionar Lote RPS Sincrono | RecepcionarLoteRpsSincrono |
29
|
| Substituir nota fiscal de Serviço | SubstituirNfse |
30
|
Padrão SUPERNOVA
- Municípios no padrão SUPERNOVA utilizam WSDL's diferentes para emissão de NFSe, logo cada prefeitura pode ou não implementar os serviços listados abaixo;
- No UniNFe e DLL, tem uma versão de SCHEMA disponível.
Para uso no UniNFe
| Descrição do serviço | |
|---|---|
| Cancelar nota fiscal de serviço | CancelarNfseEnvio-ped-cannfse.xml
|
| Consulta lote RPS | ConsultarLoteRpsEnvio-ped-loterps.xml
|
| Consulta NFSe de serviços prestados | ConsultarNfseServicoPrestadoEnvio-ped-sitnfse.xml
|
| Consulta NFSe de serviços tomados | ConsultarNfseServicoTomadoEnvio-ped-sitnfsetom.xml
|
| Consulta NFSe por Faixa | ConsultarNfseFaixaEnvio-ped-sitnfse.xml
|
| Consulta NFSe por RPS | ConsultarNfsePorRpsEnvio-ped-cnprnfse.xml
|
| Gerar Nota Fiscal de Serviço | GerarNfseEnvio-env-loterps.xml
|
| Recepcionar Lote RPS | RecepcionarLoteRpsEnvio-env-loterps.xml
|
| Substituir nota fiscal de Serviço | SubstituirNfseEnvio-ped-substnfse.xml
|
Para uso na DLL
| Descrição do serviço | ||
|---|---|---|
| Cancelar nota fiscal de serviço | CancelarNfse |
24
|
| Consulta lote RPS | ConsultarLoteRps |
31
|
| Consulta NFSe de serviços prestados | ConsultarNfseServicoPrestado |
33
|
| Consulta NFSe de serviços tomados | ConsultarNfseServicoTomado |
34
|
| Consulta NFSe por Faixa | ConsultarNfseFaixa |
35
|
| Consulta NFSe por RPS | ConsultarNfsePorRps |
36
|
| Gerar Nota Fiscal de Serviço | GerarNfse |
27
|
| Recepcionar Lote RPS | RecepcionarLoteRps |
28
|
| Substituir nota fiscal de Serviço | SubstituirNfse |
30
|
Padrão SYSTEMPRO
- Municípios no padrão SYSTEMPRO utilizam WSDL's diferentes para emissão de NFSe, logo cada prefeitura pode ou não implementar os serviços listados abaixo;
- No UniNFe e DLL, tem uma versão de SCHEMA disponível.
Para uso no UniNFe
| Descrição do serviço | |
|---|---|
| Cancelar nota fiscal de serviço | CancelarNfseEnvio-ped-cannfse.xml
|
| Consulta NFSe por Faixa | ConsultarNfseFaixaEnvio-ped-sitnfse.xml
|
| Gerar Nota Fiscal de Serviço | GerarNfseEnvio-env-loterps.xml
|
| Recepcionar Lote RPS Sincrono | RecepcionarLoteRpsSincronoEnvio-env-loterps.xml
|
| Substituir nota fiscal de Serviço | SubstituirNfseEnvio-ped-substnfse.xml
|
Para uso na DLL
| Descrição do serviço | ||
|---|---|---|
| Cancelar nota fiscal de serviço | CancelarNfse |
24
|
| Consulta NFSe por Faixa | ConsultarNfseFaixa |
35
|
| Gerar Nota Fiscal de Serviço | GerarNfse |
27
|
| Recepcionar Lote RPS Sincrono | RecepcionarLoteRpsSincrono |
29
|
| Substituir nota fiscal de Serviço | SubstituirNfse |
30
|
Padrão TECNOSISTEMAS
- Municípios no padrão TECNOSISTEMAS utilizam WSDL's diferentes para emissão de NFSe, logo cada prefeitura pode ou não implementar os serviços listados abaixo;
- No UniNFe e DLL, tem uma versão de SCHEMA disponível.
Para uso no UniNFe
| Descrição do serviço | |
|---|---|
| Cancelar nota fiscal de serviço | CancelarNfseEnvio-ped-cannfse.xml
|
| Consulta lote RPS | ConsultarLoteRpsEnvio-ped-loterps.xml
|
| Consulta NFSe de serviços prestados | ConsultarNfseServicoPrestadoEnvio-ped-sitnfse.xml
|
| Consulta NFSe por Faixa | ConsultarNfseFaixaEnvio-ped-sitnfse.xml
|
| Consulta NFSe por RPS | ConsultarNfsePorRpsEnvio-ped-cnprnfse.xml
|
| Consulta NFSe serviços tomados | ConsultarNfseServicoTomadoEnvio-ped-sitnfsetom.xml
|
| Consulta Sequencia Lote Nota RPS | ConsultarSequenciaLoteNotaRPSEnvio-ped-csln.xml
|
| Recepcionar Lote RPS Sincrono | RecepcionarLoteRpsSincronoEnvio-env-loterps.xml
|
| Substituir nota fiscal de Serviço | SubstituirNfseEnvio-ped-substnfse.xml
|
Para uso na DLL
| Descrição do serviço | ||
|---|---|---|
| Cancelar nota fiscal de serviço | CancelarNfse |
24
|
| Consulta lote RPS | ConsultarLoteRps |
31
|
| Consulta NFSe de serviços prestados | ConsultarNfseServicoPrestado |
33
|
| Consulta NFSe por Faixa | ConsultarNfseFaixa |
35
|
| Consulta NFSe por RPS | ConsultarNfsePorRps |
36
|
| Consulta NFSe serviços tomados | ConsultarNfseServicoTomado |
34
|
| Consulta Sequencia Lote Nota RPS | ConsultarSequenciaLoteNotaRPS |
61
|
| Recepcionar Lote RPS Sincrono | RecepcionarLoteRpsSincrono |
29
|
| Substituir nota fiscal de Serviço | SubstituirNfse |
30
|
Exemplo de uso na DLL em C#:
Uso para todas versões
var configuracao = new Configuracao
{
TipoDFe = TipoDFe.NFSe,
CertificadoDigital = CertificadoSelecionado,
TipoAmbiente = TipoAmbiente.Producao,
CodigoMunicipio = codigo_ibge_do_municipio,
Servico = Servico.NFSeConsultarSequenciaLoteNotaRPS,
SchemaVersao = "1.00",
};
var servico = new ConsultarSequenciaLoteNotaRPS(conteudoXML, configuracao);
servico.Executar();
var retornoPrefeitura = servico.RetornoWSString;
Padrão THEMA
- Municípios no padrão THEMA utilizam WSDL's diferentes para emissão de NFSe, logo cada prefeitura pode ou não implementar os serviços listados abaixo;
- No UniNFe e DLL, tem uma versão de SCHEMA disponível.
Para uso no UniNFe
| Descrição do serviço | |
|---|---|
| Cancelar nota fiscal de serviço | CancelarNfseEnvio-ped-cannfse.xml
|
| Consulta lote RPS | ConsultarLoteRpsEnvio-ped-loterps.xml
|
| Consulta lote RPS | ConsultarNfseEnvio-ped-cnfse.xml
|
| Consulta lote RPS | ConsultarNfsePorRpsEnvio-ped-cnprnfse.xml
|
| Consultar da Situação do Lote RPS | ConsultarSituacaoLoteRpsEnvio-ped-cslr.xml
|
| Recepcionar Lote RPS | RecepcionarLoteRpsEnvio-env-loterps.xml
|
| Recepcionar Lote RPS Sincrono | RecepcionarLoteRpsSincronoEnvio-env-loterps.xml
|
Para uso na DLL
| Descrição do serviço | ||
|---|---|---|
| Cancelar nota fiscal de serviço | CancelarNfse |
24
|
| Consulta lote RPS | ConsultarNfse |
32
|
| Consulta lote RPS | ConsultarNfsePorRps |
36
|
| Consulta lote RPS | ConsultarLoteRps |
31
|
| Consultar da Situação do Lote RPS | ConsultarSituacaoLoteRps |
40
|
| Recepcionar Lote RPS | RecepcionarLoteRps |
28
|
| Recepcionar Lote RPS Sincrono | RecepcionarLoteRpsSincrono |
29
|
Exemplo de uso na DLL em C#:
Uso para todas versões
var configuracao = new Configuracao
{
TipoDFe = TipoDFe.NFSe,
CertificadoDigital = CertificadoSelecionado,
TipoAmbiente = TipoAmbiente.Producao,
CodigoMunicipio = codigo_ibge_do_municipio,
Servico = Servico.NFSeRecepcionarLoteRps,
SchemaVersao = "1.00",
};
var servico = new RecepcionarLoteRps(conteudoXML, configuracao);
servico.Executar();
var retornoPrefeitura = servico.RetornoWSString;
Padrão TINUS
- Municípios no padrão TINUS utilizam WSDL's diferentes para emissão de NFSe, logo cada prefeitura pode ou não implementar os serviços listados abaixo;
- No UniNFe e DLL, tem uma versão de SCHEMA disponível.
Observação: Município Ipojuca - PE possui XMLs modificados dos demais municípios, podem ser conferidos nesse link.
Para uso no UniNFe
| Descrição do serviço | |
|---|---|
| Cancelar nota fiscal de serviço | CancelarNfseEnvio-ped-cannfse.xml
|
| Consulta lote RPS | ConsultarLoteRpsEnvio-ped-loterps.xml
|
| Consulta NFSe por RPS | ConsultarNfsePorRpsEnvio-ped-cnprnfse.xml
|
| Consultar NFSe | ConsultarNfseEnvio-ped-cnfse.xml
|
| Consultar Situação Lote Rps | ConsultarSituacaoLoteRpsEnvio-ped-cslr.xml
|
| Recepcionar Lote RPS | RecepcionarLoteRpsEnvio-env-loterps.xml
|
Para uso na DLL
| Descrição do serviço | ||
|---|---|---|
| Cancelar nota fiscal de serviço | CancelarNfse |
24
|
| Consulta lote RPS | ConsultarLoteRps |
31
|
| Consulta NFSe por RPS | ConsultarNfsePorRps |
36
|
| Consultar NFSe | ConsultarNfse |
32
|
| Consultar Situação Lote Rps | ConsultarSituacaoLoteRps |
40
|
| Recepcionar Lote RPS | RecepcionarLoteRps |
28
|
Padrão TIPLAN
- Municípios no padrão TIPLAN utilizam WSDL's diferentes para emissão de NFSe, logo cada prefeitura pode ou não implementar os serviços listados abaixo;
- No UniNFe e DLL, tem 3 versões de SCHEMA disponíveis.
Observação: Versão 2.01: Municípios dessa versão não possuem WSDL de homologação, somente produção.
Observação: Versão 2.03: Municípios dessa versão possuem WSDL de produção e homologação.
Para uso no UniNFe
| Descrição do serviço | |||
|---|---|---|---|
| Cancelar nota fiscal de serviço | CancelarNfseEnvio-ped-cannfse.xml |
CancelarNfseEnvio-ped-cannfse.xml |
CancelarNfseEnvio-ped-cannfse.xml
|
| Consulta lote RPS | ConsultarLoteRpsEnvio-ped-loterps.xml |
ConsultarLoteRpsEnvio-ped-loterps.xml |
ConsultarLoteRpsEnvio-ped-loterps.xml
|
| Consulta NFSe de serviços prestados | - |
- |
ConsultarNfseServicoPrestadoEnvio-ped-sitnfse.xml
|
| Consulta NFSe de serviços tomados | - |
- |
ConsultarNfseServicoTomadoEnvio-ped-sitnfsetom.xml
|
| Consulta NFSe por Faixa | - |
- |
ConsultarNfseFaixaEnvio-ped-sitnfse.xml
|
| Consulta NFSe por RPS | ConsultarNfsePorRpsEnvio-ped-cnprnfse.xml |
ConsultarNfsePorRpsEnvio-ped-cnprnfse.xml |
ConsultarNfsePorRpsEnvio-ped-cnprnfse.xml
|
| Consulta situação do lote RPS | ConsultarSituacaoLoteRpsEnvio-ped-cslr.xml |
ConsultarSituacaoLoteRpsEnvio-ped-cslr.xml |
-
|
| Consultar NFSe | ConsultarNfseEnvio-ped-cnfse.xml |
ConsultarNfseEnvio-ped-cnfse.xml |
-
|
| Gerar Nota Fiscal de Serviço | - |
- |
GerarNfseEnvio-env-loterps.xml
|
| Recepcionar Lote RPS | RecepcionarLoteRpsEnvio-env-loterps.xml |
RecepcionarLoteRpsEnvio-env-loterps.xml |
RecepcionarLoteRpsEnvio-env-loterps.xml
|
| Recepcionar Lote RPS Sincrono | - |
- |
RecepcionarLoteRpsSincronoEnvio-env-loterps.xml
|
| Substituir nota fiscal de Serviço | - |
- |
SubstituirNfseEnvio-ped-substnfse.xml
|
Para uso na DLL
| Descrição do serviço | ||||
|---|---|---|---|---|
| Cancelar nota fiscal de serviço | CancelarNfse |
CancelarNfse |
CancelarNfse |
24
|
| Consulta lote RPS | ConsultarLoteRps |
ConsultarLoteRps |
ConsultarLoteRps |
31
|
| Consulta NFSe de serviços prestados | - |
- |
ConsultarNfseServicoPrestado |
33
|
| Consulta NFSe de serviços tomados | - |
- |
ConsultarNfseServicoTomado |
34
|
| Consulta NFSe por Faixa | - |
- |
ConsultarNfseFaixa |
35
|
| Consulta NFSe por RPS | ConsultarNfsePorRps |
ConsultarNfsePorRps |
ConsultarNfsePorRps |
36
|
| Consulta situação do lote RPS | ConsultarSituacaoLoteRps |
ConsultarSituacaoLoteRps |
- |
40
|
| Consultar NFSe | ConsultarNfse |
ConsultarNfse |
- |
32
|
| Gerar Nota Fiscal de Serviço | - |
- |
GerarNfse |
27
|
| Recepcionar Lote RPS | RecepcionarLoteRps |
RecepcionarLoteRps |
RecepcionarLoteRps |
28
|
| Recepcionar Lote RPS Sincrono | - |
- |
RecepcionarLoteRpsSincrono |
29
|
| Substituir nota fiscal de Serviço | - |
- |
SubstituirNfse |
30
|
Padrão TRIBUTUS
- Municípios no padrão TRIBUTUS utilizam o mesmo WSDL para produção e homologação diferenciando-se pelo TOKEN.
- No UniNFe e DLL, tem uma versão de SCHEMA disponível.
Observação: Esse padrão exige um TOKEN para usar o ambiente de homologação e um TOKEN para o ambiente de produção para cada contribuinte.
Para uso no UniNFe
| Descrição do serviço | |
|---|---|
| Cancelar nota fiscal de serviço | CancelarNfseEnvio-ped-cannfse.xml
|
| Consulta lote RPS | ConsultarLoteRpsEnvio-ped-loterps.xml
|
| Consulta NFSe de serviços prestados | ConsultarNfseServicoPrestadoEnvio-ped-sitnfse.xml
|
| Consulta NFSe de serviços tomados | ConsultarNfseServicoTomadoEnvio-ped-sitnfsetom.xml
|
| Consulta NFSe por Faixa | ConsultarNfseFaixaEnvio-ped-sitnfse.xml
|
| Consulta NFSe por RPS | ConsultarNfsePorRpsEnvio-ped-cnprnfse.xml
|
| Gerar Nota Fiscal de Serviço | GerarNfseEnvio-env-loterps.xml
|
| Recepcionar Lote RPS | RecepcionarLoteRpsEnvio-env-loterps.xml
|
| Recepcionar Lote RPS Sincrono | RecepcionarLoteRpsSincronoEnvio-env-loterps.xml
|
| Substituir nota fiscal de Serviço | SubstituirNfseEnvio-ped-substnfse.xml
|
Para uso na DLL
| Descrição do serviço | ||
|---|---|---|
| Cancelar nota fiscal de serviço | CancelarNfse |
24
|
| Consulta lote RPS | ConsultarLoteRps |
31
|
| Consulta NFSe de serviços prestados | ConsultarNfseServicoPrestado |
33
|
| Consulta NFSe de serviços tomados | ConsultarNfseServicoTomado |
34
|
| Consulta NFSe por Faixa | ConsultarNfseFaixa |
35
|
| Consulta NFSe por RPS | ConsultarNfsePorRps |
36
|
| Gerar Nota Fiscal de Serviço | GerarNfse |
27
|
| Recepcionar Lote RPS | RecepcionarLoteRps |
28
|
| Recepcionar Lote RPS Sincrono | RecepcionarLoteRpsSincrono |
29
|
| Substituir nota fiscal de Serviço | SubstituirNfse |
30
|
Padrão VERSATEC
- Municípios no padrão VERSATEC utilizam WSDL's diferentes para emissão de NFSe, logo cada prefeitura pode ou não implementar os serviços listados abaixo;
- No UniNFe e DLL, tem uma versão de SCHEMA disponível.
Para uso no UniNFe
| Descrição do serviço | |
|---|---|
| Cancelar nota fiscal de serviço | CancelarNfseEnvio-ped-cannfse.xml
|
| Consulta lote RPS | ConsultarLoteRpsEnvio-ped-loterps.xml
|
| Consulta NFSe de serviços tomados | ConsultarNfseServicoTomadoEnvio-ped-sitnfsetom.xml
|
| Consulta NFSe por Faixa | ConsultarNfseFaixaEnvio-ped-sitnfse.xml
|
| Consulta NFSe por RPS | ConsultarNfsePorRpsEnvio-ped-cnprnfse.xml
|
| Gerar Nota Fiscal de Serviço | GerarNfseEnvio-env-loterps.xml
|
| Recepcionar Lote RPS | RecepcionarLoteRpsEnvio-env-loterps.xml
|
| Recepcionar Lote RPS Sincrono | RecepcionarLoteRpsSincronoEnvio-env-loterps.xml
|
| Substituir nota fiscal de Serviço | SubstituirNfseEnvio-ped-substnfse.xml
|
Para uso na DLL
| Descrição do serviço | ||
|---|---|---|
| Cancelar nota fiscal de serviço | CancelarNfse |
24
|
| Consulta lote RPS | ConsultarLoteRps |
31
|
| Consulta NFSe de serviços tomados | ConsultarNfseServicoTomado |
34
|
| Consulta NFSe por Faixa | ConsultarNfseFaixa |
35
|
| Consulta NFSe por RPS | ConsultarNfsePorRps |
36
|
| Gerar Nota Fiscal de Serviço | GerarNfse |
27
|
| Recepcionar Lote RPS | RecepcionarLoteRps |
28
|
| Recepcionar Lote RPS Sincrono | RecepcionarLoteRpsSincrono |
29
|
| Substituir nota fiscal de Serviço | SubstituirNfse |
30
|
Padrão VITORIA_ES
- Somente Vitória - ES utiliza esse padrão, pois foi feito especialmente para essa prefeitura;
- No UniNFe e DLL, tem uma versão de SCHEMA disponível.
Para uso no UniNFe
| Descrição do serviço | |
|---|---|
| Cancelar NFSe | CancelarNfseEnvio-ped-cannfse.xml
|
| Consulta lote RPS | ConsultarLoteRpsEnvio-ped-loterps.xml
|
| Consulta NFSe por RPS | ConsultarNfsePorRpsEnvio-ped-cnprnfse.xml
|
| Consultar NFSe Faixa | ConsultarNfseFaixaEnvio-ped-sitnfse.xml
|
| Consultar NFSe Servico Prestado | ConsultarNfseServicoPrestadoEnvio-ped-sitnfse.xml
|
| Consultar NFSe Servico Tomado | ConsultarNfseServicoTomadoEnvio-ped-sitnfsetom.xml
|
| Gerar NFSe | GerarNfseEnvio-env-loterps.xml
|
| Recepcionar Lote RPS | RecepcionarLoteRpsEnvio-env-loterps.xml
|
| Recepcionar LoteRPS Sincrono | RecepcionarLoteRpsSincronoEnvio-env-loterps.xml
|
| Substituir NFSe | SubstituirNfseEnvio-ped-substnfse.xml
|
Para uso na DLL
| Descrição do serviço | ||
|---|---|---|
| Cancelar NFSe | CancelarNfse |
24
|
| Consulta lote RPS | ConsultarLoteRps |
31
|
| Consulta NFSe por RPS | ConsultarNfsePorRps |
36
|
| Consultar NFSe Faixa | ConsultarNfseFaixa |
35
|
| Consultar NFSe Servico Prestado | ConsultarNfseServicoPrestado |
33
|
| Consultar NFSe Servico Tomado | ConsultarNfseServicoTomado |
34
|
| Gerar NFSe | GerarNfse |
27
|
| Recepcionar Lote RPS | RecepcionarLoteRps |
28
|
| Recepcionar LoteRPS Sincrono | RecepcionarLoteRpsSincrono |
29
|
| Substituir NFSe | SubstituirNfse |
30
|
Padrão WEBFISCO
- Municípios no padrão WEBFISCO utilizam o mesmo WSDL para emissão de NFSe;
- No UniNFe e DLL, tem uma versão de SCHEMA disponível.
Para uso no UniNFe
| Descrição do serviço | |
|---|---|
ConsultarNfseEnvio-ped-cnfse.xml
| |
| Cancelar nota fiscal de serviço | CancelarNfseEnvio-ped-cannfse.xml
|
| Envio Lote Rps | RecepcionarLoteRpsSincronoEnvio-env-loterps.xml
|
| Obter Nota Fiscal Xml | ObterNotaFiscalXmlEnvio-ped-onfx.xml
|
Para uso na DLL
| Descrição do serviço | ||
|---|---|---|
ConsultarNfse |
32
| |
| Cancelar nota fiscal de serviço | CancelarNfse |
24
|
| Envio Lote Rps | RecepcionarLoteRpsSincrono |
29
|
| Obter Nota Fiscal Xml | ObterNotaFiscalXml |
62
|
Exemplo de uso na DLL em C#:
Uso para todas versões
var configuracao = new Configuracao
{
TipoDFe = TipoDFe.NFSe,
CertificadoDigital = CertificadoSelecionado,
TipoAmbiente = TipoAmbiente.Producao,
CodigoMunicipio = 9999904,
Servico = Servico.NFSeRecepcionarLoteRpsSincrono,
SchemaVersao = "1.00",
};
var servico = new RecepcionarLoteRpsSincrono(conteudoXML, configuracao);
servico.Executar();
var retornoPrefeitura = servico.RetornoWSString;
Padrão WEBISS
- Municípios no padrão WEBISS utilizam WSDL's diferentes para emissão de NFSe, logo cada prefeitura pode ou não implementar os serviços listados abaixo;
- No UniNFe e DLL, tem uma versão de SCHEMA disponível.
Para uso no UniNFe
| Descrição do serviço | |
|---|---|
| Cancelar nota fiscal de serviço | CancelarNfseEnvio-ped-cannfse.xml
|
| Consulta lote RPS | ConsultarLoteRpsEnvio-ped-loterps.xml
|
| Consulta NFSe de serviços prestados | ConsultarNfseServicoPrestadoEnvio-ped-sitnfse.xml
|
| Consulta NFSe de serviços tomados | ConsultarNfseServicoTomadoEnvio-ped-sitnfsetom.xml
|
| Consulta NFSe por Faixa | ConsultarNfseFaixaEnvio-ped-sitnfse.xml
|
| Consulta NFSe por RPS | ConsultarNfsePorRpsEnvio-ped-cnprnfse.xml
|
| Gerar Nota Fiscal de Serviço | GerarNfseEnvio-env-loterps.xml
|
| Recepcionar Lote RPS | RecepcionarLoteRpsEnvio-env-loterps.xml
|
| Recepcionar Lote RPS Sincrono | RecepcionarLoteRpsSincronoEnvio-env-loterps.xml
|
| Substituir nota fiscal de Serviço | SubstituirNfseEnvio-ped-substnfse.xml
|
Para uso na DLL
| Descrição do serviço | ||
|---|---|---|
| Cancelar nota fiscal de serviço | CancelarNfse |
24
|
| Consulta lote RPS | ConsultarLoteRps |
31
|
| Consulta NFSe de serviços prestados | ConsultarNfseServicoPrestado |
33
|
| Consulta NFSe de serviços tomados | ConsultarNfseServicoTomado |
34
|
| Consulta NFSe por Faixa | ConsultarNfseFaixa |
35
|
| Consulta NFSe por RPS | ConsultarNfsePorRps |
36
|
| Gerar Nota Fiscal de Serviço | GerarNfse |
27
|
| Recepcionar Lote RPS | RecepcionarLoteRps |
28
|
| Recepcionar Lote RPS Sincrono | RecepcionarLoteRpsSincrono |
29
|
| Substituir nota fiscal de Serviço | SubstituirNfse |
30
|
Exemplo de uso na DLL em C#:
Uso para todas versões
var configuracao = new Configuracao
{
TipoDFe = TipoDFe.NFSe,
CertificadoDigital = CertificadoSelecionado,
TipoAmbiente = TipoAmbiente.Producao,
CodigoMunicipio = codigo_ibge_do_municipio,
Servico = Servico.NFSeGerarNfse,
SchemaVersao = "2.02",
};
var servico = new GerarNfse(conteudoXML, configuracao);
servico.Executar();
var retornoPrefeitura = servico.RetornoWSString;