| POST | /Account/SetupNotary | setup up notary | setup up notary |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| EnableRon | body | boolean | No | Enable Notary feature - RON; |
| EnableIpen | body | boolean | No | Enable Notary feature - IPEN; |
| EnableNotary | body | boolean | No | Enable Notary feature; |
| NotaryStamp | body | string | No | Base64 encoded Notary Stamp image |
| NotarySignature | body | string | No | Base64 encoded Notary signature image |
| CommissionId | body | string | No | Notary Commission ID |
| CommissionExpiry | body | string | No | Notary Commission Expiry Date |
| County | body | string | No | Notary Commission County |
| State | body | string | No | Notary Commission State |
| EnableOnlineAct | body | boolean | No | Enable to use notary online act |
| OnlineAct | body | string | No | Notary Online Act Text |
| EnableCertificate | body | boolean | No | Enable to use Certificate |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| RonEnabled | form | bool | No | |
| IpenEnabled | form | bool | No | |
| OnlineActEnabled | form | bool | No | |
| OnlineAct | form | string | No | |
| NotaryEnabled | form | boolean | No | If the user is notary or not |
| CommissionId | form | string | No | Notary Commission ID |
| CommissionExpiry | form | string | No | Notary Commission Expiry Date |
| County | form | string | No | Notary Commission County |
| State | form | string | No | Notary Commission State |
| CertificateEnabled | form | boolean | No | If certificate setup or not |
| CertificateExpiry | form | string | No | Certificate 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
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"}