An overview of the request class for documents
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:
createDocFromUploadPdf
createDocFromUploadDocx
createDocFromUploadAsync
createDocFromPdfBase64
createDocFromBase64Async
createDocFromTemplate
createDocFromTemplateAsync
addExtraDoc
detailDoc
getDocs
deleteDoc
placeSignatures