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": "35e682e8-11ee-4927-97ed-3c152b8a037c",
"Bounced": true,
"Unsubscribed": true,
"Sunset": true,
"CountryID": 1,
"LanguageID": 1,
"Email": "sample string 1",
"Search": "sample string 2",
"UserUUID": "ae8db90f-5039-4ce1-96d2-c80155374bca",
"UserUUIDCur": "b10e01fe-be71-421b-9f1b-174980bebf58"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[
{},
{}
]