DocumentsAPIs allows you perform the proper transactions to upload and approve documents (When necessary)




🚧

Warning

The use of these APIS through this portal WILL update the system. Use with extreme caution.

Details

There are three APIS:

  • UploadDocument
    • Using TaskId obtained from GetTasks API, a document can be uploaded to include assigning an expiration date.
  • GetApprovalTaskByDocumentID
    • Once the document has been uploaded successfully, the GetApprovalTaskByDocumentID API will provide the appropriate task Id to approve the document.
  • ApproveDocument
    • With the Approval Task ID and Document ID, the document can be approved through the use of this API.