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": "e996b5de-738c-4a12-8573-5d985af3ce74",
"Bounced": true,
"Unsubscribed": true,
"Sunset": true,
"Email": "sample string 1",
"Active": true,
"UserUUID": "0c1d1487-1d61-492b-8b0c-b19ca9fe67b1",
"UserUUIDCur": "8085338a-bebe-4804-9c1c-f9e7b8f75d4d"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
Response Formats
application/json, text/json
Sample:
{}