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-08-02T23:15:01.2393322",
  "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": "wlhrYTgYMEubCDIqrSu2mg==",
  "hostIdentifierGuid": "616b58c2-1838-4b30-9b08-322aad2bb69a",
  "hostName": 1,
  "hostAddress": "sample string 27",
  "hostUsername": "sample string 28",
  "hostPassword": "sample string 29",
  "excludeFromLeadInOut": true,
  "accountingProvider": 31,
  "accountingAddress": "sample string 32",
  "accountingUsername": "sample string 33",
  "accountingPassword": "sample string 34",
  "storeAccountingCode": "sample string 35",
  "softwareVariance": 36,
  "fuelWarningVariance": 37.0,
  "fuelErrorVariance": 38.0,
  "fuelAccumulatedWarningVariance": 39.0,
  "fuelAccumulatedErrorVariance": 40.0,
  "drawManagment": 41,
  "endOfDayManagment": true,
  "autoFillCashBalancing": true,
  "fuelDayVariance": 44,
  "accountingTradingTime": "00:00:00.1234567",
  "stockActivateProduct": 46,
  "giftCardSalesAccountingDeptCode": "sample string 47",
  "transactionDiscountAccountingDeptCode": "sample string 48",
  "size": 49,
  "updated": "2025-08-02T23:15:01.2393322",
  "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": "unEmte+F4ECrkP9dGO7Peg==",
      "hostIdentifierGuid": "b52671ba-85ef-40e0-ab90-ff5d18eecf7a",
      "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": "VOZqkYQc9EC1AXt22RCy/w==",
        "identifierGuid": "916ae654-1c84-40f4-b501-7b76d910b2ff",
        "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": "l9geh/wrQkqy/WlwBzp4xg==",
        "hostSupplierIdentifierGuid": "871ed897-2bfc-4a42-b2fd-6970073a78c6",
        "loyaltyPriceLevelIdentifier": "Io0Egi2lnEG74rHpxEAPAw==",
        "loyaltyPriceLevelIdentifierGuid": "82048d22-a52d-419c-bbe2-b1e9c4400f03",
        "isGroup": true,
        "description": "sample string 22",
        "hostProvider": 23,
        "hostTypeEnum": 24,
        "hostType": "sample string 25",
        "hostCode": "sample string 26",
        "username": "sample string 27",
        "password": "sample string 28",
        "passwordPlain": "sample string 29",
        "server": "sample string 30",
        "url": "sample string 31",
        "global": true,
        "stateCode": "sample string 33",
        "lastCollected": "2025-08-02T23:15:01.2393322",
        "lastProcessed": "2025-08-02T23:15:01.2393322",
        "hold": true,
        "supplierName": "sample string 35",
        "supplier": {
          "$id": "5",
          "identifier": "Rx60V/vKeU+a0QI51Jaw3w==",
          "identifierGuid": "57b41e47-cafb-4f79-9ad1-0239d496b0df",
          "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": "vW0tmvLzEkG/6QEgNfiH7g==",
          "primaryContactID": "9a2d6dbd-f3f2-4112-bfe9-012035f887ee",
          "storeID": 1,
          "abn": "sample string 16",
          "supplierGroupIdentifier": "Y/QC7z1nJEOr9lSpgPuvJA==",
          "supplierGroupGuid": "ef02f463-673d-4324-abf6-54a980fbaf24",
          "rebate": 1.0,
          "rebateType": 1,
          "rebateFrequency": 1,
          "rebateSource": 1,
          "rebateLastClaimed": "2025-08-02T23:15:01.2393322",
          "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": "8acddb33-e2ed-413b-9f85-6d57addbc449",
            "identifier": "8gg3m2a2T0mp360S8E3eBQ==",
            "identifierGuid": "9b3708f2-b666-494f-a9df-ad12f04dde05",
            "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": "i8DYtHX38UmdOgZ42qwBZQ==",
              "supplierIdentifierGuid": "b4d8c08b-f775-49f1-9d3a-0678daac0165",
              "contactGuid": "jNw+iDWVsEKd/fZ2aPpnpw==",
              "contactID": "883edc8c-9535-42b0-9dfd-f67668fa67a7",
              "contact": {
                "$ref": "6"
              },
              "supplier": {
                "$ref": "5"
              }
            },
            {
              "$ref": "7"
            }
          ],
          "products": [
            {
              "$id": "8",
              "pluG_UID": "rfROu4FFW0GDeIVXa+Y35g==",
              "pluGuid": "bb4ef4ad-4581-415b-8378-85576be637e6",
              "supplierIdentifier": "rmNb6FqUD0uKk/vtF0kTGg==",
              "supplierIdentifierGuid": "e85b63ae-945a-4b0f-8a93-fbed1749131a",
              "cartonQuantity": 1,
              "cartonQuantityChanged": true,
              "productSize": "sample string 3",
              "cigarettesPerSleeve": 1,
              "randomWeight": true,
              "piecesPerUnit": 5,
              "averagePackSize": 6,
              "effectiveDate": "2025-08-02T23:15:01.2393322",
              "pricedByWeight": true,
              "landedUnitCostEx": 9,
              "landedUnitCostInc": 10,
              "landedCartonCostInc": 11,
              "landedCartonCostEx": 12,
              "standardCost": 13,
              "deliveryFee": 1,
              "deliveryFeeBasis": "sample string 14",
              "pickAndPackFee": 1,
              "pickAndPackFeeBasis": "sample string 15",
              "financeFee": 1,
              "financeFeeBasis": "sample string 16",
              "cartonLength": 1,
              "cartonWidth": 1,
              "cartonHeight": 1,
              "palletLayerQuantity": 1,
              "palletLayers": 1,
              "itemCode": "sample string 17",
              "invoiceCode": "sample string 18",
              "invoiceDesc": "sample string 19",
              "orderDirect": true,
              "useCost": true,
              "minimumQuantity": 20,
              "hostType": 21,
              "fromHost": 22,
              "minimumReorder": 1,
              "maximumReorder": 1,
              "orderMultiple": 23.1,
              "sellMultiple": 24.1,
              "baseMultiple": 25.1,
              "hostStandardCost": 26,
              "hostTotalCost": 27,
              "hostRetail": 28,
              "hostLandedUnitCostEx": 29,
              "hostLandedUnitCostInc": 30,
              "hostDesc": "sample string 31",
              "directIndicator": "sample string 32",
              "availableToOrder": true,
              "hostRangeIndicator": "sample string 34",
              "hostProductType": "sample string 35",
              "hostProductGrade": "sample string 36",
              "hostProductGroup": "sample string 37",
              "hostSlowMoving": true,
              "hostGeneralMerchandise": true,
              "hostPillar": "sample string 40",
              "hostLastUpdated": "2025-08-02T23:15:01.2393322",
              "rebate": 1.0,
              "rebateExclude": true,
              "invoiceCodes": [
                {
                  "$id": "9",
                  "pluG_UID": "zD7bCXrtj0qrn4pL4ChlPA==",
                  "pluGuid": "09db3ecc-ed7a-4a8f-ab9f-8a4be028653c",
                  "supplierIdentifier": "imxfiDrWF0ycTmwV80Z2WQ==",
                  "supplierIdentifierGuid": "885f6c8a-d63a-4c17-9c4e-6c15f3467659",
                  "invoiceCode": "sample string 1",
                  "storeIDs": [
                    1,
                    2
                  ]
                },
                {
                  "$ref": "9"
                }
              ],
              "storeIDs": [
                1,
                2
              ],
              "preferredSupplier": true,
              "preferredRebateSupplier": true,
              "supplierName": "sample string 41",
              "salesMode": 42,
              "orderPacked": true,
              "active": true,
              "price": 1,
              "costGstPercent": 44,
              "parentPluG_UID": "3dBwnNNDlkqnzcuM2E5BRA==",
              "parentPluGuid": "9c70d0dd-43d3-4a96-a7cd-cb8cd84e4144",
              "freight": 45.0,
              "freightType": 1,
              "product": {
                "$id": "10",
                "plu": 1,
                "storeID": 1,
                "masterPluG_UID": "QEA=",
                "storeIDs": [
                  1,
                  2
                ],
                "g_UId": "hxfkcp2QMEatRTRHcxsttw==",
                "guid": "72e41787-909d-4630-ad45-3447731b2db7",
                "apn": "sample string 1",
                "apnChanged": true,
                "apnSwitched": true,
                "barcode": "sample string 4",
                "itemNumber": "sample string 5",
                "itemNumberChanged": true,
                "priceGroupG_UID": "pcPBvXoz80a2mquXOIs4/w==",
                "priceGroupGuid": "bdc1c3a5-337a-46f3-b69a-ab97388b38ff",
                "blueprintID": 1,
                "lastCountedDate": "2025-08-02T23:15:01.2393322",
                "externalID": "sample string 7",
                "active": true,
                "activated": "2025-08-02T23:15:01.2393322",
                "pluCreated": "2025-08-02T23:15:01.2393322",
                "createdByUser": "sample string 9",
                "name": "sample string 10",
                "nameChanged": true,
                "secondDescription": "sample string 12",
                "hostDescription": "sample string 13",
                "keepCartonQty": true,
                "keepDescription": true,
                "keepDepartments": true,
                "keepSuppliers": true,
                "markdownDescription": "sample string 18",
                "altDescription": "sample string 19",
                "bestOrExpire": 20,
                "lastUpdate": "2025-08-02T23:15:01.2393322",
                "lastManualUpdate": "2025-08-02T23:15:01.2393322",
                "imageName": "sample string 23",
                "showImageOnFlipCharts": true,
                "showTextOnFlipCharts": true,
                "overrideFlipChartText": true,
                "flipChartText": "sample string 27",
                "salesMode": 1,
                "eftCode": 1,
                "price": 1,
                "priceChanged": true,
                "rrp": 1,
                "gstPercent": 28,
                "gstPercentChanged": true,
                "costGSTPercent": 29,
                "costGSTPercentChanged": true,
                "wetPercent": 1,
                "priceOverride": 1,
                "cost": 1,
                "currentCost": 1,
                "currentCostDecimals": 1,
                "grossProfit": 1.0,
                "currentCostDesc": "sample string 30",
                "currentCostEnd": "2025-08-02T23:15:01.2393322",
                "currentCostUpdated": "2025-08-02T23:15:01.2393322",
                "costDecimals": 31,
                "costChanged": true,
                "dealCostIdentifier": "QEA=",
                "excludeFromRebate": true,
                "rebateOverride": 1,
                "costCalcMethod": 32,
                "costCalcMethodChanged": true,
                "costEffectiveDate": "2025-08-02T23:15:01.2393322",
                "defaultGP": 1,
                "breakTargetMode": 33,
                "break1": 1,
                "price1": 1,
                "target1": 34,
                "break2": 1,
                "price2": 1,
                "target2": 35,
                "break3": 1,
                "price3": 1,
                "target3": 36,
                "break1Changed": true,
                "price1Changed": true,
                "target1Changed": true,
                "break2Changed": true,
                "price2Changed": true,
                "target2Changed": true,
                "break3Changed": true,
                "price3Changed": true,
                "target3Changed": true,
                "breakTargetModeChanged": true,
                "margin": 1.1,
                "marginChanged": true,
                "marginRanged": true,
                "marginRangedChanged": true,
                "minimumMargin": 1.1,
                "minimumMarginChanged": true,
                "maximumMargin": 1.1,
                "maximumMarginChanged": true,
                "overrideHostWarehouseIndicator": true,
                "overrideHostWarehouseIndicatorChanged": true,
                "overrideHostPrice": true,
                "overrideHostPriceChanged": true,
                "overrideHostCost": true,
                "overrideHostCostChanged": true,
                "overrideHostMargin": true,
                "overrideHostMarginChanged": true,
                "alwaysApplyMargin": true,
                "alwaysApplyMarginChanged": true,
                "aws": 1.0,
                "awsUpdated": "2025-08-02T23:15:01.2393322",
                "posTare": 1,
                "altPrice": 1.0,
                "altPriceChanged": true,
                "altPriceMode": 53,
                "altPriceModeChanged": true,
                "altPLUG_UID": "ZoiZkb/1BECypYW1WGVK9Q==",
                "altPLUGuid": "91998866-f5bf-4004-b2a5-85b558654af5",
                "altPLUGuidChanged": true,
                "altPriceDescription1": "sample string 54",
                "altPriceDescription2": "sample string 55",
                "cartonQuantity": 56,
                "cartonQuantityChanged": true,
                "trayID": 1,
                "promptID": 1,
                "tare": 1,
                "packQty": 1,
                "fixedWeight": 1,
                "extraMesg": 1,
                "text1": "sample string 58",
                "text2": "sample string 59",
                "text3": "sample string 60",
                "labelText": "sample string 61",
                "labelTextChanged": true,
                "sendToScale": true,
                "nonScaleWeigh": true,
                "labelFormat": "sample string 65",
                "barcodeFormat": "sample string 66",
                "austMade": 1,
                "coolCode": 67,
                "countryOfOrigin": "sample string 68",
                "percentContent": 69.1,
                "departmentID": 1,
                "subDepartmentID": 1,
                "minorDepartmentID": 1,
                "lesserDepartmentID": 1,
                "deptCode": "sample string 70",
                "subDeptCode": "sample string 71",
                "minorDeptCode": "sample string 72",
                "lesserDeptCode": "sample string 73",
                "deptName": "sample string 74",
                "subDeptName": "sample string 75",
                "minorDeptName": "sample string 76",
                "lesserDeptName": "sample string 77",
                "departmentChanged": true,
                "subCategoryID": 1,
                "expiry": 1,
                "showDays": 1,
                "datePrint": 1,
                "labelRequired": true,
                "labelShelfQty": 80,
                "labelShelfChanged": true,
                "labelTalkerQty": 82,
                "labelSmall": true,
                "labelLastPrinted": "2025-08-02T23:15:01.2393322",
                "labelLastPrice": 1,
                "shelfPageLayoutG_UID": "iYm5UEvkuEWMj1loyR0xnQ==",
                "shelfPageLayoutGuid": "50b98989-e44b-45b8-8c8f-5968c91d319d",
                "talkerPageLayoutG_UID": "SehPpKjF2UGumw9pY5Ih4A==",
                "talkerPageLayoutGuid": "a44fe849-c5a8-41d9-ae9b-0f69639221e0",
                "unitMeasure": 1.1,
                "unitMeasureChanged": true,
                "unitMeasureKind": 85,
                "unitMeasureKindChanged": true,
                "signIQData": "sample string 87",
                "refresh": true,
                "earnLoyaltyPoints": true,
                "earnLoyaltyPointsChanged": true,
                "quantityOverride": true,
                "quantityOverrideChanged": true,
                "quantityRequired": true,
                "quantityRequiredChanged": true,
                "allowDiscounts": true,
                "allowDiscountsChanged": true,
                "discountDiscounts": true,
                "discountDiscountsChanged": true,
                "itemRecalled": true,
                "itemRecalledChanged": true,
                "noRefund": true,
                "noRefundChanged": true,
                "allowMarkdown": true,
                "allowMarkdownChanged": true,
                "priceRequired": true,
                "priceRequiredChanged": true,
                "fuelItem": true,
                "fuelItemChanged": true,
                "trackSerial": true,
                "trackSerialChanged": true,
                "allowZeroPrice": true,
                "allowZeroPriceChanged": true,
                "notForSale": 91,
                "notForSaleChanged": true,
                "excludeFromDeals": true,
                "excludeFromVoucher": true,
                "minimumAge": 94,
                "minimumAgeChanged": true,
                "buyingLimit": 1,
                "buyingLimitChanged": true,
                "buyingLimitIndependent": true,
                "buyingLimitIndependentChanged": true,
                "inventoryGuid": "Xj/HHEdkq0yW5zBPrBAGIw==",
                "inventoryIdentifier": "1cc73f5e-6447-4cab-96e7-304fac100623",
                "inventoryAccuracy": 1,
                "baseUnits": 98,
                "orderPacked": 1,
                "isManufactured": true,
                "isIngredient": true,
                "isModifier": true,
                "isModifierChanged": true,
                "hasModifiers": 99,
                "defaultPrinter": "sample string 100",
                "defaultPrinterGroup": "sample string 101",
                "ingredientsOnManufacture": true,
                "manufactureUnitMeasure": 1,
                "mpl": 1,
                "maxShelfQty": 102,
                "allowAutoOrder": true,
                "warrantyPeriod": 1,
                "parentPluG_UId": "FcEImk1jT0GiqyNvd/XJBQ==",
                "parentPluGuid": "9a08c115-634d-414f-a2ab-236f77f5c905",
                "preferredHostVendor": 104,
                "preferredHostChanged": true,
                "code": "sample string 106",
                "supplierIdentifier": "U8W76zkgLUK1FVoZBBIndA==",
                "supplierIdentifierGuid": "ebbbc553-2039-422d-b515-5a1904122774",
                "supplierChanged": true,
                "rebateSupplierIdentifier": "r0aoysegWES8ycU/OEugFg==",
                "rebateSupplierIdentifierGuid": "caa846af-a0c7-4458-bcc9-c53f384ba016",
                "rebateSupplierChanged": true,
                "availableForOrder": true,
                "warehouseDirectIndicator": "sample string 108",
                "warehouseDirectIndicatorChanged": true,
                "productGrade": "sample string 110",
                "productType": "sample string 111",
                "productGroup": "sample string 112",
                "complianceIndicator": "sample string 113",
                "inhouseBrand": "sample string 114",
                "slowMoving": true,
                "generalMerchandise": true,
                "comment": "sample string 117",
                "lastUpdatedByUser": "sample string 118",
                "lastManualUpdatedByUser": "sample string 119",
                "lastUpdatedByUserOverride": true,
                "lastUpdatedByHost": "2025-08-02T23:15:01.2393322",
                "commodity": "sample string 121",
                "businessPillar": "sample string 122",
                "mscCommodity": "sample string 123",
                "hostIdentifier": "aJ+e42qZUkaqhu+OLiGLDA==",
                "hostIdentifierGuid": "e39e9f68-996a-4652-aa86-ef8e2e218b0c",
                "serviceFeeID": 1,
                "serviceFeeIDChanged": true,
                "providerName": "sample string 125",
                "aisleEnds": "sample string 126",
                "deleted": true,
                "deletedChanged": true,
                "hidden": true,
                "doNotRange": true,
                "doNotRangeChanged": true,
                "doNotOrder": true,
                "doNotOrderChanged": true,
                "locked": true,
                "excludeFromWebUpdate": true,
                "excludeFromWebUpdateChanged": true,
                "webPriceBasedOn": 137,
                "webPriceRounding": true,
                "webMarkup": 139,
                "webPriceMode": 140,
                "altDepartmentID": 1,
                "altSubDepartmentID": 1,
                "altMinorDepartmentID": 1,
                "altLesserDepartmentID": 1,
                "altDeptCode": "sample string 141",
                "altSubDeptCode": "sample string 142",
                "altMinorDeptCode": "sample string 143",
                "altLesserDeptCode": "sample string 144",
                "altDepartmentChanged": true,
                "storeProducts": [
                  {
                    "$ref": "10"
                  },
                  {
                    "$ref": "10"
                  }
                ],
                "store": {
                  "$ref": "1"
                },
                "storePrices": [
                  {
                    "$id": "11",
                    "pluG_UID": "IFi6C6DeN0SySK37widvvw==",
                    "pluGuid": "0bba5820-dea0-4437-b248-adfbc2276fbf",
                    "plu": 1,
                    "storeID": 1,
                    "zoneID": 2,
                    "zoneName": "sample string 3",
                    "store": "sample string 4",
                    "priceNow": 5,
                    "costNow": 6,
                    "costNowDecimals": 7,
                    "normalPrice": 8,
                    "gstPercent": 9,
                    "normalCost": 10,
                    "normalCostDecimals": 11,
                    "costGstPercent": 12,
                    "costCalcMethod": 1,
                    "currentCost": 13,
                    "currentCostDecimals": 14,
                    "break1": 15,
                    "price1": 16,
                    "break2": 17,
                    "price2": 18,
                    "break3": 19,
                    "price3": 20,
                    "fuelItem": 21,
                    "fixedWeight": 22,
                    "active": true,
                    "complianceIndicator": "sample string 23",
                    "doNotOrder": true,
                    "doNotRange": true,
                    "isNormalPriceChangesCampaign": true,
                    "updated": "2025-08-02T23:15:01.2393322"
                  },
                  {
                    "$ref": "11"
                  }
                ],
                "currentPrices": {
                  "$id": "12",
                  "pluPrices": {
                    "$id": "13",
                    "plu": 1,
                    "pluG_UID": "QEA=",
                    "stores": [
                      1,
                      2
                    ],
                    "normalPrice": 1,
                    "cost": 2,
                    "break1": 3,
                    "price1": 4,
                    "break2": 5,
                    "price2": 6,
                    "break3": 7,
                    "price3": 8,
                    "discountPrice": 9,
                    "acceptedUtc": "2025-08-02T23:15:01.2393322",
                    "priceChangeType": 0,
                    "costDecimals": 10
                  },
                  "normalPluPrices": {
                    "$ref": "13"
                  },
                  "winningCampaign": 1,
                  "winner": {
                    "$id": "14",
                    "campaignName": "sample string 1",
                    "campaignDescription": "sample string 2",
                    "startDate": "2025-08-02T23:15:01.2393322",
                    "startTime": 3,
                    "endDate": "2025-08-02T23:15:01.2393322",
                    "endTime": 4,
                    "newPrice": 5,
                    "newCost": 6,
                    "newCostDecimals": 7,
                    "pctDiscount": 8,
                    "promoType": 1,
                    "promotionTypeCode": "sample string 9",
                    "hostType": 10,
                    "hostIdentifier": "SW4ZFsxnfEG6mg6qFgKgNQ==",
                    "hostIdentifierGuid": "16196e49-67cc-417c-ba9a-0eaa1602a035",
                    "storeNames": [
                      "sample string 1",
                      "sample string 2"
                    ]
                  },
                  "details": [
                    {
                      "$ref": "14"
                    },
                    {
                      "$ref": "14"
                    }
                  ]
                },
                "tray": {
                  "$id": "15",
                  "g_UId": "d9O7ykZ1t0CFoaq1oOSPMQ==",
                  "guid": "cabbd377-7546-40b7-85a1-aab5a0e48f31",
                  "name": "sample string 1",
                  "number": 1,
                  "tare": 1
                },
                "priceGroup": {
                  "$id": "16",
                  "priceGroupG_UID": "9KlipnPq70yArhLqH9I/Hg==",
                  "priceGroupGuid": "a662a9f4-ea73-4cef-80ae-12ea1fd23f1e",
                  "name": "sample string 2",
                  "code": 1,
                  "modified": true,
                  "updated": "2025-08-02T23:15:01.2393322",
                  "buyingLimit": 1,
                  "buyingLimitIndependent": true,
                  "buyingLimitType": 0,
                  "number": 1,
                  "products": [
                    {
                      "$ref": "10"
                    },
                    {
                      "$ref": "10"
                    }
                  ],
                  "productCount": 1
                },
                "priceGroupName": "sample string 146",
                "nutrifacts": {
                  "$id": "17",
                  "pluG_UID": "V/xtB+hzcUCp51xUTh2bAw==",
                  "pluGuid": "076dfc57-73e8-4071-a9e7-5c544e1d9b03",
                  "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": "78d066a0-e795-42df-87f2-91bce2cb9521",
                  "created": "2025-08-02T23:15:01.2393322",
                  "createdByUser": "sample string 1",
                  "activated": "2025-08-02T23:15:01.2393322",
                  "deactivated": "2025-08-02T23:15:01.2393322",
                  "lastOrdered": "2025-08-02T23:15:01.2393322",
                  "lastOrderedQty": 2.0,
                  "lastReceived": "2025-08-02T23:15:01.2393322",
                  "lastReceivedQty": 3.0,
                  "lastInvoiceStatus": 1,
                  "lastCounted": "2025-08-02T23:15:01.2393322",
                  "lastSold": "2025-08-02T23:15:01.2393322",
                  "firstSold": "2025-08-02T23:15:01.2393322",
                  "awsUpdated": "2025-08-02T23:15:01.2393322",
                  "lastManualUpdate": "2025-08-02T23:15:01.2393322",
                  "lastManualUpdatedByUser": "sample string 5",
                  "lastUpdated": "2025-08-02T23:15:01.2393322",
                  "lastUpdatedByUser": "sample string 7",
                  "lastUpdatedByHost": "2025-08-02T23:15:01.2393322",
                  "doNotRangeUpdated": "2025-08-02T23:15:01.2393322",
                  "doNotOrderUpdated": "2025-08-02T23:15:01.2393322",
                  "tracked": "2025-08-02T23:15:01.2393322"
                },
                "allergens": [
                  {
                    "$id": "19",
                    "allergenID": 1,
                    "pluG_UID": "LS7zqB1Pik+4tBDmcxkWug==",
                    "pluGuid": "a8f32e2d-4f1d-4f8a-b8b4-10e6731916ba",
                    "contains": 2,
                    "allergenName": "sample string 3",
                    "storeIDs": [
                      1,
                      2
                    ]
                  },
                  {
                    "$ref": "19"
                  }
                ],
                "costs": {
                  "$id": "20",
                  "pluG_UID": "49kOzbDJt0ur+C48ZI5uXw==",
                  "pluGuid": "cd0ed9e3-c9b0-4bb7-abf8-2e3c648e6e5f",
                  "enteredCost": 1,
                  "weightedAvgCost": 1,
                  "lastCost": 1,
                  "rawEnteredCost": 2,
                  "rawWeightedAvgCost": 3,
                  "rawLastCost": 4,
                  "freight": 5.0,
                  "freightType": 6,
                  "costDecimals": 7,
                  "fifoCost": 1,
                  "updated": "2025-08-02T23:15:01.2393322",
                  "normalCost": 1,
                  "currentCost": 1
                },
                "sales": [
                  {
                    "$id": "21",
                    "saleHeaderID": 1,
                    "created": "2025-08-02T23:15:01.2393322",
                    "createdLocal": "2025-08-02T23:15:01.2393322",
                    "storeID": 3,
                    "storeName": "sample string 4",
                    "operatorG_Uid": "lYDuVVOljU+f1aIqNq1WEw==",
                    "operatorGuid": "55ee8095-a553-4f8d-9fd5-a22a36ad5613",
                    "operatorName": "sample string 5",
                    "tranType": 1,
                    "plu": 1,
                    "pluG_UId": "nmFxI8epnkizphG8bDKUFg==",
                    "pluGuid": "2371619e-a9c7-489e-b3a6-11bc6c329416",
                    "normalPrice": 1,
                    "totalCents": 1,
                    "cost": 1,
                    "grossProfit": 1,
                    "quantity": 1,
                    "operator": {
                      "$id": "22",
                      "id": 1,
                      "g_Uid": "T+QGuVZrdUqv1JphnZaQzw==",
                      "guid": "b906e44f-6b56-4a75-afd4-9a619d9690cf",
                      "operatorNumber": 1,
                      "shortName": "sample string 2",
                      "firstName": "sample string 3",
                      "lastName": "sample string 4",
                      "password": "sample string 5",
                      "hasPassword": true,
                      "passwordText": "sample string 6",
                      "rfidTagID": "sample string 7",
                      "blueprintID": 1,
                      "groupID": 1,
                      "groupName": "sample string 8",
                      "managerGroupID": 1,
                      "managerGroupName": "sample string 9",
                      "zoneID": 1,
                      "zoneName": "sample string 10",
                      "loggedIn": 1,
                      "lastUsedIP": "sample string 11",
                      "deleted": true,
                      "locked": true,
                      "allowOpenTill": true,
                      "webEmail": "sample string 14",
                      "simpleOperatorType": 0,
                      "webRole": "sample string 15",
                      "updated": "2025-08-02T23:15:01.2393322",
                      "passwordResetRequired": true,
                      "alteredInStore": true,
                      "startShift": "2025-08-02T23:15:01.2393322",
                      "endShift": "2025-08-02T23:15:01.2393322",
                      "machineName": "sample string 20",
                      "drawerID": 1,
                      "stores": [
                        {
                          "$id": "23",
                          "operatorG_UID": "aXm2ZKBvAUGgvSaep1tfQw==",
                          "operatorGuid": "64b67969-6fa0-4101-a0bd-269ea75b5f43",
                          "storeID": 2,
                          "operator": {
                            "$ref": "22"
                          },
                          "store": {
                            "$ref": "1"
                          }
                        },
                        {
                          "$ref": "23"
                        }
                      ]
                    }
                  },
                  {
                    "$ref": "21"
                  }
                ],
                "apns": [
                  {
                    "$id": "24",
                    "pluID": 1,
                    "pluG_UID": "Z3jiUo0TMUG090O7EaVgqg==",
                    "pluGuid": "52e27867-138d-4131-b4f7-43bb11a560aa",
                    "apn": "sample string 1",
                    "deleted": true,
                    "storeID": 1,
                    "storeIDs": [
                      1,
                      2
                    ]
                  },
                  {
                    "$ref": "24"
                  }
                ],
                "tuns": [
                  {
                    "$id": "25",
                    "pluG_UId": "tLMtWPvxjE+Jbg/lLCEsAw==",
                    "pluGuid": "582db3b4-f1fb-4f8c-896e-0fe52c212c03",
                    "apn": "sample string 1",
                    "tun": "sample string 2",
                    "cartonQuantity": 3,
                    "product": {
                      "$ref": "10"
                    },
                    "storeIDs": [
                      1,
                      2
                    ]
                  },
                  {
                    "$ref": "25"
                  }
                ],
                "competitionPricing": [
                  {
                    "$id": "26",
                    "identifier": "LjW8V1L3N0KOEnec5P60ww==",
                    "identifierGuid": "57bc352e-f752-4237-8e12-779ce4feb4c3",
                    "pluG_UID": "uCW3qcrKPU2hLP+NBSTszA==",
                    "pluGuid": "a9b725b8-caca-4d3d-a12c-ff8d0524eccc",
                    "competitionID": 1,
                    "name": "sample string 2",
                    "sellMultiple": 3,
                    "retailPrice": 4,
                    "storeName": "sample string 5"
                  },
                  {
                    "$ref": "26"
                  }
                ],
                "supplier": {
                  "$ref": "5"
                },
                "supplierName": "sample string 147",
                "children": [
                  {
                    "$ref": "10"
                  },
                  {
                    "$ref": "10"
                  }
                ],
                "ordering": {
                  "$ref": "8"
                },
                "flipChartPages": [
                  {
                    "$id": "27",
                    "identifier": "fR0KMsbPikCnhNl2Gccjxg==",
                    "groupName": "sample string 1",
                    "identifierGuid": "320a1d7d-cfc6-408a-a784-d97619c723c6",
                    "exists": true,
                    "flipChartIdentifier": "wPRzuvWVjE6qMg0owHxl9g==",
                    "flipChartIdentifierGuid": "ba73f4c0-95f5-4e8c-aa32-0d28c07c65f6",
                    "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": "Uu/MVcyvUk24pBVaqdHtQQ==",
                    "groupIdentifierGuid": "55ccef52-afcc-4d52-b8a4-155aa9d1ed41",
                    "flipChart": {
                      "$id": "28",
                      "identifier": "x1QVJiRDCU+3uPJl5v5G7w==",
                      "identifierGuid": "261554c7-4324-4f09-b7b8-f265e6fe46ef",
                      "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": "+8hVlhxu4U2/AVtABXHIFA==",
                        "identifierGuid": "9655c8fb-6e1c-4de1-bf01-5b400571c814",
                        "name": "sample string 2",
                        "formType": "sample string 3",
                        "forms": [
                          {
                            "$id": "30",
                            "id": 1,
                            "g_UID": "0igPmK4VGk+kS7B+z2oKKw==",
                            "guid": "980f28d2-15ae-4f1a-a44b-b07ecf6a0a2b",
                            "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": "F3xGrg7ASE+ID/jwhzjfoQ==",
                            "previousFormGuid": "ae467c17-c00e-4f48-880f-f8f08738dfa1",
                            "nextForm": 1,
                            "nextFormG_UID": "Q2GLnrXUFkGEyB19AGsorA==",
                            "nextFormGuid": "9e8b6143-d4b5-4116-84c8-1d7d006b28ac",
                            "attributes": "sample string 10",
                            "updated": "2025-08-02T23:15:01.2393322",
                            "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": "26VcCt7HmEau21WVVdVvtA==",
                                "checkoutFormGuid": "0a5ca5db-c7de-4698-aedb-559555d56fb4",
                                "identifier": "p91T3ZCj90GajHbrpR0VBw==",
                                "identifierGuid": "dd53dda7-a390-41f7-9a8c-76eba51d1507",
                                "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": "2BjIF2sCjUepUglpPLzPvw==",
                                "valueGuid": "17c818d8-026b-478d-a952-09693cbccfbf",
                                "buttonText": "sample string 10",
                                "valueText": "sample string 11",
                                "drawImageAndButton": true,
                                "updated": "2025-08-02T23:15:01.2393322",
                                "action": "sample string 12",
                                "valueForm": {
                                  "$ref": "30"
                                },
                                "image": {
                                  "$id": "32",
                                  "name": "sample string 3.sample string 4",
                                  "imageID": 2,
                                  "imageName": "sample string 3",
                                  "imageExtension": "sample string 4",
                                  "lastUpdate": "2025-08-02T23:15:01.2393322",
                                  "imageData": "QEA=",
                                  "readOnly": true
                                }
                              },
                              {
                                "$ref": "31"
                              }
                            ],
                            "panels": [
                              {
                                "$id": "33",
                                "id": 1,
                                "checkoutFormID": 2,
                                "checkoutFormG_UID": "p/S0uMu0/kiS6NYwNoHm2g==",
                                "checkoutFormGuid": "b8b4f4a7-b4cb-48fe-92e8-d6303681e6da",
                                "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": "TDR6hzBsAUammotHrEgDqQ==",
                        "flipChartPageIdentifierGuid": "877a344c-6c30-4601-a69a-8b47ac4803a9",
                        "pluG_UID": "Adg3BFMRREG6TdEr3vGlPQ==",
                        "pluGuid": "0437d801-1153-4144-ba4d-d12bdef1a53d",
                        "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": "2+rVXcCtG0SO+ew5gN/wmw==",
                    "pluGuid": "5dd5eadb-adc0-441b-8ef9-ec3980dff09b",
                    "price": 1,
                    "costCalcMethod": 1,
                    "cost": 2,
                    "weightedAvgCost": 3,
                    "lastCost": 4,
                    "rawCost": 5,
                    "rawWeightedAvgCost": 6,
                    "rawLastCost": 7,
                    "costDecimals": 8,
                    "serviceFeeID": 9,
                    "freight": 10.0,
                    "freightType": 11,
                    "process": "sample string 12",
                    "user": "sample string 13",
                    "updated": "2025-08-02T23:15:01.2393322",
                    "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": "WWgalNaTVE+lTGOQN3v9Lg==",
                    "ingredientGuid": "ofMikTdtwUyu6JVlecu87A==",
                    "ingredientIdentifier": "9122f3a1-6d37-4cc1-aee8-956579cbbcec",
                    "quantity": 1.0,
                    "storeIDs": [
                      1,
                      2
                    ],
                    "ingredientText": "sample string 1",
                    "ingredient": {
                      "$ref": "10"
                    }
                  },
                  {
                    "$ref": "36"
                  }
                ],
                "bins": [
                  {
                    "$id": "37",
                    "pluG_UID": "Ktj5yvuxOEiuTBWbH6qoYw==",
                    "pluGuid": "caf9d82a-b1fb-4838-ae4c-159b1faaa863",
                    "shelfLocationIdentifier": "TPd+LWCdn0aOVLN1UB/JvA==",
                    "shelfLocationGuid": "2d7ef74c-9d60-469f-8e54-b375501fc9bc",
                    "labelShelfDefault": 1,
                    "labelTalkerDefault": 1,
                    "labelSmall": true,
                    "labelPageLayoutG_UID": "N2axJV0DmU2PhzC7es3Mew==",
                    "labelPageLayoutGuid": "25b16637-035d-4d99-8f87-30bb7acdcc7b",
                    "updated": "2025-08-02T23:15:01.2393322",
                    "electronicShelfLabelIdentifier": "sample string 5",
                    "electronicshelfLabelsConfigurationID": 6,
                    "labelShelfChanged": true,
                    "productName": "sample string 8",
                    "locationText": "sample string 9",
                    "product": {
                      "$ref": "10"
                    },
                    "location": {
                      "$id": "38",
                      "identifier": "32gWNSjOXU6kcA2urnC47Q==",
                      "storeID": 1,
                      "identifierGuid": "351668df-ce28-4e5d-a470-0daeae70b8ed",
                      "name": "sample string 2",
                      "haccp": true,
                      "blueprintID": 1,
                      "updated": "2025-08-02T23:15:01.2393322",
                      "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": "3iZPgWNJL0eKVhYCW04OAg==",
                    "pluGuid": "814f26de-4963-472f-8a56-16025b4e0e02",
                    "deptNo": 1,
                    "product": {
                      "$ref": "10"
                    },
                    "scaleLocation": {
                      "$id": "40",
                      "id": 1,
                      "deptNo": 1,
                      "deptCode": "sample string 2",
                      "name": "sample string 3",
                      "enabled": true,
                      "updated": "2025-08-02T23:15:01.2393322",
                      "department": {
                        "$id": "41",
                        "id": 1,
                        "name": "sample string 2",
                        "code": "sample string 3",
                        "sortOrder": 4,
                        "isLiquor": true,
                        "isTobacco": true,
                        "excludeTalker": true,
                        "externalSales": true,
                        "saleGLCode": "sample string 9",
                        "cogsglCode": "sample string 10",
                        "accountingCategoryID": 11,
                        "maximumMarkdownPercentage": 12.0,
                        "accountingOnly": true,
                        "generateExternalID": 1,
                        "useNonReportableTaxCode": true,
                        "minPLU": 15,
                        "maxPLU": 16,
                        "scaleLocation": {
                          "$ref": "40"
                        },
                        "subDepartments": [
                          {
                            "$id": "42",
                            "id": 1,
                            "departmentID": 2,
                            "name": "sample string 3",
                            "code": "sample string 4",
                            "departmentCode": "sample string 5",
                            "externalSales": true,
                            "minorDepartments": [
                              {
                                "$id": "43",
                                "id": 1,
                                "subDepartmentID": 2,
                                "departmentID": 3,
                                "name": "sample string 4",
                                "subDepartmentCode": "sample string 5",
                                "departmentCode": "sample string 6",
                                "code": "sample string 7",
                                "lesserDepartments": [
                                  {
                                    "$id": "44",
                                    "id": 1,
                                    "departmentID": 2,
                                    "subDepartmentID": 3,
                                    "minorDepartmentID": 4,
                                    "name": "sample string 5",
                                    "code": "sample string 6",
                                    "departmentCode": "sample string 7",
                                    "subDepartmentCode": "sample string 8",
                                    "minorDepartmentCode": "sample string 9",
                                    "updated": "2025-08-02T23:15:01.2393322",
                                    "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": "YqrDmtuV+0ytuhH5EB+N6Q==",
                                    "labelPageLayoutGuid": "9ac3aa62-95db-4cfb-adba-11f9101f8de9",
                                    "minimumAge": 17,
                                    "countryOfOrigin": "sample string 18",
                                    "serviceFeeID": 1,
                                    "eftCode": 19,
                                    "defaultPrinter": "sample string 20",
                                    "defaultPrinterGroup": "sample string 21",
                                    "buyingLimit": 1,
                                    "buyingLimitIndependent": true,
                                    "buyingLimitType": 0,
                                    "includeInDistinctLimit": true,
                                    "defaultsEmpty": false,
                                    "mscCat": {
                                      "$id": "45",
                                      "dept": 1,
                                      "category": 2,
                                      "name": "sample string 3",
                                      "active": true,
                                      "mscCommodities": [
                                        {
                                          "$id": "46",
                                          "dept": 1,
                                          "category": 2,
                                          "commodity": 3,
                                          "name": "sample string 4",
                                          "active": true,
                                          "mscSubCommodities": [
                                            {
                                              "$id": "47",
                                              "dept": 1,
                                              "category": 2,
                                              "commodity": 3,
                                              "subCommodity": 4,
                                              "name": "sample string 5",
                                              "active": true,
                                              "subCommodityCode": "sample string 7"
                                            },
                                            {
                                              "$ref": "47"
                                            }
                                          ],
                                          "commodityCode": "sample string 6"
                                        },
                                        {
                                          "$ref": "46"
                                        }
                                      ],
                                      "categoryCode": "sample string 5"
                                    },
                                    "mscCom": {
                                      "$ref": "46"
                                    },
                                    "mscDep": {
                                      "$id": "48",
                                      "dept": 1,
                                      "name": "sample string 2",
                                      "active": true,
                                      "mscCategories": [
                                        {
                                          "$ref": "45"
                                        },
                                        {
                                          "$ref": "45"
                                        }
                                      ],
                                      "deptCode": "sample string 4"
                                    },
                                    "mscSubCom": {
                                      "$ref": "47"
                                    }
                                  },
                                  {
                                    "$ref": "44"
                                  }
                                ],
                                "updated": "2025-08-02T23:15:01.2393322",
                                "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": "vJcvtwcd3E+ApM9nNM/E/A==",
                                "labelPageLayoutGuid": "b72f97bc-1d07-4fdc-80a4-cf6734cfc4fc",
                                "minimumAge": 15,
                                "countryOfOrigin": "sample string 16",
                                "serviceFeeID": 1,
                                "eftCode": 17,
                                "defaultPrinter": "sample string 18",
                                "defaultPrinterGroup": "sample string 19",
                                "buyingLimit": 1,
                                "buyingLimitIndependent": true,
                                "buyingLimitType": 0,
                                "includeInDistinctLimit": true,
                                "defaultsEmpty": false,
                                "mscCat": {
                                  "$ref": "45"
                                },
                                "mscCom": {
                                  "$ref": "46"
                                },
                                "mscDep": {
                                  "$ref": "48"
                                },
                                "mscSubCom": {
                                  "$ref": "47"
                                }
                              },
                              {
                                "$ref": "43"
                              }
                            ],
                            "investmentBuyOverride": true,
                            "updated": "2025-08-02T23:15:01.2393322",
                            "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": "1MyoX0hz9EKwk+qr4iK1kQ==",
                            "labelPageLayoutGuid": "5fa8ccd4-7348-42f4-b093-eaabe222b591",
                            "minimumAge": 15,
                            "countryOfOrigin": "sample string 16",
                            "serviceFeeID": 1,
                            "eftCode": 17,
                            "defaultPrinter": "sample string 18",
                            "defaultPrinterGroup": "sample string 19",
                            "buyingLimit": 1,
                            "buyingLimitIndependent": true,
                            "buyingLimitType": 0,
                            "includeInDistinctLimit": true,
                            "defaultsEmpty": false,
                            "mscCat": {
                              "$ref": "45"
                            },
                            "mscCom": {
                              "$ref": "46"
                            },
                            "mscDep": {
                              "$ref": "48"
                            },
                            "mscSubCom": {
                              "$ref": "47"
                            }
                          },
                          {
                            "$ref": "42"
                          }
                        ],
                        "stores": [
                          1,
                          2
                        ],
                        "investmentBuyOverride": true,
                        "updated": "2025-08-02T23:15:01.2393322",
                        "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": "mcqfJjuiQk+/hht0HKT1Kw==",
                        "labelPageLayoutGuid": "269fca99-a23b-4f42-bf86-1b741ca4f52b",
                        "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": "yT+rrVXjLECd0Mva0END5Q==",
                  "pluGuid": "adab3fc9-e355-402c-9dd0-cbdad04343e5",
                  "newPrice": 1,
                  "pctDiscount": 1,
                  "newCost": 1,
                  "newCostDecimals": 6,
                  "dealCostIdentifier": "c4NeRuVvhEeYSRD6FoS+BA==",
                  "dealCostGuid": "465e8373-6fe5-4784-9849-10fa1684be04",
                  "pluName": "sample string 7",
                  "apn": "sample string 8",
                  "fuelItem": true,
                  "priceGroupG_UID": "9PSNOe0LcESqwmP9VFB4mQ==",
                  "priceGroupGuid": "398df4f4-0bed-4470-aac2-63fd54507899",
                  "itemNumber": "sample string 10",
                  "cri": "sample string 11",
                  "pluPrice": 12,
                  "pluCost": 13,
                  "pluCostIndicator": "sample string 14",
                  "pluPriceGstPercent": 15,
                  "pluCostGstPercent": 16,
                  "pluActive": true,
                  "cartonQty": 1.1,
                  "baseUnits": 18.1,
                  "salesMode": 1,
                  "pluNormalCost": 19,
                  "pluaws": 20.0,
                  "directNumber": "sample string 21",
                  "departmentName": "sample string 22",
                  "subDepartmentName": "sample string 23",
                  "priceGroupName": "sample string 24",
                  "supplierName": "sample string 25",
                  "stockOnHand": 1.1,
                  "stockOnOrder": 1.1,
                  "lastReceived": "2025-08-02T23:15:01.2393322",
                  "rrp": 26,
                  "campaignDescription": "sample string 27",
                  "campaignComboPriceGroupG_UID": "NE+B/NYG+E6JTJG3cJaVVA==",
                  "campaignComboPriceGroupIdentifier": "fc814f34-06d6-4ef8-894c-91b770969554",
                  "promotionPlacementDescription": "sample string 28",
                  "storeAcceptances": [
                    {
                      "$id": "50",
                      "plu": 1,
                      "pluG_UId": "QEA=",
                      "campaignID": 1,
                      "campaignName": "sample string 2",
                      "storeID": 3,
                      "acceptedUtc": "2025-08-02T23:15:01.2393322",
                      "operatorG_UID": "QnsvmAwh40uWN0on5r5/yA==",
                      "operatorGuid": "982f7b42-210c-4be3-9637-4a27e6be7fc8",
                      "machineID": 1,
                      "processed": true,
                      "appliedUtc": "2025-08-02T23:15:01.2393322",
                      "signIqTicketFileMovedUtc": "2025-08-02T23:15:01.2393322",
                      "user": "sample string 6",
                      "campaignDescription": "sample string 7",
                      "productDesc": "sample string 8",
                      "storeName": "sample string 9",
                      "effectiveUtc": "2025-08-02T23:15:01.2393322",
                      "priceChangeType": 0,
                      "operatorName": "sample string 10",
                      "hostCampaign": true,
                      "product": {
                        "$ref": "10"
                      },
                      "campaignPlu": {
                        "$ref": "49"
                      }
                    },
                    {
                      "$ref": "50"
                    }
                  ],
                  "campaign": {
                    "$id": "51",
                    "id": 1,
                    "storeID": 2,
                    "name": "4116402c-c626-49e2-bff2-6696728ed3a3",
                    "nameGuid": "4116402c-c626-49e2-bff2-6696728ed3a3",
                    "description": "sample string 4",
                    "showDiscounts": true,
                    "showTotals": true,
                    "onlyEvaluateOnSubtotal": true,
                    "useDescription": true,
                    "campaignType": 1,
                    "startDate": "2025-08-02T23:15:01.2393322",
                    "startTime": 1,
                    "endDate": "2025-08-02T23:15:01.2393322",
                    "endTime": 1,
                    "recurrence": 1,
                    "recurrenceType": 1,
                    "monthType": 1,
                    "weekDays": 1,
                    "months": 1,
                    "monthWeeks": 1,
                    "monthDays": "sample string 7",
                    "printed": true,
                    "talkerText": "sample string 8",
                    "rangeDescription": "sample string 9",
                    "dealDescription": "sample string 10",
                    "labelQuantity": 11,
                    "active": 1,
                    "deactivated": "2025-08-02T23:15:01.2393322",
                    "system": true,
                    "created": "2025-08-02T23:15:01.2393322",
                    "updated": "2025-08-02T23:15:01.2393322",
                    "priceChangeNotifiedUtc": "2025-08-02T23:15:01.2393322",
                    "promoType": 1,
                    "promotionTypeCode": "sample string 13",
                    "hostIdentifier": "SvE9LzupR0eAb9qUwmLtxA==",
                    "hostIdentifierGuid": "2f3df14a-a93b-4747-806f-da94c262edc4",
                    "hostType": 14,
                    "createdByUser": "sample string 15",
                    "fromHost": true,
                    "deleted": true,
                    "campaignDeleted": "2025-08-02T23:15:01.2393322",
                    "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": "uCnkV0YSykK5xWvwrjfJyQ==",
                        "pluGuid": "57e429b8-1246-42ca-b9c5-6bf0ae37c9c9",
                        "hostOfferID": 1,
                        "priceGroupG_UID": "9NfvbNJNZU2urpMx9Oo0WA==",
                        "priceGroupGuid": "6cefd7f4-4dd2-4d65-aeae-9331f4ea3458",
                        "fuelItem": true,
                        "pluName": "sample string 6",
                        "apn": "sample string 7",
                        "pluActive": true,
                        "cartonQty": 1,
                        "baseUnits": 9.1,
                        "cri": "sample string 10",
                        "salesMode": 1,
                        "pluaws": 11.0,
                        "directNumber": "sample string 12",
                        "departmentName": "sample string 13",
                        "subDepartmentName": "sample string 14",
                        "priceGroupName": "sample string 15",
                        "supplierName": "sample string 16",
                        "stockOnHand": 1.1,
                        "stockOnOrder": 1.1,
                        "lastReceived": "2025-08-02T23:15:01.2393322",
                        "rrp": 17,
                        "campaignDescription": "sample string 18",
                        "product": {
                          "$ref": "10"
                        },
                        "campaign": {
                          "$ref": "51"
                        }
                      },
                      {
                        "$ref": "52"
                      }
                    ],
                    "sellingRules": [
                      {
                        "$id": "53",
                        "id": 1,
                        "identifier": "l87nesrT4Ui9cc9UgK/raQ==",
                        "identifierStr": "l87nesrT4Ui9cc9UgK/raQ==",
                        "identifierGuid": "7ae7ce97-d3ca-48e1-bd71-cf5480afeb69",
                        "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": "UMf1ecRo9k2VyqLfh6Zf4A==",
                        "customerIDGuid": "79f5c750-68c4-4df6-95ca-a2df87a65fe0",
                        "campaign": {
                          "$ref": "51"
                        },
                        "customer": {
                          "$id": "55",
                          "identifier": "VN7EHo73eE2/ZMVfOLvrqQ==",
                          "identifierGuid": "1ec4de54-f78e-4d78-bf64-c55f38bbeba9",
                          "code": "sample string 2",
                          "familyName": "sample string 3",
                          "givenName": "sample string 4",
                          "otherName": "sample string 5",
                          "title": "sample string 6",
                          "dateOfBirth": "2025-08-02T23:15:01.2393322",
                          "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": "Ptv0EThU5UyQMTT+zPY+Jg==",
                          "communityIdentifierGuid": "11f4db3e-5438-4ce5-9031-34feccf63e26",
                          "joined": "2025-08-02T23:15:01.2393322",
                          "updated": "2025-08-02T23:15:01.2393322",
                          "active": true,
                          "reasonInactive": 1,
                          "groupCustomer": true,
                          "loyaltyPoints": 1,
                          "homeStoreID": 1,
                          "availableSpend": 1,
                          "priceLevelIdentifier": "mLNmOxC8q0Wyx0bnCrJArw==",
                          "priceLevelIdentifierGuid": "3b66b398-bc10-45ab-b2c7-46e70ab240af",
                          "marketingID": "sample string 18",
                          "hidden": true,
                          "registered": true,
                          "registeredOn": "2025-08-02T23:15:01.2393322",
                          "emailMarketing": true,
                          "smsMarketing": true,
                          "deleted": true,
                          "deletedUser": "sample string 24",
                          "homeStoreName": "sample string 25",
                          "customerCards": [
                            {
                              "$id": "56",
                              "cardType": 2,
                              "issueDate": "2025-08-02T23:15:01.2393322",
                              "expiry": "2025-08-02T23:15:01.2393322",
                              "customerID": "DjYaoMrDaUGsTaw8dk6F3g==",
                              "customerIDGuid": "a01a360e-c3ca-4169-ac4d-ac3c764e85de",
                              "initialValue": 1,
                              "currentValue": 1,
                              "maxLimit": 1,
                              "minTransaction": 1,
                              "maxTransaction": 1,
                              "multiplier": 1.1,
                              "active": true,
                              "reasonInactive": 1,
                              "idRequired": true,
                              "idType": 1,
                              "idValue": "sample string 5",
                              "updated": "2025-08-02T23:15:01.2393322",
                              "linkedAccount": "7ymVWuNswEq3j34FO9K0QQ==",
                              "linkedAccountGuid": "5a9529ef-6ce3-4ac0-b78f-7e053bd2b441",
                              "currentValueChanged": true,
                              "limitsChanged": true,
                              "customer": {
                                "$ref": "55"
                              },
                              "account": {
                                "$id": "57",
                                "id": 1,
                                "identifier": "HSPZ9+OzXk6MOaFnbGR0zw==",
                                "identifierGuid": "f7d9231d-b3e3-4e5e-8c39-a1676c6474cf",
                                "referenceNo": "sample string 3",
                                "name": "sample string 4",
                                "created": "2025-08-02T23:15:01.2393322",
                                "owner": "RriYiqEgd0WwUktZRtE/ow==",
                                "ownerGuid": "8a98b846-20a1-4577-b052-4b5946d13fa3",
                                "accountStoreGroupIdentifier": "TBcTL02To0WV9/GxWndfcQ==",
                                "accountStoreGroupGuid": "2f13174c-934d-45a3-95f7-f1b15a775f71",
                                "accountType": 1,
                                "currentBalance": 1,
                                "externalID": "sample string 7",
                                "maximumLimit": 1,
                                "accruePoints": true,
                                "loyaltyPoints": 1,
                                "termsOfTrade": 1,
                                "signatureRequired": true,
                                "referenceRequired": true,
                                "statementSendType": 10,
                                "ageingPeriod": 1,
                                "monthlyAgeingPeriod": true,
                                "explodedInvoice": true,
                                "isFifoAllocation": true,
                                "lastStatementSent": "2025-08-02T23:15:01.2393322",
                                "active": true,
                                "updated": "2025-08-02T23:15:01.2393322",
                                "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": "PrTgUoS6k0KA4hW23PVLGA==",
                                    "identifierGuid": "52e0b43e-ba84-4293-80e2-15b6dcf54b18",
                                    "name": "sample string 2",
                                    "primaryContact": "vq63uKm9aE+o5BYdTX+LOw==",
                                    "primaryContactGuid": "b8b7aebe-bda9-4f68-a8e4-161d4d7f8b3b",
                                    "accountID": "ruxOs1QbWEqaBtmwjYi11A==",
                                    "accountIDGuid": "b34eecae-1b54-4a58-9a06-d9b08d88b5d4",
                                    "special": true,
                                    "updated": "2025-08-02T23:15:01.2393322",
                                    "active": true,
                                    "reasonInactive": 1,
                                    "priceLevelIdentifier": "5UuZOHZvdE2hfkjmQ7rLlQ==",
                                    "priceLevelIdentifierGuid": "38994be5-6f76-4d74-a17e-48e643bacb95",
                                    "deleted": true,
                                    "account": {
                                      "$ref": "57"
                                    },
                                    "primaryContactCustomer": {
                                      "$ref": "55"
                                    },
                                    "customerGroupMembers": [
                                      {
                                        "$id": "60",
                                        "id": 1,
                                        "groupID": "gFsSwzDc3UCoFgRtQ7J/2A==",
                                        "groupIDGuid": "c3125b80-dc30-40dd-a816-046d43b27fd8",
                                        "customerID": "5PR++L+3CU+Y1XGASkAREA==",
                                        "customerIDGuid": "f87ef4e4-b7bf-4f09-98d5-71804a401110",
                                        "card": "sample string 4",
                                        "linkedAccount": "iMTrEIPcrUah2OuNTz6Yzw==",
                                        "linkedAccountGuid": "10ebc488-dc83-46ad-a1d8-eb8d4f3e98cf",
                                        "customer": {
                                          "$ref": "55"
                                        },
                                        "group": {
                                          "$ref": "59"
                                        },
                                        "customerCard": {
                                          "$ref": "56"
                                        }
                                      },
                                      {
                                        "$ref": "60"
                                      }
                                    ]
                                  },
                                  {
                                    "$ref": "59"
                                  }
                                ]
                              },
                              "payments": [
                                {
                                  "$id": "61",
                                  "id": 1,
                                  "identifier": "P7nUsf5mxEaRp3YEYsXoYQ==",
                                  "identifierGuid": "b1d4b93f-66fe-46c4-91a7-760462c5e861",
                                  "storeID": 2,
                                  "operatorName": "sample string 3",
                                  "saleHeaderID": 4,
                                  "paymentType": 5,
                                  "amount": 6,
                                  "account": "sample string 7",
                                  "accountID": "VflEvlpacUaBTmO0EI1RZQ==",
                                  "accountIDGuid": "be44f955-5a5a-4671-814e-63b4108d5165",
                                  "customerAccount": {
                                    "$ref": "57"
                                  },
                                  "customerCard": {
                                    "$ref": "56"
                                  },
                                  "accountType": 1,
                                  "cardName": "sample string 8",
                                  "authorisationNumber": "sample string 9",
                                  "bankReference": "sample string 10",
                                  "merchantID": "sample string 11",
                                  "terminalID": "sample string 12",
                                  "cardNumber": "sample string 13",
                                  "paymentDate": "2025-08-02T23:15:01.2393322",
                                  "invRocNo": "sample string 14",
                                  "responseCode": "sample string 15",
                                  "cashout": 1,
                                  "tip": 16,
                                  "idempotentVoid": "q4haO5+rWE2rxJHD56EQQQ==",
                                  "idempotentVoidGuid": "3b5a88ab-ab9f-4d58-abc4-91c3e7a11041",
                                  "offline": true,
                                  "processed": 1,
                                  "storeSaleHeader": {
                                    "$id": "62",
                                    "saleHeaderID": 1,
                                    "saleHeaderGuid": "ck6hMNgUikaCcts0kby0NA==",
                                    "saleHeaderIdentifierGuid": "30a14e72-14d8-468a-8272-db3491bcb434",
                                    "created": "2025-08-02T23:15:01.2393322",
                                    "createdLocal": "2025-08-02T23:15:01.2393322",
                                    "createdText": "sample string 4",
                                    "itemCount": 5,
                                    "totalAmount": 6,
                                    "cashTender": 1,
                                    "cardTender": 1,
                                    "cheqTender": 1,
                                    "acctTender": 1,
                                    "voucherTender": 1,
                                    "loyaltyPoints": 1,
                                    "cashout": 1,
                                    "changeAmount": 1,
                                    "rounding": 1,
                                    "gstAmount": 1,
                                    "transactionDiscountTender": 1,
                                    "totalTip": 7,
                                    "tranType": 1,
                                    "processed": 1,
                                    "imported": "2025-08-02T23:15:01.2393322",
                                    "storeID": 1,
                                    "operatorG_Uid": "f/pmOGMO0kWqHC31x6KpNA==",
                                    "operatorGuid": "3866fa7f-0e63-45d2-aa1c-2df5c7a2a934",
                                    "customerG_Uid": "jxZOLhsW9EeB41cK5luWbA==",
                                    "customerGuid": "2e4e168f-161b-47f4-81e3-570ae65b966c",
                                    "communityIdentifier": "uPOFeoJOZ0enbwL5ndYdsA==",
                                    "communityIdentifierGuid": "7a85f3b8-4e82-4767-a76f-02f99dd61db0",
                                    "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": "s8zoJhcsdkqdz+O/H7Jk0g==",
                                    "priceLevelIdentifierGuid": "26e8ccb3-2c17-4a76-9dcf-e3bf1fb264d2",
                                    "locked": 36,
                                    "relationChecksum": "sample string 37",
                                    "loyaltyTender": 1,
                                    "giftCardTender": 1,
                                    "operator": {
                                      "$ref": "22"
                                    },
                                    "customer": {
                                      "$ref": "55"
                                    },
                                    "communityOrganisation": {
                                      "$id": "63",
                                      "id": 1,
                                      "identifier": "iCj/RqWwJUScXNeDkQSfoQ==",
                                      "identifierGuid": "46ff2888-b0a5-4425-9c5c-d78391049fa1",
                                      "name": "sample string 3",
                                      "lookupIdentifier": "sample string 4",
                                      "externalID": "sample string 5",
                                      "phone": "sample string 6",
                                      "fax": "sample string 7",
                                      "email": "sample string 8",
                                      "address1": "sample string 9",
                                      "address2": "sample string 10",
                                      "city": "sample string 11",
                                      "postCode": "sample string 12",
                                      "state": "sample string 13",
                                      "country": "sample string 14",
                                      "totalAmountAwarded": 15.1,
                                      "updated": "2025-08-02T23:15:01.2393322",
                                      "deleted": true
                                    },
                                    "details": [
                                      {
                                        "$id": "64",
                                        "saleItemID": 1,
                                        "identifier": "i5sQyUlYjEmzQVMgPNMDCw==",
                                        "identifierGuid": "c9109b8b-5849-498c-b341-53203cd3030b",
                                        "saleHeaderID": 2,
                                        "plu": 1,
                                        "pluG_UId": "b4rELTfQOkGL9LEobp0GNQ==",
                                        "pluGuid": "2dc48a6f-d037-413a-8bf4-b1286e9d0635",
                                        "accountID": "hEguBjWvZUmQAFzoYYrDOg==",
                                        "accountIDGuid": "062e4884-af35-4965-9000-5ce8618ac33a",
                                        "normalPrice": 3,
                                        "originalSellingPrice": 4,
                                        "discountPrice": 5,
                                        "unit": 1,
                                        "quantity": 6,
                                        "totalCents": 7,
                                        "fixedPrice": 1,
                                        "tranType": 1,
                                        "discountType": 1,
                                        "cost": 1,
                                        "costDecimals": 8,
                                        "markdown": 1,
                                        "manualQuantity": 1,
                                        "manualPrice": 1,
                                        "manualMode": 1,
                                        "active": 1,
                                        "offline": true,
                                        "barcode": "sample string 9",
                                        "keyedSale": 1,
                                        "discountedID": 1,
                                        "fuelID": 1,
                                        "serialNumber": "sample string 10",
                                        "bestOrExpire": "2025-08-02T23:15:01.2393322",
                                        "bestOrExpireType": 1,
                                        "providerName": "sample string 11",
                                        "refundG_UID": "EF6iH9ZTxkWBAXkAEXUAGQ==",
                                        "refundGuid": "1fa25e10-53d6-45c6-8101-790011750019",
                                        "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": "Zey78p046EW18YtSOWlmyw==",
                                        "idempotentVoidGuid": "f2bbec65-389d-45e8-b5f1-8b52396966cb",
                                        "priceLevelIdentifier": "kLYY4V4wGkeBb8CuFS8msA==",
                                        "priceLevelIdentifierGuid": "e118b690-305e-471a-816f-c0ae152f26b0",
                                        "productName": "sample string 23",
                                        "apn": "sample string 24",
                                        "unknownScans": [
                                          {
                                            "$id": "65",
                                            "id": 1,
                                            "saleDetailID": 2,
                                            "storeID": 1,
                                            "scanned": "2025-08-02T23:15:01.2549522",
                                            "operatorG_UID": "QEA=",
                                            "barcode": "sample string 4",
                                            "processed": 1
                                          },
                                          {
                                            "$ref": "65"
                                          }
                                        ],
                                        "refund": {
                                          "$id": "66",
                                          "id": 1,
                                          "g_UID": "6H+lEqtuGk+wMm7Tcu4Exw==",
                                          "guid": "12a57fe8-6eab-4f1a-b032-6ed372ee04c7",
                                          "description": "sample string 1",
                                          "dumped": true,
                                          "inventoryReasonID": 1,
                                          "sortOrder": 1,
                                          "updated": "2025-08-02T23:15:01.2549522"
                                        },
                                        "modifier": {
                                          "$id": "67",
                                          "id": 1,
                                          "setG_UID": "jcsPp7shnECETQaM91W9Pg==",
                                          "modifierSetGuid": "a70fcb8d-21bb-409c-844d-068cf755bd3e",
                                          "name": "sample string 2",
                                          "price": 1,
                                          "quantity": 1,
                                          "modifierType": 1,
                                          "groupNumber": 1,
                                          "pageNumber": 1,
                                          "controlOrder": 1,
                                          "printToStation": true,
                                          "pluG_UID": "sL+sxWA690SA2VUwLxzPew==",
                                          "pluGuid": "c5acbfb0-3a60-44f7-80d9-55302f1ccf7b",
                                          "deleted": true,
                                          "g_UID": "uOD2ZSkC2EusMNQ3ybncqQ==",
                                          "guid": "65f6e0b8-0229-4bd8-ac30-d437c9b9dca9",
                                          "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": "cov60zp/F0yK+LZp+FQ0VA==",
                                        "pluGuid": "d3fa8b72-7f3a-4c17-8af8-b669f8543454",
                                        "saleHeaderID": 2,
                                        "totalCents": 3,
                                        "grade": 1,
                                        "gradeDescription": "sample string 4",
                                        "dispenser": 1,
                                        "hose": 1,
                                        "quantity": 1,
                                        "cost": 1,
                                        "acquirerNum": 1,
                                        "attendant": 1,
                                        "ePurseBalance": 1.0,
                                        "cardSignature": "sample string 5",
                                        "compartmentNumber": 1,
                                        "contractNumber": 1,
                                        "discountCardPAN": "sample string 6",
                                        "discountID": 1,
                                        "discountName": "sample string 7",
                                        "discountNetValue": 1.0,
                                        "discountType": 1,
                                        "discountValue": 1.0,
                                        "discretionaryData": "sample string 8",
                                        "driverID": "sample string 9",
                                        "eftBatchNumber": 1,
                                        "eftResponseCode": "sample string 10",
                                        "endDateTime": "2025-08-02T23:15:01.2549522",
                                        "engineHours": 1.1,
                                        "fposNumber": 1,
                                        "loyaltyCardPAN": "sample string 11",
                                        "miscData1": 1,
                                        "miscData2": "sample string 12",
                                        "miscFlags": 1,
                                        "mop": 1,
                                        "odometer": 1,
                                        "panNumber": "sample string 13",
                                        "saleRefund": true,
                                        "saleStatus": 1,
                                        "sequenceNumber": 1,
                                        "stan": 1,
                                        "startDateTime": "2025-08-02T23:15:01.2549522",
                                        "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": "tVugme32eU6FzH3KvfYUPQ==",
                                        "pluGuid": "99a05bb5-f6ed-4e79-85cc-7dcabdf6143d",
                                        "accountID": "wEV5QAuXnUKhv75SrAe8sw==",
                                        "accountIDGuid": "407945c0-970b-429d-a1bf-be52ac07bcb3",
                                        "normalPrice": 3,
                                        "originalSellingPrice": 4,
                                        "discountPrice": 5,
                                        "unit": 1,
                                        "quantity": 6,
                                        "totalCents": 7,
                                        "fixedPrice": 1,
                                        "tranType": 1,
                                        "processed": 1,
                                        "discountType": 1,
                                        "cost": 1,
                                        "costDecimals": 1,
                                        "markdown": 1,
                                        "manualQuantity": 1,
                                        "manualPrice": 1,
                                        "manualMode": 1,
                                        "active": 1,
                                        "barcode": "sample string 8",
                                        "offline": 1,
                                        "keyedSale": 1,
                                        "discountedID": 1,
                                        "fuelID": 1,
                                        "serialNumber": "sample string 9",
                                        "bestOrExpire": "2025-08-02T23:15:01.2549522",
                                        "bestOrExpireType": 1,
                                        "refundG_UID": "2CyapTBg40G7pNDRK1HnKw==",
                                        "refundGuid": "a59a2cd8-6030-41e3-bba4-d0d12b51e72b",
                                        "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": "ksTAPxRm8kie1xcuexw68Q==",
                                        "identifierGuid": "3fc0c492-6614-48f2-9ed7-172e7b1c3af1",
                                        "id": 1,
                                        "orderNo": 2,
                                        "externalSaleIdentifier": "sample string 3",
                                        "storeID": 4,
                                        "zoneID": 5,
                                        "deptNo": 6,
                                        "customerIdentifier": "dbWQaxOT8E6VNEPwyf9iLQ==",
                                        "customerIdentifierGuid": "6b90b575-9313-4ef0-9534-43f0c9ff622d",
                                        "operatorNo": 1,
                                        "operatorG_UID": "1CZqGsXvp0C0ZMn3mEY5Xw==",
                                        "operatorGuid": "1a6a26d4-efc5-40a7-b464-c9f79846395f",
                                        "created": "2025-08-02T23:15:01.2549522",
                                        "ordered": "2025-08-02T23:15:01.2549522",
                                        "started": "2025-08-02T23:15:01.2549522",
                                        "completed": "2025-08-02T23:15:01.2549522",
                                        "supplied": "2025-08-02T23:15:01.2549522",
                                        "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": "V5VJo6joEkCl1//tIYglJA==",
                                            "pluGuid": "a3499557-e8a8-4012-a5d7-ffed21882524",
                                            "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": "xoBonghfgk6JTh965a7YYw==",
                                            "headerIdentifierGuid": "9e6880c6-5f08-4e82-894e-1f7ae5aed863",
                                            "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": "QEH//Uj8HEKZibN2pt13mA==",
                                        "surveyGuid": "fdff4140-fc48-421c-9989-b376a6dd7798",
                                        "saleHeaderGuid": "klF68dlSIkG8Wk4Ze0B1cA==",
                                        "saleGuid": "f17a5192-52d9-4122-bc5a-4e197b407570",
                                        "textResponse": "sample string 1",
                                        "integerResponse": 1,
                                        "g_UIDResponse": "6jCjcvN0x0aeKDcjpXdxJw==",
                                        "guidResponse": "72a330ea-74f3-46c7-9e28-3723a5777127",
                                        "whoAnswered": 2,
                                        "answeredAtUTC": "2025-08-02T23:15:01.2549522",
                                        "sale": {
                                          "$ref": "62"
                                        },
                                        "survey": {
                                          "$id": "76",
                                          "g_UID": "IIJK8zy3D0KK07BAiGKlIA==",
                                          "guid": "f34a8220-b73c-420f-8ad3-b0408862a520",
                                          "name": "sample string 1",
                                          "storeID": 2,
                                          "zoneID": 1,
                                          "checkoutFormG_UID": "mVEFuCcTjUGVTfXFcYcGPg==",
                                          "checkoutFormGuid": "b8055199-1327-418d-954d-f5c57187063e",
                                          "displayToWho": 3,
                                          "displayWhen": 4,
                                          "start": "2025-08-02T23:15:01.2549522",
                                          "end": "2025-08-02T23:15:01.2549522",
                                          "deleted": true,
                                          "updated": "2025-08-02T23:15:01.2549522",
                                          "possibleIntegerResponses": [
                                            1,
                                            2
                                          ],
                                          "possibleTextResponses": [
                                            "sample string 1",
                                            "sample string 2"
                                          ],
                                          "possibleGuidResponses": [
                                            "d9d40f05-0f4a-48a0-be85-f86ec77a6061",
                                            "e77bce8c-466e-4bd1-8748-8ad1d058e015"
                                          ],
                                          "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": "SXl4orEdJkGdHgi6KQKAEw==",
                                    "accountIdentifier": "a2787949-1db1-4126-9d1e-08ba29028013",
                                    "accountName": "sample string 42",
                                    "customerOrderIdentifier": "5YzXrhQWPUyLwptPCw7Hxg==",
                                    "customerOrderIdentifierGuid": "aed78ce5-1614-4c3d-8bc2-9b4f0b0ec7c6",
                                    "priceLevelName": "sample string 43",
                                    "revision": 44,
                                    "ingressId": "sample string 45"
                                  },
                                  "metadata": {
                                    "$id": "77",
                                    "id": 1,
                                    "paymentID": 2,
                                    "paymentIdentifier": "hRolFVUbsESroayCnZ/EVg==",
                                    "paymentIdentifierGuid": "15251a85-1b55-44b0-aba1-ac829d9fc456",
                                    "identifier": "h83QkSRFJEWqcL1vy/mHzQ==",
                                    "identifierGuid": "91d0cd87-4524-4524-aa70-bd6fcbf987cd",
                                    "metadata": "sample string 3",
                                    "signatureImage": "QEA=",
                                    "itemIdentifier": "R1wyt2IApUODH/vFZnmFMA==",
                                    "itemIdentifierGuid": "b7325c47-0062-43a5-831f-fbc566798530"
                                  }
                                },
                                {
                                  "$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": "Ad1X6y75FUGV7B6VsR3FLw==",
                              "customerIdentifierGuid": "eb57dd01-f92e-4115-95ec-1e95b11dc52f",
                              "voucherName": "sample string 2",
                              "count": 3,
                              "storeID": 4,
                              "barcode": "sample string 5",
                              "redeemCount": 6,
                              "issueCount": 7,
                              "storeSalePaymentID": 1,
                              "idempotentID": "F3lu76KQMkKw2+h5hppyMw==",
                              "idempotentGuid": "ef6e7917-90a2-4232-b0db-e879869a7233",
                              "offline": true,
                              "voucher": {
                                "$id": "79",
                                "id": 1,
                                "name": "sample string 2",
                                "description": "sample string 3",
                                "shortDescription": "sample string 4",
                                "url": "sample string 5",
                                "barcodeTemplateID": 1,
                                "expiry": 0,
                                "voucherType": 6,
                                "limitPerTransaction": 7,
                                "customerTracking": true,
                                "discountAccount": "sample string 9",
                                "endDate": "2025-08-02T23:15:01.2549522",
                                "barcodeTemplate": {
                                  "$id": "80",
                                  "templateID": 1,
                                  "template": "sample string 1",
                                  "bcFunction": "sample string 2",
                                  "sortOrder": 3
                                },
                                "scaleLabel": {
                                  "$id": "81",
                                  "id": 1,
                                  "uid": "sample string 2",
                                  "name": "sample string 3",
                                  "width": 1.1,
                                  "height": 1.1,
                                  "showBorder": true,
                                  "borderWidth": 1.1,
                                  "borderStyle": 1,
                                  "borderColour": "sample string 5",
                                  "updated": "2025-08-02T23:15:01.2549522",
                                  "labelPageLayout": "uV5RgSgSi0GKR8VyzjBv1w==",
                                  "pageLayoutGuid": "81515eb9-1228-418b-8a47-c572ce306fd7",
                                  "labelType": 6,
                                  "oldName": "sample string 7",
                                  "voucher": {
                                    "$ref": "79"
                                  },
                                  "elements": [
                                    {
                                      "$id": "82",
                                      "id": 1,
                                      "scaleLabelID": 2,
                                      "showPercentDI": true,
                                      "showAvgPerHundred": true,
                                      "showAvgPerServe": true,
                                      "name": "sample string 6",
                                      "x": 1.1,
                                      "y": 1.1,
                                      "width": 1.1,
                                      "height": 1.1,
                                      "type": 1,
                                      "rotation": 1,
                                      "text": "sample string 7",
                                      "fontFamily": "sample string 8",
                                      "align": 1,
                                      "bold": true,
                                      "italic": true,
                                      "underline": true,
                                      "strikeout": true,
                                      "reverse": true,
                                      "textColour": "sample string 9",
                                      "fontSize": 1.1,
                                      "picture": "QEA=",
                                      "borderWidth": 10,
                                      "sortOrder": 11,
                                      "printOptions": 12,
                                      "superScriptTextFontSize": 1.1,
                                      "lineStyle": 1,
                                      "spacingStyle": 1,
                                      "interCharacterSpacing": 1.1,
                                      "superScriptOffset": 1.1,
                                      "lineSpacing": 1.1,
                                      "dateFormat": "sample string 13",
                                      "autoGrow": true,
                                      "fontAutoResize": true,
                                      "updated": "2025-08-02T23:15:01.2549522"
                                    },
                                    {
                                      "$ref": "82"
                                    }
                                  ]
                                },
                                "customerVouchers": [
                                  {
                                    "$id": "83",
                                    "id": 1,
                                    "customerIdentifier": "FvfOfWo+vUGIDbAQKHQQYQ==",
                                    "customerIdentifierGuid": "7dcef716-3e6a-41bd-880d-b01028741061",
                                    "voucherID": 3,
                                    "voucherName": "sample string 4",
                                    "storeID": 1,
                                    "barcode": "sample string 5",
                                    "dateOfIssue": "2025-08-02T23:15:01.2549522",
                                    "issuedSaleHeaderID": 1,
                                    "issuedSaleIdentifier": "sample string 7",
                                    "issuedOfflinePaymentID": 1,
                                    "issuedIdempotentID": "/SnUXfCHdUe75qX1Ki0CoQ==",
                                    "issuedIdempotentGuid": "5dd429fd-87f0-4775-bbe6-a5f52a2d02a1",
                                    "issuedOffline": true,
                                    "issuedUser": "sample string 9",
                                    "issuedNotes": "sample string 10",
                                    "expiryDate": "2025-08-02T23:15:01.2549522",
                                    "expiredUser": "sample string 11",
                                    "expiredNotes": "sample string 12",
                                    "redeemed": "2025-08-02T23:15:01.2549522",
                                    "redeemedSaleHeaderID": 1,
                                    "redeemedSaleIdentifier": "sample string 13",
                                    "redeemedOfflinePaymentID": 1,
                                    "redeemedIdempotentID": "fy/I879lS0eO8VdukVX/lQ==",
                                    "redeemedIdempotentGuid": "f3c82f7f-65bf-474b-8ef1-576e9155ff95",
                                    "redeemedUser": "sample string 14",
                                    "redeemedNotes": "sample string 15",
                                    "redeemedOffline": true,
                                    "updated": "2025-08-02T23:15:01.2549522",
                                    "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": "Kvz9Myp4W0mYCRe8gW3r+w==",
                        "groupIDGuid": "33fdfc2a-782a-495b-9809-17bc816debfb",
                        "campaign": {
                          "$ref": "51"
                        },
                        "group": {
                          "$ref": "59"
                        }
                      },
                      {
                        "$ref": "84"
                      }
                    ],
                    "signIqTickets": [
                      {
                        "$id": "85",
                        "identifier": "tv9QuZnKyUeFJSUaeeOSDw==",
                        "identifierGuid": "b950ffb6-ca99-47c9-8525-251a79e3920f",
                        "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": "1vJkbjE8+0ubnBX92m4mlw==",
                        "guid": "6e64f2d6-3c31-4bfb-9b9c-15fdda6e2697",
                        "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": "r0nzWJRfWkSsZTHoYXGAyw==",
                            "groupGuid": "58f349af-5f94-445a-ac65-31e8617180cb",
                            "comboPriceType": 5,
                            "priceType": 5,
                            "pluG_UID": "KzZRpIkMWE2CVTeWersG4Q==",
                            "pluGuid": "a451362b-0c89-4d58-8255-37967abb06e1",
                            "priceGroupG_UID": "Vv2QvzojxkuD+mIbLk7nvQ==",
                            "priceGroupGuid": "bf90fd56-233a-4bc6-83fa-621b2e4ee7bd",
                            "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": "N+mtbJwEukC/mwCfk6bvxg==",
                        "priceLevelIdentifierGuid": "6cade937-049c-40ba-bf9b-009f93a6efc6",
                        "campaignName": "sample string 3",
                        "priceLevelName": "sample string 4"
                      },
                      {
                        "$ref": "88"
                      }
                    ]
                  },
                  "product": {
                    "$ref": "10"
                  },
                  "dealCost": {
                    "$id": "89",
                    "headerIdentifier": "YOjAdin970ixwBHjK3Y54A==",
                    "headerIdentifierGuid": "76c0e860-fd29-48ef-b1c0-11e32b7639e0",
                    "identifier": "ppkkLWBi90CjHsPIebuH/Q==",
                    "identifierGuid": "2d2499a6-6260-40f7-a31e-c3c879bb87fd",
                    "supplierIdentifier": "HVWTiqjAyUe3rh3uUSTkBw==",
                    "supplierGuid": "8a93551d-c0a8-47c9-b7ae-1dee5124e407",
                    "pluG_UID": "oU1rHawX30SgC3sjR3G2qA==",
                    "pluGuid": "1d6b4da1-17ac-44df-a00b-7b234771b6a8",
                    "campaignName": "9eb9b6ac-7577-460d-a1c3-39d74234d4f8",
                    "description": "sample string 4",
                    "cost": 5,
                    "costDecimals": 6,
                    "start": "2025-08-02T23:15:01.2549522",
                    "end": "2025-08-02T23:15:01.2549522",
                    "type": 9,
                    "promoType": 10,
                    "bonusItemPLUG_UID": "M+cKLQJfeU2itePFvzdFAg==",
                    "bonusItemPluGuid": "2d0ae733-5f02-4d79-a2b5-e3c5bf374502",
                    "bonusPurchaseUnits": 11,
                    "bonusReceiveUnits": 12,
                    "updated": "2025-08-02T23:15:01.2549522",
                    "metcashPromotionID": "sample string 14",
                    "fromHost": 15,
                    "storeNames": "sample string 16",
                    "storeIDs": [
                      1,
                      2
                    ],
                    "supplierName": "sample string 17",
                    "campaignDescription": "sample string 18",
                    "newPrice": 1,
                    "campaignMetcashPromotionID": "sample string 19",
                    "campaignActive": true,
                    "campaignStartDate": "2025-08-02T23:15:01.2549522",
                    "campaignEndDate": "2025-08-02T23:15:01.2549522",
                    "masterPLUG_UID": "PHZ0/dkhOU+FWlglFMs6ew==",
                    "masterID": "fd74763c-21d9-4f39-855a-582514cb3a7b",
                    "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": "ZeKTM7OHKEavyxXuZR3z8A==",
                    "bonusMasterID": "3393e265-87b3-4628-afcb-15ee651df3f0",
                    "bonusProductName": "sample string 34",
                    "bonusProductAPN": "sample string 35",
                    "bonusOrderCode": "sample string 36",
                    "bonusNormalSell": 37,
                    "bonusNormalCost": 38,
                    "bonusNormalCostDecimals": 39,
                    "bonusCartonQuantity": 40,
                    "bonusSalesMode": 41,
                    "bonusOrderPacked": 42,
                    "bonusFuelItem": true,
                    "bonusActive": true
                  }
                },
                "currentCostStart": "2025-08-02T23:15:01.2549522",
                "dealCosts": [
                  {
                    "$ref": "89"
                  },
                  {
                    "$ref": "89"
                  }
                ],
                "tags": [
                  {
                    "$id": "90",
                    "pluG_UID": "Mmg/+QuwMUaKANY/ivf9XA==",
                    "pluGuid": "f93f6832-b00b-4631-8a00-d63f8af7fd5c",
                    "tagID": 1,
                    "description": "sample string 1",
                    "storeIDs": [
                      1,
                      2
                    ]
                  },
                  {
                    "$ref": "90"
                  }
                ],
                "alternateProductG_UID": "zWFqV9KmiUCjiSGAcmu3ig==",
                "alternateProduct": "576a61cd-a6d2-4089-a389-2180726bb78a",
                "productHostCode": {
                  "$id": "91",
                  "id": 1,
                  "pluG_UID": "QF4Kf6R3U0GmvM8niR97Rw==",
                  "pluGuid": "7f0a5e40-77a4-4153-a6bc-cf27891f7b47",
                  "ibaCode": "sample string 2"
                },
                "mscCat": {
                  "$ref": "45"
                },
                "mscCom": {
                  "$ref": "46"
                },
                "mscDep": {
                  "$ref": "48"
                },
                "mscSubCom": {
                  "$ref": "47"
                },
                "isUserUpdate": true,
                "ignoreMasterProduct": true,
                "priceGroupLabelRequested": true,
                "firstSold": "2025-08-02T23:15:01.2549522",
                "inventoryTracked": "2025-08-02T23:15:01.2549522",
                "isNormalPriceChangesCampaign": true
              },
              "supplier": {
                "$ref": "5"
              },
              "serviceFee": {
                "$id": "92",
                "id": 1,
                "description": "sample string 1",
                "fee": 1
              },
              "isPrimaryHost": true,
              "hostVendor": 47
            },
            {
              "$ref": "8"
            }
          ],
          "orderCycleHeaders": [
            {
              "$id": "93",
              "storeID": 1,
              "supplierIdentifier": "MnONy3Rg5kup8fSSGXa8jg==",
              "supplierGuid": "cb8d7332-6074-4be6-a9f1-f4921976bc8e",
              "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": "v77aTRtELUeh6ae50xSchA==",
              "supplierGuid": "4ddabebf-441b-472d-a1e9-a7b9d3149c84",
              "departmentCode": "sample string 2",
              "warehouseDirectIndicator": "sample string 3",
              "type": 4,
              "cutOffWeek": 5,
              "cutOffDay": 6,
              "cutOffTime": "00:00:00.1234567",
              "leadTime": 7,
              "daysBuffer": 8,
              "supplierName": "sample string 9",
              "cutOffDate": "2025-08-02T23:15:01.2549522",
              "deliveryDate": "2025-08-02T23:15:01.2549522",
              "nextCutOffDate": "2025-08-02T23:15:01.2549522",
              "nextDeliveryDate": "2025-08-02T23:15:01.2549522",
              "nextDaysBuffer": 10
            },
            {
              "$ref": "94"
            }
          ],
          "store": {
            "$ref": "1"
          },
          "updated": "2025-08-02T23:15:01.2549522",
          "isHost": true
        },
        "files": [
          {
            "$id": "95",
            "id": "sample string 1",
            "fileName": "sample string 2",
            "extension": "sample string 3",
            "provider": 0,
            "type": 0,
            "hostType": "sample string 4",
            "createdUtc": "2025-08-02T23:15:01.2549522",
            "processed": "2025-08-02T23:15:01.2549522",
            "isProcessing": true,
            "processedCount": 6,
            "processingTime": 1,
            "collectedUtc": "2025-08-02T23:15:01.2549522",
            "size": 1,
            "sizeFormat": "sample string 7",
            "isArchive": true,
            "version": "sample string 9",
            "reference": "sample string 10",
            "digest": "sample string 11",
            "contentType": "sample string 12",
            "host": {
              "$ref": "4"
            },
            "metcashHeader": {
              "$id": "96",
              "customerNumber": "sample string 1",
              "creationDate": "2025-08-02T23:15:01.2549522",
              "businessPillar": "sample string 3",
              "fileType": "sample string 4"
            }
          },
          {
            "$ref": "95"
          }
        ],
        "zoneMatrix": [
          {
            "$id": "97",
            "id": 1,
            "hostIdentifier": "tVXtCME6iEGKoJsqipeqGQ==",
            "hostIdentifierGuid": "08ed55b5-3ac1-4188-8aa0-9b2a8a97aa19",
            "storeID": 1,
            "departmentCode": "sample string 2",
            "hostGuids": [
              "6d4f89fa-2ca7-4f3d-95aa-16648792d916",
              "52a8aae1-da06-47c8-8f3c-c5e156482c24"
            ]
          },
          {
            "$ref": "97"
          }
        ],
        "hostFileStoreSetting": {
          "$ref": "3"
        },
        "hostStoreSettings": [
          {
            "$ref": "3"
          },
          {
            "$ref": "3"
          }
        ],
        "promotionPlacements": [
          {
            "$id": "98",
            "identifier": "0+mVOPXdsEah5LAQoP5S9g==",
            "identifierGuid": "3895e9d3-ddf5-46b0-a1e4-b010a0fe52f6",
            "code": "sample string 2",
            "description": "sample string 3",
            "isAdvertised": true
          },
          {
            "$ref": "98"
          }
        ],
        "promoTypeGuids": [
          "e2301905-b06c-444b-9532-e333716a838c",
          "8df93aeb-b9c6-4bb1-9939-ff619feaa3c1"
        ],
        "isPromotionOnly": false,
        "isOrderable": false,
        "vendor": 0
      },
      "groupIDs": [
        1,
        2
      ],
      "hostDescription": "sample string 24"
    },
    {
      "$ref": "3"
    }
  ],
  "accounts": [
    {
      "$id": "99",
      "id": 1,
      "storeID": 1,
      "accountName": "sample string 2",
      "bsb": "sample string 3",
      "accountNumber": "sample string 4",
      "accountDesignated": true
    },
    {
      "$ref": "99"
    }
  ],
  "sales": [
    {
      "$id": "100",
      "id": 1,
      "storeID": 1,
      "externalSalesType": 2,
      "ftpSiteID": 1,
      "lastSaleProcessed": "2025-08-02T23:15:01.2549522",
      "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": "b681d75c-fb97-4021-8ba5-93d7a1a1a91c",
  "updateStore": {
    "$id": "104",
    "id": "35c03df7-8b58-427b-9029-ebebb4a84510",
    "name": "sample string 1",
    "lastActivity": "2025-08-02T23:15:01.2549522",
    "zone": "sample string 2",
    "timeZoneOffset": 0.0,
    "businessHoursStart": "00:00:00.1234567",
    "businessHoursEnd": "00:00:00.1234567",
    "master": true,
    "lastIP": "sample string 10",
    "lastHostName": "sample string 11",
    "ping": 1,
    "pingStatus": "sample string 12",
    "lastUpdateCompleted": "2025-08-02T23:15:01.2549522"
  },
  "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�[
x�׷5xl/workbook.xml �(�����0D�J��(��P`b�ڡ��� 	JR��o�ԭ��|~>>;<��G�ڕ�����d̵���P�]o��}1����ƴo�ڳ$�rfq/�vBN�n�Xn���^�J�Դ>��K���٭2{��$l��_a�Ū��m�%�s�*SbK�{\��<*�,M�+=����w�PK�[����	�[Content_Types].xml �(����J�0�_��*M�D��V�*��d�
�d�k��<�H���V���=
��|�o��|����������+�����7l���e۶~=E�"�zlXO�@Ճ��C�3]HNR~���R��uU�<���������a��36��b7םQ
�1Z�$�8z�R��3
tP��-c�� g����_M��Of���~O�s�T���� ����P<�D��e=1Z��a2�b
��%#H'�2}���e�B)��~j/F�t��PK
�[��	''_rels/.rels �(�<?xml version="1.0" encoding="utf-8"?><Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships"><Relationship Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument" Target="xl/workbook.xml" Id="Re37c62b464df4f0a" /></Relationships>PK�[��`�)xl/worksheets/sheet1.xml �(���[w�:��JVޏ#iF#�ՖSn����rZ�f�4�$P~�Q�(�dz��<@����ַ���������O�XN��C]�ᠺ��_No������'Gw����uU�Q~�|�8^�V��Fˋ�j6Y�_�m�v5_�&�����h~u5��N��g��jd��Ѣ���⭖��_��}�Cj--���f
���R���vxrt9��׳,����X?*��p0:9ڨϦ�ݲ�y��*���?�?��<��v�?����bpY]M~߬>��^T�׫�݌���,7�fӵw��l�w����ru}<�FE&�/~/W����_�4�~�َ3�q���pV���{g����x�9�n��z�*�u���A����v<���ێw=���x�s|؎=�k��Q}+쐫�Ӷ��:�A�2|���0�зBQc�
	Em�VH0jz`
u�P��u@�ڸ�+�8�
}A���|"Q�(��L0`��*S�$�z��4��v��C7>��3
�LA�� 2.S!!g�A���[�]�UH����'�Lc�Ӆ����3r����$�oc�R:��Pks������ph5�@��$�f΄��O
�G/2{���BHJ+�|�HB��v�p����w���"�&͖�0V	y�!1	5��ʢ�*E�a���yr�!���$��>$&!���IT}+$&�f���y4��.�?`bM�<����dr��I�fb((��zÚI�
�B�t<TBf��$�f6���5&�|HL"5瀀���!�-��`���t�"mr���D����B�t��$�����u<���&&m�$��9���)v��/a����/�9�0������4�����'�>`��	IM#�#�1.�ט�!!i[H:������6��V����8؄��ֱ���
k3)��MHZ��ƶ%���L�mB����n�d��{nKH�Ipź[���V>�%"��"%�qb�"�6>4�ʧ����Ħ�"Asg������wy�)�H��@��)>����T��z��ǃB{�:�-vO�ԷBB�j��(z��x����T��b,n�wF��P�М�ǘF$�!�^"�Ģ�Yt*����tq����%&]ͤ�L4�q��\�Ĥ���ݓ�q8�.1�j&�)T�����33S!1��v�.1�j&�����ﱏ�^�G���6/�N'����b~7Xl.���O��q�yն:.�'GN����z�VQv��x�U��⴫���iW�mų�¶ϻ
j+^t��x�U���߮"��ǘ��	s�� a��$��w���^�0g?f�GA¼�$H���	s��@s�L�0w�	s�� a�~$���;Bh��c!���;���Q4��F`��8�x,��c!��\�f�X�%p��`�YH&p��h�Y�&p��p"�YH'r��x"�Y�'r���"�YH(r���"�Y�(r���"�YH)r���ZS�|.��Z�s)��2�K!���\
9���Rȩe>�ұ�|.��Z�s)��2�K!�Ļ	!��}rJ�g!��}rJ�g!��}rJ�g!��}rJ�g!��}r��BN�Yȩ�>9u�g!���y��]�i���l	ei�٢<$lMN	[��{&�L�V� a���+�l�^
6�	[�W��-�kA���F�0��
��;Aœ���{�}J�U�$Hت|�s�/{���v�����5���"�_��*�S�������]M�g���{�'͙�.z,E����!k�w0B��`����q|>B��`^�Y���i#M��4�6��[q�4�����ӊW��_�ϒ�/e+��6��N�ފb�5o��ӔkE��&��v��J��me+t�/��i�E���wߥ�7��,��i�+�hݧ���B��-�p�u�����ӊ�bB��"!}Zq�"�N��R��
�R
�{�RJ!3TJ)���/���y&�8(璨^��.q�xWy]M.�ų�|U-6o3w����PK�[!e���Pxl/_rels/workbook.xml.rels �(���KN�0@�b͞8	�c��ݰa[zי�Q;�@�Ƃ#q�"A*�`��h~OO��|�Xoߦ��`�!x
UQCoC;�^�)uw
���G���a&�W<ip)���u8*Œ>w�'�r{>{4=�,%�K\3��<��������&��0
�H1ۛ�c��S"~	U����Z
�J�Uc�,�X��n��Q:�H�^��BF�V*S�[�����3���N��BMȦ�B��^Ia^���_l�PK�[Ѓc'2E
xl/styles.xml �(��S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v�F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&�
AR>��� ��im��ΑF���YO��%�}���LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PK�[)��J�}xl/sharedStrings.xml �(��Xmo"7�^��aŧV�¾�%9%�$�$��S�zw��v���$W���@ �.۪W�#~�����3�?��r���	~��^á<)㋋����k8J��\pz�x���|�<WJ;0����R��Y���%]�k�Ʉ\
�EK�%%�ZR�Wy+�NkEo8�(��m}إ��ς�#�	�<ח��yK_���_�5!JSy<>_
������ӏcd�S��U��ϖp���[�r<t�ʏ��TR��1���O��1:`�y��F�X�$��	�@��~HsqGn^�@�UbC���$�jފ���Y!�%Q�ш3=$-
Ѯ��XW����F�>�dǣ?I��P��~(U��μ���6�C�glQH��za?�;��$K�`I���Y�	[ �;�)�B���1�i�H��+F�X,�P��Z�)�$3J)�,c����]�P�E�2�[��AO�J^1mF�zmu��EJo�X���#>-4�"$���X����
��<ؤ�չ���ʈ��L?�"���|S�d�a�)�)�<e^�"���`��+%y�N+
O�ِ�V\Zܲ<�[��&9ln���Ty�g�QS���!�æ{�DZ$ș;����a���t����qEsLJLY��Is�W�ujhF��$��n�Օ!f�k������{uĚ����j��Q�Ȝjs�T^O����h�Py5��FCh�?�. 
 ����
M
	%x�6�E>�-� ��M��Nx�N���p�4�=
�N��Ӱ����s����^Ü_C�_Ý_C�_s����A�A��o�
O�U��Uӏ����{I�����Fq����a�q�铚
k���%�!,�	xX���yg�_�¨ݩ9_T�ל���m��lN��y34mR��*��6���Ԗմ@�4�L����'�>��H,�q�ç����͋6Ϭ�T������|��'�z���i���Y�ﺑ�n/&m��]��O�G��A�r�r��f4t.@��Y������{Aߥ1���������Gi� o�T6��hʃ6��3�}���lrlfJ�|M8��]+/����cL
�h��zA�K�Ѐ��(/��ph�3��==��^Ԍ�Ǒ��MߪH���)�,ST��u��+S�^RA�#���۔��Za�{أ�X��K�*����-5/3�����w�6�������g��
��6�~��g����ݧ7M�H��q�4���!h2��N��@�(�[�:G����GM_	�8�z�,p�N��F�(sI?�_�d^���k���d���j�߁d��1���^RY�ou�s�td�!�7ͮ��Kd`}�ӗr���)����;@�Z��3��m�+����B*�$��Nl8�9]/ˮ�o�������[���f�l��	�7WR���nϗ��+a~�)��qrP
�T~���H��[�\K�,R�>��җPK-�[
x�׷5xl/workbook.xmlPK-�[����	�[Content_Types].xmlPK-
�[��	''V_rels/.relsPK-�[��`�)�xl/worksheets/sheet1.xmlPK-�[!e���P�xl/_rels/workbook.xml.relsPK-�[Ѓc'2E

xl/styles.xmlPK-�[)��J�}�xl/sharedStrings.xmlPK��

application/vnd.ms-excel

Sample:
PK�[h$�.�5xl/workbook.xml �(�����0D�J��(�*P`b�ڡ��� 	JR��o�ԭ��|~>>;<��G�ڕ�����d̵���P�]o��}1����ƴo�ڳ$�2fq/�vBN�n�Xn���^�J�Դ>��K���٭2{��$l��_a�Ū��m�%�s�*SbK�;�i���IGע���>`���/PK�[����	�[Content_Types].xml �(����J�0�_��*M�D��V�*��d�
�d�k��<�H���V���=
��|�o��|����������+�����7l���e۶~=E�"�zlXO�@Ճ��C�3]HNR~���R��uU�<���������a��36��b7םQ
�1Z�$�8z�R��3
tP��-c�� g����_M��Of���~O�s�T���� ����P<�D��e=1Z��a2�b
��%#H'�2}���e�B)��~j/F�t��PK
�[�%Ѳ''_rels/.rels �(�<?xml version="1.0" encoding="utf-8"?><Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships"><Relationship Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument" Target="xl/workbook.xml" Id="Rf3e6a788de824a1b" /></Relationships>PK�[��`�)xl/worksheets/sheet1.xml �(���[w�:��JVޏ#iF#�ՖSn����rZ�f�4�$P~�Q�(�dz��<@����ַ���������O�XN��C]�ᠺ��_No������'Gw����uU�Q~�|�8^�V��Fˋ�j6Y�_�m�v5_�&�����h~u5��N��g��jd��Ѣ���⭖��_��}�Cj--���f
���R���vxrt9��׳,����X?*��p0:9ڨϦ�ݲ�y��*���?�?��<��v�?����bpY]M~߬>��^T�׫�݌���,7�fӵw��l�w����ru}<�FE&�/~/W����_�4�~�َ3�q���pV���{g����x�9�n��z�*�u���A����v<���ێw=���x�s|؎=�k��Q}+쐫�Ӷ��:�A�2|���0�зBQc�
	Em�VH0jz`
u�P��u@�ڸ�+�8�
}A���|"Q�(��L0`��*S�$�z��4��v��C7>��3
�LA�� 2.S!!g�A���[�]�UH����'�Lc�Ӆ����3r����$�oc�R:��Pks������ph5�@��$�f΄��O
�G/2{���BHJ+�|�HB��v�p����w���"�&͖�0V	y�!1	5��ʢ�*E�a���yr�!���$��>$&!���IT}+$&�f���y4��.�?`bM�<����dr��I�fb((��zÚI�
�B�t<TBf��$�f6���5&�|HL"5瀀���!�-��`���t�"mr���D����B�t��$�����u<���&&m�$��9���)v��/a����/�9�0������4�����'�>`��	IM#�#�1.�ט�!!i[H:������6��V����8؄��ֱ���
k3)��MHZ��ƶ%���L�mB����n�d��{nKH�Ipź[���V>�%"��"%�qb�"�6>4�ʧ����Ħ�"Asg������wy�)�H��@��)>����T��z��ǃB{�:�-vO�ԷBB�j��(z��x����T��b,n�wF��P�М�ǘF$�!�^"�Ģ�Yt*����tq����%&]ͤ�L4�q��\�Ĥ���ݓ�q8�.1�j&�)T�����33S!1��v�.1�j&�����ﱏ�^�G���6/�N'����b~7Xl.���O��q�yն:.�'GN����z�VQv��x�U��⴫���iW�mų�¶ϻ
j+^t��x�U���߮"��ǘ��	s�� a��$��w���^�0g?f�GA¼�$H���	s��@s�L�0w�	s�� a�~$���;Bh��c!���;���Q4��F`��8�x,��c!��\�f�X�%p��`�YH&p��h�Y�&p��p"�YH'r��x"�Y�'r���"�YH(r���"�Y�(r���"�YH)r���ZS�|.��Z�s)��2�K!���\
9���Rȩe>�ұ�|.��Z�s)��2�K!�Ļ	!��}rJ�g!��}rJ�g!��}rJ�g!��}rJ�g!��}r��BN�Yȩ�>9u�g!���y��]�i���l	ei�٢<$lMN	[��{&�L�V� a���+�l�^
6�	[�W��-�kA���F�0��
��;Aœ���{�}J�U�$Hت|�s�/{���v�����5���"�_��*�S�������]M�g���{�'͙�.z,E����!k�w0B��`����q|>B��`^�Y���i#M��4�6��[q�4�����ӊW��_�ϒ�/e+��6��N�ފb�5o��ӔkE��&��v��J��me+t�/��i�E���wߥ�7��,��i�+�hݧ���B��-�p�u�����ӊ�bB��"!}Zq�"�N��R��
�R
�{�RJ!3TJ)���/���y&�8(璨^��.q�xWy]M.�ų�|U-6o3w����PK�[����Pxl/_rels/workbook.xml.rels �(���KN�0@�b͞���AM�aö��3��&vd�@�Ƃ#q�"A*�`��h~OO��|����扽����FV�~�C���$춛=M�D0�XZ���r�yP�f�[Ȧ�v~ƘR?���
�k\3����N�QуS��l��_�?C��;�)~	y�����(k��HE���m%0~3���_��|-��,�BQc[�����AO�S���k�uy�V�y#K̟�,*�������PK�[Ѓc'2E
xl/styles.xml �(��S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v�F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&�
AR>��� ��im��ΑF���YO��%�}���LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PK�[
+��}xl/sharedStrings.xml �(��Xmo"7�^��aŧV�¾�%9�TH+�T��]/�]lj{/�U��;6�˶�U9刟�=~���/���D�b�_���Ws(�E������s�5Gi��	N�j�T՜חJi�ruU[i��h4T��k��bC9 ��k��O�l���$Q+J�:k��n�	�5'9װ�������a6aח�z4�l��ˆ�k7�&Di*O��+!��H��y�q���v*�J���
N:xG^N�n�\���M�H��3f�:�Y48EL�"�5��K�D�3���i� �h������mhښdT��;��7�e�"��5q�ǂ$E�!�� ��&�7%B�(�p�'��t�g"�J�
7��B5X����wk; a xʖ�$�V�#�L��V�/�����%�����*l���f���bT��R Or�ѨUQ�2@2��r�R��}����X�!3�{���%�fD�g!�V�/q�'�N���?��\�p[!BB�I���`Q�����ɣMJ\�k!������H�3��'"�1�79�@���3��R�s�E��3��;�>��P��	�d�q�@�d��k��M���2�5�>�`p��X�̃�IL[0)�C��M�:�$��3�,�"��l�
�F�
v������Փ��3�R��ЌҍI&�*�+C�>�����l��
�4:���r��Q�Ȝjs�T\O����h�Py5��FCh�?�.G 
 ����
�s	%x�1�E.d�S��3
�&H�K'<7�í�p�<�9w�ý��U��s����	^��_A�_��_A�_q����A�A��o�
O�u�����_O��ߎZ�8p�n�u�Q蹽��a�Q�
+�T�%� ,�xX���y�_��f�]q�f^q���g�MV�>�
����dP�Hm�+I��HD�Q[VT�>Y\3��?�]�4#������2��ڷ/�<�2S�����W~_���Q��'�V�Q��6��w�i��0�~z>jU�j����7��sB��0I;0�W=�Dn�z.�h5I����ؼ��$��=���FMyЂ�}�.<ߙMN�L��o�k嵃��iS�*�+�^��B04����,;�T��wO�����‹�q�8r���[�cz<e���j���
�2�D.4;R��K	��%f��=:I۠��%ץFv�������B�����ۃ��
������+��i�r����z[�
�A
��z�3jx���ӛ&�$N�(]��m�!h2��v��@�f�gx�aһ��5}%X���u�������5S�����A�5��z-3�Y�Z.�{�70&��0�+*��Nu����yӴϤ^!�ۜ�Kf��O�Tv���� Ԓ�ϼD@��/Q�����/�Hf:l��ft�*��%j""V@�oI�ߛa��
.&��^I���z��=_�t����������Q)�S�	:���rӷB)�K�,R�>4���PK-�[h$�.�5xl/workbook.xmlPK-�[����	��[Content_Types].xmlPK-
�[�%Ѳ''U_rels/.relsPK-�[��`�)�xl/worksheets/sheet1.xmlPK-�[����P�xl/_rels/workbook.xml.relsPK-�[Ѓc'2E

xl/styles.xmlPK-�[
+��}�xl/sharedStrings.xmlPK��