GET api/dumpstock/{id}?relations={relations}

Get dump stock record, with relational data

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

Dumpstock ID

integer

Required

relations

Boolean that represents whether relational data should be loaded

boolean

Default value is True

Body Parameters

None.

Response Information

Resource Description

DumpStock record

DumpStock
NameDescriptionTypeAdditional information
ID

integer

None.

PLUG_UID

Collection of byte

None.

PluGuid

globally unique identifier

None.

PLU

integer

None.

APN

string

None.

StoreID

integer

None.

DumpedOnUtc

date

None.

DumpedOn

date

None.

DumpedOnText

string

None.

Quantity

decimal number

None.

SoldByWeight

integer

None.

Cost

integer

None.

CostDecimals

integer

None.

CostGSTPercent

integer

None.

Value

integer

None.

SellGSTPercent

integer

None.

FuelItem

integer

None.

Barcode

Scanned Barcode of dumped item

string

None.

BestOrExpire

Embedded use by information of scanned barcode

date

None.

Markdown

If the dumped item was on markdown

boolean

None.

Reason

Inventory Reason

integer

None.

DeptID

integer

None.

DeptCode

string

String length: inclusive between 0 and 20

ZoneID

integer

None.

OperatorID

integer

None.

OperatorG_UID

Collection of byte

None.

OperatorGuid

globally unique identifier

None.

MachineID

integer

None.

Processed

integer

None.

Deleted

integer

None.

SaleHeaderGuidIdentifier

globally unique identifier

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

FromInventory

boolean

Deprecated. Inventory refactoring means that this is no longer necessary.

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

StoreName

string

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

OperatorName

string

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

MachineName

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.

InventoryReason

InventoryReason

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

Operator

Operator

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

Response Formats

application/json, text/json

Sample:
{
  "id": 1,
  "pluG_UID": "ITNzkyhaREa9aWeySOOp0Q==",
  "pluGuid": "93733321-5a28-4644-bd69-67b248e3a9d1",
  "plu": 1,
  "apn": "sample string 2",
  "storeID": 1,
  "dumpedOnUtc": "2025-10-05T00:01:11.5624073",
  "dumpedOn": "2025-10-05T00:01:11.5624073",
  "dumpedOnText": "sample string 5",
  "quantity": 6.0,
  "soldByWeight": 1,
  "cost": 1,
  "costDecimals": 7,
  "costGSTPercent": 8,
  "value": 9,
  "sellGSTPercent": 10,
  "fuelItem": 11,
  "barcode": "sample string 12",
  "bestOrExpire": "2025-10-05T00:01:11.5624073",
  "markdown": true,
  "reason": 14,
  "deptID": 1,
  "deptCode": "sample string 15",
  "zoneID": 1,
  "operatorID": 1,
  "operatorG_UID": "R3/KuwIAn0uNYAMFBclvTw==",
  "operatorGuid": "bbca7f47-0002-4b9f-8d60-030505c96f4f",
  "machineID": 1,
  "processed": 1,
  "deleted": 1,
  "saleHeaderGuidIdentifier": "e35e9ddb-f87c-40a3-9028-b1adb8e035fc",
  "fromInventory": true,
  "storeName": "sample string 17",
  "operatorName": "sample string 18",
  "machineName": "sample string 19",
  "product": {
    "$id": "2",
    "plu": 1,
    "storeID": 1,
    "masterPluG_UID": "QEA=",
    "storeIDs": [
      1,
      2
    ],
    "g_UId": "StOkVPMWME28gVObMkrT0Q==",
    "guid": "54a4d34a-16f3-4d30-bc81-539b324ad3d1",
    "apn": "sample string 1",
    "apnChanged": true,
    "apnSwitched": true,
    "barcode": "sample string 4",
    "itemNumber": "sample string 5",
    "itemNumberChanged": true,
    "priceGroupG_UID": "RUw2kmHeY0yqYMqZOLHPAA==",
    "priceGroupGuid": "92364c45-de61-4c63-aa60-ca9938b1cf00",
    "blueprintID": 1,
    "lastCountedDate": "2025-10-05T00:01:11.5624073",
    "externalID": "sample string 7",
    "active": true,
    "activated": "2025-10-05T00:01:11.5624073",
    "pluCreated": "2025-10-05T00:01:11.5624073",
    "createdByUser": "sample string 9",
    "name": "sample string 10",
    "nameChanged": true,
    "secondDescription": "sample string 12",
    "hostDescription": "sample string 13",
    "keepCartonQty": true,
    "keepDescription": true,
    "keepDepartments": true,
    "keepSuppliers": true,
    "markdownDescription": "sample string 18",
    "altDescription": "sample string 19",
    "bestOrExpire": 20,
    "lastUpdate": "2025-10-05T00:01:11.5624073",
    "lastManualUpdate": "2025-10-05T00:01:11.5624073",
    "imageName": "sample string 23",
    "showImageOnFlipCharts": true,
    "showTextOnFlipCharts": true,
    "overrideFlipChartText": true,
    "flipChartText": "sample string 27",
    "salesMode": 1,
    "eftCode": 1,
    "price": 1,
    "priceChanged": true,
    "rrp": 1,
    "gstPercent": 28,
    "gstPercentChanged": true,
    "costGSTPercent": 29,
    "costGSTPercentChanged": true,
    "wetPercent": 1,
    "priceOverride": 1,
    "cost": 1,
    "currentCost": 1,
    "currentCostDecimals": 1,
    "grossProfit": 1.0,
    "currentCostDesc": "sample string 30",
    "currentCostEnd": "2025-10-05T00:01:11.5624073",
    "currentCostUpdated": "2025-10-05T00:01:11.5624073",
    "costDecimals": 31,
    "costChanged": true,
    "dealCostIdentifier": "QEA=",
    "excludeFromRebate": true,
    "rebateOverride": 1,
    "costCalcMethod": 32,
    "costCalcMethodChanged": true,
    "costEffectiveDate": "2025-10-05T00:01:11.5624073",
    "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": "2025-10-05T00:01:11.5624073",
    "posTare": 1,
    "altPrice": 1.0,
    "altPriceChanged": true,
    "altPriceMode": 53,
    "altPriceModeChanged": true,
    "altPLUG_UID": "1IZvSByadE+lDZJtQVTnuQ==",
    "altPLUGuid": "486f86d4-9a1c-4f74-a50d-926d4154e7b9",
    "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": "2025-10-05T00:01:11.5624073",
    "labelLastPrice": 1,
    "shelfPageLayoutG_UID": "H6wzOw8ibkid+am4h934lQ==",
    "shelfPageLayoutGuid": "3b33ac1f-220f-486e-9df9-a9b887ddf895",
    "talkerPageLayoutG_UID": "ayD49ZtNQ02xEnTZ4Q6pig==",
    "talkerPageLayoutGuid": "f5f8206b-4d9b-4d43-b112-74d9e10ea98a",
    "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,
    "trackSerial": true,
    "trackSerialChanged": true,
    "allowZeroPrice": true,
    "allowZeroPriceChanged": true,
    "notForSale": 91,
    "notForSaleChanged": true,
    "excludeFromDeals": true,
    "excludeFromVoucher": true,
    "minimumAge": 94,
    "minimumAgeChanged": true,
    "buyingLimit": 1,
    "buyingLimitChanged": true,
    "buyingLimitIndependent": true,
    "buyingLimitIndependentChanged": true,
    "inventoryGuid": "Nzw4M6F4s0WPVrPIkjSqLQ==",
    "inventoryIdentifier": "33383c37-78a1-45b3-8f56-b3c89234aa2d",
    "inventoryAccuracy": 1,
    "baseUnits": 98,
    "orderPacked": 1,
    "isManufactured": true,
    "isIngredient": true,
    "isModifier": true,
    "isModifierChanged": true,
    "hasModifiers": 99,
    "defaultPrinter": "sample string 100",
    "defaultPrinterGroup": "sample string 101",
    "ingredientsOnManufacture": true,
    "manufactureUnitMeasure": 1,
    "mpl": 1,
    "maxShelfQty": 102,
    "allowAutoOrder": true,
    "warrantyPeriod": 1,
    "parentPluG_UId": "7fk309Eq40qHeH/hVUqmyQ==",
    "parentPluGuid": "d337f9ed-2ad1-4ae3-8778-7fe1554aa6c9",
    "preferredHostVendor": 104,
    "preferredHostChanged": true,
    "code": "sample string 106",
    "supplierIdentifier": "47UISq/0Y0CdBcGeE/25hQ==",
    "supplierIdentifierGuid": "4a08b5e3-f4af-4063-9d05-c19e13fdb985",
    "supplierChanged": true,
    "rebateSupplierIdentifier": "+2sJdCeIzkuPR7dz2sDlQQ==",
    "rebateSupplierIdentifierGuid": "74096bfb-8827-4bce-8f47-b773dac0e541",
    "rebateSupplierChanged": true,
    "availableForOrder": true,
    "warehouseDirectIndicator": "sample string 108",
    "warehouseDirectIndicatorChanged": true,
    "productGrade": "sample string 110",
    "productType": "sample string 111",
    "productGroup": "sample string 112",
    "complianceIndicator": "sample string 113",
    "inhouseBrand": "sample string 114",
    "slowMoving": true,
    "generalMerchandise": true,
    "comment": "sample string 117",
    "lastUpdatedByUser": "sample string 118",
    "lastManualUpdatedByUser": "sample string 119",
    "lastUpdatedByUserOverride": true,
    "lastUpdatedByHost": "2025-10-05T00:01:11.5624073",
    "commodity": "sample string 121",
    "businessPillar": "sample string 122",
    "mscCommodity": "sample string 123",
    "hostIdentifier": "3NIwj2SObE629W+nEG0iqw==",
    "hostIdentifierGuid": "8f30d2dc-8e64-4e6c-b6f5-6fa7106d22ab",
    "serviceFeeID": 1,
    "serviceFeeIDChanged": true,
    "providerName": "sample string 125",
    "aisleEnds": "sample string 126",
    "deleted": true,
    "deletedChanged": true,
    "hidden": true,
    "doNotRange": true,
    "doNotRangeChanged": true,
    "doNotOrder": true,
    "doNotOrderChanged": true,
    "locked": true,
    "excludeFromWebUpdate": true,
    "excludeFromWebUpdateChanged": true,
    "webPriceBasedOn": 137,
    "webPriceRounding": true,
    "webMarkup": 139,
    "webPriceMode": 140,
    "altDepartmentID": 1,
    "altSubDepartmentID": 1,
    "altMinorDepartmentID": 1,
    "altLesserDepartmentID": 1,
    "altDeptCode": "sample string 141",
    "altSubDeptCode": "sample string 142",
    "altMinorDeptCode": "sample string 143",
    "altLesserDeptCode": "sample string 144",
    "altDepartmentChanged": true,
    "storeProducts": [
      {
        "$ref": "2"
      },
      {
        "$ref": "2"
      }
    ],
    "store": {
      "$id": "3",
      "id": 1,
      "isMaster": true,
      "shortName": "sample string 3",
      "url": "sample string 4",
      "sortOrder": 1,
      "name": "sample string 5",
      "phone": "sample string 6",
      "fax": "sample string 7",
      "email": "sample string 8",
      "address1": "sample string 9",
      "address2": "sample string 10",
      "city": "sample string 11",
      "state": "sample string 12",
      "country": "sample string 13",
      "postCode": "sample string 14",
      "delivery": 1,
      "exportAccounts": 1,
      "salesAccountFolder": "sample string 15",
      "purchaseAccountFolder": "sample string 16",
      "initLoad": 1,
      "initIDs": 1,
      "zoneID": 1,
      "actAsMaster": 1,
      "lastActiveUtc": "2025-10-05T00:01:11.5624073",
      "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": "lxD0BW4pskO4j/iTa/Y+Xg==",
      "hostIdentifierGuid": "05f41097-296e-43b2-b88f-f8936bf63e5e",
      "hostName": 1,
      "hostAddress": "sample string 27",
      "hostUsername": "sample string 28",
      "hostPassword": "sample string 29",
      "excludeFromLeadInOut": true,
      "accountingProvider": 31,
      "accountingAddress": "sample string 32",
      "accountingUsername": "sample string 33",
      "accountingPassword": "sample string 34",
      "storeAccountingCode": "sample string 35",
      "softwareVariance": 36,
      "fuelWarningVariance": 37.0,
      "fuelErrorVariance": 38.0,
      "fuelAccumulatedWarningVariance": 39.0,
      "fuelAccumulatedErrorVariance": 40.0,
      "drawManagment": 41,
      "endOfDayManagment": true,
      "autoFillCashBalancing": true,
      "fuelDayVariance": 44,
      "accountingTradingTime": "00:00:00.1234567",
      "stockActivateProduct": 46,
      "giftCardSalesAccountingDeptCode": "sample string 47",
      "transactionDiscountAccountingDeptCode": "sample string 48",
      "size": 49,
      "updated": "2025-10-05T00:01:11.5624073",
      "priceZoneName": "sample string 51",
      "storeFuelConfigured": true,
      "shippingAddressCopied": true,
      "shippingAddress": {
        "$id": "4",
        "storeID": 1,
        "addressType": 1,
        "address1": "sample string 1",
        "address2": "sample string 2",
        "city": "sample string 3",
        "state": "sample string 4",
        "country": "sample string 5",
        "postCode": "sample string 6"
      },
      "billingAddress": {
        "$ref": "4"
      },
      "hostStoreSettings": [
        {
          "$id": "5",
          "id": 1,
          "hostIdentifier": "dXAFvFxV7kugTP5siiUR/Q==",
          "hostIdentifierGuid": "bc057075-555c-4bee-a04c-fe6c8a2511fd",
          "storeID": 2,
          "username": "sample string 3",
          "password": "sample string 4",
          "passwordPlain": "sample string 5",
          "serverAddress": "sample string 6",
          "serverPort": 1,
          "excludeFromLeadInOut": true,
          "useForHostFile": true,
          "metcashPillarID": "sample string 9",
          "metcashStateCode": "sample string 10",
          "metcashCustomerID": "sample string 11",
          "metcashTradingPartnerID": "sample string 12",
          "drakesCustomerNumber": 1,
          "sparCustomerNumber": "sample string 13",
          "sparOrderUsername": "sample string 14",
          "sparOrderPassword": "sample string 15",
          "sparOrderPasswordPlain": "sample string 16",
          "pharmXSiteID": 1,
          "ibaZoneID": 1,
          "ibaState": "sample string 17",
          "foodlandStoreCode": "sample string 18",
          "ilgMemberNumber": "sample string 19",
          "ilgOutletLocation": 1,
          "ilgBaseCost": 1,
          "ilgApplyNonAdvertisedPromos": true,
          "ilgExemptFromFreight": true,
          "ilgOrderDealReview": true,
          "ilgFinanceFee": 1,
          "processPromotions": true,
          "hostProvider": 0,
          "host": {
            "$id": "6",
            "identifier": "T7z6Y8m0Jk2K5JnPDm9wKQ==",
            "identifierGuid": "63fabc4f-b4c9-4d26-8ae4-99cf0e6f7029",
            "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": "nEoL8WD0MEiqyBp+jhzdXw==",
            "hostSupplierIdentifierGuid": "f10b4a9c-f460-4830-aac8-1a7e8e1cdd5f",
            "loyaltyPriceLevelIdentifier": "o/C3h/OAzUuCX3qnmXzrJQ==",
            "loyaltyPriceLevelIdentifierGuid": "87b7f0a3-80f3-4bcd-825f-7aa7997ceb25",
            "isGroup": true,
            "description": "sample string 22",
            "hostProvider": 23,
            "hostTypeEnum": 24,
            "hostType": "sample string 25",
            "hostCode": "sample string 26",
            "username": "sample string 27",
            "password": "sample string 28",
            "passwordPlain": "sample string 29",
            "server": "sample string 30",
            "url": "sample string 31",
            "global": true,
            "stateCode": "sample string 33",
            "lastCollected": "2025-10-05T00:01:11.5624073",
            "lastProcessed": "2025-10-05T00:01:11.5624073",
            "hold": true,
            "supplierName": "sample string 35",
            "supplier": {
              "$id": "7",
              "identifier": "XD/AESwCEkiUwi5SS7cdJQ==",
              "identifierGuid": "11c03f5c-022c-4812-94c2-2e524bb71d25",
              "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": "crMtU996nk+dtuZJ+oNPFA==",
              "primaryContactID": "532db372-7adf-4f9e-9db6-e649fa834f14",
              "storeID": 1,
              "abn": "sample string 16",
              "supplierGroupIdentifier": "N6clxemJ4k6Hrk5uoVypaw==",
              "supplierGroupGuid": "c525a737-89e9-4ee2-87ae-4e6ea15ca96b",
              "rebate": 1.0,
              "rebateType": 1,
              "rebateFrequency": 1,
              "rebateSource": 1,
              "rebateLastClaimed": "2025-10-05T00:01:11.5624073",
              "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": "8",
                "id": "c5488fc1-c53d-4f9a-a238-ca4de9e8a27e",
                "identifier": "yvsnlnJizEOQbApSvdgcoQ==",
                "identifierGuid": "9627fbca-6272-43cc-906c-0a52bdd81ca1",
                "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": "9",
                  "supplierIdentifier": "5/J33BKF70uWRedspV+/YQ==",
                  "supplierIdentifierGuid": "dc77f2e7-8512-4bef-9645-e76ca55fbf61",
                  "contactGuid": "QiouAPFbpUWHn+kMJ0ECOw==",
                  "contactID": "002e2a42-5bf1-45a5-879f-e90c2741023b",
                  "contact": {
                    "$ref": "8"
                  },
                  "supplier": {
                    "$ref": "7"
                  }
                },
                {
                  "$ref": "9"
                }
              ],
              "products": [
                {
                  "$id": "10",
                  "pluG_UID": "XTIsVC3MmESXylE1YZWGqg==",
                  "pluGuid": "542c325d-cc2d-4498-97ca-5135619586aa",
                  "supplierIdentifier": "ZQ3RN3vTw021HBy5X0Yu5g==",
                  "supplierIdentifierGuid": "37d10d65-d37b-4dc3-b51c-1cb95f462ee6",
                  "cartonQuantity": 1,
                  "cartonQuantityChanged": true,
                  "productSize": "sample string 3",
                  "cigarettesPerSleeve": 1,
                  "randomWeight": true,
                  "piecesPerUnit": 5,
                  "averagePackSize": 6,
                  "effectiveDate": "2025-10-05T00:01:11.5624073",
                  "pricedByWeight": true,
                  "landedUnitCostEx": 9,
                  "landedUnitCostInc": 10,
                  "landedCartonCostInc": 11,
                  "landedCartonCostEx": 12,
                  "standardCost": 13,
                  "deliveryFee": 1,
                  "deliveryFeeBasis": "sample string 14",
                  "pickAndPackFee": 1,
                  "pickAndPackFeeBasis": "sample string 15",
                  "financeFee": 1,
                  "financeFeeBasis": "sample string 16",
                  "cartonLength": 1,
                  "cartonWidth": 1,
                  "cartonHeight": 1,
                  "palletLayerQuantity": 1,
                  "palletLayers": 1,
                  "itemCode": "sample string 17",
                  "invoiceCode": "sample string 18",
                  "invoiceDesc": "sample string 19",
                  "orderDirect": true,
                  "useCost": true,
                  "minimumQuantity": 20,
                  "hostType": 21,
                  "fromHost": 22,
                  "minimumReorder": 1,
                  "maximumReorder": 1,
                  "orderMultiple": 23.1,
                  "sellMultiple": 24.1,
                  "baseMultiple": 25.1,
                  "hostStandardCost": 26,
                  "hostTotalCost": 27,
                  "hostRetail": 28,
                  "hostLandedUnitCostEx": 29,
                  "hostLandedUnitCostInc": 30,
                  "hostDesc": "sample string 31",
                  "directIndicator": "sample string 32",
                  "availableToOrder": true,
                  "hostRangeIndicator": "sample string 34",
                  "hostProductType": "sample string 35",
                  "hostProductGrade": "sample string 36",
                  "hostProductGroup": "sample string 37",
                  "hostSlowMoving": true,
                  "hostGeneralMerchandise": true,
                  "hostPillar": "sample string 40",
                  "hostLastUpdated": "2025-10-05T00:01:11.5624073",
                  "rebate": 1.0,
                  "rebateExclude": true,
                  "invoiceCodes": [
                    {
                      "$id": "11",
                      "pluG_UID": "vCzXYcbwfkqWm+hrMAHfpg==",
                      "pluGuid": "61d72cbc-f0c6-4a7e-969b-e86b3001dfa6",
                      "supplierIdentifier": "NFdd14ZUbUiny5WsUBEWKg==",
                      "supplierIdentifierGuid": "d75d5734-5486-486d-a7cb-95ac5011162a",
                      "invoiceCode": "sample string 1",
                      "storeIDs": [
                        1,
                        2
                      ]
                    },
                    {
                      "$ref": "11"
                    }
                  ],
                  "storeIDs": [
                    1,
                    2
                  ],
                  "preferredSupplier": true,
                  "preferredRebateSupplier": true,
                  "supplierName": "sample string 41",
                  "salesMode": 42,
                  "orderPacked": true,
                  "active": true,
                  "price": 1,
                  "costGstPercent": 44,
                  "parentPluG_UID": "46gYQl5Tdkm8VkIYE1G0Rw==",
                  "parentPluGuid": "4218a8e3-535e-4976-bc56-42181351b447",
                  "freight": 45.0,
                  "freightType": 1,
                  "product": {
                    "$ref": "2"
                  },
                  "supplier": {
                    "$ref": "7"
                  },
                  "serviceFee": {
                    "$id": "12",
                    "id": 1,
                    "description": "sample string 1",
                    "fee": 1
                  },
                  "isPrimaryHost": true,
                  "hostVendor": 47
                },
                {
                  "$ref": "10"
                }
              ],
              "orderCycleHeaders": [
                {
                  "$id": "13",
                  "storeID": 1,
                  "supplierIdentifier": "8HeMtLkyUU+9npcLypvQaw==",
                  "supplierGuid": "b48c77f0-32b9-4f51-bd9e-970bca9bd06b",
                  "departmentCode": "sample string 2",
                  "warehouseDirectIndicator": "sample string 3",
                  "type": 4,
                  "storeName": "sample string 5",
                  "departmentName": "sample string 6",
                  "orderDays": 7
                },
                {
                  "$ref": "13"
                }
              ],
              "cycles": [
                {
                  "$id": "14",
                  "storeID": 1,
                  "supplierIdentifier": "pvlAmXj9t0uVuHce59dLNA==",
                  "supplierGuid": "9940f9a6-fd78-4bb7-95b8-771ee7d74b34",
                  "departmentCode": "sample string 2",
                  "warehouseDirectIndicator": "sample string 3",
                  "type": 4,
                  "cutOffWeek": 5,
                  "cutOffDay": 6,
                  "cutOffTime": "00:00:00.1234567",
                  "leadTime": 7,
                  "daysBuffer": 8,
                  "supplierName": "sample string 9",
                  "cutOffDate": "2025-10-05T00:01:11.5624073",
                  "deliveryDate": "2025-10-05T00:01:11.5624073",
                  "nextCutOffDate": "2025-10-05T00:01:11.5624073",
                  "nextDeliveryDate": "2025-10-05T00:01:11.5624073",
                  "nextDaysBuffer": 10
                },
                {
                  "$ref": "14"
                }
              ],
              "store": {
                "$ref": "3"
              },
              "updated": "2025-10-05T00:01:11.5624073",
              "isHost": true
            },
            "files": [
              {
                "$id": "15",
                "id": "sample string 1",
                "fileName": "sample string 2",
                "extension": "sample string 3",
                "provider": 0,
                "type": 0,
                "hostType": "sample string 4",
                "createdUtc": "2025-10-05T00:01:11.5624073",
                "processed": "2025-10-05T00:01:11.5624073",
                "isProcessing": true,
                "processedCount": 6,
                "processingTime": 1,
                "collectedUtc": "2025-10-05T00:01:11.5624073",
                "size": 1,
                "sizeFormat": "sample string 7",
                "isArchive": true,
                "version": "sample string 9",
                "reference": "sample string 10",
                "digest": "sample string 11",
                "contentType": "sample string 12",
                "host": {
                  "$ref": "6"
                },
                "metcashHeader": {
                  "$id": "16",
                  "customerNumber": "sample string 1",
                  "creationDate": "2025-10-05T00:01:11.5624073",
                  "businessPillar": "sample string 3",
                  "fileType": "sample string 4"
                }
              },
              {
                "$ref": "15"
              }
            ],
            "zoneMatrix": [
              {
                "$id": "17",
                "id": 1,
                "hostIdentifier": "7r8UkIJ3xkeUxfOfyGMjJQ==",
                "hostIdentifierGuid": "9014bfee-7782-47c6-94c5-f39fc8632325",
                "storeID": 1,
                "departmentCode": "sample string 2",
                "hostGuids": [
                  "30093c31-4007-4596-b662-5aca5ccccc50",
                  "f1a19ef2-c22d-4e90-b01e-bc37a31f66aa"
                ]
              },
              {
                "$ref": "17"
              }
            ],
            "hostFileStoreSetting": {
              "$ref": "5"
            },
            "hostStoreSettings": [
              {
                "$ref": "5"
              },
              {
                "$ref": "5"
              }
            ],
            "promotionPlacements": [
              {
                "$id": "18",
                "identifier": "5vZeSLJnwEePH3oHHSTuqA==",
                "identifierGuid": "485ef6e6-67b2-47c0-8f1f-7a071d24eea8",
                "code": "sample string 2",
                "description": "sample string 3",
                "isAdvertised": true
              },
              {
                "$ref": "18"
              }
            ],
            "promoTypeGuids": [
              "549d03e5-e6a1-4b08-9335-931d4bd78121",
              "08fe764e-33ee-4639-8305-33771ba9aca0"
            ],
            "isPromotionOnly": false,
            "isOrderable": false,
            "vendor": 0
          },
          "groupIDs": [
            1,
            2
          ],
          "hostDescription": "sample string 24"
        },
        {
          "$ref": "5"
        }
      ],
      "accounts": [
        {
          "$id": "19",
          "id": 1,
          "storeID": 1,
          "accountName": "sample string 2",
          "bsb": "sample string 3",
          "accountNumber": "sample string 4",
          "accountDesignated": true
        },
        {
          "$ref": "19"
        }
      ],
      "sales": [
        {
          "$id": "20",
          "id": 1,
          "storeID": 1,
          "externalSalesType": 2,
          "ftpSiteID": 1,
          "lastSaleProcessed": "2025-10-05T00:01:11.5624073",
          "ftpSite": {
            "$id": "21",
            "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": "20"
        }
      ],
      "zoneMatrix": [
        {
          "$ref": "17"
        },
        {
          "$ref": "17"
        }
      ],
      "cashManagements": [
        {
          "$id": "22",
          "id": 1,
          "storeID": 1,
          "cashManagementType": 2,
          "apiID": 1,
          "organisationID": "sample string 3",
          "siteName": "sample string 4",
          "thirdPartyAPI": {
            "$id": "23",
            "id": 1,
            "description": "sample string 2",
            "address": "sample string 3",
            "username": "sample string 4",
            "password": "sample string 5",
            "passwordPlain": "sample string 6",
            "token": "sample string 7",
            "apiType": 8,
            "apiSubType": 9
          }
        },
        {
          "$ref": "22"
        }
      ],
      "updateStoreID": "614b5502-344f-470f-8ee4-3065ffe9e89b",
      "updateStore": {
        "$id": "24",
        "id": "dcf63826-8c66-4eb6-8436-471c7661bf43",
        "name": "sample string 1",
        "lastActivity": "2025-10-05T00:01:11.5624073",
        "zone": "sample string 2",
        "timeZoneOffset": 0.0,
        "businessHoursStart": "00:00:00.1234567",
        "businessHoursEnd": "00:00:00.1234567",
        "master": true,
        "lastIP": "sample string 10",
        "lastHostName": "sample string 11",
        "ping": 1,
        "pingStatus": "sample string 12",
        "lastUpdateCompleted": "2025-10-05T00:01:11.5624073"
      },
      "timeZoneId": "sample string 53",
      "securityOptions": {
        "$id": "25",
        "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": "26",
        "pluG_UID": "FpuwLfeB5EyaqF39evkedw==",
        "pluGuid": "2db09b16-81f7-4ce4-9aa8-5dfd7af91e77",
        "plu": 1,
        "storeID": 1,
        "zoneID": 2,
        "zoneName": "sample string 3",
        "store": "sample string 4",
        "priceNow": 5,
        "costNow": 6,
        "costNowDecimals": 7,
        "normalPrice": 8,
        "priceNext": 1,
        "costNext": 1,
        "costNextDecimals": 9,
        "nextCampaignName": "sample string 10",
        "gstPercent": 11,
        "normalCost": 12,
        "normalCostDecimals": 13,
        "costGstPercent": 14,
        "costCalcMethod": 1,
        "currentCost": 15,
        "currentCostDecimals": 16,
        "break1": 17,
        "price1": 18,
        "break2": 19,
        "price2": 20,
        "break3": 21,
        "price3": 22,
        "fuelItem": 23,
        "fixedWeight": 24,
        "active": true,
        "complianceIndicator": "sample string 25",
        "doNotOrder": true,
        "doNotRange": true,
        "isNormalPriceChangesCampaign": true,
        "updated": "2025-10-05T00:01:11.5624073"
      },
      {
        "$ref": "26"
      }
    ],
    "currentPrices": {
      "$id": "27",
      "pluPrices": {
        "$id": "28",
        "plu": 1,
        "pluG_UID": "QEA=",
        "stores": [
          1,
          2
        ],
        "normalPrice": 1,
        "cost": 2,
        "break1": 3,
        "price1": 4,
        "break2": 5,
        "price2": 6,
        "break3": 7,
        "price3": 8,
        "discountPrice": 9,
        "acceptedUtc": "2025-10-05T00:01:11.5624073",
        "priceChangeType": 0,
        "costDecimals": 10
      },
      "normalPluPrices": {
        "$ref": "28"
      },
      "winningCampaign": 1,
      "winner": {
        "$id": "29",
        "campaignName": "sample string 1",
        "campaignDescription": "sample string 2",
        "startDate": "2025-10-05T00:01:11.5624073",
        "startTime": 3,
        "endDate": "2025-10-05T00:01:11.5624073",
        "endTime": 4,
        "newPrice": 5,
        "newCost": 6,
        "newCostDecimals": 7,
        "pctDiscount": 8,
        "promoType": 1,
        "promotionTypeCode": "sample string 9",
        "hostType": 10,
        "hostIdentifier": "pdQfmoDMu0mOSpt6gv/hXA==",
        "hostIdentifierGuid": "9a1fd4a5-cc80-49bb-8e4a-9b7a82ffe15c",
        "storeNames": [
          "sample string 1",
          "sample string 2"
        ]
      },
      "details": [
        {
          "$ref": "29"
        },
        {
          "$ref": "29"
        }
      ]
    },
    "tray": {
      "$id": "30",
      "g_UId": "qtpLuVjqgUeus5qXS59ZZg==",
      "guid": "b94bdaaa-ea58-4781-aeb3-9a974b9f5966",
      "name": "sample string 1",
      "number": 1,
      "tare": 1
    },
    "priceGroup": {
      "$id": "31",
      "priceGroupG_UID": "ugjHtm6U/0G31B24Wn7Bog==",
      "priceGroupGuid": "b6c708ba-946e-41ff-b7d4-1db85a7ec1a2",
      "name": "sample string 2",
      "code": 1,
      "modified": true,
      "updated": "2025-10-05T00:01:11.5624073",
      "buyingLimit": 1,
      "buyingLimitIndependent": true,
      "buyingLimitType": 0,
      "number": 1,
      "products": [
        {
          "$ref": "2"
        },
        {
          "$ref": "2"
        }
      ],
      "productCount": 1
    },
    "priceGroupName": "sample string 146",
    "nutrifacts": {
      "$id": "32",
      "pluG_UID": "x5TFGazUEUy3f0CNPlbqog==",
      "pluGuid": "19c594c7-d4ac-4c11-b77f-408d3e56eaa2",
      "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": "33",
      "pluGuid": "5d0388bc-5331-43b8-a757-3e9826d388f8",
      "created": "2025-10-05T00:01:11.5624073",
      "createdByUser": "sample string 1",
      "activated": "2025-10-05T00:01:11.5624073",
      "deactivated": "2025-10-05T00:01:11.5624073",
      "lastOrdered": "2025-10-05T00:01:11.5624073",
      "lastOrderedQty": 2.0,
      "lastReceived": "2025-10-05T00:01:11.5624073",
      "lastReceivedQty": 3.0,
      "lastInvoiceStatus": 1,
      "lastCounted": "2025-10-05T00:01:11.5624073",
      "lastSold": "2025-10-05T00:01:11.5624073",
      "firstSold": "2025-10-05T00:01:11.5624073",
      "awsUpdated": "2025-10-05T00:01:11.5624073",
      "lastManualUpdate": "2025-10-05T00:01:11.5624073",
      "lastManualUpdatedByUser": "sample string 5",
      "lastUpdated": "2025-10-05T00:01:11.5624073",
      "lastUpdatedByUser": "sample string 7",
      "lastUpdatedByHost": "2025-10-05T00:01:11.5624073",
      "doNotRangeUpdated": "2025-10-05T00:01:11.5624073",
      "doNotOrderUpdated": "2025-10-05T00:01:11.5624073",
      "tracked": "2025-10-05T00:01:11.5624073"
    },
    "allergens": [
      {
        "$id": "34",
        "allergenID": 1,
        "pluG_UID": "vL0dma+vI0eCb0auhqOHaw==",
        "pluGuid": "991dbdbc-afaf-4723-826f-46ae86a3876b",
        "contains": 2,
        "allergenName": "sample string 3",
        "storeIDs": [
          1,
          2
        ]
      },
      {
        "$ref": "34"
      }
    ],
    "costs": {
      "$id": "35",
      "pluG_UID": "1MltPynSJE20FS9fBCjQXA==",
      "pluGuid": "3f6dc9d4-d229-4d24-b415-2f5f0428d05c",
      "enteredCost": 1,
      "weightedAvgCost": 1,
      "lastCost": 1,
      "rawEnteredCost": 2,
      "rawWeightedAvgCost": 3,
      "rawLastCost": 4,
      "freight": 5.0,
      "freightType": 6,
      "costDecimals": 7,
      "fifoCost": 1,
      "updated": "2025-10-05T00:01:11.5624073",
      "normalCost": 1,
      "currentCost": 1
    },
    "sales": [
      {
        "$id": "36",
        "saleHeaderID": 1,
        "created": "2025-10-05T00:01:11.5624073",
        "createdLocal": "2025-10-05T00:01:11.5624073",
        "storeID": 3,
        "storeName": "sample string 4",
        "operatorG_Uid": "fRwtA628p0eXIl+U4ySf+g==",
        "operatorGuid": "032d1c7d-bcad-47a7-9722-5f94e3249ffa",
        "operatorName": "sample string 5",
        "tranType": 1,
        "plu": 1,
        "pluG_UId": "qumqphp/qEimm1Wy8gAtRQ==",
        "pluGuid": "a6aae9aa-7f1a-48a8-a69b-55b2f2002d45",
        "normalPrice": 1,
        "totalCents": 1,
        "cost": 1,
        "grossProfit": 1,
        "quantity": 1,
        "operator": {
          "$id": "37",
          "id": 1,
          "g_Uid": "FbxHlyskj0WvRvgPcr42fg==",
          "guid": "9747bc15-242b-458f-af46-f80f72be367e",
          "operatorNumber": 1,
          "shortName": "sample string 2",
          "firstName": "sample string 3",
          "lastName": "sample string 4",
          "password": "sample string 5",
          "hasPassword": true,
          "passwordText": "sample string 6",
          "rfidTagID": "sample string 7",
          "blueprintID": 1,
          "groupID": 1,
          "groupName": "sample string 8",
          "managerGroupID": 1,
          "managerGroupName": "sample string 9",
          "zoneID": 1,
          "zoneName": "sample string 10",
          "loggedIn": 1,
          "lastUsedIP": "sample string 11",
          "deleted": true,
          "locked": true,
          "allowOpenTill": true,
          "webEmail": "sample string 14",
          "simpleOperatorType": 0,
          "webRole": "sample string 15",
          "updated": "2025-10-05T00:01:11.5624073",
          "passwordResetRequired": true,
          "alteredInStore": true,
          "startShift": "2025-10-05T00:01:11.5624073",
          "endShift": "2025-10-05T00:01:11.5624073",
          "machineName": "sample string 20",
          "drawerID": 1,
          "stores": [
            {
              "$id": "38",
              "operatorG_UID": "xw7x2N2BaUa22zI6SWwuEg==",
              "operatorGuid": "d8f10ec7-81dd-4669-b6db-323a496c2e12",
              "storeID": 2,
              "operator": {
                "$ref": "37"
              },
              "store": {
                "$ref": "3"
              }
            },
            {
              "$ref": "38"
            }
          ]
        }
      },
      {
        "$ref": "36"
      }
    ],
    "apns": [
      {
        "$id": "39",
        "pluID": 1,
        "pluG_UID": "/bJBPWInMEar0AQM9KNmWg==",
        "pluGuid": "3d41b2fd-2762-4630-abd0-040cf4a3665a",
        "apn": "sample string 1",
        "deleted": true,
        "storeID": 1,
        "storeIDs": [
          1,
          2
        ]
      },
      {
        "$ref": "39"
      }
    ],
    "tuns": [
      {
        "$id": "40",
        "pluG_UId": "+GKuatBU+0aMfP8RcT0ZDA==",
        "pluGuid": "6aae62f8-54d0-46fb-8c7c-ff11713d190c",
        "apn": "sample string 1",
        "tun": "sample string 2",
        "cartonQuantity": 3,
        "product": {
          "$ref": "2"
        },
        "storeIDs": [
          1,
          2
        ]
      },
      {
        "$ref": "40"
      }
    ],
    "competitionPricing": [
      {
        "$id": "41",
        "identifier": "TLPcf0bE+UORJJuwb2kd6A==",
        "identifierGuid": "7fdcb34c-c446-43f9-9124-9bb06f691de8",
        "pluG_UID": "6DAFis0Jb0u5Ga/hiBfvuw==",
        "pluGuid": "8a0530e8-09cd-4b6f-b919-afe18817efbb",
        "competitionID": 1,
        "name": "sample string 2",
        "sellMultiple": 3,
        "retailPrice": 4,
        "storeName": "sample string 5"
      },
      {
        "$ref": "41"
      }
    ],
    "supplier": {
      "$ref": "7"
    },
    "supplierName": "sample string 147",
    "children": [
      {
        "$ref": "2"
      },
      {
        "$ref": "2"
      }
    ],
    "ordering": {
      "$ref": "10"
    },
    "flipChartPages": [
      {
        "$id": "42",
        "identifier": "7Nds6VfzFUStHVkQpLi49Q==",
        "groupName": "sample string 1",
        "identifierGuid": "e96cd7ec-f357-4415-ad1d-5910a4b8b8f5",
        "exists": true,
        "flipChartIdentifier": "T1ui4n4g6UmXY46R+3tbBw==",
        "flipChartIdentifierGuid": "e2a25b4f-207e-49e9-9763-8e91fb7b5b07",
        "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": "LrGIO2ov2UOIrHBjy0k0cA==",
        "groupIdentifierGuid": "3b88b12e-2f6a-43d9-88ac-7063cb493470",
        "flipChart": {
          "$id": "43",
          "identifier": "DSDeypL2CUWXouvrRWJCsw==",
          "identifierGuid": "cade200d-f692-4509-97a2-ebeb456242b3",
          "displayName": "sample string 2",
          "sortOrder": 3,
          "productsPerRow": 4,
          "rowsPerPage": 5,
          "buttonMarginX": 6,
          "buttonMarginY": 7,
          "beginButtonsX": 8,
          "beginButtonsY": 9,
          "autoSizeButtons": true,
          "autoSizeGrid": true,
          "showButtonText": true,
          "showButtonImage": true,
          "formLocationX": 1,
          "formLocationY": 1,
          "formWidth": 14,
          "formHeight": 15,
          "formMaximised": true,
          "formResizable": true,
          "formBackgroundImage": "sample string 16",
          "formBackgroundColourA": 1,
          "formBackgroundColourR": 1,
          "formBackgroundColourG": 1,
          "formBackgroundColourB": 1,
          "formFontFamily": "sample string 17",
          "formFontSize": 1.1,
          "formFontStyle": 1,
          "formAttributes": "sample string 18",
          "buttonWidth": 19,
          "buttonHeight": 20,
          "buttonAnchor": 21,
          "buttonBackgroundImage": "sample string 22",
          "buttonTopColour": 1,
          "buttonTextColour": 1,
          "buttonBottomColour": 1,
          "buttonBorderColour": 1,
          "buttonBorderWidth": 1,
          "buttonRadius": 1,
          "buttonGradientMode": 1,
          "buttonDropShadow": true,
          "buttonShadowWidth": 1,
          "buttonHighLightOnPush": true,
          "buttonFontFamily": "sample string 23",
          "buttonFontSize": 1.1,
          "buttonFontStyle": 1,
          "buttonTextAlign": 1,
          "buttonWordBreak": true,
          "buttonDrawImageAndButton": true,
          "buttonVerticalText": true,
          "buttonImageAlign": 1,
          "panelLocationX": 1,
          "panelLocationY": 1,
          "panelWidth": 1,
          "panelHeight": 1,
          "panelAnchor": 1,
          "panelFontFamily": "sample string 24",
          "panelFontSize": 1.1,
          "panelFontStyle": 1,
          "panelBackgroundColour": 1,
          "panelTextColour": 1,
          "panelAttributes": "sample string 25",
          "unsentCount": 26,
          "group": {
            "$id": "44",
            "identifier": "XX56R6YQ30uFYqPUAHQbCg==",
            "identifierGuid": "477a7e5d-10a6-4bdf-8562-a3d400741b0a",
            "name": "sample string 2",
            "formType": "sample string 3",
            "forms": [
              {
                "$id": "45",
                "id": 1,
                "g_UID": "OroYOKl3E0GNrh5yUukMXg==",
                "guid": "3818ba3a-77a9-4113-8dae-1e7252e90c5e",
                "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": "0AeYwv0fhkWySg7iG12Ybw==",
                "previousFormGuid": "c29807d0-1ffd-4586-b24a-0ee21b5d986f",
                "nextForm": 1,
                "nextFormG_UID": "dfLMXrZnbEq+YlMeK2SyNg==",
                "nextFormGuid": "5eccf275-67b6-4a6c-be62-531e2b64b236",
                "attributes": "sample string 10",
                "updated": "2025-10-05T00:01:11.5624073",
                "positioning": 1,
                "contentPanel": "sample string 11",
                "selectionMode": 1,
                "maximumSelections": 1,
                "alteredInStore": true,
                "deleted": true,
                "blueprintID": 1,
                "preserveLayout": true,
                "mainCheckoutFormName": "sample string 13",
                "nextCheckoutForm": {
                  "$ref": "45"
                },
                "previousCheckoutForm": {
                  "$ref": "45"
                },
                "buttons": [
                  {
                    "$id": "46",
                    "id": 1,
                    "checkoutFormID": 2,
                    "checkoutFormG_UID": "8JUmMvrdGkax7wgUTa0kXA==",
                    "checkoutFormGuid": "322695f0-ddfa-461a-b1ef-08144dad245c",
                    "identifier": "9cVN0LqF4Eu7pODgluc5pQ==",
                    "identifierGuid": "d04dc5f5-85ba-4be0-bba4-e0e096e739a5",
                    "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": "WC9pJDHIzUyfpKiw7Ag5MA==",
                    "valueGuid": "24692f58-c831-4ccd-9fa4-a8b0ec083930",
                    "buttonText": "sample string 10",
                    "valueText": "sample string 11",
                    "drawImageAndButton": true,
                    "updated": "2025-10-05T00:01:11.5624073",
                    "action": "sample string 12",
                    "valueForm": {
                      "$ref": "45"
                    },
                    "image": {
                      "$id": "47",
                      "name": "sample string 3.sample string 4",
                      "imageID": 2,
                      "imageName": "sample string 3",
                      "imageExtension": "sample string 4",
                      "lastUpdate": "2025-10-05T00:01:11.5624073",
                      "imageData": "QEA=",
                      "readOnly": true
                    }
                  },
                  {
                    "$ref": "46"
                  }
                ],
                "panels": [
                  {
                    "$id": "48",
                    "id": 1,
                    "checkoutFormID": 2,
                    "checkoutFormG_UID": "k9Iqx4gJ30u7dJVy5NDwjQ==",
                    "checkoutFormGuid": "c72ad293-0988-4bdf-bb74-9572e4d0f08d",
                    "panelType": "sample string 4",
                    "name": "sample string 5",
                    "locationX": 6,
                    "locationY": 7,
                    "width": 8,
                    "height": 9,
                    "anchor": 10,
                    "fontFamily": "sample string 11",
                    "fontSize": 12.1,
                    "fontStyle": 13,
                    "backgroundColour": 14,
                    "textColour": 15,
                    "attributes": "sample string 16"
                  },
                  {
                    "$ref": "48"
                  }
                ]
              },
              {
                "$ref": "45"
              }
            ],
            "panels": [
              {
                "$ref": "48"
              },
              {
                "$ref": "48"
              }
            ]
          },
          "pages": [
            {
              "$ref": "42"
            },
            {
              "$ref": "42"
            }
          ]
        },
        "contentPanel": {
          "$ref": "48"
        },
        "products": [
          {
            "$id": "49",
            "flipChartPageIdentifier": "Q7KAlPRR8kOYN8jDc32RWg==",
            "flipChartPageIdentifierGuid": "9480b243-51f4-43f2-9837-c8c3737d915a",
            "pluG_UID": "tChiZNRl2Ua740akm4/pig==",
            "pluGuid": "646228b4-65d4-46d9-bbe3-46a49b8fe98a",
            "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": "49"
          }
        ],
        "productCount": 27,
        "pages": [
          {
            "$ref": "42"
          },
          {
            "$ref": "42"
          }
        ]
      },
      {
        "$ref": "42"
      }
    ],
    "priceHistory": [
      {
        "$id": "50",
        "pluG_UID": "mCU6TLCbDEm4oAatDKaEeA==",
        "pluGuid": "4c3a2598-9bb0-490c-b8a0-06ad0ca68478",
        "price": 1,
        "costCalcMethod": 1,
        "cost": 2,
        "weightedAvgCost": 3,
        "lastCost": 4,
        "rawCost": 5,
        "rawWeightedAvgCost": 6,
        "rawLastCost": 7,
        "costDecimals": 8,
        "serviceFeeID": 9,
        "freight": 10.0,
        "freightType": 11,
        "process": "sample string 12",
        "user": "sample string 13",
        "updated": "2025-10-05T00:01:11.5624073",
        "previousPrice": 1,
        "previousCostCalcMethod": 1,
        "previousCost": 1,
        "previousWeightedAvgCost": 1,
        "previousLastCost": 1,
        "previousRawCost": 15,
        "previousRawWeightedAvgCost": 16,
        "previousRawLastCost": 17,
        "previousCostDecimals": 1,
        "previousServiceFeeID": 18,
        "previousFreight": 19.0,
        "previousFreightType": 20,
        "storeID": 21,
        "storeName": "sample string 22",
        "serviceFeeDescription": "sample string 23",
        "previousServiceFeeDescription": "sample string 24"
      },
      {
        "$ref": "50"
      }
    ],
    "ingredients": [
      {
        "$id": "51",
        "pluG_UID": "kFkNyRUhgUCdImo/7SznCw==",
        "ingredientGuid": "VUBGb7afJkCGuWODdWGJlw==",
        "ingredientIdentifier": "6f464055-9fb6-4026-86b9-638375618997",
        "quantity": 1.0,
        "storeIDs": [
          1,
          2
        ],
        "ingredientText": "sample string 1",
        "ingredient": {
          "$ref": "2"
        }
      },
      {
        "$ref": "51"
      }
    ],
    "bins": [
      {
        "$id": "52",
        "pluG_UID": "0oxdUZM+rUWpKQq+rMdIOg==",
        "pluGuid": "515d8cd2-3e93-45ad-a929-0abeacc7483a",
        "shelfLocationIdentifier": "CIXiXauM8k+qXq5iYFP/7Q==",
        "shelfLocationGuid": "5de28508-8cab-4ff2-aa5e-ae626053ffed",
        "labelShelfDefault": 1,
        "labelTalkerDefault": 1,
        "labelSmall": true,
        "labelPageLayoutG_UID": "054jc2aKw0qNbw4z7xXY6w==",
        "labelPageLayoutGuid": "73239ed3-8a66-4ac3-8d6f-0e33ef15d8eb",
        "updated": "2025-10-05T00:01:11.5624073",
        "electronicShelfLabelIdentifier": "sample string 5",
        "electronicshelfLabelsConfigurationID": 6,
        "labelShelfChanged": true,
        "productName": "sample string 8",
        "locationText": "sample string 9",
        "product": {
          "$ref": "2"
        },
        "location": {
          "$id": "53",
          "identifier": "EflJQTLGO0ykkjA/ZFqi5Q==",
          "storeID": 1,
          "identifierGuid": "4149f911-c632-4c3b-a492-303f645aa2e5",
          "name": "sample string 2",
          "haccp": true,
          "blueprintID": 1,
          "updated": "2025-10-05T00:01:11.5624073",
          "minTemp": 1,
          "maxTemp": 1,
          "checkFrequency": 1,
          "storeCaseConfiguration": 5,
          "storeName": "sample string 6",
          "bins": [
            {
              "$ref": "52"
            },
            {
              "$ref": "52"
            }
          ]
        }
      },
      {
        "$ref": "52"
      }
    ],
    "bin": {
      "$ref": "52"
    },
    "scaleLocations": [
      {
        "$id": "54",
        "plu": 1,
        "pluG_UID": "Y8DlEni0G0q89JJdKyoQbQ==",
        "pluGuid": "12e5c063-b478-4a1b-bcf4-925d2b2a106d",
        "deptNo": 1,
        "product": {
          "$ref": "2"
        },
        "scaleLocation": {
          "$id": "55",
          "id": 1,
          "deptNo": 1,
          "deptCode": "sample string 2",
          "name": "sample string 3",
          "enabled": true,
          "updated": "2025-10-05T00:01:11.5624073",
          "department": {
            "$id": "56",
            "id": 1,
            "name": "sample string 2",
            "code": "sample string 3",
            "sortOrder": 4,
            "isLiquor": true,
            "isTobacco": true,
            "excludeTalker": true,
            "externalSales": true,
            "saleGLCode": "sample string 9",
            "cogsglCode": "sample string 10",
            "accountingCategoryID": 11,
            "maximumMarkdownPercentage": 12.0,
            "accountingOnly": true,
            "generateExternalID": 1,
            "useNonReportableTaxCode": true,
            "minPLU": 15,
            "maxPLU": 16,
            "scaleLocation": {
              "$ref": "55"
            },
            "subDepartments": [
              {
                "$id": "57",
                "id": 1,
                "departmentID": 2,
                "name": "sample string 3",
                "code": "sample string 4",
                "departmentCode": "sample string 5",
                "externalSales": true,
                "minorDepartments": [
                  {
                    "$id": "58",
                    "id": 1,
                    "subDepartmentID": 2,
                    "departmentID": 3,
                    "name": "sample string 4",
                    "subDepartmentCode": "sample string 5",
                    "departmentCode": "sample string 6",
                    "code": "sample string 7",
                    "lesserDepartments": [
                      {
                        "$id": "59",
                        "id": 1,
                        "departmentID": 2,
                        "subDepartmentID": 3,
                        "minorDepartmentID": 4,
                        "name": "sample string 5",
                        "code": "sample string 6",
                        "departmentCode": "sample string 7",
                        "subDepartmentCode": "sample string 8",
                        "minorDepartmentCode": "sample string 9",
                        "updated": "2025-10-05T00:01:11.5624073",
                        "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": "p9b+tNL/bkmUUXb69iuVSw==",
                        "labelPageLayoutGuid": "b4fed6a7-ffd2-496e-9451-76faf62b954b",
                        "minimumAge": 17,
                        "countryOfOrigin": "sample string 18",
                        "serviceFeeID": 1,
                        "eftCode": 19,
                        "defaultPrinter": "sample string 20",
                        "defaultPrinterGroup": "sample string 21",
                        "buyingLimit": 1,
                        "buyingLimitIndependent": true,
                        "buyingLimitType": 0,
                        "includeInDistinctLimit": true,
                        "defaultsEmpty": false,
                        "mscCat": {
                          "$id": "60",
                          "dept": 1,
                          "category": 2,
                          "name": "sample string 3",
                          "active": true,
                          "mscCommodities": [
                            {
                              "$id": "61",
                              "dept": 1,
                              "category": 2,
                              "commodity": 3,
                              "name": "sample string 4",
                              "active": true,
                              "mscSubCommodities": [
                                {
                                  "$id": "62",
                                  "dept": 1,
                                  "category": 2,
                                  "commodity": 3,
                                  "subCommodity": 4,
                                  "name": "sample string 5",
                                  "active": true,
                                  "subCommodityCode": "sample string 7"
                                },
                                {
                                  "$ref": "62"
                                }
                              ],
                              "commodityCode": "sample string 6"
                            },
                            {
                              "$ref": "61"
                            }
                          ],
                          "categoryCode": "sample string 5"
                        },
                        "mscCom": {
                          "$ref": "61"
                        },
                        "mscDep": {
                          "$id": "63",
                          "dept": 1,
                          "name": "sample string 2",
                          "active": true,
                          "mscCategories": [
                            {
                              "$ref": "60"
                            },
                            {
                              "$ref": "60"
                            }
                          ],
                          "deptCode": "sample string 4"
                        },
                        "mscSubCom": {
                          "$ref": "62"
                        }
                      },
                      {
                        "$ref": "59"
                      }
                    ],
                    "updated": "2025-10-05T00:01:11.5624073",
                    "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": "HA1BeLZhE0u6LWl13ps+3Q==",
                    "labelPageLayoutGuid": "78410d1c-61b6-4b13-ba2d-6975de9b3edd",
                    "minimumAge": 15,
                    "countryOfOrigin": "sample string 16",
                    "serviceFeeID": 1,
                    "eftCode": 17,
                    "defaultPrinter": "sample string 18",
                    "defaultPrinterGroup": "sample string 19",
                    "buyingLimit": 1,
                    "buyingLimitIndependent": true,
                    "buyingLimitType": 0,
                    "includeInDistinctLimit": true,
                    "defaultsEmpty": false,
                    "mscCat": {
                      "$ref": "60"
                    },
                    "mscCom": {
                      "$ref": "61"
                    },
                    "mscDep": {
                      "$ref": "63"
                    },
                    "mscSubCom": {
                      "$ref": "62"
                    }
                  },
                  {
                    "$ref": "58"
                  }
                ],
                "investmentBuyOverride": true,
                "updated": "2025-10-05T00:01:11.5624073",
                "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": "F682BoNLh0Coc5iZVoEkUA==",
                "labelPageLayoutGuid": "0636af17-4b83-4087-a873-989956812450",
                "minimumAge": 15,
                "countryOfOrigin": "sample string 16",
                "serviceFeeID": 1,
                "eftCode": 17,
                "defaultPrinter": "sample string 18",
                "defaultPrinterGroup": "sample string 19",
                "buyingLimit": 1,
                "buyingLimitIndependent": true,
                "buyingLimitType": 0,
                "includeInDistinctLimit": true,
                "defaultsEmpty": false,
                "mscCat": {
                  "$ref": "60"
                },
                "mscCom": {
                  "$ref": "61"
                },
                "mscDep": {
                  "$ref": "63"
                },
                "mscSubCom": {
                  "$ref": "62"
                }
              },
              {
                "$ref": "57"
              }
            ],
            "stores": [
              1,
              2
            ],
            "investmentBuyOverride": true,
            "updated": "2025-10-05T00:01:11.5624073",
            "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": "4ZnUYRcVvECMGGXPgYD5FA==",
            "labelPageLayoutGuid": "61d499e1-1517-40bc-8c18-65cf8180f914",
            "minimumAge": 25,
            "countryOfOrigin": "sample string 26",
            "serviceFeeID": 1,
            "eftCode": 27,
            "defaultPrinter": "sample string 28",
            "defaultPrinterGroup": "sample string 29",
            "buyingLimit": 1,
            "buyingLimitIndependent": true,
            "buyingLimitType": 0,
            "includeInDistinctLimit": true,
            "defaultsEmpty": false,
            "mscCat": {
              "$ref": "60"
            },
            "mscCom": {
              "$ref": "61"
            },
            "mscDep": {
              "$ref": "63"
            },
            "mscSubCom": {
              "$ref": "62"
            }
          }
        }
      },
      {
        "$ref": "54"
      }
    ],
    "nextPrice": {
      "$id": "64",
      "id": 1,
      "campaignID": 2,
      "campaignName": "sample string 3",
      "plu": 1,
      "hostOfferID": 1,
      "metcashPromotionID": "sample string 4",
      "metcashPromotionPlacement": "sample string 5",
      "pluG_UID": "qvCS/0ISW0unldL/97wFzQ==",
      "pluGuid": "ff92f0aa-1242-4b5b-a795-d2fff7bc05cd",
      "newPrice": 1,
      "pctDiscount": 1,
      "newCost": 1,
      "newCostDecimals": 6,
      "dealCostIdentifier": "omt6YjVUKkuJU9SjdKc37g==",
      "dealCostGuid": "627a6ba2-5435-4b2a-8953-d4a374a737ee",
      "pluName": "sample string 7",
      "apn": "sample string 8",
      "fuelItem": true,
      "priceGroupG_UID": "zD8g6gHD9UyFb89jpYt1pw==",
      "priceGroupGuid": "ea203fcc-c301-4cf5-856f-cf63a58b75a7",
      "itemNumber": "sample string 10",
      "cri": "sample string 11",
      "pluPrice": 12,
      "pluCost": 13,
      "pluCostIndicator": "sample string 14",
      "pluPriceGstPercent": 15,
      "pluCostGstPercent": 16,
      "pluActive": true,
      "cartonQty": 1.1,
      "baseUnits": 18.1,
      "salesMode": 1,
      "pluNormalCost": 19,
      "pluaws": 20.0,
      "directNumber": "sample string 21",
      "departmentName": "sample string 22",
      "subDepartmentName": "sample string 23",
      "priceGroupName": "sample string 24",
      "supplierName": "sample string 25",
      "stockOnHand": 1.1,
      "stockOnOrder": 1.1,
      "lastReceived": "2025-10-05T00:01:11.5624073",
      "rrp": 26,
      "campaignDescription": "sample string 27",
      "campaignComboPriceGroupG_UID": "MAq+9sWYkkSLOGJ9alw2tg==",
      "campaignComboPriceGroupIdentifier": "f6be0a30-98c5-4492-8b38-627d6a5c36b6",
      "promotionPlacementDescription": "sample string 28",
      "storeAcceptances": [
        {
          "$id": "65",
          "plu": 1,
          "pluG_UId": "QEA=",
          "campaignID": 1,
          "campaignName": "sample string 2",
          "storeID": 3,
          "acceptedUtc": "2025-10-05T00:01:11.5624073",
          "operatorG_UID": "thy9mjmcIEip/A1MWTbyxA==",
          "operatorGuid": "9abd1cb6-9c39-4820-a9fc-0d4c5936f2c4",
          "machineID": 1,
          "processed": true,
          "appliedUtc": "2025-10-05T00:01:11.5624073",
          "signIqTicketFileMovedUtc": "2025-10-05T00:01:11.5624073",
          "user": "sample string 6",
          "campaignDescription": "sample string 7",
          "productDesc": "sample string 8",
          "storeName": "sample string 9",
          "effectiveUtc": "2025-10-05T00:01:11.5624073",
          "priceChangeType": 0,
          "operatorName": "sample string 10",
          "hostCampaign": true,
          "product": {
            "$ref": "2"
          },
          "campaignPlu": {
            "$ref": "64"
          }
        },
        {
          "$ref": "65"
        }
      ],
      "campaign": {
        "$id": "66",
        "id": 1,
        "storeID": 2,
        "name": "201c8be0-2868-4eb8-b0a0-b8f8c4837bef",
        "nameGuid": "201c8be0-2868-4eb8-b0a0-b8f8c4837bef",
        "description": "sample string 4",
        "showDiscounts": true,
        "showTotals": true,
        "onlyEvaluateOnSubtotal": true,
        "useDescription": true,
        "campaignType": 1,
        "startDate": "2025-10-05T00:01:11.5624073",
        "startTime": 1,
        "endDate": "2025-10-05T00:01:11.5624073",
        "endTime": 1,
        "recurrence": 1,
        "recurrenceType": 1,
        "monthType": 1,
        "weekDays": 1,
        "months": 1,
        "monthWeeks": 1,
        "monthDays": "sample string 7",
        "printed": true,
        "talkerText": "sample string 8",
        "rangeDescription": "sample string 9",
        "dealDescription": "sample string 10",
        "labelQuantity": 11,
        "active": 1,
        "deactivated": "2025-10-05T00:01:11.5624073",
        "system": true,
        "created": "2025-10-05T00:01:11.5624073",
        "updated": "2025-10-05T00:01:11.5624073",
        "priceChangeNotifiedUtc": "2025-10-05T00:01:11.5624073",
        "promoType": 1,
        "promotionTypeCode": "sample string 13",
        "hostIdentifier": "FK1+p7q6UEaILuI1lktgOw==",
        "hostIdentifierGuid": "a77ead14-baba-4650-882e-e235964b603b",
        "hostType": 14,
        "createdByUser": "sample string 15",
        "fromHost": true,
        "deleted": true,
        "campaignDeleted": "2025-10-05T00:01:11.5624073",
        "updatedByUser": "sample string 18",
        "offerID": 1,
        "isPriceChangeCampaign": true,
        "stores": [
          1,
          2
        ],
        "storeNames": [
          "sample string 1",
          "sample string 2"
        ],
        "campaignPlus": [
          {
            "$ref": "64"
          },
          {
            "$ref": "64"
          }
        ],
        "campaignPools": [
          {
            "$id": "67",
            "id": 1,
            "campaignID": 2,
            "campaignName": "sample string 3",
            "plu": 4,
            "pluG_UID": "yaLRCDYHjk66sVhq0pa+YA==",
            "pluGuid": "08d1a2c9-0736-4e8e-bab1-586ad296be60",
            "hostOfferID": 1,
            "priceGroupG_UID": "vVwPdtUIeUexa8q6w3VwJw==",
            "priceGroupGuid": "760f5cbd-08d5-4779-b16b-cabac3757027",
            "fuelItem": true,
            "pluName": "sample string 6",
            "apn": "sample string 7",
            "pluActive": true,
            "cartonQty": 1,
            "baseUnits": 9.1,
            "cri": "sample string 10",
            "salesMode": 1,
            "pluaws": 11.0,
            "directNumber": "sample string 12",
            "departmentName": "sample string 13",
            "subDepartmentName": "sample string 14",
            "priceGroupName": "sample string 15",
            "supplierName": "sample string 16",
            "stockOnHand": 1.1,
            "stockOnOrder": 1.1,
            "lastReceived": "2025-10-05T00:01:11.5624073",
            "rrp": 17,
            "campaignDescription": "sample string 18",
            "product": {
              "$ref": "2"
            },
            "campaign": {
              "$ref": "66"
            }
          },
          {
            "$ref": "67"
          }
        ],
        "sellingRules": [
          {
            "$id": "68",
            "id": 1,
            "identifier": "VsvDbG8m0kOM4m4gthnX/A==",
            "identifierStr": "VsvDbG8m0kOM4m4gthnX/A==",
            "identifierGuid": "6cc3cb56-266f-43d2-8ce2-6e20b619d7fc",
            "campaignID": 4,
            "campaignName": "sample string 5",
            "ruleJoin": 1,
            "ruleType": 6,
            "operand0": "sample string 7",
            "comparisonOp": 1,
            "operand1": "sample string 8",
            "action": 1,
            "operand2": "sample string 9",
            "operand3": "sample string 10",
            "includeExcludedItems": true,
            "noFurtherDiscounts": true,
            "description": "sample string 11",
            "sortOrder": 1,
            "isItemRule": false,
            "prevDept": "sample string 12",
            "campaign": {
              "$ref": "66"
            }
          },
          {
            "$ref": "68"
          }
        ],
        "customers": [
          {
            "$id": "69",
            "id": 1,
            "campaignID": 2,
            "campaignName": "sample string 3",
            "customerID": "rRJpK86qxEmmXWl09Rf0rQ==",
            "customerIDGuid": "2b6912ad-aace-49c4-a65d-6974f517f4ad",
            "campaign": {
              "$ref": "66"
            },
            "customer": {
              "$id": "70",
              "identifier": "smm0wEQhnE2FYCLJQsccLg==",
              "identifierGuid": "c0b469b2-2144-4d9c-8560-22c942c71c2e",
              "code": "sample string 2",
              "familyName": "sample string 3",
              "givenName": "sample string 4",
              "otherName": "sample string 5",
              "title": "sample string 6",
              "dateOfBirth": "2025-10-05T00:01:11.5624073",
              "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": "wrdH3/uD80WQOLWbNE6ZKw==",
              "communityIdentifierGuid": "df47b7c2-83fb-45f3-9038-b59b344e992b",
              "joined": "2025-10-05T00:01:11.5624073",
              "updated": "2025-10-05T00:01:11.5624073",
              "active": true,
              "reasonInactive": 1,
              "groupCustomer": true,
              "loyaltyPoints": 1,
              "homeStoreID": 1,
              "availableSpend": 1,
              "priceLevelIdentifier": "GZ0QHuDhXUS+sQjCOFzIiw==",
              "priceLevelIdentifierGuid": "1e109d19-e1e0-445d-beb1-08c2385cc88b",
              "marketingID": "sample string 18",
              "hidden": true,
              "registered": true,
              "registeredOn": "2025-10-05T00:01:11.5624073",
              "emailMarketing": true,
              "smsMarketing": true,
              "deleted": true,
              "deletedUser": "sample string 24",
              "homeStoreName": "sample string 25",
              "customerCards": [
                {
                  "$id": "71",
                  "cardType": 2,
                  "issueDate": "2025-10-05T00:01:11.5624073",
                  "expiry": "2025-10-05T00:01:11.5624073",
                  "customerID": "eB/3Arbr50KaKxUX0XXFcw==",
                  "customerIDGuid": "02f71f78-ebb6-42e7-9a2b-1517d175c573",
                  "initialValue": 1,
                  "currentValue": 1,
                  "maxLimit": 1,
                  "minTransaction": 1,
                  "maxTransaction": 1,
                  "multiplier": 1.1,
                  "active": true,
                  "reasonInactive": 1,
                  "idRequired": true,
                  "idType": 1,
                  "idValue": "sample string 5",
                  "updated": "2025-10-05T00:01:11.5624073",
                  "linkedAccount": "z+fhkArKqkym7wsnUSg+ug==",
                  "linkedAccountGuid": "90e1e7cf-ca0a-4caa-a6ef-0b2751283eba",
                  "currentValueChanged": true,
                  "limitsChanged": true,
                  "customer": {
                    "$ref": "70"
                  },
                  "account": {
                    "$id": "72",
                    "id": 1,
                    "identifier": "PALUaZ2CNUyHyZtlOzdKZA==",
                    "identifierGuid": "69d4023c-829d-4c35-87c9-9b653b374a64",
                    "referenceNo": "sample string 3",
                    "name": "sample string 4",
                    "created": "2025-10-05T00:01:11.5624073",
                    "owner": "DqpduhwGnUmUB2i4yYAG4Q==",
                    "ownerGuid": "ba5daa0e-061c-499d-9407-68b8c98006e1",
                    "accountStoreGroupIdentifier": "r6Q2GJ1MUUy39PrHO9+/Kg==",
                    "accountStoreGroupGuid": "1836a4af-4c9d-4c51-b7f4-fac73bdfbf2a",
                    "accountType": 1,
                    "currentBalance": 1,
                    "externalID": "sample string 7",
                    "maximumLimit": 1,
                    "accruePoints": true,
                    "loyaltyPoints": 1,
                    "termsOfTrade": 1,
                    "signatureRequired": true,
                    "referenceRequired": true,
                    "statementSendType": 10,
                    "ageingPeriod": 1,
                    "monthlyAgeingPeriod": true,
                    "explodedInvoice": true,
                    "isFifoAllocation": true,
                    "lastStatementSent": "2025-10-05T00:01:11.5624073",
                    "active": true,
                    "updated": "2025-10-05T00:01:11.5624073",
                    "deleted": true,
                    "deletedUser": "sample string 16",
                    "currentBalanceChanged": true,
                    "maximumLimitChanged": true,
                    "loyaltyPointsChanged": true,
                    "projectedBalance": 17,
                    "accountStoreGroupStoreIDs": [
                      1,
                      2
                    ],
                    "customerEmail": "sample string 18",
                    "ownerCustomer": {
                      "$ref": "70"
                    },
                    "card": {
                      "$ref": "71"
                    },
                    "members": {
                      "$id": "73",
                      "sample string 1": [
                        {
                          "$ref": "70"
                        },
                        {
                          "$ref": "70"
                        }
                      ],
                      "sample string 2": [
                        {
                          "$ref": "70"
                        },
                        {
                          "$ref": "70"
                        }
                      ]
                    },
                    "customerGroups": [
                      {
                        "$id": "74",
                        "identifier": "2orDxR2yJUKP6lfg0/EZWA==",
                        "identifierGuid": "c5c38ada-b21d-4225-8fea-57e0d3f11958",
                        "name": "sample string 2",
                        "primaryContact": "hhS+8HtQEk2aD8aJKq+3kQ==",
                        "primaryContactGuid": "f0be1486-507b-4d12-9a0f-c6892aafb791",
                        "accountID": "DHKEtRbohkq1hZV3DxHxmg==",
                        "accountIDGuid": "b584720c-e816-4a86-b585-95770f11f19a",
                        "special": true,
                        "updated": "2025-10-05T00:01:11.5624073",
                        "active": true,
                        "reasonInactive": 1,
                        "priceLevelIdentifier": "vuD5ugrA4UOb3iE+KPBTZg==",
                        "priceLevelIdentifierGuid": "baf9e0be-c00a-43e1-9bde-213e28f05366",
                        "deleted": true,
                        "account": {
                          "$ref": "72"
                        },
                        "primaryContactCustomer": {
                          "$ref": "70"
                        },
                        "customerGroupMembers": [
                          {
                            "$id": "75",
                            "id": 1,
                            "groupID": "gRUJAduRPUStlU96MTNIMQ==",
                            "groupIDGuid": "01091581-91db-443d-ad95-4f7a31334831",
                            "customerID": "YBbQUrZ+REemI2Je9EtemA==",
                            "customerIDGuid": "52d01660-7eb6-4744-a623-625ef44b5e98",
                            "card": "sample string 4",
                            "linkedAccount": "1YIcaQBX7UirwptRVhYQFQ==",
                            "linkedAccountGuid": "691c82d5-5700-48ed-abc2-9b5156161015",
                            "customer": {
                              "$ref": "70"
                            },
                            "group": {
                              "$ref": "74"
                            },
                            "customerCard": {
                              "$ref": "71"
                            }
                          },
                          {
                            "$ref": "75"
                          }
                        ]
                      },
                      {
                        "$ref": "74"
                      }
                    ]
                  },
                  "payments": [
                    {
                      "$id": "76",
                      "id": 1,
                      "identifier": "6795fO+Yy0OVj34ykLx5ag==",
                      "identifierGuid": "7c79bfeb-98ef-43cb-958f-7e3290bc796a",
                      "storeID": 2,
                      "operatorName": "sample string 3",
                      "saleHeaderID": 4,
                      "paymentType": 5,
                      "amount": 6,
                      "account": "sample string 7",
                      "accountID": "QOgxgObZfEqvZApPesc+TQ==",
                      "accountIDGuid": "8031e840-d9e6-4a7c-af64-0a4f7ac73e4d",
                      "customerAccount": {
                        "$ref": "72"
                      },
                      "customerCard": {
                        "$ref": "71"
                      },
                      "accountType": 1,
                      "cardName": "sample string 8",
                      "authorisationNumber": "sample string 9",
                      "bankReference": "sample string 10",
                      "merchantID": "sample string 11",
                      "terminalID": "sample string 12",
                      "cardNumber": "sample string 13",
                      "paymentDate": "2025-10-05T00:01:11.5624073",
                      "invRocNo": "sample string 14",
                      "responseCode": "sample string 15",
                      "cashout": 1,
                      "tip": 16,
                      "idempotentVoid": "K3Qj4Lmvs0GsJwtzsBPzZw==",
                      "idempotentVoidGuid": "e023742b-afb9-41b3-ac27-0b73b013f367",
                      "offline": true,
                      "processed": 1,
                      "storeSaleHeader": {
                        "$id": "77",
                        "saleHeaderID": 1,
                        "saleHeaderGuid": "bVPqPQro306B6D5YHUB6uw==",
                        "saleHeaderIdentifierGuid": "3dea536d-e80a-4edf-81e8-3e581d407abb",
                        "created": "2025-10-05T00:01:11.5624073",
                        "createdLocal": "2025-10-05T00:01:11.5624073",
                        "createdText": "sample string 4",
                        "itemCount": 5,
                        "totalAmount": 6,
                        "cashTender": 1,
                        "cardTender": 1,
                        "cheqTender": 1,
                        "acctTender": 1,
                        "voucherTender": 1,
                        "loyaltyPoints": 1,
                        "cashout": 1,
                        "changeAmount": 1,
                        "rounding": 1,
                        "gstAmount": 1,
                        "transactionDiscountTender": 1,
                        "totalTip": 7,
                        "tranType": 1,
                        "processed": 1,
                        "imported": "2025-10-05T00:01:11.5624073",
                        "storeID": 1,
                        "operatorG_Uid": "URjd++o5WUS5tR9GNUX4vg==",
                        "operatorGuid": "fbdd1851-39ea-4459-b9b5-1f463545f8be",
                        "customerG_Uid": "myJuAWm5+k+KFqBZvJQkjw==",
                        "customerGuid": "016e229b-b969-4ffa-8a16-a059bc94248f",
                        "communityIdentifier": "/BJ9yihIY06Hp7Sh9Hm+6g==",
                        "communityIdentifierGuid": "ca7d12fc-4828-4e63-87a7-b4a1f479beea",
                        "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": "ShcLnExAP0GLgfvmSE+NRg==",
                        "priceLevelIdentifierGuid": "9c0b174a-404c-413f-8b81-fbe6484f8d46",
                        "locked": 36,
                        "relationChecksum": "sample string 37",
                        "loyaltyTender": 1,
                        "giftCardTender": 1,
                        "operator": {
                          "$ref": "37"
                        },
                        "customer": {
                          "$ref": "70"
                        },
                        "communityOrganisation": {
                          "$id": "78",
                          "id": 1,
                          "identifier": "u+bvBp7TBEyXuJ6/f0OGGQ==",
                          "identifierGuid": "06efe6bb-d39e-4c04-97b8-9ebf7f438619",
                          "name": "sample string 3",
                          "lookupIdentifier": "sample string 4",
                          "externalID": "sample string 5",
                          "phone": "sample string 6",
                          "fax": "sample string 7",
                          "email": "sample string 8",
                          "address1": "sample string 9",
                          "address2": "sample string 10",
                          "city": "sample string 11",
                          "postCode": "sample string 12",
                          "state": "sample string 13",
                          "country": "sample string 14",
                          "totalAmountAwarded": 15.1,
                          "updated": "2025-10-05T00:01:11.5624073",
                          "deleted": true
                        },
                        "details": [
                          {
                            "$id": "79",
                            "saleItemID": 1,
                            "identifier": "CUYcYRewaEyZfvIDKSKp1w==",
                            "identifierGuid": "611c4609-b017-4c68-997e-f2032922a9d7",
                            "saleHeaderID": 2,
                            "plu": 1,
                            "pluG_UId": "wiqP9+OlfEaattztBPt1aQ==",
                            "pluGuid": "f78f2ac2-a5e3-467c-9ab6-dced04fb7569",
                            "accountID": "mFRkleP0DkWLuNc2K2t6wg==",
                            "accountIDGuid": "95645498-f4e3-450e-8bb8-d7362b6b7ac2",
                            "normalPrice": 3,
                            "originalSellingPrice": 4,
                            "discountPrice": 5,
                            "unit": 1,
                            "quantity": 6,
                            "totalCents": 7,
                            "fixedPrice": 1,
                            "tranType": 1,
                            "discountType": 1,
                            "cost": 1,
                            "costDecimals": 8,
                            "markdown": 1,
                            "manualQuantity": 1,
                            "manualPrice": 1,
                            "manualMode": 1,
                            "active": 1,
                            "offline": true,
                            "barcode": "sample string 9",
                            "keyedSale": 1,
                            "discountedID": 1,
                            "fuelID": 1,
                            "serialNumber": "sample string 10",
                            "bestOrExpire": "2025-10-05T00:01:11.5624073",
                            "bestOrExpireType": 1,
                            "providerName": "sample string 11",
                            "refundG_UID": "PvpWMVU0fES8mRqV+wFkbw==",
                            "refundGuid": "3156fa3e-3455-447c-bc99-1a95fb01646f",
                            "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": "58dC1jo3X0WFJqOm8FNIAg==",
                            "idempotentVoidGuid": "d642c7e7-373a-455f-8526-a3a6f0534802",
                            "priceLevelIdentifier": "Kr48oTwp4UODUSnCmYWIdg==",
                            "priceLevelIdentifierGuid": "a13cbe2a-293c-43e1-8351-29c299858876",
                            "productName": "sample string 23",
                            "apn": "sample string 24",
                            "unknownScans": [
                              {
                                "$id": "80",
                                "id": 1,
                                "saleDetailID": 2,
                                "storeID": 1,
                                "scanned": "2025-10-05T00:01:11.5624073",
                                "operatorG_UID": "QEA=",
                                "barcode": "sample string 4",
                                "processed": 1
                              },
                              {
                                "$ref": "80"
                              }
                            ],
                            "refund": {
                              "$id": "81",
                              "id": 1,
                              "g_UID": "mr4pjjMb/UGCPcKH1NLXMQ==",
                              "guid": "8e29be9a-1b33-41fd-823d-c287d4d2d731",
                              "description": "sample string 1",
                              "dumped": true,
                              "inventoryReasonID": 1,
                              "sortOrder": 1,
                              "updated": "2025-10-05T00:01:11.5624073"
                            },
                            "modifier": {
                              "$id": "82",
                              "id": 1,
                              "setG_UID": "z8g6wsriiEWUa82eE6ku9w==",
                              "modifierSetGuid": "c23ac8cf-e2ca-4588-946b-cd9e13a92ef7",
                              "name": "sample string 2",
                              "price": 1,
                              "quantity": 1,
                              "modifierType": 1,
                              "groupNumber": 1,
                              "pageNumber": 1,
                              "controlOrder": 1,
                              "printToStation": true,
                              "pluG_UID": "uNcW0qrFmkuG1xQoZY7VQw==",
                              "pluGuid": "d216d7b8-c5aa-4b9a-86d7-1428658ed543",
                              "deleted": true,
                              "g_UID": "3RUSUJMv30qWA9/Vxvqpcw==",
                              "guid": "501215dd-2f93-4adf-9603-dfd5c6faa973",
                              "product": {
                                "$ref": "2"
                              }
                            },
                            "priceLevelName": "sample string 25",
                            "pumpNumber": 1,
                            "hoseNumber": 1
                          },
                          {
                            "$ref": "79"
                          }
                        ],
                        "eftReceipts": [
                          {
                            "$id": "83",
                            "id": 1,
                            "storeID": 1,
                            "saleHeaderID": 2,
                            "storeSaleHeader": {
                              "$ref": "77"
                            },
                            "receipt": "sample string 3",
                            "processed": 1
                          },
                          {
                            "$ref": "83"
                          }
                        ],
                        "payments": [
                          {
                            "$ref": "76"
                          },
                          {
                            "$ref": "76"
                          }
                        ],
                        "cards": [
                          {
                            "$id": "84",
                            "id": 1,
                            "saleHeaderID": 1,
                            "identifier": "sample string 2",
                            "cardType": 3,
                            "providerName": "sample string 4"
                          },
                          {
                            "$ref": "84"
                          }
                        ],
                        "campaignHits": [
                          {
                            "$id": "85",
                            "id": 1,
                            "saleHeaderID": 2,
                            "campaign": "sample string 3",
                            "name": "sample string 4",
                            "processed": 1,
                            "campaignDescription": "sample string 5"
                          },
                          {
                            "$ref": "85"
                          }
                        ],
                        "fuel": [
                          {
                            "$id": "86",
                            "id": 1,
                            "plu": 1,
                            "pluG_UID": "9tMLFxbFnkCv8/5yTCq3zg==",
                            "pluGuid": "170bd3f6-c516-409e-aff3-fe724c2ab7ce",
                            "saleHeaderID": 2,
                            "totalCents": 3,
                            "grade": 1,
                            "gradeDescription": "sample string 4",
                            "dispenser": 1,
                            "hose": 1,
                            "quantity": 1,
                            "cost": 1,
                            "acquirerNum": 1,
                            "attendant": 1,
                            "ePurseBalance": 1.0,
                            "cardSignature": "sample string 5",
                            "compartmentNumber": 1,
                            "contractNumber": 1,
                            "discountCardPAN": "sample string 6",
                            "discountID": 1,
                            "discountName": "sample string 7",
                            "discountNetValue": 1.0,
                            "discountType": 1,
                            "discountValue": 1.0,
                            "discretionaryData": "sample string 8",
                            "driverID": "sample string 9",
                            "eftBatchNumber": 1,
                            "eftResponseCode": "sample string 10",
                            "endDateTime": "2025-10-05T00:01:11.5624073",
                            "engineHours": 1.1,
                            "fposNumber": 1,
                            "loyaltyCardPAN": "sample string 11",
                            "miscData1": 1,
                            "miscData2": "sample string 12",
                            "miscFlags": 1,
                            "mop": 1,
                            "odometer": 1,
                            "panNumber": "sample string 13",
                            "saleRefund": true,
                            "saleStatus": 1,
                            "sequenceNumber": 1,
                            "stan": 1,
                            "startDateTime": "2025-10-05T00:01:11.5624073",
                            "tagNumber": "sample string 15",
                            "trackTwoRem": "sample string 16",
                            "transCode": 1,
                            "transType": 1,
                            "unitPrice": 1.0,
                            "vehicleReg": "sample string 17",
                            "offline": true,
                            "processed": 1
                          },
                          {
                            "$ref": "86"
                          }
                        ],
                        "fuelResells": [
                          {
                            "$id": "87",
                            "saleItemID": 1,
                            "saleHeaderID": 2,
                            "plu": 1,
                            "pluG_UId": "DIiKMc2hSE6HTlX/X1ne3Q==",
                            "pluGuid": "318a880c-a1cd-4e48-874e-55ff5f59dedd",
                            "accountID": "S0drsWiYlEm0MesHD78y3g==",
                            "accountIDGuid": "b16b474b-9868-4994-b431-eb070fbf32de",
                            "normalPrice": 3,
                            "originalSellingPrice": 4,
                            "discountPrice": 5,
                            "unit": 1,
                            "quantity": 6,
                            "totalCents": 7,
                            "fixedPrice": 1,
                            "tranType": 1,
                            "processed": 1,
                            "discountType": 1,
                            "cost": 1,
                            "costDecimals": 1,
                            "markdown": 1,
                            "manualQuantity": 1,
                            "manualPrice": 1,
                            "manualMode": 1,
                            "active": 1,
                            "barcode": "sample string 8",
                            "offline": 1,
                            "keyedSale": 1,
                            "discountedID": 1,
                            "fuelID": 1,
                            "serialNumber": "sample string 9",
                            "bestOrExpire": "2025-10-05T00:01:11.5624073",
                            "bestOrExpireType": 1,
                            "refundG_UID": "kcFb7/2StECBpE/RzpwtWA==",
                            "refundGuid": "ef5bc191-92fd-40b4-81a4-4fd1ce9c2d58",
                            "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": "87"
                          }
                        ],
                        "customerOrder": [
                          {
                            "$id": "88",
                            "identifier": "IySTXe9a5kqgxE/SCC4KCQ==",
                            "identifierGuid": "5d932423-5aef-4ae6-a0c4-4fd2082e0a09",
                            "id": 1,
                            "orderNo": 2,
                            "externalSaleIdentifier": "sample string 3",
                            "storeID": 4,
                            "zoneID": 5,
                            "deptNo": 6,
                            "customerIdentifier": "50pzeg2rBUWFZit4OtPrBw==",
                            "customerIdentifierGuid": "7a734ae7-ab0d-4505-8566-2b783ad3eb07",
                            "operatorNo": 1,
                            "operatorG_UID": "BTkmES3zt0Gb8ApXQa3ATw==",
                            "operatorGuid": "11263905-f32d-41b7-9bf0-0a5741adc04f",
                            "created": "2025-10-05T00:01:11.5624073",
                            "ordered": "2025-10-05T00:01:11.5624073",
                            "started": "2025-10-05T00:01:11.5624073",
                            "completed": "2025-10-05T00:01:11.5624073",
                            "supplied": "2025-10-05T00:01:11.5624073",
                            "quickTicket": 1,
                            "deleted": true,
                            "walkAway": true,
                            "approxWait": 1,
                            "actualWait": 1,
                            "deliveryMethod": 8,
                            "externalSaleType": 9,
                            "customer": {
                              "$ref": "70"
                            },
                            "operator": {
                              "$ref": "37"
                            },
                            "details": [
                              {
                                "$id": "89",
                                "headerID": 1,
                                "plu": 1,
                                "pluG_UId": "mjVAm8MZF0KdZoScliX/nA==",
                                "pluGuid": "9b40359a-19c3-4217-9d66-849c9625ff9c",
                                "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": "7Wf4AMTau0urKgKYpfD+jg==",
                                "headerIdentifierGuid": "00f867ed-dac4-4bbb-ab2a-0298a5f0fe8e",
                                "product": {
                                  "$ref": "2"
                                }
                              },
                              {
                                "$ref": "89"
                              }
                            ],
                            "storeName": "sample string 11",
                            "customerName": "sample string 12",
                            "storeReplyTo": "sample string 13",
                            "storeSubjectLine": "sample string 14",
                            "storeSaleHeader": {
                              "$ref": "77"
                            }
                          },
                          {
                            "$ref": "88"
                          }
                        ],
                        "surveyResponses": [
                          {
                            "$id": "90",
                            "surveyG_UID": "jtHDnydxZESG8xSGL0iwbA==",
                            "surveyGuid": "9fc3d18e-7127-4464-86f3-14862f48b06c",
                            "saleHeaderGuid": "HwlpvznVGE65lrJ/AyDIGg==",
                            "saleGuid": "bf69091f-d539-4e18-b996-b27f0320c81a",
                            "textResponse": "sample string 1",
                            "integerResponse": 1,
                            "g_UIDResponse": "3zylAApUKEKx/2nW/K/eLA==",
                            "guidResponse": "00a53cdf-540a-4228-b1ff-69d6fcafde2c",
                            "whoAnswered": 2,
                            "answeredAtUTC": "2025-10-05T00:01:11.5624073",
                            "sale": {
                              "$ref": "77"
                            },
                            "survey": {
                              "$id": "91",
                              "g_UID": "PL91HsgDR0KwvxRRmcYsSQ==",
                              "guid": "1e75bf3c-03c8-4247-b0bf-145199c62c49",
                              "name": "sample string 1",
                              "storeID": 2,
                              "zoneID": 1,
                              "checkoutFormG_UID": "BtC7bPGiv0qAC29xSbt4og==",
                              "checkoutFormGuid": "6cbbd006-a2f1-4abf-800b-6f7149bb78a2",
                              "displayToWho": 3,
                              "displayWhen": 4,
                              "start": "2025-10-05T00:01:11.5624073",
                              "end": "2025-10-05T00:01:11.5624073",
                              "deleted": true,
                              "updated": "2025-10-05T00:01:11.5624073",
                              "possibleIntegerResponses": [
                                1,
                                2
                              ],
                              "possibleTextResponses": [
                                "sample string 1",
                                "sample string 2"
                              ],
                              "possibleGuidResponses": [
                                "270404bb-6ac2-411e-854f-07ceefbb83e4",
                                "709a41fd-7210-4cad-8d62-930811b7b845"
                              ],
                              "allowsAllTextResponses": true,
                              "surveyForm": {
                                "$ref": "45"
                              }
                            },
                            "ingressId": "sample string 4"
                          },
                          {
                            "$ref": "90"
                          }
                        ],
                        "storeName": "sample string 38",
                        "machineName": "sample string 39",
                        "operatorName": "sample string 40",
                        "direction": 1,
                        "reason": "sample string 41",
                        "accountG_UID": "PzhqOgj5XE63UlwYR8g1Yg==",
                        "accountIdentifier": "3a6a383f-f908-4e5c-b752-5c1847c83562",
                        "accountName": "sample string 42",
                        "customerOrderIdentifier": "BpCulXN3f0KbY5oA5mtaPA==",
                        "customerOrderIdentifierGuid": "95ae9006-7773-427f-9b63-9a00e66b5a3c",
                        "priceLevelName": "sample string 43",
                        "revision": 44,
                        "ingressId": "sample string 45"
                      },
                      "metadata": {
                        "$id": "92",
                        "id": 1,
                        "paymentID": 2,
                        "paymentIdentifier": "PU7IncQ3Wk6vrm7UJzFvoA==",
                        "paymentIdentifierGuid": "9dc84e3d-37c4-4e5a-afae-6ed427316fa0",
                        "identifier": "kt1TS1NuUk2NFDdeo4QAzA==",
                        "identifierGuid": "4b53dd92-6e53-4d52-8d14-375ea38400cc",
                        "metadata": "sample string 3",
                        "signatureImage": "QEA=",
                        "itemIdentifier": "9wb8syNFMEChqob7APjgdA==",
                        "itemIdentifierGuid": "b3fc06f7-4523-4030-a1aa-86fb00f8e074"
                      }
                    },
                    {
                      "$ref": "76"
                    }
                  ]
                },
                {
                  "$ref": "71"
                }
              ],
              "customerGroupMembers": [
                {
                  "$ref": "75"
                },
                {
                  "$ref": "75"
                }
              ],
              "customerGroups": [
                {
                  "$ref": "74"
                },
                {
                  "$ref": "74"
                }
              ],
              "accounts": [
                {
                  "$ref": "72"
                },
                {
                  "$ref": "72"
                }
              ],
              "account": {
                "$ref": "72"
              },
              "vouchers": [
                {
                  "$id": "93",
                  "customerIdentifier": "l284BO0W4EGTc1dqqhhNQA==",
                  "customerIdentifierGuid": "04386f97-16ed-41e0-9373-576aaa184d40",
                  "voucherName": "sample string 2",
                  "count": 3,
                  "storeID": 4,
                  "barcode": "sample string 5",
                  "redeemCount": 6,
                  "issueCount": 7,
                  "storeSalePaymentID": 1,
                  "idempotentID": "6Kge640wR0axw4ET7etObA==",
                  "idempotentGuid": "eb1ea8e8-308d-4647-b1c3-8113edeb4e6c",
                  "offline": true,
                  "voucher": {
                    "$id": "94",
                    "id": 1,
                    "name": "sample string 2",
                    "description": "sample string 3",
                    "shortDescription": "sample string 4",
                    "url": "sample string 5",
                    "barcodeTemplateID": 1,
                    "expiry": 0,
                    "voucherType": 6,
                    "limitPerTransaction": 7,
                    "customerTracking": true,
                    "discountAccount": "sample string 9",
                    "endDate": "2025-10-05T00:01:11.5624073",
                    "barcodeTemplate": {
                      "$id": "95",
                      "templateID": 1,
                      "template": "sample string 1",
                      "bcFunction": "sample string 2",
                      "sortOrder": 3
                    },
                    "scaleLabel": {
                      "$id": "96",
                      "id": 1,
                      "uid": "sample string 2",
                      "name": "sample string 3",
                      "width": 1.1,
                      "height": 1.1,
                      "showBorder": true,
                      "borderWidth": 1.1,
                      "borderStyle": 1,
                      "borderColour": "sample string 5",
                      "updated": "2025-10-05T00:01:11.5624073",
                      "labelPageLayout": "6IOKJeoyx0SZUq7Cz2L+9g==",
                      "pageLayoutGuid": "258a83e8-32ea-44c7-9952-aec2cf62fef6",
                      "labelType": 6,
                      "oldName": "sample string 7",
                      "voucher": {
                        "$ref": "94"
                      },
                      "elements": [
                        {
                          "$id": "97",
                          "id": 1,
                          "scaleLabelID": 2,
                          "showPercentDI": true,
                          "showAvgPerHundred": true,
                          "showAvgPerServe": true,
                          "name": "sample string 6",
                          "x": 1.1,
                          "y": 1.1,
                          "width": 1.1,
                          "height": 1.1,
                          "type": 1,
                          "rotation": 1,
                          "text": "sample string 7",
                          "fontFamily": "sample string 8",
                          "align": 1,
                          "bold": true,
                          "italic": true,
                          "underline": true,
                          "strikeout": true,
                          "reverse": true,
                          "textColour": "sample string 9",
                          "fontSize": 1.1,
                          "picture": "QEA=",
                          "borderWidth": 10,
                          "sortOrder": 11,
                          "printOptions": 12,
                          "superScriptTextFontSize": 1.1,
                          "lineStyle": 1,
                          "spacingStyle": 1,
                          "interCharacterSpacing": 1.1,
                          "superScriptOffset": 1.1,
                          "lineSpacing": 1.1,
                          "dateFormat": "sample string 13",
                          "autoGrow": true,
                          "fontAutoResize": true,
                          "updated": "2025-10-05T00:01:11.5624073"
                        },
                        {
                          "$ref": "97"
                        }
                      ]
                    },
                    "customerVouchers": [
                      {
                        "$id": "98",
                        "id": 1,
                        "customerIdentifier": "ZZxnZpCvs02inaYSu0GD1A==",
                        "customerIdentifierGuid": "66679c65-af90-4db3-a29d-a612bb4183d4",
                        "voucherID": 3,
                        "voucherName": "sample string 4",
                        "storeID": 1,
                        "barcode": "sample string 5",
                        "dateOfIssue": "2025-10-05T00:01:11.5624073",
                        "issuedSaleHeaderID": 1,
                        "issuedSaleIdentifier": "sample string 7",
                        "issuedOfflinePaymentID": 1,
                        "issuedIdempotentID": "74NVnmO1lEut97xbOEv89Q==",
                        "issuedIdempotentGuid": "9e5583ef-b563-4b94-adf7-bc5b384bfcf5",
                        "issuedOffline": true,
                        "issuedUser": "sample string 9",
                        "issuedNotes": "sample string 10",
                        "expiryDate": "2025-10-05T00:01:11.5624073",
                        "expiredUser": "sample string 11",
                        "expiredNotes": "sample string 12",
                        "redeemed": "2025-10-05T00:01:11.5624073",
                        "redeemedSaleHeaderID": 1,
                        "redeemedSaleIdentifier": "sample string 13",
                        "redeemedOfflinePaymentID": 1,
                        "redeemedIdempotentID": "Nai5zpdmgE+wuPb/qkEbGw==",
                        "redeemedIdempotentGuid": "ceb9a835-6697-4f80-b0b8-f6ffaa411b1b",
                        "redeemedUser": "sample string 14",
                        "redeemedNotes": "sample string 15",
                        "redeemedOffline": true,
                        "updated": "2025-10-05T00:01:11.5624073",
                        "storeName": "sample string 17",
                        "scaleLabel": {
                          "$ref": "96"
                        },
                        "voucher": {
                          "$ref": "94"
                        },
                        "customer": {
                          "$ref": "70"
                        },
                        "issuedOfflinePayment": {
                          "$ref": "76"
                        },
                        "redeemedOfflinePayment": {
                          "$ref": "76"
                        }
                      },
                      {
                        "$ref": "98"
                      }
                    ]
                  },
                  "customer": {
                    "$ref": "70"
                  }
                },
                {
                  "$ref": "93"
                }
              ]
            }
          },
          {
            "$ref": "69"
          }
        ],
        "customerGroups": [
          {
            "$id": "99",
            "id": 1,
            "campaignID": 2,
            "campaignName": "sample string 3",
            "groupID": "qnQQT3msNEeM56EC3kszhQ==",
            "groupIDGuid": "4f1074aa-ac79-4734-8ce7-a102de4b3385",
            "campaign": {
              "$ref": "66"
            },
            "group": {
              "$ref": "74"
            }
          },
          {
            "$ref": "99"
          }
        ],
        "signIqTickets": [
          {
            "$id": "100",
            "identifier": "9zwUiDCPVUKy6WcvVAqQFw==",
            "identifierGuid": "88143cf7-8f30-4255-b2e9-672f540a9017",
            "campaignName": "sample string 2",
            "message": "sample string 3",
            "ticketFileSource": "sample string 4",
            "ticketFileDestination": "sample string 5",
            "storeID": 1
          },
          {
            "$ref": "100"
          }
        ],
        "comboPriceGroups": [
          {
            "$id": "101",
            "id": 1,
            "campaignID": 2,
            "campaignName": "sample string 3",
            "g_UID": "heJXjyA/ekSyUlfJrb4xhw==",
            "guid": "8f57e285-3f20-447a-b252-57c9adbe3187",
            "description": "sample string 5",
            "newPrice": 1,
            "rangeDescription": "sample string 6",
            "dealDescription": "sample string 7",
            "labelQuantity": 8,
            "hostProductCategoryID": 1,
            "offerID": 1,
            "dontUpdatePricePlus": true,
            "campaign": {
              "$ref": "66"
            },
            "comboPricePlus": [
              {
                "$id": "102",
                "id": 1,
                "campaignID": 2,
                "campaignName": "sample string 3",
                "groupG_UID": "6a/zCybum0Coj59tpzsoOA==",
                "groupGuid": "0bf3afe9-ee26-409b-a88f-9f6da73b2838",
                "comboPriceType": 5,
                "priceType": 5,
                "pluG_UID": "ldyTd8xv1EGZench39wlzw==",
                "pluGuid": "7793dc95-6fcc-41d4-997a-7721dfdc25cf",
                "priceGroupG_UID": "0rE7SKwYlEKKnlX3JQA6fA==",
                "priceGroupGuid": "483bb1d2-18ac-4294-8a9e-55f725003a7c",
                "campaignPoolID": "sample string 7",
                "quantity": 1,
                "campaign": {
                  "$ref": "66"
                },
                "product": {
                  "$ref": "2"
                },
                "priceGroup": {
                  "$ref": "31"
                },
                "campaignPool": {
                  "$ref": "66"
                }
              },
              {
                "$ref": "102"
              }
            ]
          },
          {
            "$ref": "101"
          }
        ],
        "priceLevels": [
          {
            "$id": "103",
            "id": 1,
            "priceLevelIdentifier": "9ljlgIKrNkWlYVk7LAK/Zw==",
            "priceLevelIdentifierGuid": "80e558f6-ab82-4536-a561-593b2c02bf67",
            "campaignName": "sample string 3",
            "priceLevelName": "sample string 4"
          },
          {
            "$ref": "103"
          }
        ]
      },
      "product": {
        "$ref": "2"
      },
      "dealCost": {
        "$id": "104",
        "headerIdentifier": "tdS+MvoPkE6P9rtUy2JJBw==",
        "headerIdentifierGuid": "32bed4b5-0ffa-4e90-8ff6-bb54cb624907",
        "identifier": "lW++JvO3c0GZivrFkJnR9g==",
        "identifierGuid": "26be6f95-b7f3-4173-998a-fac59099d1f6",
        "supplierIdentifier": "zCSRBO8ZDE+BLSpCPT/qMg==",
        "supplierGuid": "049124cc-19ef-4f0c-812d-2a423d3fea32",
        "pluG_UID": "EYNxpoy3x0Ccd6V9e6BZXg==",
        "pluGuid": "a6718311-b78c-40c7-9c77-a57d7ba0595e",
        "campaignName": "4afc32b1-1a39-46b0-9b25-b58aa5822444",
        "description": "sample string 4",
        "cost": 5,
        "costDecimals": 6,
        "start": "2025-10-05T00:01:11.5624073",
        "end": "2025-10-05T00:01:11.5624073",
        "type": 9,
        "promoType": 10,
        "bonusItemPLUG_UID": "RpkE1dwpvkCUKZ33qtwFOw==",
        "bonusItemPluGuid": "d5049946-29dc-40be-9429-9df7aadc053b",
        "bonusPurchaseUnits": 11,
        "bonusReceiveUnits": 12,
        "updated": "2025-10-05T00:01:11.5624073",
        "metcashPromotionID": "sample string 14",
        "fromHost": 15,
        "storeNames": "sample string 16",
        "storeIDs": [
          1,
          2
        ],
        "supplierName": "sample string 17",
        "campaignDescription": "sample string 18",
        "newPrice": 1,
        "campaignMetcashPromotionID": "sample string 19",
        "campaignActive": true,
        "campaignStartDate": "2025-10-05T00:01:11.5624073",
        "campaignEndDate": "2025-10-05T00:01:11.5624073",
        "masterPLUG_UID": "H5aiQLF8Y0SOaJ8mUyEQZQ==",
        "masterID": "40a2961f-7cb1-4463-8e68-9f2653211065",
        "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": "ugdO/D5hskO3pBzpcu3rTg==",
        "bonusMasterID": "fc4e07ba-613e-43b2-b7a4-1ce972edeb4e",
        "bonusProductName": "sample string 34",
        "bonusProductAPN": "sample string 35",
        "bonusOrderCode": "sample string 36",
        "bonusNormalSell": 37,
        "bonusNormalCost": 38,
        "bonusNormalCostDecimals": 39,
        "bonusCartonQuantity": 40,
        "bonusSalesMode": 41,
        "bonusOrderPacked": 42,
        "bonusFuelItem": true,
        "bonusActive": true
      }
    },
    "currentCostStart": "2025-10-05T00:01:11.5624073",
    "dealCosts": [
      {
        "$ref": "104"
      },
      {
        "$ref": "104"
      }
    ],
    "tags": [
      {
        "$id": "105",
        "pluG_UID": "NkOgVtyzz0GhggUIYgM91Q==",
        "pluGuid": "56a04336-b3dc-41cf-a182-050862033dd5",
        "tagID": 1,
        "description": "sample string 1",
        "storeIDs": [
          1,
          2
        ]
      },
      {
        "$ref": "105"
      }
    ],
    "alternateProductG_UID": "FuBHkLmfGU63zHaZi6nGdg==",
    "alternateProduct": "9047e016-9fb9-4e19-b7cc-76998ba9c676",
    "productHostCode": {
      "$id": "106",
      "id": 1,
      "pluG_UID": "z80BvpAQE0O65iiVgCY1dA==",
      "pluGuid": "be01cdcf-1090-4313-bae6-289580263574",
      "ibaCode": "sample string 2"
    },
    "mscCat": {
      "$ref": "60"
    },
    "mscCom": {
      "$ref": "61"
    },
    "mscDep": {
      "$ref": "63"
    },
    "mscSubCom": {
      "$ref": "62"
    },
    "isUserUpdate": true,
    "ignoreMasterProduct": true,
    "priceGroupLabelRequested": true,
    "firstSold": "2025-10-05T00:01:11.5624073",
    "inventoryTracked": "2025-10-05T00:01:11.5624073",
    "isNormalPriceChangesCampaign": true
  },
  "inventoryReason": {
    "$id": "107",
    "id": 1,
    "name": "sample string 1",
    "allowRF": 2,
    "dumpStock": 3,
    "creditRequest": 4,
    "excludeFromLoss": 5,
    "reserved": 6,
    "updated": "2025-10-05T00:01:11.5624073"
  },
  "operator": {
    "$ref": "37"
  }
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

application/vnd.openxmlformats-officedocument.spreadsheetml.sheet

Sample:
PK%E[���5xl/workbook.xml �(���;�0D�H���Đ����&m��Y��#�9~�t�vfg�N9Z߷���
_Q�+\��p�M�	�5�$��Y!���F�1ˮ��QY�r�.�X�y�.HĨ��AZ�w��S���1�2k��$l	��T9ö�Y+�@Jf��U4��*
����mw��,DZ��
V��w�PK%E[����	�[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
%E[|�jr''_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="R44e97ef3d0f24d95" /></Relationships>PK%E[�s�ōxl/worksheets/sheet1.xml �(��X[S�<�+����+��c���R�B۷|�!����
��W�(����	:gwutv��������d�,]"�eQ'Y���l�0�����L�a�M�?�4I���/�lM�������d>ʻ�S�pk�i6�k��K��g��8?ϓE��T/KG�K�OgOy����X�S��&���P��l
��������%��(��D�ް�B�Β׼�����i�g��|2��
۫�OVٯ��$�=?7��Y2{�N%����|��3�-��:������٤�"��)p��s^�����g�y����DZ+*!�\[���
�|�]�AK��RB_l�bϺ�'wu��K*V����6|�g^���r^	RɹU��7���k����lK~���_v�(a��]i.���y��=wη�e�(�(�"*)LKo6���6�X�͵0�1�Z��g\��Ҡ�o�;��}��^�l�r��V"o��]�u9�^V�Q#ض�{�qS޾q=.53�k["x�q�N�w��Y�j�<L��B�x��Sn;��ux��S9�փ}gx�Ai��.r�Т�h��[T�z��Ka�s�[v�C�en�iw9��'�j��S9w΍��C�{�{l92wKk��[��pߩ��s���7��p�g��L=��C(��P�q.$��[�*�^��� z�xo�E��཈;/*���MΔ�Ad[�E,y�
�j�n��9	�q�E��w��3�:�����z���Ѱ����l���/?��c�zѹGZ�ކ/C��,��a����:���:���u��"N�YE����8�#tq^G�*⢎�U�e@1"�UBT��Y? D�/�:!�~
@��7��-���=!��@���?��������+!��@�.q��@�B '���:��q��H���q���:��q�'����΁�D�s�1q�s�������
)0���QB��!����I���&�E�uO
s�v�y�(A�qQ�F�|�P�U�ڧ���sy�����F�r]�G6�H��	�@ ��.��@4�*?*���6�v�MZ�g�W������@zڽ�
9⣦Ŧ��#�P8iW>>
`�>`��ơ�"������t@_0;}�îWz=N��$�NҴH���r�?��?PK%E[�0�Pxl/_rels/workbook.xml.rels �(���KN�0@�b͞�I�n7lؖ^���q�Ķl��Xp$��R���F�{z�����z�2O�	c�PW:����l�n`�Y�p��L$;�DʊKl��Ҥ,�2U>�+��,sI�@�T9 m��qɀs&ٟ����{u���?����C���^����R����
ȃ�c]-W��u�7�B/���i�����/d���iYϙ�Z]T�ʈ�1�r�Ӳ�P[��G������j��/6PK%E[Ѓc'2E
xl/styles.xml �(��S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v�F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&�
AR>��� ��im��ΑF���YO��%�}���LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PK%E[�����Q.xl/sharedStrings.xml �(���n�8�}��#ϫDu�{�;��p��40��.%Q�Y�R�b�}��J��~1�:�b�X��׏m�x#����ul-H�IVl�=?]�тָHp^��ўУů߾PZ/���_�^�z���	�_���rG
��e��5|V���N�!�6?�M�;��8Z�eS�_�\�h��_
9�0E��K�my�����}	�����_�x�\7Y�!���pK$S�.+��{�lw$y(��x5"����E��{e�2O��?H�yQx�K��]�8���p���bR(���QO�|��!��&[E������.���p����r	���2��5��f��cT�v�°�����H�����%�͵�ʘPJ���Z�qNn�>�2%giF*E�U�]o�.+�F���㭢�n	:\�
�4��������&S��S0��}M���"!d[����p<�1��
Ϗl' ��5�x��	��
���>�v�-���RO��G3�b짎o��iN�F�x�a"�5�8�R'���0I"#
��pL���DN����M�2���|�g6~�����r�ua������ð��.�<@�ղ��ѦKc�w^�9�k�0�������ی����l)�E�l�͆MtòSp��N�lX^��kQ�U�0B���p�OW�@=QC�8�ņ$Ҫ�~�j�`��A�0���0$���6"��w�xu�h�\We��բD"��sb�5�Y�{��,/�a��ȊS��B�o߁�����g<����l=�y�B�]8���/��8�c�����9�xU>Wl��t�0hrhT0�s�>�jI���T�Ԑ�0�n�١TM�I\��q����6�����bT��;�U]�뽤s�1;�قG�̺��r�2����	����"s��Hl�3��]�-0�;\48��v�����kn�R�s���*�v�Q�Hϒ��d�U���h%�>��.��N�g~,.S�Zt��č>Tsz|\uC����A*�8#c,�
V�~\J,�d�>: ���TK�2�~UI)D�4�S�XQ'2'T���s=P
C:L=��S�sAp�0C2���y������l�G	C�Kt�>�y|GꗒM�l����4%܇~�/H�����
�����6�n��n�̣���9=�=��Ǵ��=-Ѣ1-�D� �L���[�T�pf 
�zf 43�ޮhf�A�*�rS@��ǽ����Q�Tm2曭ck�V��,��aʊl�l�9d�n�-�V��#��\����dY$Y�*����s���f<�LҺ<�ށ��>t�sZ9���B�+�
N��cݟ/���;�	G�*)�e� E��['���^�ES�����<h���	�4����N�;v��mZ�C�(3͋(�7��f;3��J�=Z�����tOk\C��C2
�r���kyV8~�!���>H":}��QW���M�	�fiA�Ӭ%�pH�ymz�\�	y��˗��\ǐ+I�|_��"��@W�ѧN�J%�
��i��]˼M�<_�v���C��36�k�ˡJ�sx��³
���k�&ҁ�u��q�Z=ZLסR�%s�h�b4��=�~�u��)x��b�	��qf� �uk,����Um �
J��FXr��WЯX��k���#���"%������8U�9������+�Z{`��2��Ί.�ag+�>������˦�o�L脣DB8�Rö���I�0IC�Q�I��+<[�OL��yR7
lӋ'	ُ��ȲlÇob��f��EV�L���ᑀ��%�o/W�M�)����bˁ/��"T�5��*n�=�����Ƶ��Sg�ܻ��w�S�<��D�(],���3��:d��MyӢt�
N���q<p��H`�2ݗ����:��ʺ~�ta|&רrWٺ+��icv��&U��/AgV���i:F�tVC|[��Zc�J.���>����l�"'�mZ���8c��ni�p�n��P�K�����$"���P-���˃��(n�'�����7�[��F�R�3"����d�}�
�ge�0%��0��<#x���W��97e��u36�%]e�E/YǨQ����=����kyg�֦%:�c*��Ր�e�҇BZ�l.t��9vu���R��L���Ӧ.��a������!���^�+�:<��v�
a	B~�İqۍ	l�����ua��8N���I�ʰ���x�i�����[4��ez"m��í!��+r�D.�:b��!�ݦk��T�&Q("a7����;K?'�m+����o8QL��8��>Jplױ�a4�
g9�r��k�]����Z����
��������n�Ds��y��t$�h���3\����տ,��g`쉆��ߚ���AE�.��A5KM2*J`+�t@_d�}�t����ik~�<Ԏ+eAC�,�ܴ���&�v^�{��uJjhV@9���k��~ܭ���7����퍮��L�$6�9�C�؈��5����Ƒ(x�7��WD���aZ{}�U��(��ӌ��H�����?�3:�D�,��ɔ%��'�jI�������6fj�$ꯃ��Q{B"�A�@�<��#�e�#d���4�%��H[(�������U��)�3[�n��3�q��:GeO$��CSi�E����}j�&��ҁ�e��G����4�
�4�X�R�Y{@��\�TR���3?Z�ܓyv#�f½��ڲ�`�	�">j@��_�<����;��@����&YaN�ZQ���NNϳb�)�ǚsph1c!�|���F2
�kK�|{_6Rތ7�?�;C�sx5Ћv�(��8��	�܎`�c�<����Ŷ�;�/hڇ+�:��P����3�@We��rxM9.��=kw�R�H���l#o��>yu���nGn�\��
�ܭ���p��WVT�
g�T�c���eߖ��+RD��_�S?q���{6YX������Ŗk؎A�N�H3�� ��2�S���M�c�j��~�h�%?Z�(30��e��n[�I}3����\�W�8\s/m4�x��N>�Rm��0�P-/���ye�þ���-7h�Ţ��B&	!~�����GI8�M�NO٨g��rU�&r+�����\�������5�p�ֻ]eǤִ���c��bj���y��K�L�!c��Fzͩ���#T��}�7<����x���Z9f�UN�/�Ώ;}����Bi���PK-%E[���5xl/workbook.xmlPK-%E[����	��[Content_Types].xmlPK-
%E[|�jr''U_rels/.relsPK-%E[�s�ō�xl/worksheets/sheet1.xmlPK-%E[�0�P�xl/_rels/workbook.xml.relsPK-%E[Ѓc'2E
�	xl/styles.xmlPK-%E[�����Q.]xl/sharedStrings.xmlPK�|

application/vnd.ms-excel

Sample:
PK%E[K���5xl/workbook.xml �(�����0��&�C����N\�z�[i�-ik��H�yۙ��v��|�t�%��P��61�cA4h �\�v�)�
�Q�sJi��o�6��~a;�����>Й�+�A�1�nFЖV�
!|j��8�$Gc�;���!���	�^$E,,i
(I�M�4��z�J�!ϳ���8I!��^a�-��/PK%E[����	�[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
%E[l%�''_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="Rc9b8d41c113d4e87" /></Relationships>PK%E[�s�ōxl/worksheets/sheet1.xml �(��X[S�<�+����+��c���R�B۷|�!����
��W�(����	:gwutv��������d�,]"�eQ'Y���l�0�����L�a�M�?�4I���/�lM�������d>ʻ�S�pk�i6�k��K��g��8?ϓE��T/KG�K�OgOy����X�S��&���P��l
��������%��(��D�ް�B�Β׼�����i�g��|2��
۫�OVٯ��$�=?7��Y2{�N%����|��3�-��:������٤�"��)p��s^�����g�y����DZ+*!�\[���
�|�]�AK��RB_l�bϺ�'wu��K*V����6|�g^���r^	RɹU��7���k����lK~���_v�(a��]i.���y��=wη�e�(�(�"*)LKo6���6�X�͵0�1�Z��g\��Ҡ�o�;��}��^�l�r��V"o��]�u9�^V�Q#ض�{�qS޾q=.53�k["x�q�N�w��Y�j�<L��B�x��Sn;��ux��S9�փ}gx�Ai��.r�Т�h��[T�z��Ka�s�[v�C�en�iw9��'�j��S9w΍��C�{�{l92wKk��[��pߩ��s���7��p�g��L=��C(��P�q.$��[�*�^��� z�xo�E��཈;/*���MΔ�Ad[�E,y�
�j�n��9	�q�E��w��3�:�����z���Ѱ����l���/?��c�zѹGZ�ކ/C��,��a����:���:���u��"N�YE����8�#tq^G�*⢎�U�e@1"�UBT��Y? D�/�:!�~
@��7��-���=!��@���?��������+!��@�.q��@�B '���:��q��H���q���:��q�'����΁�D�s�1q�s�������
)0���QB��!����I���&�E�uO
s�v�y�(A�qQ�F�|�P�U�ڧ���sy�����F�r]�G6�H��	�@ ��.��@4�*?*���6�v�MZ�g�W������@zڽ�
9⣦Ŧ��#�P8iW>>
`�>`��ơ�"������t@_0;}�îWz=N��$�NҴH���r�?��?PK%E[Y���Pxl/_rels/workbook.xml.rels �(���KN�0@�b͞8!�Ӡ�ݰa[z��Q;�]�gc���V���X��j4��'�|���o�D^Ї�����V:5ڡ�S�w+�n�;�DL��K iņL���A�E(܂6u��)�]�<��}Yr�s\3�����N�Q⣓�m�L_�?���0��S
��"Q�<�vZ2ѶU�D-%z3���_��<��۲��W-?4�b7�1£z�>]:w�˙ZS�.١do:�/j��/6_PK%E[Ѓc'2E
xl/styles.xml �(��S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v�F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&�
AR>��� ��im��ΑF���YO��%�}���LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PK%E[�����Q.xl/sharedStrings.xml �(���n�8�}��#ϫDu�{�;��p��40��.%Q�Y�R�b�}��J��~1�:�b�X��׏m�x#����ul-H�IVl�=?]�тָHp^��ўУů߾PZ/���_�^�z���	�_���rG
��e��5|V���N�!�6?�M�;��8Z�eS�_�\�h��_
9�0E��K�my�����}	�����_�x�\7Y�!���pK$S�.+��{�lw$y(��x5"����E��{e�2O��?H�yQx�K��]�8���p���bR(���QO�|��!��&[E������.���p����r	���2��5��f��cT�v�°�����H�����%�͵�ʘPJ���Z�qNn�>�2%giF*E�U�]o�.+�F���㭢�n	:\�
�4��������&S��S0��}M���"!d[����p<�1��
Ϗl' ��5�x��	��
���>�v�-���RO��G3�b짎o��iN�F�x�a"�5�8�R'���0I"#
��pL���DN����M�2���|�g6~�����r�ua������ð��.�<@�ղ��ѦKc�w^�9�k�0�������ی����l)�E�l�͆MtòSp��N�lX^��kQ�U�0B���p�OW�@=QC�8�ņ$Ҫ�~�j�`��A�0���0$���6"��w�xu�h�\We��բD"��sb�5�Y�{��,/�a��ȊS��B�o߁�����g<����l=�y�B�]8���/��8�c�����9�xU>Wl��t�0hrhT0�s�>�jI���T�Ԑ�0�n�١TM�I\��q����6�����bT��;�U]�뽤s�1;�قG�̺��r�2����	����"s��Hl�3��]�-0�;\48��v�����kn�R�s���*�v�Q�Hϒ��d�U���h%�>��.��N�g~,.S�Zt��č>Tsz|\uC����A*�8#c,�
V�~\J,�d�>: ���TK�2�~UI)D�4�S�XQ'2'T���s=P
C:L=��S�sAp�0C2���y������l�G	C�Kt�>�y|GꗒM�l����4%܇~�/H�����
�����6�n��n�̣���9=�=��Ǵ��=-Ѣ1-�D� �L���[�T�pf 
�zf 43�ޮhf�A�*�rS@��ǽ����Q�Tm2曭ck�V��,��aʊl�l�9d�n�-�V��#��\����dY$Y�*����s���f<�LҺ<�ށ��>t�sZ9���B�+�
N��cݟ/���;�	G�*)�e� E��['���^�ES�����<h���	�4����N�;v��mZ�C�(3͋(�7��f;3��J�=Z�����tOk\C��C2
�r���kyV8~�!���>H":}��QW���M�	�fiA�Ӭ%�pH�ymz�\�	y��˗��\ǐ+I�|_��"��@W�ѧN�J%�
��i��]˼M�<_�v���C��36�k�ˡJ�sx��³
���k�&ҁ�u��q�Z=ZLסR�%s�h�b4��=�~�u��)x��b�	��qf� �uk,����Um �
J��FXr��WЯX��k���#���"%������8U�9������+�Z{`��2��Ί.�ag+�>������˦�o�L脣DB8�Rö���I�0IC�Q�I��+<[�OL��yR7
lӋ'	ُ��ȲlÇob��f��EV�L���ᑀ��%�o/W�M�)����bˁ/��"T�5��*n�=�����Ƶ��Sg�ܻ��w�S�<��D�(],���3��:d��MyӢt�
N���q<p��H`�2ݗ����:��ʺ~�ta|&רrWٺ+��icv��&U��/AgV���i:F�tVC|[��Zc�J.���>����l�"'�mZ���8c��ni�p�n��P�K�����$"���P-���˃��(n�'�����7�[��F�R�3"����d�}�
�ge�0%��0��<#x���W��97e��u36�%]e�E/YǨQ����=����kyg�֦%:�c*��Ր�e�҇BZ�l.t��9vu���R��L���Ӧ.��a������!���^�+�:<��v�
a	B~�İqۍ	l�����ua��8N���I�ʰ���x�i�����[4��ez"m��í!��+r�D.�:b��!�ݦk��T�&Q("a7����;K?'�m+����o8QL��8��>Jplױ�a4�
g9�r��k�]����Z����
��������n�Ds��y��t$�h���3\����տ,��g`쉆��ߚ���AE�.��A5KM2*J`+�t@_d�}�t����ik~�<Ԏ+eAC�,�ܴ���&�v^�{��uJjhV@9���k��~ܭ���7����퍮��L�$6�9�C�؈��5����Ƒ(x�7��WD���aZ{}�U��(��ӌ��H�����?�3:�D�,��ɔ%��'�jI�������6fj�$ꯃ��Q{B"�A�@�<��#�e�#d���4�%��H[(�������U��)�3[�n��3�q��:GeO$��CSi�E����}j�&��ҁ�e��G����4�
�4�X�R�Y{@��\�TR���3?Z�ܓyv#�f½��ڲ�`�	�">j@��_�<����;��@����&YaN�ZQ���NNϳb�)�ǚsph1c!�|���F2
�kK�|{_6Rތ7�?�;C�sx5Ћv�(��8��	�܎`�c�<����Ŷ�;�/hڇ+�:��P����3�@We��rxM9.��=kw�R�H���l#o��>yu���nGn�\��
�ܭ���p��WVT�
g�T�c���eߖ��+RD��_�S?q���{6YX������Ŗk؎A�N�H3�� ��2�S���M�c�j��~�h�%?Z�(30��e��n[�I}3����\�W�8\s/m4�x��N>�Rm��0�P-/���ye�þ���-7h�Ţ��B&	!~�����GI8�M�NO٨g��rU�&r+�����\�������5�p�ֻ]eǤִ���c��bj���y��K�L�!c��Fzͩ���#T��}�7<����x���Z9f�UN�/�Ώ;}����Bi���PK-%E[K���5xl/workbook.xmlPK-%E[����	��[Content_Types].xmlPK-
%E[l%�''U_rels/.relsPK-%E[�s�ō�xl/worksheets/sheet1.xmlPK-%E[Y���P�xl/_rels/workbook.xml.relsPK-%E[Ѓc'2E
�	xl/styles.xmlPK-%E[�����Q._xl/sharedStrings.xmlPK�~