POST api/AdminSettingsSystem/AdmSaveEmailAddress
AdmSaveEmailAddress
Request Information
URI Parameters
None.
Body Parameters
SaveEmailAddress_Request| Name | Description | Type | Additional information |
|---|---|---|---|
| AccountUserUUID | globally unique identifier |
None. |
|
| Bounced | boolean |
None. |
|
| Unsubscribed | boolean |
None. |
|
| Sunset | boolean |
None. |
|
| string |
None. |
||
| Active | boolean |
None. |
|
| UserUUID | globally unique identifier |
None. |
|
| UserUUIDCur | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"AccountUserUUID": "9cc3e89c-99cc-492a-9814-f2152418d80c",
"Bounced": true,
"Unsubscribed": true,
"Sunset": true,
"Email": "sample string 1",
"Active": true,
"UserUUID": "8e684aaf-9681-4af9-a19d-332c9e957aa6",
"UserUUIDCur": "5aec75ab-0806-4da0-948f-7f311a757c3f"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}