GET api/product/{id}/supplier/primaryHost

Get the primary host ordering detail for a product

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

ProductOrderingDetail
NameDescriptionTypeAdditional information
PluG_UID

Product identifier

Collection of byte

None.

PluGuid

Product identifier guid

globally unique identifier

None.

SupplierIdentifier

Supplier identifier

Collection of byte

None.

SupplierIdentifierGuid

Supplier identifier guid

globally unique identifier

None.

CartonQuantity

integer

None.

CartonQuantityChanged

boolean

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

ProductSize

string

String length: inclusive between 0 and 12

CigarettesPerSleeve

integer

None.

RandomWeight

boolean

Deprecated.

PiecesPerUnit

integer

None.

AveragePackSize

When ordering packs used to determine pricing values

integer

None.

EffectiveDate

date

Data type: Date

PricedByWeight

If true, sold by weight

boolean

None.

LandedUnitCostEx

Complete carton cost, including all fees and excluding GST

integer

None.

LandedUnitCostInc

Complete carton cost, including GST and all fees

integer

None.

LandedCartonCostInc

Complete carton cost, including GST and all fees

integer

None.

LandedCartonCostEx

Complete carton cost, including all fees and excluding GST

integer

None.

StandardCost

The Carton-only portion of the landed cost

integer

None.

DeliveryFee

integer

Deprecated.

DeliveryFeeBasis

FeeBasis

Deprecated.

PickAndPackFee

integer

Deprecated.

PickAndPackFeeBasis

FeeBasis

Deprecated.

FinanceFee

integer

Deprecated.

FinanceFeeBasis

FeeBasis

Deprecated.

CartonLength

integer

None.

CartonWidth

integer

None.

CartonHeight

integer

None.

PalletLayerQuantity

integer

None.

PalletLayers

integer

None.

ItemCode

string

None.

InvoiceCode

string

None.

InvoiceDesc

string

None.

OrderDirect

boolean

None.

UseCost

boolean

None.

MinimumQuantity

Order at least this many units each time the product is ordered - as determined by the host

integer

None.

HostType

Host Type (0 if it's not created by host)

integer

None.

FromHost

FromHost (0->false, 1->true)

integer

None.

MinimumReorder

Minimum number of units to order if any are ordered - As set by the user, not the host

integer

None.

MaximumReorder

Maximum number of units to order

integer

None.

OrderMultiple

decimal number

None.

SellMultiple

decimal number

None.

BaseMultiple

decimal number

None.

HostStandardCost

integer

None.

HostTotalCost

integer

None.

HostRetail

integer

None.

HostLandedUnitCostEx

integer

None.

HostLandedUnitCostInc

integer

None.

HostDesc

These columns are also in the Plu table They were added here for supporting multiple hosts

string

None.

DirectIndicator

string

None.

AvailableToOrder

boolean

None.

HostRangeIndicator

string

None.

HostProductType

ProductType

None.

HostProductGrade

ProductGrade

None.

HostProductGroup

string

None.

HostSlowMoving

boolean

None.

HostGeneralMerchandise

boolean

None.

HostPillar

string

None.

HostLastUpdated

date

None.

Rebate

Rebate override value

decimal number

None.

RebateExclude

Rebate exclude flag

boolean

None.

InvoiceCodes

Collection of ProductInvoicingDetail

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

StoreIDs

Store IDs of store products for ordering detail to be also saved against

Collection of integer

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

PreferredSupplier

Set, or unset supplier as the preferred supplier on save. If null, ignores

boolean

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

PreferredRebateSupplier

Set, or unset supplier as the preferred rebate supplier on save. If null, ignores

boolean

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

SupplierName

string

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

SalesMode

SalesMode

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

OrderPacked

boolean

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

Active

boolean

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

Price

integer

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

CostGstPercent

integer

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

ParentPluG_UID

Collection of byte

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

ParentPluGuid

globally unique identifier

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

Freight

decimal number

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

FreightType

FreightFeeType

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.

Supplier

Supplier

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

ServiceFee

ServiceFee

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

IsPrimaryHost

boolean

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

HostVendor

integer

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

Response Formats

application/json, text/json

Sample:
{
  "pluG_UID": "a4aSmzFZD0K67f3cUc6mOg==",
  "pluGuid": "9b92866b-5931-420f-baed-fddc51cea63a",
  "supplierIdentifier": "JvlGRLXEakGBfhswuoUBTg==",
  "supplierIdentifierGuid": "4446f926-c4b5-416a-817e-1b30ba85014e",
  "cartonQuantity": 1,
  "cartonQuantityChanged": true,
  "productSize": "sample string 3",
  "cigarettesPerSleeve": 1,
  "randomWeight": true,
  "piecesPerUnit": 5,
  "averagePackSize": 6,
  "effectiveDate": "2025-10-05T00:02:38.56811",
  "pricedByWeight": true,
  "landedUnitCostEx": 9,
  "landedUnitCostInc": 10,
  "landedCartonCostInc": 11,
  "landedCartonCostEx": 12,
  "standardCost": 13,
  "deliveryFee": 1,
  "deliveryFeeBasis": "sample string 14",
  "pickAndPackFee": 1,
  "pickAndPackFeeBasis": "sample string 15",
  "financeFee": 1,
  "financeFeeBasis": "sample string 16",
  "cartonLength": 1,
  "cartonWidth": 1,
  "cartonHeight": 1,
  "palletLayerQuantity": 1,
  "palletLayers": 1,
  "itemCode": "sample string 17",
  "invoiceCode": "sample string 18",
  "invoiceDesc": "sample string 19",
  "orderDirect": true,
  "useCost": true,
  "minimumQuantity": 20,
  "hostType": 21,
  "fromHost": 22,
  "minimumReorder": 1,
  "maximumReorder": 1,
  "orderMultiple": 23.1,
  "sellMultiple": 24.1,
  "baseMultiple": 25.1,
  "hostStandardCost": 26,
  "hostTotalCost": 27,
  "hostRetail": 28,
  "hostLandedUnitCostEx": 29,
  "hostLandedUnitCostInc": 30,
  "hostDesc": "sample string 31",
  "directIndicator": "sample string 32",
  "availableToOrder": true,
  "hostRangeIndicator": "sample string 34",
  "hostProductType": "sample string 35",
  "hostProductGrade": "sample string 36",
  "hostProductGroup": "sample string 37",
  "hostSlowMoving": true,
  "hostGeneralMerchandise": true,
  "hostPillar": "sample string 40",
  "hostLastUpdated": "2025-10-05T00:02:38.56811",
  "rebate": 1.0,
  "rebateExclude": true,
  "invoiceCodes": [
    {
      "$id": "2",
      "pluG_UID": "iLKxJMs2H0WI4GCfxctoFw==",
      "pluGuid": "24b1b288-36cb-451f-88e0-609fc5cb6817",
      "supplierIdentifier": "AGIiT7BlXk6XxCPy83toQQ==",
      "supplierIdentifierGuid": "4f226200-65b0-4e5e-97c4-23f2f37b6841",
      "invoiceCode": "sample string 1",
      "storeIDs": [
        1,
        2
      ]
    },
    {
      "$ref": "2"
    }
  ],
  "storeIDs": [
    1,
    2
  ],
  "preferredSupplier": true,
  "preferredRebateSupplier": true,
  "supplierName": "sample string 41",
  "salesMode": 42,
  "orderPacked": true,
  "active": true,
  "price": 1,
  "costGstPercent": 44,
  "parentPluG_UID": "AdZjjN5IGEiRpPweGhET4A==",
  "parentPluGuid": "8c63d601-48de-4818-91a4-fc1e1a1113e0",
  "freight": 45.0,
  "freightType": 1,
  "product": {
    "$id": "3",
    "plu": 1,
    "storeID": 1,
    "masterPluG_UID": "QEA=",
    "storeIDs": [
      1,
      2
    ],
    "g_UId": "sSxcraRrvUGAj8hQ9laxkg==",
    "guid": "ad5c2cb1-6ba4-41bd-808f-c850f656b192",
    "apn": "sample string 1",
    "apnChanged": true,
    "apnSwitched": true,
    "barcode": "sample string 4",
    "itemNumber": "sample string 5",
    "itemNumberChanged": true,
    "priceGroupG_UID": "NY0/5B6t/EGb+9VtGtyDxw==",
    "priceGroupGuid": "e43f8d35-ad1e-41fc-9bfb-d56d1adc83c7",
    "blueprintID": 1,
    "lastCountedDate": "2025-10-05T00:02:38.56811",
    "externalID": "sample string 7",
    "active": true,
    "activated": "2025-10-05T00:02:38.56811",
    "pluCreated": "2025-10-05T00:02:38.56811",
    "createdByUser": "sample string 9",
    "name": "sample string 10",
    "nameChanged": true,
    "secondDescription": "sample string 12",
    "hostDescription": "sample string 13",
    "keepCartonQty": true,
    "keepDescription": true,
    "keepDepartments": true,
    "keepSuppliers": true,
    "markdownDescription": "sample string 18",
    "altDescription": "sample string 19",
    "bestOrExpire": 20,
    "lastUpdate": "2025-10-05T00:02:38.56811",
    "lastManualUpdate": "2025-10-05T00:02:38.56811",
    "imageName": "sample string 23",
    "showImageOnFlipCharts": true,
    "showTextOnFlipCharts": true,
    "overrideFlipChartText": true,
    "flipChartText": "sample string 27",
    "salesMode": 1,
    "eftCode": 1,
    "price": 1,
    "priceChanged": true,
    "rrp": 1,
    "gstPercent": 28,
    "gstPercentChanged": true,
    "costGSTPercent": 29,
    "costGSTPercentChanged": true,
    "wetPercent": 1,
    "priceOverride": 1,
    "cost": 1,
    "currentCost": 1,
    "currentCostDecimals": 1,
    "grossProfit": 1.0,
    "currentCostDesc": "sample string 30",
    "currentCostEnd": "2025-10-05T00:02:38.56811",
    "currentCostUpdated": "2025-10-05T00:02:38.56811",
    "costDecimals": 31,
    "costChanged": true,
    "dealCostIdentifier": "QEA=",
    "excludeFromRebate": true,
    "rebateOverride": 1,
    "costCalcMethod": 32,
    "costCalcMethodChanged": true,
    "costEffectiveDate": "2025-10-05T00:02:38.56811",
    "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": "2025-10-05T00:02:38.56811",
    "posTare": 1,
    "altPrice": 1.0,
    "altPriceChanged": true,
    "altPriceMode": 53,
    "altPriceModeChanged": true,
    "altPLUG_UID": "qGCzcngEJEa4mgRKpeXJqA==",
    "altPLUGuid": "72b360a8-0478-4624-b89a-044aa5e5c9a8",
    "altPLUGuidChanged": true,
    "altPriceDescription1": "sample string 54",
    "altPriceDescription2": "sample string 55",
    "cartonQuantity": 56,
    "cartonQuantityChanged": true,
    "trayID": 1,
    "promptID": 1,
    "tare": 1,
    "packQty": 1,
    "fixedWeight": 1,
    "extraMesg": 1,
    "text1": "sample string 58",
    "text2": "sample string 59",
    "text3": "sample string 60",
    "labelText": "sample string 61",
    "labelTextChanged": true,
    "sendToScale": true,
    "nonScaleWeigh": true,
    "labelFormat": "sample string 65",
    "barcodeFormat": "sample string 66",
    "austMade": 1,
    "coolCode": 67,
    "countryOfOrigin": "sample string 68",
    "percentContent": 69.1,
    "departmentID": 1,
    "subDepartmentID": 1,
    "minorDepartmentID": 1,
    "lesserDepartmentID": 1,
    "deptCode": "sample string 70",
    "subDeptCode": "sample string 71",
    "minorDeptCode": "sample string 72",
    "lesserDeptCode": "sample string 73",
    "deptName": "sample string 74",
    "subDeptName": "sample string 75",
    "minorDeptName": "sample string 76",
    "lesserDeptName": "sample string 77",
    "departmentChanged": true,
    "subCategoryID": 1,
    "expiry": 1,
    "showDays": 1,
    "datePrint": 1,
    "labelRequired": true,
    "labelShelfQty": 80,
    "labelShelfChanged": true,
    "labelTalkerQty": 82,
    "labelSmall": true,
    "labelLastPrinted": "2025-10-05T00:02:38.56811",
    "labelLastPrice": 1,
    "shelfPageLayoutG_UID": "D4kDuCNkk0OYc1NxZ5K6tQ==",
    "shelfPageLayoutGuid": "b803890f-6423-4393-9873-53716792bab5",
    "talkerPageLayoutG_UID": "bhGQFoyQOUmzB1HHcFWYxA==",
    "talkerPageLayoutGuid": "1690116e-908c-4939-b307-51c7705598c4",
    "unitMeasure": 1.1,
    "unitMeasureChanged": true,
    "unitMeasureKind": 85,
    "unitMeasureKindChanged": true,
    "signIQData": "sample string 87",
    "refresh": true,
    "earnLoyaltyPoints": true,
    "earnLoyaltyPointsChanged": true,
    "quantityOverride": true,
    "quantityOverrideChanged": true,
    "quantityRequired": true,
    "quantityRequiredChanged": true,
    "allowDiscounts": true,
    "allowDiscountsChanged": true,
    "discountDiscounts": true,
    "discountDiscountsChanged": true,
    "itemRecalled": true,
    "itemRecalledChanged": true,
    "noRefund": true,
    "noRefundChanged": true,
    "allowMarkdown": true,
    "allowMarkdownChanged": true,
    "priceRequired": true,
    "priceRequiredChanged": true,
    "fuelItem": true,
    "fuelItemChanged": true,
    "trackSerial": true,
    "trackSerialChanged": true,
    "allowZeroPrice": true,
    "allowZeroPriceChanged": true,
    "notForSale": 91,
    "notForSaleChanged": true,
    "excludeFromDeals": true,
    "excludeFromVoucher": true,
    "minimumAge": 94,
    "minimumAgeChanged": true,
    "buyingLimit": 1,
    "buyingLimitChanged": true,
    "buyingLimitIndependent": true,
    "buyingLimitIndependentChanged": true,
    "inventoryGuid": "0BX2yd2Pvk+ptwBIevjScA==",
    "inventoryIdentifier": "c9f615d0-8fdd-4fbe-a9b7-00487af8d270",
    "inventoryAccuracy": 1,
    "baseUnits": 98,
    "orderPacked": 1,
    "isManufactured": true,
    "isIngredient": true,
    "isModifier": true,
    "isModifierChanged": true,
    "hasModifiers": 99,
    "defaultPrinter": "sample string 100",
    "defaultPrinterGroup": "sample string 101",
    "ingredientsOnManufacture": true,
    "manufactureUnitMeasure": 1,
    "mpl": 1,
    "maxShelfQty": 102,
    "allowAutoOrder": true,
    "warrantyPeriod": 1,
    "parentPluG_UId": "ktAbXki7u0CBkySlKA43qQ==",
    "parentPluGuid": "5e1bd092-bb48-40bb-8193-24a5280e37a9",
    "preferredHostVendor": 104,
    "preferredHostChanged": true,
    "code": "sample string 106",
    "supplierIdentifier": "A3N9hTpwSkeyUKzdsQKX7Q==",
    "supplierIdentifierGuid": "857d7303-703a-474a-b250-acddb10297ed",
    "supplierChanged": true,
    "rebateSupplierIdentifier": "eCLc7W7SmkeVLGzkKeLQJQ==",
    "rebateSupplierIdentifierGuid": "eddc2278-d26e-479a-952c-6ce429e2d025",
    "rebateSupplierChanged": true,
    "availableForOrder": true,
    "warehouseDirectIndicator": "sample string 108",
    "warehouseDirectIndicatorChanged": true,
    "productGrade": "sample string 110",
    "productType": "sample string 111",
    "productGroup": "sample string 112",
    "complianceIndicator": "sample string 113",
    "inhouseBrand": "sample string 114",
    "slowMoving": true,
    "generalMerchandise": true,
    "comment": "sample string 117",
    "lastUpdatedByUser": "sample string 118",
    "lastManualUpdatedByUser": "sample string 119",
    "lastUpdatedByUserOverride": true,
    "lastUpdatedByHost": "2025-10-05T00:02:38.56811",
    "commodity": "sample string 121",
    "businessPillar": "sample string 122",
    "mscCommodity": "sample string 123",
    "hostIdentifier": "yToN5D89+0+kKFT3aSZvjw==",
    "hostIdentifierGuid": "e40d3ac9-3d3f-4ffb-a428-54f769266f8f",
    "serviceFeeID": 1,
    "serviceFeeIDChanged": true,
    "providerName": "sample string 125",
    "aisleEnds": "sample string 126",
    "deleted": true,
    "deletedChanged": true,
    "hidden": true,
    "doNotRange": true,
    "doNotRangeChanged": true,
    "doNotOrder": true,
    "doNotOrderChanged": true,
    "locked": true,
    "excludeFromWebUpdate": true,
    "excludeFromWebUpdateChanged": true,
    "webPriceBasedOn": 137,
    "webPriceRounding": true,
    "webMarkup": 139,
    "webPriceMode": 140,
    "altDepartmentID": 1,
    "altSubDepartmentID": 1,
    "altMinorDepartmentID": 1,
    "altLesserDepartmentID": 1,
    "altDeptCode": "sample string 141",
    "altSubDeptCode": "sample string 142",
    "altMinorDeptCode": "sample string 143",
    "altLesserDeptCode": "sample string 144",
    "altDepartmentChanged": true,
    "storeProducts": [
      {
        "$ref": "3"
      },
      {
        "$ref": "3"
      }
    ],
    "store": {
      "$id": "4",
      "id": 1,
      "isMaster": true,
      "shortName": "sample string 3",
      "url": "sample string 4",
      "sortOrder": 1,
      "name": "sample string 5",
      "phone": "sample string 6",
      "fax": "sample string 7",
      "email": "sample string 8",
      "address1": "sample string 9",
      "address2": "sample string 10",
      "city": "sample string 11",
      "state": "sample string 12",
      "country": "sample string 13",
      "postCode": "sample string 14",
      "delivery": 1,
      "exportAccounts": 1,
      "salesAccountFolder": "sample string 15",
      "purchaseAccountFolder": "sample string 16",
      "initLoad": 1,
      "initIDs": 1,
      "zoneID": 1,
      "actAsMaster": 1,
      "lastActiveUtc": "2025-10-05T00:02:38.56811",
      "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": "fM4DdMbEHkil9i3CtU/XaA==",
      "hostIdentifierGuid": "7403ce7c-c4c6-481e-a5f6-2dc2b54fd768",
      "hostName": 1,
      "hostAddress": "sample string 27",
      "hostUsername": "sample string 28",
      "hostPassword": "sample string 29",
      "excludeFromLeadInOut": true,
      "accountingProvider": 31,
      "accountingAddress": "sample string 32",
      "accountingUsername": "sample string 33",
      "accountingPassword": "sample string 34",
      "storeAccountingCode": "sample string 35",
      "softwareVariance": 36,
      "fuelWarningVariance": 37.0,
      "fuelErrorVariance": 38.0,
      "fuelAccumulatedWarningVariance": 39.0,
      "fuelAccumulatedErrorVariance": 40.0,
      "drawManagment": 41,
      "endOfDayManagment": true,
      "autoFillCashBalancing": true,
      "fuelDayVariance": 44,
      "accountingTradingTime": "00:00:00.1234567",
      "stockActivateProduct": 46,
      "giftCardSalesAccountingDeptCode": "sample string 47",
      "transactionDiscountAccountingDeptCode": "sample string 48",
      "size": 49,
      "updated": "2025-10-05T00:02:38.56811",
      "priceZoneName": "sample string 51",
      "storeFuelConfigured": true,
      "shippingAddressCopied": true,
      "shippingAddress": {
        "$id": "5",
        "storeID": 1,
        "addressType": 1,
        "address1": "sample string 1",
        "address2": "sample string 2",
        "city": "sample string 3",
        "state": "sample string 4",
        "country": "sample string 5",
        "postCode": "sample string 6"
      },
      "billingAddress": {
        "$ref": "5"
      },
      "hostStoreSettings": [
        {
          "$id": "6",
          "id": 1,
          "hostIdentifier": "o28X7UJYQUqYFly45LRqNQ==",
          "hostIdentifierGuid": "ed176fa3-5842-4a41-9816-5cb8e4b46a35",
          "storeID": 2,
          "username": "sample string 3",
          "password": "sample string 4",
          "passwordPlain": "sample string 5",
          "serverAddress": "sample string 6",
          "serverPort": 1,
          "excludeFromLeadInOut": true,
          "useForHostFile": true,
          "metcashPillarID": "sample string 9",
          "metcashStateCode": "sample string 10",
          "metcashCustomerID": "sample string 11",
          "metcashTradingPartnerID": "sample string 12",
          "drakesCustomerNumber": 1,
          "sparCustomerNumber": "sample string 13",
          "sparOrderUsername": "sample string 14",
          "sparOrderPassword": "sample string 15",
          "sparOrderPasswordPlain": "sample string 16",
          "pharmXSiteID": 1,
          "ibaZoneID": 1,
          "ibaState": "sample string 17",
          "foodlandStoreCode": "sample string 18",
          "ilgMemberNumber": "sample string 19",
          "ilgOutletLocation": 1,
          "ilgBaseCost": 1,
          "ilgApplyNonAdvertisedPromos": true,
          "ilgExemptFromFreight": true,
          "ilgOrderDealReview": true,
          "ilgFinanceFee": 1,
          "processPromotions": true,
          "hostProvider": 0,
          "host": {
            "$id": "7",
            "identifier": "/oJAsbbTckqLPA4eufK6Hg==",
            "identifierGuid": "b14082fe-d3b6-4a72-8b3c-0e1eb9f2ba1e",
            "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": "oMlBWHQTvEazeSEhEro6eg==",
            "hostSupplierIdentifierGuid": "5841c9a0-1374-46bc-b379-212112ba3a7a",
            "loyaltyPriceLevelIdentifier": "ERIFo4Axf023LTwTdmdQMA==",
            "loyaltyPriceLevelIdentifierGuid": "a3051211-3180-4d7f-b72d-3c1376675030",
            "isGroup": true,
            "description": "sample string 22",
            "hostProvider": 23,
            "hostTypeEnum": 24,
            "hostType": "sample string 25",
            "hostCode": "sample string 26",
            "username": "sample string 27",
            "password": "sample string 28",
            "passwordPlain": "sample string 29",
            "server": "sample string 30",
            "url": "sample string 31",
            "global": true,
            "stateCode": "sample string 33",
            "lastCollected": "2025-10-05T00:02:38.56811",
            "lastProcessed": "2025-10-05T00:02:38.56811",
            "hold": true,
            "supplierName": "sample string 35",
            "supplier": {
              "$id": "8",
              "identifier": "Np8fztElAEGOEMzljVbYMg==",
              "identifierGuid": "ce1f9f36-25d1-4100-8e10-cce58d56d832",
              "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": "n51eYLBTu0CZQuAPvc1xvg==",
              "primaryContactID": "605e9d9f-53b0-40bb-9942-e00fbdcd71be",
              "storeID": 1,
              "abn": "sample string 16",
              "supplierGroupIdentifier": "av91m/FuKUC+c/PXxptxvA==",
              "supplierGroupGuid": "9b75ff6a-6ef1-4029-be73-f3d7c69b71bc",
              "rebate": 1.0,
              "rebateType": 1,
              "rebateFrequency": 1,
              "rebateSource": 1,
              "rebateLastClaimed": "2025-10-05T00:02:38.56811",
              "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": "9",
                "id": "373b63e0-c159-4601-bd96-d2195c57d1d4",
                "identifier": "WKLJ3sbEJkq2E8WV3k7GZg==",
                "identifierGuid": "dec9a258-c4c6-4a26-b613-c595de4ec666",
                "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": "10",
                  "supplierIdentifier": "PB7c8ks2BE+x6yf+szMAsQ==",
                  "supplierIdentifierGuid": "f2dc1e3c-364b-4f04-b1eb-27feb33300b1",
                  "contactGuid": "Itqx+jua8EGVTBD0xODGLA==",
                  "contactID": "fab1da22-9a3b-41f0-954c-10f4c4e0c62c",
                  "contact": {
                    "$ref": "9"
                  },
                  "supplier": {
                    "$ref": "8"
                  }
                },
                {
                  "$ref": "10"
                }
              ],
              "products": [
                {
                  "$ref": "1"
                },
                {
                  "$ref": "1"
                }
              ],
              "orderCycleHeaders": [
                {
                  "$id": "11",
                  "storeID": 1,
                  "supplierIdentifier": "P/HQP1YtD0y+Kj7iD9BINw==",
                  "supplierGuid": "3fd0f13f-2d56-4c0f-be2a-3ee20fd04837",
                  "departmentCode": "sample string 2",
                  "warehouseDirectIndicator": "sample string 3",
                  "type": 4,
                  "storeName": "sample string 5",
                  "departmentName": "sample string 6",
                  "orderDays": 7
                },
                {
                  "$ref": "11"
                }
              ],
              "cycles": [
                {
                  "$id": "12",
                  "storeID": 1,
                  "supplierIdentifier": "F7s4qF9qbUa20XAKnYeFJQ==",
                  "supplierGuid": "a838bb17-6a5f-466d-b6d1-700a9d878525",
                  "departmentCode": "sample string 2",
                  "warehouseDirectIndicator": "sample string 3",
                  "type": 4,
                  "cutOffWeek": 5,
                  "cutOffDay": 6,
                  "cutOffTime": "00:00:00.1234567",
                  "leadTime": 7,
                  "daysBuffer": 8,
                  "supplierName": "sample string 9",
                  "cutOffDate": "2025-10-05T00:02:38.56811",
                  "deliveryDate": "2025-10-05T00:02:38.56811",
                  "nextCutOffDate": "2025-10-05T00:02:38.56811",
                  "nextDeliveryDate": "2025-10-05T00:02:38.56811",
                  "nextDaysBuffer": 10
                },
                {
                  "$ref": "12"
                }
              ],
              "store": {
                "$ref": "4"
              },
              "updated": "2025-10-05T00:02:38.56811",
              "isHost": true
            },
            "files": [
              {
                "$id": "13",
                "id": "sample string 1",
                "fileName": "sample string 2",
                "extension": "sample string 3",
                "provider": 0,
                "type": 0,
                "hostType": "sample string 4",
                "createdUtc": "2025-10-05T00:02:38.56811",
                "processed": "2025-10-05T00:02:38.56811",
                "isProcessing": true,
                "processedCount": 6,
                "processingTime": 1,
                "collectedUtc": "2025-10-05T00:02:38.56811",
                "size": 1,
                "sizeFormat": "sample string 7",
                "isArchive": true,
                "version": "sample string 9",
                "reference": "sample string 10",
                "digest": "sample string 11",
                "contentType": "sample string 12",
                "host": {
                  "$ref": "7"
                },
                "metcashHeader": {
                  "$id": "14",
                  "customerNumber": "sample string 1",
                  "creationDate": "2025-10-05T00:02:38.56811",
                  "businessPillar": "sample string 3",
                  "fileType": "sample string 4"
                }
              },
              {
                "$ref": "13"
              }
            ],
            "zoneMatrix": [
              {
                "$id": "15",
                "id": 1,
                "hostIdentifier": "IM6WNwuhDkmkiAR9G95L9Q==",
                "hostIdentifierGuid": "3796ce20-a10b-490e-a488-047d1bde4bf5",
                "storeID": 1,
                "departmentCode": "sample string 2",
                "hostGuids": [
                  "535107a9-813b-42a2-b439-c72de4904347",
                  "5ba23c77-3849-484a-84f2-873d6d665413"
                ]
              },
              {
                "$ref": "15"
              }
            ],
            "hostFileStoreSetting": {
              "$ref": "6"
            },
            "hostStoreSettings": [
              {
                "$ref": "6"
              },
              {
                "$ref": "6"
              }
            ],
            "promotionPlacements": [
              {
                "$id": "16",
                "identifier": "7DWPyLdQL0a0EkCpTiAxHg==",
                "identifierGuid": "c88f35ec-50b7-462f-b412-40a94e20311e",
                "code": "sample string 2",
                "description": "sample string 3",
                "isAdvertised": true
              },
              {
                "$ref": "16"
              }
            ],
            "promoTypeGuids": [
              "9a4f5448-351c-4949-bcf9-02d5a43df777",
              "1624da6e-1e6b-4f80-b964-9273d20517af"
            ],
            "isPromotionOnly": false,
            "isOrderable": false,
            "vendor": 0
          },
          "groupIDs": [
            1,
            2
          ],
          "hostDescription": "sample string 24"
        },
        {
          "$ref": "6"
        }
      ],
      "accounts": [
        {
          "$id": "17",
          "id": 1,
          "storeID": 1,
          "accountName": "sample string 2",
          "bsb": "sample string 3",
          "accountNumber": "sample string 4",
          "accountDesignated": true
        },
        {
          "$ref": "17"
        }
      ],
      "sales": [
        {
          "$id": "18",
          "id": 1,
          "storeID": 1,
          "externalSalesType": 2,
          "ftpSiteID": 1,
          "lastSaleProcessed": "2025-10-05T00:02:38.56811",
          "ftpSite": {
            "$id": "19",
            "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": "18"
        }
      ],
      "zoneMatrix": [
        {
          "$ref": "15"
        },
        {
          "$ref": "15"
        }
      ],
      "cashManagements": [
        {
          "$id": "20",
          "id": 1,
          "storeID": 1,
          "cashManagementType": 2,
          "apiID": 1,
          "organisationID": "sample string 3",
          "siteName": "sample string 4",
          "thirdPartyAPI": {
            "$id": "21",
            "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": "20"
        }
      ],
      "updateStoreID": "4591c654-b7c7-4d76-9aac-a1a5533ed1f4",
      "updateStore": {
        "$id": "22",
        "id": "48857e00-af87-42a5-a064-c96974e7c6fe",
        "name": "sample string 1",
        "lastActivity": "2025-10-05T00:02:38.56811",
        "zone": "sample string 2",
        "timeZoneOffset": 0.0,
        "businessHoursStart": "00:00:00.1234567",
        "businessHoursEnd": "00:00:00.1234567",
        "master": true,
        "lastIP": "sample string 10",
        "lastHostName": "sample string 11",
        "ping": 1,
        "pingStatus": "sample string 12",
        "lastUpdateCompleted": "2025-10-05T00:02:38.56811"
      },
      "timeZoneId": "sample string 53",
      "securityOptions": {
        "$id": "23",
        "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": "24",
        "pluG_UID": "CacSmCoayk2d1N38ZcG7Gw==",
        "pluGuid": "9812a709-1a2a-4dca-9dd4-ddfc65c1bb1b",
        "plu": 1,
        "storeID": 1,
        "zoneID": 2,
        "zoneName": "sample string 3",
        "store": "sample string 4",
        "priceNow": 5,
        "costNow": 6,
        "costNowDecimals": 7,
        "normalPrice": 8,
        "priceNext": 1,
        "costNext": 1,
        "costNextDecimals": 9,
        "nextCampaignName": "sample string 10",
        "gstPercent": 11,
        "normalCost": 12,
        "normalCostDecimals": 13,
        "costGstPercent": 14,
        "costCalcMethod": 1,
        "currentCost": 15,
        "currentCostDecimals": 16,
        "break1": 17,
        "price1": 18,
        "break2": 19,
        "price2": 20,
        "break3": 21,
        "price3": 22,
        "fuelItem": 23,
        "fixedWeight": 24,
        "active": true,
        "complianceIndicator": "sample string 25",
        "doNotOrder": true,
        "doNotRange": true,
        "isNormalPriceChangesCampaign": true,
        "updated": "2025-10-05T00:02:38.56811"
      },
      {
        "$ref": "24"
      }
    ],
    "currentPrices": {
      "$id": "25",
      "pluPrices": {
        "$id": "26",
        "plu": 1,
        "pluG_UID": "QEA=",
        "stores": [
          1,
          2
        ],
        "normalPrice": 1,
        "cost": 2,
        "break1": 3,
        "price1": 4,
        "break2": 5,
        "price2": 6,
        "break3": 7,
        "price3": 8,
        "discountPrice": 9,
        "acceptedUtc": "2025-10-05T00:02:38.56811",
        "priceChangeType": 0,
        "costDecimals": 10
      },
      "normalPluPrices": {
        "$ref": "26"
      },
      "winningCampaign": 1,
      "winner": {
        "$id": "27",
        "campaignName": "sample string 1",
        "campaignDescription": "sample string 2",
        "startDate": "2025-10-05T00:02:38.56811",
        "startTime": 3,
        "endDate": "2025-10-05T00:02:38.56811",
        "endTime": 4,
        "newPrice": 5,
        "newCost": 6,
        "newCostDecimals": 7,
        "pctDiscount": 8,
        "promoType": 1,
        "promotionTypeCode": "sample string 9",
        "hostType": 10,
        "hostIdentifier": "OokneOJFAEyaLfUPuTlGBw==",
        "hostIdentifierGuid": "7827893a-45e2-4c00-9a2d-f50fb9394607",
        "storeNames": [
          "sample string 1",
          "sample string 2"
        ]
      },
      "details": [
        {
          "$ref": "27"
        },
        {
          "$ref": "27"
        }
      ]
    },
    "tray": {
      "$id": "28",
      "g_UId": "Cn/pySL2DEuvEXlW71C6hw==",
      "guid": "c9e97f0a-f622-4b0c-af11-7956ef50ba87",
      "name": "sample string 1",
      "number": 1,
      "tare": 1
    },
    "priceGroup": {
      "$id": "29",
      "priceGroupG_UID": "oU8gfRnFNEWXJ4F7gxvuFQ==",
      "priceGroupGuid": "7d204fa1-c519-4534-9727-817b831bee15",
      "name": "sample string 2",
      "code": 1,
      "modified": true,
      "updated": "2025-10-05T00:02:38.56811",
      "buyingLimit": 1,
      "buyingLimitIndependent": true,
      "buyingLimitType": 0,
      "number": 1,
      "products": [
        {
          "$ref": "3"
        },
        {
          "$ref": "3"
        }
      ],
      "productCount": 1
    },
    "priceGroupName": "sample string 146",
    "nutrifacts": {
      "$id": "30",
      "pluG_UID": "8gffEKQJzUWgGVusWHFFOg==",
      "pluGuid": "10df07f2-09a4-45cd-a019-5bac5871453a",
      "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": "31",
      "pluGuid": "6ae9d0c6-fcaa-4dd1-be45-39f34957071d",
      "created": "2025-10-05T00:02:38.56811",
      "createdByUser": "sample string 1",
      "activated": "2025-10-05T00:02:38.56811",
      "deactivated": "2025-10-05T00:02:38.56811",
      "lastOrdered": "2025-10-05T00:02:38.56811",
      "lastOrderedQty": 2.0,
      "lastReceived": "2025-10-05T00:02:38.56811",
      "lastReceivedQty": 3.0,
      "lastInvoiceStatus": 1,
      "lastCounted": "2025-10-05T00:02:38.56811",
      "lastSold": "2025-10-05T00:02:38.56811",
      "firstSold": "2025-10-05T00:02:38.56811",
      "awsUpdated": "2025-10-05T00:02:38.56811",
      "lastManualUpdate": "2025-10-05T00:02:38.56811",
      "lastManualUpdatedByUser": "sample string 5",
      "lastUpdated": "2025-10-05T00:02:38.56811",
      "lastUpdatedByUser": "sample string 7",
      "lastUpdatedByHost": "2025-10-05T00:02:38.56811",
      "doNotRangeUpdated": "2025-10-05T00:02:38.56811",
      "doNotOrderUpdated": "2025-10-05T00:02:38.56811",
      "tracked": "2025-10-05T00:02:38.56811"
    },
    "allergens": [
      {
        "$id": "32",
        "allergenID": 1,
        "pluG_UID": "b7DvF+cEXEyf+qtTg6ZMyg==",
        "pluGuid": "17efb06f-04e7-4c5c-9ffa-ab5383a64cca",
        "contains": 2,
        "allergenName": "sample string 3",
        "storeIDs": [
          1,
          2
        ]
      },
      {
        "$ref": "32"
      }
    ],
    "costs": {
      "$id": "33",
      "pluG_UID": "6Ibo5u0Ul0eNF7rZc5gFpw==",
      "pluGuid": "e6e886e8-14ed-4797-8d17-bad9739805a7",
      "enteredCost": 1,
      "weightedAvgCost": 1,
      "lastCost": 1,
      "rawEnteredCost": 2,
      "rawWeightedAvgCost": 3,
      "rawLastCost": 4,
      "freight": 5.0,
      "freightType": 6,
      "costDecimals": 7,
      "fifoCost": 1,
      "updated": "2025-10-05T00:02:38.56811",
      "normalCost": 1,
      "currentCost": 1
    },
    "sales": [
      {
        "$id": "34",
        "saleHeaderID": 1,
        "created": "2025-10-05T00:02:38.56811",
        "createdLocal": "2025-10-05T00:02:38.56811",
        "storeID": 3,
        "storeName": "sample string 4",
        "operatorG_Uid": "ASP6Qgcw80as+aw72EtN8Q==",
        "operatorGuid": "42fa2301-3007-46f3-acf9-ac3bd84b4df1",
        "operatorName": "sample string 5",
        "tranType": 1,
        "plu": 1,
        "pluG_UId": "nvBoVNyv7066jg2d9F/6eA==",
        "pluGuid": "5468f09e-afdc-4eef-ba8e-0d9df45ffa78",
        "normalPrice": 1,
        "totalCents": 1,
        "cost": 1,
        "grossProfit": 1,
        "quantity": 1,
        "operator": {
          "$id": "35",
          "id": 1,
          "g_Uid": "+d2tZJ1+uE6y3coOLdDHpg==",
          "guid": "64adddf9-7e9d-4eb8-b2dd-ca0e2dd0c7a6",
          "operatorNumber": 1,
          "shortName": "sample string 2",
          "firstName": "sample string 3",
          "lastName": "sample string 4",
          "password": "sample string 5",
          "hasPassword": true,
          "passwordText": "sample string 6",
          "rfidTagID": "sample string 7",
          "blueprintID": 1,
          "groupID": 1,
          "groupName": "sample string 8",
          "managerGroupID": 1,
          "managerGroupName": "sample string 9",
          "zoneID": 1,
          "zoneName": "sample string 10",
          "loggedIn": 1,
          "lastUsedIP": "sample string 11",
          "deleted": true,
          "locked": true,
          "allowOpenTill": true,
          "webEmail": "sample string 14",
          "simpleOperatorType": 0,
          "webRole": "sample string 15",
          "updated": "2025-10-05T00:02:38.56811",
          "passwordResetRequired": true,
          "alteredInStore": true,
          "startShift": "2025-10-05T00:02:38.56811",
          "endShift": "2025-10-05T00:02:38.56811",
          "machineName": "sample string 20",
          "drawerID": 1,
          "stores": [
            {
              "$id": "36",
              "operatorG_UID": "zQhpyqPxRkGYQdWKjWfYgA==",
              "operatorGuid": "ca6908cd-f1a3-4146-9841-d58a8d67d880",
              "storeID": 2,
              "operator": {
                "$ref": "35"
              },
              "store": {
                "$ref": "4"
              }
            },
            {
              "$ref": "36"
            }
          ]
        }
      },
      {
        "$ref": "34"
      }
    ],
    "apns": [
      {
        "$id": "37",
        "pluID": 1,
        "pluG_UID": "AE1rFpIMUkONvnUT5CamHQ==",
        "pluGuid": "166b4d00-0c92-4352-8dbe-7513e426a61d",
        "apn": "sample string 1",
        "deleted": true,
        "storeID": 1,
        "storeIDs": [
          1,
          2
        ]
      },
      {
        "$ref": "37"
      }
    ],
    "tuns": [
      {
        "$id": "38",
        "pluG_UId": "VJ4CRVZJ3kusOr+PC+vLEw==",
        "pluGuid": "45029e54-4956-4bde-ac3a-bf8f0bebcb13",
        "apn": "sample string 1",
        "tun": "sample string 2",
        "cartonQuantity": 3,
        "product": {
          "$ref": "3"
        },
        "storeIDs": [
          1,
          2
        ]
      },
      {
        "$ref": "38"
      }
    ],
    "competitionPricing": [
      {
        "$id": "39",
        "identifier": "NGO1Zf7Zj0++ppDX+FiJgw==",
        "identifierGuid": "65b56334-d9fe-4f8f-bea6-90d7f8588983",
        "pluG_UID": "uE9ah3SsbUuEq5gnd2TdSg==",
        "pluGuid": "875a4fb8-ac74-4b6d-84ab-98277764dd4a",
        "competitionID": 1,
        "name": "sample string 2",
        "sellMultiple": 3,
        "retailPrice": 4,
        "storeName": "sample string 5"
      },
      {
        "$ref": "39"
      }
    ],
    "supplier": {
      "$ref": "8"
    },
    "supplierName": "sample string 147",
    "children": [
      {
        "$ref": "3"
      },
      {
        "$ref": "3"
      }
    ],
    "ordering": {
      "$ref": "1"
    },
    "flipChartPages": [
      {
        "$id": "40",
        "identifier": "H0HZWgyAeUKmWtzGxseUHg==",
        "groupName": "sample string 1",
        "identifierGuid": "5ad9411f-800c-4279-a65a-dcc6c6c7941e",
        "exists": true,
        "flipChartIdentifier": "/C8jzuILokW3MDzexzhWHA==",
        "flipChartIdentifierGuid": "ce232ffc-0be2-45a2-b730-3cdec738561c",
        "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": "h5bsBbIZN0qvng12BNoG+g==",
        "groupIdentifierGuid": "05ec9687-19b2-4a37-af9e-0d7604da06fa",
        "flipChart": {
          "$id": "41",
          "identifier": "iTNTAcPBpk6rDY/EekNqnQ==",
          "identifierGuid": "01533389-c1c3-4ea6-ab0d-8fc47a436a9d",
          "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": "42",
            "identifier": "OXBMgnrIfUa+hNehi4fNjg==",
            "identifierGuid": "824c7039-c87a-467d-be84-d7a18b87cd8e",
            "name": "sample string 2",
            "formType": "sample string 3",
            "forms": [
              {
                "$id": "43",
                "id": 1,
                "g_UID": "Ob42AbfoeUyEtOqwQGbXYg==",
                "guid": "0136be39-e8b7-4c79-84b4-eab04066d762",
                "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": "p+p49KpMgEqyn1LFYgkh7g==",
                "previousFormGuid": "f478eaa7-4caa-4a80-b29f-52c5620921ee",
                "nextForm": 1,
                "nextFormG_UID": "xMufMeMs9EuLF4T48ZZLfw==",
                "nextFormGuid": "319fcbc4-2ce3-4bf4-8b17-84f8f1964b7f",
                "attributes": "sample string 10",
                "updated": "2025-10-05T00:02:38.56811",
                "positioning": 1,
                "contentPanel": "sample string 11",
                "selectionMode": 1,
                "maximumSelections": 1,
                "alteredInStore": true,
                "deleted": true,
                "blueprintID": 1,
                "preserveLayout": true,
                "mainCheckoutFormName": "sample string 13",
                "nextCheckoutForm": {
                  "$ref": "43"
                },
                "previousCheckoutForm": {
                  "$ref": "43"
                },
                "buttons": [
                  {
                    "$id": "44",
                    "id": 1,
                    "checkoutFormID": 2,
                    "checkoutFormG_UID": "YMoy0SWjfUGrp0qIVnjbvA==",
                    "checkoutFormGuid": "d132ca60-a325-417d-aba7-4a885678dbbc",
                    "identifier": "9uIsKdHUqEu61+emXXPtIQ==",
                    "identifierGuid": "292ce2f6-d4d1-4ba8-bad7-e7a65d73ed21",
                    "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": "M9vJt6iibU2KPD71jtjEgg==",
                    "valueGuid": "b7c9db33-a2a8-4d6d-8a3c-3ef58ed8c482",
                    "buttonText": "sample string 10",
                    "valueText": "sample string 11",
                    "drawImageAndButton": true,
                    "updated": "2025-10-05T00:02:38.56811",
                    "action": "sample string 12",
                    "valueForm": {
                      "$ref": "43"
                    },
                    "image": {
                      "$id": "45",
                      "name": "sample string 3.sample string 4",
                      "imageID": 2,
                      "imageName": "sample string 3",
                      "imageExtension": "sample string 4",
                      "lastUpdate": "2025-10-05T00:02:38.56811",
                      "imageData": "QEA=",
                      "readOnly": true
                    }
                  },
                  {
                    "$ref": "44"
                  }
                ],
                "panels": [
                  {
                    "$id": "46",
                    "id": 1,
                    "checkoutFormID": 2,
                    "checkoutFormG_UID": "TrmfbTBL/Ey2JEvuBKePag==",
                    "checkoutFormGuid": "6d9fb94e-4b30-4cfc-b624-4bee04a78f6a",
                    "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": "46"
                  }
                ]
              },
              {
                "$ref": "43"
              }
            ],
            "panels": [
              {
                "$ref": "46"
              },
              {
                "$ref": "46"
              }
            ]
          },
          "pages": [
            {
              "$ref": "40"
            },
            {
              "$ref": "40"
            }
          ]
        },
        "contentPanel": {
          "$ref": "46"
        },
        "products": [
          {
            "$id": "47",
            "flipChartPageIdentifier": "l/VAFgSX+Uik948I55aB1g==",
            "flipChartPageIdentifierGuid": "1640f597-9704-48f9-a4f7-8f08e79681d6",
            "pluG_UID": "XNsVz126/0qyBmx7gk+6GQ==",
            "pluGuid": "cf15db5c-ba5d-4aff-b206-6c7b824fba19",
            "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": "47"
          }
        ],
        "productCount": 27,
        "pages": [
          {
            "$ref": "40"
          },
          {
            "$ref": "40"
          }
        ]
      },
      {
        "$ref": "40"
      }
    ],
    "priceHistory": [
      {
        "$id": "48",
        "pluG_UID": "lf3MpBJ3DE6tQOSHCe350g==",
        "pluGuid": "a4ccfd95-7712-4e0c-ad40-e48709edf9d2",
        "price": 1,
        "costCalcMethod": 1,
        "cost": 2,
        "weightedAvgCost": 3,
        "lastCost": 4,
        "rawCost": 5,
        "rawWeightedAvgCost": 6,
        "rawLastCost": 7,
        "costDecimals": 8,
        "serviceFeeID": 9,
        "freight": 10.0,
        "freightType": 11,
        "process": "sample string 12",
        "user": "sample string 13",
        "updated": "2025-10-05T00:02:38.56811",
        "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": "48"
      }
    ],
    "ingredients": [
      {
        "$id": "49",
        "pluG_UID": "iPi5CCk/b0KeQM0fTKL1KA==",
        "ingredientGuid": "qYnw+TylhE+hhYzPKIa66Q==",
        "ingredientIdentifier": "f9f089a9-a53c-4f84-a185-8ccf2886bae9",
        "quantity": 1.0,
        "storeIDs": [
          1,
          2
        ],
        "ingredientText": "sample string 1",
        "ingredient": {
          "$ref": "3"
        }
      },
      {
        "$ref": "49"
      }
    ],
    "bins": [
      {
        "$id": "50",
        "pluG_UID": "pcIe0IGj20m0teid/unruQ==",
        "pluGuid": "d01ec2a5-a381-49db-b4b5-e89dfee9ebb9",
        "shelfLocationIdentifier": "vXsP1EgrPUWhBW0YJXWQvQ==",
        "shelfLocationGuid": "d40f7bbd-2b48-453d-a105-6d18257590bd",
        "labelShelfDefault": 1,
        "labelTalkerDefault": 1,
        "labelSmall": true,
        "labelPageLayoutG_UID": "ch5JadlKrkOeEsUcAmoZLg==",
        "labelPageLayoutGuid": "69491e72-4ad9-43ae-9e12-c51c026a192e",
        "updated": "2025-10-05T00:02:38.56811",
        "electronicShelfLabelIdentifier": "sample string 5",
        "electronicshelfLabelsConfigurationID": 6,
        "labelShelfChanged": true,
        "productName": "sample string 8",
        "locationText": "sample string 9",
        "product": {
          "$ref": "3"
        },
        "location": {
          "$id": "51",
          "identifier": "PdcVNVQrtkW5wH8nusj4Mg==",
          "storeID": 1,
          "identifierGuid": "3515d73d-2b54-45b6-b9c0-7f27bac8f832",
          "name": "sample string 2",
          "haccp": true,
          "blueprintID": 1,
          "updated": "2025-10-05T00:02:38.56811",
          "minTemp": 1,
          "maxTemp": 1,
          "checkFrequency": 1,
          "storeCaseConfiguration": 5,
          "storeName": "sample string 6",
          "bins": [
            {
              "$ref": "50"
            },
            {
              "$ref": "50"
            }
          ]
        }
      },
      {
        "$ref": "50"
      }
    ],
    "bin": {
      "$ref": "50"
    },
    "scaleLocations": [
      {
        "$id": "52",
        "plu": 1,
        "pluG_UID": "ccfklSOTAE+AUwLXodH3ng==",
        "pluGuid": "95e4c771-9323-4f00-8053-02d7a1d1f79e",
        "deptNo": 1,
        "product": {
          "$ref": "3"
        },
        "scaleLocation": {
          "$id": "53",
          "id": 1,
          "deptNo": 1,
          "deptCode": "sample string 2",
          "name": "sample string 3",
          "enabled": true,
          "updated": "2025-10-05T00:02:38.56811",
          "department": {
            "$id": "54",
            "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": "53"
            },
            "subDepartments": [
              {
                "$id": "55",
                "id": 1,
                "departmentID": 2,
                "name": "sample string 3",
                "code": "sample string 4",
                "departmentCode": "sample string 5",
                "externalSales": true,
                "minorDepartments": [
                  {
                    "$id": "56",
                    "id": 1,
                    "subDepartmentID": 2,
                    "departmentID": 3,
                    "name": "sample string 4",
                    "subDepartmentCode": "sample string 5",
                    "departmentCode": "sample string 6",
                    "code": "sample string 7",
                    "lesserDepartments": [
                      {
                        "$id": "57",
                        "id": 1,
                        "departmentID": 2,
                        "subDepartmentID": 3,
                        "minorDepartmentID": 4,
                        "name": "sample string 5",
                        "code": "sample string 6",
                        "departmentCode": "sample string 7",
                        "subDepartmentCode": "sample string 8",
                        "minorDepartmentCode": "sample string 9",
                        "updated": "2025-10-05T00:02:38.56811",
                        "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": "DlJ1L/0qMEaUEvADMzc4HQ==",
                        "labelPageLayoutGuid": "2f75520e-2afd-4630-9412-f0033337381d",
                        "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": "58",
                          "dept": 1,
                          "category": 2,
                          "name": "sample string 3",
                          "active": true,
                          "mscCommodities": [
                            {
                              "$id": "59",
                              "dept": 1,
                              "category": 2,
                              "commodity": 3,
                              "name": "sample string 4",
                              "active": true,
                              "mscSubCommodities": [
                                {
                                  "$id": "60",
                                  "dept": 1,
                                  "category": 2,
                                  "commodity": 3,
                                  "subCommodity": 4,
                                  "name": "sample string 5",
                                  "active": true,
                                  "subCommodityCode": "sample string 7"
                                },
                                {
                                  "$ref": "60"
                                }
                              ],
                              "commodityCode": "sample string 6"
                            },
                            {
                              "$ref": "59"
                            }
                          ],
                          "categoryCode": "sample string 5"
                        },
                        "mscCom": {
                          "$ref": "59"
                        },
                        "mscDep": {
                          "$id": "61",
                          "dept": 1,
                          "name": "sample string 2",
                          "active": true,
                          "mscCategories": [
                            {
                              "$ref": "58"
                            },
                            {
                              "$ref": "58"
                            }
                          ],
                          "deptCode": "sample string 4"
                        },
                        "mscSubCom": {
                          "$ref": "60"
                        }
                      },
                      {
                        "$ref": "57"
                      }
                    ],
                    "updated": "2025-10-05T00:02:38.56811",
                    "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": "QMxrIJ/0mEu5pTvIOBkoVg==",
                    "labelPageLayoutGuid": "206bcc40-f49f-4b98-b9a5-3bc838192856",
                    "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": "58"
                    },
                    "mscCom": {
                      "$ref": "59"
                    },
                    "mscDep": {
                      "$ref": "61"
                    },
                    "mscSubCom": {
                      "$ref": "60"
                    }
                  },
                  {
                    "$ref": "56"
                  }
                ],
                "investmentBuyOverride": true,
                "updated": "2025-10-05T00:02:38.56811",
                "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": "WMyEb61PL0W8tW23j61bpQ==",
                "labelPageLayoutGuid": "6f84cc58-4fad-452f-bcb5-6db78fad5ba5",
                "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": "58"
                },
                "mscCom": {
                  "$ref": "59"
                },
                "mscDep": {
                  "$ref": "61"
                },
                "mscSubCom": {
                  "$ref": "60"
                }
              },
              {
                "$ref": "55"
              }
            ],
            "stores": [
              1,
              2
            ],
            "investmentBuyOverride": true,
            "updated": "2025-10-05T00:02:38.56811",
            "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": "LhXOpZuEIEWkT527WH1YUA==",
            "labelPageLayoutGuid": "a5ce152e-849b-4520-a44f-9dbb587d5850",
            "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": "58"
            },
            "mscCom": {
              "$ref": "59"
            },
            "mscDep": {
              "$ref": "61"
            },
            "mscSubCom": {
              "$ref": "60"
            }
          }
        }
      },
      {
        "$ref": "52"
      }
    ],
    "nextPrice": {
      "$id": "62",
      "id": 1,
      "campaignID": 2,
      "campaignName": "sample string 3",
      "plu": 1,
      "hostOfferID": 1,
      "metcashPromotionID": "sample string 4",
      "metcashPromotionPlacement": "sample string 5",
      "pluG_UID": "yw/wYG50WECeXQLJPVNNYg==",
      "pluGuid": "60f00fcb-746e-4058-9e5d-02c93d534d62",
      "newPrice": 1,
      "pctDiscount": 1,
      "newCost": 1,
      "newCostDecimals": 6,
      "dealCostIdentifier": "NzAgyUA9f0aLbQkp7uVrEA==",
      "dealCostGuid": "c9203037-3d40-467f-8b6d-0929eee56b10",
      "pluName": "sample string 7",
      "apn": "sample string 8",
      "fuelItem": true,
      "priceGroupG_UID": "nHR6pkq+akut/tLgpQskqg==",
      "priceGroupGuid": "a67a749c-be4a-4b6a-adfe-d2e0a50b24aa",
      "itemNumber": "sample string 10",
      "cri": "sample string 11",
      "pluPrice": 12,
      "pluCost": 13,
      "pluCostIndicator": "sample string 14",
      "pluPriceGstPercent": 15,
      "pluCostGstPercent": 16,
      "pluActive": true,
      "cartonQty": 1.1,
      "baseUnits": 18.1,
      "salesMode": 1,
      "pluNormalCost": 19,
      "pluaws": 20.0,
      "directNumber": "sample string 21",
      "departmentName": "sample string 22",
      "subDepartmentName": "sample string 23",
      "priceGroupName": "sample string 24",
      "supplierName": "sample string 25",
      "stockOnHand": 1.1,
      "stockOnOrder": 1.1,
      "lastReceived": "2025-10-05T00:02:38.5837342",
      "rrp": 26,
      "campaignDescription": "sample string 27",
      "campaignComboPriceGroupG_UID": "AM82LDFhL0eDl3kg80qNSg==",
      "campaignComboPriceGroupIdentifier": "2c36cf00-6131-472f-8397-7920f34a8d4a",
      "promotionPlacementDescription": "sample string 28",
      "storeAcceptances": [
        {
          "$id": "63",
          "plu": 1,
          "pluG_UId": "QEA=",
          "campaignID": 1,
          "campaignName": "sample string 2",
          "storeID": 3,
          "acceptedUtc": "2025-10-05T00:02:38.5837342",
          "operatorG_UID": "fK6Yc2IdKESOJ0ahUboq4A==",
          "operatorGuid": "7398ae7c-1d62-4428-8e27-46a151ba2ae0",
          "machineID": 1,
          "processed": true,
          "appliedUtc": "2025-10-05T00:02:38.5837342",
          "signIqTicketFileMovedUtc": "2025-10-05T00:02:38.5837342",
          "user": "sample string 6",
          "campaignDescription": "sample string 7",
          "productDesc": "sample string 8",
          "storeName": "sample string 9",
          "effectiveUtc": "2025-10-05T00:02:38.5837342",
          "priceChangeType": 0,
          "operatorName": "sample string 10",
          "hostCampaign": true,
          "product": {
            "$ref": "3"
          },
          "campaignPlu": {
            "$ref": "62"
          }
        },
        {
          "$ref": "63"
        }
      ],
      "campaign": {
        "$id": "64",
        "id": 1,
        "storeID": 2,
        "name": "9e1f3ebe-46ed-47d1-81d8-8b5658b0965f",
        "nameGuid": "9e1f3ebe-46ed-47d1-81d8-8b5658b0965f",
        "description": "sample string 4",
        "showDiscounts": true,
        "showTotals": true,
        "onlyEvaluateOnSubtotal": true,
        "useDescription": true,
        "campaignType": 1,
        "startDate": "2025-10-05T00:02:38.5837342",
        "startTime": 1,
        "endDate": "2025-10-05T00:02:38.5837342",
        "endTime": 1,
        "recurrence": 1,
        "recurrenceType": 1,
        "monthType": 1,
        "weekDays": 1,
        "months": 1,
        "monthWeeks": 1,
        "monthDays": "sample string 7",
        "printed": true,
        "talkerText": "sample string 8",
        "rangeDescription": "sample string 9",
        "dealDescription": "sample string 10",
        "labelQuantity": 11,
        "active": 1,
        "deactivated": "2025-10-05T00:02:38.5837342",
        "system": true,
        "created": "2025-10-05T00:02:38.5837342",
        "updated": "2025-10-05T00:02:38.5837342",
        "priceChangeNotifiedUtc": "2025-10-05T00:02:38.5837342",
        "promoType": 1,
        "promotionTypeCode": "sample string 13",
        "hostIdentifier": "EN9aMXLBhk65xqUUwEHj/A==",
        "hostIdentifierGuid": "315adf10-c172-4e86-b9c6-a514c041e3fc",
        "hostType": 14,
        "createdByUser": "sample string 15",
        "fromHost": true,
        "deleted": true,
        "campaignDeleted": "2025-10-05T00:02:38.5837342",
        "updatedByUser": "sample string 18",
        "offerID": 1,
        "isPriceChangeCampaign": true,
        "stores": [
          1,
          2
        ],
        "storeNames": [
          "sample string 1",
          "sample string 2"
        ],
        "campaignPlus": [
          {
            "$ref": "62"
          },
          {
            "$ref": "62"
          }
        ],
        "campaignPools": [
          {
            "$id": "65",
            "id": 1,
            "campaignID": 2,
            "campaignName": "sample string 3",
            "plu": 4,
            "pluG_UID": "modCf9n2KEWjntJeMoanEg==",
            "pluGuid": "7f42879a-f6d9-4528-a39e-d25e3286a712",
            "hostOfferID": 1,
            "priceGroupG_UID": "DuFibkOhMEqBp4Ny2+1mOw==",
            "priceGroupGuid": "6e62e10e-a143-4a30-81a7-8372dbed663b",
            "fuelItem": true,
            "pluName": "sample string 6",
            "apn": "sample string 7",
            "pluActive": true,
            "cartonQty": 1,
            "baseUnits": 9.1,
            "cri": "sample string 10",
            "salesMode": 1,
            "pluaws": 11.0,
            "directNumber": "sample string 12",
            "departmentName": "sample string 13",
            "subDepartmentName": "sample string 14",
            "priceGroupName": "sample string 15",
            "supplierName": "sample string 16",
            "stockOnHand": 1.1,
            "stockOnOrder": 1.1,
            "lastReceived": "2025-10-05T00:02:38.5837342",
            "rrp": 17,
            "campaignDescription": "sample string 18",
            "product": {
              "$ref": "3"
            },
            "campaign": {
              "$ref": "64"
            }
          },
          {
            "$ref": "65"
          }
        ],
        "sellingRules": [
          {
            "$id": "66",
            "id": 1,
            "identifier": "QggQpKan2kKfZcoPIQjJXA==",
            "identifierStr": "QggQpKan2kKfZcoPIQjJXA==",
            "identifierGuid": "a4100842-a7a6-42da-9f65-ca0f2108c95c",
            "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": "64"
            }
          },
          {
            "$ref": "66"
          }
        ],
        "customers": [
          {
            "$id": "67",
            "id": 1,
            "campaignID": 2,
            "campaignName": "sample string 3",
            "customerID": "epREca5lOEuZ7sgwrykObg==",
            "customerIDGuid": "7144947a-65ae-4b38-99ee-c830af290e6e",
            "campaign": {
              "$ref": "64"
            },
            "customer": {
              "$id": "68",
              "identifier": "1WALqufAd0WWh1dzFaAvZA==",
              "identifierGuid": "aa0b60d5-c0e7-4577-9687-577315a02f64",
              "code": "sample string 2",
              "familyName": "sample string 3",
              "givenName": "sample string 4",
              "otherName": "sample string 5",
              "title": "sample string 6",
              "dateOfBirth": "2025-10-05T00:02:38.5837342",
              "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": "fcEp8K+AlUWOrv17pWDl7g==",
              "communityIdentifierGuid": "f029c17d-80af-4595-8eae-fd7ba560e5ee",
              "joined": "2025-10-05T00:02:38.5837342",
              "updated": "2025-10-05T00:02:38.5837342",
              "active": true,
              "reasonInactive": 1,
              "groupCustomer": true,
              "loyaltyPoints": 1,
              "homeStoreID": 1,
              "availableSpend": 1,
              "priceLevelIdentifier": "O589fjuSHky8k88XE9wllA==",
              "priceLevelIdentifierGuid": "7e3d9f3b-923b-4c1e-bc93-cf1713dc2594",
              "marketingID": "sample string 18",
              "hidden": true,
              "registered": true,
              "registeredOn": "2025-10-05T00:02:38.5837342",
              "emailMarketing": true,
              "smsMarketing": true,
              "deleted": true,
              "deletedUser": "sample string 24",
              "homeStoreName": "sample string 25",
              "customerCards": [
                {
                  "$id": "69",
                  "cardType": 2,
                  "issueDate": "2025-10-05T00:02:38.5837342",
                  "expiry": "2025-10-05T00:02:38.5837342",
                  "customerID": "Skr66Wtaw0uLQGLJk10J4A==",
                  "customerIDGuid": "e9fa4a4a-5a6b-4bc3-8b40-62c9935d09e0",
                  "initialValue": 1,
                  "currentValue": 1,
                  "maxLimit": 1,
                  "minTransaction": 1,
                  "maxTransaction": 1,
                  "multiplier": 1.1,
                  "active": true,
                  "reasonInactive": 1,
                  "idRequired": true,
                  "idType": 1,
                  "idValue": "sample string 5",
                  "updated": "2025-10-05T00:02:38.5837342",
                  "linkedAccount": "7fEixoWPj02mfzBC/rKYHA==",
                  "linkedAccountGuid": "c622f1ed-8f85-4d8f-a67f-3042feb2981c",
                  "currentValueChanged": true,
                  "limitsChanged": true,
                  "customer": {
                    "$ref": "68"
                  },
                  "account": {
                    "$id": "70",
                    "id": 1,
                    "identifier": "c/x6yo5BPUasTRK5Pjyd1Q==",
                    "identifierGuid": "ca7afc73-418e-463d-ac4d-12b93e3c9dd5",
                    "referenceNo": "sample string 3",
                    "name": "sample string 4",
                    "created": "2025-10-05T00:02:38.5837342",
                    "owner": "NzaWYGkrSEKyL7g4JavkyQ==",
                    "ownerGuid": "60963637-2b69-4248-b22f-b83825abe4c9",
                    "accountStoreGroupIdentifier": "yXGUg3v5oUW5LqTfqA389Q==",
                    "accountStoreGroupGuid": "839471c9-f97b-45a1-b92e-a4dfa80dfcf5",
                    "accountType": 1,
                    "currentBalance": 1,
                    "externalID": "sample string 7",
                    "maximumLimit": 1,
                    "accruePoints": true,
                    "loyaltyPoints": 1,
                    "termsOfTrade": 1,
                    "signatureRequired": true,
                    "referenceRequired": true,
                    "statementSendType": 10,
                    "ageingPeriod": 1,
                    "monthlyAgeingPeriod": true,
                    "explodedInvoice": true,
                    "isFifoAllocation": true,
                    "lastStatementSent": "2025-10-05T00:02:38.5837342",
                    "active": true,
                    "updated": "2025-10-05T00:02:38.5837342",
                    "deleted": true,
                    "deletedUser": "sample string 16",
                    "currentBalanceChanged": true,
                    "maximumLimitChanged": true,
                    "loyaltyPointsChanged": true,
                    "projectedBalance": 17,
                    "accountStoreGroupStoreIDs": [
                      1,
                      2
                    ],
                    "customerEmail": "sample string 18",
                    "ownerCustomer": {
                      "$ref": "68"
                    },
                    "card": {
                      "$ref": "69"
                    },
                    "members": {
                      "$id": "71",
                      "sample string 1": [
                        {
                          "$ref": "68"
                        },
                        {
                          "$ref": "68"
                        }
                      ],
                      "sample string 2": [
                        {
                          "$ref": "68"
                        },
                        {
                          "$ref": "68"
                        }
                      ]
                    },
                    "customerGroups": [
                      {
                        "$id": "72",
                        "identifier": "bdak2nfQaU6U/nN0eP/nGg==",
                        "identifierGuid": "daa4d66d-d077-4e69-94fe-737478ffe71a",
                        "name": "sample string 2",
                        "primaryContact": "F5DBmuFsKEWSiMGsfKQTrQ==",
                        "primaryContactGuid": "9ac19017-6ce1-4528-9288-c1ac7ca413ad",
                        "accountID": "O0VNOcFOz0KErRpuAwl3vw==",
                        "accountIDGuid": "394d453b-4ec1-42cf-84ad-1a6e030977bf",
                        "special": true,
                        "updated": "2025-10-05T00:02:38.5837342",
                        "active": true,
                        "reasonInactive": 1,
                        "priceLevelIdentifier": "Cy3VEakLpUqymoeY+g9LSQ==",
                        "priceLevelIdentifierGuid": "11d52d0b-0ba9-4aa5-b29a-8798fa0f4b49",
                        "deleted": true,
                        "account": {
                          "$ref": "70"
                        },
                        "primaryContactCustomer": {
                          "$ref": "68"
                        },
                        "customerGroupMembers": [
                          {
                            "$id": "73",
                            "id": 1,
                            "groupID": "FWTpT9PZ9E+iKwbUL2Gy7g==",
                            "groupIDGuid": "4fe96415-d9d3-4ff4-a22b-06d42f61b2ee",
                            "customerID": "/WKvzKNh7UeEavYo7oR+nA==",
                            "customerIDGuid": "ccaf62fd-61a3-47ed-846a-f628ee847e9c",
                            "card": "sample string 4",
                            "linkedAccount": "ASyYvMUCt02PybDAGqAsxg==",
                            "linkedAccountGuid": "bc982c01-02c5-4db7-8fc9-b0c01aa02cc6",
                            "customer": {
                              "$ref": "68"
                            },
                            "group": {
                              "$ref": "72"
                            },
                            "customerCard": {
                              "$ref": "69"
                            }
                          },
                          {
                            "$ref": "73"
                          }
                        ]
                      },
                      {
                        "$ref": "72"
                      }
                    ]
                  },
                  "payments": [
                    {
                      "$id": "74",
                      "id": 1,
                      "identifier": "g5JCzhntjk2kVL5++HAuvw==",
                      "identifierGuid": "ce429283-ed19-4d8e-a454-be7ef8702ebf",
                      "storeID": 2,
                      "operatorName": "sample string 3",
                      "saleHeaderID": 4,
                      "paymentType": 5,
                      "amount": 6,
                      "account": "sample string 7",
                      "accountID": "iCFnLwu4sUuvKpaHxAUU9g==",
                      "accountIDGuid": "2f672188-b80b-4bb1-af2a-9687c40514f6",
                      "customerAccount": {
                        "$ref": "70"
                      },
                      "customerCard": {
                        "$ref": "69"
                      },
                      "accountType": 1,
                      "cardName": "sample string 8",
                      "authorisationNumber": "sample string 9",
                      "bankReference": "sample string 10",
                      "merchantID": "sample string 11",
                      "terminalID": "sample string 12",
                      "cardNumber": "sample string 13",
                      "paymentDate": "2025-10-05T00:02:38.5837342",
                      "invRocNo": "sample string 14",
                      "responseCode": "sample string 15",
                      "cashout": 1,
                      "tip": 16,
                      "idempotentVoid": "p8/DplFiPEOxq39GDqp6Cw==",
                      "idempotentVoidGuid": "a6c3cfa7-6251-433c-b1ab-7f460eaa7a0b",
                      "offline": true,
                      "processed": 1,
                      "storeSaleHeader": {
                        "$id": "75",
                        "saleHeaderID": 1,
                        "saleHeaderGuid": "RCzYyPQDSUqJQQH8R1kpkg==",
                        "saleHeaderIdentifierGuid": "c8d82c44-03f4-4a49-8941-01fc47592992",
                        "created": "2025-10-05T00:02:38.5837342",
                        "createdLocal": "2025-10-05T00:02:38.5837342",
                        "createdText": "sample string 4",
                        "itemCount": 5,
                        "totalAmount": 6,
                        "cashTender": 1,
                        "cardTender": 1,
                        "cheqTender": 1,
                        "acctTender": 1,
                        "voucherTender": 1,
                        "loyaltyPoints": 1,
                        "cashout": 1,
                        "changeAmount": 1,
                        "rounding": 1,
                        "gstAmount": 1,
                        "transactionDiscountTender": 1,
                        "totalTip": 7,
                        "tranType": 1,
                        "processed": 1,
                        "imported": "2025-10-05T00:02:38.5837342",
                        "storeID": 1,
                        "operatorG_Uid": "4satgtcZT0Cuki+Te8oUxQ==",
                        "operatorGuid": "82adc6e2-19d7-404f-ae92-2f937bca14c5",
                        "customerG_Uid": "+6QyXujWZ02NwT/KZqugqg==",
                        "customerGuid": "5e32a4fb-d6e8-4d67-8dc1-3fca66aba0aa",
                        "communityIdentifier": "fQoCtUyltE6EDCb1URF8GQ==",
                        "communityIdentifierGuid": "b5020a7d-a54c-4eb4-840c-26f551117c19",
                        "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": "h/FWXbBXJkml9jOqFh9Ntg==",
                        "priceLevelIdentifierGuid": "5d56f187-57b0-4926-a5f6-33aa161f4db6",
                        "locked": 36,
                        "relationChecksum": "sample string 37",
                        "loyaltyTender": 1,
                        "giftCardTender": 1,
                        "operator": {
                          "$ref": "35"
                        },
                        "customer": {
                          "$ref": "68"
                        },
                        "communityOrganisation": {
                          "$id": "76",
                          "id": 1,
                          "identifier": "Fm26ivh6gEyU+QuvA3V7Ww==",
                          "identifierGuid": "8aba6d16-7af8-4c80-94f9-0baf03757b5b",
                          "name": "sample string 3",
                          "lookupIdentifier": "sample string 4",
                          "externalID": "sample string 5",
                          "phone": "sample string 6",
                          "fax": "sample string 7",
                          "email": "sample string 8",
                          "address1": "sample string 9",
                          "address2": "sample string 10",
                          "city": "sample string 11",
                          "postCode": "sample string 12",
                          "state": "sample string 13",
                          "country": "sample string 14",
                          "totalAmountAwarded": 15.1,
                          "updated": "2025-10-05T00:02:38.5837342",
                          "deleted": true
                        },
                        "details": [
                          {
                            "$id": "77",
                            "saleItemID": 1,
                            "identifier": "JktTgImXZk6bx9n6NqDuMw==",
                            "identifierGuid": "80534b26-9789-4e66-9bc7-d9fa36a0ee33",
                            "saleHeaderID": 2,
                            "plu": 1,
                            "pluG_UId": "FTUg1JoBiU61Sz++Jd2w8A==",
                            "pluGuid": "d4203515-019a-4e89-b54b-3fbe25ddb0f0",
                            "accountID": "feaDlGTwCkiHVsiXrOCwKw==",
                            "accountIDGuid": "9483e67d-f064-480a-8756-c897ace0b02b",
                            "normalPrice": 3,
                            "originalSellingPrice": 4,
                            "discountPrice": 5,
                            "unit": 1,
                            "quantity": 6,
                            "totalCents": 7,
                            "fixedPrice": 1,
                            "tranType": 1,
                            "discountType": 1,
                            "cost": 1,
                            "costDecimals": 8,
                            "markdown": 1,
                            "manualQuantity": 1,
                            "manualPrice": 1,
                            "manualMode": 1,
                            "active": 1,
                            "offline": true,
                            "barcode": "sample string 9",
                            "keyedSale": 1,
                            "discountedID": 1,
                            "fuelID": 1,
                            "serialNumber": "sample string 10",
                            "bestOrExpire": "2025-10-05T00:02:38.5837342",
                            "bestOrExpireType": 1,
                            "providerName": "sample string 11",
                            "refundG_UID": "xJjT4IXCfUSqxt5jNDP/VA==",
                            "refundGuid": "e0d398c4-c285-447d-aac6-de633433ff54",
                            "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": "sk861G4TnUqh6l08x6z7TA==",
                            "idempotentVoidGuid": "d43a4fb2-136e-4a9d-a1ea-5d3cc7acfb4c",
                            "priceLevelIdentifier": "+aN53oo7PkOO3bLIkbUX5w==",
                            "priceLevelIdentifierGuid": "de79a3f9-3b8a-433e-8edd-b2c891b517e7",
                            "productName": "sample string 23",
                            "apn": "sample string 24",
                            "unknownScans": [
                              {
                                "$id": "78",
                                "id": 1,
                                "saleDetailID": 2,
                                "storeID": 1,
                                "scanned": "2025-10-05T00:02:38.5837342",
                                "operatorG_UID": "QEA=",
                                "barcode": "sample string 4",
                                "processed": 1
                              },
                              {
                                "$ref": "78"
                              }
                            ],
                            "refund": {
                              "$id": "79",
                              "id": 1,
                              "g_UID": "F5vqqsdfnEWhwDtudw7eYA==",
                              "guid": "aaea9b17-5fc7-459c-a1c0-3b6e770ede60",
                              "description": "sample string 1",
                              "dumped": true,
                              "inventoryReasonID": 1,
                              "sortOrder": 1,
                              "updated": "2025-10-05T00:02:38.5837342"
                            },
                            "modifier": {
                              "$id": "80",
                              "id": 1,
                              "setG_UID": "Hkdq8zTZS02dHSFw1OsuEA==",
                              "modifierSetGuid": "f36a471e-d934-4d4b-9d1d-2170d4eb2e10",
                              "name": "sample string 2",
                              "price": 1,
                              "quantity": 1,
                              "modifierType": 1,
                              "groupNumber": 1,
                              "pageNumber": 1,
                              "controlOrder": 1,
                              "printToStation": true,
                              "pluG_UID": "mHTmdmOE/UGnwuA8/RT2NQ==",
                              "pluGuid": "76e67498-8463-41fd-a7c2-e03cfd14f635",
                              "deleted": true,
                              "g_UID": "c/ks712X1EqaWWlVUqkJtA==",
                              "guid": "ef2cf973-975d-4ad4-9a59-695552a909b4",
                              "product": {
                                "$ref": "3"
                              }
                            },
                            "priceLevelName": "sample string 25",
                            "pumpNumber": 1,
                            "hoseNumber": 1
                          },
                          {
                            "$ref": "77"
                          }
                        ],
                        "eftReceipts": [
                          {
                            "$id": "81",
                            "id": 1,
                            "storeID": 1,
                            "saleHeaderID": 2,
                            "storeSaleHeader": {
                              "$ref": "75"
                            },
                            "receipt": "sample string 3",
                            "processed": 1
                          },
                          {
                            "$ref": "81"
                          }
                        ],
                        "payments": [
                          {
                            "$ref": "74"
                          },
                          {
                            "$ref": "74"
                          }
                        ],
                        "cards": [
                          {
                            "$id": "82",
                            "id": 1,
                            "saleHeaderID": 1,
                            "identifier": "sample string 2",
                            "cardType": 3,
                            "providerName": "sample string 4"
                          },
                          {
                            "$ref": "82"
                          }
                        ],
                        "campaignHits": [
                          {
                            "$id": "83",
                            "id": 1,
                            "saleHeaderID": 2,
                            "campaign": "sample string 3",
                            "name": "sample string 4",
                            "processed": 1,
                            "campaignDescription": "sample string 5"
                          },
                          {
                            "$ref": "83"
                          }
                        ],
                        "fuel": [
                          {
                            "$id": "84",
                            "id": 1,
                            "plu": 1,
                            "pluG_UID": "SxHmcqbZcU6MgTgCw+beog==",
                            "pluGuid": "72e6114b-d9a6-4e71-8c81-3802c3e6dea2",
                            "saleHeaderID": 2,
                            "totalCents": 3,
                            "grade": 1,
                            "gradeDescription": "sample string 4",
                            "dispenser": 1,
                            "hose": 1,
                            "quantity": 1,
                            "cost": 1,
                            "acquirerNum": 1,
                            "attendant": 1,
                            "ePurseBalance": 1.0,
                            "cardSignature": "sample string 5",
                            "compartmentNumber": 1,
                            "contractNumber": 1,
                            "discountCardPAN": "sample string 6",
                            "discountID": 1,
                            "discountName": "sample string 7",
                            "discountNetValue": 1.0,
                            "discountType": 1,
                            "discountValue": 1.0,
                            "discretionaryData": "sample string 8",
                            "driverID": "sample string 9",
                            "eftBatchNumber": 1,
                            "eftResponseCode": "sample string 10",
                            "endDateTime": "2025-10-05T00:02:38.5837342",
                            "engineHours": 1.1,
                            "fposNumber": 1,
                            "loyaltyCardPAN": "sample string 11",
                            "miscData1": 1,
                            "miscData2": "sample string 12",
                            "miscFlags": 1,
                            "mop": 1,
                            "odometer": 1,
                            "panNumber": "sample string 13",
                            "saleRefund": true,
                            "saleStatus": 1,
                            "sequenceNumber": 1,
                            "stan": 1,
                            "startDateTime": "2025-10-05T00:02:38.5837342",
                            "tagNumber": "sample string 15",
                            "trackTwoRem": "sample string 16",
                            "transCode": 1,
                            "transType": 1,
                            "unitPrice": 1.0,
                            "vehicleReg": "sample string 17",
                            "offline": true,
                            "processed": 1
                          },
                          {
                            "$ref": "84"
                          }
                        ],
                        "fuelResells": [
                          {
                            "$id": "85",
                            "saleItemID": 1,
                            "saleHeaderID": 2,
                            "plu": 1,
                            "pluG_UId": "kB+fCSxVAE6EYPHt683gew==",
                            "pluGuid": "099f1f90-552c-4e00-8460-f1edebcde07b",
                            "accountID": "UpComyh8NUy+MvUWBU8OAQ==",
                            "accountIDGuid": "9ba89052-7c28-4c35-be32-f516054f0e01",
                            "normalPrice": 3,
                            "originalSellingPrice": 4,
                            "discountPrice": 5,
                            "unit": 1,
                            "quantity": 6,
                            "totalCents": 7,
                            "fixedPrice": 1,
                            "tranType": 1,
                            "processed": 1,
                            "discountType": 1,
                            "cost": 1,
                            "costDecimals": 1,
                            "markdown": 1,
                            "manualQuantity": 1,
                            "manualPrice": 1,
                            "manualMode": 1,
                            "active": 1,
                            "barcode": "sample string 8",
                            "offline": 1,
                            "keyedSale": 1,
                            "discountedID": 1,
                            "fuelID": 1,
                            "serialNumber": "sample string 9",
                            "bestOrExpire": "2025-10-05T00:02:38.5837342",
                            "bestOrExpireType": 1,
                            "refundG_UID": "DPJeM5zXqU+NTj8DxOTYRg==",
                            "refundGuid": "335ef20c-d79c-4fa9-8d4e-3f03c4e4d846",
                            "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": "85"
                          }
                        ],
                        "customerOrder": [
                          {
                            "$id": "86",
                            "identifier": "MH4fvuzkF06uEP0MY8z9qA==",
                            "identifierGuid": "be1f7e30-e4ec-4e17-ae10-fd0c63ccfda8",
                            "id": 1,
                            "orderNo": 2,
                            "externalSaleIdentifier": "sample string 3",
                            "storeID": 4,
                            "zoneID": 5,
                            "deptNo": 6,
                            "customerIdentifier": "INqkZWfpAkq5Bmr1dKbPFw==",
                            "customerIdentifierGuid": "65a4da20-e967-4a02-b906-6af574a6cf17",
                            "operatorNo": 1,
                            "operatorG_UID": "wkd56ITUh0+Lh3J1Mfp7bQ==",
                            "operatorGuid": "e87947c2-d484-4f87-8b87-727531fa7b6d",
                            "created": "2025-10-05T00:02:38.5837342",
                            "ordered": "2025-10-05T00:02:38.5837342",
                            "started": "2025-10-05T00:02:38.5837342",
                            "completed": "2025-10-05T00:02:38.5837342",
                            "supplied": "2025-10-05T00:02:38.5837342",
                            "quickTicket": 1,
                            "deleted": true,
                            "walkAway": true,
                            "approxWait": 1,
                            "actualWait": 1,
                            "deliveryMethod": 8,
                            "externalSaleType": 9,
                            "customer": {
                              "$ref": "68"
                            },
                            "operator": {
                              "$ref": "35"
                            },
                            "details": [
                              {
                                "$id": "87",
                                "headerID": 1,
                                "plu": 1,
                                "pluG_UId": "O4saed2ChkiB5JKobZUwCQ==",
                                "pluGuid": "791a8b3b-82dd-4886-81e4-92a86d953009",
                                "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": "WJ2A8cnm10GjTshbgTnnig==",
                                "headerIdentifierGuid": "f1809d58-e6c9-41d7-a34e-c85b8139e78a",
                                "product": {
                                  "$ref": "3"
                                }
                              },
                              {
                                "$ref": "87"
                              }
                            ],
                            "storeName": "sample string 11",
                            "customerName": "sample string 12",
                            "storeReplyTo": "sample string 13",
                            "storeSubjectLine": "sample string 14",
                            "storeSaleHeader": {
                              "$ref": "75"
                            }
                          },
                          {
                            "$ref": "86"
                          }
                        ],
                        "surveyResponses": [
                          {
                            "$id": "88",
                            "surveyG_UID": "195OMydLgEybWytB6BbSPg==",
                            "surveyGuid": "334eded7-4b27-4c80-9b5b-2b41e816d23e",
                            "saleHeaderGuid": "/JJsISPlHEu4wAcHn9tQ0A==",
                            "saleGuid": "216c92fc-e523-4b1c-b8c0-07079fdb50d0",
                            "textResponse": "sample string 1",
                            "integerResponse": 1,
                            "g_UIDResponse": "ZUc/Hj1uIUywKWhp3hVJSw==",
                            "guidResponse": "1e3f4765-6e3d-4c21-b029-6869de15494b",
                            "whoAnswered": 2,
                            "answeredAtUTC": "2025-10-05T00:02:38.5837342",
                            "sale": {
                              "$ref": "75"
                            },
                            "survey": {
                              "$id": "89",
                              "g_UID": "Z6HD2uFqZECXD+QNVvbJwQ==",
                              "guid": "dac3a167-6ae1-4064-970f-e40d56f6c9c1",
                              "name": "sample string 1",
                              "storeID": 2,
                              "zoneID": 1,
                              "checkoutFormG_UID": "FCogHuN0YkiSzMGay+PnwQ==",
                              "checkoutFormGuid": "1e202a14-74e3-4862-92cc-c19acbe3e7c1",
                              "displayToWho": 3,
                              "displayWhen": 4,
                              "start": "2025-10-05T00:02:38.5837342",
                              "end": "2025-10-05T00:02:38.5837342",
                              "deleted": true,
                              "updated": "2025-10-05T00:02:38.5837342",
                              "possibleIntegerResponses": [
                                1,
                                2
                              ],
                              "possibleTextResponses": [
                                "sample string 1",
                                "sample string 2"
                              ],
                              "possibleGuidResponses": [
                                "afd9129d-be43-45cf-a1b3-96433a51ec8c",
                                "e57afffd-2e04-4512-8367-0dac4c2dc0f9"
                              ],
                              "allowsAllTextResponses": true,
                              "surveyForm": {
                                "$ref": "43"
                              }
                            },
                            "ingressId": "sample string 4"
                          },
                          {
                            "$ref": "88"
                          }
                        ],
                        "storeName": "sample string 38",
                        "machineName": "sample string 39",
                        "operatorName": "sample string 40",
                        "direction": 1,
                        "reason": "sample string 41",
                        "accountG_UID": "i1yoG63teEKfhMWYwElbtg==",
                        "accountIdentifier": "1ba85c8b-edad-4278-9f84-c598c0495bb6",
                        "accountName": "sample string 42",
                        "customerOrderIdentifier": "AYAr292fcEuoX2c8OjDrWA==",
                        "customerOrderIdentifierGuid": "db2b8001-9fdd-4b70-a85f-673c3a30eb58",
                        "priceLevelName": "sample string 43",
                        "revision": 44,
                        "ingressId": "sample string 45"
                      },
                      "metadata": {
                        "$id": "90",
                        "id": 1,
                        "paymentID": 2,
                        "paymentIdentifier": "zJDO9j8dy0CNDgiQCG54xw==",
                        "paymentIdentifierGuid": "f6ce90cc-1d3f-40cb-8d0e-0890086e78c7",
                        "identifier": "xumQ5CMApkybwUgu8eD31A==",
                        "identifierGuid": "e490e9c6-0023-4ca6-9bc1-482ef1e0f7d4",
                        "metadata": "sample string 3",
                        "signatureImage": "QEA=",
                        "itemIdentifier": "OGkz1rn6mUido9HiR41dYA==",
                        "itemIdentifierGuid": "d6336938-fab9-4899-9da3-d1e2478d5d60"
                      }
                    },
                    {
                      "$ref": "74"
                    }
                  ]
                },
                {
                  "$ref": "69"
                }
              ],
              "customerGroupMembers": [
                {
                  "$ref": "73"
                },
                {
                  "$ref": "73"
                }
              ],
              "customerGroups": [
                {
                  "$ref": "72"
                },
                {
                  "$ref": "72"
                }
              ],
              "accounts": [
                {
                  "$ref": "70"
                },
                {
                  "$ref": "70"
                }
              ],
              "account": {
                "$ref": "70"
              },
              "vouchers": [
                {
                  "$id": "91",
                  "customerIdentifier": "IyrwM2q6nE6FnLgs//pImA==",
                  "customerIdentifierGuid": "33f02a23-ba6a-4e9c-859c-b82cfffa4898",
                  "voucherName": "sample string 2",
                  "count": 3,
                  "storeID": 4,
                  "barcode": "sample string 5",
                  "redeemCount": 6,
                  "issueCount": 7,
                  "storeSalePaymentID": 1,
                  "idempotentID": "s++A+3QaA0ijV1VmjgTruw==",
                  "idempotentGuid": "fb80efb3-1a74-4803-a357-55668e04ebbb",
                  "offline": true,
                  "voucher": {
                    "$id": "92",
                    "id": 1,
                    "name": "sample string 2",
                    "description": "sample string 3",
                    "shortDescription": "sample string 4",
                    "url": "sample string 5",
                    "barcodeTemplateID": 1,
                    "expiry": 0,
                    "voucherType": 6,
                    "limitPerTransaction": 7,
                    "customerTracking": true,
                    "discountAccount": "sample string 9",
                    "endDate": "2025-10-05T00:02:38.5837342",
                    "barcodeTemplate": {
                      "$id": "93",
                      "templateID": 1,
                      "template": "sample string 1",
                      "bcFunction": "sample string 2",
                      "sortOrder": 3
                    },
                    "scaleLabel": {
                      "$id": "94",
                      "id": 1,
                      "uid": "sample string 2",
                      "name": "sample string 3",
                      "width": 1.1,
                      "height": 1.1,
                      "showBorder": true,
                      "borderWidth": 1.1,
                      "borderStyle": 1,
                      "borderColour": "sample string 5",
                      "updated": "2025-10-05T00:02:38.5837342",
                      "labelPageLayout": "/rbtct8LRkKon7JksBLYUQ==",
                      "pageLayoutGuid": "72edb6fe-0bdf-4246-a89f-b264b012d851",
                      "labelType": 6,
                      "oldName": "sample string 7",
                      "voucher": {
                        "$ref": "92"
                      },
                      "elements": [
                        {
                          "$id": "95",
                          "id": 1,
                          "scaleLabelID": 2,
                          "showPercentDI": true,
                          "showAvgPerHundred": true,
                          "showAvgPerServe": true,
                          "name": "sample string 6",
                          "x": 1.1,
                          "y": 1.1,
                          "width": 1.1,
                          "height": 1.1,
                          "type": 1,
                          "rotation": 1,
                          "text": "sample string 7",
                          "fontFamily": "sample string 8",
                          "align": 1,
                          "bold": true,
                          "italic": true,
                          "underline": true,
                          "strikeout": true,
                          "reverse": true,
                          "textColour": "sample string 9",
                          "fontSize": 1.1,
                          "picture": "QEA=",
                          "borderWidth": 10,
                          "sortOrder": 11,
                          "printOptions": 12,
                          "superScriptTextFontSize": 1.1,
                          "lineStyle": 1,
                          "spacingStyle": 1,
                          "interCharacterSpacing": 1.1,
                          "superScriptOffset": 1.1,
                          "lineSpacing": 1.1,
                          "dateFormat": "sample string 13",
                          "autoGrow": true,
                          "fontAutoResize": true,
                          "updated": "2025-10-05T00:02:38.5837342"
                        },
                        {
                          "$ref": "95"
                        }
                      ]
                    },
                    "customerVouchers": [
                      {
                        "$id": "96",
                        "id": 1,
                        "customerIdentifier": "/0g7OvksdUeaOiyjecc8Cg==",
                        "customerIdentifierGuid": "3a3b48ff-2cf9-4775-9a3a-2ca379c73c0a",
                        "voucherID": 3,
                        "voucherName": "sample string 4",
                        "storeID": 1,
                        "barcode": "sample string 5",
                        "dateOfIssue": "2025-10-05T00:02:38.5837342",
                        "issuedSaleHeaderID": 1,
                        "issuedSaleIdentifier": "sample string 7",
                        "issuedOfflinePaymentID": 1,
                        "issuedIdempotentID": "8lT+oSTkOkmnHcd6FIA7Uw==",
                        "issuedIdempotentGuid": "a1fe54f2-e424-493a-a71d-c77a14803b53",
                        "issuedOffline": true,
                        "issuedUser": "sample string 9",
                        "issuedNotes": "sample string 10",
                        "expiryDate": "2025-10-05T00:02:38.5837342",
                        "expiredUser": "sample string 11",
                        "expiredNotes": "sample string 12",
                        "redeemed": "2025-10-05T00:02:38.5837342",
                        "redeemedSaleHeaderID": 1,
                        "redeemedSaleIdentifier": "sample string 13",
                        "redeemedOfflinePaymentID": 1,
                        "redeemedIdempotentID": "ah6IHKFjmEmhfmIv56gtBA==",
                        "redeemedIdempotentGuid": "1c881e6a-63a1-4998-a17e-622fe7a82d04",
                        "redeemedUser": "sample string 14",
                        "redeemedNotes": "sample string 15",
                        "redeemedOffline": true,
                        "updated": "2025-10-05T00:02:38.5837342",
                        "storeName": "sample string 17",
                        "scaleLabel": {
                          "$ref": "94"
                        },
                        "voucher": {
                          "$ref": "92"
                        },
                        "customer": {
                          "$ref": "68"
                        },
                        "issuedOfflinePayment": {
                          "$ref": "74"
                        },
                        "redeemedOfflinePayment": {
                          "$ref": "74"
                        }
                      },
                      {
                        "$ref": "96"
                      }
                    ]
                  },
                  "customer": {
                    "$ref": "68"
                  }
                },
                {
                  "$ref": "91"
                }
              ]
            }
          },
          {
            "$ref": "67"
          }
        ],
        "customerGroups": [
          {
            "$id": "97",
            "id": 1,
            "campaignID": 2,
            "campaignName": "sample string 3",
            "groupID": "mrJILkW8qU2LidgMazxKIg==",
            "groupIDGuid": "2e48b29a-bc45-4da9-8b89-d80c6b3c4a22",
            "campaign": {
              "$ref": "64"
            },
            "group": {
              "$ref": "72"
            }
          },
          {
            "$ref": "97"
          }
        ],
        "signIqTickets": [
          {
            "$id": "98",
            "identifier": "WA6tehiqo0uoFglsUjCvlA==",
            "identifierGuid": "7aad0e58-aa18-4ba3-a816-096c5230af94",
            "campaignName": "sample string 2",
            "message": "sample string 3",
            "ticketFileSource": "sample string 4",
            "ticketFileDestination": "sample string 5",
            "storeID": 1
          },
          {
            "$ref": "98"
          }
        ],
        "comboPriceGroups": [
          {
            "$id": "99",
            "id": 1,
            "campaignID": 2,
            "campaignName": "sample string 3",
            "g_UID": "5Dvldnf+ek6iI+W3X8llhw==",
            "guid": "76e53be4-fe77-4e7a-a223-e5b75fc96587",
            "description": "sample string 5",
            "newPrice": 1,
            "rangeDescription": "sample string 6",
            "dealDescription": "sample string 7",
            "labelQuantity": 8,
            "hostProductCategoryID": 1,
            "offerID": 1,
            "dontUpdatePricePlus": true,
            "campaign": {
              "$ref": "64"
            },
            "comboPricePlus": [
              {
                "$id": "100",
                "id": 1,
                "campaignID": 2,
                "campaignName": "sample string 3",
                "groupG_UID": "UMcRXZ3sd0+YiYcimY8MaQ==",
                "groupGuid": "5d11c750-ec9d-4f77-9889-8722998f0c69",
                "comboPriceType": 5,
                "priceType": 5,
                "pluG_UID": "i52r/JmXmkOWZ5knDuEkQA==",
                "pluGuid": "fcab9d8b-9799-439a-9667-99270ee12440",
                "priceGroupG_UID": "o6NKBWuBUkCVB84y9W4zWQ==",
                "priceGroupGuid": "054aa3a3-816b-4052-9507-ce32f56e3359",
                "campaignPoolID": "sample string 7",
                "quantity": 1,
                "campaign": {
                  "$ref": "64"
                },
                "product": {
                  "$ref": "3"
                },
                "priceGroup": {
                  "$ref": "29"
                },
                "campaignPool": {
                  "$ref": "64"
                }
              },
              {
                "$ref": "100"
              }
            ]
          },
          {
            "$ref": "99"
          }
        ],
        "priceLevels": [
          {
            "$id": "101",
            "id": 1,
            "priceLevelIdentifier": "WGBl8EimSEeHRIfhM3cQCQ==",
            "priceLevelIdentifierGuid": "f0656058-a648-4748-8744-87e133771009",
            "campaignName": "sample string 3",
            "priceLevelName": "sample string 4"
          },
          {
            "$ref": "101"
          }
        ]
      },
      "product": {
        "$ref": "3"
      },
      "dealCost": {
        "$id": "102",
        "headerIdentifier": "TikAtekc4U+QsOZuQ1Z7Ow==",
        "headerIdentifierGuid": "b500294e-1ce9-4fe1-90b0-e66e43567b3b",
        "identifier": "jw/cOKkmY0KIFdS1j4qqRQ==",
        "identifierGuid": "38dc0f8f-26a9-4263-8815-d4b58f8aaa45",
        "supplierIdentifier": "yZ8mxIf/DkyFQ0jtzL1LrA==",
        "supplierGuid": "c4269fc9-ff87-4c0e-8543-48edccbd4bac",
        "pluG_UID": "ZnH0IvFur0Cp367dcyy+Og==",
        "pluGuid": "22f47166-6ef1-40af-a9df-aedd732cbe3a",
        "campaignName": "7b2884b1-93db-4db6-b8a8-bf9b7d350809",
        "description": "sample string 4",
        "cost": 5,
        "costDecimals": 6,
        "start": "2025-10-05T00:02:38.5837342",
        "end": "2025-10-05T00:02:38.5837342",
        "type": 9,
        "promoType": 10,
        "bonusItemPLUG_UID": "cjCloto6pE2BEt2+uvXj0g==",
        "bonusItemPluGuid": "a2a53072-3ada-4da4-8112-ddbebaf5e3d2",
        "bonusPurchaseUnits": 11,
        "bonusReceiveUnits": 12,
        "updated": "2025-10-05T00:02:38.5837342",
        "metcashPromotionID": "sample string 14",
        "fromHost": 15,
        "storeNames": "sample string 16",
        "storeIDs": [
          1,
          2
        ],
        "supplierName": "sample string 17",
        "campaignDescription": "sample string 18",
        "newPrice": 1,
        "campaignMetcashPromotionID": "sample string 19",
        "campaignActive": true,
        "campaignStartDate": "2025-10-05T00:02:38.5837342",
        "campaignEndDate": "2025-10-05T00:02:38.5837342",
        "masterPLUG_UID": "e2lIABcjH0qOEKU/iuxMJQ==",
        "masterID": "0048697b-2317-4a1f-8e10-a53f8aec4c25",
        "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": "OKaHNKHwVkuo4tTzublV6g==",
        "bonusMasterID": "3487a638-f0a1-4b56-a8e2-d4f3b9b955ea",
        "bonusProductName": "sample string 34",
        "bonusProductAPN": "sample string 35",
        "bonusOrderCode": "sample string 36",
        "bonusNormalSell": 37,
        "bonusNormalCost": 38,
        "bonusNormalCostDecimals": 39,
        "bonusCartonQuantity": 40,
        "bonusSalesMode": 41,
        "bonusOrderPacked": 42,
        "bonusFuelItem": true,
        "bonusActive": true
      }
    },
    "currentCostStart": "2025-10-05T00:02:38.5837342",
    "dealCosts": [
      {
        "$ref": "102"
      },
      {
        "$ref": "102"
      }
    ],
    "tags": [
      {
        "$id": "103",
        "pluG_UID": "+eO//7iP1UGrKGmQ5onT4w==",
        "pluGuid": "ffbfe3f9-8fb8-41d5-ab28-6990e689d3e3",
        "tagID": 1,
        "description": "sample string 1",
        "storeIDs": [
          1,
          2
        ]
      },
      {
        "$ref": "103"
      }
    ],
    "alternateProductG_UID": "lz10LmppbkSOoxIspgBvNg==",
    "alternateProduct": "2e743d97-696a-446e-8ea3-122ca6006f36",
    "productHostCode": {
      "$id": "104",
      "id": 1,
      "pluG_UID": "VUMzbbl1LkeFDTcyruS6dQ==",
      "pluGuid": "6d334355-75b9-472e-850d-3732aee4ba75",
      "ibaCode": "sample string 2"
    },
    "mscCat": {
      "$ref": "58"
    },
    "mscCom": {
      "$ref": "59"
    },
    "mscDep": {
      "$ref": "61"
    },
    "mscSubCom": {
      "$ref": "60"
    },
    "isUserUpdate": true,
    "ignoreMasterProduct": true,
    "priceGroupLabelRequested": true,
    "firstSold": "2025-10-05T00:02:38.5837342",
    "inventoryTracked": "2025-10-05T00:02:38.5837342",
    "isNormalPriceChangesCampaign": true
  },
  "supplier": {
    "$ref": "8"
  },
  "serviceFee": {
    "$id": "105",
    "id": 1,
    "description": "sample string 1",
    "fee": 1
  },
  "isPrimaryHost": true,
  "hostVendor": 47
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

application/vnd.openxmlformats-officedocument.spreadsheetml.sheet

Sample:
PKSE[����5xl/workbook.xml �(�����0��&�C���)��x��-[i�?ik��H�yۙ��v�d����G�&T��}��"$�4'���;i�fq��E��J@k�[��$ϲ�xYTք^��W�?��<�.�Q�+J3eps< D�fOSHr6�����"�)�`�ER�0
5nYd%��������<<Jq)�(eγ�*o��F����PKSE[����	�[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
SE[�
�H''_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="R82600247466147e2" /></Relationships>PKSE[�%���p+xl/worksheets/sheet1.xml �(���[s9�������S�%*ɖ'�,���%qmS�!��DZl��5�B��Ѽz���TN��wq;�9[��˻ӡ��`vw����};��\�/�8;�_��Y��f��߭�N�7���G����f���G��;�^��
�w�m����_�//,fw��QʏW������_V����j6��naq���b:���\�i�v�����t8я�3��N�џ��u��}��/����y~u:T���Q����oW������������l��fC*�v���v��{����
�����W��Ɏ�[�SQc�����z�\|�
�U��|��oqhjP`"0���n�����|wx~و`Z��=v���|�2j6���~7���3�!��v��|������A9�]�!`E�����`���h�+����1��C���=]�ď��+���QV��zO`� ��&�l/	ubP�b�N/�&
0TVH��0
ZGO(�
��C�P�b��`��M���:C1��B4t�Q���:�Q����*�������`"�F���QT4��H�fH����fD
h�=]��ILU�6�Eg��%�Ĥ)��":�EEI�ϋ&W2�'GG�C��4���tdn��W��$&MƤy:
���[$&M��nszPuo�Ĥ�/@G����ӦB�IL,�c$;���VHL��IPV����Q��&�<�B1xeL��`�V�6P�kӋ������wWHLZ�+쫵ͽi�Gt�\���Ĥ=0I@9�ku�&-�hc���:���M,ڌE�Md%z<j�M�6�h1_Ȋ*���jg�6�$���ȗu�mb�,���.��T�j���Ĭ��XtE~t�{�3�������y����<y���Ģ+k��}n�;��4����,\b�A��)�Aϼ��.��v�o$*b�u`.1鲚M-`����f隒�I�:�VDe��Ĥ;0i��`�EOpWi��p`��Ѡ2H���P
�I�y��y>j���Q[!1	���z����;� :o����[ɰ�����u?�-�ԇUV��h��U��M�A�|m��$dL�/�FP�B��Օ��P�lj����أfCbB����{(����j�b���OHz��;��'�m�Z��>K��
n��9EC׻��H 2�\(KG���V�^�'"�ͷ@3�wwe�D�w9O-�����'"=�9�T4m?�"�q*+�o�>?�_�\|"�c~���?J�J�{a���Y���,��}VHD���zL(��ՙ	A,����X@�oS�Ģk����Sˠ���7&���m�*j:;/�n2��_�1��E��zj�\�	&�����[���ͺ���o<�)�Z~m�������st�����H��-&�0ˆ���=��LJ��`(�a�t���N'�r�?|q�~�|<�L�NV���j;L�?M�������t����<S'���]Ds�ˈ��SF<>��eē�WF\G@��8—ώ#��x~ʈ���x)(�D}%�0U_!L�7B��O!�	�VaʾB�����_B�����(����$�0u?!Lݿ���!���Ua�N&�D��a�N$#2�'�
Sx"��2�'�-�x"�2�'�%-Sy"��2�'�--�Y0��:δ\g����,x�r�s:���N�u��΂?�Y0��:u\g����,x�q��:���R�ul
\g���tn�ӹ|
L�F�)0����tn�ӹ��&ӹ|
L�F�)0����w�O=�Y��:>�\g����,��s��z���S�u|�΂O=�Y�)r��"�Y�)r��"�Y�)r��"�Y�)r��"��\�)2����A�15��n��es�r��/�Wy,���y�B���B������Y��ן�"�Ύ�e>Ǝ�U>� Z)�C�k�_�w�&_������-��+�ɼ/�~�����:L���?	ә��;��-Lg���1�k��d�5�t
�w
J6�
�!�7�_"o$���Y�����ˤ0
��L
�����U�T���;��Q�;/�b�h����զ��ѥ�0��u�C1�ϵp��F�K�;�,�p�%��S�"��c�
1��
(�2*���˨T�xY���cwE��\�НЛ��6]��Q���n�^
1�{��Y=jS��8F+�P�����m�Ǽ��K�ƒ�J�He���G�M�c>���.�k����Z	&Ԋ!�P+���R#�:/�Zv�}�-��Wٛ��j��X.7�������g��PKSE[�n-��Pxl/_rels/workbook.xml.rels �(���KN�0@�b͞8����ݰa[z��Q;�]�gc���V� �X��j4��'�|�lvo�D^Ї�YE�A�\?�A�)�v��'�D0�HZ�A��qy�4(���[Ц�v~�1�~��TG9 -�S�f�5�����>:u���?����c0��A����R��Pd�
��o�ju��e��; �fj!�'�^��J&)�-6�䬩X[�T�H��s���k�uy��LUל��X�^���_l�PKSE[Ѓ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��PKSE[a?�zc
r2xl/sharedStrings.xml �(��ko��s��`�s��m)�݃�$���8�z(ZJ�ae�'JI|E�{���H��/�53��� �O�|l���HV�O�S�d���L�b������Nf�FE����O����~��zC��䵮w�gg$~�[DN�.�����Ym�Ȯ�(!�����6M�l���d�MQô�w2k��/L�}�Ty�ʤ���mV��tV�tF�-.o�6Y2���.�p��!W	.�,�_:KT�e1��  ��zt�]��b�����O�0�6d�"�s������~���V�f8�ƾ��\�b�
�=���v�4�q����%��y�5���~���$<�{�,�
�>����x��5��A�N�f�YIdc�K��Z�~v��E�����c.��[U�B!���
T�X�A@��>����N�[\l���4߳�ɍv�[�G���ڃ�~S���L��2���`�'�ƫ��@��KL�x����^�-�]Vd�f;��o�_=�w�T�vvs��.�8
}BS��3��]���.W��4k��GH�Y�1.�Ѩ�I����O�FY�����0A���.|��j�Jz��¯e���*�,Fu9a���������z�@~�Y�u.#S|����c���M�[^����7H�z����h��RP��)'iHV`'�s4��-�%y�%�X��9��={�xYe�j��K;��#Λ����P���5�^]�A��)H��.�O��:�=�*r�Q�ɝ&@1��^���]Ua@?�%5��je�xQ��_/��i��z������֧u�)�(p\��B�D�"��U{��P�oJ���x{z�����#�(�ߏ/t,õ�ԈN�4Ibϊ1�4㺮���o�n���##��ذ"njP�����\5
��-V(�+؆3�0�r��#x�~~��GԳ���#�#�;G�w�����5'�jYB��|BNY����ی���~��3�C���)��99��[����t?x��9.Y&T\��gUԎ�:�HJ��A�;�o�o	�?V`�r�4���,�r��Y�@�3����ۗ���w�ن����:�:�h�|uq��x�w�~��l4e����Hp�x�G��G��kE��Ajİ)S��#+�)����G�"ڎK�
�����.�B�N��T��R��R�
Ļo��ac�'���X<g�{Ҋ	W�N$�g�ĂU����42�O,�āϙ�y�w F=,#�ͬ7�	m�(�<󠗶��e�����w���V�@9,kŸ��$؈X�?��e	]����b��jԐ��4�.�١TK�q\�P������r�ʡT�b�k��z/����2fc��p��%H~��I�^�&`����,v�I�P]}������j�փRApkP~�v���]�Yn�Z�3���:�v�P�d
����+{$��c�H�}9�m���^
�l�I�;===v_��m�E�� u$�֤!�
V�}���u�耬!�~7-�&@�8�+'�UI��*�LOMbŜ�9��*�끲kQ�B:�~�q.1�)F>�;H��m[A�����t�^�<���kI'tl�����X$��)���k�p<�j��֋��[�{�_��~:nOkK��LK?��u$ZG����?�0��4�V.��`���BO0r&i�F����M�{EMY�r��d46[���2��,$�����9D�n��(���M���Iԡ	�z�Ì���5�E�6��F��H��C7|�*������^��4ÿ���%�^���(Kn��$���}��6�x��r�2Y��h|�v��&
ӝ��ۮ!�O!{q�yд�B}c�e�;Aj��,���.Tu_kBC��C1
�r��kq
����u��~��u��0��á`Ѩt8�.a�s�ߖwε��oIx]�\$��:�ZIp���` ��g���e�:�'�PS4����n01��y[��s�ޥ�?�U��؈
�VWC���r�yd��a��M�C�,+�hJt�ue�_2��&(�9'hli�	"���-���䳏���#�0�1��&ZB��@�����~���bao2��-jo]�GO����d�_�W��|W�U�ᮍ��j���()�1w��0Y[�v��L�G�jnѾl��#��Q`:Ah���ڎ�:�c���1<gn��ЎP��C���(�|�M���Al���c�
ϊ�s��� f��^��aD�������kO�8M�)V���������i��k�PUܖ{����2�{i��؅w���F�QӃ5.:F�rY��^A�ZFhڛ���4u)8����(�Vݗ`��t�	ͺ�b|�טR��î�S�H���k\eH��tB��W�2Bg��ۚ��ВA*��n��T���[�įX,�۲~�aӸ2Hӷ4{�N��vh��Az���
�F��P-���7�C:hÏ�z�-��Է��4�4I7����hn���Q$6O���E7��}��w�4�P���"��:��'Z)��Fv�Ye��+zbԉ�U�oP�d��<�^���h�2M����jH����4�e��;�>��?ч�b-��}~��%h0��������j++{�J���E�ni鍭(1Cۈ"�3����h�ȳ;s�����LJWA��[4��e��l?��&n�s/�����1cn:�p�.2"�3
'I6�8h��{��bL�vWI�64[�
YޝC�zvl�1v��	4*M��9@�Ҭ;o���	���78D�K�*��vP�������=kH,��v�X�3�T����U0�/��

s?�Ă���>�^UH`�̘�W����-�ŏ��G��䡖�P
��@s�O�n��X�_������OF4Tl=���C��B�=���c�L���8)��42�k��s?�}?
R��vo��P�i��
LW���N[d$�WEB4>��9���B4%K@9����5�5�$ō7��tQe�35��w��A���>��UP4Q'��љ��'�dy7��lK[N(RwW9��V���<��f���t��g�7�+�:Ee�$��s��L��
4MW�Ω�ӄ1\��T�-���c���*pt�p߀�J9���j\mp!I{^ҁ^�cv�s3��a�ڲ���q�4���*h$��5˓����D�n(�_7Is2��ze �vby��OQ>z8��7�}�Gb1ZHj�u
b��o��$ӡ���@�9Rw1�W=?��r��ʭז��I"Z����$_дW4Ru�ٟBaR˝gV���\�尞Rn��==�̅v�,a��l#.�Gor�D�����]�A�7|2z�c�����~}(�9�-Tt
�������`�J!�<�P���)���������g��_�PK-SE[����5xl/workbook.xmlPK-SE[����	�[Content_Types].xmlPK-
SE[�
�H''V_rels/.relsPK-SE[�%���p+�xl/worksheets/sheet1.xmlPK-SE[�n-��P�xl/_rels/workbook.xml.relsPK-SE[Ѓc'2E
;xl/styles.xmlPK-SE[a?�zc
r2�xl/sharedStrings.xmlPK�e

application/vnd.ms-excel

Sample:
PKSE[��R�5xl/workbook.xml �(�����0D�&�C��X)��x��}-�4Ж�5��B	$޼��ξ1Z�=���G��箠mCΘ�-j�;��v�u�$݋٦Q++�M`<IR氇���<]h����j�"�/(
��r�#D��
G�d�ug��%�~S"¶����� %ѹ�=R�r5
wٕ��rJ9?c�э��[�_PKSE[����	�[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
SE[�ݍ''_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="R524b77c4484f4350" /></Relationships>PKSE[�%���p+xl/worksheets/sheet1.xml �(���[s9�������S�%*ɖ'�,���%qmS�!��DZl��5�B��Ѽz���TN��wq;�9[��˻ӡ��`vw����};��\�/�8;�_��Y��f��߭�N�7���G����f���G��;�^��
�w�m����_�//,fw��QʏW������_V����j6��naq���b:���\�i�v�����t8я�3��N�џ��u��}��/����y~u:T���Q����oW������������l��fC*�v���v��{����
�����W��Ɏ�[�SQc�����z�\|�
�U��|��oqhjP`"0���n�����|wx~و`Z��=v���|�2j6���~7���3�!��v��|������A9�]�!`E�����`���h�+����1��C���=]�ď��+���QV��zO`� ��&�l/	ubP�b�N/�&
0TVH��0
ZGO(�
��C�P�b��`��M���:C1��B4t�Q���:�Q����*�������`"�F���QT4��H�fH����fD
h�=]��ILU�6�Eg��%�Ĥ)��":�EEI�ϋ&W2�'GG�C��4���tdn��W��$&MƤy:
���[$&M��nszPuo�Ĥ�/@G����ӦB�IL,�c$;���VHL��IPV����Q��&�<�B1xeL��`�V�6P�kӋ������wWHLZ�+쫵ͽi�Gt�\���Ĥ=0I@9�ku�&-�hc���:���M,ڌE�Md%z<j�M�6�h1_Ȋ*���jg�6�$���ȗu�mb�,���.��T�j���Ĭ��XtE~t�{�3�������y����<y���Ģ+k��}n�;��4����,\b�A��)�Aϼ��.��v�o$*b�u`.1鲚M-`����f隒�I�:�VDe��Ĥ;0i��`�EOpWi��p`��Ѡ2H���P
�I�y��y>j���Q[!1	���z����;� :o����[ɰ�����u?�-�ԇUV��h��U��M�A�|m��$dL�/�FP�B��Օ��P�lj����أfCbB����{(����j�b���OHz��;��'�m�Z��>K��
n��9EC׻��H 2�\(KG���V�^�'"�ͷ@3�wwe�D�w9O-�����'"=�9�T4m?�"�q*+�o�>?�_�\|"�c~���?J�J�{a���Y���,��}VHD���zL(��ՙ	A,����X@�oS�Ģk����Sˠ���7&���m�*j:;/�n2��_�1��E��zj�\�	&�����[���ͺ���o<�)�Z~m�������st�����H��-&�0ˆ���=��LJ��`(�a�t���N'�r�?|q�~�|<�L�NV���j;L�?M�������t����<S'���]Ds�ˈ��SF<>��eē�WF\G@��8—ώ#��x~ʈ���x)(�D}%�0U_!L�7B��O!�	�VaʾB�����_B�����(����$�0u?!Lݿ���!���Ua�N&�D��a�N$#2�'�
Sx"��2�'�-�x"�2�'�%-Sy"��2�'�--�Y0��:δ\g����,x�r�s:���N�u��΂?�Y0��:u\g����,x�q��:���R�ul
\g���tn�ӹ|
L�F�)0����tn�ӹ��&ӹ|
L�F�)0����w�O=�Y��:>�\g����,��s��z���S�u|�΂O=�Y�)r��"�Y�)r��"�Y�)r��"�Y�)r��"��\�)2����A�15��n��es�r��/�Wy,���y�B���B������Y��ן�"�Ύ�e>Ǝ�U>� Z)�C�k�_�w�&_������-��+�ɼ/�~�����:L���?	ә��;��-Lg���1�k��d�5�t
�w
J6�
�!�7�_"o$���Y�����ˤ0
��L
�����U�T���;��Q�;/�b�h����զ��ѥ�0��u�C1�ϵp��F�K�;�,�p�%��S�"��c�
1��
(�2*���˨T�xY���cwE��\�НЛ��6]��Q���n�^
1�{��Y=jS��8F+�P�����m�Ǽ��K�ƒ�J�He���G�M�c>���.�k����Z	&Ԋ!�P+���R#�:/�Zv�}�-��Wٛ��j��X.7�������g��PKSE[�M=��Pxl/_rels/workbook.xml.rels �(���KN�0@�b͞�q�|P�nذ-����q�Ďl��Xp$��E%p%l����I3�����<��at���`@�J�F;�p�����v��I�4̸�Vl��ĸ�S��Y��-hSG;?��R?�Eȣ�r�j�s\3����N�Q⃓�m�L_�?���0��S
�;�E�yT=�hZ^����B��7S�<a����L��]��gՔ�B�o*c�G�}�t3��䵪:^7��4��ѫ��~PKSE[Ѓ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��PKSE[a?�zc
r2xl/sharedStrings.xml �(��ko��s��`�s��m)�݃�$���8�z(ZJ�ae�'JI|E�{���H��/�53��� �O�|l���HV�O�S�d���L�b������Nf�FE����O����~��zC��䵮w�gg$~�[DN�.�����Ym�Ȯ�(!�����6M�l���d�MQô�w2k��/L�}�Ty�ʤ���mV��tV�tF�-.o�6Y2���.�p��!W	.�,�_:KT�e1��  ��zt�]��b�����O�0�6d�"�s������~���V�f8�ƾ��\�b�
�=���v�4�q����%��y�5���~���$<�{�,�
�>����x��5��A�N�f�YIdc�K��Z�~v��E�����c.��[U�B!���
T�X�A@��>����N�[\l���4߳�ɍv�[�G���ڃ�~S���L��2���`�'�ƫ��@��KL�x����^�-�]Vd�f;��o�_=�w�T�vvs��.�8
}BS��3��]���.W��4k��GH�Y�1.�Ѩ�I����O�FY�����0A���.|��j�Jz��¯e���*�,Fu9a���������z�@~�Y�u.#S|����c���M�[^����7H�z����h��RP��)'iHV`'�s4��-�%y�%�X��9��={�xYe�j��K;��#Λ����P���5�^]�A��)H��.�O��:�=�*r�Q�ɝ&@1��^���]Ua@?�%5��je�xQ��_/��i��z������֧u�)�(p\��B�D�"��U{��P�oJ���x{z�����#�(�ߏ/t,õ�ԈN�4Ibϊ1�4㺮���o�n���##��ذ"njP�����\5
��-V(�+؆3�0�r��#x�~~��GԳ���#�#�;G�w�����5'�jYB��|BNY����ی���~��3�C���)��99��[����t?x��9.Y&T\��gUԎ�:�HJ��A�;�o�o	�?V`�r�4���,�r��Y�@�3����ۗ���w�ن����:�:�h�|uq��x�w�~��l4e����Hp�x�G��G��kE��Ajİ)S��#+�)����G�"ڎK�
�����.�B�N��T��R��R�
Ļo��ac�'���X<g�{Ҋ	W�N$�g�ĂU����42�O,�āϙ�y�w F=,#�ͬ7�	m�(�<󠗶��e�����w���V�@9,kŸ��$؈X�?��e	]����b��jԐ��4�.�١TK�q\�P������r�ʡT�b�k��z/����2fc��p��%H~��I�^�&`����,v�I�P]}������j�փRApkP~�v���]�Yn�Z�3���:�v�P�d
����+{$��c�H�}9�m���^
�l�I�;===v_��m�E�� u$�֤!�
V�}���u�耬!�~7-�&@�8�+'�UI��*�LOMbŜ�9��*�끲kQ�B:�~�q.1�)F>�;H��m[A�����t�^�<���kI'tl�����X$��)���k�p<�j��֋��[�{�_��~:nOkK��LK?��u$ZG����?�0��4�V.��`���BO0r&i�F����M�{EMY�r��d46[���2��,$�����9D�n��(���M���Iԡ	�z�Ì���5�E�6��F��H��C7|�*������^��4ÿ���%�^���(Kn��$���}��6�x��r�2Y��h|�v��&
ӝ��ۮ!�O!{q�yд�B}c�e�;Aj��,���.Tu_kBC��C1
�r��kq
����u��~��u��0��á`Ѩt8�.a�s�ߖwε��oIx]�\$��:�ZIp���` ��g���e�:�'�PS4����n01��y[��s�ޥ�?�U��؈
�VWC���r�yd��a��M�C�,+�hJt�ue�_2��&(�9'hli�	"���-���䳏���#�0�1��&ZB��@�����~���bao2��-jo]�GO����d�_�W��|W�U�ᮍ��j���()�1w��0Y[�v��L�G�jnѾl��#��Q`:Ah���ڎ�:�c���1<gn��ЎP��C���(�|�M���Al���c�
ϊ�s��� f��^��aD�������kO�8M�)V���������i��k�PUܖ{����2�{i��؅w���F�QӃ5.:F�rY��^A�ZFhڛ���4u)8����(�Vݗ`��t�	ͺ�b|�טR��î�S�H���k\eH��tB��W�2Bg��ۚ��ВA*��n��T���[�įX,�۲~�aӸ2Hӷ4{�N��vh��Az���
�F��P-���7�C:hÏ�z�-��Է��4�4I7����hn���Q$6O���E7��}��w�4�P���"��:��'Z)��Fv�Ye��+zbԉ�U�oP�d��<�^���h�2M����jH����4�e��;�>��?ч�b-��}~��%h0��������j++{�J���E�ni鍭(1Cۈ"�3����h�ȳ;s�����LJWA��[4��e��l?��&n�s/�����1cn:�p�.2"�3
'I6�8h��{��bL�vWI�64[�
YޝC�zvl�1v��	4*M��9@�Ҭ;o���	���78D�K�*��vP�������=kH,��v�X�3�T����U0�/��

s?�Ă���>�^UH`�̘�W����-�ŏ��G��䡖�P
��@s�O�n��X�_������OF4Tl=���C��B�=���c�L���8)��42�k��s?�}?
R��vo��P�i��
LW���N[d$�WEB4>��9���B4%K@9����5�5�$ō7��tQe�35��w��A���>��UP4Q'��љ��'�dy7��lK[N(RwW9��V���<��f���t��g�7�+�:Ee�$��s��L��
4MW�Ω�ӄ1\��T�-���c���*pt�p߀�J9���j\mp!I{^ҁ^�cv�s3��a�ڲ���q�4���*h$��5˓����D�n(�_7Is2��ze �vby��OQ>z8��7�}�Gb1ZHj�u
b��o��$ӡ���@�9Rw1�W=?��r��ʭז��I"Z����$_дW4Ru�ٟBaR˝gV���\�尞Rn��==�̅v�,a��l#.�Gor�D�����]�A�7|2z�c�����~}(�9�-Tt
�������`�J!�<�P���)���������g��_�PK-SE[��R�5xl/workbook.xmlPK-SE[����	��[Content_Types].xmlPK-
SE[�ݍ''U_rels/.relsPK-SE[�%���p+�xl/worksheets/sheet1.xmlPK-SE[�M=��P�xl/_rels/workbook.xml.relsPK-SE[Ѓc'2E
9xl/styles.xmlPK-SE[a?�zc
r2�xl/sharedStrings.xmlPK�c