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

ProductType

None.

HostProductGrade

ProductGrade

None.

HostProductGroup

string

None.

HostSlowMoving

boolean

None.

HostGeneralMerchandise

boolean

None.

HostPillar

string

None.

HostLastUpdated

date

None.

Rebate

Rebate override value

decimal number

None.

RebateExclude

Rebate exclude flag

boolean

None.

InvoiceCodes

Collection of ProductInvoicingDetail

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

StoreIDs

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

Collection of integer

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

PreferredSupplier

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

boolean

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

PreferredRebateSupplier

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

boolean

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

SupplierName

string

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

SalesMode

SalesMode

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

OrderPacked

boolean

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

Active

boolean

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

Price

integer

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

CostGstPercent

integer

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

ParentPluG_UID

Collection of byte

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

ParentPluGuid

globally unique identifier

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

Freight

decimal number

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

FreightType

FreightFeeType

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

Product

Product

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

Supplier

Supplier

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

ServiceFee

ServiceFee

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

IsPrimaryHost

boolean

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

HostVendor

integer

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

Response Formats

application/json, text/json

Sample:
{
  "pluG_UID": "hgLW3enPZUOFYPMCKvpLiA==",
  "pluGuid": "ddd60286-cfe9-4365-8560-f3022afa4b88",
  "supplierIdentifier": "7GOHFwcOMkm+CMH89PBIhw==",
  "supplierIdentifierGuid": "178763ec-0e07-4932-be08-c1fcf4f04887",
  "cartonQuantity": 1,
  "cartonQuantityChanged": true,
  "productSize": "sample string 2",
  "cigarettesPerSleeve": 1,
  "randomWeight": true,
  "piecesPerUnit": 4,
  "averagePackSize": 5,
  "effectiveDate": "2025-06-14T07:29:45.3984106",
  "pricedByWeight": true,
  "landedUnitCostEx": 8,
  "landedUnitCostInc": 9,
  "landedCartonCostInc": 10,
  "landedCartonCostEx": 11,
  "standardCost": 12,
  "deliveryFee": 1,
  "deliveryFeeBasis": "sample string 13",
  "pickAndPackFee": 1,
  "pickAndPackFeeBasis": "sample string 14",
  "financeFee": 1,
  "financeFeeBasis": "sample string 15",
  "cartonLength": 1,
  "cartonWidth": 1,
  "cartonHeight": 1,
  "palletLayerQuantity": 1,
  "palletLayers": 1,
  "itemCode": "sample string 16",
  "invoiceCode": "sample string 17",
  "invoiceDesc": "sample string 18",
  "orderDirect": true,
  "useCost": true,
  "minimumQuantity": 19,
  "hostType": 20,
  "fromHost": 21,
  "minimumReorder": 1,
  "maximumReorder": 1,
  "orderMultiple": 22.1,
  "sellMultiple": 23.1,
  "baseMultiple": 24.1,
  "hostStandardCost": 25,
  "hostTotalCost": 26,
  "hostRetail": 27,
  "hostLandedUnitCostEx": 28,
  "hostLandedUnitCostInc": 29,
  "hostDesc": "sample string 30",
  "directIndicator": "sample string 31",
  "availableToOrder": true,
  "hostRangeIndicator": "sample string 33",
  "hostProductType": "sample string 34",
  "hostProductGrade": "sample string 35",
  "hostProductGroup": "sample string 36",
  "hostSlowMoving": true,
  "hostGeneralMerchandise": true,
  "hostPillar": "sample string 39",
  "hostLastUpdated": "2025-06-14T07:29:45.3984106",
  "rebate": 1.0,
  "rebateExclude": true,
  "invoiceCodes": [
    {
      "$id": "2",
      "pluG_UID": "uMl9WErhNkSVrJT2lR+JZA==",
      "pluGuid": "587dc9b8-e14a-4436-95ac-94f6951f8964",
      "supplierIdentifier": "q+5dOG8Dt0mVNMo5hWjjXQ==",
      "supplierIdentifierGuid": "385deeab-036f-49b7-9534-ca398568e35d",
      "invoiceCode": "sample string 1",
      "storeIDs": [
        1,
        2
      ]
    },
    {
      "$ref": "2"
    }
  ],
  "storeIDs": [
    1,
    2
  ],
  "preferredSupplier": true,
  "preferredRebateSupplier": true,
  "supplierName": "sample string 40",
  "salesMode": 41,
  "orderPacked": true,
  "active": true,
  "price": 1,
  "costGstPercent": 43,
  "parentPluG_UID": "uJa6a35AYU2SKYoRN8Eesg==",
  "parentPluGuid": "6bba96b8-407e-4d61-9229-8a1137c11eb2",
  "freight": 44.0,
  "freightType": 1,
  "product": {
    "$id": "3",
    "plu": 1,
    "storeID": 1,
    "masterPluG_UID": "QEA=",
    "storeIDs": [
      1,
      2
    ],
    "g_UId": "hul2Tzc3zUKCe44SFUeF6g==",
    "guid": "4f76e986-3737-42cd-827b-8e12154785ea",
    "apn": "sample string 1",
    "apnChanged": true,
    "apnSwitched": true,
    "barcode": "sample string 4",
    "itemNumber": "sample string 5",
    "itemNumberChanged": true,
    "priceGroupG_UID": "MJOwv7EP0keSCAqYCoDHww==",
    "priceGroupGuid": "bfb09330-0fb1-47d2-9208-0a980a80c7c3",
    "blueprintID": 1,
    "lastCountedDate": "2025-06-14T07:29:45.3984106",
    "externalID": "sample string 7",
    "active": true,
    "activated": "2025-06-14T07:29:45.3984106",
    "pluCreated": "2025-06-14T07:29:45.3984106",
    "createdByUser": "sample string 9",
    "name": "sample string 10",
    "nameChanged": true,
    "secondDescription": "sample string 12",
    "hostDescription": "sample string 13",
    "keepCartonQty": true,
    "keepDescription": true,
    "keepDepartments": true,
    "keepSuppliers": true,
    "markdownDescription": "sample string 18",
    "altDescription": "sample string 19",
    "bestOrExpire": 20,
    "lastUpdate": "2025-06-14T07:29:45.3984106",
    "lastManualUpdate": "2025-06-14T07:29:45.3984106",
    "imageName": "sample string 23",
    "showImageOnFlipCharts": true,
    "showTextOnFlipCharts": true,
    "overrideFlipChartText": true,
    "flipChartText": "sample string 27",
    "salesMode": 1,
    "eftCode": 1,
    "price": 1,
    "priceChanged": true,
    "rrp": 1,
    "gstPercent": 28,
    "gstPercentChanged": true,
    "costGSTPercent": 29,
    "costGSTPercentChanged": true,
    "wetPercent": 1,
    "priceOverride": 1,
    "cost": 1,
    "currentCost": 1,
    "currentCostDecimals": 1,
    "grossProfit": 1.0,
    "currentCostDesc": "sample string 30",
    "currentCostEnd": "2025-06-14T07:29:45.3984106",
    "currentCostUpdated": "2025-06-14T07:29:45.3984106",
    "costDecimals": 31,
    "costChanged": true,
    "dealCostIdentifier": "QEA=",
    "excludeFromRebate": true,
    "rebateOverride": 1,
    "costCalcMethod": 1,
    "costCalcMethodChanged": true,
    "costEffectiveDate": "2025-06-14T07:29:45.3984106",
    "defaultGP": 1,
    "breakTargetMode": 32,
    "break1": 1,
    "price1": 1,
    "target1": 33,
    "break2": 1,
    "price2": 1,
    "target2": 34,
    "break3": 1,
    "price3": 1,
    "target3": 35,
    "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,
    "awsUpdated": "2025-06-14T07:29:45.3984106",
    "posTare": 1,
    "altPrice": 1.0,
    "altPriceChanged": true,
    "altPriceMode": 52,
    "altPriceModeChanged": true,
    "altPLUG_UID": "XGXzNRLCdkmbU6PPVWFKZw==",
    "altPLUGuid": "35f3655c-c212-4976-9b53-a3cf55614a67",
    "altPLUGuidChanged": true,
    "altPriceDescription1": "sample string 53",
    "altPriceDescription2": "sample string 54",
    "cartonQuantity": 55,
    "cartonQuantityChanged": true,
    "trayID": 1,
    "promptID": 1,
    "tare": 1,
    "packQty": 1,
    "fixedWeight": 1,
    "extraMesg": 1,
    "text1": "sample string 57",
    "text2": "sample string 58",
    "text3": "sample string 59",
    "labelText": "sample string 60",
    "labelTextChanged": true,
    "sendToScale": true,
    "nonScaleWeigh": true,
    "labelFormat": "sample string 64",
    "barcodeFormat": "sample string 65",
    "austMade": 1,
    "coolCode": 66,
    "countryOfOrigin": "sample string 67",
    "percentContent": 68.1,
    "departmentID": 1,
    "subDepartmentID": 1,
    "minorDepartmentID": 1,
    "lesserDepartmentID": 1,
    "deptCode": "sample string 69",
    "subDeptCode": "sample string 70",
    "minorDeptCode": "sample string 71",
    "lesserDeptCode": "sample string 72",
    "deptName": "sample string 73",
    "subDeptName": "sample string 74",
    "minorDeptName": "sample string 75",
    "lesserDeptName": "sample string 76",
    "departmentChanged": true,
    "subCategoryID": 1,
    "expiry": 1,
    "showDays": 1,
    "datePrint": 1,
    "labelRequired": true,
    "labelShelfQty": 79,
    "labelShelfChanged": true,
    "labelTalkerQty": 81,
    "labelSmall": true,
    "labelLastPrinted": "2025-06-14T07:29:45.3984106",
    "labelLastPrice": 1,
    "shelfPageLayoutG_UID": "ACKf5Mf5+k+WqMywT8W7YQ==",
    "shelfPageLayoutGuid": "e49f2200-f9c7-4ffa-96a8-ccb04fc5bb61",
    "talkerPageLayoutG_UID": "8jmIYGDQf06gRYKAvBefEA==",
    "talkerPageLayoutGuid": "608839f2-d060-4e7f-a045-8280bc179f10",
    "unitMeasure": 1.1,
    "unitMeasureChanged": true,
    "unitMeasureKind": 84,
    "unitMeasureKindChanged": true,
    "signIQData": "sample string 86",
    "refresh": true,
    "earnLoyaltyPoints": true,
    "earnLoyaltyPointsChanged": true,
    "quantityOverride": true,
    "quantityOverrideChanged": true,
    "quantityRequired": true,
    "quantityRequiredChanged": true,
    "allowDiscounts": true,
    "allowDiscountsChanged": true,
    "discountDiscounts": true,
    "discountDiscountsChanged": true,
    "itemRecalled": true,
    "itemRecalledChanged": true,
    "noRefund": true,
    "noRefundChanged": true,
    "allowMarkdown": true,
    "allowMarkdownChanged": true,
    "priceRequired": true,
    "priceRequiredChanged": true,
    "fuelItem": true,
    "fuelItemChanged": true,
    "trackSerial": true,
    "trackSerialChanged": true,
    "allowZeroPrice": true,
    "allowZeroPriceChanged": true,
    "notForSale": 90,
    "notForSaleChanged": true,
    "excludeFromDeals": true,
    "excludeFromVoucher": true,
    "minimumAge": 93,
    "minimumAgeChanged": true,
    "buyingLimit": 1,
    "buyingLimitChanged": true,
    "buyingLimitIndependent": true,
    "buyingLimitIndependentChanged": true,
    "inventoryGuid": "L/A38dsj2EeoMYr20aSiKg==",
    "inventoryIdentifier": "f137f02f-23db-47d8-a831-8af6d1a4a22a",
    "inventoryAccuracy": 1,
    "baseUnits": 97,
    "orderPacked": 1,
    "isManufactured": true,
    "isIngredient": true,
    "isModifier": true,
    "isModifierChanged": true,
    "hasModifiers": 98,
    "defaultPrinter": "sample string 99",
    "defaultPrinterGroup": "sample string 100",
    "ingredientsOnManufacture": true,
    "manufactureUnitMeasure": 1,
    "mpl": 1,
    "maxShelfQty": 101,
    "allowAutoOrder": true,
    "warrantyPeriod": 1,
    "parentPluG_UId": "DUBnIBori0+TK6NabzA2Bw==",
    "parentPluGuid": "2067400d-2b1a-4f8b-932b-a35a6f303607",
    "preferredHostVendor": 103,
    "preferredHostChanged": true,
    "code": "sample string 105",
    "supplierIdentifier": "bSizyCqYb0S1FdrFrtlurA==",
    "supplierIdentifierGuid": "c8b3286d-982a-446f-b515-dac5aed96eac",
    "supplierChanged": true,
    "rebateSupplierIdentifier": "xUDnw2CRkEG1DSmMm5aOsQ==",
    "rebateSupplierIdentifierGuid": "c3e740c5-9160-4190-b50d-298c9b968eb1",
    "rebateSupplierChanged": true,
    "availableForOrder": true,
    "warehouseDirectIndicator": "sample string 107",
    "warehouseDirectIndicatorChanged": true,
    "productGrade": "sample string 109",
    "productType": "sample string 110",
    "productGroup": "sample string 111",
    "complianceIndicator": "sample string 112",
    "inhouseBrand": "sample string 113",
    "slowMoving": true,
    "generalMerchandise": true,
    "comment": "sample string 116",
    "lastUpdatedByUser": "sample string 117",
    "lastManualUpdatedByUser": "sample string 118",
    "lastUpdatedByUserOverride": true,
    "lastUpdatedByHost": "2025-06-14T07:29:45.3984106",
    "commodity": "sample string 120",
    "businessPillar": "sample string 121",
    "mscCommodity": "sample string 122",
    "hostIdentifier": "61svMiUDFESIjFAQTj+e3g==",
    "hostIdentifierGuid": "322f5beb-0325-4414-888c-50104e3f9ede",
    "serviceFeeID": 1,
    "serviceFeeIDChanged": true,
    "providerName": "sample string 124",
    "aisleEnds": "sample string 125",
    "deleted": true,
    "deletedChanged": true,
    "hidden": true,
    "doNotRange": true,
    "doNotRangeChanged": true,
    "doNotOrder": true,
    "doNotOrderChanged": true,
    "locked": true,
    "excludeFromWebUpdate": true,
    "excludeFromWebUpdateChanged": true,
    "webPriceBasedOn": 136,
    "webPriceRounding": true,
    "webMarkup": 138,
    "webPriceMode": 139,
    "altDepartmentID": 1,
    "altSubDepartmentID": 1,
    "altMinorDepartmentID": 1,
    "altLesserDepartmentID": 1,
    "altDeptCode": "sample string 140",
    "altSubDeptCode": "sample string 141",
    "altMinorDeptCode": "sample string 142",
    "altLesserDeptCode": "sample string 143",
    "altDepartmentChanged": true,
    "storeProducts": [
      {
        "$ref": "3"
      },
      {
        "$ref": "3"
      }
    ],
    "store": {
      "$id": "4",
      "id": 1,
      "isMaster": true,
      "shortName": "sample string 3",
      "url": "sample string 4",
      "sortOrder": 1,
      "name": "sample string 5",
      "phone": "sample string 6",
      "fax": "sample string 7",
      "email": "sample string 8",
      "address1": "sample string 9",
      "address2": "sample string 10",
      "city": "sample string 11",
      "state": "sample string 12",
      "country": "sample string 13",
      "postCode": "sample string 14",
      "delivery": 1,
      "exportAccounts": 1,
      "salesAccountFolder": "sample string 15",
      "purchaseAccountFolder": "sample string 16",
      "initLoad": 1,
      "initIDs": 1,
      "zoneID": 1,
      "actAsMaster": 1,
      "lastActiveUtc": "2025-06-14T07:29:45.3984106",
      "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": "YNHrf5dh+kKYu7jFgybJmQ==",
      "hostIdentifierGuid": "7febd160-6197-42fa-98bb-b8c58326c999",
      "hostName": 1,
      "hostAddress": "sample string 27",
      "hostUsername": "sample string 28",
      "hostPassword": "sample string 29",
      "excludeFromLeadInOut": true,
      "accountingProvider": 31,
      "accountingAddress": "sample string 32",
      "accountingUsername": "sample string 33",
      "accountingPassword": "sample string 34",
      "storeAccountingCode": "sample string 35",
      "softwareVariance": 36,
      "fuelWarningVariance": 37.0,
      "fuelErrorVariance": 38.0,
      "fuelAccumulatedWarningVariance": 39.0,
      "fuelAccumulatedErrorVariance": 40.0,
      "drawManagment": 41,
      "endOfDayManagment": true,
      "autoFillCashBalancing": true,
      "fuelDayVariance": 44,
      "accountingTradingTime": "00:00:00.1234567",
      "stockActivateProduct": 46,
      "giftCardSalesAccountingDeptCode": "sample string 47",
      "transactionDiscountAccountingDeptCode": "sample string 48",
      "size": 49,
      "updated": "2025-06-14T07:29:45.3984106",
      "priceZoneName": "sample string 51",
      "storeFuelConfigured": true,
      "shippingAddressCopied": true,
      "shippingAddress": {
        "$id": "5",
        "storeID": 1,
        "addressType": 1,
        "address1": "sample string 1",
        "address2": "sample string 2",
        "city": "sample string 3",
        "state": "sample string 4",
        "country": "sample string 5",
        "postCode": "sample string 6"
      },
      "billingAddress": {
        "$ref": "5"
      },
      "hostStoreSettings": [
        {
          "$id": "6",
          "id": 1,
          "hostIdentifier": "+wpsDEEq80SDWJYTq/+Vgw==",
          "hostIdentifierGuid": "0c6c0afb-2a41-44f3-8358-9613abff9583",
          "storeID": 2,
          "username": "sample string 3",
          "password": "sample string 4",
          "passwordPlain": "sample string 5",
          "serverAddress": "sample string 6",
          "serverPort": 1,
          "excludeFromLeadInOut": true,
          "useForHostFile": true,
          "metcashPillarID": "sample string 9",
          "metcashStateCode": "sample string 10",
          "metcashCustomerID": "sample string 11",
          "metcashTradingPartnerID": "sample string 12",
          "drakesCustomerNumber": 1,
          "sparCustomerNumber": "sample string 13",
          "sparOrderUsername": "sample string 14",
          "sparOrderPassword": "sample string 15",
          "sparOrderPasswordPlain": "sample string 16",
          "pharmXSiteID": 1,
          "ibaZoneID": 1,
          "ibaState": "sample string 17",
          "foodlandStoreCode": "sample string 18",
          "ilgMemberNumber": "sample string 19",
          "ilgOutletLocation": 1,
          "ilgBaseCost": 1,
          "ilgApplyNonAdvertisedPromos": true,
          "ilgExemptFromFreight": true,
          "ilgOrderDealReview": true,
          "ilgFinanceFee": 1,
          "processPromotions": true,
          "hostProvider": 0,
          "host": {
            "$id": "7",
            "identifier": "PZPdufd2tky+iNXt36o6iw==",
            "identifierGuid": "b9dd933d-76f7-4cb6-be88-d5eddfaa3a8b",
            "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": "7uN8GNcZ+021WN8h3a/Csw==",
            "hostSupplierIdentifierGuid": "187ce3ee-19d7-4dfb-b558-df21ddafc2b3",
            "loyaltyPriceLevelIdentifier": "hR/CVjv8jECKvIA9NhlLyQ==",
            "loyaltyPriceLevelIdentifierGuid": "56c21f85-fc3b-408c-8abc-803d36194bc9",
            "isGroup": true,
            "description": "sample string 22",
            "hostProvider": 23,
            "hostTypeEnum": 24,
            "hostType": "sample string 25",
            "hostCode": "sample string 26",
            "username": "sample string 27",
            "password": "sample string 28",
            "passwordPlain": "sample string 29",
            "server": "sample string 30",
            "url": "sample string 31",
            "global": true,
            "stateCode": "sample string 33",
            "lastCollected": "2025-06-14T07:29:45.3984106",
            "lastProcessed": "2025-06-14T07:29:45.3984106",
            "hold": true,
            "supplierName": "sample string 35",
            "supplier": {
              "$id": "8",
              "identifier": "rwRqe4bNyUWH9Jr+xDihmQ==",
              "identifierGuid": "7b6a04af-cd86-45c9-87f4-9afec438a199",
              "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": "R57/Hq7ID02YzCTk/ealEw==",
              "primaryContactID": "1eff9e47-c8ae-4d0f-98cc-24e4fde6a513",
              "storeID": 1,
              "abn": "sample string 16",
              "supplierGroupIdentifier": "HAqjV3iJCUu3ZF0hqbUbhw==",
              "supplierGroupGuid": "57a30a1c-8978-4b09-b764-5d21a9b51b87",
              "rebate": 1.0,
              "rebateType": 1,
              "rebateFrequency": 1,
              "rebateSource": 1,
              "rebateLastClaimed": "2025-06-14T07:29:45.3984106",
              "rebateLastClaimedAmount": 1.0,
              "cartonsOnly": true,
              "minimumOrderValue": 1,
              "enforceMinimumQuantity": true,
              "freight": 19.0,
              "freightType": 20,
              "deleted": true,
              "deletedUser": "sample string 22",
              "storeName": "sample string 23",
              "primaryContact": {
                "$id": "9",
                "id": "08a6f408-4063-46c7-bf0a-93b009a488d6",
                "identifier": "MXNJsx/36kSstUwKF/16lQ==",
                "identifierGuid": "b3497331-f71f-44ea-acb5-4c0a17fd7a95",
                "familyName": "sample string 1",
                "givenNames": "sample string 2",
                "otherNames": "sample string 3",
                "title": "sample string 4",
                "dateOfBirth": "sample string 5",
                "sex": "sample string 6",
                "address": "sample string 7",
                "address1": "sample string 8",
                "address2": "sample string 9",
                "town": "sample string 10",
                "state": "sample string 11",
                "country": "sample string 12",
                "postalCode": "sample string 13",
                "telephone": "sample string 14",
                "mobile": "sample string 15",
                "email": "sample string 16",
                "fax": "sample string 17",
                "primary": true
              },
              "contacts": [
                {
                  "$id": "10",
                  "supplierIdentifier": "gn6Ln5Vi0UycIqwbHULHlw==",
                  "supplierIdentifierGuid": "9f8b7e82-6295-4cd1-9c22-ac1b1d42c797",
                  "contactGuid": "DmuML/8/XESlZVW5wqYv4Q==",
                  "contactID": "2f8c6b0e-3fff-445c-a565-55b9c2a62fe1",
                  "contact": {
                    "$ref": "9"
                  },
                  "supplier": {
                    "$ref": "8"
                  }
                },
                {
                  "$ref": "10"
                }
              ],
              "products": [
                {
                  "$ref": "1"
                },
                {
                  "$ref": "1"
                }
              ],
              "orderCycleHeaders": [
                {
                  "$id": "11",
                  "storeID": 1,
                  "supplierIdentifier": "WTUd7rD4XUe1l7KH4qTy3g==",
                  "supplierGuid": "ee1d3559-f8b0-475d-b597-b287e2a4f2de",
                  "departmentCode": "sample string 2",
                  "warehouseDirectIndicator": "sample string 3",
                  "type": 4,
                  "storeName": "sample string 5",
                  "departmentName": "sample string 6",
                  "orderDays": 7
                },
                {
                  "$ref": "11"
                }
              ],
              "cycles": [
                {
                  "$id": "12",
                  "storeID": 1,
                  "supplierIdentifier": "GXEmd+j+vUO1u+JGgBTLCw==",
                  "supplierGuid": "77267119-fee8-43bd-b5bb-e2468014cb0b",
                  "departmentCode": "sample string 2",
                  "warehouseDirectIndicator": "sample string 3",
                  "type": 4,
                  "cutOffWeek": 5,
                  "cutOffDay": 6,
                  "cutOffTime": "00:00:00.1234567",
                  "leadTime": 7,
                  "daysBuffer": 8,
                  "supplierName": "sample string 9",
                  "cutOffDate": "2025-06-14T07:29:45.3984106",
                  "deliveryDate": "2025-06-14T07:29:45.3984106",
                  "nextCutOffDate": "2025-06-14T07:29:45.3984106",
                  "nextDeliveryDate": "2025-06-14T07:29:45.3984106",
                  "nextDaysBuffer": 10
                },
                {
                  "$ref": "12"
                }
              ],
              "store": {
                "$ref": "4"
              },
              "updated": "2025-06-14T07:29:45.3984106",
              "isHost": true
            },
            "files": [
              {
                "$id": "13",
                "id": "sample string 1",
                "fileName": "sample string 2",
                "extension": "sample string 3",
                "provider": 0,
                "type": 0,
                "hostType": "sample string 4",
                "createdUtc": "2025-06-14T07:29:45.3984106",
                "processed": "2025-06-14T07:29:45.3984106",
                "isProcessing": true,
                "processedCount": 6,
                "processingTime": 1,
                "collectedUtc": "2025-06-14T07:29:45.3984106",
                "size": 1,
                "sizeFormat": "sample string 7",
                "isArchive": true,
                "version": "sample string 9",
                "reference": "sample string 10",
                "digest": "sample string 11",
                "contentType": "sample string 12",
                "host": {
                  "$ref": "7"
                },
                "metcashHeader": {
                  "$id": "14",
                  "customerNumber": "sample string 1",
                  "creationDate": "2025-06-14T07:29:45.3984106",
                  "businessPillar": "sample string 3",
                  "fileType": "sample string 4"
                }
              },
              {
                "$ref": "13"
              }
            ],
            "zoneMatrix": [
              {
                "$id": "15",
                "id": 1,
                "hostIdentifier": "aD8V+Hl/k0WIjghgRhEu5w==",
                "hostIdentifierGuid": "f8153f68-7f79-4593-888e-086046112ee7",
                "storeID": 1,
                "departmentCode": "sample string 2",
                "hostGuids": [
                  "7d019ec1-42e7-431d-a09e-51172b4fd322",
                  "2fdb004d-016b-428e-a344-e16fca927346"
                ]
              },
              {
                "$ref": "15"
              }
            ],
            "hostFileStoreSetting": {
              "$ref": "6"
            },
            "hostStoreSettings": [
              {
                "$ref": "6"
              },
              {
                "$ref": "6"
              }
            ],
            "promotionPlacements": [
              {
                "$id": "16",
                "identifier": "1Kj2wbejEkeeT9CfJY2PgQ==",
                "identifierGuid": "c1f6a8d4-a3b7-4712-9e4f-d09f258d8f81",
                "code": "sample string 2",
                "description": "sample string 3",
                "isAdvertised": true
              },
              {
                "$ref": "16"
              }
            ],
            "promoTypeGuids": [
              "49531fd4-06bd-4f10-921d-aa3c182ff962",
              "6e2e68e1-90cc-4623-8887-c600c2866ae7"
            ],
            "isPromotionOnly": false,
            "isOrderable": false,
            "vendor": 0
          },
          "groupIDs": [
            1,
            2
          ],
          "hostDescription": "sample string 24"
        },
        {
          "$ref": "6"
        }
      ],
      "accounts": [
        {
          "$id": "17",
          "id": 1,
          "storeID": 1,
          "accountName": "sample string 2",
          "bsb": "sample string 3",
          "accountNumber": "sample string 4",
          "accountDesignated": true
        },
        {
          "$ref": "17"
        }
      ],
      "sales": [
        {
          "$id": "18",
          "id": 1,
          "storeID": 1,
          "externalSalesType": 2,
          "ftpSiteID": 1,
          "lastSaleProcessed": "2025-06-14T07:29:45.3984106",
          "ftpSite": {
            "$id": "19",
            "id": 1,
            "description": "sample string 2",
            "address": "sample string 3",
            "username": "sample string 4",
            "password": "sample string 5",
            "path": "sample string 7",
            "protocol": 8
          }
        },
        {
          "$ref": "18"
        }
      ],
      "zoneMatrix": [
        {
          "$ref": "15"
        },
        {
          "$ref": "15"
        }
      ],
      "cashManagements": [
        {
          "$id": "20",
          "id": 1,
          "storeID": 1,
          "cashManagementType": 2,
          "apiID": 1,
          "organisationID": "sample string 3",
          "siteName": "sample string 4",
          "thirdPartyAPI": {
            "$id": "21",
            "id": 1,
            "description": "sample string 2",
            "address": "sample string 3",
            "username": "sample string 4",
            "password": "sample string 5",
            "passwordPlain": "sample string 6",
            "token": "sample string 7",
            "apiType": 8,
            "apiSubType": 9
          }
        },
        {
          "$ref": "20"
        }
      ],
      "updateStoreID": "0c831b72-3124-49cc-8f58-b436bd7bb2d8",
      "updateStore": {
        "$id": "22",
        "id": "9eb5cc87-c40d-4a06-84c2-e04ec8779eaa",
        "name": "sample string 1",
        "lastActivity": "2025-06-14T07:29:45.3984106",
        "zone": "sample string 2",
        "timeZoneOffset": 0.0,
        "businessHoursStart": "00:00:00.1234567",
        "businessHoursEnd": "00:00:00.1234567",
        "master": true,
        "lastIP": "sample string 10",
        "lastHostName": "sample string 11",
        "ping": 1,
        "pingStatus": "sample string 12",
        "lastUpdateCompleted": "2025-06-14T07:29:45.3984106"
      },
      "timeZoneId": "sample string 53",
      "securityOptions": {
        "$id": "23",
        "loginMode": 1,
        "allowSelfVerification": true,
        "verifierEmail": "sample string 3",
        "source": "sample string 4",
        "loginModeInherited": 5,
        "loginModeSource": "sample string 6",
        "selfVerifyInherited": true,
        "selfVerifySource": "sample string 8",
        "verifyEmailInherited": "sample string 9",
        "verifyEmailSource": "sample string 10"
      }
    },
    "storePrices": [
      {
        "$id": "24",
        "pluG_UID": "YOmWaMZRQ0ic5g39skkHXg==",
        "pluGuid": "6896e960-51c6-4843-9ce6-0dfdb249075e",
        "plu": 1,
        "storeID": 1,
        "zoneID": 2,
        "zoneName": "sample string 3",
        "store": "sample string 4",
        "priceNow": 5,
        "costNow": 6,
        "costNowDecimals": 7,
        "normalPrice": 8,
        "gstPercent": 9,
        "normalCost": 10,
        "normalCostDecimals": 11,
        "costGstPercent": 12,
        "costCalcMethod": 1,
        "currentCost": 13,
        "currentCostDecimals": 14,
        "break1": 15,
        "price1": 16,
        "break2": 17,
        "price2": 18,
        "break3": 19,
        "price3": 20,
        "fuelItem": 21,
        "fixedWeight": 22,
        "active": true,
        "complianceIndicator": "sample string 23",
        "doNotOrder": true,
        "doNotRange": true,
        "isNormalPriceChangesCampaign": true,
        "updated": "2025-06-14T07:29:45.3984106"
      },
      {
        "$ref": "24"
      }
    ],
    "currentPrices": {
      "$id": "25",
      "pluPrices": {
        "$id": "26",
        "plu": 1,
        "pluG_UID": "QEA=",
        "stores": [
          1,
          2
        ],
        "normalPrice": 1,
        "cost": 2,
        "break1": 3,
        "price1": 4,
        "break2": 5,
        "price2": 6,
        "break3": 7,
        "price3": 8,
        "discountPrice": 9,
        "acceptedUtc": "2025-06-14T07:29:45.3984106",
        "priceChangeType": 0,
        "costDecimals": 10
      },
      "normalPluPrices": {
        "$ref": "26"
      },
      "winningCampaign": 1,
      "winner": {
        "$id": "27",
        "campaignName": "sample string 1",
        "campaignDescription": "sample string 2",
        "startDate": "2025-06-14T07:29:45.3984106",
        "startTime": 3,
        "endDate": "2025-06-14T07:29:45.3984106",
        "endTime": 4,
        "newPrice": 5,
        "newCost": 6,
        "newCostDecimals": 7,
        "pctDiscount": 8,
        "promoType": 1,
        "promotionTypeCode": "sample string 9",
        "hostType": 10,
        "hostIdentifier": "haYy5QX0uE6Epv9bSBfKFg==",
        "hostIdentifierGuid": "e532a685-f405-4eb8-84a6-ff5b4817ca16",
        "storeNames": [
          "sample string 1",
          "sample string 2"
        ]
      },
      "details": [
        {
          "$ref": "27"
        },
        {
          "$ref": "27"
        }
      ]
    },
    "tray": {
      "$id": "28",
      "g_UId": "fX8ueEUfTk2aQaQdnOERUQ==",
      "guid": "782e7f7d-1f45-4d4e-9a41-a41d9ce11151",
      "name": "sample string 1",
      "number": 1,
      "tare": 1
    },
    "priceGroup": {
      "$id": "29",
      "priceGroupG_UID": "Pbqmtx4LdEeVQFGBiG9Zgg==",
      "priceGroupGuid": "b7a6ba3d-0b1e-4774-9540-5181886f5982",
      "name": "sample string 2",
      "code": 1,
      "modified": true,
      "updated": "2025-06-14T07:29:45.3984106",
      "buyingLimit": 1,
      "buyingLimitIndependent": true,
      "buyingLimitType": 0,
      "number": 1,
      "products": [
        {
          "$ref": "3"
        },
        {
          "$ref": "3"
        }
      ],
      "productCount": 1
    },
    "priceGroupName": "sample string 145",
    "nutrifacts": {
      "$id": "30",
      "pluG_UID": "68Zn9uWvTEWoaYKb3/kKQA==",
      "pluGuid": "f667c6eb-afe5-454c-a869-829bdff90a40",
      "plu": 1,
      "servingsPerPack": 1,
      "servingSize": 1,
      "showAllergens": 1,
      "energy": 1,
      "protein": 1,
      "fat": 1,
      "saturated": 1,
      "carbo": 1,
      "sugars": 1,
      "sodium": 1,
      "potasium": 1,
      "calcium": 1,
      "fibre": 1,
      "soya": 1,
      "nutsSeeds": 1,
      "shells": 1,
      "eggs": 1,
      "dairy": 1,
      "gluten": 1,
      "sulphites": 1,
      "peanuts": 1,
      "sesame": 1,
      "fish": 1,
      "lupins": 1
    },
    "dates": {
      "$id": "31",
      "pluGuid": "3770a116-e371-46e1-8943-1a59dbfe2471",
      "created": "2025-06-14T07:29:45.3984106",
      "createdByUser": "sample string 1",
      "activated": "2025-06-14T07:29:45.3984106",
      "deactivated": "2025-06-14T07:29:45.3984106",
      "lastOrdered": "2025-06-14T07:29:45.3984106",
      "lastOrderedQty": 2.0,
      "lastReceived": "2025-06-14T07:29:45.3984106",
      "lastReceivedQty": 3.0,
      "lastInvoiceStatus": 1,
      "lastCounted": "2025-06-14T07:29:45.3984106",
      "lastSold": "2025-06-14T07:29:45.3984106",
      "firstSold": "2025-06-14T07:29:45.3984106",
      "awsUpdated": "2025-06-14T07:29:45.3984106",
      "lastManualUpdate": "2025-06-14T07:29:45.3984106",
      "lastManualUpdatedByUser": "sample string 5",
      "lastUpdated": "2025-06-14T07:29:45.3984106",
      "lastUpdatedByUser": "sample string 7",
      "lastUpdatedByHost": "2025-06-14T07:29:45.3984106",
      "doNotRangeUpdated": "2025-06-14T07:29:45.3984106",
      "doNotOrderUpdated": "2025-06-14T07:29:45.3984106",
      "tracked": "2025-06-14T07:29:45.3984106"
    },
    "allergens": [
      {
        "$id": "32",
        "allergenID": 1,
        "pluG_UID": "c4m3Aor6t0OAUejmuRGxFw==",
        "pluGuid": "02b78973-fa8a-43b7-8051-e8e6b911b117",
        "contains": 2,
        "allergenName": "sample string 3",
        "storeIDs": [
          1,
          2
        ]
      },
      {
        "$ref": "32"
      }
    ],
    "costs": {
      "$id": "33",
      "pluG_UID": "h7VRY63t4UKMqzsmK1n6JQ==",
      "pluGuid": "6351b587-edad-42e1-8cab-3b262b59fa25",
      "enteredCost": 1,
      "weightedAvgCost": 1,
      "lastCost": 1,
      "rawEnteredCost": 2,
      "rawWeightedAvgCost": 3,
      "rawLastCost": 4,
      "freight": 5.0,
      "freightType": 6,
      "costDecimals": 7,
      "fifoCost": 1,
      "updated": "2025-06-14T07:29:45.3984106",
      "normalCost": 1,
      "currentCost": 1
    },
    "sales": [
      {
        "$id": "34",
        "saleHeaderID": 1,
        "created": "2025-06-14T07:29:45.3984106",
        "createdLocal": "2025-06-14T07:29:45.3984106",
        "storeID": 3,
        "storeName": "sample string 4",
        "operatorG_Uid": "zcAqn/w4H067RTBaOxj18A==",
        "operatorGuid": "9f2ac0cd-38fc-4e1f-bb45-305a3b18f5f0",
        "operatorName": "sample string 5",
        "tranType": 1,
        "plu": 1,
        "pluG_UId": "G+nhJEn6C0uk+vpDyMFWMg==",
        "pluGuid": "24e1e91b-fa49-4b0b-a4fa-fa43c8c15632",
        "normalPrice": 1,
        "totalCents": 1,
        "cost": 1,
        "grossProfit": 1,
        "quantity": 1,
        "operator": {
          "$id": "35",
          "id": 1,
          "g_Uid": "mDDlvoAD2kaut6mQBsTylg==",
          "guid": "bee53098-0380-46da-aeb7-a99006c4f296",
          "operatorNumber": 1,
          "shortName": "sample string 2",
          "firstName": "sample string 3",
          "lastName": "sample string 4",
          "password": "sample string 5",
          "hasPassword": true,
          "passwordText": "sample string 6",
          "rfidTagID": "sample string 7",
          "blueprintID": 1,
          "groupID": 1,
          "groupName": "sample string 8",
          "managerGroupID": 1,
          "managerGroupName": "sample string 9",
          "zoneID": 1,
          "zoneName": "sample string 10",
          "loggedIn": 1,
          "lastUsedIP": "sample string 11",
          "deleted": true,
          "locked": true,
          "allowOpenTill": true,
          "webEmail": "sample string 14",
          "simpleOperatorType": 0,
          "webRole": "sample string 15",
          "updated": "2025-06-14T07:29:45.3984106",
          "passwordResetRequired": true,
          "alteredInStore": true,
          "startShift": "2025-06-14T07:29:45.3984106",
          "endShift": "2025-06-14T07:29:45.3984106",
          "machineName": "sample string 20",
          "drawerID": 1,
          "stores": [
            {
              "$id": "36",
              "operatorG_UID": "jr6nnufbjUuGlY1/ly/27g==",
              "operatorGuid": "9ea7be8e-dbe7-4b8d-8695-8d7f972ff6ee",
              "storeID": 2,
              "operator": {
                "$ref": "35"
              },
              "store": {
                "$ref": "4"
              }
            },
            {
              "$ref": "36"
            }
          ]
        }
      },
      {
        "$ref": "34"
      }
    ],
    "apns": [
      {
        "$id": "37",
        "pluID": 1,
        "pluG_UID": "2qgHI2Dt1EeEfn+3GK2b1A==",
        "pluGuid": "2307a8da-ed60-47d4-847e-7fb718ad9bd4",
        "apn": "sample string 1",
        "deleted": true,
        "storeID": 1,
        "storeIDs": [
          1,
          2
        ]
      },
      {
        "$ref": "37"
      }
    ],
    "tuns": [
      {
        "$id": "38",
        "pluG_UId": "ANUpwsnzo0Sn+nF6doJFlA==",
        "pluGuid": "c229d500-f3c9-44a3-a7fa-717a76824594",
        "apn": "sample string 1",
        "tun": "sample string 2",
        "cartonQuantity": 3,
        "product": {
          "$ref": "3"
        },
        "storeIDs": [
          1,
          2
        ]
      },
      {
        "$ref": "38"
      }
    ],
    "competitionPricing": [
      {
        "$id": "39",
        "identifier": "94gtBKoxe06zrXZTtc94Bw==",
        "identifierGuid": "042d88f7-31aa-4e7b-b3ad-7653b5cf7807",
        "pluG_UID": "wYkn2aWCtE2S5+kicC+tCQ==",
        "pluGuid": "d92789c1-82a5-4db4-92e7-e922702fad09",
        "competitionID": 1,
        "name": "sample string 2",
        "sellMultiple": 3,
        "retailPrice": 4,
        "storeName": "sample string 5"
      },
      {
        "$ref": "39"
      }
    ],
    "supplier": {
      "$ref": "8"
    },
    "supplierName": "sample string 146",
    "children": [
      {
        "$ref": "3"
      },
      {
        "$ref": "3"
      }
    ],
    "ordering": {
      "$ref": "1"
    },
    "flipChartPages": [
      {
        "$id": "40",
        "identifier": "fYb7aXEXWka5+tkm4niXPA==",
        "groupName": "sample string 1",
        "identifierGuid": "69fb867d-1771-465a-b9fa-d926e278973c",
        "exists": true,
        "flipChartIdentifier": "Jlig6ii9sUG1UipqL5rwRg==",
        "flipChartIdentifierGuid": "eaa05826-bd28-41b1-b552-2a6a2f9af046",
        "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": "2BA7BZXaGUKS8dFZceIMfA==",
        "groupIdentifierGuid": "053b10d8-da95-4219-92f1-d15971e20c7c",
        "flipChart": {
          "$id": "41",
          "identifier": "QOWSDpbEDUycyfKeUFi0LA==",
          "identifierGuid": "0e92e540-c496-4c0d-9cc9-f29e5058b42c",
          "displayName": "sample string 2",
          "sortOrder": 3,
          "productsPerRow": 4,
          "rowsPerPage": 5,
          "buttonMarginX": 6,
          "buttonMarginY": 7,
          "beginButtonsX": 8,
          "beginButtonsY": 9,
          "autoSizeButtons": true,
          "autoSizeGrid": true,
          "showButtonText": true,
          "showButtonImage": true,
          "formLocationX": 1,
          "formLocationY": 1,
          "formWidth": 14,
          "formHeight": 15,
          "formMaximised": true,
          "formResizable": true,
          "formBackgroundImage": "sample string 16",
          "formBackgroundColourA": 1,
          "formBackgroundColourR": 1,
          "formBackgroundColourG": 1,
          "formBackgroundColourB": 1,
          "formFontFamily": "sample string 17",
          "formFontSize": 1.1,
          "formFontStyle": 1,
          "formAttributes": "sample string 18",
          "buttonWidth": 19,
          "buttonHeight": 20,
          "buttonAnchor": 21,
          "buttonBackgroundImage": "sample string 22",
          "buttonTopColour": 1,
          "buttonTextColour": 1,
          "buttonBottomColour": 1,
          "buttonBorderColour": 1,
          "buttonBorderWidth": 1,
          "buttonRadius": 1,
          "buttonGradientMode": 1,
          "buttonDropShadow": true,
          "buttonShadowWidth": 1,
          "buttonHighLightOnPush": true,
          "buttonFontFamily": "sample string 23",
          "buttonFontSize": 1.1,
          "buttonFontStyle": 1,
          "buttonTextAlign": 1,
          "buttonWordBreak": true,
          "buttonDrawImageAndButton": true,
          "buttonVerticalText": true,
          "buttonImageAlign": 1,
          "panelLocationX": 1,
          "panelLocationY": 1,
          "panelWidth": 1,
          "panelHeight": 1,
          "panelAnchor": 1,
          "panelFontFamily": "sample string 24",
          "panelFontSize": 1.1,
          "panelFontStyle": 1,
          "panelBackgroundColour": 1,
          "panelTextColour": 1,
          "panelAttributes": "sample string 25",
          "unsentCount": 26,
          "group": {
            "$id": "42",
            "identifier": "1dTO+GacV06gc34GJqy36w==",
            "identifierGuid": "f8ced4d5-9c66-4e57-a073-7e0626acb7eb",
            "name": "sample string 2",
            "formType": "sample string 3",
            "forms": [
              {
                "$id": "43",
                "id": 1,
                "g_UID": "esDYDCfdoUyFNwTQ0WDPCw==",
                "guid": "0cd8c07a-dd27-4ca1-8537-04d0d160cf0b",
                "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": "Eh8G5Y45O0qbRBtwHU/oUA==",
                "previousFormGuid": "e5061f12-398e-4a3b-9b44-1b701d4fe850",
                "nextForm": 1,
                "nextFormG_UID": "X0GO19PygkCcm4EIgyYUzQ==",
                "nextFormGuid": "d78e415f-f2d3-4082-9c9b-8108832614cd",
                "attributes": "sample string 10",
                "updated": "2025-06-14T07:29:45.3984106",
                "positioning": 1,
                "contentPanel": "sample string 11",
                "selectionMode": 1,
                "maximumSelections": 1,
                "alteredInStore": true,
                "deleted": true,
                "blueprintID": 1,
                "preserveLayout": true,
                "mainCheckoutFormName": "sample string 13",
                "nextCheckoutForm": {
                  "$ref": "43"
                },
                "previousCheckoutForm": {
                  "$ref": "43"
                },
                "buttons": [
                  {
                    "$id": "44",
                    "id": 1,
                    "checkoutFormID": 2,
                    "checkoutFormG_UID": "RvDt+jzKi0OAA0xppwHk/w==",
                    "checkoutFormGuid": "faedf046-ca3c-438b-8003-4c69a701e4ff",
                    "identifier": "uMuMXhT9RUOnjhbU463whQ==",
                    "identifierGuid": "5e8ccbb8-fd14-4345-a78e-16d4e3adf085",
                    "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": "O7Sw0fwoukuqazN8IShxzg==",
                    "valueGuid": "d1b0b43b-28fc-4bba-aa6b-337c212871ce",
                    "buttonText": "sample string 10",
                    "valueText": "sample string 11",
                    "drawImageAndButton": true,
                    "updated": "2025-06-14T07:29:45.3984106",
                    "action": "sample string 12",
                    "valueForm": {
                      "$ref": "43"
                    },
                    "image": {
                      "$id": "45",
                      "name": "sample string 3.sample string 4",
                      "imageID": 2,
                      "imageName": "sample string 3",
                      "imageExtension": "sample string 4",
                      "lastUpdate": "2025-06-14T07:29:45.3984106",
                      "imageData": "QEA=",
                      "readOnly": true
                    }
                  },
                  {
                    "$ref": "44"
                  }
                ],
                "panels": [
                  {
                    "$id": "46",
                    "id": 1,
                    "checkoutFormID": 2,
                    "checkoutFormG_UID": "/XBB4MqMsEeF3MV2xZ/kRg==",
                    "checkoutFormGuid": "e04170fd-8cca-47b0-85dc-c576c59fe446",
                    "panelType": "sample string 4",
                    "name": "sample string 5",
                    "locationX": 6,
                    "locationY": 7,
                    "width": 8,
                    "height": 9,
                    "anchor": 10,
                    "fontFamily": "sample string 11",
                    "fontSize": 12.1,
                    "fontStyle": 13,
                    "backgroundColour": 14,
                    "textColour": 15,
                    "attributes": "sample string 16"
                  },
                  {
                    "$ref": "46"
                  }
                ]
              },
              {
                "$ref": "43"
              }
            ],
            "panels": [
              {
                "$ref": "46"
              },
              {
                "$ref": "46"
              }
            ]
          },
          "pages": [
            {
              "$ref": "40"
            },
            {
              "$ref": "40"
            }
          ]
        },
        "contentPanel": {
          "$ref": "46"
        },
        "products": [
          {
            "$id": "47",
            "flipChartPageIdentifier": "ASWTmZa8n0eXxeWU2VYSiA==",
            "flipChartPageIdentifierGuid": "99932501-bc96-479f-97c5-e594d9561288",
            "pluG_UID": "U85UhVZFlU6sU0e0W5OGPg==",
            "pluGuid": "8554ce53-4556-4e95-ac53-47b45b93863e",
            "sortOrder": 3,
            "sent": true,
            "productChanged": true,
            "productImageName": "sample string 6",
            "productShowImageOnFlipCharts": true,
            "productShowTextOnFlipCharts": true,
            "productOverrideFlipChartText": true,
            "productFlipChartText": "sample string 10",
            "product": {
              "$ref": "3"
            },
            "departmentSortOrder": 11,
            "subDepartmentName": "sample string 12"
          },
          {
            "$ref": "47"
          }
        ],
        "productCount": 27,
        "pages": [
          {
            "$ref": "40"
          },
          {
            "$ref": "40"
          }
        ]
      },
      {
        "$ref": "40"
      }
    ],
    "priceHistory": [
      {
        "$id": "48",
        "pluG_UID": "4zhdhIW5U0umtVK8ihrtSQ==",
        "pluGuid": "845d38e3-b985-4b53-a6b5-52bc8a1aed49",
        "price": 1,
        "costCalcMethod": 1,
        "cost": 2,
        "weightedAvgCost": 3,
        "lastCost": 4,
        "rawCost": 5,
        "rawWeightedAvgCost": 6,
        "rawLastCost": 7,
        "costDecimals": 8,
        "serviceFeeID": 9,
        "freight": 10.0,
        "freightType": 11,
        "process": "sample string 12",
        "user": "sample string 13",
        "updated": "2025-06-14T07:29:45.3984106",
        "previousPrice": 1,
        "previousCostCalcMethod": 1,
        "previousCost": 1,
        "previousWeightedAvgCost": 1,
        "previousLastCost": 1,
        "previousRawCost": 15,
        "previousRawWeightedAvgCost": 16,
        "previousRawLastCost": 17,
        "previousCostDecimals": 1,
        "previousServiceFeeID": 18,
        "previousFreight": 19.0,
        "previousFreightType": 20,
        "storeID": 21,
        "storeName": "sample string 22",
        "serviceFeeDescription": "sample string 23",
        "previousServiceFeeDescription": "sample string 24"
      },
      {
        "$ref": "48"
      }
    ],
    "ingredients": [
      {
        "$id": "49",
        "pluG_UID": "L0cRPklYGEiJ1MFLzoP+6g==",
        "ingredientGuid": "2FQ/vubY9kG9gespooG92Q==",
        "ingredientIdentifier": "be3f54d8-d8e6-41f6-bd81-eb29a281bdd9",
        "quantity": 1.0,
        "storeIDs": [
          1,
          2
        ],
        "ingredientText": "sample string 1",
        "ingredient": {
          "$ref": "3"
        }
      },
      {
        "$ref": "49"
      }
    ],
    "bins": [
      {
        "$id": "50",
        "pluG_UID": "oQgPgZ3N2E2wqR7881NCHA==",
        "pluGuid": "810f08a1-cd9d-4dd8-b0a9-1efcf353421c",
        "shelfLocationIdentifier": "HcgTzi/cCUmit8XehjZZNw==",
        "shelfLocationGuid": "ce13c81d-dc2f-4909-a2b7-c5de86365937",
        "labelShelfDefault": 1,
        "labelTalkerDefault": 1,
        "labelSmall": true,
        "labelPageLayoutG_UID": "8ql183qOKkSbIikiitSxvQ==",
        "labelPageLayoutGuid": "f375a9f2-8e7a-442a-9b22-29228ad4b1bd",
        "updated": "2025-06-14T07:29:45.3984106",
        "electronicShelfLabelIdentifier": "sample string 5",
        "electronicshelfLabelsConfigurationID": 6,
        "labelShelfChanged": true,
        "productName": "sample string 8",
        "locationText": "sample string 9",
        "product": {
          "$ref": "3"
        },
        "location": {
          "$id": "51",
          "identifier": "n771VoZJjE2wahjg6mjBOA==",
          "storeID": 1,
          "identifierGuid": "56f5be9f-4986-4d8c-b06a-18e0ea68c138",
          "name": "sample string 2",
          "haccp": true,
          "blueprintID": 1,
          "updated": "2025-06-14T07:29:45.3984106",
          "minTemp": 1,
          "maxTemp": 1,
          "checkFrequency": 1,
          "storeCaseConfiguration": 5,
          "storeName": "sample string 6",
          "bins": [
            {
              "$ref": "50"
            },
            {
              "$ref": "50"
            }
          ]
        }
      },
      {
        "$ref": "50"
      }
    ],
    "bin": {
      "$ref": "50"
    },
    "scaleLocations": [
      {
        "$id": "52",
        "plu": 1,
        "pluG_UID": "mr6oEawmD0a5BFZJU50UTg==",
        "pluGuid": "11a8be9a-26ac-460f-b904-5649539d144e",
        "deptNo": 1,
        "product": {
          "$ref": "3"
        },
        "scaleLocation": {
          "$id": "53",
          "id": 1,
          "deptNo": 1,
          "deptCode": "sample string 2",
          "name": "sample string 3",
          "enabled": true,
          "updated": "2025-06-14T07:29:45.3984106",
          "department": {
            "$id": "54",
            "id": 1,
            "name": "sample string 2",
            "code": "sample string 3",
            "sortOrder": 4,
            "isLiquor": true,
            "isTobacco": true,
            "excludeTalker": true,
            "externalSales": true,
            "saleGLCode": "sample string 9",
            "cogsglCode": "sample string 10",
            "accountingCategoryID": 11,
            "maximumMarkdownPercentage": 12.0,
            "accountingOnly": true,
            "generateExternalID": 1,
            "useNonReportableTaxCode": true,
            "minPLU": 15,
            "maxPLU": 16,
            "scaleLocation": {
              "$ref": "53"
            },
            "subDepartments": [
              {
                "$id": "55",
                "id": 1,
                "departmentID": 2,
                "name": "sample string 3",
                "code": "sample string 4",
                "departmentCode": "sample string 5",
                "externalSales": true,
                "minorDepartments": [
                  {
                    "$id": "56",
                    "id": 1,
                    "subDepartmentID": 2,
                    "departmentID": 3,
                    "name": "sample string 4",
                    "subDepartmentCode": "sample string 5",
                    "departmentCode": "sample string 6",
                    "code": "sample string 7",
                    "lesserDepartments": [
                      {
                        "$id": "57",
                        "id": 1,
                        "departmentID": 2,
                        "subDepartmentID": 3,
                        "minorDepartmentID": 4,
                        "name": "sample string 5",
                        "code": "sample string 6",
                        "departmentCode": "sample string 7",
                        "subDepartmentCode": "sample string 8",
                        "minorDepartmentCode": "sample string 9",
                        "updated": "2025-06-14T07:29:45.3984106",
                        "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": "uh+u2ug1IkOA/rSCkhCvsQ==",
                        "labelPageLayoutGuid": "daae1fba-35e8-4322-80fe-b4829210afb1",
                        "minimumAge": 17,
                        "countryOfOrigin": "sample string 18",
                        "serviceFeeID": 1,
                        "eftCode": 19,
                        "defaultPrinter": "sample string 20",
                        "defaultPrinterGroup": "sample string 21",
                        "buyingLimit": 1,
                        "buyingLimitIndependent": true,
                        "buyingLimitType": 0,
                        "includeInDistinctLimit": true,
                        "defaultsEmpty": false,
                        "mscCat": {
                          "$id": "58",
                          "dept": 1,
                          "category": 2,
                          "name": "sample string 3",
                          "active": true,
                          "mscCommodities": [
                            {
                              "$id": "59",
                              "dept": 1,
                              "category": 2,
                              "commodity": 3,
                              "name": "sample string 4",
                              "active": true,
                              "mscSubCommodities": [
                                {
                                  "$id": "60",
                                  "dept": 1,
                                  "category": 2,
                                  "commodity": 3,
                                  "subCommodity": 4,
                                  "name": "sample string 5",
                                  "active": true,
                                  "subCommodityCode": "sample string 7"
                                },
                                {
                                  "$ref": "60"
                                }
                              ],
                              "commodityCode": "sample string 6"
                            },
                            {
                              "$ref": "59"
                            }
                          ],
                          "categoryCode": "sample string 5"
                        },
                        "mscCom": {
                          "$ref": "59"
                        },
                        "mscDep": {
                          "$id": "61",
                          "dept": 1,
                          "name": "sample string 2",
                          "active": true,
                          "mscCategories": [
                            {
                              "$ref": "58"
                            },
                            {
                              "$ref": "58"
                            }
                          ],
                          "deptCode": "sample string 4"
                        },
                        "mscSubCom": {
                          "$ref": "60"
                        }
                      },
                      {
                        "$ref": "57"
                      }
                    ],
                    "updated": "2025-06-14T07:29:45.3984106",
                    "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": "74yLDaUWDEm/N+61flo3OQ==",
                    "labelPageLayoutGuid": "0d8b8cef-16a5-490c-bf37-eeb57e5a3739",
                    "minimumAge": 15,
                    "countryOfOrigin": "sample string 16",
                    "serviceFeeID": 1,
                    "eftCode": 17,
                    "defaultPrinter": "sample string 18",
                    "defaultPrinterGroup": "sample string 19",
                    "buyingLimit": 1,
                    "buyingLimitIndependent": true,
                    "buyingLimitType": 0,
                    "includeInDistinctLimit": true,
                    "defaultsEmpty": false,
                    "mscCat": {
                      "$ref": "58"
                    },
                    "mscCom": {
                      "$ref": "59"
                    },
                    "mscDep": {
                      "$ref": "61"
                    },
                    "mscSubCom": {
                      "$ref": "60"
                    }
                  },
                  {
                    "$ref": "56"
                  }
                ],
                "investmentBuyOverride": true,
                "updated": "2025-06-14T07:29:45.3984106",
                "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": "U/uZpNctIEuuGqOgUhbzuw==",
                "labelPageLayoutGuid": "a499fb53-2dd7-4b20-ae1a-a3a05216f3bb",
                "minimumAge": 15,
                "countryOfOrigin": "sample string 16",
                "serviceFeeID": 1,
                "eftCode": 17,
                "defaultPrinter": "sample string 18",
                "defaultPrinterGroup": "sample string 19",
                "buyingLimit": 1,
                "buyingLimitIndependent": true,
                "buyingLimitType": 0,
                "includeInDistinctLimit": true,
                "defaultsEmpty": false,
                "mscCat": {
                  "$ref": "58"
                },
                "mscCom": {
                  "$ref": "59"
                },
                "mscDep": {
                  "$ref": "61"
                },
                "mscSubCom": {
                  "$ref": "60"
                }
              },
              {
                "$ref": "55"
              }
            ],
            "stores": [
              1,
              2
            ],
            "investmentBuyOverride": true,
            "updated": "2025-06-14T07:29:45.3984106",
            "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": "Wg03pwRLZE69mmUxPj3Frg==",
            "labelPageLayoutGuid": "a7370d5a-4b04-4e64-bd9a-65313e3dc5ae",
            "minimumAge": 25,
            "countryOfOrigin": "sample string 26",
            "serviceFeeID": 1,
            "eftCode": 27,
            "defaultPrinter": "sample string 28",
            "defaultPrinterGroup": "sample string 29",
            "buyingLimit": 1,
            "buyingLimitIndependent": true,
            "buyingLimitType": 0,
            "includeInDistinctLimit": true,
            "defaultsEmpty": false,
            "mscCat": {
              "$ref": "58"
            },
            "mscCom": {
              "$ref": "59"
            },
            "mscDep": {
              "$ref": "61"
            },
            "mscSubCom": {
              "$ref": "60"
            }
          }
        }
      },
      {
        "$ref": "52"
      }
    ],
    "nextPrice": {
      "$id": "62",
      "id": 1,
      "campaignID": 2,
      "campaignName": "sample string 3",
      "plu": 1,
      "hostOfferID": 1,
      "metcashPromotionID": "sample string 4",
      "metcashPromotionPlacement": "sample string 5",
      "pluG_UID": "3N6/r/bqokW2wVyX0d3MZg==",
      "pluGuid": "afbfdedc-eaf6-45a2-b6c1-5c97d1ddcc66",
      "newPrice": 1,
      "pctDiscount": 1,
      "newCost": 1,
      "newCostDecimals": 6,
      "dealCostIdentifier": "tpaHiRtRZk6G5cQuo//q+A==",
      "dealCostGuid": "898796b6-511b-4e66-86e5-c42ea3ffeaf8",
      "pluName": "sample string 7",
      "apn": "sample string 8",
      "fuelItem": true,
      "priceGroupG_UID": "B1LQpDQOa0OzzHKf0v8+XA==",
      "priceGroupGuid": "a4d05207-0e34-436b-b3cc-729fd2ff3e5c",
      "itemNumber": "sample string 10",
      "cri": "sample string 11",
      "pluPrice": 12,
      "pluCost": 13,
      "pluCostIndicator": "sample string 14",
      "pluPriceGstPercent": 15,
      "pluCostGstPercent": 16,
      "pluActive": true,
      "cartonQty": 1.1,
      "baseUnits": 18.1,
      "salesMode": 1,
      "pluNormalCost": 19,
      "pluaws": 20.0,
      "directNumber": "sample string 21",
      "departmentName": "sample string 22",
      "subDepartmentName": "sample string 23",
      "priceGroupName": "sample string 24",
      "supplierName": "sample string 25",
      "stockOnHand": 1.1,
      "stockOnOrder": 1.1,
      "lastReceived": "2025-06-14T07:29:45.3984106",
      "rrp": 26,
      "campaignDescription": "sample string 27",
      "campaignComboPriceGroupG_UID": "jc88q1RnVEy6Sf9+0bYfBQ==",
      "campaignComboPriceGroupIdentifier": "ab3ccf8d-6754-4c54-ba49-ff7ed1b61f05",
      "promotionPlacementDescription": "sample string 28",
      "storeAcceptances": [
        {
          "$id": "63",
          "plu": 1,
          "pluG_UId": "QEA=",
          "campaignID": 1,
          "campaignName": "sample string 2",
          "storeID": 3,
          "acceptedUtc": "2025-06-14T07:29:45.3984106",
          "operatorG_UID": "Q1Kk3lOKhEus8Lo8G2WfNA==",
          "operatorGuid": "dea45243-8a53-4b84-acf0-ba3c1b659f34",
          "machineID": 1,
          "processed": true,
          "appliedUtc": "2025-06-14T07:29:45.3984106",
          "signIqTicketFileMovedUtc": "2025-06-14T07:29:45.3984106",
          "user": "sample string 6",
          "campaignDescription": "sample string 7",
          "productDesc": "sample string 8",
          "storeName": "sample string 9",
          "effectiveUtc": "2025-06-14T07:29:45.3984106",
          "priceChangeType": 0,
          "operatorName": "sample string 10",
          "hostCampaign": true,
          "product": {
            "$ref": "3"
          },
          "campaignPlu": {
            "$ref": "62"
          }
        },
        {
          "$ref": "63"
        }
      ],
      "campaign": {
        "$id": "64",
        "id": 1,
        "storeID": 2,
        "name": "189710b0-e010-4867-b690-c012a1e210a5",
        "nameGuid": "189710b0-e010-4867-b690-c012a1e210a5",
        "description": "sample string 4",
        "showDiscounts": true,
        "showTotals": true,
        "onlyEvaluateOnSubtotal": true,
        "useDescription": true,
        "campaignType": 1,
        "startDate": "2025-06-14T07:29:45.3984106",
        "startTime": 1,
        "endDate": "2025-06-14T07:29:45.3984106",
        "endTime": 1,
        "recurrence": 1,
        "recurrenceType": 1,
        "monthType": 1,
        "weekDays": 1,
        "months": 1,
        "monthWeeks": 1,
        "monthDays": "sample string 7",
        "printed": true,
        "talkerText": "sample string 8",
        "rangeDescription": "sample string 9",
        "dealDescription": "sample string 10",
        "labelQuantity": 11,
        "active": 1,
        "deactivated": "2025-06-14T07:29:45.3984106",
        "system": true,
        "created": "2025-06-14T07:29:45.3984106",
        "updated": "2025-06-14T07:29:45.3984106",
        "priceChangeNotifiedUtc": "2025-06-14T07:29:45.3984106",
        "promoType": 1,
        "promotionTypeCode": "sample string 13",
        "hostIdentifier": "8akQgAduSki/8VjipweYow==",
        "hostIdentifierGuid": "8010a9f1-6e07-484a-bff1-58e2a70798a3",
        "hostType": 14,
        "createdByUser": "sample string 15",
        "fromHost": true,
        "deleted": true,
        "campaignDeleted": "2025-06-14T07:29:45.3984106",
        "updatedByUser": "sample string 18",
        "offerID": 1,
        "isPriceChangeCampaign": true,
        "stores": [
          1,
          2
        ],
        "storeNames": [
          "sample string 1",
          "sample string 2"
        ],
        "campaignPlus": [
          {
            "$ref": "62"
          },
          {
            "$ref": "62"
          }
        ],
        "campaignPools": [
          {
            "$id": "65",
            "id": 1,
            "campaignID": 2,
            "campaignName": "sample string 3",
            "plu": 4,
            "pluG_UID": "IePkpXkTT0e4l5YvnrxhAQ==",
            "pluGuid": "a5e4e321-1379-474f-b897-962f9ebc6101",
            "hostOfferID": 1,
            "priceGroupG_UID": "LbcxliaFT0ufykHsbm/OOQ==",
            "priceGroupGuid": "9631b72d-8526-4b4f-9fca-41ec6e6fce39",
            "fuelItem": true,
            "pluName": "sample string 6",
            "apn": "sample string 7",
            "pluActive": true,
            "cartonQty": 1,
            "baseUnits": 9.1,
            "cri": "sample string 10",
            "salesMode": 1,
            "pluaws": 11.0,
            "directNumber": "sample string 12",
            "departmentName": "sample string 13",
            "subDepartmentName": "sample string 14",
            "priceGroupName": "sample string 15",
            "supplierName": "sample string 16",
            "stockOnHand": 1.1,
            "stockOnOrder": 1.1,
            "lastReceived": "2025-06-14T07:29:45.3984106",
            "rrp": 17,
            "campaignDescription": "sample string 18",
            "product": {
              "$ref": "3"
            },
            "campaign": {
              "$ref": "64"
            }
          },
          {
            "$ref": "65"
          }
        ],
        "sellingRules": [
          {
            "$id": "66",
            "id": 1,
            "identifier": "q0b+kfddT0qRxIVtVsOjPA==",
            "identifierStr": "q0b+kfddT0qRxIVtVsOjPA==",
            "identifierGuid": "91fe46ab-5df7-4a4f-91c4-856d56c3a33c",
            "campaignID": 4,
            "campaignName": "sample string 5",
            "ruleJoin": 1,
            "ruleType": 6,
            "operand0": "sample string 7",
            "comparisonOp": 1,
            "operand1": "sample string 8",
            "action": 1,
            "operand2": "sample string 9",
            "operand3": "sample string 10",
            "includeExcludedItems": true,
            "noFurtherDiscounts": true,
            "description": "sample string 11",
            "sortOrder": 1,
            "isItemRule": false,
            "prevDept": "sample string 12",
            "campaign": {
              "$ref": "64"
            }
          },
          {
            "$ref": "66"
          }
        ],
        "customers": [
          {
            "$id": "67",
            "id": 1,
            "campaignID": 2,
            "campaignName": "sample string 3",
            "customerID": "Gkd3QCIDvUGenaXe/Sqdcw==",
            "customerIDGuid": "4077471a-0322-41bd-9e9d-a5defd2a9d73",
            "campaign": {
              "$ref": "64"
            },
            "customer": {
              "$id": "68",
              "identifier": "Z9jq5kg0KUmqhhm4MuoV2Q==",
              "identifierGuid": "e6ead867-3448-4929-aa86-19b832ea15d9",
              "code": "sample string 2",
              "familyName": "sample string 3",
              "givenName": "sample string 4",
              "otherName": "sample string 5",
              "title": "sample string 6",
              "dateOfBirth": "2025-06-14T07:29:45.3984106",
              "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": "aAO8KL1cBkmUMCg40vajUA==",
              "communityIdentifierGuid": "28bc0368-5cbd-4906-9430-2838d2f6a350",
              "joined": "2025-06-14T07:29:45.3984106",
              "updated": "2025-06-14T07:29:45.3984106",
              "active": true,
              "reasonInactive": 1,
              "groupCustomer": true,
              "loyaltyPoints": 1,
              "homeStoreID": 1,
              "availableSpend": 1,
              "priceLevelIdentifier": "8AQe8GA87EmL7TE4gDa4Rw==",
              "priceLevelIdentifierGuid": "f01e04f0-3c60-49ec-8bed-31388036b847",
              "marketingID": "sample string 18",
              "hidden": true,
              "registered": true,
              "registeredOn": "2025-06-14T07:29:45.3984106",
              "emailMarketing": true,
              "smsMarketing": true,
              "deleted": true,
              "deletedUser": "sample string 24",
              "homeStoreName": "sample string 25",
              "customerCards": [
                {
                  "$id": "69",
                  "cardType": 2,
                  "issueDate": "2025-06-14T07:29:45.3984106",
                  "expiry": "2025-06-14T07:29:45.3984106",
                  "customerID": "Fvj3AmiH7USkIATnDMeHmw==",
                  "customerIDGuid": "02f7f816-8768-44ed-a420-04e70cc7879b",
                  "initialValue": 1,
                  "currentValue": 1,
                  "maxLimit": 1,
                  "minTransaction": 1,
                  "maxTransaction": 1,
                  "multiplier": 1.1,
                  "active": true,
                  "reasonInactive": 1,
                  "idRequired": true,
                  "idType": 1,
                  "idValue": "sample string 5",
                  "updated": "2025-06-14T07:29:45.3984106",
                  "linkedAccount": "GnNhHp9Si06/mWlhl4D3eA==",
                  "linkedAccountGuid": "1e61731a-529f-4e8b-bf99-69619780f778",
                  "currentValueChanged": true,
                  "limitsChanged": true,
                  "customer": {
                    "$ref": "68"
                  },
                  "account": {
                    "$id": "70",
                    "id": 1,
                    "identifier": "EPr0KpvOsUeHuiFYieM3WA==",
                    "identifierGuid": "2af4fa10-ce9b-47b1-87ba-215889e33758",
                    "referenceNo": "sample string 3",
                    "name": "sample string 4",
                    "created": "2025-06-14T07:29:45.3984106",
                    "owner": "2BWOsKDWiUWYN54a03tp7w==",
                    "ownerGuid": "b08e15d8-d6a0-4589-9837-9e1ad37b69ef",
                    "accountStoreGroupIdentifier": "SLj4ARvooEioAbfDCIDmuA==",
                    "accountStoreGroupGuid": "01f8b848-e81b-48a0-a801-b7c30880e6b8",
                    "accountType": 1,
                    "currentBalance": 1,
                    "externalID": "sample string 7",
                    "maximumLimit": 1,
                    "accruePoints": true,
                    "loyaltyPoints": 1,
                    "termsOfTrade": 1,
                    "signatureRequired": true,
                    "referenceRequired": true,
                    "statementSendType": 10,
                    "ageingPeriod": 1,
                    "monthlyAgeingPeriod": true,
                    "explodedInvoice": true,
                    "isFifoAllocation": true,
                    "lastStatementSent": "2025-06-14T07:29:45.3984106",
                    "active": true,
                    "updated": "2025-06-14T07:29:45.3984106",
                    "deleted": true,
                    "deletedUser": "sample string 16",
                    "currentBalanceChanged": true,
                    "maximumLimitChanged": true,
                    "loyaltyPointsChanged": true,
                    "projectedBalance": 17,
                    "accountStoreGroupStoreIDs": [
                      1,
                      2
                    ],
                    "customerEmail": "sample string 18",
                    "ownerCustomer": {
                      "$ref": "68"
                    },
                    "card": {
                      "$ref": "69"
                    },
                    "members": {
                      "$id": "71",
                      "sample string 1": [
                        {
                          "$ref": "68"
                        },
                        {
                          "$ref": "68"
                        }
                      ],
                      "sample string 2": [
                        {
                          "$ref": "68"
                        },
                        {
                          "$ref": "68"
                        }
                      ]
                    },
                    "customerGroups": [
                      {
                        "$id": "72",
                        "identifier": "PbrQP+n0AE+LHQwTQUnnvQ==",
                        "identifierGuid": "3fd0ba3d-f4e9-4f00-8b1d-0c134149e7bd",
                        "name": "sample string 2",
                        "primaryContact": "66SB0KyDj0ua4pEvlOpm1A==",
                        "primaryContactGuid": "d081a4eb-83ac-4b8f-9ae2-912f94ea66d4",
                        "accountID": "QVdkqEAOq0Oj2wwQggP/cQ==",
                        "accountIDGuid": "a8645741-0e40-43ab-a3db-0c108203ff71",
                        "special": true,
                        "updated": "2025-06-14T07:29:45.3984106",
                        "active": true,
                        "reasonInactive": 1,
                        "priceLevelIdentifier": "nrPsw8aHrUOklLSCcmG87A==",
                        "priceLevelIdentifierGuid": "c3ecb39e-87c6-43ad-a494-b4827261bcec",
                        "deleted": true,
                        "account": {
                          "$ref": "70"
                        },
                        "primaryContactCustomer": {
                          "$ref": "68"
                        },
                        "customerGroupMembers": [
                          {
                            "$id": "73",
                            "id": 1,
                            "groupID": "HreTyUfZN0Sbe5G29hxmWA==",
                            "groupIDGuid": "c993b71e-d947-4437-9b7b-91b6f61c6658",
                            "customerID": "ZofwHwRj1kqCawnDrlY+dg==",
                            "customerIDGuid": "1ff08766-6304-4ad6-826b-09c3ae563e76",
                            "card": "sample string 4",
                            "linkedAccount": "evDrJwXd1EWzq/tGyflJAw==",
                            "linkedAccountGuid": "27ebf07a-dd05-45d4-b3ab-fb46c9f94903",
                            "customer": {
                              "$ref": "68"
                            },
                            "group": {
                              "$ref": "72"
                            },
                            "customerCard": {
                              "$ref": "69"
                            }
                          },
                          {
                            "$ref": "73"
                          }
                        ]
                      },
                      {
                        "$ref": "72"
                      }
                    ]
                  },
                  "payments": [
                    {
                      "$id": "74",
                      "id": 1,
                      "identifier": "BrWtr3lBfE2L0DQedaJsog==",
                      "identifierGuid": "afadb506-4179-4d7c-8bd0-341e75a26ca2",
                      "storeID": 2,
                      "operatorName": "sample string 3",
                      "saleHeaderID": 4,
                      "paymentType": 5,
                      "amount": 6,
                      "account": "sample string 7",
                      "accountID": "Czb2SpDyFUWLzhOik9h27A==",
                      "accountIDGuid": "4af6360b-f290-4515-8bce-13a293d876ec",
                      "customerAccount": {
                        "$ref": "70"
                      },
                      "customerCard": {
                        "$ref": "69"
                      },
                      "accountType": 1,
                      "cardName": "sample string 8",
                      "authorisationNumber": "sample string 9",
                      "bankReference": "sample string 10",
                      "merchantID": "sample string 11",
                      "terminalID": "sample string 12",
                      "cardNumber": "sample string 13",
                      "paymentDate": "2025-06-14T07:29:45.3984106",
                      "invRocNo": "sample string 14",
                      "responseCode": "sample string 15",
                      "cashout": 1,
                      "tip": 16,
                      "idempotentVoid": "Wry6TWXayEGGm3jPaEKyfA==",
                      "idempotentVoidGuid": "4dbabc5a-da65-41c8-869b-78cf6842b27c",
                      "offline": true,
                      "processed": 1,
                      "storeSaleHeader": {
                        "$id": "75",
                        "saleHeaderID": 1,
                        "saleHeaderGuid": "EBgHzFNpNUSvPQcTqqxkWA==",
                        "saleHeaderIdentifierGuid": "cc071810-6953-4435-af3d-0713aaac6458",
                        "created": "2025-06-14T07:29:45.3984106",
                        "createdLocal": "2025-06-14T07:29:45.3984106",
                        "createdText": "sample string 4",
                        "itemCount": 5,
                        "totalAmount": 6,
                        "cashTender": 1,
                        "cardTender": 1,
                        "cheqTender": 1,
                        "acctTender": 1,
                        "voucherTender": 1,
                        "loyaltyPoints": 1,
                        "cashout": 1,
                        "changeAmount": 1,
                        "rounding": 1,
                        "gstAmount": 1,
                        "transactionDiscountTender": 1,
                        "totalTip": 7,
                        "tranType": 1,
                        "processed": 1,
                        "imported": "2025-06-14T07:29:45.3984106",
                        "storeID": 1,
                        "operatorG_Uid": "qFYboFlxoEqcX/2s20jqvg==",
                        "operatorGuid": "a01b56a8-7159-4aa0-9c5f-fdacdb48eabe",
                        "customerG_Uid": "j/4UUCkSR0+QT7hzlhBSBg==",
                        "customerGuid": "5014fe8f-1229-4f47-904f-b87396105206",
                        "communityIdentifier": "cc+k0qX0VkuigmJJp1jwaQ==",
                        "communityIdentifierGuid": "d2a4cf71-f4a5-4b56-a282-6249a758f069",
                        "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": "DLRnhLJ320qDaneXf5Ct0w==",
                        "priceLevelIdentifierGuid": "8467b40c-77b2-4adb-836a-77977f90add3",
                        "locked": 36,
                        "relationChecksum": "sample string 37",
                        "loyaltyTender": 1,
                        "giftCardTender": 1,
                        "operator": {
                          "$ref": "35"
                        },
                        "customer": {
                          "$ref": "68"
                        },
                        "communityOrganisation": {
                          "$id": "76",
                          "id": 1,
                          "identifier": "zTm9Tewxh0S4e2tk5eTVhw==",
                          "identifierGuid": "4dbd39cd-31ec-4487-b87b-6b64e5e4d587",
                          "name": "sample string 3",
                          "lookupIdentifier": "sample string 4",
                          "externalID": "sample string 5",
                          "phone": "sample string 6",
                          "fax": "sample string 7",
                          "email": "sample string 8",
                          "address1": "sample string 9",
                          "address2": "sample string 10",
                          "city": "sample string 11",
                          "postCode": "sample string 12",
                          "state": "sample string 13",
                          "country": "sample string 14",
                          "totalAmountAwarded": 15.1,
                          "updated": "2025-06-14T07:29:45.3984106",
                          "deleted": true
                        },
                        "details": [
                          {
                            "$id": "77",
                            "saleItemID": 1,
                            "identifier": "PbUh8esn40adI9PYimedsw==",
                            "identifierGuid": "f121b53d-27eb-46e3-9d23-d3d88a679db3",
                            "saleHeaderID": 2,
                            "plu": 1,
                            "pluG_UId": "rFtNVUF3p0S9Qkmo3RLXRw==",
                            "pluGuid": "554d5bac-7741-44a7-bd42-49a8dd12d747",
                            "accountID": "H3QOA/Vsqk6hBIOcz/zkaw==",
                            "accountIDGuid": "030e741f-6cf5-4eaa-a104-839ccffce46b",
                            "normalPrice": 3,
                            "originalSellingPrice": 4,
                            "discountPrice": 5,
                            "unit": 1,
                            "quantity": 6,
                            "totalCents": 7,
                            "fixedPrice": 1,
                            "tranType": 1,
                            "discountType": 1,
                            "cost": 1,
                            "costDecimals": 8,
                            "markdown": 1,
                            "manualQuantity": 1,
                            "manualPrice": 1,
                            "manualMode": 1,
                            "active": 1,
                            "offline": true,
                            "barcode": "sample string 9",
                            "keyedSale": 1,
                            "discountedID": 1,
                            "fuelID": 1,
                            "serialNumber": "sample string 10",
                            "bestOrExpire": "2025-06-14T07:29:45.3984106",
                            "bestOrExpireType": 1,
                            "providerName": "sample string 11",
                            "refundG_UID": "yn2jpZUnkEaXzc8pVSRQ2A==",
                            "refundGuid": "a5a37dca-2795-4690-97cd-cf29552450d8",
                            "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": "f8AEceoMyEyhYHRN+Wlsuw==",
                            "idempotentVoidGuid": "7104c07f-0cea-4cc8-a160-744df9696cbb",
                            "priceLevelIdentifier": "4JgKZgtK7keqlULrs0ry1Q==",
                            "priceLevelIdentifierGuid": "660a98e0-4a0b-47ee-aa95-42ebb34af2d5",
                            "productName": "sample string 23",
                            "apn": "sample string 24",
                            "unknownScans": [
                              {
                                "$id": "78",
                                "id": 1,
                                "saleDetailID": 2,
                                "storeID": 1,
                                "scanned": "2025-06-14T07:29:45.3984106",
                                "operatorG_UID": "QEA=",
                                "barcode": "sample string 4",
                                "processed": 1
                              },
                              {
                                "$ref": "78"
                              }
                            ],
                            "refund": {
                              "$id": "79",
                              "id": 1,
                              "g_UID": "rVTNw8zz9U2IoESV9YDcvA==",
                              "guid": "c3cd54ad-f3cc-4df5-88a0-4495f580dcbc",
                              "description": "sample string 1",
                              "dumped": true,
                              "inventoryReasonID": 1,
                              "sortOrder": 1,
                              "updated": "2025-06-14T07:29:45.3984106"
                            },
                            "modifier": {
                              "$id": "80",
                              "id": 1,
                              "setG_UID": "ojfCja4u+Eu2Eh1vdexiYw==",
                              "modifierSetGuid": "8dc237a2-2eae-4bf8-b612-1d6f75ec6263",
                              "name": "sample string 2",
                              "price": 1,
                              "quantity": 1,
                              "modifierType": 1,
                              "groupNumber": 1,
                              "pageNumber": 1,
                              "controlOrder": 1,
                              "printToStation": true,
                              "pluG_UID": "dfctbGEVIE2bhewN7ESRfA==",
                              "pluGuid": "6c2df775-1561-4d20-9b85-ec0dec44917c",
                              "deleted": true,
                              "g_UID": "BlwJ1FnhkU+Rdrd+URV9ig==",
                              "guid": "d4095c06-e159-4f91-9176-b77e51157d8a",
                              "product": {
                                "$ref": "3"
                              }
                            },
                            "priceLevelName": "sample string 25",
                            "pumpNumber": 1,
                            "hoseNumber": 1
                          },
                          {
                            "$ref": "77"
                          }
                        ],
                        "eftReceipts": [
                          {
                            "$id": "81",
                            "id": 1,
                            "storeID": 1,
                            "saleHeaderID": 2,
                            "storeSaleHeader": {
                              "$ref": "75"
                            },
                            "receipt": "sample string 3",
                            "processed": 1
                          },
                          {
                            "$ref": "81"
                          }
                        ],
                        "payments": [
                          {
                            "$ref": "74"
                          },
                          {
                            "$ref": "74"
                          }
                        ],
                        "cards": [
                          {
                            "$id": "82",
                            "id": 1,
                            "saleHeaderID": 1,
                            "identifier": "sample string 2",
                            "cardType": 3,
                            "providerName": "sample string 4"
                          },
                          {
                            "$ref": "82"
                          }
                        ],
                        "campaignHits": [
                          {
                            "$id": "83",
                            "id": 1,
                            "saleHeaderID": 2,
                            "campaign": "sample string 3",
                            "name": "sample string 4",
                            "processed": 1,
                            "campaignDescription": "sample string 5"
                          },
                          {
                            "$ref": "83"
                          }
                        ],
                        "fuel": [
                          {
                            "$id": "84",
                            "id": 1,
                            "plu": 1,
                            "pluG_UID": "Hhv6O1PvnEqRcp2EGAoRlQ==",
                            "pluGuid": "3bfa1b1e-ef53-4a9c-9172-9d84180a1195",
                            "saleHeaderID": 2,
                            "totalCents": 3,
                            "grade": 1,
                            "gradeDescription": "sample string 4",
                            "dispenser": 1,
                            "hose": 1,
                            "quantity": 1,
                            "cost": 1,
                            "acquirerNum": 1,
                            "attendant": 1,
                            "ePurseBalance": 1.0,
                            "cardSignature": "sample string 5",
                            "compartmentNumber": 1,
                            "contractNumber": 1,
                            "discountCardPAN": "sample string 6",
                            "discountID": 1,
                            "discountName": "sample string 7",
                            "discountNetValue": 1.0,
                            "discountType": 1,
                            "discountValue": 1.0,
                            "discretionaryData": "sample string 8",
                            "driverID": "sample string 9",
                            "eftBatchNumber": 1,
                            "eftResponseCode": "sample string 10",
                            "endDateTime": "2025-06-14T07:29:45.3984106",
                            "engineHours": 1.1,
                            "fposNumber": 1,
                            "loyaltyCardPAN": "sample string 11",
                            "miscData1": 1,
                            "miscData2": "sample string 12",
                            "miscFlags": 1,
                            "mop": 1,
                            "odometer": 1,
                            "panNumber": "sample string 13",
                            "saleRefund": true,
                            "saleStatus": 1,
                            "sequenceNumber": 1,
                            "stan": 1,
                            "startDateTime": "2025-06-14T07:29:45.3984106",
                            "tagNumber": "sample string 15",
                            "trackTwoRem": "sample string 16",
                            "transCode": 1,
                            "transType": 1,
                            "unitPrice": 1.0,
                            "vehicleReg": "sample string 17",
                            "offline": true,
                            "processed": 1
                          },
                          {
                            "$ref": "84"
                          }
                        ],
                        "fuelResells": [
                          {
                            "$id": "85",
                            "saleItemID": 1,
                            "saleHeaderID": 2,
                            "plu": 1,
                            "pluG_UId": "oYtoUDUF4U+lCRRAOA/o4w==",
                            "pluGuid": "50688ba1-0535-4fe1-a509-1440380fe8e3",
                            "accountID": "ZswguRqAEE+3Vt++EPjFMQ==",
                            "accountIDGuid": "b920cc66-801a-4f10-b756-dfbe10f8c531",
                            "normalPrice": 3,
                            "originalSellingPrice": 4,
                            "discountPrice": 5,
                            "unit": 1,
                            "quantity": 6,
                            "totalCents": 7,
                            "fixedPrice": 1,
                            "tranType": 1,
                            "processed": 1,
                            "discountType": 1,
                            "cost": 1,
                            "costDecimals": 1,
                            "markdown": 1,
                            "manualQuantity": 1,
                            "manualPrice": 1,
                            "manualMode": 1,
                            "active": 1,
                            "barcode": "sample string 8",
                            "offline": 1,
                            "keyedSale": 1,
                            "discountedID": 1,
                            "fuelID": 1,
                            "serialNumber": "sample string 9",
                            "bestOrExpire": "2025-06-14T07:29:45.3984106",
                            "bestOrExpireType": 1,
                            "refundG_UID": "RuECrE4lSUWm3PyhqtBoAQ==",
                            "refundGuid": "ac02e146-254e-4549-a6dc-fca1aad06801",
                            "providerName": "sample string 10",
                            "campaign": "sample string 11",
                            "campaignType": 1,
                            "modifiedID": 1,
                            "omittedIngredient": 1,
                            "taxPercent": 1.0,
                            "taxAmount": 1.0,
                            "refundablePrice": 1.0,
                            "showDiscounts": true,
                            "orderPrinted": true,
                            "note": "sample string 14",
                            "modifierName": "sample string 15",
                            "modifierSetName": "sample string 16",
                            "totalValueWasScanned": true,
                            "sold": true,
                            "campaignPrice": true,
                            "scannedValue": 1,
                            "campaignName": "sample string 20",
                            "comboDiscount": 1
                          },
                          {
                            "$ref": "85"
                          }
                        ],
                        "customerOrder": [
                          {
                            "$id": "86",
                            "identifier": "Edcj4O7g/k6ohAyyGtrRnw==",
                            "identifierGuid": "e023d711-e0ee-4efe-a884-0cb21adad19f",
                            "id": 1,
                            "orderNo": 2,
                            "externalSaleIdentifier": "sample string 3",
                            "storeID": 4,
                            "zoneID": 5,
                            "deptNo": 6,
                            "customerIdentifier": "6lEzPhO5ok6upfERimpTGQ==",
                            "customerIdentifierGuid": "3e3351ea-b913-4ea2-aea5-f1118a6a5319",
                            "operatorNo": 1,
                            "operatorG_UID": "x4REtMMwqk+xlfUtvBn4iQ==",
                            "operatorGuid": "b44484c7-30c3-4faa-b195-f52dbc19f889",
                            "created": "2025-06-14T07:29:45.3984106",
                            "ordered": "2025-06-14T07:29:45.3984106",
                            "started": "2025-06-14T07:29:45.3984106",
                            "completed": "2025-06-14T07:29:45.3984106",
                            "supplied": "2025-06-14T07:29:45.3984106",
                            "quickTicket": 1,
                            "deleted": true,
                            "walkAway": true,
                            "approxWait": 1,
                            "actualWait": 1,
                            "deliveryMethod": 8,
                            "externalSaleType": 9,
                            "customer": {
                              "$ref": "68"
                            },
                            "operator": {
                              "$ref": "35"
                            },
                            "details": [
                              {
                                "$id": "87",
                                "headerID": 1,
                                "plu": 1,
                                "pluG_UId": "U6y1EYc0yUKAcVw+CUAYWQ==",
                                "pluGuid": "11b5ac53-3487-42c9-8071-5c3e09401859",
                                "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": "7PFH5k/9E0CeRSMmJO4M4A==",
                                "headerIdentifierGuid": "e647f1ec-fd4f-4013-9e45-232624ee0ce0",
                                "product": {
                                  "$ref": "3"
                                }
                              },
                              {
                                "$ref": "87"
                              }
                            ],
                            "storeName": "sample string 11",
                            "customerName": "sample string 12",
                            "storeReplyTo": "sample string 13",
                            "storeSubjectLine": "sample string 14",
                            "storeSaleHeader": {
                              "$ref": "75"
                            }
                          },
                          {
                            "$ref": "86"
                          }
                        ],
                        "surveyResponses": [
                          {
                            "$id": "88",
                            "surveyG_UID": "UENDR+ms6U2d3e0r8PlduQ==",
                            "surveyGuid": "47434350-ace9-4de9-9ddd-ed2bf0f95db9",
                            "saleHeaderGuid": "OS89/kj6aUSlT3xA1WDE+w==",
                            "saleGuid": "fe3d2f39-fa48-4469-a54f-7c40d560c4fb",
                            "textResponse": "sample string 1",
                            "integerResponse": 1,
                            "g_UIDResponse": "+KfZpPVhO0CIcFdlLUAkWA==",
                            "guidResponse": "a4d9a7f8-61f5-403b-8870-57652d402458",
                            "whoAnswered": 2,
                            "answeredAtUTC": "2025-06-14T07:29:45.3984106",
                            "sale": {
                              "$ref": "75"
                            },
                            "survey": {
                              "$id": "89",
                              "g_UID": "cZIiywxDZEWYFdro1Y000g==",
                              "guid": "cb229271-430c-4564-9815-dae8d58d34d2",
                              "name": "sample string 1",
                              "storeID": 2,
                              "zoneID": 1,
                              "checkoutFormG_UID": "2JPyrjfVVkiokPna2zwmcw==",
                              "checkoutFormGuid": "aef293d8-d537-4856-a890-f9dadb3c2673",
                              "displayToWho": 3,
                              "displayWhen": 4,
                              "start": "2025-06-14T07:29:45.3984106",
                              "end": "2025-06-14T07:29:45.3984106",
                              "deleted": true,
                              "updated": "2025-06-14T07:29:45.3984106",
                              "possibleIntegerResponses": [
                                1,
                                2
                              ],
                              "possibleTextResponses": [
                                "sample string 1",
                                "sample string 2"
                              ],
                              "possibleGuidResponses": [
                                "f45c8831-ff24-42d4-854c-10f9f90ab14f",
                                "94809823-26fb-41b0-8992-36197a57f752"
                              ],
                              "allowsAllTextResponses": true,
                              "surveyForm": {
                                "$ref": "43"
                              }
                            },
                            "ingressId": "sample string 4"
                          },
                          {
                            "$ref": "88"
                          }
                        ],
                        "storeName": "sample string 38",
                        "machineName": "sample string 39",
                        "operatorName": "sample string 40",
                        "direction": 1,
                        "reason": "sample string 41",
                        "accountG_UID": "jzCQmExQxE2Yyj08B1284Q==",
                        "accountIdentifier": "9890308f-504c-4dc4-98ca-3d3c075dbce1",
                        "accountName": "sample string 42",
                        "customerOrderIdentifier": "1tD+pGU2Kk6EYCI3f/CtHw==",
                        "customerOrderIdentifierGuid": "a4fed0d6-3665-4e2a-8460-22377ff0ad1f",
                        "priceLevelName": "sample string 43",
                        "revision": 44,
                        "ingressId": "sample string 45"
                      },
                      "metadata": {
                        "$id": "90",
                        "id": 1,
                        "paymentID": 2,
                        "paymentIdentifier": "PKav6fEIZEKxztIIC4EXDA==",
                        "paymentIdentifierGuid": "e9afa63c-08f1-4264-b1ce-d2080b81170c",
                        "identifier": "jDDFJt5VzUa8dJdExYaKrQ==",
                        "identifierGuid": "26c5308c-55de-46cd-bc74-9744c5868aad",
                        "metadata": "sample string 3",
                        "signatureImage": "QEA=",
                        "itemIdentifier": "d2BWtjOw30OPAVCCObMW5w==",
                        "itemIdentifierGuid": "b6566077-b033-43df-8f01-508239b316e7"
                      }
                    },
                    {
                      "$ref": "74"
                    }
                  ]
                },
                {
                  "$ref": "69"
                }
              ],
              "customerGroupMembers": [
                {
                  "$ref": "73"
                },
                {
                  "$ref": "73"
                }
              ],
              "customerGroups": [
                {
                  "$ref": "72"
                },
                {
                  "$ref": "72"
                }
              ],
              "accounts": [
                {
                  "$ref": "70"
                },
                {
                  "$ref": "70"
                }
              ],
              "account": {
                "$ref": "70"
              },
              "vouchers": [
                {
                  "$id": "91",
                  "customerIdentifier": "Z2f8xCPGh0SKF1jEJcQZlQ==",
                  "customerIdentifierGuid": "c4fc6767-c623-4487-8a17-58c425c41995",
                  "voucherName": "sample string 2",
                  "count": 3,
                  "storeID": 4,
                  "barcode": "sample string 5",
                  "redeemCount": 6,
                  "issueCount": 7,
                  "storeSalePaymentID": 1,
                  "idempotentID": "nYVx3P75dUOEevlh5eQpBw==",
                  "idempotentGuid": "dc71859d-f9fe-4375-847a-f961e5e42907",
                  "offline": true,
                  "voucher": {
                    "$id": "92",
                    "id": 1,
                    "name": "sample string 2",
                    "description": "sample string 3",
                    "shortDescription": "sample string 4",
                    "url": "sample string 5",
                    "barcodeTemplateID": 1,
                    "expiry": 0,
                    "voucherType": 6,
                    "limitPerTransaction": 7,
                    "customerTracking": true,
                    "discountAccount": "sample string 9",
                    "endDate": "2025-06-14T07:29:45.3984106",
                    "barcodeTemplate": {
                      "$id": "93",
                      "templateID": 1,
                      "template": "sample string 1",
                      "bcFunction": "sample string 2",
                      "sortOrder": 3
                    },
                    "scaleLabel": {
                      "$id": "94",
                      "id": 1,
                      "uid": "sample string 2",
                      "name": "sample string 3",
                      "width": 1.1,
                      "height": 1.1,
                      "showBorder": true,
                      "borderWidth": 1.1,
                      "borderStyle": 1,
                      "borderColour": "sample string 5",
                      "updated": "2025-06-14T07:29:45.3984106",
                      "labelPageLayout": "M2w+jLVTxEmEKdSMxMlf9g==",
                      "pageLayoutGuid": "8c3e6c33-53b5-49c4-8429-d48cc4c95ff6",
                      "labelType": 6,
                      "oldName": "sample string 7",
                      "voucher": {
                        "$ref": "92"
                      },
                      "elements": [
                        {
                          "$id": "95",
                          "id": 1,
                          "scaleLabelID": 2,
                          "showPercentDI": true,
                          "showAvgPerHundred": true,
                          "showAvgPerServe": true,
                          "name": "sample string 6",
                          "x": 1.1,
                          "y": 1.1,
                          "width": 1.1,
                          "height": 1.1,
                          "type": 1,
                          "rotation": 1,
                          "text": "sample string 7",
                          "fontFamily": "sample string 8",
                          "align": 1,
                          "bold": true,
                          "italic": true,
                          "underline": true,
                          "strikeout": true,
                          "reverse": true,
                          "textColour": "sample string 9",
                          "fontSize": 1.1,
                          "picture": "QEA=",
                          "borderWidth": 10,
                          "sortOrder": 11,
                          "printOptions": 12,
                          "superScriptTextFontSize": 1.1,
                          "lineStyle": 1,
                          "spacingStyle": 1,
                          "interCharacterSpacing": 1.1,
                          "superScriptOffset": 1.1,
                          "lineSpacing": 1.1,
                          "dateFormat": "sample string 13",
                          "autoGrow": true,
                          "fontAutoResize": true,
                          "updated": "2025-06-14T07:29:45.3984106"
                        },
                        {
                          "$ref": "95"
                        }
                      ]
                    },
                    "customerVouchers": [
                      {
                        "$id": "96",
                        "id": 1,
                        "customerIdentifier": "g3GNrQscF0Oa69sFyRFh7w==",
                        "customerIdentifierGuid": "ad8d7183-1c0b-4317-9aeb-db05c91161ef",
                        "voucherID": 3,
                        "voucherName": "sample string 4",
                        "storeID": 1,
                        "barcode": "sample string 5",
                        "dateOfIssue": "2025-06-14T07:29:45.3984106",
                        "issuedSaleHeaderID": 1,
                        "issuedSaleIdentifier": "sample string 7",
                        "issuedOfflinePaymentID": 1,
                        "issuedIdempotentID": "x4QkROX5EUqtjp6kwk1xIw==",
                        "issuedIdempotentGuid": "442484c7-f9e5-4a11-ad8e-9ea4c24d7123",
                        "issuedOffline": true,
                        "issuedUser": "sample string 9",
                        "issuedNotes": "sample string 10",
                        "expiryDate": "2025-06-14T07:29:45.3984106",
                        "expiredUser": "sample string 11",
                        "expiredNotes": "sample string 12",
                        "redeemed": "2025-06-14T07:29:45.3984106",
                        "redeemedSaleHeaderID": 1,
                        "redeemedSaleIdentifier": "sample string 13",
                        "redeemedOfflinePaymentID": 1,
                        "redeemedIdempotentID": "ZDVOgUMHN0SnyQHPpeZqoQ==",
                        "redeemedIdempotentGuid": "814e3564-0743-4437-a7c9-01cfa5e66aa1",
                        "redeemedUser": "sample string 14",
                        "redeemedNotes": "sample string 15",
                        "redeemedOffline": true,
                        "updated": "2025-06-14T07:29:45.3984106",
                        "storeName": "sample string 17",
                        "scaleLabel": {
                          "$ref": "94"
                        },
                        "voucher": {
                          "$ref": "92"
                        },
                        "customer": {
                          "$ref": "68"
                        },
                        "issuedOfflinePayment": {
                          "$ref": "74"
                        },
                        "redeemedOfflinePayment": {
                          "$ref": "74"
                        }
                      },
                      {
                        "$ref": "96"
                      }
                    ]
                  },
                  "customer": {
                    "$ref": "68"
                  }
                },
                {
                  "$ref": "91"
                }
              ]
            }
          },
          {
            "$ref": "67"
          }
        ],
        "customerGroups": [
          {
            "$id": "97",
            "id": 1,
            "campaignID": 2,
            "campaignName": "sample string 3",
            "groupID": "u3hyt+/cnEiQeIl2lCQ8JQ==",
            "groupIDGuid": "b77278bb-dcef-489c-9078-897694243c25",
            "campaign": {
              "$ref": "64"
            },
            "group": {
              "$ref": "72"
            }
          },
          {
            "$ref": "97"
          }
        ],
        "signIqTickets": [
          {
            "$id": "98",
            "identifier": "+ckCdbT8lEGBavoBdOX8pQ==",
            "identifierGuid": "7502c9f9-fcb4-4194-816a-fa0174e5fca5",
            "campaignName": "sample string 2",
            "message": "sample string 3",
            "ticketFileSource": "sample string 4",
            "ticketFileDestination": "sample string 5",
            "storeID": 1
          },
          {
            "$ref": "98"
          }
        ],
        "comboPriceGroups": [
          {
            "$id": "99",
            "id": 1,
            "campaignID": 2,
            "campaignName": "sample string 3",
            "g_UID": "kucHot3nD0SUSbaCghZk9g==",
            "guid": "a207e792-e7dd-440f-9449-b682821664f6",
            "description": "sample string 5",
            "newPrice": 1,
            "rangeDescription": "sample string 6",
            "dealDescription": "sample string 7",
            "labelQuantity": 8,
            "hostProductCategoryID": 1,
            "offerID": 1,
            "dontUpdatePricePlus": true,
            "campaign": {
              "$ref": "64"
            },
            "comboPricePlus": [
              {
                "$id": "100",
                "id": 1,
                "campaignID": 2,
                "campaignName": "sample string 3",
                "groupG_UID": "0eu9f9zCBEeOZtLUZt7Dng==",
                "groupGuid": "7fbdebd1-c2dc-4704-8e66-d2d466dec39e",
                "comboPriceType": 5,
                "priceType": 5,
                "pluG_UID": "FwLXrHY4O0y4O7CnKhKWBg==",
                "pluGuid": "acd70217-3876-4c3b-b83b-b0a72a129606",
                "priceGroupG_UID": "caXo03gfiEq9FTnLi3VgiA==",
                "priceGroupGuid": "d3e8a571-1f78-4a88-bd15-39cb8b756088",
                "campaignPoolID": "sample string 7",
                "quantity": 1,
                "campaign": {
                  "$ref": "64"
                },
                "product": {
                  "$ref": "3"
                },
                "priceGroup": {
                  "$ref": "29"
                },
                "campaignPool": {
                  "$ref": "64"
                }
              },
              {
                "$ref": "100"
              }
            ]
          },
          {
            "$ref": "99"
          }
        ],
        "priceLevels": [
          {
            "$id": "101",
            "id": 1,
            "priceLevelIdentifier": "StEd+G6KM0WueWAtbKF38Q==",
            "priceLevelIdentifierGuid": "f81dd14a-8a6e-4533-ae79-602d6ca177f1",
            "campaignName": "sample string 3",
            "priceLevelName": "sample string 4"
          },
          {
            "$ref": "101"
          }
        ]
      },
      "product": {
        "$ref": "3"
      },
      "dealCost": {
        "$id": "102",
        "headerIdentifier": "fSv0mAGdtUmWdDozT1Ct1Q==",
        "headerIdentifierGuid": "98f42b7d-9d01-49b5-9674-3a334f50add5",
        "identifier": "48PLeI2kc06YxorPybigIg==",
        "identifierGuid": "78cbc3e3-a48d-4e73-98c6-8acfc9b8a022",
        "supplierIdentifier": "uM2FnGHi002Dz53iMPKmnQ==",
        "supplierGuid": "9c85cdb8-e261-4dd3-83cf-9de230f2a69d",
        "pluG_UID": "3GtUZflvMkuOciqUcAJS5A==",
        "pluGuid": "65546bdc-6ff9-4b32-8e72-2a94700252e4",
        "campaignName": "3a3f7480-2fb4-485d-ac83-5726238c91d9",
        "description": "sample string 4",
        "cost": 5,
        "costDecimals": 6,
        "start": "2025-06-14T07:29:45.3984106",
        "end": "2025-06-14T07:29:45.3984106",
        "type": 9,
        "promoType": 10,
        "bonusItemPLUG_UID": "awwDs7W6Z0qUdI+h9/7NaA==",
        "bonusItemPluGuid": "b3030c6b-bab5-4a67-9474-8fa1f7fecd68",
        "bonusPurchaseUnits": 11,
        "bonusReceiveUnits": 12,
        "updated": "2025-06-14T07:29:45.3984106",
        "metcashPromotionID": "sample string 14",
        "fromHost": 15,
        "storeNames": "sample string 16",
        "storeIDs": [
          1,
          2
        ],
        "supplierName": "sample string 17",
        "campaignDescription": "sample string 18",
        "newPrice": 1,
        "campaignMetcashPromotionID": "sample string 19",
        "campaignActive": true,
        "campaignStartDate": "2025-06-14T07:29:45.3984106",
        "campaignEndDate": "2025-06-14T07:29:45.3984106",
        "masterPLUG_UID": "xz+/xbpljES5K5s20+/YXA==",
        "masterID": "c5bf3fc7-65ba-448c-b92b-9b36d3efd85c",
        "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": "dDqL9HXOjEKY6XTUrJXvsA==",
        "bonusMasterID": "f48b3a74-ce75-428c-98e9-74d4ac95efb0",
        "bonusProductName": "sample string 34",
        "bonusProductAPN": "sample string 35",
        "bonusOrderCode": "sample string 36",
        "bonusNormalSell": 37,
        "bonusNormalCost": 38,
        "bonusNormalCostDecimals": 39,
        "bonusCartonQuantity": 40,
        "bonusSalesMode": 41,
        "bonusOrderPacked": 42,
        "bonusFuelItem": true,
        "bonusActive": true
      }
    },
    "currentCostStart": "2025-06-14T07:29:45.3984106",
    "dealCosts": [
      {
        "$ref": "102"
      },
      {
        "$ref": "102"
      }
    ],
    "tags": [
      {
        "$id": "103",
        "pluG_UID": "4VXiS3cqc02YiuqKqOMYsw==",
        "pluGuid": "4be255e1-2a77-4d73-988a-ea8aa8e318b3",
        "tagID": 1,
        "description": "sample string 1",
        "storeIDs": [
          1,
          2
        ]
      },
      {
        "$ref": "103"
      }
    ],
    "alternateProductG_UID": "cgOqCTQkZU+ZBd3IfyRqqA==",
    "alternateProduct": "09aa0372-2434-4f65-9905-ddc87f246aa8",
    "productHostCode": {
      "$id": "104",
      "id": 1,
      "pluG_UID": "ZQKtAvIQD0Khk4QHzhelCg==",
      "pluGuid": "02ad0265-10f2-420f-a193-8407ce17a50a",
      "ibaCode": "sample string 2"
    },
    "mscCat": {
      "$ref": "58"
    },
    "mscCom": {
      "$ref": "59"
    },
    "mscDep": {
      "$ref": "61"
    },
    "mscSubCom": {
      "$ref": "60"
    },
    "isUserUpdate": true,
    "ignoreMasterProduct": true,
    "priceGroupLabelRequested": true,
    "firstSold": "2025-06-14T07:29:45.3984106",
    "inventoryTracked": "2025-06-14T07:29:45.3984106",
    "isNormalPriceChangesCampaign": true
  },
  "supplier": {
    "$ref": "8"
  },
  "serviceFee": {
    "$id": "105",
    "id": 1,
    "description": "sample string 1",
    "fee": 1
  },
  "isPrimaryHost": true,
  "hostVendor": 46
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

application/vnd.openxmlformats-officedocument.spreadsheetml.sheet

Sample:
PK�;�Z�ᓹ�5xl/workbook.xml �(�����0D�&�C��(F,N\�z��6Ж�5��$޼��ξ�b��{Zۑ���]IeCΘ5����]k���{1۶J`m�[�	�$氇���R
�.�X~p���A�J�2���)�f���e4ֺ�I�b��b�m�"4�����έ)���8�S�3�9d<m�����`[W_PK�;�Z����	�[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
�;�Z����''_rels/.rels �(�<?xml version="1.0" encoding="utf-8"?><Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships"><Relationship Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument" Target="xl/workbook.xml" Id="R48c34744fb244b3a" /></Relationships>PK�;�Z�:,�o+xl/worksheets/sheet1.xml �(����r9�o���ϖԒZ��ly����3�C\ǔm�^��8�-��FT���3��y�[S�����v�s�Zϗw�C=R����ry5��v:����_�qvr�\�����6
�[?Z�o6�������l1]���gwt�z�ZL7��շ���z~9{������m�F)?^�n����f�}=|��'���j6��>���!�b:���\�){�����t8я�3��N�џ��u��}��/����x~u:T���Q����oW������������l��fC*�����z��`1o����ϯ67���o�UQc�����z�\|�]NY֛�z�_8r��:���^�������6�����`L�A���n����FNp�u|�z�[����!�N[_�?�����v�NY�m�^�{}ح�zg����+�w�c��Z���/ݽ\�ď�7�+�
F�6��A)M�A/	ubP����MB%C�Pg�Q �}D�*���Cm�� ����J�D��P�#ڇ
�fԶ��E���G���o��!Ѩ1Ϡ<i7z�x�!��<E�=�ufHD�I3"4a�M���ĤQQ!jl�ƛZQKL��I!�EOXT�4��hr%����h�@�j��4����$&���Pm�&cҏ|4����IS0��ڄީ�7Mb���NG@KE�jS!�$&
�j�k��Z�Ĥ90iyPdn�=�\b�ĜT�\�Ȏ 1	*/���\[^�^ 1	�w3$&��n�}��ܛ`<�@���V�
$&��$e���	H,��9��X�+���.Bb2
D2�
�T��E�<�#+�Hֻ$!�$9K�9�/�4Cb
aH��ٺ6�hU�j紷Hj��!�h��h���gZ9k��&�)�8*	Ay�f����٪�^���hs?�Bz�^{a���5����Ylb�f=F��6�DE��	�&&mֳi��"(�Y��db҆�O8G#�"*�]�&&�IP4�:���������$
�A�Ae��iU��%&�Ϋ<��QU�Z�Ĥ+��.gU��I����@�5�J�u�Ig����C�B�9��a�qE�
�B
�|-Cb�eL�/�G��B���������4z�(Kr֝��.�@G2� `%��8�`t����'$�����'��~��	I��IK
7x�����]%A"���&���(��T2$"=�@3�ww%C"�ۜ�:a�9�D�wy�#M;O�Hg�J��)��{���ODz�7S��G�R��,��>��T�P��O�D�?�o���"�_]���L�����i
�XL��^�{���{cbU��l�	T�FL�N���âC�Y�F%[�@��=<���5��~�k��7�{�T-���5z1���,�&Aєi\�D��=̪!�Y=ɍ��)1�r5����Q���/��ϓ������jy?Xm/S���	���~�ܜ�ó��g�d��]��h�#tq~aʈ��PF<9��e��q�+#�G�2��q�Ϗ#B��8"�/Ř�����k!���Fa��)�0a�
!L�wB���´�Ka�~B��ژ�����g!�������"�0u�
!L݉`B��64L߉dD&�D��a
O3�x"������D����D0%0�'�-��,�΂3��,X�΂7��,��r�wZ��`O�u�i�΂A-�Yp��:�\g����,��r��Z��`S�u|�΍�S�tn�:�s#��1������>uL�Fj�L�F�c:7�Oӹ|��4!��s��z���S�u|�΂O=�Y��:>�\g����,��s��"�Y�)r��"�Y�)r��"�Y�)r��"�Y�)2���"��\�)tӠ����aZ6��!^��r=�c!��̓"L��r�iO��g�:��~��r��e~�a�X�1�a#����O�&�� �3��L��xy�=L���E�kuh�Ax��ǎ埄��=�;��-,g��ұ�kǵɤ�b�u���><b�| �%��@������y^���3�X3)\�O4�W]R��Xx��Ư>1pt���G���~
��{
��x>W��n9:�~���?1|����w�����|bxP�]T�@�wQ��.����|��w���7O;0m��Qӣ!5/�����K!��_�zܫGkj��h���|��׼�q�w=b�wi[x���m��(�)�ͧ�6����Ԋ���	��o#�P+�,����m-;�>������lz5[],���j��v��g��PK�;�Z/��Pxl/_rels/workbook.xml.rels �(���KN�0@�b͞8�nWM�aö��=N�&vd�@�Ƃ#q�"A*�`��h~OO��|����Ɓ�P��w
,�9�M��N��հ�n�4`�����
t)Mk�h�X��\�XFL9
-�P�%~_�s\3��<����^Ӄק�\��_}8Ǝ(;`h)5�S��E�{4
�ZI�J������L-��@���;��Ԧ\��B%VR�T��@�)�|�Ӽ<S[�P�J�g#,������PK�;�ZЃ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�;�Z�@�*_
Q2xl/sharedStrings.xml �(��[Yo�8~��?y^%�-�=p��1�:NO;X�R�-KQJdz���ER)R��U��,�u��_޷��k�W����:1p�Ti^n>�|}�1��4�LQQ������OihZ��'�M�;?;#�+�"rZ�p	�������zsFv5F)yŸ�g�eg[��'FR�e�Z��і�-�)0H��C�驮�6i����������;^�~n�tJ^��]��Zۦg�R\6y�t]\���J�K�����{���
V��%_�b��|C�'q]`����A����7���m�L���2W�KXL���J�k��2�4�6�P��]/5.��~�;��tl�3�~?
Y���S���R�[3��Sʞ�pө��
V�*�Dr�j��,S�MM
@��M^�2�����(9�Up��M�z�-O�An�K�a�PQ`�oh��E�}
L��*���`��ʌW�[�Ì�0QL�NA����`����e�m��������~�.J]m��=>㊊����!6�����o�&�����EqƂ���mC�y�T�?�兞�<�P��9�.|���Fz�7T�ת��w�*�<AM5�������L��g�I���z�3�F�qO!U��Y���a�Wo���ϸ/��BO��9#iI^b�&/
43�;K�u�B8`~_g��8�����թq�N/]����hg��%�Ņ�a��Ju�5�@
���|�Ǟ����U�Z��{��b&D���,��������L�	� J�񲡩Ϳ���湚���:���[��産�q�����nQ�י���!�Q;ܓoO/�
���Sf���儁�d82=7���,3s-�A��0����"pqbZ�Z�^�:f���L�,ɼ���p�D��U�C�+$�5lC�9̶�#|��?���)M���d�k��G�G����{d����ь]]V��$4��S�5���.'Ϳ�߯���Q	�r}JwzAN��/O��@��C�W,*&ڍ�*�Q
X��S��1��84=k�M/
l3r���m��Ķq�X^@�c�����W�a�~v����5�.ۢI�_����>��;�?q�5�6�uK=нl�v��pag:Ij��"6Cl;��-B#
_>=zb�����Yq�#o���T��)��4�T��(s�=��Ұ)ߗ��p̟��=�E�'g���eZYl��"u`��%Y(
-Z�"q��E�w F3.#�ͬ&�)-׀���Ўo,Ν����=E^��▨`m�I-��x�7��X̟���j�àq��4\�hD!4ƪkj�,U�k�Te*��jk��h`9�b���]W�7{A�.��9;h��hK&�>:��{TO��AiB����Lc�4�����\�8Vo
<Q;���E�Q�j�O�6������0��M��`�jI���ߛv�-L��S�Df�C&��묹>�f�>Tcz~~���/]�E��$�%KԤ&�JV�}������艬��5��fHW8�ܪ �4�@�Ue�ME��5A]�7��K�`YDw����+�
ʑO�t>��'h��U�Yq�Nٗ�H�q�Z�z����#�
g��σ�]�c����
n:v��nK�1|q8�t��HXG��O����ue,�t�Q�����wr�.�LGz'�LG�LGz7���F���զ�<��{�LU�,����+ۧ���v���=YYӈ�)c�d�P��V"Ym�o"�c��C������W�׌7!��ӵֻ1�C�|N+��ړ%���^�i�[�;j����OK��~)`��:99�s�3%��}�MK;6����A5�'f��Tɋ��b�5��d��
r�y�d�Vjw�P���:u_%k�A��c��q��hq
��
O��M��S~�1��M��1��!?�Lm��4s	{���"��Ÿ�&>�%�u�q��T�R#�z����\:��]ǩCyB�4�a�_�tO��*�<,8��z��=�9�V�n��������eGAȝ٘l���nc�eU�w�@����'RE�@z��ǜ���π�^�.����>�#N��(�8o�Ŵ�%x�
��Q)�������
*�-F�R;z��P��S�Z��"�j�TUnڨ��k�$XCYL{�%
�堯���e2<A
s��U�̟}Lp�Ob/�Dz�,J��eȌ�I[^��qt���/��8��.e�V`�^d&�<��Њ{e�Z�w(����3�w��l��k�R����56�o��0��r�<;�1]�5�˻j��f�T�rݬ��{�.��}�)k���B�,](+��s�$�R�M9ӱtm�&�x�	�I�j��
4ߖb��43��lb:��>�tkT)��f7-.��B���
���5�s$nx�:3�ບ�2C���ۚG�ȒI*\(/i=*�����j�W,��]"�ܰa\���T�=l��|;��� �s��<�G���S��]�t���Q������v��d��1=�M���,Hm�!�AR�e����C������P�F,!.�zЊ��%M+ߊ��
�ry�+z>ԋ���ߢ��	y�d�;3�c�H�3^i[�A/*y,�	��2R'~�q��]��e&�l��?(������\+O:�[E�K7�=s�e���b_����P#�(�\�
,������-��U���M�d[>OZ���q[���I�N�f: �df�۾���G8���͹�t|X�9l/��A��oF6��vd�0T�Q�Dq�8��n4���K��v�O#�R���!�.�+'��A�[$`��
���Ѝv��]]Ĝ>�: ??�_�L�0�T��'�4ʱ�������	�	l��v�$s8����E���ᡶ_!	�fsˏN�d�[�q�aL/N,*���2D��g}y������������1�M�u|؟�g�a���e[v����axr T�Mk�o��Z���w��_�)�|���H᧣h�I���Dd�R�#j�Hʛ�瑨)��.bjҒo8n~��^�c�?�0�>��F7ϐǦ�fM#َ��PD��6n��U�+́<S�g���|��G�W�gI�Ρ��ᜩ4s@Wс��jع4�0��8P���l:=����V��S��&@��Gz6 ~C*��
.%i`�Ks�yb��i'��;5[^�T4nr�iF��[%M��|͋�f{s8A�J�o���e9�jE�"R;19��ɧ(=��M��S
Q��}8��,$���D�w�c���F^���
�?���q��K����L�V&�i�z�$�V����;�2���T�mGP�4rݙנ����8�����@�:�X$��_Q����7��d���dWc��>�>y_��6�� "zW�p�[H�F��O���)���<By���qf�S^���F
�Nu��i>�PK-�;�Z�ᓹ�5xl/workbook.xmlPK-�;�Z����	��[Content_Types].xmlPK-
�;�Z����''U_rels/.relsPK-�;�Z�:,�o+�xl/worksheets/sheet1.xmlPK-�;�Z/��P�xl/_rels/workbook.xml.relsPK-�;�ZЃc'2E
=xl/styles.xmlPK-�;�Z�@�*_
Q2�xl/sharedStrings.xmlPK�c

application/vnd.ms-excel

Sample:
PK�;�Z`@�߶5xl/workbook.xml �(���;�0D�H����&PѤM�~�`�?���ǀ@J�ngv���q�Ә�|T�}�
چ`3�|ݢ�3u�	��(݋!d����
u`{���aA�[i=�i���u�o��g��i�����?�h,uG��9�~S�[/&E4(,h(��[SЄ��8�S�r~M@�.x�@W�
����PK�;�Z����	�[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
�;�Zt��''_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="Rbb3fbaa7cae94aed" /></Relationships>PK�;�Z�:,�o+xl/worksheets/sheet1.xml �(����r9�o���ϖԒZ��ly����3�C\ǔm�^��8�-��FT���3��y�[S�����v�s�Zϗw�C=R����ry5��v:����_�qvr�\�����6
�[?Z�o6�������l1]���gwt�z�ZL7��շ���z~9{������m�F)?^�n����f�}=|��'���j6��>���!�b:���\�){�����t8я�3��N�џ��u��}��/����x~u:T���Q����oW������������l��fC*�����z��`1o����ϯ67���o�UQc�����z�\|�]NY֛�z�_8r��:���^�������6�����`L�A���n����FNp�u|�z�[����!�N[_�?�����v�NY�m�^�{}ح�zg����+�w�c��Z���/ݽ\�ď�7�+�
F�6��A)M�A/	ubP����MB%C�Pg�Q �}D�*���Cm�� ����J�D��P�#ڇ
�fԶ��E���G���o��!Ѩ1Ϡ<i7z�x�!��<E�=�ufHD�I3"4a�M���ĤQQ!jl�ƛZQKL��I!�EOXT�4��hr%����h�@�j��4����$&���Pm�&cҏ|4����IS0��ڄީ�7Mb���NG@KE�jS!�$&
�j�k��Z�Ĥ90iyPdn�=�\b�ĜT�\�Ȏ 1	*/���\[^�^ 1	�w3$&��n�}��ܛ`<�@���V�
$&��$e���	H,��9��X�+���.Bb2
D2�
�T��E�<�#+�Hֻ$!�$9K�9�/�4Cb
aH��ٺ6�hU�j紷Hj��!�h��h���gZ9k��&�)�8*	Ay�f����٪�^���hs?�Bz�^{a���5����Ylb�f=F��6�DE��	�&&mֳi��"(�Y��db҆�O8G#�"*�]�&&�IP4�:���������$
�A�Ae��iU��%&�Ϋ<��QU�Z�Ĥ+��.gU��I����@�5�J�u�Ig����C�B�9��a�qE�
�B
�|-Cb�eL�/�G��B���������4z�(Kr֝��.�@G2� `%��8�`t����'$�����'��~��	I��IK
7x�����]%A"���&���(��T2$"=�@3�ww%C"�ۜ�:a�9�D�wy�#M;O�Hg�J��)��{���ODz�7S��G�R��,��>��T�P��O�D�?�o���"�_]���L�����i
�XL��^�{���{cbU��l�	T�FL�N���âC�Y�F%[�@��=<���5��~�k��7�{�T-���5z1���,�&Aєi\�D��=̪!�Y=ɍ��)1�r5����Q���/��ϓ������jy?Xm/S���	���~�ܜ�ó��g�d��]��h�#tq~aʈ��PF<9��e��q�+#�G�2��q�Ϗ#B��8"�/Ř�����k!���Fa��)�0a�
!L�wB���´�Ka�~B��ژ�����g!�������"�0u�
!L݉`B��64L߉dD&�D��a
O3�x"������D����D0%0�'�-��,�΂3��,X�΂7��,��r�wZ��`O�u�i�΂A-�Yp��:�\g����,��r��Z��`S�u|�΍�S�tn�:�s#��1������>uL�Fj�L�F�c:7�Oӹ|��4!��s��z���S�u|�΂O=�Y��:>�\g����,��s��"�Y�)r��"�Y�)r��"�Y�)r��"�Y�)2���"��\�)tӠ����aZ6��!^��r=�c!��̓"L��r�iO��g�:��~��r��e~�a�X�1�a#����O�&�� �3��L��xy�=L���E�kuh�Ax��ǎ埄��=�;��-,g��ұ�kǵɤ�b�u���><b�| �%��@������y^���3�X3)\�O4�W]R��Xx��Ư>1pt���G���~
��{
��x>W��n9:�~���?1|����w�����|bxP�]T�@�wQ��.����|��w���7O;0m��Qӣ!5/�����K!��_�zܫGkj��h���|��׼�q�w=b�wi[x���m��(�)�ͧ�6����Ԋ���	��o#�P+�,����m-;�>������lz5[],���j��v��g��PK�;�Zp��Pxl/_rels/workbook.xml.rels �(���KN�0@�b͞�	n���ݰa[z��Q۲]�gc���V���X��j4��'�|�lvo�L^0����A+���8�)�v��g��D4��$��8�I�?P��E��y���]XD�i��(F�
c-
%���p����z����iA���W�� & FL��"����T Oj�}�zƺZ���f�@���b:����R��\1T�c�{�����s
�ҥSY.�X�6Z�zŐ��/j��/�_PK�;�ZЃ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�;�Z�@�*_
Q2xl/sharedStrings.xml �(��[Yo�8~��?y^%�-�=p��1�:NO;X�R�-KQJdz���ER)R��U��,�u��_޷��k�W����:1p�Ti^n>�|}�1��4�LQQ������OihZ��'�M�;?;#�+�"rZ�p	�������zsFv5F)yŸ�g�eg[��'FR�e�Z��і�-�)0H��C�驮�6i����������;^�~n�tJ^��]��Zۦg�R\6y�t]\���J�K�����{���
V��%_�b��|C�'q]`����A����7���m�L���2W�KXL���J�k��2�4�6�P��]/5.��~�;��tl�3�~?
Y���S���R�[3��Sʞ�pө��
V�*�Dr�j��,S�MM
@��M^�2�����(9�Up��M�z�-O�An�K�a�PQ`�oh��E�}
L��*���`��ʌW�[�Ì�0QL�NA����`����e�m��������~�.J]m��=>㊊����!6�����o�&�����EqƂ���mC�y�T�?�兞�<�P��9�.|���Fz�7T�ת��w�*�<AM5�������L��g�I���z�3�F�qO!U��Y���a�Wo���ϸ/��BO��9#iI^b�&/
43�;K�u�B8`~_g��8�����թq�N/]����hg��%�Ņ�a��Ju�5�@
���|�Ǟ����U�Z��{��b&D���,��������L�	� J�񲡩Ϳ���湚���:���[��産�q�����nQ�י���!�Q;ܓoO/�
���Sf���儁�d82=7���,3s-�A��0����"pqbZ�Z�^�:f���L�,ɼ���p�D��U�C�+$�5lC�9̶�#|��?���)M���d�k��G�G����{d����ь]]V��$4��S�5���.'Ϳ�߯���Q	�r}JwzAN��/O��@��C�W,*&ڍ�*�Q
X��S��1��84=k�M/
l3r���m��Ķq�X^@�c�����W�a�~v����5�.ۢI�_����>��;�?q�5�6�uK=нl�v��pag:Ij��"6Cl;��-B#
_>=zb�����Yq�#o���T��)��4�T��(s�=��Ұ)ߗ��p̟��=�E�'g���eZYl��"u`��%Y(
-Z�"q��E�w F3.#�ͬ&�)-׀���Ўo,Ν����=E^��▨`m�I-��x�7��X̟���j�àq��4\�hD!4ƪkj�,U�k�Te*��jk��h`9�b���]W�7{A�.��9;h��hK&�>:��{TO��AiB����Lc�4�����\�8Vo
<Q;���E�Q�j�O�6������0��M��`�jI���ߛv�-L��S�Df�C&��묹>�f�>Tcz~~���/]�E��$�%KԤ&�JV�}������艬��5��fHW8�ܪ �4�@�Ue�ME��5A]�7��K�`YDw����+�
ʑO�t>��'h��U�Yq�Nٗ�H�q�Z�z����#�
g��σ�]�c����
n:v��nK�1|q8�t��HXG��O����ue,�t�Q�����wr�.�LGz'�LG�LGz7���F���զ�<��{�LU�,����+ۧ���v���=YYӈ�)c�d�P��V"Ym�o"�c��C������W�׌7!��ӵֻ1�C�|N+��ړ%���^�i�[�;j����OK��~)`��:99�s�3%��}�MK;6����A5�'f��Tɋ��b�5��d��
r�y�d�Vjw�P���:u_%k�A��c��q��hq
��
O��M��S~�1��M��1��!?�Lm��4s	{���"��Ÿ�&>�%�u�q��T�R#�z����\:��]ǩCyB�4�a�_�tO��*�<,8��z��=�9�V�n��������eGAȝ٘l���nc�eU�w�@����'RE�@z��ǜ���π�^�.����>�#N��(�8o�Ŵ�%x�
��Q)�������
*�-F�R;z��P��S�Z��"�j�TUnڨ��k�$XCYL{�%
�堯���e2<A
s��U�̟}Lp�Ob/�Dz�,J��eȌ�I[^��qt���/��8��.e�V`�^d&�<��Њ{e�Z�w(����3�w��l��k�R����56�o��0��r�<;�1]�5�˻j��f�T�rݬ��{�.��}�)k���B�,](+��s�$�R�M9ӱtm�&�x�	�I�j��
4ߖb��43��lb:��>�tkT)��f7-.��B���
���5�s$nx�:3�ບ�2C���ۚG�ȒI*\(/i=*�����j�W,��]"�ܰa\���T�=l��|;��� �s��<�G���S��]�t���Q������v��d��1=�M���,Hm�!�AR�e����C������P�F,!.�zЊ��%M+ߊ��
�ry�+z>ԋ���ߢ��	y�d�;3�c�H�3^i[�A/*y,�	��2R'~�q��]��e&�l��?(������\+O:�[E�K7�=s�e���b_����P#�(�\�
,������-��U���M�d[>OZ���q[���I�N�f: �df�۾���G8���͹�t|X�9l/��A��oF6��vd�0T�Q�Dq�8��n4���K��v�O#�R���!�.�+'��A�[$`��
���Ѝv��]]Ĝ>�: ??�_�L�0�T��'�4ʱ�������	�	l��v�$s8����E���ᡶ_!	�fsˏN�d�[�q�aL/N,*���2D��g}y������������1�M�u|؟�g�a���e[v����axr T�Mk�o��Z���w��_�)�|���H᧣h�I���Dd�R�#j�Hʛ�瑨)��.bjҒo8n~��^�c�?�0�>��F7ϐǦ�fM#َ��PD��6n��U�+́<S�g���|��G�W�gI�Ρ��ᜩ4s@Wс��jع4�0��8P���l:=����V��S��&@��Gz6 ~C*��
.%i`�Ks�yb��i'��;5[^�T4nr�iF��[%M��|͋�f{s8A�J�o���e9�jE�"R;19��ɧ(=��M��S
Q��}8��,$���D�w�c���F^���
�?���q��K����L�V&�i�z�$�V����;�2���T�mGP�4rݙנ����8�����@�:�X$��_Q����7��d���dWc��>�>y_��6�� "zW�p�[H�F��O���)���<By���qf�S^���F
�Nu��i>�PK-�;�Z`@�߶5xl/workbook.xmlPK-�;�Z����	��[Content_Types].xmlPK-
�;�Zt��''U_rels/.relsPK-�;�Z�:,�o+�xl/worksheets/sheet1.xmlPK-�;�Zp��P�xl/_rels/workbook.xml.relsPK-�;�ZЃc'2E
;xl/styles.xmlPK-�;�Z�@�*_
Q2�xl/sharedStrings.xmlPK�a