GET api/supplier/product/{pluGuid}/host/{hostGuid}

Get supplier ordering information for host supplier

Request Information

URI Parameters

NameDescriptionTypeAdditional information
pluGuid

Product identifier

globally unique identifier

Required

hostGuid

host identifier

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

Matching supplier ordering information

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": "NlaWJdvPSUyMNvZ0qXSESQ==",
  "pluGuid": "25965636-cfdb-4c49-8c36-f674a9748449",
  "supplierIdentifier": "HlFcK1HV1UaYo51NbeHeag==",
  "supplierIdentifierGuid": "2b5c511e-d551-46d5-98a3-9d4d6de1de6a",
  "cartonQuantity": 1,
  "cartonQuantityChanged": true,
  "productSize": "sample string 3",
  "cigarettesPerSleeve": 1,
  "randomWeight": true,
  "piecesPerUnit": 5,
  "averagePackSize": 6,
  "effectiveDate": "2026-04-03T06:21:57.9004595",
  "pricedByWeight": true,
  "landedUnitCostEx": 9,
  "landedUnitCostInc": 10,
  "landedCartonCostInc": 12,
  "landedCartonCostEx": 13,
  "standardCost": 14,
  "deliveryFee": 1,
  "deliveryFeeBasis": "sample string 15",
  "pickAndPackFee": 1,
  "pickAndPackFeeBasis": "sample string 16",
  "financeFee": 1,
  "financeFeeBasis": "sample string 17",
  "cartonLength": 1,
  "cartonWidth": 1,
  "cartonHeight": 1,
  "palletLayerQuantity": 1,
  "palletLayers": 1,
  "itemCode": "sample string 18",
  "invoiceCode": "sample string 19",
  "invoiceDesc": "sample string 20",
  "orderDirect": true,
  "useCost": true,
  "minimumQuantity": 21,
  "hostType": 22,
  "fromHost": 23,
  "minimumReorder": 1,
  "maximumReorder": 1,
  "orderMultiple": 24.1,
  "sellMultiple": 25.1,
  "baseMultiple": 26.1,
  "hostStandardCost": 27,
  "hostTotalCost": 28,
  "hostRetail": 29,
  "hostLandedUnitCostEx": 30,
  "hostLandedUnitCostInc": 31,
  "hostDesc": "sample string 32",
  "directIndicator": "sample string 33",
  "availableToOrder": true,
  "hostRangeIndicator": "sample string 35",
  "hostProductType": "sample string 36",
  "hostProductGrade": "sample string 37",
  "hostProductGroup": "sample string 38",
  "hostSlowMoving": true,
  "hostGeneralMerchandise": true,
  "hostPillar": "sample string 41",
  "hostLastUpdated": "2026-04-03T06:21:57.9004595",
  "rebate": 1.0,
  "rebateExclude": true,
  "invoiceCodes": [
    {
      "$id": "2",
      "pluG_UID": "OkGgU/5f90+afbhenZi9Fw==",
      "pluGuid": "53a0413a-5ffe-4ff7-9a7d-b85e9d98bd17",
      "supplierIdentifier": "tAMWQblR+kq9rNFIOahAjg==",
      "supplierIdentifierGuid": "411603b4-51b9-4afa-bdac-d14839a8408e",
      "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": "/4fUaMupak6TPJiTw2+kNg==",
  "parentPluGuid": "68d487ff-a9cb-4e6a-933c-9893c36fa436",
  "freight": 46.0,
  "freightType": 1,
  "product": {
    "$id": "3",
    "plu": 1,
    "storeID": 1,
    "masterPluG_UID": "QEA=",
    "storeIDs": [
      1,
      2
    ],
    "g_UId": "c7FaIyPaT0GbMijg9ernhw==",
    "guid": "235ab173-da23-414f-9b32-28e0f5eae787",
    "apn": "sample string 1",
    "apnChanged": true,
    "apnSwitched": true,
    "barcode": "sample string 4",
    "itemNumber": "sample string 5",
    "itemNumberChanged": true,
    "priceGroupG_UID": "GYiyxf4GtkO4SgpL5j769A==",
    "priceGroupGuid": "c5b28819-06fe-43b6-b84a-0a4be63efaf4",
    "blueprintID": 1,
    "lastCountedDate": "2026-04-03T06:21:57.9004595",
    "externalID": "sample string 7",
    "active": true,
    "activated": "2026-04-03T06:21:57.9004595",
    "pluCreated": "2026-04-03T06:21:57.9004595",
    "createdByUser": "sample string 9",
    "name": "sample string 10",
    "nameChanged": true,
    "secondDescription": "sample string 12",
    "hostDescription": "sample string 13",
    "keepCartonQty": true,
    "keepDescription": true,
    "keepDepartments": true,
    "keepSuppliers": true,
    "markdownDescription": "sample string 18",
    "altDescription": "sample string 19",
    "bestOrExpire": 20,
    "lastUpdate": "2026-04-03T06:21:57.9004595",
    "lastManualUpdate": "2026-04-03T06:21:57.9004595",
    "imageName": "sample string 23",
    "showImageOnFlipCharts": true,
    "showTextOnFlipCharts": true,
    "overrideFlipChartText": true,
    "flipChartText": "sample string 27",
    "salesMode": 1,
    "eftCode": 1,
    "price": 1,
    "priceChanged": true,
    "rrp": 1,
    "gstPercent": 28,
    "gstPercentChanged": true,
    "costGSTPercent": 29,
    "costGSTPercentChanged": true,
    "wetPercent": 1,
    "priceOverride": 1,
    "cost": 1,
    "currentCost": 1,
    "currentCostDecimals": 1,
    "grossProfit": 1.0,
    "currentCostDesc": "sample string 30",
    "currentCostEnd": "2026-04-03T06:21:57.9004595",
    "currentCostUpdated": "2026-04-03T06:21:57.9004595",
    "costDecimals": 31,
    "costChanged": true,
    "dealCostIdentifier": "QEA=",
    "excludeFromRebate": true,
    "rebateOverride": 1,
    "costCalcMethod": 32,
    "costCalcMethodChanged": true,
    "costEffectiveDate": "2026-04-03T06:21:57.9004595",
    "defaultGP": 1,
    "breakTargetMode": 33,
    "break1": 1,
    "price1": 1,
    "target1": 34,
    "break2": 1,
    "price2": 1,
    "target2": 35,
    "break3": 1,
    "price3": 1,
    "target3": 36,
    "break1Changed": true,
    "price1Changed": true,
    "target1Changed": true,
    "break2Changed": true,
    "price2Changed": true,
    "target2Changed": true,
    "break3Changed": true,
    "price3Changed": true,
    "target3Changed": true,
    "breakTargetModeChanged": true,
    "margin": 1.1,
    "marginChanged": true,
    "marginRanged": true,
    "marginRangedChanged": true,
    "minimumMargin": 1.1,
    "minimumMarginChanged": true,
    "maximumMargin": 1.1,
    "maximumMarginChanged": true,
    "overrideHostWarehouseIndicator": true,
    "overrideHostWarehouseIndicatorChanged": true,
    "overrideHostPrice": true,
    "overrideHostPriceChanged": true,
    "overrideHostCost": true,
    "overrideHostCostChanged": true,
    "overrideHostMargin": true,
    "overrideHostMarginChanged": true,
    "alwaysApplyMargin": true,
    "alwaysApplyMarginChanged": true,
    "aws": 1.0,
    "paws": 1.0,
    "awsUpdated": "2026-04-03T06:21:57.9004595",
    "posTare": 1,
    "altPrice": 1.0,
    "altPriceChanged": true,
    "altPriceMode": 53,
    "altPriceModeChanged": true,
    "altPLUG_UID": "Fm9qXyBkw0qQQ0+QdPRnmw==",
    "altPLUGuid": "5f6a6f16-6420-4ac3-9043-4f9074f4679b",
    "altPLUGuidChanged": true,
    "altPriceDescription1": "sample string 54",
    "altPriceDescription2": "sample string 55",
    "cartonQuantity": 56,
    "cartonQuantityChanged": true,
    "trayID": 1,
    "promptID": 1,
    "tare": 1,
    "packQty": 1,
    "fixedWeight": 1,
    "extraMesg": 1,
    "text1": "sample string 58",
    "text2": "sample string 59",
    "text3": "sample string 60",
    "labelText": "sample string 61",
    "labelTextChanged": true,
    "sendToScale": true,
    "nonScaleWeigh": true,
    "labelFormat": "sample string 65",
    "barcodeFormat": "sample string 66",
    "austMade": 1,
    "coolCode": 67,
    "countryOfOrigin": "sample string 68",
    "percentContent": 69.1,
    "departmentID": 1,
    "subDepartmentID": 1,
    "minorDepartmentID": 1,
    "lesserDepartmentID": 1,
    "deptCode": "sample string 70",
    "subDeptCode": "sample string 71",
    "minorDeptCode": "sample string 72",
    "lesserDeptCode": "sample string 73",
    "deptName": "sample string 74",
    "subDeptName": "sample string 75",
    "minorDeptName": "sample string 76",
    "lesserDeptName": "sample string 77",
    "departmentChanged": true,
    "subCategoryID": 1,
    "expiry": 1,
    "showDays": 1,
    "datePrint": 1,
    "labelRequired": true,
    "labelShelfQty": 80,
    "labelShelfChanged": true,
    "labelTalkerQty": 82,
    "labelSmall": true,
    "labelLastPrinted": "2026-04-03T06:21:57.9004595",
    "labelLastPrice": 1,
    "shelfPageLayoutG_UID": "1TylYsKG9kKWyOzcqnfJ5g==",
    "shelfPageLayoutGuid": "62a53cd5-86c2-42f6-96c8-ecdcaa77c9e6",
    "talkerPageLayoutG_UID": "JR64hyK4kkWujvjIMTBfbA==",
    "talkerPageLayoutGuid": "87b81e25-b822-4592-ae8e-f8c831305f6c",
    "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": "NnGGVJ3bbUG7pqaWqX2Njg==",
    "inventoryIdentifier": "54867136-db9d-416d-bba6-a696a97d8d8e",
    "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": "89NtKtn4Lkewq/q0xek56w==",
    "parentPluGuid": "2a6dd3f3-f8d9-472e-b0ab-fab4c5e939eb",
    "preferredHostVendor": 105,
    "preferredHostChanged": true,
    "code": "sample string 107",
    "supplierIdentifier": "H2POiAiAGUCmq6HxegOmSg==",
    "supplierIdentifierGuid": "88ce631f-8008-4019-a6ab-a1f17a03a64a",
    "supplierChanged": true,
    "rebateSupplierIdentifier": "G9+CwS225Uq9ESFQQ9SHTA==",
    "rebateSupplierIdentifierGuid": "c182df1b-b62d-4ae5-bd11-215043d4874c",
    "rebateSupplierChanged": true,
    "availableForOrder": true,
    "warehouseDirectIndicator": "sample string 109",
    "warehouseDirectIndicatorChanged": true,
    "productGrade": "sample string 111",
    "productType": "sample string 112",
    "productGroup": "sample string 113",
    "complianceIndicator": "sample string 114",
    "inhouseBrand": "sample string 115",
    "slowMoving": true,
    "generalMerchandise": true,
    "comment": "sample string 118",
    "lastUpdatedByUser": "sample string 119",
    "lastManualUpdatedByUser": "sample string 120",
    "lastUpdatedByUserOverride": true,
    "lastUpdatedByHost": "2026-04-03T06:21:57.9004595",
    "commodity": "sample string 122",
    "businessPillar": "sample string 123",
    "mscCommodity": "sample string 124",
    "hostIdentifier": "O7ELT+lW6U65tVGTuTU/MA==",
    "hostIdentifierGuid": "4f0bb13b-56e9-4ee9-b9b5-5193b9353f30",
    "serviceFeeID": 1,
    "serviceFeeIDChanged": true,
    "providerName": "sample string 126",
    "aisleEnds": "sample string 127",
    "deleted": true,
    "deletedChanged": true,
    "hidden": true,
    "doNotRange": true,
    "doNotRangeChanged": true,
    "doNotOrder": true,
    "doNotOrderChanged": true,
    "locked": true,
    "excludeFromWebUpdate": true,
    "excludeFromWebUpdateChanged": true,
    "webPriceBasedOn": 138,
    "webPriceRounding": true,
    "webMarkup": 140,
    "webPriceMode": 141,
    "altDepartmentID": 1,
    "altSubDepartmentID": 1,
    "altMinorDepartmentID": 1,
    "altLesserDepartmentID": 1,
    "altDeptCode": "sample string 142",
    "altSubDeptCode": "sample string 143",
    "altMinorDeptCode": "sample string 144",
    "altLesserDeptCode": "sample string 145",
    "altDepartmentChanged": true,
    "storeProducts": [
      {
        "$ref": "3"
      },
      {
        "$ref": "3"
      }
    ],
    "store": {
      "$id": "4",
      "id": 1,
      "isMaster": true,
      "isElectedMaster": true,
      "electedMasterStoreID": 1,
      "isZoneMaster": true,
      "shortName": "sample string 3",
      "url": "sample string 4",
      "sortOrder": 1,
      "name": "sample string 5",
      "phone": "sample string 6",
      "fax": "sample string 7",
      "email": "sample string 8",
      "address1": "sample string 9",
      "address2": "sample string 10",
      "city": "sample string 11",
      "state": "sample string 12",
      "country": "sample string 13",
      "postCode": "sample string 14",
      "delivery": 1,
      "exportAccounts": 1,
      "salesAccountFolder": "sample string 15",
      "purchaseAccountFolder": "sample string 16",
      "initLoad": 1,
      "initIDs": 1,
      "zoneID": 1,
      "actAsMaster": 1,
      "lastActiveUtc": "2026-04-03T06:21:57.9004595",
      "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": "5Q3Y1n9IWEeKfYzFrsEubg==",
      "hostIdentifierGuid": "d6d80de5-487f-4758-8a7d-8cc5aec12e6e",
      "hostName": 1,
      "hostAddress": "sample string 27",
      "hostUsername": "sample string 28",
      "hostPassword": "sample string 29",
      "excludeFromLeadInOut": true,
      "accountingProvider": 31,
      "accountingAddress": "sample string 32",
      "accountingUsername": "sample string 33",
      "accountingPassword": "sample string 34",
      "storeAccountingCode": "sample string 35",
      "softwareVariance": 36,
      "fuelWarningVariance": 37.0,
      "fuelErrorVariance": 38.0,
      "fuelAccumulatedWarningVariance": 39.0,
      "fuelAccumulatedErrorVariance": 40.0,
      "drawManagment": 41,
      "endOfDayManagment": true,
      "autoFillCashBalancing": true,
      "fuelDayVariance": 44,
      "accountingTradingTime": "00:00:00.1234567",
      "stockActivateProduct": 46,
      "defaultOrderDocumentId": 1,
      "defaultStockReceiveDocumentId": 1,
      "giftCardSalesAccountingDeptCode": "sample string 47",
      "transactionDiscountAccountingDeptCode": "sample string 48",
      "size": 49,
      "updated": "2026-04-03T06:21:57.9004595",
      "priceZone": {
        "$id": "5",
        "id": 1,
        "name": "sample string 2",
        "hostIdentifier": "dKeNGRnLyU27wmRvPhNqvA==",
        "hostIdentifierGuid": "198da774-cb19-4dc9-bbc2-646f3e136abc",
        "sortOrder": 3,
        "zoneMasterStoreID": 1,
        "electedMasterStoreID": 1,
        "containsElectedMasterStore": true
      },
      "priceZoneName": "sample string 51",
      "storeFuelConfigured": true,
      "shippingAddressCopied": true,
      "shippingAddress": {
        "$id": "6",
        "storeID": 1,
        "addressType": 1,
        "address1": "sample string 1",
        "address2": "sample string 2",
        "city": "sample string 3",
        "state": "sample string 4",
        "country": "sample string 5",
        "postCode": "sample string 6"
      },
      "billingAddressCopied": true,
      "billingAddress": {
        "$ref": "6"
      },
      "hostStoreSettings": [
        {
          "$id": "7",
          "id": 1,
          "hostIdentifier": "bYQgRT+UUESpzIhlMHsJqQ==",
          "hostIdentifierGuid": "4520846d-943f-4450-a9cc-8865307b09a9",
          "storeID": 2,
          "username": "sample string 3",
          "password": "sample string 4",
          "passwordPlain": "sample string 5",
          "serverAddress": "sample string 6",
          "serverPort": 1,
          "excludeFromLeadInOut": true,
          "useForHostFile": true,
          "metcashPillarID": "sample string 9",
          "metcashStateCode": "sample string 10",
          "metcashCustomerID": "sample string 11",
          "metcashTradingPartnerID": "sample string 12",
          "drakesCustomerNumber": 1,
          "sparCustomerNumber": "sample string 13",
          "sparOrderUsername": "sample string 14",
          "sparOrderPassword": "sample string 15",
          "sparOrderPasswordPlain": "sample string 16",
          "pharmXSiteID": 1,
          "ibaZoneID": 1,
          "ibaState": "sample string 17",
          "foodlandStoreCode": "sample string 18",
          "ilgMemberNumber": "sample string 19",
          "ilgOutletLocation": 1,
          "ilgBaseCost": 1,
          "ilgApplyNonAdvertisedPromos": true,
          "ilgExemptFromFreight": true,
          "ilgOrderDealReview": true,
          "ilgFinanceFee": 1,
          "secondPassword": "sample string 23",
          "secondPasswordPlain": "sample string 24",
          "secondServerAddress": "sample string 25",
          "processPromotions": true,
          "hostProvider": 0,
          "host": {
            "$id": "8",
            "identifier": "ThRUfFnJYEyGMH+03j1mzA==",
            "identifierGuid": "7c54144e-c959-4c60-8630-7fb4de3d66cc",
            "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": "F+uIDyMTk0GSE6tyr31BiA==",
            "hostSupplierIdentifierGuid": "0f88eb17-1323-4193-9213-ab72af7d4188",
            "loyaltyPriceLevelIdentifier": "C+IFX6ZCrUS1OYp6XnuUCA==",
            "loyaltyPriceLevelIdentifierGuid": "5f05e20b-42a6-44ad-b539-8a7a5e7b9408",
            "isGroup": true,
            "description": "sample string 22",
            "hostProvider": 23,
            "hostTypeEnum": 24,
            "hostType": "sample string 25",
            "hostCode": "sample string 26",
            "username": "sample string 27",
            "password": "sample string 28",
            "passwordPlain": "sample string 29",
            "server": "sample string 30",
            "url": "sample string 31",
            "global": true,
            "stateCode": "sample string 33",
            "lastCollected": "2026-04-03T06:21:57.9004595",
            "lastProcessed": "2026-04-03T06:21:57.9004595",
            "hold": true,
            "supplierName": "sample string 35",
            "supplier": {
              "$id": "9",
              "identifier": "gPzfGJZTpka/lYf+x/O0eQ==",
              "identifierGuid": "18dffc80-5396-46a6-bf95-87fec7f3b479",
              "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": "MPmeytBkcEi/XQv1lliLGA==",
              "primaryContactID": "ca9ef930-64d0-4870-bf5d-0bf596588b18",
              "storeID": 1,
              "abn": "sample string 16",
              "supplierGroupIdentifier": "ZiOKXU/liUCDWjQt8BQeRA==",
              "supplierGroupGuid": "5d8a2366-e54f-4089-835a-342df0141e44",
              "rebate": 1.0,
              "rebateType": 1,
              "rebateFrequency": 1,
              "rebateSource": 1,
              "rebateLastClaimed": "2026-04-03T06:21:57.9004595",
              "rebateLastClaimedAmount": 1.0,
              "cartonsOnly": true,
              "minimumOrderValue": 1,
              "enforceMinimumQuantity": true,
              "freight": 19.0,
              "freightType": 20,
              "deleted": true,
              "deletedUser": "sample string 22",
              "storeName": "sample string 23",
              "primaryContact": {
                "$id": "10",
                "id": "432220fd-b43e-4aa9-bc41-746186f19592",
                "identifier": "Jrap7OCze0K/8BJ6ezDqvg==",
                "identifierGuid": "eca9b626-b3e0-427b-bff0-127a7b30eabe",
                "familyName": "sample string 1",
                "givenNames": "sample string 2",
                "otherNames": "sample string 3",
                "title": "sample string 4",
                "dateOfBirth": "sample string 5",
                "sex": "sample string 6",
                "address": "sample string 7",
                "address1": "sample string 8",
                "address2": "sample string 9",
                "town": "sample string 10",
                "state": "sample string 11",
                "country": "sample string 12",
                "postalCode": "sample string 13",
                "telephone": "sample string 14",
                "mobile": "sample string 15",
                "email": "sample string 16",
                "fax": "sample string 17",
                "primary": true
              },
              "contacts": [
                {
                  "$id": "11",
                  "supplierIdentifier": "w+n/CSJT+UWDEgTYyk002w==",
                  "supplierIdentifierGuid": "09ffe9c3-5322-45f9-8312-04d8ca4d34db",
                  "contactGuid": "AfWWvJHlREugUTNWXZgnAA==",
                  "contactID": "bc96f501-e591-4b44-a051-33565d982700",
                  "contact": {
                    "$ref": "10"
                  },
                  "supplier": {
                    "$ref": "9"
                  }
                },
                {
                  "$ref": "11"
                }
              ],
              "products": [
                {
                  "$ref": "1"
                },
                {
                  "$ref": "1"
                }
              ],
              "orderCycleHeaders": [
                {
                  "$id": "12",
                  "storeID": 1,
                  "supplierIdentifier": "eoF6zKXRK0WnVOpHDHyNsw==",
                  "supplierGuid": "cc7a817a-d1a5-452b-a754-ea470c7c8db3",
                  "departmentCode": "sample string 2",
                  "warehouseDirectIndicator": "sample string 3",
                  "type": 4,
                  "storeName": "sample string 5",
                  "departmentName": "sample string 6",
                  "orderDays": 7
                },
                {
                  "$ref": "12"
                }
              ],
              "cycles": [
                {
                  "$id": "13",
                  "storeID": 1,
                  "supplierIdentifier": "ibJglpThHkyOKfVzm2Pt4g==",
                  "supplierGuid": "9660b289-e194-4c1e-8e29-f5739b63ede2",
                  "departmentCode": "sample string 2",
                  "warehouseDirectIndicator": "sample string 3",
                  "type": 4,
                  "cutOffWeek": 5,
                  "cutOffDay": 6,
                  "cutOffTime": "00:00:00.1234567",
                  "leadTime": 7,
                  "daysBuffer": 8,
                  "supplierName": "sample string 9",
                  "cutOffDate": "2026-04-03T06:21:57.9004595",
                  "deliveryDate": "2026-04-03T06:21:57.9004595",
                  "nextCutOffDate": "2026-04-03T06:21:57.9004595",
                  "nextDeliveryDate": "2026-04-03T06:21:57.9004595",
                  "nextDaysBuffer": 10
                },
                {
                  "$ref": "13"
                }
              ],
              "store": {
                "$ref": "4"
              },
              "updated": "2026-04-03T06:21:57.9004595",
              "isHost": true
            },
            "files": [
              {
                "$id": "14",
                "id": "sample string 1",
                "fileName": "sample string 2",
                "extension": "sample string 3",
                "provider": 0,
                "type": 0,
                "hostType": "sample string 4",
                "createdUtc": "2026-04-03T06:21:57.9004595",
                "processed": "2026-04-03T06:21:57.9004595",
                "isProcessing": true,
                "processedCount": 6,
                "processingTime": 1,
                "collectedUtc": "2026-04-03T06:21:57.9004595",
                "size": 1,
                "sizeFormat": "sample string 7",
                "isArchive": true,
                "customerNumber": "sample string 9",
                "businessPillar": "sample string 10",
                "fileType": "sample string 11",
                "version": "sample string 12",
                "reference": "sample string 13",
                "digest": "sample string 14",
                "contentType": "sample string 15",
                "host": {
                  "$ref": "8"
                },
                "metcashHeader": {
                  "$id": "15",
                  "customerNumber": "sample string 1",
                  "creationDate": "2026-04-03T06:21:57.9004595",
                  "businessPillar": "sample string 3",
                  "fileType": "sample string 4"
                }
              },
              {
                "$ref": "14"
              }
            ],
            "zoneMatrix": [
              {
                "$id": "16",
                "id": 1,
                "hostIdentifier": "QwTBJDHEXk6PoQ4GS1YGaw==",
                "hostIdentifierGuid": "24c10443-c431-4e5e-8fa1-0e064b56066b",
                "storeID": 1,
                "departmentCode": "sample string 2",
                "hostGuids": [
                  "5ace1ca4-1a3f-467c-8c5d-fcd268959156",
                  "7ec11390-de0f-4476-849c-4f9dd1b762ef"
                ]
              },
              {
                "$ref": "16"
              }
            ],
            "hostFileStoreSetting": {
              "$ref": "7"
            },
            "hostStoreSettings": [
              {
                "$ref": "7"
              },
              {
                "$ref": "7"
              }
            ],
            "promotionPlacements": [
              {
                "$id": "17",
                "identifier": "YtWK+ifljkGa1gAtqmVXhg==",
                "identifierGuid": "fa8ad562-e527-418e-9ad6-002daa655786",
                "code": "sample string 2",
                "description": "sample string 3",
                "isAdvertised": true
              },
              {
                "$ref": "17"
              }
            ],
            "promoTypeGuids": [
              "011073c1-58d8-472b-a3b8-1175dd60ba4f",
              "a3423486-7dd6-4e58-99a5-35b0855b6839"
            ],
            "isPromotionOnly": false,
            "isOrderable": false,
            "vendor": 0
          },
          "groupIDs": [
            1,
            2
          ],
          "hostDescription": "sample string 27"
        },
        {
          "$ref": "7"
        }
      ],
      "accounts": [
        {
          "$id": "18",
          "id": 1,
          "storeID": 1,
          "accountName": "sample string 2",
          "bsb": "sample string 3",
          "accountNumber": "sample string 4",
          "accountDesignated": true
        },
        {
          "$ref": "18"
        }
      ],
      "sales": [
        {
          "$id": "19",
          "id": 1,
          "storeID": 1,
          "externalSalesType": 2,
          "ftpSiteID": 1,
          "lastSaleProcessed": "2026-04-03T06:21:57.9004595",
          "ftpSite": {
            "$id": "20",
            "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": "19"
        }
      ],
      "zoneMatrix": [
        {
          "$ref": "16"
        },
        {
          "$ref": "16"
        }
      ],
      "cashManagements": [
        {
          "$id": "21",
          "id": 1,
          "storeID": 1,
          "cashManagementType": 2,
          "apiID": 1,
          "organisationID": "sample string 3",
          "siteName": "sample string 4",
          "thirdPartyAPI": {
            "$id": "22",
            "id": 1,
            "description": "sample string 2",
            "address": "sample string 3",
            "username": "sample string 4",
            "password": "sample string 5",
            "passwordPlain": "sample string 6",
            "token": "sample string 7",
            "apiType": 8,
            "apiSubType": 9
          }
        },
        {
          "$ref": "21"
        }
      ],
      "updateStoreID": "17d66d3f-6fec-4a7a-9610-859b28490c89",
      "updateStore": {
        "$id": "23",
        "id": "31c748a8-b986-49bf-8487-1147f312d94d",
        "name": "sample string 1",
        "lastActivity": "2026-04-03T06:21:57.9004595",
        "zone": "sample string 2",
        "timeZoneOffset": 0.0,
        "businessHoursStart": "00:00:00.1234567",
        "businessHoursEnd": "00:00:00.1234567",
        "master": true,
        "lastIP": "sample string 10",
        "lastHostName": "sample string 11",
        "ping": 1,
        "pingStatus": "sample string 12",
        "lastUpdateCompleted": "2026-04-03T06:21:57.9004595"
      },
      "timeZoneId": "sample string 54",
      "securityOptions": {
        "$id": "24",
        "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": "25",
        "pluG_UID": "/o7WttmOr0m5f6eiSYMFRg==",
        "pluGuid": "b6d68efe-8ed9-49af-b97f-a7a249830546",
        "plu": 1,
        "storeID": 1,
        "zoneID": 2,
        "zoneName": "sample string 3",
        "store": "sample string 4",
        "isElectedMasterStore": true,
        "isZoneMasterStore": true,
        "priceNow": 7,
        "costNow": 8,
        "costNowDecimals": 9,
        "normalPrice": 10,
        "priceNext": 1,
        "costNext": 1,
        "costNextDecimals": 11,
        "nextCampaignName": "sample string 12",
        "gstPercent": 13,
        "normalCost": 14,
        "normalCostDecimals": 15,
        "costGstPercent": 16,
        "costCalcMethod": 1,
        "currentCost": 17,
        "currentCostDecimals": 18,
        "break1": 19,
        "price1": 20,
        "break2": 21,
        "price2": 22,
        "break3": 23,
        "price3": 24,
        "fuelItem": 25,
        "fixedWeight": 26,
        "active": true,
        "complianceIndicator": "sample string 27",
        "doNotOrder": true,
        "doNotRange": true,
        "isNormalPriceChangesCampaign": true,
        "updated": "2026-04-03T06:21:57.9004595"
      },
      {
        "$ref": "25"
      }
    ],
    "currentPrices": {
      "$id": "26",
      "pluPrices": {
        "$id": "27",
        "plu": 1,
        "pluG_UID": "QEA=",
        "stores": [
          1,
          2
        ],
        "normalPrice": 1,
        "cost": 2,
        "break1": 3,
        "price1": 4,
        "break2": 5,
        "price2": 6,
        "break3": 7,
        "price3": 8,
        "discountPrice": 9,
        "memberDiscountPrice": 10,
        "acceptedUtc": "2026-04-03T06:21:57.9004595",
        "priceChangeType": 0,
        "costDecimals": 11,
        "costCalcMethod": 12,
        "targetCampaignPriceGtOrEquNormal": true
      },
      "normalPluPrices": {
        "$ref": "27"
      },
      "winningCampaign": 1,
      "winner": {
        "$id": "28",
        "campaignName": "sample string 1",
        "campaignDescription": "sample string 2",
        "talkerText": "sample string 3",
        "disableWasSave": true,
        "startDate": "2026-04-03T06:21:57.9004595",
        "startTime": 5,
        "endDate": "2026-04-03T06:21:57.9004595",
        "endTime": 6,
        "newPrice": 7,
        "newCost": 8,
        "newCostDecimals": 9,
        "pctDiscount": 10,
        "promoType": 1,
        "promotionTypeCode": "sample string 11",
        "hostType": 12,
        "hostIdentifier": "JOWcxWiHpkmDLAZBNUbUYw==",
        "hostIdentifierGuid": "c59ce524-8768-49a6-832c-06413546d463",
        "storeNames": [
          "sample string 1",
          "sample string 2"
        ]
      },
      "details": [
        {
          "$ref": "28"
        },
        {
          "$ref": "28"
        }
      ]
    },
    "tray": {
      "$id": "29",
      "g_UId": "D2A0i77c1UqtUZqFpAZB0g==",
      "guid": "8b34600f-dcbe-4ad5-ad51-9a85a40641d2",
      "name": "sample string 1",
      "number": 1,
      "tare": 1
    },
    "priceGroup": {
      "$id": "30",
      "priceGroupG_UID": "IYXGyLrutEm4QjUVAQI2UQ==",
      "priceGroupGuid": "c8c68521-eeba-49b4-b842-351501023651",
      "name": "sample string 2",
      "code": 1,
      "modified": true,
      "updated": "2026-04-03T06:21:57.9004595",
      "buyingLimit": 1,
      "buyingLimitIndependent": true,
      "buyingLimitType": 0,
      "number": 1,
      "products": [
        {
          "$ref": "3"
        },
        {
          "$ref": "3"
        }
      ],
      "productCount": 1
    },
    "priceGroupName": "sample string 147",
    "nutrifacts": {
      "$id": "31",
      "pluG_UID": "qCORB0xZ9EWys5tVqoLUcQ==",
      "pluGuid": "079123a8-594c-45f4-b2b3-9b55aa82d471",
      "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": "32",
      "pluGuid": "98084c14-b331-4e07-af0f-d9b93985bb8b",
      "created": "2026-04-03T06:21:57.916115",
      "createdByUser": "sample string 1",
      "activated": "2026-04-03T06:21:57.916115",
      "activatedByUser": "sample string 2",
      "deactivated": "2026-04-03T06:21:57.916115",
      "deactivatedByUser": "sample string 3",
      "lastOrdered": "2026-04-03T06:21:57.916115",
      "lastOrderedQty": 4.0,
      "lastReceived": "2026-04-03T06:21:57.916115",
      "lastReceivedQty": 5.0,
      "lastInvoiceStatus": 1,
      "lastCounted": "2026-04-03T06:21:57.916115",
      "lastSold": "2026-04-03T06:21:57.916115",
      "firstSold": "2026-04-03T06:21:57.916115",
      "awsUpdated": "2026-04-03T06:21:57.916115",
      "lastManualUpdate": "2026-04-03T06:21:57.916115",
      "lastManualUpdatedByUser": "sample string 7",
      "lastUpdated": "2026-04-03T06:21:57.916115",
      "lastUpdatedByUser": "sample string 9",
      "lastUpdatedByHost": "2026-04-03T06:21:57.916115",
      "doNotRangeUpdated": "2026-04-03T06:21:57.916115",
      "doNotOrderUpdated": "2026-04-03T06:21:57.916115",
      "tracked": "2026-04-03T06:21:57.916115"
    },
    "allergens": [
      {
        "$id": "33",
        "primaryKey": {
          "$id": "34",
          "pluGuid": "adab7eef-0c9a-4fa5-880e-441a2529e6a8",
          "contains": 2
        },
        "allergenID": 1,
        "pluG_UID": "736rrZoMpU+IDkQaJSnmqA==",
        "pluGuid": "adab7eef-0c9a-4fa5-880e-441a2529e6a8",
        "contains": 2,
        "allergenName": "sample string 3",
        "storeIDs": [
          1,
          2
        ]
      },
      {
        "$ref": "33"
      }
    ],
    "costs": {
      "$id": "35",
      "pluG_UID": "5kjQ2KNrR0elEUr11Aokng==",
      "pluGuid": "d8d048e6-6ba3-4747-a511-4af5d40a249e",
      "enteredCost": 1,
      "weightedAvgCost": 1,
      "lastCost": 1,
      "rawEnteredCost": 2,
      "rawWeightedAvgCost": 3,
      "rawLastCost": 4,
      "freight": 5.0,
      "freightType": 6,
      "costDecimals": 7,
      "fifoCost": 1,
      "updated": "2026-04-03T06:21:57.916115",
      "normalCost": 1,
      "currentCost": 1
    },
    "sales": [
      {
        "$id": "36",
        "saleHeaderID": 1,
        "created": "2026-04-03T06:21:57.916115",
        "createdLocal": "2026-04-03T06:21:57.916115",
        "storeID": 3,
        "storeName": "sample string 4",
        "operatorG_Uid": "UtXZzb11BUOUSxoxtb0ifw==",
        "operatorGuid": "cdd9d552-75bd-4305-944b-1a31b5bd227f",
        "operatorName": "sample string 5",
        "tranType": 1,
        "plu": 1,
        "pluG_UId": "ZpuUiAxAdkeQ5HnBKh27/w==",
        "pluGuid": "88949b66-400c-4776-90e4-79c12a1dbbff",
        "normalPrice": 1,
        "totalCents": 1,
        "cost": 1,
        "grossProfit": 1,
        "quantity": 1,
        "operator": {
          "$id": "37",
          "id": 1,
          "g_Uid": "EPnYEqlTdUGBi6+JEmnbBg==",
          "guid": "12d8f910-53a9-4175-818b-af891269db06",
          "operatorNumber": 1,
          "shortName": "sample string 2",
          "firstName": "sample string 3",
          "lastName": "sample string 4",
          "password": "sample string 5",
          "hasPassword": true,
          "passwordText": "sample string 6",
          "rfidTagID": "sample string 7",
          "blueprintID": 1,
          "groupID": 1,
          "groupName": "sample string 8",
          "managerGroupID": 1,
          "managerGroupName": "sample string 9",
          "zoneID": 1,
          "zoneName": "sample string 10",
          "loggedIn": 1,
          "lastUsedIP": "sample string 11",
          "deleted": true,
          "locked": true,
          "allowOpenTill": true,
          "webEmail": "sample string 14",
          "simpleOperatorType": 0,
          "webRole": "sample string 15",
          "updated": "2026-04-03T06:21:57.916115",
          "passwordResetRequired": true,
          "alteredInStore": true,
          "startShift": "2026-04-03T06:21:57.916115",
          "endShift": "2026-04-03T06:21:57.916115",
          "machineName": "sample string 20",
          "drawerID": 1,
          "stores": [
            {
              "$id": "38",
              "operatorG_UID": "47+RBwmU5Euz2ihYZzRq8A==",
              "operatorGuid": "0791bfe3-9409-4be4-b3da-285867346af0",
              "storeID": 2,
              "operator": {
                "$ref": "37"
              },
              "store": {
                "$ref": "4"
              }
            },
            {
              "$ref": "38"
            }
          ]
        }
      },
      {
        "$ref": "36"
      }
    ],
    "apns": [
      {
        "$id": "39",
        "pluID": 1,
        "pluG_UID": "jE6fyJygZ0iuvJFZX1rZ/Q==",
        "pluGuid": "c89f4e8c-a09c-4867-aebc-91595f5ad9fd",
        "apn": "sample string 1",
        "deleted": true,
        "storeID": 1,
        "storeIDs": [
          1,
          2
        ]
      },
      {
        "$ref": "39"
      }
    ],
    "tuns": [
      {
        "$id": "40",
        "pluG_UId": "DmRKymFn1UyL3BzbNxs+Rg==",
        "pluGuid": "ca4a640e-6761-4cd5-8bdc-1cdb371b3e46",
        "apn": "sample string 1",
        "tun": "sample string 2",
        "cartonQuantity": 3,
        "product": {
          "$ref": "3"
        },
        "storeIDs": [
          1,
          2
        ]
      },
      {
        "$ref": "40"
      }
    ],
    "competitionPricing": [
      {
        "$id": "41",
        "identifier": "sp3RlDX57U+FKcYiq76/TQ==",
        "identifierGuid": "94d19db2-f935-4fed-8529-c622abbebf4d",
        "pluG_UID": "wQV7EcB/wE67fjthE5salQ==",
        "pluGuid": "117b05c1-7fc0-4ec0-bb7e-3b61139b1a95",
        "competitionID": 1,
        "name": "sample string 2",
        "sellMultiple": 3,
        "retailPrice": 4,
        "storeName": "sample string 5"
      },
      {
        "$ref": "41"
      }
    ],
    "supplier": {
      "$ref": "9"
    },
    "supplierName": "sample string 148",
    "children": [
      {
        "$ref": "3"
      },
      {
        "$ref": "3"
      }
    ],
    "ordering": {
      "$ref": "1"
    },
    "flipChartPages": [
      {
        "$id": "42",
        "identifier": "Nv9qr9G5906kpexGEBaPgw==",
        "groupName": "sample string 1",
        "identifierGuid": "af6aff36-b9d1-4ef7-a4a5-ec4610168f83",
        "exists": true,
        "flipChartIdentifier": "Ay0QWUMdR0yuAsfr5ehFDA==",
        "flipChartIdentifierGuid": "59102d03-1d43-4c47-ae02-c7ebe5e8450c",
        "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": "8YuyI1Nn5UmdGNHmHFUveg==",
        "groupIdentifierGuid": "23b28bf1-6753-49e5-9d18-d1e61c552f7a",
        "flipChart": {
          "$id": "43",
          "identifier": "b+Rl3LLDOkuOq5ai06Ue4A==",
          "identifierGuid": "dc65e46f-c3b2-4b3a-8eab-96a2d3a51ee0",
          "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": "44",
            "identifier": "u+ooSghtGkOFvhqJXI/hXw==",
            "identifierGuid": "4a28eabb-6d08-431a-85be-1a895c8fe15f",
            "name": "sample string 2",
            "formType": "sample string 3",
            "forms": [
              {
                "$id": "45",
                "id": 1,
                "g_UID": "oGGTyORpHUGIRM7jejy5oQ==",
                "guid": "c89361a0-69e4-411d-8844-cee37a3cb9a1",
                "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": "rB9KeFWP0U6sDlUHpaH3TQ==",
                "previousFormGuid": "784a1fac-8f55-4ed1-ac0e-5507a5a1f74d",
                "nextForm": 1,
                "nextFormG_UID": "dnY8g/Ap8UCplz8TmvIkkg==",
                "nextFormGuid": "833c7676-29f0-40f1-a997-3f139af22492",
                "attributes": "sample string 10",
                "updated": "2026-04-03T06:21:57.916115",
                "positioning": 1,
                "contentPanel": "sample string 11",
                "selectionMode": 1,
                "maximumSelections": 1,
                "alteredInStore": true,
                "deleted": true,
                "blueprintID": 1,
                "preserveLayout": true,
                "mainCheckoutFormName": "sample string 13",
                "nextCheckoutForm": {
                  "$ref": "45"
                },
                "previousCheckoutForm": {
                  "$ref": "45"
                },
                "buttons": [
                  {
                    "$id": "46",
                    "id": 1,
                    "checkoutFormID": 2,
                    "checkoutFormG_UID": "O5b3UCW0TEywLfMMjfBXyg==",
                    "checkoutFormGuid": "50f7963b-b425-4c4c-b02d-f30c8df057ca",
                    "identifier": "6QkZ5QC0I0aGF3M7QHRuqA==",
                    "identifierGuid": "e51909e9-b400-4623-8617-733b40746ea8",
                    "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": "VFR9KLCv2UWnooHUWS7yLA==",
                    "valueGuid": "287d5454-afb0-45d9-a7a2-81d4592ef22c",
                    "buttonText": "sample string 10",
                    "valueText": "sample string 11",
                    "drawImageAndButton": true,
                    "updated": "2026-04-03T06:21:57.916115",
                    "action": "sample string 12",
                    "valueForm": {
                      "$ref": "45"
                    },
                    "image": {
                      "$id": "47",
                      "name": "sample string 3.sample string 4",
                      "imageID": 2,
                      "imageName": "sample string 3",
                      "imageExtension": "sample string 4",
                      "lastUpdate": "2026-04-03T06:21:57.916115",
                      "imageData": "QEA=",
                      "readOnly": true
                    }
                  },
                  {
                    "$ref": "46"
                  }
                ],
                "panels": [
                  {
                    "$id": "48",
                    "id": 1,
                    "checkoutFormID": 2,
                    "checkoutFormG_UID": "C7M6XufvDkOqlfUNyREtng==",
                    "checkoutFormGuid": "5e3ab30b-efe7-430e-aa95-f50dc9112d9e",
                    "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": "48"
                  }
                ]
              },
              {
                "$ref": "45"
              }
            ],
            "panels": [
              {
                "$ref": "48"
              },
              {
                "$ref": "48"
              }
            ]
          },
          "pages": [
            {
              "$ref": "42"
            },
            {
              "$ref": "42"
            }
          ]
        },
        "contentPanel": {
          "$ref": "48"
        },
        "products": [
          {
            "$id": "49",
            "flipChartPageIdentifier": "N0hYtbkhvkOXYYjdzBlejg==",
            "flipChartPageIdentifierGuid": "b5584837-21b9-43be-9761-88ddcc195e8e",
            "pluG_UID": "1oCy61rgFk2lS8oPsHSpXA==",
            "pluGuid": "ebb280d6-e05a-4d16-a54b-ca0fb074a95c",
            "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": "49"
          }
        ],
        "productCount": 27,
        "pages": [
          {
            "$ref": "42"
          },
          {
            "$ref": "42"
          }
        ]
      },
      {
        "$ref": "42"
      }
    ],
    "priceHistory": [
      {
        "$id": "50",
        "pluG_UID": "mH39P0jxfk+wOuc6vRR8sQ==",
        "pluGuid": "3ffd7d98-f148-4f7e-b03a-e73abd147cb1",
        "price": 1,
        "costCalcMethod": 1,
        "cost": 2,
        "weightedAvgCost": 3,
        "lastCost": 4,
        "rawCost": 5,
        "rawWeightedAvgCost": 6,
        "rawLastCost": 7,
        "costDecimals": 8,
        "serviceFeeID": 9,
        "freight": 10.0,
        "freightType": 11,
        "process": "sample string 12",
        "user": "sample string 13",
        "updated": "2026-04-03T06:21:57.916115",
        "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": "50"
      }
    ],
    "ingredients": [
      {
        "$id": "51",
        "pluG_UID": "fLrOnvjLVkei3o9Ard7+Bw==",
        "ingredientGuid": "rdr889pzHkGn4Z3U8bUKSg==",
        "ingredientIdentifier": "f3fcdaad-73da-411e-a7e1-9dd4f1b50a4a",
        "quantity": 1.0,
        "storeIDs": [
          1,
          2
        ],
        "ingredientText": "sample string 1",
        "ingredient": {
          "$ref": "3"
        }
      },
      {
        "$ref": "51"
      }
    ],
    "bins": [
      {
        "$id": "52",
        "pluG_UID": "q9uw2eyZ6kSZCUMKd8ZZIw==",
        "pluGuid": "d9b0dbab-99ec-44ea-9909-430a77c65923",
        "shelfLocationIdentifier": "iII4bbAgWE2MnCS/D4sn9g==",
        "shelfLocationGuid": "6d388288-20b0-4d58-8c9c-24bf0f8b27f6",
        "labelShelfDefault": 1,
        "labelTalkerDefault": 1,
        "labelSmall": true,
        "labelPageLayoutG_UID": "GMZzq55s40+kpk+6SJ7xdQ==",
        "labelPageLayoutGuid": "ab73c618-6c9e-4fe3-a4a6-4fba489ef175",
        "updated": "2026-04-03T06:21:57.916115",
        "electronicShelfLabelIdentifier": "sample string 5",
        "electronicshelfLabelsConfigurationID": 6,
        "labelShelfChanged": true,
        "productName": "sample string 8",
        "locationText": "sample string 9",
        "product": {
          "$ref": "3"
        },
        "location": {
          "$id": "53",
          "identifier": "cNS5O5O57EqMW39qBRx0rQ==",
          "storeID": 1,
          "identifierGuid": "3bb9d470-b993-4aec-8c5b-7f6a051c74ad",
          "name": "sample string 2",
          "haccp": true,
          "blueprintID": 1,
          "updated": "2026-04-03T06:21:57.916115",
          "minTemp": 1,
          "maxTemp": 1,
          "checkFrequency": 1,
          "storeCaseConfiguration": 5,
          "storeName": "sample string 6",
          "bins": [
            {
              "$ref": "52"
            },
            {
              "$ref": "52"
            }
          ]
        }
      },
      {
        "$ref": "52"
      }
    ],
    "bin": {
      "$ref": "52"
    },
    "scaleLocations": [
      {
        "$id": "54",
        "plu": 1,
        "pluG_UID": "vTv8ZpetQkK5TcJ1oBQcnw==",
        "pluGuid": "66fc3bbd-ad97-4242-b94d-c275a0141c9f",
        "deptNo": 1,
        "product": {
          "$ref": "3"
        },
        "scaleLocation": {
          "$id": "55",
          "id": 1,
          "deptNo": 1,
          "deptCode": "sample string 2",
          "name": "sample string 3",
          "enabled": true,
          "updated": "2026-04-03T06:21:57.916115",
          "department": {
            "$id": "56",
            "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": "55"
            },
            "subDepartments": [
              {
                "$id": "57",
                "id": 1,
                "departmentID": 2,
                "name": "sample string 3",
                "code": "sample string 4",
                "departmentCode": "sample string 5",
                "externalSales": true,
                "minorDepartments": [
                  {
                    "$id": "58",
                    "id": 1,
                    "subDepartmentID": 2,
                    "departmentID": 3,
                    "name": "sample string 4",
                    "subDepartmentCode": "sample string 5",
                    "departmentCode": "sample string 6",
                    "code": "sample string 7",
                    "lesserDepartments": [
                      {
                        "$id": "59",
                        "id": 1,
                        "departmentID": 2,
                        "subDepartmentID": 3,
                        "minorDepartmentID": 4,
                        "name": "sample string 5",
                        "code": "sample string 6",
                        "departmentCode": "sample string 7",
                        "subDepartmentCode": "sample string 8",
                        "minorDepartmentCode": "sample string 9",
                        "updated": "2026-04-03T06:21:57.916115",
                        "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": "LU3GaHU43UCd1mEctiLyZQ==",
                        "labelPageLayoutGuid": "68c64d2d-3875-40dd-9dd6-611cb622f265",
                        "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": "60",
                          "dept": 1,
                          "category": 2,
                          "name": "sample string 3",
                          "active": true,
                          "mscCommodities": [
                            {
                              "$id": "61",
                              "dept": 1,
                              "category": 2,
                              "commodity": 3,
                              "name": "sample string 4",
                              "active": true,
                              "mscSubCommodities": [
                                {
                                  "$id": "62",
                                  "dept": 1,
                                  "category": 2,
                                  "commodity": 3,
                                  "subCommodity": 4,
                                  "name": "sample string 5",
                                  "active": true,
                                  "subCommodityCode": "sample string 7"
                                },
                                {
                                  "$ref": "62"
                                }
                              ],
                              "commodityCode": "sample string 6"
                            },
                            {
                              "$ref": "61"
                            }
                          ],
                          "categoryCode": "sample string 5"
                        },
                        "mscCom": {
                          "$ref": "61"
                        },
                        "mscDep": {
                          "$id": "63",
                          "dept": 1,
                          "name": "sample string 2",
                          "active": true,
                          "mscCategories": [
                            {
                              "$ref": "60"
                            },
                            {
                              "$ref": "60"
                            }
                          ],
                          "deptCode": "sample string 4"
                        },
                        "mscSubCom": {
                          "$ref": "62"
                        }
                      },
                      {
                        "$ref": "59"
                      }
                    ],
                    "updated": "2026-04-03T06:21:57.916115",
                    "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": "2dZYAPRVYEGd27rV5k4vFA==",
                    "labelPageLayoutGuid": "0058d6d9-55f4-4160-9ddb-bad5e64e2f14",
                    "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": "60"
                    },
                    "mscCom": {
                      "$ref": "61"
                    },
                    "mscDep": {
                      "$ref": "63"
                    },
                    "mscSubCom": {
                      "$ref": "62"
                    }
                  },
                  {
                    "$ref": "58"
                  }
                ],
                "investmentBuyOverride": true,
                "updated": "2026-04-03T06:21:57.916115",
                "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": "UW8zBmklfkuEk0mBLWAL5Q==",
                "labelPageLayoutGuid": "06336f51-2569-4b7e-8493-49812d600be5",
                "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": "60"
                },
                "mscCom": {
                  "$ref": "61"
                },
                "mscDep": {
                  "$ref": "63"
                },
                "mscSubCom": {
                  "$ref": "62"
                }
              },
              {
                "$ref": "57"
              }
            ],
            "stores": [
              1,
              2
            ],
            "investmentBuyOverride": true,
            "updated": "2026-04-03T06:21:57.916115",
            "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": "6EvqIzpRoEOVmY6tP+gFNg==",
            "labelPageLayoutGuid": "23ea4be8-513a-43a0-9599-8ead3fe80536",
            "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": "60"
            },
            "mscCom": {
              "$ref": "61"
            },
            "mscDep": {
              "$ref": "63"
            },
            "mscSubCom": {
              "$ref": "62"
            }
          }
        }
      },
      {
        "$ref": "54"
      }
    ],
    "nextPrice": {
      "$id": "64",
      "id": 1,
      "campaignID": 2,
      "campaignName": "sample string 3",
      "plu": 1,
      "hostOfferID": 1,
      "metcashPromotionID": "sample string 4",
      "metcashPromotionPlacement": "sample string 5",
      "pluG_UID": "UKgYKdRONUS/z5xmrobXGA==",
      "pluGuid": "2918a850-4ed4-4435-bfcf-9c66ae86d718",
      "newPrice": 1,
      "pctDiscount": 1,
      "newCost": 1,
      "newCostDecimals": 6,
      "dealCostIdentifier": "o/eX+WBdWUSgKB1HFft0+A==",
      "dealCostGuid": "f997f7a3-5d60-4459-a028-1d4715fb74f8",
      "pluName": "sample string 7",
      "apn": "sample string 8",
      "fuelItem": true,
      "priceGroupG_UID": "bQJ8Mz6QF0mrDguH1U61BA==",
      "priceGroupGuid": "337c026d-903e-4917-ab0e-0b87d54eb504",
      "itemNumber": "sample string 10",
      "cri": "sample string 11",
      "pluPrice": 12,
      "costCalcMethod": 13,
      "pluCost": 14,
      "pluCostIndicator": "sample string 15",
      "pluPriceGstPercent": 16,
      "pluCostGstPercent": 17,
      "pluActive": true,
      "cartonQty": 1.1,
      "baseUnits": 19.1,
      "salesMode": 1,
      "pluNormalCost": 20,
      "pluaws": 21.0,
      "directNumber": "sample string 22",
      "departmentName": "sample string 23",
      "subDepartmentName": "sample string 24",
      "priceGroupName": "sample string 25",
      "supplierName": "sample string 26",
      "stockOnHand": 1.1,
      "stockOnOrder": 1.1,
      "lastReceived": "2026-04-03T06:21:57.916115",
      "rrp": 27,
      "campaignDescription": "sample string 28",
      "hostCampaign": true,
      "hostIdentifier": "QEA=",
      "hostIdentifierGuid": "bb317fa6-5a77-4ed4-b799-e33690770eb2",
      "campaignComboPriceGroupG_UID": "mY+uWvEP+0OnzZqcGJvcbQ==",
      "campaignComboPriceGroupIdentifier": "5aae8f99-0ff1-43fb-a7cd-9a9c189bdc6d",
      "promotionPlacementDescription": "sample string 30",
      "storeAcceptances": [
        {
          "$id": "65",
          "plu": 1,
          "pluG_UId": "QEA=",
          "campaignID": 1,
          "campaignName": "sample string 2",
          "storeID": 3,
          "acceptedUtc": "2026-04-03T06:21:57.916115",
          "operatorG_UID": "+htWeiqhAkmT71gA1h4kfg==",
          "operatorGuid": "7a561bfa-a12a-4902-93ef-5800d61e247e",
          "machineID": 1,
          "processed": true,
          "appliedUtc": "2026-04-03T06:21:57.916115",
          "signIqTicketFileMovedUtc": "2026-04-03T06:21:57.916115",
          "user": "sample string 6",
          "campaignDescription": "sample string 7",
          "productDesc": "sample string 8",
          "storeName": "sample string 9",
          "effectiveUtc": "2026-04-03T06:21:57.916115",
          "priceChangeType": 0,
          "operatorName": "sample string 10",
          "hostCampaign": true,
          "hostIdentifier": "QEA=",
          "hostIdentifierGuid": "a4443b90-fd40-4cfd-a6bb-e3c30ca5e286",
          "product": {
            "$ref": "3"
          },
          "campaignPlu": {
            "$ref": "64"
          },
          "fuelItem": true
        },
        {
          "$ref": "65"
        }
      ],
      "campaign": {
        "$id": "66",
        "id": 1,
        "storeID": 2,
        "name": "67bc4f76-2efc-47ff-b7b3-dc1066a9cd97",
        "nameGuid": "67bc4f76-2efc-47ff-b7b3-dc1066a9cd97",
        "description": "sample string 4",
        "showDiscounts": true,
        "showTotals": true,
        "onlyEvaluateOnSubtotal": true,
        "useDescription": true,
        "campaignType": 1,
        "startDate": "2026-04-03T06:21:57.916115",
        "startTime": 1,
        "endDate": "2026-04-03T06:21:57.916115",
        "endTime": 1,
        "recurrence": 1,
        "recurrenceType": 1,
        "monthType": 1,
        "weekDays": 1,
        "months": 1,
        "monthWeeks": 1,
        "monthDays": "sample string 7",
        "printed": true,
        "talkerText": "sample string 8",
        "rangeDescription": "sample string 9",
        "dealDescription": "sample string 10",
        "labelQuantity": 11,
        "active": 1,
        "deactivated": "2026-04-03T06:21:57.916115",
        "system": true,
        "created": "2026-04-03T06:21:57.916115",
        "updated": "2026-04-03T06:21:57.916115",
        "priceChangeNotifiedUtc": "2026-04-03T06:21:57.916115",
        "promoType": 1,
        "promotionTypeCode": "sample string 13",
        "hostIdentifier": "KaBxIfPKoE2KEWwhgRvDNQ==",
        "hostIdentifierGuid": "2171a029-caf3-4da0-8a11-6c21811bc335",
        "hostType": 14,
        "createdByUser": "sample string 15",
        "fromHost": true,
        "deleted": true,
        "campaignDeleted": "2026-04-03T06:21:57.916115",
        "updatedByUser": "sample string 18",
        "offerID": 1,
        "isPriceChangeCampaign": true,
        "stores": [
          1,
          2
        ],
        "storeNames": [
          "sample string 1",
          "sample string 2"
        ],
        "campaignPlus": [
          {
            "$ref": "64"
          },
          {
            "$ref": "64"
          }
        ],
        "campaignPools": [
          {
            "$id": "67",
            "id": 1,
            "campaignID": 2,
            "campaignName": "sample string 3",
            "plu": 4,
            "pluG_UID": "unTqXbleTk6d7v4cRihX3Q==",
            "pluGuid": "5dea74ba-5eb9-4e4e-9dee-fe1c462857dd",
            "hostOfferID": 1,
            "priceGroupG_UID": "vd5omDMZbUOdWFHSMFjp+Q==",
            "priceGroupGuid": "9868debd-1933-436d-9d58-51d23058e9f9",
            "fuelItem": true,
            "pluName": "sample string 6",
            "apn": "sample string 7",
            "pluActive": true,
            "cartonQty": 1,
            "baseUnits": 9.1,
            "cri": "sample string 10",
            "salesMode": 1,
            "pluaws": 11.0,
            "directNumber": "sample string 12",
            "departmentName": "sample string 13",
            "subDepartmentName": "sample string 14",
            "priceGroupName": "sample string 15",
            "supplierName": "sample string 16",
            "stockOnHand": 1.1,
            "stockOnOrder": 1.1,
            "lastReceived": "2026-04-03T06:21:57.916115",
            "rrp": 17,
            "campaignDescription": "sample string 18",
            "product": {
              "$ref": "3"
            },
            "campaign": {
              "$ref": "66"
            }
          },
          {
            "$ref": "67"
          }
        ],
        "sellingRules": [
          {
            "$id": "68",
            "id": 1,
            "identifier": "c2U32ullYES90JdZMzolDg==",
            "identifierStr": "c2U32ullYES90JdZMzolDg==",
            "identifierGuid": "da376573-65e9-4460-bdd0-9759333a250e",
            "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": "66"
            }
          },
          {
            "$ref": "68"
          }
        ],
        "customers": [
          {
            "$id": "69",
            "id": 1,
            "campaignID": 2,
            "campaignName": "sample string 3",
            "customerID": "TQ27G5+3eEOx6M/BmsNeww==",
            "customerIDGuid": "1bbb0d4d-b79f-4378-b1e8-cfc19ac35ec3",
            "campaign": {
              "$ref": "66"
            },
            "customer": {
              "$id": "70",
              "identifier": "oc6w/8tiSECBX3PZp/Na+A==",
              "identifierGuid": "ffb0cea1-62cb-4048-815f-73d9a7f35af8",
              "code": "sample string 2",
              "familyName": "sample string 3",
              "givenName": "sample string 4",
              "otherName": "sample string 5",
              "title": "sample string 6",
              "dateOfBirth": "2026-04-03T06:21:57.916115",
              "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": "sjlX5jrKwUS59ely4rVAsw==",
              "communityIdentifierGuid": "e65739b2-ca3a-44c1-b9f5-e972e2b540b3",
              "joined": "2026-04-03T06:21:57.916115",
              "updated": "2026-04-03T06:21:57.916115",
              "active": true,
              "reasonInactive": 1,
              "groupCustomer": true,
              "loyaltyPoints": 1,
              "homeStoreID": 1,
              "availableSpend": 1,
              "priceLevelIdentifier": "j/toEbum8Ue7bkmxUkL/kA==",
              "priceLevelIdentifierGuid": "1168fb8f-a6bb-47f1-bb6e-49b15242ff90",
              "marketingID": "sample string 18",
              "receiptPrintOptions": 1,
              "hidden": true,
              "registered": true,
              "registeredOn": "2026-04-03T06:21:57.916115",
              "emailMarketing": true,
              "smsMarketing": true,
              "deleted": true,
              "deletedUser": "sample string 24",
              "homeStoreName": "sample string 25",
              "customerCards": [
                {
                  "$id": "71",
                  "cardType": 2,
                  "issueDate": "2026-04-03T06:21:57.916115",
                  "expiry": "2026-04-03T06:21:57.916115",
                  "customerID": "+Wl6WeE6GUWBZl5HsqdAYQ==",
                  "customerIDGuid": "597a69f9-3ae1-4519-8166-5e47b2a74061",
                  "initialValue": 1,
                  "currentValue": 1,
                  "maxLimit": 1,
                  "minTransaction": 1,
                  "maxTransaction": 1,
                  "multiplier": 1.1,
                  "active": true,
                  "reasonInactive": 1,
                  "idRequired": true,
                  "idType": 1,
                  "idValue": "sample string 5",
                  "updated": "2026-04-03T06:21:57.916115",
                  "linkedAccount": "k5b+qCZIG06IiERRG53H5w==",
                  "linkedAccountGuid": "a8fe9693-4826-4e1b-8888-44511b9dc7e7",
                  "currentValueChanged": true,
                  "limitsChanged": true,
                  "customer": {
                    "$ref": "70"
                  },
                  "account": {
                    "$id": "72",
                    "id": 1,
                    "identifier": "7NX4NiIcdk2vg/3deweIGg==",
                    "identifierGuid": "36f8d5ec-1c22-4d76-af83-fddd7b07881a",
                    "referenceNo": "sample string 3",
                    "name": "sample string 4",
                    "created": "2026-04-03T06:21:57.916115",
                    "owner": "jQuH53s4FEarUl4BbQgyPQ==",
                    "ownerGuid": "e7870b8d-387b-4614-ab52-5e016d08323d",
                    "accountStoreGroupIdentifier": "VjilLahjDUqzrFORmgy2bQ==",
                    "accountStoreGroupGuid": "2da53856-63a8-4a0d-b3ac-53919a0cb66d",
                    "accountType": 1,
                    "currentBalance": 1,
                    "externalID": "sample string 7",
                    "maximumLimit": 1,
                    "accruePoints": true,
                    "loyaltyPoints": 1,
                    "termsOfTrade": 1,
                    "signatureRequired": true,
                    "referenceRequired": true,
                    "statementSendType": 10,
                    "ageingPeriod": 1,
                    "monthlyAgeingPeriod": true,
                    "explodedInvoice": true,
                    "isFifoAllocation": true,
                    "lastStatementSent": "2026-04-03T06:21:57.916115",
                    "active": true,
                    "updated": "2026-04-03T06:21:57.916115",
                    "deleted": true,
                    "deletedUser": "sample string 16",
                    "currentBalanceChanged": true,
                    "maximumLimitChanged": true,
                    "loyaltyPointsChanged": true,
                    "projectedBalance": 17,
                    "accountStoreGroupStoreIDs": [
                      1,
                      2
                    ],
                    "customerEmail": "sample string 18",
                    "ownerCustomer": {
                      "$ref": "70"
                    },
                    "card": {
                      "$ref": "71"
                    },
                    "members": {
                      "$id": "73",
                      "sample string 1": [
                        {
                          "$ref": "70"
                        },
                        {
                          "$ref": "70"
                        }
                      ],
                      "sample string 2": [
                        {
                          "$ref": "70"
                        },
                        {
                          "$ref": "70"
                        }
                      ]
                    },
                    "customerGroups": [
                      {
                        "$id": "74",
                        "identifier": "WddnfAuBhkCRzR2prjDo8A==",
                        "identifierGuid": "7c67d759-810b-4086-91cd-1da9ae30e8f0",
                        "name": "sample string 2",
                        "primaryContact": "zCMsKx8AcUCL4k4tAQyrOQ==",
                        "primaryContactGuid": "2b2c23cc-001f-4071-8be2-4e2d010cab39",
                        "accountID": "ZsGuB0hmKkGefl6sgqHpcg==",
                        "accountIDGuid": "07aec166-6648-412a-9e7e-5eac82a1e972",
                        "special": true,
                        "updated": "2026-04-03T06:21:57.916115",
                        "active": true,
                        "reasonInactive": 1,
                        "priceLevelIdentifier": "rI07UerlZEOlEF3CaFDnFw==",
                        "priceLevelIdentifierGuid": "513b8dac-e5ea-4364-a510-5dc26850e717",
                        "marketingListID": "sample string 7",
                        "deleted": true,
                        "account": {
                          "$ref": "72"
                        },
                        "primaryContactCustomer": {
                          "$ref": "70"
                        },
                        "customerGroupMembers": [
                          {
                            "$id": "75",
                            "id": 1,
                            "groupID": "ejKk1twSU0uZ3a9dxVKE4Q==",
                            "groupIDGuid": "d6a4327a-12dc-4b53-99dd-af5dc55284e1",
                            "customerID": "a7SQncC6T06poRt3DVT1uQ==",
                            "customerIDGuid": "9d90b46b-bac0-4e4f-a9a1-1b770d54f5b9",
                            "card": "sample string 4",
                            "linkedAccount": "vy1oC8giQk2xBQee7T8/BQ==",
                            "linkedAccountGuid": "0b682dbf-22c8-4d42-b105-079eed3f3f05",
                            "customer": {
                              "$ref": "70"
                            },
                            "group": {
                              "$ref": "74"
                            },
                            "customerCard": {
                              "$ref": "71"
                            }
                          },
                          {
                            "$ref": "75"
                          }
                        ]
                      },
                      {
                        "$ref": "74"
                      }
                    ]
                  },
                  "payments": [
                    {
                      "$id": "76",
                      "id": 1,
                      "identifier": "cr60IuEZCkeODj8mFZtXvQ==",
                      "identifierGuid": "22b4be72-19e1-470a-8e0e-3f26159b57bd",
                      "storeID": 2,
                      "operatorName": "sample string 3",
                      "saleHeaderID": 4,
                      "paymentType": 5,
                      "amount": 6,
                      "account": "sample string 7",
                      "accountID": "dW3NEpcSDkeJwwONx5PhsA==",
                      "accountIDGuid": "12cd6d75-1297-470e-89c3-038dc793e1b0",
                      "customerAccount": {
                        "$ref": "72"
                      },
                      "customerCard": {
                        "$ref": "71"
                      },
                      "accountType": 1,
                      "cardName": "sample string 8",
                      "authorisationNumber": "sample string 9",
                      "bankReference": "sample string 10",
                      "merchantID": "sample string 11",
                      "terminalID": "sample string 12",
                      "cardNumber": "sample string 13",
                      "paymentDate": "2026-04-03T06:21:57.916115",
                      "invRocNo": "sample string 14",
                      "responseCode": "sample string 15",
                      "cashout": 1,
                      "tip": 16,
                      "idempotentVoid": "hxNxZr5uY0usIChIDyijKw==",
                      "idempotentVoidGuid": "66711387-6ebe-4b63-ac20-28480f28a32b",
                      "offline": true,
                      "processed": 1,
                      "storeSaleHeader": {
                        "$id": "77",
                        "saleHeaderID": 1,
                        "saleHeaderGuid": "EaPvPhQUTk6zlCDqaPC6hg==",
                        "saleHeaderIdentifierGuid": "3eefa311-1414-4e4e-b394-20ea68f0ba86",
                        "created": "2026-04-03T06:21:57.916115",
                        "createdLocal": "2026-04-03T06:21:57.916115",
                        "createdText": "sample string 4",
                        "itemCount": 5,
                        "totalAmount": 6,
                        "cashTender": 1,
                        "cardTender": 1,
                        "cheqTender": 1,
                        "acctTender": 1,
                        "voucherTender": 1,
                        "loyaltyPoints": 1,
                        "cashout": 1,
                        "changeAmount": 1,
                        "rounding": 1,
                        "gstAmount": 1,
                        "transactionDiscountTender": 1,
                        "totalTip": 7,
                        "tranType": 1,
                        "processed": 1,
                        "imported": "2026-04-03T06:21:57.916115",
                        "storeID": 1,
                        "operatorG_Uid": "SqqTU1YdN0uPI1jwF2QwSw==",
                        "operatorGuid": "5393aa4a-1d56-4b37-8f23-58f01764304b",
                        "customerG_Uid": "JsMG5g/gQUC/2TDaF6SicQ==",
                        "customerGuid": "e606c326-e00f-4041-bfd9-30da17a4a271",
                        "communityIdentifier": "5Hm0fjhvwEe+9FfmJ12G3g==",
                        "communityIdentifierGuid": "7eb479e4-6f38-47c0-bef4-57e6275d86de",
                        "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": "i9kLEhnsJUq9UD0pRn1IBQ==",
                        "priceLevelIdentifierGuid": "120bd98b-ec19-4a25-bd50-3d29467d4805",
                        "locked": 36,
                        "orderMetadata": "{\"CustomerName\":\"sample string 1\",\"PickupAt\":\"2026-04-03T06:21:57.916115+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": "78",
                          "customerName": "sample string 1",
                          "pickupAt": "2026-04-03T06:21:57.916115",
                          "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": "37"
                        },
                        "customer": {
                          "$ref": "70"
                        },
                        "communityOrganisation": {
                          "$id": "79",
                          "id": 1,
                          "identifier": "9FM1+P2F50umsXjII9e6xQ==",
                          "identifierGuid": "f83553f4-85fd-4be7-a6b1-78c823d7bac5",
                          "name": "sample string 3",
                          "lookupIdentifier": "sample string 4",
                          "externalID": "sample string 5",
                          "phone": "sample string 6",
                          "fax": "sample string 7",
                          "email": "sample string 8",
                          "address1": "sample string 9",
                          "address2": "sample string 10",
                          "city": "sample string 11",
                          "postCode": "sample string 12",
                          "state": "sample string 13",
                          "country": "sample string 14",
                          "abn": "sample string 15",
                          "promoPeriodStart": "2026-04-03T06:21:57.916115",
                          "promoPeriodEnd": "2026-04-03T06:21:57.916115",
                          "allowDonations": true,
                          "logoImageName": "sample string 17",
                          "totalAmountAwarded": 18.1,
                          "updated": "2026-04-03T06:21:57.916115",
                          "deleted": true
                        },
                        "details": [
                          {
                            "$id": "80",
                            "saleItemID": 1,
                            "identifier": "dFQtFr2wUUeXFiEVqgwrWA==",
                            "identifierGuid": "162d5474-b0bd-4751-9716-2115aa0c2b58",
                            "saleHeaderID": 2,
                            "plu": 1,
                            "pluG_UId": "LWe7hQ4tk0in4tjCb6TJeQ==",
                            "pluGuid": "85bb672d-2d0e-4893-a7e2-d8c26fa4c979",
                            "accountID": "wjZ/esRZYU62gJkorJbNRw==",
                            "accountIDGuid": "7a7f36c2-59c4-4e61-b680-9928ac96cd47",
                            "normalPrice": 3,
                            "originalSellingPrice": 4,
                            "discountPrice": 5,
                            "unit": 1,
                            "quantity": 6,
                            "totalCents": 7,
                            "fixedPrice": 1,
                            "tranType": 1,
                            "discountType": 1,
                            "cost": 1,
                            "costDecimals": 8,
                            "markdown": 1,
                            "manualQuantity": 1,
                            "manualPrice": 1,
                            "manualMode": 1,
                            "active": 1,
                            "offline": true,
                            "barcode": "sample string 9",
                            "keyedSale": 1,
                            "discountedID": 1,
                            "fuelID": 1,
                            "serialNumber": "sample string 10",
                            "bestOrExpire": "2026-04-03T06:21:57.916115",
                            "bestOrExpireType": 1,
                            "providerName": "sample string 11",
                            "refundG_UID": "x4CIoJ+HTk2imGb0OFvtLQ==",
                            "refundGuid": "a08880c7-879f-4d4e-a298-66f4385bed2d",
                            "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": "gsEa9rfP50OdLpSzL3IRQA==",
                            "idempotentVoidGuid": "f61ac182-cfb7-43e7-9d2e-94b32f721140",
                            "priceLevelIdentifier": "CBUTXUzItkmf7l0jqcoRdg==",
                            "priceLevelIdentifierGuid": "5d131508-c84c-49b6-9fee-5d23a9ca1176",
                            "communityIdentifier": "7Y5cD9d1fkyBQnDzfVnQyw==",
                            "communityIdentifierGuid": "0f5c8eed-75d7-4c7e-8142-70f37d59d0cb",
                            "productName": "sample string 23",
                            "apn": "sample string 24",
                            "unknownScans": [
                              {
                                "$id": "81",
                                "id": 1,
                                "saleDetailID": 2,
                                "storeID": 1,
                                "scanned": "2026-04-03T06:21:57.916115",
                                "operatorG_UID": "QEA=",
                                "barcode": "sample string 4",
                                "processed": 1
                              },
                              {
                                "$ref": "81"
                              }
                            ],
                            "refund": {
                              "$id": "82",
                              "id": 1,
                              "g_UID": "VrM+mQ1id0uO57Qvfaav+A==",
                              "guid": "993eb356-620d-4b77-8ee7-b42f7da6aff8",
                              "description": "sample string 1",
                              "dumped": true,
                              "inventoryReasonID": 1,
                              "sortOrder": 1,
                              "updated": "2026-04-03T06:21:57.916115"
                            },
                            "modifier": {
                              "$id": "83",
                              "id": 1,
                              "setG_UID": "a9GIioaJF06DaJySF0AKEw==",
                              "modifierSetGuid": "8a88d16b-8986-4e17-8368-9c9217400a13",
                              "name": "sample string 2",
                              "price": 1,
                              "quantity": 1,
                              "modifierType": 1,
                              "groupNumber": 1,
                              "pageNumber": 1,
                              "controlOrder": 1,
                              "printToStation": true,
                              "pluG_UID": "aKPNSW+dPEaTOmPBJ10wLA==",
                              "pluGuid": "49cda368-9d6f-463c-933a-63c1275d302c",
                              "deleted": true,
                              "g_UID": "ud0yJcXYIUG8O8HDKN8Cig==",
                              "guid": "2532ddb9-d8c5-4121-bc3b-c1c328df028a",
                              "product": {
                                "$ref": "3"
                              }
                            },
                            "priceLevelName": "sample string 25",
                            "pumpNumber": 1,
                            "hoseNumber": 1
                          },
                          {
                            "$ref": "80"
                          }
                        ],
                        "eftReceipts": [
                          {
                            "$id": "84",
                            "id": 1,
                            "storeID": 1,
                            "saleHeaderID": 2,
                            "storeSaleHeader": {
                              "$ref": "77"
                            },
                            "receipt": "sample string 3",
                            "processed": 1
                          },
                          {
                            "$ref": "84"
                          }
                        ],
                        "payments": [
                          {
                            "$ref": "76"
                          },
                          {
                            "$ref": "76"
                          }
                        ],
                        "cards": [
                          {
                            "$id": "85",
                            "id": 1,
                            "saleHeaderID": 1,
                            "identifier": "sample string 2",
                            "cardType": 3,
                            "providerName": "sample string 4"
                          },
                          {
                            "$ref": "85"
                          }
                        ],
                        "campaignHits": [
                          {
                            "$id": "86",
                            "id": 1,
                            "saleHeaderID": 2,
                            "campaign": "sample string 3",
                            "name": "sample string 4",
                            "processed": 1,
                            "campaignDescription": "sample string 5"
                          },
                          {
                            "$ref": "86"
                          }
                        ],
                        "fuel": [
                          {
                            "$id": "87",
                            "id": 1,
                            "plu": 1,
                            "pluG_UID": "fUNSHuHhdUqHya89Bm7LnQ==",
                            "pluGuid": "1e52437d-e1e1-4a75-87c9-af3d066ecb9d",
                            "saleHeaderID": 2,
                            "totalCents": 3,
                            "grade": 1,
                            "gradeDescription": "sample string 4",
                            "dispenser": 1,
                            "hose": 1,
                            "quantity": 1,
                            "cost": 1,
                            "acquirerNum": 1,
                            "attendant": 1,
                            "ePurseBalance": 1.0,
                            "cardSignature": "sample string 5",
                            "compartmentNumber": 1,
                            "contractNumber": 1,
                            "discountCardPAN": "sample string 6",
                            "discountID": 1,
                            "discountName": "sample string 7",
                            "discountNetValue": 1.0,
                            "discountType": 1,
                            "discountValue": 1.0,
                            "discretionaryData": "sample string 8",
                            "driverID": "sample string 9",
                            "eftBatchNumber": 1,
                            "eftResponseCode": "sample string 10",
                            "endDateTime": "2026-04-03T06:21:57.916115",
                            "engineHours": 1.1,
                            "fposNumber": 1,
                            "loyaltyCardPAN": "sample string 11",
                            "miscData1": 1,
                            "miscData2": "sample string 12",
                            "miscFlags": 1,
                            "mop": 1,
                            "odometer": 1,
                            "panNumber": "sample string 13",
                            "saleRefund": true,
                            "saleStatus": 1,
                            "sequenceNumber": 1,
                            "stan": 1,
                            "startDateTime": "2026-04-03T06:21:57.916115",
                            "tagNumber": "sample string 15",
                            "trackTwoRem": "sample string 16",
                            "transCode": 1,
                            "transType": 1,
                            "unitPrice": 1.0,
                            "vehicleReg": "sample string 17",
                            "offline": true,
                            "processed": 1
                          },
                          {
                            "$ref": "87"
                          }
                        ],
                        "fuelResells": [
                          {
                            "$id": "88",
                            "saleItemID": 1,
                            "saleHeaderID": 2,
                            "plu": 1,
                            "pluG_UId": "n1PdLt238EGD5boGNZOhOA==",
                            "pluGuid": "2edd539f-b7dd-41f0-83e5-ba063593a138",
                            "accountID": "wU4LfaGUwkGbXbACcxlEhg==",
                            "accountIDGuid": "7d0b4ec1-94a1-41c2-9b5d-b00273194486",
                            "normalPrice": 3,
                            "originalSellingPrice": 4,
                            "discountPrice": 5,
                            "unit": 1,
                            "quantity": 6,
                            "totalCents": 7,
                            "fixedPrice": 1,
                            "tranType": 1,
                            "processed": 1,
                            "discountType": 1,
                            "cost": 1,
                            "costDecimals": 1,
                            "markdown": 1,
                            "manualQuantity": 1,
                            "manualPrice": 1,
                            "manualMode": 1,
                            "active": 1,
                            "barcode": "sample string 8",
                            "offline": 1,
                            "keyedSale": 1,
                            "discountedID": 1,
                            "fuelID": 1,
                            "serialNumber": "sample string 9",
                            "bestOrExpire": "2026-04-03T06:21:57.916115",
                            "bestOrExpireType": 1,
                            "refundG_UID": "+Ajt0x6pAkiU6sjL2Nq2fw==",
                            "refundGuid": "d3ed08f8-a91e-4802-94ea-c8cbd8dab67f",
                            "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": "88"
                          }
                        ],
                        "customerOrder": [
                          {
                            "$id": "89",
                            "identifier": "UOr0pQ678EOfjOKhsbJyxg==",
                            "identifierGuid": "a5f4ea50-bb0e-43f0-9f8c-e2a1b1b272c6",
                            "id": 1,
                            "orderNo": 2,
                            "externalSaleIdentifier": "sample string 3",
                            "storeID": 4,
                            "zoneID": 5,
                            "deptNo": 6,
                            "customerIdentifier": "eub7D4S9HEeh0WUluoR8wQ==",
                            "customerIdentifierGuid": "0ffbe67a-bd84-471c-a1d1-6525ba847cc1",
                            "operatorNo": 1,
                            "operatorG_UID": "lmFCGkpu5ESRPRIULaUXcw==",
                            "operatorGuid": "1a426196-6e4a-44e4-913d-12142da51773",
                            "created": "2026-04-03T06:21:57.916115",
                            "ordered": "2026-04-03T06:21:57.916115",
                            "started": "2026-04-03T06:21:57.916115",
                            "completed": "2026-04-03T06:21:57.916115",
                            "supplied": "2026-04-03T06:21:57.916115",
                            "quickTicket": 1,
                            "deleted": true,
                            "walkAway": true,
                            "approxWait": 1,
                            "actualWait": 1,
                            "deliveryMethod": 8,
                            "externalSaleType": 9,
                            "customer": {
                              "$ref": "70"
                            },
                            "operator": {
                              "$ref": "37"
                            },
                            "details": [
                              {
                                "$id": "90",
                                "headerID": 1,
                                "plu": 1,
                                "pluG_UId": "fHYprjcMREmHoYtqDPhRlw==",
                                "pluGuid": "ae29767c-0c37-4944-87a1-8b6a0cf85197",
                                "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": "zM1iMPgbnkC3RnMWnHLwqg==",
                                "headerIdentifierGuid": "3062cdcc-1bf8-409e-b746-73169c72f0aa",
                                "product": {
                                  "$ref": "3"
                                }
                              },
                              {
                                "$ref": "90"
                              }
                            ],
                            "storeName": "sample string 11",
                            "customerName": "sample string 12",
                            "storeReplyTo": "sample string 13",
                            "storeSubjectLine": "sample string 14",
                            "storeSaleHeader": {
                              "$ref": "77"
                            }
                          },
                          {
                            "$ref": "89"
                          }
                        ],
                        "surveyResponses": [
                          {
                            "$id": "91",
                            "surveyG_UID": "ePoizCA6xUSflejz+PppSQ==",
                            "surveyGuid": "cc22fa78-3a20-44c5-9f95-e8f3f8fa6949",
                            "saleHeaderGuid": "3hA/sTmYtkeTR3lnvFPFBg==",
                            "saleGuid": "b13f10de-9839-47b6-9347-7967bc53c506",
                            "textResponse": "sample string 1",
                            "integerResponse": 1,
                            "g_UIDResponse": "c5lhUZe5wUeeKJAyjo+S8A==",
                            "guidResponse": "51619973-b997-47c1-9e28-90328e8f92f0",
                            "whoAnswered": 2,
                            "answeredAtUTC": "2026-04-03T06:21:57.916115",
                            "sale": {
                              "$ref": "77"
                            },
                            "survey": {
                              "$id": "92",
                              "g_UID": "Ym1sghzkuk6Ky+4i94xnIQ==",
                              "guid": "826c6d62-e41c-4eba-8acb-ee22f78c6721",
                              "name": "sample string 1",
                              "storeID": 2,
                              "zoneID": 1,
                              "checkoutFormG_UID": "gqxSjdwXb0+jdwBKnDr5cA==",
                              "checkoutFormGuid": "8d52ac82-17dc-4f6f-a377-004a9c3af970",
                              "displayToWho": 3,
                              "displayWhen": 4,
                              "start": "2026-04-03T06:21:57.916115",
                              "end": "2026-04-03T06:21:57.916115",
                              "deleted": true,
                              "updated": "2026-04-03T06:21:57.916115",
                              "possibleIntegerResponses": [
                                1,
                                2
                              ],
                              "possibleTextResponses": [
                                "sample string 1",
                                "sample string 2"
                              ],
                              "possibleGuidResponses": [
                                "0f6c6e18-3d2c-4fdd-8b42-1e4c97a14448",
                                "80888268-8962-4a4f-be65-9d447716c03f"
                              ],
                              "allowsAllTextResponses": true,
                              "surveyForm": {
                                "$ref": "45"
                              }
                            },
                            "ingressId": "sample string 4"
                          },
                          {
                            "$ref": "91"
                          }
                        ],
                        "storeName": "sample string 39",
                        "terminalNumber": 40,
                        "machineName": "sample string 41",
                        "operatorName": "sample string 42",
                        "direction": 1,
                        "reason": "sample string 43",
                        "accountG_UID": "Zu5JCCo09EWcSeK+t63XZg==",
                        "accountIdentifier": "0849ee66-342a-45f4-9c49-e2beb7add766",
                        "accountName": "sample string 44",
                        "customerOrderIdentifier": "5RkQY+sickKj4Nd9uzfxMg==",
                        "customerOrderIdentifierGuid": "631019e5-22eb-4272-a3e0-d77dbb37f132",
                        "priceLevelName": "sample string 45",
                        "revision": 46,
                        "ingressId": "sample string 47"
                      },
                      "metadata": {
                        "$id": "93",
                        "id": 1,
                        "paymentID": 2,
                        "paymentIdentifier": "vXUGjkAv9USB7nBNhlq4fA==",
                        "paymentIdentifierGuid": "8e0675bd-2f40-44f5-81ee-704d865ab87c",
                        "identifier": "oYc8XYJgnkSX33GdFW+0Gg==",
                        "identifierGuid": "5d3c87a1-6082-449e-97df-719d156fb41a",
                        "metadata": "sample string 3",
                        "signatureImage": "QEA=",
                        "itemIdentifier": "Ky0OIlk0X0aHJlqTGDKizQ==",
                        "itemIdentifierGuid": "220e2d2b-3459-465f-8726-5a931832a2cd"
                      }
                    },
                    {
                      "$ref": "76"
                    }
                  ]
                },
                {
                  "$ref": "71"
                }
              ],
              "customerGroupMembers": [
                {
                  "$ref": "75"
                },
                {
                  "$ref": "75"
                }
              ],
              "customerGroups": [
                {
                  "$ref": "74"
                },
                {
                  "$ref": "74"
                }
              ],
              "accounts": [
                {
                  "$ref": "72"
                },
                {
                  "$ref": "72"
                }
              ],
              "account": {
                "$ref": "72"
              },
              "vouchers": [
                {
                  "$id": "94",
                  "customerIdentifier": "XVoWY+XU50iY1fJFzp99wQ==",
                  "customerIdentifierGuid": "63165a5d-d4e5-48e7-98d5-f245ce9f7dc1",
                  "voucherName": "sample string 2",
                  "count": 3,
                  "storeID": 4,
                  "barcode": "sample string 5",
                  "redeemCount": 6,
                  "issueCount": 7,
                  "storeSalePaymentID": 1,
                  "idempotentID": "aojBcOSUeUCOJLH8BJAs4w==",
                  "idempotentGuid": "70c1886a-94e4-4079-8e24-b1fc04902ce3",
                  "offline": true,
                  "voucher": {
                    "$id": "95",
                    "id": 1,
                    "name": "sample string 2",
                    "description": "sample string 3",
                    "shortDescription": "sample string 4",
                    "url": "sample string 5",
                    "barcodeTemplateID": 1,
                    "expiry": 0,
                    "voucherType": 6,
                    "limitPerTransaction": 7,
                    "customerTracking": true,
                    "discountAccount": "sample string 9",
                    "endDate": "2026-04-03T06:21:57.916115",
                    "barcodeTemplate": {
                      "$id": "96",
                      "templateID": 1,
                      "template": "sample string 1",
                      "bcFunction": "sample string 2",
                      "sortOrder": 3
                    },
                    "scaleLabel": {
                      "$id": "97",
                      "id": 1,
                      "uid": "sample string 2",
                      "name": "sample string 3",
                      "width": 1.1,
                      "height": 1.1,
                      "showBorder": true,
                      "borderWidth": 1.1,
                      "borderStyle": 1,
                      "borderColour": "sample string 5",
                      "updated": "2026-04-03T06:21:57.916115",
                      "labelPageLayout": "7h7mJ81Ws0GCjTyVA1m6eg==",
                      "pageLayoutGuid": "27e61eee-56cd-41b3-828d-3c950359ba7a",
                      "labelType": 6,
                      "oldName": "sample string 7",
                      "voucher": {
                        "$ref": "95"
                      },
                      "elements": [
                        {
                          "$id": "98",
                          "id": 1,
                          "scaleLabelID": 2,
                          "showPercentDI": true,
                          "showAvgPerHundred": true,
                          "showAvgPerServe": true,
                          "name": "sample string 6",
                          "x": 1.1,
                          "y": 1.1,
                          "width": 1.1,
                          "height": 1.1,
                          "type": 1,
                          "rotation": 1,
                          "text": "sample string 7",
                          "fontFamily": "sample string 8",
                          "align": 1,
                          "bold": true,
                          "italic": true,
                          "underline": true,
                          "strikeout": true,
                          "reverse": true,
                          "textColour": "sample string 9",
                          "fontSize": 1.1,
                          "picture": "QEA=",
                          "borderWidth": 10,
                          "sortOrder": 11,
                          "printOptions": 12,
                          "superScriptTextFontSize": 1.1,
                          "lineStyle": 1,
                          "spacingStyle": 1,
                          "interCharacterSpacing": 1.1,
                          "superScriptOffset": 1.1,
                          "lineSpacing": 1.1,
                          "dateFormat": "sample string 13",
                          "autoGrow": true,
                          "fontAutoResize": true,
                          "updated": "2026-04-03T06:21:57.916115"
                        },
                        {
                          "$ref": "98"
                        }
                      ]
                    },
                    "customerVouchers": [
                      {
                        "$id": "99",
                        "id": 1,
                        "customerIdentifier": "AQ/uQ4bAwEyhZQJ9mPTnKw==",
                        "customerIdentifierGuid": "43ee0f01-c086-4cc0-a165-027d98f4e72b",
                        "voucherID": 3,
                        "voucherName": "sample string 4",
                        "storeID": 1,
                        "barcode": "sample string 5",
                        "dateOfIssue": "2026-04-03T06:21:57.916115",
                        "issuedSaleHeaderID": 1,
                        "issuedSaleIdentifier": "sample string 7",
                        "issuedOfflinePaymentID": 1,
                        "issuedIdempotentID": "FhfLTMgvDUmYiuHNef/W9g==",
                        "issuedIdempotentGuid": "4ccb1716-2fc8-490d-988a-e1cd79ffd6f6",
                        "issuedOffline": true,
                        "issuedUser": "sample string 9",
                        "issuedNotes": "sample string 10",
                        "expiryDate": "2026-04-03T06:21:57.916115",
                        "expiredUser": "sample string 11",
                        "expiredNotes": "sample string 12",
                        "redeemed": "2026-04-03T06:21:57.916115",
                        "redeemedSaleHeaderID": 1,
                        "redeemedSaleIdentifier": "sample string 13",
                        "redeemedOfflinePaymentID": 1,
                        "redeemedIdempotentID": "PyccsdxhlkWhj5pQO7l+Pg==",
                        "redeemedIdempotentGuid": "b11c273f-61dc-4596-a18f-9a503bb97e3e",
                        "redeemedUser": "sample string 14",
                        "redeemedNotes": "sample string 15",
                        "redeemedOffline": true,
                        "updated": "2026-04-03T06:21:57.916115",
                        "storeName": "sample string 17",
                        "scaleLabel": {
                          "$ref": "97"
                        },
                        "voucher": {
                          "$ref": "95"
                        },
                        "customer": {
                          "$ref": "70"
                        },
                        "issuedOfflinePayment": {
                          "$ref": "76"
                        },
                        "redeemedOfflinePayment": {
                          "$ref": "76"
                        }
                      },
                      {
                        "$ref": "99"
                      }
                    ]
                  },
                  "customer": {
                    "$ref": "70"
                  }
                },
                {
                  "$ref": "94"
                }
              ]
            }
          },
          {
            "$ref": "69"
          }
        ],
        "customerGroups": [
          {
            "$id": "100",
            "id": 1,
            "campaignID": 2,
            "campaignName": "sample string 3",
            "groupID": "f2xN4/nXNUGmiOgRwIr7nw==",
            "groupIDGuid": "e34d6c7f-d7f9-4135-a688-e811c08afb9f",
            "campaign": {
              "$ref": "66"
            },
            "group": {
              "$ref": "74"
            }
          },
          {
            "$ref": "100"
          }
        ],
        "signIqTickets": [
          {
            "$id": "101",
            "identifier": "ZLIC0yjuU0KUfmP6vpG16A==",
            "identifierGuid": "d302b264-ee28-4253-947e-63fabe91b5e8",
            "campaignName": "sample string 2",
            "message": "sample string 3",
            "ticketFileSource": "sample string 4",
            "ticketFileDestination": "sample string 5",
            "storeID": 1
          },
          {
            "$ref": "101"
          }
        ],
        "comboPriceGroups": [
          {
            "$id": "102",
            "id": 1,
            "campaignID": 2,
            "campaignName": "sample string 3",
            "g_UID": "VK6HYjSPZ0m7GwAnOimnBQ==",
            "guid": "6287ae54-8f34-4967-bb1b-00273a29a705",
            "description": "sample string 5",
            "newPrice": 1,
            "rangeDescription": "sample string 6",
            "dealDescription": "sample string 7",
            "labelQuantity": 8,
            "hostProductCategoryID": 1,
            "offerID": 1,
            "dontUpdatePricePlus": true,
            "campaign": {
              "$ref": "66"
            },
            "comboPricePlus": [
              {
                "$id": "103",
                "id": 1,
                "campaignID": 2,
                "campaignName": "sample string 3",
                "groupG_UID": "VqcaxBelmkSvuLz10BaUFg==",
                "groupGuid": "c41aa756-a517-449a-afb8-bcf5d0169416",
                "comboPriceType": 5,
                "priceType": 5,
                "pluG_UID": "6eEfdEaggkWaqGLFQtLGzA==",
                "pluGuid": "741fe1e9-a046-4582-9aa8-62c542d2c6cc",
                "priceGroupG_UID": "pDwYCsgfFkeZQkvcW+wRtQ==",
                "priceGroupGuid": "0a183ca4-1fc8-4716-9942-4bdc5bec11b5",
                "campaignPoolID": "sample string 7",
                "quantity": 1,
                "campaign": {
                  "$ref": "66"
                },
                "product": {
                  "$ref": "3"
                },
                "priceGroup": {
                  "$ref": "30"
                },
                "campaignPool": {
                  "$ref": "66"
                }
              },
              {
                "$ref": "103"
              }
            ]
          },
          {
            "$ref": "102"
          }
        ],
        "priceLevels": [
          {
            "$id": "104",
            "id": 1,
            "priceLevelIdentifier": "hGQU58j10Eus0PReudIsNg==",
            "priceLevelIdentifierGuid": "e7146484-f5c8-4bd0-acd0-f45eb9d22c36",
            "campaignName": "sample string 3",
            "priceLevelName": "sample string 4"
          },
          {
            "$ref": "104"
          }
        ],
        "promotionType": {
          "$id": "105",
          "identifier": "nsXok+o+gUi/VGG7D6ef3A==",
          "identifierGuid": "93e8c59e-3eea-4881-bf54-61bb0fa79fdc",
          "hostType": 2,
          "code": "sample string 3",
          "description": "sample string 4",
          "isLiquor": true,
          "isAdvertised": true,
          "disableWasSave": true,
          "excludeFromPromoSales": true,
          "labelPageLayoutG_UID": "ZBshT1Me6EibZV9dR5LioA==",
          "labelPageLayoutGuid": "4f211b64-1e53-48e8-9b65-5f5d4792e2a0",
          "priceLevelIdentifier": "z5u83XhVR0Cdaa91vzlD6g==",
          "priceLevelIdentifierGuid": "ddbc9bcf-5578-4047-9d69-af75bf3943ea",
          "active": true,
          "updated": "2026-04-03T06:21:57.916115",
          "hostName": "sample string 11"
        }
      },
      "product": {
        "$ref": "3"
      },
      "dealCost": {
        "$id": "106",
        "headerIdentifier": "JdepU/GXSEiRaDsxyivq3Q==",
        "headerIdentifierGuid": "53a9d725-97f1-4848-9168-3b31ca2beadd",
        "identifier": "DEhxqfi/3UK0nb0jdQvnVA==",
        "identifierGuid": "a971480c-bff8-42dd-b49d-bd23750be754",
        "supplierIdentifier": "JDJQSEU1CUCZfEfWPH/iNw==",
        "supplierGuid": "48503224-3545-4009-997c-47d63c7fe237",
        "pluG_UID": "PTdOYUFak0mtbFJztlPwVw==",
        "pluGuid": "614e373d-5a41-4993-ad6c-5273b653f057",
        "campaignName": "13c03ece-0e7e-4433-ba2d-21605ed8efb4",
        "description": "sample string 4",
        "cost": 5,
        "costDecimals": 6,
        "start": "2026-04-03T06:21:57.916115",
        "end": "2026-04-03T06:21:57.916115",
        "type": 9,
        "promoType": 10,
        "bonusItemPLUG_UID": "rE/i/EQW3EuC5kl9sb6k4Q==",
        "bonusItemPluGuid": "fce24fac-1644-4bdc-82e6-497db1bea4e1",
        "bonusPurchaseUnits": 11,
        "bonusReceiveUnits": 12,
        "updated": "2026-04-03T06:21:57.916115",
        "metcashPromotionID": "sample string 14",
        "fromHost": 15,
        "storeNames": "sample string 16",
        "storeIDs": [
          1,
          2
        ],
        "supplierName": "sample string 17",
        "campaignDescription": "sample string 18",
        "newPrice": 1,
        "campaignMetcashPromotionID": "sample string 19",
        "campaignActive": true,
        "campaignStartDate": "2026-04-03T06:21:57.916115",
        "campaignEndDate": "2026-04-03T06:21:57.916115",
        "masterPLUG_UID": "y10NgZZJDk+0RWKQMuRqHg==",
        "masterID": "810d5dcb-4996-4f0e-b445-629032e46a1e",
        "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": "a4C/yuiqdkKkZpsYOxmJEg==",
        "bonusMasterID": "cabf806b-aae8-4276-a466-9b183b198912",
        "bonusProductName": "sample string 34",
        "bonusProductAPN": "sample string 35",
        "bonusOrderCode": "sample string 36",
        "bonusNormalSell": 37,
        "bonusNormalCost": 38,
        "bonusNormalCostDecimals": 39,
        "bonusCartonQuantity": 40,
        "bonusSalesMode": 41,
        "bonusOrderPacked": 42,
        "bonusFuelItem": true,
        "bonusActive": true
      }
    },
    "currentCostStart": "2026-04-03T06:21:57.916115",
    "dealCosts": [
      {
        "$ref": "106"
      },
      {
        "$ref": "106"
      }
    ],
    "tags": [
      {
        "$id": "107",
        "pluG_UID": "zrRCsLH9F023mU5sz2Wkng==",
        "pluGuid": "b042b4ce-fdb1-4d17-b799-4e6ccf65a49e",
        "tagID": 1,
        "description": "sample string 1",
        "storeIDs": [
          1,
          2
        ]
      },
      {
        "$ref": "107"
      }
    ],
    "alternateProductG_UID": "HDWemfEDukOIXnSMfcI0qw==",
    "alternateProduct": "999e351c-03f1-43ba-885e-748c7dc234ab",
    "altProduct": {
      "$ref": "3"
    },
    "productHostCode": {
      "$id": "108",
      "id": 1,
      "pluG_UID": "acmCugb0eke/mqFjQXTw4g==",
      "pluGuid": "ba82c969-f406-477a-bf9a-a1634174f0e2",
      "ibaCode": "sample string 2"
    },
    "mscCat": {
      "$ref": "60"
    },
    "mscCom": {
      "$ref": "61"
    },
    "mscDep": {
      "$ref": "63"
    },
    "mscSubCom": {
      "$ref": "62"
    },
    "isUserUpdate": true,
    "ignoreMasterProduct": true,
    "priceGroupLabelRequested": true,
    "firstSold": "2026-04-03T06:21:57.916115",
    "inventoryTracked": "2026-04-03T06:21:57.916115",
    "isNormalPriceChangesCampaign": true,
    "baseProductFuel": {
      "$id": "109",
      "pluG_UID": "BBIiOURVqEiqvAPskgEwlA==",
      "pluGuid": "39221204-5544-48a8-aabc-03ec92013094",
      "fuelPluG_UID": "y1to1fcufkqNy8NrICj9Ww==",
      "fuelPluGuid": "d5685bcb-2ef7-4a7e-8dcb-c36b2028fd5b",
      "price": 3,
      "productDescription": "sample string 4",
      "productBarcode": "sample string 5",
      "fuelProductDescription": "sample string 6",
      "fuelProductBarcode": "sample string 7",
      "fuelProductPrice": 8
    },
    "productFuelLinks": [
      {
        "$ref": "109"
      },
      {
        "$ref": "109"
      }
    ]
  },
  "supplier": {
    "$ref": "9"
  },
  "serviceFee": {
    "$id": "110",
    "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:
PK�2�\��H�5xl/workbook.xml �(�����0D�&�C�p�F��x�པ�m�-ik��-H�yۙ�};�d]�Zۓ��/\Eec�D��Ɏh�NX�Y�ҽ�
�86��5��$�������K5z���a��!�DzXQ�)C�ぐrn�T8�EFc�;������_,����
��Źw=S�
�Gdz��<פK���;{������PK�2�\����	�[Content_Types].xml �(����J�0�_��*M�D��V�*��d�
�d�k��<�H���V���=
��|�o��|����������+�����7l���e۶~=E�"�zlXO�@Ճ��C�3]HNR~���R��uU�<���������a��36��b7םQ
�1Z�$�8z�R��3
tP��-c�� g����_M��Of���~O�s�T���� ����P<�D��e=1Z��a2�b
��%#H'�2}���e�B)��~j/F�t��PK
�2�\҈�''_rels/.rels �(�<?xml version="1.0" encoding="utf-8"?><Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships"><Relationship Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument" Target="xl/workbook.xml" Id="R999ddcacbdec442e" /></Relationships>PK�2�\������+xl/worksheets/sheet1.xml �(����rZ��_��~��R����)�'�s&�ɝ��cjl���O�HMZI.������խU9���ۛ���|1������{��������q����������l���z2Y�8�n�h~ܿ^.�?ד���`�}r�cW������ή�����ŏ���r��p>�9_�����C�.������noRݞO��'G�SξZ}o>�:���S���'G��O�������z���f��~yvy�7���^������{����7��������%���9�������t�]�w{��������r$G�{�lH�߻��X�n?o�s�������.S�%����|���~��~3��)�O6��|�����q�B�]ļ�|��PL.Fh=���a3?���7�'�14�����`�Z�)������T��5�V����d~L��d��`���vK`�`�Ρu�$��A�"�^B�Mb#C���A�6Q
��Ȑ9����C�0ZH��!�hӀ�!�P����2����V�)�d�k��f�G���ׁ��kd�<�Xf0"$��Jf"�I0�dK�:V\��LB�$XC���6L�I����B��A�Xܞ�Pe1��1X
%!3	�T2!�|2�P0i�j�ǃ3��7|�I(���V��]�"3	TRmW�[ 4mwCfB�,���ǔ�� 
2�+o������ke�LB�$g�xp�]�\fҙ��`�����.3�lyTG.��ʵO��t�����n�̤�7P�ț�o,��t;&(o�Ui\f�QɁ�&$籵��EW��g[��#h��e],3 [�$ְ]/]fѥ�$�|6G�e�f�Y���1�r�����,z[�ђ�����E_�����ά�l�n>�諚��H��؛�5l{Ǻf��{�3��jy"���^d&=�g4�n��\�I_�l7H��a`*Rj�p>3鋚�Md���h�fٖ��I��:�H���]�13�;&��F��@w��I�1ɭx�����iP��I���y�,S��he�LbŤ��M��I�� O��.���7����������>��!3�Tժ�Wm,�݊Z2�X0ɾ���7�6:�LbU����fS����IL��R���V�2�dJw�����2�dKs����i׾�PF��c�s��ĝS� 6d"iGd�\��N`��6�^�2���%���l��Ȑ�$,yZ�y3;ܮh{˦�ca�O�ķ�F�L$�r/�s�L$�r3
7|P��)I�)�'�q\�"v�2�aGd��'d��ՙ�P!�"�>ҠmߦBf0T]#�q�`�k�wf0�yV�1����,5�C��_�Cf/T::�U�U��O,a��g�qu��W�p��U!d�Ž=�
��.%K-zCf/���|�t����ۀ�m����K_�(��ç��`���d�
��:�0�8|�f���yv�<?9���{��0�_�4��Ϣ����r���
��n"����8ݏ�:�l?���G�:��~�O�#��x��g���x����bBԗJ�P��"d}��]�(!BطJ�P��"�}��m?(!Bܿ���G�6��'%D��Y	�~QB��+!BݯJ�Pw����#ņ �iF�+�Px���	�G���x��	�G�%�Py���	�G�-��Y1��:+�tRgŚN�x�I�sz���N/uV��Ί?��Y1��:+�RgŢ^�x�K��z���R/uVl�Rgŧ(t+>E��X�)
�NJOQ�<V|�B��S:���)t+>E��X�)
�NJOIv�OI����ΊOI����ΊOI����ΊOI����ΊOI��4H������ uV|�ΊO��Y�i�:+>
RgŧA�|��4�O����Ӹ�y�����]G
����J������L	�]uQ����t�iO��gO<�Y�	���"��rL`��|�:d�����e6�����޶s��拵����}�Eڿ��QY���Ӂ韕��a_L�[�.���������������C�*k�M��$��0I>�i��Q�*���ͨ2��Ĩ���Ԍ^������,�r�m5�{�Y���+��]*��]|*��]y>��{���.{��0I*�E���kΑ��U�#K�R��,�J	J��*5(ɖF+Br=��d��.�=)w��?>T���
>���je��r?�٥u(N��b�h�oV�O^���:<�}���ĭL(�c�p���7����&E���V������Bk���
��|���2QU׊�C:,>�^O�/'�dz�r2_��Oޓ�PK�2�\����Pxl/_rels/workbook.xml.rels �(���Kn�0@�b;�C�@�M7l)p�q�ؖmJ9[=R�P�Jm����h~OO��|���ަ����5
��FZ5���s�O+�m7EL�\ iń�ݚ� {�DȬC�:��IĔ��:!O�C�`��~΀{&9^��h�$>[y���?��b�)��Q�c?�@o!��^5pP�����^2�K��S�:b����g2Z�5�jy��Cez�Q�D�.=w��gjK��X�U�Y���ѻ��~PK�2�\Ѓc'2E
xl/styles.xml �(��S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v�F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&�
AR>��� ��im��ΑF���YO��%�}���LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PK�2�\&�%-�
�2xl/sharedStrings.xml �(��[Yo�8~��?y^%�-�=H��cL���i`�]J��eɣ#�b��I�H��XU�b�X�|��c�︪IY|>�O�I��b������O��AE����O��>1~����瓷�ٝ����ޢ����8YYmQ����U����6?s,+8�"R�I�
k'F[�?Z�)0����T�i�4�)�:k�|:�􎗷_[�N��v��	��mz�*�EC2���b���,�_[�f�g���*6X飗|M��JdSO �:��]a?����7L6o��-�	���kA�,&�`�	%ߵ_gN�+Ԩ�B��K�˽��$>�X�`�G!�"�c�)fF�]W�j�LB�R��Wl���9̾�7XQ��3.QMjua@�Eʕ��B���!*��A`�۾�=����p�i�c����Vk	�	�9���`Ϳ�[ES��"%��T��x/	���
׊I<V)�����^k�[�{R�m����Ԯ^�;uQ�rk����T��>�i����}�7d�+Cs���>�˰A4Sᐗ�A��3n�����8f��ϑt�+�k x��P�����YتHI��rF�� >�s3嚟�'uV�:�ݿ�dd��
��=���nf���q_�C�����X�p�)�猤�I�kL$��̴�,��.���„��ql��eEԩq�N/]��$og��\��Bְxu�:�
g N��?�c��z��*r�Q��{��b&D���.XV���)�h�k�@�O eQ���
̈́������j���J��;�n}:s�S�B��;LH�V5Lu����|(�7���n���r����5e:~���I�Ʀ�x�&�E/�Hi��o��L}�6� ��(D��^��Nq���V��|j��
�r��p�m�?8�_�G��d�c��s�d����G����{d��=cW����Ɠ��yM��ޑ���������ZW�t��������u��{(�EB�D�qVE�:�O�T���.��DQ�iF����F.z�<Us}�������^�φ��ٹ����:�D�h�|$�~����G���3g�i���[ꩀ�>��k��qM��23�]�tBle>Fx.(�����]U!�
����b�R�N��KT��R�ǣ����ncHæ|_��1�b���x��Nڑi6=7�8�i!/Ɓ�3�1�.��@�f\F�Y	�SZ��;s��v#8w�sa\�S���m�r�T�W*/G
1��}��,��?���{��UuFB���V�Ru��IY�B.��v(�F��(��~�x�U��^P�˭e��l!��NE�=�����4!S{~Xd��K\7����r\�q��x�6�N�E�1�j�O�2������0��MNv�H��	����O&�
�)}"3�!	�7�u�,�O�ϤՔ���z���K�pQ��2Im�r4�I���f߮�&�d�>z"+���mES��N ���aUYC�UfD��E��5A]�v�닂y�,�;�MU�F9�ȧt:���B�J�Ѩ8A��%ʓ{ܼ�t@�Q�������+��P�L����Tmp�ٯ�t[2�����
XG�:2�~���u%�+c��2�6
��Kepg:��;�g:rg:�л�t4�]�6$8��[Hb�j/�GՆP�l����	�?�d!dM#~p��!�uC}h[�d�U�hx�K��
���w�;_]_3�X�t�N�Z�>DĠ]�9�\�?о��ؽW�+<M�o�a	�/~�G��SY�Q�2)r��:�9��!�;%�ܽΦ��;^?P�فx�ez(�"�� 3�"k�e^��b�Ѽ�BNc�I�7uT(�g�e5P��P���:C���TZ\z�óA�yC>p�oG�\㣩�=�7CsHT4S{�f.Q�s^Хt1εP`K|]�\�/�:�I0䇲`$6��:�a7x�P�P0�a��/Z����Z�]B,8*�j��=V��I7L[}�TBU�Ҥ �~m̹�U[������t�;\C!���O'��54��Ɯ�8��3 ���K����O�È�8ʄ1�[c1m�G���7*���>�I�x�Ae���]jG���
�tj_�7�g|W��LU�ᦍ���8cH'�iﴴa�r�"r�L�'�e�оl���	����A�����czN�Q��&N���"�p����_F�q�E����8t`?rL�Clfa��k��Nhsz�r�Q�rwƷ�@Tu-0!,�}
]c2dS�~+@�%�g�U�=�5���r��f�T�zVxꈽs�����5�Xc�S�.��`��fOD�e����X��
O���q<�^���d��C	�o�AO��YB1�XO�I�5���j���Tx�EO�x�b�úLZ@$O��qEP�����*�����鲁���4rd�

PZ�J�=�~+��
��v��_l�0�L��2���َe�@:��� =��u8�4�X��D��5�B���`a����Qjzv��q�Q��E�!�Z_$I�9�z�MUh�2'ᮭ�jz����ie�\իb$"OzEϏzU�:�[40Y�,VY��Ïz�i[��b��õ�[?”D{��ϸOw�O�!D^�r��h���6��:�W��$���^�+G�K׎pP��n�BxJ#�[8،-����Ǒ�{��2v�dR�
Sw�I�l�*���]�4��0��kgfhY��Yv�
�#;��rQ�!��ɢt�|X�9l?`�N�ٱ��!Hm�tl�1zC�%j7�?v�Yw^��w�q�T��!�.N��(��A�Ͷ���@���G�K��rB�K���w<���=�`���w������m��B`�[�a��<��Lg.Dl~�?=���O��;���	�����+����-89�/��9<V�g#�Ո�V�~�<�[�ۣ���3a/���vc�0x�(�Mߎ�8r}p<�h�#�@�Z�;(��_J9��%u�������縑�OG����Dd	�n�#j�Kʛn瑨I��.dj�o8n���^�c�@�8�>��H7ϐ��^�/ن�=KD��:^�+ف<S�g�x�|$}un{�4�ʝH0����}E�Z�aG��u”��@�"���Q���l���.X%NNZ��Q�陁�
��6����=/́��mv������0s�,�h���S�J�H�|#yZ��92�
%�7\T�z��jE�E2;1;'��S������E왅�_�1dL�jp݀X��4Iuh#/{%��ԟQ��e�J�(��^
G48�fB(�2�]&�3*	��i�\�|��=h�H��p^��F�RI
,sm���L�(���h.���61"q%�o�ġ5��(J��� ���&|�a��;���'�
������=��v����y������Pa�ir<9%ؖ��(o,�6��x�.���}ũ��Y]7_�PK-�2�\��H�5xl/workbook.xmlPK-�2�\����	��[Content_Types].xmlPK-
�2�\҈�''U_rels/.relsPK-�2�\������+�xl/worksheets/sheet1.xmlPK-�2�\����P
xl/_rels/workbook.xml.relsPK-�2�\Ѓc'2E
Oxl/styles.xmlPK-�2�\&�%-�
�2�xl/sharedStrings.xmlPK��

application/vnd.ms-excel

Sample:
PK�2�\����5xl/workbook.xml �(�����0��&�C���D#)��x��ԭm�?ik��-%�x�3;�������v@=�P��]MH�4�����^���+���Y��`"9řxYT��\��Vp�3H�����2�����gS�2뻳��"�)�a�EV�0

�Xde��lp���U������t��>�V��d�n�PK�2�\����	�[Content_Types].xml �(����J�0�_��*M�D��V�*��d�
�d�k��<�H���V���=
��|�o��|����������+�����7l���e۶~=E�"�zlXO�@Ճ��C�3]HNR~���R��uU�<���������a��36��b7םQ
�1Z�$�8z�R��3
tP��-c�� g����_M��Of���~O�s�T���� ����P<�D��e=1Z��a2�b
��%#H'�2}���e�B)��~j/F�t��PK
�2�\�X��''_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="R29799ff80ffc45fb" /></Relationships>PK�2�\������+xl/worksheets/sheet1.xml �(����rZ��_��~��R����)�'�s&�ɝ��cjl���O�HMZI.������խU9���ۛ���|1������{��������q����������l���z2Y�8�n�h~ܿ^.�?ד���`�}r�cW������ή�����ŏ���r��p>�9_�����C�.������noRݞO��'G�SξZ}o>�:���S���'G��O�������z���f��~yvy�7���^������{����7��������%���9�������t�]�w{��������r$G�{�lH�߻��X�n?o�s�������.S�%����|���~��~3��)�O6��|�����q�B�]ļ�|��PL.Fh=���a3?���7�'�14�����`�Z�)������T��5�V����d~L��d��`���vK`�`�Ρu�$��A�"�^B�Mb#C���A�6Q
��Ȑ9����C�0ZH��!�hӀ�!�P����2����V�)�d�k��f�G���ׁ��kd�<�Xf0"$��Jf"�I0�dK�:V\��LB�$XC���6L�I����B��A�Xܞ�Pe1��1X
%!3	�T2!�|2�P0i�j�ǃ3��7|�I(���V��]�"3	TRmW�[ 4mwCfB�,���ǔ�� 
2�+o������ke�LB�$g�xp�]�\fҙ��`�����.3�lyTG.��ʵO��t�����n�̤�7P�ț�o,��t;&(o�Ui\f�QɁ�&$籵��EW��g[��#h��e],3 [�$ְ]/]fѥ�$�|6G�e�f�Y���1�r�����,z[�ђ�����E_�����ά�l�n>�諚��H��؛�5l{Ǻf��{�3��jy"���^d&=�g4�n��\�I_�l7H��a`*Rj�p>3鋚�Md���h�fٖ��I��:�H���]�13�;&��F��@w��I�1ɭx�����iP��I���y�,S��he�LbŤ��M��I�� O��.���7����������>��!3�Tժ�Wm,�݊Z2�X0ɾ���7�6:�LbU����fS����IL��R���V�2�dJw�����2�dKs����i׾�PF��c�s��ĝS� 6d"iGd�\��N`��6�^�2���%���l��Ȑ�$,yZ�y3;ܮh{˦�ca�O�ķ�F�L$�r/�s�L$�r3
7|P��)I�)�'�q\�"v�2�aGd��'d��ՙ�P!�"�>ҠmߦBf0T]#�q�`�k�wf0�yV�1����,5�C��_�Cf/T::�U�U��O,a��g�qu��W�p��U!d�Ž=�
��.%K-zCf/���|�t����ۀ�m����K_�(��ç��`���d�
��:�0�8|�f���yv�<?9���{��0�_�4��Ϣ����r���
��n"����8ݏ�:�l?���G�:��~�O�#��x��g���x����bBԗJ�P��"d}��]�(!BطJ�P��"�}��m?(!Bܿ���G�6��'%D��Y	�~QB��+!BݯJ�Pw����#ņ �iF�+�Px���	�G���x��	�G�%�Py���	�G�-��Y1��:+�tRgŚN�x�I�sz���N/uV��Ί?��Y1��:+�RgŢ^�x�K��z���R/uVl�Rgŧ(t+>E��X�)
�NJOQ�<V|�B��S:���)t+>E��X�)
�NJOIv�OI����ΊOI����ΊOI����ΊOI����ΊOI��4H������ uV|�ΊO��Y�i�:+>
RgŧA�|��4�O����Ӹ�y�����]G
����J������L	�]uQ����t�iO��gO<�Y�	���"��rL`��|�:d�����e6�����޶s��拵����}�Eڿ��QY���Ӂ韕��a_L�[�.���������������C�*k�M��$��0I>�i��Q�*���ͨ2��Ĩ���Ԍ^������,�r�m5�{�Y���+��]*��]|*��]y>��{���.{��0I*�E���kΑ��U�#K�R��,�J	J��*5(ɖF+Br=��d��.�=)w��?>T���
>���je��r?�٥u(N��b�h�oV�O^���:<�}���ĭL(�c�p���7����&E���V������Bk���
��|���2QU׊�C:,>�^O�/'�dz�r2_��Oޓ�PK�2�\����Pxl/_rels/workbook.xml.rels �(���Mn� F��f_�]��Q�l��6��x���`I��u�#�
E����n�B�
<=�����޾�;�u��
��FZ�n�}'��`�Y�iBn�a\O�k`�~Yq��@3��,�CG;������=�L��ۘ�Lv�,��Qj��l�i&���Wc�n ��h{�
�D�_�4	T`�����[%�4��\���M���D��뻎d���
3E��Y[�Uf@K݋�aӱSGj��K�$�:
s�ʫ���/PK�2�\Ѓc'2E
xl/styles.xml �(��S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v�F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&�
AR>��� ��im��ΑF���YO��%�}���LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PK�2�\&�%-�
�2xl/sharedStrings.xml �(��[Yo�8~��?y^%�-�=H��cL���i`�]J��eɣ#�b��I�H��XU�b�X�|��c�︪IY|>�O�I��b������O��AE����O��>1~����瓷�ٝ����ޢ����8YYmQ����U����6?s,+8�"R�I�
k'F[�?Z�)0����T�i�4�)�:k�|:�􎗷_[�N��v��	��mz�*�EC2���b���,�_[�f�g���*6X飗|M��JdSO �:��]a?����7L6o��-�	���kA�,&�`�	%ߵ_gN�+Ԩ�B��K�˽��$>�X�`�G!�"�c�)fF�]W�j�LB�R��Wl���9̾�7XQ��3.QMjua@�Eʕ��B���!*��A`�۾�=����p�i�c����Vk	�	�9���`Ϳ�[ES��"%��T��x/	���
׊I<V)�����^k�[�{R�m����Ԯ^�;uQ�rk����T��>�i����}�7d�+Cs���>�˰A4Sᐗ�A��3n�����8f��ϑt�+�k x��P�����YتHI��rF�� >�s3嚟�'uV�:�ݿ�dd��
��=���nf���q_�C�����X�p�)�猤�I�kL$��̴�,��.���„��ql��eEԩq�N/]��$og��\��Bְxu�:�
g N��?�c��z��*r�Q��{��b&D���.XV���)�h�k�@�O eQ���
̈́������j���J��;�n}:s�S�B��;LH�V5Lu����|(�7���n���r����5e:~���I�Ʀ�x�&�E/�Hi��o��L}�6� ��(D��^��Nq���V��|j��
�r��p�m�?8�_�G��d�c��s�d����G����{d��=cW����Ɠ��yM��ޑ���������ZW�t��������u��{(�EB�D�qVE�:�O�T���.��DQ�iF����F.z�<Us}�������^�φ��ٹ����:�D�h�|$�~����G���3g�i���[ꩀ�>��k��qM��23�]�tBle>Fx.(�����]U!�
����b�R�N��KT��R�ǣ����ncHæ|_��1�b���x��Nڑi6=7�8�i!/Ɓ�3�1�.��@�f\F�Y	�SZ��;s��v#8w�sa\�S���m�r�T�W*/G
1��}��,��?���{��UuFB���V�Ru��IY�B.��v(�F��(��~�x�U��^P�˭e��l!��NE�=�����4!S{~Xd��K\7����r\�q��x�6�N�E�1�j�O�2������0��MNv�H��	����O&�
�)}"3�!	�7�u�,�O�ϤՔ���z���K�pQ��2Im�r4�I���f߮�&�d�>z"+���mES��N ���aUYC�UfD��E��5A]�v�닂y�,�;�MU�F9�ȧt:���B�J�Ѩ8A��%ʓ{ܼ�t@�Q�������+��P�L����Tmp�ٯ�t[2�����
XG�:2�~���u%�+c��2�6
��Kepg:��;�g:rg:�л�t4�]�6$8��[Hb�j/�GՆP�l����	�?�d!dM#~p��!�uC}h[�d�U�hx�K��
���w�;_]_3�X�t�N�Z�>DĠ]�9�\�?о��ؽW�+<M�o�a	�/~�G��SY�Q�2)r��:�9��!�;%�ܽΦ��;^?P�فx�ez(�"�� 3�"k�e^��b�Ѽ�BNc�I�7uT(�g�e5P��P���:C���TZ\z�óA�yC>p�oG�\㣩�=�7CsHT4S{�f.Q�s^Хt1εP`K|]�\�/�:�I0䇲`$6��:�a7x�P�P0�a��/Z����Z�]B,8*�j��=V��I7L[}�TBU�Ҥ �~m̹�U[������t�;\C!���O'��54��Ɯ�8��3 ���K����O�È�8ʄ1�[c1m�G���7*���>�I�x�Ae���]jG���
�tj_�7�g|W��LU�ᦍ���8cH'�iﴴa�r�"r�L�'�e�оl���	����A�����czN�Q��&N���"�p����_F�q�E����8t`?rL�Clfa��k��Nhsz�r�Q�rwƷ�@Tu-0!,�}
]c2dS�~+@�%�g�U�=�5���r��f�T�zVxꈽs�����5�Xc�S�.��`��fOD�e����X��
O���q<�^���d��C	�o�AO��YB1�XO�I�5���j���Tx�EO�x�b�úLZ@$O��qEP�����*�����鲁���4rd�

PZ�J�=�~+��
��v��_l�0�L��2���َe�@:��� =��u8�4�X��D��5�B���`a����Qjzv��q�Q��E�!�Z_$I�9�z�MUh�2'ᮭ�jz����ie�\իb$"OzEϏzU�:�[40Y�,VY��Ïz�i[��b��õ�[?”D{��ϸOw�O�!D^�r��h���6��:�W��$���^�+G�K׎pP��n�BxJ#�[8،-����Ǒ�{��2v�dR�
Sw�I�l�*���]�4��0��kgfhY��Yv�
�#;��rQ�!��ɢt�|X�9l?`�N�ٱ��!Hm�tl�1zC�%j7�?v�Yw^��w�q�T��!�.N��(��A�Ͷ���@���G�K��rB�K���w<���=�`���w������m��B`�[�a��<��Lg.Dl~�?=���O��;���	�����+����-89�/��9<V�g#�Ո�V�~�<�[�ۣ���3a/���vc�0x�(�Mߎ�8r}p<�h�#�@�Z�;(��_J9��%u�������縑�OG����Dd	�n�#j�Kʛn瑨I��.dj�o8n���^�c�@�8�>��H7ϐ��^�/ن�=KD��:^�+ف<S�g�x�|$}un{�4�ʝH0����}E�Z�aG��u”��@�"���Q���l���.X%NNZ��Q�陁�
��6����=/́��mv������0s�,�h���S�J�H�|#yZ��92�
%�7\T�z��jE�E2;1;'��S������E왅�_�1dL�jp݀X��4Iuh#/{%��ԟQ��e�J�(��^
G48�fB(�2�]&�3*	��i�\�|��=h�H��p^��F�RI
,sm���L�(���h.���61"q%�o�ġ5��(J��� ���&|�a��;���'�
������=��v����y������Pa�ir<9%ؖ��(o,�6��x�.���}ũ��Y]7_�PK-�2�\����5xl/workbook.xmlPK-�2�\����	��[Content_Types].xmlPK-
�2�\�X��''U_rels/.relsPK-�2�\������+�xl/worksheets/sheet1.xmlPK-�2�\����P
xl/_rels/workbook.xml.relsPK-�2�\Ѓc'2E
Oxl/styles.xmlPK-�2�\&�%-�
�2�xl/sharedStrings.xmlPK��