GET api/printBatch/{id}/detail/{guid}/location/{identifier}?relations={relations}

Get print batch detail which match the printbatch, product and location information

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

Print Batch Header Identifier

globally unique identifier

Required

guid

Print Batch Detail plu guid

globally unique identifier

Required

identifier

Print Batch Detail location identifier

globally unique identifier

Required

relations

Boolean value of whether to also load product and bin models. Default false

boolean

Default value is False

Body Parameters

None.

Response Information

Resource Description

PrintBatchDetail
NameDescriptionTypeAdditional information
Identifier

Collection of byte

None.

IdentifierGuid

globally unique identifier

None.

HeaderIdentifier

Collection of byte

None.

HeaderGuid

globally unique identifier

None.

ShelfLocationIdentifier

Collection of byte

None.

ShelfLocationGuid

globally unique identifier

None.

PLUG_UID

Collection of byte

None.

PluGuid

globally unique identifier

None.

OperatorG_UID

Collection of byte

None.

OperatorGuid

globally unique identifier

None.

CampaignName

string

None.

ComboGroupIdentifier

Collection of byte

None.

ComboGroupGuid

globally unique identifier

None.

Created

date

None.

LabelQuantity

integer

None.

TalkerQuantity

integer

Deprecated. Use Label Quantity only.

LabelSmall

boolean

None.

Printed

date

None.

PrintedByUser

string

None.

DetailMetaList

Collection of PrintBatchDetailMeta

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

Users

string

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

PrintBatchTypes

string

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

Product

Product

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

Location

ShelfLocation

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

Operator

Operator

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

ProductDescription

Description of the product attached to the print batch detail

string

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

ProductActive

Active status of the product attached to the print batch detail

boolean

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

ProductBarcode

Main barcode of the product attached to the print batch detail

string

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

Succeeded

Used in returning status from tray utility

boolean

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

PrintRunID

Collection of byte

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

PrintRunGuid

globally unique identifier

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

DepartmentName

string

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

SubDepartmentName

string

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

MinorDepartmentName

string

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

LesserDepartmentName

string

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

StoreName

string

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

CampaignDescription

string

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

CampaignStartDate

date

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

Data type: Date

CampaignEndDate

date

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

Data type: Date

CampaignPrice

Price of product in linked campaign if it has one. Null if no linked campaign or no price due to campaign type

integer

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

CampaignCost

Cost of product in linked campaign if it has one. Null if no linked campaign or if cost is current cost

integer

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

CampaignCostDecimals

The cost decimals for the product cost in linked campaign

integer

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

ComboGroupDescription

string

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

ComboGroupSell

integer

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

PrintRequestType

PrintRequestType

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

IsTobacco

boolean

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

IsLiquor

boolean

Deprecated.

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

ShelfLocationName

string

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

OperatorName

string

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

PrintBatchType

PrintBatchType

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

CreatedBy

string

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

PageLayoutName

string

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

ComplianceIndicatorName

string

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

WarehouseDirectIndicator

WarehouseDirectIndicator

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

ProductGrade

string

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

Response Formats

application/json, text/json

Sample:
{
  "identifier": "oBcO3JurwUO4NRxMZVFKjA==",
  "identifierGuid": "dc0e17a0-ab9b-43c1-b835-1c4c65514a8c",
  "headerIdentifier": "xHYcPgGgPEyb5nWeBdf8AQ==",
  "headerGuid": "3e1c76c4-a001-4c3c-9be6-759e05d7fc01",
  "shelfLocationIdentifier": "OGK9OGkqGUui63G0dFm5Cw==",
  "shelfLocationGuid": "38bd6238-2a69-4b19-a2eb-71b47459b90b",
  "pluG_UID": "Bg77s400xkaMXU/1UpBfHA==",
  "pluGuid": "b3fb0e06-348d-46c6-8c5d-4ff552905f1c",
  "operatorG_UID": "UfXq5vDhoUSFTGn4EyMNhw==",
  "operatorGuid": "e6eaf551-e1f0-44a1-854c-69f813230d87",
  "campaignName": "sample string 2",
  "comboGroupIdentifier": "YBrXjU/Qe0+IfH6PXDZq2Q==",
  "comboGroupGuid": "8dd71a60-d04f-4f7b-887c-7e8f5c366ad9",
  "created": "2026-04-03T06:22:28.1149336",
  "labelQuantity": 3,
  "talkerQuantity": 4,
  "labelSmall": true,
  "printed": "2026-04-03T06:22:28.1149336",
  "printedByUser": "sample string 6",
  "detailMetaList": [
    {
      "$id": "2",
      "id": 1,
      "printBatchType": 2,
      "user": "sample string 3",
      "detailIdentifier": "W+JFHHL6u0uabJuxJ1hhsA==",
      "detailGuid": "1c45e25b-fa72-4bbb-9a6c-9bb1275861b0"
    },
    {
      "$ref": "2"
    }
  ],
  "users": "sample string 7",
  "printBatchTypes": "sample string 8",
  "product": {
    "$id": "3",
    "plu": 1,
    "storeID": 1,
    "masterPluG_UID": "QEA=",
    "storeIDs": [
      1,
      2
    ],
    "g_UId": "UVHbxACKEUG38R9nVc/C0Q==",
    "guid": "c4db5151-8a00-4111-b7f1-1f6755cfc2d1",
    "apn": "sample string 1",
    "apnChanged": true,
    "apnSwitched": true,
    "barcode": "sample string 4",
    "itemNumber": "sample string 5",
    "itemNumberChanged": true,
    "priceGroupG_UID": "o56PhWCz1USzw4lrD3Z3ow==",
    "priceGroupGuid": "858f9ea3-b360-44d5-b3c3-896b0f7677a3",
    "blueprintID": 1,
    "lastCountedDate": "2026-04-03T06:22:28.1149336",
    "externalID": "sample string 7",
    "active": true,
    "activated": "2026-04-03T06:22:28.1149336",
    "pluCreated": "2026-04-03T06:22:28.1149336",
    "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": "2026-04-03T06:22:28.1149336",
    "lastManualUpdate": "2026-04-03T06:22:28.1149336",
    "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": "2026-04-03T06:22:28.1149336",
    "currentCostUpdated": "2026-04-03T06:22:28.1149336",
    "costDecimals": 31,
    "costChanged": true,
    "dealCostIdentifier": "QEA=",
    "excludeFromRebate": true,
    "rebateOverride": 1,
    "costCalcMethod": 32,
    "costCalcMethodChanged": true,
    "costEffectiveDate": "2026-04-03T06:22:28.1149336",
    "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,
    "paws": 1.0,
    "awsUpdated": "2026-04-03T06:22:28.1149336",
    "posTare": 1,
    "altPrice": 1.0,
    "altPriceChanged": true,
    "altPriceMode": 53,
    "altPriceModeChanged": true,
    "altPLUG_UID": "Ji0KHiFiZUart3kgf/mepw==",
    "altPLUGuid": "1e0a2d26-6221-4665-abb7-79207ff99ea7",
    "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": "2026-04-03T06:22:28.1149336",
    "labelLastPrice": 1,
    "shelfPageLayoutG_UID": "e9AVp9UxuEWqTs+PH/QBPQ==",
    "shelfPageLayoutGuid": "a715d07b-31d5-45b8-aa4e-cf8f1ff4013d",
    "talkerPageLayoutG_UID": "EVE0eov0lEuFrN9sLlWuaA==",
    "talkerPageLayoutGuid": "7a345111-f48b-4b94-85ac-df6c2e55ae68",
    "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,
    "liabilityItem": true,
    "trackSerial": true,
    "trackSerialChanged": true,
    "allowZeroPrice": true,
    "allowZeroPriceChanged": true,
    "notForSale": 92,
    "notForSaleChanged": true,
    "excludeFromDeals": true,
    "excludeFromVoucher": true,
    "minimumAge": 95,
    "minimumAgeChanged": true,
    "buyingLimit": 1,
    "buyingLimitChanged": true,
    "buyingLimitIndependent": true,
    "buyingLimitIndependentChanged": true,
    "inventoryGuid": "cCqxW6Wx40y9TfJVKFJzsw==",
    "inventoryIdentifier": "5bb12a70-b1a5-4ce3-bd4d-f255285273b3",
    "inventoryAccuracy": 1,
    "baseUnits": 99,
    "orderPacked": 1,
    "isManufactured": true,
    "isIngredient": true,
    "isModifier": true,
    "isModifierChanged": true,
    "hasModifiers": 100,
    "defaultPrinter": "sample string 101",
    "defaultPrinterGroup": "sample string 102",
    "ingredientsOnManufacture": true,
    "manufactureUnitMeasure": 1,
    "mpl": 1,
    "maxShelfQty": 103,
    "allowAutoOrder": true,
    "warrantyPeriod": 1,
    "parentPluG_UId": "/2fFIRDcG0yEzcab7aR/sQ==",
    "parentPluGuid": "21c567ff-dc10-4c1b-84cd-c69beda47fb1",
    "preferredHostVendor": 105,
    "preferredHostChanged": true,
    "code": "sample string 107",
    "supplierIdentifier": "WU/NTOfLvkWI9t++D1SZxQ==",
    "supplierIdentifierGuid": "4ccd4f59-cbe7-45be-88f6-dfbe0f5499c5",
    "supplierChanged": true,
    "rebateSupplierIdentifier": "JqurabNdS0q0OgajSLZKKQ==",
    "rebateSupplierIdentifierGuid": "69abab26-5db3-4a4b-b43a-06a348b64a29",
    "rebateSupplierChanged": true,
    "availableForOrder": true,
    "warehouseDirectIndicator": "sample string 109",
    "warehouseDirectIndicatorChanged": true,
    "productGrade": "sample string 111",
    "productType": "sample string 112",
    "productGroup": "sample string 113",
    "complianceIndicator": "sample string 114",
    "inhouseBrand": "sample string 115",
    "slowMoving": true,
    "generalMerchandise": true,
    "comment": "sample string 118",
    "lastUpdatedByUser": "sample string 119",
    "lastManualUpdatedByUser": "sample string 120",
    "lastUpdatedByUserOverride": true,
    "lastUpdatedByHost": "2026-04-03T06:22:28.1149336",
    "commodity": "sample string 122",
    "businessPillar": "sample string 123",
    "mscCommodity": "sample string 124",
    "hostIdentifier": "znMOob9TS0umXu4Dsz4ZHg==",
    "hostIdentifierGuid": "a10e73ce-53bf-4b4b-a65e-ee03b33e191e",
    "serviceFeeID": 1,
    "serviceFeeIDChanged": true,
    "providerName": "sample string 126",
    "aisleEnds": "sample string 127",
    "deleted": true,
    "deletedChanged": true,
    "hidden": true,
    "doNotRange": true,
    "doNotRangeChanged": true,
    "doNotOrder": true,
    "doNotOrderChanged": true,
    "locked": true,
    "excludeFromWebUpdate": true,
    "excludeFromWebUpdateChanged": true,
    "webPriceBasedOn": 138,
    "webPriceRounding": true,
    "webMarkup": 140,
    "webPriceMode": 141,
    "altDepartmentID": 1,
    "altSubDepartmentID": 1,
    "altMinorDepartmentID": 1,
    "altLesserDepartmentID": 1,
    "altDeptCode": "sample string 142",
    "altSubDeptCode": "sample string 143",
    "altMinorDeptCode": "sample string 144",
    "altLesserDeptCode": "sample string 145",
    "altDepartmentChanged": true,
    "storeProducts": [
      {
        "$ref": "3"
      },
      {
        "$ref": "3"
      }
    ],
    "store": {
      "$id": "4",
      "id": 1,
      "isMaster": true,
      "isElectedMaster": true,
      "electedMasterStoreID": 1,
      "isZoneMaster": 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": "2026-04-03T06:22:28.1149336",
      "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": "rpPpXrAA3Uu8NLny3MS0SA==",
      "hostIdentifierGuid": "5ee993ae-00b0-4bdd-bc34-b9f2dcc4b448",
      "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,
      "defaultOrderDocumentId": 1,
      "defaultStockReceiveDocumentId": 1,
      "giftCardSalesAccountingDeptCode": "sample string 47",
      "transactionDiscountAccountingDeptCode": "sample string 48",
      "size": 49,
      "updated": "2026-04-03T06:22:28.1149336",
      "priceZone": {
        "$id": "5",
        "id": 1,
        "name": "sample string 2",
        "hostIdentifier": "MNZobyvEQEuosZ/8QYO7Xw==",
        "hostIdentifierGuid": "6f68d630-c42b-4b40-a8b1-9ffc4183bb5f",
        "sortOrder": 3,
        "zoneMasterStoreID": 1,
        "electedMasterStoreID": 1,
        "containsElectedMasterStore": true
      },
      "priceZoneName": "sample string 51",
      "storeFuelConfigured": true,
      "shippingAddressCopied": true,
      "shippingAddress": {
        "$id": "6",
        "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"
      },
      "billingAddressCopied": true,
      "billingAddress": {
        "$ref": "6"
      },
      "hostStoreSettings": [
        {
          "$id": "7",
          "id": 1,
          "hostIdentifier": "x+gtFJUwp0Oi7V/AEJYw3g==",
          "hostIdentifierGuid": "142de8c7-3095-43a7-a2ed-5fc0109630de",
          "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,
          "secondPassword": "sample string 23",
          "secondPasswordPlain": "sample string 24",
          "secondServerAddress": "sample string 25",
          "processPromotions": true,
          "hostProvider": 0,
          "host": {
            "$id": "8",
            "identifier": "S+UmjK+zr023K7hZGjdZ8A==",
            "identifierGuid": "8c26e54b-b3af-4daf-b72b-b8591a3759f0",
            "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": "3Pl/oi8HkU6f2mI7fhVbUQ==",
            "hostSupplierIdentifierGuid": "a27ff9dc-072f-4e91-9fda-623b7e155b51",
            "loyaltyPriceLevelIdentifier": "dum8P/c4GESjP/F21UQhbg==",
            "loyaltyPriceLevelIdentifierGuid": "3fbce976-38f7-4418-a33f-f176d544216e",
            "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": "2026-04-03T06:22:28.1149336",
            "lastProcessed": "2026-04-03T06:22:28.1149336",
            "hold": true,
            "supplierName": "sample string 35",
            "supplier": {
              "$id": "9",
              "identifier": "kP1Q+AVSI0ao/JIDwebBLg==",
              "identifierGuid": "f850fd90-5205-4623-a8fc-9203c1e6c12e",
              "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": "uHIp54aDW0Kx5cOvkaVXfA==",
              "primaryContactID": "e72972b8-8386-425b-b1e5-c3af91a5577c",
              "storeID": 1,
              "abn": "sample string 16",
              "supplierGroupIdentifier": "u9O2or7A3EG6LbF+JsAz9g==",
              "supplierGroupGuid": "a2b6d3bb-c0be-41dc-ba2d-b17e26c033f6",
              "rebate": 1.0,
              "rebateType": 1,
              "rebateFrequency": 1,
              "rebateSource": 1,
              "rebateLastClaimed": "2026-04-03T06:22:28.1149336",
              "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": "10",
                "id": "66b41d17-eae4-43a3-a4e7-b42bbfdc297c",
                "identifier": "m3Q890U44UqS1aDZMuE1gQ==",
                "identifierGuid": "f73c749b-3845-4ae1-92d5-a0d932e13581",
                "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": "11",
                  "supplierIdentifier": "R1+4vHjGJEO6Ly+DNFF7bg==",
                  "supplierIdentifierGuid": "bcb85f47-c678-4324-ba2f-2f8334517b6e",
                  "contactGuid": "fD4AUs9NDkat9DRDtICOXQ==",
                  "contactID": "52003e7c-4dcf-460e-adf4-3443b4808e5d",
                  "contact": {
                    "$ref": "10"
                  },
                  "supplier": {
                    "$ref": "9"
                  }
                },
                {
                  "$ref": "11"
                }
              ],
              "products": [
                {
                  "$id": "12",
                  "pluG_UID": "BP3FvUxUx0WL78rSKK6z7Q==",
                  "pluGuid": "bdc5fd04-544c-45c7-8bef-cad228aeb3ed",
                  "supplierIdentifier": "95CYDc/v7E6JySpkx4CMGQ==",
                  "supplierIdentifierGuid": "0d9890f7-efcf-4eec-89c9-2a64c7808c19",
                  "cartonQuantity": 1,
                  "cartonQuantityChanged": true,
                  "productSize": "sample string 3",
                  "cigarettesPerSleeve": 1,
                  "randomWeight": true,
                  "piecesPerUnit": 5,
                  "averagePackSize": 6,
                  "effectiveDate": "2026-04-03T06:22:28.1149336",
                  "pricedByWeight": true,
                  "landedUnitCostEx": 9,
                  "landedUnitCostInc": 10,
                  "landedCartonCostInc": 12,
                  "landedCartonCostEx": 13,
                  "standardCost": 14,
                  "deliveryFee": 1,
                  "deliveryFeeBasis": "sample string 15",
                  "pickAndPackFee": 1,
                  "pickAndPackFeeBasis": "sample string 16",
                  "financeFee": 1,
                  "financeFeeBasis": "sample string 17",
                  "cartonLength": 1,
                  "cartonWidth": 1,
                  "cartonHeight": 1,
                  "palletLayerQuantity": 1,
                  "palletLayers": 1,
                  "itemCode": "sample string 18",
                  "invoiceCode": "sample string 19",
                  "invoiceDesc": "sample string 20",
                  "orderDirect": true,
                  "useCost": true,
                  "minimumQuantity": 21,
                  "hostType": 22,
                  "fromHost": 23,
                  "minimumReorder": 1,
                  "maximumReorder": 1,
                  "orderMultiple": 24.1,
                  "sellMultiple": 25.1,
                  "baseMultiple": 26.1,
                  "hostStandardCost": 27,
                  "hostTotalCost": 28,
                  "hostRetail": 29,
                  "hostLandedUnitCostEx": 30,
                  "hostLandedUnitCostInc": 31,
                  "hostDesc": "sample string 32",
                  "directIndicator": "sample string 33",
                  "availableToOrder": true,
                  "hostRangeIndicator": "sample string 35",
                  "hostProductType": "sample string 36",
                  "hostProductGrade": "sample string 37",
                  "hostProductGroup": "sample string 38",
                  "hostSlowMoving": true,
                  "hostGeneralMerchandise": true,
                  "hostPillar": "sample string 41",
                  "hostLastUpdated": "2026-04-03T06:22:28.1149336",
                  "rebate": 1.0,
                  "rebateExclude": true,
                  "invoiceCodes": [
                    {
                      "$id": "13",
                      "pluG_UID": "Cq1Is4K0L0WiJIQIzAmIvQ==",
                      "pluGuid": "b348ad0a-b482-452f-a224-8408cc0988bd",
                      "supplierIdentifier": "3ikrVevGEEGZUeDDD30OsQ==",
                      "supplierIdentifierGuid": "552b29de-c6eb-4110-9951-e0c30f7d0eb1",
                      "invoiceCode": "sample string 1",
                      "storeIDs": [
                        1,
                        2
                      ]
                    },
                    {
                      "$ref": "13"
                    }
                  ],
                  "storeIDs": [
                    1,
                    2
                  ],
                  "preferredSupplier": true,
                  "preferredRebateSupplier": true,
                  "supplierName": "sample string 42",
                  "salesMode": 43,
                  "orderPacked": true,
                  "active": true,
                  "price": 1,
                  "costGstPercent": 45,
                  "parentPluG_UID": "GTtpH9/ZrESKAVMu6l+Diw==",
                  "parentPluGuid": "1f693b19-d9df-44ac-8a01-532eea5f838b",
                  "freight": 46.0,
                  "freightType": 1,
                  "product": {
                    "$ref": "3"
                  },
                  "supplier": {
                    "$ref": "9"
                  },
                  "serviceFee": {
                    "$id": "14",
                    "id": 1,
                    "description": "sample string 1",
                    "fee": 1
                  },
                  "isPrimaryHost": true,
                  "hostVendor": 48
                },
                {
                  "$ref": "12"
                }
              ],
              "orderCycleHeaders": [
                {
                  "$id": "15",
                  "storeID": 1,
                  "supplierIdentifier": "P3/3uMGibUiAMdKUXKaYYw==",
                  "supplierGuid": "b8f77f3f-a2c1-486d-8031-d2945ca69863",
                  "departmentCode": "sample string 2",
                  "warehouseDirectIndicator": "sample string 3",
                  "type": 4,
                  "storeName": "sample string 5",
                  "departmentName": "sample string 6",
                  "orderDays": 7
                },
                {
                  "$ref": "15"
                }
              ],
              "cycles": [
                {
                  "$id": "16",
                  "storeID": 1,
                  "supplierIdentifier": "gPUMSqb7QE6PVyucVDpLMA==",
                  "supplierGuid": "4a0cf580-fba6-4e40-8f57-2b9c543a4b30",
                  "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": "2026-04-03T06:22:28.1149336",
                  "deliveryDate": "2026-04-03T06:22:28.1149336",
                  "nextCutOffDate": "2026-04-03T06:22:28.1149336",
                  "nextDeliveryDate": "2026-04-03T06:22:28.1149336",
                  "nextDaysBuffer": 10
                },
                {
                  "$ref": "16"
                }
              ],
              "store": {
                "$ref": "4"
              },
              "updated": "2026-04-03T06:22:28.1149336",
              "isHost": true
            },
            "files": [
              {
                "$id": "17",
                "id": "sample string 1",
                "fileName": "sample string 2",
                "extension": "sample string 3",
                "provider": 0,
                "type": 0,
                "hostType": "sample string 4",
                "createdUtc": "2026-04-03T06:22:28.1149336",
                "processed": "2026-04-03T06:22:28.1149336",
                "isProcessing": true,
                "processedCount": 6,
                "processingTime": 1,
                "collectedUtc": "2026-04-03T06:22:28.1149336",
                "size": 1,
                "sizeFormat": "sample string 7",
                "isArchive": true,
                "customerNumber": "sample string 9",
                "businessPillar": "sample string 10",
                "fileType": "sample string 11",
                "version": "sample string 12",
                "reference": "sample string 13",
                "digest": "sample string 14",
                "contentType": "sample string 15",
                "host": {
                  "$ref": "8"
                },
                "metcashHeader": {
                  "$id": "18",
                  "customerNumber": "sample string 1",
                  "creationDate": "2026-04-03T06:22:28.1149336",
                  "businessPillar": "sample string 3",
                  "fileType": "sample string 4"
                }
              },
              {
                "$ref": "17"
              }
            ],
            "zoneMatrix": [
              {
                "$id": "19",
                "id": 1,
                "hostIdentifier": "uQHkIe9EP028k7L6dxQRRQ==",
                "hostIdentifierGuid": "21e401b9-44ef-4d3f-bc93-b2fa77141145",
                "storeID": 1,
                "departmentCode": "sample string 2",
                "hostGuids": [
                  "38482985-b085-42b5-9646-93879271e7ea",
                  "8bacb207-2842-4ada-b560-80a23b60c682"
                ]
              },
              {
                "$ref": "19"
              }
            ],
            "hostFileStoreSetting": {
              "$ref": "7"
            },
            "hostStoreSettings": [
              {
                "$ref": "7"
              },
              {
                "$ref": "7"
              }
            ],
            "promotionPlacements": [
              {
                "$id": "20",
                "identifier": "jD+HlnBUwUGPeck5p9XIbQ==",
                "identifierGuid": "96873f8c-5470-41c1-8f79-c939a7d5c86d",
                "code": "sample string 2",
                "description": "sample string 3",
                "isAdvertised": true
              },
              {
                "$ref": "20"
              }
            ],
            "promoTypeGuids": [
              "c25b3116-bd50-4d7f-bf0a-7543bd70cf56",
              "a917d15c-5d9b-469d-a039-3d2943dc4564"
            ],
            "isPromotionOnly": false,
            "isOrderable": false,
            "vendor": 0
          },
          "groupIDs": [
            1,
            2
          ],
          "hostDescription": "sample string 27"
        },
        {
          "$ref": "7"
        }
      ],
      "accounts": [
        {
          "$id": "21",
          "id": 1,
          "storeID": 1,
          "accountName": "sample string 2",
          "bsb": "sample string 3",
          "accountNumber": "sample string 4",
          "accountDesignated": true
        },
        {
          "$ref": "21"
        }
      ],
      "sales": [
        {
          "$id": "22",
          "id": 1,
          "storeID": 1,
          "externalSalesType": 2,
          "ftpSiteID": 1,
          "lastSaleProcessed": "2026-04-03T06:22:28.1149336",
          "ftpSite": {
            "$id": "23",
            "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": "22"
        }
      ],
      "zoneMatrix": [
        {
          "$ref": "19"
        },
        {
          "$ref": "19"
        }
      ],
      "cashManagements": [
        {
          "$id": "24",
          "id": 1,
          "storeID": 1,
          "cashManagementType": 2,
          "apiID": 1,
          "organisationID": "sample string 3",
          "siteName": "sample string 4",
          "thirdPartyAPI": {
            "$id": "25",
            "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": "24"
        }
      ],
      "updateStoreID": "ac346701-16ba-4236-8d82-051f0c70b732",
      "updateStore": {
        "$id": "26",
        "id": "6d700a4a-e9e9-44b5-aeec-9c37ae0259ba",
        "name": "sample string 1",
        "lastActivity": "2026-04-03T06:22:28.1149336",
        "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": "2026-04-03T06:22:28.1149336"
      },
      "timeZoneId": "sample string 54",
      "securityOptions": {
        "$id": "27",
        "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"
      }
    },
    "storePrices": [
      {
        "$id": "28",
        "pluG_UID": "2mIyKpLr3kSy4hnajAYx+Q==",
        "pluGuid": "2a3262da-eb92-44de-b2e2-19da8c0631f9",
        "plu": 1,
        "storeID": 1,
        "zoneID": 2,
        "zoneName": "sample string 3",
        "store": "sample string 4",
        "isElectedMasterStore": true,
        "isZoneMasterStore": true,
        "priceNow": 7,
        "costNow": 8,
        "costNowDecimals": 9,
        "normalPrice": 10,
        "priceNext": 1,
        "costNext": 1,
        "costNextDecimals": 11,
        "nextCampaignName": "sample string 12",
        "gstPercent": 13,
        "normalCost": 14,
        "normalCostDecimals": 15,
        "costGstPercent": 16,
        "costCalcMethod": 1,
        "currentCost": 17,
        "currentCostDecimals": 18,
        "break1": 19,
        "price1": 20,
        "break2": 21,
        "price2": 22,
        "break3": 23,
        "price3": 24,
        "fuelItem": 25,
        "fixedWeight": 26,
        "active": true,
        "complianceIndicator": "sample string 27",
        "doNotOrder": true,
        "doNotRange": true,
        "isNormalPriceChangesCampaign": true,
        "updated": "2026-04-03T06:22:28.1149336"
      },
      {
        "$ref": "28"
      }
    ],
    "currentPrices": {
      "$id": "29",
      "pluPrices": {
        "$id": "30",
        "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,
        "memberDiscountPrice": 10,
        "acceptedUtc": "2026-04-03T06:22:28.1149336",
        "priceChangeType": 0,
        "costDecimals": 11,
        "costCalcMethod": 12,
        "targetCampaignPriceGtOrEquNormal": true
      },
      "normalPluPrices": {
        "$ref": "30"
      },
      "winningCampaign": 1,
      "winner": {
        "$id": "31",
        "campaignName": "sample string 1",
        "campaignDescription": "sample string 2",
        "talkerText": "sample string 3",
        "disableWasSave": true,
        "startDate": "2026-04-03T06:22:28.1149336",
        "startTime": 5,
        "endDate": "2026-04-03T06:22:28.1149336",
        "endTime": 6,
        "newPrice": 7,
        "newCost": 8,
        "newCostDecimals": 9,
        "pctDiscount": 10,
        "promoType": 1,
        "promotionTypeCode": "sample string 11",
        "hostType": 12,
        "hostIdentifier": "BUa67/gV2UigOn+r4NeHDA==",
        "hostIdentifierGuid": "efba4605-15f8-48d9-a03a-7fabe0d7870c",
        "storeNames": [
          "sample string 1",
          "sample string 2"
        ]
      },
      "details": [
        {
          "$ref": "31"
        },
        {
          "$ref": "31"
        }
      ]
    },
    "tray": {
      "$id": "32",
      "g_UId": "kULTdG+g8kOWCN0mGjv8IA==",
      "guid": "74d34291-a06f-43f2-9608-dd261a3bfc20",
      "name": "sample string 1",
      "number": 1,
      "tare": 1
    },
    "priceGroup": {
      "$id": "33",
      "priceGroupG_UID": "iBfL0XbOJ0yBw6HzyKGnVg==",
      "priceGroupGuid": "d1cb1788-ce76-4c27-81c3-a1f3c8a1a756",
      "name": "sample string 2",
      "code": 1,
      "modified": true,
      "updated": "2026-04-03T06:22:28.1149336",
      "buyingLimit": 1,
      "buyingLimitIndependent": true,
      "buyingLimitType": 0,
      "number": 1,
      "products": [
        {
          "$ref": "3"
        },
        {
          "$ref": "3"
        }
      ],
      "productCount": 1
    },
    "priceGroupName": "sample string 147",
    "nutrifacts": {
      "$id": "34",
      "pluG_UID": "EUJMxt0wdUmv/FU3xz6p/A==",
      "pluGuid": "c64c4211-30dd-4975-affc-5537c73ea9fc",
      "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": "35",
      "pluGuid": "425a83fe-fb6c-401f-abda-fed05228200b",
      "created": "2026-04-03T06:22:28.1149336",
      "createdByUser": "sample string 1",
      "activated": "2026-04-03T06:22:28.1149336",
      "activatedByUser": "sample string 2",
      "deactivated": "2026-04-03T06:22:28.1149336",
      "deactivatedByUser": "sample string 3",
      "lastOrdered": "2026-04-03T06:22:28.1149336",
      "lastOrderedQty": 4.0,
      "lastReceived": "2026-04-03T06:22:28.1149336",
      "lastReceivedQty": 5.0,
      "lastInvoiceStatus": 1,
      "lastCounted": "2026-04-03T06:22:28.1149336",
      "lastSold": "2026-04-03T06:22:28.1149336",
      "firstSold": "2026-04-03T06:22:28.1149336",
      "awsUpdated": "2026-04-03T06:22:28.1149336",
      "lastManualUpdate": "2026-04-03T06:22:28.1149336",
      "lastManualUpdatedByUser": "sample string 7",
      "lastUpdated": "2026-04-03T06:22:28.1149336",
      "lastUpdatedByUser": "sample string 9",
      "lastUpdatedByHost": "2026-04-03T06:22:28.1149336",
      "doNotRangeUpdated": "2026-04-03T06:22:28.1149336",
      "doNotOrderUpdated": "2026-04-03T06:22:28.1149336",
      "tracked": "2026-04-03T06:22:28.1149336"
    },
    "allergens": [
      {
        "$id": "36",
        "primaryKey": {
          "$id": "37",
          "pluGuid": "e23bf77c-b98b-448c-9edc-7d9636d77c66",
          "contains": 2
        },
        "allergenID": 1,
        "pluG_UID": "fPc74ou5jESe3H2WNtd8Zg==",
        "pluGuid": "e23bf77c-b98b-448c-9edc-7d9636d77c66",
        "contains": 2,
        "allergenName": "sample string 3",
        "storeIDs": [
          1,
          2
        ]
      },
      {
        "$ref": "36"
      }
    ],
    "costs": {
      "$id": "38",
      "pluG_UID": "9vlBdUf1iUKY2TvW/PF24w==",
      "pluGuid": "7541f9f6-f547-4289-98d9-3bd6fcf176e3",
      "enteredCost": 1,
      "weightedAvgCost": 1,
      "lastCost": 1,
      "rawEnteredCost": 2,
      "rawWeightedAvgCost": 3,
      "rawLastCost": 4,
      "freight": 5.0,
      "freightType": 6,
      "costDecimals": 7,
      "fifoCost": 1,
      "updated": "2026-04-03T06:22:28.1149336",
      "normalCost": 1,
      "currentCost": 1
    },
    "sales": [
      {
        "$id": "39",
        "saleHeaderID": 1,
        "created": "2026-04-03T06:22:28.1149336",
        "createdLocal": "2026-04-03T06:22:28.1149336",
        "storeID": 3,
        "storeName": "sample string 4",
        "operatorG_Uid": "6Krq1MjDykGN1O39QiZ18A==",
        "operatorGuid": "d4eaaae8-c3c8-41ca-8dd4-edfd422675f0",
        "operatorName": "sample string 5",
        "tranType": 1,
        "plu": 1,
        "pluG_UId": "FaHuICNl/kmrQOmtVkzVJw==",
        "pluGuid": "20eea115-6523-49fe-ab40-e9ad564cd527",
        "normalPrice": 1,
        "totalCents": 1,
        "cost": 1,
        "grossProfit": 1,
        "quantity": 1,
        "operator": {
          "$id": "40",
          "id": 1,
          "g_Uid": "odHO3T9DuUmMF8xgGUspYg==",
          "guid": "ddced1a1-433f-49b9-8c17-cc60194b2962",
          "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": "2026-04-03T06:22:28.1149336",
          "passwordResetRequired": true,
          "alteredInStore": true,
          "startShift": "2026-04-03T06:22:28.1149336",
          "endShift": "2026-04-03T06:22:28.1149336",
          "machineName": "sample string 20",
          "drawerID": 1,
          "stores": [
            {
              "$id": "41",
              "operatorG_UID": "WGvBDxTT10W+u+kHDZ3DdQ==",
              "operatorGuid": "0fc16b58-d314-45d7-bebb-e9070d9dc375",
              "storeID": 2,
              "operator": {
                "$ref": "40"
              },
              "store": {
                "$ref": "4"
              }
            },
            {
              "$ref": "41"
            }
          ]
        }
      },
      {
        "$ref": "39"
      }
    ],
    "apns": [
      {
        "$id": "42",
        "pluID": 1,
        "pluG_UID": "+pJQc+PmekGleUdKR/yjRg==",
        "pluGuid": "735092fa-e6e3-417a-a579-474a47fca346",
        "apn": "sample string 1",
        "deleted": true,
        "storeID": 1,
        "storeIDs": [
          1,
          2
        ]
      },
      {
        "$ref": "42"
      }
    ],
    "tuns": [
      {
        "$id": "43",
        "pluG_UId": "DlgY6OoefU+8Sw4TOadKtA==",
        "pluGuid": "e818580e-1eea-4f7d-bc4b-0e1339a74ab4",
        "apn": "sample string 1",
        "tun": "sample string 2",
        "cartonQuantity": 3,
        "product": {
          "$ref": "3"
        },
        "storeIDs": [
          1,
          2
        ]
      },
      {
        "$ref": "43"
      }
    ],
    "competitionPricing": [
      {
        "$id": "44",
        "identifier": "OLH0oKhqE0CNn+JZ1QQVvg==",
        "identifierGuid": "a0f4b138-6aa8-4013-8d9f-e259d50415be",
        "pluG_UID": "tbkfshFS8kiMahzfK7HduQ==",
        "pluGuid": "b21fb9b5-5211-48f2-8c6a-1cdf2bb1ddb9",
        "competitionID": 1,
        "name": "sample string 2",
        "sellMultiple": 3,
        "retailPrice": 4,
        "storeName": "sample string 5"
      },
      {
        "$ref": "44"
      }
    ],
    "supplier": {
      "$ref": "9"
    },
    "supplierName": "sample string 148",
    "children": [
      {
        "$ref": "3"
      },
      {
        "$ref": "3"
      }
    ],
    "ordering": {
      "$ref": "12"
    },
    "flipChartPages": [
      {
        "$id": "45",
        "identifier": "i+wS2iPu30WXeL7RT0s3uA==",
        "groupName": "sample string 1",
        "identifierGuid": "da12ec8b-ee23-45df-9778-bed14f4b37b8",
        "exists": true,
        "flipChartIdentifier": "WhJF6JugDE2wID3GMu3ACA==",
        "flipChartIdentifierGuid": "e845125a-a09b-4d0c-b020-3dc632edc008",
        "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": "6LTh60p5KUuBUv1kdVM1RA==",
        "groupIdentifierGuid": "ebe1b4e8-794a-4b29-8152-fd6475533544",
        "flipChart": {
          "$id": "46",
          "identifier": "qQa/GVJf50a8C0hCd2+rng==",
          "identifierGuid": "19bf06a9-5f52-46e7-bc0b-4842776fab9e",
          "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": "47",
            "identifier": "NFFaBhJBdEOKnacHp7PPwA==",
            "identifierGuid": "065a5134-4112-4374-8a9d-a707a7b3cfc0",
            "name": "sample string 2",
            "formType": "sample string 3",
            "forms": [
              {
                "$id": "48",
                "id": 1,
                "g_UID": "nJQHIXnDUUyNRzE17nLqiw==",
                "guid": "2107949c-c379-4c51-8d47-3135ee72ea8b",
                "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": "yK5KiOp/wUKEERv6fU/lTg==",
                "previousFormGuid": "884aaec8-7fea-42c1-8411-1bfa7d4fe54e",
                "nextForm": 1,
                "nextFormG_UID": "HkFxm4Gi10GVj2fvaEXVYw==",
                "nextFormGuid": "9b71411e-a281-41d7-958f-67ef6845d563",
                "attributes": "sample string 10",
                "updated": "2026-04-03T06:22:28.1149336",
                "positioning": 1,
                "contentPanel": "sample string 11",
                "selectionMode": 1,
                "maximumSelections": 1,
                "alteredInStore": true,
                "deleted": true,
                "blueprintID": 1,
                "preserveLayout": true,
                "mainCheckoutFormName": "sample string 13",
                "nextCheckoutForm": {
                  "$ref": "48"
                },
                "previousCheckoutForm": {
                  "$ref": "48"
                },
                "buttons": [
                  {
                    "$id": "49",
                    "id": 1,
                    "checkoutFormID": 2,
                    "checkoutFormG_UID": "AwkRgMYM/EeOhBVW1jOlcg==",
                    "checkoutFormGuid": "80110903-0cc6-47fc-8e84-1556d633a572",
                    "identifier": "+QJDihAOg0KHapoVP2jQaQ==",
                    "identifierGuid": "8a4302f9-0e10-4283-876a-9a153f68d069",
                    "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": "9rZwPnJEIEOOCiTOumCDng==",
                    "valueGuid": "3e70b6f6-4472-4320-8e0a-24ceba60839e",
                    "buttonText": "sample string 10",
                    "valueText": "sample string 11",
                    "drawImageAndButton": true,
                    "updated": "2026-04-03T06:22:28.1149336",
                    "action": "sample string 12",
                    "valueForm": {
                      "$ref": "48"
                    },
                    "image": {
                      "$id": "50",
                      "name": "sample string 3.sample string 4",
                      "imageID": 2,
                      "imageName": "sample string 3",
                      "imageExtension": "sample string 4",
                      "lastUpdate": "2026-04-03T06:22:28.1149336",
                      "imageData": "QEA=",
                      "readOnly": true
                    }
                  },
                  {
                    "$ref": "49"
                  }
                ],
                "panels": [
                  {
                    "$id": "51",
                    "id": 1,
                    "checkoutFormID": 2,
                    "checkoutFormG_UID": "CoFXIOth/ESxcpZ5K/kB2w==",
                    "checkoutFormGuid": "2057810a-61eb-44fc-b172-96792bf901db",
                    "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": "51"
                  }
                ]
              },
              {
                "$ref": "48"
              }
            ],
            "panels": [
              {
                "$ref": "51"
              },
              {
                "$ref": "51"
              }
            ]
          },
          "pages": [
            {
              "$ref": "45"
            },
            {
              "$ref": "45"
            }
          ]
        },
        "contentPanel": {
          "$ref": "51"
        },
        "products": [
          {
            "$id": "52",
            "flipChartPageIdentifier": "6zLfD+VSME+tBAmYPPioSg==",
            "flipChartPageIdentifierGuid": "0fdf32eb-52e5-4f30-ad04-09983cf8a84a",
            "pluG_UID": "bsmwyiRbs0W3ILMHLILyTQ==",
            "pluGuid": "cab0c96e-5b24-45b3-b720-b3072c82f24d",
            "sortOrder": 3,
            "sent": true,
            "productChanged": true,
            "productImageName": "sample string 6",
            "productShowImageOnFlipCharts": true,
            "productShowTextOnFlipCharts": true,
            "productOverrideFlipChartText": true,
            "productFlipChartText": "sample string 10",
            "product": {
              "$ref": "3"
            },
            "departmentSortOrder": 11,
            "subDepartmentName": "sample string 12"
          },
          {
            "$ref": "52"
          }
        ],
        "productCount": 27,
        "pages": [
          {
            "$ref": "45"
          },
          {
            "$ref": "45"
          }
        ]
      },
      {
        "$ref": "45"
      }
    ],
    "priceHistory": [
      {
        "$id": "53",
        "pluG_UID": "2sn/+wjNPEm8ANSAZUI/NQ==",
        "pluGuid": "fbffc9da-cd08-493c-bc00-d48065423f35",
        "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": "2026-04-03T06:22:28.1149336",
        "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": "53"
      }
    ],
    "ingredients": [
      {
        "$id": "54",
        "pluG_UID": "DfSXrjAU70qriq28O1tOyg==",
        "ingredientGuid": "th7jLPB17E+XFPZ0nHFAdQ==",
        "ingredientIdentifier": "2ce31eb6-75f0-4fec-9714-f6749c714075",
        "quantity": 1.0,
        "storeIDs": [
          1,
          2
        ],
        "ingredientText": "sample string 1",
        "ingredient": {
          "$ref": "3"
        }
      },
      {
        "$ref": "54"
      }
    ],
    "bins": [
      {
        "$id": "55",
        "pluG_UID": "v/7IyYtnBEyYLQwIcE/cwg==",
        "pluGuid": "c9c8febf-678b-4c04-982d-0c08704fdcc2",
        "shelfLocationIdentifier": "mqUdKjhUXEuwMMGAHAY71w==",
        "shelfLocationGuid": "2a1da59a-5438-4b5c-b030-c1801c063bd7",
        "labelShelfDefault": 1,
        "labelTalkerDefault": 1,
        "labelSmall": true,
        "labelPageLayoutG_UID": "kXJY6UDXQUG/7us8/qSMzw==",
        "labelPageLayoutGuid": "e9587291-d740-4141-bfee-eb3cfea48ccf",
        "updated": "2026-04-03T06:22:28.1149336",
        "electronicShelfLabelIdentifier": "sample string 5",
        "electronicshelfLabelsConfigurationID": 6,
        "labelShelfChanged": true,
        "productName": "sample string 8",
        "locationText": "sample string 9",
        "product": {
          "$ref": "3"
        },
        "location": {
          "$id": "56",
          "identifier": "QNZAbJxN5EGYJ00cX2MBiQ==",
          "storeID": 1,
          "identifierGuid": "6c40d640-4d9c-41e4-9827-4d1c5f630189",
          "name": "sample string 2",
          "haccp": true,
          "blueprintID": 1,
          "updated": "2026-04-03T06:22:28.1149336",
          "minTemp": 1,
          "maxTemp": 1,
          "checkFrequency": 1,
          "storeCaseConfiguration": 5,
          "storeName": "sample string 6",
          "bins": [
            {
              "$ref": "55"
            },
            {
              "$ref": "55"
            }
          ]
        }
      },
      {
        "$ref": "55"
      }
    ],
    "bin": {
      "$ref": "55"
    },
    "scaleLocations": [
      {
        "$id": "57",
        "plu": 1,
        "pluG_UID": "Ff4Na+oEQUCxZ9ldCqX53w==",
        "pluGuid": "6b0dfe15-04ea-4041-b167-d95d0aa5f9df",
        "deptNo": 1,
        "product": {
          "$ref": "3"
        },
        "scaleLocation": {
          "$id": "58",
          "id": 1,
          "deptNo": 1,
          "deptCode": "sample string 2",
          "name": "sample string 3",
          "enabled": true,
          "updated": "2026-04-03T06:22:28.1149336",
          "department": {
            "$id": "59",
            "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": "58"
            },
            "subDepartments": [
              {
                "$id": "60",
                "id": 1,
                "departmentID": 2,
                "name": "sample string 3",
                "code": "sample string 4",
                "departmentCode": "sample string 5",
                "externalSales": true,
                "minorDepartments": [
                  {
                    "$id": "61",
                    "id": 1,
                    "subDepartmentID": 2,
                    "departmentID": 3,
                    "name": "sample string 4",
                    "subDepartmentCode": "sample string 5",
                    "departmentCode": "sample string 6",
                    "code": "sample string 7",
                    "lesserDepartments": [
                      {
                        "$id": "62",
                        "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": "2026-04-03T06:22:28.1149336",
                        "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": "lBPNCPhxQ0WGFKiKc9n5GA==",
                        "labelPageLayoutGuid": "08cd1394-71f8-4543-8614-a88a73d9f918",
                        "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": "63",
                          "dept": 1,
                          "category": 2,
                          "name": "sample string 3",
                          "active": true,
                          "mscCommodities": [
                            {
                              "$id": "64",
                              "dept": 1,
                              "category": 2,
                              "commodity": 3,
                              "name": "sample string 4",
                              "active": true,
                              "mscSubCommodities": [
                                {
                                  "$id": "65",
                                  "dept": 1,
                                  "category": 2,
                                  "commodity": 3,
                                  "subCommodity": 4,
                                  "name": "sample string 5",
                                  "active": true,
                                  "subCommodityCode": "sample string 7"
                                },
                                {
                                  "$ref": "65"
                                }
                              ],
                              "commodityCode": "sample string 6"
                            },
                            {
                              "$ref": "64"
                            }
                          ],
                          "categoryCode": "sample string 5"
                        },
                        "mscCom": {
                          "$ref": "64"
                        },
                        "mscDep": {
                          "$id": "66",
                          "dept": 1,
                          "name": "sample string 2",
                          "active": true,
                          "mscCategories": [
                            {
                              "$ref": "63"
                            },
                            {
                              "$ref": "63"
                            }
                          ],
                          "deptCode": "sample string 4"
                        },
                        "mscSubCom": {
                          "$ref": "65"
                        }
                      },
                      {
                        "$ref": "62"
                      }
                    ],
                    "updated": "2026-04-03T06:22:28.1149336",
                    "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": "Gyff4goxSkKIF/8Vhmkz+w==",
                    "labelPageLayoutGuid": "e2df271b-310a-424a-8817-ff15866933fb",
                    "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": "63"
                    },
                    "mscCom": {
                      "$ref": "64"
                    },
                    "mscDep": {
                      "$ref": "66"
                    },
                    "mscSubCom": {
                      "$ref": "65"
                    }
                  },
                  {
                    "$ref": "61"
                  }
                ],
                "investmentBuyOverride": true,
                "updated": "2026-04-03T06:22:28.1149336",
                "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": "+mvW8TT79E+Pn2v/h0FJvQ==",
                "labelPageLayoutGuid": "f1d66bfa-fb34-4ff4-8f9f-6bff874149bd",
                "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": "63"
                },
                "mscCom": {
                  "$ref": "64"
                },
                "mscDep": {
                  "$ref": "66"
                },
                "mscSubCom": {
                  "$ref": "65"
                }
              },
              {
                "$ref": "60"
              }
            ],
            "stores": [
              1,
              2
            ],
            "investmentBuyOverride": true,
            "updated": "2026-04-03T06:22:28.1149336",
            "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": "KRjgkoUp0kuFnyi8JthCgQ==",
            "labelPageLayoutGuid": "92e01829-2985-4bd2-859f-28bc26d84281",
            "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": "63"
            },
            "mscCom": {
              "$ref": "64"
            },
            "mscDep": {
              "$ref": "66"
            },
            "mscSubCom": {
              "$ref": "65"
            }
          }
        }
      },
      {
        "$ref": "57"
      }
    ],
    "nextPrice": {
      "$id": "67",
      "id": 1,
      "campaignID": 2,
      "campaignName": "sample string 3",
      "plu": 1,
      "hostOfferID": 1,
      "metcashPromotionID": "sample string 4",
      "metcashPromotionPlacement": "sample string 5",
      "pluG_UID": "CIqHXSUGO0Wh4hmPSgemVg==",
      "pluGuid": "5d878a08-0625-453b-a1e2-198f4a07a656",
      "newPrice": 1,
      "pctDiscount": 1,
      "newCost": 1,
      "newCostDecimals": 6,
      "dealCostIdentifier": "wEyEmvZYOEC8TbujpdcUQQ==",
      "dealCostGuid": "9a844cc0-58f6-4038-bc4d-bba3a5d71441",
      "pluName": "sample string 7",
      "apn": "sample string 8",
      "fuelItem": true,
      "priceGroupG_UID": "y3PrJZCUV0qeHxzpjp3xEQ==",
      "priceGroupGuid": "25eb73cb-9490-4a57-9e1f-1ce98e9df111",
      "itemNumber": "sample string 10",
      "cri": "sample string 11",
      "pluPrice": 12,
      "costCalcMethod": 13,
      "pluCost": 14,
      "pluCostIndicator": "sample string 15",
      "pluPriceGstPercent": 16,
      "pluCostGstPercent": 17,
      "pluActive": true,
      "cartonQty": 1.1,
      "baseUnits": 19.1,
      "salesMode": 1,
      "pluNormalCost": 20,
      "pluaws": 21.0,
      "directNumber": "sample string 22",
      "departmentName": "sample string 23",
      "subDepartmentName": "sample string 24",
      "priceGroupName": "sample string 25",
      "supplierName": "sample string 26",
      "stockOnHand": 1.1,
      "stockOnOrder": 1.1,
      "lastReceived": "2026-04-03T06:22:28.1149336",
      "rrp": 27,
      "campaignDescription": "sample string 28",
      "hostCampaign": true,
      "hostIdentifier": "QEA=",
      "hostIdentifierGuid": "a532024d-0cce-41fd-83e9-2da72a492c92",
      "campaignComboPriceGroupG_UID": "0tHE9/icWkK08joLCRljtw==",
      "campaignComboPriceGroupIdentifier": "f7c4d1d2-9cf8-425a-b4f2-3a0b091963b7",
      "promotionPlacementDescription": "sample string 30",
      "storeAcceptances": [
        {
          "$id": "68",
          "plu": 1,
          "pluG_UId": "QEA=",
          "campaignID": 1,
          "campaignName": "sample string 2",
          "storeID": 3,
          "acceptedUtc": "2026-04-03T06:22:28.1149336",
          "operatorG_UID": "0kr/cxZ9OkS+k7W+LjS+jA==",
          "operatorGuid": "73ff4ad2-7d16-443a-be93-b5be2e34be8c",
          "machineID": 1,
          "processed": true,
          "appliedUtc": "2026-04-03T06:22:28.1149336",
          "signIqTicketFileMovedUtc": "2026-04-03T06:22:28.1149336",
          "user": "sample string 6",
          "campaignDescription": "sample string 7",
          "productDesc": "sample string 8",
          "storeName": "sample string 9",
          "effectiveUtc": "2026-04-03T06:22:28.1149336",
          "priceChangeType": 0,
          "operatorName": "sample string 10",
          "hostCampaign": true,
          "hostIdentifier": "QEA=",
          "hostIdentifierGuid": "fea3dfec-2b53-49ec-a8d9-c49c1d24c051",
          "product": {
            "$ref": "3"
          },
          "campaignPlu": {
            "$ref": "67"
          },
          "fuelItem": true
        },
        {
          "$ref": "68"
        }
      ],
      "campaign": {
        "$id": "69",
        "id": 1,
        "storeID": 2,
        "name": "9404446b-3b1b-4eef-8733-ed98166f5d55",
        "nameGuid": "9404446b-3b1b-4eef-8733-ed98166f5d55",
        "description": "sample string 4",
        "showDiscounts": true,
        "showTotals": true,
        "onlyEvaluateOnSubtotal": true,
        "useDescription": true,
        "campaignType": 1,
        "startDate": "2026-04-03T06:22:28.1149336",
        "startTime": 1,
        "endDate": "2026-04-03T06:22:28.1149336",
        "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": "2026-04-03T06:22:28.1149336",
        "system": true,
        "created": "2026-04-03T06:22:28.1149336",
        "updated": "2026-04-03T06:22:28.1149336",
        "priceChangeNotifiedUtc": "2026-04-03T06:22:28.1149336",
        "promoType": 1,
        "promotionTypeCode": "sample string 13",
        "hostIdentifier": "WtaO+o7UskWIyLl0Nm3Cbw==",
        "hostIdentifierGuid": "fa8ed65a-d48e-45b2-88c8-b974366dc26f",
        "hostType": 14,
        "createdByUser": "sample string 15",
        "fromHost": true,
        "deleted": true,
        "campaignDeleted": "2026-04-03T06:22:28.1149336",
        "updatedByUser": "sample string 18",
        "offerID": 1,
        "isPriceChangeCampaign": true,
        "stores": [
          1,
          2
        ],
        "storeNames": [
          "sample string 1",
          "sample string 2"
        ],
        "campaignPlus": [
          {
            "$ref": "67"
          },
          {
            "$ref": "67"
          }
        ],
        "campaignPools": [
          {
            "$id": "70",
            "id": 1,
            "campaignID": 2,
            "campaignName": "sample string 3",
            "plu": 4,
            "pluG_UID": "9bPPK9oYfkWACMHrnBwpZg==",
            "pluGuid": "2bcfb3f5-18da-457e-8008-c1eb9c1c2966",
            "hostOfferID": 1,
            "priceGroupG_UID": "1cC5QgOADk+aWGGp2w0l2A==",
            "priceGroupGuid": "42b9c0d5-8003-4f0e-9a58-61a9db0d25d8",
            "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": "2026-04-03T06:22:28.1149336",
            "rrp": 17,
            "campaignDescription": "sample string 18",
            "product": {
              "$ref": "3"
            },
            "campaign": {
              "$ref": "69"
            }
          },
          {
            "$ref": "70"
          }
        ],
        "sellingRules": [
          {
            "$id": "71",
            "id": 1,
            "identifier": "JySEbLbkIkG4Vp2jf3ETaQ==",
            "identifierStr": "JySEbLbkIkG4Vp2jf3ETaQ==",
            "identifierGuid": "6c842427-e4b6-4122-b856-9da37f711369",
            "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": "69"
            }
          },
          {
            "$ref": "71"
          }
        ],
        "customers": [
          {
            "$id": "72",
            "id": 1,
            "campaignID": 2,
            "campaignName": "sample string 3",
            "customerID": "aYEDA35Ou0OrMtQK1lL/DQ==",
            "customerIDGuid": "03038169-4e7e-43bb-ab32-d40ad652ff0d",
            "campaign": {
              "$ref": "69"
            },
            "customer": {
              "$id": "73",
              "identifier": "FBpyANDsJkOWjKUx56iNZg==",
              "identifierGuid": "00721a14-ecd0-4326-968c-a531e7a88d66",
              "code": "sample string 2",
              "familyName": "sample string 3",
              "givenName": "sample string 4",
              "otherName": "sample string 5",
              "title": "sample string 6",
              "dateOfBirth": "2026-04-03T06:22:28.1149336",
              "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": "0qW9YxQ/ukajPveQN/dCFg==",
              "communityIdentifierGuid": "63bda5d2-3f14-46ba-a33e-f79037f74216",
              "joined": "2026-04-03T06:22:28.1149336",
              "updated": "2026-04-03T06:22:28.1149336",
              "active": true,
              "reasonInactive": 1,
              "groupCustomer": true,
              "loyaltyPoints": 1,
              "homeStoreID": 1,
              "availableSpend": 1,
              "priceLevelIdentifier": "mJ0Y8CNH+EGTF7L4pTGSNw==",
              "priceLevelIdentifierGuid": "f0189d98-4723-41f8-9317-b2f8a5319237",
              "marketingID": "sample string 18",
              "receiptPrintOptions": 1,
              "hidden": true,
              "registered": true,
              "registeredOn": "2026-04-03T06:22:28.1149336",
              "emailMarketing": true,
              "smsMarketing": true,
              "deleted": true,
              "deletedUser": "sample string 24",
              "homeStoreName": "sample string 25",
              "customerCards": [
                {
                  "$id": "74",
                  "cardType": 2,
                  "issueDate": "2026-04-03T06:22:28.1149336",
                  "expiry": "2026-04-03T06:22:28.1149336",
                  "customerID": "KqDegFiR0kWtOeA9EZrotA==",
                  "customerIDGuid": "80dea02a-9158-45d2-ad39-e03d119ae8b4",
                  "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": "2026-04-03T06:22:28.1149336",
                  "linkedAccount": "m7MCpKtg2EWaWZQm5njt9Q==",
                  "linkedAccountGuid": "a402b39b-60ab-45d8-9a59-9426e678edf5",
                  "currentValueChanged": true,
                  "limitsChanged": true,
                  "customer": {
                    "$ref": "73"
                  },
                  "account": {
                    "$id": "75",
                    "id": 1,
                    "identifier": "X1h+m5Dse02wa7suAHbrdw==",
                    "identifierGuid": "9b7e585f-ec90-4d7b-b06b-bb2e0076eb77",
                    "referenceNo": "sample string 3",
                    "name": "sample string 4",
                    "created": "2026-04-03T06:22:28.1149336",
                    "owner": "MErQfl26q0+jCd6jL0OcRg==",
                    "ownerGuid": "7ed04a30-ba5d-4fab-a309-dea32f439c46",
                    "accountStoreGroupIdentifier": "LzKl+49KPEGGGfsfdrthXg==",
                    "accountStoreGroupGuid": "fba5322f-4a8f-413c-8619-fb1f76bb615e",
                    "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": "2026-04-03T06:22:28.1149336",
                    "active": true,
                    "updated": "2026-04-03T06:22:28.1149336",
                    "deleted": true,
                    "deletedUser": "sample string 16",
                    "currentBalanceChanged": true,
                    "maximumLimitChanged": true,
                    "loyaltyPointsChanged": true,
                    "projectedBalance": 17,
                    "accountStoreGroupStoreIDs": [
                      1,
                      2
                    ],
                    "customerEmail": "sample string 18",
                    "ownerCustomer": {
                      "$ref": "73"
                    },
                    "card": {
                      "$ref": "74"
                    },
                    "members": {
                      "$id": "76",
                      "sample string 1": [
                        {
                          "$ref": "73"
                        },
                        {
                          "$ref": "73"
                        }
                      ],
                      "sample string 2": [
                        {
                          "$ref": "73"
                        },
                        {
                          "$ref": "73"
                        }
                      ]
                    },
                    "customerGroups": [
                      {
                        "$id": "77",
                        "identifier": "Ztwzd9pYaEW9j/IupL3Yew==",
                        "identifierGuid": "7733dc66-58da-4568-bd8f-f22ea4bdd87b",
                        "name": "sample string 2",
                        "primaryContact": "0fcL+U7hDkCZvQeLxOGBxA==",
                        "primaryContactGuid": "f90bf7d1-e14e-400e-99bd-078bc4e181c4",
                        "accountID": "7UrZIowHlkaqjtAdDB/BFw==",
                        "accountIDGuid": "22d94aed-078c-4696-aa8e-d01d0c1fc117",
                        "special": true,
                        "updated": "2026-04-03T06:22:28.1149336",
                        "active": true,
                        "reasonInactive": 1,
                        "priceLevelIdentifier": "YelDg1EktE+sOIKng2bbGw==",
                        "priceLevelIdentifierGuid": "8343e961-2451-4fb4-ac38-82a78366db1b",
                        "marketingListID": "sample string 7",
                        "deleted": true,
                        "account": {
                          "$ref": "75"
                        },
                        "primaryContactCustomer": {
                          "$ref": "73"
                        },
                        "customerGroupMembers": [
                          {
                            "$id": "78",
                            "id": 1,
                            "groupID": "iwHCTvxNAEq38Z+TrQ3NmA==",
                            "groupIDGuid": "4ec2018b-4dfc-4a00-b7f1-9f93ad0dcd98",
                            "customerID": "SRTIFyRcHkKDVFoUytLXOQ==",
                            "customerIDGuid": "17c81449-5c24-421e-8354-5a14cad2d739",
                            "card": "sample string 4",
                            "linkedAccount": "wX+EtJNMAEKNkj66a1MtgA==",
                            "linkedAccountGuid": "b4847fc1-4c93-4200-8d92-3eba6b532d80",
                            "customer": {
                              "$ref": "73"
                            },
                            "group": {
                              "$ref": "77"
                            },
                            "customerCard": {
                              "$ref": "74"
                            }
                          },
                          {
                            "$ref": "78"
                          }
                        ]
                      },
                      {
                        "$ref": "77"
                      }
                    ]
                  },
                  "payments": [
                    {
                      "$id": "79",
                      "id": 1,
                      "identifier": "6uYAc848rU6VUkVESr8U9w==",
                      "identifierGuid": "7300e6ea-3cce-4ead-9552-45444abf14f7",
                      "storeID": 2,
                      "operatorName": "sample string 3",
                      "saleHeaderID": 4,
                      "paymentType": 5,
                      "amount": 6,
                      "account": "sample string 7",
                      "accountID": "nMEowEYssEKhjYzqh8ThCQ==",
                      "accountIDGuid": "c028c19c-2c46-42b0-a18d-8cea87c4e109",
                      "customerAccount": {
                        "$ref": "75"
                      },
                      "customerCard": {
                        "$ref": "74"
                      },
                      "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": "2026-04-03T06:22:28.1149336",
                      "invRocNo": "sample string 14",
                      "responseCode": "sample string 15",
                      "cashout": 1,
                      "tip": 16,
                      "idempotentVoid": "yArnr1iolkamwlk1/FmA/Q==",
                      "idempotentVoidGuid": "afe70ac8-a858-4696-a6c2-5935fc5980fd",
                      "offline": true,
                      "processed": 1,
                      "storeSaleHeader": {
                        "$id": "80",
                        "saleHeaderID": 1,
                        "saleHeaderGuid": "eYelfG2PJ0i6/UipgMG8dg==",
                        "saleHeaderIdentifierGuid": "7ca58779-8f6d-4827-bafd-48a980c1bc76",
                        "created": "2026-04-03T06:22:28.1149336",
                        "createdLocal": "2026-04-03T06:22:28.1149336",
                        "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": "2026-04-03T06:22:28.1149336",
                        "storeID": 1,
                        "operatorG_Uid": "NZUre0yFUEme0+MD7zddaA==",
                        "operatorGuid": "7b2b9535-854c-4950-9ed3-e303ef375d68",
                        "customerG_Uid": "K4QyMHT8UUG7eJTwZMAKhg==",
                        "customerGuid": "3032842b-fc74-4151-bb78-94f064c00a86",
                        "communityIdentifier": "+SM+XgUhh0eZDD36wOuwiQ==",
                        "communityIdentifierGuid": "5e3e23f9-2105-4787-990c-3dfac0ebb089",
                        "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": "A/V2CJQ6/U2mVYheoKNWaQ==",
                        "priceLevelIdentifierGuid": "0876f503-3a94-4dfd-a655-885ea0a35669",
                        "locked": 36,
                        "orderMetadata": "{\"CustomerName\":\"sample string 1\",\"PickupAt\":\"2026-04-03T06:22:28.1149336+00:00\",\"DeliveryAddress1\":\"sample string 2\",\"DeliveryAddress2\":\"sample string 3\",\"CustomerPhoneNumber\":\"sample string 4\",\"OrderType\":0,\"ExternalOrderID\":\"sample string 5\",\"ExternalDisplayableOrderID\":\"sample string 6\",\"TableName\":\"sample string 7\",\"CreatedBy\":0,\"OrderingAppName\":\"sample string 8\"}",
                        "deserialisedOrderMetadata": {
                          "$id": "81",
                          "customerName": "sample string 1",
                          "pickupAt": "2026-04-03T06:22:28.1149336",
                          "deliveryAddress1": "sample string 2",
                          "deliveryAddress2": "sample string 3",
                          "customerPhoneNumber": "sample string 4",
                          "orderType": 0,
                          "externalOrderID": "sample string 5",
                          "externalDisplayableOrderID": "sample string 6",
                          "tableName": "sample string 7",
                          "createdBy": 0,
                          "orderingAppName": "sample string 8"
                        },
                        "relationChecksum": "sample string 38",
                        "loyaltyTender": 1,
                        "giftCardTender": 1,
                        "operator": {
                          "$ref": "40"
                        },
                        "customer": {
                          "$ref": "73"
                        },
                        "communityOrganisation": {
                          "$id": "82",
                          "id": 1,
                          "identifier": "h8mq174ZhEm2j0JoyNoofg==",
                          "identifierGuid": "d7aac987-19be-4984-b68f-4268c8da287e",
                          "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",
                          "abn": "sample string 15",
                          "promoPeriodStart": "2026-04-03T06:22:28.1149336",
                          "promoPeriodEnd": "2026-04-03T06:22:28.1149336",
                          "allowDonations": true,
                          "logoImageName": "sample string 17",
                          "totalAmountAwarded": 18.1,
                          "updated": "2026-04-03T06:22:28.1149336",
                          "deleted": true
                        },
                        "details": [
                          {
                            "$id": "83",
                            "saleItemID": 1,
                            "identifier": "85L03L3Z7UKluz+V3d3sdw==",
                            "identifierGuid": "dcf492f3-d9bd-42ed-a5bb-3f95ddddec77",
                            "saleHeaderID": 2,
                            "plu": 1,
                            "pluG_UId": "elwFdy1K2UWlmvCLKvaXYg==",
                            "pluGuid": "77055c7a-4a2d-45d9-a59a-f08b2af69762",
                            "accountID": "D8GPjqefYUSZhvobmtOHxA==",
                            "accountIDGuid": "8e8fc10f-9fa7-4461-9986-fa1b9ad387c4",
                            "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": "2026-04-03T06:22:28.1149336",
                            "bestOrExpireType": 1,
                            "providerName": "sample string 11",
                            "refundG_UID": "pgfndx1jV0mdt4P2J+4UBQ==",
                            "refundGuid": "77e707a6-631d-4957-9db7-83f627ee1405",
                            "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": "9dsw36WIXEeawXOjJVzyJw==",
                            "idempotentVoidGuid": "df30dbf5-88a5-475c-9ac1-73a3255cf227",
                            "priceLevelIdentifier": "5mQmA8u4fEWKkiqNWUkn5A==",
                            "priceLevelIdentifierGuid": "032664e6-b8cb-457c-8a92-2a8d594927e4",
                            "communityIdentifier": "HDvunnBnJkGF5/jPQvLmOQ==",
                            "communityIdentifierGuid": "9eee3b1c-6770-4126-85e7-f8cf42f2e639",
                            "productName": "sample string 23",
                            "apn": "sample string 24",
                            "unknownScans": [
                              {
                                "$id": "84",
                                "id": 1,
                                "saleDetailID": 2,
                                "storeID": 1,
                                "scanned": "2026-04-03T06:22:28.1149336",
                                "operatorG_UID": "QEA=",
                                "barcode": "sample string 4",
                                "processed": 1
                              },
                              {
                                "$ref": "84"
                              }
                            ],
                            "refund": {
                              "$id": "85",
                              "id": 1,
                              "g_UID": "6Jodv5hS9kaGe4uSoO+UEw==",
                              "guid": "bf1d9ae8-5298-46f6-867b-8b92a0ef9413",
                              "description": "sample string 1",
                              "dumped": true,
                              "inventoryReasonID": 1,
                              "sortOrder": 1,
                              "updated": "2026-04-03T06:22:28.1149336"
                            },
                            "modifier": {
                              "$id": "86",
                              "id": 1,
                              "setG_UID": "erWxHSeiOEOLrmfo+QiiGw==",
                              "modifierSetGuid": "1db1b57a-a227-4338-8bae-67e8f908a21b",
                              "name": "sample string 2",
                              "price": 1,
                              "quantity": 1,
                              "modifierType": 1,
                              "groupNumber": 1,
                              "pageNumber": 1,
                              "controlOrder": 1,
                              "printToStation": true,
                              "pluG_UID": "qunBBmI/CE2+ugCgDjF0zQ==",
                              "pluGuid": "06c1e9aa-3f62-4d08-beba-00a00e3174cd",
                              "deleted": true,
                              "g_UID": "oxC8pAxz8U6ZvDzCLzNTrQ==",
                              "guid": "a4bc10a3-730c-4ef1-99bc-3cc22f3353ad",
                              "product": {
                                "$ref": "3"
                              }
                            },
                            "priceLevelName": "sample string 25",
                            "pumpNumber": 1,
                            "hoseNumber": 1
                          },
                          {
                            "$ref": "83"
                          }
                        ],
                        "eftReceipts": [
                          {
                            "$id": "87",
                            "id": 1,
                            "storeID": 1,
                            "saleHeaderID": 2,
                            "storeSaleHeader": {
                              "$ref": "80"
                            },
                            "receipt": "sample string 3",
                            "processed": 1
                          },
                          {
                            "$ref": "87"
                          }
                        ],
                        "payments": [
                          {
                            "$ref": "79"
                          },
                          {
                            "$ref": "79"
                          }
                        ],
                        "cards": [
                          {
                            "$id": "88",
                            "id": 1,
                            "saleHeaderID": 1,
                            "identifier": "sample string 2",
                            "cardType": 3,
                            "providerName": "sample string 4"
                          },
                          {
                            "$ref": "88"
                          }
                        ],
                        "campaignHits": [
                          {
                            "$id": "89",
                            "id": 1,
                            "saleHeaderID": 2,
                            "campaign": "sample string 3",
                            "name": "sample string 4",
                            "processed": 1,
                            "campaignDescription": "sample string 5"
                          },
                          {
                            "$ref": "89"
                          }
                        ],
                        "fuel": [
                          {
                            "$id": "90",
                            "id": 1,
                            "plu": 1,
                            "pluG_UID": "fUALqtmt/0auZsHDDVDP+A==",
                            "pluGuid": "aa0b407d-add9-46ff-ae66-c1c30d50cff8",
                            "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": "2026-04-03T06:22:28.1149336",
                            "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": "2026-04-03T06:22:28.1149336",
                            "tagNumber": "sample string 15",
                            "trackTwoRem": "sample string 16",
                            "transCode": 1,
                            "transType": 1,
                            "unitPrice": 1.0,
                            "vehicleReg": "sample string 17",
                            "offline": true,
                            "processed": 1
                          },
                          {
                            "$ref": "90"
                          }
                        ],
                        "fuelResells": [
                          {
                            "$id": "91",
                            "saleItemID": 1,
                            "saleHeaderID": 2,
                            "plu": 1,
                            "pluG_UId": "dGVWPbDdBk6BofVmCWmP+g==",
                            "pluGuid": "3d566574-ddb0-4e06-81a1-f56609698ffa",
                            "accountID": "zfI+x4IPqkKC7QX1DTVf2g==",
                            "accountIDGuid": "c73ef2cd-0f82-42aa-82ed-05f50d355fda",
                            "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": "2026-04-03T06:22:28.1149336",
                            "bestOrExpireType": 1,
                            "refundG_UID": "4w0S2++Uz0mE3C1pn24hVA==",
                            "refundGuid": "db120de3-94ef-49cf-84dc-2d699f6e2154",
                            "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": "91"
                          }
                        ],
                        "customerOrder": [
                          {
                            "$id": "92",
                            "identifier": "wmzTOq0a8kC2sxvo4FgRJQ==",
                            "identifierGuid": "3ad36cc2-1aad-40f2-b6b3-1be8e0581125",
                            "id": 1,
                            "orderNo": 2,
                            "externalSaleIdentifier": "sample string 3",
                            "storeID": 4,
                            "zoneID": 5,
                            "deptNo": 6,
                            "customerIdentifier": "mtcRJkOkGU64DOLRW7t5EA==",
                            "customerIdentifierGuid": "2611d79a-a443-4e19-b80c-e2d15bbb7910",
                            "operatorNo": 1,
                            "operatorG_UID": "0IV0VJ8Kpku+nnAo2iAFGg==",
                            "operatorGuid": "547485d0-0a9f-4ba6-be9e-7028da20051a",
                            "created": "2026-04-03T06:22:28.1149336",
                            "ordered": "2026-04-03T06:22:28.1149336",
                            "started": "2026-04-03T06:22:28.1149336",
                            "completed": "2026-04-03T06:22:28.1149336",
                            "supplied": "2026-04-03T06:22:28.1149336",
                            "quickTicket": 1,
                            "deleted": true,
                            "walkAway": true,
                            "approxWait": 1,
                            "actualWait": 1,
                            "deliveryMethod": 8,
                            "externalSaleType": 9,
                            "customer": {
                              "$ref": "73"
                            },
                            "operator": {
                              "$ref": "40"
                            },
                            "details": [
                              {
                                "$id": "93",
                                "headerID": 1,
                                "plu": 1,
                                "pluG_UId": "0yiq/plfFkSaEcMc/ZvB2Q==",
                                "pluGuid": "feaa28d3-5f99-4416-9a11-c31cfd9bc1d9",
                                "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": "WxMGQoXkQ0+ANimAQz1tWA==",
                                "headerIdentifierGuid": "4206135b-e485-4f43-8036-2980433d6d58",
                                "product": {
                                  "$ref": "3"
                                }
                              },
                              {
                                "$ref": "93"
                              }
                            ],
                            "storeName": "sample string 11",
                            "customerName": "sample string 12",
                            "storeReplyTo": "sample string 13",
                            "storeSubjectLine": "sample string 14",
                            "storeSaleHeader": {
                              "$ref": "80"
                            }
                          },
                          {
                            "$ref": "92"
                          }
                        ],
                        "surveyResponses": [
                          {
                            "$id": "94",
                            "surveyG_UID": "FFu5y8iskEKsxZy5obawjg==",
                            "surveyGuid": "cbb95b14-acc8-4290-acc5-9cb9a1b6b08e",
                            "saleHeaderGuid": "dgmk3rSJQUOeHPMlxWHWIw==",
                            "saleGuid": "dea40976-89b4-4341-9e1c-f325c561d623",
                            "textResponse": "sample string 1",
                            "integerResponse": 1,
                            "g_UIDResponse": "DDGvPBltPUyCd0eSRTSsoA==",
                            "guidResponse": "3caf310c-6d19-4c3d-8277-47924534aca0",
                            "whoAnswered": 2,
                            "answeredAtUTC": "2026-04-03T06:22:28.1149336",
                            "sale": {
                              "$ref": "80"
                            },
                            "survey": {
                              "$id": "95",
                              "g_UID": "b8vglIxLTE+lLY7CD9/xgQ==",
                              "guid": "94e0cb6f-4b8c-4f4c-a52d-8ec20fdff181",
                              "name": "sample string 1",
                              "storeID": 2,
                              "zoneID": 1,
                              "checkoutFormG_UID": "lQhKIzKg/U6r4wve7fpz5g==",
                              "checkoutFormGuid": "234a0895-a032-4efd-abe3-0bdeedfa73e6",
                              "displayToWho": 3,
                              "displayWhen": 4,
                              "start": "2026-04-03T06:22:28.1149336",
                              "end": "2026-04-03T06:22:28.1149336",
                              "deleted": true,
                              "updated": "2026-04-03T06:22:28.1149336",
                              "possibleIntegerResponses": [
                                1,
                                2
                              ],
                              "possibleTextResponses": [
                                "sample string 1",
                                "sample string 2"
                              ],
                              "possibleGuidResponses": [
                                "69cb90fd-e642-47b5-9720-8834a92ed123",
                                "639e2756-6887-4ef2-9de9-8f523a6fdac2"
                              ],
                              "allowsAllTextResponses": true,
                              "surveyForm": {
                                "$ref": "48"
                              }
                            },
                            "ingressId": "sample string 4"
                          },
                          {
                            "$ref": "94"
                          }
                        ],
                        "storeName": "sample string 39",
                        "terminalNumber": 40,
                        "machineName": "sample string 41",
                        "operatorName": "sample string 42",
                        "direction": 1,
                        "reason": "sample string 43",
                        "accountG_UID": "CAUZZ7m890ChfwMEpj7xlw==",
                        "accountIdentifier": "67190508-bcb9-40f7-a17f-0304a63ef197",
                        "accountName": "sample string 44",
                        "customerOrderIdentifier": "7HMiiC0+w02CxO1O3j/kSw==",
                        "customerOrderIdentifierGuid": "882273ec-3e2d-4dc3-82c4-ed4ede3fe44b",
                        "priceLevelName": "sample string 45",
                        "revision": 46,
                        "ingressId": "sample string 47"
                      },
                      "metadata": {
                        "$id": "96",
                        "id": 1,
                        "paymentID": 2,
                        "paymentIdentifier": "KM4E35AcVE2blXacWvftLw==",
                        "paymentIdentifierGuid": "df04ce28-1c90-4d54-9b95-769c5af7ed2f",
                        "identifier": "1uTWr+EQA0yEYYaMmq2dnA==",
                        "identifierGuid": "afd6e4d6-10e1-4c03-8461-868c9aad9d9c",
                        "metadata": "sample string 3",
                        "signatureImage": "QEA=",
                        "itemIdentifier": "z2Y7kOW7oESu5/TpA9q6xQ==",
                        "itemIdentifierGuid": "903b66cf-bbe5-44a0-aee7-f4e903dabac5"
                      }
                    },
                    {
                      "$ref": "79"
                    }
                  ]
                },
                {
                  "$ref": "74"
                }
              ],
              "customerGroupMembers": [
                {
                  "$ref": "78"
                },
                {
                  "$ref": "78"
                }
              ],
              "customerGroups": [
                {
                  "$ref": "77"
                },
                {
                  "$ref": "77"
                }
              ],
              "accounts": [
                {
                  "$ref": "75"
                },
                {
                  "$ref": "75"
                }
              ],
              "account": {
                "$ref": "75"
              },
              "vouchers": [
                {
                  "$id": "97",
                  "customerIdentifier": "TR4c5SGzjEqMH1gWFmogzw==",
                  "customerIdentifierGuid": "e51c1e4d-b321-4a8c-8c1f-5816166a20cf",
                  "voucherName": "sample string 2",
                  "count": 3,
                  "storeID": 4,
                  "barcode": "sample string 5",
                  "redeemCount": 6,
                  "issueCount": 7,
                  "storeSalePaymentID": 1,
                  "idempotentID": "mWl4aT7pNkSlBwv5zQrFiA==",
                  "idempotentGuid": "69786999-e93e-4436-a507-0bf9cd0ac588",
                  "offline": true,
                  "voucher": {
                    "$id": "98",
                    "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": "2026-04-03T06:22:28.1149336",
                    "barcodeTemplate": {
                      "$id": "99",
                      "templateID": 1,
                      "template": "sample string 1",
                      "bcFunction": "sample string 2",
                      "sortOrder": 3
                    },
                    "scaleLabel": {
                      "$id": "100",
                      "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": "2026-04-03T06:22:28.1149336",
                      "labelPageLayout": "MWewwTDML0m+7rRkrcd+ug==",
                      "pageLayoutGuid": "c1b06731-cc30-492f-beee-b464adc77eba",
                      "labelType": 6,
                      "oldName": "sample string 7",
                      "voucher": {
                        "$ref": "98"
                      },
                      "elements": [
                        {
                          "$id": "101",
                          "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": "2026-04-03T06:22:28.1149336"
                        },
                        {
                          "$ref": "101"
                        }
                      ]
                    },
                    "customerVouchers": [
                      {
                        "$id": "102",
                        "id": 1,
                        "customerIdentifier": "K0kGsIElLkSw/RoRj/D5iA==",
                        "customerIdentifierGuid": "b006492b-2581-442e-b0fd-1a118ff0f988",
                        "voucherID": 3,
                        "voucherName": "sample string 4",
                        "storeID": 1,
                        "barcode": "sample string 5",
                        "dateOfIssue": "2026-04-03T06:22:28.1149336",
                        "issuedSaleHeaderID": 1,
                        "issuedSaleIdentifier": "sample string 7",
                        "issuedOfflinePaymentID": 1,
                        "issuedIdempotentID": "kDuivOn+WEaDtBfStZg2dw==",
                        "issuedIdempotentGuid": "bca23b90-fee9-4658-83b4-17d2b5983677",
                        "issuedOffline": true,
                        "issuedUser": "sample string 9",
                        "issuedNotes": "sample string 10",
                        "expiryDate": "2026-04-03T06:22:28.1149336",
                        "expiredUser": "sample string 11",
                        "expiredNotes": "sample string 12",
                        "redeemed": "2026-04-03T06:22:28.1149336",
                        "redeemedSaleHeaderID": 1,
                        "redeemedSaleIdentifier": "sample string 13",
                        "redeemedOfflinePaymentID": 1,
                        "redeemedIdempotentID": "dtkl9G8D20qaY5aOazoJiQ==",
                        "redeemedIdempotentGuid": "f425d976-036f-4adb-9a63-968e6b3a0989",
                        "redeemedUser": "sample string 14",
                        "redeemedNotes": "sample string 15",
                        "redeemedOffline": true,
                        "updated": "2026-04-03T06:22:28.1149336",
                        "storeName": "sample string 17",
                        "scaleLabel": {
                          "$ref": "100"
                        },
                        "voucher": {
                          "$ref": "98"
                        },
                        "customer": {
                          "$ref": "73"
                        },
                        "issuedOfflinePayment": {
                          "$ref": "79"
                        },
                        "redeemedOfflinePayment": {
                          "$ref": "79"
                        }
                      },
                      {
                        "$ref": "102"
                      }
                    ]
                  },
                  "customer": {
                    "$ref": "73"
                  }
                },
                {
                  "$ref": "97"
                }
              ]
            }
          },
          {
            "$ref": "72"
          }
        ],
        "customerGroups": [
          {
            "$id": "103",
            "id": 1,
            "campaignID": 2,
            "campaignName": "sample string 3",
            "groupID": "SzAxSHbUmUKlpdsil1ewGQ==",
            "groupIDGuid": "4831304b-d476-4299-a5a5-db229757b019",
            "campaign": {
              "$ref": "69"
            },
            "group": {
              "$ref": "77"
            }
          },
          {
            "$ref": "103"
          }
        ],
        "signIqTickets": [
          {
            "$id": "104",
            "identifier": "zJxxU0Y+Ska3md5P6k7ukw==",
            "identifierGuid": "53719ccc-3e46-464a-b799-de4fea4eee93",
            "campaignName": "sample string 2",
            "message": "sample string 3",
            "ticketFileSource": "sample string 4",
            "ticketFileDestination": "sample string 5",
            "storeID": 1
          },
          {
            "$ref": "104"
          }
        ],
        "comboPriceGroups": [
          {
            "$id": "105",
            "id": 1,
            "campaignID": 2,
            "campaignName": "sample string 3",
            "g_UID": "bzBjjSsERku2+KFbNxYTlQ==",
            "guid": "8d63306f-042b-4b46-b6f8-a15b37161395",
            "description": "sample string 5",
            "newPrice": 1,
            "rangeDescription": "sample string 6",
            "dealDescription": "sample string 7",
            "labelQuantity": 8,
            "hostProductCategoryID": 1,
            "offerID": 1,
            "dontUpdatePricePlus": true,
            "campaign": {
              "$ref": "69"
            },
            "comboPricePlus": [
              {
                "$id": "106",
                "id": 1,
                "campaignID": 2,
                "campaignName": "sample string 3",
                "groupG_UID": "fjGBVpBJM0CiHcYcHAztmw==",
                "groupGuid": "5681317e-4990-4033-a21d-c61c1c0ced9b",
                "comboPriceType": 5,
                "priceType": 5,
                "pluG_UID": "p5GxyWt9wUGjWmLIEYF1mQ==",
                "pluGuid": "c9b191a7-7d6b-41c1-a35a-62c811817599",
                "priceGroupG_UID": "Y9uUGA4oREC4NQyJS+dezw==",
                "priceGroupGuid": "1894db63-280e-4044-b835-0c894be75ecf",
                "campaignPoolID": "sample string 7",
                "quantity": 1,
                "campaign": {
                  "$ref": "69"
                },
                "product": {
                  "$ref": "3"
                },
                "priceGroup": {
                  "$ref": "33"
                },
                "campaignPool": {
                  "$ref": "69"
                }
              },
              {
                "$ref": "106"
              }
            ]
          },
          {
            "$ref": "105"
          }
        ],
        "priceLevels": [
          {
            "$id": "107",
            "id": 1,
            "priceLevelIdentifier": "pCwOvuCNYUSPfNyEqMxNBQ==",
            "priceLevelIdentifierGuid": "be0e2ca4-8de0-4461-8f7c-dc84a8cc4d05",
            "campaignName": "sample string 3",
            "priceLevelName": "sample string 4"
          },
          {
            "$ref": "107"
          }
        ],
        "promotionType": {
          "$id": "108",
          "identifier": "psTQngjU3kCAH7SnDEDB0g==",
          "identifierGuid": "9ed0c4a6-d408-40de-801f-b4a70c40c1d2",
          "hostType": 2,
          "code": "sample string 3",
          "description": "sample string 4",
          "isLiquor": true,
          "isAdvertised": true,
          "disableWasSave": true,
          "excludeFromPromoSales": true,
          "labelPageLayoutG_UID": "+/h8bSEN40WTqx6WHacDlQ==",
          "labelPageLayoutGuid": "6d7cf8fb-0d21-45e3-93ab-1e961da70395",
          "priceLevelIdentifier": "LwH3U/f3kEGKP/YdS3V5Ww==",
          "priceLevelIdentifierGuid": "53f7012f-f7f7-4190-8a3f-f61d4b75795b",
          "active": true,
          "updated": "2026-04-03T06:22:28.1149336",
          "hostName": "sample string 11"
        }
      },
      "product": {
        "$ref": "3"
      },
      "dealCost": {
        "$id": "109",
        "headerIdentifier": "Tp9nscVZEUSM9ozHM7iMDw==",
        "headerIdentifierGuid": "b1679f4e-59c5-4411-8cf6-8cc733b88c0f",
        "identifier": "EK0dfKHZGUqXfWESinXrFA==",
        "identifierGuid": "7c1dad10-d9a1-4a19-977d-61128a75eb14",
        "supplierIdentifier": "gGOf91fYAUaRuvBj5qh5zw==",
        "supplierGuid": "f79f6380-d857-4601-91ba-f063e6a879cf",
        "pluG_UID": "05P4JFiwg0+CVUk8q1Smjw==",
        "pluGuid": "24f893d3-b058-4f83-8255-493cab54a68f",
        "campaignName": "e7b8f6fe-2ba8-4673-b3fb-03c557627cc9",
        "description": "sample string 4",
        "cost": 5,
        "costDecimals": 6,
        "start": "2026-04-03T06:22:28.1149336",
        "end": "2026-04-03T06:22:28.1149336",
        "type": 9,
        "promoType": 10,
        "bonusItemPLUG_UID": "VGp3Y9vYbUqGqnJS3vhJzg==",
        "bonusItemPluGuid": "63776a54-d8db-4a6d-86aa-7252def849ce",
        "bonusPurchaseUnits": 11,
        "bonusReceiveUnits": 12,
        "updated": "2026-04-03T06:22:28.1149336",
        "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": "2026-04-03T06:22:28.1149336",
        "campaignEndDate": "2026-04-03T06:22:28.1149336",
        "masterPLUG_UID": "dmLmZowon02YPxOjqjI0OA==",
        "masterID": "66e66276-288c-4d9f-983f-13a3aa323438",
        "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": "U4SfW12XVkmmfceIE7A+jw==",
        "bonusMasterID": "5b9f8453-975d-4956-a67d-c78813b03e8f",
        "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": "2026-04-03T06:22:28.1149336",
    "dealCosts": [
      {
        "$ref": "109"
      },
      {
        "$ref": "109"
      }
    ],
    "tags": [
      {
        "$id": "110",
        "pluG_UID": "pEP7G5TWUE2W23XRjVfQ9A==",
        "pluGuid": "1bfb43a4-d694-4d50-96db-75d18d57d0f4",
        "tagID": 1,
        "description": "sample string 1",
        "storeIDs": [
          1,
          2
        ]
      },
      {
        "$ref": "110"
      }
    ],
    "alternateProductG_UID": "iaGYGdbAV0umCtuCAuuFbQ==",
    "alternateProduct": "1998a189-c0d6-4b57-a60a-db8202eb856d",
    "altProduct": {
      "$ref": "3"
    },
    "productHostCode": {
      "$id": "111",
      "id": 1,
      "pluG_UID": "2pcz6uvHvEasiUYy+xzQiA==",
      "pluGuid": "ea3397da-c7eb-46bc-ac89-4632fb1cd088",
      "ibaCode": "sample string 2"
    },
    "mscCat": {
      "$ref": "63"
    },
    "mscCom": {
      "$ref": "64"
    },
    "mscDep": {
      "$ref": "66"
    },
    "mscSubCom": {
      "$ref": "65"
    },
    "isUserUpdate": true,
    "ignoreMasterProduct": true,
    "priceGroupLabelRequested": true,
    "firstSold": "2026-04-03T06:22:28.1149336",
    "inventoryTracked": "2026-04-03T06:22:28.1149336",
    "isNormalPriceChangesCampaign": true,
    "baseProductFuel": {
      "$id": "112",
      "pluG_UID": "cIJaghOLMUmN8UBc9NSx8g==",
      "pluGuid": "825a8270-8b13-4931-8df1-405cf4d4b1f2",
      "fuelPluG_UID": "jhv15FgKikuckZ/+l0XIPA==",
      "fuelPluGuid": "e4f51b8e-0a58-4b8a-9c91-9ffe9745c83c",
      "price": 3,
      "productDescription": "sample string 4",
      "productBarcode": "sample string 5",
      "fuelProductDescription": "sample string 6",
      "fuelProductBarcode": "sample string 7",
      "fuelProductPrice": 8
    },
    "productFuelLinks": [
      {
        "$ref": "112"
      },
      {
        "$ref": "112"
      }
    ]
  },
  "location": {
    "$ref": "56"
  },
  "operator": {
    "$ref": "40"
  },
  "productDescription": "sample string 9",
  "productActive": true,
  "productBarcode": "sample string 11",
  "succeeded": true,
  "printRunID": "3n/I7OGeBEGDNO+Dya0ykA==",
  "printRunGuid": "ecc87fde-9ee1-4104-8334-ef83c9ad3290",
  "departmentName": "sample string 13",
  "subDepartmentName": "sample string 14",
  "minorDepartmentName": "sample string 15",
  "lesserDepartmentName": "sample string 16",
  "storeName": "sample string 17",
  "campaignDescription": "sample string 18",
  "campaignStartDate": "2026-04-03T06:22:28.1149336",
  "campaignEndDate": "2026-04-03T06:22:28.1149336",
  "campaignPrice": 1,
  "campaignCost": 1,
  "campaignCostDecimals": 1,
  "comboGroupDescription": "sample string 19",
  "comboGroupSell": 1,
  "printRequestType": 20,
  "isTobacco": true,
  "isLiquor": true,
  "shelfLocationName": "sample string 23",
  "operatorName": "sample string 24",
  "printBatchType": 25,
  "createdBy": "sample string 26",
  "pageLayoutName": "sample string 27",
  "complianceIndicatorName": "sample string 28",
  "warehouseDirectIndicator": "sample string 29",
  "productGrade": "sample string 30"
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

application/vnd.openxmlformats-officedocument.spreadsheetml.sheet

Sample:
PK�2�\�<�5xl/workbook.xml �(�����0��&�C��T�'�p��Ճ�Bi�?ik��-%�x�3;��ɸ�1f@5j_��!؂����?:�:�Q�1]'[�M�V�9fم8y�F�^Z��?,op�{�����Ը��bs����'���l"���o�%�v��\A�k8Fɹ�S�\!�𸝀^��87y��xco0F���PK�2�\����	�[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
�2�\�#*�''_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="Ra29ac12acb764e27" /></Relationships>PK�2�\����q�xl/worksheets/sheet1.xml �(���[S9�����;��[��2!�Ɇ%��ya�`��M��߶�<3�.�!	��4G�ii*OOnz���|<�=����{����r|������+���Og?��u���v�dvؿ^,~>���d4��?�[~v5�MF�u�}0��_�'Ӌ�I}��1~0�oF�j~=�9�?Tۧ���]��0�y(5�o�G�c��\}oV_�����3��G+��q}?o��[�����/�.�f�l�OW���z�����fq>�Y��_/�%�s1�����M�K��������������y�Dd�
)�{w��t�y�8Wy�����Ƨ��ٔv���xl�wU2��Oֹi�xZ��f�P�@�`��4ޭǻ�x�B
1Q���=ޯ��f�T�D�{@���a=><�����}��56b�.���i=<��ģ#�`=�������D����6�n��5�&D�ȗ֐���DH�ش��6Sh���MH�;Sz�̡m@����$�-@��D��(�����c�Bf�60Z�(0
䁷4h��F���T!�6$��w�T!�h�c}�H��~��[`,%_~�LB�dHz��[�-6��$�Ǯa��M5�t�&!���$4H�P���]�Rg��$4HU����.-�hg�L$4DF\���ڬ�c	�Hh+��9p�|�B&:
2P��0`(�E&b{'"�W�22��#
2��ک��*���B21��m3�h��y��\dK}�B&[D�
�s���n��I0�K����p�-T�Hb�$@�DS
h}3���"��6�:��Cf�#y��$���[L|��Rɇ�$�v.8�!�\Li/2��ڻ闳#�P�@�I2��"ZD�xS�&e$�swL��_|�@*d$�sps"�ɘr{��$���
��~>�KM�6����+���&Y�&e$ɵ��x�!�2���
��۴;��e$�A2-�q�t�RF�:(�#�HEJ���(��qyFpSأ5�̢��]Cf�A����rg��
��2���"_!�1v���,:jW�,$��GДְ��q����p�
y2Z��f���l���/��՗'L���ב9�Z�]+����x�����d[�]��mu��
�U��V����"t����x��H]�ߊc��7�D��V�[�Q$��w�D{�H���*a�"޾W$���D��Q�M��I�w?+��E"���H����pw����C%� �jA�(�px����C%�(<*�Da�P�$
��J(Q�<Tb��g%�(}V���g%�(}V���g%�$}V�I�g%�$}V�I�g%�$}VJ�g%�$}V2J�g%�$}VRJ�g%�N����	����:��S'|>Vr��|HoNjhNj�$�?V$��g�*'�D���r�SE"��E��KE"v�U���m����"���<�[��<���!�/r|
�m�:��R��SF���*����W�^�&&��H�3�@�"�}V$�/�D�u[���J ��C%�Avf%�[u�Lʮ��2�:J*���J,��K�e�^	f�^If�^�f����<�����V	��]�v=T�t�����Cy�jy�o�Rj�DF�%�Q���Zɒ�(W��1
n��<Fy@*y���c%�����t������e=;�N�l�ս���PK�2�\-�2�Pxl/_rels/workbook.xml.rels �(���KN�0@�b͞�NӢ�ݰa[z�'Q;�]�gc���V� �X��j4��'�|�lvo�H^0���x������k���
v��G��D�9���b}J��Q�8�X�]�X&�r::+}TҒ1IÒ�Lr8����v����iB���W��GL@*t��)Ez	��T O����B~o8�nE�z3���#�_��|!#+f[���յ0k��L����N��BM+Yےc-d+JS]���_l�PK�2�\Ѓ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�2�\L:מ�
�3xl/sharedStrings.xml �(���n�8�}����+[ԭ ��W����ۙ3�R�&��zu8�]�o��H�ꞗF��X,�E���m���Ҫfe���٧'� eʊ͇�oϟ���np��,��=�OO~�����`-��/M�{w~^����Y��`����>��y��(N�J�m~��vp�Ŭ8=!e[4N#��-ؿ[z5`
��}�q�Ңa�������s�c>�,�c����Z���&��ͳے�t�<�Bf�����~[]k�5�?�h���2�H���0��xK5\�M��U��2�G��k���	Ϳ��l�s�3��j	+X�[��f*V�����o�.�5m0��������9j�x��!/��5�˴%�P�V/m��0״&ۙ8{�ҰWm�z�%��4j�uK�邮���`v=ƴ��t��fb2�u�&�cEY&��5lőy@��hŽ���@�n`�k��%��"=�-�E�U�[������]k5��C+��t�h<Qp�uíVs��s�`BJq�U7O�}��>ص	����q���G���x_����r�BWE�����qE_ʶ�׬��i��
�Ͼn���r��?��#SbSb��I�X�K��D�o!�����#2�q)"a@<�6�<�+Nh`�~Lm?
3b#�'J��q#��Aly	�-���
Q⅞'���y7Klj��E��$�"�ÿ,�}'��i�рb�"��̶<#+�=bq!�q�4
�<5XuN!��FoN�9:J����R��`�0��($VH��'n�4ւB�j��N,l�U���`���gZP8�g����q�v�0����d^���]��S�MV:	m�U�("Z0������o�O>���_��V����uT�h�|�T��{@(&)�QO�z�)VE�:���������K�QD`���y�!eA��$#N*D�x�jU���J���'�(�q�c�6�Ǒ+��&���קκ�\��(�t��(�)v��
�iH}�G\+����� �+��[��4m�-�HP�!��]Hg��$x�8����޼��8�3j_Ґp��<&�J�W�iF���mꘓp��o�=�t�))!dNqK�v8��P	��J��
"tY|m��8\�V1C�P�0�v1r<	~��i��8(M$ԞYh�"�Cu�p$�=�·]z�
8
8���(W[�`Ɲq���/�OA�P|��6�R4����Y@?@}W���HN+����d�8��]w��a���,L��)�)===��Ϗ�"��\��
�9yr���:Xg�~#�L�
��|��[U|,3hH��eTe]CȘ��&�:]{F	�=�uFt�V�צ+��c�� �ɹ޼������M:���T}�s������6��M�Q�7��k��6o>��v	N��3�6����uG8Rc�����덴�B먴���GZW�uUZ�����������������Ԯ�6P4R1�Hb�j��GՆq���������F���l�n�9d�i�7#�ֹ����X��5��I�	<8_�X�X&靝���>d�Q&�%�\�?񾾀ؽ��5����z<_�����Q'�X�`��?�@�\÷I���ߝ�,}��={t�x���:�8�A�C���V;v�e1���ʴ,��� =��H�T��>]�y|�68�
��b�v'���<b����'�F��m^Ƙ
�t��h��!Q1,-p�����pA��A�h̀��M9r�>�k9�d��e!@b-\�I����|�`Z���h��#k��	Yv�T��C�P��͆�r���&q�צ�{�5�(��j�O*�fM�	�!}��G�4��2���L�@��������3�8�>�2CL�6XL�\���@ԛ�"j����<�2��Q�܎xK
�tn_��ם��V��4�iwM��řXx�~>:/m������)'+D����]�&q����EP�{~Y{�"Y��,�l䦝���h��<!v=�7E2/J,/�=+�1��, �}L���`��u۹���H@]��WVt	�`2lS���`͒��˸��ֲ���Uq[�q��K�V�N�qp�R?p�Q����L�,�g����V�¦G�x5�!'�x��sE`�3ݗ������ʆ�|a|!�6�R��l�Z�s�%�d�',�}�q@$'?ִb87CV�;��yf�"L�l ꭻ@;*H'�
P^�*�=�~+[�B�d�O�/6b_j�v��m�2_���� =���5�x8��-i�k$P
u?I��C�J/	����^je��;��n�*�����c��5��+4��C�r7I~�Ѫ�ݭ��U�rU��
�����
"�@}�_�Q�*
�.��]Nd#�J4�
�N��A�����$���y|�}���7)�"����mJ�DiX��*p�{H�X9���O5`����3?�*�J	�a�QbEI-�	M�fI����5Mym���@��kHSƐB!�k�]���"���#$�2?�HBCԩEY�6�v�{qL|yCgQ4���K��0A��@!槉ky�K��s�e�DI����cp����8�yo�w��A��!zS��.=���h�ͭ��Q�1���o��5�vw<����=5�t���_��!���-��H�����%��<�|��K?Ǟ�…���>�"����J�єPK4_���b�v�''��|>��5+��xdy�MR�ݸ[_Il×�
�/��0F6
]B-�M2ȅ�D����6���u��z����J7�2�h�����|)�tu.�szS��� �<}N%��C@a),N�,!�mB#А_r��8O@CRU�!Ӑ�|��x3t=�::������At#�HF<A���g	P<�y�L=��xC�T�x���bp�]�n&su�<G�u�ʝI�D�ͥY"�5j�F������p�T,S��:����9��u��p��x�"��{�7d"���B�μ�~�'����vƽ�Q(�X)�Nu&7u9��hͤ�zayZ��96���R�/*y�^ϵ��"H�����b�)��;vó(�잾����Fr
�wg���4Eux�n�x%��4�(��*J���m��#p3�[��x�J!Z�<܍.K�����v�WѺQ�TV���X��:S-��{�ͥ�^���
���׼��8�?�=��������p�ϔWtK/������>���>ަ)�)���\�m��VDPh�(�'�k�
�g��a՘���6��!q1b����e��p~_�Ic���;�"��������X���{Ь~�����ߌI�yEn�{YH��:���@�X'c��@ЫGC�iN]�tAԎ���3Sڰ�o�Pa���a���>LǾ�{�27��kE�D���ִ1t�������P�{���$Đ�����-�D��_W�g��nz���^ҙ���z�'����3fvt��w���(�RjŔ�@�gE��Y4�\��ub�Ș��w��k/5g�#�(���r����{�#�s���9"�s�=���#�����u���PK-�2�\�<�5xl/workbook.xmlPK-�2�\����	�[Content_Types].xmlPK-
�2�\�#*�''V_rels/.relsPK-�2�\����q��xl/worksheets/sheet1.xmlPK-�2�\-�2�P�
xl/_rels/workbook.xml.relsPK-�2�\Ѓc'2E
�xl/styles.xmlPK-�2�\L:מ�
�3E
xl/sharedStrings.xmlPK�o

application/vnd.ms-excel

Sample:
PK�2�\�Vzɶ5xl/workbook.xml �(����� ��M��(�4&���zG\
Q~4��Mz�mgv��a�c�܈>f��
V)���(/΃]v���"Ë8)��Ή���^K`�I;��o�X��CT�L�pmq{>!��fO
s�r1�����"�)�a�EV�r
�x�e�>4��(�zPV% ���7*+|�#���PK�2�\����	�[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
�2�\�3�''_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="R74abcbc4b0ea4d27" /></Relationships>PK�2�\����q�xl/worksheets/sheet1.xml �(���[S9�����;��[��2!�Ɇ%��ya�`��M��߶�<3�.�!	��4G�ii*OOnz���|<�=����{����r|������+���Og?��u���v�dvؿ^,~>���d4��?�[~v5�MF�u�}0��_�'Ӌ�I}��1~0�oF�j~=�9�?Tۧ���]��0�y(5�o�G�c��\}oV_�����3��G+��q}?o��[�����/�.�f�l�OW���z�����fq>�Y��_/�%�s1�����M�K��������������y�Dd�
)�{w��t�y�8Wy�����Ƨ��ٔv���xl�wU2��Oֹi�xZ��f�P�@�`��4ޭǻ�x�B
1Q���=ޯ��f�T�D�{@���a=><�����}��56b�.���i=<��ģ#�`=�������D����6�n��5�&D�ȗ֐���DH�ش��6Sh���MH�;Sz�̡m@����$�-@��D��(�����c�Bf�60Z�(0
䁷4h��F���T!�6$��w�T!�h�c}�H��~��[`,%_~�LB�dHz��[�-6��$�Ǯa��M5�t�&!���$4H�P���]�Rg��$4HU����.-�hg�L$4DF\���ڬ�c	�Hh+��9p�|�B&:
2P��0`(�E&b{'"�W�22��#
2��ک��*���B21��m3�h��y��\dK}�B&[D�
�s���n��I0�K����p�-T�Hb�$@�DS
h}3���"��6�:��Cf�#y��$���[L|��Rɇ�$�v.8�!�\Li/2��ڻ闳#�P�@�I2��"ZD�xS�&e$�swL��_|�@*d$�sps"�ɘr{��$���
��~>�KM�6����+���&Y�&e$ɵ��x�!�2���
��۴;��e$�A2-�q�t�RF�:(�#�HEJ���(��qyFpSأ5�̢��]Cf�A����rg��
��2���"_!�1v���,:jW�,$��GДְ��q����p�
y2Z��f���l���/��՗'L���ב9�Z�]+����x�����d[�]��mu��
�U��V����"t����x��H]�ߊc��7�D��V�[�Q$��w�D{�H���*a�"޾W$���D��Q�M��I�w?+��E"���H����pw����C%� �jA�(�px����C%�(<*�Da�P�$
��J(Q�<Tb��g%�(}V���g%�(}V���g%�$}V�I�g%�$}V�I�g%�$}VJ�g%�$}V2J�g%�$}VRJ�g%�N����	����:��S'|>Vr��|HoNjhNj�$�?V$��g�*'�D���r�SE"��E��KE"v�U���m����"���<�[��<���!�/r|
�m�:��R��SF���*����W�^�&&��H�3�@�"�}V$�/�D�u[���J ��C%�Avf%�[u�Lʮ��2�:J*���J,��K�e�^	f�^If�^�f����<�����V	��]�v=T�t�����Cy�jy�o�Rj�DF�%�Q���Zɒ�(W��1
n��<Fy@*y���c%�����t������e=;�N�l�ս���PK�2�\^�`y�Pxl/_rels/workbook.xml.rels �(���KN�0@�b͞�qCڠ�ݰ��{�DM��v=�����ĂMW��==i���c�}v&zgk�3��r��m
�hV�ݬ�4`L���Ҋ
5t1NO��ш!s��1ΏS�[>�:bK\
Qr?g�-�.����=;u��?����c�"���b
?���!��Nװ��*�"�7�,���񻩅x(�z}�3�Y���(�*ӡ'�}���i^���b����RJ�U�����PK�2�\Ѓ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�2�\L:מ�
�3xl/sharedStrings.xml �(���n�8�}����+[ԭ ��W����ۙ3�R�&��zu8�]�o��H�ꞗF��X,�E���m���Ҫfe���٧'� eʊ͇�oϟ���np��,��=�OO~�����`-��/M�{w~^����Y��`����>��y��(N�J�m~��vp�Ŭ8=!e[4N#��-ؿ[z5`
��}�q�Ңa�������s�c>�,�c����Z���&��ͳے�t�<�Bf�����~[]k�5�?�h���2�H���0��xK5\�M��U��2�G��k���	Ϳ��l�s�3��j	+X�[��f*V�����o�.�5m0��������9j�x��!/��5�˴%�P�V/m��0״&ۙ8{�ҰWm�z�%��4j�uK�邮���`v=ƴ��t��fb2�u�&�cEY&��5lőy@��hŽ���@�n`�k��%��"=�-�E�U�[������]k5��C+��t�h<Qp�uíVs��s�`BJq�U7O�}��>ص	����q���G���x_����r�BWE�����qE_ʶ�׬��i��
�Ͼn���r��?��#SbSb��I�X�K��D�o!�����#2�q)"a@<�6�<�+Nh`�~Lm?
3b#�'J��q#��Aly	�-���
Q⅞'���y7Klj��E��$�"�ÿ,�}'��i�рb�"��̶<#+�=bq!�q�4
�<5XuN!��FoN�9:J����R��`�0��($VH��'n�4ւB�j��N,l�U���`���gZP8�g����q�v�0����d^���]��S�MV:	m�U�("Z0������o�O>���_��V����uT�h�|�T��{@(&)�QO�z�)VE�:���������K�QD`���y�!eA��$#N*D�x�jU���J���'�(�q�c�6�Ǒ+��&���קκ�\��(�t��(�)v��
�iH}�G\+����� �+��[��4m�-�HP�!��]Hg��$x�8����޼��8�3j_Ґp��<&�J�W�iF���mꘓp��o�=�t�))!dNqK�v8��P	��J��
"tY|m��8\�V1C�P�0�v1r<	~��i��8(M$ԞYh�"�Cu�p$�=�·]z�
8
8���(W[�`Ɲq���/�OA�P|��6�R4����Y@?@}W���HN+����d�8��]w��a���,L��)�)===��Ϗ�"��\��
�9yr���:Xg�~#�L�
��|��[U|,3hH��eTe]CȘ��&�:]{F	�=�uFt�V�צ+��c�� �ɹ޼������M:���T}�s������6��M�Q�7��k��6o>��v	N��3�6����uG8Rc�����덴�B먴���GZW�uUZ�����������������Ԯ�6P4R1�Hb�j��GՆq���������F���l�n�9d�i�7#�ֹ����X��5��I�	<8_�X�X&靝���>d�Q&�%�\�?񾾀ؽ��5����z<_�����Q'�X�`��?�@�\÷I���ߝ�,}��={t�x���:�8�A�C���V;v�e1���ʴ,��� =��H�T��>]�y|�68�
��b�v'���<b����'�F��m^Ƙ
�t��h��!Q1,-p�����pA��A�h̀��M9r�>�k9�d��e!@b-\�I����|�`Z���h��#k��	Yv�T��C�P��͆�r���&q�צ�{�5�(��j�O*�fM�	�!}��G�4��2���L�@��������3�8�>�2CL�6XL�\���@ԛ�"j����<�2��Q�܎xK
�tn_��ם��V��4�iwM��řXx�~>:/m������)'+D����]�&q����EP�{~Y{�"Y��,�l䦝���h��<!v=�7E2/J,/�=+�1��, �}L���`��u۹���H@]��WVt	�`2lS���`͒��˸��ֲ���Uq[�q��K�V�N�qp�R?p�Q����L�,�g����V�¦G�x5�!'�x��sE`�3ݗ������ʆ�|a|!�6�R��l�Z�s�%�d�',�}�q@$'?ִb87CV�;��yf�"L�l ꭻ@;*H'�
P^�*�=�~+[�B�d�O�/6b_j�v��m�2_���� =���5�x8��-i�k$P
u?I��C�J/	����^je��;��n�*�����c��5��+4��C�r7I~�Ѫ�ݭ��U�rU��
�����
"�@}�_�Q�*
�.��]Nd#�J4�
�N��A�����$���y|�}���7)�"����mJ�DiX��*p�{H�X9���O5`����3?�*�J	�a�QbEI-�	M�fI����5Mym���@��kHSƐB!�k�]���"���#$�2?�HBCԩEY�6�v�{qL|yCgQ4���K��0A��@!槉ky�K��s�e�DI����cp����8�yo�w��A��!zS��.=���h�ͭ��Q�1���o��5�vw<����=5�t���_��!���-��H�����%��<�|��K?Ǟ�…���>�"����J�єPK4_���b�v�''��|>��5+��xdy�MR�ݸ[_Il×�
�/��0F6
]B-�M2ȅ�D����6���u��z����J7�2�h�����|)�tu.�szS��� �<}N%��C@a),N�,!�mB#А_r��8O@CRU�!Ӑ�|��x3t=�::������At#�HF<A���g	P<�y�L=��xC�T�x���bp�]�n&su�<G�u�ʝI�D�ͥY"�5j�F������p�T,S��:����9��u��p��x�"��{�7d"���B�μ�~�'����vƽ�Q(�X)�Nu&7u9��hͤ�zayZ��96���R�/*y�^ϵ��"H�����b�)��;vó(�잾����Fr
�wg���4Eux�n�x%��4�(��*J���m��#p3�[��x�J!Z�<܍.K�����v�WѺQ�TV���X��:S-��{�ͥ�^���
���׼��8�?�=��������p�ϔWtK/������>���>ަ)�)���\�m��VDPh�(�'�k�
�g��a՘���6��!q1b����e��p~_�Ic���;�"��������X���{Ь~�����ߌI�yEn�{YH��:���@�X'c��@ЫGC�iN]�tAԎ���3Sڰ�o�Pa���a���>LǾ�{�27��kE�D���ִ1t�������P�{���$Đ�����-�D��_W�g��nz���^ҙ���z�'����3fvt��w���(�RjŔ�@�gE��Y4�\��ub�Ș��w��k/5g�#�(���r����{�#�s���9"�s�=���#�����u���PK-�2�\�Vzɶ5xl/workbook.xmlPK-�2�\����	��[Content_Types].xmlPK-
�2�\�3�''U_rels/.relsPK-�2�\����q��xl/worksheets/sheet1.xmlPK-�2�\^�`y�P�
xl/_rels/workbook.xml.relsPK-�2�\Ѓc'2E
�xl/styles.xmlPK-�2�\L:מ�
�3C
xl/sharedStrings.xmlPK�m