POST api/Online/ScanBlockTableTimes
Request Information
URI Parameters
None.
Body Parameters
ScanTableBlock| Name | Description | Type | Additional information |
|---|---|---|---|
| StartTime | time interval |
None. |
|
| Date | date |
None. |
|
| TableNumber | string |
None. |
|
| MerchantId | integer |
None. |
|
| Type | integer |
None. |
|
| Token | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"StartTime": "00:00:00.1234567",
"Date": "2026-04-03T23:33:49.3159563+00:00",
"TableNumber": "sample string 3",
"MerchantId": 4,
"Type": 1,
"Token": "sample string 5"
}
application/xml, text/xml
Sample:
<ScanTableBlock xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LP.WebAPI.Models"> <Date>2026-04-03T23:33:49.3159563+00:00</Date> <MerchantId>4</MerchantId> <StartTime>PT0.1234567S</StartTime> <TableNumber>sample string 3</TableNumber> <Token>sample string 5</Token> <Type>1</Type> </ScanTableBlock>
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.