POST api/Online/getBookingRangeData
Request Information
URI Parameters
None.
Body Parameters
PoSDateRangeName | Description | Type | Additional information |
---|---|---|---|
MerchantId | integer |
None. |
|
StartDate | date |
None. |
|
EndDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{ "MerchantId": 1, "StartDate": "2024-11-21T06:26:12.3510629+00:00", "EndDate": "2024-11-21T06:26:12.3510629+00:00" }
application/xml, text/xml
Sample:
<PoSDateRange xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LP.WebAPI.Models"> <EndDate>2024-11-21T06:26:12.3510629+00:00</EndDate> <MerchantId>1</MerchantId> <StartDate>2024-11-21T06:26:12.3510629+00:00</StartDate> </PoSDateRange>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.