GET api/order/{id}/detail/{pluGuid}?relations={relations}

Returns the product of an order detail line

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

Order identifier

globally unique identifier

Required

pluGuid

Product identifier

globally unique identifier

Required

relations

Load order detail relations, default true

boolean

Default value is True

Body Parameters

None.

Response Information

Resource Description

OrderDetail
NameDescriptionTypeAdditional information
ID

integer

None.

OrderGuid

Collection of byte

None.

OrderIdentifier

globally unique identifier

None.

PLUG_UID

Collection of byte

None.

PluGuid

globally unique identifier

None.

Created

date

None.

APN

string

None.

ItemNumber

string

None.

DirectNumber

The supplier's order code

string

None.

DirectIndicator

The supplier's warehouse direct indicator

string

None.

SalesMode

integer

None.

OrderByWeight

boolean

None.

SellPrice

integer

None.

InventoryFixed

boolean

None.

HasInventory

boolean

None.

InventoryAccuracy

integer

None.

OnOrder

integer

None.

OnOrderPacks

integer

None.

OnHand

integer

None.

OnHandPacks

integer

None.

DoNotRange

boolean

None.

DoNotOrder

boolean

None.

Cost

Carton cost

integer

None.

CostDecimals

Carton cost decimal places

integer

None.

PickedCost

Carton cost at time of picking.

integer

None.

PickedCostDecimals

Picked carton cost decimal places.

integer

None.

AveragePackSize

decimal number

None.

CartonQuantity

Units per Cartonv

integer

None.

Cartons

Ordered Cartons

integer

None.

Units

Ordered Units

integer

None.

Weight

Ordered Weight

integer

None.

PickedCartons

Picked Cartons

integer

None.

PickedUnits

Picked Units

integer

None.

PickedWeight

Picked Weight

integer

None.

ShippedCartons

Shipped (in-transit) Cartons

integer

None.

ShippedUnits

Shipped (in-transit) units

integer

None.

ShippedWeight

Shipped (in-transit) weight

integer

None.

ReceivedCartons

Received Cartons

integer

None.

ReceivedCartonQuantity

Received Units per Carton - may be different from ordered Units per Carton if different TUNs delivered

integer

None.

ReceivedTun

The TUN scanned when receiving the order.

string

None.

ReceivedUnits

Received units

integer

None.

ReceivedWeight

Received weight

integer

None.

Received

Flag for whether the order detail stock has been received

integer

None.

Status

OrderDetailStatus

None.

SubstituteG_UID

Collection of byte

None.

SubstituteGuid

globally unique identifier

None.

WarehousePLUG_UID

Collection of byte

None.

WarehousePluGuid

Refers to the source Store's product guid

globally unique identifier

None.

Updated

date

None.

Increment

boolean

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

Description

string

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.

UnknownScan

OrderUnknownScan

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

UnknownScanItem

boolean

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

Substitute

Product

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

WarehouseProduct

Product from the Store we are transferring from

Product

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

Lookup

OrderDetailLookup

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

ProductOrderingDetail

ProductOrderingDetail

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

DealCost

DealCost

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

NextCost

DealCost

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

LastChance

If true, the deal cost is ending between now and the end of the week

boolean

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

HoldOff

Indicates if a new deal cost is starting soon

OrderHoldOff

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

HoldOffDate

Date that a hold off deal cost is begining

date

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

OrderHeader

OrderHeader

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

InvoiceDetail

InvoiceDetail

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

AutoOrderDetail

AutoOrderDetail

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.

OrderDetailReceive

Credit note populated. True if images are attached to order detail

boolean

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

IsBackedUp

boolean

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

BackupWarehouseIndicator

string

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

BackupOrderCode

string

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

Response Formats

application/json, text/json

Sample:
{
  "id": 1,
  "orderGuid": "WvXT/aZ3oUyZs4QTqTx8bw==",
  "orderIdentifier": "fdd3f55a-77a6-4ca1-99b3-8413a93c7c6f",
  "pluG_UID": "47n+wmjRFUiBPNTtTzNAew==",
  "pluGuid": "c2feb9e3-d168-4815-813c-d4ed4f33407b",
  "created": "2026-04-03T06:21:13.6578239",
  "apn": "sample string 1",
  "itemNumber": "sample string 2",
  "directNumber": "sample string 3",
  "directIndicator": "sample string 4",
  "salesMode": 1,
  "orderByWeight": true,
  "sellPrice": 1,
  "inventoryFixed": true,
  "hasInventory": true,
  "inventoryAccuracy": 8,
  "onOrder": 1,
  "onOrderPacks": 1,
  "onHand": 1,
  "onHandPacks": 1,
  "doNotRange": true,
  "doNotOrder": true,
  "cost": 1,
  "costDecimals": 1,
  "pickedCost": 1,
  "pickedCostDecimals": 1,
  "averagePackSize": 11.0,
  "cartonQuantity": 1,
  "cartons": 1,
  "units": 1,
  "weight": 1,
  "pickedCartons": 1,
  "pickedUnits": 1,
  "pickedWeight": 1,
  "shippedCartons": 1,
  "shippedUnits": 1,
  "shippedWeight": 1,
  "receivedCartons": 1,
  "receivedCartonQuantity": 1,
  "receivedTun": "sample string 12",
  "receivedUnits": 1,
  "receivedWeight": 1,
  "received": 1,
  "status": 13,
  "substituteG_UID": "rS9W3q2Vqki0gzV0t6xBtg==",
  "substituteGuid": "de562fad-95ad-48aa-b483-3574b7ac41b6",
  "warehousePLUG_UID": "38HMu1PiBEK9i0gmZKKdHA==",
  "warehousePluGuid": "bbccc1df-e253-4204-bd8b-482664a29d1c",
  "updated": "2026-04-03T06:21:13.6578239",
  "increment": true,
  "description": "sample string 15",
  "product": {
    "$id": "2",
    "plu": 1,
    "storeID": 1,
    "masterPluG_UID": "QEA=",
    "storeIDs": [
      1,
      2
    ],
    "g_UId": "NfOKZzSyCUCEF8pwAi+Wdw==",
    "guid": "678af335-b234-4009-8417-ca70022f9677",
    "apn": "sample string 1",
    "apnChanged": true,
    "apnSwitched": true,
    "barcode": "sample string 4",
    "itemNumber": "sample string 5",
    "itemNumberChanged": true,
    "priceGroupG_UID": "JMI5oggUjEKvu4yMfCVVAQ==",
    "priceGroupGuid": "a239c224-1408-428c-afbb-8c8c7c255501",
    "blueprintID": 1,
    "lastCountedDate": "2026-04-03T06:21:13.6734527",
    "externalID": "sample string 7",
    "active": true,
    "activated": "2026-04-03T06:21:13.6734527",
    "pluCreated": "2026-04-03T06:21:13.6734527",
    "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:13.6734527",
    "lastManualUpdate": "2026-04-03T06:21:13.6734527",
    "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:13.6734527",
    "currentCostUpdated": "2026-04-03T06:21:13.6734527",
    "costDecimals": 31,
    "costChanged": true,
    "dealCostIdentifier": "QEA=",
    "excludeFromRebate": true,
    "rebateOverride": 1,
    "costCalcMethod": 32,
    "costCalcMethodChanged": true,
    "costEffectiveDate": "2026-04-03T06:21:13.6734527",
    "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:13.6734527",
    "posTare": 1,
    "altPrice": 1.0,
    "altPriceChanged": true,
    "altPriceMode": 53,
    "altPriceModeChanged": true,
    "altPLUG_UID": "1C2O7R27N02f+dAybVqbpw==",
    "altPLUGuid": "ed8e2dd4-bb1d-4d37-9ff9-d0326d5a9ba7",
    "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:13.6734527",
    "labelLastPrice": 1,
    "shelfPageLayoutG_UID": "FZmoL/64lk+pH4g5xpf20Q==",
    "shelfPageLayoutGuid": "2fa89915-b8fe-4f96-a91f-8839c697f6d1",
    "talkerPageLayoutG_UID": "XYK2kGbfvkKJFqC2CAAOXg==",
    "talkerPageLayoutGuid": "90b6825d-df66-42be-8916-a0b608000e5e",
    "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": "RwyV+q5+BE2TPrFtrSu4eA==",
    "inventoryIdentifier": "fa950c47-7eae-4d04-933e-b16dad2bb878",
    "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": "UW46bjTfAUO24YtE7e7zjQ==",
    "parentPluGuid": "6e3a6e51-df34-4301-b6e1-8b44edeef38d",
    "preferredHostVendor": 105,
    "preferredHostChanged": true,
    "code": "sample string 107",
    "supplierIdentifier": "KfDkRuq1L0Sf7eWsC/1qWQ==",
    "supplierIdentifierGuid": "46e4f029-b5ea-442f-9fed-e5ac0bfd6a59",
    "supplierChanged": true,
    "rebateSupplierIdentifier": "dOgQ1PPnUUmI2KspOiMxVg==",
    "rebateSupplierIdentifierGuid": "d410e874-e7f3-4951-88d8-ab293a233156",
    "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:13.6734527",
    "commodity": "sample string 122",
    "businessPillar": "sample string 123",
    "mscCommodity": "sample string 124",
    "hostIdentifier": "R8rrG1T6Hk2q5Sev1KnJrA==",
    "hostIdentifierGuid": "1bebca47-fa54-4d1e-aae5-27afd4a9c9ac",
    "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": "2"
      },
      {
        "$ref": "2"
      }
    ],
    "store": {
      "$id": "3",
      "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:13.6734527",
      "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": "mOyGFFuW3kiyVRER5hRzrw==",
      "hostIdentifierGuid": "1486ec98-965b-48de-b255-1111e61473af",
      "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:13.6734527",
      "priceZone": {
        "$id": "4",
        "id": 1,
        "name": "sample string 2",
        "hostIdentifier": "E9G4qO1neEq866kHxGlALA==",
        "hostIdentifierGuid": "a8b8d113-67ed-4a78-bceb-a907c469402c",
        "sortOrder": 3,
        "zoneMasterStoreID": 1,
        "electedMasterStoreID": 1,
        "containsElectedMasterStore": true
      },
      "priceZoneName": "sample string 51",
      "storeFuelConfigured": true,
      "shippingAddressCopied": true,
      "shippingAddress": {
        "$id": "5",
        "storeID": 1,
        "addressType": 1,
        "address1": "sample string 1",
        "address2": "sample string 2",
        "city": "sample string 3",
        "state": "sample string 4",
        "country": "sample string 5",
        "postCode": "sample string 6"
      },
      "billingAddressCopied": true,
      "billingAddress": {
        "$ref": "5"
      },
      "hostStoreSettings": [
        {
          "$id": "6",
          "id": 1,
          "hostIdentifier": "kXloZCDH5k2GSIy12Dx/dA==",
          "hostIdentifierGuid": "64687991-c720-4de6-8648-8cb5d83c7f74",
          "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": "7",
            "identifier": "2C+4uOh7XkOZpFqIn9bLJA==",
            "identifierGuid": "b8b82fd8-7be8-435e-99a4-5a889fd6cb24",
            "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": "w1hlr1FL6k6vayGQNYlNUQ==",
            "hostSupplierIdentifierGuid": "af6558c3-4b51-4eea-af6b-219035894d51",
            "loyaltyPriceLevelIdentifier": "cRCDcHlzpkOON7yxhCA4Bw==",
            "loyaltyPriceLevelIdentifierGuid": "70831071-7379-43a6-8e37-bcb184203807",
            "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:13.6734527",
            "lastProcessed": "2026-04-03T06:21:13.6734527",
            "hold": true,
            "supplierName": "sample string 35",
            "supplier": {
              "$id": "8",
              "identifier": "T4eUV0YR6UqZL7LYkmXDqw==",
              "identifierGuid": "5794874f-1146-4ae9-992f-b2d89265c3ab",
              "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": "OilkMXtI/EuN85NyZvzMlA==",
              "primaryContactID": "3164293a-487b-4bfc-8df3-937266fccc94",
              "storeID": 1,
              "abn": "sample string 16",
              "supplierGroupIdentifier": "k1FSzkKLNEei2uW+j5ytHg==",
              "supplierGroupGuid": "ce525193-8b42-4734-a2da-e5be8f9cad1e",
              "rebate": 1.0,
              "rebateType": 1,
              "rebateFrequency": 1,
              "rebateSource": 1,
              "rebateLastClaimed": "2026-04-03T06:21:13.6734527",
              "rebateLastClaimedAmount": 1.0,
              "cartonsOnly": true,
              "minimumOrderValue": 1,
              "enforceMinimumQuantity": true,
              "freight": 19.0,
              "freightType": 20,
              "deleted": true,
              "deletedUser": "sample string 22",
              "storeName": "sample string 23",
              "primaryContact": {
                "$id": "9",
                "id": "4d294a0a-46b7-4353-b9e3-3805085271ef",
                "identifier": "mz+UN6h3W0KCPKgB3HnhRg==",
                "identifierGuid": "37943f9b-77a8-425b-823c-a801dc79e146",
                "familyName": "sample string 1",
                "givenNames": "sample string 2",
                "otherNames": "sample string 3",
                "title": "sample string 4",
                "dateOfBirth": "sample string 5",
                "sex": "sample string 6",
                "address": "sample string 7",
                "address1": "sample string 8",
                "address2": "sample string 9",
                "town": "sample string 10",
                "state": "sample string 11",
                "country": "sample string 12",
                "postalCode": "sample string 13",
                "telephone": "sample string 14",
                "mobile": "sample string 15",
                "email": "sample string 16",
                "fax": "sample string 17",
                "primary": true
              },
              "contacts": [
                {
                  "$id": "10",
                  "supplierIdentifier": "JrssI6Wyq0e1bjaKa1l9HA==",
                  "supplierIdentifierGuid": "232cbb26-b2a5-47ab-b56e-368a6b597d1c",
                  "contactGuid": "ocLxLNVqFU6EHOBLYa8ZCg==",
                  "contactID": "2cf1c2a1-6ad5-4e15-841c-e04b61af190a",
                  "contact": {
                    "$ref": "9"
                  },
                  "supplier": {
                    "$ref": "8"
                  }
                },
                {
                  "$ref": "10"
                }
              ],
              "products": [
                {
                  "$id": "11",
                  "pluG_UID": "xbvxm9TYpESXuBzpISxMpg==",
                  "pluGuid": "9bf1bbc5-d8d4-44a4-97b8-1ce9212c4ca6",
                  "supplierIdentifier": "a1bRTqhDU0KVvfwWzth0yA==",
                  "supplierIdentifierGuid": "4ed1566b-43a8-4253-95bd-fc16ced874c8",
                  "cartonQuantity": 1,
                  "cartonQuantityChanged": true,
                  "productSize": "sample string 3",
                  "cigarettesPerSleeve": 1,
                  "randomWeight": true,
                  "piecesPerUnit": 5,
                  "averagePackSize": 6,
                  "effectiveDate": "2026-04-03T06:21:13.6734527",
                  "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:13.6734527",
                  "rebate": 1.0,
                  "rebateExclude": true,
                  "invoiceCodes": [
                    {
                      "$id": "12",
                      "pluG_UID": "oL4m/ediE062oMpGJvMRyg==",
                      "pluGuid": "fd26bea0-62e7-4e13-b6a0-ca4626f311ca",
                      "supplierIdentifier": "2GT9fxJOmUi0Fg046wIJkA==",
                      "supplierIdentifierGuid": "7ffd64d8-4e12-4899-b416-0d38eb020990",
                      "invoiceCode": "sample string 1",
                      "storeIDs": [
                        1,
                        2
                      ]
                    },
                    {
                      "$ref": "12"
                    }
                  ],
                  "storeIDs": [
                    1,
                    2
                  ],
                  "preferredSupplier": true,
                  "preferredRebateSupplier": true,
                  "supplierName": "sample string 42",
                  "salesMode": 43,
                  "orderPacked": true,
                  "active": true,
                  "price": 1,
                  "costGstPercent": 45,
                  "parentPluG_UID": "k4cFOJyZXEyj2IM60rzH7w==",
                  "parentPluGuid": "38058793-999c-4c5c-a3d8-833ad2bcc7ef",
                  "freight": 46.0,
                  "freightType": 1,
                  "product": {
                    "$ref": "2"
                  },
                  "supplier": {
                    "$ref": "8"
                  },
                  "serviceFee": {
                    "$id": "13",
                    "id": 1,
                    "description": "sample string 1",
                    "fee": 1
                  },
                  "isPrimaryHost": true,
                  "hostVendor": 48
                },
                {
                  "$ref": "11"
                }
              ],
              "orderCycleHeaders": [
                {
                  "$id": "14",
                  "storeID": 1,
                  "supplierIdentifier": "qamcINzbAEK61u2gUJL/9g==",
                  "supplierGuid": "209ca9a9-dbdc-4200-bad6-eda05092fff6",
                  "departmentCode": "sample string 2",
                  "warehouseDirectIndicator": "sample string 3",
                  "type": 4,
                  "storeName": "sample string 5",
                  "departmentName": "sample string 6",
                  "orderDays": 7
                },
                {
                  "$ref": "14"
                }
              ],
              "cycles": [
                {
                  "$id": "15",
                  "storeID": 1,
                  "supplierIdentifier": "pLjIlPXie0Ow2GvETFgW/g==",
                  "supplierGuid": "94c8b8a4-e2f5-437b-b0d8-6bc44c5816fe",
                  "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:13.6734527",
                  "deliveryDate": "2026-04-03T06:21:13.6734527",
                  "nextCutOffDate": "2026-04-03T06:21:13.6734527",
                  "nextDeliveryDate": "2026-04-03T06:21:13.6734527",
                  "nextDaysBuffer": 10
                },
                {
                  "$ref": "15"
                }
              ],
              "store": {
                "$ref": "3"
              },
              "updated": "2026-04-03T06:21:13.6734527",
              "isHost": true
            },
            "files": [
              {
                "$id": "16",
                "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:13.6734527",
                "processed": "2026-04-03T06:21:13.6734527",
                "isProcessing": true,
                "processedCount": 6,
                "processingTime": 1,
                "collectedUtc": "2026-04-03T06:21:13.6734527",
                "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": "7"
                },
                "metcashHeader": {
                  "$id": "17",
                  "customerNumber": "sample string 1",
                  "creationDate": "2026-04-03T06:21:13.6734527",
                  "businessPillar": "sample string 3",
                  "fileType": "sample string 4"
                }
              },
              {
                "$ref": "16"
              }
            ],
            "zoneMatrix": [
              {
                "$id": "18",
                "id": 1,
                "hostIdentifier": "2OM0Vay1TUWIo7o8VjlDcA==",
                "hostIdentifierGuid": "5534e3d8-b5ac-454d-88a3-ba3c56394370",
                "storeID": 1,
                "departmentCode": "sample string 2",
                "hostGuids": [
                  "f8c7dee1-56bd-4e82-b137-13be88c313ee",
                  "a7a68dfc-547d-4d6f-b3db-6eda50cce2f0"
                ]
              },
              {
                "$ref": "18"
              }
            ],
            "hostFileStoreSetting": {
              "$ref": "6"
            },
            "hostStoreSettings": [
              {
                "$ref": "6"
              },
              {
                "$ref": "6"
              }
            ],
            "promotionPlacements": [
              {
                "$id": "19",
                "identifier": "ClJcZPH4LkSE0agRRd07+Q==",
                "identifierGuid": "645c520a-f8f1-442e-84d1-a81145dd3bf9",
                "code": "sample string 2",
                "description": "sample string 3",
                "isAdvertised": true
              },
              {
                "$ref": "19"
              }
            ],
            "promoTypeGuids": [
              "094562f7-7d39-4ce6-80cd-2119c39b29e5",
              "3a24453b-7ef6-4b07-b36c-ddc4c146a527"
            ],
            "isPromotionOnly": false,
            "isOrderable": false,
            "vendor": 0
          },
          "groupIDs": [
            1,
            2
          ],
          "hostDescription": "sample string 27"
        },
        {
          "$ref": "6"
        }
      ],
      "accounts": [
        {
          "$id": "20",
          "id": 1,
          "storeID": 1,
          "accountName": "sample string 2",
          "bsb": "sample string 3",
          "accountNumber": "sample string 4",
          "accountDesignated": true
        },
        {
          "$ref": "20"
        }
      ],
      "sales": [
        {
          "$id": "21",
          "id": 1,
          "storeID": 1,
          "externalSalesType": 2,
          "ftpSiteID": 1,
          "lastSaleProcessed": "2026-04-03T06:21:13.6734527",
          "ftpSite": {
            "$id": "22",
            "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": "21"
        }
      ],
      "zoneMatrix": [
        {
          "$ref": "18"
        },
        {
          "$ref": "18"
        }
      ],
      "cashManagements": [
        {
          "$id": "23",
          "id": 1,
          "storeID": 1,
          "cashManagementType": 2,
          "apiID": 1,
          "organisationID": "sample string 3",
          "siteName": "sample string 4",
          "thirdPartyAPI": {
            "$id": "24",
            "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": "23"
        }
      ],
      "updateStoreID": "c2bc80e8-2f8d-4fbb-83a7-12b8ff809165",
      "updateStore": {
        "$id": "25",
        "id": "31d8d231-5728-43f3-bde6-0d1e978f87b4",
        "name": "sample string 1",
        "lastActivity": "2026-04-03T06:21:13.6734527",
        "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:13.6734527"
      },
      "timeZoneId": "sample string 54",
      "securityOptions": {
        "$id": "26",
        "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": "27",
        "pluG_UID": "/E/DzQY3W0eAmGPJeWD7lA==",
        "pluGuid": "cdc34ffc-3706-475b-8098-63c97960fb94",
        "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:13.6734527"
      },
      {
        "$ref": "27"
      }
    ],
    "currentPrices": {
      "$id": "28",
      "pluPrices": {
        "$id": "29",
        "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:13.6734527",
        "priceChangeType": 0,
        "costDecimals": 11,
        "costCalcMethod": 12,
        "targetCampaignPriceGtOrEquNormal": true
      },
      "normalPluPrices": {
        "$ref": "29"
      },
      "winningCampaign": 1,
      "winner": {
        "$id": "30",
        "campaignName": "sample string 1",
        "campaignDescription": "sample string 2",
        "talkerText": "sample string 3",
        "disableWasSave": true,
        "startDate": "2026-04-03T06:21:13.6734527",
        "startTime": 5,
        "endDate": "2026-04-03T06:21:13.6734527",
        "endTime": 6,
        "newPrice": 7,
        "newCost": 8,
        "newCostDecimals": 9,
        "pctDiscount": 10,
        "promoType": 1,
        "promotionTypeCode": "sample string 11",
        "hostType": 12,
        "hostIdentifier": "wP92yTV/lkK6jRZShb7M5A==",
        "hostIdentifierGuid": "c976ffc0-7f35-4296-ba8d-165285becce4",
        "storeNames": [
          "sample string 1",
          "sample string 2"
        ]
      },
      "details": [
        {
          "$ref": "30"
        },
        {
          "$ref": "30"
        }
      ]
    },
    "tray": {
      "$id": "31",
      "g_UId": "yEx7EyLaoUWX5VWWRLFETg==",
      "guid": "137b4cc8-da22-45a1-97e5-559644b1444e",
      "name": "sample string 1",
      "number": 1,
      "tare": 1
    },
    "priceGroup": {
      "$id": "32",
      "priceGroupG_UID": "oPE/UovV2EOm6e/qACd5Vw==",
      "priceGroupGuid": "523ff1a0-d58b-43d8-a6e9-efea00277957",
      "name": "sample string 2",
      "code": 1,
      "modified": true,
      "updated": "2026-04-03T06:21:13.6734527",
      "buyingLimit": 1,
      "buyingLimitIndependent": true,
      "buyingLimitType": 0,
      "number": 1,
      "products": [
        {
          "$ref": "2"
        },
        {
          "$ref": "2"
        }
      ],
      "productCount": 1
    },
    "priceGroupName": "sample string 147",
    "nutrifacts": {
      "$id": "33",
      "pluG_UID": "gM11N3m9gE6K0y9vQHLzbw==",
      "pluGuid": "3775cd80-bd79-4e80-8ad3-2f6f4072f36f",
      "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": "34",
      "pluGuid": "5fdd4c59-512d-4a67-bc4b-b5f9863ac420",
      "created": "2026-04-03T06:21:13.6734527",
      "createdByUser": "sample string 1",
      "activated": "2026-04-03T06:21:13.6734527",
      "activatedByUser": "sample string 2",
      "deactivated": "2026-04-03T06:21:13.6734527",
      "deactivatedByUser": "sample string 3",
      "lastOrdered": "2026-04-03T06:21:13.6734527",
      "lastOrderedQty": 4.0,
      "lastReceived": "2026-04-03T06:21:13.6734527",
      "lastReceivedQty": 5.0,
      "lastInvoiceStatus": 1,
      "lastCounted": "2026-04-03T06:21:13.6734527",
      "lastSold": "2026-04-03T06:21:13.6734527",
      "firstSold": "2026-04-03T06:21:13.6734527",
      "awsUpdated": "2026-04-03T06:21:13.6734527",
      "lastManualUpdate": "2026-04-03T06:21:13.6734527",
      "lastManualUpdatedByUser": "sample string 7",
      "lastUpdated": "2026-04-03T06:21:13.6734527",
      "lastUpdatedByUser": "sample string 9",
      "lastUpdatedByHost": "2026-04-03T06:21:13.6734527",
      "doNotRangeUpdated": "2026-04-03T06:21:13.6734527",
      "doNotOrderUpdated": "2026-04-03T06:21:13.6734527",
      "tracked": "2026-04-03T06:21:13.6734527"
    },
    "allergens": [
      {
        "$id": "35",
        "primaryKey": {
          "$id": "36",
          "pluGuid": "f0d0fd6b-f161-4310-bfaa-4f17b2afc1c9",
          "contains": 2
        },
        "allergenID": 1,
        "pluG_UID": "a/3Q8GHxEEO/qk8Xsq/ByQ==",
        "pluGuid": "f0d0fd6b-f161-4310-bfaa-4f17b2afc1c9",
        "contains": 2,
        "allergenName": "sample string 3",
        "storeIDs": [
          1,
          2
        ]
      },
      {
        "$ref": "35"
      }
    ],
    "costs": {
      "$id": "37",
      "pluG_UID": "3eK8++kwc0Wue4Yc9DTa7Q==",
      "pluGuid": "fbbce2dd-30e9-4573-ae7b-861cf434daed",
      "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:13.6734527",
      "normalCost": 1,
      "currentCost": 1
    },
    "sales": [
      {
        "$id": "38",
        "saleHeaderID": 1,
        "created": "2026-04-03T06:21:13.6734527",
        "createdLocal": "2026-04-03T06:21:13.6734527",
        "storeID": 3,
        "storeName": "sample string 4",
        "operatorG_Uid": "d4hJ14aSr0aUKh675JEGCA==",
        "operatorGuid": "d7498877-9286-46af-942a-1ebbe4910608",
        "operatorName": "sample string 5",
        "tranType": 1,
        "plu": 1,
        "pluG_UId": "1s2+23Xo8EOxxTpndYTl3Q==",
        "pluGuid": "dbbecdd6-e875-43f0-b1c5-3a677584e5dd",
        "normalPrice": 1,
        "totalCents": 1,
        "cost": 1,
        "grossProfit": 1,
        "quantity": 1,
        "operator": {
          "$id": "39",
          "id": 1,
          "g_Uid": "+MLc3Sl5TEqAhMyU4BJXXw==",
          "guid": "dddcc2f8-7929-4a4c-8084-cc94e012575f",
          "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:13.6734527",
          "passwordResetRequired": true,
          "alteredInStore": true,
          "startShift": "2026-04-03T06:21:13.6734527",
          "endShift": "2026-04-03T06:21:13.6734527",
          "machineName": "sample string 20",
          "drawerID": 1,
          "stores": [
            {
              "$id": "40",
              "operatorG_UID": "h0cTSFFjekiGzRr29W8Ybw==",
              "operatorGuid": "48134787-6351-487a-86cd-1af6f56f186f",
              "storeID": 2,
              "operator": {
                "$ref": "39"
              },
              "store": {
                "$ref": "3"
              }
            },
            {
              "$ref": "40"
            }
          ]
        }
      },
      {
        "$ref": "38"
      }
    ],
    "apns": [
      {
        "$id": "41",
        "pluID": 1,
        "pluG_UID": "IJqkfIpI80GsEdg/W1SiWg==",
        "pluGuid": "7ca49a20-488a-41f3-ac11-d83f5b54a25a",
        "apn": "sample string 1",
        "deleted": true,
        "storeID": 1,
        "storeIDs": [
          1,
          2
        ]
      },
      {
        "$ref": "41"
      }
    ],
    "tuns": [
      {
        "$id": "42",
        "pluG_UId": "5J1pQHBuEkOM8Z08YdO5Sg==",
        "pluGuid": "40699de4-6e70-4312-8cf1-9d3c61d3b94a",
        "apn": "sample string 1",
        "tun": "sample string 2",
        "cartonQuantity": 3,
        "product": {
          "$ref": "2"
        },
        "storeIDs": [
          1,
          2
        ]
      },
      {
        "$ref": "42"
      }
    ],
    "competitionPricing": [
      {
        "$id": "43",
        "identifier": "VPTx7L2HlE+Jy2wTjZgfpQ==",
        "identifierGuid": "ecf1f454-87bd-4f94-89cb-6c138d981fa5",
        "pluG_UID": "Wmjxf0KYE0+IyI5dd/XSGQ==",
        "pluGuid": "7ff1685a-9842-4f13-88c8-8e5d77f5d219",
        "competitionID": 1,
        "name": "sample string 2",
        "sellMultiple": 3,
        "retailPrice": 4,
        "storeName": "sample string 5"
      },
      {
        "$ref": "43"
      }
    ],
    "supplier": {
      "$ref": "8"
    },
    "supplierName": "sample string 148",
    "children": [
      {
        "$ref": "2"
      },
      {
        "$ref": "2"
      }
    ],
    "ordering": {
      "$ref": "11"
    },
    "flipChartPages": [
      {
        "$id": "44",
        "identifier": "rWbAbqTZPUalJqldYguN2g==",
        "groupName": "sample string 1",
        "identifierGuid": "6ec066ad-d9a4-463d-a526-a95d620b8dda",
        "exists": true,
        "flipChartIdentifier": "nklzaRXF9kW5RClJ9xsPrg==",
        "flipChartIdentifierGuid": "6973499e-c515-45f6-b944-2949f71b0fae",
        "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": "BDAYTrABVUWwIX5lpntCxg==",
        "groupIdentifierGuid": "4e183004-01b0-4555-b021-7e65a67b42c6",
        "flipChart": {
          "$id": "45",
          "identifier": "73G5rdWKYE6ObIHWujn+MA==",
          "identifierGuid": "adb971ef-8ad5-4e60-8e6c-81d6ba39fe30",
          "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": "46",
            "identifier": "iWxYjMfqD0G4CqIzphjF1g==",
            "identifierGuid": "8c586c89-eac7-410f-b80a-a233a618c5d6",
            "name": "sample string 2",
            "formType": "sample string 3",
            "forms": [
              {
                "$id": "47",
                "id": 1,
                "g_UID": "Y3EpZ7/7j0OtnD6xnIQqJg==",
                "guid": "67297163-fbbf-438f-ad9c-3eb19c842a26",
                "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": "8uFQHrcIPEyujPhy0v893w==",
                "previousFormGuid": "1e50e1f2-08b7-4c3c-ae8c-f872d2ff3ddf",
                "nextForm": 1,
                "nextFormG_UID": "oTKPId2x5U655AAVQ327tw==",
                "nextFormGuid": "218f32a1-b1dd-4ee5-b9e4-0015437dbbb7",
                "attributes": "sample string 10",
                "updated": "2026-04-03T06:21:13.6734527",
                "positioning": 1,
                "contentPanel": "sample string 11",
                "selectionMode": 1,
                "maximumSelections": 1,
                "alteredInStore": true,
                "deleted": true,
                "blueprintID": 1,
                "preserveLayout": true,
                "mainCheckoutFormName": "sample string 13",
                "nextCheckoutForm": {
                  "$ref": "47"
                },
                "previousCheckoutForm": {
                  "$ref": "47"
                },
                "buttons": [
                  {
                    "$id": "48",
                    "id": 1,
                    "checkoutFormID": 2,
                    "checkoutFormG_UID": "Pc5UrMBwBk+hAoQUeRtxQQ==",
                    "checkoutFormGuid": "ac54ce3d-70c0-4f06-a102-8414791b7141",
                    "identifier": "raL5C9mFd0uAYAE5WuYemg==",
                    "identifierGuid": "0bf9a2ad-85d9-4b77-8060-01395ae61e9a",
                    "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": "St3WuI4gK0++MKNad4wCIg==",
                    "valueGuid": "b8d6dd4a-208e-4f2b-be30-a35a778c0222",
                    "buttonText": "sample string 10",
                    "valueText": "sample string 11",
                    "drawImageAndButton": true,
                    "updated": "2026-04-03T06:21:13.6734527",
                    "action": "sample string 12",
                    "valueForm": {
                      "$ref": "47"
                    },
                    "image": {
                      "$id": "49",
                      "name": "sample string 3.sample string 4",
                      "imageID": 2,
                      "imageName": "sample string 3",
                      "imageExtension": "sample string 4",
                      "lastUpdate": "2026-04-03T06:21:13.6734527",
                      "imageData": "QEA=",
                      "readOnly": true
                    }
                  },
                  {
                    "$ref": "48"
                  }
                ],
                "panels": [
                  {
                    "$id": "50",
                    "id": 1,
                    "checkoutFormID": 2,
                    "checkoutFormG_UID": "qJfUa2iwRECmfrlILNNxnA==",
                    "checkoutFormGuid": "6bd497a8-b068-4044-a67e-b9482cd3719c",
                    "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": "50"
                  }
                ]
              },
              {
                "$ref": "47"
              }
            ],
            "panels": [
              {
                "$ref": "50"
              },
              {
                "$ref": "50"
              }
            ]
          },
          "pages": [
            {
              "$ref": "44"
            },
            {
              "$ref": "44"
            }
          ]
        },
        "contentPanel": {
          "$ref": "50"
        },
        "products": [
          {
            "$id": "51",
            "flipChartPageIdentifier": "PbK0XYXYRkOjp5FEiiKa9w==",
            "flipChartPageIdentifierGuid": "5db4b23d-d885-4346-a3a7-91448a229af7",
            "pluG_UID": "ziZZbSisDEWCHVdsuUs3pw==",
            "pluGuid": "6d5926ce-ac28-450c-821d-576cb94b37a7",
            "sortOrder": 3,
            "sent": true,
            "productChanged": true,
            "productImageName": "sample string 6",
            "productShowImageOnFlipCharts": true,
            "productShowTextOnFlipCharts": true,
            "productOverrideFlipChartText": true,
            "productFlipChartText": "sample string 10",
            "product": {
              "$ref": "2"
            },
            "departmentSortOrder": 11,
            "subDepartmentName": "sample string 12"
          },
          {
            "$ref": "51"
          }
        ],
        "productCount": 27,
        "pages": [
          {
            "$ref": "44"
          },
          {
            "$ref": "44"
          }
        ]
      },
      {
        "$ref": "44"
      }
    ],
    "priceHistory": [
      {
        "$id": "52",
        "pluG_UID": "YPy37ag9l0iehnQDvBWdng==",
        "pluGuid": "edb7fc60-3da8-4897-9e86-7403bc159d9e",
        "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:13.6734527",
        "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": "52"
      }
    ],
    "ingredients": [
      {
        "$id": "53",
        "pluG_UID": "1HVXZ0QkrkqT/nJe6kJvZA==",
        "ingredientGuid": "jCEjqPGxs06m8hDjDcWV9w==",
        "ingredientIdentifier": "a823218c-b1f1-4eb3-a6f2-10e30dc595f7",
        "quantity": 1.0,
        "storeIDs": [
          1,
          2
        ],
        "ingredientText": "sample string 1",
        "ingredient": {
          "$ref": "2"
        }
      },
      {
        "$ref": "53"
      }
    ],
    "bins": [
      {
        "$id": "54",
        "pluG_UID": "u5rJv/M/gUWyGx2ROORtDg==",
        "pluGuid": "bfc99abb-3ff3-4581-b21b-1d9138e46d0e",
        "shelfLocationIdentifier": "ZtRJwmXtXUe4k1SkyXhwHA==",
        "shelfLocationGuid": "c249d466-ed65-475d-b893-54a4c978701c",
        "labelShelfDefault": 1,
        "labelTalkerDefault": 1,
        "labelSmall": true,
        "labelPageLayoutG_UID": "V3hhCborfUmmJ4bWGTWjMQ==",
        "labelPageLayoutGuid": "09617857-2bba-497d-a627-86d61935a331",
        "updated": "2026-04-03T06:21:13.6734527",
        "electronicShelfLabelIdentifier": "sample string 5",
        "electronicshelfLabelsConfigurationID": 6,
        "labelShelfChanged": true,
        "productName": "sample string 8",
        "locationText": "sample string 9",
        "product": {
          "$ref": "2"
        },
        "location": {
          "$id": "55",
          "identifier": "CZVoiGssmkqdo7neqRamKg==",
          "storeID": 1,
          "identifierGuid": "88689509-2c6b-4a9a-9da3-b9dea916a62a",
          "name": "sample string 2",
          "haccp": true,
          "blueprintID": 1,
          "updated": "2026-04-03T06:21:13.6734527",
          "minTemp": 1,
          "maxTemp": 1,
          "checkFrequency": 1,
          "storeCaseConfiguration": 5,
          "storeName": "sample string 6",
          "bins": [
            {
              "$ref": "54"
            },
            {
              "$ref": "54"
            }
          ]
        }
      },
      {
        "$ref": "54"
      }
    ],
    "bin": {
      "$ref": "54"
    },
    "scaleLocations": [
      {
        "$id": "56",
        "plu": 1,
        "pluG_UID": "hl0i9MOwpkuJGyBNJx0voQ==",
        "pluGuid": "f4225d86-b0c3-4ba6-891b-204d271d2fa1",
        "deptNo": 1,
        "product": {
          "$ref": "2"
        },
        "scaleLocation": {
          "$id": "57",
          "id": 1,
          "deptNo": 1,
          "deptCode": "sample string 2",
          "name": "sample string 3",
          "enabled": true,
          "updated": "2026-04-03T06:21:13.6734527",
          "department": {
            "$id": "58",
            "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": "57"
            },
            "subDepartments": [
              {
                "$id": "59",
                "id": 1,
                "departmentID": 2,
                "name": "sample string 3",
                "code": "sample string 4",
                "departmentCode": "sample string 5",
                "externalSales": true,
                "minorDepartments": [
                  {
                    "$id": "60",
                    "id": 1,
                    "subDepartmentID": 2,
                    "departmentID": 3,
                    "name": "sample string 4",
                    "subDepartmentCode": "sample string 5",
                    "departmentCode": "sample string 6",
                    "code": "sample string 7",
                    "lesserDepartments": [
                      {
                        "$id": "61",
                        "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:13.6734527",
                        "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": "A3aFocOJLkqjIo3soMqpJQ==",
                        "labelPageLayoutGuid": "a1857603-89c3-4a2e-a322-8deca0caa925",
                        "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": "62",
                          "dept": 1,
                          "category": 2,
                          "name": "sample string 3",
                          "active": true,
                          "mscCommodities": [
                            {
                              "$id": "63",
                              "dept": 1,
                              "category": 2,
                              "commodity": 3,
                              "name": "sample string 4",
                              "active": true,
                              "mscSubCommodities": [
                                {
                                  "$id": "64",
                                  "dept": 1,
                                  "category": 2,
                                  "commodity": 3,
                                  "subCommodity": 4,
                                  "name": "sample string 5",
                                  "active": true,
                                  "subCommodityCode": "sample string 7"
                                },
                                {
                                  "$ref": "64"
                                }
                              ],
                              "commodityCode": "sample string 6"
                            },
                            {
                              "$ref": "63"
                            }
                          ],
                          "categoryCode": "sample string 5"
                        },
                        "mscCom": {
                          "$ref": "63"
                        },
                        "mscDep": {
                          "$id": "65",
                          "dept": 1,
                          "name": "sample string 2",
                          "active": true,
                          "mscCategories": [
                            {
                              "$ref": "62"
                            },
                            {
                              "$ref": "62"
                            }
                          ],
                          "deptCode": "sample string 4"
                        },
                        "mscSubCom": {
                          "$ref": "64"
                        }
                      },
                      {
                        "$ref": "61"
                      }
                    ],
                    "updated": "2026-04-03T06:21:13.6734527",
                    "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": "1gzW4Iw5+Uql7CN+qOeOKQ==",
                    "labelPageLayoutGuid": "e0d60cd6-398c-4af9-a5ec-237ea8e78e29",
                    "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": "62"
                    },
                    "mscCom": {
                      "$ref": "63"
                    },
                    "mscDep": {
                      "$ref": "65"
                    },
                    "mscSubCom": {
                      "$ref": "64"
                    }
                  },
                  {
                    "$ref": "60"
                  }
                ],
                "investmentBuyOverride": true,
                "updated": "2026-04-03T06:21:13.6734527",
                "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": "nw8VaKiauEifuPmQ7WkagQ==",
                "labelPageLayoutGuid": "68150f9f-9aa8-48b8-9fb8-f990ed691a81",
                "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": "62"
                },
                "mscCom": {
                  "$ref": "63"
                },
                "mscDep": {
                  "$ref": "65"
                },
                "mscSubCom": {
                  "$ref": "64"
                }
              },
              {
                "$ref": "59"
              }
            ],
            "stores": [
              1,
              2
            ],
            "investmentBuyOverride": true,
            "updated": "2026-04-03T06:21:13.6734527",
            "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": "716Eap/G0keck0RCDcQqIA==",
            "labelPageLayoutGuid": "6a845eef-c69f-47d2-9c93-44420dc42a20",
            "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": "62"
            },
            "mscCom": {
              "$ref": "63"
            },
            "mscDep": {
              "$ref": "65"
            },
            "mscSubCom": {
              "$ref": "64"
            }
          }
        }
      },
      {
        "$ref": "56"
      }
    ],
    "nextPrice": {
      "$id": "66",
      "id": 1,
      "campaignID": 2,
      "campaignName": "sample string 3",
      "plu": 1,
      "hostOfferID": 1,
      "metcashPromotionID": "sample string 4",
      "metcashPromotionPlacement": "sample string 5",
      "pluG_UID": "SjGc33mBj0qtU/RupLNKpw==",
      "pluGuid": "df9c314a-8179-4a8f-ad53-f46ea4b34aa7",
      "newPrice": 1,
      "pctDiscount": 1,
      "newCost": 1,
      "newCostDecimals": 6,
      "dealCostIdentifier": "txNJ1+oVUEyDDeCoUeUDDQ==",
      "dealCostGuid": "d74913b7-15ea-4c50-830d-e0a851e5030d",
      "pluName": "sample string 7",
      "apn": "sample string 8",
      "fuelItem": true,
      "priceGroupG_UID": "nWLiB9WbZEy4/1dNef7FVg==",
      "priceGroupGuid": "07e2629d-9bd5-4c64-b8ff-574d79fec556",
      "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:13.6734527",
      "rrp": 27,
      "campaignDescription": "sample string 28",
      "hostCampaign": true,
      "hostIdentifier": "QEA=",
      "hostIdentifierGuid": "99c7695f-c14e-4bf7-96c7-4f2f6c9c6045",
      "campaignComboPriceGroupG_UID": "fS+4bb4w9UGABga/JvW8dg==",
      "campaignComboPriceGroupIdentifier": "6db82f7d-30be-41f5-8006-06bf26f5bc76",
      "promotionPlacementDescription": "sample string 30",
      "storeAcceptances": [
        {
          "$id": "67",
          "plu": 1,
          "pluG_UId": "QEA=",
          "campaignID": 1,
          "campaignName": "sample string 2",
          "storeID": 3,
          "acceptedUtc": "2026-04-03T06:21:13.6734527",
          "operatorG_UID": "8lnjY7cg7kGe3sY8FGG3Bw==",
          "operatorGuid": "63e359f2-20b7-41ee-9ede-c63c1461b707",
          "machineID": 1,
          "processed": true,
          "appliedUtc": "2026-04-03T06:21:13.6734527",
          "signIqTicketFileMovedUtc": "2026-04-03T06:21:13.6734527",
          "user": "sample string 6",
          "campaignDescription": "sample string 7",
          "productDesc": "sample string 8",
          "storeName": "sample string 9",
          "effectiveUtc": "2026-04-03T06:21:13.6734527",
          "priceChangeType": 0,
          "operatorName": "sample string 10",
          "hostCampaign": true,
          "hostIdentifier": "QEA=",
          "hostIdentifierGuid": "9b6c671c-1e98-49c7-b93e-0d969c12475e",
          "product": {
            "$ref": "2"
          },
          "campaignPlu": {
            "$ref": "66"
          },
          "fuelItem": true
        },
        {
          "$ref": "67"
        }
      ],
      "campaign": {
        "$id": "68",
        "id": 1,
        "storeID": 2,
        "name": "39e1ca60-2d37-43ba-a0f7-046914c9bfb8",
        "nameGuid": "39e1ca60-2d37-43ba-a0f7-046914c9bfb8",
        "description": "sample string 4",
        "showDiscounts": true,
        "showTotals": true,
        "onlyEvaluateOnSubtotal": true,
        "useDescription": true,
        "campaignType": 1,
        "startDate": "2026-04-03T06:21:13.6734527",
        "startTime": 1,
        "endDate": "2026-04-03T06:21:13.6734527",
        "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:13.6734527",
        "system": true,
        "created": "2026-04-03T06:21:13.6734527",
        "updated": "2026-04-03T06:21:13.6734527",
        "priceChangeNotifiedUtc": "2026-04-03T06:21:13.6734527",
        "promoType": 1,
        "promotionTypeCode": "sample string 13",
        "hostIdentifier": "UGWKarBarUy7N1SPct1JKg==",
        "hostIdentifierGuid": "6a8a6550-5ab0-4cad-bb37-548f72dd492a",
        "hostType": 14,
        "createdByUser": "sample string 15",
        "fromHost": true,
        "deleted": true,
        "campaignDeleted": "2026-04-03T06:21:13.6734527",
        "updatedByUser": "sample string 18",
        "offerID": 1,
        "isPriceChangeCampaign": true,
        "stores": [
          1,
          2
        ],
        "storeNames": [
          "sample string 1",
          "sample string 2"
        ],
        "campaignPlus": [
          {
            "$ref": "66"
          },
          {
            "$ref": "66"
          }
        ],
        "campaignPools": [
          {
            "$id": "69",
            "id": 1,
            "campaignID": 2,
            "campaignName": "sample string 3",
            "plu": 4,
            "pluG_UID": "SOi7VNfR20u2yS6XlQMOKg==",
            "pluGuid": "54bbe848-d1d7-4bdb-b6c9-2e9795030e2a",
            "hostOfferID": 1,
            "priceGroupG_UID": "QGzX3po9LkamV5NPAdZS0w==",
            "priceGroupGuid": "ded76c40-3d9a-462e-a657-934f01d652d3",
            "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:13.6734527",
            "rrp": 17,
            "campaignDescription": "sample string 18",
            "product": {
              "$ref": "2"
            },
            "campaign": {
              "$ref": "68"
            }
          },
          {
            "$ref": "69"
          }
        ],
        "sellingRules": [
          {
            "$id": "70",
            "id": 1,
            "identifier": "2RC9kdOGn0yzN6oFxW3ZTA==",
            "identifierStr": "2RC9kdOGn0yzN6oFxW3ZTA==",
            "identifierGuid": "91bd10d9-86d3-4c9f-b337-aa05c56dd94c",
            "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": "68"
            }
          },
          {
            "$ref": "70"
          }
        ],
        "customers": [
          {
            "$id": "71",
            "id": 1,
            "campaignID": 2,
            "campaignName": "sample string 3",
            "customerID": "ryr4pgqEQUaVpoc50Xtf9w==",
            "customerIDGuid": "a6f82aaf-840a-4641-95a6-8739d17b5ff7",
            "campaign": {
              "$ref": "68"
            },
            "customer": {
              "$id": "72",
              "identifier": "iSf3zy/4DUWwyzYNbzN/EQ==",
              "identifierGuid": "cff72789-f82f-450d-b0cb-360d6f337f11",
              "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:13.6734527",
              "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": "QdwIVEn2Ek6RrawsL86ddg==",
              "communityIdentifierGuid": "5408dc41-f649-4e12-91ad-ac2c2fce9d76",
              "joined": "2026-04-03T06:21:13.6734527",
              "updated": "2026-04-03T06:21:13.6734527",
              "active": true,
              "reasonInactive": 1,
              "groupCustomer": true,
              "loyaltyPoints": 1,
              "homeStoreID": 1,
              "availableSpend": 1,
              "priceLevelIdentifier": "ThbiGGzmvEy0wAS5uhlIHw==",
              "priceLevelIdentifierGuid": "18e2164e-e66c-4cbc-b4c0-04b9ba19481f",
              "marketingID": "sample string 18",
              "receiptPrintOptions": 1,
              "hidden": true,
              "registered": true,
              "registeredOn": "2026-04-03T06:21:13.6734527",
              "emailMarketing": true,
              "smsMarketing": true,
              "deleted": true,
              "deletedUser": "sample string 24",
              "homeStoreName": "sample string 25",
              "customerCards": [
                {
                  "$id": "73",
                  "cardType": 2,
                  "issueDate": "2026-04-03T06:21:13.6734527",
                  "expiry": "2026-04-03T06:21:13.6734527",
                  "customerID": "M29mFDMZW0C5yEphJnKjQA==",
                  "customerIDGuid": "14666f33-1933-405b-b9c8-4a612672a340",
                  "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:13.6734527",
                  "linkedAccount": "KnWRSdL0qE+bSFPOJrKQbg==",
                  "linkedAccountGuid": "4991752a-f4d2-4fa8-9b48-53ce26b2906e",
                  "currentValueChanged": true,
                  "limitsChanged": true,
                  "customer": {
                    "$ref": "72"
                  },
                  "account": {
                    "$id": "74",
                    "id": 1,
                    "identifier": "b2fAw26ADEqPcSpDs5a0mA==",
                    "identifierGuid": "c3c0676f-806e-4a0c-8f71-2a43b396b498",
                    "referenceNo": "sample string 3",
                    "name": "sample string 4",
                    "created": "2026-04-03T06:21:13.6734527",
                    "owner": "c+ql/rG3dUm9qet5+L7/+g==",
                    "ownerGuid": "fea5ea73-b7b1-4975-bda9-eb79f8befffa",
                    "accountStoreGroupIdentifier": "b9Ucugjg80GTG8uoNbyVKw==",
                    "accountStoreGroupGuid": "ba1cd56f-e008-41f3-931b-cba835bc952b",
                    "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:13.6734527",
                    "active": true,
                    "updated": "2026-04-03T06:21:13.6734527",
                    "deleted": true,
                    "deletedUser": "sample string 16",
                    "currentBalanceChanged": true,
                    "maximumLimitChanged": true,
                    "loyaltyPointsChanged": true,
                    "projectedBalance": 17,
                    "accountStoreGroupStoreIDs": [
                      1,
                      2
                    ],
                    "customerEmail": "sample string 18",
                    "ownerCustomer": {
                      "$ref": "72"
                    },
                    "card": {
                      "$ref": "73"
                    },
                    "members": {
                      "$id": "75",
                      "sample string 1": [
                        {
                          "$ref": "72"
                        },
                        {
                          "$ref": "72"
                        }
                      ],
                      "sample string 2": [
                        {
                          "$ref": "72"
                        },
                        {
                          "$ref": "72"
                        }
                      ]
                    },
                    "customerGroups": [
                      {
                        "$id": "76",
                        "identifier": "JQb9F7O5U02wqyabEe5oXg==",
                        "identifierGuid": "17fd0625-b9b3-4d53-b0ab-269b11ee685e",
                        "name": "sample string 2",
                        "primaryContact": "SDp+iSl2A0ypltfwYa+13w==",
                        "primaryContactGuid": "897e3a48-7629-4c03-a996-d7f061afb5df",
                        "accountID": "2Riv315hnUCPwnW7L8b+KQ==",
                        "accountIDGuid": "dfaf18d9-615e-409d-8fc2-75bb2fc6fe29",
                        "special": true,
                        "updated": "2026-04-03T06:21:13.6734527",
                        "active": true,
                        "reasonInactive": 1,
                        "priceLevelIdentifier": "ZRCX3A85qEaYvOxNBoNexQ==",
                        "priceLevelIdentifierGuid": "dc971065-390f-46a8-98bc-ec4d06835ec5",
                        "marketingListID": "sample string 7",
                        "deleted": true,
                        "account": {
                          "$ref": "74"
                        },
                        "primaryContactCustomer": {
                          "$ref": "72"
                        },
                        "customerGroupMembers": [
                          {
                            "$id": "77",
                            "id": 1,
                            "groupID": "j8E7opFAHEyIx0yW5zc3fQ==",
                            "groupIDGuid": "a23bc18f-4091-4c1c-88c7-4c96e737377d",
                            "customerID": "rYD5wZ/ZW0SbtKqn11P8CA==",
                            "customerIDGuid": "c1f980ad-d99f-445b-9bb4-aaa7d753fc08",
                            "card": "sample string 4",
                            "linkedAccount": "VU138U452EaGKcvzVHVJzg==",
                            "linkedAccountGuid": "f1774d55-394e-46d8-8629-cbf3547549ce",
                            "customer": {
                              "$ref": "72"
                            },
                            "group": {
                              "$ref": "76"
                            },
                            "customerCard": {
                              "$ref": "73"
                            }
                          },
                          {
                            "$ref": "77"
                          }
                        ]
                      },
                      {
                        "$ref": "76"
                      }
                    ]
                  },
                  "payments": [
                    {
                      "$id": "78",
                      "id": 1,
                      "identifier": "id4nnVfHIkm8ImDtFynu5w==",
                      "identifierGuid": "9d27de89-c757-4922-bc22-60ed1729eee7",
                      "storeID": 2,
                      "operatorName": "sample string 3",
                      "saleHeaderID": 4,
                      "paymentType": 5,
                      "amount": 6,
                      "account": "sample string 7",
                      "accountID": "MMnMWsf90ES9681qcIxT/Q==",
                      "accountIDGuid": "5accc930-fdc7-44d0-bdeb-cd6a708c53fd",
                      "customerAccount": {
                        "$ref": "74"
                      },
                      "customerCard": {
                        "$ref": "73"
                      },
                      "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:13.6734527",
                      "invRocNo": "sample string 14",
                      "responseCode": "sample string 15",
                      "cashout": 1,
                      "tip": 16,
                      "idempotentVoid": "qmnZ8JlD3EGxijyYrTdSNw==",
                      "idempotentVoidGuid": "f0d969aa-4399-41dc-b18a-3c98ad375237",
                      "offline": true,
                      "processed": 1,
                      "storeSaleHeader": {
                        "$id": "79",
                        "saleHeaderID": 1,
                        "saleHeaderGuid": "gypZtsJ2vU28dJI8JnjT6Q==",
                        "saleHeaderIdentifierGuid": "b6592a83-76c2-4dbd-bc74-923c2678d3e9",
                        "created": "2026-04-03T06:21:13.6734527",
                        "createdLocal": "2026-04-03T06:21:13.6734527",
                        "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:13.6734527",
                        "storeID": 1,
                        "operatorG_Uid": "/tBFG0kD8kKDm0WBc4YpjA==",
                        "operatorGuid": "1b45d0fe-0349-42f2-839b-45817386298c",
                        "customerG_Uid": "1624fX2czUOrYO67JGySNQ==",
                        "customerGuid": "7db8add7-9c7d-43cd-ab60-eebb246c9235",
                        "communityIdentifier": "rMPSeFa5T0KJZzJLn9z37g==",
                        "communityIdentifierGuid": "78d2c3ac-b956-424f-8967-324b9fdcf7ee",
                        "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": "55pPNBOc3ECwAEnGuNwBUQ==",
                        "priceLevelIdentifierGuid": "344f9ae7-9c13-40dc-b000-49c6b8dc0151",
                        "locked": 36,
                        "orderMetadata": "{\"CustomerName\":\"sample string 1\",\"PickupAt\":\"2026-04-03T06:21:13.6734527+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": "80",
                          "customerName": "sample string 1",
                          "pickupAt": "2026-04-03T06:21:13.6734527",
                          "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": "39"
                        },
                        "customer": {
                          "$ref": "72"
                        },
                        "communityOrganisation": {
                          "$id": "81",
                          "id": 1,
                          "identifier": "mPwKXMUd00GNgkLRdqjNtw==",
                          "identifierGuid": "5c0afc98-1dc5-41d3-8d82-42d176a8cdb7",
                          "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:13.6734527",
                          "promoPeriodEnd": "2026-04-03T06:21:13.6734527",
                          "allowDonations": true,
                          "logoImageName": "sample string 17",
                          "totalAmountAwarded": 18.1,
                          "updated": "2026-04-03T06:21:13.6734527",
                          "deleted": true
                        },
                        "details": [
                          {
                            "$id": "82",
                            "saleItemID": 1,
                            "identifier": "nI5HosrtHEm8/QrdiG8NHA==",
                            "identifierGuid": "a2478e9c-edca-491c-bcfd-0add886f0d1c",
                            "saleHeaderID": 2,
                            "plu": 1,
                            "pluG_UId": "+EHXSYmDFUeGoZW1n9M8Pw==",
                            "pluGuid": "49d741f8-8389-4715-86a1-95b59fd33c3f",
                            "accountID": "OG/X7/Wbf0+9rtAJ0+neHQ==",
                            "accountIDGuid": "efd76f38-9bf5-4f7f-bdae-d009d3e9de1d",
                            "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:13.6734527",
                            "bestOrExpireType": 1,
                            "providerName": "sample string 11",
                            "refundG_UID": "IJ5RzoclhUaxiEgWKt0okw==",
                            "refundGuid": "ce519e20-2587-4685-b188-48162add2893",
                            "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": "OOzGQwoHHkGOvhIceuq/AQ==",
                            "idempotentVoidGuid": "43c6ec38-070a-411e-8ebe-121c7aeabf01",
                            "priceLevelIdentifier": "UkMU1H/Vl06dYh52uwmMIw==",
                            "priceLevelIdentifierGuid": "d4144352-d57f-4e97-9d62-1e76bb098c23",
                            "communityIdentifier": "iUyAxcfM/0OAsW25H6HpcQ==",
                            "communityIdentifierGuid": "c5804c89-ccc7-43ff-80b1-6db91fa1e971",
                            "productName": "sample string 23",
                            "apn": "sample string 24",
                            "unknownScans": [
                              {
                                "$id": "83",
                                "id": 1,
                                "saleDetailID": 2,
                                "storeID": 1,
                                "scanned": "2026-04-03T06:21:13.6734527",
                                "operatorG_UID": "QEA=",
                                "barcode": "sample string 4",
                                "processed": 1
                              },
                              {
                                "$ref": "83"
                              }
                            ],
                            "refund": {
                              "$id": "84",
                              "id": 1,
                              "g_UID": "3CiD9hsGxEGOOBnYJEPkSQ==",
                              "guid": "f68328dc-061b-41c4-8e38-19d82443e449",
                              "description": "sample string 1",
                              "dumped": true,
                              "inventoryReasonID": 1,
                              "sortOrder": 1,
                              "updated": "2026-04-03T06:21:13.6734527"
                            },
                            "modifier": {
                              "$id": "85",
                              "id": 1,
                              "setG_UID": "s9okQhNmqkC7zCEEiFwVyQ==",
                              "modifierSetGuid": "4224dab3-6613-40aa-bbcc-2104885c15c9",
                              "name": "sample string 2",
                              "price": 1,
                              "quantity": 1,
                              "modifierType": 1,
                              "groupNumber": 1,
                              "pageNumber": 1,
                              "controlOrder": 1,
                              "printToStation": true,
                              "pluG_UID": "H0NZHlM3kE+1mzVsFgnURA==",
                              "pluGuid": "1e59431f-3753-4f90-b59b-356c1609d444",
                              "deleted": true,
                              "g_UID": "WRjddll3yUqDoHNSPpaurA==",
                              "guid": "76dd1859-7759-4ac9-83a0-73523e96aeac",
                              "product": {
                                "$ref": "2"
                              }
                            },
                            "priceLevelName": "sample string 25",
                            "pumpNumber": 1,
                            "hoseNumber": 1
                          },
                          {
                            "$ref": "82"
                          }
                        ],
                        "eftReceipts": [
                          {
                            "$id": "86",
                            "id": 1,
                            "storeID": 1,
                            "saleHeaderID": 2,
                            "storeSaleHeader": {
                              "$ref": "79"
                            },
                            "receipt": "sample string 3",
                            "processed": 1
                          },
                          {
                            "$ref": "86"
                          }
                        ],
                        "payments": [
                          {
                            "$ref": "78"
                          },
                          {
                            "$ref": "78"
                          }
                        ],
                        "cards": [
                          {
                            "$id": "87",
                            "id": 1,
                            "saleHeaderID": 1,
                            "identifier": "sample string 2",
                            "cardType": 3,
                            "providerName": "sample string 4"
                          },
                          {
                            "$ref": "87"
                          }
                        ],
                        "campaignHits": [
                          {
                            "$id": "88",
                            "id": 1,
                            "saleHeaderID": 2,
                            "campaign": "sample string 3",
                            "name": "sample string 4",
                            "processed": 1,
                            "campaignDescription": "sample string 5"
                          },
                          {
                            "$ref": "88"
                          }
                        ],
                        "fuel": [
                          {
                            "$id": "89",
                            "id": 1,
                            "plu": 1,
                            "pluG_UID": "2ZDAP7PxsEymlu14qC6H7Q==",
                            "pluGuid": "3fc090d9-f1b3-4cb0-a696-ed78a82e87ed",
                            "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:13.6734527",
                            "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:13.6734527",
                            "tagNumber": "sample string 15",
                            "trackTwoRem": "sample string 16",
                            "transCode": 1,
                            "transType": 1,
                            "unitPrice": 1.0,
                            "vehicleReg": "sample string 17",
                            "offline": true,
                            "processed": 1
                          },
                          {
                            "$ref": "89"
                          }
                        ],
                        "fuelResells": [
                          {
                            "$id": "90",
                            "saleItemID": 1,
                            "saleHeaderID": 2,
                            "plu": 1,
                            "pluG_UId": "EgfBjREYN0aVqxcMxuM1vw==",
                            "pluGuid": "8dc10712-1811-4637-95ab-170cc6e335bf",
                            "accountID": "s68CY4qwkU2ZhnRaXgkkKQ==",
                            "accountIDGuid": "6302afb3-b08a-4d91-9986-745a5e092429",
                            "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:13.6734527",
                            "bestOrExpireType": 1,
                            "refundG_UID": "fL/MiKqfhUCitx6N9e7QCw==",
                            "refundGuid": "88ccbf7c-9faa-4085-a2b7-1e8df5eed00b",
                            "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": "90"
                          }
                        ],
                        "customerOrder": [
                          {
                            "$id": "91",
                            "identifier": "HNtuGyJIl0mP9wVfE0CchA==",
                            "identifierGuid": "1b6edb1c-4822-4997-8ff7-055f13409c84",
                            "id": 1,
                            "orderNo": 2,
                            "externalSaleIdentifier": "sample string 3",
                            "storeID": 4,
                            "zoneID": 5,
                            "deptNo": 6,
                            "customerIdentifier": "uLt7cDNlIUybWG0YSBJitw==",
                            "customerIdentifierGuid": "707bbbb8-6533-4c21-9b58-6d18481262b7",
                            "operatorNo": 1,
                            "operatorG_UID": "VsYTXU+v8EqRMsL6N60asQ==",
                            "operatorGuid": "5d13c656-af4f-4af0-9132-c2fa37ad1ab1",
                            "created": "2026-04-03T06:21:13.6734527",
                            "ordered": "2026-04-03T06:21:13.6734527",
                            "started": "2026-04-03T06:21:13.6734527",
                            "completed": "2026-04-03T06:21:13.6734527",
                            "supplied": "2026-04-03T06:21:13.6734527",
                            "quickTicket": 1,
                            "deleted": true,
                            "walkAway": true,
                            "approxWait": 1,
                            "actualWait": 1,
                            "deliveryMethod": 8,
                            "externalSaleType": 9,
                            "customer": {
                              "$ref": "72"
                            },
                            "operator": {
                              "$ref": "39"
                            },
                            "details": [
                              {
                                "$id": "92",
                                "headerID": 1,
                                "plu": 1,
                                "pluG_UId": "JQndj5aBJ06y0jKHsoKESg==",
                                "pluGuid": "8fdd0925-8196-4e27-b2d2-3287b282844a",
                                "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": "Fo72rcReYk+6ds+QXtYfZw==",
                                "headerIdentifierGuid": "adf68e16-5ec4-4f62-ba76-cf905ed61f67",
                                "product": {
                                  "$ref": "2"
                                }
                              },
                              {
                                "$ref": "92"
                              }
                            ],
                            "storeName": "sample string 11",
                            "customerName": "sample string 12",
                            "storeReplyTo": "sample string 13",
                            "storeSubjectLine": "sample string 14",
                            "storeSaleHeader": {
                              "$ref": "79"
                            }
                          },
                          {
                            "$ref": "91"
                          }
                        ],
                        "surveyResponses": [
                          {
                            "$id": "93",
                            "surveyG_UID": "nvrrWpjPQEKZfDJZG2NqUQ==",
                            "surveyGuid": "5aebfa9e-cf98-4240-997c-32591b636a51",
                            "saleHeaderGuid": "E6uOFRraZUaxc9p/TWQhsA==",
                            "saleGuid": "158eab13-da1a-4665-b173-da7f4d6421b0",
                            "textResponse": "sample string 1",
                            "integerResponse": 1,
                            "g_UIDResponse": "NAQevmRhDEugB/0Q/wVXWQ==",
                            "guidResponse": "be1e0434-6164-4b0c-a007-fd10ff055759",
                            "whoAnswered": 2,
                            "answeredAtUTC": "2026-04-03T06:21:13.6734527",
                            "sale": {
                              "$ref": "79"
                            },
                            "survey": {
                              "$id": "94",
                              "g_UID": "rTecMnS5fEGrA5dOlUfoDA==",
                              "guid": "329c37ad-b974-417c-ab03-974e9547e80c",
                              "name": "sample string 1",
                              "storeID": 2,
                              "zoneID": 1,
                              "checkoutFormG_UID": "B6arcJoN/0mPdG9nbVtYCQ==",
                              "checkoutFormGuid": "70aba607-0d9a-49ff-8f74-6f676d5b5809",
                              "displayToWho": 3,
                              "displayWhen": 4,
                              "start": "2026-04-03T06:21:13.6734527",
                              "end": "2026-04-03T06:21:13.6734527",
                              "deleted": true,
                              "updated": "2026-04-03T06:21:13.6734527",
                              "possibleIntegerResponses": [
                                1,
                                2
                              ],
                              "possibleTextResponses": [
                                "sample string 1",
                                "sample string 2"
                              ],
                              "possibleGuidResponses": [
                                "ae5228fd-77f1-4cfd-9f42-758919d8e58c",
                                "d3e2f00f-346c-43cd-8f75-471d2be992a6"
                              ],
                              "allowsAllTextResponses": true,
                              "surveyForm": {
                                "$ref": "47"
                              }
                            },
                            "ingressId": "sample string 4"
                          },
                          {
                            "$ref": "93"
                          }
                        ],
                        "storeName": "sample string 39",
                        "terminalNumber": 40,
                        "machineName": "sample string 41",
                        "operatorName": "sample string 42",
                        "direction": 1,
                        "reason": "sample string 43",
                        "accountG_UID": "opAPIWw57U2eoE/z3nlJlA==",
                        "accountIdentifier": "210f90a2-396c-4ded-9ea0-4ff3de794994",
                        "accountName": "sample string 44",
                        "customerOrderIdentifier": "122UAdF9vEqA8kMr8H/Yqw==",
                        "customerOrderIdentifierGuid": "01946dd7-7dd1-4abc-80f2-432bf07fd8ab",
                        "priceLevelName": "sample string 45",
                        "revision": 46,
                        "ingressId": "sample string 47"
                      },
                      "metadata": {
                        "$id": "95",
                        "id": 1,
                        "paymentID": 2,
                        "paymentIdentifier": "82mUMeoktUKl/TgPsgQO+Q==",
                        "paymentIdentifierGuid": "319469f3-24ea-42b5-a5fd-380fb2040ef9",
                        "identifier": "MLBin+KLUkCFWsgKlazAXA==",
                        "identifierGuid": "9f62b030-8be2-4052-855a-c80a95acc05c",
                        "metadata": "sample string 3",
                        "signatureImage": "QEA=",
                        "itemIdentifier": "OyTq+Yc8IUiU5vWrPswDzQ==",
                        "itemIdentifierGuid": "f9ea243b-3c87-4821-94e6-f5ab3ecc03cd"
                      }
                    },
                    {
                      "$ref": "78"
                    }
                  ]
                },
                {
                  "$ref": "73"
                }
              ],
              "customerGroupMembers": [
                {
                  "$ref": "77"
                },
                {
                  "$ref": "77"
                }
              ],
              "customerGroups": [
                {
                  "$ref": "76"
                },
                {
                  "$ref": "76"
                }
              ],
              "accounts": [
                {
                  "$ref": "74"
                },
                {
                  "$ref": "74"
                }
              ],
              "account": {
                "$ref": "74"
              },
              "vouchers": [
                {
                  "$id": "96",
                  "customerIdentifier": "DxiKuW/7yUu7IwwT35oGGw==",
                  "customerIdentifierGuid": "b98a180f-fb6f-4bc9-bb23-0c13df9a061b",
                  "voucherName": "sample string 2",
                  "count": 3,
                  "storeID": 4,
                  "barcode": "sample string 5",
                  "redeemCount": 6,
                  "issueCount": 7,
                  "storeSalePaymentID": 1,
                  "idempotentID": "E8s2NQ0m2EWZSF1+ZGkn/w==",
                  "idempotentGuid": "3536cb13-260d-45d8-9948-5d7e646927ff",
                  "offline": true,
                  "voucher": {
                    "$id": "97",
                    "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:13.6734527",
                    "barcodeTemplate": {
                      "$id": "98",
                      "templateID": 1,
                      "template": "sample string 1",
                      "bcFunction": "sample string 2",
                      "sortOrder": 3
                    },
                    "scaleLabel": {
                      "$id": "99",
                      "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:13.6734527",
                      "labelPageLayout": "hhkwFpRin0KBffgAA4kJ6A==",
                      "pageLayoutGuid": "16301986-6294-429f-817d-f800038909e8",
                      "labelType": 6,
                      "oldName": "sample string 7",
                      "voucher": {
                        "$ref": "97"
                      },
                      "elements": [
                        {
                          "$id": "100",
                          "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:13.6734527"
                        },
                        {
                          "$ref": "100"
                        }
                      ]
                    },
                    "customerVouchers": [
                      {
                        "$id": "101",
                        "id": 1,
                        "customerIdentifier": "rR8vjPXjNEmsBauXujH7ww==",
                        "customerIdentifierGuid": "8c2f1fad-e3f5-4934-ac05-ab97ba31fbc3",
                        "voucherID": 3,
                        "voucherName": "sample string 4",
                        "storeID": 1,
                        "barcode": "sample string 5",
                        "dateOfIssue": "2026-04-03T06:21:13.6734527",
                        "issuedSaleHeaderID": 1,
                        "issuedSaleIdentifier": "sample string 7",
                        "issuedOfflinePaymentID": 1,
                        "issuedIdempotentID": "nbc64aHGsESQyCv+5BLu8Q==",
                        "issuedIdempotentGuid": "e13ab79d-c6a1-44b0-90c8-2bfee412eef1",
                        "issuedOffline": true,
                        "issuedUser": "sample string 9",
                        "issuedNotes": "sample string 10",
                        "expiryDate": "2026-04-03T06:21:13.6734527",
                        "expiredUser": "sample string 11",
                        "expiredNotes": "sample string 12",
                        "redeemed": "2026-04-03T06:21:13.6734527",
                        "redeemedSaleHeaderID": 1,
                        "redeemedSaleIdentifier": "sample string 13",
                        "redeemedOfflinePaymentID": 1,
                        "redeemedIdempotentID": "guSkAxulJEeR867jEIy1zA==",
                        "redeemedIdempotentGuid": "03a4e482-a51b-4724-91f3-aee3108cb5cc",
                        "redeemedUser": "sample string 14",
                        "redeemedNotes": "sample string 15",
                        "redeemedOffline": true,
                        "updated": "2026-04-03T06:21:13.6734527",
                        "storeName": "sample string 17",
                        "scaleLabel": {
                          "$ref": "99"
                        },
                        "voucher": {
                          "$ref": "97"
                        },
                        "customer": {
                          "$ref": "72"
                        },
                        "issuedOfflinePayment": {
                          "$ref": "78"
                        },
                        "redeemedOfflinePayment": {
                          "$ref": "78"
                        }
                      },
                      {
                        "$ref": "101"
                      }
                    ]
                  },
                  "customer": {
                    "$ref": "72"
                  }
                },
                {
                  "$ref": "96"
                }
              ]
            }
          },
          {
            "$ref": "71"
          }
        ],
        "customerGroups": [
          {
            "$id": "102",
            "id": 1,
            "campaignID": 2,
            "campaignName": "sample string 3",
            "groupID": "4am0rkjKxEuE9XLcp1Xh6Q==",
            "groupIDGuid": "aeb4a9e1-ca48-4bc4-84f5-72dca755e1e9",
            "campaign": {
              "$ref": "68"
            },
            "group": {
              "$ref": "76"
            }
          },
          {
            "$ref": "102"
          }
        ],
        "signIqTickets": [
          {
            "$id": "103",
            "identifier": "Z8EIO5lIk0G/0OEUCKXNMw==",
            "identifierGuid": "3b08c167-4899-4193-bfd0-e11408a5cd33",
            "campaignName": "sample string 2",
            "message": "sample string 3",
            "ticketFileSource": "sample string 4",
            "ticketFileDestination": "sample string 5",
            "storeID": 1
          },
          {
            "$ref": "103"
          }
        ],
        "comboPriceGroups": [
          {
            "$id": "104",
            "id": 1,
            "campaignID": 2,
            "campaignName": "sample string 3",
            "g_UID": "xRxPp9s+60OEwXnBSwCRdA==",
            "guid": "a74f1cc5-3edb-43eb-84c1-79c14b009174",
            "description": "sample string 5",
            "newPrice": 1,
            "rangeDescription": "sample string 6",
            "dealDescription": "sample string 7",
            "labelQuantity": 8,
            "hostProductCategoryID": 1,
            "offerID": 1,
            "dontUpdatePricePlus": true,
            "campaign": {
              "$ref": "68"
            },
            "comboPricePlus": [
              {
                "$id": "105",
                "id": 1,
                "campaignID": 2,
                "campaignName": "sample string 3",
                "groupG_UID": "llq+z36iA06G6yizT4Munw==",
                "groupGuid": "cfbe5a96-a27e-4e03-86eb-28b34f832e9f",
                "comboPriceType": 5,
                "priceType": 5,
                "pluG_UID": "AW6vXW+vHEu7CruOw5FFMQ==",
                "pluGuid": "5daf6e01-af6f-4b1c-bb0a-bb8ec3914531",
                "priceGroupG_UID": "qM21vFf++kmRGEjFCgeH6w==",
                "priceGroupGuid": "bcb5cda8-fe57-49fa-9118-48c50a0787eb",
                "campaignPoolID": "sample string 7",
                "quantity": 1,
                "campaign": {
                  "$ref": "68"
                },
                "product": {
                  "$ref": "2"
                },
                "priceGroup": {
                  "$ref": "32"
                },
                "campaignPool": {
                  "$ref": "68"
                }
              },
              {
                "$ref": "105"
              }
            ]
          },
          {
            "$ref": "104"
          }
        ],
        "priceLevels": [
          {
            "$id": "106",
            "id": 1,
            "priceLevelIdentifier": "LEYd8HnU/0mvX0LOahfHNw==",
            "priceLevelIdentifierGuid": "f01d462c-d479-49ff-af5f-42ce6a17c737",
            "campaignName": "sample string 3",
            "priceLevelName": "sample string 4"
          },
          {
            "$ref": "106"
          }
        ],
        "promotionType": {
          "$id": "107",
          "identifier": "OZyt2lHNP02NiuQ4pzA2pA==",
          "identifierGuid": "daad9c39-cd51-4d3f-8d8a-e438a73036a4",
          "hostType": 2,
          "code": "sample string 3",
          "description": "sample string 4",
          "isLiquor": true,
          "isAdvertised": true,
          "disableWasSave": true,
          "excludeFromPromoSales": true,
          "labelPageLayoutG_UID": "y+RGrNXL3ECYSec14gggJw==",
          "labelPageLayoutGuid": "ac46e4cb-cbd5-40dc-9849-e735e2082027",
          "priceLevelIdentifier": "J6izMw3ic0qvALdokMuXZw==",
          "priceLevelIdentifierGuid": "33b3a827-e20d-4a73-af00-b76890cb9767",
          "active": true,
          "updated": "2026-04-03T06:21:13.6734527",
          "hostName": "sample string 11"
        }
      },
      "product": {
        "$ref": "2"
      },
      "dealCost": {
        "$id": "108",
        "headerIdentifier": "fTY9XMIoWUWYL+N6oUhCAQ==",
        "headerIdentifierGuid": "5c3d367d-28c2-4559-982f-e37aa1484201",
        "identifier": "FqM97ZZ1U0yqU52BMyzqTA==",
        "identifierGuid": "ed3da316-7596-4c53-aa53-9d81332cea4c",
        "supplierIdentifier": "dO06iWXcjkyboLvHLHm4gg==",
        "supplierGuid": "893aed74-dc65-4c8e-9ba0-bbc72c79b882",
        "pluG_UID": "QMeU0StSRUmDV0eh92fydw==",
        "pluGuid": "d194c740-522b-4945-8357-47a1f767f277",
        "campaignName": "e87f0dd6-2348-463c-bc8e-dc25f45ce375",
        "description": "sample string 4",
        "cost": 5,
        "costDecimals": 6,
        "start": "2026-04-03T06:21:13.6734527",
        "end": "2026-04-03T06:21:13.6734527",
        "type": 9,
        "promoType": 10,
        "bonusItemPLUG_UID": "JVlVHg5Tjk2zNQCiS6za2Q==",
        "bonusItemPluGuid": "1e555925-530e-4d8e-b335-00a24bacdad9",
        "bonusPurchaseUnits": 11,
        "bonusReceiveUnits": 12,
        "updated": "2026-04-03T06:21:13.6734527",
        "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:13.6734527",
        "campaignEndDate": "2026-04-03T06:21:13.6734527",
        "masterPLUG_UID": "czH2PmpxVkGoK7Dn7tL1Bw==",
        "masterID": "3ef63173-716a-4156-a82b-b0e7eed2f507",
        "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": "+S38J4Uq5Ua5G4Rq21Xgag==",
        "bonusMasterID": "27fc2df9-2a85-46e5-b91b-846adb55e06a",
        "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:13.6734527",
    "dealCosts": [
      {
        "$ref": "108"
      },
      {
        "$ref": "108"
      }
    ],
    "tags": [
      {
        "$id": "109",
        "pluG_UID": "fYXJp53HZ0SW1BcY4xyRig==",
        "pluGuid": "a7c9857d-c79d-4467-96d4-1718e31c918a",
        "tagID": 1,
        "description": "sample string 1",
        "storeIDs": [
          1,
          2
        ]
      },
      {
        "$ref": "109"
      }
    ],
    "alternateProductG_UID": "KQfVc4Qjg0KLFnQLaM1EVQ==",
    "alternateProduct": "73d50729-2384-4283-8b16-740b68cd4455",
    "altProduct": {
      "$ref": "2"
    },
    "productHostCode": {
      "$id": "110",
      "id": 1,
      "pluG_UID": "FbW3xOZwT0yvW0hpp0fJOA==",
      "pluGuid": "c4b7b515-70e6-4c4f-af5b-4869a747c938",
      "ibaCode": "sample string 2"
    },
    "mscCat": {
      "$ref": "62"
    },
    "mscCom": {
      "$ref": "63"
    },
    "mscDep": {
      "$ref": "65"
    },
    "mscSubCom": {
      "$ref": "64"
    },
    "isUserUpdate": true,
    "ignoreMasterProduct": true,
    "priceGroupLabelRequested": true,
    "firstSold": "2026-04-03T06:21:13.6734527",
    "inventoryTracked": "2026-04-03T06:21:13.6734527",
    "isNormalPriceChangesCampaign": true,
    "baseProductFuel": {
      "$id": "111",
      "pluG_UID": "OQlB9FdZ3kmAAmA2qYC7oA==",
      "pluGuid": "f4410939-5957-49de-8002-6036a980bba0",
      "fuelPluG_UID": "UYarELBDLUygbojqmZhuBw==",
      "fuelPluGuid": "10ab8651-43b0-4c2d-a06e-88ea99986e07",
      "price": 3,
      "productDescription": "sample string 4",
      "productBarcode": "sample string 5",
      "fuelProductDescription": "sample string 6",
      "fuelProductBarcode": "sample string 7",
      "fuelProductPrice": 8
    },
    "productFuelLinks": [
      {
        "$ref": "111"
      },
      {
        "$ref": "111"
      }
    ]
  },
  "unknownScan": {
    "$id": "112",
    "pluG_UID": "AaO1uJqM+k+wq5meSnSmYA==",
    "pluGuid": "b8b5a301-8c9a-4ffa-b0ab-999e4a74a660",
    "orderGuid": "GbayJIa/C0KKe69ilHENrw==",
    "orderIdentifier": "24b2b619-bf86-420b-8a7b-af6294710daf",
    "barcode": "sample string 3",
    "created": "2026-04-03T06:21:13.6734527",
    "assigned": true
  },
  "unknownScanItem": true,
  "substitute": {
    "$ref": "2"
  },
  "warehouseProduct": {
    "$ref": "2"
  },
  "lookup": {
    "$id": "113",
    "pluG_UID": "EtEfqHIFhkaU7W9ckn/MpA==",
    "pluGuid": "a81fd112-0572-4686-94ed-6f5c927fcca4",
    "inventoryGuid": "ljnZmofIEkawx06Mv3EeBg==",
    "inventoryIdentifier": "9ad93996-c887-4612-b0c7-4e8cbf711e06",
    "averageWeeklySales": 1.0,
    "promotionalAverageWeeklySales": 1.0,
    "inventoryAverageWeeklySales": 1.0,
    "inventoryPromotionalAverageWeeklySales": 1.0,
    "onHand": 1,
    "onHandPacks": 1,
    "onOrder": 1,
    "onOrderPacks": 1,
    "accuracy": 1,
    "lastOrdered": "2026-04-03T06:21:13.6734527",
    "lastOrderQuantity": 1.1,
    "lastReceived": "2026-04-03T06:21:13.6734527",
    "lastReceivedQuantity": 1.1,
    "lastInvoiceStatus": 1
  },
  "productOrderingDetail": {
    "$ref": "11"
  },
  "dealCost": {
    "$ref": "108"
  },
  "nextCost": {
    "$ref": "108"
  },
  "lastChance": true,
  "holdOff": 18,
  "holdOffDate": "2026-04-03T06:21:13.6734527",
  "orderHeader": {
    "$id": "114",
    "orderID": 1,
    "orderGuid": "qT7pAoQeUEyaD86gmW3qYg==",
    "orderIdentifier": "02e93ea9-1e84-4c50-9a0f-cea0996dea62",
    "backToBack": 1,
    "b2bGuid": "83INaehOXU60D0qlz+x+FQ==",
    "b2bIdentifier": "690d72f3-4ee8-4e5d-b40f-4aa5cfec7e15",
    "status": 2,
    "created": "2026-04-03T06:21:13.6734527",
    "createdLocal": "2026-04-03T06:21:13.6734527",
    "createdByUser": "sample string 3",
    "storeID": 1,
    "transferGuid": "soWLyKhGU0WazDMW03jEFA==",
    "transferIdentifier": "c88b85b2-46a8-4553-9acc-3316d378c414",
    "transferInvoiceIdentifier": "T8bISHEzLUuRq6PGff052w==",
    "transferInvoiceGuid": "48c8c64f-3371-4b2d-91ab-a3c67dfd39db",
    "attachedToInvoice": 4,
    "transferType": 1,
    "supplierIdentifier": "JSUUJVv3xUqg+vs5jObgHQ==",
    "supplierIdentifierGuid": "25142525-f75b-4ac5-a0fa-fb398ce6e01d",
    "description": "sample string 5",
    "rows": 1,
    "cartons": 1,
    "units": 1,
    "sentCount": 1,
    "sent": "2026-04-03T06:21:13.6734527",
    "sentLocal": "2026-04-03T06:21:13.6734527",
    "sentByUser": "sample string 6",
    "lastSentStatus": 1,
    "cancelled": "2026-04-03T06:21:13.6734527",
    "cancelledLocal": "2026-04-03T06:21:13.6734527",
    "cancelledByUser": "sample string 7",
    "shipped": "2026-04-03T06:21:13.6734527",
    "shippedLocal": "2026-04-03T06:21:13.6734527",
    "shippedByUser": "sample string 8",
    "stockReceived": "2026-04-03T06:21:13.6734527",
    "stockReceivedLocal": "2026-04-03T06:21:13.6734527",
    "stockReceivedByUser": "sample string 9",
    "stockReceiveInventorySetting": 10,
    "received": "2026-04-03T06:21:13.6734527",
    "receivedLocal": "2026-04-03T06:21:13.6734527",
    "completed": "2026-04-03T06:21:13.6734527",
    "completedLocal": "2026-04-03T06:21:13.6734527",
    "updated": "2026-04-03T06:21:13.6734527",
    "updatedLocal": "2026-04-03T06:21:13.6734527",
    "dueDate": "2026-04-03T06:21:13.6734527",
    "warehouseNote": "sample string 11",
    "warehouseRef": "sample string 12",
    "pdeSerialNumber": "sample string 13",
    "tradingPartner": 1,
    "orderType": "sample string 1",
    "orderTypeDescription": "sample string 2",
    "stateCode": "sample string 16",
    "mailCarbonCopy": true,
    "mailTo": "sample string 18",
    "mailBcc": "sample string 19",
    "mailReplyTo": "sample string 20",
    "liquor": true,
    "summary": "sample string 22",
    "notes": "sample string 23",
    "supplierNotes": "sample string 24",
    "receiptEmailSent": true,
    "receiptEmailSentId": "sample string 26",
    "receiptEmailSentStatus": "sample string 27",
    "transportCompanyGuid": "/ISoFT1fZkibus+qPMdsaw==",
    "transportCompanyIdentifier": "15a884fc-5f3d-4866-9bba-cfaa3cc76c6b",
    "autoOrder": 28,
    "hostIdentifier": "cAcK6bjXOkGwyYadsf6sEg==",
    "hostIdentifierGuid": "e90a0770-d7b8-413a-b0c9-869db1feac12",
    "defaultOrderDocumentId": 1,
    "defaultStockReceiveDocumentId": 1,
    "temperature": 1.1,
    "temperatureScale": 29,
    "rating": 30,
    "lastOrderEmailSentId": "sample string 31",
    "lastOrderEmailSentStatus": "sample string 32",
    "deleted": "2026-04-03T06:21:13.6734527",
    "deletedByUser": "sample string 33",
    "autoOrderGuid": "ixXVRKPnxU2aki8xqmNEPA==",
    "autoOrderIdentifier": "44d5158b-e7a3-4dc5-9a92-2f31aa63443c",
    "autoOrderHeader": {
      "$id": "115",
      "autoOrderGuid": "c5l273/VTU6uF7pkKGT7Pg==",
      "autoOrderIdentifier": "ef769973-d57f-4e4d-ae17-ba642864fb3e",
      "orderGuid": "pJTeQBvOD0yXxn8/Yg3JQw==",
      "orderIdentifier": "40de94a4-ce1b-4c0f-97c6-7f3f620dc943",
      "created": "2026-04-03T06:21:13.6734527",
      "orderID": 1,
      "storeID": 1,
      "orderDate": "2026-04-03T06:21:13.6734527",
      "supplierIdentifier": "pS4yTtudgU+OlZfW166TbA==",
      "supplierIdentifierGuid": "4e322ea5-9ddb-4f81-8e95-97d6d7ae936c",
      "orderStatus": 1,
      "tradingPartner": 1,
      "simpleAWS": 2,
      "defaultMPL": 3,
      "investmentBuy": true,
      "storeName": "sample string 5",
      "supplierName": "sample string 6",
      "description": "sample string 7",
      "orderType": "sample string 8",
      "mailTo": "sample string 9",
      "mailBcc": "sample string 10",
      "notes": "sample string 11",
      "transportCompanyGuid": "hbRyW4/C70+X/wzWY7IE0Q==",
      "transportCompanyIdentifier": "5b72b485-c28f-4fef-97ff-0cd663b204d1",
      "store": {
        "$ref": "3"
      },
      "supplier": {
        "$ref": "8"
      },
      "orderCycle": {
        "$id": "116",
        "id": 1,
        "autoOrderGuid": "C6KbVE7q10+Nhh/NOCk69A==",
        "autoOrderIdentifier": "549ba20b-ea4e-4fd7-8d86-1fcd38293af4",
        "cutOffDate": "2026-04-03T06:21:13.6734527",
        "deliveryDate": "2026-04-03T06:21:13.6734527",
        "daysBuffer": 3,
        "nextCutOffDate": "2026-04-03T06:21:13.6734527",
        "nextDeliveryDate": "2026-04-03T06:21:13.6734527",
        "nextDaysBuffer": 5
      },
      "details": [
        {
          "$id": "117",
          "autoOrderGuid": "vSyFIrkNbEGTQmH+ZrGrXw==",
          "autoOrderIdentifier": "22852cbd-0db9-416c-9342-61fe66b1ab5f",
          "pluG_UID": "41IYRvDFm0OFubavS/+gcA==",
          "pluGuid": "461852e3-c5f0-439b-85b9-b6af4bffa070",
          "orderCartons": 1,
          "orderUnits": 1,
          "orderWeight": 1,
          "processedCartons": 1,
          "processedUnits": 1,
          "processedWeight": 1,
          "cartons": 1,
          "units": 1,
          "weight": 1,
          "status": 1,
          "bestDealCartonCost": 1.1,
          "bestDealDays": 1,
          "lastDealDays": 1,
          "normalCartonCost": 1.1,
          "currentDealCartonCost": 1.1,
          "investmentCartons": 1,
          "investmentUnits": 1,
          "investmentWeight": 1,
          "investmentSavedAmt": 1.1,
          "investmentBuyEndDate": "2026-04-03T06:21:13.6734527",
          "investmentBuyStatus": 2,
          "processed": "2026-04-03T06:21:13.6734527",
          "product": {
            "$ref": "2"
          },
          "orderCode": "sample string 3",
          "directIndicator": "sample string 4",
          "cycle": {
            "$ref": "15"
          },
          "dayWeighting": {
            "$id": "118",
            "sunday": 1.1
          },
          "inventory": {
            "$id": "119",
            "inventoryGuid": "CVLy+zXvYE6lBOPRx4z8TA==",
            "inventoryIdentifier": "fbf25209-ef35-4e60-a504-e3d1c78cfc4c",
            "created": "2026-04-03T06:21:13.6734527",
            "createdLocal": "2026-04-03T06:21:13.6734527",
            "onHand": 4,
            "onHandPacks": 5,
            "onOrder": 6,
            "onOrderPacks": 7,
            "accuracy": 8,
            "updated": "2026-04-03T06:21:13.6734527",
            "history": [
              {
                "$id": "120",
                "inventoryGuid": "q4bJ3/+XD0+D6iLsM4IfCQ==",
                "inventoryIdentifier": "dfc986ab-97ff-4f0f-83ea-22ec33821f09",
                "pluG_UID": "HZtoa4O8nEC7ZcnmkOINuQ==",
                "pluIdentifier": "6b689b1d-bc83-409c-bb65-c9e690e20db9",
                "inventoryReason": 3,
                "inventoryInvoiceGuid": "yoI4bjPNwECQHofH1Mrimw==",
                "invoiceIdentifier": "6e3882ca-cd33-40c0-901e-87c7d4cae29b",
                "operatorGuid": "4aG7bjp/+kClGctW4b49qw==",
                "operatorIdentifier": "6ebba1e1-7f3a-40fa-a519-cb56e1be3dab",
                "stocktakeGuid": "p6DChk6RUU+9s1Di6XMQrw==",
                "stocktakeIdentifier": "86c2a0a7-914e-4f51-bdb3-50e2e97310af",
                "orderGuid": "VZWgKEh24UKQTwCclROcbQ==",
                "orderIdentifier": "28a09555-7648-42e1-904f-009c95139c6d",
                "saleHeaderGuid": "aAh78IYMQkGqoyqZsHiE8A==",
                "saleHeaderGuidIdentifier": "f07b0868-0c86-4142-aaa3-2a99b07884f0",
                "dumpStockID": 1,
                "fuelDeliveryID": 1,
                "creditNoteIdentifier": "0qLXgJ7zMUSZegCQhQEaXg==",
                "creditNoteGuid": "80d7a2d2-f39e-4431-997a-009085011a5e",
                "inventorySourceGuid": "RFkBARoj40GGo7gOBK8b8g==",
                "inventorySourceIdentifier": "01015944-231a-41e3-86a3-b80e04af1bf2",
                "createdLocal": "2026-04-03T06:21:13.6734527",
                "baseUnits": 4,
                "unitsPerCarton": 5,
                "unitsPerCartonWeighted": true,
                "counted": 7,
                "countedPacks": 8,
                "open": 1,
                "movementQty": 9,
                "close": 1,
                "openPacks": 1,
                "movementQtyPacks": 10,
                "closePacks": 1,
                "accuracy": 1,
                "manual": 11,
                "user": "sample string 12",
                "updated": "2026-04-03T06:21:13.6734527",
                "createdLocalTime": "2026-04-03T06:21:13.6734527",
                "storeID": 14,
                "barcode": "sample string 15",
                "directCode": "sample string 16",
                "productName": "sample string 17",
                "salesMode": 18,
                "orderPacked": 19,
                "invoice": {
                  "$id": "121",
                  "inventoryInvoiceGuid": "aJEW0ZvbY0uc45MbqBx1ug==",
                  "invoiceIdentifier": "d1169168-db9b-4b63-9ce3-931ba81c75ba",
                  "inventoryGuid": "9/Ltjudg3U6qmIETovTsqA==",
                  "inventoryIdentifier": "8eedf2f7-60e7-4edd-aa98-8113a2f4eca8",
                  "supplierIdentifier": "Mz7mkWWqU0ywpc8T3JGIgQ==",
                  "supplierGuid": "91e63e33-aa65-4c53-b0a5-cf13dc918881",
                  "orderGuid": "f8weBn0PrUmDvOh23xIcww==",
                  "orderIdentifier": "061ecc7f-0f7d-49ad-83bc-e876df121cc3",
                  "invoiceHeaderIdentifier": "Wv2NwBV1pkCGDwFGtce7rw==",
                  "invoiceHeaderGuid": "c08dfd5a-7515-40a6-860f-0146b5c7bbaf",
                  "created": "2026-04-03T06:21:13.6734527",
                  "ordered": "2026-04-03T06:21:13.6734527",
                  "storeID": 1,
                  "bestOrExpire": "2026-04-03T06:21:13.6734527",
                  "bestOrExpireType": 1,
                  "units": 1,
                  "weight": 1,
                  "received": "2026-04-03T06:21:13.6734527",
                  "cost": 1,
                  "totalCost": 1,
                  "freightCost": 1,
                  "inStock": 1,
                  "pluG_UID": "DVjKm4NfdUOHjKhvRI2tDA==",
                  "pluGuid": "9bca580d-5f83-4375-878c-a86f448dad0c",
                  "orderInventoryGuid": "4OCtLuy19U2ujJuhaWqfRg==",
                  "orderInventoryIdentifier": "2eade0e0-b5ec-4df5-ae8c-9ba1696a9f46",
                  "supplier": {
                    "$ref": "8"
                  },
                  "inventoryUnits": [
                    {
                      "$id": "122",
                      "invoiceItemNo": 1,
                      "inventoryInvoiceGuid": "PkUSPF79E06ZsIazEuJ0CA==",
                      "invoiceIdentifier": "3c12453e-fd5e-4e13-99b0-86b312e27408",
                      "inventoryGuid": "xI4+MhWsB0CprpAcuuXHXg==",
                      "inventoryIdentifier": "323e8ec4-ac15-4007-a9ae-901cbae5c75e",
                      "serialNumber": "sample string 3",
                      "sold": "2026-04-03T06:21:13.6734527",
                      "saleItemID": 1,
                      "storeID": 1,
                      "returned": "2026-04-03T06:21:13.6734527",
                      "dumped": 1,
                      "saleHeaderID": 1
                    },
                    {
                      "$ref": "122"
                    }
                  ]
                },
                "invoiceHeaderIdentifier": "LJ+pvmHvPkKgLN/4SAABHw==",
                "invoiceHeaderGuid": "bea99f2c-ef61-423e-a02c-dff84800011f",
                "invoiceNumber": "sample string 20",
                "invoiceCost": 1,
                "invoiceCostDecimals": 1,
                "orderNumber": 1,
                "orderReceivingStoreName": "sample string 21",
                "orderSendingStoreName": "sample string 22",
                "creditNoteID": 1,
                "reason": {
                  "$id": "123",
                  "id": 1,
                  "name": "sample string 1",
                  "allowRF": 2,
                  "dumpStock": 3,
                  "creditRequest": 4,
                  "excludeFromLoss": 5,
                  "reserved": 6,
                  "updated": "2026-04-03T06:21:13.6734527"
                },
                "reasonName": "sample string 23",
                "operatorName": "sample string 24",
                "operatorNumber": "sample string 25",
                "stocktakeName": "sample string 26",
                "saleIdentifier": "sample string 27",
                "saleHeaderID": 1,
                "inventoryAfterCounted": true,
                "inventorySetStock": true,
                "externalId": "sample string 30",
                "apn": "sample string 31",
                "deptCode": "sample string 32"
              },
              {
                "$ref": "120"
              }
            ],
            "products": [
              {
                "$ref": "2"
              },
              {
                "$ref": "2"
              }
            ],
            "lastInvoiceCost": 1
          },
          "aws": 5.0,
          "explanations": [
            {
              "$id": "124",
              "pluG_UID": "uSkqgoQe8Uyi8htft5pICQ==",
              "pluGuid": "822a29b9-1e84-4cf1-a2f2-1b5fb79a4809",
              "consolidatedSales": {
                "$id": "125",
                "1": {
                  "$id": "126",
                  "discountPercentage": 1,
                  "days": 2,
                  "quantity": 3.1,
                  "aws": 3.1,
                  "cartonQuantity": 4.1,
                  "lowQuality": true
                },
                "2": {
                  "$ref": "126"
                }
              },
              "dailyPrices": {
                "$id": "127",
                "2026-04-03T06:21:13.6734527": {
                  "$id": "128",
                  "date": "2026-04-03T06:21:13.6734527",
                  "salePrice": 1,
                  "campaign": "sample string 2",
                  "campaignDescription": "sample string 3",
                  "combo": true,
                  "comboPriceGroupG_UID": "DFwYfYm2L0GTCp/qnNDGPQ==",
                  "comboPriceGroupGuid": "7d185c0c-b689-412f-930a-9fea9cd0c63d"
                }
              },
              "onHandPredictions": [
                {
                  "$id": "129",
                  "autoOrderGuid": "uqoa2fBcI0Cay2M3ernkWQ==",
                  "autoOrderIdentifier": "d91aaaba-5cf0-4023-9acb-63377ab9e459",
                  "pluG_UID": "6qhfP3g1tkOHXFuvHRmGKQ==",
                  "pluGuid": "3f5fa8ea-3578-43b6-875c-5baf1d198629",
                  "childPLUG_UID": "8enukS+QCEOyVHT/FLw36g==",
                  "childPluGuid": "91eee9f1-902f-4308-b254-74ff14bc37ea",
                  "date": "2026-04-03T06:21:13.6734527",
                  "normalPrice": 2.0,
                  "salePrice": 3.0,
                  "discountPercentage": 4,
                  "discountPercentageActual": -50,
                  "predictedQuantity": 5.1,
                  "campaign": "sample string 6",
                  "campaignDescription": "sample string 7",
                  "lowQuality": true,
                  "investmentBuy": true,
                  "buffer": 10,
                  "boostDays": 11
                },
                {
                  "$ref": "129"
                }
              ],
              "predictions": [
                {
                  "$ref": "129"
                },
                {
                  "$ref": "129"
                }
              ],
              "product": {
                "$ref": "2"
              }
            },
            {
              "$ref": "124"
            }
          ],
          "supplierOrderingDetail": {
            "$ref": "11"
          },
          "manufacturerSupplier": "1ebda885-3a3e-4f8b-ab29-25e2108c29d6",
          "cartonQuantity": 1,
          "sellPrice": 1,
          "cost": 1,
          "costDecimals": 1,
          "bufferDays": 6,
          "boostDays": 7
        },
        {
          "$ref": "117"
        }
      ],
      "boosts": [
        {
          "$id": "130",
          "autoOrderGuid": "wWXV/1f15kSbajk7eHuA4w==",
          "autoOrderIdentifier": "ffd565c1-f557-44e6-9b6a-393b787b80e3",
          "date": "2026-04-03T06:21:13.6734527",
          "boost": 2
        },
        {
          "$ref": "130"
        }
      ]
    },
    "supplierName": "sample string 34",
    "supplierStoreID": 1,
    "supplierCartonsOnly": true,
    "supplierEnforceMinimumQuantity": true,
    "supplierMinimumOrderValue": 1,
    "storeName": "sample string 37",
    "orderCode": {
      "$id": "131",
      "code": "sample string 1",
      "description": "sample string 2"
    },
    "store": {
      "$ref": "3"
    },
    "supplier": {
      "$ref": "8"
    },
    "totalCostInc": 38.0,
    "totalPickedCostInc": 39.0,
    "totalReceivedCostInc": 40.0,
    "total": {
      "$id": "132",
      "orderGuid": "BQsX3DLG6UqhJpgcwgyp5w==",
      "orderIdentifier": "dc170b05-c632-4ae9-a126-981cc20ca9e7",
      "supplierIdentifier": "/HQkMELiDkGS6RZLq1UTCA==",
      "supplierGuid": "302474fc-e242-410e-92e9-164bab551308",
      "records": 1,
      "cartons": 2.1,
      "cartonQuantity": 3,
      "weight": 4,
      "costInc": 5,
      "sellInc": 6,
      "costGST": 7,
      "sellGST": 8,
      "pickedCostInc": 9,
      "pickedSellInc": 10,
      "receivedRecords": 11,
      "receivedWeight": 1,
      "receivedCartons": 1,
      "receivedCartonQuantity": 1,
      "receivedUnits": 1,
      "receivedSellInc": 12,
      "receivedCostInc": 13,
      "receivedCostGST": 14,
      "receivedSellGST": 15,
      "investmentBuyRecords": 16,
      "investmentBuyCartons": 17.1,
      "investmentBuyCartonQuantity": 18,
      "investmentBuyWeight": 19,
      "investmentBuyCostInc": 20,
      "investmentBuySellInc": 21,
      "investmentBuyCostGST": 22,
      "investmentBuySellGST": 23,
      "investmentBuySavedAmount": 24.1
    },
    "details": [
      {
        "$ref": "1"
      },
      {
        "$ref": "1"
      }
    ],
    "unknownScans": [
      {
        "$ref": "112"
      },
      {
        "$ref": "112"
      }
    ],
    "transportCompany": {
      "$id": "133",
      "identifier": "O+wYb30ZMka2H+ycuU8NsA==",
      "identifierGuid": "6f18ec3b-197d-4632-b61f-ec9cb94f0db0",
      "companyName": "sample string 1",
      "abn": "sample string 2",
      "address1": "sample string 3",
      "address2": "sample string 4",
      "telephone": "sample string 5",
      "primaryContactGuid": "lFS2bTWEzU6TbqxT6qtX3w==",
      "primaryContactID": "6db65494-8435-4ecd-936e-ac53eaab57df",
      "primaryContact": {
        "$ref": "9"
      }
    },
    "isMetcashSorted": true,
    "backupOrderType": "sample string 42",
    "backupOrderTypeDescription": "sample string 43",
    "backupTradingPartner": 1,
    "backupHostIdentifier": "eae8768c-219f-4922-b52c-35a7657f6207"
  },
  "invoiceDetail": {
    "$id": "134",
    "identifier": "A3xSNXXJGEm6kPBE/pKE6w==",
    "identifierGuid": "35527c03-c975-4918-ba90-f044fe9284eb",
    "headerIdentifier": "SS84dno+kEypvkU9ThpAjw==",
    "headerIdentifierGuid": "76382f49-3e7a-4c90-a9be-453d4e1a408f",
    "pluG_UID": "954ZC9ni8UyBNM2I5Dh3Dg==",
    "pluGuid": "0b199ef7-e2d9-4cf1-8134-cd88e438770e",
    "pageNo": 1,
    "lineNo": 1,
    "itemOrdered": "sample string 1",
    "itemShipped": "sample string 2",
    "apn": "sample string 3",
    "barcode": "sample string 4",
    "prodStatus": 0,
    "dateAvailable": "2026-04-03T06:21:13.6734527",
    "commodity": "sample string 5",
    "supplier": "sample string 6",
    "itemDesc": "sample string 7",
    "itemType": 48,
    "investmentBuyInd": "A",
    "orderType": "sample string 8",
    "cartonQty": 1,
    "cartonQuantitySpecified": true,
    "soldByWeight": true,
    "orderByWeight": true,
    "unitsOrdered": 1,
    "unitsSupplied": 1,
    "unitsReceived": 1,
    "weightOrdered": 1,
    "weightShipped": 1,
    "weightReceived": 1,
    "unitSpecified": 11,
    "wholesalePrice": 1,
    "extWholesalePrice": 1,
    "normalPrice": 1,
    "retailPrice": 1,
    "pricingUnit": "sample string 12",
    "claimFlag": "A",
    "gstRate": 1,
    "gstAmount": 1,
    "extGstAmount": 1,
    "deliWeight": 1,
    "marginAmount": 1,
    "extMarginAmount": 1,
    "costAmount": 1,
    "orderedCostAmount": 1,
    "extCostAmount": 1,
    "costIncSpecified": true,
    "freightAmount": 14,
    "freightGstAmount": 15,
    "extFreightAmount": 16,
    "extFreightGstAmount": 17,
    "costDecimals": 18,
    "wetRate": 1,
    "containerDeposit": 1,
    "basePrice": 1,
    "wetValue": 1,
    "deliveryFee": 1,
    "casePrice": 1,
    "wholesaleExt": 1,
    "wetExt": 1,
    "totalLitres": 1,
    "tun": "sample string 19",
    "applyDetails": true,
    "applySell": true,
    "applyCost": true,
    "applyOr": true,
    "applyQty": true,
    "itemNumber": "sample string 20",
    "directNumber": "sample string 21",
    "itemSize": "sample string 22",
    "costGst": 1,
    "sellGst": 1,
    "costOr": 1,
    "sellOr": 1,
    "marginOr": 1,
    "grossProfit": 1.0,
    "sell": 1,
    "cartonCost": 1,
    "currentCost": 1,
    "costID": "A",
    "costStart": "2026-04-03T06:21:13.6734527",
    "costEnd": "2026-04-03T06:21:13.6734527",
    "createdFromUnknownScan": true,
    "orderGuid": "gNcCkoqyXEKi5dH8cjo+vQ==",
    "orderIdentifierGuid": "9202d780-b28a-425c-a2e5-d1fc723a3ebd",
    "processed": true,
    "received": true,
    "inventoried": true,
    "fromElectronicInvoice": true,
    "allowDelete": true,
    "updated": "2026-04-03T06:21:13.6734527",
    "invoiceNo": "sample string 28",
    "hasInventory": true,
    "existingCost": 30.1,
    "existingSell": 31.1,
    "futureCost": 1.1,
    "futureSell": 1.1,
    "nextSell": 1.1,
    "nextSellCampaignName": "sample string 32",
    "nextSellCampaignDescription": "sample string 33",
    "unknownScan": {
      "$id": "135",
      "pluG_UID": "7nRMlTz/O0ipNZTVggsu9g==",
      "pluGuid": "954c74ee-ff3c-483b-a935-94d5820b2ef6",
      "invoiceIdentifier": "tQsIOSeH90Gvl5UfjLFrvA==",
      "invoiceGuid": "39080bb5-8727-41f7-af97-951f8cb16bbc",
      "barcode": "sample string 3",
      "itemNumber": "sample string 4",
      "created": "2026-04-03T06:21:13.6734527"
    },
    "productActive": true,
    "productSalesMode": 35,
    "productGSTPercent": 36,
    "productCostCalcMethod": 37,
    "productAlwaysApplyMargin": true,
    "productMarginRanged": true,
    "productMargin": 1.1,
    "productMinimumMargin": 1.1,
    "productMaximumMargin": 1.1,
    "priceGroupG_UID": "C9+fXkKYcEChE8qqoWJi0g==",
    "priceGroupGuid": "5e9fdf0b-9842-4070-a113-caaaa16262d2",
    "priceGroupName": "sample string 40",
    "priceGroupCode": "sample string 41",
    "product": {
      "$ref": "2"
    },
    "incrementCount": true,
    "minimumQuantity": 1,
    "randomWeight": true,
    "salesMode": 43,
    "cartons": 1,
    "weight": 1,
    "units": 1,
    "autoOrderStatus": 1,
    "invoiceDetailReceive": true
  },
  "autoOrderDetail": {
    "$ref": "117"
  },
  "costGSTPercent": 1,
  "orderDetailReceive": true,
  "isBackedUp": true,
  "backupWarehouseIndicator": "sample string 21",
  "backupOrderCode": "sample string 22"
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

application/vnd.openxmlformats-officedocument.spreadsheetml.sheet

Sample:
PK�2�\HCp��5xl/workbook.xml �(�����0��&�C����J����������R�7o;���N1j�?���G�嶤��&g�5Jp;mP��V�Ҿ��\4X��-Qy����8�Z�NGg�?,g,B�:D/�%A(Zm7�S����E���d6��o����"*�@bIk�@ItnmI��\��6���О�$,�
+���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�\U�,''_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="R18b449a86f53473f" /></Relationships>PK�2�\�y��&xl/worksheets/sheet1.xml �(��Z�r�8���W��N���6������M�Ƴqܱݦ���cZ��v�:�(�@�=�3�������x�5T7���͏����?a����v��oyUU��o��ë����hy~U�&�b�������b6Yѯ������z<?�5�nV#����dE[-��?�ûl��Z�\T���#̮�R�&ӛ���Ŕ���~��.���~0�`������yZ�.���;��������Pm���t���bpQ]N~]���o�U�W+b�mb�������l��n8�M�l���^�����Р����r5�}��g�����6���-Z���?�n��.��B��ZD��x���n��G4ޠ�Vi����zS��ŀʘ���o�}�w
���!����6>�3>n��=�J�Qu�X��[�PYe3vҫ���ʠ}Zi1�!�P7T�
�茷�hC�I������� �~�G���I��55L�+��!�!�P7T�O��v?��?��I���@����-x�$A�=I{F�ܯ�:K���b&CҞ�M�:�ң�^v�43��8��Ξ"i��=��gZ�O{�.��3	��LCz���N��UFz&I�4���{6**"�;D���M�R�u���ϐ$hB��NK��@��H�$	�C%h��:42I��rm��m5��Q1z���m�\��kf�c��lKz0҅�c{��g]��L06�9:$�YlNu\�}��ڤ=�j��+"�J7��L�$=ې*���������gk�SD��h4yȪ
�$�Id ��*@1����IdT����:�dI����P
�>�-$�$	�*h
=AT�ū�$a7
��$Ep�[�GO��I�PKц�z��������V�Q�z=C��s�OR��|-�bt
��I������e]R�S�vk
��=�����=��]�D����V�Jg
�KJt�!t
���H�5s.)�A��Eb��`�ɝb�Z��{��H��͐$�jI�/4�%j�T^]���$IWKҙ��"���l�STҤ�5	��Eo(H�t�Q&M��o��Il��X"�V��L��4���ʄI�h��ILZ�Z�@w��GC��(�fLZD��iܸ�+:����Z���[�� �Ԑ���E�ͺT]Q���,LZ�F���~K3:��0icS�;�$��u�|Ң��h����IRyԐ����u��Ы2]c$�/�9���g�����jrr����eʿ�T�������p9<9�}��F�ױ[ĸ��mģ.´���F<�"��8�"\��6�Y�ۈ�]Dh#^t��x)0�H}%@�����a�� ��3˜}'@�����a�~ ��O����c��a�~ ��o���]�0vK����[
64��R2"#��hå`F�(.;Z�q)�2�K����\
����R���<ƴ�g����,X�r�oZγ`N�<�γ`O�<�γ`P�<γ`Q�<γ`R�<.γ`S�y|��c����<|��c����<|��c����<��&�y,��1�ǂO�y,��4!�9ςO��,�9ςO��,�9ςO��,�9ςO��,�9ςO}�󈆼ݤg�I�l��	nl�	��'@�����D��[;m>'�^=��ޜ��l�~�	��a��B���}�C�+!�����7��y�Ys���g��=kz�>��}�?��<�K�_{־��}�Y+����G}�����-��->�[|ַ��o�E�b�
�W}�}(%t���g}�}�/���L��W~�b?$G�<�%Ǵ<�_=˯y��߄=�h�]��V\
ފ�.�ۣІ:{	}��Q�m�T��/���۾Ѓ:�	񳷍�W_���]��BC
<�k����|}���q�w{`����k)�MM��weW��Z���j��6m�?�N�PK�2�\d]�k�Pxl/_rels/workbook.xml.rels �(���Kn�0@�b;qBB�
�n)���$"�#��r�.z�^��� u�
�����4����ٽ����55dI
����7m
砟*�m70�	���gq����5�^v4�O�D&v�u#����O(O�_�i�ݜ�Lv�N��պ����<�	���u'�`Gt-�~J��B�D*�gU�a)+]���
U�\d����|�������E.$)*T�<T�CG�%�x�Ӽ<S�\U"kQhU����_l�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�\0��l��/xl/sharedStrings.xml �(���n�8�}��#ϫD��Aw'�1&�'NO;X�R"��%�(��Y�o��A��{^��X,�E~��}�/�H�hY|<s��)��b�����g+:[��eA>�	;[���c�X��쥮?]\���;/�LVV{T�g��`�� �^����k�����l��MQ<���ES�?��0������pQ�p��$�¤��PlD�1)j�QRMћ��MZ/�h����4�%�D~y^?La���}��*���b2�|Cy)F��եƼE9a�^1������Z�"yc����覬��黾�[�z�Y��4m*�j���h�A�+�q�`Vf���|(�'T�4m�Q�U	vjP�_���Q�ͳ��+��b3�{	G	�Ȃ/`��j��PU������֚%Z�kAk
h��VF�8iM�f����X�-�<�I	}�w���XG��s(�d�h�zjT7�*���lMM���������n`s���>����F�.*X}E�pl��BXZ�C
�E���Z�ߋm�4�}����We��,_�Ì��C��&5���@����y�M�;���*RM��2ǏY6�F���d��t_N��)1�|�ԥ�5���_��R��U[���fWH}M���ݘ
E�N̴2�����_k�����c/d-�(��9V'����b/]������H��NY~�V�x��}����|{�Ly�r�
���s�F{����\5�R&�h3b�n���Ǐ�?�,/X������S�$I����E���|���G	p�a�#7Ǝ�&rs���x��Dž���3 �����	�W��h�|q�� Ff���ܪ�s�r��ο��qz~GY����b]Ԟ+����4,���[���|˷����J�Ҷ]7��咓_n�z���O��`eU�~�5��7�C�Pų8m�#��O�c�>�4@�Tes�բB"�\/N]׷߆��F���$��4���A`��]�
9�������4�`���_x����"��u~r���='�y��-P.X�k�J�M|#������1�TVP��i	��_�A�1'y@{}#�C�:ޒ�,��tn��݊���ǩ~!��f%�QQ���ǘ���&�ms8�P���{T�b��'������"�]Q���@+�9��LAf��i�QѠ�G��=d�Ɲq�ֶ/�wA�X|��6�i��!DϠ!��(&=��*�)|"�0پ���MV��Oq�F�)==m:�!"s�Fc��9�%��:۷�e���G�N���*>��/�2��1�5S�TS�gO�n�S'z�k���c�~m�b�<o(�[�8O`r�7�iހ]U���$��;����W(O�I�R�	=W���&ˈ�}�5�P��_zS�������[�����������{ZwD�i���ވ���O/d�	lx+����d��B���d��+�hP�N����qo!�)��(=�v�{d����A$��+!��hA��^�C��z7r�`��;<<ꥂ�I�	O�9_�X3�X%i�����>T�^&�9�\��ё]B�>j����m۟/���w�C'�)e� E���$�Ĵ>$�@3Kۙ0y�-/�q1��$q����Ҋ�,���!P���i^D%�q�ڟ!uuR���M$��PC��C�1rPRiux�Of��S�Xeo��5��
����!Q1,-�p�����pa��%$7f@�3›r�?��r$Ő�B��Z��h��SJ�4G#����F�2o�p)P�T��챢�M���r���&���kC�=�ڶIL`p�eeB�ƈ�.}��G�0��h�w4���IҦ��v��'�~�	|�e��m��&Y���A��"j����<a�2�����.��'�G�	������<U�=���H�F�+�Zw`�t2���K!�)W�RV���Z�˦�oL褛t3űXI�����B��YQU}/����/�/L��yb;	#7�����݄XQ��d�#۶I �����F�3yt��k������b�+X�,9Zʌ;�S=�
�������)�z�p���sW���{��g6�e�d9?e�S�z�06-�ī�9)����V�:�C	�o
��ͬ��PL��g�o�*Gp��sCr.��с^����/����T�f��*�I�r���&]���2�����+(�XG�=�~+���v��_��4�d�e�#�;��|t�2xr��@׾#j$0�cw{ܺ%�}��B=Cq`���Z^۾{�'��I-�ww9ݯ1"���zD���F�њ��V�Һ嚭���x�k�?�Dԁ��oQ�QжeX�?z�ӱ�J4�
���B',{,�%��2@'_`7w�O�D^��z�ﯩ�a�Ϋ�!	�e��
�-��j���E��'
I�@���|�v�$$�%�O0!�a�-H��`^��F'*P�4��cH�[6�.��n�NՊ���l7��� ���j�-��N2"��w:�����Ę�m���c�h�[d�y��V�GJ��C��9��cp�o��(�yo�wY�_��Nk�0�o|��'�}ԗ
�v�q����D⎆1��_AE�S~�{B~G��B�+0vl����|�AQ���P��R1e����L�d���Lg.D����gɧ���PI���Z����ٮ�~NN���|���Pclh�#�Tb7S#�m��aC���v���I��.�!B$��%ʰ��4F����7Ꟊr�Œ����̗R��s)��M���`)=}N�Q�i!��B1,N��F����/5e���zRU�!Ӑ�|#I3t
=��;����i�(��^�"� ���(�_����J����]�T�x���lp�]9��:w|w4��7�`�ΟJ3Gh:0�b�h]'ɦp�T�R��:��̦9�u�����x����{�7d"�ڑb$
����M��s�?7���@1G˂�&Mn�r��hM�_��W�l�M����Z�t��^gS��Jf�f紘|���Z$�Y��%�}#c��\���R5�^��T�v����ΐ��~�ҁ-D��G�TO�~{x�jD�f<��.k|��>h1H�l߯"�W������u�(b�1�+%$[�!Ft��$���8���š�E��'��>���Bn�V�s/����չ�M&��x��cf����b���y����<Fo��s�~,������}���O>�;9g_>)?��L^/��-��삱���PK-�2�\HCp��5xl/workbook.xmlPK-�2�\����	�[Content_Types].xmlPK-
�2�\U�,''V_rels/.relsPK-�2�\�y��&�xl/worksheets/sheet1.xmlPK-�2�\d]�k�P�xl/_rels/workbook.xml.relsPK-�2�\Ѓc'2E
�xl/styles.xmlPK-�2�\0��l��/dxl/sharedStrings.xmlPK��

application/vnd.ms-excel

Sample:
PK�2�\T��{�5xl/workbook.xml �(���;�0D�H�����2T4iS�_�:��6��㇏@J�ngv������v�%�ِ������ ףw�yq��Ŝ�Z`��۠�,M�3��A����@�?��{�&(�h�e@[Z�w���S�f9k��$l	���a�Ŭ��� %�so
z���z�ĩ��$��L�5�����w�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="R49bd85a0bfcc450d" /></Relationships>PK�2�\�y��&xl/worksheets/sheet1.xml �(��Z�r�8���W��N���6������M�Ƴqܱݦ���cZ��v�:�(�@�=�3�������x�5T7���͏����?a����v��oyUU��o��ë����hy~U�&�b�������b6Yѯ������z<?�5�nV#����dE[-��?�ûl��Z�\T���#̮�R�&ӛ���Ŕ���~��.���~0�`������yZ�.���;��������Pm���t���bpQ]N~]���o�U�W+b�mb�������l��n8�M�l���^�����Р����r5�}��g�����6���-Z���?�n��.��B��ZD��x���n��G4ޠ�Vi����zS��ŀʘ���o�}�w
���!����6>�3>n��=�J�Qu�X��[�PYe3vҫ���ʠ}Zi1�!�P7T�
�茷�hC�I������� �~�G���I��55L�+��!�!�P7T�O��v?��?��I���@����-x�$A�=I{F�ܯ�:K���b&CҞ�M�:�ң�^v�43��8��Ξ"i��=��gZ�O{�.��3	��LCz���N��UFz&I�4���{6**"�;D���M�R�u���ϐ$hB��NK��@��H�$	�C%h��:42I��rm��m5��Q1z���m�\��kf�c��lKz0҅�c{��g]��L06�9:$�YlNu\�}��ڤ=�j��+"�J7��L�$=ې*���������gk�SD��h4yȪ
�$�Id ��*@1����IdT����:�dI����P
�>�-$�$	�*h
=AT�ū�$a7
��$Ep�[�GO��I�PKц�z��������V�Q�z=C��s�OR��|-�bt
��I������e]R�S�vk
��=�����=��]�D����V�Jg
�KJt�!t
���H�5s.)�A��Eb��`�ɝb�Z��{��H��͐$�jI�/4�%j�T^]���$IWKҙ��"���l�STҤ�5	��Eo(H�t�Q&M��o��Il��X"�V��L��4���ʄI�h��ILZ�Z�@w��GC��(�fLZD��iܸ�+:����Z���[�� �Ԑ���E�ͺT]Q���,LZ�F���~K3:��0icS�;�$��u�|Ң��h����IRyԐ����u��Ы2]c$�/�9���g�����jrr����eʿ�T�������p9<9�}��F�ױ[ĸ��mģ.´���F<�"��8�"\��6�Y�ۈ�]Dh#^t��x)0�H}%@�����a�� ��3˜}'@�����a�~ ��O����c��a�~ ��o���]�0vK����[
64��R2"#��hå`F�(.;Z�q)�2�K����\
����R���<ƴ�g����,X�r�oZγ`N�<�γ`O�<�γ`P�<γ`Q�<γ`R�<.γ`S�y|��c����<|��c����<|��c����<��&�y,��1�ǂO�y,��4!�9ςO��,�9ςO��,�9ςO��,�9ςO��,�9ςO}�󈆼ݤg�I�l��	nl�	��'@�����D��[;m>'�^=��ޜ��l�~�	��a��B���}�C�+!�����7��y�Ys���g��=kz�>��}�?��<�K�_{־��}�Y+����G}�����-��->�[|ַ��o�E�b�
�W}�}(%t���g}�}�/���L��W~�b?$G�<�%Ǵ<�_=˯y��߄=�h�]��V\
ފ�.�ۣІ:{	}��Q�m�T��/���۾Ѓ:�	񳷍�W_���]��BC
<�k����|}���q�w{`����k)�MM��weW��Z���j��6m�?�N�PK�2�\����Pxl/_rels/workbook.xml.rels �(���An� E��f_�]l�*N6�t�����9[=R�P�J�#u�MVh���������2��a���<c@�(�Ofh�����v��Y�t#��$=1��1F�@iP#.2d֡Im�"c*�@�TG9 -��_3�Ig��!Z�'��V�4�0}��F�� �����(�ˑg�
�oa/�TeW+��U��7S�<c����W2�(VcɅ�x��7����9����:^�u���4��w���ѫ��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�\0��l��/xl/sharedStrings.xml �(���n�8�}��#ϫD��Aw'�1&�'NO;X�R"��%�(��Y�o��A��{^��X,�E~��}�/�H�hY|<s��)��b�����g+:[��eA>�	;[���c�X��쥮?]\���;/�LVV{T�g��`�� �^����k�����l��MQ<���ES�?��0������pQ�p��$�¤��PlD�1)j�QRMћ��MZ/�h����4�%�D~y^?La���}��*���b2�|Cy)F��եƼE9a�^1������Z�"yc����覬��黾�[�z�Y��4m*�j���h�A�+�q�`Vf���|(�'T�4m�Q�U	vjP�_���Q�ͳ��+��b3�{	G	�Ȃ/`��j��PU������֚%Z�kAk
h��VF�8iM�f����X�-�<�I	}�w���XG��s(�d�h�zjT7�*���lMM���������n`s���>����F�.*X}E�pl��BXZ�C
�E���Z�ߋm�4�}����We��,_�Ì��C��&5���@����y�M�;���*RM��2ǏY6�F���d��t_N��)1�|�ԥ�5���_��R��U[���fWH}M���ݘ
E�N̴2�����_k�����c/d-�(��9V'����b/]������H��NY~�V�x��}����|{�Ly�r�
���s�F{����\5�R&�h3b�n���Ǐ�?�,/X������S�$I����E���|���G	p�a�#7Ǝ�&rs���x��Dž���3 �����	�W��h�|q�� Ff���ܪ�s�r��ο��qz~GY����b]Ԟ+����4,���[���|˷����J�Ҷ]7��咓_n�z���O��`eU�~�5��7�C�Pų8m�#��O�c�>�4@�Tes�բB"�\/N]׷߆��F���$��4���A`��]�
9�������4�`���_x����"��u~r���='�y��-P.X�k�J�M|#������1�TVP��i	��_�A�1'y@{}#�C�:ޒ�,��tn��݊���ǩ~!��f%�QQ���ǘ���&�ms8�P���{T�b��'������"�]Q���@+�9��LAf��i�QѠ�G��=d�Ɲq�ֶ/�wA�X|��6�i��!DϠ!��(&=��*�)|"�0پ���MV��Oq�F�)==m:�!"s�Fc��9�%��:۷�e���G�N���*>��/�2��1�5S�TS�gO�n�S'z�k���c�~m�b�<o(�[�8O`r�7�iހ]U���$��;����W(O�I�R�	=W���&ˈ�}�5�P��_zS�������[�����������{ZwD�i���ވ���O/d�	lx+����d��B���d��+�hP�N����qo!�)��(=�v�{d����A$��+!��hA��^�C��z7r�`��;<<ꥂ�I�	O�9_�X3�X%i�����>T�^&�9�\��ё]B�>j����m۟/���w�C'�)e� E���$�Ĵ>$�@3Kۙ0y�-/�q1��$q����Ҋ�,���!P���i^D%�q�ڟ!uuR���M$��PC��C�1rPRiux�Of��S�Xeo��5��
����!Q1,-�p�����pa��%$7f@�3›r�?��r$Ő�B��Z��h��SJ�4G#����F�2o�p)P�T��챢�M���r���&���kC�=�ڶIL`p�eeB�ƈ�.}��G�0��h�w4���IҦ��v��'�~�	|�e��m��&Y���A��"j����<a�2�����.��'�G�	������<U�=���H�F�+�Zw`�t2���K!�)W�RV���Z�˦�oL褛t3űXI�����B��YQU}/����/�/L��yb;	#7�����݄XQ��d�#۶I �����F�3yt��k������b�+X�,9Zʌ;�S=�
�������)�z�p���sW���{��g6�e�d9?e�S�z�06-�ī�9)����V�:�C	�o
��ͬ��PL��g�o�*Gp��sCr.��с^����/����T�f��*�I�r���&]���2�����+(�XG�=�~+���v��_��4�d�e�#�;��|t�2xr��@׾#j$0�cw{ܺ%�}��B=Cq`���Z^۾{�'��I-�ww9ݯ1"���zD���F�њ��V�Һ嚭���x�k�?�Dԁ��oQ�QжeX�?z�ӱ�J4�
���B',{,�%��2@'_`7w�O�D^��z�ﯩ�a�Ϋ�!	�e��
�-��j���E��'
I�@���|�v�$$�%�O0!�a�-H��`^��F'*P�4��cH�[6�.��n�NՊ���l7��� ���j�-��N2"��w:�����Ę�m���c�h�[d�y��V�GJ��C��9��cp�o��(�yo�wY�_��Nk�0�o|��'�}ԗ
�v�q����D⎆1��_AE�S~�{B~G��B�+0vl����|�AQ���P��R1e����L�d���Lg.D����gɧ���PI���Z����ٮ�~NN���|���Pclh�#�Tb7S#�m��aC���v���I��.�!B$��%ʰ��4F����7Ꟊr�Œ����̗R��s)��M���`)=}N�Q�i!��B1,N��F����/5e���zRU�!Ӑ�|#I3t
=��;����i�(��^�"� ���(�_����J����]�T�x���lp�]9��:w|w4��7�`�ΟJ3Gh:0�b�h]'ɦp�T�R��:��̦9�u�����x����{�7d"�ڑb$
����M��s�?7���@1G˂�&Mn�r��hM�_��W�l�M����Z�t��^gS��Jf�f紘|���Z$�Y��%�}#c��\���R5�^��T�v����ΐ��~�ҁ-D��G�TO�~{x�jD�f<��.k|��>h1H�l߯"�W������u�(b�1�+%$[�!Ft��$���8���š�E��'��>���Bn�V�s/����չ�M&��x��cf����b���y����<Fo��s�~,������}���O>�;9g_>)?��L^/��-��삱���PK-�2�\T��{�5xl/workbook.xmlPK-�2�\����	�[Content_Types].xmlPK-
�2�\:��''V_rels/.relsPK-�2�\�y��&�xl/worksheets/sheet1.xmlPK-�2�\����P�xl/_rels/workbook.xml.relsPK-�2�\Ѓc'2E
�xl/styles.xmlPK-�2�\0��l��/dxl/sharedStrings.xmlPK��