addSigner

Overview

Parameters:

Return:

  • Signer - success

  • Exception - failure

To add this signer we need:

  • set your api token.

  • set your doc token.

  • set your new signer.

  • call the method.

Usage:

Import the relevant components:

import body.signer.Signer;
import signers.SignerRequest;

import services.JsonConverter;

Set your Api Token:

Set your doc token.

Set your signers with the class Signer:

Call the method addSigner and receive the Signer class or an error message as a response:

Example:

Was this helpful?