DocuSign.Api.AccountConsumerDisclosures.consumer_disclosure_put_consumer_disclosure
You're seeing just the function
consumer_disclosure_put_consumer_disclosure
, go back to DocuSign.Api.AccountConsumerDisclosures module for more information.
Link to this function
consumer_disclosure_put_consumer_disclosure(connection, account_id, lang_code, opts \\ [])
View SourceSpecs
consumer_disclosure_put_consumer_disclosure( Tesla.Env.client(), String.t(), String.t(), keyword() ) :: {:ok, DocuSign.Model.EnvelopeConsumerDisclosures.t()} | {:error, Tesla.Env.t()}
Update Consumer Disclosure.
Parameters
- connection (DocuSign.Connection): Connection to server
- account_id (String.t): The external account number (int) or account ID Guid.
- lang_code (String.t): The simple type enumeration the language used in the response. The supported languages, with the language value shown in parenthesis, are:Arabic (ar), Bulgarian (bg), Czech (cs), Chinese Simplified (zh_CN), Chinese Traditional (zh_TW), Croatian (hr), Danish (da), Dutch (nl), English US (en), English UK (en_GB), Estonian (et), Farsi (fa), Finnish (fi), French (fr), French Canada (fr_CA), German (de), Greek (el), Hebrew (he), Hindi (hi), Hungarian (hu), Bahasa Indonesia (id), Italian (it), Japanese (ja), Korean (ko), Latvian (lv), Lithuanian (lt), Bahasa Melayu (ms), Norwegian (no), Polish (pl), Portuguese (pt), Portuguese Brazil (pt_BR), Romanian (ro), Russian (ru), Serbian (sr), Slovak (sk), Slovenian (sl), Spanish (es),Spanish Latin America (es_MX), Swedish (sv), Thai (th), Turkish (tr), Ukrainian (uk) and Vietnamese (vi). Additionally, the value can be set to "browser" to automatically detect the browser language being used by the viewer and display the disclosure in that language.
- opts (KeywordList): [optional] Optional parameters
- :include_metadata (String.t): Reserved for DocuSign.
- :envelope_consumer_disclosures (EnvelopeConsumerDisclosures):
Returns
} on success {:error, info} on failure