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": "04bd7ebb-b629-468b-88ba-9eb9d0d70336", "Bounced": true, "Unsubscribed": true, "Sunset": true, "CountryID": 1, "LanguageID": 1, "Email": "sample string 1", "Search": "sample string 2", "UserUUID": "d7e78cd7-84f0-4a15-8601-8485b00f3c6d", "UserUUIDCur": "c358c1d7-f31b-4de2-ac94-9e9a64d651fd" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ObjectNone.
Response Formats
application/json, text/json
Sample:
[ {}, {} ]