POST api/order/{id}/send

Send an order

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

Identifier of order

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

Order Placement model indicating the result of attempt

OrderPlacement
NameDescriptionTypeAdditional information
PlacedSuccess

boolean

None.

Order

OrderHeader

None.

Error

string

None.

Response Formats

application/json, text/json

Sample:
{
  "placedSuccess": true,
  "order": {
    "$id": "2",
    "orderID": 1,
    "orderGuid": "uAfE0E0ii061gs6KEDfv4w==",
    "orderIdentifier": "d0c407b8-224d-4e8b-b582-ce8a1037efe3",
    "backToBack": 1,
    "b2bGuid": "+beFMeU1C0CwMfn5iDXiPA==",
    "b2bIdentifier": "3185b7f9-35e5-400b-b031-f9f98835e23c",
    "status": 2,
    "created": "2026-06-03T18:31:22.8347028",
    "createdLocal": "2026-06-03T18:31:22.8347028",
    "createdByUser": "sample string 3",
    "storeID": 1,
    "transferGuid": "A2DLkBkBOkic7l9nEBKsCw==",
    "transferIdentifier": "90cb6003-0119-483a-9cee-5f671012ac0b",
    "transferInvoiceIdentifier": "R8fTWXKmhU2bcrQJZOaNIw==",
    "transferInvoiceGuid": "59d3c747-a672-4d85-9b72-b40964e68d23",
    "attachedToInvoice": 4,
    "transferType": 1,
    "supplierIdentifier": "6P8pV6TgPU+KwJUaAIOzLA==",
    "supplierIdentifierGuid": "5729ffe8-e0a4-4f3d-8ac0-951a0083b32c",
    "description": "sample string 5",
    "rows": 1,
    "cartons": 1,
    "units": 1,
    "sentCount": 1,
    "sent": "2026-06-03T18:31:22.8347028",
    "sentLocal": "2026-06-03T18:31:22.8347028",
    "sentByUser": "sample string 6",
    "lastSentStatus": 1,
    "cancelled": "2026-06-03T18:31:22.8347028",
    "cancelledLocal": "2026-06-03T18:31:22.8347028",
    "cancelledByUser": "sample string 7",
    "shipped": "2026-06-03T18:31:22.8347028",
    "shippedLocal": "2026-06-03T18:31:22.8347028",
    "shippedByUser": "sample string 8",
    "stockReceived": "2026-06-03T18:31:22.8347028",
    "stockReceivedLocal": "2026-06-03T18:31:22.8347028",
    "stockReceivedByUser": "sample string 9",
    "stockReceiveInventorySetting": 10,
    "received": "2026-06-03T18:31:22.8347028",
    "receivedLocal": "2026-06-03T18:31:22.8347028",
    "completed": "2026-06-03T18:31:22.8347028",
    "completedLocal": "2026-06-03T18:31:22.8347028",
    "updated": "2026-06-03T18:31:22.8347028",
    "updatedLocal": "2026-06-03T18:31:22.8347028",
    "dueDate": "2026-06-03T18:31:22.8347028",
    "warehouseNote": "sample string 11",
    "warehouseRef": "sample string 12",
    "pdeSerialNumber": "sample string 13",
    "tradingPartner": 1,
    "orderType": "sample string 1",
    "orderTypeDescription": "sample string 2",
    "stateCode": "sample string 16",
    "mailCarbonCopy": true,
    "mailTo": "sample string 18",
    "mailBcc": "sample string 19",
    "mailReplyTo": "sample string 20",
    "liquor": true,
    "summary": "sample string 22",
    "notes": "sample string 23",
    "supplierNotes": "sample string 24",
    "receiptEmailSent": true,
    "receiptEmailSentId": "sample string 26",
    "receiptEmailSentStatus": "sample string 27",
    "transportCompanyGuid": "QsZ7arh4gUSwSloVg7CUQg==",
    "transportCompanyIdentifier": "6a7bc642-78b8-4481-b04a-5a1583b09442",
    "autoOrder": 28,
    "hostIdentifier": "qFROeW+7IkqgWer0+vsyUQ==",
    "hostIdentifierGuid": "794e54a8-bb6f-4a22-a059-eaf4fafb3251",
    "defaultOrderDocumentId": 1,
    "defaultStockReceiveDocumentId": 1,
    "temperature": 1.1,
    "temperatureScale": 29,
    "rating": 30,
    "lastOrderEmailSentId": "sample string 31",
    "lastOrderEmailSentStatus": "sample string 32",
    "deleted": "2026-06-03T18:31:22.8347028",
    "deletedByUser": "sample string 33",
    "autoOrderGuid": "ZjrxjnsY9Ue5aYHmg6Iqww==",
    "autoOrderIdentifier": "8ef13a66-187b-47f5-b969-81e683a22ac3",
    "autoOrderHeader": {
      "$id": "3",
      "autoOrderGuid": "I23IG3SelUCN0TDnq8KfCw==",
      "autoOrderIdentifier": "1bc86d23-9e74-4095-8dd1-30e7abc29f0b",
      "orderGuid": "RBboR0fxYkKuezXKs2Ed/w==",
      "orderIdentifier": "47e81644-f147-4262-ae7b-35cab3611dff",
      "created": "2026-06-03T18:31:22.8347028",
      "orderID": 1,
      "storeID": 1,
      "orderDate": "2026-06-03T18:31:22.8347028",
      "supplierIdentifier": "htX1GjQNnkOc9qe/eSfUGw==",
      "supplierIdentifierGuid": "1af5d586-0d34-439e-9cf6-a7bf7927d41b",
      "orderStatus": 1,
      "tradingPartner": 1,
      "warehouse": true,
      "simpleAWS": 3,
      "defaultMPL": 4,
      "investmentBuy": true,
      "storeName": "sample string 6",
      "supplierName": "sample string 7",
      "description": "sample string 8",
      "orderType": "sample string 9",
      "mailTo": "sample string 10",
      "mailBcc": "sample string 11",
      "notes": "sample string 12",
      "transportCompanyGuid": "GJTnZ1oDzEOEFM9ek9vrhQ==",
      "transportCompanyIdentifier": "67e79418-035a-43cc-8414-cf5e93dbeb85",
      "store": {
        "$id": "4",
        "id": 1,
        "isMaster": true,
        "isElectedMaster": true,
        "electedMasterStoreID": 1,
        "isZoneMaster": 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": "2026-06-03T18:31:22.8347028",
        "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": "pTfAMHJkv0yi/dbch+XeFg==",
        "hostIdentifierGuid": "30c037a5-6472-4cbf-a2fd-d6dc87e5de16",
        "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,
        "defaultOrderDocumentId": 1,
        "defaultStockReceiveDocumentId": 1,
        "giftCardSalesAccountingDeptCode": "sample string 47",
        "transactionDiscountAccountingDeptCode": "sample string 48",
        "size": 49,
        "updated": "2026-06-03T18:31:22.8347028",
        "priceZone": {
          "$id": "5",
          "id": 1,
          "name": "sample string 2",
          "hostIdentifier": "4n1Rugnb9EajX0KQSiRPcQ==",
          "hostIdentifierGuid": "ba517de2-db09-46f4-a35f-42904a244f71",
          "sortOrder": 3,
          "zoneMasterStoreID": 1,
          "electedMasterStoreID": 1,
          "containsElectedMasterStore": true
        },
        "priceZoneName": "sample string 51",
        "storeFuelConfigured": true,
        "shippingAddressCopied": true,
        "shippingAddress": {
          "$id": "6",
          "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"
        },
        "billingAddressCopied": true,
        "billingAddress": {
          "$ref": "6"
        },
        "warehouseStore": {
          "$id": "7",
          "storeID": 1,
          "warehouseStoreID": 2,
          "storeName": "sample string 3",
          "warehouseName": "sample string 4"
        },
        "hostStoreSettings": [
          {
            "$id": "8",
            "id": 1,
            "hostIdentifier": "eaA8igQr1U2TuBhAbNToQA==",
            "hostIdentifierGuid": "8a3ca079-2b04-4dd5-93b8-18406cd4e840",
            "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,
            "secondPassword": "sample string 23",
            "secondPasswordPlain": "sample string 24",
            "secondServerAddress": "sample string 25",
            "processPromotions": true,
            "hostProvider": 0,
            "host": {
              "$id": "9",
              "identifier": "12xlhLWUAUiEuFEdXm8uIg==",
              "identifierGuid": "84656cd7-94b5-4801-84b8-511d5e6f2e22",
              "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": "1TjSOgKCXUykx2KdwWhzrg==",
              "hostSupplierIdentifierGuid": "3ad238d5-8202-4c5d-a4c7-629dc16873ae",
              "loyaltyPriceLevelIdentifier": "eJX+GHN6WUiWCN59NrGFGA==",
              "loyaltyPriceLevelIdentifierGuid": "18fe9578-7a73-4859-9608-de7d36b18518",
              "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": "2026-06-03T18:31:22.8347028",
              "lastProcessed": "2026-06-03T18:31:22.8347028",
              "hold": true,
              "supplierName": "sample string 35",
              "supplier": {
                "$id": "10",
                "identifier": "NT9+gpGTEEWkWjRq0xhSyg==",
                "identifierGuid": "827e3f35-9391-4510-a45a-346ad31852ca",
                "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": "VfOmGTBn9Uy1U4NUqNhO4g==",
                "primaryContactID": "19a6f355-6730-4cf5-b553-8354a8d84ee2",
                "storeID": 1,
                "abn": "sample string 16",
                "supplierGroupIdentifier": "ab6qoaTNrUWv8MJJC88gmw==",
                "supplierGroupGuid": "a1aabe69-cda4-45ad-aff0-c2490bcf209b",
                "rebate": 1.0,
                "rebateType": 1,
                "rebateFrequency": 1,
                "rebateSource": 1,
                "rebateLastClaimed": "2026-06-03T18:31:22.8347028",
                "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": "11",
                  "id": "935b5548-747c-470a-8a10-6f83abad4a19",
                  "identifier": "4goco375EU6fbEgX4yYPmg==",
                  "identifierGuid": "a31c0ae2-f97e-4e11-9f6c-4817e3260f9a",
                  "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": "12",
                    "supplierIdentifier": "Ks/qB201f06Yr65vCR/FgQ==",
                    "supplierIdentifierGuid": "07eacf2a-356d-4e7f-98af-ae6f091fc581",
                    "contactGuid": "XPDyETSHMkGG32jql20UOw==",
                    "contactID": "11f2f05c-8734-4132-86df-68ea976d143b",
                    "contact": {
                      "$ref": "11"
                    },
                    "supplier": {
                      "$ref": "10"
                    }
                  },
                  {
                    "$ref": "12"
                  }
                ],
                "products": [
                  {
                    "$id": "13",
                    "pluG_UID": "v2bd7KfH0km9emKzvK3DbQ==",
                    "pluGuid": "ecdd66bf-c7a7-49d2-bd7a-62b3bcadc36d",
                    "supplierIdentifier": "W1x/VOtUWkuDMSC3Gbafig==",
                    "supplierIdentifierGuid": "547f5c5b-54eb-4b5a-8331-20b719b69f8a",
                    "cartonQuantity": 1,
                    "cartonQuantityChanged": true,
                    "productSize": "sample string 3",
                    "cigarettesPerSleeve": 1,
                    "randomWeight": true,
                    "piecesPerUnit": 5,
                    "averagePackSize": 6,
                    "effectiveDate": "2026-06-03T18:31:22.8347028",
                    "pricedByWeight": true,
                    "landedUnitCostEx": 9,
                    "landedUnitCostInc": 10,
                    "landedCartonCostInc": 12,
                    "landedCartonCostEx": 13,
                    "standardCost": 14,
                    "deliveryFee": 1,
                    "deliveryFeeBasis": "sample string 15",
                    "pickAndPackFee": 1,
                    "pickAndPackFeeBasis": "sample string 16",
                    "financeFee": 1,
                    "financeFeeBasis": "sample string 17",
                    "cartonLength": 1,
                    "cartonWidth": 1,
                    "cartonHeight": 1,
                    "palletLayerQuantity": 1,
                    "palletLayers": 1,
                    "itemCode": "sample string 18",
                    "invoiceCode": "sample string 19",
                    "invoiceDesc": "sample string 20",
                    "orderDirect": true,
                    "useCost": true,
                    "minimumQuantity": 21,
                    "hostType": 22,
                    "fromHost": 23,
                    "minimumReorder": 1,
                    "maximumReorder": 1,
                    "orderMultiple": 24.1,
                    "sellMultiple": 25.1,
                    "baseMultiple": 26.1,
                    "hostStandardCost": 27,
                    "hostTotalCost": 28,
                    "hostRetail": 29,
                    "hostLandedUnitCostEx": 30,
                    "hostLandedUnitCostInc": 31,
                    "hostDesc": "sample string 32",
                    "directIndicator": "sample string 33",
                    "availableToOrder": true,
                    "hostRangeIndicator": "sample string 35",
                    "hostProductType": "sample string 36",
                    "hostProductGrade": "sample string 37",
                    "hostProductGroup": "sample string 38",
                    "hostSlowMoving": true,
                    "hostGeneralMerchandise": true,
                    "hostPillar": "sample string 41",
                    "hostLastUpdated": "2026-06-03T18:31:22.8347028",
                    "rebate": 1.0,
                    "rebateExclude": true,
                    "invoiceCodes": [
                      {
                        "$id": "14",
                        "pluG_UID": "75Dad39Vs0izP01f+e7pxw==",
                        "pluGuid": "77da90ef-557f-48b3-b33f-4d5ff9eee9c7",
                        "supplierIdentifier": "weoXuq3vpEKvelqZzFzKxQ==",
                        "supplierIdentifierGuid": "ba17eac1-efad-42a4-af7a-5a99cc5ccac5",
                        "invoiceCode": "sample string 1",
                        "storeIDs": [
                          1,
                          2
                        ]
                      },
                      {
                        "$ref": "14"
                      }
                    ],
                    "storeIDs": [
                      1,
                      2
                    ],
                    "preferredSupplier": true,
                    "preferredRebateSupplier": true,
                    "supplierName": "sample string 42",
                    "salesMode": 43,
                    "orderPacked": true,
                    "active": true,
                    "price": 1,
                    "costGstPercent": 45,
                    "parentPluG_UID": "srlC+fCvukK5q75b8eJdCA==",
                    "parentPluGuid": "f942b9b2-aff0-42ba-b9ab-be5bf1e25d08",
                    "freight": 46.0,
                    "freightType": 1,
                    "product": {
                      "$id": "15",
                      "plu": 1,
                      "storeID": 1,
                      "masterPluG_UID": "QEA=",
                      "storeIDs": [
                        1,
                        2
                      ],
                      "g_UId": "pvxzSsekEEaj8szIhvyMQg==",
                      "guid": "4a73fca6-a4c7-4610-a3f2-ccc886fc8c42",
                      "apn": "sample string 1",
                      "apnChanged": true,
                      "apnSwitched": true,
                      "barcode": "sample string 4",
                      "itemNumber": "sample string 5",
                      "itemNumberChanged": true,
                      "priceGroupG_UID": "SDPfseo+4EyPeBNPsNQmwA==",
                      "priceGroupGuid": "b1df3348-3eea-4ce0-8f78-134fb0d426c0",
                      "blueprintID": 1,
                      "lastCountedDate": "2026-06-03T18:31:22.8347028",
                      "externalID": "sample string 7",
                      "active": true,
                      "activated": "2026-06-03T18:31:22.8347028",
                      "pluCreated": "2026-06-03T18:31:22.8347028",
                      "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": "2026-06-03T18:31:22.8347028",
                      "lastManualUpdate": "2026-06-03T18:31:22.8347028",
                      "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": "2026-06-03T18:31:22.8347028",
                      "currentCostUpdated": "2026-06-03T18:31:22.8347028",
                      "costDecimals": 31,
                      "costChanged": true,
                      "dealCostIdentifier": "QEA=",
                      "excludeFromRebate": true,
                      "rebateOverride": 1,
                      "costCalcMethod": 32,
                      "costCalcMethodChanged": true,
                      "costEffectiveDate": "2026-06-03T18:31:22.8347028",
                      "defaultGP": 1,
                      "breakTargetMode": 33,
                      "break1": 1,
                      "price1": 1,
                      "target1": 34,
                      "break2": 1,
                      "price2": 1,
                      "target2": 35,
                      "break3": 1,
                      "price3": 1,
                      "target3": 36,
                      "break1Changed": true,
                      "price1Changed": true,
                      "target1Changed": true,
                      "break2Changed": true,
                      "price2Changed": true,
                      "target2Changed": true,
                      "break3Changed": true,
                      "price3Changed": true,
                      "target3Changed": true,
                      "breakTargetModeChanged": true,
                      "margin": 1.1,
                      "marginChanged": true,
                      "marginRanged": true,
                      "marginRangedChanged": true,
                      "minimumMargin": 1.1,
                      "minimumMarginChanged": true,
                      "maximumMargin": 1.1,
                      "maximumMarginChanged": true,
                      "overrideHostWarehouseIndicator": true,
                      "overrideHostWarehouseIndicatorChanged": true,
                      "overrideHostPrice": true,
                      "overrideHostPriceChanged": true,
                      "overrideHostCost": true,
                      "overrideHostCostChanged": true,
                      "overrideHostMargin": true,
                      "overrideHostMarginChanged": true,
                      "alwaysApplyMargin": true,
                      "alwaysApplyMarginChanged": true,
                      "aws": 1.0,
                      "paws": 1.0,
                      "awsUpdated": "2026-06-03T18:31:22.8347028",
                      "posTare": 1,
                      "altPrice": 1.0,
                      "altPriceChanged": true,
                      "altPriceMode": 53,
                      "altPriceModeChanged": true,
                      "altPLUG_UID": "UL6canH070WKu0235YCIQA==",
                      "altPLUGuid": "6a9cbe50-f471-45ef-8abb-4db7e5808840",
                      "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": "2026-06-03T18:31:22.8347028",
                      "labelLastPrice": 1,
                      "shelfPageLayoutG_UID": "dDWqkyFAz02Wgx0n8LU/IQ==",
                      "shelfPageLayoutGuid": "93aa3574-4021-4dcf-9683-1d27f0b53f21",
                      "talkerPageLayoutG_UID": "MXRFmXPf9Eas0ULbpLUxSw==",
                      "talkerPageLayoutGuid": "99457431-df73-46f4-acd1-42dba4b5314b",
                      "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,
                      "liabilityItem": true,
                      "trackSerial": true,
                      "trackSerialChanged": true,
                      "allowZeroPrice": true,
                      "allowZeroPriceChanged": true,
                      "notForSale": 92,
                      "notForSaleChanged": true,
                      "excludeFromDeals": true,
                      "excludeFromVoucher": true,
                      "minimumAge": 95,
                      "minimumAgeChanged": true,
                      "buyingLimit": 1,
                      "buyingLimitChanged": true,
                      "buyingLimitIndependent": true,
                      "buyingLimitIndependentChanged": true,
                      "inventoryGuid": "6DPJKnZDdkK3g5mTNgJ5hA==",
                      "inventoryIdentifier": "2ac933e8-4376-4276-b783-999336027984",
                      "inventoryAccuracy": 1,
                      "baseUnits": 99,
                      "orderPacked": 1,
                      "isManufactured": true,
                      "isIngredient": true,
                      "isModifier": true,
                      "isModifierChanged": true,
                      "hasModifiers": 100,
                      "defaultPrinter": "sample string 101",
                      "defaultPrinterGroup": "sample string 102",
                      "ingredientsOnManufacture": true,
                      "manufactureUnitMeasure": 1,
                      "mpl": 1,
                      "maxShelfQty": 103,
                      "allowAutoOrder": true,
                      "warrantyPeriod": 1,
                      "parentPluG_UId": "8Y02NkVtPkirMy6RBLr4Iw==",
                      "parentPluGuid": "36368df1-6d45-483e-ab33-2e9104baf823",
                      "preferredHostVendor": 105,
                      "preferredHostChanged": true,
                      "code": "sample string 107",
                      "supplierIdentifier": "oPgFYNlQn0OWc1vvU8TDNQ==",
                      "supplierIdentifierGuid": "6005f8a0-50d9-439f-9673-5bef53c4c335",
                      "supplierChanged": true,
                      "rebateSupplierIdentifier": "rqxRGLbFuEeYp4xWrVMxnQ==",
                      "rebateSupplierIdentifierGuid": "1851acae-c5b6-47b8-98a7-8c56ad53319d",
                      "rebateSupplierChanged": true,
                      "availableForOrder": true,
                      "warehouseDirectIndicator": "sample string 109",
                      "warehouseDirectIndicatorChanged": true,
                      "productGrade": "sample string 111",
                      "productType": "sample string 112",
                      "productGroup": "sample string 113",
                      "complianceIndicator": "sample string 114",
                      "inhouseBrand": "sample string 115",
                      "slowMoving": true,
                      "generalMerchandise": true,
                      "comment": "sample string 118",
                      "lastUpdatedByUser": "sample string 119",
                      "lastManualUpdatedByUser": "sample string 120",
                      "lastUpdatedByUserOverride": true,
                      "lastUpdatedByHost": "2026-06-03T18:31:22.8347028",
                      "commodity": "sample string 122",
                      "businessPillar": "sample string 123",
                      "mscCommodity": "sample string 124",
                      "hostIdentifier": "SAdz0S40W0S6/vFeNBDsZA==",
                      "hostIdentifierGuid": "d1730748-342e-445b-bafe-f15e3410ec64",
                      "serviceFeeID": 1,
                      "serviceFeeIDChanged": true,
                      "providerName": "sample string 126",
                      "aisleEnds": "sample string 127",
                      "deleted": true,
                      "deletedChanged": true,
                      "hidden": true,
                      "doNotRange": true,
                      "doNotRangeChanged": true,
                      "doNotOrder": true,
                      "doNotOrderChanged": true,
                      "locked": true,
                      "excludeFromWebUpdate": true,
                      "excludeFromWebUpdateChanged": true,
                      "webPriceBasedOn": 138,
                      "webPriceRounding": true,
                      "webMarkup": 140,
                      "webPriceMode": 141,
                      "altDepartmentID": 1,
                      "altSubDepartmentID": 1,
                      "altMinorDepartmentID": 1,
                      "altLesserDepartmentID": 1,
                      "altDeptCode": "sample string 142",
                      "altSubDeptCode": "sample string 143",
                      "altMinorDeptCode": "sample string 144",
                      "altLesserDeptCode": "sample string 145",
                      "altDepartmentChanged": true,
                      "storeProducts": [
                        {
                          "$ref": "15"
                        },
                        {
                          "$ref": "15"
                        }
                      ],
                      "store": {
                        "$ref": "4"
                      },
                      "storePrices": [
                        {
                          "$id": "16",
                          "pluG_UID": "dOB/Lpf6vken7lEoaqx6jQ==",
                          "pluGuid": "2e7fe074-fa97-47be-a7ee-51286aac7a8d",
                          "plu": 1,
                          "storeID": 1,
                          "zoneID": 2,
                          "zoneName": "sample string 3",
                          "store": "sample string 4",
                          "isElectedMasterStore": true,
                          "isZoneMasterStore": true,
                          "priceNow": 7,
                          "costNow": 8,
                          "costNowDecimals": 9,
                          "normalPrice": 10,
                          "priceNext": 1,
                          "costNext": 1,
                          "costNextDecimals": 11,
                          "nextCampaignName": "sample string 12",
                          "gstPercent": 13,
                          "normalCost": 14,
                          "normalCostDecimals": 15,
                          "costGstPercent": 16,
                          "costCalcMethod": 1,
                          "currentCost": 17,
                          "currentCostDecimals": 18,
                          "break1": 19,
                          "price1": 20,
                          "break2": 21,
                          "price2": 22,
                          "break3": 23,
                          "price3": 24,
                          "fuelItem": 25,
                          "fixedWeight": 26,
                          "active": true,
                          "complianceIndicator": "sample string 27",
                          "doNotOrder": true,
                          "doNotRange": true,
                          "isNormalPriceChangesCampaign": true,
                          "updated": "2026-06-03T18:31:22.8503319"
                        },
                        {
                          "$ref": "16"
                        }
                      ],
                      "currentPrices": {
                        "$id": "17",
                        "pluPrices": {
                          "$id": "18",
                          "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,
                          "memberDiscountPrice": 10,
                          "acceptedUtc": "2026-06-03T18:31:22.8503319",
                          "priceChangeType": 0,
                          "costDecimals": 11,
                          "costCalcMethod": 12,
                          "targetCampaignPriceGtOrEquNormal": true
                        },
                        "normalPluPrices": {
                          "$ref": "18"
                        },
                        "winningCampaign": 1,
                        "winner": {
                          "$id": "19",
                          "campaignName": "sample string 1",
                          "campaignDescription": "sample string 2",
                          "talkerText": "sample string 3",
                          "disableWasSave": true,
                          "startDate": "2026-06-03T18:31:22.8503319",
                          "startTime": 5,
                          "endDate": "2026-06-03T18:31:22.8503319",
                          "endTime": 6,
                          "newPrice": 7,
                          "newCost": 8,
                          "newCostDecimals": 9,
                          "pctDiscount": 10,
                          "promoType": 1,
                          "promotionTypeCode": "sample string 11",
                          "hostType": 12,
                          "hostIdentifier": "M9nEm95sREmZG8ZiIWpIrQ==",
                          "hostIdentifierGuid": "9bc4d933-6cde-4944-991b-c662216a48ad",
                          "storeNames": [
                            "sample string 1",
                            "sample string 2"
                          ]
                        },
                        "details": [
                          {
                            "$ref": "19"
                          },
                          {
                            "$ref": "19"
                          }
                        ]
                      },
                      "tray": {
                        "$id": "20",
                        "g_UId": "+A9JiOOcIEu2wS1SBkFHYQ==",
                        "guid": "88490ff8-9ce3-4b20-b6c1-2d5206414761",
                        "name": "sample string 1",
                        "number": 1,
                        "tare": 1
                      },
                      "priceGroup": {
                        "$id": "21",
                        "priceGroupG_UID": "cGu5UCeZm0OfxwADyQqY9w==",
                        "priceGroupGuid": "50b96b70-9927-439b-9fc7-0003c90a98f7",
                        "name": "sample string 2",
                        "code": 1,
                        "modified": true,
                        "updated": "2026-06-03T18:31:22.8503319",
                        "buyingLimit": 1,
                        "buyingLimitIndependent": true,
                        "buyingLimitType": 0,
                        "number": 1,
                        "products": [
                          {
                            "$ref": "15"
                          },
                          {
                            "$ref": "15"
                          }
                        ],
                        "productCount": 1
                      },
                      "priceGroupName": "sample string 147",
                      "nutrifacts": {
                        "$id": "22",
                        "pluG_UID": "cJ8G+1Xp/EeDp8MJXx4vYg==",
                        "pluGuid": "fb069f70-e955-47fc-83a7-c3095f1e2f62",
                        "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": "23",
                        "pluGuid": "1775ea82-e9a8-43c8-91ab-1da40ef866c4",
                        "created": "2026-06-03T18:31:22.8503319",
                        "createdByUser": "sample string 1",
                        "activated": "2026-06-03T18:31:22.8503319",
                        "activatedByUser": "sample string 2",
                        "deactivated": "2026-06-03T18:31:22.8503319",
                        "deactivatedByUser": "sample string 3",
                        "lastOrdered": "2026-06-03T18:31:22.8503319",
                        "lastOrderedQty": 4.0,
                        "lastReceived": "2026-06-03T18:31:22.8503319",
                        "lastReceivedQty": 5.0,
                        "lastInvoiceStatus": 1,
                        "lastCounted": "2026-06-03T18:31:22.8503319",
                        "lastSold": "2026-06-03T18:31:22.8503319",
                        "firstSold": "2026-06-03T18:31:22.8503319",
                        "awsUpdated": "2026-06-03T18:31:22.8503319",
                        "lastManualUpdate": "2026-06-03T18:31:22.8503319",
                        "lastManualUpdatedByUser": "sample string 7",
                        "lastUpdated": "2026-06-03T18:31:22.8503319",
                        "lastUpdatedByUser": "sample string 9",
                        "lastUpdatedByHost": "2026-06-03T18:31:22.8503319",
                        "doNotRangeUpdated": "2026-06-03T18:31:22.8503319",
                        "doNotOrderUpdated": "2026-06-03T18:31:22.8503319",
                        "tracked": "2026-06-03T18:31:22.8503319"
                      },
                      "allergens": [
                        {
                          "$id": "24",
                          "primaryKey": {
                            "$id": "25",
                            "pluGuid": "8a97c033-18bc-4d84-a2b6-319febefa891",
                            "contains": 2
                          },
                          "allergenID": 1,
                          "pluG_UID": "M8CXirwYhE2itjGf6++okQ==",
                          "pluGuid": "8a97c033-18bc-4d84-a2b6-319febefa891",
                          "contains": 2,
                          "allergenName": "sample string 3",
                          "storeIDs": [
                            1,
                            2
                          ]
                        },
                        {
                          "$ref": "24"
                        }
                      ],
                      "costs": {
                        "$id": "26",
                        "pluG_UID": "Ie1V3LjZ10qmnJFEj3kPew==",
                        "pluGuid": "dc55ed21-d9b8-4ad7-a69c-91448f790f7b",
                        "enteredCost": 1,
                        "weightedAvgCost": 1,
                        "lastCost": 1,
                        "rawEnteredCost": 2,
                        "rawWeightedAvgCost": 3,
                        "rawLastCost": 4,
                        "freight": 5.0,
                        "freightType": 6,
                        "costDecimals": 7,
                        "fifoCost": 1,
                        "updated": "2026-06-03T18:31:22.8503319",
                        "normalCost": 1,
                        "currentCost": 1
                      },
                      "sales": [
                        {
                          "$id": "27",
                          "saleHeaderID": 1,
                          "created": "2026-06-03T18:31:22.8503319",
                          "createdLocal": "2026-06-03T18:31:22.8503319",
                          "storeID": 3,
                          "storeName": "sample string 4",
                          "operatorG_Uid": "H5hNNnpJCkahT/efUujgIA==",
                          "operatorGuid": "364d981f-497a-460a-a14f-f79f52e8e020",
                          "operatorName": "sample string 5",
                          "tranType": 1,
                          "plu": 1,
                          "pluG_UId": "e/3jSfsxjUGxqPHr4Hzlqg==",
                          "pluGuid": "49e3fd7b-31fb-418d-b1a8-f1ebe07ce5aa",
                          "normalPrice": 1,
                          "totalCents": 1,
                          "cost": 1,
                          "grossProfit": 1,
                          "quantity": 1,
                          "operator": {
                            "$id": "28",
                            "id": 1,
                            "g_Uid": "zDEV2OYKAkWUrGD6X5Oh2A==",
                            "guid": "d81531cc-0ae6-4502-94ac-60fa5f93a1d8",
                            "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": "2026-06-03T18:31:22.8503319",
                            "passwordResetRequired": true,
                            "alteredInStore": true,
                            "startShift": "2026-06-03T18:31:22.8503319",
                            "endShift": "2026-06-03T18:31:22.8503319",
                            "machineName": "sample string 20",
                            "drawerID": 1,
                            "stores": [
                              {
                                "$id": "29",
                                "operatorG_UID": "Sai4rsVhm0SoOjs6T7DqcA==",
                                "operatorGuid": "aeb8a849-61c5-449b-a83a-3b3a4fb0ea70",
                                "storeID": 2,
                                "operator": {
                                  "$ref": "28"
                                },
                                "store": {
                                  "$ref": "4"
                                }
                              },
                              {
                                "$ref": "29"
                              }
                            ]
                          }
                        },
                        {
                          "$ref": "27"
                        }
                      ],
                      "apns": [
                        {
                          "$id": "30",
                          "pluID": 1,
                          "pluG_UID": "8K0NZ3ii+ESZuA59hZYrCg==",
                          "pluGuid": "670dadf0-a278-44f8-99b8-0e7d85962b0a",
                          "apn": "sample string 1",
                          "deleted": true,
                          "storeID": 1,
                          "storeIDs": [
                            1,
                            2
                          ]
                        },
                        {
                          "$ref": "30"
                        }
                      ],
                      "tuns": [
                        {
                          "$id": "31",
                          "pluG_UId": "CIbOHwwDrEuSpl14JiJnBg==",
                          "pluGuid": "1fce8608-030c-4bac-92a6-5d7826226706",
                          "apn": "sample string 1",
                          "tun": "sample string 2",
                          "cartonQuantity": 3,
                          "product": {
                            "$ref": "15"
                          },
                          "storeIDs": [
                            1,
                            2
                          ]
                        },
                        {
                          "$ref": "31"
                        }
                      ],
                      "competitionPricing": [
                        {
                          "$id": "32",
                          "identifier": "OOUW0SJYXEuQfKMtlv6CNQ==",
                          "identifierGuid": "d116e538-5822-4b5c-907c-a32d96fe8235",
                          "pluG_UID": "23zxV5opVUqXmPmugfX+SA==",
                          "pluGuid": "57f17cdb-299a-4a55-9798-f9ae81f5fe48",
                          "competitionID": 1,
                          "name": "sample string 2",
                          "sellMultiple": 3,
                          "retailPrice": 4,
                          "storeName": "sample string 5"
                        },
                        {
                          "$ref": "32"
                        }
                      ],
                      "supplier": {
                        "$ref": "10"
                      },
                      "supplierName": "sample string 148",
                      "children": [
                        {
                          "$ref": "15"
                        },
                        {
                          "$ref": "15"
                        }
                      ],
                      "ordering": {
                        "$ref": "13"
                      },
                      "flipChartPages": [
                        {
                          "$id": "33",
                          "identifier": "exXXGEfdaUimLpi7SxQQUg==",
                          "groupName": "sample string 1",
                          "identifierGuid": "18d7157b-dd47-4869-a62e-98bb4b141052",
                          "exists": true,
                          "flipChartIdentifier": "307ILVSpLEWuFA2TiKF4UQ==",
                          "flipChartIdentifierGuid": "2dc84edf-a954-452c-ae14-0d9388a17851",
                          "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": "AB5oXYUzG0GmdxC32El2Sw==",
                          "groupIdentifierGuid": "5d681e00-3385-411b-a677-10b7d849764b",
                          "flipChart": {
                            "$id": "34",
                            "identifier": "Ngwb3XcVR0epXxGQycCHMQ==",
                            "identifierGuid": "dd1b0c36-1577-4747-a95f-1190c9c08731",
                            "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": "35",
                              "identifier": "46uMNqVFR0ObRloNRSU3eQ==",
                              "identifierGuid": "368cabe3-45a5-4347-9b46-5a0d45253779",
                              "name": "sample string 2",
                              "formType": "sample string 3",
                              "forms": [
                                {
                                  "$id": "36",
                                  "id": 1,
                                  "g_UID": "9R9340UCtkmM89eQVsr6VQ==",
                                  "guid": "e3771ff5-0245-49b6-8cf3-d79056cafa55",
                                  "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": "iJXil6iZDkWQGdUbtKlFjQ==",
                                  "previousFormGuid": "97e29588-99a8-450e-9019-d51bb4a9458d",
                                  "nextForm": 1,
                                  "nextFormG_UID": "9MVysGeEnk2kZ0/OA9KjBw==",
                                  "nextFormGuid": "b072c5f4-8467-4d9e-a467-4fce03d2a307",
                                  "attributes": "sample string 10",
                                  "updated": "2026-06-03T18:31:22.8503319",
                                  "positioning": 1,
                                  "contentPanel": "sample string 11",
                                  "selectionMode": 1,
                                  "maximumSelections": 1,
                                  "alteredInStore": true,
                                  "deleted": true,
                                  "blueprintID": 1,
                                  "preserveLayout": true,
                                  "mainCheckoutFormName": "sample string 13",
                                  "nextCheckoutForm": {
                                    "$ref": "36"
                                  },
                                  "previousCheckoutForm": {
                                    "$ref": "36"
                                  },
                                  "buttons": [
                                    {
                                      "$id": "37",
                                      "id": 1,
                                      "checkoutFormID": 2,
                                      "checkoutFormG_UID": "Fp0e+JIFG0il4tVKgakjLA==",
                                      "checkoutFormGuid": "f81e9d16-0592-481b-a5e2-d54a81a9232c",
                                      "identifier": "Nn3kpccrr0GnEhVTOWrd+w==",
                                      "identifierGuid": "a5e47d36-2bc7-41af-a712-1553396addfb",
                                      "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": "CdxTUvOqFUephWqE9tI8Nw==",
                                      "valueGuid": "5253dc09-aaf3-4715-a985-6a84f6d23c37",
                                      "buttonText": "sample string 10",
                                      "valueText": "sample string 11",
                                      "drawImageAndButton": true,
                                      "updated": "2026-06-03T18:31:22.8503319",
                                      "action": "sample string 12",
                                      "valueForm": {
                                        "$ref": "36"
                                      },
                                      "image": {
                                        "$id": "38",
                                        "name": "sample string 3.sample string 4",
                                        "imageID": 2,
                                        "imageName": "sample string 3",
                                        "imageExtension": "sample string 4",
                                        "lastUpdate": "2026-06-03T18:31:22.8503319",
                                        "imageData": "QEA=",
                                        "readOnly": true
                                      }
                                    },
                                    {
                                      "$ref": "37"
                                    }
                                  ],
                                  "panels": [
                                    {
                                      "$id": "39",
                                      "id": 1,
                                      "checkoutFormID": 2,
                                      "checkoutFormG_UID": "H6UfJ+mDaEmABomOEryGdQ==",
                                      "checkoutFormGuid": "271fa51f-83e9-4968-8006-898e12bc8675",
                                      "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": "39"
                                    }
                                  ]
                                },
                                {
                                  "$ref": "36"
                                }
                              ],
                              "panels": [
                                {
                                  "$ref": "39"
                                },
                                {
                                  "$ref": "39"
                                }
                              ]
                            },
                            "pages": [
                              {
                                "$ref": "33"
                              },
                              {
                                "$ref": "33"
                              }
                            ]
                          },
                          "contentPanel": {
                            "$ref": "39"
                          },
                          "products": [
                            {
                              "$id": "40",
                              "flipChartPageIdentifier": "n3eza2MfFk+z5FL6brJZCQ==",
                              "flipChartPageIdentifierGuid": "6bb3779f-1f63-4f16-b3e4-52fa6eb25909",
                              "pluG_UID": "npZpzQSQUUu8oWwHD+Yp3g==",
                              "pluGuid": "cd69969e-9004-4b51-bca1-6c070fe629de",
                              "sortOrder": 3,
                              "sent": true,
                              "productChanged": true,
                              "productImageName": "sample string 6",
                              "productShowImageOnFlipCharts": true,
                              "productShowTextOnFlipCharts": true,
                              "productOverrideFlipChartText": true,
                              "productFlipChartText": "sample string 10",
                              "product": {
                                "$ref": "15"
                              },
                              "departmentSortOrder": 11,
                              "subDepartmentName": "sample string 12"
                            },
                            {
                              "$ref": "40"
                            }
                          ],
                          "productCount": 27,
                          "pages": [
                            {
                              "$ref": "33"
                            },
                            {
                              "$ref": "33"
                            }
                          ]
                        },
                        {
                          "$ref": "33"
                        }
                      ],
                      "priceHistory": [
                        {
                          "$id": "41",
                          "pluG_UID": "Q3gn8fd5Uku0zStQ1/4WiQ==",
                          "pluGuid": "f1277843-79f7-4b52-b4cd-2b50d7fe1689",
                          "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": "2026-06-03T18:31:22.8503319",
                          "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": "41"
                        }
                      ],
                      "ingredients": [
                        {
                          "$id": "42",
                          "pluG_UID": "+ZRYYYTnx0GoHWWXvLoWZw==",
                          "ingredientGuid": "QZ8tALEO50655s5hOE1l1w==",
                          "ingredientIdentifier": "002d9f41-0eb1-4ee7-b9e6-ce61384d65d7",
                          "quantity": 1.0,
                          "storeIDs": [
                            1,
                            2
                          ],
                          "ingredientText": "sample string 1",
                          "ingredient": {
                            "$ref": "15"
                          }
                        },
                        {
                          "$ref": "42"
                        }
                      ],
                      "bins": [
                        {
                          "$id": "43",
                          "pluG_UID": "FqVMYJOArEWyVn+oo9vI8Q==",
                          "pluGuid": "604ca516-8093-45ac-b256-7fa8a3dbc8f1",
                          "shelfLocationIdentifier": "JtrBEQFo7UyI0iL4By9hlg==",
                          "shelfLocationGuid": "11c1da26-6801-4ced-88d2-22f8072f6196",
                          "labelShelfDefault": 1,
                          "labelTalkerDefault": 1,
                          "labelSmall": true,
                          "labelPageLayoutG_UID": "HOOcizRELEC5gDSP2gEygA==",
                          "labelPageLayoutGuid": "8b9ce31c-4434-402c-b980-348fda013280",
                          "updated": "2026-06-03T18:31:22.8503319",
                          "electronicShelfLabelIdentifier": "sample string 5",
                          "electronicshelfLabelsConfigurationID": 6,
                          "labelShelfChanged": true,
                          "productName": "sample string 8",
                          "locationText": "sample string 9",
                          "product": {
                            "$ref": "15"
                          },
                          "location": {
                            "$id": "44",
                            "identifier": "mjGVKeBzAkOuktEOGqgIXg==",
                            "storeID": 1,
                            "identifierGuid": "2995319a-73e0-4302-ae92-d10e1aa8085e",
                            "name": "sample string 2",
                            "haccp": true,
                            "blueprintID": 1,
                            "updated": "2026-06-03T18:31:22.8503319",
                            "minTemp": 1,
                            "maxTemp": 1,
                            "checkFrequency": 1,
                            "storeCaseConfiguration": 5,
                            "storeName": "sample string 6",
                            "bins": [
                              {
                                "$ref": "43"
                              },
                              {
                                "$ref": "43"
                              }
                            ]
                          }
                        },
                        {
                          "$ref": "43"
                        }
                      ],
                      "bin": {
                        "$ref": "43"
                      },
                      "scaleLocations": [
                        {
                          "$id": "45",
                          "plu": 1,
                          "pluG_UID": "pzl/oCSPlEukCRKDpsGC9Q==",
                          "pluGuid": "a07f39a7-8f24-4b94-a409-1283a6c182f5",
                          "deptNo": 1,
                          "product": {
                            "$ref": "15"
                          },
                          "scaleLocation": {
                            "$id": "46",
                            "id": 1,
                            "deptNo": 1,
                            "deptCode": "sample string 2",
                            "name": "sample string 3",
                            "enabled": true,
                            "updated": "2026-06-03T18:31:22.8503319",
                            "department": {
                              "$id": "47",
                              "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": "46"
                              },
                              "subDepartments": [
                                {
                                  "$id": "48",
                                  "id": 1,
                                  "departmentID": 2,
                                  "name": "sample string 3",
                                  "code": "sample string 4",
                                  "departmentCode": "sample string 5",
                                  "externalSales": true,
                                  "minorDepartments": [
                                    {
                                      "$id": "49",
                                      "id": 1,
                                      "subDepartmentID": 2,
                                      "departmentID": 3,
                                      "name": "sample string 4",
                                      "subDepartmentCode": "sample string 5",
                                      "departmentCode": "sample string 6",
                                      "code": "sample string 7",
                                      "lesserDepartments": [
                                        {
                                          "$id": "50",
                                          "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": "2026-06-03T18:31:22.8503319",
                                          "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": "xFb3Ip+CxUWfrduvzgRPew==",
                                          "labelPageLayoutGuid": "22f756c4-829f-45c5-9fad-dbafce044f7b",
                                          "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": "51",
                                            "dept": 1,
                                            "category": 2,
                                            "name": "sample string 3",
                                            "active": true,
                                            "mscCommodities": [
                                              {
                                                "$id": "52",
                                                "dept": 1,
                                                "category": 2,
                                                "commodity": 3,
                                                "name": "sample string 4",
                                                "active": true,
                                                "mscSubCommodities": [
                                                  {
                                                    "$id": "53",
                                                    "dept": 1,
                                                    "category": 2,
                                                    "commodity": 3,
                                                    "subCommodity": 4,
                                                    "name": "sample string 5",
                                                    "active": true,
                                                    "subCommodityCode": "sample string 7"
                                                  },
                                                  {
                                                    "$ref": "53"
                                                  }
                                                ],
                                                "commodityCode": "sample string 6"
                                              },
                                              {
                                                "$ref": "52"
                                              }
                                            ],
                                            "categoryCode": "sample string 5"
                                          },
                                          "mscCom": {
                                            "$ref": "52"
                                          },
                                          "mscDep": {
                                            "$id": "54",
                                            "dept": 1,
                                            "name": "sample string 2",
                                            "active": true,
                                            "mscCategories": [
                                              {
                                                "$ref": "51"
                                              },
                                              {
                                                "$ref": "51"
                                              }
                                            ],
                                            "deptCode": "sample string 4"
                                          },
                                          "mscSubCom": {
                                            "$ref": "53"
                                          }
                                        },
                                        {
                                          "$ref": "50"
                                        }
                                      ],
                                      "updated": "2026-06-03T18:31:22.8503319",
                                      "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": "6O0jTKb5LE+HAkw8ippb8g==",
                                      "labelPageLayoutGuid": "4c23ede8-f9a6-4f2c-8702-4c3c8a9a5bf2",
                                      "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": "51"
                                      },
                                      "mscCom": {
                                        "$ref": "52"
                                      },
                                      "mscDep": {
                                        "$ref": "54"
                                      },
                                      "mscSubCom": {
                                        "$ref": "53"
                                      }
                                    },
                                    {
                                      "$ref": "49"
                                    }
                                  ],
                                  "investmentBuyOverride": true,
                                  "updated": "2026-06-03T18:31:22.8503319",
                                  "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": "l7OGinuB+Ea/7tEz4+9IxQ==",
                                  "labelPageLayoutGuid": "8a86b397-817b-46f8-bfee-d133e3ef48c5",
                                  "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": "51"
                                  },
                                  "mscCom": {
                                    "$ref": "52"
                                  },
                                  "mscDep": {
                                    "$ref": "54"
                                  },
                                  "mscSubCom": {
                                    "$ref": "53"
                                  }
                                },
                                {
                                  "$ref": "48"
                                }
                              ],
                              "stores": [
                                1,
                                2
                              ],
                              "investmentBuyOverride": true,
                              "updated": "2026-06-03T18:31:22.8503319",
                              "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": "4E1+GctQhkKYQzn54nXHBQ==",
                              "labelPageLayoutGuid": "197e4de0-50cb-4286-9843-39f9e275c705",
                              "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": "51"
                              },
                              "mscCom": {
                                "$ref": "52"
                              },
                              "mscDep": {
                                "$ref": "54"
                              },
                              "mscSubCom": {
                                "$ref": "53"
                              }
                            }
                          }
                        },
                        {
                          "$ref": "45"
                        }
                      ],
                      "nextPrice": {
                        "$id": "55",
                        "id": 1,
                        "campaignID": 2,
                        "campaignName": "sample string 3",
                        "plu": 1,
                        "hostOfferID": 1,
                        "metcashPromotionID": "sample string 4",
                        "metcashPromotionPlacement": "sample string 5",
                        "pluG_UID": "+NYlAoy+4EC/Dpmq3AiFQA==",
                        "pluGuid": "0225d6f8-be8c-40e0-bf0e-99aadc088540",
                        "newPrice": 1,
                        "pctDiscount": 1,
                        "newCost": 1,
                        "newCostDecimals": 6,
                        "dealCostIdentifier": "oZhh7UALrkW9OaR+zotuNQ==",
                        "dealCostGuid": "ed6198a1-0b40-45ae-bd39-a47ece8b6e35",
                        "pluName": "sample string 7",
                        "apn": "sample string 8",
                        "fuelItem": true,
                        "priceGroupG_UID": "cbuz7dk8mUe5Cg6wJM5OkA==",
                        "priceGroupGuid": "edb3bb71-3cd9-4799-b90a-0eb024ce4e90",
                        "itemNumber": "sample string 10",
                        "cri": "sample string 11",
                        "pluPrice": 12,
                        "costCalcMethod": 13,
                        "pluCost": 14,
                        "pluCostIndicator": "sample string 15",
                        "pluPriceGstPercent": 16,
                        "pluCostGstPercent": 17,
                        "pluActive": true,
                        "cartonQty": 1.1,
                        "baseUnits": 19.1,
                        "salesMode": 1,
                        "orderPacked": 20,
                        "pluNormalCost": 21,
                        "pluaws": 22.0,
                        "directNumber": "sample string 23",
                        "departmentName": "sample string 24",
                        "subDepartmentName": "sample string 25",
                        "priceGroupName": "sample string 26",
                        "supplierName": "sample string 27",
                        "stockOnHand": 1.1,
                        "stockOnOrder": 1.1,
                        "lastReceived": "2026-06-03T18:31:22.8503319",
                        "rrp": 28,
                        "campaignDescription": "sample string 29",
                        "hostCampaign": true,
                        "hostIdentifier": "QEA=",
                        "hostIdentifierGuid": "b02f4de3-8027-4287-a798-e46974baaed3",
                        "campaignComboPriceGroupG_UID": "o3hQHhGOD02SxC3iJ5h4wA==",
                        "campaignComboPriceGroupIdentifier": "1e5078a3-8e11-4d0f-92c4-2de2279878c0",
                        "promotionPlacementDescription": "sample string 31",
                        "storeAcceptances": [
                          {
                            "$id": "56",
                            "plu": 1,
                            "pluG_UId": "QEA=",
                            "campaignID": 1,
                            "campaignName": "sample string 2",
                            "storeID": 3,
                            "acceptedUtc": "2026-06-03T18:31:22.8503319",
                            "operatorG_UID": "PgEpaCeUIUqedl7azprsJA==",
                            "operatorGuid": "6829013e-9427-4a21-9e76-5edace9aec24",
                            "machineID": 1,
                            "processed": true,
                            "appliedUtc": "2026-06-03T18:31:22.8503319",
                            "signIqTicketFileMovedUtc": "2026-06-03T18:31:22.8503319",
                            "user": "sample string 6",
                            "campaignDescription": "sample string 7",
                            "productDesc": "sample string 8",
                            "storeName": "sample string 9",
                            "effectiveUtc": "2026-06-03T18:31:22.8503319",
                            "priceChangeType": 0,
                            "operatorName": "sample string 10",
                            "hostCampaign": true,
                            "hostIdentifier": "QEA=",
                            "hostIdentifierGuid": "08a0062c-a67a-48fc-8a2d-f70550c5c74a",
                            "product": {
                              "$ref": "15"
                            },
                            "campaignPlu": {
                              "$ref": "55"
                            },
                            "fuelItem": true
                          },
                          {
                            "$ref": "56"
                          }
                        ],
                        "campaign": {
                          "$id": "57",
                          "id": 1,
                          "storeID": 2,
                          "name": "2b133ced-f9a9-4d16-861b-32dbee7e7ce2",
                          "nameGuid": "2b133ced-f9a9-4d16-861b-32dbee7e7ce2",
                          "description": "sample string 4",
                          "showDiscounts": true,
                          "showTotals": true,
                          "onlyEvaluateOnSubtotal": true,
                          "useDescription": true,
                          "campaignType": 1,
                          "startDate": "2026-06-03T18:31:22.8503319",
                          "startTime": 1,
                          "endDate": "2026-06-03T18:31:22.8503319",
                          "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": "2026-06-03T18:31:22.8503319",
                          "system": true,
                          "created": "2026-06-03T18:31:22.8503319",
                          "updated": "2026-06-03T18:31:22.8503319",
                          "priceChangeNotifiedUtc": "2026-06-03T18:31:22.8503319",
                          "promoType": 1,
                          "promotionTypeCode": "sample string 13",
                          "hostIdentifier": "GWSNjxrTN0mQaIMpveynsg==",
                          "hostIdentifierGuid": "8f8d6419-d31a-4937-9068-8329bdeca7b2",
                          "hostType": 14,
                          "createdByUser": "sample string 15",
                          "fromHost": true,
                          "deleted": true,
                          "campaignDeleted": "2026-06-03T18:31:22.8503319",
                          "updatedByUser": "sample string 18",
                          "offerID": 1,
                          "isPriceChangeCampaign": true,
                          "stores": [
                            1,
                            2
                          ],
                          "storeNames": [
                            "sample string 1",
                            "sample string 2"
                          ],
                          "campaignPlus": [
                            {
                              "$ref": "55"
                            },
                            {
                              "$ref": "55"
                            }
                          ],
                          "campaignPools": [
                            {
                              "$id": "58",
                              "id": 1,
                              "campaignID": 2,
                              "campaignName": "sample string 3",
                              "plu": 4,
                              "pluG_UID": "QhieIIKMZEygU7s+HSZDqA==",
                              "pluGuid": "209e1842-8c82-4c64-a053-bb3e1d2643a8",
                              "hostOfferID": 1,
                              "priceGroupG_UID": "rVhZqVG+1EOOrXUhHgMsKQ==",
                              "priceGroupGuid": "a95958ad-be51-43d4-8ead-75211e032c29",
                              "fuelItem": true,
                              "pluName": "sample string 6",
                              "apn": "sample string 7",
                              "pluActive": true,
                              "cartonQty": 1,
                              "baseUnits": 9.1,
                              "cri": "sample string 10",
                              "salesMode": 1,
                              "orderPacked": 11,
                              "pluaws": 12.0,
                              "directNumber": "sample string 13",
                              "departmentName": "sample string 14",
                              "subDepartmentName": "sample string 15",
                              "priceGroupName": "sample string 16",
                              "supplierName": "sample string 17",
                              "stockOnHand": 1.1,
                              "stockOnOrder": 1.1,
                              "lastReceived": "2026-06-03T18:31:22.8503319",
                              "rrp": 18,
                              "campaignDescription": "sample string 19",
                              "product": {
                                "$ref": "15"
                              },
                              "campaign": {
                                "$ref": "57"
                              }
                            },
                            {
                              "$ref": "58"
                            }
                          ],
                          "sellingRules": [
                            {
                              "$id": "59",
                              "id": 1,
                              "identifier": "2sSq18SmnUGFd229Btkegw==",
                              "identifierStr": "2sSq18SmnUGFd229Btkegw==",
                              "identifierGuid": "d7aac4da-a6c4-419d-8577-6dbd06d91e83",
                              "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": "57"
                              }
                            },
                            {
                              "$ref": "59"
                            }
                          ],
                          "customers": [
                            {
                              "$id": "60",
                              "id": 1,
                              "campaignID": 2,
                              "campaignName": "sample string 3",
                              "customerID": "VbvdDAPi7kylMPZjESel2w==",
                              "customerIDGuid": "0cddbb55-e203-4cee-a530-f6631127a5db",
                              "campaign": {
                                "$ref": "57"
                              },
                              "customer": {
                                "$id": "61",
                                "identifier": "bW7jEsAslkCa4D2p9DR5GQ==",
                                "identifierGuid": "12e36e6d-2cc0-4096-9ae0-3da9f4347919",
                                "code": "sample string 2",
                                "familyName": "sample string 3",
                                "givenName": "sample string 4",
                                "otherName": "sample string 5",
                                "title": "sample string 6",
                                "dateOfBirth": "2026-06-03T18:31:22.8503319",
                                "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": "7SCLPlE6Rk61z9Mo8uIcVA==",
                                "communityIdentifierGuid": "3e8b20ed-3a51-4e46-b5cf-d328f2e21c54",
                                "joined": "2026-06-03T18:31:22.8503319",
                                "updated": "2026-06-03T18:31:22.8503319",
                                "active": true,
                                "reasonInactive": 1,
                                "groupCustomer": true,
                                "loyaltyPoints": 1,
                                "homeStoreID": 1,
                                "availableSpend": 1,
                                "priceLevelIdentifier": "pa7fkOZbLkyUwKzw7r2EXA==",
                                "priceLevelIdentifierGuid": "90dfaea5-5be6-4c2e-94c0-acf0eebd845c",
                                "marketingID": "sample string 18",
                                "receiptPrintOptions": 1,
                                "hidden": true,
                                "registered": true,
                                "registeredOn": "2026-06-03T18:31:22.8503319",
                                "emailMarketing": true,
                                "smsMarketing": true,
                                "deleted": true,
                                "deletedUser": "sample string 24",
                                "homeStoreName": "sample string 25",
                                "customerCards": [
                                  {
                                    "$id": "62",
                                    "cardType": 2,
                                    "issueDate": "2026-06-03T18:31:22.8503319",
                                    "expiry": "2026-06-03T18:31:22.8503319",
                                    "customerID": "a3bUdw6vCEGAmvL816uZ8w==",
                                    "customerIDGuid": "77d4766b-af0e-4108-809a-f2fcd7ab99f3",
                                    "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": "2026-06-03T18:31:22.8503319",
                                    "linkedAccount": "lT+L9G9njkGQFajqf0xASw==",
                                    "linkedAccountGuid": "f48b3f95-676f-418e-9015-a8ea7f4c404b",
                                    "currentValueChanged": true,
                                    "limitsChanged": true,
                                    "customer": {
                                      "$ref": "61"
                                    },
                                    "account": {
                                      "$id": "63",
                                      "id": 1,
                                      "identifier": "zTAi/nsPkEmUrOSs8XA2qQ==",
                                      "identifierGuid": "fe2230cd-0f7b-4990-94ac-e4acf17036a9",
                                      "referenceNo": "sample string 3",
                                      "name": "sample string 4",
                                      "created": "2026-06-03T18:31:22.8503319",
                                      "owner": "2kYLNZkTpE+3XEo+A/3fZg==",
                                      "ownerGuid": "350b46da-1399-4fa4-b75c-4a3e03fddf66",
                                      "accountStoreGroupIdentifier": "BYJPKJjB+kSeqEXMNsu7aQ==",
                                      "accountStoreGroupGuid": "284f8205-c198-44fa-9ea8-45cc36cbbb69",
                                      "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": "2026-06-03T18:31:22.8503319",
                                      "active": true,
                                      "updated": "2026-06-03T18:31:22.8503319",
                                      "deleted": true,
                                      "deletedUser": "sample string 16",
                                      "currentBalanceChanged": true,
                                      "maximumLimitChanged": true,
                                      "loyaltyPointsChanged": true,
                                      "projectedBalance": 17,
                                      "accountStoreGroupStoreIDs": [
                                        1,
                                        2
                                      ],
                                      "customerEmail": "sample string 18",
                                      "ownerCustomer": {
                                        "$ref": "61"
                                      },
                                      "card": {
                                        "$ref": "62"
                                      },
                                      "members": {
                                        "$id": "64",
                                        "sample string 1": [
                                          {
                                            "$ref": "61"
                                          },
                                          {
                                            "$ref": "61"
                                          }
                                        ],
                                        "sample string 2": [
                                          {
                                            "$ref": "61"
                                          },
                                          {
                                            "$ref": "61"
                                          }
                                        ]
                                      },
                                      "customerGroups": [
                                        {
                                          "$id": "65",
                                          "identifier": "0aXqQlaHl0ayXci+nctzRg==",
                                          "identifierGuid": "42eaa5d1-8756-4697-b25d-c8be9dcb7346",
                                          "name": "sample string 2",
                                          "primaryContact": "4ORW4cwgS0mBr8P/QgR4Mw==",
                                          "primaryContactGuid": "e156e4e0-20cc-494b-81af-c3ff42047833",
                                          "accountID": "JU4cm3LOTkWZxd/ERIpL2A==",
                                          "accountIDGuid": "9b1c4e25-ce72-454e-99c5-dfc4448a4bd8",
                                          "special": true,
                                          "updated": "2026-06-03T18:31:22.8503319",
                                          "active": true,
                                          "reasonInactive": 1,
                                          "priceLevelIdentifier": "NGkTWYmRkk2EqWhe6RwRYQ==",
                                          "priceLevelIdentifierGuid": "59136934-9189-4d92-84a9-685ee91c1161",
                                          "marketingListID": "sample string 7",
                                          "deleted": true,
                                          "account": {
                                            "$ref": "63"
                                          },
                                          "primaryContactCustomer": {
                                            "$ref": "61"
                                          },
                                          "customerGroupMembers": [
                                            {
                                              "$id": "66",
                                              "id": 1,
                                              "groupID": "RTjtwWT0CEm5rma+TA707Q==",
                                              "groupIDGuid": "c1ed3845-f464-4908-b9ae-66be4c0ef4ed",
                                              "customerID": "kF6cGhMSF0Cpo0ijRdOlOw==",
                                              "customerIDGuid": "1a9c5e90-1213-4017-a9a3-48a345d3a53b",
                                              "card": "sample string 4",
                                              "linkedAccount": "FX/BOhk4xUKqOyGAW8Z1Jg==",
                                              "linkedAccountGuid": "3ac17f15-3819-42c5-aa3b-21805bc67526",
                                              "customer": {
                                                "$ref": "61"
                                              },
                                              "group": {
                                                "$ref": "65"
                                              },
                                              "customerCard": {
                                                "$ref": "62"
                                              }
                                            },
                                            {
                                              "$ref": "66"
                                            }
                                          ]
                                        },
                                        {
                                          "$ref": "65"
                                        }
                                      ]
                                    },
                                    "payments": [
                                      {
                                        "$id": "67",
                                        "id": 1,
                                        "identifier": "Ut3c2/Gk9kqH43uPuCWffw==",
                                        "identifierGuid": "dbdcdd52-a4f1-4af6-87e3-7b8fb8259f7f",
                                        "storeID": 2,
                                        "operatorName": "sample string 3",
                                        "saleHeaderID": 4,
                                        "paymentType": 5,
                                        "amount": 6,
                                        "account": "sample string 7",
                                        "accountID": "9Zj6sDSAoUOo5vn1P0JxFQ==",
                                        "accountIDGuid": "b0fa98f5-8034-43a1-a8e6-f9f53f427115",
                                        "customerAccount": {
                                          "$ref": "63"
                                        },
                                        "customerCard": {
                                          "$ref": "62"
                                        },
                                        "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": "2026-06-03T18:31:22.8503319",
                                        "invRocNo": "sample string 14",
                                        "responseCode": "sample string 15",
                                        "cashout": 1,
                                        "tip": 16,
                                        "idempotentVoid": "++ydrhvjMU6kpPhTWmn1Og==",
                                        "idempotentVoidGuid": "ae9decfb-e31b-4e31-a4a4-f8535a69f53a",
                                        "offline": true,
                                        "processed": 1,
                                        "storeSaleHeader": {
                                          "$id": "68",
                                          "saleHeaderID": 1,
                                          "saleHeaderGuid": "uOn3gYQLckSmk0Btl1oAgA==",
                                          "saleHeaderIdentifierGuid": "81f7e9b8-0b84-4472-a693-406d975a0080",
                                          "created": "2026-06-03T18:31:22.8503319",
                                          "createdLocal": "2026-06-03T18:31:22.8503319",
                                          "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": "2026-06-03T18:31:22.8503319",
                                          "storeID": 1,
                                          "operatorG_Uid": "ltCgiJEDzUKwzpZuWT8OHg==",
                                          "operatorGuid": "88a0d096-0391-42cd-b0ce-966e593f0e1e",
                                          "customerG_Uid": "UuR9VUKFTkC6xOYnBXVX2g==",
                                          "customerGuid": "557de452-8542-404e-bac4-e627057557da",
                                          "communityIdentifier": "U2SSeskbMkWrim9YaPUYtA==",
                                          "communityIdentifierGuid": "7a926453-1bc9-4532-ab8a-6f5868f518b4",
                                          "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": "W5LZBgrb50ubzAJXwduVJw==",
                                          "priceLevelIdentifierGuid": "06d9925b-db0a-4be7-9bcc-0257c1db9527",
                                          "locked": 36,
                                          "orderMetadata": "{\"CustomerName\":\"sample string 1\",\"PickupAt\":\"2026-06-03T18:31:22.8503319+00:00\",\"DeliveryAddress1\":\"sample string 2\",\"DeliveryAddress2\":\"sample string 3\",\"CustomerPhoneNumber\":\"sample string 4\",\"OrderType\":0,\"ExternalOrderID\":\"sample string 5\",\"ExternalDisplayableOrderID\":\"sample string 6\",\"TableName\":\"sample string 7\",\"CreatedBy\":0,\"OrderingAppName\":\"sample string 8\"}",
                                          "deserialisedOrderMetadata": {
                                            "$id": "69",
                                            "customerName": "sample string 1",
                                            "pickupAt": "2026-06-03T18:31:22.8503319",
                                            "deliveryAddress1": "sample string 2",
                                            "deliveryAddress2": "sample string 3",
                                            "customerPhoneNumber": "sample string 4",
                                            "orderType": 0,
                                            "externalOrderID": "sample string 5",
                                            "externalDisplayableOrderID": "sample string 6",
                                            "tableName": "sample string 7",
                                            "createdBy": 0,
                                            "orderingAppName": "sample string 8"
                                          },
                                          "relationChecksum": "sample string 38",
                                          "loyaltyTender": 1,
                                          "giftCardTender": 1,
                                          "operator": {
                                            "$ref": "28"
                                          },
                                          "customer": {
                                            "$ref": "61"
                                          },
                                          "communityOrganisation": {
                                            "$id": "70",
                                            "id": 1,
                                            "identifier": "YicuNWmADE2ppVda1hfaXA==",
                                            "identifierGuid": "352e2762-8069-4d0c-a9a5-575ad617da5c",
                                            "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",
                                            "abn": "sample string 15",
                                            "promoPeriodStart": "2026-06-03T18:31:22.8503319",
                                            "promoPeriodEnd": "2026-06-03T18:31:22.8503319",
                                            "allowDonations": true,
                                            "logoImageName": "sample string 17",
                                            "totalAmountAwarded": 18.1,
                                            "updated": "2026-06-03T18:31:22.8503319",
                                            "deleted": true
                                          },
                                          "details": [
                                            {
                                              "$id": "71",
                                              "saleItemID": 1,
                                              "identifier": "Xds0IPP6m06LqilyyB78Cg==",
                                              "identifierGuid": "2034db5d-faf3-4e9b-8baa-2972c81efc0a",
                                              "saleHeaderID": 2,
                                              "plu": 1,
                                              "pluG_UId": "TZkbVTqF70yViWtFlqkkrg==",
                                              "pluGuid": "551b994d-853a-4cef-9589-6b4596a924ae",
                                              "accountID": "BGIqthkDdk+dpHXuP+7vEw==",
                                              "accountIDGuid": "b62a6204-0319-4f76-9da4-75ee3feeef13",
                                              "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": "2026-06-03T18:31:22.8503319",
                                              "bestOrExpireType": 1,
                                              "providerName": "sample string 11",
                                              "refundG_UID": "u6qLqAkX9UOyS6X/MY7Uwg==",
                                              "refundGuid": "a88baabb-1709-43f5-b24b-a5ff318ed4c2",
                                              "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": "NPjjozCQMEOaGyV26SJCow==",
                                              "idempotentVoidGuid": "a3e3f834-9030-4330-9a1b-2576e92242a3",
                                              "priceLevelIdentifier": "x0VBlTsDsEmlKh0/EDDDJg==",
                                              "priceLevelIdentifierGuid": "954145c7-033b-49b0-a52a-1d3f1030c326",
                                              "communityIdentifier": "spN7++YQeUGw+iLfgja1Jg==",
                                              "communityIdentifierGuid": "fb7b93b2-10e6-4179-b0fa-22df8236b526",
                                              "productName": "sample string 23",
                                              "apn": "sample string 24",
                                              "unknownScans": [
                                                {
                                                  "$id": "72",
                                                  "id": 1,
                                                  "saleDetailID": 2,
                                                  "storeID": 1,
                                                  "scanned": "2026-06-03T18:31:22.8503319",
                                                  "operatorG_UID": "QEA=",
                                                  "barcode": "sample string 4",
                                                  "processed": 1
                                                },
                                                {
                                                  "$ref": "72"
                                                }
                                              ],
                                              "refund": {
                                                "$id": "73",
                                                "id": 1,
                                                "g_UID": "QrpoyWHfCEminwV/9CR9eQ==",
                                                "guid": "c968ba42-df61-4908-a29f-057ff4247d79",
                                                "description": "sample string 1",
                                                "dumped": true,
                                                "inventoryReasonID": 1,
                                                "sortOrder": 1,
                                                "updated": "2026-06-03T18:31:22.8503319"
                                              },
                                              "modifier": {
                                                "$id": "74",
                                                "id": 1,
                                                "setG_UID": "HhLpdyGK6kS+c458dMazFA==",
                                                "modifierSetGuid": "77e9121e-8a21-44ea-be73-8e7c74c6b314",
                                                "name": "sample string 2",
                                                "price": 1,
                                                "quantity": 1,
                                                "modifierType": 1,
                                                "groupNumber": 1,
                                                "pageNumber": 1,
                                                "controlOrder": 1,
                                                "printToStation": true,
                                                "pluG_UID": "7Wc8+0Wrd0SDWeQz1MRDCA==",
                                                "pluGuid": "fb3c67ed-ab45-4477-8359-e433d4c44308",
                                                "deleted": true,
                                                "g_UID": "Ng6c7snsbUuN3DpcxGbNrQ==",
                                                "guid": "ee9c0e36-ecc9-4b6d-8ddc-3a5cc466cdad",
                                                "product": {
                                                  "$ref": "15"
                                                }
                                              },
                                              "priceLevelName": "sample string 25",
                                              "pumpNumber": 1,
                                              "hoseNumber": 1
                                            },
                                            {
                                              "$ref": "71"
                                            }
                                          ],
                                          "eftReceipts": [
                                            {
                                              "$id": "75",
                                              "id": 1,
                                              "storeID": 1,
                                              "saleHeaderID": 2,
                                              "storeSaleHeader": {
                                                "$ref": "68"
                                              },
                                              "receipt": "sample string 3",
                                              "processed": 1
                                            },
                                            {
                                              "$ref": "75"
                                            }
                                          ],
                                          "payments": [
                                            {
                                              "$ref": "67"
                                            },
                                            {
                                              "$ref": "67"
                                            }
                                          ],
                                          "cards": [
                                            {
                                              "$id": "76",
                                              "id": 1,
                                              "saleHeaderID": 1,
                                              "identifier": "sample string 2",
                                              "cardType": 3,
                                              "providerName": "sample string 4"
                                            },
                                            {
                                              "$ref": "76"
                                            }
                                          ],
                                          "campaignHits": [
                                            {
                                              "$id": "77",
                                              "id": 1,
                                              "saleHeaderID": 2,
                                              "campaign": "sample string 3",
                                              "name": "sample string 4",
                                              "processed": 1,
                                              "campaignDescription": "sample string 5"
                                            },
                                            {
                                              "$ref": "77"
                                            }
                                          ],
                                          "fuel": [
                                            {
                                              "$id": "78",
                                              "id": 1,
                                              "plu": 1,
                                              "pluG_UID": "pPHsgI8g5EW8vo9ZLs8sMA==",
                                              "pluGuid": "80ecf1a4-208f-45e4-bcbe-8f592ecf2c30",
                                              "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": "2026-06-03T18:31:22.8503319",
                                              "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": "2026-06-03T18:31:22.8503319",
                                              "tagNumber": "sample string 15",
                                              "trackTwoRem": "sample string 16",
                                              "transCode": 1,
                                              "transType": 1,
                                              "unitPrice": 1.0,
                                              "vehicleReg": "sample string 17",
                                              "offline": true,
                                              "processed": 1
                                            },
                                            {
                                              "$ref": "78"
                                            }
                                          ],
                                          "fuelResells": [
                                            {
                                              "$id": "79",
                                              "saleItemID": 1,
                                              "saleHeaderID": 2,
                                              "plu": 1,
                                              "pluG_UId": "8adC0v1kLkCIHHAfInT98w==",
                                              "pluGuid": "d242a7f1-64fd-402e-881c-701f2274fdf3",
                                              "accountID": "EBJMGUBb8kGE3+MN/YHc6Q==",
                                              "accountIDGuid": "194c1210-5b40-41f2-84df-e30dfd81dce9",
                                              "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": "2026-06-03T18:31:22.8503319",
                                              "bestOrExpireType": 1,
                                              "refundG_UID": "HtK0dd7osU6oYG5+V4BWNQ==",
                                              "refundGuid": "75b4d21e-e8de-4eb1-a860-6e7e57805635",
                                              "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": "79"
                                            }
                                          ],
                                          "customerOrder": [
                                            {
                                              "$id": "80",
                                              "identifier": "y6sCV/Fvo0KLEZSbKEt/2g==",
                                              "identifierGuid": "5702abcb-6ff1-42a3-8b11-949b284b7fda",
                                              "id": 1,
                                              "orderNo": 2,
                                              "externalSaleIdentifier": "sample string 3",
                                              "storeID": 4,
                                              "zoneID": 5,
                                              "deptNo": 6,
                                              "customerIdentifier": "IZGIWX9o4EqC14Mvva+7sQ==",
                                              "customerIdentifierGuid": "59889121-687f-4ae0-82d7-832fbdafbbb1",
                                              "operatorNo": 1,
                                              "operatorG_UID": "eSIdmDDo8EC9fXutyA/cNg==",
                                              "operatorGuid": "981d2279-e830-40f0-bd7d-7badc80fdc36",
                                              "created": "2026-06-03T18:31:22.8503319",
                                              "ordered": "2026-06-03T18:31:22.8503319",
                                              "started": "2026-06-03T18:31:22.8503319",
                                              "completed": "2026-06-03T18:31:22.8503319",
                                              "supplied": "2026-06-03T18:31:22.8503319",
                                              "quickTicket": 1,
                                              "deleted": true,
                                              "walkAway": true,
                                              "approxWait": 1,
                                              "actualWait": 1,
                                              "deliveryMethod": 8,
                                              "externalSaleType": 9,
                                              "customer": {
                                                "$ref": "61"
                                              },
                                              "operator": {
                                                "$ref": "28"
                                              },
                                              "details": [
                                                {
                                                  "$id": "81",
                                                  "headerID": 1,
                                                  "plu": 1,
                                                  "pluG_UId": "csWQYzJFc0GDghndNuYnLQ==",
                                                  "pluGuid": "6390c572-4532-4173-8382-19dd36e6272d",
                                                  "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": "npt6Z5E2V0W8FtNgfJa+Vg==",
                                                  "headerIdentifierGuid": "677a9b9e-3691-4557-bc16-d3607c96be56",
                                                  "product": {
                                                    "$ref": "15"
                                                  }
                                                },
                                                {
                                                  "$ref": "81"
                                                }
                                              ],
                                              "storeName": "sample string 11",
                                              "customerName": "sample string 12",
                                              "storeReplyTo": "sample string 13",
                                              "storeSubjectLine": "sample string 14",
                                              "storeSaleHeader": {
                                                "$ref": "68"
                                              }
                                            },
                                            {
                                              "$ref": "80"
                                            }
                                          ],
                                          "surveyResponses": [
                                            {
                                              "$id": "82",
                                              "surveyG_UID": "YB8AmiqZqU6R/RQw30VkuQ==",
                                              "surveyGuid": "9a001f60-992a-4ea9-91fd-1430df4564b9",
                                              "saleHeaderGuid": "j+mS7aZsSkWhWecCM8nNjQ==",
                                              "saleGuid": "ed92e98f-6ca6-454a-a159-e70233c9cd8d",
                                              "textResponse": "sample string 1",
                                              "integerResponse": 1,
                                              "g_UIDResponse": "FzCjHUEWtESVI/ygZat3Mw==",
                                              "guidResponse": "1da33017-1641-44b4-9523-fca065ab7733",
                                              "whoAnswered": 2,
                                              "answeredAtUTC": "2026-06-03T18:31:22.8503319",
                                              "sale": {
                                                "$ref": "68"
                                              },
                                              "survey": {
                                                "$id": "83",
                                                "g_UID": "6zKXY3muH0C0SJRuRsprtA==",
                                                "guid": "639732eb-ae79-401f-b448-946e46ca6bb4",
                                                "name": "sample string 1",
                                                "storeID": 2,
                                                "zoneID": 1,
                                                "checkoutFormG_UID": "KFUJpKe52U6DVLOxp2cMqw==",
                                                "checkoutFormGuid": "a4095528-b9a7-4ed9-8354-b3b1a7670cab",
                                                "displayToWho": 3,
                                                "displayWhen": 4,
                                                "start": "2026-06-03T18:31:22.8503319",
                                                "end": "2026-06-03T18:31:22.8503319",
                                                "deleted": true,
                                                "updated": "2026-06-03T18:31:22.8503319",
                                                "possibleIntegerResponses": [
                                                  1,
                                                  2
                                                ],
                                                "possibleTextResponses": [
                                                  "sample string 1",
                                                  "sample string 2"
                                                ],
                                                "possibleGuidResponses": [
                                                  "e246eaff-3403-4a77-8a2f-f7b7d099eed0",
                                                  "2f35d89b-3766-44cf-a264-4763ef39d4b9"
                                                ],
                                                "allowsAllTextResponses": true,
                                                "surveyForm": {
                                                  "$ref": "36"
                                                }
                                              },
                                              "ingressId": "sample string 4"
                                            },
                                            {
                                              "$ref": "82"
                                            }
                                          ],
                                          "storeName": "sample string 39",
                                          "terminalNumber": 40,
                                          "machineName": "sample string 41",
                                          "operatorName": "sample string 42",
                                          "direction": 1,
                                          "reason": "sample string 43",
                                          "accountG_UID": "n5SpNOS7DkSCZUPCm8gOfA==",
                                          "accountIdentifier": "34a9949f-bbe4-440e-8265-43c29bc80e7c",
                                          "accountName": "sample string 44",
                                          "customerOrderIdentifier": "+VL/22omQEuaCFsvj324wA==",
                                          "customerOrderIdentifierGuid": "dbff52f9-266a-4b40-9a08-5b2f8f7db8c0",
                                          "priceLevelName": "sample string 45",
                                          "revision": 46,
                                          "ingressId": "sample string 47"
                                        },
                                        "metadata": {
                                          "$id": "84",
                                          "id": 1,
                                          "paymentID": 2,
                                          "paymentIdentifier": "f7wTdZZrWkOGsNej23zwqw==",
                                          "paymentIdentifierGuid": "7513bc7f-6b96-435a-86b0-d7a3db7cf0ab",
                                          "identifier": "X3g3bnUI2EWXybH7XlkERg==",
                                          "identifierGuid": "6e37785f-0875-45d8-97c9-b1fb5e590446",
                                          "metadata": "sample string 3",
                                          "signatureImage": "QEA=",
                                          "itemIdentifier": "eQ2oGYvwx0mGzENQc9xcvg==",
                                          "itemIdentifierGuid": "19a80d79-f08b-49c7-86cc-435073dc5cbe"
                                        }
                                      },
                                      {
                                        "$ref": "67"
                                      }
                                    ]
                                  },
                                  {
                                    "$ref": "62"
                                  }
                                ],
                                "customerGroupMembers": [
                                  {
                                    "$ref": "66"
                                  },
                                  {
                                    "$ref": "66"
                                  }
                                ],
                                "customerGroups": [
                                  {
                                    "$ref": "65"
                                  },
                                  {
                                    "$ref": "65"
                                  }
                                ],
                                "accounts": [
                                  {
                                    "$ref": "63"
                                  },
                                  {
                                    "$ref": "63"
                                  }
                                ],
                                "account": {
                                  "$ref": "63"
                                },
                                "vouchers": [
                                  {
                                    "$id": "85",
                                    "customerIdentifier": "hF9saAigj0qUzejE+Tfyuw==",
                                    "customerIdentifierGuid": "686c5f84-a008-4a8f-94cd-e8c4f937f2bb",
                                    "voucherName": "sample string 2",
                                    "count": 3,
                                    "storeID": 4,
                                    "barcode": "sample string 5",
                                    "redeemCount": 6,
                                    "issueCount": 7,
                                    "storeSalePaymentID": 1,
                                    "idempotentID": "21g6/XCBtUi/AIy6MsWrlw==",
                                    "idempotentGuid": "fd3a58db-8170-48b5-bf00-8cba32c5ab97",
                                    "offline": true,
                                    "voucher": {
                                      "$id": "86",
                                      "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": "2026-06-03T18:31:22.8503319",
                                      "barcodeTemplate": {
                                        "$id": "87",
                                        "templateID": 1,
                                        "template": "sample string 1",
                                        "bcFunction": "sample string 2",
                                        "sortOrder": 3
                                      },
                                      "scaleLabel": {
                                        "$id": "88",
                                        "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": "2026-06-03T18:31:22.8503319",
                                        "labelPageLayout": "jVJGfSeDO023jNSc8ldZNg==",
                                        "pageLayoutGuid": "7d46528d-8327-4d3b-b78c-d49cf2575936",
                                        "labelType": 6,
                                        "oldName": "sample string 7",
                                        "voucher": {
                                          "$ref": "86"
                                        },
                                        "elements": [
                                          {
                                            "$id": "89",
                                            "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": "2026-06-03T18:31:22.8503319"
                                          },
                                          {
                                            "$ref": "89"
                                          }
                                        ]
                                      },
                                      "customerVouchers": [
                                        {
                                          "$id": "90",
                                          "id": 1,
                                          "customerIdentifier": "iwFXv8hDEEi0+4E4mvrL3A==",
                                          "customerIdentifierGuid": "bf57018b-43c8-4810-b4fb-81389afacbdc",
                                          "voucherID": 3,
                                          "voucherName": "sample string 4",
                                          "storeID": 1,
                                          "barcode": "sample string 5",
                                          "dateOfIssue": "2026-06-03T18:31:22.8503319",
                                          "issuedSaleHeaderID": 1,
                                          "issuedSaleIdentifier": "sample string 7",
                                          "issuedOfflinePaymentID": 1,
                                          "issuedIdempotentID": "0OVbUgI9P0242TMNdTzV3Q==",
                                          "issuedIdempotentGuid": "525be5d0-3d02-4d3f-b8d9-330d753cd5dd",
                                          "issuedOffline": true,
                                          "issuedUser": "sample string 9",
                                          "issuedNotes": "sample string 10",
                                          "expiryDate": "2026-06-03T18:31:22.8503319",
                                          "expiredUser": "sample string 11",
                                          "expiredNotes": "sample string 12",
                                          "redeemed": "2026-06-03T18:31:22.8503319",
                                          "redeemedSaleHeaderID": 1,
                                          "redeemedSaleIdentifier": "sample string 13",
                                          "redeemedOfflinePaymentID": 1,
                                          "redeemedIdempotentID": "OzQZw4lXrEOhZTC2ovfOqA==",
                                          "redeemedIdempotentGuid": "c319343b-5789-43ac-a165-30b6a2f7cea8",
                                          "redeemedUser": "sample string 14",
                                          "redeemedNotes": "sample string 15",
                                          "redeemedOffline": true,
                                          "updated": "2026-06-03T18:31:22.8503319",
                                          "storeName": "sample string 17",
                                          "scaleLabel": {
                                            "$ref": "88"
                                          },
                                          "voucher": {
                                            "$ref": "86"
                                          },
                                          "customer": {
                                            "$ref": "61"
                                          },
                                          "issuedOfflinePayment": {
                                            "$ref": "67"
                                          },
                                          "redeemedOfflinePayment": {
                                            "$ref": "67"
                                          }
                                        },
                                        {
                                          "$ref": "90"
                                        }
                                      ]
                                    },
                                    "customer": {
                                      "$ref": "61"
                                    }
                                  },
                                  {
                                    "$ref": "85"
                                  }
                                ]
                              }
                            },
                            {
                              "$ref": "60"
                            }
                          ],
                          "customerGroups": [
                            {
                              "$id": "91",
                              "id": 1,
                              "campaignID": 2,
                              "campaignName": "sample string 3",
                              "groupID": "i03OT1fjQEOItt7C3uSHDg==",
                              "groupIDGuid": "4fce4d8b-e357-4340-88b6-dec2dee4870e",
                              "campaign": {
                                "$ref": "57"
                              },
                              "group": {
                                "$ref": "65"
                              }
                            },
                            {
                              "$ref": "91"
                            }
                          ],
                          "signIqTickets": [
                            {
                              "$id": "92",
                              "identifier": "YKTxf3gVKUeRst4qQF5keQ==",
                              "identifierGuid": "7ff1a460-1578-4729-91b2-de2a405e6479",
                              "campaignName": "sample string 2",
                              "message": "sample string 3",
                              "ticketFileSource": "sample string 4",
                              "ticketFileDestination": "sample string 5",
                              "storeID": 1
                            },
                            {
                              "$ref": "92"
                            }
                          ],
                          "comboPriceGroups": [
                            {
                              "$id": "93",
                              "id": 1,
                              "campaignID": 2,
                              "campaignName": "sample string 3",
                              "g_UID": "f1qiI+XsLECPaODggqiXow==",
                              "guid": "23a25a7f-ece5-402c-8f68-e0e082a897a3",
                              "description": "sample string 5",
                              "newPrice": 1,
                              "rangeDescription": "sample string 6",
                              "dealDescription": "sample string 7",
                              "labelQuantity": 8,
                              "hostProductCategoryID": 1,
                              "offerID": 1,
                              "dontUpdatePricePlus": true,
                              "campaign": {
                                "$ref": "57"
                              },
                              "comboPricePlus": [
                                {
                                  "$id": "94",
                                  "id": 1,
                                  "campaignID": 2,
                                  "campaignName": "sample string 3",
                                  "groupG_UID": "tFxntAsILU6+bSs61/54Lg==",
                                  "groupGuid": "b4675cb4-080b-4e2d-be6d-2b3ad7fe782e",
                                  "comboPriceType": 5,
                                  "priceType": 5,
                                  "pluG_UID": "TkIsytSsuUa/bV0YA0nAFQ==",
                                  "pluGuid": "ca2c424e-acd4-46b9-bf6d-5d180349c015",
                                  "priceGroupG_UID": "HDjxr5FK60Sf9BFHfbkc3w==",
                                  "priceGroupGuid": "aff1381c-4a91-44eb-9ff4-11477db91cdf",
                                  "campaignPoolID": "sample string 7",
                                  "quantity": 1,
                                  "campaign": {
                                    "$ref": "57"
                                  },
                                  "product": {
                                    "$ref": "15"
                                  },
                                  "priceGroup": {
                                    "$ref": "21"
                                  },
                                  "campaignPool": {
                                    "$ref": "57"
                                  }
                                },
                                {
                                  "$ref": "94"
                                }
                              ]
                            },
                            {
                              "$ref": "93"
                            }
                          ],
                          "priceLevels": [
                            {
                              "$id": "95",
                              "id": 1,
                              "priceLevelIdentifier": "VVGUIr4pP0iJxVmmZvQzGA==",
                              "priceLevelIdentifierGuid": "22945155-29be-483f-89c5-59a666f43318",
                              "campaignName": "sample string 3",
                              "priceLevelName": "sample string 4"
                            },
                            {
                              "$ref": "95"
                            }
                          ],
                          "promotionType": {
                            "$id": "96",
                            "identifier": "ofIszVA2skanEDYN4iH2vg==",
                            "identifierGuid": "cd2cf2a1-3650-46b2-a710-360de221f6be",
                            "hostType": 2,
                            "code": "sample string 3",
                            "description": "sample string 4",
                            "isLiquor": true,
                            "isAdvertised": true,
                            "disableWasSave": true,
                            "excludeFromPromoSales": true,
                            "labelPageLayoutG_UID": "/iqo2DHmikORo5L9udE5DA==",
                            "labelPageLayoutGuid": "d8a82afe-e631-438a-91a3-92fdb9d1390c",
                            "priceLevelIdentifier": "e47o5Uo2MU6pZyfALmzpIg==",
                            "priceLevelIdentifierGuid": "e5e88e7b-364a-4e31-a967-27c02e6ce922",
                            "active": true,
                            "updated": "2026-06-03T18:31:22.8503319",
                            "hostName": "sample string 11"
                          }
                        },
                        "product": {
                          "$ref": "15"
                        },
                        "dealCost": {
                          "$id": "97",
                          "headerIdentifier": "YhycvfL5s065REdOoQHl9g==",
                          "headerIdentifierGuid": "bd9c1c62-f9f2-4eb3-b944-474ea101e5f6",
                          "identifier": "vZHlFIqVcECidvFMJWviww==",
                          "identifierGuid": "14e591bd-958a-4070-a276-f14c256be2c3",
                          "supplierIdentifier": "oQ6o72JpH0+SJVGA1smKag==",
                          "supplierGuid": "efa80ea1-6962-4f1f-9225-5180d6c98a6a",
                          "pluG_UID": "TJQZTk/1GUiffoFsbvz4jw==",
                          "pluGuid": "4e19944c-f54f-4819-9f7e-816c6efcf88f",
                          "campaignName": "295aac91-1e16-48c7-bcb4-0087fb65f057",
                          "description": "sample string 4",
                          "cost": 5,
                          "costDecimals": 6,
                          "start": "2026-06-03T18:31:22.8503319",
                          "end": "2026-06-03T18:31:22.8503319",
                          "type": 9,
                          "promoType": 10,
                          "bonusItemPLUG_UID": "6laBnOk7eEGlJp5nnH9gTg==",
                          "bonusItemPluGuid": "9c8156ea-3be9-4178-a526-9e679c7f604e",
                          "bonusPurchaseUnits": 11,
                          "bonusReceiveUnits": 12,
                          "updated": "2026-06-03T18:31:22.8503319",
                          "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": "2026-06-03T18:31:22.8503319",
                          "campaignEndDate": "2026-06-03T18:31:22.8503319",
                          "masterPLUG_UID": "Gxjiz024jUKN2UziKuY2LA==",
                          "masterID": "cfe2181b-b84d-428d-8dd9-4ce22ae6362c",
                          "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": "W+DlNr4tEkO7VLQ9gXwYrA==",
                          "bonusMasterID": "36e5e05b-2dbe-4312-bb54-b43d817c18ac",
                          "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": "2026-06-03T18:31:22.8503319",
                      "dealCosts": [
                        {
                          "$ref": "97"
                        },
                        {
                          "$ref": "97"
                        }
                      ],
                      "tags": [
                        {
                          "$id": "98",
                          "pluG_UID": "R+A0TCWjVkSnqlRieL2trQ==",
                          "pluGuid": "4c34e047-a325-4456-a7aa-546278bdadad",
                          "tagID": 1,
                          "description": "sample string 1",
                          "storeIDs": [
                            1,
                            2
                          ]
                        },
                        {
                          "$ref": "98"
                        }
                      ],
                      "alternateProductG_UID": "T5ih8RWbqkWk4QmVvLOsQw==",
                      "alternateProduct": "f1a1984f-9b15-45aa-a4e1-0995bcb3ac43",
                      "altProduct": {
                        "$ref": "15"
                      },
                      "productHostCode": {
                        "$id": "99",
                        "id": 1,
                        "pluG_UID": "mfQAfRkne0ezbMAqBuKHZw==",
                        "pluGuid": "7d00f499-2719-477b-b36c-c02a06e28767",
                        "ibaCode": "sample string 2"
                      },
                      "mscCat": {
                        "$ref": "51"
                      },
                      "mscCom": {
                        "$ref": "52"
                      },
                      "mscDep": {
                        "$ref": "54"
                      },
                      "mscSubCom": {
                        "$ref": "53"
                      },
                      "isUserUpdate": true,
                      "ignoreMasterProduct": true,
                      "priceGroupLabelRequested": true,
                      "firstSold": "2026-06-03T18:31:22.8503319",
                      "inventoryTracked": "2026-06-03T18:31:22.8503319",
                      "isNormalPriceChangesCampaign": true,
                      "baseProductFuel": {
                        "$id": "100",
                        "pluG_UID": "Ay8mk0wAwEGDnHJDW8W40w==",
                        "pluGuid": "93262f03-004c-41c0-839c-72435bc5b8d3",
                        "fuelPluG_UID": "BbJcJe5n8kGCEEklmA7NJQ==",
                        "fuelPluGuid": "255cb205-67ee-41f2-8210-4925980ecd25",
                        "price": 3,
                        "productDescription": "sample string 4",
                        "productBarcode": "sample string 5",
                        "fuelProductDescription": "sample string 6",
                        "fuelProductBarcode": "sample string 7",
                        "fuelProductPrice": 8
                      },
                      "productFuelLinks": [
                        {
                          "$ref": "100"
                        },
                        {
                          "$ref": "100"
                        }
                      ]
                    },
                    "supplier": {
                      "$ref": "10"
                    },
                    "serviceFee": {
                      "$id": "101",
                      "id": 1,
                      "description": "sample string 1",
                      "fee": 1
                    },
                    "isPrimaryHost": true,
                    "hostVendor": 48
                  },
                  {
                    "$ref": "13"
                  }
                ],
                "orderCycleHeaders": [
                  {
                    "$id": "102",
                    "storeID": 1,
                    "supplierIdentifier": "kyJdguGdUU2TQlmvkcYHiw==",
                    "supplierGuid": "825d2293-9de1-4d51-9342-59af91c6078b",
                    "departmentCode": "sample string 2",
                    "warehouseDirectIndicator": "sample string 3",
                    "type": 4,
                    "storeName": "sample string 5",
                    "departmentName": "sample string 6",
                    "orderDays": 7
                  },
                  {
                    "$ref": "102"
                  }
                ],
                "cycles": [
                  {
                    "$id": "103",
                    "storeID": 1,
                    "supplierIdentifier": "ytERaVkXzUe5nBNo05ZKSQ==",
                    "supplierGuid": "6911d1ca-1759-47cd-b99c-1368d3964a49",
                    "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": "2026-06-03T18:31:22.8503319",
                    "deliveryDate": "2026-06-03T18:31:22.8503319",
                    "nextCutOffDate": "2026-06-03T18:31:22.8503319",
                    "nextDeliveryDate": "2026-06-03T18:31:22.8503319",
                    "nextDaysBuffer": 10
                  },
                  {
                    "$ref": "103"
                  }
                ],
                "store": {
                  "$ref": "4"
                },
                "updated": "2026-06-03T18:31:22.8503319",
                "isHost": true
              },
              "files": [
                {
                  "$id": "104",
                  "id": "sample string 1",
                  "fileName": "sample string 2",
                  "extension": "sample string 3",
                  "provider": 0,
                  "type": 0,
                  "hostType": "sample string 4",
                  "createdUtc": "2026-06-03T18:31:22.8503319",
                  "processed": "2026-06-03T18:31:22.8503319",
                  "isProcessing": true,
                  "processedCount": 6,
                  "processingTime": 1,
                  "collectedUtc": "2026-06-03T18:31:22.8503319",
                  "size": 1,
                  "sizeFormat": "sample string 7",
                  "isArchive": true,
                  "customerNumber": "sample string 9",
                  "businessPillar": "sample string 10",
                  "fileType": "sample string 11",
                  "version": "sample string 12",
                  "reference": "sample string 13",
                  "digest": "sample string 14",
                  "contentType": "sample string 15",
                  "host": {
                    "$ref": "9"
                  },
                  "metcashHeader": {
                    "$id": "105",
                    "customerNumber": "sample string 1",
                    "creationDate": "2026-06-03T18:31:22.8503319",
                    "businessPillar": "sample string 3",
                    "fileType": "sample string 4"
                  }
                },
                {
                  "$ref": "104"
                }
              ],
              "zoneMatrix": [
                {
                  "$id": "106",
                  "id": 1,
                  "hostIdentifier": "x9WdFGeqiEu9h/5M47LhFA==",
                  "hostIdentifierGuid": "149dd5c7-aa67-4b88-bd87-fe4ce3b2e114",
                  "storeID": 1,
                  "departmentCode": "sample string 2",
                  "hostGuids": [
                    "cef352c4-0654-4950-a49d-a98f044ab6aa",
                    "e96d3b39-e2e0-4e7f-8e20-66b2803d86e0"
                  ]
                },
                {
                  "$ref": "106"
                }
              ],
              "hostFileStoreSetting": {
                "$ref": "8"
              },
              "hostStoreSettings": [
                {
                  "$ref": "8"
                },
                {
                  "$ref": "8"
                }
              ],
              "promotionPlacements": [
                {
                  "$id": "107",
                  "identifier": "VyfoWOWiRUSSvvEAnIIE/w==",
                  "identifierGuid": "58e82757-a2e5-4445-92be-f1009c8204ff",
                  "code": "sample string 2",
                  "description": "sample string 3",
                  "isAdvertised": true
                },
                {
                  "$ref": "107"
                }
              ],
              "promoTypeGuids": [
                "9b404a25-9e57-4519-bf7e-183fab2760f6",
                "d8f15700-c8a2-4ceb-8dce-1d740e1f431d"
              ],
              "isPromotionOnly": false,
              "isOrderable": false,
              "vendor": 0
            },
            "groupIDs": [
              1,
              2
            ],
            "hostDescription": "sample string 27"
          },
          {
            "$ref": "8"
          }
        ],
        "accounts": [
          {
            "$id": "108",
            "id": 1,
            "storeID": 1,
            "accountName": "sample string 2",
            "bsb": "sample string 3",
            "accountNumber": "sample string 4",
            "accountDesignated": true
          },
          {
            "$ref": "108"
          }
        ],
        "sales": [
          {
            "$id": "109",
            "id": 1,
            "storeID": 1,
            "externalSalesType": 2,
            "ftpSiteID": 1,
            "lastSaleProcessed": "2026-06-03T18:31:22.8503319",
            "ftpSite": {
              "$id": "110",
              "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": "109"
          }
        ],
        "suppliedStores": [
          1,
          2
        ],
        "zoneMatrix": [
          {
            "$ref": "106"
          },
          {
            "$ref": "106"
          }
        ],
        "cashManagements": [
          {
            "$id": "111",
            "id": 1,
            "storeID": 1,
            "cashManagementType": 2,
            "apiID": 1,
            "organisationID": "sample string 3",
            "siteName": "sample string 4",
            "thirdPartyAPI": {
              "$id": "112",
              "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,
              "config": "sample string 10"
            }
          },
          {
            "$ref": "111"
          }
        ],
        "updateStoreID": "523d7faf-0e86-4f27-9031-895f790b6f39",
        "updateStore": {
          "$id": "113",
          "id": "ab2368de-1b74-44ce-9e20-40535a38f72c",
          "name": "sample string 1",
          "lastActivity": "2026-06-03T18:31:22.8503319",
          "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": "2026-06-03T18:31:22.8503319"
        },
        "timeZoneId": "sample string 54",
        "securityOptions": {
          "$id": "114",
          "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": "10"
      },
      "orderCycle": {
        "$id": "115",
        "id": 1,
        "autoOrderGuid": "Af64hXR6z0yuCRVoRq1F5w==",
        "autoOrderIdentifier": "85b8fe01-7a74-4ccf-ae09-156846ad45e7",
        "cutOffDate": "2026-06-03T18:31:22.8503319",
        "deliveryDate": "2026-06-03T18:31:22.8503319",
        "daysBuffer": 3,
        "nextCutOffDate": "2026-06-03T18:31:22.8503319",
        "nextDeliveryDate": "2026-06-03T18:31:22.8503319",
        "nextDaysBuffer": 5
      },
      "details": [
        {
          "$id": "116",
          "autoOrderGuid": "31CoBG6Lk0+B3KmkHem59g==",
          "autoOrderIdentifier": "04a850df-8b6e-4f93-81dc-a9a41de9b9f6",
          "pluG_UID": "BD94DkOc0k2fWQIeI3nULA==",
          "pluGuid": "0e783f04-9c43-4dd2-9f59-021e2379d42c",
          "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": "2026-06-03T18:31:22.8503319",
          "investmentBuyStatus": 2,
          "processed": "2026-06-03T18:31:22.8503319",
          "product": {
            "$ref": "15"
          },
          "orderCode": "sample string 3",
          "directIndicator": "sample string 4",
          "cycle": {
            "$ref": "103"
          },
          "inventory": {
            "$id": "117",
            "inventoryGuid": "LRftfLJk9EuMDx7GgiX8Ew==",
            "inventoryIdentifier": "7ced172d-64b2-4bf4-8c0f-1ec68225fc13",
            "created": "2026-06-03T18:31:22.8503319",
            "createdLocal": "2026-06-03T18:31:22.8503319",
            "onHand": 4,
            "onHandPacks": 5,
            "onOrder": 6,
            "onOrderPacks": 7,
            "accuracy": 8,
            "updated": "2026-06-03T18:31:22.8503319",
            "history": [
              {
                "$id": "118",
                "inventoryGuid": "vqFdG9Ker0q+OYsGwqhzJA==",
                "inventoryIdentifier": "1b5da1be-9ed2-4aaf-be39-8b06c2a87324",
                "pluG_UID": "eHa7qBL3QUWradX7uwMkUw==",
                "pluIdentifier": "a8bb7678-f712-4541-ab69-d5fbbb032453",
                "inventoryReason": 3,
                "inventoryInvoiceGuid": "a7N2L42neEyGrwMZz6qhBA==",
                "invoiceIdentifier": "2f76b36b-a78d-4c78-86af-0319cfaaa104",
                "operatorGuid": "Sya0yT57iUe+0GiK+HbH1Q==",
                "operatorIdentifier": "c9b4264b-7b3e-4789-bed0-688af876c7d5",
                "stocktakeGuid": "JXfHWmse9kGZVHe+Baipyw==",
                "stocktakeIdentifier": "5ac77725-1e6b-41f6-9954-77be05a8a9cb",
                "orderGuid": "had4pwrKy0SuFoaDHZuw9Q==",
                "orderIdentifier": "a778a785-ca0a-44cb-ae16-86831d9bb0f5",
                "saleHeaderGuid": "bzp+Be5E/UiALWHy9ClN/A==",
                "saleHeaderGuidIdentifier": "057e3a6f-44ee-48fd-802d-61f2f4294dfc",
                "dumpStockID": 1,
                "fuelDeliveryID": 1,
                "creditNoteIdentifier": "ka1SF9Gi2UGcxIxhSm3WmQ==",
                "creditNoteGuid": "1752ad91-a2d1-41d9-9cc4-8c614a6dd699",
                "inventorySourceGuid": "GEigjaz/rEeWJFHBO0GinQ==",
                "inventorySourceIdentifier": "8da04818-ffac-47ac-9624-51c13b41a29d",
                "createdLocal": "2026-06-03T18:31:22.8503319",
                "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": "2026-06-03T18:31:22.8503319",
                "createdLocalTime": "2026-06-03T18:31:22.8503319",
                "storeID": 14,
                "barcode": "sample string 15",
                "directCode": "sample string 16",
                "productName": "sample string 17",
                "salesMode": 18,
                "orderPacked": 19,
                "invoice": {
                  "$id": "119",
                  "inventoryInvoiceGuid": "c/Pc0fM+mUyTlLuaEyvb5Q==",
                  "invoiceIdentifier": "d1dcf373-3ef3-4c99-9394-bb9a132bdbe5",
                  "inventoryGuid": "LbroCxqYTUu2fJSoIprnrQ==",
                  "inventoryIdentifier": "0be8ba2d-981a-4b4d-b67c-94a8229ae7ad",
                  "supplierIdentifier": "MEv5SfMGKkq9gC6NxkyQpQ==",
                  "supplierGuid": "49f94b30-06f3-4a2a-bd80-2e8dc64c90a5",
                  "orderGuid": "kC5t6+gYEEKwta6MNhEf5g==",
                  "orderIdentifier": "eb6d2e90-18e8-4210-b0b5-ae8c36111fe6",
                  "invoiceHeaderIdentifier": "u3WN5N+O80ayuvdEDrPyew==",
                  "invoiceHeaderGuid": "e48d75bb-8edf-46f3-b2ba-f7440eb3f27b",
                  "created": "2026-06-03T18:31:22.8503319",
                  "ordered": "2026-06-03T18:31:22.8503319",
                  "storeID": 1,
                  "bestOrExpire": "2026-06-03T18:31:22.8503319",
                  "bestOrExpireType": 1,
                  "units": 1,
                  "weight": 1,
                  "received": "2026-06-03T18:31:22.8503319",
                  "cost": 1,
                  "totalCost": 1,
                  "freightCost": 1,
                  "inStock": 1,
                  "pluG_UID": "KKmNfFM3ekykSWEcxw5hSA==",
                  "pluGuid": "7c8da928-3753-4c7a-a449-611cc70e6148",
                  "orderInventoryGuid": "I+MxuQQnYkCQP2jx1R+SlA==",
                  "orderInventoryIdentifier": "b931e323-2704-4062-903f-68f1d51f9294",
                  "supplier": {
                    "$ref": "10"
                  },
                  "inventoryUnits": [
                    {
                      "$id": "120",
                      "invoiceItemNo": 1,
                      "inventoryInvoiceGuid": "hpWNrERXZESxISuoYC/63g==",
                      "invoiceIdentifier": "ac8d9586-5744-4464-b121-2ba8602ffade",
                      "inventoryGuid": "NGBPSu3P/EWtBBRgMV/96w==",
                      "inventoryIdentifier": "4a4f6034-cfed-45fc-ad04-1460315ffdeb",
                      "serialNumber": "sample string 3",
                      "sold": "2026-06-03T18:31:22.8503319",
                      "saleItemID": 1,
                      "storeID": 1,
                      "returned": "2026-06-03T18:31:22.8503319",
                      "dumped": 1,
                      "saleHeaderID": 1
                    },
                    {
                      "$ref": "120"
                    }
                  ]
                },
                "invoiceHeaderIdentifier": "+T9OjQRIdkikkqYhTDuvJw==",
                "invoiceHeaderGuid": "8d4e3ff9-4804-4876-a492-a6214c3baf27",
                "invoiceNumber": "sample string 20",
                "invoiceCost": 1,
                "invoiceCostDecimals": 1,
                "orderNumber": 1,
                "orderReceivingStoreName": "sample string 21",
                "orderSendingStoreName": "sample string 22",
                "creditNoteID": 1,
                "reason": {
                  "$id": "121",
                  "id": 1,
                  "name": "sample string 1",
                  "allowRF": 2,
                  "dumpStock": 3,
                  "creditRequest": 4,
                  "excludeFromLoss": 5,
                  "reserved": 6,
                  "updated": "2026-06-03T18:31:22.8503319"
                },
                "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,
                "externalId": "sample string 30",
                "apn": "sample string 31",
                "deptCode": "sample string 32"
              },
              {
                "$ref": "118"
              }
            ],
            "products": [
              {
                "$ref": "15"
              },
              {
                "$ref": "15"
              }
            ],
            "lastInvoiceCost": 1
          },
          "aws": 5.0,
          "products": [
            {
              "$id": "122",
              "parentPluGuid": "4c4b8ce2-6386-4086-b68c-1bf01373b069",
              "product": {
                "$ref": "15"
              },
              "inventory": {
                "$ref": "117"
              },
              "storeID": 2,
              "storeName": "sample string 3",
              "dayWeighting": {
                "$id": "123",
                "sunday": 1.1
              },
              "explanations": [
                {
                  "$id": "124",
                  "pluG_UID": "9MkgTejElUyJwOaDIYfjNA==",
                  "pluGuid": "4d20c9f4-c4e8-4c95-89c0-e6832187e334",
                  "consolidatedSales": {
                    "$id": "125",
                    "1": {
                      "$id": "126",
                      "discountPercentage": 1,
                      "days": 2,
                      "quantity": 3.1,
                      "aws": 3.1,
                      "cartonQuantity": 4.1,
                      "lowQuality": true
                    },
                    "2": {
                      "$ref": "126"
                    }
                  },
                  "dailyPrices": {
                    "$id": "127",
                    "2026-06-03T18:31:22.8503319": {
                      "$id": "128",
                      "date": "2026-06-03T18:31:22.8503319",
                      "salePrice": 1,
                      "campaign": "sample string 2",
                      "campaignDescription": "sample string 3",
                      "combo": true,
                      "comboPriceGroupG_UID": "L3rHc9bJpECOmTRxccWaKQ==",
                      "comboPriceGroupGuid": "73c77a2f-c9d6-40a4-8e99-347171c59a29"
                    }
                  },
                  "onHandPredictions": [
                    {
                      "$id": "129",
                      "autoOrderGuid": "XiqmlNRmTEeRuT2rvE7UXQ==",
                      "autoOrderIdentifier": "94a62a5e-66d4-474c-91b9-3dabbc4ed45d",
                      "pluG_UID": "2c1L7FDw3US5RR7bBKvBVQ==",
                      "pluGuid": "ec4bcdd9-f050-44dd-b945-1edb04abc155",
                      "childPLUG_UID": "2FLLUB7J8EaM0XspScRtJg==",
                      "childPluGuid": "50cb52d8-c91e-46f0-8cd1-7b2949c46d26",
                      "date": "2026-06-03T18:31:22.8503319",
                      "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": "129"
                    }
                  ],
                  "predictions": [
                    {
                      "$ref": "129"
                    },
                    {
                      "$ref": "129"
                    }
                  ],
                  "product": {
                    "$ref": "15"
                  }
                },
                {
                  "$ref": "124"
                }
              ]
            },
            {
              "$ref": "122"
            }
          ],
          "supplierOrderingDetail": {
            "$ref": "13"
          },
          "manufacturerSupplier": "ff137cae-9117-4b70-8536-b5dceb092526",
          "cartonQuantity": 1,
          "sellPrice": 1,
          "cost": 1,
          "costDecimals": 1,
          "bufferDays": 6,
          "boostDays": 7
        },
        {
          "$ref": "116"
        }
      ],
      "boosts": [
        {
          "$id": "130",
          "autoOrderGuid": "FSGRktJlLEK+FW9kym0CGw==",
          "autoOrderIdentifier": "92912115-65d2-422c-be15-6f64ca6d021b",
          "date": "2026-06-03T18:31:22.8503319",
          "boost": 2
        },
        {
          "$ref": "130"
        }
      ]
    },
    "supplierName": "sample string 34",
    "supplierStoreID": 1,
    "supplierCartonsOnly": true,
    "supplierEnforceMinimumQuantity": true,
    "supplierMinimumOrderValue": 1,
    "storeName": "sample string 37",
    "orderCode": {
      "$id": "131",
      "code": "sample string 1",
      "description": "sample string 2"
    },
    "store": {
      "$ref": "4"
    },
    "supplier": {
      "$ref": "10"
    },
    "totalCostInc": 38.0,
    "totalPickedCostInc": 39.0,
    "totalReceivedCostInc": 40.0,
    "total": {
      "$id": "132",
      "orderGuid": "x2rB+VumLEyEda7xJ8kOPg==",
      "orderIdentifier": "f9c16ac7-a65b-4c2c-8475-aef127c90e3e",
      "supplierIdentifier": "+Y5u596jbEOJXy3YF6HG0A==",
      "supplierGuid": "e76e8ef9-a3de-436c-895f-2dd817a1c6d0",
      "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": "133",
        "id": 1,
        "orderGuid": "Qa216fFlM0muETSSNSLHLw==",
        "orderIdentifier": "e9b5ad41-65f1-4933-ae11-34923522c72f",
        "pluG_UID": "xKlxx63Sh0yLyToSNvHMKQ==",
        "pluGuid": "c771a9c4-d2ad-4c87-8bc9-3a1236f1cc29",
        "created": "2026-06-03T18:31:22.8503319",
        "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,
        "doNotRange": true,
        "doNotOrder": true,
        "cost": 1,
        "costDecimals": 1,
        "pickedCost": 1,
        "pickedCostDecimals": 1,
        "averagePackSize": 11.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 12",
        "receivedUnits": 1,
        "receivedWeight": 1,
        "received": 1,
        "status": 13,
        "substituteG_UID": "FxIyI+j5kU23WKLd61UX+Q==",
        "substituteGuid": "23321217-f9e8-4d91-b758-a2ddeb5517f9",
        "warehousePLUG_UID": "GLqEKIkNWUS6NzkGLntuOw==",
        "warehousePluGuid": "2884ba18-0d89-4459-ba37-39062e7b6e3b",
        "updated": "2026-06-03T18:31:22.8503319",
        "increment": true,
        "description": "sample string 15",
        "product": {
          "$ref": "15"
        },
        "unknownScan": {
          "$id": "134",
          "pluG_UID": "KQhotkLNyUad6uG8EGpbCQ==",
          "pluGuid": "b6680829-cd42-46c9-9dea-e1bc106a5b09",
          "orderGuid": "QtJydSyMaUu2ouc+a5bdDA==",
          "orderIdentifier": "7572d242-8c2c-4b69-b6a2-e73e6b96dd0c",
          "barcode": "sample string 3",
          "created": "2026-06-03T18:31:22.8503319",
          "assigned": true
        },
        "unknownScanItem": true,
        "substitute": {
          "$ref": "15"
        },
        "warehouseProduct": {
          "$ref": "15"
        },
        "lookup": {
          "$id": "135",
          "pluG_UID": "EcgtZjEMgkCLqcQgKZl9IA==",
          "pluGuid": "662dc811-0c31-4082-8ba9-c42029997d20",
          "inventoryGuid": "H62V7luGx0+L9U0qMFqXZA==",
          "inventoryIdentifier": "ee95ad1f-865b-4fc7-8bf5-4d2a305a9764",
          "averageWeeklySales": 1.0,
          "promotionalAverageWeeklySales": 1.0,
          "inventoryAverageWeeklySales": 1.0,
          "inventoryPromotionalAverageWeeklySales": 1.0,
          "onHand": 1,
          "onHandPacks": 1,
          "onOrder": 1,
          "onOrderPacks": 1,
          "accuracy": 1,
          "lastOrdered": "2026-06-03T18:31:22.8503319",
          "lastOrderQuantity": 1.1,
          "lastReceived": "2026-06-03T18:31:22.8503319",
          "lastReceivedQuantity": 1.1,
          "lastInvoiceStatus": 1
        },
        "productOrderingDetail": {
          "$ref": "13"
        },
        "dealCost": {
          "$ref": "97"
        },
        "nextCost": {
          "$ref": "97"
        },
        "lastChance": true,
        "holdOff": 18,
        "holdOffDate": "2026-06-03T18:31:22.8503319",
        "orderHeader": {
          "$ref": "2"
        },
        "invoiceDetail": {
          "$id": "136",
          "identifier": "bHcOSbYu60Otxb9YTI20ag==",
          "identifierGuid": "490e776c-2eb6-43eb-adc5-bf584c8db46a",
          "headerIdentifier": "gA2v2gwW/kG3U56yVAWp6w==",
          "headerIdentifierGuid": "daaf0d80-160c-41fe-b753-9eb25405a9eb",
          "pluG_UID": "uE0rhSv0FU+EFxI7sJBQGw==",
          "pluGuid": "852b4db8-f42b-4f15-8417-123bb090501b",
          "pageNo": 1,
          "lineNo": 1,
          "itemOrdered": "sample string 1",
          "itemShipped": "sample string 2",
          "apn": "sample string 3",
          "barcode": "sample string 4",
          "prodStatus": 0,
          "dateAvailable": "2026-06-03T18:31:22.8503319",
          "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,
          "extendedCostSpecified": true,
          "cartonCostSpecified": true,
          "freightAmount": 16,
          "freightGstAmount": 17,
          "extFreightAmount": 18,
          "extFreightGstAmount": 19,
          "costDecimals": 20,
          "wetRate": 1,
          "containerDeposit": 1,
          "basePrice": 1,
          "wetValue": 1,
          "deliveryFee": 1,
          "casePrice": 1,
          "wholesaleExt": 1,
          "wetExt": 1,
          "totalLitres": 1,
          "tun": "sample string 21",
          "applyDetails": true,
          "applySell": true,
          "applyCost": true,
          "applyOr": true,
          "applyQty": true,
          "itemNumber": "sample string 22",
          "directNumber": "sample string 23",
          "itemSize": "sample string 24",
          "costGst": 1,
          "sellGst": 1,
          "costOr": 1,
          "sellOr": 1,
          "marginOr": 1,
          "grossProfit": 1.0,
          "sell": 1,
          "cartonCost": 1,
          "currentCost": 1,
          "costID": "A",
          "costStart": "2026-06-03T18:31:22.8503319",
          "costEnd": "2026-06-03T18:31:22.8503319",
          "createdFromUnknownScan": true,
          "orderGuid": "FXWofrP5cEOZpXJ75IhrcQ==",
          "orderIdentifierGuid": "7ea87515-f9b3-4370-99a5-727be4886b71",
          "processed": true,
          "received": true,
          "inventoried": true,
          "fromElectronicInvoice": true,
          "allowDelete": true,
          "updated": "2026-06-03T18:31:22.8503319",
          "invoiceNo": "sample string 30",
          "hasInventory": true,
          "existingCost": 32.1,
          "existingSell": 33.1,
          "futureCost": 1.1,
          "futureSell": 1.1,
          "nextSell": 1.1,
          "nextSellCampaignName": "sample string 34",
          "nextSellCampaignDescription": "sample string 35",
          "dealCost": {
            "$ref": "97"
          },
          "nextCost": {
            "$ref": "97"
          },
          "lastChance": true,
          "holdOff": 37,
          "holdOffDate": "2026-06-03T18:31:22.8503319",
          "unknownScan": {
            "$id": "137",
            "pluG_UID": "ACzkrnk8DEeNMT0KVP9Vag==",
            "pluGuid": "aee42c00-3c79-470c-8d31-3d0a54ff556a",
            "invoiceIdentifier": "en2ROBCtyEKu4aJIhgdLlw==",
            "invoiceGuid": "38917d7a-ad10-42c8-aee1-a24886074b97",
            "barcode": "sample string 3",
            "itemNumber": "sample string 4",
            "created": "2026-06-03T18:31:22.8503319"
          },
          "productActive": true,
          "productSalesMode": 39,
          "productGSTPercent": 40,
          "productCostCalcMethod": 41,
          "productAlwaysApplyMargin": true,
          "productMarginRanged": true,
          "productMargin": 1.1,
          "productMinimumMargin": 1.1,
          "productMaximumMargin": 1.1,
          "priceGroupG_UID": "vTz6QLDdzkSgi1JnRbLO3Q==",
          "priceGroupGuid": "40fa3cbd-ddb0-44ce-a08b-526745b2cedd",
          "priceGroupName": "sample string 44",
          "priceGroupCode": "sample string 45",
          "product": {
            "$ref": "15"
          },
          "incrementCount": true,
          "minimumQuantity": 1,
          "randomWeight": true,
          "salesMode": 47,
          "cartons": 1,
          "weight": 1,
          "units": 1,
          "autoOrderStatus": 1,
          "invoiceDetailReceive": true
        },
        "autoOrderDetail": {
          "$ref": "116"
        },
        "costGSTPercent": 1,
        "orderDetailReceive": true,
        "isBackedUp": true,
        "backupWarehouseIndicator": "sample string 21",
        "backupOrderCode": "sample string 22"
      },
      {
        "$ref": "133"
      }
    ],
    "unknownScans": [
      {
        "$ref": "134"
      },
      {
        "$ref": "134"
      }
    ],
    "transportCompany": {
      "$id": "138",
      "identifier": "yD2uLkRRqki1wPlmB+l8EQ==",
      "identifierGuid": "2eae3dc8-5144-48aa-b5c0-f96607e97c11",
      "companyName": "sample string 1",
      "abn": "sample string 2",
      "address1": "sample string 3",
      "address2": "sample string 4",
      "telephone": "sample string 5",
      "primaryContactGuid": "Td6i8OWKvkC0tsJNnD3pZQ==",
      "primaryContactID": "f0a2de4d-8ae5-40be-b4b6-c24d9c3de965",
      "primaryContact": {
        "$ref": "11"
      }
    },
    "isMetcashSorted": true,
    "backupOrderType": "sample string 42",
    "backupOrderTypeDescription": "sample string 43",
    "backupTradingPartner": 1,
    "backupHostIdentifier": "a9b6a0b9-3cda-4d09-98e6-59d2e84e8d3e"
  },
  "error": "sample string 2"
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

application/vnd.openxmlformats-officedocument.spreadsheetml.sheet

Sample:
PK��\-iky�5xl/workbook.xml �(�����0��J}�(��(0�t���
N� 	JR��o�ԭ��|�||��{Zۑ��/\I���1/Z��v@w�:
!J�bVJ%�����%ə9�!(k|�O�?,?8�Ʒ�A�J�2����S�����2k��$l	���a�Ŭ��%�!%�skJ�R�
�;f��2̯������w�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="R29a08d952ab74049" /></Relationships>PK��\�C�r*xl/worksheets/sheet1.xml �(���Qo� ��
�}���6jӵi��e�3S��"����k��,{�K�w��ސ�Ϣ'�4�m}C��B��=d�7�C�y:Hu�5cX��+��ژn��.j&��d�Z۫��أ: YU�`;Y��H���k�i8���Kw���]A4�����yZr�>�(Vep㯶��~�l��j0N�!�q<<�ĎE3x��_(YE�Ƽ���Cm�"�)d��>�A��?��Զ
�8��e�D�O����F��K��eғ��\�!�0��I�$��o}p����[F8�~�,�xI~գi7���J@��u��-�۔^ە�r��Ө��s��Il���F^s�-��4�]��r�Dt����^�G��^JÔ�����PK��\vV�X�Pxl/_rels/workbook.xml.rels �(���KN�0@�b͞8IH��ݰa[z��=��&vd�-=�����ĂMW��==i���c�}�Fv"g;Y��tj�}Ǩ�n�;1��`�9��bC&�y�y��&��ɦ�v~˜R���{�E���/p�d��L�!:�I�N'��0?;�(ۣ�)v�S
�D���^T;*�*�Ej�R����e�����/dD��R�Ģ�����AO�5�t�Ӳ�P�
KEm]5Ԗ�X^���_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��\�"3��Qxl/sharedStrings.xml �(�e��J1�_��n;�aigˊ�A��Jg
m:&��Oou�9�?_�?���x�X��k5H�K�8[�|��������RA��X��h����V.���Z�_ ;Ve��Pv�K�5�.�Psһa���"J�K�j�^�����Ww�8�:>&�!<5���:�
.���扨l�gj����C7��H�N�Q���K��Oo
��5A�zFb��u�d�PK-��\-iky�5xl/workbook.xmlPK-��\����	��[Content_Types].xmlPK-
��\��ˋ''U_rels/.relsPK-��\�C�r*�xl/worksheets/sheet1.xmlPK-��\vV�X�P�xl/_rels/workbook.xml.relsPK-��\Ѓc'2E
�xl/styles.xmlPK-��\�"3��QCxl/sharedStrings.xmlPK�f	

application/vnd.ms-excel

Sample:
PK��\q�R�5xl/workbook.xml �(�����0��J}�(�P�!`b�ڡ�N� ?JR��o�[7�����E���D>rV��
�7c�Q��h�*츶|���4��N�o�ʳ4Irfq/�r�0�n�X�X����^�J�P�=���f���2{��$l��Ta�ETD�Ćv���܆�^)��ý�H�"��de_҃}�j��n�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="R7ea673153b144420" /></Relationships>PK��\�C�r*xl/worksheets/sheet1.xml �(���Qo� ��
�}���6jӵi��e�3S��"����k��,{�K�w��ސ�Ϣ'�4�m}C��B��=d�7�C�y:Hu�5cX��+��ژn��.j&��d�Z۫��أ: YU�`;Y��H���k�i8���Kw���]A4�����yZr�>�(Vep㯶��~�l��j0N�!�q<<�ĎE3x��_(YE�Ƽ���Cm�"�)d��>�A��?��Զ
�8��e�D�O����F��K��eғ��\�!�0��I�$��o}p����[F8�~�,�xI~գi7���J@��u��-�۔^ە�r��Ө��s��Il���F^s�-��4�]��r�Dt����^�G��^JÔ�����PK��\�IVb�Pxl/_rels/workbook.xml.rels �(���Kn�0@�b;q>�D`�
[�{�D$�e�R��E��+ԢR�.�a5��ӓf>�?6��y"���htY�A-�u��9��v��'�F�I\Ѿ�!��ԋg�cQǎ2n�!�������iZQ�d�=���C4J���8Ϩ�`z1�����]��������%�
d/[8�U�sV�Rɔ5�B���uB����/dr�*DQJ���y�P��;�/��K/���Zǰ찫3d�e��F��b�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��\�"3��Qxl/sharedStrings.xml �(�e��J1�_��n;�aigˊ�A��Jg
m:&��Oou�9�?_�?���x�X��k5H�K�8[�|��������RA��X��h����V.���Z�_ ;Ve��Pv�K�5�.�Psһa���"J�K�j�^�����Ww�8�:>&�!<5���:�
.���扨l�gj����C7��H�N�Q���K��Oo
��5A�zFb��u�d�PK-��\q�R�5xl/workbook.xmlPK-��\����	��[Content_Types].xmlPK-
��\�z�''U_rels/.relsPK-��\�C�r*�xl/worksheets/sheet1.xmlPK-��\�IVb�P�xl/_rels/workbook.xml.relsPK-��\Ѓc'2E
�xl/styles.xmlPK-��\�"3��QExl/sharedStrings.xmlPK�h