GET api/invoices

Get a list of invoices

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Skip

integer

None.

Take

integer

None.

StoreID

The store to restrict invoice query to, null if not restricted

integer

None.

SupplierID

globally unique identifier

None.

TradingPartner

InvoiceTradingPartner

None.

InvoiceNo

string

None.

OrderNumber

integer

None.

Status

Collection of InvoiceStatus

None.

OrderStatuses

Collection of OrderStatus

None.

StartDate

Created after date filter option

date

None.

EndDate

Created before date filter option

date

None.

InvoiceDate

Date of the invoice date value

date

Deprecated.

InvoiceStartDate

Invoice date after filter value

date

None.

InvoiceEndDate

Invoice date before filter value

date

None.

ReceivedDate

Date of the invoice being received

date

Deprecated.

ReceivedStartDate

Date of the invoice being received

date

None.

ReceivedEndDate

Received date before filter value

date

None.

Completed

Completed date after filter value

date

Deprecated.

CompletedStartDate

Completed date before filter value

date

None.

CompletedEndDate

Completed date after filter value

date

None.

AccountingExported

Accounting exported flag

boolean

None.

NotCompletedOnly

When true, only show not completed invoices, when false, only show completed invoices. If null, no-effect

boolean

None.

Accounting

When true, non-exported invoices will not be considered Completed

boolean

None.

OrderBy

InvoiceSortBy

None.

AscOrDesc

SortOrder

None.

Relations

boolean

None.

Details

boolean

None.

Body Parameters

None.

Response Information

Resource Description

PageList object containing matching invoices

PageListOfInvoiceHeader
NameDescriptionTypeAdditional information
Type

string

None.

List

Collection of InvoiceHeader

None.

Skip

Number of records to skip over

integer

None.

Take

Number of records to take

integer

None.

TotalCount

integer

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

Response Formats

application/json, text/json

Sample:
{
  "type": "InvoiceHeader",
  "list": [
    {
      "$id": "2",
      "identifier": "5qClJJ2bpEqVjk3gnjteJQ==",
      "identifierGuid": "24a5a0e6-9b9d-4aa4-958e-4de09e3b5e25",
      "storeID": 2,
      "tradingPartner": 0,
      "supplierIdentifier": "aMtqAQ2Fy0SYWMWWuQnm6Q==",
      "supplierIdentifierGuid": "016acb68-850d-44cb-9858-c596b909e6e9",
      "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-10-04T23:58:37.8184393",
      "createdByUser": "sample string 12",
      "updated": "2025-10-04T23:58:37.8184393",
      "transType": 0,
      "transDateTime": "2025-10-04T23:58:37.8184393",
      "invoiceNo": "sample string 13",
      "invoiceText": "sample string 14",
      "adjustmentNo": 1,
      "invoiceDate": "2025-10-04T23:58:37.8184393",
      "claimNo": 1,
      "countReceivedReset": true,
      "accountingExported": true,
      "orderReceived": true,
      "orderGuid": "r8Y9c8cWS0ycjYyZT2K0AQ==",
      "orderIdentifier": "733dc6af-16c7-4c4b-9c8d-8c994f62b401",
      "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-10-04T23:58:37.8184393",
      "received": "2025-10-04T23:58:37.8184393",
      "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": "3",
        "id": 1,
        "isMaster": true,
        "shortName": "sample string 3",
        "url": "sample string 4",
        "sortOrder": 1,
        "name": "sample string 5",
        "phone": "sample string 6",
        "fax": "sample string 7",
        "email": "sample string 8",
        "address1": "sample string 9",
        "address2": "sample string 10",
        "city": "sample string 11",
        "state": "sample string 12",
        "country": "sample string 13",
        "postCode": "sample string 14",
        "delivery": 1,
        "exportAccounts": 1,
        "salesAccountFolder": "sample string 15",
        "purchaseAccountFolder": "sample string 16",
        "initLoad": 1,
        "initIDs": 1,
        "zoneID": 1,
        "actAsMaster": 1,
        "lastActiveUtc": "2025-10-04T23:58:37.8184393",
        "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": "XrcJfqnBnkuJidysUg0zvQ==",
        "hostIdentifierGuid": "7e09b75e-c1a9-4b9e-8989-dcac520d33bd",
        "hostName": 1,
        "hostAddress": "sample string 27",
        "hostUsername": "sample string 28",
        "hostPassword": "sample string 29",
        "excludeFromLeadInOut": true,
        "accountingProvider": 31,
        "accountingAddress": "sample string 32",
        "accountingUsername": "sample string 33",
        "accountingPassword": "sample string 34",
        "storeAccountingCode": "sample string 35",
        "softwareVariance": 36,
        "fuelWarningVariance": 37.0,
        "fuelErrorVariance": 38.0,
        "fuelAccumulatedWarningVariance": 39.0,
        "fuelAccumulatedErrorVariance": 40.0,
        "drawManagment": 41,
        "endOfDayManagment": true,
        "autoFillCashBalancing": true,
        "fuelDayVariance": 44,
        "accountingTradingTime": "00:00:00.1234567",
        "stockActivateProduct": 46,
        "giftCardSalesAccountingDeptCode": "sample string 47",
        "transactionDiscountAccountingDeptCode": "sample string 48",
        "size": 49,
        "updated": "2025-10-04T23:58:37.8184393",
        "priceZoneName": "sample string 51",
        "storeFuelConfigured": true,
        "shippingAddressCopied": true,
        "shippingAddress": {
          "$id": "4",
          "storeID": 1,
          "addressType": 1,
          "address1": "sample string 1",
          "address2": "sample string 2",
          "city": "sample string 3",
          "state": "sample string 4",
          "country": "sample string 5",
          "postCode": "sample string 6"
        },
        "billingAddress": {
          "$ref": "4"
        },
        "hostStoreSettings": [
          {
            "$id": "5",
            "id": 1,
            "hostIdentifier": "Qtg3uc9oF0Ga0WxgNCKCYA==",
            "hostIdentifierGuid": "b937d842-68cf-4117-9ad1-6c6034228260",
            "storeID": 2,
            "username": "sample string 3",
            "password": "sample string 4",
            "passwordPlain": "sample string 5",
            "serverAddress": "sample string 6",
            "serverPort": 1,
            "excludeFromLeadInOut": true,
            "useForHostFile": true,
            "metcashPillarID": "sample string 9",
            "metcashStateCode": "sample string 10",
            "metcashCustomerID": "sample string 11",
            "metcashTradingPartnerID": "sample string 12",
            "drakesCustomerNumber": 1,
            "sparCustomerNumber": "sample string 13",
            "sparOrderUsername": "sample string 14",
            "sparOrderPassword": "sample string 15",
            "sparOrderPasswordPlain": "sample string 16",
            "pharmXSiteID": 1,
            "ibaZoneID": 1,
            "ibaState": "sample string 17",
            "foodlandStoreCode": "sample string 18",
            "ilgMemberNumber": "sample string 19",
            "ilgOutletLocation": 1,
            "ilgBaseCost": 1,
            "ilgApplyNonAdvertisedPromos": true,
            "ilgExemptFromFreight": true,
            "ilgOrderDealReview": true,
            "ilgFinanceFee": 1,
            "processPromotions": true,
            "hostProvider": 0,
            "host": {
              "$id": "6",
              "identifier": "K2IIKVebPkyT64ZFQRyl8A==",
              "identifierGuid": "2908622b-9b57-4c3e-93eb-8645411ca5f0",
              "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": "snAxF/xNVUmciIS817j07Q==",
              "hostSupplierIdentifierGuid": "173170b2-4dfc-4955-9c88-84bcd7b8f4ed",
              "loyaltyPriceLevelIdentifier": "y6JgKY9TaEitLUfTOUltWQ==",
              "loyaltyPriceLevelIdentifierGuid": "2960a2cb-538f-4868-ad2d-47d339496d59",
              "isGroup": true,
              "description": "sample string 22",
              "hostProvider": 23,
              "hostTypeEnum": 24,
              "hostType": "sample string 25",
              "hostCode": "sample string 26",
              "username": "sample string 27",
              "password": "sample string 28",
              "passwordPlain": "sample string 29",
              "server": "sample string 30",
              "url": "sample string 31",
              "global": true,
              "stateCode": "sample string 33",
              "lastCollected": "2025-10-04T23:58:37.8184393",
              "lastProcessed": "2025-10-04T23:58:37.8184393",
              "hold": true,
              "supplierName": "sample string 35",
              "supplier": {
                "$id": "7",
                "identifier": "58KLYZFFF0m8LznaIM7CWQ==",
                "identifierGuid": "618bc2e7-4591-4917-bc2f-39da20cec259",
                "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": "VBRyRZ9FU0i2fRfRK2YquQ==",
                "primaryContactID": "45721454-459f-4853-b67d-17d12b662ab9",
                "storeID": 1,
                "abn": "sample string 16",
                "supplierGroupIdentifier": "huU3BU3qJU+qUlqLmcILKg==",
                "supplierGroupGuid": "0537e586-ea4d-4f25-aa52-5a8b99c20b2a",
                "rebate": 1.0,
                "rebateType": 1,
                "rebateFrequency": 1,
                "rebateSource": 1,
                "rebateLastClaimed": "2025-10-04T23:58:37.8184393",
                "rebateLastClaimedAmount": 1.0,
                "cartonsOnly": true,
                "minimumOrderValue": 1,
                "enforceMinimumQuantity": true,
                "freight": 19.0,
                "freightType": 20,
                "deleted": true,
                "deletedUser": "sample string 22",
                "storeName": "sample string 23",
                "primaryContact": {
                  "$id": "8",
                  "id": "32dba012-4daa-4a3d-b5bd-85801cf55ca8",
                  "identifier": "RgGxJql4l0uBWA2OKLFpvw==",
                  "identifierGuid": "26b10146-78a9-4b97-8158-0d8e28b169bf",
                  "familyName": "sample string 1",
                  "givenNames": "sample string 2",
                  "otherNames": "sample string 3",
                  "title": "sample string 4",
                  "dateOfBirth": "sample string 5",
                  "sex": "sample string 6",
                  "address": "sample string 7",
                  "address1": "sample string 8",
                  "address2": "sample string 9",
                  "town": "sample string 10",
                  "state": "sample string 11",
                  "country": "sample string 12",
                  "postalCode": "sample string 13",
                  "telephone": "sample string 14",
                  "mobile": "sample string 15",
                  "email": "sample string 16",
                  "fax": "sample string 17",
                  "primary": true
                },
                "contacts": [
                  {
                    "$id": "9",
                    "supplierIdentifier": "jqWGMPdvDU6sfqZoGh4STA==",
                    "supplierIdentifierGuid": "3086a58e-6ff7-4e0d-ac7e-a6681a1e124c",
                    "contactGuid": "kFqcAe9yv0mpf7OjF2oCyw==",
                    "contactID": "019c5a90-72ef-49bf-a97f-b3a3176a02cb",
                    "contact": {
                      "$ref": "8"
                    },
                    "supplier": {
                      "$ref": "7"
                    }
                  },
                  {
                    "$ref": "9"
                  }
                ],
                "products": [
                  {
                    "$id": "10",
                    "pluG_UID": "u5wvVlssH0OIQQReJAtpsA==",
                    "pluGuid": "562f9cbb-2c5b-431f-8841-045e240b69b0",
                    "supplierIdentifier": "ASvSZQlcXEyWvs7rHAM4Gw==",
                    "supplierIdentifierGuid": "65d22b01-5c09-4c5c-96be-ceeb1c03381b",
                    "cartonQuantity": 1,
                    "cartonQuantityChanged": true,
                    "productSize": "sample string 3",
                    "cigarettesPerSleeve": 1,
                    "randomWeight": true,
                    "piecesPerUnit": 5,
                    "averagePackSize": 6,
                    "effectiveDate": "2025-10-04T23:58:37.8184393",
                    "pricedByWeight": true,
                    "landedUnitCostEx": 9,
                    "landedUnitCostInc": 10,
                    "landedCartonCostInc": 11,
                    "landedCartonCostEx": 12,
                    "standardCost": 13,
                    "deliveryFee": 1,
                    "deliveryFeeBasis": "sample string 14",
                    "pickAndPackFee": 1,
                    "pickAndPackFeeBasis": "sample string 15",
                    "financeFee": 1,
                    "financeFeeBasis": "sample string 16",
                    "cartonLength": 1,
                    "cartonWidth": 1,
                    "cartonHeight": 1,
                    "palletLayerQuantity": 1,
                    "palletLayers": 1,
                    "itemCode": "sample string 17",
                    "invoiceCode": "sample string 18",
                    "invoiceDesc": "sample string 19",
                    "orderDirect": true,
                    "useCost": true,
                    "minimumQuantity": 20,
                    "hostType": 21,
                    "fromHost": 22,
                    "minimumReorder": 1,
                    "maximumReorder": 1,
                    "orderMultiple": 23.1,
                    "sellMultiple": 24.1,
                    "baseMultiple": 25.1,
                    "hostStandardCost": 26,
                    "hostTotalCost": 27,
                    "hostRetail": 28,
                    "hostLandedUnitCostEx": 29,
                    "hostLandedUnitCostInc": 30,
                    "hostDesc": "sample string 31",
                    "directIndicator": "sample string 32",
                    "availableToOrder": true,
                    "hostRangeIndicator": "sample string 34",
                    "hostProductType": "sample string 35",
                    "hostProductGrade": "sample string 36",
                    "hostProductGroup": "sample string 37",
                    "hostSlowMoving": true,
                    "hostGeneralMerchandise": true,
                    "hostPillar": "sample string 40",
                    "hostLastUpdated": "2025-10-04T23:58:37.8184393",
                    "rebate": 1.0,
                    "rebateExclude": true,
                    "invoiceCodes": [
                      {
                        "$id": "11",
                        "pluG_UID": "HBw/WUXLlUadqBqPjDLc4Q==",
                        "pluGuid": "593f1c1c-cb45-4695-9da8-1a8f8c32dce1",
                        "supplierIdentifier": "bI1fbzi6MkC7hyV5qgfQpQ==",
                        "supplierIdentifierGuid": "6f5f8d6c-ba38-4032-bb87-2579aa07d0a5",
                        "invoiceCode": "sample string 1",
                        "storeIDs": [
                          1,
                          2
                        ]
                      },
                      {
                        "$ref": "11"
                      }
                    ],
                    "storeIDs": [
                      1,
                      2
                    ],
                    "preferredSupplier": true,
                    "preferredRebateSupplier": true,
                    "supplierName": "sample string 41",
                    "salesMode": 42,
                    "orderPacked": true,
                    "active": true,
                    "price": 1,
                    "costGstPercent": 44,
                    "parentPluG_UID": "yyjVeK82wkegJyHMWGkW6w==",
                    "parentPluGuid": "78d528cb-36af-47c2-a027-21cc586916eb",
                    "freight": 45.0,
                    "freightType": 1,
                    "product": {
                      "$id": "12",
                      "plu": 1,
                      "storeID": 1,
                      "masterPluG_UID": "QEA=",
                      "storeIDs": [
                        1,
                        2
                      ],
                      "g_UId": "GGytKO7ao0eJkNrxGXPimQ==",
                      "guid": "28ad6c18-daee-47a3-8990-daf11973e299",
                      "apn": "sample string 1",
                      "apnChanged": true,
                      "apnSwitched": true,
                      "barcode": "sample string 4",
                      "itemNumber": "sample string 5",
                      "itemNumberChanged": true,
                      "priceGroupG_UID": "M5daK6ZbqkGRg+mjjxNitw==",
                      "priceGroupGuid": "2b5a9733-5ba6-41aa-9183-e9a38f1362b7",
                      "blueprintID": 1,
                      "lastCountedDate": "2025-10-04T23:58:37.8184393",
                      "externalID": "sample string 7",
                      "active": true,
                      "activated": "2025-10-04T23:58:37.8184393",
                      "pluCreated": "2025-10-04T23:58:37.8184393",
                      "createdByUser": "sample string 9",
                      "name": "sample string 10",
                      "nameChanged": true,
                      "secondDescription": "sample string 12",
                      "hostDescription": "sample string 13",
                      "keepCartonQty": true,
                      "keepDescription": true,
                      "keepDepartments": true,
                      "keepSuppliers": true,
                      "markdownDescription": "sample string 18",
                      "altDescription": "sample string 19",
                      "bestOrExpire": 20,
                      "lastUpdate": "2025-10-04T23:58:37.8184393",
                      "lastManualUpdate": "2025-10-04T23:58:37.8184393",
                      "imageName": "sample string 23",
                      "showImageOnFlipCharts": true,
                      "showTextOnFlipCharts": true,
                      "overrideFlipChartText": true,
                      "flipChartText": "sample string 27",
                      "salesMode": 1,
                      "eftCode": 1,
                      "price": 1,
                      "priceChanged": true,
                      "rrp": 1,
                      "gstPercent": 28,
                      "gstPercentChanged": true,
                      "costGSTPercent": 29,
                      "costGSTPercentChanged": true,
                      "wetPercent": 1,
                      "priceOverride": 1,
                      "cost": 1,
                      "currentCost": 1,
                      "currentCostDecimals": 1,
                      "grossProfit": 1.0,
                      "currentCostDesc": "sample string 30",
                      "currentCostEnd": "2025-10-04T23:58:37.8184393",
                      "currentCostUpdated": "2025-10-04T23:58:37.8184393",
                      "costDecimals": 31,
                      "costChanged": true,
                      "dealCostIdentifier": "QEA=",
                      "excludeFromRebate": true,
                      "rebateOverride": 1,
                      "costCalcMethod": 32,
                      "costCalcMethodChanged": true,
                      "costEffectiveDate": "2025-10-04T23:58:37.8184393",
                      "defaultGP": 1,
                      "breakTargetMode": 33,
                      "break1": 1,
                      "price1": 1,
                      "target1": 34,
                      "break2": 1,
                      "price2": 1,
                      "target2": 35,
                      "break3": 1,
                      "price3": 1,
                      "target3": 36,
                      "break1Changed": true,
                      "price1Changed": true,
                      "target1Changed": true,
                      "break2Changed": true,
                      "price2Changed": true,
                      "target2Changed": true,
                      "break3Changed": true,
                      "price3Changed": true,
                      "target3Changed": true,
                      "breakTargetModeChanged": true,
                      "margin": 1.1,
                      "marginChanged": true,
                      "marginRanged": true,
                      "marginRangedChanged": true,
                      "minimumMargin": 1.1,
                      "minimumMarginChanged": true,
                      "maximumMargin": 1.1,
                      "maximumMarginChanged": true,
                      "overrideHostWarehouseIndicator": true,
                      "overrideHostWarehouseIndicatorChanged": true,
                      "overrideHostPrice": true,
                      "overrideHostPriceChanged": true,
                      "overrideHostCost": true,
                      "overrideHostCostChanged": true,
                      "overrideHostMargin": true,
                      "overrideHostMarginChanged": true,
                      "alwaysApplyMargin": true,
                      "alwaysApplyMarginChanged": true,
                      "aws": 1.0,
                      "paws": 1.0,
                      "awsUpdated": "2025-10-04T23:58:37.8184393",
                      "posTare": 1,
                      "altPrice": 1.0,
                      "altPriceChanged": true,
                      "altPriceMode": 53,
                      "altPriceModeChanged": true,
                      "altPLUG_UID": "Y6GmsIox8EyxQBpgjrXFIw==",
                      "altPLUGuid": "b0a6a163-318a-4cf0-b140-1a608eb5c523",
                      "altPLUGuidChanged": true,
                      "altPriceDescription1": "sample string 54",
                      "altPriceDescription2": "sample string 55",
                      "cartonQuantity": 56,
                      "cartonQuantityChanged": true,
                      "trayID": 1,
                      "promptID": 1,
                      "tare": 1,
                      "packQty": 1,
                      "fixedWeight": 1,
                      "extraMesg": 1,
                      "text1": "sample string 58",
                      "text2": "sample string 59",
                      "text3": "sample string 60",
                      "labelText": "sample string 61",
                      "labelTextChanged": true,
                      "sendToScale": true,
                      "nonScaleWeigh": true,
                      "labelFormat": "sample string 65",
                      "barcodeFormat": "sample string 66",
                      "austMade": 1,
                      "coolCode": 67,
                      "countryOfOrigin": "sample string 68",
                      "percentContent": 69.1,
                      "departmentID": 1,
                      "subDepartmentID": 1,
                      "minorDepartmentID": 1,
                      "lesserDepartmentID": 1,
                      "deptCode": "sample string 70",
                      "subDeptCode": "sample string 71",
                      "minorDeptCode": "sample string 72",
                      "lesserDeptCode": "sample string 73",
                      "deptName": "sample string 74",
                      "subDeptName": "sample string 75",
                      "minorDeptName": "sample string 76",
                      "lesserDeptName": "sample string 77",
                      "departmentChanged": true,
                      "subCategoryID": 1,
                      "expiry": 1,
                      "showDays": 1,
                      "datePrint": 1,
                      "labelRequired": true,
                      "labelShelfQty": 80,
                      "labelShelfChanged": true,
                      "labelTalkerQty": 82,
                      "labelSmall": true,
                      "labelLastPrinted": "2025-10-04T23:58:37.8184393",
                      "labelLastPrice": 1,
                      "shelfPageLayoutG_UID": "/RvVREkOpUiAJlbPuVIM+w==",
                      "shelfPageLayoutGuid": "44d51bfd-0e49-48a5-8026-56cfb9520cfb",
                      "talkerPageLayoutG_UID": "A7nP2xBauU2f1nXoOXpfyQ==",
                      "talkerPageLayoutGuid": "dbcfb903-5a10-4db9-9fd6-75e8397a5fc9",
                      "unitMeasure": 1.1,
                      "unitMeasureChanged": true,
                      "unitMeasureKind": 85,
                      "unitMeasureKindChanged": true,
                      "signIQData": "sample string 87",
                      "refresh": true,
                      "earnLoyaltyPoints": true,
                      "earnLoyaltyPointsChanged": true,
                      "quantityOverride": true,
                      "quantityOverrideChanged": true,
                      "quantityRequired": true,
                      "quantityRequiredChanged": true,
                      "allowDiscounts": true,
                      "allowDiscountsChanged": true,
                      "discountDiscounts": true,
                      "discountDiscountsChanged": true,
                      "itemRecalled": true,
                      "itemRecalledChanged": true,
                      "noRefund": true,
                      "noRefundChanged": true,
                      "allowMarkdown": true,
                      "allowMarkdownChanged": true,
                      "priceRequired": true,
                      "priceRequiredChanged": true,
                      "fuelItem": true,
                      "fuelItemChanged": true,
                      "trackSerial": true,
                      "trackSerialChanged": true,
                      "allowZeroPrice": true,
                      "allowZeroPriceChanged": true,
                      "notForSale": 91,
                      "notForSaleChanged": true,
                      "excludeFromDeals": true,
                      "excludeFromVoucher": true,
                      "minimumAge": 94,
                      "minimumAgeChanged": true,
                      "buyingLimit": 1,
                      "buyingLimitChanged": true,
                      "buyingLimitIndependent": true,
                      "buyingLimitIndependentChanged": true,
                      "inventoryGuid": "p+TZLe901UWMgDKzNxeHew==",
                      "inventoryIdentifier": "2dd9e4a7-74ef-45d5-8c80-32b33717877b",
                      "inventoryAccuracy": 1,
                      "baseUnits": 98,
                      "orderPacked": 1,
                      "isManufactured": true,
                      "isIngredient": true,
                      "isModifier": true,
                      "isModifierChanged": true,
                      "hasModifiers": 99,
                      "defaultPrinter": "sample string 100",
                      "defaultPrinterGroup": "sample string 101",
                      "ingredientsOnManufacture": true,
                      "manufactureUnitMeasure": 1,
                      "mpl": 1,
                      "maxShelfQty": 102,
                      "allowAutoOrder": true,
                      "warrantyPeriod": 1,
                      "parentPluG_UId": "BvauUq15l0O21wqEWYgVEw==",
                      "parentPluGuid": "52aef606-79ad-4397-b6d7-0a8459881513",
                      "preferredHostVendor": 104,
                      "preferredHostChanged": true,
                      "code": "sample string 106",
                      "supplierIdentifier": "MwuODUBMJEWwz8xiUSy9wQ==",
                      "supplierIdentifierGuid": "0d8e0b33-4c40-4524-b0cf-cc62512cbdc1",
                      "supplierChanged": true,
                      "rebateSupplierIdentifier": "cV1QFhEG1EWy6Cp/aarcpA==",
                      "rebateSupplierIdentifierGuid": "16505d71-0611-45d4-b2e8-2a7f69aadca4",
                      "rebateSupplierChanged": true,
                      "availableForOrder": true,
                      "warehouseDirectIndicator": "sample string 108",
                      "warehouseDirectIndicatorChanged": true,
                      "productGrade": "sample string 110",
                      "productType": "sample string 111",
                      "productGroup": "sample string 112",
                      "complianceIndicator": "sample string 113",
                      "inhouseBrand": "sample string 114",
                      "slowMoving": true,
                      "generalMerchandise": true,
                      "comment": "sample string 117",
                      "lastUpdatedByUser": "sample string 118",
                      "lastManualUpdatedByUser": "sample string 119",
                      "lastUpdatedByUserOverride": true,
                      "lastUpdatedByHost": "2025-10-04T23:58:37.8184393",
                      "commodity": "sample string 121",
                      "businessPillar": "sample string 122",
                      "mscCommodity": "sample string 123",
                      "hostIdentifier": "MQU5niV7l0OUq9ZFfgKBLA==",
                      "hostIdentifierGuid": "9e390531-7b25-4397-94ab-d6457e02812c",
                      "serviceFeeID": 1,
                      "serviceFeeIDChanged": true,
                      "providerName": "sample string 125",
                      "aisleEnds": "sample string 126",
                      "deleted": true,
                      "deletedChanged": true,
                      "hidden": true,
                      "doNotRange": true,
                      "doNotRangeChanged": true,
                      "doNotOrder": true,
                      "doNotOrderChanged": true,
                      "locked": true,
                      "excludeFromWebUpdate": true,
                      "excludeFromWebUpdateChanged": true,
                      "webPriceBasedOn": 137,
                      "webPriceRounding": true,
                      "webMarkup": 139,
                      "webPriceMode": 140,
                      "altDepartmentID": 1,
                      "altSubDepartmentID": 1,
                      "altMinorDepartmentID": 1,
                      "altLesserDepartmentID": 1,
                      "altDeptCode": "sample string 141",
                      "altSubDeptCode": "sample string 142",
                      "altMinorDeptCode": "sample string 143",
                      "altLesserDeptCode": "sample string 144",
                      "altDepartmentChanged": true,
                      "storeProducts": [
                        {
                          "$ref": "12"
                        },
                        {
                          "$ref": "12"
                        }
                      ],
                      "store": {
                        "$ref": "3"
                      },
                      "storePrices": [
                        {
                          "$id": "13",
                          "pluG_UID": "PLdA5CSR7EqYgI4KlpoSMg==",
                          "pluGuid": "e440b73c-9124-4aec-9880-8e0a969a1232",
                          "plu": 1,
                          "storeID": 1,
                          "zoneID": 2,
                          "zoneName": "sample string 3",
                          "store": "sample string 4",
                          "priceNow": 5,
                          "costNow": 6,
                          "costNowDecimals": 7,
                          "normalPrice": 8,
                          "priceNext": 1,
                          "costNext": 1,
                          "costNextDecimals": 9,
                          "nextCampaignName": "sample string 10",
                          "gstPercent": 11,
                          "normalCost": 12,
                          "normalCostDecimals": 13,
                          "costGstPercent": 14,
                          "costCalcMethod": 1,
                          "currentCost": 15,
                          "currentCostDecimals": 16,
                          "break1": 17,
                          "price1": 18,
                          "break2": 19,
                          "price2": 20,
                          "break3": 21,
                          "price3": 22,
                          "fuelItem": 23,
                          "fixedWeight": 24,
                          "active": true,
                          "complianceIndicator": "sample string 25",
                          "doNotOrder": true,
                          "doNotRange": true,
                          "isNormalPriceChangesCampaign": true,
                          "updated": "2025-10-04T23:58:37.8184393"
                        },
                        {
                          "$ref": "13"
                        }
                      ],
                      "currentPrices": {
                        "$id": "14",
                        "pluPrices": {
                          "$id": "15",
                          "plu": 1,
                          "pluG_UID": "QEA=",
                          "stores": [
                            1,
                            2
                          ],
                          "normalPrice": 1,
                          "cost": 2,
                          "break1": 3,
                          "price1": 4,
                          "break2": 5,
                          "price2": 6,
                          "break3": 7,
                          "price3": 8,
                          "discountPrice": 9,
                          "acceptedUtc": "2025-10-04T23:58:37.8184393",
                          "priceChangeType": 0,
                          "costDecimals": 10
                        },
                        "normalPluPrices": {
                          "$ref": "15"
                        },
                        "winningCampaign": 1,
                        "winner": {
                          "$id": "16",
                          "campaignName": "sample string 1",
                          "campaignDescription": "sample string 2",
                          "startDate": "2025-10-04T23:58:37.8184393",
                          "startTime": 3,
                          "endDate": "2025-10-04T23:58:37.8184393",
                          "endTime": 4,
                          "newPrice": 5,
                          "newCost": 6,
                          "newCostDecimals": 7,
                          "pctDiscount": 8,
                          "promoType": 1,
                          "promotionTypeCode": "sample string 9",
                          "hostType": 10,
                          "hostIdentifier": "i7fdsx3VOE6JDbqXTFbCRg==",
                          "hostIdentifierGuid": "b3ddb78b-d51d-4e38-890d-ba974c56c246",
                          "storeNames": [
                            "sample string 1",
                            "sample string 2"
                          ]
                        },
                        "details": [
                          {
                            "$ref": "16"
                          },
                          {
                            "$ref": "16"
                          }
                        ]
                      },
                      "tray": {
                        "$id": "17",
                        "g_UId": "ovyU2IDat0OFbGtN1RH0FA==",
                        "guid": "d894fca2-da80-43b7-856c-6b4dd511f414",
                        "name": "sample string 1",
                        "number": 1,
                        "tare": 1
                      },
                      "priceGroup": {
                        "$id": "18",
                        "priceGroupG_UID": "n3010X2OMkOOd6RD4dC4Mg==",
                        "priceGroupGuid": "d1357d9f-8e7d-4332-8e77-a443e1d0b832",
                        "name": "sample string 2",
                        "code": 1,
                        "modified": true,
                        "updated": "2025-10-04T23:58:37.8184393",
                        "buyingLimit": 1,
                        "buyingLimitIndependent": true,
                        "buyingLimitType": 0,
                        "number": 1,
                        "products": [
                          {
                            "$ref": "12"
                          },
                          {
                            "$ref": "12"
                          }
                        ],
                        "productCount": 1
                      },
                      "priceGroupName": "sample string 146",
                      "nutrifacts": {
                        "$id": "19",
                        "pluG_UID": "dvfB8/kXZEKenVPcbTZiaw==",
                        "pluGuid": "f3c1f776-17f9-4264-9e9d-53dc6d36626b",
                        "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": "20",
                        "pluGuid": "c715f5ca-566e-4b29-8f15-802947e5ac60",
                        "created": "2025-10-04T23:58:37.8184393",
                        "createdByUser": "sample string 1",
                        "activated": "2025-10-04T23:58:37.8184393",
                        "deactivated": "2025-10-04T23:58:37.8184393",
                        "lastOrdered": "2025-10-04T23:58:37.8184393",
                        "lastOrderedQty": 2.0,
                        "lastReceived": "2025-10-04T23:58:37.8184393",
                        "lastReceivedQty": 3.0,
                        "lastInvoiceStatus": 1,
                        "lastCounted": "2025-10-04T23:58:37.8184393",
                        "lastSold": "2025-10-04T23:58:37.8184393",
                        "firstSold": "2025-10-04T23:58:37.8184393",
                        "awsUpdated": "2025-10-04T23:58:37.8184393",
                        "lastManualUpdate": "2025-10-04T23:58:37.8184393",
                        "lastManualUpdatedByUser": "sample string 5",
                        "lastUpdated": "2025-10-04T23:58:37.8184393",
                        "lastUpdatedByUser": "sample string 7",
                        "lastUpdatedByHost": "2025-10-04T23:58:37.8184393",
                        "doNotRangeUpdated": "2025-10-04T23:58:37.8184393",
                        "doNotOrderUpdated": "2025-10-04T23:58:37.8184393",
                        "tracked": "2025-10-04T23:58:37.8184393"
                      },
                      "allergens": [
                        {
                          "$id": "21",
                          "allergenID": 1,
                          "pluG_UID": "L4H24WCn1Um0L1BbeSRGww==",
                          "pluGuid": "e1f6812f-a760-49d5-b42f-505b792446c3",
                          "contains": 2,
                          "allergenName": "sample string 3",
                          "storeIDs": [
                            1,
                            2
                          ]
                        },
                        {
                          "$ref": "21"
                        }
                      ],
                      "costs": {
                        "$id": "22",
                        "pluG_UID": "4Iuvf8rQ30iNTwOtJpYEzw==",
                        "pluGuid": "7faf8be0-d0ca-48df-8d4f-03ad269604cf",
                        "enteredCost": 1,
                        "weightedAvgCost": 1,
                        "lastCost": 1,
                        "rawEnteredCost": 2,
                        "rawWeightedAvgCost": 3,
                        "rawLastCost": 4,
                        "freight": 5.0,
                        "freightType": 6,
                        "costDecimals": 7,
                        "fifoCost": 1,
                        "updated": "2025-10-04T23:58:37.8184393",
                        "normalCost": 1,
                        "currentCost": 1
                      },
                      "sales": [
                        {
                          "$id": "23",
                          "saleHeaderID": 1,
                          "created": "2025-10-04T23:58:37.8184393",
                          "createdLocal": "2025-10-04T23:58:37.8184393",
                          "storeID": 3,
                          "storeName": "sample string 4",
                          "operatorG_Uid": "xbU0C7mX5k+SvFD9H3tEFA==",
                          "operatorGuid": "0b34b5c5-97b9-4fe6-92bc-50fd1f7b4414",
                          "operatorName": "sample string 5",
                          "tranType": 1,
                          "plu": 1,
                          "pluG_UId": "AK2O6sHg7k+kflIsoGPWHw==",
                          "pluGuid": "ea8ead00-e0c1-4fee-a47e-522ca063d61f",
                          "normalPrice": 1,
                          "totalCents": 1,
                          "cost": 1,
                          "grossProfit": 1,
                          "quantity": 1,
                          "operator": {
                            "$id": "24",
                            "id": 1,
                            "g_Uid": "bpilkvNLrUqmzDAY0pLLIA==",
                            "guid": "92a5986e-4bf3-4aad-a6cc-3018d292cb20",
                            "operatorNumber": 1,
                            "shortName": "sample string 2",
                            "firstName": "sample string 3",
                            "lastName": "sample string 4",
                            "password": "sample string 5",
                            "hasPassword": true,
                            "passwordText": "sample string 6",
                            "rfidTagID": "sample string 7",
                            "blueprintID": 1,
                            "groupID": 1,
                            "groupName": "sample string 8",
                            "managerGroupID": 1,
                            "managerGroupName": "sample string 9",
                            "zoneID": 1,
                            "zoneName": "sample string 10",
                            "loggedIn": 1,
                            "lastUsedIP": "sample string 11",
                            "deleted": true,
                            "locked": true,
                            "allowOpenTill": true,
                            "webEmail": "sample string 14",
                            "simpleOperatorType": 0,
                            "webRole": "sample string 15",
                            "updated": "2025-10-04T23:58:37.8184393",
                            "passwordResetRequired": true,
                            "alteredInStore": true,
                            "startShift": "2025-10-04T23:58:37.8184393",
                            "endShift": "2025-10-04T23:58:37.8184393",
                            "machineName": "sample string 20",
                            "drawerID": 1,
                            "stores": [
                              {
                                "$id": "25",
                                "operatorG_UID": "HNohJ1h3eECzOmsMjhLo3w==",
                                "operatorGuid": "2721da1c-7758-4078-b33a-6b0c8e12e8df",
                                "storeID": 2,
                                "operator": {
                                  "$ref": "24"
                                },
                                "store": {
                                  "$ref": "3"
                                }
                              },
                              {
                                "$ref": "25"
                              }
                            ]
                          }
                        },
                        {
                          "$ref": "23"
                        }
                      ],
                      "apns": [
                        {
                          "$id": "26",
                          "pluID": 1,
                          "pluG_UID": "gPwq5b2zmE28ALAeWF0cOw==",
                          "pluGuid": "e52afc80-b3bd-4d98-bc00-b01e585d1c3b",
                          "apn": "sample string 1",
                          "deleted": true,
                          "storeID": 1,
                          "storeIDs": [
                            1,
                            2
                          ]
                        },
                        {
                          "$ref": "26"
                        }
                      ],
                      "tuns": [
                        {
                          "$id": "27",
                          "pluG_UId": "QXZONfZfA0G4CX6nulLVjQ==",
                          "pluGuid": "354e7641-5ff6-4103-b809-7ea7ba52d58d",
                          "apn": "sample string 1",
                          "tun": "sample string 2",
                          "cartonQuantity": 3,
                          "product": {
                            "$ref": "12"
                          },
                          "storeIDs": [
                            1,
                            2
                          ]
                        },
                        {
                          "$ref": "27"
                        }
                      ],
                      "competitionPricing": [
                        {
                          "$id": "28",
                          "identifier": "V/kF3mAcyUqi6JZooZOktQ==",
                          "identifierGuid": "de05f957-1c60-4ac9-a2e8-9668a193a4b5",
                          "pluG_UID": "/y2CLhrqMUO83GXisoSMsA==",
                          "pluGuid": "2e822dff-ea1a-4331-bcdc-65e2b2848cb0",
                          "competitionID": 1,
                          "name": "sample string 2",
                          "sellMultiple": 3,
                          "retailPrice": 4,
                          "storeName": "sample string 5"
                        },
                        {
                          "$ref": "28"
                        }
                      ],
                      "supplier": {
                        "$ref": "7"
                      },
                      "supplierName": "sample string 147",
                      "children": [
                        {
                          "$ref": "12"
                        },
                        {
                          "$ref": "12"
                        }
                      ],
                      "ordering": {
                        "$ref": "10"
                      },
                      "flipChartPages": [
                        {
                          "$id": "29",
                          "identifier": "Y0g1mgNe2EiRaCenuF6cgg==",
                          "groupName": "sample string 1",
                          "identifierGuid": "9a354863-5e03-48d8-9168-27a7b85e9c82",
                          "exists": true,
                          "flipChartIdentifier": "K/AOLdSnmEGJEt54fffyZQ==",
                          "flipChartIdentifierGuid": "2d0ef02b-a7d4-4198-8912-de787df7f265",
                          "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": "6WvmoHFvLkiM3JCeiU3Uhg==",
                          "groupIdentifierGuid": "a0e66be9-6f71-482e-8cdc-909e894dd486",
                          "flipChart": {
                            "$id": "30",
                            "identifier": "fr/+mbP4/0uVBwCQiITlOA==",
                            "identifierGuid": "99febf7e-f8b3-4bff-9507-00908884e538",
                            "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": "31",
                              "identifier": "Z85DVGMMiEW7h6GEG0He/g==",
                              "identifierGuid": "5443ce67-0c63-4588-bb87-a1841b41defe",
                              "name": "sample string 2",
                              "formType": "sample string 3",
                              "forms": [
                                {
                                  "$id": "32",
                                  "id": 1,
                                  "g_UID": "EojTyvNVH0WW2VK/TVqjRA==",
                                  "guid": "cad38812-55f3-451f-96d9-52bf4d5aa344",
                                  "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": "lQXWq5TWsk+yllYlFrlcmw==",
                                  "previousFormGuid": "abd60595-d694-4fb2-b296-562516b95c9b",
                                  "nextForm": 1,
                                  "nextFormG_UID": "UOvPJ5r2fk+eDb6H9msU3g==",
                                  "nextFormGuid": "27cfeb50-f69a-4f7e-9e0d-be87f66b14de",
                                  "attributes": "sample string 10",
                                  "updated": "2025-10-04T23:58:37.8184393",
                                  "positioning": 1,
                                  "contentPanel": "sample string 11",
                                  "selectionMode": 1,
                                  "maximumSelections": 1,
                                  "alteredInStore": true,
                                  "deleted": true,
                                  "blueprintID": 1,
                                  "preserveLayout": true,
                                  "mainCheckoutFormName": "sample string 13",
                                  "nextCheckoutForm": {
                                    "$ref": "32"
                                  },
                                  "previousCheckoutForm": {
                                    "$ref": "32"
                                  },
                                  "buttons": [
                                    {
                                      "$id": "33",
                                      "id": 1,
                                      "checkoutFormID": 2,
                                      "checkoutFormG_UID": "1+alUXmfUkG0yJQJbbtKPQ==",
                                      "checkoutFormGuid": "51a5e6d7-9f79-4152-b4c8-94096dbb4a3d",
                                      "identifier": "4imI7XE+UEWQbfIGJOinKg==",
                                      "identifierGuid": "ed8829e2-3e71-4550-906d-f20624e8a72a",
                                      "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": "w8GEi7wbGkmFzNaxdPM4gw==",
                                      "valueGuid": "8b84c1c3-1bbc-491a-85cc-d6b174f33883",
                                      "buttonText": "sample string 10",
                                      "valueText": "sample string 11",
                                      "drawImageAndButton": true,
                                      "updated": "2025-10-04T23:58:37.8184393",
                                      "action": "sample string 12",
                                      "valueForm": {
                                        "$ref": "32"
                                      },
                                      "image": {
                                        "$id": "34",
                                        "name": "sample string 3.sample string 4",
                                        "imageID": 2,
                                        "imageName": "sample string 3",
                                        "imageExtension": "sample string 4",
                                        "lastUpdate": "2025-10-04T23:58:37.8184393",
                                        "imageData": "QEA=",
                                        "readOnly": true
                                      }
                                    },
                                    {
                                      "$ref": "33"
                                    }
                                  ],
                                  "panels": [
                                    {
                                      "$id": "35",
                                      "id": 1,
                                      "checkoutFormID": 2,
                                      "checkoutFormG_UID": "kPNWMe5xvkOH9eqb+dKpCA==",
                                      "checkoutFormGuid": "3156f390-71ee-43be-87f5-ea9bf9d2a908",
                                      "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": "35"
                                    }
                                  ]
                                },
                                {
                                  "$ref": "32"
                                }
                              ],
                              "panels": [
                                {
                                  "$ref": "35"
                                },
                                {
                                  "$ref": "35"
                                }
                              ]
                            },
                            "pages": [
                              {
                                "$ref": "29"
                              },
                              {
                                "$ref": "29"
                              }
                            ]
                          },
                          "contentPanel": {
                            "$ref": "35"
                          },
                          "products": [
                            {
                              "$id": "36",
                              "flipChartPageIdentifier": "sR8DFM2oFkiAS0QRjXcKiw==",
                              "flipChartPageIdentifierGuid": "14031fb1-a8cd-4816-804b-44118d770a8b",
                              "pluG_UID": "oijRLlWeQkeVdi1Up8VsOA==",
                              "pluGuid": "2ed128a2-9e55-4742-9576-2d54a7c56c38",
                              "sortOrder": 3,
                              "sent": true,
                              "productChanged": true,
                              "productImageName": "sample string 6",
                              "productShowImageOnFlipCharts": true,
                              "productShowTextOnFlipCharts": true,
                              "productOverrideFlipChartText": true,
                              "productFlipChartText": "sample string 10",
                              "product": {
                                "$ref": "12"
                              },
                              "departmentSortOrder": 11,
                              "subDepartmentName": "sample string 12"
                            },
                            {
                              "$ref": "36"
                            }
                          ],
                          "productCount": 27,
                          "pages": [
                            {
                              "$ref": "29"
                            },
                            {
                              "$ref": "29"
                            }
                          ]
                        },
                        {
                          "$ref": "29"
                        }
                      ],
                      "priceHistory": [
                        {
                          "$id": "37",
                          "pluG_UID": "Hm38NMnJEkCu/AbJpt6HcA==",
                          "pluGuid": "34fc6d1e-c9c9-4012-aefc-06c9a6de8770",
                          "price": 1,
                          "costCalcMethod": 1,
                          "cost": 2,
                          "weightedAvgCost": 3,
                          "lastCost": 4,
                          "rawCost": 5,
                          "rawWeightedAvgCost": 6,
                          "rawLastCost": 7,
                          "costDecimals": 8,
                          "serviceFeeID": 9,
                          "freight": 10.0,
                          "freightType": 11,
                          "process": "sample string 12",
                          "user": "sample string 13",
                          "updated": "2025-10-04T23:58:37.8184393",
                          "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": "37"
                        }
                      ],
                      "ingredients": [
                        {
                          "$id": "38",
                          "pluG_UID": "RXaus3uCRky1DINqLbc9Tw==",
                          "ingredientGuid": "HaPJ59iRE0ysMP0MdkRnZg==",
                          "ingredientIdentifier": "e7c9a31d-91d8-4c13-ac30-fd0c76446766",
                          "quantity": 1.0,
                          "storeIDs": [
                            1,
                            2
                          ],
                          "ingredientText": "sample string 1",
                          "ingredient": {
                            "$ref": "12"
                          }
                        },
                        {
                          "$ref": "38"
                        }
                      ],
                      "bins": [
                        {
                          "$id": "39",
                          "pluG_UID": "iSJRS11gu02Hers8zWiKQA==",
                          "pluGuid": "4b512289-605d-4dbb-877a-bb3ccd688a40",
                          "shelfLocationIdentifier": "CXGJDBlweUKBKDlPj6G1lw==",
                          "shelfLocationGuid": "0c897109-7019-4279-8128-394f8fa1b597",
                          "labelShelfDefault": 1,
                          "labelTalkerDefault": 1,
                          "labelSmall": true,
                          "labelPageLayoutG_UID": "vrHFKWjpV0SBLlDDkEORdw==",
                          "labelPageLayoutGuid": "29c5b1be-e968-4457-812e-50c390439177",
                          "updated": "2025-10-04T23:58:37.8184393",
                          "electronicShelfLabelIdentifier": "sample string 5",
                          "electronicshelfLabelsConfigurationID": 6,
                          "labelShelfChanged": true,
                          "productName": "sample string 8",
                          "locationText": "sample string 9",
                          "product": {
                            "$ref": "12"
                          },
                          "location": {
                            "$id": "40",
                            "identifier": "bSchA2t6Ek+03zBFSLFrnQ==",
                            "storeID": 1,
                            "identifierGuid": "0321276d-7a6b-4f12-b4df-304548b16b9d",
                            "name": "sample string 2",
                            "haccp": true,
                            "blueprintID": 1,
                            "updated": "2025-10-04T23:58:37.8184393",
                            "minTemp": 1,
                            "maxTemp": 1,
                            "checkFrequency": 1,
                            "storeCaseConfiguration": 5,
                            "storeName": "sample string 6",
                            "bins": [
                              {
                                "$ref": "39"
                              },
                              {
                                "$ref": "39"
                              }
                            ]
                          }
                        },
                        {
                          "$ref": "39"
                        }
                      ],
                      "bin": {
                        "$ref": "39"
                      },
                      "scaleLocations": [
                        {
                          "$id": "41",
                          "plu": 1,
                          "pluG_UID": "Ks/qatNHBkm9sK0jyH6rQA==",
                          "pluGuid": "6aeacf2a-47d3-4906-bdb0-ad23c87eab40",
                          "deptNo": 1,
                          "product": {
                            "$ref": "12"
                          },
                          "scaleLocation": {
                            "$id": "42",
                            "id": 1,
                            "deptNo": 1,
                            "deptCode": "sample string 2",
                            "name": "sample string 3",
                            "enabled": true,
                            "updated": "2025-10-04T23:58:37.8184393",
                            "department": {
                              "$id": "43",
                              "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": "42"
                              },
                              "subDepartments": [
                                {
                                  "$id": "44",
                                  "id": 1,
                                  "departmentID": 2,
                                  "name": "sample string 3",
                                  "code": "sample string 4",
                                  "departmentCode": "sample string 5",
                                  "externalSales": true,
                                  "minorDepartments": [
                                    {
                                      "$id": "45",
                                      "id": 1,
                                      "subDepartmentID": 2,
                                      "departmentID": 3,
                                      "name": "sample string 4",
                                      "subDepartmentCode": "sample string 5",
                                      "departmentCode": "sample string 6",
                                      "code": "sample string 7",
                                      "lesserDepartments": [
                                        {
                                          "$id": "46",
                                          "id": 1,
                                          "departmentID": 2,
                                          "subDepartmentID": 3,
                                          "minorDepartmentID": 4,
                                          "name": "sample string 5",
                                          "code": "sample string 6",
                                          "departmentCode": "sample string 7",
                                          "subDepartmentCode": "sample string 8",
                                          "minorDepartmentCode": "sample string 9",
                                          "updated": "2025-10-04T23:58:37.8184393",
                                          "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": "f8pvzy8a9EiIkmg96d6Sew==",
                                          "labelPageLayoutGuid": "cf6fca7f-1a2f-48f4-8892-683de9de927b",
                                          "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": "47",
                                            "dept": 1,
                                            "category": 2,
                                            "name": "sample string 3",
                                            "active": true,
                                            "mscCommodities": [
                                              {
                                                "$id": "48",
                                                "dept": 1,
                                                "category": 2,
                                                "commodity": 3,
                                                "name": "sample string 4",
                                                "active": true,
                                                "mscSubCommodities": [
                                                  {
                                                    "$id": "49",
                                                    "dept": 1,
                                                    "category": 2,
                                                    "commodity": 3,
                                                    "subCommodity": 4,
                                                    "name": "sample string 5",
                                                    "active": true,
                                                    "subCommodityCode": "sample string 7"
                                                  },
                                                  {
                                                    "$ref": "49"
                                                  }
                                                ],
                                                "commodityCode": "sample string 6"
                                              },
                                              {
                                                "$ref": "48"
                                              }
                                            ],
                                            "categoryCode": "sample string 5"
                                          },
                                          "mscCom": {
                                            "$ref": "48"
                                          },
                                          "mscDep": {
                                            "$id": "50",
                                            "dept": 1,
                                            "name": "sample string 2",
                                            "active": true,
                                            "mscCategories": [
                                              {
                                                "$ref": "47"
                                              },
                                              {
                                                "$ref": "47"
                                              }
                                            ],
                                            "deptCode": "sample string 4"
                                          },
                                          "mscSubCom": {
                                            "$ref": "49"
                                          }
                                        },
                                        {
                                          "$ref": "46"
                                        }
                                      ],
                                      "updated": "2025-10-04T23:58:37.8184393",
                                      "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": "Rr/SDpwsyEeLlPcgH7TrVg==",
                                      "labelPageLayoutGuid": "0ed2bf46-2c9c-47c8-8b94-f7201fb4eb56",
                                      "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": "47"
                                      },
                                      "mscCom": {
                                        "$ref": "48"
                                      },
                                      "mscDep": {
                                        "$ref": "50"
                                      },
                                      "mscSubCom": {
                                        "$ref": "49"
                                      }
                                    },
                                    {
                                      "$ref": "45"
                                    }
                                  ],
                                  "investmentBuyOverride": true,
                                  "updated": "2025-10-04T23:58:37.8184393",
                                  "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": "u+J8qRLUA0W5vfF51pDu2g==",
                                  "labelPageLayoutGuid": "a97ce2bb-d412-4503-b9bd-f179d690eeda",
                                  "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": "47"
                                  },
                                  "mscCom": {
                                    "$ref": "48"
                                  },
                                  "mscDep": {
                                    "$ref": "50"
                                  },
                                  "mscSubCom": {
                                    "$ref": "49"
                                  }
                                },
                                {
                                  "$ref": "44"
                                }
                              ],
                              "stores": [
                                1,
                                2
                              ],
                              "investmentBuyOverride": true,
                              "updated": "2025-10-04T23:58:37.8184393",
                              "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": "MNScf0w02keiJIamgWxkgw==",
                              "labelPageLayoutGuid": "7f9cd430-344c-47da-a224-86a6816c6483",
                              "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": "47"
                              },
                              "mscCom": {
                                "$ref": "48"
                              },
                              "mscDep": {
                                "$ref": "50"
                              },
                              "mscSubCom": {
                                "$ref": "49"
                              }
                            }
                          }
                        },
                        {
                          "$ref": "41"
                        }
                      ],
                      "nextPrice": {
                        "$id": "51",
                        "id": 1,
                        "campaignID": 2,
                        "campaignName": "sample string 3",
                        "plu": 1,
                        "hostOfferID": 1,
                        "metcashPromotionID": "sample string 4",
                        "metcashPromotionPlacement": "sample string 5",
                        "pluG_UID": "ArjZl5eKt0WkucQtin0pvQ==",
                        "pluGuid": "97d9b802-8a97-45b7-a4b9-c42d8a7d29bd",
                        "newPrice": 1,
                        "pctDiscount": 1,
                        "newCost": 1,
                        "newCostDecimals": 6,
                        "dealCostIdentifier": "BClk++5h3keFfEl/+SpXQA==",
                        "dealCostGuid": "fb642904-61ee-47de-857c-497ff92a5740",
                        "pluName": "sample string 7",
                        "apn": "sample string 8",
                        "fuelItem": true,
                        "priceGroupG_UID": "NYo2bb8ANUK3j0eYtUVqCA==",
                        "priceGroupGuid": "6d368a35-00bf-4235-b78f-4798b5456a08",
                        "itemNumber": "sample string 10",
                        "cri": "sample string 11",
                        "pluPrice": 12,
                        "pluCost": 13,
                        "pluCostIndicator": "sample string 14",
                        "pluPriceGstPercent": 15,
                        "pluCostGstPercent": 16,
                        "pluActive": true,
                        "cartonQty": 1.1,
                        "baseUnits": 18.1,
                        "salesMode": 1,
                        "pluNormalCost": 19,
                        "pluaws": 20.0,
                        "directNumber": "sample string 21",
                        "departmentName": "sample string 22",
                        "subDepartmentName": "sample string 23",
                        "priceGroupName": "sample string 24",
                        "supplierName": "sample string 25",
                        "stockOnHand": 1.1,
                        "stockOnOrder": 1.1,
                        "lastReceived": "2025-10-04T23:58:37.8184393",
                        "rrp": 26,
                        "campaignDescription": "sample string 27",
                        "campaignComboPriceGroupG_UID": "4eB+a2lOHUG5LHo5KzLZfg==",
                        "campaignComboPriceGroupIdentifier": "6b7ee0e1-4e69-411d-b92c-7a392b32d97e",
                        "promotionPlacementDescription": "sample string 28",
                        "storeAcceptances": [
                          {
                            "$id": "52",
                            "plu": 1,
                            "pluG_UId": "QEA=",
                            "campaignID": 1,
                            "campaignName": "sample string 2",
                            "storeID": 3,
                            "acceptedUtc": "2025-10-04T23:58:37.8184393",
                            "operatorG_UID": "NEDdf8mtP0KyBGMnRcYb+A==",
                            "operatorGuid": "7fdd4034-adc9-423f-b204-632745c61bf8",
                            "machineID": 1,
                            "processed": true,
                            "appliedUtc": "2025-10-04T23:58:37.8184393",
                            "signIqTicketFileMovedUtc": "2025-10-04T23:58:37.8184393",
                            "user": "sample string 6",
                            "campaignDescription": "sample string 7",
                            "productDesc": "sample string 8",
                            "storeName": "sample string 9",
                            "effectiveUtc": "2025-10-04T23:58:37.8184393",
                            "priceChangeType": 0,
                            "operatorName": "sample string 10",
                            "hostCampaign": true,
                            "product": {
                              "$ref": "12"
                            },
                            "campaignPlu": {
                              "$ref": "51"
                            }
                          },
                          {
                            "$ref": "52"
                          }
                        ],
                        "campaign": {
                          "$id": "53",
                          "id": 1,
                          "storeID": 2,
                          "name": "0084bbdf-03d7-47ab-9dc1-120d9863609e",
                          "nameGuid": "0084bbdf-03d7-47ab-9dc1-120d9863609e",
                          "description": "sample string 4",
                          "showDiscounts": true,
                          "showTotals": true,
                          "onlyEvaluateOnSubtotal": true,
                          "useDescription": true,
                          "campaignType": 1,
                          "startDate": "2025-10-04T23:58:37.8184393",
                          "startTime": 1,
                          "endDate": "2025-10-04T23:58:37.8184393",
                          "endTime": 1,
                          "recurrence": 1,
                          "recurrenceType": 1,
                          "monthType": 1,
                          "weekDays": 1,
                          "months": 1,
                          "monthWeeks": 1,
                          "monthDays": "sample string 7",
                          "printed": true,
                          "talkerText": "sample string 8",
                          "rangeDescription": "sample string 9",
                          "dealDescription": "sample string 10",
                          "labelQuantity": 11,
                          "active": 1,
                          "deactivated": "2025-10-04T23:58:37.8184393",
                          "system": true,
                          "created": "2025-10-04T23:58:37.8184393",
                          "updated": "2025-10-04T23:58:37.8184393",
                          "priceChangeNotifiedUtc": "2025-10-04T23:58:37.8184393",
                          "promoType": 1,
                          "promotionTypeCode": "sample string 13",
                          "hostIdentifier": "AOPGJT4hZUCqsBQekYefNA==",
                          "hostIdentifierGuid": "25c6e300-213e-4065-aab0-141e91879f34",
                          "hostType": 14,
                          "createdByUser": "sample string 15",
                          "fromHost": true,
                          "deleted": true,
                          "campaignDeleted": "2025-10-04T23:58:37.8184393",
                          "updatedByUser": "sample string 18",
                          "offerID": 1,
                          "isPriceChangeCampaign": true,
                          "stores": [
                            1,
                            2
                          ],
                          "storeNames": [
                            "sample string 1",
                            "sample string 2"
                          ],
                          "campaignPlus": [
                            {
                              "$ref": "51"
                            },
                            {
                              "$ref": "51"
                            }
                          ],
                          "campaignPools": [
                            {
                              "$id": "54",
                              "id": 1,
                              "campaignID": 2,
                              "campaignName": "sample string 3",
                              "plu": 4,
                              "pluG_UID": "FxA9pR5k9EqmjQ0tLEbreg==",
                              "pluGuid": "a53d1017-641e-4af4-a68d-0d2d2c46eb7a",
                              "hostOfferID": 1,
                              "priceGroupG_UID": "nqtpOsB5vEyJW7dNt4Jl2g==",
                              "priceGroupGuid": "3a69ab9e-79c0-4cbc-895b-b74db78265da",
                              "fuelItem": true,
                              "pluName": "sample string 6",
                              "apn": "sample string 7",
                              "pluActive": true,
                              "cartonQty": 1,
                              "baseUnits": 9.1,
                              "cri": "sample string 10",
                              "salesMode": 1,
                              "pluaws": 11.0,
                              "directNumber": "sample string 12",
                              "departmentName": "sample string 13",
                              "subDepartmentName": "sample string 14",
                              "priceGroupName": "sample string 15",
                              "supplierName": "sample string 16",
                              "stockOnHand": 1.1,
                              "stockOnOrder": 1.1,
                              "lastReceived": "2025-10-04T23:58:37.8184393",
                              "rrp": 17,
                              "campaignDescription": "sample string 18",
                              "product": {
                                "$ref": "12"
                              },
                              "campaign": {
                                "$ref": "53"
                              }
                            },
                            {
                              "$ref": "54"
                            }
                          ],
                          "sellingRules": [
                            {
                              "$id": "55",
                              "id": 1,
                              "identifier": "wJ8j7zpcE0aLWdAOT3osoQ==",
                              "identifierStr": "wJ8j7zpcE0aLWdAOT3osoQ==",
                              "identifierGuid": "ef239fc0-5c3a-4613-8b59-d00e4f7a2ca1",
                              "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": "53"
                              }
                            },
                            {
                              "$ref": "55"
                            }
                          ],
                          "customers": [
                            {
                              "$id": "56",
                              "id": 1,
                              "campaignID": 2,
                              "campaignName": "sample string 3",
                              "customerID": "GjkKynidskuiTWgyuNVuZw==",
                              "customerIDGuid": "ca0a391a-9d78-4bb2-a24d-6832b8d56e67",
                              "campaign": {
                                "$ref": "53"
                              },
                              "customer": {
                                "$id": "57",
                                "identifier": "EmlwrPb04kW698UCao5V2A==",
                                "identifierGuid": "ac706912-f4f6-45e2-baf7-c5026a8e55d8",
                                "code": "sample string 2",
                                "familyName": "sample string 3",
                                "givenName": "sample string 4",
                                "otherName": "sample string 5",
                                "title": "sample string 6",
                                "dateOfBirth": "2025-10-04T23:58:37.8184393",
                                "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": "4WfHilH27kaVk42Pw+C8MA==",
                                "communityIdentifierGuid": "8ac767e1-f651-46ee-9593-8d8fc3e0bc30",
                                "joined": "2025-10-04T23:58:37.8184393",
                                "updated": "2025-10-04T23:58:37.8184393",
                                "active": true,
                                "reasonInactive": 1,
                                "groupCustomer": true,
                                "loyaltyPoints": 1,
                                "homeStoreID": 1,
                                "availableSpend": 1,
                                "priceLevelIdentifier": "dlH3W+/1lkKGbJZWhkjR3g==",
                                "priceLevelIdentifierGuid": "5bf75176-f5ef-4296-866c-96568648d1de",
                                "marketingID": "sample string 18",
                                "hidden": true,
                                "registered": true,
                                "registeredOn": "2025-10-04T23:58:37.8184393",
                                "emailMarketing": true,
                                "smsMarketing": true,
                                "deleted": true,
                                "deletedUser": "sample string 24",
                                "homeStoreName": "sample string 25",
                                "customerCards": [
                                  {
                                    "$id": "58",
                                    "cardType": 2,
                                    "issueDate": "2025-10-04T23:58:37.8184393",
                                    "expiry": "2025-10-04T23:58:37.8184393",
                                    "customerID": "QWj/6OMz4UeWFocRQzEkdQ==",
                                    "customerIDGuid": "e8ff6841-33e3-47e1-9616-871143312475",
                                    "initialValue": 1,
                                    "currentValue": 1,
                                    "maxLimit": 1,
                                    "minTransaction": 1,
                                    "maxTransaction": 1,
                                    "multiplier": 1.1,
                                    "active": true,
                                    "reasonInactive": 1,
                                    "idRequired": true,
                                    "idType": 1,
                                    "idValue": "sample string 5",
                                    "updated": "2025-10-04T23:58:37.8184393",
                                    "linkedAccount": "eQDge0mKbEKOpfuG4VIl4Q==",
                                    "linkedAccountGuid": "7be00079-8a49-426c-8ea5-fb86e15225e1",
                                    "currentValueChanged": true,
                                    "limitsChanged": true,
                                    "customer": {
                                      "$ref": "57"
                                    },
                                    "account": {
                                      "$id": "59",
                                      "id": 1,
                                      "identifier": "OSX/+0I9NEGOzN8kPmKXzQ==",
                                      "identifierGuid": "fbff2539-3d42-4134-8ecc-df243e6297cd",
                                      "referenceNo": "sample string 3",
                                      "name": "sample string 4",
                                      "created": "2025-10-04T23:58:37.8184393",
                                      "owner": "GOGqAoWHOEipA1zEsrIyHg==",
                                      "ownerGuid": "02aae118-8785-4838-a903-5cc4b2b2321e",
                                      "accountStoreGroupIdentifier": "k4GUtuxW7Uq9YXxYg4Ar+A==",
                                      "accountStoreGroupGuid": "b6948193-56ec-4aed-bd61-7c5883802bf8",
                                      "accountType": 1,
                                      "currentBalance": 1,
                                      "externalID": "sample string 7",
                                      "maximumLimit": 1,
                                      "accruePoints": true,
                                      "loyaltyPoints": 1,
                                      "termsOfTrade": 1,
                                      "signatureRequired": true,
                                      "referenceRequired": true,
                                      "statementSendType": 10,
                                      "ageingPeriod": 1,
                                      "monthlyAgeingPeriod": true,
                                      "explodedInvoice": true,
                                      "isFifoAllocation": true,
                                      "lastStatementSent": "2025-10-04T23:58:37.8184393",
                                      "active": true,
                                      "updated": "2025-10-04T23:58:37.8184393",
                                      "deleted": true,
                                      "deletedUser": "sample string 16",
                                      "currentBalanceChanged": true,
                                      "maximumLimitChanged": true,
                                      "loyaltyPointsChanged": true,
                                      "projectedBalance": 17,
                                      "accountStoreGroupStoreIDs": [
                                        1,
                                        2
                                      ],
                                      "customerEmail": "sample string 18",
                                      "ownerCustomer": {
                                        "$ref": "57"
                                      },
                                      "card": {
                                        "$ref": "58"
                                      },
                                      "members": {
                                        "$id": "60",
                                        "sample string 1": [
                                          {
                                            "$ref": "57"
                                          },
                                          {
                                            "$ref": "57"
                                          }
                                        ],
                                        "sample string 2": [
                                          {
                                            "$ref": "57"
                                          },
                                          {
                                            "$ref": "57"
                                          }
                                        ]
                                      },
                                      "customerGroups": [
                                        {
                                          "$id": "61",
                                          "identifier": "ei93+klBSEudiaGWJUHLOg==",
                                          "identifierGuid": "fa772f7a-4149-4b48-9d89-a1962541cb3a",
                                          "name": "sample string 2",
                                          "primaryContact": "y0daKLSR90eNKYrCSHPW4g==",
                                          "primaryContactGuid": "285a47cb-91b4-47f7-8d29-8ac24873d6e2",
                                          "accountID": "gU8Q2HGZDEGxCjpOFmX8gg==",
                                          "accountIDGuid": "d8104f81-9971-410c-b10a-3a4e1665fc82",
                                          "special": true,
                                          "updated": "2025-10-04T23:58:37.8184393",
                                          "active": true,
                                          "reasonInactive": 1,
                                          "priceLevelIdentifier": "v80IZpCPWUOhBow1Xmztcg==",
                                          "priceLevelIdentifierGuid": "6608cdbf-8f90-4359-a106-8c355e6ced72",
                                          "deleted": true,
                                          "account": {
                                            "$ref": "59"
                                          },
                                          "primaryContactCustomer": {
                                            "$ref": "57"
                                          },
                                          "customerGroupMembers": [
                                            {
                                              "$id": "62",
                                              "id": 1,
                                              "groupID": "sidIW/LSokOp+YExQLss5w==",
                                              "groupIDGuid": "5b4827b2-d2f2-43a2-a9f9-813140bb2ce7",
                                              "customerID": "7h4/MoJHvEWZM7o2oVtGFg==",
                                              "customerIDGuid": "323f1eee-4782-45bc-9933-ba36a15b4616",
                                              "card": "sample string 4",
                                              "linkedAccount": "w5blxzKc5Uq8jRCRjqqodw==",
                                              "linkedAccountGuid": "c7e596c3-9c32-4ae5-bc8d-10918eaaa877",
                                              "customer": {
                                                "$ref": "57"
                                              },
                                              "group": {
                                                "$ref": "61"
                                              },
                                              "customerCard": {
                                                "$ref": "58"
                                              }
                                            },
                                            {
                                              "$ref": "62"
                                            }
                                          ]
                                        },
                                        {
                                          "$ref": "61"
                                        }
                                      ]
                                    },
                                    "payments": [
                                      {
                                        "$id": "63",
                                        "id": 1,
                                        "identifier": "6/77fetDF0yI/VBMnyYgxA==",
                                        "identifierGuid": "7dfbfeeb-43eb-4c17-88fd-504c9f2620c4",
                                        "storeID": 2,
                                        "operatorName": "sample string 3",
                                        "saleHeaderID": 4,
                                        "paymentType": 5,
                                        "amount": 6,
                                        "account": "sample string 7",
                                        "accountID": "+q5FbGHF5Ua0WYkU8QQu4A==",
                                        "accountIDGuid": "6c45aefa-c561-46e5-b459-8914f1042ee0",
                                        "customerAccount": {
                                          "$ref": "59"
                                        },
                                        "customerCard": {
                                          "$ref": "58"
                                        },
                                        "accountType": 1,
                                        "cardName": "sample string 8",
                                        "authorisationNumber": "sample string 9",
                                        "bankReference": "sample string 10",
                                        "merchantID": "sample string 11",
                                        "terminalID": "sample string 12",
                                        "cardNumber": "sample string 13",
                                        "paymentDate": "2025-10-04T23:58:37.8184393",
                                        "invRocNo": "sample string 14",
                                        "responseCode": "sample string 15",
                                        "cashout": 1,
                                        "tip": 16,
                                        "idempotentVoid": "W4eY0RzkskG0xj32b2eeeA==",
                                        "idempotentVoidGuid": "d198875b-e41c-41b2-b4c6-3df66f679e78",
                                        "offline": true,
                                        "processed": 1,
                                        "storeSaleHeader": {
                                          "$id": "64",
                                          "saleHeaderID": 1,
                                          "saleHeaderGuid": "ixgoeoDx40eXXTRuWW4M+w==",
                                          "saleHeaderIdentifierGuid": "7a28188b-f180-47e3-975d-346e596e0cfb",
                                          "created": "2025-10-04T23:58:37.8184393",
                                          "createdLocal": "2025-10-04T23:58:37.8184393",
                                          "createdText": "sample string 4",
                                          "itemCount": 5,
                                          "totalAmount": 6,
                                          "cashTender": 1,
                                          "cardTender": 1,
                                          "cheqTender": 1,
                                          "acctTender": 1,
                                          "voucherTender": 1,
                                          "loyaltyPoints": 1,
                                          "cashout": 1,
                                          "changeAmount": 1,
                                          "rounding": 1,
                                          "gstAmount": 1,
                                          "transactionDiscountTender": 1,
                                          "totalTip": 7,
                                          "tranType": 1,
                                          "processed": 1,
                                          "imported": "2025-10-04T23:58:37.8184393",
                                          "storeID": 1,
                                          "operatorG_Uid": "RUDw6T/9F06bYG2n+0okHg==",
                                          "operatorGuid": "e9f04045-fd3f-4e17-9b60-6da7fb4a241e",
                                          "customerG_Uid": "6IbxxhvADkig0tdkfjWKHw==",
                                          "customerGuid": "c6f186e8-c01b-480e-a0d2-d7647e358a1f",
                                          "communityIdentifier": "5Nv0Zwi5NUuBuAFGk+SDew==",
                                          "communityIdentifierGuid": "67f4dbe4-b908-4b35-81b8-014693e4837b",
                                          "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": "5sdXtDnOLkqR2+Dr4YOegQ==",
                                          "priceLevelIdentifierGuid": "b457c7e6-ce39-4a2e-91db-e0ebe1839e81",
                                          "locked": 36,
                                          "relationChecksum": "sample string 37",
                                          "loyaltyTender": 1,
                                          "giftCardTender": 1,
                                          "operator": {
                                            "$ref": "24"
                                          },
                                          "customer": {
                                            "$ref": "57"
                                          },
                                          "communityOrganisation": {
                                            "$id": "65",
                                            "id": 1,
                                            "identifier": "drDThWbRzUqlHlO96tQZIQ==",
                                            "identifierGuid": "85d3b076-d166-4acd-a51e-53bdead41921",
                                            "name": "sample string 3",
                                            "lookupIdentifier": "sample string 4",
                                            "externalID": "sample string 5",
                                            "phone": "sample string 6",
                                            "fax": "sample string 7",
                                            "email": "sample string 8",
                                            "address1": "sample string 9",
                                            "address2": "sample string 10",
                                            "city": "sample string 11",
                                            "postCode": "sample string 12",
                                            "state": "sample string 13",
                                            "country": "sample string 14",
                                            "totalAmountAwarded": 15.1,
                                            "updated": "2025-10-04T23:58:37.8184393",
                                            "deleted": true
                                          },
                                          "details": [
                                            {
                                              "$id": "66",
                                              "saleItemID": 1,
                                              "identifier": "278QbKX+ZE+1SLk+cOLSOQ==",
                                              "identifierGuid": "6c10bfdb-fea5-4f64-b548-b93e70e2d239",
                                              "saleHeaderID": 2,
                                              "plu": 1,
                                              "pluG_UId": "eZC6Y/8btUahASxnampbCw==",
                                              "pluGuid": "63ba9079-1bff-46b5-a101-2c676a6a5b0b",
                                              "accountID": "Hhnh0/Xg60GNIP8uFzyRYg==",
                                              "accountIDGuid": "d3e1191e-e0f5-41eb-8d20-ff2e173c9162",
                                              "normalPrice": 3,
                                              "originalSellingPrice": 4,
                                              "discountPrice": 5,
                                              "unit": 1,
                                              "quantity": 6,
                                              "totalCents": 7,
                                              "fixedPrice": 1,
                                              "tranType": 1,
                                              "discountType": 1,
                                              "cost": 1,
                                              "costDecimals": 8,
                                              "markdown": 1,
                                              "manualQuantity": 1,
                                              "manualPrice": 1,
                                              "manualMode": 1,
                                              "active": 1,
                                              "offline": true,
                                              "barcode": "sample string 9",
                                              "keyedSale": 1,
                                              "discountedID": 1,
                                              "fuelID": 1,
                                              "serialNumber": "sample string 10",
                                              "bestOrExpire": "2025-10-04T23:58:37.8184393",
                                              "bestOrExpireType": 1,
                                              "providerName": "sample string 11",
                                              "refundG_UID": "FcItw7HgO0ymCBHHCVRmSA==",
                                              "refundGuid": "c32dc215-e0b1-4c3b-a608-11c709546648",
                                              "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": "F1B4v//mMEWULXiyNARaHQ==",
                                              "idempotentVoidGuid": "bf785017-e6ff-4530-942d-78b234045a1d",
                                              "priceLevelIdentifier": "uleKLbl9kEmQ1SNL2JlXsg==",
                                              "priceLevelIdentifierGuid": "2d8a57ba-7db9-4990-90d5-234bd89957b2",
                                              "productName": "sample string 23",
                                              "apn": "sample string 24",
                                              "unknownScans": [
                                                {
                                                  "$id": "67",
                                                  "id": 1,
                                                  "saleDetailID": 2,
                                                  "storeID": 1,
                                                  "scanned": "2025-10-04T23:58:37.8184393",
                                                  "operatorG_UID": "QEA=",
                                                  "barcode": "sample string 4",
                                                  "processed": 1
                                                },
                                                {
                                                  "$ref": "67"
                                                }
                                              ],
                                              "refund": {
                                                "$id": "68",
                                                "id": 1,
                                                "g_UID": "JcOO2OJOvUCYgOHo84yvvw==",
                                                "guid": "d88ec325-4ee2-40bd-9880-e1e8f38cafbf",
                                                "description": "sample string 1",
                                                "dumped": true,
                                                "inventoryReasonID": 1,
                                                "sortOrder": 1,
                                                "updated": "2025-10-04T23:58:37.8184393"
                                              },
                                              "modifier": {
                                                "$id": "69",
                                                "id": 1,
                                                "setG_UID": "OEZ3cdnGWkOW54P8X323uQ==",
                                                "modifierSetGuid": "71774638-c6d9-435a-96e7-83fc5f7db7b9",
                                                "name": "sample string 2",
                                                "price": 1,
                                                "quantity": 1,
                                                "modifierType": 1,
                                                "groupNumber": 1,
                                                "pageNumber": 1,
                                                "controlOrder": 1,
                                                "printToStation": true,
                                                "pluG_UID": "19HsPBzzekOPbTWlI9W3vg==",
                                                "pluGuid": "3cecd1d7-f31c-437a-8f6d-35a523d5b7be",
                                                "deleted": true,
                                                "g_UID": "gFoPMNKHn026u+FEQwZ79w==",
                                                "guid": "300f5a80-87d2-4d9f-babb-e14443067bf7",
                                                "product": {
                                                  "$ref": "12"
                                                }
                                              },
                                              "priceLevelName": "sample string 25",
                                              "pumpNumber": 1,
                                              "hoseNumber": 1
                                            },
                                            {
                                              "$ref": "66"
                                            }
                                          ],
                                          "eftReceipts": [
                                            {
                                              "$id": "70",
                                              "id": 1,
                                              "storeID": 1,
                                              "saleHeaderID": 2,
                                              "storeSaleHeader": {
                                                "$ref": "64"
                                              },
                                              "receipt": "sample string 3",
                                              "processed": 1
                                            },
                                            {
                                              "$ref": "70"
                                            }
                                          ],
                                          "payments": [
                                            {
                                              "$ref": "63"
                                            },
                                            {
                                              "$ref": "63"
                                            }
                                          ],
                                          "cards": [
                                            {
                                              "$id": "71",
                                              "id": 1,
                                              "saleHeaderID": 1,
                                              "identifier": "sample string 2",
                                              "cardType": 3,
                                              "providerName": "sample string 4"
                                            },
                                            {
                                              "$ref": "71"
                                            }
                                          ],
                                          "campaignHits": [
                                            {
                                              "$id": "72",
                                              "id": 1,
                                              "saleHeaderID": 2,
                                              "campaign": "sample string 3",
                                              "name": "sample string 4",
                                              "processed": 1,
                                              "campaignDescription": "sample string 5"
                                            },
                                            {
                                              "$ref": "72"
                                            }
                                          ],
                                          "fuel": [
                                            {
                                              "$id": "73",
                                              "id": 1,
                                              "plu": 1,
                                              "pluG_UID": "GRQUQxL7D0GHUvtPHHH5OA==",
                                              "pluGuid": "43141419-fb12-410f-8752-fb4f1c71f938",
                                              "saleHeaderID": 2,
                                              "totalCents": 3,
                                              "grade": 1,
                                              "gradeDescription": "sample string 4",
                                              "dispenser": 1,
                                              "hose": 1,
                                              "quantity": 1,
                                              "cost": 1,
                                              "acquirerNum": 1,
                                              "attendant": 1,
                                              "ePurseBalance": 1.0,
                                              "cardSignature": "sample string 5",
                                              "compartmentNumber": 1,
                                              "contractNumber": 1,
                                              "discountCardPAN": "sample string 6",
                                              "discountID": 1,
                                              "discountName": "sample string 7",
                                              "discountNetValue": 1.0,
                                              "discountType": 1,
                                              "discountValue": 1.0,
                                              "discretionaryData": "sample string 8",
                                              "driverID": "sample string 9",
                                              "eftBatchNumber": 1,
                                              "eftResponseCode": "sample string 10",
                                              "endDateTime": "2025-10-04T23:58:37.8184393",
                                              "engineHours": 1.1,
                                              "fposNumber": 1,
                                              "loyaltyCardPAN": "sample string 11",
                                              "miscData1": 1,
                                              "miscData2": "sample string 12",
                                              "miscFlags": 1,
                                              "mop": 1,
                                              "odometer": 1,
                                              "panNumber": "sample string 13",
                                              "saleRefund": true,
                                              "saleStatus": 1,
                                              "sequenceNumber": 1,
                                              "stan": 1,
                                              "startDateTime": "2025-10-04T23:58:37.8184393",
                                              "tagNumber": "sample string 15",
                                              "trackTwoRem": "sample string 16",
                                              "transCode": 1,
                                              "transType": 1,
                                              "unitPrice": 1.0,
                                              "vehicleReg": "sample string 17",
                                              "offline": true,
                                              "processed": 1
                                            },
                                            {
                                              "$ref": "73"
                                            }
                                          ],
                                          "fuelResells": [
                                            {
                                              "$id": "74",
                                              "saleItemID": 1,
                                              "saleHeaderID": 2,
                                              "plu": 1,
                                              "pluG_UId": "wc3t719qXkyX6+xcDkyGLw==",
                                              "pluGuid": "efedcdc1-6a5f-4c5e-97eb-ec5c0e4c862f",
                                              "accountID": "idluMlcGw0eZc0Gu0ennSg==",
                                              "accountIDGuid": "326ed989-0657-47c3-9973-41aed1e9e74a",
                                              "normalPrice": 3,
                                              "originalSellingPrice": 4,
                                              "discountPrice": 5,
                                              "unit": 1,
                                              "quantity": 6,
                                              "totalCents": 7,
                                              "fixedPrice": 1,
                                              "tranType": 1,
                                              "processed": 1,
                                              "discountType": 1,
                                              "cost": 1,
                                              "costDecimals": 1,
                                              "markdown": 1,
                                              "manualQuantity": 1,
                                              "manualPrice": 1,
                                              "manualMode": 1,
                                              "active": 1,
                                              "barcode": "sample string 8",
                                              "offline": 1,
                                              "keyedSale": 1,
                                              "discountedID": 1,
                                              "fuelID": 1,
                                              "serialNumber": "sample string 9",
                                              "bestOrExpire": "2025-10-04T23:58:37.8184393",
                                              "bestOrExpireType": 1,
                                              "refundG_UID": "s0HniAPa/ECb3Xt46Xn/Vg==",
                                              "refundGuid": "88e741b3-da03-40fc-9bdd-7b78e979ff56",
                                              "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": "74"
                                            }
                                          ],
                                          "customerOrder": [
                                            {
                                              "$id": "75",
                                              "identifier": "AyfRR+dvzEGiqbrXI2Fr3g==",
                                              "identifierGuid": "47d12703-6fe7-41cc-a2a9-bad723616bde",
                                              "id": 1,
                                              "orderNo": 2,
                                              "externalSaleIdentifier": "sample string 3",
                                              "storeID": 4,
                                              "zoneID": 5,
                                              "deptNo": 6,
                                              "customerIdentifier": "78pZZ8k3HU+NDHbpDI+MLA==",
                                              "customerIdentifierGuid": "6759caef-37c9-4f1d-8d0c-76e90c8f8c2c",
                                              "operatorNo": 1,
                                              "operatorG_UID": "Ozre/LNiiUOvAWn5P7vxmw==",
                                              "operatorGuid": "fcde3a3b-62b3-4389-af01-69f93fbbf19b",
                                              "created": "2025-10-04T23:58:37.8184393",
                                              "ordered": "2025-10-04T23:58:37.8184393",
                                              "started": "2025-10-04T23:58:37.8184393",
                                              "completed": "2025-10-04T23:58:37.8184393",
                                              "supplied": "2025-10-04T23:58:37.8184393",
                                              "quickTicket": 1,
                                              "deleted": true,
                                              "walkAway": true,
                                              "approxWait": 1,
                                              "actualWait": 1,
                                              "deliveryMethod": 8,
                                              "externalSaleType": 9,
                                              "customer": {
                                                "$ref": "57"
                                              },
                                              "operator": {
                                                "$ref": "24"
                                              },
                                              "details": [
                                                {
                                                  "$id": "76",
                                                  "headerID": 1,
                                                  "plu": 1,
                                                  "pluG_UId": "obp7MDAhRUqSvIfOk/w+Sw==",
                                                  "pluGuid": "307bbaa1-2130-4a45-92bc-87ce93fc3e4b",
                                                  "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": "5LKKzbrZA0KMPyVK8wOrcw==",
                                                  "headerIdentifierGuid": "cd8ab2e4-d9ba-4203-8c3f-254af303ab73",
                                                  "product": {
                                                    "$ref": "12"
                                                  }
                                                },
                                                {
                                                  "$ref": "76"
                                                }
                                              ],
                                              "storeName": "sample string 11",
                                              "customerName": "sample string 12",
                                              "storeReplyTo": "sample string 13",
                                              "storeSubjectLine": "sample string 14",
                                              "storeSaleHeader": {
                                                "$ref": "64"
                                              }
                                            },
                                            {
                                              "$ref": "75"
                                            }
                                          ],
                                          "surveyResponses": [
                                            {
                                              "$id": "77",
                                              "surveyG_UID": "xwq1BM0EKUqjHbdfLMklvw==",
                                              "surveyGuid": "04b50ac7-04cd-4a29-a31d-b75f2cc925bf",
                                              "saleHeaderGuid": "sp6vCA0uzkS3zLyKindSAA==",
                                              "saleGuid": "08af9eb2-2e0d-44ce-b7cc-bc8a8a775200",
                                              "textResponse": "sample string 1",
                                              "integerResponse": 1,
                                              "g_UIDResponse": "FMYtZT6gEUGS2UKY16tneA==",
                                              "guidResponse": "652dc614-a03e-4111-92d9-4298d7ab6778",
                                              "whoAnswered": 2,
                                              "answeredAtUTC": "2025-10-04T23:58:37.8184393",
                                              "sale": {
                                                "$ref": "64"
                                              },
                                              "survey": {
                                                "$id": "78",
                                                "g_UID": "yvSVzfdZbEus/VkWfG/9EQ==",
                                                "guid": "cd95f4ca-59f7-4b6c-acfd-59167c6ffd11",
                                                "name": "sample string 1",
                                                "storeID": 2,
                                                "zoneID": 1,
                                                "checkoutFormG_UID": "G/yQE8rlM0WCaDQphG4szw==",
                                                "checkoutFormGuid": "1390fc1b-e5ca-4533-8268-3429846e2ccf",
                                                "displayToWho": 3,
                                                "displayWhen": 4,
                                                "start": "2025-10-04T23:58:37.8184393",
                                                "end": "2025-10-04T23:58:37.8184393",
                                                "deleted": true,
                                                "updated": "2025-10-04T23:58:37.8184393",
                                                "possibleIntegerResponses": [
                                                  1,
                                                  2
                                                ],
                                                "possibleTextResponses": [
                                                  "sample string 1",
                                                  "sample string 2"
                                                ],
                                                "possibleGuidResponses": [
                                                  "89bedc02-496a-4c3f-8d30-c51b9602678d",
                                                  "70d3a383-ad76-4d2b-ab14-fb1775ea90a2"
                                                ],
                                                "allowsAllTextResponses": true,
                                                "surveyForm": {
                                                  "$ref": "32"
                                                }
                                              },
                                              "ingressId": "sample string 4"
                                            },
                                            {
                                              "$ref": "77"
                                            }
                                          ],
                                          "storeName": "sample string 38",
                                          "machineName": "sample string 39",
                                          "operatorName": "sample string 40",
                                          "direction": 1,
                                          "reason": "sample string 41",
                                          "accountG_UID": "OAeOMDrVR0y62WjT9U5NPQ==",
                                          "accountIdentifier": "308e0738-d53a-4c47-bad9-68d3f54e4d3d",
                                          "accountName": "sample string 42",
                                          "customerOrderIdentifier": "I72ze8X0CkSaleReJeZzYQ==",
                                          "customerOrderIdentifierGuid": "7bb3bd23-f4c5-440a-9a95-e45e25e67361",
                                          "priceLevelName": "sample string 43",
                                          "revision": 44,
                                          "ingressId": "sample string 45"
                                        },
                                        "metadata": {
                                          "$id": "79",
                                          "id": 1,
                                          "paymentID": 2,
                                          "paymentIdentifier": "qNW44g8J2EStnMw77LiAXg==",
                                          "paymentIdentifierGuid": "e2b8d5a8-090f-44d8-ad9c-cc3becb8805e",
                                          "identifier": "8CA839vMnk2ffLragDa6VQ==",
                                          "identifierGuid": "df3c20f0-ccdb-4d9e-9f7c-bada8036ba55",
                                          "metadata": "sample string 3",
                                          "signatureImage": "QEA=",
                                          "itemIdentifier": "wbLzGL1lFEuFmR9j8FTaOA==",
                                          "itemIdentifierGuid": "18f3b2c1-65bd-4b14-8599-1f63f054da38"
                                        }
                                      },
                                      {
                                        "$ref": "63"
                                      }
                                    ]
                                  },
                                  {
                                    "$ref": "58"
                                  }
                                ],
                                "customerGroupMembers": [
                                  {
                                    "$ref": "62"
                                  },
                                  {
                                    "$ref": "62"
                                  }
                                ],
                                "customerGroups": [
                                  {
                                    "$ref": "61"
                                  },
                                  {
                                    "$ref": "61"
                                  }
                                ],
                                "accounts": [
                                  {
                                    "$ref": "59"
                                  },
                                  {
                                    "$ref": "59"
                                  }
                                ],
                                "account": {
                                  "$ref": "59"
                                },
                                "vouchers": [
                                  {
                                    "$id": "80",
                                    "customerIdentifier": "5sjTQp4ukUKcADYvhaWhEw==",
                                    "customerIdentifierGuid": "42d3c8e6-2e9e-4291-9c00-362f85a5a113",
                                    "voucherName": "sample string 2",
                                    "count": 3,
                                    "storeID": 4,
                                    "barcode": "sample string 5",
                                    "redeemCount": 6,
                                    "issueCount": 7,
                                    "storeSalePaymentID": 1,
                                    "idempotentID": "GtFWrt3O3k228D8BWVbEzA==",
                                    "idempotentGuid": "ae56d11a-cedd-4dde-b6f0-3f015956c4cc",
                                    "offline": true,
                                    "voucher": {
                                      "$id": "81",
                                      "id": 1,
                                      "name": "sample string 2",
                                      "description": "sample string 3",
                                      "shortDescription": "sample string 4",
                                      "url": "sample string 5",
                                      "barcodeTemplateID": 1,
                                      "expiry": 0,
                                      "voucherType": 6,
                                      "limitPerTransaction": 7,
                                      "customerTracking": true,
                                      "discountAccount": "sample string 9",
                                      "endDate": "2025-10-04T23:58:37.8184393",
                                      "barcodeTemplate": {
                                        "$id": "82",
                                        "templateID": 1,
                                        "template": "sample string 1",
                                        "bcFunction": "sample string 2",
                                        "sortOrder": 3
                                      },
                                      "scaleLabel": {
                                        "$id": "83",
                                        "id": 1,
                                        "uid": "sample string 2",
                                        "name": "sample string 3",
                                        "width": 1.1,
                                        "height": 1.1,
                                        "showBorder": true,
                                        "borderWidth": 1.1,
                                        "borderStyle": 1,
                                        "borderColour": "sample string 5",
                                        "updated": "2025-10-04T23:58:37.8184393",
                                        "labelPageLayout": "J2ysSzZxx0e2EMuwDOnZug==",
                                        "pageLayoutGuid": "4bac6c27-7136-47c7-b610-cbb00ce9d9ba",
                                        "labelType": 6,
                                        "oldName": "sample string 7",
                                        "voucher": {
                                          "$ref": "81"
                                        },
                                        "elements": [
                                          {
                                            "$id": "84",
                                            "id": 1,
                                            "scaleLabelID": 2,
                                            "showPercentDI": true,
                                            "showAvgPerHundred": true,
                                            "showAvgPerServe": true,
                                            "name": "sample string 6",
                                            "x": 1.1,
                                            "y": 1.1,
                                            "width": 1.1,
                                            "height": 1.1,
                                            "type": 1,
                                            "rotation": 1,
                                            "text": "sample string 7",
                                            "fontFamily": "sample string 8",
                                            "align": 1,
                                            "bold": true,
                                            "italic": true,
                                            "underline": true,
                                            "strikeout": true,
                                            "reverse": true,
                                            "textColour": "sample string 9",
                                            "fontSize": 1.1,
                                            "picture": "QEA=",
                                            "borderWidth": 10,
                                            "sortOrder": 11,
                                            "printOptions": 12,
                                            "superScriptTextFontSize": 1.1,
                                            "lineStyle": 1,
                                            "spacingStyle": 1,
                                            "interCharacterSpacing": 1.1,
                                            "superScriptOffset": 1.1,
                                            "lineSpacing": 1.1,
                                            "dateFormat": "sample string 13",
                                            "autoGrow": true,
                                            "fontAutoResize": true,
                                            "updated": "2025-10-04T23:58:37.8184393"
                                          },
                                          {
                                            "$ref": "84"
                                          }
                                        ]
                                      },
                                      "customerVouchers": [
                                        {
                                          "$id": "85",
                                          "id": 1,
                                          "customerIdentifier": "U/ApnJ0jVkawTNTB+qqHXA==",
                                          "customerIdentifierGuid": "9c29f053-239d-4656-b04c-d4c1faaa875c",
                                          "voucherID": 3,
                                          "voucherName": "sample string 4",
                                          "storeID": 1,
                                          "barcode": "sample string 5",
                                          "dateOfIssue": "2025-10-04T23:58:37.8184393",
                                          "issuedSaleHeaderID": 1,
                                          "issuedSaleIdentifier": "sample string 7",
                                          "issuedOfflinePaymentID": 1,
                                          "issuedIdempotentID": "xWlHCltRUEGrTwkfXZbjWw==",
                                          "issuedIdempotentGuid": "0a4769c5-515b-4150-ab4f-091f5d96e35b",
                                          "issuedOffline": true,
                                          "issuedUser": "sample string 9",
                                          "issuedNotes": "sample string 10",
                                          "expiryDate": "2025-10-04T23:58:37.8184393",
                                          "expiredUser": "sample string 11",
                                          "expiredNotes": "sample string 12",
                                          "redeemed": "2025-10-04T23:58:37.8184393",
                                          "redeemedSaleHeaderID": 1,
                                          "redeemedSaleIdentifier": "sample string 13",
                                          "redeemedOfflinePaymentID": 1,
                                          "redeemedIdempotentID": "Au/pRV4kjUSZZML2fjvuYg==",
                                          "redeemedIdempotentGuid": "45e9ef02-245e-448d-9964-c2f67e3bee62",
                                          "redeemedUser": "sample string 14",
                                          "redeemedNotes": "sample string 15",
                                          "redeemedOffline": true,
                                          "updated": "2025-10-04T23:58:37.8184393",
                                          "storeName": "sample string 17",
                                          "scaleLabel": {
                                            "$ref": "83"
                                          },
                                          "voucher": {
                                            "$ref": "81"
                                          },
                                          "customer": {
                                            "$ref": "57"
                                          },
                                          "issuedOfflinePayment": {
                                            "$ref": "63"
                                          },
                                          "redeemedOfflinePayment": {
                                            "$ref": "63"
                                          }
                                        },
                                        {
                                          "$ref": "85"
                                        }
                                      ]
                                    },
                                    "customer": {
                                      "$ref": "57"
                                    }
                                  },
                                  {
                                    "$ref": "80"
                                  }
                                ]
                              }
                            },
                            {
                              "$ref": "56"
                            }
                          ],
                          "customerGroups": [
                            {
                              "$id": "86",
                              "id": 1,
                              "campaignID": 2,
                              "campaignName": "sample string 3",
                              "groupID": "x/DwBiborkeFy86Qwf6yqw==",
                              "groupIDGuid": "06f0f0c7-e826-47ae-85cb-ce90c1feb2ab",
                              "campaign": {
                                "$ref": "53"
                              },
                              "group": {
                                "$ref": "61"
                              }
                            },
                            {
                              "$ref": "86"
                            }
                          ],
                          "signIqTickets": [
                            {
                              "$id": "87",
                              "identifier": "lEXSJpnZgkqyc6VenFFWTQ==",
                              "identifierGuid": "26d24594-d999-4a82-b273-a55e9c51564d",
                              "campaignName": "sample string 2",
                              "message": "sample string 3",
                              "ticketFileSource": "sample string 4",
                              "ticketFileDestination": "sample string 5",
                              "storeID": 1
                            },
                            {
                              "$ref": "87"
                            }
                          ],
                          "comboPriceGroups": [
                            {
                              "$id": "88",
                              "id": 1,
                              "campaignID": 2,
                              "campaignName": "sample string 3",
                              "g_UID": "KGGqCr+hBE+MOvKeQJ0RGA==",
                              "guid": "0aaa6128-a1bf-4f04-8c3a-f29e409d1118",
                              "description": "sample string 5",
                              "newPrice": 1,
                              "rangeDescription": "sample string 6",
                              "dealDescription": "sample string 7",
                              "labelQuantity": 8,
                              "hostProductCategoryID": 1,
                              "offerID": 1,
                              "dontUpdatePricePlus": true,
                              "campaign": {
                                "$ref": "53"
                              },
                              "comboPricePlus": [
                                {
                                  "$id": "89",
                                  "id": 1,
                                  "campaignID": 2,
                                  "campaignName": "sample string 3",
                                  "groupG_UID": "empNW9bmfUSxuTCW4wpNOA==",
                                  "groupGuid": "5b4d6a7a-e6d6-447d-b1b9-3096e30a4d38",
                                  "comboPriceType": 5,
                                  "priceType": 5,
                                  "pluG_UID": "jG0qOo5jVka56YyLdxZ+Hg==",
                                  "pluGuid": "3a2a6d8c-638e-4656-b9e9-8c8b77167e1e",
                                  "priceGroupG_UID": "qsOMSewHMUeneuiD3qPl0A==",
                                  "priceGroupGuid": "498cc3aa-07ec-4731-a77a-e883dea3e5d0",
                                  "campaignPoolID": "sample string 7",
                                  "quantity": 1,
                                  "campaign": {
                                    "$ref": "53"
                                  },
                                  "product": {
                                    "$ref": "12"
                                  },
                                  "priceGroup": {
                                    "$ref": "18"
                                  },
                                  "campaignPool": {
                                    "$ref": "53"
                                  }
                                },
                                {
                                  "$ref": "89"
                                }
                              ]
                            },
                            {
                              "$ref": "88"
                            }
                          ],
                          "priceLevels": [
                            {
                              "$id": "90",
                              "id": 1,
                              "priceLevelIdentifier": "JuynMpaox0Su1blapHa49w==",
                              "priceLevelIdentifierGuid": "32a7ec26-a896-44c7-aed5-b95aa476b8f7",
                              "campaignName": "sample string 3",
                              "priceLevelName": "sample string 4"
                            },
                            {
                              "$ref": "90"
                            }
                          ]
                        },
                        "product": {
                          "$ref": "12"
                        },
                        "dealCost": {
                          "$id": "91",
                          "headerIdentifier": "ZfDrN7w7+0qFwbRtjOP5cw==",
                          "headerIdentifierGuid": "37ebf065-3bbc-4afb-85c1-b46d8ce3f973",
                          "identifier": "SrGiCaf88kyckwK9/Q17QQ==",
                          "identifierGuid": "09a2b14a-fca7-4cf2-9c93-02bdfd0d7b41",
                          "supplierIdentifier": "rgWr04bLTU+VsOZi1izdDQ==",
                          "supplierGuid": "d3ab05ae-cb86-4f4d-95b0-e662d62cdd0d",
                          "pluG_UID": "fLadmF7SwkKLTY5Di1x5Og==",
                          "pluGuid": "989db67c-d25e-42c2-8b4d-8e438b5c793a",
                          "campaignName": "eb3a4be7-8339-4301-858f-0b0c6da47fac",
                          "description": "sample string 4",
                          "cost": 5,
                          "costDecimals": 6,
                          "start": "2025-10-04T23:58:37.8184393",
                          "end": "2025-10-04T23:58:37.8184393",
                          "type": 9,
                          "promoType": 10,
                          "bonusItemPLUG_UID": "Kkljdt7FG0GZnKdO76E+og==",
                          "bonusItemPluGuid": "7663492a-c5de-411b-999c-a74eefa13ea2",
                          "bonusPurchaseUnits": 11,
                          "bonusReceiveUnits": 12,
                          "updated": "2025-10-04T23:58:37.8184393",
                          "metcashPromotionID": "sample string 14",
                          "fromHost": 15,
                          "storeNames": "sample string 16",
                          "storeIDs": [
                            1,
                            2
                          ],
                          "supplierName": "sample string 17",
                          "campaignDescription": "sample string 18",
                          "newPrice": 1,
                          "campaignMetcashPromotionID": "sample string 19",
                          "campaignActive": true,
                          "campaignStartDate": "2025-10-04T23:58:37.8184393",
                          "campaignEndDate": "2025-10-04T23:58:37.8184393",
                          "masterPLUG_UID": "KPjyRBi7lE2K69DZi7Sz1Q==",
                          "masterID": "44f2f828-bb18-4d94-8aeb-d0d98bb4b3d5",
                          "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": "crSyVdxmiUWdjxiJG5kXqQ==",
                          "bonusMasterID": "55b2b472-66dc-4589-9d8f-18891b9917a9",
                          "bonusProductName": "sample string 34",
                          "bonusProductAPN": "sample string 35",
                          "bonusOrderCode": "sample string 36",
                          "bonusNormalSell": 37,
                          "bonusNormalCost": 38,
                          "bonusNormalCostDecimals": 39,
                          "bonusCartonQuantity": 40,
                          "bonusSalesMode": 41,
                          "bonusOrderPacked": 42,
                          "bonusFuelItem": true,
                          "bonusActive": true
                        }
                      },
                      "currentCostStart": "2025-10-04T23:58:37.8184393",
                      "dealCosts": [
                        {
                          "$ref": "91"
                        },
                        {
                          "$ref": "91"
                        }
                      ],
                      "tags": [
                        {
                          "$id": "92",
                          "pluG_UID": "JJiEn5ycakO2MMKgxD33dg==",
                          "pluGuid": "9f849824-9c9c-436a-b630-c2a0c43df776",
                          "tagID": 1,
                          "description": "sample string 1",
                          "storeIDs": [
                            1,
                            2
                          ]
                        },
                        {
                          "$ref": "92"
                        }
                      ],
                      "alternateProductG_UID": "UiI53KJGuE6fxwBL08Dv7A==",
                      "alternateProduct": "dc392252-46a2-4eb8-9fc7-004bd3c0efec",
                      "productHostCode": {
                        "$id": "93",
                        "id": 1,
                        "pluG_UID": "7bqd+jwjG0mQY55oDnFOxw==",
                        "pluGuid": "fa9dbaed-233c-491b-9063-9e680e714ec7",
                        "ibaCode": "sample string 2"
                      },
                      "mscCat": {
                        "$ref": "47"
                      },
                      "mscCom": {
                        "$ref": "48"
                      },
                      "mscDep": {
                        "$ref": "50"
                      },
                      "mscSubCom": {
                        "$ref": "49"
                      },
                      "isUserUpdate": true,
                      "ignoreMasterProduct": true,
                      "priceGroupLabelRequested": true,
                      "firstSold": "2025-10-04T23:58:37.8184393",
                      "inventoryTracked": "2025-10-04T23:58:37.8184393",
                      "isNormalPriceChangesCampaign": true
                    },
                    "supplier": {
                      "$ref": "7"
                    },
                    "serviceFee": {
                      "$id": "94",
                      "id": 1,
                      "description": "sample string 1",
                      "fee": 1
                    },
                    "isPrimaryHost": true,
                    "hostVendor": 47
                  },
                  {
                    "$ref": "10"
                  }
                ],
                "orderCycleHeaders": [
                  {
                    "$id": "95",
                    "storeID": 1,
                    "supplierIdentifier": "9opWH3bP9U2DbZf0Gem6nQ==",
                    "supplierGuid": "1f568af6-cf76-4df5-836d-97f419e9ba9d",
                    "departmentCode": "sample string 2",
                    "warehouseDirectIndicator": "sample string 3",
                    "type": 4,
                    "storeName": "sample string 5",
                    "departmentName": "sample string 6",
                    "orderDays": 7
                  },
                  {
                    "$ref": "95"
                  }
                ],
                "cycles": [
                  {
                    "$id": "96",
                    "storeID": 1,
                    "supplierIdentifier": "DkiQtRPagkG0SGJrIo6q2w==",
                    "supplierGuid": "b590480e-da13-4182-b448-626b228eaadb",
                    "departmentCode": "sample string 2",
                    "warehouseDirectIndicator": "sample string 3",
                    "type": 4,
                    "cutOffWeek": 5,
                    "cutOffDay": 6,
                    "cutOffTime": "00:00:00.1234567",
                    "leadTime": 7,
                    "daysBuffer": 8,
                    "supplierName": "sample string 9",
                    "cutOffDate": "2025-10-04T23:58:37.8184393",
                    "deliveryDate": "2025-10-04T23:58:37.8184393",
                    "nextCutOffDate": "2025-10-04T23:58:37.8184393",
                    "nextDeliveryDate": "2025-10-04T23:58:37.8184393",
                    "nextDaysBuffer": 10
                  },
                  {
                    "$ref": "96"
                  }
                ],
                "store": {
                  "$ref": "3"
                },
                "updated": "2025-10-04T23:58:37.8184393",
                "isHost": true
              },
              "files": [
                {
                  "$id": "97",
                  "id": "sample string 1",
                  "fileName": "sample string 2",
                  "extension": "sample string 3",
                  "provider": 0,
                  "type": 0,
                  "hostType": "sample string 4",
                  "createdUtc": "2025-10-04T23:58:37.8184393",
                  "processed": "2025-10-04T23:58:37.8184393",
                  "isProcessing": true,
                  "processedCount": 6,
                  "processingTime": 1,
                  "collectedUtc": "2025-10-04T23:58:37.8184393",
                  "size": 1,
                  "sizeFormat": "sample string 7",
                  "isArchive": true,
                  "version": "sample string 9",
                  "reference": "sample string 10",
                  "digest": "sample string 11",
                  "contentType": "sample string 12",
                  "host": {
                    "$ref": "6"
                  },
                  "metcashHeader": {
                    "$id": "98",
                    "customerNumber": "sample string 1",
                    "creationDate": "2025-10-04T23:58:37.8184393",
                    "businessPillar": "sample string 3",
                    "fileType": "sample string 4"
                  }
                },
                {
                  "$ref": "97"
                }
              ],
              "zoneMatrix": [
                {
                  "$id": "99",
                  "id": 1,
                  "hostIdentifier": "j3YGl+ytMUOmXyhaywK9qw==",
                  "hostIdentifierGuid": "9706768f-adec-4331-a65f-285acb02bdab",
                  "storeID": 1,
                  "departmentCode": "sample string 2",
                  "hostGuids": [
                    "6ef51013-ab07-4758-8226-a2d134024e1e",
                    "994e0131-8b50-45b5-89af-d1fb9f039fbd"
                  ]
                },
                {
                  "$ref": "99"
                }
              ],
              "hostFileStoreSetting": {
                "$ref": "5"
              },
              "hostStoreSettings": [
                {
                  "$ref": "5"
                },
                {
                  "$ref": "5"
                }
              ],
              "promotionPlacements": [
                {
                  "$id": "100",
                  "identifier": "JxD+RScEh06DnUO+13moLw==",
                  "identifierGuid": "45fe1027-0427-4e87-839d-43bed779a82f",
                  "code": "sample string 2",
                  "description": "sample string 3",
                  "isAdvertised": true
                },
                {
                  "$ref": "100"
                }
              ],
              "promoTypeGuids": [
                "c6ce5441-54fd-48a4-b325-a69791a63bc2",
                "fe2630fd-0faa-4a49-82d0-c19345c4c97b"
              ],
              "isPromotionOnly": false,
              "isOrderable": false,
              "vendor": 0
            },
            "groupIDs": [
              1,
              2
            ],
            "hostDescription": "sample string 24"
          },
          {
            "$ref": "5"
          }
        ],
        "accounts": [
          {
            "$id": "101",
            "id": 1,
            "storeID": 1,
            "accountName": "sample string 2",
            "bsb": "sample string 3",
            "accountNumber": "sample string 4",
            "accountDesignated": true
          },
          {
            "$ref": "101"
          }
        ],
        "sales": [
          {
            "$id": "102",
            "id": 1,
            "storeID": 1,
            "externalSalesType": 2,
            "ftpSiteID": 1,
            "lastSaleProcessed": "2025-10-04T23:58:37.8184393",
            "ftpSite": {
              "$id": "103",
              "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": "102"
          }
        ],
        "zoneMatrix": [
          {
            "$ref": "99"
          },
          {
            "$ref": "99"
          }
        ],
        "cashManagements": [
          {
            "$id": "104",
            "id": 1,
            "storeID": 1,
            "cashManagementType": 2,
            "apiID": 1,
            "organisationID": "sample string 3",
            "siteName": "sample string 4",
            "thirdPartyAPI": {
              "$id": "105",
              "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": "104"
          }
        ],
        "updateStoreID": "72815bf6-d958-449c-a7b2-b1d4e8134cba",
        "updateStore": {
          "$id": "106",
          "id": "f113a109-8b9d-45f4-b4e4-88c6688f4580",
          "name": "sample string 1",
          "lastActivity": "2025-10-04T23:58:37.8184393",
          "zone": "sample string 2",
          "timeZoneOffset": 0.0,
          "businessHoursStart": "00:00:00.1234567",
          "businessHoursEnd": "00:00:00.1234567",
          "master": true,
          "lastIP": "sample string 10",
          "lastHostName": "sample string 11",
          "ping": 1,
          "pingStatus": "sample string 12",
          "lastUpdateCompleted": "2025-10-04T23:58:37.8184393"
        },
        "timeZoneId": "sample string 53",
        "securityOptions": {
          "$id": "107",
          "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": "7"
      },
      "order": {
        "$id": "108",
        "orderID": 1,
        "orderGuid": "+njlQvR96EmvcPVHXrkHyw==",
        "orderIdentifier": "42e578fa-7df4-49e8-af70-f5475eb907cb",
        "backToBack": 1,
        "b2bGuid": "m2H/IAaxPkWrOOq9mBRBUA==",
        "b2bIdentifier": "20ff619b-b106-453e-ab38-eabd98144150",
        "status": 2,
        "created": "2025-10-04T23:58:37.8184393",
        "createdLocal": "2025-10-04T23:58:37.8184393",
        "createdByUser": "sample string 3",
        "storeID": 1,
        "transferGuid": "+chPMYA2KkSW54PC5NMfZQ==",
        "transferIdentifier": "314fc8f9-3680-442a-96e7-83c2e4d31f65",
        "transferInvoiceIdentifier": "lAMJZ2mMUkWN0zzf9CspSg==",
        "transferInvoiceGuid": "67090394-8c69-4552-8dd3-3cdff42b294a",
        "attachedToInvoice": 4,
        "transferType": 1,
        "supplierIdentifier": "AYmWqIuPlkmCC/JX1f9Kyg==",
        "supplierIdentifierGuid": "a8968901-8f8b-4996-820b-f257d5ff4aca",
        "description": "sample string 5",
        "rows": 1,
        "cartons": 1,
        "units": 1,
        "sentCount": 1,
        "sent": "2025-10-04T23:58:37.8184393",
        "sentLocal": "2025-10-04T23:58:37.8184393",
        "sentByUser": "sample string 6",
        "lastSentStatus": 1,
        "cancelled": "2025-10-04T23:58:37.8184393",
        "cancelledLocal": "2025-10-04T23:58:37.8184393",
        "cancelledByUser": "sample string 7",
        "shipped": "2025-10-04T23:58:37.8184393",
        "shippedLocal": "2025-10-04T23:58:37.8184393",
        "shippedByUser": "sample string 8",
        "stockReceived": "2025-10-04T23:58:37.8184393",
        "stockReceivedLocal": "2025-10-04T23:58:37.8184393",
        "stockReceivedByUser": "sample string 9",
        "received": "2025-10-04T23:58:37.8184393",
        "receivedLocal": "2025-10-04T23:58:37.8184393",
        "completed": "2025-10-04T23:58:37.8184393",
        "completedLocal": "2025-10-04T23:58:37.8184393",
        "updated": "2025-10-04T23:58:37.8184393",
        "updatedLocal": "2025-10-04T23:58:37.8184393",
        "dueDate": "2025-10-04T23:58:37.8184393",
        "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": "R+OwLPj6tE+4Bj20tmkq2w==",
        "transportCompanyIdentifier": "2cb0e347-faf8-4fb4-b806-3db4b6692adb",
        "autoOrder": 27,
        "hostIdentifier": "nHJcp5Z1Hkmc6lVAb5s8Bw==",
        "hostIdentifierGuid": "a75c729c-7596-491e-9cea-55406f9b3c07",
        "defaultOrderDocumentId": 1,
        "defaultStockReceiveDocumentId": 1,
        "temperature": 1.1,
        "temperatureScale": 28,
        "rating": 29,
        "lastOrderEmailSentId": "sample string 30",
        "lastOrderEmailSentStatus": "sample string 31",
        "deleted": "2025-10-04T23:58:37.8184393",
        "deletedByUser": "sample string 32",
        "autoOrderGuid": "JC2eeGEEXEa6SHRA0wCVMg==",
        "autoOrderIdentifier": "789e2d24-0461-465c-ba48-7440d3009532",
        "autoOrderHeader": {
          "$id": "109",
          "autoOrderGuid": "mY8tn6ej1EOKNOD7ieX/0Q==",
          "autoOrderIdentifier": "9f2d8f99-a3a7-43d4-8a34-e0fb89e5ffd1",
          "orderGuid": "UGL5Az+19E6QhNW2j4NBYg==",
          "orderIdentifier": "03f96250-b53f-4ef4-9084-d5b68f834162",
          "created": "2025-10-04T23:58:37.8184393",
          "orderID": 1,
          "storeID": 1,
          "orderDate": "2025-10-04T23:58:37.8184393",
          "supplierIdentifier": "5pCdqU0juUetlkv0u+QJfg==",
          "supplierIdentifierGuid": "a99d90e6-234d-47b9-ad96-4bf4bbe4097e",
          "orderStatus": 1,
          "tradingPartner": 1,
          "simpleAWS": 2,
          "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": "Ued93q5XfkqxS9dZuJ9jeg==",
          "transportCompanyIdentifier": "de7de751-57ae-4a7e-b14b-d759b89f637a",
          "store": {
            "$ref": "3"
          },
          "supplier": {
            "$ref": "7"
          },
          "orderCycle": {
            "$id": "110",
            "id": 1,
            "autoOrderGuid": "TcrwRl9luUyZbvFtmI1fFQ==",
            "autoOrderIdentifier": "46f0ca4d-655f-4cb9-996e-f16d988d5f15",
            "cutOffDate": "2025-10-04T23:58:37.8184393",
            "deliveryDate": "2025-10-04T23:58:37.8184393",
            "daysBuffer": 3,
            "nextCutOffDate": "2025-10-04T23:58:37.8184393",
            "nextDeliveryDate": "2025-10-04T23:58:37.8184393",
            "nextDaysBuffer": 5
          },
          "details": [
            {
              "$id": "111",
              "autoOrderGuid": "2hcL8JOovUmbKV6v+jQdBA==",
              "autoOrderIdentifier": "f00b17da-a893-49bd-9b29-5eaffa341d04",
              "pluG_UID": "qkhTOxRYNk+N6y+32NSZOA==",
              "pluGuid": "3b5348aa-5814-4f36-8deb-2fb7d8d49938",
              "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-10-04T23:58:37.8184393",
              "investmentBuyStatus": 2,
              "processed": "2025-10-04T23:58:37.8184393",
              "product": {
                "$ref": "12"
              },
              "orderCode": "sample string 3",
              "directIndicator": "sample string 4",
              "cycle": {
                "$ref": "96"
              },
              "dayWeighting": {
                "$id": "112",
                "sunday": 1.1
              },
              "inventory": {
                "$id": "113",
                "inventoryGuid": "yPdEMF0x7EipS9ianTO4LA==",
                "inventoryIdentifier": "3044f7c8-315d-48ec-a94b-d89a9d33b82c",
                "created": "2025-10-04T23:58:37.8184393",
                "createdLocal": "2025-10-04T23:58:37.8184393",
                "onHand": 4,
                "onHandPacks": 5,
                "onOrder": 6,
                "onOrderPacks": 7,
                "accuracy": 8,
                "updated": "2025-10-04T23:58:37.8184393",
                "history": [
                  {
                    "$id": "114",
                    "inventoryGuid": "Xu4gBx1wkE+lA5DQL0C7xQ==",
                    "inventoryIdentifier": "0720ee5e-701d-4f90-a503-90d02f40bbc5",
                    "pluG_UID": "ySK11bRCJUuk2XZR2X66pA==",
                    "pluIdentifier": "d5b522c9-42b4-4b25-a4d9-7651d97ebaa4",
                    "inventoryReason": 3,
                    "inventoryInvoiceGuid": "ZZFbxLCUn0KhPpzAemYgCw==",
                    "invoiceIdentifier": "c45b9165-94b0-429f-a13e-9cc07a66200b",
                    "operatorGuid": "qfiisMMH0UunTJOQwRQOHA==",
                    "operatorIdentifier": "b0a2f8a9-07c3-4bd1-a74c-9390c1140e1c",
                    "stocktakeGuid": "tLLIEM6QNkSrCCMRcvEOnQ==",
                    "stocktakeIdentifier": "10c8b2b4-90ce-4436-ab08-231172f10e9d",
                    "orderGuid": "YzzjJgGPike2e1VCfewULw==",
                    "orderIdentifier": "26e33c63-8f01-478a-b67b-55427dec142f",
                    "saleHeaderGuid": "6061+ELGdki7iCnNkYQqXQ==",
                    "saleHeaderGuidIdentifier": "f8b54eeb-c642-4876-bb88-29cd91842a5d",
                    "dumpStockID": 1,
                    "fuelDeliveryID": 1,
                    "creditNoteIdentifier": "jlMgeYMkh0CcVGfFjsNvNw==",
                    "creditNoteGuid": "7920538e-2483-4087-9c54-67c58ec36f37",
                    "inventorySourceGuid": "xmw9rOEoS0KgXk55PEfubQ==",
                    "inventorySourceIdentifier": "ac3d6cc6-28e1-424b-a05e-4e793c47ee6d",
                    "createdLocal": "2025-10-04T23:58:37.8184393",
                    "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-10-04T23:58:37.8184393",
                    "createdLocalTime": "2025-10-04T23:58:37.8184393",
                    "storeID": 14,
                    "barcode": "sample string 15",
                    "directCode": "sample string 16",
                    "productName": "sample string 17",
                    "salesMode": 18,
                    "orderPacked": 19,
                    "invoice": {
                      "$id": "115",
                      "inventoryInvoiceGuid": "EfZ+FVvpZUmwuKJXDPcmfA==",
                      "invoiceIdentifier": "157ef611-e95b-4965-b0b8-a2570cf7267c",
                      "inventoryGuid": "bMgtABG8vEu7IvzSWJXZBw==",
                      "inventoryIdentifier": "002dc86c-bc11-4bbc-bb22-fcd25895d907",
                      "supplierIdentifier": "5Vepagu+YU+7mGKk7fWChg==",
                      "supplierGuid": "6aa957e5-be0b-4f61-bb98-62a4edf58286",
                      "orderGuid": "w7miTOUqhEqrmr3+tia14w==",
                      "orderIdentifier": "4ca2b9c3-2ae5-4a84-ab9a-bdfeb626b5e3",
                      "invoiceHeaderIdentifier": "+QtXo5Y4JUaHtpmtDKR+VQ==",
                      "invoiceHeaderGuid": "a3570bf9-3896-4625-87b6-99ad0ca47e55",
                      "created": "2025-10-04T23:58:37.8184393",
                      "ordered": "2025-10-04T23:58:37.8184393",
                      "storeID": 1,
                      "bestOrExpire": "2025-10-04T23:58:37.8184393",
                      "bestOrExpireType": 1,
                      "units": 1,
                      "weight": 1,
                      "received": "2025-10-04T23:58:37.8184393",
                      "cost": 1,
                      "totalCost": 1,
                      "freightCost": 1,
                      "inStock": 1,
                      "pluG_UID": "PC89zOgjeUiOVm3jKJVGfw==",
                      "pluGuid": "cc3d2f3c-23e8-4879-8e56-6de32895467f",
                      "orderInventoryGuid": "Ik8ATsqAx0qABK1pGdT8nw==",
                      "orderInventoryIdentifier": "4e004f22-80ca-4ac7-8004-ad6919d4fc9f",
                      "supplier": {
                        "$ref": "7"
                      },
                      "inventoryUnits": [
                        {
                          "$id": "116",
                          "invoiceItemNo": 1,
                          "inventoryInvoiceGuid": "ydHSiDlTJUKebfaDMr5hMg==",
                          "invoiceIdentifier": "88d2d1c9-5339-4225-9e6d-f68332be6132",
                          "inventoryGuid": "1GgISjQLCUGElPkU7qQvLw==",
                          "inventoryIdentifier": "4a0868d4-0b34-4109-8494-f914eea42f2f",
                          "serialNumber": "sample string 3",
                          "sold": "2025-10-04T23:58:37.8184393",
                          "saleItemID": 1,
                          "storeID": 1,
                          "returned": "2025-10-04T23:58:37.8184393",
                          "dumped": 1,
                          "saleHeaderID": 1
                        },
                        {
                          "$ref": "116"
                        }
                      ]
                    },
                    "invoiceHeaderIdentifier": "Kg32of49xkC0TYF8ecE4uQ==",
                    "invoiceHeaderGuid": "a1f60d2a-3dfe-40c6-b44d-817c79c138b9",
                    "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-10-04T23:58:37.8184393"
                    },
                    "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": "12"
                  },
                  {
                    "$ref": "12"
                  }
                ],
                "lastInvoiceCost": 1
              },
              "aws": 5.0,
              "explanations": [
                {
                  "$id": "118",
                  "pluG_UID": "/bOuz7P8mkOwcxvOUbQO6g==",
                  "pluGuid": "cfaeb3fd-fcb3-439a-b073-1bce51b40eea",
                  "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-10-04T23:58:37.8184393": {
                      "$id": "122",
                      "date": "2025-10-04T23:58:37.8184393",
                      "salePrice": 1,
                      "campaign": "sample string 2",
                      "campaignDescription": "sample string 3",
                      "combo": true,
                      "comboPriceGroupG_UID": "LsATZmztLEK1KluHjZJAXg==",
                      "comboPriceGroupGuid": "6613c02e-ed6c-422c-b52a-5b878d92405e"
                    }
                  },
                  "onHandPredictions": [
                    {
                      "$id": "123",
                      "autoOrderGuid": "o688mRoXekKpnxdR9/xpYw==",
                      "autoOrderIdentifier": "993cafa3-171a-427a-a99f-1751f7fc6963",
                      "pluG_UID": "upAgFVsXaEed9uzHtSNKQA==",
                      "pluGuid": "152090ba-175b-4768-9df6-ecc7b5234a40",
                      "childPLUG_UID": "rurdM0tz/kmNGuGZvoy7yA==",
                      "childPluGuid": "33ddeaae-734b-49fe-8d1a-e199be8cbbc8",
                      "date": "2025-10-04T23:58:37.8184393",
                      "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": "12"
                  }
                },
                {
                  "$ref": "118"
                }
              ],
              "supplierOrderingDetail": {
                "$ref": "10"
              },
              "manufacturerSupplier": "447ba04b-f0e5-4b3b-a4ef-7f540d5d82f0",
              "cartonQuantity": 1,
              "sellPrice": 1,
              "cost": 1,
              "costDecimals": 1,
              "bufferDays": 6,
              "boostDays": 7
            },
            {
              "$ref": "111"
            }
          ],
          "boosts": [
            {
              "$id": "124",
              "autoOrderGuid": "KjPulMW5E0q3mDpXWFNboA==",
              "autoOrderIdentifier": "94ee332a-b9c5-4a13-b798-3a5758535ba0",
              "date": "2025-10-04T23:58:37.8184393",
              "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": "3"
        },
        "supplier": {
          "$ref": "7"
        },
        "totalCostInc": 37.0,
        "totalPickedCostInc": 38.0,
        "totalReceivedCostInc": 39.0,
        "total": {
          "$id": "126",
          "orderGuid": "PtIbGr8oAUW9H0A8lN3Hbg==",
          "orderIdentifier": "1a1bd23e-28bf-4501-bd1f-403c94ddc76e",
          "supplierIdentifier": "ZVYPWCc+mUWTnfpXgQ9yNQ==",
          "supplierGuid": "580f5665-3e27-4599-939d-fa57810f7235",
          "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": "Ddriz9VbkkigoFfdHMV/ZA==",
            "orderIdentifier": "cfe2da0d-5bd5-4892-a0a0-57dd1cc57f64",
            "pluG_UID": "1o5KoBeNMUeKwXzLapbBjw==",
            "pluGuid": "a04a8ed6-8d17-4731-8ac1-7ccb6a96c18f",
            "created": "2025-10-04T23:58:37.8184393",
            "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": "TibUEAHGuECAzWhStlSUDg==",
            "substituteGuid": "10d4264e-c601-40b8-80cd-6852b654940e",
            "warehousePLUG_UID": "hIipD54DmkW2l5OYXR59kQ==",
            "warehousePluGuid": "0fa98884-039e-459a-b697-93985d1e7d91",
            "updated": "2025-10-04T23:58:37.8184393",
            "increment": true,
            "description": "sample string 13",
            "product": {
              "$ref": "12"
            },
            "unknownScan": {
              "$id": "128",
              "pluG_UID": "pwDWNzaNkUK9MKAqCvRtJA==",
              "pluGuid": "37d600a7-8d36-4291-bd30-a02a0af46d24",
              "orderGuid": "xUyvJtXSk0C2cBtHsr9bVA==",
              "orderIdentifier": "26af4cc5-d2d5-4093-b670-1b47b2bf5b54",
              "barcode": "sample string 3",
              "created": "2025-10-04T23:58:37.8184393",
              "assigned": true
            },
            "unknownScanItem": true,
            "substitute": {
              "$ref": "12"
            },
            "warehouseProduct": {
              "$ref": "12"
            },
            "lookup": {
              "$id": "129",
              "pluG_UID": "W5dqSvAjEUyM+6yF60y5aQ==",
              "pluGuid": "4a6a975b-23f0-4c11-8cfb-ac85eb4cb969",
              "inventoryGuid": "/szV+f9OuEOTwOPAxSlOWg==",
              "inventoryIdentifier": "f9d5ccfe-4eff-43b8-93c0-e3c0c5294e5a",
              "averageWeeklySales": 1.0,
              "promotionalAverageWeeklySales": 1.0,
              "inventoryAverageWeeklySales": 1.0,
              "inventoryPromotionalAverageWeeklySales": 1.0,
              "onHand": 1,
              "onHandPacks": 1,
              "onOrder": 1,
              "onOrderPacks": 1,
              "accuracy": 1,
              "lastOrdered": "2025-10-04T23:58:37.8184393",
              "lastOrderQuantity": 1.1,
              "lastReceived": "2025-10-04T23:58:37.8184393",
              "lastReceivedQuantity": 1.1,
              "lastInvoiceStatus": 1
            },
            "productOrderingDetail": {
              "$ref": "10"
            },
            "dealCost": {
              "$ref": "91"
            },
            "nextCost": {
              "$ref": "91"
            },
            "lastChance": true,
            "holdOff": 16,
            "holdOffDate": "2025-10-04T23:58:37.8184393",
            "orderHeader": {
              "$ref": "108"
            },
            "invoiceDetail": {
              "$id": "130",
              "identifier": "Qu8OA+9XT0GVJlNX6AEqQw==",
              "identifierGuid": "030eef42-57ef-414f-9526-5357e8012a43",
              "headerIdentifier": "e93gkmLb4kGHR6BvxokjfQ==",
              "headerIdentifierGuid": "92e0dd7b-db62-41e2-8747-a06fc689237d",
              "pluG_UID": "Ll+0gl5V706amRk1RR1uZw==",
              "pluGuid": "82b45f2e-555e-4eef-9a99-1935451d6e67",
              "pageNo": 1,
              "lineNo": 1,
              "itemOrdered": "sample string 1",
              "itemShipped": "sample string 2",
              "apn": "sample string 3",
              "barcode": "sample string 4",
              "prodStatus": 0,
              "dateAvailable": "2025-10-04T23:58:37.8184393",
              "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-10-04T23:58:37.8184393",
              "costEnd": "2025-10-04T23:58:37.8184393",
              "createdFromUnknownScan": true,
              "orderGuid": "JanKbzsHykOFdfDpAsFemA==",
              "orderIdentifierGuid": "6fcaa925-073b-43ca-8575-f0e902c15e98",
              "processed": true,
              "received": true,
              "inventoried": true,
              "fromElectronicInvoice": true,
              "allowDelete": true,
              "updated": "2025-10-04T23:58:37.8184393",
              "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": "OlhMsn9rRkCPhDfi8HyZsA==",
                "pluGuid": "b24c583a-6b7f-4046-8f84-37e2f07c99b0",
                "invoiceIdentifier": "rPAKEw4rtU+pQANPdUVqhQ==",
                "invoiceGuid": "130af0ac-2b0e-4fb5-a940-034f75456a85",
                "barcode": "sample string 3",
                "itemNumber": "sample string 4",
                "created": "2025-10-04T23:58:37.8184393"
              },
              "productActive": true,
              "productSalesMode": 35,
              "productGSTPercent": 36,
              "productCostCalcMethod": 37,
              "productAlwaysApplyMargin": true,
              "productMarginRanged": true,
              "productMargin": 1.1,
              "productMinimumMargin": 1.1,
              "productMaximumMargin": 1.1,
              "priceGroupG_UID": "vZmyVeNdwUm9sWUFwhVgjQ==",
              "priceGroupGuid": "55b299bd-5de3-49c1-bdb1-6505c215608d",
              "priceGroupName": "sample string 40",
              "priceGroupCode": "sample string 41",
              "product": {
                "$ref": "12"
              },
              "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,
            "isBackedUp": true,
            "backupWarehouseIndicator": "sample string 21",
            "backupOrderCode": "sample string 22"
          },
          {
            "$ref": "127"
          }
        ],
        "unknownScans": [
          {
            "$ref": "128"
          },
          {
            "$ref": "128"
          }
        ],
        "transportCompany": {
          "$id": "132",
          "identifier": "W3ANncE7aUaO7ZSTvJ5AFg==",
          "identifierGuid": "9d0d705b-3bc1-4669-8eed-9493bc9e4016",
          "companyName": "sample string 1",
          "abn": "sample string 2",
          "address1": "sample string 3",
          "address2": "sample string 4",
          "telephone": "sample string 5",
          "primaryContactGuid": "NSRHeZkR0EWUAw4jNQXiFw==",
          "primaryContactID": "79472435-1199-45d0-9403-0e233505e217",
          "primaryContact": {
            "$ref": "8"
          }
        },
        "isMetcashSorted": true,
        "backupOrderType": "sample string 41",
        "backupOrderTypeDescription": "sample string 42",
        "backupTradingPartner": 1,
        "backupHostIdentifier": "ebefb6c8-65ec-4f95-be51-b9c51b28f24d"
      },
      "details": [
        {
          "$ref": "130"
        },
        {
          "$ref": "130"
        }
      ],
      "orderStatus": 1,
      "processLockedInvoice": true
    },
    {
      "$ref": "2"
    }
  ],
  "skip": 1,
  "take": 1,
  "totalCount": 1
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

application/vnd.openxmlformats-officedocument.spreadsheetml.sheet

Sample:
PKR�D[Iu�1�5xl/workbook.xml �(�����0��&�C��E�()��x���E�O�||K	$޼���~;l2nh��G����}� ķ=(�Ƃ���8�C��EL��jӾ�@��^���i���x������j\P�K���!67{J�|��X��&"K���X�mI!����c���(q��+d"�����'z�xco0F���PKR�D[����	�[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
R�D[�!��''_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="Rac302adfc18e4c0f" /></Relationships>PKR�D[됝<�xl/worksheets/sheet1.xml �(����r� �_��ADW��TvgR��TəU��L3��ј��d��6�����]��ϲ'��P}�C��Jբ��h��^����i9�������6��咙@x�r�ҒYw�{��FT|����E�i�1�2�88U�J-sМ�ނ�R���y-\��=м)�M��P�{�A����`��RO��O]@�Y��o��wԼa��ޫ�7�ֺ!�^S���/�b�=�� jۺ�8��(#$M	N!���*�8�_�Lz2�ɢ�A��f)
#��Y�}4�E�!�	�?��YG���g]��o�I)��g��_4���x�,+s��}�U��7l�V|*q�N�v&~�����&�%�]�%�[t!���x'���J��&�7�_�w��~�۽��������)q}�����dy��?PKR�D[pb��Pxl/_rels/workbook.xml.rels �(����n� @���;
�ҥk� p6Vl@@���:��E��8R�.Y8���������~L#z�g.�X��`{�O�{j�v���(S���#�#6
lR�+B�20�X86w:&�rz�:�ȂRNœ�o�h����A��S�	l�&�.�H�e�!	�W���"S1z��tը����T�m~>y�ZL����7���%��d�pŔ�*cd��B���i^���+kvXʖ��Fn���PKR�D[Ѓ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��PKR�D[�|���xl/sharedStrings.xml �(�eP�N�0��w� ����<$r"���M�����T����!D{��CS�߃{H�"Vr�
)m��|�nή� 6�*�I��K"يTɑy�֚����`V�1��AӔ��4p���(.t0��qF��3���_�\]r�-���R�7����ǝ�����N�]d�Z��{�Gg�.�t�CPM�,�H�BrVּ��7�5hH��=xR��Q?���������c�	PK-R�D[Iu�1�5xl/workbook.xmlPK-R�D[����	�[Content_Types].xmlPK-
R�D[�!��''V_rels/.relsPK-R�D[됝<��xl/worksheets/sheet1.xmlPK-R�D[pb��P�xl/_rels/workbook.xml.relsPK-R�D[Ѓc'2E
�xl/styles.xmlPK-R�D[�|���mxl/sharedStrings.xmlPK��	

application/vnd.ms-excel

Sample:
PKR�D[m���5xl/workbook.xml �(�����0��&�C�`��D	p��Ճ�i�?ik��-H�yۙ��v����iL�>��>u9�!ؔs_����%w�q
C���M�ȊJS���E�����4ڷ�z�i���u��o���g�B���n��fI��d4�����⿩l���b�Pb@`�s�s�s��Ýj�^'D!�1�/��WXƗ��PKR�D[����	�[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
R�D[��2�''_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="R56c5665b35874d02" /></Relationships>PKR�D[됝<�xl/worksheets/sheet1.xml �(����r� �_��ADW��TvgR��TəU��L3��ј��d��6�����]��ϲ'��P}�C��Jբ��h��^����i9�������6��咙@x�r�ҒYw�{��FT|����E�i�1�2�88U�J-sМ�ނ�R���y-\��=м)�M��P�{�A����`��RO��O]@�Y��o��wԼa��ޫ�7�ֺ!�^S���/�b�=�� jۺ�8��(#$M	N!���*�8�_�Lz2�ɢ�A��f)
#��Y�}4�E�!�	�?��YG���g]��o�I)��g��_4���x�,+s��}�U��7l�V|*q�N�v&~�����&�%�]�%�[t!���x'���J��&�7�_�w��~�۽��������)q}�����dy��?PKR�D[�?��Pxl/_rels/workbook.xml.rels �(���Kn�0@�b;؀C 
ɦ�n�\`0c@�Nۜ���W��J-���&�����4����ݿM#{!�kjH����`��A?���m4b��f���5�!�ν�iB�ؙL�h�&1u�Q��#�	Qp�d�-�/3��h�=Zu�Ȅ?��պ���#��B
?%ϯ!M"�S[ÁZ��|��e�m	��M͇�H���;_��|M�"mtQ�R�}ezt�>/�tZ�j�����T�:��W5~��/PKR�D[Ѓ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��PKR�D[�|���xl/sharedStrings.xml �(�eP�N�0��w� ����<$r"���M�����T����!D{��CS�߃{H�"Vr�
)m��|�nή� 6�*�I��K"يTɑy�֚����`V�1��AӔ��4p���(.t0��qF��3���_�\]r�-���R�7����ǝ�����N�]d�Z��{�Gg�.�t�CPM�,�H�BrVּ��7�5hH��=xR��Q?���������c�	PK-R�D[m���5xl/workbook.xmlPK-R�D[����	��[Content_Types].xmlPK-
R�D[��2�''U_rels/.relsPK-R�D[됝<��xl/worksheets/sheet1.xmlPK-R�D[�?��P�xl/_rels/workbook.xml.relsPK-R�D[Ѓc'2E
�xl/styles.xmlPK-R�D[�|���kxl/sharedStrings.xmlPK��