DocuSign.Api.Folders.folders_put_folder_by_id
You're seeing just the function
folders_put_folder_by_id
, go back to DocuSign.Api.Folders module for more information.
Link to this function
folders_put_folder_by_id(connection, account_id, folder_id, opts \\ [])
View SourceSpecs
folders_put_folder_by_id(Tesla.Env.client(), String.t(), String.t(), keyword()) :: {:ok, DocuSign.Model.Folders.t()} | {:error, Tesla.Env.t()}
Moves an envelope from its current folder to the specified folder. Moves an envelope from its current folder to the specified folder. ###### Note: You can use this endpoint to delete envelopes by specifying `recyclebin` in the `folderId` parameter of the endpoint. Placing an in process envelope (envelope status of `sent` or `delivered`) in the recycle bin voids the envelope. You can also use this endpoint to delete templates by specifying a template ID instead of an envelope ID in the 'envelopeIds' property and specifying `recyclebin` in the `folderId` parameter.
Parameters
- connection (DocuSign.Connection): Connection to server
- account_id (String.t): The external account number (int) or account ID Guid.
- folder_id (String.t): The ID of the folder being accessed.
- opts (KeywordList): [optional] Optional parameters
- :folders_request (FoldersRequest):
Returns
} on success {:error, info} on failure