POST api/Online/getReservationData?merchantId={merchantId}&StartDate={StartDate}&EndDate={EndDate}

Gets reservation data for the reservation report in the dashboard. Takes in three parameters, the merchantId, startdate and also the endDate. Grabs Data inbetween these dates.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
merchantId

integer

Required

StartDate

string

Required

EndDate

string

Required

Body Parameters

None.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.