POST api/AdminSettingsSystem/AdmGetEmailAddress
AdmGetEmailAddress
Request Information
URI Parameters
None.
Body Parameters
GetEmailAddress_Request| Name | Description | Type | Additional information |
|---|---|---|---|
| AccountUserUUID | globally unique identifier |
None. |
|
| Bounced | boolean |
None. |
|
| Unsubscribed | boolean |
None. |
|
| Sunset | boolean |
None. |
|
| CountryID | integer |
None. |
|
| LanguageID | integer |
None. |
|
| string |
None. |
||
| Search | string |
None. |
|
| UserUUID | globally unique identifier |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"AccountUserUUID": "a7e5c501-b35e-435f-a77e-d678813484f3",
"Bounced": true,
"Unsubscribed": true,
"Sunset": true,
"CountryID": 1,
"LanguageID": 1,
"Email": "sample string 1",
"Search": "sample string 2",
"UserUUID": "1195f7e4-a4b6-4bcb-9d4e-18f793fc3671",
"UserUUIDCur": "1f89b316-df6c-4a1e-a0ff-2dbc0a1d4054"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]