placeSignatures

place the signatures

Overview

Parameters:

Return:

  • int - In case of success

  • Exception - In case of failure

To place the rubrics/signatures on the document we will need:

  • set your apiToken;

  • document token;

  • build the rubrics;

  • call the method;

How to use:

Save your apiToken:

const apiToken: string = "YOUR TOKEN";

Set your original document`s token:

Build your rubrics and save them on RubricaList arrow-up-rightwich will be an array of Rubricaarrow-up-right:

Call the placeSignatures method to get the response`s status code or an error message:

Example:

Last updated