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": "0b435d45-6dcf-416a-a240-fc017ee57db2",
"Bounced": true,
"Unsubscribed": true,
"Sunset": true,
"CountryID": 1,
"LanguageID": 1,
"Email": "sample string 1",
"Search": "sample string 2",
"UserUUID": "e2a11d26-312c-44f2-bd2d-7e705f13ea80",
"UserUUIDCur": "78d9fe9b-29ca-451d-88af-0e7f69f56a83"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]