post
https://sandbox-api.softpoint.io/interface//locations//terminals/151
Update Terminal
Updates information for an individual terminal. Only the fields that are modified will have their information overwritten.
Parameters
Query Parameters
| Parameter | Required/Optional | Type | Description |
|---|---|---|---|
| user_id | Required | number | Current User ID |
| location_id | Required | number | Current Location ID |
| terminal_id | Required | number | CUrrent Terminal ID |
* Bold Parameters are required fields
Body Parameters
| Parameter | Required/Optional | Type | Description |
|---|---|---|---|
| global_manufacturer_terminal_id | Optional | int(10) UN | ID 14: PAX A30 ID 15: PAX A35 ID 16: PAX A50 ID 17: PAX A60 ID 18: PAX A77 ID 19: PAX A80 ID 20: PAX A910 ID 21: PAX A920 ID 22: PAX A920 PRO ID 23: PAX A930 ID 24: PAX Aries6 ID 25: PAX Aries8 ID 26: PAX E500 ID 27: PAX E600 ID 28: PAX E700 ID 29: PAX E800 ID 52: PAX IM30 |
| global_terminal_mode_id | Optional | int(10) UN | ID 1: Table Service ID 2: Quick Service ID 3: Payment Terminal ID 4: Kiosk ID 5: Kitchen Display ID 6: Dispenser Kiosk ID 7: External Workstation ID 8: Tethered Terminal ID 9: Security Terminal |
| global_tip_id | Optional | number | ID 1: Before ID 2: Tip Adjust ID 3: No Tips |
| serial_number | Optional | varchar(100) | Serial Number of the Terminal |
| name | Optional | varchar(64) | Name for the Terminal in SoftPoint dashboard |
| status | Optional | Integer | 0: Inactive 1: Active (default) |
| tid | Optional | varchar(100) | Terminal ID to active APP |
| screen_timeout | Optional | Integer | Value in seconds |
| connected_reader | Optional | Integer | 0: Inactive (default) 1: Active |
| paired_terminal_id | Optional | Integer | This is the Tethered Terminal id that will be linked to the workstation |
* Bold Parameters are required fields
