post
https://sandbox-api.softpoint.io/interface//locations//terminals
Create New Terminal
The create terminal API allows developers to create new terminal entries.
Upon successful creation of a new terminal entry, the API will return a response with the newly created terminal's unique identifier and other relevant information.
Parameters
Query Parameters
| Parameter | Required/Optional | Type | Description |
|---|---|---|---|
| user_id | Required | number | Current User ID |
* Bold Parameters are required fields
Body Parameters
| Parameter | Required/Optional | Type | Description |
|---|---|---|---|
| global_manufacturer_terminal_id | Required | 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 | Required | 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 | Required | number | ID 1: Before ID 2: Tip Adjust ID 3: No Tips |
| serial_number | Optional | varchar(100) | Serial Number of the Terminal |
| name | Required | varchar(64) | Name for the Terminal in SoftPoint dashboard |
| status | Optional | Integer | 0: Inactive 1: Active (default) |
| tid | Optional | varchar(100) | Terminal ID |
| screen_timeout | Optional | Integer | Value in seconds |
| connected_reader | Optional | Integer | 0: Inactive (default) 1: Active |
| allow_cash_payments | 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
