POST api/store/{storeID}/invoices/process

Process all invoices that are on file

Request Information

URI Parameters

NameDescriptionTypeAdditional information
storeID

Store to process invoice files for

integer

Required

Body Parameters

None.

Response Information

Resource Description

List of result counts for invoice processing

InvoicingProcessResult
NameDescriptionTypeAdditional information
Completed

Total completed invoices

integer

None.

Failed

Total failed invoices

integer

None.

Skipped

Invoices that were skipped due to deliberate skipping by the service

integer

None.

Invoices

Mapped invoice objects to be saved

Collection of InvoiceProcess

None.

Response Formats

application/json, text/json

Sample:
{
  "completed": 1,
  "failed": 2,
  "skipped": 3,
  "invoices": [
    {
      "$id": "2",
      "invoice": {
        "$id": "3",
        "identifier": "579JbFEIw029LDzd63XHSQ==",
        "identifierGuid": "6c49bfe7-0851-4dc3-bd2c-3cddeb75c749",
        "storeID": 2,
        "tradingPartner": 0,
        "supplierIdentifier": "v18flZrx6ke+TV08Eq5gwA==",
        "supplierIdentifierGuid": "951f5fbf-f19a-47ea-be4d-5d3c12ae60c0",
        "xfer": true,
        "sourceStore": "sample string 3",
        "sourceCode": "sample string 4",
        "sourceAbn": "sample string 5",
        "targetCode": "sample string 6",
        "targetState": "sample string 7",
        "whouseRef": "sample string 8",
        "stateSource": "sample string 9",
        "status": 10,
        "fileID": "sample string 11",
        "created": "2025-06-14T06:23:10.360288",
        "createdByUser": "sample string 12",
        "updated": "2025-06-14T06:23:10.360288",
        "transType": 0,
        "transDateTime": "2025-06-14T06:23:10.360288",
        "invoiceNo": "sample string 13",
        "invoiceText": "sample string 14",
        "adjustmentNo": 1,
        "invoiceDate": "2025-06-14T06:23:10.360288",
        "claimNo": 1,
        "countReceivedReset": true,
        "accountingExported": true,
        "orderReceived": true,
        "orderGuid": "7uKqkMBlGkOsBxn7PDy7yg==",
        "orderIdentifier": "90aae2ee-65c0-431a-ac07-19fb3c3cbbca",
        "orderNo": 1,
        "orderText": "sample string 18",
        "supplierNotes": "sample string 19",
        "defaultStockReceiveDocumentId": 1,
        "receiptEmailSent": true,
        "receiptEmailSentId": "sample string 21",
        "receiptEmailSentStatus": "sample string 22",
        "customerCd": "sample string 23",
        "storeName": "sample string 24",
        "street": "sample string 25",
        "suburb": "sample string 26",
        "postCd": "sample string 27",
        "debtorCd": "sample string 28",
        "liquorLicense": "sample string 29",
        "bond": "sample string 30",
        "url": "sample string 31",
        "completed": "2025-06-14T06:23:10.360288",
        "received": "2025-06-14T06:23:10.360288",
        "invoiceSubTotal": 1.0,
        "itemTotalCost": 1.0,
        "adminFee": 1.0,
        "financeFee": 1.0,
        "invoiceTotal": 1.0,
        "weight": 1.0,
        "salesTax": 1.0,
        "tobaccoTax": 1.0,
        "shrinkWrap": 32.0,
        "gstTotal": 1.0,
        "margin": 1.0,
        "deliveryFee": 1.0,
        "transportFee": 33.0,
        "serviceFee": 1.0,
        "gstOnService": 1.0,
        "gstOnDelivery": 1.0,
        "gstOnShrinkWrap": 1.0,
        "wetTotal": 1.0,
        "gstApplicable": 1.0,
        "gstExempt": 1.0,
        "supplierMatchRequired": true,
        "temperature": 1.1,
        "temperatureScale": 35,
        "rating": 36,
        "completeInvoiceInventory": 37,
        "wineLitres": 1.0,
        "wineValue": 1.0,
        "spiritLitres": 1.0,
        "spiritValue": 1.0,
        "beerLitres": 1.0,
        "beerValue": 1.0,
        "midBeerLitres": 1.0,
        "midBeerValue": 1.0,
        "lowBeerLitres": 1.0,
        "lowBeerValue": 1.0,
        "lowWineLitres": 1.0,
        "lowWineValue": 1.0,
        "deleted": true,
        "supplierName": "sample string 39",
        "invoiceSuffix": "sample string 40",
        "costVariance": 1.0,
        "store": {
          "$id": "4",
          "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-06-14T06:23:10.360288",
          "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": "Vpm4wZYEAUWKFiNJ+1PhFw==",
          "hostIdentifierGuid": "c1b89956-0496-4501-8a16-2349fb53e117",
          "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-06-14T06:23:10.360288",
          "priceZoneName": "sample string 51",
          "storeFuelConfigured": true,
          "shippingAddressCopied": true,
          "shippingAddress": {
            "$id": "5",
            "storeID": 1,
            "addressType": 1,
            "address1": "sample string 1",
            "address2": "sample string 2",
            "city": "sample string 3",
            "state": "sample string 4",
            "country": "sample string 5",
            "postCode": "sample string 6"
          },
          "billingAddress": {
            "$ref": "5"
          },
          "hostStoreSettings": [
            {
              "$id": "6",
              "id": 1,
              "hostIdentifier": "l1C9pMuQ0Eqzquuo2DtXug==",
              "hostIdentifierGuid": "a4bd5097-90cb-4ad0-b3aa-eba8d83b57ba",
              "storeID": 2,
              "username": "sample string 3",
              "password": "sample string 4",
              "passwordPlain": "sample string 5",
              "serverAddress": "sample string 6",
              "serverPort": 1,
              "excludeFromLeadInOut": true,
              "useForHostFile": true,
              "metcashPillarID": "sample string 9",
              "metcashStateCode": "sample string 10",
              "metcashCustomerID": "sample string 11",
              "metcashTradingPartnerID": "sample string 12",
              "drakesCustomerNumber": 1,
              "sparCustomerNumber": "sample string 13",
              "sparOrderUsername": "sample string 14",
              "sparOrderPassword": "sample string 15",
              "sparOrderPasswordPlain": "sample string 16",
              "pharmXSiteID": 1,
              "ibaZoneID": 1,
              "ibaState": "sample string 17",
              "foodlandStoreCode": "sample string 18",
              "ilgMemberNumber": "sample string 19",
              "ilgOutletLocation": 1,
              "ilgBaseCost": 1,
              "ilgApplyNonAdvertisedPromos": true,
              "ilgExemptFromFreight": true,
              "ilgOrderDealReview": true,
              "ilgFinanceFee": 1,
              "processPromotions": true,
              "hostProvider": 0,
              "host": {
                "$id": "7",
                "identifier": "y/Jw1c8FtUKpoFtktYHc8A==",
                "identifierGuid": "d570f2cb-05cf-42b5-a9a0-5b64b581dcf0",
                "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": "KPwgq8JOWk2HF3WAU2qMpA==",
                "hostSupplierIdentifierGuid": "ab20fc28-4ec2-4d5a-8717-7580536a8ca4",
                "loyaltyPriceLevelIdentifier": "iNZ5Da/ZNE6kqAJD9MEX9A==",
                "loyaltyPriceLevelIdentifierGuid": "0d79d688-d9af-4e34-a4a8-0243f4c117f4",
                "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-06-14T06:23:10.360288",
                "lastProcessed": "2025-06-14T06:23:10.360288",
                "hold": true,
                "supplierName": "sample string 35",
                "supplier": {
                  "$id": "8",
                  "identifier": "hVjlr/A0Kk+fKUKoRKSA3g==",
                  "identifierGuid": "afe55885-34f0-4f2a-9f29-42a844a480de",
                  "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": "YJyAnz3z80SdUpoy7hxVXg==",
                  "primaryContactID": "9f809c60-f33d-44f3-9d52-9a32ee1c555e",
                  "storeID": 1,
                  "abn": "sample string 16",
                  "supplierGroupIdentifier": "oDkKOPMxskmm17QddBTY8w==",
                  "supplierGroupGuid": "380a39a0-31f3-49b2-a6d7-b41d7414d8f3",
                  "rebate": 1.0,
                  "rebateType": 1,
                  "rebateFrequency": 1,
                  "rebateSource": 1,
                  "rebateLastClaimed": "2025-06-14T06:23:10.360288",
                  "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": "9",
                    "id": "b28d0b5c-719f-46f9-893e-32be7567b580",
                    "identifier": "x2K/1ayq+ECe+YGcChdxYQ==",
                    "identifierGuid": "d5bf62c7-aaac-40f8-9ef9-819c0a177161",
                    "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": "10",
                      "supplierIdentifier": "JR2cX7acN0ivq7mxRw0bCQ==",
                      "supplierIdentifierGuid": "5f9c1d25-9cb6-4837-afab-b9b1470d1b09",
                      "contactGuid": "1YolWjNHN0mctvpBhmbPvA==",
                      "contactID": "5a258ad5-4733-4937-9cb6-fa418666cfbc",
                      "contact": {
                        "$ref": "9"
                      },
                      "supplier": {
                        "$ref": "8"
                      }
                    },
                    {
                      "$ref": "10"
                    }
                  ],
                  "products": [
                    {
                      "$id": "11",
                      "pluG_UID": "fR6xa6qG50WS9OJzwsk3Wg==",
                      "pluGuid": "6bb11e7d-86aa-45e7-92f4-e273c2c9375a",
                      "supplierIdentifier": "J/XCg/UZTE2KntwxBTcRcQ==",
                      "supplierIdentifierGuid": "83c2f527-19f5-4d4c-8a9e-dc3105371171",
                      "cartonQuantity": 1,
                      "cartonQuantityChanged": true,
                      "productSize": "sample string 2",
                      "cigarettesPerSleeve": 1,
                      "randomWeight": true,
                      "piecesPerUnit": 4,
                      "averagePackSize": 5,
                      "effectiveDate": "2025-06-14T06:23:10.360288",
                      "pricedByWeight": true,
                      "landedUnitCostEx": 8,
                      "landedUnitCostInc": 9,
                      "landedCartonCostInc": 10,
                      "landedCartonCostEx": 11,
                      "standardCost": 12,
                      "deliveryFee": 1,
                      "deliveryFeeBasis": "sample string 13",
                      "pickAndPackFee": 1,
                      "pickAndPackFeeBasis": "sample string 14",
                      "financeFee": 1,
                      "financeFeeBasis": "sample string 15",
                      "cartonLength": 1,
                      "cartonWidth": 1,
                      "cartonHeight": 1,
                      "palletLayerQuantity": 1,
                      "palletLayers": 1,
                      "itemCode": "sample string 16",
                      "invoiceCode": "sample string 17",
                      "invoiceDesc": "sample string 18",
                      "orderDirect": true,
                      "useCost": true,
                      "minimumQuantity": 19,
                      "hostType": 20,
                      "fromHost": 21,
                      "minimumReorder": 1,
                      "maximumReorder": 1,
                      "orderMultiple": 22.1,
                      "sellMultiple": 23.1,
                      "baseMultiple": 24.1,
                      "hostStandardCost": 25,
                      "hostTotalCost": 26,
                      "hostRetail": 27,
                      "hostLandedUnitCostEx": 28,
                      "hostLandedUnitCostInc": 29,
                      "hostDesc": "sample string 30",
                      "directIndicator": "sample string 31",
                      "availableToOrder": true,
                      "hostRangeIndicator": "sample string 33",
                      "hostProductType": "sample string 34",
                      "hostProductGrade": "sample string 35",
                      "hostProductGroup": "sample string 36",
                      "hostSlowMoving": true,
                      "hostGeneralMerchandise": true,
                      "hostPillar": "sample string 39",
                      "hostLastUpdated": "2025-06-14T06:23:10.360288",
                      "rebate": 1.0,
                      "rebateExclude": true,
                      "invoiceCodes": [
                        {
                          "$id": "12",
                          "pluG_UID": "HumOI04oZ0+ljFpQ6H3HaA==",
                          "pluGuid": "238ee91e-284e-4f67-a58c-5a50e87dc768",
                          "supplierIdentifier": "3ZTHrluoekaLCLEF7UkVUw==",
                          "supplierIdentifierGuid": "aec794dd-a85b-467a-8b08-b105ed491553",
                          "invoiceCode": "sample string 1",
                          "storeIDs": [
                            1,
                            2
                          ]
                        },
                        {
                          "$ref": "12"
                        }
                      ],
                      "storeIDs": [
                        1,
                        2
                      ],
                      "preferredSupplier": true,
                      "preferredRebateSupplier": true,
                      "supplierName": "sample string 40",
                      "salesMode": 41,
                      "orderPacked": true,
                      "active": true,
                      "price": 1,
                      "costGstPercent": 43,
                      "parentPluG_UID": "vb/tpiKTd0isCTV40lw/Ww==",
                      "parentPluGuid": "a6edbfbd-9322-4877-ac09-3578d25c3f5b",
                      "freight": 44.0,
                      "freightType": 1,
                      "product": {
                        "$id": "13",
                        "plu": 1,
                        "storeID": 1,
                        "masterPluG_UID": "QEA=",
                        "storeIDs": [
                          1,
                          2
                        ],
                        "g_UId": "XIV7fK0YGU2wp+JnxzlBMQ==",
                        "guid": "7c7b855c-18ad-4d19-b0a7-e267c7394131",
                        "apn": "sample string 1",
                        "apnChanged": true,
                        "apnSwitched": true,
                        "barcode": "sample string 4",
                        "itemNumber": "sample string 5",
                        "itemNumberChanged": true,
                        "priceGroupG_UID": "ldzj5PcHmkqsisgy1dGS2A==",
                        "priceGroupGuid": "e4e3dc95-07f7-4a9a-ac8a-c832d5d192d8",
                        "blueprintID": 1,
                        "lastCountedDate": "2025-06-14T06:23:10.360288",
                        "externalID": "sample string 7",
                        "active": true,
                        "activated": "2025-06-14T06:23:10.360288",
                        "pluCreated": "2025-06-14T06:23:10.360288",
                        "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-06-14T06:23:10.360288",
                        "lastManualUpdate": "2025-06-14T06:23:10.360288",
                        "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-06-14T06:23:10.360288",
                        "currentCostUpdated": "2025-06-14T06:23:10.360288",
                        "costDecimals": 31,
                        "costChanged": true,
                        "dealCostIdentifier": "QEA=",
                        "excludeFromRebate": true,
                        "rebateOverride": 1,
                        "costCalcMethod": 1,
                        "costCalcMethodChanged": true,
                        "costEffectiveDate": "2025-06-14T06:23:10.360288",
                        "defaultGP": 1,
                        "breakTargetMode": 32,
                        "break1": 1,
                        "price1": 1,
                        "target1": 33,
                        "break2": 1,
                        "price2": 1,
                        "target2": 34,
                        "break3": 1,
                        "price3": 1,
                        "target3": 35,
                        "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-06-14T06:23:10.360288",
                        "posTare": 1,
                        "altPrice": 1.0,
                        "altPriceChanged": true,
                        "altPriceMode": 52,
                        "altPriceModeChanged": true,
                        "altPLUG_UID": "Yl/zPJqWUEasVXPZN0ggoQ==",
                        "altPLUGuid": "3cf35f62-969a-4650-ac55-73d9374820a1",
                        "altPLUGuidChanged": true,
                        "altPriceDescription1": "sample string 53",
                        "altPriceDescription2": "sample string 54",
                        "cartonQuantity": 55,
                        "cartonQuantityChanged": true,
                        "trayID": 1,
                        "promptID": 1,
                        "tare": 1,
                        "packQty": 1,
                        "fixedWeight": 1,
                        "extraMesg": 1,
                        "text1": "sample string 57",
                        "text2": "sample string 58",
                        "text3": "sample string 59",
                        "labelText": "sample string 60",
                        "labelTextChanged": true,
                        "sendToScale": true,
                        "nonScaleWeigh": true,
                        "labelFormat": "sample string 64",
                        "barcodeFormat": "sample string 65",
                        "austMade": 1,
                        "coolCode": 66,
                        "countryOfOrigin": "sample string 67",
                        "percentContent": 68.1,
                        "departmentID": 1,
                        "subDepartmentID": 1,
                        "minorDepartmentID": 1,
                        "lesserDepartmentID": 1,
                        "deptCode": "sample string 69",
                        "subDeptCode": "sample string 70",
                        "minorDeptCode": "sample string 71",
                        "lesserDeptCode": "sample string 72",
                        "deptName": "sample string 73",
                        "subDeptName": "sample string 74",
                        "minorDeptName": "sample string 75",
                        "lesserDeptName": "sample string 76",
                        "departmentChanged": true,
                        "subCategoryID": 1,
                        "expiry": 1,
                        "showDays": 1,
                        "datePrint": 1,
                        "labelRequired": true,
                        "labelShelfQty": 79,
                        "labelShelfChanged": true,
                        "labelTalkerQty": 81,
                        "labelSmall": true,
                        "labelLastPrinted": "2025-06-14T06:23:10.360288",
                        "labelLastPrice": 1,
                        "shelfPageLayoutG_UID": "XynlS+zk4EumcicwXJJZ3Q==",
                        "shelfPageLayoutGuid": "4be5295f-e4ec-4be0-a672-27305c9259dd",
                        "talkerPageLayoutG_UID": "CkYZVBJOFE+NBnmyVaN3cQ==",
                        "talkerPageLayoutGuid": "5419460a-4e12-4f14-8d06-79b255a37771",
                        "unitMeasure": 1.1,
                        "unitMeasureChanged": true,
                        "unitMeasureKind": 84,
                        "unitMeasureKindChanged": true,
                        "signIQData": "sample string 86",
                        "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": 90,
                        "notForSaleChanged": true,
                        "excludeFromDeals": true,
                        "excludeFromVoucher": true,
                        "minimumAge": 93,
                        "minimumAgeChanged": true,
                        "buyingLimit": 1,
                        "buyingLimitChanged": true,
                        "buyingLimitIndependent": true,
                        "buyingLimitIndependentChanged": true,
                        "inventoryGuid": "IzfQgOw/UUa4BzI99NnP8w==",
                        "inventoryIdentifier": "80d03723-3fec-4651-b807-323df4d9cff3",
                        "inventoryAccuracy": 1,
                        "baseUnits": 97,
                        "orderPacked": 1,
                        "isManufactured": true,
                        "isIngredient": true,
                        "isModifier": true,
                        "isModifierChanged": true,
                        "hasModifiers": 98,
                        "defaultPrinter": "sample string 99",
                        "defaultPrinterGroup": "sample string 100",
                        "ingredientsOnManufacture": true,
                        "manufactureUnitMeasure": 1,
                        "mpl": 1,
                        "maxShelfQty": 101,
                        "allowAutoOrder": true,
                        "warrantyPeriod": 1,
                        "parentPluG_UId": "LTzCWHTJKk2/LDctHzWiyA==",
                        "parentPluGuid": "58c23c2d-c974-4d2a-bf2c-372d1f35a2c8",
                        "preferredHostVendor": 103,
                        "preferredHostChanged": true,
                        "code": "sample string 105",
                        "supplierIdentifier": "NPdWbK58fEyppYUXx8lw4A==",
                        "supplierIdentifierGuid": "6c56f734-7cae-4c7c-a9a5-8517c7c970e0",
                        "supplierChanged": true,
                        "rebateSupplierIdentifier": "eRou1YbgSkiXeoPpxo5f1w==",
                        "rebateSupplierIdentifierGuid": "d52e1a79-e086-484a-977a-83e9c68e5fd7",
                        "rebateSupplierChanged": true,
                        "availableForOrder": true,
                        "warehouseDirectIndicator": "sample string 107",
                        "warehouseDirectIndicatorChanged": true,
                        "productGrade": "sample string 109",
                        "productType": "sample string 110",
                        "productGroup": "sample string 111",
                        "complianceIndicator": "sample string 112",
                        "inhouseBrand": "sample string 113",
                        "slowMoving": true,
                        "generalMerchandise": true,
                        "comment": "sample string 116",
                        "lastUpdatedByUser": "sample string 117",
                        "lastManualUpdatedByUser": "sample string 118",
                        "lastUpdatedByUserOverride": true,
                        "lastUpdatedByHost": "2025-06-14T06:23:10.360288",
                        "commodity": "sample string 120",
                        "businessPillar": "sample string 121",
                        "mscCommodity": "sample string 122",
                        "hostIdentifier": "gRJIJENFk0ieBJ3SoRkVqw==",
                        "hostIdentifierGuid": "24481281-4543-4893-9e04-9dd2a11915ab",
                        "serviceFeeID": 1,
                        "serviceFeeIDChanged": true,
                        "providerName": "sample string 124",
                        "aisleEnds": "sample string 125",
                        "deleted": true,
                        "deletedChanged": true,
                        "hidden": true,
                        "doNotRange": true,
                        "doNotRangeChanged": true,
                        "doNotOrder": true,
                        "doNotOrderChanged": true,
                        "locked": true,
                        "excludeFromWebUpdate": true,
                        "excludeFromWebUpdateChanged": true,
                        "webPriceBasedOn": 136,
                        "webPriceRounding": true,
                        "webMarkup": 138,
                        "webPriceMode": 139,
                        "altDepartmentID": 1,
                        "altSubDepartmentID": 1,
                        "altMinorDepartmentID": 1,
                        "altLesserDepartmentID": 1,
                        "altDeptCode": "sample string 140",
                        "altSubDeptCode": "sample string 141",
                        "altMinorDeptCode": "sample string 142",
                        "altLesserDeptCode": "sample string 143",
                        "altDepartmentChanged": true,
                        "storeProducts": [
                          {
                            "$ref": "13"
                          },
                          {
                            "$ref": "13"
                          }
                        ],
                        "store": {
                          "$ref": "4"
                        },
                        "storePrices": [
                          {
                            "$id": "14",
                            "pluG_UID": "3FzYkrQxbUW2tbHDnaiI1A==",
                            "pluGuid": "92d85cdc-31b4-456d-b6b5-b1c39da888d4",
                            "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-06-14T06:23:10.360288"
                          },
                          {
                            "$ref": "14"
                          }
                        ],
                        "currentPrices": {
                          "$id": "15",
                          "pluPrices": {
                            "$id": "16",
                            "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-06-14T06:23:10.360288",
                            "priceChangeType": 0,
                            "costDecimals": 10
                          },
                          "normalPluPrices": {
                            "$ref": "16"
                          },
                          "winningCampaign": 1,
                          "winner": {
                            "$id": "17",
                            "campaignName": "sample string 1",
                            "campaignDescription": "sample string 2",
                            "startDate": "2025-06-14T06:23:10.360288",
                            "startTime": 3,
                            "endDate": "2025-06-14T06:23:10.360288",
                            "endTime": 4,
                            "newPrice": 5,
                            "newCost": 6,
                            "newCostDecimals": 7,
                            "pctDiscount": 8,
                            "promoType": 1,
                            "promotionTypeCode": "sample string 9",
                            "hostType": 10,
                            "hostIdentifier": "4/PEUsdQkUOT8jPLftwm9A==",
                            "hostIdentifierGuid": "52c4f3e3-50c7-4391-93f2-33cb7edc26f4",
                            "storeNames": [
                              "sample string 1",
                              "sample string 2"
                            ]
                          },
                          "details": [
                            {
                              "$ref": "17"
                            },
                            {
                              "$ref": "17"
                            }
                          ]
                        },
                        "tray": {
                          "$id": "18",
                          "g_UId": "A3/TzUrD4kSzs5ytwBPeuA==",
                          "guid": "cdd37f03-c34a-44e2-b3b3-9cadc013deb8",
                          "name": "sample string 1",
                          "number": 1,
                          "tare": 1
                        },
                        "priceGroup": {
                          "$id": "19",
                          "priceGroupG_UID": "s4i72F/oS0uGszodM8/Q5w==",
                          "priceGroupGuid": "d8bb88b3-e85f-4b4b-86b3-3a1d33cfd0e7",
                          "name": "sample string 2",
                          "code": 1,
                          "modified": true,
                          "updated": "2025-06-14T06:23:10.360288",
                          "buyingLimit": 1,
                          "buyingLimitIndependent": true,
                          "buyingLimitType": 0,
                          "number": 1,
                          "products": [
                            {
                              "$ref": "13"
                            },
                            {
                              "$ref": "13"
                            }
                          ],
                          "productCount": 1
                        },
                        "priceGroupName": "sample string 145",
                        "nutrifacts": {
                          "$id": "20",
                          "pluG_UID": "qPjwoPLg6UOPN6Xq/pgb5Q==",
                          "pluGuid": "a0f0f8a8-e0f2-43e9-8f37-a5eafe981be5",
                          "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": "21",
                          "pluGuid": "881ef9b2-c843-4e64-b220-37b56754bb25",
                          "created": "2025-06-14T06:23:10.360288",
                          "createdByUser": "sample string 1",
                          "activated": "2025-06-14T06:23:10.360288",
                          "deactivated": "2025-06-14T06:23:10.360288",
                          "lastOrdered": "2025-06-14T06:23:10.360288",
                          "lastOrderedQty": 2.0,
                          "lastReceived": "2025-06-14T06:23:10.360288",
                          "lastReceivedQty": 3.0,
                          "lastInvoiceStatus": 1,
                          "lastCounted": "2025-06-14T06:23:10.360288",
                          "lastSold": "2025-06-14T06:23:10.360288",
                          "firstSold": "2025-06-14T06:23:10.360288",
                          "awsUpdated": "2025-06-14T06:23:10.360288",
                          "lastManualUpdate": "2025-06-14T06:23:10.360288",
                          "lastManualUpdatedByUser": "sample string 5",
                          "lastUpdated": "2025-06-14T06:23:10.360288",
                          "lastUpdatedByUser": "sample string 7",
                          "lastUpdatedByHost": "2025-06-14T06:23:10.360288",
                          "doNotRangeUpdated": "2025-06-14T06:23:10.360288",
                          "doNotOrderUpdated": "2025-06-14T06:23:10.360288",
                          "tracked": "2025-06-14T06:23:10.360288"
                        },
                        "allergens": [
                          {
                            "$id": "22",
                            "allergenID": 1,
                            "pluG_UID": "0AMh1SqmXEmacsN39sO8Fg==",
                            "pluGuid": "d52103d0-a62a-495c-9a72-c377f6c3bc16",
                            "contains": 2,
                            "allergenName": "sample string 3",
                            "storeIDs": [
                              1,
                              2
                            ]
                          },
                          {
                            "$ref": "22"
                          }
                        ],
                        "costs": {
                          "$id": "23",
                          "pluG_UID": "np5XHgQZwkSPtVP+Oc2QJA==",
                          "pluGuid": "1e579e9e-1904-44c2-8fb5-53fe39cd9024",
                          "enteredCost": 1,
                          "weightedAvgCost": 1,
                          "lastCost": 1,
                          "rawEnteredCost": 2,
                          "rawWeightedAvgCost": 3,
                          "rawLastCost": 4,
                          "freight": 5.0,
                          "freightType": 6,
                          "costDecimals": 7,
                          "fifoCost": 1,
                          "updated": "2025-06-14T06:23:10.360288",
                          "normalCost": 1,
                          "currentCost": 1
                        },
                        "sales": [
                          {
                            "$id": "24",
                            "saleHeaderID": 1,
                            "created": "2025-06-14T06:23:10.360288",
                            "createdLocal": "2025-06-14T06:23:10.360288",
                            "storeID": 3,
                            "storeName": "sample string 4",
                            "operatorG_Uid": "0kusJ2k6QkG9pznCwLfy1Q==",
                            "operatorGuid": "27ac4bd2-3a69-4142-bda7-39c2c0b7f2d5",
                            "operatorName": "sample string 5",
                            "tranType": 1,
                            "plu": 1,
                            "pluG_UId": "Pr5gK0j0y0OBmk9a83PEqg==",
                            "pluGuid": "2b60be3e-f448-43cb-819a-4f5af373c4aa",
                            "normalPrice": 1,
                            "totalCents": 1,
                            "cost": 1,
                            "grossProfit": 1,
                            "quantity": 1,
                            "operator": {
                              "$id": "25",
                              "id": 1,
                              "g_Uid": "nu0a0xaBwkmSBTbn2XGy5w==",
                              "guid": "d31aed9e-8116-49c2-9205-36e7d971b2e7",
                              "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-06-14T06:23:10.360288",
                              "passwordResetRequired": true,
                              "alteredInStore": true,
                              "startShift": "2025-06-14T06:23:10.360288",
                              "endShift": "2025-06-14T06:23:10.360288",
                              "machineName": "sample string 20",
                              "drawerID": 1,
                              "stores": [
                                {
                                  "$id": "26",
                                  "operatorG_UID": "JqI1JvGNO0yC4Sb+TNF7FA==",
                                  "operatorGuid": "2635a226-8df1-4c3b-82e1-26fe4cd17b14",
                                  "storeID": 2,
                                  "operator": {
                                    "$ref": "25"
                                  },
                                  "store": {
                                    "$ref": "4"
                                  }
                                },
                                {
                                  "$ref": "26"
                                }
                              ]
                            }
                          },
                          {
                            "$ref": "24"
                          }
                        ],
                        "apns": [
                          {
                            "$id": "27",
                            "pluID": 1,
                            "pluG_UID": "Or7Lqqh3Qk++ygktGeLclg==",
                            "pluGuid": "aacbbe3a-77a8-4f42-beca-092d19e2dc96",
                            "apn": "sample string 1",
                            "deleted": true,
                            "storeID": 1,
                            "storeIDs": [
                              1,
                              2
                            ]
                          },
                          {
                            "$ref": "27"
                          }
                        ],
                        "tuns": [
                          {
                            "$id": "28",
                            "pluG_UId": "ajs8Siq/N0S6TvWIY2j40A==",
                            "pluGuid": "4a3c3b6a-bf2a-4437-ba4e-f5886368f8d0",
                            "apn": "sample string 1",
                            "tun": "sample string 2",
                            "cartonQuantity": 3,
                            "product": {
                              "$ref": "13"
                            },
                            "storeIDs": [
                              1,
                              2
                            ]
                          },
                          {
                            "$ref": "28"
                          }
                        ],
                        "competitionPricing": [
                          {
                            "$id": "29",
                            "identifier": "8BakWbKu30aOLgqDqRSNwQ==",
                            "identifierGuid": "59a416f0-aeb2-46df-8e2e-0a83a9148dc1",
                            "pluG_UID": "yOFXiyktB0ulOTRnIDvPbQ==",
                            "pluGuid": "8b57e1c8-2d29-4b07-a539-3467203bcf6d",
                            "competitionID": 1,
                            "name": "sample string 2",
                            "sellMultiple": 3,
                            "retailPrice": 4,
                            "storeName": "sample string 5"
                          },
                          {
                            "$ref": "29"
                          }
                        ],
                        "supplier": {
                          "$ref": "8"
                        },
                        "supplierName": "sample string 146",
                        "children": [
                          {
                            "$ref": "13"
                          },
                          {
                            "$ref": "13"
                          }
                        ],
                        "ordering": {
                          "$ref": "11"
                        },
                        "flipChartPages": [
                          {
                            "$id": "30",
                            "identifier": "po625N7C+UmyYqkOh1oUyQ==",
                            "groupName": "sample string 1",
                            "identifierGuid": "e4b68ea6-c2de-49f9-b262-a90e875a14c9",
                            "exists": true,
                            "flipChartIdentifier": "dgswUdf7CkaYgyRQPm7KfA==",
                            "flipChartIdentifierGuid": "51300b76-fbd7-460a-9883-24503e6eca7c",
                            "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": "Ck6KkdyZ3E26PsOcZVcryQ==",
                            "groupIdentifierGuid": "918a4e0a-99dc-4ddc-ba3e-c39c65572bc9",
                            "flipChart": {
                              "$id": "31",
                              "identifier": "8Z1yrX6sUUaB5Ur+awWZkw==",
                              "identifierGuid": "ad729df1-ac7e-4651-81e5-4afe6b059993",
                              "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": "32",
                                "identifier": "1yeWJdK3WU6V9Uiol/LkLw==",
                                "identifierGuid": "259627d7-b7d2-4e59-95f5-48a897f2e42f",
                                "name": "sample string 2",
                                "formType": "sample string 3",
                                "forms": [
                                  {
                                    "$id": "33",
                                    "id": 1,
                                    "g_UID": "VGl64zZCPke9DY5gVb6BHA==",
                                    "guid": "e37a6954-4236-473e-bd0d-8e6055be811c",
                                    "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": "hKK1QZ5rAU+sFXCok7ZrIg==",
                                    "previousFormGuid": "41b5a284-6b9e-4f01-ac15-70a893b66b22",
                                    "nextForm": 1,
                                    "nextFormG_UID": "pKoxDNkq2Um32ziNCOpwuw==",
                                    "nextFormGuid": "0c31aaa4-2ad9-49d9-b7db-388d08ea70bb",
                                    "attributes": "sample string 10",
                                    "updated": "2025-06-14T06:23:10.360288",
                                    "positioning": 1,
                                    "contentPanel": "sample string 11",
                                    "selectionMode": 1,
                                    "maximumSelections": 1,
                                    "alteredInStore": true,
                                    "deleted": true,
                                    "blueprintID": 1,
                                    "preserveLayout": true,
                                    "mainCheckoutFormName": "sample string 13",
                                    "nextCheckoutForm": {
                                      "$ref": "33"
                                    },
                                    "previousCheckoutForm": {
                                      "$ref": "33"
                                    },
                                    "buttons": [
                                      {
                                        "$id": "34",
                                        "id": 1,
                                        "checkoutFormID": 2,
                                        "checkoutFormG_UID": "nSoR4cnBBEGaujuHFxLHJQ==",
                                        "checkoutFormGuid": "e1112a9d-c1c9-4104-9aba-3b871712c725",
                                        "identifier": "oZ8dQLU8MEeup51MmvlmsA==",
                                        "identifierGuid": "401d9fa1-3cb5-4730-aea7-9d4c9af966b0",
                                        "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": "m8eqAlIqe0KnUkqr86dl1g==",
                                        "valueGuid": "02aac79b-2a52-427b-a752-4aabf3a765d6",
                                        "buttonText": "sample string 10",
                                        "valueText": "sample string 11",
                                        "drawImageAndButton": true,
                                        "updated": "2025-06-14T06:23:10.360288",
                                        "action": "sample string 12",
                                        "valueForm": {
                                          "$ref": "33"
                                        },
                                        "image": {
                                          "$id": "35",
                                          "name": "sample string 3.sample string 4",
                                          "imageID": 2,
                                          "imageName": "sample string 3",
                                          "imageExtension": "sample string 4",
                                          "lastUpdate": "2025-06-14T06:23:10.360288",
                                          "imageData": "QEA=",
                                          "readOnly": true
                                        }
                                      },
                                      {
                                        "$ref": "34"
                                      }
                                    ],
                                    "panels": [
                                      {
                                        "$id": "36",
                                        "id": 1,
                                        "checkoutFormID": 2,
                                        "checkoutFormG_UID": "NCeEf+jQHkWEoaz+o00egQ==",
                                        "checkoutFormGuid": "7f842734-d0e8-451e-84a1-acfea34d1e81",
                                        "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": "36"
                                      }
                                    ]
                                  },
                                  {
                                    "$ref": "33"
                                  }
                                ],
                                "panels": [
                                  {
                                    "$ref": "36"
                                  },
                                  {
                                    "$ref": "36"
                                  }
                                ]
                              },
                              "pages": [
                                {
                                  "$ref": "30"
                                },
                                {
                                  "$ref": "30"
                                }
                              ]
                            },
                            "contentPanel": {
                              "$ref": "36"
                            },
                            "products": [
                              {
                                "$id": "37",
                                "flipChartPageIdentifier": "DCPVlsx2Dkqfs7r+pHeKgA==",
                                "flipChartPageIdentifierGuid": "96d5230c-76cc-4a0e-9fb3-bafea4778a80",
                                "pluG_UID": "c+77Zw9W60K8L1K1nwI5Gw==",
                                "pluGuid": "67fbee73-560f-42eb-bc2f-52b59f02391b",
                                "sortOrder": 3,
                                "sent": true,
                                "productChanged": true,
                                "productImageName": "sample string 6",
                                "productShowImageOnFlipCharts": true,
                                "productShowTextOnFlipCharts": true,
                                "productOverrideFlipChartText": true,
                                "productFlipChartText": "sample string 10",
                                "product": {
                                  "$ref": "13"
                                },
                                "departmentSortOrder": 11,
                                "subDepartmentName": "sample string 12"
                              },
                              {
                                "$ref": "37"
                              }
                            ],
                            "productCount": 27,
                            "pages": [
                              {
                                "$ref": "30"
                              },
                              {
                                "$ref": "30"
                              }
                            ]
                          },
                          {
                            "$ref": "30"
                          }
                        ],
                        "priceHistory": [
                          {
                            "$id": "38",
                            "pluG_UID": "D7CRzY4FTk2HJD/TOiibyA==",
                            "pluGuid": "cd91b00f-058e-4d4e-8724-3fd33a289bc8",
                            "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-06-14T06:23:10.360288",
                            "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": "38"
                          }
                        ],
                        "ingredients": [
                          {
                            "$id": "39",
                            "pluG_UID": "4YkzPyRZ+ESdMnUJKyfRNQ==",
                            "ingredientGuid": "fTs5eD9D20+CC78K+Xm7vQ==",
                            "ingredientIdentifier": "78393b7d-433f-4fdb-820b-bf0af979bbbd",
                            "quantity": 1.0,
                            "storeIDs": [
                              1,
                              2
                            ],
                            "ingredientText": "sample string 1",
                            "ingredient": {
                              "$ref": "13"
                            }
                          },
                          {
                            "$ref": "39"
                          }
                        ],
                        "bins": [
                          {
                            "$id": "40",
                            "pluG_UID": "/NZ8GIQcwU2Nj07P9yU+FA==",
                            "pluGuid": "187cd6fc-1c84-4dc1-8d8f-4ecff7253e14",
                            "shelfLocationIdentifier": "5JR3RrDqoEqvljm1I4X2fA==",
                            "shelfLocationGuid": "467794e4-eab0-4aa0-af96-39b52385f67c",
                            "labelShelfDefault": 1,
                            "labelTalkerDefault": 1,
                            "labelSmall": true,
                            "labelPageLayoutG_UID": "KkwhvNkQU0uJl65z3K0xxA==",
                            "labelPageLayoutGuid": "bc214c2a-10d9-4b53-8997-ae73dcad31c4",
                            "updated": "2025-06-14T06:23:10.360288",
                            "electronicShelfLabelIdentifier": "sample string 5",
                            "electronicshelfLabelsConfigurationID": 6,
                            "labelShelfChanged": true,
                            "productName": "sample string 8",
                            "locationText": "sample string 9",
                            "product": {
                              "$ref": "13"
                            },
                            "location": {
                              "$id": "41",
                              "identifier": "JkrcYCqpI06V20ICKe9gbw==",
                              "storeID": 1,
                              "identifierGuid": "60dc4a26-a92a-4e23-95db-420229ef606f",
                              "name": "sample string 2",
                              "haccp": true,
                              "blueprintID": 1,
                              "updated": "2025-06-14T06:23:10.360288",
                              "minTemp": 1,
                              "maxTemp": 1,
                              "checkFrequency": 1,
                              "storeCaseConfiguration": 5,
                              "storeName": "sample string 6",
                              "bins": [
                                {
                                  "$ref": "40"
                                },
                                {
                                  "$ref": "40"
                                }
                              ]
                            }
                          },
                          {
                            "$ref": "40"
                          }
                        ],
                        "bin": {
                          "$ref": "40"
                        },
                        "scaleLocations": [
                          {
                            "$id": "42",
                            "plu": 1,
                            "pluG_UID": "wGuGtiWYLU+hsx4Ta5WG3g==",
                            "pluGuid": "b6866bc0-9825-4f2d-a1b3-1e136b9586de",
                            "deptNo": 1,
                            "product": {
                              "$ref": "13"
                            },
                            "scaleLocation": {
                              "$id": "43",
                              "id": 1,
                              "deptNo": 1,
                              "deptCode": "sample string 2",
                              "name": "sample string 3",
                              "enabled": true,
                              "updated": "2025-06-14T06:23:10.360288",
                              "department": {
                                "$id": "44",
                                "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": "43"
                                },
                                "subDepartments": [
                                  {
                                    "$id": "45",
                                    "id": 1,
                                    "departmentID": 2,
                                    "name": "sample string 3",
                                    "code": "sample string 4",
                                    "departmentCode": "sample string 5",
                                    "externalSales": true,
                                    "minorDepartments": [
                                      {
                                        "$id": "46",
                                        "id": 1,
                                        "subDepartmentID": 2,
                                        "departmentID": 3,
                                        "name": "sample string 4",
                                        "subDepartmentCode": "sample string 5",
                                        "departmentCode": "sample string 6",
                                        "code": "sample string 7",
                                        "lesserDepartments": [
                                          {
                                            "$id": "47",
                                            "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-06-14T06:23:10.360288",
                                            "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": "zHAd2ZPaDUeLI6c483IkTA==",
                                            "labelPageLayoutGuid": "d91d70cc-da93-470d-8b23-a738f372244c",
                                            "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": "48",
                                              "dept": 1,
                                              "category": 2,
                                              "name": "sample string 3",
                                              "active": true,
                                              "mscCommodities": [
                                                {
                                                  "$id": "49",
                                                  "dept": 1,
                                                  "category": 2,
                                                  "commodity": 3,
                                                  "name": "sample string 4",
                                                  "active": true,
                                                  "mscSubCommodities": [
                                                    {
                                                      "$id": "50",
                                                      "dept": 1,
                                                      "category": 2,
                                                      "commodity": 3,
                                                      "subCommodity": 4,
                                                      "name": "sample string 5",
                                                      "active": true,
                                                      "subCommodityCode": "sample string 7"
                                                    },
                                                    {
                                                      "$ref": "50"
                                                    }
                                                  ],
                                                  "commodityCode": "sample string 6"
                                                },
                                                {
                                                  "$ref": "49"
                                                }
                                              ],
                                              "categoryCode": "sample string 5"
                                            },
                                            "mscCom": {
                                              "$ref": "49"
                                            },
                                            "mscDep": {
                                              "$id": "51",
                                              "dept": 1,
                                              "name": "sample string 2",
                                              "active": true,
                                              "mscCategories": [
                                                {
                                                  "$ref": "48"
                                                },
                                                {
                                                  "$ref": "48"
                                                }
                                              ],
                                              "deptCode": "sample string 4"
                                            },
                                            "mscSubCom": {
                                              "$ref": "50"
                                            }
                                          },
                                          {
                                            "$ref": "47"
                                          }
                                        ],
                                        "updated": "2025-06-14T06:23:10.360288",
                                        "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": "5YVjNfUO+kCu6b/6FEXg1Q==",
                                        "labelPageLayoutGuid": "356385e5-0ef5-40fa-aee9-bffa1445e0d5",
                                        "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": "48"
                                        },
                                        "mscCom": {
                                          "$ref": "49"
                                        },
                                        "mscDep": {
                                          "$ref": "51"
                                        },
                                        "mscSubCom": {
                                          "$ref": "50"
                                        }
                                      },
                                      {
                                        "$ref": "46"
                                      }
                                    ],
                                    "investmentBuyOverride": true,
                                    "updated": "2025-06-14T06:23:10.360288",
                                    "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": "pqceNm5Gnk+LlBPGLPyYxg==",
                                    "labelPageLayoutGuid": "361ea7a6-466e-4f9e-8b94-13c62cfc98c6",
                                    "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": "48"
                                    },
                                    "mscCom": {
                                      "$ref": "49"
                                    },
                                    "mscDep": {
                                      "$ref": "51"
                                    },
                                    "mscSubCom": {
                                      "$ref": "50"
                                    }
                                  },
                                  {
                                    "$ref": "45"
                                  }
                                ],
                                "stores": [
                                  1,
                                  2
                                ],
                                "investmentBuyOverride": true,
                                "updated": "2025-06-14T06:23:10.360288",
                                "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": "1EUHYjoZY0eXHj2WHJm4GA==",
                                "labelPageLayoutGuid": "620745d4-193a-4763-971e-3d961c99b818",
                                "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": "48"
                                },
                                "mscCom": {
                                  "$ref": "49"
                                },
                                "mscDep": {
                                  "$ref": "51"
                                },
                                "mscSubCom": {
                                  "$ref": "50"
                                }
                              }
                            }
                          },
                          {
                            "$ref": "42"
                          }
                        ],
                        "nextPrice": {
                          "$id": "52",
                          "id": 1,
                          "campaignID": 2,
                          "campaignName": "sample string 3",
                          "plu": 1,
                          "hostOfferID": 1,
                          "metcashPromotionID": "sample string 4",
                          "metcashPromotionPlacement": "sample string 5",
                          "pluG_UID": "D/3TXI2JZUqrhvZUe+9Ttg==",
                          "pluGuid": "5cd3fd0f-898d-4a65-ab86-f6547bef53b6",
                          "newPrice": 1,
                          "pctDiscount": 1,
                          "newCost": 1,
                          "newCostDecimals": 6,
                          "dealCostIdentifier": "dDqeynVbMUK2nuMTHb7fUQ==",
                          "dealCostGuid": "ca9e3a74-5b75-4231-b69e-e3131dbedf51",
                          "pluName": "sample string 7",
                          "apn": "sample string 8",
                          "fuelItem": true,
                          "priceGroupG_UID": "Hx/fRLmXVUGP45AuajXt/w==",
                          "priceGroupGuid": "44df1f1f-97b9-4155-8fe3-902e6a35edff",
                          "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-06-14T06:23:10.360288",
                          "rrp": 26,
                          "campaignDescription": "sample string 27",
                          "campaignComboPriceGroupG_UID": "AgBZBKu0+0S8HxUq4WVvLw==",
                          "campaignComboPriceGroupIdentifier": "04590002-b4ab-44fb-bc1f-152ae1656f2f",
                          "promotionPlacementDescription": "sample string 28",
                          "storeAcceptances": [
                            {
                              "$id": "53",
                              "plu": 1,
                              "pluG_UId": "QEA=",
                              "campaignID": 1,
                              "campaignName": "sample string 2",
                              "storeID": 3,
                              "acceptedUtc": "2025-06-14T06:23:10.360288",
                              "operatorG_UID": "3z0VA2YiskeYi0BGmKRhCQ==",
                              "operatorGuid": "03153ddf-2266-47b2-988b-404698a46109",
                              "machineID": 1,
                              "processed": true,
                              "appliedUtc": "2025-06-14T06:23:10.360288",
                              "signIqTicketFileMovedUtc": "2025-06-14T06:23:10.360288",
                              "user": "sample string 6",
                              "campaignDescription": "sample string 7",
                              "productDesc": "sample string 8",
                              "storeName": "sample string 9",
                              "effectiveUtc": "2025-06-14T06:23:10.360288",
                              "priceChangeType": 0,
                              "operatorName": "sample string 10",
                              "hostCampaign": true,
                              "product": {
                                "$ref": "13"
                              },
                              "campaignPlu": {
                                "$ref": "52"
                              }
                            },
                            {
                              "$ref": "53"
                            }
                          ],
                          "campaign": {
                            "$id": "54",
                            "id": 1,
                            "storeID": 2,
                            "name": "3d444657-876c-4ced-9d08-cb998bc370fa",
                            "nameGuid": "3d444657-876c-4ced-9d08-cb998bc370fa",
                            "description": "sample string 4",
                            "showDiscounts": true,
                            "showTotals": true,
                            "onlyEvaluateOnSubtotal": true,
                            "useDescription": true,
                            "campaignType": 1,
                            "startDate": "2025-06-14T06:23:10.360288",
                            "startTime": 1,
                            "endDate": "2025-06-14T06:23:10.360288",
                            "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-06-14T06:23:10.360288",
                            "system": true,
                            "created": "2025-06-14T06:23:10.360288",
                            "updated": "2025-06-14T06:23:10.360288",
                            "priceChangeNotifiedUtc": "2025-06-14T06:23:10.360288",
                            "promoType": 1,
                            "promotionTypeCode": "sample string 13",
                            "hostIdentifier": "ia+Mv4imhkeEGIAhLvZr7g==",
                            "hostIdentifierGuid": "bf8caf89-a688-4786-8418-80212ef66bee",
                            "hostType": 14,
                            "createdByUser": "sample string 15",
                            "fromHost": true,
                            "deleted": true,
                            "campaignDeleted": "2025-06-14T06:23:10.360288",
                            "updatedByUser": "sample string 18",
                            "offerID": 1,
                            "isPriceChangeCampaign": true,
                            "stores": [
                              1,
                              2
                            ],
                            "storeNames": [
                              "sample string 1",
                              "sample string 2"
                            ],
                            "campaignPlus": [
                              {
                                "$ref": "52"
                              },
                              {
                                "$ref": "52"
                              }
                            ],
                            "campaignPools": [
                              {
                                "$id": "55",
                                "id": 1,
                                "campaignID": 2,
                                "campaignName": "sample string 3",
                                "plu": 4,
                                "pluG_UID": "5BPvu+l630eLyPbD45bn0w==",
                                "pluGuid": "bbef13e4-7ae9-47df-8bc8-f6c3e396e7d3",
                                "hostOfferID": 1,
                                "priceGroupG_UID": "5MsSrIS5EEy8tyr9HU1+Ow==",
                                "priceGroupGuid": "ac12cbe4-b984-4c10-bcb7-2afd1d4d7e3b",
                                "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-06-14T06:23:10.360288",
                                "rrp": 17,
                                "campaignDescription": "sample string 18",
                                "product": {
                                  "$ref": "13"
                                },
                                "campaign": {
                                  "$ref": "54"
                                }
                              },
                              {
                                "$ref": "55"
                              }
                            ],
                            "sellingRules": [
                              {
                                "$id": "56",
                                "id": 1,
                                "identifier": "vsAATfdjRUCHxJQg1RT7qg==",
                                "identifierStr": "vsAATfdjRUCHxJQg1RT7qg==",
                                "identifierGuid": "4d00c0be-63f7-4045-87c4-9420d514fbaa",
                                "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": "54"
                                }
                              },
                              {
                                "$ref": "56"
                              }
                            ],
                            "customers": [
                              {
                                "$id": "57",
                                "id": 1,
                                "campaignID": 2,
                                "campaignName": "sample string 3",
                                "customerID": "rW6LcRFQuE634Xi2SHXhow==",
                                "customerIDGuid": "718b6ead-5011-4eb8-b7e1-78b64875e1a3",
                                "campaign": {
                                  "$ref": "54"
                                },
                                "customer": {
                                  "$id": "58",
                                  "identifier": "m1AbLQMWNU23BjhsEBLVDw==",
                                  "identifierGuid": "2d1b509b-1603-4d35-b706-386c1012d50f",
                                  "code": "sample string 2",
                                  "familyName": "sample string 3",
                                  "givenName": "sample string 4",
                                  "otherName": "sample string 5",
                                  "title": "sample string 6",
                                  "dateOfBirth": "2025-06-14T06:23:10.360288",
                                  "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": "5reqTlUBOEGHngzQNRcQxg==",
                                  "communityIdentifierGuid": "4eaab7e6-0155-4138-879e-0cd0351710c6",
                                  "joined": "2025-06-14T06:23:10.360288",
                                  "updated": "2025-06-14T06:23:10.360288",
                                  "active": true,
                                  "reasonInactive": 1,
                                  "groupCustomer": true,
                                  "loyaltyPoints": 1,
                                  "homeStoreID": 1,
                                  "availableSpend": 1,
                                  "priceLevelIdentifier": "N/uLsZeIsUCBXTNxv7lL/Q==",
                                  "priceLevelIdentifierGuid": "b18bfb37-8897-40b1-815d-3371bfb94bfd",
                                  "marketingID": "sample string 18",
                                  "hidden": true,
                                  "registered": true,
                                  "registeredOn": "2025-06-14T06:23:10.360288",
                                  "emailMarketing": true,
                                  "smsMarketing": true,
                                  "deleted": true,
                                  "deletedUser": "sample string 24",
                                  "homeStoreName": "sample string 25",
                                  "customerCards": [
                                    {
                                      "$id": "59",
                                      "cardType": 2,
                                      "issueDate": "2025-06-14T06:23:10.360288",
                                      "expiry": "2025-06-14T06:23:10.360288",
                                      "customerID": "KTbGRt6lQ0mGByfnzK9ZOg==",
                                      "customerIDGuid": "46c63629-a5de-4943-8607-27e7ccaf593a",
                                      "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-06-14T06:23:10.360288",
                                      "linkedAccount": "nvg7A9iUn0+7PeFkEfnn5Q==",
                                      "linkedAccountGuid": "033bf89e-94d8-4f9f-bb3d-e16411f9e7e5",
                                      "currentValueChanged": true,
                                      "limitsChanged": true,
                                      "customer": {
                                        "$ref": "58"
                                      },
                                      "account": {
                                        "$id": "60",
                                        "id": 1,
                                        "identifier": "oii25m6VmUOIQ4HMejG1MA==",
                                        "identifierGuid": "e6b628a2-956e-4399-8843-81cc7a31b530",
                                        "referenceNo": "sample string 3",
                                        "name": "sample string 4",
                                        "created": "2025-06-14T06:23:10.360288",
                                        "owner": "NEOSKFPT90SUMvqMnKyZPA==",
                                        "ownerGuid": "28924334-d353-44f7-9432-fa8c9cac993c",
                                        "accountStoreGroupIdentifier": "yB63zXk3qEmQSV2zt2ZiWw==",
                                        "accountStoreGroupGuid": "cdb71ec8-3779-49a8-9049-5db3b766625b",
                                        "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-06-14T06:23:10.360288",
                                        "active": true,
                                        "updated": "2025-06-14T06:23:10.360288",
                                        "deleted": true,
                                        "deletedUser": "sample string 16",
                                        "currentBalanceChanged": true,
                                        "maximumLimitChanged": true,
                                        "loyaltyPointsChanged": true,
                                        "projectedBalance": 17,
                                        "accountStoreGroupStoreIDs": [
                                          1,
                                          2
                                        ],
                                        "customerEmail": "sample string 18",
                                        "ownerCustomer": {
                                          "$ref": "58"
                                        },
                                        "card": {
                                          "$ref": "59"
                                        },
                                        "members": {
                                          "$id": "61",
                                          "sample string 1": [
                                            {
                                              "$ref": "58"
                                            },
                                            {
                                              "$ref": "58"
                                            }
                                          ],
                                          "sample string 2": [
                                            {
                                              "$ref": "58"
                                            },
                                            {
                                              "$ref": "58"
                                            }
                                          ]
                                        },
                                        "customerGroups": [
                                          {
                                            "$id": "62",
                                            "identifier": "6U1oEILYWUyFSN21L9s0eQ==",
                                            "identifierGuid": "10684de9-d882-4c59-8548-ddb52fdb3479",
                                            "name": "sample string 2",
                                            "primaryContact": "FFG0OiJUE0+dalHrrPFPsg==",
                                            "primaryContactGuid": "3ab45114-5422-4f13-9d6a-51ebacf14fb2",
                                            "accountID": "Z+05BHzJ3kSlFAIH29QsmQ==",
                                            "accountIDGuid": "0439ed67-c97c-44de-a514-0207dbd42c99",
                                            "special": true,
                                            "updated": "2025-06-14T06:23:10.360288",
                                            "active": true,
                                            "reasonInactive": 1,
                                            "priceLevelIdentifier": "6QeRxMsqL0++JziG5isMvQ==",
                                            "priceLevelIdentifierGuid": "c49107e9-2acb-4f2f-be27-3886e62b0cbd",
                                            "deleted": true,
                                            "account": {
                                              "$ref": "60"
                                            },
                                            "primaryContactCustomer": {
                                              "$ref": "58"
                                            },
                                            "customerGroupMembers": [
                                              {
                                                "$id": "63",
                                                "id": 1,
                                                "groupID": "4E5N+b/EUUC1Wlmdt9s9yA==",
                                                "groupIDGuid": "f94d4ee0-c4bf-4051-b55a-599db7db3dc8",
                                                "customerID": "+rI5N28MTE6yO3p2fDK8tA==",
                                                "customerIDGuid": "3739b2fa-0c6f-4e4c-b23b-7a767c32bcb4",
                                                "card": "sample string 4",
                                                "linkedAccount": "e/CqZyPvs0G6TzNu0/8nxQ==",
                                                "linkedAccountGuid": "67aaf07b-ef23-41b3-ba4f-336ed3ff27c5",
                                                "customer": {
                                                  "$ref": "58"
                                                },
                                                "group": {
                                                  "$ref": "62"
                                                },
                                                "customerCard": {
                                                  "$ref": "59"
                                                }
                                              },
                                              {
                                                "$ref": "63"
                                              }
                                            ]
                                          },
                                          {
                                            "$ref": "62"
                                          }
                                        ]
                                      },
                                      "payments": [
                                        {
                                          "$id": "64",
                                          "id": 1,
                                          "identifier": "iWxGuywlNUikHuu4o+Vnuw==",
                                          "identifierGuid": "bb466c89-252c-4835-a41e-ebb8a3e567bb",
                                          "storeID": 2,
                                          "operatorName": "sample string 3",
                                          "saleHeaderID": 4,
                                          "paymentType": 5,
                                          "amount": 6,
                                          "account": "sample string 7",
                                          "accountID": "zn93w7I/UUWg0z7E2hqISQ==",
                                          "accountIDGuid": "c3777fce-3fb2-4551-a0d3-3ec4da1a8849",
                                          "customerAccount": {
                                            "$ref": "60"
                                          },
                                          "customerCard": {
                                            "$ref": "59"
                                          },
                                          "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-06-14T06:23:10.360288",
                                          "invRocNo": "sample string 14",
                                          "responseCode": "sample string 15",
                                          "cashout": 1,
                                          "tip": 16,
                                          "idempotentVoid": "6SYHjU6jjUquYoArg2bUxg==",
                                          "idempotentVoidGuid": "8d0726e9-a34e-4a8d-ae62-802b8366d4c6",
                                          "offline": true,
                                          "processed": 1,
                                          "storeSaleHeader": {
                                            "$id": "65",
                                            "saleHeaderID": 1,
                                            "saleHeaderGuid": "31QQU+hco0y3V+u4uuPnAg==",
                                            "saleHeaderIdentifierGuid": "531054df-5ce8-4ca3-b757-ebb8bae3e702",
                                            "created": "2025-06-14T06:23:10.360288",
                                            "createdLocal": "2025-06-14T06:23:10.360288",
                                            "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-06-14T06:23:10.360288",
                                            "storeID": 1,
                                            "operatorG_Uid": "UrnAYHhdvkikdcAksHsAkQ==",
                                            "operatorGuid": "60c0b952-5d78-48be-a475-c024b07b0091",
                                            "customerG_Uid": "0FII6I34Ykubh5vSYUTW8g==",
                                            "customerGuid": "e80852d0-f88d-4b62-9b87-9bd26144d6f2",
                                            "communityIdentifier": "o73RwAZ0iUywdAKVSOloWQ==",
                                            "communityIdentifierGuid": "c0d1bda3-7406-4c89-b074-029548e96859",
                                            "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": "77b0QIx4k0iNYpTczk/XDg==",
                                            "priceLevelIdentifierGuid": "40f4b6ef-788c-4893-8d62-94dcce4fd70e",
                                            "locked": 36,
                                            "relationChecksum": "sample string 37",
                                            "loyaltyTender": 1,
                                            "giftCardTender": 1,
                                            "operator": {
                                              "$ref": "25"
                                            },
                                            "customer": {
                                              "$ref": "58"
                                            },
                                            "communityOrganisation": {
                                              "$id": "66",
                                              "id": 1,
                                              "identifier": "INW2rsrgVkegBQQVbMg58A==",
                                              "identifierGuid": "aeb6d520-e0ca-4756-a005-04156cc839f0",
                                              "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-06-14T06:23:10.360288",
                                              "deleted": true
                                            },
                                            "details": [
                                              {
                                                "$id": "67",
                                                "saleItemID": 1,
                                                "identifier": "88nnhAZSKUGMGADhIL9/+Q==",
                                                "identifierGuid": "84e7c9f3-5206-4129-8c18-00e120bf7ff9",
                                                "saleHeaderID": 2,
                                                "plu": 1,
                                                "pluG_UId": "HRyNdWv5RU2VVUJ18wIGJg==",
                                                "pluGuid": "758d1c1d-f96b-4d45-9555-4275f3020626",
                                                "accountID": "aCEeTDI36EW9amWqijEuhA==",
                                                "accountIDGuid": "4c1e2168-3732-45e8-bd6a-65aa8a312e84",
                                                "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-06-14T06:23:10.360288",
                                                "bestOrExpireType": 1,
                                                "providerName": "sample string 11",
                                                "refundG_UID": "xgQoDL8QJ0uUILRrobNFuQ==",
                                                "refundGuid": "0c2804c6-10bf-4b27-9420-b46ba1b345b9",
                                                "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": "kRCMxGoB8EKTGSTjEbKP1Q==",
                                                "idempotentVoidGuid": "c48c1091-016a-42f0-9319-24e311b28fd5",
                                                "priceLevelIdentifier": "94R+JWzPakeHJny6AMOo5Q==",
                                                "priceLevelIdentifierGuid": "257e84f7-cf6c-476a-8726-7cba00c3a8e5",
                                                "productName": "sample string 23",
                                                "apn": "sample string 24",
                                                "unknownScans": [
                                                  {
                                                    "$id": "68",
                                                    "id": 1,
                                                    "saleDetailID": 2,
                                                    "storeID": 1,
                                                    "scanned": "2025-06-14T06:23:10.360288",
                                                    "operatorG_UID": "QEA=",
                                                    "barcode": "sample string 4",
                                                    "processed": 1
                                                  },
                                                  {
                                                    "$ref": "68"
                                                  }
                                                ],
                                                "refund": {
                                                  "$id": "69",
                                                  "id": 1,
                                                  "g_UID": "hzrFS9NNfEm9WdmMLOTaFQ==",
                                                  "guid": "4bc53a87-4dd3-497c-bd59-d98c2ce4da15",
                                                  "description": "sample string 1",
                                                  "dumped": true,
                                                  "inventoryReasonID": 1,
                                                  "sortOrder": 1,
                                                  "updated": "2025-06-14T06:23:10.360288"
                                                },
                                                "modifier": {
                                                  "$id": "70",
                                                  "id": 1,
                                                  "setG_UID": "PBidJYSkrkiRG+GnCVZk3Q==",
                                                  "modifierSetGuid": "259d183c-a484-48ae-911b-e1a7095664dd",
                                                  "name": "sample string 2",
                                                  "price": 1,
                                                  "quantity": 1,
                                                  "modifierType": 1,
                                                  "groupNumber": 1,
                                                  "pageNumber": 1,
                                                  "controlOrder": 1,
                                                  "printToStation": true,
                                                  "pluG_UID": "F++x+EauU0SFnzPXh5sunw==",
                                                  "pluGuid": "f8b1ef17-ae46-4453-859f-33d7879b2e9f",
                                                  "deleted": true,
                                                  "g_UID": "Eb/i9vNsqES9aushZVK9+g==",
                                                  "guid": "f6e2bf11-6cf3-44a8-bd6a-eb216552bdfa",
                                                  "product": {
                                                    "$ref": "13"
                                                  }
                                                },
                                                "priceLevelName": "sample string 25",
                                                "pumpNumber": 1,
                                                "hoseNumber": 1
                                              },
                                              {
                                                "$ref": "67"
                                              }
                                            ],
                                            "eftReceipts": [
                                              {
                                                "$id": "71",
                                                "id": 1,
                                                "storeID": 1,
                                                "saleHeaderID": 2,
                                                "storeSaleHeader": {
                                                  "$ref": "65"
                                                },
                                                "receipt": "sample string 3",
                                                "processed": 1
                                              },
                                              {
                                                "$ref": "71"
                                              }
                                            ],
                                            "payments": [
                                              {
                                                "$ref": "64"
                                              },
                                              {
                                                "$ref": "64"
                                              }
                                            ],
                                            "cards": [
                                              {
                                                "$id": "72",
                                                "id": 1,
                                                "saleHeaderID": 1,
                                                "identifier": "sample string 2",
                                                "cardType": 3,
                                                "providerName": "sample string 4"
                                              },
                                              {
                                                "$ref": "72"
                                              }
                                            ],
                                            "campaignHits": [
                                              {
                                                "$id": "73",
                                                "id": 1,
                                                "saleHeaderID": 2,
                                                "campaign": "sample string 3",
                                                "name": "sample string 4",
                                                "processed": 1,
                                                "campaignDescription": "sample string 5"
                                              },
                                              {
                                                "$ref": "73"
                                              }
                                            ],
                                            "fuel": [
                                              {
                                                "$id": "74",
                                                "id": 1,
                                                "plu": 1,
                                                "pluG_UID": "4hBLUXeeTECcTQZ4IWGNew==",
                                                "pluGuid": "514b10e2-9e77-404c-9c4d-067821618d7b",
                                                "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-06-14T06:23:10.360288",
                                                "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-06-14T06:23:10.360288",
                                                "tagNumber": "sample string 15",
                                                "trackTwoRem": "sample string 16",
                                                "transCode": 1,
                                                "transType": 1,
                                                "unitPrice": 1.0,
                                                "vehicleReg": "sample string 17",
                                                "offline": true,
                                                "processed": 1
                                              },
                                              {
                                                "$ref": "74"
                                              }
                                            ],
                                            "fuelResells": [
                                              {
                                                "$id": "75",
                                                "saleItemID": 1,
                                                "saleHeaderID": 2,
                                                "plu": 1,
                                                "pluG_UId": "v0yViDQ3AU+SOIy9DaYRHA==",
                                                "pluGuid": "88954cbf-3734-4f01-9238-8cbd0da6111c",
                                                "accountID": "yyEIHEaXEEyzjNaDEOG1BQ==",
                                                "accountIDGuid": "1c0821cb-9746-4c10-b38c-d68310e1b505",
                                                "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-06-14T06:23:10.360288",
                                                "bestOrExpireType": 1,
                                                "refundG_UID": "lqUbMkkmLEmKDV6JWzjWBg==",
                                                "refundGuid": "321ba596-2649-492c-8a0d-5e895b38d606",
                                                "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": "75"
                                              }
                                            ],
                                            "customerOrder": [
                                              {
                                                "$id": "76",
                                                "identifier": "/tHpptonv0iP6ZnHknJTbg==",
                                                "identifierGuid": "a6e9d1fe-27da-48bf-8fe9-99c79272536e",
                                                "id": 1,
                                                "orderNo": 2,
                                                "externalSaleIdentifier": "sample string 3",
                                                "storeID": 4,
                                                "zoneID": 5,
                                                "deptNo": 6,
                                                "customerIdentifier": "gntA+o3RLE+4urmywfs2FQ==",
                                                "customerIdentifierGuid": "fa407b82-d18d-4f2c-b8ba-b9b2c1fb3615",
                                                "operatorNo": 1,
                                                "operatorG_UID": "e7kitRL/rUy4PXnbmyyjHQ==",
                                                "operatorGuid": "b522b97b-ff12-4cad-b83d-79db9b2ca31d",
                                                "created": "2025-06-14T06:23:10.360288",
                                                "ordered": "2025-06-14T06:23:10.360288",
                                                "started": "2025-06-14T06:23:10.360288",
                                                "completed": "2025-06-14T06:23:10.360288",
                                                "supplied": "2025-06-14T06:23:10.360288",
                                                "quickTicket": 1,
                                                "deleted": true,
                                                "walkAway": true,
                                                "approxWait": 1,
                                                "actualWait": 1,
                                                "deliveryMethod": 8,
                                                "externalSaleType": 9,
                                                "customer": {
                                                  "$ref": "58"
                                                },
                                                "operator": {
                                                  "$ref": "25"
                                                },
                                                "details": [
                                                  {
                                                    "$id": "77",
                                                    "headerID": 1,
                                                    "plu": 1,
                                                    "pluG_UId": "IsSm0fMVFU612nppGkQ5cQ==",
                                                    "pluGuid": "d1a6c422-15f3-4e15-b5da-7a691a443971",
                                                    "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": "n+GSRsotFEGGOINw8yjM4g==",
                                                    "headerIdentifierGuid": "4692e19f-2dca-4114-8638-8370f328cce2",
                                                    "product": {
                                                      "$ref": "13"
                                                    }
                                                  },
                                                  {
                                                    "$ref": "77"
                                                  }
                                                ],
                                                "storeName": "sample string 11",
                                                "customerName": "sample string 12",
                                                "storeReplyTo": "sample string 13",
                                                "storeSubjectLine": "sample string 14",
                                                "storeSaleHeader": {
                                                  "$ref": "65"
                                                }
                                              },
                                              {
                                                "$ref": "76"
                                              }
                                            ],
                                            "surveyResponses": [
                                              {
                                                "$id": "78",
                                                "surveyG_UID": "Qr2Y9zRLQE6ViAYsEx6xrw==",
                                                "surveyGuid": "f798bd42-4b34-4e40-9588-062c131eb1af",
                                                "saleHeaderGuid": "PsVId6qDEkylbz8uS6/K+w==",
                                                "saleGuid": "7748c53e-83aa-4c12-a56f-3f2e4bafcafb",
                                                "textResponse": "sample string 1",
                                                "integerResponse": 1,
                                                "g_UIDResponse": "YhtOLiKw2EW0WH8sfdv0rg==",
                                                "guidResponse": "2e4e1b62-b022-45d8-b458-7f2c7ddbf4ae",
                                                "whoAnswered": 2,
                                                "answeredAtUTC": "2025-06-14T06:23:10.360288",
                                                "sale": {
                                                  "$ref": "65"
                                                },
                                                "survey": {
                                                  "$id": "79",
                                                  "g_UID": "HwdXluqTi0+PlRqIo2E3fQ==",
                                                  "guid": "9657071f-93ea-4f8b-8f95-1a88a361377d",
                                                  "name": "sample string 1",
                                                  "storeID": 2,
                                                  "zoneID": 1,
                                                  "checkoutFormG_UID": "mhM77e/8IE2wITY2btPZWQ==",
                                                  "checkoutFormGuid": "ed3b139a-fcef-4d20-b021-36366ed3d959",
                                                  "displayToWho": 3,
                                                  "displayWhen": 4,
                                                  "start": "2025-06-14T06:23:10.360288",
                                                  "end": "2025-06-14T06:23:10.360288",
                                                  "deleted": true,
                                                  "updated": "2025-06-14T06:23:10.360288",
                                                  "possibleIntegerResponses": [
                                                    1,
                                                    2
                                                  ],
                                                  "possibleTextResponses": [
                                                    "sample string 1",
                                                    "sample string 2"
                                                  ],
                                                  "possibleGuidResponses": [
                                                    "0a6e3d3d-320f-4cc8-82a7-42cfc4aa8236",
                                                    "d69b703b-9c89-4217-b68b-cb223d9b3207"
                                                  ],
                                                  "allowsAllTextResponses": true,
                                                  "surveyForm": {
                                                    "$ref": "33"
                                                  }
                                                },
                                                "ingressId": "sample string 4"
                                              },
                                              {
                                                "$ref": "78"
                                              }
                                            ],
                                            "storeName": "sample string 38",
                                            "machineName": "sample string 39",
                                            "operatorName": "sample string 40",
                                            "direction": 1,
                                            "reason": "sample string 41",
                                            "accountG_UID": "QU5u1rKvckezHDsYi/nKOw==",
                                            "accountIdentifier": "d66e4e41-afb2-4772-b31c-3b188bf9ca3b",
                                            "accountName": "sample string 42",
                                            "customerOrderIdentifier": "zxXOU6Oj60mrM4cjSqRNKg==",
                                            "customerOrderIdentifierGuid": "53ce15cf-a3a3-49eb-ab33-87234aa44d2a",
                                            "priceLevelName": "sample string 43",
                                            "revision": 44,
                                            "ingressId": "sample string 45"
                                          },
                                          "metadata": {
                                            "$id": "80",
                                            "id": 1,
                                            "paymentID": 2,
                                            "paymentIdentifier": "yXywKyKJg0+fc9riw2mCcw==",
                                            "paymentIdentifierGuid": "2bb07cc9-8922-4f83-9f73-dae2c3698273",
                                            "identifier": "hVxNkIyy4ESYKZL4ObBUTg==",
                                            "identifierGuid": "904d5c85-b28c-44e0-9829-92f839b0544e",
                                            "metadata": "sample string 3",
                                            "signatureImage": "QEA=",
                                            "itemIdentifier": "hMLJr9+Vx0mZroQi68WG+Q==",
                                            "itemIdentifierGuid": "afc9c284-95df-49c7-99ae-8422ebc586f9"
                                          }
                                        },
                                        {
                                          "$ref": "64"
                                        }
                                      ]
                                    },
                                    {
                                      "$ref": "59"
                                    }
                                  ],
                                  "customerGroupMembers": [
                                    {
                                      "$ref": "63"
                                    },
                                    {
                                      "$ref": "63"
                                    }
                                  ],
                                  "customerGroups": [
                                    {
                                      "$ref": "62"
                                    },
                                    {
                                      "$ref": "62"
                                    }
                                  ],
                                  "accounts": [
                                    {
                                      "$ref": "60"
                                    },
                                    {
                                      "$ref": "60"
                                    }
                                  ],
                                  "account": {
                                    "$ref": "60"
                                  },
                                  "vouchers": [
                                    {
                                      "$id": "81",
                                      "customerIdentifier": "5eAszXZ1q02yYDzgkkb6aA==",
                                      "customerIdentifierGuid": "cd2ce0e5-7576-4dab-b260-3ce09246fa68",
                                      "voucherName": "sample string 2",
                                      "count": 3,
                                      "storeID": 4,
                                      "barcode": "sample string 5",
                                      "redeemCount": 6,
                                      "issueCount": 7,
                                      "storeSalePaymentID": 1,
                                      "idempotentID": "0/vSmiJipUm+Mat8Yfl4iA==",
                                      "idempotentGuid": "9ad2fbd3-6222-49a5-be31-ab7c61f97888",
                                      "offline": true,
                                      "voucher": {
                                        "$id": "82",
                                        "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-06-14T06:23:10.360288",
                                        "barcodeTemplate": {
                                          "$id": "83",
                                          "templateID": 1,
                                          "template": "sample string 1",
                                          "bcFunction": "sample string 2",
                                          "sortOrder": 3
                                        },
                                        "scaleLabel": {
                                          "$id": "84",
                                          "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-06-14T06:23:10.360288",
                                          "labelPageLayout": "z7eu2qDtekKhPRrW4ytmRQ==",
                                          "pageLayoutGuid": "daaeb7cf-eda0-427a-a13d-1ad6e32b6645",
                                          "labelType": 6,
                                          "oldName": "sample string 7",
                                          "voucher": {
                                            "$ref": "82"
                                          },
                                          "elements": [
                                            {
                                              "$id": "85",
                                              "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-06-14T06:23:10.360288"
                                            },
                                            {
                                              "$ref": "85"
                                            }
                                          ]
                                        },
                                        "customerVouchers": [
                                          {
                                            "$id": "86",
                                            "id": 1,
                                            "customerIdentifier": "3n5h/c3Vp0O80UrAdvrBMA==",
                                            "customerIdentifierGuid": "fd617ede-d5cd-43a7-bcd1-4ac076fac130",
                                            "voucherID": 3,
                                            "voucherName": "sample string 4",
                                            "storeID": 1,
                                            "barcode": "sample string 5",
                                            "dateOfIssue": "2025-06-14T06:23:10.360288",
                                            "issuedSaleHeaderID": 1,
                                            "issuedSaleIdentifier": "sample string 7",
                                            "issuedOfflinePaymentID": 1,
                                            "issuedIdempotentID": "NcOcsSNzM02lmOt5Fx5kfQ==",
                                            "issuedIdempotentGuid": "b19cc335-7323-4d33-a598-eb79171e647d",
                                            "issuedOffline": true,
                                            "issuedUser": "sample string 9",
                                            "issuedNotes": "sample string 10",
                                            "expiryDate": "2025-06-14T06:23:10.360288",
                                            "expiredUser": "sample string 11",
                                            "expiredNotes": "sample string 12",
                                            "redeemed": "2025-06-14T06:23:10.360288",
                                            "redeemedSaleHeaderID": 1,
                                            "redeemedSaleIdentifier": "sample string 13",
                                            "redeemedOfflinePaymentID": 1,
                                            "redeemedIdempotentID": "eU40qPl+UU2TwrtpJCEcxA==",
                                            "redeemedIdempotentGuid": "a8344e79-7ef9-4d51-93c2-bb6924211cc4",
                                            "redeemedUser": "sample string 14",
                                            "redeemedNotes": "sample string 15",
                                            "redeemedOffline": true,
                                            "updated": "2025-06-14T06:23:10.360288",
                                            "storeName": "sample string 17",
                                            "scaleLabel": {
                                              "$ref": "84"
                                            },
                                            "voucher": {
                                              "$ref": "82"
                                            },
                                            "customer": {
                                              "$ref": "58"
                                            },
                                            "issuedOfflinePayment": {
                                              "$ref": "64"
                                            },
                                            "redeemedOfflinePayment": {
                                              "$ref": "64"
                                            }
                                          },
                                          {
                                            "$ref": "86"
                                          }
                                        ]
                                      },
                                      "customer": {
                                        "$ref": "58"
                                      }
                                    },
                                    {
                                      "$ref": "81"
                                    }
                                  ]
                                }
                              },
                              {
                                "$ref": "57"
                              }
                            ],
                            "customerGroups": [
                              {
                                "$id": "87",
                                "id": 1,
                                "campaignID": 2,
                                "campaignName": "sample string 3",
                                "groupID": "wGOw2OXFj0mTilc6mS9eQQ==",
                                "groupIDGuid": "d8b063c0-c5e5-498f-938a-573a992f5e41",
                                "campaign": {
                                  "$ref": "54"
                                },
                                "group": {
                                  "$ref": "62"
                                }
                              },
                              {
                                "$ref": "87"
                              }
                            ],
                            "signIqTickets": [
                              {
                                "$id": "88",
                                "identifier": "5q+NNKRKT0ylbQOJLHyviw==",
                                "identifierGuid": "348dafe6-4aa4-4c4f-a56d-03892c7caf8b",
                                "campaignName": "sample string 2",
                                "message": "sample string 3",
                                "ticketFileSource": "sample string 4",
                                "ticketFileDestination": "sample string 5",
                                "storeID": 1
                              },
                              {
                                "$ref": "88"
                              }
                            ],
                            "comboPriceGroups": [
                              {
                                "$id": "89",
                                "id": 1,
                                "campaignID": 2,
                                "campaignName": "sample string 3",
                                "g_UID": "ZjfLZEX22UKmlr1ZXkwRdA==",
                                "guid": "64cb3766-f645-42d9-a696-bd595e4c1174",
                                "description": "sample string 5",
                                "newPrice": 1,
                                "rangeDescription": "sample string 6",
                                "dealDescription": "sample string 7",
                                "labelQuantity": 8,
                                "hostProductCategoryID": 1,
                                "offerID": 1,
                                "dontUpdatePricePlus": true,
                                "campaign": {
                                  "$ref": "54"
                                },
                                "comboPricePlus": [
                                  {
                                    "$id": "90",
                                    "id": 1,
                                    "campaignID": 2,
                                    "campaignName": "sample string 3",
                                    "groupG_UID": "MBpbVT+7QUqRyFiLVOYUdA==",
                                    "groupGuid": "555b1a30-bb3f-4a41-91c8-588b54e61474",
                                    "comboPriceType": 5,
                                    "priceType": 5,
                                    "pluG_UID": "feOrKFkZ8E+JYn6qpL92vQ==",
                                    "pluGuid": "28abe37d-1959-4ff0-8962-7eaaa4bf76bd",
                                    "priceGroupG_UID": "tekJLpY7UE65jX2+rQeiDw==",
                                    "priceGroupGuid": "2e09e9b5-3b96-4e50-b98d-7dbead07a20f",
                                    "campaignPoolID": "sample string 7",
                                    "quantity": 1,
                                    "campaign": {
                                      "$ref": "54"
                                    },
                                    "product": {
                                      "$ref": "13"
                                    },
                                    "priceGroup": {
                                      "$ref": "19"
                                    },
                                    "campaignPool": {
                                      "$ref": "54"
                                    }
                                  },
                                  {
                                    "$ref": "90"
                                  }
                                ]
                              },
                              {
                                "$ref": "89"
                              }
                            ],
                            "priceLevels": [
                              {
                                "$id": "91",
                                "id": 1,
                                "priceLevelIdentifier": "npSNuMLNH0eO8N41caqtjw==",
                                "priceLevelIdentifierGuid": "b88d949e-cdc2-471f-8ef0-de3571aaad8f",
                                "campaignName": "sample string 3",
                                "priceLevelName": "sample string 4"
                              },
                              {
                                "$ref": "91"
                              }
                            ]
                          },
                          "product": {
                            "$ref": "13"
                          },
                          "dealCost": {
                            "$id": "92",
                            "headerIdentifier": "GHfG6n9NU0aJM+IzpW3OQA==",
                            "headerIdentifierGuid": "eac67718-4d7f-4653-8933-e233a56dce40",
                            "identifier": "C32ZzTzie0KXOpsOKS2gEg==",
                            "identifierGuid": "cd997d0b-e23c-427b-973a-9b0e292da012",
                            "supplierIdentifier": "P2zQES0zQE655ugoJQSd9Q==",
                            "supplierGuid": "11d06c3f-332d-4e40-b9e6-e82825049df5",
                            "pluG_UID": "wHf13FsqPkmPXfDFwRjH1A==",
                            "pluGuid": "dcf577c0-2a5b-493e-8f5d-f0c5c118c7d4",
                            "campaignName": "ab38720d-27b7-4872-a8e6-915004df456f",
                            "description": "sample string 4",
                            "cost": 5,
                            "costDecimals": 6,
                            "start": "2025-06-14T06:23:10.360288",
                            "end": "2025-06-14T06:23:10.360288",
                            "type": 9,
                            "promoType": 10,
                            "bonusItemPLUG_UID": "BLgU0LwDPEqTdOuVSRK0Pw==",
                            "bonusItemPluGuid": "d014b804-03bc-4a3c-9374-eb954912b43f",
                            "bonusPurchaseUnits": 11,
                            "bonusReceiveUnits": 12,
                            "updated": "2025-06-14T06:23:10.360288",
                            "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-06-14T06:23:10.360288",
                            "campaignEndDate": "2025-06-14T06:23:10.360288",
                            "masterPLUG_UID": "CBeVOaFenku6BOWm1ZOxsw==",
                            "masterID": "39951708-5ea1-4b9e-ba04-e5a6d593b1b3",
                            "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": "irjTnzoViUycUmQgb6WrVA==",
                            "bonusMasterID": "9fd3b88a-153a-4c89-9c52-64206fa5ab54",
                            "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-06-14T06:23:10.360288",
                        "dealCosts": [
                          {
                            "$ref": "92"
                          },
                          {
                            "$ref": "92"
                          }
                        ],
                        "tags": [
                          {
                            "$id": "93",
                            "pluG_UID": "4/3nBfaxzESJmLkKlURs1Q==",
                            "pluGuid": "05e7fde3-b1f6-44cc-8998-b90a95446cd5",
                            "tagID": 1,
                            "description": "sample string 1",
                            "storeIDs": [
                              1,
                              2
                            ]
                          },
                          {
                            "$ref": "93"
                          }
                        ],
                        "alternateProductG_UID": "M5Hcbw2urkO/onKDShGngA==",
                        "alternateProduct": "6fdc9133-ae0d-43ae-bfa2-72834a11a780",
                        "productHostCode": {
                          "$id": "94",
                          "id": 1,
                          "pluG_UID": "Q5OegF34FEmaCfbJmm75Yg==",
                          "pluGuid": "809e9343-f85d-4914-9a09-f6c99a6ef962",
                          "ibaCode": "sample string 2"
                        },
                        "mscCat": {
                          "$ref": "48"
                        },
                        "mscCom": {
                          "$ref": "49"
                        },
                        "mscDep": {
                          "$ref": "51"
                        },
                        "mscSubCom": {
                          "$ref": "50"
                        },
                        "isUserUpdate": true,
                        "ignoreMasterProduct": true,
                        "priceGroupLabelRequested": true,
                        "firstSold": "2025-06-14T06:23:10.360288",
                        "inventoryTracked": "2025-06-14T06:23:10.360288",
                        "isNormalPriceChangesCampaign": true
                      },
                      "supplier": {
                        "$ref": "8"
                      },
                      "serviceFee": {
                        "$id": "95",
                        "id": 1,
                        "description": "sample string 1",
                        "fee": 1
                      },
                      "isPrimaryHost": true,
                      "hostVendor": 46
                    },
                    {
                      "$ref": "11"
                    }
                  ],
                  "orderCycleHeaders": [
                    {
                      "$id": "96",
                      "storeID": 1,
                      "supplierIdentifier": "KzDI2TJAWU6x/gBovci5cA==",
                      "supplierGuid": "d9c8302b-4032-4e59-b1fe-0068bdc8b970",
                      "departmentCode": "sample string 2",
                      "warehouseDirectIndicator": "sample string 3",
                      "type": 4,
                      "storeName": "sample string 5",
                      "departmentName": "sample string 6",
                      "orderDays": 7
                    },
                    {
                      "$ref": "96"
                    }
                  ],
                  "cycles": [
                    {
                      "$id": "97",
                      "storeID": 1,
                      "supplierIdentifier": "R6E5HJ13f0G0gjfZYr12gg==",
                      "supplierGuid": "1c39a147-779d-417f-b482-37d962bd7682",
                      "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-06-14T06:23:10.360288",
                      "deliveryDate": "2025-06-14T06:23:10.360288",
                      "nextCutOffDate": "2025-06-14T06:23:10.360288",
                      "nextDeliveryDate": "2025-06-14T06:23:10.360288",
                      "nextDaysBuffer": 10
                    },
                    {
                      "$ref": "97"
                    }
                  ],
                  "store": {
                    "$ref": "4"
                  },
                  "updated": "2025-06-14T06:23:10.360288",
                  "isHost": true
                },
                "files": [
                  {
                    "$id": "98",
                    "id": "sample string 1",
                    "fileName": "sample string 2",
                    "extension": "sample string 3",
                    "provider": 0,
                    "type": 0,
                    "hostType": "sample string 4",
                    "createdUtc": "2025-06-14T06:23:10.360288",
                    "processed": "2025-06-14T06:23:10.360288",
                    "isProcessing": true,
                    "processedCount": 6,
                    "processingTime": 1,
                    "collectedUtc": "2025-06-14T06:23:10.360288",
                    "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": "7"
                    },
                    "metcashHeader": {
                      "$id": "99",
                      "customerNumber": "sample string 1",
                      "creationDate": "2025-06-14T06:23:10.360288",
                      "businessPillar": "sample string 3",
                      "fileType": "sample string 4"
                    }
                  },
                  {
                    "$ref": "98"
                  }
                ],
                "zoneMatrix": [
                  {
                    "$id": "100",
                    "id": 1,
                    "hostIdentifier": "3ZkEXI0mu0yb5JjXSNJ4aQ==",
                    "hostIdentifierGuid": "5c0499dd-268d-4cbb-9be4-98d748d27869",
                    "storeID": 1,
                    "departmentCode": "sample string 2",
                    "hostGuids": [
                      "a9140f72-3685-4c14-866e-b461ff2f9dae",
                      "798b04fd-0e9b-4d13-9342-93692fbca0c8"
                    ]
                  },
                  {
                    "$ref": "100"
                  }
                ],
                "hostFileStoreSetting": {
                  "$ref": "6"
                },
                "hostStoreSettings": [
                  {
                    "$ref": "6"
                  },
                  {
                    "$ref": "6"
                  }
                ],
                "promotionPlacements": [
                  {
                    "$id": "101",
                    "identifier": "QBckMEd9yUuqLIPh1EJVtg==",
                    "identifierGuid": "30241740-7d47-4bc9-aa2c-83e1d44255b6",
                    "code": "sample string 2",
                    "description": "sample string 3",
                    "isAdvertised": true
                  },
                  {
                    "$ref": "101"
                  }
                ],
                "promoTypeGuids": [
                  "7e862f72-9341-4cbc-9a11-e9bb243ab3fb",
                  "639dac5a-d81f-4143-b724-23dd634fb1f6"
                ],
                "isPromotionOnly": false,
                "isOrderable": false,
                "vendor": 0
              },
              "groupIDs": [
                1,
                2
              ],
              "hostDescription": "sample string 24"
            },
            {
              "$ref": "6"
            }
          ],
          "accounts": [
            {
              "$id": "102",
              "id": 1,
              "storeID": 1,
              "accountName": "sample string 2",
              "bsb": "sample string 3",
              "accountNumber": "sample string 4",
              "accountDesignated": true
            },
            {
              "$ref": "102"
            }
          ],
          "sales": [
            {
              "$id": "103",
              "id": 1,
              "storeID": 1,
              "externalSalesType": 2,
              "ftpSiteID": 1,
              "lastSaleProcessed": "2025-06-14T06:23:10.360288",
              "ftpSite": {
                "$id": "104",
                "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": "103"
            }
          ],
          "zoneMatrix": [
            {
              "$ref": "100"
            },
            {
              "$ref": "100"
            }
          ],
          "cashManagements": [
            {
              "$id": "105",
              "id": 1,
              "storeID": 1,
              "cashManagementType": 2,
              "apiID": 1,
              "organisationID": "sample string 3",
              "siteName": "sample string 4",
              "thirdPartyAPI": {
                "$id": "106",
                "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": "105"
            }
          ],
          "updateStoreID": "93d1cb12-06d1-43b1-82c4-672cc3a9f0f3",
          "updateStore": {
            "$id": "107",
            "id": "47ee522b-99d9-4d75-925e-1f489ea1a09d",
            "name": "sample string 1",
            "lastActivity": "2025-06-14T06:23:10.360288",
            "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-06-14T06:23:10.360288"
          },
          "timeZoneId": "sample string 53",
          "securityOptions": {
            "$id": "108",
            "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"
          }
        },
        "supplier": {
          "$ref": "8"
        },
        "order": {
          "$id": "109",
          "orderID": 1,
          "orderGuid": "ZRFKKAPU/0uWHz+aoD8O6A==",
          "orderIdentifier": "284a1165-d403-4bff-961f-3f9aa03f0ee8",
          "backToBack": 1,
          "b2bGuid": "rrNMWwy5ikK823vf8VDY4w==",
          "b2bIdentifier": "5b4cb3ae-b90c-428a-bcdb-7bdff150d8e3",
          "status": 2,
          "created": "2025-06-14T06:23:10.360288",
          "createdLocal": "2025-06-14T06:23:10.360288",
          "createdByUser": "sample string 3",
          "storeID": 1,
          "transferGuid": "KfRIZmq8xECmCSNzJPu1Ww==",
          "transferIdentifier": "6648f429-bc6a-40c4-a609-237324fbb55b",
          "transferInvoiceIdentifier": "J27rwNXwj02SA2NNtDgc1A==",
          "transferInvoiceGuid": "c0eb6e27-f0d5-4d8f-9203-634db4381cd4",
          "attachedToInvoice": 4,
          "transferType": 1,
          "supplierIdentifier": "XAx4x2JKQUO83vFB6JdYCw==",
          "supplierIdentifierGuid": "c7780c5c-4a62-4341-bcde-f141e897580b",
          "description": "sample string 5",
          "rows": 1,
          "cartons": 1,
          "units": 1,
          "sentCount": 1,
          "sent": "2025-06-14T06:23:10.360288",
          "sentLocal": "2025-06-14T06:23:10.360288",
          "sentByUser": "sample string 6",
          "lastSentStatus": 1,
          "cancelled": "2025-06-14T06:23:10.360288",
          "cancelledLocal": "2025-06-14T06:23:10.360288",
          "cancelledByUser": "sample string 7",
          "shipped": "2025-06-14T06:23:10.360288",
          "shippedLocal": "2025-06-14T06:23:10.360288",
          "shippedByUser": "sample string 8",
          "stockReceived": "2025-06-14T06:23:10.360288",
          "stockReceivedLocal": "2025-06-14T06:23:10.360288",
          "stockReceivedByUser": "sample string 9",
          "received": "2025-06-14T06:23:10.360288",
          "receivedLocal": "2025-06-14T06:23:10.360288",
          "completed": "2025-06-14T06:23:10.360288",
          "completedLocal": "2025-06-14T06:23:10.360288",
          "updated": "2025-06-14T06:23:10.360288",
          "updatedLocal": "2025-06-14T06:23:10.360288",
          "dueDate": "2025-06-14T06:23:10.360288",
          "warehouseNote": "sample string 10",
          "warehouseRef": "sample string 11",
          "pdeSerialNumber": "sample string 12",
          "tradingPartner": 1,
          "orderType": "sample string 1",
          "orderTypeDescription": "sample string 2",
          "stateCode": "sample string 15",
          "mailCarbonCopy": true,
          "mailTo": "sample string 17",
          "mailBcc": "sample string 18",
          "mailReplyTo": "sample string 19",
          "liquor": true,
          "summary": "sample string 21",
          "notes": "sample string 22",
          "supplierNotes": "sample string 23",
          "receiptEmailSent": true,
          "receiptEmailSentId": "sample string 25",
          "receiptEmailSentStatus": "sample string 26",
          "transportCompanyGuid": "FFbOdRYwc0Geqi3WADsTGQ==",
          "transportCompanyIdentifier": "75ce5614-3016-4173-9eaa-2dd6003b1319",
          "autoOrder": 27,
          "hostIdentifier": "RftlMErHyEa1O1a3wPV8AA==",
          "hostIdentifierGuid": "3065fb45-c74a-46c8-b53b-56b7c0f57c00",
          "defaultOrderDocumentId": 1,
          "defaultStockReceiveDocumentId": 1,
          "temperature": 1.1,
          "temperatureScale": 28,
          "rating": 29,
          "lastOrderEmailSentId": "sample string 30",
          "lastOrderEmailSentStatus": "sample string 31",
          "deleted": "2025-06-14T06:23:10.360288",
          "deletedByUser": "sample string 32",
          "autoOrderGuid": "OMfJdUcCn0WBViC5+TLUWg==",
          "autoOrderIdentifier": "75c9c738-0247-459f-8156-20b9f932d45a",
          "autoOrderHeader": {
            "$id": "110",
            "autoOrderGuid": "5eKDSjOWhkuWw1B2Pfkl8g==",
            "autoOrderIdentifier": "4a83e2e5-9633-4b86-96c3-50763df925f2",
            "orderGuid": "xOukTUkiCUOCb8d4Kj8/lw==",
            "orderIdentifier": "4da4ebc4-2249-4309-826f-c7782a3f3f97",
            "created": "2025-06-14T06:23:10.360288",
            "orderID": 1,
            "storeID": 1,
            "orderDate": "2025-06-14T06:23:10.360288",
            "supplierIdentifier": "20/V2xFadUOC623p062BvA==",
            "supplierIdentifierGuid": "dbd54fdb-5a11-4375-82eb-6de9d3ad81bc",
            "orderStatus": 1,
            "tradingPartner": 1,
            "simpleAWS": true,
            "defaultMPL": 3,
            "investmentBuy": true,
            "storeName": "sample string 5",
            "supplierName": "sample string 6",
            "description": "sample string 7",
            "orderType": "sample string 8",
            "mailTo": "sample string 9",
            "mailBcc": "sample string 10",
            "notes": "sample string 11",
            "transportCompanyGuid": "zwxgvaIL4U6bCctuy2xRWw==",
            "transportCompanyIdentifier": "bd600ccf-0ba2-4ee1-9b09-cb6ecb6c515b",
            "store": {
              "$ref": "4"
            },
            "supplier": {
              "$ref": "8"
            },
            "details": [
              {
                "$id": "111",
                "autoOrderGuid": "h/J71gi8V06u798LJqx24w==",
                "autoOrderIdentifier": "d67bf287-bc08-4e57-aeef-df0b26ac76e3",
                "pluG_UID": "GCttm/epQ0q5LPuyI6mxTA==",
                "pluGuid": "9b6d2b18-a9f7-4a43-b92c-fbb223a9b14c",
                "orderCartons": 1,
                "orderUnits": 1,
                "orderWeight": 1,
                "processedCartons": 1,
                "processedUnits": 1,
                "processedWeight": 1,
                "cartons": 1,
                "units": 1,
                "weight": 1,
                "status": 1,
                "bestDealCartonCost": 1.1,
                "bestDealDays": 1,
                "lastDealDays": 1,
                "normalCartonCost": 1.1,
                "currentDealCartonCost": 1.1,
                "investmentCartons": 1,
                "investmentUnits": 1,
                "investmentWeight": 1,
                "investmentSavedAmt": 1.1,
                "investmentBuyEndDate": "2025-06-14T06:23:10.360288",
                "investmentBuyStatus": 2,
                "processed": "2025-06-14T06:23:10.360288",
                "product": {
                  "$ref": "13"
                },
                "orderCode": "sample string 3",
                "directIndicator": "sample string 4",
                "cycle": {
                  "$ref": "97"
                },
                "dayWeighting": {
                  "$id": "112",
                  "sunday": 1.1
                },
                "inventory": {
                  "$id": "113",
                  "inventoryGuid": "GIZv65MsW06zOjKZlFfUlQ==",
                  "inventoryIdentifier": "eb6f8618-2c93-4e5b-b33a-32999457d495",
                  "created": "2025-06-14T06:23:10.360288",
                  "createdLocal": "2025-06-14T06:23:10.360288",
                  "onHand": 4,
                  "onHandPacks": 5,
                  "onOrder": 6,
                  "onOrderPacks": 7,
                  "accuracy": 8,
                  "updated": "2025-06-14T06:23:10.360288",
                  "aws": 1.0,
                  "history": [
                    {
                      "$id": "114",
                      "inventoryGuid": "GHWnwoSDlUC0GaF4whGHbg==",
                      "inventoryIdentifier": "c2a77518-8384-4095-b419-a178c211876e",
                      "pluG_UID": "HielyelYukeslyug2EGsBg==",
                      "pluIdentifier": "c9a5271e-58e9-47ba-ac97-2ba0d841ac06",
                      "inventoryReason": 3,
                      "inventoryInvoiceGuid": "yJbYYfPGoUqntDgak4gQyA==",
                      "invoiceIdentifier": "61d896c8-c6f3-4aa1-a7b4-381a938810c8",
                      "operatorGuid": "jqD+D8VAsEGhSK9mOi1k8A==",
                      "operatorIdentifier": "0ffea08e-40c5-41b0-a148-af663a2d64f0",
                      "stocktakeGuid": "jw4szJUE6k+0VCd8MJChxQ==",
                      "stocktakeIdentifier": "cc2c0e8f-0495-4fea-b454-277c3090a1c5",
                      "orderGuid": "Xx76rCHhXUyuDlUZwAMfXw==",
                      "orderIdentifier": "acfa1e5f-e121-4c5d-ae0e-5519c0031f5f",
                      "saleHeaderGuid": "118ZwyGqM0SpE1udlh9Baw==",
                      "saleHeaderGuidIdentifier": "c3195fd7-aa21-4433-a913-5b9d961f416b",
                      "dumpStockID": 1,
                      "fuelDeliveryID": 1,
                      "creditNoteIdentifier": "Sr/nSPxidEa9VkqkJ+jmFw==",
                      "creditNoteGuid": "48e7bf4a-62fc-4674-bd56-4aa427e8e617",
                      "inventorySourceGuid": "c96sjdEzekOdEbSqykARpw==",
                      "inventorySourceIdentifier": "8dacde73-33d1-437a-9d11-b4aaca4011a7",
                      "createdLocal": "2025-06-14T06:23:10.360288",
                      "baseUnits": 4,
                      "unitsPerCarton": 5,
                      "unitsPerCartonWeighted": true,
                      "counted": 7,
                      "countedPacks": 8,
                      "open": 1,
                      "movementQty": 9,
                      "close": 1,
                      "openPacks": 1,
                      "movementQtyPacks": 10,
                      "closePacks": 1,
                      "accuracy": 1,
                      "manual": 11,
                      "user": "sample string 12",
                      "updated": "2025-06-14T06:23:10.360288",
                      "createdLocalTime": "2025-06-14T06:23:10.360288",
                      "storeID": 14,
                      "barcode": "sample string 15",
                      "directCode": "sample string 16",
                      "productName": "sample string 17",
                      "salesMode": 18,
                      "orderPacked": 19,
                      "invoice": {
                        "$id": "115",
                        "inventoryInvoiceGuid": "nPyiFWOap02Tni+P+bREFA==",
                        "invoiceIdentifier": "15a2fc9c-9a63-4da7-939e-2f8ff9b44414",
                        "inventoryGuid": "Q4DFtv9OwUSUJKDU8K7nTA==",
                        "inventoryIdentifier": "b6c58043-4eff-44c1-9424-a0d4f0aee74c",
                        "supplierIdentifier": "yDVRw5edA0CSajXc4mY60Q==",
                        "supplierGuid": "c35135c8-9d97-4003-926a-35dce2663ad1",
                        "orderGuid": "2nikYslRukeqo8j1Not3gw==",
                        "orderIdentifier": "62a478da-51c9-47ba-aaa3-c8f5368b7783",
                        "invoiceHeaderIdentifier": "crr9YdP00k2OBXtDaY00LA==",
                        "invoiceHeaderGuid": "61fdba72-f4d3-4dd2-8e05-7b43698d342c",
                        "created": "2025-06-14T06:23:10.360288",
                        "ordered": "2025-06-14T06:23:10.360288",
                        "storeID": 1,
                        "bestOrExpire": "2025-06-14T06:23:10.360288",
                        "bestOrExpireType": 1,
                        "units": 1,
                        "weight": 1,
                        "received": "2025-06-14T06:23:10.360288",
                        "cost": 1,
                        "totalCost": 1,
                        "freightCost": 1,
                        "inStock": 1,
                        "pluG_UID": "ZUQc/nU89EuEIRUqc8q1cQ==",
                        "pluGuid": "fe1c4465-3c75-4bf4-8421-152a73cab571",
                        "orderInventoryGuid": "s0z4sPl6XkuZZBnOLhPZNQ==",
                        "orderInventoryIdentifier": "b0f84cb3-7af9-4b5e-9964-19ce2e13d935",
                        "supplier": {
                          "$ref": "8"
                        },
                        "inventoryUnits": [
                          {
                            "$id": "116",
                            "invoiceItemNo": 1,
                            "inventoryInvoiceGuid": "Qs4ANyoV2keuwjQ8OGAYtA==",
                            "invoiceIdentifier": "3700ce42-152a-47da-aec2-343c386018b4",
                            "inventoryGuid": "OhUGlSuuc0qopb8Zns8BjQ==",
                            "inventoryIdentifier": "9506153a-ae2b-4a73-a8a5-bf199ecf018d",
                            "serialNumber": "sample string 3",
                            "sold": "2025-06-14T06:23:10.360288",
                            "saleItemID": 1,
                            "storeID": 1,
                            "returned": "2025-06-14T06:23:10.360288",
                            "dumped": 1,
                            "saleHeaderID": 1
                          },
                          {
                            "$ref": "116"
                          }
                        ]
                      },
                      "invoiceHeaderIdentifier": "flUnTBLMWkKAP+3Q8oxCPA==",
                      "invoiceHeaderGuid": "4c27557e-cc12-425a-803f-edd0f28c423c",
                      "invoiceNumber": "sample string 20",
                      "invoiceCost": 1,
                      "invoiceCostDecimals": 1,
                      "orderNumber": 1,
                      "orderReceivingStoreName": "sample string 21",
                      "orderSendingStoreName": "sample string 22",
                      "creditNoteID": 1,
                      "reason": {
                        "$id": "117",
                        "id": 1,
                        "name": "sample string 1",
                        "allowRF": 2,
                        "dumpStock": 3,
                        "creditRequest": 4,
                        "excludeFromLoss": 5,
                        "reserved": 6,
                        "updated": "2025-06-14T06:23:10.360288"
                      },
                      "reasonName": "sample string 23",
                      "operatorName": "sample string 24",
                      "operatorNumber": "sample string 25",
                      "stocktakeName": "sample string 26",
                      "saleIdentifier": "sample string 27",
                      "saleHeaderID": 1,
                      "inventoryAfterCounted": true,
                      "inventorySetStock": true
                    },
                    {
                      "$ref": "114"
                    }
                  ],
                  "products": [
                    {
                      "$ref": "13"
                    },
                    {
                      "$ref": "13"
                    }
                  ],
                  "lastInvoiceCost": 1
                },
                "aws": 5.0,
                "explanations": [
                  {
                    "$id": "118",
                    "pluG_UID": "sWEsjIsm8ka46kxqkZXX5A==",
                    "pluGuid": "8c2c61b1-268b-46f2-b8ea-4c6a9195d7e4",
                    "consolidatedSales": {
                      "$id": "119",
                      "1": {
                        "$id": "120",
                        "discountPercentage": 1,
                        "days": 2,
                        "quantity": 3.1,
                        "aws": 3.1,
                        "cartonQuantity": 4.1,
                        "lowQuality": true
                      },
                      "2": {
                        "$ref": "120"
                      }
                    },
                    "dailyPrices": {
                      "$id": "121",
                      "2025-06-14T06:23:10.360288": {
                        "$id": "122",
                        "date": "2025-06-14T06:23:10.360288",
                        "salePrice": 1,
                        "campaign": "sample string 2",
                        "campaignDescription": "sample string 3",
                        "combo": true,
                        "comboPriceGroupG_UID": "tccMZKkmNEmer4sxhBlLZg==",
                        "comboPriceGroupGuid": "640cc7b5-26a9-4934-9eaf-8b3184194b66"
                      }
                    },
                    "onHandPredictions": [
                      {
                        "$id": "123",
                        "autoOrderGuid": "qb+2v67zkUGNr3fOM/zpGQ==",
                        "autoOrderIdentifier": "bfb6bfa9-f3ae-4191-8daf-77ce33fce919",
                        "pluG_UID": "0ztD+OpoGUiFrRQrbpFNiA==",
                        "pluGuid": "f8433bd3-68ea-4819-85ad-142b6e914d88",
                        "childPLUG_UID": "ZY/ZxMAW/kCs77gSAH+jIQ==",
                        "childPluGuid": "c4d98f65-16c0-40fe-acef-b812007fa321",
                        "date": "2025-06-14T06:23:10.360288",
                        "normalPrice": 2.0,
                        "salePrice": 3.0,
                        "discountPercentage": 4,
                        "discountPercentageActual": -50,
                        "predictedQuantity": 5.1,
                        "campaign": "sample string 6",
                        "campaignDescription": "sample string 7",
                        "lowQuality": true,
                        "investmentBuy": true,
                        "buffer": 10,
                        "boostDays": 11
                      },
                      {
                        "$ref": "123"
                      }
                    ],
                    "predictions": [
                      {
                        "$ref": "123"
                      },
                      {
                        "$ref": "123"
                      }
                    ],
                    "product": {
                      "$ref": "13"
                    }
                  },
                  {
                    "$ref": "118"
                  }
                ],
                "supplierOrderingDetail": {
                  "$ref": "11"
                },
                "manufacturerSupplier": "6fe7d926-9003-4e41-99d0-77b3a3d65989",
                "cartonQuantity": 1,
                "sellPrice": 1,
                "cost": 1,
                "costDecimals": 1,
                "bufferDays": 6,
                "boostDays": 7
              },
              {
                "$ref": "111"
              }
            ],
            "boosts": [
              {
                "$id": "124",
                "autoOrderGuid": "MxERF4zOjEq80NwJogh0Ug==",
                "autoOrderIdentifier": "17111133-ce8c-4a8c-bcd0-dc09a2087452",
                "date": "2025-06-14T06:23:10.360288",
                "boost": 2
              },
              {
                "$ref": "124"
              }
            ]
          },
          "supplierName": "sample string 33",
          "supplierStoreID": 1,
          "supplierCartonsOnly": true,
          "supplierEnforceMinimumQuantity": true,
          "supplierMinimumOrderValue": 1,
          "storeName": "sample string 36",
          "orderCode": {
            "$id": "125",
            "code": "sample string 1",
            "description": "sample string 2"
          },
          "store": {
            "$ref": "4"
          },
          "supplier": {
            "$ref": "8"
          },
          "totalCostInc": 37.0,
          "totalPickedCostInc": 38.0,
          "totalReceivedCostInc": 39.0,
          "total": {
            "$id": "126",
            "orderGuid": "pIW6/y7gs0aRgXCI5Gs87A==",
            "orderIdentifier": "ffba85a4-e02e-46b3-9181-7088e46b3cec",
            "supplierIdentifier": "6fM8CBwu5k2mddTL21ui9Q==",
            "supplierGuid": "083cf3e9-2e1c-4de6-a675-d4cbdb5ba2f5",
            "records": 1,
            "cartons": 2.1,
            "cartonQuantity": 3,
            "weight": 4,
            "costInc": 5,
            "sellInc": 6,
            "costGST": 7,
            "sellGST": 8,
            "pickedCostInc": 9,
            "pickedSellInc": 10,
            "receivedRecords": 11,
            "receivedWeight": 1,
            "receivedCartons": 1,
            "receivedCartonQuantity": 1,
            "receivedUnits": 1,
            "receivedSellInc": 12,
            "receivedCostInc": 13,
            "receivedCostGST": 14,
            "receivedSellGST": 15,
            "investmentBuyRecords": 16,
            "investmentBuyCartons": 17.1,
            "investmentBuyCartonQuantity": 18,
            "investmentBuyWeight": 19,
            "investmentBuyCostInc": 20,
            "investmentBuySellInc": 21,
            "investmentBuyCostGST": 22,
            "investmentBuySellGST": 23,
            "investmentBuySavedAmount": 24.1
          },
          "details": [
            {
              "$id": "127",
              "id": 1,
              "orderGuid": "RaIigsg4N0qnPR9NXhNMXg==",
              "orderIdentifier": "8222a245-38c8-4a37-a73d-1f4d5e134c5e",
              "pluG_UID": "0Bb6tf7Ib0Soo2zhESMe2Q==",
              "pluGuid": "b5fa16d0-c8fe-446f-a8a3-6ce111231ed9",
              "created": "2025-06-14T06:23:10.360288",
              "apn": "sample string 1",
              "itemNumber": "sample string 2",
              "directNumber": "sample string 3",
              "directIndicator": "sample string 4",
              "salesMode": 1,
              "orderByWeight": true,
              "sellPrice": 1,
              "inventoryFixed": true,
              "hasInventory": true,
              "inventoryAccuracy": 8,
              "onOrder": 1,
              "onOrderPacks": 1,
              "onHand": 1,
              "onHandPacks": 1,
              "cost": 1,
              "costDecimals": 1,
              "pickedCost": 1,
              "pickedCostDecimals": 1,
              "averagePackSize": 9.0,
              "cartonQuantity": 1,
              "cartons": 1,
              "units": 1,
              "weight": 1,
              "pickedCartons": 1,
              "pickedUnits": 1,
              "pickedWeight": 1,
              "shippedCartons": 1,
              "shippedUnits": 1,
              "shippedWeight": 1,
              "receivedCartons": 1,
              "receivedCartonQuantity": 1,
              "receivedTun": "sample string 10",
              "receivedUnits": 1,
              "receivedWeight": 1,
              "received": 1,
              "status": 11,
              "substituteG_UID": "QJMmXm5fKEq20+Tfa37LbA==",
              "substituteGuid": "5e269340-5f6e-4a28-b6d3-e4df6b7ecb6c",
              "warehousePLUG_UID": "aBpeIxayzUWyFNyGxMULAw==",
              "warehousePluGuid": "235e1a68-b216-45cd-b214-dc86c4c50b03",
              "updated": "2025-06-14T06:23:10.360288",
              "increment": true,
              "description": "sample string 13",
              "product": {
                "$ref": "13"
              },
              "unknownScan": {
                "$id": "128",
                "pluG_UID": "6wWeh5MJn0WUgvwgxCOTdw==",
                "pluGuid": "879e05eb-0993-459f-9482-fc20c4239377",
                "orderGuid": "83D6H09eW0i6DX9Z25tMkw==",
                "orderIdentifier": "1ffa70f3-5e4f-485b-ba0d-7f59db9b4c93",
                "barcode": "sample string 3",
                "created": "2025-06-14T06:23:10.360288"
              },
              "unknownScanItem": true,
              "substitute": {
                "$ref": "13"
              },
              "warehouseProduct": {
                "$ref": "13"
              },
              "lookup": {
                "$id": "129",
                "pluG_UID": "5D4x9BgJlUquwtUxOeVgsw==",
                "pluGuid": "f4313ee4-0918-4a95-aec2-d53139e560b3",
                "inventoryGuid": "6XMik/BGWk2URehAjtbaLg==",
                "inventoryIdentifier": "932273e9-46f0-4d5a-9445-e8408ed6da2e",
                "averageWeeklySales": 1.0,
                "inventoryAverageWeeklySales": 1.0,
                "onHand": 1,
                "onHandPacks": 1,
                "onOrder": 1,
                "onOrderPacks": 1,
                "accuracy": 1,
                "lastOrdered": "2025-06-14T06:23:10.360288",
                "lastOrderQuantity": 1.1,
                "lastReceived": "2025-06-14T06:23:10.360288",
                "lastReceivedQuantity": 1.1,
                "lastInvoiceStatus": 1
              },
              "productOrderingDetail": {
                "$ref": "11"
              },
              "dealCost": {
                "$ref": "92"
              },
              "nextCost": {
                "$ref": "92"
              },
              "lastChance": true,
              "holdOff": 16,
              "holdOffDate": "2025-06-14T06:23:10.360288",
              "orderHeader": {
                "$ref": "109"
              },
              "invoiceDetail": {
                "$id": "130",
                "identifier": "7W31Y8v1Mk+lWsCFiiPNDQ==",
                "identifierGuid": "63f56ded-f5cb-4f32-a55a-c0858a23cd0d",
                "headerIdentifier": "a+KddMMrxUuBlGCw/y36MQ==",
                "headerIdentifierGuid": "749de26b-2bc3-4bc5-8194-60b0ff2dfa31",
                "pluG_UID": "pIYLfG4YukKrReed+Si+Yw==",
                "pluGuid": "7c0b86a4-186e-42ba-ab45-e79df928be63",
                "pageNo": 1,
                "lineNo": 1,
                "itemOrdered": "sample string 1",
                "itemShipped": "sample string 2",
                "apn": "sample string 3",
                "barcode": "sample string 4",
                "prodStatus": 0,
                "dateAvailable": "2025-06-14T06:23:10.360288",
                "commodity": "sample string 5",
                "supplier": "sample string 6",
                "itemDesc": "sample string 7",
                "itemType": 48,
                "investmentBuyInd": "A",
                "orderType": "sample string 8",
                "cartonQty": 1,
                "cartonQuantitySpecified": true,
                "soldByWeight": true,
                "orderByWeight": true,
                "unitsOrdered": 1,
                "unitsSupplied": 1,
                "unitsReceived": 1,
                "weightOrdered": 1,
                "weightShipped": 1,
                "weightReceived": 1,
                "unitSpecified": 11,
                "wholesalePrice": 1,
                "extWholesalePrice": 1,
                "normalPrice": 1,
                "retailPrice": 1,
                "pricingUnit": "sample string 12",
                "claimFlag": "A",
                "gstRate": 1,
                "gstAmount": 1,
                "extGstAmount": 1,
                "deliWeight": 1,
                "marginAmount": 1,
                "extMarginAmount": 1,
                "costAmount": 1,
                "orderedCostAmount": 1,
                "extCostAmount": 1,
                "costIncSpecified": true,
                "freightAmount": 14,
                "freightGstAmount": 15,
                "extFreightAmount": 16,
                "extFreightGstAmount": 17,
                "costDecimals": 18,
                "wetRate": 1,
                "containerDeposit": 1,
                "basePrice": 1,
                "wetValue": 1,
                "deliveryFee": 1,
                "casePrice": 1,
                "wholesaleExt": 1,
                "wetExt": 1,
                "totalLitres": 1,
                "tun": "sample string 19",
                "applyDetails": true,
                "applySell": true,
                "applyCost": true,
                "applyOr": true,
                "applyQty": true,
                "itemNumber": "sample string 20",
                "directNumber": "sample string 21",
                "itemSize": "sample string 22",
                "costGst": 1,
                "sellGst": 1,
                "costOr": 1,
                "sellOr": 1,
                "marginOr": 1,
                "grossProfit": 1.0,
                "sell": 1,
                "cartonCost": 1,
                "currentCost": 1,
                "costID": "A",
                "costStart": "2025-06-14T06:23:10.360288",
                "costEnd": "2025-06-14T06:23:10.360288",
                "createdFromUnknownScan": true,
                "orderGuid": "/PzFQHAFWkyNA6c2B23mkw==",
                "orderIdentifierGuid": "40c5fcfc-0570-4c5a-8d03-a736076de693",
                "processed": true,
                "received": true,
                "inventoried": true,
                "fromElectronicInvoice": true,
                "allowDelete": true,
                "updated": "2025-06-14T06:23:10.360288",
                "invoiceNo": "sample string 28",
                "hasInventory": true,
                "existingCost": 30.1,
                "existingSell": 31.1,
                "futureCost": 1.1,
                "futureSell": 1.1,
                "nextSell": 1.1,
                "nextSellCampaignName": "sample string 32",
                "nextSellCampaignDescription": "sample string 33",
                "unknownScan": {
                  "$id": "131",
                  "pluG_UID": "XVYxGDOa4USS2Er293JfGw==",
                  "pluGuid": "1831565d-9a33-44e1-92d8-4af6f7725f1b",
                  "invoiceIdentifier": "sqfi3P9q2ES4qaiqudj5Ig==",
                  "invoiceGuid": "dce2a7b2-6aff-44d8-b8a9-a8aab9d8f922",
                  "barcode": "sample string 3",
                  "itemNumber": "sample string 4",
                  "created": "2025-06-14T06:23:10.360288"
                },
                "productActive": true,
                "productSalesMode": 35,
                "productGSTPercent": 36,
                "productCostCalcMethod": 37,
                "productAlwaysApplyMargin": true,
                "productMarginRanged": true,
                "productMargin": 1.1,
                "productMinimumMargin": 1.1,
                "productMaximumMargin": 1.1,
                "priceGroupG_UID": "UjagiIykfkWYyLkoqmEALQ==",
                "priceGroupGuid": "88a03652-a48c-457e-98c8-b928aa61002d",
                "priceGroupName": "sample string 40",
                "priceGroupCode": "sample string 41",
                "product": {
                  "$ref": "13"
                },
                "incrementCount": true,
                "minimumQuantity": 1,
                "randomWeight": true,
                "salesMode": 43,
                "cartons": 1,
                "weight": 1,
                "units": 1,
                "autoOrderStatus": 1,
                "invoiceDetailReceive": true
              },
              "autoOrderDetail": {
                "$ref": "111"
              },
              "doNotRange": true,
              "doNotOrder": true,
              "costGSTPercent": 1,
              "orderDetailReceive": true
            },
            {
              "$ref": "127"
            }
          ],
          "unknownScans": [
            {
              "$ref": "128"
            },
            {
              "$ref": "128"
            }
          ],
          "transportCompany": {
            "$id": "132",
            "identifier": "X73hc4cdw06hMCSCF9N6Ug==",
            "identifierGuid": "73e1bd5f-1d87-4ec3-a130-248217d37a52",
            "companyName": "sample string 1",
            "abn": "sample string 2",
            "address1": "sample string 3",
            "address2": "sample string 4",
            "telephone": "sample string 5",
            "primaryContactGuid": "cIi5vmySMkSPl/3To+mG9A==",
            "primaryContactID": "beb98870-926c-4432-8f97-fdd3a3e986f4",
            "primaryContact": {
              "$ref": "9"
            }
          }
        },
        "details": [
          {
            "$ref": "130"
          },
          {
            "$ref": "130"
          }
        ],
        "orderStatus": 1,
        "processLockedInvoice": true
      },
      "fileName": "sample string 1"
    },
    {
      "$ref": "2"
    }
  ]
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

application/vnd.openxmlformats-officedocument.spreadsheetml.sheet

Sample:
PK�2�ZJ���5xl/workbook.xml �(�����0��&�C���F)��x�པ�6П�5���H�yۙ��v�l��3�����\�E�"�s������n0N��{3�Ck�[�$?�o��Ă4�i=^i���u�z/��V�bR��x@�.͞f�d4�����"�)�`�ERH35nY`%���8��U2�"��K���_�.�;{�Q��n�PK�2�Z����	�[Content_Types].xml �(����J�0�_��*M�D��V�*��d�
�d�k��<�H���V���=
��|�o��|����������+�����7l���e۶~=E�"�zlXO�@Ճ��C�3]HNR~���R��uU�<���������a��36��b7םQ
�1Z�$�8z�R��3
tP��-c�� g����_M��Of���~O�s�T���� ����P<�D��e=1Z��a2�b
��%#H'�2}���e�B)��~j/F�t��PK
�2�Z�bU�''_rels/.rels �(�<?xml version="1.0" encoding="utf-8"?><Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships"><Relationship Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument" Target="xl/workbook.xml" Id="Re0bc2e130ef44485" /></Relationships>PK�2�Z�F��xl/worksheets/sheet1.xml �(���Qo�0��J��Q(�h���-{؞;(�H)i���W*c*f�^�6�|��μ'*M=Dž�6�(X�O�Q�O\�q'�AU�j`�Z�VZ�K�T^QN�#Zژ^)$'����d9�D~���n�$��6�T�Z/��2K����Z��e'��i\03�w$-�������3ک��O�)ġ?�	t�M�;��U����X�7�=S���	if�\��^g}tpr����2�Is��"{�?��G����S.<x<����~��������<p�<���a��<�<��(#�����m���ڔ�&k�R��R7F����»Ul�
|�Ȧ
T cjt���y�qsݻ۵���w>��Gp�]�U�Ϙʝ�J���k�_PK�2�Z����Pxl/_rels/workbook.xml.rels �(���KN�0@�b͞��4q��ݰa[z��Q;�]�gc���V� �X��j4��'�|�lvo�H^Ї���A+�l��9���f���i"�a$��Ё�q^S��I���hSG;?��R��Yȓ����/p�$�ˌ�!:���N�'��0}u�br����O)�kȳD�:�79b��F�\V�X�wS�2b���Η2u�j�Ҽ��R�U���9�t�Ӳ�P[��bmӖG�+!�����PK�2�ZЃc'2E
xl/styles.xml �(��S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v�F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&�
AR>��� ��im��ΑF���YO��%�}���LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PK�2�ZD5�
�]xl/sharedStrings.xml �(�e�AK�0��J�ݤ+����C�]�z��ζ�d3�����⡷�ޛy��}/ΐ�El�FUR�88��|������`|Dh�H�][�(�H���ӝ�d'�TL��9�̣���4p����nt0��qFn�V������kkn��������W�3������RZ��x����/�T�˥RG@�ΪG��y��ޠ!�>�I��N-y��c!z��ץ��PK-�2�ZJ���5xl/workbook.xmlPK-�2�Z����	��[Content_Types].xmlPK-
�2�Z�bU�''U_rels/.relsPK-�2�Z�F���xl/worksheets/sheet1.xmlPK-�2�Z����P�xl/_rels/workbook.xml.relsPK-�2�ZЃc'2E
�xl/styles.xmlPK-�2�ZD5�
�]Qxl/sharedStrings.xmlPK��	

application/vnd.ms-excel

Sample:
PK�2�ZW���5xl/workbook.xml �(�����@�{��r�"�䠢���_`��O�����O ��ۙ��v�h\_ӳ���\λl�������]k��0I�Ӷ����oE:@Ep4`�F�NZ�W�?,oa�;����Pj^����S��9[��d���7%�~�(�QQ�K���ܛ��9s���G�\)J�*����q�w���.�PK�2�Z����	�[Content_Types].xml �(����J�0�_��*M�D��V�*��d�
�d�k��<�H���V���=
��|�o��|����������+�����7l���e۶~=E�"�zlXO�@Ճ��C�3]HNR~���R��uU�<���������a��36��b7םQ
�1Z�$�8z�R��3
tP��-c�� g����_M��Of���~O�s�T���� ����P<�D��e=1Z��a2�b
��%#H'�2}���e�B)��~j/F�t��PK
�2�ZB�''_rels/.rels �(�<?xml version="1.0" encoding="utf-8"?><Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships"><Relationship Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument" Target="xl/workbook.xml" Id="R7ae27081e5884c4f" /></Relationships>PK�2�Z�F��xl/worksheets/sheet1.xml �(���Qo�0��J��Q(�h���-{؞;(�H)i���W*c*f�^�6�|��μ'*M=Dž�6�(X�O�Q�O\�q'�AU�j`�Z�VZ�K�T^QN�#Zژ^)$'����d9�D~���n�$��6�T�Z/��2K����Z��e'��i\03�w$-�������3ک��O�)ġ?�	t�M�;��U����X�7�=S���	if�\��^g}tpr����2�Is��"{�?��G����S.<x<����~��������<p�<���a��<�<��(#�����m���ڔ�&k�R��R7F����»Ul�
|�Ȧ
T cjt���y�qsݻ۵���w>��Gp�]�U�Ϙʝ�J���k�_PK�2�Z��a��Pxl/_rels/workbook.xml.rels �(���Kn�0@�b;�I� �n�R.`�q�ؑmJ9[=R�P�J�����h~OO��|�Xoߦ����5-,2��j0]砟��ݬ�8�'|?̞��[�C�W�z��$|fg4����D����,�ItHs�*�R�3��:��V�Aⳕ�	M�L/֝|����0��S��Y�٩����qv,.J��Ї��p��z}�LѨ��ּe��Cez�P�/�:��D���Z�b<gEə��ѻ��|PK�2�ZЃc'2E
xl/styles.xml �(��S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v�F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&�
AR>��� ��im��ΑF���YO��%�}���LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PK�2�ZD5�
�]xl/sharedStrings.xml �(�e�AK�0��J�ݤ+����C�]�z��ζ�d3�����⡷�ޛy��}/ΐ�El�FUR�88��|������`|Dh�H�][�(�H���ӝ�d'�TL��9�̣���4p����nt0��qFn�V������kkn��������W�3������RZ��x����/�T�˥RG@�ΪG��y��ޠ!�>�I��N-y��c!z��ץ��PK-�2�ZW���5xl/workbook.xmlPK-�2�Z����	��[Content_Types].xmlPK-
�2�ZB�''U_rels/.relsPK-�2�Z�F���xl/worksheets/sheet1.xmlPK-�2�Z��a��P�xl/_rels/workbook.xml.relsPK-�2�ZЃc'2E
�xl/styles.xmlPK-�2�ZD5�
�]Rxl/sharedStrings.xmlPK��