GET api/supplier/{id}/product/{guid}?relations={relations}

Get supplier ordering information

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

supplier identifier

globally unique identifier

Required

guid

Product identifier

globally unique identifier

Required

relations

Flag to indicate if relational models should also be returned

boolean

Default value is False

Body Parameters

None.

Response Information

Resource Description

Matching supplier ordering information

ProductOrderingDetail
NameDescriptionTypeAdditional information
PluG_UID

Product identifier

Collection of byte

None.

PluGuid

Product identifier guid

globally unique identifier

None.

SupplierIdentifier

Supplier identifier

Collection of byte

None.

SupplierIdentifierGuid

Supplier identifier guid

globally unique identifier

None.

CartonQuantity

integer

None.

CartonQuantityChanged

boolean

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

ProductSize

string

String length: inclusive between 0 and 12

CigarettesPerSleeve

integer

None.

RandomWeight

boolean

Deprecated.

PiecesPerUnit

integer

None.

AveragePackSize

When ordering packs used to determine pricing values

integer

None.

EffectiveDate

date

Data type: Date

PricedByWeight

If true, sold by weight

boolean

None.

LandedUnitCostEx

Complete carton cost, including all fees and excluding GST

integer

None.

LandedUnitCostInc

Complete carton cost, including GST and all fees

integer

None.

LandedCartonCostInc

Complete carton cost, including GST and all fees

integer

None.

LandedCartonCostEx

Complete carton cost, including all fees and excluding GST

integer

None.

StandardCost

The Carton-only portion of the landed cost

integer

None.

DeliveryFee

integer

Deprecated.

DeliveryFeeBasis

FeeBasis

Deprecated.

PickAndPackFee

integer

Deprecated.

PickAndPackFeeBasis

FeeBasis

Deprecated.

FinanceFee

integer

Deprecated.

FinanceFeeBasis

FeeBasis

Deprecated.

CartonLength

integer

None.

CartonWidth

integer

None.

CartonHeight

integer

None.

PalletLayerQuantity

integer

None.

PalletLayers

integer

None.

ItemCode

string

None.

InvoiceCode

string

None.

InvoiceDesc

string

None.

OrderDirect

boolean

None.

UseCost

boolean

None.

MinimumQuantity

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

integer

None.

HostType

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

integer

None.

FromHost

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

integer

None.

MinimumReorder

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

integer

None.

MaximumReorder

Maximum number of units to order

integer

None.

OrderMultiple

decimal number

None.

SellMultiple

decimal number

None.

BaseMultiple

decimal number

None.

HostStandardCost

integer

None.

HostTotalCost

integer

None.

HostRetail

integer

None.

HostLandedUnitCostEx

integer

None.

HostLandedUnitCostInc

integer

None.

HostDesc

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

string

None.

DirectIndicator

string

None.

AvailableToOrder

boolean

None.

HostRangeIndicator

string

None.

HostProductType

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": "nhpzxf40ME2SkRqQJFznRQ==",
  "pluGuid": "c5731a9e-34fe-4d30-9291-1a90245ce745",
  "supplierIdentifier": "5Qyx73yLiEC4RAKjXdeNWw==",
  "supplierIdentifierGuid": "efb10ce5-8b7c-4088-b844-02a35dd78d5b",
  "cartonQuantity": 1,
  "cartonQuantityChanged": true,
  "productSize": "sample string 2",
  "cigarettesPerSleeve": 1,
  "randomWeight": true,
  "piecesPerUnit": 4,
  "averagePackSize": 5,
  "effectiveDate": "2025-06-14T07:44:07.7360906",
  "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:44:07.7360906",
  "rebate": 1.0,
  "rebateExclude": true,
  "invoiceCodes": [
    {
      "$id": "2",
      "pluG_UID": "1HR98oQEvkC4sBudNS+iPA==",
      "pluGuid": "f27d74d4-0484-40be-b8b0-1b9d352fa23c",
      "supplierIdentifier": "bnD+gN3P0ECe70ix8SNgKg==",
      "supplierIdentifierGuid": "80fe706e-cfdd-40d0-9eef-48b1f123602a",
      "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": "wie4MhKYxEqcY2st+Shutw==",
  "parentPluGuid": "32b827c2-9812-4ac4-9c63-6b2df9286eb7",
  "freight": 44.0,
  "freightType": 1,
  "product": {
    "$id": "3",
    "plu": 1,
    "storeID": 1,
    "masterPluG_UID": "QEA=",
    "storeIDs": [
      1,
      2
    ],
    "g_UId": "oh4BqqlrOE+y2m/h4Xplhw==",
    "guid": "aa011ea2-6ba9-4f38-b2da-6fe1e17a6587",
    "apn": "sample string 1",
    "apnChanged": true,
    "apnSwitched": true,
    "barcode": "sample string 4",
    "itemNumber": "sample string 5",
    "itemNumberChanged": true,
    "priceGroupG_UID": "ELT7Po4I10yuaww1gEjefw==",
    "priceGroupGuid": "3efbb410-088e-4cd7-ae6b-0c358048de7f",
    "blueprintID": 1,
    "lastCountedDate": "2025-06-14T07:44:07.7360906",
    "externalID": "sample string 7",
    "active": true,
    "activated": "2025-06-14T07:44:07.7360906",
    "pluCreated": "2025-06-14T07:44:07.7360906",
    "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:44:07.7360906",
    "lastManualUpdate": "2025-06-14T07:44:07.7360906",
    "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:44:07.7360906",
    "currentCostUpdated": "2025-06-14T07:44:07.7360906",
    "costDecimals": 31,
    "costChanged": true,
    "dealCostIdentifier": "QEA=",
    "excludeFromRebate": true,
    "rebateOverride": 1,
    "costCalcMethod": 1,
    "costCalcMethodChanged": true,
    "costEffectiveDate": "2025-06-14T07:44:07.7360906",
    "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:44:07.7360906",
    "posTare": 1,
    "altPrice": 1.0,
    "altPriceChanged": true,
    "altPriceMode": 52,
    "altPriceModeChanged": true,
    "altPLUG_UID": "yIsquHnt6UyTebJFkvutTQ==",
    "altPLUGuid": "b82a8bc8-ed79-4ce9-9379-b24592fbad4d",
    "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:44:07.7360906",
    "labelLastPrice": 1,
    "shelfPageLayoutG_UID": "ErONmAjv0kOCi1uls2bqng==",
    "shelfPageLayoutGuid": "988db312-ef08-43d2-828b-5ba5b366ea9e",
    "talkerPageLayoutG_UID": "9twBbjSXFkW/IEn1h9339A==",
    "talkerPageLayoutGuid": "6e01dcf6-9734-4516-bf20-49f587ddf7f4",
    "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": "AVgtk5QAE0WVvi1L73a5pw==",
    "inventoryIdentifier": "932d5801-0094-4513-95be-2d4bef76b9a7",
    "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": "jYhRS2w1V0GFhP17fQS0PQ==",
    "parentPluGuid": "4b51888d-356c-4157-8584-fd7b7d04b43d",
    "preferredHostVendor": 103,
    "preferredHostChanged": true,
    "code": "sample string 105",
    "supplierIdentifier": "PQyyCOOhckelEjKoUZzqsg==",
    "supplierIdentifierGuid": "08b20c3d-a1e3-4772-a512-32a8519ceab2",
    "supplierChanged": true,
    "rebateSupplierIdentifier": "ndD+spINc0S0y+JmSW4GVA==",
    "rebateSupplierIdentifierGuid": "b2fed09d-0d92-4473-b4cb-e266496e0654",
    "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:44:07.7360906",
    "commodity": "sample string 120",
    "businessPillar": "sample string 121",
    "mscCommodity": "sample string 122",
    "hostIdentifier": "HVM3I/NMZUSuxOruPR6IGg==",
    "hostIdentifierGuid": "2337531d-4cf3-4465-aec4-eaee3d1e881a",
    "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:44:07.7360906",
      "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": "4Ru5Pa+3PU24DC7JYEq/Pw==",
      "hostIdentifierGuid": "3db91be1-b7af-4d3d-b80c-2ec9604abf3f",
      "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:44:07.7360906",
      "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": "RpWo+pdLpEK+A7/K7T7upA==",
          "hostIdentifierGuid": "faa89546-4b97-42a4-be03-bfcaed3eeea4",
          "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": "uuuJpSFEj0mhjeXQqfhUwA==",
            "identifierGuid": "a589ebba-4421-498f-a18d-e5d0a9f854c0",
            "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": "fzEB2FSzQEeyWzTc6R4mDA==",
            "hostSupplierIdentifierGuid": "d801317f-b354-4740-b25b-34dce91e260c",
            "loyaltyPriceLevelIdentifier": "rQ5blWgLbU2AaCTEYsDwOQ==",
            "loyaltyPriceLevelIdentifierGuid": "955b0ead-0b68-4d6d-8068-24c462c0f039",
            "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:44:07.7360906",
            "lastProcessed": "2025-06-14T07:44:07.7360906",
            "hold": true,
            "supplierName": "sample string 35",
            "supplier": {
              "$id": "8",
              "identifier": "GgigEGXXMkaEKP/wWmCKIA==",
              "identifierGuid": "10a0081a-d765-4632-8428-fff05a608a20",
              "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": "/rH+u0kITUuw6Cp7tmRs5Q==",
              "primaryContactID": "bbfeb1fe-0849-4b4d-b0e8-2a7bb6646ce5",
              "storeID": 1,
              "abn": "sample string 16",
              "supplierGroupIdentifier": "ho091Ivigk2pnB5ncjm0Hw==",
              "supplierGroupGuid": "d43d8d86-e28b-4d82-a99c-1e677239b41f",
              "rebate": 1.0,
              "rebateType": 1,
              "rebateFrequency": 1,
              "rebateSource": 1,
              "rebateLastClaimed": "2025-06-14T07:44:07.7360906",
              "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": "fd39a7bd-9615-4bdb-940c-afb1fdf90345",
                "identifier": "tui9oL0KN06atHrK7ooUIA==",
                "identifierGuid": "a0bde8b6-0abd-4e37-9ab4-7acaee8a1420",
                "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": "n1EzHu84rE2ve/WjgSEP1A==",
                  "supplierIdentifierGuid": "1e33519f-38ef-4dac-af7b-f5a381210fd4",
                  "contactGuid": "dGySDrbHTE64zCo6eCSkkA==",
                  "contactID": "0e926c74-c7b6-4e4c-b8cc-2a3a7824a490",
                  "contact": {
                    "$ref": "9"
                  },
                  "supplier": {
                    "$ref": "8"
                  }
                },
                {
                  "$ref": "10"
                }
              ],
              "products": [
                {
                  "$ref": "1"
                },
                {
                  "$ref": "1"
                }
              ],
              "orderCycleHeaders": [
                {
                  "$id": "11",
                  "storeID": 1,
                  "supplierIdentifier": "tw9OsKef9kyPHQts9zUnBw==",
                  "supplierGuid": "b04e0fb7-9fa7-4cf6-8f1d-0b6cf7352707",
                  "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": "4B65geIBBkmXe/nR8U3/Yg==",
                  "supplierGuid": "81b91ee0-01e2-4906-977b-f9d1f14dff62",
                  "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:44:07.7360906",
                  "deliveryDate": "2025-06-14T07:44:07.7360906",
                  "nextCutOffDate": "2025-06-14T07:44:07.7360906",
                  "nextDeliveryDate": "2025-06-14T07:44:07.7360906",
                  "nextDaysBuffer": 10
                },
                {
                  "$ref": "12"
                }
              ],
              "store": {
                "$ref": "4"
              },
              "updated": "2025-06-14T07:44:07.7360906",
              "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:44:07.7360906",
                "processed": "2025-06-14T07:44:07.7360906",
                "isProcessing": true,
                "processedCount": 6,
                "processingTime": 1,
                "collectedUtc": "2025-06-14T07:44:07.7360906",
                "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:44:07.7360906",
                  "businessPillar": "sample string 3",
                  "fileType": "sample string 4"
                }
              },
              {
                "$ref": "13"
              }
            ],
            "zoneMatrix": [
              {
                "$id": "15",
                "id": 1,
                "hostIdentifier": "zLWO8U0ehUSGfmI49KPMNg==",
                "hostIdentifierGuid": "f18eb5cc-1e4d-4485-867e-6238f4a3cc36",
                "storeID": 1,
                "departmentCode": "sample string 2",
                "hostGuids": [
                  "6b93103b-b60a-4e9f-b650-217632f6a68c",
                  "7632b61a-0e1e-4003-afa5-cbc7b7786c8b"
                ]
              },
              {
                "$ref": "15"
              }
            ],
            "hostFileStoreSetting": {
              "$ref": "6"
            },
            "hostStoreSettings": [
              {
                "$ref": "6"
              },
              {
                "$ref": "6"
              }
            ],
            "promotionPlacements": [
              {
                "$id": "16",
                "identifier": "fsv1eQst2k6cVMeqvTeG7w==",
                "identifierGuid": "79f5cb7e-2d0b-4eda-9c54-c7aabd3786ef",
                "code": "sample string 2",
                "description": "sample string 3",
                "isAdvertised": true
              },
              {
                "$ref": "16"
              }
            ],
            "promoTypeGuids": [
              "5e42a56c-a179-4ec9-a154-9a6eb5f2651f",
              "0b8c7268-8308-4f5b-9d98-c1cfb1e497b9"
            ],
            "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:44:07.7360906",
          "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": "a1f9a507-7d52-4653-9dc8-78291a2b5acc",
      "updateStore": {
        "$id": "22",
        "id": "54667214-52aa-4135-acaa-de2446fa8503",
        "name": "sample string 1",
        "lastActivity": "2025-06-14T07:44:07.7360906",
        "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:44:07.7360906"
      },
      "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": "ozQwWxkEEUah0uEYl64LTQ==",
        "pluGuid": "5b3034a3-0419-4611-a1d2-e11897ae0b4d",
        "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:44:07.7360906"
      },
      {
        "$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:44:07.7360906",
        "priceChangeType": 0,
        "costDecimals": 10
      },
      "normalPluPrices": {
        "$ref": "26"
      },
      "winningCampaign": 1,
      "winner": {
        "$id": "27",
        "campaignName": "sample string 1",
        "campaignDescription": "sample string 2",
        "startDate": "2025-06-14T07:44:07.7360906",
        "startTime": 3,
        "endDate": "2025-06-14T07:44:07.7360906",
        "endTime": 4,
        "newPrice": 5,
        "newCost": 6,
        "newCostDecimals": 7,
        "pctDiscount": 8,
        "promoType": 1,
        "promotionTypeCode": "sample string 9",
        "hostType": 10,
        "hostIdentifier": "Y+nnUq7Zs0eDoyqZLONEdg==",
        "hostIdentifierGuid": "52e7e963-d9ae-47b3-83a3-2a992ce34476",
        "storeNames": [
          "sample string 1",
          "sample string 2"
        ]
      },
      "details": [
        {
          "$ref": "27"
        },
        {
          "$ref": "27"
        }
      ]
    },
    "tray": {
      "$id": "28",
      "g_UId": "fybZ8QpAIEee9/G0dgpvOw==",
      "guid": "f1d9267f-400a-4720-9ef7-f1b4760a6f3b",
      "name": "sample string 1",
      "number": 1,
      "tare": 1
    },
    "priceGroup": {
      "$id": "29",
      "priceGroupG_UID": "86y7iaYr8kSTilRvir9dDw==",
      "priceGroupGuid": "89bbacf3-2ba6-44f2-938a-546f8abf5d0f",
      "name": "sample string 2",
      "code": 1,
      "modified": true,
      "updated": "2025-06-14T07:44:07.7360906",
      "buyingLimit": 1,
      "buyingLimitIndependent": true,
      "buyingLimitType": 0,
      "number": 1,
      "products": [
        {
          "$ref": "3"
        },
        {
          "$ref": "3"
        }
      ],
      "productCount": 1
    },
    "priceGroupName": "sample string 145",
    "nutrifacts": {
      "$id": "30",
      "pluG_UID": "C8qRCm1EAUaudz3BycRqiQ==",
      "pluGuid": "0a91ca0b-446d-4601-ae77-3dc1c9c46a89",
      "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": "de009b32-8263-418a-adfb-92989a97feea",
      "created": "2025-06-14T07:44:07.7360906",
      "createdByUser": "sample string 1",
      "activated": "2025-06-14T07:44:07.7360906",
      "deactivated": "2025-06-14T07:44:07.7360906",
      "lastOrdered": "2025-06-14T07:44:07.7360906",
      "lastOrderedQty": 2.0,
      "lastReceived": "2025-06-14T07:44:07.7360906",
      "lastReceivedQty": 3.0,
      "lastInvoiceStatus": 1,
      "lastCounted": "2025-06-14T07:44:07.7360906",
      "lastSold": "2025-06-14T07:44:07.7360906",
      "firstSold": "2025-06-14T07:44:07.7360906",
      "awsUpdated": "2025-06-14T07:44:07.7360906",
      "lastManualUpdate": "2025-06-14T07:44:07.7360906",
      "lastManualUpdatedByUser": "sample string 5",
      "lastUpdated": "2025-06-14T07:44:07.7360906",
      "lastUpdatedByUser": "sample string 7",
      "lastUpdatedByHost": "2025-06-14T07:44:07.7360906",
      "doNotRangeUpdated": "2025-06-14T07:44:07.7360906",
      "doNotOrderUpdated": "2025-06-14T07:44:07.7360906",
      "tracked": "2025-06-14T07:44:07.7360906"
    },
    "allergens": [
      {
        "$id": "32",
        "allergenID": 1,
        "pluG_UID": "Z1xib1QN60K+o6Gkh9TYzQ==",
        "pluGuid": "6f625c67-0d54-42eb-bea3-a1a487d4d8cd",
        "contains": 2,
        "allergenName": "sample string 3",
        "storeIDs": [
          1,
          2
        ]
      },
      {
        "$ref": "32"
      }
    ],
    "costs": {
      "$id": "33",
      "pluG_UID": "wTF32SaC5Uq37tYjZKfUEA==",
      "pluGuid": "d97731c1-8226-4ae5-b7ee-d62364a7d410",
      "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:44:07.7360906",
      "normalCost": 1,
      "currentCost": 1
    },
    "sales": [
      {
        "$id": "34",
        "saleHeaderID": 1,
        "created": "2025-06-14T07:44:07.7360906",
        "createdLocal": "2025-06-14T07:44:07.7360906",
        "storeID": 3,
        "storeName": "sample string 4",
        "operatorG_Uid": "C3v1w4pLs0yvQUh2AQPxQw==",
        "operatorGuid": "c3f57b0b-4b8a-4cb3-af41-48760103f143",
        "operatorName": "sample string 5",
        "tranType": 1,
        "plu": 1,
        "pluG_UId": "DLf//d3STU2uiVw6eZfcXA==",
        "pluGuid": "fdffb70c-d2dd-4d4d-ae89-5c3a7997dc5c",
        "normalPrice": 1,
        "totalCents": 1,
        "cost": 1,
        "grossProfit": 1,
        "quantity": 1,
        "operator": {
          "$id": "35",
          "id": 1,
          "g_Uid": "fH5guQxWIEaiH39npYDaBw==",
          "guid": "b9607e7c-560c-4620-a21f-7f67a580da07",
          "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:44:07.7360906",
          "passwordResetRequired": true,
          "alteredInStore": true,
          "startShift": "2025-06-14T07:44:07.7360906",
          "endShift": "2025-06-14T07:44:07.7360906",
          "machineName": "sample string 20",
          "drawerID": 1,
          "stores": [
            {
              "$id": "36",
              "operatorG_UID": "sKTg8XGzdEe+7JbdEoekuQ==",
              "operatorGuid": "f1e0a4b0-b371-4774-beec-96dd1287a4b9",
              "storeID": 2,
              "operator": {
                "$ref": "35"
              },
              "store": {
                "$ref": "4"
              }
            },
            {
              "$ref": "36"
            }
          ]
        }
      },
      {
        "$ref": "34"
      }
    ],
    "apns": [
      {
        "$id": "37",
        "pluID": 1,
        "pluG_UID": "WHbyEwcPs0if/7FqSTe97Q==",
        "pluGuid": "13f27658-0f07-48b3-9fff-b16a4937bded",
        "apn": "sample string 1",
        "deleted": true,
        "storeID": 1,
        "storeIDs": [
          1,
          2
        ]
      },
      {
        "$ref": "37"
      }
    ],
    "tuns": [
      {
        "$id": "38",
        "pluG_UId": "ofbf4k0n7UKLbWsxwKu0TA==",
        "pluGuid": "e2dff6a1-274d-42ed-8b6d-6b31c0abb44c",
        "apn": "sample string 1",
        "tun": "sample string 2",
        "cartonQuantity": 3,
        "product": {
          "$ref": "3"
        },
        "storeIDs": [
          1,
          2
        ]
      },
      {
        "$ref": "38"
      }
    ],
    "competitionPricing": [
      {
        "$id": "39",
        "identifier": "6lnhU+jfGkGUNriZYwUrWg==",
        "identifierGuid": "53e159ea-dfe8-411a-9436-b89963052b5a",
        "pluG_UID": "e4qN7HHIvkGRTHIRJXz/yQ==",
        "pluGuid": "ec8d8a7b-c871-41be-914c-7211257cffc9",
        "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": "aI7z4/Kgi0WUZG3DpQvBfw==",
        "groupName": "sample string 1",
        "identifierGuid": "e3f38e68-a0f2-458b-9464-6dc3a50bc17f",
        "exists": true,
        "flipChartIdentifier": "sUJhrfYgHkSaqWe8OVX2kQ==",
        "flipChartIdentifierGuid": "ad6142b1-20f6-441e-9aa9-67bc3955f691",
        "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": "FHAtol3+D0SpptngKhz44Q==",
        "groupIdentifierGuid": "a22d7014-fe5d-440f-a9a6-d9e02a1cf8e1",
        "flipChart": {
          "$id": "41",
          "identifier": "w3Fhx6iwrkuPnCR/jOvElw==",
          "identifierGuid": "c76171c3-b0a8-4bae-8f9c-247f8cebc497",
          "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": "gYij7ADIz06p6dwjgnzvbg==",
            "identifierGuid": "eca38881-c800-4ecf-a9e9-dc23827cef6e",
            "name": "sample string 2",
            "formType": "sample string 3",
            "forms": [
              {
                "$id": "43",
                "id": 1,
                "g_UID": "G6m5Kdn8HUmnail8gqnlPA==",
                "guid": "29b9a91b-fcd9-491d-a76a-297c82a9e53c",
                "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": "37ovKlnai0izuMjY0RkQyA==",
                "previousFormGuid": "2a2fbadf-da59-488b-b3b8-c8d8d11910c8",
                "nextForm": 1,
                "nextFormG_UID": "sUUCbasZwkyeqvvzDBYFfg==",
                "nextFormGuid": "6d0245b1-19ab-4cc2-9eaa-fbf30c16057e",
                "attributes": "sample string 10",
                "updated": "2025-06-14T07:44:07.7360906",
                "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": "t8U5AU64rUKbp5tVmHjGFA==",
                    "checkoutFormGuid": "0139c5b7-b84e-42ad-9ba7-9b559878c614",
                    "identifier": "63IKu9x/nUyXNeqoSIPBeg==",
                    "identifierGuid": "bb0a72eb-7fdc-4c9d-9735-eaa84883c17a",
                    "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": "wTC8NFn44UqF3LdR50lrxQ==",
                    "valueGuid": "34bc30c1-f859-4ae1-85dc-b751e7496bc5",
                    "buttonText": "sample string 10",
                    "valueText": "sample string 11",
                    "drawImageAndButton": true,
                    "updated": "2025-06-14T07:44:07.7360906",
                    "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:44:07.7360906",
                      "imageData": "QEA=",
                      "readOnly": true
                    }
                  },
                  {
                    "$ref": "44"
                  }
                ],
                "panels": [
                  {
                    "$id": "46",
                    "id": 1,
                    "checkoutFormID": 2,
                    "checkoutFormG_UID": "v+mOutw2DEexIqujplezNA==",
                    "checkoutFormGuid": "ba8ee9bf-36dc-470c-b122-aba3a657b334",
                    "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": "v6C4N267L0qgggaAZgjrhQ==",
            "flipChartPageIdentifierGuid": "37b8a0bf-bb6e-4a2f-a082-06806608eb85",
            "pluG_UID": "zEF89SwQSUeu1dtEvo9agw==",
            "pluGuid": "f57c41cc-102c-4749-aed5-db44be8f5a83",
            "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": "r4+vqA8R4UqCczi+7cdc2A==",
        "pluGuid": "a8af8faf-110f-4ae1-8273-38beedc75cd8",
        "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:44:07.7360906",
        "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": "DyCNUXbHYkyUKI1hFl8N9A==",
        "ingredientGuid": "EnWUH4/yp02ah1MDjn6wAg==",
        "ingredientIdentifier": "1f947512-f28f-4da7-9a87-53038e7eb002",
        "quantity": 1.0,
        "storeIDs": [
          1,
          2
        ],
        "ingredientText": "sample string 1",
        "ingredient": {
          "$ref": "3"
        }
      },
      {
        "$ref": "49"
      }
    ],
    "bins": [
      {
        "$id": "50",
        "pluG_UID": "2UcE/vP2fkeApeBZz89XAw==",
        "pluGuid": "fe0447d9-f6f3-477e-80a5-e059cfcf5703",
        "shelfLocationIdentifier": "xKiAqdOZfUC/Y4+6Fk3Y3w==",
        "shelfLocationGuid": "a980a8c4-99d3-407d-bf63-8fba164dd8df",
        "labelShelfDefault": 1,
        "labelTalkerDefault": 1,
        "labelSmall": true,
        "labelPageLayoutG_UID": "mqGZWdlW1k6SZaECM/kurw==",
        "labelPageLayoutGuid": "5999a19a-56d9-4ed6-9265-a10233f92eaf",
        "updated": "2025-06-14T07:44:07.7360906",
        "electronicShelfLabelIdentifier": "sample string 5",
        "electronicshelfLabelsConfigurationID": 6,
        "labelShelfChanged": true,
        "productName": "sample string 8",
        "locationText": "sample string 9",
        "product": {
          "$ref": "3"
        },
        "location": {
          "$id": "51",
          "identifier": "/OWRNmDHsk+KGh72EDchzQ==",
          "storeID": 1,
          "identifierGuid": "3691e5fc-c760-4fb2-8a1a-1ef6103721cd",
          "name": "sample string 2",
          "haccp": true,
          "blueprintID": 1,
          "updated": "2025-06-14T07:44:07.7360906",
          "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": "t5c01wf8FkmG9Y17tBIEqw==",
        "pluGuid": "d73497b7-fc07-4916-86f5-8d7bb41204ab",
        "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:44:07.7360906",
          "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:44:07.7360906",
                        "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": "frtPJigtqkuzf/9ZksvJoQ==",
                        "labelPageLayoutGuid": "264fbb7e-2d28-4baa-b37f-ff5992cbc9a1",
                        "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:44:07.7360906",
                    "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": "VyrtLXaMHUi6LEsD1iZ8kg==",
                    "labelPageLayoutGuid": "2ded2a57-8c76-481d-ba2c-4b03d6267c92",
                    "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:44:07.7360906",
                "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": "o3AzFpQosUOIhe9qk8p5fA==",
                "labelPageLayoutGuid": "163370a3-2894-43b1-8885-ef6a93ca797c",
                "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:44:07.7360906",
            "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": "S6u6mv/ecEezz5k2zqkGkw==",
            "labelPageLayoutGuid": "9abaab4b-deff-4770-b3cf-9936cea90693",
            "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": "KI1LLPpBH06t4KwHMGPDRw==",
      "pluGuid": "2c4b8d28-41fa-4e1f-ade0-ac073063c347",
      "newPrice": 1,
      "pctDiscount": 1,
      "newCost": 1,
      "newCostDecimals": 6,
      "dealCostIdentifier": "EmOh0tBNM0+sL0LVKARuNw==",
      "dealCostGuid": "d2a16312-4dd0-4f33-ac2f-42d528046e37",
      "pluName": "sample string 7",
      "apn": "sample string 8",
      "fuelItem": true,
      "priceGroupG_UID": "tt2z9dPjYk6XR1gum/67fg==",
      "priceGroupGuid": "f5b3ddb6-e3d3-4e62-9747-582e9bfebb7e",
      "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:44:07.7360906",
      "rrp": 26,
      "campaignDescription": "sample string 27",
      "campaignComboPriceGroupG_UID": "g7AjhbU/rEKR+pBqXRcUsg==",
      "campaignComboPriceGroupIdentifier": "8523b083-3fb5-42ac-91fa-906a5d1714b2",
      "promotionPlacementDescription": "sample string 28",
      "storeAcceptances": [
        {
          "$id": "63",
          "plu": 1,
          "pluG_UId": "QEA=",
          "campaignID": 1,
          "campaignName": "sample string 2",
          "storeID": 3,
          "acceptedUtc": "2025-06-14T07:44:07.7360906",
          "operatorG_UID": "ZLMV+TweHUeB7UkUS9320w==",
          "operatorGuid": "f915b364-1e3c-471d-81ed-49144bddf6d3",
          "machineID": 1,
          "processed": true,
          "appliedUtc": "2025-06-14T07:44:07.7360906",
          "signIqTicketFileMovedUtc": "2025-06-14T07:44:07.7360906",
          "user": "sample string 6",
          "campaignDescription": "sample string 7",
          "productDesc": "sample string 8",
          "storeName": "sample string 9",
          "effectiveUtc": "2025-06-14T07:44:07.7360906",
          "priceChangeType": 0,
          "operatorName": "sample string 10",
          "hostCampaign": true,
          "product": {
            "$ref": "3"
          },
          "campaignPlu": {
            "$ref": "62"
          }
        },
        {
          "$ref": "63"
        }
      ],
      "campaign": {
        "$id": "64",
        "id": 1,
        "storeID": 2,
        "name": "35e490f7-ee8d-467f-bc00-31053c88e6de",
        "nameGuid": "35e490f7-ee8d-467f-bc00-31053c88e6de",
        "description": "sample string 4",
        "showDiscounts": true,
        "showTotals": true,
        "onlyEvaluateOnSubtotal": true,
        "useDescription": true,
        "campaignType": 1,
        "startDate": "2025-06-14T07:44:07.7360906",
        "startTime": 1,
        "endDate": "2025-06-14T07:44:07.7360906",
        "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:44:07.7360906",
        "system": true,
        "created": "2025-06-14T07:44:07.7360906",
        "updated": "2025-06-14T07:44:07.7360906",
        "priceChangeNotifiedUtc": "2025-06-14T07:44:07.7360906",
        "promoType": 1,
        "promotionTypeCode": "sample string 13",
        "hostIdentifier": "bIe0BTF7rke6q8nAbhg0Lw==",
        "hostIdentifierGuid": "05b4876c-7b31-47ae-baab-c9c06e18342f",
        "hostType": 14,
        "createdByUser": "sample string 15",
        "fromHost": true,
        "deleted": true,
        "campaignDeleted": "2025-06-14T07:44:07.7360906",
        "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": "DSXukIh2lE260PZ3rECtmg==",
            "pluGuid": "90ee250d-7688-4d94-bad0-f677ac40ad9a",
            "hostOfferID": 1,
            "priceGroupG_UID": "hxSwkaRSFEG0k8cymkgitA==",
            "priceGroupGuid": "91b01487-52a4-4114-b493-c7329a4822b4",
            "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:44:07.7360906",
            "rrp": 17,
            "campaignDescription": "sample string 18",
            "product": {
              "$ref": "3"
            },
            "campaign": {
              "$ref": "64"
            }
          },
          {
            "$ref": "65"
          }
        ],
        "sellingRules": [
          {
            "$id": "66",
            "id": 1,
            "identifier": "9FiQb5plEkmZrBXNOxw6Hw==",
            "identifierStr": "9FiQb5plEkmZrBXNOxw6Hw==",
            "identifierGuid": "6f9058f4-659a-4912-99ac-15cd3b1c3a1f",
            "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": "mN2CNuOvrkSz327meIc5GA==",
            "customerIDGuid": "3682dd98-afe3-44ae-b3df-6ee678873918",
            "campaign": {
              "$ref": "64"
            },
            "customer": {
              "$id": "68",
              "identifier": "LcQW/J3UqUaNhJIXQmzNOw==",
              "identifierGuid": "fc16c42d-d49d-46a9-8d84-9217426ccd3b",
              "code": "sample string 2",
              "familyName": "sample string 3",
              "givenName": "sample string 4",
              "otherName": "sample string 5",
              "title": "sample string 6",
              "dateOfBirth": "2025-06-14T07:44:07.7360906",
              "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": "twbGZpg7sEmHwwuV8TgZSA==",
              "communityIdentifierGuid": "66c606b7-3b98-49b0-87c3-0b95f1381948",
              "joined": "2025-06-14T07:44:07.7360906",
              "updated": "2025-06-14T07:44:07.7360906",
              "active": true,
              "reasonInactive": 1,
              "groupCustomer": true,
              "loyaltyPoints": 1,
              "homeStoreID": 1,
              "availableSpend": 1,
              "priceLevelIdentifier": "mNobbaJFa0eG0kteFOHsJA==",
              "priceLevelIdentifierGuid": "6d1bda98-45a2-476b-86d2-4b5e14e1ec24",
              "marketingID": "sample string 18",
              "hidden": true,
              "registered": true,
              "registeredOn": "2025-06-14T07:44:07.7360906",
              "emailMarketing": true,
              "smsMarketing": true,
              "deleted": true,
              "deletedUser": "sample string 24",
              "homeStoreName": "sample string 25",
              "customerCards": [
                {
                  "$id": "69",
                  "cardType": 2,
                  "issueDate": "2025-06-14T07:44:07.7360906",
                  "expiry": "2025-06-14T07:44:07.7360906",
                  "customerID": "hxJAsNn/lkuECLx/kLYbcA==",
                  "customerIDGuid": "b0401287-ffd9-4b96-8408-bc7f90b61b70",
                  "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:44:07.7360906",
                  "linkedAccount": "8b1bvaFVSEG6YOgVUKuaGA==",
                  "linkedAccountGuid": "bd5bbdf1-55a1-4148-ba60-e81550ab9a18",
                  "currentValueChanged": true,
                  "limitsChanged": true,
                  "customer": {
                    "$ref": "68"
                  },
                  "account": {
                    "$id": "70",
                    "id": 1,
                    "identifier": "yeYuFyYaTUWGSpR7QCAUdg==",
                    "identifierGuid": "172ee6c9-1a26-454d-864a-947b40201476",
                    "referenceNo": "sample string 3",
                    "name": "sample string 4",
                    "created": "2025-06-14T07:44:07.7360906",
                    "owner": "KKSt8cu7uEmTGli0oeYY1Q==",
                    "ownerGuid": "f1ada428-bbcb-49b8-931a-58b4a1e618d5",
                    "accountStoreGroupIdentifier": "L9+Ihww9Z0OVx+EKq9yKnA==",
                    "accountStoreGroupGuid": "8788df2f-3d0c-4367-95c7-e10aabdc8a9c",
                    "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:44:07.7360906",
                    "active": true,
                    "updated": "2025-06-14T07:44:07.7360906",
                    "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": "gZK8p4Ft30aEA4HY3V5dYg==",
                        "identifierGuid": "a7bc9281-6d81-46df-8403-81d8dd5e5d62",
                        "name": "sample string 2",
                        "primaryContact": "vov7JSxWTkSeCLWYBgDMbg==",
                        "primaryContactGuid": "25fb8bbe-562c-444e-9e08-b5980600cc6e",
                        "accountID": "o10HwaIjl0uNbnhYPQpz7w==",
                        "accountIDGuid": "c1075da3-23a2-4b97-8d6e-78583d0a73ef",
                        "special": true,
                        "updated": "2025-06-14T07:44:07.7360906",
                        "active": true,
                        "reasonInactive": 1,
                        "priceLevelIdentifier": "Okb4+rW/Xk6JC8pTtqpUmA==",
                        "priceLevelIdentifierGuid": "faf8463a-bfb5-4e5e-890b-ca53b6aa5498",
                        "deleted": true,
                        "account": {
                          "$ref": "70"
                        },
                        "primaryContactCustomer": {
                          "$ref": "68"
                        },
                        "customerGroupMembers": [
                          {
                            "$id": "73",
                            "id": 1,
                            "groupID": "jSV/fV7LFEG62V6X2bG+Xw==",
                            "groupIDGuid": "7d7f258d-cb5e-4114-bad9-5e97d9b1be5f",
                            "customerID": "k8Z0Z9Wr50uQSQGofKlHIw==",
                            "customerIDGuid": "6774c693-abd5-4be7-9049-01a87ca94723",
                            "card": "sample string 4",
                            "linkedAccount": "CaPs7UqcPkOz/elTQXdgSA==",
                            "linkedAccountGuid": "edeca309-9c4a-433e-b3fd-e95341776048",
                            "customer": {
                              "$ref": "68"
                            },
                            "group": {
                              "$ref": "72"
                            },
                            "customerCard": {
                              "$ref": "69"
                            }
                          },
                          {
                            "$ref": "73"
                          }
                        ]
                      },
                      {
                        "$ref": "72"
                      }
                    ]
                  },
                  "payments": [
                    {
                      "$id": "74",
                      "id": 1,
                      "identifier": "jUFzw45VqEOhB3HNrberKA==",
                      "identifierGuid": "c373418d-558e-43a8-a107-71cdadb7ab28",
                      "storeID": 2,
                      "operatorName": "sample string 3",
                      "saleHeaderID": 4,
                      "paymentType": 5,
                      "amount": 6,
                      "account": "sample string 7",
                      "accountID": "s0WoMeVoqkuDk6Migdg6qA==",
                      "accountIDGuid": "31a845b3-68e5-4baa-8393-a32281d83aa8",
                      "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:44:07.7360906",
                      "invRocNo": "sample string 14",
                      "responseCode": "sample string 15",
                      "cashout": 1,
                      "tip": 16,
                      "idempotentVoid": "h8TtcUqPl0+DOpQRjXSZ9Q==",
                      "idempotentVoidGuid": "71edc487-8f4a-4f97-833a-94118d7499f5",
                      "offline": true,
                      "processed": 1,
                      "storeSaleHeader": {
                        "$id": "75",
                        "saleHeaderID": 1,
                        "saleHeaderGuid": "qErdOkU/ek6ZgY+xLeSbQQ==",
                        "saleHeaderIdentifierGuid": "3add4aa8-3f45-4e7a-9981-8fb12de49b41",
                        "created": "2025-06-14T07:44:07.7360906",
                        "createdLocal": "2025-06-14T07:44:07.7360906",
                        "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:44:07.7360906",
                        "storeID": 1,
                        "operatorG_Uid": "bNXuoaTfp0OLKP0jT5o3+w==",
                        "operatorGuid": "a1eed56c-dfa4-43a7-8b28-fd234f9a37fb",
                        "customerG_Uid": "CXHX1j/CZkO6TofGmRWI1A==",
                        "customerGuid": "d6d77109-c23f-4366-ba4e-87c6991588d4",
                        "communityIdentifier": "h9HT/WKVHUCaeRA+InKZMQ==",
                        "communityIdentifierGuid": "fdd3d187-9562-401d-9a79-103e22729931",
                        "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": "xMqCIXNjvkqkiyMGlxB2Rw==",
                        "priceLevelIdentifierGuid": "2182cac4-6373-4abe-a48b-230697107647",
                        "locked": 36,
                        "relationChecksum": "sample string 37",
                        "loyaltyTender": 1,
                        "giftCardTender": 1,
                        "operator": {
                          "$ref": "35"
                        },
                        "customer": {
                          "$ref": "68"
                        },
                        "communityOrganisation": {
                          "$id": "76",
                          "id": 1,
                          "identifier": "UUOJf6+fC0SoxBrCZejqmg==",
                          "identifierGuid": "7f894351-9faf-440b-a8c4-1ac265e8ea9a",
                          "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:44:07.7360906",
                          "deleted": true
                        },
                        "details": [
                          {
                            "$id": "77",
                            "saleItemID": 1,
                            "identifier": "WnNlX89P+U+yWG7biMrBmA==",
                            "identifierGuid": "5f65735a-4fcf-4ff9-b258-6edb88cac198",
                            "saleHeaderID": 2,
                            "plu": 1,
                            "pluG_UId": "Mo7kEkzxrECc7v9BoGebVA==",
                            "pluGuid": "12e48e32-f14c-40ac-9cee-ff41a0679b54",
                            "accountID": "Ilc+EeVAekecofYRmhVzkA==",
                            "accountIDGuid": "113e5722-40e5-477a-9ca1-f6119a157390",
                            "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:44:07.7360906",
                            "bestOrExpireType": 1,
                            "providerName": "sample string 11",
                            "refundG_UID": "orNAS5XBkECQq0GRE+aaqg==",
                            "refundGuid": "4b40b3a2-c195-4090-90ab-419113e69aaa",
                            "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": "/CPnz4VNa0yEEAN7JlbH9w==",
                            "idempotentVoidGuid": "cfe723fc-4d85-4c6b-8410-037b2656c7f7",
                            "priceLevelIdentifier": "p6FQetREQ0O5MD9+ix1MjA==",
                            "priceLevelIdentifierGuid": "7a50a1a7-44d4-4343-b930-3f7e8b1d4c8c",
                            "productName": "sample string 23",
                            "apn": "sample string 24",
                            "unknownScans": [
                              {
                                "$id": "78",
                                "id": 1,
                                "saleDetailID": 2,
                                "storeID": 1,
                                "scanned": "2025-06-14T07:44:07.7360906",
                                "operatorG_UID": "QEA=",
                                "barcode": "sample string 4",
                                "processed": 1
                              },
                              {
                                "$ref": "78"
                              }
                            ],
                            "refund": {
                              "$id": "79",
                              "id": 1,
                              "g_UID": "ZbSXPlHrykuRyiP5m//8Cw==",
                              "guid": "3e97b465-eb51-4bca-91ca-23f99bfffc0b",
                              "description": "sample string 1",
                              "dumped": true,
                              "inventoryReasonID": 1,
                              "sortOrder": 1,
                              "updated": "2025-06-14T07:44:07.7360906"
                            },
                            "modifier": {
                              "$id": "80",
                              "id": 1,
                              "setG_UID": "4wk0eOWnXUyaQP2Jo8rEFw==",
                              "modifierSetGuid": "783409e3-a7e5-4c5d-9a40-fd89a3cac417",
                              "name": "sample string 2",
                              "price": 1,
                              "quantity": 1,
                              "modifierType": 1,
                              "groupNumber": 1,
                              "pageNumber": 1,
                              "controlOrder": 1,
                              "printToStation": true,
                              "pluG_UID": "5X63Ai1gc0+XrOIoEEKpzQ==",
                              "pluGuid": "02b77ee5-602d-4f73-97ac-e2281042a9cd",
                              "deleted": true,
                              "g_UID": "IH1ErwGDeEK9vjgqC+mrhw==",
                              "guid": "af447d20-8301-4278-bdbe-382a0be9ab87",
                              "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": "q4prOY+tokyA/a37yUfg5w==",
                            "pluGuid": "396b8aab-ad8f-4ca2-80fd-adfbc947e0e7",
                            "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:44:07.7360906",
                            "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:44:07.7360906",
                            "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": "3mgpQHmtpUCjzQ0A85XOtA==",
                            "pluGuid": "402968de-ad79-40a5-a3cd-0d00f395ceb4",
                            "accountID": "7Y4Y86ByoUGOXzyKXP1YhQ==",
                            "accountIDGuid": "f3188eed-72a0-41a1-8e5f-3c8a5cfd5885",
                            "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:44:07.7360906",
                            "bestOrExpireType": 1,
                            "refundG_UID": "rl2e+Gq9Q0qG1wSj4FGbWw==",
                            "refundGuid": "f89e5dae-bd6a-4a43-86d7-04a3e0519b5b",
                            "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": "KA+LGSZyu0a39LcKfLrE1g==",
                            "identifierGuid": "198b0f28-7226-46bb-b7f4-b70a7cbac4d6",
                            "id": 1,
                            "orderNo": 2,
                            "externalSaleIdentifier": "sample string 3",
                            "storeID": 4,
                            "zoneID": 5,
                            "deptNo": 6,
                            "customerIdentifier": "Seeg+JdBO0G1s6iwtRXXhQ==",
                            "customerIdentifierGuid": "f8a0e749-4197-413b-b5b3-a8b0b515d785",
                            "operatorNo": 1,
                            "operatorG_UID": "VPRmV7WbJk6termJj26lHw==",
                            "operatorGuid": "5766f454-9bb5-4e26-ad7a-b9898f6ea51f",
                            "created": "2025-06-14T07:44:07.7360906",
                            "ordered": "2025-06-14T07:44:07.7360906",
                            "started": "2025-06-14T07:44:07.7360906",
                            "completed": "2025-06-14T07:44:07.7360906",
                            "supplied": "2025-06-14T07:44:07.7360906",
                            "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": "p07lM+4R10yf9dElQad9JQ==",
                                "pluGuid": "33e54ea7-11ee-4cd7-9ff5-d12541a77d25",
                                "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": "rOVSet5m00ia2FMyX1EawA==",
                                "headerIdentifierGuid": "7a52e5ac-66de-48d3-9ad8-53325f511ac0",
                                "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": "phWoguwm10+TzVqHj9ZCQw==",
                            "surveyGuid": "82a815a6-26ec-4fd7-93cd-5a878fd64243",
                            "saleHeaderGuid": "rTso/hTV30GUx9LPJRFSuQ==",
                            "saleGuid": "fe283bad-d514-41df-94c7-d2cf251152b9",
                            "textResponse": "sample string 1",
                            "integerResponse": 1,
                            "g_UIDResponse": "6GMp0FATJUChuVKx1QAmZw==",
                            "guidResponse": "d02963e8-1350-4025-a1b9-52b1d5002667",
                            "whoAnswered": 2,
                            "answeredAtUTC": "2025-06-14T07:44:07.7360906",
                            "sale": {
                              "$ref": "75"
                            },
                            "survey": {
                              "$id": "89",
                              "g_UID": "iFBU4IjI1k+1TLce0kLYqg==",
                              "guid": "e0545088-c888-4fd6-b54c-b71ed242d8aa",
                              "name": "sample string 1",
                              "storeID": 2,
                              "zoneID": 1,
                              "checkoutFormG_UID": "1GwEPxJOkE6MoMusf0azug==",
                              "checkoutFormGuid": "3f046cd4-4e12-4e90-8ca0-cbac7f46b3ba",
                              "displayToWho": 3,
                              "displayWhen": 4,
                              "start": "2025-06-14T07:44:07.7360906",
                              "end": "2025-06-14T07:44:07.7360906",
                              "deleted": true,
                              "updated": "2025-06-14T07:44:07.7360906",
                              "possibleIntegerResponses": [
                                1,
                                2
                              ],
                              "possibleTextResponses": [
                                "sample string 1",
                                "sample string 2"
                              ],
                              "possibleGuidResponses": [
                                "56448f9d-1111-4c0a-851b-27d35ac29eb1",
                                "4ed7217d-1034-45a4-853d-ecc20df86fd2"
                              ],
                              "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": "wfbbYehm0kSAkClwsuFFhw==",
                        "accountIdentifier": "61dbf6c1-66e8-44d2-8090-2970b2e14587",
                        "accountName": "sample string 42",
                        "customerOrderIdentifier": "Q6mctgCzmE6taYL2Bux9XA==",
                        "customerOrderIdentifierGuid": "b69ca943-b300-4e98-ad69-82f606ec7d5c",
                        "priceLevelName": "sample string 43",
                        "revision": 44,
                        "ingressId": "sample string 45"
                      },
                      "metadata": {
                        "$id": "90",
                        "id": 1,
                        "paymentID": 2,
                        "paymentIdentifier": "LT71qg3yvkqpYsJKGkjAhQ==",
                        "paymentIdentifierGuid": "aaf53e2d-f20d-4abe-a962-c24a1a48c085",
                        "identifier": "3rMqLMdEG0+tT85bmeYZ+w==",
                        "identifierGuid": "2c2ab3de-44c7-4f1b-ad4f-ce5b99e619fb",
                        "metadata": "sample string 3",
                        "signatureImage": "QEA=",
                        "itemIdentifier": "jJFVIpzoh0Oy/fxAG+ZJFA==",
                        "itemIdentifierGuid": "2255918c-e89c-4387-b2fd-fc401be64914"
                      }
                    },
                    {
                      "$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": "tBDILsxfPEag2E4Y31O44A==",
                  "customerIdentifierGuid": "2ec810b4-5fcc-463c-a0d8-4e18df53b8e0",
                  "voucherName": "sample string 2",
                  "count": 3,
                  "storeID": 4,
                  "barcode": "sample string 5",
                  "redeemCount": 6,
                  "issueCount": 7,
                  "storeSalePaymentID": 1,
                  "idempotentID": "N0n9j/ez2kK57hRTR+m0lQ==",
                  "idempotentGuid": "8ffd4937-b3f7-42da-b9ee-145347e9b495",
                  "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:44:07.7360906",
                    "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:44:07.7360906",
                      "labelPageLayout": "K1R4LxYPwUKwJKjY7J6ubA==",
                      "pageLayoutGuid": "2f78542b-0f16-42c1-b024-a8d8ec9eae6c",
                      "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:44:07.7360906"
                        },
                        {
                          "$ref": "95"
                        }
                      ]
                    },
                    "customerVouchers": [
                      {
                        "$id": "96",
                        "id": 1,
                        "customerIdentifier": "2GBsW/9aUEmGPClq5GCwrA==",
                        "customerIdentifierGuid": "5b6c60d8-5aff-4950-863c-296ae460b0ac",
                        "voucherID": 3,
                        "voucherName": "sample string 4",
                        "storeID": 1,
                        "barcode": "sample string 5",
                        "dateOfIssue": "2025-06-14T07:44:07.7360906",
                        "issuedSaleHeaderID": 1,
                        "issuedSaleIdentifier": "sample string 7",
                        "issuedOfflinePaymentID": 1,
                        "issuedIdempotentID": "1iCuv2x4vEe+/FWP/1sTTA==",
                        "issuedIdempotentGuid": "bfae20d6-786c-47bc-befc-558fff5b134c",
                        "issuedOffline": true,
                        "issuedUser": "sample string 9",
                        "issuedNotes": "sample string 10",
                        "expiryDate": "2025-06-14T07:44:07.7360906",
                        "expiredUser": "sample string 11",
                        "expiredNotes": "sample string 12",
                        "redeemed": "2025-06-14T07:44:07.7360906",
                        "redeemedSaleHeaderID": 1,
                        "redeemedSaleIdentifier": "sample string 13",
                        "redeemedOfflinePaymentID": 1,
                        "redeemedIdempotentID": "zUjqanCwfU6xbB+ZoILb6w==",
                        "redeemedIdempotentGuid": "6aea48cd-b070-4e7d-b16c-1f99a082dbeb",
                        "redeemedUser": "sample string 14",
                        "redeemedNotes": "sample string 15",
                        "redeemedOffline": true,
                        "updated": "2025-06-14T07:44:07.7360906",
                        "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": "ISi98Rm2HkSVoJ1DGDTjtQ==",
            "groupIDGuid": "f1bd2821-b619-441e-95a0-9d431834e3b5",
            "campaign": {
              "$ref": "64"
            },
            "group": {
              "$ref": "72"
            }
          },
          {
            "$ref": "97"
          }
        ],
        "signIqTickets": [
          {
            "$id": "98",
            "identifier": "KMj6HSCqOk281BpXe5fSLA==",
            "identifierGuid": "1dfac828-aa20-4d3a-bcd4-1a577b97d22c",
            "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": "rxayRX9RFkSz6o39IhhPrA==",
            "guid": "45b216af-517f-4416-b3ea-8dfd22184fac",
            "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": "GPnfDUFsmkWqn/xYsze15Q==",
                "groupGuid": "0ddff918-6c41-459a-aa9f-fc58b337b5e5",
                "comboPriceType": 5,
                "priceType": 5,
                "pluG_UID": "WrhMSi9vREmHhP/UDDpt2g==",
                "pluGuid": "4a4cb85a-6f2f-4944-8784-ffd40c3a6dda",
                "priceGroupG_UID": "d3cxym3ATk6WUACKQzHyLA==",
                "priceGroupGuid": "ca317777-c06d-4e4e-9650-008a4331f22c",
                "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": "lS6J1jLnJkyEMhISCVNVSg==",
            "priceLevelIdentifierGuid": "d6892e95-e732-4c26-8432-12120953554a",
            "campaignName": "sample string 3",
            "priceLevelName": "sample string 4"
          },
          {
            "$ref": "101"
          }
        ]
      },
      "product": {
        "$ref": "3"
      },
      "dealCost": {
        "$id": "102",
        "headerIdentifier": "WTuxUJewAUiBpER2wPRY+A==",
        "headerIdentifierGuid": "50b13b59-b097-4801-81a4-4476c0f458f8",
        "identifier": "oZQKHC2nv0iqKbZKf6eNiQ==",
        "identifierGuid": "1c0a94a1-a72d-48bf-aa29-b64a7fa78d89",
        "supplierIdentifier": "iiZco/LLMUm5RuNpwVGdDA==",
        "supplierGuid": "a35c268a-cbf2-4931-b946-e369c1519d0c",
        "pluG_UID": "tWEE2dtCI0SZ4c7ONqeWsA==",
        "pluGuid": "d90461b5-42db-4423-99e1-cece36a796b0",
        "campaignName": "53b98195-4b7c-45ad-a7fc-fd9b7705d25a",
        "description": "sample string 4",
        "cost": 5,
        "costDecimals": 6,
        "start": "2025-06-14T07:44:07.7360906",
        "end": "2025-06-14T07:44:07.7360906",
        "type": 9,
        "promoType": 10,
        "bonusItemPLUG_UID": "PVcKqX7WhUSup5yc+g0wsQ==",
        "bonusItemPluGuid": "a90a573d-d67e-4485-aea7-9c9cfa0d30b1",
        "bonusPurchaseUnits": 11,
        "bonusReceiveUnits": 12,
        "updated": "2025-06-14T07:44:07.7360906",
        "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:44:07.7360906",
        "campaignEndDate": "2025-06-14T07:44:07.7360906",
        "masterPLUG_UID": "8P3Dm5vltUOuadRyzuCdPw==",
        "masterID": "9bc3fdf0-e59b-43b5-ae69-d472cee09d3f",
        "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": "fqyZc9BfJUWMuBu2sokJqQ==",
        "bonusMasterID": "7399ac7e-5fd0-4525-8cb8-1bb6b28909a9",
        "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:44:07.7360906",
    "dealCosts": [
      {
        "$ref": "102"
      },
      {
        "$ref": "102"
      }
    ],
    "tags": [
      {
        "$id": "103",
        "pluG_UID": "3/+uMJzcA0yJYo5XM/Zngg==",
        "pluGuid": "30aeffdf-dc9c-4c03-8962-8e5733f66782",
        "tagID": 1,
        "description": "sample string 1",
        "storeIDs": [
          1,
          2
        ]
      },
      {
        "$ref": "103"
      }
    ],
    "alternateProductG_UID": "6gMN7lik8Eicrhu672sw7w==",
    "alternateProduct": "ee0d03ea-a458-48f0-9cae-1bbaef6b30ef",
    "productHostCode": {
      "$id": "104",
      "id": 1,
      "pluG_UID": "6//Us2JlFE6t5TzF6nMoJQ==",
      "pluGuid": "b3d4ffeb-6562-4e14-ade5-3cc5ea732825",
      "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:44:07.7360906",
    "inventoryTracked": "2025-06-14T07:44:07.7360906",
    "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�=�ZV��5xl/workbook.xml �(�����0��J}�(Ф�@��ҵCwL� ?JR��o�[7�����E���D>rV��5�7%c�Q��h�*�m%� ��a��{KT�%����^h�Fa�h�������7��hs>R��e0���I�b��*Ž����5m�%ѹ�5�RbK�{Z��<)�Ҍ���>`�7_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
�=�ZSO''_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="R727017451681461a" /></Relationships>PK�=�Z����o+xl/worksheets/sheet1.xml �(��Zks��+.�����d�oX�|��6�)ې����X���
PJ�-��~�r�ǿ�����j=_ޝ�H
�������������a�����r���f6���n�hu:��l�?�ח7��t=Z~�����r��n诫o�����r�xy�c1�ی�R0^�n��j}3��>D�k�}5�^m���}����g'Ws�ޞ~��]�'��yc��������|v��~�W��r�O���W�C��_lw�\ͮ�?n7���f�o7B�o}.���ퟃż�n8XL����~~�����ȃ眊#�?֛���n9Ey�7;���a�5�l:X���;��������w䮼����~�����W�z��y*燝?���A�ty�^;��������n�^9�]��t������QFk�#��?��c~��C��/��U����Q��6��q�4�g{A��)���"��nR!�N,�
�(h!�GT
��C�h���mb�DHL���!DC����!qQgd�#!E���DHlԘGP��Dz�8$>ꐿ�4E�[�:#$FꌒfDh�5e��$L�Q�B�&���ZRK�4%'1���hQA���ɑ�H��Q%�V��I�qR'�iU_Km&q�d��D�)/�>�H�4'u����k�$N�u�u��(�8m*�2��e�I��h������I�(�[EⶮG�K�41�*T> f�
6qҪ<�*rmz���`'�������n�}���6�������I{�$�)��	��h}�m�����:_yE��h3.��&)���-��l��<�')�H֫�M\�!g�w����f��h.�!+��8��E�rU{��!�a�J��EW�GTgZ8k��%.:S��)%���]Y�U�p����z G:��p����9����\��j�E��<+b�u`.q�e5�Z@j���PT�t
��I�:�=趉�Q�]�;p�*jc����*U�'N�'��4H�2H�����'Nz�gy򃨉U��Z��I_pR�h�S�"$Nz�+� :��}P��dX�8�]�9�~H[h��D�O4��U4	����>�$�j5.�8X]�'}Q����V��+�'N�P��F2� `$'}1�`��h���rq����i[+ Q�4����)�*#���`�s�,��@)�!1l~��^ݕ���r>�D�=f#H���8BѴ���4�T"�l���:H��SQ�G�R�z/���eI�P�R��O��H80�_��~�3Q
�`�O,^ק)LĢk�8�Z�ʽ1ql?y�v��9_��8���5b�:X�U�Ur�$����MQ^Q���^*�
��x�s��j�kc�Pc/&��{��I��K���6�b�f���,�@#��=>4%�"FM#�uR!�8��8n?O>�n�g'���`�]���O�q����9��g'?����g뻳h�-tiq~laJ�����xrl�J��c_Z<=����ٱ�Ϗ-Bi���"�/�����k����F0a��)�0`�
&�w�	���`°�K0a�~L��1t?	&�ς	C�o����E0a�~L�A���;dh�I�� E��b�� G�0���� I�P���� K�q�i9΂2-�Y���8ڴgA���,��q�y:���O�q�8΂B�Y���8ugA���,��q��z���S�pn�z�s#��3�A����:��FЩg87R�d87�N=ùt�΍�S�݄�S�8:���S�8:���S�8:���S�8:���S�8:E���S�8:E���S�8:E���S�8:E���Sd8�:E��S<�<�Fy�-�C�l��C�`���z�ǂ	{�'�D��/w�hO�f�:vx^��E��B���
^~>��s�i܉l���S�ɣ1���1��-.Ϟ�]�Ƞy_,�W����m6;�?	�L=�;��ܙ��t��X�L�����EI%�?x"���@�K�����?=�a�?I�>�L
��f���]��FHn|�Љ�G�V�;Z/�r4�z9�{
�M<�U���Z��A/����`�;kI8�տq��W��WQ�E^E�
y�J�꒺����Ȼ�����y󴃦MW=jz��pZ��lx����^=JS���F+�O��_��6�zؼ�¶� ��l�K|�nʷ�Tlé�U�A�Z�VV�V�6�
�bg9��@�(k����Z����7���lu�\nf��g����=�PK�=�Z��N��Pxl/_rels/workbook.xml.rels �(���KN�0@�b͞�#'JP�n�a[z�'Q;�]�gc���V� �X��j4��'�|�lvo�D^0�ѻx����ތ�o��C
��怓Jy"�I^q��!��Ҩ�U,��.w��J9
=]�>��`��à[&9^��[;j�{}�ѥ?��ՇS��
=�~J�^/2ȓi� ��TM)�,B��e������d:�ӂ�N��esW�A4�)�K�����K�-S�ɪW5z��/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�=�ZQ��P`
Q2xl/sharedStrings.xml �(��[Yo�8~��?y^%:-)��su���qz��b��J���g��}��J���7��#Y,� ���o3�
�*-�'�q�Aq�o>�|}�����I��������O��ְi^}<y�����Y�–T��r�$E�%5~���jW��W�z��Y��8ے4?Ѣ��k�pO�&O�h�r�� ����������������Ӈ3JoyY�I�)y��vY
��M�\�i��T]\��.r�KCT���{�J�
H}t���?A� �T�����$�3���~�t�ZKݦA�m���\�b�
hO$���:I ��7ЮH-��]#/�.��z�;��tl�@3�~?
Y���U�����[3�,cʞ� ��{����<�Ti%k���c�ME@��M��<UK��
�:�Tp��~=����� �ʥm1O$��٣y~�m_���JK�2��4�U�V�8��+�$Sx,c��;�}�@���i�n���&�����ɋR[��@��PPq$6y?Ħ=�k|"�MV��L�c֐eG h,p��vch*�p�KQ���j�fj�_�3@�N�H��e��1��H	�E�So-l��iD�bF��7���L��g�I���:�2�1�sId�B�f7�nY�C�/�0��!G/�e��'N�9#i�4�
#M�edfZw���.�p�����!D�����L�q�J/m���(kf��%�Ʌ�q`u%;���.����s���@��\k�Au�pP̄������EUY���Qß�Cx�9��m<�ij󯯫�y�"k�)���%�֧5�9�Ht(�pB�@��p�[R�U�Ci��4r������ž���9eF�g�$�vН�6��
Li��x�;mIh��z��������El7�=?vC)���4��lѱb�[�6Ԭ�l�>�w��iL��#|��?̷�#|�����#���>2;�������Ɠ�y�4:�K��������$�\�<�;=�N��/O��Pu?���1�X$�L�g�׶%�XJGҲm���E����;$r� Z��"��$�����v�?��?=�}�>j���g�.��{t�X���ɲ���d����G5��O�9kM��U�RO�tB�b��H�;��;ӊ��H��#��(|�������f�������R�N��R��R�ǡ����lCLæ|w̗�c����Y-
>q}R蘆���X{:�E��������%L謁�Q�Hc3��!���g��5��j޹�������w\ܜd��xR\���T�,��w��r���aP���c.k4�c�55:���5DE��ڢ8X�l��`�V��^P��[�9;l��h[M8]t����?���L��a���.����������x�v`9([C����ݟrm,���k�a�,��2�#]P���3�.[�+���l�L���I})|��6�������C|^��YU�?&�-Y�6j�d�ٷk�� Y����j��wSҼn�t�VY�O�,*̷�$U��HR�mLP���M=���x,���NV���rƧo*���Po+���8A��K�E�P����6�������`=��7�t��_H����`�����4�/����c��c���X{���X�i��3�MAo�\����V虎왎�vF3
j��M�y��s��܏��r�R�l��÷�	�?wd!�dE#~~$�!�UC�+[�d�U�h��M���Vwܹ_U_3�X���N�Z�>DD�U�9�,�d_-1~��O��ۺ�Q��q��TTh����?
XݷJN�i�kM��&w_g�Җͽ-��#_���\<�@l�bYXIHb'7�QHfL9��g��eNl|�B���d�7(�~H�14nwB-�=��i ��I�!�W}��^���M���Լ������l��4-�L��,�_���K��05������E���n�u�<�#Ks��eC��N����N�*��?&�eʷդ��.e*��a�����lH��U[7���޲(U�;��Qq��e���a 5�3�1g0��g@V'I�q���G�P�'�a�	c���b��=�CݠV\�����W��z�!����v�=�
V$�Ծ֯�%|Wy��*K�M�dߡ�M�a�5�ٴwZ�0Y�Z:�X&��0wd_4������d��qh�����[�o����
��H������a$ g�G�B<���\�ab�$���q�%l��;�{ U���;QV���5e)�?��6�n��4"����yvRB%��kR�wŞd���H�u�ēG켻��w�����
��T�,C�O+� A�z�P�3-K�V�)2Q4�g��M�(�H�=��&t���ugӉu��[��]nv�@F�Zt$eȎ���L�����l�e1�;���jok1cL��ByI�ё�ߊ&z1�n��
c�I�J���v�K�C/��1?��<��ǞJ����7�c4hݏ�z��l+v}��
#`^��7݊�o��^FQ���ziMUh��…ZZU��*!Q݌�oU��
���W�|�Q&ʳ�%=�	���ɪwfǘ�bg��4��N��1&$Z�@��u�}���w!���ٛ�����`�k��s�t8��**�|t��'tM�n��HwL��}�w�$�B/6��!�	�}�p�Ǥ�%��|E�)��˓��C-e�V>�B�ᇖٱNL�u��,���m�|\3����؁��pt|X�9lWoY	�F�FX��x�:Q���X8F��~��(`��]�b�y�ΟF���T��!�*�+'��A�[ `���G�}7�mc�uS�$�����3�/��c��`�(�^R�j�O�'&
���e��'����̅�izP<�����~�$hț�-?:�?��n��1�1�81x��OC���{��塞�;�Û�Vu�kٶ��f�;Q���Y�:��сر	�o^�vO��P�)��
5W�o�,�іi��uW
��]}�(��E<Ic���,0��O�TDEIy��<%T�FLEZ�
����{�� �������5���yl<�LȢi$�Ѧ�����x��U�9�g�|�̖�ț���H�*�t�Ѩs��s8k*�Жt�(�jv.�_ L�2U,��+�N�Ʀ�}�e��T��	�$E쑞
�ߘ�@��|$
����E��f7��4���`͖9���p��>�I�/_�,.���O�����CҲ��jE�"R;19O�ɧ(=��MK�S
Q��ޟWL�jp]�X���۱���f��!@�Rw1Ǘ�<?~�H=!�1M{L��N#Ъ����N���}�B��6�#(��qݙ���"S�8���?�=�̄b����Jҍ�h��<���x8�v$��'�p&op2}(���m��QD�.�=t�[L�$���&��S�iHy���Ajc͌'�S���=����UU��PK-�=�ZV��5xl/workbook.xmlPK-�=�Z����	��[Content_Types].xmlPK-
�=�ZSO''U_rels/.relsPK-�=�Z����o+�xl/worksheets/sheet1.xmlPK-�=�Z��N��P�xl/_rels/workbook.xml.relsPK-�=�ZЃc'2E
<xl/styles.xmlPK-�=�ZQ��P`
Q2�xl/sharedStrings.xmlPK�c

application/vnd.ms-excel

Sample:
PK�=�Z���Զ5xl/workbook.xml �(�����0��&�C���'bp��Ճ�-l�������J ��mgv��)F�{amO>z0!�%�bt9c��PC8X�f�I�5�I��R�kۼ5��N�_����&t����a���!F=,(
��j�#���=�!��X��&aK�����.�"4����$�ޖ�H���4<����RJ��gtco�����/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��m,''_rels/.rels �(�<?xml version="1.0" encoding="utf-8"?><Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships"><Relationship Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument" Target="xl/workbook.xml" Id="Rb569f25a8e9849eb" /></Relationships>PK�=�Z����o+xl/worksheets/sheet1.xml �(��Zks��+.�����d�oX�|��6�)ې����X���
PJ�-��~�r�ǿ�����j=_ޝ�H
�������������a�����r���f6���n�hu:��l�?�ח7��t=Z~�����r��n诫o�����r�xy�c1�ی�R0^�n��j}3��>D�k�}5�^m���}����g'Ws�ޞ~��]�'��yc��������|v��~�W��r�O���W�C��_lw�\ͮ�?n7���f�o7B�o}.���ퟃż�n8XL����~~�����ȃ眊#�?֛���n9Ey�7;���a�5�l:X���;��������w䮼����~�����W�z��y*燝?���A�ty�^;��������n�^9�]��t������QFk�#��?��c~��C��/��U����Q��6��q�4�g{A��)���"��nR!�N,�
�(h!�GT
��C�h���mb�DHL���!DC����!qQgd�#!E���DHlԘGP��Dz�8$>ꐿ�4E�[�:#$FꌒfDh�5e��$L�Q�B�&���ZRK�4%'1���hQA���ɑ�H��Q%�V��I�qR'�iU_Km&q�d��D�)/�>�H�4'u����k�$N�u�u��(�8m*�2��e�I��h������I�(�[EⶮG�K�41�*T> f�
6qҪ<�*rmz���`'�������n�}���6�������I{�$�)��	��h}�m�����:_yE��h3.��&)���-��l��<�')�H֫�M\�!g�w����f��h.�!+��8��E�rU{��!�a�J��EW�GTgZ8k��%.:S��)%���]Y�U�p����z G:��p����9����\��j�E��<+b�u`.q�e5�Z@j���PT�t
��I�:�=趉�Q�]�;p�*jc����*U�'N�'��4H�2H�����'Nz�gy򃨉U��Z��I_pR�h�S�"$Nz�+� :��}P��dX�8�]�9�~H[h��D�O4��U4	����>�$�j5.�8X]�'}Q����V��+�'N�P��F2� `$'}1�`��h���rq����i[+ Q�4����)�*#���`�s�,��@)�!1l~��^ݕ���r>�D�=f#H���8BѴ���4�T"�l���:H��SQ�G�R�z/���eI�P�R��O��H80�_��~�3Q
�`�O,^ק)LĢk�8�Z�ʽ1ql?y�v��9_��8���5b�:X�U�Ur�$����MQ^Q���^*�
��x�s��j�kc�Pc/&��{��I��K���6�b�f���,�@#��=>4%�"FM#�uR!�8��8n?O>�n�g'���`�]���O�q����9��g'?����g뻳h�-tiq~laJ�����xrl�J��c_Z<=����ٱ�Ϗ-Bi���"�/�����k����F0a��)�0`�
&�w�	���`°�K0a�~L��1t?	&�ς	C�o����E0a�~L�A���;dh�I�� E��b�� G�0���� I�P���� K�q�i9΂2-�Y���8ڴgA���,��q�y:���O�q�8΂B�Y���8ugA���,��q��z���S�pn�z�s#��3�A����:��FЩg87R�d87�N=ùt�΍�S�݄�S�8:���S�8:���S�8:���S�8:���S�8:E���S�8:E���S�8:E���S�8:E���Sd8�:E��S<�<�Fy�-�C�l��C�`���z�ǂ	{�'�D��/w�hO�f�:vx^��E��B���
^~>��s�i܉l���S�ɣ1���1��-.Ϟ�]�Ƞy_,�W����m6;�?	�L=�;��ܙ��t��X�L�����EI%�?x"���@�K�����?=�a�?I�>�L
��f���]��FHn|�Љ�G�V�;Z/�r4�z9�{
�M<�U���Z��A/����`�;kI8�տq��W��WQ�E^E�
y�J�꒺����Ȼ�����y󴃦MW=jz��pZ��lx����^=JS���F+�O��_��6�zؼ�¶� ��l�K|�nʷ�Tlé�U�A�Z�VV�V�6�
�bg9��@�(k����Z����7���lu�\nf��g����=�PK�=�Z|`���Pxl/_rels/workbook.xml.rels �(���KN�0@�b͞�IM��ݰa[z��=N�&�e�@�Ƃ#q�"A*�`��h~OO��|����扽P���-��FV9=ھ�S2w
춛=M��DFY^���!%��yT����qaƔ��s��=�J�5K\3����?Dg̨�ѩ�L6��.�@��0�Z�)E~	e����t�U�`��1;Y���ZL���w��!#JwXIY�o*3` ��B���iY^��F�J)���H��E�_���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�=�ZQ��P`
Q2xl/sharedStrings.xml �(��[Yo�8~��?y^%:-)��su���qz��b��J���g��}��J���7��#Y,� ���o3�
�*-�'�q�Aq�o>�|}�����I��������O��ְi^}<y�����Y�–T��r�$E�%5~���jW��W�z��Y��8ے4?Ѣ��k�pO�&O�h�r�� ����������������Ӈ3JoyY�I�)y��vY
��M�\�i��T]\��.r�KCT���{�J�
H}t���?A� �T�����$�3���~�t�ZKݦA�m���\�b�
hO$���:I ��7ЮH-��]#/�.��z�;��tl�@3�~?
Y���U�����[3�,cʞ� ��{����<�Ti%k���c�ME@��M��<UK��
�:�Tp��~=����� �ʥm1O$��٣y~�m_���JK�2��4�U�V�8��+�$Sx,c��;�}�@���i�n���&�����ɋR[��@��PPq$6y?Ħ=�k|"�MV��L�c֐eG h,p��vch*�p�KQ���j�fj�_�3@�N�H��e��1��H	�E�So-l��iD�bF��7���L��g�I���:�2�1�sId�B�f7�nY�C�/�0��!G/�e��'N�9#i�4�
#M�edfZw���.�p�����!D�����L�q�J/m���(kf��%�Ʌ�q`u%;���.����s���@��\k�Au�pP̄������EUY���Qß�Cx�9��m<�ij󯯫�y�"k�)���%�֧5�9�Ht(�pB�@��p�[R�U�Ci��4r������ž���9eF�g�$�vН�6��
Li��x�;mIh��z��������El7�=?vC)���4��lѱb�[�6Ԭ�l�>�w��iL��#|��?̷�#|�����#���>2;�������Ɠ�y�4:�K��������$�\�<�;=�N��/O��Pu?���1�X$�L�g�׶%�XJGҲm���E����;$r� Z��"��$�����v�?��?=�}�>j���g�.��{t�X���ɲ���d����G5��O�9kM��U�RO�tB�b��H�;��;ӊ��H��#��(|�������f�������R�N��R��R�ǡ����lCLæ|w̗�c����Y-
>q}R蘆���X{:�E��������%L謁�Q�Hc3��!���g��5��j޹�������w\ܜd��xR\���T�,��w��r���aP���c.k4�c�55:���5DE��ڢ8X�l��`�V��^P��[�9;l��h[M8]t����?���L��a���.����������x�v`9([C����ݟrm,���k�a�,��2�#]P���3�.[�+���l�L���I})|��6�������C|^��YU�?&�-Y�6j�d�ٷk�� Y����j��wSҼn�t�VY�O�,*̷�$U��HR�mLP���M=���x,���NV���rƧo*���Po+���8A��K�E�P����6�������`=��7�t��_H����`�����4�/����c��c���X{���X�i��3�MAo�\����V虎왎�vF3
j��M�y��s��܏��r�R�l��÷�	�?wd!�dE#~~$�!�UC�+[�d�U�h��M���Vwܹ_U_3�X���N�Z�>DD�U�9�,�d_-1~��O��ۺ�Q��q��TTh����?
XݷJN�i�kM��&w_g�Җͽ-��#_���\<�@l�bYXIHb'7�QHfL9��g��eNl|�B���d�7(�~H�14nwB-�=��i ��I�!�W}��^���M���Լ������l��4-�L��,�_���K��05������E���n�u�<�#Ks��eC��N����N�*��?&�eʷդ��.e*��a�����lH��U[7���޲(U�;��Qq��e���a 5�3�1g0��g@V'I�q���G�P�'�a�	c���b��=�CݠV\�����W��z�!����v�=�
V$�Ծ֯�%|Wy��*K�M�dߡ�M�a�5�ٴwZ�0Y�Z:�X&��0wd_4������d��qh�����[�o����
��H������a$ g�G�B<���\�ab�$���q�%l��;�{ U���;QV���5e)�?��6�n��4"����yvRB%��kR�wŞd���H�u�ēG켻��w�����
��T�,C�O+� A�z�P�3-K�V�)2Q4�g��M�(�H�=��&t���ugӉu��[��]nv�@F�Zt$eȎ���L�����l�e1�;���jok1cL��ByI�ё�ߊ&z1�n��
c�I�J���v�K�C/��1?��<��ǞJ����7�c4hݏ�z��l+v}��
#`^��7݊�o��^FQ���ziMUh��…ZZU��*!Q݌�oU��
���W�|�Q&ʳ�%=�	���ɪwfǘ�bg��4��N��1&$Z�@��u�}���w!���ٛ�����`�k��s�t8��**�|t��'tM�n��HwL��}�w�$�B/6��!�	�}�p�Ǥ�%��|E�)��˓��C-e�V>�B�ᇖٱNL�u��,���m�|\3����؁��pt|X�9lWoY	�F�FX��x�:Q���X8F��~��(`��]�b�y�ΟF���T��!�*�+'��A�[ `���G�}7�mc�uS�$�����3�/��c��`�(�^R�j�O�'&
���e��'����̅�izP<�����~�$hț�-?:�?��n��1�1�81x��OC���{��塞�;�Û�Vu�kٶ��f�;Q���Y�:��сر	�o^�vO��P�)��
5W�o�,�іi��uW
��]}�(��E<Ic���,0��O�TDEIy��<%T�FLEZ�
����{�� �������5���yl<�LȢi$�Ѧ�����x��U�9�g�|�̖�ț���H�*�t�Ѩs��s8k*�Жt�(�jv.�_ L�2U,��+�N�Ʀ�}�e��T��	�$E쑞
�ߘ�@��|$
����E��f7��4���`͖9���p��>�I�/_�,.���O�����CҲ��jE�"R;19O�ɧ(=��MK�S
Q��ޟWL�jp]�X���۱���f��!@�Rw1Ǘ�<?~�H=!�1M{L��N#Ъ����N���}�B��6�#(��qݙ���"S�8���?�=�̄b����Jҍ�h��<���x8�v$��'�p&op2}(���m��QD�.�=t�[L�$���&��S�iHy���Ajc͌'�S���=����UU��PK-�=�Z���Զ5xl/workbook.xmlPK-�=�Z����	��[Content_Types].xmlPK-
�=�Z��m,''U_rels/.relsPK-�=�Z����o+�xl/worksheets/sheet1.xmlPK-�=�Z|`���P�xl/_rels/workbook.xml.relsPK-�=�ZЃc'2E
<xl/styles.xmlPK-�=�ZQ��P`
Q2�xl/sharedStrings.xmlPK�c