GET api/Dashboard/GetDashboardDetailDateWise

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of spDashboardDetailDateWise_Result
NameDescriptionTypeAdditional information
entrydate

date

None.

total

integer

None.

movecount

integer

None.

refundcount

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "entrydate": "2025-04-22T16:19:10.0411364+05:30",
    "total": 1,
    "movecount": 1,
    "refundcount": 1
  },
  {
    "entrydate": "2025-04-22T16:19:10.0411364+05:30",
    "total": 1,
    "movecount": 1,
    "refundcount": 1
  }
]

application/xml, text/xml

Sample:
<ArrayOfspDashboardDetailDateWise_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FlightDisruptionDAL.DBContext">
  <spDashboardDetailDateWise_Result>
    <entrydate>2025-04-22T16:19:10.0411364+05:30</entrydate>
    <movecount>1</movecount>
    <refundcount>1</refundcount>
    <total>1</total>
  </spDashboardDetailDateWise_Result>
  <spDashboardDetailDateWise_Result>
    <entrydate>2025-04-22T16:19:10.0411364+05:30</entrydate>
    <movecount>1</movecount>
    <refundcount>1</refundcount>
    <total>1</total>
  </spDashboardDetailDateWise_Result>
</ArrayOfspDashboardDetailDateWise_Result>