GET api/store/{id}

Get a store

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

Store ID

integer

Required

Body Parameters

None.

Response Information

Resource Description

Store object

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.

Response 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-06-14T06:30:47.0522795",
  "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": "QstIbpo1kEia/JR/N7jApg==",
  "hostIdentifierGuid": "6e48cb42-359a-4890-9afc-947f37b8c0a6",
  "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-06-14T06:30:47.0522795",
  "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": "AZ+PWp2wcEuSmFguJIc3dQ==",
      "hostIdentifierGuid": "5a8f9f01-b09d-4b70-9298-582e24873775",
      "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": "KefE/WsHDkmSQbyilImkmA==",
        "identifierGuid": "fdc4e729-076b-490e-9241-bca29489a498",
        "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": "hmWgovEZUkqoYBrM8fml/g==",
        "hostSupplierIdentifierGuid": "a2a06586-19f1-4a52-a860-1accf1f9a5fe",
        "loyaltyPriceLevelIdentifier": "14g+GdL3XUmEXCKkkxTCAg==",
        "loyaltyPriceLevelIdentifierGuid": "193e88d7-f7d2-495d-845c-22a49314c202",
        "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-06-14T06:30:47.0522795",
        "lastProcessed": "2025-06-14T06:30:47.0522795",
        "hold": true,
        "supplierName": "sample string 35",
        "supplier": {
          "$id": "5",
          "identifier": "ao8nGRIZdUy1VJLkKE7k8g==",
          "identifierGuid": "19278f6a-1912-4c75-b554-92e4284ee4f2",
          "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": "onNsmX/SZUic9dNF74u+bA==",
          "primaryContactID": "996c73a2-d27f-4865-9cf5-d345ef8bbe6c",
          "storeID": 1,
          "abn": "sample string 16",
          "supplierGroupIdentifier": "yA/zAVIwiEKBT6efTjq1Lw==",
          "supplierGroupGuid": "01f30fc8-3052-4288-814f-a79f4e3ab52f",
          "rebate": 1.0,
          "rebateType": 1,
          "rebateFrequency": 1,
          "rebateSource": 1,
          "rebateLastClaimed": "2025-06-14T06:30:47.0522795",
          "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": "b04b0e0b-3823-4473-b899-c2096e276c6e",
            "identifier": "NvIHTcM6vEOztu39+XZk8A==",
            "identifierGuid": "4d07f236-3ac3-43bc-b3b6-edfdf97664f0",
            "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": "FFfBURRTp0yLoNas2NuYNA==",
              "supplierIdentifierGuid": "51c15714-5314-4ca7-8ba0-d6acd8db9834",
              "contactGuid": "veymcWlbEUuJqieifgmT3w==",
              "contactID": "71a6ecbd-5b69-4b11-89aa-27a27e0993df",
              "contact": {
                "$ref": "6"
              },
              "supplier": {
                "$ref": "5"
              }
            },
            {
              "$ref": "7"
            }
          ],
          "products": [
            {
              "$id": "8",
              "pluG_UID": "/UHNSdhjZEqOQn9deb8XXg==",
              "pluGuid": "49cd41fd-63d8-4a64-8e42-7f5d79bf175e",
              "supplierIdentifier": "t7WVfiV5u06GmmARv7UDLw==",
              "supplierIdentifierGuid": "7e95b5b7-7925-4ebb-869a-6011bfb5032f",
              "cartonQuantity": 1,
              "cartonQuantityChanged": true,
              "productSize": "sample string 2",
              "cigarettesPerSleeve": 1,
              "randomWeight": true,
              "piecesPerUnit": 4,
              "averagePackSize": 5,
              "effectiveDate": "2025-06-14T06:30:47.0522795",
              "pricedByWeight": true,
              "landedUnitCostEx": 8,
              "landedUnitCostInc": 9,
              "landedCartonCostInc": 10,
              "landedCartonCostEx": 11,
              "standardCost": 12,
              "deliveryFee": 1,
              "deliveryFeeBasis": "sample string 13",
              "pickAndPackFee": 1,
              "pickAndPackFeeBasis": "sample string 14",
              "financeFee": 1,
              "financeFeeBasis": "sample string 15",
              "cartonLength": 1,
              "cartonWidth": 1,
              "cartonHeight": 1,
              "palletLayerQuantity": 1,
              "palletLayers": 1,
              "itemCode": "sample string 16",
              "invoiceCode": "sample string 17",
              "invoiceDesc": "sample string 18",
              "orderDirect": true,
              "useCost": true,
              "minimumQuantity": 19,
              "hostType": 20,
              "fromHost": 21,
              "minimumReorder": 1,
              "maximumReorder": 1,
              "orderMultiple": 22.1,
              "sellMultiple": 23.1,
              "baseMultiple": 24.1,
              "hostStandardCost": 25,
              "hostTotalCost": 26,
              "hostRetail": 27,
              "hostLandedUnitCostEx": 28,
              "hostLandedUnitCostInc": 29,
              "hostDesc": "sample string 30",
              "directIndicator": "sample string 31",
              "availableToOrder": true,
              "hostRangeIndicator": "sample string 33",
              "hostProductType": "sample string 34",
              "hostProductGrade": "sample string 35",
              "hostProductGroup": "sample string 36",
              "hostSlowMoving": true,
              "hostGeneralMerchandise": true,
              "hostPillar": "sample string 39",
              "hostLastUpdated": "2025-06-14T06:30:47.0522795",
              "rebate": 1.0,
              "rebateExclude": true,
              "invoiceCodes": [
                {
                  "$id": "9",
                  "pluG_UID": "XBGl9ny0bUeZV77lvDEiag==",
                  "pluGuid": "f6a5115c-b47c-476d-9957-bee5bc31226a",
                  "supplierIdentifier": "AlDu9zJhCU+92YfgyL0mFw==",
                  "supplierIdentifierGuid": "f7ee5002-6132-4f09-bdd9-87e0c8bd2617",
                  "invoiceCode": "sample string 1",
                  "storeIDs": [
                    1,
                    2
                  ]
                },
                {
                  "$ref": "9"
                }
              ],
              "storeIDs": [
                1,
                2
              ],
              "preferredSupplier": true,
              "preferredRebateSupplier": true,
              "supplierName": "sample string 40",
              "salesMode": 41,
              "orderPacked": true,
              "active": true,
              "price": 1,
              "costGstPercent": 43,
              "parentPluG_UID": "7NQohFJvnEOP63AUvgCB9Q==",
              "parentPluGuid": "8428d4ec-6f52-439c-8feb-7014be0081f5",
              "freight": 44.0,
              "freightType": 1,
              "product": {
                "$id": "10",
                "plu": 1,
                "storeID": 1,
                "masterPluG_UID": "QEA=",
                "storeIDs": [
                  1,
                  2
                ],
                "g_UId": "+Eu1T+Ks1U2Q68+pFRG8DQ==",
                "guid": "4fb54bf8-ace2-4dd5-90eb-cfa91511bc0d",
                "apn": "sample string 1",
                "apnChanged": true,
                "apnSwitched": true,
                "barcode": "sample string 4",
                "itemNumber": "sample string 5",
                "itemNumberChanged": true,
                "priceGroupG_UID": "+luGA5BxKEaS9crZC0kGHw==",
                "priceGroupGuid": "03865bfa-7190-4628-92f5-cad90b49061f",
                "blueprintID": 1,
                "lastCountedDate": "2025-06-14T06:30:47.0522795",
                "externalID": "sample string 7",
                "active": true,
                "activated": "2025-06-14T06:30:47.0522795",
                "pluCreated": "2025-06-14T06:30:47.0522795",
                "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-06-14T06:30:47.0522795",
                "lastManualUpdate": "2025-06-14T06:30:47.0522795",
                "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-06-14T06:30:47.0522795",
                "currentCostUpdated": "2025-06-14T06:30:47.0522795",
                "costDecimals": 31,
                "costChanged": true,
                "dealCostIdentifier": "QEA=",
                "excludeFromRebate": true,
                "rebateOverride": 1,
                "costCalcMethod": 1,
                "costCalcMethodChanged": true,
                "costEffectiveDate": "2025-06-14T06:30:47.0522795",
                "defaultGP": 1,
                "breakTargetMode": 32,
                "break1": 1,
                "price1": 1,
                "target1": 33,
                "break2": 1,
                "price2": 1,
                "target2": 34,
                "break3": 1,
                "price3": 1,
                "target3": 35,
                "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-06-14T06:30:47.0522795",
                "posTare": 1,
                "altPrice": 1.0,
                "altPriceChanged": true,
                "altPriceMode": 52,
                "altPriceModeChanged": true,
                "altPLUG_UID": "NwGuXdIpjUSwutq6jlrutA==",
                "altPLUGuid": "5dae0137-29d2-448d-b0ba-daba8e5aeeb4",
                "altPLUGuidChanged": true,
                "altPriceDescription1": "sample string 53",
                "altPriceDescription2": "sample string 54",
                "cartonQuantity": 55,
                "cartonQuantityChanged": true,
                "trayID": 1,
                "promptID": 1,
                "tare": 1,
                "packQty": 1,
                "fixedWeight": 1,
                "extraMesg": 1,
                "text1": "sample string 57",
                "text2": "sample string 58",
                "text3": "sample string 59",
                "labelText": "sample string 60",
                "labelTextChanged": true,
                "sendToScale": true,
                "nonScaleWeigh": true,
                "labelFormat": "sample string 64",
                "barcodeFormat": "sample string 65",
                "austMade": 1,
                "coolCode": 66,
                "countryOfOrigin": "sample string 67",
                "percentContent": 68.1,
                "departmentID": 1,
                "subDepartmentID": 1,
                "minorDepartmentID": 1,
                "lesserDepartmentID": 1,
                "deptCode": "sample string 69",
                "subDeptCode": "sample string 70",
                "minorDeptCode": "sample string 71",
                "lesserDeptCode": "sample string 72",
                "deptName": "sample string 73",
                "subDeptName": "sample string 74",
                "minorDeptName": "sample string 75",
                "lesserDeptName": "sample string 76",
                "departmentChanged": true,
                "subCategoryID": 1,
                "expiry": 1,
                "showDays": 1,
                "datePrint": 1,
                "labelRequired": true,
                "labelShelfQty": 79,
                "labelShelfChanged": true,
                "labelTalkerQty": 81,
                "labelSmall": true,
                "labelLastPrinted": "2025-06-14T06:30:47.0522795",
                "labelLastPrice": 1,
                "shelfPageLayoutG_UID": "Xa8V5nq7rkmQlqcq1lO+qw==",
                "shelfPageLayoutGuid": "e615af5d-bb7a-49ae-9096-a72ad653beab",
                "talkerPageLayoutG_UID": "jcd3xcl6lkuqkAAWInCPzg==",
                "talkerPageLayoutGuid": "c577c78d-7ac9-4b96-aa90-001622708fce",
                "unitMeasure": 1.1,
                "unitMeasureChanged": true,
                "unitMeasureKind": 84,
                "unitMeasureKindChanged": true,
                "signIQData": "sample string 86",
                "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": 90,
                "notForSaleChanged": true,
                "excludeFromDeals": true,
                "excludeFromVoucher": true,
                "minimumAge": 93,
                "minimumAgeChanged": true,
                "buyingLimit": 1,
                "buyingLimitChanged": true,
                "buyingLimitIndependent": true,
                "buyingLimitIndependentChanged": true,
                "inventoryGuid": "eJlkexBsfUKCrbZC5cbu5A==",
                "inventoryIdentifier": "7b649978-6c10-427d-82ad-b642e5c6eee4",
                "inventoryAccuracy": 1,
                "baseUnits": 97,
                "orderPacked": 1,
                "isManufactured": true,
                "isIngredient": true,
                "isModifier": true,
                "isModifierChanged": true,
                "hasModifiers": 98,
                "defaultPrinter": "sample string 99",
                "defaultPrinterGroup": "sample string 100",
                "ingredientsOnManufacture": true,
                "manufactureUnitMeasure": 1,
                "mpl": 1,
                "maxShelfQty": 101,
                "allowAutoOrder": true,
                "warrantyPeriod": 1,
                "parentPluG_UId": "fs/tHNijRUOSElH6MJw/xA==",
                "parentPluGuid": "1cedcf7e-a3d8-4345-9212-51fa309c3fc4",
                "preferredHostVendor": 103,
                "preferredHostChanged": true,
                "code": "sample string 105",
                "supplierIdentifier": "G8R/UW94GU6YgBLtMWsGNw==",
                "supplierIdentifierGuid": "517fc41b-786f-4e19-9880-12ed316b0637",
                "supplierChanged": true,
                "rebateSupplierIdentifier": "GQUSsdQMeky8QcmogETdkw==",
                "rebateSupplierIdentifierGuid": "b1120519-0cd4-4c7a-bc41-c9a88044dd93",
                "rebateSupplierChanged": true,
                "availableForOrder": true,
                "warehouseDirectIndicator": "sample string 107",
                "warehouseDirectIndicatorChanged": true,
                "productGrade": "sample string 109",
                "productType": "sample string 110",
                "productGroup": "sample string 111",
                "complianceIndicator": "sample string 112",
                "inhouseBrand": "sample string 113",
                "slowMoving": true,
                "generalMerchandise": true,
                "comment": "sample string 116",
                "lastUpdatedByUser": "sample string 117",
                "lastManualUpdatedByUser": "sample string 118",
                "lastUpdatedByUserOverride": true,
                "lastUpdatedByHost": "2025-06-14T06:30:47.0522795",
                "commodity": "sample string 120",
                "businessPillar": "sample string 121",
                "mscCommodity": "sample string 122",
                "hostIdentifier": "ojh/+KElGkG8sv6PAsmUgw==",
                "hostIdentifierGuid": "f87f38a2-25a1-411a-bcb2-fe8f02c99483",
                "serviceFeeID": 1,
                "serviceFeeIDChanged": true,
                "providerName": "sample string 124",
                "aisleEnds": "sample string 125",
                "deleted": true,
                "deletedChanged": true,
                "hidden": true,
                "doNotRange": true,
                "doNotRangeChanged": true,
                "doNotOrder": true,
                "doNotOrderChanged": true,
                "locked": true,
                "excludeFromWebUpdate": true,
                "excludeFromWebUpdateChanged": true,
                "webPriceBasedOn": 136,
                "webPriceRounding": true,
                "webMarkup": 138,
                "webPriceMode": 139,
                "altDepartmentID": 1,
                "altSubDepartmentID": 1,
                "altMinorDepartmentID": 1,
                "altLesserDepartmentID": 1,
                "altDeptCode": "sample string 140",
                "altSubDeptCode": "sample string 141",
                "altMinorDeptCode": "sample string 142",
                "altLesserDeptCode": "sample string 143",
                "altDepartmentChanged": true,
                "storeProducts": [
                  {
                    "$ref": "10"
                  },
                  {
                    "$ref": "10"
                  }
                ],
                "store": {
                  "$ref": "1"
                },
                "storePrices": [
                  {
                    "$id": "11",
                    "pluG_UID": "IrbtEJPwkEildWuvZnv30A==",
                    "pluGuid": "10edb622-f093-4890-a575-6baf667bf7d0",
                    "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-06-14T06:30:47.0522795"
                  },
                  {
                    "$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-06-14T06:30:47.0522795",
                    "priceChangeType": 0,
                    "costDecimals": 10
                  },
                  "normalPluPrices": {
                    "$ref": "13"
                  },
                  "winningCampaign": 1,
                  "winner": {
                    "$id": "14",
                    "campaignName": "sample string 1",
                    "campaignDescription": "sample string 2",
                    "startDate": "2025-06-14T06:30:47.0522795",
                    "startTime": 3,
                    "endDate": "2025-06-14T06:30:47.0522795",
                    "endTime": 4,
                    "newPrice": 5,
                    "newCost": 6,
                    "newCostDecimals": 7,
                    "pctDiscount": 8,
                    "promoType": 1,
                    "promotionTypeCode": "sample string 9",
                    "hostType": 10,
                    "hostIdentifier": "G8xXV1MqoUaX2Zhds2MRFA==",
                    "hostIdentifierGuid": "5757cc1b-2a53-46a1-97d9-985db3631114",
                    "storeNames": [
                      "sample string 1",
                      "sample string 2"
                    ]
                  },
                  "details": [
                    {
                      "$ref": "14"
                    },
                    {
                      "$ref": "14"
                    }
                  ]
                },
                "tray": {
                  "$id": "15",
                  "g_UId": "A/Lp4HcTakiMNLPG5wK01g==",
                  "guid": "e0e9f203-1377-486a-8c34-b3c6e702b4d6",
                  "name": "sample string 1",
                  "number": 1,
                  "tare": 1
                },
                "priceGroup": {
                  "$id": "16",
                  "priceGroupG_UID": "EDWe1DTB+kKdtc21gaTqyQ==",
                  "priceGroupGuid": "d49e3510-c134-42fa-9db5-cdb581a4eac9",
                  "name": "sample string 2",
                  "code": 1,
                  "modified": true,
                  "updated": "2025-06-14T06:30:47.0522795",
                  "buyingLimit": 1,
                  "buyingLimitIndependent": true,
                  "buyingLimitType": 0,
                  "number": 1,
                  "products": [
                    {
                      "$ref": "10"
                    },
                    {
                      "$ref": "10"
                    }
                  ],
                  "productCount": 1
                },
                "priceGroupName": "sample string 145",
                "nutrifacts": {
                  "$id": "17",
                  "pluG_UID": "yFK9GaZebk+Ilfo5sKcPGQ==",
                  "pluGuid": "19bd52c8-5ea6-4f6e-8895-fa39b0a70f19",
                  "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": "3769c020-7936-4fc1-a86b-7d0b7fdfda25",
                  "created": "2025-06-14T06:30:47.0522795",
                  "createdByUser": "sample string 1",
                  "activated": "2025-06-14T06:30:47.0522795",
                  "deactivated": "2025-06-14T06:30:47.0522795",
                  "lastOrdered": "2025-06-14T06:30:47.0522795",
                  "lastOrderedQty": 2.0,
                  "lastReceived": "2025-06-14T06:30:47.0522795",
                  "lastReceivedQty": 3.0,
                  "lastInvoiceStatus": 1,
                  "lastCounted": "2025-06-14T06:30:47.0522795",
                  "lastSold": "2025-06-14T06:30:47.0522795",
                  "firstSold": "2025-06-14T06:30:47.0522795",
                  "awsUpdated": "2025-06-14T06:30:47.0522795",
                  "lastManualUpdate": "2025-06-14T06:30:47.0522795",
                  "lastManualUpdatedByUser": "sample string 5",
                  "lastUpdated": "2025-06-14T06:30:47.0522795",
                  "lastUpdatedByUser": "sample string 7",
                  "lastUpdatedByHost": "2025-06-14T06:30:47.0522795",
                  "doNotRangeUpdated": "2025-06-14T06:30:47.0522795",
                  "doNotOrderUpdated": "2025-06-14T06:30:47.0522795",
                  "tracked": "2025-06-14T06:30:47.0522795"
                },
                "allergens": [
                  {
                    "$id": "19",
                    "allergenID": 1,
                    "pluG_UID": "OEd74U97xUufabszd+E43g==",
                    "pluGuid": "e17b4738-7b4f-4bc5-9f69-bb3377e138de",
                    "contains": 2,
                    "allergenName": "sample string 3",
                    "storeIDs": [
                      1,
                      2
                    ]
                  },
                  {
                    "$ref": "19"
                  }
                ],
                "costs": {
                  "$id": "20",
                  "pluG_UID": "ZIaO7/XQPE28y8U5dPLd8A==",
                  "pluGuid": "ef8e8664-d0f5-4d3c-bccb-c53974f2ddf0",
                  "enteredCost": 1,
                  "weightedAvgCost": 1,
                  "lastCost": 1,
                  "rawEnteredCost": 2,
                  "rawWeightedAvgCost": 3,
                  "rawLastCost": 4,
                  "freight": 5.0,
                  "freightType": 6,
                  "costDecimals": 7,
                  "fifoCost": 1,
                  "updated": "2025-06-14T06:30:47.0522795",
                  "normalCost": 1,
                  "currentCost": 1
                },
                "sales": [
                  {
                    "$id": "21",
                    "saleHeaderID": 1,
                    "created": "2025-06-14T06:30:47.0522795",
                    "createdLocal": "2025-06-14T06:30:47.0522795",
                    "storeID": 3,
                    "storeName": "sample string 4",
                    "operatorG_Uid": "mK+6QwRkhkyGzDXVC0KAcQ==",
                    "operatorGuid": "43baaf98-6404-4c86-86cc-35d50b428071",
                    "operatorName": "sample string 5",
                    "tranType": 1,
                    "plu": 1,
                    "pluG_UId": "aeQArSJXXkKG9Qbuy9Gg0g==",
                    "pluGuid": "ad00e469-5722-425e-86f5-06eecbd1a0d2",
                    "normalPrice": 1,
                    "totalCents": 1,
                    "cost": 1,
                    "grossProfit": 1,
                    "quantity": 1,
                    "operator": {
                      "$id": "22",
                      "id": 1,
                      "g_Uid": "uCmkwEz2Xkykm3wO3z5lUA==",
                      "guid": "c0a429b8-f64c-4c5e-a49b-7c0edf3e6550",
                      "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-06-14T06:30:47.0522795",
                      "passwordResetRequired": true,
                      "alteredInStore": true,
                      "startShift": "2025-06-14T06:30:47.0522795",
                      "endShift": "2025-06-14T06:30:47.0522795",
                      "machineName": "sample string 20",
                      "drawerID": 1,
                      "stores": [
                        {
                          "$id": "23",
                          "operatorG_UID": "cce5abTxiE2y99Q7lAqFKQ==",
                          "operatorGuid": "69b9c771-f1b4-4d88-b2f7-d43b940a8529",
                          "storeID": 2,
                          "operator": {
                            "$ref": "22"
                          },
                          "store": {
                            "$ref": "1"
                          }
                        },
                        {
                          "$ref": "23"
                        }
                      ]
                    }
                  },
                  {
                    "$ref": "21"
                  }
                ],
                "apns": [
                  {
                    "$id": "24",
                    "pluID": 1,
                    "pluG_UID": "NZAvwol5M0WELTreWduwuQ==",
                    "pluGuid": "c22f9035-7989-4533-842d-3ade59dbb0b9",
                    "apn": "sample string 1",
                    "deleted": true,
                    "storeID": 1,
                    "storeIDs": [
                      1,
                      2
                    ]
                  },
                  {
                    "$ref": "24"
                  }
                ],
                "tuns": [
                  {
                    "$id": "25",
                    "pluG_UId": "IjYzE7hDU0SQgUixYakuSg==",
                    "pluGuid": "13333622-43b8-4453-9081-48b161a92e4a",
                    "apn": "sample string 1",
                    "tun": "sample string 2",
                    "cartonQuantity": 3,
                    "product": {
                      "$ref": "10"
                    },
                    "storeIDs": [
                      1,
                      2
                    ]
                  },
                  {
                    "$ref": "25"
                  }
                ],
                "competitionPricing": [
                  {
                    "$id": "26",
                    "identifier": "asW6U+sYGkOqPqfXLoVxPA==",
                    "identifierGuid": "53bac56a-18eb-431a-aa3e-a7d72e85713c",
                    "pluG_UID": "aCcGKvw06USGFVaJKJd+CA==",
                    "pluGuid": "2a062768-34fc-44e9-8615-568928977e08",
                    "competitionID": 1,
                    "name": "sample string 2",
                    "sellMultiple": 3,
                    "retailPrice": 4,
                    "storeName": "sample string 5"
                  },
                  {
                    "$ref": "26"
                  }
                ],
                "supplier": {
                  "$ref": "5"
                },
                "supplierName": "sample string 146",
                "children": [
                  {
                    "$ref": "10"
                  },
                  {
                    "$ref": "10"
                  }
                ],
                "ordering": {
                  "$ref": "8"
                },
                "flipChartPages": [
                  {
                    "$id": "27",
                    "identifier": "+76hVr9/bkyi3SkLvg9/KA==",
                    "groupName": "sample string 1",
                    "identifierGuid": "56a1befb-7fbf-4c6e-a2dd-290bbe0f7f28",
                    "exists": true,
                    "flipChartIdentifier": "yGMl0kjEVEWfXOQ/bKSBeA==",
                    "flipChartIdentifierGuid": "d22563c8-c448-4554-9f5c-e43f6ca48178",
                    "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": "pv/KX40HE02L3L4+/ynOgQ==",
                    "groupIdentifierGuid": "5fcaffa6-078d-4d13-8bdc-be3eff29ce81",
                    "flipChart": {
                      "$id": "28",
                      "identifier": "0Z6n23ibzkKjiuB7W21rsw==",
                      "identifierGuid": "dba79ed1-9b78-42ce-a38a-e07b5b6d6bb3",
                      "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": "dpmU4r+NRUKzmd3rco90OA==",
                        "identifierGuid": "e2949976-8dbf-4245-b399-ddeb728f7438",
                        "name": "sample string 2",
                        "formType": "sample string 3",
                        "forms": [
                          {
                            "$id": "30",
                            "id": 1,
                            "g_UID": "RVkeXBBlJ0SGJBzlJzRBfw==",
                            "guid": "5c1e5945-6510-4427-8624-1ce52734417f",
                            "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": "2bCz749x/EiPWfmavZ+/Qw==",
                            "previousFormGuid": "efb3b0d9-718f-48fc-8f59-f99abd9fbf43",
                            "nextForm": 1,
                            "nextFormG_UID": "97bsMzAXgkWl9LhJC+/QKw==",
                            "nextFormGuid": "33ecb6f7-1730-4582-a5f4-b8490befd02b",
                            "attributes": "sample string 10",
                            "updated": "2025-06-14T06:30:47.0522795",
                            "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": "thM7beahDE2xPRbR2mVSzA==",
                                "checkoutFormGuid": "6d3b13b6-a1e6-4d0c-b13d-16d1da6552cc",
                                "identifier": "mrDq+dyKy0yuA3sQEVGNYQ==",
                                "identifierGuid": "f9eab09a-8adc-4ccb-ae03-7b1011518d61",
                                "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": "RW5uPSRjokCCkHemgF+XSw==",
                                "valueGuid": "3d6e6e45-6324-40a2-8290-77a6805f974b",
                                "buttonText": "sample string 10",
                                "valueText": "sample string 11",
                                "drawImageAndButton": true,
                                "updated": "2025-06-14T06:30:47.0522795",
                                "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-06-14T06:30:47.0522795",
                                  "imageData": "QEA=",
                                  "readOnly": true
                                }
                              },
                              {
                                "$ref": "31"
                              }
                            ],
                            "panels": [
                              {
                                "$id": "33",
                                "id": 1,
                                "checkoutFormID": 2,
                                "checkoutFormG_UID": "/bafyJM3s0S2kRA3ROHR7A==",
                                "checkoutFormGuid": "c89fb6fd-3793-44b3-b691-103744e1d1ec",
                                "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": "FWday5rdpES3jM/uvYmYAg==",
                        "flipChartPageIdentifierGuid": "cb5a6715-dd9a-44a4-b78c-cfeebd899802",
                        "pluG_UID": "sgfef1vwEEaLI3l0kK36uA==",
                        "pluGuid": "7fde07b2-f05b-4610-8b23-797490adfab8",
                        "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": "72xzIfUMtECLEp8ce2W8XA==",
                    "pluGuid": "21736cef-0cf5-40b4-8b12-9f1c7b65bc5c",
                    "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-06-14T06:30:47.0522795",
                    "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": "wlCaY+KipEuvbyboKjvldw==",
                    "ingredientGuid": "MQVicbfiC0em5KQ9esucyA==",
                    "ingredientIdentifier": "71620531-e2b7-470b-a6e4-a43d7acb9cc8",
                    "quantity": 1.0,
                    "storeIDs": [
                      1,
                      2
                    ],
                    "ingredientText": "sample string 1",
                    "ingredient": {
                      "$ref": "10"
                    }
                  },
                  {
                    "$ref": "36"
                  }
                ],
                "bins": [
                  {
                    "$id": "37",
                    "pluG_UID": "UV8SldXbGEOVXWxOIJkzOg==",
                    "pluGuid": "95125f51-dbd5-4318-955d-6c4e2099333a",
                    "shelfLocationIdentifier": "/dFFnVHV60K1qxeaje01tw==",
                    "shelfLocationGuid": "9d45d1fd-d551-42eb-b5ab-179a8ded35b7",
                    "labelShelfDefault": 1,
                    "labelTalkerDefault": 1,
                    "labelSmall": true,
                    "labelPageLayoutG_UID": "RZSMS8R3RE+BWGGDyV1Osw==",
                    "labelPageLayoutGuid": "4b8c9445-77c4-4f44-8158-6183c95d4eb3",
                    "updated": "2025-06-14T06:30:47.0522795",
                    "electronicShelfLabelIdentifier": "sample string 5",
                    "electronicshelfLabelsConfigurationID": 6,
                    "labelShelfChanged": true,
                    "productName": "sample string 8",
                    "locationText": "sample string 9",
                    "product": {
                      "$ref": "10"
                    },
                    "location": {
                      "$id": "38",
                      "identifier": "NmBFRBEjsUepW39V9abKiQ==",
                      "storeID": 1,
                      "identifierGuid": "44456036-2311-47b1-a95b-7f55f5a6ca89",
                      "name": "sample string 2",
                      "haccp": true,
                      "blueprintID": 1,
                      "updated": "2025-06-14T06:30:47.0522795",
                      "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": "V2orFQAlJUihjVGPZyyTaw==",
                    "pluGuid": "152b6a57-2500-4825-a18d-518f672c936b",
                    "deptNo": 1,
                    "product": {
                      "$ref": "10"
                    },
                    "scaleLocation": {
                      "$id": "40",
                      "id": 1,
                      "deptNo": 1,
                      "deptCode": "sample string 2",
                      "name": "sample string 3",
                      "enabled": true,
                      "updated": "2025-06-14T06:30:47.0522795",
                      "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-06-14T06:30:47.0522795",
                                    "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": "ZtYdSupRDE+3+OZgj0mRWQ==",
                                    "labelPageLayoutGuid": "4a1dd666-51ea-4f0c-b7f8-e6608f499159",
                                    "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-06-14T06:30:47.0522795",
                                "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": "JWG1F3H70kuiGhuTbznhDQ==",
                                "labelPageLayoutGuid": "17b56125-fb71-4bd2-a21a-1b936f39e10d",
                                "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-06-14T06:30:47.0522795",
                            "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": "auQET92o9ECdAu0nndJfFA==",
                            "labelPageLayoutGuid": "4f04e46a-a8dd-40f4-9d02-ed279dd25f14",
                            "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-06-14T06:30:47.0522795",
                        "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": "AuoXj3Fcdk+MKdckMxiSXg==",
                        "labelPageLayoutGuid": "8f17ea02-5c71-4f76-8c29-d7243318925e",
                        "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": "uNuibsQR5kemW4LeZV6UeA==",
                  "pluGuid": "6ea2dbb8-11c4-47e6-a65b-82de655e9478",
                  "newPrice": 1,
                  "pctDiscount": 1,
                  "newCost": 1,
                  "newCostDecimals": 6,
                  "dealCostIdentifier": "qhlHWRrH2EShtfXi8taDcg==",
                  "dealCostGuid": "594719aa-c71a-44d8-a1b5-f5e2f2d68372",
                  "pluName": "sample string 7",
                  "apn": "sample string 8",
                  "fuelItem": true,
                  "priceGroupG_UID": "L8bp3WcfK0i40vnwoqk/fQ==",
                  "priceGroupGuid": "dde9c62f-1f67-482b-b8d2-f9f0a2a93f7d",
                  "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-06-14T06:30:47.0522795",
                  "rrp": 26,
                  "campaignDescription": "sample string 27",
                  "campaignComboPriceGroupG_UID": "VPmDaFRSl0qz3EtYk9FiiA==",
                  "campaignComboPriceGroupIdentifier": "6883f954-5254-4a97-b3dc-4b5893d16288",
                  "promotionPlacementDescription": "sample string 28",
                  "storeAcceptances": [
                    {
                      "$id": "50",
                      "plu": 1,
                      "pluG_UId": "QEA=",
                      "campaignID": 1,
                      "campaignName": "sample string 2",
                      "storeID": 3,
                      "acceptedUtc": "2025-06-14T06:30:47.0522795",
                      "operatorG_UID": "MObe90wPWUeRqOgiP/AvTg==",
                      "operatorGuid": "f7dee630-0f4c-4759-91a8-e8223ff02f4e",
                      "machineID": 1,
                      "processed": true,
                      "appliedUtc": "2025-06-14T06:30:47.0522795",
                      "signIqTicketFileMovedUtc": "2025-06-14T06:30:47.0522795",
                      "user": "sample string 6",
                      "campaignDescription": "sample string 7",
                      "productDesc": "sample string 8",
                      "storeName": "sample string 9",
                      "effectiveUtc": "2025-06-14T06:30:47.0522795",
                      "priceChangeType": 0,
                      "operatorName": "sample string 10",
                      "hostCampaign": true,
                      "product": {
                        "$ref": "10"
                      },
                      "campaignPlu": {
                        "$ref": "49"
                      }
                    },
                    {
                      "$ref": "50"
                    }
                  ],
                  "campaign": {
                    "$id": "51",
                    "id": 1,
                    "storeID": 2,
                    "name": "fc696020-774a-4c3d-b8b0-a76f4169ef6d",
                    "nameGuid": "fc696020-774a-4c3d-b8b0-a76f4169ef6d",
                    "description": "sample string 4",
                    "showDiscounts": true,
                    "showTotals": true,
                    "onlyEvaluateOnSubtotal": true,
                    "useDescription": true,
                    "campaignType": 1,
                    "startDate": "2025-06-14T06:30:47.0522795",
                    "startTime": 1,
                    "endDate": "2025-06-14T06:30:47.0522795",
                    "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-06-14T06:30:47.0522795",
                    "system": true,
                    "created": "2025-06-14T06:30:47.0522795",
                    "updated": "2025-06-14T06:30:47.0522795",
                    "priceChangeNotifiedUtc": "2025-06-14T06:30:47.0522795",
                    "promoType": 1,
                    "promotionTypeCode": "sample string 13",
                    "hostIdentifier": "aa/FZtmxdU+9FIDViRmO3A==",
                    "hostIdentifierGuid": "66c5af69-b1d9-4f75-bd14-80d589198edc",
                    "hostType": 14,
                    "createdByUser": "sample string 15",
                    "fromHost": true,
                    "deleted": true,
                    "campaignDeleted": "2025-06-14T06:30:47.0522795",
                    "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": "i2g+LSxclEKxZQ8oPhcAkw==",
                        "pluGuid": "2d3e688b-5c2c-4294-b165-0f283e170093",
                        "hostOfferID": 1,
                        "priceGroupG_UID": "BuqOvPXjfkKSQ5RhxKnrBg==",
                        "priceGroupGuid": "bc8eea06-e3f5-427e-9243-9461c4a9eb06",
                        "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-06-14T06:30:47.0522795",
                        "rrp": 17,
                        "campaignDescription": "sample string 18",
                        "product": {
                          "$ref": "10"
                        },
                        "campaign": {
                          "$ref": "51"
                        }
                      },
                      {
                        "$ref": "52"
                      }
                    ],
                    "sellingRules": [
                      {
                        "$id": "53",
                        "id": 1,
                        "identifier": "2rtIuBduMU21aPTqvpVokg==",
                        "identifierStr": "2rtIuBduMU21aPTqvpVokg==",
                        "identifierGuid": "b848bbda-6e17-4d31-b568-f4eabe956892",
                        "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": "drprty2a8Ee20OCvpvlegg==",
                        "customerIDGuid": "b76bba76-9a2d-47f0-b6d0-e0afa6f95e82",
                        "campaign": {
                          "$ref": "51"
                        },
                        "customer": {
                          "$id": "55",
                          "identifier": "6Ou5pjF3FkSgHvDd5DgsUA==",
                          "identifierGuid": "a6b9ebe8-7731-4416-a01e-f0dde4382c50",
                          "code": "sample string 2",
                          "familyName": "sample string 3",
                          "givenName": "sample string 4",
                          "otherName": "sample string 5",
                          "title": "sample string 6",
                          "dateOfBirth": "2025-06-14T06:30:47.0522795",
                          "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": "Y8uGtUkISEWOgYwCnzJT7A==",
                          "communityIdentifierGuid": "b586cb63-0849-4548-8e81-8c029f3253ec",
                          "joined": "2025-06-14T06:30:47.0522795",
                          "updated": "2025-06-14T06:30:47.0522795",
                          "active": true,
                          "reasonInactive": 1,
                          "groupCustomer": true,
                          "loyaltyPoints": 1,
                          "homeStoreID": 1,
                          "availableSpend": 1,
                          "priceLevelIdentifier": "0fuMCybabk6+t8GnrQ+SuQ==",
                          "priceLevelIdentifierGuid": "0b8cfbd1-da26-4e6e-beb7-c1a7ad0f92b9",
                          "marketingID": "sample string 18",
                          "hidden": true,
                          "registered": true,
                          "registeredOn": "2025-06-14T06:30:47.0522795",
                          "emailMarketing": true,
                          "smsMarketing": true,
                          "deleted": true,
                          "deletedUser": "sample string 24",
                          "homeStoreName": "sample string 25",
                          "customerCards": [
                            {
                              "$id": "56",
                              "cardType": 2,
                              "issueDate": "2025-06-14T06:30:47.0522795",
                              "expiry": "2025-06-14T06:30:47.0522795",
                              "customerID": "+CnbKHcDJEWx/O3jR58rag==",
                              "customerIDGuid": "28db29f8-0377-4524-b1fc-ede3479f2b6a",
                              "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-06-14T06:30:47.0522795",
                              "linkedAccount": "jEJZnRi4BE2Ljpm7IMK04Q==",
                              "linkedAccountGuid": "9d59428c-b818-4d04-8b8e-99bb20c2b4e1",
                              "currentValueChanged": true,
                              "limitsChanged": true,
                              "customer": {
                                "$ref": "55"
                              },
                              "account": {
                                "$id": "57",
                                "id": 1,
                                "identifier": "pXysGdbyo0i5s7iKZisWQg==",
                                "identifierGuid": "19ac7ca5-f2d6-48a3-b9b3-b88a662b1642",
                                "referenceNo": "sample string 3",
                                "name": "sample string 4",
                                "created": "2025-06-14T06:30:47.0522795",
                                "owner": "5EtENuCLh0eAG7xF2O2dZg==",
                                "ownerGuid": "36444be4-8be0-4787-801b-bc45d8ed9d66",
                                "accountStoreGroupIdentifier": "uJU3j70Xw02NZIpowuBpSQ==",
                                "accountStoreGroupGuid": "8f3795b8-17bd-4dc3-8d64-8a68c2e06949",
                                "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-06-14T06:30:47.0522795",
                                "active": true,
                                "updated": "2025-06-14T06:30:47.0522795",
                                "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": "0jIVd7kg50Wtgl9dqrguUw==",
                                    "identifierGuid": "771532d2-20b9-45e7-ad82-5f5daab82e53",
                                    "name": "sample string 2",
                                    "primaryContact": "S+IPlX5lBk6RH8FCE/XbSA==",
                                    "primaryContactGuid": "950fe24b-657e-4e06-911f-c14213f5db48",
                                    "accountID": "wsx1s0OHFkmbRvVuDqFdhg==",
                                    "accountIDGuid": "b375ccc2-8743-4916-9b46-f56e0ea15d86",
                                    "special": true,
                                    "updated": "2025-06-14T06:30:47.0522795",
                                    "active": true,
                                    "reasonInactive": 1,
                                    "priceLevelIdentifier": "bzKwX3tQhkSC8GCqIha2DQ==",
                                    "priceLevelIdentifierGuid": "5fb0326f-507b-4486-82f0-60aa2216b60d",
                                    "deleted": true,
                                    "account": {
                                      "$ref": "57"
                                    },
                                    "primaryContactCustomer": {
                                      "$ref": "55"
                                    },
                                    "customerGroupMembers": [
                                      {
                                        "$id": "60",
                                        "id": 1,
                                        "groupID": "edFnX2cx6k+pUWLuu+SrlQ==",
                                        "groupIDGuid": "5f67d179-3167-4fea-a951-62eebbe4ab95",
                                        "customerID": "83qCBJGZs0OiYhWvq3n+ZA==",
                                        "customerIDGuid": "04827af3-9991-43b3-a262-15afab79fe64",
                                        "card": "sample string 4",
                                        "linkedAccount": "OpPifvR+Q0eSoLs7cetIYA==",
                                        "linkedAccountGuid": "7ee2933a-7ef4-4743-92a0-bb3b71eb4860",
                                        "customer": {
                                          "$ref": "55"
                                        },
                                        "group": {
                                          "$ref": "59"
                                        },
                                        "customerCard": {
                                          "$ref": "56"
                                        }
                                      },
                                      {
                                        "$ref": "60"
                                      }
                                    ]
                                  },
                                  {
                                    "$ref": "59"
                                  }
                                ]
                              },
                              "payments": [
                                {
                                  "$id": "61",
                                  "id": 1,
                                  "identifier": "ufhaAwmEFU6IDbCV3WEyyg==",
                                  "identifierGuid": "035af8b9-8409-4e15-880d-b095dd6132ca",
                                  "storeID": 2,
                                  "operatorName": "sample string 3",
                                  "saleHeaderID": 4,
                                  "paymentType": 5,
                                  "amount": 6,
                                  "account": "sample string 7",
                                  "accountID": "q905qC2RIUK81HW0MsT9YA==",
                                  "accountIDGuid": "a839ddab-912d-4221-bcd4-75b432c4fd60",
                                  "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-06-14T06:30:47.0522795",
                                  "invRocNo": "sample string 14",
                                  "responseCode": "sample string 15",
                                  "cashout": 1,
                                  "tip": 16,
                                  "idempotentVoid": "uF8DDZDDz0W4EpzQ5MTGIA==",
                                  "idempotentVoidGuid": "0d035fb8-c390-45cf-b812-9cd0e4c4c620",
                                  "offline": true,
                                  "processed": 1,
                                  "storeSaleHeader": {
                                    "$id": "62",
                                    "saleHeaderID": 1,
                                    "saleHeaderGuid": "tLuwzenZ+0iRIOVGB18q3g==",
                                    "saleHeaderIdentifierGuid": "cdb0bbb4-d9e9-48fb-9120-e546075f2ade",
                                    "created": "2025-06-14T06:30:47.0522795",
                                    "createdLocal": "2025-06-14T06:30:47.0522795",
                                    "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-06-14T06:30:47.0522795",
                                    "storeID": 1,
                                    "operatorG_Uid": "SBKRG7grm0mA+DIgC+3Rug==",
                                    "operatorGuid": "1b911248-2bb8-499b-80f8-32200bedd1ba",
                                    "customerG_Uid": "Vu7ltk0UHkWgKsFA4LM2Jg==",
                                    "customerGuid": "b6e5ee56-144d-451e-a02a-c140e0b33626",
                                    "communityIdentifier": "S2/HaK1dN0K4O2hGw60zeA==",
                                    "communityIdentifierGuid": "68c76f4b-5dad-4237-b83b-6846c3ad3378",
                                    "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": "ExRpleLx8U6UMW9+PDBVqQ==",
                                    "priceLevelIdentifierGuid": "95691413-f1e2-4ef1-9431-6f7e3c3055a9",
                                    "locked": 36,
                                    "relationChecksum": "sample string 37",
                                    "loyaltyTender": 1,
                                    "giftCardTender": 1,
                                    "operator": {
                                      "$ref": "22"
                                    },
                                    "customer": {
                                      "$ref": "55"
                                    },
                                    "communityOrganisation": {
                                      "$id": "63",
                                      "id": 1,
                                      "identifier": "UrHGkHVlWUmFa1Z4V0StuQ==",
                                      "identifierGuid": "90c6b152-6575-4959-856b-56785744adb9",
                                      "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-06-14T06:30:47.0522795",
                                      "deleted": true
                                    },
                                    "details": [
                                      {
                                        "$id": "64",
                                        "saleItemID": 1,
                                        "identifier": "4XN+xpR/o0u7rsnTMHnRiw==",
                                        "identifierGuid": "c67e73e1-7f94-4ba3-bbae-c9d33079d18b",
                                        "saleHeaderID": 2,
                                        "plu": 1,
                                        "pluG_UId": "D9IZgg6jKUuLKDOUHAxZ/A==",
                                        "pluGuid": "8219d20f-a30e-4b29-8b28-33941c0c59fc",
                                        "accountID": "WGnAiEDuj0+cFaz+hPcOaQ==",
                                        "accountIDGuid": "88c06958-ee40-4f8f-9c15-acfe84f70e69",
                                        "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-06-14T06:30:47.0522795",
                                        "bestOrExpireType": 1,
                                        "providerName": "sample string 11",
                                        "refundG_UID": "bPhUIm2r+EGCgoFEZKPjEg==",
                                        "refundGuid": "2254f86c-ab6d-41f8-8282-814464a3e312",
                                        "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": "Jmq02KZMeEC0Zu++hATvUg==",
                                        "idempotentVoidGuid": "d8b46a26-4ca6-4078-b466-efbe8404ef52",
                                        "priceLevelIdentifier": "szaqD6HGgUqv8sjFDQpwZw==",
                                        "priceLevelIdentifierGuid": "0faa36b3-c6a1-4a81-aff2-c8c50d0a7067",
                                        "productName": "sample string 23",
                                        "apn": "sample string 24",
                                        "unknownScans": [
                                          {
                                            "$id": "65",
                                            "id": 1,
                                            "saleDetailID": 2,
                                            "storeID": 1,
                                            "scanned": "2025-06-14T06:30:47.0522795",
                                            "operatorG_UID": "QEA=",
                                            "barcode": "sample string 4",
                                            "processed": 1
                                          },
                                          {
                                            "$ref": "65"
                                          }
                                        ],
                                        "refund": {
                                          "$id": "66",
                                          "id": 1,
                                          "g_UID": "3f2GrPOLOE+3II5QfHwUNQ==",
                                          "guid": "ac86fddd-8bf3-4f38-b720-8e507c7c1435",
                                          "description": "sample string 1",
                                          "dumped": true,
                                          "inventoryReasonID": 1,
                                          "sortOrder": 1,
                                          "updated": "2025-06-14T06:30:47.0522795"
                                        },
                                        "modifier": {
                                          "$id": "67",
                                          "id": 1,
                                          "setG_UID": "FZt5VDNKnk25o/8peIGd4g==",
                                          "modifierSetGuid": "54799b15-4a33-4d9e-b9a3-ff2978819de2",
                                          "name": "sample string 2",
                                          "price": 1,
                                          "quantity": 1,
                                          "modifierType": 1,
                                          "groupNumber": 1,
                                          "pageNumber": 1,
                                          "controlOrder": 1,
                                          "printToStation": true,
                                          "pluG_UID": "1d7UbsCAhUqIxTiMXJsgfA==",
                                          "pluGuid": "6ed4ded5-80c0-4a85-88c5-388c5c9b207c",
                                          "deleted": true,
                                          "g_UID": "E1vlAXh6ekOq64QD7zH9lw==",
                                          "guid": "01e55b13-7a78-437a-aaeb-8403ef31fd97",
                                          "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": "MlJbpiuKnkGM1eLkuTnF2g==",
                                        "pluGuid": "a65b5232-8a2b-419e-8cd5-e2e4b939c5da",
                                        "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-06-14T06:30:47.0522795",
                                        "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-06-14T06:30:47.0522795",
                                        "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": "P6vDQGTnBke7xdf576xHSw==",
                                        "pluGuid": "40c3ab3f-e764-4706-bbc5-d7f9efac474b",
                                        "accountID": "q1zSJfmKh0aDKdhSHP+VOA==",
                                        "accountIDGuid": "25d25cab-8af9-4687-8329-d8521cff9538",
                                        "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-06-14T06:30:47.0522795",
                                        "bestOrExpireType": 1,
                                        "refundG_UID": "hU88U6SXR02WQJ438sv1hQ==",
                                        "refundGuid": "533c4f85-97a4-4d47-9640-9e37f2cbf585",
                                        "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": "hhq3Te+oR0SPKJT5cbFngA==",
                                        "identifierGuid": "4db71a86-a8ef-4447-8f28-94f971b16780",
                                        "id": 1,
                                        "orderNo": 2,
                                        "externalSaleIdentifier": "sample string 3",
                                        "storeID": 4,
                                        "zoneID": 5,
                                        "deptNo": 6,
                                        "customerIdentifier": "AU+6p85KbESm++/gX22ngA==",
                                        "customerIdentifierGuid": "a7ba4f01-4ace-446c-a6fb-efe05f6da780",
                                        "operatorNo": 1,
                                        "operatorG_UID": "tZE7oCxRzEubAYBEyWNA1Q==",
                                        "operatorGuid": "a03b91b5-512c-4bcc-9b01-8044c96340d5",
                                        "created": "2025-06-14T06:30:47.0522795",
                                        "ordered": "2025-06-14T06:30:47.0522795",
                                        "started": "2025-06-14T06:30:47.0522795",
                                        "completed": "2025-06-14T06:30:47.0522795",
                                        "supplied": "2025-06-14T06:30:47.0522795",
                                        "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": "O4/DU1sZPkyK2jTezIinsA==",
                                            "pluGuid": "53c38f3b-195b-4c3e-8ada-34decc88a7b0",
                                            "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": "hRdUf1jEtUSZy4+NjqqMVg==",
                                            "headerIdentifierGuid": "7f541785-c458-44b5-99cb-8f8d8eaa8c56",
                                            "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": "B4nA91mfIkenEyCl0MS8Fw==",
                                        "surveyGuid": "f7c08907-9f59-4722-a713-20a5d0c4bc17",
                                        "saleHeaderGuid": "0CtoXwHOiES+t57h0mpCcA==",
                                        "saleGuid": "5f682bd0-ce01-4488-beb7-9ee1d26a4270",
                                        "textResponse": "sample string 1",
                                        "integerResponse": 1,
                                        "g_UIDResponse": "BAgvZBB1eUmNsEOMJl9m2g==",
                                        "guidResponse": "642f0804-7510-4979-8db0-438c265f66da",
                                        "whoAnswered": 2,
                                        "answeredAtUTC": "2025-06-14T06:30:47.0522795",
                                        "sale": {
                                          "$ref": "62"
                                        },
                                        "survey": {
                                          "$id": "76",
                                          "g_UID": "L/XCeFtK0EGAZOyo9ly7aw==",
                                          "guid": "78c2f52f-4a5b-41d0-8064-eca8f65cbb6b",
                                          "name": "sample string 1",
                                          "storeID": 2,
                                          "zoneID": 1,
                                          "checkoutFormG_UID": "8JchDOYB0kWyBNyjyJ3e9A==",
                                          "checkoutFormGuid": "0c2197f0-01e6-45d2-b204-dca3c89ddef4",
                                          "displayToWho": 3,
                                          "displayWhen": 4,
                                          "start": "2025-06-14T06:30:47.0522795",
                                          "end": "2025-06-14T06:30:47.0522795",
                                          "deleted": true,
                                          "updated": "2025-06-14T06:30:47.0522795",
                                          "possibleIntegerResponses": [
                                            1,
                                            2
                                          ],
                                          "possibleTextResponses": [
                                            "sample string 1",
                                            "sample string 2"
                                          ],
                                          "possibleGuidResponses": [
                                            "6b80d4b3-957c-49f3-8228-6990bfd58d89",
                                            "b38534cf-ba11-4ae9-92e9-53999833bee7"
                                          ],
                                          "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": "oC9sQe2EI0SbVifpV4J0aA==",
                                    "accountIdentifier": "416c2fa0-84ed-4423-9b56-27e957827468",
                                    "accountName": "sample string 42",
                                    "customerOrderIdentifier": "P/btdu6S9k29458yHSDH+g==",
                                    "customerOrderIdentifierGuid": "76edf63f-92ee-4df6-bde3-9f321d20c7fa",
                                    "priceLevelName": "sample string 43",
                                    "revision": 44,
                                    "ingressId": "sample string 45"
                                  },
                                  "metadata": {
                                    "$id": "77",
                                    "id": 1,
                                    "paymentID": 2,
                                    "paymentIdentifier": "Xf8VC7asoUe4MsPwhmA9Dw==",
                                    "paymentIdentifierGuid": "0b15ff5d-acb6-47a1-b832-c3f086603d0f",
                                    "identifier": "+N3GC50pC0iuhTHrF0/phg==",
                                    "identifierGuid": "0bc6ddf8-299d-480b-ae85-31eb174fe986",
                                    "metadata": "sample string 3",
                                    "signatureImage": "QEA=",
                                    "itemIdentifier": "sqkdKpQIH02J+EHDZPYMfg==",
                                    "itemIdentifierGuid": "2a1da9b2-0894-4d1f-89f8-41c364f60c7e"
                                  }
                                },
                                {
                                  "$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": "ycbUGzkse0O4KKrhcjFKZg==",
                              "customerIdentifierGuid": "1bd4c6c9-2c39-437b-b828-aae172314a66",
                              "voucherName": "sample string 2",
                              "count": 3,
                              "storeID": 4,
                              "barcode": "sample string 5",
                              "redeemCount": 6,
                              "issueCount": 7,
                              "storeSalePaymentID": 1,
                              "idempotentID": "Gu8oxb9SaUqPXoEyDieGwA==",
                              "idempotentGuid": "c528ef1a-52bf-4a69-8f5e-81320e2786c0",
                              "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-06-14T06:30:47.0522795",
                                "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-06-14T06:30:47.0522795",
                                  "labelPageLayout": "+9muDO+ZLUKj85O+kFfczg==",
                                  "pageLayoutGuid": "0caed9fb-99ef-422d-a3f3-93be9057dcce",
                                  "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-06-14T06:30:47.0522795"
                                    },
                                    {
                                      "$ref": "82"
                                    }
                                  ]
                                },
                                "customerVouchers": [
                                  {
                                    "$id": "83",
                                    "id": 1,
                                    "customerIdentifier": "csvj1COE1EqFdwwh5wSNgA==",
                                    "customerIdentifierGuid": "d4e3cb72-8423-4ad4-8577-0c21e7048d80",
                                    "voucherID": 3,
                                    "voucherName": "sample string 4",
                                    "storeID": 1,
                                    "barcode": "sample string 5",
                                    "dateOfIssue": "2025-06-14T06:30:47.0522795",
                                    "issuedSaleHeaderID": 1,
                                    "issuedSaleIdentifier": "sample string 7",
                                    "issuedOfflinePaymentID": 1,
                                    "issuedIdempotentID": "OIDV/xQBQkC6OubX0ucTMA==",
                                    "issuedIdempotentGuid": "ffd58038-0114-4042-ba3a-e6d7d2e71330",
                                    "issuedOffline": true,
                                    "issuedUser": "sample string 9",
                                    "issuedNotes": "sample string 10",
                                    "expiryDate": "2025-06-14T06:30:47.0522795",
                                    "expiredUser": "sample string 11",
                                    "expiredNotes": "sample string 12",
                                    "redeemed": "2025-06-14T06:30:47.0522795",
                                    "redeemedSaleHeaderID": 1,
                                    "redeemedSaleIdentifier": "sample string 13",
                                    "redeemedOfflinePaymentID": 1,
                                    "redeemedIdempotentID": "/DWNY2ix+kqkz091Uv+6ZQ==",
                                    "redeemedIdempotentGuid": "638d35fc-b168-4afa-a4cf-4f7552ffba65",
                                    "redeemedUser": "sample string 14",
                                    "redeemedNotes": "sample string 15",
                                    "redeemedOffline": true,
                                    "updated": "2025-06-14T06:30:47.0522795",
                                    "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": "RJLVOg21fk6IE69bQ7x+HQ==",
                        "groupIDGuid": "3ad59244-b50d-4e7e-8813-af5b43bc7e1d",
                        "campaign": {
                          "$ref": "51"
                        },
                        "group": {
                          "$ref": "59"
                        }
                      },
                      {
                        "$ref": "84"
                      }
                    ],
                    "signIqTickets": [
                      {
                        "$id": "85",
                        "identifier": "owvIsJ1HFESmUzVNV/RGyQ==",
                        "identifierGuid": "b0c80ba3-479d-4414-a653-354d57f446c9",
                        "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": "l9MTU0jnrU20QOMrqI+Ugw==",
                        "guid": "5313d397-e748-4dad-b440-e32ba88f9483",
                        "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": "HVt/QLxkN0+raUm8MHd1Pw==",
                            "groupGuid": "407f5b1d-64bc-4f37-ab69-49bc3077753f",
                            "comboPriceType": 5,
                            "priceType": 5,
                            "pluG_UID": "ljmzu86GXEuIZadGVEomog==",
                            "pluGuid": "bbb33996-86ce-4b5c-8865-a746544a26a2",
                            "priceGroupG_UID": "AnTAchVF20ypaxmw0HD7og==",
                            "priceGroupGuid": "72c07402-4515-4cdb-a96b-19b0d070fba2",
                            "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": "VlfkYDsuKkufXHHeqFERzg==",
                        "priceLevelIdentifierGuid": "60e45756-2e3b-4b2a-9f5c-71dea85111ce",
                        "campaignName": "sample string 3",
                        "priceLevelName": "sample string 4"
                      },
                      {
                        "$ref": "88"
                      }
                    ]
                  },
                  "product": {
                    "$ref": "10"
                  },
                  "dealCost": {
                    "$id": "89",
                    "headerIdentifier": "G3oeZUpgREiJolq/NVkzHw==",
                    "headerIdentifierGuid": "651e7a1b-604a-4844-89a2-5abf3559331f",
                    "identifier": "oW6RWlDJqkG2WCE9L/iLmg==",
                    "identifierGuid": "5a916ea1-c950-41aa-b658-213d2ff88b9a",
                    "supplierIdentifier": "mWI7lFMR+EqjF/ChsupLrA==",
                    "supplierGuid": "943b6299-1153-4af8-a317-f0a1b2ea4bac",
                    "pluG_UID": "XdR9PyziiUyLBLDjd2Iqaw==",
                    "pluGuid": "3f7dd45d-e22c-4c89-8b04-b0e377622a6b",
                    "campaignName": "ec35a2de-52a6-4d00-b72a-9d4e397257f2",
                    "description": "sample string 4",
                    "cost": 5,
                    "costDecimals": 6,
                    "start": "2025-06-14T06:30:47.0522795",
                    "end": "2025-06-14T06:30:47.0522795",
                    "type": 9,
                    "promoType": 10,
                    "bonusItemPLUG_UID": "qy5793Cl20inrDdD7naQ5Q==",
                    "bonusItemPluGuid": "f77b2eab-a570-48db-a7ac-3743ee7690e5",
                    "bonusPurchaseUnits": 11,
                    "bonusReceiveUnits": 12,
                    "updated": "2025-06-14T06:30:47.0522795",
                    "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-06-14T06:30:47.0522795",
                    "campaignEndDate": "2025-06-14T06:30:47.0522795",
                    "masterPLUG_UID": "o1wQjRFvvUajPIJDqDKvXg==",
                    "masterID": "8d105ca3-6f11-46bd-a33c-8243a832af5e",
                    "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": "VJoww7gj+EuYA2MWCZUkVA==",
                    "bonusMasterID": "c3309a54-23b8-4bf8-9803-631609952454",
                    "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-06-14T06:30:47.0522795",
                "dealCosts": [
                  {
                    "$ref": "89"
                  },
                  {
                    "$ref": "89"
                  }
                ],
                "tags": [
                  {
                    "$id": "90",
                    "pluG_UID": "+81aVmdoMUOF4uZYwuIB5g==",
                    "pluGuid": "565acdfb-6867-4331-85e2-e658c2e201e6",
                    "tagID": 1,
                    "description": "sample string 1",
                    "storeIDs": [
                      1,
                      2
                    ]
                  },
                  {
                    "$ref": "90"
                  }
                ],
                "alternateProductG_UID": "dXGAoIpJ+Eu1b7KnDW8GaQ==",
                "alternateProduct": "a0807175-498a-4bf8-b56f-b2a70d6f0669",
                "productHostCode": {
                  "$id": "91",
                  "id": 1,
                  "pluG_UID": "xjht9EuVmUWTIEmXodPzlg==",
                  "pluGuid": "f46d38c6-954b-4599-9320-4997a1d3f396",
                  "ibaCode": "sample string 2"
                },
                "mscCat": {
                  "$ref": "45"
                },
                "mscCom": {
                  "$ref": "46"
                },
                "mscDep": {
                  "$ref": "48"
                },
                "mscSubCom": {
                  "$ref": "47"
                },
                "isUserUpdate": true,
                "ignoreMasterProduct": true,
                "priceGroupLabelRequested": true,
                "firstSold": "2025-06-14T06:30:47.0522795",
                "inventoryTracked": "2025-06-14T06:30:47.0522795",
                "isNormalPriceChangesCampaign": true
              },
              "supplier": {
                "$ref": "5"
              },
              "serviceFee": {
                "$id": "92",
                "id": 1,
                "description": "sample string 1",
                "fee": 1
              },
              "isPrimaryHost": true,
              "hostVendor": 46
            },
            {
              "$ref": "8"
            }
          ],
          "orderCycleHeaders": [
            {
              "$id": "93",
              "storeID": 1,
              "supplierIdentifier": "LsfsKtmd8EiuiiIK0/CN5A==",
              "supplierGuid": "2aecc72e-9dd9-48f0-ae8a-220ad3f08de4",
              "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": "eYUouzUW3EGsvDa7/oHwmQ==",
              "supplierGuid": "bb288579-1635-41dc-acbc-36bbfe81f099",
              "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-06-14T06:30:47.0522795",
              "deliveryDate": "2025-06-14T06:30:47.0522795",
              "nextCutOffDate": "2025-06-14T06:30:47.0522795",
              "nextDeliveryDate": "2025-06-14T06:30:47.0522795",
              "nextDaysBuffer": 10
            },
            {
              "$ref": "94"
            }
          ],
          "store": {
            "$ref": "1"
          },
          "updated": "2025-06-14T06:30:47.0522795",
          "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-06-14T06:30:47.0522795",
            "processed": "2025-06-14T06:30:47.0522795",
            "isProcessing": true,
            "processedCount": 6,
            "processingTime": 1,
            "collectedUtc": "2025-06-14T06:30:47.0522795",
            "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-06-14T06:30:47.0522795",
              "businessPillar": "sample string 3",
              "fileType": "sample string 4"
            }
          },
          {
            "$ref": "95"
          }
        ],
        "zoneMatrix": [
          {
            "$id": "97",
            "id": 1,
            "hostIdentifier": "7bHqL4um60aHIoYHyY8DCg==",
            "hostIdentifierGuid": "2feab1ed-a68b-46eb-8722-8607c98f030a",
            "storeID": 1,
            "departmentCode": "sample string 2",
            "hostGuids": [
              "c86d0b7f-5808-4a9d-8e17-0380fc7d673c",
              "4211dbe4-7949-4270-a379-be34670ce4d1"
            ]
          },
          {
            "$ref": "97"
          }
        ],
        "hostFileStoreSetting": {
          "$ref": "3"
        },
        "hostStoreSettings": [
          {
            "$ref": "3"
          },
          {
            "$ref": "3"
          }
        ],
        "promotionPlacements": [
          {
            "$id": "98",
            "identifier": "5BosfvojgUu8vWilfIouog==",
            "identifierGuid": "7e2c1ae4-23fa-4b81-bcbd-68a57c8a2ea2",
            "code": "sample string 2",
            "description": "sample string 3",
            "isAdvertised": true
          },
          {
            "$ref": "98"
          }
        ],
        "promoTypeGuids": [
          "32715963-e946-4a52-ad01-31b895083666",
          "cb03e40d-3ee0-4426-ac68-76be50f059de"
        ],
        "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-06-14T06:30:47.0522795",
      "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": "ff9899cc-c7ed-4859-8a68-bab24febc36e",
  "updateStore": {
    "$id": "104",
    "id": "410ad612-c49d-4514-8609-c36cc30be6f2",
    "name": "sample string 1",
    "lastActivity": "2025-06-14T06:30:47.0522795",
    "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-06-14T06:30:47.0522795"
  },
  "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/vnd.openxmlformats-officedocument.spreadsheetml.sheet

Sample:
PK�3�Z�Ϸ�5xl/workbook.xml �(�����0��&�C���QR8q���{��6П�5���I�yۙ��v�b��0fBo5k_��lM��(�OƂ���8�C��I�8�:ӿ�@rJ+�`�A텴o�X�:�A�Jq�q{< ��fw	�O2ߺ���"�)�`�ERHs
�x�%�:48���2��UQ�yV�iA���;�����PK�3�Z����	�[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
�3�Z_��''_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="R78820bb14d6b4228" /></Relationships>PK�3�Z�g�5�)xl/worksheets/sheet1.xml �(���ks�:��J&ߏ��V+�i�Ĕ��~k�o9�K34
���?J��z'J�(��Z~������㿳���j���o��P�ᠺ��_No������'Gw����uU�Q~�|�8^�V��Fˋ�j6Y�_�m�v5_�&���ŏ���jzQ��/~Ϫ��H+E�Eu3Y�[-������j��Z�ZT���f7��f������r��g?XTW��1<*��p0:9ڨϦ�ݲ��`�(���?�yyy<T�#~�����಺���Y}�߽��?�W�%�s1�Yn~̦k����ϻ����x
@E:�/~/W����?C}?No���3�qf7�pV������v<�o��m=^`���+��`�xڎ���w���x��{����xP	շ���9��GT�)o@�����ݷB�L�
	D���`�VH0=0��0׼7D��L q
}A�)m�9d�D�Q�:N�頍vޫL�P�ꡛWBP?x���{��tBN7���1�4�&�2r���)֖{���
	9m:���nl|PX�H��8�|�BBN����Ĝ�Mb4c�Rkd�Չ9�����)Z �d�`s�fN���O0�G/2{����� )PZ��&1h�nfw
���Lb����Lb��&͖a��4�Ĥ��4��A�](G�
�I��yr�!�4�I�����4�gLL��[!1�5�
O�Qk
>�����Iԭ� �OC:�LL�iV�!���!<�7��Ԫ�.(t
�2�&&�6�I�����!�Cb�94hm�AP`rO����T�����[��$���[�q!�NwLLbk�\���|�61ik&
�a\M��)f�&$mI_�s�a�!8�n��VHHZ�42v�:�Xp�fo��4��,`\R��!!i[H:
�n�v��b�Oʄh#�<6!i�ulB|�Qam&e��	I�Z@�ضDb�	�MHZ� �d��{oKH�����ݢ�e@�����v��P�Ɖ��x����H*�J(R���d�;S��|�׼��L	E�&����XDJ(R�"�z��x��}���3���P�Eg#�����+"̽�'�F��8X���4��P�М�ǘF$�!�>"�Ģ�Yt*v.��tq����%&]ͤ���h��:v��
�I���Rʂ�&�
(�ѻĤ����k�˨ə`U�[HB��m"]B��HZS���c^~���g��7���jrr���
�˱���q�q��Ҷ:.�'GN����z�VQv�V<�*t[q�U���iW�mų�¶ϻ
j+^t��x�U���߮"��ǘ��	s�� a��$��w���^�0g?f�GA¼�$H���	s��@s�L�0w�	s�� a�~$���;B���c!���;���Q���F�,q4��H�L�4��J�l�4�g!���,$�p��hM�}‰�g!��}��g!��}��g!��}"��g!��}B��g!��}bj��BN-�rj�ϥ�S�|.��Z�s)��2�K!���\J�&�rj�ϥ�S�|.���&���Y�)q����Y�)q����Y�)q����Y�)q����Yȩ�>9u�g!���,��q������Ql:w���;O�$t���d��D��59$lI���3a8[�炄-֋�ij�z)H�\�$l�^	�P�	��Aœ+H���	s���?��Q(�V� a��y���v�����k_������)���`�K|˳�=/�����<!f��O�3�]�X����4B��`����i����|�����ڳ�c!j��F
�N)h:m����i�?t+����+	��W�$�Kيa�Mo�Ӡ���i�[a�4��ZQ�����1��g[�
o�K!t���u������B(^�E�>����}�2���S�㞐��F�(ދ	�늄��>�D��P)��*���B��B�e��Rȿ
�_$7�LqP�%Q���]���\V�g���Zl�f������PK�3�Z��Pxl/_rels/workbook.xml.rels �(���KN�0@�b͞�N����tö�V2��&�e����G�
XEWb�������4����޾-39��5�A��a2c���n�{�eLAO.��bB:F�Di�5.2֡Ie�"cJ�H��rDZ2VS�3�I��!Z��w�?-h�`�j�1h�� �����R����D�<t���PQ��n�`U��M-�ˌ���;�d$�+QUR���h�qx�>]:w�˙ڊ	�T�>*,�b�Fo�b�PK�3�ZЃ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�3�Z�tq�}xl/sharedStrings.xml �(��Xmo�6�>`��ȧ
��ʼn�����%@�K�;�,ˉ6G�$���p�}��4id�v��EQ�#�����U�|"BR�.Z~�k9�a�Q��h==^���#b*8#�W"[·�s)�K��h-�Z�u:/�
�6_H��
)�S,:r-���*:��ŝ���`^2���K��%�%�	�<W���yG]�w�_[��CRq,�/�P�=Z�c��ǩ��"��T��-����k�r,��s��A�	"�3��8�I48FGT�Z�+�,gL��;㐨�,�1)(��Zp�����I���F�[�ћ�/�$'�&��)GY�|2�v��o�`�ՠ�S�|R�b�ҟ� K^J�+�`�3/��	V:wVB #�r�(Rp�l��;R��d�DlA��ֈ.,��X!�������tW��)_p˓R�{KjXTŌ[��$#Lќڡ}�ޔ�J�֨�CZ�%{�$�`5�fH�g.���^pQf�Z���?a���m�m&�'Z�ƽF�{{�:'6�qu�� {����y����?!A�v�)I4e���ʕ\�R/�UY@��`�@���@�w���
�a%�e���*JůiQ��YQ�[U:��}Hw�Gjg
��0%�\'���r��j�DvX��ܘ�UU�`7&�w|L��n^4���.��t��r����U���JfWk���%]����5mT:����zT�Q�Ȝ(}�T�O���R�Z�U��P�hY7�3�����<1=Ǝ
������ٵ6|�eLB	/MP�Nx�N���p|����4�{
�5��֨s�7D�o��;�!x~�����
�
���WuV��"=c�qn�M���MP��$��a/�c58h�K����!`aC���

��zޙ����0��
狚��w-�_}��b%�w�
پ��M���j��6�#^Ĵ�6 ��)��7��I����"��8��/��^��
������-�oN��<O�I���{$��M�>��n�� �I�øf 0����o����'�=��~��(C]?r����`��KI�?���@���i��y�
4���<�:�Y�E=gpw��[�|���]+/	{a�iUUk���5�k����(E�s��8��0QS��#��w�D��U�<�$J{���R«L�[^
	��}ߖK���`o�$֨��ĪVɘ�}�TOZd	t�'3;o��=�l�ۙ�y���ϼR����ކc#�Q�z>���������ԋR�x���Ѝ�^��v^���؜n�r�E��{T�+5�3��a���0�n��K�<˓^G���5Z�ⵞ�7@�a;&jID5��*lӑ����|H�ZZ
]�0'/Ք�}�����-���o�3�!�y��0g���*�C*�K�V�Ĉd����	�OiE}$�����Mr���+)�
�w���O�1�44wk89hs">���H�~�B+
�,
R�|�H�.�PK-�3�Z�Ϸ�5xl/workbook.xmlPK-�3�Z����	�[Content_Types].xmlPK-
�3�Z_��''V_rels/.relsPK-�3�Z�g�5�)�xl/worksheets/sheet1.xmlPK-�3�Z��P�xl/_rels/workbook.xml.relsPK-�3�ZЃc'2E

xl/styles.xmlPK-�3�Z�tq�}�xl/sharedStrings.xmlPK��

application/vnd.ms-excel

Sample:
PK�3�Z���5xl/workbook.xml �(�����0��&�C��@�DR8q���{��m�?ik��-%�x�3;���Ÿ�`�}Ԭ}�Z,B�
!~���:�q��(ݓ����
t E����̂4�i=�h���u�&/��7�bR��|B����d4�����"�)�`�ERH3-�Y`%�6�8��52w>�yy�x1񺬪�����w�PK�3�Z����	�[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
�3�Z�5�+''_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="R8d5187a47fda4823" /></Relationships>PK�3�Z�g�5�)xl/worksheets/sheet1.xml �(���ks�:��J&ߏ��V+�i�Ĕ��~k�o9�K34
���?J��z'J�(��Z~������㿳���j���o��P�ᠺ��_No������'Gw����uU�Q~�|�8^�V��Fˋ�j6Y�_�m�v5_�&���ŏ���jzQ��/~Ϫ��H+E�Eu3Y�[-������j��Z�ZT���f7��f������r��g?XTW��1<*��p0:9ڨϦ�ݲ��`�(���?�yyy<T�#~�����಺���Y}�߽��?�W�%�s1�Yn~̦k����ϻ����x
@E:�/~/W����?C}?No���3�qf7�pV������v<�o��m=^`���+��`�xڎ���w���x��{����xP	շ���9��GT�)o@�����ݷB�L�
	D���`�VH0=0��0׼7D��L q
}A�)m�9d�D�Q�:N�頍vޫL�P�ꡛWBP?x���{��tBN7���1�4�&�2r���)֖{���
	9m:���nl|PX�H��8�|�BBN����Ĝ�Mb4c�Rkd�Չ9�����)Z �d�`s�fN���O0�G/2{����� )PZ��&1h�nfw
���Lb����Lb��&͖a��4�Ĥ��4��A�](G�
�I��yr�!�4�I�����4�gLL��[!1�5�
O�Qk
>�����Iԭ� �OC:�LL�iV�!���!<�7��Ԫ�.(t
�2�&&�6�I�����!�Cb�94hm�AP`rO����T�����[��$���[�q!�NwLLbk�\���|�61ik&
�a\M��)f�&$mI_�s�a�!8�n��VHHZ�42v�:�Xp�fo��4��,`\R��!!i[H:
�n�v��b�Oʄh#�<6!i�ulB|�Qam&e��	I�Z@�ضDb�	�MHZ� �d��{oKH�����ݢ�e@�����v��P�Ɖ��x����H*�J(R���d�;S��|�׼��L	E�&����XDJ(R�"�z��x��}���3���P�Eg#�����+"̽�'�F��8X���4��P�М�ǘF$�!�>"�Ģ�Yt*v.��tq����%&]ͤ���h��:v��
�I���Rʂ�&�
(�ѻĤ����k�˨ə`U�[HB��m"]B��HZS���c^~���g��7���jrr���
�˱���q�q��Ҷ:.�'GN����z�VQv�V<�*t[q�U���iW�mų�¶ϻ
j+^t��x�U���߮"��ǘ��	s�� a��$��w���^�0g?f�GA¼�$H���	s��@s�L�0w�	s�� a�~$���;B���c!���;���Q���F�,q4��H�L�4��J�l�4�g!���,$�p��hM�}‰�g!��}��g!��}��g!��}"��g!��}B��g!��}bj��BN-�rj�ϥ�S�|.��Z�s)��2�K!���\J�&�rj�ϥ�S�|.���&���Y�)q����Y�)q����Y�)q����Y�)q����Yȩ�>9u�g!���,��q������Ql:w���;O�$t���d��D��59$lI���3a8[�炄-֋�ij�z)H�\�$l�^	�P�	��Aœ+H���	s���?��Q(�V� a��y���v�����k_������)���`�K|˳�=/�����<!f��O�3�]�X����4B��`����i����|�����ڳ�c!j��F
�N)h:m����i�?t+����+	��W�$�Kيa�Mo�Ӡ���i�[a�4��ZQ�����1��g[�
o�K!t���u������B(^�E�>����}�2���S�㞐��F�(ދ	�늄��>�D��P)��*���B��B�e��Rȿ
�_$7�LqP�%Q���]���\V�g���Zl�f������PK�3�Z�6�Q�Pxl/_rels/workbook.xml.rels �(���KN�0@�b͞8NHP�n�a[z���Q;��B�Ƃ#q,*A*�`��h~OO��|�Xmަ��ȇ��D�#�\7ؾ�c�w5l֫��D0�XZ�����yP�&��ɦ�v~˜R���{�E�W�/p�d��L�!:�E[������:�(ۣ�)��S
�;�,Q�=u-��K%dS�ӕ,K�o��y���u�2��EUc.��������=G�.�tZ�je�$jT!�h.j��/�_PK�3�ZЃ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�3�Z�tq�}xl/sharedStrings.xml �(��Xmo�6�>`��ȧ
��ʼn�����%@�K�;�,ˉ6G�$���p�}��4id�v��EQ�#�����U�|"BR�.Z~�k9�a�Q��h==^���#b*8#�W"[·�s)�K��h-�Z�u:/�
�6_H��
)�S,:r-���*:��ŝ���`^2���K��%�%�	�<W���yG]�w�_[��CRq,�/�P�=Z�c��ǩ��"��T��-����k�r,��s��A�	"�3��8�I48FGT�Z�+�,gL��;㐨�,�1)(��Zp�����I���F�[�ћ�/�$'�&��)GY�|2�v��o�`�ՠ�S�|R�b�ҟ� K^J�+�`�3/��	V:wVB #�r�(Rp�l��;R��d�DlA��ֈ.,��X!�������tW��)_p˓R�{KjXTŌ[��$#Lќڡ}�ޔ�J�֨�CZ�%{�$�`5�fH�g.���^pQf�Z���?a���m�m&�'Z�ƽF�{{�:'6�qu�� {����y����?!A�v�)I4e���ʕ\�R/�UY@��`�@���@�w���
�a%�e���*JůiQ��YQ�[U:��}Hw�Gjg
��0%�\'���r��j�DvX��ܘ�UU�`7&�w|L��n^4���.��t��r����U���JfWk���%]����5mT:����zT�Q�Ȝ(}�T�O���R�Z�U��P�hY7�3�����<1=Ǝ
������ٵ6|�eLB	/MP�Nx�N���p|����4�{
�5��֨s�7D�o��;�!x~�����
�
���WuV��"=c�qn�M���MP��$��a/�c58h�K����!`aC���

��zޙ����0��
狚��w-�_}��b%�w�
پ��M���j��6�#^Ĵ�6 ��)��7��I����"��8��/��^��
������-�oN��<O�I���{$��M�>��n�� �I�øf 0����o����'�=��~��(C]?r����`��KI�?���@���i��y�
4���<�:�Y�E=gpw��[�|���]+/	{a�iUUk���5�k����(E�s��8��0QS��#��w�D��U�<�$J{���R«L�[^
	��}ߖK���`o�$֨��ĪVɘ�}�TOZd	t�'3;o��=�l�ۙ�y���ϼR����ކc#�Q�z>���������ԋR�x���Ѝ�^��v^���؜n�r�E��{T�+5�3��a���0�n��K�<˓^G���5Z�ⵞ�7@�a;&jID5��*lӑ����|H�ZZ
]�0'/Ք�}�����-���o�3�!�y��0g���*�C*�K�V�Ĉd����	�OiE}$�����Mr���+)�
�w���O�1�44wk89hs">���H�~�B+
�,
R�|�H�.�PK-�3�Z���5xl/workbook.xmlPK-�3�Z����	�[Content_Types].xmlPK-
�3�Z�5�+''V_rels/.relsPK-�3�Z�g�5�)�xl/worksheets/sheet1.xmlPK-�3�Z�6�Q�P�xl/_rels/workbook.xml.relsPK-�3�ZЃc'2E

xl/styles.xmlPK-�3�Z�tq�}�xl/sharedStrings.xmlPK��