GET api/NE/GetPendingMailings
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of PendingMailAggregate| Name | Description | Type | Additional information |
|---|---|---|---|
| MailTypeId | byte |
None. |
|
| MailType | string |
None. |
|
| Total | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"$type": "NE.Models.PendingMailAggregate, NE.Models",
"MailTypeId": 64,
"MailType": "sample string 2",
"Total": 3
},
{
"$ref": "1"
}
]