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
Name | Description | Type | Additional information |
---|---|---|---|
merchantId | integer |
Required |
|
StartDate | string |
Required |
|
EndDate | string |
Required |
Body Parameters
None.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.