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

Get print batch detail which match the printbatch and product information, location information is assumed to be default

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

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": "n38idNQNfE6EMS2gErj1QQ==",
  "identifierGuid": "74227f9f-0dd4-4e7c-8431-2da012b8f541",
  "headerIdentifier": "KifaOjS2ika3qmavu3978A==",
  "headerGuid": "3ada272a-b634-468a-b7aa-66afbb7f7bf0",
  "shelfLocationIdentifier": "bxTyRzykwEq63LsMOWNn4w==",
  "shelfLocationGuid": "47f2146f-a43c-4ac0-badc-bb0c396367e3",
  "pluG_UID": "O6dQbkaUZEq2+TpfdNhWHw==",
  "pluGuid": "6e50a73b-9446-4a64-b6f9-3a5f74d8561f",
  "operatorG_UID": "n1zcyQR4MkG2gbMSbgbm9A==",
  "operatorGuid": "c9dc5c9f-7804-4132-b681-b3126e06e6f4",
  "campaignName": "sample string 2",
  "comboGroupIdentifier": "U0tF8NDrr0ai5yvGqIf+5g==",
  "comboGroupGuid": "f0454b53-ebd0-46af-a2e7-2bc6a887fee6",
  "created": "2026-04-03T06:22:54.3523371",
  "labelQuantity": 3,
  "talkerQuantity": 4,
  "labelSmall": true,
  "printed": "2026-04-03T06:22:54.3523371",
  "printedByUser": "sample string 6",
  "detailMetaList": [
    {
      "$id": "2",
      "id": 1,
      "printBatchType": 2,
      "user": "sample string 3",
      "detailIdentifier": "Obez1UBP6k2YII0Vabj7vg==",
      "detailGuid": "d5b3b739-4f40-4dea-9820-8d1569b8fbbe"
    },
    {
      "$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": "iJqcgCWWoEu7N3gQz9c5Hg==",
    "guid": "809c9a88-9625-4ba0-bb37-7810cfd7391e",
    "apn": "sample string 1",
    "apnChanged": true,
    "apnSwitched": true,
    "barcode": "sample string 4",
    "itemNumber": "sample string 5",
    "itemNumberChanged": true,
    "priceGroupG_UID": "dzVlYE/tdUOxdCm4Q5565w==",
    "priceGroupGuid": "60653577-ed4f-4375-b174-29b8439e7ae7",
    "blueprintID": 1,
    "lastCountedDate": "2026-04-03T06:22:54.3523371",
    "externalID": "sample string 7",
    "active": true,
    "activated": "2026-04-03T06:22:54.3523371",
    "pluCreated": "2026-04-03T06:22:54.3523371",
    "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:54.3523371",
    "lastManualUpdate": "2026-04-03T06:22:54.3523371",
    "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:54.3523371",
    "currentCostUpdated": "2026-04-03T06:22:54.3523371",
    "costDecimals": 31,
    "costChanged": true,
    "dealCostIdentifier": "QEA=",
    "excludeFromRebate": true,
    "rebateOverride": 1,
    "costCalcMethod": 32,
    "costCalcMethodChanged": true,
    "costEffectiveDate": "2026-04-03T06:22:54.3523371",
    "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:54.3523371",
    "posTare": 1,
    "altPrice": 1.0,
    "altPriceChanged": true,
    "altPriceMode": 53,
    "altPriceModeChanged": true,
    "altPLUG_UID": "E71UAYzEaEmVq8f7oJ3yfw==",
    "altPLUGuid": "0154bd13-c48c-4968-95ab-c7fba09df27f",
    "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:54.3523371",
    "labelLastPrice": 1,
    "shelfPageLayoutG_UID": "XKVwlwV3EUqwBQmtL3rM0Q==",
    "shelfPageLayoutGuid": "9770a55c-7705-4a11-b005-09ad2f7accd1",
    "talkerPageLayoutG_UID": "Bfj+x8W4HkCCNwv1huTeDA==",
    "talkerPageLayoutGuid": "c7fef805-b8c5-401e-8237-0bf586e4de0c",
    "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": "ZMS6RDwgi0WFC6Zth3QDaw==",
    "inventoryIdentifier": "44bac464-203c-458b-850b-a66d8774036b",
    "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": "p/ZtxC6eC0G9kq0jck9uYw==",
    "parentPluGuid": "c46df6a7-9e2e-410b-bd92-ad23724f6e63",
    "preferredHostVendor": 105,
    "preferredHostChanged": true,
    "code": "sample string 107",
    "supplierIdentifier": "JDx7HMPLP0OcAF32ZLoTng==",
    "supplierIdentifierGuid": "1c7b3c24-cbc3-433f-9c00-5df664ba139e",
    "supplierChanged": true,
    "rebateSupplierIdentifier": "JTEaSpTR9UCrDmScuiQB5Q==",
    "rebateSupplierIdentifierGuid": "4a1a3125-d194-40f5-ab0e-649cba2401e5",
    "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:54.3523371",
    "commodity": "sample string 122",
    "businessPillar": "sample string 123",
    "mscCommodity": "sample string 124",
    "hostIdentifier": "+JooHg/0M0GEWtJP1eXYmg==",
    "hostIdentifierGuid": "1e289af8-f40f-4133-845a-d24fd5e5d89a",
    "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:54.3523371",
      "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": "/prWRxQJXE+EF5R/+bLVUA==",
      "hostIdentifierGuid": "47d69afe-0914-4f5c-8417-947ff9b2d550",
      "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:54.3523371",
      "priceZone": {
        "$id": "5",
        "id": 1,
        "name": "sample string 2",
        "hostIdentifier": "15WgEMdo3UKK4u4wMWKcfw==",
        "hostIdentifierGuid": "10a095d7-68c7-42dd-8ae2-ee3031629c7f",
        "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": "55mFhy0xWkCWg57wmw326g==",
          "hostIdentifierGuid": "878599e7-312d-405a-9683-9ef09b0df6ea",
          "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": "RSrUZ56oUUuLLSx9GnuOjQ==",
            "identifierGuid": "67d42a45-a89e-4b51-8b2d-2c7d1a7b8e8d",
            "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": "p2pcR3KnN0mpDlD0xUWyZQ==",
            "hostSupplierIdentifierGuid": "475c6aa7-a772-4937-a90e-50f4c545b265",
            "loyaltyPriceLevelIdentifier": "vgFUCcaqgkO6FGlVgz2UKg==",
            "loyaltyPriceLevelIdentifierGuid": "095401be-aac6-4382-ba14-6955833d942a",
            "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:54.3523371",
            "lastProcessed": "2026-04-03T06:22:54.3523371",
            "hold": true,
            "supplierName": "sample string 35",
            "supplier": {
              "$id": "9",
              "identifier": "jXPKp+h8V0OIYSnSLv5h0g==",
              "identifierGuid": "a7ca738d-7ce8-4357-8861-29d22efe61d2",
              "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": "pHMFiPXIKkis7sK9G0E89Q==",
              "primaryContactID": "880573a4-c8f5-482a-acee-c2bd1b413cf5",
              "storeID": 1,
              "abn": "sample string 16",
              "supplierGroupIdentifier": "O1aqzTteXkejYAe32wqv8Q==",
              "supplierGroupGuid": "cdaa563b-5e3b-475e-a360-07b7db0aaff1",
              "rebate": 1.0,
              "rebateType": 1,
              "rebateFrequency": 1,
              "rebateSource": 1,
              "rebateLastClaimed": "2026-04-03T06:22:54.3523371",
              "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": "2a6458e4-5c29-4b30-ad71-4cc4fe192035",
                "identifier": "9Jjdghas4Uq+mMxZLakjsg==",
                "identifierGuid": "82dd98f4-ac16-4ae1-be98-cc592da923b2",
                "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": "/dMSSoPn/kCo7vLatrv9Cg==",
                  "supplierIdentifierGuid": "4a12d3fd-e783-40fe-a8ee-f2dab6bbfd0a",
                  "contactGuid": "BL+khYOsS06HeHoB2RMH3A==",
                  "contactID": "85a4bf04-ac83-4e4b-8778-7a01d91307dc",
                  "contact": {
                    "$ref": "10"
                  },
                  "supplier": {
                    "$ref": "9"
                  }
                },
                {
                  "$ref": "11"
                }
              ],
              "products": [
                {
                  "$id": "12",
                  "pluG_UID": "1ES6/U1UD0+s6qrJnzIRzw==",
                  "pluGuid": "fdba44d4-544d-4f0f-acea-aac99f3211cf",
                  "supplierIdentifier": "EHS8P80IZEeu4lqXS0TDOw==",
                  "supplierIdentifierGuid": "3fbc7410-08cd-4764-aee2-5a974b44c33b",
                  "cartonQuantity": 1,
                  "cartonQuantityChanged": true,
                  "productSize": "sample string 3",
                  "cigarettesPerSleeve": 1,
                  "randomWeight": true,
                  "piecesPerUnit": 5,
                  "averagePackSize": 6,
                  "effectiveDate": "2026-04-03T06:22:54.3523371",
                  "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:54.3523371",
                  "rebate": 1.0,
                  "rebateExclude": true,
                  "invoiceCodes": [
                    {
                      "$id": "13",
                      "pluG_UID": "qUoiUN7IsUyyH1imScSH+w==",
                      "pluGuid": "50224aa9-c8de-4cb1-b21f-58a649c487fb",
                      "supplierIdentifier": "Ipht0mIv8EK4UNx7n1rBMQ==",
                      "supplierIdentifierGuid": "d26d9822-2f62-42f0-b850-dc7b9f5ac131",
                      "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": "6KzGDlMVWES0JumHM5v+xA==",
                  "parentPluGuid": "0ec6ace8-1553-4458-b426-e987339bfec4",
                  "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": "/J9zZWuBX0m3cayzNDmlww==",
                  "supplierGuid": "65739ffc-816b-495f-b771-acb33439a5c3",
                  "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": "dZoLOuvyEE+CwW322/pt9g==",
                  "supplierGuid": "3a0b9a75-f2eb-4f10-82c1-6df6dbfa6df6",
                  "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:54.3523371",
                  "deliveryDate": "2026-04-03T06:22:54.3523371",
                  "nextCutOffDate": "2026-04-03T06:22:54.3523371",
                  "nextDeliveryDate": "2026-04-03T06:22:54.3523371",
                  "nextDaysBuffer": 10
                },
                {
                  "$ref": "16"
                }
              ],
              "store": {
                "$ref": "4"
              },
              "updated": "2026-04-03T06:22:54.3523371",
              "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:54.3523371",
                "processed": "2026-04-03T06:22:54.3523371",
                "isProcessing": true,
                "processedCount": 6,
                "processingTime": 1,
                "collectedUtc": "2026-04-03T06:22:54.3523371",
                "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:54.3523371",
                  "businessPillar": "sample string 3",
                  "fileType": "sample string 4"
                }
              },
              {
                "$ref": "17"
              }
            ],
            "zoneMatrix": [
              {
                "$id": "19",
                "id": 1,
                "hostIdentifier": "OFO0hajDF0qIz8IKs+UiRA==",
                "hostIdentifierGuid": "85b45338-c3a8-4a17-88cf-c20ab3e52244",
                "storeID": 1,
                "departmentCode": "sample string 2",
                "hostGuids": [
                  "cd2714d7-8a0a-40ad-a4bf-cc382c012b17",
                  "5117d47e-dd2d-4049-8212-50b7f757fada"
                ]
              },
              {
                "$ref": "19"
              }
            ],
            "hostFileStoreSetting": {
              "$ref": "7"
            },
            "hostStoreSettings": [
              {
                "$ref": "7"
              },
              {
                "$ref": "7"
              }
            ],
            "promotionPlacements": [
              {
                "$id": "20",
                "identifier": "ZoNugJZJakaLtgZ2O4RAfg==",
                "identifierGuid": "806e8366-4996-466a-8bb6-06763b84407e",
                "code": "sample string 2",
                "description": "sample string 3",
                "isAdvertised": true
              },
              {
                "$ref": "20"
              }
            ],
            "promoTypeGuids": [
              "b1c5f6b4-d311-4da9-8607-ff21d2fdfcb3",
              "b67a5806-65b6-4fc4-ac14-e605e1140783"
            ],
            "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:54.3523371",
          "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": "a8375dcc-75cb-4c8b-ab69-6cbfa7877dec",
      "updateStore": {
        "$id": "26",
        "id": "6d04f8fc-e971-4d4e-9e45-82d2b35a8963",
        "name": "sample string 1",
        "lastActivity": "2026-04-03T06:22:54.3523371",
        "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:54.3523371"
      },
      "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": "Otp7l4ff0k6Y6PwN248ztQ==",
        "pluGuid": "977bda3a-df87-4ed2-98e8-fc0ddb8f33b5",
        "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:54.3523371"
      },
      {
        "$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:54.3523371",
        "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:54.3523371",
        "startTime": 5,
        "endDate": "2026-04-03T06:22:54.3523371",
        "endTime": 6,
        "newPrice": 7,
        "newCost": 8,
        "newCostDecimals": 9,
        "pctDiscount": 10,
        "promoType": 1,
        "promotionTypeCode": "sample string 11",
        "hostType": 12,
        "hostIdentifier": "5FSQW7+ub0C66J8XAdUFXA==",
        "hostIdentifierGuid": "5b9054e4-aebf-406f-bae8-9f1701d5055c",
        "storeNames": [
          "sample string 1",
          "sample string 2"
        ]
      },
      "details": [
        {
          "$ref": "31"
        },
        {
          "$ref": "31"
        }
      ]
    },
    "tray": {
      "$id": "32",
      "g_UId": "jDfo9Ja/b0qCeOP4sT/qpA==",
      "guid": "f4e8378c-bf96-4a6f-8278-e3f8b13feaa4",
      "name": "sample string 1",
      "number": 1,
      "tare": 1
    },
    "priceGroup": {
      "$id": "33",
      "priceGroupG_UID": "sgk8Qrmk/EOOAr8N/gtw1w==",
      "priceGroupGuid": "423c09b2-a4b9-43fc-8e02-bf0dfe0b70d7",
      "name": "sample string 2",
      "code": 1,
      "modified": true,
      "updated": "2026-04-03T06:22:54.3523371",
      "buyingLimit": 1,
      "buyingLimitIndependent": true,
      "buyingLimitType": 0,
      "number": 1,
      "products": [
        {
          "$ref": "3"
        },
        {
          "$ref": "3"
        }
      ],
      "productCount": 1
    },
    "priceGroupName": "sample string 147",
    "nutrifacts": {
      "$id": "34",
      "pluG_UID": "NMFYa4/uHkODvI0M7BiTlg==",
      "pluGuid": "6b58c134-ee8f-431e-83bc-8d0cec189396",
      "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": "ac636d18-51ff-418e-8997-cd916369e711",
      "created": "2026-04-03T06:22:54.3523371",
      "createdByUser": "sample string 1",
      "activated": "2026-04-03T06:22:54.3523371",
      "activatedByUser": "sample string 2",
      "deactivated": "2026-04-03T06:22:54.3523371",
      "deactivatedByUser": "sample string 3",
      "lastOrdered": "2026-04-03T06:22:54.3523371",
      "lastOrderedQty": 4.0,
      "lastReceived": "2026-04-03T06:22:54.3523371",
      "lastReceivedQty": 5.0,
      "lastInvoiceStatus": 1,
      "lastCounted": "2026-04-03T06:22:54.3523371",
      "lastSold": "2026-04-03T06:22:54.3523371",
      "firstSold": "2026-04-03T06:22:54.3523371",
      "awsUpdated": "2026-04-03T06:22:54.3523371",
      "lastManualUpdate": "2026-04-03T06:22:54.3523371",
      "lastManualUpdatedByUser": "sample string 7",
      "lastUpdated": "2026-04-03T06:22:54.3523371",
      "lastUpdatedByUser": "sample string 9",
      "lastUpdatedByHost": "2026-04-03T06:22:54.3523371",
      "doNotRangeUpdated": "2026-04-03T06:22:54.3523371",
      "doNotOrderUpdated": "2026-04-03T06:22:54.3523371",
      "tracked": "2026-04-03T06:22:54.3523371"
    },
    "allergens": [
      {
        "$id": "36",
        "primaryKey": {
          "$id": "37",
          "pluGuid": "757d8f56-f8c3-4618-a5e5-b0c9fa9e7958",
          "contains": 2
        },
        "allergenID": 1,
        "pluG_UID": "Vo99dcP4GEal5bDJ+p55WA==",
        "pluGuid": "757d8f56-f8c3-4618-a5e5-b0c9fa9e7958",
        "contains": 2,
        "allergenName": "sample string 3",
        "storeIDs": [
          1,
          2
        ]
      },
      {
        "$ref": "36"
      }
    ],
    "costs": {
      "$id": "38",
      "pluG_UID": "y9X2IfuObEmOoEgSAaNW/g==",
      "pluGuid": "21f6d5cb-8efb-496c-8ea0-481201a356fe",
      "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:54.3523371",
      "normalCost": 1,
      "currentCost": 1
    },
    "sales": [
      {
        "$id": "39",
        "saleHeaderID": 1,
        "created": "2026-04-03T06:22:54.3523371",
        "createdLocal": "2026-04-03T06:22:54.3523371",
        "storeID": 3,
        "storeName": "sample string 4",
        "operatorG_Uid": "vzrJZdguaESUfXpqqtX2sQ==",
        "operatorGuid": "65c93abf-2ed8-4468-947d-7a6aaad5f6b1",
        "operatorName": "sample string 5",
        "tranType": 1,
        "plu": 1,
        "pluG_UId": "I+VBTX6DJE64bEYGAX8EFQ==",
        "pluGuid": "4d41e523-837e-4e24-b86c-4606017f0415",
        "normalPrice": 1,
        "totalCents": 1,
        "cost": 1,
        "grossProfit": 1,
        "quantity": 1,
        "operator": {
          "$id": "40",
          "id": 1,
          "g_Uid": "vyQwyawGu06HyhJNAG/9JA==",
          "guid": "c93024bf-06ac-4ebb-87ca-124d006ffd24",
          "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:54.3523371",
          "passwordResetRequired": true,
          "alteredInStore": true,
          "startShift": "2026-04-03T06:22:54.3523371",
          "endShift": "2026-04-03T06:22:54.3523371",
          "machineName": "sample string 20",
          "drawerID": 1,
          "stores": [
            {
              "$id": "41",
              "operatorG_UID": "uzqlj9GJlEypX1/BmmhAFw==",
              "operatorGuid": "8fa53abb-89d1-4c94-a95f-5fc19a684017",
              "storeID": 2,
              "operator": {
                "$ref": "40"
              },
              "store": {
                "$ref": "4"
              }
            },
            {
              "$ref": "41"
            }
          ]
        }
      },
      {
        "$ref": "39"
      }
    ],
    "apns": [
      {
        "$id": "42",
        "pluID": 1,
        "pluG_UID": "SkyqW8LmL0upV7c9Mgs9mg==",
        "pluGuid": "5baa4c4a-e6c2-4b2f-a957-b73d320b3d9a",
        "apn": "sample string 1",
        "deleted": true,
        "storeID": 1,
        "storeIDs": [
          1,
          2
        ]
      },
      {
        "$ref": "42"
      }
    ],
    "tuns": [
      {
        "$id": "43",
        "pluG_UId": "rh6djd+4bU+9p305RBBjwA==",
        "pluGuid": "8d9d1eae-b8df-4f6d-bda7-7d39441063c0",
        "apn": "sample string 1",
        "tun": "sample string 2",
        "cartonQuantity": 3,
        "product": {
          "$ref": "3"
        },
        "storeIDs": [
          1,
          2
        ]
      },
      {
        "$ref": "43"
      }
    ],
    "competitionPricing": [
      {
        "$id": "44",
        "identifier": "j1gKXKUOYkmC6kKGywhMYQ==",
        "identifierGuid": "5c0a588f-0ea5-4962-82ea-4286cb084c61",
        "pluG_UID": "Flbdck65yk2YFEZDb3uVew==",
        "pluGuid": "72dd5616-b94e-4dca-9814-46436f7b957b",
        "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": "8luidDMn7Eu0W72GFkQ62g==",
        "groupName": "sample string 1",
        "identifierGuid": "74a25bf2-2733-4bec-b45b-bd8616443ada",
        "exists": true,
        "flipChartIdentifier": "vYHD0b2Je02EdeR22FsiSQ==",
        "flipChartIdentifierGuid": "d1c381bd-89bd-4d7b-8475-e476d85b2249",
        "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": "UAvf/xOAM0iWvBRxqFBBzA==",
        "groupIdentifierGuid": "ffdf0b50-8013-4833-96bc-1471a85041cc",
        "flipChart": {
          "$id": "46",
          "identifier": "7bdL9WoIGECn+TvAfpIPlg==",
          "identifierGuid": "f54bb7ed-086a-4018-a7f9-3bc07e920f96",
          "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": "/uXEBvcqLk69mcGtQb7XVA==",
            "identifierGuid": "06c4e5fe-2af7-4e2e-bd99-c1ad41bed754",
            "name": "sample string 2",
            "formType": "sample string 3",
            "forms": [
              {
                "$id": "48",
                "id": 1,
                "g_UID": "X14TlOVduUm4/QpT9XsgaQ==",
                "guid": "94135e5f-5de5-49b9-b8fd-0a53f57b2069",
                "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": "lBDEiaJf+kqlzN9ywFd4oQ==",
                "previousFormGuid": "89c41094-5fa2-4afa-a5cc-df72c05778a1",
                "nextForm": 1,
                "nextFormG_UID": "8ULQjU7mnUiTxwwhyHNwLw==",
                "nextFormGuid": "8dd042f1-e64e-489d-93c7-0c21c873702f",
                "attributes": "sample string 10",
                "updated": "2026-04-03T06:22:54.3523371",
                "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": "zkq0DqytrUmjZYT2xxV/bA==",
                    "checkoutFormGuid": "0eb44ace-adac-49ad-a365-84f6c7157f6c",
                    "identifier": "ltePHeWS5UqCb3uFFCbJuw==",
                    "identifierGuid": "1d8fd796-92e5-4ae5-826f-7b851426c9bb",
                    "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": "r5n8mheN8E+zjsknm4xWjQ==",
                    "valueGuid": "9afc99af-8d17-4ff0-b38e-c9279b8c568d",
                    "buttonText": "sample string 10",
                    "valueText": "sample string 11",
                    "drawImageAndButton": true,
                    "updated": "2026-04-03T06:22:54.3523371",
                    "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:54.3523371",
                      "imageData": "QEA=",
                      "readOnly": true
                    }
                  },
                  {
                    "$ref": "49"
                  }
                ],
                "panels": [
                  {
                    "$id": "51",
                    "id": 1,
                    "checkoutFormID": 2,
                    "checkoutFormG_UID": "zpi81xN8mUKgViFnrp4HOg==",
                    "checkoutFormGuid": "d7bc98ce-7c13-4299-a056-2167ae9e073a",
                    "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": "GojxNDMRGk+S/yjv79nUow==",
            "flipChartPageIdentifierGuid": "34f1881a-1133-4f1a-92ff-28efefd9d4a3",
            "pluG_UID": "9OLX1rTywkut1KlHUTSceg==",
            "pluGuid": "d6d7e2f4-f2b4-4bc2-add4-a94751349c7a",
            "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": "yMc/rlM+gE6XUwaBgOtQBA==",
        "pluGuid": "ae3fc7c8-3e53-4e80-9753-068180eb5004",
        "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:54.3523371",
        "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": "NeL+IVWTHUyPGavQwbQ1PA==",
        "ingredientGuid": "lu9+W02xv0OX7LctZVXzxA==",
        "ingredientIdentifier": "5b7eef96-b14d-43bf-97ec-b72d6555f3c4",
        "quantity": 1.0,
        "storeIDs": [
          1,
          2
        ],
        "ingredientText": "sample string 1",
        "ingredient": {
          "$ref": "3"
        }
      },
      {
        "$ref": "54"
      }
    ],
    "bins": [
      {
        "$id": "55",
        "pluG_UID": "ryzxwaK7xEO5G80g2xeT/Q==",
        "pluGuid": "c1f12caf-bba2-43c4-b91b-cd20db1793fd",
        "shelfLocationIdentifier": "bZQ+BcJ1ik64f+gJnPUCKg==",
        "shelfLocationGuid": "053e946d-75c2-4e8a-b87f-e8099cf5022a",
        "labelShelfDefault": 1,
        "labelTalkerDefault": 1,
        "labelSmall": true,
        "labelPageLayoutG_UID": "v2XHLmRg3kCInHYFyQAOrw==",
        "labelPageLayoutGuid": "2ec765bf-6064-40de-889c-7605c9000eaf",
        "updated": "2026-04-03T06:22:54.3523371",
        "electronicShelfLabelIdentifier": "sample string 5",
        "electronicshelfLabelsConfigurationID": 6,
        "labelShelfChanged": true,
        "productName": "sample string 8",
        "locationText": "sample string 9",
        "product": {
          "$ref": "3"
        },
        "location": {
          "$id": "56",
          "identifier": "NqizBIBQqUGbm7C6yLUOMg==",
          "storeID": 1,
          "identifierGuid": "04b3a836-5080-41a9-9b9b-b0bac8b50e32",
          "name": "sample string 2",
          "haccp": true,
          "blueprintID": 1,
          "updated": "2026-04-03T06:22:54.3523371",
          "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": "6TVG0RskIUeXKVznmMJVaQ==",
        "pluGuid": "d14635e9-241b-4721-9729-5ce798c25569",
        "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:54.3523371",
          "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:54.3523371",
                        "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": "MotgG8he8UKBFxXx57pLgg==",
                        "labelPageLayoutGuid": "1b608b32-5ec8-42f1-8117-15f1e7ba4b82",
                        "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:54.3523371",
                    "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": "bT/mC3jEXUiMRUbTslvXdA==",
                    "labelPageLayoutGuid": "0be63f6d-c478-485d-8c45-46d3b25bd774",
                    "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:54.3523371",
                "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": "FLlfrI8IJUGymnRN3EBszQ==",
                "labelPageLayoutGuid": "ac5fb914-088f-4125-b29a-744ddc406ccd",
                "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:54.3523371",
            "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": "yF/OWekEmkOKynkiX6ojiA==",
            "labelPageLayoutGuid": "59ce5fc8-04e9-439a-8aca-79225faa2388",
            "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": "P9CgTMEPIEaMMNqW0zi9TA==",
      "pluGuid": "4ca0d03f-0fc1-4620-8c30-da96d338bd4c",
      "newPrice": 1,
      "pctDiscount": 1,
      "newCost": 1,
      "newCostDecimals": 6,
      "dealCostIdentifier": "LiR4IqTQeUaGBbHfgvFcTA==",
      "dealCostGuid": "2278242e-d0a4-4679-8605-b1df82f15c4c",
      "pluName": "sample string 7",
      "apn": "sample string 8",
      "fuelItem": true,
      "priceGroupG_UID": "VnznDMWtr06ff27C/kYQrA==",
      "priceGroupGuid": "0ce77c56-adc5-4eaf-9f7f-6ec2fe4610ac",
      "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:54.3523371",
      "rrp": 27,
      "campaignDescription": "sample string 28",
      "hostCampaign": true,
      "hostIdentifier": "QEA=",
      "hostIdentifierGuid": "2fe43d02-cc9f-42d3-becd-02c9d4a37fec",
      "campaignComboPriceGroupG_UID": "hIfQB5wEBUK6v8Qoiyr3Zw==",
      "campaignComboPriceGroupIdentifier": "07d08784-049c-4205-babf-c4288b2af767",
      "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:54.3523371",
          "operatorG_UID": "Vz2iOyw7sUaWAa4s4jAiKw==",
          "operatorGuid": "3ba23d57-3b2c-46b1-9601-ae2ce230222b",
          "machineID": 1,
          "processed": true,
          "appliedUtc": "2026-04-03T06:22:54.3523371",
          "signIqTicketFileMovedUtc": "2026-04-03T06:22:54.3523371",
          "user": "sample string 6",
          "campaignDescription": "sample string 7",
          "productDesc": "sample string 8",
          "storeName": "sample string 9",
          "effectiveUtc": "2026-04-03T06:22:54.3523371",
          "priceChangeType": 0,
          "operatorName": "sample string 10",
          "hostCampaign": true,
          "hostIdentifier": "QEA=",
          "hostIdentifierGuid": "2e1914e4-6888-4315-9e77-cc1973fd11aa",
          "product": {
            "$ref": "3"
          },
          "campaignPlu": {
            "$ref": "67"
          },
          "fuelItem": true
        },
        {
          "$ref": "68"
        }
      ],
      "campaign": {
        "$id": "69",
        "id": 1,
        "storeID": 2,
        "name": "ed6289cb-cc71-4bff-abe8-f690e2b65cf7",
        "nameGuid": "ed6289cb-cc71-4bff-abe8-f690e2b65cf7",
        "description": "sample string 4",
        "showDiscounts": true,
        "showTotals": true,
        "onlyEvaluateOnSubtotal": true,
        "useDescription": true,
        "campaignType": 1,
        "startDate": "2026-04-03T06:22:54.3523371",
        "startTime": 1,
        "endDate": "2026-04-03T06:22:54.3523371",
        "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:54.3523371",
        "system": true,
        "created": "2026-04-03T06:22:54.3523371",
        "updated": "2026-04-03T06:22:54.3523371",
        "priceChangeNotifiedUtc": "2026-04-03T06:22:54.3523371",
        "promoType": 1,
        "promotionTypeCode": "sample string 13",
        "hostIdentifier": "+MgrJB1UoUuuxfKpzNRugw==",
        "hostIdentifierGuid": "242bc8f8-541d-4ba1-aec5-f2a9ccd46e83",
        "hostType": 14,
        "createdByUser": "sample string 15",
        "fromHost": true,
        "deleted": true,
        "campaignDeleted": "2026-04-03T06:22:54.3523371",
        "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": "e9gGTAvP6EuRjcTacecqRw==",
            "pluGuid": "4c06d87b-cf0b-4be8-918d-c4da71e72a47",
            "hostOfferID": 1,
            "priceGroupG_UID": "rXorZaSzE0mLCuPeYGJYmw==",
            "priceGroupGuid": "652b7aad-b3a4-4913-8b0a-e3de6062589b",
            "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:54.3523371",
            "rrp": 17,
            "campaignDescription": "sample string 18",
            "product": {
              "$ref": "3"
            },
            "campaign": {
              "$ref": "69"
            }
          },
          {
            "$ref": "70"
          }
        ],
        "sellingRules": [
          {
            "$id": "71",
            "id": 1,
            "identifier": "mucCa4PvH0qmX63Bk3KPHQ==",
            "identifierStr": "mucCa4PvH0qmX63Bk3KPHQ==",
            "identifierGuid": "6b02e79a-ef83-4a1f-a65f-adc193728f1d",
            "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": "FTtv1e74OE2nyDUb6mJm8A==",
            "customerIDGuid": "d56f3b15-f8ee-4d38-a7c8-351bea6266f0",
            "campaign": {
              "$ref": "69"
            },
            "customer": {
              "$id": "73",
              "identifier": "Btxku7abNUi5Dy9U9yJabA==",
              "identifierGuid": "bb64dc06-9bb6-4835-b90f-2f54f7225a6c",
              "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:54.3523371",
              "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": "7E0c4CXIFkytatC2fHTn5g==",
              "communityIdentifierGuid": "e01c4dec-c825-4c16-ad6a-d0b67c74e7e6",
              "joined": "2026-04-03T06:22:54.3523371",
              "updated": "2026-04-03T06:22:54.3523371",
              "active": true,
              "reasonInactive": 1,
              "groupCustomer": true,
              "loyaltyPoints": 1,
              "homeStoreID": 1,
              "availableSpend": 1,
              "priceLevelIdentifier": "Lf20GYct5UOP5fBAhmmlzQ==",
              "priceLevelIdentifierGuid": "19b4fd2d-2d87-43e5-8fe5-f0408669a5cd",
              "marketingID": "sample string 18",
              "receiptPrintOptions": 1,
              "hidden": true,
              "registered": true,
              "registeredOn": "2026-04-03T06:22:54.3523371",
              "emailMarketing": true,
              "smsMarketing": true,
              "deleted": true,
              "deletedUser": "sample string 24",
              "homeStoreName": "sample string 25",
              "customerCards": [
                {
                  "$id": "74",
                  "cardType": 2,
                  "issueDate": "2026-04-03T06:22:54.3523371",
                  "expiry": "2026-04-03T06:22:54.3523371",
                  "customerID": "bNZWXWlxuEyDFu515A8pgw==",
                  "customerIDGuid": "5d56d66c-7169-4cb8-8316-ee75e40f2983",
                  "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:54.3523371",
                  "linkedAccount": "wvC0sd3gw0ij3Inl8NmIFg==",
                  "linkedAccountGuid": "b1b4f0c2-e0dd-48c3-a3dc-89e5f0d98816",
                  "currentValueChanged": true,
                  "limitsChanged": true,
                  "customer": {
                    "$ref": "73"
                  },
                  "account": {
                    "$id": "75",
                    "id": 1,
                    "identifier": "eFQX0cZ2N0WBp8QtLDOJwg==",
                    "identifierGuid": "d1175478-76c6-4537-81a7-c42d2c3389c2",
                    "referenceNo": "sample string 3",
                    "name": "sample string 4",
                    "created": "2026-04-03T06:22:54.3523371",
                    "owner": "V8LIDWTk+kO6qLTcO5B3Iw==",
                    "ownerGuid": "0dc8c257-e464-43fa-baa8-b4dc3b907723",
                    "accountStoreGroupIdentifier": "5oIWemEEoUuvbfLX7B0Wcg==",
                    "accountStoreGroupGuid": "7a1682e6-0461-4ba1-af6d-f2d7ec1d1672",
                    "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:54.3523371",
                    "active": true,
                    "updated": "2026-04-03T06:22:54.3523371",
                    "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": "AVoXeGKmf0KkznItEYRfJA==",
                        "identifierGuid": "78175a01-a662-427f-a4ce-722d11845f24",
                        "name": "sample string 2",
                        "primaryContact": "3Id+B8djIEyTH0s6fD+/8Q==",
                        "primaryContactGuid": "077e87dc-63c7-4c20-931f-4b3a7c3fbff1",
                        "accountID": "zQg7ZbbYg0yak2qbiwE5LQ==",
                        "accountIDGuid": "653b08cd-d8b6-4c83-9a93-6a9b8b01392d",
                        "special": true,
                        "updated": "2026-04-03T06:22:54.3523371",
                        "active": true,
                        "reasonInactive": 1,
                        "priceLevelIdentifier": "HrKqaBxMM0q0RdcFWTHxhg==",
                        "priceLevelIdentifierGuid": "68aab21e-4c1c-4a33-b445-d7055931f186",
                        "marketingListID": "sample string 7",
                        "deleted": true,
                        "account": {
                          "$ref": "75"
                        },
                        "primaryContactCustomer": {
                          "$ref": "73"
                        },
                        "customerGroupMembers": [
                          {
                            "$id": "78",
                            "id": 1,
                            "groupID": "NuwlJo0QWUS3FhyCVnqoag==",
                            "groupIDGuid": "2625ec36-108d-4459-b716-1c82567aa86a",
                            "customerID": "ew3CJ0UoRUSiA3cSYZvGCg==",
                            "customerIDGuid": "27c20d7b-2845-4445-a203-7712619bc60a",
                            "card": "sample string 4",
                            "linkedAccount": "tXx2TNV9aE6HcUnzK8U9UA==",
                            "linkedAccountGuid": "4c767cb5-7dd5-4e68-8771-49f32bc53d50",
                            "customer": {
                              "$ref": "73"
                            },
                            "group": {
                              "$ref": "77"
                            },
                            "customerCard": {
                              "$ref": "74"
                            }
                          },
                          {
                            "$ref": "78"
                          }
                        ]
                      },
                      {
                        "$ref": "77"
                      }
                    ]
                  },
                  "payments": [
                    {
                      "$id": "79",
                      "id": 1,
                      "identifier": "U4OCPi6LUECAbhDl92RAcA==",
                      "identifierGuid": "3e828353-8b2e-4050-806e-10e5f7644070",
                      "storeID": 2,
                      "operatorName": "sample string 3",
                      "saleHeaderID": 4,
                      "paymentType": 5,
                      "amount": 6,
                      "account": "sample string 7",
                      "accountID": "RcLmhiYR8UKdtjGWdw4uQg==",
                      "accountIDGuid": "86e6c245-1126-42f1-9db6-3196770e2e42",
                      "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:54.3523371",
                      "invRocNo": "sample string 14",
                      "responseCode": "sample string 15",
                      "cashout": 1,
                      "tip": 16,
                      "idempotentVoid": "AuWOTRUQx06N4WFfC22yCw==",
                      "idempotentVoidGuid": "4d8ee502-1015-4ec7-8de1-615f0b6db20b",
                      "offline": true,
                      "processed": 1,
                      "storeSaleHeader": {
                        "$id": "80",
                        "saleHeaderID": 1,
                        "saleHeaderGuid": "fMMVhHjqVkGwAHgjvhHbeg==",
                        "saleHeaderIdentifierGuid": "8415c37c-ea78-4156-b000-7823be11db7a",
                        "created": "2026-04-03T06:22:54.3523371",
                        "createdLocal": "2026-04-03T06:22:54.3523371",
                        "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:54.3523371",
                        "storeID": 1,
                        "operatorG_Uid": "A9A83QD+XUe1+PIpHlZImQ==",
                        "operatorGuid": "dd3cd003-fe00-475d-b5f8-f2291e564899",
                        "customerG_Uid": "MvwxNAYwVUmyo1phTf2PIg==",
                        "customerGuid": "3431fc32-3006-4955-b2a3-5a614dfd8f22",
                        "communityIdentifier": "zi7MKsyGi0+bax5T8M7CrQ==",
                        "communityIdentifierGuid": "2acc2ece-86cc-4f8b-9b6b-1e53f0cec2ad",
                        "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": "CRSUA3CV50u/prmCbR+VPg==",
                        "priceLevelIdentifierGuid": "03941409-9570-4be7-bfa6-b9826d1f953e",
                        "locked": 36,
                        "orderMetadata": "{\"CustomerName\":\"sample string 1\",\"PickupAt\":\"2026-04-03T06:22:54.3523371+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:54.3523371",
                          "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": "D0Xf+X8/zU254o7McHm0Mw==",
                          "identifierGuid": "f9df450f-3f7f-4dcd-b9e2-8ecc7079b433",
                          "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:54.3523371",
                          "promoPeriodEnd": "2026-04-03T06:22:54.3523371",
                          "allowDonations": true,
                          "logoImageName": "sample string 17",
                          "totalAmountAwarded": 18.1,
                          "updated": "2026-04-03T06:22:54.3523371",
                          "deleted": true
                        },
                        "details": [
                          {
                            "$id": "83",
                            "saleItemID": 1,
                            "identifier": "NKo1dd3tSEeP+OxDaPL0+Q==",
                            "identifierGuid": "7535aa34-eddd-4748-8ff8-ec4368f2f4f9",
                            "saleHeaderID": 2,
                            "plu": 1,
                            "pluG_UId": "hzqXmAYY4UqPJcKmubEPsA==",
                            "pluGuid": "98973a87-1806-4ae1-8f25-c2a6b9b10fb0",
                            "accountID": "LlgOR3ryfkyca4ssBP8bGA==",
                            "accountIDGuid": "470e582e-f27a-4c7e-9c6b-8b2c04ff1b18",
                            "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:54.3523371",
                            "bestOrExpireType": 1,
                            "providerName": "sample string 11",
                            "refundG_UID": "rH7vZ51320i1iaW7U5SN8Q==",
                            "refundGuid": "67ef7eac-779d-48db-b589-a5bb53948df1",
                            "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": "jao1jAho8kO8Zgq8IRyu5g==",
                            "idempotentVoidGuid": "8c35aa8d-6808-43f2-bc66-0abc211caee6",
                            "priceLevelIdentifier": "1ek/suCk3Uektc91hGLm8Q==",
                            "priceLevelIdentifierGuid": "b23fe9d5-a4e0-47dd-a4b5-cf758462e6f1",
                            "communityIdentifier": "ExEF2CyQTEqx19Dd5BSliQ==",
                            "communityIdentifierGuid": "d8051113-902c-4a4c-b1d7-d0dde414a589",
                            "productName": "sample string 23",
                            "apn": "sample string 24",
                            "unknownScans": [
                              {
                                "$id": "84",
                                "id": 1,
                                "saleDetailID": 2,
                                "storeID": 1,
                                "scanned": "2026-04-03T06:22:54.3523371",
                                "operatorG_UID": "QEA=",
                                "barcode": "sample string 4",
                                "processed": 1
                              },
                              {
                                "$ref": "84"
                              }
                            ],
                            "refund": {
                              "$id": "85",
                              "id": 1,
                              "g_UID": "lfT69QI7Vk2z/3LjmnReFQ==",
                              "guid": "f5faf495-3b02-4d56-b3ff-72e39a745e15",
                              "description": "sample string 1",
                              "dumped": true,
                              "inventoryReasonID": 1,
                              "sortOrder": 1,
                              "updated": "2026-04-03T06:22:54.3523371"
                            },
                            "modifier": {
                              "$id": "86",
                              "id": 1,
                              "setG_UID": "uTnFilGpXkGNJdKsPYPF6g==",
                              "modifierSetGuid": "8ac539b9-a951-415e-8d25-d2ac3d83c5ea",
                              "name": "sample string 2",
                              "price": 1,
                              "quantity": 1,
                              "modifierType": 1,
                              "groupNumber": 1,
                              "pageNumber": 1,
                              "controlOrder": 1,
                              "printToStation": true,
                              "pluG_UID": "qviJbzVZ7k2BomYiJSDGmA==",
                              "pluGuid": "6f89f8aa-5935-4dee-81a2-66222520c698",
                              "deleted": true,
                              "g_UID": "+VbNwNuiXUONhqLvYfTT6g==",
                              "guid": "c0cd56f9-a2db-435d-8d86-a2ef61f4d3ea",
                              "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": "yB9VYM61wkWvSiX8jNJ+sw==",
                            "pluGuid": "60551fc8-b5ce-45c2-af4a-25fc8cd27eb3",
                            "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:54.3523371",
                            "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:54.3523371",
                            "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": "sTmXgd7iiEK0FivFLO7EYg==",
                            "pluGuid": "819739b1-e2de-4288-b416-2bc52ceec462",
                            "accountID": "YDNiejM/yk2JkunPAwmp5Q==",
                            "accountIDGuid": "7a623360-3f33-4dca-8992-e9cf0309a9e5",
                            "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:54.3523371",
                            "bestOrExpireType": 1,
                            "refundG_UID": "wQLyENtySkyVAZzVlgQIxQ==",
                            "refundGuid": "10f202c1-72db-4c4a-9501-9cd5960408c5",
                            "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": "LSJEPCq1XEeJky7RCM8oEw==",
                            "identifierGuid": "3c44222d-b52a-475c-8993-2ed108cf2813",
                            "id": 1,
                            "orderNo": 2,
                            "externalSaleIdentifier": "sample string 3",
                            "storeID": 4,
                            "zoneID": 5,
                            "deptNo": 6,
                            "customerIdentifier": "zQXBcC0YfUCd53uH2tKA3A==",
                            "customerIdentifierGuid": "70c105cd-182d-407d-9de7-7b87dad280dc",
                            "operatorNo": 1,
                            "operatorG_UID": "rs1HFqfLDUqOAVvu2U+CrA==",
                            "operatorGuid": "1647cdae-cba7-4a0d-8e01-5beed94f82ac",
                            "created": "2026-04-03T06:22:54.3523371",
                            "ordered": "2026-04-03T06:22:54.3523371",
                            "started": "2026-04-03T06:22:54.3523371",
                            "completed": "2026-04-03T06:22:54.3523371",
                            "supplied": "2026-04-03T06:22:54.3523371",
                            "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": "pE2/wU50TESVgMhGkqmxWg==",
                                "pluGuid": "c1bf4da4-744e-444c-9580-c84692a9b15a",
                                "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": "Tl99REH4Q0uVTc0zjOyp1Q==",
                                "headerIdentifierGuid": "447d5f4e-f841-4b43-954d-cd338ceca9d5",
                                "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": "jMHLB2HankWRN/yRE45HHQ==",
                            "surveyGuid": "07cbc18c-da61-459e-9137-fc91138e471d",
                            "saleHeaderGuid": "5/oX4ygFGkm1tjlEfOPVCA==",
                            "saleGuid": "e317fae7-0528-491a-b5b6-39447ce3d508",
                            "textResponse": "sample string 1",
                            "integerResponse": 1,
                            "g_UIDResponse": "Ocy3hG96X0K8ubvDH/5K8Q==",
                            "guidResponse": "84b7cc39-7a6f-425f-bcb9-bbc31ffe4af1",
                            "whoAnswered": 2,
                            "answeredAtUTC": "2026-04-03T06:22:54.3523371",
                            "sale": {
                              "$ref": "80"
                            },
                            "survey": {
                              "$id": "95",
                              "g_UID": "mL2DJcA5HkyxGgFYpBqWOA==",
                              "guid": "2583bd98-39c0-4c1e-b11a-0158a41a9638",
                              "name": "sample string 1",
                              "storeID": 2,
                              "zoneID": 1,
                              "checkoutFormG_UID": "5We4ItSvF0CwJbD4eNtlhA==",
                              "checkoutFormGuid": "22b867e5-afd4-4017-b025-b0f878db6584",
                              "displayToWho": 3,
                              "displayWhen": 4,
                              "start": "2026-04-03T06:22:54.3523371",
                              "end": "2026-04-03T06:22:54.3523371",
                              "deleted": true,
                              "updated": "2026-04-03T06:22:54.3523371",
                              "possibleIntegerResponses": [
                                1,
                                2
                              ],
                              "possibleTextResponses": [
                                "sample string 1",
                                "sample string 2"
                              ],
                              "possibleGuidResponses": [
                                "02df53d4-f4e6-47fe-b338-74c4cb36f522",
                                "e50a2711-74df-4efd-8264-349bcce65e9f"
                              ],
                              "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": "NgwJrNkJoUmKIz+kpaRe0g==",
                        "accountIdentifier": "ac090c36-09d9-49a1-8a23-3fa4a5a45ed2",
                        "accountName": "sample string 44",
                        "customerOrderIdentifier": "kMnfKG8q4U2/6aJPO2rVmg==",
                        "customerOrderIdentifierGuid": "28dfc990-2a6f-4de1-bfe9-a24f3b6ad59a",
                        "priceLevelName": "sample string 45",
                        "revision": 46,
                        "ingressId": "sample string 47"
                      },
                      "metadata": {
                        "$id": "96",
                        "id": 1,
                        "paymentID": 2,
                        "paymentIdentifier": "ixwc9lYRz0mmUfRjVBstjw==",
                        "paymentIdentifierGuid": "f61c1c8b-1156-49cf-a651-f463541b2d8f",
                        "identifier": "bOZOE4pJWEmu7EKHKwKHeg==",
                        "identifierGuid": "134ee66c-498a-4958-aeec-42872b02877a",
                        "metadata": "sample string 3",
                        "signatureImage": "QEA=",
                        "itemIdentifier": "qNKmMEw8gk68/8cwKl87bw==",
                        "itemIdentifierGuid": "30a6d2a8-3c4c-4e82-bcff-c7302a5f3b6f"
                      }
                    },
                    {
                      "$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": "2UCgOAUqKU6eC7/j8k7bHA==",
                  "customerIdentifierGuid": "38a040d9-2a05-4e29-9e0b-bfe3f24edb1c",
                  "voucherName": "sample string 2",
                  "count": 3,
                  "storeID": 4,
                  "barcode": "sample string 5",
                  "redeemCount": 6,
                  "issueCount": 7,
                  "storeSalePaymentID": 1,
                  "idempotentID": "v8NCVhfyTUaG3MQ72uJgxg==",
                  "idempotentGuid": "5642c3bf-f217-464d-86dc-c43bdae260c6",
                  "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:54.3523371",
                    "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:54.3523371",
                      "labelPageLayout": "7XoTqXL0B0KWHY0R0Cv5bw==",
                      "pageLayoutGuid": "a9137aed-f472-4207-961d-8d11d02bf96f",
                      "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:54.3523371"
                        },
                        {
                          "$ref": "101"
                        }
                      ]
                    },
                    "customerVouchers": [
                      {
                        "$id": "102",
                        "id": 1,
                        "customerIdentifier": "8SZ0oNOuZkKBOs7og2qV2g==",
                        "customerIdentifierGuid": "a07426f1-aed3-4266-813a-cee8836a95da",
                        "voucherID": 3,
                        "voucherName": "sample string 4",
                        "storeID": 1,
                        "barcode": "sample string 5",
                        "dateOfIssue": "2026-04-03T06:22:54.3523371",
                        "issuedSaleHeaderID": 1,
                        "issuedSaleIdentifier": "sample string 7",
                        "issuedOfflinePaymentID": 1,
                        "issuedIdempotentID": "F50Dfjy7KUe/AZ20V9EJ3A==",
                        "issuedIdempotentGuid": "7e039d17-bb3c-4729-bf01-9db457d109dc",
                        "issuedOffline": true,
                        "issuedUser": "sample string 9",
                        "issuedNotes": "sample string 10",
                        "expiryDate": "2026-04-03T06:22:54.3523371",
                        "expiredUser": "sample string 11",
                        "expiredNotes": "sample string 12",
                        "redeemed": "2026-04-03T06:22:54.3523371",
                        "redeemedSaleHeaderID": 1,
                        "redeemedSaleIdentifier": "sample string 13",
                        "redeemedOfflinePaymentID": 1,
                        "redeemedIdempotentID": "5ScnGefrN0GtvT5VHXru+g==",
                        "redeemedIdempotentGuid": "192727e5-ebe7-4137-adbd-3e551d7aeefa",
                        "redeemedUser": "sample string 14",
                        "redeemedNotes": "sample string 15",
                        "redeemedOffline": true,
                        "updated": "2026-04-03T06:22:54.3523371",
                        "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": "eZaMFCzOdEWUoI6Xup/Iyg==",
            "groupIDGuid": "148c9679-ce2c-4574-94a0-8e97ba9fc8ca",
            "campaign": {
              "$ref": "69"
            },
            "group": {
              "$ref": "77"
            }
          },
          {
            "$ref": "103"
          }
        ],
        "signIqTickets": [
          {
            "$id": "104",
            "identifier": "N8emdbXIdUiwkC6/vU5gPg==",
            "identifierGuid": "75a6c737-c8b5-4875-b090-2ebfbd4e603e",
            "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": "pv4HACSeCU6WBvMFgcYp/g==",
            "guid": "0007fea6-9e24-4e09-9606-f30581c629fe",
            "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": "oNe7GOeqB066TkhaNJEvlA==",
                "groupGuid": "18bbd7a0-aae7-4e07-ba4e-485a34912f94",
                "comboPriceType": 5,
                "priceType": 5,
                "pluG_UID": "jpftO/NjGEOqiHcXYsHxlQ==",
                "pluGuid": "3bed978e-63f3-4318-aa88-771762c1f195",
                "priceGroupG_UID": "SaDr8dPgEEu1hBxbZz907g==",
                "priceGroupGuid": "f1eba049-e0d3-4b10-b584-1c5b673f74ee",
                "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": "gs+8BZWjrUS3xOrEP0xZNg==",
            "priceLevelIdentifierGuid": "05bccf82-a395-44ad-b7c4-eac43f4c5936",
            "campaignName": "sample string 3",
            "priceLevelName": "sample string 4"
          },
          {
            "$ref": "107"
          }
        ],
        "promotionType": {
          "$id": "108",
          "identifier": "akLkOJfQiUmwSFTyRfJrfg==",
          "identifierGuid": "38e4426a-d097-4989-b048-54f245f26b7e",
          "hostType": 2,
          "code": "sample string 3",
          "description": "sample string 4",
          "isLiquor": true,
          "isAdvertised": true,
          "disableWasSave": true,
          "excludeFromPromoSales": true,
          "labelPageLayoutG_UID": "GR1qQwV3l0GMorzag2lWZQ==",
          "labelPageLayoutGuid": "436a1d19-7705-4197-8ca2-bcda83695665",
          "priceLevelIdentifier": "9YsCFDGGyEWhV5iTU+j06Q==",
          "priceLevelIdentifierGuid": "14028bf5-8631-45c8-a157-989353e8f4e9",
          "active": true,
          "updated": "2026-04-03T06:22:54.3523371",
          "hostName": "sample string 11"
        }
      },
      "product": {
        "$ref": "3"
      },
      "dealCost": {
        "$id": "109",
        "headerIdentifier": "6ovjIARHpU+fQM5cVcYswA==",
        "headerIdentifierGuid": "20e38bea-4704-4fa5-9f40-ce5c55c62cc0",
        "identifier": "Y2zUpBB40EmGbAt7cPdD5g==",
        "identifierGuid": "a4d46c63-7810-49d0-866c-0b7b70f743e6",
        "supplierIdentifier": "YJ2C9LQiUEWQBcfzqmGtSQ==",
        "supplierGuid": "f4829d60-22b4-4550-9005-c7f3aa61ad49",
        "pluG_UID": "84cUKqpFJkm1GW7XXWti6A==",
        "pluGuid": "2a1487f3-45aa-4926-b519-6ed75d6b62e8",
        "campaignName": "2d149768-a6c9-4569-b77a-2eb8200d9fd6",
        "description": "sample string 4",
        "cost": 5,
        "costDecimals": 6,
        "start": "2026-04-03T06:22:54.3523371",
        "end": "2026-04-03T06:22:54.3523371",
        "type": 9,
        "promoType": 10,
        "bonusItemPLUG_UID": "CqacD8YQ90iwjctfgsjXAg==",
        "bonusItemPluGuid": "0f9ca60a-10c6-48f7-b08d-cb5f82c8d702",
        "bonusPurchaseUnits": 11,
        "bonusReceiveUnits": 12,
        "updated": "2026-04-03T06:22:54.3523371",
        "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:54.3523371",
        "campaignEndDate": "2026-04-03T06:22:54.3523371",
        "masterPLUG_UID": "3thlGPUxzkORZWnyfTmeFg==",
        "masterID": "1865d8de-31f5-43ce-9165-69f27d399e16",
        "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": "huOunYZIEUu+kHOClg5TRQ==",
        "bonusMasterID": "9daee386-4886-4b11-be90-7382960e5345",
        "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:54.3523371",
    "dealCosts": [
      {
        "$ref": "109"
      },
      {
        "$ref": "109"
      }
    ],
    "tags": [
      {
        "$id": "110",
        "pluG_UID": "5wyLvi7IrUOmvj6KzjgsEg==",
        "pluGuid": "be8b0ce7-c82e-43ad-a6be-3e8ace382c12",
        "tagID": 1,
        "description": "sample string 1",
        "storeIDs": [
          1,
          2
        ]
      },
      {
        "$ref": "110"
      }
    ],
    "alternateProductG_UID": "J7mCE+Hv0kSXJrGXwCsgCw==",
    "alternateProduct": "1382b927-efe1-44d2-9726-b197c02b200b",
    "altProduct": {
      "$ref": "3"
    },
    "productHostCode": {
      "$id": "111",
      "id": 1,
      "pluG_UID": "VTx862nAbEuoYF+HZAvDsQ==",
      "pluGuid": "eb7c3c55-c069-4b6c-a860-5f87640bc3b1",
      "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:54.3523371",
    "inventoryTracked": "2026-04-03T06:22:54.3523371",
    "isNormalPriceChangesCampaign": true,
    "baseProductFuel": {
      "$id": "112",
      "pluG_UID": "iDJF8PeKNkCdF896VhYi5Q==",
      "pluGuid": "f0453288-8af7-4036-9d17-cf7a561622e5",
      "fuelPluG_UID": "RoQZ+aGsHkWTgpHoILQ1Eg==",
      "fuelPluGuid": "f9198446-aca1-451e-9382-91e820b43512",
      "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": "JDughK1dY0WPBhyQLFrj2Q==",
  "printRunGuid": "84a03b24-5dad-4563-8f06-1c902c5ae3d9",
  "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:54.3523371",
  "campaignEndDate": "2026-04-03T06:22:54.3523371",
  "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�\�}W׷5xl/workbook.xml �(�����0��J}���P
H���ҵC�NA����_~R�n����ɺ���'=_�dcA�o%j�/vD3�u��Y��B�k۾5�@�(ʨÁe��j���a��!�Dz�P�+��D[�=N~����]LB��M�v\������du�]	W �P��E��M֥�<I�.��}��W_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�\j=?�''_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="R1038ea55fd7d4362" /></Relationships>PK�2�\��Ntl�xl/worksheets/sheet1.xml �(���[s9��
��Rw떲��8�}�u�yc�qL��8??
F0�t!◄��4G�ii*O��;���l4�9���t;����bt��{7��'v��O�?gWu=��f�dzؽ��o��z��z<�U�����]N����9�ћ\^������ݸ����ߛ���9O5��κ���5���Ë�������M���b����L���n�><�n�wt�T�������U��L~.����k��ޖ�d9��sQ_��g������՜]r�1������x���/��]̯�VΣ'"�lH��9���'�/�ǹ��xX���x����ZG!:�=W�q3���	}���H���j<5�wޅ�#Pr�0�[�w��`+�b����=ޯ����d#�`�BatX��t?��ǖ�>��6q��{xZ
OM�-#�`=������X��\L�
�g������cv��2��[)��2�f-�6�G~�!X*�h3�v����r.Eo��(T�Z�D!@@��M2�v�������8�1�Bl��6p4UH�
)Y
�*dm|�I��o�a*)��[@f6L�T�7�G!A��e&�>v
�M�y�s�K�5d$a������YfSI�H�I��pK#��X�
���
�.�g�L�Rk�L$4����8K�T!	��x€���H�͝�d��p�d�2������q�8�
��L$�G�y�D�H��	�"��,f"�Ad��`�^��'�I0��#6���m�BF7HT��E�P@[z��$�f���Gs���淳Bf�#y��$���[L���d��Cfc3�p��4���Lbj�_̎lB�e&ɴN�h����ǛB4)#I��cZ����B��$�n�O�=Sn����Xa��#�A���h}}lܾ�`|X6�b4)#I��|�y�!�2��
��۴;��e$i�dZ��|��IEj�ȗ��~ e)=2P.��Z(���Ma���2��>v
�EMB�Hܙ����.�̢k�ȗF(��v���,:jV�,$��FДְ��q�C��p�y<������t���/~���l��ɟ�3���udz�cW���¶϶�Vo+��x�����d[�ڊ�
�V��V���ն"�����x�8&L}�H������_E"|}�H����D8��"֞)��E"���H���ڄ���p��"�~U$��o�D��]�w�JA��Wb�߾Dap_�"��JQX�W���H&��H�p�����}%�(}V���g%�(}V���g%�(}V�I�g%�$}V�I�g%�$}VJ�g%�$}V"J�g%�$}VBJ�g%�$}Vb��JN��y���	�JN��y���m|��!�>�asR�� a�@�ߟ��+�3��UN�ػ�*/���W�*��%^��E"��my�wJyfg�C*,_�����N�t�R��i��8��U��g���RML�Q�g>)��gE"���HT_�x�oے p��Hd�U)m�+��3+�ܪ�eRv]%�A�QRd�Wb�\J.���J0���J2���J4���o����/���J��zx�롒�(��]>4��o_ˣ$A��(��r%J$�$�kk��%%�Q�D�c��<Fy@*y��ہ�Ǹ���t�5�����E==�L��t�ս���?PK�2�\����Pxl/_rels/workbook.xml.rels �(���KN�0@�b͞8I���tö��=��&vd����G�
XE�Tb�������4����޾M#9���-�,�V:5ؾ�S�
l7�=�"��`�9��bC&���� 
N"dnF�:��IĔ���BE�����%n��p��?D�� q��iB��W�� F �{�-����%*�g�¾м�]��G^�R@���B��~������@Qu��J��+c�G�}���iY^��X���y�^2Ʈj��/6_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�\��c��
�3xl/sharedStrings.xml �(���n�8�}��#ϫD����A�6&N�qz��`��(��,yu$�.�߷H]�H��Xu��b�.��/�l�Fʊ����<Y�	�7_N~<��ɢ�Q����ɗ�=�N�|�\U�X����K]�>��U��lQuZ�H��(����rsV�J��ꅐz��٦�m�O�h���I�49�wC.LA�~��.��4���|V�|ƠS�mC�)��H�y���\��,�+0�A'�Hd�q�~�����J�g���aGJT��g@j/�v��&�G[��m\ܖE��_�H���&
��$�� ��O��({%�����(�͔4��Ձ/�?*U�+R#������)�qT��.P�_��;�AI������ۚ�a�H�K��qv縦o��u�T�iT��cB�]=5���:�n�����,DgD�&>L��yQ&�#lőy@�Dkŝ��eO��a�+��9��<9�-�Y�e�Z���"��]+5��C+��d�h<p�UͬVq��s#�q�U5O�}��۵'���q���G�!wh_4���2�rL�yB���?QI^��"W�$�hg�m�4�g_�d{z���N��k�A���$����X�� Ӳ�0�\k��ف���w���W����(�� 
�Ԝ�Aj[���u��"l1J��&v"���Ly|�(pb#r]x|fL#�A^�I��V:��Q�=�	Bd�xBˈ����?u�<XuF ��Fo�����ƞc�81a�a���c�0RB|%(����4
K�M�E��N��V��$'pDO��������
�`V��
�dV�^�.Oy��NG+���۲�at8cd��.��7���/��{��U��B����M�� �
�p�$�1�w@�2��s�aݰ��<4#�V�o{�#0��	�F,�I�Da���@-k���/(ߐDX��Ρl���a�8.C.A��f�R�{2^��;�6s�Ӣ@�.�7}��� ���xFl�aG1���\�!;f@�6������`�́t���'��之�#�����Q�Y'���#��!`>s~L0�ί�����=��#aU�P�G�:^\@���m3�o<��rկ��.!B��z/(��enӧ
��nv3 ��+T�&�{~P���=;,2��D܇��c�Hl�7���0pN
ʎQ.����;cs��_�wN��dt�TJ�`�g�QϠ��+iB$��S�Dn�k��j՞b~�S8�'?g҇jJOO�=������v��4�A*'K�d�H�l?��Q�^=�
3�nʒ���	ް���*�)�SWXQ�cN� !=p�G�ֈ��:��T�\�1�\B$�9���5`We�}"qk�Q���/Q�!�lB�V����NS���a�{ER�d��`j�_�Q�!ug��3�-�0����}:�@kK��L�>o�u$ZG�e��?�0�4�N.�
83��	=3�33�ޭhf�Q�*�rE#��~�$�(�RzTn(��֩5~����,���a�9�6[e���C�%�U����8T.C͢q�z����W7֌/I:g��ֻ�bЇ�}N+��;�W���
��Ӱ�\�K�}�^u��EF9�#�����Dn1��)P���u޳C��״��J,��n�`�Cf���A
�y��P��L�"
9��&�����r֥k]3�-�W��P���:C���TZ܃G�_�l�����$t�2�TȧK�"�f`�DE����i��8G��]JE�6�-	�ˑ��XcȑC�/r�k�|��W��i�����a�K��E�%d~��R)��CI�6�k�ϝ
�jx��G�_s�qפF�P���?�`�4�F���qR��D3Ҝ34�4���Kҥ��v��O�Ì�8�1�[c1M|	�jQoT
�1�s���+��ʀ�w4�2;b-A(L��}��^{�BS��Ҵ��6�[{da���謴���V�=,alη?&t�����D��
��.�,#6���N�q�����0�B��n��!��1-b��f�z�O܄�����i�"�jZw���Z@�Jy�z��d�&_~+@�%�A�q�%�DOs����أ��?T���:c�܅$�瞢�5:E�"Y�O+~?(J-#4�M���*8MN
��D�ig��"Xe�/@�M.2�������z�L��Q�W�n�1�����4�}�p@$ǯkRR��3�����43�:]���m �l��(�X%�Q�
~!b�ݥ��>�'�4�L��cvG�c�/��COv���u�j	4����D��5H������k�&�Y���=36��'a�����9�
��{.PE�Cb
�x��P&�M�W.'ZV���"\7�Q.�e���d��^D����<
�fVy�߆��i��J��R��B/l��K�e�N<>�>�
?чy-������DaX��Jp�{H�h1����Ow5������V���>
����p-��8�lb��n��i�I�_���f����
�2=�k�hR(�l��]�p�H��ķp;�v
c�p'5"l������-'"���"o6�51�h;a �@�e{FbE.D��3Pl�w##���:���!��8cY�fߵW��F��uqb��TG�,����jHli�i[���Z
i{Ǔs�/��

��ſ�AFE�[.���H��&�%�m=�t��M?���̅��6��}�Y�i�#ң1�h���ٮ�vN����|v+*�C��H��⻱Z_�o÷�
�o���E�0Bih�p���c����<K�/l[�o�o�p�)´���+��Rv[��*#�yRi���g���O����D���&�5�%�M���$UE25y�O7C��㨃!1O�X�Nx7�	E�$��|���K~�-���{���Jv�����mn��Τ��-זf��r&�ѹSi�=E�Z��k�$�)\��Tݥ�g-�i�߻`8�6�7����#����
�)7$���3/����<;����pow�9Z�S�ɍ]�6:j@�/_h���lMfv���JV�WS���Bf'f�4�|��]�,J$�'C#c��L��ݙ���MR�ț�_	Խ!�=�9��R��m�K�TO�V���֣���w�˒/r�-�z��U���*����"�V>�Δ���5F3����Wx⾂o��a5��(�����'��>��?0����n�4z=�g}1�g�c�n����z#1ToFD��4�4M�p><��_��mòֿ%t�E;}�źm�QU�E��p^W�	C���;�<��Y^�ј{,�y��>h�?�R�]���o�$B��<7��ȅl�}x@sWl L,��Р�,��Q�z�S%]�#�t�L�6,���-T�ƭ�2Xo!]��������4�h[�G/Ѻ=}"�5])&�x8<Ta^r�B�	1�zG(V�Й�hs��w���x�%�������_|�?�>cbG�і�4t���P{	J��!�NM߰pd��C�I��������w��Ԝ�<���w�ӇWGޣY�}�=���#��G䷏��o�Ϫ���PK-�2�\�}W׷5xl/workbook.xmlPK-�2�\����	�[Content_Types].xmlPK-
�2�\j=?�''V_rels/.relsPK-�2�\��Ntl��xl/worksheets/sheet1.xmlPK-�2�\����P�
xl/_rels/workbook.xml.relsPK-�2�\Ѓc'2E
�xl/styles.xmlPK-�2�\��c��
�3?
xl/sharedStrings.xmlPK�i

application/vnd.ms-excel

Sample:
PK�2�\s�q��5xl/workbook.xml �(�����0��&�C���Ĥ8q����R�H����[ �x�3;��T�������ф��T��JƂ��!��C�v��b����0(��o�&�s�]����&H�]i����}��Q�+J�2�9��f�SXd2���I�b��j���"4ִ��,έ�iN�/U��E��At�Shcﰊm��/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="Rae03d0417c9347a8" /></Relationships>PK�2�\��Ntl�xl/worksheets/sheet1.xml �(���[s9��
��Rw떲��8�}�u�yc�qL��8??
F0�t!◄��4G�ii*O��;���l4�9���t;����bt��{7��'v��O�?gWu=��f�dzؽ��o��z��z<�U�����]N����9�ћ\^������ݸ����ߛ���9O5��κ���5���Ë�������M���b����L���n�><�n�wt�T�������U��L~.����k��ޖ�d9��sQ_��g������՜]r�1������x���/��]̯�VΣ'"�lH��9���'�/�ǹ��xX���x����ZG!:�=W�q3���	}���H���j<5�wޅ�#Pr�0�[�w��`+�b����=ޯ����d#�`�BatX��t?��ǖ�>��6q��{xZ
OM�-#�`=������X��\L�
�g������cv��2��[)��2�f-�6�G~�!X*�h3�v����r.Eo��(T�Z�D!@@��M2�v�������8�1�Bl��6p4UH�
)Y
�*dm|�I��o�a*)��[@f6L�T�7�G!A��e&�>v
�M�y�s�K�5d$a������YfSI�H�I��pK#��X�
���
�.�g�L�Rk�L$4����8K�T!	��x€���H�͝�d��p�d�2������q�8�
��L$�G�y�D�H��	�"��,f"�Ad��`�^��'�I0��#6���m�BF7HT��E�P@[z��$�f���Gs���淳Bf�#y��$���[L���d��Cfc3�p��4���Lbj�_̎lB�e&ɴN�h����ǛB4)#I��cZ����B��$�n�O�=Sn����Xa��#�A���h}}lܾ�`|X6�b4)#I��|�y�!�2��
��۴;��e$i�dZ��|��IEj�ȗ��~ e)=2P.��Z(���Ma���2��>v
�EMB�Hܙ����.�̢k�ȗF(��v���,:jV�,$��FДְ��q�C��p�y<������t���/~���l��ɟ�3���udz�cW���¶϶�Vo+��x�����d[�ڊ�
�V��V���ն"�����x�8&L}�H������_E"|}�H����D8��"֞)��E"���H���ڄ���p��"�~U$��o�D��]�w�JA��Wb�߾Dap_�"��JQX�W���H&��H�p�����}%�(}V���g%�(}V���g%�(}V�I�g%�$}V�I�g%�$}VJ�g%�$}V"J�g%�$}VBJ�g%�$}Vb��JN��y���	�JN��y���m|��!�>�asR�� a�@�ߟ��+�3��UN�ػ�*/���W�*��%^��E"��my�wJyfg�C*,_�����N�t�R��i��8��U��g���RML�Q�g>)��gE"���HT_�x�oے p��Hd�U)m�+��3+�ܪ�eRv]%�A�QRd�Wb�\J.���J0���J2���J4���o����/���J��zx�롒�(��]>4��o_ˣ$A��(��r%J$�$�kk��%%�Q�D�c��<Fy@*y��ہ�Ǹ���t�5�����E==�L��t�ս���?PK�2�\Q8��Pxl/_rels/workbook.xml.rels �(���KN�0@�b͞�n�(FM��m�g�DM��v���G�
XEWb�������4����ٽ�yAFg��V�n�}�hj�m7�TLa�@Ҋ

1.��=�B���c��UL����I�HW�U���e��e���1�ƽ��m�L_�?�19*�cl��5�"Q�<u
�PR�K�[Q�B��e�����g2ڴL�%�BQ�����c�}�t35�t�ג���E%�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�\��c��
�3xl/sharedStrings.xml �(���n�8�}��#ϫD����A�6&N�qz��`��(��,yu$�.�߷H]�H��Xu��b�.��/�l�Fʊ����<Y�	�7_N~<��ɢ�Q����ɗ�=�N�|�\U�X����K]�>��U��lQuZ�H��(����rsV�J��ꅐz��٦�m�O�h���I�49�wC.LA�~��.��4���|V�|ƠS�mC�)��H�y���\��,�+0�A'�Hd�q�~�����J�g���aGJT��g@j/�v��&�G[��m\ܖE��_�H���&
��$�� ��O��({%�����(�͔4��Ձ/�?*U�+R#������)�qT��.P�_��;�AI������ۚ�a�H�K��qv縦o��u�T�iT��cB�]=5���:�n�����,DgD�&>L��yQ&�#lőy@�Dkŝ��eO��a�+��9��<9�-�Y�e�Z���"��]+5��C+��d�h<p�UͬVq��s#�q�U5O�}��۵'���q���G�!wh_4���2�rL�yB���?QI^��"W�$�hg�m�4�g_�d{z���N��k�A���$����X�� Ӳ�0�\k��ف���w���W����(�� 
�Ԝ�Aj[���u��"l1J��&v"���Ly|�(pb#r]x|fL#�A^�I��V:��Q�=�	Bd�xBˈ����?u�<XuF ��Fo�����ƞc�81a�a���c�0RB|%(����4
K�M�E��N��V��$'pDO��������
�`V��
�dV�^�.Oy��NG+���۲�at8cd��.��7���/��{��U��B����M�� �
�p�$�1�w@�2��s�aݰ��<4#�V�o{�#0��	�F,�I�Da���@-k���/(ߐDX��Ρl���a�8.C.A��f�R�{2^��;�6s�Ӣ@�.�7}��� ���xFl�aG1���\�!;f@�6������`�́t���'��之�#�����Q�Y'���#��!`>s~L0�ί�����=��#aU�P�G�:^\@���m3�o<��rկ��.!B��z/(��enӧ
��nv3 ��+T�&�{~P���=;,2��D܇��c�Hl�7���0pN
ʎQ.����;cs��_�wN��dt�TJ�`�g�QϠ��+iB$��S�Dn�k��j՞b~�S8�'?g҇jJOO�=������v��4�A*'K�d�H�l?��Q�^=�
3�nʒ���	ް���*�)�SWXQ�cN� !=p�G�ֈ��:��T�\�1�\B$�9���5`We�}"qk�Q���/Q�!�lB�V����NS���a�{ER�d��`j�_�Q�!ug��3�-�0����}:�@kK��L�>o�u$ZG�e��?�0�4�N.�
83��	=3�33�ޭhf�Q�*�rE#��~�$�(�RzTn(��֩5~����,���a�9�6[e���C�%�U����8T.C͢q�z����W7֌/I:g��ֻ�bЇ�}N+��;�W���
��Ӱ�\�K�}�^u��EF9�#�����Dn1��)P���u޳C��״��J,��n�`�Cf���A
�y��P��L�"
9��&�����r֥k]3�-�W��P���:C���TZ܃G�_�l�����$t�2�TȧK�"�f`�DE����i��8G��]JE�6�-	�ˑ��XcȑC�/r�k�|��W��i�����a�K��E�%d~��R)��CI�6�k�ϝ
�jx��G�_s�qפF�P���?�`�4�F���qR��D3Ҝ34�4���Kҥ��v��O�Ì�8�1�[c1M|	�jQoT
�1�s���+��ʀ�w4�2;b-A(L��}��^{�BS��Ҵ��6�[{da���謴���V�=,alη?&t�����D��
��.�,#6���N�q�����0�B��n��!��1-b��f�z�O܄�����i�"�jZw���Z@�Jy�z��d�&_~+@�%�A�q�%�DOs����أ��?T���:c�܅$�瞢�5:E�"Y�O+~?(J-#4�M���*8MN
��D�ig��"Xe�/@�M.2�������z�L��Q�W�n�1�����4�}�p@$ǯkRR��3�����43�:]���m �l��(�X%�Q�
~!b�ݥ��>�'�4�L��cvG�c�/��COv���u�j	4����D��5H������k�&�Y���=36��'a�����9�
��{.PE�Cb
�x��P&�M�W.'ZV���"\7�Q.�e���d��^D����<
�fVy�߆��i��J��R��B/l��K�e�N<>�>�
?чy-������DaX��Jp�{H�h1����Ow5������V���>
����p-��8�lb��n��i�I�_���f����
�2=�k�hR(�l��]�p�H��ķp;�v
c�p'5"l������-'"���"o6�51�h;a �@�e{FbE.D��3Pl�w##���:���!��8cY�fߵW��F��uqb��TG�,����jHli�i[���Z
i{Ǔs�/��

��ſ�AFE�[.���H��&�%�m=�t��M?���̅��6��}�Y�i�#ң1�h���ٮ�vN����|v+*�C��H��⻱Z_�o÷�
�o���E�0Bih�p���c����<K�/l[�o�o�p�)´���+��Rv[��*#�yRi���g���O����D���&�5�%�M���$UE25y�O7C��㨃!1O�X�Nx7�	E�$��|���K~�-���{���Jv�����mn��Τ��-זf��r&�ѹSi�=E�Z��k�$�)\��Tݥ�g-�i�߻`8�6�7����#����
�)7$���3/����<;����pow�9Z�S�ɍ]�6:j@�/_h���lMfv���JV�WS���Bf'f�4�|��]�,J$�'C#c��L��ݙ���MR�ț�_	Խ!�=�9��R��m�K�TO�V���֣���w�˒/r�-�z��U���*����"�V>�Δ���5F3����Wx⾂o��a5��(�����'��>��?0����n�4z=�g}1�g�c�n����z#1ToFD��4�4M�p><��_��mòֿ%t�E;}�źm�QU�E��p^W�	C���;�<��Y^�ј{,�y��>h�?�R�]���o�$B��<7��ȅl�}x@sWl L,��Р�,��Q�z�S%]�#�t�L�6,���-T�ƭ�2Xo!]��������4�h[�G/Ѻ=}"�5])&�x8<Ta^r�B�	1�zG(V�Й�hs��w���x�%�������_|�?�>cbG�і�4t���P{	J��!�NM߰pd��C�I��������w��Ԝ�<���w�ӇWGޣY�}�=���#��G䷏��o�Ϫ���PK-�2�\s�q��5xl/workbook.xmlPK-�2�\����	��[Content_Types].xmlPK-
�2�\	�	�''U_rels/.relsPK-�2�\��Ntl��xl/worksheets/sheet1.xmlPK-�2�\Q8��P
xl/_rels/workbook.xml.relsPK-�2�\Ѓc'2E
�xl/styles.xmlPK-�2�\��c��
�3>
xl/sharedStrings.xmlPK�h