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 MachineName | 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": "pBpY6sdryUixrGFBEYiuUg==", "terminalGuid": "ea581aa4-6bc7-48c9-b1ac-61411188ae52", "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": "3GDcmWbai0ybYUaHd5OQ/g==", "guid": "99dc60dc-da66-4c8b-9b61-4687779390fe", "name": "sample string 3", "description": "sample string 4", "terminalNumber": 1, "posKey": "ebaHiS4LWEC6EivrMFsJyQ==", "linkedPOSKey": "8987b679-0b2e-4058-ba12-2beb305b09c9", "location": 1, "zoneID": 1, "currentMachineID": 1, "storeID": 1, "deleted": true, "updated": "2025-10-05T00:00:02.4819618", "currentMachine": { "$ref": "1" }, "currentLane": { "$id": "4", "identifier": "4bxELDRBt0+FrklpJhUssA==", "identifierGuid": "2c44bce1-4134-4fb7-85ae-496926152cb0", "name": "sample string 1", "storeID": 2, "machineID": 3, "scaleID": "sample string 4", "lastPingLocal": "2025-10-05T00:00:02.4819618", "lastSaleLocal": "2025-10-05T00:00:02.4819618", "status": 0, "statusDate": "2025-10-05T00:00:02.4819618", "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.