Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejava
themeEclipse
"Policy": {\t\t\t \n			 
           "GeneralPolicies": {


Section

The section:

...

Code Block
languagejava
themeEclipse
"AuthenticationMethods": {\t\t\t\t\t\t\t\n							
            "AuthenticationMethods": [\n
              {


Section

is in version 4.0:

...

Code Block
languagejava
themeEclipse
"AuthenticationMethods": {\n
            "AuthenticationMethodList": [\n
              {


Section

Those two changes affects the following api calls:

GroupApi calls
envelopeenvelope/prepare (also in the response)

envelope/send

Envelope reminder has more information in the response (added the following two lines):

...

Code Block
languagejava
themeEclipse
"AvoidedDueToRateLimitCount": 0,\n
"AvoidedDueToDisabledEmailCount": 0

...

Code Block
languagejava
themeEclipse
"AvoidedDueToRateLimitCount": 0,\n
"AvoidedDueToDisabledEmailCount": 0

...

Code Block
languagejava
themeEclipse
"AvoidedDueToRateLimitCount": 0,\n
"AvoidedDueToDisabledEmailCount": 0

...