DocuSign.Api.Envelopes.recipients_put_recipient_initials_image
You're seeing just the function
recipients_put_recipient_initials_image
, go back to DocuSign.Api.Envelopes module for more information.
Link to this function
recipients_put_recipient_initials_image(connection, account_id, envelope_id, recipient_id, opts \\ [])
View SourceSpecs
recipients_put_recipient_initials_image( Tesla.Env.client(), String.t(), String.t(), String.t(), keyword() ) :: {:ok, nil} | {:error, Tesla.Env.t()}
Sets the initials image for an accountless signer. Updates the initials image for a signer that does not have a DocuSign account. The supported image formats for this file are: gif, png, jpeg, and bmp. The file size must be less than 200K. For the Authentication/Authorization for this call, the credentials must match the sender of the envelope, the recipient must be an accountless signer or in person signer. The account must have the `CanSendEnvelope` property set to true and the `ExpressSendOnly` property in `SendingUser` structure must be set to false.
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