POST api/AdminSettingsSystem/AdmGetEmailAddress
AdmGetEmailAddress
Request Information
URI Parameters
None.
Body Parameters
GetEmailAddress_RequestName | 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": "ae13553c-8794-4b60-84e1-fb0667edd96c", "Bounced": true, "Unsubscribed": true, "Sunset": true, "CountryID": 1, "LanguageID": 1, "Email": "sample string 1", "Search": "sample string 2", "UserUUID": "8a5037c2-904a-4853-bb70-24819fe0e16b", "UserUUIDCur": "ea3ce23a-4e97-49a7-940c-3533200d352d" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[ {}, {} ]