POST api/store/{id}/machines/import
Import a list of scale descriptions / machines
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Store identifier |
integer |
Required |
Body Parameters
List of machines to import
Collection of Machine| Name | Description | Type | Additional information |
|---|---|---|---|
| ID |
Sequential ID |
integer |
None. |
| StoreScaleID | integer |
None. |
|
| ScaleID | string |
Required String length: inclusive between 0 and 64 |
|
| ScaleName | string |
String length: inclusive between 0 and 64 |
|
| Description | string |
String length: inclusive between 0 and 64 |
|
| ScaleLocation | integer |
None. |
|
| ZoneID | integer |
None. |
|
| StoreID | integer |
None. |
|
| ScaleType | ScaleTypes |
None. |
|
| CheckFrequency | CheckFrequencies |
None. |
|
| TestWeight | decimal number |
None. |
|
| TerminalG_UID | Collection of byte |
None. |
|
| TerminalGuid |
unique identifier |
globally unique identifier |
None. |
| StoreName | string |
None. |
|
| ZoneName | string |
None. |
|
| ScaleLocationName | string |
None. |
|
| SettingsZone | SettingsZone |
None. |
|
| Terminal | Terminal |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"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": "7MxBHeuvIkOZA+qeRDXzfw==",
"terminalGuid": "1d41ccec-afeb-4322-9903-ea9e4435f37f",
"storeName": "sample string 6",
"zoneName": "sample string 7",
"scaleLocationName": "sample string 8",
"settingsZone": {
"$id": "2",
"id": 1,
"storeID": 2,
"name": "sample string 3",
"machines": [
{
"$ref": "1"
},
{
"$ref": "1"
}
]
},
"terminal": {
"$id": "3",
"id": 1,
"g_UID": "j2kUaEIfTU+wvQKeliUIBQ==",
"guid": "6814698f-1f42-4f4d-b0bd-029e96250805",
"name": "sample string 3",
"description": "sample string 4",
"terminalNumber": 1,
"posKey": "Ft69LmDeXk2bn08wbxwEUw==",
"linkedPOSKey": "2ebdde16-de60-4d5e-9b9f-4f306f1c0453",
"location": 1,
"zoneID": 1,
"currentMachineID": 1,
"storeID": 1,
"deleted": true,
"updated": "2026-06-03T18:33:51.7071559",
"currentMachine": {
"$ref": "1"
},
"currentLane": {
"$id": "4",
"identifier": "QW72Jl/8E0m55d0xMdfrgQ==",
"identifierGuid": "26f66e41-fc5f-4913-b9e5-dd3131d7eb81",
"name": "sample string 1",
"storeID": 2,
"machineID": 3,
"scaleID": "sample string 4",
"lastPingLocal": "2026-06-03T18:33:51.7071559",
"lastSaleLocal": "2026-06-03T18:33:51.7071559",
"status": 0,
"statusDate": "2026-06-03T18:33:51.7071559",
"statusName": "None",
"storeName": "sample string 5",
"machineName": "sample string 6",
"zoneName": "sample string 7"
}
}
},
{
"$ref": "1"
}
]
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.