PUT api/terminal/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
Required |
Body Parameters
TerminalName | 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": "M1pkb9cqIUSdCnzza/gs9w==", "guid": "6f645a33-2ad7-4421-9d0a-7cf36bf82cf7", "name": "sample string 3", "description": "sample string 4", "terminalNumber": 1, "posKey": "JPWfDSS4eke7kr6sv7jV+w==", "linkedPOSKey": "0d9ff524-b824-477a-bb92-beacbfb8d5fb", "location": 1, "zoneID": 1, "currentMachineID": 1, "storeID": 1, "deleted": true, "updated": "2025-10-04T23:56:26.5490746", "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": "LxLqBhhUSUO138TiHufYWA==", "terminalGuid": "06ea122f-5418-4349-b5df-c4e21ee7d858", "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": "xILhi7x92UGiZ+dF4ehq1w==", "identifierGuid": "8be182c4-7dbc-41d9-a267-e745e1e86ad7", "name": "sample string 1", "storeID": 2, "machineID": 3, "scaleID": "sample string 4", "lastPingLocal": "2025-10-04T23:56:26.5490746", "lastSaleLocal": "2025-10-04T23:56:26.5490746", "status": 0, "statusDate": "2025-10-04T23:56:26.5490746", "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.