POST api/Account/ValidateEmail
Request Information
URI Parameters
None.
Body Parameters
validateEmailRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| BSCustomerID | string |
None. |
|
| EmailAddress | string |
None. |
|
| CallerId | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"BSCustomerID": "sample string 1",
"EmailAddress": "sample string 2",
"CallerId": "sample string 3"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
validateEmailResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Success | boolean |
None. |
|
| Risk | string |
None. |
|
| SuggestedEmail | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Success": true,
"Risk": "sample string 2",
"SuggestedEmail": "sample string 3"
}