POST api/store/{storeID}/settingszone/{name}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
storeID | integer |
Required |
|
name | string |
Required |
Body Parameters
SettingsZoneName | Description | Type | Additional information |
---|---|---|---|
ID | integer |
None. |
|
StoreID | integer |
None. |
|
Name | string |
None. |
|
Machines | Collection of Machine |
None. |
Request Formats
application/json, text/json
Sample:
{ "id": 1, "storeID": 2, "name": "sample string 3", "machines": [ { "$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": "HuZmMLLeCkOEwYn5vhlTxQ==", "terminalGuid": "3066e61e-deb2-430a-84c1-89f9be1953c5", "storeName": "sample string 6", "zoneName": "sample string 7", "scaleLocationName": "sample string 8", "settingsZone": { "$ref": "1" }, "terminal": { "$id": "3", "id": 1, "g_UID": "4jRys80gL0GpeqZm6k712g==", "guid": "b37234e2-20cd-412f-a97a-a666ea4ef5da", "name": "sample string 3", "description": "sample string 4", "terminalNumber": 1, "posKey": "5Nu2bnHO7UuTVdmMXCM50Q==", "linkedPOSKey": "6eb6dbe4-ce71-4bed-9355-d98c5c2339d1", "location": 1, "zoneID": 1, "currentMachineID": 1, "storeID": 1, "deleted": true, "updated": "2025-10-04T23:56:26.8928362", "currentMachine": { "$ref": "2" }, "currentLane": { "$id": "4", "identifier": "DcwQSYz2BEqahOvhM0PzGg==", "identifierGuid": "4910cc0d-f68c-4a04-9a84-ebe13343f31a", "name": "sample string 1", "storeID": 2, "machineID": 3, "scaleID": "sample string 4", "lastPingLocal": "2025-10-04T23:56:26.8928362", "lastSaleLocal": "2025-10-04T23:56:26.8928362", "status": 0, "statusDate": "2025-10-04T23:56:26.8928362", "statusName": "None", "storeName": "sample string 5", "machineName": "sample string 6", "zoneName": "sample string 7" } } }, { "$ref": "2" } ] }
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.