Versions Compared

Key

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

...

The DocuSign AccountID provided in this request cannot be validated for your account. Either correct it or remove it from the request so the default DocuSign can be used. The AccountID for a DocuSign account can be found within the Settings > Plan and Billing section while logged into DocuSign.

...

Sample Code

REST

Code Block
{
  "HostFormOnQuik": true,
  "QuikFormID": "12",
  "ESignType": {
    "Type":"Docusign",
    "AuthUserID":"{your AuthUserID}",
    "SignCallBackURL":"{your SignCallBackURL}",
    "SignEnvironmentID": 2,
    "AccountID": {your DocuSign AccountID}
   }
}

...