Optional
configuration: ConfigurationRetrieves the details of an existing Terminal Reader.
Get a Terminal Reader
The id of the Tilled Account (usually starting with the prefix `acct_`) that the request is performed on behalf of.
Optional
options: RawAxiosRequestConfig<any> = {}Override http request option.
Retrieves the network connection status of an existing Terminal Reader.
Get a Terminal Reader status
The id of the Tilled Account (usually starting with the prefix `acct_`) that the request is performed on behalf of.
Optional
options: RawAxiosRequestConfig<any> = {}Override http request option.
Returns a list of an Account's Terminal Readers. The Terminal Readers are sorted with the most recently created appearing first.
List all Terminal Readers
The id of the Tilled Account (usually starting with the prefix `acct_`) that the request is performed on behalf of.
Optional
metadata: { `metadata` key-value pairs to filter by. Only exact matches on the key-value pair(s) will be returned. Example: `?metadata[internal_customer_id]=7cb1159d-875e-47ae-a309-319fa7ff395b`.
Optional
q: stringThe partial search of text fields. Supports searching by `terminal_reader.description`, `terminal_reader.serial_number`, `terminal_reader.type`
Optional
include_connected_accounts: booleanWhether or not to include the results from any connected accounts.
Optional
created_at_gte: stringMinimum `created_at` value to filter by (inclusive).
Optional
created_at_lte: stringMaximum `created_at` value to filter by (inclusive).
Optional
offset: numberThe (zero-based) offset of the first item in the collection to return.
Optional
limit: numberThe maximum number of entries to return. If the value exceeds the maximum, then the maximum value will be used.
Optional
options: RawAxiosRequestConfig<any> = {}Override http request option.
Updates the Terminal Reader by setting the values of the provided parameters. Any parameters not provided will be left unchanged.
Update a Terminal Reader
The id of the Tilled Account (usually starting with the prefix `acct_`) that the request is performed on behalf of.
Optional
options: RawAxiosRequestConfig<any> = {}Override http request option.
Generated using TypeDoc
TerminalReadersApi - axios parameter creator
Export