Skip to main content

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 hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page