Webservice: Sign

signature operations [Commercial editions only]

Index Method Request(s) Response Description
1 generateCertificate sid
signs a set of documents; returns the identifiers of all the signed documents
2 sign sid
docIds
reason
id signs a set of documents; returns the identifiers of all the signed documents
3 markDocumentSigned sid
docId
reason
certificate
marks a document as signed(it does not apply any signature, just marks the document as signed)

Method #1: generateCertificate

signs a set of documents; returns the identifiers of all the signed documents

Request

Name Type Required Multiple Description
     sid
String Y

Method #2: sign

signs a set of documents; returns the identifiers of all the signed documents

Request

Name Type Required Multiple Description
     sid
String Y
     docIds
Long Y Y identifiers of the documents you wants to sign
     reason
String Y reason for the signature

Response

Name Type Required Multiple Description
     id
Long Y Y

Method #3: markDocumentSigned

marks a document as signed(it does not apply any signature, just marks the document as signed)

Request

Name Type Required Multiple Description
     sid
String Y
     docId
Long Y identifier of the document
     reason
String Y reason for the signature
     certificate
String Y certificate details