GET api/product/{guid}/supplier/{id}?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

string

None.

HostProductGrade

string

None.

HostProductGroup

string

None.

HostSlowMoving

boolean

None.

HostGeneralMerchandise

boolean

None.

HostPillar

string

None.

HostLastUpdated

date

None.

Rebate

Rebate override value

decimal number

None.

RebateExclude

Rebate exclude flag

boolean

None.

InvoiceCodes

Collection of ProductInvoicingDetail

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

StoreIDs

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

Collection of integer

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

PreferredSupplier

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

boolean

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

PreferredRebateSupplier

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

boolean

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

SupplierName

string

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

SalesMode

SalesMode

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

OrderPacked

boolean

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

Active

boolean

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

Price

integer

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

CostGstPercent

integer

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

ParentPluG_UID

Collection of byte

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

ParentPluGuid

globally unique identifier

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

Freight

decimal number

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

FreightType

FreightFeeType

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

Product

Product

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

Supplier

Supplier

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

ServiceFee

ServiceFee

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

IsPrimaryHost

boolean

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

HostVendor

integer

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

Response Formats

application/json, text/json

Sample:
{
  "pluG_UID": "4yTS33VIY0qwn0tiZlv5Vg==",
  "pluGuid": "dfd224e3-4875-4a63-b09f-4b62665bf956",
  "supplierIdentifier": "s/a+PlTLqUCgj/j8N4OEFQ==",
  "supplierIdentifierGuid": "3ebef6b3-cb54-40a9-a08f-f8fc37838415",
  "cartonQuantity": 1,
  "cartonQuantityChanged": true,
  "productSize": "sample string 3",
  "cigarettesPerSleeve": 1,
  "randomWeight": true,
  "piecesPerUnit": 5,
  "averagePackSize": 6,
  "effectiveDate": "2026-04-03T06:21:14.3003391",
  "pricedByWeight": true,
  "landedUnitCostEx": 9,
  "landedUnitCostInc": 10,
  "landedCartonCostInc": 12,
  "landedCartonCostEx": 13,
  "standardCost": 14,
  "deliveryFee": 1,
  "deliveryFeeBasis": "sample string 15",
  "pickAndPackFee": 1,
  "pickAndPackFeeBasis": "sample string 16",
  "financeFee": 1,
  "financeFeeBasis": "sample string 17",
  "cartonLength": 1,
  "cartonWidth": 1,
  "cartonHeight": 1,
  "palletLayerQuantity": 1,
  "palletLayers": 1,
  "itemCode": "sample string 18",
  "invoiceCode": "sample string 19",
  "invoiceDesc": "sample string 20",
  "orderDirect": true,
  "useCost": true,
  "minimumQuantity": 21,
  "hostType": 22,
  "fromHost": 23,
  "minimumReorder": 1,
  "maximumReorder": 1,
  "orderMultiple": 24.1,
  "sellMultiple": 25.1,
  "baseMultiple": 26.1,
  "hostStandardCost": 27,
  "hostTotalCost": 28,
  "hostRetail": 29,
  "hostLandedUnitCostEx": 30,
  "hostLandedUnitCostInc": 31,
  "hostDesc": "sample string 32",
  "directIndicator": "sample string 33",
  "availableToOrder": true,
  "hostRangeIndicator": "sample string 35",
  "hostProductType": "sample string 36",
  "hostProductGrade": "sample string 37",
  "hostProductGroup": "sample string 38",
  "hostSlowMoving": true,
  "hostGeneralMerchandise": true,
  "hostPillar": "sample string 41",
  "hostLastUpdated": "2026-04-03T06:21:14.3003391",
  "rebate": 1.0,
  "rebateExclude": true,
  "invoiceCodes": [
    {
      "$id": "2",
      "pluG_UID": "uhhb6gXY/0y0dMiohxrQ1g==",
      "pluGuid": "ea5b18ba-d805-4cff-b474-c8a8871ad0d6",
      "supplierIdentifier": "AGbXaIHfH0mAoO5OYR7vpg==",
      "supplierIdentifierGuid": "68d76600-df81-491f-80a0-ee4e611eefa6",
      "invoiceCode": "sample string 1",
      "storeIDs": [
        1,
        2
      ]
    },
    {
      "$ref": "2"
    }
  ],
  "storeIDs": [
    1,
    2
  ],
  "preferredSupplier": true,
  "preferredRebateSupplier": true,
  "supplierName": "sample string 42",
  "salesMode": 43,
  "orderPacked": true,
  "active": true,
  "price": 1,
  "costGstPercent": 45,
  "parentPluG_UID": "D236VynNs0yRs30y0o0DSA==",
  "parentPluGuid": "57fa6d0f-cd29-4cb3-91b3-7d32d28d0348",
  "freight": 46.0,
  "freightType": 1,
  "product": {
    "$id": "3",
    "plu": 1,
    "storeID": 1,
    "masterPluG_UID": "QEA=",
    "storeIDs": [
      1,
      2
    ],
    "g_UId": "ZXOMkdttSUajGohfJiAHdw==",
    "guid": "918c7365-6ddb-4649-a31a-885f26200777",
    "apn": "sample string 1",
    "apnChanged": true,
    "apnSwitched": true,
    "barcode": "sample string 4",
    "itemNumber": "sample string 5",
    "itemNumberChanged": true,
    "priceGroupG_UID": "l18ii99GKESajim2Qjv/6A==",
    "priceGroupGuid": "8b225f97-46df-4428-9a8e-29b6423bffe8",
    "blueprintID": 1,
    "lastCountedDate": "2026-04-03T06:21:14.3003391",
    "externalID": "sample string 7",
    "active": true,
    "activated": "2026-04-03T06:21:14.3003391",
    "pluCreated": "2026-04-03T06:21:14.3003391",
    "createdByUser": "sample string 9",
    "name": "sample string 10",
    "nameChanged": true,
    "secondDescription": "sample string 12",
    "hostDescription": "sample string 13",
    "keepCartonQty": true,
    "keepDescription": true,
    "keepDepartments": true,
    "keepSuppliers": true,
    "markdownDescription": "sample string 18",
    "altDescription": "sample string 19",
    "bestOrExpire": 20,
    "lastUpdate": "2026-04-03T06:21:14.3003391",
    "lastManualUpdate": "2026-04-03T06:21:14.3003391",
    "imageName": "sample string 23",
    "showImageOnFlipCharts": true,
    "showTextOnFlipCharts": true,
    "overrideFlipChartText": true,
    "flipChartText": "sample string 27",
    "salesMode": 1,
    "eftCode": 1,
    "price": 1,
    "priceChanged": true,
    "rrp": 1,
    "gstPercent": 28,
    "gstPercentChanged": true,
    "costGSTPercent": 29,
    "costGSTPercentChanged": true,
    "wetPercent": 1,
    "priceOverride": 1,
    "cost": 1,
    "currentCost": 1,
    "currentCostDecimals": 1,
    "grossProfit": 1.0,
    "currentCostDesc": "sample string 30",
    "currentCostEnd": "2026-04-03T06:21:14.3003391",
    "currentCostUpdated": "2026-04-03T06:21:14.3003391",
    "costDecimals": 31,
    "costChanged": true,
    "dealCostIdentifier": "QEA=",
    "excludeFromRebate": true,
    "rebateOverride": 1,
    "costCalcMethod": 32,
    "costCalcMethodChanged": true,
    "costEffectiveDate": "2026-04-03T06:21:14.3003391",
    "defaultGP": 1,
    "breakTargetMode": 33,
    "break1": 1,
    "price1": 1,
    "target1": 34,
    "break2": 1,
    "price2": 1,
    "target2": 35,
    "break3": 1,
    "price3": 1,
    "target3": 36,
    "break1Changed": true,
    "price1Changed": true,
    "target1Changed": true,
    "break2Changed": true,
    "price2Changed": true,
    "target2Changed": true,
    "break3Changed": true,
    "price3Changed": true,
    "target3Changed": true,
    "breakTargetModeChanged": true,
    "margin": 1.1,
    "marginChanged": true,
    "marginRanged": true,
    "marginRangedChanged": true,
    "minimumMargin": 1.1,
    "minimumMarginChanged": true,
    "maximumMargin": 1.1,
    "maximumMarginChanged": true,
    "overrideHostWarehouseIndicator": true,
    "overrideHostWarehouseIndicatorChanged": true,
    "overrideHostPrice": true,
    "overrideHostPriceChanged": true,
    "overrideHostCost": true,
    "overrideHostCostChanged": true,
    "overrideHostMargin": true,
    "overrideHostMarginChanged": true,
    "alwaysApplyMargin": true,
    "alwaysApplyMarginChanged": true,
    "aws": 1.0,
    "paws": 1.0,
    "awsUpdated": "2026-04-03T06:21:14.3003391",
    "posTare": 1,
    "altPrice": 1.0,
    "altPriceChanged": true,
    "altPriceMode": 53,
    "altPriceModeChanged": true,
    "altPLUG_UID": "CWXSEy/iSUWQGcf7gULXqQ==",
    "altPLUGuid": "13d26509-e22f-4549-9019-c7fb8142d7a9",
    "altPLUGuidChanged": true,
    "altPriceDescription1": "sample string 54",
    "altPriceDescription2": "sample string 55",
    "cartonQuantity": 56,
    "cartonQuantityChanged": true,
    "trayID": 1,
    "promptID": 1,
    "tare": 1,
    "packQty": 1,
    "fixedWeight": 1,
    "extraMesg": 1,
    "text1": "sample string 58",
    "text2": "sample string 59",
    "text3": "sample string 60",
    "labelText": "sample string 61",
    "labelTextChanged": true,
    "sendToScale": true,
    "nonScaleWeigh": true,
    "labelFormat": "sample string 65",
    "barcodeFormat": "sample string 66",
    "austMade": 1,
    "coolCode": 67,
    "countryOfOrigin": "sample string 68",
    "percentContent": 69.1,
    "departmentID": 1,
    "subDepartmentID": 1,
    "minorDepartmentID": 1,
    "lesserDepartmentID": 1,
    "deptCode": "sample string 70",
    "subDeptCode": "sample string 71",
    "minorDeptCode": "sample string 72",
    "lesserDeptCode": "sample string 73",
    "deptName": "sample string 74",
    "subDeptName": "sample string 75",
    "minorDeptName": "sample string 76",
    "lesserDeptName": "sample string 77",
    "departmentChanged": true,
    "subCategoryID": 1,
    "expiry": 1,
    "showDays": 1,
    "datePrint": 1,
    "labelRequired": true,
    "labelShelfQty": 80,
    "labelShelfChanged": true,
    "labelTalkerQty": 82,
    "labelSmall": true,
    "labelLastPrinted": "2026-04-03T06:21:14.3003391",
    "labelLastPrice": 1,
    "shelfPageLayoutG_UID": "WXtt5/gt4kmNgetnG8dI8g==",
    "shelfPageLayoutGuid": "e76d7b59-2df8-49e2-8d81-eb671bc748f2",
    "talkerPageLayoutG_UID": "99EYeWHteUyePMdHcDlW3g==",
    "talkerPageLayoutGuid": "7918d1f7-ed61-4c79-9e3c-c747703956de",
    "unitMeasure": 1.1,
    "unitMeasureChanged": true,
    "unitMeasureKind": 85,
    "unitMeasureKindChanged": true,
    "signIQData": "sample string 87",
    "refresh": true,
    "earnLoyaltyPoints": true,
    "earnLoyaltyPointsChanged": true,
    "quantityOverride": true,
    "quantityOverrideChanged": true,
    "quantityRequired": true,
    "quantityRequiredChanged": true,
    "allowDiscounts": true,
    "allowDiscountsChanged": true,
    "discountDiscounts": true,
    "discountDiscountsChanged": true,
    "itemRecalled": true,
    "itemRecalledChanged": true,
    "noRefund": true,
    "noRefundChanged": true,
    "allowMarkdown": true,
    "allowMarkdownChanged": true,
    "priceRequired": true,
    "priceRequiredChanged": true,
    "fuelItem": true,
    "fuelItemChanged": true,
    "liabilityItem": true,
    "trackSerial": true,
    "trackSerialChanged": true,
    "allowZeroPrice": true,
    "allowZeroPriceChanged": true,
    "notForSale": 92,
    "notForSaleChanged": true,
    "excludeFromDeals": true,
    "excludeFromVoucher": true,
    "minimumAge": 95,
    "minimumAgeChanged": true,
    "buyingLimit": 1,
    "buyingLimitChanged": true,
    "buyingLimitIndependent": true,
    "buyingLimitIndependentChanged": true,
    "inventoryGuid": "khdEdd3CQUWIiKLE+vx+bA==",
    "inventoryIdentifier": "75441792-c2dd-4541-8888-a2c4fafc7e6c",
    "inventoryAccuracy": 1,
    "baseUnits": 99,
    "orderPacked": 1,
    "isManufactured": true,
    "isIngredient": true,
    "isModifier": true,
    "isModifierChanged": true,
    "hasModifiers": 100,
    "defaultPrinter": "sample string 101",
    "defaultPrinterGroup": "sample string 102",
    "ingredientsOnManufacture": true,
    "manufactureUnitMeasure": 1,
    "mpl": 1,
    "maxShelfQty": 103,
    "allowAutoOrder": true,
    "warrantyPeriod": 1,
    "parentPluG_UId": "4AWfyuYbTU+kXiCTrN9S1w==",
    "parentPluGuid": "ca9f05e0-1be6-4f4d-a45e-2093acdf52d7",
    "preferredHostVendor": 105,
    "preferredHostChanged": true,
    "code": "sample string 107",
    "supplierIdentifier": "5WXfqEJIZEiqRzovLshagA==",
    "supplierIdentifierGuid": "a8df65e5-4842-4864-aa47-3a2f2ec85a80",
    "supplierChanged": true,
    "rebateSupplierIdentifier": "hkGeYOiXI0CXaXmia1L/9Q==",
    "rebateSupplierIdentifierGuid": "609e4186-97e8-4023-9769-79a26b52fff5",
    "rebateSupplierChanged": true,
    "availableForOrder": true,
    "warehouseDirectIndicator": "sample string 109",
    "warehouseDirectIndicatorChanged": true,
    "productGrade": "sample string 111",
    "productType": "sample string 112",
    "productGroup": "sample string 113",
    "complianceIndicator": "sample string 114",
    "inhouseBrand": "sample string 115",
    "slowMoving": true,
    "generalMerchandise": true,
    "comment": "sample string 118",
    "lastUpdatedByUser": "sample string 119",
    "lastManualUpdatedByUser": "sample string 120",
    "lastUpdatedByUserOverride": true,
    "lastUpdatedByHost": "2026-04-03T06:21:14.3003391",
    "commodity": "sample string 122",
    "businessPillar": "sample string 123",
    "mscCommodity": "sample string 124",
    "hostIdentifier": "bWKYc6Se9U+Ox2EIGstRhA==",
    "hostIdentifierGuid": "7398626d-9ea4-4ff5-8ec7-61081acb5184",
    "serviceFeeID": 1,
    "serviceFeeIDChanged": true,
    "providerName": "sample string 126",
    "aisleEnds": "sample string 127",
    "deleted": true,
    "deletedChanged": true,
    "hidden": true,
    "doNotRange": true,
    "doNotRangeChanged": true,
    "doNotOrder": true,
    "doNotOrderChanged": true,
    "locked": true,
    "excludeFromWebUpdate": true,
    "excludeFromWebUpdateChanged": true,
    "webPriceBasedOn": 138,
    "webPriceRounding": true,
    "webMarkup": 140,
    "webPriceMode": 141,
    "altDepartmentID": 1,
    "altSubDepartmentID": 1,
    "altMinorDepartmentID": 1,
    "altLesserDepartmentID": 1,
    "altDeptCode": "sample string 142",
    "altSubDeptCode": "sample string 143",
    "altMinorDeptCode": "sample string 144",
    "altLesserDeptCode": "sample string 145",
    "altDepartmentChanged": true,
    "storeProducts": [
      {
        "$ref": "3"
      },
      {
        "$ref": "3"
      }
    ],
    "store": {
      "$id": "4",
      "id": 1,
      "isMaster": true,
      "isElectedMaster": true,
      "electedMasterStoreID": 1,
      "isZoneMaster": true,
      "shortName": "sample string 3",
      "url": "sample string 4",
      "sortOrder": 1,
      "name": "sample string 5",
      "phone": "sample string 6",
      "fax": "sample string 7",
      "email": "sample string 8",
      "address1": "sample string 9",
      "address2": "sample string 10",
      "city": "sample string 11",
      "state": "sample string 12",
      "country": "sample string 13",
      "postCode": "sample string 14",
      "delivery": 1,
      "exportAccounts": 1,
      "salesAccountFolder": "sample string 15",
      "purchaseAccountFolder": "sample string 16",
      "initLoad": 1,
      "initIDs": 1,
      "zoneID": 1,
      "actAsMaster": 1,
      "lastActiveUtc": "2026-04-03T06:21:14.3003391",
      "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": "hQwe5B0DRkCv+lBn5ylRkA==",
      "hostIdentifierGuid": "e41e0c85-031d-4046-affa-5067e7295190",
      "hostName": 1,
      "hostAddress": "sample string 27",
      "hostUsername": "sample string 28",
      "hostPassword": "sample string 29",
      "excludeFromLeadInOut": true,
      "accountingProvider": 31,
      "accountingAddress": "sample string 32",
      "accountingUsername": "sample string 33",
      "accountingPassword": "sample string 34",
      "storeAccountingCode": "sample string 35",
      "softwareVariance": 36,
      "fuelWarningVariance": 37.0,
      "fuelErrorVariance": 38.0,
      "fuelAccumulatedWarningVariance": 39.0,
      "fuelAccumulatedErrorVariance": 40.0,
      "drawManagment": 41,
      "endOfDayManagment": true,
      "autoFillCashBalancing": true,
      "fuelDayVariance": 44,
      "accountingTradingTime": "00:00:00.1234567",
      "stockActivateProduct": 46,
      "defaultOrderDocumentId": 1,
      "defaultStockReceiveDocumentId": 1,
      "giftCardSalesAccountingDeptCode": "sample string 47",
      "transactionDiscountAccountingDeptCode": "sample string 48",
      "size": 49,
      "updated": "2026-04-03T06:21:14.3003391",
      "priceZone": {
        "$id": "5",
        "id": 1,
        "name": "sample string 2",
        "hostIdentifier": "NAWLVVVqcU2Vfljp5+QQtQ==",
        "hostIdentifierGuid": "558b0534-6a55-4d71-957e-58e9e7e410b5",
        "sortOrder": 3,
        "zoneMasterStoreID": 1,
        "electedMasterStoreID": 1,
        "containsElectedMasterStore": true
      },
      "priceZoneName": "sample string 51",
      "storeFuelConfigured": true,
      "shippingAddressCopied": true,
      "shippingAddress": {
        "$id": "6",
        "storeID": 1,
        "addressType": 1,
        "address1": "sample string 1",
        "address2": "sample string 2",
        "city": "sample string 3",
        "state": "sample string 4",
        "country": "sample string 5",
        "postCode": "sample string 6"
      },
      "billingAddressCopied": true,
      "billingAddress": {
        "$ref": "6"
      },
      "hostStoreSettings": [
        {
          "$id": "7",
          "id": 1,
          "hostIdentifier": "gWHcuw8iDkaVbn4wa1rL0g==",
          "hostIdentifierGuid": "bbdc6181-220f-460e-956e-7e306b5acbd2",
          "storeID": 2,
          "username": "sample string 3",
          "password": "sample string 4",
          "passwordPlain": "sample string 5",
          "serverAddress": "sample string 6",
          "serverPort": 1,
          "excludeFromLeadInOut": true,
          "useForHostFile": true,
          "metcashPillarID": "sample string 9",
          "metcashStateCode": "sample string 10",
          "metcashCustomerID": "sample string 11",
          "metcashTradingPartnerID": "sample string 12",
          "drakesCustomerNumber": 1,
          "sparCustomerNumber": "sample string 13",
          "sparOrderUsername": "sample string 14",
          "sparOrderPassword": "sample string 15",
          "sparOrderPasswordPlain": "sample string 16",
          "pharmXSiteID": 1,
          "ibaZoneID": 1,
          "ibaState": "sample string 17",
          "foodlandStoreCode": "sample string 18",
          "ilgMemberNumber": "sample string 19",
          "ilgOutletLocation": 1,
          "ilgBaseCost": 1,
          "ilgApplyNonAdvertisedPromos": true,
          "ilgExemptFromFreight": true,
          "ilgOrderDealReview": true,
          "ilgFinanceFee": 1,
          "secondPassword": "sample string 23",
          "secondPasswordPlain": "sample string 24",
          "secondServerAddress": "sample string 25",
          "processPromotions": true,
          "hostProvider": 0,
          "host": {
            "$id": "8",
            "identifier": "huiIjUpKL0a0uHJGiCe3bQ==",
            "identifierGuid": "8d88e886-4a4a-462f-b4b8-72468827b76d",
            "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": "a8SXjBPjTk6Tbx7+4W7Stg==",
            "hostSupplierIdentifierGuid": "8c97c46b-e313-4e4e-936f-1efee16ed2b6",
            "loyaltyPriceLevelIdentifier": "3B7oTOVtx0WnUWziAmhi2g==",
            "loyaltyPriceLevelIdentifierGuid": "4ce81edc-6de5-45c7-a751-6ce2026862da",
            "isGroup": true,
            "description": "sample string 22",
            "hostProvider": 23,
            "hostTypeEnum": 24,
            "hostType": "sample string 25",
            "hostCode": "sample string 26",
            "username": "sample string 27",
            "password": "sample string 28",
            "passwordPlain": "sample string 29",
            "server": "sample string 30",
            "url": "sample string 31",
            "global": true,
            "stateCode": "sample string 33",
            "lastCollected": "2026-04-03T06:21:14.3003391",
            "lastProcessed": "2026-04-03T06:21:14.3003391",
            "hold": true,
            "supplierName": "sample string 35",
            "supplier": {
              "$id": "9",
              "identifier": "EkSEVbEzMEuWGuNNfxCqQw==",
              "identifierGuid": "55844412-33b1-4b30-961a-e34d7f10aa43",
              "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": "JIe5QOs32E2Cl1nYsfoZyQ==",
              "primaryContactID": "40b98724-37eb-4dd8-8297-59d8b1fa19c9",
              "storeID": 1,
              "abn": "sample string 16",
              "supplierGroupIdentifier": "P7x3vCAyuEmAUE2d/XY6cA==",
              "supplierGroupGuid": "bc77bc3f-3220-49b8-8050-4d9dfd763a70",
              "rebate": 1.0,
              "rebateType": 1,
              "rebateFrequency": 1,
              "rebateSource": 1,
              "rebateLastClaimed": "2026-04-03T06:21:14.3003391",
              "rebateLastClaimedAmount": 1.0,
              "cartonsOnly": true,
              "minimumOrderValue": 1,
              "enforceMinimumQuantity": true,
              "freight": 19.0,
              "freightType": 20,
              "deleted": true,
              "deletedUser": "sample string 22",
              "storeName": "sample string 23",
              "primaryContact": {
                "$id": "10",
                "id": "b7fa51bb-75ac-4b2b-ad1b-0589fd5e8bac",
                "identifier": "3+XbSZU8Q0SU7VsHeh3e0A==",
                "identifierGuid": "49dbe5df-3c95-4443-94ed-5b077a1dded0",
                "familyName": "sample string 1",
                "givenNames": "sample string 2",
                "otherNames": "sample string 3",
                "title": "sample string 4",
                "dateOfBirth": "sample string 5",
                "sex": "sample string 6",
                "address": "sample string 7",
                "address1": "sample string 8",
                "address2": "sample string 9",
                "town": "sample string 10",
                "state": "sample string 11",
                "country": "sample string 12",
                "postalCode": "sample string 13",
                "telephone": "sample string 14",
                "mobile": "sample string 15",
                "email": "sample string 16",
                "fax": "sample string 17",
                "primary": true
              },
              "contacts": [
                {
                  "$id": "11",
                  "supplierIdentifier": "uOfG18gzTUqN1jv78jYIHw==",
                  "supplierIdentifierGuid": "d7c6e7b8-33c8-4a4d-8dd6-3bfbf236081f",
                  "contactGuid": "8G+DBNuXBEaasmmZ0/STtg==",
                  "contactID": "04836ff0-97db-4604-9ab2-6999d3f493b6",
                  "contact": {
                    "$ref": "10"
                  },
                  "supplier": {
                    "$ref": "9"
                  }
                },
                {
                  "$ref": "11"
                }
              ],
              "products": [
                {
                  "$ref": "1"
                },
                {
                  "$ref": "1"
                }
              ],
              "orderCycleHeaders": [
                {
                  "$id": "12",
                  "storeID": 1,
                  "supplierIdentifier": "+4v61WLObkalca0txJ0TCQ==",
                  "supplierGuid": "d5fa8bfb-ce62-466e-a571-ad2dc49d1309",
                  "departmentCode": "sample string 2",
                  "warehouseDirectIndicator": "sample string 3",
                  "type": 4,
                  "storeName": "sample string 5",
                  "departmentName": "sample string 6",
                  "orderDays": 7
                },
                {
                  "$ref": "12"
                }
              ],
              "cycles": [
                {
                  "$id": "13",
                  "storeID": 1,
                  "supplierIdentifier": "OmQQiA6p+kaKkBuMbErJvg==",
                  "supplierGuid": "8810643a-a90e-46fa-8a90-1b8c6c4ac9be",
                  "departmentCode": "sample string 2",
                  "warehouseDirectIndicator": "sample string 3",
                  "type": 4,
                  "cutOffWeek": 5,
                  "cutOffDay": 6,
                  "cutOffTime": "00:00:00.1234567",
                  "leadTime": 7,
                  "daysBuffer": 8,
                  "supplierName": "sample string 9",
                  "cutOffDate": "2026-04-03T06:21:14.3003391",
                  "deliveryDate": "2026-04-03T06:21:14.3003391",
                  "nextCutOffDate": "2026-04-03T06:21:14.3003391",
                  "nextDeliveryDate": "2026-04-03T06:21:14.3003391",
                  "nextDaysBuffer": 10
                },
                {
                  "$ref": "13"
                }
              ],
              "store": {
                "$ref": "4"
              },
              "updated": "2026-04-03T06:21:14.3003391",
              "isHost": true
            },
            "files": [
              {
                "$id": "14",
                "id": "sample string 1",
                "fileName": "sample string 2",
                "extension": "sample string 3",
                "provider": 0,
                "type": 0,
                "hostType": "sample string 4",
                "createdUtc": "2026-04-03T06:21:14.3003391",
                "processed": "2026-04-03T06:21:14.3003391",
                "isProcessing": true,
                "processedCount": 6,
                "processingTime": 1,
                "collectedUtc": "2026-04-03T06:21:14.3003391",
                "size": 1,
                "sizeFormat": "sample string 7",
                "isArchive": true,
                "customerNumber": "sample string 9",
                "businessPillar": "sample string 10",
                "fileType": "sample string 11",
                "version": "sample string 12",
                "reference": "sample string 13",
                "digest": "sample string 14",
                "contentType": "sample string 15",
                "host": {
                  "$ref": "8"
                },
                "metcashHeader": {
                  "$id": "15",
                  "customerNumber": "sample string 1",
                  "creationDate": "2026-04-03T06:21:14.3003391",
                  "businessPillar": "sample string 3",
                  "fileType": "sample string 4"
                }
              },
              {
                "$ref": "14"
              }
            ],
            "zoneMatrix": [
              {
                "$id": "16",
                "id": 1,
                "hostIdentifier": "hr3I/M97o0+fq+/R0+G1dg==",
                "hostIdentifierGuid": "fcc8bd86-7bcf-4fa3-9fab-efd1d3e1b576",
                "storeID": 1,
                "departmentCode": "sample string 2",
                "hostGuids": [
                  "6e6c0bc7-2826-4a2c-b3c9-08102c4d1f03",
                  "39963936-cfe7-4922-92b4-ff6c7b9271f2"
                ]
              },
              {
                "$ref": "16"
              }
            ],
            "hostFileStoreSetting": {
              "$ref": "7"
            },
            "hostStoreSettings": [
              {
                "$ref": "7"
              },
              {
                "$ref": "7"
              }
            ],
            "promotionPlacements": [
              {
                "$id": "17",
                "identifier": "V9YRa1F9i0upeaTABirIjg==",
                "identifierGuid": "6b11d657-7d51-4b8b-a979-a4c0062ac88e",
                "code": "sample string 2",
                "description": "sample string 3",
                "isAdvertised": true
              },
              {
                "$ref": "17"
              }
            ],
            "promoTypeGuids": [
              "56e3fb3c-771e-40d1-a787-e2ff1e9d5200",
              "ea5feda2-d6a3-43ff-9256-25402d4f50d4"
            ],
            "isPromotionOnly": false,
            "isOrderable": false,
            "vendor": 0
          },
          "groupIDs": [
            1,
            2
          ],
          "hostDescription": "sample string 27"
        },
        {
          "$ref": "7"
        }
      ],
      "accounts": [
        {
          "$id": "18",
          "id": 1,
          "storeID": 1,
          "accountName": "sample string 2",
          "bsb": "sample string 3",
          "accountNumber": "sample string 4",
          "accountDesignated": true
        },
        {
          "$ref": "18"
        }
      ],
      "sales": [
        {
          "$id": "19",
          "id": 1,
          "storeID": 1,
          "externalSalesType": 2,
          "ftpSiteID": 1,
          "lastSaleProcessed": "2026-04-03T06:21:14.3003391",
          "ftpSite": {
            "$id": "20",
            "id": 1,
            "description": "sample string 2",
            "address": "sample string 3",
            "username": "sample string 4",
            "password": "sample string 5",
            "path": "sample string 7",
            "protocol": 8
          }
        },
        {
          "$ref": "19"
        }
      ],
      "zoneMatrix": [
        {
          "$ref": "16"
        },
        {
          "$ref": "16"
        }
      ],
      "cashManagements": [
        {
          "$id": "21",
          "id": 1,
          "storeID": 1,
          "cashManagementType": 2,
          "apiID": 1,
          "organisationID": "sample string 3",
          "siteName": "sample string 4",
          "thirdPartyAPI": {
            "$id": "22",
            "id": 1,
            "description": "sample string 2",
            "address": "sample string 3",
            "username": "sample string 4",
            "password": "sample string 5",
            "passwordPlain": "sample string 6",
            "token": "sample string 7",
            "apiType": 8,
            "apiSubType": 9
          }
        },
        {
          "$ref": "21"
        }
      ],
      "updateStoreID": "5c05d699-e7fb-4e81-84e0-6b63cd460aa8",
      "updateStore": {
        "$id": "23",
        "id": "46956fd6-ef52-490b-93fb-b81824f547a9",
        "name": "sample string 1",
        "lastActivity": "2026-04-03T06:21:14.3003391",
        "zone": "sample string 2",
        "timeZoneOffset": 0.0,
        "businessHoursStart": "00:00:00.1234567",
        "businessHoursEnd": "00:00:00.1234567",
        "master": true,
        "lastIP": "sample string 10",
        "lastHostName": "sample string 11",
        "ping": 1,
        "pingStatus": "sample string 12",
        "lastUpdateCompleted": "2026-04-03T06:21:14.3003391"
      },
      "timeZoneId": "sample string 54",
      "securityOptions": {
        "$id": "24",
        "loginMode": 1,
        "allowSelfVerification": true,
        "verifierEmail": "sample string 3",
        "source": "sample string 4",
        "loginModeInherited": 5,
        "loginModeSource": "sample string 6",
        "selfVerifyInherited": true,
        "selfVerifySource": "sample string 8",
        "verifyEmailInherited": "sample string 9",
        "verifyEmailSource": "sample string 10"
      }
    },
    "storePrices": [
      {
        "$id": "25",
        "pluG_UID": "67VwWc5dlkmb2L/xQZoZJQ==",
        "pluGuid": "5970b5eb-5dce-4996-9bd8-bff1419a1925",
        "plu": 1,
        "storeID": 1,
        "zoneID": 2,
        "zoneName": "sample string 3",
        "store": "sample string 4",
        "isElectedMasterStore": true,
        "isZoneMasterStore": true,
        "priceNow": 7,
        "costNow": 8,
        "costNowDecimals": 9,
        "normalPrice": 10,
        "priceNext": 1,
        "costNext": 1,
        "costNextDecimals": 11,
        "nextCampaignName": "sample string 12",
        "gstPercent": 13,
        "normalCost": 14,
        "normalCostDecimals": 15,
        "costGstPercent": 16,
        "costCalcMethod": 1,
        "currentCost": 17,
        "currentCostDecimals": 18,
        "break1": 19,
        "price1": 20,
        "break2": 21,
        "price2": 22,
        "break3": 23,
        "price3": 24,
        "fuelItem": 25,
        "fixedWeight": 26,
        "active": true,
        "complianceIndicator": "sample string 27",
        "doNotOrder": true,
        "doNotRange": true,
        "isNormalPriceChangesCampaign": true,
        "updated": "2026-04-03T06:21:14.3003391"
      },
      {
        "$ref": "25"
      }
    ],
    "currentPrices": {
      "$id": "26",
      "pluPrices": {
        "$id": "27",
        "plu": 1,
        "pluG_UID": "QEA=",
        "stores": [
          1,
          2
        ],
        "normalPrice": 1,
        "cost": 2,
        "break1": 3,
        "price1": 4,
        "break2": 5,
        "price2": 6,
        "break3": 7,
        "price3": 8,
        "discountPrice": 9,
        "memberDiscountPrice": 10,
        "acceptedUtc": "2026-04-03T06:21:14.3003391",
        "priceChangeType": 0,
        "costDecimals": 11,
        "costCalcMethod": 12,
        "targetCampaignPriceGtOrEquNormal": true
      },
      "normalPluPrices": {
        "$ref": "27"
      },
      "winningCampaign": 1,
      "winner": {
        "$id": "28",
        "campaignName": "sample string 1",
        "campaignDescription": "sample string 2",
        "talkerText": "sample string 3",
        "disableWasSave": true,
        "startDate": "2026-04-03T06:21:14.3003391",
        "startTime": 5,
        "endDate": "2026-04-03T06:21:14.3003391",
        "endTime": 6,
        "newPrice": 7,
        "newCost": 8,
        "newCostDecimals": 9,
        "pctDiscount": 10,
        "promoType": 1,
        "promotionTypeCode": "sample string 11",
        "hostType": 12,
        "hostIdentifier": "C1Gs/3DCyECvl6v/1gNQ8g==",
        "hostIdentifierGuid": "ffac510b-c270-40c8-af97-abffd60350f2",
        "storeNames": [
          "sample string 1",
          "sample string 2"
        ]
      },
      "details": [
        {
          "$ref": "28"
        },
        {
          "$ref": "28"
        }
      ]
    },
    "tray": {
      "$id": "29",
      "g_UId": "ZEPrKWX7SEKwuTJoPiVPnw==",
      "guid": "29eb4364-fb65-4248-b0b9-32683e254f9f",
      "name": "sample string 1",
      "number": 1,
      "tare": 1
    },
    "priceGroup": {
      "$id": "30",
      "priceGroupG_UID": "FgMQZoHzr0KvOB1f2nwG9w==",
      "priceGroupGuid": "66100316-f381-42af-af38-1d5fda7c06f7",
      "name": "sample string 2",
      "code": 1,
      "modified": true,
      "updated": "2026-04-03T06:21:14.3003391",
      "buyingLimit": 1,
      "buyingLimitIndependent": true,
      "buyingLimitType": 0,
      "number": 1,
      "products": [
        {
          "$ref": "3"
        },
        {
          "$ref": "3"
        }
      ],
      "productCount": 1
    },
    "priceGroupName": "sample string 147",
    "nutrifacts": {
      "$id": "31",
      "pluG_UID": "DjLcZQOr20aX4etKDS0zDw==",
      "pluGuid": "65dc320e-ab03-46db-97e1-eb4a0d2d330f",
      "plu": 1,
      "servingsPerPack": 1,
      "servingSize": 1,
      "showAllergens": 1,
      "energy": 1,
      "protein": 1,
      "fat": 1,
      "saturated": 1,
      "carbo": 1,
      "sugars": 1,
      "sodium": 1,
      "potasium": 1,
      "calcium": 1,
      "fibre": 1,
      "soya": 1,
      "nutsSeeds": 1,
      "shells": 1,
      "eggs": 1,
      "dairy": 1,
      "gluten": 1,
      "sulphites": 1,
      "peanuts": 1,
      "sesame": 1,
      "fish": 1,
      "lupins": 1
    },
    "dates": {
      "$id": "32",
      "pluGuid": "ca2bc921-5aad-40a3-9258-bcac6a89b231",
      "created": "2026-04-03T06:21:14.3003391",
      "createdByUser": "sample string 1",
      "activated": "2026-04-03T06:21:14.3003391",
      "activatedByUser": "sample string 2",
      "deactivated": "2026-04-03T06:21:14.3003391",
      "deactivatedByUser": "sample string 3",
      "lastOrdered": "2026-04-03T06:21:14.3003391",
      "lastOrderedQty": 4.0,
      "lastReceived": "2026-04-03T06:21:14.3003391",
      "lastReceivedQty": 5.0,
      "lastInvoiceStatus": 1,
      "lastCounted": "2026-04-03T06:21:14.3003391",
      "lastSold": "2026-04-03T06:21:14.3003391",
      "firstSold": "2026-04-03T06:21:14.3003391",
      "awsUpdated": "2026-04-03T06:21:14.3003391",
      "lastManualUpdate": "2026-04-03T06:21:14.3003391",
      "lastManualUpdatedByUser": "sample string 7",
      "lastUpdated": "2026-04-03T06:21:14.3003391",
      "lastUpdatedByUser": "sample string 9",
      "lastUpdatedByHost": "2026-04-03T06:21:14.3003391",
      "doNotRangeUpdated": "2026-04-03T06:21:14.3003391",
      "doNotOrderUpdated": "2026-04-03T06:21:14.3003391",
      "tracked": "2026-04-03T06:21:14.3003391"
    },
    "allergens": [
      {
        "$id": "33",
        "primaryKey": {
          "$id": "34",
          "pluGuid": "a006800e-31b5-4523-91d5-7087ca950831",
          "contains": 2
        },
        "allergenID": 1,
        "pluG_UID": "DoAGoLUxI0WR1XCHypUIMQ==",
        "pluGuid": "a006800e-31b5-4523-91d5-7087ca950831",
        "contains": 2,
        "allergenName": "sample string 3",
        "storeIDs": [
          1,
          2
        ]
      },
      {
        "$ref": "33"
      }
    ],
    "costs": {
      "$id": "35",
      "pluG_UID": "svemvU49bE+2+EyAGhCR9g==",
      "pluGuid": "bda6f7b2-3d4e-4f6c-b6f8-4c801a1091f6",
      "enteredCost": 1,
      "weightedAvgCost": 1,
      "lastCost": 1,
      "rawEnteredCost": 2,
      "rawWeightedAvgCost": 3,
      "rawLastCost": 4,
      "freight": 5.0,
      "freightType": 6,
      "costDecimals": 7,
      "fifoCost": 1,
      "updated": "2026-04-03T06:21:14.3003391",
      "normalCost": 1,
      "currentCost": 1
    },
    "sales": [
      {
        "$id": "36",
        "saleHeaderID": 1,
        "created": "2026-04-03T06:21:14.3003391",
        "createdLocal": "2026-04-03T06:21:14.3003391",
        "storeID": 3,
        "storeName": "sample string 4",
        "operatorG_Uid": "TevgWJ7FOk+VmiP2EOs1/A==",
        "operatorGuid": "58e0eb4d-c59e-4f3a-959a-23f610eb35fc",
        "operatorName": "sample string 5",
        "tranType": 1,
        "plu": 1,
        "pluG_UId": "9MATaf3AyUaCWIFtKSz3aA==",
        "pluGuid": "6913c0f4-c0fd-46c9-8258-816d292cf768",
        "normalPrice": 1,
        "totalCents": 1,
        "cost": 1,
        "grossProfit": 1,
        "quantity": 1,
        "operator": {
          "$id": "37",
          "id": 1,
          "g_Uid": "urpDFSUt0EiZriTR1o1QiQ==",
          "guid": "1543baba-2d25-48d0-99ae-24d1d68d5089",
          "operatorNumber": 1,
          "shortName": "sample string 2",
          "firstName": "sample string 3",
          "lastName": "sample string 4",
          "password": "sample string 5",
          "hasPassword": true,
          "passwordText": "sample string 6",
          "rfidTagID": "sample string 7",
          "blueprintID": 1,
          "groupID": 1,
          "groupName": "sample string 8",
          "managerGroupID": 1,
          "managerGroupName": "sample string 9",
          "zoneID": 1,
          "zoneName": "sample string 10",
          "loggedIn": 1,
          "lastUsedIP": "sample string 11",
          "deleted": true,
          "locked": true,
          "allowOpenTill": true,
          "webEmail": "sample string 14",
          "simpleOperatorType": 0,
          "webRole": "sample string 15",
          "updated": "2026-04-03T06:21:14.3003391",
          "passwordResetRequired": true,
          "alteredInStore": true,
          "startShift": "2026-04-03T06:21:14.3003391",
          "endShift": "2026-04-03T06:21:14.3003391",
          "machineName": "sample string 20",
          "drawerID": 1,
          "stores": [
            {
              "$id": "38",
              "operatorG_UID": "GjYXUo2YcEqxPLdpNvSkCA==",
              "operatorGuid": "5217361a-988d-4a70-b13c-b76936f4a408",
              "storeID": 2,
              "operator": {
                "$ref": "37"
              },
              "store": {
                "$ref": "4"
              }
            },
            {
              "$ref": "38"
            }
          ]
        }
      },
      {
        "$ref": "36"
      }
    ],
    "apns": [
      {
        "$id": "39",
        "pluID": 1,
        "pluG_UID": "Grzs/dHe2kCB+WuPu5tsvg==",
        "pluGuid": "fdecbc1a-ded1-40da-81f9-6b8fbb9b6cbe",
        "apn": "sample string 1",
        "deleted": true,
        "storeID": 1,
        "storeIDs": [
          1,
          2
        ]
      },
      {
        "$ref": "39"
      }
    ],
    "tuns": [
      {
        "$id": "40",
        "pluG_UId": "KrMHC1ltTESxihfyfItYXg==",
        "pluGuid": "0b07b32a-6d59-444c-b18a-17f27c8b585e",
        "apn": "sample string 1",
        "tun": "sample string 2",
        "cartonQuantity": 3,
        "product": {
          "$ref": "3"
        },
        "storeIDs": [
          1,
          2
        ]
      },
      {
        "$ref": "40"
      }
    ],
    "competitionPricing": [
      {
        "$id": "41",
        "identifier": "IRw1vsn/KU+Jpqze+E76yA==",
        "identifierGuid": "be351c21-ffc9-4f29-89a6-acdef84efac8",
        "pluG_UID": "a96lU5rdMkiyh4xv5QEGlg==",
        "pluGuid": "53a5de6b-dd9a-4832-b287-8c6fe5010696",
        "competitionID": 1,
        "name": "sample string 2",
        "sellMultiple": 3,
        "retailPrice": 4,
        "storeName": "sample string 5"
      },
      {
        "$ref": "41"
      }
    ],
    "supplier": {
      "$ref": "9"
    },
    "supplierName": "sample string 148",
    "children": [
      {
        "$ref": "3"
      },
      {
        "$ref": "3"
      }
    ],
    "ordering": {
      "$ref": "1"
    },
    "flipChartPages": [
      {
        "$id": "42",
        "identifier": "wflUxTDneEWR8kHYjImVow==",
        "groupName": "sample string 1",
        "identifierGuid": "c554f9c1-e730-4578-91f2-41d88c8995a3",
        "exists": true,
        "flipChartIdentifier": "p67hfhy320KR/yKIQ2iiTA==",
        "flipChartIdentifierGuid": "7ee1aea7-b71c-42db-91ff-22884368a24c",
        "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": "d26BO8DYqUGMfe2NGTQ3vg==",
        "groupIdentifierGuid": "3b816e77-d8c0-41a9-8c7d-ed8d193437be",
        "flipChart": {
          "$id": "43",
          "identifier": "ui3bqYYEaki/qhtiZpU8Cw==",
          "identifierGuid": "a9db2dba-0486-486a-bfaa-1b6266953c0b",
          "displayName": "sample string 2",
          "sortOrder": 3,
          "productsPerRow": 4,
          "rowsPerPage": 5,
          "buttonMarginX": 6,
          "buttonMarginY": 7,
          "beginButtonsX": 8,
          "beginButtonsY": 9,
          "autoSizeButtons": true,
          "autoSizeGrid": true,
          "showButtonText": true,
          "showButtonImage": true,
          "formLocationX": 1,
          "formLocationY": 1,
          "formWidth": 14,
          "formHeight": 15,
          "formMaximised": true,
          "formResizable": true,
          "formBackgroundImage": "sample string 16",
          "formBackgroundColourA": 1,
          "formBackgroundColourR": 1,
          "formBackgroundColourG": 1,
          "formBackgroundColourB": 1,
          "formFontFamily": "sample string 17",
          "formFontSize": 1.1,
          "formFontStyle": 1,
          "formAttributes": "sample string 18",
          "buttonWidth": 19,
          "buttonHeight": 20,
          "buttonAnchor": 21,
          "buttonBackgroundImage": "sample string 22",
          "buttonTopColour": 1,
          "buttonTextColour": 1,
          "buttonBottomColour": 1,
          "buttonBorderColour": 1,
          "buttonBorderWidth": 1,
          "buttonRadius": 1,
          "buttonGradientMode": 1,
          "buttonDropShadow": true,
          "buttonShadowWidth": 1,
          "buttonHighLightOnPush": true,
          "buttonFontFamily": "sample string 23",
          "buttonFontSize": 1.1,
          "buttonFontStyle": 1,
          "buttonTextAlign": 1,
          "buttonWordBreak": true,
          "buttonDrawImageAndButton": true,
          "buttonVerticalText": true,
          "buttonImageAlign": 1,
          "panelLocationX": 1,
          "panelLocationY": 1,
          "panelWidth": 1,
          "panelHeight": 1,
          "panelAnchor": 1,
          "panelFontFamily": "sample string 24",
          "panelFontSize": 1.1,
          "panelFontStyle": 1,
          "panelBackgroundColour": 1,
          "panelTextColour": 1,
          "panelAttributes": "sample string 25",
          "unsentCount": 26,
          "group": {
            "$id": "44",
            "identifier": "i2WXUNP320qFJaIwsBzkig==",
            "identifierGuid": "5097658b-f7d3-4adb-8525-a230b01ce48a",
            "name": "sample string 2",
            "formType": "sample string 3",
            "forms": [
              {
                "$id": "45",
                "id": 1,
                "g_UID": "etYKQrhlM0SYffWLOFMlyA==",
                "guid": "420ad67a-65b8-4433-987d-f58b385325c8",
                "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": "x0c/TVes6EKQbcoS9NABYw==",
                "previousFormGuid": "4d3f47c7-ac57-42e8-906d-ca12f4d00163",
                "nextForm": 1,
                "nextFormG_UID": "6TpYltaj8Ea4TyvzaDFU9w==",
                "nextFormGuid": "96583ae9-a3d6-46f0-b84f-2bf3683154f7",
                "attributes": "sample string 10",
                "updated": "2026-04-03T06:21:14.3003391",
                "positioning": 1,
                "contentPanel": "sample string 11",
                "selectionMode": 1,
                "maximumSelections": 1,
                "alteredInStore": true,
                "deleted": true,
                "blueprintID": 1,
                "preserveLayout": true,
                "mainCheckoutFormName": "sample string 13",
                "nextCheckoutForm": {
                  "$ref": "45"
                },
                "previousCheckoutForm": {
                  "$ref": "45"
                },
                "buttons": [
                  {
                    "$id": "46",
                    "id": 1,
                    "checkoutFormID": 2,
                    "checkoutFormG_UID": "OeckGubt2EOtZaU5Zj5Xtg==",
                    "checkoutFormGuid": "1a24e739-ede6-43d8-ad65-a539663e57b6",
                    "identifier": "RrSJPYrxNkyp4v/ka0ecIA==",
                    "identifierGuid": "3d89b446-f18a-4c36-a9e2-ffe46b479c20",
                    "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": "9vrEqaqco0WlAYq/YQVaJQ==",
                    "valueGuid": "a9c4faf6-9caa-45a3-a501-8abf61055a25",
                    "buttonText": "sample string 10",
                    "valueText": "sample string 11",
                    "drawImageAndButton": true,
                    "updated": "2026-04-03T06:21:14.3003391",
                    "action": "sample string 12",
                    "valueForm": {
                      "$ref": "45"
                    },
                    "image": {
                      "$id": "47",
                      "name": "sample string 3.sample string 4",
                      "imageID": 2,
                      "imageName": "sample string 3",
                      "imageExtension": "sample string 4",
                      "lastUpdate": "2026-04-03T06:21:14.3003391",
                      "imageData": "QEA=",
                      "readOnly": true
                    }
                  },
                  {
                    "$ref": "46"
                  }
                ],
                "panels": [
                  {
                    "$id": "48",
                    "id": 1,
                    "checkoutFormID": 2,
                    "checkoutFormG_UID": "fhY3IzzTVUm9iwV9+Li80g==",
                    "checkoutFormGuid": "2337167e-d33c-4955-bd8b-057df8b8bcd2",
                    "panelType": "sample string 4",
                    "name": "sample string 5",
                    "locationX": 6,
                    "locationY": 7,
                    "width": 8,
                    "height": 9,
                    "anchor": 10,
                    "fontFamily": "sample string 11",
                    "fontSize": 12.1,
                    "fontStyle": 13,
                    "backgroundColour": 14,
                    "textColour": 15,
                    "attributes": "sample string 16"
                  },
                  {
                    "$ref": "48"
                  }
                ]
              },
              {
                "$ref": "45"
              }
            ],
            "panels": [
              {
                "$ref": "48"
              },
              {
                "$ref": "48"
              }
            ]
          },
          "pages": [
            {
              "$ref": "42"
            },
            {
              "$ref": "42"
            }
          ]
        },
        "contentPanel": {
          "$ref": "48"
        },
        "products": [
          {
            "$id": "49",
            "flipChartPageIdentifier": "KldXZaTeYkawTSQPlw9zZQ==",
            "flipChartPageIdentifierGuid": "6557572a-dea4-4662-b04d-240f970f7365",
            "pluG_UID": "d3RHuA2ei0KloEX4FtzzTA==",
            "pluGuid": "b8477477-9e0d-428b-a5a0-45f816dcf34c",
            "sortOrder": 3,
            "sent": true,
            "productChanged": true,
            "productImageName": "sample string 6",
            "productShowImageOnFlipCharts": true,
            "productShowTextOnFlipCharts": true,
            "productOverrideFlipChartText": true,
            "productFlipChartText": "sample string 10",
            "product": {
              "$ref": "3"
            },
            "departmentSortOrder": 11,
            "subDepartmentName": "sample string 12"
          },
          {
            "$ref": "49"
          }
        ],
        "productCount": 27,
        "pages": [
          {
            "$ref": "42"
          },
          {
            "$ref": "42"
          }
        ]
      },
      {
        "$ref": "42"
      }
    ],
    "priceHistory": [
      {
        "$id": "50",
        "pluG_UID": "DNj0kJUW8ki2VgQfVnBIAQ==",
        "pluGuid": "90f4d80c-1695-48f2-b656-041f56704801",
        "price": 1,
        "costCalcMethod": 1,
        "cost": 2,
        "weightedAvgCost": 3,
        "lastCost": 4,
        "rawCost": 5,
        "rawWeightedAvgCost": 6,
        "rawLastCost": 7,
        "costDecimals": 8,
        "serviceFeeID": 9,
        "freight": 10.0,
        "freightType": 11,
        "process": "sample string 12",
        "user": "sample string 13",
        "updated": "2026-04-03T06:21:14.3003391",
        "previousPrice": 1,
        "previousCostCalcMethod": 1,
        "previousCost": 1,
        "previousWeightedAvgCost": 1,
        "previousLastCost": 1,
        "previousRawCost": 15,
        "previousRawWeightedAvgCost": 16,
        "previousRawLastCost": 17,
        "previousCostDecimals": 1,
        "previousServiceFeeID": 18,
        "previousFreight": 19.0,
        "previousFreightType": 20,
        "storeID": 21,
        "storeName": "sample string 22",
        "serviceFeeDescription": "sample string 23",
        "previousServiceFeeDescription": "sample string 24"
      },
      {
        "$ref": "50"
      }
    ],
    "ingredients": [
      {
        "$id": "51",
        "pluG_UID": "l2Q6XVNAME2LJ/EApG/nPQ==",
        "ingredientGuid": "rF5XJHmIwUSDBLEwfqd6VQ==",
        "ingredientIdentifier": "24575eac-8879-44c1-8304-b1307ea77a55",
        "quantity": 1.0,
        "storeIDs": [
          1,
          2
        ],
        "ingredientText": "sample string 1",
        "ingredient": {
          "$ref": "3"
        }
      },
      {
        "$ref": "51"
      }
    ],
    "bins": [
      {
        "$id": "52",
        "pluG_UID": "tlfW2wj2XE2TB1AP1wTs3g==",
        "pluGuid": "dbd657b6-f608-4d5c-9307-500fd704ecde",
        "shelfLocationIdentifier": "mT+sCwrzp0Sato72/UppIw==",
        "shelfLocationGuid": "0bac3f99-f30a-44a7-9ab6-8ef6fd4a6923",
        "labelShelfDefault": 1,
        "labelTalkerDefault": 1,
        "labelSmall": true,
        "labelPageLayoutG_UID": "zFFTYDJXWk2mF8PVqXT46Q==",
        "labelPageLayoutGuid": "605351cc-5732-4d5a-a617-c3d5a974f8e9",
        "updated": "2026-04-03T06:21:14.3003391",
        "electronicShelfLabelIdentifier": "sample string 5",
        "electronicshelfLabelsConfigurationID": 6,
        "labelShelfChanged": true,
        "productName": "sample string 8",
        "locationText": "sample string 9",
        "product": {
          "$ref": "3"
        },
        "location": {
          "$id": "53",
          "identifier": "sGv5cHwzY0md/5FooJGArw==",
          "storeID": 1,
          "identifierGuid": "70f96bb0-337c-4963-9dff-9168a09180af",
          "name": "sample string 2",
          "haccp": true,
          "blueprintID": 1,
          "updated": "2026-04-03T06:21:14.3003391",
          "minTemp": 1,
          "maxTemp": 1,
          "checkFrequency": 1,
          "storeCaseConfiguration": 5,
          "storeName": "sample string 6",
          "bins": [
            {
              "$ref": "52"
            },
            {
              "$ref": "52"
            }
          ]
        }
      },
      {
        "$ref": "52"
      }
    ],
    "bin": {
      "$ref": "52"
    },
    "scaleLocations": [
      {
        "$id": "54",
        "plu": 1,
        "pluG_UID": "mqVCHfkC00yGV6SWtvnTpg==",
        "pluGuid": "1d42a59a-02f9-4cd3-8657-a496b6f9d3a6",
        "deptNo": 1,
        "product": {
          "$ref": "3"
        },
        "scaleLocation": {
          "$id": "55",
          "id": 1,
          "deptNo": 1,
          "deptCode": "sample string 2",
          "name": "sample string 3",
          "enabled": true,
          "updated": "2026-04-03T06:21:14.3003391",
          "department": {
            "$id": "56",
            "id": 1,
            "name": "sample string 2",
            "code": "sample string 3",
            "sortOrder": 4,
            "isLiquor": true,
            "isTobacco": true,
            "excludeTalker": true,
            "externalSales": true,
            "saleGLCode": "sample string 9",
            "cogsglCode": "sample string 10",
            "accountingCategoryID": 11,
            "maximumMarkdownPercentage": 12.0,
            "accountingOnly": true,
            "generateExternalID": 1,
            "useNonReportableTaxCode": true,
            "minPLU": 15,
            "maxPLU": 16,
            "scaleLocation": {
              "$ref": "55"
            },
            "subDepartments": [
              {
                "$id": "57",
                "id": 1,
                "departmentID": 2,
                "name": "sample string 3",
                "code": "sample string 4",
                "departmentCode": "sample string 5",
                "externalSales": true,
                "minorDepartments": [
                  {
                    "$id": "58",
                    "id": 1,
                    "subDepartmentID": 2,
                    "departmentID": 3,
                    "name": "sample string 4",
                    "subDepartmentCode": "sample string 5",
                    "departmentCode": "sample string 6",
                    "code": "sample string 7",
                    "lesserDepartments": [
                      {
                        "$id": "59",
                        "id": 1,
                        "departmentID": 2,
                        "subDepartmentID": 3,
                        "minorDepartmentID": 4,
                        "name": "sample string 5",
                        "code": "sample string 6",
                        "departmentCode": "sample string 7",
                        "subDepartmentCode": "sample string 8",
                        "minorDepartmentCode": "sample string 9",
                        "updated": "2026-04-03T06:21:14.3003391",
                        "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": "bNqJSfhWBk+EXvMH2fPFng==",
                        "labelPageLayoutGuid": "4989da6c-56f8-4f06-845e-f307d9f3c59e",
                        "minimumAge": 17,
                        "countryOfOrigin": "sample string 18",
                        "serviceFeeID": 1,
                        "eftCode": 19,
                        "defaultPrinter": "sample string 20",
                        "defaultPrinterGroup": "sample string 21",
                        "buyingLimit": 1,
                        "buyingLimitIndependent": true,
                        "buyingLimitType": 0,
                        "includeInDistinctLimit": true,
                        "defaultsEmpty": false,
                        "mscCat": {
                          "$id": "60",
                          "dept": 1,
                          "category": 2,
                          "name": "sample string 3",
                          "active": true,
                          "mscCommodities": [
                            {
                              "$id": "61",
                              "dept": 1,
                              "category": 2,
                              "commodity": 3,
                              "name": "sample string 4",
                              "active": true,
                              "mscSubCommodities": [
                                {
                                  "$id": "62",
                                  "dept": 1,
                                  "category": 2,
                                  "commodity": 3,
                                  "subCommodity": 4,
                                  "name": "sample string 5",
                                  "active": true,
                                  "subCommodityCode": "sample string 7"
                                },
                                {
                                  "$ref": "62"
                                }
                              ],
                              "commodityCode": "sample string 6"
                            },
                            {
                              "$ref": "61"
                            }
                          ],
                          "categoryCode": "sample string 5"
                        },
                        "mscCom": {
                          "$ref": "61"
                        },
                        "mscDep": {
                          "$id": "63",
                          "dept": 1,
                          "name": "sample string 2",
                          "active": true,
                          "mscCategories": [
                            {
                              "$ref": "60"
                            },
                            {
                              "$ref": "60"
                            }
                          ],
                          "deptCode": "sample string 4"
                        },
                        "mscSubCom": {
                          "$ref": "62"
                        }
                      },
                      {
                        "$ref": "59"
                      }
                    ],
                    "updated": "2026-04-03T06:21:14.3003391",
                    "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": "YWTbB1W+QUaGtHCVSa7rUQ==",
                    "labelPageLayoutGuid": "07db6461-be55-4641-86b4-709549aeeb51",
                    "minimumAge": 15,
                    "countryOfOrigin": "sample string 16",
                    "serviceFeeID": 1,
                    "eftCode": 17,
                    "defaultPrinter": "sample string 18",
                    "defaultPrinterGroup": "sample string 19",
                    "buyingLimit": 1,
                    "buyingLimitIndependent": true,
                    "buyingLimitType": 0,
                    "includeInDistinctLimit": true,
                    "defaultsEmpty": false,
                    "mscCat": {
                      "$ref": "60"
                    },
                    "mscCom": {
                      "$ref": "61"
                    },
                    "mscDep": {
                      "$ref": "63"
                    },
                    "mscSubCom": {
                      "$ref": "62"
                    }
                  },
                  {
                    "$ref": "58"
                  }
                ],
                "investmentBuyOverride": true,
                "updated": "2026-04-03T06:21:14.3003391",
                "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": "Bq1E6/3SZ0SyIDiUB3I4Fg==",
                "labelPageLayoutGuid": "eb44ad06-d2fd-4467-b220-389407723816",
                "minimumAge": 15,
                "countryOfOrigin": "sample string 16",
                "serviceFeeID": 1,
                "eftCode": 17,
                "defaultPrinter": "sample string 18",
                "defaultPrinterGroup": "sample string 19",
                "buyingLimit": 1,
                "buyingLimitIndependent": true,
                "buyingLimitType": 0,
                "includeInDistinctLimit": true,
                "defaultsEmpty": false,
                "mscCat": {
                  "$ref": "60"
                },
                "mscCom": {
                  "$ref": "61"
                },
                "mscDep": {
                  "$ref": "63"
                },
                "mscSubCom": {
                  "$ref": "62"
                }
              },
              {
                "$ref": "57"
              }
            ],
            "stores": [
              1,
              2
            ],
            "investmentBuyOverride": true,
            "updated": "2026-04-03T06:21:14.3003391",
            "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": "2vAi8XJheUmZEbd7c2Y8KA==",
            "labelPageLayoutGuid": "f122f0da-6172-4979-9911-b77b73663c28",
            "minimumAge": 25,
            "countryOfOrigin": "sample string 26",
            "serviceFeeID": 1,
            "eftCode": 27,
            "defaultPrinter": "sample string 28",
            "defaultPrinterGroup": "sample string 29",
            "buyingLimit": 1,
            "buyingLimitIndependent": true,
            "buyingLimitType": 0,
            "includeInDistinctLimit": true,
            "defaultsEmpty": false,
            "mscCat": {
              "$ref": "60"
            },
            "mscCom": {
              "$ref": "61"
            },
            "mscDep": {
              "$ref": "63"
            },
            "mscSubCom": {
              "$ref": "62"
            }
          }
        }
      },
      {
        "$ref": "54"
      }
    ],
    "nextPrice": {
      "$id": "64",
      "id": 1,
      "campaignID": 2,
      "campaignName": "sample string 3",
      "plu": 1,
      "hostOfferID": 1,
      "metcashPromotionID": "sample string 4",
      "metcashPromotionPlacement": "sample string 5",
      "pluG_UID": "Y5YJf5x0H0SKXcbWuxZn8A==",
      "pluGuid": "7f099663-749c-441f-8a5d-c6d6bb1667f0",
      "newPrice": 1,
      "pctDiscount": 1,
      "newCost": 1,
      "newCostDecimals": 6,
      "dealCostIdentifier": "RBsQwDEy10upINAePlpNEg==",
      "dealCostGuid": "c0101b44-3231-4bd7-a920-d01e3e5a4d12",
      "pluName": "sample string 7",
      "apn": "sample string 8",
      "fuelItem": true,
      "priceGroupG_UID": "xZGng3ddOEGVLJnGrIeX4w==",
      "priceGroupGuid": "83a791c5-5d77-4138-952c-99c6ac8797e3",
      "itemNumber": "sample string 10",
      "cri": "sample string 11",
      "pluPrice": 12,
      "costCalcMethod": 13,
      "pluCost": 14,
      "pluCostIndicator": "sample string 15",
      "pluPriceGstPercent": 16,
      "pluCostGstPercent": 17,
      "pluActive": true,
      "cartonQty": 1.1,
      "baseUnits": 19.1,
      "salesMode": 1,
      "pluNormalCost": 20,
      "pluaws": 21.0,
      "directNumber": "sample string 22",
      "departmentName": "sample string 23",
      "subDepartmentName": "sample string 24",
      "priceGroupName": "sample string 25",
      "supplierName": "sample string 26",
      "stockOnHand": 1.1,
      "stockOnOrder": 1.1,
      "lastReceived": "2026-04-03T06:21:14.3003391",
      "rrp": 27,
      "campaignDescription": "sample string 28",
      "hostCampaign": true,
      "hostIdentifier": "QEA=",
      "hostIdentifierGuid": "47e3fe74-a087-4a36-8dd4-90dfd9423443",
      "campaignComboPriceGroupG_UID": "4MtMOOZA70C3R+VJg7DmbA==",
      "campaignComboPriceGroupIdentifier": "384ccbe0-40e6-40ef-b747-e54983b0e66c",
      "promotionPlacementDescription": "sample string 30",
      "storeAcceptances": [
        {
          "$id": "65",
          "plu": 1,
          "pluG_UId": "QEA=",
          "campaignID": 1,
          "campaignName": "sample string 2",
          "storeID": 3,
          "acceptedUtc": "2026-04-03T06:21:14.3003391",
          "operatorG_UID": "flZxf1qa7EGHaLPjyqD1IQ==",
          "operatorGuid": "7f71567e-9a5a-41ec-8768-b3e3caa0f521",
          "machineID": 1,
          "processed": true,
          "appliedUtc": "2026-04-03T06:21:14.3003391",
          "signIqTicketFileMovedUtc": "2026-04-03T06:21:14.3003391",
          "user": "sample string 6",
          "campaignDescription": "sample string 7",
          "productDesc": "sample string 8",
          "storeName": "sample string 9",
          "effectiveUtc": "2026-04-03T06:21:14.3003391",
          "priceChangeType": 0,
          "operatorName": "sample string 10",
          "hostCampaign": true,
          "hostIdentifier": "QEA=",
          "hostIdentifierGuid": "e9acb36f-498b-4df9-8065-6e0465a6dbce",
          "product": {
            "$ref": "3"
          },
          "campaignPlu": {
            "$ref": "64"
          },
          "fuelItem": true
        },
        {
          "$ref": "65"
        }
      ],
      "campaign": {
        "$id": "66",
        "id": 1,
        "storeID": 2,
        "name": "5f7009d6-0dc5-48c5-bd81-69dd5e2c4116",
        "nameGuid": "5f7009d6-0dc5-48c5-bd81-69dd5e2c4116",
        "description": "sample string 4",
        "showDiscounts": true,
        "showTotals": true,
        "onlyEvaluateOnSubtotal": true,
        "useDescription": true,
        "campaignType": 1,
        "startDate": "2026-04-03T06:21:14.3003391",
        "startTime": 1,
        "endDate": "2026-04-03T06:21:14.3003391",
        "endTime": 1,
        "recurrence": 1,
        "recurrenceType": 1,
        "monthType": 1,
        "weekDays": 1,
        "months": 1,
        "monthWeeks": 1,
        "monthDays": "sample string 7",
        "printed": true,
        "talkerText": "sample string 8",
        "rangeDescription": "sample string 9",
        "dealDescription": "sample string 10",
        "labelQuantity": 11,
        "active": 1,
        "deactivated": "2026-04-03T06:21:14.3003391",
        "system": true,
        "created": "2026-04-03T06:21:14.3003391",
        "updated": "2026-04-03T06:21:14.3003391",
        "priceChangeNotifiedUtc": "2026-04-03T06:21:14.3003391",
        "promoType": 1,
        "promotionTypeCode": "sample string 13",
        "hostIdentifier": "Uep3NOXRx0mF7BQbv/Pxog==",
        "hostIdentifierGuid": "3477ea51-d1e5-49c7-85ec-141bbff3f1a2",
        "hostType": 14,
        "createdByUser": "sample string 15",
        "fromHost": true,
        "deleted": true,
        "campaignDeleted": "2026-04-03T06:21:14.3003391",
        "updatedByUser": "sample string 18",
        "offerID": 1,
        "isPriceChangeCampaign": true,
        "stores": [
          1,
          2
        ],
        "storeNames": [
          "sample string 1",
          "sample string 2"
        ],
        "campaignPlus": [
          {
            "$ref": "64"
          },
          {
            "$ref": "64"
          }
        ],
        "campaignPools": [
          {
            "$id": "67",
            "id": 1,
            "campaignID": 2,
            "campaignName": "sample string 3",
            "plu": 4,
            "pluG_UID": "XzNal/kL006sCdwBsFiTcg==",
            "pluGuid": "975a335f-0bf9-4ed3-ac09-dc01b0589372",
            "hostOfferID": 1,
            "priceGroupG_UID": "RGCMeglN5keZrw6GwU3+JQ==",
            "priceGroupGuid": "7a8c6044-4d09-47e6-99af-0e86c14dfe25",
            "fuelItem": true,
            "pluName": "sample string 6",
            "apn": "sample string 7",
            "pluActive": true,
            "cartonQty": 1,
            "baseUnits": 9.1,
            "cri": "sample string 10",
            "salesMode": 1,
            "pluaws": 11.0,
            "directNumber": "sample string 12",
            "departmentName": "sample string 13",
            "subDepartmentName": "sample string 14",
            "priceGroupName": "sample string 15",
            "supplierName": "sample string 16",
            "stockOnHand": 1.1,
            "stockOnOrder": 1.1,
            "lastReceived": "2026-04-03T06:21:14.3003391",
            "rrp": 17,
            "campaignDescription": "sample string 18",
            "product": {
              "$ref": "3"
            },
            "campaign": {
              "$ref": "66"
            }
          },
          {
            "$ref": "67"
          }
        ],
        "sellingRules": [
          {
            "$id": "68",
            "id": 1,
            "identifier": "HvxjPmFXYUqeYBdDmb43Aw==",
            "identifierStr": "HvxjPmFXYUqeYBdDmb43Aw==",
            "identifierGuid": "3e63fc1e-5761-4a61-9e60-174399be3703",
            "campaignID": 4,
            "campaignName": "sample string 5",
            "ruleJoin": 1,
            "ruleType": 6,
            "operand0": "sample string 7",
            "comparisonOp": 1,
            "operand1": "sample string 8",
            "action": 1,
            "operand2": "sample string 9",
            "operand3": "sample string 10",
            "includeExcludedItems": true,
            "noFurtherDiscounts": true,
            "description": "sample string 11",
            "sortOrder": 1,
            "isItemRule": false,
            "prevDept": "sample string 12",
            "campaign": {
              "$ref": "66"
            }
          },
          {
            "$ref": "68"
          }
        ],
        "customers": [
          {
            "$id": "69",
            "id": 1,
            "campaignID": 2,
            "campaignName": "sample string 3",
            "customerID": "CvEB2NWtTkSIoYcbtEu3Hg==",
            "customerIDGuid": "d801f10a-add5-444e-88a1-871bb44bb71e",
            "campaign": {
              "$ref": "66"
            },
            "customer": {
              "$id": "70",
              "identifier": "mdTEnWU9Wk6VZ+nEexWWwg==",
              "identifierGuid": "9dc4d499-3d65-4e5a-9567-e9c47b1596c2",
              "code": "sample string 2",
              "familyName": "sample string 3",
              "givenName": "sample string 4",
              "otherName": "sample string 5",
              "title": "sample string 6",
              "dateOfBirth": "2026-04-03T06:21:14.3003391",
              "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": "naOFh3guB0CVRNAq+uZdvg==",
              "communityIdentifierGuid": "8785a39d-2e78-4007-9544-d02afae65dbe",
              "joined": "2026-04-03T06:21:14.3003391",
              "updated": "2026-04-03T06:21:14.3003391",
              "active": true,
              "reasonInactive": 1,
              "groupCustomer": true,
              "loyaltyPoints": 1,
              "homeStoreID": 1,
              "availableSpend": 1,
              "priceLevelIdentifier": "JYEdUydSD06qy46MyqKisw==",
              "priceLevelIdentifierGuid": "531d8125-5227-4e0f-aacb-8e8ccaa2a2b3",
              "marketingID": "sample string 18",
              "receiptPrintOptions": 1,
              "hidden": true,
              "registered": true,
              "registeredOn": "2026-04-03T06:21:14.3003391",
              "emailMarketing": true,
              "smsMarketing": true,
              "deleted": true,
              "deletedUser": "sample string 24",
              "homeStoreName": "sample string 25",
              "customerCards": [
                {
                  "$id": "71",
                  "cardType": 2,
                  "issueDate": "2026-04-03T06:21:14.3003391",
                  "expiry": "2026-04-03T06:21:14.3003391",
                  "customerID": "vpXOwcM5AE6OEJ4PdDFFRg==",
                  "customerIDGuid": "c1ce95be-39c3-4e00-8e10-9e0f74314546",
                  "initialValue": 1,
                  "currentValue": 1,
                  "maxLimit": 1,
                  "minTransaction": 1,
                  "maxTransaction": 1,
                  "multiplier": 1.1,
                  "active": true,
                  "reasonInactive": 1,
                  "idRequired": true,
                  "idType": 1,
                  "idValue": "sample string 5",
                  "updated": "2026-04-03T06:21:14.3003391",
                  "linkedAccount": "tLrFHjqAEEqblRdGs/Y9PA==",
                  "linkedAccountGuid": "1ec5bab4-803a-4a10-9b95-1746b3f63d3c",
                  "currentValueChanged": true,
                  "limitsChanged": true,
                  "customer": {
                    "$ref": "70"
                  },
                  "account": {
                    "$id": "72",
                    "id": 1,
                    "identifier": "PUCNr43MrU2U6VeEu+3opQ==",
                    "identifierGuid": "af8d403d-cc8d-4dad-94e9-5784bbede8a5",
                    "referenceNo": "sample string 3",
                    "name": "sample string 4",
                    "created": "2026-04-03T06:21:14.3003391",
                    "owner": "s+0xV/4K20OIHtXzpZEYTw==",
                    "ownerGuid": "5731edb3-0afe-43db-881e-d5f3a591184f",
                    "accountStoreGroupIdentifier": "eqg3d388Ik+JK61ep3bjTA==",
                    "accountStoreGroupGuid": "7737a87a-3c7f-4f22-892b-ad5ea776e34c",
                    "accountType": 1,
                    "currentBalance": 1,
                    "externalID": "sample string 7",
                    "maximumLimit": 1,
                    "accruePoints": true,
                    "loyaltyPoints": 1,
                    "termsOfTrade": 1,
                    "signatureRequired": true,
                    "referenceRequired": true,
                    "statementSendType": 10,
                    "ageingPeriod": 1,
                    "monthlyAgeingPeriod": true,
                    "explodedInvoice": true,
                    "isFifoAllocation": true,
                    "lastStatementSent": "2026-04-03T06:21:14.3003391",
                    "active": true,
                    "updated": "2026-04-03T06:21:14.3003391",
                    "deleted": true,
                    "deletedUser": "sample string 16",
                    "currentBalanceChanged": true,
                    "maximumLimitChanged": true,
                    "loyaltyPointsChanged": true,
                    "projectedBalance": 17,
                    "accountStoreGroupStoreIDs": [
                      1,
                      2
                    ],
                    "customerEmail": "sample string 18",
                    "ownerCustomer": {
                      "$ref": "70"
                    },
                    "card": {
                      "$ref": "71"
                    },
                    "members": {
                      "$id": "73",
                      "sample string 1": [
                        {
                          "$ref": "70"
                        },
                        {
                          "$ref": "70"
                        }
                      ],
                      "sample string 2": [
                        {
                          "$ref": "70"
                        },
                        {
                          "$ref": "70"
                        }
                      ]
                    },
                    "customerGroups": [
                      {
                        "$id": "74",
                        "identifier": "p0LekfJUdUqtmJ4XTdVcPQ==",
                        "identifierGuid": "91de42a7-54f2-4a75-ad98-9e174dd55c3d",
                        "name": "sample string 2",
                        "primaryContact": "YnhEXOeiaEq9yjdpYz9aOA==",
                        "primaryContactGuid": "5c447862-a2e7-4a68-bdca-3769633f5a38",
                        "accountID": "js2he7M1OU2iakZMxJ45fQ==",
                        "accountIDGuid": "7ba1cd8e-35b3-4d39-a26a-464cc49e397d",
                        "special": true,
                        "updated": "2026-04-03T06:21:14.3003391",
                        "active": true,
                        "reasonInactive": 1,
                        "priceLevelIdentifier": "J7FtzVeRYkWkVKc8C3Hltw==",
                        "priceLevelIdentifierGuid": "cd6db127-9157-4562-a454-a73c0b71e5b7",
                        "marketingListID": "sample string 7",
                        "deleted": true,
                        "account": {
                          "$ref": "72"
                        },
                        "primaryContactCustomer": {
                          "$ref": "70"
                        },
                        "customerGroupMembers": [
                          {
                            "$id": "75",
                            "id": 1,
                            "groupID": "M7fIIWjnO0GCCvk786OlNQ==",
                            "groupIDGuid": "21c8b733-e768-413b-820a-f93bf3a3a535",
                            "customerID": "sPH2sRHLl0GRL/TLNgF+ag==",
                            "customerIDGuid": "b1f6f1b0-cb11-4197-912f-f4cb36017e6a",
                            "card": "sample string 4",
                            "linkedAccount": "7m0/ccHjK0+TXbRzeoGh9A==",
                            "linkedAccountGuid": "713f6dee-e3c1-4f2b-935d-b4737a81a1f4",
                            "customer": {
                              "$ref": "70"
                            },
                            "group": {
                              "$ref": "74"
                            },
                            "customerCard": {
                              "$ref": "71"
                            }
                          },
                          {
                            "$ref": "75"
                          }
                        ]
                      },
                      {
                        "$ref": "74"
                      }
                    ]
                  },
                  "payments": [
                    {
                      "$id": "76",
                      "id": 1,
                      "identifier": "VE9kUnlO5UqaWnatjg2ETQ==",
                      "identifierGuid": "52644f54-4e79-4ae5-9a5a-76ad8e0d844d",
                      "storeID": 2,
                      "operatorName": "sample string 3",
                      "saleHeaderID": 4,
                      "paymentType": 5,
                      "amount": 6,
                      "account": "sample string 7",
                      "accountID": "s+XJX0dF1kiXomCwJcaqZg==",
                      "accountIDGuid": "5fc9e5b3-4547-48d6-97a2-60b025c6aa66",
                      "customerAccount": {
                        "$ref": "72"
                      },
                      "customerCard": {
                        "$ref": "71"
                      },
                      "accountType": 1,
                      "cardName": "sample string 8",
                      "authorisationNumber": "sample string 9",
                      "bankReference": "sample string 10",
                      "merchantID": "sample string 11",
                      "terminalID": "sample string 12",
                      "cardNumber": "sample string 13",
                      "paymentDate": "2026-04-03T06:21:14.3003391",
                      "invRocNo": "sample string 14",
                      "responseCode": "sample string 15",
                      "cashout": 1,
                      "tip": 16,
                      "idempotentVoid": "7t+DT6L65kamy2Iwcn/mkg==",
                      "idempotentVoidGuid": "4f83dfee-faa2-46e6-a6cb-6230727fe692",
                      "offline": true,
                      "processed": 1,
                      "storeSaleHeader": {
                        "$id": "77",
                        "saleHeaderID": 1,
                        "saleHeaderGuid": "6GQdAMo620e7AZKYXzQH2Q==",
                        "saleHeaderIdentifierGuid": "001d64e8-3aca-47db-bb01-92985f3407d9",
                        "created": "2026-04-03T06:21:14.3003391",
                        "createdLocal": "2026-04-03T06:21:14.3003391",
                        "createdText": "sample string 4",
                        "itemCount": 5,
                        "totalAmount": 6,
                        "cashTender": 1,
                        "cardTender": 1,
                        "cheqTender": 1,
                        "acctTender": 1,
                        "voucherTender": 1,
                        "loyaltyPoints": 1,
                        "cashout": 1,
                        "changeAmount": 1,
                        "rounding": 1,
                        "gstAmount": 1,
                        "transactionDiscountTender": 1,
                        "totalTip": 7,
                        "tranType": 1,
                        "processed": 1,
                        "imported": "2026-04-03T06:21:14.3003391",
                        "storeID": 1,
                        "operatorG_Uid": "gAlVXIS6YUaAyvGPsjznxg==",
                        "operatorGuid": "5c550980-ba84-4661-80ca-f18fb23ce7c6",
                        "customerG_Uid": "gpxg/Ny2AkqJieWjLJexrg==",
                        "customerGuid": "fc609c82-b6dc-4a02-8989-e5a32c97b1ae",
                        "communityIdentifier": "V/nZXXz1c0ON0CmrZ7ihSA==",
                        "communityIdentifierGuid": "5dd9f957-f57c-4373-8dd0-29ab67b8a148",
                        "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": "stDoyWuZXESWTN+5q7a/4Q==",
                        "priceLevelIdentifierGuid": "c9e8d0b2-996b-445c-964c-dfb9abb6bfe1",
                        "locked": 36,
                        "orderMetadata": "{\"CustomerName\":\"sample string 1\",\"PickupAt\":\"2026-04-03T06:21:14.3003391+00:00\",\"DeliveryAddress1\":\"sample string 2\",\"DeliveryAddress2\":\"sample string 3\",\"CustomerPhoneNumber\":\"sample string 4\",\"OrderType\":0,\"ExternalOrderID\":\"sample string 5\",\"ExternalDisplayableOrderID\":\"sample string 6\",\"TableName\":\"sample string 7\",\"CreatedBy\":0,\"OrderingAppName\":\"sample string 8\"}",
                        "deserialisedOrderMetadata": {
                          "$id": "78",
                          "customerName": "sample string 1",
                          "pickupAt": "2026-04-03T06:21:14.3003391",
                          "deliveryAddress1": "sample string 2",
                          "deliveryAddress2": "sample string 3",
                          "customerPhoneNumber": "sample string 4",
                          "orderType": 0,
                          "externalOrderID": "sample string 5",
                          "externalDisplayableOrderID": "sample string 6",
                          "tableName": "sample string 7",
                          "createdBy": 0,
                          "orderingAppName": "sample string 8"
                        },
                        "relationChecksum": "sample string 38",
                        "loyaltyTender": 1,
                        "giftCardTender": 1,
                        "operator": {
                          "$ref": "37"
                        },
                        "customer": {
                          "$ref": "70"
                        },
                        "communityOrganisation": {
                          "$id": "79",
                          "id": 1,
                          "identifier": "6b/8Pzoiyke3xu6frvCMRw==",
                          "identifierGuid": "3ffcbfe9-223a-47ca-b7c6-ee9faef08c47",
                          "name": "sample string 3",
                          "lookupIdentifier": "sample string 4",
                          "externalID": "sample string 5",
                          "phone": "sample string 6",
                          "fax": "sample string 7",
                          "email": "sample string 8",
                          "address1": "sample string 9",
                          "address2": "sample string 10",
                          "city": "sample string 11",
                          "postCode": "sample string 12",
                          "state": "sample string 13",
                          "country": "sample string 14",
                          "abn": "sample string 15",
                          "promoPeriodStart": "2026-04-03T06:21:14.3003391",
                          "promoPeriodEnd": "2026-04-03T06:21:14.3003391",
                          "allowDonations": true,
                          "logoImageName": "sample string 17",
                          "totalAmountAwarded": 18.1,
                          "updated": "2026-04-03T06:21:14.3003391",
                          "deleted": true
                        },
                        "details": [
                          {
                            "$id": "80",
                            "saleItemID": 1,
                            "identifier": "SDcS9SjC90qEoqrYaHN+fQ==",
                            "identifierGuid": "f5123748-c228-4af7-84a2-aad868737e7d",
                            "saleHeaderID": 2,
                            "plu": 1,
                            "pluG_UId": "D1T6vMhHA0Wf8bZqzh4NLA==",
                            "pluGuid": "bcfa540f-47c8-4503-9ff1-b66ace1e0d2c",
                            "accountID": "dUgW0IN5akiTMADV6rGzHA==",
                            "accountIDGuid": "d0164875-7983-486a-9330-00d5eab1b31c",
                            "normalPrice": 3,
                            "originalSellingPrice": 4,
                            "discountPrice": 5,
                            "unit": 1,
                            "quantity": 6,
                            "totalCents": 7,
                            "fixedPrice": 1,
                            "tranType": 1,
                            "discountType": 1,
                            "cost": 1,
                            "costDecimals": 8,
                            "markdown": 1,
                            "manualQuantity": 1,
                            "manualPrice": 1,
                            "manualMode": 1,
                            "active": 1,
                            "offline": true,
                            "barcode": "sample string 9",
                            "keyedSale": 1,
                            "discountedID": 1,
                            "fuelID": 1,
                            "serialNumber": "sample string 10",
                            "bestOrExpire": "2026-04-03T06:21:14.3003391",
                            "bestOrExpireType": 1,
                            "providerName": "sample string 11",
                            "refundG_UID": "j1pm8QfgFUqDs+2QAXiw2g==",
                            "refundGuid": "f1665a8f-e007-4a15-83b3-ed900178b0da",
                            "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": "74Cd9UGfcUO8+cbpreyTkg==",
                            "idempotentVoidGuid": "f59d80ef-9f41-4371-bcf9-c6e9adec9392",
                            "priceLevelIdentifier": "WHAAuN0iFkOHLSVUqPMzcg==",
                            "priceLevelIdentifierGuid": "b8007058-22dd-4316-872d-2554a8f33372",
                            "communityIdentifier": "eaTHuccj10i9g2LBPc0dDQ==",
                            "communityIdentifierGuid": "b9c7a479-23c7-48d7-bd83-62c13dcd1d0d",
                            "productName": "sample string 23",
                            "apn": "sample string 24",
                            "unknownScans": [
                              {
                                "$id": "81",
                                "id": 1,
                                "saleDetailID": 2,
                                "storeID": 1,
                                "scanned": "2026-04-03T06:21:14.3003391",
                                "operatorG_UID": "QEA=",
                                "barcode": "sample string 4",
                                "processed": 1
                              },
                              {
                                "$ref": "81"
                              }
                            ],
                            "refund": {
                              "$id": "82",
                              "id": 1,
                              "g_UID": "iNwQwiv+706hBg3ZPrPOxA==",
                              "guid": "c210dc88-fe2b-4eef-a106-0dd93eb3cec4",
                              "description": "sample string 1",
                              "dumped": true,
                              "inventoryReasonID": 1,
                              "sortOrder": 1,
                              "updated": "2026-04-03T06:21:14.3003391"
                            },
                            "modifier": {
                              "$id": "83",
                              "id": 1,
                              "setG_UID": "BxmcxqayqUKZv1YkQmSjag==",
                              "modifierSetGuid": "c69c1907-b2a6-42a9-99bf-56244264a36a",
                              "name": "sample string 2",
                              "price": 1,
                              "quantity": 1,
                              "modifierType": 1,
                              "groupNumber": 1,
                              "pageNumber": 1,
                              "controlOrder": 1,
                              "printToStation": true,
                              "pluG_UID": "VtUepbCivUKv91aFo8Ln/g==",
                              "pluGuid": "a51ed556-a2b0-42bd-aff7-5685a3c2e7fe",
                              "deleted": true,
                              "g_UID": "G8RnrkmyrEeOesXC+ATshA==",
                              "guid": "ae67c41b-b249-47ac-8e7a-c5c2f804ec84",
                              "product": {
                                "$ref": "3"
                              }
                            },
                            "priceLevelName": "sample string 25",
                            "pumpNumber": 1,
                            "hoseNumber": 1
                          },
                          {
                            "$ref": "80"
                          }
                        ],
                        "eftReceipts": [
                          {
                            "$id": "84",
                            "id": 1,
                            "storeID": 1,
                            "saleHeaderID": 2,
                            "storeSaleHeader": {
                              "$ref": "77"
                            },
                            "receipt": "sample string 3",
                            "processed": 1
                          },
                          {
                            "$ref": "84"
                          }
                        ],
                        "payments": [
                          {
                            "$ref": "76"
                          },
                          {
                            "$ref": "76"
                          }
                        ],
                        "cards": [
                          {
                            "$id": "85",
                            "id": 1,
                            "saleHeaderID": 1,
                            "identifier": "sample string 2",
                            "cardType": 3,
                            "providerName": "sample string 4"
                          },
                          {
                            "$ref": "85"
                          }
                        ],
                        "campaignHits": [
                          {
                            "$id": "86",
                            "id": 1,
                            "saleHeaderID": 2,
                            "campaign": "sample string 3",
                            "name": "sample string 4",
                            "processed": 1,
                            "campaignDescription": "sample string 5"
                          },
                          {
                            "$ref": "86"
                          }
                        ],
                        "fuel": [
                          {
                            "$id": "87",
                            "id": 1,
                            "plu": 1,
                            "pluG_UID": "G83pjzItFUCKFZb9Oxkenw==",
                            "pluGuid": "8fe9cd1b-2d32-4015-8a15-96fd3b191e9f",
                            "saleHeaderID": 2,
                            "totalCents": 3,
                            "grade": 1,
                            "gradeDescription": "sample string 4",
                            "dispenser": 1,
                            "hose": 1,
                            "quantity": 1,
                            "cost": 1,
                            "acquirerNum": 1,
                            "attendant": 1,
                            "ePurseBalance": 1.0,
                            "cardSignature": "sample string 5",
                            "compartmentNumber": 1,
                            "contractNumber": 1,
                            "discountCardPAN": "sample string 6",
                            "discountID": 1,
                            "discountName": "sample string 7",
                            "discountNetValue": 1.0,
                            "discountType": 1,
                            "discountValue": 1.0,
                            "discretionaryData": "sample string 8",
                            "driverID": "sample string 9",
                            "eftBatchNumber": 1,
                            "eftResponseCode": "sample string 10",
                            "endDateTime": "2026-04-03T06:21:14.3003391",
                            "engineHours": 1.1,
                            "fposNumber": 1,
                            "loyaltyCardPAN": "sample string 11",
                            "miscData1": 1,
                            "miscData2": "sample string 12",
                            "miscFlags": 1,
                            "mop": 1,
                            "odometer": 1,
                            "panNumber": "sample string 13",
                            "saleRefund": true,
                            "saleStatus": 1,
                            "sequenceNumber": 1,
                            "stan": 1,
                            "startDateTime": "2026-04-03T06:21:14.3003391",
                            "tagNumber": "sample string 15",
                            "trackTwoRem": "sample string 16",
                            "transCode": 1,
                            "transType": 1,
                            "unitPrice": 1.0,
                            "vehicleReg": "sample string 17",
                            "offline": true,
                            "processed": 1
                          },
                          {
                            "$ref": "87"
                          }
                        ],
                        "fuelResells": [
                          {
                            "$id": "88",
                            "saleItemID": 1,
                            "saleHeaderID": 2,
                            "plu": 1,
                            "pluG_UId": "ag0e5QXGGUi489/Zh1wByQ==",
                            "pluGuid": "e51e0d6a-c605-4819-b8f3-dfd9875c01c9",
                            "accountID": "GEGn01X68UqYyGm9kN5jHg==",
                            "accountIDGuid": "d3a74118-fa55-4af1-98c8-69bd90de631e",
                            "normalPrice": 3,
                            "originalSellingPrice": 4,
                            "discountPrice": 5,
                            "unit": 1,
                            "quantity": 6,
                            "totalCents": 7,
                            "fixedPrice": 1,
                            "tranType": 1,
                            "processed": 1,
                            "discountType": 1,
                            "cost": 1,
                            "costDecimals": 1,
                            "markdown": 1,
                            "manualQuantity": 1,
                            "manualPrice": 1,
                            "manualMode": 1,
                            "active": 1,
                            "barcode": "sample string 8",
                            "offline": 1,
                            "keyedSale": 1,
                            "discountedID": 1,
                            "fuelID": 1,
                            "serialNumber": "sample string 9",
                            "bestOrExpire": "2026-04-03T06:21:14.3003391",
                            "bestOrExpireType": 1,
                            "refundG_UID": "bS0wo68pMkm67Z/y34dzIg==",
                            "refundGuid": "a3302d6d-29af-4932-baed-9ff2df877322",
                            "providerName": "sample string 10",
                            "campaign": "sample string 11",
                            "campaignType": 1,
                            "modifiedID": 1,
                            "omittedIngredient": 1,
                            "taxPercent": 1.0,
                            "taxAmount": 1.0,
                            "refundablePrice": 1.0,
                            "showDiscounts": true,
                            "orderPrinted": true,
                            "note": "sample string 14",
                            "modifierName": "sample string 15",
                            "modifierSetName": "sample string 16",
                            "totalValueWasScanned": true,
                            "sold": true,
                            "campaignPrice": true,
                            "scannedValue": 1,
                            "campaignName": "sample string 20",
                            "comboDiscount": 1
                          },
                          {
                            "$ref": "88"
                          }
                        ],
                        "customerOrder": [
                          {
                            "$id": "89",
                            "identifier": "7dG4SLpLK062KdloFUDtVA==",
                            "identifierGuid": "48b8d1ed-4bba-4e2b-b629-d9681540ed54",
                            "id": 1,
                            "orderNo": 2,
                            "externalSaleIdentifier": "sample string 3",
                            "storeID": 4,
                            "zoneID": 5,
                            "deptNo": 6,
                            "customerIdentifier": "olNHOnBDyUmUyfhyGsrkIA==",
                            "customerIdentifierGuid": "3a4753a2-4370-49c9-94c9-f8721acae420",
                            "operatorNo": 1,
                            "operatorG_UID": "k/IpS0eic0ifVRcc7QRObA==",
                            "operatorGuid": "4b29f293-a247-4873-9f55-171ced044e6c",
                            "created": "2026-04-03T06:21:14.3003391",
                            "ordered": "2026-04-03T06:21:14.3003391",
                            "started": "2026-04-03T06:21:14.3003391",
                            "completed": "2026-04-03T06:21:14.3003391",
                            "supplied": "2026-04-03T06:21:14.3003391",
                            "quickTicket": 1,
                            "deleted": true,
                            "walkAway": true,
                            "approxWait": 1,
                            "actualWait": 1,
                            "deliveryMethod": 8,
                            "externalSaleType": 9,
                            "customer": {
                              "$ref": "70"
                            },
                            "operator": {
                              "$ref": "37"
                            },
                            "details": [
                              {
                                "$id": "90",
                                "headerID": 1,
                                "plu": 1,
                                "pluG_UId": "Hv+mZZbs9k6ZLiBO9i5juw==",
                                "pluGuid": "65a6ff1e-ec96-4ef6-992e-204ef62e63bb",
                                "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": "Rg6gO/sAUEuKUZr7Iagk9g==",
                                "headerIdentifierGuid": "3ba00e46-00fb-4b50-8a51-9afb21a824f6",
                                "product": {
                                  "$ref": "3"
                                }
                              },
                              {
                                "$ref": "90"
                              }
                            ],
                            "storeName": "sample string 11",
                            "customerName": "sample string 12",
                            "storeReplyTo": "sample string 13",
                            "storeSubjectLine": "sample string 14",
                            "storeSaleHeader": {
                              "$ref": "77"
                            }
                          },
                          {
                            "$ref": "89"
                          }
                        ],
                        "surveyResponses": [
                          {
                            "$id": "91",
                            "surveyG_UID": "/1ojNvKi/Uey72XBRLrURg==",
                            "surveyGuid": "36235aff-a2f2-47fd-b2ef-65c144bad446",
                            "saleHeaderGuid": "L4jmsNDlRECdlVKwIiL2IQ==",
                            "saleGuid": "b0e6882f-e5d0-4044-9d95-52b02222f621",
                            "textResponse": "sample string 1",
                            "integerResponse": 1,
                            "g_UIDResponse": "JdsjF9SZFU6ccKQQ+hrxBg==",
                            "guidResponse": "1723db25-99d4-4e15-9c70-a410fa1af106",
                            "whoAnswered": 2,
                            "answeredAtUTC": "2026-04-03T06:21:14.3003391",
                            "sale": {
                              "$ref": "77"
                            },
                            "survey": {
                              "$id": "92",
                              "g_UID": "TqTY+SQFoE6QKdx5DzR8YA==",
                              "guid": "f9d8a44e-0524-4ea0-9029-dc790f347c60",
                              "name": "sample string 1",
                              "storeID": 2,
                              "zoneID": 1,
                              "checkoutFormG_UID": "3Xxg5x1TkkK0B3CktvSnsw==",
                              "checkoutFormGuid": "e7607cdd-531d-4292-b407-70a4b6f4a7b3",
                              "displayToWho": 3,
                              "displayWhen": 4,
                              "start": "2026-04-03T06:21:14.3003391",
                              "end": "2026-04-03T06:21:14.3003391",
                              "deleted": true,
                              "updated": "2026-04-03T06:21:14.3003391",
                              "possibleIntegerResponses": [
                                1,
                                2
                              ],
                              "possibleTextResponses": [
                                "sample string 1",
                                "sample string 2"
                              ],
                              "possibleGuidResponses": [
                                "e1ece7fa-b484-4a10-8460-b83752157e67",
                                "acd827fd-1c49-491b-b28f-ba06d60e05f1"
                              ],
                              "allowsAllTextResponses": true,
                              "surveyForm": {
                                "$ref": "45"
                              }
                            },
                            "ingressId": "sample string 4"
                          },
                          {
                            "$ref": "91"
                          }
                        ],
                        "storeName": "sample string 39",
                        "terminalNumber": 40,
                        "machineName": "sample string 41",
                        "operatorName": "sample string 42",
                        "direction": 1,
                        "reason": "sample string 43",
                        "accountG_UID": "QyHelJLEUEqwSyljkeCpHA==",
                        "accountIdentifier": "94de2143-c492-4a50-b04b-296391e0a91c",
                        "accountName": "sample string 44",
                        "customerOrderIdentifier": "4ZyRQX0XSUCCr6ej9wiA6g==",
                        "customerOrderIdentifierGuid": "41919ce1-177d-4049-82af-a7a3f70880ea",
                        "priceLevelName": "sample string 45",
                        "revision": 46,
                        "ingressId": "sample string 47"
                      },
                      "metadata": {
                        "$id": "93",
                        "id": 1,
                        "paymentID": 2,
                        "paymentIdentifier": "CpoUCCXgEEG36FS5fiDCkg==",
                        "paymentIdentifierGuid": "08149a0a-e025-4110-b7e8-54b97e20c292",
                        "identifier": "294y4eMVYk6/DBWydk1oxA==",
                        "identifierGuid": "e132dedb-15e3-4e62-bf0c-15b2764d68c4",
                        "metadata": "sample string 3",
                        "signatureImage": "QEA=",
                        "itemIdentifier": "wfj1DYzv00y76KIfJflKpA==",
                        "itemIdentifierGuid": "0df5f8c1-ef8c-4cd3-bbe8-a21f25f94aa4"
                      }
                    },
                    {
                      "$ref": "76"
                    }
                  ]
                },
                {
                  "$ref": "71"
                }
              ],
              "customerGroupMembers": [
                {
                  "$ref": "75"
                },
                {
                  "$ref": "75"
                }
              ],
              "customerGroups": [
                {
                  "$ref": "74"
                },
                {
                  "$ref": "74"
                }
              ],
              "accounts": [
                {
                  "$ref": "72"
                },
                {
                  "$ref": "72"
                }
              ],
              "account": {
                "$ref": "72"
              },
              "vouchers": [
                {
                  "$id": "94",
                  "customerIdentifier": "ZjYU11RbT0mXYPl2bbW7tw==",
                  "customerIdentifierGuid": "d7143666-5b54-494f-9760-f9766db5bbb7",
                  "voucherName": "sample string 2",
                  "count": 3,
                  "storeID": 4,
                  "barcode": "sample string 5",
                  "redeemCount": 6,
                  "issueCount": 7,
                  "storeSalePaymentID": 1,
                  "idempotentID": "tcNi1WMUIU6s4hKrZn33BQ==",
                  "idempotentGuid": "d562c3b5-1463-4e21-ace2-12ab667df705",
                  "offline": true,
                  "voucher": {
                    "$id": "95",
                    "id": 1,
                    "name": "sample string 2",
                    "description": "sample string 3",
                    "shortDescription": "sample string 4",
                    "url": "sample string 5",
                    "barcodeTemplateID": 1,
                    "expiry": 0,
                    "voucherType": 6,
                    "limitPerTransaction": 7,
                    "customerTracking": true,
                    "discountAccount": "sample string 9",
                    "endDate": "2026-04-03T06:21:14.3003391",
                    "barcodeTemplate": {
                      "$id": "96",
                      "templateID": 1,
                      "template": "sample string 1",
                      "bcFunction": "sample string 2",
                      "sortOrder": 3
                    },
                    "scaleLabel": {
                      "$id": "97",
                      "id": 1,
                      "uid": "sample string 2",
                      "name": "sample string 3",
                      "width": 1.1,
                      "height": 1.1,
                      "showBorder": true,
                      "borderWidth": 1.1,
                      "borderStyle": 1,
                      "borderColour": "sample string 5",
                      "updated": "2026-04-03T06:21:14.3003391",
                      "labelPageLayout": "x3esl76QqU+6eE9+wBTmYA==",
                      "pageLayoutGuid": "97ac77c7-90be-4fa9-ba78-4f7ec014e660",
                      "labelType": 6,
                      "oldName": "sample string 7",
                      "voucher": {
                        "$ref": "95"
                      },
                      "elements": [
                        {
                          "$id": "98",
                          "id": 1,
                          "scaleLabelID": 2,
                          "showPercentDI": true,
                          "showAvgPerHundred": true,
                          "showAvgPerServe": true,
                          "name": "sample string 6",
                          "x": 1.1,
                          "y": 1.1,
                          "width": 1.1,
                          "height": 1.1,
                          "type": 1,
                          "rotation": 1,
                          "text": "sample string 7",
                          "fontFamily": "sample string 8",
                          "align": 1,
                          "bold": true,
                          "italic": true,
                          "underline": true,
                          "strikeout": true,
                          "reverse": true,
                          "textColour": "sample string 9",
                          "fontSize": 1.1,
                          "picture": "QEA=",
                          "borderWidth": 10,
                          "sortOrder": 11,
                          "printOptions": 12,
                          "superScriptTextFontSize": 1.1,
                          "lineStyle": 1,
                          "spacingStyle": 1,
                          "interCharacterSpacing": 1.1,
                          "superScriptOffset": 1.1,
                          "lineSpacing": 1.1,
                          "dateFormat": "sample string 13",
                          "autoGrow": true,
                          "fontAutoResize": true,
                          "updated": "2026-04-03T06:21:14.3003391"
                        },
                        {
                          "$ref": "98"
                        }
                      ]
                    },
                    "customerVouchers": [
                      {
                        "$id": "99",
                        "id": 1,
                        "customerIdentifier": "p8Tw6CxNDEqpWTdUqIfIRQ==",
                        "customerIdentifierGuid": "e8f0c4a7-4d2c-4a0c-a959-3754a887c845",
                        "voucherID": 3,
                        "voucherName": "sample string 4",
                        "storeID": 1,
                        "barcode": "sample string 5",
                        "dateOfIssue": "2026-04-03T06:21:14.3003391",
                        "issuedSaleHeaderID": 1,
                        "issuedSaleIdentifier": "sample string 7",
                        "issuedOfflinePaymentID": 1,
                        "issuedIdempotentID": "fH7zS7hRi0uRgQao+2qSdA==",
                        "issuedIdempotentGuid": "4bf37e7c-51b8-4b8b-9181-06a8fb6a9274",
                        "issuedOffline": true,
                        "issuedUser": "sample string 9",
                        "issuedNotes": "sample string 10",
                        "expiryDate": "2026-04-03T06:21:14.3003391",
                        "expiredUser": "sample string 11",
                        "expiredNotes": "sample string 12",
                        "redeemed": "2026-04-03T06:21:14.3003391",
                        "redeemedSaleHeaderID": 1,
                        "redeemedSaleIdentifier": "sample string 13",
                        "redeemedOfflinePaymentID": 1,
                        "redeemedIdempotentID": "+CTAanq89U+29FxQ2zG4tw==",
                        "redeemedIdempotentGuid": "6ac024f8-bc7a-4ff5-b6f4-5c50db31b8b7",
                        "redeemedUser": "sample string 14",
                        "redeemedNotes": "sample string 15",
                        "redeemedOffline": true,
                        "updated": "2026-04-03T06:21:14.3003391",
                        "storeName": "sample string 17",
                        "scaleLabel": {
                          "$ref": "97"
                        },
                        "voucher": {
                          "$ref": "95"
                        },
                        "customer": {
                          "$ref": "70"
                        },
                        "issuedOfflinePayment": {
                          "$ref": "76"
                        },
                        "redeemedOfflinePayment": {
                          "$ref": "76"
                        }
                      },
                      {
                        "$ref": "99"
                      }
                    ]
                  },
                  "customer": {
                    "$ref": "70"
                  }
                },
                {
                  "$ref": "94"
                }
              ]
            }
          },
          {
            "$ref": "69"
          }
        ],
        "customerGroups": [
          {
            "$id": "100",
            "id": 1,
            "campaignID": 2,
            "campaignName": "sample string 3",
            "groupID": "yGVeUPcbbEqQJIL/2MM4EA==",
            "groupIDGuid": "505e65c8-1bf7-4a6c-9024-82ffd8c33810",
            "campaign": {
              "$ref": "66"
            },
            "group": {
              "$ref": "74"
            }
          },
          {
            "$ref": "100"
          }
        ],
        "signIqTickets": [
          {
            "$id": "101",
            "identifier": "mj/vXqV760WMYhlXlT/eew==",
            "identifierGuid": "5eef3f9a-7ba5-45eb-8c62-1957953fde7b",
            "campaignName": "sample string 2",
            "message": "sample string 3",
            "ticketFileSource": "sample string 4",
            "ticketFileDestination": "sample string 5",
            "storeID": 1
          },
          {
            "$ref": "101"
          }
        ],
        "comboPriceGroups": [
          {
            "$id": "102",
            "id": 1,
            "campaignID": 2,
            "campaignName": "sample string 3",
            "g_UID": "dNdShSUMiUKMRxJdT/2IRA==",
            "guid": "8552d774-0c25-4289-8c47-125d4ffd8844",
            "description": "sample string 5",
            "newPrice": 1,
            "rangeDescription": "sample string 6",
            "dealDescription": "sample string 7",
            "labelQuantity": 8,
            "hostProductCategoryID": 1,
            "offerID": 1,
            "dontUpdatePricePlus": true,
            "campaign": {
              "$ref": "66"
            },
            "comboPricePlus": [
              {
                "$id": "103",
                "id": 1,
                "campaignID": 2,
                "campaignName": "sample string 3",
                "groupG_UID": "grVZrAl3mkKU8VaVNiuHng==",
                "groupGuid": "ac59b582-7709-429a-94f1-5695362b879e",
                "comboPriceType": 5,
                "priceType": 5,
                "pluG_UID": "bhBTBJR0Okmf1cgvBkaFtg==",
                "pluGuid": "0453106e-7494-493a-9fd5-c82f064685b6",
                "priceGroupG_UID": "bZz5HZhh4UmbmAxPuKZ5NA==",
                "priceGroupGuid": "1df99c6d-6198-49e1-9b98-0c4fb8a67934",
                "campaignPoolID": "sample string 7",
                "quantity": 1,
                "campaign": {
                  "$ref": "66"
                },
                "product": {
                  "$ref": "3"
                },
                "priceGroup": {
                  "$ref": "30"
                },
                "campaignPool": {
                  "$ref": "66"
                }
              },
              {
                "$ref": "103"
              }
            ]
          },
          {
            "$ref": "102"
          }
        ],
        "priceLevels": [
          {
            "$id": "104",
            "id": 1,
            "priceLevelIdentifier": "nd/2bciEDUOy15MWoKOWqQ==",
            "priceLevelIdentifierGuid": "6df6df9d-84c8-430d-b2d7-9316a0a396a9",
            "campaignName": "sample string 3",
            "priceLevelName": "sample string 4"
          },
          {
            "$ref": "104"
          }
        ],
        "promotionType": {
          "$id": "105",
          "identifier": "kUX7rJUGhUe8fGS7ZacwGw==",
          "identifierGuid": "acfb4591-0695-4785-bc7c-64bb65a7301b",
          "hostType": 2,
          "code": "sample string 3",
          "description": "sample string 4",
          "isLiquor": true,
          "isAdvertised": true,
          "disableWasSave": true,
          "excludeFromPromoSales": true,
          "labelPageLayoutG_UID": "LDhvUVSa5Ee7jRU5K5vHgw==",
          "labelPageLayoutGuid": "516f382c-9a54-47e4-bb8d-15392b9bc783",
          "priceLevelIdentifier": "KToeW7ZIW0WEz2GLsNdp3Q==",
          "priceLevelIdentifierGuid": "5b1e3a29-48b6-455b-84cf-618bb0d769dd",
          "active": true,
          "updated": "2026-04-03T06:21:14.3003391",
          "hostName": "sample string 11"
        }
      },
      "product": {
        "$ref": "3"
      },
      "dealCost": {
        "$id": "106",
        "headerIdentifier": "mN/vNJeHpUWG36zVyma9Yg==",
        "headerIdentifierGuid": "34efdf98-8797-45a5-86df-acd5ca66bd62",
        "identifier": "xuk6igFkB0W7UsgDg5VEVQ==",
        "identifierGuid": "8a3ae9c6-6401-4507-bb52-c80383954455",
        "supplierIdentifier": "qlKHl/rHqEaXLFfk/a4HgA==",
        "supplierGuid": "978752aa-c7fa-46a8-972c-57e4fdae0780",
        "pluG_UID": "y6rpPo5PVkSvTzGA88YLTg==",
        "pluGuid": "3ee9aacb-4f8e-4456-af4f-3180f3c60b4e",
        "campaignName": "cdd998f5-8b28-4942-a162-e5d4dcc2a743",
        "description": "sample string 4",
        "cost": 5,
        "costDecimals": 6,
        "start": "2026-04-03T06:21:14.3003391",
        "end": "2026-04-03T06:21:14.3003391",
        "type": 9,
        "promoType": 10,
        "bonusItemPLUG_UID": "Be9Wi+Ex/EGOC9eNLociGQ==",
        "bonusItemPluGuid": "8b56ef05-31e1-41fc-8e0b-d78d2e872219",
        "bonusPurchaseUnits": 11,
        "bonusReceiveUnits": 12,
        "updated": "2026-04-03T06:21:14.3003391",
        "metcashPromotionID": "sample string 14",
        "fromHost": 15,
        "storeNames": "sample string 16",
        "storeIDs": [
          1,
          2
        ],
        "supplierName": "sample string 17",
        "campaignDescription": "sample string 18",
        "newPrice": 1,
        "campaignMetcashPromotionID": "sample string 19",
        "campaignActive": true,
        "campaignStartDate": "2026-04-03T06:21:14.3003391",
        "campaignEndDate": "2026-04-03T06:21:14.3003391",
        "masterPLUG_UID": "7eoifQS32E2oEwA+wUMqjQ==",
        "masterID": "7d22eaed-b704-4dd8-a813-003ec1432a8d",
        "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": "BP8pn35k4EWWFvh6GgrccQ==",
        "bonusMasterID": "9f29ff04-647e-45e0-9616-f87a1a0adc71",
        "bonusProductName": "sample string 34",
        "bonusProductAPN": "sample string 35",
        "bonusOrderCode": "sample string 36",
        "bonusNormalSell": 37,
        "bonusNormalCost": 38,
        "bonusNormalCostDecimals": 39,
        "bonusCartonQuantity": 40,
        "bonusSalesMode": 41,
        "bonusOrderPacked": 42,
        "bonusFuelItem": true,
        "bonusActive": true
      }
    },
    "currentCostStart": "2026-04-03T06:21:14.3003391",
    "dealCosts": [
      {
        "$ref": "106"
      },
      {
        "$ref": "106"
      }
    ],
    "tags": [
      {
        "$id": "107",
        "pluG_UID": "XrYWrtEqi0Kg7mc8JJ3elg==",
        "pluGuid": "ae16b65e-2ad1-428b-a0ee-673c249dde96",
        "tagID": 1,
        "description": "sample string 1",
        "storeIDs": [
          1,
          2
        ]
      },
      {
        "$ref": "107"
      }
    ],
    "alternateProductG_UID": "PEjmxMw9+EOIp/UoIxRfWQ==",
    "alternateProduct": "c4e6483c-3dcc-43f8-88a7-f52823145f59",
    "altProduct": {
      "$ref": "3"
    },
    "productHostCode": {
      "$id": "108",
      "id": 1,
      "pluG_UID": "jy0YqrJznEefv4omtKD5HQ==",
      "pluGuid": "aa182d8f-73b2-479c-9fbf-8a26b4a0f91d",
      "ibaCode": "sample string 2"
    },
    "mscCat": {
      "$ref": "60"
    },
    "mscCom": {
      "$ref": "61"
    },
    "mscDep": {
      "$ref": "63"
    },
    "mscSubCom": {
      "$ref": "62"
    },
    "isUserUpdate": true,
    "ignoreMasterProduct": true,
    "priceGroupLabelRequested": true,
    "firstSold": "2026-04-03T06:21:14.3003391",
    "inventoryTracked": "2026-04-03T06:21:14.3003391",
    "isNormalPriceChangesCampaign": true,
    "baseProductFuel": {
      "$id": "109",
      "pluG_UID": "BE1luY6EZ0afnFfJnSpQzw==",
      "pluGuid": "b9654d04-848e-4667-9f9c-57c99d2a50cf",
      "fuelPluG_UID": "OyFmxsowkkuqsRIvBbsaOg==",
      "fuelPluGuid": "c666213b-30ca-4b92-aab1-122f05bb1a3a",
      "price": 3,
      "productDescription": "sample string 4",
      "productBarcode": "sample string 5",
      "fuelProductDescription": "sample string 6",
      "fuelProductBarcode": "sample string 7",
      "fuelProductPrice": 8
    },
    "productFuelLinks": [
      {
        "$ref": "109"
      },
      {
        "$ref": "109"
      }
    ]
  },
  "supplier": {
    "$ref": "9"
  },
  "serviceFee": {
    "$id": "110",
    "id": 1,
    "description": "sample string 1",
    "fee": 1
  },
  "isPrimaryHost": true,
  "hostVendor": 48
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

application/vnd.openxmlformats-officedocument.spreadsheetml.sheet

Sample:
PK�2�\3ݓ�5xl/workbook.xml �(�����0��&�C��@D
)��x��Э4П�5���H�yۙ��v�l��3�����\��lE��P̟�w�8�B��E�����o:�"�.��Ă4��z���ay�q?5�(Ť���]�=%�>�hlu�5D~S4�����f
jܲ�0JΝ�8��U2.��߲⚕���w��d��|PK�2�\����	�[Content_Types].xml �(����J�0�_��*M�D��V�*��d�
�d�k��<�H���V���=
��|�o��|����������+�����7l���e۶~=E�"�zlXO�@Ճ��C�3]HNR~���R��uU�<���������a��36��b7םQ
�1Z�$�8z�R��3
tP��-c�� g����_M��Of���~O�s�T���� ����P<�D��e=1Z��a2�b
��%#H'�2}���e�B)��~j/F�t��PK
�2�\��;''_rels/.rels �(�<?xml version="1.0" encoding="utf-8"?><Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships"><Relationship Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument" Target="xl/workbook.xml" Id="R99a409e75d69446c" /></Relationships>PK�2�\~Ɩ��+xl/worksheets/sheet1.xml �(���[s9��
��:�ZR��ր7�s6����cjm����#�z�F��"�K�ͫ�U��r�ǿ�7����z��;��w���ݷ��������������|�P�����tx��|4�/�緳�h�}~GcW���lC�����WW���������n36J�x5��m�Q������![�\����r��ۛ�T�������rAٷ���W��F?�N�p0>;�EZ����σ����g�˳�ӡ�Ŏ[��wO�\ίf?n6��O�o�R���\,oֻ����v�����ݿ����5�dG-���G?\�Xo�����)��|��o���w�s���~�����~>��������{���w�绑S�:�58�{>���a�1#ц@h�����||>����k����?��|�3�hmt��W���c��Z��o����Z%~T�����*e���f��Ҥ��%�NjS�!��E��I�dH��0
ZG��yTM�ġ�"�����61V2$u�b�>�hh7����:�эLTJ��Ҷb&�h�G�!��l%C�Q�<�BL���d"R�4���F#һ���`�&cҌHCM��荮��$&M�d��%@��v,�ESd�!D	���&1il�dtHgB�>:$&MƤ&����:���$&M�$����N��-�s���t��T��&1i|�,���@�hS!�$&M(�c�+[ː�4�NYEǃ�z���I�r����m�4�V(�V�Gu�2�=�l����Ik~7áZ��͐���{��.�fx��e���$
k��&-�hc�8�W��Ģ�X����D��ڢ���&m�38����a�^�Ģ�9I�l��:͐X���@R�sP���sW;�<�aH�J��"�# "ՙ����
�P�lg	A!y���C�X�l�{/ �E�Hi���"1	���t����$&!��v��s������Ab��MMd����f隒�I�y�p�VDe��Ĥ;2i5��X��Pɐ�tG&��Ow��U�j��t&?�iFMT�;j��`R�h�G�dHL:ȝe���}P�����p�)�H��-�a��I�E�
�mc�7���I�1I��A�5VW:��tEͦ֋�a{�l��t�X]�H���JbbU�n]�w9„$���a�~b��/&����*��s�t��%HD��`�s�S:E���˜�Dȗ@W;upw%C"]���@���v��[6�g�h����tK�dHD����:LDb�7SQ�G���^����tB)K�.�|"��������׿:3!�c0ۏ4N�oS>1苮���e����;1��<��W@.���'��v�>��
,�*�*A��?|�9��������
X���{��P���ƨ�F�O��#{@�I��K��
�v�
��P~�kz����T��q5]��X'z�Ə�Y�>p��6�����~��
S��O
���}ݜ�ó��g�d�s;w1iG�2bڎ0e�y;–�#��x܎peēv�O���x֎e��vD,#^�1Q_
!L�WB����t}#�0a�
!L�wB���´� �0q�B��ژ�����g!���Ea��-�0u�
!L�F0�a�6�

ӷ���n+�p#��2����i���L�F��e*7�)-��li�΂1-�Yp��:ִ\g����,��΂;��,��΂?��,�΂C��,X�΂G��,��΂K��,��q��:��D�c:O�:��D�c:O�:��D�c:O���t�>uL��S�t�>E�M>E���S�:>E���S�:>E���S�:>E���S�:>E���S�u|�΂O=�Y��:>�\g����,��s��z��T�g:O�z��T�i8�<�f��Q�cGmړ��B�}Z�r.��:�]�ca:۴'B۳�OxV��|:K�"c��ǀn�nd<��szU_��<��M��eo����.�/��}(Yڿ:t�(����c�ga:sؗ��ә��vLo���I��k�k�Oaͼ��y!&�g=�3��pNSX�_o��<�f��ᗚ�U�T�����Ÿk�f1�/�Һ��i]|
Ǵ�<���e��K�#&rſ1\w�9|׿
yx�*P�V(A��Z�E��HE��Gr����[�'�.t����4y�5���j_��M��v�V�K�Q�&�{ļ��߬p��M��x��1��-L���p���7�M��ފv�P0�V\+��Z1!��
�b�<�ZA���k���g�w������r���v�����?PK�2�\��F��Pxl/_rels/workbook.xml.rels �(���Kn� @��f_��];Q�l��6�(Ɗ
��9[=R�P�J-���&+��<=1|�lvo�D^Ї��ʂA+����)�v��'Ӎ`�%�4bC&�eMi�g
��M��,bJ�@!�b@Z1vO}΀k&9���i=J|p�4������`#����~J�^��HT ������Yu�jYS֍F �fj!�'�^�y&��9oVZ�)��2FxTOѧM�Ny9��U��\�rUk�\��տ�~PK�2�\Ѓc'2E
xl/styles.xml �(��S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v�F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&�
AR>��� ��im��ΑF���YO��%�}���LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PK�2�\)u֋
�2xl/sharedStrings.xml �(��[Yo�8~��?y^%������t���L�L;X���-K�x�߷H� Eʞ~���d�X��d��c���qY�"�|f��g3��EB���ח[#<�U5��9�|v�����/����AӼ�|�V��ˋ�*~�;T�{�'-����^T���zø�e�i�;D�Y\4y
Ú�٬��
^�|�Ty*�����=ɿ���|����5_����f��.�m:�2�yMR���b�ʺ�g�6@�A�7�o��G'�����ȶ�=����w��*/v�0پ�J�Ǹ���9Q�sXL�ų'�|��8��;�]�Z�^2�:��߃d��c�����I�2���F��Pa�U��;�P�Tkfƥc�q�/�[��F�ͮPE*ua@��<���t���ܒ�1�� ��m_����n��8��o�1�Hr
r������D��_խ��)R_���A��x��f|�w�+�$�����y��-���d��&������^]��������*��F�ش���Ȫ�j�ϔ�9f������� ��p�KQ���׈dz�_p@͎�H��%����o��oESo-l�'$Fu1���;��6��r�O̓:�S�u�_g22�k�T�C�f?�nY�c�*�!f�_qA,�1�لTSF�T$�&�ehbZ���u�@�`aBg��x��#�˒�S�l�^چ7q�L���Ņ�a��Zu�%NA
�tq�Ǟ�u��S�Z�W+��b&D����,�����\4���!�ǐ�(M���fB�~]^Os5I�m�u�-Y�>�9N)G���&�	d�
��C�Ag>���H��P�xw~u����3�4�m;���"�16f��Ʒ}�ۤ���8x�S���s
�D���05�0�� tB��V6�|*��
�r	�p�g�]����#~p���G���ybz�	���;'��sb�Ή��ք]-
HRbO�s�5I|~O��?��7��!�.��NϪ����U��{(�EB�D�q�y�ت��T��)�35�Ď7��,�$���ab:�2�.��w�����_g�g�?�g�.��8u(��w�d�@��
0��'�Q
�#�g�Z�n]��S=��8p|��dc��;ӱ��^j�PEA@��@��e�U�0+ ���UJ�;�R�PI�K��2� �C��@6�{2_��s�'�(@��Ím{i��p^�
�aGߵ�
p!:k�Ĩ�e�����8����*n۟���ui����o>`ms����Ry�8h�Xȟ�Le��QL�:@��3�`�5;���5��<rA��Mq4�E9�������(]n-s��f��q��(�W���?�Ұ5�g�Ef��U�X�|�!��mv�����ՠpj
�N!�;�|ڕ����o��y�o3��E*%MP���'�]��3)V��#���IX�n�z!|�}&}������!��_ڄ��4�IjK��IM"��6�v#4$���Y��nJ��M��qiUV��(�
R�"%zt+�t��&?��\WLce�~n�b�1�(G>�;
�9׶��z[ZF�	:U/P�p�V�[%�׿?Z;�{�q���ڛ�8��/��⺵_���d���O�����e,�t��HXG��O�d�lz+���Nt���BOt�Lt���3��hP�
XnsHpX�w���AJ��-��:��o�N��B�ɚF��HC$��ж�j�n��؟��G'��s���&|�i�����}��^��SZ�g?С�C�>(�����u������I'�TT`��?�@�\ݷNd�i}�猉�&����i���r������
i��xdZ��&�\;	P$7�Q�i,5�v'��
e�L���S�U��1��0��#w{!�׀���l�}ޒ��ۑ>���K��նo��fja���%�x���۔n�3m�[_�#��K��!G�����E���n�
�:�'LS��yC��Y��M����R)��cI�uô��NT5,M�#�׆�{X�u�ё�q��q�+(Dt�u��>2��&Ҙ[~�t���w��|��qDF1�yk,��,�Qm!�
Ja5F�hR
��W�hA�k���3����$���
g)�U�)SUi�i��;.�&����l�;-m�,�\��<,�	j�{t(�z��c��n~l�Ȱ�44��F����7~`m��
S��:��0����&V8�-Íp�؉��A`:��'L�e�Q�pwƷ�@Tu-0!,�=
]c2d�/+@�%�ϸ�W���Ae~_PV�
"W�
O�s�Bߵ��kt��E���T�	�(���6-K�V�irR0�g��TQ`��6z(@�M.6�H3�N(����F�]mv��
/��H/@Іd�.����k\����'.�qf*3t��!�y �l��…�V��}�ߊ&~�b�ݦ��-ƓI�Z�9�6�'���HG���=�<��'�Z���w�C�hݒ�z�T���ZAd��$4����Ȏ��q��Xj=��ֳ�=�>�:$�ЈeN�][ZV�t+Eq��F����HD���u"�Du�w�g�(h�<�������2-��5P�k��z̅)��2PG�q�����C�����F?oꂿ6��:�Wx�$��^�+G�K׎�Q��6
k�}�M��@��
ی'����e�pȤ���F�BY&?T}i#��i Q����=�
]������Sǡ�BS�@s�(].c
�
�v��7�C�a���##���o<;MSO�F����4���{�nB<�7:���	vŞ<��Y�����-u��6�(]F�{�#�[��'g�_��'�'}g��Y�j�VO+&��f�a�����t�B����s�I���
�ѐP�;~�2yj�ہ�c�b<��c6�_�hPl5V�ű��2ܝ<нӝ	N���@�\�.�g�8�2C��
]^w���Q�i��W�/�l^�*�7yRi������R4�$09Y@v��鈚�����y j���
������7C��C����@�8�<��H'ϐ�&�^�/ن�\SDw�:nw�+ف<Q�g�xӧ|$}un��4��I0�s��L=E�Z�fG��u˜��@�"���Q���l��w.X%�N��Q�陁�
�.�8���=/́��m������1s�ȩh��S����JI�x#YR���2�
%��_T�z�kE�E2;1;'��S������E왅�_��d��jp]�X���4Iuh+/{%Pw�ԝQL�e�Jl)��^
G48�zD(v2�]&�3*	��h��]�|��>h�H�l^��Z�RI	
,2m���L�(���h&���61"[q%�olš5��(J���A\�������qY�Q�?��K��g��\������~�>r.~��������xrL�L%Q�X(m��L�X���s�cË����PK-�2�\3ݓ�5xl/workbook.xmlPK-�2�\����	�[Content_Types].xmlPK-
�2�\��;''V_rels/.relsPK-�2�\~Ɩ��+�xl/worksheets/sheet1.xmlPK-�2�\��F��P
xl/_rels/workbook.xml.relsPK-�2�\Ѓc'2E
Nxl/styles.xmlPK-�2�\)u֋
�2�xl/sharedStrings.xmlPK��

application/vnd.ms-excel

Sample:
PK�2�\Hdd^�5xl/workbook.xml �(�����0��&�C��h�'.^=x_�V�O�||o�vfg��r4�ӓ��/\E�l��o;T�Ƣ�;a���{1#�l�1�[��$s8@�F�NZO�?,o�bPÂR 5��;Bʩ�C��g���d���o��a�Ŭ��m %�s�=R�
�{�/�$Oی��)�{��l�]PK�2�\����	�[Content_Types].xml �(����J�0�_��*M�D��V�*��d�
�d�k��<�H���V���=
��|�o��|����������+�����7l���e۶~=E�"�zlXO�@Ճ��C�3]HNR~���R��uU�<���������a��36��b7םQ
�1Z�$�8z�R��3
tP��-c�� g����_M��Of���~O�s�T���� ����P<�D��e=1Z��a2�b
��%#H'�2}���e�B)��~j/F�t��PK
�2�\v�v�''_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="Rb80c7bd9007a4d72" /></Relationships>PK�2�\~Ɩ��+xl/worksheets/sheet1.xml �(���[s9��
��:�ZR��ր7�s6����cjm����#�z�F��"�K�ͫ�U��r�ǿ�7����z��;��w���ݷ��������������|�P�����tx��|4�/�緳�h�}~GcW���lC�����WW���������n36J�x5��m�Q������![�\����r��ۛ�T�������rAٷ���W��F?�N�p0>;�EZ����σ����g�˳�ӡ�Ŏ[��wO�\ίf?n6��O�o�R���\,oֻ����v�����ݿ����5�dG-���G?\�Xo�����)��|��o���w�s���~�����~>��������{���w�绑S�:�58�{>���a�1#ц@h�����||>����k����?��|�3�hmt��W���c��Z��o����Z%~T�����*e���f��Ҥ��%�NjS�!��E��I�dH��0
ZG��yTM�ġ�"�����61V2$u�b�>�hh7����:�эLTJ��Ҷb&�h�G�!��l%C�Q�<�BL���d"R�4���F#һ���`�&cҌHCM��荮��$&M�d��%@��v,�ESd�!D	���&1il�dtHgB�>:$&MƤ&����:���$&M�$����N��-�s���t��T��&1i|�,���@�hS!�$&M(�c�+[ː�4�NYEǃ�z���I�r����m�4�V(�V�Gu�2�=�l����Ik~7áZ��͐���{��.�fx��e���$
k��&-�hc�8�W��Ģ�X����D��ڢ���&m�38����a�^�Ģ�9I�l��:͐X���@R�sP���sW;�<�aH�J��"�# "ՙ����
�P�lg	A!y���C�X�l�{/ �E�Hi���"1	���t����$&!��v��s������Ab��MMd����f隒�I�y�p�VDe��Ĥ;2i5��X��Pɐ�tG&��Ow��U�j��t&?�iFMT�;j��`R�h�G�dHL:ȝe���}P�����p�)�H��-�a��I�E�
�mc�7���I�1I��A�5VW:��tEͦ֋�a{�l��t�X]�H���JbbU�n]�w9„$���a�~b��/&����*��s�t��%HD��`�s�S:E���˜�Dȗ@W;upw%C"]���@���v��[6�g�h����tK�dHD����:LDb�7SQ�G���^����tB)K�.�|"��������׿:3!�c0ۏ4N�oS>1苮���e����;1��<��W@.���'��v�>��
,�*�*A��?|�9��������
X���{��P���ƨ�F�O��#{@�I��K��
�v�
��P~�kz����T��q5]��X'z�Ə�Y�>p��6�����~��
S��O
���}ݜ�ó��g�d�s;w1iG�2bڎ0e�y;–�#��x܎peēv�O���x֎e��vD,#^�1Q_
!L�WB����t}#�0a�
!L�wB���´� �0q�B��ژ�����g!���Ea��-�0u�
!L�F0�a�6�

ӷ���n+�p#��2����i���L�F��e*7�)-��li�΂1-�Yp��:ִ\g����,��΂;��,��΂?��,�΂C��,X�΂G��,��΂K��,��q��:��D�c:O�:��D�c:O�:��D�c:O���t�>uL��S�t�>E�M>E���S�:>E���S�:>E���S�:>E���S�:>E���S�u|�΂O=�Y��:>�\g����,��s��z��T�g:O�z��T�i8�<�f��Q�cGmړ��B�}Z�r.��:�]�ca:۴'B۳�OxV��|:K�"c��ǀn�nd<��szU_��<��M��eo����.�/��}(Yڿ:t�(����c�ga:sؗ��ә��vLo���I��k�k�Oaͼ��y!&�g=�3��pNSX�_o��<�f��ᗚ�U�T�����Ÿk�f1�/�Һ��i]|
Ǵ�<���e��K�#&rſ1\w�9|׿
yx�*P�V(A��Z�E��HE��Gr����[�'�.t����4y�5���j_��M��v�V�K�Q�&�{ļ��߬p��M��x��1��-L���p���7�M��ފv�P0�V\+��Z1!��
�b�<�ZA���k���g�w������r���v�����?PK�2�\��V��Pxl/_rels/workbook.xml.rels �(���;N1@�bM���~�⤡�
��c�׫�ږ�9G�
XA��DA�j4��'�|���o�D^0��Ye����N�v�pJ����f��I�<��#�+6r0)��Q�E,�G�;څY����z!�b@z�XKÒ�L�?{��i=J|t�4�M���h��&?�H/�,2ȓ�kU���F��ӵhz3����_��|!s��lP��uՔ7�1"�zN!_z�,/�z��R�5cY���F��b�PK�2�\Ѓc'2E
xl/styles.xml �(��S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v�F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&�
AR>��� ��im��ΑF���YO��%�}���LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PK�2�\)u֋
�2xl/sharedStrings.xml �(��[Yo�8~��?y^%������t���L�L;X���-K�x�߷H� Eʞ~���d�X��d��c���qY�"�|f��g3��EB���ח[#<�U5��9�|v�����/����AӼ�|�V��ˋ�*~�;T�{�'-����^T���zø�e�i�;D�Y\4y
Ú�٬��
^�|�Ty*�����=ɿ���|����5_����f��.�m:�2�yMR���b�ʺ�g�6@�A�7�o��G'�����ȶ�=����w��*/v�0پ�J�Ǹ���9Q�sXL�ų'�|��8��;�]�Z�^2�:��߃d��c�����I�2���F��Pa�U��;�P�Tkfƥc�q�/�[��F�ͮPE*ua@��<���t���ܒ�1�� ��m_����n��8��o�1�Hr
r������D��_խ��)R_���A��x��f|�w�+�$�����y��-���d��&������^]��������*��F�ش���Ȫ�j�ϔ�9f������� ��p�KQ���׈dz�_p@͎�H��%����o��oESo-l�'$Fu1���;��6��r�O̓:�S�u�_g22�k�T�C�f?�nY�c�*�!f�_qA,�1�لTSF�T$�&�ehbZ���u�@�`aBg��x��#�˒�S�l�^چ7q�L���Ņ�a��Zu�%NA
�tq�Ǟ�u��S�Z�W+��b&D����,�����\4���!�ǐ�(M���fB�~]^Os5I�m�u�-Y�>�9N)G���&�	d�
��C�Ag>���H��P�xw~u����3�4�m;���"�16f��Ʒ}�ۤ���8x�S���s
�D���05�0�� tB��V6�|*��
�r	�p�g�]����#~p���G���ybz�	���;'��sb�Ή��ք]-
HRbO�s�5I|~O��?��7��!�.��NϪ����U��{(�EB�D�q�y�ت��T��)�35�Ď7��,�$���ab:�2�.��w�����_g�g�?�g�.��8u(��w�d�@��
0��'�Q
�#�g�Z�n]��S=��8p|��dc��;ӱ��^j�PEA@��@��e�U�0+ ���UJ�;�R�PI�K��2� �C��@6�{2_��s�'�(@��Ím{i��p^�
�aGߵ�
p!:k�Ĩ�e�����8����*n۟���ui����o>`ms����Ry�8h�Xȟ�Le��QL�:@��3�`�5;���5��<rA��Mq4�E9�������(]n-s��f��q��(�W���?�Ұ5�g�Ef��U�X�|�!��mv�����ՠpj
�N!�;�|ڕ����o��y�o3��E*%MP���'�]��3)V��#���IX�n�z!|�}&}������!��_ڄ��4�IjK��IM"��6�v#4$���Y��nJ��M��qiUV��(�
R�"%zt+�t��&?��\WLce�~n�b�1�(G>�;
�9׶��z[ZF�	:U/P�p�V�[%�׿?Z;�{�q���ڛ�8��/��⺵_���d���O�����e,�t��HXG��O�d�lz+���Nt���BOt�Lt���3��hP�
XnsHpX�w���AJ��-��:��o�N��B�ɚF��HC$��ж�j�n��؟��G'��s���&|�i�����}��^��SZ�g?С�C�>(�����u������I'�TT`��?�@�\ݷNd�i}�猉�&����i���r������
i��xdZ��&�\;	P$7�Q�i,5�v'��
e�L���S�U��1��0��#w{!�׀���l�}ޒ��ۑ>���K��նo��fja���%�x���۔n�3m�[_�#��K��!G�����E���n�
�:�'LS��yC��Y��M����R)��cI�uô��NT5,M�#�׆�{X�u�ё�q��q�+(Dt�u��>2��&Ҙ[~�t���w��|��qDF1�yk,��,�Qm!�
Ja5F�hR
��W�hA�k���3����$���
g)�U�)SUi�i��;.�&����l�;-m�,�\��<,�	j�{t(�z��c��n~l�Ȱ�44��F����7~`m��
S��:��0����&V8�-Íp�؉��A`:��'L�e�Q�pwƷ�@Tu-0!,�=
]c2d�/+@�%�ϸ�W���Ae~_PV�
"W�
O�s�Bߵ��kt��E���T�	�(���6-K�V�irR0�g��TQ`��6z(@�M.6�H3�N(����F�]mv��
/��H/@Іd�.����k\����'.�qf*3t��!�y �l��…�V��}�ߊ&~�b�ݦ��-ƓI�Z�9�6�'���HG���=�<��'�Z���w�C�hݒ�z�T���ZAd��$4����Ȏ��q��Xj=��ֳ�=�>�:$�ЈeN�][ZV�t+Eq��F����HD���u"�Du�w�g�(h�<�������2-��5P�k��z̅)��2PG�q�����C�����F?oꂿ6��:�Wx�$��^�+G�K׎�Q��6
k�}�M��@��
ی'����e�pȤ���F�BY&?T}i#��i Q����=�
]������Sǡ�BS�@s�(].c
�
�v��7�C�a���##���o<;MSO�F����4���{�nB<�7:���	vŞ<��Y�����-u��6�(]F�{�#�[��'g�_��'�'}g��Y�j�VO+&��f�a�����t�B����s�I���
�ѐP�;~�2yj�ہ�c�b<��c6�_�hPl5V�ű��2ܝ<нӝ	N���@�\�.�g�8�2C��
]^w���Q�i��W�/�l^�*�7yRi������R4�$09Y@v��鈚�����y j���
������7C��C����@�8�<��H'ϐ�&�^�/ن�\SDw�:nw�+ف<Q�g�xӧ|$}un��4��I0�s��L=E�Z�fG��u˜��@�"���Q���l��w.X%�N��Q�陁�
�.�8���=/́��m������1s�ȩh��S����JI�x#YR���2�
%��_T�z�kE�E2;1;'��S������E왅�_��d��jp]�X���4Iuh+/{%Pw�ԝQL�e�Jl)��^
G48�zD(v2�]&�3*	��h��]�|��>h�H�l^��Z�RI	
,2m���L�(���h&���61"[q%�olš5��(J���A\�������qY�Q�?��K��g��\������~�>r.~��������xrL�L%Q�X(m��L�X���s�cË����PK-�2�\Hdd^�5xl/workbook.xmlPK-�2�\����	�[Content_Types].xmlPK-
�2�\v�v�''V_rels/.relsPK-�2�\~Ɩ��+�xl/worksheets/sheet1.xmlPK-�2�\��V��P
xl/_rels/workbook.xml.relsPK-�2�\Ѓc'2E
Mxl/styles.xmlPK-�2�\)u֋
�2�xl/sharedStrings.xmlPK��