/
How to Configure Send On Behalf Of (SOBO)
How to Configure Send On Behalf Of (SOBO)
Quik! allows customers to send forms to DocuSign on behalf of another person. See sample code below on how to configure this.
JSON (REST)
"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
}
VB.NET
Dim docusign As New ESignTypeDocusign()
docusign.HTMLButtonSignName = "Docusign!"
docusign.SignSubject = "Sign Subject test"
docusign.SignEnvironmentID = 2 'Add the environment ID (demo|NA1|NA2|etc)
docusign.SignCallBackURL = "http://www.test.com" 'Add your domain here
docusign.SOBOFlag = True
docusign.AuthUserID = "Auth User" 'Add the CustomerUserID for authentication
docusign.SenderUserID = "0303456" 'Add the CustomerUserID that will act as Sender if SOBO is enabled
Dim objQFE As QuikFormsEngine.QuikFormsEngine
objQFE = New QuikFormsEngine.QuikFormsEngine
objQFE.SetESignType(docusign)
C#
ESignTypeDocusign docusign = New ESignTypeDocusign
{
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
};
QuikFormsEngine.QuikFormsEngine objQFE = new QuikFormsEngine.QuikFormsEngine();
objQFE.SetESignType(docusign);
, multiple selections available,
Related content
How to Configure Recipient Settings
How to Configure Recipient Settings
More like this
DocuSign API – Pass-Thru Web Service
DocuSign API – Pass-Thru Web Service
More like this
DocuSign API – OAuthToken Management
DocuSign API – OAuthToken Management
More like this
Submitting Pershing Advisor Solutions forms with Docusign
Submitting Pershing Advisor Solutions forms with Docusign
Read with this
Docusign Authentication (Create OAuth Tokens)
Docusign Authentication (Create OAuth Tokens)
More like this
Pass Thru Model
Pass Thru Model
More like this
For help regarding Quik! Forms and the Quik! API
Email: support@quikforms.com | Phone: (877) 456-QUIK