POST api/Online/BlockTableTimes

Request Information

URI Parameters

None.

Body Parameters

TableBlock
NameDescriptionTypeAdditional information
StartTime

time interval

None.

EndTime

time interval

None.

Date

date

None.

TableId

integer

None.

MerchantId

integer

None.

Type

integer

None.

Token

string

None.

Request Formats

application/json, text/json

Sample:
{
  "StartTime": "00:00:00.1234567",
  "EndTime": "00:00:00.1234567",
  "Date": "2026-04-03T23:40:54.9276909+00:00",
  "TableId": 4,
  "MerchantId": 5,
  "Type": 1,
  "Token": "sample string 6"
}

application/xml, text/xml

Sample:
<TableBlock xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LP.WebAPI.Models">
  <Date>2026-04-03T23:40:54.9276909+00:00</Date>
  <EndTime>PT0.1234567S</EndTime>
  <MerchantId>5</MerchantId>
  <StartTime>PT0.1234567S</StartTime>
  <TableId>4</TableId>
  <Token>sample string 6</Token>
  <Type>1</Type>
</TableBlock>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.