GET AdminApi/PromoteEmail/GetEmailSetting
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
EmailSetting| Name | Description | Type | Additional information |
|---|---|---|---|
| TotalEmail | integer |
None. |
|
| UsedEmail | integer |
None. |
|
| LastEmail | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"TotalEmail": 1,
"UsedEmail": 2,
"LastEmail": -1
}