POST api/Online/getBookingRangeData
Request Information
URI Parameters
None.
Body Parameters
PoSDateRange| Name | Description | Type | Additional information |
|---|---|---|---|
| MerchantId | integer |
None. |
|
| StartDate | date |
None. |
|
| EndDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"MerchantId": 1,
"StartDate": "2025-11-15T08:35:08.2588441+00:00",
"EndDate": "2025-11-15T08:35:08.2588441+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>2025-11-15T08:35:08.2588441+00:00</EndDate> <MerchantId>1</MerchantId> <StartDate>2025-11-15T08:35:08.2588441+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.