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.
Source Distribution
totvsecm-1.5.3.tar.gz
(7.9 kB
view details)
File details
Details for the file totvsecm-1.5.3.tar.gz
.
File metadata
- Download URL: totvsecm-1.5.3.tar.gz
- Upload date:
- Size: 7.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/46.1.3 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3ac8094ab4ee438b8f79b03bc1496202626d2cc7fa8499d8e20bffc5ab02ea61 |
|
MD5 | c07611bb2d057a52f060f235154054d7 |
|
BLAKE2b-256 | e52fe012d2b72152019aeaf7b509602d64935e4a68f31d3aeb8eff2c44ad058f |