GET breeze/NE/GetDashboardStats_TotalMailedMaterialsByType?startDate={startDate}&endDate={endDate}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
startDate

date

Required

endDate

date

Required

Body Parameters

None.

Response Information

Resource Description

Collection of TotalMailedMaterialsByType
NameDescriptionTypeAdditional information
MailType

string

None.

Sent

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "$type": "NE.Models.TotalMailedMaterialsByType, NE.Models",
    "MailType": "sample string 1",
    "Sent": 2
  },
  {
    "$ref": "1"
  }
]