POST api/pricezone/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

PriceZone
NameDescriptionTypeAdditional information
ID

integer

None.

Name

string

Required

String length: inclusive between 0 and 60

HostIdentifier

Collection of byte

None.

HostIdentifierGuid

globally unique identifier

None.

SortOrder

integer

None.

Host

Host

None.

Stores

Collection of Store

None.

ZoneMatrix

Collection of ZoneMatrix

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "name": "sample string 2",
  "hostIdentifier": "w5NvKgQlY0eYv804hrJ5oQ==",
  "hostIdentifierGuid": "2a6f93c3-2504-4763-98bf-cd3886b279a1",
  "sortOrder": 3,
  "host": {
    "$id": "2",
    "identifier": "Ij4eUd8PCEu0GFksKb0g9g==",
    "identifierGuid": "511e3e22-0fdf-4b08-b418-592c29bd20f6",
    "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": "YjfUWHGEs0GZ8MtjZQnCCQ==",
    "hostSupplierIdentifierGuid": "58d43762-8471-41b3-99f0-cb636509c209",
    "loyaltyPriceLevelIdentifier": "0SBDm9rlA0OMDLUMpvSwKA==",
    "loyaltyPriceLevelIdentifierGuid": "9b4320d1-e5da-4303-8c0c-b50ca6f4b028",
    "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-08-02T23:27:50.8240605",
    "lastProcessed": "2025-08-02T23:27:50.8240605",
    "hold": true,
    "supplierName": "sample string 35",
    "supplier": {
      "$id": "3",
      "identifier": "4V45RqLZ80K1eNAK+bu20w==",
      "identifierGuid": "46395ee1-d9a2-42f3-b578-d00af9bbb6d3",
      "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": "Mkhm9XWMBkKiYN7ggJg6/Q==",
      "primaryContactID": "f5664832-8c75-4206-a260-dee080983afd",
      "storeID": 1,
      "abn": "sample string 16",
      "supplierGroupIdentifier": "qzIYAFgAAE+Zdr1ipaY8uw==",
      "supplierGroupGuid": "001832ab-0058-4f00-9976-bd62a5a63cbb",
      "rebate": 1.0,
      "rebateType": 1,
      "rebateFrequency": 1,
      "rebateSource": 1,
      "rebateLastClaimed": "2025-08-02T23:27:50.8240605",
      "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": "4",
        "id": "334d9eb0-5e71-475d-b99f-4b09adca8fa0",
        "identifier": "u/iCNtefMUyAPp8z3ay3PA==",
        "identifierGuid": "3682f8bb-9fd7-4c31-803e-9f33ddacb73c",
        "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": "5",
          "supplierIdentifier": "4KFY0LBKaEKApNasJeGu5w==",
          "supplierIdentifierGuid": "d058a1e0-4ab0-4268-80a4-d6ac25e1aee7",
          "contactGuid": "vK4kqvTFF0ymVg9XnJEotg==",
          "contactID": "aa24aebc-c5f4-4c17-a656-0f579c9128b6",
          "contact": {
            "$ref": "4"
          },
          "supplier": {
            "$ref": "3"
          }
        },
        {
          "$ref": "5"
        }
      ],
      "products": [
        {
          "$id": "6",
          "pluG_UID": "BP4eZvGJxUeuTh5oNXSdUQ==",
          "pluGuid": "661efe04-89f1-47c5-ae4e-1e6835749d51",
          "supplierIdentifier": "N7lyAm2z+ESP+LwZu4VP5Q==",
          "supplierIdentifierGuid": "0272b937-b36d-44f8-8ff8-bc19bb854fe5",
          "cartonQuantity": 1,
          "cartonQuantityChanged": true,
          "productSize": "sample string 3",
          "cigarettesPerSleeve": 1,
          "randomWeight": true,
          "piecesPerUnit": 5,
          "averagePackSize": 6,
          "effectiveDate": "2025-08-02T23:27:50.8240605",
          "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-08-02T23:27:50.8240605",
          "rebate": 1.0,
          "rebateExclude": true,
          "invoiceCodes": [
            {
              "$id": "7",
              "pluG_UID": "3KiemS9yLkqWymMHX4IABw==",
              "pluGuid": "999ea8dc-722f-4a2e-96ca-63075f820007",
              "supplierIdentifier": "DQILa619TE6aNdlnrgf/+A==",
              "supplierIdentifierGuid": "6b0b020d-7dad-4e4c-9a35-d967ae07fff8",
              "invoiceCode": "sample string 1",
              "storeIDs": [
                1,
                2
              ]
            },
            {
              "$ref": "7"
            }
          ],
          "storeIDs": [
            1,
            2
          ],
          "preferredSupplier": true,
          "preferredRebateSupplier": true,
          "supplierName": "sample string 41",
          "salesMode": 42,
          "orderPacked": true,
          "active": true,
          "price": 1,
          "costGstPercent": 44,
          "parentPluG_UID": "Mr7/dBV2DkW0qwhaFIyRMw==",
          "parentPluGuid": "74ffbe32-7615-450e-b4ab-085a148c9133",
          "freight": 45.0,
          "freightType": 1,
          "product": {
            "$id": "8",
            "plu": 1,
            "storeID": 1,
            "masterPluG_UID": "QEA=",
            "storeIDs": [
              1,
              2
            ],
            "g_UId": "TiQ8OykrGEiJY1ZDLPxaiQ==",
            "guid": "3b3c244e-2b29-4818-8963-56432cfc5a89",
            "apn": "sample string 1",
            "apnChanged": true,
            "apnSwitched": true,
            "barcode": "sample string 4",
            "itemNumber": "sample string 5",
            "itemNumberChanged": true,
            "priceGroupG_UID": "opOc2kLZeEmNVFSxdsZ4Ew==",
            "priceGroupGuid": "da9c93a2-d942-4978-8d54-54b176c67813",
            "blueprintID": 1,
            "lastCountedDate": "2025-08-02T23:27:50.8240605",
            "externalID": "sample string 7",
            "active": true,
            "activated": "2025-08-02T23:27:50.8240605",
            "pluCreated": "2025-08-02T23:27:50.8240605",
            "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-08-02T23:27:50.8240605",
            "lastManualUpdate": "2025-08-02T23:27:50.8240605",
            "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-08-02T23:27:50.8240605",
            "currentCostUpdated": "2025-08-02T23:27:50.8240605",
            "costDecimals": 31,
            "costChanged": true,
            "dealCostIdentifier": "QEA=",
            "excludeFromRebate": true,
            "rebateOverride": 1,
            "costCalcMethod": 32,
            "costCalcMethodChanged": true,
            "costEffectiveDate": "2025-08-02T23:27:50.8240605",
            "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,
            "awsUpdated": "2025-08-02T23:27:50.8240605",
            "posTare": 1,
            "altPrice": 1.0,
            "altPriceChanged": true,
            "altPriceMode": 53,
            "altPriceModeChanged": true,
            "altPLUG_UID": "/mkhqiUOzE2uQAloghcS0Q==",
            "altPLUGuid": "aa2169fe-0e25-4dcc-ae40-0968821712d1",
            "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-08-02T23:27:50.8240605",
            "labelLastPrice": 1,
            "shelfPageLayoutG_UID": "s2gwsqJjsEusCkxoidG7JA==",
            "shelfPageLayoutGuid": "b23068b3-63a2-4bb0-ac0a-4c6889d1bb24",
            "talkerPageLayoutG_UID": "DyrvU7w8skehUwSgo2IC1Q==",
            "talkerPageLayoutGuid": "53ef2a0f-3cbc-47b2-a153-04a0a36202d5",
            "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": "rgqJdMOxLkewNxewvJiO+Q==",
            "inventoryIdentifier": "74890aae-b1c3-472e-b037-17b0bc988ef9",
            "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": "yuC/rxv0WkKsltjLOK2gTQ==",
            "parentPluGuid": "afbfe0ca-f41b-425a-ac96-d8cb38ada04d",
            "preferredHostVendor": 104,
            "preferredHostChanged": true,
            "code": "sample string 106",
            "supplierIdentifier": "dLanvSFNeUSf30qr0+yx7w==",
            "supplierIdentifierGuid": "bda7b674-4d21-4479-9fdf-4aabd3ecb1ef",
            "supplierChanged": true,
            "rebateSupplierIdentifier": "4j/ch/Q5dUuq+J6vNfUr2g==",
            "rebateSupplierIdentifierGuid": "87dc3fe2-39f4-4b75-aaf8-9eaf35f52bda",
            "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-08-02T23:27:50.8240605",
            "commodity": "sample string 121",
            "businessPillar": "sample string 122",
            "mscCommodity": "sample string 123",
            "hostIdentifier": "5pbNyIcOekuwJLtD7clExg==",
            "hostIdentifierGuid": "c8cd96e6-0e87-4b7a-b024-bb43edc944c6",
            "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": "8"
              },
              {
                "$ref": "8"
              }
            ],
            "store": {
              "$id": "9",
              "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-08-02T23:27:50.8240605",
              "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": "g3eBNU1NDE+m+9heOQt78Q==",
              "hostIdentifierGuid": "35817783-4d4d-4f0c-a6fb-d85e390b7bf1",
              "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-08-02T23:27:50.8240605",
              "priceZoneName": "sample string 51",
              "storeFuelConfigured": true,
              "shippingAddressCopied": true,
              "shippingAddress": {
                "$id": "10",
                "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": "10"
              },
              "hostStoreSettings": [
                {
                  "$id": "11",
                  "id": 1,
                  "hostIdentifier": "AfD2VfQ2bEqovddWTL+6Fg==",
                  "hostIdentifierGuid": "55f6f001-36f4-4a6c-a8bd-d7564cbfba16",
                  "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": {
                    "$ref": "2"
                  },
                  "groupIDs": [
                    1,
                    2
                  ],
                  "hostDescription": "sample string 24"
                },
                {
                  "$ref": "11"
                }
              ],
              "accounts": [
                {
                  "$id": "12",
                  "id": 1,
                  "storeID": 1,
                  "accountName": "sample string 2",
                  "bsb": "sample string 3",
                  "accountNumber": "sample string 4",
                  "accountDesignated": true
                },
                {
                  "$ref": "12"
                }
              ],
              "sales": [
                {
                  "$id": "13",
                  "id": 1,
                  "storeID": 1,
                  "externalSalesType": 2,
                  "ftpSiteID": 1,
                  "lastSaleProcessed": "2025-08-02T23:27:50.8240605",
                  "ftpSite": {
                    "$id": "14",
                    "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": "13"
                }
              ],
              "zoneMatrix": [
                {
                  "$id": "15",
                  "id": 1,
                  "hostIdentifier": "ROGCYwviokOTBYFnw8OlmA==",
                  "hostIdentifierGuid": "6382e144-e20b-43a2-9305-8167c3c3a598",
                  "storeID": 1,
                  "departmentCode": "sample string 2",
                  "hostGuids": [
                    "cb612a7e-1069-4857-b017-9a7ce12fbd83",
                    "c71f7930-13d7-478e-a7ec-8a37af7ad689"
                  ]
                },
                {
                  "$ref": "15"
                }
              ],
              "cashManagements": [
                {
                  "$id": "16",
                  "id": 1,
                  "storeID": 1,
                  "cashManagementType": 2,
                  "apiID": 1,
                  "organisationID": "sample string 3",
                  "siteName": "sample string 4",
                  "thirdPartyAPI": {
                    "$id": "17",
                    "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": "16"
                }
              ],
              "updateStoreID": "12c6332d-d0f8-47a0-a8ee-7fcd6cd4ae45",
              "updateStore": {
                "$id": "18",
                "id": "91489d67-4e11-4ec0-8e13-d62e3cb76944",
                "name": "sample string 1",
                "lastActivity": "2025-08-02T23:27:50.8240605",
                "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-08-02T23:27:50.8240605"
              },
              "timeZoneId": "sample string 53",
              "securityOptions": {
                "$id": "19",
                "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": "20",
                "pluG_UID": "XE8Svcpt6EWmxu9xI29iMw==",
                "pluGuid": "bd124f5c-6dca-45e8-a6c6-ef71236f6233",
                "plu": 1,
                "storeID": 1,
                "zoneID": 2,
                "zoneName": "sample string 3",
                "store": "sample string 4",
                "priceNow": 5,
                "costNow": 6,
                "costNowDecimals": 7,
                "normalPrice": 8,
                "gstPercent": 9,
                "normalCost": 10,
                "normalCostDecimals": 11,
                "costGstPercent": 12,
                "costCalcMethod": 1,
                "currentCost": 13,
                "currentCostDecimals": 14,
                "break1": 15,
                "price1": 16,
                "break2": 17,
                "price2": 18,
                "break3": 19,
                "price3": 20,
                "fuelItem": 21,
                "fixedWeight": 22,
                "active": true,
                "complianceIndicator": "sample string 23",
                "doNotOrder": true,
                "doNotRange": true,
                "isNormalPriceChangesCampaign": true,
                "updated": "2025-08-02T23:27:50.8240605"
              },
              {
                "$ref": "20"
              }
            ],
            "currentPrices": {
              "$id": "21",
              "pluPrices": {
                "$id": "22",
                "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-08-02T23:27:50.8240605",
                "priceChangeType": 0,
                "costDecimals": 10
              },
              "normalPluPrices": {
                "$ref": "22"
              },
              "winningCampaign": 1,
              "winner": {
                "$id": "23",
                "campaignName": "sample string 1",
                "campaignDescription": "sample string 2",
                "startDate": "2025-08-02T23:27:50.8240605",
                "startTime": 3,
                "endDate": "2025-08-02T23:27:50.8240605",
                "endTime": 4,
                "newPrice": 5,
                "newCost": 6,
                "newCostDecimals": 7,
                "pctDiscount": 8,
                "promoType": 1,
                "promotionTypeCode": "sample string 9",
                "hostType": 10,
                "hostIdentifier": "wQVExwtli0ejy7Tsa8vHWw==",
                "hostIdentifierGuid": "c74405c1-650b-478b-a3cb-b4ec6bcbc75b",
                "storeNames": [
                  "sample string 1",
                  "sample string 2"
                ]
              },
              "details": [
                {
                  "$ref": "23"
                },
                {
                  "$ref": "23"
                }
              ]
            },
            "tray": {
              "$id": "24",
              "g_UId": "5F0LM0exBEqj+02HSBQhRw==",
              "guid": "330b5de4-b147-4a04-a3fb-4d8748142147",
              "name": "sample string 1",
              "number": 1,
              "tare": 1
            },
            "priceGroup": {
              "$id": "25",
              "priceGroupG_UID": "FMBJwxqm+EywrUNPk1fCqA==",
              "priceGroupGuid": "c349c014-a61a-4cf8-b0ad-434f9357c2a8",
              "name": "sample string 2",
              "code": 1,
              "modified": true,
              "updated": "2025-08-02T23:27:50.8240605",
              "buyingLimit": 1,
              "buyingLimitIndependent": true,
              "buyingLimitType": 0,
              "number": 1,
              "products": [
                {
                  "$ref": "8"
                },
                {
                  "$ref": "8"
                }
              ],
              "productCount": 1
            },
            "priceGroupName": "sample string 146",
            "nutrifacts": {
              "$id": "26",
              "pluG_UID": "lX0k9FiTb0uCzMufGmjZRA==",
              "pluGuid": "f4247d95-9358-4b6f-82cc-cb9f1a68d944",
              "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": "27",
              "pluGuid": "bfc4badc-cd2c-4cff-8623-032c6395cb0b",
              "created": "2025-08-02T23:27:50.8240605",
              "createdByUser": "sample string 1",
              "activated": "2025-08-02T23:27:50.8240605",
              "deactivated": "2025-08-02T23:27:50.8240605",
              "lastOrdered": "2025-08-02T23:27:50.8240605",
              "lastOrderedQty": 2.0,
              "lastReceived": "2025-08-02T23:27:50.8240605",
              "lastReceivedQty": 3.0,
              "lastInvoiceStatus": 1,
              "lastCounted": "2025-08-02T23:27:50.8240605",
              "lastSold": "2025-08-02T23:27:50.8240605",
              "firstSold": "2025-08-02T23:27:50.8240605",
              "awsUpdated": "2025-08-02T23:27:50.8240605",
              "lastManualUpdate": "2025-08-02T23:27:50.8240605",
              "lastManualUpdatedByUser": "sample string 5",
              "lastUpdated": "2025-08-02T23:27:50.8240605",
              "lastUpdatedByUser": "sample string 7",
              "lastUpdatedByHost": "2025-08-02T23:27:50.8240605",
              "doNotRangeUpdated": "2025-08-02T23:27:50.8240605",
              "doNotOrderUpdated": "2025-08-02T23:27:50.8240605",
              "tracked": "2025-08-02T23:27:50.8240605"
            },
            "allergens": [
              {
                "$id": "28",
                "allergenID": 1,
                "pluG_UID": "rERQaUuF/EWUk0QtNTjIaw==",
                "pluGuid": "695044ac-854b-45fc-9493-442d3538c86b",
                "contains": 2,
                "allergenName": "sample string 3",
                "storeIDs": [
                  1,
                  2
                ]
              },
              {
                "$ref": "28"
              }
            ],
            "costs": {
              "$id": "29",
              "pluG_UID": "ncO6XwSzcEKYOLqNuL31Dg==",
              "pluGuid": "5fbac39d-b304-4270-9838-ba8db8bdf50e",
              "enteredCost": 1,
              "weightedAvgCost": 1,
              "lastCost": 1,
              "rawEnteredCost": 2,
              "rawWeightedAvgCost": 3,
              "rawLastCost": 4,
              "freight": 5.0,
              "freightType": 6,
              "costDecimals": 7,
              "fifoCost": 1,
              "updated": "2025-08-02T23:27:50.8240605",
              "normalCost": 1,
              "currentCost": 1
            },
            "sales": [
              {
                "$id": "30",
                "saleHeaderID": 1,
                "created": "2025-08-02T23:27:50.8240605",
                "createdLocal": "2025-08-02T23:27:50.8240605",
                "storeID": 3,
                "storeName": "sample string 4",
                "operatorG_Uid": "Jrh7PX1TdkCK2wxTmI/+tg==",
                "operatorGuid": "3d7bb826-537d-4076-8adb-0c53988ffeb6",
                "operatorName": "sample string 5",
                "tranType": 1,
                "plu": 1,
                "pluG_UId": "9fV0rQLgl0uEOxGXgCKM1Q==",
                "pluGuid": "ad74f5f5-e002-4b97-843b-119780228cd5",
                "normalPrice": 1,
                "totalCents": 1,
                "cost": 1,
                "grossProfit": 1,
                "quantity": 1,
                "operator": {
                  "$id": "31",
                  "id": 1,
                  "g_Uid": "DRaS9DzjE0OPc0lIKR28JA==",
                  "guid": "f492160d-e33c-4313-8f73-4948291dbc24",
                  "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-08-02T23:27:50.8240605",
                  "passwordResetRequired": true,
                  "alteredInStore": true,
                  "startShift": "2025-08-02T23:27:50.8240605",
                  "endShift": "2025-08-02T23:27:50.8240605",
                  "machineName": "sample string 20",
                  "drawerID": 1,
                  "stores": [
                    {
                      "$id": "32",
                      "operatorG_UID": "BCiv3m7FQUW+hkKco4KuAg==",
                      "operatorGuid": "deaf2804-c56e-4541-be86-429ca382ae02",
                      "storeID": 2,
                      "operator": {
                        "$ref": "31"
                      },
                      "store": {
                        "$ref": "9"
                      }
                    },
                    {
                      "$ref": "32"
                    }
                  ]
                }
              },
              {
                "$ref": "30"
              }
            ],
            "apns": [
              {
                "$id": "33",
                "pluID": 1,
                "pluG_UID": "oUNgeINer02aFMkUI3rj9Q==",
                "pluGuid": "786043a1-5e83-4daf-9a14-c914237ae3f5",
                "apn": "sample string 1",
                "deleted": true,
                "storeID": 1,
                "storeIDs": [
                  1,
                  2
                ]
              },
              {
                "$ref": "33"
              }
            ],
            "tuns": [
              {
                "$id": "34",
                "pluG_UId": "4b3QTGUFhkO8EEDs3Emfug==",
                "pluGuid": "4cd0bde1-0565-4386-bc10-40ecdc499fba",
                "apn": "sample string 1",
                "tun": "sample string 2",
                "cartonQuantity": 3,
                "product": {
                  "$ref": "8"
                },
                "storeIDs": [
                  1,
                  2
                ]
              },
              {
                "$ref": "34"
              }
            ],
            "competitionPricing": [
              {
                "$id": "35",
                "identifier": "tmsmEku6kUSDxIXq2S+zFg==",
                "identifierGuid": "12266bb6-ba4b-4491-83c4-85ead92fb316",
                "pluG_UID": "A9eYwD/YYkW4ocL4kn+RhA==",
                "pluGuid": "c098d703-d83f-4562-b8a1-c2f8927f9184",
                "competitionID": 1,
                "name": "sample string 2",
                "sellMultiple": 3,
                "retailPrice": 4,
                "storeName": "sample string 5"
              },
              {
                "$ref": "35"
              }
            ],
            "supplier": {
              "$ref": "3"
            },
            "supplierName": "sample string 147",
            "children": [
              {
                "$ref": "8"
              },
              {
                "$ref": "8"
              }
            ],
            "ordering": {
              "$ref": "6"
            },
            "flipChartPages": [
              {
                "$id": "36",
                "identifier": "njtb4vZFDE2wfR6N9wuuxw==",
                "groupName": "sample string 1",
                "identifierGuid": "e25b3b9e-45f6-4d0c-b07d-1e8df70baec7",
                "exists": true,
                "flipChartIdentifier": "qEmlcV5jAEimoA+lY/IfHQ==",
                "flipChartIdentifierGuid": "71a549a8-635e-4800-a6a0-0fa563f21f1d",
                "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": "Cr1Yxi/5KkSHKbKqVrbXnw==",
                "groupIdentifierGuid": "c658bd0a-f92f-442a-8729-b2aa56b6d79f",
                "flipChart": {
                  "$id": "37",
                  "identifier": "Rd4BVpBMzEWz9tvt0zzJlQ==",
                  "identifierGuid": "5601de45-4c90-45cc-b3f6-dbedd33cc995",
                  "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": "38",
                    "identifier": "SKYnPnAt+0OFmAgn2g6fVA==",
                    "identifierGuid": "3e27a648-2d70-43fb-8598-0827da0e9f54",
                    "name": "sample string 2",
                    "formType": "sample string 3",
                    "forms": [
                      {
                        "$id": "39",
                        "id": 1,
                        "g_UID": "u0P2qcgiBU60/ETT6iJ9YA==",
                        "guid": "a9f643bb-22c8-4e05-b4fc-44d3ea227d60",
                        "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": "2AALb+F1n0C2i0uFHD2v8Q==",
                        "previousFormGuid": "6f0b00d8-75e1-409f-b68b-4b851c3daff1",
                        "nextForm": 1,
                        "nextFormG_UID": "ohzkwWc7oUO2i1zDbyaqEw==",
                        "nextFormGuid": "c1e41ca2-3b67-43a1-b68b-5cc36f26aa13",
                        "attributes": "sample string 10",
                        "updated": "2025-08-02T23:27:50.8240605",
                        "positioning": 1,
                        "contentPanel": "sample string 11",
                        "selectionMode": 1,
                        "maximumSelections": 1,
                        "alteredInStore": true,
                        "deleted": true,
                        "blueprintID": 1,
                        "preserveLayout": true,
                        "mainCheckoutFormName": "sample string 13",
                        "nextCheckoutForm": {
                          "$ref": "39"
                        },
                        "previousCheckoutForm": {
                          "$ref": "39"
                        },
                        "buttons": [
                          {
                            "$id": "40",
                            "id": 1,
                            "checkoutFormID": 2,
                            "checkoutFormG_UID": "Ouiko5ZXuk+p1HRnKTHvHQ==",
                            "checkoutFormGuid": "a3a4e83a-5796-4fba-a9d4-74672931ef1d",
                            "identifier": "pQ3ulIvx00yurs9d5ts/hA==",
                            "identifierGuid": "94ee0da5-f18b-4cd3-aeae-cf5de6db3f84",
                            "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": "vGuSz/K8gEeDhSfBpY6iBQ==",
                            "valueGuid": "cf926bbc-bcf2-4780-8385-27c1a58ea205",
                            "buttonText": "sample string 10",
                            "valueText": "sample string 11",
                            "drawImageAndButton": true,
                            "updated": "2025-08-02T23:27:50.8240605",
                            "action": "sample string 12",
                            "valueForm": {
                              "$ref": "39"
                            },
                            "image": {
                              "$id": "41",
                              "name": "sample string 3.sample string 4",
                              "imageID": 2,
                              "imageName": "sample string 3",
                              "imageExtension": "sample string 4",
                              "lastUpdate": "2025-08-02T23:27:50.8240605",
                              "imageData": "QEA=",
                              "readOnly": true
                            }
                          },
                          {
                            "$ref": "40"
                          }
                        ],
                        "panels": [
                          {
                            "$id": "42",
                            "id": 1,
                            "checkoutFormID": 2,
                            "checkoutFormG_UID": "osnlOQni+0eNVP9710eU2g==",
                            "checkoutFormGuid": "39e5c9a2-e209-47fb-8d54-ff7bd74794da",
                            "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": "42"
                          }
                        ]
                      },
                      {
                        "$ref": "39"
                      }
                    ],
                    "panels": [
                      {
                        "$ref": "42"
                      },
                      {
                        "$ref": "42"
                      }
                    ]
                  },
                  "pages": [
                    {
                      "$ref": "36"
                    },
                    {
                      "$ref": "36"
                    }
                  ]
                },
                "contentPanel": {
                  "$ref": "42"
                },
                "products": [
                  {
                    "$id": "43",
                    "flipChartPageIdentifier": "0lN+ku2H/UOhIpngCog84g==",
                    "flipChartPageIdentifierGuid": "927e53d2-87ed-43fd-a122-99e00a883ce2",
                    "pluG_UID": "zYrNtJ+bMUeA12EVg0UHwQ==",
                    "pluGuid": "b4cd8acd-9b9f-4731-80d7-6115834507c1",
                    "sortOrder": 3,
                    "sent": true,
                    "productChanged": true,
                    "productImageName": "sample string 6",
                    "productShowImageOnFlipCharts": true,
                    "productShowTextOnFlipCharts": true,
                    "productOverrideFlipChartText": true,
                    "productFlipChartText": "sample string 10",
                    "product": {
                      "$ref": "8"
                    },
                    "departmentSortOrder": 11,
                    "subDepartmentName": "sample string 12"
                  },
                  {
                    "$ref": "43"
                  }
                ],
                "productCount": 27,
                "pages": [
                  {
                    "$ref": "36"
                  },
                  {
                    "$ref": "36"
                  }
                ]
              },
              {
                "$ref": "36"
              }
            ],
            "priceHistory": [
              {
                "$id": "44",
                "pluG_UID": "ExzKuteNC0W4K0Cm94LTWA==",
                "pluGuid": "baca1c13-8dd7-450b-b82b-40a6f782d358",
                "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-08-02T23:27:50.8240605",
                "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": "44"
              }
            ],
            "ingredients": [
              {
                "$id": "45",
                "pluG_UID": "zctrBZfLr0axYvZf7DrPIQ==",
                "ingredientGuid": "mCqORJX60EWANyelQLkvKg==",
                "ingredientIdentifier": "448e2a98-fa95-45d0-8037-27a540b92f2a",
                "quantity": 1.0,
                "storeIDs": [
                  1,
                  2
                ],
                "ingredientText": "sample string 1",
                "ingredient": {
                  "$ref": "8"
                }
              },
              {
                "$ref": "45"
              }
            ],
            "bins": [
              {
                "$id": "46",
                "pluG_UID": "ZJO6AJ4qHU2wMo1ZFd/3ag==",
                "pluGuid": "00ba9364-2a9e-4d1d-b032-8d5915dff76a",
                "shelfLocationIdentifier": "R6QQoxNtZECxVS5wRgT1mA==",
                "shelfLocationGuid": "a310a447-6d13-4064-b155-2e704604f598",
                "labelShelfDefault": 1,
                "labelTalkerDefault": 1,
                "labelSmall": true,
                "labelPageLayoutG_UID": "LxqoENjvQk6GjJoiqS1jlw==",
                "labelPageLayoutGuid": "10a81a2f-efd8-4e42-868c-9a22a92d6397",
                "updated": "2025-08-02T23:27:50.8240605",
                "electronicShelfLabelIdentifier": "sample string 5",
                "electronicshelfLabelsConfigurationID": 6,
                "labelShelfChanged": true,
                "productName": "sample string 8",
                "locationText": "sample string 9",
                "product": {
                  "$ref": "8"
                },
                "location": {
                  "$id": "47",
                  "identifier": "vi5hCq+e1E2uiFpVRDQ0Ng==",
                  "storeID": 1,
                  "identifierGuid": "0a612ebe-9eaf-4dd4-ae88-5a5544343436",
                  "name": "sample string 2",
                  "haccp": true,
                  "blueprintID": 1,
                  "updated": "2025-08-02T23:27:50.8240605",
                  "minTemp": 1,
                  "maxTemp": 1,
                  "checkFrequency": 1,
                  "storeCaseConfiguration": 5,
                  "storeName": "sample string 6",
                  "bins": [
                    {
                      "$ref": "46"
                    },
                    {
                      "$ref": "46"
                    }
                  ]
                }
              },
              {
                "$ref": "46"
              }
            ],
            "bin": {
              "$ref": "46"
            },
            "scaleLocations": [
              {
                "$id": "48",
                "plu": 1,
                "pluG_UID": "i+caT9NAy0KvaSLw9xkyNw==",
                "pluGuid": "4f1ae78b-40d3-42cb-af69-22f0f7193237",
                "deptNo": 1,
                "product": {
                  "$ref": "8"
                },
                "scaleLocation": {
                  "$id": "49",
                  "id": 1,
                  "deptNo": 1,
                  "deptCode": "sample string 2",
                  "name": "sample string 3",
                  "enabled": true,
                  "updated": "2025-08-02T23:27:50.8240605",
                  "department": {
                    "$id": "50",
                    "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": "49"
                    },
                    "subDepartments": [
                      {
                        "$id": "51",
                        "id": 1,
                        "departmentID": 2,
                        "name": "sample string 3",
                        "code": "sample string 4",
                        "departmentCode": "sample string 5",
                        "externalSales": true,
                        "minorDepartments": [
                          {
                            "$id": "52",
                            "id": 1,
                            "subDepartmentID": 2,
                            "departmentID": 3,
                            "name": "sample string 4",
                            "subDepartmentCode": "sample string 5",
                            "departmentCode": "sample string 6",
                            "code": "sample string 7",
                            "lesserDepartments": [
                              {
                                "$id": "53",
                                "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-08-02T23:27:50.8240605",
                                "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": "6C7jtyBb/0+Rj4bs6EUcxg==",
                                "labelPageLayoutGuid": "b7e32ee8-5b20-4fff-918f-86ece8451cc6",
                                "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": "54",
                                  "dept": 1,
                                  "category": 2,
                                  "name": "sample string 3",
                                  "active": true,
                                  "mscCommodities": [
                                    {
                                      "$id": "55",
                                      "dept": 1,
                                      "category": 2,
                                      "commodity": 3,
                                      "name": "sample string 4",
                                      "active": true,
                                      "mscSubCommodities": [
                                        {
                                          "$id": "56",
                                          "dept": 1,
                                          "category": 2,
                                          "commodity": 3,
                                          "subCommodity": 4,
                                          "name": "sample string 5",
                                          "active": true,
                                          "subCommodityCode": "sample string 7"
                                        },
                                        {
                                          "$ref": "56"
                                        }
                                      ],
                                      "commodityCode": "sample string 6"
                                    },
                                    {
                                      "$ref": "55"
                                    }
                                  ],
                                  "categoryCode": "sample string 5"
                                },
                                "mscCom": {
                                  "$ref": "55"
                                },
                                "mscDep": {
                                  "$id": "57",
                                  "dept": 1,
                                  "name": "sample string 2",
                                  "active": true,
                                  "mscCategories": [
                                    {
                                      "$ref": "54"
                                    },
                                    {
                                      "$ref": "54"
                                    }
                                  ],
                                  "deptCode": "sample string 4"
                                },
                                "mscSubCom": {
                                  "$ref": "56"
                                }
                              },
                              {
                                "$ref": "53"
                              }
                            ],
                            "updated": "2025-08-02T23:27:50.8240605",
                            "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": "wMqEfga4w0irvs68N4+Sug==",
                            "labelPageLayoutGuid": "7e84cac0-b806-48c3-abbe-cebc378f92ba",
                            "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": "54"
                            },
                            "mscCom": {
                              "$ref": "55"
                            },
                            "mscDep": {
                              "$ref": "57"
                            },
                            "mscSubCom": {
                              "$ref": "56"
                            }
                          },
                          {
                            "$ref": "52"
                          }
                        ],
                        "investmentBuyOverride": true,
                        "updated": "2025-08-02T23:27:50.8240605",
                        "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": "wB0o9DxFo0+7HybW1vqhhg==",
                        "labelPageLayoutGuid": "f4281dc0-453c-4fa3-bb1f-26d6d6faa186",
                        "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": "54"
                        },
                        "mscCom": {
                          "$ref": "55"
                        },
                        "mscDep": {
                          "$ref": "57"
                        },
                        "mscSubCom": {
                          "$ref": "56"
                        }
                      },
                      {
                        "$ref": "51"
                      }
                    ],
                    "stores": [
                      1,
                      2
                    ],
                    "investmentBuyOverride": true,
                    "updated": "2025-08-02T23:27:50.8240605",
                    "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": "HGihh7oLBkOSQiY/9zLfjA==",
                    "labelPageLayoutGuid": "87a1681c-0bba-4306-9242-263ff732df8c",
                    "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": "54"
                    },
                    "mscCom": {
                      "$ref": "55"
                    },
                    "mscDep": {
                      "$ref": "57"
                    },
                    "mscSubCom": {
                      "$ref": "56"
                    }
                  }
                }
              },
              {
                "$ref": "48"
              }
            ],
            "nextPrice": {
              "$id": "58",
              "id": 1,
              "campaignID": 2,
              "campaignName": "sample string 3",
              "plu": 1,
              "hostOfferID": 1,
              "metcashPromotionID": "sample string 4",
              "metcashPromotionPlacement": "sample string 5",
              "pluG_UID": "0Qurhea4OE2bWuwQWF0reQ==",
              "pluGuid": "85ab0bd1-b8e6-4d38-9b5a-ec10585d2b79",
              "newPrice": 1,
              "pctDiscount": 1,
              "newCost": 1,
              "newCostDecimals": 6,
              "dealCostIdentifier": "7xlYh6ZoYUiTEWIlNLk8dg==",
              "dealCostGuid": "875819ef-68a6-4861-9311-622534b93c76",
              "pluName": "sample string 7",
              "apn": "sample string 8",
              "fuelItem": true,
              "priceGroupG_UID": "axnU/SBdP0ONtDe1fyktlg==",
              "priceGroupGuid": "fdd4196b-5d20-433f-8db4-37b57f292d96",
              "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-08-02T23:27:50.8240605",
              "rrp": 26,
              "campaignDescription": "sample string 27",
              "campaignComboPriceGroupG_UID": "d7uS4zFAEUa/vqrUXZxOdg==",
              "campaignComboPriceGroupIdentifier": "e392bb77-4031-4611-bfbe-aad45d9c4e76",
              "promotionPlacementDescription": "sample string 28",
              "storeAcceptances": [
                {
                  "$id": "59",
                  "plu": 1,
                  "pluG_UId": "QEA=",
                  "campaignID": 1,
                  "campaignName": "sample string 2",
                  "storeID": 3,
                  "acceptedUtc": "2025-08-02T23:27:50.8240605",
                  "operatorG_UID": "JXuPJIiJmkOFpBx5sA6b2g==",
                  "operatorGuid": "248f7b25-8988-439a-85a4-1c79b00e9bda",
                  "machineID": 1,
                  "processed": true,
                  "appliedUtc": "2025-08-02T23:27:50.8240605",
                  "signIqTicketFileMovedUtc": "2025-08-02T23:27:50.8240605",
                  "user": "sample string 6",
                  "campaignDescription": "sample string 7",
                  "productDesc": "sample string 8",
                  "storeName": "sample string 9",
                  "effectiveUtc": "2025-08-02T23:27:50.8240605",
                  "priceChangeType": 0,
                  "operatorName": "sample string 10",
                  "hostCampaign": true,
                  "product": {
                    "$ref": "8"
                  },
                  "campaignPlu": {
                    "$ref": "58"
                  }
                },
                {
                  "$ref": "59"
                }
              ],
              "campaign": {
                "$id": "60",
                "id": 1,
                "storeID": 2,
                "name": "ab4a2e19-cf02-405b-baf1-7aaab9620c2f",
                "nameGuid": "ab4a2e19-cf02-405b-baf1-7aaab9620c2f",
                "description": "sample string 4",
                "showDiscounts": true,
                "showTotals": true,
                "onlyEvaluateOnSubtotal": true,
                "useDescription": true,
                "campaignType": 1,
                "startDate": "2025-08-02T23:27:50.8240605",
                "startTime": 1,
                "endDate": "2025-08-02T23:27:50.8240605",
                "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-08-02T23:27:50.8240605",
                "system": true,
                "created": "2025-08-02T23:27:50.8240605",
                "updated": "2025-08-02T23:27:50.8240605",
                "priceChangeNotifiedUtc": "2025-08-02T23:27:50.8240605",
                "promoType": 1,
                "promotionTypeCode": "sample string 13",
                "hostIdentifier": "iF98xf4QgUu1gcRswx7SAQ==",
                "hostIdentifierGuid": "c57c5f88-10fe-4b81-b581-c46cc31ed201",
                "hostType": 14,
                "createdByUser": "sample string 15",
                "fromHost": true,
                "deleted": true,
                "campaignDeleted": "2025-08-02T23:27:50.8240605",
                "updatedByUser": "sample string 18",
                "offerID": 1,
                "isPriceChangeCampaign": true,
                "stores": [
                  1,
                  2
                ],
                "storeNames": [
                  "sample string 1",
                  "sample string 2"
                ],
                "campaignPlus": [
                  {
                    "$ref": "58"
                  },
                  {
                    "$ref": "58"
                  }
                ],
                "campaignPools": [
                  {
                    "$id": "61",
                    "id": 1,
                    "campaignID": 2,
                    "campaignName": "sample string 3",
                    "plu": 4,
                    "pluG_UID": "k33rI002G0eV6++WOCb3eg==",
                    "pluGuid": "23eb7d93-364d-471b-95eb-ef963826f77a",
                    "hostOfferID": 1,
                    "priceGroupG_UID": "pz8DDBrJ3UeLMYxHYE4j3g==",
                    "priceGroupGuid": "0c033fa7-c91a-47dd-8b31-8c47604e23de",
                    "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-08-02T23:27:50.8240605",
                    "rrp": 17,
                    "campaignDescription": "sample string 18",
                    "product": {
                      "$ref": "8"
                    },
                    "campaign": {
                      "$ref": "60"
                    }
                  },
                  {
                    "$ref": "61"
                  }
                ],
                "sellingRules": [
                  {
                    "$id": "62",
                    "id": 1,
                    "identifier": "HdK3wsBqLEGaop7Kq2nFdg==",
                    "identifierStr": "HdK3wsBqLEGaop7Kq2nFdg==",
                    "identifierGuid": "c2b7d21d-6ac0-412c-9aa2-9ecaab69c576",
                    "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": "60"
                    }
                  },
                  {
                    "$ref": "62"
                  }
                ],
                "customers": [
                  {
                    "$id": "63",
                    "id": 1,
                    "campaignID": 2,
                    "campaignName": "sample string 3",
                    "customerID": "EmG3Z2hzrk+bd0QEd0kiyg==",
                    "customerIDGuid": "67b76112-7368-4fae-9b77-4404774922ca",
                    "campaign": {
                      "$ref": "60"
                    },
                    "customer": {
                      "$id": "64",
                      "identifier": "wjnGqQSlYESNaUZLRvlylQ==",
                      "identifierGuid": "a9c639c2-a504-4460-8d69-464b46f97295",
                      "code": "sample string 2",
                      "familyName": "sample string 3",
                      "givenName": "sample string 4",
                      "otherName": "sample string 5",
                      "title": "sample string 6",
                      "dateOfBirth": "2025-08-02T23:27:50.839681",
                      "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": "g8J/nzAiK0iLU39jHijy7g==",
                      "communityIdentifierGuid": "9f7fc283-2230-482b-8b53-7f631e28f2ee",
                      "joined": "2025-08-02T23:27:50.839681",
                      "updated": "2025-08-02T23:27:50.839681",
                      "active": true,
                      "reasonInactive": 1,
                      "groupCustomer": true,
                      "loyaltyPoints": 1,
                      "homeStoreID": 1,
                      "availableSpend": 1,
                      "priceLevelIdentifier": "lFta56mIfEe3pBGtLycwvg==",
                      "priceLevelIdentifierGuid": "e75a5b94-88a9-477c-b7a4-11ad2f2730be",
                      "marketingID": "sample string 18",
                      "hidden": true,
                      "registered": true,
                      "registeredOn": "2025-08-02T23:27:50.839681",
                      "emailMarketing": true,
                      "smsMarketing": true,
                      "deleted": true,
                      "deletedUser": "sample string 24",
                      "homeStoreName": "sample string 25",
                      "customerCards": [
                        {
                          "$id": "65",
                          "cardType": 2,
                          "issueDate": "2025-08-02T23:27:50.839681",
                          "expiry": "2025-08-02T23:27:50.839681",
                          "customerID": "s15G34GdJEGOSwhf1GGRBQ==",
                          "customerIDGuid": "df465eb3-9d81-4124-8e4b-085fd4619105",
                          "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-08-02T23:27:50.839681",
                          "linkedAccount": "q9lfzVKSDkqVanezl5bf/Q==",
                          "linkedAccountGuid": "cd5fd9ab-9252-4a0e-956a-77b39796dffd",
                          "currentValueChanged": true,
                          "limitsChanged": true,
                          "customer": {
                            "$ref": "64"
                          },
                          "account": {
                            "$id": "66",
                            "id": 1,
                            "identifier": "DaVd6JyTkU2H7mGqaQOkdA==",
                            "identifierGuid": "e85da50d-939c-4d91-87ee-61aa6903a474",
                            "referenceNo": "sample string 3",
                            "name": "sample string 4",
                            "created": "2025-08-02T23:27:50.839681",
                            "owner": "9/pEHEtOr02xJuNKK3bD3A==",
                            "ownerGuid": "1c44faf7-4e4b-4daf-b126-e34a2b76c3dc",
                            "accountStoreGroupIdentifier": "tgKfh8aodESiW8XRF9to3A==",
                            "accountStoreGroupGuid": "879f02b6-a8c6-4474-a25b-c5d117db68dc",
                            "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-08-02T23:27:50.839681",
                            "active": true,
                            "updated": "2025-08-02T23:27:50.839681",
                            "deleted": true,
                            "deletedUser": "sample string 16",
                            "currentBalanceChanged": true,
                            "maximumLimitChanged": true,
                            "loyaltyPointsChanged": true,
                            "projectedBalance": 17,
                            "accountStoreGroupStoreIDs": [
                              1,
                              2
                            ],
                            "customerEmail": "sample string 18",
                            "ownerCustomer": {
                              "$ref": "64"
                            },
                            "card": {
                              "$ref": "65"
                            },
                            "members": {
                              "$id": "67",
                              "sample string 1": [
                                {
                                  "$ref": "64"
                                },
                                {
                                  "$ref": "64"
                                }
                              ],
                              "sample string 2": [
                                {
                                  "$ref": "64"
                                },
                                {
                                  "$ref": "64"
                                }
                              ]
                            },
                            "customerGroups": [
                              {
                                "$id": "68",
                                "identifier": "o3WeSzxfSUGylRDcSTVMhg==",
                                "identifierGuid": "4b9e75a3-5f3c-4149-b295-10dc49354c86",
                                "name": "sample string 2",
                                "primaryContact": "Mpou+rAbzkuvZHj4Uty6lg==",
                                "primaryContactGuid": "fa2e9a32-1bb0-4bce-af64-78f852dcba96",
                                "accountID": "FsgRK7q0HkaSdHAVFcTpYg==",
                                "accountIDGuid": "2b11c816-b4ba-461e-9274-701515c4e962",
                                "special": true,
                                "updated": "2025-08-02T23:27:50.839681",
                                "active": true,
                                "reasonInactive": 1,
                                "priceLevelIdentifier": "9DkT3EqPkUSVWtM6xNbL4g==",
                                "priceLevelIdentifierGuid": "dc1339f4-8f4a-4491-955a-d33ac4d6cbe2",
                                "deleted": true,
                                "account": {
                                  "$ref": "66"
                                },
                                "primaryContactCustomer": {
                                  "$ref": "64"
                                },
                                "customerGroupMembers": [
                                  {
                                    "$id": "69",
                                    "id": 1,
                                    "groupID": "fNP8KrybhUuRQ3dTL4rpFg==",
                                    "groupIDGuid": "2afcd37c-9bbc-4b85-9143-77532f8ae916",
                                    "customerID": "98henxmMqEqlb23cByOrKg==",
                                    "customerIDGuid": "9f5ec8f7-8c19-4aa8-a56f-6ddc0723ab2a",
                                    "card": "sample string 4",
                                    "linkedAccount": "btn6igs2qUiev5SrtMpuLw==",
                                    "linkedAccountGuid": "8afad96e-360b-48a9-9ebf-94abb4ca6e2f",
                                    "customer": {
                                      "$ref": "64"
                                    },
                                    "group": {
                                      "$ref": "68"
                                    },
                                    "customerCard": {
                                      "$ref": "65"
                                    }
                                  },
                                  {
                                    "$ref": "69"
                                  }
                                ]
                              },
                              {
                                "$ref": "68"
                              }
                            ]
                          },
                          "payments": [
                            {
                              "$id": "70",
                              "id": 1,
                              "identifier": "lNmOe/szH0+RGZSUQ1rN4g==",
                              "identifierGuid": "7b8ed994-33fb-4f1f-9119-9494435acde2",
                              "storeID": 2,
                              "operatorName": "sample string 3",
                              "saleHeaderID": 4,
                              "paymentType": 5,
                              "amount": 6,
                              "account": "sample string 7",
                              "accountID": "dOaVXlzRV0KYHBEibbBjsQ==",
                              "accountIDGuid": "5e95e674-d15c-4257-981c-11226db063b1",
                              "customerAccount": {
                                "$ref": "66"
                              },
                              "customerCard": {
                                "$ref": "65"
                              },
                              "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-08-02T23:27:50.839681",
                              "invRocNo": "sample string 14",
                              "responseCode": "sample string 15",
                              "cashout": 1,
                              "tip": 16,
                              "idempotentVoid": "HIZ7alIfhEiGKRwULulZ4w==",
                              "idempotentVoidGuid": "6a7b861c-1f52-4884-8629-1c142ee959e3",
                              "offline": true,
                              "processed": 1,
                              "storeSaleHeader": {
                                "$id": "71",
                                "saleHeaderID": 1,
                                "saleHeaderGuid": "gNEe4NIwpE6ieOqR+1Z74w==",
                                "saleHeaderIdentifierGuid": "e01ed180-30d2-4ea4-a278-ea91fb567be3",
                                "created": "2025-08-02T23:27:50.839681",
                                "createdLocal": "2025-08-02T23:27:50.839681",
                                "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-08-02T23:27:50.839681",
                                "storeID": 1,
                                "operatorG_Uid": "bzpt5yEdOkC+nQPmMvFrbg==",
                                "operatorGuid": "e76d3a6f-1d21-403a-be9d-03e632f16b6e",
                                "customerG_Uid": "61YjloRw4kuSjEHfSL6Qug==",
                                "customerGuid": "962356eb-7084-4be2-928c-41df48be90ba",
                                "communityIdentifier": "aHqrvoYabU6JPoYttiWBHQ==",
                                "communityIdentifierGuid": "beab7a68-1a86-4e6d-893e-862db625811d",
                                "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": "BUdKpwZ3oU29i4aMNEmesg==",
                                "priceLevelIdentifierGuid": "a74a4705-7706-4da1-bd8b-868c34499eb2",
                                "locked": 36,
                                "relationChecksum": "sample string 37",
                                "loyaltyTender": 1,
                                "giftCardTender": 1,
                                "operator": {
                                  "$ref": "31"
                                },
                                "customer": {
                                  "$ref": "64"
                                },
                                "communityOrganisation": {
                                  "$id": "72",
                                  "id": 1,
                                  "identifier": "+d33znBn5UmM/JstIvSrqA==",
                                  "identifierGuid": "cef7ddf9-6770-49e5-8cfc-9b2d22f4aba8",
                                  "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-08-02T23:27:50.839681",
                                  "deleted": true
                                },
                                "details": [
                                  {
                                    "$id": "73",
                                    "saleItemID": 1,
                                    "identifier": "w7l5RXN+EUeGy8pOdAxSTg==",
                                    "identifierGuid": "4579b9c3-7e73-4711-86cb-ca4e740c524e",
                                    "saleHeaderID": 2,
                                    "plu": 1,
                                    "pluG_UId": "6IC9a3AHcUeHwStqTWz1oQ==",
                                    "pluGuid": "6bbd80e8-0770-4771-87c1-2b6a4d6cf5a1",
                                    "accountID": "kJb5uYRM+0mbRxVm9aAIww==",
                                    "accountIDGuid": "b9f99690-4c84-49fb-9b47-1566f5a008c3",
                                    "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-08-02T23:27:50.839681",
                                    "bestOrExpireType": 1,
                                    "providerName": "sample string 11",
                                    "refundG_UID": "FS3Bo19ipUyIhdfUOhRvwg==",
                                    "refundGuid": "a3c12d15-625f-4ca5-8885-d7d43a146fc2",
                                    "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": "0F38fXX+U06WdtUpZmyNpg==",
                                    "idempotentVoidGuid": "7dfc5dd0-fe75-4e53-9676-d529666c8da6",
                                    "priceLevelIdentifier": "ErDMnHgPDEuPLNRloR8jkA==",
                                    "priceLevelIdentifierGuid": "9cccb012-0f78-4b0c-8f2c-d465a11f2390",
                                    "productName": "sample string 23",
                                    "apn": "sample string 24",
                                    "unknownScans": [
                                      {
                                        "$id": "74",
                                        "id": 1,
                                        "saleDetailID": 2,
                                        "storeID": 1,
                                        "scanned": "2025-08-02T23:27:50.839681",
                                        "operatorG_UID": "QEA=",
                                        "barcode": "sample string 4",
                                        "processed": 1
                                      },
                                      {
                                        "$ref": "74"
                                      }
                                    ],
                                    "refund": {
                                      "$id": "75",
                                      "id": 1,
                                      "g_UID": "1TJCfWYNv0WKPGg8nFVTvQ==",
                                      "guid": "7d4232d5-0d66-45bf-8a3c-683c9c5553bd",
                                      "description": "sample string 1",
                                      "dumped": true,
                                      "inventoryReasonID": 1,
                                      "sortOrder": 1,
                                      "updated": "2025-08-02T23:27:50.839681"
                                    },
                                    "modifier": {
                                      "$id": "76",
                                      "id": 1,
                                      "setG_UID": "9m/BnkabsUufKpkA4oRIiQ==",
                                      "modifierSetGuid": "9ec16ff6-9b46-4bb1-9f2a-9900e2844889",
                                      "name": "sample string 2",
                                      "price": 1,
                                      "quantity": 1,
                                      "modifierType": 1,
                                      "groupNumber": 1,
                                      "pageNumber": 1,
                                      "controlOrder": 1,
                                      "printToStation": true,
                                      "pluG_UID": "7/QpvXP7skmmqYEILMKj5Q==",
                                      "pluGuid": "bd29f4ef-fb73-49b2-a6a9-81082cc2a3e5",
                                      "deleted": true,
                                      "g_UID": "pmsS3O96kEmwxhdMqxsV5w==",
                                      "guid": "dc126ba6-7aef-4990-b0c6-174cab1b15e7",
                                      "product": {
                                        "$ref": "8"
                                      }
                                    },
                                    "priceLevelName": "sample string 25",
                                    "pumpNumber": 1,
                                    "hoseNumber": 1
                                  },
                                  {
                                    "$ref": "73"
                                  }
                                ],
                                "eftReceipts": [
                                  {
                                    "$id": "77",
                                    "id": 1,
                                    "storeID": 1,
                                    "saleHeaderID": 2,
                                    "storeSaleHeader": {
                                      "$ref": "71"
                                    },
                                    "receipt": "sample string 3",
                                    "processed": 1
                                  },
                                  {
                                    "$ref": "77"
                                  }
                                ],
                                "payments": [
                                  {
                                    "$ref": "70"
                                  },
                                  {
                                    "$ref": "70"
                                  }
                                ],
                                "cards": [
                                  {
                                    "$id": "78",
                                    "id": 1,
                                    "saleHeaderID": 1,
                                    "identifier": "sample string 2",
                                    "cardType": 3,
                                    "providerName": "sample string 4"
                                  },
                                  {
                                    "$ref": "78"
                                  }
                                ],
                                "campaignHits": [
                                  {
                                    "$id": "79",
                                    "id": 1,
                                    "saleHeaderID": 2,
                                    "campaign": "sample string 3",
                                    "name": "sample string 4",
                                    "processed": 1,
                                    "campaignDescription": "sample string 5"
                                  },
                                  {
                                    "$ref": "79"
                                  }
                                ],
                                "fuel": [
                                  {
                                    "$id": "80",
                                    "id": 1,
                                    "plu": 1,
                                    "pluG_UID": "Q0ZBAIv19U6JF2EmJQ6zFA==",
                                    "pluGuid": "00414643-f58b-4ef5-8917-6126250eb314",
                                    "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-08-02T23:27:50.839681",
                                    "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-08-02T23:27:50.839681",
                                    "tagNumber": "sample string 15",
                                    "trackTwoRem": "sample string 16",
                                    "transCode": 1,
                                    "transType": 1,
                                    "unitPrice": 1.0,
                                    "vehicleReg": "sample string 17",
                                    "offline": true,
                                    "processed": 1
                                  },
                                  {
                                    "$ref": "80"
                                  }
                                ],
                                "fuelResells": [
                                  {
                                    "$id": "81",
                                    "saleItemID": 1,
                                    "saleHeaderID": 2,
                                    "plu": 1,
                                    "pluG_UId": "hIfnN/0klUylE31J3P0L9A==",
                                    "pluGuid": "37e78784-24fd-4c95-a513-7d49dcfd0bf4",
                                    "accountID": "qj163nXR5EeORygNgaojqg==",
                                    "accountIDGuid": "de7a3daa-d175-47e4-8e47-280d81aa23aa",
                                    "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-08-02T23:27:50.839681",
                                    "bestOrExpireType": 1,
                                    "refundG_UID": "TCqZ5P+8vU60gHbQDQuNfQ==",
                                    "refundGuid": "e4992a4c-bcff-4ebd-b480-76d00d0b8d7d",
                                    "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": "81"
                                  }
                                ],
                                "customerOrder": [
                                  {
                                    "$id": "82",
                                    "identifier": "EacXVrx4vkOGUkkqk+7Cyw==",
                                    "identifierGuid": "5617a711-78bc-43be-8652-492a93eec2cb",
                                    "id": 1,
                                    "orderNo": 2,
                                    "externalSaleIdentifier": "sample string 3",
                                    "storeID": 4,
                                    "zoneID": 5,
                                    "deptNo": 6,
                                    "customerIdentifier": "NYlF6XCOYU6uQgEs1ZsNow==",
                                    "customerIdentifierGuid": "e9458935-8e70-4e61-ae42-012cd59b0da3",
                                    "operatorNo": 1,
                                    "operatorG_UID": "uo4RWmVu8EaZXw6V1dolvg==",
                                    "operatorGuid": "5a118eba-6e65-46f0-995f-0e95d5da25be",
                                    "created": "2025-08-02T23:27:50.839681",
                                    "ordered": "2025-08-02T23:27:50.839681",
                                    "started": "2025-08-02T23:27:50.839681",
                                    "completed": "2025-08-02T23:27:50.839681",
                                    "supplied": "2025-08-02T23:27:50.839681",
                                    "quickTicket": 1,
                                    "deleted": true,
                                    "walkAway": true,
                                    "approxWait": 1,
                                    "actualWait": 1,
                                    "deliveryMethod": 8,
                                    "externalSaleType": 9,
                                    "customer": {
                                      "$ref": "64"
                                    },
                                    "operator": {
                                      "$ref": "31"
                                    },
                                    "details": [
                                      {
                                        "$id": "83",
                                        "headerID": 1,
                                        "plu": 1,
                                        "pluG_UId": "m+6IkvVayU+5WPQbMUOsmw==",
                                        "pluGuid": "9288ee9b-5af5-4fc9-b958-f41b3143ac9b",
                                        "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": "Aq2T1jaUd0WqmhnSXx7yqA==",
                                        "headerIdentifierGuid": "d693ad02-9436-4577-aa9a-19d25f1ef2a8",
                                        "product": {
                                          "$ref": "8"
                                        }
                                      },
                                      {
                                        "$ref": "83"
                                      }
                                    ],
                                    "storeName": "sample string 11",
                                    "customerName": "sample string 12",
                                    "storeReplyTo": "sample string 13",
                                    "storeSubjectLine": "sample string 14",
                                    "storeSaleHeader": {
                                      "$ref": "71"
                                    }
                                  },
                                  {
                                    "$ref": "82"
                                  }
                                ],
                                "surveyResponses": [
                                  {
                                    "$id": "84",
                                    "surveyG_UID": "gZZsVRaxLkqwOibjPd84DQ==",
                                    "surveyGuid": "556c9681-b116-4a2e-b03a-26e33ddf380d",
                                    "saleHeaderGuid": "nUmjSxtam0GEbpEQFBNdHA==",
                                    "saleGuid": "4ba3499d-5a1b-419b-846e-911014135d1c",
                                    "textResponse": "sample string 1",
                                    "integerResponse": 1,
                                    "g_UIDResponse": "4kN79ZFCl0SU6BYdoJXygg==",
                                    "guidResponse": "f57b43e2-4291-4497-94e8-161da095f282",
                                    "whoAnswered": 2,
                                    "answeredAtUTC": "2025-08-02T23:27:50.839681",
                                    "sale": {
                                      "$ref": "71"
                                    },
                                    "survey": {
                                      "$id": "85",
                                      "g_UID": "fA3RzsgLcE2j/zrZpWF2bA==",
                                      "guid": "ced10d7c-0bc8-4d70-a3ff-3ad9a561766c",
                                      "name": "sample string 1",
                                      "storeID": 2,
                                      "zoneID": 1,
                                      "checkoutFormG_UID": "gyLggNfYNUOBtwxsEbpmHg==",
                                      "checkoutFormGuid": "80e02283-d8d7-4335-81b7-0c6c11ba661e",
                                      "displayToWho": 3,
                                      "displayWhen": 4,
                                      "start": "2025-08-02T23:27:50.839681",
                                      "end": "2025-08-02T23:27:50.839681",
                                      "deleted": true,
                                      "updated": "2025-08-02T23:27:50.839681",
                                      "possibleIntegerResponses": [
                                        1,
                                        2
                                      ],
                                      "possibleTextResponses": [
                                        "sample string 1",
                                        "sample string 2"
                                      ],
                                      "possibleGuidResponses": [
                                        "5e05a9fd-4b74-446f-a7bd-e899830ee4de",
                                        "47471bbe-1bac-48dc-8046-9ad9068d239c"
                                      ],
                                      "allowsAllTextResponses": true,
                                      "surveyForm": {
                                        "$ref": "39"
                                      }
                                    },
                                    "ingressId": "sample string 4"
                                  },
                                  {
                                    "$ref": "84"
                                  }
                                ],
                                "storeName": "sample string 38",
                                "machineName": "sample string 39",
                                "operatorName": "sample string 40",
                                "direction": 1,
                                "reason": "sample string 41",
                                "accountG_UID": "60dwXCIbJEqtiEd5Xf7XaA==",
                                "accountIdentifier": "5c7047eb-1b22-4a24-ad88-47795dfed768",
                                "accountName": "sample string 42",
                                "customerOrderIdentifier": "Y1v4mGgqM0yi9xV9np553w==",
                                "customerOrderIdentifierGuid": "98f85b63-2a68-4c33-a2f7-157d9e9e79df",
                                "priceLevelName": "sample string 43",
                                "revision": 44,
                                "ingressId": "sample string 45"
                              },
                              "metadata": {
                                "$id": "86",
                                "id": 1,
                                "paymentID": 2,
                                "paymentIdentifier": "QAlffstL+kaJuk61p5PjtQ==",
                                "paymentIdentifierGuid": "7e5f0940-4bcb-46fa-89ba-4eb5a793e3b5",
                                "identifier": "8cPNfc7rQEGl5KRb1KojlA==",
                                "identifierGuid": "7dcdc3f1-ebce-4140-a5e4-a45bd4aa2394",
                                "metadata": "sample string 3",
                                "signatureImage": "QEA=",
                                "itemIdentifier": "hziCp9422kuT8NE9BSgErw==",
                                "itemIdentifierGuid": "a7823887-36de-4bda-93f0-d13d052804af"
                              }
                            },
                            {
                              "$ref": "70"
                            }
                          ]
                        },
                        {
                          "$ref": "65"
                        }
                      ],
                      "customerGroupMembers": [
                        {
                          "$ref": "69"
                        },
                        {
                          "$ref": "69"
                        }
                      ],
                      "customerGroups": [
                        {
                          "$ref": "68"
                        },
                        {
                          "$ref": "68"
                        }
                      ],
                      "accounts": [
                        {
                          "$ref": "66"
                        },
                        {
                          "$ref": "66"
                        }
                      ],
                      "account": {
                        "$ref": "66"
                      },
                      "vouchers": [
                        {
                          "$id": "87",
                          "customerIdentifier": "XPMBoHOlyEC4B8bVvkYDLQ==",
                          "customerIdentifierGuid": "a001f35c-a573-40c8-b807-c6d5be46032d",
                          "voucherName": "sample string 2",
                          "count": 3,
                          "storeID": 4,
                          "barcode": "sample string 5",
                          "redeemCount": 6,
                          "issueCount": 7,
                          "storeSalePaymentID": 1,
                          "idempotentID": "JOd02bkjo0aaZspRJiXufQ==",
                          "idempotentGuid": "d974e724-23b9-46a3-9a66-ca512625ee7d",
                          "offline": true,
                          "voucher": {
                            "$id": "88",
                            "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-08-02T23:27:50.839681",
                            "barcodeTemplate": {
                              "$id": "89",
                              "templateID": 1,
                              "template": "sample string 1",
                              "bcFunction": "sample string 2",
                              "sortOrder": 3
                            },
                            "scaleLabel": {
                              "$id": "90",
                              "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-08-02T23:27:50.839681",
                              "labelPageLayout": "keKpBCNsiU6qGHWyJfk1aw==",
                              "pageLayoutGuid": "04a9e291-6c23-4e89-aa18-75b225f9356b",
                              "labelType": 6,
                              "oldName": "sample string 7",
                              "voucher": {
                                "$ref": "88"
                              },
                              "elements": [
                                {
                                  "$id": "91",
                                  "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-08-02T23:27:50.839681"
                                },
                                {
                                  "$ref": "91"
                                }
                              ]
                            },
                            "customerVouchers": [
                              {
                                "$id": "92",
                                "id": 1,
                                "customerIdentifier": "QRbmn3zuiEWnrlLomVRdbg==",
                                "customerIdentifierGuid": "9fe61641-ee7c-4588-a7ae-52e899545d6e",
                                "voucherID": 3,
                                "voucherName": "sample string 4",
                                "storeID": 1,
                                "barcode": "sample string 5",
                                "dateOfIssue": "2025-08-02T23:27:50.839681",
                                "issuedSaleHeaderID": 1,
                                "issuedSaleIdentifier": "sample string 7",
                                "issuedOfflinePaymentID": 1,
                                "issuedIdempotentID": "Hj2n4zbFekKz5H6S3CVoDA==",
                                "issuedIdempotentGuid": "e3a73d1e-c536-427a-b3e4-7e92dc25680c",
                                "issuedOffline": true,
                                "issuedUser": "sample string 9",
                                "issuedNotes": "sample string 10",
                                "expiryDate": "2025-08-02T23:27:50.839681",
                                "expiredUser": "sample string 11",
                                "expiredNotes": "sample string 12",
                                "redeemed": "2025-08-02T23:27:50.839681",
                                "redeemedSaleHeaderID": 1,
                                "redeemedSaleIdentifier": "sample string 13",
                                "redeemedOfflinePaymentID": 1,
                                "redeemedIdempotentID": "7XKI5vLVHUKvYU5FG9ADhA==",
                                "redeemedIdempotentGuid": "e68872ed-d5f2-421d-af61-4e451bd00384",
                                "redeemedUser": "sample string 14",
                                "redeemedNotes": "sample string 15",
                                "redeemedOffline": true,
                                "updated": "2025-08-02T23:27:50.839681",
                                "storeName": "sample string 17",
                                "scaleLabel": {
                                  "$ref": "90"
                                },
                                "voucher": {
                                  "$ref": "88"
                                },
                                "customer": {
                                  "$ref": "64"
                                },
                                "issuedOfflinePayment": {
                                  "$ref": "70"
                                },
                                "redeemedOfflinePayment": {
                                  "$ref": "70"
                                }
                              },
                              {
                                "$ref": "92"
                              }
                            ]
                          },
                          "customer": {
                            "$ref": "64"
                          }
                        },
                        {
                          "$ref": "87"
                        }
                      ]
                    }
                  },
                  {
                    "$ref": "63"
                  }
                ],
                "customerGroups": [
                  {
                    "$id": "93",
                    "id": 1,
                    "campaignID": 2,
                    "campaignName": "sample string 3",
                    "groupID": "Veg8gxyMM0mF0DFGpmWA7g==",
                    "groupIDGuid": "833ce855-8c1c-4933-85d0-3146a66580ee",
                    "campaign": {
                      "$ref": "60"
                    },
                    "group": {
                      "$ref": "68"
                    }
                  },
                  {
                    "$ref": "93"
                  }
                ],
                "signIqTickets": [
                  {
                    "$id": "94",
                    "identifier": "neQHjxRA5kquflbKoaJzmg==",
                    "identifierGuid": "8f07e49d-4014-4ae6-ae7e-56caa1a2739a",
                    "campaignName": "sample string 2",
                    "message": "sample string 3",
                    "ticketFileSource": "sample string 4",
                    "ticketFileDestination": "sample string 5",
                    "storeID": 1
                  },
                  {
                    "$ref": "94"
                  }
                ],
                "comboPriceGroups": [
                  {
                    "$id": "95",
                    "id": 1,
                    "campaignID": 2,
                    "campaignName": "sample string 3",
                    "g_UID": "0/342sAh7E6k+ILhrsrtGw==",
                    "guid": "daf8fdd3-21c0-4eec-a4f8-82e1aecaed1b",
                    "description": "sample string 5",
                    "newPrice": 1,
                    "rangeDescription": "sample string 6",
                    "dealDescription": "sample string 7",
                    "labelQuantity": 8,
                    "hostProductCategoryID": 1,
                    "offerID": 1,
                    "dontUpdatePricePlus": true,
                    "campaign": {
                      "$ref": "60"
                    },
                    "comboPricePlus": [
                      {
                        "$id": "96",
                        "id": 1,
                        "campaignID": 2,
                        "campaignName": "sample string 3",
                        "groupG_UID": "6bBzaR7Xv0iByk8c/UVrSw==",
                        "groupGuid": "6973b0e9-d71e-48bf-81ca-4f1cfd456b4b",
                        "comboPriceType": 5,
                        "priceType": 5,
                        "pluG_UID": "F1nsy9qT5Eq2egvvLADm1w==",
                        "pluGuid": "cbec5917-93da-4ae4-b67a-0bef2c00e6d7",
                        "priceGroupG_UID": "tiQqRqbKU0Sm99kZHuc2sQ==",
                        "priceGroupGuid": "462a24b6-caa6-4453-a6f7-d9191ee736b1",
                        "campaignPoolID": "sample string 7",
                        "quantity": 1,
                        "campaign": {
                          "$ref": "60"
                        },
                        "product": {
                          "$ref": "8"
                        },
                        "priceGroup": {
                          "$ref": "25"
                        },
                        "campaignPool": {
                          "$ref": "60"
                        }
                      },
                      {
                        "$ref": "96"
                      }
                    ]
                  },
                  {
                    "$ref": "95"
                  }
                ],
                "priceLevels": [
                  {
                    "$id": "97",
                    "id": 1,
                    "priceLevelIdentifier": "ANAR6RZ3eUOOwWD+K8GNuA==",
                    "priceLevelIdentifierGuid": "e911d000-7716-4379-8ec1-60fe2bc18db8",
                    "campaignName": "sample string 3",
                    "priceLevelName": "sample string 4"
                  },
                  {
                    "$ref": "97"
                  }
                ]
              },
              "product": {
                "$ref": "8"
              },
              "dealCost": {
                "$id": "98",
                "headerIdentifier": "UwrKK08lkkObxEE6nlWKhQ==",
                "headerIdentifierGuid": "2bca0a53-254f-4392-9bc4-413a9e558a85",
                "identifier": "9ByX9oAzI0iQUbkjKqZDaQ==",
                "identifierGuid": "f6971cf4-3380-4823-9051-b9232aa64369",
                "supplierIdentifier": "FRJ/w95NxkqcUA3UOnAWLQ==",
                "supplierGuid": "c37f1215-4dde-4ac6-9c50-0dd43a70162d",
                "pluG_UID": "uO86JRHEt0axLnfOJLQy8g==",
                "pluGuid": "253aefb8-c411-46b7-b12e-77ce24b432f2",
                "campaignName": "d1a42555-eaea-48bb-94f6-2bd210a67698",
                "description": "sample string 4",
                "cost": 5,
                "costDecimals": 6,
                "start": "2025-08-02T23:27:50.839681",
                "end": "2025-08-02T23:27:50.839681",
                "type": 9,
                "promoType": 10,
                "bonusItemPLUG_UID": "7F5Yea9x20KBbFhojgBaew==",
                "bonusItemPluGuid": "79585eec-71af-42db-816c-58688e005a7b",
                "bonusPurchaseUnits": 11,
                "bonusReceiveUnits": 12,
                "updated": "2025-08-02T23:27:50.839681",
                "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-08-02T23:27:50.839681",
                "campaignEndDate": "2025-08-02T23:27:50.839681",
                "masterPLUG_UID": "2A70tj1NtkKffiHS8jw95A==",
                "masterID": "b6f40ed8-4d3d-42b6-9f7e-21d2f23c3de4",
                "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": "caGuQjhfCkmKe/O1ZXZM9g==",
                "bonusMasterID": "42aea171-5f38-490a-8a7b-f3b565764cf6",
                "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-08-02T23:27:50.839681",
            "dealCosts": [
              {
                "$ref": "98"
              },
              {
                "$ref": "98"
              }
            ],
            "tags": [
              {
                "$id": "99",
                "pluG_UID": "vysw1y2uG02E+NvZed3+Ig==",
                "pluGuid": "d7302bbf-ae2d-4d1b-84f8-dbd979ddfe22",
                "tagID": 1,
                "description": "sample string 1",
                "storeIDs": [
                  1,
                  2
                ]
              },
              {
                "$ref": "99"
              }
            ],
            "alternateProductG_UID": "bUtCcgBMuUSi6LD+J1RJfA==",
            "alternateProduct": "72424b6d-4c00-44b9-a2e8-b0fe2754497c",
            "productHostCode": {
              "$id": "100",
              "id": 1,
              "pluG_UID": "AnvRnLlmrEaz3oNq7T3iCQ==",
              "pluGuid": "9cd17b02-66b9-46ac-b3de-836aed3de209",
              "ibaCode": "sample string 2"
            },
            "mscCat": {
              "$ref": "54"
            },
            "mscCom": {
              "$ref": "55"
            },
            "mscDep": {
              "$ref": "57"
            },
            "mscSubCom": {
              "$ref": "56"
            },
            "isUserUpdate": true,
            "ignoreMasterProduct": true,
            "priceGroupLabelRequested": true,
            "firstSold": "2025-08-02T23:27:50.839681",
            "inventoryTracked": "2025-08-02T23:27:50.839681",
            "isNormalPriceChangesCampaign": true
          },
          "supplier": {
            "$ref": "3"
          },
          "serviceFee": {
            "$id": "101",
            "id": 1,
            "description": "sample string 1",
            "fee": 1
          },
          "isPrimaryHost": true,
          "hostVendor": 47
        },
        {
          "$ref": "6"
        }
      ],
      "orderCycleHeaders": [
        {
          "$id": "102",
          "storeID": 1,
          "supplierIdentifier": "qrcEgRi+LES3POogabGGuA==",
          "supplierGuid": "8104b7aa-be18-442c-b73c-ea2069b186b8",
          "departmentCode": "sample string 2",
          "warehouseDirectIndicator": "sample string 3",
          "type": 4,
          "storeName": "sample string 5",
          "departmentName": "sample string 6",
          "orderDays": 7
        },
        {
          "$ref": "102"
        }
      ],
      "cycles": [
        {
          "$id": "103",
          "storeID": 1,
          "supplierIdentifier": "JGyMx+vIakKOoPQz0/6AZQ==",
          "supplierGuid": "c78c6c24-c8eb-426a-8ea0-f433d3fe8065",
          "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-08-02T23:27:50.839681",
          "deliveryDate": "2025-08-02T23:27:50.839681",
          "nextCutOffDate": "2025-08-02T23:27:50.839681",
          "nextDeliveryDate": "2025-08-02T23:27:50.839681",
          "nextDaysBuffer": 10
        },
        {
          "$ref": "103"
        }
      ],
      "store": {
        "$ref": "9"
      },
      "updated": "2025-08-02T23:27:50.839681",
      "isHost": true
    },
    "files": [
      {
        "$id": "104",
        "id": "sample string 1",
        "fileName": "sample string 2",
        "extension": "sample string 3",
        "provider": 0,
        "type": 0,
        "hostType": "sample string 4",
        "createdUtc": "2025-08-02T23:27:50.839681",
        "processed": "2025-08-02T23:27:50.839681",
        "isProcessing": true,
        "processedCount": 6,
        "processingTime": 1,
        "collectedUtc": "2025-08-02T23:27:50.839681",
        "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": "2"
        },
        "metcashHeader": {
          "$id": "105",
          "customerNumber": "sample string 1",
          "creationDate": "2025-08-02T23:27:50.839681",
          "businessPillar": "sample string 3",
          "fileType": "sample string 4"
        }
      },
      {
        "$ref": "104"
      }
    ],
    "zoneMatrix": [
      {
        "$ref": "15"
      },
      {
        "$ref": "15"
      }
    ],
    "hostFileStoreSetting": {
      "$ref": "11"
    },
    "hostStoreSettings": [
      {
        "$ref": "11"
      },
      {
        "$ref": "11"
      }
    ],
    "promotionPlacements": [
      {
        "$id": "106",
        "identifier": "Q+2+EY0pKECA7SFGSkFoUg==",
        "identifierGuid": "11beed43-298d-4028-80ed-21464a416852",
        "code": "sample string 2",
        "description": "sample string 3",
        "isAdvertised": true
      },
      {
        "$ref": "106"
      }
    ],
    "promoTypeGuids": [
      "d4641295-743e-4181-9e5b-86e44bc87e7d",
      "a64e9de9-3dd5-4d28-a090-c10beb35cb40"
    ],
    "isPromotionOnly": false,
    "isOrderable": false,
    "vendor": 0
  },
  "stores": [
    {
      "$ref": "9"
    },
    {
      "$ref": "9"
    }
  ],
  "zoneMatrix": [
    {
      "$ref": "15"
    },
    {
      "$ref": "15"
    }
  ]
}

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.