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

Get the primary host ordering detail for a product

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

ProductOrderingDetail
NameDescriptionTypeAdditional information
PluG_UID

Product identifier

Collection of byte

None.

PluGuid

Product identifier guid

globally unique identifier

None.

SupplierIdentifier

Supplier identifier

Collection of byte

None.

SupplierIdentifierGuid

Supplier identifier guid

globally unique identifier

None.

CartonQuantity

integer

None.

CartonQuantityChanged

boolean

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

ProductSize

string

String length: inclusive between 0 and 12

CigarettesPerSleeve

integer

None.

RandomWeight

boolean

Deprecated.

PiecesPerUnit

integer

None.

AveragePackSize

When ordering packs used to determine pricing values

integer

None.

EffectiveDate

date

Data type: Date

PricedByWeight

If true, sold by weight

boolean

None.

LandedUnitCostEx

Complete carton cost, including all fees and excluding GST

integer

None.

LandedUnitCostInc

Complete carton cost, including GST and all fees

integer

None.

LandedCartonCostInc

Complete carton cost, including GST and all fees

integer

None.

LandedCartonCostEx

Complete carton cost, including all fees and excluding GST

integer

None.

StandardCost

The Carton-only portion of the landed cost

integer

None.

DeliveryFee

integer

Deprecated.

DeliveryFeeBasis

FeeBasis

Deprecated.

PickAndPackFee

integer

Deprecated.

PickAndPackFeeBasis

FeeBasis

Deprecated.

FinanceFee

integer

Deprecated.

FinanceFeeBasis

FeeBasis

Deprecated.

CartonLength

integer

None.

CartonWidth

integer

None.

CartonHeight

integer

None.

PalletLayerQuantity

integer

None.

PalletLayers

integer

None.

ItemCode

string

None.

InvoiceCode

string

None.

InvoiceDesc

string

None.

OrderDirect

boolean

None.

UseCost

boolean

None.

MinimumQuantity

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

integer

None.

HostType

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

integer

None.

FromHost

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

integer

None.

MinimumReorder

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

integer

None.

MaximumReorder

Maximum number of units to order

integer

None.

OrderMultiple

decimal number

None.

SellMultiple

decimal number

None.

BaseMultiple

decimal number

None.

HostStandardCost

integer

None.

HostTotalCost

integer

None.

HostRetail

integer

None.

HostLandedUnitCostEx

integer

None.

HostLandedUnitCostInc

integer

None.

HostDesc

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

string

None.

DirectIndicator

string

None.

AvailableToOrder

boolean

None.

HostRangeIndicator

string

None.

HostProductType

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": "5kV+uHmOVEiSsvK2YxSmVg==",
  "pluGuid": "b87e45e6-8e79-4854-92b2-f2b66314a656",
  "supplierIdentifier": "xvWynrHs802/N7nof7Gg4Q==",
  "supplierIdentifierGuid": "9eb2f5c6-ecb1-4df3-bf37-b9e87fb1a0e1",
  "cartonQuantity": 1,
  "cartonQuantityChanged": true,
  "productSize": "sample string 3",
  "cigarettesPerSleeve": 1,
  "randomWeight": true,
  "piecesPerUnit": 5,
  "averagePackSize": 6,
  "effectiveDate": "2026-06-03T18:34:51.3027001",
  "pricedByWeight": true,
  "landedUnitCostEx": 9,
  "landedUnitCostInc": 10,
  "landedCartonCostInc": 12,
  "landedCartonCostEx": 13,
  "standardCost": 14,
  "deliveryFee": 1,
  "deliveryFeeBasis": "sample string 15",
  "pickAndPackFee": 1,
  "pickAndPackFeeBasis": "sample string 16",
  "financeFee": 1,
  "financeFeeBasis": "sample string 17",
  "cartonLength": 1,
  "cartonWidth": 1,
  "cartonHeight": 1,
  "palletLayerQuantity": 1,
  "palletLayers": 1,
  "itemCode": "sample string 18",
  "invoiceCode": "sample string 19",
  "invoiceDesc": "sample string 20",
  "orderDirect": true,
  "useCost": true,
  "minimumQuantity": 21,
  "hostType": 22,
  "fromHost": 23,
  "minimumReorder": 1,
  "maximumReorder": 1,
  "orderMultiple": 24.1,
  "sellMultiple": 25.1,
  "baseMultiple": 26.1,
  "hostStandardCost": 27,
  "hostTotalCost": 28,
  "hostRetail": 29,
  "hostLandedUnitCostEx": 30,
  "hostLandedUnitCostInc": 31,
  "hostDesc": "sample string 32",
  "directIndicator": "sample string 33",
  "availableToOrder": true,
  "hostRangeIndicator": "sample string 35",
  "hostProductType": "sample string 36",
  "hostProductGrade": "sample string 37",
  "hostProductGroup": "sample string 38",
  "hostSlowMoving": true,
  "hostGeneralMerchandise": true,
  "hostPillar": "sample string 41",
  "hostLastUpdated": "2026-06-03T18:34:51.3027001",
  "rebate": 1.0,
  "rebateExclude": true,
  "invoiceCodes": [
    {
      "$id": "2",
      "pluG_UID": "v22UH0wcvEq1e+ej65ySew==",
      "pluGuid": "1f946dbf-1c4c-4abc-b57b-e7a3eb9c927b",
      "supplierIdentifier": "/XRl4yk0g0yrbIxw/FdyIQ==",
      "supplierIdentifierGuid": "e36574fd-3429-4c83-ab6c-8c70fc577221",
      "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": "A1ssJzvH+E+86/hCDTlehw==",
  "parentPluGuid": "272c5b03-c73b-4ff8-bceb-f8420d395e87",
  "freight": 46.0,
  "freightType": 1,
  "product": {
    "$id": "3",
    "plu": 1,
    "storeID": 1,
    "masterPluG_UID": "QEA=",
    "storeIDs": [
      1,
      2
    ],
    "g_UId": "/52eCCrtJEqGBBTprDKlvw==",
    "guid": "089e9dff-ed2a-4a24-8604-14e9ac32a5bf",
    "apn": "sample string 1",
    "apnChanged": true,
    "apnSwitched": true,
    "barcode": "sample string 4",
    "itemNumber": "sample string 5",
    "itemNumberChanged": true,
    "priceGroupG_UID": "pvzGmFLE40iuBxIH1rN2gg==",
    "priceGroupGuid": "98c6fca6-c452-48e3-ae07-1207d6b37682",
    "blueprintID": 1,
    "lastCountedDate": "2026-06-03T18:34:51.318326",
    "externalID": "sample string 7",
    "active": true,
    "activated": "2026-06-03T18:34:51.318326",
    "pluCreated": "2026-06-03T18:34:51.318326",
    "createdByUser": "sample string 9",
    "name": "sample string 10",
    "nameChanged": true,
    "secondDescription": "sample string 12",
    "hostDescription": "sample string 13",
    "keepCartonQty": true,
    "keepDescription": true,
    "keepDepartments": true,
    "keepSuppliers": true,
    "markdownDescription": "sample string 18",
    "altDescription": "sample string 19",
    "bestOrExpire": 20,
    "lastUpdate": "2026-06-03T18:34:51.318326",
    "lastManualUpdate": "2026-06-03T18:34:51.318326",
    "imageName": "sample string 23",
    "showImageOnFlipCharts": true,
    "showTextOnFlipCharts": true,
    "overrideFlipChartText": true,
    "flipChartText": "sample string 27",
    "salesMode": 1,
    "eftCode": 1,
    "price": 1,
    "priceChanged": true,
    "rrp": 1,
    "gstPercent": 28,
    "gstPercentChanged": true,
    "costGSTPercent": 29,
    "costGSTPercentChanged": true,
    "wetPercent": 1,
    "priceOverride": 1,
    "cost": 1,
    "currentCost": 1,
    "currentCostDecimals": 1,
    "grossProfit": 1.0,
    "currentCostDesc": "sample string 30",
    "currentCostEnd": "2026-06-03T18:34:51.318326",
    "currentCostUpdated": "2026-06-03T18:34:51.318326",
    "costDecimals": 31,
    "costChanged": true,
    "dealCostIdentifier": "QEA=",
    "excludeFromRebate": true,
    "rebateOverride": 1,
    "costCalcMethod": 32,
    "costCalcMethodChanged": true,
    "costEffectiveDate": "2026-06-03T18:34:51.318326",
    "defaultGP": 1,
    "breakTargetMode": 33,
    "break1": 1,
    "price1": 1,
    "target1": 34,
    "break2": 1,
    "price2": 1,
    "target2": 35,
    "break3": 1,
    "price3": 1,
    "target3": 36,
    "break1Changed": true,
    "price1Changed": true,
    "target1Changed": true,
    "break2Changed": true,
    "price2Changed": true,
    "target2Changed": true,
    "break3Changed": true,
    "price3Changed": true,
    "target3Changed": true,
    "breakTargetModeChanged": true,
    "margin": 1.1,
    "marginChanged": true,
    "marginRanged": true,
    "marginRangedChanged": true,
    "minimumMargin": 1.1,
    "minimumMarginChanged": true,
    "maximumMargin": 1.1,
    "maximumMarginChanged": true,
    "overrideHostWarehouseIndicator": true,
    "overrideHostWarehouseIndicatorChanged": true,
    "overrideHostPrice": true,
    "overrideHostPriceChanged": true,
    "overrideHostCost": true,
    "overrideHostCostChanged": true,
    "overrideHostMargin": true,
    "overrideHostMarginChanged": true,
    "alwaysApplyMargin": true,
    "alwaysApplyMarginChanged": true,
    "aws": 1.0,
    "paws": 1.0,
    "awsUpdated": "2026-06-03T18:34:51.318326",
    "posTare": 1,
    "altPrice": 1.0,
    "altPriceChanged": true,
    "altPriceMode": 53,
    "altPriceModeChanged": true,
    "altPLUG_UID": "iqsoWqSmvUyeFWVoP7jt6w==",
    "altPLUGuid": "5a28ab8a-a6a4-4cbd-9e15-65683fb8edeb",
    "altPLUGuidChanged": true,
    "altPriceDescription1": "sample string 54",
    "altPriceDescription2": "sample string 55",
    "cartonQuantity": 56,
    "cartonQuantityChanged": true,
    "trayID": 1,
    "promptID": 1,
    "tare": 1,
    "packQty": 1,
    "fixedWeight": 1,
    "extraMesg": 1,
    "text1": "sample string 58",
    "text2": "sample string 59",
    "text3": "sample string 60",
    "labelText": "sample string 61",
    "labelTextChanged": true,
    "sendToScale": true,
    "nonScaleWeigh": true,
    "labelFormat": "sample string 65",
    "barcodeFormat": "sample string 66",
    "austMade": 1,
    "coolCode": 67,
    "countryOfOrigin": "sample string 68",
    "percentContent": 69.1,
    "departmentID": 1,
    "subDepartmentID": 1,
    "minorDepartmentID": 1,
    "lesserDepartmentID": 1,
    "deptCode": "sample string 70",
    "subDeptCode": "sample string 71",
    "minorDeptCode": "sample string 72",
    "lesserDeptCode": "sample string 73",
    "deptName": "sample string 74",
    "subDeptName": "sample string 75",
    "minorDeptName": "sample string 76",
    "lesserDeptName": "sample string 77",
    "departmentChanged": true,
    "subCategoryID": 1,
    "expiry": 1,
    "showDays": 1,
    "datePrint": 1,
    "labelRequired": true,
    "labelShelfQty": 80,
    "labelShelfChanged": true,
    "labelTalkerQty": 82,
    "labelSmall": true,
    "labelLastPrinted": "2026-06-03T18:34:51.318326",
    "labelLastPrice": 1,
    "shelfPageLayoutG_UID": "zkNsFsnyGkC7JJbwa1Pn9A==",
    "shelfPageLayoutGuid": "166c43ce-f2c9-401a-bb24-96f06b53e7f4",
    "talkerPageLayoutG_UID": "Yo52CNCS1U+ldcqw3ZKAiw==",
    "talkerPageLayoutGuid": "08768e62-92d0-4fd5-a575-cab0dd92808b",
    "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": "R1CbKDC4wkaol6RQwtgBUg==",
    "inventoryIdentifier": "289b5047-b830-46c2-a897-a450c2d80152",
    "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": "tUsxbIi510WxnVXsRYz14Q==",
    "parentPluGuid": "6c314bb5-b988-45d7-b19d-55ec458cf5e1",
    "preferredHostVendor": 105,
    "preferredHostChanged": true,
    "code": "sample string 107",
    "supplierIdentifier": "5GEhfLctxUSOvnlFoqc8RA==",
    "supplierIdentifierGuid": "7c2161e4-2db7-44c5-8ebe-7945a2a73c44",
    "supplierChanged": true,
    "rebateSupplierIdentifier": "dbTJE/o+dk+F8cdCMsfxrg==",
    "rebateSupplierIdentifierGuid": "13c9b475-3efa-4f76-85f1-c74232c7f1ae",
    "rebateSupplierChanged": true,
    "availableForOrder": true,
    "warehouseDirectIndicator": "sample string 109",
    "warehouseDirectIndicatorChanged": true,
    "productGrade": "sample string 111",
    "productType": "sample string 112",
    "productGroup": "sample string 113",
    "complianceIndicator": "sample string 114",
    "inhouseBrand": "sample string 115",
    "slowMoving": true,
    "generalMerchandise": true,
    "comment": "sample string 118",
    "lastUpdatedByUser": "sample string 119",
    "lastManualUpdatedByUser": "sample string 120",
    "lastUpdatedByUserOverride": true,
    "lastUpdatedByHost": "2026-06-03T18:34:51.318326",
    "commodity": "sample string 122",
    "businessPillar": "sample string 123",
    "mscCommodity": "sample string 124",
    "hostIdentifier": "XJrO0d/iAkmH4iGk1S0jlA==",
    "hostIdentifierGuid": "d1ce9a5c-e2df-4902-87e2-21a4d52d2394",
    "serviceFeeID": 1,
    "serviceFeeIDChanged": true,
    "providerName": "sample string 126",
    "aisleEnds": "sample string 127",
    "deleted": true,
    "deletedChanged": true,
    "hidden": true,
    "doNotRange": true,
    "doNotRangeChanged": true,
    "doNotOrder": true,
    "doNotOrderChanged": true,
    "locked": true,
    "excludeFromWebUpdate": true,
    "excludeFromWebUpdateChanged": true,
    "webPriceBasedOn": 138,
    "webPriceRounding": true,
    "webMarkup": 140,
    "webPriceMode": 141,
    "altDepartmentID": 1,
    "altSubDepartmentID": 1,
    "altMinorDepartmentID": 1,
    "altLesserDepartmentID": 1,
    "altDeptCode": "sample string 142",
    "altSubDeptCode": "sample string 143",
    "altMinorDeptCode": "sample string 144",
    "altLesserDeptCode": "sample string 145",
    "altDepartmentChanged": true,
    "storeProducts": [
      {
        "$ref": "3"
      },
      {
        "$ref": "3"
      }
    ],
    "store": {
      "$id": "4",
      "id": 1,
      "isMaster": true,
      "isElectedMaster": true,
      "electedMasterStoreID": 1,
      "isZoneMaster": true,
      "shortName": "sample string 3",
      "url": "sample string 4",
      "sortOrder": 1,
      "name": "sample string 5",
      "phone": "sample string 6",
      "fax": "sample string 7",
      "email": "sample string 8",
      "address1": "sample string 9",
      "address2": "sample string 10",
      "city": "sample string 11",
      "state": "sample string 12",
      "country": "sample string 13",
      "postCode": "sample string 14",
      "delivery": 1,
      "exportAccounts": 1,
      "salesAccountFolder": "sample string 15",
      "purchaseAccountFolder": "sample string 16",
      "initLoad": 1,
      "initIDs": 1,
      "zoneID": 1,
      "actAsMaster": 1,
      "lastActiveUtc": "2026-06-03T18:34:51.318326",
      "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": "aOp0EpRogU6qntWxPJDkVA==",
      "hostIdentifierGuid": "1274ea68-6894-4e81-aa9e-d5b13c90e454",
      "hostName": 1,
      "hostAddress": "sample string 27",
      "hostUsername": "sample string 28",
      "hostPassword": "sample string 29",
      "excludeFromLeadInOut": true,
      "accountingProvider": 31,
      "accountingAddress": "sample string 32",
      "accountingUsername": "sample string 33",
      "accountingPassword": "sample string 34",
      "storeAccountingCode": "sample string 35",
      "softwareVariance": 36,
      "fuelWarningVariance": 37.0,
      "fuelErrorVariance": 38.0,
      "fuelAccumulatedWarningVariance": 39.0,
      "fuelAccumulatedErrorVariance": 40.0,
      "drawManagment": 41,
      "endOfDayManagment": true,
      "autoFillCashBalancing": true,
      "fuelDayVariance": 44,
      "accountingTradingTime": "00:00:00.1234567",
      "stockActivateProduct": 46,
      "defaultOrderDocumentId": 1,
      "defaultStockReceiveDocumentId": 1,
      "giftCardSalesAccountingDeptCode": "sample string 47",
      "transactionDiscountAccountingDeptCode": "sample string 48",
      "size": 49,
      "updated": "2026-06-03T18:34:51.318326",
      "priceZone": {
        "$id": "5",
        "id": 1,
        "name": "sample string 2",
        "hostIdentifier": "MbCFVf1hp0ur6gZ2JsHTGA==",
        "hostIdentifierGuid": "5585b031-61fd-4ba7-abea-067626c1d318",
        "sortOrder": 3,
        "zoneMasterStoreID": 1,
        "electedMasterStoreID": 1,
        "containsElectedMasterStore": true
      },
      "priceZoneName": "sample string 51",
      "storeFuelConfigured": true,
      "shippingAddressCopied": true,
      "shippingAddress": {
        "$id": "6",
        "storeID": 1,
        "addressType": 1,
        "address1": "sample string 1",
        "address2": "sample string 2",
        "city": "sample string 3",
        "state": "sample string 4",
        "country": "sample string 5",
        "postCode": "sample string 6"
      },
      "billingAddressCopied": true,
      "billingAddress": {
        "$ref": "6"
      },
      "warehouseStore": {
        "$id": "7",
        "storeID": 1,
        "warehouseStoreID": 2,
        "storeName": "sample string 3",
        "warehouseName": "sample string 4"
      },
      "hostStoreSettings": [
        {
          "$id": "8",
          "id": 1,
          "hostIdentifier": "6vBnsQWTOUesgoxCAmifkA==",
          "hostIdentifierGuid": "b167f0ea-9305-4739-ac82-8c4202689f90",
          "storeID": 2,
          "username": "sample string 3",
          "password": "sample string 4",
          "passwordPlain": "sample string 5",
          "serverAddress": "sample string 6",
          "serverPort": 1,
          "excludeFromLeadInOut": true,
          "useForHostFile": true,
          "metcashPillarID": "sample string 9",
          "metcashStateCode": "sample string 10",
          "metcashCustomerID": "sample string 11",
          "metcashTradingPartnerID": "sample string 12",
          "drakesCustomerNumber": 1,
          "sparCustomerNumber": "sample string 13",
          "sparOrderUsername": "sample string 14",
          "sparOrderPassword": "sample string 15",
          "sparOrderPasswordPlain": "sample string 16",
          "pharmXSiteID": 1,
          "ibaZoneID": 1,
          "ibaState": "sample string 17",
          "foodlandStoreCode": "sample string 18",
          "ilgMemberNumber": "sample string 19",
          "ilgOutletLocation": 1,
          "ilgBaseCost": 1,
          "ilgApplyNonAdvertisedPromos": true,
          "ilgExemptFromFreight": true,
          "ilgOrderDealReview": true,
          "ilgFinanceFee": 1,
          "secondPassword": "sample string 23",
          "secondPasswordPlain": "sample string 24",
          "secondServerAddress": "sample string 25",
          "processPromotions": true,
          "hostProvider": 0,
          "host": {
            "$id": "9",
            "identifier": "vTYraQboH0ScXPtdWeO1ig==",
            "identifierGuid": "692b36bd-e806-441f-9c5c-fb5d59e3b58a",
            "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": "kd7na23CcUW+RabauG0YYg==",
            "hostSupplierIdentifierGuid": "6be7de91-c26d-4571-be45-a6dab86d1862",
            "loyaltyPriceLevelIdentifier": "fE7yRnsLs0Ox/F2krZFxYw==",
            "loyaltyPriceLevelIdentifierGuid": "46f24e7c-0b7b-43b3-b1fc-5da4ad917163",
            "isGroup": true,
            "description": "sample string 22",
            "hostProvider": 23,
            "hostTypeEnum": 24,
            "hostType": "sample string 25",
            "hostCode": "sample string 26",
            "username": "sample string 27",
            "password": "sample string 28",
            "passwordPlain": "sample string 29",
            "server": "sample string 30",
            "url": "sample string 31",
            "global": true,
            "stateCode": "sample string 33",
            "lastCollected": "2026-06-03T18:34:51.318326",
            "lastProcessed": "2026-06-03T18:34:51.318326",
            "hold": true,
            "supplierName": "sample string 35",
            "supplier": {
              "$id": "10",
              "identifier": "McYPolKVoUC+60vuGS2QlA==",
              "identifierGuid": "a20fc631-9552-40a1-beeb-4bee192d9094",
              "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": "M3tPaE1fJ0ObADAae/4REQ==",
              "primaryContactID": "684f7b33-5f4d-4327-9b00-301a7bfe1111",
              "storeID": 1,
              "abn": "sample string 16",
              "supplierGroupIdentifier": "AH8yUEGv2kGeTdOFiposCQ==",
              "supplierGroupGuid": "50327f00-af41-41da-9e4d-d3858a9a2c09",
              "rebate": 1.0,
              "rebateType": 1,
              "rebateFrequency": 1,
              "rebateSource": 1,
              "rebateLastClaimed": "2026-06-03T18:34:51.318326",
              "rebateLastClaimedAmount": 1.0,
              "cartonsOnly": true,
              "minimumOrderValue": 1,
              "enforceMinimumQuantity": true,
              "freight": 19.0,
              "freightType": 20,
              "deleted": true,
              "deletedUser": "sample string 22",
              "storeName": "sample string 23",
              "primaryContact": {
                "$id": "11",
                "id": "4bebc54b-f1ae-41aa-84a7-f37543a4ae1c",
                "identifier": "wlkTS50KdE21qAHTlLE4YA==",
                "identifierGuid": "4b1359c2-0a9d-4d74-b5a8-01d394b13860",
                "familyName": "sample string 1",
                "givenNames": "sample string 2",
                "otherNames": "sample string 3",
                "title": "sample string 4",
                "dateOfBirth": "sample string 5",
                "sex": "sample string 6",
                "address": "sample string 7",
                "address1": "sample string 8",
                "address2": "sample string 9",
                "town": "sample string 10",
                "state": "sample string 11",
                "country": "sample string 12",
                "postalCode": "sample string 13",
                "telephone": "sample string 14",
                "mobile": "sample string 15",
                "email": "sample string 16",
                "fax": "sample string 17",
                "primary": true
              },
              "contacts": [
                {
                  "$id": "12",
                  "supplierIdentifier": "tvW2tq/Ww0GFhq8IcU5OOg==",
                  "supplierIdentifierGuid": "b6b6f5b6-d6af-41c3-8586-af08714e4e3a",
                  "contactGuid": "5gEN+FssCEGkmXbQEOHJng==",
                  "contactID": "f80d01e6-2c5b-4108-a499-76d010e1c99e",
                  "contact": {
                    "$ref": "11"
                  },
                  "supplier": {
                    "$ref": "10"
                  }
                },
                {
                  "$ref": "12"
                }
              ],
              "products": [
                {
                  "$ref": "1"
                },
                {
                  "$ref": "1"
                }
              ],
              "orderCycleHeaders": [
                {
                  "$id": "13",
                  "storeID": 1,
                  "supplierIdentifier": "Z2pDFzAEQkKASZ9mbZw8WQ==",
                  "supplierGuid": "17436a67-0430-4242-8049-9f666d9c3c59",
                  "departmentCode": "sample string 2",
                  "warehouseDirectIndicator": "sample string 3",
                  "type": 4,
                  "storeName": "sample string 5",
                  "departmentName": "sample string 6",
                  "orderDays": 7
                },
                {
                  "$ref": "13"
                }
              ],
              "cycles": [
                {
                  "$id": "14",
                  "storeID": 1,
                  "supplierIdentifier": "wHH19QPddE6gw8XcBQ503Q==",
                  "supplierGuid": "f5f571c0-dd03-4e74-a0c3-c5dc050e74dd",
                  "departmentCode": "sample string 2",
                  "warehouseDirectIndicator": "sample string 3",
                  "type": 4,
                  "cutOffWeek": 5,
                  "cutOffDay": 6,
                  "cutOffTime": "00:00:00.1234567",
                  "leadTime": 7,
                  "daysBuffer": 8,
                  "supplierName": "sample string 9",
                  "cutOffDate": "2026-06-03T18:34:51.318326",
                  "deliveryDate": "2026-06-03T18:34:51.318326",
                  "nextCutOffDate": "2026-06-03T18:34:51.318326",
                  "nextDeliveryDate": "2026-06-03T18:34:51.318326",
                  "nextDaysBuffer": 10
                },
                {
                  "$ref": "14"
                }
              ],
              "store": {
                "$ref": "4"
              },
              "updated": "2026-06-03T18:34:51.318326",
              "isHost": true
            },
            "files": [
              {
                "$id": "15",
                "id": "sample string 1",
                "fileName": "sample string 2",
                "extension": "sample string 3",
                "provider": 0,
                "type": 0,
                "hostType": "sample string 4",
                "createdUtc": "2026-06-03T18:34:51.318326",
                "processed": "2026-06-03T18:34:51.318326",
                "isProcessing": true,
                "processedCount": 6,
                "processingTime": 1,
                "collectedUtc": "2026-06-03T18:34:51.318326",
                "size": 1,
                "sizeFormat": "sample string 7",
                "isArchive": true,
                "customerNumber": "sample string 9",
                "businessPillar": "sample string 10",
                "fileType": "sample string 11",
                "version": "sample string 12",
                "reference": "sample string 13",
                "digest": "sample string 14",
                "contentType": "sample string 15",
                "host": {
                  "$ref": "9"
                },
                "metcashHeader": {
                  "$id": "16",
                  "customerNumber": "sample string 1",
                  "creationDate": "2026-06-03T18:34:51.318326",
                  "businessPillar": "sample string 3",
                  "fileType": "sample string 4"
                }
              },
              {
                "$ref": "15"
              }
            ],
            "zoneMatrix": [
              {
                "$id": "17",
                "id": 1,
                "hostIdentifier": "BwIgKVZN+kSGPxy+nlFWvg==",
                "hostIdentifierGuid": "29200207-4d56-44fa-863f-1cbe9e5156be",
                "storeID": 1,
                "departmentCode": "sample string 2",
                "hostGuids": [
                  "70cededa-85e1-4471-86be-13036708ff49",
                  "1b721308-ebd5-480e-abdf-b14de51defd5"
                ]
              },
              {
                "$ref": "17"
              }
            ],
            "hostFileStoreSetting": {
              "$ref": "8"
            },
            "hostStoreSettings": [
              {
                "$ref": "8"
              },
              {
                "$ref": "8"
              }
            ],
            "promotionPlacements": [
              {
                "$id": "18",
                "identifier": "IWPQA1a+bE2ng3vZwYglbQ==",
                "identifierGuid": "03d06321-be56-4d6c-a783-7bd9c188256d",
                "code": "sample string 2",
                "description": "sample string 3",
                "isAdvertised": true
              },
              {
                "$ref": "18"
              }
            ],
            "promoTypeGuids": [
              "c3839088-4a9d-4cf5-9b7d-dbaa8b613291",
              "9151b8d2-651a-4c27-8b8e-b95575561add"
            ],
            "isPromotionOnly": false,
            "isOrderable": false,
            "vendor": 0
          },
          "groupIDs": [
            1,
            2
          ],
          "hostDescription": "sample string 27"
        },
        {
          "$ref": "8"
        }
      ],
      "accounts": [
        {
          "$id": "19",
          "id": 1,
          "storeID": 1,
          "accountName": "sample string 2",
          "bsb": "sample string 3",
          "accountNumber": "sample string 4",
          "accountDesignated": true
        },
        {
          "$ref": "19"
        }
      ],
      "sales": [
        {
          "$id": "20",
          "id": 1,
          "storeID": 1,
          "externalSalesType": 2,
          "ftpSiteID": 1,
          "lastSaleProcessed": "2026-06-03T18:34:51.318326",
          "ftpSite": {
            "$id": "21",
            "id": 1,
            "description": "sample string 2",
            "address": "sample string 3",
            "username": "sample string 4",
            "password": "sample string 5",
            "path": "sample string 7",
            "protocol": 8
          }
        },
        {
          "$ref": "20"
        }
      ],
      "suppliedStores": [
        1,
        2
      ],
      "zoneMatrix": [
        {
          "$ref": "17"
        },
        {
          "$ref": "17"
        }
      ],
      "cashManagements": [
        {
          "$id": "22",
          "id": 1,
          "storeID": 1,
          "cashManagementType": 2,
          "apiID": 1,
          "organisationID": "sample string 3",
          "siteName": "sample string 4",
          "thirdPartyAPI": {
            "$id": "23",
            "id": 1,
            "description": "sample string 2",
            "address": "sample string 3",
            "username": "sample string 4",
            "password": "sample string 5",
            "passwordPlain": "sample string 6",
            "token": "sample string 7",
            "apiType": 8,
            "apiSubType": 9,
            "config": "sample string 10"
          }
        },
        {
          "$ref": "22"
        }
      ],
      "updateStoreID": "80f8e1b0-c81e-4dd8-9b5d-f4bab6365826",
      "updateStore": {
        "$id": "24",
        "id": "ebeb4221-2984-474a-89e8-5d05d54b8b1f",
        "name": "sample string 1",
        "lastActivity": "2026-06-03T18:34:51.318326",
        "zone": "sample string 2",
        "timeZoneOffset": 0.0,
        "businessHoursStart": "00:00:00.1234567",
        "businessHoursEnd": "00:00:00.1234567",
        "master": true,
        "lastIP": "sample string 10",
        "lastHostName": "sample string 11",
        "ping": 1,
        "pingStatus": "sample string 12",
        "lastUpdateCompleted": "2026-06-03T18:34:51.318326"
      },
      "timeZoneId": "sample string 54",
      "securityOptions": {
        "$id": "25",
        "loginMode": 1,
        "allowSelfVerification": true,
        "verifierEmail": "sample string 3",
        "source": "sample string 4",
        "loginModeInherited": 5,
        "loginModeSource": "sample string 6",
        "selfVerifyInherited": true,
        "selfVerifySource": "sample string 8",
        "verifyEmailInherited": "sample string 9",
        "verifyEmailSource": "sample string 10"
      }
    },
    "storePrices": [
      {
        "$id": "26",
        "pluG_UID": "cfwNBdH6AEWadqRGh/x+zQ==",
        "pluGuid": "050dfc71-fad1-4500-9a76-a44687fc7ecd",
        "plu": 1,
        "storeID": 1,
        "zoneID": 2,
        "zoneName": "sample string 3",
        "store": "sample string 4",
        "isElectedMasterStore": true,
        "isZoneMasterStore": true,
        "priceNow": 7,
        "costNow": 8,
        "costNowDecimals": 9,
        "normalPrice": 10,
        "priceNext": 1,
        "costNext": 1,
        "costNextDecimals": 11,
        "nextCampaignName": "sample string 12",
        "gstPercent": 13,
        "normalCost": 14,
        "normalCostDecimals": 15,
        "costGstPercent": 16,
        "costCalcMethod": 1,
        "currentCost": 17,
        "currentCostDecimals": 18,
        "break1": 19,
        "price1": 20,
        "break2": 21,
        "price2": 22,
        "break3": 23,
        "price3": 24,
        "fuelItem": 25,
        "fixedWeight": 26,
        "active": true,
        "complianceIndicator": "sample string 27",
        "doNotOrder": true,
        "doNotRange": true,
        "isNormalPriceChangesCampaign": true,
        "updated": "2026-06-03T18:34:51.318326"
      },
      {
        "$ref": "26"
      }
    ],
    "currentPrices": {
      "$id": "27",
      "pluPrices": {
        "$id": "28",
        "plu": 1,
        "pluG_UID": "QEA=",
        "stores": [
          1,
          2
        ],
        "normalPrice": 1,
        "cost": 2,
        "break1": 3,
        "price1": 4,
        "break2": 5,
        "price2": 6,
        "break3": 7,
        "price3": 8,
        "discountPrice": 9,
        "memberDiscountPrice": 10,
        "acceptedUtc": "2026-06-03T18:34:51.318326",
        "priceChangeType": 0,
        "costDecimals": 11,
        "costCalcMethod": 12,
        "targetCampaignPriceGtOrEquNormal": true
      },
      "normalPluPrices": {
        "$ref": "28"
      },
      "winningCampaign": 1,
      "winner": {
        "$id": "29",
        "campaignName": "sample string 1",
        "campaignDescription": "sample string 2",
        "talkerText": "sample string 3",
        "disableWasSave": true,
        "startDate": "2026-06-03T18:34:51.318326",
        "startTime": 5,
        "endDate": "2026-06-03T18:34:51.318326",
        "endTime": 6,
        "newPrice": 7,
        "newCost": 8,
        "newCostDecimals": 9,
        "pctDiscount": 10,
        "promoType": 1,
        "promotionTypeCode": "sample string 11",
        "hostType": 12,
        "hostIdentifier": "7iCPx5KAA0S1ZZMxHvVb+g==",
        "hostIdentifierGuid": "c78f20ee-8092-4403-b565-93311ef55bfa",
        "storeNames": [
          "sample string 1",
          "sample string 2"
        ]
      },
      "details": [
        {
          "$ref": "29"
        },
        {
          "$ref": "29"
        }
      ]
    },
    "tray": {
      "$id": "30",
      "g_UId": "sLqpXJraMkq/h8jJ1SS+0A==",
      "guid": "5ca9bab0-da9a-4a32-bf87-c8c9d524bed0",
      "name": "sample string 1",
      "number": 1,
      "tare": 1
    },
    "priceGroup": {
      "$id": "31",
      "priceGroupG_UID": "NLjZygpbuUGKy84N4hjMbQ==",
      "priceGroupGuid": "cad9b834-5b0a-41b9-8acb-ce0de218cc6d",
      "name": "sample string 2",
      "code": 1,
      "modified": true,
      "updated": "2026-06-03T18:34:51.318326",
      "buyingLimit": 1,
      "buyingLimitIndependent": true,
      "buyingLimitType": 0,
      "number": 1,
      "products": [
        {
          "$ref": "3"
        },
        {
          "$ref": "3"
        }
      ],
      "productCount": 1
    },
    "priceGroupName": "sample string 147",
    "nutrifacts": {
      "$id": "32",
      "pluG_UID": "tESRI1Yqz0+MbsOhLr3Bfw==",
      "pluGuid": "239144b4-2a56-4fcf-8c6e-c3a12ebdc17f",
      "plu": 1,
      "servingsPerPack": 1,
      "servingSize": 1,
      "showAllergens": 1,
      "energy": 1,
      "protein": 1,
      "fat": 1,
      "saturated": 1,
      "carbo": 1,
      "sugars": 1,
      "sodium": 1,
      "potasium": 1,
      "calcium": 1,
      "fibre": 1,
      "soya": 1,
      "nutsSeeds": 1,
      "shells": 1,
      "eggs": 1,
      "dairy": 1,
      "gluten": 1,
      "sulphites": 1,
      "peanuts": 1,
      "sesame": 1,
      "fish": 1,
      "lupins": 1
    },
    "dates": {
      "$id": "33",
      "pluGuid": "da228fb5-74a2-4f30-89d8-a39f62aea2a1",
      "created": "2026-06-03T18:34:51.318326",
      "createdByUser": "sample string 1",
      "activated": "2026-06-03T18:34:51.318326",
      "activatedByUser": "sample string 2",
      "deactivated": "2026-06-03T18:34:51.318326",
      "deactivatedByUser": "sample string 3",
      "lastOrdered": "2026-06-03T18:34:51.318326",
      "lastOrderedQty": 4.0,
      "lastReceived": "2026-06-03T18:34:51.318326",
      "lastReceivedQty": 5.0,
      "lastInvoiceStatus": 1,
      "lastCounted": "2026-06-03T18:34:51.318326",
      "lastSold": "2026-06-03T18:34:51.318326",
      "firstSold": "2026-06-03T18:34:51.318326",
      "awsUpdated": "2026-06-03T18:34:51.318326",
      "lastManualUpdate": "2026-06-03T18:34:51.318326",
      "lastManualUpdatedByUser": "sample string 7",
      "lastUpdated": "2026-06-03T18:34:51.318326",
      "lastUpdatedByUser": "sample string 9",
      "lastUpdatedByHost": "2026-06-03T18:34:51.318326",
      "doNotRangeUpdated": "2026-06-03T18:34:51.318326",
      "doNotOrderUpdated": "2026-06-03T18:34:51.318326",
      "tracked": "2026-06-03T18:34:51.318326"
    },
    "allergens": [
      {
        "$id": "34",
        "primaryKey": {
          "$id": "35",
          "pluGuid": "82511d29-df25-4ae6-95f5-b7d172ac2298",
          "contains": 2
        },
        "allergenID": 1,
        "pluG_UID": "KR1RgiXf5kqV9bfRcqwimA==",
        "pluGuid": "82511d29-df25-4ae6-95f5-b7d172ac2298",
        "contains": 2,
        "allergenName": "sample string 3",
        "storeIDs": [
          1,
          2
        ]
      },
      {
        "$ref": "34"
      }
    ],
    "costs": {
      "$id": "36",
      "pluG_UID": "TMTovtNqxUKslIB4SDlZuA==",
      "pluGuid": "bee8c44c-6ad3-42c5-ac94-8078483959b8",
      "enteredCost": 1,
      "weightedAvgCost": 1,
      "lastCost": 1,
      "rawEnteredCost": 2,
      "rawWeightedAvgCost": 3,
      "rawLastCost": 4,
      "freight": 5.0,
      "freightType": 6,
      "costDecimals": 7,
      "fifoCost": 1,
      "updated": "2026-06-03T18:34:51.318326",
      "normalCost": 1,
      "currentCost": 1
    },
    "sales": [
      {
        "$id": "37",
        "saleHeaderID": 1,
        "created": "2026-06-03T18:34:51.318326",
        "createdLocal": "2026-06-03T18:34:51.318326",
        "storeID": 3,
        "storeName": "sample string 4",
        "operatorG_Uid": "dod4B9iWm0C531PiTFE9HA==",
        "operatorGuid": "07788776-96d8-409b-b9df-53e24c513d1c",
        "operatorName": "sample string 5",
        "tranType": 1,
        "plu": 1,
        "pluG_UId": "ZSbu8ZktbkqzkILmdkoBvQ==",
        "pluGuid": "f1ee2665-2d99-4a6e-b390-82e6764a01bd",
        "normalPrice": 1,
        "totalCents": 1,
        "cost": 1,
        "grossProfit": 1,
        "quantity": 1,
        "operator": {
          "$id": "38",
          "id": 1,
          "g_Uid": "XsBvGsqbvk+HMMKF/83VBQ==",
          "guid": "1a6fc05e-9bca-4fbe-8730-c285ffcdd505",
          "operatorNumber": 1,
          "shortName": "sample string 2",
          "firstName": "sample string 3",
          "lastName": "sample string 4",
          "password": "sample string 5",
          "hasPassword": true,
          "passwordText": "sample string 6",
          "rfidTagID": "sample string 7",
          "blueprintID": 1,
          "groupID": 1,
          "groupName": "sample string 8",
          "managerGroupID": 1,
          "managerGroupName": "sample string 9",
          "zoneID": 1,
          "zoneName": "sample string 10",
          "loggedIn": 1,
          "lastUsedIP": "sample string 11",
          "deleted": true,
          "locked": true,
          "allowOpenTill": true,
          "webEmail": "sample string 14",
          "simpleOperatorType": 0,
          "webRole": "sample string 15",
          "updated": "2026-06-03T18:34:51.318326",
          "passwordResetRequired": true,
          "alteredInStore": true,
          "startShift": "2026-06-03T18:34:51.318326",
          "endShift": "2026-06-03T18:34:51.318326",
          "machineName": "sample string 20",
          "drawerID": 1,
          "stores": [
            {
              "$id": "39",
              "operatorG_UID": "icnGCoUmpkGITAayaQJEbg==",
              "operatorGuid": "0ac6c989-2685-41a6-884c-06b26902446e",
              "storeID": 2,
              "operator": {
                "$ref": "38"
              },
              "store": {
                "$ref": "4"
              }
            },
            {
              "$ref": "39"
            }
          ]
        }
      },
      {
        "$ref": "37"
      }
    ],
    "apns": [
      {
        "$id": "40",
        "pluID": 1,
        "pluG_UID": "6KcuT4JOz0G3oy+lSXMKyg==",
        "pluGuid": "4f2ea7e8-4e82-41cf-b7a3-2fa549730aca",
        "apn": "sample string 1",
        "deleted": true,
        "storeID": 1,
        "storeIDs": [
          1,
          2
        ]
      },
      {
        "$ref": "40"
      }
    ],
    "tuns": [
      {
        "$id": "41",
        "pluG_UId": "cg2Jst84dkmRW7qpmO9UVw==",
        "pluGuid": "b2890d72-38df-4976-915b-baa998ef5457",
        "apn": "sample string 1",
        "tun": "sample string 2",
        "cartonQuantity": 3,
        "product": {
          "$ref": "3"
        },
        "storeIDs": [
          1,
          2
        ]
      },
      {
        "$ref": "41"
      }
    ],
    "competitionPricing": [
      {
        "$id": "42",
        "identifier": "MP4XvhtOVEaVzVw7Gok/SQ==",
        "identifierGuid": "be17fe30-4e1b-4654-95cd-5c3b1a893f49",
        "pluG_UID": "P1qc6Oi9DEew0rUp5tnvgg==",
        "pluGuid": "e89c5a3f-bde8-470c-b0d2-b529e6d9ef82",
        "competitionID": 1,
        "name": "sample string 2",
        "sellMultiple": 3,
        "retailPrice": 4,
        "storeName": "sample string 5"
      },
      {
        "$ref": "42"
      }
    ],
    "supplier": {
      "$ref": "10"
    },
    "supplierName": "sample string 148",
    "children": [
      {
        "$ref": "3"
      },
      {
        "$ref": "3"
      }
    ],
    "ordering": {
      "$ref": "1"
    },
    "flipChartPages": [
      {
        "$id": "43",
        "identifier": "g4P27no0j0OqDAk0CWE7WQ==",
        "groupName": "sample string 1",
        "identifierGuid": "eef68383-347a-438f-aa0c-093409613b59",
        "exists": true,
        "flipChartIdentifier": "RWGtMqqVb0Sc/NcevPY0tQ==",
        "flipChartIdentifierGuid": "32ad6145-95aa-446f-9cfc-d71ebcf634b5",
        "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": "DT0kT4V/wk6QY/gV7PGPWA==",
        "groupIdentifierGuid": "4f243d0d-7f85-4ec2-9063-f815ecf18f58",
        "flipChart": {
          "$id": "44",
          "identifier": "aVzG2fIGe0GpwikdJwvxYQ==",
          "identifierGuid": "d9c65c69-06f2-417b-a9c2-291d270bf161",
          "displayName": "sample string 2",
          "sortOrder": 3,
          "productsPerRow": 4,
          "rowsPerPage": 5,
          "buttonMarginX": 6,
          "buttonMarginY": 7,
          "beginButtonsX": 8,
          "beginButtonsY": 9,
          "autoSizeButtons": true,
          "autoSizeGrid": true,
          "showButtonText": true,
          "showButtonImage": true,
          "formLocationX": 1,
          "formLocationY": 1,
          "formWidth": 14,
          "formHeight": 15,
          "formMaximised": true,
          "formResizable": true,
          "formBackgroundImage": "sample string 16",
          "formBackgroundColourA": 1,
          "formBackgroundColourR": 1,
          "formBackgroundColourG": 1,
          "formBackgroundColourB": 1,
          "formFontFamily": "sample string 17",
          "formFontSize": 1.1,
          "formFontStyle": 1,
          "formAttributes": "sample string 18",
          "buttonWidth": 19,
          "buttonHeight": 20,
          "buttonAnchor": 21,
          "buttonBackgroundImage": "sample string 22",
          "buttonTopColour": 1,
          "buttonTextColour": 1,
          "buttonBottomColour": 1,
          "buttonBorderColour": 1,
          "buttonBorderWidth": 1,
          "buttonRadius": 1,
          "buttonGradientMode": 1,
          "buttonDropShadow": true,
          "buttonShadowWidth": 1,
          "buttonHighLightOnPush": true,
          "buttonFontFamily": "sample string 23",
          "buttonFontSize": 1.1,
          "buttonFontStyle": 1,
          "buttonTextAlign": 1,
          "buttonWordBreak": true,
          "buttonDrawImageAndButton": true,
          "buttonVerticalText": true,
          "buttonImageAlign": 1,
          "panelLocationX": 1,
          "panelLocationY": 1,
          "panelWidth": 1,
          "panelHeight": 1,
          "panelAnchor": 1,
          "panelFontFamily": "sample string 24",
          "panelFontSize": 1.1,
          "panelFontStyle": 1,
          "panelBackgroundColour": 1,
          "panelTextColour": 1,
          "panelAttributes": "sample string 25",
          "unsentCount": 26,
          "group": {
            "$id": "45",
            "identifier": "n+B8Wi5mKUSt5WoFBH4CkA==",
            "identifierGuid": "5a7ce09f-662e-4429-ade5-6a05047e0290",
            "name": "sample string 2",
            "formType": "sample string 3",
            "forms": [
              {
                "$id": "46",
                "id": 1,
                "g_UID": "0IcXcC3f80iomujOljuDWQ==",
                "guid": "701787d0-df2d-48f3-a89a-e8ce963b8359",
                "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": "mV+3ZGwR10GYphIpyYRYYA==",
                "previousFormGuid": "64b75f99-116c-41d7-98a6-1229c9845860",
                "nextForm": 1,
                "nextFormG_UID": "wNu1wnE9YE+awkyv61pibg==",
                "nextFormGuid": "c2b5dbc0-3d71-4f60-9ac2-4cafeb5a626e",
                "attributes": "sample string 10",
                "updated": "2026-06-03T18:34:51.318326",
                "positioning": 1,
                "contentPanel": "sample string 11",
                "selectionMode": 1,
                "maximumSelections": 1,
                "alteredInStore": true,
                "deleted": true,
                "blueprintID": 1,
                "preserveLayout": true,
                "mainCheckoutFormName": "sample string 13",
                "nextCheckoutForm": {
                  "$ref": "46"
                },
                "previousCheckoutForm": {
                  "$ref": "46"
                },
                "buttons": [
                  {
                    "$id": "47",
                    "id": 1,
                    "checkoutFormID": 2,
                    "checkoutFormG_UID": "UzjLcoo9kUup9lZhfu3IZQ==",
                    "checkoutFormGuid": "72cb3853-3d8a-4b91-a9f6-56617eedc865",
                    "identifier": "619VTifLsEuibS9vDVO8bw==",
                    "identifierGuid": "4e555feb-cb27-4bb0-a26d-2f6f0d53bc6f",
                    "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": "Gms1FUIrkEisoK4GesTrPw==",
                    "valueGuid": "15356b1a-2b42-4890-aca0-ae067ac4eb3f",
                    "buttonText": "sample string 10",
                    "valueText": "sample string 11",
                    "drawImageAndButton": true,
                    "updated": "2026-06-03T18:34:51.318326",
                    "action": "sample string 12",
                    "valueForm": {
                      "$ref": "46"
                    },
                    "image": {
                      "$id": "48",
                      "name": "sample string 3.sample string 4",
                      "imageID": 2,
                      "imageName": "sample string 3",
                      "imageExtension": "sample string 4",
                      "lastUpdate": "2026-06-03T18:34:51.318326",
                      "imageData": "QEA=",
                      "readOnly": true
                    }
                  },
                  {
                    "$ref": "47"
                  }
                ],
                "panels": [
                  {
                    "$id": "49",
                    "id": 1,
                    "checkoutFormID": 2,
                    "checkoutFormG_UID": "dHjIAU7Zm0CKxvEQXMHB4Q==",
                    "checkoutFormGuid": "01c87874-d94e-409b-8ac6-f1105cc1c1e1",
                    "panelType": "sample string 4",
                    "name": "sample string 5",
                    "locationX": 6,
                    "locationY": 7,
                    "width": 8,
                    "height": 9,
                    "anchor": 10,
                    "fontFamily": "sample string 11",
                    "fontSize": 12.1,
                    "fontStyle": 13,
                    "backgroundColour": 14,
                    "textColour": 15,
                    "attributes": "sample string 16"
                  },
                  {
                    "$ref": "49"
                  }
                ]
              },
              {
                "$ref": "46"
              }
            ],
            "panels": [
              {
                "$ref": "49"
              },
              {
                "$ref": "49"
              }
            ]
          },
          "pages": [
            {
              "$ref": "43"
            },
            {
              "$ref": "43"
            }
          ]
        },
        "contentPanel": {
          "$ref": "49"
        },
        "products": [
          {
            "$id": "50",
            "flipChartPageIdentifier": "S9jyNo+mXEO2DZXzLYJIfQ==",
            "flipChartPageIdentifierGuid": "36f2d84b-a68f-435c-b60d-95f32d82487d",
            "pluG_UID": "GVgUxLaH0kyho9UuhFG6+A==",
            "pluGuid": "c4145819-87b6-4cd2-a1a3-d52e8451baf8",
            "sortOrder": 3,
            "sent": true,
            "productChanged": true,
            "productImageName": "sample string 6",
            "productShowImageOnFlipCharts": true,
            "productShowTextOnFlipCharts": true,
            "productOverrideFlipChartText": true,
            "productFlipChartText": "sample string 10",
            "product": {
              "$ref": "3"
            },
            "departmentSortOrder": 11,
            "subDepartmentName": "sample string 12"
          },
          {
            "$ref": "50"
          }
        ],
        "productCount": 27,
        "pages": [
          {
            "$ref": "43"
          },
          {
            "$ref": "43"
          }
        ]
      },
      {
        "$ref": "43"
      }
    ],
    "priceHistory": [
      {
        "$id": "51",
        "pluG_UID": "sfR2TzYu/0GmzTTuTStA7g==",
        "pluGuid": "4f76f4b1-2e36-41ff-a6cd-34ee4d2b40ee",
        "price": 1,
        "costCalcMethod": 1,
        "cost": 2,
        "weightedAvgCost": 3,
        "lastCost": 4,
        "rawCost": 5,
        "rawWeightedAvgCost": 6,
        "rawLastCost": 7,
        "costDecimals": 8,
        "serviceFeeID": 9,
        "freight": 10.0,
        "freightType": 11,
        "process": "sample string 12",
        "user": "sample string 13",
        "updated": "2026-06-03T18:34:51.318326",
        "previousPrice": 1,
        "previousCostCalcMethod": 1,
        "previousCost": 1,
        "previousWeightedAvgCost": 1,
        "previousLastCost": 1,
        "previousRawCost": 15,
        "previousRawWeightedAvgCost": 16,
        "previousRawLastCost": 17,
        "previousCostDecimals": 1,
        "previousServiceFeeID": 18,
        "previousFreight": 19.0,
        "previousFreightType": 20,
        "storeID": 21,
        "storeName": "sample string 22",
        "serviceFeeDescription": "sample string 23",
        "previousServiceFeeDescription": "sample string 24"
      },
      {
        "$ref": "51"
      }
    ],
    "ingredients": [
      {
        "$id": "52",
        "pluG_UID": "jKc46fcTIUGzr5NCKdSXpw==",
        "ingredientGuid": "sj8DnMEqfki5y2uXNNeRWA==",
        "ingredientIdentifier": "9c033fb2-2ac1-487e-b9cb-6b9734d79158",
        "quantity": 1.0,
        "storeIDs": [
          1,
          2
        ],
        "ingredientText": "sample string 1",
        "ingredient": {
          "$ref": "3"
        }
      },
      {
        "$ref": "52"
      }
    ],
    "bins": [
      {
        "$id": "53",
        "pluG_UID": "hUNlg7wNXkWMN5Q7wPmwDQ==",
        "pluGuid": "83654385-0dbc-455e-8c37-943bc0f9b00d",
        "shelfLocationIdentifier": "vtGcwdwz6kWqa3SihzSNzw==",
        "shelfLocationGuid": "c19cd1be-33dc-45ea-aa6b-74a287348dcf",
        "labelShelfDefault": 1,
        "labelTalkerDefault": 1,
        "labelSmall": true,
        "labelPageLayoutG_UID": "6sGp15eWXEOX/kG2FFrzrw==",
        "labelPageLayoutGuid": "d7a9c1ea-9697-435c-97fe-41b6145af3af",
        "updated": "2026-06-03T18:34:51.318326",
        "electronicShelfLabelIdentifier": "sample string 5",
        "electronicshelfLabelsConfigurationID": 6,
        "labelShelfChanged": true,
        "productName": "sample string 8",
        "locationText": "sample string 9",
        "product": {
          "$ref": "3"
        },
        "location": {
          "$id": "54",
          "identifier": "PxemZ3o4NUSOR0Dc3flcXg==",
          "storeID": 1,
          "identifierGuid": "67a6173f-387a-4435-8e47-40dcddf95c5e",
          "name": "sample string 2",
          "haccp": true,
          "blueprintID": 1,
          "updated": "2026-06-03T18:34:51.318326",
          "minTemp": 1,
          "maxTemp": 1,
          "checkFrequency": 1,
          "storeCaseConfiguration": 5,
          "storeName": "sample string 6",
          "bins": [
            {
              "$ref": "53"
            },
            {
              "$ref": "53"
            }
          ]
        }
      },
      {
        "$ref": "53"
      }
    ],
    "bin": {
      "$ref": "53"
    },
    "scaleLocations": [
      {
        "$id": "55",
        "plu": 1,
        "pluG_UID": "lGvrfJNBRE6w7Lf/G3Y66w==",
        "pluGuid": "7ceb6b94-4193-4e44-b0ec-b7ff1b763aeb",
        "deptNo": 1,
        "product": {
          "$ref": "3"
        },
        "scaleLocation": {
          "$id": "56",
          "id": 1,
          "deptNo": 1,
          "deptCode": "sample string 2",
          "name": "sample string 3",
          "enabled": true,
          "updated": "2026-06-03T18:34:51.318326",
          "department": {
            "$id": "57",
            "id": 1,
            "name": "sample string 2",
            "code": "sample string 3",
            "sortOrder": 4,
            "isLiquor": true,
            "isTobacco": true,
            "excludeTalker": true,
            "externalSales": true,
            "saleGLCode": "sample string 9",
            "cogsglCode": "sample string 10",
            "accountingCategoryID": 11,
            "maximumMarkdownPercentage": 12.0,
            "accountingOnly": true,
            "generateExternalID": 1,
            "useNonReportableTaxCode": true,
            "minPLU": 15,
            "maxPLU": 16,
            "scaleLocation": {
              "$ref": "56"
            },
            "subDepartments": [
              {
                "$id": "58",
                "id": 1,
                "departmentID": 2,
                "name": "sample string 3",
                "code": "sample string 4",
                "departmentCode": "sample string 5",
                "externalSales": true,
                "minorDepartments": [
                  {
                    "$id": "59",
                    "id": 1,
                    "subDepartmentID": 2,
                    "departmentID": 3,
                    "name": "sample string 4",
                    "subDepartmentCode": "sample string 5",
                    "departmentCode": "sample string 6",
                    "code": "sample string 7",
                    "lesserDepartments": [
                      {
                        "$id": "60",
                        "id": 1,
                        "departmentID": 2,
                        "subDepartmentID": 3,
                        "minorDepartmentID": 4,
                        "name": "sample string 5",
                        "code": "sample string 6",
                        "departmentCode": "sample string 7",
                        "subDepartmentCode": "sample string 8",
                        "minorDepartmentCode": "sample string 9",
                        "updated": "2026-06-03T18:34:51.318326",
                        "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": "nh+I4MH/2Eq7/pYM/vvK9g==",
                        "labelPageLayoutGuid": "e0881f9e-ffc1-4ad8-bbfe-960cfefbcaf6",
                        "minimumAge": 17,
                        "countryOfOrigin": "sample string 18",
                        "serviceFeeID": 1,
                        "eftCode": 19,
                        "defaultPrinter": "sample string 20",
                        "defaultPrinterGroup": "sample string 21",
                        "buyingLimit": 1,
                        "buyingLimitIndependent": true,
                        "buyingLimitType": 0,
                        "includeInDistinctLimit": true,
                        "defaultsEmpty": false,
                        "mscCat": {
                          "$id": "61",
                          "dept": 1,
                          "category": 2,
                          "name": "sample string 3",
                          "active": true,
                          "mscCommodities": [
                            {
                              "$id": "62",
                              "dept": 1,
                              "category": 2,
                              "commodity": 3,
                              "name": "sample string 4",
                              "active": true,
                              "mscSubCommodities": [
                                {
                                  "$id": "63",
                                  "dept": 1,
                                  "category": 2,
                                  "commodity": 3,
                                  "subCommodity": 4,
                                  "name": "sample string 5",
                                  "active": true,
                                  "subCommodityCode": "sample string 7"
                                },
                                {
                                  "$ref": "63"
                                }
                              ],
                              "commodityCode": "sample string 6"
                            },
                            {
                              "$ref": "62"
                            }
                          ],
                          "categoryCode": "sample string 5"
                        },
                        "mscCom": {
                          "$ref": "62"
                        },
                        "mscDep": {
                          "$id": "64",
                          "dept": 1,
                          "name": "sample string 2",
                          "active": true,
                          "mscCategories": [
                            {
                              "$ref": "61"
                            },
                            {
                              "$ref": "61"
                            }
                          ],
                          "deptCode": "sample string 4"
                        },
                        "mscSubCom": {
                          "$ref": "63"
                        }
                      },
                      {
                        "$ref": "60"
                      }
                    ],
                    "updated": "2026-06-03T18:34:51.318326",
                    "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": "rCc7E7XTIkuJToD+AwHbjA==",
                    "labelPageLayoutGuid": "133b27ac-d3b5-4b22-894e-80fe0301db8c",
                    "minimumAge": 15,
                    "countryOfOrigin": "sample string 16",
                    "serviceFeeID": 1,
                    "eftCode": 17,
                    "defaultPrinter": "sample string 18",
                    "defaultPrinterGroup": "sample string 19",
                    "buyingLimit": 1,
                    "buyingLimitIndependent": true,
                    "buyingLimitType": 0,
                    "includeInDistinctLimit": true,
                    "defaultsEmpty": false,
                    "mscCat": {
                      "$ref": "61"
                    },
                    "mscCom": {
                      "$ref": "62"
                    },
                    "mscDep": {
                      "$ref": "64"
                    },
                    "mscSubCom": {
                      "$ref": "63"
                    }
                  },
                  {
                    "$ref": "59"
                  }
                ],
                "investmentBuyOverride": true,
                "updated": "2026-06-03T18:34:51.318326",
                "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": "KgCAHQiiuUOQameWCU+/tw==",
                "labelPageLayoutGuid": "1d80002a-a208-43b9-906a-6796094fbfb7",
                "minimumAge": 15,
                "countryOfOrigin": "sample string 16",
                "serviceFeeID": 1,
                "eftCode": 17,
                "defaultPrinter": "sample string 18",
                "defaultPrinterGroup": "sample string 19",
                "buyingLimit": 1,
                "buyingLimitIndependent": true,
                "buyingLimitType": 0,
                "includeInDistinctLimit": true,
                "defaultsEmpty": false,
                "mscCat": {
                  "$ref": "61"
                },
                "mscCom": {
                  "$ref": "62"
                },
                "mscDep": {
                  "$ref": "64"
                },
                "mscSubCom": {
                  "$ref": "63"
                }
              },
              {
                "$ref": "58"
              }
            ],
            "stores": [
              1,
              2
            ],
            "investmentBuyOverride": true,
            "updated": "2026-06-03T18:34:51.318326",
            "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": "yJsfwHWrP0qvksk9ljFtRg==",
            "labelPageLayoutGuid": "c01f9bc8-ab75-4a3f-af92-c93d96316d46",
            "minimumAge": 25,
            "countryOfOrigin": "sample string 26",
            "serviceFeeID": 1,
            "eftCode": 27,
            "defaultPrinter": "sample string 28",
            "defaultPrinterGroup": "sample string 29",
            "buyingLimit": 1,
            "buyingLimitIndependent": true,
            "buyingLimitType": 0,
            "includeInDistinctLimit": true,
            "defaultsEmpty": false,
            "mscCat": {
              "$ref": "61"
            },
            "mscCom": {
              "$ref": "62"
            },
            "mscDep": {
              "$ref": "64"
            },
            "mscSubCom": {
              "$ref": "63"
            }
          }
        }
      },
      {
        "$ref": "55"
      }
    ],
    "nextPrice": {
      "$id": "65",
      "id": 1,
      "campaignID": 2,
      "campaignName": "sample string 3",
      "plu": 1,
      "hostOfferID": 1,
      "metcashPromotionID": "sample string 4",
      "metcashPromotionPlacement": "sample string 5",
      "pluG_UID": "NBCQ57WoYE+GOXrAMLHQnQ==",
      "pluGuid": "e7901034-a8b5-4f60-8639-7ac030b1d09d",
      "newPrice": 1,
      "pctDiscount": 1,
      "newCost": 1,
      "newCostDecimals": 6,
      "dealCostIdentifier": "QVVIBxydI0GinTGXXlIypA==",
      "dealCostGuid": "07485541-9d1c-4123-a29d-31975e5232a4",
      "pluName": "sample string 7",
      "apn": "sample string 8",
      "fuelItem": true,
      "priceGroupG_UID": "FXYNjMOn7k2idIQPMDsehg==",
      "priceGroupGuid": "8c0d7615-a7c3-4dee-a274-840f303b1e86",
      "itemNumber": "sample string 10",
      "cri": "sample string 11",
      "pluPrice": 12,
      "costCalcMethod": 13,
      "pluCost": 14,
      "pluCostIndicator": "sample string 15",
      "pluPriceGstPercent": 16,
      "pluCostGstPercent": 17,
      "pluActive": true,
      "cartonQty": 1.1,
      "baseUnits": 19.1,
      "salesMode": 1,
      "orderPacked": 20,
      "pluNormalCost": 21,
      "pluaws": 22.0,
      "directNumber": "sample string 23",
      "departmentName": "sample string 24",
      "subDepartmentName": "sample string 25",
      "priceGroupName": "sample string 26",
      "supplierName": "sample string 27",
      "stockOnHand": 1.1,
      "stockOnOrder": 1.1,
      "lastReceived": "2026-06-03T18:34:51.318326",
      "rrp": 28,
      "campaignDescription": "sample string 29",
      "hostCampaign": true,
      "hostIdentifier": "QEA=",
      "hostIdentifierGuid": "81861846-bfa9-4d2a-ab2b-532be143a8e8",
      "campaignComboPriceGroupG_UID": "xtwtatNrRkS/ZybNNObKsQ==",
      "campaignComboPriceGroupIdentifier": "6a2ddcc6-6bd3-4446-bf67-26cd34e6cab1",
      "promotionPlacementDescription": "sample string 31",
      "storeAcceptances": [
        {
          "$id": "66",
          "plu": 1,
          "pluG_UId": "QEA=",
          "campaignID": 1,
          "campaignName": "sample string 2",
          "storeID": 3,
          "acceptedUtc": "2026-06-03T18:34:51.318326",
          "operatorG_UID": "Yuu9rpHpakmBwkjTO5SlSw==",
          "operatorGuid": "aebdeb62-e991-496a-81c2-48d33b94a54b",
          "machineID": 1,
          "processed": true,
          "appliedUtc": "2026-06-03T18:34:51.318326",
          "signIqTicketFileMovedUtc": "2026-06-03T18:34:51.318326",
          "user": "sample string 6",
          "campaignDescription": "sample string 7",
          "productDesc": "sample string 8",
          "storeName": "sample string 9",
          "effectiveUtc": "2026-06-03T18:34:51.318326",
          "priceChangeType": 0,
          "operatorName": "sample string 10",
          "hostCampaign": true,
          "hostIdentifier": "QEA=",
          "hostIdentifierGuid": "a5420e33-0e28-46d6-9806-3d9399368c46",
          "product": {
            "$ref": "3"
          },
          "campaignPlu": {
            "$ref": "65"
          },
          "fuelItem": true
        },
        {
          "$ref": "66"
        }
      ],
      "campaign": {
        "$id": "67",
        "id": 1,
        "storeID": 2,
        "name": "060ba486-7cd7-4dbc-8fc7-53233c3a5ecc",
        "nameGuid": "060ba486-7cd7-4dbc-8fc7-53233c3a5ecc",
        "description": "sample string 4",
        "showDiscounts": true,
        "showTotals": true,
        "onlyEvaluateOnSubtotal": true,
        "useDescription": true,
        "campaignType": 1,
        "startDate": "2026-06-03T18:34:51.318326",
        "startTime": 1,
        "endDate": "2026-06-03T18:34:51.318326",
        "endTime": 1,
        "recurrence": 1,
        "recurrenceType": 1,
        "monthType": 1,
        "weekDays": 1,
        "months": 1,
        "monthWeeks": 1,
        "monthDays": "sample string 7",
        "printed": true,
        "talkerText": "sample string 8",
        "rangeDescription": "sample string 9",
        "dealDescription": "sample string 10",
        "labelQuantity": 11,
        "active": 1,
        "deactivated": "2026-06-03T18:34:51.318326",
        "system": true,
        "created": "2026-06-03T18:34:51.318326",
        "updated": "2026-06-03T18:34:51.318326",
        "priceChangeNotifiedUtc": "2026-06-03T18:34:51.318326",
        "promoType": 1,
        "promotionTypeCode": "sample string 13",
        "hostIdentifier": "jGWLLGV9Pkaeu7VSv5uQ+A==",
        "hostIdentifierGuid": "2c8b658c-7d65-463e-9ebb-b552bf9b90f8",
        "hostType": 14,
        "createdByUser": "sample string 15",
        "fromHost": true,
        "deleted": true,
        "campaignDeleted": "2026-06-03T18:34:51.318326",
        "updatedByUser": "sample string 18",
        "offerID": 1,
        "isPriceChangeCampaign": true,
        "stores": [
          1,
          2
        ],
        "storeNames": [
          "sample string 1",
          "sample string 2"
        ],
        "campaignPlus": [
          {
            "$ref": "65"
          },
          {
            "$ref": "65"
          }
        ],
        "campaignPools": [
          {
            "$id": "68",
            "id": 1,
            "campaignID": 2,
            "campaignName": "sample string 3",
            "plu": 4,
            "pluG_UID": "V3sBlSrFkUq8ei4e2uQdAA==",
            "pluGuid": "95017b57-c52a-4a91-bc7a-2e1edae41d00",
            "hostOfferID": 1,
            "priceGroupG_UID": "cHC86+vhlUu8br8PCbL+Aw==",
            "priceGroupGuid": "ebbc7070-e1eb-4b95-bc6e-bf0f09b2fe03",
            "fuelItem": true,
            "pluName": "sample string 6",
            "apn": "sample string 7",
            "pluActive": true,
            "cartonQty": 1,
            "baseUnits": 9.1,
            "cri": "sample string 10",
            "salesMode": 1,
            "orderPacked": 11,
            "pluaws": 12.0,
            "directNumber": "sample string 13",
            "departmentName": "sample string 14",
            "subDepartmentName": "sample string 15",
            "priceGroupName": "sample string 16",
            "supplierName": "sample string 17",
            "stockOnHand": 1.1,
            "stockOnOrder": 1.1,
            "lastReceived": "2026-06-03T18:34:51.318326",
            "rrp": 18,
            "campaignDescription": "sample string 19",
            "product": {
              "$ref": "3"
            },
            "campaign": {
              "$ref": "67"
            }
          },
          {
            "$ref": "68"
          }
        ],
        "sellingRules": [
          {
            "$id": "69",
            "id": 1,
            "identifier": "0fJhbrMNt0GZ8gfu1VAnjQ==",
            "identifierStr": "0fJhbrMNt0GZ8gfu1VAnjQ==",
            "identifierGuid": "6e61f2d1-0db3-41b7-99f2-07eed550278d",
            "campaignID": 4,
            "campaignName": "sample string 5",
            "ruleJoin": 1,
            "ruleType": 6,
            "operand0": "sample string 7",
            "comparisonOp": 1,
            "operand1": "sample string 8",
            "action": 1,
            "operand2": "sample string 9",
            "operand3": "sample string 10",
            "includeExcludedItems": true,
            "noFurtherDiscounts": true,
            "description": "sample string 11",
            "sortOrder": 1,
            "isItemRule": false,
            "prevDept": "sample string 12",
            "campaign": {
              "$ref": "67"
            }
          },
          {
            "$ref": "69"
          }
        ],
        "customers": [
          {
            "$id": "70",
            "id": 1,
            "campaignID": 2,
            "campaignName": "sample string 3",
            "customerID": "XjcexOryB0qcvzMXgln63w==",
            "customerIDGuid": "c41e375e-f2ea-4a07-9cbf-33178259fadf",
            "campaign": {
              "$ref": "67"
            },
            "customer": {
              "$id": "71",
              "identifier": "y2zcaSZkr06T+GG/l9chRw==",
              "identifierGuid": "69dc6ccb-6426-4eaf-93f8-61bf97d72147",
              "code": "sample string 2",
              "familyName": "sample string 3",
              "givenName": "sample string 4",
              "otherName": "sample string 5",
              "title": "sample string 6",
              "dateOfBirth": "2026-06-03T18:34:51.318326",
              "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": "m+S9G7JTBE2Ql0cpK1DUjw==",
              "communityIdentifierGuid": "1bbde49b-53b2-4d04-9097-47292b50d48f",
              "joined": "2026-06-03T18:34:51.318326",
              "updated": "2026-06-03T18:34:51.318326",
              "active": true,
              "reasonInactive": 1,
              "groupCustomer": true,
              "loyaltyPoints": 1,
              "homeStoreID": 1,
              "availableSpend": 1,
              "priceLevelIdentifier": "5TV3BMxzxkmUygVdJ/YUQw==",
              "priceLevelIdentifierGuid": "047735e5-73cc-49c6-94ca-055d27f61443",
              "marketingID": "sample string 18",
              "receiptPrintOptions": 1,
              "hidden": true,
              "registered": true,
              "registeredOn": "2026-06-03T18:34:51.318326",
              "emailMarketing": true,
              "smsMarketing": true,
              "deleted": true,
              "deletedUser": "sample string 24",
              "homeStoreName": "sample string 25",
              "customerCards": [
                {
                  "$id": "72",
                  "cardType": 2,
                  "issueDate": "2026-06-03T18:34:51.318326",
                  "expiry": "2026-06-03T18:34:51.318326",
                  "customerID": "4pKUPvKPv0GQBuSOxl56ww==",
                  "customerIDGuid": "3e9492e2-8ff2-41bf-9006-e48ec65e7ac3",
                  "initialValue": 1,
                  "currentValue": 1,
                  "maxLimit": 1,
                  "minTransaction": 1,
                  "maxTransaction": 1,
                  "multiplier": 1.1,
                  "active": true,
                  "reasonInactive": 1,
                  "idRequired": true,
                  "idType": 1,
                  "idValue": "sample string 5",
                  "updated": "2026-06-03T18:34:51.318326",
                  "linkedAccount": "jJfCP5dkPU2LqXHk7jQrkA==",
                  "linkedAccountGuid": "3fc2978c-6497-4d3d-8ba9-71e4ee342b90",
                  "currentValueChanged": true,
                  "limitsChanged": true,
                  "customer": {
                    "$ref": "71"
                  },
                  "account": {
                    "$id": "73",
                    "id": 1,
                    "identifier": "lraxwoK9306DHpraZU4YLg==",
                    "identifierGuid": "c2b1b696-bd82-4edf-831e-9ada654e182e",
                    "referenceNo": "sample string 3",
                    "name": "sample string 4",
                    "created": "2026-06-03T18:34:51.318326",
                    "owner": "hLGpnr0aKUqRqhk3FFD9gw==",
                    "ownerGuid": "9ea9b184-1abd-4a29-91aa-19371450fd83",
                    "accountStoreGroupIdentifier": "bDr2Z5w6ak6HZyasSSJLZg==",
                    "accountStoreGroupGuid": "67f63a6c-3a9c-4e6a-8767-26ac49224b66",
                    "accountType": 1,
                    "currentBalance": 1,
                    "externalID": "sample string 7",
                    "maximumLimit": 1,
                    "accruePoints": true,
                    "loyaltyPoints": 1,
                    "termsOfTrade": 1,
                    "signatureRequired": true,
                    "referenceRequired": true,
                    "statementSendType": 10,
                    "ageingPeriod": 1,
                    "monthlyAgeingPeriod": true,
                    "explodedInvoice": true,
                    "isFifoAllocation": true,
                    "lastStatementSent": "2026-06-03T18:34:51.318326",
                    "active": true,
                    "updated": "2026-06-03T18:34:51.318326",
                    "deleted": true,
                    "deletedUser": "sample string 16",
                    "currentBalanceChanged": true,
                    "maximumLimitChanged": true,
                    "loyaltyPointsChanged": true,
                    "projectedBalance": 17,
                    "accountStoreGroupStoreIDs": [
                      1,
                      2
                    ],
                    "customerEmail": "sample string 18",
                    "ownerCustomer": {
                      "$ref": "71"
                    },
                    "card": {
                      "$ref": "72"
                    },
                    "members": {
                      "$id": "74",
                      "sample string 1": [
                        {
                          "$ref": "71"
                        },
                        {
                          "$ref": "71"
                        }
                      ],
                      "sample string 2": [
                        {
                          "$ref": "71"
                        },
                        {
                          "$ref": "71"
                        }
                      ]
                    },
                    "customerGroups": [
                      {
                        "$id": "75",
                        "identifier": "rgm20nzbzE+/8m4aWwlQAg==",
                        "identifierGuid": "d2b609ae-db7c-4fcc-bff2-6e1a5b095002",
                        "name": "sample string 2",
                        "primaryContact": "XYxt0BX4ckSrAJBoD9ITaw==",
                        "primaryContactGuid": "d06d8c5d-f815-4472-ab00-90680fd2136b",
                        "accountID": "8RgfL8XHcUaF53eiJ4bQ+Q==",
                        "accountIDGuid": "2f1f18f1-c7c5-4671-85e7-77a22786d0f9",
                        "special": true,
                        "updated": "2026-06-03T18:34:51.318326",
                        "active": true,
                        "reasonInactive": 1,
                        "priceLevelIdentifier": "TdZf1MO1WkuaPZAzdIGkDw==",
                        "priceLevelIdentifierGuid": "d45fd64d-b5c3-4b5a-9a3d-90337481a40f",
                        "marketingListID": "sample string 7",
                        "deleted": true,
                        "account": {
                          "$ref": "73"
                        },
                        "primaryContactCustomer": {
                          "$ref": "71"
                        },
                        "customerGroupMembers": [
                          {
                            "$id": "76",
                            "id": 1,
                            "groupID": "Ha8tx/k2IUaPzVMXoeheNw==",
                            "groupIDGuid": "c72daf1d-36f9-4621-8fcd-5317a1e85e37",
                            "customerID": "tz7prMeR+E6EzS+puw5bUg==",
                            "customerIDGuid": "ace93eb7-91c7-4ef8-84cd-2fa9bb0e5b52",
                            "card": "sample string 4",
                            "linkedAccount": "TsMv1mBbrEKE3dSB+mQmXg==",
                            "linkedAccountGuid": "d62fc34e-5b60-42ac-84dd-d481fa64265e",
                            "customer": {
                              "$ref": "71"
                            },
                            "group": {
                              "$ref": "75"
                            },
                            "customerCard": {
                              "$ref": "72"
                            }
                          },
                          {
                            "$ref": "76"
                          }
                        ]
                      },
                      {
                        "$ref": "75"
                      }
                    ]
                  },
                  "payments": [
                    {
                      "$id": "77",
                      "id": 1,
                      "identifier": "6cH8BAtGR0Scz1eO742Qqg==",
                      "identifierGuid": "04fcc1e9-460b-4447-9ccf-578eef8d90aa",
                      "storeID": 2,
                      "operatorName": "sample string 3",
                      "saleHeaderID": 4,
                      "paymentType": 5,
                      "amount": 6,
                      "account": "sample string 7",
                      "accountID": "XUapZT5mBU63m8qfV7T0KA==",
                      "accountIDGuid": "65a9465d-663e-4e05-b79b-ca9f57b4f428",
                      "customerAccount": {
                        "$ref": "73"
                      },
                      "customerCard": {
                        "$ref": "72"
                      },
                      "accountType": 1,
                      "cardName": "sample string 8",
                      "authorisationNumber": "sample string 9",
                      "bankReference": "sample string 10",
                      "merchantID": "sample string 11",
                      "terminalID": "sample string 12",
                      "cardNumber": "sample string 13",
                      "paymentDate": "2026-06-03T18:34:51.318326",
                      "invRocNo": "sample string 14",
                      "responseCode": "sample string 15",
                      "cashout": 1,
                      "tip": 16,
                      "idempotentVoid": "214BRRDdska0LCsFWXcxww==",
                      "idempotentVoidGuid": "45015edb-dd10-46b2-b42c-2b05597731c3",
                      "offline": true,
                      "processed": 1,
                      "storeSaleHeader": {
                        "$id": "78",
                        "saleHeaderID": 1,
                        "saleHeaderGuid": "Zb3jBX78OUq1Ii1hO6cHYg==",
                        "saleHeaderIdentifierGuid": "05e3bd65-fc7e-4a39-b522-2d613ba70762",
                        "created": "2026-06-03T18:34:51.318326",
                        "createdLocal": "2026-06-03T18:34:51.318326",
                        "createdText": "sample string 4",
                        "itemCount": 5,
                        "totalAmount": 6,
                        "cashTender": 1,
                        "cardTender": 1,
                        "cheqTender": 1,
                        "acctTender": 1,
                        "voucherTender": 1,
                        "loyaltyPoints": 1,
                        "cashout": 1,
                        "changeAmount": 1,
                        "rounding": 1,
                        "gstAmount": 1,
                        "transactionDiscountTender": 1,
                        "totalTip": 7,
                        "tranType": 1,
                        "processed": 1,
                        "imported": "2026-06-03T18:34:51.318326",
                        "storeID": 1,
                        "operatorG_Uid": "my0VVLvVJUisDngN18243g==",
                        "operatorGuid": "54152d9b-d5bb-4825-ac0e-780dd7cdb8de",
                        "customerG_Uid": "ShU1r3jlhUCwRLuRuQPNbQ==",
                        "customerGuid": "af35154a-e578-4085-b044-bb91b903cd6d",
                        "communityIdentifier": "Q5Ju9piyxUOuaBW+1Pp68g==",
                        "communityIdentifierGuid": "f66e9243-b298-43c5-ae68-15bed4fa7af2",
                        "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": "tmkwFK1TTkqGjYbQqZXfMQ==",
                        "priceLevelIdentifierGuid": "143069b6-53ad-4a4e-868d-86d0a995df31",
                        "locked": 36,
                        "orderMetadata": "{\"CustomerName\":\"sample string 1\",\"PickupAt\":\"2026-06-03T18:34:51.318326+00:00\",\"DeliveryAddress1\":\"sample string 2\",\"DeliveryAddress2\":\"sample string 3\",\"CustomerPhoneNumber\":\"sample string 4\",\"OrderType\":0,\"ExternalOrderID\":\"sample string 5\",\"ExternalDisplayableOrderID\":\"sample string 6\",\"TableName\":\"sample string 7\",\"CreatedBy\":0,\"OrderingAppName\":\"sample string 8\"}",
                        "deserialisedOrderMetadata": {
                          "$id": "79",
                          "customerName": "sample string 1",
                          "pickupAt": "2026-06-03T18:34:51.318326",
                          "deliveryAddress1": "sample string 2",
                          "deliveryAddress2": "sample string 3",
                          "customerPhoneNumber": "sample string 4",
                          "orderType": 0,
                          "externalOrderID": "sample string 5",
                          "externalDisplayableOrderID": "sample string 6",
                          "tableName": "sample string 7",
                          "createdBy": 0,
                          "orderingAppName": "sample string 8"
                        },
                        "relationChecksum": "sample string 38",
                        "loyaltyTender": 1,
                        "giftCardTender": 1,
                        "operator": {
                          "$ref": "38"
                        },
                        "customer": {
                          "$ref": "71"
                        },
                        "communityOrganisation": {
                          "$id": "80",
                          "id": 1,
                          "identifier": "oiCmcGaRckefTVW16XfCFA==",
                          "identifierGuid": "70a620a2-9166-4772-9f4d-55b5e977c214",
                          "name": "sample string 3",
                          "lookupIdentifier": "sample string 4",
                          "externalID": "sample string 5",
                          "phone": "sample string 6",
                          "fax": "sample string 7",
                          "email": "sample string 8",
                          "address1": "sample string 9",
                          "address2": "sample string 10",
                          "city": "sample string 11",
                          "postCode": "sample string 12",
                          "state": "sample string 13",
                          "country": "sample string 14",
                          "abn": "sample string 15",
                          "promoPeriodStart": "2026-06-03T18:34:51.318326",
                          "promoPeriodEnd": "2026-06-03T18:34:51.318326",
                          "allowDonations": true,
                          "logoImageName": "sample string 17",
                          "totalAmountAwarded": 18.1,
                          "updated": "2026-06-03T18:34:51.318326",
                          "deleted": true
                        },
                        "details": [
                          {
                            "$id": "81",
                            "saleItemID": 1,
                            "identifier": "dT1NkkISzUiNA3QkWUzKYg==",
                            "identifierGuid": "924d3d75-1242-48cd-8d03-7424594cca62",
                            "saleHeaderID": 2,
                            "plu": 1,
                            "pluG_UId": "JsPDBKIxq0WWrdAFQ6q+1A==",
                            "pluGuid": "04c3c326-31a2-45ab-96ad-d00543aabed4",
                            "accountID": "SyDpJqh9pUm5u176+lW6gg==",
                            "accountIDGuid": "26e9204b-7da8-49a5-b9bb-5efafa55ba82",
                            "normalPrice": 3,
                            "originalSellingPrice": 4,
                            "discountPrice": 5,
                            "unit": 1,
                            "quantity": 6,
                            "totalCents": 7,
                            "fixedPrice": 1,
                            "tranType": 1,
                            "discountType": 1,
                            "cost": 1,
                            "costDecimals": 8,
                            "markdown": 1,
                            "manualQuantity": 1,
                            "manualPrice": 1,
                            "manualMode": 1,
                            "active": 1,
                            "offline": true,
                            "barcode": "sample string 9",
                            "keyedSale": 1,
                            "discountedID": 1,
                            "fuelID": 1,
                            "serialNumber": "sample string 10",
                            "bestOrExpire": "2026-06-03T18:34:51.318326",
                            "bestOrExpireType": 1,
                            "providerName": "sample string 11",
                            "refundG_UID": "b3wsB2t0rk+BKs4GEOxpmQ==",
                            "refundGuid": "072c7c6f-746b-4fae-812a-ce0610ec6999",
                            "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": "TVUYt2mHVUaLEa53WUK0AQ==",
                            "idempotentVoidGuid": "b718554d-8769-4655-8b11-ae775942b401",
                            "priceLevelIdentifier": "Atf2PTRPdkucxdbU8bllrw==",
                            "priceLevelIdentifierGuid": "3df6d702-4f34-4b76-9cc5-d6d4f1b965af",
                            "communityIdentifier": "dIMCk/L0dEWwB80dZbrQhA==",
                            "communityIdentifierGuid": "93028374-f4f2-4574-b007-cd1d65bad084",
                            "productName": "sample string 23",
                            "apn": "sample string 24",
                            "unknownScans": [
                              {
                                "$id": "82",
                                "id": 1,
                                "saleDetailID": 2,
                                "storeID": 1,
                                "scanned": "2026-06-03T18:34:51.318326",
                                "operatorG_UID": "QEA=",
                                "barcode": "sample string 4",
                                "processed": 1
                              },
                              {
                                "$ref": "82"
                              }
                            ],
                            "refund": {
                              "$id": "83",
                              "id": 1,
                              "g_UID": "dNHIbnWU40yqb3nZT3RMsQ==",
                              "guid": "6ec8d174-9475-4ce3-aa6f-79d94f744cb1",
                              "description": "sample string 1",
                              "dumped": true,
                              "inventoryReasonID": 1,
                              "sortOrder": 1,
                              "updated": "2026-06-03T18:34:51.318326"
                            },
                            "modifier": {
                              "$id": "84",
                              "id": 1,
                              "setG_UID": "5ZlpYKs7qUuqSrOS+XIM2w==",
                              "modifierSetGuid": "606999e5-3bab-4ba9-aa4a-b392f9720cdb",
                              "name": "sample string 2",
                              "price": 1,
                              "quantity": 1,
                              "modifierType": 1,
                              "groupNumber": 1,
                              "pageNumber": 1,
                              "controlOrder": 1,
                              "printToStation": true,
                              "pluG_UID": "aCaOxSwFj0WwMSg6Gxo8AA==",
                              "pluGuid": "c58e2668-052c-458f-b031-283a1b1a3c00",
                              "deleted": true,
                              "g_UID": "4nh3Ngrl1UKKT4GWspayPg==",
                              "guid": "367778e2-e50a-42d5-8a4f-8196b296b23e",
                              "product": {
                                "$ref": "3"
                              }
                            },
                            "priceLevelName": "sample string 25",
                            "pumpNumber": 1,
                            "hoseNumber": 1
                          },
                          {
                            "$ref": "81"
                          }
                        ],
                        "eftReceipts": [
                          {
                            "$id": "85",
                            "id": 1,
                            "storeID": 1,
                            "saleHeaderID": 2,
                            "storeSaleHeader": {
                              "$ref": "78"
                            },
                            "receipt": "sample string 3",
                            "processed": 1
                          },
                          {
                            "$ref": "85"
                          }
                        ],
                        "payments": [
                          {
                            "$ref": "77"
                          },
                          {
                            "$ref": "77"
                          }
                        ],
                        "cards": [
                          {
                            "$id": "86",
                            "id": 1,
                            "saleHeaderID": 1,
                            "identifier": "sample string 2",
                            "cardType": 3,
                            "providerName": "sample string 4"
                          },
                          {
                            "$ref": "86"
                          }
                        ],
                        "campaignHits": [
                          {
                            "$id": "87",
                            "id": 1,
                            "saleHeaderID": 2,
                            "campaign": "sample string 3",
                            "name": "sample string 4",
                            "processed": 1,
                            "campaignDescription": "sample string 5"
                          },
                          {
                            "$ref": "87"
                          }
                        ],
                        "fuel": [
                          {
                            "$id": "88",
                            "id": 1,
                            "plu": 1,
                            "pluG_UID": "JqCkMPFfykqiU31NJ+ZLLg==",
                            "pluGuid": "30a4a026-5ff1-4aca-a253-7d4d27e64b2e",
                            "saleHeaderID": 2,
                            "totalCents": 3,
                            "grade": 1,
                            "gradeDescription": "sample string 4",
                            "dispenser": 1,
                            "hose": 1,
                            "quantity": 1,
                            "cost": 1,
                            "acquirerNum": 1,
                            "attendant": 1,
                            "ePurseBalance": 1.0,
                            "cardSignature": "sample string 5",
                            "compartmentNumber": 1,
                            "contractNumber": 1,
                            "discountCardPAN": "sample string 6",
                            "discountID": 1,
                            "discountName": "sample string 7",
                            "discountNetValue": 1.0,
                            "discountType": 1,
                            "discountValue": 1.0,
                            "discretionaryData": "sample string 8",
                            "driverID": "sample string 9",
                            "eftBatchNumber": 1,
                            "eftResponseCode": "sample string 10",
                            "endDateTime": "2026-06-03T18:34:51.318326",
                            "engineHours": 1.1,
                            "fposNumber": 1,
                            "loyaltyCardPAN": "sample string 11",
                            "miscData1": 1,
                            "miscData2": "sample string 12",
                            "miscFlags": 1,
                            "mop": 1,
                            "odometer": 1,
                            "panNumber": "sample string 13",
                            "saleRefund": true,
                            "saleStatus": 1,
                            "sequenceNumber": 1,
                            "stan": 1,
                            "startDateTime": "2026-06-03T18:34:51.318326",
                            "tagNumber": "sample string 15",
                            "trackTwoRem": "sample string 16",
                            "transCode": 1,
                            "transType": 1,
                            "unitPrice": 1.0,
                            "vehicleReg": "sample string 17",
                            "offline": true,
                            "processed": 1
                          },
                          {
                            "$ref": "88"
                          }
                        ],
                        "fuelResells": [
                          {
                            "$id": "89",
                            "saleItemID": 1,
                            "saleHeaderID": 2,
                            "plu": 1,
                            "pluG_UId": "XTKOfCjEkEOTk6NFdOJLMg==",
                            "pluGuid": "7c8e325d-c428-4390-9393-a34574e24b32",
                            "accountID": "s0UPctBb50m5UIYhmFFD2w==",
                            "accountIDGuid": "720f45b3-5bd0-49e7-b950-8621985143db",
                            "normalPrice": 3,
                            "originalSellingPrice": 4,
                            "discountPrice": 5,
                            "unit": 1,
                            "quantity": 6,
                            "totalCents": 7,
                            "fixedPrice": 1,
                            "tranType": 1,
                            "processed": 1,
                            "discountType": 1,
                            "cost": 1,
                            "costDecimals": 1,
                            "markdown": 1,
                            "manualQuantity": 1,
                            "manualPrice": 1,
                            "manualMode": 1,
                            "active": 1,
                            "barcode": "sample string 8",
                            "offline": 1,
                            "keyedSale": 1,
                            "discountedID": 1,
                            "fuelID": 1,
                            "serialNumber": "sample string 9",
                            "bestOrExpire": "2026-06-03T18:34:51.318326",
                            "bestOrExpireType": 1,
                            "refundG_UID": "P7H1EGEVa0G+n1qTx0BgvQ==",
                            "refundGuid": "10f5b13f-1561-416b-be9f-5a93c74060bd",
                            "providerName": "sample string 10",
                            "campaign": "sample string 11",
                            "campaignType": 1,
                            "modifiedID": 1,
                            "omittedIngredient": 1,
                            "taxPercent": 1.0,
                            "taxAmount": 1.0,
                            "refundablePrice": 1.0,
                            "showDiscounts": true,
                            "orderPrinted": true,
                            "note": "sample string 14",
                            "modifierName": "sample string 15",
                            "modifierSetName": "sample string 16",
                            "totalValueWasScanned": true,
                            "sold": true,
                            "campaignPrice": true,
                            "scannedValue": 1,
                            "campaignName": "sample string 20",
                            "comboDiscount": 1
                          },
                          {
                            "$ref": "89"
                          }
                        ],
                        "customerOrder": [
                          {
                            "$id": "90",
                            "identifier": "S6i4huAuiEu53EfPJDV6rQ==",
                            "identifierGuid": "86b8a84b-2ee0-4b88-b9dc-47cf24357aad",
                            "id": 1,
                            "orderNo": 2,
                            "externalSaleIdentifier": "sample string 3",
                            "storeID": 4,
                            "zoneID": 5,
                            "deptNo": 6,
                            "customerIdentifier": "pdHb8LQBo0KF14aRlDc2Ow==",
                            "customerIdentifierGuid": "f0dbd1a5-01b4-42a3-85d7-86919437363b",
                            "operatorNo": 1,
                            "operatorG_UID": "yKcqD0zw60e9fWpSwXC4Rg==",
                            "operatorGuid": "0f2aa7c8-f04c-47eb-bd7d-6a52c170b846",
                            "created": "2026-06-03T18:34:51.318326",
                            "ordered": "2026-06-03T18:34:51.318326",
                            "started": "2026-06-03T18:34:51.318326",
                            "completed": "2026-06-03T18:34:51.318326",
                            "supplied": "2026-06-03T18:34:51.318326",
                            "quickTicket": 1,
                            "deleted": true,
                            "walkAway": true,
                            "approxWait": 1,
                            "actualWait": 1,
                            "deliveryMethod": 8,
                            "externalSaleType": 9,
                            "customer": {
                              "$ref": "71"
                            },
                            "operator": {
                              "$ref": "38"
                            },
                            "details": [
                              {
                                "$id": "91",
                                "headerID": 1,
                                "plu": 1,
                                "pluG_UId": "tp2ctRyvMkyj5HrVOg/woA==",
                                "pluGuid": "b59c9db6-af1c-4c32-a3e4-7ad53a0ff0a0",
                                "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": "qpf9ufl4MkWVnt9aD9bIQA==",
                                "headerIdentifierGuid": "b9fd97aa-78f9-4532-959e-df5a0fd6c840",
                                "product": {
                                  "$ref": "3"
                                }
                              },
                              {
                                "$ref": "91"
                              }
                            ],
                            "storeName": "sample string 11",
                            "customerName": "sample string 12",
                            "storeReplyTo": "sample string 13",
                            "storeSubjectLine": "sample string 14",
                            "storeSaleHeader": {
                              "$ref": "78"
                            }
                          },
                          {
                            "$ref": "90"
                          }
                        ],
                        "surveyResponses": [
                          {
                            "$id": "92",
                            "surveyG_UID": "qahNutDsQkO5tfHPF51o6Q==",
                            "surveyGuid": "ba4da8a9-ecd0-4342-b9b5-f1cf179d68e9",
                            "saleHeaderGuid": "EZcVr6KJxESyWvPdjiAQMQ==",
                            "saleGuid": "af159711-89a2-44c4-b25a-f3dd8e201031",
                            "textResponse": "sample string 1",
                            "integerResponse": 1,
                            "g_UIDResponse": "bRi8WfVYzEiZLHid6s6L6A==",
                            "guidResponse": "59bc186d-58f5-48cc-992c-789deace8be8",
                            "whoAnswered": 2,
                            "answeredAtUTC": "2026-06-03T18:34:51.318326",
                            "sale": {
                              "$ref": "78"
                            },
                            "survey": {
                              "$id": "93",
                              "g_UID": "xfpD5l92TUycVyiFHEJpig==",
                              "guid": "e643fac5-765f-4c4d-9c57-28851c42698a",
                              "name": "sample string 1",
                              "storeID": 2,
                              "zoneID": 1,
                              "checkoutFormG_UID": "rHFuCOF2ckW4MPre5dTR2Q==",
                              "checkoutFormGuid": "086e71ac-76e1-4572-b830-fadee5d4d1d9",
                              "displayToWho": 3,
                              "displayWhen": 4,
                              "start": "2026-06-03T18:34:51.318326",
                              "end": "2026-06-03T18:34:51.318326",
                              "deleted": true,
                              "updated": "2026-06-03T18:34:51.318326",
                              "possibleIntegerResponses": [
                                1,
                                2
                              ],
                              "possibleTextResponses": [
                                "sample string 1",
                                "sample string 2"
                              ],
                              "possibleGuidResponses": [
                                "dd63f113-ba2e-4da7-8644-7eabf6d11ead",
                                "c522b649-5d6e-431e-a6ea-9efd351b1a0a"
                              ],
                              "allowsAllTextResponses": true,
                              "surveyForm": {
                                "$ref": "46"
                              }
                            },
                            "ingressId": "sample string 4"
                          },
                          {
                            "$ref": "92"
                          }
                        ],
                        "storeName": "sample string 39",
                        "terminalNumber": 40,
                        "machineName": "sample string 41",
                        "operatorName": "sample string 42",
                        "direction": 1,
                        "reason": "sample string 43",
                        "accountG_UID": "BJqZwFAYYUS69Bl1MeIvrg==",
                        "accountIdentifier": "c0999a04-1850-4461-baf4-197531e22fae",
                        "accountName": "sample string 44",
                        "customerOrderIdentifier": "JoGYBPiT3kif2cnKzhJ4EA==",
                        "customerOrderIdentifierGuid": "04988126-93f8-48de-9fd9-c9cace127810",
                        "priceLevelName": "sample string 45",
                        "revision": 46,
                        "ingressId": "sample string 47"
                      },
                      "metadata": {
                        "$id": "94",
                        "id": 1,
                        "paymentID": 2,
                        "paymentIdentifier": "5jrjzTYftkGpHlIAIVUuoA==",
                        "paymentIdentifierGuid": "cde33ae6-1f36-41b6-a91e-520021552ea0",
                        "identifier": "X1U1ZvaHCE+QFarh4uHPzQ==",
                        "identifierGuid": "6635555f-87f6-4f08-9015-aae1e2e1cfcd",
                        "metadata": "sample string 3",
                        "signatureImage": "QEA=",
                        "itemIdentifier": "H1fRCBvYXkusEBpBGaXidg==",
                        "itemIdentifierGuid": "08d1571f-d81b-4b5e-ac10-1a4119a5e276"
                      }
                    },
                    {
                      "$ref": "77"
                    }
                  ]
                },
                {
                  "$ref": "72"
                }
              ],
              "customerGroupMembers": [
                {
                  "$ref": "76"
                },
                {
                  "$ref": "76"
                }
              ],
              "customerGroups": [
                {
                  "$ref": "75"
                },
                {
                  "$ref": "75"
                }
              ],
              "accounts": [
                {
                  "$ref": "73"
                },
                {
                  "$ref": "73"
                }
              ],
              "account": {
                "$ref": "73"
              },
              "vouchers": [
                {
                  "$id": "95",
                  "customerIdentifier": "Himt/xYnfUWZgaqvKJRCoQ==",
                  "customerIdentifierGuid": "ffad291e-2716-457d-9981-aaaf289442a1",
                  "voucherName": "sample string 2",
                  "count": 3,
                  "storeID": 4,
                  "barcode": "sample string 5",
                  "redeemCount": 6,
                  "issueCount": 7,
                  "storeSalePaymentID": 1,
                  "idempotentID": "p1/fEzsi3UOUWgmkuZEKZA==",
                  "idempotentGuid": "13df5fa7-223b-43dd-945a-09a4b9910a64",
                  "offline": true,
                  "voucher": {
                    "$id": "96",
                    "id": 1,
                    "name": "sample string 2",
                    "description": "sample string 3",
                    "shortDescription": "sample string 4",
                    "url": "sample string 5",
                    "barcodeTemplateID": 1,
                    "expiry": 0,
                    "voucherType": 6,
                    "limitPerTransaction": 7,
                    "customerTracking": true,
                    "discountAccount": "sample string 9",
                    "endDate": "2026-06-03T18:34:51.318326",
                    "barcodeTemplate": {
                      "$id": "97",
                      "templateID": 1,
                      "template": "sample string 1",
                      "bcFunction": "sample string 2",
                      "sortOrder": 3
                    },
                    "scaleLabel": {
                      "$id": "98",
                      "id": 1,
                      "uid": "sample string 2",
                      "name": "sample string 3",
                      "width": 1.1,
                      "height": 1.1,
                      "showBorder": true,
                      "borderWidth": 1.1,
                      "borderStyle": 1,
                      "borderColour": "sample string 5",
                      "updated": "2026-06-03T18:34:51.318326",
                      "labelPageLayout": "BdNBcjS6k0CC0NpWfaoYMw==",
                      "pageLayoutGuid": "7241d305-ba34-4093-82d0-da567daa1833",
                      "labelType": 6,
                      "oldName": "sample string 7",
                      "voucher": {
                        "$ref": "96"
                      },
                      "elements": [
                        {
                          "$id": "99",
                          "id": 1,
                          "scaleLabelID": 2,
                          "showPercentDI": true,
                          "showAvgPerHundred": true,
                          "showAvgPerServe": true,
                          "name": "sample string 6",
                          "x": 1.1,
                          "y": 1.1,
                          "width": 1.1,
                          "height": 1.1,
                          "type": 1,
                          "rotation": 1,
                          "text": "sample string 7",
                          "fontFamily": "sample string 8",
                          "align": 1,
                          "bold": true,
                          "italic": true,
                          "underline": true,
                          "strikeout": true,
                          "reverse": true,
                          "textColour": "sample string 9",
                          "fontSize": 1.1,
                          "picture": "QEA=",
                          "borderWidth": 10,
                          "sortOrder": 11,
                          "printOptions": 12,
                          "superScriptTextFontSize": 1.1,
                          "lineStyle": 1,
                          "spacingStyle": 1,
                          "interCharacterSpacing": 1.1,
                          "superScriptOffset": 1.1,
                          "lineSpacing": 1.1,
                          "dateFormat": "sample string 13",
                          "autoGrow": true,
                          "fontAutoResize": true,
                          "updated": "2026-06-03T18:34:51.318326"
                        },
                        {
                          "$ref": "99"
                        }
                      ]
                    },
                    "customerVouchers": [
                      {
                        "$id": "100",
                        "id": 1,
                        "customerIdentifier": "z1Z3RMUlMUmFmlX3SN/ddA==",
                        "customerIdentifierGuid": "447756cf-25c5-4931-859a-55f748dfdd74",
                        "voucherID": 3,
                        "voucherName": "sample string 4",
                        "storeID": 1,
                        "barcode": "sample string 5",
                        "dateOfIssue": "2026-06-03T18:34:51.318326",
                        "issuedSaleHeaderID": 1,
                        "issuedSaleIdentifier": "sample string 7",
                        "issuedOfflinePaymentID": 1,
                        "issuedIdempotentID": "7E3FrgT3mUaXMGF7szuU7g==",
                        "issuedIdempotentGuid": "aec54dec-f704-4699-9730-617bb33b94ee",
                        "issuedOffline": true,
                        "issuedUser": "sample string 9",
                        "issuedNotes": "sample string 10",
                        "expiryDate": "2026-06-03T18:34:51.318326",
                        "expiredUser": "sample string 11",
                        "expiredNotes": "sample string 12",
                        "redeemed": "2026-06-03T18:34:51.318326",
                        "redeemedSaleHeaderID": 1,
                        "redeemedSaleIdentifier": "sample string 13",
                        "redeemedOfflinePaymentID": 1,
                        "redeemedIdempotentID": "JULL7Zqo6kmEgXfUhktB0w==",
                        "redeemedIdempotentGuid": "edcb4225-a89a-49ea-8481-77d4864b41d3",
                        "redeemedUser": "sample string 14",
                        "redeemedNotes": "sample string 15",
                        "redeemedOffline": true,
                        "updated": "2026-06-03T18:34:51.318326",
                        "storeName": "sample string 17",
                        "scaleLabel": {
                          "$ref": "98"
                        },
                        "voucher": {
                          "$ref": "96"
                        },
                        "customer": {
                          "$ref": "71"
                        },
                        "issuedOfflinePayment": {
                          "$ref": "77"
                        },
                        "redeemedOfflinePayment": {
                          "$ref": "77"
                        }
                      },
                      {
                        "$ref": "100"
                      }
                    ]
                  },
                  "customer": {
                    "$ref": "71"
                  }
                },
                {
                  "$ref": "95"
                }
              ]
            }
          },
          {
            "$ref": "70"
          }
        ],
        "customerGroups": [
          {
            "$id": "101",
            "id": 1,
            "campaignID": 2,
            "campaignName": "sample string 3",
            "groupID": "WKHXsJBTVk2aC1FKHrMIRg==",
            "groupIDGuid": "b0d7a158-5390-4d56-9a0b-514a1eb30846",
            "campaign": {
              "$ref": "67"
            },
            "group": {
              "$ref": "75"
            }
          },
          {
            "$ref": "101"
          }
        ],
        "signIqTickets": [
          {
            "$id": "102",
            "identifier": "tZf5s5zG10eHG81vW+mqfw==",
            "identifierGuid": "b3f997b5-c69c-47d7-871b-cd6f5be9aa7f",
            "campaignName": "sample string 2",
            "message": "sample string 3",
            "ticketFileSource": "sample string 4",
            "ticketFileDestination": "sample string 5",
            "storeID": 1
          },
          {
            "$ref": "102"
          }
        ],
        "comboPriceGroups": [
          {
            "$id": "103",
            "id": 1,
            "campaignID": 2,
            "campaignName": "sample string 3",
            "g_UID": "/aZuHMbClkiI5YF8CSDRQA==",
            "guid": "1c6ea6fd-c2c6-4896-88e5-817c0920d140",
            "description": "sample string 5",
            "newPrice": 1,
            "rangeDescription": "sample string 6",
            "dealDescription": "sample string 7",
            "labelQuantity": 8,
            "hostProductCategoryID": 1,
            "offerID": 1,
            "dontUpdatePricePlus": true,
            "campaign": {
              "$ref": "67"
            },
            "comboPricePlus": [
              {
                "$id": "104",
                "id": 1,
                "campaignID": 2,
                "campaignName": "sample string 3",
                "groupG_UID": "QC9/NqZ9SkOC01Xk1BG6zg==",
                "groupGuid": "367f2f40-7da6-434a-82d3-55e4d411bace",
                "comboPriceType": 5,
                "priceType": 5,
                "pluG_UID": "aQKDFh5sFEOBkk8918XylA==",
                "pluGuid": "16830269-6c1e-4314-8192-4f3dd7c5f294",
                "priceGroupG_UID": "uzvDxTFqZUO5Dl6BCOxlTw==",
                "priceGroupGuid": "c5c33bbb-6a31-4365-b90e-5e8108ec654f",
                "campaignPoolID": "sample string 7",
                "quantity": 1,
                "campaign": {
                  "$ref": "67"
                },
                "product": {
                  "$ref": "3"
                },
                "priceGroup": {
                  "$ref": "31"
                },
                "campaignPool": {
                  "$ref": "67"
                }
              },
              {
                "$ref": "104"
              }
            ]
          },
          {
            "$ref": "103"
          }
        ],
        "priceLevels": [
          {
            "$id": "105",
            "id": 1,
            "priceLevelIdentifier": "QTpJb6bdfECrYDEnRnLCmg==",
            "priceLevelIdentifierGuid": "6f493a41-dda6-407c-ab60-31274672c29a",
            "campaignName": "sample string 3",
            "priceLevelName": "sample string 4"
          },
          {
            "$ref": "105"
          }
        ],
        "promotionType": {
          "$id": "106",
          "identifier": "e/rn1pf5dUavnjQgpFV/gg==",
          "identifierGuid": "d6e7fa7b-f997-4675-af9e-3420a4557f82",
          "hostType": 2,
          "code": "sample string 3",
          "description": "sample string 4",
          "isLiquor": true,
          "isAdvertised": true,
          "disableWasSave": true,
          "excludeFromPromoSales": true,
          "labelPageLayoutG_UID": "JSX2PhWOPUGiOnmHd1aHWA==",
          "labelPageLayoutGuid": "3ef62525-8e15-413d-a23a-798777568758",
          "priceLevelIdentifier": "uS1aTnkvj06VU/Gr9Y2vSQ==",
          "priceLevelIdentifierGuid": "4e5a2db9-2f79-4e8f-9553-f1abf58daf49",
          "active": true,
          "updated": "2026-06-03T18:34:51.318326",
          "hostName": "sample string 11"
        }
      },
      "product": {
        "$ref": "3"
      },
      "dealCost": {
        "$id": "107",
        "headerIdentifier": "Y9nvKK+560GawZrZUXoojQ==",
        "headerIdentifierGuid": "28efd963-b9af-41eb-9ac1-9ad9517a288d",
        "identifier": "w7lEx6UmmUm/nUOiZTLpkA==",
        "identifierGuid": "c744b9c3-26a5-4999-bf9d-43a26532e990",
        "supplierIdentifier": "pzDev0zN2E6aNh2sppnQeg==",
        "supplierGuid": "bfde30a7-cd4c-4ed8-9a36-1daca699d07a",
        "pluG_UID": "arTwJlYRM0G1XGyfPjdeHw==",
        "pluGuid": "26f0b46a-1156-4133-b55c-6c9f3e375e1f",
        "campaignName": "57f4d47d-edde-49dd-b47b-6a52d78e909c",
        "description": "sample string 4",
        "cost": 5,
        "costDecimals": 6,
        "start": "2026-06-03T18:34:51.318326",
        "end": "2026-06-03T18:34:51.318326",
        "type": 9,
        "promoType": 10,
        "bonusItemPLUG_UID": "+l44FdXR1k6VEIWKt8tzJA==",
        "bonusItemPluGuid": "15385efa-d1d5-4ed6-9510-858ab7cb7324",
        "bonusPurchaseUnits": 11,
        "bonusReceiveUnits": 12,
        "updated": "2026-06-03T18:34:51.318326",
        "metcashPromotionID": "sample string 14",
        "fromHost": 15,
        "storeNames": "sample string 16",
        "storeIDs": [
          1,
          2
        ],
        "supplierName": "sample string 17",
        "campaignDescription": "sample string 18",
        "newPrice": 1,
        "campaignMetcashPromotionID": "sample string 19",
        "campaignActive": true,
        "campaignStartDate": "2026-06-03T18:34:51.318326",
        "campaignEndDate": "2026-06-03T18:34:51.318326",
        "masterPLUG_UID": "QWongUa6PESHsH+R6H2kBA==",
        "masterID": "81276a41-ba46-443c-87b0-7f91e87da404",
        "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": "IeIGAtdj3kORz1JJIfUMvA==",
        "bonusMasterID": "0206e221-63d7-43de-91cf-524921f50cbc",
        "bonusProductName": "sample string 34",
        "bonusProductAPN": "sample string 35",
        "bonusOrderCode": "sample string 36",
        "bonusNormalSell": 37,
        "bonusNormalCost": 38,
        "bonusNormalCostDecimals": 39,
        "bonusCartonQuantity": 40,
        "bonusSalesMode": 41,
        "bonusOrderPacked": 42,
        "bonusFuelItem": true,
        "bonusActive": true
      }
    },
    "currentCostStart": "2026-06-03T18:34:51.318326",
    "dealCosts": [
      {
        "$ref": "107"
      },
      {
        "$ref": "107"
      }
    ],
    "tags": [
      {
        "$id": "108",
        "pluG_UID": "AeRAVRS6qU6f2E05vLQddg==",
        "pluGuid": "5540e401-ba14-4ea9-9fd8-4d39bcb41d76",
        "tagID": 1,
        "description": "sample string 1",
        "storeIDs": [
          1,
          2
        ]
      },
      {
        "$ref": "108"
      }
    ],
    "alternateProductG_UID": "DqacEvVazE62rSZs7KfF2A==",
    "alternateProduct": "129ca60e-5af5-4ecc-b6ad-266ceca7c5d8",
    "altProduct": {
      "$ref": "3"
    },
    "productHostCode": {
      "$id": "109",
      "id": 1,
      "pluG_UID": "z854anrR8kSdfPBNSPbapw==",
      "pluGuid": "6a78cecf-d17a-44f2-9d7c-f04d48f6daa7",
      "ibaCode": "sample string 2"
    },
    "mscCat": {
      "$ref": "61"
    },
    "mscCom": {
      "$ref": "62"
    },
    "mscDep": {
      "$ref": "64"
    },
    "mscSubCom": {
      "$ref": "63"
    },
    "isUserUpdate": true,
    "ignoreMasterProduct": true,
    "priceGroupLabelRequested": true,
    "firstSold": "2026-06-03T18:34:51.318326",
    "inventoryTracked": "2026-06-03T18:34:51.318326",
    "isNormalPriceChangesCampaign": true,
    "baseProductFuel": {
      "$id": "110",
      "pluG_UID": "fLo0ZkDzjEiK3DiysJ5cTg==",
      "pluGuid": "6634ba7c-f340-488c-8adc-38b2b09e5c4e",
      "fuelPluG_UID": "dnZ7MaMKFkOmYzvXrYXM5Q==",
      "fuelPluGuid": "317b7676-0aa3-4316-a663-3bd7ad85cce5",
      "price": 3,
      "productDescription": "sample string 4",
      "productBarcode": "sample string 5",
      "fuelProductDescription": "sample string 6",
      "fuelProductBarcode": "sample string 7",
      "fuelProductPrice": 8
    },
    "productFuelLinks": [
      {
        "$ref": "110"
      },
      {
        "$ref": "110"
      }
    ]
  },
  "supplier": {
    "$ref": "10"
  },
  "serviceFee": {
    "$id": "111",
    "id": 1,
    "description": "sample string 1",
    "fee": 1
  },
  "isPrimaryHost": true,
  "hostVendor": 48
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

application/vnd.openxmlformats-officedocument.spreadsheetml.sheet

Sample:
PKY��\i���5xl/workbook.xml �(�����0��&�C���D
)��x��})�4П�5���H�yۙ��v�d��3���/\I�l��=*�cQ�]g���{1�uR`m�[��e�p� �����.�X�:����A�J�Դ���s����'���l���o�'�v�Ѡ��5�$9���GJ\!��,���6B@�\otco0����PKY��\����	�[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
Y��\�J�''_rels/.rels �(�<?xml version="1.0" encoding="utf-8"?><Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships"><Relationship Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument" Target="xl/workbook.xml" Id="R082f6d5c7d764415" /></Relationships>PKY��\X�W���+xl/worksheets/sheet1.xml �(����r7�_E��J$H�d�vg%7�s�Cs��r��me$%���E��b���"�� ����p''��{{3�9_�˻ӡ��`~w��\�};��\������/W�����̀��֏V��������x}q=���G���;�Z�ng�u�m���Z\�ϗ?n�w�1(����f��G����Ç��������.w[��yX�v����\.h�������я�S�g'��O���:�y�}������<�<�]��x������j��f�~y�t��v�!��n���f��{p��j7�����{���\�Of�Р�VE�.~�7�������|�χ�|F��3ƙt����~���Ϸ����|?R�:�=��g�����)0����=���0`�!қ�w�b��~?��oG�)�������a??��(�t��W���c��Z�����ӵJ���P9Uet��@:@M�^�D��b�N/:�MBe�Ġ� ��u��WA�tHj[��&�.h���B"Qg(��C�@����!��3��R:��6+�D�>�z��>\@k*+$u�WP�D:�J&"�IP�d�H�$&!cF��&cx�+���$�L��!�h��Y�|�[O�+JBbL�dtH9!�>:$&!cRՖ҃Q�����1�#����}�"1	�S���ͣSuwCb|�,���Ҕ�P!
�
o�H5*X���VHLB��SFQz0�^�LbҨ���r1��Lb��<U*��e��$&
������g�`�3�IL�{�z�0����e���$eU�ԛĢ��
`�)�u��'M�"�&�=�k�P�I,����Ȋ*�)��I,����,��@���l��`1�T�� �:�Ģչ���h=�$fe�Ģ-�ED�3[9k��&mQ��q��B�fm�α�٪�Y�Ģ-�G�H��w�I�y����z����Y�6�H���DE���&&mV����ޝ:E5KהLLژ�	�PkET֫�KL�#�FQ#���w�����$��A{�
<u�B�KL:ȳ<�è�*rGm�Ĥ+��.R~T�VHL:�;��h����[���p�)�HK�y���*+$&�*�m,�VHL:��	CU�j��t.1銚M�5�.���.1�b��ԑ�ו��$���>���r�	IԹ��v�Ĵ�_L0!�Y��T�R��.���x$2u.��#(�U��D$�|t�SwWVHD��yڂ�0{ܮ�p��<Ǒ���U�[Re�D$��,���D$��05�(���˜��,KR�R��]p=V�H$�_���^��̄�/���h��ߦ|bЛ\{�G��AkS{�Ġ/>��t�4�`�j�Ġ�ծ�'�|Q���^�Z%[����x���Gc�%���Ğ?�gIA���Ĩ�F�O��#{�n�FQ�q��W*SH��K]����ǧ��`(�a�t���N.�r�?|��}�<�mfg'���`����?5��z�Qts:\�N~�������}Ĥ�ˈi;ʈ�v�)#�hG�2�q;•O�XF<mG�2�Y;"�����x!(�D})�0U_	!L��B���„}+�0e�	!L��B������Sa�~hc�~B������!�������*�0u����mӷ���n+S��h�č`G�4nC&r#X�0�������4\g����,8�p�k���M�u�i�΂;-�Y���:��\g����,8�r��Z���Q�uLj�΂K-�Y���:>uL��S�t�>uL��S�t�>uL��S�t�He��<|������<|���|�\g���u|�\g���u|�\g���u|�\g���u|�\g����,��s��z���S�u|�΂O=�Y��:>�L��S�t�
>�L���p�yL����cG
�I\x!��>��r.��:�]�ca:;�'B;��OxV��|:[�E>�0x��Y�G�[P6^�^�w�:_�A�xA沷�����)�/��?�l�?;t�(����c�ga:sؗ��	ә��vLo���I��k�k�aϼ��y!&�g=�3��pNSX�_o��<�f��ᗚ�U�T������Ÿk�fl�~i]
ô.>�cZW���h�Sإu���_����~�_�ux�*P�V(A��Z�E��HE��Gr����[�'�)t'�IW]�<�|�c�/���&�e;F+ޥ�(N��=b�H�oV���ػ�y�#�C���	��q".��'�My���$���];L��Jp�VL��`C��+O�V�/TԵ��Ѐ��ϻ����|�x���W�����{�PKY��\t3� �Pxl/_rels/workbook.xml.rels �(���KN�0@�b͞8m�Eu�aö��xGM��v���G�
*A*�`��h~OO��x{_o_ǁ=���Y�,:��N�)������D0�XZ�A��q��<��Q��MdSG;?ʘR��I�Qvėy^s?g�5��������F��0q�Q����(��wXd�
�Q	�՘��,�Q����o��y���u�g2�VX�b�,˦*n*c�'�}���i^���Z��j�����Ư�b�	PKY��\Ѓ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��PKY��\I��
�2xl/sharedStrings.xml �(��[Yo�8~��?y^%������t��5q2
�`�KI�C�,yt��Y��"��){ެ��d�X���?����︪IY|>�N͓.�2%�����ˍ�,�)��>���d��Ou�,�iQ>yk����Y���-�O�.����5�Ym��]�QZ�a�l�3�4��-"��")ۢ�aM�d��/G
B�|j�<Ue�&���?�5_>�Qz��ۯ-I��u���W�6=s��!��u�DUS�_[�f�g���*6X飗|M��JdS/�@�u���~���o�l��[�\C�ׂ(�XL���'�|�|�e8i�;^\�F�^���/�߁d��c/�%����QȪH��F��Qa�U��;�P�Tkfƕ�b�p������F�-.QMjua@�Eʕ��B���!*��A`�۾�=����p�i�c����Vk	�	�9���`Ϳ�[ES��"%��T��x/	�X��9�@)�����fS�c��4��Xg
�� �v;�n����w�*U�vq{��g\Rq6�8Ħ=�/�D�ۼ!�\�c�8Ϗ@�z�^���
���
��q�H���O2Ը���_��*�V�0���VEJԔ3ʾx�Q�c�)���<��:�Yt&##�VH��)�lw3떗?��;q=�+. J���*���z�Hښ��HE��L�����R',n����^<���:5���kx����sX�oP|����T/]���i�=f|�9XO@[�1�����L�z5�]���
�S���׺� �Fi6^445����j���zn*���Ⱥ���qN9
W�0!Md[�0�-��:��0�Dj�������}��ה�v=�!"�
=׈��62;�}�r����6���K|'�e�i�q�F�0�b��RB\�*��+$�lÅs�myG���~p��G���ydz����;G����sd�Α��ʒvv�,!kIh<�O��$�����X�_�I�Q�vuJwz^�^�/O��P�?���1�X$TL�gU4���DJE�v`'^l:F8��fYh�	��,tm3u"lv�*����?=ݽ.>/����]����ԡF��E��#��+�����G=��O�9kM�Mu�ROt3�p�f��S.�]#�Mװ\�ı�g~��艁w���f���@�J�t'S�%�h©��R�
�{h�1�aS�'���?g�{V��O<
?K�o$�g�Î���m�;��L��;����fVS㔖{@��(�m�;�g-��)��ֶ@9k*�)`j�5�!F`!�O0�%T�1�r9��ΈBh�U��Y���8)�T���L_4�D9�ƻ��o��(]n-sv�f���p��(��Q�=-�	����"3�]�y��?v���6{S�Y��jP8��ǐ�-x>���Lk���<79��"U�&(�43�>Q�+���d�$���Y�>�>�>TSz~~�_�/]�EU�$�%�Ѥ&�JV�}������艬��M�fHW8��*��iTe
�V�=�Nu:�u]��#�/
汲��07U1W�#��kWH�
�+-F�����(O�q�V�[%��8k;�{�p���:��%8��/��঳_��d���O�����e,�t��HXG��O�e�	lz'����t��wB�t��t��w3��hT�
Xm
HpX���Ĕ�^J��
��:��o�N��BȚF��HC$��ж�j�~��8��G'��w���f|�霝���}��A��sZ���}}�{��Wx������~_���:ɧ���dR��u"sN�C<gJ�7�{�MM;6w��C��@>r
7�S#–g@Q:Y��r�y���R�jwj�P����*���5��B�1u���	�����g���|�_���GS�{\o�搨h��<�\���(<�K�b�k3 ߒ���H_�u9�`�e�Hl.�utî�ԡ<�`��0�_�t{���̻��8*�j��=V��I7L[}�TBU��$?�~m̹�U[������t�;\C!���O'��94��Ɯ����3 ���K����O�È�8ʄ1�[c1m�G���7*���>�I�x�Ae���]jG���
�tj_�7�g|W��LU�ᦍ����cH'�iﴴa�r�"r�L�'�e�оl���	��I���I���Id����8�]#�3ӏ=�����_F��#�b�6";5
7K=y�g$(6�4�C3d�^��cT�ܝ�#U]�_K�COCט��_�
�b�a�3�µ�i�QUܕ{�7����ճ�SG읻����������t�,�'5{� J-34�M�ҵUx����'�vUX$��J�|[�
z�������z�L��Q�DW�ݴ8��-z����e�"y�}�+�r=uf���U9�Le�N�
D�5��-�T�P�ҊU���[�&oXL��T�bÆ�d���i�����v,��A<d�x��É������$:���� �vŞ�F:���6Pr=3��д<[j}�$-��{�}6uHT�˜�������V�����rU��
��<�=?�ET���o��dQ�4yXe>?�)�eZ*�k��za��B��h/#u����n��>��k��`�mS��c�P�U�
����rЫt�]u�ڑ�ı�8��8
C��RXy+J
��I��.�.c�+@&��0uG0��2���
Lѵo�$��[�5�4�M<#�16�ȅ�N�b��E�r��s�>�p�(v!�;`A����2���;	2a���;��Ҭ;����	�8`���^'�}{��fY�^@k �ԍv���%Tt9���o�;��I	ƞj0���;��BPT��BxZ!0A�-�0�C�~g�3"?����§G�PH�ƄZ�����S�������ET�l��Ѡ�jܯ��zb�p{�@�Vw&�Z	����N3ÍL�l���ԳSۉ���#�@�Z�;(��_Jټ�%u�������s�H�h
Iar"���?7�5�%�M��H�$Ue25y�77C��c���1K�h�N�i���gHpSy/��lC[�)��{�?ӕ�@����3{��S>��:�\[u�L$�ùSi怞�M-ְ�k�:aJWq�b�]�(tzd6��{�'�
-L��(b���@��LW\H�����@o��6;	��NZow�9RT4nr�)G��T%M�_��<����醒�.*i�^O���"�����b�)�GO�`�"��B�/�2&I5�n@,Q����:����hzC��(��2K%v~l/�#P3!�[��.��Z�4�
.K����h��
v8��u#W������au�\��`4J�z	������7v�КWU���4�k������z���dWa��;>������6�#0/��p�[�����&ǓS�e*����Bicό���ҿ��W����u���PK-Y��\i���5xl/workbook.xmlPK-Y��\����	��[Content_Types].xmlPK-
Y��\�J�''U_rels/.relsPK-Y��\X�W���+�xl/worksheets/sheet1.xmlPK-Y��\t3� �P

xl/_rels/workbook.xml.relsPK-Y��\Ѓc'2E
Nxl/styles.xmlPK-Y��\I��
�2�xl/sharedStrings.xmlPK��

application/vnd.ms-excel

Sample:
PKY��\��V]�5xl/workbook.xml �(�����0��&�C���@")��x�ྲྀ[i�-�����O ��mgv�������|l�mcJ�P�`��n�i���/�6/�\d�$)X�^D��f@���a�@(l��W����x ���F\�dlug��5�~S|���"NX�h#��dqn��)%�4�p��U]2H3U�Y.5��;���w�PKY��\����	�[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
Y��\�P��''_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="Re7e0eb4517c74964" /></Relationships>PKY��\X�W���+xl/worksheets/sheet1.xml �(����r7�_E��J$H�d�vg%7�s�Cs��r��me$%���E��b���"�� ����p''��{{3�9_�˻ӡ��`~w��\�};��\������/W�����̀��֏V��������x}q=���G���;�Z�ng�u�m���Z\�ϗ?n�w�1(����f��G����Ç��������.w[��yX�v����\.h�������я�S�g'��O���:�y�}������<�<�]��x������j��f�~y�t��v�!��n���f��{p��j7�����{���\�Of�Р�VE�.~�7�������|�χ�|F��3ƙt����~���Ϸ����|?R�:�=��g�����)0����=���0`�!қ�w�b��~?��oG�)�������a??��(�t��W���c��Z�����ӵJ���P9Uet��@:@M�^�D��b�N/:�MBe�Ġ� ��u��WA�tHj[��&�.h���B"Qg(��C�@����!��3��R:��6+�D�>�z��>\@k*+$u�WP�D:�J&"�IP�d�H�$&!cF��&cx�+���$�L��!�h��Y�|�[O�+JBbL�dtH9!�>:$&!cRՖ҃Q�����1�#����}�"1	�S���ͣSuwCb|�,���Ҕ�P!
�
o�H5*X���VHLB��SFQz0�^�LbҨ���r1��Lb��<U*��e��$&
������g�`�3�IL�{�z�0����e���$eU�ԛĢ��
`�)�u��'M�"�&�=�k�P�I,����Ȋ*�)��I,����,��@���l��`1�T�� �:�Ģչ���h=�$fe�Ģ-�ED�3[9k��&mQ��q��B�fm�α�٪�Y�Ģ-�G�H��w�I�y����z����Y�6�H���DE���&&mV����ޝ:E5KהLLژ�	�PkET֫�KL�#�FQ#���w�����$��A{�
<u�B�KL:ȳ<�è�*rGm�Ĥ+��.R~T�VHL:�;��h����[���p�)�HK�y���*+$&�*�m,�VHL:��	CU�j��t.1銚M�5�.���.1�b��ԑ�ו��$���>���r�	IԹ��v�Ĵ�_L0!�Y��T�R��.���x$2u.��#(�U��D$�|t�SwWVHD��yڂ�0{ܮ�p��<Ǒ���U�[Re�D$��,���D$��05�(���˜��,KR�R��]p=V�H$�_���^��̄�/���h��ߦ|bЛ\{�G��AkS{�Ġ/>��t�4�`�j�Ġ�ծ�'�|Q���^�Z%[����x���Gc�%���Ğ?�gIA���Ĩ�F�O��#{�n�FQ�q��W*SH��K]����ǧ��`(�a�t���N.�r�?|��}�<�mfg'���`����?5��z�Qts:\�N~�������}Ĥ�ˈi;ʈ�v�)#�hG�2�q;•O�XF<mG�2�Y;"�����x!(�D})�0U_	!L��B���„}+�0e�	!L��B������Sa�~hc�~B������!�������*�0u����mӷ���n+S��h�č`G�4nC&r#X�0�������4\g����,8�p�k���M�u�i�΂;-�Y���:��\g����,8�r��Z���Q�uLj�΂K-�Y���:>uL��S�t�>uL��S�t�>uL��S�t�He��<|������<|���|�\g���u|�\g���u|�\g���u|�\g���u|�\g����,��s��z���S�u|�΂O=�Y��:>�L��S�t�
>�L���p�yL����cG
�I\x!��>��r.��:�]�ca:;�'B;��OxV��|:[�E>�0x��Y�G�[P6^�^�w�:_�A�xA沷�����)�/��?�l�?;t�(����c�ga:sؗ��	ә��vLo���I��k�k�aϼ��y!&�g=�3��pNSX�_o��<�f��ᗚ�U�T������Ÿk�fl�~i]
ô.>�cZW���h�Sإu���_����~�_�ux�*P�V(A��Z�E��HE��Gr����[�'�)t'�IW]�<�|�c�/���&�e;F+ޥ�(N��=b�H�oV���ػ�y�#�C���	��q".��'�My���$���];L��Jp�VL��`C��+O�V�/TԵ��Ѐ��ϻ����|�x���W�����{�PKY��\�q�Pxl/_rels/workbook.xml.rels �(���Kn�0@�b;��$ �n�R.`��G$�e�R��E��+ԢR�.�a5��ӓf>�?�۷i$���`Myƀ�QV�k�ۧ���G�D�HZ1��>F��4�'2�ФNk�$cJ}G�T'�!-+��3�IW��!ڶ>[u���?��b�)��A�c?�@o!��N7��j�s�K��j�Ї��x1�z}�3V�Reu�\��2��_�O��;��3�eU1��X����nj��/6_PKY��\Ѓ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��PKY��\I��
�2xl/sharedStrings.xml �(��[Yo�8~��?y^%������t��5q2
�`�KI�C�,yt��Y��"��){ެ��d�X���?����︪IY|>�N͓.�2%�����ˍ�,�)��>���d��Ou�,�iQ>yk����Y���-�O�.����5�Ym��]�QZ�a�l�3�4��-"��")ۢ�aM�d��/G
B�|j�<Ue�&���?�5_>�Qz��ۯ-I��u���W�6=s��!��u�DUS�_[�f�g���*6X飗|M��JdS/�@�u���~���o�l��[�\C�ׂ(�XL���'�|�|�e8i�;^\�F�^���/�߁d��c/�%����QȪH��F��Qa�U��;�P�Tkfƕ�b�p������F�-.QMjua@�Eʕ��B���!*��A`�۾�=����p�i�c����Vk	�	�9���`Ϳ�[ES��"%��T��x/	�X��9�@)�����fS�c��4��Xg
�� �v;�n����w�*U�vq{��g\Rq6�8Ħ=�/�D�ۼ!�\�c�8Ϗ@�z�^���
���
��q�H���O2Ը���_��*�V�0���VEJԔ3ʾx�Q�c�)���<��:�Yt&##�VH��)�lw3떗?��;q=�+. J���*���z�Hښ��HE��L�����R',n����^<���:5���kx����sX�oP|����T/]���i�=f|�9XO@[�1�����L�z5�]���
�S���׺� �Fi6^445����j���zn*���Ⱥ���qN9
W�0!Md[�0�-��:��0�Dj�������}��ה�v=�!"�
=׈��62;�}�r����6���K|'�e�i�q�F�0�b��RB\�*��+$�lÅs�myG���~p��G���ydz����;G����sd�Α��ʒvv�,!kIh<�O��$�����X�_�I�Q�vuJwz^�^�/O��P�?���1�X$TL�gU4���DJE�v`'^l:F8��fYh�	��,tm3u"lv�*����?=ݽ.>/����]����ԡF��E��#��+�����G=��O�9kM�Mu�ROt3�p�f��S.�]#�Mװ\�ı�g~��艁w���f���@�J�t'S�%�h©��R�
�{h�1�aS�'���?g�{V��O<
?K�o$�g�Î���m�;��L��;����fVS㔖{@��(�m�;�g-��)��ֶ@9k*�)`j�5�!F`!�O0�%T�1�r9��ΈBh�U��Y���8)�T���L_4�D9�ƻ��o��(]n-sv�f���p��(��Q�=-�	����"3�]�y��?v���6{S�Y��jP8��ǐ�-x>���Lk���<79��"U�&(�43�>Q�+���d�$���Y�>�>�>TSz~~�_�/]�EU�$�%�Ѥ&�JV�}������艬��M�fHW8��*��iTe
�V�=�Nu:�u]��#�/
汲��07U1W�#��kWH�
�+-F�����(O�q�V�[%��8k;�{�p���:��%8��/��঳_��d���O�����e,�t��HXG��O�e�	lz'����t��wB�t��t��w3��hT�
Xm
HpX���Ĕ�^J��
��:��o�N��BȚF��HC$��ж�j�~��8��G'��w���f|�霝���}��A��sZ���}}�{��Wx������~_���:ɧ���dR��u"sN�C<gJ�7�{�MM;6w��C��@>r
7�S#–g@Q:Y��r�y���R�jwj�P����*���5��B�1u���	�����g���|�_���GS�{\o�搨h��<�\���(<�K�b�k3 ߒ���H_�u9�`�e�Hl.�utî�ԡ<�`��0�_�t{���̻��8*�j��=V��I7L[}�TBU��$?�~m̹�U[������t�;\C!���O'��94��Ɯ����3 ���K����O�È�8ʄ1�[c1m�G���7*���>�I�x�Ae���]jG���
�tj_�7�g|W��LU�ᦍ����cH'�iﴴa�r�"r�L�'�e�оl���	��I���I���Id����8�]#�3ӏ=�����_F��#�b�6";5
7K=y�g$(6�4�C3d�^��cT�ܝ�#U]�_K�COCט��_�
�b�a�3�µ�i�QUܕ{�7����ճ�SG읻����������t�,�'5{� J-34�M�ҵUx����'�vUX$��J�|[�
z�������z�L��Q�DW�ݴ8��-z����e�"y�}�+�r=uf���U9�Le�N�
D�5��-�T�P�ҊU���[�&oXL��T�bÆ�d���i�����v,��A<d�x��É������$:���� �vŞ�F:���6Pr=3��д<[j}�$-��{�}6uHT�˜�������V�����rU��
��<�=?�ET���o��dQ�4yXe>?�)�eZ*�k��za��B��h/#u����n��>��k��`�mS��c�P�U�
����rЫt�]u�ڑ�ı�8��8
C��RXy+J
��I��.�.c�+@&��0uG0��2���
Lѵo�$��[�5�4�M<#�16�ȅ�N�b��E�r��s�>�p�(v!�;`A����2���;	2a���;��Ҭ;����	�8`���^'�}{��fY�^@k �ԍv���%Tt9���o�;��I	ƞj0���;��BPT��BxZ!0A�-�0�C�~g�3"?����§G�PH�ƄZ�����S�������ET�l��Ѡ�jܯ��zb�p{�@�Vw&�Z	����N3ÍL�l���ԳSۉ���#�@�Z�;(��_Jټ�%u�������s�H�h
Iar"���?7�5�%�M��H�$Ue25y�77C��c���1K�h�N�i���gHpSy/��lC[�)��{�?ӕ�@����3{��S>��:�\[u�L$�ùSi怞�M-ְ�k�:aJWq�b�]�(tzd6��{�'�
-L��(b���@��LW\H�����@o��6;	��NZow�9RT4nr�)G��T%M�_��<����醒�.*i�^O���"�����b�)�GO�`�"��B�/�2&I5�n@,Q����:����hzC��(��2K%v~l/�#P3!�[��.��Z�4�
.K����h��
v8��u#W������au�\��`4J�z	������7v�КWU���4�k������z���dWa��;>������6�#0/��p�[�����&ǓS�e*����Bicό���ҿ��W����u���PK-Y��\��V]�5xl/workbook.xmlPK-Y��\����	�[Content_Types].xmlPK-
Y��\�P��''V_rels/.relsPK-Y��\X�W���+�xl/worksheets/sheet1.xmlPK-Y��\�q�P
xl/_rels/workbook.xml.relsPK-Y��\Ѓc'2E
Qxl/styles.xmlPK-Y��\I��
�2�xl/sharedStrings.xmlPK��