signInBatch

Overview

Parameters:

Return:

  • String - success

  • Exception - failure

To sign in batch we need:

  • set your api token.

  • set your user token.

  • set your signers token.

  • set your SignInBatch class.

  • call the method.

Usage:

Import the relevant components:

import body.signer.SignBatch;
import signers.SignerRequest;

import java.util.ArrayList;

Set your Api Token:

set your user token, (where to find)

Salve o token de seus signatários

Set your SignInBatch class:

Call the method signInBatch and receive as a response a string containing a success message or an error message:

Example:

Last updated

Was this helpful?