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": "UagfLyBxoka7nLFg2kqvLQ==", "guid": "2f1fa851-7120-46a2-bb9c-b160da4aaf2d", "name": "sample string 3", "description": "sample string 4", "terminalNumber": 1, "posKey": "igreflE3f0OfJvfv31Fq9g==", "linkedPOSKey": "7ede0a8a-3751-437f-9f26-f7efdf516af6", "location": 1, "zoneID": 1, "currentMachineID": 1, "storeID": 1, "deleted": true, "updated": "2025-06-14T06:18:10.5303059", "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": "BWg/MVxcDkWXgKnnQgFAlQ==", "terminalGuid": "313f6805-5c5c-450e-9780-a9e742014095", "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": "taBh627IL06Z+wPMAutPQg==", "identifierGuid": "eb61a0b5-c86e-4e2f-99fb-03cc02eb4f42", "name": "sample string 1", "storeID": 2, "machineID": 3, "scaleID": "sample string 4", "lastPingLocal": "2025-06-14T06:18:10.5303059", "lastSaleLocal": "2025-06-14T06:18:10.5303059", "status": 0, "statusDate": "2025-06-14T06:18:10.5303059", "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.