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": "m6XqzW9Xw0+3B8o3NH7y3A==",
"terminalGuid": "cdeaa59b-576f-4fc3-b707-ca37347ef2dc",
"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": "W+EjaRILC0Kb31kJzZR31A==",
"guid": "6923e15b-0b12-420b-9bdf-5909cd9477d4",
"name": "sample string 3",
"description": "sample string 4",
"terminalNumber": 1,
"posKey": "hM6/nsNoWE6AcVGmN2K7Zg==",
"linkedPOSKey": "9ebfce84-68c3-4e58-8071-51a63762bb66",
"location": 1,
"zoneID": 1,
"currentMachineID": 1,
"storeID": 1,
"deleted": true,
"updated": "2026-04-03T06:26:37.1516944",
"currentMachine": {
"$ref": "1"
},
"currentLane": {
"$id": "4",
"identifier": "G9KjXnYajEW/1VAVeHRA0w==",
"identifierGuid": "5ea3d21b-1a76-458c-bfd5-5015787440d3",
"name": "sample string 1",
"storeID": 2,
"machineID": 3,
"scaleID": "sample string 4",
"lastPingLocal": "2026-04-03T06:26:37.1516944",
"lastSaleLocal": "2026-04-03T06:26:37.1516944",
"status": 0,
"statusDate": "2026-04-03T06:26:37.1516944",
"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.