MoveEnvelope
Move envelopes to a specified folder. When destination folder id is recyclebin, you can delete or void an envelope.
Input
| Name | Type | Required | Description |
| EnvelopeId | String | True | Id of the envelope you want to move. |
| FromFolderId | String | True | Id of the folder where envelope is located. |
| ToFolderId | String | True | Id of the folder where envelope is going to move. |
Result Set Columns
| Name | Type | Description |
| Success | String | Returns True if the envelope moves to the specified folder. |