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": "7JeXvVoXW0+lu67R6DAPKg==",
    "orderIdentifier": "bd9797ec-175a-4f5b-a5bb-aed1e8300f2a",
    "backToBack": 1,
    "b2bGuid": "hotuVtQZI0aTFh/qIIK8qg==",
    "b2bIdentifier": "566e8b86-19d4-4623-9316-1fea2082bcaa",
    "status": 2,
    "created": "2025-10-04T23:58:31.7704541",
    "createdLocal": "2025-10-04T23:58:31.7704541",
    "createdByUser": "sample string 3",
    "storeID": 1,
    "transferGuid": "Fq8MzzX+x0eSTvVZgckXzQ==",
    "transferIdentifier": "cf0caf16-fe35-47c7-924e-f55981c917cd",
    "transferInvoiceIdentifier": "74nonu4rvUKZ/FfwA3MG0A==",
    "transferInvoiceGuid": "9ee889ef-2bee-42bd-99fc-57f0037306d0",
    "attachedToInvoice": 4,
    "transferType": 1,
    "supplierIdentifier": "gmhz7Oc5K0mKVVHOvQdyBw==",
    "supplierIdentifierGuid": "ec736882-39e7-492b-8a55-51cebd077207",
    "description": "sample string 5",
    "rows": 1,
    "cartons": 1,
    "units": 1,
    "sentCount": 1,
    "sent": "2025-10-04T23:58:31.7704541",
    "sentLocal": "2025-10-04T23:58:31.7704541",
    "sentByUser": "sample string 6",
    "lastSentStatus": 1,
    "cancelled": "2025-10-04T23:58:31.7704541",
    "cancelledLocal": "2025-10-04T23:58:31.7704541",
    "cancelledByUser": "sample string 7",
    "shipped": "2025-10-04T23:58:31.7704541",
    "shippedLocal": "2025-10-04T23:58:31.7704541",
    "shippedByUser": "sample string 8",
    "stockReceived": "2025-10-04T23:58:31.7704541",
    "stockReceivedLocal": "2025-10-04T23:58:31.7704541",
    "stockReceivedByUser": "sample string 9",
    "received": "2025-10-04T23:58:31.7704541",
    "receivedLocal": "2025-10-04T23:58:31.7704541",
    "completed": "2025-10-04T23:58:31.7704541",
    "completedLocal": "2025-10-04T23:58:31.7704541",
    "updated": "2025-10-04T23:58:31.7704541",
    "updatedLocal": "2025-10-04T23:58:31.7704541",
    "dueDate": "2025-10-04T23:58:31.7704541",
    "warehouseNote": "sample string 10",
    "warehouseRef": "sample string 11",
    "pdeSerialNumber": "sample string 12",
    "tradingPartner": 1,
    "orderType": "sample string 1",
    "orderTypeDescription": "sample string 2",
    "stateCode": "sample string 15",
    "mailCarbonCopy": true,
    "mailTo": "sample string 17",
    "mailBcc": "sample string 18",
    "mailReplyTo": "sample string 19",
    "liquor": true,
    "summary": "sample string 21",
    "notes": "sample string 22",
    "supplierNotes": "sample string 23",
    "receiptEmailSent": true,
    "receiptEmailSentId": "sample string 25",
    "receiptEmailSentStatus": "sample string 26",
    "transportCompanyGuid": "CIYKtk+lA06/u8wARkxb8w==",
    "transportCompanyIdentifier": "b60a8608-a54f-4e03-bfbb-cc00464c5bf3",
    "autoOrder": 27,
    "hostIdentifier": "ydWMP2vIHkqp/G0gs1OgAA==",
    "hostIdentifierGuid": "3f8cd5c9-c86b-4a1e-a9fc-6d20b353a000",
    "defaultOrderDocumentId": 1,
    "defaultStockReceiveDocumentId": 1,
    "temperature": 1.1,
    "temperatureScale": 28,
    "rating": 29,
    "lastOrderEmailSentId": "sample string 30",
    "lastOrderEmailSentStatus": "sample string 31",
    "deleted": "2025-10-04T23:58:31.7704541",
    "deletedByUser": "sample string 32",
    "autoOrderGuid": "8PAMIGm/FkGvrp1dm7cqFg==",
    "autoOrderIdentifier": "200cf0f0-bf69-4116-afae-9d5d9bb72a16",
    "autoOrderHeader": {
      "$id": "3",
      "autoOrderGuid": "vangFsbcm0e9Iyc+UWmJwA==",
      "autoOrderIdentifier": "16e0a9bd-dcc6-479b-bd23-273e516989c0",
      "orderGuid": "M5YigGRTUEKWRPfXHE2H7g==",
      "orderIdentifier": "80229633-5364-4250-9644-f7d71c4d87ee",
      "created": "2025-10-04T23:58:31.7704541",
      "orderID": 1,
      "storeID": 1,
      "orderDate": "2025-10-04T23:58:31.7704541",
      "supplierIdentifier": "NMyadiCLHEuMPcTFyrVK0A==",
      "supplierIdentifierGuid": "769acc34-8b20-4b1c-8c3d-c4c5cab54ad0",
      "orderStatus": 1,
      "tradingPartner": 1,
      "simpleAWS": 2,
      "defaultMPL": 3,
      "investmentBuy": true,
      "storeName": "sample string 5",
      "supplierName": "sample string 6",
      "description": "sample string 7",
      "orderType": "sample string 8",
      "mailTo": "sample string 9",
      "mailBcc": "sample string 10",
      "notes": "sample string 11",
      "transportCompanyGuid": "RqtNJIWLakOfx4lMaXBTDg==",
      "transportCompanyIdentifier": "244dab46-8b85-436a-9fc7-894c6970530e",
      "store": {
        "$id": "4",
        "id": 1,
        "isMaster": true,
        "shortName": "sample string 3",
        "url": "sample string 4",
        "sortOrder": 1,
        "name": "sample string 5",
        "phone": "sample string 6",
        "fax": "sample string 7",
        "email": "sample string 8",
        "address1": "sample string 9",
        "address2": "sample string 10",
        "city": "sample string 11",
        "state": "sample string 12",
        "country": "sample string 13",
        "postCode": "sample string 14",
        "delivery": 1,
        "exportAccounts": 1,
        "salesAccountFolder": "sample string 15",
        "purchaseAccountFolder": "sample string 16",
        "initLoad": 1,
        "initIDs": 1,
        "zoneID": 1,
        "actAsMaster": 1,
        "lastActiveUtc": "2025-10-04T23:58:31.7704541",
        "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": "++2pl5+7MU6gcKsOCiRUAQ==",
        "hostIdentifierGuid": "97a9edfb-bb9f-4e31-a070-ab0e0a245401",
        "hostName": 1,
        "hostAddress": "sample string 27",
        "hostUsername": "sample string 28",
        "hostPassword": "sample string 29",
        "excludeFromLeadInOut": true,
        "accountingProvider": 31,
        "accountingAddress": "sample string 32",
        "accountingUsername": "sample string 33",
        "accountingPassword": "sample string 34",
        "storeAccountingCode": "sample string 35",
        "softwareVariance": 36,
        "fuelWarningVariance": 37.0,
        "fuelErrorVariance": 38.0,
        "fuelAccumulatedWarningVariance": 39.0,
        "fuelAccumulatedErrorVariance": 40.0,
        "drawManagment": 41,
        "endOfDayManagment": true,
        "autoFillCashBalancing": true,
        "fuelDayVariance": 44,
        "accountingTradingTime": "00:00:00.1234567",
        "stockActivateProduct": 46,
        "giftCardSalesAccountingDeptCode": "sample string 47",
        "transactionDiscountAccountingDeptCode": "sample string 48",
        "size": 49,
        "updated": "2025-10-04T23:58:31.7704541",
        "priceZoneName": "sample string 51",
        "storeFuelConfigured": true,
        "shippingAddressCopied": true,
        "shippingAddress": {
          "$id": "5",
          "storeID": 1,
          "addressType": 1,
          "address1": "sample string 1",
          "address2": "sample string 2",
          "city": "sample string 3",
          "state": "sample string 4",
          "country": "sample string 5",
          "postCode": "sample string 6"
        },
        "billingAddress": {
          "$ref": "5"
        },
        "hostStoreSettings": [
          {
            "$id": "6",
            "id": 1,
            "hostIdentifier": "WJ39Wu5/TUqEoSmsYNhY1g==",
            "hostIdentifierGuid": "5afd9d58-7fee-4a4d-84a1-29ac60d858d6",
            "storeID": 2,
            "username": "sample string 3",
            "password": "sample string 4",
            "passwordPlain": "sample string 5",
            "serverAddress": "sample string 6",
            "serverPort": 1,
            "excludeFromLeadInOut": true,
            "useForHostFile": true,
            "metcashPillarID": "sample string 9",
            "metcashStateCode": "sample string 10",
            "metcashCustomerID": "sample string 11",
            "metcashTradingPartnerID": "sample string 12",
            "drakesCustomerNumber": 1,
            "sparCustomerNumber": "sample string 13",
            "sparOrderUsername": "sample string 14",
            "sparOrderPassword": "sample string 15",
            "sparOrderPasswordPlain": "sample string 16",
            "pharmXSiteID": 1,
            "ibaZoneID": 1,
            "ibaState": "sample string 17",
            "foodlandStoreCode": "sample string 18",
            "ilgMemberNumber": "sample string 19",
            "ilgOutletLocation": 1,
            "ilgBaseCost": 1,
            "ilgApplyNonAdvertisedPromos": true,
            "ilgExemptFromFreight": true,
            "ilgOrderDealReview": true,
            "ilgFinanceFee": 1,
            "processPromotions": true,
            "hostProvider": 0,
            "host": {
              "$id": "7",
              "identifier": "Vz3ZnvAPZ0GofwBMq8p3jA==",
              "identifierGuid": "9ed93d57-0ff0-4167-a87f-004cabca778c",
              "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": "k8Lx3wNcGUOiTDy2Hqw6kA==",
              "hostSupplierIdentifierGuid": "dff1c293-5c03-4319-a24c-3cb61eac3a90",
              "loyaltyPriceLevelIdentifier": "eGmEx9w2+EWuQNYeBUEndQ==",
              "loyaltyPriceLevelIdentifierGuid": "c7846978-36dc-45f8-ae40-d61e05412775",
              "isGroup": true,
              "description": "sample string 22",
              "hostProvider": 23,
              "hostTypeEnum": 24,
              "hostType": "sample string 25",
              "hostCode": "sample string 26",
              "username": "sample string 27",
              "password": "sample string 28",
              "passwordPlain": "sample string 29",
              "server": "sample string 30",
              "url": "sample string 31",
              "global": true,
              "stateCode": "sample string 33",
              "lastCollected": "2025-10-04T23:58:31.7704541",
              "lastProcessed": "2025-10-04T23:58:31.7704541",
              "hold": true,
              "supplierName": "sample string 35",
              "supplier": {
                "$id": "8",
                "identifier": "oRYOl7AjIkOe+HgrdmSZSQ==",
                "identifierGuid": "970e16a1-23b0-4322-9ef8-782b76649949",
                "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": "a8AoqxxTQ0eEVk2cX4060A==",
                "primaryContactID": "ab28c06b-531c-4743-8456-4d9c5f8d3ad0",
                "storeID": 1,
                "abn": "sample string 16",
                "supplierGroupIdentifier": "JbmNYfFws0SKoosCUIaV1g==",
                "supplierGroupGuid": "618db925-70f1-44b3-8aa2-8b02508695d6",
                "rebate": 1.0,
                "rebateType": 1,
                "rebateFrequency": 1,
                "rebateSource": 1,
                "rebateLastClaimed": "2025-10-04T23:58:31.7704541",
                "rebateLastClaimedAmount": 1.0,
                "cartonsOnly": true,
                "minimumOrderValue": 1,
                "enforceMinimumQuantity": true,
                "freight": 19.0,
                "freightType": 20,
                "deleted": true,
                "deletedUser": "sample string 22",
                "storeName": "sample string 23",
                "primaryContact": {
                  "$id": "9",
                  "id": "8a1811f7-145b-47cf-98f6-f49aee35eb5b",
                  "identifier": "kc8S4Arw0EaOj2KYesjPQw==",
                  "identifierGuid": "e012cf91-f00a-46d0-8e8f-62987ac8cf43",
                  "familyName": "sample string 1",
                  "givenNames": "sample string 2",
                  "otherNames": "sample string 3",
                  "title": "sample string 4",
                  "dateOfBirth": "sample string 5",
                  "sex": "sample string 6",
                  "address": "sample string 7",
                  "address1": "sample string 8",
                  "address2": "sample string 9",
                  "town": "sample string 10",
                  "state": "sample string 11",
                  "country": "sample string 12",
                  "postalCode": "sample string 13",
                  "telephone": "sample string 14",
                  "mobile": "sample string 15",
                  "email": "sample string 16",
                  "fax": "sample string 17",
                  "primary": true
                },
                "contacts": [
                  {
                    "$id": "10",
                    "supplierIdentifier": "JyY59rK91k6K8buapcNDxg==",
                    "supplierIdentifierGuid": "f6392627-bdb2-4ed6-8af1-bb9aa5c343c6",
                    "contactGuid": "tAVwbkCJgkGUsRkROd33PQ==",
                    "contactID": "6e7005b4-8940-4182-94b1-191139ddf73d",
                    "contact": {
                      "$ref": "9"
                    },
                    "supplier": {
                      "$ref": "8"
                    }
                  },
                  {
                    "$ref": "10"
                  }
                ],
                "products": [
                  {
                    "$id": "11",
                    "pluG_UID": "MkcLC6WQi0aeLRkHY5r7RQ==",
                    "pluGuid": "0b0b4732-90a5-468b-9e2d-1907639afb45",
                    "supplierIdentifier": "REzrr9OfqUOh7wBtZDqbEA==",
                    "supplierIdentifierGuid": "afeb4c44-9fd3-43a9-a1ef-006d643a9b10",
                    "cartonQuantity": 1,
                    "cartonQuantityChanged": true,
                    "productSize": "sample string 3",
                    "cigarettesPerSleeve": 1,
                    "randomWeight": true,
                    "piecesPerUnit": 5,
                    "averagePackSize": 6,
                    "effectiveDate": "2025-10-04T23:58:31.7704541",
                    "pricedByWeight": true,
                    "landedUnitCostEx": 9,
                    "landedUnitCostInc": 10,
                    "landedCartonCostInc": 11,
                    "landedCartonCostEx": 12,
                    "standardCost": 13,
                    "deliveryFee": 1,
                    "deliveryFeeBasis": "sample string 14",
                    "pickAndPackFee": 1,
                    "pickAndPackFeeBasis": "sample string 15",
                    "financeFee": 1,
                    "financeFeeBasis": "sample string 16",
                    "cartonLength": 1,
                    "cartonWidth": 1,
                    "cartonHeight": 1,
                    "palletLayerQuantity": 1,
                    "palletLayers": 1,
                    "itemCode": "sample string 17",
                    "invoiceCode": "sample string 18",
                    "invoiceDesc": "sample string 19",
                    "orderDirect": true,
                    "useCost": true,
                    "minimumQuantity": 20,
                    "hostType": 21,
                    "fromHost": 22,
                    "minimumReorder": 1,
                    "maximumReorder": 1,
                    "orderMultiple": 23.1,
                    "sellMultiple": 24.1,
                    "baseMultiple": 25.1,
                    "hostStandardCost": 26,
                    "hostTotalCost": 27,
                    "hostRetail": 28,
                    "hostLandedUnitCostEx": 29,
                    "hostLandedUnitCostInc": 30,
                    "hostDesc": "sample string 31",
                    "directIndicator": "sample string 32",
                    "availableToOrder": true,
                    "hostRangeIndicator": "sample string 34",
                    "hostProductType": "sample string 35",
                    "hostProductGrade": "sample string 36",
                    "hostProductGroup": "sample string 37",
                    "hostSlowMoving": true,
                    "hostGeneralMerchandise": true,
                    "hostPillar": "sample string 40",
                    "hostLastUpdated": "2025-10-04T23:58:31.7704541",
                    "rebate": 1.0,
                    "rebateExclude": true,
                    "invoiceCodes": [
                      {
                        "$id": "12",
                        "pluG_UID": "TfLFdHvOgk6YUmy2Hli3rw==",
                        "pluGuid": "74c5f24d-ce7b-4e82-9852-6cb61e58b7af",
                        "supplierIdentifier": "n1cQfPcZkEKEHmg8MzOLYw==",
                        "supplierIdentifierGuid": "7c10579f-19f7-4290-841e-683c33338b63",
                        "invoiceCode": "sample string 1",
                        "storeIDs": [
                          1,
                          2
                        ]
                      },
                      {
                        "$ref": "12"
                      }
                    ],
                    "storeIDs": [
                      1,
                      2
                    ],
                    "preferredSupplier": true,
                    "preferredRebateSupplier": true,
                    "supplierName": "sample string 41",
                    "salesMode": 42,
                    "orderPacked": true,
                    "active": true,
                    "price": 1,
                    "costGstPercent": 44,
                    "parentPluG_UID": "/q5xLjGWc0iEcws2XQ1ItQ==",
                    "parentPluGuid": "2e71aefe-9631-4873-8473-0b365d0d48b5",
                    "freight": 45.0,
                    "freightType": 1,
                    "product": {
                      "$id": "13",
                      "plu": 1,
                      "storeID": 1,
                      "masterPluG_UID": "QEA=",
                      "storeIDs": [
                        1,
                        2
                      ],
                      "g_UId": "pNURSYAoJkSnyc1oHL+lFw==",
                      "guid": "4911d5a4-2880-4426-a7c9-cd681cbfa517",
                      "apn": "sample string 1",
                      "apnChanged": true,
                      "apnSwitched": true,
                      "barcode": "sample string 4",
                      "itemNumber": "sample string 5",
                      "itemNumberChanged": true,
                      "priceGroupG_UID": "cvX/KqutmEWbafAjhbwR9Q==",
                      "priceGroupGuid": "2afff572-adab-4598-9b69-f02385bc11f5",
                      "blueprintID": 1,
                      "lastCountedDate": "2025-10-04T23:58:31.7861191",
                      "externalID": "sample string 7",
                      "active": true,
                      "activated": "2025-10-04T23:58:31.7861191",
                      "pluCreated": "2025-10-04T23:58:31.7861191",
                      "createdByUser": "sample string 9",
                      "name": "sample string 10",
                      "nameChanged": true,
                      "secondDescription": "sample string 12",
                      "hostDescription": "sample string 13",
                      "keepCartonQty": true,
                      "keepDescription": true,
                      "keepDepartments": true,
                      "keepSuppliers": true,
                      "markdownDescription": "sample string 18",
                      "altDescription": "sample string 19",
                      "bestOrExpire": 20,
                      "lastUpdate": "2025-10-04T23:58:31.7861191",
                      "lastManualUpdate": "2025-10-04T23:58:31.7861191",
                      "imageName": "sample string 23",
                      "showImageOnFlipCharts": true,
                      "showTextOnFlipCharts": true,
                      "overrideFlipChartText": true,
                      "flipChartText": "sample string 27",
                      "salesMode": 1,
                      "eftCode": 1,
                      "price": 1,
                      "priceChanged": true,
                      "rrp": 1,
                      "gstPercent": 28,
                      "gstPercentChanged": true,
                      "costGSTPercent": 29,
                      "costGSTPercentChanged": true,
                      "wetPercent": 1,
                      "priceOverride": 1,
                      "cost": 1,
                      "currentCost": 1,
                      "currentCostDecimals": 1,
                      "grossProfit": 1.0,
                      "currentCostDesc": "sample string 30",
                      "currentCostEnd": "2025-10-04T23:58:31.7861191",
                      "currentCostUpdated": "2025-10-04T23:58:31.7861191",
                      "costDecimals": 31,
                      "costChanged": true,
                      "dealCostIdentifier": "QEA=",
                      "excludeFromRebate": true,
                      "rebateOverride": 1,
                      "costCalcMethod": 32,
                      "costCalcMethodChanged": true,
                      "costEffectiveDate": "2025-10-04T23:58:31.7861191",
                      "defaultGP": 1,
                      "breakTargetMode": 33,
                      "break1": 1,
                      "price1": 1,
                      "target1": 34,
                      "break2": 1,
                      "price2": 1,
                      "target2": 35,
                      "break3": 1,
                      "price3": 1,
                      "target3": 36,
                      "break1Changed": true,
                      "price1Changed": true,
                      "target1Changed": true,
                      "break2Changed": true,
                      "price2Changed": true,
                      "target2Changed": true,
                      "break3Changed": true,
                      "price3Changed": true,
                      "target3Changed": true,
                      "breakTargetModeChanged": true,
                      "margin": 1.1,
                      "marginChanged": true,
                      "marginRanged": true,
                      "marginRangedChanged": true,
                      "minimumMargin": 1.1,
                      "minimumMarginChanged": true,
                      "maximumMargin": 1.1,
                      "maximumMarginChanged": true,
                      "overrideHostWarehouseIndicator": true,
                      "overrideHostWarehouseIndicatorChanged": true,
                      "overrideHostPrice": true,
                      "overrideHostPriceChanged": true,
                      "overrideHostCost": true,
                      "overrideHostCostChanged": true,
                      "overrideHostMargin": true,
                      "overrideHostMarginChanged": true,
                      "alwaysApplyMargin": true,
                      "alwaysApplyMarginChanged": true,
                      "aws": 1.0,
                      "paws": 1.0,
                      "awsUpdated": "2025-10-04T23:58:31.7861191",
                      "posTare": 1,
                      "altPrice": 1.0,
                      "altPriceChanged": true,
                      "altPriceMode": 53,
                      "altPriceModeChanged": true,
                      "altPLUG_UID": "QNridDzyyEuqekm5TOJN+g==",
                      "altPLUGuid": "74e2da40-f23c-4bc8-aa7a-49b94ce24dfa",
                      "altPLUGuidChanged": true,
                      "altPriceDescription1": "sample string 54",
                      "altPriceDescription2": "sample string 55",
                      "cartonQuantity": 56,
                      "cartonQuantityChanged": true,
                      "trayID": 1,
                      "promptID": 1,
                      "tare": 1,
                      "packQty": 1,
                      "fixedWeight": 1,
                      "extraMesg": 1,
                      "text1": "sample string 58",
                      "text2": "sample string 59",
                      "text3": "sample string 60",
                      "labelText": "sample string 61",
                      "labelTextChanged": true,
                      "sendToScale": true,
                      "nonScaleWeigh": true,
                      "labelFormat": "sample string 65",
                      "barcodeFormat": "sample string 66",
                      "austMade": 1,
                      "coolCode": 67,
                      "countryOfOrigin": "sample string 68",
                      "percentContent": 69.1,
                      "departmentID": 1,
                      "subDepartmentID": 1,
                      "minorDepartmentID": 1,
                      "lesserDepartmentID": 1,
                      "deptCode": "sample string 70",
                      "subDeptCode": "sample string 71",
                      "minorDeptCode": "sample string 72",
                      "lesserDeptCode": "sample string 73",
                      "deptName": "sample string 74",
                      "subDeptName": "sample string 75",
                      "minorDeptName": "sample string 76",
                      "lesserDeptName": "sample string 77",
                      "departmentChanged": true,
                      "subCategoryID": 1,
                      "expiry": 1,
                      "showDays": 1,
                      "datePrint": 1,
                      "labelRequired": true,
                      "labelShelfQty": 80,
                      "labelShelfChanged": true,
                      "labelTalkerQty": 82,
                      "labelSmall": true,
                      "labelLastPrinted": "2025-10-04T23:58:31.7861191",
                      "labelLastPrice": 1,
                      "shelfPageLayoutG_UID": "8e3ekUKzT0i9a9gNzIBl0w==",
                      "shelfPageLayoutGuid": "91deedf1-b342-484f-bd6b-d80dcc8065d3",
                      "talkerPageLayoutG_UID": "Zqt7hAy0UkiA2uJWLEgRqQ==",
                      "talkerPageLayoutGuid": "847bab66-b40c-4852-80da-e2562c4811a9",
                      "unitMeasure": 1.1,
                      "unitMeasureChanged": true,
                      "unitMeasureKind": 85,
                      "unitMeasureKindChanged": true,
                      "signIQData": "sample string 87",
                      "refresh": true,
                      "earnLoyaltyPoints": true,
                      "earnLoyaltyPointsChanged": true,
                      "quantityOverride": true,
                      "quantityOverrideChanged": true,
                      "quantityRequired": true,
                      "quantityRequiredChanged": true,
                      "allowDiscounts": true,
                      "allowDiscountsChanged": true,
                      "discountDiscounts": true,
                      "discountDiscountsChanged": true,
                      "itemRecalled": true,
                      "itemRecalledChanged": true,
                      "noRefund": true,
                      "noRefundChanged": true,
                      "allowMarkdown": true,
                      "allowMarkdownChanged": true,
                      "priceRequired": true,
                      "priceRequiredChanged": true,
                      "fuelItem": true,
                      "fuelItemChanged": true,
                      "trackSerial": true,
                      "trackSerialChanged": true,
                      "allowZeroPrice": true,
                      "allowZeroPriceChanged": true,
                      "notForSale": 91,
                      "notForSaleChanged": true,
                      "excludeFromDeals": true,
                      "excludeFromVoucher": true,
                      "minimumAge": 94,
                      "minimumAgeChanged": true,
                      "buyingLimit": 1,
                      "buyingLimitChanged": true,
                      "buyingLimitIndependent": true,
                      "buyingLimitIndependentChanged": true,
                      "inventoryGuid": "j6+scQZsY0GKhFgck8HugQ==",
                      "inventoryIdentifier": "71acaf8f-6c06-4163-8a84-581c93c1ee81",
                      "inventoryAccuracy": 1,
                      "baseUnits": 98,
                      "orderPacked": 1,
                      "isManufactured": true,
                      "isIngredient": true,
                      "isModifier": true,
                      "isModifierChanged": true,
                      "hasModifiers": 99,
                      "defaultPrinter": "sample string 100",
                      "defaultPrinterGroup": "sample string 101",
                      "ingredientsOnManufacture": true,
                      "manufactureUnitMeasure": 1,
                      "mpl": 1,
                      "maxShelfQty": 102,
                      "allowAutoOrder": true,
                      "warrantyPeriod": 1,
                      "parentPluG_UId": "Hdbv0hkfC0qFvb+AfBZQXw==",
                      "parentPluGuid": "d2efd61d-1f19-4a0b-85bd-bf807c16505f",
                      "preferredHostVendor": 104,
                      "preferredHostChanged": true,
                      "code": "sample string 106",
                      "supplierIdentifier": "tjMZx/I1G0Cmnq41q6kWJQ==",
                      "supplierIdentifierGuid": "c71933b6-35f2-401b-a69e-ae35aba91625",
                      "supplierChanged": true,
                      "rebateSupplierIdentifier": "dEy5Zo94hkC0SHRbv0wkJg==",
                      "rebateSupplierIdentifierGuid": "66b94c74-788f-4086-b448-745bbf4c2426",
                      "rebateSupplierChanged": true,
                      "availableForOrder": true,
                      "warehouseDirectIndicator": "sample string 108",
                      "warehouseDirectIndicatorChanged": true,
                      "productGrade": "sample string 110",
                      "productType": "sample string 111",
                      "productGroup": "sample string 112",
                      "complianceIndicator": "sample string 113",
                      "inhouseBrand": "sample string 114",
                      "slowMoving": true,
                      "generalMerchandise": true,
                      "comment": "sample string 117",
                      "lastUpdatedByUser": "sample string 118",
                      "lastManualUpdatedByUser": "sample string 119",
                      "lastUpdatedByUserOverride": true,
                      "lastUpdatedByHost": "2025-10-04T23:58:31.7861191",
                      "commodity": "sample string 121",
                      "businessPillar": "sample string 122",
                      "mscCommodity": "sample string 123",
                      "hostIdentifier": "lftV5NvyGUWMm9Dy70cqIA==",
                      "hostIdentifierGuid": "e455fb95-f2db-4519-8c9b-d0f2ef472a20",
                      "serviceFeeID": 1,
                      "serviceFeeIDChanged": true,
                      "providerName": "sample string 125",
                      "aisleEnds": "sample string 126",
                      "deleted": true,
                      "deletedChanged": true,
                      "hidden": true,
                      "doNotRange": true,
                      "doNotRangeChanged": true,
                      "doNotOrder": true,
                      "doNotOrderChanged": true,
                      "locked": true,
                      "excludeFromWebUpdate": true,
                      "excludeFromWebUpdateChanged": true,
                      "webPriceBasedOn": 137,
                      "webPriceRounding": true,
                      "webMarkup": 139,
                      "webPriceMode": 140,
                      "altDepartmentID": 1,
                      "altSubDepartmentID": 1,
                      "altMinorDepartmentID": 1,
                      "altLesserDepartmentID": 1,
                      "altDeptCode": "sample string 141",
                      "altSubDeptCode": "sample string 142",
                      "altMinorDeptCode": "sample string 143",
                      "altLesserDeptCode": "sample string 144",
                      "altDepartmentChanged": true,
                      "storeProducts": [
                        {
                          "$ref": "13"
                        },
                        {
                          "$ref": "13"
                        }
                      ],
                      "store": {
                        "$ref": "4"
                      },
                      "storePrices": [
                        {
                          "$id": "14",
                          "pluG_UID": "ASMXtwUliESi+HD113bVcw==",
                          "pluGuid": "b7172301-2505-4488-a2f8-70f5d776d573",
                          "plu": 1,
                          "storeID": 1,
                          "zoneID": 2,
                          "zoneName": "sample string 3",
                          "store": "sample string 4",
                          "priceNow": 5,
                          "costNow": 6,
                          "costNowDecimals": 7,
                          "normalPrice": 8,
                          "priceNext": 1,
                          "costNext": 1,
                          "costNextDecimals": 9,
                          "nextCampaignName": "sample string 10",
                          "gstPercent": 11,
                          "normalCost": 12,
                          "normalCostDecimals": 13,
                          "costGstPercent": 14,
                          "costCalcMethod": 1,
                          "currentCost": 15,
                          "currentCostDecimals": 16,
                          "break1": 17,
                          "price1": 18,
                          "break2": 19,
                          "price2": 20,
                          "break3": 21,
                          "price3": 22,
                          "fuelItem": 23,
                          "fixedWeight": 24,
                          "active": true,
                          "complianceIndicator": "sample string 25",
                          "doNotOrder": true,
                          "doNotRange": true,
                          "isNormalPriceChangesCampaign": true,
                          "updated": "2025-10-04T23:58:31.7861191"
                        },
                        {
                          "$ref": "14"
                        }
                      ],
                      "currentPrices": {
                        "$id": "15",
                        "pluPrices": {
                          "$id": "16",
                          "plu": 1,
                          "pluG_UID": "QEA=",
                          "stores": [
                            1,
                            2
                          ],
                          "normalPrice": 1,
                          "cost": 2,
                          "break1": 3,
                          "price1": 4,
                          "break2": 5,
                          "price2": 6,
                          "break3": 7,
                          "price3": 8,
                          "discountPrice": 9,
                          "acceptedUtc": "2025-10-04T23:58:31.7861191",
                          "priceChangeType": 0,
                          "costDecimals": 10
                        },
                        "normalPluPrices": {
                          "$ref": "16"
                        },
                        "winningCampaign": 1,
                        "winner": {
                          "$id": "17",
                          "campaignName": "sample string 1",
                          "campaignDescription": "sample string 2",
                          "startDate": "2025-10-04T23:58:31.7861191",
                          "startTime": 3,
                          "endDate": "2025-10-04T23:58:31.7861191",
                          "endTime": 4,
                          "newPrice": 5,
                          "newCost": 6,
                          "newCostDecimals": 7,
                          "pctDiscount": 8,
                          "promoType": 1,
                          "promotionTypeCode": "sample string 9",
                          "hostType": 10,
                          "hostIdentifier": "TRtDUbpS40u52m9fkXkX+g==",
                          "hostIdentifierGuid": "51431b4d-52ba-4be3-b9da-6f5f917917fa",
                          "storeNames": [
                            "sample string 1",
                            "sample string 2"
                          ]
                        },
                        "details": [
                          {
                            "$ref": "17"
                          },
                          {
                            "$ref": "17"
                          }
                        ]
                      },
                      "tray": {
                        "$id": "18",
                        "g_UId": "JX8AOm7eV0SXGHkg6qpprA==",
                        "guid": "3a007f25-de6e-4457-9718-7920eaaa69ac",
                        "name": "sample string 1",
                        "number": 1,
                        "tare": 1
                      },
                      "priceGroup": {
                        "$id": "19",
                        "priceGroupG_UID": "DgYTYQxF1UmWQLAKnOwTBQ==",
                        "priceGroupGuid": "6113060e-450c-49d5-9640-b00a9cec1305",
                        "name": "sample string 2",
                        "code": 1,
                        "modified": true,
                        "updated": "2025-10-04T23:58:31.7861191",
                        "buyingLimit": 1,
                        "buyingLimitIndependent": true,
                        "buyingLimitType": 0,
                        "number": 1,
                        "products": [
                          {
                            "$ref": "13"
                          },
                          {
                            "$ref": "13"
                          }
                        ],
                        "productCount": 1
                      },
                      "priceGroupName": "sample string 146",
                      "nutrifacts": {
                        "$id": "20",
                        "pluG_UID": "MHz2AwEKY0ydnNcAn5UjfA==",
                        "pluGuid": "03f67c30-0a01-4c63-9d9c-d7009f95237c",
                        "plu": 1,
                        "servingsPerPack": 1,
                        "servingSize": 1,
                        "showAllergens": 1,
                        "energy": 1,
                        "protein": 1,
                        "fat": 1,
                        "saturated": 1,
                        "carbo": 1,
                        "sugars": 1,
                        "sodium": 1,
                        "potasium": 1,
                        "calcium": 1,
                        "fibre": 1,
                        "soya": 1,
                        "nutsSeeds": 1,
                        "shells": 1,
                        "eggs": 1,
                        "dairy": 1,
                        "gluten": 1,
                        "sulphites": 1,
                        "peanuts": 1,
                        "sesame": 1,
                        "fish": 1,
                        "lupins": 1
                      },
                      "dates": {
                        "$id": "21",
                        "pluGuid": "d52ddcfd-3d87-44c4-88c4-bb3289852760",
                        "created": "2025-10-04T23:58:31.7861191",
                        "createdByUser": "sample string 1",
                        "activated": "2025-10-04T23:58:31.7861191",
                        "deactivated": "2025-10-04T23:58:31.7861191",
                        "lastOrdered": "2025-10-04T23:58:31.7861191",
                        "lastOrderedQty": 2.0,
                        "lastReceived": "2025-10-04T23:58:31.7861191",
                        "lastReceivedQty": 3.0,
                        "lastInvoiceStatus": 1,
                        "lastCounted": "2025-10-04T23:58:31.7861191",
                        "lastSold": "2025-10-04T23:58:31.7861191",
                        "firstSold": "2025-10-04T23:58:31.7861191",
                        "awsUpdated": "2025-10-04T23:58:31.7861191",
                        "lastManualUpdate": "2025-10-04T23:58:31.7861191",
                        "lastManualUpdatedByUser": "sample string 5",
                        "lastUpdated": "2025-10-04T23:58:31.7861191",
                        "lastUpdatedByUser": "sample string 7",
                        "lastUpdatedByHost": "2025-10-04T23:58:31.7861191",
                        "doNotRangeUpdated": "2025-10-04T23:58:31.7861191",
                        "doNotOrderUpdated": "2025-10-04T23:58:31.7861191",
                        "tracked": "2025-10-04T23:58:31.7861191"
                      },
                      "allergens": [
                        {
                          "$id": "22",
                          "allergenID": 1,
                          "pluG_UID": "ZNA0RrDsb0mcmgJ6eLhMdQ==",
                          "pluGuid": "4634d064-ecb0-496f-9c9a-027a78b84c75",
                          "contains": 2,
                          "allergenName": "sample string 3",
                          "storeIDs": [
                            1,
                            2
                          ]
                        },
                        {
                          "$ref": "22"
                        }
                      ],
                      "costs": {
                        "$id": "23",
                        "pluG_UID": "ySfK3sgJ2kqFsHZx8pX2fQ==",
                        "pluGuid": "deca27c9-09c8-4ada-85b0-7671f295f67d",
                        "enteredCost": 1,
                        "weightedAvgCost": 1,
                        "lastCost": 1,
                        "rawEnteredCost": 2,
                        "rawWeightedAvgCost": 3,
                        "rawLastCost": 4,
                        "freight": 5.0,
                        "freightType": 6,
                        "costDecimals": 7,
                        "fifoCost": 1,
                        "updated": "2025-10-04T23:58:31.7861191",
                        "normalCost": 1,
                        "currentCost": 1
                      },
                      "sales": [
                        {
                          "$id": "24",
                          "saleHeaderID": 1,
                          "created": "2025-10-04T23:58:31.7861191",
                          "createdLocal": "2025-10-04T23:58:31.7861191",
                          "storeID": 3,
                          "storeName": "sample string 4",
                          "operatorG_Uid": "2pPq9hBZSEuyntK3xuqFNQ==",
                          "operatorGuid": "f6ea93da-5910-4b48-b29e-d2b7c6ea8535",
                          "operatorName": "sample string 5",
                          "tranType": 1,
                          "plu": 1,
                          "pluG_UId": "AP6VO9TaykCDSfbEkskc4A==",
                          "pluGuid": "3b95fe00-dad4-40ca-8349-f6c492c91ce0",
                          "normalPrice": 1,
                          "totalCents": 1,
                          "cost": 1,
                          "grossProfit": 1,
                          "quantity": 1,
                          "operator": {
                            "$id": "25",
                            "id": 1,
                            "g_Uid": "m/rwycLe0E+FluhwX2Kckg==",
                            "guid": "c9f0fa9b-dec2-4fd0-8596-e8705f629c92",
                            "operatorNumber": 1,
                            "shortName": "sample string 2",
                            "firstName": "sample string 3",
                            "lastName": "sample string 4",
                            "password": "sample string 5",
                            "hasPassword": true,
                            "passwordText": "sample string 6",
                            "rfidTagID": "sample string 7",
                            "blueprintID": 1,
                            "groupID": 1,
                            "groupName": "sample string 8",
                            "managerGroupID": 1,
                            "managerGroupName": "sample string 9",
                            "zoneID": 1,
                            "zoneName": "sample string 10",
                            "loggedIn": 1,
                            "lastUsedIP": "sample string 11",
                            "deleted": true,
                            "locked": true,
                            "allowOpenTill": true,
                            "webEmail": "sample string 14",
                            "simpleOperatorType": 0,
                            "webRole": "sample string 15",
                            "updated": "2025-10-04T23:58:31.7861191",
                            "passwordResetRequired": true,
                            "alteredInStore": true,
                            "startShift": "2025-10-04T23:58:31.7861191",
                            "endShift": "2025-10-04T23:58:31.7861191",
                            "machineName": "sample string 20",
                            "drawerID": 1,
                            "stores": [
                              {
                                "$id": "26",
                                "operatorG_UID": "YpXZXNdrxkOs/F8lI4bIIA==",
                                "operatorGuid": "5cd99562-6bd7-43c6-acfc-5f252386c820",
                                "storeID": 2,
                                "operator": {
                                  "$ref": "25"
                                },
                                "store": {
                                  "$ref": "4"
                                }
                              },
                              {
                                "$ref": "26"
                              }
                            ]
                          }
                        },
                        {
                          "$ref": "24"
                        }
                      ],
                      "apns": [
                        {
                          "$id": "27",
                          "pluID": 1,
                          "pluG_UID": "qe8IcszSwkir0VJg3uGhVA==",
                          "pluGuid": "7208efa9-d2cc-48c2-abd1-5260dee1a154",
                          "apn": "sample string 1",
                          "deleted": true,
                          "storeID": 1,
                          "storeIDs": [
                            1,
                            2
                          ]
                        },
                        {
                          "$ref": "27"
                        }
                      ],
                      "tuns": [
                        {
                          "$id": "28",
                          "pluG_UId": "kLhSwdTg3U+dmKntSN5NKQ==",
                          "pluGuid": "c152b890-e0d4-4fdd-9d98-a9ed48de4d29",
                          "apn": "sample string 1",
                          "tun": "sample string 2",
                          "cartonQuantity": 3,
                          "product": {
                            "$ref": "13"
                          },
                          "storeIDs": [
                            1,
                            2
                          ]
                        },
                        {
                          "$ref": "28"
                        }
                      ],
                      "competitionPricing": [
                        {
                          "$id": "29",
                          "identifier": "SDFDFqZ9eEqTvz+XIgiNRA==",
                          "identifierGuid": "16433148-7da6-4a78-93bf-3f9722088d44",
                          "pluG_UID": "HIeero2h4kKYPe8EMXNEvQ==",
                          "pluGuid": "ae9e871c-a18d-42e2-983d-ef04317344bd",
                          "competitionID": 1,
                          "name": "sample string 2",
                          "sellMultiple": 3,
                          "retailPrice": 4,
                          "storeName": "sample string 5"
                        },
                        {
                          "$ref": "29"
                        }
                      ],
                      "supplier": {
                        "$ref": "8"
                      },
                      "supplierName": "sample string 147",
                      "children": [
                        {
                          "$ref": "13"
                        },
                        {
                          "$ref": "13"
                        }
                      ],
                      "ordering": {
                        "$ref": "11"
                      },
                      "flipChartPages": [
                        {
                          "$id": "30",
                          "identifier": "ljY/PiG1i0e4QzU9hcaLzw==",
                          "groupName": "sample string 1",
                          "identifierGuid": "3e3f3696-b521-478b-b843-353d85c68bcf",
                          "exists": true,
                          "flipChartIdentifier": "Vh0or8Gn20mc2Og2LuGVaQ==",
                          "flipChartIdentifierGuid": "af281d56-a7c1-49db-9cd8-e8362ee19569",
                          "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": "0Nfm7VU0O0CjkTaVNBuZCA==",
                          "groupIdentifierGuid": "ede6d7d0-3455-403b-a391-3695341b9908",
                          "flipChart": {
                            "$id": "31",
                            "identifier": "XB31Iam4PEO5NQ/6ZXGDsQ==",
                            "identifierGuid": "21f51d5c-b8a9-433c-b935-0ffa657183b1",
                            "displayName": "sample string 2",
                            "sortOrder": 3,
                            "productsPerRow": 4,
                            "rowsPerPage": 5,
                            "buttonMarginX": 6,
                            "buttonMarginY": 7,
                            "beginButtonsX": 8,
                            "beginButtonsY": 9,
                            "autoSizeButtons": true,
                            "autoSizeGrid": true,
                            "showButtonText": true,
                            "showButtonImage": true,
                            "formLocationX": 1,
                            "formLocationY": 1,
                            "formWidth": 14,
                            "formHeight": 15,
                            "formMaximised": true,
                            "formResizable": true,
                            "formBackgroundImage": "sample string 16",
                            "formBackgroundColourA": 1,
                            "formBackgroundColourR": 1,
                            "formBackgroundColourG": 1,
                            "formBackgroundColourB": 1,
                            "formFontFamily": "sample string 17",
                            "formFontSize": 1.1,
                            "formFontStyle": 1,
                            "formAttributes": "sample string 18",
                            "buttonWidth": 19,
                            "buttonHeight": 20,
                            "buttonAnchor": 21,
                            "buttonBackgroundImage": "sample string 22",
                            "buttonTopColour": 1,
                            "buttonTextColour": 1,
                            "buttonBottomColour": 1,
                            "buttonBorderColour": 1,
                            "buttonBorderWidth": 1,
                            "buttonRadius": 1,
                            "buttonGradientMode": 1,
                            "buttonDropShadow": true,
                            "buttonShadowWidth": 1,
                            "buttonHighLightOnPush": true,
                            "buttonFontFamily": "sample string 23",
                            "buttonFontSize": 1.1,
                            "buttonFontStyle": 1,
                            "buttonTextAlign": 1,
                            "buttonWordBreak": true,
                            "buttonDrawImageAndButton": true,
                            "buttonVerticalText": true,
                            "buttonImageAlign": 1,
                            "panelLocationX": 1,
                            "panelLocationY": 1,
                            "panelWidth": 1,
                            "panelHeight": 1,
                            "panelAnchor": 1,
                            "panelFontFamily": "sample string 24",
                            "panelFontSize": 1.1,
                            "panelFontStyle": 1,
                            "panelBackgroundColour": 1,
                            "panelTextColour": 1,
                            "panelAttributes": "sample string 25",
                            "unsentCount": 26,
                            "group": {
                              "$id": "32",
                              "identifier": "g6Krfo5UHUelx+lyk1mhIQ==",
                              "identifierGuid": "7eaba283-548e-471d-a5c7-e9729359a121",
                              "name": "sample string 2",
                              "formType": "sample string 3",
                              "forms": [
                                {
                                  "$id": "33",
                                  "id": 1,
                                  "g_UID": "7QyNm0u0WU6U2Pwd+khqtw==",
                                  "guid": "9b8d0ced-b44b-4e59-94d8-fc1dfa486ab7",
                                  "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": "tlX2QRDxT0CykFPOtYa/4A==",
                                  "previousFormGuid": "41f655b6-f110-404f-b290-53ceb586bfe0",
                                  "nextForm": 1,
                                  "nextFormG_UID": "ZI9cy4lKW0S3Skz29eN9lA==",
                                  "nextFormGuid": "cb5c8f64-4a89-445b-b74a-4cf6f5e37d94",
                                  "attributes": "sample string 10",
                                  "updated": "2025-10-04T23:58:31.7861191",
                                  "positioning": 1,
                                  "contentPanel": "sample string 11",
                                  "selectionMode": 1,
                                  "maximumSelections": 1,
                                  "alteredInStore": true,
                                  "deleted": true,
                                  "blueprintID": 1,
                                  "preserveLayout": true,
                                  "mainCheckoutFormName": "sample string 13",
                                  "nextCheckoutForm": {
                                    "$ref": "33"
                                  },
                                  "previousCheckoutForm": {
                                    "$ref": "33"
                                  },
                                  "buttons": [
                                    {
                                      "$id": "34",
                                      "id": 1,
                                      "checkoutFormID": 2,
                                      "checkoutFormG_UID": "KC+a+In9zEGlf4S93y5C/w==",
                                      "checkoutFormGuid": "f89a2f28-fd89-41cc-a57f-84bddf2e42ff",
                                      "identifier": "ZY4e634FpU26WTS6sK8/jA==",
                                      "identifierGuid": "eb1e8e65-057e-4da5-ba59-34bab0af3f8c",
                                      "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": "iaJFopfzekOwBgmwybWXnw==",
                                      "valueGuid": "a245a289-f397-437a-b006-09b0c9b5979f",
                                      "buttonText": "sample string 10",
                                      "valueText": "sample string 11",
                                      "drawImageAndButton": true,
                                      "updated": "2025-10-04T23:58:31.7861191",
                                      "action": "sample string 12",
                                      "valueForm": {
                                        "$ref": "33"
                                      },
                                      "image": {
                                        "$id": "35",
                                        "name": "sample string 3.sample string 4",
                                        "imageID": 2,
                                        "imageName": "sample string 3",
                                        "imageExtension": "sample string 4",
                                        "lastUpdate": "2025-10-04T23:58:31.7861191",
                                        "imageData": "QEA=",
                                        "readOnly": true
                                      }
                                    },
                                    {
                                      "$ref": "34"
                                    }
                                  ],
                                  "panels": [
                                    {
                                      "$id": "36",
                                      "id": 1,
                                      "checkoutFormID": 2,
                                      "checkoutFormG_UID": "McsempFPO0awPt5Paop5OQ==",
                                      "checkoutFormGuid": "9a1ecb31-4f91-463b-b03e-de4f6a8a7939",
                                      "panelType": "sample string 4",
                                      "name": "sample string 5",
                                      "locationX": 6,
                                      "locationY": 7,
                                      "width": 8,
                                      "height": 9,
                                      "anchor": 10,
                                      "fontFamily": "sample string 11",
                                      "fontSize": 12.1,
                                      "fontStyle": 13,
                                      "backgroundColour": 14,
                                      "textColour": 15,
                                      "attributes": "sample string 16"
                                    },
                                    {
                                      "$ref": "36"
                                    }
                                  ]
                                },
                                {
                                  "$ref": "33"
                                }
                              ],
                              "panels": [
                                {
                                  "$ref": "36"
                                },
                                {
                                  "$ref": "36"
                                }
                              ]
                            },
                            "pages": [
                              {
                                "$ref": "30"
                              },
                              {
                                "$ref": "30"
                              }
                            ]
                          },
                          "contentPanel": {
                            "$ref": "36"
                          },
                          "products": [
                            {
                              "$id": "37",
                              "flipChartPageIdentifier": "hnF5C1QhsUiEdq2srZe+qQ==",
                              "flipChartPageIdentifierGuid": "0b797186-2154-48b1-8476-adacad97bea9",
                              "pluG_UID": "PGbiJThvOkyG7K39qO6fDw==",
                              "pluGuid": "25e2663c-6f38-4c3a-86ec-adfda8ee9f0f",
                              "sortOrder": 3,
                              "sent": true,
                              "productChanged": true,
                              "productImageName": "sample string 6",
                              "productShowImageOnFlipCharts": true,
                              "productShowTextOnFlipCharts": true,
                              "productOverrideFlipChartText": true,
                              "productFlipChartText": "sample string 10",
                              "product": {
                                "$ref": "13"
                              },
                              "departmentSortOrder": 11,
                              "subDepartmentName": "sample string 12"
                            },
                            {
                              "$ref": "37"
                            }
                          ],
                          "productCount": 27,
                          "pages": [
                            {
                              "$ref": "30"
                            },
                            {
                              "$ref": "30"
                            }
                          ]
                        },
                        {
                          "$ref": "30"
                        }
                      ],
                      "priceHistory": [
                        {
                          "$id": "38",
                          "pluG_UID": "hipHwUvQEEmnadb3TlHk1w==",
                          "pluGuid": "c1472a86-d04b-4910-a769-d6f74e51e4d7",
                          "price": 1,
                          "costCalcMethod": 1,
                          "cost": 2,
                          "weightedAvgCost": 3,
                          "lastCost": 4,
                          "rawCost": 5,
                          "rawWeightedAvgCost": 6,
                          "rawLastCost": 7,
                          "costDecimals": 8,
                          "serviceFeeID": 9,
                          "freight": 10.0,
                          "freightType": 11,
                          "process": "sample string 12",
                          "user": "sample string 13",
                          "updated": "2025-10-04T23:58:31.7861191",
                          "previousPrice": 1,
                          "previousCostCalcMethod": 1,
                          "previousCost": 1,
                          "previousWeightedAvgCost": 1,
                          "previousLastCost": 1,
                          "previousRawCost": 15,
                          "previousRawWeightedAvgCost": 16,
                          "previousRawLastCost": 17,
                          "previousCostDecimals": 1,
                          "previousServiceFeeID": 18,
                          "previousFreight": 19.0,
                          "previousFreightType": 20,
                          "storeID": 21,
                          "storeName": "sample string 22",
                          "serviceFeeDescription": "sample string 23",
                          "previousServiceFeeDescription": "sample string 24"
                        },
                        {
                          "$ref": "38"
                        }
                      ],
                      "ingredients": [
                        {
                          "$id": "39",
                          "pluG_UID": "yed+O5IZEEui17fskjHA2A==",
                          "ingredientGuid": "QKHOMw5n90mxKdLz/MzO0g==",
                          "ingredientIdentifier": "33cea140-670e-49f7-b129-d2f3fcccced2",
                          "quantity": 1.0,
                          "storeIDs": [
                            1,
                            2
                          ],
                          "ingredientText": "sample string 1",
                          "ingredient": {
                            "$ref": "13"
                          }
                        },
                        {
                          "$ref": "39"
                        }
                      ],
                      "bins": [
                        {
                          "$id": "40",
                          "pluG_UID": "jEuMJVuWzEC2PC+0HRSliw==",
                          "pluGuid": "258c4b8c-965b-40cc-b63c-2fb41d14a58b",
                          "shelfLocationIdentifier": "tIpsmvPOWk2zzwIb3FySsg==",
                          "shelfLocationGuid": "9a6c8ab4-cef3-4d5a-b3cf-021bdc5c92b2",
                          "labelShelfDefault": 1,
                          "labelTalkerDefault": 1,
                          "labelSmall": true,
                          "labelPageLayoutG_UID": "MaMpPAsPOEGtoQBzRAjmlg==",
                          "labelPageLayoutGuid": "3c29a331-0f0b-4138-ada1-00734408e696",
                          "updated": "2025-10-04T23:58:31.7861191",
                          "electronicShelfLabelIdentifier": "sample string 5",
                          "electronicshelfLabelsConfigurationID": 6,
                          "labelShelfChanged": true,
                          "productName": "sample string 8",
                          "locationText": "sample string 9",
                          "product": {
                            "$ref": "13"
                          },
                          "location": {
                            "$id": "41",
                            "identifier": "lx0KZe7CuUOpc3B9VWCEBg==",
                            "storeID": 1,
                            "identifierGuid": "650a1d97-c2ee-43b9-a973-707d55608406",
                            "name": "sample string 2",
                            "haccp": true,
                            "blueprintID": 1,
                            "updated": "2025-10-04T23:58:31.7861191",
                            "minTemp": 1,
                            "maxTemp": 1,
                            "checkFrequency": 1,
                            "storeCaseConfiguration": 5,
                            "storeName": "sample string 6",
                            "bins": [
                              {
                                "$ref": "40"
                              },
                              {
                                "$ref": "40"
                              }
                            ]
                          }
                        },
                        {
                          "$ref": "40"
                        }
                      ],
                      "bin": {
                        "$ref": "40"
                      },
                      "scaleLocations": [
                        {
                          "$id": "42",
                          "plu": 1,
                          "pluG_UID": "BGwluamKKkWrq399peoUdQ==",
                          "pluGuid": "b9256c04-8aa9-452a-abab-7f7da5ea1475",
                          "deptNo": 1,
                          "product": {
                            "$ref": "13"
                          },
                          "scaleLocation": {
                            "$id": "43",
                            "id": 1,
                            "deptNo": 1,
                            "deptCode": "sample string 2",
                            "name": "sample string 3",
                            "enabled": true,
                            "updated": "2025-10-04T23:58:31.7861191",
                            "department": {
                              "$id": "44",
                              "id": 1,
                              "name": "sample string 2",
                              "code": "sample string 3",
                              "sortOrder": 4,
                              "isLiquor": true,
                              "isTobacco": true,
                              "excludeTalker": true,
                              "externalSales": true,
                              "saleGLCode": "sample string 9",
                              "cogsglCode": "sample string 10",
                              "accountingCategoryID": 11,
                              "maximumMarkdownPercentage": 12.0,
                              "accountingOnly": true,
                              "generateExternalID": 1,
                              "useNonReportableTaxCode": true,
                              "minPLU": 15,
                              "maxPLU": 16,
                              "scaleLocation": {
                                "$ref": "43"
                              },
                              "subDepartments": [
                                {
                                  "$id": "45",
                                  "id": 1,
                                  "departmentID": 2,
                                  "name": "sample string 3",
                                  "code": "sample string 4",
                                  "departmentCode": "sample string 5",
                                  "externalSales": true,
                                  "minorDepartments": [
                                    {
                                      "$id": "46",
                                      "id": 1,
                                      "subDepartmentID": 2,
                                      "departmentID": 3,
                                      "name": "sample string 4",
                                      "subDepartmentCode": "sample string 5",
                                      "departmentCode": "sample string 6",
                                      "code": "sample string 7",
                                      "lesserDepartments": [
                                        {
                                          "$id": "47",
                                          "id": 1,
                                          "departmentID": 2,
                                          "subDepartmentID": 3,
                                          "minorDepartmentID": 4,
                                          "name": "sample string 5",
                                          "code": "sample string 6",
                                          "departmentCode": "sample string 7",
                                          "subDepartmentCode": "sample string 8",
                                          "minorDepartmentCode": "sample string 9",
                                          "updated": "2025-10-04T23:58:31.7861191",
                                          "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": "n/x0ClzLREKpJ/jV/iAjQw==",
                                          "labelPageLayoutGuid": "0a74fc9f-cb5c-4244-a927-f8d5fe202343",
                                          "minimumAge": 17,
                                          "countryOfOrigin": "sample string 18",
                                          "serviceFeeID": 1,
                                          "eftCode": 19,
                                          "defaultPrinter": "sample string 20",
                                          "defaultPrinterGroup": "sample string 21",
                                          "buyingLimit": 1,
                                          "buyingLimitIndependent": true,
                                          "buyingLimitType": 0,
                                          "includeInDistinctLimit": true,
                                          "defaultsEmpty": false,
                                          "mscCat": {
                                            "$id": "48",
                                            "dept": 1,
                                            "category": 2,
                                            "name": "sample string 3",
                                            "active": true,
                                            "mscCommodities": [
                                              {
                                                "$id": "49",
                                                "dept": 1,
                                                "category": 2,
                                                "commodity": 3,
                                                "name": "sample string 4",
                                                "active": true,
                                                "mscSubCommodities": [
                                                  {
                                                    "$id": "50",
                                                    "dept": 1,
                                                    "category": 2,
                                                    "commodity": 3,
                                                    "subCommodity": 4,
                                                    "name": "sample string 5",
                                                    "active": true,
                                                    "subCommodityCode": "sample string 7"
                                                  },
                                                  {
                                                    "$ref": "50"
                                                  }
                                                ],
                                                "commodityCode": "sample string 6"
                                              },
                                              {
                                                "$ref": "49"
                                              }
                                            ],
                                            "categoryCode": "sample string 5"
                                          },
                                          "mscCom": {
                                            "$ref": "49"
                                          },
                                          "mscDep": {
                                            "$id": "51",
                                            "dept": 1,
                                            "name": "sample string 2",
                                            "active": true,
                                            "mscCategories": [
                                              {
                                                "$ref": "48"
                                              },
                                              {
                                                "$ref": "48"
                                              }
                                            ],
                                            "deptCode": "sample string 4"
                                          },
                                          "mscSubCom": {
                                            "$ref": "50"
                                          }
                                        },
                                        {
                                          "$ref": "47"
                                        }
                                      ],
                                      "updated": "2025-10-04T23:58:31.7861191",
                                      "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": "svFPxZ6i1ES7/+83ASzbKQ==",
                                      "labelPageLayoutGuid": "c54ff1b2-a29e-44d4-bbff-ef37012cdb29",
                                      "minimumAge": 15,
                                      "countryOfOrigin": "sample string 16",
                                      "serviceFeeID": 1,
                                      "eftCode": 17,
                                      "defaultPrinter": "sample string 18",
                                      "defaultPrinterGroup": "sample string 19",
                                      "buyingLimit": 1,
                                      "buyingLimitIndependent": true,
                                      "buyingLimitType": 0,
                                      "includeInDistinctLimit": true,
                                      "defaultsEmpty": false,
                                      "mscCat": {
                                        "$ref": "48"
                                      },
                                      "mscCom": {
                                        "$ref": "49"
                                      },
                                      "mscDep": {
                                        "$ref": "51"
                                      },
                                      "mscSubCom": {
                                        "$ref": "50"
                                      }
                                    },
                                    {
                                      "$ref": "46"
                                    }
                                  ],
                                  "investmentBuyOverride": true,
                                  "updated": "2025-10-04T23:58:31.7861191",
                                  "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": "7zOi38BNKkeSjBnj5okSEw==",
                                  "labelPageLayoutGuid": "dfa233ef-4dc0-472a-928c-19e3e6891213",
                                  "minimumAge": 15,
                                  "countryOfOrigin": "sample string 16",
                                  "serviceFeeID": 1,
                                  "eftCode": 17,
                                  "defaultPrinter": "sample string 18",
                                  "defaultPrinterGroup": "sample string 19",
                                  "buyingLimit": 1,
                                  "buyingLimitIndependent": true,
                                  "buyingLimitType": 0,
                                  "includeInDistinctLimit": true,
                                  "defaultsEmpty": false,
                                  "mscCat": {
                                    "$ref": "48"
                                  },
                                  "mscCom": {
                                    "$ref": "49"
                                  },
                                  "mscDep": {
                                    "$ref": "51"
                                  },
                                  "mscSubCom": {
                                    "$ref": "50"
                                  }
                                },
                                {
                                  "$ref": "45"
                                }
                              ],
                              "stores": [
                                1,
                                2
                              ],
                              "investmentBuyOverride": true,
                              "updated": "2025-10-04T23:58:31.7861191",
                              "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": "tur2v7Z7ZUyx+8JviSoM2g==",
                              "labelPageLayoutGuid": "bff6eab6-7bb6-4c65-b1fb-c26f892a0cda",
                              "minimumAge": 25,
                              "countryOfOrigin": "sample string 26",
                              "serviceFeeID": 1,
                              "eftCode": 27,
                              "defaultPrinter": "sample string 28",
                              "defaultPrinterGroup": "sample string 29",
                              "buyingLimit": 1,
                              "buyingLimitIndependent": true,
                              "buyingLimitType": 0,
                              "includeInDistinctLimit": true,
                              "defaultsEmpty": false,
                              "mscCat": {
                                "$ref": "48"
                              },
                              "mscCom": {
                                "$ref": "49"
                              },
                              "mscDep": {
                                "$ref": "51"
                              },
                              "mscSubCom": {
                                "$ref": "50"
                              }
                            }
                          }
                        },
                        {
                          "$ref": "42"
                        }
                      ],
                      "nextPrice": {
                        "$id": "52",
                        "id": 1,
                        "campaignID": 2,
                        "campaignName": "sample string 3",
                        "plu": 1,
                        "hostOfferID": 1,
                        "metcashPromotionID": "sample string 4",
                        "metcashPromotionPlacement": "sample string 5",
                        "pluG_UID": "QA2YO233DEKbZ3rdE5WILw==",
                        "pluGuid": "3b980d40-f76d-420c-9b67-7add1395882f",
                        "newPrice": 1,
                        "pctDiscount": 1,
                        "newCost": 1,
                        "newCostDecimals": 6,
                        "dealCostIdentifier": "tppt+lCA3Uuyyb+5463k+A==",
                        "dealCostGuid": "fa6d9ab6-8050-4bdd-b2c9-bfb9e3ade4f8",
                        "pluName": "sample string 7",
                        "apn": "sample string 8",
                        "fuelItem": true,
                        "priceGroupG_UID": "QHh5LGKe6ECSZD2SttGFAw==",
                        "priceGroupGuid": "2c797840-9e62-40e8-9264-3d92b6d18503",
                        "itemNumber": "sample string 10",
                        "cri": "sample string 11",
                        "pluPrice": 12,
                        "pluCost": 13,
                        "pluCostIndicator": "sample string 14",
                        "pluPriceGstPercent": 15,
                        "pluCostGstPercent": 16,
                        "pluActive": true,
                        "cartonQty": 1.1,
                        "baseUnits": 18.1,
                        "salesMode": 1,
                        "pluNormalCost": 19,
                        "pluaws": 20.0,
                        "directNumber": "sample string 21",
                        "departmentName": "sample string 22",
                        "subDepartmentName": "sample string 23",
                        "priceGroupName": "sample string 24",
                        "supplierName": "sample string 25",
                        "stockOnHand": 1.1,
                        "stockOnOrder": 1.1,
                        "lastReceived": "2025-10-04T23:58:31.7861191",
                        "rrp": 26,
                        "campaignDescription": "sample string 27",
                        "campaignComboPriceGroupG_UID": "jatsXSlk4UadAXtpoOmmAQ==",
                        "campaignComboPriceGroupIdentifier": "5d6cab8d-6429-46e1-9d01-7b69a0e9a601",
                        "promotionPlacementDescription": "sample string 28",
                        "storeAcceptances": [
                          {
                            "$id": "53",
                            "plu": 1,
                            "pluG_UId": "QEA=",
                            "campaignID": 1,
                            "campaignName": "sample string 2",
                            "storeID": 3,
                            "acceptedUtc": "2025-10-04T23:58:31.7861191",
                            "operatorG_UID": "ZKeGy+jizkeuh1aHrFCRhg==",
                            "operatorGuid": "cb86a764-e2e8-47ce-ae87-5687ac509186",
                            "machineID": 1,
                            "processed": true,
                            "appliedUtc": "2025-10-04T23:58:31.7861191",
                            "signIqTicketFileMovedUtc": "2025-10-04T23:58:31.7861191",
                            "user": "sample string 6",
                            "campaignDescription": "sample string 7",
                            "productDesc": "sample string 8",
                            "storeName": "sample string 9",
                            "effectiveUtc": "2025-10-04T23:58:31.7861191",
                            "priceChangeType": 0,
                            "operatorName": "sample string 10",
                            "hostCampaign": true,
                            "product": {
                              "$ref": "13"
                            },
                            "campaignPlu": {
                              "$ref": "52"
                            }
                          },
                          {
                            "$ref": "53"
                          }
                        ],
                        "campaign": {
                          "$id": "54",
                          "id": 1,
                          "storeID": 2,
                          "name": "86ff8eff-4e3c-4caf-9bbd-4517cad5ebab",
                          "nameGuid": "86ff8eff-4e3c-4caf-9bbd-4517cad5ebab",
                          "description": "sample string 4",
                          "showDiscounts": true,
                          "showTotals": true,
                          "onlyEvaluateOnSubtotal": true,
                          "useDescription": true,
                          "campaignType": 1,
                          "startDate": "2025-10-04T23:58:31.7861191",
                          "startTime": 1,
                          "endDate": "2025-10-04T23:58:31.7861191",
                          "endTime": 1,
                          "recurrence": 1,
                          "recurrenceType": 1,
                          "monthType": 1,
                          "weekDays": 1,
                          "months": 1,
                          "monthWeeks": 1,
                          "monthDays": "sample string 7",
                          "printed": true,
                          "talkerText": "sample string 8",
                          "rangeDescription": "sample string 9",
                          "dealDescription": "sample string 10",
                          "labelQuantity": 11,
                          "active": 1,
                          "deactivated": "2025-10-04T23:58:31.7861191",
                          "system": true,
                          "created": "2025-10-04T23:58:31.7861191",
                          "updated": "2025-10-04T23:58:31.7861191",
                          "priceChangeNotifiedUtc": "2025-10-04T23:58:31.7861191",
                          "promoType": 1,
                          "promotionTypeCode": "sample string 13",
                          "hostIdentifier": "6ZXTnwt1N0ClTkfXdmZNhw==",
                          "hostIdentifierGuid": "9fd395e9-750b-4037-a54e-47d776664d87",
                          "hostType": 14,
                          "createdByUser": "sample string 15",
                          "fromHost": true,
                          "deleted": true,
                          "campaignDeleted": "2025-10-04T23:58:31.7861191",
                          "updatedByUser": "sample string 18",
                          "offerID": 1,
                          "isPriceChangeCampaign": true,
                          "stores": [
                            1,
                            2
                          ],
                          "storeNames": [
                            "sample string 1",
                            "sample string 2"
                          ],
                          "campaignPlus": [
                            {
                              "$ref": "52"
                            },
                            {
                              "$ref": "52"
                            }
                          ],
                          "campaignPools": [
                            {
                              "$id": "55",
                              "id": 1,
                              "campaignID": 2,
                              "campaignName": "sample string 3",
                              "plu": 4,
                              "pluG_UID": "O8wOp4/Zu0uzpWVz4VvjNA==",
                              "pluGuid": "a70ecc3b-d98f-4bbb-b3a5-6573e15be334",
                              "hostOfferID": 1,
                              "priceGroupG_UID": "Cy14D3whs0a5uLc3OMfbOQ==",
                              "priceGroupGuid": "0f782d0b-217c-46b3-b9b8-b73738c7db39",
                              "fuelItem": true,
                              "pluName": "sample string 6",
                              "apn": "sample string 7",
                              "pluActive": true,
                              "cartonQty": 1,
                              "baseUnits": 9.1,
                              "cri": "sample string 10",
                              "salesMode": 1,
                              "pluaws": 11.0,
                              "directNumber": "sample string 12",
                              "departmentName": "sample string 13",
                              "subDepartmentName": "sample string 14",
                              "priceGroupName": "sample string 15",
                              "supplierName": "sample string 16",
                              "stockOnHand": 1.1,
                              "stockOnOrder": 1.1,
                              "lastReceived": "2025-10-04T23:58:31.7861191",
                              "rrp": 17,
                              "campaignDescription": "sample string 18",
                              "product": {
                                "$ref": "13"
                              },
                              "campaign": {
                                "$ref": "54"
                              }
                            },
                            {
                              "$ref": "55"
                            }
                          ],
                          "sellingRules": [
                            {
                              "$id": "56",
                              "id": 1,
                              "identifier": "mZPKq3385EKciBEWjsv1hg==",
                              "identifierStr": "mZPKq3385EKciBEWjsv1hg==",
                              "identifierGuid": "abca9399-fc7d-42e4-9c88-11168ecbf586",
                              "campaignID": 4,
                              "campaignName": "sample string 5",
                              "ruleJoin": 1,
                              "ruleType": 6,
                              "operand0": "sample string 7",
                              "comparisonOp": 1,
                              "operand1": "sample string 8",
                              "action": 1,
                              "operand2": "sample string 9",
                              "operand3": "sample string 10",
                              "includeExcludedItems": true,
                              "noFurtherDiscounts": true,
                              "description": "sample string 11",
                              "sortOrder": 1,
                              "isItemRule": false,
                              "prevDept": "sample string 12",
                              "campaign": {
                                "$ref": "54"
                              }
                            },
                            {
                              "$ref": "56"
                            }
                          ],
                          "customers": [
                            {
                              "$id": "57",
                              "id": 1,
                              "campaignID": 2,
                              "campaignName": "sample string 3",
                              "customerID": "GqNX7XVo/keknmLUK2dqrw==",
                              "customerIDGuid": "ed57a31a-6875-47fe-a49e-62d42b676aaf",
                              "campaign": {
                                "$ref": "54"
                              },
                              "customer": {
                                "$id": "58",
                                "identifier": "E5txI9TQx0mJaBbofLTFeQ==",
                                "identifierGuid": "23719b13-d0d4-49c7-8968-16e87cb4c579",
                                "code": "sample string 2",
                                "familyName": "sample string 3",
                                "givenName": "sample string 4",
                                "otherName": "sample string 5",
                                "title": "sample string 6",
                                "dateOfBirth": "2025-10-04T23:58:31.7861191",
                                "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": "Zy7xFtFVlkezMP11F0zh5g==",
                                "communityIdentifierGuid": "16f12e67-55d1-4796-b330-fd75174ce1e6",
                                "joined": "2025-10-04T23:58:31.7861191",
                                "updated": "2025-10-04T23:58:31.7861191",
                                "active": true,
                                "reasonInactive": 1,
                                "groupCustomer": true,
                                "loyaltyPoints": 1,
                                "homeStoreID": 1,
                                "availableSpend": 1,
                                "priceLevelIdentifier": "HiZCQ+6psUSo5kNxkopjPQ==",
                                "priceLevelIdentifierGuid": "4342261e-a9ee-44b1-a8e6-4371928a633d",
                                "marketingID": "sample string 18",
                                "hidden": true,
                                "registered": true,
                                "registeredOn": "2025-10-04T23:58:31.7861191",
                                "emailMarketing": true,
                                "smsMarketing": true,
                                "deleted": true,
                                "deletedUser": "sample string 24",
                                "homeStoreName": "sample string 25",
                                "customerCards": [
                                  {
                                    "$id": "59",
                                    "cardType": 2,
                                    "issueDate": "2025-10-04T23:58:31.7861191",
                                    "expiry": "2025-10-04T23:58:31.7861191",
                                    "customerID": "Rs0ljLBs90GW9ZGOaF0UlQ==",
                                    "customerIDGuid": "8c25cd46-6cb0-41f7-96f5-918e685d1495",
                                    "initialValue": 1,
                                    "currentValue": 1,
                                    "maxLimit": 1,
                                    "minTransaction": 1,
                                    "maxTransaction": 1,
                                    "multiplier": 1.1,
                                    "active": true,
                                    "reasonInactive": 1,
                                    "idRequired": true,
                                    "idType": 1,
                                    "idValue": "sample string 5",
                                    "updated": "2025-10-04T23:58:31.7861191",
                                    "linkedAccount": "yN7gVUBwNkaO/Jo2FwgwxQ==",
                                    "linkedAccountGuid": "55e0dec8-7040-4636-8efc-9a36170830c5",
                                    "currentValueChanged": true,
                                    "limitsChanged": true,
                                    "customer": {
                                      "$ref": "58"
                                    },
                                    "account": {
                                      "$id": "60",
                                      "id": 1,
                                      "identifier": "Jc9GylNIpk+FLwNX2Vm0jA==",
                                      "identifierGuid": "ca46cf25-4853-4fa6-852f-0357d959b48c",
                                      "referenceNo": "sample string 3",
                                      "name": "sample string 4",
                                      "created": "2025-10-04T23:58:31.7861191",
                                      "owner": "xX1tZ9vr+EW0m6YMAZNwdg==",
                                      "ownerGuid": "676d7dc5-ebdb-45f8-b49b-a60c01937076",
                                      "accountStoreGroupIdentifier": "3IkgcfE5akWYuun+ieIbrQ==",
                                      "accountStoreGroupGuid": "712089dc-39f1-456a-98ba-e9fe89e21bad",
                                      "accountType": 1,
                                      "currentBalance": 1,
                                      "externalID": "sample string 7",
                                      "maximumLimit": 1,
                                      "accruePoints": true,
                                      "loyaltyPoints": 1,
                                      "termsOfTrade": 1,
                                      "signatureRequired": true,
                                      "referenceRequired": true,
                                      "statementSendType": 10,
                                      "ageingPeriod": 1,
                                      "monthlyAgeingPeriod": true,
                                      "explodedInvoice": true,
                                      "isFifoAllocation": true,
                                      "lastStatementSent": "2025-10-04T23:58:31.7861191",
                                      "active": true,
                                      "updated": "2025-10-04T23:58:31.7861191",
                                      "deleted": true,
                                      "deletedUser": "sample string 16",
                                      "currentBalanceChanged": true,
                                      "maximumLimitChanged": true,
                                      "loyaltyPointsChanged": true,
                                      "projectedBalance": 17,
                                      "accountStoreGroupStoreIDs": [
                                        1,
                                        2
                                      ],
                                      "customerEmail": "sample string 18",
                                      "ownerCustomer": {
                                        "$ref": "58"
                                      },
                                      "card": {
                                        "$ref": "59"
                                      },
                                      "members": {
                                        "$id": "61",
                                        "sample string 1": [
                                          {
                                            "$ref": "58"
                                          },
                                          {
                                            "$ref": "58"
                                          }
                                        ],
                                        "sample string 2": [
                                          {
                                            "$ref": "58"
                                          },
                                          {
                                            "$ref": "58"
                                          }
                                        ]
                                      },
                                      "customerGroups": [
                                        {
                                          "$id": "62",
                                          "identifier": "d464KjckGEyFKqVC1mdBPw==",
                                          "identifierGuid": "2ab88e77-2437-4c18-852a-a542d667413f",
                                          "name": "sample string 2",
                                          "primaryContact": "KAJJiKp3MkqXomdOqZCiRQ==",
                                          "primaryContactGuid": "88490228-77aa-4a32-97a2-674ea990a245",
                                          "accountID": "Qq+EMWO2A0etcewgqZ17ZA==",
                                          "accountIDGuid": "3184af42-b663-4703-ad71-ec20a99d7b64",
                                          "special": true,
                                          "updated": "2025-10-04T23:58:31.7861191",
                                          "active": true,
                                          "reasonInactive": 1,
                                          "priceLevelIdentifier": "fYD4JBz50ka4Bo/nOVyGvw==",
                                          "priceLevelIdentifierGuid": "24f8807d-f91c-46d2-b806-8fe7395c86bf",
                                          "deleted": true,
                                          "account": {
                                            "$ref": "60"
                                          },
                                          "primaryContactCustomer": {
                                            "$ref": "58"
                                          },
                                          "customerGroupMembers": [
                                            {
                                              "$id": "63",
                                              "id": 1,
                                              "groupID": "Mz00KV7uWkGxRx1LtXBR/w==",
                                              "groupIDGuid": "29343d33-ee5e-415a-b147-1d4bb57051ff",
                                              "customerID": "xOXI3UVah06s98ZiRi2eMQ==",
                                              "customerIDGuid": "ddc8e5c4-5a45-4e87-acf7-c662462d9e31",
                                              "card": "sample string 4",
                                              "linkedAccount": "fIzq5QMKK0OzwZMjgNdQ9A==",
                                              "linkedAccountGuid": "e5ea8c7c-0a03-432b-b3c1-932380d750f4",
                                              "customer": {
                                                "$ref": "58"
                                              },
                                              "group": {
                                                "$ref": "62"
                                              },
                                              "customerCard": {
                                                "$ref": "59"
                                              }
                                            },
                                            {
                                              "$ref": "63"
                                            }
                                          ]
                                        },
                                        {
                                          "$ref": "62"
                                        }
                                      ]
                                    },
                                    "payments": [
                                      {
                                        "$id": "64",
                                        "id": 1,
                                        "identifier": "1hzcnm9aGE2LE9Qs0THivg==",
                                        "identifierGuid": "9edc1cd6-5a6f-4d18-8b13-d42cd131e2be",
                                        "storeID": 2,
                                        "operatorName": "sample string 3",
                                        "saleHeaderID": 4,
                                        "paymentType": 5,
                                        "amount": 6,
                                        "account": "sample string 7",
                                        "accountID": "tDtVZv3JMk6L3fdFfN+fUw==",
                                        "accountIDGuid": "66553bb4-c9fd-4e32-8bdd-f7457cdf9f53",
                                        "customerAccount": {
                                          "$ref": "60"
                                        },
                                        "customerCard": {
                                          "$ref": "59"
                                        },
                                        "accountType": 1,
                                        "cardName": "sample string 8",
                                        "authorisationNumber": "sample string 9",
                                        "bankReference": "sample string 10",
                                        "merchantID": "sample string 11",
                                        "terminalID": "sample string 12",
                                        "cardNumber": "sample string 13",
                                        "paymentDate": "2025-10-04T23:58:31.7861191",
                                        "invRocNo": "sample string 14",
                                        "responseCode": "sample string 15",
                                        "cashout": 1,
                                        "tip": 16,
                                        "idempotentVoid": "UPacYC9nQ0SKuc3TSKgixQ==",
                                        "idempotentVoidGuid": "609cf650-672f-4443-8ab9-cdd348a822c5",
                                        "offline": true,
                                        "processed": 1,
                                        "storeSaleHeader": {
                                          "$id": "65",
                                          "saleHeaderID": 1,
                                          "saleHeaderGuid": "7zOg2DsFwUW983w0f/ZX8w==",
                                          "saleHeaderIdentifierGuid": "d8a033ef-053b-45c1-bdf3-7c347ff657f3",
                                          "created": "2025-10-04T23:58:31.7861191",
                                          "createdLocal": "2025-10-04T23:58:31.7861191",
                                          "createdText": "sample string 4",
                                          "itemCount": 5,
                                          "totalAmount": 6,
                                          "cashTender": 1,
                                          "cardTender": 1,
                                          "cheqTender": 1,
                                          "acctTender": 1,
                                          "voucherTender": 1,
                                          "loyaltyPoints": 1,
                                          "cashout": 1,
                                          "changeAmount": 1,
                                          "rounding": 1,
                                          "gstAmount": 1,
                                          "transactionDiscountTender": 1,
                                          "totalTip": 7,
                                          "tranType": 1,
                                          "processed": 1,
                                          "imported": "2025-10-04T23:58:31.7861191",
                                          "storeID": 1,
                                          "operatorG_Uid": "3+hoGHsR+UOXGQyXxDDnjA==",
                                          "operatorGuid": "1868e8df-117b-43f9-9719-0c97c430e78c",
                                          "customerG_Uid": "3yM9anBO0UugqrS2n+L9RA==",
                                          "customerGuid": "6a3d23df-4e70-4bd1-a0aa-b4b69fe2fd44",
                                          "communityIdentifier": "4m7u1oIvbUKl+tDHwwYBmw==",
                                          "communityIdentifierGuid": "d6ee6ee2-2f82-426d-a5fa-d0c7c306019b",
                                          "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": "b2oD/XAANUiRd0sOmRklLQ==",
                                          "priceLevelIdentifierGuid": "fd036a6f-0070-4835-9177-4b0e9919252d",
                                          "locked": 36,
                                          "relationChecksum": "sample string 37",
                                          "loyaltyTender": 1,
                                          "giftCardTender": 1,
                                          "operator": {
                                            "$ref": "25"
                                          },
                                          "customer": {
                                            "$ref": "58"
                                          },
                                          "communityOrganisation": {
                                            "$id": "66",
                                            "id": 1,
                                            "identifier": "z30aqZVrI0qZicvyydr3WA==",
                                            "identifierGuid": "a91a7dcf-6b95-4a23-9989-cbf2c9daf758",
                                            "name": "sample string 3",
                                            "lookupIdentifier": "sample string 4",
                                            "externalID": "sample string 5",
                                            "phone": "sample string 6",
                                            "fax": "sample string 7",
                                            "email": "sample string 8",
                                            "address1": "sample string 9",
                                            "address2": "sample string 10",
                                            "city": "sample string 11",
                                            "postCode": "sample string 12",
                                            "state": "sample string 13",
                                            "country": "sample string 14",
                                            "totalAmountAwarded": 15.1,
                                            "updated": "2025-10-04T23:58:31.7861191",
                                            "deleted": true
                                          },
                                          "details": [
                                            {
                                              "$id": "67",
                                              "saleItemID": 1,
                                              "identifier": "KfqEX+vB6EyKpe7bcu9MXg==",
                                              "identifierGuid": "5f84fa29-c1eb-4ce8-8aa5-eedb72ef4c5e",
                                              "saleHeaderID": 2,
                                              "plu": 1,
                                              "pluG_UId": "D9pvOydJmESTGRkAkHlvmw==",
                                              "pluGuid": "3b6fda0f-4927-4498-9319-190090796f9b",
                                              "accountID": "/48db33Dx0mUH05ax9ipqw==",
                                              "accountIDGuid": "6f1d8fff-c37d-49c7-941f-4e5ac7d8a9ab",
                                              "normalPrice": 3,
                                              "originalSellingPrice": 4,
                                              "discountPrice": 5,
                                              "unit": 1,
                                              "quantity": 6,
                                              "totalCents": 7,
                                              "fixedPrice": 1,
                                              "tranType": 1,
                                              "discountType": 1,
                                              "cost": 1,
                                              "costDecimals": 8,
                                              "markdown": 1,
                                              "manualQuantity": 1,
                                              "manualPrice": 1,
                                              "manualMode": 1,
                                              "active": 1,
                                              "offline": true,
                                              "barcode": "sample string 9",
                                              "keyedSale": 1,
                                              "discountedID": 1,
                                              "fuelID": 1,
                                              "serialNumber": "sample string 10",
                                              "bestOrExpire": "2025-10-04T23:58:31.7861191",
                                              "bestOrExpireType": 1,
                                              "providerName": "sample string 11",
                                              "refundG_UID": "GrlILC47wUiQjD64OsaWHQ==",
                                              "refundGuid": "2c48b91a-3b2e-48c1-908c-3eb83ac6961d",
                                              "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": "Gzj5NhiYfk2pZdlI9kSocA==",
                                              "idempotentVoidGuid": "36f9381b-9818-4d7e-a965-d948f644a870",
                                              "priceLevelIdentifier": "ZjBD+vLbu0WSFvu7tHrX6Q==",
                                              "priceLevelIdentifierGuid": "fa433066-dbf2-45bb-9216-fbbbb47ad7e9",
                                              "productName": "sample string 23",
                                              "apn": "sample string 24",
                                              "unknownScans": [
                                                {
                                                  "$id": "68",
                                                  "id": 1,
                                                  "saleDetailID": 2,
                                                  "storeID": 1,
                                                  "scanned": "2025-10-04T23:58:31.7861191",
                                                  "operatorG_UID": "QEA=",
                                                  "barcode": "sample string 4",
                                                  "processed": 1
                                                },
                                                {
                                                  "$ref": "68"
                                                }
                                              ],
                                              "refund": {
                                                "$id": "69",
                                                "id": 1,
                                                "g_UID": "pULotFuRlkWrx+6MI3GKnw==",
                                                "guid": "b4e842a5-915b-4596-abc7-ee8c23718a9f",
                                                "description": "sample string 1",
                                                "dumped": true,
                                                "inventoryReasonID": 1,
                                                "sortOrder": 1,
                                                "updated": "2025-10-04T23:58:31.7861191"
                                              },
                                              "modifier": {
                                                "$id": "70",
                                                "id": 1,
                                                "setG_UID": "NI6QlpwUS0KGXOW/lVvaXw==",
                                                "modifierSetGuid": "96908e34-149c-424b-865c-e5bf955bda5f",
                                                "name": "sample string 2",
                                                "price": 1,
                                                "quantity": 1,
                                                "modifierType": 1,
                                                "groupNumber": 1,
                                                "pageNumber": 1,
                                                "controlOrder": 1,
                                                "printToStation": true,
                                                "pluG_UID": "FzQ8ew5h9kujFPYsT7gEFw==",
                                                "pluGuid": "7b3c3417-610e-4bf6-a314-f62c4fb80417",
                                                "deleted": true,
                                                "g_UID": "fWf4firFXkqStG6kYazqoQ==",
                                                "guid": "7ef8677d-c52a-4a5e-92b4-6ea461aceaa1",
                                                "product": {
                                                  "$ref": "13"
                                                }
                                              },
                                              "priceLevelName": "sample string 25",
                                              "pumpNumber": 1,
                                              "hoseNumber": 1
                                            },
                                            {
                                              "$ref": "67"
                                            }
                                          ],
                                          "eftReceipts": [
                                            {
                                              "$id": "71",
                                              "id": 1,
                                              "storeID": 1,
                                              "saleHeaderID": 2,
                                              "storeSaleHeader": {
                                                "$ref": "65"
                                              },
                                              "receipt": "sample string 3",
                                              "processed": 1
                                            },
                                            {
                                              "$ref": "71"
                                            }
                                          ],
                                          "payments": [
                                            {
                                              "$ref": "64"
                                            },
                                            {
                                              "$ref": "64"
                                            }
                                          ],
                                          "cards": [
                                            {
                                              "$id": "72",
                                              "id": 1,
                                              "saleHeaderID": 1,
                                              "identifier": "sample string 2",
                                              "cardType": 3,
                                              "providerName": "sample string 4"
                                            },
                                            {
                                              "$ref": "72"
                                            }
                                          ],
                                          "campaignHits": [
                                            {
                                              "$id": "73",
                                              "id": 1,
                                              "saleHeaderID": 2,
                                              "campaign": "sample string 3",
                                              "name": "sample string 4",
                                              "processed": 1,
                                              "campaignDescription": "sample string 5"
                                            },
                                            {
                                              "$ref": "73"
                                            }
                                          ],
                                          "fuel": [
                                            {
                                              "$id": "74",
                                              "id": 1,
                                              "plu": 1,
                                              "pluG_UID": "P6pHRXfelkaLMt+nINnU2w==",
                                              "pluGuid": "4547aa3f-de77-4696-8b32-dfa720d9d4db",
                                              "saleHeaderID": 2,
                                              "totalCents": 3,
                                              "grade": 1,
                                              "gradeDescription": "sample string 4",
                                              "dispenser": 1,
                                              "hose": 1,
                                              "quantity": 1,
                                              "cost": 1,
                                              "acquirerNum": 1,
                                              "attendant": 1,
                                              "ePurseBalance": 1.0,
                                              "cardSignature": "sample string 5",
                                              "compartmentNumber": 1,
                                              "contractNumber": 1,
                                              "discountCardPAN": "sample string 6",
                                              "discountID": 1,
                                              "discountName": "sample string 7",
                                              "discountNetValue": 1.0,
                                              "discountType": 1,
                                              "discountValue": 1.0,
                                              "discretionaryData": "sample string 8",
                                              "driverID": "sample string 9",
                                              "eftBatchNumber": 1,
                                              "eftResponseCode": "sample string 10",
                                              "endDateTime": "2025-10-04T23:58:31.7861191",
                                              "engineHours": 1.1,
                                              "fposNumber": 1,
                                              "loyaltyCardPAN": "sample string 11",
                                              "miscData1": 1,
                                              "miscData2": "sample string 12",
                                              "miscFlags": 1,
                                              "mop": 1,
                                              "odometer": 1,
                                              "panNumber": "sample string 13",
                                              "saleRefund": true,
                                              "saleStatus": 1,
                                              "sequenceNumber": 1,
                                              "stan": 1,
                                              "startDateTime": "2025-10-04T23:58:31.7861191",
                                              "tagNumber": "sample string 15",
                                              "trackTwoRem": "sample string 16",
                                              "transCode": 1,
                                              "transType": 1,
                                              "unitPrice": 1.0,
                                              "vehicleReg": "sample string 17",
                                              "offline": true,
                                              "processed": 1
                                            },
                                            {
                                              "$ref": "74"
                                            }
                                          ],
                                          "fuelResells": [
                                            {
                                              "$id": "75",
                                              "saleItemID": 1,
                                              "saleHeaderID": 2,
                                              "plu": 1,
                                              "pluG_UId": "+9MN7XFZBUSf/r1+4Y3BlQ==",
                                              "pluGuid": "ed0dd3fb-5971-4405-9ffe-bd7ee18dc195",
                                              "accountID": "H7GfD5C3JUGTzwHEafxPUg==",
                                              "accountIDGuid": "0f9fb11f-b790-4125-93cf-01c469fc4f52",
                                              "normalPrice": 3,
                                              "originalSellingPrice": 4,
                                              "discountPrice": 5,
                                              "unit": 1,
                                              "quantity": 6,
                                              "totalCents": 7,
                                              "fixedPrice": 1,
                                              "tranType": 1,
                                              "processed": 1,
                                              "discountType": 1,
                                              "cost": 1,
                                              "costDecimals": 1,
                                              "markdown": 1,
                                              "manualQuantity": 1,
                                              "manualPrice": 1,
                                              "manualMode": 1,
                                              "active": 1,
                                              "barcode": "sample string 8",
                                              "offline": 1,
                                              "keyedSale": 1,
                                              "discountedID": 1,
                                              "fuelID": 1,
                                              "serialNumber": "sample string 9",
                                              "bestOrExpire": "2025-10-04T23:58:31.7861191",
                                              "bestOrExpireType": 1,
                                              "refundG_UID": "bO6Ng62AP06Se0EU4uKYMQ==",
                                              "refundGuid": "838dee6c-80ad-4e3f-927b-4114e2e29831",
                                              "providerName": "sample string 10",
                                              "campaign": "sample string 11",
                                              "campaignType": 1,
                                              "modifiedID": 1,
                                              "omittedIngredient": 1,
                                              "taxPercent": 1.0,
                                              "taxAmount": 1.0,
                                              "refundablePrice": 1.0,
                                              "showDiscounts": true,
                                              "orderPrinted": true,
                                              "note": "sample string 14",
                                              "modifierName": "sample string 15",
                                              "modifierSetName": "sample string 16",
                                              "totalValueWasScanned": true,
                                              "sold": true,
                                              "campaignPrice": true,
                                              "scannedValue": 1,
                                              "campaignName": "sample string 20",
                                              "comboDiscount": 1
                                            },
                                            {
                                              "$ref": "75"
                                            }
                                          ],
                                          "customerOrder": [
                                            {
                                              "$id": "76",
                                              "identifier": "WF2QqQp6dEaE+4FvlpBv8g==",
                                              "identifierGuid": "a9905d58-7a0a-4674-84fb-816f96906ff2",
                                              "id": 1,
                                              "orderNo": 2,
                                              "externalSaleIdentifier": "sample string 3",
                                              "storeID": 4,
                                              "zoneID": 5,
                                              "deptNo": 6,
                                              "customerIdentifier": "NM8zpbukBkibkH50wC2DtA==",
                                              "customerIdentifierGuid": "a533cf34-a4bb-4806-9b90-7e74c02d83b4",
                                              "operatorNo": 1,
                                              "operatorG_UID": "6iIzzDnkn0SE4AbT3kmKOw==",
                                              "operatorGuid": "cc3322ea-e439-449f-84e0-06d3de498a3b",
                                              "created": "2025-10-04T23:58:31.7861191",
                                              "ordered": "2025-10-04T23:58:31.7861191",
                                              "started": "2025-10-04T23:58:31.7861191",
                                              "completed": "2025-10-04T23:58:31.7861191",
                                              "supplied": "2025-10-04T23:58:31.7861191",
                                              "quickTicket": 1,
                                              "deleted": true,
                                              "walkAway": true,
                                              "approxWait": 1,
                                              "actualWait": 1,
                                              "deliveryMethod": 8,
                                              "externalSaleType": 9,
                                              "customer": {
                                                "$ref": "58"
                                              },
                                              "operator": {
                                                "$ref": "25"
                                              },
                                              "details": [
                                                {
                                                  "$id": "77",
                                                  "headerID": 1,
                                                  "plu": 1,
                                                  "pluG_UId": "c08wT9XIJ0mAaGZddDoEjw==",
                                                  "pluGuid": "4f304f73-c8d5-4927-8068-665d743a048f",
                                                  "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": "a2B7YWfZy0SOkl7xORShHQ==",
                                                  "headerIdentifierGuid": "617b606b-d967-44cb-8e92-5ef13914a11d",
                                                  "product": {
                                                    "$ref": "13"
                                                  }
                                                },
                                                {
                                                  "$ref": "77"
                                                }
                                              ],
                                              "storeName": "sample string 11",
                                              "customerName": "sample string 12",
                                              "storeReplyTo": "sample string 13",
                                              "storeSubjectLine": "sample string 14",
                                              "storeSaleHeader": {
                                                "$ref": "65"
                                              }
                                            },
                                            {
                                              "$ref": "76"
                                            }
                                          ],
                                          "surveyResponses": [
                                            {
                                              "$id": "78",
                                              "surveyG_UID": "FutFKhH8PkKZDt2ck4pB1A==",
                                              "surveyGuid": "2a45eb16-fc11-423e-990e-dd9c938a41d4",
                                              "saleHeaderGuid": "6elQ5YuTKECQA8YTemdSrw==",
                                              "saleGuid": "e550e9e9-938b-4028-9003-c6137a6752af",
                                              "textResponse": "sample string 1",
                                              "integerResponse": 1,
                                              "g_UIDResponse": "VHT2d2/JlE+Jf0CWnWXcPA==",
                                              "guidResponse": "77f67454-c96f-4f94-897f-40969d65dc3c",
                                              "whoAnswered": 2,
                                              "answeredAtUTC": "2025-10-04T23:58:31.7861191",
                                              "sale": {
                                                "$ref": "65"
                                              },
                                              "survey": {
                                                "$id": "79",
                                                "g_UID": "wUT6Zm+54UuZOIb10Ee1oQ==",
                                                "guid": "66fa44c1-b96f-4be1-9938-86f5d047b5a1",
                                                "name": "sample string 1",
                                                "storeID": 2,
                                                "zoneID": 1,
                                                "checkoutFormG_UID": "z3Vq5+2XvEOzGAX7HwIAPQ==",
                                                "checkoutFormGuid": "e76a75cf-97ed-43bc-b318-05fb1f02003d",
                                                "displayToWho": 3,
                                                "displayWhen": 4,
                                                "start": "2025-10-04T23:58:31.7861191",
                                                "end": "2025-10-04T23:58:31.7861191",
                                                "deleted": true,
                                                "updated": "2025-10-04T23:58:31.7861191",
                                                "possibleIntegerResponses": [
                                                  1,
                                                  2
                                                ],
                                                "possibleTextResponses": [
                                                  "sample string 1",
                                                  "sample string 2"
                                                ],
                                                "possibleGuidResponses": [
                                                  "fcbfec9c-4758-4759-b52c-5985a807bf8b",
                                                  "c5b43d1c-1517-4224-928b-43a2480e7a74"
                                                ],
                                                "allowsAllTextResponses": true,
                                                "surveyForm": {
                                                  "$ref": "33"
                                                }
                                              },
                                              "ingressId": "sample string 4"
                                            },
                                            {
                                              "$ref": "78"
                                            }
                                          ],
                                          "storeName": "sample string 38",
                                          "machineName": "sample string 39",
                                          "operatorName": "sample string 40",
                                          "direction": 1,
                                          "reason": "sample string 41",
                                          "accountG_UID": "GUeMp+UFEEuxl0jmQgmPVg==",
                                          "accountIdentifier": "a78c4719-05e5-4b10-b197-48e642098f56",
                                          "accountName": "sample string 42",
                                          "customerOrderIdentifier": "BPHH9Zado0iiGXaAKwmNrA==",
                                          "customerOrderIdentifierGuid": "f5c7f104-9d96-48a3-a219-76802b098dac",
                                          "priceLevelName": "sample string 43",
                                          "revision": 44,
                                          "ingressId": "sample string 45"
                                        },
                                        "metadata": {
                                          "$id": "80",
                                          "id": 1,
                                          "paymentID": 2,
                                          "paymentIdentifier": "WnhdBEyNs0C1T2YhinU3EQ==",
                                          "paymentIdentifierGuid": "045d785a-8d4c-40b3-b54f-66218a753711",
                                          "identifier": "cj+8Rn4deEOybeGxQuxhgA==",
                                          "identifierGuid": "46bc3f72-1d7e-4378-b26d-e1b142ec6180",
                                          "metadata": "sample string 3",
                                          "signatureImage": "QEA=",
                                          "itemIdentifier": "2YTaLZac0EuKXmv1wYfVuQ==",
                                          "itemIdentifierGuid": "2dda84d9-9c96-4bd0-8a5e-6bf5c187d5b9"
                                        }
                                      },
                                      {
                                        "$ref": "64"
                                      }
                                    ]
                                  },
                                  {
                                    "$ref": "59"
                                  }
                                ],
                                "customerGroupMembers": [
                                  {
                                    "$ref": "63"
                                  },
                                  {
                                    "$ref": "63"
                                  }
                                ],
                                "customerGroups": [
                                  {
                                    "$ref": "62"
                                  },
                                  {
                                    "$ref": "62"
                                  }
                                ],
                                "accounts": [
                                  {
                                    "$ref": "60"
                                  },
                                  {
                                    "$ref": "60"
                                  }
                                ],
                                "account": {
                                  "$ref": "60"
                                },
                                "vouchers": [
                                  {
                                    "$id": "81",
                                    "customerIdentifier": "dz2m/nkRokecnBXNK63XjQ==",
                                    "customerIdentifierGuid": "fea63d77-1179-47a2-9c9c-15cd2badd78d",
                                    "voucherName": "sample string 2",
                                    "count": 3,
                                    "storeID": 4,
                                    "barcode": "sample string 5",
                                    "redeemCount": 6,
                                    "issueCount": 7,
                                    "storeSalePaymentID": 1,
                                    "idempotentID": "AfhnQ8H4Vkug00aFMOZOWA==",
                                    "idempotentGuid": "4367f801-f8c1-4b56-a0d3-468530e64e58",
                                    "offline": true,
                                    "voucher": {
                                      "$id": "82",
                                      "id": 1,
                                      "name": "sample string 2",
                                      "description": "sample string 3",
                                      "shortDescription": "sample string 4",
                                      "url": "sample string 5",
                                      "barcodeTemplateID": 1,
                                      "expiry": 0,
                                      "voucherType": 6,
                                      "limitPerTransaction": 7,
                                      "customerTracking": true,
                                      "discountAccount": "sample string 9",
                                      "endDate": "2025-10-04T23:58:31.7861191",
                                      "barcodeTemplate": {
                                        "$id": "83",
                                        "templateID": 1,
                                        "template": "sample string 1",
                                        "bcFunction": "sample string 2",
                                        "sortOrder": 3
                                      },
                                      "scaleLabel": {
                                        "$id": "84",
                                        "id": 1,
                                        "uid": "sample string 2",
                                        "name": "sample string 3",
                                        "width": 1.1,
                                        "height": 1.1,
                                        "showBorder": true,
                                        "borderWidth": 1.1,
                                        "borderStyle": 1,
                                        "borderColour": "sample string 5",
                                        "updated": "2025-10-04T23:58:31.7861191",
                                        "labelPageLayout": "FEWIIiNvOEio2rOin1xYgw==",
                                        "pageLayoutGuid": "22884514-6f23-4838-a8da-b3a29f5c5883",
                                        "labelType": 6,
                                        "oldName": "sample string 7",
                                        "voucher": {
                                          "$ref": "82"
                                        },
                                        "elements": [
                                          {
                                            "$id": "85",
                                            "id": 1,
                                            "scaleLabelID": 2,
                                            "showPercentDI": true,
                                            "showAvgPerHundred": true,
                                            "showAvgPerServe": true,
                                            "name": "sample string 6",
                                            "x": 1.1,
                                            "y": 1.1,
                                            "width": 1.1,
                                            "height": 1.1,
                                            "type": 1,
                                            "rotation": 1,
                                            "text": "sample string 7",
                                            "fontFamily": "sample string 8",
                                            "align": 1,
                                            "bold": true,
                                            "italic": true,
                                            "underline": true,
                                            "strikeout": true,
                                            "reverse": true,
                                            "textColour": "sample string 9",
                                            "fontSize": 1.1,
                                            "picture": "QEA=",
                                            "borderWidth": 10,
                                            "sortOrder": 11,
                                            "printOptions": 12,
                                            "superScriptTextFontSize": 1.1,
                                            "lineStyle": 1,
                                            "spacingStyle": 1,
                                            "interCharacterSpacing": 1.1,
                                            "superScriptOffset": 1.1,
                                            "lineSpacing": 1.1,
                                            "dateFormat": "sample string 13",
                                            "autoGrow": true,
                                            "fontAutoResize": true,
                                            "updated": "2025-10-04T23:58:31.7861191"
                                          },
                                          {
                                            "$ref": "85"
                                          }
                                        ]
                                      },
                                      "customerVouchers": [
                                        {
                                          "$id": "86",
                                          "id": 1,
                                          "customerIdentifier": "LY7JnLj0Eki6ZIbpQsyB/A==",
                                          "customerIdentifierGuid": "9cc98e2d-f4b8-4812-ba64-86e942cc81fc",
                                          "voucherID": 3,
                                          "voucherName": "sample string 4",
                                          "storeID": 1,
                                          "barcode": "sample string 5",
                                          "dateOfIssue": "2025-10-04T23:58:31.7861191",
                                          "issuedSaleHeaderID": 1,
                                          "issuedSaleIdentifier": "sample string 7",
                                          "issuedOfflinePaymentID": 1,
                                          "issuedIdempotentID": "K5nfTsmPREWGeZrECtzzTQ==",
                                          "issuedIdempotentGuid": "4edf992b-8fc9-4544-8679-9ac40adcf34d",
                                          "issuedOffline": true,
                                          "issuedUser": "sample string 9",
                                          "issuedNotes": "sample string 10",
                                          "expiryDate": "2025-10-04T23:58:31.7861191",
                                          "expiredUser": "sample string 11",
                                          "expiredNotes": "sample string 12",
                                          "redeemed": "2025-10-04T23:58:31.7861191",
                                          "redeemedSaleHeaderID": 1,
                                          "redeemedSaleIdentifier": "sample string 13",
                                          "redeemedOfflinePaymentID": 1,
                                          "redeemedIdempotentID": "lODQ2rf6uEWLq/dZtZemhg==",
                                          "redeemedIdempotentGuid": "dad0e094-fab7-45b8-8bab-f759b597a686",
                                          "redeemedUser": "sample string 14",
                                          "redeemedNotes": "sample string 15",
                                          "redeemedOffline": true,
                                          "updated": "2025-10-04T23:58:31.7861191",
                                          "storeName": "sample string 17",
                                          "scaleLabel": {
                                            "$ref": "84"
                                          },
                                          "voucher": {
                                            "$ref": "82"
                                          },
                                          "customer": {
                                            "$ref": "58"
                                          },
                                          "issuedOfflinePayment": {
                                            "$ref": "64"
                                          },
                                          "redeemedOfflinePayment": {
                                            "$ref": "64"
                                          }
                                        },
                                        {
                                          "$ref": "86"
                                        }
                                      ]
                                    },
                                    "customer": {
                                      "$ref": "58"
                                    }
                                  },
                                  {
                                    "$ref": "81"
                                  }
                                ]
                              }
                            },
                            {
                              "$ref": "57"
                            }
                          ],
                          "customerGroups": [
                            {
                              "$id": "87",
                              "id": 1,
                              "campaignID": 2,
                              "campaignName": "sample string 3",
                              "groupID": "3QZsp8Db3Uug76v9ssiZmQ==",
                              "groupIDGuid": "a76c06dd-dbc0-4bdd-a0ef-abfdb2c89999",
                              "campaign": {
                                "$ref": "54"
                              },
                              "group": {
                                "$ref": "62"
                              }
                            },
                            {
                              "$ref": "87"
                            }
                          ],
                          "signIqTickets": [
                            {
                              "$id": "88",
                              "identifier": "Qh0BcNrQP0u9iHNatL8mvQ==",
                              "identifierGuid": "70011d42-d0da-4b3f-bd88-735ab4bf26bd",
                              "campaignName": "sample string 2",
                              "message": "sample string 3",
                              "ticketFileSource": "sample string 4",
                              "ticketFileDestination": "sample string 5",
                              "storeID": 1
                            },
                            {
                              "$ref": "88"
                            }
                          ],
                          "comboPriceGroups": [
                            {
                              "$id": "89",
                              "id": 1,
                              "campaignID": 2,
                              "campaignName": "sample string 3",
                              "g_UID": "doh8BhzyVUyd4g6nVdjjhA==",
                              "guid": "067c8876-f21c-4c55-9de2-0ea755d8e384",
                              "description": "sample string 5",
                              "newPrice": 1,
                              "rangeDescription": "sample string 6",
                              "dealDescription": "sample string 7",
                              "labelQuantity": 8,
                              "hostProductCategoryID": 1,
                              "offerID": 1,
                              "dontUpdatePricePlus": true,
                              "campaign": {
                                "$ref": "54"
                              },
                              "comboPricePlus": [
                                {
                                  "$id": "90",
                                  "id": 1,
                                  "campaignID": 2,
                                  "campaignName": "sample string 3",
                                  "groupG_UID": "Cm5aJE1dHkCVgQLd/Tb90A==",
                                  "groupGuid": "245a6e0a-5d4d-401e-9581-02ddfd36fdd0",
                                  "comboPriceType": 5,
                                  "priceType": 5,
                                  "pluG_UID": "QyP7JhA2zEmYmcfXBSWmVA==",
                                  "pluGuid": "26fb2343-3610-49cc-9899-c7d70525a654",
                                  "priceGroupG_UID": "ydR//iVQ40WHYTmbhi1ikw==",
                                  "priceGroupGuid": "fe7fd4c9-5025-45e3-8761-399b862d6293",
                                  "campaignPoolID": "sample string 7",
                                  "quantity": 1,
                                  "campaign": {
                                    "$ref": "54"
                                  },
                                  "product": {
                                    "$ref": "13"
                                  },
                                  "priceGroup": {
                                    "$ref": "19"
                                  },
                                  "campaignPool": {
                                    "$ref": "54"
                                  }
                                },
                                {
                                  "$ref": "90"
                                }
                              ]
                            },
                            {
                              "$ref": "89"
                            }
                          ],
                          "priceLevels": [
                            {
                              "$id": "91",
                              "id": 1,
                              "priceLevelIdentifier": "mAdabxVoDkurb6pUZxt2/A==",
                              "priceLevelIdentifierGuid": "6f5a0798-6815-4b0e-ab6f-aa54671b76fc",
                              "campaignName": "sample string 3",
                              "priceLevelName": "sample string 4"
                            },
                            {
                              "$ref": "91"
                            }
                          ]
                        },
                        "product": {
                          "$ref": "13"
                        },
                        "dealCost": {
                          "$id": "92",
                          "headerIdentifier": "pNGLPgi3R0SByJi9Nf8bOg==",
                          "headerIdentifierGuid": "3e8bd1a4-b708-4447-81c8-98bd35ff1b3a",
                          "identifier": "DmIACG8ffUuELOBmBxwPIg==",
                          "identifierGuid": "0800620e-1f6f-4b7d-842c-e066071c0f22",
                          "supplierIdentifier": "w0yAeLUz302m/TeDzTjEBQ==",
                          "supplierGuid": "78804cc3-33b5-4ddf-a6fd-3783cd38c405",
                          "pluG_UID": "dBzNj/zWK0K2gmzk8yYpfg==",
                          "pluGuid": "8fcd1c74-d6fc-422b-b682-6ce4f326297e",
                          "campaignName": "162d4cfb-d4d5-4c6c-8533-e8942c2dc671",
                          "description": "sample string 4",
                          "cost": 5,
                          "costDecimals": 6,
                          "start": "2025-10-04T23:58:31.7861191",
                          "end": "2025-10-04T23:58:31.7861191",
                          "type": 9,
                          "promoType": 10,
                          "bonusItemPLUG_UID": "68k1TR9crkSPEC/4f5p9+Q==",
                          "bonusItemPluGuid": "4d35c9eb-5c1f-44ae-8f10-2ff87f9a7df9",
                          "bonusPurchaseUnits": 11,
                          "bonusReceiveUnits": 12,
                          "updated": "2025-10-04T23:58:31.7861191",
                          "metcashPromotionID": "sample string 14",
                          "fromHost": 15,
                          "storeNames": "sample string 16",
                          "storeIDs": [
                            1,
                            2
                          ],
                          "supplierName": "sample string 17",
                          "campaignDescription": "sample string 18",
                          "newPrice": 1,
                          "campaignMetcashPromotionID": "sample string 19",
                          "campaignActive": true,
                          "campaignStartDate": "2025-10-04T23:58:31.7861191",
                          "campaignEndDate": "2025-10-04T23:58:31.7861191",
                          "masterPLUG_UID": "wBcFYc4/qUiK8uTuU1Tmpg==",
                          "masterID": "610517c0-3fce-48a9-8af2-e4ee5354e6a6",
                          "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": "P7TocffJlkWvG+FlVHA2vA==",
                          "bonusMasterID": "71e8b43f-c9f7-4596-af1b-e165547036bc",
                          "bonusProductName": "sample string 34",
                          "bonusProductAPN": "sample string 35",
                          "bonusOrderCode": "sample string 36",
                          "bonusNormalSell": 37,
                          "bonusNormalCost": 38,
                          "bonusNormalCostDecimals": 39,
                          "bonusCartonQuantity": 40,
                          "bonusSalesMode": 41,
                          "bonusOrderPacked": 42,
                          "bonusFuelItem": true,
                          "bonusActive": true
                        }
                      },
                      "currentCostStart": "2025-10-04T23:58:31.7861191",
                      "dealCosts": [
                        {
                          "$ref": "92"
                        },
                        {
                          "$ref": "92"
                        }
                      ],
                      "tags": [
                        {
                          "$id": "93",
                          "pluG_UID": "TqFCwyOyEk+HTHVUwFyDVw==",
                          "pluGuid": "c342a14e-b223-4f12-874c-7554c05c8357",
                          "tagID": 1,
                          "description": "sample string 1",
                          "storeIDs": [
                            1,
                            2
                          ]
                        },
                        {
                          "$ref": "93"
                        }
                      ],
                      "alternateProductG_UID": "3iBqSCIT8UCSE+dH002TJA==",
                      "alternateProduct": "486a20de-1322-40f1-9213-e747d34d9324",
                      "productHostCode": {
                        "$id": "94",
                        "id": 1,
                        "pluG_UID": "//d/EPST+UK8sM9gBM6oLA==",
                        "pluGuid": "107ff7ff-93f4-42f9-bcb0-cf6004cea82c",
                        "ibaCode": "sample string 2"
                      },
                      "mscCat": {
                        "$ref": "48"
                      },
                      "mscCom": {
                        "$ref": "49"
                      },
                      "mscDep": {
                        "$ref": "51"
                      },
                      "mscSubCom": {
                        "$ref": "50"
                      },
                      "isUserUpdate": true,
                      "ignoreMasterProduct": true,
                      "priceGroupLabelRequested": true,
                      "firstSold": "2025-10-04T23:58:31.7861191",
                      "inventoryTracked": "2025-10-04T23:58:31.7861191",
                      "isNormalPriceChangesCampaign": true
                    },
                    "supplier": {
                      "$ref": "8"
                    },
                    "serviceFee": {
                      "$id": "95",
                      "id": 1,
                      "description": "sample string 1",
                      "fee": 1
                    },
                    "isPrimaryHost": true,
                    "hostVendor": 47
                  },
                  {
                    "$ref": "11"
                  }
                ],
                "orderCycleHeaders": [
                  {
                    "$id": "96",
                    "storeID": 1,
                    "supplierIdentifier": "ISyR5uAsoU2fdI70miCwFA==",
                    "supplierGuid": "e6912c21-2ce0-4da1-9f74-8ef49a20b014",
                    "departmentCode": "sample string 2",
                    "warehouseDirectIndicator": "sample string 3",
                    "type": 4,
                    "storeName": "sample string 5",
                    "departmentName": "sample string 6",
                    "orderDays": 7
                  },
                  {
                    "$ref": "96"
                  }
                ],
                "cycles": [
                  {
                    "$id": "97",
                    "storeID": 1,
                    "supplierIdentifier": "e6cKt05U3k2d9TsIrOYvyg==",
                    "supplierGuid": "b70aa77b-544e-4dde-9df5-3b08ace62fca",
                    "departmentCode": "sample string 2",
                    "warehouseDirectIndicator": "sample string 3",
                    "type": 4,
                    "cutOffWeek": 5,
                    "cutOffDay": 6,
                    "cutOffTime": "00:00:00.1234567",
                    "leadTime": 7,
                    "daysBuffer": 8,
                    "supplierName": "sample string 9",
                    "cutOffDate": "2025-10-04T23:58:31.7861191",
                    "deliveryDate": "2025-10-04T23:58:31.7861191",
                    "nextCutOffDate": "2025-10-04T23:58:31.7861191",
                    "nextDeliveryDate": "2025-10-04T23:58:31.7861191",
                    "nextDaysBuffer": 10
                  },
                  {
                    "$ref": "97"
                  }
                ],
                "store": {
                  "$ref": "4"
                },
                "updated": "2025-10-04T23:58:31.7861191",
                "isHost": true
              },
              "files": [
                {
                  "$id": "98",
                  "id": "sample string 1",
                  "fileName": "sample string 2",
                  "extension": "sample string 3",
                  "provider": 0,
                  "type": 0,
                  "hostType": "sample string 4",
                  "createdUtc": "2025-10-04T23:58:31.7861191",
                  "processed": "2025-10-04T23:58:31.7861191",
                  "isProcessing": true,
                  "processedCount": 6,
                  "processingTime": 1,
                  "collectedUtc": "2025-10-04T23:58:31.7861191",
                  "size": 1,
                  "sizeFormat": "sample string 7",
                  "isArchive": true,
                  "version": "sample string 9",
                  "reference": "sample string 10",
                  "digest": "sample string 11",
                  "contentType": "sample string 12",
                  "host": {
                    "$ref": "7"
                  },
                  "metcashHeader": {
                    "$id": "99",
                    "customerNumber": "sample string 1",
                    "creationDate": "2025-10-04T23:58:31.7861191",
                    "businessPillar": "sample string 3",
                    "fileType": "sample string 4"
                  }
                },
                {
                  "$ref": "98"
                }
              ],
              "zoneMatrix": [
                {
                  "$id": "100",
                  "id": 1,
                  "hostIdentifier": "OcmY6sTobUWIu/pqm392uQ==",
                  "hostIdentifierGuid": "ea98c939-e8c4-456d-88bb-fa6a9b7f76b9",
                  "storeID": 1,
                  "departmentCode": "sample string 2",
                  "hostGuids": [
                    "515c0e15-1483-47f8-a6c5-f6da6e0f57d9",
                    "065608aa-38b2-4611-a351-9037c79220d5"
                  ]
                },
                {
                  "$ref": "100"
                }
              ],
              "hostFileStoreSetting": {
                "$ref": "6"
              },
              "hostStoreSettings": [
                {
                  "$ref": "6"
                },
                {
                  "$ref": "6"
                }
              ],
              "promotionPlacements": [
                {
                  "$id": "101",
                  "identifier": "QRwX1s2OqEGZ75eRh5b7Cg==",
                  "identifierGuid": "d6171c41-8ecd-41a8-99ef-97918796fb0a",
                  "code": "sample string 2",
                  "description": "sample string 3",
                  "isAdvertised": true
                },
                {
                  "$ref": "101"
                }
              ],
              "promoTypeGuids": [
                "d0fe0e47-7440-46ad-9970-546451d40d9e",
                "d4c47e03-6783-4944-b8e3-74f20acc22aa"
              ],
              "isPromotionOnly": false,
              "isOrderable": false,
              "vendor": 0
            },
            "groupIDs": [
              1,
              2
            ],
            "hostDescription": "sample string 24"
          },
          {
            "$ref": "6"
          }
        ],
        "accounts": [
          {
            "$id": "102",
            "id": 1,
            "storeID": 1,
            "accountName": "sample string 2",
            "bsb": "sample string 3",
            "accountNumber": "sample string 4",
            "accountDesignated": true
          },
          {
            "$ref": "102"
          }
        ],
        "sales": [
          {
            "$id": "103",
            "id": 1,
            "storeID": 1,
            "externalSalesType": 2,
            "ftpSiteID": 1,
            "lastSaleProcessed": "2025-10-04T23:58:31.7861191",
            "ftpSite": {
              "$id": "104",
              "id": 1,
              "description": "sample string 2",
              "address": "sample string 3",
              "username": "sample string 4",
              "password": "sample string 5",
              "path": "sample string 7",
              "protocol": 8
            }
          },
          {
            "$ref": "103"
          }
        ],
        "zoneMatrix": [
          {
            "$ref": "100"
          },
          {
            "$ref": "100"
          }
        ],
        "cashManagements": [
          {
            "$id": "105",
            "id": 1,
            "storeID": 1,
            "cashManagementType": 2,
            "apiID": 1,
            "organisationID": "sample string 3",
            "siteName": "sample string 4",
            "thirdPartyAPI": {
              "$id": "106",
              "id": 1,
              "description": "sample string 2",
              "address": "sample string 3",
              "username": "sample string 4",
              "password": "sample string 5",
              "passwordPlain": "sample string 6",
              "token": "sample string 7",
              "apiType": 8,
              "apiSubType": 9
            }
          },
          {
            "$ref": "105"
          }
        ],
        "updateStoreID": "42cc3353-e98f-4bed-b419-aa98cd08f030",
        "updateStore": {
          "$id": "107",
          "id": "d69e20de-d5e3-4128-baf4-eaa40288a4dd",
          "name": "sample string 1",
          "lastActivity": "2025-10-04T23:58:31.7861191",
          "zone": "sample string 2",
          "timeZoneOffset": 0.0,
          "businessHoursStart": "00:00:00.1234567",
          "businessHoursEnd": "00:00:00.1234567",
          "master": true,
          "lastIP": "sample string 10",
          "lastHostName": "sample string 11",
          "ping": 1,
          "pingStatus": "sample string 12",
          "lastUpdateCompleted": "2025-10-04T23:58:31.7861191"
        },
        "timeZoneId": "sample string 53",
        "securityOptions": {
          "$id": "108",
          "loginMode": 1,
          "allowSelfVerification": true,
          "verifierEmail": "sample string 3",
          "source": "sample string 4",
          "loginModeInherited": 5,
          "loginModeSource": "sample string 6",
          "selfVerifyInherited": true,
          "selfVerifySource": "sample string 8",
          "verifyEmailInherited": "sample string 9",
          "verifyEmailSource": "sample string 10"
        }
      },
      "supplier": {
        "$ref": "8"
      },
      "orderCycle": {
        "$id": "109",
        "id": 1,
        "autoOrderGuid": "O27iAlX5qEOfPSRTNSe0ag==",
        "autoOrderIdentifier": "02e26e3b-f955-43a8-9f3d-24533527b46a",
        "cutOffDate": "2025-10-04T23:58:31.7861191",
        "deliveryDate": "2025-10-04T23:58:31.7861191",
        "daysBuffer": 3,
        "nextCutOffDate": "2025-10-04T23:58:31.7861191",
        "nextDeliveryDate": "2025-10-04T23:58:31.7861191",
        "nextDaysBuffer": 5
      },
      "details": [
        {
          "$id": "110",
          "autoOrderGuid": "hZImf9q2ckyh9IDlmATuow==",
          "autoOrderIdentifier": "7f269285-b6da-4c72-a1f4-80e59804eea3",
          "pluG_UID": "/4KmnXKZNkmQlaMFFBg67Q==",
          "pluGuid": "9da682ff-9972-4936-9095-a30514183aed",
          "orderCartons": 1,
          "orderUnits": 1,
          "orderWeight": 1,
          "processedCartons": 1,
          "processedUnits": 1,
          "processedWeight": 1,
          "cartons": 1,
          "units": 1,
          "weight": 1,
          "status": 1,
          "bestDealCartonCost": 1.1,
          "bestDealDays": 1,
          "lastDealDays": 1,
          "normalCartonCost": 1.1,
          "currentDealCartonCost": 1.1,
          "investmentCartons": 1,
          "investmentUnits": 1,
          "investmentWeight": 1,
          "investmentSavedAmt": 1.1,
          "investmentBuyEndDate": "2025-10-04T23:58:31.7861191",
          "investmentBuyStatus": 2,
          "processed": "2025-10-04T23:58:31.7861191",
          "product": {
            "$ref": "13"
          },
          "orderCode": "sample string 3",
          "directIndicator": "sample string 4",
          "cycle": {
            "$ref": "97"
          },
          "dayWeighting": {
            "$id": "111",
            "sunday": 1.1
          },
          "inventory": {
            "$id": "112",
            "inventoryGuid": "CU5FSG4L+EWH9vFOpgm/dA==",
            "inventoryIdentifier": "48454e09-0b6e-45f8-87f6-f14ea609bf74",
            "created": "2025-10-04T23:58:31.7861191",
            "createdLocal": "2025-10-04T23:58:31.7861191",
            "onHand": 4,
            "onHandPacks": 5,
            "onOrder": 6,
            "onOrderPacks": 7,
            "accuracy": 8,
            "updated": "2025-10-04T23:58:31.7861191",
            "history": [
              {
                "$id": "113",
                "inventoryGuid": "wqLckEWb+Eyzh5jRb/Ijgw==",
                "inventoryIdentifier": "90dca2c2-9b45-4cf8-b387-98d16ff22383",
                "pluG_UID": "5tpYKrnxyUGo+zb6b+D2Ng==",
                "pluIdentifier": "2a58dae6-f1b9-41c9-a8fb-36fa6fe0f636",
                "inventoryReason": 3,
                "inventoryInvoiceGuid": "UKkDBzXFEkmknN4pK07veA==",
                "invoiceIdentifier": "0703a950-c535-4912-a49c-de292b4eef78",
                "operatorGuid": "ZtcT7gQCxUeaw8kO256Ezg==",
                "operatorIdentifier": "ee13d766-0204-47c5-9ac3-c90edb9e84ce",
                "stocktakeGuid": "+79MTqpHbkegIcawCmRYwg==",
                "stocktakeIdentifier": "4e4cbffb-47aa-476e-a021-c6b00a6458c2",
                "orderGuid": "8vZV4HG590u+ZD3vu6XSlA==",
                "orderIdentifier": "e055f6f2-b971-4bf7-be64-3defbba5d294",
                "saleHeaderGuid": "Tidw2vQE/0Wr1mjqthEr4A==",
                "saleHeaderGuidIdentifier": "da70274e-04f4-45ff-abd6-68eab6112be0",
                "dumpStockID": 1,
                "fuelDeliveryID": 1,
                "creditNoteIdentifier": "OEik8d5cSk2MkJ4jzqapUw==",
                "creditNoteGuid": "f1a44838-5cde-4d4a-8c90-9e23cea6a953",
                "inventorySourceGuid": "LZQlB8OlO0KhmxiynIsG3Q==",
                "inventorySourceIdentifier": "0725942d-a5c3-423b-a19b-18b29c8b06dd",
                "createdLocal": "2025-10-04T23:58:31.7861191",
                "baseUnits": 4,
                "unitsPerCarton": 5,
                "unitsPerCartonWeighted": true,
                "counted": 7,
                "countedPacks": 8,
                "open": 1,
                "movementQty": 9,
                "close": 1,
                "openPacks": 1,
                "movementQtyPacks": 10,
                "closePacks": 1,
                "accuracy": 1,
                "manual": 11,
                "user": "sample string 12",
                "updated": "2025-10-04T23:58:31.7861191",
                "createdLocalTime": "2025-10-04T23:58:31.7861191",
                "storeID": 14,
                "barcode": "sample string 15",
                "directCode": "sample string 16",
                "productName": "sample string 17",
                "salesMode": 18,
                "orderPacked": 19,
                "invoice": {
                  "$id": "114",
                  "inventoryInvoiceGuid": "v4YsztG/HkuFo/R/FN2h9w==",
                  "invoiceIdentifier": "ce2c86bf-bfd1-4b1e-85a3-f47f14dda1f7",
                  "inventoryGuid": "jQsGnTH1NUaK9/6MVlbzog==",
                  "inventoryIdentifier": "9d060b8d-f531-4635-8af7-fe8c5656f3a2",
                  "supplierIdentifier": "mrdDb+m5KkikFeD81rgVIQ==",
                  "supplierGuid": "6f43b79a-b9e9-482a-a415-e0fcd6b81521",
                  "orderGuid": "geoJwvexDUyNCfjBOBSZxA==",
                  "orderIdentifier": "c209ea81-b1f7-4c0d-8d09-f8c1381499c4",
                  "invoiceHeaderIdentifier": "EDFQ3D7aIU+5IYQAFvGmtw==",
                  "invoiceHeaderGuid": "dc503110-da3e-4f21-b921-840016f1a6b7",
                  "created": "2025-10-04T23:58:31.7861191",
                  "ordered": "2025-10-04T23:58:31.7861191",
                  "storeID": 1,
                  "bestOrExpire": "2025-10-04T23:58:31.7861191",
                  "bestOrExpireType": 1,
                  "units": 1,
                  "weight": 1,
                  "received": "2025-10-04T23:58:31.7861191",
                  "cost": 1,
                  "totalCost": 1,
                  "freightCost": 1,
                  "inStock": 1,
                  "pluG_UID": "tV5Hq0ur+U+YIRvsaHiWqw==",
                  "pluGuid": "ab475eb5-ab4b-4ff9-9821-1bec687896ab",
                  "orderInventoryGuid": "elqRup5AckSlyBpBCyuk3Q==",
                  "orderInventoryIdentifier": "ba915a7a-409e-4472-a5c8-1a410b2ba4dd",
                  "supplier": {
                    "$ref": "8"
                  },
                  "inventoryUnits": [
                    {
                      "$id": "115",
                      "invoiceItemNo": 1,
                      "inventoryInvoiceGuid": "pqufOBbC50SYVlY+HUICjQ==",
                      "invoiceIdentifier": "389faba6-c216-44e7-9856-563e1d42028d",
                      "inventoryGuid": "THPhmbTcmEm2hTVWkhN+eg==",
                      "inventoryIdentifier": "99e1734c-dcb4-4998-b685-355692137e7a",
                      "serialNumber": "sample string 3",
                      "sold": "2025-10-04T23:58:31.7861191",
                      "saleItemID": 1,
                      "storeID": 1,
                      "returned": "2025-10-04T23:58:31.7861191",
                      "dumped": 1,
                      "saleHeaderID": 1
                    },
                    {
                      "$ref": "115"
                    }
                  ]
                },
                "invoiceHeaderIdentifier": "YwIPdq+36kGkcjPQYkT+pA==",
                "invoiceHeaderGuid": "760f0263-b7af-41ea-a472-33d06244fea4",
                "invoiceNumber": "sample string 20",
                "invoiceCost": 1,
                "invoiceCostDecimals": 1,
                "orderNumber": 1,
                "orderReceivingStoreName": "sample string 21",
                "orderSendingStoreName": "sample string 22",
                "creditNoteID": 1,
                "reason": {
                  "$id": "116",
                  "id": 1,
                  "name": "sample string 1",
                  "allowRF": 2,
                  "dumpStock": 3,
                  "creditRequest": 4,
                  "excludeFromLoss": 5,
                  "reserved": 6,
                  "updated": "2025-10-04T23:58:31.7861191"
                },
                "reasonName": "sample string 23",
                "operatorName": "sample string 24",
                "operatorNumber": "sample string 25",
                "stocktakeName": "sample string 26",
                "saleIdentifier": "sample string 27",
                "saleHeaderID": 1,
                "inventoryAfterCounted": true,
                "inventorySetStock": true
              },
              {
                "$ref": "113"
              }
            ],
            "products": [
              {
                "$ref": "13"
              },
              {
                "$ref": "13"
              }
            ],
            "lastInvoiceCost": 1
          },
          "aws": 5.0,
          "explanations": [
            {
              "$id": "117",
              "pluG_UID": "64SvVkki+Ua+WHPsV+4pTA==",
              "pluGuid": "56af84eb-2249-46f9-be58-73ec57ee294c",
              "consolidatedSales": {
                "$id": "118",
                "1": {
                  "$id": "119",
                  "discountPercentage": 1,
                  "days": 2,
                  "quantity": 3.1,
                  "aws": 3.1,
                  "cartonQuantity": 4.1,
                  "lowQuality": true
                },
                "2": {
                  "$ref": "119"
                }
              },
              "dailyPrices": {
                "$id": "120",
                "2025-10-04T23:58:31.7861191": {
                  "$id": "121",
                  "date": "2025-10-04T23:58:31.7861191",
                  "salePrice": 1,
                  "campaign": "sample string 2",
                  "campaignDescription": "sample string 3",
                  "combo": true,
                  "comboPriceGroupG_UID": "NvgpYEnB+EOvnuiu1AJP6A==",
                  "comboPriceGroupGuid": "6029f836-c149-43f8-af9e-e8aed4024fe8"
                }
              },
              "onHandPredictions": [
                {
                  "$id": "122",
                  "autoOrderGuid": "1SgBhDpebkW2d++h8POW3g==",
                  "autoOrderIdentifier": "840128d5-5e3a-456e-b677-efa1f0f396de",
                  "pluG_UID": "OUvFyWsbRU6HD7S0xC1Nug==",
                  "pluGuid": "c9c54b39-1b6b-4e45-870f-b4b4c42d4dba",
                  "childPLUG_UID": "e2PaSMm3vkqNok2aXJ0Pcg==",
                  "childPluGuid": "48da637b-b7c9-4abe-8da2-4d9a5c9d0f72",
                  "date": "2025-10-04T23:58:31.7861191",
                  "normalPrice": 2.0,
                  "salePrice": 3.0,
                  "discountPercentage": 4,
                  "discountPercentageActual": -50,
                  "predictedQuantity": 5.1,
                  "campaign": "sample string 6",
                  "campaignDescription": "sample string 7",
                  "lowQuality": true,
                  "investmentBuy": true,
                  "buffer": 10,
                  "boostDays": 11
                },
                {
                  "$ref": "122"
                }
              ],
              "predictions": [
                {
                  "$ref": "122"
                },
                {
                  "$ref": "122"
                }
              ],
              "product": {
                "$ref": "13"
              }
            },
            {
              "$ref": "117"
            }
          ],
          "supplierOrderingDetail": {
            "$ref": "11"
          },
          "manufacturerSupplier": "13f50bfe-8bce-4957-ab5f-f2e4e60045a2",
          "cartonQuantity": 1,
          "sellPrice": 1,
          "cost": 1,
          "costDecimals": 1,
          "bufferDays": 6,
          "boostDays": 7
        },
        {
          "$ref": "110"
        }
      ],
      "boosts": [
        {
          "$id": "123",
          "autoOrderGuid": "jEnAqgqnxEivwzCRyx3xpw==",
          "autoOrderIdentifier": "aac0498c-a70a-48c4-afc3-3091cb1df1a7",
          "date": "2025-10-04T23:58:31.7861191",
          "boost": 2
        },
        {
          "$ref": "123"
        }
      ]
    },
    "supplierName": "sample string 33",
    "supplierStoreID": 1,
    "supplierCartonsOnly": true,
    "supplierEnforceMinimumQuantity": true,
    "supplierMinimumOrderValue": 1,
    "storeName": "sample string 36",
    "orderCode": {
      "$id": "124",
      "code": "sample string 1",
      "description": "sample string 2"
    },
    "store": {
      "$ref": "4"
    },
    "supplier": {
      "$ref": "8"
    },
    "totalCostInc": 37.0,
    "totalPickedCostInc": 38.0,
    "totalReceivedCostInc": 39.0,
    "total": {
      "$id": "125",
      "orderGuid": "eQnm8ADyM0+MYsLL+49z8g==",
      "orderIdentifier": "f0e60979-f200-4f33-8c62-c2cbfb8f73f2",
      "supplierIdentifier": "Hm9OUc2YrEWOZSuJPuN/yw==",
      "supplierGuid": "514e6f1e-98cd-45ac-8e65-2b893ee37fcb",
      "records": 1,
      "cartons": 2.1,
      "cartonQuantity": 3,
      "weight": 4,
      "costInc": 5,
      "sellInc": 6,
      "costGST": 7,
      "sellGST": 8,
      "pickedCostInc": 9,
      "pickedSellInc": 10,
      "receivedRecords": 11,
      "receivedWeight": 1,
      "receivedCartons": 1,
      "receivedCartonQuantity": 1,
      "receivedUnits": 1,
      "receivedSellInc": 12,
      "receivedCostInc": 13,
      "receivedCostGST": 14,
      "receivedSellGST": 15,
      "investmentBuyRecords": 16,
      "investmentBuyCartons": 17.1,
      "investmentBuyCartonQuantity": 18,
      "investmentBuyWeight": 19,
      "investmentBuyCostInc": 20,
      "investmentBuySellInc": 21,
      "investmentBuyCostGST": 22,
      "investmentBuySellGST": 23,
      "investmentBuySavedAmount": 24.1
    },
    "details": [
      {
        "$id": "126",
        "id": 1,
        "orderGuid": "RlpD575yQEG5nlwHtY5Ijw==",
        "orderIdentifier": "e7435a46-72be-4140-b99e-5c07b58e488f",
        "pluG_UID": "IqbrKcms3kOHimXBrPifKg==",
        "pluGuid": "29eba622-acc9-43de-878a-65c1acf89f2a",
        "created": "2025-10-04T23:58:31.7861191",
        "apn": "sample string 1",
        "itemNumber": "sample string 2",
        "directNumber": "sample string 3",
        "directIndicator": "sample string 4",
        "salesMode": 1,
        "orderByWeight": true,
        "sellPrice": 1,
        "inventoryFixed": true,
        "hasInventory": true,
        "inventoryAccuracy": 8,
        "onOrder": 1,
        "onOrderPacks": 1,
        "onHand": 1,
        "onHandPacks": 1,
        "cost": 1,
        "costDecimals": 1,
        "pickedCost": 1,
        "pickedCostDecimals": 1,
        "averagePackSize": 9.0,
        "cartonQuantity": 1,
        "cartons": 1,
        "units": 1,
        "weight": 1,
        "pickedCartons": 1,
        "pickedUnits": 1,
        "pickedWeight": 1,
        "shippedCartons": 1,
        "shippedUnits": 1,
        "shippedWeight": 1,
        "receivedCartons": 1,
        "receivedCartonQuantity": 1,
        "receivedTun": "sample string 10",
        "receivedUnits": 1,
        "receivedWeight": 1,
        "received": 1,
        "status": 11,
        "substituteG_UID": "THXyHTmHWE6HFHW4yepRnQ==",
        "substituteGuid": "1df2754c-8739-4e58-8714-75b8c9ea519d",
        "warehousePLUG_UID": "7YpcixFdpUO1eTalT7d0AQ==",
        "warehousePluGuid": "8b5c8aed-5d11-43a5-b579-36a54fb77401",
        "updated": "2025-10-04T23:58:31.7861191",
        "increment": true,
        "description": "sample string 13",
        "product": {
          "$ref": "13"
        },
        "unknownScan": {
          "$id": "127",
          "pluG_UID": "Li1D02bHN0m6mUjzRLReNQ==",
          "pluGuid": "d3432d2e-c766-4937-ba99-48f344b45e35",
          "orderGuid": "NhWLj8R/ek+kj6nnVgyo9Q==",
          "orderIdentifier": "8f8b1536-7fc4-4f7a-a48f-a9e7560ca8f5",
          "barcode": "sample string 3",
          "created": "2025-10-04T23:58:31.7861191",
          "assigned": true
        },
        "unknownScanItem": true,
        "substitute": {
          "$ref": "13"
        },
        "warehouseProduct": {
          "$ref": "13"
        },
        "lookup": {
          "$id": "128",
          "pluG_UID": "iJPCF/gyjkWDeDQOmGGrTw==",
          "pluGuid": "17c29388-32f8-458e-8378-340e9861ab4f",
          "inventoryGuid": "JMJKZwBxFUSGt+OJbEzNQQ==",
          "inventoryIdentifier": "674ac224-7100-4415-86b7-e3896c4ccd41",
          "averageWeeklySales": 1.0,
          "promotionalAverageWeeklySales": 1.0,
          "inventoryAverageWeeklySales": 1.0,
          "inventoryPromotionalAverageWeeklySales": 1.0,
          "onHand": 1,
          "onHandPacks": 1,
          "onOrder": 1,
          "onOrderPacks": 1,
          "accuracy": 1,
          "lastOrdered": "2025-10-04T23:58:31.7861191",
          "lastOrderQuantity": 1.1,
          "lastReceived": "2025-10-04T23:58:31.7861191",
          "lastReceivedQuantity": 1.1,
          "lastInvoiceStatus": 1
        },
        "productOrderingDetail": {
          "$ref": "11"
        },
        "dealCost": {
          "$ref": "92"
        },
        "nextCost": {
          "$ref": "92"
        },
        "lastChance": true,
        "holdOff": 16,
        "holdOffDate": "2025-10-04T23:58:31.7861191",
        "orderHeader": {
          "$ref": "2"
        },
        "invoiceDetail": {
          "$id": "129",
          "identifier": "gbRHZE4dukaO5ZbqrPQEWA==",
          "identifierGuid": "6447b481-1d4e-46ba-8ee5-96eaacf40458",
          "headerIdentifier": "xwA7s5PpDkGtJ4rqUl/P6Q==",
          "headerIdentifierGuid": "b33b00c7-e993-410e-ad27-8aea525fcfe9",
          "pluG_UID": "NHLIwxBzd0anm2kfijEdnw==",
          "pluGuid": "c3c87234-7310-4677-a79b-691f8a311d9f",
          "pageNo": 1,
          "lineNo": 1,
          "itemOrdered": "sample string 1",
          "itemShipped": "sample string 2",
          "apn": "sample string 3",
          "barcode": "sample string 4",
          "prodStatus": 0,
          "dateAvailable": "2025-10-04T23:58:31.7861191",
          "commodity": "sample string 5",
          "supplier": "sample string 6",
          "itemDesc": "sample string 7",
          "itemType": 48,
          "investmentBuyInd": "A",
          "orderType": "sample string 8",
          "cartonQty": 1,
          "cartonQuantitySpecified": true,
          "soldByWeight": true,
          "orderByWeight": true,
          "unitsOrdered": 1,
          "unitsSupplied": 1,
          "unitsReceived": 1,
          "weightOrdered": 1,
          "weightShipped": 1,
          "weightReceived": 1,
          "unitSpecified": 11,
          "wholesalePrice": 1,
          "extWholesalePrice": 1,
          "normalPrice": 1,
          "retailPrice": 1,
          "pricingUnit": "sample string 12",
          "claimFlag": "A",
          "gstRate": 1,
          "gstAmount": 1,
          "extGstAmount": 1,
          "deliWeight": 1,
          "marginAmount": 1,
          "extMarginAmount": 1,
          "costAmount": 1,
          "orderedCostAmount": 1,
          "extCostAmount": 1,
          "costIncSpecified": true,
          "freightAmount": 14,
          "freightGstAmount": 15,
          "extFreightAmount": 16,
          "extFreightGstAmount": 17,
          "costDecimals": 18,
          "wetRate": 1,
          "containerDeposit": 1,
          "basePrice": 1,
          "wetValue": 1,
          "deliveryFee": 1,
          "casePrice": 1,
          "wholesaleExt": 1,
          "wetExt": 1,
          "totalLitres": 1,
          "tun": "sample string 19",
          "applyDetails": true,
          "applySell": true,
          "applyCost": true,
          "applyOr": true,
          "applyQty": true,
          "itemNumber": "sample string 20",
          "directNumber": "sample string 21",
          "itemSize": "sample string 22",
          "costGst": 1,
          "sellGst": 1,
          "costOr": 1,
          "sellOr": 1,
          "marginOr": 1,
          "grossProfit": 1.0,
          "sell": 1,
          "cartonCost": 1,
          "currentCost": 1,
          "costID": "A",
          "costStart": "2025-10-04T23:58:31.7861191",
          "costEnd": "2025-10-04T23:58:31.7861191",
          "createdFromUnknownScan": true,
          "orderGuid": "1bw8YYYkaUK8w5r9rWVdxw==",
          "orderIdentifierGuid": "613cbcd5-2486-4269-bcc3-9afdad655dc7",
          "processed": true,
          "received": true,
          "inventoried": true,
          "fromElectronicInvoice": true,
          "allowDelete": true,
          "updated": "2025-10-04T23:58:31.7861191",
          "invoiceNo": "sample string 28",
          "hasInventory": true,
          "existingCost": 30.1,
          "existingSell": 31.1,
          "futureCost": 1.1,
          "futureSell": 1.1,
          "nextSell": 1.1,
          "nextSellCampaignName": "sample string 32",
          "nextSellCampaignDescription": "sample string 33",
          "unknownScan": {
            "$id": "130",
            "pluG_UID": "QsMS9W1ptUaJXm7B/KukJQ==",
            "pluGuid": "f512c342-696d-46b5-895e-6ec1fcaba425",
            "invoiceIdentifier": "w6AcP9YdK0+MVww5Hdqk/g==",
            "invoiceGuid": "3f1ca0c3-1dd6-4f2b-8c57-0c391ddaa4fe",
            "barcode": "sample string 3",
            "itemNumber": "sample string 4",
            "created": "2025-10-04T23:58:31.7861191"
          },
          "productActive": true,
          "productSalesMode": 35,
          "productGSTPercent": 36,
          "productCostCalcMethod": 37,
          "productAlwaysApplyMargin": true,
          "productMarginRanged": true,
          "productMargin": 1.1,
          "productMinimumMargin": 1.1,
          "productMaximumMargin": 1.1,
          "priceGroupG_UID": "8lDQwBwOEkqk+o+VtVBeTA==",
          "priceGroupGuid": "c0d050f2-0e1c-4a12-a4fa-8f95b5505e4c",
          "priceGroupName": "sample string 40",
          "priceGroupCode": "sample string 41",
          "product": {
            "$ref": "13"
          },
          "incrementCount": true,
          "minimumQuantity": 1,
          "randomWeight": true,
          "salesMode": 43,
          "cartons": 1,
          "weight": 1,
          "units": 1,
          "autoOrderStatus": 1,
          "invoiceDetailReceive": true
        },
        "autoOrderDetail": {
          "$ref": "110"
        },
        "doNotRange": true,
        "doNotOrder": true,
        "costGSTPercent": 1,
        "orderDetailReceive": true,
        "isBackedUp": true,
        "backupWarehouseIndicator": "sample string 21",
        "backupOrderCode": "sample string 22"
      },
      {
        "$ref": "126"
      }
    ],
    "unknownScans": [
      {
        "$ref": "127"
      },
      {
        "$ref": "127"
      }
    ],
    "transportCompany": {
      "$id": "131",
      "identifier": "ZyPQjRRhK02A6DfKwXeAmA==",
      "identifierGuid": "8dd02367-6114-4d2b-80e8-37cac1778098",
      "companyName": "sample string 1",
      "abn": "sample string 2",
      "address1": "sample string 3",
      "address2": "sample string 4",
      "telephone": "sample string 5",
      "primaryContactGuid": "P42wioovlUCUUv5S6FIr6w==",
      "primaryContactID": "8ab08d3f-2f8a-4095-9452-fe52e8522beb",
      "primaryContact": {
        "$ref": "9"
      }
    },
    "isMetcashSorted": true,
    "backupOrderType": "sample string 41",
    "backupOrderTypeDescription": "sample string 42",
    "backupTradingPartner": 1,
    "backupHostIdentifier": "5ee9957a-2706-4cd5-9bbf-1bedf3ca6f0b"
  },
  "error": "sample string 2"
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

application/vnd.openxmlformats-officedocument.spreadsheetml.sheet

Sample:
PKO�D[F2wT�5xl/workbook.xml �(�����0D�&�C�� `�N\�z��VhK��|o�vfg����kcz�Q�v�-h���3���Q��0V�Ҿ�B6X��P{v���8��F�N����Xn����V��iy<��fO��[d0���I�b�)����E
Z�J��4���2�k�Đf�h�[�Н��8�~�_PKO�D[����	�[Content_Types].xml �(����J�0�_��*M�D��V�*��d�
�d�k��<�H���V���=
��|�o��|����������+�����7l���e۶~=E�"�zlXO�@Ճ��C�3]HNR~���R��uU�<���������a��36��b7םQ
�1Z�$�8z�R��3
tP��-c�� g����_M��Of���~O�s�T���� ����P<�D��e=1Z��a2�b
��%#H'�2}���e�B)��~j/F�t��PK
O�D[S��''_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="Rbb3b91c927ef4c48" /></Relationships>PKO�D[�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Ô�����PKO�D[���Pxl/_rels/workbook.xml.rels �(���AN�0E�b͞�i�Tu�aö��3��&vd�@�Ƃ#q,@�J,�te���i��o���4�'�apVB�	`d���K8E}��n��ӈ1�f�KOl�`b�לeh��l�h�'���=�Q�'���%.��p��?D����Ω�D6�����!���{�~��?�<KT`���}S�˪�R�>����B<�~���L�"Qעj˺.�PW�1�{�>mz鴌j�1����T�����/���PKO�D[Ѓc'2E
xl/styles.xml �(��S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v�F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&�
AR>��� ��im��ΑF���YO��%�}���LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PKO�D[�"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-O�D[F2wT�5xl/workbook.xmlPK-O�D[����	��[Content_Types].xmlPK-
O�D[S��''U_rels/.relsPK-O�D[�C�r*�xl/worksheets/sheet1.xmlPK-O�D[���P�xl/_rels/workbook.xml.relsPK-O�D[Ѓc'2E
�xl/styles.xmlPK-O�D[�"3��QDxl/sharedStrings.xmlPK�g	

application/vnd.ms-excel

Sample:
PKO�D[	��t�5xl/workbook.xml �(�����0��&�C���%8q���{�[�H����[J ��mgv��ig�_k_�'�a�k	����:0i'��,&��
�F���`"))=�ʚ �x���
��AD=�(͔���P�4�+�C����.&"k�����/�B�i���"�(;W��#ߨ4�ʺ�.���u%D
m�֒�w�PKO�D[����	�[Content_Types].xml �(����J�0�_��*M�D��V�*��d�
�d�k��<�H���V���=
��|�o��|����������+�����7l���e۶~=E�"�zlXO�@Ճ��C�3]HNR~���R��uU�<���������a��36��b7םQ
�1Z�$�8z�R��3
tP��-c�� g����_M��Of���~O�s�T���� ����P<�D��e=1Z��a2�b
��%#H'�2}���e�B)��~j/F�t��PK
O�D[���.''_rels/.rels �(�<?xml version="1.0" encoding="utf-8"?><Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships"><Relationship Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument" Target="xl/workbook.xml" Id="R388d66ce31124111" /></Relationships>PKO�D[�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Ô�����PKO�D[�s�Pxl/_rels/workbook.xml.rels �(���KN�0@�b͞�	�1�i7lؖ^���I�Ķl��Xp$��U$p%l����I3�����2�qr���b@�*�';tpL�F�v���,S����#�+6v0��(�j�E��y��c\Xd�i��� �
c+J\2����?Dg̤�ѩ�6���.∘��e0u�S���*S�<�v�༭5�Ln�B���i�����2�g��2#W�^Uf��s
�ҥSY.���{�UÙnW\������PKO�D[Ѓc'2E
xl/styles.xml �(��S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v�F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&�
AR>��� ��im��ΑF���YO��%�}���LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PKO�D[�"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-O�D[	��t�5xl/workbook.xmlPK-O�D[����	�[Content_Types].xmlPK-
O�D[���.''V_rels/.relsPK-O�D[�C�r*�xl/worksheets/sheet1.xmlPK-O�D[�s�P�xl/_rels/workbook.xml.relsPK-O�D[Ѓc'2E
�xl/styles.xmlPK-O�D[�"3��QDxl/sharedStrings.xmlPK�g