GET api/product/{guid}/supplier

Get a product's preferred supplier

Request Information

URI Parameters

NameDescriptionTypeAdditional information
guid

Product identifier

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

PluOrderingDetail record for product that is preferred if one exists

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

string

None.

HostProductGrade

string

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": "3SwoYRA870eHQePkhIkWLQ==",
  "pluGuid": "61282cdd-3c10-47ef-8741-e3e48489162d",
  "supplierIdentifier": "E6CPzYtKS0+WHkZK3D8XeA==",
  "supplierIdentifierGuid": "cd8fa013-4a8b-4f4b-961e-464adc3f1778",
  "cartonQuantity": 1,
  "cartonQuantityChanged": true,
  "productSize": "sample string 3",
  "cigarettesPerSleeve": 1,
  "randomWeight": true,
  "piecesPerUnit": 5,
  "averagePackSize": 6,
  "effectiveDate": "2026-06-03T18:34:22.2012242",
  "pricedByWeight": true,
  "landedUnitCostEx": 9,
  "landedUnitCostInc": 10,
  "landedCartonCostInc": 12,
  "landedCartonCostEx": 13,
  "standardCost": 14,
  "deliveryFee": 1,
  "deliveryFeeBasis": "sample string 15",
  "pickAndPackFee": 1,
  "pickAndPackFeeBasis": "sample string 16",
  "financeFee": 1,
  "financeFeeBasis": "sample string 17",
  "cartonLength": 1,
  "cartonWidth": 1,
  "cartonHeight": 1,
  "palletLayerQuantity": 1,
  "palletLayers": 1,
  "itemCode": "sample string 18",
  "invoiceCode": "sample string 19",
  "invoiceDesc": "sample string 20",
  "orderDirect": true,
  "useCost": true,
  "minimumQuantity": 21,
  "hostType": 22,
  "fromHost": 23,
  "minimumReorder": 1,
  "maximumReorder": 1,
  "orderMultiple": 24.1,
  "sellMultiple": 25.1,
  "baseMultiple": 26.1,
  "hostStandardCost": 27,
  "hostTotalCost": 28,
  "hostRetail": 29,
  "hostLandedUnitCostEx": 30,
  "hostLandedUnitCostInc": 31,
  "hostDesc": "sample string 32",
  "directIndicator": "sample string 33",
  "availableToOrder": true,
  "hostRangeIndicator": "sample string 35",
  "hostProductType": "sample string 36",
  "hostProductGrade": "sample string 37",
  "hostProductGroup": "sample string 38",
  "hostSlowMoving": true,
  "hostGeneralMerchandise": true,
  "hostPillar": "sample string 41",
  "hostLastUpdated": "2026-06-03T18:34:22.2012242",
  "rebate": 1.0,
  "rebateExclude": true,
  "invoiceCodes": [
    {
      "$id": "2",
      "pluG_UID": "P7kx4msOcEyS+PsIVynyvw==",
      "pluGuid": "e231b93f-0e6b-4c70-92f8-fb085729f2bf",
      "supplierIdentifier": "shh9wDAeU0+lYoIEsxwEMA==",
      "supplierIdentifierGuid": "c07d18b2-1e30-4f53-a562-8204b31c0430",
      "invoiceCode": "sample string 1",
      "storeIDs": [
        1,
        2
      ]
    },
    {
      "$ref": "2"
    }
  ],
  "storeIDs": [
    1,
    2
  ],
  "preferredSupplier": true,
  "preferredRebateSupplier": true,
  "supplierName": "sample string 42",
  "salesMode": 43,
  "orderPacked": true,
  "active": true,
  "price": 1,
  "costGstPercent": 45,
  "parentPluG_UID": "8udLg1PItkqfaZdccbiZ4g==",
  "parentPluGuid": "834be7f2-c853-4ab6-9f69-975c71b899e2",
  "freight": 46.0,
  "freightType": 1,
  "product": {
    "$id": "3",
    "plu": 1,
    "storeID": 1,
    "masterPluG_UID": "QEA=",
    "storeIDs": [
      1,
      2
    ],
    "g_UId": "IDccpGK6GE2VJpV5lqNOkA==",
    "guid": "a41c3720-ba62-4d18-9526-957996a34e90",
    "apn": "sample string 1",
    "apnChanged": true,
    "apnSwitched": true,
    "barcode": "sample string 4",
    "itemNumber": "sample string 5",
    "itemNumberChanged": true,
    "priceGroupG_UID": "8GYh2tBn5EO7kwjPjvWhhg==",
    "priceGroupGuid": "da2166f0-67d0-43e4-bb93-08cf8ef5a186",
    "blueprintID": 1,
    "lastCountedDate": "2026-06-03T18:34:22.2012242",
    "externalID": "sample string 7",
    "active": true,
    "activated": "2026-06-03T18:34:22.2012242",
    "pluCreated": "2026-06-03T18:34:22.2012242",
    "createdByUser": "sample string 9",
    "name": "sample string 10",
    "nameChanged": true,
    "secondDescription": "sample string 12",
    "hostDescription": "sample string 13",
    "keepCartonQty": true,
    "keepDescription": true,
    "keepDepartments": true,
    "keepSuppliers": true,
    "markdownDescription": "sample string 18",
    "altDescription": "sample string 19",
    "bestOrExpire": 20,
    "lastUpdate": "2026-06-03T18:34:22.2012242",
    "lastManualUpdate": "2026-06-03T18:34:22.2012242",
    "imageName": "sample string 23",
    "showImageOnFlipCharts": true,
    "showTextOnFlipCharts": true,
    "overrideFlipChartText": true,
    "flipChartText": "sample string 27",
    "salesMode": 1,
    "eftCode": 1,
    "price": 1,
    "priceChanged": true,
    "rrp": 1,
    "gstPercent": 28,
    "gstPercentChanged": true,
    "costGSTPercent": 29,
    "costGSTPercentChanged": true,
    "wetPercent": 1,
    "priceOverride": 1,
    "cost": 1,
    "currentCost": 1,
    "currentCostDecimals": 1,
    "grossProfit": 1.0,
    "currentCostDesc": "sample string 30",
    "currentCostEnd": "2026-06-03T18:34:22.2012242",
    "currentCostUpdated": "2026-06-03T18:34:22.2012242",
    "costDecimals": 31,
    "costChanged": true,
    "dealCostIdentifier": "QEA=",
    "excludeFromRebate": true,
    "rebateOverride": 1,
    "costCalcMethod": 32,
    "costCalcMethodChanged": true,
    "costEffectiveDate": "2026-06-03T18:34:22.2012242",
    "defaultGP": 1,
    "breakTargetMode": 33,
    "break1": 1,
    "price1": 1,
    "target1": 34,
    "break2": 1,
    "price2": 1,
    "target2": 35,
    "break3": 1,
    "price3": 1,
    "target3": 36,
    "break1Changed": true,
    "price1Changed": true,
    "target1Changed": true,
    "break2Changed": true,
    "price2Changed": true,
    "target2Changed": true,
    "break3Changed": true,
    "price3Changed": true,
    "target3Changed": true,
    "breakTargetModeChanged": true,
    "margin": 1.1,
    "marginChanged": true,
    "marginRanged": true,
    "marginRangedChanged": true,
    "minimumMargin": 1.1,
    "minimumMarginChanged": true,
    "maximumMargin": 1.1,
    "maximumMarginChanged": true,
    "overrideHostWarehouseIndicator": true,
    "overrideHostWarehouseIndicatorChanged": true,
    "overrideHostPrice": true,
    "overrideHostPriceChanged": true,
    "overrideHostCost": true,
    "overrideHostCostChanged": true,
    "overrideHostMargin": true,
    "overrideHostMarginChanged": true,
    "alwaysApplyMargin": true,
    "alwaysApplyMarginChanged": true,
    "aws": 1.0,
    "paws": 1.0,
    "awsUpdated": "2026-06-03T18:34:22.2012242",
    "posTare": 1,
    "altPrice": 1.0,
    "altPriceChanged": true,
    "altPriceMode": 53,
    "altPriceModeChanged": true,
    "altPLUG_UID": "3rOlxMyYzEOUY+uuvOBjsQ==",
    "altPLUGuid": "c4a5b3de-98cc-43cc-9463-ebaebce063b1",
    "altPLUGuidChanged": true,
    "altPriceDescription1": "sample string 54",
    "altPriceDescription2": "sample string 55",
    "cartonQuantity": 56,
    "cartonQuantityChanged": true,
    "trayID": 1,
    "promptID": 1,
    "tare": 1,
    "packQty": 1,
    "fixedWeight": 1,
    "extraMesg": 1,
    "text1": "sample string 58",
    "text2": "sample string 59",
    "text3": "sample string 60",
    "labelText": "sample string 61",
    "labelTextChanged": true,
    "sendToScale": true,
    "nonScaleWeigh": true,
    "labelFormat": "sample string 65",
    "barcodeFormat": "sample string 66",
    "austMade": 1,
    "coolCode": 67,
    "countryOfOrigin": "sample string 68",
    "percentContent": 69.1,
    "departmentID": 1,
    "subDepartmentID": 1,
    "minorDepartmentID": 1,
    "lesserDepartmentID": 1,
    "deptCode": "sample string 70",
    "subDeptCode": "sample string 71",
    "minorDeptCode": "sample string 72",
    "lesserDeptCode": "sample string 73",
    "deptName": "sample string 74",
    "subDeptName": "sample string 75",
    "minorDeptName": "sample string 76",
    "lesserDeptName": "sample string 77",
    "departmentChanged": true,
    "subCategoryID": 1,
    "expiry": 1,
    "showDays": 1,
    "datePrint": 1,
    "labelRequired": true,
    "labelShelfQty": 80,
    "labelShelfChanged": true,
    "labelTalkerQty": 82,
    "labelSmall": true,
    "labelLastPrinted": "2026-06-03T18:34:22.2012242",
    "labelLastPrice": 1,
    "shelfPageLayoutG_UID": "je24UMYPvka31J39CV+sog==",
    "shelfPageLayoutGuid": "50b8ed8d-0fc6-46be-b7d4-9dfd095faca2",
    "talkerPageLayoutG_UID": "EuEL5nwIj0e/TsOHMCqywg==",
    "talkerPageLayoutGuid": "e60be112-087c-478f-bf4e-c387302ab2c2",
    "unitMeasure": 1.1,
    "unitMeasureChanged": true,
    "unitMeasureKind": 85,
    "unitMeasureKindChanged": true,
    "signIQData": "sample string 87",
    "refresh": true,
    "earnLoyaltyPoints": true,
    "earnLoyaltyPointsChanged": true,
    "quantityOverride": true,
    "quantityOverrideChanged": true,
    "quantityRequired": true,
    "quantityRequiredChanged": true,
    "allowDiscounts": true,
    "allowDiscountsChanged": true,
    "discountDiscounts": true,
    "discountDiscountsChanged": true,
    "itemRecalled": true,
    "itemRecalledChanged": true,
    "noRefund": true,
    "noRefundChanged": true,
    "allowMarkdown": true,
    "allowMarkdownChanged": true,
    "priceRequired": true,
    "priceRequiredChanged": true,
    "fuelItem": true,
    "fuelItemChanged": true,
    "liabilityItem": true,
    "trackSerial": true,
    "trackSerialChanged": true,
    "allowZeroPrice": true,
    "allowZeroPriceChanged": true,
    "notForSale": 92,
    "notForSaleChanged": true,
    "excludeFromDeals": true,
    "excludeFromVoucher": true,
    "minimumAge": 95,
    "minimumAgeChanged": true,
    "buyingLimit": 1,
    "buyingLimitChanged": true,
    "buyingLimitIndependent": true,
    "buyingLimitIndependentChanged": true,
    "inventoryGuid": "yS+K1zy+Yku7HtqO6RPabg==",
    "inventoryIdentifier": "d78a2fc9-be3c-4b62-bb1e-da8ee913da6e",
    "inventoryAccuracy": 1,
    "baseUnits": 99,
    "orderPacked": 1,
    "isManufactured": true,
    "isIngredient": true,
    "isModifier": true,
    "isModifierChanged": true,
    "hasModifiers": 100,
    "defaultPrinter": "sample string 101",
    "defaultPrinterGroup": "sample string 102",
    "ingredientsOnManufacture": true,
    "manufactureUnitMeasure": 1,
    "mpl": 1,
    "maxShelfQty": 103,
    "allowAutoOrder": true,
    "warrantyPeriod": 1,
    "parentPluG_UId": "HOOvw5066ku+BOviAFbexA==",
    "parentPluGuid": "c3afe31c-3a9d-4bea-be04-ebe20056dec4",
    "preferredHostVendor": 105,
    "preferredHostChanged": true,
    "code": "sample string 107",
    "supplierIdentifier": "uclkwRk4KUau5WLowy+sfA==",
    "supplierIdentifierGuid": "c164c9b9-3819-4629-aee5-62e8c32fac7c",
    "supplierChanged": true,
    "rebateSupplierIdentifier": "QYFnBPSltE+0OLNI88ndSg==",
    "rebateSupplierIdentifierGuid": "04678141-a5f4-4fb4-b438-b348f3c9dd4a",
    "rebateSupplierChanged": true,
    "availableForOrder": true,
    "warehouseDirectIndicator": "sample string 109",
    "warehouseDirectIndicatorChanged": true,
    "productGrade": "sample string 111",
    "productType": "sample string 112",
    "productGroup": "sample string 113",
    "complianceIndicator": "sample string 114",
    "inhouseBrand": "sample string 115",
    "slowMoving": true,
    "generalMerchandise": true,
    "comment": "sample string 118",
    "lastUpdatedByUser": "sample string 119",
    "lastManualUpdatedByUser": "sample string 120",
    "lastUpdatedByUserOverride": true,
    "lastUpdatedByHost": "2026-06-03T18:34:22.2012242",
    "commodity": "sample string 122",
    "businessPillar": "sample string 123",
    "mscCommodity": "sample string 124",
    "hostIdentifier": "KjOVuMXP5U+am5amBifVnA==",
    "hostIdentifierGuid": "b895332a-cfc5-4fe5-9a9b-96a60627d59c",
    "serviceFeeID": 1,
    "serviceFeeIDChanged": true,
    "providerName": "sample string 126",
    "aisleEnds": "sample string 127",
    "deleted": true,
    "deletedChanged": true,
    "hidden": true,
    "doNotRange": true,
    "doNotRangeChanged": true,
    "doNotOrder": true,
    "doNotOrderChanged": true,
    "locked": true,
    "excludeFromWebUpdate": true,
    "excludeFromWebUpdateChanged": true,
    "webPriceBasedOn": 138,
    "webPriceRounding": true,
    "webMarkup": 140,
    "webPriceMode": 141,
    "altDepartmentID": 1,
    "altSubDepartmentID": 1,
    "altMinorDepartmentID": 1,
    "altLesserDepartmentID": 1,
    "altDeptCode": "sample string 142",
    "altSubDeptCode": "sample string 143",
    "altMinorDeptCode": "sample string 144",
    "altLesserDeptCode": "sample string 145",
    "altDepartmentChanged": true,
    "storeProducts": [
      {
        "$ref": "3"
      },
      {
        "$ref": "3"
      }
    ],
    "store": {
      "$id": "4",
      "id": 1,
      "isMaster": true,
      "isElectedMaster": true,
      "electedMasterStoreID": 1,
      "isZoneMaster": true,
      "shortName": "sample string 3",
      "url": "sample string 4",
      "sortOrder": 1,
      "name": "sample string 5",
      "phone": "sample string 6",
      "fax": "sample string 7",
      "email": "sample string 8",
      "address1": "sample string 9",
      "address2": "sample string 10",
      "city": "sample string 11",
      "state": "sample string 12",
      "country": "sample string 13",
      "postCode": "sample string 14",
      "delivery": 1,
      "exportAccounts": 1,
      "salesAccountFolder": "sample string 15",
      "purchaseAccountFolder": "sample string 16",
      "initLoad": 1,
      "initIDs": 1,
      "zoneID": 1,
      "actAsMaster": 1,
      "lastActiveUtc": "2026-06-03T18:34:22.2012242",
      "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": "7abAy3GEFUC9KPO0kKI8Nw==",
      "hostIdentifierGuid": "cbc0a6ed-8471-4015-bd28-f3b490a23c37",
      "hostName": 1,
      "hostAddress": "sample string 27",
      "hostUsername": "sample string 28",
      "hostPassword": "sample string 29",
      "excludeFromLeadInOut": true,
      "accountingProvider": 31,
      "accountingAddress": "sample string 32",
      "accountingUsername": "sample string 33",
      "accountingPassword": "sample string 34",
      "storeAccountingCode": "sample string 35",
      "softwareVariance": 36,
      "fuelWarningVariance": 37.0,
      "fuelErrorVariance": 38.0,
      "fuelAccumulatedWarningVariance": 39.0,
      "fuelAccumulatedErrorVariance": 40.0,
      "drawManagment": 41,
      "endOfDayManagment": true,
      "autoFillCashBalancing": true,
      "fuelDayVariance": 44,
      "accountingTradingTime": "00:00:00.1234567",
      "stockActivateProduct": 46,
      "defaultOrderDocumentId": 1,
      "defaultStockReceiveDocumentId": 1,
      "giftCardSalesAccountingDeptCode": "sample string 47",
      "transactionDiscountAccountingDeptCode": "sample string 48",
      "size": 49,
      "updated": "2026-06-03T18:34:22.2012242",
      "priceZone": {
        "$id": "5",
        "id": 1,
        "name": "sample string 2",
        "hostIdentifier": "7vgx+d8l4UualaMGsZgR+Q==",
        "hostIdentifierGuid": "f931f8ee-25df-4be1-9a95-a306b19811f9",
        "sortOrder": 3,
        "zoneMasterStoreID": 1,
        "electedMasterStoreID": 1,
        "containsElectedMasterStore": true
      },
      "priceZoneName": "sample string 51",
      "storeFuelConfigured": true,
      "shippingAddressCopied": true,
      "shippingAddress": {
        "$id": "6",
        "storeID": 1,
        "addressType": 1,
        "address1": "sample string 1",
        "address2": "sample string 2",
        "city": "sample string 3",
        "state": "sample string 4",
        "country": "sample string 5",
        "postCode": "sample string 6"
      },
      "billingAddressCopied": true,
      "billingAddress": {
        "$ref": "6"
      },
      "warehouseStore": {
        "$id": "7",
        "storeID": 1,
        "warehouseStoreID": 2,
        "storeName": "sample string 3",
        "warehouseName": "sample string 4"
      },
      "hostStoreSettings": [
        {
          "$id": "8",
          "id": 1,
          "hostIdentifier": "jv0PNNtZNUGIbfQSw+Ke5g==",
          "hostIdentifierGuid": "340ffd8e-59db-4135-886d-f412c3e29ee6",
          "storeID": 2,
          "username": "sample string 3",
          "password": "sample string 4",
          "passwordPlain": "sample string 5",
          "serverAddress": "sample string 6",
          "serverPort": 1,
          "excludeFromLeadInOut": true,
          "useForHostFile": true,
          "metcashPillarID": "sample string 9",
          "metcashStateCode": "sample string 10",
          "metcashCustomerID": "sample string 11",
          "metcashTradingPartnerID": "sample string 12",
          "drakesCustomerNumber": 1,
          "sparCustomerNumber": "sample string 13",
          "sparOrderUsername": "sample string 14",
          "sparOrderPassword": "sample string 15",
          "sparOrderPasswordPlain": "sample string 16",
          "pharmXSiteID": 1,
          "ibaZoneID": 1,
          "ibaState": "sample string 17",
          "foodlandStoreCode": "sample string 18",
          "ilgMemberNumber": "sample string 19",
          "ilgOutletLocation": 1,
          "ilgBaseCost": 1,
          "ilgApplyNonAdvertisedPromos": true,
          "ilgExemptFromFreight": true,
          "ilgOrderDealReview": true,
          "ilgFinanceFee": 1,
          "secondPassword": "sample string 23",
          "secondPasswordPlain": "sample string 24",
          "secondServerAddress": "sample string 25",
          "processPromotions": true,
          "hostProvider": 0,
          "host": {
            "$id": "9",
            "identifier": "s2ecBVPjdE2ZrNEEaqSWnQ==",
            "identifierGuid": "059c67b3-e353-4d74-99ac-d1046aa4969d",
            "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": "xpylQEA8B02jqVte4Zd0SQ==",
            "hostSupplierIdentifierGuid": "40a59cc6-3c40-4d07-a3a9-5b5ee1977449",
            "loyaltyPriceLevelIdentifier": "CmKeQLPR20inxITNT7aT+g==",
            "loyaltyPriceLevelIdentifierGuid": "409e620a-d1b3-48db-a7c4-84cd4fb693fa",
            "isGroup": true,
            "description": "sample string 22",
            "hostProvider": 23,
            "hostTypeEnum": 24,
            "hostType": "sample string 25",
            "hostCode": "sample string 26",
            "username": "sample string 27",
            "password": "sample string 28",
            "passwordPlain": "sample string 29",
            "server": "sample string 30",
            "url": "sample string 31",
            "global": true,
            "stateCode": "sample string 33",
            "lastCollected": "2026-06-03T18:34:22.2012242",
            "lastProcessed": "2026-06-03T18:34:22.2012242",
            "hold": true,
            "supplierName": "sample string 35",
            "supplier": {
              "$id": "10",
              "identifier": "00R9Fz9ut0eUC4qVCiuheA==",
              "identifierGuid": "177d44d3-6e3f-47b7-940b-8a950a2ba178",
              "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": "Pi1aISSqykmddSl3U0i1vA==",
              "primaryContactID": "215a2d3e-aa24-49ca-9d75-29775348b5bc",
              "storeID": 1,
              "abn": "sample string 16",
              "supplierGroupIdentifier": "sfSM220d70OSWnnqaia49w==",
              "supplierGroupGuid": "db8cf4b1-1d6d-43ef-925a-79ea6a26b8f7",
              "rebate": 1.0,
              "rebateType": 1,
              "rebateFrequency": 1,
              "rebateSource": 1,
              "rebateLastClaimed": "2026-06-03T18:34:22.2012242",
              "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": "11",
                "id": "9f369565-a701-44bb-a596-9c72a61e7f17",
                "identifier": "m8c9UMyy3EeDS2AMiTuxtA==",
                "identifierGuid": "503dc79b-b2cc-47dc-834b-600c893bb1b4",
                "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": "12",
                  "supplierIdentifier": "NkD7Utxy6k+IUcxAq/gf1w==",
                  "supplierIdentifierGuid": "52fb4036-72dc-4fea-8851-cc40abf81fd7",
                  "contactGuid": "6PW41MwAfkSGcqss6FWDBQ==",
                  "contactID": "d4b8f5e8-00cc-447e-8672-ab2ce8558305",
                  "contact": {
                    "$ref": "11"
                  },
                  "supplier": {
                    "$ref": "10"
                  }
                },
                {
                  "$ref": "12"
                }
              ],
              "products": [
                {
                  "$ref": "1"
                },
                {
                  "$ref": "1"
                }
              ],
              "orderCycleHeaders": [
                {
                  "$id": "13",
                  "storeID": 1,
                  "supplierIdentifier": "x2zQh/FdfkuAV3y8maFv7Q==",
                  "supplierGuid": "87d06cc7-5df1-4b7e-8057-7cbc99a16fed",
                  "departmentCode": "sample string 2",
                  "warehouseDirectIndicator": "sample string 3",
                  "type": 4,
                  "storeName": "sample string 5",
                  "departmentName": "sample string 6",
                  "orderDays": 7
                },
                {
                  "$ref": "13"
                }
              ],
              "cycles": [
                {
                  "$id": "14",
                  "storeID": 1,
                  "supplierIdentifier": "Xi00Vbv8/kWgo80yLLdgnA==",
                  "supplierGuid": "55342d5e-fcbb-45fe-a0a3-cd322cb7609c",
                  "departmentCode": "sample string 2",
                  "warehouseDirectIndicator": "sample string 3",
                  "type": 4,
                  "cutOffWeek": 5,
                  "cutOffDay": 6,
                  "cutOffTime": "00:00:00.1234567",
                  "leadTime": 7,
                  "daysBuffer": 8,
                  "supplierName": "sample string 9",
                  "cutOffDate": "2026-06-03T18:34:22.2012242",
                  "deliveryDate": "2026-06-03T18:34:22.2012242",
                  "nextCutOffDate": "2026-06-03T18:34:22.2012242",
                  "nextDeliveryDate": "2026-06-03T18:34:22.2012242",
                  "nextDaysBuffer": 10
                },
                {
                  "$ref": "14"
                }
              ],
              "store": {
                "$ref": "4"
              },
              "updated": "2026-06-03T18:34:22.2012242",
              "isHost": true
            },
            "files": [
              {
                "$id": "15",
                "id": "sample string 1",
                "fileName": "sample string 2",
                "extension": "sample string 3",
                "provider": 0,
                "type": 0,
                "hostType": "sample string 4",
                "createdUtc": "2026-06-03T18:34:22.2012242",
                "processed": "2026-06-03T18:34:22.2012242",
                "isProcessing": true,
                "processedCount": 6,
                "processingTime": 1,
                "collectedUtc": "2026-06-03T18:34:22.2012242",
                "size": 1,
                "sizeFormat": "sample string 7",
                "isArchive": true,
                "customerNumber": "sample string 9",
                "businessPillar": "sample string 10",
                "fileType": "sample string 11",
                "version": "sample string 12",
                "reference": "sample string 13",
                "digest": "sample string 14",
                "contentType": "sample string 15",
                "host": {
                  "$ref": "9"
                },
                "metcashHeader": {
                  "$id": "16",
                  "customerNumber": "sample string 1",
                  "creationDate": "2026-06-03T18:34:22.2012242",
                  "businessPillar": "sample string 3",
                  "fileType": "sample string 4"
                }
              },
              {
                "$ref": "15"
              }
            ],
            "zoneMatrix": [
              {
                "$id": "17",
                "id": 1,
                "hostIdentifier": "7U2A3tksr06C6uf+Qq/IRw==",
                "hostIdentifierGuid": "de804ded-2cd9-4eaf-82ea-e7fe42afc847",
                "storeID": 1,
                "departmentCode": "sample string 2",
                "hostGuids": [
                  "813695cc-5768-4ba4-8de4-983a2db057a2",
                  "56030c2a-ccf9-4d9f-9838-78e422764765"
                ]
              },
              {
                "$ref": "17"
              }
            ],
            "hostFileStoreSetting": {
              "$ref": "8"
            },
            "hostStoreSettings": [
              {
                "$ref": "8"
              },
              {
                "$ref": "8"
              }
            ],
            "promotionPlacements": [
              {
                "$id": "18",
                "identifier": "ZkILNdRtk0qpSj3dzv8cuQ==",
                "identifierGuid": "350b4266-6dd4-4a93-a94a-3dddceff1cb9",
                "code": "sample string 2",
                "description": "sample string 3",
                "isAdvertised": true
              },
              {
                "$ref": "18"
              }
            ],
            "promoTypeGuids": [
              "831dcba2-cc3a-46fe-9018-c292bb4e3d09",
              "f8a9e457-2cda-4457-92bb-ae350508f71b"
            ],
            "isPromotionOnly": false,
            "isOrderable": false,
            "vendor": 0
          },
          "groupIDs": [
            1,
            2
          ],
          "hostDescription": "sample string 27"
        },
        {
          "$ref": "8"
        }
      ],
      "accounts": [
        {
          "$id": "19",
          "id": 1,
          "storeID": 1,
          "accountName": "sample string 2",
          "bsb": "sample string 3",
          "accountNumber": "sample string 4",
          "accountDesignated": true
        },
        {
          "$ref": "19"
        }
      ],
      "sales": [
        {
          "$id": "20",
          "id": 1,
          "storeID": 1,
          "externalSalesType": 2,
          "ftpSiteID": 1,
          "lastSaleProcessed": "2026-06-03T18:34:22.2012242",
          "ftpSite": {
            "$id": "21",
            "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": "20"
        }
      ],
      "suppliedStores": [
        1,
        2
      ],
      "zoneMatrix": [
        {
          "$ref": "17"
        },
        {
          "$ref": "17"
        }
      ],
      "cashManagements": [
        {
          "$id": "22",
          "id": 1,
          "storeID": 1,
          "cashManagementType": 2,
          "apiID": 1,
          "organisationID": "sample string 3",
          "siteName": "sample string 4",
          "thirdPartyAPI": {
            "$id": "23",
            "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,
            "config": "sample string 10"
          }
        },
        {
          "$ref": "22"
        }
      ],
      "updateStoreID": "c61a95dc-16a8-43ce-a0b2-c3f64c41ae18",
      "updateStore": {
        "$id": "24",
        "id": "e3800c38-ac77-4b51-b5e2-628f655cbd09",
        "name": "sample string 1",
        "lastActivity": "2026-06-03T18:34:22.2012242",
        "zone": "sample string 2",
        "timeZoneOffset": 0.0,
        "businessHoursStart": "00:00:00.1234567",
        "businessHoursEnd": "00:00:00.1234567",
        "master": true,
        "lastIP": "sample string 10",
        "lastHostName": "sample string 11",
        "ping": 1,
        "pingStatus": "sample string 12",
        "lastUpdateCompleted": "2026-06-03T18:34:22.2012242"
      },
      "timeZoneId": "sample string 54",
      "securityOptions": {
        "$id": "25",
        "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": "26",
        "pluG_UID": "OPhhdMlITkC9E0xblT2Cew==",
        "pluGuid": "7461f838-48c9-404e-bd13-4c5b953d827b",
        "plu": 1,
        "storeID": 1,
        "zoneID": 2,
        "zoneName": "sample string 3",
        "store": "sample string 4",
        "isElectedMasterStore": true,
        "isZoneMasterStore": true,
        "priceNow": 7,
        "costNow": 8,
        "costNowDecimals": 9,
        "normalPrice": 10,
        "priceNext": 1,
        "costNext": 1,
        "costNextDecimals": 11,
        "nextCampaignName": "sample string 12",
        "gstPercent": 13,
        "normalCost": 14,
        "normalCostDecimals": 15,
        "costGstPercent": 16,
        "costCalcMethod": 1,
        "currentCost": 17,
        "currentCostDecimals": 18,
        "break1": 19,
        "price1": 20,
        "break2": 21,
        "price2": 22,
        "break3": 23,
        "price3": 24,
        "fuelItem": 25,
        "fixedWeight": 26,
        "active": true,
        "complianceIndicator": "sample string 27",
        "doNotOrder": true,
        "doNotRange": true,
        "isNormalPriceChangesCampaign": true,
        "updated": "2026-06-03T18:34:22.2012242"
      },
      {
        "$ref": "26"
      }
    ],
    "currentPrices": {
      "$id": "27",
      "pluPrices": {
        "$id": "28",
        "plu": 1,
        "pluG_UID": "QEA=",
        "stores": [
          1,
          2
        ],
        "normalPrice": 1,
        "cost": 2,
        "break1": 3,
        "price1": 4,
        "break2": 5,
        "price2": 6,
        "break3": 7,
        "price3": 8,
        "discountPrice": 9,
        "memberDiscountPrice": 10,
        "acceptedUtc": "2026-06-03T18:34:22.2012242",
        "priceChangeType": 0,
        "costDecimals": 11,
        "costCalcMethod": 12,
        "targetCampaignPriceGtOrEquNormal": true
      },
      "normalPluPrices": {
        "$ref": "28"
      },
      "winningCampaign": 1,
      "winner": {
        "$id": "29",
        "campaignName": "sample string 1",
        "campaignDescription": "sample string 2",
        "talkerText": "sample string 3",
        "disableWasSave": true,
        "startDate": "2026-06-03T18:34:22.2012242",
        "startTime": 5,
        "endDate": "2026-06-03T18:34:22.2012242",
        "endTime": 6,
        "newPrice": 7,
        "newCost": 8,
        "newCostDecimals": 9,
        "pctDiscount": 10,
        "promoType": 1,
        "promotionTypeCode": "sample string 11",
        "hostType": 12,
        "hostIdentifier": "acjxPrKOvU+At/IBustfbw==",
        "hostIdentifierGuid": "3ef1c869-8eb2-4fbd-80b7-f201bacb5f6f",
        "storeNames": [
          "sample string 1",
          "sample string 2"
        ]
      },
      "details": [
        {
          "$ref": "29"
        },
        {
          "$ref": "29"
        }
      ]
    },
    "tray": {
      "$id": "30",
      "g_UId": "/WWerFbIv0CKB+DFyf4XXA==",
      "guid": "ac9e65fd-c856-40bf-8a07-e0c5c9fe175c",
      "name": "sample string 1",
      "number": 1,
      "tare": 1
    },
    "priceGroup": {
      "$id": "31",
      "priceGroupG_UID": "hGZQA0DUu0KBqQUDpJT7zg==",
      "priceGroupGuid": "03506684-d440-42bb-81a9-0503a494fbce",
      "name": "sample string 2",
      "code": 1,
      "modified": true,
      "updated": "2026-06-03T18:34:22.2012242",
      "buyingLimit": 1,
      "buyingLimitIndependent": true,
      "buyingLimitType": 0,
      "number": 1,
      "products": [
        {
          "$ref": "3"
        },
        {
          "$ref": "3"
        }
      ],
      "productCount": 1
    },
    "priceGroupName": "sample string 147",
    "nutrifacts": {
      "$id": "32",
      "pluG_UID": "1xCqbZYC8kGB5zSB454CWQ==",
      "pluGuid": "6daa10d7-0296-41f2-81e7-3481e39e0259",
      "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": "33",
      "pluGuid": "7174dd14-a633-458d-a9d6-28733b7e2175",
      "created": "2026-06-03T18:34:22.2012242",
      "createdByUser": "sample string 1",
      "activated": "2026-06-03T18:34:22.2012242",
      "activatedByUser": "sample string 2",
      "deactivated": "2026-06-03T18:34:22.2012242",
      "deactivatedByUser": "sample string 3",
      "lastOrdered": "2026-06-03T18:34:22.2012242",
      "lastOrderedQty": 4.0,
      "lastReceived": "2026-06-03T18:34:22.2012242",
      "lastReceivedQty": 5.0,
      "lastInvoiceStatus": 1,
      "lastCounted": "2026-06-03T18:34:22.2012242",
      "lastSold": "2026-06-03T18:34:22.2012242",
      "firstSold": "2026-06-03T18:34:22.2012242",
      "awsUpdated": "2026-06-03T18:34:22.2012242",
      "lastManualUpdate": "2026-06-03T18:34:22.2012242",
      "lastManualUpdatedByUser": "sample string 7",
      "lastUpdated": "2026-06-03T18:34:22.2012242",
      "lastUpdatedByUser": "sample string 9",
      "lastUpdatedByHost": "2026-06-03T18:34:22.2012242",
      "doNotRangeUpdated": "2026-06-03T18:34:22.2012242",
      "doNotOrderUpdated": "2026-06-03T18:34:22.2012242",
      "tracked": "2026-06-03T18:34:22.2012242"
    },
    "allergens": [
      {
        "$id": "34",
        "primaryKey": {
          "$id": "35",
          "pluGuid": "17b01582-26bb-488c-b3bc-b7448aa64e5b",
          "contains": 2
        },
        "allergenID": 1,
        "pluG_UID": "ghWwF7smjEizvLdEiqZOWw==",
        "pluGuid": "17b01582-26bb-488c-b3bc-b7448aa64e5b",
        "contains": 2,
        "allergenName": "sample string 3",
        "storeIDs": [
          1,
          2
        ]
      },
      {
        "$ref": "34"
      }
    ],
    "costs": {
      "$id": "36",
      "pluG_UID": "qcLR1tCbhUuavqwhTjZYMg==",
      "pluGuid": "d6d1c2a9-9bd0-4b85-9abe-ac214e365832",
      "enteredCost": 1,
      "weightedAvgCost": 1,
      "lastCost": 1,
      "rawEnteredCost": 2,
      "rawWeightedAvgCost": 3,
      "rawLastCost": 4,
      "freight": 5.0,
      "freightType": 6,
      "costDecimals": 7,
      "fifoCost": 1,
      "updated": "2026-06-03T18:34:22.2012242",
      "normalCost": 1,
      "currentCost": 1
    },
    "sales": [
      {
        "$id": "37",
        "saleHeaderID": 1,
        "created": "2026-06-03T18:34:22.2012242",
        "createdLocal": "2026-06-03T18:34:22.2012242",
        "storeID": 3,
        "storeName": "sample string 4",
        "operatorG_Uid": "nrdi/K9l7EiDDA+nwCNCVg==",
        "operatorGuid": "fc62b79e-65af-48ec-830c-0fa7c0234256",
        "operatorName": "sample string 5",
        "tranType": 1,
        "plu": 1,
        "pluG_UId": "bAKo0lcHekmczwy3MVXvtg==",
        "pluGuid": "d2a8026c-0757-497a-9ccf-0cb73155efb6",
        "normalPrice": 1,
        "totalCents": 1,
        "cost": 1,
        "grossProfit": 1,
        "quantity": 1,
        "operator": {
          "$id": "38",
          "id": 1,
          "g_Uid": "9/aycvjF5U2TEVbbOLn0iw==",
          "guid": "72b2f6f7-c5f8-4de5-9311-56db38b9f48b",
          "operatorNumber": 1,
          "shortName": "sample string 2",
          "firstName": "sample string 3",
          "lastName": "sample string 4",
          "password": "sample string 5",
          "hasPassword": true,
          "passwordText": "sample string 6",
          "rfidTagID": "sample string 7",
          "blueprintID": 1,
          "groupID": 1,
          "groupName": "sample string 8",
          "managerGroupID": 1,
          "managerGroupName": "sample string 9",
          "zoneID": 1,
          "zoneName": "sample string 10",
          "loggedIn": 1,
          "lastUsedIP": "sample string 11",
          "deleted": true,
          "locked": true,
          "allowOpenTill": true,
          "webEmail": "sample string 14",
          "simpleOperatorType": 0,
          "webRole": "sample string 15",
          "updated": "2026-06-03T18:34:22.2012242",
          "passwordResetRequired": true,
          "alteredInStore": true,
          "startShift": "2026-06-03T18:34:22.2012242",
          "endShift": "2026-06-03T18:34:22.2012242",
          "machineName": "sample string 20",
          "drawerID": 1,
          "stores": [
            {
              "$id": "39",
              "operatorG_UID": "THjNz5/M5kGGDczQdbSIPw==",
              "operatorGuid": "cfcd784c-cc9f-41e6-860d-ccd075b4883f",
              "storeID": 2,
              "operator": {
                "$ref": "38"
              },
              "store": {
                "$ref": "4"
              }
            },
            {
              "$ref": "39"
            }
          ]
        }
      },
      {
        "$ref": "37"
      }
    ],
    "apns": [
      {
        "$id": "40",
        "pluID": 1,
        "pluG_UID": "PePiuviKlUq2isHzgoh/4A==",
        "pluGuid": "bae2e33d-8af8-4a95-b68a-c1f382887fe0",
        "apn": "sample string 1",
        "deleted": true,
        "storeID": 1,
        "storeIDs": [
          1,
          2
        ]
      },
      {
        "$ref": "40"
      }
    ],
    "tuns": [
      {
        "$id": "41",
        "pluG_UId": "2YXuBqVz4EuLGyv0M0ePFA==",
        "pluGuid": "06ee85d9-73a5-4be0-8b1b-2bf433478f14",
        "apn": "sample string 1",
        "tun": "sample string 2",
        "cartonQuantity": 3,
        "product": {
          "$ref": "3"
        },
        "storeIDs": [
          1,
          2
        ]
      },
      {
        "$ref": "41"
      }
    ],
    "competitionPricing": [
      {
        "$id": "42",
        "identifier": "wVRNwsaNnkiRQYF4s8FJCQ==",
        "identifierGuid": "c24d54c1-8dc6-489e-9141-8178b3c14909",
        "pluG_UID": "2v0+28nM5kuXywnb90Ezmw==",
        "pluGuid": "db3efdda-ccc9-4be6-97cb-09dbf741339b",
        "competitionID": 1,
        "name": "sample string 2",
        "sellMultiple": 3,
        "retailPrice": 4,
        "storeName": "sample string 5"
      },
      {
        "$ref": "42"
      }
    ],
    "supplier": {
      "$ref": "10"
    },
    "supplierName": "sample string 148",
    "children": [
      {
        "$ref": "3"
      },
      {
        "$ref": "3"
      }
    ],
    "ordering": {
      "$ref": "1"
    },
    "flipChartPages": [
      {
        "$id": "43",
        "identifier": "88tPm4XOb0G36Jd+1jBAOA==",
        "groupName": "sample string 1",
        "identifierGuid": "9b4fcbf3-ce85-416f-b7e8-977ed6304038",
        "exists": true,
        "flipChartIdentifier": "QikIC/Z29UWa122pp+VFJw==",
        "flipChartIdentifierGuid": "0b082942-76f6-45f5-9ad7-6da9a7e54527",
        "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": "su0XS1Sy5EWy0c58+i09Cg==",
        "groupIdentifierGuid": "4b17edb2-b254-45e4-b2d1-ce7cfa2d3d0a",
        "flipChart": {
          "$id": "44",
          "identifier": "Hc4D9astoEOhJ5SIwV0/IA==",
          "identifierGuid": "f503ce1d-2dab-43a0-a127-9488c15d3f20",
          "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": "45",
            "identifier": "UQ+rS9d/rEitXku3A0XmmA==",
            "identifierGuid": "4bab0f51-7fd7-48ac-ad5e-4bb70345e698",
            "name": "sample string 2",
            "formType": "sample string 3",
            "forms": [
              {
                "$id": "46",
                "id": 1,
                "g_UID": "M+EJIfLWakqmhwbZpqQ39A==",
                "guid": "2109e133-d6f2-4a6a-a687-06d9a6a437f4",
                "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": "jkA074cGXEST0Rmjhs3ncQ==",
                "previousFormGuid": "ef34408e-0687-445c-93d1-19a386cde771",
                "nextForm": 1,
                "nextFormG_UID": "jSPvGBWBtUS+uCEVO2wPyQ==",
                "nextFormGuid": "18ef238d-8115-44b5-beb8-21153b6c0fc9",
                "attributes": "sample string 10",
                "updated": "2026-06-03T18:34:22.2012242",
                "positioning": 1,
                "contentPanel": "sample string 11",
                "selectionMode": 1,
                "maximumSelections": 1,
                "alteredInStore": true,
                "deleted": true,
                "blueprintID": 1,
                "preserveLayout": true,
                "mainCheckoutFormName": "sample string 13",
                "nextCheckoutForm": {
                  "$ref": "46"
                },
                "previousCheckoutForm": {
                  "$ref": "46"
                },
                "buttons": [
                  {
                    "$id": "47",
                    "id": 1,
                    "checkoutFormID": 2,
                    "checkoutFormG_UID": "zcoh/Yg3nUWg2gM8WKmoLQ==",
                    "checkoutFormGuid": "fd21cacd-3788-459d-a0da-033c58a9a82d",
                    "identifier": "ZbSvBejNIESLYt/Lm7QPrA==",
                    "identifierGuid": "05afb465-cde8-4420-8b62-dfcb9bb40fac",
                    "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": "c69lYf3sxUOrcRgHKjqPzw==",
                    "valueGuid": "6165af73-ecfd-43c5-ab71-18072a3a8fcf",
                    "buttonText": "sample string 10",
                    "valueText": "sample string 11",
                    "drawImageAndButton": true,
                    "updated": "2026-06-03T18:34:22.2012242",
                    "action": "sample string 12",
                    "valueForm": {
                      "$ref": "46"
                    },
                    "image": {
                      "$id": "48",
                      "name": "sample string 3.sample string 4",
                      "imageID": 2,
                      "imageName": "sample string 3",
                      "imageExtension": "sample string 4",
                      "lastUpdate": "2026-06-03T18:34:22.2012242",
                      "imageData": "QEA=",
                      "readOnly": true
                    }
                  },
                  {
                    "$ref": "47"
                  }
                ],
                "panels": [
                  {
                    "$id": "49",
                    "id": 1,
                    "checkoutFormID": 2,
                    "checkoutFormG_UID": "mcU3PpSl00uTF374ycrYFg==",
                    "checkoutFormGuid": "3e37c599-a594-4bd3-9317-7ef8c9cad816",
                    "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": "49"
                  }
                ]
              },
              {
                "$ref": "46"
              }
            ],
            "panels": [
              {
                "$ref": "49"
              },
              {
                "$ref": "49"
              }
            ]
          },
          "pages": [
            {
              "$ref": "43"
            },
            {
              "$ref": "43"
            }
          ]
        },
        "contentPanel": {
          "$ref": "49"
        },
        "products": [
          {
            "$id": "50",
            "flipChartPageIdentifier": "XZ4bExyg/UaqaHYoM5bbmQ==",
            "flipChartPageIdentifierGuid": "131b9e5d-a01c-46fd-aa68-76283396db99",
            "pluG_UID": "hz3NVzeUAEm4ng5MzncpJA==",
            "pluGuid": "57cd3d87-9437-4900-b89e-0e4cce772924",
            "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": "50"
          }
        ],
        "productCount": 27,
        "pages": [
          {
            "$ref": "43"
          },
          {
            "$ref": "43"
          }
        ]
      },
      {
        "$ref": "43"
      }
    ],
    "priceHistory": [
      {
        "$id": "51",
        "pluG_UID": "zAbwcYHRsUi7uzW0bj1MiA==",
        "pluGuid": "71f006cc-d181-48b1-bbbb-35b46e3d4c88",
        "price": 1,
        "costCalcMethod": 1,
        "cost": 2,
        "weightedAvgCost": 3,
        "lastCost": 4,
        "rawCost": 5,
        "rawWeightedAvgCost": 6,
        "rawLastCost": 7,
        "costDecimals": 8,
        "serviceFeeID": 9,
        "freight": 10.0,
        "freightType": 11,
        "process": "sample string 12",
        "user": "sample string 13",
        "updated": "2026-06-03T18:34:22.2012242",
        "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": "51"
      }
    ],
    "ingredients": [
      {
        "$id": "52",
        "pluG_UID": "PEsAyNWX2EquFB2HyIoJ0Q==",
        "ingredientGuid": "gLJ4iJK+B0C/rXgHqb4HjA==",
        "ingredientIdentifier": "8878b280-be92-4007-bfad-7807a9be078c",
        "quantity": 1.0,
        "storeIDs": [
          1,
          2
        ],
        "ingredientText": "sample string 1",
        "ingredient": {
          "$ref": "3"
        }
      },
      {
        "$ref": "52"
      }
    ],
    "bins": [
      {
        "$id": "53",
        "pluG_UID": "ph9QTAbIAUyaqPol6I1WuQ==",
        "pluGuid": "4c501fa6-c806-4c01-9aa8-fa25e88d56b9",
        "shelfLocationIdentifier": "7/UskvmFF0mgp1+6gSFmqQ==",
        "shelfLocationGuid": "922cf5ef-85f9-4917-a0a7-5fba812166a9",
        "labelShelfDefault": 1,
        "labelTalkerDefault": 1,
        "labelSmall": true,
        "labelPageLayoutG_UID": "ueNc5T2HBUGPliCCXEf5dA==",
        "labelPageLayoutGuid": "e55ce3b9-873d-4105-8f96-20825c47f974",
        "updated": "2026-06-03T18:34:22.2012242",
        "electronicShelfLabelIdentifier": "sample string 5",
        "electronicshelfLabelsConfigurationID": 6,
        "labelShelfChanged": true,
        "productName": "sample string 8",
        "locationText": "sample string 9",
        "product": {
          "$ref": "3"
        },
        "location": {
          "$id": "54",
          "identifier": "Ocr4+jj3YkabQLYoavt1Gg==",
          "storeID": 1,
          "identifierGuid": "faf8ca39-f738-4662-9b40-b6286afb751a",
          "name": "sample string 2",
          "haccp": true,
          "blueprintID": 1,
          "updated": "2026-06-03T18:34:22.2012242",
          "minTemp": 1,
          "maxTemp": 1,
          "checkFrequency": 1,
          "storeCaseConfiguration": 5,
          "storeName": "sample string 6",
          "bins": [
            {
              "$ref": "53"
            },
            {
              "$ref": "53"
            }
          ]
        }
      },
      {
        "$ref": "53"
      }
    ],
    "bin": {
      "$ref": "53"
    },
    "scaleLocations": [
      {
        "$id": "55",
        "plu": 1,
        "pluG_UID": "3ZWEoZgZF06Iwdib0WjWsQ==",
        "pluGuid": "a18495dd-1998-4e17-88c1-d89bd168d6b1",
        "deptNo": 1,
        "product": {
          "$ref": "3"
        },
        "scaleLocation": {
          "$id": "56",
          "id": 1,
          "deptNo": 1,
          "deptCode": "sample string 2",
          "name": "sample string 3",
          "enabled": true,
          "updated": "2026-06-03T18:34:22.2012242",
          "department": {
            "$id": "57",
            "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": "56"
            },
            "subDepartments": [
              {
                "$id": "58",
                "id": 1,
                "departmentID": 2,
                "name": "sample string 3",
                "code": "sample string 4",
                "departmentCode": "sample string 5",
                "externalSales": true,
                "minorDepartments": [
                  {
                    "$id": "59",
                    "id": 1,
                    "subDepartmentID": 2,
                    "departmentID": 3,
                    "name": "sample string 4",
                    "subDepartmentCode": "sample string 5",
                    "departmentCode": "sample string 6",
                    "code": "sample string 7",
                    "lesserDepartments": [
                      {
                        "$id": "60",
                        "id": 1,
                        "departmentID": 2,
                        "subDepartmentID": 3,
                        "minorDepartmentID": 4,
                        "name": "sample string 5",
                        "code": "sample string 6",
                        "departmentCode": "sample string 7",
                        "subDepartmentCode": "sample string 8",
                        "minorDepartmentCode": "sample string 9",
                        "updated": "2026-06-03T18:34:22.2012242",
                        "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": "lo0d/JJmtEOf22pt/QEfzg==",
                        "labelPageLayoutGuid": "fc1d8d96-6692-43b4-9fdb-6a6dfd011fce",
                        "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": "61",
                          "dept": 1,
                          "category": 2,
                          "name": "sample string 3",
                          "active": true,
                          "mscCommodities": [
                            {
                              "$id": "62",
                              "dept": 1,
                              "category": 2,
                              "commodity": 3,
                              "name": "sample string 4",
                              "active": true,
                              "mscSubCommodities": [
                                {
                                  "$id": "63",
                                  "dept": 1,
                                  "category": 2,
                                  "commodity": 3,
                                  "subCommodity": 4,
                                  "name": "sample string 5",
                                  "active": true,
                                  "subCommodityCode": "sample string 7"
                                },
                                {
                                  "$ref": "63"
                                }
                              ],
                              "commodityCode": "sample string 6"
                            },
                            {
                              "$ref": "62"
                            }
                          ],
                          "categoryCode": "sample string 5"
                        },
                        "mscCom": {
                          "$ref": "62"
                        },
                        "mscDep": {
                          "$id": "64",
                          "dept": 1,
                          "name": "sample string 2",
                          "active": true,
                          "mscCategories": [
                            {
                              "$ref": "61"
                            },
                            {
                              "$ref": "61"
                            }
                          ],
                          "deptCode": "sample string 4"
                        },
                        "mscSubCom": {
                          "$ref": "63"
                        }
                      },
                      {
                        "$ref": "60"
                      }
                    ],
                    "updated": "2026-06-03T18:34:22.2012242",
                    "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": "4Kmfcp0/lU+xFFTonOfC9g==",
                    "labelPageLayoutGuid": "729fa9e0-3f9d-4f95-b114-54e89ce7c2f6",
                    "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": "61"
                    },
                    "mscCom": {
                      "$ref": "62"
                    },
                    "mscDep": {
                      "$ref": "64"
                    },
                    "mscSubCom": {
                      "$ref": "63"
                    }
                  },
                  {
                    "$ref": "59"
                  }
                ],
                "investmentBuyOverride": true,
                "updated": "2026-06-03T18:34:22.2012242",
                "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": "IP1enjRnR0CWx0QsjsPwAw==",
                "labelPageLayoutGuid": "9e5efd20-6734-4047-96c7-442c8ec3f003",
                "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": "61"
                },
                "mscCom": {
                  "$ref": "62"
                },
                "mscDep": {
                  "$ref": "64"
                },
                "mscSubCom": {
                  "$ref": "63"
                }
              },
              {
                "$ref": "58"
              }
            ],
            "stores": [
              1,
              2
            ],
            "investmentBuyOverride": true,
            "updated": "2026-06-03T18:34:22.2012242",
            "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": "sNxWEcBlLUGEqdk/7YLhXA==",
            "labelPageLayoutGuid": "1156dcb0-65c0-412d-84a9-d93fed82e15c",
            "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": "61"
            },
            "mscCom": {
              "$ref": "62"
            },
            "mscDep": {
              "$ref": "64"
            },
            "mscSubCom": {
              "$ref": "63"
            }
          }
        }
      },
      {
        "$ref": "55"
      }
    ],
    "nextPrice": {
      "$id": "65",
      "id": 1,
      "campaignID": 2,
      "campaignName": "sample string 3",
      "plu": 1,
      "hostOfferID": 1,
      "metcashPromotionID": "sample string 4",
      "metcashPromotionPlacement": "sample string 5",
      "pluG_UID": "1XdDnz4obEaIeau2an8+1Q==",
      "pluGuid": "9f4377d5-283e-466c-8879-abb66a7f3ed5",
      "newPrice": 1,
      "pctDiscount": 1,
      "newCost": 1,
      "newCostDecimals": 6,
      "dealCostIdentifier": "hnYWLIM950uc4v2WknjVOw==",
      "dealCostGuid": "2c167686-3d83-4be7-9ce2-fd969278d53b",
      "pluName": "sample string 7",
      "apn": "sample string 8",
      "fuelItem": true,
      "priceGroupG_UID": "enlfiWc/b0ymq13+uFKJJw==",
      "priceGroupGuid": "895f797a-3f67-4c6f-a6ab-5dfeb8528927",
      "itemNumber": "sample string 10",
      "cri": "sample string 11",
      "pluPrice": 12,
      "costCalcMethod": 13,
      "pluCost": 14,
      "pluCostIndicator": "sample string 15",
      "pluPriceGstPercent": 16,
      "pluCostGstPercent": 17,
      "pluActive": true,
      "cartonQty": 1.1,
      "baseUnits": 19.1,
      "salesMode": 1,
      "orderPacked": 20,
      "pluNormalCost": 21,
      "pluaws": 22.0,
      "directNumber": "sample string 23",
      "departmentName": "sample string 24",
      "subDepartmentName": "sample string 25",
      "priceGroupName": "sample string 26",
      "supplierName": "sample string 27",
      "stockOnHand": 1.1,
      "stockOnOrder": 1.1,
      "lastReceived": "2026-06-03T18:34:22.2012242",
      "rrp": 28,
      "campaignDescription": "sample string 29",
      "hostCampaign": true,
      "hostIdentifier": "QEA=",
      "hostIdentifierGuid": "4554795e-b353-4288-a66d-5eef19f8324f",
      "campaignComboPriceGroupG_UID": "7td7e/Skhkq3T5soz/b4Hw==",
      "campaignComboPriceGroupIdentifier": "7b7bd7ee-a4f4-4a86-b74f-9b28cff6f81f",
      "promotionPlacementDescription": "sample string 31",
      "storeAcceptances": [
        {
          "$id": "66",
          "plu": 1,
          "pluG_UId": "QEA=",
          "campaignID": 1,
          "campaignName": "sample string 2",
          "storeID": 3,
          "acceptedUtc": "2026-06-03T18:34:22.2168613",
          "operatorG_UID": "lagjeCGp3E+xFIPqcWFU4A==",
          "operatorGuid": "7823a895-a921-4fdc-b114-83ea716154e0",
          "machineID": 1,
          "processed": true,
          "appliedUtc": "2026-06-03T18:34:22.2168613",
          "signIqTicketFileMovedUtc": "2026-06-03T18:34:22.2168613",
          "user": "sample string 6",
          "campaignDescription": "sample string 7",
          "productDesc": "sample string 8",
          "storeName": "sample string 9",
          "effectiveUtc": "2026-06-03T18:34:22.2168613",
          "priceChangeType": 0,
          "operatorName": "sample string 10",
          "hostCampaign": true,
          "hostIdentifier": "QEA=",
          "hostIdentifierGuid": "6beac938-e02d-418f-ac83-31abe6497f41",
          "product": {
            "$ref": "3"
          },
          "campaignPlu": {
            "$ref": "65"
          },
          "fuelItem": true
        },
        {
          "$ref": "66"
        }
      ],
      "campaign": {
        "$id": "67",
        "id": 1,
        "storeID": 2,
        "name": "0c04604e-cf22-4711-8072-11af272c231f",
        "nameGuid": "0c04604e-cf22-4711-8072-11af272c231f",
        "description": "sample string 4",
        "showDiscounts": true,
        "showTotals": true,
        "onlyEvaluateOnSubtotal": true,
        "useDescription": true,
        "campaignType": 1,
        "startDate": "2026-06-03T18:34:22.2168613",
        "startTime": 1,
        "endDate": "2026-06-03T18:34:22.2168613",
        "endTime": 1,
        "recurrence": 1,
        "recurrenceType": 1,
        "monthType": 1,
        "weekDays": 1,
        "months": 1,
        "monthWeeks": 1,
        "monthDays": "sample string 7",
        "printed": true,
        "talkerText": "sample string 8",
        "rangeDescription": "sample string 9",
        "dealDescription": "sample string 10",
        "labelQuantity": 11,
        "active": 1,
        "deactivated": "2026-06-03T18:34:22.2168613",
        "system": true,
        "created": "2026-06-03T18:34:22.2168613",
        "updated": "2026-06-03T18:34:22.2168613",
        "priceChangeNotifiedUtc": "2026-06-03T18:34:22.2168613",
        "promoType": 1,
        "promotionTypeCode": "sample string 13",
        "hostIdentifier": "v3tsKdnn2U6tQoCqqKhgDQ==",
        "hostIdentifierGuid": "296c7bbf-e7d9-4ed9-ad42-80aaa8a8600d",
        "hostType": 14,
        "createdByUser": "sample string 15",
        "fromHost": true,
        "deleted": true,
        "campaignDeleted": "2026-06-03T18:34:22.2168613",
        "updatedByUser": "sample string 18",
        "offerID": 1,
        "isPriceChangeCampaign": true,
        "stores": [
          1,
          2
        ],
        "storeNames": [
          "sample string 1",
          "sample string 2"
        ],
        "campaignPlus": [
          {
            "$ref": "65"
          },
          {
            "$ref": "65"
          }
        ],
        "campaignPools": [
          {
            "$id": "68",
            "id": 1,
            "campaignID": 2,
            "campaignName": "sample string 3",
            "plu": 4,
            "pluG_UID": "f8jl2JAVmEKHP96rAvXC3Q==",
            "pluGuid": "d8e5c87f-1590-4298-873f-deab02f5c2dd",
            "hostOfferID": 1,
            "priceGroupG_UID": "PX7iKM3b+UqGi9QhA7G+iw==",
            "priceGroupGuid": "28e27e3d-dbcd-4af9-868b-d42103b1be8b",
            "fuelItem": true,
            "pluName": "sample string 6",
            "apn": "sample string 7",
            "pluActive": true,
            "cartonQty": 1,
            "baseUnits": 9.1,
            "cri": "sample string 10",
            "salesMode": 1,
            "orderPacked": 11,
            "pluaws": 12.0,
            "directNumber": "sample string 13",
            "departmentName": "sample string 14",
            "subDepartmentName": "sample string 15",
            "priceGroupName": "sample string 16",
            "supplierName": "sample string 17",
            "stockOnHand": 1.1,
            "stockOnOrder": 1.1,
            "lastReceived": "2026-06-03T18:34:22.2168613",
            "rrp": 18,
            "campaignDescription": "sample string 19",
            "product": {
              "$ref": "3"
            },
            "campaign": {
              "$ref": "67"
            }
          },
          {
            "$ref": "68"
          }
        ],
        "sellingRules": [
          {
            "$id": "69",
            "id": 1,
            "identifier": "jjhnXOUtQ0i0PMt/9mClYQ==",
            "identifierStr": "jjhnXOUtQ0i0PMt/9mClYQ==",
            "identifierGuid": "5c67388e-2de5-4843-b43c-cb7ff660a561",
            "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": "67"
            }
          },
          {
            "$ref": "69"
          }
        ],
        "customers": [
          {
            "$id": "70",
            "id": 1,
            "campaignID": 2,
            "campaignName": "sample string 3",
            "customerID": "32a+j6ODD0agrYyPGXuk3g==",
            "customerIDGuid": "8fbe66df-83a3-460f-a0ad-8c8f197ba4de",
            "campaign": {
              "$ref": "67"
            },
            "customer": {
              "$id": "71",
              "identifier": "puW2F39d0Ua5zCi925mHrQ==",
              "identifierGuid": "17b6e5a6-5d7f-46d1-b9cc-28bddb9987ad",
              "code": "sample string 2",
              "familyName": "sample string 3",
              "givenName": "sample string 4",
              "otherName": "sample string 5",
              "title": "sample string 6",
              "dateOfBirth": "2026-06-03T18:34:22.2168613",
              "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": "BTnHBaLTrECrEbGJcPGmMg==",
              "communityIdentifierGuid": "05c73905-d3a2-40ac-ab11-b18970f1a632",
              "joined": "2026-06-03T18:34:22.2168613",
              "updated": "2026-06-03T18:34:22.2168613",
              "active": true,
              "reasonInactive": 1,
              "groupCustomer": true,
              "loyaltyPoints": 1,
              "homeStoreID": 1,
              "availableSpend": 1,
              "priceLevelIdentifier": "pWgG9FQ3zESi3dgtP18J7A==",
              "priceLevelIdentifierGuid": "f40668a5-3754-44cc-a2dd-d82d3f5f09ec",
              "marketingID": "sample string 18",
              "receiptPrintOptions": 1,
              "hidden": true,
              "registered": true,
              "registeredOn": "2026-06-03T18:34:22.2168613",
              "emailMarketing": true,
              "smsMarketing": true,
              "deleted": true,
              "deletedUser": "sample string 24",
              "homeStoreName": "sample string 25",
              "customerCards": [
                {
                  "$id": "72",
                  "cardType": 2,
                  "issueDate": "2026-06-03T18:34:22.2168613",
                  "expiry": "2026-06-03T18:34:22.2168613",
                  "customerID": "SLcX7dNtZE+V0SUwB3Me8A==",
                  "customerIDGuid": "ed17b748-6dd3-4f64-95d1-253007731ef0",
                  "initialValue": 1,
                  "currentValue": 1,
                  "maxLimit": 1,
                  "minTransaction": 1,
                  "maxTransaction": 1,
                  "multiplier": 1.1,
                  "active": true,
                  "reasonInactive": 1,
                  "idRequired": true,
                  "idType": 1,
                  "idValue": "sample string 5",
                  "updated": "2026-06-03T18:34:22.2168613",
                  "linkedAccount": "fD20NCGfekyRS4dGNlq8KQ==",
                  "linkedAccountGuid": "34b43d7c-9f21-4c7a-914b-8746365abc29",
                  "currentValueChanged": true,
                  "limitsChanged": true,
                  "customer": {
                    "$ref": "71"
                  },
                  "account": {
                    "$id": "73",
                    "id": 1,
                    "identifier": "TaZLOFd2uUuzORRmR7TAGg==",
                    "identifierGuid": "384ba64d-7657-4bb9-b339-146647b4c01a",
                    "referenceNo": "sample string 3",
                    "name": "sample string 4",
                    "created": "2026-06-03T18:34:22.2168613",
                    "owner": "PL9FDuCkxkmRY9ZH/d01ZA==",
                    "ownerGuid": "0e45bf3c-a4e0-49c6-9163-d647fddd3564",
                    "accountStoreGroupIdentifier": "0UfpZ9cWj0agOnv9P+0sDw==",
                    "accountStoreGroupGuid": "67e947d1-16d7-468f-a03a-7bfd3fed2c0f",
                    "accountType": 1,
                    "currentBalance": 1,
                    "externalID": "sample string 7",
                    "maximumLimit": 1,
                    "accruePoints": true,
                    "loyaltyPoints": 1,
                    "termsOfTrade": 1,
                    "signatureRequired": true,
                    "referenceRequired": true,
                    "statementSendType": 10,
                    "ageingPeriod": 1,
                    "monthlyAgeingPeriod": true,
                    "explodedInvoice": true,
                    "isFifoAllocation": true,
                    "lastStatementSent": "2026-06-03T18:34:22.2168613",
                    "active": true,
                    "updated": "2026-06-03T18:34:22.2168613",
                    "deleted": true,
                    "deletedUser": "sample string 16",
                    "currentBalanceChanged": true,
                    "maximumLimitChanged": true,
                    "loyaltyPointsChanged": true,
                    "projectedBalance": 17,
                    "accountStoreGroupStoreIDs": [
                      1,
                      2
                    ],
                    "customerEmail": "sample string 18",
                    "ownerCustomer": {
                      "$ref": "71"
                    },
                    "card": {
                      "$ref": "72"
                    },
                    "members": {
                      "$id": "74",
                      "sample string 1": [
                        {
                          "$ref": "71"
                        },
                        {
                          "$ref": "71"
                        }
                      ],
                      "sample string 2": [
                        {
                          "$ref": "71"
                        },
                        {
                          "$ref": "71"
                        }
                      ]
                    },
                    "customerGroups": [
                      {
                        "$id": "75",
                        "identifier": "8o9Z5V1g20Gq+PCGzqMdjQ==",
                        "identifierGuid": "e5598ff2-605d-41db-aaf8-f086cea31d8d",
                        "name": "sample string 2",
                        "primaryContact": "6tA6FRApOECHBZNkJuPbcw==",
                        "primaryContactGuid": "153ad0ea-2910-4038-8705-936426e3db73",
                        "accountID": "+swsHt3n20OL1mz4soy53w==",
                        "accountIDGuid": "1e2cccfa-e7dd-43db-8bd6-6cf8b28cb9df",
                        "special": true,
                        "updated": "2026-06-03T18:34:22.2168613",
                        "active": true,
                        "reasonInactive": 1,
                        "priceLevelIdentifier": "cdJyy5LRak2ggGMBewHoUg==",
                        "priceLevelIdentifierGuid": "cb72d271-d192-4d6a-a080-63017b01e852",
                        "marketingListID": "sample string 7",
                        "deleted": true,
                        "account": {
                          "$ref": "73"
                        },
                        "primaryContactCustomer": {
                          "$ref": "71"
                        },
                        "customerGroupMembers": [
                          {
                            "$id": "76",
                            "id": 1,
                            "groupID": "vmNDiJA+rkmHimyCpYWU/g==",
                            "groupIDGuid": "884363be-3e90-49ae-878a-6c82a58594fe",
                            "customerID": "ryReh2ahX0KZxeSd0xrihQ==",
                            "customerIDGuid": "875e24af-a166-425f-99c5-e49dd31ae285",
                            "card": "sample string 4",
                            "linkedAccount": "/r4VFb2sgkiUdRiY9QiGWw==",
                            "linkedAccountGuid": "1515befe-acbd-4882-9475-1898f508865b",
                            "customer": {
                              "$ref": "71"
                            },
                            "group": {
                              "$ref": "75"
                            },
                            "customerCard": {
                              "$ref": "72"
                            }
                          },
                          {
                            "$ref": "76"
                          }
                        ]
                      },
                      {
                        "$ref": "75"
                      }
                    ]
                  },
                  "payments": [
                    {
                      "$id": "77",
                      "id": 1,
                      "identifier": "x2NPEKu3bESvGfj3TTjIjQ==",
                      "identifierGuid": "104f63c7-b7ab-446c-af19-f8f74d38c88d",
                      "storeID": 2,
                      "operatorName": "sample string 3",
                      "saleHeaderID": 4,
                      "paymentType": 5,
                      "amount": 6,
                      "account": "sample string 7",
                      "accountID": "sNOdhUAVhkmu4bPKHbcTKQ==",
                      "accountIDGuid": "859dd3b0-1540-4986-aee1-b3ca1db71329",
                      "customerAccount": {
                        "$ref": "73"
                      },
                      "customerCard": {
                        "$ref": "72"
                      },
                      "accountType": 1,
                      "cardName": "sample string 8",
                      "authorisationNumber": "sample string 9",
                      "bankReference": "sample string 10",
                      "merchantID": "sample string 11",
                      "terminalID": "sample string 12",
                      "cardNumber": "sample string 13",
                      "paymentDate": "2026-06-03T18:34:22.2168613",
                      "invRocNo": "sample string 14",
                      "responseCode": "sample string 15",
                      "cashout": 1,
                      "tip": 16,
                      "idempotentVoid": "BchBzi7EM06IYUHhzz1ijw==",
                      "idempotentVoidGuid": "ce41c805-c42e-4e33-8861-41e1cf3d628f",
                      "offline": true,
                      "processed": 1,
                      "storeSaleHeader": {
                        "$id": "78",
                        "saleHeaderID": 1,
                        "saleHeaderGuid": "rE++DgphsEKso13rlMTKVA==",
                        "saleHeaderIdentifierGuid": "0ebe4fac-610a-42b0-aca3-5deb94c4ca54",
                        "created": "2026-06-03T18:34:22.2168613",
                        "createdLocal": "2026-06-03T18:34:22.2168613",
                        "createdText": "sample string 4",
                        "itemCount": 5,
                        "totalAmount": 6,
                        "cashTender": 1,
                        "cardTender": 1,
                        "cheqTender": 1,
                        "acctTender": 1,
                        "voucherTender": 1,
                        "loyaltyPoints": 1,
                        "cashout": 1,
                        "changeAmount": 1,
                        "rounding": 1,
                        "gstAmount": 1,
                        "transactionDiscountTender": 1,
                        "totalTip": 7,
                        "tranType": 1,
                        "processed": 1,
                        "imported": "2026-06-03T18:34:22.2168613",
                        "storeID": 1,
                        "operatorG_Uid": "qspmgY+nTkWUi7eyWqP6Lg==",
                        "operatorGuid": "8166caaa-a78f-454e-948b-b7b25aa3fa2e",
                        "customerG_Uid": "cRcVT+2vrEiUf5YF/6ozaA==",
                        "customerGuid": "4f151771-afed-48ac-947f-9605ffaa3368",
                        "communityIdentifier": "1PD7mGqZTUWPzb7XlYgh9A==",
                        "communityIdentifierGuid": "98fbf0d4-996a-454d-8fcd-bed7958821f4",
                        "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": "zQvbOkQvJkKRNVIJ9D6pkA==",
                        "priceLevelIdentifierGuid": "3adb0bcd-2f44-4226-9135-5209f43ea990",
                        "locked": 36,
                        "orderMetadata": "{\"CustomerName\":\"sample string 1\",\"PickupAt\":\"2026-06-03T18:34:22.2168613+00:00\",\"DeliveryAddress1\":\"sample string 2\",\"DeliveryAddress2\":\"sample string 3\",\"CustomerPhoneNumber\":\"sample string 4\",\"OrderType\":0,\"ExternalOrderID\":\"sample string 5\",\"ExternalDisplayableOrderID\":\"sample string 6\",\"TableName\":\"sample string 7\",\"CreatedBy\":0,\"OrderingAppName\":\"sample string 8\"}",
                        "deserialisedOrderMetadata": {
                          "$id": "79",
                          "customerName": "sample string 1",
                          "pickupAt": "2026-06-03T18:34:22.2168613",
                          "deliveryAddress1": "sample string 2",
                          "deliveryAddress2": "sample string 3",
                          "customerPhoneNumber": "sample string 4",
                          "orderType": 0,
                          "externalOrderID": "sample string 5",
                          "externalDisplayableOrderID": "sample string 6",
                          "tableName": "sample string 7",
                          "createdBy": 0,
                          "orderingAppName": "sample string 8"
                        },
                        "relationChecksum": "sample string 38",
                        "loyaltyTender": 1,
                        "giftCardTender": 1,
                        "operator": {
                          "$ref": "38"
                        },
                        "customer": {
                          "$ref": "71"
                        },
                        "communityOrganisation": {
                          "$id": "80",
                          "id": 1,
                          "identifier": "7H58Nr3T5kW129rqS7Ul5A==",
                          "identifierGuid": "367c7eec-d3bd-45e6-b5db-daea4bb525e4",
                          "name": "sample string 3",
                          "lookupIdentifier": "sample string 4",
                          "externalID": "sample string 5",
                          "phone": "sample string 6",
                          "fax": "sample string 7",
                          "email": "sample string 8",
                          "address1": "sample string 9",
                          "address2": "sample string 10",
                          "city": "sample string 11",
                          "postCode": "sample string 12",
                          "state": "sample string 13",
                          "country": "sample string 14",
                          "abn": "sample string 15",
                          "promoPeriodStart": "2026-06-03T18:34:22.2168613",
                          "promoPeriodEnd": "2026-06-03T18:34:22.2168613",
                          "allowDonations": true,
                          "logoImageName": "sample string 17",
                          "totalAmountAwarded": 18.1,
                          "updated": "2026-06-03T18:34:22.2168613",
                          "deleted": true
                        },
                        "details": [
                          {
                            "$id": "81",
                            "saleItemID": 1,
                            "identifier": "1ZotRfmFhk6r5Igza0Y9gw==",
                            "identifierGuid": "452d9ad5-85f9-4e86-abe4-88336b463d83",
                            "saleHeaderID": 2,
                            "plu": 1,
                            "pluG_UId": "xuQD+zJjrEWgTNhy5pOm1Q==",
                            "pluGuid": "fb03e4c6-6332-45ac-a04c-d872e693a6d5",
                            "accountID": "1R9d6JfgckSQXIa70z9KVQ==",
                            "accountIDGuid": "e85d1fd5-e097-4472-905c-86bbd33f4a55",
                            "normalPrice": 3,
                            "originalSellingPrice": 4,
                            "discountPrice": 5,
                            "unit": 1,
                            "quantity": 6,
                            "totalCents": 7,
                            "fixedPrice": 1,
                            "tranType": 1,
                            "discountType": 1,
                            "cost": 1,
                            "costDecimals": 8,
                            "markdown": 1,
                            "manualQuantity": 1,
                            "manualPrice": 1,
                            "manualMode": 1,
                            "active": 1,
                            "offline": true,
                            "barcode": "sample string 9",
                            "keyedSale": 1,
                            "discountedID": 1,
                            "fuelID": 1,
                            "serialNumber": "sample string 10",
                            "bestOrExpire": "2026-06-03T18:34:22.2168613",
                            "bestOrExpireType": 1,
                            "providerName": "sample string 11",
                            "refundG_UID": "pxSxIROwoEi3ceLzqMDHTQ==",
                            "refundGuid": "21b114a7-b013-48a0-b771-e2f3a8c0c74d",
                            "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": "Txj9PxGz4Uu3192ry+/r4A==",
                            "idempotentVoidGuid": "3ffd184f-b311-4be1-b7d7-ddabcbefebe0",
                            "priceLevelIdentifier": "oJqxwOJ1jkmJoiu18z1CFw==",
                            "priceLevelIdentifierGuid": "c0b19aa0-75e2-498e-89a2-2bb5f33d4217",
                            "communityIdentifier": "CLHB5vz44EqMQ3pu8KXY5g==",
                            "communityIdentifierGuid": "e6c1b108-f8fc-4ae0-8c43-7a6ef0a5d8e6",
                            "productName": "sample string 23",
                            "apn": "sample string 24",
                            "unknownScans": [
                              {
                                "$id": "82",
                                "id": 1,
                                "saleDetailID": 2,
                                "storeID": 1,
                                "scanned": "2026-06-03T18:34:22.2168613",
                                "operatorG_UID": "QEA=",
                                "barcode": "sample string 4",
                                "processed": 1
                              },
                              {
                                "$ref": "82"
                              }
                            ],
                            "refund": {
                              "$id": "83",
                              "id": 1,
                              "g_UID": "s+DxSSb5pE6XJk9gx1GqMg==",
                              "guid": "49f1e0b3-f926-4ea4-9726-4f60c751aa32",
                              "description": "sample string 1",
                              "dumped": true,
                              "inventoryReasonID": 1,
                              "sortOrder": 1,
                              "updated": "2026-06-03T18:34:22.2168613"
                            },
                            "modifier": {
                              "$id": "84",
                              "id": 1,
                              "setG_UID": "W5ZpNC8vEEayGWE4pLPNvw==",
                              "modifierSetGuid": "3469965b-2f2f-4610-b219-6138a4b3cdbf",
                              "name": "sample string 2",
                              "price": 1,
                              "quantity": 1,
                              "modifierType": 1,
                              "groupNumber": 1,
                              "pageNumber": 1,
                              "controlOrder": 1,
                              "printToStation": true,
                              "pluG_UID": "i7vEmiUFHk2wEtVGiJEcng==",
                              "pluGuid": "9ac4bb8b-0525-4d1e-b012-d54688911c9e",
                              "deleted": true,
                              "g_UID": "YzISlZQ5UkOyJZrbIbs1iA==",
                              "guid": "95123263-3994-4352-b225-9adb21bb3588",
                              "product": {
                                "$ref": "3"
                              }
                            },
                            "priceLevelName": "sample string 25",
                            "pumpNumber": 1,
                            "hoseNumber": 1
                          },
                          {
                            "$ref": "81"
                          }
                        ],
                        "eftReceipts": [
                          {
                            "$id": "85",
                            "id": 1,
                            "storeID": 1,
                            "saleHeaderID": 2,
                            "storeSaleHeader": {
                              "$ref": "78"
                            },
                            "receipt": "sample string 3",
                            "processed": 1
                          },
                          {
                            "$ref": "85"
                          }
                        ],
                        "payments": [
                          {
                            "$ref": "77"
                          },
                          {
                            "$ref": "77"
                          }
                        ],
                        "cards": [
                          {
                            "$id": "86",
                            "id": 1,
                            "saleHeaderID": 1,
                            "identifier": "sample string 2",
                            "cardType": 3,
                            "providerName": "sample string 4"
                          },
                          {
                            "$ref": "86"
                          }
                        ],
                        "campaignHits": [
                          {
                            "$id": "87",
                            "id": 1,
                            "saleHeaderID": 2,
                            "campaign": "sample string 3",
                            "name": "sample string 4",
                            "processed": 1,
                            "campaignDescription": "sample string 5"
                          },
                          {
                            "$ref": "87"
                          }
                        ],
                        "fuel": [
                          {
                            "$id": "88",
                            "id": 1,
                            "plu": 1,
                            "pluG_UID": "e9J2zvWPAkmsSJKGHog5qg==",
                            "pluGuid": "ce76d27b-8ff5-4902-ac48-92861e8839aa",
                            "saleHeaderID": 2,
                            "totalCents": 3,
                            "grade": 1,
                            "gradeDescription": "sample string 4",
                            "dispenser": 1,
                            "hose": 1,
                            "quantity": 1,
                            "cost": 1,
                            "acquirerNum": 1,
                            "attendant": 1,
                            "ePurseBalance": 1.0,
                            "cardSignature": "sample string 5",
                            "compartmentNumber": 1,
                            "contractNumber": 1,
                            "discountCardPAN": "sample string 6",
                            "discountID": 1,
                            "discountName": "sample string 7",
                            "discountNetValue": 1.0,
                            "discountType": 1,
                            "discountValue": 1.0,
                            "discretionaryData": "sample string 8",
                            "driverID": "sample string 9",
                            "eftBatchNumber": 1,
                            "eftResponseCode": "sample string 10",
                            "endDateTime": "2026-06-03T18:34:22.2168613",
                            "engineHours": 1.1,
                            "fposNumber": 1,
                            "loyaltyCardPAN": "sample string 11",
                            "miscData1": 1,
                            "miscData2": "sample string 12",
                            "miscFlags": 1,
                            "mop": 1,
                            "odometer": 1,
                            "panNumber": "sample string 13",
                            "saleRefund": true,
                            "saleStatus": 1,
                            "sequenceNumber": 1,
                            "stan": 1,
                            "startDateTime": "2026-06-03T18:34:22.2168613",
                            "tagNumber": "sample string 15",
                            "trackTwoRem": "sample string 16",
                            "transCode": 1,
                            "transType": 1,
                            "unitPrice": 1.0,
                            "vehicleReg": "sample string 17",
                            "offline": true,
                            "processed": 1
                          },
                          {
                            "$ref": "88"
                          }
                        ],
                        "fuelResells": [
                          {
                            "$id": "89",
                            "saleItemID": 1,
                            "saleHeaderID": 2,
                            "plu": 1,
                            "pluG_UId": "6gdPIsX0lEiQMDvAPq3z9g==",
                            "pluGuid": "224f07ea-f4c5-4894-9030-3bc03eadf3f6",
                            "accountID": "+e2OxHd4UkyabUDJuNE/jg==",
                            "accountIDGuid": "c48eedf9-7877-4c52-9a6d-40c9b8d13f8e",
                            "normalPrice": 3,
                            "originalSellingPrice": 4,
                            "discountPrice": 5,
                            "unit": 1,
                            "quantity": 6,
                            "totalCents": 7,
                            "fixedPrice": 1,
                            "tranType": 1,
                            "processed": 1,
                            "discountType": 1,
                            "cost": 1,
                            "costDecimals": 1,
                            "markdown": 1,
                            "manualQuantity": 1,
                            "manualPrice": 1,
                            "manualMode": 1,
                            "active": 1,
                            "barcode": "sample string 8",
                            "offline": 1,
                            "keyedSale": 1,
                            "discountedID": 1,
                            "fuelID": 1,
                            "serialNumber": "sample string 9",
                            "bestOrExpire": "2026-06-03T18:34:22.2168613",
                            "bestOrExpireType": 1,
                            "refundG_UID": "4S6cLFF8YECM7Ke9bzlTFg==",
                            "refundGuid": "2c9c2ee1-7c51-4060-8cec-a7bd6f395316",
                            "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": "89"
                          }
                        ],
                        "customerOrder": [
                          {
                            "$id": "90",
                            "identifier": "4gOL7u/P10aUd+4XcZJ/3g==",
                            "identifierGuid": "ee8b03e2-cfef-46d7-9477-ee1771927fde",
                            "id": 1,
                            "orderNo": 2,
                            "externalSaleIdentifier": "sample string 3",
                            "storeID": 4,
                            "zoneID": 5,
                            "deptNo": 6,
                            "customerIdentifier": "wRQ1bcr3lU+O1Ek42raxew==",
                            "customerIdentifierGuid": "6d3514c1-f7ca-4f95-8ed4-4938dab6b17b",
                            "operatorNo": 1,
                            "operatorG_UID": "q8k63z6HBkm4FsZtUNmB6w==",
                            "operatorGuid": "df3ac9ab-873e-4906-b816-c66d50d981eb",
                            "created": "2026-06-03T18:34:22.2168613",
                            "ordered": "2026-06-03T18:34:22.2168613",
                            "started": "2026-06-03T18:34:22.2168613",
                            "completed": "2026-06-03T18:34:22.2168613",
                            "supplied": "2026-06-03T18:34:22.2168613",
                            "quickTicket": 1,
                            "deleted": true,
                            "walkAway": true,
                            "approxWait": 1,
                            "actualWait": 1,
                            "deliveryMethod": 8,
                            "externalSaleType": 9,
                            "customer": {
                              "$ref": "71"
                            },
                            "operator": {
                              "$ref": "38"
                            },
                            "details": [
                              {
                                "$id": "91",
                                "headerID": 1,
                                "plu": 1,
                                "pluG_UId": "tOPPZlfzc0qoO88Iexmp+A==",
                                "pluGuid": "66cfe3b4-f357-4a73-a83b-cf087b19a9f8",
                                "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": "i/j84+i0VEWjAg7QxDClWg==",
                                "headerIdentifierGuid": "e3fcf88b-b4e8-4554-a302-0ed0c430a55a",
                                "product": {
                                  "$ref": "3"
                                }
                              },
                              {
                                "$ref": "91"
                              }
                            ],
                            "storeName": "sample string 11",
                            "customerName": "sample string 12",
                            "storeReplyTo": "sample string 13",
                            "storeSubjectLine": "sample string 14",
                            "storeSaleHeader": {
                              "$ref": "78"
                            }
                          },
                          {
                            "$ref": "90"
                          }
                        ],
                        "surveyResponses": [
                          {
                            "$id": "92",
                            "surveyG_UID": "j+9zljWkxEqqDuGGQSWtgg==",
                            "surveyGuid": "9673ef8f-a435-4ac4-aa0e-e1864125ad82",
                            "saleHeaderGuid": "Wm+/f1ucnUyhE/w5RyqWKg==",
                            "saleGuid": "7fbf6f5a-9c5b-4c9d-a113-fc39472a962a",
                            "textResponse": "sample string 1",
                            "integerResponse": 1,
                            "g_UIDResponse": "ssbMCesJgUyvs5WEmjSmrw==",
                            "guidResponse": "09ccc6b2-09eb-4c81-afb3-95849a34a6af",
                            "whoAnswered": 2,
                            "answeredAtUTC": "2026-06-03T18:34:22.2168613",
                            "sale": {
                              "$ref": "78"
                            },
                            "survey": {
                              "$id": "93",
                              "g_UID": "jPmNRi8Fjk+TxDm1YFfT2g==",
                              "guid": "468df98c-052f-4f8e-93c4-39b56057d3da",
                              "name": "sample string 1",
                              "storeID": 2,
                              "zoneID": 1,
                              "checkoutFormG_UID": "P7OKl3MbJ0OjEDjBHp7WYQ==",
                              "checkoutFormGuid": "978ab33f-1b73-4327-a310-38c11e9ed661",
                              "displayToWho": 3,
                              "displayWhen": 4,
                              "start": "2026-06-03T18:34:22.2168613",
                              "end": "2026-06-03T18:34:22.2168613",
                              "deleted": true,
                              "updated": "2026-06-03T18:34:22.2168613",
                              "possibleIntegerResponses": [
                                1,
                                2
                              ],
                              "possibleTextResponses": [
                                "sample string 1",
                                "sample string 2"
                              ],
                              "possibleGuidResponses": [
                                "6cf0fd72-49d2-4095-8893-a065ae10a49d",
                                "2075bbfe-6744-4416-b132-9eb37f110510"
                              ],
                              "allowsAllTextResponses": true,
                              "surveyForm": {
                                "$ref": "46"
                              }
                            },
                            "ingressId": "sample string 4"
                          },
                          {
                            "$ref": "92"
                          }
                        ],
                        "storeName": "sample string 39",
                        "terminalNumber": 40,
                        "machineName": "sample string 41",
                        "operatorName": "sample string 42",
                        "direction": 1,
                        "reason": "sample string 43",
                        "accountG_UID": "mPum/0m++0eX5PdWEmURmA==",
                        "accountIdentifier": "ffa6fb98-be49-47fb-97e4-f75612651198",
                        "accountName": "sample string 44",
                        "customerOrderIdentifier": "lIHporpFQUG4NEoY6ve5gg==",
                        "customerOrderIdentifierGuid": "a2e98194-45ba-4141-b834-4a18eaf7b982",
                        "priceLevelName": "sample string 45",
                        "revision": 46,
                        "ingressId": "sample string 47"
                      },
                      "metadata": {
                        "$id": "94",
                        "id": 1,
                        "paymentID": 2,
                        "paymentIdentifier": "QvN2D4dyqUmdnqCoAS4muQ==",
                        "paymentIdentifierGuid": "0f76f342-7287-49a9-9d9e-a0a8012e26b9",
                        "identifier": "SBUD3fEbSU+rsnZgEOlgSw==",
                        "identifierGuid": "dd031548-1bf1-4f49-abb2-766010e9604b",
                        "metadata": "sample string 3",
                        "signatureImage": "QEA=",
                        "itemIdentifier": "S1G50X/OYUSfvG+D6S0oUA==",
                        "itemIdentifierGuid": "d1b9514b-ce7f-4461-9fbc-6f83e92d2850"
                      }
                    },
                    {
                      "$ref": "77"
                    }
                  ]
                },
                {
                  "$ref": "72"
                }
              ],
              "customerGroupMembers": [
                {
                  "$ref": "76"
                },
                {
                  "$ref": "76"
                }
              ],
              "customerGroups": [
                {
                  "$ref": "75"
                },
                {
                  "$ref": "75"
                }
              ],
              "accounts": [
                {
                  "$ref": "73"
                },
                {
                  "$ref": "73"
                }
              ],
              "account": {
                "$ref": "73"
              },
              "vouchers": [
                {
                  "$id": "95",
                  "customerIdentifier": "0zd2B0tv2UCDlLfkxSSZrg==",
                  "customerIdentifierGuid": "077637d3-6f4b-40d9-8394-b7e4c52499ae",
                  "voucherName": "sample string 2",
                  "count": 3,
                  "storeID": 4,
                  "barcode": "sample string 5",
                  "redeemCount": 6,
                  "issueCount": 7,
                  "storeSalePaymentID": 1,
                  "idempotentID": "X3283KjtWUKB2HJRU9JaUA==",
                  "idempotentGuid": "dcbc7d5f-eda8-4259-81d8-725153d25a50",
                  "offline": true,
                  "voucher": {
                    "$id": "96",
                    "id": 1,
                    "name": "sample string 2",
                    "description": "sample string 3",
                    "shortDescription": "sample string 4",
                    "url": "sample string 5",
                    "barcodeTemplateID": 1,
                    "expiry": 0,
                    "voucherType": 6,
                    "limitPerTransaction": 7,
                    "customerTracking": true,
                    "discountAccount": "sample string 9",
                    "endDate": "2026-06-03T18:34:22.2168613",
                    "barcodeTemplate": {
                      "$id": "97",
                      "templateID": 1,
                      "template": "sample string 1",
                      "bcFunction": "sample string 2",
                      "sortOrder": 3
                    },
                    "scaleLabel": {
                      "$id": "98",
                      "id": 1,
                      "uid": "sample string 2",
                      "name": "sample string 3",
                      "width": 1.1,
                      "height": 1.1,
                      "showBorder": true,
                      "borderWidth": 1.1,
                      "borderStyle": 1,
                      "borderColour": "sample string 5",
                      "updated": "2026-06-03T18:34:22.2168613",
                      "labelPageLayout": "u3gGnnMdd0KhNp44XB5mAg==",
                      "pageLayoutGuid": "9e0678bb-1d73-4277-a136-9e385c1e6602",
                      "labelType": 6,
                      "oldName": "sample string 7",
                      "voucher": {
                        "$ref": "96"
                      },
                      "elements": [
                        {
                          "$id": "99",
                          "id": 1,
                          "scaleLabelID": 2,
                          "showPercentDI": true,
                          "showAvgPerHundred": true,
                          "showAvgPerServe": true,
                          "name": "sample string 6",
                          "x": 1.1,
                          "y": 1.1,
                          "width": 1.1,
                          "height": 1.1,
                          "type": 1,
                          "rotation": 1,
                          "text": "sample string 7",
                          "fontFamily": "sample string 8",
                          "align": 1,
                          "bold": true,
                          "italic": true,
                          "underline": true,
                          "strikeout": true,
                          "reverse": true,
                          "textColour": "sample string 9",
                          "fontSize": 1.1,
                          "picture": "QEA=",
                          "borderWidth": 10,
                          "sortOrder": 11,
                          "printOptions": 12,
                          "superScriptTextFontSize": 1.1,
                          "lineStyle": 1,
                          "spacingStyle": 1,
                          "interCharacterSpacing": 1.1,
                          "superScriptOffset": 1.1,
                          "lineSpacing": 1.1,
                          "dateFormat": "sample string 13",
                          "autoGrow": true,
                          "fontAutoResize": true,
                          "updated": "2026-06-03T18:34:22.2168613"
                        },
                        {
                          "$ref": "99"
                        }
                      ]
                    },
                    "customerVouchers": [
                      {
                        "$id": "100",
                        "id": 1,
                        "customerIdentifier": "K5OgOJJfqkeL/nJGvJiaRg==",
                        "customerIdentifierGuid": "38a0932b-5f92-47aa-8bfe-7246bc989a46",
                        "voucherID": 3,
                        "voucherName": "sample string 4",
                        "storeID": 1,
                        "barcode": "sample string 5",
                        "dateOfIssue": "2026-06-03T18:34:22.2168613",
                        "issuedSaleHeaderID": 1,
                        "issuedSaleIdentifier": "sample string 7",
                        "issuedOfflinePaymentID": 1,
                        "issuedIdempotentID": "9b1p+RjX3Umjqsc8hT/h1w==",
                        "issuedIdempotentGuid": "f969bdf5-d718-49dd-a3aa-c73c853fe1d7",
                        "issuedOffline": true,
                        "issuedUser": "sample string 9",
                        "issuedNotes": "sample string 10",
                        "expiryDate": "2026-06-03T18:34:22.2168613",
                        "expiredUser": "sample string 11",
                        "expiredNotes": "sample string 12",
                        "redeemed": "2026-06-03T18:34:22.2168613",
                        "redeemedSaleHeaderID": 1,
                        "redeemedSaleIdentifier": "sample string 13",
                        "redeemedOfflinePaymentID": 1,
                        "redeemedIdempotentID": "ll4fi2mEOkyMOteCjiiMhg==",
                        "redeemedIdempotentGuid": "8b1f5e96-8469-4c3a-8c3a-d7828e288c86",
                        "redeemedUser": "sample string 14",
                        "redeemedNotes": "sample string 15",
                        "redeemedOffline": true,
                        "updated": "2026-06-03T18:34:22.2168613",
                        "storeName": "sample string 17",
                        "scaleLabel": {
                          "$ref": "98"
                        },
                        "voucher": {
                          "$ref": "96"
                        },
                        "customer": {
                          "$ref": "71"
                        },
                        "issuedOfflinePayment": {
                          "$ref": "77"
                        },
                        "redeemedOfflinePayment": {
                          "$ref": "77"
                        }
                      },
                      {
                        "$ref": "100"
                      }
                    ]
                  },
                  "customer": {
                    "$ref": "71"
                  }
                },
                {
                  "$ref": "95"
                }
              ]
            }
          },
          {
            "$ref": "70"
          }
        ],
        "customerGroups": [
          {
            "$id": "101",
            "id": 1,
            "campaignID": 2,
            "campaignName": "sample string 3",
            "groupID": "/KD7mD8cykKf90snstM+9A==",
            "groupIDGuid": "98fba0fc-1c3f-42ca-9ff7-4b27b2d33ef4",
            "campaign": {
              "$ref": "67"
            },
            "group": {
              "$ref": "75"
            }
          },
          {
            "$ref": "101"
          }
        ],
        "signIqTickets": [
          {
            "$id": "102",
            "identifier": "VzsUf6wE2Em16sdMSQHaEA==",
            "identifierGuid": "7f143b57-04ac-49d8-b5ea-c74c4901da10",
            "campaignName": "sample string 2",
            "message": "sample string 3",
            "ticketFileSource": "sample string 4",
            "ticketFileDestination": "sample string 5",
            "storeID": 1
          },
          {
            "$ref": "102"
          }
        ],
        "comboPriceGroups": [
          {
            "$id": "103",
            "id": 1,
            "campaignID": 2,
            "campaignName": "sample string 3",
            "g_UID": "JyRhwwmyuUqTAH2tlpUHZg==",
            "guid": "c3612427-b209-4ab9-9300-7dad96950766",
            "description": "sample string 5",
            "newPrice": 1,
            "rangeDescription": "sample string 6",
            "dealDescription": "sample string 7",
            "labelQuantity": 8,
            "hostProductCategoryID": 1,
            "offerID": 1,
            "dontUpdatePricePlus": true,
            "campaign": {
              "$ref": "67"
            },
            "comboPricePlus": [
              {
                "$id": "104",
                "id": 1,
                "campaignID": 2,
                "campaignName": "sample string 3",
                "groupG_UID": "Vy/0pc2I60WTGRrxo4c2OA==",
                "groupGuid": "a5f42f57-88cd-45eb-9319-1af1a3873638",
                "comboPriceType": 5,
                "priceType": 5,
                "pluG_UID": "JjGBzsdWKEWyExGWrL5FIw==",
                "pluGuid": "ce813126-56c7-4528-b213-1196acbe4523",
                "priceGroupG_UID": "FyRN+HdeVkG+bszEmWP5wg==",
                "priceGroupGuid": "f84d2417-5e77-4156-be6e-ccc49963f9c2",
                "campaignPoolID": "sample string 7",
                "quantity": 1,
                "campaign": {
                  "$ref": "67"
                },
                "product": {
                  "$ref": "3"
                },
                "priceGroup": {
                  "$ref": "31"
                },
                "campaignPool": {
                  "$ref": "67"
                }
              },
              {
                "$ref": "104"
              }
            ]
          },
          {
            "$ref": "103"
          }
        ],
        "priceLevels": [
          {
            "$id": "105",
            "id": 1,
            "priceLevelIdentifier": "YrmkS0uo5ESsCP+dNMIJVw==",
            "priceLevelIdentifierGuid": "4ba4b962-a84b-44e4-ac08-ff9d34c20957",
            "campaignName": "sample string 3",
            "priceLevelName": "sample string 4"
          },
          {
            "$ref": "105"
          }
        ],
        "promotionType": {
          "$id": "106",
          "identifier": "tG9z4U8MYUiQM2p3cgXY/w==",
          "identifierGuid": "e1736fb4-0c4f-4861-9033-6a777205d8ff",
          "hostType": 2,
          "code": "sample string 3",
          "description": "sample string 4",
          "isLiquor": true,
          "isAdvertised": true,
          "disableWasSave": true,
          "excludeFromPromoSales": true,
          "labelPageLayoutG_UID": "M5pSq8iVHUiMm+yObPr/bQ==",
          "labelPageLayoutGuid": "ab529a33-95c8-481d-8c9b-ec8e6cfaff6d",
          "priceLevelIdentifier": "PkOgZo05vE6rzgw2pvcz6w==",
          "priceLevelIdentifierGuid": "66a0433e-398d-4ebc-abce-0c36a6f733eb",
          "active": true,
          "updated": "2026-06-03T18:34:22.2168613",
          "hostName": "sample string 11"
        }
      },
      "product": {
        "$ref": "3"
      },
      "dealCost": {
        "$id": "107",
        "headerIdentifier": "rFXcXo/BTk6qtqzkLtX0TA==",
        "headerIdentifierGuid": "5edc55ac-c18f-4e4e-aab6-ace42ed5f44c",
        "identifier": "SSfcVj2tzEqR/7/gIr5tyA==",
        "identifierGuid": "56dc2749-ad3d-4acc-91ff-bfe022be6dc8",
        "supplierIdentifier": "xPafQUV4MUm9/jxjuBpgLw==",
        "supplierGuid": "419ff6c4-7845-4931-bdfe-3c63b81a602f",
        "pluG_UID": "kAIG9Fm6BEic5TL0ykkOuw==",
        "pluGuid": "f4060290-ba59-4804-9ce5-32f4ca490ebb",
        "campaignName": "a3719772-32e9-4a81-b5e0-b9ab9ae201a7",
        "description": "sample string 4",
        "cost": 5,
        "costDecimals": 6,
        "start": "2026-06-03T18:34:22.2168613",
        "end": "2026-06-03T18:34:22.2168613",
        "type": 9,
        "promoType": 10,
        "bonusItemPLUG_UID": "JaNQ0Gxq3kOyd6EuSKAxcA==",
        "bonusItemPluGuid": "d050a325-6a6c-43de-b277-a12e48a03170",
        "bonusPurchaseUnits": 11,
        "bonusReceiveUnits": 12,
        "updated": "2026-06-03T18:34:22.2168613",
        "metcashPromotionID": "sample string 14",
        "fromHost": 15,
        "storeNames": "sample string 16",
        "storeIDs": [
          1,
          2
        ],
        "supplierName": "sample string 17",
        "campaignDescription": "sample string 18",
        "newPrice": 1,
        "campaignMetcashPromotionID": "sample string 19",
        "campaignActive": true,
        "campaignStartDate": "2026-06-03T18:34:22.2168613",
        "campaignEndDate": "2026-06-03T18:34:22.2168613",
        "masterPLUG_UID": "XZpTvOgNPUqgvK2Mrs/I1w==",
        "masterID": "bc539a5d-0de8-4a3d-a0bc-ad8caecfc8d7",
        "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": "sAEImVx9OUGVqhCCJVZxww==",
        "bonusMasterID": "990801b0-7d5c-4139-95aa-1082255671c3",
        "bonusProductName": "sample string 34",
        "bonusProductAPN": "sample string 35",
        "bonusOrderCode": "sample string 36",
        "bonusNormalSell": 37,
        "bonusNormalCost": 38,
        "bonusNormalCostDecimals": 39,
        "bonusCartonQuantity": 40,
        "bonusSalesMode": 41,
        "bonusOrderPacked": 42,
        "bonusFuelItem": true,
        "bonusActive": true
      }
    },
    "currentCostStart": "2026-06-03T18:34:22.2168613",
    "dealCosts": [
      {
        "$ref": "107"
      },
      {
        "$ref": "107"
      }
    ],
    "tags": [
      {
        "$id": "108",
        "pluG_UID": "WrrPv8lckUyCl4lygL+KeA==",
        "pluGuid": "bfcfba5a-5cc9-4c91-8297-897280bf8a78",
        "tagID": 1,
        "description": "sample string 1",
        "storeIDs": [
          1,
          2
        ]
      },
      {
        "$ref": "108"
      }
    ],
    "alternateProductG_UID": "5QO7FnHW006Y6yMuGvRNmA==",
    "alternateProduct": "16bb03e5-d671-4ed3-98eb-232e1af44d98",
    "altProduct": {
      "$ref": "3"
    },
    "productHostCode": {
      "$id": "109",
      "id": 1,
      "pluG_UID": "nozyIpBsZUWbSVyBxi5pDg==",
      "pluGuid": "22f28c9e-6c90-4565-9b49-5c81c62e690e",
      "ibaCode": "sample string 2"
    },
    "mscCat": {
      "$ref": "61"
    },
    "mscCom": {
      "$ref": "62"
    },
    "mscDep": {
      "$ref": "64"
    },
    "mscSubCom": {
      "$ref": "63"
    },
    "isUserUpdate": true,
    "ignoreMasterProduct": true,
    "priceGroupLabelRequested": true,
    "firstSold": "2026-06-03T18:34:22.2168613",
    "inventoryTracked": "2026-06-03T18:34:22.2168613",
    "isNormalPriceChangesCampaign": true,
    "baseProductFuel": {
      "$id": "110",
      "pluG_UID": "lTsBZEz4ZUeJeSIGrJ4Iiw==",
      "pluGuid": "64013b95-f84c-4765-8979-2206ac9e088b",
      "fuelPluG_UID": "bcyWqj5/SkeZvq32j9yTZg==",
      "fuelPluGuid": "aa96cc6d-7f3e-474a-99be-adf68fdc9366",
      "price": 3,
      "productDescription": "sample string 4",
      "productBarcode": "sample string 5",
      "fuelProductDescription": "sample string 6",
      "fuelProductBarcode": "sample string 7",
      "fuelProductPrice": 8
    },
    "productFuelLinks": [
      {
        "$ref": "110"
      },
      {
        "$ref": "110"
      }
    ]
  },
  "supplier": {
    "$ref": "10"
  },
  "serviceFee": {
    "$id": "111",
    "id": 1,
    "description": "sample string 1",
    "fee": 1
  },
  "isPrimaryHost": true,
  "hostVendor": 48
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

application/vnd.openxmlformats-officedocument.spreadsheetml.sheet

Sample:
PKK��\�R!�5xl/workbook.xml �(�����@�{��r�1䠢���_a��O�����O ��ۙ��v�h\�4�g5h���w!���)�'cIO��8�a���meM��ߊt�s]�рA�;i=_i���u��V�B�yy<0&�fI�_�dlug���ߔX`�Ţ�FE�0 g�sk
s�r9
�(K��k_SLSL���a���PKK��\����	�[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
K��\z�'''_rels/.rels �(�<?xml version="1.0" encoding="utf-8"?><Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships"><Relationship Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument" Target="xl/workbook.xml" Id="Rbc631ac765494aff" /></Relationships>PKK��\Xj�	�+xl/worksheets/sheet1.xml �(����r7�_E��J$Ad�vG���9͡�sm9�Զ2���ɦDB�妹H�!����~������\~�˫���Ў�p0�=��_�~;�X]������,/g�Հ�o����������xyv9�9]���g�<v1_ܜ���ŷ�����lv2?�q3�]��18^̮OW��������~�>k-�/f��-�\�/uszu;<:8���׻,f�É}t|솃���&����nY�<X�����?�_���&v��x�������������������U
�9g��������Z������ͿwW�K�	F��&YJ4��X��7���*����|��q�ȡ������0�����|�{>����,D�6����a~�=?��q�w�>@����0��aL��`=����0�v��#
���H��LJ����q�:�(Rc��a~*�ߚ�	h��vO�&�c�DB2���!��X H#cY=�%��ZW�!��`#�Il��)��q�M�(����C���j`�h]j�fm�b�9���4���=dmc�d�M)&c�a&�i�;�!F@�G�衱B���r�]���d&��t��L�"� 4xp�IW0�F�!gCH�6L�2��f2&�Oޡk��m^t�
c"O�`5�t�I��) ���萙t������D����t�8B>
�,��[d&�T�uv#��n��tT:+��9My�D�̤��7SJ�!<c�2��b20����d&��<�!RD�\j��I�e��\&�	
�2����
�j
e�����s�ng�L�/�	)D>2�Q� 3	;&(o�Ui �Xr`��.J�5�v�Y��E�Ml%~<Y@��d!�+��I|
�z	�EH%I�sn榇�4�̢�X��!�;>Ȧ>��m��,zb5��X!�������Z�Vv�E_���Sw~�����c]�M��E_��<����,2����-��>3鋚
�ĝ_ �"�V�3�����D�Ȼ��k�m)����!����lW���;&�p#!�}c��d�1ɭx���8��4�����,��0Y����Z!3*&mH�M�2����rD��.���7���������k���Xժ��m�#籵Bf2PY'��7.�8�mt!3��ͭ7�!���!3R��Ա��JbfM�nJ!��aFmi��?3
�	f$�H��KvD�bc�L$�;����M��L$�r|�3[w7V�Db(yZ��0{ܮp{��2DZ�n�O�ķ��
�H��,���L$��0
7�(�m�˜��"Kr�2��.�+P&�vD��}(�H�Wgf�B0E��Hl�6E�A�R{�G��Zh�wf���<ܻ�5�/��S�k�� �j�H�=�*t�U�U��O,��Ƴc9�8��:	 4أ����Y�)Yl�K�=ڱ��6	������Q�bf/�_z���w���2��J�����:���?��f���yr�:=:X����0���i�?.7�EW�������9�\�}���G�:�x?��'�PG��������x��u����#��G�:��~D�#^(�	Q_*!B�WJ����"t}��a�*!B�wJ����"����q�TB��ڄ�����g%D��E	����u�*!B݉bB'�(6tB߉fD!�D��
O3��x����Ő D�(���D1%�'�-A��Ί3A�X�Ί7A꬘�K�wz��bO/uV��ΊA��Yq��:+�Rgţ^꬘�K��z��b� uV|��SŧA�<U|��SŧA�<U|��SŧA�<�ʦ�y��4���O��y��e7���ΊOQ���ΊOQ���ΊOQ���ΊOQ���ΊOI����ΊOI����ΊOI����ΊOI�����NJOI�|�����NJO�N�17�ێ��:j�?I
��ݏ۫�(!���!J��X�.�"��i�����.�~Q�	^�c-�"_�QR������j�7�
��m����/N�}5(�C5(���C��ʮ�~�:�V��}���2]��k��ɤkp�5x�5x�5���g�D(~I��P�䳞����pΤ����L*�țͤ����L^uI��k�2��#9��{�Y�W~ٻ�T�ٻ�T�ٻ�|,G�.;�]��9�a�T��#uל#O����,�JJ��*%(�R�Ԡ$[���h�1��dk�<��?�K�g]��{����[٤�܏�Fvi=���u��7���U���y�#�C���	�q�.��'�Me���&E��];TLh��Jq�5B�cņֈW>�ZA�PU׊�}:.>�^�N�g����j��|��Oޣ�PKK��\�:9�Pxl/_rels/workbook.xml.rels �(���KN�0@�b͞8�C�TM�aö��=����.г��H\�H�J,�t5��ӓf>�?6��id/���l"ˁ����k��;��fO#�4�a,���@��<�&��ɦN���1���3�#v�Wy^r�d�5��3����v����i"��W珡'���;�
����%*�G��>�$jT�PJ`�fj!�G
�^��BF�R���"Ժ in*ӣ'�}���iY^��B�Գ�5�u!�����~PKK��\Ѓ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��PKK��\`^��
�2xl/sharedStrings.xml �(��[Yo�8~��?y^%�,KAw'��k�d��b��(�hY�R:����-�:H���%��>��b������6��㊒��|��'3\$eJ���ח+<��)��>�cz2���'J�4-�瓷�ޝ����
o=-w�NVV[T�g�9��
���a\o�3׶��-"��,)���a��d��/
B�|��<Ue�$���?��_>�1z�˛�
I��u���W�6s��&�2u�DU]�_�zofw��*6X룓|M��ZdCgO �:��]c?����7L6o��-�	���� �m��	%ߍ_gNj�gW��Dž����.�3��w ��سe	fp�q�*3F��a&T�vծ����.՚�q��Ƙ+�����k��y�KD	�t~Q�B��.4���R�"��$����3=��x��M�v�� �FKh1O(�1lO�k�U�*�&���(��ڌW�{I`�&^��IJ1M*�������U
@1И�J���IA��v�	�2C{���U�����@�ϸd�hl�q��z<����7yMv�6���q�����c��;�0y)k��?������dhpy5���
U��l`�ɭ��$�.'�}��8�0S���y2�u��.�LFE|��n�cH��&�-/���w�f�W\@��U~7%t�HJ
L!R�<GӺC�$���	�&��1�g��@+�OM�Mzi^$y3���4���u��+�KW8)p�y�I�{
���VwL(���౸	1﯇��ua`~Z��JkH�a�&`�E�R���������2z��lZ������q�2D���nQ�7����!%�;��oO/�5��_cfม����%�m��Y��w,�a?���	\MIf�v<�Gal��[Q�`�|�&^�,��F�E[p��<W�
g�a�3?���G���#~t���G�����wd�ޑ�{G�����L�ղ��%a�r�I��;B��8�_�I�Q�vu�vzNO��~���`�+	5m�Y���<�R�r��1^d���sf�q`EYY�b�,�8�"����g����u�y��~�����5�.�<H�_����>��;�?y�5�65u�<Б�$�µ���NhEsf<_DQ�<G6�_<=zd�-�-3�Yq���P�2*�Ɍz�*�pj������miؘ?W��pܟ��=�E	"&�"�	�̶�E
n��Ǒg�a��8�#'��y�w F=,#�ͼ��)+���yP���,8��sם=�3���m�r�T�ӂ�IԌ��8����>�T�P�Ĵ��=��:#aV_P�c�:^�,R)�[�Ǣ�A��P�`�k��z/)����*gm�j�ӅF�~���i��8(M�՞�k�������A���LAdiӫ�0���C�����+�r�����X��d�T)�`��QO��D�g2���G"p�퓰n3\g�R���L��M����C|]��	Si���<GS�D:Yo��Zj2H��#�2���T,�� ]�Ҫ��ӨJ
�V�3�&�:={��.����XU@�����+�r�Q��Lε-$X�ޖ�Q	�I�K�'��~+ـ�����ߟ���W8CP��M����Tmp�گ��tG1��K�٧��XW��*�}z��)XOŲO/d�lz+��Ntd��BOt�Mtd��3��hP�Xm
Hpx���Ĕ�^I��
a�9u�o�A��R�ɆF��HC&���0���z�n��؟��G'm�s���&|�i�����}Ȉ^��SZ���=��ؽ��k<C�o�~I�/~УN�`��?�@�\ݷId�i}���M�^'SӖ-o�y�؊�$���D~�Y�Eq�`;�bGm4-���8zR�O@]���z;æ�d�c��~H�!FnwR*-�;�� ��!8�%}��QW��M���Žg�K��<��)]�sc8
ߔ#�K�N G���,8��E��n���>�\*��0\�
�^rd-�6!��J��+"vب��.w*���iR	�6��ê���D�YV&��P��8@���Q}dM �1'0�2���$iS�~9��#j?�>�2b�6XL/�Qm �
J�5F�XR��W�XA�k���3����$���
��U��Rui�i��;��&����|�;+m�,�\��<,�	j�;�/�z��c�nrn�!N�Բ�$�� �V�H}+J�Ԏ�J�+���_F�qp`��q\��afř������M�8��#�w&��D�u-1!<����dȦX�
V�4K"��*LeOs���ܣ��?�D��5�>b�ܥ$�k=fM76�e�d9?��M�,��06-��V�rR0�g���UY`��7z(A�M!7�H3�N(����A�
]ov��	/��H/@PLrX�Q����5���ԉY�W�83U&]���"�F�J��R�*Vž�oe��a9�nS��
f���L��mvG�C�/��!��;HDp�OD��=�@� Ѻ%�}��PO!r�$�b���׊c[)
1�/EVZ_$I���v��Sh�3'鮭�(;��[7�Q������^��ND�����Lm[�U^��r:������
-t���B��l/u��9����>����^o�M]��C�P�U�
�����׫r�h\u�ڑʰ�$����#Xyۇ���=R���[���� �r�1MG0�ʱ���
�эoŘ�N�'QY^�D���Bϭ��a⹠�E"w`8YT.��1�m���`:�c�y�[~�V�{�{~�yI��>һ1���8/ú��^��������Mq��G�'zo�#a���*���8�_BE��������)��`��͏���,$E�o+���
3�0�gf:q!���9�$||����hH�%̭8^�<��n��q1��B<�F(���塞�2�=н5�	�a4�<YI��aG�ΌP�n�Q`�"�Gb{����Q���W�/�\Q����"��Bx��J�i)��BR���,!�ύLDC~�x��<
IUنLC^�
����!��k�@p�(��G~�2��T�K�b�%�Ўo���^�L%;�'��Lo�@�d���UF�By#	�p�X�)�\Ӂ���ѵx�0��8P��j/u4:;2���։�ӆ�&�r�Gvf C&��
.i`�+s`7}r��iF��;�)&�0�ᔣ}R��F�/�H�V|o���lC�����^�c��Rf'g�}��;ش�?����?����B2
�kK�|{���m����ΐ�3�)��҉-E�+�T��V%���vF��V����e�9��T����U��j�J*P`�+^g�E}`��TB�%lbD6�J2�؊�j^]Q����A^�������8�;���'�
������=��v����y������Pc�it<9&8���ho,�6��x�.���}ũ������PK-K��\�R!�5xl/workbook.xmlPK-K��\����	��[Content_Types].xmlPK-
K��\z�'''U_rels/.relsPK-K��\Xj�	�+�xl/worksheets/sheet1.xmlPK-K��\�:9�P
xl/_rels/workbook.xml.relsPK-K��\Ѓc'2E
Zxl/styles.xmlPK-K��\`^��
�2�xl/sharedStrings.xmlPK��

application/vnd.ms-excel

Sample:
PKK��\w��5xl/workbook.xml �(�����0��&�C��J�R8q����Bi�-ik��-%�x�3;����ؾ6�'5h�ۂvޏ9c��P�;�uص�*�A�3m+�L�V�=K���8��F�N��.�Xn��u�^
J�Դ���s����E���l���o�G�vѠ��x�$:wQ�%6�axdW��";'7HҴI���`����/PKK��\����	�[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
K��\����''_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="R05aa01d48f344191" /></Relationships>PKK��\Xj�	�+xl/worksheets/sheet1.xml �(����r7�_E��J$Ad�vG���9͡�sm9�Զ2���ɦDB�妹H�!����~������\~�˫���Ў�p0�=��_�~;�X]������,/g�Հ�o����������xyv9�9]���g�<v1_ܜ���ŷ�����lv2?�q3�]��18^̮OW��������~�>k-�/f��-�\�/uszu;<:8���׻,f�É}t|솃���&����nY�<X�����?�_���&v��x�������������������U
�9g��������Z������ͿwW�K�	F��&YJ4��X��7���*����|��q�ȡ������0�����|�{>����,D�6����a~�=?��q�w�>@����0��aL��`=����0�v��#
���H��LJ����q�:�(Rc��a~*�ߚ�	h��vO�&�c�DB2���!��X H#cY=�%��ZW�!��`#�Il��)��q�M�(����C���j`�h]j�fm�b�9���4���=dmc�d�M)&c�a&�i�;�!F@�G�衱B���r�]���d&��t��L�"� 4xp�IW0�F�!gCH�6L�2��f2&�Oޡk��m^t�
c"O�`5�t�I��) ���萙t������D����t�8B>
�,��[d&�T�uv#��n��tT:+��9My�D�̤��7SJ�!<c�2��b20����d&��<�!RD�\j��I�e��\&�	
�2����
�j
e�����s�ng�L�/�	)D>2�Q� 3	;&(o�Ui �Xr`��.J�5�v�Y��E�Ml%~<Y@��d!�+��I|
�z	�EH%I�sn榇�4�̢�X��!�;>Ȧ>��m��,zb5��X!�������Z�Vv�E_���Sw~�����c]�M��E_��<����,2����-��>3鋚
�ĝ_ �"�V�3�����D�Ȼ��k�m)����!����lW���;&�p#!�}c��d�1ɭx���8��4�����,��0Y����Z!3*&mH�M�2����rD��.���7���������k���Xժ��m�#籵Bf2PY'��7.�8�mt!3��ͭ7�!���!3R��Ա��JbfM�nJ!��aFmi��?3
�	f$�H��KvD�bc�L$�;����M��L$�r|�3[w7V�Db(yZ��0{ܮp{��2DZ�n�O�ķ��
�H��,���L$��0
7�(�m�˜��"Kr�2��.�+P&�vD��}(�H�Wgf�B0E��Hl�6E�A�R{�G��Zh�wf���<ܻ�5�/��S�k�� �j�H�=�*t�U�U��O,��Ƴc9�8��:	 4أ����Y�)Yl�K�=ڱ��6	������Q�bf/�_z���w���2��J�����:���?��f���yr�:=:X����0���i�?.7�EW�������9�\�}���G�:�x?��'�PG��������x��u����#��G�:��~D�#^(�	Q_*!B�WJ����"t}��a�*!B�wJ����"����q�TB��ڄ�����g%D��E	����u�*!B݉bB'�(6tB߉fD!�D��
O3��x����Ő D�(���D1%�'�-A��Ί3A�X�Ί7A꬘�K�wz��bO/uV��ΊA��Yq��:+�Rgţ^꬘�K��z��b� uV|��SŧA�<U|��SŧA�<U|��SŧA�<�ʦ�y��4���O��y��e7���ΊOQ���ΊOQ���ΊOQ���ΊOQ���ΊOI����ΊOI����ΊOI����ΊOI�����NJOI�|�����NJO�N�17�ێ��:j�?I
��ݏ۫�(!���!J��X�.�"��i�����.�~Q�	^�c-�"_�QR������j�7�
��m����/N�}5(�C5(���C��ʮ�~�:�V��}���2]��k��ɤkp�5x�5x�5���g�D(~I��P�䳞����pΤ����L*�țͤ����L^uI��k�2��#9��{�Y�W~ٻ�T�ٻ�T�ٻ�|,G�.;�]��9�a�T��#uל#O����,�JJ��*%(�R�Ԡ$[���h�1��dk�<��?�K�g]��{����[٤�܏�Fvi=���u��7���U���y�#�C���	�q�.��'�Me���&E��];TLh��Jq�5B�cņֈW>�ZA�PU׊�}:.>�^�N�g����j��|��Oޣ�PKK��\��͏�Pxl/_rels/workbook.xml.rels �(���KN�0@�b͞�q�|P�n�t[zc�㨉�n�gc���V� �X��j4��'�|���o�H����lyƀ��N
����C��z���i"�a$��Ё�q~�4H����Ѧ�v~1�����G�#�U�/p�$�ˌ�!:��ON�&��0}u�br����O)�kȳD�S��Z�ծx#xYJ��M-�ˈ���;_Ȕ5�[��b��t{W#<���ӥ�N��B��Xռbu�Jl������PKK��\Ѓ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��PKK��\`^��
�2xl/sharedStrings.xml �(��[Yo�8~��?y^%�,KAw'��k�d��b��(�hY�R:����-�:H���%��>��b������6��㊒��|��'3\$eJ���ח+<��)��>�cz2���'J�4-�瓷�ޝ����
o=-w�NVV[T�g�9��
���a\o�3׶��-"��,)���a��d��/
B�|��<Ue�$���?��_>�1z�˛�
I��u���W�6s��&�2u�DU]�_�zofw��*6X룓|M��ZdCgO �:��]c?����7L6o��-�	���� �m��	%ߍ_gNj�gW��Dž����.�3��w ��سe	fp�q�*3F��a&T�vծ����.՚�q��Ƙ+�����k��y�KD	�t~Q�B��.4���R�"��$����3=��x��M�v�� �FKh1O(�1lO�k�U�*�&���(��ڌW�{I`�&^��IJ1M*�������U
@1И�J���IA��v�	�2C{���U�����@�ϸd�hl�q��z<����7yMv�6���q�����c��;�0y)k��?������dhpy5���
U��l`�ɭ��$�.'�}��8�0S���y2�u��.�LFE|��n�cH��&�-/���w�f�W\@��U~7%t�HJ
L!R�<GӺC�$���	�&��1�g��@+�OM�Mzi^$y3���4���u��+�KW8)p�y�I�{
���VwL(���౸	1﯇��ua`~Z��JkH�a�&`�E�R���������2z��lZ������q�2D���nQ�7����!%�;��oO/�5��_cfม����%�m��Y��w,�a?���	\MIf�v<�Gal��[Q�`�|�&^�,��F�E[p��<W�
g�a�3?���G���#~t���G�����wd�ޑ�{G�����L�ղ��%a�r�I��;B��8�_�I�Q�vu�vzNO��~���`�+	5m�Y���<�R�r��1^d���sf�q`EYY�b�,�8�"����g����u�y��~�����5�.�<H�_����>��;�?y�5�65u�<Б�$�µ���NhEsf<_DQ�<G6�_<=zd�-�-3�Yq���P�2*�Ɍz�*�pj������miؘ?W��pܟ��=�E	"&�"�	�̶�E
n��Ǒg�a��8�#'��y�w F=,#�ͼ��)+���yP���,8��sם=�3���m�r�T�ӂ�IԌ��8����>�T�P�Ĵ��=��:#aV_P�c�:^�,R)�[�Ǣ�A��P�`�k��z/)����*gm�j�ӅF�~���i��8(M�՞�k�������A���LAdiӫ�0���C�����+�r�����X��d�T)�`��QO��D�g2���G"p�퓰n3\g�R���L��M����C|]��	Si���<GS�D:Yo��Zj2H��#�2���T,�� ]�Ҫ��ӨJ
�V�3�&�:={��.����XU@�����+�r�Q��Lε-$X�ޖ�Q	�I�K�'��~+ـ�����ߟ���W8CP��M����Tmp�گ��tG1��K�٧��XW��*�}z��)XOŲO/d�lz+��Ntd��BOt�Mtd��3��hP�Xm
Hpx���Ĕ�^I��
a�9u�o�A��R�ɆF��HC&���0���z�n��؟��G'm�s���&|�i�����}Ȉ^��SZ���=��ؽ��k<C�o�~I�/~УN�`��?�@�\ݷId�i}���M�^'SӖ-o�y�؊�$���D~�Y�Eq�`;�bGm4-���8zR�O@]���z;æ�d�c��~H�!FnwR*-�;�� ��!8�%}��QW��M���Žg�K��<��)]�sc8
ߔ#�K�N G���,8��E��n���>�\*��0\�
�^rd-�6!��J��+"vب��.w*���iR	�6��ê���D�YV&��P��8@���Q}dM �1'0�2���$iS�~9��#j?�>�2b�6XL/�Qm �
J�5F�XR��W�XA�k���3����$���
��U��Rui�i��;��&����|�;+m�,�\��<,�	j�;�/�z��c�nrn�!N�Բ�$�� �V�H}+J�Ԏ�J�+���_F�qp`��q\��afř������M�8��#�w&��D�u-1!<����dȦX�
V�4K"��*LeOs���ܣ��?�D��5�>b�ܥ$�k=fM76�e�d9?��M�,��06-��V�rR0�g���UY`��7z(A�M!7�H3�N(����A�
]ov��	/��H/@PLrX�Q����5���ԉY�W�83U&]���"�F�J��R�*Vž�oe��a9�nS��
f���L��mvG�C�/��!��;HDp�OD��=�@� Ѻ%�}��PO!r�$�b���׊c[)
1�/EVZ_$I���v��Sh�3'鮭�(;��[7�Q������^��ND�����Lm[�U^��r:������
-t���B��l/u��9����>����^o�M]��C�P�U�
�����׫r�h\u�ڑʰ�$����#Xyۇ���=R���[���� �r�1MG0�ʱ���
�эoŘ�N�'QY^�D���Bϭ��a⹠�E"w`8YT.��1�m���`:�c�y�[~�V�{�{~�yI��>һ1���8/ú��^��������Mq��G�'zo�#a���*���8�_BE��������)��`��͏���,$E�o+���
3�0�gf:q!���9�$||����hH�%̭8^�<��n��q1��B<�F(���塞�2�=н5�	�a4�<YI��aG�ΌP�n�Q`�"�Gb{����Q���W�/�\Q����"��Bx��J�i)��BR���,!�ύLDC~�x��<
IUنLC^�
����!��k�@p�(��G~�2��T�K�b�%�Ўo���^�L%;�'��Lo�@�d���UF�By#	�p�X�)�\Ӂ���ѵx�0��8P��j/u4:;2���։�ӆ�&�r�Gvf C&��
.i`�+s`7}r��iF��;�)&�0�ᔣ}R��F�/�H�V|o���lC�����^�c��Rf'g�}��;ش�?����?����B2
�kK�|{���m����ΐ�3�)��҉-E�+�T��V%���vF��V����e�9��T����U��j�J*P`�+^g�E}`��TB�%lbD6�J2�؊�j^]Q����A^�������8�;���'�
������=��v����y������Pc�it<9&8���ho,�6��x�.���}ũ������PK-K��\w��5xl/workbook.xmlPK-K��\����	�[Content_Types].xmlPK-
K��\����''V_rels/.relsPK-K��\Xj�	�+�xl/worksheets/sheet1.xmlPK-K��\��͏�P
xl/_rels/workbook.xml.relsPK-K��\Ѓc'2E
\xl/styles.xmlPK-K��\`^��
�2�xl/sharedStrings.xmlPK��