Documents Requests

An overview of the request class for documents

DocRequests Class

This is the class responsible for issuing requests to the zapsign api. To build this class you just have to put the api token as a reference:

DocRequests docRequest = new DocRequests(apiToken);

Using the DocRequests class, it is possible to perform the following requests:

Last updated