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": "32Y4VfVuMUeR5hkcmtl32A==",
"guid": "553866df-6ef5-4731-91e6-191c9ad977d8",
"name": "sample string 3",
"description": "sample string 4",
"terminalNumber": 1,
"posKey": "0JYgYEoC5EqhK6dBNVZuNw==",
"linkedPOSKey": "602096d0-024a-4ae4-a12b-a74135566e37",
"location": 1,
"zoneID": 1,
"currentMachineID": 1,
"storeID": 1,
"deleted": true,
"updated": "2026-04-03T06:15:30.295906",
"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": "l9qfLG2qg0yp0BfDDIZQpQ==",
"terminalGuid": "2c9fda97-aa6d-4c83-a9d0-17c30c8650a5",
"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": "SAqz3HbSK0CnVW2tphVyjg==",
"identifierGuid": "dcb30a48-d276-402b-a755-6dada615728e",
"name": "sample string 1",
"storeID": 2,
"machineID": 3,
"scaleID": "sample string 4",
"lastPingLocal": "2026-04-03T06:15:30.295906",
"lastSaleLocal": "2026-04-03T06:15:30.295906",
"status": 0,
"statusDate": "2026-04-03T06:15:30.295906",
"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.