GET api/product/{guid}/supplier

Get a product's preferred supplier

Request Information

URI Parameters

NameDescriptionTypeAdditional information
guid

Product identifier

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

PluOrderingDetail record for product that is preferred if one exists

ProductOrderingDetail
NameDescriptionTypeAdditional information
PluG_UID

Product identifier

Collection of byte

None.

PluGuid

Product identifier guid

globally unique identifier

None.

SupplierIdentifier

Supplier identifier

Collection of byte

None.

SupplierIdentifierGuid

Supplier identifier guid

globally unique identifier

None.

CartonQuantity

integer

None.

CartonQuantityChanged

boolean

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

ProductSize

string

String length: inclusive between 0 and 12

CigarettesPerSleeve

integer

None.

RandomWeight

boolean

Deprecated.

PiecesPerUnit

integer

None.

AveragePackSize

When ordering packs used to determine pricing values

integer

None.

EffectiveDate

date

Data type: Date

PricedByWeight

If true, sold by weight

boolean

None.

LandedUnitCostEx

Complete carton cost, including all fees and excluding GST

integer

None.

LandedUnitCostInc

Complete carton cost, including GST and all fees

integer

None.

LandedCartonCostInc

Complete carton cost, including GST and all fees

integer

None.

LandedCartonCostEx

Complete carton cost, including all fees and excluding GST

integer

None.

StandardCost

The Carton-only portion of the landed cost

integer

None.

DeliveryFee

integer

Deprecated.

DeliveryFeeBasis

FeeBasis

Deprecated.

PickAndPackFee

integer

Deprecated.

PickAndPackFeeBasis

FeeBasis

Deprecated.

FinanceFee

integer

Deprecated.

FinanceFeeBasis

FeeBasis

Deprecated.

CartonLength

integer

None.

CartonWidth

integer

None.

CartonHeight

integer

None.

PalletLayerQuantity

integer

None.

PalletLayers

integer

None.

ItemCode

string

None.

InvoiceCode

string

None.

InvoiceDesc

string

None.

OrderDirect

boolean

None.

UseCost

boolean

None.

MinimumQuantity

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

integer

None.

HostType

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

integer

None.

FromHost

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

integer

None.

MinimumReorder

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

integer

None.

MaximumReorder

Maximum number of units to order

integer

None.

OrderMultiple

decimal number

None.

SellMultiple

decimal number

None.

BaseMultiple

decimal number

None.

HostStandardCost

integer

None.

HostTotalCost

integer

None.

HostRetail

integer

None.

HostLandedUnitCostEx

integer

None.

HostLandedUnitCostInc

integer

None.

HostDesc

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

string

None.

DirectIndicator

string

None.

AvailableToOrder

boolean

None.

HostRangeIndicator

string

None.

HostProductType

string

None.

HostProductGrade

string

None.

HostProductGroup

string

None.

HostSlowMoving

boolean

None.

HostGeneralMerchandise

boolean

None.

HostPillar

string

None.

HostLastUpdated

date

None.

Rebate

Rebate override value

decimal number

None.

RebateExclude

Rebate exclude flag

boolean

None.

InvoiceCodes

Collection of ProductInvoicingDetail

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

StoreIDs

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

Collection of integer

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

PreferredSupplier

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

boolean

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

PreferredRebateSupplier

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

boolean

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

SupplierName

string

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

SalesMode

SalesMode

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

OrderPacked

boolean

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

Active

boolean

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

Price

integer

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

CostGstPercent

integer

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

ParentPluG_UID

Collection of byte

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

ParentPluGuid

globally unique identifier

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

Freight

decimal number

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

FreightType

FreightFeeType

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

Product

Product

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

Supplier

Supplier

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

ServiceFee

ServiceFee

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

IsPrimaryHost

boolean

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

HostVendor

integer

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

Response Formats

application/json, text/json

Sample:
{
  "pluG_UID": "WJA65aQ/Zku18bK6Ej8oYQ==",
  "pluGuid": "e53a9058-3fa4-4b66-b5f1-b2ba123f2861",
  "supplierIdentifier": "DryRiTwt2kylJPkOIgK+nw==",
  "supplierIdentifierGuid": "8991bc0e-2d3c-4cda-a524-f90e2202be9f",
  "cartonQuantity": 1,
  "cartonQuantityChanged": true,
  "productSize": "sample string 3",
  "cigarettesPerSleeve": 1,
  "randomWeight": true,
  "piecesPerUnit": 5,
  "averagePackSize": 6,
  "effectiveDate": "2026-04-03T06:25:22.3522985",
  "pricedByWeight": true,
  "landedUnitCostEx": 9,
  "landedUnitCostInc": 10,
  "landedCartonCostInc": 12,
  "landedCartonCostEx": 13,
  "standardCost": 14,
  "deliveryFee": 1,
  "deliveryFeeBasis": "sample string 15",
  "pickAndPackFee": 1,
  "pickAndPackFeeBasis": "sample string 16",
  "financeFee": 1,
  "financeFeeBasis": "sample string 17",
  "cartonLength": 1,
  "cartonWidth": 1,
  "cartonHeight": 1,
  "palletLayerQuantity": 1,
  "palletLayers": 1,
  "itemCode": "sample string 18",
  "invoiceCode": "sample string 19",
  "invoiceDesc": "sample string 20",
  "orderDirect": true,
  "useCost": true,
  "minimumQuantity": 21,
  "hostType": 22,
  "fromHost": 23,
  "minimumReorder": 1,
  "maximumReorder": 1,
  "orderMultiple": 24.1,
  "sellMultiple": 25.1,
  "baseMultiple": 26.1,
  "hostStandardCost": 27,
  "hostTotalCost": 28,
  "hostRetail": 29,
  "hostLandedUnitCostEx": 30,
  "hostLandedUnitCostInc": 31,
  "hostDesc": "sample string 32",
  "directIndicator": "sample string 33",
  "availableToOrder": true,
  "hostRangeIndicator": "sample string 35",
  "hostProductType": "sample string 36",
  "hostProductGrade": "sample string 37",
  "hostProductGroup": "sample string 38",
  "hostSlowMoving": true,
  "hostGeneralMerchandise": true,
  "hostPillar": "sample string 41",
  "hostLastUpdated": "2026-04-03T06:25:22.3522985",
  "rebate": 1.0,
  "rebateExclude": true,
  "invoiceCodes": [
    {
      "$id": "2",
      "pluG_UID": "9M/cGzG6fkmqkqEbhEJH3A==",
      "pluGuid": "1bdccff4-ba31-497e-aa92-a11b844247dc",
      "supplierIdentifier": "vm+S+QDulUuRYCTtIfx1PQ==",
      "supplierIdentifierGuid": "f9926fbe-ee00-4b95-9160-24ed21fc753d",
      "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": "5OhBKkbT30K98b03tcrlYw==",
  "parentPluGuid": "2a41e8e4-d346-42df-bdf1-bd37b5cae563",
  "freight": 46.0,
  "freightType": 1,
  "product": {
    "$id": "3",
    "plu": 1,
    "storeID": 1,
    "masterPluG_UID": "QEA=",
    "storeIDs": [
      1,
      2
    ],
    "g_UId": "VUzpYX9OVkqsfw4tHoezsg==",
    "guid": "61e94c55-4e7f-4a56-ac7f-0e2d1e87b3b2",
    "apn": "sample string 1",
    "apnChanged": true,
    "apnSwitched": true,
    "barcode": "sample string 4",
    "itemNumber": "sample string 5",
    "itemNumberChanged": true,
    "priceGroupG_UID": "nClMzueeZEyHuRAHBnq8aQ==",
    "priceGroupGuid": "ce4c299c-9ee7-4c64-87b9-1007067abc69",
    "blueprintID": 1,
    "lastCountedDate": "2026-04-03T06:25:22.3522985",
    "externalID": "sample string 7",
    "active": true,
    "activated": "2026-04-03T06:25:22.3522985",
    "pluCreated": "2026-04-03T06:25:22.3522985",
    "createdByUser": "sample string 9",
    "name": "sample string 10",
    "nameChanged": true,
    "secondDescription": "sample string 12",
    "hostDescription": "sample string 13",
    "keepCartonQty": true,
    "keepDescription": true,
    "keepDepartments": true,
    "keepSuppliers": true,
    "markdownDescription": "sample string 18",
    "altDescription": "sample string 19",
    "bestOrExpire": 20,
    "lastUpdate": "2026-04-03T06:25:22.3522985",
    "lastManualUpdate": "2026-04-03T06:25:22.3522985",
    "imageName": "sample string 23",
    "showImageOnFlipCharts": true,
    "showTextOnFlipCharts": true,
    "overrideFlipChartText": true,
    "flipChartText": "sample string 27",
    "salesMode": 1,
    "eftCode": 1,
    "price": 1,
    "priceChanged": true,
    "rrp": 1,
    "gstPercent": 28,
    "gstPercentChanged": true,
    "costGSTPercent": 29,
    "costGSTPercentChanged": true,
    "wetPercent": 1,
    "priceOverride": 1,
    "cost": 1,
    "currentCost": 1,
    "currentCostDecimals": 1,
    "grossProfit": 1.0,
    "currentCostDesc": "sample string 30",
    "currentCostEnd": "2026-04-03T06:25:22.3522985",
    "currentCostUpdated": "2026-04-03T06:25:22.3522985",
    "costDecimals": 31,
    "costChanged": true,
    "dealCostIdentifier": "QEA=",
    "excludeFromRebate": true,
    "rebateOverride": 1,
    "costCalcMethod": 32,
    "costCalcMethodChanged": true,
    "costEffectiveDate": "2026-04-03T06:25:22.3522985",
    "defaultGP": 1,
    "breakTargetMode": 33,
    "break1": 1,
    "price1": 1,
    "target1": 34,
    "break2": 1,
    "price2": 1,
    "target2": 35,
    "break3": 1,
    "price3": 1,
    "target3": 36,
    "break1Changed": true,
    "price1Changed": true,
    "target1Changed": true,
    "break2Changed": true,
    "price2Changed": true,
    "target2Changed": true,
    "break3Changed": true,
    "price3Changed": true,
    "target3Changed": true,
    "breakTargetModeChanged": true,
    "margin": 1.1,
    "marginChanged": true,
    "marginRanged": true,
    "marginRangedChanged": true,
    "minimumMargin": 1.1,
    "minimumMarginChanged": true,
    "maximumMargin": 1.1,
    "maximumMarginChanged": true,
    "overrideHostWarehouseIndicator": true,
    "overrideHostWarehouseIndicatorChanged": true,
    "overrideHostPrice": true,
    "overrideHostPriceChanged": true,
    "overrideHostCost": true,
    "overrideHostCostChanged": true,
    "overrideHostMargin": true,
    "overrideHostMarginChanged": true,
    "alwaysApplyMargin": true,
    "alwaysApplyMarginChanged": true,
    "aws": 1.0,
    "paws": 1.0,
    "awsUpdated": "2026-04-03T06:25:22.3522985",
    "posTare": 1,
    "altPrice": 1.0,
    "altPriceChanged": true,
    "altPriceMode": 53,
    "altPriceModeChanged": true,
    "altPLUG_UID": "bGxXn9qBnkW+cPK2VIXGUw==",
    "altPLUGuid": "9f576c6c-81da-459e-be70-f2b65485c653",
    "altPLUGuidChanged": true,
    "altPriceDescription1": "sample string 54",
    "altPriceDescription2": "sample string 55",
    "cartonQuantity": 56,
    "cartonQuantityChanged": true,
    "trayID": 1,
    "promptID": 1,
    "tare": 1,
    "packQty": 1,
    "fixedWeight": 1,
    "extraMesg": 1,
    "text1": "sample string 58",
    "text2": "sample string 59",
    "text3": "sample string 60",
    "labelText": "sample string 61",
    "labelTextChanged": true,
    "sendToScale": true,
    "nonScaleWeigh": true,
    "labelFormat": "sample string 65",
    "barcodeFormat": "sample string 66",
    "austMade": 1,
    "coolCode": 67,
    "countryOfOrigin": "sample string 68",
    "percentContent": 69.1,
    "departmentID": 1,
    "subDepartmentID": 1,
    "minorDepartmentID": 1,
    "lesserDepartmentID": 1,
    "deptCode": "sample string 70",
    "subDeptCode": "sample string 71",
    "minorDeptCode": "sample string 72",
    "lesserDeptCode": "sample string 73",
    "deptName": "sample string 74",
    "subDeptName": "sample string 75",
    "minorDeptName": "sample string 76",
    "lesserDeptName": "sample string 77",
    "departmentChanged": true,
    "subCategoryID": 1,
    "expiry": 1,
    "showDays": 1,
    "datePrint": 1,
    "labelRequired": true,
    "labelShelfQty": 80,
    "labelShelfChanged": true,
    "labelTalkerQty": 82,
    "labelSmall": true,
    "labelLastPrinted": "2026-04-03T06:25:22.3522985",
    "labelLastPrice": 1,
    "shelfPageLayoutG_UID": "kPYU9OYV4kyQ3UfgmIqiow==",
    "shelfPageLayoutGuid": "f414f690-15e6-4ce2-90dd-47e0988aa2a3",
    "talkerPageLayoutG_UID": "hHsBEH/FUkqIKPoR25pABQ==",
    "talkerPageLayoutGuid": "10017b84-c57f-4a52-8828-fa11db9a4005",
    "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": "19tIO/SvWk6KAaaufJ4vaA==",
    "inventoryIdentifier": "3b48dbd7-aff4-4e5a-8a01-a6ae7c9e2f68",
    "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": "kf5tAGw8AUOsBX6cpojUuQ==",
    "parentPluGuid": "006dfe91-3c6c-4301-ac05-7e9ca688d4b9",
    "preferredHostVendor": 105,
    "preferredHostChanged": true,
    "code": "sample string 107",
    "supplierIdentifier": "N6gWzwyEbUqiwr9mz7dcvA==",
    "supplierIdentifierGuid": "cf16a837-840c-4a6d-a2c2-bf66cfb75cbc",
    "supplierChanged": true,
    "rebateSupplierIdentifier": "8UhFmU6YCkuXDQNWPiYJCA==",
    "rebateSupplierIdentifierGuid": "994548f1-984e-4b0a-970d-03563e260908",
    "rebateSupplierChanged": true,
    "availableForOrder": true,
    "warehouseDirectIndicator": "sample string 109",
    "warehouseDirectIndicatorChanged": true,
    "productGrade": "sample string 111",
    "productType": "sample string 112",
    "productGroup": "sample string 113",
    "complianceIndicator": "sample string 114",
    "inhouseBrand": "sample string 115",
    "slowMoving": true,
    "generalMerchandise": true,
    "comment": "sample string 118",
    "lastUpdatedByUser": "sample string 119",
    "lastManualUpdatedByUser": "sample string 120",
    "lastUpdatedByUserOverride": true,
    "lastUpdatedByHost": "2026-04-03T06:25:22.3522985",
    "commodity": "sample string 122",
    "businessPillar": "sample string 123",
    "mscCommodity": "sample string 124",
    "hostIdentifier": "HYwnwW5wfkePweUCxAzXJQ==",
    "hostIdentifierGuid": "c1278c1d-706e-477e-8fc1-e502c40cd725",
    "serviceFeeID": 1,
    "serviceFeeIDChanged": true,
    "providerName": "sample string 126",
    "aisleEnds": "sample string 127",
    "deleted": true,
    "deletedChanged": true,
    "hidden": true,
    "doNotRange": true,
    "doNotRangeChanged": true,
    "doNotOrder": true,
    "doNotOrderChanged": true,
    "locked": true,
    "excludeFromWebUpdate": true,
    "excludeFromWebUpdateChanged": true,
    "webPriceBasedOn": 138,
    "webPriceRounding": true,
    "webMarkup": 140,
    "webPriceMode": 141,
    "altDepartmentID": 1,
    "altSubDepartmentID": 1,
    "altMinorDepartmentID": 1,
    "altLesserDepartmentID": 1,
    "altDeptCode": "sample string 142",
    "altSubDeptCode": "sample string 143",
    "altMinorDeptCode": "sample string 144",
    "altLesserDeptCode": "sample string 145",
    "altDepartmentChanged": true,
    "storeProducts": [
      {
        "$ref": "3"
      },
      {
        "$ref": "3"
      }
    ],
    "store": {
      "$id": "4",
      "id": 1,
      "isMaster": true,
      "isElectedMaster": true,
      "electedMasterStoreID": 1,
      "isZoneMaster": true,
      "shortName": "sample string 3",
      "url": "sample string 4",
      "sortOrder": 1,
      "name": "sample string 5",
      "phone": "sample string 6",
      "fax": "sample string 7",
      "email": "sample string 8",
      "address1": "sample string 9",
      "address2": "sample string 10",
      "city": "sample string 11",
      "state": "sample string 12",
      "country": "sample string 13",
      "postCode": "sample string 14",
      "delivery": 1,
      "exportAccounts": 1,
      "salesAccountFolder": "sample string 15",
      "purchaseAccountFolder": "sample string 16",
      "initLoad": 1,
      "initIDs": 1,
      "zoneID": 1,
      "actAsMaster": 1,
      "lastActiveUtc": "2026-04-03T06:25:22.3522985",
      "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": "c6veutrLDEiqJw/Zf178eQ==",
      "hostIdentifierGuid": "badeab73-cbda-480c-aa27-0fd97f5efc79",
      "hostName": 1,
      "hostAddress": "sample string 27",
      "hostUsername": "sample string 28",
      "hostPassword": "sample string 29",
      "excludeFromLeadInOut": true,
      "accountingProvider": 31,
      "accountingAddress": "sample string 32",
      "accountingUsername": "sample string 33",
      "accountingPassword": "sample string 34",
      "storeAccountingCode": "sample string 35",
      "softwareVariance": 36,
      "fuelWarningVariance": 37.0,
      "fuelErrorVariance": 38.0,
      "fuelAccumulatedWarningVariance": 39.0,
      "fuelAccumulatedErrorVariance": 40.0,
      "drawManagment": 41,
      "endOfDayManagment": true,
      "autoFillCashBalancing": true,
      "fuelDayVariance": 44,
      "accountingTradingTime": "00:00:00.1234567",
      "stockActivateProduct": 46,
      "defaultOrderDocumentId": 1,
      "defaultStockReceiveDocumentId": 1,
      "giftCardSalesAccountingDeptCode": "sample string 47",
      "transactionDiscountAccountingDeptCode": "sample string 48",
      "size": 49,
      "updated": "2026-04-03T06:25:22.3522985",
      "priceZone": {
        "$id": "5",
        "id": 1,
        "name": "sample string 2",
        "hostIdentifier": "Udf7U0Ot0k6qDmUrGVYN9w==",
        "hostIdentifierGuid": "53fbd751-ad43-4ed2-aa0e-652b19560df7",
        "sortOrder": 3,
        "zoneMasterStoreID": 1,
        "electedMasterStoreID": 1,
        "containsElectedMasterStore": true
      },
      "priceZoneName": "sample string 51",
      "storeFuelConfigured": true,
      "shippingAddressCopied": true,
      "shippingAddress": {
        "$id": "6",
        "storeID": 1,
        "addressType": 1,
        "address1": "sample string 1",
        "address2": "sample string 2",
        "city": "sample string 3",
        "state": "sample string 4",
        "country": "sample string 5",
        "postCode": "sample string 6"
      },
      "billingAddressCopied": true,
      "billingAddress": {
        "$ref": "6"
      },
      "hostStoreSettings": [
        {
          "$id": "7",
          "id": 1,
          "hostIdentifier": "dwfSZFSWEUG2OBvbPuIr9A==",
          "hostIdentifierGuid": "64d20777-9654-4111-b638-1bdb3ee22bf4",
          "storeID": 2,
          "username": "sample string 3",
          "password": "sample string 4",
          "passwordPlain": "sample string 5",
          "serverAddress": "sample string 6",
          "serverPort": 1,
          "excludeFromLeadInOut": true,
          "useForHostFile": true,
          "metcashPillarID": "sample string 9",
          "metcashStateCode": "sample string 10",
          "metcashCustomerID": "sample string 11",
          "metcashTradingPartnerID": "sample string 12",
          "drakesCustomerNumber": 1,
          "sparCustomerNumber": "sample string 13",
          "sparOrderUsername": "sample string 14",
          "sparOrderPassword": "sample string 15",
          "sparOrderPasswordPlain": "sample string 16",
          "pharmXSiteID": 1,
          "ibaZoneID": 1,
          "ibaState": "sample string 17",
          "foodlandStoreCode": "sample string 18",
          "ilgMemberNumber": "sample string 19",
          "ilgOutletLocation": 1,
          "ilgBaseCost": 1,
          "ilgApplyNonAdvertisedPromos": true,
          "ilgExemptFromFreight": true,
          "ilgOrderDealReview": true,
          "ilgFinanceFee": 1,
          "secondPassword": "sample string 23",
          "secondPasswordPlain": "sample string 24",
          "secondServerAddress": "sample string 25",
          "processPromotions": true,
          "hostProvider": 0,
          "host": {
            "$id": "8",
            "identifier": "ZsvWZ6dT2EWR0Iz2lBee7Q==",
            "identifierGuid": "67d6cb66-53a7-45d8-91d0-8cf694179eed",
            "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": "3aIv6Uafl0SiEhTnZJEpQA==",
            "hostSupplierIdentifierGuid": "e92fa2dd-9f46-4497-a212-14e764912940",
            "loyaltyPriceLevelIdentifier": "P0OpBRfD6kW+9AAcj1GWJg==",
            "loyaltyPriceLevelIdentifierGuid": "05a9433f-c317-45ea-bef4-001c8f519626",
            "isGroup": true,
            "description": "sample string 22",
            "hostProvider": 23,
            "hostTypeEnum": 24,
            "hostType": "sample string 25",
            "hostCode": "sample string 26",
            "username": "sample string 27",
            "password": "sample string 28",
            "passwordPlain": "sample string 29",
            "server": "sample string 30",
            "url": "sample string 31",
            "global": true,
            "stateCode": "sample string 33",
            "lastCollected": "2026-04-03T06:25:22.3522985",
            "lastProcessed": "2026-04-03T06:25:22.3522985",
            "hold": true,
            "supplierName": "sample string 35",
            "supplier": {
              "$id": "9",
              "identifier": "xBT6YJ9C8U6MXtYGU+Yssg==",
              "identifierGuid": "60fa14c4-429f-4ef1-8c5e-d60653e62cb2",
              "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": "10+pZTbookqVzwIJ0/kJPg==",
              "primaryContactID": "65a94fd7-e836-4aa2-95cf-0209d3f9093e",
              "storeID": 1,
              "abn": "sample string 16",
              "supplierGroupIdentifier": "IJQZD1jbLku9LwbwfkLEMA==",
              "supplierGroupGuid": "0f199420-db58-4b2e-bd2f-06f07e42c430",
              "rebate": 1.0,
              "rebateType": 1,
              "rebateFrequency": 1,
              "rebateSource": 1,
              "rebateLastClaimed": "2026-04-03T06:25:22.3522985",
              "rebateLastClaimedAmount": 1.0,
              "cartonsOnly": true,
              "minimumOrderValue": 1,
              "enforceMinimumQuantity": true,
              "freight": 19.0,
              "freightType": 20,
              "deleted": true,
              "deletedUser": "sample string 22",
              "storeName": "sample string 23",
              "primaryContact": {
                "$id": "10",
                "id": "b6a897a7-3fbc-4b67-9e84-6dae3dd3effb",
                "identifier": "GoSc8Tdfy0GthWsQ5JnGfw==",
                "identifierGuid": "f19c841a-5f37-41cb-ad85-6b10e499c67f",
                "familyName": "sample string 1",
                "givenNames": "sample string 2",
                "otherNames": "sample string 3",
                "title": "sample string 4",
                "dateOfBirth": "sample string 5",
                "sex": "sample string 6",
                "address": "sample string 7",
                "address1": "sample string 8",
                "address2": "sample string 9",
                "town": "sample string 10",
                "state": "sample string 11",
                "country": "sample string 12",
                "postalCode": "sample string 13",
                "telephone": "sample string 14",
                "mobile": "sample string 15",
                "email": "sample string 16",
                "fax": "sample string 17",
                "primary": true
              },
              "contacts": [
                {
                  "$id": "11",
                  "supplierIdentifier": "tKcuhJIOukaAbphajB7p2Q==",
                  "supplierIdentifierGuid": "842ea7b4-0e92-46ba-806e-985a8c1ee9d9",
                  "contactGuid": "oHZ+ThBO6EmHLvDXBAPp8w==",
                  "contactID": "4e7e76a0-4e10-49e8-872e-f0d70403e9f3",
                  "contact": {
                    "$ref": "10"
                  },
                  "supplier": {
                    "$ref": "9"
                  }
                },
                {
                  "$ref": "11"
                }
              ],
              "products": [
                {
                  "$ref": "1"
                },
                {
                  "$ref": "1"
                }
              ],
              "orderCycleHeaders": [
                {
                  "$id": "12",
                  "storeID": 1,
                  "supplierIdentifier": "1LIGIJob3UmV7JJHfSz4og==",
                  "supplierGuid": "2006b2d4-1b9a-49dd-95ec-92477d2cf8a2",
                  "departmentCode": "sample string 2",
                  "warehouseDirectIndicator": "sample string 3",
                  "type": 4,
                  "storeName": "sample string 5",
                  "departmentName": "sample string 6",
                  "orderDays": 7
                },
                {
                  "$ref": "12"
                }
              ],
              "cycles": [
                {
                  "$id": "13",
                  "storeID": 1,
                  "supplierIdentifier": "2bpgmpvJ00uNL5fzqUxH9Q==",
                  "supplierGuid": "9a60bad9-c99b-4bd3-8d2f-97f3a94c47f5",
                  "departmentCode": "sample string 2",
                  "warehouseDirectIndicator": "sample string 3",
                  "type": 4,
                  "cutOffWeek": 5,
                  "cutOffDay": 6,
                  "cutOffTime": "00:00:00.1234567",
                  "leadTime": 7,
                  "daysBuffer": 8,
                  "supplierName": "sample string 9",
                  "cutOffDate": "2026-04-03T06:25:22.3522985",
                  "deliveryDate": "2026-04-03T06:25:22.3522985",
                  "nextCutOffDate": "2026-04-03T06:25:22.3522985",
                  "nextDeliveryDate": "2026-04-03T06:25:22.3522985",
                  "nextDaysBuffer": 10
                },
                {
                  "$ref": "13"
                }
              ],
              "store": {
                "$ref": "4"
              },
              "updated": "2026-04-03T06:25:22.3522985",
              "isHost": true
            },
            "files": [
              {
                "$id": "14",
                "id": "sample string 1",
                "fileName": "sample string 2",
                "extension": "sample string 3",
                "provider": 0,
                "type": 0,
                "hostType": "sample string 4",
                "createdUtc": "2026-04-03T06:25:22.3522985",
                "processed": "2026-04-03T06:25:22.3522985",
                "isProcessing": true,
                "processedCount": 6,
                "processingTime": 1,
                "collectedUtc": "2026-04-03T06:25:22.3522985",
                "size": 1,
                "sizeFormat": "sample string 7",
                "isArchive": true,
                "customerNumber": "sample string 9",
                "businessPillar": "sample string 10",
                "fileType": "sample string 11",
                "version": "sample string 12",
                "reference": "sample string 13",
                "digest": "sample string 14",
                "contentType": "sample string 15",
                "host": {
                  "$ref": "8"
                },
                "metcashHeader": {
                  "$id": "15",
                  "customerNumber": "sample string 1",
                  "creationDate": "2026-04-03T06:25:22.3522985",
                  "businessPillar": "sample string 3",
                  "fileType": "sample string 4"
                }
              },
              {
                "$ref": "14"
              }
            ],
            "zoneMatrix": [
              {
                "$id": "16",
                "id": 1,
                "hostIdentifier": "m1/JLbZyLki1V+R2l0FrqQ==",
                "hostIdentifierGuid": "2dc95f9b-72b6-482e-b557-e47697416ba9",
                "storeID": 1,
                "departmentCode": "sample string 2",
                "hostGuids": [
                  "1b1e4e9f-5108-41c5-8d4c-22e43715bb0c",
                  "310138a5-46e4-4134-b627-2fddf58774d9"
                ]
              },
              {
                "$ref": "16"
              }
            ],
            "hostFileStoreSetting": {
              "$ref": "7"
            },
            "hostStoreSettings": [
              {
                "$ref": "7"
              },
              {
                "$ref": "7"
              }
            ],
            "promotionPlacements": [
              {
                "$id": "17",
                "identifier": "W4ORz52nF02H1MFGEwaCLQ==",
                "identifierGuid": "cf91835b-a79d-4d17-87d4-c1461306822d",
                "code": "sample string 2",
                "description": "sample string 3",
                "isAdvertised": true
              },
              {
                "$ref": "17"
              }
            ],
            "promoTypeGuids": [
              "fe1996f0-80fe-4499-8438-ee5c8d2dedf2",
              "3e1907a8-ee42-4c72-9c35-cb753e7f22fa"
            ],
            "isPromotionOnly": false,
            "isOrderable": false,
            "vendor": 0
          },
          "groupIDs": [
            1,
            2
          ],
          "hostDescription": "sample string 27"
        },
        {
          "$ref": "7"
        }
      ],
      "accounts": [
        {
          "$id": "18",
          "id": 1,
          "storeID": 1,
          "accountName": "sample string 2",
          "bsb": "sample string 3",
          "accountNumber": "sample string 4",
          "accountDesignated": true
        },
        {
          "$ref": "18"
        }
      ],
      "sales": [
        {
          "$id": "19",
          "id": 1,
          "storeID": 1,
          "externalSalesType": 2,
          "ftpSiteID": 1,
          "lastSaleProcessed": "2026-04-03T06:25:22.3522985",
          "ftpSite": {
            "$id": "20",
            "id": 1,
            "description": "sample string 2",
            "address": "sample string 3",
            "username": "sample string 4",
            "password": "sample string 5",
            "path": "sample string 7",
            "protocol": 8
          }
        },
        {
          "$ref": "19"
        }
      ],
      "zoneMatrix": [
        {
          "$ref": "16"
        },
        {
          "$ref": "16"
        }
      ],
      "cashManagements": [
        {
          "$id": "21",
          "id": 1,
          "storeID": 1,
          "cashManagementType": 2,
          "apiID": 1,
          "organisationID": "sample string 3",
          "siteName": "sample string 4",
          "thirdPartyAPI": {
            "$id": "22",
            "id": 1,
            "description": "sample string 2",
            "address": "sample string 3",
            "username": "sample string 4",
            "password": "sample string 5",
            "passwordPlain": "sample string 6",
            "token": "sample string 7",
            "apiType": 8,
            "apiSubType": 9
          }
        },
        {
          "$ref": "21"
        }
      ],
      "updateStoreID": "d5d0a302-8f08-47f0-ba74-2a61e5878aab",
      "updateStore": {
        "$id": "23",
        "id": "104245a5-d83a-4f19-966c-3f16a0beb1bc",
        "name": "sample string 1",
        "lastActivity": "2026-04-03T06:25:22.3522985",
        "zone": "sample string 2",
        "timeZoneOffset": 0.0,
        "businessHoursStart": "00:00:00.1234567",
        "businessHoursEnd": "00:00:00.1234567",
        "master": true,
        "lastIP": "sample string 10",
        "lastHostName": "sample string 11",
        "ping": 1,
        "pingStatus": "sample string 12",
        "lastUpdateCompleted": "2026-04-03T06:25:22.3522985"
      },
      "timeZoneId": "sample string 54",
      "securityOptions": {
        "$id": "24",
        "loginMode": 1,
        "allowSelfVerification": true,
        "verifierEmail": "sample string 3",
        "source": "sample string 4",
        "loginModeInherited": 5,
        "loginModeSource": "sample string 6",
        "selfVerifyInherited": true,
        "selfVerifySource": "sample string 8",
        "verifyEmailInherited": "sample string 9",
        "verifyEmailSource": "sample string 10"
      }
    },
    "storePrices": [
      {
        "$id": "25",
        "pluG_UID": "CyQRkGg/9EyCeVWHFZSC/A==",
        "pluGuid": "9011240b-3f68-4cf4-8279-5587159482fc",
        "plu": 1,
        "storeID": 1,
        "zoneID": 2,
        "zoneName": "sample string 3",
        "store": "sample string 4",
        "isElectedMasterStore": true,
        "isZoneMasterStore": true,
        "priceNow": 7,
        "costNow": 8,
        "costNowDecimals": 9,
        "normalPrice": 10,
        "priceNext": 1,
        "costNext": 1,
        "costNextDecimals": 11,
        "nextCampaignName": "sample string 12",
        "gstPercent": 13,
        "normalCost": 14,
        "normalCostDecimals": 15,
        "costGstPercent": 16,
        "costCalcMethod": 1,
        "currentCost": 17,
        "currentCostDecimals": 18,
        "break1": 19,
        "price1": 20,
        "break2": 21,
        "price2": 22,
        "break3": 23,
        "price3": 24,
        "fuelItem": 25,
        "fixedWeight": 26,
        "active": true,
        "complianceIndicator": "sample string 27",
        "doNotOrder": true,
        "doNotRange": true,
        "isNormalPriceChangesCampaign": true,
        "updated": "2026-04-03T06:25:22.3522985"
      },
      {
        "$ref": "25"
      }
    ],
    "currentPrices": {
      "$id": "26",
      "pluPrices": {
        "$id": "27",
        "plu": 1,
        "pluG_UID": "QEA=",
        "stores": [
          1,
          2
        ],
        "normalPrice": 1,
        "cost": 2,
        "break1": 3,
        "price1": 4,
        "break2": 5,
        "price2": 6,
        "break3": 7,
        "price3": 8,
        "discountPrice": 9,
        "memberDiscountPrice": 10,
        "acceptedUtc": "2026-04-03T06:25:22.3522985",
        "priceChangeType": 0,
        "costDecimals": 11,
        "costCalcMethod": 12,
        "targetCampaignPriceGtOrEquNormal": true
      },
      "normalPluPrices": {
        "$ref": "27"
      },
      "winningCampaign": 1,
      "winner": {
        "$id": "28",
        "campaignName": "sample string 1",
        "campaignDescription": "sample string 2",
        "talkerText": "sample string 3",
        "disableWasSave": true,
        "startDate": "2026-04-03T06:25:22.3522985",
        "startTime": 5,
        "endDate": "2026-04-03T06:25:22.3522985",
        "endTime": 6,
        "newPrice": 7,
        "newCost": 8,
        "newCostDecimals": 9,
        "pctDiscount": 10,
        "promoType": 1,
        "promotionTypeCode": "sample string 11",
        "hostType": 12,
        "hostIdentifier": "w3BqGTKK8U+80X9rdBiXHQ==",
        "hostIdentifierGuid": "196a70c3-8a32-4ff1-bcd1-7f6b7418971d",
        "storeNames": [
          "sample string 1",
          "sample string 2"
        ]
      },
      "details": [
        {
          "$ref": "28"
        },
        {
          "$ref": "28"
        }
      ]
    },
    "tray": {
      "$id": "29",
      "g_UId": "eUhhT2JL80CgjxDp+48XpQ==",
      "guid": "4f614879-4b62-40f3-a08f-10e9fb8f17a5",
      "name": "sample string 1",
      "number": 1,
      "tare": 1
    },
    "priceGroup": {
      "$id": "30",
      "priceGroupG_UID": "duGONBtHVkibaaglNxamyg==",
      "priceGroupGuid": "348ee176-471b-4856-9b69-a8253716a6ca",
      "name": "sample string 2",
      "code": 1,
      "modified": true,
      "updated": "2026-04-03T06:25:22.3522985",
      "buyingLimit": 1,
      "buyingLimitIndependent": true,
      "buyingLimitType": 0,
      "number": 1,
      "products": [
        {
          "$ref": "3"
        },
        {
          "$ref": "3"
        }
      ],
      "productCount": 1
    },
    "priceGroupName": "sample string 147",
    "nutrifacts": {
      "$id": "31",
      "pluG_UID": "pwfvb7K7vEybVK5/XKEJTA==",
      "pluGuid": "6fef07a7-bbb2-4cbc-9b54-ae7f5ca1094c",
      "plu": 1,
      "servingsPerPack": 1,
      "servingSize": 1,
      "showAllergens": 1,
      "energy": 1,
      "protein": 1,
      "fat": 1,
      "saturated": 1,
      "carbo": 1,
      "sugars": 1,
      "sodium": 1,
      "potasium": 1,
      "calcium": 1,
      "fibre": 1,
      "soya": 1,
      "nutsSeeds": 1,
      "shells": 1,
      "eggs": 1,
      "dairy": 1,
      "gluten": 1,
      "sulphites": 1,
      "peanuts": 1,
      "sesame": 1,
      "fish": 1,
      "lupins": 1
    },
    "dates": {
      "$id": "32",
      "pluGuid": "51e6ba8b-07d6-4b15-93f7-588d3f48393a",
      "created": "2026-04-03T06:25:22.3522985",
      "createdByUser": "sample string 1",
      "activated": "2026-04-03T06:25:22.3522985",
      "activatedByUser": "sample string 2",
      "deactivated": "2026-04-03T06:25:22.3522985",
      "deactivatedByUser": "sample string 3",
      "lastOrdered": "2026-04-03T06:25:22.3522985",
      "lastOrderedQty": 4.0,
      "lastReceived": "2026-04-03T06:25:22.3522985",
      "lastReceivedQty": 5.0,
      "lastInvoiceStatus": 1,
      "lastCounted": "2026-04-03T06:25:22.3522985",
      "lastSold": "2026-04-03T06:25:22.3522985",
      "firstSold": "2026-04-03T06:25:22.3522985",
      "awsUpdated": "2026-04-03T06:25:22.3522985",
      "lastManualUpdate": "2026-04-03T06:25:22.3522985",
      "lastManualUpdatedByUser": "sample string 7",
      "lastUpdated": "2026-04-03T06:25:22.3522985",
      "lastUpdatedByUser": "sample string 9",
      "lastUpdatedByHost": "2026-04-03T06:25:22.3522985",
      "doNotRangeUpdated": "2026-04-03T06:25:22.3522985",
      "doNotOrderUpdated": "2026-04-03T06:25:22.3522985",
      "tracked": "2026-04-03T06:25:22.3522985"
    },
    "allergens": [
      {
        "$id": "33",
        "primaryKey": {
          "$id": "34",
          "pluGuid": "983a8b2e-9a71-4ce2-98ab-3c3dd0795784",
          "contains": 2
        },
        "allergenID": 1,
        "pluG_UID": "Los6mHGa4kyYqzw90HlXhA==",
        "pluGuid": "983a8b2e-9a71-4ce2-98ab-3c3dd0795784",
        "contains": 2,
        "allergenName": "sample string 3",
        "storeIDs": [
          1,
          2
        ]
      },
      {
        "$ref": "33"
      }
    ],
    "costs": {
      "$id": "35",
      "pluG_UID": "Z57xCiLK40KvO2H4+Nt8gA==",
      "pluGuid": "0af19e67-ca22-42e3-af3b-61f8f8db7c80",
      "enteredCost": 1,
      "weightedAvgCost": 1,
      "lastCost": 1,
      "rawEnteredCost": 2,
      "rawWeightedAvgCost": 3,
      "rawLastCost": 4,
      "freight": 5.0,
      "freightType": 6,
      "costDecimals": 7,
      "fifoCost": 1,
      "updated": "2026-04-03T06:25:22.3522985",
      "normalCost": 1,
      "currentCost": 1
    },
    "sales": [
      {
        "$id": "36",
        "saleHeaderID": 1,
        "created": "2026-04-03T06:25:22.3522985",
        "createdLocal": "2026-04-03T06:25:22.3522985",
        "storeID": 3,
        "storeName": "sample string 4",
        "operatorG_Uid": "d4Sbmtewhkm9EVays5xwsg==",
        "operatorGuid": "9a9b8477-b0d7-4986-bd11-56b2b39c70b2",
        "operatorName": "sample string 5",
        "tranType": 1,
        "plu": 1,
        "pluG_UId": "QAaPfnBMMU6/FKTjOyBMEA==",
        "pluGuid": "7e8f0640-4c70-4e31-bf14-a4e33b204c10",
        "normalPrice": 1,
        "totalCents": 1,
        "cost": 1,
        "grossProfit": 1,
        "quantity": 1,
        "operator": {
          "$id": "37",
          "id": 1,
          "g_Uid": "JViqi0BFZ0mjabdjWzvYoQ==",
          "guid": "8baa5825-4540-4967-a369-b7635b3bd8a1",
          "operatorNumber": 1,
          "shortName": "sample string 2",
          "firstName": "sample string 3",
          "lastName": "sample string 4",
          "password": "sample string 5",
          "hasPassword": true,
          "passwordText": "sample string 6",
          "rfidTagID": "sample string 7",
          "blueprintID": 1,
          "groupID": 1,
          "groupName": "sample string 8",
          "managerGroupID": 1,
          "managerGroupName": "sample string 9",
          "zoneID": 1,
          "zoneName": "sample string 10",
          "loggedIn": 1,
          "lastUsedIP": "sample string 11",
          "deleted": true,
          "locked": true,
          "allowOpenTill": true,
          "webEmail": "sample string 14",
          "simpleOperatorType": 0,
          "webRole": "sample string 15",
          "updated": "2026-04-03T06:25:22.3522985",
          "passwordResetRequired": true,
          "alteredInStore": true,
          "startShift": "2026-04-03T06:25:22.3522985",
          "endShift": "2026-04-03T06:25:22.3522985",
          "machineName": "sample string 20",
          "drawerID": 1,
          "stores": [
            {
              "$id": "38",
              "operatorG_UID": "dE9Nt+tuVUORbSYb4uXFoA==",
              "operatorGuid": "b74d4f74-6eeb-4355-916d-261be2e5c5a0",
              "storeID": 2,
              "operator": {
                "$ref": "37"
              },
              "store": {
                "$ref": "4"
              }
            },
            {
              "$ref": "38"
            }
          ]
        }
      },
      {
        "$ref": "36"
      }
    ],
    "apns": [
      {
        "$id": "39",
        "pluID": 1,
        "pluG_UID": "XdRDxjXtUkaWzsDkQgL5vA==",
        "pluGuid": "c643d45d-ed35-4652-96ce-c0e44202f9bc",
        "apn": "sample string 1",
        "deleted": true,
        "storeID": 1,
        "storeIDs": [
          1,
          2
        ]
      },
      {
        "$ref": "39"
      }
    ],
    "tuns": [
      {
        "$id": "40",
        "pluG_UId": "MCnRMm/K+k6BfJWjQ5FWOA==",
        "pluGuid": "32d12930-ca6f-4efa-817c-95a343915638",
        "apn": "sample string 1",
        "tun": "sample string 2",
        "cartonQuantity": 3,
        "product": {
          "$ref": "3"
        },
        "storeIDs": [
          1,
          2
        ]
      },
      {
        "$ref": "40"
      }
    ],
    "competitionPricing": [
      {
        "$id": "41",
        "identifier": "U7tLfyla1USxUiYYmilB2w==",
        "identifierGuid": "7f4bbb53-5a29-44d5-b152-26189a2941db",
        "pluG_UID": "PDbYuSgZZk66bjlqiGlslQ==",
        "pluGuid": "b9d8363c-1928-4e66-ba6e-396a88696c95",
        "competitionID": 1,
        "name": "sample string 2",
        "sellMultiple": 3,
        "retailPrice": 4,
        "storeName": "sample string 5"
      },
      {
        "$ref": "41"
      }
    ],
    "supplier": {
      "$ref": "9"
    },
    "supplierName": "sample string 148",
    "children": [
      {
        "$ref": "3"
      },
      {
        "$ref": "3"
      }
    ],
    "ordering": {
      "$ref": "1"
    },
    "flipChartPages": [
      {
        "$id": "42",
        "identifier": "1XssL154IEmse85rCetIMw==",
        "groupName": "sample string 1",
        "identifierGuid": "2f2c7bd5-785e-4920-ac7b-ce6b09eb4833",
        "exists": true,
        "flipChartIdentifier": "JcK9zUFFy0e1Uj5x2riVxw==",
        "flipChartIdentifierGuid": "cdbdc225-4541-47cb-b552-3e71dab895c7",
        "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": "8NLVhIgF5Euos4EuhGp1Jw==",
        "groupIdentifierGuid": "84d5d2f0-0588-4be4-a8b3-812e846a7527",
        "flipChart": {
          "$id": "43",
          "identifier": "/uvSDDdXkkKeCdW1ETv7ig==",
          "identifierGuid": "0cd2ebfe-5737-4292-9e09-d5b5113bfb8a",
          "displayName": "sample string 2",
          "sortOrder": 3,
          "productsPerRow": 4,
          "rowsPerPage": 5,
          "buttonMarginX": 6,
          "buttonMarginY": 7,
          "beginButtonsX": 8,
          "beginButtonsY": 9,
          "autoSizeButtons": true,
          "autoSizeGrid": true,
          "showButtonText": true,
          "showButtonImage": true,
          "formLocationX": 1,
          "formLocationY": 1,
          "formWidth": 14,
          "formHeight": 15,
          "formMaximised": true,
          "formResizable": true,
          "formBackgroundImage": "sample string 16",
          "formBackgroundColourA": 1,
          "formBackgroundColourR": 1,
          "formBackgroundColourG": 1,
          "formBackgroundColourB": 1,
          "formFontFamily": "sample string 17",
          "formFontSize": 1.1,
          "formFontStyle": 1,
          "formAttributes": "sample string 18",
          "buttonWidth": 19,
          "buttonHeight": 20,
          "buttonAnchor": 21,
          "buttonBackgroundImage": "sample string 22",
          "buttonTopColour": 1,
          "buttonTextColour": 1,
          "buttonBottomColour": 1,
          "buttonBorderColour": 1,
          "buttonBorderWidth": 1,
          "buttonRadius": 1,
          "buttonGradientMode": 1,
          "buttonDropShadow": true,
          "buttonShadowWidth": 1,
          "buttonHighLightOnPush": true,
          "buttonFontFamily": "sample string 23",
          "buttonFontSize": 1.1,
          "buttonFontStyle": 1,
          "buttonTextAlign": 1,
          "buttonWordBreak": true,
          "buttonDrawImageAndButton": true,
          "buttonVerticalText": true,
          "buttonImageAlign": 1,
          "panelLocationX": 1,
          "panelLocationY": 1,
          "panelWidth": 1,
          "panelHeight": 1,
          "panelAnchor": 1,
          "panelFontFamily": "sample string 24",
          "panelFontSize": 1.1,
          "panelFontStyle": 1,
          "panelBackgroundColour": 1,
          "panelTextColour": 1,
          "panelAttributes": "sample string 25",
          "unsentCount": 26,
          "group": {
            "$id": "44",
            "identifier": "e4ITkdaxVkSkwZ0pztz0UA==",
            "identifierGuid": "9113827b-b1d6-4456-a4c1-9d29cedcf450",
            "name": "sample string 2",
            "formType": "sample string 3",
            "forms": [
              {
                "$id": "45",
                "id": 1,
                "g_UID": "82SzGPyO7kSEnjQsmutROA==",
                "guid": "18b364f3-8efc-44ee-849e-342c9aeb5138",
                "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": "pzh6icKw1kuTHExxm3Pu4w==",
                "previousFormGuid": "897a38a7-b0c2-4bd6-931c-4c719b73eee3",
                "nextForm": 1,
                "nextFormG_UID": "0ylV3OU0e0qzsMPybqOYKw==",
                "nextFormGuid": "dc5529d3-34e5-4a7b-b3b0-c3f26ea3982b",
                "attributes": "sample string 10",
                "updated": "2026-04-03T06:25:22.3522985",
                "positioning": 1,
                "contentPanel": "sample string 11",
                "selectionMode": 1,
                "maximumSelections": 1,
                "alteredInStore": true,
                "deleted": true,
                "blueprintID": 1,
                "preserveLayout": true,
                "mainCheckoutFormName": "sample string 13",
                "nextCheckoutForm": {
                  "$ref": "45"
                },
                "previousCheckoutForm": {
                  "$ref": "45"
                },
                "buttons": [
                  {
                    "$id": "46",
                    "id": 1,
                    "checkoutFormID": 2,
                    "checkoutFormG_UID": "f5MYwLV3ckqN0NOFDrNSww==",
                    "checkoutFormGuid": "c018937f-77b5-4a72-8dd0-d3850eb352c3",
                    "identifier": "I0H2gpAuUUqE0Rc5KsQgGg==",
                    "identifierGuid": "82f64123-2e90-4a51-84d1-17392ac4201a",
                    "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": "Rc01ClmX0EyRiqwLtDJ89w==",
                    "valueGuid": "0a35cd45-9759-4cd0-918a-ac0bb4327cf7",
                    "buttonText": "sample string 10",
                    "valueText": "sample string 11",
                    "drawImageAndButton": true,
                    "updated": "2026-04-03T06:25:22.3522985",
                    "action": "sample string 12",
                    "valueForm": {
                      "$ref": "45"
                    },
                    "image": {
                      "$id": "47",
                      "name": "sample string 3.sample string 4",
                      "imageID": 2,
                      "imageName": "sample string 3",
                      "imageExtension": "sample string 4",
                      "lastUpdate": "2026-04-03T06:25:22.3522985",
                      "imageData": "QEA=",
                      "readOnly": true
                    }
                  },
                  {
                    "$ref": "46"
                  }
                ],
                "panels": [
                  {
                    "$id": "48",
                    "id": 1,
                    "checkoutFormID": 2,
                    "checkoutFormG_UID": "SxVaPFHWs026v77P9/fA+w==",
                    "checkoutFormGuid": "3c5a154b-d651-4db3-babf-becff7f7c0fb",
                    "panelType": "sample string 4",
                    "name": "sample string 5",
                    "locationX": 6,
                    "locationY": 7,
                    "width": 8,
                    "height": 9,
                    "anchor": 10,
                    "fontFamily": "sample string 11",
                    "fontSize": 12.1,
                    "fontStyle": 13,
                    "backgroundColour": 14,
                    "textColour": 15,
                    "attributes": "sample string 16"
                  },
                  {
                    "$ref": "48"
                  }
                ]
              },
              {
                "$ref": "45"
              }
            ],
            "panels": [
              {
                "$ref": "48"
              },
              {
                "$ref": "48"
              }
            ]
          },
          "pages": [
            {
              "$ref": "42"
            },
            {
              "$ref": "42"
            }
          ]
        },
        "contentPanel": {
          "$ref": "48"
        },
        "products": [
          {
            "$id": "49",
            "flipChartPageIdentifier": "OghHydVMKUi7RtYTXVPhIg==",
            "flipChartPageIdentifierGuid": "c947083a-4cd5-4829-bb46-d6135d53e122",
            "pluG_UID": "Gd8zSBrwmkqzvwQNx1WHNA==",
            "pluGuid": "4833df19-f01a-4a9a-b3bf-040dc7558734",
            "sortOrder": 3,
            "sent": true,
            "productChanged": true,
            "productImageName": "sample string 6",
            "productShowImageOnFlipCharts": true,
            "productShowTextOnFlipCharts": true,
            "productOverrideFlipChartText": true,
            "productFlipChartText": "sample string 10",
            "product": {
              "$ref": "3"
            },
            "departmentSortOrder": 11,
            "subDepartmentName": "sample string 12"
          },
          {
            "$ref": "49"
          }
        ],
        "productCount": 27,
        "pages": [
          {
            "$ref": "42"
          },
          {
            "$ref": "42"
          }
        ]
      },
      {
        "$ref": "42"
      }
    ],
    "priceHistory": [
      {
        "$id": "50",
        "pluG_UID": "065m3fEuS0O55NnkAj8CeQ==",
        "pluGuid": "dd66aed3-2ef1-434b-b9e4-d9e4023f0279",
        "price": 1,
        "costCalcMethod": 1,
        "cost": 2,
        "weightedAvgCost": 3,
        "lastCost": 4,
        "rawCost": 5,
        "rawWeightedAvgCost": 6,
        "rawLastCost": 7,
        "costDecimals": 8,
        "serviceFeeID": 9,
        "freight": 10.0,
        "freightType": 11,
        "process": "sample string 12",
        "user": "sample string 13",
        "updated": "2026-04-03T06:25:22.3522985",
        "previousPrice": 1,
        "previousCostCalcMethod": 1,
        "previousCost": 1,
        "previousWeightedAvgCost": 1,
        "previousLastCost": 1,
        "previousRawCost": 15,
        "previousRawWeightedAvgCost": 16,
        "previousRawLastCost": 17,
        "previousCostDecimals": 1,
        "previousServiceFeeID": 18,
        "previousFreight": 19.0,
        "previousFreightType": 20,
        "storeID": 21,
        "storeName": "sample string 22",
        "serviceFeeDescription": "sample string 23",
        "previousServiceFeeDescription": "sample string 24"
      },
      {
        "$ref": "50"
      }
    ],
    "ingredients": [
      {
        "$id": "51",
        "pluG_UID": "7fDP5GK0Hkabq54ak2QROQ==",
        "ingredientGuid": "w22+jLUI6UGgutDobX9HgA==",
        "ingredientIdentifier": "8cbe6dc3-08b5-41e9-a0ba-d0e86d7f4780",
        "quantity": 1.0,
        "storeIDs": [
          1,
          2
        ],
        "ingredientText": "sample string 1",
        "ingredient": {
          "$ref": "3"
        }
      },
      {
        "$ref": "51"
      }
    ],
    "bins": [
      {
        "$id": "52",
        "pluG_UID": "gU6hwGAliEquvW51DQOwJw==",
        "pluGuid": "c0a14e81-2560-4a88-aebd-6e750d03b027",
        "shelfLocationIdentifier": "n2c8srF6hUegy6sE4AQGtQ==",
        "shelfLocationGuid": "b23c679f-7ab1-4785-a0cb-ab04e00406b5",
        "labelShelfDefault": 1,
        "labelTalkerDefault": 1,
        "labelSmall": true,
        "labelPageLayoutG_UID": "c4UiivdcVUeDHyfx9eN0Tw==",
        "labelPageLayoutGuid": "8a228573-5cf7-4755-831f-27f1f5e3744f",
        "updated": "2026-04-03T06:25:22.3522985",
        "electronicShelfLabelIdentifier": "sample string 5",
        "electronicshelfLabelsConfigurationID": 6,
        "labelShelfChanged": true,
        "productName": "sample string 8",
        "locationText": "sample string 9",
        "product": {
          "$ref": "3"
        },
        "location": {
          "$id": "53",
          "identifier": "R4SOXXmqAkim0E5zHBPVOA==",
          "storeID": 1,
          "identifierGuid": "5d8e8447-aa79-4802-a6d0-4e731c13d538",
          "name": "sample string 2",
          "haccp": true,
          "blueprintID": 1,
          "updated": "2026-04-03T06:25:22.3522985",
          "minTemp": 1,
          "maxTemp": 1,
          "checkFrequency": 1,
          "storeCaseConfiguration": 5,
          "storeName": "sample string 6",
          "bins": [
            {
              "$ref": "52"
            },
            {
              "$ref": "52"
            }
          ]
        }
      },
      {
        "$ref": "52"
      }
    ],
    "bin": {
      "$ref": "52"
    },
    "scaleLocations": [
      {
        "$id": "54",
        "plu": 1,
        "pluG_UID": "xYGbJdLW7EmTYWdF4TVAjQ==",
        "pluGuid": "259b81c5-d6d2-49ec-9361-6745e135408d",
        "deptNo": 1,
        "product": {
          "$ref": "3"
        },
        "scaleLocation": {
          "$id": "55",
          "id": 1,
          "deptNo": 1,
          "deptCode": "sample string 2",
          "name": "sample string 3",
          "enabled": true,
          "updated": "2026-04-03T06:25:22.3522985",
          "department": {
            "$id": "56",
            "id": 1,
            "name": "sample string 2",
            "code": "sample string 3",
            "sortOrder": 4,
            "isLiquor": true,
            "isTobacco": true,
            "excludeTalker": true,
            "externalSales": true,
            "saleGLCode": "sample string 9",
            "cogsglCode": "sample string 10",
            "accountingCategoryID": 11,
            "maximumMarkdownPercentage": 12.0,
            "accountingOnly": true,
            "generateExternalID": 1,
            "useNonReportableTaxCode": true,
            "minPLU": 15,
            "maxPLU": 16,
            "scaleLocation": {
              "$ref": "55"
            },
            "subDepartments": [
              {
                "$id": "57",
                "id": 1,
                "departmentID": 2,
                "name": "sample string 3",
                "code": "sample string 4",
                "departmentCode": "sample string 5",
                "externalSales": true,
                "minorDepartments": [
                  {
                    "$id": "58",
                    "id": 1,
                    "subDepartmentID": 2,
                    "departmentID": 3,
                    "name": "sample string 4",
                    "subDepartmentCode": "sample string 5",
                    "departmentCode": "sample string 6",
                    "code": "sample string 7",
                    "lesserDepartments": [
                      {
                        "$id": "59",
                        "id": 1,
                        "departmentID": 2,
                        "subDepartmentID": 3,
                        "minorDepartmentID": 4,
                        "name": "sample string 5",
                        "code": "sample string 6",
                        "departmentCode": "sample string 7",
                        "subDepartmentCode": "sample string 8",
                        "minorDepartmentCode": "sample string 9",
                        "updated": "2026-04-03T06:25:22.3522985",
                        "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": "O31BW5fGNEKYmqm+3L5vgg==",
                        "labelPageLayoutGuid": "5b417d3b-c697-4234-989a-a9bedcbe6f82",
                        "minimumAge": 17,
                        "countryOfOrigin": "sample string 18",
                        "serviceFeeID": 1,
                        "eftCode": 19,
                        "defaultPrinter": "sample string 20",
                        "defaultPrinterGroup": "sample string 21",
                        "buyingLimit": 1,
                        "buyingLimitIndependent": true,
                        "buyingLimitType": 0,
                        "includeInDistinctLimit": true,
                        "defaultsEmpty": false,
                        "mscCat": {
                          "$id": "60",
                          "dept": 1,
                          "category": 2,
                          "name": "sample string 3",
                          "active": true,
                          "mscCommodities": [
                            {
                              "$id": "61",
                              "dept": 1,
                              "category": 2,
                              "commodity": 3,
                              "name": "sample string 4",
                              "active": true,
                              "mscSubCommodities": [
                                {
                                  "$id": "62",
                                  "dept": 1,
                                  "category": 2,
                                  "commodity": 3,
                                  "subCommodity": 4,
                                  "name": "sample string 5",
                                  "active": true,
                                  "subCommodityCode": "sample string 7"
                                },
                                {
                                  "$ref": "62"
                                }
                              ],
                              "commodityCode": "sample string 6"
                            },
                            {
                              "$ref": "61"
                            }
                          ],
                          "categoryCode": "sample string 5"
                        },
                        "mscCom": {
                          "$ref": "61"
                        },
                        "mscDep": {
                          "$id": "63",
                          "dept": 1,
                          "name": "sample string 2",
                          "active": true,
                          "mscCategories": [
                            {
                              "$ref": "60"
                            },
                            {
                              "$ref": "60"
                            }
                          ],
                          "deptCode": "sample string 4"
                        },
                        "mscSubCom": {
                          "$ref": "62"
                        }
                      },
                      {
                        "$ref": "59"
                      }
                    ],
                    "updated": "2026-04-03T06:25:22.3522985",
                    "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": "USdFB/XpLECUqykajyxPDg==",
                    "labelPageLayoutGuid": "07452751-e9f5-402c-94ab-291a8f2c4f0e",
                    "minimumAge": 15,
                    "countryOfOrigin": "sample string 16",
                    "serviceFeeID": 1,
                    "eftCode": 17,
                    "defaultPrinter": "sample string 18",
                    "defaultPrinterGroup": "sample string 19",
                    "buyingLimit": 1,
                    "buyingLimitIndependent": true,
                    "buyingLimitType": 0,
                    "includeInDistinctLimit": true,
                    "defaultsEmpty": false,
                    "mscCat": {
                      "$ref": "60"
                    },
                    "mscCom": {
                      "$ref": "61"
                    },
                    "mscDep": {
                      "$ref": "63"
                    },
                    "mscSubCom": {
                      "$ref": "62"
                    }
                  },
                  {
                    "$ref": "58"
                  }
                ],
                "investmentBuyOverride": true,
                "updated": "2026-04-03T06:25:22.3522985",
                "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": "xFlF+JosukafcDofetVlFw==",
                "labelPageLayoutGuid": "f84559c4-2c9a-46ba-9f70-3a1f7ad56517",
                "minimumAge": 15,
                "countryOfOrigin": "sample string 16",
                "serviceFeeID": 1,
                "eftCode": 17,
                "defaultPrinter": "sample string 18",
                "defaultPrinterGroup": "sample string 19",
                "buyingLimit": 1,
                "buyingLimitIndependent": true,
                "buyingLimitType": 0,
                "includeInDistinctLimit": true,
                "defaultsEmpty": false,
                "mscCat": {
                  "$ref": "60"
                },
                "mscCom": {
                  "$ref": "61"
                },
                "mscDep": {
                  "$ref": "63"
                },
                "mscSubCom": {
                  "$ref": "62"
                }
              },
              {
                "$ref": "57"
              }
            ],
            "stores": [
              1,
              2
            ],
            "investmentBuyOverride": true,
            "updated": "2026-04-03T06:25:22.3522985",
            "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": "VBbUV1VdxUODzkRwNdA/ow==",
            "labelPageLayoutGuid": "57d41654-5d55-43c5-83ce-447035d03fa3",
            "minimumAge": 25,
            "countryOfOrigin": "sample string 26",
            "serviceFeeID": 1,
            "eftCode": 27,
            "defaultPrinter": "sample string 28",
            "defaultPrinterGroup": "sample string 29",
            "buyingLimit": 1,
            "buyingLimitIndependent": true,
            "buyingLimitType": 0,
            "includeInDistinctLimit": true,
            "defaultsEmpty": false,
            "mscCat": {
              "$ref": "60"
            },
            "mscCom": {
              "$ref": "61"
            },
            "mscDep": {
              "$ref": "63"
            },
            "mscSubCom": {
              "$ref": "62"
            }
          }
        }
      },
      {
        "$ref": "54"
      }
    ],
    "nextPrice": {
      "$id": "64",
      "id": 1,
      "campaignID": 2,
      "campaignName": "sample string 3",
      "plu": 1,
      "hostOfferID": 1,
      "metcashPromotionID": "sample string 4",
      "metcashPromotionPlacement": "sample string 5",
      "pluG_UID": "+GiH/qBF7E+zMWBJSiY0ZQ==",
      "pluGuid": "fe8768f8-45a0-4fec-b331-60494a263465",
      "newPrice": 1,
      "pctDiscount": 1,
      "newCost": 1,
      "newCostDecimals": 6,
      "dealCostIdentifier": "+2YXwWn9OkGEqmda2xnx/g==",
      "dealCostGuid": "c11766fb-fd69-413a-84aa-675adb19f1fe",
      "pluName": "sample string 7",
      "apn": "sample string 8",
      "fuelItem": true,
      "priceGroupG_UID": "gz+esr7J1kK0Fb0LpY34gw==",
      "priceGroupGuid": "b29e3f83-c9be-42d6-b415-bd0ba58df883",
      "itemNumber": "sample string 10",
      "cri": "sample string 11",
      "pluPrice": 12,
      "costCalcMethod": 13,
      "pluCost": 14,
      "pluCostIndicator": "sample string 15",
      "pluPriceGstPercent": 16,
      "pluCostGstPercent": 17,
      "pluActive": true,
      "cartonQty": 1.1,
      "baseUnits": 19.1,
      "salesMode": 1,
      "pluNormalCost": 20,
      "pluaws": 21.0,
      "directNumber": "sample string 22",
      "departmentName": "sample string 23",
      "subDepartmentName": "sample string 24",
      "priceGroupName": "sample string 25",
      "supplierName": "sample string 26",
      "stockOnHand": 1.1,
      "stockOnOrder": 1.1,
      "lastReceived": "2026-04-03T06:25:22.3522985",
      "rrp": 27,
      "campaignDescription": "sample string 28",
      "hostCampaign": true,
      "hostIdentifier": "QEA=",
      "hostIdentifierGuid": "af146132-bdaa-4582-b873-8dab215a35b3",
      "campaignComboPriceGroupG_UID": "R7URy0YJ70ChiQ8g7Mnz+w==",
      "campaignComboPriceGroupIdentifier": "cb11b547-0946-40ef-a189-0f20ecc9f3fb",
      "promotionPlacementDescription": "sample string 30",
      "storeAcceptances": [
        {
          "$id": "65",
          "plu": 1,
          "pluG_UId": "QEA=",
          "campaignID": 1,
          "campaignName": "sample string 2",
          "storeID": 3,
          "acceptedUtc": "2026-04-03T06:25:22.3522985",
          "operatorG_UID": "uqiIyJimqE+uo5LVa7A26w==",
          "operatorGuid": "c888a8ba-a698-4fa8-aea3-92d56bb036eb",
          "machineID": 1,
          "processed": true,
          "appliedUtc": "2026-04-03T06:25:22.3522985",
          "signIqTicketFileMovedUtc": "2026-04-03T06:25:22.3522985",
          "user": "sample string 6",
          "campaignDescription": "sample string 7",
          "productDesc": "sample string 8",
          "storeName": "sample string 9",
          "effectiveUtc": "2026-04-03T06:25:22.3522985",
          "priceChangeType": 0,
          "operatorName": "sample string 10",
          "hostCampaign": true,
          "hostIdentifier": "QEA=",
          "hostIdentifierGuid": "d189a30e-1f2c-4c44-93fe-e30c720786b7",
          "product": {
            "$ref": "3"
          },
          "campaignPlu": {
            "$ref": "64"
          },
          "fuelItem": true
        },
        {
          "$ref": "65"
        }
      ],
      "campaign": {
        "$id": "66",
        "id": 1,
        "storeID": 2,
        "name": "1592e872-e90a-49ee-ac31-40446b0d691c",
        "nameGuid": "1592e872-e90a-49ee-ac31-40446b0d691c",
        "description": "sample string 4",
        "showDiscounts": true,
        "showTotals": true,
        "onlyEvaluateOnSubtotal": true,
        "useDescription": true,
        "campaignType": 1,
        "startDate": "2026-04-03T06:25:22.3522985",
        "startTime": 1,
        "endDate": "2026-04-03T06:25:22.3522985",
        "endTime": 1,
        "recurrence": 1,
        "recurrenceType": 1,
        "monthType": 1,
        "weekDays": 1,
        "months": 1,
        "monthWeeks": 1,
        "monthDays": "sample string 7",
        "printed": true,
        "talkerText": "sample string 8",
        "rangeDescription": "sample string 9",
        "dealDescription": "sample string 10",
        "labelQuantity": 11,
        "active": 1,
        "deactivated": "2026-04-03T06:25:22.3522985",
        "system": true,
        "created": "2026-04-03T06:25:22.3522985",
        "updated": "2026-04-03T06:25:22.3522985",
        "priceChangeNotifiedUtc": "2026-04-03T06:25:22.3522985",
        "promoType": 1,
        "promotionTypeCode": "sample string 13",
        "hostIdentifier": "QT6IOFfoeEK5uLlZqlsI6g==",
        "hostIdentifierGuid": "38883e41-e857-4278-b9b8-b959aa5b08ea",
        "hostType": 14,
        "createdByUser": "sample string 15",
        "fromHost": true,
        "deleted": true,
        "campaignDeleted": "2026-04-03T06:25:22.3522985",
        "updatedByUser": "sample string 18",
        "offerID": 1,
        "isPriceChangeCampaign": true,
        "stores": [
          1,
          2
        ],
        "storeNames": [
          "sample string 1",
          "sample string 2"
        ],
        "campaignPlus": [
          {
            "$ref": "64"
          },
          {
            "$ref": "64"
          }
        ],
        "campaignPools": [
          {
            "$id": "67",
            "id": 1,
            "campaignID": 2,
            "campaignName": "sample string 3",
            "plu": 4,
            "pluG_UID": "JJubDsDi4UyVoctWGaANNA==",
            "pluGuid": "0e9b9b24-e2c0-4ce1-95a1-cb5619a00d34",
            "hostOfferID": 1,
            "priceGroupG_UID": "1wj7tZund0ysmwm61/D1jg==",
            "priceGroupGuid": "b5fb08d7-a79b-4c77-ac9b-09bad7f0f58e",
            "fuelItem": true,
            "pluName": "sample string 6",
            "apn": "sample string 7",
            "pluActive": true,
            "cartonQty": 1,
            "baseUnits": 9.1,
            "cri": "sample string 10",
            "salesMode": 1,
            "pluaws": 11.0,
            "directNumber": "sample string 12",
            "departmentName": "sample string 13",
            "subDepartmentName": "sample string 14",
            "priceGroupName": "sample string 15",
            "supplierName": "sample string 16",
            "stockOnHand": 1.1,
            "stockOnOrder": 1.1,
            "lastReceived": "2026-04-03T06:25:22.3522985",
            "rrp": 17,
            "campaignDescription": "sample string 18",
            "product": {
              "$ref": "3"
            },
            "campaign": {
              "$ref": "66"
            }
          },
          {
            "$ref": "67"
          }
        ],
        "sellingRules": [
          {
            "$id": "68",
            "id": 1,
            "identifier": "9cf9RKVQoEOd/U8Wg1/wlA==",
            "identifierStr": "9cf9RKVQoEOd/U8Wg1/wlA==",
            "identifierGuid": "44fdc7f5-50a5-43a0-9dfd-4f16835ff094",
            "campaignID": 4,
            "campaignName": "sample string 5",
            "ruleJoin": 1,
            "ruleType": 6,
            "operand0": "sample string 7",
            "comparisonOp": 1,
            "operand1": "sample string 8",
            "action": 1,
            "operand2": "sample string 9",
            "operand3": "sample string 10",
            "includeExcludedItems": true,
            "noFurtherDiscounts": true,
            "description": "sample string 11",
            "sortOrder": 1,
            "isItemRule": false,
            "prevDept": "sample string 12",
            "campaign": {
              "$ref": "66"
            }
          },
          {
            "$ref": "68"
          }
        ],
        "customers": [
          {
            "$id": "69",
            "id": 1,
            "campaignID": 2,
            "campaignName": "sample string 3",
            "customerID": "zV8V/C7lFEi9Iguw78fRPA==",
            "customerIDGuid": "fc155fcd-e52e-4814-bd22-0bb0efc7d13c",
            "campaign": {
              "$ref": "66"
            },
            "customer": {
              "$id": "70",
              "identifier": "RaqO6qvBCEe79CtIABy07g==",
              "identifierGuid": "ea8eaa45-c1ab-4708-bbf4-2b48001cb4ee",
              "code": "sample string 2",
              "familyName": "sample string 3",
              "givenName": "sample string 4",
              "otherName": "sample string 5",
              "title": "sample string 6",
              "dateOfBirth": "2026-04-03T06:25:22.3522985",
              "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": "stiOhtT6p0e/tkmtW/TFpA==",
              "communityIdentifierGuid": "868ed8b2-fad4-47a7-bfb6-49ad5bf4c5a4",
              "joined": "2026-04-03T06:25:22.3522985",
              "updated": "2026-04-03T06:25:22.3522985",
              "active": true,
              "reasonInactive": 1,
              "groupCustomer": true,
              "loyaltyPoints": 1,
              "homeStoreID": 1,
              "availableSpend": 1,
              "priceLevelIdentifier": "6hE9dUzmn0uEBSlUcNfQaw==",
              "priceLevelIdentifierGuid": "753d11ea-e64c-4b9f-8405-295470d7d06b",
              "marketingID": "sample string 18",
              "receiptPrintOptions": 1,
              "hidden": true,
              "registered": true,
              "registeredOn": "2026-04-03T06:25:22.3522985",
              "emailMarketing": true,
              "smsMarketing": true,
              "deleted": true,
              "deletedUser": "sample string 24",
              "homeStoreName": "sample string 25",
              "customerCards": [
                {
                  "$id": "71",
                  "cardType": 2,
                  "issueDate": "2026-04-03T06:25:22.3522985",
                  "expiry": "2026-04-03T06:25:22.3522985",
                  "customerID": "CZxsVLdhYkGUkMFcFBhLxw==",
                  "customerIDGuid": "546c9c09-61b7-4162-9490-c15c14184bc7",
                  "initialValue": 1,
                  "currentValue": 1,
                  "maxLimit": 1,
                  "minTransaction": 1,
                  "maxTransaction": 1,
                  "multiplier": 1.1,
                  "active": true,
                  "reasonInactive": 1,
                  "idRequired": true,
                  "idType": 1,
                  "idValue": "sample string 5",
                  "updated": "2026-04-03T06:25:22.3522985",
                  "linkedAccount": "tj9nskqKZ0qrJ5F2g1PQoA==",
                  "linkedAccountGuid": "b2673fb6-8a4a-4a67-ab27-91768353d0a0",
                  "currentValueChanged": true,
                  "limitsChanged": true,
                  "customer": {
                    "$ref": "70"
                  },
                  "account": {
                    "$id": "72",
                    "id": 1,
                    "identifier": "PMj6fp3y6kWGfqP5RxxbNA==",
                    "identifierGuid": "7efac83c-f29d-45ea-867e-a3f9471c5b34",
                    "referenceNo": "sample string 3",
                    "name": "sample string 4",
                    "created": "2026-04-03T06:25:22.3522985",
                    "owner": "ux+ErNCe+0KpGjfTVNUhWg==",
                    "ownerGuid": "ac841fbb-9ed0-42fb-a91a-37d354d5215a",
                    "accountStoreGroupIdentifier": "P25GscNWdEynbdnwagm7rA==",
                    "accountStoreGroupGuid": "b1466e3f-56c3-4c74-a76d-d9f06a09bbac",
                    "accountType": 1,
                    "currentBalance": 1,
                    "externalID": "sample string 7",
                    "maximumLimit": 1,
                    "accruePoints": true,
                    "loyaltyPoints": 1,
                    "termsOfTrade": 1,
                    "signatureRequired": true,
                    "referenceRequired": true,
                    "statementSendType": 10,
                    "ageingPeriod": 1,
                    "monthlyAgeingPeriod": true,
                    "explodedInvoice": true,
                    "isFifoAllocation": true,
                    "lastStatementSent": "2026-04-03T06:25:22.3522985",
                    "active": true,
                    "updated": "2026-04-03T06:25:22.3522985",
                    "deleted": true,
                    "deletedUser": "sample string 16",
                    "currentBalanceChanged": true,
                    "maximumLimitChanged": true,
                    "loyaltyPointsChanged": true,
                    "projectedBalance": 17,
                    "accountStoreGroupStoreIDs": [
                      1,
                      2
                    ],
                    "customerEmail": "sample string 18",
                    "ownerCustomer": {
                      "$ref": "70"
                    },
                    "card": {
                      "$ref": "71"
                    },
                    "members": {
                      "$id": "73",
                      "sample string 1": [
                        {
                          "$ref": "70"
                        },
                        {
                          "$ref": "70"
                        }
                      ],
                      "sample string 2": [
                        {
                          "$ref": "70"
                        },
                        {
                          "$ref": "70"
                        }
                      ]
                    },
                    "customerGroups": [
                      {
                        "$id": "74",
                        "identifier": "agdnEj7Gf0S+59s/MOOJ5A==",
                        "identifierGuid": "1267076a-c63e-447f-bee7-db3f30e389e4",
                        "name": "sample string 2",
                        "primaryContact": "YlX43h7a9U+NZOK/3zMUeQ==",
                        "primaryContactGuid": "def85562-da1e-4ff5-8d64-e2bfdf331479",
                        "accountID": "Gn+csCkK9USilSezC9eh/w==",
                        "accountIDGuid": "b09c7f1a-0a29-44f5-a295-27b30bd7a1ff",
                        "special": true,
                        "updated": "2026-04-03T06:25:22.3522985",
                        "active": true,
                        "reasonInactive": 1,
                        "priceLevelIdentifier": "ogzh44JjAEydvshXkJp7GA==",
                        "priceLevelIdentifierGuid": "e3e10ca2-6382-4c00-9dbe-c857909a7b18",
                        "marketingListID": "sample string 7",
                        "deleted": true,
                        "account": {
                          "$ref": "72"
                        },
                        "primaryContactCustomer": {
                          "$ref": "70"
                        },
                        "customerGroupMembers": [
                          {
                            "$id": "75",
                            "id": 1,
                            "groupID": "EjbzlkACSESVqDUvCG3X6w==",
                            "groupIDGuid": "96f33612-0240-4448-95a8-352f086dd7eb",
                            "customerID": "lV6VekksXk6E9SjKNTMaxQ==",
                            "customerIDGuid": "7a955e95-2c49-4e5e-84f5-28ca35331ac5",
                            "card": "sample string 4",
                            "linkedAccount": "kvXJbgK6vkaIk/09oNb2bA==",
                            "linkedAccountGuid": "6ec9f592-ba02-46be-8893-fd3da0d6f66c",
                            "customer": {
                              "$ref": "70"
                            },
                            "group": {
                              "$ref": "74"
                            },
                            "customerCard": {
                              "$ref": "71"
                            }
                          },
                          {
                            "$ref": "75"
                          }
                        ]
                      },
                      {
                        "$ref": "74"
                      }
                    ]
                  },
                  "payments": [
                    {
                      "$id": "76",
                      "id": 1,
                      "identifier": "322seecWaUKCGszdPot3fg==",
                      "identifierGuid": "79ac6ddf-16e7-4269-821a-ccdd3e8b777e",
                      "storeID": 2,
                      "operatorName": "sample string 3",
                      "saleHeaderID": 4,
                      "paymentType": 5,
                      "amount": 6,
                      "account": "sample string 7",
                      "accountID": "I8P6+yJW0kaKDum8aRrsoA==",
                      "accountIDGuid": "fbfac323-5622-46d2-8a0e-e9bc691aeca0",
                      "customerAccount": {
                        "$ref": "72"
                      },
                      "customerCard": {
                        "$ref": "71"
                      },
                      "accountType": 1,
                      "cardName": "sample string 8",
                      "authorisationNumber": "sample string 9",
                      "bankReference": "sample string 10",
                      "merchantID": "sample string 11",
                      "terminalID": "sample string 12",
                      "cardNumber": "sample string 13",
                      "paymentDate": "2026-04-03T06:25:22.3522985",
                      "invRocNo": "sample string 14",
                      "responseCode": "sample string 15",
                      "cashout": 1,
                      "tip": 16,
                      "idempotentVoid": "xzhqTC45W0qNEhTAQQKuwg==",
                      "idempotentVoidGuid": "4c6a38c7-392e-4a5b-8d12-14c04102aec2",
                      "offline": true,
                      "processed": 1,
                      "storeSaleHeader": {
                        "$id": "77",
                        "saleHeaderID": 1,
                        "saleHeaderGuid": "85r358lIeESRPqtECTvGGg==",
                        "saleHeaderIdentifierGuid": "e7f79af3-48c9-4478-913e-ab44093bc61a",
                        "created": "2026-04-03T06:25:22.3522985",
                        "createdLocal": "2026-04-03T06:25:22.3522985",
                        "createdText": "sample string 4",
                        "itemCount": 5,
                        "totalAmount": 6,
                        "cashTender": 1,
                        "cardTender": 1,
                        "cheqTender": 1,
                        "acctTender": 1,
                        "voucherTender": 1,
                        "loyaltyPoints": 1,
                        "cashout": 1,
                        "changeAmount": 1,
                        "rounding": 1,
                        "gstAmount": 1,
                        "transactionDiscountTender": 1,
                        "totalTip": 7,
                        "tranType": 1,
                        "processed": 1,
                        "imported": "2026-04-03T06:25:22.3522985",
                        "storeID": 1,
                        "operatorG_Uid": "C44djqBVmUC2LUGjzQ49Rg==",
                        "operatorGuid": "8e1d8e0b-55a0-4099-b62d-41a3cd0e3d46",
                        "customerG_Uid": "xdOJELXQl0CpV0gJHm7ZNA==",
                        "customerGuid": "1089d3c5-d0b5-4097-a957-48091e6ed934",
                        "communityIdentifier": "DXkNugO600KOVAMBNkLmrA==",
                        "communityIdentifierGuid": "ba0d790d-ba03-42d3-8e54-03013642e6ac",
                        "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": "gtCYVMtozUaoLwsuDzvwQA==",
                        "priceLevelIdentifierGuid": "5498d082-68cb-46cd-a82f-0b2e0f3bf040",
                        "locked": 36,
                        "orderMetadata": "{\"CustomerName\":\"sample string 1\",\"PickupAt\":\"2026-04-03T06:25:22.3522985+00:00\",\"DeliveryAddress1\":\"sample string 2\",\"DeliveryAddress2\":\"sample string 3\",\"CustomerPhoneNumber\":\"sample string 4\",\"OrderType\":0,\"ExternalOrderID\":\"sample string 5\",\"ExternalDisplayableOrderID\":\"sample string 6\",\"TableName\":\"sample string 7\",\"CreatedBy\":0,\"OrderingAppName\":\"sample string 8\"}",
                        "deserialisedOrderMetadata": {
                          "$id": "78",
                          "customerName": "sample string 1",
                          "pickupAt": "2026-04-03T06:25:22.3522985",
                          "deliveryAddress1": "sample string 2",
                          "deliveryAddress2": "sample string 3",
                          "customerPhoneNumber": "sample string 4",
                          "orderType": 0,
                          "externalOrderID": "sample string 5",
                          "externalDisplayableOrderID": "sample string 6",
                          "tableName": "sample string 7",
                          "createdBy": 0,
                          "orderingAppName": "sample string 8"
                        },
                        "relationChecksum": "sample string 38",
                        "loyaltyTender": 1,
                        "giftCardTender": 1,
                        "operator": {
                          "$ref": "37"
                        },
                        "customer": {
                          "$ref": "70"
                        },
                        "communityOrganisation": {
                          "$id": "79",
                          "id": 1,
                          "identifier": "JVjgqNKVeEiTYkQoERY/ag==",
                          "identifierGuid": "a8e05825-95d2-4878-9362-442811163f6a",
                          "name": "sample string 3",
                          "lookupIdentifier": "sample string 4",
                          "externalID": "sample string 5",
                          "phone": "sample string 6",
                          "fax": "sample string 7",
                          "email": "sample string 8",
                          "address1": "sample string 9",
                          "address2": "sample string 10",
                          "city": "sample string 11",
                          "postCode": "sample string 12",
                          "state": "sample string 13",
                          "country": "sample string 14",
                          "abn": "sample string 15",
                          "promoPeriodStart": "2026-04-03T06:25:22.3671258",
                          "promoPeriodEnd": "2026-04-03T06:25:22.3671258",
                          "allowDonations": true,
                          "logoImageName": "sample string 17",
                          "totalAmountAwarded": 18.1,
                          "updated": "2026-04-03T06:25:22.3671258",
                          "deleted": true
                        },
                        "details": [
                          {
                            "$id": "80",
                            "saleItemID": 1,
                            "identifier": "9QDECgrd1ESNw2EFxkF0AQ==",
                            "identifierGuid": "0ac400f5-dd0a-44d4-8dc3-6105c6417401",
                            "saleHeaderID": 2,
                            "plu": 1,
                            "pluG_UId": "oqY7qE8Uu0SdCycgLR+A+A==",
                            "pluGuid": "a83ba6a2-144f-44bb-9d0b-27202d1f80f8",
                            "accountID": "Gyy/b/BBCkSBrbuVHyRYBQ==",
                            "accountIDGuid": "6fbf2c1b-41f0-440a-81ad-bb951f245805",
                            "normalPrice": 3,
                            "originalSellingPrice": 4,
                            "discountPrice": 5,
                            "unit": 1,
                            "quantity": 6,
                            "totalCents": 7,
                            "fixedPrice": 1,
                            "tranType": 1,
                            "discountType": 1,
                            "cost": 1,
                            "costDecimals": 8,
                            "markdown": 1,
                            "manualQuantity": 1,
                            "manualPrice": 1,
                            "manualMode": 1,
                            "active": 1,
                            "offline": true,
                            "barcode": "sample string 9",
                            "keyedSale": 1,
                            "discountedID": 1,
                            "fuelID": 1,
                            "serialNumber": "sample string 10",
                            "bestOrExpire": "2026-04-03T06:25:22.3671258",
                            "bestOrExpireType": 1,
                            "providerName": "sample string 11",
                            "refundG_UID": "lDrG1OB+TUyy2CLZ1sNamw==",
                            "refundGuid": "d4c63a94-7ee0-4c4d-b2d8-22d9d6c35a9b",
                            "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": "a1nkKXVaqkSfmdP1STddJw==",
                            "idempotentVoidGuid": "29e4596b-5a75-44aa-9f99-d3f549375d27",
                            "priceLevelIdentifier": "RiiNBGRuZ0qbGEjXVJ8L+A==",
                            "priceLevelIdentifierGuid": "048d2846-6e64-4a67-9b18-48d7549f0bf8",
                            "communityIdentifier": "uSG06YGXaEOqM0id2IievA==",
                            "communityIdentifierGuid": "e9b421b9-9781-4368-aa33-489dd8889ebc",
                            "productName": "sample string 23",
                            "apn": "sample string 24",
                            "unknownScans": [
                              {
                                "$id": "81",
                                "id": 1,
                                "saleDetailID": 2,
                                "storeID": 1,
                                "scanned": "2026-04-03T06:25:22.3671258",
                                "operatorG_UID": "QEA=",
                                "barcode": "sample string 4",
                                "processed": 1
                              },
                              {
                                "$ref": "81"
                              }
                            ],
                            "refund": {
                              "$id": "82",
                              "id": 1,
                              "g_UID": "1t9Kgm8iTESmFpsNOBGePQ==",
                              "guid": "824adfd6-226f-444c-a616-9b0d38119e3d",
                              "description": "sample string 1",
                              "dumped": true,
                              "inventoryReasonID": 1,
                              "sortOrder": 1,
                              "updated": "2026-04-03T06:25:22.3671258"
                            },
                            "modifier": {
                              "$id": "83",
                              "id": 1,
                              "setG_UID": "XOcTAfDiZ0+hWPkAbTI1nA==",
                              "modifierSetGuid": "0113e75c-e2f0-4f67-a158-f9006d32359c",
                              "name": "sample string 2",
                              "price": 1,
                              "quantity": 1,
                              "modifierType": 1,
                              "groupNumber": 1,
                              "pageNumber": 1,
                              "controlOrder": 1,
                              "printToStation": true,
                              "pluG_UID": "k0xo78ZenUubc/wk9AVD/w==",
                              "pluGuid": "ef684c93-5ec6-4b9d-9b73-fc24f40543ff",
                              "deleted": true,
                              "g_UID": "k1fW7eRn6UObo8mmrSbc0Q==",
                              "guid": "edd65793-67e4-43e9-9ba3-c9a6ad26dcd1",
                              "product": {
                                "$ref": "3"
                              }
                            },
                            "priceLevelName": "sample string 25",
                            "pumpNumber": 1,
                            "hoseNumber": 1
                          },
                          {
                            "$ref": "80"
                          }
                        ],
                        "eftReceipts": [
                          {
                            "$id": "84",
                            "id": 1,
                            "storeID": 1,
                            "saleHeaderID": 2,
                            "storeSaleHeader": {
                              "$ref": "77"
                            },
                            "receipt": "sample string 3",
                            "processed": 1
                          },
                          {
                            "$ref": "84"
                          }
                        ],
                        "payments": [
                          {
                            "$ref": "76"
                          },
                          {
                            "$ref": "76"
                          }
                        ],
                        "cards": [
                          {
                            "$id": "85",
                            "id": 1,
                            "saleHeaderID": 1,
                            "identifier": "sample string 2",
                            "cardType": 3,
                            "providerName": "sample string 4"
                          },
                          {
                            "$ref": "85"
                          }
                        ],
                        "campaignHits": [
                          {
                            "$id": "86",
                            "id": 1,
                            "saleHeaderID": 2,
                            "campaign": "sample string 3",
                            "name": "sample string 4",
                            "processed": 1,
                            "campaignDescription": "sample string 5"
                          },
                          {
                            "$ref": "86"
                          }
                        ],
                        "fuel": [
                          {
                            "$id": "87",
                            "id": 1,
                            "plu": 1,
                            "pluG_UID": "S1MCnhq62US2ZS4a7SPOCw==",
                            "pluGuid": "9e02534b-ba1a-44d9-b665-2e1aed23ce0b",
                            "saleHeaderID": 2,
                            "totalCents": 3,
                            "grade": 1,
                            "gradeDescription": "sample string 4",
                            "dispenser": 1,
                            "hose": 1,
                            "quantity": 1,
                            "cost": 1,
                            "acquirerNum": 1,
                            "attendant": 1,
                            "ePurseBalance": 1.0,
                            "cardSignature": "sample string 5",
                            "compartmentNumber": 1,
                            "contractNumber": 1,
                            "discountCardPAN": "sample string 6",
                            "discountID": 1,
                            "discountName": "sample string 7",
                            "discountNetValue": 1.0,
                            "discountType": 1,
                            "discountValue": 1.0,
                            "discretionaryData": "sample string 8",
                            "driverID": "sample string 9",
                            "eftBatchNumber": 1,
                            "eftResponseCode": "sample string 10",
                            "endDateTime": "2026-04-03T06:25:22.3671258",
                            "engineHours": 1.1,
                            "fposNumber": 1,
                            "loyaltyCardPAN": "sample string 11",
                            "miscData1": 1,
                            "miscData2": "sample string 12",
                            "miscFlags": 1,
                            "mop": 1,
                            "odometer": 1,
                            "panNumber": "sample string 13",
                            "saleRefund": true,
                            "saleStatus": 1,
                            "sequenceNumber": 1,
                            "stan": 1,
                            "startDateTime": "2026-04-03T06:25:22.3671258",
                            "tagNumber": "sample string 15",
                            "trackTwoRem": "sample string 16",
                            "transCode": 1,
                            "transType": 1,
                            "unitPrice": 1.0,
                            "vehicleReg": "sample string 17",
                            "offline": true,
                            "processed": 1
                          },
                          {
                            "$ref": "87"
                          }
                        ],
                        "fuelResells": [
                          {
                            "$id": "88",
                            "saleItemID": 1,
                            "saleHeaderID": 2,
                            "plu": 1,
                            "pluG_UId": "x0A+XIPIp0+lt5mOAJ925w==",
                            "pluGuid": "5c3e40c7-c883-4fa7-a5b7-998e009f76e7",
                            "accountID": "4/dM3nal406DmysGS6vD/w==",
                            "accountIDGuid": "de4cf7e3-a576-4ee3-839b-2b064babc3ff",
                            "normalPrice": 3,
                            "originalSellingPrice": 4,
                            "discountPrice": 5,
                            "unit": 1,
                            "quantity": 6,
                            "totalCents": 7,
                            "fixedPrice": 1,
                            "tranType": 1,
                            "processed": 1,
                            "discountType": 1,
                            "cost": 1,
                            "costDecimals": 1,
                            "markdown": 1,
                            "manualQuantity": 1,
                            "manualPrice": 1,
                            "manualMode": 1,
                            "active": 1,
                            "barcode": "sample string 8",
                            "offline": 1,
                            "keyedSale": 1,
                            "discountedID": 1,
                            "fuelID": 1,
                            "serialNumber": "sample string 9",
                            "bestOrExpire": "2026-04-03T06:25:22.3671258",
                            "bestOrExpireType": 1,
                            "refundG_UID": "t5lc8ipQHEeBiK5BF27JAg==",
                            "refundGuid": "f25c99b7-502a-471c-8188-ae41176ec902",
                            "providerName": "sample string 10",
                            "campaign": "sample string 11",
                            "campaignType": 1,
                            "modifiedID": 1,
                            "omittedIngredient": 1,
                            "taxPercent": 1.0,
                            "taxAmount": 1.0,
                            "refundablePrice": 1.0,
                            "showDiscounts": true,
                            "orderPrinted": true,
                            "note": "sample string 14",
                            "modifierName": "sample string 15",
                            "modifierSetName": "sample string 16",
                            "totalValueWasScanned": true,
                            "sold": true,
                            "campaignPrice": true,
                            "scannedValue": 1,
                            "campaignName": "sample string 20",
                            "comboDiscount": 1
                          },
                          {
                            "$ref": "88"
                          }
                        ],
                        "customerOrder": [
                          {
                            "$id": "89",
                            "identifier": "Dm3lb/1dmE2fH820226e2w==",
                            "identifierGuid": "6fe56d0e-5dfd-4d98-9f1f-cdb4db6e9edb",
                            "id": 1,
                            "orderNo": 2,
                            "externalSaleIdentifier": "sample string 3",
                            "storeID": 4,
                            "zoneID": 5,
                            "deptNo": 6,
                            "customerIdentifier": "DYki/v7jT0ys1jof8Glfcg==",
                            "customerIdentifierGuid": "fe22890d-e3fe-4c4f-acd6-3a1ff0695f72",
                            "operatorNo": 1,
                            "operatorG_UID": "zreEo/JPdEO0zTE16mtZgA==",
                            "operatorGuid": "a384b7ce-4ff2-4374-b4cd-3135ea6b5980",
                            "created": "2026-04-03T06:25:22.3671258",
                            "ordered": "2026-04-03T06:25:22.3671258",
                            "started": "2026-04-03T06:25:22.3671258",
                            "completed": "2026-04-03T06:25:22.3671258",
                            "supplied": "2026-04-03T06:25:22.3671258",
                            "quickTicket": 1,
                            "deleted": true,
                            "walkAway": true,
                            "approxWait": 1,
                            "actualWait": 1,
                            "deliveryMethod": 8,
                            "externalSaleType": 9,
                            "customer": {
                              "$ref": "70"
                            },
                            "operator": {
                              "$ref": "37"
                            },
                            "details": [
                              {
                                "$id": "90",
                                "headerID": 1,
                                "plu": 1,
                                "pluG_UId": "oi/40+LAN0ybQ0RMfTyrqA==",
                                "pluGuid": "d3f82fa2-c0e2-4c37-9b43-444c7d3caba8",
                                "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": "W1J6Be2/9kKkYUJ1VPkgiw==",
                                "headerIdentifierGuid": "057a525b-bfed-42f6-a461-427554f9208b",
                                "product": {
                                  "$ref": "3"
                                }
                              },
                              {
                                "$ref": "90"
                              }
                            ],
                            "storeName": "sample string 11",
                            "customerName": "sample string 12",
                            "storeReplyTo": "sample string 13",
                            "storeSubjectLine": "sample string 14",
                            "storeSaleHeader": {
                              "$ref": "77"
                            }
                          },
                          {
                            "$ref": "89"
                          }
                        ],
                        "surveyResponses": [
                          {
                            "$id": "91",
                            "surveyG_UID": "mjtXT4k2+Ea4HyzJHgIWrg==",
                            "surveyGuid": "4f573b9a-3689-46f8-b81f-2cc91e0216ae",
                            "saleHeaderGuid": "KaA36N+TVkKA84+mv7kO0g==",
                            "saleGuid": "e837a029-93df-4256-80f3-8fa6bfb90ed2",
                            "textResponse": "sample string 1",
                            "integerResponse": 1,
                            "g_UIDResponse": "Z+V+IUwlzkO584SOpmDoaw==",
                            "guidResponse": "217ee567-254c-43ce-b9f3-848ea660e86b",
                            "whoAnswered": 2,
                            "answeredAtUTC": "2026-04-03T06:25:22.3671258",
                            "sale": {
                              "$ref": "77"
                            },
                            "survey": {
                              "$id": "92",
                              "g_UID": "kYKMMyifv0+ExJ67agYMdg==",
                              "guid": "338c8291-9f28-4fbf-84c4-9ebb6a060c76",
                              "name": "sample string 1",
                              "storeID": 2,
                              "zoneID": 1,
                              "checkoutFormG_UID": "BK2HkwUL4Euk9q4j75eZeQ==",
                              "checkoutFormGuid": "9387ad04-0b05-4be0-a4f6-ae23ef979979",
                              "displayToWho": 3,
                              "displayWhen": 4,
                              "start": "2026-04-03T06:25:22.3671258",
                              "end": "2026-04-03T06:25:22.3671258",
                              "deleted": true,
                              "updated": "2026-04-03T06:25:22.3671258",
                              "possibleIntegerResponses": [
                                1,
                                2
                              ],
                              "possibleTextResponses": [
                                "sample string 1",
                                "sample string 2"
                              ],
                              "possibleGuidResponses": [
                                "113051c8-80d6-42c0-90c4-c55c365e6f78",
                                "3a7aeca9-b538-40e0-8a6c-97cbe7b1a199"
                              ],
                              "allowsAllTextResponses": true,
                              "surveyForm": {
                                "$ref": "45"
                              }
                            },
                            "ingressId": "sample string 4"
                          },
                          {
                            "$ref": "91"
                          }
                        ],
                        "storeName": "sample string 39",
                        "terminalNumber": 40,
                        "machineName": "sample string 41",
                        "operatorName": "sample string 42",
                        "direction": 1,
                        "reason": "sample string 43",
                        "accountG_UID": "2HrjGJTJaUmowfqCyDhOpw==",
                        "accountIdentifier": "18e37ad8-c994-4969-a8c1-fa82c8384ea7",
                        "accountName": "sample string 44",
                        "customerOrderIdentifier": "MyaILhM8d0iattwLIkiO1g==",
                        "customerOrderIdentifierGuid": "2e882633-3c13-4877-9ab6-dc0b22488ed6",
                        "priceLevelName": "sample string 45",
                        "revision": 46,
                        "ingressId": "sample string 47"
                      },
                      "metadata": {
                        "$id": "93",
                        "id": 1,
                        "paymentID": 2,
                        "paymentIdentifier": "TJxTvQWtikeM0YIG4ptCkg==",
                        "paymentIdentifierGuid": "bd539c4c-ad05-478a-8cd1-8206e29b4292",
                        "identifier": "pq0fkpSFUE2o8huAriZiZA==",
                        "identifierGuid": "921fada6-8594-4d50-a8f2-1b80ae266264",
                        "metadata": "sample string 3",
                        "signatureImage": "QEA=",
                        "itemIdentifier": "hGBsgblyY029x4P8qquAdw==",
                        "itemIdentifierGuid": "816c6084-72b9-4d63-bdc7-83fcaaab8077"
                      }
                    },
                    {
                      "$ref": "76"
                    }
                  ]
                },
                {
                  "$ref": "71"
                }
              ],
              "customerGroupMembers": [
                {
                  "$ref": "75"
                },
                {
                  "$ref": "75"
                }
              ],
              "customerGroups": [
                {
                  "$ref": "74"
                },
                {
                  "$ref": "74"
                }
              ],
              "accounts": [
                {
                  "$ref": "72"
                },
                {
                  "$ref": "72"
                }
              ],
              "account": {
                "$ref": "72"
              },
              "vouchers": [
                {
                  "$id": "94",
                  "customerIdentifier": "cVnyG79xHkOccLiRfJZX1g==",
                  "customerIdentifierGuid": "1bf25971-71bf-431e-9c70-b8917c9657d6",
                  "voucherName": "sample string 2",
                  "count": 3,
                  "storeID": 4,
                  "barcode": "sample string 5",
                  "redeemCount": 6,
                  "issueCount": 7,
                  "storeSalePaymentID": 1,
                  "idempotentID": "MMuOSHcB/0SlsjvlZnHWUg==",
                  "idempotentGuid": "488ecb30-0177-44ff-a5b2-3be56671d652",
                  "offline": true,
                  "voucher": {
                    "$id": "95",
                    "id": 1,
                    "name": "sample string 2",
                    "description": "sample string 3",
                    "shortDescription": "sample string 4",
                    "url": "sample string 5",
                    "barcodeTemplateID": 1,
                    "expiry": 0,
                    "voucherType": 6,
                    "limitPerTransaction": 7,
                    "customerTracking": true,
                    "discountAccount": "sample string 9",
                    "endDate": "2026-04-03T06:25:22.3671258",
                    "barcodeTemplate": {
                      "$id": "96",
                      "templateID": 1,
                      "template": "sample string 1",
                      "bcFunction": "sample string 2",
                      "sortOrder": 3
                    },
                    "scaleLabel": {
                      "$id": "97",
                      "id": 1,
                      "uid": "sample string 2",
                      "name": "sample string 3",
                      "width": 1.1,
                      "height": 1.1,
                      "showBorder": true,
                      "borderWidth": 1.1,
                      "borderStyle": 1,
                      "borderColour": "sample string 5",
                      "updated": "2026-04-03T06:25:22.3671258",
                      "labelPageLayout": "h8ODZMElfE+e9JRpKGcDSA==",
                      "pageLayoutGuid": "6483c387-25c1-4f7c-9ef4-946928670348",
                      "labelType": 6,
                      "oldName": "sample string 7",
                      "voucher": {
                        "$ref": "95"
                      },
                      "elements": [
                        {
                          "$id": "98",
                          "id": 1,
                          "scaleLabelID": 2,
                          "showPercentDI": true,
                          "showAvgPerHundred": true,
                          "showAvgPerServe": true,
                          "name": "sample string 6",
                          "x": 1.1,
                          "y": 1.1,
                          "width": 1.1,
                          "height": 1.1,
                          "type": 1,
                          "rotation": 1,
                          "text": "sample string 7",
                          "fontFamily": "sample string 8",
                          "align": 1,
                          "bold": true,
                          "italic": true,
                          "underline": true,
                          "strikeout": true,
                          "reverse": true,
                          "textColour": "sample string 9",
                          "fontSize": 1.1,
                          "picture": "QEA=",
                          "borderWidth": 10,
                          "sortOrder": 11,
                          "printOptions": 12,
                          "superScriptTextFontSize": 1.1,
                          "lineStyle": 1,
                          "spacingStyle": 1,
                          "interCharacterSpacing": 1.1,
                          "superScriptOffset": 1.1,
                          "lineSpacing": 1.1,
                          "dateFormat": "sample string 13",
                          "autoGrow": true,
                          "fontAutoResize": true,
                          "updated": "2026-04-03T06:25:22.3671258"
                        },
                        {
                          "$ref": "98"
                        }
                      ]
                    },
                    "customerVouchers": [
                      {
                        "$id": "99",
                        "id": 1,
                        "customerIdentifier": "8gphf5hznkSRJTDqY00t4g==",
                        "customerIdentifierGuid": "7f610af2-7398-449e-9125-30ea634d2de2",
                        "voucherID": 3,
                        "voucherName": "sample string 4",
                        "storeID": 1,
                        "barcode": "sample string 5",
                        "dateOfIssue": "2026-04-03T06:25:22.3671258",
                        "issuedSaleHeaderID": 1,
                        "issuedSaleIdentifier": "sample string 7",
                        "issuedOfflinePaymentID": 1,
                        "issuedIdempotentID": "g2um5zGcak+GEWJR/RNx+w==",
                        "issuedIdempotentGuid": "e7a66b83-9c31-4f6a-8611-6251fd1371fb",
                        "issuedOffline": true,
                        "issuedUser": "sample string 9",
                        "issuedNotes": "sample string 10",
                        "expiryDate": "2026-04-03T06:25:22.3671258",
                        "expiredUser": "sample string 11",
                        "expiredNotes": "sample string 12",
                        "redeemed": "2026-04-03T06:25:22.3671258",
                        "redeemedSaleHeaderID": 1,
                        "redeemedSaleIdentifier": "sample string 13",
                        "redeemedOfflinePaymentID": 1,
                        "redeemedIdempotentID": "Hla2GTlbOEC9cd7pW5fmFQ==",
                        "redeemedIdempotentGuid": "19b6561e-5b39-4038-bd71-dee95b97e615",
                        "redeemedUser": "sample string 14",
                        "redeemedNotes": "sample string 15",
                        "redeemedOffline": true,
                        "updated": "2026-04-03T06:25:22.3671258",
                        "storeName": "sample string 17",
                        "scaleLabel": {
                          "$ref": "97"
                        },
                        "voucher": {
                          "$ref": "95"
                        },
                        "customer": {
                          "$ref": "70"
                        },
                        "issuedOfflinePayment": {
                          "$ref": "76"
                        },
                        "redeemedOfflinePayment": {
                          "$ref": "76"
                        }
                      },
                      {
                        "$ref": "99"
                      }
                    ]
                  },
                  "customer": {
                    "$ref": "70"
                  }
                },
                {
                  "$ref": "94"
                }
              ]
            }
          },
          {
            "$ref": "69"
          }
        ],
        "customerGroups": [
          {
            "$id": "100",
            "id": 1,
            "campaignID": 2,
            "campaignName": "sample string 3",
            "groupID": "vt6dbLINwEW4xiqIBcMoKw==",
            "groupIDGuid": "6c9ddebe-0db2-45c0-b8c6-2a8805c3282b",
            "campaign": {
              "$ref": "66"
            },
            "group": {
              "$ref": "74"
            }
          },
          {
            "$ref": "100"
          }
        ],
        "signIqTickets": [
          {
            "$id": "101",
            "identifier": "lN4cJ25ha0eKd8w+FhloDw==",
            "identifierGuid": "271cde94-616e-476b-8a77-cc3e1619680f",
            "campaignName": "sample string 2",
            "message": "sample string 3",
            "ticketFileSource": "sample string 4",
            "ticketFileDestination": "sample string 5",
            "storeID": 1
          },
          {
            "$ref": "101"
          }
        ],
        "comboPriceGroups": [
          {
            "$id": "102",
            "id": 1,
            "campaignID": 2,
            "campaignName": "sample string 3",
            "g_UID": "YTdiUfIcfUCu5TewsHonog==",
            "guid": "51623761-1cf2-407d-aee5-37b0b07a27a2",
            "description": "sample string 5",
            "newPrice": 1,
            "rangeDescription": "sample string 6",
            "dealDescription": "sample string 7",
            "labelQuantity": 8,
            "hostProductCategoryID": 1,
            "offerID": 1,
            "dontUpdatePricePlus": true,
            "campaign": {
              "$ref": "66"
            },
            "comboPricePlus": [
              {
                "$id": "103",
                "id": 1,
                "campaignID": 2,
                "campaignName": "sample string 3",
                "groupG_UID": "VnXJdGhjX0aJO39W1sI3Ew==",
                "groupGuid": "74c97556-6368-465f-893b-7f56d6c23713",
                "comboPriceType": 5,
                "priceType": 5,
                "pluG_UID": "zGt4hqsiakC33qZrPrqazw==",
                "pluGuid": "86786bcc-22ab-406a-b7de-a66b3eba9acf",
                "priceGroupG_UID": "5r2PcNmu10GEVrfSr+dGdg==",
                "priceGroupGuid": "708fbde6-aed9-41d7-8456-b7d2afe74676",
                "campaignPoolID": "sample string 7",
                "quantity": 1,
                "campaign": {
                  "$ref": "66"
                },
                "product": {
                  "$ref": "3"
                },
                "priceGroup": {
                  "$ref": "30"
                },
                "campaignPool": {
                  "$ref": "66"
                }
              },
              {
                "$ref": "103"
              }
            ]
          },
          {
            "$ref": "102"
          }
        ],
        "priceLevels": [
          {
            "$id": "104",
            "id": 1,
            "priceLevelIdentifier": "IvMs7yEJoke1tBlOb0uCUg==",
            "priceLevelIdentifierGuid": "ef2cf322-0921-47a2-b5b4-194e6f4b8252",
            "campaignName": "sample string 3",
            "priceLevelName": "sample string 4"
          },
          {
            "$ref": "104"
          }
        ],
        "promotionType": {
          "$id": "105",
          "identifier": "yxElpFgPx0CoR6rUZJWT1w==",
          "identifierGuid": "a42511cb-0f58-40c7-a847-aad4649593d7",
          "hostType": 2,
          "code": "sample string 3",
          "description": "sample string 4",
          "isLiquor": true,
          "isAdvertised": true,
          "disableWasSave": true,
          "excludeFromPromoSales": true,
          "labelPageLayoutG_UID": "knIARELW3U6L8wAaqs8b+g==",
          "labelPageLayoutGuid": "44007292-d642-4edd-8bf3-001aaacf1bfa",
          "priceLevelIdentifier": "bpaMrZtDUUKj3J6zLtzZJA==",
          "priceLevelIdentifierGuid": "ad8c966e-439b-4251-a3dc-9eb32edcd924",
          "active": true,
          "updated": "2026-04-03T06:25:22.3671258",
          "hostName": "sample string 11"
        }
      },
      "product": {
        "$ref": "3"
      },
      "dealCost": {
        "$id": "106",
        "headerIdentifier": "iWpPglewrEqotDGapBYeQQ==",
        "headerIdentifierGuid": "824f6a89-b057-4aac-a8b4-319aa4161e41",
        "identifier": "Q4mbarfLhEaO0rMLcJMqxA==",
        "identifierGuid": "6a9b8943-cbb7-4684-8ed2-b30b70932ac4",
        "supplierIdentifier": "rjyZF9ek30qJNxC3tALiBQ==",
        "supplierGuid": "17993cae-a4d7-4adf-8937-10b7b402e205",
        "pluG_UID": "Cvm9PPNAD0+lv+F8CJlQQg==",
        "pluGuid": "3cbdf90a-40f3-4f0f-a5bf-e17c08995042",
        "campaignName": "7208bdd6-f643-4486-beab-014b56ea9124",
        "description": "sample string 4",
        "cost": 5,
        "costDecimals": 6,
        "start": "2026-04-03T06:25:22.3671258",
        "end": "2026-04-03T06:25:22.3671258",
        "type": 9,
        "promoType": 10,
        "bonusItemPLUG_UID": "RPTmtEb8CE6940jLoM6NDg==",
        "bonusItemPluGuid": "b4e6f444-fc46-4e08-bde3-48cba0ce8d0e",
        "bonusPurchaseUnits": 11,
        "bonusReceiveUnits": 12,
        "updated": "2026-04-03T06:25:22.3671258",
        "metcashPromotionID": "sample string 14",
        "fromHost": 15,
        "storeNames": "sample string 16",
        "storeIDs": [
          1,
          2
        ],
        "supplierName": "sample string 17",
        "campaignDescription": "sample string 18",
        "newPrice": 1,
        "campaignMetcashPromotionID": "sample string 19",
        "campaignActive": true,
        "campaignStartDate": "2026-04-03T06:25:22.3671258",
        "campaignEndDate": "2026-04-03T06:25:22.3671258",
        "masterPLUG_UID": "NvxASBhCbkqUUCH3zdnTYQ==",
        "masterID": "4840fc36-4218-4a6e-9450-21f7cdd9d361",
        "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": "jkCMAQRwSU+irvsfvD090A==",
        "bonusMasterID": "018c408e-7004-4f49-a2ae-fb1fbc3d3dd0",
        "bonusProductName": "sample string 34",
        "bonusProductAPN": "sample string 35",
        "bonusOrderCode": "sample string 36",
        "bonusNormalSell": 37,
        "bonusNormalCost": 38,
        "bonusNormalCostDecimals": 39,
        "bonusCartonQuantity": 40,
        "bonusSalesMode": 41,
        "bonusOrderPacked": 42,
        "bonusFuelItem": true,
        "bonusActive": true
      }
    },
    "currentCostStart": "2026-04-03T06:25:22.3671258",
    "dealCosts": [
      {
        "$ref": "106"
      },
      {
        "$ref": "106"
      }
    ],
    "tags": [
      {
        "$id": "107",
        "pluG_UID": "mu9SO6B02UOeIQtmquzZzQ==",
        "pluGuid": "3b52ef9a-74a0-43d9-9e21-0b66aaecd9cd",
        "tagID": 1,
        "description": "sample string 1",
        "storeIDs": [
          1,
          2
        ]
      },
      {
        "$ref": "107"
      }
    ],
    "alternateProductG_UID": "OSkUEQR7kkCCuV3Dttyhnw==",
    "alternateProduct": "11142939-7b04-4092-82b9-5dc3b6dca19f",
    "altProduct": {
      "$ref": "3"
    },
    "productHostCode": {
      "$id": "108",
      "id": 1,
      "pluG_UID": "fq8x9P1fQ0m8GcrlgQb5xA==",
      "pluGuid": "f431af7e-5ffd-4943-bc19-cae58106f9c4",
      "ibaCode": "sample string 2"
    },
    "mscCat": {
      "$ref": "60"
    },
    "mscCom": {
      "$ref": "61"
    },
    "mscDep": {
      "$ref": "63"
    },
    "mscSubCom": {
      "$ref": "62"
    },
    "isUserUpdate": true,
    "ignoreMasterProduct": true,
    "priceGroupLabelRequested": true,
    "firstSold": "2026-04-03T06:25:22.3671258",
    "inventoryTracked": "2026-04-03T06:25:22.3671258",
    "isNormalPriceChangesCampaign": true,
    "baseProductFuel": {
      "$id": "109",
      "pluG_UID": "LZEKukHG0UScvO79I5uqHQ==",
      "pluGuid": "ba0a912d-c641-44d1-9cbc-eefd239baa1d",
      "fuelPluG_UID": "k2vB3p3zcUuNS5e4NWVXRA==",
      "fuelPluGuid": "dec16b93-f39d-4b71-8d4b-97b835655744",
      "price": 3,
      "productDescription": "sample string 4",
      "productBarcode": "sample string 5",
      "fuelProductDescription": "sample string 6",
      "fuelProductBarcode": "sample string 7",
      "fuelProductPrice": 8
    },
    "productFuelLinks": [
      {
        "$ref": "109"
      },
      {
        "$ref": "109"
      }
    ]
  },
  "supplier": {
    "$ref": "9"
  },
  "serviceFee": {
    "$id": "110",
    "id": 1,
    "description": "sample string 1",
    "fee": 1
  },
  "isPrimaryHost": true,
  "hostVendor": 48
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

application/vnd.openxmlformats-officedocument.spreadsheetml.sheet

Sample:
PK+3�\��5xl/workbook.xml �(�����0D�&�C�pIp��Ճ��@[����%�x�3;�v�ɺ�im�>z0>w%�!�9�o$i�';��w�u�,�lש�jۼ5��Wp4`P�x�F�W�?,?:��K����Q^�K����G9[��d���7UD�~3���5�,:���	g.W�p�M�&�fxI)�;{�����PK+3�\����	�[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
+3�\�0�''_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="R673375fe9efb44ea" /></Relationships>PK+3�\j!l���+xl/worksheets/sheet1.xml �(���[s9��
��RKjI)�[�7�s6����cjm�����@��M���)�4�W��ݚ��oo?��ruw:�#5,�.V�˻o��۫���g'���?���b;��ͣ���z���h<�\\/n�����ƮV�������6^]]-/立�������zq3�ң6�����j}��|_/旻-��<,u;_�
�N.��z���zqu:��G�㳓]���~��<h^����?�_�]��.v�
~�{����rq5�q�}���X~�ޒJn7�bu���>�]6�
��w�//���94h�UQ�臃������~8��0���0���W>�UDu�|��o~��v?���G�
�
�����~�;>ߍ���k�L��������#ф�i��{������ۑw�*m#��+���!��@�֠���������*Xo|�r|Z%~T~����*�2*���~�4�gzI���=:��t�7	��:�0���;����8ԶX��LtAC���:C1��B:ͨmm�E���F��1�����I'�G�#�`���ZSY!�C��B �y�P2��H�"$#hDz4 1	�0"
5ã]1$&�d2D
�F��xȋP��C��zʋXQ�`r%�C�	���!1	������
�l�����I!e���I��j�d7�N��
�I𹳜��[JSVC�(HLB(�c�a	+S[!1	�NE���z�2�I�r�P**�X��$&��Su�2�$(S�0&1i�wW8Tk�+$&�ͽi�t^�J�2�Isd���
k��$
�hK͂�ƺ�)&M�"�&�=�k�P�I,����Ȋ*���zi�&�$9K�9�/�4�Ģ-X�!�;g�:�Ģչ���h=�$fe�Ģ-�ED�3����f�����8J	A!y���C�X�l��,lb��#M���;�Ĥ�<GSvs=�MLڬf�Q���y�"�Zg�6���D�@��j��)���1��!]��z�w�Iwd�(j�����Bb���V<h^���\U�v�Iy��y5QE��t��EpV�Z!1�l�,�ޢ��
n%úÍ��#-u?�-o�v%s�I�E�
�ic����
�I�1I��A�5FW:��tEͦ֋�a{�l��t��]�H���JbbU�n]�w9„$��ܡ�?1m�LHb�&-܀�9E�be�D$�@�e��:jU�1�6�]���ݕ��r�f��n٘�8R�~ZE�%UVHD����:LDb�SQ�G�R�z/��H̲$e(e���c���G"��>>�����L����H�t�6�����^�Z�M��>��CyU����j^��A��]�O���BC�
�J�������Cl�O�i>�+�=dϒ����Ĩ�F�O��#{�n�FQ��\�F{���C�8�t��*1�t5]�(���\���,w8������zu?X�i��	���}ݞ7ó��g�d�������#t1kG@qގ0eğ�[F<nG�2�I;ˈ��_F<kG�2�y;"�/Ř�/���+!���Za��B��o���;!�I�^a�~B��	!LݏmL�OBS�����"�0u�B��_���D0!0y'�
��;����V��D0�aO;��D0�a"OK��D0�a2O[��`L�u�i�΂5
�Y��:�\g����,��r�Z��`P�uj�΂E-�Y��:&�\g����,��q��:��T�c:O�:��T�c:O�:��T�c:O���t�
>uL��S�t�
>E�M>E���S�:>E���S�:>E���S�:>E���S�:>E���S�u|�΂O=�Y��:>�\g����,��s��z��L�g:��z��L�i8�<�f��Qñ���$.��t��W9BxW�B����0��!���ӎ'<�?�y>�-�"c���,݄������y�xU���|5��������~W�g���d���d��ա�GaWL�O�?әþtL�[�Ύ�k��ɤkp�58�<��S�3o"�D�D���YO��Lz8gRX�_o&�y��fR؇_j&���z�5X�숏�-�]k�0`k��K��S�u�)Ӻ�|�G[���.�k�`���"�p�%��S�*��K�P�"/�B	���
5(�F*B|?��x��.�=�O�;�O����Y����}!�7i/�1Z�.�Gq����Fz��}��7}��1�{�|��0!�7N���W�$�)oZ?���V�k��	��Z	.Ԋ	1l�{��
򅊺���Ѐ��ϻ׋��b�x��.ֻ����{�PK+3�\-ů��Pxl/_rels/workbook.xml.rels �(���Kn� @��f_6rP�M6ݦ����b��m��E��+�R�H]t��h~OO��|�Xoߦ��`LC�
xŀ�7��Sp��A�v���s�H�0'RV|R��<?R�L��NU�ї�qҹ����6'�!�ki\2�I��C�
w��'��0}
�z��c�Y�O)�k�U�y�
��5�Ԗ�z�E�+ �nj)_FL�^��B�[��5��]ez�>�X.�tZ�j��Fּ9J&�<�U�����PK+3�\Ѓc'2E
xl/styles.xml �(��S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v�F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&�
AR>��� ��im��ΑF���YO��%�}���LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PK+3�\�K�
�2xl/sharedStrings.xml �(��ko�8��-p����S�����"u��ؤ�����᎒(��,yE)��p�����H��͚�3��H���mW,^qMIU~8s��.�*#������+:[��*�8;`z����{J�-釳��ٿ�����!z^�q	���w���z{A�5F}����m�;DʳEZ�e���٢-�-^�X�||�||���M��)���h>��`�W��[�M��v�/��cz�:�eCr�e�b��*������cW/��bm���
�k�-]<���W
�*�v�0پ4ڴ���د%ѐ���h��(�n\�:�qڐW��B��.L
�l��0�~����XU`�o'I�ej�jd43*��v��d
��Ն�q��Mi�p�ׇ�
�T#��%T���e�	�����ܐ�)6� ��c����^�;\n���4�Hv���h	�#*
���Տ��L����`��2M�u�Z���
S�$���Nq_)6m�=)ɮ�͞�[fWχ��)u�[���	W�
�ގ�ٌ�B���hȾЖ4\'H�X�Y�bE�<W
*��p�Ha���1Ch8�m|M�
/3�7T㗪�;[�IQS�(���GI�AR��9��:5Y��M&�R|��n�S�����[Q�X�W����q	A,�)�ٌ�9#i))1��D�͈u�`K��3�<L��	'�^<����.�@���
�~K�v����h.d���W�S�q\ଏ��b�9���4�6����࠸	1g�G�K�uf@>-W
�
D�Rm�xٰL��_�W�XC�sS{6�Og�s���~��lMA��&�a��0d@�������C�����vY^�|�O��J�ܱ7A���n:�1Q;Ijc�ͼ���Y(p}+�m캶��8�"Z�j�P��
�r
�p�G;�	|x�<��N���x�>!�{B~���	���{'��53��jUA���xBϹ�$�����߯�$���Ժ>g'��������<����P������v���su�p�i�E��#�[�燖�f��d��3o�)�A�i� �]���ǻ����s���=8u(��w����
 ��'�AG��ɒ��l��4-�T�iX>^斏��B)��s����������PO�CtU�$7?H�*���̠�P��Km�!��ޗv�@6�*^_��s�g�(��S�n�V��\R�[ ml9����%J�0�L-�͸�,6�g����A�톋��s���=#�~��-Q���2-��D�8j�xȟ�Le��Q����rp]�\,`�
�{���
N�2�rA}47U�Ry����]u�$0�:Z��a�B-�`��(��Q�=�~�G���ڋ�,C��y�������k�� ����`4��ZT��\���w��ZۼT?8�CyS�=lR�h���[3����h%�>a��쐄���:oV�'?gʇnJOO�=���s�p1�F*H�s4eH���a߮�!#g�>z /���m�R��N!�*� F]QH�����i��ӳ'T��=��E�<�ʠ7Ȧ+�
��a�.�Q�s�
	V�w��hT`R�
�=n^*����`������
�
�σ�}����[�t��y�Qc�����ZW�uUZ�����z*-��‘���f�w|����Dx���D��Dx'��D��u������{ILU���摝sg��'�,��l$G�2شԛq��G���ǡ_2�6N�Lx|�������2I��L���C��a>����:�K��m��3��Η���=�$+
F9�#�����X�·�hr�u65�����y��0�"�d?����m�n~�Ḣ4Ϣ��8zR�ϐ�:)�g�e=���P�Ø:C���TZ���� ��!o8�#C�������0�hQ�3��8OÅ]J��˜���7��e�\mRȑ$C�R��e��|�~��/H�
��eˎ�Y��K�¥@�R򇚈6��k�ϝ*�jx��¯�9��k�61��qV�	q�)"&���qR��B3ʚ34�����sҥ��v��'�a�	|\e��6XL���Qm!�J�5�pXR�pP�?��t�.��'�G�I6���.rq�"[����F�w\wC�q���tvV�p^��Z�r���G�e�Сj���DŽN���w�<�m�	p�;v���2�_b;�"�\�	�„��h�bǶ�e�V���kE�Y9r�,��o����k�{�h+ܙ8:P׵�����?�����!�r�+X�,9Z��;�1�=�5�˻ꀊ��X�z�p���s���~�5?�`�S�)�`���'2�*�P�t(�X
g�I�8�p�.Se�e�>�K�oKy@����PL��3�A�
\v��1/��A/@PB
ؗ�����
�	*��)���j����.�zHcW��R�*VžG�oU��`9��R��-_&PA�Z�=�1�#��̗@G�!��{HDp:�F�=��� ѹ%�}
J��%~�%��By�[>�!۱P��2�����?��L��s�=�>�9$�ИgN�][O�������iU�\�u�Q�^��QϢԥ�E�
�,�*/�E�ѻ����T�l u�zf�C)�$���x|�}�~�7)�:�7�e�T��8-�y5��$a��\9w]�v��ǎ�
���V�v`-q��0�2?����.c�+@�e�!M-C
�آ9�=�2Ft��0�Ls'D���"��Q�Y�M]+��0͓e�&�<����\.gc��/�b�ܱ��ǖ��Ȋ�vf�^z�
�؎�i.���˰�&�v�T��1zS���Q�Ƀ>��H4��@�*���h寠�+{/u�G���O`왁��{g!�YH���VHO+$$0�f:a$�ϡg:s!���O?K>m�w�Rz4&�ͭh��vmw;pr�_L�sE��Fīߍ����L|nO6toM=��q�Q�d���D,�؊�Աp`�)��l��#H�3Z�+(�6_J���%���eF
K���(�
�@8����B<72
�%�M��4$UU2
y�7�7C��㬃�	O�X��x7ҋd�$��z���K~�ߖ��{�Jv�����mn� V2W��*��Qy���)7s���C-��ֵx�0��t�b������e6��{�'݆/-�ryF�3��!���
7p��M�<f��?��ѻ=�b�T%cM�����^��	��Rd5?�C��(u�ᢒ��t��A���윔�O�?ֱ�C��3Y��mhdL6�ip�[��4Euh�n%����(��*JvѶW�����
{W�G��)w��R/r�-�z��U�6j�JjP`U+^g�E����TB�bD��N2�ر�j^]Q��� ���&|��0��=J�}�A�W|6}�3����ԏ�\�M/��� 3�����'����퍅6ƝYO{�e~�5��87=6�����PK-+3�\��5xl/workbook.xmlPK-+3�\����	��[Content_Types].xmlPK-
+3�\�0�''T_rels/.relsPK-+3�\j!l���+�xl/worksheets/sheet1.xmlPK-+3�\-ů��P
xl/_rels/workbook.xml.relsPK-+3�\Ѓc'2E
Mxl/styles.xmlPK-+3�\�K�
�2�xl/sharedStrings.xmlPK��

application/vnd.ms-excel

Sample:
PK+3�\b���5xl/workbook.xml �(�����0D�&�C��UL��x�པEhK��|K	$޼��ξ�b6vh��G���Ľ�SN�=(�Nfv���� 틘��j#�
�'J�0r/�v��^i���d����j\Q�K����bi��0�(���]LD��M�_D�4WP�{�Qt�m���\��Ai�d4e�`�+kR��wXA���PK+3�\����	�[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
+3�\M���''_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="Re47b39322cc74bf8" /></Relationships>PK+3�\j!l���+xl/worksheets/sheet1.xml �(���[s9��
��RKjI)�[�7�s6����cjm�����@��M���)�4�W��ݚ��oo?��ruw:�#5,�.V�˻o��۫���g'���?���b;��ͣ���z���h<�\\/n�����ƮV�������6^]]-/立�������zq3�ң6�����j}��|_/旻-��<,u;_�
�N.��z���zqu:��G�㳓]���~��<h^����?�_�]��.v�
~�{����rq5�q�}���X~�ޒJn7�bu���>�]6�
��w�//���94h�UQ�臃������~8��0���0���W>�UDu�|��o~��v?���G�
�
�����~�;>ߍ���k�L��������#ф�i��{������ۑw�*m#��+���!��@�֠���������*Xo|�r|Z%~T~����*�2*���~�4�gzI���=:��t�7	��:�0���;����8ԶX��LtAC���:C1��B:ͨmm�E���F��1�����I'�G�#�`���ZSY!�C��B �y�P2��H�"$#hDz4 1	�0"
5ã]1$&�d2D
�F��xȋP��C��zʋXQ�`r%�C�	���!1	������
�l�����I!e���I��j�d7�N��
�I𹳜��[JSVC�(HLB(�c�a	+S[!1	�NE���z�2�I�r�P**�X��$&��Su�2�$(S�0&1i�wW8Tk�+$&�ͽi�t^�J�2�Isd���
k��$
�hK͂�ƺ�)&M�"�&�=�k�P�I,����Ȋ*���zi�&�$9K�9�/�4�Ģ-X�!�;g�:�Ģչ���h=�$fe�Ģ-�ED�3����f�����8J	A!y���C�X�l��,lb��#M���;�Ĥ�<GSvs=�MLڬf�Q���y�"�Zg�6���D�@��j��)���1��!]��z�w�Iwd�(j�����Bb���V<h^���\U�v�Iy��y5QE��t��EpV�Z!1�l�,�ޢ��
n%úÍ��#-u?�-o�v%s�I�E�
�ic����
�I�1I��A�5FW:��tEͦ֋�a{�l��t��]�H���JbbU�n]�w9„$��ܡ�?1m�LHb�&-܀�9E�be�D$�@�e��:jU�1�6�]���ݕ��r�f��n٘�8R�~ZE�%UVHD����:LDb�SQ�G�R�z/��H̲$e(e���c���G"��>>�����L����H�t�6�����^�Z�M��>��CyU����j^��A��]�O���BC�
�J�������Cl�O�i>�+�=dϒ����Ĩ�F�O��#{�n�FQ��\�F{���C�8�t��*1�t5]�(���\���,w8������zu?X�i��	���}ݞ7ó��g�d�������#t1kG@qގ0eğ�[F<nG�2�I;ˈ��_F<kG�2�y;"�/Ř�/���+!���Za��B��o���;!�I�^a�~B��	!LݏmL�OBS�����"�0u�B��_���D0!0y'�
��;����V��D0�aO;��D0�a"OK��D0�a2O[��`L�u�i�΂5
�Y��:�\g����,��r�Z��`P�uj�΂E-�Y��:&�\g����,��q��:��T�c:O�:��T�c:O�:��T�c:O���t�
>uL��S�t�
>E�M>E���S�:>E���S�:>E���S�:>E���S�:>E���S�u|�΂O=�Y��:>�\g����,��s��z��L�g:��z��L�i8�<�f��Qñ���$.��t��W9BxW�B����0��!���ӎ'<�?�y>�-�"c���,݄������y�xU���|5��������~W�g���d���d��ա�GaWL�O�?әþtL�[�Ύ�k��ɤkp�58�<��S�3o"�D�D���YO��Lz8gRX�_o&�y��fR؇_j&���z�5X�숏�-�]k�0`k��K��S�u�)Ӻ�|�G[���.�k�`���"�p�%��S�*��K�P�"/�B	���
5(�F*B|?��x��.�=�O�;�O����Y����}!�7i/�1Z�.�Gq����Fz��}��7}��1�{�|��0!�7N���W�$�)oZ?���V�k��	��Z	.Ԋ	1l�{��
򅊺���Ѐ��ϻ׋��b�x��.ֻ����{�PK+3�\�����Pxl/_rels/workbook.xml.rels �(���KN�0@�b͞���$�i7lؖ^���q�Ďl��Xp$��U$H%l����I3�����<��at��<c@�J�F;tp�����v��I�4̸�Vl��ĸ<P��Y��-hSG;?��R?�Eȣ��q���f��y���֣�G'O3����:19?`���%�Y�yR�k˖5����x��7S�<a����W2�-�F)^�EY��7�1£z�>]z�.��r���U�X_ɾ��ѫ��~PK+3�\Ѓc'2E
xl/styles.xml �(��S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v�F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&�
AR>��� ��im��ΑF���YO��%�}���LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PK+3�\�K�
�2xl/sharedStrings.xml �(��ko�8��-p����S�����"u��ؤ�����᎒(��,yE)��p�����H��͚�3��H���mW,^qMIU~8s��.�*#������+:[��*�8;`z����{J�-釳��ٿ�����!z^�q	���w���z{A�5F}����m�;DʳEZ�e���٢-�-^�X�||�||���M��)���h>��`�W��[�M��v�/��cz�:�eCr�e�b��*������cW/��bm���
�k�-]<���W
�*�v�0پ4ڴ���د%ѐ���h��(�n\�:�qڐW��B��.L
�l��0�~����XU`�o'I�ej�jd43*��v��d
��Ն�q��Mi�p�ׇ�
�T#��%T���e�	�����ܐ�)6� ��c����^�;\n���4�Hv���h	�#*
���Տ��L����`��2M�u�Z���
S�$���Nq_)6m�=)ɮ�͞�[fWχ��)u�[���	W�
�ގ�ٌ�B���hȾЖ4\'H�X�Y�bE�<W
*��p�Ha���1Ch8�m|M�
/3�7T㗪�;[�IQS�(���GI�AR��9��:5Y��M&�R|��n�S�����[Q�X�W����q	A,�)�ٌ�9#i))1��D�͈u�`K��3�<L��	'�^<����.�@���
�~K�v����h.d���W�S�q\ଏ��b�9���4�6����࠸	1g�G�K�uf@>-W
�
D�Rm�xٰL��_�W�XC�sS{6�Og�s���~��lMA��&�a��0d@�������C�����vY^�|�O��J�ܱ7A���n:�1Q;Ijc�ͼ���Y(p}+�m캶��8�"Z�j�P��
�r
�p�G;�	|x�<��N���x�>!�{B~���	���{'��53��jUA���xBϹ�$�����߯�$���Ժ>g'��������<����P������v���su�p�i�E��#�[�燖�f��d��3o�)�A�i� �]���ǻ����s���=8u(��w����
 ��'�AG��ɒ��l��4-�T�iX>^斏��B)��s����������PO�CtU�$7?H�*���̠�P��Km�!��ޗv�@6�*^_��s�g�(��S�n�V��\R�[ ml9����%J�0�L-�͸�,6�g����A�톋��s���=#�~��-Q���2-��D�8j�xȟ�Le��Q����rp]�\,`�
�{���
N�2�rA}47U�Ry����]u�$0�:Z��a�B-�`��(��Q�=�~�G���ڋ�,C��y�������k�� ����`4��ZT��\���w��ZۼT?8�CyS�=lR�h���[3����h%�>a��쐄���:oV�'?gʇnJOO�=���s�p1�F*H�s4eH���a߮�!#g�>z /���m�R��N!�*� F]QH�����i��ӳ'T��=��E�<�ʠ7Ȧ+�
��a�.�Q�s�
	V�w��hT`R�
�=n^*����`������
�
�σ�}����[�t��y�Qc�����ZW�uUZ�����z*-��‘���f�w|����Dx���D��Dx'��D��u������{ILU���摝sg��'�,��l$G�2شԛq��G���ǡ_2�6N�Lx|�������2I��L���C��a>����:�K��m��3��Η���=�$+
F9�#�����X�·�hr�u65�����y��0�"�d?����m�n~�Ḣ4Ϣ��8zR�ϐ�:)�g�e=���P�Ø:C���TZ���� ��!o8�#C�������0�hQ�3��8OÅ]J��˜���7��e�\mRȑ$C�R��e��|�~��/H�
��eˎ�Y��K�¥@�R򇚈6��k�ϝ*�jx��¯�9��k�61��qV�	q�)"&���qR��B3ʚ34�����sҥ��v��'�a�	|\e��6XL���Qm!�J�5�pXR�pP�?��t�.��'�G�I6���.rq�"[����F�w\wC�q���tvV�p^��Z�r���G�e�Сj���DŽN���w�<�m�	p�;v���2�_b;�"�\�	�„��h�bǶ�e�V���kE�Y9r�,��o����k�{�h+ܙ8:P׵�����?�����!�r�+X�,9Z��;�1�=�5�˻ꀊ��X�z�p���s���~�5?�`�S�)�`���'2�*�P�t(�X
g�I�8�p�.Se�e�>�K�oKy@����PL��3�A�
\v��1/��A/@PB
ؗ�����
�	*��)���j����.�zHcW��R�*VžG�oU��`9��R��-_&PA�Z�=�1�#��̗@G�!��{HDp:�F�=��� ѹ%�}
J��%~�%��By�[>�!۱P��2�����?��L��s�=�>�9$�ИgN�][O�������iU�\�u�Q�^��QϢԥ�E�
�,�*/�E�ѻ����T�l u�zf�C)�$���x|�}�~�7)�:�7�e�T��8-�y5��$a��\9w]�v��ǎ�
���V�v`-q��0�2?����.c�+@�e�!M-C
�آ9�=�2Ft��0�Ls'D���"��Q�Y�M]+��0͓e�&�<����\.gc��/�b�ܱ��ǖ��Ȋ�vf�^z�
�؎�i.���˰�&�v�T��1zS���Q�Ƀ>��H4��@�*���h寠�+{/u�G���O`왁��{g!�YH���VHO+$$0�f:a$�ϡg:s!���O?K>m�w�Rz4&�ͭh��vmw;pr�_L�sE��Fīߍ����L|nO6toM=��q�Q�d���D,�؊�Աp`�)��l��#H�3Z�+(�6_J���%���eF
K���(�
�@8����B<72
�%�M��4$UU2
y�7�7C��㬃�	O�X��x7ҋd�$��z���K~�ߖ��{�Jv�����mn� V2W��*��Qy���)7s���C-��ֵx�0��t�b������e6��{�'݆/-�ryF�3��!���
7p��M�<f��?��ѻ=�b�T%cM�����^��	��Rd5?�C��(u�ᢒ��t��A���윔�O�?ֱ�C��3Y��mhdL6�ip�[��4Euh�n%����(��*JvѶW�����
{W�G��)w��R/r�-�z��U�6j�JjP`U+^g�E����TB�bD��N2�ر�j^]Q��� ���&|��0��=J�}�A�W|6}�3����ԏ�\�M/��� 3�����'����퍅6ƝYO{�e~�5��87=6�����PK-+3�\b���5xl/workbook.xmlPK-+3�\����	�[Content_Types].xmlPK-
+3�\M���''V_rels/.relsPK-+3�\j!l���+�xl/worksheets/sheet1.xmlPK-+3�\�����P

xl/_rels/workbook.xml.relsPK-+3�\Ѓc'2E
Qxl/styles.xmlPK-+3�\�K�
�2�xl/sharedStrings.xmlPK��