Versions Compared

Key

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

Quik! allows customers to send forms to DocuSign on behalf of another person. See sample code below on how to configure this.

JSON (REST)
Code Block
languagejson
  "ESignType": 
  {
    "Type":"Docusign",
    "HTMLButtonSignName": "Docusign!",
    "SignSubject": "Sign Subject test",
    "SignEnvironmentID": 2, // Add the environment ID (demo|NA1|NA1|etc)
    "SignCallBackURL": "http://www.test.com", // Add your domain here
    "SOBOFlag": true,
    "AuthUserID":"Auth User", // Add the CustomerUserID for authenticatation
    "SenderUserID": "0303456" // Add the CustomerUserID that will act as Sender if SOBO is enabled
   }

...