placeSignatures

Overview

Parameters:

Retorno:

  • int- success

  • Exception - failure

To place signatures in this doc we need::

  • set your api token.

  • set your doc token.

  • set your signatures.

  • call the method.

Usage:

Import the relevant components:

import body.doc.Rubrica;
import body.doc.RubricaList;
import docs.DocRequests;

import java.util.ArrayList;

Set your Api Token:

Set your doc token:

Set your signatures list with the class RubricaList that contains arrays of Rubrica class:

Call the method placeSignatures and receive as a response an integer containing the status code of the response or an error message:

Example:

Last updated

Was this helpful?