update Sender language
Friday, October 27, 2017 at 12:06pmHi
Is it possible to update the language of the sender , using the REST API after the sender has been created.
For example making a PUT to
https://sandbox.esignlive.com/api/account/senders/8X9iP9K5wQwK
{"language":"en"}
Reply to: update Sender language
Monday, October 30, 2017 at 04:54amGET https://sandbox.esignlive.com/api/account/senders/{senderId}/apiKeyThen, using the sender API key as the Authorization header, make a:POST https://sandbox.esignlive.com/api/preferences/{senderId} { "language": "en" }Reply to: update Sender language
Monday, October 30, 2017 at 05:15am