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": "HD9NyztIIkOq7XzGLOhLRg==",
      "identifierGuid": "cb4d3f1c-483b-4322-aaed-7cc62ce84b46",
      "storeID": 2,
      "tradingPartner": 0,
      "supplierIdentifier": "k/3hyYjTtES+ORBywvOpyQ==",
      "supplierIdentifierGuid": "c9e1fd93-d388-44b4-be39-1072c2f3a9c9",
      "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-08-01T23:54:19.9907702",
      "createdByUser": "sample string 12",
      "updated": "2025-08-01T23:54:19.9907702",
      "transType": 0,
      "transDateTime": "2025-08-01T23:54:19.9907702",
      "invoiceNo": "sample string 13",
      "invoiceText": "sample string 14",
      "adjustmentNo": 1,
      "invoiceDate": "2025-08-01T23:54:19.9907702",
      "claimNo": 1,
      "countReceivedReset": true,
      "accountingExported": true,
      "orderReceived": true,
      "orderGuid": "Q4bFcMCtAUOjleFdO6s0ng==",
      "orderIdentifier": "70c58643-adc0-4301-a395-e15d3bab349e",
      "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-08-01T23:54:19.9907702",
      "received": "2025-08-01T23:54:19.9907702",
      "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-08-01T23:54:19.9907702",
        "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": "LKZRM7BtB0qtGSJ4vuHVbA==",
        "hostIdentifierGuid": "3351a62c-6db0-4a07-ad19-2278bee1d56c",
        "hostName": 1,
        "hostAddress": "sample string 27",
        "hostUsername": "sample string 28",
        "hostPassword": "sample string 29",
        "excludeFromLeadInOut": true,
        "accountingProvider": 31,
        "accountingAddress": "sample string 32",
        "accountingUsername": "sample string 33",
        "accountingPassword": "sample string 34",
        "storeAccountingCode": "sample string 35",
        "softwareVariance": 36,
        "fuelWarningVariance": 37.0,
        "fuelErrorVariance": 38.0,
        "fuelAccumulatedWarningVariance": 39.0,
        "fuelAccumulatedErrorVariance": 40.0,
        "drawManagment": 41,
        "endOfDayManagment": true,
        "autoFillCashBalancing": true,
        "fuelDayVariance": 44,
        "accountingTradingTime": "00:00:00.1234567",
        "stockActivateProduct": 46,
        "giftCardSalesAccountingDeptCode": "sample string 47",
        "transactionDiscountAccountingDeptCode": "sample string 48",
        "size": 49,
        "updated": "2025-08-01T23:54:19.9907702",
        "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": "kXd4MnAQtUOyiBjUXiUaOw==",
            "hostIdentifierGuid": "32787791-1070-43b5-b288-18d45e251a3b",
            "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": "Y+Zo68XNw0ae106+t2v67g==",
              "identifierGuid": "eb68e663-cdc5-46c3-9ed7-4ebeb76bfaee",
              "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": "u4KrAD1ms0yjPCz9HwFxfw==",
              "hostSupplierIdentifierGuid": "00ab82bb-663d-4cb3-a33c-2cfd1f01717f",
              "loyaltyPriceLevelIdentifier": "8pJnWj5U50CnTfoi71Zglg==",
              "loyaltyPriceLevelIdentifierGuid": "5a6792f2-543e-40e7-a74d-fa22ef566096",
              "isGroup": true,
              "description": "sample string 22",
              "hostProvider": 23,
              "hostTypeEnum": 24,
              "hostType": "sample string 25",
              "hostCode": "sample string 26",
              "username": "sample string 27",
              "password": "sample string 28",
              "passwordPlain": "sample string 29",
              "server": "sample string 30",
              "url": "sample string 31",
              "global": true,
              "stateCode": "sample string 33",
              "lastCollected": "2025-08-01T23:54:19.9907702",
              "lastProcessed": "2025-08-01T23:54:19.9907702",
              "hold": true,
              "supplierName": "sample string 35",
              "supplier": {
                "$id": "7",
                "identifier": "EcUc0CgmKUaDZwyFAea0Hg==",
                "identifierGuid": "d01cc511-2628-4629-8367-0c8501e6b41e",
                "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": "bFg1LTIl+kS6aSHLIVhLUQ==",
                "primaryContactID": "2d35586c-2532-44fa-ba69-21cb21584b51",
                "storeID": 1,
                "abn": "sample string 16",
                "supplierGroupIdentifier": "AHt+AIKKMUyCjUwgM/XhPg==",
                "supplierGroupGuid": "007e7b00-8a82-4c31-828d-4c2033f5e13e",
                "rebate": 1.0,
                "rebateType": 1,
                "rebateFrequency": 1,
                "rebateSource": 1,
                "rebateLastClaimed": "2025-08-01T23:54:19.9907702",
                "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": "ff3a0eeb-10d8-4d1a-9289-1f56ebc75abc",
                  "identifier": "6LuFGQI1h0aFgkX1+iq8vg==",
                  "identifierGuid": "1985bbe8-3502-4687-8582-45f5fa2abcbe",
                  "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": "oR5qNpiVF0uZZvFSAK3Lgg==",
                    "supplierIdentifierGuid": "366a1ea1-9598-4b17-9966-f15200adcb82",
                    "contactGuid": "tPoVwlNIK06iJCteSYXhbA==",
                    "contactID": "c215fab4-4853-4e2b-a224-2b5e4985e16c",
                    "contact": {
                      "$ref": "8"
                    },
                    "supplier": {
                      "$ref": "7"
                    }
                  },
                  {
                    "$ref": "9"
                  }
                ],
                "products": [
                  {
                    "$id": "10",
                    "pluG_UID": "U9FZJpf/vE+DUz/xla8V5g==",
                    "pluGuid": "2659d153-ff97-4fbc-8353-3ff195af15e6",
                    "supplierIdentifier": "dWMkmzv23ECPJdt0Nbpk3Q==",
                    "supplierIdentifierGuid": "9b246375-f63b-40dc-8f25-db7435ba64dd",
                    "cartonQuantity": 1,
                    "cartonQuantityChanged": true,
                    "productSize": "sample string 3",
                    "cigarettesPerSleeve": 1,
                    "randomWeight": true,
                    "piecesPerUnit": 5,
                    "averagePackSize": 6,
                    "effectiveDate": "2025-08-01T23:54:19.9907702",
                    "pricedByWeight": true,
                    "landedUnitCostEx": 9,
                    "landedUnitCostInc": 10,
                    "landedCartonCostInc": 11,
                    "landedCartonCostEx": 12,
                    "standardCost": 13,
                    "deliveryFee": 1,
                    "deliveryFeeBasis": "sample string 14",
                    "pickAndPackFee": 1,
                    "pickAndPackFeeBasis": "sample string 15",
                    "financeFee": 1,
                    "financeFeeBasis": "sample string 16",
                    "cartonLength": 1,
                    "cartonWidth": 1,
                    "cartonHeight": 1,
                    "palletLayerQuantity": 1,
                    "palletLayers": 1,
                    "itemCode": "sample string 17",
                    "invoiceCode": "sample string 18",
                    "invoiceDesc": "sample string 19",
                    "orderDirect": true,
                    "useCost": true,
                    "minimumQuantity": 20,
                    "hostType": 21,
                    "fromHost": 22,
                    "minimumReorder": 1,
                    "maximumReorder": 1,
                    "orderMultiple": 23.1,
                    "sellMultiple": 24.1,
                    "baseMultiple": 25.1,
                    "hostStandardCost": 26,
                    "hostTotalCost": 27,
                    "hostRetail": 28,
                    "hostLandedUnitCostEx": 29,
                    "hostLandedUnitCostInc": 30,
                    "hostDesc": "sample string 31",
                    "directIndicator": "sample string 32",
                    "availableToOrder": true,
                    "hostRangeIndicator": "sample string 34",
                    "hostProductType": "sample string 35",
                    "hostProductGrade": "sample string 36",
                    "hostProductGroup": "sample string 37",
                    "hostSlowMoving": true,
                    "hostGeneralMerchandise": true,
                    "hostPillar": "sample string 40",
                    "hostLastUpdated": "2025-08-01T23:54:19.9907702",
                    "rebate": 1.0,
                    "rebateExclude": true,
                    "invoiceCodes": [
                      {
                        "$id": "11",
                        "pluG_UID": "ORwEZo1y30ueLtVQ1kvXFQ==",
                        "pluGuid": "66041c39-728d-4bdf-9e2e-d550d64bd715",
                        "supplierIdentifier": "QQB5RC+uf0aunfkGxZCUhQ==",
                        "supplierIdentifierGuid": "44790041-ae2f-467f-ae9d-f906c5909485",
                        "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": "4kPyXYikxEWvdWm7F95k5Q==",
                    "parentPluGuid": "5df243e2-a488-45c4-af75-69bb17de64e5",
                    "freight": 45.0,
                    "freightType": 1,
                    "product": {
                      "$id": "12",
                      "plu": 1,
                      "storeID": 1,
                      "masterPluG_UID": "QEA=",
                      "storeIDs": [
                        1,
                        2
                      ],
                      "g_UId": "+FiusGJYnES3/Is7G0aeZA==",
                      "guid": "b0ae58f8-5862-449c-b7fc-8b3b1b469e64",
                      "apn": "sample string 1",
                      "apnChanged": true,
                      "apnSwitched": true,
                      "barcode": "sample string 4",
                      "itemNumber": "sample string 5",
                      "itemNumberChanged": true,
                      "priceGroupG_UID": "jAebg/0da0mUylSj7qGMGQ==",
                      "priceGroupGuid": "839b078c-1dfd-496b-94ca-54a3eea18c19",
                      "blueprintID": 1,
                      "lastCountedDate": "2025-08-01T23:54:19.9907702",
                      "externalID": "sample string 7",
                      "active": true,
                      "activated": "2025-08-01T23:54:19.9907702",
                      "pluCreated": "2025-08-01T23:54:19.9907702",
                      "createdByUser": "sample string 9",
                      "name": "sample string 10",
                      "nameChanged": true,
                      "secondDescription": "sample string 12",
                      "hostDescription": "sample string 13",
                      "keepCartonQty": true,
                      "keepDescription": true,
                      "keepDepartments": true,
                      "keepSuppliers": true,
                      "markdownDescription": "sample string 18",
                      "altDescription": "sample string 19",
                      "bestOrExpire": 20,
                      "lastUpdate": "2025-08-01T23:54:19.9907702",
                      "lastManualUpdate": "2025-08-01T23:54:19.9907702",
                      "imageName": "sample string 23",
                      "showImageOnFlipCharts": true,
                      "showTextOnFlipCharts": true,
                      "overrideFlipChartText": true,
                      "flipChartText": "sample string 27",
                      "salesMode": 1,
                      "eftCode": 1,
                      "price": 1,
                      "priceChanged": true,
                      "rrp": 1,
                      "gstPercent": 28,
                      "gstPercentChanged": true,
                      "costGSTPercent": 29,
                      "costGSTPercentChanged": true,
                      "wetPercent": 1,
                      "priceOverride": 1,
                      "cost": 1,
                      "currentCost": 1,
                      "currentCostDecimals": 1,
                      "grossProfit": 1.0,
                      "currentCostDesc": "sample string 30",
                      "currentCostEnd": "2025-08-01T23:54:19.9907702",
                      "currentCostUpdated": "2025-08-01T23:54:19.9907702",
                      "costDecimals": 31,
                      "costChanged": true,
                      "dealCostIdentifier": "QEA=",
                      "excludeFromRebate": true,
                      "rebateOverride": 1,
                      "costCalcMethod": 32,
                      "costCalcMethodChanged": true,
                      "costEffectiveDate": "2025-08-01T23:54:19.9907702",
                      "defaultGP": 1,
                      "breakTargetMode": 33,
                      "break1": 1,
                      "price1": 1,
                      "target1": 34,
                      "break2": 1,
                      "price2": 1,
                      "target2": 35,
                      "break3": 1,
                      "price3": 1,
                      "target3": 36,
                      "break1Changed": true,
                      "price1Changed": true,
                      "target1Changed": true,
                      "break2Changed": true,
                      "price2Changed": true,
                      "target2Changed": true,
                      "break3Changed": true,
                      "price3Changed": true,
                      "target3Changed": true,
                      "breakTargetModeChanged": true,
                      "margin": 1.1,
                      "marginChanged": true,
                      "marginRanged": true,
                      "marginRangedChanged": true,
                      "minimumMargin": 1.1,
                      "minimumMarginChanged": true,
                      "maximumMargin": 1.1,
                      "maximumMarginChanged": true,
                      "overrideHostWarehouseIndicator": true,
                      "overrideHostWarehouseIndicatorChanged": true,
                      "overrideHostPrice": true,
                      "overrideHostPriceChanged": true,
                      "overrideHostCost": true,
                      "overrideHostCostChanged": true,
                      "overrideHostMargin": true,
                      "overrideHostMarginChanged": true,
                      "alwaysApplyMargin": true,
                      "alwaysApplyMarginChanged": true,
                      "aws": 1.0,
                      "awsUpdated": "2025-08-01T23:54:19.9907702",
                      "posTare": 1,
                      "altPrice": 1.0,
                      "altPriceChanged": true,
                      "altPriceMode": 53,
                      "altPriceModeChanged": true,
                      "altPLUG_UID": "Whokwek7FEa2tD4L4MPjpQ==",
                      "altPLUGuid": "c1241a5a-3be9-4614-b6b4-3e0be0c3e3a5",
                      "altPLUGuidChanged": true,
                      "altPriceDescription1": "sample string 54",
                      "altPriceDescription2": "sample string 55",
                      "cartonQuantity": 56,
                      "cartonQuantityChanged": true,
                      "trayID": 1,
                      "promptID": 1,
                      "tare": 1,
                      "packQty": 1,
                      "fixedWeight": 1,
                      "extraMesg": 1,
                      "text1": "sample string 58",
                      "text2": "sample string 59",
                      "text3": "sample string 60",
                      "labelText": "sample string 61",
                      "labelTextChanged": true,
                      "sendToScale": true,
                      "nonScaleWeigh": true,
                      "labelFormat": "sample string 65",
                      "barcodeFormat": "sample string 66",
                      "austMade": 1,
                      "coolCode": 67,
                      "countryOfOrigin": "sample string 68",
                      "percentContent": 69.1,
                      "departmentID": 1,
                      "subDepartmentID": 1,
                      "minorDepartmentID": 1,
                      "lesserDepartmentID": 1,
                      "deptCode": "sample string 70",
                      "subDeptCode": "sample string 71",
                      "minorDeptCode": "sample string 72",
                      "lesserDeptCode": "sample string 73",
                      "deptName": "sample string 74",
                      "subDeptName": "sample string 75",
                      "minorDeptName": "sample string 76",
                      "lesserDeptName": "sample string 77",
                      "departmentChanged": true,
                      "subCategoryID": 1,
                      "expiry": 1,
                      "showDays": 1,
                      "datePrint": 1,
                      "labelRequired": true,
                      "labelShelfQty": 80,
                      "labelShelfChanged": true,
                      "labelTalkerQty": 82,
                      "labelSmall": true,
                      "labelLastPrinted": "2025-08-01T23:54:19.9907702",
                      "labelLastPrice": 1,
                      "shelfPageLayoutG_UID": "dTAokh96kkiL6/znYuhQoQ==",
                      "shelfPageLayoutGuid": "92283075-7a1f-4892-8beb-fce762e850a1",
                      "talkerPageLayoutG_UID": "8sCeWFviJ0qDVBUxwjXs8Q==",
                      "talkerPageLayoutGuid": "589ec0f2-e25b-4a27-8354-1531c235ecf1",
                      "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": "753JeGeFmUqdw8kUiIZeBw==",
                      "inventoryIdentifier": "78c99def-8567-4a99-9dc3-c91488865e07",
                      "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": "qjD5K/vR+US3Mt8aPW3oRA==",
                      "parentPluGuid": "2bf930aa-d1fb-44f9-b732-df1a3d6de844",
                      "preferredHostVendor": 104,
                      "preferredHostChanged": true,
                      "code": "sample string 106",
                      "supplierIdentifier": "Ltne6ADE0EqMCsPCkJImZg==",
                      "supplierIdentifierGuid": "e8ded92e-c400-4ad0-8c0a-c3c290922666",
                      "supplierChanged": true,
                      "rebateSupplierIdentifier": "Ttlxyn3k2Eec0VIMEr6JXw==",
                      "rebateSupplierIdentifierGuid": "ca71d94e-e47d-47d8-9cd1-520c12be895f",
                      "rebateSupplierChanged": true,
                      "availableForOrder": true,
                      "warehouseDirectIndicator": "sample string 108",
                      "warehouseDirectIndicatorChanged": true,
                      "productGrade": "sample string 110",
                      "productType": "sample string 111",
                      "productGroup": "sample string 112",
                      "complianceIndicator": "sample string 113",
                      "inhouseBrand": "sample string 114",
                      "slowMoving": true,
                      "generalMerchandise": true,
                      "comment": "sample string 117",
                      "lastUpdatedByUser": "sample string 118",
                      "lastManualUpdatedByUser": "sample string 119",
                      "lastUpdatedByUserOverride": true,
                      "lastUpdatedByHost": "2025-08-01T23:54:19.9907702",
                      "commodity": "sample string 121",
                      "businessPillar": "sample string 122",
                      "mscCommodity": "sample string 123",
                      "hostIdentifier": "D2CjtKr9qEKlcEuDzWg5oQ==",
                      "hostIdentifierGuid": "b4a3600f-fdaa-42a8-a570-4b83cd6839a1",
                      "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": "Edf+gAoPEke33I3T/viXLA==",
                          "pluGuid": "80fed711-0f0a-4712-b7dc-8dd3fef8972c",
                          "plu": 1,
                          "storeID": 1,
                          "zoneID": 2,
                          "zoneName": "sample string 3",
                          "store": "sample string 4",
                          "priceNow": 5,
                          "costNow": 6,
                          "costNowDecimals": 7,
                          "normalPrice": 8,
                          "gstPercent": 9,
                          "normalCost": 10,
                          "normalCostDecimals": 11,
                          "costGstPercent": 12,
                          "costCalcMethod": 1,
                          "currentCost": 13,
                          "currentCostDecimals": 14,
                          "break1": 15,
                          "price1": 16,
                          "break2": 17,
                          "price2": 18,
                          "break3": 19,
                          "price3": 20,
                          "fuelItem": 21,
                          "fixedWeight": 22,
                          "active": true,
                          "complianceIndicator": "sample string 23",
                          "doNotOrder": true,
                          "doNotRange": true,
                          "isNormalPriceChangesCampaign": true,
                          "updated": "2025-08-01T23:54:19.9907702"
                        },
                        {
                          "$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-08-01T23:54:19.9907702",
                          "priceChangeType": 0,
                          "costDecimals": 10
                        },
                        "normalPluPrices": {
                          "$ref": "15"
                        },
                        "winningCampaign": 1,
                        "winner": {
                          "$id": "16",
                          "campaignName": "sample string 1",
                          "campaignDescription": "sample string 2",
                          "startDate": "2025-08-01T23:54:19.9907702",
                          "startTime": 3,
                          "endDate": "2025-08-01T23:54:19.9907702",
                          "endTime": 4,
                          "newPrice": 5,
                          "newCost": 6,
                          "newCostDecimals": 7,
                          "pctDiscount": 8,
                          "promoType": 1,
                          "promotionTypeCode": "sample string 9",
                          "hostType": 10,
                          "hostIdentifier": "04ca76eBm0yTDoWwpM07SQ==",
                          "hostIdentifierGuid": "ef1a87d3-81a7-4c9b-930e-85b0a4cd3b49",
                          "storeNames": [
                            "sample string 1",
                            "sample string 2"
                          ]
                        },
                        "details": [
                          {
                            "$ref": "16"
                          },
                          {
                            "$ref": "16"
                          }
                        ]
                      },
                      "tray": {
                        "$id": "17",
                        "g_UId": "Fl8tIxU9GkuQfW67takhhQ==",
                        "guid": "232d5f16-3d15-4b1a-907d-6ebbb5a92185",
                        "name": "sample string 1",
                        "number": 1,
                        "tare": 1
                      },
                      "priceGroup": {
                        "$id": "18",
                        "priceGroupG_UID": "mEb85YvCOUSZ7gJNHYzojQ==",
                        "priceGroupGuid": "e5fc4698-c28b-4439-99ee-024d1d8ce88d",
                        "name": "sample string 2",
                        "code": 1,
                        "modified": true,
                        "updated": "2025-08-01T23:54:19.9907702",
                        "buyingLimit": 1,
                        "buyingLimitIndependent": true,
                        "buyingLimitType": 0,
                        "number": 1,
                        "products": [
                          {
                            "$ref": "12"
                          },
                          {
                            "$ref": "12"
                          }
                        ],
                        "productCount": 1
                      },
                      "priceGroupName": "sample string 146",
                      "nutrifacts": {
                        "$id": "19",
                        "pluG_UID": "EM2T6v4sSEuS9yu7VbH1ag==",
                        "pluGuid": "ea93cd10-2cfe-4b48-92f7-2bbb55b1f56a",
                        "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": "2c218d92-d8aa-4413-853a-50029f10c3d2",
                        "created": "2025-08-01T23:54:19.9907702",
                        "createdByUser": "sample string 1",
                        "activated": "2025-08-01T23:54:19.9907702",
                        "deactivated": "2025-08-01T23:54:19.9907702",
                        "lastOrdered": "2025-08-01T23:54:19.9907702",
                        "lastOrderedQty": 2.0,
                        "lastReceived": "2025-08-01T23:54:19.9907702",
                        "lastReceivedQty": 3.0,
                        "lastInvoiceStatus": 1,
                        "lastCounted": "2025-08-01T23:54:19.9907702",
                        "lastSold": "2025-08-01T23:54:19.9907702",
                        "firstSold": "2025-08-01T23:54:19.9907702",
                        "awsUpdated": "2025-08-01T23:54:19.9907702",
                        "lastManualUpdate": "2025-08-01T23:54:19.9907702",
                        "lastManualUpdatedByUser": "sample string 5",
                        "lastUpdated": "2025-08-01T23:54:19.9907702",
                        "lastUpdatedByUser": "sample string 7",
                        "lastUpdatedByHost": "2025-08-01T23:54:19.9907702",
                        "doNotRangeUpdated": "2025-08-01T23:54:19.9907702",
                        "doNotOrderUpdated": "2025-08-01T23:54:19.9907702",
                        "tracked": "2025-08-01T23:54:19.9907702"
                      },
                      "allergens": [
                        {
                          "$id": "21",
                          "allergenID": 1,
                          "pluG_UID": "eWqEmPJL9EuWyQfKjdPrUA==",
                          "pluGuid": "98846a79-4bf2-4bf4-96c9-07ca8dd3eb50",
                          "contains": 2,
                          "allergenName": "sample string 3",
                          "storeIDs": [
                            1,
                            2
                          ]
                        },
                        {
                          "$ref": "21"
                        }
                      ],
                      "costs": {
                        "$id": "22",
                        "pluG_UID": "UQ9SedUSGk+xDzmkMDhs3A==",
                        "pluGuid": "79520f51-12d5-4f1a-b10f-39a430386cdc",
                        "enteredCost": 1,
                        "weightedAvgCost": 1,
                        "lastCost": 1,
                        "rawEnteredCost": 2,
                        "rawWeightedAvgCost": 3,
                        "rawLastCost": 4,
                        "freight": 5.0,
                        "freightType": 6,
                        "costDecimals": 7,
                        "fifoCost": 1,
                        "updated": "2025-08-01T23:54:19.9907702",
                        "normalCost": 1,
                        "currentCost": 1
                      },
                      "sales": [
                        {
                          "$id": "23",
                          "saleHeaderID": 1,
                          "created": "2025-08-01T23:54:19.9907702",
                          "createdLocal": "2025-08-01T23:54:19.9907702",
                          "storeID": 3,
                          "storeName": "sample string 4",
                          "operatorG_Uid": "9hQLV2ZE4UegFa8mD4T/oQ==",
                          "operatorGuid": "570b14f6-4466-47e1-a015-af260f84ffa1",
                          "operatorName": "sample string 5",
                          "tranType": 1,
                          "plu": 1,
                          "pluG_UId": "kbKdNALq9UeSurq84uCjBA==",
                          "pluGuid": "349db291-ea02-47f5-92ba-babce2e0a304",
                          "normalPrice": 1,
                          "totalCents": 1,
                          "cost": 1,
                          "grossProfit": 1,
                          "quantity": 1,
                          "operator": {
                            "$id": "24",
                            "id": 1,
                            "g_Uid": "Kj0iA/r6D0Cmx8/1N0cB5A==",
                            "guid": "03223d2a-fafa-400f-a6c7-cff5374701e4",
                            "operatorNumber": 1,
                            "shortName": "sample string 2",
                            "firstName": "sample string 3",
                            "lastName": "sample string 4",
                            "password": "sample string 5",
                            "hasPassword": true,
                            "passwordText": "sample string 6",
                            "rfidTagID": "sample string 7",
                            "blueprintID": 1,
                            "groupID": 1,
                            "groupName": "sample string 8",
                            "managerGroupID": 1,
                            "managerGroupName": "sample string 9",
                            "zoneID": 1,
                            "zoneName": "sample string 10",
                            "loggedIn": 1,
                            "lastUsedIP": "sample string 11",
                            "deleted": true,
                            "locked": true,
                            "allowOpenTill": true,
                            "webEmail": "sample string 14",
                            "simpleOperatorType": 0,
                            "webRole": "sample string 15",
                            "updated": "2025-08-01T23:54:19.9907702",
                            "passwordResetRequired": true,
                            "alteredInStore": true,
                            "startShift": "2025-08-01T23:54:19.9907702",
                            "endShift": "2025-08-01T23:54:19.9907702",
                            "machineName": "sample string 20",
                            "drawerID": 1,
                            "stores": [
                              {
                                "$id": "25",
                                "operatorG_UID": "akS4jqLd/UGPZdsQjWyEnQ==",
                                "operatorGuid": "8eb8446a-dda2-41fd-8f65-db108d6c849d",
                                "storeID": 2,
                                "operator": {
                                  "$ref": "24"
                                },
                                "store": {
                                  "$ref": "3"
                                }
                              },
                              {
                                "$ref": "25"
                              }
                            ]
                          }
                        },
                        {
                          "$ref": "23"
                        }
                      ],
                      "apns": [
                        {
                          "$id": "26",
                          "pluID": 1,
                          "pluG_UID": "58ULMsBVLUeYz9cJoF8oUQ==",
                          "pluGuid": "320bc5e7-55c0-472d-98cf-d709a05f2851",
                          "apn": "sample string 1",
                          "deleted": true,
                          "storeID": 1,
                          "storeIDs": [
                            1,
                            2
                          ]
                        },
                        {
                          "$ref": "26"
                        }
                      ],
                      "tuns": [
                        {
                          "$id": "27",
                          "pluG_UId": "3+kAK0MITkylogDw/2Bk2A==",
                          "pluGuid": "2b00e9df-0843-4c4e-a5a2-00f0ff6064d8",
                          "apn": "sample string 1",
                          "tun": "sample string 2",
                          "cartonQuantity": 3,
                          "product": {
                            "$ref": "12"
                          },
                          "storeIDs": [
                            1,
                            2
                          ]
                        },
                        {
                          "$ref": "27"
                        }
                      ],
                      "competitionPricing": [
                        {
                          "$id": "28",
                          "identifier": "FGOxRj4RaUi6cxiIzTIYcw==",
                          "identifierGuid": "46b16314-113e-4869-ba73-1888cd321873",
                          "pluG_UID": "ItDaoQpQsUmyPXtMC8jfZA==",
                          "pluGuid": "a1dad022-500a-49b1-b23d-7b4c0bc8df64",
                          "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": "500NPLrg0E6B6sHgjC599g==",
                          "groupName": "sample string 1",
                          "identifierGuid": "3c0d4de7-e0ba-4ed0-81ea-c1e08c2e7df6",
                          "exists": true,
                          "flipChartIdentifier": "jrp4mF3BskCWpH4hFPoKug==",
                          "flipChartIdentifierGuid": "9878ba8e-c15d-40b2-96a4-7e2114fa0aba",
                          "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": "aJO4j0yDI0e9mNeZCSvoHg==",
                          "groupIdentifierGuid": "8fb89368-834c-4723-bd98-d799092be81e",
                          "flipChart": {
                            "$id": "30",
                            "identifier": "f+7N4MNg20iY+D7E1bM8oQ==",
                            "identifierGuid": "e0cdee7f-60c3-48db-98f8-3ec4d5b33ca1",
                            "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": "kFXfxfXRKkWps6LL3JmjTg==",
                              "identifierGuid": "c5df5590-d1f5-452a-a9b3-a2cbdc99a34e",
                              "name": "sample string 2",
                              "formType": "sample string 3",
                              "forms": [
                                {
                                  "$id": "32",
                                  "id": 1,
                                  "g_UID": "emvmXtAKlkW99givMyltkQ==",
                                  "guid": "5ee66b7a-0ad0-4596-bdf6-08af33296d91",
                                  "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": "26yeHFKUak24jzbKfgFM6w==",
                                  "previousFormGuid": "1c9eacdb-9452-4d6a-b88f-36ca7e014ceb",
                                  "nextForm": 1,
                                  "nextFormG_UID": "1Z4r0H4Da0GSHySyRcdkPQ==",
                                  "nextFormGuid": "d02b9ed5-037e-416b-921f-24b245c7643d",
                                  "attributes": "sample string 10",
                                  "updated": "2025-08-01T23:54:19.9907702",
                                  "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": "IzTtVnzZbkCqxQZN/gS8aw==",
                                      "checkoutFormGuid": "56ed3423-d97c-406e-aac5-064dfe04bc6b",
                                      "identifier": "v3dT6NrAe0eFaTCm9T9ccA==",
                                      "identifierGuid": "e85377bf-c0da-477b-8569-30a6f53f5c70",
                                      "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": "ES6CgSH9yk66Sg5jIvqkiQ==",
                                      "valueGuid": "81822e11-fd21-4eca-ba4a-0e6322faa489",
                                      "buttonText": "sample string 10",
                                      "valueText": "sample string 11",
                                      "drawImageAndButton": true,
                                      "updated": "2025-08-01T23:54:19.9907702",
                                      "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-08-01T23:54:19.9907702",
                                        "imageData": "QEA=",
                                        "readOnly": true
                                      }
                                    },
                                    {
                                      "$ref": "33"
                                    }
                                  ],
                                  "panels": [
                                    {
                                      "$id": "35",
                                      "id": 1,
                                      "checkoutFormID": 2,
                                      "checkoutFormG_UID": "RI63AsxLGUSqhK0LNMCFAw==",
                                      "checkoutFormGuid": "02b78e44-4bcc-4419-aa84-ad0b34c08503",
                                      "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": "Kut+e0Sb2keeRUguoDj5BQ==",
                              "flipChartPageIdentifierGuid": "7b7eeb2a-9b44-47da-9e45-482ea038f905",
                              "pluG_UID": "mt3wqKZ4vEK9wNTteSYUZA==",
                              "pluGuid": "a8f0dd9a-78a6-42bc-bdc0-d4ed79261464",
                              "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": "mZEHJpkXi0OgMw7H+6oJkA==",
                          "pluGuid": "26079199-1799-438b-a033-0ec7fbaa0990",
                          "price": 1,
                          "costCalcMethod": 1,
                          "cost": 2,
                          "weightedAvgCost": 3,
                          "lastCost": 4,
                          "rawCost": 5,
                          "rawWeightedAvgCost": 6,
                          "rawLastCost": 7,
                          "costDecimals": 8,
                          "serviceFeeID": 9,
                          "freight": 10.0,
                          "freightType": 11,
                          "process": "sample string 12",
                          "user": "sample string 13",
                          "updated": "2025-08-01T23:54:19.9907702",
                          "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": "6wUrr57n4UWmWS194Sfk4A==",
                          "ingredientGuid": "KNhazYjs+k6nnUjOSwTq8w==",
                          "ingredientIdentifier": "cd5ad828-ec88-4efa-a79d-48ce4b04eaf3",
                          "quantity": 1.0,
                          "storeIDs": [
                            1,
                            2
                          ],
                          "ingredientText": "sample string 1",
                          "ingredient": {
                            "$ref": "12"
                          }
                        },
                        {
                          "$ref": "38"
                        }
                      ],
                      "bins": [
                        {
                          "$id": "39",
                          "pluG_UID": "i17+rNBNPkazi9UdwtIKZA==",
                          "pluGuid": "acfe5e8b-4dd0-463e-b38b-d51dc2d20a64",
                          "shelfLocationIdentifier": "nqoDarBT9UGk1gWB2r90HQ==",
                          "shelfLocationGuid": "6a03aa9e-53b0-41f5-a4d6-0581dabf741d",
                          "labelShelfDefault": 1,
                          "labelTalkerDefault": 1,
                          "labelSmall": true,
                          "labelPageLayoutG_UID": "DcEaCUf9jEmEwd7l0sCOcA==",
                          "labelPageLayoutGuid": "091ac10d-fd47-498c-84c1-dee5d2c08e70",
                          "updated": "2025-08-01T23:54:19.9907702",
                          "electronicShelfLabelIdentifier": "sample string 5",
                          "electronicshelfLabelsConfigurationID": 6,
                          "labelShelfChanged": true,
                          "productName": "sample string 8",
                          "locationText": "sample string 9",
                          "product": {
                            "$ref": "12"
                          },
                          "location": {
                            "$id": "40",
                            "identifier": "x8e3RoiljUCrUf9MUYmZ/Q==",
                            "storeID": 1,
                            "identifierGuid": "46b7c7c7-a588-408d-ab51-ff4c518999fd",
                            "name": "sample string 2",
                            "haccp": true,
                            "blueprintID": 1,
                            "updated": "2025-08-01T23:54:19.9907702",
                            "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": "9TiQRRFyE0+q/nDg0pnxrQ==",
                          "pluGuid": "459038f5-7211-4f13-aafe-70e0d299f1ad",
                          "deptNo": 1,
                          "product": {
                            "$ref": "12"
                          },
                          "scaleLocation": {
                            "$id": "42",
                            "id": 1,
                            "deptNo": 1,
                            "deptCode": "sample string 2",
                            "name": "sample string 3",
                            "enabled": true,
                            "updated": "2025-08-01T23:54:19.9907702",
                            "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-08-01T23:54:19.9907702",
                                          "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": "mVOUTwLzXE6i8QBlRez7bg==",
                                          "labelPageLayoutGuid": "4f945399-f302-4e5c-a2f1-006545ecfb6e",
                                          "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-08-01T23:54:19.9907702",
                                      "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": "76cb9YfhbU6VTfe+1t8eiQ==",
                                      "labelPageLayoutGuid": "f51ba7ef-e187-4e6d-954d-f7bed6df1e89",
                                      "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-08-01T23:54:19.9907702",
                                  "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": "5wqqyvgkak69CZfttT2oWw==",
                                  "labelPageLayoutGuid": "caaa0ae7-24f8-4e6a-bd09-97edb53da85b",
                                  "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-08-01T23:54:19.9907702",
                              "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": "4HNDMFHe9U6AT4spFj6H9Q==",
                              "labelPageLayoutGuid": "304373e0-de51-4ef5-804f-8b29163e87f5",
                              "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": "zOQ4/tYMHk6WhksGS6M2iw==",
                        "pluGuid": "fe38e4cc-0cd6-4e1e-9686-4b064ba3368b",
                        "newPrice": 1,
                        "pctDiscount": 1,
                        "newCost": 1,
                        "newCostDecimals": 6,
                        "dealCostIdentifier": "cpTwckMFNUKjiHXMA5xlbA==",
                        "dealCostGuid": "72f09472-0543-4235-a388-75cc039c656c",
                        "pluName": "sample string 7",
                        "apn": "sample string 8",
                        "fuelItem": true,
                        "priceGroupG_UID": "C/QmvUtzz0iM4vj/dW6o+g==",
                        "priceGroupGuid": "bd26f40b-734b-48cf-8ce2-f8ff756ea8fa",
                        "itemNumber": "sample string 10",
                        "cri": "sample string 11",
                        "pluPrice": 12,
                        "pluCost": 13,
                        "pluCostIndicator": "sample string 14",
                        "pluPriceGstPercent": 15,
                        "pluCostGstPercent": 16,
                        "pluActive": true,
                        "cartonQty": 1.1,
                        "baseUnits": 18.1,
                        "salesMode": 1,
                        "pluNormalCost": 19,
                        "pluaws": 20.0,
                        "directNumber": "sample string 21",
                        "departmentName": "sample string 22",
                        "subDepartmentName": "sample string 23",
                        "priceGroupName": "sample string 24",
                        "supplierName": "sample string 25",
                        "stockOnHand": 1.1,
                        "stockOnOrder": 1.1,
                        "lastReceived": "2025-08-01T23:54:19.9907702",
                        "rrp": 26,
                        "campaignDescription": "sample string 27",
                        "campaignComboPriceGroupG_UID": "96QESpJUMEKMOdo/TxKyuw==",
                        "campaignComboPriceGroupIdentifier": "4a04a4f7-5492-4230-8c39-da3f4f12b2bb",
                        "promotionPlacementDescription": "sample string 28",
                        "storeAcceptances": [
                          {
                            "$id": "52",
                            "plu": 1,
                            "pluG_UId": "QEA=",
                            "campaignID": 1,
                            "campaignName": "sample string 2",
                            "storeID": 3,
                            "acceptedUtc": "2025-08-01T23:54:19.9907702",
                            "operatorG_UID": "zZbqmDgDsEW6GWn5m+4Bgw==",
                            "operatorGuid": "98ea96cd-0338-45b0-ba19-69f99bee0183",
                            "machineID": 1,
                            "processed": true,
                            "appliedUtc": "2025-08-01T23:54:19.9907702",
                            "signIqTicketFileMovedUtc": "2025-08-01T23:54:19.9907702",
                            "user": "sample string 6",
                            "campaignDescription": "sample string 7",
                            "productDesc": "sample string 8",
                            "storeName": "sample string 9",
                            "effectiveUtc": "2025-08-01T23:54:19.9907702",
                            "priceChangeType": 0,
                            "operatorName": "sample string 10",
                            "hostCampaign": true,
                            "product": {
                              "$ref": "12"
                            },
                            "campaignPlu": {
                              "$ref": "51"
                            }
                          },
                          {
                            "$ref": "52"
                          }
                        ],
                        "campaign": {
                          "$id": "53",
                          "id": 1,
                          "storeID": 2,
                          "name": "68ae1da2-3d60-47d7-8ad2-80eade0f875d",
                          "nameGuid": "68ae1da2-3d60-47d7-8ad2-80eade0f875d",
                          "description": "sample string 4",
                          "showDiscounts": true,
                          "showTotals": true,
                          "onlyEvaluateOnSubtotal": true,
                          "useDescription": true,
                          "campaignType": 1,
                          "startDate": "2025-08-01T23:54:19.9907702",
                          "startTime": 1,
                          "endDate": "2025-08-01T23:54:19.9907702",
                          "endTime": 1,
                          "recurrence": 1,
                          "recurrenceType": 1,
                          "monthType": 1,
                          "weekDays": 1,
                          "months": 1,
                          "monthWeeks": 1,
                          "monthDays": "sample string 7",
                          "printed": true,
                          "talkerText": "sample string 8",
                          "rangeDescription": "sample string 9",
                          "dealDescription": "sample string 10",
                          "labelQuantity": 11,
                          "active": 1,
                          "deactivated": "2025-08-01T23:54:19.9907702",
                          "system": true,
                          "created": "2025-08-01T23:54:19.9907702",
                          "updated": "2025-08-01T23:54:19.9907702",
                          "priceChangeNotifiedUtc": "2025-08-01T23:54:19.9907702",
                          "promoType": 1,
                          "promotionTypeCode": "sample string 13",
                          "hostIdentifier": "4fns4rv7yk2XxQhjvLW7lw==",
                          "hostIdentifierGuid": "e2ecf9e1-fbbb-4dca-97c5-0863bcb5bb97",
                          "hostType": 14,
                          "createdByUser": "sample string 15",
                          "fromHost": true,
                          "deleted": true,
                          "campaignDeleted": "2025-08-01T23:54:19.9907702",
                          "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": "QZ1WjjETk0OKxvvAy6eZnw==",
                              "pluGuid": "8e569d41-1331-4393-8ac6-fbc0cba7999f",
                              "hostOfferID": 1,
                              "priceGroupG_UID": "MmpjXvU4rECK3oegpAeLZw==",
                              "priceGroupGuid": "5e636a32-38f5-40ac-8ade-87a0a4078b67",
                              "fuelItem": true,
                              "pluName": "sample string 6",
                              "apn": "sample string 7",
                              "pluActive": true,
                              "cartonQty": 1,
                              "baseUnits": 9.1,
                              "cri": "sample string 10",
                              "salesMode": 1,
                              "pluaws": 11.0,
                              "directNumber": "sample string 12",
                              "departmentName": "sample string 13",
                              "subDepartmentName": "sample string 14",
                              "priceGroupName": "sample string 15",
                              "supplierName": "sample string 16",
                              "stockOnHand": 1.1,
                              "stockOnOrder": 1.1,
                              "lastReceived": "2025-08-01T23:54:19.9907702",
                              "rrp": 17,
                              "campaignDescription": "sample string 18",
                              "product": {
                                "$ref": "12"
                              },
                              "campaign": {
                                "$ref": "53"
                              }
                            },
                            {
                              "$ref": "54"
                            }
                          ],
                          "sellingRules": [
                            {
                              "$id": "55",
                              "id": 1,
                              "identifier": "intZr7xxU0OgHieicmaN2Q==",
                              "identifierStr": "intZr7xxU0OgHieicmaN2Q==",
                              "identifierGuid": "af597b8a-71bc-4353-a01e-27a272668dd9",
                              "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": "dqAF5UFCmk2/WktXUrBqiw==",
                              "customerIDGuid": "e505a076-4241-4d9a-bf5a-4b5752b06a8b",
                              "campaign": {
                                "$ref": "53"
                              },
                              "customer": {
                                "$id": "57",
                                "identifier": "Nh9oQeeaAUm8kZ5R7odUXA==",
                                "identifierGuid": "41681f36-9ae7-4901-bc91-9e51ee87545c",
                                "code": "sample string 2",
                                "familyName": "sample string 3",
                                "givenName": "sample string 4",
                                "otherName": "sample string 5",
                                "title": "sample string 6",
                                "dateOfBirth": "2025-08-01T23:54:19.9907702",
                                "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": "RaRoPK7ZrEWjIxjWIH7h5w==",
                                "communityIdentifierGuid": "3c68a445-d9ae-45ac-a323-18d6207ee1e7",
                                "joined": "2025-08-01T23:54:19.9907702",
                                "updated": "2025-08-01T23:54:19.9907702",
                                "active": true,
                                "reasonInactive": 1,
                                "groupCustomer": true,
                                "loyaltyPoints": 1,
                                "homeStoreID": 1,
                                "availableSpend": 1,
                                "priceLevelIdentifier": "tpviMJzAO0u/Wt5GyFlIyA==",
                                "priceLevelIdentifierGuid": "30e29bb6-c09c-4b3b-bf5a-de46c85948c8",
                                "marketingID": "sample string 18",
                                "hidden": true,
                                "registered": true,
                                "registeredOn": "2025-08-01T23:54:19.9907702",
                                "emailMarketing": true,
                                "smsMarketing": true,
                                "deleted": true,
                                "deletedUser": "sample string 24",
                                "homeStoreName": "sample string 25",
                                "customerCards": [
                                  {
                                    "$id": "58",
                                    "cardType": 2,
                                    "issueDate": "2025-08-01T23:54:19.9907702",
                                    "expiry": "2025-08-01T23:54:19.9907702",
                                    "customerID": "ZL+gvmBviUi2ottPmkqv0g==",
                                    "customerIDGuid": "bea0bf64-6f60-4889-b6a2-db4f9a4aafd2",
                                    "initialValue": 1,
                                    "currentValue": 1,
                                    "maxLimit": 1,
                                    "minTransaction": 1,
                                    "maxTransaction": 1,
                                    "multiplier": 1.1,
                                    "active": true,
                                    "reasonInactive": 1,
                                    "idRequired": true,
                                    "idType": 1,
                                    "idValue": "sample string 5",
                                    "updated": "2025-08-01T23:54:19.9907702",
                                    "linkedAccount": "p3UkLIrH9UuCaIyd2OVToQ==",
                                    "linkedAccountGuid": "2c2475a7-c78a-4bf5-8268-8c9dd8e553a1",
                                    "currentValueChanged": true,
                                    "limitsChanged": true,
                                    "customer": {
                                      "$ref": "57"
                                    },
                                    "account": {
                                      "$id": "59",
                                      "id": 1,
                                      "identifier": "xpZ3OpDKjke7R77QftfZsg==",
                                      "identifierGuid": "3a7796c6-ca90-478e-bb47-bed07ed7d9b2",
                                      "referenceNo": "sample string 3",
                                      "name": "sample string 4",
                                      "created": "2025-08-01T23:54:19.9907702",
                                      "owner": "HlZv2TwX0Uqa7MMGCQIWIA==",
                                      "ownerGuid": "d96f561e-173c-4ad1-9aec-c30609021620",
                                      "accountStoreGroupIdentifier": "KJQz9JhV0UKKYfFI43KErw==",
                                      "accountStoreGroupGuid": "f4339428-5598-42d1-8a61-f148e37284af",
                                      "accountType": 1,
                                      "currentBalance": 1,
                                      "externalID": "sample string 7",
                                      "maximumLimit": 1,
                                      "accruePoints": true,
                                      "loyaltyPoints": 1,
                                      "termsOfTrade": 1,
                                      "signatureRequired": true,
                                      "referenceRequired": true,
                                      "statementSendType": 10,
                                      "ageingPeriod": 1,
                                      "monthlyAgeingPeriod": true,
                                      "explodedInvoice": true,
                                      "isFifoAllocation": true,
                                      "lastStatementSent": "2025-08-01T23:54:19.9907702",
                                      "active": true,
                                      "updated": "2025-08-01T23:54:19.9907702",
                                      "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": "f8XzXF+Re0isc3qAY259jg==",
                                          "identifierGuid": "5cf3c57f-915f-487b-ac73-7a80636e7d8e",
                                          "name": "sample string 2",
                                          "primaryContact": "RgjF/h26QE6w6y8+XzQ8fA==",
                                          "primaryContactGuid": "fec50846-ba1d-4e40-b0eb-2f3e5f343c7c",
                                          "accountID": "ivrJHNSMCk2JHm+BzqmRkQ==",
                                          "accountIDGuid": "1cc9fa8a-8cd4-4d0a-891e-6f81cea99191",
                                          "special": true,
                                          "updated": "2025-08-01T23:54:19.9907702",
                                          "active": true,
                                          "reasonInactive": 1,
                                          "priceLevelIdentifier": "9RPg2Iw7IEeBn2UAb2FJRA==",
                                          "priceLevelIdentifierGuid": "d8e013f5-3b8c-4720-819f-65006f614944",
                                          "deleted": true,
                                          "account": {
                                            "$ref": "59"
                                          },
                                          "primaryContactCustomer": {
                                            "$ref": "57"
                                          },
                                          "customerGroupMembers": [
                                            {
                                              "$id": "62",
                                              "id": 1,
                                              "groupID": "ptK1IrIlBkaSH2y88g7ClQ==",
                                              "groupIDGuid": "22b5d2a6-25b2-4606-921f-6cbcf20ec295",
                                              "customerID": "QV1cDe4UWEWPIue/cOmSug==",
                                              "customerIDGuid": "0d5c5d41-14ee-4558-8f22-e7bf70e992ba",
                                              "card": "sample string 4",
                                              "linkedAccount": "EJsxD0YA5EmqpfdTMhCBRw==",
                                              "linkedAccountGuid": "0f319b10-0046-49e4-aaa5-f75332108147",
                                              "customer": {
                                                "$ref": "57"
                                              },
                                              "group": {
                                                "$ref": "61"
                                              },
                                              "customerCard": {
                                                "$ref": "58"
                                              }
                                            },
                                            {
                                              "$ref": "62"
                                            }
                                          ]
                                        },
                                        {
                                          "$ref": "61"
                                        }
                                      ]
                                    },
                                    "payments": [
                                      {
                                        "$id": "63",
                                        "id": 1,
                                        "identifier": "UmztTrW1BEqKXa26I35E8w==",
                                        "identifierGuid": "4eed6c52-b5b5-4a04-8a5d-adba237e44f3",
                                        "storeID": 2,
                                        "operatorName": "sample string 3",
                                        "saleHeaderID": 4,
                                        "paymentType": 5,
                                        "amount": 6,
                                        "account": "sample string 7",
                                        "accountID": "zs2YKud45UCAkOoGpokE4g==",
                                        "accountIDGuid": "2a98cdce-78e7-40e5-8090-ea06a68904e2",
                                        "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-08-01T23:54:19.9907702",
                                        "invRocNo": "sample string 14",
                                        "responseCode": "sample string 15",
                                        "cashout": 1,
                                        "tip": 16,
                                        "idempotentVoid": "VRy7R6GFp0qVOji3L++O2A==",
                                        "idempotentVoidGuid": "47bb1c55-85a1-4aa7-953a-38b72fef8ed8",
                                        "offline": true,
                                        "processed": 1,
                                        "storeSaleHeader": {
                                          "$id": "64",
                                          "saleHeaderID": 1,
                                          "saleHeaderGuid": "aR9fAf/y40Gbq53t5bosLQ==",
                                          "saleHeaderIdentifierGuid": "015f1f69-f2ff-41e3-9bab-9dede5ba2c2d",
                                          "created": "2025-08-01T23:54:19.9907702",
                                          "createdLocal": "2025-08-01T23:54:19.9907702",
                                          "createdText": "sample string 4",
                                          "itemCount": 5,
                                          "totalAmount": 6,
                                          "cashTender": 1,
                                          "cardTender": 1,
                                          "cheqTender": 1,
                                          "acctTender": 1,
                                          "voucherTender": 1,
                                          "loyaltyPoints": 1,
                                          "cashout": 1,
                                          "changeAmount": 1,
                                          "rounding": 1,
                                          "gstAmount": 1,
                                          "transactionDiscountTender": 1,
                                          "totalTip": 7,
                                          "tranType": 1,
                                          "processed": 1,
                                          "imported": "2025-08-01T23:54:19.9907702",
                                          "storeID": 1,
                                          "operatorG_Uid": "tVkyjrgA4kucK3LG1qr1mg==",
                                          "operatorGuid": "8e3259b5-00b8-4be2-9c2b-72c6d6aaf59a",
                                          "customerG_Uid": "dWwjbZtgbE2mBMDea1Gv7Q==",
                                          "customerGuid": "6d236c75-609b-4d6c-a604-c0de6b51afed",
                                          "communityIdentifier": "iwOMgSH0PkWYzA55nW3FCg==",
                                          "communityIdentifierGuid": "818c038b-f421-453e-98cc-0e799d6dc50a",
                                          "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": "DYxgBUyivE+Hd47JOu5PLQ==",
                                          "priceLevelIdentifierGuid": "05608c0d-a24c-4fbc-8777-8ec93aee4f2d",
                                          "locked": 36,
                                          "relationChecksum": "sample string 37",
                                          "loyaltyTender": 1,
                                          "giftCardTender": 1,
                                          "operator": {
                                            "$ref": "24"
                                          },
                                          "customer": {
                                            "$ref": "57"
                                          },
                                          "communityOrganisation": {
                                            "$id": "65",
                                            "id": 1,
                                            "identifier": "snxC2H7UskyTvgQKTh9RQQ==",
                                            "identifierGuid": "d8427cb2-d47e-4cb2-93be-040a4e1f5141",
                                            "name": "sample string 3",
                                            "lookupIdentifier": "sample string 4",
                                            "externalID": "sample string 5",
                                            "phone": "sample string 6",
                                            "fax": "sample string 7",
                                            "email": "sample string 8",
                                            "address1": "sample string 9",
                                            "address2": "sample string 10",
                                            "city": "sample string 11",
                                            "postCode": "sample string 12",
                                            "state": "sample string 13",
                                            "country": "sample string 14",
                                            "totalAmountAwarded": 15.1,
                                            "updated": "2025-08-01T23:54:19.9907702",
                                            "deleted": true
                                          },
                                          "details": [
                                            {
                                              "$id": "66",
                                              "saleItemID": 1,
                                              "identifier": "rzUu0+a97k2k50UILLc86Q==",
                                              "identifierGuid": "d32e35af-bde6-4dee-a4e7-45082cb73ce9",
                                              "saleHeaderID": 2,
                                              "plu": 1,
                                              "pluG_UId": "iKo1tyW+X0Sn3v4RvZAmcw==",
                                              "pluGuid": "b735aa88-be25-445f-a7de-fe11bd902673",
                                              "accountID": "CoTyGM7zgU2QpNYNkBD9iA==",
                                              "accountIDGuid": "18f2840a-f3ce-4d81-90a4-d60d9010fd88",
                                              "normalPrice": 3,
                                              "originalSellingPrice": 4,
                                              "discountPrice": 5,
                                              "unit": 1,
                                              "quantity": 6,
                                              "totalCents": 7,
                                              "fixedPrice": 1,
                                              "tranType": 1,
                                              "discountType": 1,
                                              "cost": 1,
                                              "costDecimals": 8,
                                              "markdown": 1,
                                              "manualQuantity": 1,
                                              "manualPrice": 1,
                                              "manualMode": 1,
                                              "active": 1,
                                              "offline": true,
                                              "barcode": "sample string 9",
                                              "keyedSale": 1,
                                              "discountedID": 1,
                                              "fuelID": 1,
                                              "serialNumber": "sample string 10",
                                              "bestOrExpire": "2025-08-01T23:54:19.9907702",
                                              "bestOrExpireType": 1,
                                              "providerName": "sample string 11",
                                              "refundG_UID": "yC04+5yCDkuatjFYyv1LAQ==",
                                              "refundGuid": "fb382dc8-829c-4b0e-9ab6-3158cafd4b01",
                                              "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": "mDPWQf9wiECVkvoqu/VKDg==",
                                              "idempotentVoidGuid": "41d63398-70ff-4088-9592-fa2abbf54a0e",
                                              "priceLevelIdentifier": "QgO4Q1EzOUSNLYFIrCmgGg==",
                                              "priceLevelIdentifierGuid": "43b80342-3351-4439-8d2d-8148ac29a01a",
                                              "productName": "sample string 23",
                                              "apn": "sample string 24",
                                              "unknownScans": [
                                                {
                                                  "$id": "67",
                                                  "id": 1,
                                                  "saleDetailID": 2,
                                                  "storeID": 1,
                                                  "scanned": "2025-08-01T23:54:19.9907702",
                                                  "operatorG_UID": "QEA=",
                                                  "barcode": "sample string 4",
                                                  "processed": 1
                                                },
                                                {
                                                  "$ref": "67"
                                                }
                                              ],
                                              "refund": {
                                                "$id": "68",
                                                "id": 1,
                                                "g_UID": "nqZzH/JRn0mlD6FO+cJkaA==",
                                                "guid": "1f73a69e-51f2-499f-a50f-a14ef9c26468",
                                                "description": "sample string 1",
                                                "dumped": true,
                                                "inventoryReasonID": 1,
                                                "sortOrder": 1,
                                                "updated": "2025-08-01T23:54:19.9907702"
                                              },
                                              "modifier": {
                                                "$id": "69",
                                                "id": 1,
                                                "setG_UID": "HnwUPft8LEqwk5VOZIN65Q==",
                                                "modifierSetGuid": "3d147c1e-7cfb-4a2c-b093-954e64837ae5",
                                                "name": "sample string 2",
                                                "price": 1,
                                                "quantity": 1,
                                                "modifierType": 1,
                                                "groupNumber": 1,
                                                "pageNumber": 1,
                                                "controlOrder": 1,
                                                "printToStation": true,
                                                "pluG_UID": "3AktZ6YhVEOmFY/+cqInZA==",
                                                "pluGuid": "672d09dc-21a6-4354-a615-8ffe72a22764",
                                                "deleted": true,
                                                "g_UID": "SPz8SNrS7E2NcH12CzdpWQ==",
                                                "guid": "48fcfc48-d2da-4dec-8d70-7d760b376959",
                                                "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": "POJsdQx8R0GjW482S0/rLw==",
                                              "pluGuid": "756ce23c-7c0c-4147-a35b-8f364b4feb2f",
                                              "saleHeaderID": 2,
                                              "totalCents": 3,
                                              "grade": 1,
                                              "gradeDescription": "sample string 4",
                                              "dispenser": 1,
                                              "hose": 1,
                                              "quantity": 1,
                                              "cost": 1,
                                              "acquirerNum": 1,
                                              "attendant": 1,
                                              "ePurseBalance": 1.0,
                                              "cardSignature": "sample string 5",
                                              "compartmentNumber": 1,
                                              "contractNumber": 1,
                                              "discountCardPAN": "sample string 6",
                                              "discountID": 1,
                                              "discountName": "sample string 7",
                                              "discountNetValue": 1.0,
                                              "discountType": 1,
                                              "discountValue": 1.0,
                                              "discretionaryData": "sample string 8",
                                              "driverID": "sample string 9",
                                              "eftBatchNumber": 1,
                                              "eftResponseCode": "sample string 10",
                                              "endDateTime": "2025-08-01T23:54:19.9907702",
                                              "engineHours": 1.1,
                                              "fposNumber": 1,
                                              "loyaltyCardPAN": "sample string 11",
                                              "miscData1": 1,
                                              "miscData2": "sample string 12",
                                              "miscFlags": 1,
                                              "mop": 1,
                                              "odometer": 1,
                                              "panNumber": "sample string 13",
                                              "saleRefund": true,
                                              "saleStatus": 1,
                                              "sequenceNumber": 1,
                                              "stan": 1,
                                              "startDateTime": "2025-08-01T23:54:19.9907702",
                                              "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": "vxT9m1j6+EKynOrT88bVcA==",
                                              "pluGuid": "9bfd14bf-fa58-42f8-b29c-ead3f3c6d570",
                                              "accountID": "CdMGA5oSH0qqj4B5nyOUXg==",
                                              "accountIDGuid": "0306d309-129a-4a1f-aa8f-80799f23945e",
                                              "normalPrice": 3,
                                              "originalSellingPrice": 4,
                                              "discountPrice": 5,
                                              "unit": 1,
                                              "quantity": 6,
                                              "totalCents": 7,
                                              "fixedPrice": 1,
                                              "tranType": 1,
                                              "processed": 1,
                                              "discountType": 1,
                                              "cost": 1,
                                              "costDecimals": 1,
                                              "markdown": 1,
                                              "manualQuantity": 1,
                                              "manualPrice": 1,
                                              "manualMode": 1,
                                              "active": 1,
                                              "barcode": "sample string 8",
                                              "offline": 1,
                                              "keyedSale": 1,
                                              "discountedID": 1,
                                              "fuelID": 1,
                                              "serialNumber": "sample string 9",
                                              "bestOrExpire": "2025-08-01T23:54:19.9907702",
                                              "bestOrExpireType": 1,
                                              "refundG_UID": "COvE8silwEyc77+AviwFBA==",
                                              "refundGuid": "f2c4eb08-a5c8-4cc0-9cef-bf80be2c0504",
                                              "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": "jikJcdnLbEue94ubO5KNHg==",
                                              "identifierGuid": "7109298e-cbd9-4b6c-9ef7-8b9b3b928d1e",
                                              "id": 1,
                                              "orderNo": 2,
                                              "externalSaleIdentifier": "sample string 3",
                                              "storeID": 4,
                                              "zoneID": 5,
                                              "deptNo": 6,
                                              "customerIdentifier": "FUV5CNLRxkmZzLpewK3IbA==",
                                              "customerIdentifierGuid": "08794515-d1d2-49c6-99cc-ba5ec0adc86c",
                                              "operatorNo": 1,
                                              "operatorG_UID": "aVtB6NGBh0WHoF7T/vkIPA==",
                                              "operatorGuid": "e8415b69-81d1-4587-87a0-5ed3fef9083c",
                                              "created": "2025-08-01T23:54:19.9907702",
                                              "ordered": "2025-08-01T23:54:19.9907702",
                                              "started": "2025-08-01T23:54:19.9907702",
                                              "completed": "2025-08-01T23:54:19.9907702",
                                              "supplied": "2025-08-01T23:54:19.9907702",
                                              "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": "j2P4/5H2cEm4SRLVmpbGaQ==",
                                                  "pluGuid": "fff8638f-f691-4970-b849-12d59a96c669",
                                                  "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": "PGPdfTKkmkCHKQa7T1wXxA==",
                                                  "headerIdentifierGuid": "7ddd633c-a432-409a-8729-06bb4f5c17c4",
                                                  "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": "cgwHQZoMDkGhqq0uKdtN/w==",
                                              "surveyGuid": "41070c72-0c9a-410e-a1aa-ad2e29db4dff",
                                              "saleHeaderGuid": "x0gnKjtnSUuDkOmGQMusjg==",
                                              "saleGuid": "2a2748c7-673b-4b49-8390-e98640cbac8e",
                                              "textResponse": "sample string 1",
                                              "integerResponse": 1,
                                              "g_UIDResponse": "gfrBZrbkRUmsKNL2Jxt0tg==",
                                              "guidResponse": "66c1fa81-e4b6-4945-ac28-d2f6271b74b6",
                                              "whoAnswered": 2,
                                              "answeredAtUTC": "2025-08-01T23:54:19.9907702",
                                              "sale": {
                                                "$ref": "64"
                                              },
                                              "survey": {
                                                "$id": "78",
                                                "g_UID": "NBS4Y+vH3UqxbDBI4nqEaQ==",
                                                "guid": "63b81434-c7eb-4add-b16c-3048e27a8469",
                                                "name": "sample string 1",
                                                "storeID": 2,
                                                "zoneID": 1,
                                                "checkoutFormG_UID": "c6uQ2VckMkmkrMEoqBRiWA==",
                                                "checkoutFormGuid": "d990ab73-2457-4932-a4ac-c128a8146258",
                                                "displayToWho": 3,
                                                "displayWhen": 4,
                                                "start": "2025-08-01T23:54:19.9907702",
                                                "end": "2025-08-01T23:54:19.9907702",
                                                "deleted": true,
                                                "updated": "2025-08-01T23:54:19.9907702",
                                                "possibleIntegerResponses": [
                                                  1,
                                                  2
                                                ],
                                                "possibleTextResponses": [
                                                  "sample string 1",
                                                  "sample string 2"
                                                ],
                                                "possibleGuidResponses": [
                                                  "849baf05-e4be-4ca1-bc23-4107e92a2f03",
                                                  "883ef9ee-55e5-4f0d-84c3-6fce4ede1113"
                                                ],
                                                "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": "c1R3/lPVTUSgtO0vCTJw4g==",
                                          "accountIdentifier": "fe775473-d553-444d-a0b4-ed2f093270e2",
                                          "accountName": "sample string 42",
                                          "customerOrderIdentifier": "QLj3XKr2TUW9k5gyZnEXMA==",
                                          "customerOrderIdentifierGuid": "5cf7b840-f6aa-454d-bd93-983266711730",
                                          "priceLevelName": "sample string 43",
                                          "revision": 44,
                                          "ingressId": "sample string 45"
                                        },
                                        "metadata": {
                                          "$id": "79",
                                          "id": 1,
                                          "paymentID": 2,
                                          "paymentIdentifier": "ffUzuofZlUaCohpUxmBaVQ==",
                                          "paymentIdentifierGuid": "ba33f57d-d987-4695-82a2-1a54c6605a55",
                                          "identifier": "LJqQg2+jrEaR9bEvosHfTQ==",
                                          "identifierGuid": "83909a2c-a36f-46ac-91f5-b12fa2c1df4d",
                                          "metadata": "sample string 3",
                                          "signatureImage": "QEA=",
                                          "itemIdentifier": "zE1dUYTXxE2S2L4zNav3/A==",
                                          "itemIdentifierGuid": "515d4dcc-d784-4dc4-92d8-be3335abf7fc"
                                        }
                                      },
                                      {
                                        "$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": "4n9SaFfV5ESUaA/JL5wHfQ==",
                                    "customerIdentifierGuid": "68527fe2-d557-44e4-9468-0fc92f9c077d",
                                    "voucherName": "sample string 2",
                                    "count": 3,
                                    "storeID": 4,
                                    "barcode": "sample string 5",
                                    "redeemCount": 6,
                                    "issueCount": 7,
                                    "storeSalePaymentID": 1,
                                    "idempotentID": "wkts0oLHNk+ZI1poKljdvA==",
                                    "idempotentGuid": "d26c4bc2-c782-4f36-9923-5a682a58ddbc",
                                    "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-08-01T23:54:19.9907702",
                                      "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-08-01T23:54:19.9907702",
                                        "labelPageLayout": "ya489w4mwEOiHAq4u4FmgQ==",
                                        "pageLayoutGuid": "f73caec9-260e-43c0-a21c-0ab8bb816681",
                                        "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-08-01T23:54:19.9907702"
                                          },
                                          {
                                            "$ref": "84"
                                          }
                                        ]
                                      },
                                      "customerVouchers": [
                                        {
                                          "$id": "85",
                                          "id": 1,
                                          "customerIdentifier": "1y0sswX9N0yC5MuLMdzG3A==",
                                          "customerIdentifierGuid": "b32c2dd7-fd05-4c37-82e4-cb8b31dcc6dc",
                                          "voucherID": 3,
                                          "voucherName": "sample string 4",
                                          "storeID": 1,
                                          "barcode": "sample string 5",
                                          "dateOfIssue": "2025-08-01T23:54:19.9907702",
                                          "issuedSaleHeaderID": 1,
                                          "issuedSaleIdentifier": "sample string 7",
                                          "issuedOfflinePaymentID": 1,
                                          "issuedIdempotentID": "Z8jzK73QSEiDqTPgcS5jzQ==",
                                          "issuedIdempotentGuid": "2bf3c867-d0bd-4848-83a9-33e0712e63cd",
                                          "issuedOffline": true,
                                          "issuedUser": "sample string 9",
                                          "issuedNotes": "sample string 10",
                                          "expiryDate": "2025-08-01T23:54:19.9907702",
                                          "expiredUser": "sample string 11",
                                          "expiredNotes": "sample string 12",
                                          "redeemed": "2025-08-01T23:54:19.9907702",
                                          "redeemedSaleHeaderID": 1,
                                          "redeemedSaleIdentifier": "sample string 13",
                                          "redeemedOfflinePaymentID": 1,
                                          "redeemedIdempotentID": "CIy4pPvMmEqfNg0N7pfkOg==",
                                          "redeemedIdempotentGuid": "a4b88c08-ccfb-4a98-9f36-0d0dee97e43a",
                                          "redeemedUser": "sample string 14",
                                          "redeemedNotes": "sample string 15",
                                          "redeemedOffline": true,
                                          "updated": "2025-08-01T23:54:19.9907702",
                                          "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": "jkI5CwUOYkuPbOiGigEunQ==",
                              "groupIDGuid": "0b39428e-0e05-4b62-8f6c-e8868a012e9d",
                              "campaign": {
                                "$ref": "53"
                              },
                              "group": {
                                "$ref": "61"
                              }
                            },
                            {
                              "$ref": "86"
                            }
                          ],
                          "signIqTickets": [
                            {
                              "$id": "87",
                              "identifier": "HAq5t7R+qEaTK1E4zkKMOA==",
                              "identifierGuid": "b7b90a1c-7eb4-46a8-932b-5138ce428c38",
                              "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": "OvbNi6smIEeU7fR+8AaxeQ==",
                              "guid": "8bcdf63a-26ab-4720-94ed-f47ef006b179",
                              "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": "2cmhxGR5s06FQSSUdJnGvQ==",
                                  "groupGuid": "c4a1c9d9-7964-4eb3-8541-24947499c6bd",
                                  "comboPriceType": 5,
                                  "priceType": 5,
                                  "pluG_UID": "CTRkSqsvfEe+dFHFqn9BVA==",
                                  "pluGuid": "4a643409-2fab-477c-be74-51c5aa7f4154",
                                  "priceGroupG_UID": "so14wB7uAkmsOaZlE2MMoA==",
                                  "priceGroupGuid": "c0788db2-ee1e-4902-ac39-a66513630ca0",
                                  "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": "Uv3Ua+F6bUShkrXo3yqjwQ==",
                              "priceLevelIdentifierGuid": "6bd4fd52-7ae1-446d-a192-b5e8df2aa3c1",
                              "campaignName": "sample string 3",
                              "priceLevelName": "sample string 4"
                            },
                            {
                              "$ref": "90"
                            }
                          ]
                        },
                        "product": {
                          "$ref": "12"
                        },
                        "dealCost": {
                          "$id": "91",
                          "headerIdentifier": "UMXU4niu2kefpEZCmfTAFA==",
                          "headerIdentifierGuid": "e2d4c550-ae78-47da-9fa4-464299f4c014",
                          "identifier": "spmESS6XAE2sV7wXz/g5uw==",
                          "identifierGuid": "498499b2-972e-4d00-ac57-bc17cff839bb",
                          "supplierIdentifier": "50/ndBg8/kuYx9CyLYjy4w==",
                          "supplierGuid": "74e74fe7-3c18-4bfe-98c7-d0b22d88f2e3",
                          "pluG_UID": "K+CeOhq9AUa6Myh42SGwKQ==",
                          "pluGuid": "3a9ee02b-bd1a-4601-ba33-2878d921b029",
                          "campaignName": "1fb8c6ea-e717-4145-8cb4-e7daf643c67d",
                          "description": "sample string 4",
                          "cost": 5,
                          "costDecimals": 6,
                          "start": "2025-08-01T23:54:19.9907702",
                          "end": "2025-08-01T23:54:19.9907702",
                          "type": 9,
                          "promoType": 10,
                          "bonusItemPLUG_UID": "KTwcuGwkT06QAl1neQS+YA==",
                          "bonusItemPluGuid": "b81c3c29-246c-4e4f-9002-5d677904be60",
                          "bonusPurchaseUnits": 11,
                          "bonusReceiveUnits": 12,
                          "updated": "2025-08-01T23:54:19.9907702",
                          "metcashPromotionID": "sample string 14",
                          "fromHost": 15,
                          "storeNames": "sample string 16",
                          "storeIDs": [
                            1,
                            2
                          ],
                          "supplierName": "sample string 17",
                          "campaignDescription": "sample string 18",
                          "newPrice": 1,
                          "campaignMetcashPromotionID": "sample string 19",
                          "campaignActive": true,
                          "campaignStartDate": "2025-08-01T23:54:19.9907702",
                          "campaignEndDate": "2025-08-01T23:54:19.9907702",
                          "masterPLUG_UID": "Kw+v3NwE7kWoeJ9PGF8blg==",
                          "masterID": "dcaf0f2b-04dc-45ee-a878-9f4f185f1b96",
                          "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": "JoZAquNIUEG2E7xLZpS6yw==",
                          "bonusMasterID": "aa408626-48e3-4150-b613-bc4b6694bacb",
                          "bonusProductName": "sample string 34",
                          "bonusProductAPN": "sample string 35",
                          "bonusOrderCode": "sample string 36",
                          "bonusNormalSell": 37,
                          "bonusNormalCost": 38,
                          "bonusNormalCostDecimals": 39,
                          "bonusCartonQuantity": 40,
                          "bonusSalesMode": 41,
                          "bonusOrderPacked": 42,
                          "bonusFuelItem": true,
                          "bonusActive": true
                        }
                      },
                      "currentCostStart": "2025-08-01T23:54:19.9907702",
                      "dealCosts": [
                        {
                          "$ref": "91"
                        },
                        {
                          "$ref": "91"
                        }
                      ],
                      "tags": [
                        {
                          "$id": "92",
                          "pluG_UID": "r/f6w1qqU0K0KSTciRmRGQ==",
                          "pluGuid": "c3faf7af-aa5a-4253-b429-24dc89199119",
                          "tagID": 1,
                          "description": "sample string 1",
                          "storeIDs": [
                            1,
                            2
                          ]
                        },
                        {
                          "$ref": "92"
                        }
                      ],
                      "alternateProductG_UID": "SoX+6CLuHESew8w//kXQfw==",
                      "alternateProduct": "e8fe854a-ee22-441c-9ec3-cc3ffe45d07f",
                      "productHostCode": {
                        "$id": "93",
                        "id": 1,
                        "pluG_UID": "B270qGcwUUmUwQpRD7sG+g==",
                        "pluGuid": "a8f46e07-3067-4951-94c1-0a510fbb06fa",
                        "ibaCode": "sample string 2"
                      },
                      "mscCat": {
                        "$ref": "47"
                      },
                      "mscCom": {
                        "$ref": "48"
                      },
                      "mscDep": {
                        "$ref": "50"
                      },
                      "mscSubCom": {
                        "$ref": "49"
                      },
                      "isUserUpdate": true,
                      "ignoreMasterProduct": true,
                      "priceGroupLabelRequested": true,
                      "firstSold": "2025-08-01T23:54:19.9907702",
                      "inventoryTracked": "2025-08-01T23:54:19.9907702",
                      "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": "NS5VfZrGlUK7qTDF/PxBuQ==",
                    "supplierGuid": "7d552e35-c69a-4295-bba9-30c5fcfc41b9",
                    "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": "s4ujAOgI9UybItn1pzSZqw==",
                    "supplierGuid": "00a38bb3-08e8-4cf5-9b22-d9f5a73499ab",
                    "departmentCode": "sample string 2",
                    "warehouseDirectIndicator": "sample string 3",
                    "type": 4,
                    "cutOffWeek": 5,
                    "cutOffDay": 6,
                    "cutOffTime": "00:00:00.1234567",
                    "leadTime": 7,
                    "daysBuffer": 8,
                    "supplierName": "sample string 9",
                    "cutOffDate": "2025-08-01T23:54:19.9907702",
                    "deliveryDate": "2025-08-01T23:54:19.9907702",
                    "nextCutOffDate": "2025-08-01T23:54:19.9907702",
                    "nextDeliveryDate": "2025-08-01T23:54:19.9907702",
                    "nextDaysBuffer": 10
                  },
                  {
                    "$ref": "96"
                  }
                ],
                "store": {
                  "$ref": "3"
                },
                "updated": "2025-08-01T23:54:19.9907702",
                "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-08-01T23:54:19.9907702",
                  "processed": "2025-08-01T23:54:19.9907702",
                  "isProcessing": true,
                  "processedCount": 6,
                  "processingTime": 1,
                  "collectedUtc": "2025-08-01T23:54:19.9907702",
                  "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-08-01T23:54:19.9907702",
                    "businessPillar": "sample string 3",
                    "fileType": "sample string 4"
                  }
                },
                {
                  "$ref": "97"
                }
              ],
              "zoneMatrix": [
                {
                  "$id": "99",
                  "id": 1,
                  "hostIdentifier": "WrIldCDJE0Omeuau3DIhGw==",
                  "hostIdentifierGuid": "7425b25a-c920-4313-a67a-e6aedc32211b",
                  "storeID": 1,
                  "departmentCode": "sample string 2",
                  "hostGuids": [
                    "4c4abe6b-2545-4d0f-b462-4d964de594e9",
                    "0cc9fb38-b0f8-421c-a051-467e78ed50bd"
                  ]
                },
                {
                  "$ref": "99"
                }
              ],
              "hostFileStoreSetting": {
                "$ref": "5"
              },
              "hostStoreSettings": [
                {
                  "$ref": "5"
                },
                {
                  "$ref": "5"
                }
              ],
              "promotionPlacements": [
                {
                  "$id": "100",
                  "identifier": "HoL395kFTkSvFJ6/zbRf+w==",
                  "identifierGuid": "f7f7821e-0599-444e-af14-9ebfcdb45ffb",
                  "code": "sample string 2",
                  "description": "sample string 3",
                  "isAdvertised": true
                },
                {
                  "$ref": "100"
                }
              ],
              "promoTypeGuids": [
                "7f7171e1-5c52-4d9b-a0b4-2d62904375ba",
                "77ab929e-ece2-4b04-8173-a955fc77ec02"
              ],
              "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-08-01T23:54:19.9907702",
            "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": "d39d7ff5-a5de-4bde-ad21-449d29bdb9e8",
        "updateStore": {
          "$id": "106",
          "id": "21280c3d-6ae4-44b2-ac97-7bc8a21196be",
          "name": "sample string 1",
          "lastActivity": "2025-08-01T23:54:19.9907702",
          "zone": "sample string 2",
          "timeZoneOffset": 0.0,
          "businessHoursStart": "00:00:00.1234567",
          "businessHoursEnd": "00:00:00.1234567",
          "master": true,
          "lastIP": "sample string 10",
          "lastHostName": "sample string 11",
          "ping": 1,
          "pingStatus": "sample string 12",
          "lastUpdateCompleted": "2025-08-01T23:54:19.9907702"
        },
        "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": "EaREJZGlP0SE+4nxk3r0oQ==",
        "orderIdentifier": "2544a411-a591-443f-84fb-89f1937af4a1",
        "backToBack": 1,
        "b2bGuid": "tWahGyJbkUy9WzU54ZXeIA==",
        "b2bIdentifier": "1ba166b5-5b22-4c91-bd5b-3539e195de20",
        "status": 2,
        "created": "2025-08-01T23:54:20.0064053",
        "createdLocal": "2025-08-01T23:54:20.0064053",
        "createdByUser": "sample string 3",
        "storeID": 1,
        "transferGuid": "c/gFmXqb90Gdka0zGAUk2Q==",
        "transferIdentifier": "9905f873-9b7a-41f7-9d91-ad33180524d9",
        "transferInvoiceIdentifier": "OPVt4ru95UeP/RzdR96NkA==",
        "transferInvoiceGuid": "e26df538-bdbb-47e5-8ffd-1cdd47de8d90",
        "attachedToInvoice": 4,
        "transferType": 1,
        "supplierIdentifier": "5UenoLDQw0qPe5LCe6RBUA==",
        "supplierIdentifierGuid": "a0a747e5-d0b0-4ac3-8f7b-92c27ba44150",
        "description": "sample string 5",
        "rows": 1,
        "cartons": 1,
        "units": 1,
        "sentCount": 1,
        "sent": "2025-08-01T23:54:20.0064053",
        "sentLocal": "2025-08-01T23:54:20.0064053",
        "sentByUser": "sample string 6",
        "lastSentStatus": 1,
        "cancelled": "2025-08-01T23:54:20.0064053",
        "cancelledLocal": "2025-08-01T23:54:20.0064053",
        "cancelledByUser": "sample string 7",
        "shipped": "2025-08-01T23:54:20.0064053",
        "shippedLocal": "2025-08-01T23:54:20.0064053",
        "shippedByUser": "sample string 8",
        "stockReceived": "2025-08-01T23:54:20.0064053",
        "stockReceivedLocal": "2025-08-01T23:54:20.0064053",
        "stockReceivedByUser": "sample string 9",
        "received": "2025-08-01T23:54:20.0064053",
        "receivedLocal": "2025-08-01T23:54:20.0064053",
        "completed": "2025-08-01T23:54:20.0064053",
        "completedLocal": "2025-08-01T23:54:20.0064053",
        "updated": "2025-08-01T23:54:20.0064053",
        "updatedLocal": "2025-08-01T23:54:20.0064053",
        "dueDate": "2025-08-01T23:54:20.0064053",
        "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": "EAyR5OseokahkjJ27jeqzQ==",
        "transportCompanyIdentifier": "e4910c10-1eeb-46a2-a192-3276ee37aacd",
        "autoOrder": 27,
        "hostIdentifier": "eiIYsAYjr0eLLSF9Z14ZxQ==",
        "hostIdentifierGuid": "b018227a-2306-47af-8b2d-217d675e19c5",
        "defaultOrderDocumentId": 1,
        "defaultStockReceiveDocumentId": 1,
        "temperature": 1.1,
        "temperatureScale": 28,
        "rating": 29,
        "lastOrderEmailSentId": "sample string 30",
        "lastOrderEmailSentStatus": "sample string 31",
        "deleted": "2025-08-01T23:54:20.0064053",
        "deletedByUser": "sample string 32",
        "autoOrderGuid": "R1h8nITSOEeB/bvfhvLm/Q==",
        "autoOrderIdentifier": "9c7c5847-d284-4738-81fd-bbdf86f2e6fd",
        "autoOrderHeader": {
          "$id": "109",
          "autoOrderGuid": "bWVgX0DZeU+wrGpGXgJgAA==",
          "autoOrderIdentifier": "5f60656d-d940-4f79-b0ac-6a465e026000",
          "orderGuid": "8ljWQ0kPak2L7A1Y6sUVWg==",
          "orderIdentifier": "43d658f2-0f49-4d6a-8bec-0d58eac5155a",
          "created": "2025-08-01T23:54:20.0064053",
          "orderID": 1,
          "storeID": 1,
          "orderDate": "2025-08-01T23:54:20.0064053",
          "supplierIdentifier": "yVnSYJiqXkepo7qo+lVimQ==",
          "supplierIdentifierGuid": "60d259c9-aa98-475e-a9a3-baa8fa556299",
          "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": "eO1z65ADqUWBvrqN01DDsQ==",
          "transportCompanyIdentifier": "eb73ed78-0390-45a9-81be-ba8dd350c3b1",
          "store": {
            "$ref": "3"
          },
          "supplier": {
            "$ref": "7"
          },
          "details": [
            {
              "$id": "110",
              "autoOrderGuid": "JrwRKojgMk6o8KMNC/QubA==",
              "autoOrderIdentifier": "2a11bc26-e088-4e32-a8f0-a30d0bf42e6c",
              "pluG_UID": "ArSJwXqOkkau/68NFkoUNA==",
              "pluGuid": "c189b402-8e7a-4692-aeff-af0d164a1434",
              "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-08-01T23:54:20.0064053",
              "investmentBuyStatus": 2,
              "processed": "2025-08-01T23:54:20.0064053",
              "product": {
                "$ref": "12"
              },
              "orderCode": "sample string 3",
              "directIndicator": "sample string 4",
              "cycle": {
                "$ref": "96"
              },
              "dayWeighting": {
                "$id": "111",
                "sunday": 1.1
              },
              "inventory": {
                "$id": "112",
                "inventoryGuid": "oCdKPz5rPEet4LIxreasCw==",
                "inventoryIdentifier": "3f4a27a0-6b3e-473c-ade0-b231ade6ac0b",
                "created": "2025-08-01T23:54:20.0064053",
                "createdLocal": "2025-08-01T23:54:20.0064053",
                "onHand": 4,
                "onHandPacks": 5,
                "onOrder": 6,
                "onOrderPacks": 7,
                "accuracy": 8,
                "updated": "2025-08-01T23:54:20.0064053",
                "aws": 1.0,
                "history": [
                  {
                    "$id": "113",
                    "inventoryGuid": "zzLuaQi8mUKzUl44VUVFDw==",
                    "inventoryIdentifier": "69ee32cf-bc08-4299-b352-5e385545450f",
                    "pluG_UID": "eV35z7eQCUK7PEFGvsD7gQ==",
                    "pluIdentifier": "cff95d79-90b7-4209-bb3c-4146bec0fb81",
                    "inventoryReason": 3,
                    "inventoryInvoiceGuid": "A0OHkNAzkUyVWRZIP9d1nA==",
                    "invoiceIdentifier": "90874303-33d0-4c91-9559-16483fd7759c",
                    "operatorGuid": "+vLHLOPcCEuacmmzop2vGg==",
                    "operatorIdentifier": "2cc7f2fa-dce3-4b08-9a72-69b3a29daf1a",
                    "stocktakeGuid": "EJaerToMRkOJ4fP3KrMzYA==",
                    "stocktakeIdentifier": "ad9e9610-0c3a-4346-89e1-f3f72ab33360",
                    "orderGuid": "ZuPaULYfHUq894Q4OE3rJw==",
                    "orderIdentifier": "50dae366-1fb6-4a1d-bcf7-8438384deb27",
                    "saleHeaderGuid": "7nvkKcym6UKKpJogIYLluQ==",
                    "saleHeaderGuidIdentifier": "29e47bee-a6cc-42e9-8aa4-9a202182e5b9",
                    "dumpStockID": 1,
                    "fuelDeliveryID": 1,
                    "creditNoteIdentifier": "6UXyTQT0YEizdy/XXFL6Hg==",
                    "creditNoteGuid": "4df245e9-f404-4860-b377-2fd75c52fa1e",
                    "inventorySourceGuid": "OWpiEc6Yo0adXntgRhVzPg==",
                    "inventorySourceIdentifier": "11626a39-98ce-46a3-9d5e-7b604615733e",
                    "createdLocal": "2025-08-01T23:54:20.0064053",
                    "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-08-01T23:54:20.0064053",
                    "createdLocalTime": "2025-08-01T23:54:20.0064053",
                    "storeID": 14,
                    "barcode": "sample string 15",
                    "directCode": "sample string 16",
                    "productName": "sample string 17",
                    "salesMode": 18,
                    "orderPacked": 19,
                    "invoice": {
                      "$id": "114",
                      "inventoryInvoiceGuid": "CKUbHmFiRkqgCaFLCISMEQ==",
                      "invoiceIdentifier": "1e1ba508-6261-4a46-a009-a14b08848c11",
                      "inventoryGuid": "rzmCM62jPUG38yemPR2H1A==",
                      "inventoryIdentifier": "338239af-a3ad-413d-b7f3-27a63d1d87d4",
                      "supplierIdentifier": "tDo7pnyJ/ESmoCW59w8MiA==",
                      "supplierGuid": "a63b3ab4-897c-44fc-a6a0-25b9f70f0c88",
                      "orderGuid": "vNPhQGXHh0SN4jBKqypn5A==",
                      "orderIdentifier": "40e1d3bc-c765-4487-8de2-304aab2a67e4",
                      "invoiceHeaderIdentifier": "aIntFS49MUCvxRQhIUdgSA==",
                      "invoiceHeaderGuid": "15ed8968-3d2e-4031-afc5-142121476048",
                      "created": "2025-08-01T23:54:20.0064053",
                      "ordered": "2025-08-01T23:54:20.0064053",
                      "storeID": 1,
                      "bestOrExpire": "2025-08-01T23:54:20.0064053",
                      "bestOrExpireType": 1,
                      "units": 1,
                      "weight": 1,
                      "received": "2025-08-01T23:54:20.0064053",
                      "cost": 1,
                      "totalCost": 1,
                      "freightCost": 1,
                      "inStock": 1,
                      "pluG_UID": "bCP7+OwwH0SBQ9bzV9sTLw==",
                      "pluGuid": "f8fb236c-30ec-441f-8143-d6f357db132f",
                      "orderInventoryGuid": "bece6vUxVUCfIM+b9oeGmA==",
                      "orderInventoryIdentifier": "ea1ee76d-31f5-4055-9f20-cf9bf6878698",
                      "supplier": {
                        "$ref": "7"
                      },
                      "inventoryUnits": [
                        {
                          "$id": "115",
                          "invoiceItemNo": 1,
                          "inventoryInvoiceGuid": "YFDBMLUWGky0fO1GGAbiEg==",
                          "invoiceIdentifier": "30c15060-16b5-4c1a-b47c-ed461806e212",
                          "inventoryGuid": "86DHsuNzgkq5IROfadZQyg==",
                          "inventoryIdentifier": "b2c7a0f3-73e3-4a82-b921-139f69d650ca",
                          "serialNumber": "sample string 3",
                          "sold": "2025-08-01T23:54:20.0064053",
                          "saleItemID": 1,
                          "storeID": 1,
                          "returned": "2025-08-01T23:54:20.0064053",
                          "dumped": 1,
                          "saleHeaderID": 1
                        },
                        {
                          "$ref": "115"
                        }
                      ]
                    },
                    "invoiceHeaderIdentifier": "3dEiDUIY4EazGUImiLsEyg==",
                    "invoiceHeaderGuid": "0d22d1dd-1842-46e0-b319-422688bb04ca",
                    "invoiceNumber": "sample string 20",
                    "invoiceCost": 1,
                    "invoiceCostDecimals": 1,
                    "orderNumber": 1,
                    "orderReceivingStoreName": "sample string 21",
                    "orderSendingStoreName": "sample string 22",
                    "creditNoteID": 1,
                    "reason": {
                      "$id": "116",
                      "id": 1,
                      "name": "sample string 1",
                      "allowRF": 2,
                      "dumpStock": 3,
                      "creditRequest": 4,
                      "excludeFromLoss": 5,
                      "reserved": 6,
                      "updated": "2025-08-01T23:54:20.0064053"
                    },
                    "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": "113"
                  }
                ],
                "products": [
                  {
                    "$ref": "12"
                  },
                  {
                    "$ref": "12"
                  }
                ],
                "lastInvoiceCost": 1
              },
              "aws": 5.0,
              "explanations": [
                {
                  "$id": "117",
                  "pluG_UID": "doBqTVZavk61kW39+nSWIg==",
                  "pluGuid": "4d6a8076-5a56-4ebe-b591-6dfdfa749622",
                  "consolidatedSales": {
                    "$id": "118",
                    "1": {
                      "$id": "119",
                      "discountPercentage": 1,
                      "days": 2,
                      "quantity": 3.1,
                      "aws": 3.1,
                      "cartonQuantity": 4.1,
                      "lowQuality": true
                    },
                    "2": {
                      "$ref": "119"
                    }
                  },
                  "dailyPrices": {
                    "$id": "120",
                    "2025-08-01T23:54:20.0064053": {
                      "$id": "121",
                      "date": "2025-08-01T23:54:20.0064053",
                      "salePrice": 1,
                      "campaign": "sample string 2",
                      "campaignDescription": "sample string 3",
                      "combo": true,
                      "comboPriceGroupG_UID": "5htOvUbQ0US5xLvK1w+IUg==",
                      "comboPriceGroupGuid": "bd4e1be6-d046-44d1-b9c4-bbcad70f8852"
                    }
                  },
                  "onHandPredictions": [
                    {
                      "$id": "122",
                      "autoOrderGuid": "VSS5nEzHrEmmOZEkXO8vUg==",
                      "autoOrderIdentifier": "9cb92455-c74c-49ac-a639-91245cef2f52",
                      "pluG_UID": "hDlTKdLms0CI83CDufm7tQ==",
                      "pluGuid": "29533984-e6d2-40b3-88f3-7083b9f9bbb5",
                      "childPLUG_UID": "6fl2cvs6AE+E7mfP3SB6UQ==",
                      "childPluGuid": "7276f9e9-3afb-4f00-84ee-67cfdd207a51",
                      "date": "2025-08-01T23:54:20.0064053",
                      "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": "122"
                    }
                  ],
                  "predictions": [
                    {
                      "$ref": "122"
                    },
                    {
                      "$ref": "122"
                    }
                  ],
                  "product": {
                    "$ref": "12"
                  }
                },
                {
                  "$ref": "117"
                }
              ],
              "supplierOrderingDetail": {
                "$ref": "10"
              },
              "manufacturerSupplier": "6019214d-7117-4542-97b0-57ab1b9d64f7",
              "cartonQuantity": 1,
              "sellPrice": 1,
              "cost": 1,
              "costDecimals": 1,
              "bufferDays": 6,
              "boostDays": 7
            },
            {
              "$ref": "110"
            }
          ],
          "boosts": [
            {
              "$id": "123",
              "autoOrderGuid": "bzT9fa3ozkO5COrNQYA4Vg==",
              "autoOrderIdentifier": "7dfd346f-e8ad-43ce-b908-eacd41803856",
              "date": "2025-08-01T23:54:20.0064053",
              "boost": 2
            },
            {
              "$ref": "123"
            }
          ]
        },
        "supplierName": "sample string 33",
        "supplierStoreID": 1,
        "supplierCartonsOnly": true,
        "supplierEnforceMinimumQuantity": true,
        "supplierMinimumOrderValue": 1,
        "storeName": "sample string 36",
        "orderCode": {
          "$id": "124",
          "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": "125",
          "orderGuid": "BXJD/WpIzEy/94eck+6dFA==",
          "orderIdentifier": "fd437205-486a-4ccc-bff7-879c93ee9d14",
          "supplierIdentifier": "+WXCzNE8skCs8yaUgslkog==",
          "supplierGuid": "ccc265f9-3cd1-40b2-acf3-269482c964a2",
          "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": "126",
            "id": 1,
            "orderGuid": "Be6ZERS4tUCiYMEcto5TVQ==",
            "orderIdentifier": "1199ee05-b814-40b5-a260-c11cb68e5355",
            "pluG_UID": "cXPk914+Lke0KxdHm4Ea3Q==",
            "pluGuid": "f7e47371-3e5e-472e-b42b-17479b811add",
            "created": "2025-08-01T23:54:20.0220252",
            "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": "hcPi3423FkG2P55d9fBz+w==",
            "substituteGuid": "dfe2c385-b78d-4116-b63f-9e5df5f073fb",
            "warehousePLUG_UID": "h8TKEClFHUOHyYDhGwKZCw==",
            "warehousePluGuid": "10cac487-4529-431d-87c9-80e11b02990b",
            "updated": "2025-08-01T23:54:20.0220252",
            "increment": true,
            "description": "sample string 13",
            "product": {
              "$ref": "12"
            },
            "unknownScan": {
              "$id": "127",
              "pluG_UID": "XTmHUM8EzUi/lst4MdpbJg==",
              "pluGuid": "5087395d-04cf-48cd-bf96-cb7831da5b26",
              "orderGuid": "7w8xYeKM9k2dEz7klxBcEw==",
              "orderIdentifier": "61310fef-8ce2-4df6-9d13-3ee497105c13",
              "barcode": "sample string 3",
              "created": "2025-08-01T23:54:20.0220252"
            },
            "unknownScanItem": true,
            "substitute": {
              "$ref": "12"
            },
            "warehouseProduct": {
              "$ref": "12"
            },
            "lookup": {
              "$id": "128",
              "pluG_UID": "yS5h3Ukh40iqKAuKoCarVg==",
              "pluGuid": "dd612ec9-2149-48e3-aa28-0b8aa026ab56",
              "inventoryGuid": "EH7c61p6AUip3yMxDW4GLg==",
              "inventoryIdentifier": "ebdc7e10-7a5a-4801-a9df-23310d6e062e",
              "averageWeeklySales": 1.0,
              "inventoryAverageWeeklySales": 1.0,
              "onHand": 1,
              "onHandPacks": 1,
              "onOrder": 1,
              "onOrderPacks": 1,
              "accuracy": 1,
              "lastOrdered": "2025-08-01T23:54:20.0220252",
              "lastOrderQuantity": 1.1,
              "lastReceived": "2025-08-01T23:54:20.0220252",
              "lastReceivedQuantity": 1.1,
              "lastInvoiceStatus": 1
            },
            "productOrderingDetail": {
              "$ref": "10"
            },
            "dealCost": {
              "$ref": "91"
            },
            "nextCost": {
              "$ref": "91"
            },
            "lastChance": true,
            "holdOff": 16,
            "holdOffDate": "2025-08-01T23:54:20.0220252",
            "orderHeader": {
              "$ref": "108"
            },
            "invoiceDetail": {
              "$id": "129",
              "identifier": "J4rS66GJ+EegcR9RTsW7OA==",
              "identifierGuid": "ebd28a27-89a1-47f8-a071-1f514ec5bb38",
              "headerIdentifier": "5LBUixpDqESlB44VNdh31A==",
              "headerIdentifierGuid": "8b54b0e4-431a-44a8-a507-8e1535d877d4",
              "pluG_UID": "3d1KQmmTpkW1kPVTm+IOng==",
              "pluGuid": "424adddd-9369-45a6-b590-f5539be20e9e",
              "pageNo": 1,
              "lineNo": 1,
              "itemOrdered": "sample string 1",
              "itemShipped": "sample string 2",
              "apn": "sample string 3",
              "barcode": "sample string 4",
              "prodStatus": 0,
              "dateAvailable": "2025-08-01T23:54:20.0220252",
              "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-08-01T23:54:20.0220252",
              "costEnd": "2025-08-01T23:54:20.0220252",
              "createdFromUnknownScan": true,
              "orderGuid": "c/tq5Q5RikGaC/1wByfOgA==",
              "orderIdentifierGuid": "e56afb73-510e-418a-9a0b-fd700727ce80",
              "processed": true,
              "received": true,
              "inventoried": true,
              "fromElectronicInvoice": true,
              "allowDelete": true,
              "updated": "2025-08-01T23:54:20.0220252",
              "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": "130",
                "pluG_UID": "gRDcSb6eqUW0zlilDLKr1g==",
                "pluGuid": "49dc1081-9ebe-45a9-b4ce-58a50cb2abd6",
                "invoiceIdentifier": "xd7JKZbS6UKKSMcZvqfR4w==",
                "invoiceGuid": "29c9dec5-d296-42e9-8a48-c719bea7d1e3",
                "barcode": "sample string 3",
                "itemNumber": "sample string 4",
                "created": "2025-08-01T23:54:20.0220252"
              },
              "productActive": true,
              "productSalesMode": 35,
              "productGSTPercent": 36,
              "productCostCalcMethod": 37,
              "productAlwaysApplyMargin": true,
              "productMarginRanged": true,
              "productMargin": 1.1,
              "productMinimumMargin": 1.1,
              "productMaximumMargin": 1.1,
              "priceGroupG_UID": "G1RgQ8PET0iEUYMqJOgQdg==",
              "priceGroupGuid": "4360541b-c4c3-484f-8451-832a24e81076",
              "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": "110"
            },
            "doNotRange": true,
            "doNotOrder": true,
            "costGSTPercent": 1,
            "orderDetailReceive": true,
            "isBackedUp": true,
            "backupWarehouseIndicator": "sample string 21",
            "backupOrderCode": "sample string 22"
          },
          {
            "$ref": "126"
          }
        ],
        "unknownScans": [
          {
            "$ref": "127"
          },
          {
            "$ref": "127"
          }
        ],
        "transportCompany": {
          "$id": "131",
          "identifier": "ILzAsfIw5ke19ubld/cTPw==",
          "identifierGuid": "b1c0bc20-30f2-47e6-b5f6-e6e577f7133f",
          "companyName": "sample string 1",
          "abn": "sample string 2",
          "address1": "sample string 3",
          "address2": "sample string 4",
          "telephone": "sample string 5",
          "primaryContactGuid": "SU5SD/4rn0uaGED4qQ7Zaw==",
          "primaryContactID": "0f524e49-2bfe-4b9f-9a18-40f8a90ed96b",
          "primaryContact": {
            "$ref": "8"
          }
        },
        "isMetcashSorted": true,
        "backupOrderType": "sample string 41",
        "backupOrderTypeDescription": "sample string 42",
        "backupTradingPartner": 1,
        "backupHostIdentifier": "e1f10828-a60b-4cab-8fd8-82b01a7d7cf0"
      },
      "details": [
        {
          "$ref": "129"
        },
        {
          "$ref": "129"
        }
      ],
      "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:
PKʾ[���5xl/workbook.xml �(�����0��&�C���$8q���{)�m�?ik��-%�x�3;��ԋqSō>j־r
!؊�(�/Ƃ���8�B��E�8J��o:��҂8�Y�F{!�������@P�RLjܞO�k����'���j"���o�N��")���w,0��s|��U2��,��r��-�%����d��~PKʾ[����	�[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
ʾ[�Z''_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="Ree6a79c5f17844d0" /></Relationships>PKʾ[됝<�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��?PKʾ[�{�k�Pxl/_rels/workbook.xml.rels �(���Mn� F��f_��V!�t�m�`<+6  is�.z�^�(�ZGꢛ��7�<=
|���o�D���h
�<c@�Hۏf�p�ꡅ�f��I�t#���FL�ctO��q!�M�(�gS�uBŀ�`��~ɀ[&9\��h�%>[y���?����cЈ�A�#��R��#�Ȯ�/ڶk�d]S�*�J �nj!^&�^�y!�J��D^�RTE]�UF��K�饗N��B�M�Q�~�j�Tl��j��_l�PKʾ[Ѓc'2E
xl/styles.xml �(��S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v�F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&�
AR>��� ��im��ΑF���YO��%�}���LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PKʾ[�|���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-ʾ[���5xl/workbook.xmlPK-ʾ[����	�[Content_Types].xmlPK-
ʾ[�Z''V_rels/.relsPK-ʾ[됝<��xl/worksheets/sheet1.xmlPK-ʾ[�{�k�P�xl/_rels/workbook.xml.relsPK-ʾ[Ѓc'2E
�xl/styles.xmlPK-ʾ[�|���mxl/sharedStrings.xmlPK��	

application/vnd.ms-excel

Sample:
PKʾ[����5xl/workbook.xml �(�����0��J}�(��'�C��ҵCw7�Ab����_�[7����Ҟ\�$j�Ǵ�'.�u]"�W5�������0H�TUZaA�m���nO�aA����<�h��|�J_#�N(��|�b,�=4�>����&SH���[.�bf���E�Vf|ǙK�0�ጲ�J������|a/�T̿�/PKʾ[����	�[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
ʾ[�(��''_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="R6a253767c0ee41fc" /></Relationships>PKʾ[됝<�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��?PKʾ[�7���Pxl/_rels/workbook.xml.rels �(���Kn�0@�b;q��
�n)�8�$"�#��r�.z�^��� u�
�����4����ٽ����5�$FF٦7m砟J�m70�	���gq��
��5�^u4�O�D&v�u#����O�N���t�ݜ�Lv�N��պW���<�	���u'�`Gt-�
~J�߂H"�sS���J��K%Q-���p��z}�3�|!��3Q�M-WE�P�5/��Kϝ�噚��yV�L��xS�w��PKʾ[Ѓc'2E
xl/styles.xml �(��S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v�F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&�
AR>��� ��im��ΑF���YO��%�}���LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PKʾ[�|���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-ʾ[����5xl/workbook.xmlPK-ʾ[����	��[Content_Types].xmlPK-
ʾ[�(��''U_rels/.relsPK-ʾ[됝<��xl/worksheets/sheet1.xmlPK-ʾ[�7���P�xl/_rels/workbook.xml.relsPK-ʾ[Ѓc'2E
�xl/styles.xmlPK-ʾ[�|���lxl/sharedStrings.xmlPK��