|
1693 | 1693 | { |
1694 | 1694 | "ExampleNumber": 45, |
1695 | 1695 | "CFREnabled": "NonCFR", |
1696 | | - "ExampleName": "Delete and Restore an Envelope", |
1697 | | - "ExampleDescription": "Moves an Envelope to a recycling bin. Then restores it by moving it to the Sent folder.", |
| 1696 | + "ExampleName": "Delete and undelete an Envelope", |
| 1697 | + "ExampleDescription": "Moves an Envelope to a recycle bin. Then undelete it by moving it to the other folder.", |
1698 | 1698 | "Notes": "<b>Note:</b> To know your envelope ID, see <a target='_blank' href=\"https://support.docusign.com/s/articles/Where-do-I-find-my-envelope-ID\">Locate a Docusign envelope ID</a>.", |
1699 | 1699 | "LinksToAPIMethod": [ |
1700 | 1700 | { |
|
1708 | 1708 | { |
1709 | 1709 | "InputName": "Envelope ID", |
1710 | 1710 | "InputPlaceholder": "12345678-1234-1234-1234-123456789012" |
| 1711 | + }, |
| 1712 | + { |
| 1713 | + "InputName": "Name of the folder to undelete the envelope to (e.g., 'Sent Items')", |
| 1714 | + "InputPlaceholder": "Sent Items" |
1711 | 1715 | } |
1712 | 1716 | ] |
1713 | 1717 | } |
1714 | 1718 | ], |
1715 | | - "ResultsPageText": "Envelope is restored to the <a target='_blank' href=\"https://apps-d.docusign.com/send/documents?view=sent\">Sent</a> folder", |
| 1719 | + "ResultsPageText": "Envelope with ID \"{0}\" is undeleted to the <a target='_blank' href=\"https://apps-d.docusign.com/send/documents?view={1}\">{2}</a> folder", |
1716 | 1720 | "AdditionalPage": [ |
1717 | 1721 | { |
1718 | 1722 | "Name": "envelope_is_deleted", |
1719 | | - "ResultsPageText": "Envelope is deleted and available in the <a target='_blank' href=\"https://apps-d.docusign.com/send/documents?view=deleted\">Deleted</a> folder." |
| 1723 | + "ResultsPageText": "Envelope with ID \"{0}\" is deleted and available in the <a target='_blank' href=\"https://apps-d.docusign.com/send/documents?view=deleted\">Deleted</a> folder.<br/>To undelete the Envelope, press Continue and follow instructions" |
| 1724 | + }, |
| 1725 | + { |
| 1726 | + "Name": "folder_does_not_exist", |
| 1727 | + "ResultsPageText": "ERROR: Could not find a folder with the name \"{0}\". Please check the spelling." |
1720 | 1728 | } |
1721 | 1729 | ] |
1722 | 1730 | } |
|
0 commit comments