Sign an E-signature Record

The signature record can be signed once for the performer, and, if required, a second time for the verifier. When all signatures are complete, the record is closed. To sign an existing signature record, you use the signature ID that is returned from the creation request.

HTTP MethodURI ExampleDefault PortRequest Body
POSThttps://serverName:port/ProficyWebApi/api/signatures/<id>

8444

Signing information provided as JSON data.

{
"UserName":"UserName",
"Password":"UserPassword",
"Comment":"I am signing this"
}