POST api/store/{storeID}/product/{id}/print

Add the product specified in all locations to a matching or new print list

Request Information

URI Parameters

NameDescriptionTypeAdditional information
storeID

StoreID to specify product storeID in multistore situation

integer

Required

id

Product identifier

globally unique identifier

Required

Body Parameters

Print Batch header to match

PrintBatchHeader
NameDescriptionTypeAdditional information
Identifier

Collection of byte

None.

IdentifierGuid

globally unique identifier

None.

StoreID

integer

None.

PrintBatchType

PrintBatchType

None.

PrintRequestType

PrintRequestType

None.

CampaignName

string

None.

User

string

String length: inclusive between 0 and 255

Process

string

String length: inclusive between 0 and 255

PromoPrint

For campaigns, true if the printing is only the campaign, and not the campaign products

boolean

Deprecated.

Created

date

None.

Updated

date

None.

Printed

date

None.

StoreName

string

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

StoreShortName

string

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

CampaignDescription

string

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

Campaign

Campaign

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

Details

Collection of PrintBatchDetail

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

Request Formats

application/json, text/json

Sample:
{
  "identifier": "ZceVFvFmmkSN+w62VhNg9w==",
  "identifierGuid": "1695c765-66f1-449a-8dfb-0eb6561360f7",
  "storeID": 1,
  "printBatchType": 2,
  "printRequestType": 3,
  "campaignName": "sample string 4",
  "user": "sample string 5",
  "process": "sample string 6",
  "promoPrint": true,
  "created": "2026-06-03T18:34:33.6582483",
  "updated": "2026-06-03T18:34:33.6582483",
  "printed": "2026-06-03T18:34:33.6582483",
  "storeName": "sample string 8",
  "storeShortName": "sample string 9",
  "campaignDescription": "sample string 10",
  "campaign": {
    "$id": "2",
    "id": 1,
    "storeID": 2,
    "name": "29018e0c-f53a-4c5c-9fc8-627e55d3e9b1",
    "nameGuid": "29018e0c-f53a-4c5c-9fc8-627e55d3e9b1",
    "description": "sample string 4",
    "showDiscounts": true,
    "showTotals": true,
    "onlyEvaluateOnSubtotal": true,
    "useDescription": true,
    "campaignType": 1,
    "startDate": "2026-06-03T18:34:33.6582483",
    "startTime": 1,
    "endDate": "2026-06-03T18:34:33.6582483",
    "endTime": 1,
    "recurrence": 1,
    "recurrenceType": 1,
    "monthType": 1,
    "weekDays": 1,
    "months": 1,
    "monthWeeks": 1,
    "monthDays": "sample string 7",
    "printed": true,
    "talkerText": "sample string 8",
    "rangeDescription": "sample string 9",
    "dealDescription": "sample string 10",
    "labelQuantity": 11,
    "active": 1,
    "deactivated": "2026-06-03T18:34:33.6582483",
    "system": true,
    "created": "2026-06-03T18:34:33.6582483",
    "updated": "2026-06-03T18:34:33.6582483",
    "priceChangeNotifiedUtc": "2026-06-03T18:34:33.6582483",
    "promoType": 1,
    "promotionTypeCode": "sample string 13",
    "hostIdentifier": "8X8SuU/OTEKhTQ3/WsBs5A==",
    "hostIdentifierGuid": "b9127ff1-ce4f-424c-a14d-0dff5ac06ce4",
    "hostType": 14,
    "createdByUser": "sample string 15",
    "fromHost": true,
    "deleted": true,
    "campaignDeleted": "2026-06-03T18:34:33.6582483",
    "updatedByUser": "sample string 18",
    "offerID": 1,
    "isPriceChangeCampaign": true,
    "stores": [
      1,
      2
    ],
    "storeNames": [
      "sample string 1",
      "sample string 2"
    ],
    "campaignPlus": [
      {
        "$id": "3",
        "id": 1,
        "campaignID": 2,
        "campaignName": "sample string 3",
        "plu": 1,
        "hostOfferID": 1,
        "metcashPromotionID": "sample string 4",
        "metcashPromotionPlacement": "sample string 5",
        "pluG_UID": "2W+ya7ocEECq0llhOhV9JA==",
        "pluGuid": "6bb26fd9-1cba-4010-aad2-59613a157d24",
        "newPrice": 1,
        "pctDiscount": 1,
        "newCost": 1,
        "newCostDecimals": 6,
        "dealCostIdentifier": "cTtl9kQ4zkewYGpy+5fuEA==",
        "dealCostGuid": "f6653b71-3844-47ce-b060-6a72fb97ee10",
        "pluName": "sample string 7",
        "apn": "sample string 8",
        "fuelItem": true,
        "priceGroupG_UID": "NBvxtPfAW06I1l3gE2ZMPQ==",
        "priceGroupGuid": "b4f11b34-c0f7-4e5b-88d6-5de013664c3d",
        "itemNumber": "sample string 10",
        "cri": "sample string 11",
        "pluPrice": 12,
        "costCalcMethod": 13,
        "pluCost": 14,
        "pluCostIndicator": "sample string 15",
        "pluPriceGstPercent": 16,
        "pluCostGstPercent": 17,
        "pluActive": true,
        "cartonQty": 1.1,
        "baseUnits": 19.1,
        "salesMode": 1,
        "orderPacked": 20,
        "pluNormalCost": 21,
        "pluaws": 22.0,
        "directNumber": "sample string 23",
        "departmentName": "sample string 24",
        "subDepartmentName": "sample string 25",
        "priceGroupName": "sample string 26",
        "supplierName": "sample string 27",
        "stockOnHand": 1.1,
        "stockOnOrder": 1.1,
        "lastReceived": "2026-06-03T18:34:33.6582483",
        "rrp": 28,
        "campaignDescription": "sample string 29",
        "hostCampaign": true,
        "hostIdentifier": "QEA=",
        "hostIdentifierGuid": "e48c6f9c-9008-4967-ada6-a72ce3b2bf4c",
        "campaignComboPriceGroupG_UID": "f3FwE+Xz00OvNa4+GJ6SGA==",
        "campaignComboPriceGroupIdentifier": "1370717f-f3e5-43d3-af35-ae3e189e9218",
        "promotionPlacementDescription": "sample string 31",
        "storeAcceptances": [
          {
            "$id": "4",
            "plu": 1,
            "pluG_UId": "QEA=",
            "campaignID": 1,
            "campaignName": "sample string 2",
            "storeID": 3,
            "acceptedUtc": "2026-06-03T18:34:33.6582483",
            "operatorG_UID": "UMW0cnElD0mJuH8gL4kyuw==",
            "operatorGuid": "72b4c550-2571-490f-89b8-7f202f8932bb",
            "machineID": 1,
            "processed": true,
            "appliedUtc": "2026-06-03T18:34:33.6582483",
            "signIqTicketFileMovedUtc": "2026-06-03T18:34:33.6582483",
            "user": "sample string 6",
            "campaignDescription": "sample string 7",
            "productDesc": "sample string 8",
            "storeName": "sample string 9",
            "effectiveUtc": "2026-06-03T18:34:33.6582483",
            "priceChangeType": 0,
            "operatorName": "sample string 10",
            "hostCampaign": true,
            "hostIdentifier": "QEA=",
            "hostIdentifierGuid": "eed2634a-9371-46bb-94f7-535d350dff8a",
            "product": {
              "$id": "5",
              "plu": 1,
              "storeID": 1,
              "masterPluG_UID": "QEA=",
              "storeIDs": [
                1,
                2
              ],
              "g_UId": "rXBs/fiJn0m0vP7q3lJUoA==",
              "guid": "fd6c70ad-89f8-499f-b4bc-feeade5254a0",
              "apn": "sample string 1",
              "apnChanged": true,
              "apnSwitched": true,
              "barcode": "sample string 4",
              "itemNumber": "sample string 5",
              "itemNumberChanged": true,
              "priceGroupG_UID": "Dgpkhj2920WVumL+VwMHVw==",
              "priceGroupGuid": "86640a0e-bd3d-45db-95ba-62fe57030757",
              "blueprintID": 1,
              "lastCountedDate": "2026-06-03T18:34:33.6582483",
              "externalID": "sample string 7",
              "active": true,
              "activated": "2026-06-03T18:34:33.6582483",
              "pluCreated": "2026-06-03T18:34:33.6582483",
              "createdByUser": "sample string 9",
              "name": "sample string 10",
              "nameChanged": true,
              "secondDescription": "sample string 12",
              "hostDescription": "sample string 13",
              "keepCartonQty": true,
              "keepDescription": true,
              "keepDepartments": true,
              "keepSuppliers": true,
              "markdownDescription": "sample string 18",
              "altDescription": "sample string 19",
              "bestOrExpire": 20,
              "lastUpdate": "2026-06-03T18:34:33.6582483",
              "lastManualUpdate": "2026-06-03T18:34:33.6582483",
              "imageName": "sample string 23",
              "showImageOnFlipCharts": true,
              "showTextOnFlipCharts": true,
              "overrideFlipChartText": true,
              "flipChartText": "sample string 27",
              "salesMode": 1,
              "eftCode": 1,
              "price": 1,
              "priceChanged": true,
              "rrp": 1,
              "gstPercent": 28,
              "gstPercentChanged": true,
              "costGSTPercent": 29,
              "costGSTPercentChanged": true,
              "wetPercent": 1,
              "priceOverride": 1,
              "cost": 1,
              "currentCost": 1,
              "currentCostDecimals": 1,
              "grossProfit": 1.0,
              "currentCostDesc": "sample string 30",
              "currentCostEnd": "2026-06-03T18:34:33.6582483",
              "currentCostUpdated": "2026-06-03T18:34:33.6582483",
              "costDecimals": 31,
              "costChanged": true,
              "dealCostIdentifier": "QEA=",
              "excludeFromRebate": true,
              "rebateOverride": 1,
              "costCalcMethod": 32,
              "costCalcMethodChanged": true,
              "costEffectiveDate": "2026-06-03T18:34:33.6582483",
              "defaultGP": 1,
              "breakTargetMode": 33,
              "break1": 1,
              "price1": 1,
              "target1": 34,
              "break2": 1,
              "price2": 1,
              "target2": 35,
              "break3": 1,
              "price3": 1,
              "target3": 36,
              "break1Changed": true,
              "price1Changed": true,
              "target1Changed": true,
              "break2Changed": true,
              "price2Changed": true,
              "target2Changed": true,
              "break3Changed": true,
              "price3Changed": true,
              "target3Changed": true,
              "breakTargetModeChanged": true,
              "margin": 1.1,
              "marginChanged": true,
              "marginRanged": true,
              "marginRangedChanged": true,
              "minimumMargin": 1.1,
              "minimumMarginChanged": true,
              "maximumMargin": 1.1,
              "maximumMarginChanged": true,
              "overrideHostWarehouseIndicator": true,
              "overrideHostWarehouseIndicatorChanged": true,
              "overrideHostPrice": true,
              "overrideHostPriceChanged": true,
              "overrideHostCost": true,
              "overrideHostCostChanged": true,
              "overrideHostMargin": true,
              "overrideHostMarginChanged": true,
              "alwaysApplyMargin": true,
              "alwaysApplyMarginChanged": true,
              "aws": 1.0,
              "paws": 1.0,
              "awsUpdated": "2026-06-03T18:34:33.6582483",
              "posTare": 1,
              "altPrice": 1.0,
              "altPriceChanged": true,
              "altPriceMode": 53,
              "altPriceModeChanged": true,
              "altPLUG_UID": "pzNnY/cYME6Pfgw7pghlfQ==",
              "altPLUGuid": "636733a7-18f7-4e30-8f7e-0c3ba608657d",
              "altPLUGuidChanged": true,
              "altPriceDescription1": "sample string 54",
              "altPriceDescription2": "sample string 55",
              "cartonQuantity": 56,
              "cartonQuantityChanged": true,
              "trayID": 1,
              "promptID": 1,
              "tare": 1,
              "packQty": 1,
              "fixedWeight": 1,
              "extraMesg": 1,
              "text1": "sample string 58",
              "text2": "sample string 59",
              "text3": "sample string 60",
              "labelText": "sample string 61",
              "labelTextChanged": true,
              "sendToScale": true,
              "nonScaleWeigh": true,
              "labelFormat": "sample string 65",
              "barcodeFormat": "sample string 66",
              "austMade": 1,
              "coolCode": 67,
              "countryOfOrigin": "sample string 68",
              "percentContent": 69.1,
              "departmentID": 1,
              "subDepartmentID": 1,
              "minorDepartmentID": 1,
              "lesserDepartmentID": 1,
              "deptCode": "sample string 70",
              "subDeptCode": "sample string 71",
              "minorDeptCode": "sample string 72",
              "lesserDeptCode": "sample string 73",
              "deptName": "sample string 74",
              "subDeptName": "sample string 75",
              "minorDeptName": "sample string 76",
              "lesserDeptName": "sample string 77",
              "departmentChanged": true,
              "subCategoryID": 1,
              "expiry": 1,
              "showDays": 1,
              "datePrint": 1,
              "labelRequired": true,
              "labelShelfQty": 80,
              "labelShelfChanged": true,
              "labelTalkerQty": 82,
              "labelSmall": true,
              "labelLastPrinted": "2026-06-03T18:34:33.6582483",
              "labelLastPrice": 1,
              "shelfPageLayoutG_UID": "rpykj/ge+EqDk4DVr+P5sw==",
              "shelfPageLayoutGuid": "8fa49cae-1ef8-4af8-8393-80d5afe3f9b3",
              "talkerPageLayoutG_UID": "vrffJQ3Wg0uZ9Du9sf3HeQ==",
              "talkerPageLayoutGuid": "25dfb7be-d60d-4b83-99f4-3bbdb1fdc779",
              "unitMeasure": 1.1,
              "unitMeasureChanged": true,
              "unitMeasureKind": 85,
              "unitMeasureKindChanged": true,
              "signIQData": "sample string 87",
              "refresh": true,
              "earnLoyaltyPoints": true,
              "earnLoyaltyPointsChanged": true,
              "quantityOverride": true,
              "quantityOverrideChanged": true,
              "quantityRequired": true,
              "quantityRequiredChanged": true,
              "allowDiscounts": true,
              "allowDiscountsChanged": true,
              "discountDiscounts": true,
              "discountDiscountsChanged": true,
              "itemRecalled": true,
              "itemRecalledChanged": true,
              "noRefund": true,
              "noRefundChanged": true,
              "allowMarkdown": true,
              "allowMarkdownChanged": true,
              "priceRequired": true,
              "priceRequiredChanged": true,
              "fuelItem": true,
              "fuelItemChanged": true,
              "liabilityItem": true,
              "trackSerial": true,
              "trackSerialChanged": true,
              "allowZeroPrice": true,
              "allowZeroPriceChanged": true,
              "notForSale": 92,
              "notForSaleChanged": true,
              "excludeFromDeals": true,
              "excludeFromVoucher": true,
              "minimumAge": 95,
              "minimumAgeChanged": true,
              "buyingLimit": 1,
              "buyingLimitChanged": true,
              "buyingLimitIndependent": true,
              "buyingLimitIndependentChanged": true,
              "inventoryGuid": "FYL+acJBHk2JDHI1p3YFKg==",
              "inventoryIdentifier": "69fe8215-41c2-4d1e-890c-7235a776052a",
              "inventoryAccuracy": 1,
              "baseUnits": 99,
              "orderPacked": 1,
              "isManufactured": true,
              "isIngredient": true,
              "isModifier": true,
              "isModifierChanged": true,
              "hasModifiers": 100,
              "defaultPrinter": "sample string 101",
              "defaultPrinterGroup": "sample string 102",
              "ingredientsOnManufacture": true,
              "manufactureUnitMeasure": 1,
              "mpl": 1,
              "maxShelfQty": 103,
              "allowAutoOrder": true,
              "warrantyPeriod": 1,
              "parentPluG_UId": "yZ59tGqp5UmZWDcOXOfvCw==",
              "parentPluGuid": "b47d9ec9-a96a-49e5-9958-370e5ce7ef0b",
              "preferredHostVendor": 105,
              "preferredHostChanged": true,
              "code": "sample string 107",
              "supplierIdentifier": "oYxbOGNCAkKib0bJY4iYIw==",
              "supplierIdentifierGuid": "385b8ca1-4263-4202-a26f-46c963889823",
              "supplierChanged": true,
              "rebateSupplierIdentifier": "5neBZw1c90uwmoVkVeo4KA==",
              "rebateSupplierIdentifierGuid": "678177e6-5c0d-4bf7-b09a-856455ea3828",
              "rebateSupplierChanged": true,
              "availableForOrder": true,
              "warehouseDirectIndicator": "sample string 109",
              "warehouseDirectIndicatorChanged": true,
              "productGrade": "sample string 111",
              "productType": "sample string 112",
              "productGroup": "sample string 113",
              "complianceIndicator": "sample string 114",
              "inhouseBrand": "sample string 115",
              "slowMoving": true,
              "generalMerchandise": true,
              "comment": "sample string 118",
              "lastUpdatedByUser": "sample string 119",
              "lastManualUpdatedByUser": "sample string 120",
              "lastUpdatedByUserOverride": true,
              "lastUpdatedByHost": "2026-06-03T18:34:33.6582483",
              "commodity": "sample string 122",
              "businessPillar": "sample string 123",
              "mscCommodity": "sample string 124",
              "hostIdentifier": "56D/IP3OOEurHQ7QwEAA4A==",
              "hostIdentifierGuid": "20ffa0e7-cefd-4b38-ab1d-0ed0c04000e0",
              "serviceFeeID": 1,
              "serviceFeeIDChanged": true,
              "providerName": "sample string 126",
              "aisleEnds": "sample string 127",
              "deleted": true,
              "deletedChanged": true,
              "hidden": true,
              "doNotRange": true,
              "doNotRangeChanged": true,
              "doNotOrder": true,
              "doNotOrderChanged": true,
              "locked": true,
              "excludeFromWebUpdate": true,
              "excludeFromWebUpdateChanged": true,
              "webPriceBasedOn": 138,
              "webPriceRounding": true,
              "webMarkup": 140,
              "webPriceMode": 141,
              "altDepartmentID": 1,
              "altSubDepartmentID": 1,
              "altMinorDepartmentID": 1,
              "altLesserDepartmentID": 1,
              "altDeptCode": "sample string 142",
              "altSubDeptCode": "sample string 143",
              "altMinorDeptCode": "sample string 144",
              "altLesserDeptCode": "sample string 145",
              "altDepartmentChanged": true,
              "storeProducts": [
                {
                  "$ref": "5"
                },
                {
                  "$ref": "5"
                }
              ],
              "store": {
                "$id": "6",
                "id": 1,
                "isMaster": true,
                "isElectedMaster": true,
                "electedMasterStoreID": 1,
                "isZoneMaster": true,
                "shortName": "sample string 3",
                "url": "sample string 4",
                "sortOrder": 1,
                "name": "sample string 5",
                "phone": "sample string 6",
                "fax": "sample string 7",
                "email": "sample string 8",
                "address1": "sample string 9",
                "address2": "sample string 10",
                "city": "sample string 11",
                "state": "sample string 12",
                "country": "sample string 13",
                "postCode": "sample string 14",
                "delivery": 1,
                "exportAccounts": 1,
                "salesAccountFolder": "sample string 15",
                "purchaseAccountFolder": "sample string 16",
                "initLoad": 1,
                "initIDs": 1,
                "zoneID": 1,
                "actAsMaster": 1,
                "lastActiveUtc": "2026-06-03T18:34:33.6582483",
                "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": "g0iLjLjxg0OLFhCVLsFyHw==",
                "hostIdentifierGuid": "8c8b4883-f1b8-4383-8b16-10952ec1721f",
                "hostName": 1,
                "hostAddress": "sample string 27",
                "hostUsername": "sample string 28",
                "hostPassword": "sample string 29",
                "excludeFromLeadInOut": true,
                "accountingProvider": 31,
                "accountingAddress": "sample string 32",
                "accountingUsername": "sample string 33",
                "accountingPassword": "sample string 34",
                "storeAccountingCode": "sample string 35",
                "softwareVariance": 36,
                "fuelWarningVariance": 37.0,
                "fuelErrorVariance": 38.0,
                "fuelAccumulatedWarningVariance": 39.0,
                "fuelAccumulatedErrorVariance": 40.0,
                "drawManagment": 41,
                "endOfDayManagment": true,
                "autoFillCashBalancing": true,
                "fuelDayVariance": 44,
                "accountingTradingTime": "00:00:00.1234567",
                "stockActivateProduct": 46,
                "defaultOrderDocumentId": 1,
                "defaultStockReceiveDocumentId": 1,
                "giftCardSalesAccountingDeptCode": "sample string 47",
                "transactionDiscountAccountingDeptCode": "sample string 48",
                "size": 49,
                "updated": "2026-06-03T18:34:33.6582483",
                "priceZone": {
                  "$id": "7",
                  "id": 1,
                  "name": "sample string 2",
                  "hostIdentifier": "oda7Aq0mv0CbuRIXJymErw==",
                  "hostIdentifierGuid": "02bbd6a1-26ad-40bf-9bb9-1217272984af",
                  "sortOrder": 3,
                  "zoneMasterStoreID": 1,
                  "electedMasterStoreID": 1,
                  "containsElectedMasterStore": true
                },
                "priceZoneName": "sample string 51",
                "storeFuelConfigured": true,
                "shippingAddressCopied": true,
                "shippingAddress": {
                  "$id": "8",
                  "storeID": 1,
                  "addressType": 1,
                  "address1": "sample string 1",
                  "address2": "sample string 2",
                  "city": "sample string 3",
                  "state": "sample string 4",
                  "country": "sample string 5",
                  "postCode": "sample string 6"
                },
                "billingAddressCopied": true,
                "billingAddress": {
                  "$ref": "8"
                },
                "warehouseStore": {
                  "$id": "9",
                  "storeID": 1,
                  "warehouseStoreID": 2,
                  "storeName": "sample string 3",
                  "warehouseName": "sample string 4"
                },
                "hostStoreSettings": [
                  {
                    "$id": "10",
                    "id": 1,
                    "hostIdentifier": "0hmtzG7DbEuPCh54iYTlgw==",
                    "hostIdentifierGuid": "ccad19d2-c36e-4b6c-8f0a-1e788984e583",
                    "storeID": 2,
                    "username": "sample string 3",
                    "password": "sample string 4",
                    "passwordPlain": "sample string 5",
                    "serverAddress": "sample string 6",
                    "serverPort": 1,
                    "excludeFromLeadInOut": true,
                    "useForHostFile": true,
                    "metcashPillarID": "sample string 9",
                    "metcashStateCode": "sample string 10",
                    "metcashCustomerID": "sample string 11",
                    "metcashTradingPartnerID": "sample string 12",
                    "drakesCustomerNumber": 1,
                    "sparCustomerNumber": "sample string 13",
                    "sparOrderUsername": "sample string 14",
                    "sparOrderPassword": "sample string 15",
                    "sparOrderPasswordPlain": "sample string 16",
                    "pharmXSiteID": 1,
                    "ibaZoneID": 1,
                    "ibaState": "sample string 17",
                    "foodlandStoreCode": "sample string 18",
                    "ilgMemberNumber": "sample string 19",
                    "ilgOutletLocation": 1,
                    "ilgBaseCost": 1,
                    "ilgApplyNonAdvertisedPromos": true,
                    "ilgExemptFromFreight": true,
                    "ilgOrderDealReview": true,
                    "ilgFinanceFee": 1,
                    "secondPassword": "sample string 23",
                    "secondPasswordPlain": "sample string 24",
                    "secondServerAddress": "sample string 25",
                    "processPromotions": true,
                    "hostProvider": 0,
                    "host": {
                      "$id": "11",
                      "identifier": "B0dx/CEnv0WUm9tKKsQE0w==",
                      "identifierGuid": "fc714707-2721-45bf-949b-db4a2ac404d3",
                      "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": "Pq2Pq5FmREqTMEqrvsosHQ==",
                      "hostSupplierIdentifierGuid": "ab8fad3e-6691-4a44-9330-4aabbeca2c1d",
                      "loyaltyPriceLevelIdentifier": "sv2B/qzfd0a1PGo/YZZKwQ==",
                      "loyaltyPriceLevelIdentifierGuid": "fe81fdb2-dfac-4677-b53c-6a3f61964ac1",
                      "isGroup": true,
                      "description": "sample string 22",
                      "hostProvider": 23,
                      "hostTypeEnum": 24,
                      "hostType": "sample string 25",
                      "hostCode": "sample string 26",
                      "username": "sample string 27",
                      "password": "sample string 28",
                      "passwordPlain": "sample string 29",
                      "server": "sample string 30",
                      "url": "sample string 31",
                      "global": true,
                      "stateCode": "sample string 33",
                      "lastCollected": "2026-06-03T18:34:33.6582483",
                      "lastProcessed": "2026-06-03T18:34:33.6582483",
                      "hold": true,
                      "supplierName": "sample string 35",
                      "supplier": {
                        "$id": "12",
                        "identifier": "+oaBRw0y5EuMl8YisU8Feg==",
                        "identifierGuid": "478186fa-320d-4be4-8c97-c622b14f057a",
                        "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": "VF9Ea3EyhUeRaBVcUJVL7Q==",
                        "primaryContactID": "6b445f54-3271-4785-9168-155c50954bed",
                        "storeID": 1,
                        "abn": "sample string 16",
                        "supplierGroupIdentifier": "96Y6UO9mKkG8qgHUR6e8oQ==",
                        "supplierGroupGuid": "503aa6f7-66ef-412a-bcaa-01d447a7bca1",
                        "rebate": 1.0,
                        "rebateType": 1,
                        "rebateFrequency": 1,
                        "rebateSource": 1,
                        "rebateLastClaimed": "2026-06-03T18:34:33.6582483",
                        "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": "13",
                          "id": "21f0eb54-af18-4443-b666-18a5a6e5f999",
                          "identifier": "kyii0gVujU+SO4TdCue1Cg==",
                          "identifierGuid": "d2a22893-6e05-4f8d-923b-84dd0ae7b50a",
                          "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": "14",
                            "supplierIdentifier": "fVISgrRF/EGR5Q33DoyMcA==",
                            "supplierIdentifierGuid": "8212527d-45b4-41fc-91e5-0df70e8c8c70",
                            "contactGuid": "S9Relq0ShEOv9XdFeAM/pw==",
                            "contactID": "965ed44b-12ad-4384-aff5-774578033fa7",
                            "contact": {
                              "$ref": "13"
                            },
                            "supplier": {
                              "$ref": "12"
                            }
                          },
                          {
                            "$ref": "14"
                          }
                        ],
                        "products": [
                          {
                            "$id": "15",
                            "pluG_UID": "UjuYRb82Z0art45qMNe7Vw==",
                            "pluGuid": "45983b52-36bf-4667-abb7-8e6a30d7bb57",
                            "supplierIdentifier": "MWUFxK4Jak2WDOYZEwtq8Q==",
                            "supplierIdentifierGuid": "c4056531-09ae-4d6a-960c-e619130b6af1",
                            "cartonQuantity": 1,
                            "cartonQuantityChanged": true,
                            "productSize": "sample string 3",
                            "cigarettesPerSleeve": 1,
                            "randomWeight": true,
                            "piecesPerUnit": 5,
                            "averagePackSize": 6,
                            "effectiveDate": "2026-06-03T18:34:33.6582483",
                            "pricedByWeight": true,
                            "landedUnitCostEx": 9,
                            "landedUnitCostInc": 10,
                            "landedCartonCostInc": 12,
                            "landedCartonCostEx": 13,
                            "standardCost": 14,
                            "deliveryFee": 1,
                            "deliveryFeeBasis": "sample string 15",
                            "pickAndPackFee": 1,
                            "pickAndPackFeeBasis": "sample string 16",
                            "financeFee": 1,
                            "financeFeeBasis": "sample string 17",
                            "cartonLength": 1,
                            "cartonWidth": 1,
                            "cartonHeight": 1,
                            "palletLayerQuantity": 1,
                            "palletLayers": 1,
                            "itemCode": "sample string 18",
                            "invoiceCode": "sample string 19",
                            "invoiceDesc": "sample string 20",
                            "orderDirect": true,
                            "useCost": true,
                            "minimumQuantity": 21,
                            "hostType": 22,
                            "fromHost": 23,
                            "minimumReorder": 1,
                            "maximumReorder": 1,
                            "orderMultiple": 24.1,
                            "sellMultiple": 25.1,
                            "baseMultiple": 26.1,
                            "hostStandardCost": 27,
                            "hostTotalCost": 28,
                            "hostRetail": 29,
                            "hostLandedUnitCostEx": 30,
                            "hostLandedUnitCostInc": 31,
                            "hostDesc": "sample string 32",
                            "directIndicator": "sample string 33",
                            "availableToOrder": true,
                            "hostRangeIndicator": "sample string 35",
                            "hostProductType": "sample string 36",
                            "hostProductGrade": "sample string 37",
                            "hostProductGroup": "sample string 38",
                            "hostSlowMoving": true,
                            "hostGeneralMerchandise": true,
                            "hostPillar": "sample string 41",
                            "hostLastUpdated": "2026-06-03T18:34:33.6582483",
                            "rebate": 1.0,
                            "rebateExclude": true,
                            "invoiceCodes": [
                              {
                                "$id": "16",
                                "pluG_UID": "ZwSVUHygzECQTbAWGmFXlg==",
                                "pluGuid": "50950467-a07c-40cc-904d-b0161a615796",
                                "supplierIdentifier": "D+2LJqxJj02+VnwDu2erEw==",
                                "supplierIdentifierGuid": "268bed0f-49ac-4d8f-be56-7c03bb67ab13",
                                "invoiceCode": "sample string 1",
                                "storeIDs": [
                                  1,
                                  2
                                ]
                              },
                              {
                                "$ref": "16"
                              }
                            ],
                            "storeIDs": [
                              1,
                              2
                            ],
                            "preferredSupplier": true,
                            "preferredRebateSupplier": true,
                            "supplierName": "sample string 42",
                            "salesMode": 43,
                            "orderPacked": true,
                            "active": true,
                            "price": 1,
                            "costGstPercent": 45,
                            "parentPluG_UID": "RL598XoEok2qTs7oAwkAhw==",
                            "parentPluGuid": "f17dbe44-047a-4da2-aa4e-cee803090087",
                            "freight": 46.0,
                            "freightType": 1,
                            "product": {
                              "$ref": "5"
                            },
                            "supplier": {
                              "$ref": "12"
                            },
                            "serviceFee": {
                              "$id": "17",
                              "id": 1,
                              "description": "sample string 1",
                              "fee": 1
                            },
                            "isPrimaryHost": true,
                            "hostVendor": 48
                          },
                          {
                            "$ref": "15"
                          }
                        ],
                        "orderCycleHeaders": [
                          {
                            "$id": "18",
                            "storeID": 1,
                            "supplierIdentifier": "yR965aIRkUy/f7g53lTiaw==",
                            "supplierGuid": "e57a1fc9-11a2-4c91-bf7f-b839de54e26b",
                            "departmentCode": "sample string 2",
                            "warehouseDirectIndicator": "sample string 3",
                            "type": 4,
                            "storeName": "sample string 5",
                            "departmentName": "sample string 6",
                            "orderDays": 7
                          },
                          {
                            "$ref": "18"
                          }
                        ],
                        "cycles": [
                          {
                            "$id": "19",
                            "storeID": 1,
                            "supplierIdentifier": "Pd5pma9A+0KCvmNdaXMx+w==",
                            "supplierGuid": "9969de3d-40af-42fb-82be-635d697331fb",
                            "departmentCode": "sample string 2",
                            "warehouseDirectIndicator": "sample string 3",
                            "type": 4,
                            "cutOffWeek": 5,
                            "cutOffDay": 6,
                            "cutOffTime": "00:00:00.1234567",
                            "leadTime": 7,
                            "daysBuffer": 8,
                            "supplierName": "sample string 9",
                            "cutOffDate": "2026-06-03T18:34:33.6582483",
                            "deliveryDate": "2026-06-03T18:34:33.6582483",
                            "nextCutOffDate": "2026-06-03T18:34:33.6582483",
                            "nextDeliveryDate": "2026-06-03T18:34:33.6582483",
                            "nextDaysBuffer": 10
                          },
                          {
                            "$ref": "19"
                          }
                        ],
                        "store": {
                          "$ref": "6"
                        },
                        "updated": "2026-06-03T18:34:33.6582483",
                        "isHost": true
                      },
                      "files": [
                        {
                          "$id": "20",
                          "id": "sample string 1",
                          "fileName": "sample string 2",
                          "extension": "sample string 3",
                          "provider": 0,
                          "type": 0,
                          "hostType": "sample string 4",
                          "createdUtc": "2026-06-03T18:34:33.6582483",
                          "processed": "2026-06-03T18:34:33.6582483",
                          "isProcessing": true,
                          "processedCount": 6,
                          "processingTime": 1,
                          "collectedUtc": "2026-06-03T18:34:33.6582483",
                          "size": 1,
                          "sizeFormat": "sample string 7",
                          "isArchive": true,
                          "customerNumber": "sample string 9",
                          "businessPillar": "sample string 10",
                          "fileType": "sample string 11",
                          "version": "sample string 12",
                          "reference": "sample string 13",
                          "digest": "sample string 14",
                          "contentType": "sample string 15",
                          "host": {
                            "$ref": "11"
                          },
                          "metcashHeader": {
                            "$id": "21",
                            "customerNumber": "sample string 1",
                            "creationDate": "2026-06-03T18:34:33.6582483",
                            "businessPillar": "sample string 3",
                            "fileType": "sample string 4"
                          }
                        },
                        {
                          "$ref": "20"
                        }
                      ],
                      "zoneMatrix": [
                        {
                          "$id": "22",
                          "id": 1,
                          "hostIdentifier": "RrrIlw3uckCa8biygXwyVQ==",
                          "hostIdentifierGuid": "97c8ba46-ee0d-4072-9af1-b8b2817c3255",
                          "storeID": 1,
                          "departmentCode": "sample string 2",
                          "hostGuids": [
                            "3be8fd58-9ad4-4d4f-9e5d-361c89efff69",
                            "03ed314d-2ea9-4266-9942-f61297542e05"
                          ]
                        },
                        {
                          "$ref": "22"
                        }
                      ],
                      "hostFileStoreSetting": {
                        "$ref": "10"
                      },
                      "hostStoreSettings": [
                        {
                          "$ref": "10"
                        },
                        {
                          "$ref": "10"
                        }
                      ],
                      "promotionPlacements": [
                        {
                          "$id": "23",
                          "identifier": "3V2BiGMQcEqFu9QCt3aPAg==",
                          "identifierGuid": "88815ddd-1063-4a70-85bb-d402b7768f02",
                          "code": "sample string 2",
                          "description": "sample string 3",
                          "isAdvertised": true
                        },
                        {
                          "$ref": "23"
                        }
                      ],
                      "promoTypeGuids": [
                        "b33b5721-936a-4d1e-983c-03931bea937c",
                        "621478d2-82c3-4580-8f84-3e4822cb23f6"
                      ],
                      "isPromotionOnly": false,
                      "isOrderable": false,
                      "vendor": 0
                    },
                    "groupIDs": [
                      1,
                      2
                    ],
                    "hostDescription": "sample string 27"
                  },
                  {
                    "$ref": "10"
                  }
                ],
                "accounts": [
                  {
                    "$id": "24",
                    "id": 1,
                    "storeID": 1,
                    "accountName": "sample string 2",
                    "bsb": "sample string 3",
                    "accountNumber": "sample string 4",
                    "accountDesignated": true
                  },
                  {
                    "$ref": "24"
                  }
                ],
                "sales": [
                  {
                    "$id": "25",
                    "id": 1,
                    "storeID": 1,
                    "externalSalesType": 2,
                    "ftpSiteID": 1,
                    "lastSaleProcessed": "2026-06-03T18:34:33.6582483",
                    "ftpSite": {
                      "$id": "26",
                      "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": "25"
                  }
                ],
                "suppliedStores": [
                  1,
                  2
                ],
                "zoneMatrix": [
                  {
                    "$ref": "22"
                  },
                  {
                    "$ref": "22"
                  }
                ],
                "cashManagements": [
                  {
                    "$id": "27",
                    "id": 1,
                    "storeID": 1,
                    "cashManagementType": 2,
                    "apiID": 1,
                    "organisationID": "sample string 3",
                    "siteName": "sample string 4",
                    "thirdPartyAPI": {
                      "$id": "28",
                      "id": 1,
                      "description": "sample string 2",
                      "address": "sample string 3",
                      "username": "sample string 4",
                      "password": "sample string 5",
                      "passwordPlain": "sample string 6",
                      "token": "sample string 7",
                      "apiType": 8,
                      "apiSubType": 9,
                      "config": "sample string 10"
                    }
                  },
                  {
                    "$ref": "27"
                  }
                ],
                "updateStoreID": "b346da3f-451f-4ca6-a172-5a48cceb5dc1",
                "updateStore": {
                  "$id": "29",
                  "id": "08dd7901-36ff-4a1c-857a-a4766e771db3",
                  "name": "sample string 1",
                  "lastActivity": "2026-06-03T18:34:33.6582483",
                  "zone": "sample string 2",
                  "timeZoneOffset": 0.0,
                  "businessHoursStart": "00:00:00.1234567",
                  "businessHoursEnd": "00:00:00.1234567",
                  "master": true,
                  "lastIP": "sample string 10",
                  "lastHostName": "sample string 11",
                  "ping": 1,
                  "pingStatus": "sample string 12",
                  "lastUpdateCompleted": "2026-06-03T18:34:33.6582483"
                },
                "timeZoneId": "sample string 54",
                "securityOptions": {
                  "$id": "30",
                  "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": "31",
                  "pluG_UID": "lH2Ie4RZsU2ogNVElCyTCw==",
                  "pluGuid": "7b887d94-5984-4db1-a880-d544942c930b",
                  "plu": 1,
                  "storeID": 1,
                  "zoneID": 2,
                  "zoneName": "sample string 3",
                  "store": "sample string 4",
                  "isElectedMasterStore": true,
                  "isZoneMasterStore": true,
                  "priceNow": 7,
                  "costNow": 8,
                  "costNowDecimals": 9,
                  "normalPrice": 10,
                  "priceNext": 1,
                  "costNext": 1,
                  "costNextDecimals": 11,
                  "nextCampaignName": "sample string 12",
                  "gstPercent": 13,
                  "normalCost": 14,
                  "normalCostDecimals": 15,
                  "costGstPercent": 16,
                  "costCalcMethod": 1,
                  "currentCost": 17,
                  "currentCostDecimals": 18,
                  "break1": 19,
                  "price1": 20,
                  "break2": 21,
                  "price2": 22,
                  "break3": 23,
                  "price3": 24,
                  "fuelItem": 25,
                  "fixedWeight": 26,
                  "active": true,
                  "complianceIndicator": "sample string 27",
                  "doNotOrder": true,
                  "doNotRange": true,
                  "isNormalPriceChangesCampaign": true,
                  "updated": "2026-06-03T18:34:33.6582483"
                },
                {
                  "$ref": "31"
                }
              ],
              "currentPrices": {
                "$id": "32",
                "pluPrices": {
                  "$id": "33",
                  "plu": 1,
                  "pluG_UID": "QEA=",
                  "stores": [
                    1,
                    2
                  ],
                  "normalPrice": 1,
                  "cost": 2,
                  "break1": 3,
                  "price1": 4,
                  "break2": 5,
                  "price2": 6,
                  "break3": 7,
                  "price3": 8,
                  "discountPrice": 9,
                  "memberDiscountPrice": 10,
                  "acceptedUtc": "2026-06-03T18:34:33.6582483",
                  "priceChangeType": 0,
                  "costDecimals": 11,
                  "costCalcMethod": 12,
                  "targetCampaignPriceGtOrEquNormal": true
                },
                "normalPluPrices": {
                  "$ref": "33"
                },
                "winningCampaign": 1,
                "winner": {
                  "$id": "34",
                  "campaignName": "sample string 1",
                  "campaignDescription": "sample string 2",
                  "talkerText": "sample string 3",
                  "disableWasSave": true,
                  "startDate": "2026-06-03T18:34:33.6582483",
                  "startTime": 5,
                  "endDate": "2026-06-03T18:34:33.6582483",
                  "endTime": 6,
                  "newPrice": 7,
                  "newCost": 8,
                  "newCostDecimals": 9,
                  "pctDiscount": 10,
                  "promoType": 1,
                  "promotionTypeCode": "sample string 11",
                  "hostType": 12,
                  "hostIdentifier": "ZECQhK4dAEGwsnY4qPMZEw==",
                  "hostIdentifierGuid": "84904064-1dae-4100-b0b2-7638a8f31913",
                  "storeNames": [
                    "sample string 1",
                    "sample string 2"
                  ]
                },
                "details": [
                  {
                    "$ref": "34"
                  },
                  {
                    "$ref": "34"
                  }
                ]
              },
              "tray": {
                "$id": "35",
                "g_UId": "sMkbrDcYX06181B0xkykaQ==",
                "guid": "ac1bc9b0-1837-4e5f-b5f3-5074c64ca469",
                "name": "sample string 1",
                "number": 1,
                "tare": 1
              },
              "priceGroup": {
                "$id": "36",
                "priceGroupG_UID": "jSoWxvhs4E+JgpBZFydKbA==",
                "priceGroupGuid": "c6162a8d-6cf8-4fe0-8982-905917274a6c",
                "name": "sample string 2",
                "code": 1,
                "modified": true,
                "updated": "2026-06-03T18:34:33.6582483",
                "buyingLimit": 1,
                "buyingLimitIndependent": true,
                "buyingLimitType": 0,
                "number": 1,
                "products": [
                  {
                    "$ref": "5"
                  },
                  {
                    "$ref": "5"
                  }
                ],
                "productCount": 1
              },
              "priceGroupName": "sample string 147",
              "nutrifacts": {
                "$id": "37",
                "pluG_UID": "VJYX1OleDUeOIZNS8RGcCg==",
                "pluGuid": "d4179654-5ee9-470d-8e21-9352f1119c0a",
                "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": "38",
                "pluGuid": "538947a5-6dd7-488e-b179-671a65ea77ae",
                "created": "2026-06-03T18:34:33.6582483",
                "createdByUser": "sample string 1",
                "activated": "2026-06-03T18:34:33.6582483",
                "activatedByUser": "sample string 2",
                "deactivated": "2026-06-03T18:34:33.6582483",
                "deactivatedByUser": "sample string 3",
                "lastOrdered": "2026-06-03T18:34:33.6582483",
                "lastOrderedQty": 4.0,
                "lastReceived": "2026-06-03T18:34:33.6582483",
                "lastReceivedQty": 5.0,
                "lastInvoiceStatus": 1,
                "lastCounted": "2026-06-03T18:34:33.6582483",
                "lastSold": "2026-06-03T18:34:33.6582483",
                "firstSold": "2026-06-03T18:34:33.6582483",
                "awsUpdated": "2026-06-03T18:34:33.6582483",
                "lastManualUpdate": "2026-06-03T18:34:33.6582483",
                "lastManualUpdatedByUser": "sample string 7",
                "lastUpdated": "2026-06-03T18:34:33.6582483",
                "lastUpdatedByUser": "sample string 9",
                "lastUpdatedByHost": "2026-06-03T18:34:33.6582483",
                "doNotRangeUpdated": "2026-06-03T18:34:33.6582483",
                "doNotOrderUpdated": "2026-06-03T18:34:33.6582483",
                "tracked": "2026-06-03T18:34:33.6582483"
              },
              "allergens": [
                {
                  "$id": "39",
                  "primaryKey": {
                    "$id": "40",
                    "pluGuid": "ad75c61e-5689-4afb-8757-baa215f66e1a",
                    "contains": 2
                  },
                  "allergenID": 1,
                  "pluG_UID": "HsZ1rYlW+0qHV7qiFfZuGg==",
                  "pluGuid": "ad75c61e-5689-4afb-8757-baa215f66e1a",
                  "contains": 2,
                  "allergenName": "sample string 3",
                  "storeIDs": [
                    1,
                    2
                  ]
                },
                {
                  "$ref": "39"
                }
              ],
              "costs": {
                "$id": "41",
                "pluG_UID": "geeA1ISCvkKGXnsj/bUBpg==",
                "pluGuid": "d480e781-8284-42be-865e-7b23fdb501a6",
                "enteredCost": 1,
                "weightedAvgCost": 1,
                "lastCost": 1,
                "rawEnteredCost": 2,
                "rawWeightedAvgCost": 3,
                "rawLastCost": 4,
                "freight": 5.0,
                "freightType": 6,
                "costDecimals": 7,
                "fifoCost": 1,
                "updated": "2026-06-03T18:34:33.6582483",
                "normalCost": 1,
                "currentCost": 1
              },
              "sales": [
                {
                  "$id": "42",
                  "saleHeaderID": 1,
                  "created": "2026-06-03T18:34:33.6582483",
                  "createdLocal": "2026-06-03T18:34:33.6582483",
                  "storeID": 3,
                  "storeName": "sample string 4",
                  "operatorG_Uid": "xEyBw04UVEC+XfNNG9lXuQ==",
                  "operatorGuid": "c3814cc4-144e-4054-be5d-f34d1bd957b9",
                  "operatorName": "sample string 5",
                  "tranType": 1,
                  "plu": 1,
                  "pluG_UId": "h/7+5+TMm02k6zPqFMJlsg==",
                  "pluGuid": "e7fefe87-cce4-4d9b-a4eb-33ea14c265b2",
                  "normalPrice": 1,
                  "totalCents": 1,
                  "cost": 1,
                  "grossProfit": 1,
                  "quantity": 1,
                  "operator": {
                    "$id": "43",
                    "id": 1,
                    "g_Uid": "Mfgopt/xYUW6K7jNc3CQaA==",
                    "guid": "a628f831-f1df-4561-ba2b-b8cd73709068",
                    "operatorNumber": 1,
                    "shortName": "sample string 2",
                    "firstName": "sample string 3",
                    "lastName": "sample string 4",
                    "password": "sample string 5",
                    "hasPassword": true,
                    "passwordText": "sample string 6",
                    "rfidTagID": "sample string 7",
                    "blueprintID": 1,
                    "groupID": 1,
                    "groupName": "sample string 8",
                    "managerGroupID": 1,
                    "managerGroupName": "sample string 9",
                    "zoneID": 1,
                    "zoneName": "sample string 10",
                    "loggedIn": 1,
                    "lastUsedIP": "sample string 11",
                    "deleted": true,
                    "locked": true,
                    "allowOpenTill": true,
                    "webEmail": "sample string 14",
                    "simpleOperatorType": 0,
                    "webRole": "sample string 15",
                    "updated": "2026-06-03T18:34:33.6582483",
                    "passwordResetRequired": true,
                    "alteredInStore": true,
                    "startShift": "2026-06-03T18:34:33.6582483",
                    "endShift": "2026-06-03T18:34:33.6582483",
                    "machineName": "sample string 20",
                    "drawerID": 1,
                    "stores": [
                      {
                        "$id": "44",
                        "operatorG_UID": "BwOSPr0JZUu86YJl0nfAng==",
                        "operatorGuid": "3e920307-09bd-4b65-bce9-8265d277c09e",
                        "storeID": 2,
                        "operator": {
                          "$ref": "43"
                        },
                        "store": {
                          "$ref": "6"
                        }
                      },
                      {
                        "$ref": "44"
                      }
                    ]
                  }
                },
                {
                  "$ref": "42"
                }
              ],
              "apns": [
                {
                  "$id": "45",
                  "pluID": 1,
                  "pluG_UID": "sdMpKxVF5kCtuopeeECsbg==",
                  "pluGuid": "2b29d3b1-4515-40e6-adba-8a5e7840ac6e",
                  "apn": "sample string 1",
                  "deleted": true,
                  "storeID": 1,
                  "storeIDs": [
                    1,
                    2
                  ]
                },
                {
                  "$ref": "45"
                }
              ],
              "tuns": [
                {
                  "$id": "46",
                  "pluG_UId": "GN1bmsrZ6E2teVXYwpAcPg==",
                  "pluGuid": "9a5bdd18-d9ca-4de8-ad79-55d8c2901c3e",
                  "apn": "sample string 1",
                  "tun": "sample string 2",
                  "cartonQuantity": 3,
                  "product": {
                    "$ref": "5"
                  },
                  "storeIDs": [
                    1,
                    2
                  ]
                },
                {
                  "$ref": "46"
                }
              ],
              "competitionPricing": [
                {
                  "$id": "47",
                  "identifier": "jjt1EH8y2ka5Z9TXwttfWQ==",
                  "identifierGuid": "10753b8e-327f-46da-b967-d4d7c2db5f59",
                  "pluG_UID": "/WvI1R6rukireuyWA7SM1w==",
                  "pluGuid": "d5c86bfd-ab1e-48ba-ab7a-ec9603b48cd7",
                  "competitionID": 1,
                  "name": "sample string 2",
                  "sellMultiple": 3,
                  "retailPrice": 4,
                  "storeName": "sample string 5"
                },
                {
                  "$ref": "47"
                }
              ],
              "supplier": {
                "$ref": "12"
              },
              "supplierName": "sample string 148",
              "children": [
                {
                  "$ref": "5"
                },
                {
                  "$ref": "5"
                }
              ],
              "ordering": {
                "$ref": "15"
              },
              "flipChartPages": [
                {
                  "$id": "48",
                  "identifier": "xOlL09JruEWJbd2tAuSvYQ==",
                  "groupName": "sample string 1",
                  "identifierGuid": "d34be9c4-6bd2-45b8-896d-ddad02e4af61",
                  "exists": true,
                  "flipChartIdentifier": "ZCNNmmPgaEaYWTFwfnhUEQ==",
                  "flipChartIdentifierGuid": "9a4d2364-e063-4668-9859-31707e785411",
                  "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": "Y4g6pULFo06DKDF1hTaUXQ==",
                  "groupIdentifierGuid": "a53a8863-c542-4ea3-8328-31758536945d",
                  "flipChart": {
                    "$id": "49",
                    "identifier": "tlobuo1ejEWZaqtxNXi5DA==",
                    "identifierGuid": "ba1b5ab6-5e8d-458c-996a-ab713578b90c",
                    "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": "50",
                      "identifier": "VQfdtUjtokC0UpYyj/Xudw==",
                      "identifierGuid": "b5dd0755-ed48-40a2-b452-96328ff5ee77",
                      "name": "sample string 2",
                      "formType": "sample string 3",
                      "forms": [
                        {
                          "$id": "51",
                          "id": 1,
                          "g_UID": "sHCId1HGQkKveR1ug4QKhA==",
                          "guid": "778870b0-c651-4242-af79-1d6e83840a84",
                          "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": "fYPgqGa5R0GtC782U/uL/A==",
                          "previousFormGuid": "a8e0837d-b966-4147-ad0b-bf3653fb8bfc",
                          "nextForm": 1,
                          "nextFormG_UID": "8sKnLWv5j0yAhzPRCb435Q==",
                          "nextFormGuid": "2da7c2f2-f96b-4c8f-8087-33d109be37e5",
                          "attributes": "sample string 10",
                          "updated": "2026-06-03T18:34:33.6582483",
                          "positioning": 1,
                          "contentPanel": "sample string 11",
                          "selectionMode": 1,
                          "maximumSelections": 1,
                          "alteredInStore": true,
                          "deleted": true,
                          "blueprintID": 1,
                          "preserveLayout": true,
                          "mainCheckoutFormName": "sample string 13",
                          "nextCheckoutForm": {
                            "$ref": "51"
                          },
                          "previousCheckoutForm": {
                            "$ref": "51"
                          },
                          "buttons": [
                            {
                              "$id": "52",
                              "id": 1,
                              "checkoutFormID": 2,
                              "checkoutFormG_UID": "my+ZPZQAJkqaHldBLGFa9g==",
                              "checkoutFormGuid": "3d992f9b-0094-4a26-9a1e-57412c615af6",
                              "identifier": "NTlaMol34UCGbENPrmFcRA==",
                              "identifierGuid": "325a3935-7789-40e1-866c-434fae615c44",
                              "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": "qDQ0UaqcjkGC8xa5Ng1OXQ==",
                              "valueGuid": "513434a8-9caa-418e-82f3-16b9360d4e5d",
                              "buttonText": "sample string 10",
                              "valueText": "sample string 11",
                              "drawImageAndButton": true,
                              "updated": "2026-06-03T18:34:33.6582483",
                              "action": "sample string 12",
                              "valueForm": {
                                "$ref": "51"
                              },
                              "image": {
                                "$id": "53",
                                "name": "sample string 3.sample string 4",
                                "imageID": 2,
                                "imageName": "sample string 3",
                                "imageExtension": "sample string 4",
                                "lastUpdate": "2026-06-03T18:34:33.6582483",
                                "imageData": "QEA=",
                                "readOnly": true
                              }
                            },
                            {
                              "$ref": "52"
                            }
                          ],
                          "panels": [
                            {
                              "$id": "54",
                              "id": 1,
                              "checkoutFormID": 2,
                              "checkoutFormG_UID": "L8S/avej+EiiaGwgiDrjgA==",
                              "checkoutFormGuid": "6abfc42f-a3f7-48f8-a268-6c20883ae380",
                              "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": "54"
                            }
                          ]
                        },
                        {
                          "$ref": "51"
                        }
                      ],
                      "panels": [
                        {
                          "$ref": "54"
                        },
                        {
                          "$ref": "54"
                        }
                      ]
                    },
                    "pages": [
                      {
                        "$ref": "48"
                      },
                      {
                        "$ref": "48"
                      }
                    ]
                  },
                  "contentPanel": {
                    "$ref": "54"
                  },
                  "products": [
                    {
                      "$id": "55",
                      "flipChartPageIdentifier": "W3W+yFGxP0icspUcHUUpTA==",
                      "flipChartPageIdentifierGuid": "c8be755b-b151-483f-9cb2-951c1d45294c",
                      "pluG_UID": "k5RncLBkPEiv/ybsTIe36Q==",
                      "pluGuid": "70679493-64b0-483c-afff-26ec4c87b7e9",
                      "sortOrder": 3,
                      "sent": true,
                      "productChanged": true,
                      "productImageName": "sample string 6",
                      "productShowImageOnFlipCharts": true,
                      "productShowTextOnFlipCharts": true,
                      "productOverrideFlipChartText": true,
                      "productFlipChartText": "sample string 10",
                      "product": {
                        "$ref": "5"
                      },
                      "departmentSortOrder": 11,
                      "subDepartmentName": "sample string 12"
                    },
                    {
                      "$ref": "55"
                    }
                  ],
                  "productCount": 27,
                  "pages": [
                    {
                      "$ref": "48"
                    },
                    {
                      "$ref": "48"
                    }
                  ]
                },
                {
                  "$ref": "48"
                }
              ],
              "priceHistory": [
                {
                  "$id": "56",
                  "pluG_UID": "1phwJYM3TEi1jWqQFjvdjw==",
                  "pluGuid": "257098d6-3783-484c-b58d-6a90163bdd8f",
                  "price": 1,
                  "costCalcMethod": 1,
                  "cost": 2,
                  "weightedAvgCost": 3,
                  "lastCost": 4,
                  "rawCost": 5,
                  "rawWeightedAvgCost": 6,
                  "rawLastCost": 7,
                  "costDecimals": 8,
                  "serviceFeeID": 9,
                  "freight": 10.0,
                  "freightType": 11,
                  "process": "sample string 12",
                  "user": "sample string 13",
                  "updated": "2026-06-03T18:34:33.6582483",
                  "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": "56"
                }
              ],
              "ingredients": [
                {
                  "$id": "57",
                  "pluG_UID": "ZsGN0KfPvkmOMooyAWHhOQ==",
                  "ingredientGuid": "Dk1MZpjrd0yx7cXu8ZhCSQ==",
                  "ingredientIdentifier": "664c4d0e-eb98-4c77-b1ed-c5eef1984249",
                  "quantity": 1.0,
                  "storeIDs": [
                    1,
                    2
                  ],
                  "ingredientText": "sample string 1",
                  "ingredient": {
                    "$ref": "5"
                  }
                },
                {
                  "$ref": "57"
                }
              ],
              "bins": [
                {
                  "$id": "58",
                  "pluG_UID": "Xk+3cI1GK0SYbVKZ9U7xaQ==",
                  "pluGuid": "70b74f5e-468d-442b-986d-5299f54ef169",
                  "shelfLocationIdentifier": "dAMpyPlKo0q9r1eEk630iQ==",
                  "shelfLocationGuid": "c8290374-4af9-4aa3-bdaf-578493adf489",
                  "labelShelfDefault": 1,
                  "labelTalkerDefault": 1,
                  "labelSmall": true,
                  "labelPageLayoutG_UID": "jDrqRknfh0ys8Mg/th/W+g==",
                  "labelPageLayoutGuid": "46ea3a8c-df49-4c87-acf0-c83fb61fd6fa",
                  "updated": "2026-06-03T18:34:33.6582483",
                  "electronicShelfLabelIdentifier": "sample string 5",
                  "electronicshelfLabelsConfigurationID": 6,
                  "labelShelfChanged": true,
                  "productName": "sample string 8",
                  "locationText": "sample string 9",
                  "product": {
                    "$ref": "5"
                  },
                  "location": {
                    "$id": "59",
                    "identifier": "RWFTGwMbJUWBbi8RliD1nw==",
                    "storeID": 1,
                    "identifierGuid": "1b536145-1b03-4525-816e-2f119620f59f",
                    "name": "sample string 2",
                    "haccp": true,
                    "blueprintID": 1,
                    "updated": "2026-06-03T18:34:33.6582483",
                    "minTemp": 1,
                    "maxTemp": 1,
                    "checkFrequency": 1,
                    "storeCaseConfiguration": 5,
                    "storeName": "sample string 6",
                    "bins": [
                      {
                        "$ref": "58"
                      },
                      {
                        "$ref": "58"
                      }
                    ]
                  }
                },
                {
                  "$ref": "58"
                }
              ],
              "bin": {
                "$ref": "58"
              },
              "scaleLocations": [
                {
                  "$id": "60",
                  "plu": 1,
                  "pluG_UID": "kVNj7QyxOk+oKLUCIaZtxQ==",
                  "pluGuid": "ed635391-b10c-4f3a-a828-b50221a66dc5",
                  "deptNo": 1,
                  "product": {
                    "$ref": "5"
                  },
                  "scaleLocation": {
                    "$id": "61",
                    "id": 1,
                    "deptNo": 1,
                    "deptCode": "sample string 2",
                    "name": "sample string 3",
                    "enabled": true,
                    "updated": "2026-06-03T18:34:33.6582483",
                    "department": {
                      "$id": "62",
                      "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": "61"
                      },
                      "subDepartments": [
                        {
                          "$id": "63",
                          "id": 1,
                          "departmentID": 2,
                          "name": "sample string 3",
                          "code": "sample string 4",
                          "departmentCode": "sample string 5",
                          "externalSales": true,
                          "minorDepartments": [
                            {
                              "$id": "64",
                              "id": 1,
                              "subDepartmentID": 2,
                              "departmentID": 3,
                              "name": "sample string 4",
                              "subDepartmentCode": "sample string 5",
                              "departmentCode": "sample string 6",
                              "code": "sample string 7",
                              "lesserDepartments": [
                                {
                                  "$id": "65",
                                  "id": 1,
                                  "departmentID": 2,
                                  "subDepartmentID": 3,
                                  "minorDepartmentID": 4,
                                  "name": "sample string 5",
                                  "code": "sample string 6",
                                  "departmentCode": "sample string 7",
                                  "subDepartmentCode": "sample string 8",
                                  "minorDepartmentCode": "sample string 9",
                                  "updated": "2026-06-03T18:34:33.6582483",
                                  "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": "sRmfNkTftEyl6KcSqpZKtQ==",
                                  "labelPageLayoutGuid": "369f19b1-df44-4cb4-a5e8-a712aa964ab5",
                                  "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": "66",
                                    "dept": 1,
                                    "category": 2,
                                    "name": "sample string 3",
                                    "active": true,
                                    "mscCommodities": [
                                      {
                                        "$id": "67",
                                        "dept": 1,
                                        "category": 2,
                                        "commodity": 3,
                                        "name": "sample string 4",
                                        "active": true,
                                        "mscSubCommodities": [
                                          {
                                            "$id": "68",
                                            "dept": 1,
                                            "category": 2,
                                            "commodity": 3,
                                            "subCommodity": 4,
                                            "name": "sample string 5",
                                            "active": true,
                                            "subCommodityCode": "sample string 7"
                                          },
                                          {
                                            "$ref": "68"
                                          }
                                        ],
                                        "commodityCode": "sample string 6"
                                      },
                                      {
                                        "$ref": "67"
                                      }
                                    ],
                                    "categoryCode": "sample string 5"
                                  },
                                  "mscCom": {
                                    "$ref": "67"
                                  },
                                  "mscDep": {
                                    "$id": "69",
                                    "dept": 1,
                                    "name": "sample string 2",
                                    "active": true,
                                    "mscCategories": [
                                      {
                                        "$ref": "66"
                                      },
                                      {
                                        "$ref": "66"
                                      }
                                    ],
                                    "deptCode": "sample string 4"
                                  },
                                  "mscSubCom": {
                                    "$ref": "68"
                                  }
                                },
                                {
                                  "$ref": "65"
                                }
                              ],
                              "updated": "2026-06-03T18:34:33.6582483",
                              "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": "NibIOwJ5dkqEX8LiExYjZw==",
                              "labelPageLayoutGuid": "3bc82636-7902-4a76-845f-c2e213162367",
                              "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": "66"
                              },
                              "mscCom": {
                                "$ref": "67"
                              },
                              "mscDep": {
                                "$ref": "69"
                              },
                              "mscSubCom": {
                                "$ref": "68"
                              }
                            },
                            {
                              "$ref": "64"
                            }
                          ],
                          "investmentBuyOverride": true,
                          "updated": "2026-06-03T18:34:33.6582483",
                          "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": "768FkPyciUaINuXrrIsuBA==",
                          "labelPageLayoutGuid": "9005afef-9cfc-4689-8836-e5ebac8b2e04",
                          "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": "66"
                          },
                          "mscCom": {
                            "$ref": "67"
                          },
                          "mscDep": {
                            "$ref": "69"
                          },
                          "mscSubCom": {
                            "$ref": "68"
                          }
                        },
                        {
                          "$ref": "63"
                        }
                      ],
                      "stores": [
                        1,
                        2
                      ],
                      "investmentBuyOverride": true,
                      "updated": "2026-06-03T18:34:33.6582483",
                      "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": "5dL526Fy5UaDcdIJrS6OCA==",
                      "labelPageLayoutGuid": "dbf9d2e5-72a1-46e5-8371-d209ad2e8e08",
                      "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": "66"
                      },
                      "mscCom": {
                        "$ref": "67"
                      },
                      "mscDep": {
                        "$ref": "69"
                      },
                      "mscSubCom": {
                        "$ref": "68"
                      }
                    }
                  }
                },
                {
                  "$ref": "60"
                }
              ],
              "nextPrice": {
                "$ref": "3"
              },
              "currentCostStart": "2026-06-03T18:34:33.6582483",
              "dealCosts": [
                {
                  "$id": "70",
                  "headerIdentifier": "WAuhJOcRK0qJnytk03wh3Q==",
                  "headerIdentifierGuid": "24a10b58-11e7-4a2b-899f-2b64d37c21dd",
                  "identifier": "e6/rxVIu2ke86sAkQVQEqQ==",
                  "identifierGuid": "c5ebaf7b-2e52-47da-bcea-c024415404a9",
                  "supplierIdentifier": "GL79WVEmXEyfHd2dOdlBdQ==",
                  "supplierGuid": "59fdbe18-2651-4c5c-9f1d-dd9d39d94175",
                  "pluG_UID": "h9XBFZb94Eu9O0n3AmEbWA==",
                  "pluGuid": "15c1d587-fd96-4be0-bd3b-49f702611b58",
                  "campaignName": "77b6b050-87de-4bc0-b375-09fa922c27a3",
                  "description": "sample string 4",
                  "cost": 5,
                  "costDecimals": 6,
                  "start": "2026-06-03T18:34:33.6582483",
                  "end": "2026-06-03T18:34:33.6582483",
                  "type": 9,
                  "promoType": 10,
                  "bonusItemPLUG_UID": "gtkDJ86xakmDi5F87DMbIg==",
                  "bonusItemPluGuid": "2703d982-b1ce-496a-838b-917cec331b22",
                  "bonusPurchaseUnits": 11,
                  "bonusReceiveUnits": 12,
                  "updated": "2026-06-03T18:34:33.6582483",
                  "metcashPromotionID": "sample string 14",
                  "fromHost": 15,
                  "storeNames": "sample string 16",
                  "storeIDs": [
                    1,
                    2
                  ],
                  "supplierName": "sample string 17",
                  "campaignDescription": "sample string 18",
                  "newPrice": 1,
                  "campaignMetcashPromotionID": "sample string 19",
                  "campaignActive": true,
                  "campaignStartDate": "2026-06-03T18:34:33.6582483",
                  "campaignEndDate": "2026-06-03T18:34:33.6582483",
                  "masterPLUG_UID": "4r/f/XctQkapwDryzelE1w==",
                  "masterID": "fddfbfe2-2d77-4642-a9c0-3af2cde944d7",
                  "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": "Te6o2VezDU+85J5dTXSIgQ==",
                  "bonusMasterID": "d9a8ee4d-b357-4f0d-bce4-9e5d4d748881",
                  "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
                },
                {
                  "$ref": "70"
                }
              ],
              "tags": [
                {
                  "$id": "71",
                  "pluG_UID": "gRz72vSjuU2oFFdjwwRTKQ==",
                  "pluGuid": "dafb1c81-a3f4-4db9-a814-5763c3045329",
                  "tagID": 1,
                  "description": "sample string 1",
                  "storeIDs": [
                    1,
                    2
                  ]
                },
                {
                  "$ref": "71"
                }
              ],
              "alternateProductG_UID": "TGfzEkGzgkOnbPbCVt2CNQ==",
              "alternateProduct": "12f3674c-b341-4382-a76c-f6c256dd8235",
              "altProduct": {
                "$ref": "5"
              },
              "productHostCode": {
                "$id": "72",
                "id": 1,
                "pluG_UID": "UY+SQV0YOUulyxRsAX1ZtA==",
                "pluGuid": "41928f51-185d-4b39-a5cb-146c017d59b4",
                "ibaCode": "sample string 2"
              },
              "mscCat": {
                "$ref": "66"
              },
              "mscCom": {
                "$ref": "67"
              },
              "mscDep": {
                "$ref": "69"
              },
              "mscSubCom": {
                "$ref": "68"
              },
              "isUserUpdate": true,
              "ignoreMasterProduct": true,
              "priceGroupLabelRequested": true,
              "firstSold": "2026-06-03T18:34:33.6582483",
              "inventoryTracked": "2026-06-03T18:34:33.6582483",
              "isNormalPriceChangesCampaign": true,
              "baseProductFuel": {
                "$id": "73",
                "pluG_UID": "P/VhxO5Z6E+tXR8sVRgLgA==",
                "pluGuid": "c461f53f-59ee-4fe8-ad5d-1f2c55180b80",
                "fuelPluG_UID": "jhgpYkFNmkOWhB/Ws8rozQ==",
                "fuelPluGuid": "6229188e-4d41-439a-9684-1fd6b3cae8cd",
                "price": 3,
                "productDescription": "sample string 4",
                "productBarcode": "sample string 5",
                "fuelProductDescription": "sample string 6",
                "fuelProductBarcode": "sample string 7",
                "fuelProductPrice": 8
              },
              "productFuelLinks": [
                {
                  "$ref": "73"
                },
                {
                  "$ref": "73"
                }
              ]
            },
            "campaignPlu": {
              "$ref": "3"
            },
            "fuelItem": true
          },
          {
            "$ref": "4"
          }
        ],
        "campaign": {
          "$ref": "2"
        },
        "product": {
          "$ref": "5"
        },
        "dealCost": {
          "$ref": "70"
        }
      },
      {
        "$ref": "3"
      }
    ],
    "campaignPools": [
      {
        "$id": "74",
        "id": 1,
        "campaignID": 2,
        "campaignName": "sample string 3",
        "plu": 4,
        "pluG_UID": "0atN5TYA2Um1oozkA+uZkw==",
        "pluGuid": "e54dabd1-0036-49d9-b5a2-8ce403eb9993",
        "hostOfferID": 1,
        "priceGroupG_UID": "hZgFUjeQD0+NSc91fqNM6A==",
        "priceGroupGuid": "52059885-9037-4f0f-8d49-cf757ea34ce8",
        "fuelItem": true,
        "pluName": "sample string 6",
        "apn": "sample string 7",
        "pluActive": true,
        "cartonQty": 1,
        "baseUnits": 9.1,
        "cri": "sample string 10",
        "salesMode": 1,
        "orderPacked": 11,
        "pluaws": 12.0,
        "directNumber": "sample string 13",
        "departmentName": "sample string 14",
        "subDepartmentName": "sample string 15",
        "priceGroupName": "sample string 16",
        "supplierName": "sample string 17",
        "stockOnHand": 1.1,
        "stockOnOrder": 1.1,
        "lastReceived": "2026-06-03T18:34:33.6582483",
        "rrp": 18,
        "campaignDescription": "sample string 19",
        "product": {
          "$ref": "5"
        },
        "campaign": {
          "$ref": "2"
        }
      },
      {
        "$ref": "74"
      }
    ],
    "sellingRules": [
      {
        "$id": "75",
        "id": 1,
        "identifier": "t1FAvMSiOU+HbedmpfPZ3Q==",
        "identifierStr": "t1FAvMSiOU+HbedmpfPZ3Q==",
        "identifierGuid": "bc4051b7-a2c4-4f39-876d-e766a5f3d9dd",
        "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": "2"
        }
      },
      {
        "$ref": "75"
      }
    ],
    "customers": [
      {
        "$id": "76",
        "id": 1,
        "campaignID": 2,
        "campaignName": "sample string 3",
        "customerID": "RBQ0t530AUCURL5ysQoT1A==",
        "customerIDGuid": "b7341444-f49d-4001-9444-be72b10a13d4",
        "campaign": {
          "$ref": "2"
        },
        "customer": {
          "$id": "77",
          "identifier": "Az1Xzv1370eB+Jd1hzVwmA==",
          "identifierGuid": "ce573d03-77fd-47ef-81f8-977587357098",
          "code": "sample string 2",
          "familyName": "sample string 3",
          "givenName": "sample string 4",
          "otherName": "sample string 5",
          "title": "sample string 6",
          "dateOfBirth": "2026-06-03T18:34:33.6582483",
          "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": "FAyl1uxQ50+76R4RlqBHQA==",
          "communityIdentifierGuid": "d6a50c14-50ec-4fe7-bbe9-1e1196a04740",
          "joined": "2026-06-03T18:34:33.6582483",
          "updated": "2026-06-03T18:34:33.6582483",
          "active": true,
          "reasonInactive": 1,
          "groupCustomer": true,
          "loyaltyPoints": 1,
          "homeStoreID": 1,
          "availableSpend": 1,
          "priceLevelIdentifier": "rSHv9cIQpU+Kk2C2E7unnA==",
          "priceLevelIdentifierGuid": "f5ef21ad-10c2-4fa5-8a93-60b613bba79c",
          "marketingID": "sample string 18",
          "receiptPrintOptions": 1,
          "hidden": true,
          "registered": true,
          "registeredOn": "2026-06-03T18:34:33.6582483",
          "emailMarketing": true,
          "smsMarketing": true,
          "deleted": true,
          "deletedUser": "sample string 24",
          "homeStoreName": "sample string 25",
          "customerCards": [
            {
              "$id": "78",
              "cardType": 2,
              "issueDate": "2026-06-03T18:34:33.6582483",
              "expiry": "2026-06-03T18:34:33.6582483",
              "customerID": "u+Lnnhh+30m1yVxhB2reKQ==",
              "customerIDGuid": "9ee7e2bb-7e18-49df-b5c9-5c61076ade29",
              "initialValue": 1,
              "currentValue": 1,
              "maxLimit": 1,
              "minTransaction": 1,
              "maxTransaction": 1,
              "multiplier": 1.1,
              "active": true,
              "reasonInactive": 1,
              "idRequired": true,
              "idType": 1,
              "idValue": "sample string 5",
              "updated": "2026-06-03T18:34:33.6582483",
              "linkedAccount": "rj2TCV0tHUuzFBimUzuQZw==",
              "linkedAccountGuid": "09933dae-2d5d-4b1d-b314-18a6533b9067",
              "currentValueChanged": true,
              "limitsChanged": true,
              "customer": {
                "$ref": "77"
              },
              "account": {
                "$id": "79",
                "id": 1,
                "identifier": "uSd0rOgKRkyUGq67QczBDQ==",
                "identifierGuid": "ac7427b9-0ae8-4c46-941a-aebb41ccc10d",
                "referenceNo": "sample string 3",
                "name": "sample string 4",
                "created": "2026-06-03T18:34:33.6582483",
                "owner": "xUXA4O5beEqEGjl7eKlE3g==",
                "ownerGuid": "e0c045c5-5bee-4a78-841a-397b78a944de",
                "accountStoreGroupIdentifier": "UUWzMPNi/EeOj0c0EF2yzg==",
                "accountStoreGroupGuid": "30b34551-62f3-47fc-8e8f-4734105db2ce",
                "accountType": 1,
                "currentBalance": 1,
                "externalID": "sample string 7",
                "maximumLimit": 1,
                "accruePoints": true,
                "loyaltyPoints": 1,
                "termsOfTrade": 1,
                "signatureRequired": true,
                "referenceRequired": true,
                "statementSendType": 10,
                "ageingPeriod": 1,
                "monthlyAgeingPeriod": true,
                "explodedInvoice": true,
                "isFifoAllocation": true,
                "lastStatementSent": "2026-06-03T18:34:33.6582483",
                "active": true,
                "updated": "2026-06-03T18:34:33.6582483",
                "deleted": true,
                "deletedUser": "sample string 16",
                "currentBalanceChanged": true,
                "maximumLimitChanged": true,
                "loyaltyPointsChanged": true,
                "projectedBalance": 17,
                "accountStoreGroupStoreIDs": [
                  1,
                  2
                ],
                "customerEmail": "sample string 18",
                "ownerCustomer": {
                  "$ref": "77"
                },
                "card": {
                  "$ref": "78"
                },
                "members": {
                  "$id": "80",
                  "sample string 1": [
                    {
                      "$ref": "77"
                    },
                    {
                      "$ref": "77"
                    }
                  ],
                  "sample string 2": [
                    {
                      "$ref": "77"
                    },
                    {
                      "$ref": "77"
                    }
                  ]
                },
                "customerGroups": [
                  {
                    "$id": "81",
                    "identifier": "jgeu2N4DlkeAk2VKcnBAXA==",
                    "identifierGuid": "d8ae078e-03de-4796-8093-654a7270405c",
                    "name": "sample string 2",
                    "primaryContact": "aaIdZUt6F0qWiz5aPoR8Vw==",
                    "primaryContactGuid": "651da269-7a4b-4a17-968b-3e5a3e847c57",
                    "accountID": "JISRRuiMb0C28be+TIx/kQ==",
                    "accountIDGuid": "46918424-8ce8-406f-b6f1-b7be4c8c7f91",
                    "special": true,
                    "updated": "2026-06-03T18:34:33.6582483",
                    "active": true,
                    "reasonInactive": 1,
                    "priceLevelIdentifier": "DmpeudPkCE+DU720f/b/Dg==",
                    "priceLevelIdentifierGuid": "b95e6a0e-e4d3-4f08-8353-bdb47ff6ff0e",
                    "marketingListID": "sample string 7",
                    "deleted": true,
                    "account": {
                      "$ref": "79"
                    },
                    "primaryContactCustomer": {
                      "$ref": "77"
                    },
                    "customerGroupMembers": [
                      {
                        "$id": "82",
                        "id": 1,
                        "groupID": "r8EjByfvtky2HdbYMFMxYw==",
                        "groupIDGuid": "0723c1af-ef27-4cb6-b61d-d6d830533163",
                        "customerID": "z4Ut/gxddke4J92fJkPeyg==",
                        "customerIDGuid": "fe2d85cf-5d0c-4776-b827-dd9f2643deca",
                        "card": "sample string 4",
                        "linkedAccount": "MULBSeZ62kq6gx9bbniEUg==",
                        "linkedAccountGuid": "49c14231-7ae6-4ada-ba83-1f5b6e788452",
                        "customer": {
                          "$ref": "77"
                        },
                        "group": {
                          "$ref": "81"
                        },
                        "customerCard": {
                          "$ref": "78"
                        }
                      },
                      {
                        "$ref": "82"
                      }
                    ]
                  },
                  {
                    "$ref": "81"
                  }
                ]
              },
              "payments": [
                {
                  "$id": "83",
                  "id": 1,
                  "identifier": "QqaBj9jsJkWd4gKn89+K+w==",
                  "identifierGuid": "8f81a642-ecd8-4526-9de2-02a7f3df8afb",
                  "storeID": 2,
                  "operatorName": "sample string 3",
                  "saleHeaderID": 4,
                  "paymentType": 5,
                  "amount": 6,
                  "account": "sample string 7",
                  "accountID": "0q2q9btwOkWY5xRaCa/hBQ==",
                  "accountIDGuid": "f5aaadd2-70bb-453a-98e7-145a09afe105",
                  "customerAccount": {
                    "$ref": "79"
                  },
                  "customerCard": {
                    "$ref": "78"
                  },
                  "accountType": 1,
                  "cardName": "sample string 8",
                  "authorisationNumber": "sample string 9",
                  "bankReference": "sample string 10",
                  "merchantID": "sample string 11",
                  "terminalID": "sample string 12",
                  "cardNumber": "sample string 13",
                  "paymentDate": "2026-06-03T18:34:33.6582483",
                  "invRocNo": "sample string 14",
                  "responseCode": "sample string 15",
                  "cashout": 1,
                  "tip": 16,
                  "idempotentVoid": "v5pM8HF750WwczIxQf8qMg==",
                  "idempotentVoidGuid": "f04c9abf-7b71-45e7-b073-323141ff2a32",
                  "offline": true,
                  "processed": 1,
                  "storeSaleHeader": {
                    "$id": "84",
                    "saleHeaderID": 1,
                    "saleHeaderGuid": "L0BZUvN9bUm4oGt9Zaralw==",
                    "saleHeaderIdentifierGuid": "5259402f-7df3-496d-b8a0-6b7d65aada97",
                    "created": "2026-06-03T18:34:33.6582483",
                    "createdLocal": "2026-06-03T18:34:33.6582483",
                    "createdText": "sample string 4",
                    "itemCount": 5,
                    "totalAmount": 6,
                    "cashTender": 1,
                    "cardTender": 1,
                    "cheqTender": 1,
                    "acctTender": 1,
                    "voucherTender": 1,
                    "loyaltyPoints": 1,
                    "cashout": 1,
                    "changeAmount": 1,
                    "rounding": 1,
                    "gstAmount": 1,
                    "transactionDiscountTender": 1,
                    "totalTip": 7,
                    "tranType": 1,
                    "processed": 1,
                    "imported": "2026-06-03T18:34:33.6582483",
                    "storeID": 1,
                    "operatorG_Uid": "JAT4AJH6l0mrYxM66ALLZg==",
                    "operatorGuid": "00f80424-fa91-4997-ab63-133ae802cb66",
                    "customerG_Uid": "I99VSAogc0uHEJ3eiZu3uQ==",
                    "customerGuid": "4855df23-200a-4b73-8710-9dde899bb7b9",
                    "communityIdentifier": "c3uva5b7fEC/RUdRnVeggQ==",
                    "communityIdentifierGuid": "6baf7b73-fb96-407c-bf45-47519d57a081",
                    "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": "uelFcCGXmkmNayjSBoxVlQ==",
                    "priceLevelIdentifierGuid": "7045e9b9-9721-499a-8d6b-28d2068c5595",
                    "locked": 36,
                    "orderMetadata": "{\"CustomerName\":\"sample string 1\",\"PickupAt\":\"2026-06-03T18:34:33.6582483+00:00\",\"DeliveryAddress1\":\"sample string 2\",\"DeliveryAddress2\":\"sample string 3\",\"CustomerPhoneNumber\":\"sample string 4\",\"OrderType\":0,\"ExternalOrderID\":\"sample string 5\",\"ExternalDisplayableOrderID\":\"sample string 6\",\"TableName\":\"sample string 7\",\"CreatedBy\":0,\"OrderingAppName\":\"sample string 8\"}",
                    "deserialisedOrderMetadata": {
                      "$id": "85",
                      "customerName": "sample string 1",
                      "pickupAt": "2026-06-03T18:34:33.6582483",
                      "deliveryAddress1": "sample string 2",
                      "deliveryAddress2": "sample string 3",
                      "customerPhoneNumber": "sample string 4",
                      "orderType": 0,
                      "externalOrderID": "sample string 5",
                      "externalDisplayableOrderID": "sample string 6",
                      "tableName": "sample string 7",
                      "createdBy": 0,
                      "orderingAppName": "sample string 8"
                    },
                    "relationChecksum": "sample string 38",
                    "loyaltyTender": 1,
                    "giftCardTender": 1,
                    "operator": {
                      "$ref": "43"
                    },
                    "customer": {
                      "$ref": "77"
                    },
                    "communityOrganisation": {
                      "$id": "86",
                      "id": 1,
                      "identifier": "qVlX5Ma+tkqzDy7rVPaTHg==",
                      "identifierGuid": "e45759a9-bec6-4ab6-b30f-2eeb54f6931e",
                      "name": "sample string 3",
                      "lookupIdentifier": "sample string 4",
                      "externalID": "sample string 5",
                      "phone": "sample string 6",
                      "fax": "sample string 7",
                      "email": "sample string 8",
                      "address1": "sample string 9",
                      "address2": "sample string 10",
                      "city": "sample string 11",
                      "postCode": "sample string 12",
                      "state": "sample string 13",
                      "country": "sample string 14",
                      "abn": "sample string 15",
                      "promoPeriodStart": "2026-06-03T18:34:33.6582483",
                      "promoPeriodEnd": "2026-06-03T18:34:33.6582483",
                      "allowDonations": true,
                      "logoImageName": "sample string 17",
                      "totalAmountAwarded": 18.1,
                      "updated": "2026-06-03T18:34:33.6582483",
                      "deleted": true
                    },
                    "details": [
                      {
                        "$id": "87",
                        "saleItemID": 1,
                        "identifier": "/nBdzrAeX0a0k2wG49TKrQ==",
                        "identifierGuid": "ce5d70fe-1eb0-465f-b493-6c06e3d4caad",
                        "saleHeaderID": 2,
                        "plu": 1,
                        "pluG_UId": "tlyQ8qAqikKt7NTIeTki1g==",
                        "pluGuid": "f2905cb6-2aa0-428a-adec-d4c8793922d6",
                        "accountID": "2uoF6OPxdkyK1GVljqSEyA==",
                        "accountIDGuid": "e805eada-f1e3-4c76-8ad4-65658ea484c8",
                        "normalPrice": 3,
                        "originalSellingPrice": 4,
                        "discountPrice": 5,
                        "unit": 1,
                        "quantity": 6,
                        "totalCents": 7,
                        "fixedPrice": 1,
                        "tranType": 1,
                        "discountType": 1,
                        "cost": 1,
                        "costDecimals": 8,
                        "markdown": 1,
                        "manualQuantity": 1,
                        "manualPrice": 1,
                        "manualMode": 1,
                        "active": 1,
                        "offline": true,
                        "barcode": "sample string 9",
                        "keyedSale": 1,
                        "discountedID": 1,
                        "fuelID": 1,
                        "serialNumber": "sample string 10",
                        "bestOrExpire": "2026-06-03T18:34:33.6582483",
                        "bestOrExpireType": 1,
                        "providerName": "sample string 11",
                        "refundG_UID": "v2ADqkAB2UW9rHjeoZZKmA==",
                        "refundGuid": "aa0360bf-0140-45d9-bdac-78dea1964a98",
                        "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": "BUpEtM/iqU+nuJxCpyc80Q==",
                        "idempotentVoidGuid": "b4444a05-e2cf-4fa9-a7b8-9c42a7273cd1",
                        "priceLevelIdentifier": "1EhZYN6yO0iuJC0656igEQ==",
                        "priceLevelIdentifierGuid": "605948d4-b2de-483b-ae24-2d3ae7a8a011",
                        "communityIdentifier": "49C9IMMzw0my6p4lq+T+qQ==",
                        "communityIdentifierGuid": "20bdd0e3-33c3-49c3-b2ea-9e25abe4fea9",
                        "productName": "sample string 23",
                        "apn": "sample string 24",
                        "unknownScans": [
                          {
                            "$id": "88",
                            "id": 1,
                            "saleDetailID": 2,
                            "storeID": 1,
                            "scanned": "2026-06-03T18:34:33.6582483",
                            "operatorG_UID": "QEA=",
                            "barcode": "sample string 4",
                            "processed": 1
                          },
                          {
                            "$ref": "88"
                          }
                        ],
                        "refund": {
                          "$id": "89",
                          "id": 1,
                          "g_UID": "okvcxoDJmEi5SbRCHFX5mw==",
                          "guid": "c6dc4ba2-c980-4898-b949-b4421c55f99b",
                          "description": "sample string 1",
                          "dumped": true,
                          "inventoryReasonID": 1,
                          "sortOrder": 1,
                          "updated": "2026-06-03T18:34:33.6582483"
                        },
                        "modifier": {
                          "$id": "90",
                          "id": 1,
                          "setG_UID": "+LGhP+SkdUOmtnd19C6uLg==",
                          "modifierSetGuid": "3fa1b1f8-a4e4-4375-a6b6-7775f42eae2e",
                          "name": "sample string 2",
                          "price": 1,
                          "quantity": 1,
                          "modifierType": 1,
                          "groupNumber": 1,
                          "pageNumber": 1,
                          "controlOrder": 1,
                          "printToStation": true,
                          "pluG_UID": "clgqaYr290C66GQUic4yMQ==",
                          "pluGuid": "692a5872-f68a-40f7-bae8-641489ce3231",
                          "deleted": true,
                          "g_UID": "qdf8uW1RdUGQsgYcKmp6Kw==",
                          "guid": "b9fcd7a9-516d-4175-90b2-061c2a6a7a2b",
                          "product": {
                            "$ref": "5"
                          }
                        },
                        "priceLevelName": "sample string 25",
                        "pumpNumber": 1,
                        "hoseNumber": 1
                      },
                      {
                        "$ref": "87"
                      }
                    ],
                    "eftReceipts": [
                      {
                        "$id": "91",
                        "id": 1,
                        "storeID": 1,
                        "saleHeaderID": 2,
                        "storeSaleHeader": {
                          "$ref": "84"
                        },
                        "receipt": "sample string 3",
                        "processed": 1
                      },
                      {
                        "$ref": "91"
                      }
                    ],
                    "payments": [
                      {
                        "$ref": "83"
                      },
                      {
                        "$ref": "83"
                      }
                    ],
                    "cards": [
                      {
                        "$id": "92",
                        "id": 1,
                        "saleHeaderID": 1,
                        "identifier": "sample string 2",
                        "cardType": 3,
                        "providerName": "sample string 4"
                      },
                      {
                        "$ref": "92"
                      }
                    ],
                    "campaignHits": [
                      {
                        "$id": "93",
                        "id": 1,
                        "saleHeaderID": 2,
                        "campaign": "sample string 3",
                        "name": "sample string 4",
                        "processed": 1,
                        "campaignDescription": "sample string 5"
                      },
                      {
                        "$ref": "93"
                      }
                    ],
                    "fuel": [
                      {
                        "$id": "94",
                        "id": 1,
                        "plu": 1,
                        "pluG_UID": "qZqIuJy6UkSgr3h+uL/euw==",
                        "pluGuid": "b8889aa9-ba9c-4452-a0af-787eb8bfdebb",
                        "saleHeaderID": 2,
                        "totalCents": 3,
                        "grade": 1,
                        "gradeDescription": "sample string 4",
                        "dispenser": 1,
                        "hose": 1,
                        "quantity": 1,
                        "cost": 1,
                        "acquirerNum": 1,
                        "attendant": 1,
                        "ePurseBalance": 1.0,
                        "cardSignature": "sample string 5",
                        "compartmentNumber": 1,
                        "contractNumber": 1,
                        "discountCardPAN": "sample string 6",
                        "discountID": 1,
                        "discountName": "sample string 7",
                        "discountNetValue": 1.0,
                        "discountType": 1,
                        "discountValue": 1.0,
                        "discretionaryData": "sample string 8",
                        "driverID": "sample string 9",
                        "eftBatchNumber": 1,
                        "eftResponseCode": "sample string 10",
                        "endDateTime": "2026-06-03T18:34:33.6582483",
                        "engineHours": 1.1,
                        "fposNumber": 1,
                        "loyaltyCardPAN": "sample string 11",
                        "miscData1": 1,
                        "miscData2": "sample string 12",
                        "miscFlags": 1,
                        "mop": 1,
                        "odometer": 1,
                        "panNumber": "sample string 13",
                        "saleRefund": true,
                        "saleStatus": 1,
                        "sequenceNumber": 1,
                        "stan": 1,
                        "startDateTime": "2026-06-03T18:34:33.6582483",
                        "tagNumber": "sample string 15",
                        "trackTwoRem": "sample string 16",
                        "transCode": 1,
                        "transType": 1,
                        "unitPrice": 1.0,
                        "vehicleReg": "sample string 17",
                        "offline": true,
                        "processed": 1
                      },
                      {
                        "$ref": "94"
                      }
                    ],
                    "fuelResells": [
                      {
                        "$id": "95",
                        "saleItemID": 1,
                        "saleHeaderID": 2,
                        "plu": 1,
                        "pluG_UId": "tA095VbdSEuc1+psLj+4RQ==",
                        "pluGuid": "e53d0db4-dd56-4b48-9cd7-ea6c2e3fb845",
                        "accountID": "N2rLMKfic0W+XhF5HknjqA==",
                        "accountIDGuid": "30cb6a37-e2a7-4573-be5e-11791e49e3a8",
                        "normalPrice": 3,
                        "originalSellingPrice": 4,
                        "discountPrice": 5,
                        "unit": 1,
                        "quantity": 6,
                        "totalCents": 7,
                        "fixedPrice": 1,
                        "tranType": 1,
                        "processed": 1,
                        "discountType": 1,
                        "cost": 1,
                        "costDecimals": 1,
                        "markdown": 1,
                        "manualQuantity": 1,
                        "manualPrice": 1,
                        "manualMode": 1,
                        "active": 1,
                        "barcode": "sample string 8",
                        "offline": 1,
                        "keyedSale": 1,
                        "discountedID": 1,
                        "fuelID": 1,
                        "serialNumber": "sample string 9",
                        "bestOrExpire": "2026-06-03T18:34:33.6582483",
                        "bestOrExpireType": 1,
                        "refundG_UID": "QVlpNwwB5UWBu4UgFOnAxQ==",
                        "refundGuid": "37695941-010c-45e5-81bb-852014e9c0c5",
                        "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": "95"
                      }
                    ],
                    "customerOrder": [
                      {
                        "$id": "96",
                        "identifier": "9WSWKfauw06oaTSIKR9sTw==",
                        "identifierGuid": "299664f5-aef6-4ec3-a869-3488291f6c4f",
                        "id": 1,
                        "orderNo": 2,
                        "externalSaleIdentifier": "sample string 3",
                        "storeID": 4,
                        "zoneID": 5,
                        "deptNo": 6,
                        "customerIdentifier": "R8AhovJA4UWL7nZTLyvPqQ==",
                        "customerIdentifierGuid": "a221c047-40f2-45e1-8bee-76532f2bcfa9",
                        "operatorNo": 1,
                        "operatorG_UID": "Ws2HJebhrkK2RTekl4yaPw==",
                        "operatorGuid": "2587cd5a-e1e6-42ae-b645-37a4978c9a3f",
                        "created": "2026-06-03T18:34:33.6582483",
                        "ordered": "2026-06-03T18:34:33.6582483",
                        "started": "2026-06-03T18:34:33.6582483",
                        "completed": "2026-06-03T18:34:33.6582483",
                        "supplied": "2026-06-03T18:34:33.6582483",
                        "quickTicket": 1,
                        "deleted": true,
                        "walkAway": true,
                        "approxWait": 1,
                        "actualWait": 1,
                        "deliveryMethod": 8,
                        "externalSaleType": 9,
                        "customer": {
                          "$ref": "77"
                        },
                        "operator": {
                          "$ref": "43"
                        },
                        "details": [
                          {
                            "$id": "97",
                            "headerID": 1,
                            "plu": 1,
                            "pluG_UId": "Inoaq+otXkWgKEBsQz7KOA==",
                            "pluGuid": "ab1a7a22-2dea-455e-a028-406c433eca38",
                            "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": "vjcYMlbwHEqsl6W8A3EP3w==",
                            "headerIdentifierGuid": "321837be-f056-4a1c-ac97-a5bc03710fdf",
                            "product": {
                              "$ref": "5"
                            }
                          },
                          {
                            "$ref": "97"
                          }
                        ],
                        "storeName": "sample string 11",
                        "customerName": "sample string 12",
                        "storeReplyTo": "sample string 13",
                        "storeSubjectLine": "sample string 14",
                        "storeSaleHeader": {
                          "$ref": "84"
                        }
                      },
                      {
                        "$ref": "96"
                      }
                    ],
                    "surveyResponses": [
                      {
                        "$id": "98",
                        "surveyG_UID": "7ortxk4SF0C5hxwpV0ZLMQ==",
                        "surveyGuid": "c6ed8aee-124e-4017-b987-1c2957464b31",
                        "saleHeaderGuid": "YRxR5iibdUeMUme5FWRCKQ==",
                        "saleGuid": "e6511c61-9b28-4775-8c52-67b915644229",
                        "textResponse": "sample string 1",
                        "integerResponse": 1,
                        "g_UIDResponse": "6oraR5zxq0C3AyfHsAva+w==",
                        "guidResponse": "47da8aea-f19c-40ab-b703-27c7b00bdafb",
                        "whoAnswered": 2,
                        "answeredAtUTC": "2026-06-03T18:34:33.6582483",
                        "sale": {
                          "$ref": "84"
                        },
                        "survey": {
                          "$id": "99",
                          "g_UID": "TXBENCXg0USzvOxOblBKhw==",
                          "guid": "3444704d-e025-44d1-b3bc-ec4e6e504a87",
                          "name": "sample string 1",
                          "storeID": 2,
                          "zoneID": 1,
                          "checkoutFormG_UID": "xC8Oe+9cskKhVc084UTOWw==",
                          "checkoutFormGuid": "7b0e2fc4-5cef-42b2-a155-cd3ce144ce5b",
                          "displayToWho": 3,
                          "displayWhen": 4,
                          "start": "2026-06-03T18:34:33.6582483",
                          "end": "2026-06-03T18:34:33.6582483",
                          "deleted": true,
                          "updated": "2026-06-03T18:34:33.6582483",
                          "possibleIntegerResponses": [
                            1,
                            2
                          ],
                          "possibleTextResponses": [
                            "sample string 1",
                            "sample string 2"
                          ],
                          "possibleGuidResponses": [
                            "bc260c2c-4b94-4e2b-a34e-32889dd72c5a",
                            "11fb61e8-93a1-4e59-ab35-3e121d612941"
                          ],
                          "allowsAllTextResponses": true,
                          "surveyForm": {
                            "$ref": "51"
                          }
                        },
                        "ingressId": "sample string 4"
                      },
                      {
                        "$ref": "98"
                      }
                    ],
                    "storeName": "sample string 39",
                    "terminalNumber": 40,
                    "machineName": "sample string 41",
                    "operatorName": "sample string 42",
                    "direction": 1,
                    "reason": "sample string 43",
                    "accountG_UID": "iMTZ6RIGPkOf4A15ORWrdA==",
                    "accountIdentifier": "e9d9c488-0612-433e-9fe0-0d793915ab74",
                    "accountName": "sample string 44",
                    "customerOrderIdentifier": "khoMpeORUEu9dARFslAzCQ==",
                    "customerOrderIdentifierGuid": "a50c1a92-91e3-4b50-bd74-0445b2503309",
                    "priceLevelName": "sample string 45",
                    "revision": 46,
                    "ingressId": "sample string 47"
                  },
                  "metadata": {
                    "$id": "100",
                    "id": 1,
                    "paymentID": 2,
                    "paymentIdentifier": "KJSHkNxOcU2aq2uF+65KQw==",
                    "paymentIdentifierGuid": "90879428-4edc-4d71-9aab-6b85fbae4a43",
                    "identifier": "oibqBViFAU+n1CleTFqZHA==",
                    "identifierGuid": "05ea26a2-8558-4f01-a7d4-295e4c5a991c",
                    "metadata": "sample string 3",
                    "signatureImage": "QEA=",
                    "itemIdentifier": "G0nyt93mC0+O5u1dIETTgA==",
                    "itemIdentifierGuid": "b7f2491b-e6dd-4f0b-8ee6-ed5d2044d380"
                  }
                },
                {
                  "$ref": "83"
                }
              ]
            },
            {
              "$ref": "78"
            }
          ],
          "customerGroupMembers": [
            {
              "$ref": "82"
            },
            {
              "$ref": "82"
            }
          ],
          "customerGroups": [
            {
              "$ref": "81"
            },
            {
              "$ref": "81"
            }
          ],
          "accounts": [
            {
              "$ref": "79"
            },
            {
              "$ref": "79"
            }
          ],
          "account": {
            "$ref": "79"
          },
          "vouchers": [
            {
              "$id": "101",
              "customerIdentifier": "gHggjFb5GEm+JAP2Q8TRPg==",
              "customerIdentifierGuid": "8c207880-f956-4918-be24-03f643c4d13e",
              "voucherName": "sample string 2",
              "count": 3,
              "storeID": 4,
              "barcode": "sample string 5",
              "redeemCount": 6,
              "issueCount": 7,
              "storeSalePaymentID": 1,
              "idempotentID": "e+cgmOKl7EWkPbcdr4fPuQ==",
              "idempotentGuid": "9820e77b-a5e2-45ec-a43d-b71daf87cfb9",
              "offline": true,
              "voucher": {
                "$id": "102",
                "id": 1,
                "name": "sample string 2",
                "description": "sample string 3",
                "shortDescription": "sample string 4",
                "url": "sample string 5",
                "barcodeTemplateID": 1,
                "expiry": 0,
                "voucherType": 6,
                "limitPerTransaction": 7,
                "customerTracking": true,
                "discountAccount": "sample string 9",
                "endDate": "2026-06-03T18:34:33.6582483",
                "barcodeTemplate": {
                  "$id": "103",
                  "templateID": 1,
                  "template": "sample string 1",
                  "bcFunction": "sample string 2",
                  "sortOrder": 3
                },
                "scaleLabel": {
                  "$id": "104",
                  "id": 1,
                  "uid": "sample string 2",
                  "name": "sample string 3",
                  "width": 1.1,
                  "height": 1.1,
                  "showBorder": true,
                  "borderWidth": 1.1,
                  "borderStyle": 1,
                  "borderColour": "sample string 5",
                  "updated": "2026-06-03T18:34:33.6582483",
                  "labelPageLayout": "DVVEV/aMbUeaaoncYhI4Zw==",
                  "pageLayoutGuid": "5744550d-8cf6-476d-9a6a-89dc62123867",
                  "labelType": 6,
                  "oldName": "sample string 7",
                  "voucher": {
                    "$ref": "102"
                  },
                  "elements": [
                    {
                      "$id": "105",
                      "id": 1,
                      "scaleLabelID": 2,
                      "showPercentDI": true,
                      "showAvgPerHundred": true,
                      "showAvgPerServe": true,
                      "name": "sample string 6",
                      "x": 1.1,
                      "y": 1.1,
                      "width": 1.1,
                      "height": 1.1,
                      "type": 1,
                      "rotation": 1,
                      "text": "sample string 7",
                      "fontFamily": "sample string 8",
                      "align": 1,
                      "bold": true,
                      "italic": true,
                      "underline": true,
                      "strikeout": true,
                      "reverse": true,
                      "textColour": "sample string 9",
                      "fontSize": 1.1,
                      "picture": "QEA=",
                      "borderWidth": 10,
                      "sortOrder": 11,
                      "printOptions": 12,
                      "superScriptTextFontSize": 1.1,
                      "lineStyle": 1,
                      "spacingStyle": 1,
                      "interCharacterSpacing": 1.1,
                      "superScriptOffset": 1.1,
                      "lineSpacing": 1.1,
                      "dateFormat": "sample string 13",
                      "autoGrow": true,
                      "fontAutoResize": true,
                      "updated": "2026-06-03T18:34:33.6582483"
                    },
                    {
                      "$ref": "105"
                    }
                  ]
                },
                "customerVouchers": [
                  {
                    "$id": "106",
                    "id": 1,
                    "customerIdentifier": "+5lUb+noAU2Y10YeKUgedg==",
                    "customerIdentifierGuid": "6f5499fb-e8e9-4d01-98d7-461e29481e76",
                    "voucherID": 3,
                    "voucherName": "sample string 4",
                    "storeID": 1,
                    "barcode": "sample string 5",
                    "dateOfIssue": "2026-06-03T18:34:33.6582483",
                    "issuedSaleHeaderID": 1,
                    "issuedSaleIdentifier": "sample string 7",
                    "issuedOfflinePaymentID": 1,
                    "issuedIdempotentID": "bcB/Q3C6b0SmxONMbPEjsw==",
                    "issuedIdempotentGuid": "437fc06d-ba70-446f-a6c4-e34c6cf123b3",
                    "issuedOffline": true,
                    "issuedUser": "sample string 9",
                    "issuedNotes": "sample string 10",
                    "expiryDate": "2026-06-03T18:34:33.6582483",
                    "expiredUser": "sample string 11",
                    "expiredNotes": "sample string 12",
                    "redeemed": "2026-06-03T18:34:33.6582483",
                    "redeemedSaleHeaderID": 1,
                    "redeemedSaleIdentifier": "sample string 13",
                    "redeemedOfflinePaymentID": 1,
                    "redeemedIdempotentID": "IKuih2E8h0eAd3oYOUNP2Q==",
                    "redeemedIdempotentGuid": "87a2ab20-3c61-4787-8077-7a1839434fd9",
                    "redeemedUser": "sample string 14",
                    "redeemedNotes": "sample string 15",
                    "redeemedOffline": true,
                    "updated": "2026-06-03T18:34:33.6582483",
                    "storeName": "sample string 17",
                    "scaleLabel": {
                      "$ref": "104"
                    },
                    "voucher": {
                      "$ref": "102"
                    },
                    "customer": {
                      "$ref": "77"
                    },
                    "issuedOfflinePayment": {
                      "$ref": "83"
                    },
                    "redeemedOfflinePayment": {
                      "$ref": "83"
                    }
                  },
                  {
                    "$ref": "106"
                  }
                ]
              },
              "customer": {
                "$ref": "77"
              }
            },
            {
              "$ref": "101"
            }
          ]
        }
      },
      {
        "$ref": "76"
      }
    ],
    "customerGroups": [
      {
        "$id": "107",
        "id": 1,
        "campaignID": 2,
        "campaignName": "sample string 3",
        "groupID": "+AhDOTsl/0i0Rb7hm9FpGA==",
        "groupIDGuid": "394308f8-253b-48ff-b445-bee19bd16918",
        "campaign": {
          "$ref": "2"
        },
        "group": {
          "$ref": "81"
        }
      },
      {
        "$ref": "107"
      }
    ],
    "signIqTickets": [
      {
        "$id": "108",
        "identifier": "IH4cF8xDpUy9EP0fIUzZWQ==",
        "identifierGuid": "171c7e20-43cc-4ca5-bd10-fd1f214cd959",
        "campaignName": "sample string 2",
        "message": "sample string 3",
        "ticketFileSource": "sample string 4",
        "ticketFileDestination": "sample string 5",
        "storeID": 1
      },
      {
        "$ref": "108"
      }
    ],
    "comboPriceGroups": [
      {
        "$id": "109",
        "id": 1,
        "campaignID": 2,
        "campaignName": "sample string 3",
        "g_UID": "BxEWoSbYJkG/YDTKWjthvA==",
        "guid": "a1161107-d826-4126-bf60-34ca5a3b61bc",
        "description": "sample string 5",
        "newPrice": 1,
        "rangeDescription": "sample string 6",
        "dealDescription": "sample string 7",
        "labelQuantity": 8,
        "hostProductCategoryID": 1,
        "offerID": 1,
        "dontUpdatePricePlus": true,
        "campaign": {
          "$ref": "2"
        },
        "comboPricePlus": [
          {
            "$id": "110",
            "id": 1,
            "campaignID": 2,
            "campaignName": "sample string 3",
            "groupG_UID": "GCv9A4WILUelRtIi4ooeHQ==",
            "groupGuid": "03fd2b18-8885-472d-a546-d222e28a1e1d",
            "comboPriceType": 5,
            "priceType": 5,
            "pluG_UID": "aA7nSW+tEk6gRoLzIGRWbA==",
            "pluGuid": "49e70e68-ad6f-4e12-a046-82f32064566c",
            "priceGroupG_UID": "MMF67NdLR0aiBrQ6RMbHZQ==",
            "priceGroupGuid": "ec7ac130-4bd7-4647-a206-b43a44c6c765",
            "campaignPoolID": "sample string 7",
            "quantity": 1,
            "campaign": {
              "$ref": "2"
            },
            "product": {
              "$ref": "5"
            },
            "priceGroup": {
              "$ref": "36"
            },
            "campaignPool": {
              "$ref": "2"
            }
          },
          {
            "$ref": "110"
          }
        ]
      },
      {
        "$ref": "109"
      }
    ],
    "priceLevels": [
      {
        "$id": "111",
        "id": 1,
        "priceLevelIdentifier": "ZMyd9kNPh06RMqKY7FRz9g==",
        "priceLevelIdentifierGuid": "f69dcc64-4f43-4e87-9132-a298ec5473f6",
        "campaignName": "sample string 3",
        "priceLevelName": "sample string 4"
      },
      {
        "$ref": "111"
      }
    ],
    "promotionType": {
      "$id": "112",
      "identifier": "jFxsMxj7zEWw0ZZdRayXBQ==",
      "identifierGuid": "336c5c8c-fb18-45cc-b0d1-965d45ac9705",
      "hostType": 2,
      "code": "sample string 3",
      "description": "sample string 4",
      "isLiquor": true,
      "isAdvertised": true,
      "disableWasSave": true,
      "excludeFromPromoSales": true,
      "labelPageLayoutG_UID": "NW5wVBHGL0ynuMcR6R1scw==",
      "labelPageLayoutGuid": "54706e35-c611-4c2f-a7b8-c711e91d6c73",
      "priceLevelIdentifier": "4FrgIHbzW0+J+G1FLhfbjw==",
      "priceLevelIdentifierGuid": "20e05ae0-f376-4f5b-89f8-6d452e17db8f",
      "active": true,
      "updated": "2026-06-03T18:34:33.6582483",
      "hostName": "sample string 11"
    }
  },
  "details": [
    {
      "$id": "113",
      "identifier": "yD8wWZk8JkeAGIMQWi+9Bw==",
      "identifierGuid": "59303fc8-3c99-4726-8018-83105a2fbd07",
      "headerIdentifier": "zSnygRoFqEipZXZLB+WYEg==",
      "headerGuid": "81f229cd-051a-48a8-a965-764b07e59812",
      "shelfLocationIdentifier": "Qna4VPna6EqjG8tTER8eLg==",
      "shelfLocationGuid": "54b87642-daf9-4ae8-a31b-cb53111f1e2e",
      "pluG_UID": "joIweKVYkUmRDVVf0XZAlQ==",
      "pluGuid": "7830828e-58a5-4991-910d-555fd1764095",
      "operatorG_UID": "rvfp/DU6QE661uUuS58Qtg==",
      "operatorGuid": "fce9f7ae-3a35-4e40-bad6-e52e4b9f10b6",
      "campaignName": "sample string 2",
      "comboGroupIdentifier": "2dHoz1Qb6kCW6Iktx+q6NA==",
      "comboGroupGuid": "cfe8d1d9-1b54-40ea-96e8-892dc7eaba34",
      "created": "2026-06-03T18:34:33.6582483",
      "labelQuantity": 3,
      "talkerQuantity": 4,
      "labelSmall": true,
      "printed": "2026-06-03T18:34:33.6582483",
      "printedByUser": "sample string 6",
      "detailMetaList": [
        {
          "$id": "114",
          "id": 1,
          "printBatchType": 2,
          "user": "sample string 3",
          "detailIdentifier": "Pox4duHCzEC168hl4IP5WQ==",
          "detailGuid": "76788c3e-c2e1-40cc-b5eb-c865e083f959"
        },
        {
          "$ref": "114"
        }
      ],
      "users": "sample string 7",
      "printBatchTypes": "sample string 8",
      "product": {
        "$ref": "5"
      },
      "location": {
        "$ref": "59"
      },
      "operator": {
        "$ref": "43"
      },
      "productDescription": "sample string 9",
      "productItemNumber": "sample string 10",
      "productSell": 11,
      "productCost": 12,
      "productCostDecimals": 13,
      "productActive": true,
      "productBarcode": "sample string 15",
      "succeeded": true,
      "printRunID": "Dj3JNWHAjUmg/cJmMZVnGw==",
      "printRunGuid": "35c93d0e-c061-498d-a0fd-c2663195671b",
      "departmentName": "sample string 17",
      "subDepartmentName": "sample string 18",
      "minorDepartmentName": "sample string 19",
      "lesserDepartmentName": "sample string 20",
      "storeName": "sample string 21",
      "campaignDescription": "sample string 22",
      "campaignStartDate": "2026-06-03T18:34:33.6582483",
      "campaignEndDate": "2026-06-03T18:34:33.6582483",
      "campaignPrice": 1,
      "campaignCost": 1,
      "campaignCostDecimals": 1,
      "comboGroupDescription": "sample string 23",
      "comboGroupSell": 1,
      "printRequestType": 24,
      "isTobacco": true,
      "isLiquor": true,
      "shelfLocationName": "sample string 27",
      "operatorName": "sample string 28",
      "printBatchType": 29,
      "createdBy": "sample string 30",
      "pageLayoutName": "sample string 31",
      "complianceIndicatorName": "sample string 32",
      "directNumber": "sample string 33",
      "warehouseDirectIndicator": "sample string 34",
      "productGrade": "sample string 35"
    },
    {
      "$ref": "113"
    }
  ]
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.