POST api/order/{id}/input

Accept an order input from PDE and process into a new order detail line

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

Order identifier

globally unique identifier

Required

Body Parameters

Order input information

OrderInput
NameDescriptionTypeAdditional information
B2BMode

What back to back order mode the input / order is in

BackToBackMode

None.

IncrementMode

Mode that the order quantity increment is in.

IncrementMode

None.

OrderIdentifier

Order identifier for the order to add/update the item to

globally unique identifier

None.

PluGuid

Product identifier to be ordered

globally unique identifier

None.

Units

integer

None.

Cartons

integer

None.

Weight

integer

None.

StoreID

StoreID the PDE product is adding from

integer

None.

Product

Product information provided by the PDE

Product

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

Request Formats

application/json, text/json

Sample:
{
  "b2BMode": 0,
  "incrementMode": 0,
  "orderIdentifier": "752064bd-20b3-440d-bcee-86e055e6ecf1",
  "pluGuid": "5a964104-48e5-42a1-995b-f67cf964fa39",
  "units": 3,
  "cartons": 4,
  "weight": 5,
  "storeID": 1,
  "product": {
    "$id": "2",
    "plu": 1,
    "storeID": 1,
    "masterPluG_UID": "QEA=",
    "storeIDs": [
      1,
      2
    ],
    "g_UId": "id/SYt8GTEub3663JgYzMQ==",
    "guid": "62d2df89-06df-4b4c-9bdf-aeb726063331",
    "apn": "sample string 1",
    "apnChanged": true,
    "apnSwitched": true,
    "barcode": "sample string 4",
    "itemNumber": "sample string 5",
    "itemNumberChanged": true,
    "priceGroupG_UID": "qSF7NvztuUOPSqXZfboQWg==",
    "priceGroupGuid": "367b21a9-edfc-43b9-8f4a-a5d97dba105a",
    "blueprintID": 1,
    "lastCountedDate": "2026-04-03T06:14:59.7135837",
    "externalID": "sample string 7",
    "active": true,
    "activated": "2026-04-03T06:14:59.7135837",
    "pluCreated": "2026-04-03T06:14:59.7135837",
    "createdByUser": "sample string 9",
    "name": "sample string 10",
    "nameChanged": true,
    "secondDescription": "sample string 12",
    "hostDescription": "sample string 13",
    "keepCartonQty": true,
    "keepDescription": true,
    "keepDepartments": true,
    "keepSuppliers": true,
    "markdownDescription": "sample string 18",
    "altDescription": "sample string 19",
    "bestOrExpire": 20,
    "lastUpdate": "2026-04-03T06:14:59.7135837",
    "lastManualUpdate": "2026-04-03T06:14:59.7135837",
    "imageName": "sample string 23",
    "showImageOnFlipCharts": true,
    "showTextOnFlipCharts": true,
    "overrideFlipChartText": true,
    "flipChartText": "sample string 27",
    "salesMode": 1,
    "eftCode": 1,
    "price": 1,
    "priceChanged": true,
    "rrp": 1,
    "gstPercent": 28,
    "gstPercentChanged": true,
    "costGSTPercent": 29,
    "costGSTPercentChanged": true,
    "wetPercent": 1,
    "priceOverride": 1,
    "cost": 1,
    "currentCost": 1,
    "currentCostDecimals": 1,
    "grossProfit": 1.0,
    "currentCostDesc": "sample string 30",
    "currentCostEnd": "2026-04-03T06:14:59.7135837",
    "currentCostUpdated": "2026-04-03T06:14:59.7135837",
    "costDecimals": 31,
    "costChanged": true,
    "dealCostIdentifier": "QEA=",
    "excludeFromRebate": true,
    "rebateOverride": 1,
    "costCalcMethod": 32,
    "costCalcMethodChanged": true,
    "costEffectiveDate": "2026-04-03T06:14:59.7135837",
    "defaultGP": 1,
    "breakTargetMode": 33,
    "break1": 1,
    "price1": 1,
    "target1": 34,
    "break2": 1,
    "price2": 1,
    "target2": 35,
    "break3": 1,
    "price3": 1,
    "target3": 36,
    "break1Changed": true,
    "price1Changed": true,
    "target1Changed": true,
    "break2Changed": true,
    "price2Changed": true,
    "target2Changed": true,
    "break3Changed": true,
    "price3Changed": true,
    "target3Changed": true,
    "breakTargetModeChanged": true,
    "margin": 1.1,
    "marginChanged": true,
    "marginRanged": true,
    "marginRangedChanged": true,
    "minimumMargin": 1.1,
    "minimumMarginChanged": true,
    "maximumMargin": 1.1,
    "maximumMarginChanged": true,
    "overrideHostWarehouseIndicator": true,
    "overrideHostWarehouseIndicatorChanged": true,
    "overrideHostPrice": true,
    "overrideHostPriceChanged": true,
    "overrideHostCost": true,
    "overrideHostCostChanged": true,
    "overrideHostMargin": true,
    "overrideHostMarginChanged": true,
    "alwaysApplyMargin": true,
    "alwaysApplyMarginChanged": true,
    "aws": 1.0,
    "paws": 1.0,
    "awsUpdated": "2026-04-03T06:14:59.7135837",
    "posTare": 1,
    "altPrice": 1.0,
    "altPriceChanged": true,
    "altPriceMode": 53,
    "altPriceModeChanged": true,
    "altPLUG_UID": "0O8iukp6x0WfoRQ9BA0c0A==",
    "altPLUGuid": "ba22efd0-7a4a-45c7-9fa1-143d040d1cd0",
    "altPLUGuidChanged": true,
    "altPriceDescription1": "sample string 54",
    "altPriceDescription2": "sample string 55",
    "cartonQuantity": 56,
    "cartonQuantityChanged": true,
    "trayID": 1,
    "promptID": 1,
    "tare": 1,
    "packQty": 1,
    "fixedWeight": 1,
    "extraMesg": 1,
    "text1": "sample string 58",
    "text2": "sample string 59",
    "text3": "sample string 60",
    "labelText": "sample string 61",
    "labelTextChanged": true,
    "sendToScale": true,
    "nonScaleWeigh": true,
    "labelFormat": "sample string 65",
    "barcodeFormat": "sample string 66",
    "austMade": 1,
    "coolCode": 67,
    "countryOfOrigin": "sample string 68",
    "percentContent": 69.1,
    "departmentID": 1,
    "subDepartmentID": 1,
    "minorDepartmentID": 1,
    "lesserDepartmentID": 1,
    "deptCode": "sample string 70",
    "subDeptCode": "sample string 71",
    "minorDeptCode": "sample string 72",
    "lesserDeptCode": "sample string 73",
    "deptName": "sample string 74",
    "subDeptName": "sample string 75",
    "minorDeptName": "sample string 76",
    "lesserDeptName": "sample string 77",
    "departmentChanged": true,
    "subCategoryID": 1,
    "expiry": 1,
    "showDays": 1,
    "datePrint": 1,
    "labelRequired": true,
    "labelShelfQty": 80,
    "labelShelfChanged": true,
    "labelTalkerQty": 82,
    "labelSmall": true,
    "labelLastPrinted": "2026-04-03T06:14:59.7135837",
    "labelLastPrice": 1,
    "shelfPageLayoutG_UID": "l4Cf3SqYQ0mxhGeCCVu2Vg==",
    "shelfPageLayoutGuid": "dd9f8097-982a-4943-b184-6782095bb656",
    "talkerPageLayoutG_UID": "+Vw3H+2K90eP+2x/6o/64Q==",
    "talkerPageLayoutGuid": "1f375cf9-8aed-47f7-8ffb-6c7fea8ffae1",
    "unitMeasure": 1.1,
    "unitMeasureChanged": true,
    "unitMeasureKind": 85,
    "unitMeasureKindChanged": true,
    "signIQData": "sample string 87",
    "refresh": true,
    "earnLoyaltyPoints": true,
    "earnLoyaltyPointsChanged": true,
    "quantityOverride": true,
    "quantityOverrideChanged": true,
    "quantityRequired": true,
    "quantityRequiredChanged": true,
    "allowDiscounts": true,
    "allowDiscountsChanged": true,
    "discountDiscounts": true,
    "discountDiscountsChanged": true,
    "itemRecalled": true,
    "itemRecalledChanged": true,
    "noRefund": true,
    "noRefundChanged": true,
    "allowMarkdown": true,
    "allowMarkdownChanged": true,
    "priceRequired": true,
    "priceRequiredChanged": true,
    "fuelItem": true,
    "fuelItemChanged": true,
    "liabilityItem": true,
    "trackSerial": true,
    "trackSerialChanged": true,
    "allowZeroPrice": true,
    "allowZeroPriceChanged": true,
    "notForSale": 92,
    "notForSaleChanged": true,
    "excludeFromDeals": true,
    "excludeFromVoucher": true,
    "minimumAge": 95,
    "minimumAgeChanged": true,
    "buyingLimit": 1,
    "buyingLimitChanged": true,
    "buyingLimitIndependent": true,
    "buyingLimitIndependentChanged": true,
    "inventoryGuid": "+3mO0MIzJE+EzpqlzY+ByQ==",
    "inventoryIdentifier": "d08e79fb-33c2-4f24-84ce-9aa5cd8f81c9",
    "inventoryAccuracy": 1,
    "baseUnits": 99,
    "orderPacked": 1,
    "isManufactured": true,
    "isIngredient": true,
    "isModifier": true,
    "isModifierChanged": true,
    "hasModifiers": 100,
    "defaultPrinter": "sample string 101",
    "defaultPrinterGroup": "sample string 102",
    "ingredientsOnManufacture": true,
    "manufactureUnitMeasure": 1,
    "mpl": 1,
    "maxShelfQty": 103,
    "allowAutoOrder": true,
    "warrantyPeriod": 1,
    "parentPluG_UId": "aSM0OgaEU06CWTM1gsM4nA==",
    "parentPluGuid": "3a342369-8406-4e53-8259-333582c3389c",
    "preferredHostVendor": 105,
    "preferredHostChanged": true,
    "code": "sample string 107",
    "supplierIdentifier": "bcxJ5hB64EC+3Ta6TP48RQ==",
    "supplierIdentifierGuid": "e649cc6d-7a10-40e0-bedd-36ba4cfe3c45",
    "supplierChanged": true,
    "rebateSupplierIdentifier": "xEl/UBefZ0igOXq+IaPUuA==",
    "rebateSupplierIdentifierGuid": "507f49c4-9f17-4867-a039-7abe21a3d4b8",
    "rebateSupplierChanged": true,
    "availableForOrder": true,
    "warehouseDirectIndicator": "sample string 109",
    "warehouseDirectIndicatorChanged": true,
    "productGrade": "sample string 111",
    "productType": "sample string 112",
    "productGroup": "sample string 113",
    "complianceIndicator": "sample string 114",
    "inhouseBrand": "sample string 115",
    "slowMoving": true,
    "generalMerchandise": true,
    "comment": "sample string 118",
    "lastUpdatedByUser": "sample string 119",
    "lastManualUpdatedByUser": "sample string 120",
    "lastUpdatedByUserOverride": true,
    "lastUpdatedByHost": "2026-04-03T06:14:59.7135837",
    "commodity": "sample string 122",
    "businessPillar": "sample string 123",
    "mscCommodity": "sample string 124",
    "hostIdentifier": "UuuNBzTQKE+VRd8XOHDI3Q==",
    "hostIdentifierGuid": "078deb52-d034-4f28-9545-df173870c8dd",
    "serviceFeeID": 1,
    "serviceFeeIDChanged": true,
    "providerName": "sample string 126",
    "aisleEnds": "sample string 127",
    "deleted": true,
    "deletedChanged": true,
    "hidden": true,
    "doNotRange": true,
    "doNotRangeChanged": true,
    "doNotOrder": true,
    "doNotOrderChanged": true,
    "locked": true,
    "excludeFromWebUpdate": true,
    "excludeFromWebUpdateChanged": true,
    "webPriceBasedOn": 138,
    "webPriceRounding": true,
    "webMarkup": 140,
    "webPriceMode": 141,
    "altDepartmentID": 1,
    "altSubDepartmentID": 1,
    "altMinorDepartmentID": 1,
    "altLesserDepartmentID": 1,
    "altDeptCode": "sample string 142",
    "altSubDeptCode": "sample string 143",
    "altMinorDeptCode": "sample string 144",
    "altLesserDeptCode": "sample string 145",
    "altDepartmentChanged": true,
    "storeProducts": [
      {
        "$ref": "2"
      },
      {
        "$ref": "2"
      }
    ],
    "store": {
      "$id": "3",
      "id": 1,
      "isMaster": true,
      "isElectedMaster": true,
      "electedMasterStoreID": 1,
      "isZoneMaster": true,
      "shortName": "sample string 3",
      "url": "sample string 4",
      "sortOrder": 1,
      "name": "sample string 5",
      "phone": "sample string 6",
      "fax": "sample string 7",
      "email": "sample string 8",
      "address1": "sample string 9",
      "address2": "sample string 10",
      "city": "sample string 11",
      "state": "sample string 12",
      "country": "sample string 13",
      "postCode": "sample string 14",
      "delivery": 1,
      "exportAccounts": 1,
      "salesAccountFolder": "sample string 15",
      "purchaseAccountFolder": "sample string 16",
      "initLoad": 1,
      "initIDs": 1,
      "zoneID": 1,
      "actAsMaster": 1,
      "lastActiveUtc": "2026-04-03T06:14:59.7135837",
      "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": "yMzpuRfT0Eap3VllfydF7Q==",
      "hostIdentifierGuid": "b9e9ccc8-d317-46d0-a9dd-59657f2745ed",
      "hostName": 1,
      "hostAddress": "sample string 27",
      "hostUsername": "sample string 28",
      "hostPassword": "sample string 29",
      "excludeFromLeadInOut": true,
      "accountingProvider": 31,
      "accountingAddress": "sample string 32",
      "accountingUsername": "sample string 33",
      "accountingPassword": "sample string 34",
      "storeAccountingCode": "sample string 35",
      "softwareVariance": 36,
      "fuelWarningVariance": 37.0,
      "fuelErrorVariance": 38.0,
      "fuelAccumulatedWarningVariance": 39.0,
      "fuelAccumulatedErrorVariance": 40.0,
      "drawManagment": 41,
      "endOfDayManagment": true,
      "autoFillCashBalancing": true,
      "fuelDayVariance": 44,
      "accountingTradingTime": "00:00:00.1234567",
      "stockActivateProduct": 46,
      "defaultOrderDocumentId": 1,
      "defaultStockReceiveDocumentId": 1,
      "giftCardSalesAccountingDeptCode": "sample string 47",
      "transactionDiscountAccountingDeptCode": "sample string 48",
      "size": 49,
      "updated": "2026-04-03T06:14:59.7135837",
      "priceZone": {
        "$id": "4",
        "id": 1,
        "name": "sample string 2",
        "hostIdentifier": "zMVFdFoyoku++XS35x8S3A==",
        "hostIdentifierGuid": "7445c5cc-325a-4ba2-bef9-74b7e71f12dc",
        "sortOrder": 3,
        "zoneMasterStoreID": 1,
        "electedMasterStoreID": 1,
        "containsElectedMasterStore": true
      },
      "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"
      },
      "billingAddressCopied": true,
      "billingAddress": {
        "$ref": "5"
      },
      "hostStoreSettings": [
        {
          "$id": "6",
          "id": 1,
          "hostIdentifier": "r27OmXQUlUeUTM2JjyiihQ==",
          "hostIdentifierGuid": "99ce6eaf-1474-4795-944c-cd898f28a285",
          "storeID": 2,
          "username": "sample string 3",
          "password": "sample string 4",
          "passwordPlain": "sample string 5",
          "serverAddress": "sample string 6",
          "serverPort": 1,
          "excludeFromLeadInOut": true,
          "useForHostFile": true,
          "metcashPillarID": "sample string 9",
          "metcashStateCode": "sample string 10",
          "metcashCustomerID": "sample string 11",
          "metcashTradingPartnerID": "sample string 12",
          "drakesCustomerNumber": 1,
          "sparCustomerNumber": "sample string 13",
          "sparOrderUsername": "sample string 14",
          "sparOrderPassword": "sample string 15",
          "sparOrderPasswordPlain": "sample string 16",
          "pharmXSiteID": 1,
          "ibaZoneID": 1,
          "ibaState": "sample string 17",
          "foodlandStoreCode": "sample string 18",
          "ilgMemberNumber": "sample string 19",
          "ilgOutletLocation": 1,
          "ilgBaseCost": 1,
          "ilgApplyNonAdvertisedPromos": true,
          "ilgExemptFromFreight": true,
          "ilgOrderDealReview": true,
          "ilgFinanceFee": 1,
          "secondPassword": "sample string 23",
          "secondPasswordPlain": "sample string 24",
          "secondServerAddress": "sample string 25",
          "processPromotions": true,
          "hostProvider": 0,
          "host": {
            "$id": "7",
            "identifier": "NnV5lgRUmEy700fMfMqRAQ==",
            "identifierGuid": "96797536-5404-4c98-bbd3-47cc7cca9101",
            "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": "D0ZIV/sYwUipnMwO9rn6/w==",
            "hostSupplierIdentifierGuid": "5748460f-18fb-48c1-a99c-cc0ef6b9faff",
            "loyaltyPriceLevelIdentifier": "vQuOP17gWk2/jrpCWxjXvg==",
            "loyaltyPriceLevelIdentifierGuid": "3f8e0bbd-e05e-4d5a-bf8e-ba425b18d7be",
            "isGroup": true,
            "description": "sample string 22",
            "hostProvider": 23,
            "hostTypeEnum": 24,
            "hostType": "sample string 25",
            "hostCode": "sample string 26",
            "username": "sample string 27",
            "password": "sample string 28",
            "passwordPlain": "sample string 29",
            "server": "sample string 30",
            "url": "sample string 31",
            "global": true,
            "stateCode": "sample string 33",
            "lastCollected": "2026-04-03T06:14:59.7135837",
            "lastProcessed": "2026-04-03T06:14:59.7135837",
            "hold": true,
            "supplierName": "sample string 35",
            "supplier": {
              "$id": "8",
              "identifier": "VTcEXPXM00SH51y0WVrzkQ==",
              "identifierGuid": "5c043755-ccf5-44d3-87e7-5cb4595af391",
              "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": "1P3GI//Dy0Ooimly6RwA7A==",
              "primaryContactID": "23c6fdd4-c3ff-43cb-a88a-6972e91c00ec",
              "storeID": 1,
              "abn": "sample string 16",
              "supplierGroupIdentifier": "7oZQ4MeUR0GJZ0ciNsfIhg==",
              "supplierGroupGuid": "e05086ee-94c7-4147-8967-472236c7c886",
              "rebate": 1.0,
              "rebateType": 1,
              "rebateFrequency": 1,
              "rebateSource": 1,
              "rebateLastClaimed": "2026-04-03T06:14:59.7135837",
              "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": "51bfa183-f957-4297-a09e-3f33d1664cb3",
                "identifier": "L740FFzKlkCA9eYdzUtBDg==",
                "identifierGuid": "1434be2f-ca5c-4096-80f5-e61dcd4b410e",
                "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": "2kcpXD8KxEGoLMGU4m30sA==",
                  "supplierIdentifierGuid": "5c2947da-0a3f-41c4-a82c-c194e26df4b0",
                  "contactGuid": "rbbeAwN6GEygt1hbh9xQkg==",
                  "contactID": "03deb6ad-7a03-4c18-a0b7-585b87dc5092",
                  "contact": {
                    "$ref": "9"
                  },
                  "supplier": {
                    "$ref": "8"
                  }
                },
                {
                  "$ref": "10"
                }
              ],
              "products": [
                {
                  "$id": "11",
                  "pluG_UID": "ZGaAzr3waUiO8IysHo2N+g==",
                  "pluGuid": "ce806664-f0bd-4869-8ef0-8cac1e8d8dfa",
                  "supplierIdentifier": "fb0LJ166fUGgY9Zy2pG4Gw==",
                  "supplierIdentifierGuid": "270bbd7d-ba5e-417d-a063-d672da91b81b",
                  "cartonQuantity": 1,
                  "cartonQuantityChanged": true,
                  "productSize": "sample string 3",
                  "cigarettesPerSleeve": 1,
                  "randomWeight": true,
                  "piecesPerUnit": 5,
                  "averagePackSize": 6,
                  "effectiveDate": "2026-04-03T06:14:59.7135837",
                  "pricedByWeight": true,
                  "landedUnitCostEx": 9,
                  "landedUnitCostInc": 10,
                  "landedCartonCostInc": 12,
                  "landedCartonCostEx": 13,
                  "standardCost": 14,
                  "deliveryFee": 1,
                  "deliveryFeeBasis": "sample string 15",
                  "pickAndPackFee": 1,
                  "pickAndPackFeeBasis": "sample string 16",
                  "financeFee": 1,
                  "financeFeeBasis": "sample string 17",
                  "cartonLength": 1,
                  "cartonWidth": 1,
                  "cartonHeight": 1,
                  "palletLayerQuantity": 1,
                  "palletLayers": 1,
                  "itemCode": "sample string 18",
                  "invoiceCode": "sample string 19",
                  "invoiceDesc": "sample string 20",
                  "orderDirect": true,
                  "useCost": true,
                  "minimumQuantity": 21,
                  "hostType": 22,
                  "fromHost": 23,
                  "minimumReorder": 1,
                  "maximumReorder": 1,
                  "orderMultiple": 24.1,
                  "sellMultiple": 25.1,
                  "baseMultiple": 26.1,
                  "hostStandardCost": 27,
                  "hostTotalCost": 28,
                  "hostRetail": 29,
                  "hostLandedUnitCostEx": 30,
                  "hostLandedUnitCostInc": 31,
                  "hostDesc": "sample string 32",
                  "directIndicator": "sample string 33",
                  "availableToOrder": true,
                  "hostRangeIndicator": "sample string 35",
                  "hostProductType": "sample string 36",
                  "hostProductGrade": "sample string 37",
                  "hostProductGroup": "sample string 38",
                  "hostSlowMoving": true,
                  "hostGeneralMerchandise": true,
                  "hostPillar": "sample string 41",
                  "hostLastUpdated": "2026-04-03T06:14:59.7135837",
                  "rebate": 1.0,
                  "rebateExclude": true,
                  "invoiceCodes": [
                    {
                      "$id": "12",
                      "pluG_UID": "iKedg86yjU6X9LuIQwJeZg==",
                      "pluGuid": "839da788-b2ce-4e8d-97f4-bb8843025e66",
                      "supplierIdentifier": "F2kxPmBctkC5fFODFtKu/w==",
                      "supplierIdentifierGuid": "3e316917-5c60-40b6-b97c-538316d2aeff",
                      "invoiceCode": "sample string 1",
                      "storeIDs": [
                        1,
                        2
                      ]
                    },
                    {
                      "$ref": "12"
                    }
                  ],
                  "storeIDs": [
                    1,
                    2
                  ],
                  "preferredSupplier": true,
                  "preferredRebateSupplier": true,
                  "supplierName": "sample string 42",
                  "salesMode": 43,
                  "orderPacked": true,
                  "active": true,
                  "price": 1,
                  "costGstPercent": 45,
                  "parentPluG_UID": "+BrX9rFQCUGF6fGIdr4v4w==",
                  "parentPluGuid": "f6d71af8-50b1-4109-85e9-f18876be2fe3",
                  "freight": 46.0,
                  "freightType": 1,
                  "product": {
                    "$ref": "2"
                  },
                  "supplier": {
                    "$ref": "8"
                  },
                  "serviceFee": {
                    "$id": "13",
                    "id": 1,
                    "description": "sample string 1",
                    "fee": 1
                  },
                  "isPrimaryHost": true,
                  "hostVendor": 48
                },
                {
                  "$ref": "11"
                }
              ],
              "orderCycleHeaders": [
                {
                  "$id": "14",
                  "storeID": 1,
                  "supplierIdentifier": "BSZVNtCBrEuZ+2zo0T4s7g==",
                  "supplierGuid": "36552605-81d0-4bac-99fb-6ce8d13e2cee",
                  "departmentCode": "sample string 2",
                  "warehouseDirectIndicator": "sample string 3",
                  "type": 4,
                  "storeName": "sample string 5",
                  "departmentName": "sample string 6",
                  "orderDays": 7
                },
                {
                  "$ref": "14"
                }
              ],
              "cycles": [
                {
                  "$id": "15",
                  "storeID": 1,
                  "supplierIdentifier": "Rkgfks1KzkWscPBcpn+rMw==",
                  "supplierGuid": "921f4846-4acd-45ce-ac70-f05ca67fab33",
                  "departmentCode": "sample string 2",
                  "warehouseDirectIndicator": "sample string 3",
                  "type": 4,
                  "cutOffWeek": 5,
                  "cutOffDay": 6,
                  "cutOffTime": "00:00:00.1234567",
                  "leadTime": 7,
                  "daysBuffer": 8,
                  "supplierName": "sample string 9",
                  "cutOffDate": "2026-04-03T06:14:59.7135837",
                  "deliveryDate": "2026-04-03T06:14:59.7135837",
                  "nextCutOffDate": "2026-04-03T06:14:59.7135837",
                  "nextDeliveryDate": "2026-04-03T06:14:59.7135837",
                  "nextDaysBuffer": 10
                },
                {
                  "$ref": "15"
                }
              ],
              "store": {
                "$ref": "3"
              },
              "updated": "2026-04-03T06:14:59.7135837",
              "isHost": true
            },
            "files": [
              {
                "$id": "16",
                "id": "sample string 1",
                "fileName": "sample string 2",
                "extension": "sample string 3",
                "provider": 0,
                "type": 0,
                "hostType": "sample string 4",
                "createdUtc": "2026-04-03T06:14:59.7135837",
                "processed": "2026-04-03T06:14:59.7135837",
                "isProcessing": true,
                "processedCount": 6,
                "processingTime": 1,
                "collectedUtc": "2026-04-03T06:14:59.7135837",
                "size": 1,
                "sizeFormat": "sample string 7",
                "isArchive": true,
                "customerNumber": "sample string 9",
                "businessPillar": "sample string 10",
                "fileType": "sample string 11",
                "version": "sample string 12",
                "reference": "sample string 13",
                "digest": "sample string 14",
                "contentType": "sample string 15",
                "host": {
                  "$ref": "7"
                },
                "metcashHeader": {
                  "$id": "17",
                  "customerNumber": "sample string 1",
                  "creationDate": "2026-04-03T06:14:59.7135837",
                  "businessPillar": "sample string 3",
                  "fileType": "sample string 4"
                }
              },
              {
                "$ref": "16"
              }
            ],
            "zoneMatrix": [
              {
                "$id": "18",
                "id": 1,
                "hostIdentifier": "rsgyWMrDvkSgOsIW4FTwjw==",
                "hostIdentifierGuid": "5832c8ae-c3ca-44be-a03a-c216e054f08f",
                "storeID": 1,
                "departmentCode": "sample string 2",
                "hostGuids": [
                  "2c98cb60-0874-46bf-a99d-b4c3ae0c93cb",
                  "f49408ce-3613-4b51-97af-1d1b70a11c47"
                ]
              },
              {
                "$ref": "18"
              }
            ],
            "hostFileStoreSetting": {
              "$ref": "6"
            },
            "hostStoreSettings": [
              {
                "$ref": "6"
              },
              {
                "$ref": "6"
              }
            ],
            "promotionPlacements": [
              {
                "$id": "19",
                "identifier": "7fJYBrwU8Um7ZBKvQiAsnA==",
                "identifierGuid": "0658f2ed-14bc-49f1-bb64-12af42202c9c",
                "code": "sample string 2",
                "description": "sample string 3",
                "isAdvertised": true
              },
              {
                "$ref": "19"
              }
            ],
            "promoTypeGuids": [
              "0a266f7b-2688-4c3a-b69a-38acdfd7a993",
              "8b24b67a-2a5b-4903-a49f-7dc26bc595ba"
            ],
            "isPromotionOnly": false,
            "isOrderable": false,
            "vendor": 0
          },
          "groupIDs": [
            1,
            2
          ],
          "hostDescription": "sample string 27"
        },
        {
          "$ref": "6"
        }
      ],
      "accounts": [
        {
          "$id": "20",
          "id": 1,
          "storeID": 1,
          "accountName": "sample string 2",
          "bsb": "sample string 3",
          "accountNumber": "sample string 4",
          "accountDesignated": true
        },
        {
          "$ref": "20"
        }
      ],
      "sales": [
        {
          "$id": "21",
          "id": 1,
          "storeID": 1,
          "externalSalesType": 2,
          "ftpSiteID": 1,
          "lastSaleProcessed": "2026-04-03T06:14:59.7135837",
          "ftpSite": {
            "$id": "22",
            "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": "21"
        }
      ],
      "zoneMatrix": [
        {
          "$ref": "18"
        },
        {
          "$ref": "18"
        }
      ],
      "cashManagements": [
        {
          "$id": "23",
          "id": 1,
          "storeID": 1,
          "cashManagementType": 2,
          "apiID": 1,
          "organisationID": "sample string 3",
          "siteName": "sample string 4",
          "thirdPartyAPI": {
            "$id": "24",
            "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": "23"
        }
      ],
      "updateStoreID": "cecc4e11-d010-4579-b31b-8e112bfc3da9",
      "updateStore": {
        "$id": "25",
        "id": "df9bf7b7-598e-45ad-ac42-2da80f706359",
        "name": "sample string 1",
        "lastActivity": "2026-04-03T06:14:59.7135837",
        "zone": "sample string 2",
        "timeZoneOffset": 0.0,
        "businessHoursStart": "00:00:00.1234567",
        "businessHoursEnd": "00:00:00.1234567",
        "master": true,
        "lastIP": "sample string 10",
        "lastHostName": "sample string 11",
        "ping": 1,
        "pingStatus": "sample string 12",
        "lastUpdateCompleted": "2026-04-03T06:14:59.7135837"
      },
      "timeZoneId": "sample string 54",
      "securityOptions": {
        "$id": "26",
        "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"
      }
    },
    "storePrices": [
      {
        "$id": "27",
        "pluG_UID": "9L5/YOTZOk+0SsUz+KqT7w==",
        "pluGuid": "607fbef4-d9e4-4f3a-b44a-c533f8aa93ef",
        "plu": 1,
        "storeID": 1,
        "zoneID": 2,
        "zoneName": "sample string 3",
        "store": "sample string 4",
        "isElectedMasterStore": true,
        "isZoneMasterStore": true,
        "priceNow": 7,
        "costNow": 8,
        "costNowDecimals": 9,
        "normalPrice": 10,
        "priceNext": 1,
        "costNext": 1,
        "costNextDecimals": 11,
        "nextCampaignName": "sample string 12",
        "gstPercent": 13,
        "normalCost": 14,
        "normalCostDecimals": 15,
        "costGstPercent": 16,
        "costCalcMethod": 1,
        "currentCost": 17,
        "currentCostDecimals": 18,
        "break1": 19,
        "price1": 20,
        "break2": 21,
        "price2": 22,
        "break3": 23,
        "price3": 24,
        "fuelItem": 25,
        "fixedWeight": 26,
        "active": true,
        "complianceIndicator": "sample string 27",
        "doNotOrder": true,
        "doNotRange": true,
        "isNormalPriceChangesCampaign": true,
        "updated": "2026-04-03T06:14:59.7135837"
      },
      {
        "$ref": "27"
      }
    ],
    "currentPrices": {
      "$id": "28",
      "pluPrices": {
        "$id": "29",
        "plu": 1,
        "pluG_UID": "QEA=",
        "stores": [
          1,
          2
        ],
        "normalPrice": 1,
        "cost": 2,
        "break1": 3,
        "price1": 4,
        "break2": 5,
        "price2": 6,
        "break3": 7,
        "price3": 8,
        "discountPrice": 9,
        "memberDiscountPrice": 10,
        "acceptedUtc": "2026-04-03T06:14:59.7135837",
        "priceChangeType": 0,
        "costDecimals": 11,
        "costCalcMethod": 12,
        "targetCampaignPriceGtOrEquNormal": true
      },
      "normalPluPrices": {
        "$ref": "29"
      },
      "winningCampaign": 1,
      "winner": {
        "$id": "30",
        "campaignName": "sample string 1",
        "campaignDescription": "sample string 2",
        "talkerText": "sample string 3",
        "disableWasSave": true,
        "startDate": "2026-04-03T06:14:59.7135837",
        "startTime": 5,
        "endDate": "2026-04-03T06:14:59.7135837",
        "endTime": 6,
        "newPrice": 7,
        "newCost": 8,
        "newCostDecimals": 9,
        "pctDiscount": 10,
        "promoType": 1,
        "promotionTypeCode": "sample string 11",
        "hostType": 12,
        "hostIdentifier": "kICV10s7YE2Dlsbq559Zqw==",
        "hostIdentifierGuid": "d7958090-3b4b-4d60-8396-c6eae79f59ab",
        "storeNames": [
          "sample string 1",
          "sample string 2"
        ]
      },
      "details": [
        {
          "$ref": "30"
        },
        {
          "$ref": "30"
        }
      ]
    },
    "tray": {
      "$id": "31",
      "g_UId": "71nZ+FHL/kmzpU0jFVFKcw==",
      "guid": "f8d959ef-cb51-49fe-b3a5-4d2315514a73",
      "name": "sample string 1",
      "number": 1,
      "tare": 1
    },
    "priceGroup": {
      "$id": "32",
      "priceGroupG_UID": "9ZcwhIAIb0G0Xi6AnfrKtA==",
      "priceGroupGuid": "843097f5-0880-416f-b45e-2e809dfacab4",
      "name": "sample string 2",
      "code": 1,
      "modified": true,
      "updated": "2026-04-03T06:14:59.7135837",
      "buyingLimit": 1,
      "buyingLimitIndependent": true,
      "buyingLimitType": 0,
      "number": 1,
      "products": [
        {
          "$ref": "2"
        },
        {
          "$ref": "2"
        }
      ],
      "productCount": 1
    },
    "priceGroupName": "sample string 147",
    "nutrifacts": {
      "$id": "33",
      "pluG_UID": "myPxE5zi9k6fph/dpLA/lQ==",
      "pluGuid": "13f1239b-e29c-4ef6-9fa6-1fdda4b03f95",
      "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": "34",
      "pluGuid": "01faf19e-ab23-42ee-a64e-fda102d2addc",
      "created": "2026-04-03T06:14:59.7135837",
      "createdByUser": "sample string 1",
      "activated": "2026-04-03T06:14:59.7135837",
      "activatedByUser": "sample string 2",
      "deactivated": "2026-04-03T06:14:59.7135837",
      "deactivatedByUser": "sample string 3",
      "lastOrdered": "2026-04-03T06:14:59.7135837",
      "lastOrderedQty": 4.0,
      "lastReceived": "2026-04-03T06:14:59.7135837",
      "lastReceivedQty": 5.0,
      "lastInvoiceStatus": 1,
      "lastCounted": "2026-04-03T06:14:59.7135837",
      "lastSold": "2026-04-03T06:14:59.7135837",
      "firstSold": "2026-04-03T06:14:59.7135837",
      "awsUpdated": "2026-04-03T06:14:59.7135837",
      "lastManualUpdate": "2026-04-03T06:14:59.7135837",
      "lastManualUpdatedByUser": "sample string 7",
      "lastUpdated": "2026-04-03T06:14:59.7135837",
      "lastUpdatedByUser": "sample string 9",
      "lastUpdatedByHost": "2026-04-03T06:14:59.7135837",
      "doNotRangeUpdated": "2026-04-03T06:14:59.7135837",
      "doNotOrderUpdated": "2026-04-03T06:14:59.7135837",
      "tracked": "2026-04-03T06:14:59.7135837"
    },
    "allergens": [
      {
        "$id": "35",
        "primaryKey": {
          "$id": "36",
          "pluGuid": "b5f65685-1446-4d73-8b2f-b9f3ccee41a4",
          "contains": 2
        },
        "allergenID": 1,
        "pluG_UID": "hVb2tUYUc02LL7nzzO5BpA==",
        "pluGuid": "b5f65685-1446-4d73-8b2f-b9f3ccee41a4",
        "contains": 2,
        "allergenName": "sample string 3",
        "storeIDs": [
          1,
          2
        ]
      },
      {
        "$ref": "35"
      }
    ],
    "costs": {
      "$id": "37",
      "pluG_UID": "YEweOG2+AEyRm9jCIXSY2A==",
      "pluGuid": "381e4c60-be6d-4c00-919b-d8c2217498d8",
      "enteredCost": 1,
      "weightedAvgCost": 1,
      "lastCost": 1,
      "rawEnteredCost": 2,
      "rawWeightedAvgCost": 3,
      "rawLastCost": 4,
      "freight": 5.0,
      "freightType": 6,
      "costDecimals": 7,
      "fifoCost": 1,
      "updated": "2026-04-03T06:14:59.7135837",
      "normalCost": 1,
      "currentCost": 1
    },
    "sales": [
      {
        "$id": "38",
        "saleHeaderID": 1,
        "created": "2026-04-03T06:14:59.7135837",
        "createdLocal": "2026-04-03T06:14:59.7135837",
        "storeID": 3,
        "storeName": "sample string 4",
        "operatorG_Uid": "dAFuhZUGkUmU2t8zjBs4mA==",
        "operatorGuid": "856e0174-0695-4991-94da-df338c1b3898",
        "operatorName": "sample string 5",
        "tranType": 1,
        "plu": 1,
        "pluG_UId": "KcKV0DkOW0KyF/XtmceA3A==",
        "pluGuid": "d095c229-0e39-425b-b217-f5ed99c780dc",
        "normalPrice": 1,
        "totalCents": 1,
        "cost": 1,
        "grossProfit": 1,
        "quantity": 1,
        "operator": {
          "$id": "39",
          "id": 1,
          "g_Uid": "6OD7g8sixUGCpxutjwNM8g==",
          "guid": "83fbe0e8-22cb-41c5-82a7-1bad8f034cf2",
          "operatorNumber": 1,
          "shortName": "sample string 2",
          "firstName": "sample string 3",
          "lastName": "sample string 4",
          "password": "sample string 5",
          "hasPassword": true,
          "passwordText": "sample string 6",
          "rfidTagID": "sample string 7",
          "blueprintID": 1,
          "groupID": 1,
          "groupName": "sample string 8",
          "managerGroupID": 1,
          "managerGroupName": "sample string 9",
          "zoneID": 1,
          "zoneName": "sample string 10",
          "loggedIn": 1,
          "lastUsedIP": "sample string 11",
          "deleted": true,
          "locked": true,
          "allowOpenTill": true,
          "webEmail": "sample string 14",
          "simpleOperatorType": 0,
          "webRole": "sample string 15",
          "updated": "2026-04-03T06:14:59.7135837",
          "passwordResetRequired": true,
          "alteredInStore": true,
          "startShift": "2026-04-03T06:14:59.7135837",
          "endShift": "2026-04-03T06:14:59.7135837",
          "machineName": "sample string 20",
          "drawerID": 1,
          "stores": [
            {
              "$id": "40",
              "operatorG_UID": "pJN6GMR3Tk+FFdIFv1FzqQ==",
              "operatorGuid": "187a93a4-77c4-4f4e-8515-d205bf5173a9",
              "storeID": 2,
              "operator": {
                "$ref": "39"
              },
              "store": {
                "$ref": "3"
              }
            },
            {
              "$ref": "40"
            }
          ]
        }
      },
      {
        "$ref": "38"
      }
    ],
    "apns": [
      {
        "$id": "41",
        "pluID": 1,
        "pluG_UID": "P7eGeJUc4EyflI7bZF8u6A==",
        "pluGuid": "7886b73f-1c95-4ce0-9f94-8edb645f2ee8",
        "apn": "sample string 1",
        "deleted": true,
        "storeID": 1,
        "storeIDs": [
          1,
          2
        ]
      },
      {
        "$ref": "41"
      }
    ],
    "tuns": [
      {
        "$id": "42",
        "pluG_UId": "rO3Mv4FEtEy20+L8GYgC0g==",
        "pluGuid": "bfccedac-4481-4cb4-b6d3-e2fc198802d2",
        "apn": "sample string 1",
        "tun": "sample string 2",
        "cartonQuantity": 3,
        "product": {
          "$ref": "2"
        },
        "storeIDs": [
          1,
          2
        ]
      },
      {
        "$ref": "42"
      }
    ],
    "competitionPricing": [
      {
        "$id": "43",
        "identifier": "m5YrjOXO2ki8D0GLHSBqHg==",
        "identifierGuid": "8c2b969b-cee5-48da-bc0f-418b1d206a1e",
        "pluG_UID": "uKfiiYqB6EKYu8sSId1/2Q==",
        "pluGuid": "89e2a7b8-818a-42e8-98bb-cb1221dd7fd9",
        "competitionID": 1,
        "name": "sample string 2",
        "sellMultiple": 3,
        "retailPrice": 4,
        "storeName": "sample string 5"
      },
      {
        "$ref": "43"
      }
    ],
    "supplier": {
      "$ref": "8"
    },
    "supplierName": "sample string 148",
    "children": [
      {
        "$ref": "2"
      },
      {
        "$ref": "2"
      }
    ],
    "ordering": {
      "$ref": "11"
    },
    "flipChartPages": [
      {
        "$id": "44",
        "identifier": "WMzmqA0pjUSYMLe5au/6hg==",
        "groupName": "sample string 1",
        "identifierGuid": "a8e6cc58-290d-448d-9830-b7b96aeffa86",
        "exists": true,
        "flipChartIdentifier": "RfbZWv1FrUecobZAkw/0Iw==",
        "flipChartIdentifierGuid": "5ad9f645-45fd-47ad-9ca1-b640930ff423",
        "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": "/OeM7O0f7ESn7swNyu9IEQ==",
        "groupIdentifierGuid": "ec8ce7fc-1fed-44ec-a7ee-cc0dcaef4811",
        "flipChart": {
          "$id": "45",
          "identifier": "+nXm20UT/ECGS0wWBWZ28w==",
          "identifierGuid": "dbe675fa-1345-40fc-864b-4c16056676f3",
          "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": "46",
            "identifier": "ApInPIu9aUKR+7VfwLlEpg==",
            "identifierGuid": "3c279202-bd8b-4269-91fb-b55fc0b944a6",
            "name": "sample string 2",
            "formType": "sample string 3",
            "forms": [
              {
                "$id": "47",
                "id": 1,
                "g_UID": "bGlZHc1bw0CF791bQNZ1Bg==",
                "guid": "1d59696c-5bcd-40c3-85ef-dd5b40d67506",
                "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": "DOJP4DLlFEyInCK9l5WYkA==",
                "previousFormGuid": "e04fe20c-e532-4c14-889c-22bd97959890",
                "nextForm": 1,
                "nextFormG_UID": "UaDKjJP0cE6z26bKiaVBHQ==",
                "nextFormGuid": "8ccaa051-f493-4e70-b3db-a6ca89a5411d",
                "attributes": "sample string 10",
                "updated": "2026-04-03T06:14:59.7135837",
                "positioning": 1,
                "contentPanel": "sample string 11",
                "selectionMode": 1,
                "maximumSelections": 1,
                "alteredInStore": true,
                "deleted": true,
                "blueprintID": 1,
                "preserveLayout": true,
                "mainCheckoutFormName": "sample string 13",
                "nextCheckoutForm": {
                  "$ref": "47"
                },
                "previousCheckoutForm": {
                  "$ref": "47"
                },
                "buttons": [
                  {
                    "$id": "48",
                    "id": 1,
                    "checkoutFormID": 2,
                    "checkoutFormG_UID": "v1TNB4QsnU6it0d4lmASRA==",
                    "checkoutFormGuid": "07cd54bf-2c84-4e9d-a2b7-477896601244",
                    "identifier": "2/Fuc3IZHUO+q7oxDu2sTg==",
                    "identifierGuid": "736ef1db-1972-431d-beab-ba310eedac4e",
                    "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": "5Q8THHAuH0OR8RClwrcEUQ==",
                    "valueGuid": "1c130fe5-2e70-431f-91f1-10a5c2b70451",
                    "buttonText": "sample string 10",
                    "valueText": "sample string 11",
                    "drawImageAndButton": true,
                    "updated": "2026-04-03T06:14:59.7135837",
                    "action": "sample string 12",
                    "valueForm": {
                      "$ref": "47"
                    },
                    "image": {
                      "$id": "49",
                      "name": "sample string 3.sample string 4",
                      "imageID": 2,
                      "imageName": "sample string 3",
                      "imageExtension": "sample string 4",
                      "lastUpdate": "2026-04-03T06:14:59.7135837",
                      "imageData": "QEA=",
                      "readOnly": true
                    }
                  },
                  {
                    "$ref": "48"
                  }
                ],
                "panels": [
                  {
                    "$id": "50",
                    "id": 1,
                    "checkoutFormID": 2,
                    "checkoutFormG_UID": "aYk3l3lSlkGKdvPK233/AA==",
                    "checkoutFormGuid": "97378969-5279-4196-8a76-f3cadb7dff00",
                    "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": "50"
                  }
                ]
              },
              {
                "$ref": "47"
              }
            ],
            "panels": [
              {
                "$ref": "50"
              },
              {
                "$ref": "50"
              }
            ]
          },
          "pages": [
            {
              "$ref": "44"
            },
            {
              "$ref": "44"
            }
          ]
        },
        "contentPanel": {
          "$ref": "50"
        },
        "products": [
          {
            "$id": "51",
            "flipChartPageIdentifier": "W783bvvkkU+ZioTLm+n2fw==",
            "flipChartPageIdentifierGuid": "6e37bf5b-e4fb-4f91-998a-84cb9be9f67f",
            "pluG_UID": "kh0SA/SakkqHEoWYJjoCBw==",
            "pluGuid": "03121d92-9af4-4a92-8712-8598263a0207",
            "sortOrder": 3,
            "sent": true,
            "productChanged": true,
            "productImageName": "sample string 6",
            "productShowImageOnFlipCharts": true,
            "productShowTextOnFlipCharts": true,
            "productOverrideFlipChartText": true,
            "productFlipChartText": "sample string 10",
            "product": {
              "$ref": "2"
            },
            "departmentSortOrder": 11,
            "subDepartmentName": "sample string 12"
          },
          {
            "$ref": "51"
          }
        ],
        "productCount": 27,
        "pages": [
          {
            "$ref": "44"
          },
          {
            "$ref": "44"
          }
        ]
      },
      {
        "$ref": "44"
      }
    ],
    "priceHistory": [
      {
        "$id": "52",
        "pluG_UID": "ou4T62Pj/UiZUm9D6L+gIA==",
        "pluGuid": "eb13eea2-e363-48fd-9952-6f43e8bfa020",
        "price": 1,
        "costCalcMethod": 1,
        "cost": 2,
        "weightedAvgCost": 3,
        "lastCost": 4,
        "rawCost": 5,
        "rawWeightedAvgCost": 6,
        "rawLastCost": 7,
        "costDecimals": 8,
        "serviceFeeID": 9,
        "freight": 10.0,
        "freightType": 11,
        "process": "sample string 12",
        "user": "sample string 13",
        "updated": "2026-04-03T06:14:59.7135837",
        "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": "52"
      }
    ],
    "ingredients": [
      {
        "$id": "53",
        "pluG_UID": "9g24J1tLYkOOdqRaBt4KcA==",
        "ingredientGuid": "4Nqa9BJELkSR4bbr2HrrsA==",
        "ingredientIdentifier": "f49adae0-4412-442e-91e1-b6ebd87aebb0",
        "quantity": 1.0,
        "storeIDs": [
          1,
          2
        ],
        "ingredientText": "sample string 1",
        "ingredient": {
          "$ref": "2"
        }
      },
      {
        "$ref": "53"
      }
    ],
    "bins": [
      {
        "$id": "54",
        "pluG_UID": "H8e5Z5KfQki35c6+be0OfQ==",
        "pluGuid": "67b9c71f-9f92-4842-b7e5-cebe6ded0e7d",
        "shelfLocationIdentifier": "LLRVZT8qdUWC1OdILUFHnQ==",
        "shelfLocationGuid": "6555b42c-2a3f-4575-82d4-e7482d41479d",
        "labelShelfDefault": 1,
        "labelTalkerDefault": 1,
        "labelSmall": true,
        "labelPageLayoutG_UID": "K+iuguG4hkmdanG36hRvhQ==",
        "labelPageLayoutGuid": "82aee82b-b8e1-4986-9d6a-71b7ea146f85",
        "updated": "2026-04-03T06:14:59.7135837",
        "electronicShelfLabelIdentifier": "sample string 5",
        "electronicshelfLabelsConfigurationID": 6,
        "labelShelfChanged": true,
        "productName": "sample string 8",
        "locationText": "sample string 9",
        "product": {
          "$ref": "2"
        },
        "location": {
          "$id": "55",
          "identifier": "VEAgDCBAVE+nM+ne7rcyVw==",
          "storeID": 1,
          "identifierGuid": "0c204054-4020-4f54-a733-e9deeeb73257",
          "name": "sample string 2",
          "haccp": true,
          "blueprintID": 1,
          "updated": "2026-04-03T06:14:59.7135837",
          "minTemp": 1,
          "maxTemp": 1,
          "checkFrequency": 1,
          "storeCaseConfiguration": 5,
          "storeName": "sample string 6",
          "bins": [
            {
              "$ref": "54"
            },
            {
              "$ref": "54"
            }
          ]
        }
      },
      {
        "$ref": "54"
      }
    ],
    "bin": {
      "$ref": "54"
    },
    "scaleLocations": [
      {
        "$id": "56",
        "plu": 1,
        "pluG_UID": "RZn07x5Hk0SO6RYmjtxJaw==",
        "pluGuid": "eff49945-471e-4493-8ee9-16268edc496b",
        "deptNo": 1,
        "product": {
          "$ref": "2"
        },
        "scaleLocation": {
          "$id": "57",
          "id": 1,
          "deptNo": 1,
          "deptCode": "sample string 2",
          "name": "sample string 3",
          "enabled": true,
          "updated": "2026-04-03T06:14:59.7135837",
          "department": {
            "$id": "58",
            "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": "57"
            },
            "subDepartments": [
              {
                "$id": "59",
                "id": 1,
                "departmentID": 2,
                "name": "sample string 3",
                "code": "sample string 4",
                "departmentCode": "sample string 5",
                "externalSales": true,
                "minorDepartments": [
                  {
                    "$id": "60",
                    "id": 1,
                    "subDepartmentID": 2,
                    "departmentID": 3,
                    "name": "sample string 4",
                    "subDepartmentCode": "sample string 5",
                    "departmentCode": "sample string 6",
                    "code": "sample string 7",
                    "lesserDepartments": [
                      {
                        "$id": "61",
                        "id": 1,
                        "departmentID": 2,
                        "subDepartmentID": 3,
                        "minorDepartmentID": 4,
                        "name": "sample string 5",
                        "code": "sample string 6",
                        "departmentCode": "sample string 7",
                        "subDepartmentCode": "sample string 8",
                        "minorDepartmentCode": "sample string 9",
                        "updated": "2026-04-03T06:14:59.7135837",
                        "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": "EJ5bHk4uYU2IgJ+r++xmDQ==",
                        "labelPageLayoutGuid": "1e5b9e10-2e4e-4d61-8880-9fabfbec660d",
                        "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": "62",
                          "dept": 1,
                          "category": 2,
                          "name": "sample string 3",
                          "active": true,
                          "mscCommodities": [
                            {
                              "$id": "63",
                              "dept": 1,
                              "category": 2,
                              "commodity": 3,
                              "name": "sample string 4",
                              "active": true,
                              "mscSubCommodities": [
                                {
                                  "$id": "64",
                                  "dept": 1,
                                  "category": 2,
                                  "commodity": 3,
                                  "subCommodity": 4,
                                  "name": "sample string 5",
                                  "active": true,
                                  "subCommodityCode": "sample string 7"
                                },
                                {
                                  "$ref": "64"
                                }
                              ],
                              "commodityCode": "sample string 6"
                            },
                            {
                              "$ref": "63"
                            }
                          ],
                          "categoryCode": "sample string 5"
                        },
                        "mscCom": {
                          "$ref": "63"
                        },
                        "mscDep": {
                          "$id": "65",
                          "dept": 1,
                          "name": "sample string 2",
                          "active": true,
                          "mscCategories": [
                            {
                              "$ref": "62"
                            },
                            {
                              "$ref": "62"
                            }
                          ],
                          "deptCode": "sample string 4"
                        },
                        "mscSubCom": {
                          "$ref": "64"
                        }
                      },
                      {
                        "$ref": "61"
                      }
                    ],
                    "updated": "2026-04-03T06:14:59.7135837",
                    "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": "DmRpYLnwTkCNr11HyFTOVg==",
                    "labelPageLayoutGuid": "6069640e-f0b9-404e-8daf-5d47c854ce56",
                    "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": "62"
                    },
                    "mscCom": {
                      "$ref": "63"
                    },
                    "mscDep": {
                      "$ref": "65"
                    },
                    "mscSubCom": {
                      "$ref": "64"
                    }
                  },
                  {
                    "$ref": "60"
                  }
                ],
                "investmentBuyOverride": true,
                "updated": "2026-04-03T06:14:59.7135837",
                "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": "kZ48eYkDjE+IocR988vTCA==",
                "labelPageLayoutGuid": "793c9e91-0389-4f8c-88a1-c47df3cbd308",
                "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": "62"
                },
                "mscCom": {
                  "$ref": "63"
                },
                "mscDep": {
                  "$ref": "65"
                },
                "mscSubCom": {
                  "$ref": "64"
                }
              },
              {
                "$ref": "59"
              }
            ],
            "stores": [
              1,
              2
            ],
            "investmentBuyOverride": true,
            "updated": "2026-04-03T06:14:59.7135837",
            "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": "IImSQEUJx0Wf5zwEoHoGdg==",
            "labelPageLayoutGuid": "40928920-0945-45c7-9fe7-3c04a07a0676",
            "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": "62"
            },
            "mscCom": {
              "$ref": "63"
            },
            "mscDep": {
              "$ref": "65"
            },
            "mscSubCom": {
              "$ref": "64"
            }
          }
        }
      },
      {
        "$ref": "56"
      }
    ],
    "nextPrice": {
      "$id": "66",
      "id": 1,
      "campaignID": 2,
      "campaignName": "sample string 3",
      "plu": 1,
      "hostOfferID": 1,
      "metcashPromotionID": "sample string 4",
      "metcashPromotionPlacement": "sample string 5",
      "pluG_UID": "QJVyoirmmESzyyTd7qaZFw==",
      "pluGuid": "a2729540-e62a-4498-b3cb-24ddeea69917",
      "newPrice": 1,
      "pctDiscount": 1,
      "newCost": 1,
      "newCostDecimals": 6,
      "dealCostIdentifier": "EzH3gq+D6EOBHPNswBMlYA==",
      "dealCostGuid": "82f73113-83af-43e8-811c-f36cc0132560",
      "pluName": "sample string 7",
      "apn": "sample string 8",
      "fuelItem": true,
      "priceGroupG_UID": "kqn8SCeQ60e7hstlDq09Iw==",
      "priceGroupGuid": "48fca992-9027-47eb-bb86-cb650ead3d23",
      "itemNumber": "sample string 10",
      "cri": "sample string 11",
      "pluPrice": 12,
      "costCalcMethod": 13,
      "pluCost": 14,
      "pluCostIndicator": "sample string 15",
      "pluPriceGstPercent": 16,
      "pluCostGstPercent": 17,
      "pluActive": true,
      "cartonQty": 1.1,
      "baseUnits": 19.1,
      "salesMode": 1,
      "pluNormalCost": 20,
      "pluaws": 21.0,
      "directNumber": "sample string 22",
      "departmentName": "sample string 23",
      "subDepartmentName": "sample string 24",
      "priceGroupName": "sample string 25",
      "supplierName": "sample string 26",
      "stockOnHand": 1.1,
      "stockOnOrder": 1.1,
      "lastReceived": "2026-04-03T06:14:59.7135837",
      "rrp": 27,
      "campaignDescription": "sample string 28",
      "hostCampaign": true,
      "hostIdentifier": "QEA=",
      "hostIdentifierGuid": "e791707b-9c03-4e60-915a-ad9022778098",
      "campaignComboPriceGroupG_UID": "0CpoFQfwvka9EgDfcCkF/g==",
      "campaignComboPriceGroupIdentifier": "15682ad0-f007-46be-bd12-00df702905fe",
      "promotionPlacementDescription": "sample string 30",
      "storeAcceptances": [
        {
          "$id": "67",
          "plu": 1,
          "pluG_UId": "QEA=",
          "campaignID": 1,
          "campaignName": "sample string 2",
          "storeID": 3,
          "acceptedUtc": "2026-04-03T06:14:59.7135837",
          "operatorG_UID": "KKuFGWEumkurVSWNLTp3XA==",
          "operatorGuid": "1985ab28-2e61-4b9a-ab55-258d2d3a775c",
          "machineID": 1,
          "processed": true,
          "appliedUtc": "2026-04-03T06:14:59.7135837",
          "signIqTicketFileMovedUtc": "2026-04-03T06:14:59.7135837",
          "user": "sample string 6",
          "campaignDescription": "sample string 7",
          "productDesc": "sample string 8",
          "storeName": "sample string 9",
          "effectiveUtc": "2026-04-03T06:14:59.7135837",
          "priceChangeType": 0,
          "operatorName": "sample string 10",
          "hostCampaign": true,
          "hostIdentifier": "QEA=",
          "hostIdentifierGuid": "07a482b6-b61f-4451-8422-4a8485226544",
          "product": {
            "$ref": "2"
          },
          "campaignPlu": {
            "$ref": "66"
          },
          "fuelItem": true
        },
        {
          "$ref": "67"
        }
      ],
      "campaign": {
        "$id": "68",
        "id": 1,
        "storeID": 2,
        "name": "ef96ff51-f16e-43ad-81d1-bd90331b2b4c",
        "nameGuid": "ef96ff51-f16e-43ad-81d1-bd90331b2b4c",
        "description": "sample string 4",
        "showDiscounts": true,
        "showTotals": true,
        "onlyEvaluateOnSubtotal": true,
        "useDescription": true,
        "campaignType": 1,
        "startDate": "2026-04-03T06:14:59.7135837",
        "startTime": 1,
        "endDate": "2026-04-03T06:14:59.7135837",
        "endTime": 1,
        "recurrence": 1,
        "recurrenceType": 1,
        "monthType": 1,
        "weekDays": 1,
        "months": 1,
        "monthWeeks": 1,
        "monthDays": "sample string 7",
        "printed": true,
        "talkerText": "sample string 8",
        "rangeDescription": "sample string 9",
        "dealDescription": "sample string 10",
        "labelQuantity": 11,
        "active": 1,
        "deactivated": "2026-04-03T06:14:59.7135837",
        "system": true,
        "created": "2026-04-03T06:14:59.7135837",
        "updated": "2026-04-03T06:14:59.7135837",
        "priceChangeNotifiedUtc": "2026-04-03T06:14:59.7135837",
        "promoType": 1,
        "promotionTypeCode": "sample string 13",
        "hostIdentifier": "cvYkfGyoME+SaQY61EwFJg==",
        "hostIdentifierGuid": "7c24f672-a86c-4f30-9269-063ad44c0526",
        "hostType": 14,
        "createdByUser": "sample string 15",
        "fromHost": true,
        "deleted": true,
        "campaignDeleted": "2026-04-03T06:14:59.7135837",
        "updatedByUser": "sample string 18",
        "offerID": 1,
        "isPriceChangeCampaign": true,
        "stores": [
          1,
          2
        ],
        "storeNames": [
          "sample string 1",
          "sample string 2"
        ],
        "campaignPlus": [
          {
            "$ref": "66"
          },
          {
            "$ref": "66"
          }
        ],
        "campaignPools": [
          {
            "$id": "69",
            "id": 1,
            "campaignID": 2,
            "campaignName": "sample string 3",
            "plu": 4,
            "pluG_UID": "hAw1w8nHWkS1FoZyHQerIg==",
            "pluGuid": "c3350c84-c7c9-445a-b516-86721d07ab22",
            "hostOfferID": 1,
            "priceGroupG_UID": "3CutbaNjuEKwBVSb4ZMowA==",
            "priceGroupGuid": "6dad2bdc-63a3-42b8-b005-549be19328c0",
            "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": "2026-04-03T06:14:59.7135837",
            "rrp": 17,
            "campaignDescription": "sample string 18",
            "product": {
              "$ref": "2"
            },
            "campaign": {
              "$ref": "68"
            }
          },
          {
            "$ref": "69"
          }
        ],
        "sellingRules": [
          {
            "$id": "70",
            "id": 1,
            "identifier": "lCv7uyL5gEesKd78+VSMCg==",
            "identifierStr": "lCv7uyL5gEesKd78+VSMCg==",
            "identifierGuid": "bbfb2b94-f922-4780-ac29-defcf9548c0a",
            "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": "68"
            }
          },
          {
            "$ref": "70"
          }
        ],
        "customers": [
          {
            "$id": "71",
            "id": 1,
            "campaignID": 2,
            "campaignName": "sample string 3",
            "customerID": "cnf+TxNA3k6hn15Ymmu4eA==",
            "customerIDGuid": "4ffe7772-4013-4ede-a19f-5e589a6bb878",
            "campaign": {
              "$ref": "68"
            },
            "customer": {
              "$id": "72",
              "identifier": "LbXnQU20m0eGLyOCTaPrUg==",
              "identifierGuid": "41e7b52d-b44d-479b-862f-23824da3eb52",
              "code": "sample string 2",
              "familyName": "sample string 3",
              "givenName": "sample string 4",
              "otherName": "sample string 5",
              "title": "sample string 6",
              "dateOfBirth": "2026-04-03T06:14:59.7135837",
              "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": "E3VyexzB90WJj2e4Sopnaw==",
              "communityIdentifierGuid": "7b727513-c11c-45f7-898f-67b84a8a676b",
              "joined": "2026-04-03T06:14:59.7135837",
              "updated": "2026-04-03T06:14:59.7135837",
              "active": true,
              "reasonInactive": 1,
              "groupCustomer": true,
              "loyaltyPoints": 1,
              "homeStoreID": 1,
              "availableSpend": 1,
              "priceLevelIdentifier": "GupqOgIbSEa9cDmrewFQhg==",
              "priceLevelIdentifierGuid": "3a6aea1a-1b02-4648-bd70-39ab7b015086",
              "marketingID": "sample string 18",
              "receiptPrintOptions": 1,
              "hidden": true,
              "registered": true,
              "registeredOn": "2026-04-03T06:14:59.7135837",
              "emailMarketing": true,
              "smsMarketing": true,
              "deleted": true,
              "deletedUser": "sample string 24",
              "homeStoreName": "sample string 25",
              "customerCards": [
                {
                  "$id": "73",
                  "cardType": 2,
                  "issueDate": "2026-04-03T06:14:59.7135837",
                  "expiry": "2026-04-03T06:14:59.7135837",
                  "customerID": "SQPwzmroUEOYRyOZ1O/2fw==",
                  "customerIDGuid": "cef00349-e86a-4350-9847-2399d4eff67f",
                  "initialValue": 1,
                  "currentValue": 1,
                  "maxLimit": 1,
                  "minTransaction": 1,
                  "maxTransaction": 1,
                  "multiplier": 1.1,
                  "active": true,
                  "reasonInactive": 1,
                  "idRequired": true,
                  "idType": 1,
                  "idValue": "sample string 5",
                  "updated": "2026-04-03T06:14:59.7135837",
                  "linkedAccount": "opXC/HtOnUCiWWgnBUw8+g==",
                  "linkedAccountGuid": "fcc295a2-4e7b-409d-a259-6827054c3cfa",
                  "currentValueChanged": true,
                  "limitsChanged": true,
                  "customer": {
                    "$ref": "72"
                  },
                  "account": {
                    "$id": "74",
                    "id": 1,
                    "identifier": "On13xWdD4kqILD7JiYVc8A==",
                    "identifierGuid": "c5777d3a-4367-4ae2-882c-3ec989855cf0",
                    "referenceNo": "sample string 3",
                    "name": "sample string 4",
                    "created": "2026-04-03T06:14:59.7135837",
                    "owner": "8BgVS28VQkqtp0clzRON2w==",
                    "ownerGuid": "4b1518f0-156f-4a42-ada7-4725cd138ddb",
                    "accountStoreGroupIdentifier": "TevRp29Kck2W8fOgYIEWnA==",
                    "accountStoreGroupGuid": "a7d1eb4d-4a6f-4d72-96f1-f3a06081169c",
                    "accountType": 1,
                    "currentBalance": 1,
                    "externalID": "sample string 7",
                    "maximumLimit": 1,
                    "accruePoints": true,
                    "loyaltyPoints": 1,
                    "termsOfTrade": 1,
                    "signatureRequired": true,
                    "referenceRequired": true,
                    "statementSendType": 10,
                    "ageingPeriod": 1,
                    "monthlyAgeingPeriod": true,
                    "explodedInvoice": true,
                    "isFifoAllocation": true,
                    "lastStatementSent": "2026-04-03T06:14:59.7135837",
                    "active": true,
                    "updated": "2026-04-03T06:14:59.7135837",
                    "deleted": true,
                    "deletedUser": "sample string 16",
                    "currentBalanceChanged": true,
                    "maximumLimitChanged": true,
                    "loyaltyPointsChanged": true,
                    "projectedBalance": 17,
                    "accountStoreGroupStoreIDs": [
                      1,
                      2
                    ],
                    "customerEmail": "sample string 18",
                    "ownerCustomer": {
                      "$ref": "72"
                    },
                    "card": {
                      "$ref": "73"
                    },
                    "members": {
                      "$id": "75",
                      "sample string 1": [
                        {
                          "$ref": "72"
                        },
                        {
                          "$ref": "72"
                        }
                      ],
                      "sample string 2": [
                        {
                          "$ref": "72"
                        },
                        {
                          "$ref": "72"
                        }
                      ]
                    },
                    "customerGroups": [
                      {
                        "$id": "76",
                        "identifier": "HuaswD3ELkC7D/E5F+NLJQ==",
                        "identifierGuid": "c0ace61e-c43d-402e-bb0f-f13917e34b25",
                        "name": "sample string 2",
                        "primaryContact": "WZ0a99gDqkSMbBOa2ZW/9A==",
                        "primaryContactGuid": "f71a9d59-03d8-44aa-8c6c-139ad995bff4",
                        "accountID": "tw+7T4QCT0mj+QKa4PbWtA==",
                        "accountIDGuid": "4fbb0fb7-0284-494f-a3f9-029ae0f6d6b4",
                        "special": true,
                        "updated": "2026-04-03T06:14:59.7135837",
                        "active": true,
                        "reasonInactive": 1,
                        "priceLevelIdentifier": "PPpmMUqKsESJnetdiS4AHA==",
                        "priceLevelIdentifierGuid": "3166fa3c-8a4a-44b0-899d-eb5d892e001c",
                        "marketingListID": "sample string 7",
                        "deleted": true,
                        "account": {
                          "$ref": "74"
                        },
                        "primaryContactCustomer": {
                          "$ref": "72"
                        },
                        "customerGroupMembers": [
                          {
                            "$id": "77",
                            "id": 1,
                            "groupID": "kwbUquQI1EaEu1dc2xSTow==",
                            "groupIDGuid": "aad40693-08e4-46d4-84bb-575cdb1493a3",
                            "customerID": "ilJD3I8jeECVn7g878uycg==",
                            "customerIDGuid": "dc43528a-238f-4078-959f-b83cefcbb272",
                            "card": "sample string 4",
                            "linkedAccount": "ZJUdDAlX4EeUuqutWzlwDg==",
                            "linkedAccountGuid": "0c1d9564-5709-47e0-94ba-abad5b39700e",
                            "customer": {
                              "$ref": "72"
                            },
                            "group": {
                              "$ref": "76"
                            },
                            "customerCard": {
                              "$ref": "73"
                            }
                          },
                          {
                            "$ref": "77"
                          }
                        ]
                      },
                      {
                        "$ref": "76"
                      }
                    ]
                  },
                  "payments": [
                    {
                      "$id": "78",
                      "id": 1,
                      "identifier": "9R680GZMe0+T0sMk5I72Pw==",
                      "identifierGuid": "d0bc1ef5-4c66-4f7b-93d2-c324e48ef63f",
                      "storeID": 2,
                      "operatorName": "sample string 3",
                      "saleHeaderID": 4,
                      "paymentType": 5,
                      "amount": 6,
                      "account": "sample string 7",
                      "accountID": "p8OK7/BoVkeKzc5h64/HyA==",
                      "accountIDGuid": "ef8ac3a7-68f0-4756-8acd-ce61eb8fc7c8",
                      "customerAccount": {
                        "$ref": "74"
                      },
                      "customerCard": {
                        "$ref": "73"
                      },
                      "accountType": 1,
                      "cardName": "sample string 8",
                      "authorisationNumber": "sample string 9",
                      "bankReference": "sample string 10",
                      "merchantID": "sample string 11",
                      "terminalID": "sample string 12",
                      "cardNumber": "sample string 13",
                      "paymentDate": "2026-04-03T06:14:59.7135837",
                      "invRocNo": "sample string 14",
                      "responseCode": "sample string 15",
                      "cashout": 1,
                      "tip": 16,
                      "idempotentVoid": "5cIM4TPqekaFG3UnZNPsyQ==",
                      "idempotentVoidGuid": "e10cc2e5-ea33-467a-851b-752764d3ecc9",
                      "offline": true,
                      "processed": 1,
                      "storeSaleHeader": {
                        "$id": "79",
                        "saleHeaderID": 1,
                        "saleHeaderGuid": "FHEKFvpQyEaTNgKOi6MjUQ==",
                        "saleHeaderIdentifierGuid": "160a7114-50fa-46c8-9336-028e8ba32351",
                        "created": "2026-04-03T06:14:59.7135837",
                        "createdLocal": "2026-04-03T06:14:59.7135837",
                        "createdText": "sample string 4",
                        "itemCount": 5,
                        "totalAmount": 6,
                        "cashTender": 1,
                        "cardTender": 1,
                        "cheqTender": 1,
                        "acctTender": 1,
                        "voucherTender": 1,
                        "loyaltyPoints": 1,
                        "cashout": 1,
                        "changeAmount": 1,
                        "rounding": 1,
                        "gstAmount": 1,
                        "transactionDiscountTender": 1,
                        "totalTip": 7,
                        "tranType": 1,
                        "processed": 1,
                        "imported": "2026-04-03T06:14:59.7135837",
                        "storeID": 1,
                        "operatorG_Uid": "wLWTtdfaHUSqe1Bz2oZ2sA==",
                        "operatorGuid": "b593b5c0-dad7-441d-aa7b-5073da8676b0",
                        "customerG_Uid": "+i1u28eT/0iXbGQ2IJyT6w==",
                        "customerGuid": "db6e2dfa-93c7-48ff-976c-6436209c93eb",
                        "communityIdentifier": "DmetKUsOK0qPE2K1+AidRg==",
                        "communityIdentifierGuid": "29ad670e-0e4b-4a2b-8f13-62b5f8089d46",
                        "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": "okjvxL+CzkypkVFN8MZBEA==",
                        "priceLevelIdentifierGuid": "c4ef48a2-82bf-4cce-a991-514df0c64110",
                        "locked": 36,
                        "orderMetadata": "{\"CustomerName\":\"sample string 1\",\"PickupAt\":\"2026-04-03T06:14:59.7135837+00:00\",\"DeliveryAddress1\":\"sample string 2\",\"DeliveryAddress2\":\"sample string 3\",\"CustomerPhoneNumber\":\"sample string 4\",\"OrderType\":0,\"ExternalOrderID\":\"sample string 5\",\"ExternalDisplayableOrderID\":\"sample string 6\",\"TableName\":\"sample string 7\",\"CreatedBy\":0,\"OrderingAppName\":\"sample string 8\"}",
                        "deserialisedOrderMetadata": {
                          "$id": "80",
                          "customerName": "sample string 1",
                          "pickupAt": "2026-04-03T06:14:59.7135837",
                          "deliveryAddress1": "sample string 2",
                          "deliveryAddress2": "sample string 3",
                          "customerPhoneNumber": "sample string 4",
                          "orderType": 0,
                          "externalOrderID": "sample string 5",
                          "externalDisplayableOrderID": "sample string 6",
                          "tableName": "sample string 7",
                          "createdBy": 0,
                          "orderingAppName": "sample string 8"
                        },
                        "relationChecksum": "sample string 38",
                        "loyaltyTender": 1,
                        "giftCardTender": 1,
                        "operator": {
                          "$ref": "39"
                        },
                        "customer": {
                          "$ref": "72"
                        },
                        "communityOrganisation": {
                          "$id": "81",
                          "id": 1,
                          "identifier": "vlo/TXqjE0miw5qEA4bGHQ==",
                          "identifierGuid": "4d3f5abe-a37a-4913-a2c3-9a840386c61d",
                          "name": "sample string 3",
                          "lookupIdentifier": "sample string 4",
                          "externalID": "sample string 5",
                          "phone": "sample string 6",
                          "fax": "sample string 7",
                          "email": "sample string 8",
                          "address1": "sample string 9",
                          "address2": "sample string 10",
                          "city": "sample string 11",
                          "postCode": "sample string 12",
                          "state": "sample string 13",
                          "country": "sample string 14",
                          "abn": "sample string 15",
                          "promoPeriodStart": "2026-04-03T06:14:59.7135837",
                          "promoPeriodEnd": "2026-04-03T06:14:59.7135837",
                          "allowDonations": true,
                          "logoImageName": "sample string 17",
                          "totalAmountAwarded": 18.1,
                          "updated": "2026-04-03T06:14:59.7135837",
                          "deleted": true
                        },
                        "details": [
                          {
                            "$id": "82",
                            "saleItemID": 1,
                            "identifier": "kQCa1OLr4kiMXmAlBKzFqA==",
                            "identifierGuid": "d49a0091-ebe2-48e2-8c5e-602504acc5a8",
                            "saleHeaderID": 2,
                            "plu": 1,
                            "pluG_UId": "edqaKyTMqkOohXOD0KRVEA==",
                            "pluGuid": "2b9ada79-cc24-43aa-a885-7383d0a45510",
                            "accountID": "w7LrW/pQi0e+xV7+WTLH3A==",
                            "accountIDGuid": "5bebb2c3-50fa-478b-bec5-5efe5932c7dc",
                            "normalPrice": 3,
                            "originalSellingPrice": 4,
                            "discountPrice": 5,
                            "unit": 1,
                            "quantity": 6,
                            "totalCents": 7,
                            "fixedPrice": 1,
                            "tranType": 1,
                            "discountType": 1,
                            "cost": 1,
                            "costDecimals": 8,
                            "markdown": 1,
                            "manualQuantity": 1,
                            "manualPrice": 1,
                            "manualMode": 1,
                            "active": 1,
                            "offline": true,
                            "barcode": "sample string 9",
                            "keyedSale": 1,
                            "discountedID": 1,
                            "fuelID": 1,
                            "serialNumber": "sample string 10",
                            "bestOrExpire": "2026-04-03T06:14:59.7135837",
                            "bestOrExpireType": 1,
                            "providerName": "sample string 11",
                            "refundG_UID": "rl6uoSsGnEiV8bLbaE3+7g==",
                            "refundGuid": "a1ae5eae-062b-489c-95f1-b2db684dfeee",
                            "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": "bu2oCZ1s8kCeBsoz/YqgtQ==",
                            "idempotentVoidGuid": "09a8ed6e-6c9d-40f2-9e06-ca33fd8aa0b5",
                            "priceLevelIdentifier": "FzkD1fGKw0m8jbU2/4pIiw==",
                            "priceLevelIdentifierGuid": "d5033917-8af1-49c3-bc8d-b536ff8a488b",
                            "communityIdentifier": "/GMBkqYlNEKk6YGATsp0Ew==",
                            "communityIdentifierGuid": "920163fc-25a6-4234-a4e9-81804eca7413",
                            "productName": "sample string 23",
                            "apn": "sample string 24",
                            "unknownScans": [
                              {
                                "$id": "83",
                                "id": 1,
                                "saleDetailID": 2,
                                "storeID": 1,
                                "scanned": "2026-04-03T06:14:59.7135837",
                                "operatorG_UID": "QEA=",
                                "barcode": "sample string 4",
                                "processed": 1
                              },
                              {
                                "$ref": "83"
                              }
                            ],
                            "refund": {
                              "$id": "84",
                              "id": 1,
                              "g_UID": "WbldG4O6sUWpX9r+WNBoLQ==",
                              "guid": "1b5db959-ba83-45b1-a95f-dafe58d0682d",
                              "description": "sample string 1",
                              "dumped": true,
                              "inventoryReasonID": 1,
                              "sortOrder": 1,
                              "updated": "2026-04-03T06:14:59.7135837"
                            },
                            "modifier": {
                              "$id": "85",
                              "id": 1,
                              "setG_UID": "yByr+e5OFE+0Ra6qYzpVrQ==",
                              "modifierSetGuid": "f9ab1cc8-4eee-4f14-b445-aeaa633a55ad",
                              "name": "sample string 2",
                              "price": 1,
                              "quantity": 1,
                              "modifierType": 1,
                              "groupNumber": 1,
                              "pageNumber": 1,
                              "controlOrder": 1,
                              "printToStation": true,
                              "pluG_UID": "rwBDZhzZ8ke0h+WWTqaqhw==",
                              "pluGuid": "664300af-d91c-47f2-b487-e5964ea6aa87",
                              "deleted": true,
                              "g_UID": "jN2Kb7sUEEy5vlMxkFiSQw==",
                              "guid": "6f8add8c-14bb-4c10-b9be-533190589243",
                              "product": {
                                "$ref": "2"
                              }
                            },
                            "priceLevelName": "sample string 25",
                            "pumpNumber": 1,
                            "hoseNumber": 1
                          },
                          {
                            "$ref": "82"
                          }
                        ],
                        "eftReceipts": [
                          {
                            "$id": "86",
                            "id": 1,
                            "storeID": 1,
                            "saleHeaderID": 2,
                            "storeSaleHeader": {
                              "$ref": "79"
                            },
                            "receipt": "sample string 3",
                            "processed": 1
                          },
                          {
                            "$ref": "86"
                          }
                        ],
                        "payments": [
                          {
                            "$ref": "78"
                          },
                          {
                            "$ref": "78"
                          }
                        ],
                        "cards": [
                          {
                            "$id": "87",
                            "id": 1,
                            "saleHeaderID": 1,
                            "identifier": "sample string 2",
                            "cardType": 3,
                            "providerName": "sample string 4"
                          },
                          {
                            "$ref": "87"
                          }
                        ],
                        "campaignHits": [
                          {
                            "$id": "88",
                            "id": 1,
                            "saleHeaderID": 2,
                            "campaign": "sample string 3",
                            "name": "sample string 4",
                            "processed": 1,
                            "campaignDescription": "sample string 5"
                          },
                          {
                            "$ref": "88"
                          }
                        ],
                        "fuel": [
                          {
                            "$id": "89",
                            "id": 1,
                            "plu": 1,
                            "pluG_UID": "zDwxitA31UqbPVMUvHDoTA==",
                            "pluGuid": "8a313ccc-37d0-4ad5-9b3d-5314bc70e84c",
                            "saleHeaderID": 2,
                            "totalCents": 3,
                            "grade": 1,
                            "gradeDescription": "sample string 4",
                            "dispenser": 1,
                            "hose": 1,
                            "quantity": 1,
                            "cost": 1,
                            "acquirerNum": 1,
                            "attendant": 1,
                            "ePurseBalance": 1.0,
                            "cardSignature": "sample string 5",
                            "compartmentNumber": 1,
                            "contractNumber": 1,
                            "discountCardPAN": "sample string 6",
                            "discountID": 1,
                            "discountName": "sample string 7",
                            "discountNetValue": 1.0,
                            "discountType": 1,
                            "discountValue": 1.0,
                            "discretionaryData": "sample string 8",
                            "driverID": "sample string 9",
                            "eftBatchNumber": 1,
                            "eftResponseCode": "sample string 10",
                            "endDateTime": "2026-04-03T06:14:59.7292036",
                            "engineHours": 1.1,
                            "fposNumber": 1,
                            "loyaltyCardPAN": "sample string 11",
                            "miscData1": 1,
                            "miscData2": "sample string 12",
                            "miscFlags": 1,
                            "mop": 1,
                            "odometer": 1,
                            "panNumber": "sample string 13",
                            "saleRefund": true,
                            "saleStatus": 1,
                            "sequenceNumber": 1,
                            "stan": 1,
                            "startDateTime": "2026-04-03T06:14:59.7292036",
                            "tagNumber": "sample string 15",
                            "trackTwoRem": "sample string 16",
                            "transCode": 1,
                            "transType": 1,
                            "unitPrice": 1.0,
                            "vehicleReg": "sample string 17",
                            "offline": true,
                            "processed": 1
                          },
                          {
                            "$ref": "89"
                          }
                        ],
                        "fuelResells": [
                          {
                            "$id": "90",
                            "saleItemID": 1,
                            "saleHeaderID": 2,
                            "plu": 1,
                            "pluG_UId": "9LC3vaLfpk+MaCqmZEal9Q==",
                            "pluGuid": "bdb7b0f4-dfa2-4fa6-8c68-2aa66446a5f5",
                            "accountID": "lp5Fv8kNHUixxciZ2vpIJg==",
                            "accountIDGuid": "bf459e96-0dc9-481d-b1c5-c899dafa4826",
                            "normalPrice": 3,
                            "originalSellingPrice": 4,
                            "discountPrice": 5,
                            "unit": 1,
                            "quantity": 6,
                            "totalCents": 7,
                            "fixedPrice": 1,
                            "tranType": 1,
                            "processed": 1,
                            "discountType": 1,
                            "cost": 1,
                            "costDecimals": 1,
                            "markdown": 1,
                            "manualQuantity": 1,
                            "manualPrice": 1,
                            "manualMode": 1,
                            "active": 1,
                            "barcode": "sample string 8",
                            "offline": 1,
                            "keyedSale": 1,
                            "discountedID": 1,
                            "fuelID": 1,
                            "serialNumber": "sample string 9",
                            "bestOrExpire": "2026-04-03T06:14:59.7292036",
                            "bestOrExpireType": 1,
                            "refundG_UID": "ocWweXq1o0uKXacNuGr31A==",
                            "refundGuid": "79b0c5a1-b57a-4ba3-8a5d-a70db86af7d4",
                            "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": "90"
                          }
                        ],
                        "customerOrder": [
                          {
                            "$id": "91",
                            "identifier": "lDSyr3xUQUKhUk06sauqjw==",
                            "identifierGuid": "afb23494-547c-4241-a152-4d3ab1abaa8f",
                            "id": 1,
                            "orderNo": 2,
                            "externalSaleIdentifier": "sample string 3",
                            "storeID": 4,
                            "zoneID": 5,
                            "deptNo": 6,
                            "customerIdentifier": "MYtucEheh0GI7/aqAhR9Jw==",
                            "customerIdentifierGuid": "706e8b31-5e48-4187-88ef-f6aa02147d27",
                            "operatorNo": 1,
                            "operatorG_UID": "iI3t5jJyqE2sjq4jBPHiIQ==",
                            "operatorGuid": "e6ed8d88-7232-4da8-ac8e-ae2304f1e221",
                            "created": "2026-04-03T06:14:59.7292036",
                            "ordered": "2026-04-03T06:14:59.7292036",
                            "started": "2026-04-03T06:14:59.7292036",
                            "completed": "2026-04-03T06:14:59.7292036",
                            "supplied": "2026-04-03T06:14:59.7292036",
                            "quickTicket": 1,
                            "deleted": true,
                            "walkAway": true,
                            "approxWait": 1,
                            "actualWait": 1,
                            "deliveryMethod": 8,
                            "externalSaleType": 9,
                            "customer": {
                              "$ref": "72"
                            },
                            "operator": {
                              "$ref": "39"
                            },
                            "details": [
                              {
                                "$id": "92",
                                "headerID": 1,
                                "plu": 1,
                                "pluG_UId": "krJeK4XhYkWbp8C6N7J9jg==",
                                "pluGuid": "2b5eb292-e185-4562-9ba7-c0ba37b27d8e",
                                "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": "lq8l/h5k3E6JtIJf8KywqQ==",
                                "headerIdentifierGuid": "fe25af96-641e-4edc-89b4-825ff0acb0a9",
                                "product": {
                                  "$ref": "2"
                                }
                              },
                              {
                                "$ref": "92"
                              }
                            ],
                            "storeName": "sample string 11",
                            "customerName": "sample string 12",
                            "storeReplyTo": "sample string 13",
                            "storeSubjectLine": "sample string 14",
                            "storeSaleHeader": {
                              "$ref": "79"
                            }
                          },
                          {
                            "$ref": "91"
                          }
                        ],
                        "surveyResponses": [
                          {
                            "$id": "93",
                            "surveyG_UID": "I4rVD1a3ykGiAuFKFiakWA==",
                            "surveyGuid": "0fd58a23-b756-41ca-a202-e14a1626a458",
                            "saleHeaderGuid": "nNZh/BN8QU6sgOZsWId3rA==",
                            "saleGuid": "fc61d69c-7c13-4e41-ac80-e66c588777ac",
                            "textResponse": "sample string 1",
                            "integerResponse": 1,
                            "g_UIDResponse": "VgnhGhxy0kScdO+xZfJPHw==",
                            "guidResponse": "1ae10956-721c-44d2-9c74-efb165f24f1f",
                            "whoAnswered": 2,
                            "answeredAtUTC": "2026-04-03T06:14:59.7292036",
                            "sale": {
                              "$ref": "79"
                            },
                            "survey": {
                              "$id": "94",
                              "g_UID": "TjR89WApIE2GK2qjfEJe0g==",
                              "guid": "f57c344e-2960-4d20-862b-6aa37c425ed2",
                              "name": "sample string 1",
                              "storeID": 2,
                              "zoneID": 1,
                              "checkoutFormG_UID": "Nd45pmBP7E6/NecX6N5sHA==",
                              "checkoutFormGuid": "a639de35-4f60-4eec-bf35-e717e8de6c1c",
                              "displayToWho": 3,
                              "displayWhen": 4,
                              "start": "2026-04-03T06:14:59.7292036",
                              "end": "2026-04-03T06:14:59.7292036",
                              "deleted": true,
                              "updated": "2026-04-03T06:14:59.7292036",
                              "possibleIntegerResponses": [
                                1,
                                2
                              ],
                              "possibleTextResponses": [
                                "sample string 1",
                                "sample string 2"
                              ],
                              "possibleGuidResponses": [
                                "687019c3-cfd0-4f9f-976a-75782c7a6090",
                                "48c5b0c8-9655-4f5d-8ce1-55187713489b"
                              ],
                              "allowsAllTextResponses": true,
                              "surveyForm": {
                                "$ref": "47"
                              }
                            },
                            "ingressId": "sample string 4"
                          },
                          {
                            "$ref": "93"
                          }
                        ],
                        "storeName": "sample string 39",
                        "terminalNumber": 40,
                        "machineName": "sample string 41",
                        "operatorName": "sample string 42",
                        "direction": 1,
                        "reason": "sample string 43",
                        "accountG_UID": "AQBmf8HpVEe1Dc1VAqw9fA==",
                        "accountIdentifier": "7f660001-e9c1-4754-b50d-cd5502ac3d7c",
                        "accountName": "sample string 44",
                        "customerOrderIdentifier": "J+JhXLAHHEqA3/qFtWSp4Q==",
                        "customerOrderIdentifierGuid": "5c61e227-07b0-4a1c-80df-fa85b564a9e1",
                        "priceLevelName": "sample string 45",
                        "revision": 46,
                        "ingressId": "sample string 47"
                      },
                      "metadata": {
                        "$id": "95",
                        "id": 1,
                        "paymentID": 2,
                        "paymentIdentifier": "157Xn6PsFE26Rbd1cKaIcA==",
                        "paymentIdentifierGuid": "9fd79ed7-eca3-4d14-ba45-b77570a68870",
                        "identifier": "DlwVrPWRX0mrsgLxu96Y7g==",
                        "identifierGuid": "ac155c0e-91f5-495f-abb2-02f1bbde98ee",
                        "metadata": "sample string 3",
                        "signatureImage": "QEA=",
                        "itemIdentifier": "rq7AEGxoaUWV2OT/jXoVlw==",
                        "itemIdentifierGuid": "10c0aeae-686c-4569-95d8-e4ff8d7a1597"
                      }
                    },
                    {
                      "$ref": "78"
                    }
                  ]
                },
                {
                  "$ref": "73"
                }
              ],
              "customerGroupMembers": [
                {
                  "$ref": "77"
                },
                {
                  "$ref": "77"
                }
              ],
              "customerGroups": [
                {
                  "$ref": "76"
                },
                {
                  "$ref": "76"
                }
              ],
              "accounts": [
                {
                  "$ref": "74"
                },
                {
                  "$ref": "74"
                }
              ],
              "account": {
                "$ref": "74"
              },
              "vouchers": [
                {
                  "$id": "96",
                  "customerIdentifier": "Heyjc9R1TUKh414CUtv30w==",
                  "customerIdentifierGuid": "73a3ec1d-75d4-424d-a1e3-5e0252dbf7d3",
                  "voucherName": "sample string 2",
                  "count": 3,
                  "storeID": 4,
                  "barcode": "sample string 5",
                  "redeemCount": 6,
                  "issueCount": 7,
                  "storeSalePaymentID": 1,
                  "idempotentID": "QZ2uAFM8U0a1Ybv8JwpHMA==",
                  "idempotentGuid": "00ae9d41-3c53-4653-b561-bbfc270a4730",
                  "offline": true,
                  "voucher": {
                    "$id": "97",
                    "id": 1,
                    "name": "sample string 2",
                    "description": "sample string 3",
                    "shortDescription": "sample string 4",
                    "url": "sample string 5",
                    "barcodeTemplateID": 1,
                    "expiry": 0,
                    "voucherType": 6,
                    "limitPerTransaction": 7,
                    "customerTracking": true,
                    "discountAccount": "sample string 9",
                    "endDate": "2026-04-03T06:14:59.7292036",
                    "barcodeTemplate": {
                      "$id": "98",
                      "templateID": 1,
                      "template": "sample string 1",
                      "bcFunction": "sample string 2",
                      "sortOrder": 3
                    },
                    "scaleLabel": {
                      "$id": "99",
                      "id": 1,
                      "uid": "sample string 2",
                      "name": "sample string 3",
                      "width": 1.1,
                      "height": 1.1,
                      "showBorder": true,
                      "borderWidth": 1.1,
                      "borderStyle": 1,
                      "borderColour": "sample string 5",
                      "updated": "2026-04-03T06:14:59.7292036",
                      "labelPageLayout": "RW6mE2Tdf0+P29j83Lz4mg==",
                      "pageLayoutGuid": "13a66e45-dd64-4f7f-8fdb-d8fcdcbcf89a",
                      "labelType": 6,
                      "oldName": "sample string 7",
                      "voucher": {
                        "$ref": "97"
                      },
                      "elements": [
                        {
                          "$id": "100",
                          "id": 1,
                          "scaleLabelID": 2,
                          "showPercentDI": true,
                          "showAvgPerHundred": true,
                          "showAvgPerServe": true,
                          "name": "sample string 6",
                          "x": 1.1,
                          "y": 1.1,
                          "width": 1.1,
                          "height": 1.1,
                          "type": 1,
                          "rotation": 1,
                          "text": "sample string 7",
                          "fontFamily": "sample string 8",
                          "align": 1,
                          "bold": true,
                          "italic": true,
                          "underline": true,
                          "strikeout": true,
                          "reverse": true,
                          "textColour": "sample string 9",
                          "fontSize": 1.1,
                          "picture": "QEA=",
                          "borderWidth": 10,
                          "sortOrder": 11,
                          "printOptions": 12,
                          "superScriptTextFontSize": 1.1,
                          "lineStyle": 1,
                          "spacingStyle": 1,
                          "interCharacterSpacing": 1.1,
                          "superScriptOffset": 1.1,
                          "lineSpacing": 1.1,
                          "dateFormat": "sample string 13",
                          "autoGrow": true,
                          "fontAutoResize": true,
                          "updated": "2026-04-03T06:14:59.7292036"
                        },
                        {
                          "$ref": "100"
                        }
                      ]
                    },
                    "customerVouchers": [
                      {
                        "$id": "101",
                        "id": 1,
                        "customerIdentifier": "rw6OeJjyN0+UzrJ6COb9LQ==",
                        "customerIdentifierGuid": "788e0eaf-f298-4f37-94ce-b27a08e6fd2d",
                        "voucherID": 3,
                        "voucherName": "sample string 4",
                        "storeID": 1,
                        "barcode": "sample string 5",
                        "dateOfIssue": "2026-04-03T06:14:59.7292036",
                        "issuedSaleHeaderID": 1,
                        "issuedSaleIdentifier": "sample string 7",
                        "issuedOfflinePaymentID": 1,
                        "issuedIdempotentID": "EgGjswBL9kC2VjQZF/NDZQ==",
                        "issuedIdempotentGuid": "b3a30112-4b00-40f6-b656-341917f34365",
                        "issuedOffline": true,
                        "issuedUser": "sample string 9",
                        "issuedNotes": "sample string 10",
                        "expiryDate": "2026-04-03T06:14:59.7292036",
                        "expiredUser": "sample string 11",
                        "expiredNotes": "sample string 12",
                        "redeemed": "2026-04-03T06:14:59.7292036",
                        "redeemedSaleHeaderID": 1,
                        "redeemedSaleIdentifier": "sample string 13",
                        "redeemedOfflinePaymentID": 1,
                        "redeemedIdempotentID": "o/oitHP9lUO47Aton0nPqg==",
                        "redeemedIdempotentGuid": "b422faa3-fd73-4395-b8ec-0b689f49cfaa",
                        "redeemedUser": "sample string 14",
                        "redeemedNotes": "sample string 15",
                        "redeemedOffline": true,
                        "updated": "2026-04-03T06:14:59.7292036",
                        "storeName": "sample string 17",
                        "scaleLabel": {
                          "$ref": "99"
                        },
                        "voucher": {
                          "$ref": "97"
                        },
                        "customer": {
                          "$ref": "72"
                        },
                        "issuedOfflinePayment": {
                          "$ref": "78"
                        },
                        "redeemedOfflinePayment": {
                          "$ref": "78"
                        }
                      },
                      {
                        "$ref": "101"
                      }
                    ]
                  },
                  "customer": {
                    "$ref": "72"
                  }
                },
                {
                  "$ref": "96"
                }
              ]
            }
          },
          {
            "$ref": "71"
          }
        ],
        "customerGroups": [
          {
            "$id": "102",
            "id": 1,
            "campaignID": 2,
            "campaignName": "sample string 3",
            "groupID": "aWo18oCKJk2Y6rWXKd/4+A==",
            "groupIDGuid": "f2356a69-8a80-4d26-98ea-b59729dff8f8",
            "campaign": {
              "$ref": "68"
            },
            "group": {
              "$ref": "76"
            }
          },
          {
            "$ref": "102"
          }
        ],
        "signIqTickets": [
          {
            "$id": "103",
            "identifier": "hHd5WGIhj0ehyV1vSLJ8uQ==",
            "identifierGuid": "58797784-2162-478f-a1c9-5d6f48b27cb9",
            "campaignName": "sample string 2",
            "message": "sample string 3",
            "ticketFileSource": "sample string 4",
            "ticketFileDestination": "sample string 5",
            "storeID": 1
          },
          {
            "$ref": "103"
          }
        ],
        "comboPriceGroups": [
          {
            "$id": "104",
            "id": 1,
            "campaignID": 2,
            "campaignName": "sample string 3",
            "g_UID": "BzfYJGKP+kyp6UdKCIGKlA==",
            "guid": "24d83707-8f62-4cfa-a9e9-474a08818a94",
            "description": "sample string 5",
            "newPrice": 1,
            "rangeDescription": "sample string 6",
            "dealDescription": "sample string 7",
            "labelQuantity": 8,
            "hostProductCategoryID": 1,
            "offerID": 1,
            "dontUpdatePricePlus": true,
            "campaign": {
              "$ref": "68"
            },
            "comboPricePlus": [
              {
                "$id": "105",
                "id": 1,
                "campaignID": 2,
                "campaignName": "sample string 3",
                "groupG_UID": "cD/TdrAPsUC7NN75bUzz4A==",
                "groupGuid": "76d33f70-0fb0-40b1-bb34-def96d4cf3e0",
                "comboPriceType": 5,
                "priceType": 5,
                "pluG_UID": "OywHofhh00OPmOEGzfn15A==",
                "pluGuid": "a1072c3b-61f8-43d3-8f98-e106cdf9f5e4",
                "priceGroupG_UID": "rKb4eXcclkCkRhwYfjMRGA==",
                "priceGroupGuid": "79f8a6ac-1c77-4096-a446-1c187e331118",
                "campaignPoolID": "sample string 7",
                "quantity": 1,
                "campaign": {
                  "$ref": "68"
                },
                "product": {
                  "$ref": "2"
                },
                "priceGroup": {
                  "$ref": "32"
                },
                "campaignPool": {
                  "$ref": "68"
                }
              },
              {
                "$ref": "105"
              }
            ]
          },
          {
            "$ref": "104"
          }
        ],
        "priceLevels": [
          {
            "$id": "106",
            "id": 1,
            "priceLevelIdentifier": "8kKBhB+450++kBRynO8Ypg==",
            "priceLevelIdentifierGuid": "848142f2-b81f-4fe7-be90-14729cef18a6",
            "campaignName": "sample string 3",
            "priceLevelName": "sample string 4"
          },
          {
            "$ref": "106"
          }
        ],
        "promotionType": {
          "$id": "107",
          "identifier": "pDsZoG+QfE+qcHlzBYm8PA==",
          "identifierGuid": "a0193ba4-906f-4f7c-aa70-79730589bc3c",
          "hostType": 2,
          "code": "sample string 3",
          "description": "sample string 4",
          "isLiquor": true,
          "isAdvertised": true,
          "disableWasSave": true,
          "excludeFromPromoSales": true,
          "labelPageLayoutG_UID": "zgLcNpybzE2wbQCSal1BWg==",
          "labelPageLayoutGuid": "36dc02ce-9b9c-4dcc-b06d-00926a5d415a",
          "priceLevelIdentifier": "Mp0TwfZf10aUFu8CceN3hg==",
          "priceLevelIdentifierGuid": "c1139d32-5ff6-46d7-9416-ef0271e37786",
          "active": true,
          "updated": "2026-04-03T06:14:59.7292036",
          "hostName": "sample string 11"
        }
      },
      "product": {
        "$ref": "2"
      },
      "dealCost": {
        "$id": "108",
        "headerIdentifier": "UfVqAGWEBk6LOv+zBVjRDg==",
        "headerIdentifierGuid": "006af551-8465-4e06-8b3a-ffb30558d10e",
        "identifier": "RUQgkTRrkUqf70Mk1uVrMw==",
        "identifierGuid": "91204445-6b34-4a91-9fef-4324d6e56b33",
        "supplierIdentifier": "Yk98IjD2b0CSARcIXmrcPQ==",
        "supplierGuid": "227c4f62-f630-406f-9201-17085e6adc3d",
        "pluG_UID": "MRJqYplqkk+10mosRil3jQ==",
        "pluGuid": "626a1231-6a99-4f92-b5d2-6a2c4629778d",
        "campaignName": "b7bd392f-5257-48d9-8940-1283b94da0c8",
        "description": "sample string 4",
        "cost": 5,
        "costDecimals": 6,
        "start": "2026-04-03T06:14:59.7292036",
        "end": "2026-04-03T06:14:59.7292036",
        "type": 9,
        "promoType": 10,
        "bonusItemPLUG_UID": "kaiRRD1xuU6JydmqtR47ag==",
        "bonusItemPluGuid": "4491a891-713d-4eb9-89c9-d9aab51e3b6a",
        "bonusPurchaseUnits": 11,
        "bonusReceiveUnits": 12,
        "updated": "2026-04-03T06:14:59.7292036",
        "metcashPromotionID": "sample string 14",
        "fromHost": 15,
        "storeNames": "sample string 16",
        "storeIDs": [
          1,
          2
        ],
        "supplierName": "sample string 17",
        "campaignDescription": "sample string 18",
        "newPrice": 1,
        "campaignMetcashPromotionID": "sample string 19",
        "campaignActive": true,
        "campaignStartDate": "2026-04-03T06:14:59.7292036",
        "campaignEndDate": "2026-04-03T06:14:59.7292036",
        "masterPLUG_UID": "8oZBU3M+cU6BCh9Gwsl8Bw==",
        "masterID": "534186f2-3e73-4e71-810a-1f46c2c97c07",
        "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": "QZqrmm3fnEOnGT8m5GWatw==",
        "bonusMasterID": "9aab9a41-df6d-439c-a719-3f26e4659ab7",
        "bonusProductName": "sample string 34",
        "bonusProductAPN": "sample string 35",
        "bonusOrderCode": "sample string 36",
        "bonusNormalSell": 37,
        "bonusNormalCost": 38,
        "bonusNormalCostDecimals": 39,
        "bonusCartonQuantity": 40,
        "bonusSalesMode": 41,
        "bonusOrderPacked": 42,
        "bonusFuelItem": true,
        "bonusActive": true
      }
    },
    "currentCostStart": "2026-04-03T06:14:59.7292036",
    "dealCosts": [
      {
        "$ref": "108"
      },
      {
        "$ref": "108"
      }
    ],
    "tags": [
      {
        "$id": "109",
        "pluG_UID": "Pq42tIYhBUuTWCc+1J1owg==",
        "pluGuid": "b436ae3e-2186-4b05-9358-273ed49d68c2",
        "tagID": 1,
        "description": "sample string 1",
        "storeIDs": [
          1,
          2
        ]
      },
      {
        "$ref": "109"
      }
    ],
    "alternateProductG_UID": "nCYIdRLpWkWNQQQ5Pug+oQ==",
    "alternateProduct": "7508269c-e912-455a-8d41-04393ee83ea1",
    "altProduct": {
      "$ref": "2"
    },
    "productHostCode": {
      "$id": "110",
      "id": 1,
      "pluG_UID": "5MS2Rc+GskualrKFZXhddw==",
      "pluGuid": "45b6c4e4-86cf-4bb2-9a96-b28565785d77",
      "ibaCode": "sample string 2"
    },
    "mscCat": {
      "$ref": "62"
    },
    "mscCom": {
      "$ref": "63"
    },
    "mscDep": {
      "$ref": "65"
    },
    "mscSubCom": {
      "$ref": "64"
    },
    "isUserUpdate": true,
    "ignoreMasterProduct": true,
    "priceGroupLabelRequested": true,
    "firstSold": "2026-04-03T06:14:59.7292036",
    "inventoryTracked": "2026-04-03T06:14:59.7292036",
    "isNormalPriceChangesCampaign": true,
    "baseProductFuel": {
      "$id": "111",
      "pluG_UID": "G6rHxHxOu0G96rCi4ONpCw==",
      "pluGuid": "c4c7aa1b-4e7c-41bb-bdea-b0a2e0e3690b",
      "fuelPluG_UID": "8ELKIlMo5kK2SkSJShb7MA==",
      "fuelPluGuid": "22ca42f0-2853-42e6-b64a-44894a16fb30",
      "price": 3,
      "productDescription": "sample string 4",
      "productBarcode": "sample string 5",
      "fuelProductDescription": "sample string 6",
      "fuelProductBarcode": "sample string 7",
      "fuelProductPrice": 8
    },
    "productFuelLinks": [
      {
        "$ref": "111"
      },
      {
        "$ref": "111"
      }
    ]
  }
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Result of action

OrderInputResult
NameDescriptionTypeAdditional information
BackOrderCartons

Cartons on back order for B2B order

integer

None.

BackOrderUnits

Units on back order for B2B order

integer

None.

BackOrderWeight

Weight on back order for B2B order

integer

None.

Existing

Whether product already existed in the order

boolean

None.

ExistingCartons

Cartons already ordered

integer

None.

ExistingUnits

Units already ordered

integer

None.

ExistingWeight

Weight already ordered

integer

None.

Cartons

Resulting cartons ordered

integer

None.

Units

Resulting units ordered

integer

None.

Weight

Resulting weight ordered

integer

None.

Status

Status of adding the product to the order

InputStatus

None.

Response Formats

application/json, text/json

Sample:
{
  "backOrderCartons": 1,
  "backOrderUnits": 2,
  "backOrderWeight": 3,
  "existing": true,
  "existingCartons": 5,
  "existingUnits": 6,
  "existingWeight": 7,
  "cartons": 8,
  "units": 9,
  "weight": 10,
  "status": 0
}

application/xml, text/xml

Sample:
<OrderInputResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EziManager.Models.EMC.Orders">
  <BackOrderCartons>1</BackOrderCartons>
  <BackOrderUnits>2</BackOrderUnits>
  <BackOrderWeight>3</BackOrderWeight>
  <Cartons>8</Cartons>
  <Existing>true</Existing>
  <ExistingCartons>5</ExistingCartons>
  <ExistingUnits>6</ExistingUnits>
  <ExistingWeight>7</ExistingWeight>
  <Status>Closed</Status>
  <Units>9</Units>
  <Weight>10</Weight>
</OrderInputResult>

application/vnd.openxmlformats-officedocument.spreadsheetml.sheet

Sample:
PK�1�\�9���5xl/workbook.xml �(�����0D�J��(�E !`b�ڡ�	N�$(IE?�R�n�����ٺWo�|�h|�*C�*�<���_�&�uB��ɬ�cg�[�	,K��9!(k�T�������%b��Ҡm�'B��C��W���b���o�^a�Ū��
� %�s�R�*�;�ĬH�+y�z�X����PK�1�\����	�[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
�1�\exN{''_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="Rb331d887fd1e44b6" /></Relationships>PK�1�\K��#�xl/worksheets/sheet1.xml �(���Ms�0��
�}!$鴵V�s�����'�ڟ߀T�p���0�yN��a�ʝu�R��׆��U"Ң���Ag<F�I�O�s�-�Wj&� �z?s�伌�-��2�L�2��Rn�eE�"9�����w$���l��b����oz���q��ܝ[�qQ�(Lӽ>�%y6O�l���Da�-�Iu�V}'����/����uF���CZ)���N��/��6!y����j~����V5��"չY6A4�F2?VrPZ����O���Z]}�F�`�u!��i�>��]�0Ȱ���}����3�%�G޴絞wݗؔb��,�ğ�����>�}J�{�Gȴ�~�ݟ&4�#��M������Z����gP��e��ߙ�yD�y^�:�B)N�lʦo�z2Kռf��y���c���p��˘@}b1&p�x�O,DŽ�'�Ƅ�'Vc"��1A����`}bs#�k��y����ҍ����A�/�� �d�����\vk�$ߺ�A��nm�޺[��ދ`0�����:�I���˥���]�|¢oPK�1�\�5n��Pxl/_rels/workbook.xml.rels �(���KN�0@�b͞8NB�VM�aö���Q��@�Ƃ#q,*�+�`��h~OO��|����扽`���DQC�\?ڡ�S�wK�m7{�dLdFO,�X����ל�28K*�G�:څYƔ��{��r@^�傇��Lv8{��i=*|p�4�����G2��A�c?%��A�
��`/�u��B���MSj`�fj�ү�%�d�����۾�US��2F�bH�Ν�r���M��P�U�}Q�W��PK�1�\Ѓc'2E
xl/styles.xml �(��S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v�F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&�
AR>��� ��im��ΑF���YO��%�}���LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PK�1�\��<���xl/sharedStrings.xml �(�u��N�0�_%򝥀4!�f\9��s�xmD�ؙ��c�����ɲٜ⨎�9$j�~ՀB�Է�߽�=�bq�ݘ[�A���YT�J�� 2=k�݀��*MH�R�N�{�SF�y@�8ꇦY����R!��GP��w��P��/��z���eI�F�5��]�=Y���A���)��U����*�p޸�8�4��!N���].x�������PK-�1�\�9���5xl/workbook.xmlPK-�1�\����	��[Content_Types].xmlPK-
�1�\exN{''U_rels/.relsPK-�1�\K��#��xl/worksheets/sheet1.xmlPK-�1�\�5n��P6xl/_rels/workbook.xml.relsPK-�1�\Ѓc'2E
{xl/styles.xmlPK-�1�\��<����xl/sharedStrings.xmlPK�

application/vnd.ms-excel

Sample:
PK�1�\V�M��5xl/workbook.xml �(�����0D�H��s	$d�hҦH��[�C�#���H����ξ>7�ƌ�&�KWQ�-�@�f,�e7� ,ҽ��ac��BXE9s8A�F{!��;�����1�iG)����!|m��8�M.�Qw5	�C�7�7�y�)�AaE@�����Ɣ�R.�#�!�Ӭ�۴�(��>a���/PK�1�\����	�[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
�1�\
�N�''_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="Rdd44f003b705434b" /></Relationships>PK�1�\K��#�xl/worksheets/sheet1.xml �(���Ms�0��
�}!$鴵V�s�����'�ڟ߀T�p���0�yN��a�ʝu�R��׆��U"Ң���Ag<F�I�O�s�-�Wj&� �z?s�伌�-��2�L�2��Rn�eE�"9�����w$���l��b����oz���q��ܝ[�qQ�(Lӽ>�%y6O�l���Da�-�Iu�V}'����/����uF���CZ)���N��/��6!y����j~����V5��"չY6A4�F2?VrPZ����O���Z]}�F�`�u!��i�>��]�0Ȱ���}����3�%�G޴絞wݗؔb��,�ğ�����>�}J�{�Gȴ�~�ݟ&4�#��M������Z����gP��e��ߙ�yD�y^�:�B)N�lʦo�z2Kռf��y���c���p��˘@}b1&p�x�O,DŽ�'�Ƅ�'Vc"��1A����`}bs#�k��y����ҍ����A�/�� �d�����\vk�$ߺ�A��nm�޺[��ދ`0�����:�I���˥���]�|¢oPK�1�\ɜ���Pxl/_rels/workbook.xml.rels �(���KN�0@�b͞؉�$��ݰa[z��3N�&vd�@�Ƃ#q�"A*�`��h~OO��|�Xoߦ�����
�FV�v�]�h�j�n�;1���s`iņ��΃�i��l��'�)��Q�#^Qr�d�5���3���4=:}���?����c�"�=��b?��/!��S��N�(s��� [U`��L-��H���;_�(]L����R+#o*ӣ��9�t�Ӳ�P[���{�BY_���_l�PK�1�\Ѓc'2E
xl/styles.xml �(��S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v�F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&�
AR>��� ��im��ΑF���YO��%�}���LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PK�1�\��<���xl/sharedStrings.xml �(�u��N�0�_%򝥀4!�f\9��s�xmD�ؙ��c�����ɲٜ⨎�9$j�~ՀB�Է�߽�=�bq�ݘ[�A���YT�J�� 2=k�݀��*MH�R�N�{�SF�y@�8ꇦY����R!��GP��w��P��/��z���eI�F�5��]�=Y���A���)��U����*�p޸�8�4��!N���].x�������PK-�1�\V�M��5xl/workbook.xmlPK-�1�\����	��[Content_Types].xmlPK-
�1�\
�N�''U_rels/.relsPK-�1�\K��#��xl/worksheets/sheet1.xmlPK-�1�\ɜ���P6xl/_rels/workbook.xml.relsPK-�1�\Ѓc'2E
}xl/styles.xmlPK-�1�\��<����xl/sharedStrings.xmlPK�