DocuSign.Api.EnvelopeCustomFields.custom_fields_post_custom_fields
You're seeing just the function
custom_fields_post_custom_fields
, go back to DocuSign.Api.EnvelopeCustomFields module for more information.
Link to this function
custom_fields_post_custom_fields(connection, account_id, envelope_id, opts \\ [])
View SourceSpecs
custom_fields_post_custom_fields( Tesla.Env.client(), String.t(), String.t(), keyword() ) :: {:ok, DocuSign.Model.EnvelopeCustomFields.t()} | {:error, Tesla.Env.t()}
Updates envelope custom fields for an envelope. Updates the envelope custom fields for draft and in-process envelopes. Each custom field used in an envelope must have a unique name.
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_custom_fields (EnvelopeCustomFields):
Returns
} on success {:error, info} on failure