Terminal
Get Daily Auto Clear
Returns the daily auto clear setting for the terminal identified by serial number.
get/v3/terminals/{serialNum}/dailyautoclear
Path parameters
serialNumstring required
Terminal serial number.
Headers
Authorizationstring required
Bearer token used to authenticate API requests.
Response
Terminal daily auto clear setting.
Example response
{
"dailyAutoClear": true,
"dailyAutoClearTime": "23:30:00"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.