POST api/stores

Create new store

Request Information

URI Parameters

None.

Body Parameters

Store to be created

Store
NameDescriptionTypeAdditional information
ID

integer

None.

IsMaster

boolean

None.

ShortName

string

None.

URL

Web address for store (eg stores website / online store)

string

Data type: Url

SortOrder

integer

None.

Name

string

None.

Phone

string

None.

Fax

string

None.

Email

string

None.

Address1

string

None.

Address2

string

None.

City

string

None.

State

string

None.

Country

string

None.

PostCode

string

None.

Delivery

How the Store’s pricing file will be delivered

StoreDelivery

None.

ExportAccounts

integer

None.

SalesAccountFolder

string

None.

PurchaseAccountFolder

string

None.

InitLoad

Used in SEO for synchronising new Stores to groups

integer

None.

InitIDs

Used in SEO for synchronising new Stores to groups

integer

None.

ZoneID

integer

None.

ActAsMaster

integer

None.

LastActiveUtc

date

None.

Active

boolean

None.

Warehouse

boolean

None.

ABN

string

None.

PhoneOrderSubjectLine

string

None.

CaseConfiguration

CaseConfiguration

None.

IsNormalPriceChangesCampaign

boolean

None.

GeneratePrintLabels

Whether this store will automatically generate print labels

boolean

None.

HeaderLogo

string

None.

CustNo

string

Deprecated. use HostStoreSettings records instead.

StateCode

Host State Indicator

string

Deprecated. use HostStoreSettings records instead.

String length: inclusive between 0 and 2

HostIdentifier

Collection of byte

Deprecated. use HostStoreSettings records instead.

HostIdentifierGuid

globally unique identifier

Deprecated. use HostStoreSettings records instead.

HostName

HostProvider

Deprecated. use HostStoreSettings records instead.

HostAddress

string

Deprecated. use HostStoreSettings records instead.

HostUsername

string

Deprecated. use HostStoreSettings records instead.

HostPassword

string

Deprecated. use HostStoreSettings records instead.

ExcludeFromLeadInOut

boolean

Deprecated. use HostStoreSettings records instead.

AccountingProvider

AccountingProvider

Deprecated. Search the settings table for this value, Section='Accounting', KeyName='AccountingProvider'.

AccountingAddress

string

None.

AccountingUsername

string

None.

AccountingPassword

string

None.

StoreAccountingCode

string

None.

SoftwareVariance

integer

None.

FuelWarningVariance

decimal number

None.

FuelErrorVariance

decimal number

None.

FuelAccumulatedWarningVariance

decimal number

None.

FuelAccumulatedErrorVariance

decimal number

None.

DrawManagment

CashBalancingDrawerManagement

None.

EndOfDayManagment

boolean

None.

AutoFillCashBalancing

boolean

None.

FuelDayVariance

integer

None.

AccountingTradingTime

time interval

None.

StockActivateProduct

ActivateProducts

None.

GiftCardSalesAccountingDeptCode

string

None.

TransactionDiscountAccountingDeptCode

string

None.

Size

integer

None.

Updated

date

None.

PriceZoneName

string

Relation. This field may not always be loaded or used for updates.

StoreFuelConfigured

boolean

Relation. This field may not always be loaded or used for updates.

ShippingAddressCopied

boolean

Relation. This field may not always be loaded or used for updates.

ShippingAddress

StoreAddress

Relation. This field may not always be loaded or used for updates.

BillingAddress

StoreAddress

Relation. This field may not always be loaded or used for updates.

HostStoreSettings

Collection of HostStoreSetting

Relation. This field may not always be loaded or used for updates.

Accounts

Collection of StoreAccount

Relation. This field may not always be loaded or used for updates.

Sales

Collection of StoreExternalSale

Relation. This field may not always be loaded or used for updates.

ZoneMatrix

Collection of ZoneMatrix

Relation. This field may not always be loaded or used for updates.

CashManagements

Collection of CashManagement

Relation. This field may not always be loaded or used for updates.

UpdateStoreID

SaaS Store ID

globally unique identifier

Relation. This field may not always be loaded or used for updates.

UpdateStore

SaaS Store Connection

UpdateStore

Relation. This field may not always be loaded or used for updates.

TimeZoneId

Windows TimeZoneId to set store to

string

Relation. This field may not always be loaded or used for updates.

SecurityOptions

SecurityOptions

Relation. This field may not always be loaded or used for updates.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "isMaster": true,
  "shortName": "sample string 3",
  "url": "sample string 4",
  "sortOrder": 1,
  "name": "sample string 5",
  "phone": "sample string 6",
  "fax": "sample string 7",
  "email": "sample string 8",
  "address1": "sample string 9",
  "address2": "sample string 10",
  "city": "sample string 11",
  "state": "sample string 12",
  "country": "sample string 13",
  "postCode": "sample string 14",
  "delivery": 1,
  "exportAccounts": 1,
  "salesAccountFolder": "sample string 15",
  "purchaseAccountFolder": "sample string 16",
  "initLoad": 1,
  "initIDs": 1,
  "zoneID": 1,
  "actAsMaster": 1,
  "lastActiveUtc": "2025-08-02T23:15:58.268124",
  "active": true,
  "warehouse": true,
  "abn": "sample string 19",
  "phoneOrderSubjectLine": "sample string 20",
  "caseConfiguration": 21,
  "isNormalPriceChangesCampaign": true,
  "generatePrintLabels": true,
  "headerLogo": "sample string 24",
  "custNo": "sample string 25",
  "stateCode": "sample string 26",
  "hostIdentifier": "+sFYH2zpik2rsMdG2NgQmg==",
  "hostIdentifierGuid": "1f58c1fa-e96c-4d8a-abb0-c746d8d8109a",
  "hostName": 1,
  "hostAddress": "sample string 27",
  "hostUsername": "sample string 28",
  "hostPassword": "sample string 29",
  "excludeFromLeadInOut": true,
  "accountingProvider": 31,
  "accountingAddress": "sample string 32",
  "accountingUsername": "sample string 33",
  "accountingPassword": "sample string 34",
  "storeAccountingCode": "sample string 35",
  "softwareVariance": 36,
  "fuelWarningVariance": 37.0,
  "fuelErrorVariance": 38.0,
  "fuelAccumulatedWarningVariance": 39.0,
  "fuelAccumulatedErrorVariance": 40.0,
  "drawManagment": 41,
  "endOfDayManagment": true,
  "autoFillCashBalancing": true,
  "fuelDayVariance": 44,
  "accountingTradingTime": "00:00:00.1234567",
  "stockActivateProduct": 46,
  "giftCardSalesAccountingDeptCode": "sample string 47",
  "transactionDiscountAccountingDeptCode": "sample string 48",
  "size": 49,
  "updated": "2025-08-02T23:15:58.268124",
  "priceZoneName": "sample string 51",
  "storeFuelConfigured": true,
  "shippingAddressCopied": true,
  "shippingAddress": {
    "$id": "2",
    "storeID": 1,
    "addressType": 1,
    "address1": "sample string 1",
    "address2": "sample string 2",
    "city": "sample string 3",
    "state": "sample string 4",
    "country": "sample string 5",
    "postCode": "sample string 6"
  },
  "billingAddress": {
    "$ref": "2"
  },
  "hostStoreSettings": [
    {
      "$id": "3",
      "id": 1,
      "hostIdentifier": "AznIhfeuBUK3pxyr0kinXw==",
      "hostIdentifierGuid": "85c83903-aef7-4205-b7a7-1cabd248a75f",
      "storeID": 2,
      "username": "sample string 3",
      "password": "sample string 4",
      "passwordPlain": "sample string 5",
      "serverAddress": "sample string 6",
      "serverPort": 1,
      "excludeFromLeadInOut": true,
      "useForHostFile": true,
      "metcashPillarID": "sample string 9",
      "metcashStateCode": "sample string 10",
      "metcashCustomerID": "sample string 11",
      "metcashTradingPartnerID": "sample string 12",
      "drakesCustomerNumber": 1,
      "sparCustomerNumber": "sample string 13",
      "sparOrderUsername": "sample string 14",
      "sparOrderPassword": "sample string 15",
      "sparOrderPasswordPlain": "sample string 16",
      "pharmXSiteID": 1,
      "ibaZoneID": 1,
      "ibaState": "sample string 17",
      "foodlandStoreCode": "sample string 18",
      "ilgMemberNumber": "sample string 19",
      "ilgOutletLocation": 1,
      "ilgBaseCost": 1,
      "ilgApplyNonAdvertisedPromos": true,
      "ilgExemptFromFreight": true,
      "ilgOrderDealReview": true,
      "ilgFinanceFee": 1,
      "processPromotions": true,
      "hostProvider": 0,
      "host": {
        "$id": "4",
        "identifier": "NoiqGdkF0EWNZeCBYsrZJw==",
        "identifierGuid": "19aa8836-05d9-45d0-8d65-e08162cad927",
        "isPrimary": true,
        "obeyPreferredHost": true,
        "loadCampaigns": true,
        "isHostOwnedGroup": true,
        "serviceFeeID": 1,
        "deletedDiscountRate": 1,
        "deletedDiscountDuration": 1,
        "doNotRange": true,
        "doNotOrder": true,
        "updateMaster": true,
        "ignoreHostPriceGroups": true,
        "ignoreNormalSellIncrease": true,
        "ignoreNormalSellIncreaseRange": 11,
        "ignoreNormalSellDecrease": true,
        "ignoreNormalSellDecreaseRange": 13,
        "roundNormalSell": true,
        "ignorePromotionSell": true,
        "ignoreNonAdvertisedPromotionSell": true,
        "splitAdvertisedAndNonAdvertisedPromotions": true,
        "ignoreLeadInOut": true,
        "hostSupplierIdentifier": "tDclpf/7ykO3VZdWW/B+Uw==",
        "hostSupplierIdentifierGuid": "a52537b4-fbff-43ca-b755-97565bf07e53",
        "loyaltyPriceLevelIdentifier": "Q/Bnz7xsAkGEoYwnJttDJw==",
        "loyaltyPriceLevelIdentifierGuid": "cf67f043-6cbc-4102-84a1-8c2726db4327",
        "isGroup": true,
        "description": "sample string 22",
        "hostProvider": 23,
        "hostTypeEnum": 24,
        "hostType": "sample string 25",
        "hostCode": "sample string 26",
        "username": "sample string 27",
        "password": "sample string 28",
        "passwordPlain": "sample string 29",
        "server": "sample string 30",
        "url": "sample string 31",
        "global": true,
        "stateCode": "sample string 33",
        "lastCollected": "2025-08-02T23:15:58.268124",
        "lastProcessed": "2025-08-02T23:15:58.268124",
        "hold": true,
        "supplierName": "sample string 35",
        "supplier": {
          "$id": "5",
          "identifier": "X70ei+vFhUGYNmPNVW1Pmw==",
          "identifierGuid": "8b1ebd5f-c5eb-4185-9836-63cd556d4f9b",
          "code": "sample string 1",
          "name": "sample string 2",
          "fuelSupplier": true,
          "isSupplier": true,
          "isHostedSupplier": true,
          "hostID": 1,
          "accountCode": "sample string 6",
          "invoiceSuffix": "sample string 7",
          "orderEmail": "sample string 8",
          "orderEmailBcc": "sample string 9",
          "orderFax": "sample string 10",
          "showOrderCost": true,
          "receiptCostUpdate": true,
          "sendReceipt": true,
          "receiptEmail": "sample string 14",
          "receiptEmailBcc": "sample string 15",
          "primaryContactGuid": "234tp3+1lEaMRGD2x7oOkg==",
          "primaryContactID": "a72d7edb-b57f-4694-8c44-60f6c7ba0e92",
          "storeID": 1,
          "abn": "sample string 16",
          "supplierGroupIdentifier": "cPt0NuYVfEiucWw++osdGQ==",
          "supplierGroupGuid": "3674fb70-15e6-487c-ae71-6c3efa8b1d19",
          "rebate": 1.0,
          "rebateType": 1,
          "rebateFrequency": 1,
          "rebateSource": 1,
          "rebateLastClaimed": "2025-08-02T23:15:58.268124",
          "rebateLastClaimedAmount": 1.0,
          "cartonsOnly": true,
          "minimumOrderValue": 1,
          "enforceMinimumQuantity": true,
          "freight": 19.0,
          "freightType": 20,
          "deleted": true,
          "deletedUser": "sample string 22",
          "storeName": "sample string 23",
          "primaryContact": {
            "$id": "6",
            "id": "dfd99d83-a8bb-4099-8523-062d70144261",
            "identifier": "kbj9KkRxDESZXc+QewVEjQ==",
            "identifierGuid": "2afdb891-7144-440c-995d-cf907b05448d",
            "familyName": "sample string 1",
            "givenNames": "sample string 2",
            "otherNames": "sample string 3",
            "title": "sample string 4",
            "dateOfBirth": "sample string 5",
            "sex": "sample string 6",
            "address": "sample string 7",
            "address1": "sample string 8",
            "address2": "sample string 9",
            "town": "sample string 10",
            "state": "sample string 11",
            "country": "sample string 12",
            "postalCode": "sample string 13",
            "telephone": "sample string 14",
            "mobile": "sample string 15",
            "email": "sample string 16",
            "fax": "sample string 17",
            "primary": true
          },
          "contacts": [
            {
              "$id": "7",
              "supplierIdentifier": "RybWwJi0PUmxva9HfXemHg==",
              "supplierIdentifierGuid": "c0d62647-b498-493d-b1bd-af477d77a61e",
              "contactGuid": "VRm4fMOIR0yD2EU8MhvwFw==",
              "contactID": "7cb81955-88c3-4c47-83d8-453c321bf017",
              "contact": {
                "$ref": "6"
              },
              "supplier": {
                "$ref": "5"
              }
            },
            {
              "$ref": "7"
            }
          ],
          "products": [
            {
              "$id": "8",
              "pluG_UID": "D9jNv3umP0SF6Wyf0TPbRw==",
              "pluGuid": "bfcdd80f-a67b-443f-85e9-6c9fd133db47",
              "supplierIdentifier": "yqx/X5voN0C99H2qArK+Ow==",
              "supplierIdentifierGuid": "5f7facca-e89b-4037-bdf4-7daa02b2be3b",
              "cartonQuantity": 1,
              "cartonQuantityChanged": true,
              "productSize": "sample string 3",
              "cigarettesPerSleeve": 1,
              "randomWeight": true,
              "piecesPerUnit": 5,
              "averagePackSize": 6,
              "effectiveDate": "2025-08-02T23:15:58.268124",
              "pricedByWeight": true,
              "landedUnitCostEx": 9,
              "landedUnitCostInc": 10,
              "landedCartonCostInc": 11,
              "landedCartonCostEx": 12,
              "standardCost": 13,
              "deliveryFee": 1,
              "deliveryFeeBasis": "sample string 14",
              "pickAndPackFee": 1,
              "pickAndPackFeeBasis": "sample string 15",
              "financeFee": 1,
              "financeFeeBasis": "sample string 16",
              "cartonLength": 1,
              "cartonWidth": 1,
              "cartonHeight": 1,
              "palletLayerQuantity": 1,
              "palletLayers": 1,
              "itemCode": "sample string 17",
              "invoiceCode": "sample string 18",
              "invoiceDesc": "sample string 19",
              "orderDirect": true,
              "useCost": true,
              "minimumQuantity": 20,
              "hostType": 21,
              "fromHost": 22,
              "minimumReorder": 1,
              "maximumReorder": 1,
              "orderMultiple": 23.1,
              "sellMultiple": 24.1,
              "baseMultiple": 25.1,
              "hostStandardCost": 26,
              "hostTotalCost": 27,
              "hostRetail": 28,
              "hostLandedUnitCostEx": 29,
              "hostLandedUnitCostInc": 30,
              "hostDesc": "sample string 31",
              "directIndicator": "sample string 32",
              "availableToOrder": true,
              "hostRangeIndicator": "sample string 34",
              "hostProductType": "sample string 35",
              "hostProductGrade": "sample string 36",
              "hostProductGroup": "sample string 37",
              "hostSlowMoving": true,
              "hostGeneralMerchandise": true,
              "hostPillar": "sample string 40",
              "hostLastUpdated": "2025-08-02T23:15:58.268124",
              "rebate": 1.0,
              "rebateExclude": true,
              "invoiceCodes": [
                {
                  "$id": "9",
                  "pluG_UID": "FRgWoFwdGkSx9ljg3S42TQ==",
                  "pluGuid": "a0161815-1d5c-441a-b1f6-58e0dd2e364d",
                  "supplierIdentifier": "ds0NLGtSGka548XPGy7zpw==",
                  "supplierIdentifierGuid": "2c0dcd76-526b-461a-b9e3-c5cf1b2ef3a7",
                  "invoiceCode": "sample string 1",
                  "storeIDs": [
                    1,
                    2
                  ]
                },
                {
                  "$ref": "9"
                }
              ],
              "storeIDs": [
                1,
                2
              ],
              "preferredSupplier": true,
              "preferredRebateSupplier": true,
              "supplierName": "sample string 41",
              "salesMode": 42,
              "orderPacked": true,
              "active": true,
              "price": 1,
              "costGstPercent": 44,
              "parentPluG_UID": "Cz3ly0qYH0qR+/KPXTUI8A==",
              "parentPluGuid": "cbe53d0b-984a-4a1f-91fb-f28f5d3508f0",
              "freight": 45.0,
              "freightType": 1,
              "product": {
                "$id": "10",
                "plu": 1,
                "storeID": 1,
                "masterPluG_UID": "QEA=",
                "storeIDs": [
                  1,
                  2
                ],
                "g_UId": "1x4SBaQVDUamx2hBZMIaWg==",
                "guid": "05121ed7-15a4-460d-a6c7-684164c21a5a",
                "apn": "sample string 1",
                "apnChanged": true,
                "apnSwitched": true,
                "barcode": "sample string 4",
                "itemNumber": "sample string 5",
                "itemNumberChanged": true,
                "priceGroupG_UID": "wP7T/T/vX0GVOfmqnkTh2Q==",
                "priceGroupGuid": "fdd3fec0-ef3f-415f-9539-f9aa9e44e1d9",
                "blueprintID": 1,
                "lastCountedDate": "2025-08-02T23:15:58.268124",
                "externalID": "sample string 7",
                "active": true,
                "activated": "2025-08-02T23:15:58.268124",
                "pluCreated": "2025-08-02T23:15:58.268124",
                "createdByUser": "sample string 9",
                "name": "sample string 10",
                "nameChanged": true,
                "secondDescription": "sample string 12",
                "hostDescription": "sample string 13",
                "keepCartonQty": true,
                "keepDescription": true,
                "keepDepartments": true,
                "keepSuppliers": true,
                "markdownDescription": "sample string 18",
                "altDescription": "sample string 19",
                "bestOrExpire": 20,
                "lastUpdate": "2025-08-02T23:15:58.268124",
                "lastManualUpdate": "2025-08-02T23:15:58.268124",
                "imageName": "sample string 23",
                "showImageOnFlipCharts": true,
                "showTextOnFlipCharts": true,
                "overrideFlipChartText": true,
                "flipChartText": "sample string 27",
                "salesMode": 1,
                "eftCode": 1,
                "price": 1,
                "priceChanged": true,
                "rrp": 1,
                "gstPercent": 28,
                "gstPercentChanged": true,
                "costGSTPercent": 29,
                "costGSTPercentChanged": true,
                "wetPercent": 1,
                "priceOverride": 1,
                "cost": 1,
                "currentCost": 1,
                "currentCostDecimals": 1,
                "grossProfit": 1.0,
                "currentCostDesc": "sample string 30",
                "currentCostEnd": "2025-08-02T23:15:58.268124",
                "currentCostUpdated": "2025-08-02T23:15:58.268124",
                "costDecimals": 31,
                "costChanged": true,
                "dealCostIdentifier": "QEA=",
                "excludeFromRebate": true,
                "rebateOverride": 1,
                "costCalcMethod": 32,
                "costCalcMethodChanged": true,
                "costEffectiveDate": "2025-08-02T23:15:58.268124",
                "defaultGP": 1,
                "breakTargetMode": 33,
                "break1": 1,
                "price1": 1,
                "target1": 34,
                "break2": 1,
                "price2": 1,
                "target2": 35,
                "break3": 1,
                "price3": 1,
                "target3": 36,
                "break1Changed": true,
                "price1Changed": true,
                "target1Changed": true,
                "break2Changed": true,
                "price2Changed": true,
                "target2Changed": true,
                "break3Changed": true,
                "price3Changed": true,
                "target3Changed": true,
                "breakTargetModeChanged": true,
                "margin": 1.1,
                "marginChanged": true,
                "marginRanged": true,
                "marginRangedChanged": true,
                "minimumMargin": 1.1,
                "minimumMarginChanged": true,
                "maximumMargin": 1.1,
                "maximumMarginChanged": true,
                "overrideHostWarehouseIndicator": true,
                "overrideHostWarehouseIndicatorChanged": true,
                "overrideHostPrice": true,
                "overrideHostPriceChanged": true,
                "overrideHostCost": true,
                "overrideHostCostChanged": true,
                "overrideHostMargin": true,
                "overrideHostMarginChanged": true,
                "alwaysApplyMargin": true,
                "alwaysApplyMarginChanged": true,
                "aws": 1.0,
                "awsUpdated": "2025-08-02T23:15:58.268124",
                "posTare": 1,
                "altPrice": 1.0,
                "altPriceChanged": true,
                "altPriceMode": 53,
                "altPriceModeChanged": true,
                "altPLUG_UID": "fIGUpiDSTkqgR8UaE+SDmQ==",
                "altPLUGuid": "a694817c-d220-4a4e-a047-c51a13e48399",
                "altPLUGuidChanged": true,
                "altPriceDescription1": "sample string 54",
                "altPriceDescription2": "sample string 55",
                "cartonQuantity": 56,
                "cartonQuantityChanged": true,
                "trayID": 1,
                "promptID": 1,
                "tare": 1,
                "packQty": 1,
                "fixedWeight": 1,
                "extraMesg": 1,
                "text1": "sample string 58",
                "text2": "sample string 59",
                "text3": "sample string 60",
                "labelText": "sample string 61",
                "labelTextChanged": true,
                "sendToScale": true,
                "nonScaleWeigh": true,
                "labelFormat": "sample string 65",
                "barcodeFormat": "sample string 66",
                "austMade": 1,
                "coolCode": 67,
                "countryOfOrigin": "sample string 68",
                "percentContent": 69.1,
                "departmentID": 1,
                "subDepartmentID": 1,
                "minorDepartmentID": 1,
                "lesserDepartmentID": 1,
                "deptCode": "sample string 70",
                "subDeptCode": "sample string 71",
                "minorDeptCode": "sample string 72",
                "lesserDeptCode": "sample string 73",
                "deptName": "sample string 74",
                "subDeptName": "sample string 75",
                "minorDeptName": "sample string 76",
                "lesserDeptName": "sample string 77",
                "departmentChanged": true,
                "subCategoryID": 1,
                "expiry": 1,
                "showDays": 1,
                "datePrint": 1,
                "labelRequired": true,
                "labelShelfQty": 80,
                "labelShelfChanged": true,
                "labelTalkerQty": 82,
                "labelSmall": true,
                "labelLastPrinted": "2025-08-02T23:15:58.268124",
                "labelLastPrice": 1,
                "shelfPageLayoutG_UID": "fmH1TUbdMkK2Po5Ak+m8Wg==",
                "shelfPageLayoutGuid": "4df5617e-dd46-4232-b63e-8e4093e9bc5a",
                "talkerPageLayoutG_UID": "6F+CRcaUtEyaC6vt2dJUjA==",
                "talkerPageLayoutGuid": "45825fe8-94c6-4cb4-9a0b-abedd9d2548c",
                "unitMeasure": 1.1,
                "unitMeasureChanged": true,
                "unitMeasureKind": 85,
                "unitMeasureKindChanged": true,
                "signIQData": "sample string 87",
                "refresh": true,
                "earnLoyaltyPoints": true,
                "earnLoyaltyPointsChanged": true,
                "quantityOverride": true,
                "quantityOverrideChanged": true,
                "quantityRequired": true,
                "quantityRequiredChanged": true,
                "allowDiscounts": true,
                "allowDiscountsChanged": true,
                "discountDiscounts": true,
                "discountDiscountsChanged": true,
                "itemRecalled": true,
                "itemRecalledChanged": true,
                "noRefund": true,
                "noRefundChanged": true,
                "allowMarkdown": true,
                "allowMarkdownChanged": true,
                "priceRequired": true,
                "priceRequiredChanged": true,
                "fuelItem": true,
                "fuelItemChanged": true,
                "trackSerial": true,
                "trackSerialChanged": true,
                "allowZeroPrice": true,
                "allowZeroPriceChanged": true,
                "notForSale": 91,
                "notForSaleChanged": true,
                "excludeFromDeals": true,
                "excludeFromVoucher": true,
                "minimumAge": 94,
                "minimumAgeChanged": true,
                "buyingLimit": 1,
                "buyingLimitChanged": true,
                "buyingLimitIndependent": true,
                "buyingLimitIndependentChanged": true,
                "inventoryGuid": "XtgTIEYs2kOSFaY7sqQ4gg==",
                "inventoryIdentifier": "2013d85e-2c46-43da-9215-a63bb2a43882",
                "inventoryAccuracy": 1,
                "baseUnits": 98,
                "orderPacked": 1,
                "isManufactured": true,
                "isIngredient": true,
                "isModifier": true,
                "isModifierChanged": true,
                "hasModifiers": 99,
                "defaultPrinter": "sample string 100",
                "defaultPrinterGroup": "sample string 101",
                "ingredientsOnManufacture": true,
                "manufactureUnitMeasure": 1,
                "mpl": 1,
                "maxShelfQty": 102,
                "allowAutoOrder": true,
                "warrantyPeriod": 1,
                "parentPluG_UId": "6kKNf+qMYUmNlVm3cKypAA==",
                "parentPluGuid": "7f8d42ea-8cea-4961-8d95-59b770aca900",
                "preferredHostVendor": 104,
                "preferredHostChanged": true,
                "code": "sample string 106",
                "supplierIdentifier": "L/ztHmzD10OZoypORdtAiw==",
                "supplierIdentifierGuid": "1eedfc2f-c36c-43d7-99a3-2a4e45db408b",
                "supplierChanged": true,
                "rebateSupplierIdentifier": "Jbm+ku6dUEqWMf4aFOL6sQ==",
                "rebateSupplierIdentifierGuid": "92beb925-9dee-4a50-9631-fe1a14e2fab1",
                "rebateSupplierChanged": true,
                "availableForOrder": true,
                "warehouseDirectIndicator": "sample string 108",
                "warehouseDirectIndicatorChanged": true,
                "productGrade": "sample string 110",
                "productType": "sample string 111",
                "productGroup": "sample string 112",
                "complianceIndicator": "sample string 113",
                "inhouseBrand": "sample string 114",
                "slowMoving": true,
                "generalMerchandise": true,
                "comment": "sample string 117",
                "lastUpdatedByUser": "sample string 118",
                "lastManualUpdatedByUser": "sample string 119",
                "lastUpdatedByUserOverride": true,
                "lastUpdatedByHost": "2025-08-02T23:15:58.268124",
                "commodity": "sample string 121",
                "businessPillar": "sample string 122",
                "mscCommodity": "sample string 123",
                "hostIdentifier": "gCC6MrcJmUSojVoRiBySnA==",
                "hostIdentifierGuid": "32ba2080-09b7-4499-a88d-5a11881c929c",
                "serviceFeeID": 1,
                "serviceFeeIDChanged": true,
                "providerName": "sample string 125",
                "aisleEnds": "sample string 126",
                "deleted": true,
                "deletedChanged": true,
                "hidden": true,
                "doNotRange": true,
                "doNotRangeChanged": true,
                "doNotOrder": true,
                "doNotOrderChanged": true,
                "locked": true,
                "excludeFromWebUpdate": true,
                "excludeFromWebUpdateChanged": true,
                "webPriceBasedOn": 137,
                "webPriceRounding": true,
                "webMarkup": 139,
                "webPriceMode": 140,
                "altDepartmentID": 1,
                "altSubDepartmentID": 1,
                "altMinorDepartmentID": 1,
                "altLesserDepartmentID": 1,
                "altDeptCode": "sample string 141",
                "altSubDeptCode": "sample string 142",
                "altMinorDeptCode": "sample string 143",
                "altLesserDeptCode": "sample string 144",
                "altDepartmentChanged": true,
                "storeProducts": [
                  {
                    "$ref": "10"
                  },
                  {
                    "$ref": "10"
                  }
                ],
                "store": {
                  "$ref": "1"
                },
                "storePrices": [
                  {
                    "$id": "11",
                    "pluG_UID": "4WKmB8ysxkSR2I7k6WwZdw==",
                    "pluGuid": "07a662e1-accc-44c6-91d8-8ee4e96c1977",
                    "plu": 1,
                    "storeID": 1,
                    "zoneID": 2,
                    "zoneName": "sample string 3",
                    "store": "sample string 4",
                    "priceNow": 5,
                    "costNow": 6,
                    "costNowDecimals": 7,
                    "normalPrice": 8,
                    "gstPercent": 9,
                    "normalCost": 10,
                    "normalCostDecimals": 11,
                    "costGstPercent": 12,
                    "costCalcMethod": 1,
                    "currentCost": 13,
                    "currentCostDecimals": 14,
                    "break1": 15,
                    "price1": 16,
                    "break2": 17,
                    "price2": 18,
                    "break3": 19,
                    "price3": 20,
                    "fuelItem": 21,
                    "fixedWeight": 22,
                    "active": true,
                    "complianceIndicator": "sample string 23",
                    "doNotOrder": true,
                    "doNotRange": true,
                    "isNormalPriceChangesCampaign": true,
                    "updated": "2025-08-02T23:15:58.268124"
                  },
                  {
                    "$ref": "11"
                  }
                ],
                "currentPrices": {
                  "$id": "12",
                  "pluPrices": {
                    "$id": "13",
                    "plu": 1,
                    "pluG_UID": "QEA=",
                    "stores": [
                      1,
                      2
                    ],
                    "normalPrice": 1,
                    "cost": 2,
                    "break1": 3,
                    "price1": 4,
                    "break2": 5,
                    "price2": 6,
                    "break3": 7,
                    "price3": 8,
                    "discountPrice": 9,
                    "acceptedUtc": "2025-08-02T23:15:58.268124",
                    "priceChangeType": 0,
                    "costDecimals": 10
                  },
                  "normalPluPrices": {
                    "$ref": "13"
                  },
                  "winningCampaign": 1,
                  "winner": {
                    "$id": "14",
                    "campaignName": "sample string 1",
                    "campaignDescription": "sample string 2",
                    "startDate": "2025-08-02T23:15:58.268124",
                    "startTime": 3,
                    "endDate": "2025-08-02T23:15:58.268124",
                    "endTime": 4,
                    "newPrice": 5,
                    "newCost": 6,
                    "newCostDecimals": 7,
                    "pctDiscount": 8,
                    "promoType": 1,
                    "promotionTypeCode": "sample string 9",
                    "hostType": 10,
                    "hostIdentifier": "5ahN+wTmokaaqaCrCTiXCg==",
                    "hostIdentifierGuid": "fb4da8e5-e604-46a2-9aa9-a0ab0938970a",
                    "storeNames": [
                      "sample string 1",
                      "sample string 2"
                    ]
                  },
                  "details": [
                    {
                      "$ref": "14"
                    },
                    {
                      "$ref": "14"
                    }
                  ]
                },
                "tray": {
                  "$id": "15",
                  "g_UId": "Kbi1Ilwtu0KqFj2+IU0o8A==",
                  "guid": "22b5b829-2d5c-42bb-aa16-3dbe214d28f0",
                  "name": "sample string 1",
                  "number": 1,
                  "tare": 1
                },
                "priceGroup": {
                  "$id": "16",
                  "priceGroupG_UID": "AG4MSao20EGLTp8pzsz9MQ==",
                  "priceGroupGuid": "490c6e00-36aa-41d0-8b4e-9f29ceccfd31",
                  "name": "sample string 2",
                  "code": 1,
                  "modified": true,
                  "updated": "2025-08-02T23:15:58.268124",
                  "buyingLimit": 1,
                  "buyingLimitIndependent": true,
                  "buyingLimitType": 0,
                  "number": 1,
                  "products": [
                    {
                      "$ref": "10"
                    },
                    {
                      "$ref": "10"
                    }
                  ],
                  "productCount": 1
                },
                "priceGroupName": "sample string 146",
                "nutrifacts": {
                  "$id": "17",
                  "pluG_UID": "n31XOWS4xEGSC9SV8rTffQ==",
                  "pluGuid": "39577d9f-b864-41c4-920b-d495f2b4df7d",
                  "plu": 1,
                  "servingsPerPack": 1,
                  "servingSize": 1,
                  "showAllergens": 1,
                  "energy": 1,
                  "protein": 1,
                  "fat": 1,
                  "saturated": 1,
                  "carbo": 1,
                  "sugars": 1,
                  "sodium": 1,
                  "potasium": 1,
                  "calcium": 1,
                  "fibre": 1,
                  "soya": 1,
                  "nutsSeeds": 1,
                  "shells": 1,
                  "eggs": 1,
                  "dairy": 1,
                  "gluten": 1,
                  "sulphites": 1,
                  "peanuts": 1,
                  "sesame": 1,
                  "fish": 1,
                  "lupins": 1
                },
                "dates": {
                  "$id": "18",
                  "pluGuid": "da14e091-55c4-436e-b412-84f3594b40ee",
                  "created": "2025-08-02T23:15:58.268124",
                  "createdByUser": "sample string 1",
                  "activated": "2025-08-02T23:15:58.268124",
                  "deactivated": "2025-08-02T23:15:58.268124",
                  "lastOrdered": "2025-08-02T23:15:58.268124",
                  "lastOrderedQty": 2.0,
                  "lastReceived": "2025-08-02T23:15:58.268124",
                  "lastReceivedQty": 3.0,
                  "lastInvoiceStatus": 1,
                  "lastCounted": "2025-08-02T23:15:58.268124",
                  "lastSold": "2025-08-02T23:15:58.268124",
                  "firstSold": "2025-08-02T23:15:58.268124",
                  "awsUpdated": "2025-08-02T23:15:58.268124",
                  "lastManualUpdate": "2025-08-02T23:15:58.268124",
                  "lastManualUpdatedByUser": "sample string 5",
                  "lastUpdated": "2025-08-02T23:15:58.268124",
                  "lastUpdatedByUser": "sample string 7",
                  "lastUpdatedByHost": "2025-08-02T23:15:58.268124",
                  "doNotRangeUpdated": "2025-08-02T23:15:58.268124",
                  "doNotOrderUpdated": "2025-08-02T23:15:58.268124",
                  "tracked": "2025-08-02T23:15:58.268124"
                },
                "allergens": [
                  {
                    "$id": "19",
                    "allergenID": 1,
                    "pluG_UID": "cTMJPGJiz0a9FqMGAaM+2g==",
                    "pluGuid": "3c093371-6262-46cf-bd16-a30601a33eda",
                    "contains": 2,
                    "allergenName": "sample string 3",
                    "storeIDs": [
                      1,
                      2
                    ]
                  },
                  {
                    "$ref": "19"
                  }
                ],
                "costs": {
                  "$id": "20",
                  "pluG_UID": "xsP9G/6/60u9SiJIrhBrxg==",
                  "pluGuid": "1bfdc3c6-bffe-4beb-bd4a-2248ae106bc6",
                  "enteredCost": 1,
                  "weightedAvgCost": 1,
                  "lastCost": 1,
                  "rawEnteredCost": 2,
                  "rawWeightedAvgCost": 3,
                  "rawLastCost": 4,
                  "freight": 5.0,
                  "freightType": 6,
                  "costDecimals": 7,
                  "fifoCost": 1,
                  "updated": "2025-08-02T23:15:58.268124",
                  "normalCost": 1,
                  "currentCost": 1
                },
                "sales": [
                  {
                    "$id": "21",
                    "saleHeaderID": 1,
                    "created": "2025-08-02T23:15:58.268124",
                    "createdLocal": "2025-08-02T23:15:58.268124",
                    "storeID": 3,
                    "storeName": "sample string 4",
                    "operatorG_Uid": "HRuYKbBnkEeDA09BP56MaQ==",
                    "operatorGuid": "29981b1d-67b0-4790-8303-4f413f9e8c69",
                    "operatorName": "sample string 5",
                    "tranType": 1,
                    "plu": 1,
                    "pluG_UId": "Xt/xEqv0kE6ENIWI+/+Iag==",
                    "pluGuid": "12f1df5e-f4ab-4e90-8434-8588fbff886a",
                    "normalPrice": 1,
                    "totalCents": 1,
                    "cost": 1,
                    "grossProfit": 1,
                    "quantity": 1,
                    "operator": {
                      "$id": "22",
                      "id": 1,
                      "g_Uid": "SnlSipOEOEKs9tzyt4KP8w==",
                      "guid": "8a52794a-8493-4238-acf6-dcf2b7828ff3",
                      "operatorNumber": 1,
                      "shortName": "sample string 2",
                      "firstName": "sample string 3",
                      "lastName": "sample string 4",
                      "password": "sample string 5",
                      "hasPassword": true,
                      "passwordText": "sample string 6",
                      "rfidTagID": "sample string 7",
                      "blueprintID": 1,
                      "groupID": 1,
                      "groupName": "sample string 8",
                      "managerGroupID": 1,
                      "managerGroupName": "sample string 9",
                      "zoneID": 1,
                      "zoneName": "sample string 10",
                      "loggedIn": 1,
                      "lastUsedIP": "sample string 11",
                      "deleted": true,
                      "locked": true,
                      "allowOpenTill": true,
                      "webEmail": "sample string 14",
                      "simpleOperatorType": 0,
                      "webRole": "sample string 15",
                      "updated": "2025-08-02T23:15:58.268124",
                      "passwordResetRequired": true,
                      "alteredInStore": true,
                      "startShift": "2025-08-02T23:15:58.268124",
                      "endShift": "2025-08-02T23:15:58.268124",
                      "machineName": "sample string 20",
                      "drawerID": 1,
                      "stores": [
                        {
                          "$id": "23",
                          "operatorG_UID": "8KbsPOx8OEqvcOKtdY8vQg==",
                          "operatorGuid": "3ceca6f0-7cec-4a38-af70-e2ad758f2f42",
                          "storeID": 2,
                          "operator": {
                            "$ref": "22"
                          },
                          "store": {
                            "$ref": "1"
                          }
                        },
                        {
                          "$ref": "23"
                        }
                      ]
                    }
                  },
                  {
                    "$ref": "21"
                  }
                ],
                "apns": [
                  {
                    "$id": "24",
                    "pluID": 1,
                    "pluG_UID": "DTGuN0gBzk+Idkvg0LyuzA==",
                    "pluGuid": "37ae310d-0148-4fce-8876-4be0d0bcaecc",
                    "apn": "sample string 1",
                    "deleted": true,
                    "storeID": 1,
                    "storeIDs": [
                      1,
                      2
                    ]
                  },
                  {
                    "$ref": "24"
                  }
                ],
                "tuns": [
                  {
                    "$id": "25",
                    "pluG_UId": "sKkp7EtM+Ua+u37lWjBmAQ==",
                    "pluGuid": "ec29a9b0-4c4b-46f9-bebb-7ee55a306601",
                    "apn": "sample string 1",
                    "tun": "sample string 2",
                    "cartonQuantity": 3,
                    "product": {
                      "$ref": "10"
                    },
                    "storeIDs": [
                      1,
                      2
                    ]
                  },
                  {
                    "$ref": "25"
                  }
                ],
                "competitionPricing": [
                  {
                    "$id": "26",
                    "identifier": "egY2NcI180+tLi6h7JxcEQ==",
                    "identifierGuid": "3536067a-35c2-4ff3-ad2e-2ea1ec9c5c11",
                    "pluG_UID": "BHPpzbxet0qkTupRwqdVIg==",
                    "pluGuid": "cde97304-5ebc-4ab7-a44e-ea51c2a75522",
                    "competitionID": 1,
                    "name": "sample string 2",
                    "sellMultiple": 3,
                    "retailPrice": 4,
                    "storeName": "sample string 5"
                  },
                  {
                    "$ref": "26"
                  }
                ],
                "supplier": {
                  "$ref": "5"
                },
                "supplierName": "sample string 147",
                "children": [
                  {
                    "$ref": "10"
                  },
                  {
                    "$ref": "10"
                  }
                ],
                "ordering": {
                  "$ref": "8"
                },
                "flipChartPages": [
                  {
                    "$id": "27",
                    "identifier": "KYU9jelr9UyALlklJj2nQQ==",
                    "groupName": "sample string 1",
                    "identifierGuid": "8d3d8529-6be9-4cf5-802e-5925263da741",
                    "exists": true,
                    "flipChartIdentifier": "fl3UEqMp0UaDTSGY4FceDQ==",
                    "flipChartIdentifierGuid": "12d45d7e-29a3-46d1-834d-2198e0571e0d",
                    "contentPanelName": "sample string 5",
                    "selectionMode": 1,
                    "maximumSelections": 1,
                    "enableProductRecogniser": true,
                    "displayName": "sample string 7",
                    "sortOrder": 8,
                    "storeID": 1,
                    "productsPerRow": 9,
                    "rows": 10,
                    "showButtonText": true,
                    "showButtonImage": true,
                    "buttonWidth": 13,
                    "buttonHeight": 14,
                    "autoSizeButtons": true,
                    "autoSizeGrid": true,
                    "buttonAnchor": 17,
                    "buttonBackgroundImage": "sample string 18",
                    "buttonTopColour": 1,
                    "buttonTextColour": 1,
                    "buttonBottomColour": 1,
                    "buttonBorderColour": 1,
                    "buttonBorderWidth": 1,
                    "buttonRadius": 1,
                    "buttonGradientMode": 1,
                    "buttonDropShadow": true,
                    "buttonShadowWidth": 1,
                    "buttonHighLightOnPush": true,
                    "buttonFontFamily": "sample string 19",
                    "buttonFontSize": 1.1,
                    "buttonFontStyle": 1,
                    "buttonTextAlign": 1,
                    "buttonWordBreak": true,
                    "buttonDrawImageAndButton": true,
                    "buttonVerticalText": true,
                    "buttonImageAlign": 1,
                    "buttonMarginX": 20,
                    "buttonMarginY": 21,
                    "beginButtonsX": 22,
                    "beginButtonsY": 23,
                    "manualSortProducts": true,
                    "sortProductsKind": 25,
                    "groupIdentifier": "Tn9lK0lJAkihM2Z82W9Cuw==",
                    "groupIdentifierGuid": "2b657f4e-4949-4802-a133-667cd96f42bb",
                    "flipChart": {
                      "$id": "28",
                      "identifier": "DAdUWqjdTUmPw+yT7gtlWw==",
                      "identifierGuid": "5a54070c-dda8-494d-8fc3-ec93ee0b655b",
                      "displayName": "sample string 2",
                      "sortOrder": 3,
                      "productsPerRow": 4,
                      "rowsPerPage": 5,
                      "buttonMarginX": 6,
                      "buttonMarginY": 7,
                      "beginButtonsX": 8,
                      "beginButtonsY": 9,
                      "autoSizeButtons": true,
                      "autoSizeGrid": true,
                      "showButtonText": true,
                      "showButtonImage": true,
                      "formLocationX": 1,
                      "formLocationY": 1,
                      "formWidth": 14,
                      "formHeight": 15,
                      "formMaximised": true,
                      "formResizable": true,
                      "formBackgroundImage": "sample string 16",
                      "formBackgroundColourA": 1,
                      "formBackgroundColourR": 1,
                      "formBackgroundColourG": 1,
                      "formBackgroundColourB": 1,
                      "formFontFamily": "sample string 17",
                      "formFontSize": 1.1,
                      "formFontStyle": 1,
                      "formAttributes": "sample string 18",
                      "buttonWidth": 19,
                      "buttonHeight": 20,
                      "buttonAnchor": 21,
                      "buttonBackgroundImage": "sample string 22",
                      "buttonTopColour": 1,
                      "buttonTextColour": 1,
                      "buttonBottomColour": 1,
                      "buttonBorderColour": 1,
                      "buttonBorderWidth": 1,
                      "buttonRadius": 1,
                      "buttonGradientMode": 1,
                      "buttonDropShadow": true,
                      "buttonShadowWidth": 1,
                      "buttonHighLightOnPush": true,
                      "buttonFontFamily": "sample string 23",
                      "buttonFontSize": 1.1,
                      "buttonFontStyle": 1,
                      "buttonTextAlign": 1,
                      "buttonWordBreak": true,
                      "buttonDrawImageAndButton": true,
                      "buttonVerticalText": true,
                      "buttonImageAlign": 1,
                      "panelLocationX": 1,
                      "panelLocationY": 1,
                      "panelWidth": 1,
                      "panelHeight": 1,
                      "panelAnchor": 1,
                      "panelFontFamily": "sample string 24",
                      "panelFontSize": 1.1,
                      "panelFontStyle": 1,
                      "panelBackgroundColour": 1,
                      "panelTextColour": 1,
                      "panelAttributes": "sample string 25",
                      "unsentCount": 26,
                      "group": {
                        "$id": "29",
                        "identifier": "8i/GOVu0B02MDM9d/jitfw==",
                        "identifierGuid": "39c62ff2-b45b-4d07-8c0c-cf5dfe38ad7f",
                        "name": "sample string 2",
                        "formType": "sample string 3",
                        "forms": [
                          {
                            "$id": "30",
                            "id": 1,
                            "g_UID": "ICtxExazBU6NahiCcokZ7Q==",
                            "guid": "13712b20-b316-4e05-8d6a-1882728919ed",
                            "zoneID": 3,
                            "storeID": 4,
                            "name": "sample string 5",
                            "formType": "sample string 6",
                            "locationX": 1,
                            "locationY": 1,
                            "width": 1,
                            "height": 1,
                            "maximised": true,
                            "resizable": true,
                            "backgroundImage": "sample string 7",
                            "backgroundColour": "sample string 8",
                            "backgroundColourA": 1,
                            "backgroundColourR": 1,
                            "backgroundColourG": 1,
                            "backgroundColourB": 1,
                            "fontFamily": "sample string 9",
                            "fontSize": 1.1,
                            "fontStyle": 1,
                            "previousForm": 1,
                            "previousFormG_UID": "hoDarW8B10eMxce2J75M5A==",
                            "previousFormGuid": "adda8086-016f-47d7-8cc5-c7b627be4ce4",
                            "nextForm": 1,
                            "nextFormG_UID": "Gf5EdAL6UUqQEedwjj/guQ==",
                            "nextFormGuid": "7444fe19-fa02-4a51-9011-e7708e3fe0b9",
                            "attributes": "sample string 10",
                            "updated": "2025-08-02T23:15:58.268124",
                            "positioning": 1,
                            "contentPanel": "sample string 11",
                            "selectionMode": 1,
                            "maximumSelections": 1,
                            "alteredInStore": true,
                            "deleted": true,
                            "blueprintID": 1,
                            "preserveLayout": true,
                            "mainCheckoutFormName": "sample string 13",
                            "nextCheckoutForm": {
                              "$ref": "30"
                            },
                            "previousCheckoutForm": {
                              "$ref": "30"
                            },
                            "buttons": [
                              {
                                "$id": "31",
                                "id": 1,
                                "checkoutFormID": 2,
                                "checkoutFormG_UID": "Fuq2QxXBHUq2s16laKJsJA==",
                                "checkoutFormGuid": "43b6ea16-c115-4a1d-b6b3-5ea568a26c24",
                                "identifier": "H7jpTm3xZka2YLzZ/M+a5w==",
                                "identifierGuid": "4ee9b81f-f16d-4666-b660-bcd9fccf9ae7",
                                "name": "sample string 5",
                                "plu": 1,
                                "locationX": 1,
                                "locationY": 1,
                                "width": 1,
                                "height": 1,
                                "anchor": 1,
                                "backgroundImage": "sample string 6",
                                "backgroundImageID": 1,
                                "backgroundImageUrl": "sample string 7",
                                "topColour": 1,
                                "textColour": 1,
                                "bottomColour": 1,
                                "borderColour": 1,
                                "borderWidth": 1,
                                "radius": 1,
                                "gradientMode": 1,
                                "dropShadow": true,
                                "shadowWidth": 1,
                                "highLightOnPush": true,
                                "fontFamily": "sample string 8",
                                "fontSize": 1.1,
                                "fontStyle": 1,
                                "textAlign": 1,
                                "imageAlign": 1,
                                "wordBreak": true,
                                "verticalText": true,
                                "buttonFunction": 1,
                                "buttonValue": 1,
                                "valueG_UID": "S4ryh8GGLkOVRj+C3fnqZw==",
                                "valueGuid": "87f28a4b-86c1-432e-9546-3f82ddf9ea67",
                                "buttonText": "sample string 10",
                                "valueText": "sample string 11",
                                "drawImageAndButton": true,
                                "updated": "2025-08-02T23:15:58.268124",
                                "action": "sample string 12",
                                "valueForm": {
                                  "$ref": "30"
                                },
                                "image": {
                                  "$id": "32",
                                  "name": "sample string 3.sample string 4",
                                  "imageID": 2,
                                  "imageName": "sample string 3",
                                  "imageExtension": "sample string 4",
                                  "lastUpdate": "2025-08-02T23:15:58.268124",
                                  "imageData": "QEA=",
                                  "readOnly": true
                                }
                              },
                              {
                                "$ref": "31"
                              }
                            ],
                            "panels": [
                              {
                                "$id": "33",
                                "id": 1,
                                "checkoutFormID": 2,
                                "checkoutFormG_UID": "4QMRn8yA+U60C+7UEsUdGw==",
                                "checkoutFormGuid": "9f1103e1-80cc-4ef9-b40b-eed412c51d1b",
                                "panelType": "sample string 4",
                                "name": "sample string 5",
                                "locationX": 6,
                                "locationY": 7,
                                "width": 8,
                                "height": 9,
                                "anchor": 10,
                                "fontFamily": "sample string 11",
                                "fontSize": 12.1,
                                "fontStyle": 13,
                                "backgroundColour": 14,
                                "textColour": 15,
                                "attributes": "sample string 16"
                              },
                              {
                                "$ref": "33"
                              }
                            ]
                          },
                          {
                            "$ref": "30"
                          }
                        ],
                        "panels": [
                          {
                            "$ref": "33"
                          },
                          {
                            "$ref": "33"
                          }
                        ]
                      },
                      "pages": [
                        {
                          "$ref": "27"
                        },
                        {
                          "$ref": "27"
                        }
                      ]
                    },
                    "contentPanel": {
                      "$ref": "33"
                    },
                    "products": [
                      {
                        "$id": "34",
                        "flipChartPageIdentifier": "ZQWhc4VFyk20+WnPoAyxAQ==",
                        "flipChartPageIdentifierGuid": "73a10565-4585-4dca-b4f9-69cfa00cb101",
                        "pluG_UID": "lVuHIclgTU2t0nWUc1qKfQ==",
                        "pluGuid": "21875b95-60c9-4d4d-add2-7594735a8a7d",
                        "sortOrder": 3,
                        "sent": true,
                        "productChanged": true,
                        "productImageName": "sample string 6",
                        "productShowImageOnFlipCharts": true,
                        "productShowTextOnFlipCharts": true,
                        "productOverrideFlipChartText": true,
                        "productFlipChartText": "sample string 10",
                        "product": {
                          "$ref": "10"
                        },
                        "departmentSortOrder": 11,
                        "subDepartmentName": "sample string 12"
                      },
                      {
                        "$ref": "34"
                      }
                    ],
                    "productCount": 27,
                    "pages": [
                      {
                        "$ref": "27"
                      },
                      {
                        "$ref": "27"
                      }
                    ]
                  },
                  {
                    "$ref": "27"
                  }
                ],
                "priceHistory": [
                  {
                    "$id": "35",
                    "pluG_UID": "0SlnmFYPAkutj+tzgN1H4Q==",
                    "pluGuid": "986729d1-0f56-4b02-ad8f-eb7380dd47e1",
                    "price": 1,
                    "costCalcMethod": 1,
                    "cost": 2,
                    "weightedAvgCost": 3,
                    "lastCost": 4,
                    "rawCost": 5,
                    "rawWeightedAvgCost": 6,
                    "rawLastCost": 7,
                    "costDecimals": 8,
                    "serviceFeeID": 9,
                    "freight": 10.0,
                    "freightType": 11,
                    "process": "sample string 12",
                    "user": "sample string 13",
                    "updated": "2025-08-02T23:15:58.268124",
                    "previousPrice": 1,
                    "previousCostCalcMethod": 1,
                    "previousCost": 1,
                    "previousWeightedAvgCost": 1,
                    "previousLastCost": 1,
                    "previousRawCost": 15,
                    "previousRawWeightedAvgCost": 16,
                    "previousRawLastCost": 17,
                    "previousCostDecimals": 1,
                    "previousServiceFeeID": 18,
                    "previousFreight": 19.0,
                    "previousFreightType": 20,
                    "storeID": 21,
                    "storeName": "sample string 22",
                    "serviceFeeDescription": "sample string 23",
                    "previousServiceFeeDescription": "sample string 24"
                  },
                  {
                    "$ref": "35"
                  }
                ],
                "ingredients": [
                  {
                    "$id": "36",
                    "pluG_UID": "VhjQq4yMPEGtTW7ysXRQKA==",
                    "ingredientGuid": "SyfpcSzllk2I2T4pSC3v1A==",
                    "ingredientIdentifier": "71e9274b-e52c-4d96-88d9-3e29482defd4",
                    "quantity": 1.0,
                    "storeIDs": [
                      1,
                      2
                    ],
                    "ingredientText": "sample string 1",
                    "ingredient": {
                      "$ref": "10"
                    }
                  },
                  {
                    "$ref": "36"
                  }
                ],
                "bins": [
                  {
                    "$id": "37",
                    "pluG_UID": "tFMFko0zu0K3TwE8vmixgw==",
                    "pluGuid": "920553b4-338d-42bb-b74f-013cbe68b183",
                    "shelfLocationIdentifier": "j2e2MfvCpUCwAl3JvNSmwg==",
                    "shelfLocationGuid": "31b6678f-c2fb-40a5-b002-5dc9bcd4a6c2",
                    "labelShelfDefault": 1,
                    "labelTalkerDefault": 1,
                    "labelSmall": true,
                    "labelPageLayoutG_UID": "0mSaQrv0lkaHmUJEAlrv7g==",
                    "labelPageLayoutGuid": "429a64d2-f4bb-4696-8799-4244025aefee",
                    "updated": "2025-08-02T23:15:58.268124",
                    "electronicShelfLabelIdentifier": "sample string 5",
                    "electronicshelfLabelsConfigurationID": 6,
                    "labelShelfChanged": true,
                    "productName": "sample string 8",
                    "locationText": "sample string 9",
                    "product": {
                      "$ref": "10"
                    },
                    "location": {
                      "$id": "38",
                      "identifier": "vy1PpHHJA0yhpTlBKFZx5Q==",
                      "storeID": 1,
                      "identifierGuid": "a44f2dbf-c971-4c03-a1a5-3941285671e5",
                      "name": "sample string 2",
                      "haccp": true,
                      "blueprintID": 1,
                      "updated": "2025-08-02T23:15:58.268124",
                      "minTemp": 1,
                      "maxTemp": 1,
                      "checkFrequency": 1,
                      "storeCaseConfiguration": 5,
                      "storeName": "sample string 6",
                      "bins": [
                        {
                          "$ref": "37"
                        },
                        {
                          "$ref": "37"
                        }
                      ]
                    }
                  },
                  {
                    "$ref": "37"
                  }
                ],
                "bin": {
                  "$ref": "37"
                },
                "scaleLocations": [
                  {
                    "$id": "39",
                    "plu": 1,
                    "pluG_UID": "C7057ZrVYEeFSRQDv7tv4Q==",
                    "pluGuid": "ed39bd0b-d59a-4760-8549-1403bfbb6fe1",
                    "deptNo": 1,
                    "product": {
                      "$ref": "10"
                    },
                    "scaleLocation": {
                      "$id": "40",
                      "id": 1,
                      "deptNo": 1,
                      "deptCode": "sample string 2",
                      "name": "sample string 3",
                      "enabled": true,
                      "updated": "2025-08-02T23:15:58.268124",
                      "department": {
                        "$id": "41",
                        "id": 1,
                        "name": "sample string 2",
                        "code": "sample string 3",
                        "sortOrder": 4,
                        "isLiquor": true,
                        "isTobacco": true,
                        "excludeTalker": true,
                        "externalSales": true,
                        "saleGLCode": "sample string 9",
                        "cogsglCode": "sample string 10",
                        "accountingCategoryID": 11,
                        "maximumMarkdownPercentage": 12.0,
                        "accountingOnly": true,
                        "generateExternalID": 1,
                        "useNonReportableTaxCode": true,
                        "minPLU": 15,
                        "maxPLU": 16,
                        "scaleLocation": {
                          "$ref": "40"
                        },
                        "subDepartments": [
                          {
                            "$id": "42",
                            "id": 1,
                            "departmentID": 2,
                            "name": "sample string 3",
                            "code": "sample string 4",
                            "departmentCode": "sample string 5",
                            "externalSales": true,
                            "minorDepartments": [
                              {
                                "$id": "43",
                                "id": 1,
                                "subDepartmentID": 2,
                                "departmentID": 3,
                                "name": "sample string 4",
                                "subDepartmentCode": "sample string 5",
                                "departmentCode": "sample string 6",
                                "code": "sample string 7",
                                "lesserDepartments": [
                                  {
                                    "$id": "44",
                                    "id": 1,
                                    "departmentID": 2,
                                    "subDepartmentID": 3,
                                    "minorDepartmentID": 4,
                                    "name": "sample string 5",
                                    "code": "sample string 6",
                                    "departmentCode": "sample string 7",
                                    "subDepartmentCode": "sample string 8",
                                    "minorDepartmentCode": "sample string 9",
                                    "updated": "2025-08-02T23:15:58.268124",
                                    "salesMode": 1,
                                    "gstPercent": 1,
                                    "costGSTPercent": 1,
                                    "earnLoyaltyPoints": true,
                                    "quantityOverride": true,
                                    "quantityRequired": true,
                                    "allowDiscounts": true,
                                    "discountDiscounts": true,
                                    "itemRecalled": true,
                                    "noRefund": true,
                                    "active": true,
                                    "allowMarkdown": true,
                                    "defaultGP": 1.1,
                                    "labelShelfDefault": 1,
                                    "labelTalkerDefault": 1,
                                    "labelSmall": true,
                                    "tags": "sample string 11",
                                    "unitMeasureKind": 1,
                                    "fuelItem": true,
                                    "trackSerial": true,
                                    "warrantyPeriod": 1,
                                    "costCalcMethod": 1,
                                    "providerName": "sample string 12",
                                    "overrideHostMargin": true,
                                    "keepDescription": true,
                                    "mscCommodity": "sample string 15",
                                    "allowAutoOrder": true,
                                    "excludeFromWebUpdate": true,
                                    "webPriceBasedOn": true,
                                    "labelFormat": "sample string 16",
                                    "sendToScale": true,
                                    "labelPageLayoutG_UID": "NghsKrLwyU+krHSf5NIT8w==",
                                    "labelPageLayoutGuid": "2a6c0836-f0b2-4fc9-a4ac-749fe4d213f3",
                                    "minimumAge": 17,
                                    "countryOfOrigin": "sample string 18",
                                    "serviceFeeID": 1,
                                    "eftCode": 19,
                                    "defaultPrinter": "sample string 20",
                                    "defaultPrinterGroup": "sample string 21",
                                    "buyingLimit": 1,
                                    "buyingLimitIndependent": true,
                                    "buyingLimitType": 0,
                                    "includeInDistinctLimit": true,
                                    "defaultsEmpty": false,
                                    "mscCat": {
                                      "$id": "45",
                                      "dept": 1,
                                      "category": 2,
                                      "name": "sample string 3",
                                      "active": true,
                                      "mscCommodities": [
                                        {
                                          "$id": "46",
                                          "dept": 1,
                                          "category": 2,
                                          "commodity": 3,
                                          "name": "sample string 4",
                                          "active": true,
                                          "mscSubCommodities": [
                                            {
                                              "$id": "47",
                                              "dept": 1,
                                              "category": 2,
                                              "commodity": 3,
                                              "subCommodity": 4,
                                              "name": "sample string 5",
                                              "active": true,
                                              "subCommodityCode": "sample string 7"
                                            },
                                            {
                                              "$ref": "47"
                                            }
                                          ],
                                          "commodityCode": "sample string 6"
                                        },
                                        {
                                          "$ref": "46"
                                        }
                                      ],
                                      "categoryCode": "sample string 5"
                                    },
                                    "mscCom": {
                                      "$ref": "46"
                                    },
                                    "mscDep": {
                                      "$id": "48",
                                      "dept": 1,
                                      "name": "sample string 2",
                                      "active": true,
                                      "mscCategories": [
                                        {
                                          "$ref": "45"
                                        },
                                        {
                                          "$ref": "45"
                                        }
                                      ],
                                      "deptCode": "sample string 4"
                                    },
                                    "mscSubCom": {
                                      "$ref": "47"
                                    }
                                  },
                                  {
                                    "$ref": "44"
                                  }
                                ],
                                "updated": "2025-08-02T23:15:58.268124",
                                "salesMode": 1,
                                "gstPercent": 1,
                                "costGSTPercent": 1,
                                "earnLoyaltyPoints": true,
                                "quantityOverride": true,
                                "quantityRequired": true,
                                "allowDiscounts": true,
                                "discountDiscounts": true,
                                "itemRecalled": true,
                                "noRefund": true,
                                "active": true,
                                "allowMarkdown": true,
                                "defaultGP": 1.1,
                                "labelShelfDefault": 1,
                                "labelTalkerDefault": 1,
                                "labelSmall": true,
                                "tags": "sample string 9",
                                "unitMeasureKind": 1,
                                "fuelItem": true,
                                "trackSerial": true,
                                "warrantyPeriod": 1,
                                "costCalcMethod": 1,
                                "providerName": "sample string 10",
                                "overrideHostMargin": true,
                                "keepDescription": true,
                                "mscCommodity": "sample string 13",
                                "allowAutoOrder": true,
                                "excludeFromWebUpdate": true,
                                "webPriceBasedOn": true,
                                "labelFormat": "sample string 14",
                                "sendToScale": true,
                                "labelPageLayoutG_UID": "UYl/hh1+pkmGqkNq+oBC9Q==",
                                "labelPageLayoutGuid": "867f8951-7e1d-49a6-86aa-436afa8042f5",
                                "minimumAge": 15,
                                "countryOfOrigin": "sample string 16",
                                "serviceFeeID": 1,
                                "eftCode": 17,
                                "defaultPrinter": "sample string 18",
                                "defaultPrinterGroup": "sample string 19",
                                "buyingLimit": 1,
                                "buyingLimitIndependent": true,
                                "buyingLimitType": 0,
                                "includeInDistinctLimit": true,
                                "defaultsEmpty": false,
                                "mscCat": {
                                  "$ref": "45"
                                },
                                "mscCom": {
                                  "$ref": "46"
                                },
                                "mscDep": {
                                  "$ref": "48"
                                },
                                "mscSubCom": {
                                  "$ref": "47"
                                }
                              },
                              {
                                "$ref": "43"
                              }
                            ],
                            "investmentBuyOverride": true,
                            "updated": "2025-08-02T23:15:58.268124",
                            "salesMode": 1,
                            "gstPercent": 1,
                            "costGSTPercent": 1,
                            "earnLoyaltyPoints": true,
                            "quantityOverride": true,
                            "quantityRequired": true,
                            "allowDiscounts": true,
                            "discountDiscounts": true,
                            "itemRecalled": true,
                            "noRefund": true,
                            "active": true,
                            "allowMarkdown": true,
                            "defaultGP": 1.1,
                            "labelShelfDefault": 1,
                            "labelTalkerDefault": 1,
                            "labelSmall": true,
                            "tags": "sample string 9",
                            "unitMeasureKind": 1,
                            "fuelItem": true,
                            "trackSerial": true,
                            "warrantyPeriod": 1,
                            "costCalcMethod": 1,
                            "providerName": "sample string 10",
                            "overrideHostMargin": true,
                            "keepDescription": true,
                            "mscCommodity": "sample string 13",
                            "allowAutoOrder": true,
                            "excludeFromWebUpdate": true,
                            "webPriceBasedOn": true,
                            "labelFormat": "sample string 14",
                            "sendToScale": true,
                            "labelPageLayoutG_UID": "2Nh0TkY470as6LV6gAM8lA==",
                            "labelPageLayoutGuid": "4e74d8d8-3846-46ef-ace8-b57a80033c94",
                            "minimumAge": 15,
                            "countryOfOrigin": "sample string 16",
                            "serviceFeeID": 1,
                            "eftCode": 17,
                            "defaultPrinter": "sample string 18",
                            "defaultPrinterGroup": "sample string 19",
                            "buyingLimit": 1,
                            "buyingLimitIndependent": true,
                            "buyingLimitType": 0,
                            "includeInDistinctLimit": true,
                            "defaultsEmpty": false,
                            "mscCat": {
                              "$ref": "45"
                            },
                            "mscCom": {
                              "$ref": "46"
                            },
                            "mscDep": {
                              "$ref": "48"
                            },
                            "mscSubCom": {
                              "$ref": "47"
                            }
                          },
                          {
                            "$ref": "42"
                          }
                        ],
                        "stores": [
                          1,
                          2
                        ],
                        "investmentBuyOverride": true,
                        "updated": "2025-08-02T23:15:58.268124",
                        "salesMode": 1,
                        "gstPercent": 1,
                        "costGSTPercent": 1,
                        "earnLoyaltyPoints": true,
                        "quantityOverride": true,
                        "quantityRequired": true,
                        "allowDiscounts": true,
                        "discountDiscounts": true,
                        "itemRecalled": true,
                        "noRefund": true,
                        "active": true,
                        "allowMarkdown": true,
                        "defaultGP": 1.1,
                        "labelShelfDefault": 1,
                        "labelTalkerDefault": 1,
                        "labelSmall": true,
                        "tags": "sample string 19",
                        "unitMeasureKind": 1,
                        "fuelItem": true,
                        "trackSerial": true,
                        "warrantyPeriod": 1,
                        "costCalcMethod": 1,
                        "providerName": "sample string 20",
                        "overrideHostMargin": true,
                        "keepDescription": true,
                        "mscCommodity": "sample string 23",
                        "allowAutoOrder": true,
                        "excludeFromWebUpdate": true,
                        "webPriceBasedOn": true,
                        "labelFormat": "sample string 24",
                        "sendToScale": true,
                        "labelPageLayoutG_UID": "x9ZQR4rYfUOyIPJqfZ1N5A==",
                        "labelPageLayoutGuid": "4750d6c7-d88a-437d-b220-f26a7d9d4de4",
                        "minimumAge": 25,
                        "countryOfOrigin": "sample string 26",
                        "serviceFeeID": 1,
                        "eftCode": 27,
                        "defaultPrinter": "sample string 28",
                        "defaultPrinterGroup": "sample string 29",
                        "buyingLimit": 1,
                        "buyingLimitIndependent": true,
                        "buyingLimitType": 0,
                        "includeInDistinctLimit": true,
                        "defaultsEmpty": false,
                        "mscCat": {
                          "$ref": "45"
                        },
                        "mscCom": {
                          "$ref": "46"
                        },
                        "mscDep": {
                          "$ref": "48"
                        },
                        "mscSubCom": {
                          "$ref": "47"
                        }
                      }
                    }
                  },
                  {
                    "$ref": "39"
                  }
                ],
                "nextPrice": {
                  "$id": "49",
                  "id": 1,
                  "campaignID": 2,
                  "campaignName": "sample string 3",
                  "plu": 1,
                  "hostOfferID": 1,
                  "metcashPromotionID": "sample string 4",
                  "metcashPromotionPlacement": "sample string 5",
                  "pluG_UID": "4W27yhJoT0KERanxPv+pXg==",
                  "pluGuid": "cabb6de1-6812-424f-8445-a9f13effa95e",
                  "newPrice": 1,
                  "pctDiscount": 1,
                  "newCost": 1,
                  "newCostDecimals": 6,
                  "dealCostIdentifier": "pIkQs1KkXky8ixX4Gja2YA==",
                  "dealCostGuid": "b31089a4-a452-4c5e-bc8b-15f81a36b660",
                  "pluName": "sample string 7",
                  "apn": "sample string 8",
                  "fuelItem": true,
                  "priceGroupG_UID": "fzKKMt79n0WohnjL5mqcLg==",
                  "priceGroupGuid": "328a327f-fdde-459f-a886-78cbe66a9c2e",
                  "itemNumber": "sample string 10",
                  "cri": "sample string 11",
                  "pluPrice": 12,
                  "pluCost": 13,
                  "pluCostIndicator": "sample string 14",
                  "pluPriceGstPercent": 15,
                  "pluCostGstPercent": 16,
                  "pluActive": true,
                  "cartonQty": 1.1,
                  "baseUnits": 18.1,
                  "salesMode": 1,
                  "pluNormalCost": 19,
                  "pluaws": 20.0,
                  "directNumber": "sample string 21",
                  "departmentName": "sample string 22",
                  "subDepartmentName": "sample string 23",
                  "priceGroupName": "sample string 24",
                  "supplierName": "sample string 25",
                  "stockOnHand": 1.1,
                  "stockOnOrder": 1.1,
                  "lastReceived": "2025-08-02T23:15:58.268124",
                  "rrp": 26,
                  "campaignDescription": "sample string 27",
                  "campaignComboPriceGroupG_UID": "6JcQtYj14kC23+JMppU8Yw==",
                  "campaignComboPriceGroupIdentifier": "b51097e8-f588-40e2-b6df-e24ca6953c63",
                  "promotionPlacementDescription": "sample string 28",
                  "storeAcceptances": [
                    {
                      "$id": "50",
                      "plu": 1,
                      "pluG_UId": "QEA=",
                      "campaignID": 1,
                      "campaignName": "sample string 2",
                      "storeID": 3,
                      "acceptedUtc": "2025-08-02T23:15:58.268124",
                      "operatorG_UID": "EuEZiwL9/kGnCdsJ4/rBVQ==",
                      "operatorGuid": "8b19e112-fd02-41fe-a709-db09e3fac155",
                      "machineID": 1,
                      "processed": true,
                      "appliedUtc": "2025-08-02T23:15:58.268124",
                      "signIqTicketFileMovedUtc": "2025-08-02T23:15:58.268124",
                      "user": "sample string 6",
                      "campaignDescription": "sample string 7",
                      "productDesc": "sample string 8",
                      "storeName": "sample string 9",
                      "effectiveUtc": "2025-08-02T23:15:58.268124",
                      "priceChangeType": 0,
                      "operatorName": "sample string 10",
                      "hostCampaign": true,
                      "product": {
                        "$ref": "10"
                      },
                      "campaignPlu": {
                        "$ref": "49"
                      }
                    },
                    {
                      "$ref": "50"
                    }
                  ],
                  "campaign": {
                    "$id": "51",
                    "id": 1,
                    "storeID": 2,
                    "name": "c9d5f63d-0d58-43bb-963d-decc8e07b98e",
                    "nameGuid": "c9d5f63d-0d58-43bb-963d-decc8e07b98e",
                    "description": "sample string 4",
                    "showDiscounts": true,
                    "showTotals": true,
                    "onlyEvaluateOnSubtotal": true,
                    "useDescription": true,
                    "campaignType": 1,
                    "startDate": "2025-08-02T23:15:58.268124",
                    "startTime": 1,
                    "endDate": "2025-08-02T23:15:58.268124",
                    "endTime": 1,
                    "recurrence": 1,
                    "recurrenceType": 1,
                    "monthType": 1,
                    "weekDays": 1,
                    "months": 1,
                    "monthWeeks": 1,
                    "monthDays": "sample string 7",
                    "printed": true,
                    "talkerText": "sample string 8",
                    "rangeDescription": "sample string 9",
                    "dealDescription": "sample string 10",
                    "labelQuantity": 11,
                    "active": 1,
                    "deactivated": "2025-08-02T23:15:58.268124",
                    "system": true,
                    "created": "2025-08-02T23:15:58.268124",
                    "updated": "2025-08-02T23:15:58.268124",
                    "priceChangeNotifiedUtc": "2025-08-02T23:15:58.268124",
                    "promoType": 1,
                    "promotionTypeCode": "sample string 13",
                    "hostIdentifier": "xMfeyssI1kSHJ6UnkAvFhA==",
                    "hostIdentifierGuid": "cadec7c4-08cb-44d6-8727-a527900bc584",
                    "hostType": 14,
                    "createdByUser": "sample string 15",
                    "fromHost": true,
                    "deleted": true,
                    "campaignDeleted": "2025-08-02T23:15:58.268124",
                    "updatedByUser": "sample string 18",
                    "offerID": 1,
                    "isPriceChangeCampaign": true,
                    "stores": [
                      1,
                      2
                    ],
                    "storeNames": [
                      "sample string 1",
                      "sample string 2"
                    ],
                    "campaignPlus": [
                      {
                        "$ref": "49"
                      },
                      {
                        "$ref": "49"
                      }
                    ],
                    "campaignPools": [
                      {
                        "$id": "52",
                        "id": 1,
                        "campaignID": 2,
                        "campaignName": "sample string 3",
                        "plu": 4,
                        "pluG_UID": "ajT+jh5wIku7WCqutQr6Wg==",
                        "pluGuid": "8efe346a-701e-4b22-bb58-2aaeb50afa5a",
                        "hostOfferID": 1,
                        "priceGroupG_UID": "yEa0rXAvoUK2ijANIAkkUw==",
                        "priceGroupGuid": "adb446c8-2f70-42a1-b68a-300d20092453",
                        "fuelItem": true,
                        "pluName": "sample string 6",
                        "apn": "sample string 7",
                        "pluActive": true,
                        "cartonQty": 1,
                        "baseUnits": 9.1,
                        "cri": "sample string 10",
                        "salesMode": 1,
                        "pluaws": 11.0,
                        "directNumber": "sample string 12",
                        "departmentName": "sample string 13",
                        "subDepartmentName": "sample string 14",
                        "priceGroupName": "sample string 15",
                        "supplierName": "sample string 16",
                        "stockOnHand": 1.1,
                        "stockOnOrder": 1.1,
                        "lastReceived": "2025-08-02T23:15:58.268124",
                        "rrp": 17,
                        "campaignDescription": "sample string 18",
                        "product": {
                          "$ref": "10"
                        },
                        "campaign": {
                          "$ref": "51"
                        }
                      },
                      {
                        "$ref": "52"
                      }
                    ],
                    "sellingRules": [
                      {
                        "$id": "53",
                        "id": 1,
                        "identifier": "FclunfRJUE6DsuBBIS5fhw==",
                        "identifierStr": "FclunfRJUE6DsuBBIS5fhw==",
                        "identifierGuid": "9d6ec915-49f4-4e50-83b2-e041212e5f87",
                        "campaignID": 4,
                        "campaignName": "sample string 5",
                        "ruleJoin": 1,
                        "ruleType": 6,
                        "operand0": "sample string 7",
                        "comparisonOp": 1,
                        "operand1": "sample string 8",
                        "action": 1,
                        "operand2": "sample string 9",
                        "operand3": "sample string 10",
                        "includeExcludedItems": true,
                        "noFurtherDiscounts": true,
                        "description": "sample string 11",
                        "sortOrder": 1,
                        "isItemRule": false,
                        "prevDept": "sample string 12",
                        "campaign": {
                          "$ref": "51"
                        }
                      },
                      {
                        "$ref": "53"
                      }
                    ],
                    "customers": [
                      {
                        "$id": "54",
                        "id": 1,
                        "campaignID": 2,
                        "campaignName": "sample string 3",
                        "customerID": "lmTegmT2ZUKqMWDqC777jg==",
                        "customerIDGuid": "82de6496-f664-4265-aa31-60ea0bbefb8e",
                        "campaign": {
                          "$ref": "51"
                        },
                        "customer": {
                          "$id": "55",
                          "identifier": "yVoEnSl1V0WlE3a30ZrTzQ==",
                          "identifierGuid": "9d045ac9-7529-4557-a513-76b7d19ad3cd",
                          "code": "sample string 2",
                          "familyName": "sample string 3",
                          "givenName": "sample string 4",
                          "otherName": "sample string 5",
                          "title": "sample string 6",
                          "dateOfBirth": "2025-08-02T23:15:58.268124",
                          "sex": "sample string 7",
                          "address1": "sample string 8",
                          "address2": "sample string 9",
                          "town": "sample string 10",
                          "state": "sample string 11",
                          "country": "sample string 12",
                          "postalCode": "sample string 13",
                          "email": "sample string 14",
                          "telephone": "sample string 15",
                          "mobile": "sample string 16",
                          "communityIdentifier": "kBlMpMhtY0uljiJUCcqxVA==",
                          "communityIdentifierGuid": "a44c1990-6dc8-4b63-a58e-225409cab154",
                          "joined": "2025-08-02T23:15:58.268124",
                          "updated": "2025-08-02T23:15:58.268124",
                          "active": true,
                          "reasonInactive": 1,
                          "groupCustomer": true,
                          "loyaltyPoints": 1,
                          "homeStoreID": 1,
                          "availableSpend": 1,
                          "priceLevelIdentifier": "o/4QueYmvUCzn7nXP4X8RA==",
                          "priceLevelIdentifierGuid": "b910fea3-26e6-40bd-b39f-b9d73f85fc44",
                          "marketingID": "sample string 18",
                          "hidden": true,
                          "registered": true,
                          "registeredOn": "2025-08-02T23:15:58.268124",
                          "emailMarketing": true,
                          "smsMarketing": true,
                          "deleted": true,
                          "deletedUser": "sample string 24",
                          "homeStoreName": "sample string 25",
                          "customerCards": [
                            {
                              "$id": "56",
                              "cardType": 2,
                              "issueDate": "2025-08-02T23:15:58.268124",
                              "expiry": "2025-08-02T23:15:58.268124",
                              "customerID": "QctmmF7KWk2wkTcgnwgFpA==",
                              "customerIDGuid": "9866cb41-ca5e-4d5a-b091-37209f0805a4",
                              "initialValue": 1,
                              "currentValue": 1,
                              "maxLimit": 1,
                              "minTransaction": 1,
                              "maxTransaction": 1,
                              "multiplier": 1.1,
                              "active": true,
                              "reasonInactive": 1,
                              "idRequired": true,
                              "idType": 1,
                              "idValue": "sample string 5",
                              "updated": "2025-08-02T23:15:58.268124",
                              "linkedAccount": "yzURJrx5GkC7fT8KThrhMQ==",
                              "linkedAccountGuid": "261135cb-79bc-401a-bb7d-3f0a4e1ae131",
                              "currentValueChanged": true,
                              "limitsChanged": true,
                              "customer": {
                                "$ref": "55"
                              },
                              "account": {
                                "$id": "57",
                                "id": 1,
                                "identifier": "l+VPOqpbKUCmxXAKk6HnPw==",
                                "identifierGuid": "3a4fe597-5baa-4029-a6c5-700a93a1e73f",
                                "referenceNo": "sample string 3",
                                "name": "sample string 4",
                                "created": "2025-08-02T23:15:58.268124",
                                "owner": "hgQkKX9bIkWW5L4sfkbzGA==",
                                "ownerGuid": "29240486-5b7f-4522-96e4-be2c7e46f318",
                                "accountStoreGroupIdentifier": "9C3p+03ZIkicC+DFeYN1fw==",
                                "accountStoreGroupGuid": "fbe92df4-d94d-4822-9c0b-e0c57983757f",
                                "accountType": 1,
                                "currentBalance": 1,
                                "externalID": "sample string 7",
                                "maximumLimit": 1,
                                "accruePoints": true,
                                "loyaltyPoints": 1,
                                "termsOfTrade": 1,
                                "signatureRequired": true,
                                "referenceRequired": true,
                                "statementSendType": 10,
                                "ageingPeriod": 1,
                                "monthlyAgeingPeriod": true,
                                "explodedInvoice": true,
                                "isFifoAllocation": true,
                                "lastStatementSent": "2025-08-02T23:15:58.268124",
                                "active": true,
                                "updated": "2025-08-02T23:15:58.268124",
                                "deleted": true,
                                "deletedUser": "sample string 16",
                                "currentBalanceChanged": true,
                                "maximumLimitChanged": true,
                                "loyaltyPointsChanged": true,
                                "projectedBalance": 17,
                                "accountStoreGroupStoreIDs": [
                                  1,
                                  2
                                ],
                                "customerEmail": "sample string 18",
                                "ownerCustomer": {
                                  "$ref": "55"
                                },
                                "card": {
                                  "$ref": "56"
                                },
                                "members": {
                                  "$id": "58",
                                  "sample string 1": [
                                    {
                                      "$ref": "55"
                                    },
                                    {
                                      "$ref": "55"
                                    }
                                  ],
                                  "sample string 2": [
                                    {
                                      "$ref": "55"
                                    },
                                    {
                                      "$ref": "55"
                                    }
                                  ]
                                },
                                "customerGroups": [
                                  {
                                    "$id": "59",
                                    "identifier": "3SPB/HfDGkm42iDeeqA3sw==",
                                    "identifierGuid": "fcc123dd-c377-491a-b8da-20de7aa037b3",
                                    "name": "sample string 2",
                                    "primaryContact": "2ECWfN45oEWFTvWLPl3GhQ==",
                                    "primaryContactGuid": "7c9640d8-39de-45a0-854e-f58b3e5dc685",
                                    "accountID": "aUT98iKRkEOhMlzrgEY54Q==",
                                    "accountIDGuid": "f2fd4469-9122-4390-a132-5ceb804639e1",
                                    "special": true,
                                    "updated": "2025-08-02T23:15:58.268124",
                                    "active": true,
                                    "reasonInactive": 1,
                                    "priceLevelIdentifier": "eM5dEKHJVEWUnWsEk7HI1A==",
                                    "priceLevelIdentifierGuid": "105dce78-c9a1-4554-949d-6b0493b1c8d4",
                                    "deleted": true,
                                    "account": {
                                      "$ref": "57"
                                    },
                                    "primaryContactCustomer": {
                                      "$ref": "55"
                                    },
                                    "customerGroupMembers": [
                                      {
                                        "$id": "60",
                                        "id": 1,
                                        "groupID": "RvRL4akCcUCKMmcB8NibMw==",
                                        "groupIDGuid": "e14bf446-02a9-4071-8a32-6701f0d89b33",
                                        "customerID": "G/ciLqmYqkezRahZtoobhQ==",
                                        "customerIDGuid": "2e22f71b-98a9-47aa-b345-a859b68a1b85",
                                        "card": "sample string 4",
                                        "linkedAccount": "7d844rVN4EuRkxjGuTk+wA==",
                                        "linkedAccountGuid": "e238dfed-4db5-4be0-9193-18c6b9393ec0",
                                        "customer": {
                                          "$ref": "55"
                                        },
                                        "group": {
                                          "$ref": "59"
                                        },
                                        "customerCard": {
                                          "$ref": "56"
                                        }
                                      },
                                      {
                                        "$ref": "60"
                                      }
                                    ]
                                  },
                                  {
                                    "$ref": "59"
                                  }
                                ]
                              },
                              "payments": [
                                {
                                  "$id": "61",
                                  "id": 1,
                                  "identifier": "y2ERyyGwwU2w0+QJBgx41w==",
                                  "identifierGuid": "cb1161cb-b021-4dc1-b0d3-e409060c78d7",
                                  "storeID": 2,
                                  "operatorName": "sample string 3",
                                  "saleHeaderID": 4,
                                  "paymentType": 5,
                                  "amount": 6,
                                  "account": "sample string 7",
                                  "accountID": "r03bxISlA0iJ6mBEDmeRMA==",
                                  "accountIDGuid": "c4db4daf-a584-4803-89ea-60440e679130",
                                  "customerAccount": {
                                    "$ref": "57"
                                  },
                                  "customerCard": {
                                    "$ref": "56"
                                  },
                                  "accountType": 1,
                                  "cardName": "sample string 8",
                                  "authorisationNumber": "sample string 9",
                                  "bankReference": "sample string 10",
                                  "merchantID": "sample string 11",
                                  "terminalID": "sample string 12",
                                  "cardNumber": "sample string 13",
                                  "paymentDate": "2025-08-02T23:15:58.268124",
                                  "invRocNo": "sample string 14",
                                  "responseCode": "sample string 15",
                                  "cashout": 1,
                                  "tip": 16,
                                  "idempotentVoid": "8wrtGbpOt0GCUahtiW3nbg==",
                                  "idempotentVoidGuid": "19ed0af3-4eba-41b7-8251-a86d896de76e",
                                  "offline": true,
                                  "processed": 1,
                                  "storeSaleHeader": {
                                    "$id": "62",
                                    "saleHeaderID": 1,
                                    "saleHeaderGuid": "gNTzWpNF1kefk6FThIXvVw==",
                                    "saleHeaderIdentifierGuid": "5af3d480-4593-47d6-9f93-a1538485ef57",
                                    "created": "2025-08-02T23:15:58.268124",
                                    "createdLocal": "2025-08-02T23:15:58.268124",
                                    "createdText": "sample string 4",
                                    "itemCount": 5,
                                    "totalAmount": 6,
                                    "cashTender": 1,
                                    "cardTender": 1,
                                    "cheqTender": 1,
                                    "acctTender": 1,
                                    "voucherTender": 1,
                                    "loyaltyPoints": 1,
                                    "cashout": 1,
                                    "changeAmount": 1,
                                    "rounding": 1,
                                    "gstAmount": 1,
                                    "transactionDiscountTender": 1,
                                    "totalTip": 7,
                                    "tranType": 1,
                                    "processed": 1,
                                    "imported": "2025-08-02T23:15:58.268124",
                                    "storeID": 1,
                                    "operatorG_Uid": "/lzPJJ4qn0eFHTu7qfy8pA==",
                                    "operatorGuid": "24cf5cfe-2a9e-479f-851d-3bbba9fcbca4",
                                    "customerG_Uid": "C1/kGLAs50eoLzRXClPhcA==",
                                    "customerGuid": "18e45f0b-2cb0-47e7-a82f-34570a53e170",
                                    "communityIdentifier": "1dsKN+CA+02SgKqGzVWgmw==",
                                    "communityIdentifierGuid": "370adbd5-80e0-4dfb-9280-aa86cd55a09b",
                                    "saleIdentifier": "sample string 8",
                                    "deptNo": 9,
                                    "zoneID": 10,
                                    "operatorID": 11,
                                    "voucherForegone": 12,
                                    "cardName": "sample string 13",
                                    "accountType": 14,
                                    "authID": "sample string 15",
                                    "bankRef": "sample string 16",
                                    "invRoc": "sample string 17",
                                    "responseCode": "sample string 18",
                                    "orderNo": 19,
                                    "accountNo": 20,
                                    "machineID": 21,
                                    "timeInSale": "00:00:00.1234567",
                                    "timeInSubtotal": "00:00:00.1234567",
                                    "newID": 22,
                                    "totalTaxInclusive": 23,
                                    "totalTaxExempt": 24,
                                    "taxTransactionDiscount": 25,
                                    "taxTransactionDiscountTender": 1,
                                    "tableNumber": 1,
                                    "note": "sample string 26",
                                    "source": "sample string 27",
                                    "customerReference": "sample string 28",
                                    "receiptPrinted": true,
                                    "drawerID": 1,
                                    "demoID": "sample string 30",
                                    "externalTransNo": "sample string 31",
                                    "externalSale": 32,
                                    "smartReceiptStatus": 33,
                                    "requiredExports": 34,
                                    "loyaltyMetadata": "sample string 35",
                                    "priceLevelIdentifier": "8jwDdMwmeEe6MnnjEmw63g==",
                                    "priceLevelIdentifierGuid": "74033cf2-26cc-4778-ba32-79e3126c3ade",
                                    "locked": 36,
                                    "relationChecksum": "sample string 37",
                                    "loyaltyTender": 1,
                                    "giftCardTender": 1,
                                    "operator": {
                                      "$ref": "22"
                                    },
                                    "customer": {
                                      "$ref": "55"
                                    },
                                    "communityOrganisation": {
                                      "$id": "63",
                                      "id": 1,
                                      "identifier": "ay8RgfDWp0qtDfkFZ2nfiQ==",
                                      "identifierGuid": "81112f6b-d6f0-4aa7-ad0d-f9056769df89",
                                      "name": "sample string 3",
                                      "lookupIdentifier": "sample string 4",
                                      "externalID": "sample string 5",
                                      "phone": "sample string 6",
                                      "fax": "sample string 7",
                                      "email": "sample string 8",
                                      "address1": "sample string 9",
                                      "address2": "sample string 10",
                                      "city": "sample string 11",
                                      "postCode": "sample string 12",
                                      "state": "sample string 13",
                                      "country": "sample string 14",
                                      "totalAmountAwarded": 15.1,
                                      "updated": "2025-08-02T23:15:58.268124",
                                      "deleted": true
                                    },
                                    "details": [
                                      {
                                        "$id": "64",
                                        "saleItemID": 1,
                                        "identifier": "CBRI3iM4FU2tc+umKLPKKQ==",
                                        "identifierGuid": "de481408-3823-4d15-ad73-eba628b3ca29",
                                        "saleHeaderID": 2,
                                        "plu": 1,
                                        "pluG_UId": "tSlTpwgepUi+iET6isoAGQ==",
                                        "pluGuid": "a75329b5-1e08-48a5-be88-44fa8aca0019",
                                        "accountID": "WTyU4QdJ1kewsPO6kVAhKw==",
                                        "accountIDGuid": "e1943c59-4907-47d6-b0b0-f3ba9150212b",
                                        "normalPrice": 3,
                                        "originalSellingPrice": 4,
                                        "discountPrice": 5,
                                        "unit": 1,
                                        "quantity": 6,
                                        "totalCents": 7,
                                        "fixedPrice": 1,
                                        "tranType": 1,
                                        "discountType": 1,
                                        "cost": 1,
                                        "costDecimals": 8,
                                        "markdown": 1,
                                        "manualQuantity": 1,
                                        "manualPrice": 1,
                                        "manualMode": 1,
                                        "active": 1,
                                        "offline": true,
                                        "barcode": "sample string 9",
                                        "keyedSale": 1,
                                        "discountedID": 1,
                                        "fuelID": 1,
                                        "serialNumber": "sample string 10",
                                        "bestOrExpire": "2025-08-02T23:15:58.268124",
                                        "bestOrExpireType": 1,
                                        "providerName": "sample string 11",
                                        "refundG_UID": "hqHp9L4O5UWxmSNYik3OKw==",
                                        "refundGuid": "f4e9a186-0ebe-45e5-b199-23588a4dce2b",
                                        "campaign": "sample string 12",
                                        "campaignType": 13,
                                        "modifiedID": 1,
                                        "omittedIngredient": true,
                                        "taxPercent": 1.0,
                                        "taxAmount": 1.0,
                                        "refundablePrice": 1.0,
                                        "showDiscounts": true,
                                        "orderPrinted": true,
                                        "note": "sample string 16",
                                        "modifierName": "sample string 17",
                                        "modifierSetName": "sample string 18",
                                        "totalValueWasScanned": true,
                                        "sold": true,
                                        "campaignPrice": true,
                                        "scannedValue": 1,
                                        "campaignName": "sample string 22",
                                        "comboDiscount": 1,
                                        "idempotentVoid": "0la/HZHvHEe8Y3Mj2x9o+A==",
                                        "idempotentVoidGuid": "1dbf56d2-ef91-471c-bc63-7323db1f68f8",
                                        "priceLevelIdentifier": "vEKVKeNZuk+6wKfEymtwDQ==",
                                        "priceLevelIdentifierGuid": "299542bc-59e3-4fba-bac0-a7c4ca6b700d",
                                        "productName": "sample string 23",
                                        "apn": "sample string 24",
                                        "unknownScans": [
                                          {
                                            "$id": "65",
                                            "id": 1,
                                            "saleDetailID": 2,
                                            "storeID": 1,
                                            "scanned": "2025-08-02T23:15:58.268124",
                                            "operatorG_UID": "QEA=",
                                            "barcode": "sample string 4",
                                            "processed": 1
                                          },
                                          {
                                            "$ref": "65"
                                          }
                                        ],
                                        "refund": {
                                          "$id": "66",
                                          "id": 1,
                                          "g_UID": "9MzuWtkNQky1M4e/etowJg==",
                                          "guid": "5aeeccf4-0dd9-4c42-b533-87bf7ada3026",
                                          "description": "sample string 1",
                                          "dumped": true,
                                          "inventoryReasonID": 1,
                                          "sortOrder": 1,
                                          "updated": "2025-08-02T23:15:58.268124"
                                        },
                                        "modifier": {
                                          "$id": "67",
                                          "id": 1,
                                          "setG_UID": "UositGqKX0qdlKQGmLpvEA==",
                                          "modifierSetGuid": "b4228b52-8a6a-4a5f-9d94-a40698ba6f10",
                                          "name": "sample string 2",
                                          "price": 1,
                                          "quantity": 1,
                                          "modifierType": 1,
                                          "groupNumber": 1,
                                          "pageNumber": 1,
                                          "controlOrder": 1,
                                          "printToStation": true,
                                          "pluG_UID": "0vMD8vlTaE+mH45x+mqavQ==",
                                          "pluGuid": "f203f3d2-53f9-4f68-a61f-8e71fa6a9abd",
                                          "deleted": true,
                                          "g_UID": "5OYvMrbYp0+zl2SADNh6Aw==",
                                          "guid": "322fe6e4-d8b6-4fa7-b397-64800cd87a03",
                                          "product": {
                                            "$ref": "10"
                                          }
                                        },
                                        "priceLevelName": "sample string 25",
                                        "pumpNumber": 1,
                                        "hoseNumber": 1
                                      },
                                      {
                                        "$ref": "64"
                                      }
                                    ],
                                    "eftReceipts": [
                                      {
                                        "$id": "68",
                                        "id": 1,
                                        "storeID": 1,
                                        "saleHeaderID": 2,
                                        "storeSaleHeader": {
                                          "$ref": "62"
                                        },
                                        "receipt": "sample string 3",
                                        "processed": 1
                                      },
                                      {
                                        "$ref": "68"
                                      }
                                    ],
                                    "payments": [
                                      {
                                        "$ref": "61"
                                      },
                                      {
                                        "$ref": "61"
                                      }
                                    ],
                                    "cards": [
                                      {
                                        "$id": "69",
                                        "id": 1,
                                        "saleHeaderID": 1,
                                        "identifier": "sample string 2",
                                        "cardType": 3,
                                        "providerName": "sample string 4"
                                      },
                                      {
                                        "$ref": "69"
                                      }
                                    ],
                                    "campaignHits": [
                                      {
                                        "$id": "70",
                                        "id": 1,
                                        "saleHeaderID": 2,
                                        "campaign": "sample string 3",
                                        "name": "sample string 4",
                                        "processed": 1,
                                        "campaignDescription": "sample string 5"
                                      },
                                      {
                                        "$ref": "70"
                                      }
                                    ],
                                    "fuel": [
                                      {
                                        "$id": "71",
                                        "id": 1,
                                        "plu": 1,
                                        "pluG_UID": "QqG0/f4XM0W0esq/4V64tg==",
                                        "pluGuid": "fdb4a142-17fe-4533-b47a-cabfe15eb8b6",
                                        "saleHeaderID": 2,
                                        "totalCents": 3,
                                        "grade": 1,
                                        "gradeDescription": "sample string 4",
                                        "dispenser": 1,
                                        "hose": 1,
                                        "quantity": 1,
                                        "cost": 1,
                                        "acquirerNum": 1,
                                        "attendant": 1,
                                        "ePurseBalance": 1.0,
                                        "cardSignature": "sample string 5",
                                        "compartmentNumber": 1,
                                        "contractNumber": 1,
                                        "discountCardPAN": "sample string 6",
                                        "discountID": 1,
                                        "discountName": "sample string 7",
                                        "discountNetValue": 1.0,
                                        "discountType": 1,
                                        "discountValue": 1.0,
                                        "discretionaryData": "sample string 8",
                                        "driverID": "sample string 9",
                                        "eftBatchNumber": 1,
                                        "eftResponseCode": "sample string 10",
                                        "endDateTime": "2025-08-02T23:15:58.268124",
                                        "engineHours": 1.1,
                                        "fposNumber": 1,
                                        "loyaltyCardPAN": "sample string 11",
                                        "miscData1": 1,
                                        "miscData2": "sample string 12",
                                        "miscFlags": 1,
                                        "mop": 1,
                                        "odometer": 1,
                                        "panNumber": "sample string 13",
                                        "saleRefund": true,
                                        "saleStatus": 1,
                                        "sequenceNumber": 1,
                                        "stan": 1,
                                        "startDateTime": "2025-08-02T23:15:58.268124",
                                        "tagNumber": "sample string 15",
                                        "trackTwoRem": "sample string 16",
                                        "transCode": 1,
                                        "transType": 1,
                                        "unitPrice": 1.0,
                                        "vehicleReg": "sample string 17",
                                        "offline": true,
                                        "processed": 1
                                      },
                                      {
                                        "$ref": "71"
                                      }
                                    ],
                                    "fuelResells": [
                                      {
                                        "$id": "72",
                                        "saleItemID": 1,
                                        "saleHeaderID": 2,
                                        "plu": 1,
                                        "pluG_UId": "92GJqmFZhUeKFUd62j3ARQ==",
                                        "pluGuid": "aa8961f7-5961-4785-8a15-477ada3dc045",
                                        "accountID": "bQmh+Yv+G0Kb6V6P53YmBA==",
                                        "accountIDGuid": "f9a1096d-fe8b-421b-9be9-5e8fe7762604",
                                        "normalPrice": 3,
                                        "originalSellingPrice": 4,
                                        "discountPrice": 5,
                                        "unit": 1,
                                        "quantity": 6,
                                        "totalCents": 7,
                                        "fixedPrice": 1,
                                        "tranType": 1,
                                        "processed": 1,
                                        "discountType": 1,
                                        "cost": 1,
                                        "costDecimals": 1,
                                        "markdown": 1,
                                        "manualQuantity": 1,
                                        "manualPrice": 1,
                                        "manualMode": 1,
                                        "active": 1,
                                        "barcode": "sample string 8",
                                        "offline": 1,
                                        "keyedSale": 1,
                                        "discountedID": 1,
                                        "fuelID": 1,
                                        "serialNumber": "sample string 9",
                                        "bestOrExpire": "2025-08-02T23:15:58.268124",
                                        "bestOrExpireType": 1,
                                        "refundG_UID": "f0bT6G96FUqxQiL6QzrbMw==",
                                        "refundGuid": "e8d3467f-7a6f-4a15-b142-22fa433adb33",
                                        "providerName": "sample string 10",
                                        "campaign": "sample string 11",
                                        "campaignType": 1,
                                        "modifiedID": 1,
                                        "omittedIngredient": 1,
                                        "taxPercent": 1.0,
                                        "taxAmount": 1.0,
                                        "refundablePrice": 1.0,
                                        "showDiscounts": true,
                                        "orderPrinted": true,
                                        "note": "sample string 14",
                                        "modifierName": "sample string 15",
                                        "modifierSetName": "sample string 16",
                                        "totalValueWasScanned": true,
                                        "sold": true,
                                        "campaignPrice": true,
                                        "scannedValue": 1,
                                        "campaignName": "sample string 20",
                                        "comboDiscount": 1
                                      },
                                      {
                                        "$ref": "72"
                                      }
                                    ],
                                    "customerOrder": [
                                      {
                                        "$id": "73",
                                        "identifier": "iboKV9Gz0k+h7KQhyldfDQ==",
                                        "identifierGuid": "570aba89-b3d1-4fd2-a1ec-a421ca575f0d",
                                        "id": 1,
                                        "orderNo": 2,
                                        "externalSaleIdentifier": "sample string 3",
                                        "storeID": 4,
                                        "zoneID": 5,
                                        "deptNo": 6,
                                        "customerIdentifier": "7+mO0uK6bUWBQKOkL+pX0Q==",
                                        "customerIdentifierGuid": "d28ee9ef-bae2-456d-8140-a3a42fea57d1",
                                        "operatorNo": 1,
                                        "operatorG_UID": "QkSMqF0YE0WO/GV6fxrqqg==",
                                        "operatorGuid": "a88c4442-185d-4513-8efc-657a7f1aeaaa",
                                        "created": "2025-08-02T23:15:58.268124",
                                        "ordered": "2025-08-02T23:15:58.268124",
                                        "started": "2025-08-02T23:15:58.268124",
                                        "completed": "2025-08-02T23:15:58.268124",
                                        "supplied": "2025-08-02T23:15:58.268124",
                                        "quickTicket": 1,
                                        "deleted": true,
                                        "walkAway": true,
                                        "approxWait": 1,
                                        "actualWait": 1,
                                        "deliveryMethod": 8,
                                        "externalSaleType": 9,
                                        "customer": {
                                          "$ref": "55"
                                        },
                                        "operator": {
                                          "$ref": "22"
                                        },
                                        "details": [
                                          {
                                            "$id": "74",
                                            "headerID": 1,
                                            "plu": 1,
                                            "pluG_UId": "ob4LNWJ5gUWqRea464wjWw==",
                                            "pluGuid": "350bbea1-7962-4581-aa45-e6b8eb8c235b",
                                            "quantity": 1,
                                            "unit": 1,
                                            "status": 1,
                                            "soldQuantity": 1,
                                            "soldWeight": 1,
                                            "soldCents": 1,
                                            "soldGstCents": 1,
                                            "soldFixedPrice": 1,
                                            "soldSalesMode": 1,
                                            "promptDetailID": 1,
                                            "groupID": 1,
                                            "menuPath": "sample string 1",
                                            "promptPath": "sample string 2",
                                            "notes": "sample string 3",
                                            "headerIdentifier": "N5fUuis9v0alF7kZfxIWIw==",
                                            "headerIdentifierGuid": "bad49737-3d2b-46bf-a517-b9197f121623",
                                            "product": {
                                              "$ref": "10"
                                            }
                                          },
                                          {
                                            "$ref": "74"
                                          }
                                        ],
                                        "storeName": "sample string 11",
                                        "customerName": "sample string 12",
                                        "storeReplyTo": "sample string 13",
                                        "storeSubjectLine": "sample string 14",
                                        "storeSaleHeader": {
                                          "$ref": "62"
                                        }
                                      },
                                      {
                                        "$ref": "73"
                                      }
                                    ],
                                    "surveyResponses": [
                                      {
                                        "$id": "75",
                                        "surveyG_UID": "EetKN4jmkE+mme3t3Sn1og==",
                                        "surveyGuid": "374aeb11-e688-4f90-a699-ededdd29f5a2",
                                        "saleHeaderGuid": "WDwNZnR3a0GcjBIOG+/S9g==",
                                        "saleGuid": "660d3c58-7774-416b-9c8c-120e1befd2f6",
                                        "textResponse": "sample string 1",
                                        "integerResponse": 1,
                                        "g_UIDResponse": "243M8SFEGk2xbMXoHVZXtA==",
                                        "guidResponse": "f1cc8ddb-4421-4d1a-b16c-c5e81d5657b4",
                                        "whoAnswered": 2,
                                        "answeredAtUTC": "2025-08-02T23:15:58.268124",
                                        "sale": {
                                          "$ref": "62"
                                        },
                                        "survey": {
                                          "$id": "76",
                                          "g_UID": "i7u66AJCYUeoXB4LInyjKA==",
                                          "guid": "e8babb8b-4202-4761-a85c-1e0b227ca328",
                                          "name": "sample string 1",
                                          "storeID": 2,
                                          "zoneID": 1,
                                          "checkoutFormG_UID": "ecWT0YeFuk6jZu+n3SxdfQ==",
                                          "checkoutFormGuid": "d193c579-8587-4eba-a366-efa7dd2c5d7d",
                                          "displayToWho": 3,
                                          "displayWhen": 4,
                                          "start": "2025-08-02T23:15:58.268124",
                                          "end": "2025-08-02T23:15:58.268124",
                                          "deleted": true,
                                          "updated": "2025-08-02T23:15:58.268124",
                                          "possibleIntegerResponses": [
                                            1,
                                            2
                                          ],
                                          "possibleTextResponses": [
                                            "sample string 1",
                                            "sample string 2"
                                          ],
                                          "possibleGuidResponses": [
                                            "190b4ed0-10cd-47c4-a714-68f3521547d9",
                                            "2816136e-9828-4202-bcac-fb88b1f65fb8"
                                          ],
                                          "allowsAllTextResponses": true,
                                          "surveyForm": {
                                            "$ref": "30"
                                          }
                                        },
                                        "ingressId": "sample string 4"
                                      },
                                      {
                                        "$ref": "75"
                                      }
                                    ],
                                    "storeName": "sample string 38",
                                    "machineName": "sample string 39",
                                    "operatorName": "sample string 40",
                                    "direction": 1,
                                    "reason": "sample string 41",
                                    "accountG_UID": "wVZRWSx3REKC9sn4B8bN7Q==",
                                    "accountIdentifier": "595156c1-772c-4244-82f6-c9f807c6cded",
                                    "accountName": "sample string 42",
                                    "customerOrderIdentifier": "c3UNoPVVVUSthy+vpG72qw==",
                                    "customerOrderIdentifierGuid": "a00d7573-55f5-4455-ad87-2fafa46ef6ab",
                                    "priceLevelName": "sample string 43",
                                    "revision": 44,
                                    "ingressId": "sample string 45"
                                  },
                                  "metadata": {
                                    "$id": "77",
                                    "id": 1,
                                    "paymentID": 2,
                                    "paymentIdentifier": "U9JYYoapcE6i+HVF9DvrkQ==",
                                    "paymentIdentifierGuid": "6258d253-a986-4e70-a2f8-7545f43beb91",
                                    "identifier": "dU2bMga40kihv49KU7T24w==",
                                    "identifierGuid": "329b4d75-b806-48d2-a1bf-8f4a53b4f6e3",
                                    "metadata": "sample string 3",
                                    "signatureImage": "QEA=",
                                    "itemIdentifier": "2wdcec7C606vT7GBNAkcbQ==",
                                    "itemIdentifierGuid": "795c07db-c2ce-4eeb-af4f-b18134091c6d"
                                  }
                                },
                                {
                                  "$ref": "61"
                                }
                              ]
                            },
                            {
                              "$ref": "56"
                            }
                          ],
                          "customerGroupMembers": [
                            {
                              "$ref": "60"
                            },
                            {
                              "$ref": "60"
                            }
                          ],
                          "customerGroups": [
                            {
                              "$ref": "59"
                            },
                            {
                              "$ref": "59"
                            }
                          ],
                          "accounts": [
                            {
                              "$ref": "57"
                            },
                            {
                              "$ref": "57"
                            }
                          ],
                          "account": {
                            "$ref": "57"
                          },
                          "vouchers": [
                            {
                              "$id": "78",
                              "customerIdentifier": "DEApGMuxYUWNEUCtaOzdxw==",
                              "customerIdentifierGuid": "1829400c-b1cb-4561-8d11-40ad68ecddc7",
                              "voucherName": "sample string 2",
                              "count": 3,
                              "storeID": 4,
                              "barcode": "sample string 5",
                              "redeemCount": 6,
                              "issueCount": 7,
                              "storeSalePaymentID": 1,
                              "idempotentID": "emNO3YpHCk25B0xNQqcwZA==",
                              "idempotentGuid": "dd4e637a-478a-4d0a-b907-4c4d42a73064",
                              "offline": true,
                              "voucher": {
                                "$id": "79",
                                "id": 1,
                                "name": "sample string 2",
                                "description": "sample string 3",
                                "shortDescription": "sample string 4",
                                "url": "sample string 5",
                                "barcodeTemplateID": 1,
                                "expiry": 0,
                                "voucherType": 6,
                                "limitPerTransaction": 7,
                                "customerTracking": true,
                                "discountAccount": "sample string 9",
                                "endDate": "2025-08-02T23:15:58.268124",
                                "barcodeTemplate": {
                                  "$id": "80",
                                  "templateID": 1,
                                  "template": "sample string 1",
                                  "bcFunction": "sample string 2",
                                  "sortOrder": 3
                                },
                                "scaleLabel": {
                                  "$id": "81",
                                  "id": 1,
                                  "uid": "sample string 2",
                                  "name": "sample string 3",
                                  "width": 1.1,
                                  "height": 1.1,
                                  "showBorder": true,
                                  "borderWidth": 1.1,
                                  "borderStyle": 1,
                                  "borderColour": "sample string 5",
                                  "updated": "2025-08-02T23:15:58.268124",
                                  "labelPageLayout": "fxGShDEtVEGC+AhEK6IUxQ==",
                                  "pageLayoutGuid": "8492117f-2d31-4154-82f8-08442ba214c5",
                                  "labelType": 6,
                                  "oldName": "sample string 7",
                                  "voucher": {
                                    "$ref": "79"
                                  },
                                  "elements": [
                                    {
                                      "$id": "82",
                                      "id": 1,
                                      "scaleLabelID": 2,
                                      "showPercentDI": true,
                                      "showAvgPerHundred": true,
                                      "showAvgPerServe": true,
                                      "name": "sample string 6",
                                      "x": 1.1,
                                      "y": 1.1,
                                      "width": 1.1,
                                      "height": 1.1,
                                      "type": 1,
                                      "rotation": 1,
                                      "text": "sample string 7",
                                      "fontFamily": "sample string 8",
                                      "align": 1,
                                      "bold": true,
                                      "italic": true,
                                      "underline": true,
                                      "strikeout": true,
                                      "reverse": true,
                                      "textColour": "sample string 9",
                                      "fontSize": 1.1,
                                      "picture": "QEA=",
                                      "borderWidth": 10,
                                      "sortOrder": 11,
                                      "printOptions": 12,
                                      "superScriptTextFontSize": 1.1,
                                      "lineStyle": 1,
                                      "spacingStyle": 1,
                                      "interCharacterSpacing": 1.1,
                                      "superScriptOffset": 1.1,
                                      "lineSpacing": 1.1,
                                      "dateFormat": "sample string 13",
                                      "autoGrow": true,
                                      "fontAutoResize": true,
                                      "updated": "2025-08-02T23:15:58.268124"
                                    },
                                    {
                                      "$ref": "82"
                                    }
                                  ]
                                },
                                "customerVouchers": [
                                  {
                                    "$id": "83",
                                    "id": 1,
                                    "customerIdentifier": "7BNxI+7pRUyeKQ2kQoYgBQ==",
                                    "customerIdentifierGuid": "237113ec-e9ee-4c45-9e29-0da442862005",
                                    "voucherID": 3,
                                    "voucherName": "sample string 4",
                                    "storeID": 1,
                                    "barcode": "sample string 5",
                                    "dateOfIssue": "2025-08-02T23:15:58.2838841",
                                    "issuedSaleHeaderID": 1,
                                    "issuedSaleIdentifier": "sample string 7",
                                    "issuedOfflinePaymentID": 1,
                                    "issuedIdempotentID": "ue+uXvfCM06Sxk9vx4TOCg==",
                                    "issuedIdempotentGuid": "5eaeefb9-c2f7-4e33-92c6-4f6fc784ce0a",
                                    "issuedOffline": true,
                                    "issuedUser": "sample string 9",
                                    "issuedNotes": "sample string 10",
                                    "expiryDate": "2025-08-02T23:15:58.2838841",
                                    "expiredUser": "sample string 11",
                                    "expiredNotes": "sample string 12",
                                    "redeemed": "2025-08-02T23:15:58.2838841",
                                    "redeemedSaleHeaderID": 1,
                                    "redeemedSaleIdentifier": "sample string 13",
                                    "redeemedOfflinePaymentID": 1,
                                    "redeemedIdempotentID": "Gfvj1N/yRUCY73VsC1rvfg==",
                                    "redeemedIdempotentGuid": "d4e3fb19-f2df-4045-98ef-756c0b5aef7e",
                                    "redeemedUser": "sample string 14",
                                    "redeemedNotes": "sample string 15",
                                    "redeemedOffline": true,
                                    "updated": "2025-08-02T23:15:58.2838841",
                                    "storeName": "sample string 17",
                                    "scaleLabel": {
                                      "$ref": "81"
                                    },
                                    "voucher": {
                                      "$ref": "79"
                                    },
                                    "customer": {
                                      "$ref": "55"
                                    },
                                    "issuedOfflinePayment": {
                                      "$ref": "61"
                                    },
                                    "redeemedOfflinePayment": {
                                      "$ref": "61"
                                    }
                                  },
                                  {
                                    "$ref": "83"
                                  }
                                ]
                              },
                              "customer": {
                                "$ref": "55"
                              }
                            },
                            {
                              "$ref": "78"
                            }
                          ]
                        }
                      },
                      {
                        "$ref": "54"
                      }
                    ],
                    "customerGroups": [
                      {
                        "$id": "84",
                        "id": 1,
                        "campaignID": 2,
                        "campaignName": "sample string 3",
                        "groupID": "xEBnVZQlgk6/yAD9yaGylQ==",
                        "groupIDGuid": "556740c4-2594-4e82-bfc8-00fdc9a1b295",
                        "campaign": {
                          "$ref": "51"
                        },
                        "group": {
                          "$ref": "59"
                        }
                      },
                      {
                        "$ref": "84"
                      }
                    ],
                    "signIqTickets": [
                      {
                        "$id": "85",
                        "identifier": "Dik0qdcnik+km2bOw8EBIQ==",
                        "identifierGuid": "a934290e-27d7-4f8a-a49b-66cec3c10121",
                        "campaignName": "sample string 2",
                        "message": "sample string 3",
                        "ticketFileSource": "sample string 4",
                        "ticketFileDestination": "sample string 5",
                        "storeID": 1
                      },
                      {
                        "$ref": "85"
                      }
                    ],
                    "comboPriceGroups": [
                      {
                        "$id": "86",
                        "id": 1,
                        "campaignID": 2,
                        "campaignName": "sample string 3",
                        "g_UID": "HukBrMV520+aQWHe19ZmvA==",
                        "guid": "ac01e91e-79c5-4fdb-9a41-61ded7d666bc",
                        "description": "sample string 5",
                        "newPrice": 1,
                        "rangeDescription": "sample string 6",
                        "dealDescription": "sample string 7",
                        "labelQuantity": 8,
                        "hostProductCategoryID": 1,
                        "offerID": 1,
                        "dontUpdatePricePlus": true,
                        "campaign": {
                          "$ref": "51"
                        },
                        "comboPricePlus": [
                          {
                            "$id": "87",
                            "id": 1,
                            "campaignID": 2,
                            "campaignName": "sample string 3",
                            "groupG_UID": "k4YwRb+KhkKtGlBZQJ74yw==",
                            "groupGuid": "45308693-8abf-4286-ad1a-5059409ef8cb",
                            "comboPriceType": 5,
                            "priceType": 5,
                            "pluG_UID": "6RWzdTFjME6Zr+cUYHx9WQ==",
                            "pluGuid": "75b315e9-6331-4e30-99af-e714607c7d59",
                            "priceGroupG_UID": "aI7zLw3j8EK5TPFhP2ceLw==",
                            "priceGroupGuid": "2ff38e68-e30d-42f0-b94c-f1613f671e2f",
                            "campaignPoolID": "sample string 7",
                            "quantity": 1,
                            "campaign": {
                              "$ref": "51"
                            },
                            "product": {
                              "$ref": "10"
                            },
                            "priceGroup": {
                              "$ref": "16"
                            },
                            "campaignPool": {
                              "$ref": "51"
                            }
                          },
                          {
                            "$ref": "87"
                          }
                        ]
                      },
                      {
                        "$ref": "86"
                      }
                    ],
                    "priceLevels": [
                      {
                        "$id": "88",
                        "id": 1,
                        "priceLevelIdentifier": "+O+bN5RCJ0aL99T0475yYA==",
                        "priceLevelIdentifierGuid": "379beff8-4294-4627-8bf7-d4f4e3be7260",
                        "campaignName": "sample string 3",
                        "priceLevelName": "sample string 4"
                      },
                      {
                        "$ref": "88"
                      }
                    ]
                  },
                  "product": {
                    "$ref": "10"
                  },
                  "dealCost": {
                    "$id": "89",
                    "headerIdentifier": "UMa1uXq07kybWfKS5QISnQ==",
                    "headerIdentifierGuid": "b9b5c650-b47a-4cee-9b59-f292e502129d",
                    "identifier": "KeAtbUikQk2yZdo1uFFh0A==",
                    "identifierGuid": "6d2de029-a448-4d42-b265-da35b85161d0",
                    "supplierIdentifier": "6WK9dsk1Dk+svOgbwhkhog==",
                    "supplierGuid": "76bd62e9-35c9-4f0e-acbc-e81bc21921a2",
                    "pluG_UID": "PJeWR7tNkE+UsNe6rr3bDA==",
                    "pluGuid": "4796973c-4dbb-4f90-94b0-d7baaebddb0c",
                    "campaignName": "308d8901-f80d-44f3-9c71-89bbcdf1eadb",
                    "description": "sample string 4",
                    "cost": 5,
                    "costDecimals": 6,
                    "start": "2025-08-02T23:15:58.2838841",
                    "end": "2025-08-02T23:15:58.2838841",
                    "type": 9,
                    "promoType": 10,
                    "bonusItemPLUG_UID": "xXdPq5lCU0KI5+oxNDGxlg==",
                    "bonusItemPluGuid": "ab4f77c5-4299-4253-88e7-ea313431b196",
                    "bonusPurchaseUnits": 11,
                    "bonusReceiveUnits": 12,
                    "updated": "2025-08-02T23:15:58.2838841",
                    "metcashPromotionID": "sample string 14",
                    "fromHost": 15,
                    "storeNames": "sample string 16",
                    "storeIDs": [
                      1,
                      2
                    ],
                    "supplierName": "sample string 17",
                    "campaignDescription": "sample string 18",
                    "newPrice": 1,
                    "campaignMetcashPromotionID": "sample string 19",
                    "campaignActive": true,
                    "campaignStartDate": "2025-08-02T23:15:58.2838841",
                    "campaignEndDate": "2025-08-02T23:15:58.2838841",
                    "masterPLUG_UID": "jWEu4NzSRkm2yScN+L6dSg==",
                    "masterID": "e02e618d-d2dc-4946-b6c9-270df8be9d4a",
                    "productName": "sample string 22",
                    "productAPN": "sample string 23",
                    "orderCode": "sample string 24",
                    "normalSell": 25,
                    "normalCost": 26,
                    "normalCostDecimals": 27,
                    "cartonQuantity": 28,
                    "salesMode": 29,
                    "orderPacked": 30,
                    "fuelItem": true,
                    "active": true,
                    "bonusMasterPLUG_UID": "7xNOIPzY3UCijlVM843XNg==",
                    "bonusMasterID": "204e13ef-d8fc-40dd-a28e-554cf38dd736",
                    "bonusProductName": "sample string 34",
                    "bonusProductAPN": "sample string 35",
                    "bonusOrderCode": "sample string 36",
                    "bonusNormalSell": 37,
                    "bonusNormalCost": 38,
                    "bonusNormalCostDecimals": 39,
                    "bonusCartonQuantity": 40,
                    "bonusSalesMode": 41,
                    "bonusOrderPacked": 42,
                    "bonusFuelItem": true,
                    "bonusActive": true
                  }
                },
                "currentCostStart": "2025-08-02T23:15:58.2838841",
                "dealCosts": [
                  {
                    "$ref": "89"
                  },
                  {
                    "$ref": "89"
                  }
                ],
                "tags": [
                  {
                    "$id": "90",
                    "pluG_UID": "dro9nbEFY0+7XfZ/z6RSQA==",
                    "pluGuid": "9d3dba76-05b1-4f63-bb5d-f67fcfa45240",
                    "tagID": 1,
                    "description": "sample string 1",
                    "storeIDs": [
                      1,
                      2
                    ]
                  },
                  {
                    "$ref": "90"
                  }
                ],
                "alternateProductG_UID": "hbuuQF0Rk0Ky779kDddCtA==",
                "alternateProduct": "40aebb85-115d-4293-b2ef-bf640dd742b4",
                "productHostCode": {
                  "$id": "91",
                  "id": 1,
                  "pluG_UID": "R3NzqNXN6kSXh0cz5VO+HQ==",
                  "pluGuid": "a8737347-cdd5-44ea-9787-4733e553be1d",
                  "ibaCode": "sample string 2"
                },
                "mscCat": {
                  "$ref": "45"
                },
                "mscCom": {
                  "$ref": "46"
                },
                "mscDep": {
                  "$ref": "48"
                },
                "mscSubCom": {
                  "$ref": "47"
                },
                "isUserUpdate": true,
                "ignoreMasterProduct": true,
                "priceGroupLabelRequested": true,
                "firstSold": "2025-08-02T23:15:58.2838841",
                "inventoryTracked": "2025-08-02T23:15:58.2838841",
                "isNormalPriceChangesCampaign": true
              },
              "supplier": {
                "$ref": "5"
              },
              "serviceFee": {
                "$id": "92",
                "id": 1,
                "description": "sample string 1",
                "fee": 1
              },
              "isPrimaryHost": true,
              "hostVendor": 47
            },
            {
              "$ref": "8"
            }
          ],
          "orderCycleHeaders": [
            {
              "$id": "93",
              "storeID": 1,
              "supplierIdentifier": "rY/Hl+I3DUWRvBDSucYkbg==",
              "supplierGuid": "97c78fad-37e2-450d-91bc-10d2b9c6246e",
              "departmentCode": "sample string 2",
              "warehouseDirectIndicator": "sample string 3",
              "type": 4,
              "storeName": "sample string 5",
              "departmentName": "sample string 6",
              "orderDays": 7
            },
            {
              "$ref": "93"
            }
          ],
          "cycles": [
            {
              "$id": "94",
              "storeID": 1,
              "supplierIdentifier": "hGmyqwwVqUC48yWkPkurFA==",
              "supplierGuid": "abb26984-150c-40a9-b8f3-25a43e4bab14",
              "departmentCode": "sample string 2",
              "warehouseDirectIndicator": "sample string 3",
              "type": 4,
              "cutOffWeek": 5,
              "cutOffDay": 6,
              "cutOffTime": "00:00:00.1234567",
              "leadTime": 7,
              "daysBuffer": 8,
              "supplierName": "sample string 9",
              "cutOffDate": "2025-08-02T23:15:58.2838841",
              "deliveryDate": "2025-08-02T23:15:58.2838841",
              "nextCutOffDate": "2025-08-02T23:15:58.2838841",
              "nextDeliveryDate": "2025-08-02T23:15:58.2838841",
              "nextDaysBuffer": 10
            },
            {
              "$ref": "94"
            }
          ],
          "store": {
            "$ref": "1"
          },
          "updated": "2025-08-02T23:15:58.2838841",
          "isHost": true
        },
        "files": [
          {
            "$id": "95",
            "id": "sample string 1",
            "fileName": "sample string 2",
            "extension": "sample string 3",
            "provider": 0,
            "type": 0,
            "hostType": "sample string 4",
            "createdUtc": "2025-08-02T23:15:58.2838841",
            "processed": "2025-08-02T23:15:58.2838841",
            "isProcessing": true,
            "processedCount": 6,
            "processingTime": 1,
            "collectedUtc": "2025-08-02T23:15:58.2838841",
            "size": 1,
            "sizeFormat": "sample string 7",
            "isArchive": true,
            "version": "sample string 9",
            "reference": "sample string 10",
            "digest": "sample string 11",
            "contentType": "sample string 12",
            "host": {
              "$ref": "4"
            },
            "metcashHeader": {
              "$id": "96",
              "customerNumber": "sample string 1",
              "creationDate": "2025-08-02T23:15:58.2838841",
              "businessPillar": "sample string 3",
              "fileType": "sample string 4"
            }
          },
          {
            "$ref": "95"
          }
        ],
        "zoneMatrix": [
          {
            "$id": "97",
            "id": 1,
            "hostIdentifier": "RoMPd9WRF06A6eVMxI+KWg==",
            "hostIdentifierGuid": "770f8346-91d5-4e17-80e9-e54cc48f8a5a",
            "storeID": 1,
            "departmentCode": "sample string 2",
            "hostGuids": [
              "d00c7954-9c05-48ee-b493-2f9dccc49f50",
              "8c4de7f7-015e-4752-9cd0-85f1833c2ec8"
            ]
          },
          {
            "$ref": "97"
          }
        ],
        "hostFileStoreSetting": {
          "$ref": "3"
        },
        "hostStoreSettings": [
          {
            "$ref": "3"
          },
          {
            "$ref": "3"
          }
        ],
        "promotionPlacements": [
          {
            "$id": "98",
            "identifier": "vNFvC6owFkaoMu5ByUXdPg==",
            "identifierGuid": "0b6fd1bc-30aa-4616-a832-ee41c945dd3e",
            "code": "sample string 2",
            "description": "sample string 3",
            "isAdvertised": true
          },
          {
            "$ref": "98"
          }
        ],
        "promoTypeGuids": [
          "b42605fc-f514-4814-bcb4-0a0b582f5953",
          "c4cb32f8-946b-4bc1-be02-a4e6fdfe9829"
        ],
        "isPromotionOnly": false,
        "isOrderable": false,
        "vendor": 0
      },
      "groupIDs": [
        1,
        2
      ],
      "hostDescription": "sample string 24"
    },
    {
      "$ref": "3"
    }
  ],
  "accounts": [
    {
      "$id": "99",
      "id": 1,
      "storeID": 1,
      "accountName": "sample string 2",
      "bsb": "sample string 3",
      "accountNumber": "sample string 4",
      "accountDesignated": true
    },
    {
      "$ref": "99"
    }
  ],
  "sales": [
    {
      "$id": "100",
      "id": 1,
      "storeID": 1,
      "externalSalesType": 2,
      "ftpSiteID": 1,
      "lastSaleProcessed": "2025-08-02T23:15:58.2838841",
      "ftpSite": {
        "$id": "101",
        "id": 1,
        "description": "sample string 2",
        "address": "sample string 3",
        "username": "sample string 4",
        "password": "sample string 5",
        "path": "sample string 7",
        "protocol": 8
      }
    },
    {
      "$ref": "100"
    }
  ],
  "zoneMatrix": [
    {
      "$ref": "97"
    },
    {
      "$ref": "97"
    }
  ],
  "cashManagements": [
    {
      "$id": "102",
      "id": 1,
      "storeID": 1,
      "cashManagementType": 2,
      "apiID": 1,
      "organisationID": "sample string 3",
      "siteName": "sample string 4",
      "thirdPartyAPI": {
        "$id": "103",
        "id": 1,
        "description": "sample string 2",
        "address": "sample string 3",
        "username": "sample string 4",
        "password": "sample string 5",
        "passwordPlain": "sample string 6",
        "token": "sample string 7",
        "apiType": 8,
        "apiSubType": 9
      }
    },
    {
      "$ref": "102"
    }
  ],
  "updateStoreID": "19f43024-a46c-4fb5-a604-09c10b371668",
  "updateStore": {
    "$id": "104",
    "id": "7716d676-5a8c-4a97-92f2-60fea9f720ab",
    "name": "sample string 1",
    "lastActivity": "2025-08-02T23:15:58.2838841",
    "zone": "sample string 2",
    "timeZoneOffset": 0.0,
    "businessHoursStart": "00:00:00.1234567",
    "businessHoursEnd": "00:00:00.1234567",
    "master": true,
    "lastIP": "sample string 10",
    "lastHostName": "sample string 11",
    "ping": 1,
    "pingStatus": "sample string 12",
    "lastUpdateCompleted": "2025-08-02T23:15:58.2838841"
  },
  "timeZoneId": "sample string 53",
  "securityOptions": {
    "$id": "105",
    "loginMode": 1,
    "allowSelfVerification": true,
    "verifierEmail": "sample string 3",
    "source": "sample string 4",
    "loginModeInherited": 5,
    "loginModeSource": "sample string 6",
    "selfVerifyInherited": true,
    "selfVerifySource": "sample string 8",
    "verifyEmailInherited": "sample string 9",
    "verifyEmailSource": "sample string 10"
  }
}

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

New StoreID

integer

Response Formats

application/json, text/json

Sample:
1

application/xml, text/xml

Sample:
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</int>

application/vnd.openxmlformats-officedocument.spreadsheetml.sheet

Sample:
PK��[Q���5xl/workbook.xml �(���M�0��&ޡ�,��Vlܺp_��6П�5x|K	$��l�y�������vD=�P��]MH$hNցI3a�f1I�"V5@g��IY�abQY�r��X�y`<H�����2�=��gOs�2ۻ���"�)�a�FV�0

�Xde��|���*5���y%���T%����a�l��/PK��[����	�[Content_Types].xml �(����J�0�_��*M�D��V�*��d�
�d�k��<�H���V���=
��|�o��|����������+�����7l���e۶~=E�"�zlXO�@Ճ��C�3]HNR~���R��uU�<���������a��36��b7םQ
�1Z�$�8z�R��3
tP��-c�� g����_M��Of���~O�s�T���� ����P<�D��e=1Z��a2�b
��%#H'�2}���e�B)��~j/F�t��PK
��[�O�R''_rels/.rels �(�<?xml version="1.0" encoding="utf-8"?><Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships"><Relationship Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument" Target="xl/workbook.xml" Id="R2d6ca8a79ba6491a" /></Relationships>PK��[��4�xl/worksheets/sheet1.xml �(��Q�n� ��}%��j�U���n�ۙ%N@
82����6M�e������<��Ȯ@��ox��8�bg���9�w����t	 ��aO
71N{!Bk���	|z둜�)�A`��N��|۪�	�Q�T*;���G+L�+ܸJ9m=W��I=�g}Ï5gBɂ|���_1�m|"^r��5�*X�|.�_�u��y�o�<�LLz(��Pv�l�gN�ʹ�.��?m��j�M�v��z��+��:騕$\�礚��G����Z�kf���ߎW�Is:#F����W�PK��[��-��Pxl/_rels/workbook.xml.rels �(���KN�0@�b͞8IM�n7lؖ^���q�Ķl��Xp$��U$p%l�Y���'y>�?�۷e&/��,������NMv�pL����f��Y����#�Ol�`R��Fip�rm�h�rF�<�i[�
%.�d����z����qA���W� & {FL~Z��SSe*�'�aw�ŴҬ��b�^M-�ӌ���.d䭖�8`{�b�k�*cD@��B��ҩljJ!M��e'���Y�^���PK��[Ѓc'2E
xl/styles.xml �(��S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v�F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&�
AR>��� ��im��ΑF���YO��%�}���LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PK��[�/���xl/sharedStrings.xml �(�5�A� �B�nA�h&�@@ڵ����������d2;}Ҧ�X9frp(�9/�V���p��i�[&t�E5��YTO��r՚���R7�\���u�\*����M��9��#��s#qЧ��������~PK-��[Q���5xl/workbook.xmlPK-��[����	��[Content_Types].xmlPK-
��[�O�R''U_rels/.relsPK-��[��4��xl/worksheets/sheet1.xmlPK-��[��-��P-xl/_rels/workbook.xml.relsPK-��[Ѓc'2E
rxl/styles.xmlPK-��[�/����xl/sharedStrings.xmlPK��

application/vnd.ms-excel

Sample:
PK��[m��o�5xl/workbook.xml �(����� ��M��(b�&=y鵇�)��T~4��Mz�mgv��a�����/�ѳ	�ﰌѵ�!A�p�L�M�k��Ob�I	�xk0��EQ3�ʚ �x���
���z�P�+���	!�6�+XB����&"[���X�Y!�5tx�c����a��oUncCǪ,�TT�i��>`���/PK��[����	�[Content_Types].xml �(����J�0�_��*M�D��V�*��d�
�d�k��<�H���V���=
��|�o��|����������+�����7l���e۶~=E�"�zlXO�@Ճ��C�3]HNR~���R��uU�<���������a��36��b7םQ
�1Z�$�8z�R��3
tP��-c�� g����_M��Of���~O�s�T���� ����P<�D��e=1Z��a2�b
��%#H'�2}���e�B)��~j/F�t��PK
��[��*
''_rels/.rels �(�<?xml version="1.0" encoding="utf-8"?><Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships"><Relationship Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument" Target="xl/workbook.xml" Id="R85a9f7b2ab8443a6" /></Relationships>PK��[��4�xl/worksheets/sheet1.xml �(��Q�n� ��}%��j�U���n�ۙ%N@
82����6M�e������<��Ȯ@��ox��8�bg���9�w����t	 ��aO
71N{!Bk���	|z둜�)�A`��N��|۪�	�Q�T*;���G+L�+ܸJ9m=W��I=�g}Ï5gBɂ|���_1�m|"^r��5�*X�|.�_�u��y�o�<�LLz(��Pv�l�gN�ʹ�.��?m��j�M�v��z��+��:騕$\�礚��G����Z�kf���ߎW�Is:#F����W�PK��[��p�Pxl/_rels/workbook.xml.rels �(���AN�0E�b͞8N�$EM�aö�f<��&vd�@�Ƃ#q,*A*�`ӕ5짧�lvo��^ȇ��D�#�N
����]��fO���F0�XzbC&����&27�M��$c*}�g�G�/��~ɀk&;�g��i= =8<Md�`���1�� }O���(��Cd�
�Qu�W�PU�#�+�4����B<�~�.�B�Z��\6�"Q�m{S#=���Ӧ�N�x�V��ҫ5��+��9���PK��[Ѓc'2E
xl/styles.xml �(��S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v�F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&�
AR>��� ��im��ΑF���YO��%�}���LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PK��[�/���xl/sharedStrings.xml �(�5�A� �B�nA�h&�@@ڵ����������d2;}Ҧ�X9frp(�9/�V���p��i�[&t�E5��YTO��r՚���R7�\���u�\*����M��9��#��s#qЧ��������~PK-��[m��o�5xl/workbook.xmlPK-��[����	��[Content_Types].xmlPK-
��[��*
''U_rels/.relsPK-��[��4��xl/worksheets/sheet1.xmlPK-��[��p�P-xl/_rels/workbook.xml.relsPK-��[Ѓc'2E
txl/styles.xmlPK-��[�/����xl/sharedStrings.xmlPK��