DocuSign v0.2.9 DocuSign.Api.EnvelopeDocumentVisibility View Source
API calls for all endpoints tagged EnvelopeDocumentVisibility
.
Link to this section Summary
Functions
Returns document visibility for the recipients
Updates document visibility for the recipients
Updates document visibility for the recipients
Link to this section Functions
Link to this function
recipients_get_recipient_document_visibility(connection, account_id, envelope_id, recipient_id, opts \\ [])
View SourceSpecs
recipients_get_recipient_document_visibility( Tesla.Env.client(), String.t(), String.t(), String.t(), keyword() ) :: {:ok, DocuSign.Model.EnvelopeDocumentVisibility.t()} | {:error, Tesla.Env.t()}
Returns document visibility for the recipients
Parameters
- connection (DocuSign.Connection): Connection to server
- account_id (String.t): The external account number (int) or account ID Guid.
- envelope_id (String.t): The envelope's GUID. Eg 93be49ab-afa0-4adf-933c-f752070d71ec
- recipient_id (String.t): The `recipientId` used when the envelope or template was created.
- opts (KeywordList): [optional] Optional parameters
Returns
} on success {:error, info} on failure
Link to this function
recipients_put_recipient_document_visibility(connection, account_id, envelope_id, recipient_id, opts \\ [])
View SourceSpecs
recipients_put_recipient_document_visibility( Tesla.Env.client(), String.t(), String.t(), String.t(), keyword() ) :: {:ok, DocuSign.Model.EnvelopeDocumentVisibility.t()} | {:error, Tesla.Env.t()}
Updates document visibility for the recipients
Parameters
- connection (DocuSign.Connection): Connection to server
- account_id (String.t): The external account number (int) or account ID Guid.
- envelope_id (String.t): The envelope's GUID. Eg 93be49ab-afa0-4adf-933c-f752070d71ec
- recipient_id (String.t): The `recipientId` used when the envelope or template was created.
- opts (KeywordList): [optional] Optional parameters
- :envelope_document_visibility (EnvelopeDocumentVisibility):
Returns
} on success {:error, info} on failure
Link to this function
recipients_put_recipients_document_visibility(connection, account_id, envelope_id, opts \\ [])
View SourceSpecs
recipients_put_recipients_document_visibility( Tesla.Env.client(), String.t(), String.t(), keyword() ) :: {:ok, DocuSign.Model.EnvelopeDocumentVisibility.t()} | {:error, Tesla.Env.t()}
Updates document visibility for the recipients
Parameters
- connection (DocuSign.Connection): Connection to server
- account_id (String.t): The external account number (int) or account ID Guid.
- envelope_id (String.t): The envelope's GUID. Eg 93be49ab-afa0-4adf-933c-f752070d71ec
- opts (KeywordList): [optional] Optional parameters
- :envelope_document_visibility (EnvelopeDocumentVisibility):
Returns
} on success {:error, info} on failure