Register
Overview
The Register operation is used to register a user with Wolters Kluwer E-Sign to authorize electronic delivery of documents.
| Method | URL | Description |
|---|---|---|
| POST | /api/v1/Document/account/{accountId}/WKES/register | The POST method registers users to authorize electronic delivery of documents. |
| Name | Type | Constraints | Description |
|---|---|---|---|
| accountId | integer | required | The account used to associate to the request |
Sample Request:
{
"emailAddress": "sampleuser@bank.com"
}
| Code | Description |
|---|---|
| 200 | Successful
response Example: |
| 400 | Bad request |
| 401 | Not Authorized |
| 403 | Forbidden |
| 500 | Server
error Example: |