Request for POST /2/object/ezsignfoldersignerassociation/createEmbeddedUrl
| Name | Type | Description | Notes |
|---|---|---|---|
| sReturnUrl | String | The return Url to redirect after the signing is completed Warning Due to the potential for Ezsignsigners to cancel redirection, close their browser post-signing, or spoof the landing URL, it's advisable not to solely depend on the sReturnUrl for accurate status within your integration. Once the Ezsignsigner finishes, they are directed back to your application. Your application can retain transaction state details by either storing data in a cookie or incorporating query parameters in the sReturnUrl. For example: https://www.example.com/sReturnUrl?sSessionID=ABC123 The actual url that will be called will have an extra url parameter appended to give details about the process. The possible values are listed in the table below. For example: https://www.example.com/sReturnUrl?sSessionID=ABC123&eEzsignEvent=CompletedEzsignfolder | Query parameters appended |
| sIframeOrigin | String | This is used to fill the header frame ancestor to allow the application to embed the Ezsign signature page | [optional] |