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": "qYQDPo2jrUegFP/xIk1nOA==",
  "orderIdentifier": "3e0384a9-a38d-47ad-a014-fff1224d6738",
  "pluG_UID": "jcz7WWDWYUmR1XL32GtjqA==",
  "pluGuid": "59fbcc8d-d660-4961-91d5-72f7d86b63a8",
  "created": "2026-06-03T18:35:52.0894861",
  "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": "5bOYSShrNkeifjk3P/a7pg==",
  "substituteGuid": "4998b3e5-6b28-4736-a27e-39373ff6bba6",
  "warehousePLUG_UID": "/6yTwvkljUq10wj5ba7Fbw==",
  "warehousePluGuid": "c293acff-25f9-4a8d-b5d3-08f96daec56f",
  "updated": "2026-06-03T18:35:52.0894861",
  "increment": true,
  "description": "sample string 15",
  "product": {
    "$id": "2",
    "plu": 1,
    "storeID": 1,
    "masterPluG_UID": "QEA=",
    "storeIDs": [
      1,
      2
    ],
    "g_UId": "RjEbyVJjSkCL2Q7nYoSUoA==",
    "guid": "c91b3146-6352-404a-8bd9-0ee7628494a0",
    "apn": "sample string 1",
    "apnChanged": true,
    "apnSwitched": true,
    "barcode": "sample string 4",
    "itemNumber": "sample string 5",
    "itemNumberChanged": true,
    "priceGroupG_UID": "k+txd1hMX0Wkro2bWpXq7Q==",
    "priceGroupGuid": "7771eb93-4c58-455f-a4ae-8d9b5a95eaed",
    "blueprintID": 1,
    "lastCountedDate": "2026-06-03T18:35:52.0894861",
    "externalID": "sample string 7",
    "active": true,
    "activated": "2026-06-03T18:35:52.0894861",
    "pluCreated": "2026-06-03T18:35:52.0894861",
    "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-06-03T18:35:52.0894861",
    "lastManualUpdate": "2026-06-03T18:35:52.0894861",
    "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-06-03T18:35:52.0894861",
    "currentCostUpdated": "2026-06-03T18:35:52.0894861",
    "costDecimals": 31,
    "costChanged": true,
    "dealCostIdentifier": "QEA=",
    "excludeFromRebate": true,
    "rebateOverride": 1,
    "costCalcMethod": 32,
    "costCalcMethodChanged": true,
    "costEffectiveDate": "2026-06-03T18:35:52.0894861",
    "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-06-03T18:35:52.0894861",
    "posTare": 1,
    "altPrice": 1.0,
    "altPriceChanged": true,
    "altPriceMode": 53,
    "altPriceModeChanged": true,
    "altPLUG_UID": "eMjnLeNpNEOMJ0jqvtVZfg==",
    "altPLUGuid": "2de7c878-69e3-4334-8c27-48eabed5597e",
    "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-06-03T18:35:52.0894861",
    "labelLastPrice": 1,
    "shelfPageLayoutG_UID": "WjXGHRbcbUK16M173zjrow==",
    "shelfPageLayoutGuid": "1dc6355a-dc16-426d-b5e8-cd7bdf38eba3",
    "talkerPageLayoutG_UID": "f1X8VgDxh0ySlQ2tZnRVFw==",
    "talkerPageLayoutGuid": "56fc557f-f100-4c87-9295-0dad66745517",
    "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": "0e0GN9gOVkOMxaJyymBpWA==",
    "inventoryIdentifier": "3706edd1-0ed8-4356-8cc5-a272ca606958",
    "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": "ILpbiYv+HkybP0vKFqj3lw==",
    "parentPluGuid": "895bba20-fe8b-4c1e-9b3f-4bca16a8f797",
    "preferredHostVendor": 105,
    "preferredHostChanged": true,
    "code": "sample string 107",
    "supplierIdentifier": "WGiT5jtYT0G9o4sBrYKnNg==",
    "supplierIdentifierGuid": "e6936858-583b-414f-bda3-8b01ad82a736",
    "supplierChanged": true,
    "rebateSupplierIdentifier": "xPzwXLjBr0Gb0Z1Jc2D5tg==",
    "rebateSupplierIdentifierGuid": "5cf0fcc4-c1b8-41af-9bd1-9d497360f9b6",
    "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-06-03T18:35:52.0894861",
    "commodity": "sample string 122",
    "businessPillar": "sample string 123",
    "mscCommodity": "sample string 124",
    "hostIdentifier": "zCRd8FAWqkySpVSzlwTPWQ==",
    "hostIdentifierGuid": "f05d24cc-1650-4caa-92a5-54b39704cf59",
    "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-06-03T18:35:52.0894861",
      "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": "EjL5rFjvQEakPnxruCiTlA==",
      "hostIdentifierGuid": "acf93212-ef58-4640-a43e-7c6bb8289394",
      "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-06-03T18:35:52.0894861",
      "priceZone": {
        "$id": "4",
        "id": 1,
        "name": "sample string 2",
        "hostIdentifier": "xYOiBWVAIEaCXAvWYlsS2Q==",
        "hostIdentifierGuid": "05a283c5-4065-4620-825c-0bd6625b12d9",
        "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"
      },
      "warehouseStore": {
        "$id": "6",
        "storeID": 1,
        "warehouseStoreID": 2,
        "storeName": "sample string 3",
        "warehouseName": "sample string 4"
      },
      "hostStoreSettings": [
        {
          "$id": "7",
          "id": 1,
          "hostIdentifier": "hNbpx6ERJkiwGWSyQDdSHg==",
          "hostIdentifierGuid": "c7e9d684-11a1-4826-b019-64b24037521e",
          "storeID": 2,
          "username": "sample string 3",
          "password": "sample string 4",
          "passwordPlain": "sample string 5",
          "serverAddress": "sample string 6",
          "serverPort": 1,
          "excludeFromLeadInOut": true,
          "useForHostFile": true,
          "metcashPillarID": "sample string 9",
          "metcashStateCode": "sample string 10",
          "metcashCustomerID": "sample string 11",
          "metcashTradingPartnerID": "sample string 12",
          "drakesCustomerNumber": 1,
          "sparCustomerNumber": "sample string 13",
          "sparOrderUsername": "sample string 14",
          "sparOrderPassword": "sample string 15",
          "sparOrderPasswordPlain": "sample string 16",
          "pharmXSiteID": 1,
          "ibaZoneID": 1,
          "ibaState": "sample string 17",
          "foodlandStoreCode": "sample string 18",
          "ilgMemberNumber": "sample string 19",
          "ilgOutletLocation": 1,
          "ilgBaseCost": 1,
          "ilgApplyNonAdvertisedPromos": true,
          "ilgExemptFromFreight": true,
          "ilgOrderDealReview": true,
          "ilgFinanceFee": 1,
          "secondPassword": "sample string 23",
          "secondPasswordPlain": "sample string 24",
          "secondServerAddress": "sample string 25",
          "processPromotions": true,
          "hostProvider": 0,
          "host": {
            "$id": "8",
            "identifier": "JSnh0G1jjECdM1463Wyf4Q==",
            "identifierGuid": "d0e12925-636d-408c-9d33-5e3add6c9fe1",
            "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": "XG5wKCLuyEyLpqq4I9+06A==",
            "hostSupplierIdentifierGuid": "28706e5c-ee22-4cc8-8ba6-aab823dfb4e8",
            "loyaltyPriceLevelIdentifier": "AUAI5QyeqkWmCHvl0p4JFg==",
            "loyaltyPriceLevelIdentifierGuid": "e5084001-9e0c-45aa-a608-7be5d29e0916",
            "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-06-03T18:35:52.0894861",
            "lastProcessed": "2026-06-03T18:35:52.0894861",
            "hold": true,
            "supplierName": "sample string 35",
            "supplier": {
              "$id": "9",
              "identifier": "Ur0DoUBwk0eL6+92rn5mFg==",
              "identifierGuid": "a103bd52-7040-4793-8beb-ef76ae7e6616",
              "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": "5kVo7vbGIE2LxjcYWqXuNw==",
              "primaryContactID": "ee6845e6-c6f6-4d20-8bc6-37185aa5ee37",
              "storeID": 1,
              "abn": "sample string 16",
              "supplierGroupIdentifier": "aWLhKvsTskKaT23EqvWBwA==",
              "supplierGroupGuid": "2ae16269-13fb-42b2-9a4f-6dc4aaf581c0",
              "rebate": 1.0,
              "rebateType": 1,
              "rebateFrequency": 1,
              "rebateSource": 1,
              "rebateLastClaimed": "2026-06-03T18:35:52.0894861",
              "rebateLastClaimedAmount": 1.0,
              "cartonsOnly": true,
              "minimumOrderValue": 1,
              "enforceMinimumQuantity": true,
              "freight": 19.0,
              "freightType": 20,
              "deleted": true,
              "deletedUser": "sample string 22",
              "storeName": "sample string 23",
              "primaryContact": {
                "$id": "10",
                "id": "4201b444-6ea1-4f5c-8885-1aa7c2013a1e",
                "identifier": "p5EKO/1yVk2trLln3wG+cg==",
                "identifierGuid": "3b0a91a7-72fd-4d56-adac-b967df01be72",
                "familyName": "sample string 1",
                "givenNames": "sample string 2",
                "otherNames": "sample string 3",
                "title": "sample string 4",
                "dateOfBirth": "sample string 5",
                "sex": "sample string 6",
                "address": "sample string 7",
                "address1": "sample string 8",
                "address2": "sample string 9",
                "town": "sample string 10",
                "state": "sample string 11",
                "country": "sample string 12",
                "postalCode": "sample string 13",
                "telephone": "sample string 14",
                "mobile": "sample string 15",
                "email": "sample string 16",
                "fax": "sample string 17",
                "primary": true
              },
              "contacts": [
                {
                  "$id": "11",
                  "supplierIdentifier": "KbCgKeBC8EGzz4DRzxU/ig==",
                  "supplierIdentifierGuid": "29a0b029-42e0-41f0-b3cf-80d1cf153f8a",
                  "contactGuid": "Jxg7lhVeNEO+PEOJQX0xTg==",
                  "contactID": "963b1827-5e15-4334-be3c-4389417d314e",
                  "contact": {
                    "$ref": "10"
                  },
                  "supplier": {
                    "$ref": "9"
                  }
                },
                {
                  "$ref": "11"
                }
              ],
              "products": [
                {
                  "$id": "12",
                  "pluG_UID": "TTAzPCcf6kSwJ6kmbt2fgw==",
                  "pluGuid": "3c33304d-1f27-44ea-b027-a9266edd9f83",
                  "supplierIdentifier": "HHPHQ8Q4O0+kQTmDGI1zHg==",
                  "supplierIdentifierGuid": "43c7731c-38c4-4f3b-a441-3983188d731e",
                  "cartonQuantity": 1,
                  "cartonQuantityChanged": true,
                  "productSize": "sample string 3",
                  "cigarettesPerSleeve": 1,
                  "randomWeight": true,
                  "piecesPerUnit": 5,
                  "averagePackSize": 6,
                  "effectiveDate": "2026-06-03T18:35:52.0894861",
                  "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-06-03T18:35:52.0894861",
                  "rebate": 1.0,
                  "rebateExclude": true,
                  "invoiceCodes": [
                    {
                      "$id": "13",
                      "pluG_UID": "nLnM6jHvMUeewtMHVNOIyQ==",
                      "pluGuid": "eaccb99c-ef31-4731-9ec2-d30754d388c9",
                      "supplierIdentifier": "zE+EWA1WFEaOG9+foZu0iQ==",
                      "supplierIdentifierGuid": "58844fcc-560d-4614-8e1b-df9fa19bb489",
                      "invoiceCode": "sample string 1",
                      "storeIDs": [
                        1,
                        2
                      ]
                    },
                    {
                      "$ref": "13"
                    }
                  ],
                  "storeIDs": [
                    1,
                    2
                  ],
                  "preferredSupplier": true,
                  "preferredRebateSupplier": true,
                  "supplierName": "sample string 42",
                  "salesMode": 43,
                  "orderPacked": true,
                  "active": true,
                  "price": 1,
                  "costGstPercent": 45,
                  "parentPluG_UID": "VZBTfk6TD0Of+DdUAXuXbw==",
                  "parentPluGuid": "7e539055-934e-430f-9ff8-3754017b976f",
                  "freight": 46.0,
                  "freightType": 1,
                  "product": {
                    "$ref": "2"
                  },
                  "supplier": {
                    "$ref": "9"
                  },
                  "serviceFee": {
                    "$id": "14",
                    "id": 1,
                    "description": "sample string 1",
                    "fee": 1
                  },
                  "isPrimaryHost": true,
                  "hostVendor": 48
                },
                {
                  "$ref": "12"
                }
              ],
              "orderCycleHeaders": [
                {
                  "$id": "15",
                  "storeID": 1,
                  "supplierIdentifier": "mcM6ATzLp0yURQfRg/Fq4g==",
                  "supplierGuid": "013ac399-cb3c-4ca7-9445-07d183f16ae2",
                  "departmentCode": "sample string 2",
                  "warehouseDirectIndicator": "sample string 3",
                  "type": 4,
                  "storeName": "sample string 5",
                  "departmentName": "sample string 6",
                  "orderDays": 7
                },
                {
                  "$ref": "15"
                }
              ],
              "cycles": [
                {
                  "$id": "16",
                  "storeID": 1,
                  "supplierIdentifier": "PKdGp4BFdEqt9ys2QX7QrQ==",
                  "supplierGuid": "a746a73c-4580-4a74-adf7-2b36417ed0ad",
                  "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-06-03T18:35:52.0894861",
                  "deliveryDate": "2026-06-03T18:35:52.0894861",
                  "nextCutOffDate": "2026-06-03T18:35:52.0894861",
                  "nextDeliveryDate": "2026-06-03T18:35:52.0894861",
                  "nextDaysBuffer": 10
                },
                {
                  "$ref": "16"
                }
              ],
              "store": {
                "$ref": "3"
              },
              "updated": "2026-06-03T18:35:52.0894861",
              "isHost": true
            },
            "files": [
              {
                "$id": "17",
                "id": "sample string 1",
                "fileName": "sample string 2",
                "extension": "sample string 3",
                "provider": 0,
                "type": 0,
                "hostType": "sample string 4",
                "createdUtc": "2026-06-03T18:35:52.0894861",
                "processed": "2026-06-03T18:35:52.0894861",
                "isProcessing": true,
                "processedCount": 6,
                "processingTime": 1,
                "collectedUtc": "2026-06-03T18:35:52.0894861",
                "size": 1,
                "sizeFormat": "sample string 7",
                "isArchive": true,
                "customerNumber": "sample string 9",
                "businessPillar": "sample string 10",
                "fileType": "sample string 11",
                "version": "sample string 12",
                "reference": "sample string 13",
                "digest": "sample string 14",
                "contentType": "sample string 15",
                "host": {
                  "$ref": "8"
                },
                "metcashHeader": {
                  "$id": "18",
                  "customerNumber": "sample string 1",
                  "creationDate": "2026-06-03T18:35:52.0894861",
                  "businessPillar": "sample string 3",
                  "fileType": "sample string 4"
                }
              },
              {
                "$ref": "17"
              }
            ],
            "zoneMatrix": [
              {
                "$id": "19",
                "id": 1,
                "hostIdentifier": "4n/NYis/gUyIgv2hVE0eBA==",
                "hostIdentifierGuid": "62cd7fe2-3f2b-4c81-8882-fda1544d1e04",
                "storeID": 1,
                "departmentCode": "sample string 2",
                "hostGuids": [
                  "88c5c1fe-7bea-4e71-8597-f8d6a9420d81",
                  "1bb2dd4c-4bff-405f-b722-ac06bbcadc34"
                ]
              },
              {
                "$ref": "19"
              }
            ],
            "hostFileStoreSetting": {
              "$ref": "7"
            },
            "hostStoreSettings": [
              {
                "$ref": "7"
              },
              {
                "$ref": "7"
              }
            ],
            "promotionPlacements": [
              {
                "$id": "20",
                "identifier": "cY4Cl/SBoke8XsMlFfwWEQ==",
                "identifierGuid": "97028e71-81f4-47a2-bc5e-c32515fc1611",
                "code": "sample string 2",
                "description": "sample string 3",
                "isAdvertised": true
              },
              {
                "$ref": "20"
              }
            ],
            "promoTypeGuids": [
              "adc9a4bb-754d-4120-864c-384b3e30616e",
              "6fdc00f2-8574-4a71-8a1f-168f58acd7ae"
            ],
            "isPromotionOnly": false,
            "isOrderable": false,
            "vendor": 0
          },
          "groupIDs": [
            1,
            2
          ],
          "hostDescription": "sample string 27"
        },
        {
          "$ref": "7"
        }
      ],
      "accounts": [
        {
          "$id": "21",
          "id": 1,
          "storeID": 1,
          "accountName": "sample string 2",
          "bsb": "sample string 3",
          "accountNumber": "sample string 4",
          "accountDesignated": true
        },
        {
          "$ref": "21"
        }
      ],
      "sales": [
        {
          "$id": "22",
          "id": 1,
          "storeID": 1,
          "externalSalesType": 2,
          "ftpSiteID": 1,
          "lastSaleProcessed": "2026-06-03T18:35:52.0894861",
          "ftpSite": {
            "$id": "23",
            "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": "22"
        }
      ],
      "suppliedStores": [
        1,
        2
      ],
      "zoneMatrix": [
        {
          "$ref": "19"
        },
        {
          "$ref": "19"
        }
      ],
      "cashManagements": [
        {
          "$id": "24",
          "id": 1,
          "storeID": 1,
          "cashManagementType": 2,
          "apiID": 1,
          "organisationID": "sample string 3",
          "siteName": "sample string 4",
          "thirdPartyAPI": {
            "$id": "25",
            "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,
            "config": "sample string 10"
          }
        },
        {
          "$ref": "24"
        }
      ],
      "updateStoreID": "d8c2792d-04e0-4778-bc27-ee0df754039f",
      "updateStore": {
        "$id": "26",
        "id": "ae5c87fa-6095-48b9-b3f0-819b068841e2",
        "name": "sample string 1",
        "lastActivity": "2026-06-03T18:35:52.0894861",
        "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-06-03T18:35:52.0894861"
      },
      "timeZoneId": "sample string 54",
      "securityOptions": {
        "$id": "27",
        "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": "28",
        "pluG_UID": "og/RFWe9gUOrnIxaDwTedA==",
        "pluGuid": "15d10fa2-bd67-4381-ab9c-8c5a0f04de74",
        "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-06-03T18:35:52.0894861"
      },
      {
        "$ref": "28"
      }
    ],
    "currentPrices": {
      "$id": "29",
      "pluPrices": {
        "$id": "30",
        "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-06-03T18:35:52.0894861",
        "priceChangeType": 0,
        "costDecimals": 11,
        "costCalcMethod": 12,
        "targetCampaignPriceGtOrEquNormal": true
      },
      "normalPluPrices": {
        "$ref": "30"
      },
      "winningCampaign": 1,
      "winner": {
        "$id": "31",
        "campaignName": "sample string 1",
        "campaignDescription": "sample string 2",
        "talkerText": "sample string 3",
        "disableWasSave": true,
        "startDate": "2026-06-03T18:35:52.0894861",
        "startTime": 5,
        "endDate": "2026-06-03T18:35:52.0894861",
        "endTime": 6,
        "newPrice": 7,
        "newCost": 8,
        "newCostDecimals": 9,
        "pctDiscount": 10,
        "promoType": 1,
        "promotionTypeCode": "sample string 11",
        "hostType": 12,
        "hostIdentifier": "2CljjP8ay0qgP0TVOpP6qA==",
        "hostIdentifierGuid": "8c6329d8-1aff-4acb-a03f-44d53a93faa8",
        "storeNames": [
          "sample string 1",
          "sample string 2"
        ]
      },
      "details": [
        {
          "$ref": "31"
        },
        {
          "$ref": "31"
        }
      ]
    },
    "tray": {
      "$id": "32",
      "g_UId": "w27djgNpZUOzqXEzrFtO9A==",
      "guid": "8edd6ec3-6903-4365-b3a9-7133ac5b4ef4",
      "name": "sample string 1",
      "number": 1,
      "tare": 1
    },
    "priceGroup": {
      "$id": "33",
      "priceGroupG_UID": "bLhzDfbhfEuHC91p/rEoeg==",
      "priceGroupGuid": "0d73b86c-e1f6-4b7c-870b-dd69feb1287a",
      "name": "sample string 2",
      "code": 1,
      "modified": true,
      "updated": "2026-06-03T18:35:52.0894861",
      "buyingLimit": 1,
      "buyingLimitIndependent": true,
      "buyingLimitType": 0,
      "number": 1,
      "products": [
        {
          "$ref": "2"
        },
        {
          "$ref": "2"
        }
      ],
      "productCount": 1
    },
    "priceGroupName": "sample string 147",
    "nutrifacts": {
      "$id": "34",
      "pluG_UID": "epSQYYIjPUqXiEor0Ade8w==",
      "pluGuid": "6190947a-2382-4a3d-9788-4a2bd0075ef3",
      "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": "35",
      "pluGuid": "a353ca95-cd9b-4197-b78b-30c15156d425",
      "created": "2026-06-03T18:35:52.0894861",
      "createdByUser": "sample string 1",
      "activated": "2026-06-03T18:35:52.0894861",
      "activatedByUser": "sample string 2",
      "deactivated": "2026-06-03T18:35:52.0894861",
      "deactivatedByUser": "sample string 3",
      "lastOrdered": "2026-06-03T18:35:52.0894861",
      "lastOrderedQty": 4.0,
      "lastReceived": "2026-06-03T18:35:52.0894861",
      "lastReceivedQty": 5.0,
      "lastInvoiceStatus": 1,
      "lastCounted": "2026-06-03T18:35:52.0894861",
      "lastSold": "2026-06-03T18:35:52.0894861",
      "firstSold": "2026-06-03T18:35:52.0894861",
      "awsUpdated": "2026-06-03T18:35:52.0894861",
      "lastManualUpdate": "2026-06-03T18:35:52.0894861",
      "lastManualUpdatedByUser": "sample string 7",
      "lastUpdated": "2026-06-03T18:35:52.0894861",
      "lastUpdatedByUser": "sample string 9",
      "lastUpdatedByHost": "2026-06-03T18:35:52.0894861",
      "doNotRangeUpdated": "2026-06-03T18:35:52.0894861",
      "doNotOrderUpdated": "2026-06-03T18:35:52.0894861",
      "tracked": "2026-06-03T18:35:52.0894861"
    },
    "allergens": [
      {
        "$id": "36",
        "primaryKey": {
          "$id": "37",
          "pluGuid": "5820008c-a7db-434b-8971-2381bf75f785",
          "contains": 2
        },
        "allergenID": 1,
        "pluG_UID": "jAAgWNunS0OJcSOBv3X3hQ==",
        "pluGuid": "5820008c-a7db-434b-8971-2381bf75f785",
        "contains": 2,
        "allergenName": "sample string 3",
        "storeIDs": [
          1,
          2
        ]
      },
      {
        "$ref": "36"
      }
    ],
    "costs": {
      "$id": "38",
      "pluG_UID": "Bc/bfsu+gEeERriv9rchgQ==",
      "pluGuid": "7edbcf05-becb-4780-8446-b8aff6b72181",
      "enteredCost": 1,
      "weightedAvgCost": 1,
      "lastCost": 1,
      "rawEnteredCost": 2,
      "rawWeightedAvgCost": 3,
      "rawLastCost": 4,
      "freight": 5.0,
      "freightType": 6,
      "costDecimals": 7,
      "fifoCost": 1,
      "updated": "2026-06-03T18:35:52.0894861",
      "normalCost": 1,
      "currentCost": 1
    },
    "sales": [
      {
        "$id": "39",
        "saleHeaderID": 1,
        "created": "2026-06-03T18:35:52.0894861",
        "createdLocal": "2026-06-03T18:35:52.0894861",
        "storeID": 3,
        "storeName": "sample string 4",
        "operatorG_Uid": "6rnKXaRpkUW0YGWxaYxqmg==",
        "operatorGuid": "5dcab9ea-69a4-4591-b460-65b1698c6a9a",
        "operatorName": "sample string 5",
        "tranType": 1,
        "plu": 1,
        "pluG_UId": "zoX5V2x5VUqWcRdzkrswjQ==",
        "pluGuid": "57f985ce-796c-4a55-9671-177392bb308d",
        "normalPrice": 1,
        "totalCents": 1,
        "cost": 1,
        "grossProfit": 1,
        "quantity": 1,
        "operator": {
          "$id": "40",
          "id": 1,
          "g_Uid": "VCYeUHDOAke1PBw1Jzm1+g==",
          "guid": "501e2654-ce70-4702-b53c-1c352739b5fa",
          "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-06-03T18:35:52.0894861",
          "passwordResetRequired": true,
          "alteredInStore": true,
          "startShift": "2026-06-03T18:35:52.0894861",
          "endShift": "2026-06-03T18:35:52.0894861",
          "machineName": "sample string 20",
          "drawerID": 1,
          "stores": [
            {
              "$id": "41",
              "operatorG_UID": "5ZovpfyAY0aOrNR+Ts9sgQ==",
              "operatorGuid": "a52f9ae5-80fc-4663-8eac-d47e4ecf6c81",
              "storeID": 2,
              "operator": {
                "$ref": "40"
              },
              "store": {
                "$ref": "3"
              }
            },
            {
              "$ref": "41"
            }
          ]
        }
      },
      {
        "$ref": "39"
      }
    ],
    "apns": [
      {
        "$id": "42",
        "pluID": 1,
        "pluG_UID": "yjgPV62exky5DUSOFiVmpw==",
        "pluGuid": "570f38ca-9ead-4cc6-b90d-448e162566a7",
        "apn": "sample string 1",
        "deleted": true,
        "storeID": 1,
        "storeIDs": [
          1,
          2
        ]
      },
      {
        "$ref": "42"
      }
    ],
    "tuns": [
      {
        "$id": "43",
        "pluG_UId": "wsvqE8IaK0+H6jgXjxDFmw==",
        "pluGuid": "13eacbc2-1ac2-4f2b-87ea-38178f10c59b",
        "apn": "sample string 1",
        "tun": "sample string 2",
        "cartonQuantity": 3,
        "product": {
          "$ref": "2"
        },
        "storeIDs": [
          1,
          2
        ]
      },
      {
        "$ref": "43"
      }
    ],
    "competitionPricing": [
      {
        "$id": "44",
        "identifier": "nLBLGrVD+UGKSoeRbaWhrg==",
        "identifierGuid": "1a4bb09c-43b5-41f9-8a4a-87916da5a1ae",
        "pluG_UID": "RE2/5Vpcl0eKCopy8t+Iiw==",
        "pluGuid": "e5bf4d44-5c5a-4797-8a0a-8a72f2df888b",
        "competitionID": 1,
        "name": "sample string 2",
        "sellMultiple": 3,
        "retailPrice": 4,
        "storeName": "sample string 5"
      },
      {
        "$ref": "44"
      }
    ],
    "supplier": {
      "$ref": "9"
    },
    "supplierName": "sample string 148",
    "children": [
      {
        "$ref": "2"
      },
      {
        "$ref": "2"
      }
    ],
    "ordering": {
      "$ref": "12"
    },
    "flipChartPages": [
      {
        "$id": "45",
        "identifier": "uXS8WFtnK0mr1bazf4ZqLQ==",
        "groupName": "sample string 1",
        "identifierGuid": "58bc74b9-675b-492b-abd5-b6b37f866a2d",
        "exists": true,
        "flipChartIdentifier": "6bUZmZdkekqjDXxlm8ux4A==",
        "flipChartIdentifierGuid": "9919b5e9-6497-4a7a-a30d-7c659bcbb1e0",
        "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": "ELNIwfSzJU+H1GHLih2ssg==",
        "groupIdentifierGuid": "c148b310-b3f4-4f25-87d4-61cb8a1dacb2",
        "flipChart": {
          "$id": "46",
          "identifier": "LPBjDJq64Emxn5q6YhKxFw==",
          "identifierGuid": "0c63f02c-ba9a-49e0-b19f-9aba6212b117",
          "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": "47",
            "identifier": "CD+zsAaoQ0OJL9Zw7ZcvSg==",
            "identifierGuid": "b0b33f08-a806-4343-892f-d670ed972f4a",
            "name": "sample string 2",
            "formType": "sample string 3",
            "forms": [
              {
                "$id": "48",
                "id": 1,
                "g_UID": "c/ZDMj+rY0Gq1hQcQJ3wFQ==",
                "guid": "3243f673-ab3f-4163-aad6-141c409df015",
                "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": "IA6i5AgObkOUnux6Hswu0A==",
                "previousFormGuid": "e4a20e20-0e08-436e-949e-ec7a1ecc2ed0",
                "nextForm": 1,
                "nextFormG_UID": "J9iyltkYYkWDRv5OjkiqdQ==",
                "nextFormGuid": "96b2d827-18d9-4562-8346-fe4e8e48aa75",
                "attributes": "sample string 10",
                "updated": "2026-06-03T18:35:52.0894861",
                "positioning": 1,
                "contentPanel": "sample string 11",
                "selectionMode": 1,
                "maximumSelections": 1,
                "alteredInStore": true,
                "deleted": true,
                "blueprintID": 1,
                "preserveLayout": true,
                "mainCheckoutFormName": "sample string 13",
                "nextCheckoutForm": {
                  "$ref": "48"
                },
                "previousCheckoutForm": {
                  "$ref": "48"
                },
                "buttons": [
                  {
                    "$id": "49",
                    "id": 1,
                    "checkoutFormID": 2,
                    "checkoutFormG_UID": "3CtGAdXp5k28fqTwrY0+dA==",
                    "checkoutFormGuid": "01462bdc-e9d5-4de6-bc7e-a4f0ad8d3e74",
                    "identifier": "2UG5ZsHa5kWJbOy5vxca6w==",
                    "identifierGuid": "66b941d9-dac1-45e6-896c-ecb9bf171aeb",
                    "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": "P6M3w9Y7wUaiN2rQd0gbmw==",
                    "valueGuid": "c337a33f-3bd6-46c1-a237-6ad077481b9b",
                    "buttonText": "sample string 10",
                    "valueText": "sample string 11",
                    "drawImageAndButton": true,
                    "updated": "2026-06-03T18:35:52.0894861",
                    "action": "sample string 12",
                    "valueForm": {
                      "$ref": "48"
                    },
                    "image": {
                      "$id": "50",
                      "name": "sample string 3.sample string 4",
                      "imageID": 2,
                      "imageName": "sample string 3",
                      "imageExtension": "sample string 4",
                      "lastUpdate": "2026-06-03T18:35:52.0894861",
                      "imageData": "QEA=",
                      "readOnly": true
                    }
                  },
                  {
                    "$ref": "49"
                  }
                ],
                "panels": [
                  {
                    "$id": "51",
                    "id": 1,
                    "checkoutFormID": 2,
                    "checkoutFormG_UID": "K7dxXxVIcEC7qcGkYX02eg==",
                    "checkoutFormGuid": "5f71b72b-4815-4070-bba9-c1a4617d367a",
                    "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": "51"
                  }
                ]
              },
              {
                "$ref": "48"
              }
            ],
            "panels": [
              {
                "$ref": "51"
              },
              {
                "$ref": "51"
              }
            ]
          },
          "pages": [
            {
              "$ref": "45"
            },
            {
              "$ref": "45"
            }
          ]
        },
        "contentPanel": {
          "$ref": "51"
        },
        "products": [
          {
            "$id": "52",
            "flipChartPageIdentifier": "khkcTb1z90Cmkr9jTZsS8A==",
            "flipChartPageIdentifierGuid": "4d1c1992-73bd-40f7-a692-bf634d9b12f0",
            "pluG_UID": "3MShZFHuTEejj1BOvdga5w==",
            "pluGuid": "64a1c4dc-ee51-474c-a38f-504ebdd81ae7",
            "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": "52"
          }
        ],
        "productCount": 27,
        "pages": [
          {
            "$ref": "45"
          },
          {
            "$ref": "45"
          }
        ]
      },
      {
        "$ref": "45"
      }
    ],
    "priceHistory": [
      {
        "$id": "53",
        "pluG_UID": "fs12RXad6kGE1zt3KfMD4g==",
        "pluGuid": "4576cd7e-9d76-41ea-84d7-3b7729f303e2",
        "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-06-03T18:35:52.0894861",
        "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": "53"
      }
    ],
    "ingredients": [
      {
        "$id": "54",
        "pluG_UID": "BwPbv1jZCE+th3Ml6Wz8cA==",
        "ingredientGuid": "3FeUqPjz3kq4s7qpWUjUbw==",
        "ingredientIdentifier": "a89457dc-f3f8-4ade-b8b3-baa95948d46f",
        "quantity": 1.0,
        "storeIDs": [
          1,
          2
        ],
        "ingredientText": "sample string 1",
        "ingredient": {
          "$ref": "2"
        }
      },
      {
        "$ref": "54"
      }
    ],
    "bins": [
      {
        "$id": "55",
        "pluG_UID": "NpJ7Jy+x50GI7XkaZ/GWOg==",
        "pluGuid": "277b9236-b12f-41e7-88ed-791a67f1963a",
        "shelfLocationIdentifier": "xOTAvgHQuEGv+2VZ/3LnmA==",
        "shelfLocationGuid": "bec0e4c4-d001-41b8-affb-6559ff72e798",
        "labelShelfDefault": 1,
        "labelTalkerDefault": 1,
        "labelSmall": true,
        "labelPageLayoutG_UID": "P7oWSXvCt0uDBGTzL3qZ4A==",
        "labelPageLayoutGuid": "4916ba3f-c27b-4bb7-8304-64f32f7a99e0",
        "updated": "2026-06-03T18:35:52.0894861",
        "electronicShelfLabelIdentifier": "sample string 5",
        "electronicshelfLabelsConfigurationID": 6,
        "labelShelfChanged": true,
        "productName": "sample string 8",
        "locationText": "sample string 9",
        "product": {
          "$ref": "2"
        },
        "location": {
          "$id": "56",
          "identifier": "IvtQ5TznaECcN0S7T8e79g==",
          "storeID": 1,
          "identifierGuid": "e550fb22-e73c-4068-9c37-44bb4fc7bbf6",
          "name": "sample string 2",
          "haccp": true,
          "blueprintID": 1,
          "updated": "2026-06-03T18:35:52.0894861",
          "minTemp": 1,
          "maxTemp": 1,
          "checkFrequency": 1,
          "storeCaseConfiguration": 5,
          "storeName": "sample string 6",
          "bins": [
            {
              "$ref": "55"
            },
            {
              "$ref": "55"
            }
          ]
        }
      },
      {
        "$ref": "55"
      }
    ],
    "bin": {
      "$ref": "55"
    },
    "scaleLocations": [
      {
        "$id": "57",
        "plu": 1,
        "pluG_UID": "QN69AaLyS0mq321B9f+AFQ==",
        "pluGuid": "01bdde40-f2a2-494b-aadf-6d41f5ff8015",
        "deptNo": 1,
        "product": {
          "$ref": "2"
        },
        "scaleLocation": {
          "$id": "58",
          "id": 1,
          "deptNo": 1,
          "deptCode": "sample string 2",
          "name": "sample string 3",
          "enabled": true,
          "updated": "2026-06-03T18:35:52.0894861",
          "department": {
            "$id": "59",
            "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": "58"
            },
            "subDepartments": [
              {
                "$id": "60",
                "id": 1,
                "departmentID": 2,
                "name": "sample string 3",
                "code": "sample string 4",
                "departmentCode": "sample string 5",
                "externalSales": true,
                "minorDepartments": [
                  {
                    "$id": "61",
                    "id": 1,
                    "subDepartmentID": 2,
                    "departmentID": 3,
                    "name": "sample string 4",
                    "subDepartmentCode": "sample string 5",
                    "departmentCode": "sample string 6",
                    "code": "sample string 7",
                    "lesserDepartments": [
                      {
                        "$id": "62",
                        "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-06-03T18:35:52.0894861",
                        "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": "E+yufgeuF0edwagAqoXKJw==",
                        "labelPageLayoutGuid": "7eaeec13-ae07-4717-9dc1-a800aa85ca27",
                        "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": "63",
                          "dept": 1,
                          "category": 2,
                          "name": "sample string 3",
                          "active": true,
                          "mscCommodities": [
                            {
                              "$id": "64",
                              "dept": 1,
                              "category": 2,
                              "commodity": 3,
                              "name": "sample string 4",
                              "active": true,
                              "mscSubCommodities": [
                                {
                                  "$id": "65",
                                  "dept": 1,
                                  "category": 2,
                                  "commodity": 3,
                                  "subCommodity": 4,
                                  "name": "sample string 5",
                                  "active": true,
                                  "subCommodityCode": "sample string 7"
                                },
                                {
                                  "$ref": "65"
                                }
                              ],
                              "commodityCode": "sample string 6"
                            },
                            {
                              "$ref": "64"
                            }
                          ],
                          "categoryCode": "sample string 5"
                        },
                        "mscCom": {
                          "$ref": "64"
                        },
                        "mscDep": {
                          "$id": "66",
                          "dept": 1,
                          "name": "sample string 2",
                          "active": true,
                          "mscCategories": [
                            {
                              "$ref": "63"
                            },
                            {
                              "$ref": "63"
                            }
                          ],
                          "deptCode": "sample string 4"
                        },
                        "mscSubCom": {
                          "$ref": "65"
                        }
                      },
                      {
                        "$ref": "62"
                      }
                    ],
                    "updated": "2026-06-03T18:35:52.0894861",
                    "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": "fOHTCwFcp0Gp9/E7Yrqtrg==",
                    "labelPageLayoutGuid": "0bd3e17c-5c01-41a7-a9f7-f13b62baadae",
                    "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": "63"
                    },
                    "mscCom": {
                      "$ref": "64"
                    },
                    "mscDep": {
                      "$ref": "66"
                    },
                    "mscSubCom": {
                      "$ref": "65"
                    }
                  },
                  {
                    "$ref": "61"
                  }
                ],
                "investmentBuyOverride": true,
                "updated": "2026-06-03T18:35:52.0894861",
                "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": "bM9LeW1xDU2rYm+z8n9ung==",
                "labelPageLayoutGuid": "794bcf6c-716d-4d0d-ab62-6fb3f27f6e9e",
                "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": "63"
                },
                "mscCom": {
                  "$ref": "64"
                },
                "mscDep": {
                  "$ref": "66"
                },
                "mscSubCom": {
                  "$ref": "65"
                }
              },
              {
                "$ref": "60"
              }
            ],
            "stores": [
              1,
              2
            ],
            "investmentBuyOverride": true,
            "updated": "2026-06-03T18:35:52.0894861",
            "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": "UokrR6pQ802OkdVK4ruWMg==",
            "labelPageLayoutGuid": "472b8952-50aa-4df3-8e91-d54ae2bb9632",
            "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": "63"
            },
            "mscCom": {
              "$ref": "64"
            },
            "mscDep": {
              "$ref": "66"
            },
            "mscSubCom": {
              "$ref": "65"
            }
          }
        }
      },
      {
        "$ref": "57"
      }
    ],
    "nextPrice": {
      "$id": "67",
      "id": 1,
      "campaignID": 2,
      "campaignName": "sample string 3",
      "plu": 1,
      "hostOfferID": 1,
      "metcashPromotionID": "sample string 4",
      "metcashPromotionPlacement": "sample string 5",
      "pluG_UID": "gzAc6jVtHUCGBjdkoYrK/Q==",
      "pluGuid": "ea1c3083-6d35-401d-8606-3764a18acafd",
      "newPrice": 1,
      "pctDiscount": 1,
      "newCost": 1,
      "newCostDecimals": 6,
      "dealCostIdentifier": "S9UCzrmL+UeourJug+bx1Q==",
      "dealCostGuid": "ce02d54b-8bb9-47f9-a8ba-b26e83e6f1d5",
      "pluName": "sample string 7",
      "apn": "sample string 8",
      "fuelItem": true,
      "priceGroupG_UID": "Zoa5MzdGL0ObgmcuCOxbDQ==",
      "priceGroupGuid": "33b98666-4637-432f-9b82-672e08ec5b0d",
      "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,
      "orderPacked": 20,
      "pluNormalCost": 21,
      "pluaws": 22.0,
      "directNumber": "sample string 23",
      "departmentName": "sample string 24",
      "subDepartmentName": "sample string 25",
      "priceGroupName": "sample string 26",
      "supplierName": "sample string 27",
      "stockOnHand": 1.1,
      "stockOnOrder": 1.1,
      "lastReceived": "2026-06-03T18:35:52.0894861",
      "rrp": 28,
      "campaignDescription": "sample string 29",
      "hostCampaign": true,
      "hostIdentifier": "QEA=",
      "hostIdentifierGuid": "21148ebb-cee4-47da-a106-5db908360920",
      "campaignComboPriceGroupG_UID": "9/OxV2ds5kahPOhVcK0I2w==",
      "campaignComboPriceGroupIdentifier": "57b1f3f7-6c67-46e6-a13c-e85570ad08db",
      "promotionPlacementDescription": "sample string 31",
      "storeAcceptances": [
        {
          "$id": "68",
          "plu": 1,
          "pluG_UId": "QEA=",
          "campaignID": 1,
          "campaignName": "sample string 2",
          "storeID": 3,
          "acceptedUtc": "2026-06-03T18:35:52.0894861",
          "operatorG_UID": "lorNOcG9OkCL62hWDkdEpQ==",
          "operatorGuid": "39cd8a96-bdc1-403a-8beb-68560e4744a5",
          "machineID": 1,
          "processed": true,
          "appliedUtc": "2026-06-03T18:35:52.0894861",
          "signIqTicketFileMovedUtc": "2026-06-03T18:35:52.0894861",
          "user": "sample string 6",
          "campaignDescription": "sample string 7",
          "productDesc": "sample string 8",
          "storeName": "sample string 9",
          "effectiveUtc": "2026-06-03T18:35:52.0894861",
          "priceChangeType": 0,
          "operatorName": "sample string 10",
          "hostCampaign": true,
          "hostIdentifier": "QEA=",
          "hostIdentifierGuid": "6caff693-1a55-46e7-bafe-94047fc4055d",
          "product": {
            "$ref": "2"
          },
          "campaignPlu": {
            "$ref": "67"
          },
          "fuelItem": true
        },
        {
          "$ref": "68"
        }
      ],
      "campaign": {
        "$id": "69",
        "id": 1,
        "storeID": 2,
        "name": "44cb07fe-932f-4ed9-a806-287debc99458",
        "nameGuid": "44cb07fe-932f-4ed9-a806-287debc99458",
        "description": "sample string 4",
        "showDiscounts": true,
        "showTotals": true,
        "onlyEvaluateOnSubtotal": true,
        "useDescription": true,
        "campaignType": 1,
        "startDate": "2026-06-03T18:35:52.0894861",
        "startTime": 1,
        "endDate": "2026-06-03T18:35:52.0894861",
        "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-06-03T18:35:52.0894861",
        "system": true,
        "created": "2026-06-03T18:35:52.0894861",
        "updated": "2026-06-03T18:35:52.0894861",
        "priceChangeNotifiedUtc": "2026-06-03T18:35:52.0894861",
        "promoType": 1,
        "promotionTypeCode": "sample string 13",
        "hostIdentifier": "9VbKgUrLxEa4oJqkx7UBRw==",
        "hostIdentifierGuid": "81ca56f5-cb4a-46c4-b8a0-9aa4c7b50147",
        "hostType": 14,
        "createdByUser": "sample string 15",
        "fromHost": true,
        "deleted": true,
        "campaignDeleted": "2026-06-03T18:35:52.0894861",
        "updatedByUser": "sample string 18",
        "offerID": 1,
        "isPriceChangeCampaign": true,
        "stores": [
          1,
          2
        ],
        "storeNames": [
          "sample string 1",
          "sample string 2"
        ],
        "campaignPlus": [
          {
            "$ref": "67"
          },
          {
            "$ref": "67"
          }
        ],
        "campaignPools": [
          {
            "$id": "70",
            "id": 1,
            "campaignID": 2,
            "campaignName": "sample string 3",
            "plu": 4,
            "pluG_UID": "FznFzZG9oUamdtBM02NhZg==",
            "pluGuid": "cdc53917-bd91-46a1-a676-d04cd3636166",
            "hostOfferID": 1,
            "priceGroupG_UID": "yjzCwqaHdkaR8uyIGrfp+Q==",
            "priceGroupGuid": "c2c23cca-87a6-4676-91f2-ec881ab7e9f9",
            "fuelItem": true,
            "pluName": "sample string 6",
            "apn": "sample string 7",
            "pluActive": true,
            "cartonQty": 1,
            "baseUnits": 9.1,
            "cri": "sample string 10",
            "salesMode": 1,
            "orderPacked": 11,
            "pluaws": 12.0,
            "directNumber": "sample string 13",
            "departmentName": "sample string 14",
            "subDepartmentName": "sample string 15",
            "priceGroupName": "sample string 16",
            "supplierName": "sample string 17",
            "stockOnHand": 1.1,
            "stockOnOrder": 1.1,
            "lastReceived": "2026-06-03T18:35:52.0894861",
            "rrp": 18,
            "campaignDescription": "sample string 19",
            "product": {
              "$ref": "2"
            },
            "campaign": {
              "$ref": "69"
            }
          },
          {
            "$ref": "70"
          }
        ],
        "sellingRules": [
          {
            "$id": "71",
            "id": 1,
            "identifier": "wUbgllzeA0eAngkygCC+wg==",
            "identifierStr": "wUbgllzeA0eAngkygCC+wg==",
            "identifierGuid": "96e046c1-de5c-4703-809e-09328020bec2",
            "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": "69"
            }
          },
          {
            "$ref": "71"
          }
        ],
        "customers": [
          {
            "$id": "72",
            "id": 1,
            "campaignID": 2,
            "campaignName": "sample string 3",
            "customerID": "rQxvmhdQtE2FVmXE5tAQJQ==",
            "customerIDGuid": "9a6f0cad-5017-4db4-8556-65c4e6d01025",
            "campaign": {
              "$ref": "69"
            },
            "customer": {
              "$id": "73",
              "identifier": "XpJEbZ+XQEaUiCSLlM7gJQ==",
              "identifierGuid": "6d44925e-979f-4640-9488-248b94cee025",
              "code": "sample string 2",
              "familyName": "sample string 3",
              "givenName": "sample string 4",
              "otherName": "sample string 5",
              "title": "sample string 6",
              "dateOfBirth": "2026-06-03T18:35:52.0894861",
              "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": "BZu8IOzVWUWZamCdoqSCEw==",
              "communityIdentifierGuid": "20bc9b05-d5ec-4559-996a-609da2a48213",
              "joined": "2026-06-03T18:35:52.0894861",
              "updated": "2026-06-03T18:35:52.0894861",
              "active": true,
              "reasonInactive": 1,
              "groupCustomer": true,
              "loyaltyPoints": 1,
              "homeStoreID": 1,
              "availableSpend": 1,
              "priceLevelIdentifier": "/XxOSD6jwkmWNSO86N5LYw==",
              "priceLevelIdentifierGuid": "484e7cfd-a33e-49c2-9635-23bce8de4b63",
              "marketingID": "sample string 18",
              "receiptPrintOptions": 1,
              "hidden": true,
              "registered": true,
              "registeredOn": "2026-06-03T18:35:52.0894861",
              "emailMarketing": true,
              "smsMarketing": true,
              "deleted": true,
              "deletedUser": "sample string 24",
              "homeStoreName": "sample string 25",
              "customerCards": [
                {
                  "$id": "74",
                  "cardType": 2,
                  "issueDate": "2026-06-03T18:35:52.0894861",
                  "expiry": "2026-06-03T18:35:52.0894861",
                  "customerID": "GBcy6NAvLUihyxM4oVDznQ==",
                  "customerIDGuid": "e8321718-2fd0-482d-a1cb-1338a150f39d",
                  "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-06-03T18:35:52.0894861",
                  "linkedAccount": "PALVa8sNX0GA08d7PrdwUA==",
                  "linkedAccountGuid": "6bd5023c-0dcb-415f-80d3-c77b3eb77050",
                  "currentValueChanged": true,
                  "limitsChanged": true,
                  "customer": {
                    "$ref": "73"
                  },
                  "account": {
                    "$id": "75",
                    "id": 1,
                    "identifier": "H0CMrD5zYkCLoa5MnFp/CA==",
                    "identifierGuid": "ac8c401f-733e-4062-8ba1-ae4c9c5a7f08",
                    "referenceNo": "sample string 3",
                    "name": "sample string 4",
                    "created": "2026-06-03T18:35:52.0894861",
                    "owner": "geDWq1UH/EiIugDVm4F7cQ==",
                    "ownerGuid": "abd6e081-0755-48fc-88ba-00d59b817b71",
                    "accountStoreGroupIdentifier": "67KHcIRhnEi8rSs2eDsLgQ==",
                    "accountStoreGroupGuid": "7087b2eb-6184-489c-bcad-2b36783b0b81",
                    "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-06-03T18:35:52.0894861",
                    "active": true,
                    "updated": "2026-06-03T18:35:52.0894861",
                    "deleted": true,
                    "deletedUser": "sample string 16",
                    "currentBalanceChanged": true,
                    "maximumLimitChanged": true,
                    "loyaltyPointsChanged": true,
                    "projectedBalance": 17,
                    "accountStoreGroupStoreIDs": [
                      1,
                      2
                    ],
                    "customerEmail": "sample string 18",
                    "ownerCustomer": {
                      "$ref": "73"
                    },
                    "card": {
                      "$ref": "74"
                    },
                    "members": {
                      "$id": "76",
                      "sample string 1": [
                        {
                          "$ref": "73"
                        },
                        {
                          "$ref": "73"
                        }
                      ],
                      "sample string 2": [
                        {
                          "$ref": "73"
                        },
                        {
                          "$ref": "73"
                        }
                      ]
                    },
                    "customerGroups": [
                      {
                        "$id": "77",
                        "identifier": "4ZVjCPsxYUSiEUzzdYofmg==",
                        "identifierGuid": "086395e1-31fb-4461-a211-4cf3758a1f9a",
                        "name": "sample string 2",
                        "primaryContact": "ksLBZdH8FECpd9Xmse8wMA==",
                        "primaryContactGuid": "65c1c292-fcd1-4014-a977-d5e6b1ef3030",
                        "accountID": "YSppVdIvRE+9zz25qtHbCw==",
                        "accountIDGuid": "55692a61-2fd2-4f44-bdcf-3db9aad1db0b",
                        "special": true,
                        "updated": "2026-06-03T18:35:52.0894861",
                        "active": true,
                        "reasonInactive": 1,
                        "priceLevelIdentifier": "OGgZN1PVUEKzXiH2Fe8FKA==",
                        "priceLevelIdentifierGuid": "37196838-d553-4250-b35e-21f615ef0528",
                        "marketingListID": "sample string 7",
                        "deleted": true,
                        "account": {
                          "$ref": "75"
                        },
                        "primaryContactCustomer": {
                          "$ref": "73"
                        },
                        "customerGroupMembers": [
                          {
                            "$id": "78",
                            "id": 1,
                            "groupID": "I6idvf4mA0+HXthRCiJNpA==",
                            "groupIDGuid": "bd9da823-26fe-4f03-875e-d8510a224da4",
                            "customerID": "ch5apkpgDUqJ+mIxOMVRPQ==",
                            "customerIDGuid": "a65a1e72-604a-4a0d-89fa-623138c5513d",
                            "card": "sample string 4",
                            "linkedAccount": "s1ht4xStV0ab7udHj51o9g==",
                            "linkedAccountGuid": "e36d58b3-ad14-4657-9bee-e7478f9d68f6",
                            "customer": {
                              "$ref": "73"
                            },
                            "group": {
                              "$ref": "77"
                            },
                            "customerCard": {
                              "$ref": "74"
                            }
                          },
                          {
                            "$ref": "78"
                          }
                        ]
                      },
                      {
                        "$ref": "77"
                      }
                    ]
                  },
                  "payments": [
                    {
                      "$id": "79",
                      "id": 1,
                      "identifier": "hxURipwM8E+wbsGkwB96Ig==",
                      "identifierGuid": "8a111587-0c9c-4ff0-b06e-c1a4c01f7a22",
                      "storeID": 2,
                      "operatorName": "sample string 3",
                      "saleHeaderID": 4,
                      "paymentType": 5,
                      "amount": 6,
                      "account": "sample string 7",
                      "accountID": "Z4+yo5JCGUKakg3mCanRSg==",
                      "accountIDGuid": "a3b28f67-4292-4219-9a92-0de609a9d14a",
                      "customerAccount": {
                        "$ref": "75"
                      },
                      "customerCard": {
                        "$ref": "74"
                      },
                      "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-06-03T18:35:52.0894861",
                      "invRocNo": "sample string 14",
                      "responseCode": "sample string 15",
                      "cashout": 1,
                      "tip": 16,
                      "idempotentVoid": "eAgEy/zguUavYJKdJb+ywA==",
                      "idempotentVoidGuid": "cb040878-e0fc-46b9-af60-929d25bfb2c0",
                      "offline": true,
                      "processed": 1,
                      "storeSaleHeader": {
                        "$id": "80",
                        "saleHeaderID": 1,
                        "saleHeaderGuid": "QRtAXKzzq0mRaZzUVUotFQ==",
                        "saleHeaderIdentifierGuid": "5c401b41-f3ac-49ab-9169-9cd4554a2d15",
                        "created": "2026-06-03T18:35:52.0894861",
                        "createdLocal": "2026-06-03T18:35:52.0894861",
                        "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-06-03T18:35:52.0894861",
                        "storeID": 1,
                        "operatorG_Uid": "+6G+dt4YD0mU7H+FGQ54zw==",
                        "operatorGuid": "76bea1fb-18de-490f-94ec-7f85190e78cf",
                        "customerG_Uid": "TDCwZXODCU6noNKpPfrIEg==",
                        "customerGuid": "65b0304c-8373-4e09-a7a0-d2a93dfac812",
                        "communityIdentifier": "0oS8iw8JzUCMjnQmtn7eYg==",
                        "communityIdentifierGuid": "8bbc84d2-090f-40cd-8c8e-7426b67ede62",
                        "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": "nV6U3fdGrk2gcnOv6cv3tQ==",
                        "priceLevelIdentifierGuid": "dd945e9d-46f7-4dae-a072-73afe9cbf7b5",
                        "locked": 36,
                        "orderMetadata": "{\"CustomerName\":\"sample string 1\",\"PickupAt\":\"2026-06-03T18:35:52.0894861+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": "81",
                          "customerName": "sample string 1",
                          "pickupAt": "2026-06-03T18:35:52.0894861",
                          "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": "40"
                        },
                        "customer": {
                          "$ref": "73"
                        },
                        "communityOrganisation": {
                          "$id": "82",
                          "id": 1,
                          "identifier": "/rA74um7oUSCdQ6G9XIfvw==",
                          "identifierGuid": "e23bb0fe-bbe9-44a1-8275-0e86f5721fbf",
                          "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-06-03T18:35:52.0894861",
                          "promoPeriodEnd": "2026-06-03T18:35:52.0894861",
                          "allowDonations": true,
                          "logoImageName": "sample string 17",
                          "totalAmountAwarded": 18.1,
                          "updated": "2026-06-03T18:35:52.0894861",
                          "deleted": true
                        },
                        "details": [
                          {
                            "$id": "83",
                            "saleItemID": 1,
                            "identifier": "A4xImDvgUEKHXbUVu4sfrQ==",
                            "identifierGuid": "98488c03-e03b-4250-875d-b515bb8b1fad",
                            "saleHeaderID": 2,
                            "plu": 1,
                            "pluG_UId": "aBkik9E2qUOtYhhzIEFMJQ==",
                            "pluGuid": "93221968-36d1-43a9-ad62-187320414c25",
                            "accountID": "F2JgStit9kCMbuPZoe4eig==",
                            "accountIDGuid": "4a606217-add8-40f6-8c6e-e3d9a1ee1e8a",
                            "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-06-03T18:35:52.0894861",
                            "bestOrExpireType": 1,
                            "providerName": "sample string 11",
                            "refundG_UID": "WPtZk3MYf0K+wGDHoDXASA==",
                            "refundGuid": "9359fb58-1873-427f-bec0-60c7a035c048",
                            "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": "gZ0ZW+0Q80CBCaJbGRsAVw==",
                            "idempotentVoidGuid": "5b199d81-10ed-40f3-8109-a25b191b0057",
                            "priceLevelIdentifier": "yB9pmsUnY0iZuY6iQEc8qg==",
                            "priceLevelIdentifierGuid": "9a691fc8-27c5-4863-99b9-8ea240473caa",
                            "communityIdentifier": "xSaA8M6zyEeJEqdf4blU7A==",
                            "communityIdentifierGuid": "f08026c5-b3ce-47c8-8912-a75fe1b954ec",
                            "productName": "sample string 23",
                            "apn": "sample string 24",
                            "unknownScans": [
                              {
                                "$id": "84",
                                "id": 1,
                                "saleDetailID": 2,
                                "storeID": 1,
                                "scanned": "2026-06-03T18:35:52.0894861",
                                "operatorG_UID": "QEA=",
                                "barcode": "sample string 4",
                                "processed": 1
                              },
                              {
                                "$ref": "84"
                              }
                            ],
                            "refund": {
                              "$id": "85",
                              "id": 1,
                              "g_UID": "NLl8XNwcn0uIM1b/xmy3EA==",
                              "guid": "5c7cb934-1cdc-4b9f-8833-56ffc66cb710",
                              "description": "sample string 1",
                              "dumped": true,
                              "inventoryReasonID": 1,
                              "sortOrder": 1,
                              "updated": "2026-06-03T18:35:52.0894861"
                            },
                            "modifier": {
                              "$id": "86",
                              "id": 1,
                              "setG_UID": "i6zOFWKG7EO+tNS0Dgbt8Q==",
                              "modifierSetGuid": "15ceac8b-8662-43ec-beb4-d4b40e06edf1",
                              "name": "sample string 2",
                              "price": 1,
                              "quantity": 1,
                              "modifierType": 1,
                              "groupNumber": 1,
                              "pageNumber": 1,
                              "controlOrder": 1,
                              "printToStation": true,
                              "pluG_UID": "LJ3Jt5NeCEqNat5zQqecaA==",
                              "pluGuid": "b7c99d2c-5e93-4a08-8d6a-de7342a79c68",
                              "deleted": true,
                              "g_UID": "VjEfpbRhOEGZlRGWBSYn6Q==",
                              "guid": "a51f3156-61b4-4138-9995-1196052627e9",
                              "product": {
                                "$ref": "2"
                              }
                            },
                            "priceLevelName": "sample string 25",
                            "pumpNumber": 1,
                            "hoseNumber": 1
                          },
                          {
                            "$ref": "83"
                          }
                        ],
                        "eftReceipts": [
                          {
                            "$id": "87",
                            "id": 1,
                            "storeID": 1,
                            "saleHeaderID": 2,
                            "storeSaleHeader": {
                              "$ref": "80"
                            },
                            "receipt": "sample string 3",
                            "processed": 1
                          },
                          {
                            "$ref": "87"
                          }
                        ],
                        "payments": [
                          {
                            "$ref": "79"
                          },
                          {
                            "$ref": "79"
                          }
                        ],
                        "cards": [
                          {
                            "$id": "88",
                            "id": 1,
                            "saleHeaderID": 1,
                            "identifier": "sample string 2",
                            "cardType": 3,
                            "providerName": "sample string 4"
                          },
                          {
                            "$ref": "88"
                          }
                        ],
                        "campaignHits": [
                          {
                            "$id": "89",
                            "id": 1,
                            "saleHeaderID": 2,
                            "campaign": "sample string 3",
                            "name": "sample string 4",
                            "processed": 1,
                            "campaignDescription": "sample string 5"
                          },
                          {
                            "$ref": "89"
                          }
                        ],
                        "fuel": [
                          {
                            "$id": "90",
                            "id": 1,
                            "plu": 1,
                            "pluG_UID": "gG26JeHUBUyFJq8rGskIfg==",
                            "pluGuid": "25ba6d80-d4e1-4c05-8526-af2b1ac9087e",
                            "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-06-03T18:35:52.0894861",
                            "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-06-03T18:35:52.0894861",
                            "tagNumber": "sample string 15",
                            "trackTwoRem": "sample string 16",
                            "transCode": 1,
                            "transType": 1,
                            "unitPrice": 1.0,
                            "vehicleReg": "sample string 17",
                            "offline": true,
                            "processed": 1
                          },
                          {
                            "$ref": "90"
                          }
                        ],
                        "fuelResells": [
                          {
                            "$id": "91",
                            "saleItemID": 1,
                            "saleHeaderID": 2,
                            "plu": 1,
                            "pluG_UId": "UfazrDNMREi8CAxsqEwlFQ==",
                            "pluGuid": "acb3f651-4c33-4844-bc08-0c6ca84c2515",
                            "accountID": "2NqYkonAQE2Vwy3uZcvjbQ==",
                            "accountIDGuid": "9298dad8-c089-4d40-95c3-2dee65cbe36d",
                            "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-06-03T18:35:52.0894861",
                            "bestOrExpireType": 1,
                            "refundG_UID": "DIl4LIevdE+d677fGBL/jg==",
                            "refundGuid": "2c78890c-af87-4f74-9deb-bedf1812ff8e",
                            "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": "91"
                          }
                        ],
                        "customerOrder": [
                          {
                            "$id": "92",
                            "identifier": "soBhOHlRC0G3jcCY6uOKzw==",
                            "identifierGuid": "386180b2-5179-410b-b78d-c098eae38acf",
                            "id": 1,
                            "orderNo": 2,
                            "externalSaleIdentifier": "sample string 3",
                            "storeID": 4,
                            "zoneID": 5,
                            "deptNo": 6,
                            "customerIdentifier": "GbaNeUlJPEKo9dSVEIh+mA==",
                            "customerIdentifierGuid": "798db619-4949-423c-a8f5-d49510887e98",
                            "operatorNo": 1,
                            "operatorG_UID": "BS5yZBdCckmXuh2C15llcw==",
                            "operatorGuid": "64722e05-4217-4972-97ba-1d82d7996573",
                            "created": "2026-06-03T18:35:52.0894861",
                            "ordered": "2026-06-03T18:35:52.0894861",
                            "started": "2026-06-03T18:35:52.0894861",
                            "completed": "2026-06-03T18:35:52.0894861",
                            "supplied": "2026-06-03T18:35:52.0894861",
                            "quickTicket": 1,
                            "deleted": true,
                            "walkAway": true,
                            "approxWait": 1,
                            "actualWait": 1,
                            "deliveryMethod": 8,
                            "externalSaleType": 9,
                            "customer": {
                              "$ref": "73"
                            },
                            "operator": {
                              "$ref": "40"
                            },
                            "details": [
                              {
                                "$id": "93",
                                "headerID": 1,
                                "plu": 1,
                                "pluG_UId": "UmEZxmoVNUqhiHx36+tFQA==",
                                "pluGuid": "c6196152-156a-4a35-a188-7c77ebeb4540",
                                "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": "eH1MyNh/5Eycl/NI1HqWOQ==",
                                "headerIdentifierGuid": "c84c7d78-7fd8-4ce4-9c97-f348d47a9639",
                                "product": {
                                  "$ref": "2"
                                }
                              },
                              {
                                "$ref": "93"
                              }
                            ],
                            "storeName": "sample string 11",
                            "customerName": "sample string 12",
                            "storeReplyTo": "sample string 13",
                            "storeSubjectLine": "sample string 14",
                            "storeSaleHeader": {
                              "$ref": "80"
                            }
                          },
                          {
                            "$ref": "92"
                          }
                        ],
                        "surveyResponses": [
                          {
                            "$id": "94",
                            "surveyG_UID": "lfnu4gMiDUmH3C/TgfJkDg==",
                            "surveyGuid": "e2eef995-2203-490d-87dc-2fd381f2640e",
                            "saleHeaderGuid": "PqCND5Ix2kGrndDgiJEtHQ==",
                            "saleGuid": "0f8da03e-3192-41da-ab9d-d0e088912d1d",
                            "textResponse": "sample string 1",
                            "integerResponse": 1,
                            "g_UIDResponse": "51JiOtJ3PEmmOGBlnv/pAA==",
                            "guidResponse": "3a6252e7-77d2-493c-a638-60659effe900",
                            "whoAnswered": 2,
                            "answeredAtUTC": "2026-06-03T18:35:52.0894861",
                            "sale": {
                              "$ref": "80"
                            },
                            "survey": {
                              "$id": "95",
                              "g_UID": "oD4J2HfVeUGVcByfNA2VhQ==",
                              "guid": "d8093ea0-d577-4179-9570-1c9f340d9585",
                              "name": "sample string 1",
                              "storeID": 2,
                              "zoneID": 1,
                              "checkoutFormG_UID": "BEwsnGdTlkqiJup19mht7Q==",
                              "checkoutFormGuid": "9c2c4c04-5367-4a96-a226-ea75f6686ded",
                              "displayToWho": 3,
                              "displayWhen": 4,
                              "start": "2026-06-03T18:35:52.0894861",
                              "end": "2026-06-03T18:35:52.0894861",
                              "deleted": true,
                              "updated": "2026-06-03T18:35:52.0894861",
                              "possibleIntegerResponses": [
                                1,
                                2
                              ],
                              "possibleTextResponses": [
                                "sample string 1",
                                "sample string 2"
                              ],
                              "possibleGuidResponses": [
                                "ef0320af-ed18-469e-86b3-965a9790fbc3",
                                "9506f22c-326e-459a-bf65-24918df87226"
                              ],
                              "allowsAllTextResponses": true,
                              "surveyForm": {
                                "$ref": "48"
                              }
                            },
                            "ingressId": "sample string 4"
                          },
                          {
                            "$ref": "94"
                          }
                        ],
                        "storeName": "sample string 39",
                        "terminalNumber": 40,
                        "machineName": "sample string 41",
                        "operatorName": "sample string 42",
                        "direction": 1,
                        "reason": "sample string 43",
                        "accountG_UID": "84ob3CnIPk+fUG4q7I04zg==",
                        "accountIdentifier": "dc1b8af3-c829-4f3e-9f50-6e2aec8d38ce",
                        "accountName": "sample string 44",
                        "customerOrderIdentifier": "2x/mUQrPd02Yq4O8HplnfA==",
                        "customerOrderIdentifierGuid": "51e61fdb-cf0a-4d77-98ab-83bc1e99677c",
                        "priceLevelName": "sample string 45",
                        "revision": 46,
                        "ingressId": "sample string 47"
                      },
                      "metadata": {
                        "$id": "96",
                        "id": 1,
                        "paymentID": 2,
                        "paymentIdentifier": "ZOAaqFrdVkmmOTCzbbEpuw==",
                        "paymentIdentifierGuid": "a81ae064-dd5a-4956-a639-30b36db129bb",
                        "identifier": "I+BRXHAF2kipJ9LufLR55w==",
                        "identifierGuid": "5c51e023-0570-48da-a927-d2ee7cb479e7",
                        "metadata": "sample string 3",
                        "signatureImage": "QEA=",
                        "itemIdentifier": "revQboW0OEqhaT8gug9+0g==",
                        "itemIdentifierGuid": "6ed0ebad-b485-4a38-a169-3f20ba0f7ed2"
                      }
                    },
                    {
                      "$ref": "79"
                    }
                  ]
                },
                {
                  "$ref": "74"
                }
              ],
              "customerGroupMembers": [
                {
                  "$ref": "78"
                },
                {
                  "$ref": "78"
                }
              ],
              "customerGroups": [
                {
                  "$ref": "77"
                },
                {
                  "$ref": "77"
                }
              ],
              "accounts": [
                {
                  "$ref": "75"
                },
                {
                  "$ref": "75"
                }
              ],
              "account": {
                "$ref": "75"
              },
              "vouchers": [
                {
                  "$id": "97",
                  "customerIdentifier": "/WHejmnt0UqJTGioo7GnDA==",
                  "customerIdentifierGuid": "8ede61fd-ed69-4ad1-894c-68a8a3b1a70c",
                  "voucherName": "sample string 2",
                  "count": 3,
                  "storeID": 4,
                  "barcode": "sample string 5",
                  "redeemCount": 6,
                  "issueCount": 7,
                  "storeSalePaymentID": 1,
                  "idempotentID": "iOrnm+om+UCYuS9ZyTGwcw==",
                  "idempotentGuid": "9be7ea88-26ea-40f9-98b9-2f59c931b073",
                  "offline": true,
                  "voucher": {
                    "$id": "98",
                    "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-06-03T18:35:52.0894861",
                    "barcodeTemplate": {
                      "$id": "99",
                      "templateID": 1,
                      "template": "sample string 1",
                      "bcFunction": "sample string 2",
                      "sortOrder": 3
                    },
                    "scaleLabel": {
                      "$id": "100",
                      "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-06-03T18:35:52.0894861",
                      "labelPageLayout": "dhVzk5jHZ0af1CXjFhVeJw==",
                      "pageLayoutGuid": "93731576-c798-4667-9fd4-25e316155e27",
                      "labelType": 6,
                      "oldName": "sample string 7",
                      "voucher": {
                        "$ref": "98"
                      },
                      "elements": [
                        {
                          "$id": "101",
                          "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-06-03T18:35:52.0894861"
                        },
                        {
                          "$ref": "101"
                        }
                      ]
                    },
                    "customerVouchers": [
                      {
                        "$id": "102",
                        "id": 1,
                        "customerIdentifier": "DrMXWgQVtUCreDa5mzfLZg==",
                        "customerIdentifierGuid": "5a17b30e-1504-40b5-ab78-36b99b37cb66",
                        "voucherID": 3,
                        "voucherName": "sample string 4",
                        "storeID": 1,
                        "barcode": "sample string 5",
                        "dateOfIssue": "2026-06-03T18:35:52.0894861",
                        "issuedSaleHeaderID": 1,
                        "issuedSaleIdentifier": "sample string 7",
                        "issuedOfflinePaymentID": 1,
                        "issuedIdempotentID": "UK1MeqD89kWmHnZv4DZLyQ==",
                        "issuedIdempotentGuid": "7a4cad50-fca0-45f6-a61e-766fe0364bc9",
                        "issuedOffline": true,
                        "issuedUser": "sample string 9",
                        "issuedNotes": "sample string 10",
                        "expiryDate": "2026-06-03T18:35:52.0894861",
                        "expiredUser": "sample string 11",
                        "expiredNotes": "sample string 12",
                        "redeemed": "2026-06-03T18:35:52.0894861",
                        "redeemedSaleHeaderID": 1,
                        "redeemedSaleIdentifier": "sample string 13",
                        "redeemedOfflinePaymentID": 1,
                        "redeemedIdempotentID": "r0wCduJEPUSv6l4sAKRuYQ==",
                        "redeemedIdempotentGuid": "76024caf-44e2-443d-afea-5e2c00a46e61",
                        "redeemedUser": "sample string 14",
                        "redeemedNotes": "sample string 15",
                        "redeemedOffline": true,
                        "updated": "2026-06-03T18:35:52.0894861",
                        "storeName": "sample string 17",
                        "scaleLabel": {
                          "$ref": "100"
                        },
                        "voucher": {
                          "$ref": "98"
                        },
                        "customer": {
                          "$ref": "73"
                        },
                        "issuedOfflinePayment": {
                          "$ref": "79"
                        },
                        "redeemedOfflinePayment": {
                          "$ref": "79"
                        }
                      },
                      {
                        "$ref": "102"
                      }
                    ]
                  },
                  "customer": {
                    "$ref": "73"
                  }
                },
                {
                  "$ref": "97"
                }
              ]
            }
          },
          {
            "$ref": "72"
          }
        ],
        "customerGroups": [
          {
            "$id": "103",
            "id": 1,
            "campaignID": 2,
            "campaignName": "sample string 3",
            "groupID": "1uVth9QYc0uvIaEt2/+7TA==",
            "groupIDGuid": "876de5d6-18d4-4b73-af21-a12ddbffbb4c",
            "campaign": {
              "$ref": "69"
            },
            "group": {
              "$ref": "77"
            }
          },
          {
            "$ref": "103"
          }
        ],
        "signIqTickets": [
          {
            "$id": "104",
            "identifier": "Xzh0M5gdHUiYwLllSNmYVA==",
            "identifierGuid": "3374385f-1d98-481d-98c0-b96548d99854",
            "campaignName": "sample string 2",
            "message": "sample string 3",
            "ticketFileSource": "sample string 4",
            "ticketFileDestination": "sample string 5",
            "storeID": 1
          },
          {
            "$ref": "104"
          }
        ],
        "comboPriceGroups": [
          {
            "$id": "105",
            "id": 1,
            "campaignID": 2,
            "campaignName": "sample string 3",
            "g_UID": "RkEoQcbfEkummSXJEyOnug==",
            "guid": "41284146-dfc6-4b12-a699-25c91323a7ba",
            "description": "sample string 5",
            "newPrice": 1,
            "rangeDescription": "sample string 6",
            "dealDescription": "sample string 7",
            "labelQuantity": 8,
            "hostProductCategoryID": 1,
            "offerID": 1,
            "dontUpdatePricePlus": true,
            "campaign": {
              "$ref": "69"
            },
            "comboPricePlus": [
              {
                "$id": "106",
                "id": 1,
                "campaignID": 2,
                "campaignName": "sample string 3",
                "groupG_UID": "wzPk5ayM3k2xdhNR2ojZpg==",
                "groupGuid": "e5e433c3-8cac-4dde-b176-1351da88d9a6",
                "comboPriceType": 5,
                "priceType": 5,
                "pluG_UID": "fk7DREwyq0iBRKEtWf/USw==",
                "pluGuid": "44c34e7e-324c-48ab-8144-a12d59ffd44b",
                "priceGroupG_UID": "LeNJomygBEerRHJ4L1UcQg==",
                "priceGroupGuid": "a249e32d-a06c-4704-ab44-72782f551c42",
                "campaignPoolID": "sample string 7",
                "quantity": 1,
                "campaign": {
                  "$ref": "69"
                },
                "product": {
                  "$ref": "2"
                },
                "priceGroup": {
                  "$ref": "33"
                },
                "campaignPool": {
                  "$ref": "69"
                }
              },
              {
                "$ref": "106"
              }
            ]
          },
          {
            "$ref": "105"
          }
        ],
        "priceLevels": [
          {
            "$id": "107",
            "id": 1,
            "priceLevelIdentifier": "9F1XC9C+Jk+11xTmWcU5ng==",
            "priceLevelIdentifierGuid": "0b575df4-bed0-4f26-b5d7-14e659c5399e",
            "campaignName": "sample string 3",
            "priceLevelName": "sample string 4"
          },
          {
            "$ref": "107"
          }
        ],
        "promotionType": {
          "$id": "108",
          "identifier": "vvSS5kjsVk2TLltTrw7ePA==",
          "identifierGuid": "e692f4be-ec48-4d56-932e-5b53af0ede3c",
          "hostType": 2,
          "code": "sample string 3",
          "description": "sample string 4",
          "isLiquor": true,
          "isAdvertised": true,
          "disableWasSave": true,
          "excludeFromPromoSales": true,
          "labelPageLayoutG_UID": "n4LLi8Nsakuh8Ca5lZ/IpQ==",
          "labelPageLayoutGuid": "8bcb829f-6cc3-4b6a-a1f0-26b9959fc8a5",
          "priceLevelIdentifier": "X5XBwInm7EGlTIDg8DlBQw==",
          "priceLevelIdentifierGuid": "c0c1955f-e689-41ec-a54c-80e0f0394143",
          "active": true,
          "updated": "2026-06-03T18:35:52.0894861",
          "hostName": "sample string 11"
        }
      },
      "product": {
        "$ref": "2"
      },
      "dealCost": {
        "$id": "109",
        "headerIdentifier": "itZb7/wfN0u5rt573epceQ==",
        "headerIdentifierGuid": "ef5bd68a-1ffc-4b37-b9ae-de7bddea5c79",
        "identifier": "QrL7bH0dGECqxOrDUH1qjw==",
        "identifierGuid": "6cfbb242-1d7d-4018-aac4-eac3507d6a8f",
        "supplierIdentifier": "smeq84DEpEO5Jfi6SI9krg==",
        "supplierGuid": "f3aa67b2-c480-43a4-b925-f8ba488f64ae",
        "pluG_UID": "nSey8vq8XkuV1H3IAwPxXw==",
        "pluGuid": "f2b2279d-bcfa-4b5e-95d4-7dc80303f15f",
        "campaignName": "2ec62630-c2b8-4b07-acc4-37d62d79c202",
        "description": "sample string 4",
        "cost": 5,
        "costDecimals": 6,
        "start": "2026-06-03T18:35:52.0894861",
        "end": "2026-06-03T18:35:52.0894861",
        "type": 9,
        "promoType": 10,
        "bonusItemPLUG_UID": "Rdfr8E8PfEaCLYG33zytow==",
        "bonusItemPluGuid": "f0ebd745-0f4f-467c-822d-81b7df3cada3",
        "bonusPurchaseUnits": 11,
        "bonusReceiveUnits": 12,
        "updated": "2026-06-03T18:35:52.0894861",
        "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-06-03T18:35:52.0894861",
        "campaignEndDate": "2026-06-03T18:35:52.0894861",
        "masterPLUG_UID": "MaAGSxEc6USD08pGwx4oyg==",
        "masterID": "4b06a031-1c11-44e9-83d3-ca46c31e28ca",
        "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": "J6P1HDIscEamjQH91ugXNg==",
        "bonusMasterID": "1cf5a327-2c32-4670-a68d-01fdd6e81736",
        "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-06-03T18:35:52.0894861",
    "dealCosts": [
      {
        "$ref": "109"
      },
      {
        "$ref": "109"
      }
    ],
    "tags": [
      {
        "$id": "110",
        "pluG_UID": "BCsUQg0DuUCoy19q4nWY2Q==",
        "pluGuid": "42142b04-030d-40b9-a8cb-5f6ae27598d9",
        "tagID": 1,
        "description": "sample string 1",
        "storeIDs": [
          1,
          2
        ]
      },
      {
        "$ref": "110"
      }
    ],
    "alternateProductG_UID": "xKRy9IKedkq8X7fyaZXyhA==",
    "alternateProduct": "f472a4c4-9e82-4a76-bc5f-b7f26995f284",
    "altProduct": {
      "$ref": "2"
    },
    "productHostCode": {
      "$id": "111",
      "id": 1,
      "pluG_UID": "VTBs+++D9EidsYl90KcWqQ==",
      "pluGuid": "fb6c3055-83ef-48f4-9db1-897dd0a716a9",
      "ibaCode": "sample string 2"
    },
    "mscCat": {
      "$ref": "63"
    },
    "mscCom": {
      "$ref": "64"
    },
    "mscDep": {
      "$ref": "66"
    },
    "mscSubCom": {
      "$ref": "65"
    },
    "isUserUpdate": true,
    "ignoreMasterProduct": true,
    "priceGroupLabelRequested": true,
    "firstSold": "2026-06-03T18:35:52.0894861",
    "inventoryTracked": "2026-06-03T18:35:52.0894861",
    "isNormalPriceChangesCampaign": true,
    "baseProductFuel": {
      "$id": "112",
      "pluG_UID": "O1XLLvon1kmKyiPpMe1xyA==",
      "pluGuid": "2ecb553b-27fa-49d6-8aca-23e931ed71c8",
      "fuelPluG_UID": "Pze7gXHwTEWrXU+0RTtG4A==",
      "fuelPluGuid": "81bb373f-f071-454c-ab5d-4fb4453b46e0",
      "price": 3,
      "productDescription": "sample string 4",
      "productBarcode": "sample string 5",
      "fuelProductDescription": "sample string 6",
      "fuelProductBarcode": "sample string 7",
      "fuelProductPrice": 8
    },
    "productFuelLinks": [
      {
        "$ref": "112"
      },
      {
        "$ref": "112"
      }
    ]
  },
  "unknownScan": {
    "$id": "113",
    "pluG_UID": "vIi2CGN+nU+ySdT/U/82MA==",
    "pluGuid": "08b688bc-7e63-4f9d-b249-d4ff53ff3630",
    "orderGuid": "UQ8YB/T4TEK/4kqwm4Z/cA==",
    "orderIdentifier": "07180f51-f8f4-424c-bfe2-4ab09b867f70",
    "barcode": "sample string 3",
    "created": "2026-06-03T18:35:52.0894861",
    "assigned": true
  },
  "unknownScanItem": true,
  "substitute": {
    "$ref": "2"
  },
  "warehouseProduct": {
    "$ref": "2"
  },
  "lookup": {
    "$id": "114",
    "pluG_UID": "nyeEtffQ9k+hpUGYf/dIgA==",
    "pluGuid": "b584279f-d0f7-4ff6-a1a5-41987ff74880",
    "inventoryGuid": "uPgXtcuXTEy6fRPtp8gP5Q==",
    "inventoryIdentifier": "b517f8b8-97cb-4c4c-ba7d-13eda7c80fe5",
    "averageWeeklySales": 1.0,
    "promotionalAverageWeeklySales": 1.0,
    "inventoryAverageWeeklySales": 1.0,
    "inventoryPromotionalAverageWeeklySales": 1.0,
    "onHand": 1,
    "onHandPacks": 1,
    "onOrder": 1,
    "onOrderPacks": 1,
    "accuracy": 1,
    "lastOrdered": "2026-06-03T18:35:52.0894861",
    "lastOrderQuantity": 1.1,
    "lastReceived": "2026-06-03T18:35:52.0894861",
    "lastReceivedQuantity": 1.1,
    "lastInvoiceStatus": 1
  },
  "productOrderingDetail": {
    "$ref": "12"
  },
  "dealCost": {
    "$ref": "109"
  },
  "nextCost": {
    "$ref": "109"
  },
  "lastChance": true,
  "holdOff": 18,
  "holdOffDate": "2026-06-03T18:35:52.0894861",
  "orderHeader": {
    "$id": "115",
    "orderID": 1,
    "orderGuid": "0Y5lpRYXckK2LvYOQ/0WEw==",
    "orderIdentifier": "a5658ed1-1716-4272-b62e-f60e43fd1613",
    "backToBack": 1,
    "b2bGuid": "g/QszMQ/b0ygpdjx750qGg==",
    "b2bIdentifier": "cc2cf483-3fc4-4c6f-a0a5-d8f1ef9d2a1a",
    "status": 2,
    "created": "2026-06-03T18:35:52.0894861",
    "createdLocal": "2026-06-03T18:35:52.0894861",
    "createdByUser": "sample string 3",
    "storeID": 1,
    "transferGuid": "QQF1wM0GVUyUtHy6ipJ8rw==",
    "transferIdentifier": "c0750141-06cd-4c55-94b4-7cba8a927caf",
    "transferInvoiceIdentifier": "wnSVCwesbki9QUULBMn1ug==",
    "transferInvoiceGuid": "0b9574c2-ac07-486e-bd41-450b04c9f5ba",
    "attachedToInvoice": 4,
    "transferType": 1,
    "supplierIdentifier": "x4HYIkARgUaUyZG5yP2Btg==",
    "supplierIdentifierGuid": "22d881c7-1140-4681-94c9-91b9c8fd81b6",
    "description": "sample string 5",
    "rows": 1,
    "cartons": 1,
    "units": 1,
    "sentCount": 1,
    "sent": "2026-06-03T18:35:52.0894861",
    "sentLocal": "2026-06-03T18:35:52.0894861",
    "sentByUser": "sample string 6",
    "lastSentStatus": 1,
    "cancelled": "2026-06-03T18:35:52.0894861",
    "cancelledLocal": "2026-06-03T18:35:52.0894861",
    "cancelledByUser": "sample string 7",
    "shipped": "2026-06-03T18:35:52.0894861",
    "shippedLocal": "2026-06-03T18:35:52.0894861",
    "shippedByUser": "sample string 8",
    "stockReceived": "2026-06-03T18:35:52.0894861",
    "stockReceivedLocal": "2026-06-03T18:35:52.0894861",
    "stockReceivedByUser": "sample string 9",
    "stockReceiveInventorySetting": 10,
    "received": "2026-06-03T18:35:52.0894861",
    "receivedLocal": "2026-06-03T18:35:52.0894861",
    "completed": "2026-06-03T18:35:52.0894861",
    "completedLocal": "2026-06-03T18:35:52.0894861",
    "updated": "2026-06-03T18:35:52.0894861",
    "updatedLocal": "2026-06-03T18:35:52.0894861",
    "dueDate": "2026-06-03T18:35:52.0894861",
    "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": "Kn6JIfJfZ026p4clkoijYA==",
    "transportCompanyIdentifier": "21897e2a-5ff2-4d67-baa7-87259288a360",
    "autoOrder": 28,
    "hostIdentifier": "/Kf5+HCu702kam7jPRZEZg==",
    "hostIdentifierGuid": "f8f9a7fc-ae70-4def-a46a-6ee33d164466",
    "defaultOrderDocumentId": 1,
    "defaultStockReceiveDocumentId": 1,
    "temperature": 1.1,
    "temperatureScale": 29,
    "rating": 30,
    "lastOrderEmailSentId": "sample string 31",
    "lastOrderEmailSentStatus": "sample string 32",
    "deleted": "2026-06-03T18:35:52.0894861",
    "deletedByUser": "sample string 33",
    "autoOrderGuid": "Ggr4P32oqUauyXHaEIy9DA==",
    "autoOrderIdentifier": "3ff80a1a-a87d-46a9-aec9-71da108cbd0c",
    "autoOrderHeader": {
      "$id": "116",
      "autoOrderGuid": "BcXynHuUn0uSOQaFZyoV+g==",
      "autoOrderIdentifier": "9cf2c505-947b-4b9f-9239-0685672a15fa",
      "orderGuid": "cF4q1OxBbEWTQnPhZW+s0w==",
      "orderIdentifier": "d42a5e70-41ec-456c-9342-73e1656facd3",
      "created": "2026-06-03T18:35:52.0894861",
      "orderID": 1,
      "storeID": 1,
      "orderDate": "2026-06-03T18:35:52.0894861",
      "supplierIdentifier": "IoW8jQOhD0Kjv3UIPJdtjQ==",
      "supplierIdentifierGuid": "8dbc8522-a103-420f-a3bf-75083c976d8d",
      "orderStatus": 1,
      "tradingPartner": 1,
      "warehouse": true,
      "simpleAWS": 3,
      "defaultMPL": 4,
      "investmentBuy": true,
      "storeName": "sample string 6",
      "supplierName": "sample string 7",
      "description": "sample string 8",
      "orderType": "sample string 9",
      "mailTo": "sample string 10",
      "mailBcc": "sample string 11",
      "notes": "sample string 12",
      "transportCompanyGuid": "PvfvzZzdYU+hOg/GFVXdMA==",
      "transportCompanyIdentifier": "cdeff73e-dd9c-4f61-a13a-0fc61555dd30",
      "store": {
        "$ref": "3"
      },
      "supplier": {
        "$ref": "9"
      },
      "orderCycle": {
        "$id": "117",
        "id": 1,
        "autoOrderGuid": "j7IwpAtTp0i+S416Dcb06g==",
        "autoOrderIdentifier": "a430b28f-530b-48a7-be4b-8d7a0dc6f4ea",
        "cutOffDate": "2026-06-03T18:35:52.0894861",
        "deliveryDate": "2026-06-03T18:35:52.0894861",
        "daysBuffer": 3,
        "nextCutOffDate": "2026-06-03T18:35:52.0894861",
        "nextDeliveryDate": "2026-06-03T18:35:52.0894861",
        "nextDaysBuffer": 5
      },
      "details": [
        {
          "$id": "118",
          "autoOrderGuid": "rN31lH46tUyymQbmkIug5w==",
          "autoOrderIdentifier": "94f5ddac-3a7e-4cb5-b299-06e6908ba0e7",
          "pluG_UID": "BHTI5J5K9Uysk+KIHmcLCw==",
          "pluGuid": "e4c87404-4a9e-4cf5-ac93-e2881e670b0b",
          "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-06-03T18:35:52.0894861",
          "investmentBuyStatus": 2,
          "processed": "2026-06-03T18:35:52.0894861",
          "product": {
            "$ref": "2"
          },
          "orderCode": "sample string 3",
          "directIndicator": "sample string 4",
          "cycle": {
            "$ref": "16"
          },
          "inventory": {
            "$id": "119",
            "inventoryGuid": "csgUgNXjnUSX2vG7sseBbg==",
            "inventoryIdentifier": "8014c872-e3d5-449d-97da-f1bbb2c7816e",
            "created": "2026-06-03T18:35:52.0894861",
            "createdLocal": "2026-06-03T18:35:52.0894861",
            "onHand": 4,
            "onHandPacks": 5,
            "onOrder": 6,
            "onOrderPacks": 7,
            "accuracy": 8,
            "updated": "2026-06-03T18:35:52.0894861",
            "history": [
              {
                "$id": "120",
                "inventoryGuid": "4POwUPgArEm8p9PSmPk58g==",
                "inventoryIdentifier": "50b0f3e0-00f8-49ac-bca7-d3d298f939f2",
                "pluG_UID": "tGW93tcvkUaHcCuP2wdf3Q==",
                "pluIdentifier": "debd65b4-2fd7-4691-8770-2b8fdb075fdd",
                "inventoryReason": 3,
                "inventoryInvoiceGuid": "iXW1oqppAkiW98/79s9HSg==",
                "invoiceIdentifier": "a2b57589-69aa-4802-96f7-cffbf6cf474a",
                "operatorGuid": "XB+lAyT2U0eRzur+OJLZqg==",
                "operatorIdentifier": "03a51f5c-f624-4753-91ce-eafe3892d9aa",
                "stocktakeGuid": "yIi8sjw5KkaOXwqrIa/yyA==",
                "stocktakeIdentifier": "b2bc88c8-393c-462a-8e5f-0aab21aff2c8",
                "orderGuid": "jt7SpuSZq0OhFOfrRkeX0Q==",
                "orderIdentifier": "a6d2de8e-99e4-43ab-a114-e7eb464797d1",
                "saleHeaderGuid": "hwAV4jr8TU2FNSZdaRWlXg==",
                "saleHeaderGuidIdentifier": "e2150087-fc3a-4d4d-8535-265d6915a55e",
                "dumpStockID": 1,
                "fuelDeliveryID": 1,
                "creditNoteIdentifier": "YEh9uFKulUKHz7fhqEA8Lg==",
                "creditNoteGuid": "b87d4860-ae52-4295-87cf-b7e1a8403c2e",
                "inventorySourceGuid": "JoSEPW8ao0SIzeXvfLzxdQ==",
                "inventorySourceIdentifier": "3d848426-1a6f-44a3-88cd-e5ef7cbcf175",
                "createdLocal": "2026-06-03T18:35:52.0894861",
                "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-06-03T18:35:52.0894861",
                "createdLocalTime": "2026-06-03T18:35:52.0894861",
                "storeID": 14,
                "barcode": "sample string 15",
                "directCode": "sample string 16",
                "productName": "sample string 17",
                "salesMode": 18,
                "orderPacked": 19,
                "invoice": {
                  "$id": "121",
                  "inventoryInvoiceGuid": "casmqfA9y0mZYhD1uD6XrQ==",
                  "invoiceIdentifier": "a926ab71-3df0-49cb-9962-10f5b83e97ad",
                  "inventoryGuid": "vkwwqH17skqqLQwtUN5YAg==",
                  "inventoryIdentifier": "a8304cbe-7b7d-4ab2-aa2d-0c2d50de5802",
                  "supplierIdentifier": "OFfpZF6oUkGIrKnKO2C4gQ==",
                  "supplierGuid": "64e95738-a85e-4152-88ac-a9ca3b60b881",
                  "orderGuid": "zqJo/3MKm0WQqQbL5T/OwA==",
                  "orderIdentifier": "ff68a2ce-0a73-459b-90a9-06cbe53fcec0",
                  "invoiceHeaderIdentifier": "u6HTOSD+Ikm+eo9g/vFI0w==",
                  "invoiceHeaderGuid": "39d3a1bb-fe20-4922-be7a-8f60fef148d3",
                  "created": "2026-06-03T18:35:52.0894861",
                  "ordered": "2026-06-03T18:35:52.0894861",
                  "storeID": 1,
                  "bestOrExpire": "2026-06-03T18:35:52.0894861",
                  "bestOrExpireType": 1,
                  "units": 1,
                  "weight": 1,
                  "received": "2026-06-03T18:35:52.0894861",
                  "cost": 1,
                  "totalCost": 1,
                  "freightCost": 1,
                  "inStock": 1,
                  "pluG_UID": "/47216V7jE+eNzOESll+nA==",
                  "pluGuid": "d7f68eff-7ba5-4f8c-9e37-33844a597e9c",
                  "orderInventoryGuid": "XAQ3ZbPj0Umjmw4Ey5u3FQ==",
                  "orderInventoryIdentifier": "6537045c-e3b3-49d1-a39b-0e04cb9bb715",
                  "supplier": {
                    "$ref": "9"
                  },
                  "inventoryUnits": [
                    {
                      "$id": "122",
                      "invoiceItemNo": 1,
                      "inventoryInvoiceGuid": "WZqqDPKHVkmCRLB51sPgXg==",
                      "invoiceIdentifier": "0caa9a59-87f2-4956-8244-b079d6c3e05e",
                      "inventoryGuid": "ulq8GKNxCEGW/z/hInPUXg==",
                      "inventoryIdentifier": "18bc5aba-71a3-4108-96ff-3fe12273d45e",
                      "serialNumber": "sample string 3",
                      "sold": "2026-06-03T18:35:52.0894861",
                      "saleItemID": 1,
                      "storeID": 1,
                      "returned": "2026-06-03T18:35:52.0894861",
                      "dumped": 1,
                      "saleHeaderID": 1
                    },
                    {
                      "$ref": "122"
                    }
                  ]
                },
                "invoiceHeaderIdentifier": "tzk3028FcUa/VrRaptsCRw==",
                "invoiceHeaderGuid": "d33739b7-056f-4671-bf56-b45aa6db0247",
                "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-06-03T18:35:52.0894861"
                },
                "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,
          "products": [
            {
              "$id": "124",
              "parentPluGuid": "ca446b67-94bf-4027-ac50-4fc8f1c1aa75",
              "product": {
                "$ref": "2"
              },
              "inventory": {
                "$ref": "119"
              },
              "storeID": 2,
              "storeName": "sample string 3",
              "dayWeighting": {
                "$id": "125",
                "sunday": 1.1
              },
              "explanations": [
                {
                  "$id": "126",
                  "pluG_UID": "d5g2+sPjlkyK3NZRY7rYbQ==",
                  "pluGuid": "fa369877-e3c3-4c96-8adc-d65163bad86d",
                  "consolidatedSales": {
                    "$id": "127",
                    "1": {
                      "$id": "128",
                      "discountPercentage": 1,
                      "days": 2,
                      "quantity": 3.1,
                      "aws": 3.1,
                      "cartonQuantity": 4.1,
                      "lowQuality": true
                    },
                    "2": {
                      "$ref": "128"
                    }
                  },
                  "dailyPrices": {
                    "$id": "129",
                    "2026-06-03T18:35:52.0894861": {
                      "$id": "130",
                      "date": "2026-06-03T18:35:52.0894861",
                      "salePrice": 1,
                      "campaign": "sample string 2",
                      "campaignDescription": "sample string 3",
                      "combo": true,
                      "comboPriceGroupG_UID": "nF0tZOnDkEC9LtEueUk8bw==",
                      "comboPriceGroupGuid": "642d5d9c-c3e9-4090-bd2e-d12e79493c6f"
                    }
                  },
                  "onHandPredictions": [
                    {
                      "$id": "131",
                      "autoOrderGuid": "LlmhHdj3yEWFfNurm1REbg==",
                      "autoOrderIdentifier": "1da1592e-f7d8-45c8-857c-dbab9b54446e",
                      "pluG_UID": "W0ruK0g/PkW80NxySpi2YA==",
                      "pluGuid": "2bee4a5b-3f48-453e-bcd0-dc724a98b660",
                      "childPLUG_UID": "ijWHk7SumUeAtj4RmX7Rqw==",
                      "childPluGuid": "9387358a-aeb4-4799-80b6-3e11997ed1ab",
                      "date": "2026-06-03T18:35:52.0894861",
                      "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": "131"
                    }
                  ],
                  "predictions": [
                    {
                      "$ref": "131"
                    },
                    {
                      "$ref": "131"
                    }
                  ],
                  "product": {
                    "$ref": "2"
                  }
                },
                {
                  "$ref": "126"
                }
              ]
            },
            {
              "$ref": "124"
            }
          ],
          "supplierOrderingDetail": {
            "$ref": "12"
          },
          "manufacturerSupplier": "866bb66e-394a-47e6-9d10-ab84e0e6473b",
          "cartonQuantity": 1,
          "sellPrice": 1,
          "cost": 1,
          "costDecimals": 1,
          "bufferDays": 6,
          "boostDays": 7
        },
        {
          "$ref": "118"
        }
      ],
      "boosts": [
        {
          "$id": "132",
          "autoOrderGuid": "XI1ILI2k3kSZ7nF9Pc6hyA==",
          "autoOrderIdentifier": "2c488d5c-a48d-44de-99ee-717d3dcea1c8",
          "date": "2026-06-03T18:35:52.0894861",
          "boost": 2
        },
        {
          "$ref": "132"
        }
      ]
    },
    "supplierName": "sample string 34",
    "supplierStoreID": 1,
    "supplierCartonsOnly": true,
    "supplierEnforceMinimumQuantity": true,
    "supplierMinimumOrderValue": 1,
    "storeName": "sample string 37",
    "orderCode": {
      "$id": "133",
      "code": "sample string 1",
      "description": "sample string 2"
    },
    "store": {
      "$ref": "3"
    },
    "supplier": {
      "$ref": "9"
    },
    "totalCostInc": 38.0,
    "totalPickedCostInc": 39.0,
    "totalReceivedCostInc": 40.0,
    "total": {
      "$id": "134",
      "orderGuid": "vGpyhb92g0Cbq6AwFQegjA==",
      "orderIdentifier": "85726abc-76bf-4083-9bab-a0301507a08c",
      "supplierIdentifier": "r8I6PUfCPEWpWSad1VzG7Q==",
      "supplierGuid": "3d3ac2af-c247-453c-a959-269dd55cc6ed",
      "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": "113"
      },
      {
        "$ref": "113"
      }
    ],
    "transportCompany": {
      "$id": "135",
      "identifier": "p2NpOdIE+EGEUadTD9raLw==",
      "identifierGuid": "396963a7-04d2-41f8-8451-a7530fdada2f",
      "companyName": "sample string 1",
      "abn": "sample string 2",
      "address1": "sample string 3",
      "address2": "sample string 4",
      "telephone": "sample string 5",
      "primaryContactGuid": "t9XJk/KCQk+kTxWu8YThtQ==",
      "primaryContactID": "93c9d5b7-82f2-4f42-a44f-15aef184e1b5",
      "primaryContact": {
        "$ref": "10"
      }
    },
    "isMetcashSorted": true,
    "backupOrderType": "sample string 42",
    "backupOrderTypeDescription": "sample string 43",
    "backupTradingPartner": 1,
    "backupHostIdentifier": "a68710ed-3e03-46fe-9862-ad412aa9346f"
  },
  "invoiceDetail": {
    "$id": "136",
    "identifier": "XHbQrdQZ1kyzoU0wEegUNg==",
    "identifierGuid": "add0765c-19d4-4cd6-b3a1-4d3011e81436",
    "headerIdentifier": "UJ6qU0fup0aR/dVmKoT3aA==",
    "headerIdentifierGuid": "53aa9e50-ee47-46a7-91fd-d5662a84f768",
    "pluG_UID": "IqccWsgiYE+kU2XBYICl+g==",
    "pluGuid": "5a1ca722-22c8-4f60-a453-65c16080a5fa",
    "pageNo": 1,
    "lineNo": 1,
    "itemOrdered": "sample string 1",
    "itemShipped": "sample string 2",
    "apn": "sample string 3",
    "barcode": "sample string 4",
    "prodStatus": 0,
    "dateAvailable": "2026-06-03T18:35:52.0894861",
    "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,
    "extendedCostSpecified": true,
    "cartonCostSpecified": true,
    "freightAmount": 16,
    "freightGstAmount": 17,
    "extFreightAmount": 18,
    "extFreightGstAmount": 19,
    "costDecimals": 20,
    "wetRate": 1,
    "containerDeposit": 1,
    "basePrice": 1,
    "wetValue": 1,
    "deliveryFee": 1,
    "casePrice": 1,
    "wholesaleExt": 1,
    "wetExt": 1,
    "totalLitres": 1,
    "tun": "sample string 21",
    "applyDetails": true,
    "applySell": true,
    "applyCost": true,
    "applyOr": true,
    "applyQty": true,
    "itemNumber": "sample string 22",
    "directNumber": "sample string 23",
    "itemSize": "sample string 24",
    "costGst": 1,
    "sellGst": 1,
    "costOr": 1,
    "sellOr": 1,
    "marginOr": 1,
    "grossProfit": 1.0,
    "sell": 1,
    "cartonCost": 1,
    "currentCost": 1,
    "costID": "A",
    "costStart": "2026-06-03T18:35:52.0894861",
    "costEnd": "2026-06-03T18:35:52.0894861",
    "createdFromUnknownScan": true,
    "orderGuid": "0UvVh8h7REeP51WtP/MFrQ==",
    "orderIdentifierGuid": "87d54bd1-7bc8-4744-8fe7-55ad3ff305ad",
    "processed": true,
    "received": true,
    "inventoried": true,
    "fromElectronicInvoice": true,
    "allowDelete": true,
    "updated": "2026-06-03T18:35:52.0894861",
    "invoiceNo": "sample string 30",
    "hasInventory": true,
    "existingCost": 32.1,
    "existingSell": 33.1,
    "futureCost": 1.1,
    "futureSell": 1.1,
    "nextSell": 1.1,
    "nextSellCampaignName": "sample string 34",
    "nextSellCampaignDescription": "sample string 35",
    "dealCost": {
      "$ref": "109"
    },
    "nextCost": {
      "$ref": "109"
    },
    "lastChance": true,
    "holdOff": 37,
    "holdOffDate": "2026-06-03T18:35:52.0894861",
    "unknownScan": {
      "$id": "137",
      "pluG_UID": "p4ShlUY37kWcp6IWle+O2g==",
      "pluGuid": "95a184a7-3746-45ee-9ca7-a21695ef8eda",
      "invoiceIdentifier": "Mv6My4wp20a+OY9NSCpjkQ==",
      "invoiceGuid": "cb8cfe32-298c-46db-be39-8f4d482a6391",
      "barcode": "sample string 3",
      "itemNumber": "sample string 4",
      "created": "2026-06-03T18:35:52.0894861"
    },
    "productActive": true,
    "productSalesMode": 39,
    "productGSTPercent": 40,
    "productCostCalcMethod": 41,
    "productAlwaysApplyMargin": true,
    "productMarginRanged": true,
    "productMargin": 1.1,
    "productMinimumMargin": 1.1,
    "productMaximumMargin": 1.1,
    "priceGroupG_UID": "HvrrOxa+a0qUwGq2TmiFMw==",
    "priceGroupGuid": "3bebfa1e-be16-4a6b-94c0-6ab64e688533",
    "priceGroupName": "sample string 44",
    "priceGroupCode": "sample string 45",
    "product": {
      "$ref": "2"
    },
    "incrementCount": true,
    "minimumQuantity": 1,
    "randomWeight": true,
    "salesMode": 47,
    "cartons": 1,
    "weight": 1,
    "units": 1,
    "autoOrderStatus": 1,
    "invoiceDetailReceive": true
  },
  "autoOrderDetail": {
    "$ref": "118"
  },
  "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:
PKz��\��y�5xl/workbook.xml �(�����0D�&�C��H���x��}��4�n����[ �x�3;�vʉܫ%z���/\Ňl!����Od�ĝ$�!D鞂�T6Խ5� �$�
�#E��z���ay�z? =�(
���x`���=N~�����&kH����_,��X�p�8���g�\��p��.o�R��"1�;{��b�]PKz��\����	�[Content_Types].xml �(����J�0�_��*M�D��V�*��d�
�d�k��<�H���V���=
��|�o��|����������+�����7l���e۶~=E�"�zlXO�@Ճ��C�3]HNR~���R��uU�<���������a��36��b7םQ
�1Z�$�8z�R��3
tP��-c�� g����_M��Of���~O�s�T���� ����P<�D��e=1Z��a2�b
��%#H'�2}���e�B)��~j/F�t��PK
z��\�.��''_rels/.rels �(�<?xml version="1.0" encoding="utf-8"?><Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships"><Relationship Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument" Target="xl/workbook.xml" Id="Rc13b0cb32b0e4dc8" /></Relationships>PKz��\/%Î�&xl/worksheets/sheet1.xml �(��Z�r9���ti����ԐĹ'�����㘊1) q>����������tt��E�������O�XN�7�C]�ᠺ9�_Lo~�.�	Ç'G�����UU��Y>X�V�_F���U5�,�����.��dE�.~�旗���������Y��R8ZTדM����Z��k�kQM.6K�]ߥ�M�7Ó��)e_�~��.���~0�`������yZ�.���;��\����x�6�Q|���l1��.'��W��Ϫ鏫��61������`6]s7�&7��N/VW��XhPh}�{��Ͼ���N�wqfgvq�-���G�o��vo}��{�S>h��x���n���C��r>kc��m<��"Dp.T��~��x(�S�4D�����������x�x��pT�!��V9TVeNP�WkO��A���:b.C�n��
�oц�.��=P�:	PC�A��!��uFA:IP���U�U{���>d2$�
}�Va�c0�P�C���[
T�8KӂW��I�:z�$��r�B�,�F拙I{F7��P��^v�if ��
༲:���=s��LҞi�~�Ct�@�I��g�SE�{��2�3Iz�!�P�@޳Q�%��M$�����ik�G>C��	M�;e,�_�##A�$h��M����$={hɵIr�UtC�F��1ow����y�W��@U0���g[҃��l�ۤ=뚧f��q��!i�b���Q���g��Mڳ���""����I��g��BE��6t���&��Zz��� M�*C$	�jI�51TEh�5@�"�&�QY*���D��’$�U�18�;��x�"�$Ihނ��
��,^�$	�V4$)�k�bP68Z�&)B-E�#u�t:��s�OJ�Z�FH��uA��m?Ij)Z,�� ����e2$)Bl���Y���T���0�u{4".I��{��%)�Z�F���-�0�]-E��T�h�!��ː��Y�"1	��h����]�$I��͐4�jM�/4]LT��~u���%M�Z��t�@�Ԟ�ۜ��&]�IP�_����� �(L�Du�I��z�X"q�V��=�&�x5a�"�{z���"��ף�
P{��&-�kf��ox��Eˮa�J���=3���چ�$-�o��EM,�Y����R
�q�L3:_�0icS4;�֏�l���k-��.��t=jȜ�OZ�y��[������Nst�}��ˡǓ���h1�,6Ô������WJ���rxr��D���c��q�ۈG]�i#w��x�E@q�E�6�i�mij.·ϻ��F��"b�R`���J�0V_F��x}+@�g�1�N�0j������(@���1v?�����*@��c��a얂	
��lh��dDFp)X�0�K���Q\
v���R0�e$��%-c�Liͥ`K�y�i9ς3-�Y���<޴�g���y�	�g���y�	�g���y
�g���y<
�g���y\
�g����,��1�ǂO�y,��1�ǂO�y,��1�ǂO�y,�M��X�c<��:��X�)�nB�)r��"�Y�)r��"�Y�)r��"�Y�)r��"�Y�)r�����5y�N�ԝ��	��t�&O��./��a�v�\'��Xxz:���O�����aY�v�/;ܗ=��ٹ��	����5g`c�zf�3��g�c�ا�r?�!_zf��3��g�{�Xٶ��>�|�7��o�o�i�೾��}�/��lP���s@)Y��M�%8�����e��y��.&��Cr�#X"pL���g�5o��0'o-�^�K�K�T�xy�Pg.�u0B!
��
^��x�jP#!��������O~,���0�ly��g����~�潰>�`�XK��k5�+��&��t>_U�ͷi�?);�PKz��\OL��Pxl/_rels/workbook.xml.rels �(���Mn� F����˿U�l��6��0�Vl@@��l]�H�BQ*�Dꢛ��|Oo4|����e&o��dtGW��0r�CGOA=5t�Y�q�o�q���'�wt�>3�ň��XԱ��[ ��
̂8€,�b.e�{&9\-��h���8-��`v6��G�@�܀��?�g�c�E*%/����m_��c��8>{������w��4��jé�����|
.n:uJ�D��5T
̥*��������PKz��\Ѓ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��PKz��\T����/xl/sharedStrings.xml �(���n�8�}��#ϫD��Aw'�1&�'NO;X�R"��%�(��Y�o��A��{�l�A�ź�?�����-��gι}� EZbZ�>�}}�lEgV���,�dz#ag��?}`�^k�>����᧋���=b�����j�j��v�P��!�>�pm;��#Z�-Ҳ)�g�w�h
�GCV=���>ԟ��.�O.���<V�T_���5&EM3J�)zS��I��-^5\ޘF�Ęh�/��)l]��C�O�Y�P�PL��o�"/e��b]`���Ԙ�('���+F�:~#t�Rk\$�a�T�xݔ��3}חu�XO0�y��M�R��̀7(}e:���52\�e�����
�1
�*�N
���k��=ʵy64}%�S�c�x/�(�Y�,��OM���X�� ��ZӣDk�~-h�͛��hG"��IԌA���av�k�ř�}")�o���s먞�be��C�M[O��F_e�0���ɗ���6���
l�����z���E�����vZK+z���ϸH��^��{�M�ơ���_����sޕ�ks�P�uQפF4��r��} �	~�X�zAE�	y[��1�f��H_���������4%f�/���f4���yC�԰�
ck����
���i�ÛC���H҉�V���=2���cM~���ۋ|[ȋ��/����V�e���8\zє'��$M���m�q�X��k�fK�I�!����!'��p�X8���i�w�O��U�)e"�6��Q��
7�x���%���[zY&	
�<�{(�2�
���h(	�g�Q��45{���eF�]��o��?��̀����{8&�_������w\���2p�2�Iʽ;�B
8���e���[�uQ{����bӰ�<���s��
���|�GV��ز	Y�n��>�9����'jh���VV��wZC>ˡ|c9�
U<����9r��4|0���m@�KU6�Y-*$r����!I�Y~��Af!+�q�8 �`!tސ�Q�(�O�	���I�.Ÿ���]l�9��;�m�r�:^�R�	6�(���SYA-p��%�:~euƜ����p���xKҲ�J�ӹ]Nw+r�T����C���GE>�c��#2�`���CŢ��Q��!���&j�O�,4vED͛����\�3�=����GE��Q����w�Z۾���c�9�ؤj�	��=�~�Ժ���HN����d�z�;7Y�R>�9}����(���U�A:�8�s�X�l�n�A�NP�:�����XfPW��˨J� d�L�RM��=��)N�聮MVOЎ�������o��<�ɹ޼�yvU��'�H�JL�^�<�'�K�'�\l���,#�o����$CM^�M�
���3�v�n���z�32��K��O��i��;��^��z#ZoL�?�p�a&��\:B
83��
=3�73�ޮhf�A�:�zW@�#ƽ�$������Qsg�������l`��7{ml���ȥ�u����
'm&<=p�|Mc��b��uv&n��P)z}���r�GGv	����k8��m��������d`��?�`��o��������,mg��=[�t�.&�4ZFV�M=Ϸ��]Z~DPBp�K2f�Q�i=��gH]�T��q�/=���P��:C���TZ���٠�-V�[�s���B���zvHTK�:�a-q��4\ئt	ɍP������6�I1䇲 �.�,���T�R0���_6�x����ۄ,\JT*��1{��<a�a���ܩ��F�Ia,�ڐs��mgY�w�1b��K'��=L4C1�s��M?C�u���w��r�	��qf� �u,�IV�v����?<��Oث�7� ������@a����}!y&OUd���4ҴQ�J���X �̧���F�r�ժ���"l���CDz���:�&��^ �Nh�n�{8$�R�Lp�E�tzҿ����i4B9Ofi,3+sl���3[���å�8d�A~Ok�;�GG�V��P��G�n0�+ֿ� ͒��̸��0��ܠ��+�(������g
���9w%�︧�yf��NQ�H���S&n9U��CaӢL�ΐ��q<p��H`�3=����P:��ʺ�ta|&�6�r��>7$��+��(Jh�2�H��nIEQn�ά�*���a�e
Qo+i�A:�R��ud�귲I_��l����NL�A�Z�9�1�����W@'�!�'Hdp�;�F�=v�ǭ[��WO0*Խ���&8�d2!�L�"wS�a,S%�r�_bD��q��̩���	�5�ݭ�u36�5[;��׼ԉ���ߢ)��m˰*
|~�.�c;:�hH]��NX�X(KR�e�N<��n����]�����F�_S)�B�W�+<BF�^��[>�Հq�
iQ$	rm+#Q��!V�x��')rBe�x)���_�k����D�؁�4�`)�c��`ۅ=�-ҩZ�I{aDVy ��gV��gE�� �h)�%��΢h6�51�h�ȟfv����:	�e�K8J1�c����$ԇ1��7Ds��<�7컬��m�����7>Eo��>�K�L��8
���`"qG���l寠��)��=!�#�x
!�;6�����W�qȠ(q˅�{(R`��2�P�{�a�F2��{�3"�l�O�����K��GCB������l�v�''��t>W�
F�164ϑI*���թ��6����{k�	gv�]?M-'x.���(�?����,�!x����(7�*�h�o���|)��:���������şb(��T��a�h�/��RSy��'Ue2
y�7��7C��è�!�H�x�Ə��E*�	\<>K����8Ўo��ݽ����L%;�g��̶7��3��s�wG��Qy	����4s���C-V�ֵp�l
��@�*U{���y�l��w.XN�

,��(ꈼg�~C&B�)F�������<��s3��s�,�h��.����D���q%�f�dn_*��LwQ��u6Պ~��dvjvN�ɧ*����E♅�_��72&�5��A,U���Huh7��J����Q���(�Bd�~�xp@�P����1���FDk��]��9��T����*��q�J+P`�+Qg��"����RB�bDw�Nr�؊�k^]Q�_4�{����?)�`n�9��9;��_��d����3˧g�{f�����}�1z�<�{��c��/��|��=v~�!��9��I�kf�z�Goٔ�e�՟�PK-z��\��y�5xl/workbook.xmlPK-z��\����	��[Content_Types].xmlPK-
z��\�.��''U_rels/.relsPK-z��\/%Î�&�xl/worksheets/sheet1.xmlPK-z��\OL��P�xl/_rels/workbook.xml.relsPK-z��\Ѓc'2E
�xl/styles.xmlPK-z��\T����/`xl/sharedStrings.xmlPK��

application/vnd.ms-excel

Sample:
PKz��\!�Cg�5xl/workbook.xml �(�����0��&�C��@R8q���{)�m�?ik��-%�x�3;���Ÿ�`�}Ԭ}�Z,B�
!�P�_�w�q��(ݓ�i�z��
t E�U��̂4�i=�h���u�F/��7�bR��|B����d4�����"�)�`�ERH3-�Y`%�6�8��52�������P������Q���PKz��\����	�[Content_Types].xml �(����J�0�_��*M�D��V�*��d�
�d�k��<�H���V���=
��|�o��|����������+�����7l���e۶~=E�"�zlXO�@Ճ��C�3]HNR~���R��uU�<���������a��36��b7םQ
�1Z�$�8z�R��3
tP��-c�� g����_M��Of���~O�s�T���� ����P<�D��e=1Z��a2�b
��%#H'�2}���e�B)��~j/F�t��PK
z��\
�R''_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="R0f2ec48f2872488f" /></Relationships>PKz��\/%Î�&xl/worksheets/sheet1.xml �(��Z�r9���ti����ԐĹ'�����㘊1) q>����������tt��E�������O�XN�7�C]�ᠺ9�_Lo~�.�	Ç'G�����UU��Y>X�V�_F���U5�,�����.��dE�.~�旗���������Y��R8ZTדM����Z��k�kQM.6K�]ߥ�M�7Ó��)e_�~��.���~0�`������yZ�.���;��\����x�6�Q|���l1��.'��W��Ϫ鏫��61������`6]s7�&7��N/VW��XhPh}�{��Ͼ���N�wqfgvq�-���G�o��vo}��{�S>h��x���n���C��r>kc��m<��"Dp.T��~��x(�S�4D�����������x�x��pT�!��V9TVeNP�WkO��A���:b.C�n��
�oц�.��=P�:	PC�A��!��uFA:IP���U�U{���>d2$�
}�Va�c0�P�C���[
T�8KӂW��I�:z�$��r�B�,�F拙I{F7��P��^v�if ��
༲:���=s��LҞi�~�Ct�@�I��g�SE�{��2�3Iz�!�P�@޳Q�%��M$�����ik�G>C��	M�;e,�_�##A�$h��M����$={hɵIr�UtC�F��1ow����y�W��@U0���g[҃��l�ۤ=뚧f��q��!i�b���Q���g��Mڳ���""����I��g��BE��6t���&��Zz��� M�*C$	�jI�51TEh�5@�"�&�QY*���D��’$�U�18�;��x�"�$Ihނ��
��,^�$	�V4$)�k�bP68Z�&)B-E�#u�t:��s�OJ�Z�FH��uA��m?Ij)Z,�� ����e2$)Bl���Y���T���0�u{4".I��{��%)�Z�F���-�0�]-E��T�h�!��ː��Y�"1	��h����]�$I��͐4�jM�/4]LT��~u���%M�Z��t�@�Ԟ�ۜ��&]�IP�_����� �(L�Du�I��z�X"q�V��=�&�x5a�"�{z���"��ף�
P{��&-�kf��ox��Eˮa�J���=3���چ�$-�o��EM,�Y����R
�q�L3:_�0icS4;�֏�l���k-��.��t=jȜ�OZ�y��[������Nst�}��ˡǓ���h1�,6Ô������WJ���rxr��D���c��q�ۈG]�i#w��x�E@q�E�6�i�mij.·ϻ��F��"b�R`���J�0V_F��x}+@�g�1�N�0j������(@���1v?�����*@��c��a얂	
��lh��dDFp)X�0�K���Q\
v���R0�e$��%-c�Liͥ`K�y�i9ς3-�Y���<޴�g���y�	�g���y�	�g���y
�g���y<
�g���y\
�g����,��1�ǂO�y,��1�ǂO�y,��1�ǂO�y,�M��X�c<��:��X�)�nB�)r��"�Y�)r��"�Y�)r��"�Y�)r��"�Y�)r�����5y�N�ԝ��	��t�&O��./��a�v�\'��Xxz:���O�����aY�v�/;ܗ=��ٹ��	����5g`c�zf�3��g�c�ا�r?�!_zf��3��g�{�Xٶ��>�|�7��o�o�i�೾��}�/��lP���s@)Y��M�%8�����e��y��.&��Cr�#X"pL���g�5o��0'o-�^�K�K�T�xy�Pg.�u0B!
��
^��x�jP#!��������O~,���0�ly��g����~�潰>�`�XK��k5�+��&��t>_U�ͷi�?);�PKz��\�PI��Pxl/_rels/workbook.xml.rels �(���KN�0@�b͞�	V>�n7l�-��;��Q;��B�Ƃ#q�"A*�`��h~OO��|�Xmަ��ɇ�Yy&��E��Wp��C
��jG��i"�a,�ؠ��8?q�ФC�f���9?�R��Y�Q��!J��e��e��]�
H�O����:�(�k�ST�S
��,Q�m[��,�	�82�`�nj!^F
�^��R�n���j)E!�*c���%�t�Ӳ�P�d]��P`N�A���XPKz��\Ѓ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��PKz��\T����/xl/sharedStrings.xml �(���n�8�}��#ϫD��Aw'�1&�'NO;X�R"��%�(��Y�o��A��{�l�A�ź�?�����-��gι}� EZbZ�>�}}�lEgV���,�dz#ag��?}`�^k�>����᧋���=b�����j�j��v�P��!�>�pm;��#Z�-Ҳ)�g�w�h
�GCV=���>ԟ��.�O.���<V�T_���5&EM3J�)zS��I��-^5\ޘF�Ęh�/��)l]��C�O�Y�P�PL��o�"/e��b]`���Ԙ�('���+F�:~#t�Rk\$�a�T�xݔ��3}חu�XO0�y��M�R��̀7(}e:���52\�e�����
�1
�*�N
���k��=ʵy64}%�S�c�x/�(�Y�,��OM���X�� ��ZӣDk�~-h�͛��hG"��IԌA���av�k�ř�}")�o���s먞�be��C�M[O��F_e�0���ɗ���6���
l�����z���E�����vZK+z���ϸH��^��{�M�ơ���_����sޕ�ks�P�uQפF4��r��} �	~�X�zAE�	y[��1�f��H_���������4%f�/���f4���yC�԰�
ck����
���i�ÛC���H҉�V���=2���cM~���ۋ|[ȋ��/����V�e���8\zє'��$M���m�q�X��k�fK�I�!����!'��p�X8���i�w�O��U�)e"�6��Q��
7�x���%���[zY&	
�<�{(�2�
���h(	�g�Q��45{���eF�]��o��?��̀����{8&�_������w\���2p�2�Iʽ;�B
8���e���[�uQ{����bӰ�<���s��
���|�GV��ز	Y�n��>�9����'jh���VV��wZC>ˡ|c9�
U<����9r��4|0���m@�KU6�Y-*$r����!I�Y~��Af!+�q�8 �`!tސ�Q�(�O�	���I�.Ÿ���]l�9��;�m�r�:^�R�	6�(���SYA-p��%�:~euƜ����p���xKҲ�J�ӹ]Nw+r�T����C���GE>�c��#2�`���CŢ��Q��!���&j�O�,4vED͛����\�3�=����GE��Q����w�Z۾���c�9�ؤj�	��=�~�Ժ���HN����d�z�;7Y�R>�9}����(���U�A:�8�s�X�l�n�A�NP�:�����XfPW��˨J� d�L�RM��=��)N�聮MVOЎ�������o��<�ɹ޼�yvU��'�H�JL�^�<�'�K�'�\l���,#�o����$CM^�M�
���3�v�n���z�32��K��O��i��;��^��z#ZoL�?�p�a&��\:B
83��
=3�73�ޮhf�A�:�zW@�#ƽ�$������Qsg�������l`��7{ml���ȥ�u����
'm&<=p�|Mc��b��uv&n��P)z}���r�GGv	����k8��m��������d`��?�`��o��������,mg��=[�t�.&�4ZFV�M=Ϸ��]Z~DPBp�K2f�Q�i=��gH]�T��q�/=���P��:C���TZ���٠�-V�[�s���B���zvHTK�:�a-q��4\ئt	ɍP������6�I1䇲 �.�,���T�R0���_6�x����ۄ,\JT*��1{��<a�a���ܩ��F�Ia,�ڐs��mgY�w�1b��K'��=L4C1�s��M?C�u���w��r�	��qf� �u,�IV�v����?<��Oث�7� ������@a����}!y&OUd���4ҴQ�J���X �̧���F�r�ժ���"l���CDz���:�&��^ �Nh�n�{8$�R�Lp�E�tzҿ����i4B9Ofi,3+sl���3[���å�8d�A~Ok�;�GG�V��P��G�n0�+ֿ� ͒��̸��0��ܠ��+�(������g
���9w%�︧�yf��NQ�H���S&n9U��CaӢL�ΐ��q<p��H`�3=����P:��ʺ�ta|&�6�r��>7$��+��(Jh�2�H��nIEQn�ά�*���a�e
Qo+i�A:�R��ud�귲I_��l����NL�A�Z�9�1�����W@'�!�'Hdp�;�F�=v�ǭ[��WO0*Խ���&8�d2!�L�"wS�a,S%�r�_bD��q��̩���	�5�ݭ�u36�5[;��׼ԉ���ߢ)��m˰*
|~�.�c;:�hH]��NX�X(KR�e�N<��n����]�����F�_S)�B�W�+<BF�^��[>�Հq�
iQ$	rm+#Q��!V�x��')rBe�x)���_�k����D�؁�4�`)�c��`ۅ=�-ҩZ�I{aDVy ��gV��gE�� �h)�%��΢h6�51�h�ȟfv����:	�e�K8J1�c����$ԇ1��7Ds��<�7컬��m�����7>Eo��>�K�L��8
���`"qG���l寠��)��=!�#�x
!�;6�����W�qȠ(q˅�{(R`��2�P�{�a�F2��{�3"�l�O�����K��GCB������l�v�''��t>W�
F�164ϑI*���թ��6����{k�	gv�]?M-'x.���(�?����,�!x����(7�*�h�o���|)��:���������şb(��T��a�h�/��RSy��'Ue2
y�7��7C��è�!�H�x�Ə��E*�	\<>K����8Ўo��ݽ����L%;�g��̶7��3��s�wG��Qy	����4s���C-V�ֵp�l
��@�*U{���y�l��w.XN�

,��(ꈼg�~C&B�)F�������<��s3��s�,�h��.����D���q%�f�dn_*��LwQ��u6Պ~��dvjvN�ɧ*����E♅�_��72&�5��A,U���Huh7��J����Q���(�Bd�~�xp@�P����1���FDk��]��9��T����*��q�J+P`�+Qg��"����RB�bDw�Nr�؊�k^]Q�_4�{����?)�`n�9��9;��_��d����3˧g�{f�����}�1z�<�{��c��/��|��=v~�!��9��I�kf�z�Goٔ�e�՟�PK-z��\!�Cg�5xl/workbook.xmlPK-z��\����	��[Content_Types].xmlPK-
z��\
�R''U_rels/.relsPK-z��\/%Î�&�xl/worksheets/sheet1.xmlPK-z��\�PI��P�xl/_rels/workbook.xml.relsPK-z��\Ѓc'2E
�xl/styles.xmlPK-z��\T����/_xl/sharedStrings.xmlPK��