POST api/flipchart/{id}/page/{pageID}/products

Add list of flipchart page products to existing page

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

FlipChart Identifier

globally unique identifier

Required

pageID

FlipChartPage Identifier

globally unique identifier

Required

Body Parameters

List of new flipchart page products

Collection of FlipChartPageProduct
NameDescriptionTypeAdditional information
FlipChartPageIdentifier

Collection of byte

None.

FlipChartPageIdentifierGuid

globally unique identifier

None.

PLUG_UID

Collection of byte

None.

PluGuid

globally unique identifier

None.

SortOrder

integer

None.

Sent

boolean

None.

ProductChanged

Used to determine whether a patch is required for the product on save.

boolean

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

ProductImageName

If product changed, used to set the product ImageName

string

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

ProductShowImageOnFlipCharts

If product changed, used to set the product ShowImageOnFlipCharts field

boolean

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

ProductShowTextOnFlipCharts

If product changed, used to set the product ShowTextOnFlipCharts field

boolean

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

ProductOverrideFlipChartText

If product changed, used to set the product OverrideFlipChartText field

boolean

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

ProductFlipChartText

If product changed, used to set the product FlipChartText field

string

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

Product

Product

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

DepartmentSortOrder

integer

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

SubDepartmentName

string

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

Request Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "flipChartPageIdentifier": "gzfK7OLd7ECdSjbhSp0xgw==",
    "flipChartPageIdentifierGuid": "ecca3783-dde2-40ec-9d4a-36e14a9d3183",
    "pluG_UID": "B02jm2f7S02A1R1N4WHVGQ==",
    "pluGuid": "9ba34d07-fb67-4d4b-80d5-1d4de161d519",
    "sortOrder": 3,
    "sent": true,
    "productChanged": true,
    "productImageName": "sample string 6",
    "productShowImageOnFlipCharts": true,
    "productShowTextOnFlipCharts": true,
    "productOverrideFlipChartText": true,
    "productFlipChartText": "sample string 10",
    "product": {
      "$id": "2",
      "plu": 1,
      "storeID": 1,
      "masterPluG_UID": "QEA=",
      "storeIDs": [
        1,
        2
      ],
      "g_UId": "zjmSErMKuk63jjkLTduutQ==",
      "guid": "129239ce-0ab3-4eba-b78e-390b4ddbaeb5",
      "apn": "sample string 1",
      "apnChanged": true,
      "apnSwitched": true,
      "barcode": "sample string 4",
      "itemNumber": "sample string 5",
      "itemNumberChanged": true,
      "priceGroupG_UID": "tU712fW8wUWpSCpcAy02Dg==",
      "priceGroupGuid": "d9f54eb5-bcf5-45c1-a948-2a5c032d360e",
      "blueprintID": 1,
      "lastCountedDate": "2025-10-05T00:03:57.7204224",
      "externalID": "sample string 7",
      "active": true,
      "activated": "2025-10-05T00:03:57.7204224",
      "pluCreated": "2025-10-05T00:03:57.7204224",
      "createdByUser": "sample string 9",
      "name": "sample string 10",
      "nameChanged": true,
      "secondDescription": "sample string 12",
      "hostDescription": "sample string 13",
      "keepCartonQty": true,
      "keepDescription": true,
      "keepDepartments": true,
      "keepSuppliers": true,
      "markdownDescription": "sample string 18",
      "altDescription": "sample string 19",
      "bestOrExpire": 20,
      "lastUpdate": "2025-10-05T00:03:57.7204224",
      "lastManualUpdate": "2025-10-05T00:03:57.7204224",
      "imageName": "sample string 23",
      "showImageOnFlipCharts": true,
      "showTextOnFlipCharts": true,
      "overrideFlipChartText": true,
      "flipChartText": "sample string 27",
      "salesMode": 1,
      "eftCode": 1,
      "price": 1,
      "priceChanged": true,
      "rrp": 1,
      "gstPercent": 28,
      "gstPercentChanged": true,
      "costGSTPercent": 29,
      "costGSTPercentChanged": true,
      "wetPercent": 1,
      "priceOverride": 1,
      "cost": 1,
      "currentCost": 1,
      "currentCostDecimals": 1,
      "grossProfit": 1.0,
      "currentCostDesc": "sample string 30",
      "currentCostEnd": "2025-10-05T00:03:57.7204224",
      "currentCostUpdated": "2025-10-05T00:03:57.7204224",
      "costDecimals": 31,
      "costChanged": true,
      "dealCostIdentifier": "QEA=",
      "excludeFromRebate": true,
      "rebateOverride": 1,
      "costCalcMethod": 32,
      "costCalcMethodChanged": true,
      "costEffectiveDate": "2025-10-05T00:03:57.7204224",
      "defaultGP": 1,
      "breakTargetMode": 33,
      "break1": 1,
      "price1": 1,
      "target1": 34,
      "break2": 1,
      "price2": 1,
      "target2": 35,
      "break3": 1,
      "price3": 1,
      "target3": 36,
      "break1Changed": true,
      "price1Changed": true,
      "target1Changed": true,
      "break2Changed": true,
      "price2Changed": true,
      "target2Changed": true,
      "break3Changed": true,
      "price3Changed": true,
      "target3Changed": true,
      "breakTargetModeChanged": true,
      "margin": 1.1,
      "marginChanged": true,
      "marginRanged": true,
      "marginRangedChanged": true,
      "minimumMargin": 1.1,
      "minimumMarginChanged": true,
      "maximumMargin": 1.1,
      "maximumMarginChanged": true,
      "overrideHostWarehouseIndicator": true,
      "overrideHostWarehouseIndicatorChanged": true,
      "overrideHostPrice": true,
      "overrideHostPriceChanged": true,
      "overrideHostCost": true,
      "overrideHostCostChanged": true,
      "overrideHostMargin": true,
      "overrideHostMarginChanged": true,
      "alwaysApplyMargin": true,
      "alwaysApplyMarginChanged": true,
      "aws": 1.0,
      "paws": 1.0,
      "awsUpdated": "2025-10-05T00:03:57.7204224",
      "posTare": 1,
      "altPrice": 1.0,
      "altPriceChanged": true,
      "altPriceMode": 53,
      "altPriceModeChanged": true,
      "altPLUG_UID": "tvD1OunNN0yARptW3/t9Pg==",
      "altPLUGuid": "3af5f0b6-cde9-4c37-8046-9b56dffb7d3e",
      "altPLUGuidChanged": true,
      "altPriceDescription1": "sample string 54",
      "altPriceDescription2": "sample string 55",
      "cartonQuantity": 56,
      "cartonQuantityChanged": true,
      "trayID": 1,
      "promptID": 1,
      "tare": 1,
      "packQty": 1,
      "fixedWeight": 1,
      "extraMesg": 1,
      "text1": "sample string 58",
      "text2": "sample string 59",
      "text3": "sample string 60",
      "labelText": "sample string 61",
      "labelTextChanged": true,
      "sendToScale": true,
      "nonScaleWeigh": true,
      "labelFormat": "sample string 65",
      "barcodeFormat": "sample string 66",
      "austMade": 1,
      "coolCode": 67,
      "countryOfOrigin": "sample string 68",
      "percentContent": 69.1,
      "departmentID": 1,
      "subDepartmentID": 1,
      "minorDepartmentID": 1,
      "lesserDepartmentID": 1,
      "deptCode": "sample string 70",
      "subDeptCode": "sample string 71",
      "minorDeptCode": "sample string 72",
      "lesserDeptCode": "sample string 73",
      "deptName": "sample string 74",
      "subDeptName": "sample string 75",
      "minorDeptName": "sample string 76",
      "lesserDeptName": "sample string 77",
      "departmentChanged": true,
      "subCategoryID": 1,
      "expiry": 1,
      "showDays": 1,
      "datePrint": 1,
      "labelRequired": true,
      "labelShelfQty": 80,
      "labelShelfChanged": true,
      "labelTalkerQty": 82,
      "labelSmall": true,
      "labelLastPrinted": "2025-10-05T00:03:57.7204224",
      "labelLastPrice": 1,
      "shelfPageLayoutG_UID": "tKiaiVcDT028F8uPniLs6Q==",
      "shelfPageLayoutGuid": "899aa8b4-0357-4d4f-bc17-cb8f9e22ece9",
      "talkerPageLayoutG_UID": "ewb+nKBcnU2I3aYihzmUvQ==",
      "talkerPageLayoutGuid": "9cfe067b-5ca0-4d9d-88dd-a622873994bd",
      "unitMeasure": 1.1,
      "unitMeasureChanged": true,
      "unitMeasureKind": 85,
      "unitMeasureKindChanged": true,
      "signIQData": "sample string 87",
      "refresh": true,
      "earnLoyaltyPoints": true,
      "earnLoyaltyPointsChanged": true,
      "quantityOverride": true,
      "quantityOverrideChanged": true,
      "quantityRequired": true,
      "quantityRequiredChanged": true,
      "allowDiscounts": true,
      "allowDiscountsChanged": true,
      "discountDiscounts": true,
      "discountDiscountsChanged": true,
      "itemRecalled": true,
      "itemRecalledChanged": true,
      "noRefund": true,
      "noRefundChanged": true,
      "allowMarkdown": true,
      "allowMarkdownChanged": true,
      "priceRequired": true,
      "priceRequiredChanged": true,
      "fuelItem": true,
      "fuelItemChanged": true,
      "trackSerial": true,
      "trackSerialChanged": true,
      "allowZeroPrice": true,
      "allowZeroPriceChanged": true,
      "notForSale": 91,
      "notForSaleChanged": true,
      "excludeFromDeals": true,
      "excludeFromVoucher": true,
      "minimumAge": 94,
      "minimumAgeChanged": true,
      "buyingLimit": 1,
      "buyingLimitChanged": true,
      "buyingLimitIndependent": true,
      "buyingLimitIndependentChanged": true,
      "inventoryGuid": "Elt7tNuIO0+9m4LIUpR/EA==",
      "inventoryIdentifier": "b47b5b12-88db-4f3b-bd9b-82c852947f10",
      "inventoryAccuracy": 1,
      "baseUnits": 98,
      "orderPacked": 1,
      "isManufactured": true,
      "isIngredient": true,
      "isModifier": true,
      "isModifierChanged": true,
      "hasModifiers": 99,
      "defaultPrinter": "sample string 100",
      "defaultPrinterGroup": "sample string 101",
      "ingredientsOnManufacture": true,
      "manufactureUnitMeasure": 1,
      "mpl": 1,
      "maxShelfQty": 102,
      "allowAutoOrder": true,
      "warrantyPeriod": 1,
      "parentPluG_UId": "997/hSm1V0aLpcbWJplmTg==",
      "parentPluGuid": "85ffdef7-b529-4657-8ba5-c6d62699664e",
      "preferredHostVendor": 104,
      "preferredHostChanged": true,
      "code": "sample string 106",
      "supplierIdentifier": "9wOBKEnDq0y2LJCCL46KdQ==",
      "supplierIdentifierGuid": "288103f7-c349-4cab-b62c-90822f8e8a75",
      "supplierChanged": true,
      "rebateSupplierIdentifier": "DC43GhHFc0ajTQpykWtOjg==",
      "rebateSupplierIdentifierGuid": "1a372e0c-c511-4673-a34d-0a72916b4e8e",
      "rebateSupplierChanged": true,
      "availableForOrder": true,
      "warehouseDirectIndicator": "sample string 108",
      "warehouseDirectIndicatorChanged": true,
      "productGrade": "sample string 110",
      "productType": "sample string 111",
      "productGroup": "sample string 112",
      "complianceIndicator": "sample string 113",
      "inhouseBrand": "sample string 114",
      "slowMoving": true,
      "generalMerchandise": true,
      "comment": "sample string 117",
      "lastUpdatedByUser": "sample string 118",
      "lastManualUpdatedByUser": "sample string 119",
      "lastUpdatedByUserOverride": true,
      "lastUpdatedByHost": "2025-10-05T00:03:57.7204224",
      "commodity": "sample string 121",
      "businessPillar": "sample string 122",
      "mscCommodity": "sample string 123",
      "hostIdentifier": "oEEi2UZWd0OSMbtxWGKMng==",
      "hostIdentifierGuid": "d92241a0-5646-4377-9231-bb7158628c9e",
      "serviceFeeID": 1,
      "serviceFeeIDChanged": true,
      "providerName": "sample string 125",
      "aisleEnds": "sample string 126",
      "deleted": true,
      "deletedChanged": true,
      "hidden": true,
      "doNotRange": true,
      "doNotRangeChanged": true,
      "doNotOrder": true,
      "doNotOrderChanged": true,
      "locked": true,
      "excludeFromWebUpdate": true,
      "excludeFromWebUpdateChanged": true,
      "webPriceBasedOn": 137,
      "webPriceRounding": true,
      "webMarkup": 139,
      "webPriceMode": 140,
      "altDepartmentID": 1,
      "altSubDepartmentID": 1,
      "altMinorDepartmentID": 1,
      "altLesserDepartmentID": 1,
      "altDeptCode": "sample string 141",
      "altSubDeptCode": "sample string 142",
      "altMinorDeptCode": "sample string 143",
      "altLesserDeptCode": "sample string 144",
      "altDepartmentChanged": true,
      "storeProducts": [
        {
          "$ref": "2"
        },
        {
          "$ref": "2"
        }
      ],
      "store": {
        "$id": "3",
        "id": 1,
        "isMaster": true,
        "shortName": "sample string 3",
        "url": "sample string 4",
        "sortOrder": 1,
        "name": "sample string 5",
        "phone": "sample string 6",
        "fax": "sample string 7",
        "email": "sample string 8",
        "address1": "sample string 9",
        "address2": "sample string 10",
        "city": "sample string 11",
        "state": "sample string 12",
        "country": "sample string 13",
        "postCode": "sample string 14",
        "delivery": 1,
        "exportAccounts": 1,
        "salesAccountFolder": "sample string 15",
        "purchaseAccountFolder": "sample string 16",
        "initLoad": 1,
        "initIDs": 1,
        "zoneID": 1,
        "actAsMaster": 1,
        "lastActiveUtc": "2025-10-05T00:03:57.7360945",
        "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": "r4U0Biqq0kaCuomK9XFM1w==",
        "hostIdentifierGuid": "063485af-aa2a-46d2-82ba-898af5714cd7",
        "hostName": 1,
        "hostAddress": "sample string 27",
        "hostUsername": "sample string 28",
        "hostPassword": "sample string 29",
        "excludeFromLeadInOut": true,
        "accountingProvider": 31,
        "accountingAddress": "sample string 32",
        "accountingUsername": "sample string 33",
        "accountingPassword": "sample string 34",
        "storeAccountingCode": "sample string 35",
        "softwareVariance": 36,
        "fuelWarningVariance": 37.0,
        "fuelErrorVariance": 38.0,
        "fuelAccumulatedWarningVariance": 39.0,
        "fuelAccumulatedErrorVariance": 40.0,
        "drawManagment": 41,
        "endOfDayManagment": true,
        "autoFillCashBalancing": true,
        "fuelDayVariance": 44,
        "accountingTradingTime": "00:00:00.1234567",
        "stockActivateProduct": 46,
        "giftCardSalesAccountingDeptCode": "sample string 47",
        "transactionDiscountAccountingDeptCode": "sample string 48",
        "size": 49,
        "updated": "2025-10-05T00:03:57.7360945",
        "priceZoneName": "sample string 51",
        "storeFuelConfigured": true,
        "shippingAddressCopied": true,
        "shippingAddress": {
          "$id": "4",
          "storeID": 1,
          "addressType": 1,
          "address1": "sample string 1",
          "address2": "sample string 2",
          "city": "sample string 3",
          "state": "sample string 4",
          "country": "sample string 5",
          "postCode": "sample string 6"
        },
        "billingAddress": {
          "$ref": "4"
        },
        "hostStoreSettings": [
          {
            "$id": "5",
            "id": 1,
            "hostIdentifier": "sGc08r6LY0Cz/aPvaGuSjw==",
            "hostIdentifierGuid": "f23467b0-8bbe-4063-b3fd-a3ef686b928f",
            "storeID": 2,
            "username": "sample string 3",
            "password": "sample string 4",
            "passwordPlain": "sample string 5",
            "serverAddress": "sample string 6",
            "serverPort": 1,
            "excludeFromLeadInOut": true,
            "useForHostFile": true,
            "metcashPillarID": "sample string 9",
            "metcashStateCode": "sample string 10",
            "metcashCustomerID": "sample string 11",
            "metcashTradingPartnerID": "sample string 12",
            "drakesCustomerNumber": 1,
            "sparCustomerNumber": "sample string 13",
            "sparOrderUsername": "sample string 14",
            "sparOrderPassword": "sample string 15",
            "sparOrderPasswordPlain": "sample string 16",
            "pharmXSiteID": 1,
            "ibaZoneID": 1,
            "ibaState": "sample string 17",
            "foodlandStoreCode": "sample string 18",
            "ilgMemberNumber": "sample string 19",
            "ilgOutletLocation": 1,
            "ilgBaseCost": 1,
            "ilgApplyNonAdvertisedPromos": true,
            "ilgExemptFromFreight": true,
            "ilgOrderDealReview": true,
            "ilgFinanceFee": 1,
            "processPromotions": true,
            "hostProvider": 0,
            "host": {
              "$id": "6",
              "identifier": "BAQAYpHG602kbVDAw6D7DA==",
              "identifierGuid": "62000404-c691-4deb-a46d-50c0c3a0fb0c",
              "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": "3T+l8ZFOzUiY8ZAf8CDPiQ==",
              "hostSupplierIdentifierGuid": "f1a53fdd-4e91-48cd-98f1-901ff020cf89",
              "loyaltyPriceLevelIdentifier": "hQcPairoNEa6qXBEESR9OA==",
              "loyaltyPriceLevelIdentifierGuid": "6a0f0785-e82a-4634-baa9-704411247d38",
              "isGroup": true,
              "description": "sample string 22",
              "hostProvider": 23,
              "hostTypeEnum": 24,
              "hostType": "sample string 25",
              "hostCode": "sample string 26",
              "username": "sample string 27",
              "password": "sample string 28",
              "passwordPlain": "sample string 29",
              "server": "sample string 30",
              "url": "sample string 31",
              "global": true,
              "stateCode": "sample string 33",
              "lastCollected": "2025-10-05T00:03:57.7360945",
              "lastProcessed": "2025-10-05T00:03:57.7360945",
              "hold": true,
              "supplierName": "sample string 35",
              "supplier": {
                "$id": "7",
                "identifier": "/c2iGaPE+kCQvgDBtQSSwA==",
                "identifierGuid": "19a2cdfd-c4a3-40fa-90be-00c1b50492c0",
                "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": "XcFyMpLrLUa56zjSceiC0w==",
                "primaryContactID": "3272c15d-eb92-462d-b9eb-38d271e882d3",
                "storeID": 1,
                "abn": "sample string 16",
                "supplierGroupIdentifier": "4yNgXTHA/U+Dv6UJ1Qr11Q==",
                "supplierGroupGuid": "5d6023e3-c031-4ffd-83bf-a509d50af5d5",
                "rebate": 1.0,
                "rebateType": 1,
                "rebateFrequency": 1,
                "rebateSource": 1,
                "rebateLastClaimed": "2025-10-05T00:03:57.7360945",
                "rebateLastClaimedAmount": 1.0,
                "cartonsOnly": true,
                "minimumOrderValue": 1,
                "enforceMinimumQuantity": true,
                "freight": 19.0,
                "freightType": 20,
                "deleted": true,
                "deletedUser": "sample string 22",
                "storeName": "sample string 23",
                "primaryContact": {
                  "$id": "8",
                  "id": "143941bb-daf9-410f-b04b-f39637f668e5",
                  "identifier": "1fuAOSQeS0yyqvQaXjN+hA==",
                  "identifierGuid": "3980fbd5-1e24-4c4b-b2aa-f41a5e337e84",
                  "familyName": "sample string 1",
                  "givenNames": "sample string 2",
                  "otherNames": "sample string 3",
                  "title": "sample string 4",
                  "dateOfBirth": "sample string 5",
                  "sex": "sample string 6",
                  "address": "sample string 7",
                  "address1": "sample string 8",
                  "address2": "sample string 9",
                  "town": "sample string 10",
                  "state": "sample string 11",
                  "country": "sample string 12",
                  "postalCode": "sample string 13",
                  "telephone": "sample string 14",
                  "mobile": "sample string 15",
                  "email": "sample string 16",
                  "fax": "sample string 17",
                  "primary": true
                },
                "contacts": [
                  {
                    "$id": "9",
                    "supplierIdentifier": "GyiYwRKGwkSppTtL170NBA==",
                    "supplierIdentifierGuid": "c198281b-8612-44c2-a9a5-3b4bd7bd0d04",
                    "contactGuid": "VJJwbQH2xUexA0+n0aOADw==",
                    "contactID": "6d709254-f601-47c5-b103-4fa7d1a3800f",
                    "contact": {
                      "$ref": "8"
                    },
                    "supplier": {
                      "$ref": "7"
                    }
                  },
                  {
                    "$ref": "9"
                  }
                ],
                "products": [
                  {
                    "$id": "10",
                    "pluG_UID": "/+56T5uBLEKUKn7gd3MrQA==",
                    "pluGuid": "4f7aeeff-819b-422c-942a-7ee077732b40",
                    "supplierIdentifier": "vjEbWiDHoEm8m2wajzHYrA==",
                    "supplierIdentifierGuid": "5a1b31be-c720-49a0-bc9b-6c1a8f31d8ac",
                    "cartonQuantity": 1,
                    "cartonQuantityChanged": true,
                    "productSize": "sample string 3",
                    "cigarettesPerSleeve": 1,
                    "randomWeight": true,
                    "piecesPerUnit": 5,
                    "averagePackSize": 6,
                    "effectiveDate": "2025-10-05T00:03:57.7360945",
                    "pricedByWeight": true,
                    "landedUnitCostEx": 9,
                    "landedUnitCostInc": 10,
                    "landedCartonCostInc": 11,
                    "landedCartonCostEx": 12,
                    "standardCost": 13,
                    "deliveryFee": 1,
                    "deliveryFeeBasis": "sample string 14",
                    "pickAndPackFee": 1,
                    "pickAndPackFeeBasis": "sample string 15",
                    "financeFee": 1,
                    "financeFeeBasis": "sample string 16",
                    "cartonLength": 1,
                    "cartonWidth": 1,
                    "cartonHeight": 1,
                    "palletLayerQuantity": 1,
                    "palletLayers": 1,
                    "itemCode": "sample string 17",
                    "invoiceCode": "sample string 18",
                    "invoiceDesc": "sample string 19",
                    "orderDirect": true,
                    "useCost": true,
                    "minimumQuantity": 20,
                    "hostType": 21,
                    "fromHost": 22,
                    "minimumReorder": 1,
                    "maximumReorder": 1,
                    "orderMultiple": 23.1,
                    "sellMultiple": 24.1,
                    "baseMultiple": 25.1,
                    "hostStandardCost": 26,
                    "hostTotalCost": 27,
                    "hostRetail": 28,
                    "hostLandedUnitCostEx": 29,
                    "hostLandedUnitCostInc": 30,
                    "hostDesc": "sample string 31",
                    "directIndicator": "sample string 32",
                    "availableToOrder": true,
                    "hostRangeIndicator": "sample string 34",
                    "hostProductType": "sample string 35",
                    "hostProductGrade": "sample string 36",
                    "hostProductGroup": "sample string 37",
                    "hostSlowMoving": true,
                    "hostGeneralMerchandise": true,
                    "hostPillar": "sample string 40",
                    "hostLastUpdated": "2025-10-05T00:03:57.7360945",
                    "rebate": 1.0,
                    "rebateExclude": true,
                    "invoiceCodes": [
                      {
                        "$id": "11",
                        "pluG_UID": "qWIW7Lz5UEG5/qT/v7FZ6A==",
                        "pluGuid": "ec1662a9-f9bc-4150-b9fe-a4ffbfb159e8",
                        "supplierIdentifier": "z8to/jGjIESvz4oTwWf0tA==",
                        "supplierIdentifierGuid": "fe68cbcf-a331-4420-afcf-8a13c167f4b4",
                        "invoiceCode": "sample string 1",
                        "storeIDs": [
                          1,
                          2
                        ]
                      },
                      {
                        "$ref": "11"
                      }
                    ],
                    "storeIDs": [
                      1,
                      2
                    ],
                    "preferredSupplier": true,
                    "preferredRebateSupplier": true,
                    "supplierName": "sample string 41",
                    "salesMode": 42,
                    "orderPacked": true,
                    "active": true,
                    "price": 1,
                    "costGstPercent": 44,
                    "parentPluG_UID": "GwumBuWG8UOV1iMyHAtdGw==",
                    "parentPluGuid": "06a60b1b-86e5-43f1-95d6-23321c0b5d1b",
                    "freight": 45.0,
                    "freightType": 1,
                    "product": {
                      "$ref": "2"
                    },
                    "supplier": {
                      "$ref": "7"
                    },
                    "serviceFee": {
                      "$id": "12",
                      "id": 1,
                      "description": "sample string 1",
                      "fee": 1
                    },
                    "isPrimaryHost": true,
                    "hostVendor": 47
                  },
                  {
                    "$ref": "10"
                  }
                ],
                "orderCycleHeaders": [
                  {
                    "$id": "13",
                    "storeID": 1,
                    "supplierIdentifier": "OX4jC9akEE2xcSPR7E+ftQ==",
                    "supplierGuid": "0b237e39-a4d6-4d10-b171-23d1ec4f9fb5",
                    "departmentCode": "sample string 2",
                    "warehouseDirectIndicator": "sample string 3",
                    "type": 4,
                    "storeName": "sample string 5",
                    "departmentName": "sample string 6",
                    "orderDays": 7
                  },
                  {
                    "$ref": "13"
                  }
                ],
                "cycles": [
                  {
                    "$id": "14",
                    "storeID": 1,
                    "supplierIdentifier": "3NoSbUaF50CUmNP77EHGXQ==",
                    "supplierGuid": "6d12dadc-8546-40e7-9498-d3fbec41c65d",
                    "departmentCode": "sample string 2",
                    "warehouseDirectIndicator": "sample string 3",
                    "type": 4,
                    "cutOffWeek": 5,
                    "cutOffDay": 6,
                    "cutOffTime": "00:00:00.1234567",
                    "leadTime": 7,
                    "daysBuffer": 8,
                    "supplierName": "sample string 9",
                    "cutOffDate": "2025-10-05T00:03:57.7360945",
                    "deliveryDate": "2025-10-05T00:03:57.7360945",
                    "nextCutOffDate": "2025-10-05T00:03:57.7360945",
                    "nextDeliveryDate": "2025-10-05T00:03:57.7360945",
                    "nextDaysBuffer": 10
                  },
                  {
                    "$ref": "14"
                  }
                ],
                "store": {
                  "$ref": "3"
                },
                "updated": "2025-10-05T00:03:57.7360945",
                "isHost": true
              },
              "files": [
                {
                  "$id": "15",
                  "id": "sample string 1",
                  "fileName": "sample string 2",
                  "extension": "sample string 3",
                  "provider": 0,
                  "type": 0,
                  "hostType": "sample string 4",
                  "createdUtc": "2025-10-05T00:03:57.7360945",
                  "processed": "2025-10-05T00:03:57.7360945",
                  "isProcessing": true,
                  "processedCount": 6,
                  "processingTime": 1,
                  "collectedUtc": "2025-10-05T00:03:57.7360945",
                  "size": 1,
                  "sizeFormat": "sample string 7",
                  "isArchive": true,
                  "version": "sample string 9",
                  "reference": "sample string 10",
                  "digest": "sample string 11",
                  "contentType": "sample string 12",
                  "host": {
                    "$ref": "6"
                  },
                  "metcashHeader": {
                    "$id": "16",
                    "customerNumber": "sample string 1",
                    "creationDate": "2025-10-05T00:03:57.7360945",
                    "businessPillar": "sample string 3",
                    "fileType": "sample string 4"
                  }
                },
                {
                  "$ref": "15"
                }
              ],
              "zoneMatrix": [
                {
                  "$id": "17",
                  "id": 1,
                  "hostIdentifier": "I6RNovdms0OweIKS2uicXg==",
                  "hostIdentifierGuid": "a24da423-66f7-43b3-b078-8292dae89c5e",
                  "storeID": 1,
                  "departmentCode": "sample string 2",
                  "hostGuids": [
                    "74339ec8-cbe4-495f-88d1-609559ab9f3d",
                    "e5fc81b0-ae69-4704-ae2c-00b29cc0bc3e"
                  ]
                },
                {
                  "$ref": "17"
                }
              ],
              "hostFileStoreSetting": {
                "$ref": "5"
              },
              "hostStoreSettings": [
                {
                  "$ref": "5"
                },
                {
                  "$ref": "5"
                }
              ],
              "promotionPlacements": [
                {
                  "$id": "18",
                  "identifier": "FMjS/k/CCEqQLQnz9lTSqA==",
                  "identifierGuid": "fed2c814-c24f-4a08-902d-09f3f654d2a8",
                  "code": "sample string 2",
                  "description": "sample string 3",
                  "isAdvertised": true
                },
                {
                  "$ref": "18"
                }
              ],
              "promoTypeGuids": [
                "831fdbe1-0cad-4adc-928d-cd0144d979e8",
                "923fe5e0-86d9-4ad4-874c-79183e601d5f"
              ],
              "isPromotionOnly": false,
              "isOrderable": false,
              "vendor": 0
            },
            "groupIDs": [
              1,
              2
            ],
            "hostDescription": "sample string 24"
          },
          {
            "$ref": "5"
          }
        ],
        "accounts": [
          {
            "$id": "19",
            "id": 1,
            "storeID": 1,
            "accountName": "sample string 2",
            "bsb": "sample string 3",
            "accountNumber": "sample string 4",
            "accountDesignated": true
          },
          {
            "$ref": "19"
          }
        ],
        "sales": [
          {
            "$id": "20",
            "id": 1,
            "storeID": 1,
            "externalSalesType": 2,
            "ftpSiteID": 1,
            "lastSaleProcessed": "2025-10-05T00:03:57.7360945",
            "ftpSite": {
              "$id": "21",
              "id": 1,
              "description": "sample string 2",
              "address": "sample string 3",
              "username": "sample string 4",
              "password": "sample string 5",
              "path": "sample string 7",
              "protocol": 8
            }
          },
          {
            "$ref": "20"
          }
        ],
        "zoneMatrix": [
          {
            "$ref": "17"
          },
          {
            "$ref": "17"
          }
        ],
        "cashManagements": [
          {
            "$id": "22",
            "id": 1,
            "storeID": 1,
            "cashManagementType": 2,
            "apiID": 1,
            "organisationID": "sample string 3",
            "siteName": "sample string 4",
            "thirdPartyAPI": {
              "$id": "23",
              "id": 1,
              "description": "sample string 2",
              "address": "sample string 3",
              "username": "sample string 4",
              "password": "sample string 5",
              "passwordPlain": "sample string 6",
              "token": "sample string 7",
              "apiType": 8,
              "apiSubType": 9
            }
          },
          {
            "$ref": "22"
          }
        ],
        "updateStoreID": "d465d454-4aee-4e30-ad70-7ee438156e26",
        "updateStore": {
          "$id": "24",
          "id": "f9982072-83b9-4cc1-93af-b65ef19a5965",
          "name": "sample string 1",
          "lastActivity": "2025-10-05T00:03:57.7360945",
          "zone": "sample string 2",
          "timeZoneOffset": 0.0,
          "businessHoursStart": "00:00:00.1234567",
          "businessHoursEnd": "00:00:00.1234567",
          "master": true,
          "lastIP": "sample string 10",
          "lastHostName": "sample string 11",
          "ping": 1,
          "pingStatus": "sample string 12",
          "lastUpdateCompleted": "2025-10-05T00:03:57.7360945"
        },
        "timeZoneId": "sample string 53",
        "securityOptions": {
          "$id": "25",
          "loginMode": 1,
          "allowSelfVerification": true,
          "verifierEmail": "sample string 3",
          "source": "sample string 4",
          "loginModeInherited": 5,
          "loginModeSource": "sample string 6",
          "selfVerifyInherited": true,
          "selfVerifySource": "sample string 8",
          "verifyEmailInherited": "sample string 9",
          "verifyEmailSource": "sample string 10"
        }
      },
      "storePrices": [
        {
          "$id": "26",
          "pluG_UID": "1kE6+Rdm/EmjfMaCT1AIJg==",
          "pluGuid": "f93a41d6-6617-49fc-a37c-c6824f500826",
          "plu": 1,
          "storeID": 1,
          "zoneID": 2,
          "zoneName": "sample string 3",
          "store": "sample string 4",
          "priceNow": 5,
          "costNow": 6,
          "costNowDecimals": 7,
          "normalPrice": 8,
          "priceNext": 1,
          "costNext": 1,
          "costNextDecimals": 9,
          "nextCampaignName": "sample string 10",
          "gstPercent": 11,
          "normalCost": 12,
          "normalCostDecimals": 13,
          "costGstPercent": 14,
          "costCalcMethod": 1,
          "currentCost": 15,
          "currentCostDecimals": 16,
          "break1": 17,
          "price1": 18,
          "break2": 19,
          "price2": 20,
          "break3": 21,
          "price3": 22,
          "fuelItem": 23,
          "fixedWeight": 24,
          "active": true,
          "complianceIndicator": "sample string 25",
          "doNotOrder": true,
          "doNotRange": true,
          "isNormalPriceChangesCampaign": true,
          "updated": "2025-10-05T00:03:57.7360945"
        },
        {
          "$ref": "26"
        }
      ],
      "currentPrices": {
        "$id": "27",
        "pluPrices": {
          "$id": "28",
          "plu": 1,
          "pluG_UID": "QEA=",
          "stores": [
            1,
            2
          ],
          "normalPrice": 1,
          "cost": 2,
          "break1": 3,
          "price1": 4,
          "break2": 5,
          "price2": 6,
          "break3": 7,
          "price3": 8,
          "discountPrice": 9,
          "acceptedUtc": "2025-10-05T00:03:57.7360945",
          "priceChangeType": 0,
          "costDecimals": 10
        },
        "normalPluPrices": {
          "$ref": "28"
        },
        "winningCampaign": 1,
        "winner": {
          "$id": "29",
          "campaignName": "sample string 1",
          "campaignDescription": "sample string 2",
          "startDate": "2025-10-05T00:03:57.7360945",
          "startTime": 3,
          "endDate": "2025-10-05T00:03:57.7360945",
          "endTime": 4,
          "newPrice": 5,
          "newCost": 6,
          "newCostDecimals": 7,
          "pctDiscount": 8,
          "promoType": 1,
          "promotionTypeCode": "sample string 9",
          "hostType": 10,
          "hostIdentifier": "HYot+wAOc0GxvYVSrtILlg==",
          "hostIdentifierGuid": "fb2d8a1d-0e00-4173-b1bd-8552aed20b96",
          "storeNames": [
            "sample string 1",
            "sample string 2"
          ]
        },
        "details": [
          {
            "$ref": "29"
          },
          {
            "$ref": "29"
          }
        ]
      },
      "tray": {
        "$id": "30",
        "g_UId": "eE0cFV8GM0ic5I+qpBBPrA==",
        "guid": "151c4d78-065f-4833-9ce4-8faaa4104fac",
        "name": "sample string 1",
        "number": 1,
        "tare": 1
      },
      "priceGroup": {
        "$id": "31",
        "priceGroupG_UID": "4rM2P7QiRUSsrMTZAS3RyQ==",
        "priceGroupGuid": "3f36b3e2-22b4-4445-acac-c4d9012dd1c9",
        "name": "sample string 2",
        "code": 1,
        "modified": true,
        "updated": "2025-10-05T00:03:57.7360945",
        "buyingLimit": 1,
        "buyingLimitIndependent": true,
        "buyingLimitType": 0,
        "number": 1,
        "products": [
          {
            "$ref": "2"
          },
          {
            "$ref": "2"
          }
        ],
        "productCount": 1
      },
      "priceGroupName": "sample string 146",
      "nutrifacts": {
        "$id": "32",
        "pluG_UID": "2dXFBECKnUey9uEPAiQfNg==",
        "pluGuid": "04c5d5d9-8a40-479d-b2f6-e10f02241f36",
        "plu": 1,
        "servingsPerPack": 1,
        "servingSize": 1,
        "showAllergens": 1,
        "energy": 1,
        "protein": 1,
        "fat": 1,
        "saturated": 1,
        "carbo": 1,
        "sugars": 1,
        "sodium": 1,
        "potasium": 1,
        "calcium": 1,
        "fibre": 1,
        "soya": 1,
        "nutsSeeds": 1,
        "shells": 1,
        "eggs": 1,
        "dairy": 1,
        "gluten": 1,
        "sulphites": 1,
        "peanuts": 1,
        "sesame": 1,
        "fish": 1,
        "lupins": 1
      },
      "dates": {
        "$id": "33",
        "pluGuid": "139a185c-eb38-4269-87f5-455a7bd001d9",
        "created": "2025-10-05T00:03:57.7360945",
        "createdByUser": "sample string 1",
        "activated": "2025-10-05T00:03:57.7360945",
        "deactivated": "2025-10-05T00:03:57.7360945",
        "lastOrdered": "2025-10-05T00:03:57.7360945",
        "lastOrderedQty": 2.0,
        "lastReceived": "2025-10-05T00:03:57.7360945",
        "lastReceivedQty": 3.0,
        "lastInvoiceStatus": 1,
        "lastCounted": "2025-10-05T00:03:57.7360945",
        "lastSold": "2025-10-05T00:03:57.7360945",
        "firstSold": "2025-10-05T00:03:57.7360945",
        "awsUpdated": "2025-10-05T00:03:57.7360945",
        "lastManualUpdate": "2025-10-05T00:03:57.7360945",
        "lastManualUpdatedByUser": "sample string 5",
        "lastUpdated": "2025-10-05T00:03:57.7360945",
        "lastUpdatedByUser": "sample string 7",
        "lastUpdatedByHost": "2025-10-05T00:03:57.7360945",
        "doNotRangeUpdated": "2025-10-05T00:03:57.7360945",
        "doNotOrderUpdated": "2025-10-05T00:03:57.7360945",
        "tracked": "2025-10-05T00:03:57.7360945"
      },
      "allergens": [
        {
          "$id": "34",
          "allergenID": 1,
          "pluG_UID": "TSTY1Y0SWkq4teUcWfvxbA==",
          "pluGuid": "d5d8244d-128d-4a5a-b8b5-e51c59fbf16c",
          "contains": 2,
          "allergenName": "sample string 3",
          "storeIDs": [
            1,
            2
          ]
        },
        {
          "$ref": "34"
        }
      ],
      "costs": {
        "$id": "35",
        "pluG_UID": "XMvE7vwnEUKqDYyay3LAMQ==",
        "pluGuid": "eec4cb5c-27fc-4211-aa0d-8c9acb72c031",
        "enteredCost": 1,
        "weightedAvgCost": 1,
        "lastCost": 1,
        "rawEnteredCost": 2,
        "rawWeightedAvgCost": 3,
        "rawLastCost": 4,
        "freight": 5.0,
        "freightType": 6,
        "costDecimals": 7,
        "fifoCost": 1,
        "updated": "2025-10-05T00:03:57.7360945",
        "normalCost": 1,
        "currentCost": 1
      },
      "sales": [
        {
          "$id": "36",
          "saleHeaderID": 1,
          "created": "2025-10-05T00:03:57.7360945",
          "createdLocal": "2025-10-05T00:03:57.7360945",
          "storeID": 3,
          "storeName": "sample string 4",
          "operatorG_Uid": "L66pEvLthUmlOKUyeHLtzQ==",
          "operatorGuid": "12a9ae2f-edf2-4985-a538-a5327872edcd",
          "operatorName": "sample string 5",
          "tranType": 1,
          "plu": 1,
          "pluG_UId": "+ubwzeaXr0mk6IviZUYToA==",
          "pluGuid": "cdf0e6fa-97e6-49af-a4e8-8be2654613a0",
          "normalPrice": 1,
          "totalCents": 1,
          "cost": 1,
          "grossProfit": 1,
          "quantity": 1,
          "operator": {
            "$id": "37",
            "id": 1,
            "g_Uid": "bl6eidGB6EO8XOwHS6Dw4Q==",
            "guid": "899e5e6e-81d1-43e8-bc5c-ec074ba0f0e1",
            "operatorNumber": 1,
            "shortName": "sample string 2",
            "firstName": "sample string 3",
            "lastName": "sample string 4",
            "password": "sample string 5",
            "hasPassword": true,
            "passwordText": "sample string 6",
            "rfidTagID": "sample string 7",
            "blueprintID": 1,
            "groupID": 1,
            "groupName": "sample string 8",
            "managerGroupID": 1,
            "managerGroupName": "sample string 9",
            "zoneID": 1,
            "zoneName": "sample string 10",
            "loggedIn": 1,
            "lastUsedIP": "sample string 11",
            "deleted": true,
            "locked": true,
            "allowOpenTill": true,
            "webEmail": "sample string 14",
            "simpleOperatorType": 0,
            "webRole": "sample string 15",
            "updated": "2025-10-05T00:03:57.7360945",
            "passwordResetRequired": true,
            "alteredInStore": true,
            "startShift": "2025-10-05T00:03:57.7360945",
            "endShift": "2025-10-05T00:03:57.7360945",
            "machineName": "sample string 20",
            "drawerID": 1,
            "stores": [
              {
                "$id": "38",
                "operatorG_UID": "OfHbQQX2J02nCVp9pBFfwQ==",
                "operatorGuid": "41dbf139-f605-4d27-a709-5a7da4115fc1",
                "storeID": 2,
                "operator": {
                  "$ref": "37"
                },
                "store": {
                  "$ref": "3"
                }
              },
              {
                "$ref": "38"
              }
            ]
          }
        },
        {
          "$ref": "36"
        }
      ],
      "apns": [
        {
          "$id": "39",
          "pluID": 1,
          "pluG_UID": "fyZxbzCYsk2/MSoREwnIvw==",
          "pluGuid": "6f71267f-9830-4db2-bf31-2a111309c8bf",
          "apn": "sample string 1",
          "deleted": true,
          "storeID": 1,
          "storeIDs": [
            1,
            2
          ]
        },
        {
          "$ref": "39"
        }
      ],
      "tuns": [
        {
          "$id": "40",
          "pluG_UId": "CrmTDKD8vEWMit78SU1cuQ==",
          "pluGuid": "0c93b90a-fca0-45bc-8c8a-defc494d5cb9",
          "apn": "sample string 1",
          "tun": "sample string 2",
          "cartonQuantity": 3,
          "product": {
            "$ref": "2"
          },
          "storeIDs": [
            1,
            2
          ]
        },
        {
          "$ref": "40"
        }
      ],
      "competitionPricing": [
        {
          "$id": "41",
          "identifier": "/2ezpS89VUWVPY8dklQecg==",
          "identifierGuid": "a5b367ff-3d2f-4555-953d-8f1d92541e72",
          "pluG_UID": "GhxvkJyIl0mDtVN9/f/pPA==",
          "pluGuid": "906f1c1a-889c-4997-83b5-537dfdffe93c",
          "competitionID": 1,
          "name": "sample string 2",
          "sellMultiple": 3,
          "retailPrice": 4,
          "storeName": "sample string 5"
        },
        {
          "$ref": "41"
        }
      ],
      "supplier": {
        "$ref": "7"
      },
      "supplierName": "sample string 147",
      "children": [
        {
          "$ref": "2"
        },
        {
          "$ref": "2"
        }
      ],
      "ordering": {
        "$ref": "10"
      },
      "flipChartPages": [
        {
          "$id": "42",
          "identifier": "Ml3y5p2AnkW0+fO7ZesiBw==",
          "groupName": "sample string 1",
          "identifierGuid": "e6f25d32-809d-459e-b4f9-f3bb65eb2207",
          "exists": true,
          "flipChartIdentifier": "WcPyVMrHzEeJqw/MI6FF3A==",
          "flipChartIdentifierGuid": "54f2c359-c7ca-47cc-89ab-0fcc23a145dc",
          "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": "MG3hfjNb8EOp2gxjwaLYHQ==",
          "groupIdentifierGuid": "7ee16d30-5b33-43f0-a9da-0c63c1a2d81d",
          "flipChart": {
            "$id": "43",
            "identifier": "Sp5uDi5Z2EKbNmdbXQKLTA==",
            "identifierGuid": "0e6e9e4a-592e-42d8-9b36-675b5d028b4c",
            "displayName": "sample string 2",
            "sortOrder": 3,
            "productsPerRow": 4,
            "rowsPerPage": 5,
            "buttonMarginX": 6,
            "buttonMarginY": 7,
            "beginButtonsX": 8,
            "beginButtonsY": 9,
            "autoSizeButtons": true,
            "autoSizeGrid": true,
            "showButtonText": true,
            "showButtonImage": true,
            "formLocationX": 1,
            "formLocationY": 1,
            "formWidth": 14,
            "formHeight": 15,
            "formMaximised": true,
            "formResizable": true,
            "formBackgroundImage": "sample string 16",
            "formBackgroundColourA": 1,
            "formBackgroundColourR": 1,
            "formBackgroundColourG": 1,
            "formBackgroundColourB": 1,
            "formFontFamily": "sample string 17",
            "formFontSize": 1.1,
            "formFontStyle": 1,
            "formAttributes": "sample string 18",
            "buttonWidth": 19,
            "buttonHeight": 20,
            "buttonAnchor": 21,
            "buttonBackgroundImage": "sample string 22",
            "buttonTopColour": 1,
            "buttonTextColour": 1,
            "buttonBottomColour": 1,
            "buttonBorderColour": 1,
            "buttonBorderWidth": 1,
            "buttonRadius": 1,
            "buttonGradientMode": 1,
            "buttonDropShadow": true,
            "buttonShadowWidth": 1,
            "buttonHighLightOnPush": true,
            "buttonFontFamily": "sample string 23",
            "buttonFontSize": 1.1,
            "buttonFontStyle": 1,
            "buttonTextAlign": 1,
            "buttonWordBreak": true,
            "buttonDrawImageAndButton": true,
            "buttonVerticalText": true,
            "buttonImageAlign": 1,
            "panelLocationX": 1,
            "panelLocationY": 1,
            "panelWidth": 1,
            "panelHeight": 1,
            "panelAnchor": 1,
            "panelFontFamily": "sample string 24",
            "panelFontSize": 1.1,
            "panelFontStyle": 1,
            "panelBackgroundColour": 1,
            "panelTextColour": 1,
            "panelAttributes": "sample string 25",
            "unsentCount": 26,
            "group": {
              "$id": "44",
              "identifier": "TFtHu2SE30OGirHIMAWZXg==",
              "identifierGuid": "bb475b4c-8464-43df-868a-b1c83005995e",
              "name": "sample string 2",
              "formType": "sample string 3",
              "forms": [
                {
                  "$id": "45",
                  "id": 1,
                  "g_UID": "iWG+09UIikelU+Z0UPKQ4Q==",
                  "guid": "d3be6189-08d5-478a-a553-e67450f290e1",
                  "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": "ZObT84tOzUqcTFVfnZyabg==",
                  "previousFormGuid": "f3d3e664-4e8b-4acd-9c4c-555f9d9c9a6e",
                  "nextForm": 1,
                  "nextFormG_UID": "DqcjI2yXB0q+rWuOU3UQLw==",
                  "nextFormGuid": "2323a70e-976c-4a07-bead-6b8e5375102f",
                  "attributes": "sample string 10",
                  "updated": "2025-10-05T00:03:57.7360945",
                  "positioning": 1,
                  "contentPanel": "sample string 11",
                  "selectionMode": 1,
                  "maximumSelections": 1,
                  "alteredInStore": true,
                  "deleted": true,
                  "blueprintID": 1,
                  "preserveLayout": true,
                  "mainCheckoutFormName": "sample string 13",
                  "nextCheckoutForm": {
                    "$ref": "45"
                  },
                  "previousCheckoutForm": {
                    "$ref": "45"
                  },
                  "buttons": [
                    {
                      "$id": "46",
                      "id": 1,
                      "checkoutFormID": 2,
                      "checkoutFormG_UID": "hGuJ4c/xgEOfV1JEHd6UIA==",
                      "checkoutFormGuid": "e1896b84-f1cf-4380-9f57-52441dde9420",
                      "identifier": "kOtXmYGR0UeeoINXNqTgMA==",
                      "identifierGuid": "9957eb90-9181-47d1-9ea0-835736a4e030",
                      "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": "FUY167PgAEWf94CsheG5/w==",
                      "valueGuid": "eb354615-e0b3-4500-9ff7-80ac85e1b9ff",
                      "buttonText": "sample string 10",
                      "valueText": "sample string 11",
                      "drawImageAndButton": true,
                      "updated": "2025-10-05T00:03:57.7360945",
                      "action": "sample string 12",
                      "valueForm": {
                        "$ref": "45"
                      },
                      "image": {
                        "$id": "47",
                        "name": "sample string 3.sample string 4",
                        "imageID": 2,
                        "imageName": "sample string 3",
                        "imageExtension": "sample string 4",
                        "lastUpdate": "2025-10-05T00:03:57.7360945",
                        "imageData": "QEA=",
                        "readOnly": true
                      }
                    },
                    {
                      "$ref": "46"
                    }
                  ],
                  "panels": [
                    {
                      "$id": "48",
                      "id": 1,
                      "checkoutFormID": 2,
                      "checkoutFormG_UID": "Q6SiUyr3/ECe4j1GXbgmdw==",
                      "checkoutFormGuid": "53a2a443-f72a-40fc-9ee2-3d465db82677",
                      "panelType": "sample string 4",
                      "name": "sample string 5",
                      "locationX": 6,
                      "locationY": 7,
                      "width": 8,
                      "height": 9,
                      "anchor": 10,
                      "fontFamily": "sample string 11",
                      "fontSize": 12.1,
                      "fontStyle": 13,
                      "backgroundColour": 14,
                      "textColour": 15,
                      "attributes": "sample string 16"
                    },
                    {
                      "$ref": "48"
                    }
                  ]
                },
                {
                  "$ref": "45"
                }
              ],
              "panels": [
                {
                  "$ref": "48"
                },
                {
                  "$ref": "48"
                }
              ]
            },
            "pages": [
              {
                "$ref": "42"
              },
              {
                "$ref": "42"
              }
            ]
          },
          "contentPanel": {
            "$ref": "48"
          },
          "products": [
            {
              "$ref": "1"
            },
            {
              "$ref": "1"
            }
          ],
          "productCount": 27,
          "pages": [
            {
              "$ref": "42"
            },
            {
              "$ref": "42"
            }
          ]
        },
        {
          "$ref": "42"
        }
      ],
      "priceHistory": [
        {
          "$id": "49",
          "pluG_UID": "1w+LDH6BFEi+ix9olQUQzA==",
          "pluGuid": "0c8b0fd7-817e-4814-be8b-1f68950510cc",
          "price": 1,
          "costCalcMethod": 1,
          "cost": 2,
          "weightedAvgCost": 3,
          "lastCost": 4,
          "rawCost": 5,
          "rawWeightedAvgCost": 6,
          "rawLastCost": 7,
          "costDecimals": 8,
          "serviceFeeID": 9,
          "freight": 10.0,
          "freightType": 11,
          "process": "sample string 12",
          "user": "sample string 13",
          "updated": "2025-10-05T00:03:57.7360945",
          "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": "49"
        }
      ],
      "ingredients": [
        {
          "$id": "50",
          "pluG_UID": "CMAZ/hW+uUmrSDEl7FkXCw==",
          "ingredientGuid": "F8TwdRZHzE20rgx2fIhODw==",
          "ingredientIdentifier": "75f0c417-4716-4dcc-b4ae-0c767c884e0f",
          "quantity": 1.0,
          "storeIDs": [
            1,
            2
          ],
          "ingredientText": "sample string 1",
          "ingredient": {
            "$ref": "2"
          }
        },
        {
          "$ref": "50"
        }
      ],
      "bins": [
        {
          "$id": "51",
          "pluG_UID": "ZArGayeNVEqG+ISzIUPVfQ==",
          "pluGuid": "6bc60a64-8d27-4a54-86f8-84b32143d57d",
          "shelfLocationIdentifier": "YTB0BKVco02LkoYbWpZShg==",
          "shelfLocationGuid": "04743061-5ca5-4da3-8b92-861b5a965286",
          "labelShelfDefault": 1,
          "labelTalkerDefault": 1,
          "labelSmall": true,
          "labelPageLayoutG_UID": "P9dtftIod0+Od6gCXb71Ww==",
          "labelPageLayoutGuid": "7e6dd73f-28d2-4f77-8e77-a8025dbef55b",
          "updated": "2025-10-05T00:03:57.7360945",
          "electronicShelfLabelIdentifier": "sample string 5",
          "electronicshelfLabelsConfigurationID": 6,
          "labelShelfChanged": true,
          "productName": "sample string 8",
          "locationText": "sample string 9",
          "product": {
            "$ref": "2"
          },
          "location": {
            "$id": "52",
            "identifier": "89iOKgichE2S+NjVEJGC1w==",
            "storeID": 1,
            "identifierGuid": "2a8ed8f3-9c08-4d84-92f8-d8d5109182d7",
            "name": "sample string 2",
            "haccp": true,
            "blueprintID": 1,
            "updated": "2025-10-05T00:03:57.7360945",
            "minTemp": 1,
            "maxTemp": 1,
            "checkFrequency": 1,
            "storeCaseConfiguration": 5,
            "storeName": "sample string 6",
            "bins": [
              {
                "$ref": "51"
              },
              {
                "$ref": "51"
              }
            ]
          }
        },
        {
          "$ref": "51"
        }
      ],
      "bin": {
        "$ref": "51"
      },
      "scaleLocations": [
        {
          "$id": "53",
          "plu": 1,
          "pluG_UID": "UKLEskc8lkyT0J0O7rPqEA==",
          "pluGuid": "b2c4a250-3c47-4c96-93d0-9d0eeeb3ea10",
          "deptNo": 1,
          "product": {
            "$ref": "2"
          },
          "scaleLocation": {
            "$id": "54",
            "id": 1,
            "deptNo": 1,
            "deptCode": "sample string 2",
            "name": "sample string 3",
            "enabled": true,
            "updated": "2025-10-05T00:03:57.7360945",
            "department": {
              "$id": "55",
              "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": "54"
              },
              "subDepartments": [
                {
                  "$id": "56",
                  "id": 1,
                  "departmentID": 2,
                  "name": "sample string 3",
                  "code": "sample string 4",
                  "departmentCode": "sample string 5",
                  "externalSales": true,
                  "minorDepartments": [
                    {
                      "$id": "57",
                      "id": 1,
                      "subDepartmentID": 2,
                      "departmentID": 3,
                      "name": "sample string 4",
                      "subDepartmentCode": "sample string 5",
                      "departmentCode": "sample string 6",
                      "code": "sample string 7",
                      "lesserDepartments": [
                        {
                          "$id": "58",
                          "id": 1,
                          "departmentID": 2,
                          "subDepartmentID": 3,
                          "minorDepartmentID": 4,
                          "name": "sample string 5",
                          "code": "sample string 6",
                          "departmentCode": "sample string 7",
                          "subDepartmentCode": "sample string 8",
                          "minorDepartmentCode": "sample string 9",
                          "updated": "2025-10-05T00:03:57.7360945",
                          "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": "d+iftNUHb0GO9ziOhPtcZA==",
                          "labelPageLayoutGuid": "b49fe877-07d5-416f-8ef7-388e84fb5c64",
                          "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": "59",
                            "dept": 1,
                            "category": 2,
                            "name": "sample string 3",
                            "active": true,
                            "mscCommodities": [
                              {
                                "$id": "60",
                                "dept": 1,
                                "category": 2,
                                "commodity": 3,
                                "name": "sample string 4",
                                "active": true,
                                "mscSubCommodities": [
                                  {
                                    "$id": "61",
                                    "dept": 1,
                                    "category": 2,
                                    "commodity": 3,
                                    "subCommodity": 4,
                                    "name": "sample string 5",
                                    "active": true,
                                    "subCommodityCode": "sample string 7"
                                  },
                                  {
                                    "$ref": "61"
                                  }
                                ],
                                "commodityCode": "sample string 6"
                              },
                              {
                                "$ref": "60"
                              }
                            ],
                            "categoryCode": "sample string 5"
                          },
                          "mscCom": {
                            "$ref": "60"
                          },
                          "mscDep": {
                            "$id": "62",
                            "dept": 1,
                            "name": "sample string 2",
                            "active": true,
                            "mscCategories": [
                              {
                                "$ref": "59"
                              },
                              {
                                "$ref": "59"
                              }
                            ],
                            "deptCode": "sample string 4"
                          },
                          "mscSubCom": {
                            "$ref": "61"
                          }
                        },
                        {
                          "$ref": "58"
                        }
                      ],
                      "updated": "2025-10-05T00:03:57.7360945",
                      "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": "R6Qs3bDDNE6OH7zudrpDLg==",
                      "labelPageLayoutGuid": "dd2ca447-c3b0-4e34-8e1f-bcee76ba432e",
                      "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": "59"
                      },
                      "mscCom": {
                        "$ref": "60"
                      },
                      "mscDep": {
                        "$ref": "62"
                      },
                      "mscSubCom": {
                        "$ref": "61"
                      }
                    },
                    {
                      "$ref": "57"
                    }
                  ],
                  "investmentBuyOverride": true,
                  "updated": "2025-10-05T00:03:57.7360945",
                  "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": "WBFOx5+diUqKXmR25BJEhg==",
                  "labelPageLayoutGuid": "c74e1158-9d9f-4a89-8a5e-6476e4124486",
                  "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": "59"
                  },
                  "mscCom": {
                    "$ref": "60"
                  },
                  "mscDep": {
                    "$ref": "62"
                  },
                  "mscSubCom": {
                    "$ref": "61"
                  }
                },
                {
                  "$ref": "56"
                }
              ],
              "stores": [
                1,
                2
              ],
              "investmentBuyOverride": true,
              "updated": "2025-10-05T00:03:57.7360945",
              "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": "k8iKuf6I1EiKA02JuUJABw==",
              "labelPageLayoutGuid": "b98ac893-88fe-48d4-8a03-4d89b9424007",
              "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": "59"
              },
              "mscCom": {
                "$ref": "60"
              },
              "mscDep": {
                "$ref": "62"
              },
              "mscSubCom": {
                "$ref": "61"
              }
            }
          }
        },
        {
          "$ref": "53"
        }
      ],
      "nextPrice": {
        "$id": "63",
        "id": 1,
        "campaignID": 2,
        "campaignName": "sample string 3",
        "plu": 1,
        "hostOfferID": 1,
        "metcashPromotionID": "sample string 4",
        "metcashPromotionPlacement": "sample string 5",
        "pluG_UID": "XJVpfs89+0+ltMRrIReJlw==",
        "pluGuid": "7e69955c-3dcf-4ffb-a5b4-c46b21178997",
        "newPrice": 1,
        "pctDiscount": 1,
        "newCost": 1,
        "newCostDecimals": 6,
        "dealCostIdentifier": "hz3z0XjCxEKVfFNsY/5wdA==",
        "dealCostGuid": "d1f33d87-c278-42c4-957c-536c63fe7074",
        "pluName": "sample string 7",
        "apn": "sample string 8",
        "fuelItem": true,
        "priceGroupG_UID": "GujwExxjbUSuQ8+7SiCjww==",
        "priceGroupGuid": "13f0e81a-631c-446d-ae43-cfbb4a20a3c3",
        "itemNumber": "sample string 10",
        "cri": "sample string 11",
        "pluPrice": 12,
        "pluCost": 13,
        "pluCostIndicator": "sample string 14",
        "pluPriceGstPercent": 15,
        "pluCostGstPercent": 16,
        "pluActive": true,
        "cartonQty": 1.1,
        "baseUnits": 18.1,
        "salesMode": 1,
        "pluNormalCost": 19,
        "pluaws": 20.0,
        "directNumber": "sample string 21",
        "departmentName": "sample string 22",
        "subDepartmentName": "sample string 23",
        "priceGroupName": "sample string 24",
        "supplierName": "sample string 25",
        "stockOnHand": 1.1,
        "stockOnOrder": 1.1,
        "lastReceived": "2025-10-05T00:03:57.7360945",
        "rrp": 26,
        "campaignDescription": "sample string 27",
        "campaignComboPriceGroupG_UID": "kUA28BsByEOxayqAi26xIQ==",
        "campaignComboPriceGroupIdentifier": "f0364091-011b-43c8-b16b-2a808b6eb121",
        "promotionPlacementDescription": "sample string 28",
        "storeAcceptances": [
          {
            "$id": "64",
            "plu": 1,
            "pluG_UId": "QEA=",
            "campaignID": 1,
            "campaignName": "sample string 2",
            "storeID": 3,
            "acceptedUtc": "2025-10-05T00:03:57.7360945",
            "operatorG_UID": "xd4qHmK+5kGiSUqP6vIHuA==",
            "operatorGuid": "1e2adec5-be62-41e6-a249-4a8feaf207b8",
            "machineID": 1,
            "processed": true,
            "appliedUtc": "2025-10-05T00:03:57.7360945",
            "signIqTicketFileMovedUtc": "2025-10-05T00:03:57.7360945",
            "user": "sample string 6",
            "campaignDescription": "sample string 7",
            "productDesc": "sample string 8",
            "storeName": "sample string 9",
            "effectiveUtc": "2025-10-05T00:03:57.7360945",
            "priceChangeType": 0,
            "operatorName": "sample string 10",
            "hostCampaign": true,
            "product": {
              "$ref": "2"
            },
            "campaignPlu": {
              "$ref": "63"
            }
          },
          {
            "$ref": "64"
          }
        ],
        "campaign": {
          "$id": "65",
          "id": 1,
          "storeID": 2,
          "name": "b8625471-c8da-4442-a906-6aae52160fe3",
          "nameGuid": "b8625471-c8da-4442-a906-6aae52160fe3",
          "description": "sample string 4",
          "showDiscounts": true,
          "showTotals": true,
          "onlyEvaluateOnSubtotal": true,
          "useDescription": true,
          "campaignType": 1,
          "startDate": "2025-10-05T00:03:57.7360945",
          "startTime": 1,
          "endDate": "2025-10-05T00:03:57.7360945",
          "endTime": 1,
          "recurrence": 1,
          "recurrenceType": 1,
          "monthType": 1,
          "weekDays": 1,
          "months": 1,
          "monthWeeks": 1,
          "monthDays": "sample string 7",
          "printed": true,
          "talkerText": "sample string 8",
          "rangeDescription": "sample string 9",
          "dealDescription": "sample string 10",
          "labelQuantity": 11,
          "active": 1,
          "deactivated": "2025-10-05T00:03:57.7360945",
          "system": true,
          "created": "2025-10-05T00:03:57.7360945",
          "updated": "2025-10-05T00:03:57.7360945",
          "priceChangeNotifiedUtc": "2025-10-05T00:03:57.7360945",
          "promoType": 1,
          "promotionTypeCode": "sample string 13",
          "hostIdentifier": "8qlRUe6ANEeLcBt77wQogw==",
          "hostIdentifierGuid": "5151a9f2-80ee-4734-8b70-1b7bef042883",
          "hostType": 14,
          "createdByUser": "sample string 15",
          "fromHost": true,
          "deleted": true,
          "campaignDeleted": "2025-10-05T00:03:57.7360945",
          "updatedByUser": "sample string 18",
          "offerID": 1,
          "isPriceChangeCampaign": true,
          "stores": [
            1,
            2
          ],
          "storeNames": [
            "sample string 1",
            "sample string 2"
          ],
          "campaignPlus": [
            {
              "$ref": "63"
            },
            {
              "$ref": "63"
            }
          ],
          "campaignPools": [
            {
              "$id": "66",
              "id": 1,
              "campaignID": 2,
              "campaignName": "sample string 3",
              "plu": 4,
              "pluG_UID": "XYz+cFyH0EuyRBEkPPT9lQ==",
              "pluGuid": "70fe8c5d-875c-4bd0-b244-11243cf4fd95",
              "hostOfferID": 1,
              "priceGroupG_UID": "+50eXfmv4kuB6SwIeVxWNg==",
              "priceGroupGuid": "5d1e9dfb-aff9-4be2-81e9-2c08795c5636",
              "fuelItem": true,
              "pluName": "sample string 6",
              "apn": "sample string 7",
              "pluActive": true,
              "cartonQty": 1,
              "baseUnits": 9.1,
              "cri": "sample string 10",
              "salesMode": 1,
              "pluaws": 11.0,
              "directNumber": "sample string 12",
              "departmentName": "sample string 13",
              "subDepartmentName": "sample string 14",
              "priceGroupName": "sample string 15",
              "supplierName": "sample string 16",
              "stockOnHand": 1.1,
              "stockOnOrder": 1.1,
              "lastReceived": "2025-10-05T00:03:57.7360945",
              "rrp": 17,
              "campaignDescription": "sample string 18",
              "product": {
                "$ref": "2"
              },
              "campaign": {
                "$ref": "65"
              }
            },
            {
              "$ref": "66"
            }
          ],
          "sellingRules": [
            {
              "$id": "67",
              "id": 1,
              "identifier": "O4TAcxTLY0mkqgk8cvMdQg==",
              "identifierStr": "O4TAcxTLY0mkqgk8cvMdQg==",
              "identifierGuid": "73c0843b-cb14-4963-a4aa-093c72f31d42",
              "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": "65"
              }
            },
            {
              "$ref": "67"
            }
          ],
          "customers": [
            {
              "$id": "68",
              "id": 1,
              "campaignID": 2,
              "campaignName": "sample string 3",
              "customerID": "LbeYQVnCmEeWpFIXVUgoUQ==",
              "customerIDGuid": "4198b72d-c259-4798-96a4-521755482851",
              "campaign": {
                "$ref": "65"
              },
              "customer": {
                "$id": "69",
                "identifier": "/qG9ZmW+zU2hWvgCRTBm6A==",
                "identifierGuid": "66bda1fe-be65-4dcd-a15a-f802453066e8",
                "code": "sample string 2",
                "familyName": "sample string 3",
                "givenName": "sample string 4",
                "otherName": "sample string 5",
                "title": "sample string 6",
                "dateOfBirth": "2025-10-05T00:03:57.7360945",
                "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": "/yLw+M71O0m745dB9AWm1w==",
                "communityIdentifierGuid": "f8f022ff-f5ce-493b-bbe3-9741f405a6d7",
                "joined": "2025-10-05T00:03:57.7360945",
                "updated": "2025-10-05T00:03:57.7360945",
                "active": true,
                "reasonInactive": 1,
                "groupCustomer": true,
                "loyaltyPoints": 1,
                "homeStoreID": 1,
                "availableSpend": 1,
                "priceLevelIdentifier": "OM4mSDwwakeHMOe0aJ+HVQ==",
                "priceLevelIdentifierGuid": "4826ce38-303c-476a-8730-e7b4689f8755",
                "marketingID": "sample string 18",
                "hidden": true,
                "registered": true,
                "registeredOn": "2025-10-05T00:03:57.7360945",
                "emailMarketing": true,
                "smsMarketing": true,
                "deleted": true,
                "deletedUser": "sample string 24",
                "homeStoreName": "sample string 25",
                "customerCards": [
                  {
                    "$id": "70",
                    "cardType": 2,
                    "issueDate": "2025-10-05T00:03:57.7360945",
                    "expiry": "2025-10-05T00:03:57.7360945",
                    "customerID": "qwGOO4bnGkWDFswqe9PtEw==",
                    "customerIDGuid": "3b8e01ab-e786-451a-8316-cc2a7bd3ed13",
                    "initialValue": 1,
                    "currentValue": 1,
                    "maxLimit": 1,
                    "minTransaction": 1,
                    "maxTransaction": 1,
                    "multiplier": 1.1,
                    "active": true,
                    "reasonInactive": 1,
                    "idRequired": true,
                    "idType": 1,
                    "idValue": "sample string 5",
                    "updated": "2025-10-05T00:03:57.7360945",
                    "linkedAccount": "gEOwtSbbFkuurUbyyqmcmg==",
                    "linkedAccountGuid": "b5b04380-db26-4b16-aead-46f2caa99c9a",
                    "currentValueChanged": true,
                    "limitsChanged": true,
                    "customer": {
                      "$ref": "69"
                    },
                    "account": {
                      "$id": "71",
                      "id": 1,
                      "identifier": "dVaqBLuTy0uBb3+ahZmKGQ==",
                      "identifierGuid": "04aa5675-93bb-4bcb-816f-7f9a85998a19",
                      "referenceNo": "sample string 3",
                      "name": "sample string 4",
                      "created": "2025-10-05T00:03:57.7360945",
                      "owner": "Km9/25r2GES7TSS+BeB89Q==",
                      "ownerGuid": "db7f6f2a-f69a-4418-bb4d-24be05e07cf5",
                      "accountStoreGroupIdentifier": "fyott8e/gkuBeJVCPqI6Cg==",
                      "accountStoreGroupGuid": "b72d2a7f-bfc7-4b82-8178-95423ea23a0a",
                      "accountType": 1,
                      "currentBalance": 1,
                      "externalID": "sample string 7",
                      "maximumLimit": 1,
                      "accruePoints": true,
                      "loyaltyPoints": 1,
                      "termsOfTrade": 1,
                      "signatureRequired": true,
                      "referenceRequired": true,
                      "statementSendType": 10,
                      "ageingPeriod": 1,
                      "monthlyAgeingPeriod": true,
                      "explodedInvoice": true,
                      "isFifoAllocation": true,
                      "lastStatementSent": "2025-10-05T00:03:57.7360945",
                      "active": true,
                      "updated": "2025-10-05T00:03:57.7360945",
                      "deleted": true,
                      "deletedUser": "sample string 16",
                      "currentBalanceChanged": true,
                      "maximumLimitChanged": true,
                      "loyaltyPointsChanged": true,
                      "projectedBalance": 17,
                      "accountStoreGroupStoreIDs": [
                        1,
                        2
                      ],
                      "customerEmail": "sample string 18",
                      "ownerCustomer": {
                        "$ref": "69"
                      },
                      "card": {
                        "$ref": "70"
                      },
                      "members": {
                        "$id": "72",
                        "sample string 1": [
                          {
                            "$ref": "69"
                          },
                          {
                            "$ref": "69"
                          }
                        ],
                        "sample string 2": [
                          {
                            "$ref": "69"
                          },
                          {
                            "$ref": "69"
                          }
                        ]
                      },
                      "customerGroups": [
                        {
                          "$id": "73",
                          "identifier": "EiCwLuIEl0+knwW/Oi9QUQ==",
                          "identifierGuid": "2eb02012-04e2-4f97-a49f-05bf3a2f5051",
                          "name": "sample string 2",
                          "primaryContact": "6B4sV+jJTEujl3UC2mTKog==",
                          "primaryContactGuid": "572c1ee8-c9e8-4b4c-a397-7502da64caa2",
                          "accountID": "kpahJOjXxkGbDnl90xfe3A==",
                          "accountIDGuid": "24a19692-d7e8-41c6-9b0e-797dd317dedc",
                          "special": true,
                          "updated": "2025-10-05T00:03:57.7360945",
                          "active": true,
                          "reasonInactive": 1,
                          "priceLevelIdentifier": "CiqZfzl6mU6pkyuUFIIy3A==",
                          "priceLevelIdentifierGuid": "7f992a0a-7a39-4e99-a993-2b94148232dc",
                          "deleted": true,
                          "account": {
                            "$ref": "71"
                          },
                          "primaryContactCustomer": {
                            "$ref": "69"
                          },
                          "customerGroupMembers": [
                            {
                              "$id": "74",
                              "id": 1,
                              "groupID": "XTFfhrC4tUSimqDGFOIbQA==",
                              "groupIDGuid": "865f315d-b8b0-44b5-a29a-a0c614e21b40",
                              "customerID": "+vPbcmrNSECsA+wqabxevQ==",
                              "customerIDGuid": "72dbf3fa-cd6a-4048-ac03-ec2a69bc5ebd",
                              "card": "sample string 4",
                              "linkedAccount": "73DQrvETqk6m7QnEwdYCSg==",
                              "linkedAccountGuid": "aed070ef-13f1-4eaa-a6ed-09c4c1d6024a",
                              "customer": {
                                "$ref": "69"
                              },
                              "group": {
                                "$ref": "73"
                              },
                              "customerCard": {
                                "$ref": "70"
                              }
                            },
                            {
                              "$ref": "74"
                            }
                          ]
                        },
                        {
                          "$ref": "73"
                        }
                      ]
                    },
                    "payments": [
                      {
                        "$id": "75",
                        "id": 1,
                        "identifier": "1iRkEdTu9ke+pX/8osaXLw==",
                        "identifierGuid": "116424d6-eed4-47f6-bea5-7ffca2c6972f",
                        "storeID": 2,
                        "operatorName": "sample string 3",
                        "saleHeaderID": 4,
                        "paymentType": 5,
                        "amount": 6,
                        "account": "sample string 7",
                        "accountID": "9BWlYfU3LUuXUJUbkZV6rA==",
                        "accountIDGuid": "61a515f4-37f5-4b2d-9750-951b91957aac",
                        "customerAccount": {
                          "$ref": "71"
                        },
                        "customerCard": {
                          "$ref": "70"
                        },
                        "accountType": 1,
                        "cardName": "sample string 8",
                        "authorisationNumber": "sample string 9",
                        "bankReference": "sample string 10",
                        "merchantID": "sample string 11",
                        "terminalID": "sample string 12",
                        "cardNumber": "sample string 13",
                        "paymentDate": "2025-10-05T00:03:57.7360945",
                        "invRocNo": "sample string 14",
                        "responseCode": "sample string 15",
                        "cashout": 1,
                        "tip": 16,
                        "idempotentVoid": "uHuyxTkdg0CgGp8VWIHTUg==",
                        "idempotentVoidGuid": "c5b27bb8-1d39-4083-a01a-9f155881d352",
                        "offline": true,
                        "processed": 1,
                        "storeSaleHeader": {
                          "$id": "76",
                          "saleHeaderID": 1,
                          "saleHeaderGuid": "Kr4Hg26GtUSnz4ulg0N+fg==",
                          "saleHeaderIdentifierGuid": "8307be2a-866e-44b5-a7cf-8ba583437e7e",
                          "created": "2025-10-05T00:03:57.7360945",
                          "createdLocal": "2025-10-05T00:03:57.7360945",
                          "createdText": "sample string 4",
                          "itemCount": 5,
                          "totalAmount": 6,
                          "cashTender": 1,
                          "cardTender": 1,
                          "cheqTender": 1,
                          "acctTender": 1,
                          "voucherTender": 1,
                          "loyaltyPoints": 1,
                          "cashout": 1,
                          "changeAmount": 1,
                          "rounding": 1,
                          "gstAmount": 1,
                          "transactionDiscountTender": 1,
                          "totalTip": 7,
                          "tranType": 1,
                          "processed": 1,
                          "imported": "2025-10-05T00:03:57.7360945",
                          "storeID": 1,
                          "operatorG_Uid": "hKByyQWX+kSIJ10zHexJ4w==",
                          "operatorGuid": "c972a084-9705-44fa-8827-5d331dec49e3",
                          "customerG_Uid": "B/DEkKU7NkCZVHoys1oFNQ==",
                          "customerGuid": "90c4f007-3ba5-4036-9954-7a32b35a0535",
                          "communityIdentifier": "XYpDSjyvOkOD9MwjMTtkRg==",
                          "communityIdentifierGuid": "4a438a5d-af3c-433a-83f4-cc23313b6446",
                          "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": "icC+ZHYY3E+0NFlJ2Rsgrw==",
                          "priceLevelIdentifierGuid": "64bec089-1876-4fdc-b434-5949d91b20af",
                          "locked": 36,
                          "relationChecksum": "sample string 37",
                          "loyaltyTender": 1,
                          "giftCardTender": 1,
                          "operator": {
                            "$ref": "37"
                          },
                          "customer": {
                            "$ref": "69"
                          },
                          "communityOrganisation": {
                            "$id": "77",
                            "id": 1,
                            "identifier": "jp7hmf4xpUaHgSykdh8TQw==",
                            "identifierGuid": "99e19e8e-31fe-46a5-8781-2ca4761f1343",
                            "name": "sample string 3",
                            "lookupIdentifier": "sample string 4",
                            "externalID": "sample string 5",
                            "phone": "sample string 6",
                            "fax": "sample string 7",
                            "email": "sample string 8",
                            "address1": "sample string 9",
                            "address2": "sample string 10",
                            "city": "sample string 11",
                            "postCode": "sample string 12",
                            "state": "sample string 13",
                            "country": "sample string 14",
                            "totalAmountAwarded": 15.1,
                            "updated": "2025-10-05T00:03:57.7360945",
                            "deleted": true
                          },
                          "details": [
                            {
                              "$id": "78",
                              "saleItemID": 1,
                              "identifier": "iX8ggg+FQUCAUMn/TP9XKQ==",
                              "identifierGuid": "82207f89-850f-4041-8050-c9ff4cff5729",
                              "saleHeaderID": 2,
                              "plu": 1,
                              "pluG_UId": "7BkdJ4BrPkCf54v2xAIaFA==",
                              "pluGuid": "271d19ec-6b80-403e-9fe7-8bf6c4021a14",
                              "accountID": "61krWQ3u/kyColEYLfnhyw==",
                              "accountIDGuid": "592b59eb-ee0d-4cfe-82a2-51182df9e1cb",
                              "normalPrice": 3,
                              "originalSellingPrice": 4,
                              "discountPrice": 5,
                              "unit": 1,
                              "quantity": 6,
                              "totalCents": 7,
                              "fixedPrice": 1,
                              "tranType": 1,
                              "discountType": 1,
                              "cost": 1,
                              "costDecimals": 8,
                              "markdown": 1,
                              "manualQuantity": 1,
                              "manualPrice": 1,
                              "manualMode": 1,
                              "active": 1,
                              "offline": true,
                              "barcode": "sample string 9",
                              "keyedSale": 1,
                              "discountedID": 1,
                              "fuelID": 1,
                              "serialNumber": "sample string 10",
                              "bestOrExpire": "2025-10-05T00:03:57.7360945",
                              "bestOrExpireType": 1,
                              "providerName": "sample string 11",
                              "refundG_UID": "A/6UUDS9EEmoJk7xcs842w==",
                              "refundGuid": "5094fe03-bd34-4910-a826-4ef172cf38db",
                              "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": "JG759ONvgEKZ59VwDxSJeQ==",
                              "idempotentVoidGuid": "f4f96e24-6fe3-4280-99e7-d5700f148979",
                              "priceLevelIdentifier": "Lbm59wy/OkmDK4Mmw9k+iQ==",
                              "priceLevelIdentifierGuid": "f7b9b92d-bf0c-493a-832b-8326c3d93e89",
                              "productName": "sample string 23",
                              "apn": "sample string 24",
                              "unknownScans": [
                                {
                                  "$id": "79",
                                  "id": 1,
                                  "saleDetailID": 2,
                                  "storeID": 1,
                                  "scanned": "2025-10-05T00:03:57.7360945",
                                  "operatorG_UID": "QEA=",
                                  "barcode": "sample string 4",
                                  "processed": 1
                                },
                                {
                                  "$ref": "79"
                                }
                              ],
                              "refund": {
                                "$id": "80",
                                "id": 1,
                                "g_UID": "NqoFRC+cake8nbumLcsPvg==",
                                "guid": "4405aa36-9c2f-476a-bc9d-bba62dcb0fbe",
                                "description": "sample string 1",
                                "dumped": true,
                                "inventoryReasonID": 1,
                                "sortOrder": 1,
                                "updated": "2025-10-05T00:03:57.7360945"
                              },
                              "modifier": {
                                "$id": "81",
                                "id": 1,
                                "setG_UID": "vROHHdf2Cka9R7sXneTDxA==",
                                "modifierSetGuid": "1d8713bd-f6d7-460a-bd47-bb179de4c3c4",
                                "name": "sample string 2",
                                "price": 1,
                                "quantity": 1,
                                "modifierType": 1,
                                "groupNumber": 1,
                                "pageNumber": 1,
                                "controlOrder": 1,
                                "printToStation": true,
                                "pluG_UID": "8w0uGi1wOk6uqMH5BkfCZw==",
                                "pluGuid": "1a2e0df3-702d-4e3a-aea8-c1f90647c267",
                                "deleted": true,
                                "g_UID": "8cW6um5DMkumNvQteVFVpA==",
                                "guid": "babac5f1-436e-4b32-a636-f42d795155a4",
                                "product": {
                                  "$ref": "2"
                                }
                              },
                              "priceLevelName": "sample string 25",
                              "pumpNumber": 1,
                              "hoseNumber": 1
                            },
                            {
                              "$ref": "78"
                            }
                          ],
                          "eftReceipts": [
                            {
                              "$id": "82",
                              "id": 1,
                              "storeID": 1,
                              "saleHeaderID": 2,
                              "storeSaleHeader": {
                                "$ref": "76"
                              },
                              "receipt": "sample string 3",
                              "processed": 1
                            },
                            {
                              "$ref": "82"
                            }
                          ],
                          "payments": [
                            {
                              "$ref": "75"
                            },
                            {
                              "$ref": "75"
                            }
                          ],
                          "cards": [
                            {
                              "$id": "83",
                              "id": 1,
                              "saleHeaderID": 1,
                              "identifier": "sample string 2",
                              "cardType": 3,
                              "providerName": "sample string 4"
                            },
                            {
                              "$ref": "83"
                            }
                          ],
                          "campaignHits": [
                            {
                              "$id": "84",
                              "id": 1,
                              "saleHeaderID": 2,
                              "campaign": "sample string 3",
                              "name": "sample string 4",
                              "processed": 1,
                              "campaignDescription": "sample string 5"
                            },
                            {
                              "$ref": "84"
                            }
                          ],
                          "fuel": [
                            {
                              "$id": "85",
                              "id": 1,
                              "plu": 1,
                              "pluG_UID": "HymAZzwAlEmy9FYMcyA66A==",
                              "pluGuid": "6780291f-003c-4994-b2f4-560c73203ae8",
                              "saleHeaderID": 2,
                              "totalCents": 3,
                              "grade": 1,
                              "gradeDescription": "sample string 4",
                              "dispenser": 1,
                              "hose": 1,
                              "quantity": 1,
                              "cost": 1,
                              "acquirerNum": 1,
                              "attendant": 1,
                              "ePurseBalance": 1.0,
                              "cardSignature": "sample string 5",
                              "compartmentNumber": 1,
                              "contractNumber": 1,
                              "discountCardPAN": "sample string 6",
                              "discountID": 1,
                              "discountName": "sample string 7",
                              "discountNetValue": 1.0,
                              "discountType": 1,
                              "discountValue": 1.0,
                              "discretionaryData": "sample string 8",
                              "driverID": "sample string 9",
                              "eftBatchNumber": 1,
                              "eftResponseCode": "sample string 10",
                              "endDateTime": "2025-10-05T00:03:57.7360945",
                              "engineHours": 1.1,
                              "fposNumber": 1,
                              "loyaltyCardPAN": "sample string 11",
                              "miscData1": 1,
                              "miscData2": "sample string 12",
                              "miscFlags": 1,
                              "mop": 1,
                              "odometer": 1,
                              "panNumber": "sample string 13",
                              "saleRefund": true,
                              "saleStatus": 1,
                              "sequenceNumber": 1,
                              "stan": 1,
                              "startDateTime": "2025-10-05T00:03:57.7360945",
                              "tagNumber": "sample string 15",
                              "trackTwoRem": "sample string 16",
                              "transCode": 1,
                              "transType": 1,
                              "unitPrice": 1.0,
                              "vehicleReg": "sample string 17",
                              "offline": true,
                              "processed": 1
                            },
                            {
                              "$ref": "85"
                            }
                          ],
                          "fuelResells": [
                            {
                              "$id": "86",
                              "saleItemID": 1,
                              "saleHeaderID": 2,
                              "plu": 1,
                              "pluG_UId": "nhQkoHJuCEOba3xrpxyG1w==",
                              "pluGuid": "a024149e-6e72-4308-9b6b-7c6ba71c86d7",
                              "accountID": "87kctsQOeEiRDLpNnmZq9g==",
                              "accountIDGuid": "b61cb9f3-0ec4-4878-910c-ba4d9e666af6",
                              "normalPrice": 3,
                              "originalSellingPrice": 4,
                              "discountPrice": 5,
                              "unit": 1,
                              "quantity": 6,
                              "totalCents": 7,
                              "fixedPrice": 1,
                              "tranType": 1,
                              "processed": 1,
                              "discountType": 1,
                              "cost": 1,
                              "costDecimals": 1,
                              "markdown": 1,
                              "manualQuantity": 1,
                              "manualPrice": 1,
                              "manualMode": 1,
                              "active": 1,
                              "barcode": "sample string 8",
                              "offline": 1,
                              "keyedSale": 1,
                              "discountedID": 1,
                              "fuelID": 1,
                              "serialNumber": "sample string 9",
                              "bestOrExpire": "2025-10-05T00:03:57.7360945",
                              "bestOrExpireType": 1,
                              "refundG_UID": "lMdARAZJ+EirtttoqFUcgQ==",
                              "refundGuid": "4440c794-4906-48f8-abb6-db68a8551c81",
                              "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": "86"
                            }
                          ],
                          "customerOrder": [
                            {
                              "$id": "87",
                              "identifier": "xNoyeuZCjU2hmibYcH3icw==",
                              "identifierGuid": "7a32dac4-42e6-4d8d-a19a-26d8707de273",
                              "id": 1,
                              "orderNo": 2,
                              "externalSaleIdentifier": "sample string 3",
                              "storeID": 4,
                              "zoneID": 5,
                              "deptNo": 6,
                              "customerIdentifier": "3UoWzpX+jEuZTvOfKP3rRw==",
                              "customerIdentifierGuid": "ce164add-fe95-4b8c-994e-f39f28fdeb47",
                              "operatorNo": 1,
                              "operatorG_UID": "rr5kQ//BMkqxlxJLFPANyg==",
                              "operatorGuid": "4364beae-c1ff-4a32-b197-124b14f00dca",
                              "created": "2025-10-05T00:03:57.7360945",
                              "ordered": "2025-10-05T00:03:57.7360945",
                              "started": "2025-10-05T00:03:57.7360945",
                              "completed": "2025-10-05T00:03:57.7360945",
                              "supplied": "2025-10-05T00:03:57.7360945",
                              "quickTicket": 1,
                              "deleted": true,
                              "walkAway": true,
                              "approxWait": 1,
                              "actualWait": 1,
                              "deliveryMethod": 8,
                              "externalSaleType": 9,
                              "customer": {
                                "$ref": "69"
                              },
                              "operator": {
                                "$ref": "37"
                              },
                              "details": [
                                {
                                  "$id": "88",
                                  "headerID": 1,
                                  "plu": 1,
                                  "pluG_UId": "28JtVs53Q0yE4VqSCMtESQ==",
                                  "pluGuid": "566dc2db-77ce-4c43-84e1-5a9208cb4449",
                                  "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": "Jbyjyd6FXEmffLab4oqH/Q==",
                                  "headerIdentifierGuid": "c9a3bc25-85de-495c-9f7c-b69be28a87fd",
                                  "product": {
                                    "$ref": "2"
                                  }
                                },
                                {
                                  "$ref": "88"
                                }
                              ],
                              "storeName": "sample string 11",
                              "customerName": "sample string 12",
                              "storeReplyTo": "sample string 13",
                              "storeSubjectLine": "sample string 14",
                              "storeSaleHeader": {
                                "$ref": "76"
                              }
                            },
                            {
                              "$ref": "87"
                            }
                          ],
                          "surveyResponses": [
                            {
                              "$id": "89",
                              "surveyG_UID": "eTCGCuFrCUetA3VPCDQZ7Q==",
                              "surveyGuid": "0a863079-6be1-4709-ad03-754f083419ed",
                              "saleHeaderGuid": "BkMkeWtO7UKZmLvUZPTc+g==",
                              "saleGuid": "79244306-4e6b-42ed-9998-bbd464f4dcfa",
                              "textResponse": "sample string 1",
                              "integerResponse": 1,
                              "g_UIDResponse": "bt5jtYaJ+UaDv/a6FVh0sg==",
                              "guidResponse": "b563de6e-8986-46f9-83bf-f6ba155874b2",
                              "whoAnswered": 2,
                              "answeredAtUTC": "2025-10-05T00:03:57.7360945",
                              "sale": {
                                "$ref": "76"
                              },
                              "survey": {
                                "$id": "90",
                                "g_UID": "GEg6snyFU0uuq5bet9sLXg==",
                                "guid": "b23a4818-857c-4b53-aeab-96deb7db0b5e",
                                "name": "sample string 1",
                                "storeID": 2,
                                "zoneID": 1,
                                "checkoutFormG_UID": "UCfFYT6LVUyxL5XNXCusRA==",
                                "checkoutFormGuid": "61c52750-8b3e-4c55-b12f-95cd5c2bac44",
                                "displayToWho": 3,
                                "displayWhen": 4,
                                "start": "2025-10-05T00:03:57.7360945",
                                "end": "2025-10-05T00:03:57.7360945",
                                "deleted": true,
                                "updated": "2025-10-05T00:03:57.7360945",
                                "possibleIntegerResponses": [
                                  1,
                                  2
                                ],
                                "possibleTextResponses": [
                                  "sample string 1",
                                  "sample string 2"
                                ],
                                "possibleGuidResponses": [
                                  "fdd01646-e361-4da3-86a8-9416f66cf99f",
                                  "c481ce44-32b5-4216-a514-6a5fdd2f84f9"
                                ],
                                "allowsAllTextResponses": true,
                                "surveyForm": {
                                  "$ref": "45"
                                }
                              },
                              "ingressId": "sample string 4"
                            },
                            {
                              "$ref": "89"
                            }
                          ],
                          "storeName": "sample string 38",
                          "machineName": "sample string 39",
                          "operatorName": "sample string 40",
                          "direction": 1,
                          "reason": "sample string 41",
                          "accountG_UID": "seqlQ7cbKk2Zk0bM2MitJQ==",
                          "accountIdentifier": "43a5eab1-1bb7-4d2a-9993-46ccd8c8ad25",
                          "accountName": "sample string 42",
                          "customerOrderIdentifier": "sfOdtvIJV0Sm26inFAVO0A==",
                          "customerOrderIdentifierGuid": "b69df3b1-09f2-4457-a6db-a8a714054ed0",
                          "priceLevelName": "sample string 43",
                          "revision": 44,
                          "ingressId": "sample string 45"
                        },
                        "metadata": {
                          "$id": "91",
                          "id": 1,
                          "paymentID": 2,
                          "paymentIdentifier": "wnbfOXF2KUWBERW4hvcEIQ==",
                          "paymentIdentifierGuid": "39df76c2-7671-4529-8111-15b886f70421",
                          "identifier": "Nv0lS90UlEGF5S59HHPKdQ==",
                          "identifierGuid": "4b25fd36-14dd-4194-85e5-2e7d1c73ca75",
                          "metadata": "sample string 3",
                          "signatureImage": "QEA=",
                          "itemIdentifier": "zAsiFiutW0uJsIkGn93vQw==",
                          "itemIdentifierGuid": "16220bcc-ad2b-4b5b-89b0-89069fddef43"
                        }
                      },
                      {
                        "$ref": "75"
                      }
                    ]
                  },
                  {
                    "$ref": "70"
                  }
                ],
                "customerGroupMembers": [
                  {
                    "$ref": "74"
                  },
                  {
                    "$ref": "74"
                  }
                ],
                "customerGroups": [
                  {
                    "$ref": "73"
                  },
                  {
                    "$ref": "73"
                  }
                ],
                "accounts": [
                  {
                    "$ref": "71"
                  },
                  {
                    "$ref": "71"
                  }
                ],
                "account": {
                  "$ref": "71"
                },
                "vouchers": [
                  {
                    "$id": "92",
                    "customerIdentifier": "AR+5PG9lCEqzBP4eGkpzTg==",
                    "customerIdentifierGuid": "3cb91f01-656f-4a08-b304-fe1e1a4a734e",
                    "voucherName": "sample string 2",
                    "count": 3,
                    "storeID": 4,
                    "barcode": "sample string 5",
                    "redeemCount": 6,
                    "issueCount": 7,
                    "storeSalePaymentID": 1,
                    "idempotentID": "kJZr5MmJ+EGMtBGqPUGv2w==",
                    "idempotentGuid": "e46b9690-89c9-41f8-8cb4-11aa3d41afdb",
                    "offline": true,
                    "voucher": {
                      "$id": "93",
                      "id": 1,
                      "name": "sample string 2",
                      "description": "sample string 3",
                      "shortDescription": "sample string 4",
                      "url": "sample string 5",
                      "barcodeTemplateID": 1,
                      "expiry": 0,
                      "voucherType": 6,
                      "limitPerTransaction": 7,
                      "customerTracking": true,
                      "discountAccount": "sample string 9",
                      "endDate": "2025-10-05T00:03:57.7360945",
                      "barcodeTemplate": {
                        "$id": "94",
                        "templateID": 1,
                        "template": "sample string 1",
                        "bcFunction": "sample string 2",
                        "sortOrder": 3
                      },
                      "scaleLabel": {
                        "$id": "95",
                        "id": 1,
                        "uid": "sample string 2",
                        "name": "sample string 3",
                        "width": 1.1,
                        "height": 1.1,
                        "showBorder": true,
                        "borderWidth": 1.1,
                        "borderStyle": 1,
                        "borderColour": "sample string 5",
                        "updated": "2025-10-05T00:03:57.7360945",
                        "labelPageLayout": "11K8bLco/0iFwx2/A5nLHQ==",
                        "pageLayoutGuid": "6cbc52d7-28b7-48ff-85c3-1dbf0399cb1d",
                        "labelType": 6,
                        "oldName": "sample string 7",
                        "voucher": {
                          "$ref": "93"
                        },
                        "elements": [
                          {
                            "$id": "96",
                            "id": 1,
                            "scaleLabelID": 2,
                            "showPercentDI": true,
                            "showAvgPerHundred": true,
                            "showAvgPerServe": true,
                            "name": "sample string 6",
                            "x": 1.1,
                            "y": 1.1,
                            "width": 1.1,
                            "height": 1.1,
                            "type": 1,
                            "rotation": 1,
                            "text": "sample string 7",
                            "fontFamily": "sample string 8",
                            "align": 1,
                            "bold": true,
                            "italic": true,
                            "underline": true,
                            "strikeout": true,
                            "reverse": true,
                            "textColour": "sample string 9",
                            "fontSize": 1.1,
                            "picture": "QEA=",
                            "borderWidth": 10,
                            "sortOrder": 11,
                            "printOptions": 12,
                            "superScriptTextFontSize": 1.1,
                            "lineStyle": 1,
                            "spacingStyle": 1,
                            "interCharacterSpacing": 1.1,
                            "superScriptOffset": 1.1,
                            "lineSpacing": 1.1,
                            "dateFormat": "sample string 13",
                            "autoGrow": true,
                            "fontAutoResize": true,
                            "updated": "2025-10-05T00:03:57.7360945"
                          },
                          {
                            "$ref": "96"
                          }
                        ]
                      },
                      "customerVouchers": [
                        {
                          "$id": "97",
                          "id": 1,
                          "customerIdentifier": "x8H0IukFp0u47VN1fdhJqw==",
                          "customerIdentifierGuid": "22f4c1c7-05e9-4ba7-b8ed-53757dd849ab",
                          "voucherID": 3,
                          "voucherName": "sample string 4",
                          "storeID": 1,
                          "barcode": "sample string 5",
                          "dateOfIssue": "2025-10-05T00:03:57.7360945",
                          "issuedSaleHeaderID": 1,
                          "issuedSaleIdentifier": "sample string 7",
                          "issuedOfflinePaymentID": 1,
                          "issuedIdempotentID": "7lJvcLi0w0e8A75DvPk2Eg==",
                          "issuedIdempotentGuid": "706f52ee-b4b8-47c3-bc03-be43bcf93612",
                          "issuedOffline": true,
                          "issuedUser": "sample string 9",
                          "issuedNotes": "sample string 10",
                          "expiryDate": "2025-10-05T00:03:57.7360945",
                          "expiredUser": "sample string 11",
                          "expiredNotes": "sample string 12",
                          "redeemed": "2025-10-05T00:03:57.7360945",
                          "redeemedSaleHeaderID": 1,
                          "redeemedSaleIdentifier": "sample string 13",
                          "redeemedOfflinePaymentID": 1,
                          "redeemedIdempotentID": "qaay9T5ruEG5bdnIXnHxHw==",
                          "redeemedIdempotentGuid": "f5b2a6a9-6b3e-41b8-b96d-d9c85e71f11f",
                          "redeemedUser": "sample string 14",
                          "redeemedNotes": "sample string 15",
                          "redeemedOffline": true,
                          "updated": "2025-10-05T00:03:57.7360945",
                          "storeName": "sample string 17",
                          "scaleLabel": {
                            "$ref": "95"
                          },
                          "voucher": {
                            "$ref": "93"
                          },
                          "customer": {
                            "$ref": "69"
                          },
                          "issuedOfflinePayment": {
                            "$ref": "75"
                          },
                          "redeemedOfflinePayment": {
                            "$ref": "75"
                          }
                        },
                        {
                          "$ref": "97"
                        }
                      ]
                    },
                    "customer": {
                      "$ref": "69"
                    }
                  },
                  {
                    "$ref": "92"
                  }
                ]
              }
            },
            {
              "$ref": "68"
            }
          ],
          "customerGroups": [
            {
              "$id": "98",
              "id": 1,
              "campaignID": 2,
              "campaignName": "sample string 3",
              "groupID": "o+KD6aeKKEK2SrVjIxe+Iw==",
              "groupIDGuid": "e983e2a3-8aa7-4228-b64a-b5632317be23",
              "campaign": {
                "$ref": "65"
              },
              "group": {
                "$ref": "73"
              }
            },
            {
              "$ref": "98"
            }
          ],
          "signIqTickets": [
            {
              "$id": "99",
              "identifier": "H/XnmDBF3EigmuCF7/1jpQ==",
              "identifierGuid": "98e7f51f-4530-48dc-a09a-e085effd63a5",
              "campaignName": "sample string 2",
              "message": "sample string 3",
              "ticketFileSource": "sample string 4",
              "ticketFileDestination": "sample string 5",
              "storeID": 1
            },
            {
              "$ref": "99"
            }
          ],
          "comboPriceGroups": [
            {
              "$id": "100",
              "id": 1,
              "campaignID": 2,
              "campaignName": "sample string 3",
              "g_UID": "Lz02DGFCAEe8c/kw5132ew==",
              "guid": "0c363d2f-4261-4700-bc73-f930e75df67b",
              "description": "sample string 5",
              "newPrice": 1,
              "rangeDescription": "sample string 6",
              "dealDescription": "sample string 7",
              "labelQuantity": 8,
              "hostProductCategoryID": 1,
              "offerID": 1,
              "dontUpdatePricePlus": true,
              "campaign": {
                "$ref": "65"
              },
              "comboPricePlus": [
                {
                  "$id": "101",
                  "id": 1,
                  "campaignID": 2,
                  "campaignName": "sample string 3",
                  "groupG_UID": "5YtFchnVc0WUhJBaH9T5NQ==",
                  "groupGuid": "72458be5-d519-4573-9484-905a1fd4f935",
                  "comboPriceType": 5,
                  "priceType": 5,
                  "pluG_UID": "6V4CDTY3xUCqUYEtGFPbLQ==",
                  "pluGuid": "0d025ee9-3736-40c5-aa51-812d1853db2d",
                  "priceGroupG_UID": "dCHzAAKDFkGuqsskfOI0eQ==",
                  "priceGroupGuid": "00f32174-8302-4116-aeaa-cb247ce23479",
                  "campaignPoolID": "sample string 7",
                  "quantity": 1,
                  "campaign": {
                    "$ref": "65"
                  },
                  "product": {
                    "$ref": "2"
                  },
                  "priceGroup": {
                    "$ref": "31"
                  },
                  "campaignPool": {
                    "$ref": "65"
                  }
                },
                {
                  "$ref": "101"
                }
              ]
            },
            {
              "$ref": "100"
            }
          ],
          "priceLevels": [
            {
              "$id": "102",
              "id": 1,
              "priceLevelIdentifier": "RUIZbQfTYUKhOsDhNtxzKQ==",
              "priceLevelIdentifierGuid": "6d194245-d307-4261-a13a-c0e136dc7329",
              "campaignName": "sample string 3",
              "priceLevelName": "sample string 4"
            },
            {
              "$ref": "102"
            }
          ]
        },
        "product": {
          "$ref": "2"
        },
        "dealCost": {
          "$id": "103",
          "headerIdentifier": "jdDGxR2iOkOhOiE1V57tSw==",
          "headerIdentifierGuid": "c5c6d08d-a21d-433a-a13a-2135579eed4b",
          "identifier": "qFj2rU1+jEKvx+DBMP0iiA==",
          "identifierGuid": "adf658a8-7e4d-428c-afc7-e0c130fd2288",
          "supplierIdentifier": "bZv36rqR2EKemn2bmL4CKQ==",
          "supplierGuid": "eaf79b6d-91ba-42d8-9e9a-7d9b98be0229",
          "pluG_UID": "B1oa9PX8hUyCV8caXWlsZA==",
          "pluGuid": "f41a5a07-fcf5-4c85-8257-c71a5d696c64",
          "campaignName": "3e29e304-7131-493f-bd6b-78b1d476bb85",
          "description": "sample string 4",
          "cost": 5,
          "costDecimals": 6,
          "start": "2025-10-05T00:03:57.7360945",
          "end": "2025-10-05T00:03:57.7360945",
          "type": 9,
          "promoType": 10,
          "bonusItemPLUG_UID": "KZSTZBO9jkmqF7X9wahYpw==",
          "bonusItemPluGuid": "64939429-bd13-498e-aa17-b5fdc1a858a7",
          "bonusPurchaseUnits": 11,
          "bonusReceiveUnits": 12,
          "updated": "2025-10-05T00:03:57.7360945",
          "metcashPromotionID": "sample string 14",
          "fromHost": 15,
          "storeNames": "sample string 16",
          "storeIDs": [
            1,
            2
          ],
          "supplierName": "sample string 17",
          "campaignDescription": "sample string 18",
          "newPrice": 1,
          "campaignMetcashPromotionID": "sample string 19",
          "campaignActive": true,
          "campaignStartDate": "2025-10-05T00:03:57.7360945",
          "campaignEndDate": "2025-10-05T00:03:57.7360945",
          "masterPLUG_UID": "8qSsgCs0jE+36jPc4DdAPA==",
          "masterID": "80aca4f2-342b-4f8c-b7ea-33dce037403c",
          "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": "lirHmX3f8UOjCnbapFwzFQ==",
          "bonusMasterID": "99c72a96-df7d-43f1-a30a-76daa45c3315",
          "bonusProductName": "sample string 34",
          "bonusProductAPN": "sample string 35",
          "bonusOrderCode": "sample string 36",
          "bonusNormalSell": 37,
          "bonusNormalCost": 38,
          "bonusNormalCostDecimals": 39,
          "bonusCartonQuantity": 40,
          "bonusSalesMode": 41,
          "bonusOrderPacked": 42,
          "bonusFuelItem": true,
          "bonusActive": true
        }
      },
      "currentCostStart": "2025-10-05T00:03:57.7360945",
      "dealCosts": [
        {
          "$ref": "103"
        },
        {
          "$ref": "103"
        }
      ],
      "tags": [
        {
          "$id": "104",
          "pluG_UID": "BOzXKOWisECEgaabKdKE6Q==",
          "pluGuid": "28d7ec04-a2e5-40b0-8481-a69b29d284e9",
          "tagID": 1,
          "description": "sample string 1",
          "storeIDs": [
            1,
            2
          ]
        },
        {
          "$ref": "104"
        }
      ],
      "alternateProductG_UID": "DJcxIEjxRUGm++Ta+TNesA==",
      "alternateProduct": "2031970c-f148-4145-a6fb-e4daf9335eb0",
      "productHostCode": {
        "$id": "105",
        "id": 1,
        "pluG_UID": "vQ9AYqWHh0KzDJD1RyRlpw==",
        "pluGuid": "62400fbd-87a5-4287-b30c-90f5472465a7",
        "ibaCode": "sample string 2"
      },
      "mscCat": {
        "$ref": "59"
      },
      "mscCom": {
        "$ref": "60"
      },
      "mscDep": {
        "$ref": "62"
      },
      "mscSubCom": {
        "$ref": "61"
      },
      "isUserUpdate": true,
      "ignoreMasterProduct": true,
      "priceGroupLabelRequested": true,
      "firstSold": "2025-10-05T00:03:57.7360945",
      "inventoryTracked": "2025-10-05T00:03:57.7360945",
      "isNormalPriceChangesCampaign": true
    },
    "departmentSortOrder": 11,
    "subDepartmentName": "sample string 12"
  },
  {
    "$ref": "1"
  }
]

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.