Secured Signing API

<back to all web services

NotarySetupRequest

Account
The following routes are available for this service:
POST/Account/SetupNotarysetup up notarysetup up notary
NotarySetupRequest Parameters:
NameParameterData TypeRequiredDescription
EnableRonbodybooleanNoEnable Notary feature - RON;
EnableIpenbodybooleanNoEnable Notary feature - IPEN;
EnableNotarybodybooleanNoEnable Notary feature;
NotaryStampbodystringNoBase64 encoded Notary Stamp image
NotarySignaturebodystringNoBase64 encoded Notary signature image
CommissionIdbodystringNoNotary Commission ID
CommissionExpirybodystringNoNotary Commission Expiry Date
CountybodystringNoNotary Commission County
StatebodystringNoNotary Commission State
EnableOnlineActbodybooleanNoEnable to use notary online act
OnlineActbodystringNoNotary Online Act Text
EnableCertificatebodybooleanNoEnable to use Certificate
NotaryCheck Parameters:
NameParameterData TypeRequiredDescription
RonEnabledformboolNo
IpenEnabledformboolNo
OnlineActEnabledformboolNo
OnlineActformstringNo
NotaryEnabledformbooleanNoIf the user is notary or not
CommissionIdformstringNoNotary Commission ID
CommissionExpiryformstringNoNotary Commission Expiry Date
CountyformstringNoNotary Commission County
StateformstringNoNotary Commission State
CertificateEnabledformbooleanNoIf certificate setup or not
CertificateExpiryformstringNoCertificate Expiry Date

To override the Content-type in your clients, use the HTTP Accept Header, append the .json suffix or ?format=json

To embed the response in a jsonp callback, append ?callback=myCallback

HTTP + JSON

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /Account/SetupNotary HTTP/1.1 
Host: api.securedsigning.com 
Accept: application/json
Content-Type: application/json
Content-Length: length

{"EnableRon":false,"EnableIpen":false,"EnableNotary":false,"NotaryStamp":"String","NotarySignature":"String","CommissionId":"String","CommissionExpiry":"String","County":"String","State":"String","EnableOnlineAct":false,"OnlineAct":"String","EnableCertificate":false}
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length

{"RonEnabled":false,"IpenEnabled":false,"OnlineActEnabled":false,"OnlineAct":"String","NotaryEnabled":false,"CommissionId":"String","CommissionExpiry":"String","County":"String","State":"String","CertificateEnabled":false,"CertificateExpiry":"String"}