POST api/store/{storeID}/settingszone/{name}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
storeID

integer

Required

name

string

Required

Body Parameters

SettingsZone
NameDescriptionTypeAdditional 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": "asL1hCE0zU+g1aKh6A1Wlg==",
      "terminalGuid": "84f5c26a-3421-4fcd-a0d5-a2a1e80d5696",
      "storeName": "sample string 6",
      "zoneName": "sample string 7",
      "scaleLocationName": "sample string 8",
      "settingsZone": {
        "$ref": "1"
      },
      "terminal": {
        "$id": "3",
        "id": 1,
        "g_UID": "svNrvzrxOUebO6Ybs5W69Q==",
        "guid": "bf6bf3b2-f13a-4739-9b3b-a61bb395baf5",
        "name": "sample string 3",
        "description": "sample string 4",
        "terminalNumber": 1,
        "posKey": "R939iXOzf0mZqqlJzH9sMg==",
        "linkedPOSKey": "89fddd47-b373-497f-99aa-a949cc7f6c32",
        "location": 1,
        "zoneID": 1,
        "currentMachineID": 1,
        "storeID": 1,
        "deleted": true,
        "updated": "2025-06-14T06:17:00.7863885",
        "currentMachine": {
          "$ref": "2"
        },
        "currentLane": {
          "$id": "4",
          "identifier": "m3nl0F01/0K5nV1PsHTCvA==",
          "identifierGuid": "d0e5799b-355d-42ff-b99d-5d4fb074c2bc",
          "name": "sample string 1",
          "storeID": 2,
          "machineID": 3,
          "scaleID": "sample string 4",
          "lastPingLocal": "2025-06-14T06:17:00.7863885",
          "lastSaleLocal": "2025-06-14T06:17:00.7863885",
          "status": 0,
          "statusDate": "2025-06-14T06:17:00.7863885",
          "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.