API para webservices do TOTVS ECM.
Project description
API para acesso aos Webservices do TOTVS ECM.
- Highlights:
- Compatível com Python 2.7, 3.5, 3.6, 3.7.
- Compatível com a versão 48-EP12 82 do ECM.
Instalação
pip install totvsecm
Uso
from totvsecm import BaseService servico = BaseService( url_servidor='https://jedi_ecm_server', usuario='quigonjinn', senha='maytheforcebewithyou', usuario_responsavel='quigonjinn', id_processo='selecao_jedi' )
Para iniciar um processo use:
servico.iniciar_solicitacao( dados_formulario=dict(nome='Anakin', sobrenome='Skywalker'), ids_destinatarios=['yoda'], comentarios='He is the chosen one' )
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size totvsecm-1.5.3.tar.gz (7.9 kB) | File type Source | Python version None | Upload date | Hashes View |