PUT api/terminal/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
Terminal| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| G_UID | Collection of byte |
None. |
|
| Guid |
unique identifier |
globally unique identifier |
None. |
| Name | string |
String length: inclusive between 0 and 64 |
|
| Description | string |
String length: inclusive between 0 and 64 |
|
| TerminalNumber | integer |
None. |
|
| POSKey | Collection of byte |
None. |
|
| LinkedPOSKey |
unique identifier |
globally unique identifier |
None. |
| Location | integer |
None. |
|
| ZoneID | integer |
None. |
|
| CurrentMachineID | integer |
None. |
|
| StoreID | integer |
None. |
|
| Deleted | boolean |
None. |
|
| Updated | date |
None. |
|
| CurrentMachine |
Provides info about the current machine assigned to this terminal |
Machine |
Relation. This field may not always be loaded or used for updates. |
| CurrentLane |
Provides status info about the current machine assigned to this terminal |
Lane |
Relation. This field may not always be loaded or used for updates. |
Request Formats
application/json, text/json
Sample:
{
"id": 1,
"g_UID": "hpuGEN4M3EqkW8VM2fmc+Q==",
"guid": "10869b86-0cde-4adc-a45b-c54cd9f99cf9",
"name": "sample string 3",
"description": "sample string 4",
"terminalNumber": 1,
"posKey": "EiYKBScU+0O/sQ+PYOZLQw==",
"linkedPOSKey": "050a2612-1427-43fb-bfb1-0f8f60e64b43",
"location": 1,
"zoneID": 1,
"currentMachineID": 1,
"storeID": 1,
"deleted": true,
"updated": "2026-06-03T18:32:19.1804697",
"currentMachine": {
"$id": "2",
"id": 1,
"storeScaleID": 2,
"scaleID": "sample string 3",
"scaleName": "sample string 4",
"description": "sample string 5",
"scaleLocation": 1,
"zoneID": 1,
"storeID": 1,
"scaleType": 1,
"checkFrequency": 1,
"testWeight": 1.1,
"terminalG_UID": "he08ZMZgykKk9WrVscNzMg==",
"terminalGuid": "643ced85-60c6-42ca-a4f5-6ad5b1c37332",
"storeName": "sample string 6",
"zoneName": "sample string 7",
"scaleLocationName": "sample string 8",
"settingsZone": {
"$id": "3",
"id": 1,
"storeID": 2,
"name": "sample string 3",
"machines": [
{
"$ref": "2"
},
{
"$ref": "2"
}
]
},
"terminal": {
"$ref": "1"
}
},
"currentLane": {
"$id": "4",
"identifier": "tKam6C5F1UyVRvJ/Dg4L8g==",
"identifierGuid": "e8a6a6b4-452e-4cd5-9546-f27f0e0e0bf2",
"name": "sample string 1",
"storeID": 2,
"machineID": 3,
"scaleID": "sample string 4",
"lastPingLocal": "2026-06-03T18:32:19.1804697",
"lastSaleLocal": "2026-06-03T18:32:19.1804697",
"status": 0,
"statusDate": "2026-06-03T18:32:19.1804697",
"statusName": "None",
"storeName": "sample string 5",
"machineName": "sample string 6",
"zoneName": "sample string 7"
}
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.