v1

latestOpenAPI 3.1.02026-07-24170121.2 MB
Terminal

Set Daily Auto Clear

Updates the daily auto clear setting for the given terminal.

put/v3/terminals/{serialNum}/dailyautoclear

Path parameters

serialNumstring required

Terminal serial number.

Headers

Authorizationstring required

Bearer token used to authenticate API requests.

Request body

dailyAutoClearboolean required

Whether the terminal should perform daily auto clear.

dailyAutoClearTimestring nullable

Daily auto clear time of day. Send HH:mm, HH:mm:ss, or an ISO datetime.

Example request

{
  "dailyAutoClear": true,
  "dailyAutoClearTime": "23:30:00"
}

Response

Updated terminal daily auto clear setting.

dailyAutoClearboolean required

Whether daily auto clear is enabled for the terminal.

dailyAutoClearTimestring nullable required

Daily auto clear time of day, returned as HH:mm:ss.

Example response

{
  "dailyAutoClear": true,
  "dailyAutoClearTime": "23:30:00"
}