Send Form to DocuSign

This request sends a form to DocuSign for signature.

   Click here to learn more about this request

LoanPro's Loan Management System includes an integration with DocuSign for form signature:

  • DocuSign's integration needs to be set up within the account beforehand. Your DocuSign account will need to be linked to your LoanPro account.
  • Our DocuSign integration works in tandem with dynamic templates.
  • A 200 response will include the link to the document to be signed. That URL can be then be opened in a browser to continue the process with DocuSign. LoanPro will not be involved in the process again until after the document has been signed by the customer. After a signature is collected, DocuSign will send a callback request to LoanPro’s API which will send the signed document as a PDF. The signed document will be attached to the loan account.

For an example of how the DocuSign integration works within the UI, take a a look at our DocuSign – Sending a Form article.

Database

For information on dynamic template database tables, see the following articles:

{
    "loanId": 10526,
    "customFormId": 158,
    "returnUrl": "https://loanpro.simnang.com/client/app/views/docusign_sent.html"
}
Body Params
int32
required

This is the ID of the loan being used in the DocuSign-enabled custom form.

int32
required

This is the ID of the custom form being sent to DocuSign.
> The custom form used must have its DocuSign field marked as 'YES'.
> A list of your account's custom forms can be found under Settings > Loan > Custom Forms > Form Management.

string
required
Defaults to https://loanpro.simnang.com/client/app/views/docusign_sent.html

This is thee URL used to access DocuSign's website.

Responses

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json