peopledoc / pydocusign

Python client for DocuSign signature API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

When posting envelope, routingOrder should be mandatory

benoitbryon opened this issue · comments

As of version 0.12, routingOrder is not required by pydocusign to post envelope. But it looks like it is required by DocuSign API.
=> Always pass a routingOrder, with a default to 0 if necessary.