updateSigner
Overview
Parameters:
String - signer token
Return:
Signer - success
Exception - failure
To update this signer we need:
set your api token.
set your signer token.
set the new signer values.
call the method.
Usage:
Import the relevant components:
import body.signer.Signer;
import signers.SignerRequest;
import services.JsonConverter;Set your Api Token:
Set your signer token.
Set your signers with the class Signer:
Call the method updateSigner and receive the Signer class or an error message as a response:
Example:
Was this helpful?