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": "SNKagT/+xkKcD44u1KpvXA==", "terminalGuid": "819ad248-fe3f-42c6-9c0f-8e2ed4aa6f5c", "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": "rQTMgWFTD0eRaVFpg8lawQ==", "guid": "81cc04ad-5361-470f-9169-516983c95ac1", "name": "sample string 3", "description": "sample string 4", "terminalNumber": 1, "posKey": "dImqqsqPc0uyw1hM6oapIQ==", "linkedPOSKey": "aaaa8974-8fca-4b73-b2c3-584cea86a921", "location": 1, "zoneID": 1, "currentMachineID": 1, "storeID": 1, "deleted": true, "updated": "2025-08-02T23:14:56.6126244", "currentMachine": { "$ref": "1" }, "currentLane": { "$id": "4", "identifier": "urH5/bdj0UitozT60DjbDw==", "identifierGuid": "fdf9b1ba-63b7-48d1-ada3-34fad038db0f", "name": "sample string 1", "storeID": 2, "machineID": 3, "scaleID": "sample string 4", "lastPingLocal": "2025-08-02T23:14:56.6126244", "lastSaleLocal": "2025-08-02T23:14:56.6126244", "status": 0, "statusDate": "2025-08-02T23:14:56.6126244", "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.