GET breeze/NE/GetPendingMailings

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of PendingMailAggregate
NameDescriptionTypeAdditional 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"
  }
]