POST api/autoOrder/{id}/detail/{guid}

Save Auto Order Detail

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

Auto Order identifier

globally unique identifier

Required

guid

Product guid identifier

globally unique identifier

Required

Body Parameters

Auto Order Detail to be saved

AutoOrderDetail
NameDescriptionTypeAdditional information
AutoOrderGuid

Collection of byte

None.

AutoOrderIdentifier

globally unique identifier

None.

PLUG_UID

Collection of byte

None.

PluGuid

globally unique identifier

None.

OrderCartons

integer

None.

OrderUnits

integer

None.

OrderWeight

integer

None.

ProcessedCartons

integer

None.

ProcessedUnits

integer

None.

ProcessedWeight

integer

None.

Cartons

integer

None.

Units

integer

None.

Weight

integer

None.

Status

ProcessedStatus

None.

BestDealCartonCost

decimal number

None.

BestDealDays

integer

None.

LastDealDays

integer

None.

NormalCartonCost

At time of processing

decimal number

None.

CurrentDealCartonCost

At time of processing, used in investment buying

decimal number

None.

InvestmentCartons

integer

None.

InvestmentUnits

integer

None.

InvestmentWeight

integer

None.

InvestmentSavedAmt

decimal number

None.

InvestmentBuyEndDate

date

None.

InvestmentBuyStatus

InvestmentBuyStatus

None.

Processed

date

None.

Product

Product

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

OrderCode

string

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

DirectIndicator

string

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

Cycle

OrderCycle

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

DayWeighting

Dictionary of DayOfWeek [key] and decimal number [value]

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

Inventory

Inventory

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

AWS

decimal number

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

Explanations

Collection of ProductExplanation

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

SupplierOrderingDetail

ProductOrderingDetail

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

ManufacturerSupplier

The manufacturer supplier, null if not valid

globally unique identifier

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

CartonQuantity

For order detail, carton quantity

integer

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

SellPrice

For order detail, sell price

integer

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

Cost

For order detail, cost

integer

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

CostDecimals

For order detail, cost decimals

integer

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

BufferDays

Buffer days in the product's order cycle

integer

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

BoostDays

Boost days in the product's order cycle

integer

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

Request Formats

application/json, text/json

Sample:
{
  "autoOrderGuid": "9AP7uxsuxUig6mVFXY6fXg==",
  "autoOrderIdentifier": "bbfb03f4-2e1b-48c5-a0ea-65455d8e9f5e",
  "pluG_UID": "OBtmPruX6EqRo3W9Mjxgeg==",
  "pluGuid": "3e661b38-97bb-4ae8-91a3-75bd323c607a",
  "orderCartons": 1,
  "orderUnits": 1,
  "orderWeight": 1,
  "processedCartons": 1,
  "processedUnits": 1,
  "processedWeight": 1,
  "cartons": 1,
  "units": 1,
  "weight": 1,
  "status": 1,
  "bestDealCartonCost": 1.1,
  "bestDealDays": 1,
  "lastDealDays": 1,
  "normalCartonCost": 1.1,
  "currentDealCartonCost": 1.1,
  "investmentCartons": 1,
  "investmentUnits": 1,
  "investmentWeight": 1,
  "investmentSavedAmt": 1.1,
  "investmentBuyEndDate": "2025-06-14T07:19:49.0739647",
  "investmentBuyStatus": 2,
  "processed": "2025-06-14T07:19:49.0739647",
  "product": {
    "$id": "2",
    "plu": 1,
    "storeID": 1,
    "masterPluG_UID": "QEA=",
    "storeIDs": [
      1,
      2
    ],
    "g_UId": "ucdAiCwfgU+L+OBRYqGQRQ==",
    "guid": "8840c7b9-1f2c-4f81-8bf8-e05162a19045",
    "apn": "sample string 1",
    "apnChanged": true,
    "apnSwitched": true,
    "barcode": "sample string 4",
    "itemNumber": "sample string 5",
    "itemNumberChanged": true,
    "priceGroupG_UID": "sJJdngOBwEO3vyT6lo45eg==",
    "priceGroupGuid": "9e5d92b0-8103-43c0-b7bf-24fa968e397a",
    "blueprintID": 1,
    "lastCountedDate": "2025-06-14T07:19:49.0739647",
    "externalID": "sample string 7",
    "active": true,
    "activated": "2025-06-14T07:19:49.0739647",
    "pluCreated": "2025-06-14T07:19:49.0739647",
    "createdByUser": "sample string 9",
    "name": "sample string 10",
    "nameChanged": true,
    "secondDescription": "sample string 12",
    "hostDescription": "sample string 13",
    "keepCartonQty": true,
    "keepDescription": true,
    "keepDepartments": true,
    "keepSuppliers": true,
    "markdownDescription": "sample string 18",
    "altDescription": "sample string 19",
    "bestOrExpire": 20,
    "lastUpdate": "2025-06-14T07:19:49.0739647",
    "lastManualUpdate": "2025-06-14T07:19:49.0739647",
    "imageName": "sample string 23",
    "showImageOnFlipCharts": true,
    "showTextOnFlipCharts": true,
    "overrideFlipChartText": true,
    "flipChartText": "sample string 27",
    "salesMode": 1,
    "eftCode": 1,
    "price": 1,
    "priceChanged": true,
    "rrp": 1,
    "gstPercent": 28,
    "gstPercentChanged": true,
    "costGSTPercent": 29,
    "costGSTPercentChanged": true,
    "wetPercent": 1,
    "priceOverride": 1,
    "cost": 1,
    "currentCost": 1,
    "currentCostDecimals": 1,
    "grossProfit": 1.0,
    "currentCostDesc": "sample string 30",
    "currentCostEnd": "2025-06-14T07:19:49.0739647",
    "currentCostUpdated": "2025-06-14T07:19:49.0739647",
    "costDecimals": 31,
    "costChanged": true,
    "dealCostIdentifier": "QEA=",
    "excludeFromRebate": true,
    "rebateOverride": 1,
    "costCalcMethod": 1,
    "costCalcMethodChanged": true,
    "costEffectiveDate": "2025-06-14T07:19:49.0739647",
    "defaultGP": 1,
    "breakTargetMode": 32,
    "break1": 1,
    "price1": 1,
    "target1": 33,
    "break2": 1,
    "price2": 1,
    "target2": 34,
    "break3": 1,
    "price3": 1,
    "target3": 35,
    "break1Changed": true,
    "price1Changed": true,
    "target1Changed": true,
    "break2Changed": true,
    "price2Changed": true,
    "target2Changed": true,
    "break3Changed": true,
    "price3Changed": true,
    "target3Changed": true,
    "breakTargetModeChanged": true,
    "margin": 1.1,
    "marginChanged": true,
    "marginRanged": true,
    "marginRangedChanged": true,
    "minimumMargin": 1.1,
    "minimumMarginChanged": true,
    "maximumMargin": 1.1,
    "maximumMarginChanged": true,
    "overrideHostWarehouseIndicator": true,
    "overrideHostWarehouseIndicatorChanged": true,
    "overrideHostPrice": true,
    "overrideHostPriceChanged": true,
    "overrideHostCost": true,
    "overrideHostCostChanged": true,
    "overrideHostMargin": true,
    "overrideHostMarginChanged": true,
    "alwaysApplyMargin": true,
    "alwaysApplyMarginChanged": true,
    "aws": 1.0,
    "awsUpdated": "2025-06-14T07:19:49.0739647",
    "posTare": 1,
    "altPrice": 1.0,
    "altPriceChanged": true,
    "altPriceMode": 52,
    "altPriceModeChanged": true,
    "altPLUG_UID": "RRvd/pHFYkqppo0lIZ3VJg==",
    "altPLUGuid": "fedd1b45-c591-4a62-a9a6-8d25219dd526",
    "altPLUGuidChanged": true,
    "altPriceDescription1": "sample string 53",
    "altPriceDescription2": "sample string 54",
    "cartonQuantity": 55,
    "cartonQuantityChanged": true,
    "trayID": 1,
    "promptID": 1,
    "tare": 1,
    "packQty": 1,
    "fixedWeight": 1,
    "extraMesg": 1,
    "text1": "sample string 57",
    "text2": "sample string 58",
    "text3": "sample string 59",
    "labelText": "sample string 60",
    "labelTextChanged": true,
    "sendToScale": true,
    "nonScaleWeigh": true,
    "labelFormat": "sample string 64",
    "barcodeFormat": "sample string 65",
    "austMade": 1,
    "coolCode": 66,
    "countryOfOrigin": "sample string 67",
    "percentContent": 68.1,
    "departmentID": 1,
    "subDepartmentID": 1,
    "minorDepartmentID": 1,
    "lesserDepartmentID": 1,
    "deptCode": "sample string 69",
    "subDeptCode": "sample string 70",
    "minorDeptCode": "sample string 71",
    "lesserDeptCode": "sample string 72",
    "deptName": "sample string 73",
    "subDeptName": "sample string 74",
    "minorDeptName": "sample string 75",
    "lesserDeptName": "sample string 76",
    "departmentChanged": true,
    "subCategoryID": 1,
    "expiry": 1,
    "showDays": 1,
    "datePrint": 1,
    "labelRequired": true,
    "labelShelfQty": 79,
    "labelShelfChanged": true,
    "labelTalkerQty": 81,
    "labelSmall": true,
    "labelLastPrinted": "2025-06-14T07:19:49.0739647",
    "labelLastPrice": 1,
    "shelfPageLayoutG_UID": "PTYY9+gRqEmqC7cjZtLr1g==",
    "shelfPageLayoutGuid": "f718363d-11e8-49a8-aa0b-b72366d2ebd6",
    "talkerPageLayoutG_UID": "NBFroJife06gKOWc0gyOSw==",
    "talkerPageLayoutGuid": "a06b1134-9f98-4e7b-a028-e59cd20c8e4b",
    "unitMeasure": 1.1,
    "unitMeasureChanged": true,
    "unitMeasureKind": 84,
    "unitMeasureKindChanged": true,
    "signIQData": "sample string 86",
    "refresh": true,
    "earnLoyaltyPoints": true,
    "earnLoyaltyPointsChanged": true,
    "quantityOverride": true,
    "quantityOverrideChanged": true,
    "quantityRequired": true,
    "quantityRequiredChanged": true,
    "allowDiscounts": true,
    "allowDiscountsChanged": true,
    "discountDiscounts": true,
    "discountDiscountsChanged": true,
    "itemRecalled": true,
    "itemRecalledChanged": true,
    "noRefund": true,
    "noRefundChanged": true,
    "allowMarkdown": true,
    "allowMarkdownChanged": true,
    "priceRequired": true,
    "priceRequiredChanged": true,
    "fuelItem": true,
    "fuelItemChanged": true,
    "trackSerial": true,
    "trackSerialChanged": true,
    "allowZeroPrice": true,
    "allowZeroPriceChanged": true,
    "notForSale": 90,
    "notForSaleChanged": true,
    "excludeFromDeals": true,
    "excludeFromVoucher": true,
    "minimumAge": 93,
    "minimumAgeChanged": true,
    "buyingLimit": 1,
    "buyingLimitChanged": true,
    "buyingLimitIndependent": true,
    "buyingLimitIndependentChanged": true,
    "inventoryGuid": "lG7D4D8p3UujeMXlEFI05w==",
    "inventoryIdentifier": "e0c36e94-293f-4bdd-a378-c5e5105234e7",
    "inventoryAccuracy": 1,
    "baseUnits": 97,
    "orderPacked": 1,
    "isManufactured": true,
    "isIngredient": true,
    "isModifier": true,
    "isModifierChanged": true,
    "hasModifiers": 98,
    "defaultPrinter": "sample string 99",
    "defaultPrinterGroup": "sample string 100",
    "ingredientsOnManufacture": true,
    "manufactureUnitMeasure": 1,
    "mpl": 1,
    "maxShelfQty": 101,
    "allowAutoOrder": true,
    "warrantyPeriod": 1,
    "parentPluG_UId": "IUlHN81dNEuQmLgY2kbUtA==",
    "parentPluGuid": "37474921-5dcd-4b34-9098-b818da46d4b4",
    "preferredHostVendor": 103,
    "preferredHostChanged": true,
    "code": "sample string 105",
    "supplierIdentifier": "076CLRs3QEuDaDWEo7Ucsg==",
    "supplierIdentifierGuid": "2d82bed3-371b-4b40-8368-3584a3b51cb2",
    "supplierChanged": true,
    "rebateSupplierIdentifier": "SjAF39/ZdUueRPHBArwdQw==",
    "rebateSupplierIdentifierGuid": "df05304a-d9df-4b75-9e44-f1c102bc1d43",
    "rebateSupplierChanged": true,
    "availableForOrder": true,
    "warehouseDirectIndicator": "sample string 107",
    "warehouseDirectIndicatorChanged": true,
    "productGrade": "sample string 109",
    "productType": "sample string 110",
    "productGroup": "sample string 111",
    "complianceIndicator": "sample string 112",
    "inhouseBrand": "sample string 113",
    "slowMoving": true,
    "generalMerchandise": true,
    "comment": "sample string 116",
    "lastUpdatedByUser": "sample string 117",
    "lastManualUpdatedByUser": "sample string 118",
    "lastUpdatedByUserOverride": true,
    "lastUpdatedByHost": "2025-06-14T07:19:49.0739647",
    "commodity": "sample string 120",
    "businessPillar": "sample string 121",
    "mscCommodity": "sample string 122",
    "hostIdentifier": "B1CZfl3K9EuOqZVReCZRtg==",
    "hostIdentifierGuid": "7e995007-ca5d-4bf4-8ea9-9551782651b6",
    "serviceFeeID": 1,
    "serviceFeeIDChanged": true,
    "providerName": "sample string 124",
    "aisleEnds": "sample string 125",
    "deleted": true,
    "deletedChanged": true,
    "hidden": true,
    "doNotRange": true,
    "doNotRangeChanged": true,
    "doNotOrder": true,
    "doNotOrderChanged": true,
    "locked": true,
    "excludeFromWebUpdate": true,
    "excludeFromWebUpdateChanged": true,
    "webPriceBasedOn": 136,
    "webPriceRounding": true,
    "webMarkup": 138,
    "webPriceMode": 139,
    "altDepartmentID": 1,
    "altSubDepartmentID": 1,
    "altMinorDepartmentID": 1,
    "altLesserDepartmentID": 1,
    "altDeptCode": "sample string 140",
    "altSubDeptCode": "sample string 141",
    "altMinorDeptCode": "sample string 142",
    "altLesserDeptCode": "sample string 143",
    "altDepartmentChanged": true,
    "storeProducts": [
      {
        "$ref": "2"
      },
      {
        "$ref": "2"
      }
    ],
    "store": {
      "$id": "3",
      "id": 1,
      "isMaster": true,
      "shortName": "sample string 3",
      "url": "sample string 4",
      "sortOrder": 1,
      "name": "sample string 5",
      "phone": "sample string 6",
      "fax": "sample string 7",
      "email": "sample string 8",
      "address1": "sample string 9",
      "address2": "sample string 10",
      "city": "sample string 11",
      "state": "sample string 12",
      "country": "sample string 13",
      "postCode": "sample string 14",
      "delivery": 1,
      "exportAccounts": 1,
      "salesAccountFolder": "sample string 15",
      "purchaseAccountFolder": "sample string 16",
      "initLoad": 1,
      "initIDs": 1,
      "zoneID": 1,
      "actAsMaster": 1,
      "lastActiveUtc": "2025-06-14T07:19:49.0739647",
      "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": "pgzT9x1A5UibQTTs3vfZqA==",
      "hostIdentifierGuid": "f7d30ca6-401d-48e5-9b41-34ecdef7d9a8",
      "hostName": 1,
      "hostAddress": "sample string 27",
      "hostUsername": "sample string 28",
      "hostPassword": "sample string 29",
      "excludeFromLeadInOut": true,
      "accountingProvider": 31,
      "accountingAddress": "sample string 32",
      "accountingUsername": "sample string 33",
      "accountingPassword": "sample string 34",
      "storeAccountingCode": "sample string 35",
      "softwareVariance": 36,
      "fuelWarningVariance": 37.0,
      "fuelErrorVariance": 38.0,
      "fuelAccumulatedWarningVariance": 39.0,
      "fuelAccumulatedErrorVariance": 40.0,
      "drawManagment": 41,
      "endOfDayManagment": true,
      "autoFillCashBalancing": true,
      "fuelDayVariance": 44,
      "accountingTradingTime": "00:00:00.1234567",
      "stockActivateProduct": 46,
      "giftCardSalesAccountingDeptCode": "sample string 47",
      "transactionDiscountAccountingDeptCode": "sample string 48",
      "size": 49,
      "updated": "2025-06-14T07:19:49.0739647",
      "priceZoneName": "sample string 51",
      "storeFuelConfigured": true,
      "shippingAddressCopied": true,
      "shippingAddress": {
        "$id": "4",
        "storeID": 1,
        "addressType": 1,
        "address1": "sample string 1",
        "address2": "sample string 2",
        "city": "sample string 3",
        "state": "sample string 4",
        "country": "sample string 5",
        "postCode": "sample string 6"
      },
      "billingAddress": {
        "$ref": "4"
      },
      "hostStoreSettings": [
        {
          "$id": "5",
          "id": 1,
          "hostIdentifier": "MONYxclgqE+FHClKoyqpOg==",
          "hostIdentifierGuid": "c558e330-60c9-4fa8-851c-294aa32aa93a",
          "storeID": 2,
          "username": "sample string 3",
          "password": "sample string 4",
          "passwordPlain": "sample string 5",
          "serverAddress": "sample string 6",
          "serverPort": 1,
          "excludeFromLeadInOut": true,
          "useForHostFile": true,
          "metcashPillarID": "sample string 9",
          "metcashStateCode": "sample string 10",
          "metcashCustomerID": "sample string 11",
          "metcashTradingPartnerID": "sample string 12",
          "drakesCustomerNumber": 1,
          "sparCustomerNumber": "sample string 13",
          "sparOrderUsername": "sample string 14",
          "sparOrderPassword": "sample string 15",
          "sparOrderPasswordPlain": "sample string 16",
          "pharmXSiteID": 1,
          "ibaZoneID": 1,
          "ibaState": "sample string 17",
          "foodlandStoreCode": "sample string 18",
          "ilgMemberNumber": "sample string 19",
          "ilgOutletLocation": 1,
          "ilgBaseCost": 1,
          "ilgApplyNonAdvertisedPromos": true,
          "ilgExemptFromFreight": true,
          "ilgOrderDealReview": true,
          "ilgFinanceFee": 1,
          "processPromotions": true,
          "hostProvider": 0,
          "host": {
            "$id": "6",
            "identifier": "qnF5ttHyh0e9JWoDg5HTvg==",
            "identifierGuid": "b67971aa-f2d1-4787-bd25-6a038391d3be",
            "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": "hRmdB53hYUG1KL7HN1b66A==",
            "hostSupplierIdentifierGuid": "079d1985-e19d-4161-b528-bec73756fae8",
            "loyaltyPriceLevelIdentifier": "qqMYxdep/Eyb6o8c7kK/0w==",
            "loyaltyPriceLevelIdentifierGuid": "c518a3aa-a9d7-4cfc-9bea-8f1cee42bfd3",
            "isGroup": true,
            "description": "sample string 22",
            "hostProvider": 23,
            "hostTypeEnum": 24,
            "hostType": "sample string 25",
            "hostCode": "sample string 26",
            "username": "sample string 27",
            "password": "sample string 28",
            "passwordPlain": "sample string 29",
            "server": "sample string 30",
            "url": "sample string 31",
            "global": true,
            "stateCode": "sample string 33",
            "lastCollected": "2025-06-14T07:19:49.0739647",
            "lastProcessed": "2025-06-14T07:19:49.0739647",
            "hold": true,
            "supplierName": "sample string 35",
            "supplier": {
              "$id": "7",
              "identifier": "jy7nY6WtLUqGUh5V1SBiFw==",
              "identifierGuid": "63e72e8f-ada5-4a2d-8652-1e55d5206217",
              "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": "+LNdDuaJykSLBlwwmWfjmQ==",
              "primaryContactID": "0e5db3f8-89e6-44ca-8b06-5c309967e399",
              "storeID": 1,
              "abn": "sample string 16",
              "supplierGroupIdentifier": "hQ7WHxqj+Eyyd2p7RDVVkA==",
              "supplierGroupGuid": "1fd60e85-a31a-4cf8-b277-6a7b44355590",
              "rebate": 1.0,
              "rebateType": 1,
              "rebateFrequency": 1,
              "rebateSource": 1,
              "rebateLastClaimed": "2025-06-14T07:19:49.0739647",
              "rebateLastClaimedAmount": 1.0,
              "cartonsOnly": true,
              "minimumOrderValue": 1,
              "enforceMinimumQuantity": true,
              "freight": 19.0,
              "freightType": 20,
              "deleted": true,
              "deletedUser": "sample string 22",
              "storeName": "sample string 23",
              "primaryContact": {
                "$id": "8",
                "id": "c02c5557-5ce4-47ce-a338-ddf7138c80a7",
                "identifier": "hkPyDjuG8Ui3jMTClmRj7w==",
                "identifierGuid": "0ef24386-863b-48f1-b78c-c4c2966463ef",
                "familyName": "sample string 1",
                "givenNames": "sample string 2",
                "otherNames": "sample string 3",
                "title": "sample string 4",
                "dateOfBirth": "sample string 5",
                "sex": "sample string 6",
                "address": "sample string 7",
                "address1": "sample string 8",
                "address2": "sample string 9",
                "town": "sample string 10",
                "state": "sample string 11",
                "country": "sample string 12",
                "postalCode": "sample string 13",
                "telephone": "sample string 14",
                "mobile": "sample string 15",
                "email": "sample string 16",
                "fax": "sample string 17",
                "primary": true
              },
              "contacts": [
                {
                  "$id": "9",
                  "supplierIdentifier": "BN8ZXOgkLUWhJ+LujpZ3Bw==",
                  "supplierIdentifierGuid": "5c19df04-24e8-452d-a127-e2ee8e967707",
                  "contactGuid": "kOrgJBGsAUCc9wIBkSfphA==",
                  "contactID": "24e0ea90-ac11-4001-9cf7-02019127e984",
                  "contact": {
                    "$ref": "8"
                  },
                  "supplier": {
                    "$ref": "7"
                  }
                },
                {
                  "$ref": "9"
                }
              ],
              "products": [
                {
                  "$id": "10",
                  "pluG_UID": "RE7nIu/gwEmQNkZSgonJNQ==",
                  "pluGuid": "22e74e44-e0ef-49c0-9036-46528289c935",
                  "supplierIdentifier": "fysfjaYli0OJXuN7YmSPeg==",
                  "supplierIdentifierGuid": "8d1f2b7f-25a6-438b-895e-e37b62648f7a",
                  "cartonQuantity": 1,
                  "cartonQuantityChanged": true,
                  "productSize": "sample string 2",
                  "cigarettesPerSleeve": 1,
                  "randomWeight": true,
                  "piecesPerUnit": 4,
                  "averagePackSize": 5,
                  "effectiveDate": "2025-06-14T07:19:49.0739647",
                  "pricedByWeight": true,
                  "landedUnitCostEx": 8,
                  "landedUnitCostInc": 9,
                  "landedCartonCostInc": 10,
                  "landedCartonCostEx": 11,
                  "standardCost": 12,
                  "deliveryFee": 1,
                  "deliveryFeeBasis": "sample string 13",
                  "pickAndPackFee": 1,
                  "pickAndPackFeeBasis": "sample string 14",
                  "financeFee": 1,
                  "financeFeeBasis": "sample string 15",
                  "cartonLength": 1,
                  "cartonWidth": 1,
                  "cartonHeight": 1,
                  "palletLayerQuantity": 1,
                  "palletLayers": 1,
                  "itemCode": "sample string 16",
                  "invoiceCode": "sample string 17",
                  "invoiceDesc": "sample string 18",
                  "orderDirect": true,
                  "useCost": true,
                  "minimumQuantity": 19,
                  "hostType": 20,
                  "fromHost": 21,
                  "minimumReorder": 1,
                  "maximumReorder": 1,
                  "orderMultiple": 22.1,
                  "sellMultiple": 23.1,
                  "baseMultiple": 24.1,
                  "hostStandardCost": 25,
                  "hostTotalCost": 26,
                  "hostRetail": 27,
                  "hostLandedUnitCostEx": 28,
                  "hostLandedUnitCostInc": 29,
                  "hostDesc": "sample string 30",
                  "directIndicator": "sample string 31",
                  "availableToOrder": true,
                  "hostRangeIndicator": "sample string 33",
                  "hostProductType": "sample string 34",
                  "hostProductGrade": "sample string 35",
                  "hostProductGroup": "sample string 36",
                  "hostSlowMoving": true,
                  "hostGeneralMerchandise": true,
                  "hostPillar": "sample string 39",
                  "hostLastUpdated": "2025-06-14T07:19:49.0739647",
                  "rebate": 1.0,
                  "rebateExclude": true,
                  "invoiceCodes": [
                    {
                      "$id": "11",
                      "pluG_UID": "aflTNo9MGU+l6RHQt2oFUQ==",
                      "pluGuid": "3653f969-4c8f-4f19-a5e9-11d0b76a0551",
                      "supplierIdentifier": "9UFWk9txwEKLlHh5y9Wbgw==",
                      "supplierIdentifierGuid": "935641f5-71db-42c0-8b94-7879cbd59b83",
                      "invoiceCode": "sample string 1",
                      "storeIDs": [
                        1,
                        2
                      ]
                    },
                    {
                      "$ref": "11"
                    }
                  ],
                  "storeIDs": [
                    1,
                    2
                  ],
                  "preferredSupplier": true,
                  "preferredRebateSupplier": true,
                  "supplierName": "sample string 40",
                  "salesMode": 41,
                  "orderPacked": true,
                  "active": true,
                  "price": 1,
                  "costGstPercent": 43,
                  "parentPluG_UID": "6eHeHFkGMUuPtlOfVX4cTw==",
                  "parentPluGuid": "1cdee1e9-0659-4b31-8fb6-539f557e1c4f",
                  "freight": 44.0,
                  "freightType": 1,
                  "product": {
                    "$ref": "2"
                  },
                  "supplier": {
                    "$ref": "7"
                  },
                  "serviceFee": {
                    "$id": "12",
                    "id": 1,
                    "description": "sample string 1",
                    "fee": 1
                  },
                  "isPrimaryHost": true,
                  "hostVendor": 46
                },
                {
                  "$ref": "10"
                }
              ],
              "orderCycleHeaders": [
                {
                  "$id": "13",
                  "storeID": 1,
                  "supplierIdentifier": "3iYyXsonc0iMcFWBFI2ESw==",
                  "supplierGuid": "5e3226de-27ca-4873-8c70-5581148d844b",
                  "departmentCode": "sample string 2",
                  "warehouseDirectIndicator": "sample string 3",
                  "type": 4,
                  "storeName": "sample string 5",
                  "departmentName": "sample string 6",
                  "orderDays": 7
                },
                {
                  "$ref": "13"
                }
              ],
              "cycles": [
                {
                  "$id": "14",
                  "storeID": 1,
                  "supplierIdentifier": "siGyU1/XUUmtvc6Sws7Ckg==",
                  "supplierGuid": "53b221b2-d75f-4951-adbd-ce92c2cec292",
                  "departmentCode": "sample string 2",
                  "warehouseDirectIndicator": "sample string 3",
                  "type": 4,
                  "cutOffWeek": 5,
                  "cutOffDay": 6,
                  "cutOffTime": "00:00:00.1234567",
                  "leadTime": 7,
                  "daysBuffer": 8,
                  "supplierName": "sample string 9",
                  "cutOffDate": "2025-06-14T07:19:49.0739647",
                  "deliveryDate": "2025-06-14T07:19:49.0739647",
                  "nextCutOffDate": "2025-06-14T07:19:49.0739647",
                  "nextDeliveryDate": "2025-06-14T07:19:49.0739647",
                  "nextDaysBuffer": 10
                },
                {
                  "$ref": "14"
                }
              ],
              "store": {
                "$ref": "3"
              },
              "updated": "2025-06-14T07:19:49.0739647",
              "isHost": true
            },
            "files": [
              {
                "$id": "15",
                "id": "sample string 1",
                "fileName": "sample string 2",
                "extension": "sample string 3",
                "provider": 0,
                "type": 0,
                "hostType": "sample string 4",
                "createdUtc": "2025-06-14T07:19:49.0739647",
                "processed": "2025-06-14T07:19:49.0739647",
                "isProcessing": true,
                "processedCount": 6,
                "processingTime": 1,
                "collectedUtc": "2025-06-14T07:19:49.0739647",
                "size": 1,
                "sizeFormat": "sample string 7",
                "isArchive": true,
                "version": "sample string 9",
                "reference": "sample string 10",
                "digest": "sample string 11",
                "contentType": "sample string 12",
                "host": {
                  "$ref": "6"
                },
                "metcashHeader": {
                  "$id": "16",
                  "customerNumber": "sample string 1",
                  "creationDate": "2025-06-14T07:19:49.0739647",
                  "businessPillar": "sample string 3",
                  "fileType": "sample string 4"
                }
              },
              {
                "$ref": "15"
              }
            ],
            "zoneMatrix": [
              {
                "$id": "17",
                "id": 1,
                "hostIdentifier": "/TolRszlOEOORCS2enxVoQ==",
                "hostIdentifierGuid": "46253afd-e5cc-4338-8e44-24b67a7c55a1",
                "storeID": 1,
                "departmentCode": "sample string 2",
                "hostGuids": [
                  "551b35a1-b921-443d-9211-299d576c2299",
                  "5e8fbe76-b4b5-48ff-bae9-273689152dea"
                ]
              },
              {
                "$ref": "17"
              }
            ],
            "hostFileStoreSetting": {
              "$ref": "5"
            },
            "hostStoreSettings": [
              {
                "$ref": "5"
              },
              {
                "$ref": "5"
              }
            ],
            "promotionPlacements": [
              {
                "$id": "18",
                "identifier": "I72Xka2JEUqVsf8LDp2aXw==",
                "identifierGuid": "9197bd23-89ad-4a11-95b1-ff0b0e9d9a5f",
                "code": "sample string 2",
                "description": "sample string 3",
                "isAdvertised": true
              },
              {
                "$ref": "18"
              }
            ],
            "promoTypeGuids": [
              "2f144a55-8f5f-42e6-a6ae-26d0b30c1fcc",
              "654fec67-362c-4bb9-8cf2-f3860ea37735"
            ],
            "isPromotionOnly": false,
            "isOrderable": false,
            "vendor": 0
          },
          "groupIDs": [
            1,
            2
          ],
          "hostDescription": "sample string 24"
        },
        {
          "$ref": "5"
        }
      ],
      "accounts": [
        {
          "$id": "19",
          "id": 1,
          "storeID": 1,
          "accountName": "sample string 2",
          "bsb": "sample string 3",
          "accountNumber": "sample string 4",
          "accountDesignated": true
        },
        {
          "$ref": "19"
        }
      ],
      "sales": [
        {
          "$id": "20",
          "id": 1,
          "storeID": 1,
          "externalSalesType": 2,
          "ftpSiteID": 1,
          "lastSaleProcessed": "2025-06-14T07:19:49.0739647",
          "ftpSite": {
            "$id": "21",
            "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": "20"
        }
      ],
      "zoneMatrix": [
        {
          "$ref": "17"
        },
        {
          "$ref": "17"
        }
      ],
      "cashManagements": [
        {
          "$id": "22",
          "id": 1,
          "storeID": 1,
          "cashManagementType": 2,
          "apiID": 1,
          "organisationID": "sample string 3",
          "siteName": "sample string 4",
          "thirdPartyAPI": {
            "$id": "23",
            "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": "22"
        }
      ],
      "updateStoreID": "1b9cdc61-6e4c-4060-a805-39fb292a651e",
      "updateStore": {
        "$id": "24",
        "id": "add1ed2f-5af1-4b2e-9c15-1b147206adf5",
        "name": "sample string 1",
        "lastActivity": "2025-06-14T07:19:49.0739647",
        "zone": "sample string 2",
        "timeZoneOffset": 0.0,
        "businessHoursStart": "00:00:00.1234567",
        "businessHoursEnd": "00:00:00.1234567",
        "master": true,
        "lastIP": "sample string 10",
        "lastHostName": "sample string 11",
        "ping": 1,
        "pingStatus": "sample string 12",
        "lastUpdateCompleted": "2025-06-14T07:19:49.0739647"
      },
      "timeZoneId": "sample string 53",
      "securityOptions": {
        "$id": "25",
        "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": "26",
        "pluG_UID": "L3X9He9JfUiZxhE/EgvtAQ==",
        "pluGuid": "1dfd752f-49ef-487d-99c6-113f120bed01",
        "plu": 1,
        "storeID": 1,
        "zoneID": 2,
        "zoneName": "sample string 3",
        "store": "sample string 4",
        "priceNow": 5,
        "costNow": 6,
        "costNowDecimals": 7,
        "normalPrice": 8,
        "gstPercent": 9,
        "normalCost": 10,
        "normalCostDecimals": 11,
        "costGstPercent": 12,
        "costCalcMethod": 1,
        "currentCost": 13,
        "currentCostDecimals": 14,
        "break1": 15,
        "price1": 16,
        "break2": 17,
        "price2": 18,
        "break3": 19,
        "price3": 20,
        "fuelItem": 21,
        "fixedWeight": 22,
        "active": true,
        "complianceIndicator": "sample string 23",
        "doNotOrder": true,
        "doNotRange": true,
        "isNormalPriceChangesCampaign": true,
        "updated": "2025-06-14T07:19:49.0739647"
      },
      {
        "$ref": "26"
      }
    ],
    "currentPrices": {
      "$id": "27",
      "pluPrices": {
        "$id": "28",
        "plu": 1,
        "pluG_UID": "QEA=",
        "stores": [
          1,
          2
        ],
        "normalPrice": 1,
        "cost": 2,
        "break1": 3,
        "price1": 4,
        "break2": 5,
        "price2": 6,
        "break3": 7,
        "price3": 8,
        "discountPrice": 9,
        "acceptedUtc": "2025-06-14T07:19:49.0739647",
        "priceChangeType": 0,
        "costDecimals": 10
      },
      "normalPluPrices": {
        "$ref": "28"
      },
      "winningCampaign": 1,
      "winner": {
        "$id": "29",
        "campaignName": "sample string 1",
        "campaignDescription": "sample string 2",
        "startDate": "2025-06-14T07:19:49.0739647",
        "startTime": 3,
        "endDate": "2025-06-14T07:19:49.0739647",
        "endTime": 4,
        "newPrice": 5,
        "newCost": 6,
        "newCostDecimals": 7,
        "pctDiscount": 8,
        "promoType": 1,
        "promotionTypeCode": "sample string 9",
        "hostType": 10,
        "hostIdentifier": "NFGcoLOVwE2wEORqJ7iGOQ==",
        "hostIdentifierGuid": "a09c5134-95b3-4dc0-b010-e46a27b88639",
        "storeNames": [
          "sample string 1",
          "sample string 2"
        ]
      },
      "details": [
        {
          "$ref": "29"
        },
        {
          "$ref": "29"
        }
      ]
    },
    "tray": {
      "$id": "30",
      "g_UId": "MjWVS05UvUS4d1zxw4od6g==",
      "guid": "4b953532-544e-44bd-b877-5cf1c38a1dea",
      "name": "sample string 1",
      "number": 1,
      "tare": 1
    },
    "priceGroup": {
      "$id": "31",
      "priceGroupG_UID": "+JbhweBUnUWYfTE1zC8oAw==",
      "priceGroupGuid": "c1e196f8-54e0-459d-987d-3135cc2f2803",
      "name": "sample string 2",
      "code": 1,
      "modified": true,
      "updated": "2025-06-14T07:19:49.0739647",
      "buyingLimit": 1,
      "buyingLimitIndependent": true,
      "buyingLimitType": 0,
      "number": 1,
      "products": [
        {
          "$ref": "2"
        },
        {
          "$ref": "2"
        }
      ],
      "productCount": 1
    },
    "priceGroupName": "sample string 145",
    "nutrifacts": {
      "$id": "32",
      "pluG_UID": "B7IudSqWmEKvLyilqlQ+OA==",
      "pluGuid": "752eb207-962a-4298-af2f-28a5aa543e38",
      "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": "33",
      "pluGuid": "14936d9a-fd4e-4c2f-8328-63d82b8fea2c",
      "created": "2025-06-14T07:19:49.0739647",
      "createdByUser": "sample string 1",
      "activated": "2025-06-14T07:19:49.0739647",
      "deactivated": "2025-06-14T07:19:49.0739647",
      "lastOrdered": "2025-06-14T07:19:49.0739647",
      "lastOrderedQty": 2.0,
      "lastReceived": "2025-06-14T07:19:49.0739647",
      "lastReceivedQty": 3.0,
      "lastInvoiceStatus": 1,
      "lastCounted": "2025-06-14T07:19:49.0739647",
      "lastSold": "2025-06-14T07:19:49.0739647",
      "firstSold": "2025-06-14T07:19:49.0739647",
      "awsUpdated": "2025-06-14T07:19:49.0739647",
      "lastManualUpdate": "2025-06-14T07:19:49.0739647",
      "lastManualUpdatedByUser": "sample string 5",
      "lastUpdated": "2025-06-14T07:19:49.0739647",
      "lastUpdatedByUser": "sample string 7",
      "lastUpdatedByHost": "2025-06-14T07:19:49.0739647",
      "doNotRangeUpdated": "2025-06-14T07:19:49.0739647",
      "doNotOrderUpdated": "2025-06-14T07:19:49.0739647",
      "tracked": "2025-06-14T07:19:49.0739647"
    },
    "allergens": [
      {
        "$id": "34",
        "allergenID": 1,
        "pluG_UID": "1jI18YtFQkiig2EFjQYdSw==",
        "pluGuid": "f13532d6-458b-4842-a283-61058d061d4b",
        "contains": 2,
        "allergenName": "sample string 3",
        "storeIDs": [
          1,
          2
        ]
      },
      {
        "$ref": "34"
      }
    ],
    "costs": {
      "$id": "35",
      "pluG_UID": "i4BUUYbPwUadVBw1FT3guQ==",
      "pluGuid": "5154808b-cf86-46c1-9d54-1c35153de0b9",
      "enteredCost": 1,
      "weightedAvgCost": 1,
      "lastCost": 1,
      "rawEnteredCost": 2,
      "rawWeightedAvgCost": 3,
      "rawLastCost": 4,
      "freight": 5.0,
      "freightType": 6,
      "costDecimals": 7,
      "fifoCost": 1,
      "updated": "2025-06-14T07:19:49.0739647",
      "normalCost": 1,
      "currentCost": 1
    },
    "sales": [
      {
        "$id": "36",
        "saleHeaderID": 1,
        "created": "2025-06-14T07:19:49.0739647",
        "createdLocal": "2025-06-14T07:19:49.0739647",
        "storeID": 3,
        "storeName": "sample string 4",
        "operatorG_Uid": "zHTiUXj/n0Wf38Z7+EVwpg==",
        "operatorGuid": "51e274cc-ff78-459f-9fdf-c67bf84570a6",
        "operatorName": "sample string 5",
        "tranType": 1,
        "plu": 1,
        "pluG_UId": "XfaQW3tM2EGCWkg2+CQ/Eg==",
        "pluGuid": "5b90f65d-4c7b-41d8-825a-4836f8243f12",
        "normalPrice": 1,
        "totalCents": 1,
        "cost": 1,
        "grossProfit": 1,
        "quantity": 1,
        "operator": {
          "$id": "37",
          "id": 1,
          "g_Uid": "pEAZQKzzMkSocHi82gRMFw==",
          "guid": "401940a4-f3ac-4432-a870-78bcda044c17",
          "operatorNumber": 1,
          "shortName": "sample string 2",
          "firstName": "sample string 3",
          "lastName": "sample string 4",
          "password": "sample string 5",
          "hasPassword": true,
          "passwordText": "sample string 6",
          "rfidTagID": "sample string 7",
          "blueprintID": 1,
          "groupID": 1,
          "groupName": "sample string 8",
          "managerGroupID": 1,
          "managerGroupName": "sample string 9",
          "zoneID": 1,
          "zoneName": "sample string 10",
          "loggedIn": 1,
          "lastUsedIP": "sample string 11",
          "deleted": true,
          "locked": true,
          "allowOpenTill": true,
          "webEmail": "sample string 14",
          "simpleOperatorType": 0,
          "webRole": "sample string 15",
          "updated": "2025-06-14T07:19:49.0739647",
          "passwordResetRequired": true,
          "alteredInStore": true,
          "startShift": "2025-06-14T07:19:49.0739647",
          "endShift": "2025-06-14T07:19:49.0739647",
          "machineName": "sample string 20",
          "drawerID": 1,
          "stores": [
            {
              "$id": "38",
              "operatorG_UID": "9oE5E3/nnk2O4UN26yCIJQ==",
              "operatorGuid": "133981f6-e77f-4d9e-8ee1-4376eb208825",
              "storeID": 2,
              "operator": {
                "$ref": "37"
              },
              "store": {
                "$ref": "3"
              }
            },
            {
              "$ref": "38"
            }
          ]
        }
      },
      {
        "$ref": "36"
      }
    ],
    "apns": [
      {
        "$id": "39",
        "pluID": 1,
        "pluG_UID": "OujnA90Ap0KdOcxcLxybUg==",
        "pluGuid": "03e7e83a-00dd-42a7-9d39-cc5c2f1c9b52",
        "apn": "sample string 1",
        "deleted": true,
        "storeID": 1,
        "storeIDs": [
          1,
          2
        ]
      },
      {
        "$ref": "39"
      }
    ],
    "tuns": [
      {
        "$id": "40",
        "pluG_UId": "SKho9y2WHU+i6bH9PfMwgQ==",
        "pluGuid": "f768a848-962d-4f1d-a2e9-b1fd3df33081",
        "apn": "sample string 1",
        "tun": "sample string 2",
        "cartonQuantity": 3,
        "product": {
          "$ref": "2"
        },
        "storeIDs": [
          1,
          2
        ]
      },
      {
        "$ref": "40"
      }
    ],
    "competitionPricing": [
      {
        "$id": "41",
        "identifier": "pREdGkhQGkWDFflgzNUaEQ==",
        "identifierGuid": "1a1d11a5-5048-451a-8315-f960ccd51a11",
        "pluG_UID": "mdTdDoeNHkyhNekbfL7fOg==",
        "pluGuid": "0eddd499-8d87-4c1e-a135-e91b7cbedf3a",
        "competitionID": 1,
        "name": "sample string 2",
        "sellMultiple": 3,
        "retailPrice": 4,
        "storeName": "sample string 5"
      },
      {
        "$ref": "41"
      }
    ],
    "supplier": {
      "$ref": "7"
    },
    "supplierName": "sample string 146",
    "children": [
      {
        "$ref": "2"
      },
      {
        "$ref": "2"
      }
    ],
    "ordering": {
      "$ref": "10"
    },
    "flipChartPages": [
      {
        "$id": "42",
        "identifier": "NDVWMPlA8EOfX/hX4qpxKA==",
        "groupName": "sample string 1",
        "identifierGuid": "30563534-40f9-43f0-9f5f-f857e2aa7128",
        "exists": true,
        "flipChartIdentifier": "698/JDvwukKDrd6lSkM8Wg==",
        "flipChartIdentifierGuid": "243fdfeb-f03b-42ba-83ad-dea54a433c5a",
        "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": "LpX509aA8EuElld5yRgtzg==",
        "groupIdentifierGuid": "d3f9952e-80d6-4bf0-8496-5779c9182dce",
        "flipChart": {
          "$id": "43",
          "identifier": "Ar2ZIwbkOUeBinZJTBBk/A==",
          "identifierGuid": "2399bd02-e406-4739-818a-76494c1064fc",
          "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": "44",
            "identifier": "RL5rfKe4DUWvJ9qI6+r6lA==",
            "identifierGuid": "7c6bbe44-b8a7-450d-af27-da88ebeafa94",
            "name": "sample string 2",
            "formType": "sample string 3",
            "forms": [
              {
                "$id": "45",
                "id": 1,
                "g_UID": "5gQDAsECiUi9LGH0AW5Vtw==",
                "guid": "020304e6-02c1-4889-bd2c-61f4016e55b7",
                "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": "507OJJjjYUC+jS1jQANzAA==",
                "previousFormGuid": "24ce4ee7-e398-4061-be8d-2d6340037300",
                "nextForm": 1,
                "nextFormG_UID": "KyZ1d+PcZkqKyJiANbDyuw==",
                "nextFormGuid": "7775262b-dce3-4a66-8ac8-988035b0f2bb",
                "attributes": "sample string 10",
                "updated": "2025-06-14T07:19:49.0896059",
                "positioning": 1,
                "contentPanel": "sample string 11",
                "selectionMode": 1,
                "maximumSelections": 1,
                "alteredInStore": true,
                "deleted": true,
                "blueprintID": 1,
                "preserveLayout": true,
                "mainCheckoutFormName": "sample string 13",
                "nextCheckoutForm": {
                  "$ref": "45"
                },
                "previousCheckoutForm": {
                  "$ref": "45"
                },
                "buttons": [
                  {
                    "$id": "46",
                    "id": 1,
                    "checkoutFormID": 2,
                    "checkoutFormG_UID": "RqgKNqmxyUSdJS6+/geGHw==",
                    "checkoutFormGuid": "360aa846-b1a9-44c9-9d25-2ebefe07861f",
                    "identifier": "E8ajtP2ZE0OacaZ4Q1hkBg==",
                    "identifierGuid": "b4a3c613-99fd-4313-9a71-a67843586406",
                    "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": "fgcwIy/b9EG/oe2fFC/LFw==",
                    "valueGuid": "2330077e-db2f-41f4-bfa1-ed9f142fcb17",
                    "buttonText": "sample string 10",
                    "valueText": "sample string 11",
                    "drawImageAndButton": true,
                    "updated": "2025-06-14T07:19:49.0896059",
                    "action": "sample string 12",
                    "valueForm": {
                      "$ref": "45"
                    },
                    "image": {
                      "$id": "47",
                      "name": "sample string 3.sample string 4",
                      "imageID": 2,
                      "imageName": "sample string 3",
                      "imageExtension": "sample string 4",
                      "lastUpdate": "2025-06-14T07:19:49.0896059",
                      "imageData": "QEA=",
                      "readOnly": true
                    }
                  },
                  {
                    "$ref": "46"
                  }
                ],
                "panels": [
                  {
                    "$id": "48",
                    "id": 1,
                    "checkoutFormID": 2,
                    "checkoutFormG_UID": "pF3EQDVxDk2QZ40x9leZtA==",
                    "checkoutFormGuid": "40c45da4-7135-4d0e-9067-8d31f65799b4",
                    "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": "48"
                  }
                ]
              },
              {
                "$ref": "45"
              }
            ],
            "panels": [
              {
                "$ref": "48"
              },
              {
                "$ref": "48"
              }
            ]
          },
          "pages": [
            {
              "$ref": "42"
            },
            {
              "$ref": "42"
            }
          ]
        },
        "contentPanel": {
          "$ref": "48"
        },
        "products": [
          {
            "$id": "49",
            "flipChartPageIdentifier": "fXf+a8yp2UiBJzlb4DRRJw==",
            "flipChartPageIdentifierGuid": "6bfe777d-a9cc-48d9-8127-395be0345127",
            "pluG_UID": "D37QdWR1QkaYqMhU3vprrA==",
            "pluGuid": "75d07e0f-7564-4642-98a8-c854defa6bac",
            "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": "49"
          }
        ],
        "productCount": 27,
        "pages": [
          {
            "$ref": "42"
          },
          {
            "$ref": "42"
          }
        ]
      },
      {
        "$ref": "42"
      }
    ],
    "priceHistory": [
      {
        "$id": "50",
        "pluG_UID": "j45xt+dOYEyHmCv3HW9PgQ==",
        "pluGuid": "b7718e8f-4ee7-4c60-8798-2bf71d6f4f81",
        "price": 1,
        "costCalcMethod": 1,
        "cost": 2,
        "weightedAvgCost": 3,
        "lastCost": 4,
        "rawCost": 5,
        "rawWeightedAvgCost": 6,
        "rawLastCost": 7,
        "costDecimals": 8,
        "serviceFeeID": 9,
        "freight": 10.0,
        "freightType": 11,
        "process": "sample string 12",
        "user": "sample string 13",
        "updated": "2025-06-14T07:19:49.0896059",
        "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": "50"
      }
    ],
    "ingredients": [
      {
        "$id": "51",
        "pluG_UID": "f3IFelG8bUuJA0kHGceE7A==",
        "ingredientGuid": "ayU+MEvF40eHQEURV6IUrQ==",
        "ingredientIdentifier": "303e256b-c54b-47e3-8740-451157a214ad",
        "quantity": 1.0,
        "storeIDs": [
          1,
          2
        ],
        "ingredientText": "sample string 1",
        "ingredient": {
          "$ref": "2"
        }
      },
      {
        "$ref": "51"
      }
    ],
    "bins": [
      {
        "$id": "52",
        "pluG_UID": "x0M5QdrZv0O4HzHiKy5hsg==",
        "pluGuid": "413943c7-d9da-43bf-b81f-31e22b2e61b2",
        "shelfLocationIdentifier": "v/qU9gn3IUSTxRU66iQc+Q==",
        "shelfLocationGuid": "f694fabf-f709-4421-93c5-153aea241cf9",
        "labelShelfDefault": 1,
        "labelTalkerDefault": 1,
        "labelSmall": true,
        "labelPageLayoutG_UID": "cAQ72sKruU+47RIEu65q+A==",
        "labelPageLayoutGuid": "da3b0470-abc2-4fb9-b8ed-1204bbae6af8",
        "updated": "2025-06-14T07:19:49.0896059",
        "electronicShelfLabelIdentifier": "sample string 5",
        "electronicshelfLabelsConfigurationID": 6,
        "labelShelfChanged": true,
        "productName": "sample string 8",
        "locationText": "sample string 9",
        "product": {
          "$ref": "2"
        },
        "location": {
          "$id": "53",
          "identifier": "6CwCGah6jEC0pVDEf9l1Xw==",
          "storeID": 1,
          "identifierGuid": "19022ce8-7aa8-408c-b4a5-50c47fd9755f",
          "name": "sample string 2",
          "haccp": true,
          "blueprintID": 1,
          "updated": "2025-06-14T07:19:49.0896059",
          "minTemp": 1,
          "maxTemp": 1,
          "checkFrequency": 1,
          "storeCaseConfiguration": 5,
          "storeName": "sample string 6",
          "bins": [
            {
              "$ref": "52"
            },
            {
              "$ref": "52"
            }
          ]
        }
      },
      {
        "$ref": "52"
      }
    ],
    "bin": {
      "$ref": "52"
    },
    "scaleLocations": [
      {
        "$id": "54",
        "plu": 1,
        "pluG_UID": "d2sBG+5xaU2mxArA/zrmsA==",
        "pluGuid": "1b016b77-71ee-4d69-a6c4-0ac0ff3ae6b0",
        "deptNo": 1,
        "product": {
          "$ref": "2"
        },
        "scaleLocation": {
          "$id": "55",
          "id": 1,
          "deptNo": 1,
          "deptCode": "sample string 2",
          "name": "sample string 3",
          "enabled": true,
          "updated": "2025-06-14T07:19:49.0896059",
          "department": {
            "$id": "56",
            "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": "55"
            },
            "subDepartments": [
              {
                "$id": "57",
                "id": 1,
                "departmentID": 2,
                "name": "sample string 3",
                "code": "sample string 4",
                "departmentCode": "sample string 5",
                "externalSales": true,
                "minorDepartments": [
                  {
                    "$id": "58",
                    "id": 1,
                    "subDepartmentID": 2,
                    "departmentID": 3,
                    "name": "sample string 4",
                    "subDepartmentCode": "sample string 5",
                    "departmentCode": "sample string 6",
                    "code": "sample string 7",
                    "lesserDepartments": [
                      {
                        "$id": "59",
                        "id": 1,
                        "departmentID": 2,
                        "subDepartmentID": 3,
                        "minorDepartmentID": 4,
                        "name": "sample string 5",
                        "code": "sample string 6",
                        "departmentCode": "sample string 7",
                        "subDepartmentCode": "sample string 8",
                        "minorDepartmentCode": "sample string 9",
                        "updated": "2025-06-14T07:19:49.0896059",
                        "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": "/75KkXmDNkCWeigqXpnjtw==",
                        "labelPageLayoutGuid": "914abeff-8379-4036-967a-282a5e99e3b7",
                        "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": "60",
                          "dept": 1,
                          "category": 2,
                          "name": "sample string 3",
                          "active": true,
                          "mscCommodities": [
                            {
                              "$id": "61",
                              "dept": 1,
                              "category": 2,
                              "commodity": 3,
                              "name": "sample string 4",
                              "active": true,
                              "mscSubCommodities": [
                                {
                                  "$id": "62",
                                  "dept": 1,
                                  "category": 2,
                                  "commodity": 3,
                                  "subCommodity": 4,
                                  "name": "sample string 5",
                                  "active": true,
                                  "subCommodityCode": "sample string 7"
                                },
                                {
                                  "$ref": "62"
                                }
                              ],
                              "commodityCode": "sample string 6"
                            },
                            {
                              "$ref": "61"
                            }
                          ],
                          "categoryCode": "sample string 5"
                        },
                        "mscCom": {
                          "$ref": "61"
                        },
                        "mscDep": {
                          "$id": "63",
                          "dept": 1,
                          "name": "sample string 2",
                          "active": true,
                          "mscCategories": [
                            {
                              "$ref": "60"
                            },
                            {
                              "$ref": "60"
                            }
                          ],
                          "deptCode": "sample string 4"
                        },
                        "mscSubCom": {
                          "$ref": "62"
                        }
                      },
                      {
                        "$ref": "59"
                      }
                    ],
                    "updated": "2025-06-14T07:19:49.0896059",
                    "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": "UvPgTufPG0qG6sTFtQ/few==",
                    "labelPageLayoutGuid": "4ee0f352-cfe7-4a1b-86ea-c4c5b50fdf7b",
                    "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": "60"
                    },
                    "mscCom": {
                      "$ref": "61"
                    },
                    "mscDep": {
                      "$ref": "63"
                    },
                    "mscSubCom": {
                      "$ref": "62"
                    }
                  },
                  {
                    "$ref": "58"
                  }
                ],
                "investmentBuyOverride": true,
                "updated": "2025-06-14T07:19:49.0896059",
                "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": "J7hlqUsl9U6TxPNYDabfGQ==",
                "labelPageLayoutGuid": "a965b827-254b-4ef5-93c4-f3580da6df19",
                "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": "60"
                },
                "mscCom": {
                  "$ref": "61"
                },
                "mscDep": {
                  "$ref": "63"
                },
                "mscSubCom": {
                  "$ref": "62"
                }
              },
              {
                "$ref": "57"
              }
            ],
            "stores": [
              1,
              2
            ],
            "investmentBuyOverride": true,
            "updated": "2025-06-14T07:19:49.0896059",
            "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": "+w2833HNqU2xKcOLMoJqeg==",
            "labelPageLayoutGuid": "dfbc0dfb-cd71-4da9-b129-c38b32826a7a",
            "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": "60"
            },
            "mscCom": {
              "$ref": "61"
            },
            "mscDep": {
              "$ref": "63"
            },
            "mscSubCom": {
              "$ref": "62"
            }
          }
        }
      },
      {
        "$ref": "54"
      }
    ],
    "nextPrice": {
      "$id": "64",
      "id": 1,
      "campaignID": 2,
      "campaignName": "sample string 3",
      "plu": 1,
      "hostOfferID": 1,
      "metcashPromotionID": "sample string 4",
      "metcashPromotionPlacement": "sample string 5",
      "pluG_UID": "tNHP+UDqWUy+y89RiJzPBg==",
      "pluGuid": "f9cfd1b4-ea40-4c59-becb-cf51889ccf06",
      "newPrice": 1,
      "pctDiscount": 1,
      "newCost": 1,
      "newCostDecimals": 6,
      "dealCostIdentifier": "eBP7io1LBkWxIyEw0Tunqw==",
      "dealCostGuid": "8afb1378-4b8d-4506-b123-2130d13ba7ab",
      "pluName": "sample string 7",
      "apn": "sample string 8",
      "fuelItem": true,
      "priceGroupG_UID": "UzrhDUqJfEuRJUlqounojw==",
      "priceGroupGuid": "0de13a53-894a-4b7c-9125-496aa2e9e88f",
      "itemNumber": "sample string 10",
      "cri": "sample string 11",
      "pluPrice": 12,
      "pluCost": 13,
      "pluCostIndicator": "sample string 14",
      "pluPriceGstPercent": 15,
      "pluCostGstPercent": 16,
      "pluActive": true,
      "cartonQty": 1.1,
      "baseUnits": 18.1,
      "salesMode": 1,
      "pluNormalCost": 19,
      "pluaws": 20.0,
      "directNumber": "sample string 21",
      "departmentName": "sample string 22",
      "subDepartmentName": "sample string 23",
      "priceGroupName": "sample string 24",
      "supplierName": "sample string 25",
      "stockOnHand": 1.1,
      "stockOnOrder": 1.1,
      "lastReceived": "2025-06-14T07:19:49.0896059",
      "rrp": 26,
      "campaignDescription": "sample string 27",
      "campaignComboPriceGroupG_UID": "/BwXqkFy9UCSMc6ATWmFbQ==",
      "campaignComboPriceGroupIdentifier": "aa171cfc-7241-40f5-9231-ce804d69856d",
      "promotionPlacementDescription": "sample string 28",
      "storeAcceptances": [
        {
          "$id": "65",
          "plu": 1,
          "pluG_UId": "QEA=",
          "campaignID": 1,
          "campaignName": "sample string 2",
          "storeID": 3,
          "acceptedUtc": "2025-06-14T07:19:49.0896059",
          "operatorG_UID": "CjdF0m9a10Gz8//FIrJm/Q==",
          "operatorGuid": "d245370a-5a6f-41d7-b3f3-ffc522b266fd",
          "machineID": 1,
          "processed": true,
          "appliedUtc": "2025-06-14T07:19:49.0896059",
          "signIqTicketFileMovedUtc": "2025-06-14T07:19:49.0896059",
          "user": "sample string 6",
          "campaignDescription": "sample string 7",
          "productDesc": "sample string 8",
          "storeName": "sample string 9",
          "effectiveUtc": "2025-06-14T07:19:49.0896059",
          "priceChangeType": 0,
          "operatorName": "sample string 10",
          "hostCampaign": true,
          "product": {
            "$ref": "2"
          },
          "campaignPlu": {
            "$ref": "64"
          }
        },
        {
          "$ref": "65"
        }
      ],
      "campaign": {
        "$id": "66",
        "id": 1,
        "storeID": 2,
        "name": "d4ce7d10-9ef8-4114-85f2-e0bf05f04588",
        "nameGuid": "d4ce7d10-9ef8-4114-85f2-e0bf05f04588",
        "description": "sample string 4",
        "showDiscounts": true,
        "showTotals": true,
        "onlyEvaluateOnSubtotal": true,
        "useDescription": true,
        "campaignType": 1,
        "startDate": "2025-06-14T07:19:49.0896059",
        "startTime": 1,
        "endDate": "2025-06-14T07:19:49.0896059",
        "endTime": 1,
        "recurrence": 1,
        "recurrenceType": 1,
        "monthType": 1,
        "weekDays": 1,
        "months": 1,
        "monthWeeks": 1,
        "monthDays": "sample string 7",
        "printed": true,
        "talkerText": "sample string 8",
        "rangeDescription": "sample string 9",
        "dealDescription": "sample string 10",
        "labelQuantity": 11,
        "active": 1,
        "deactivated": "2025-06-14T07:19:49.0896059",
        "system": true,
        "created": "2025-06-14T07:19:49.0896059",
        "updated": "2025-06-14T07:19:49.0896059",
        "priceChangeNotifiedUtc": "2025-06-14T07:19:49.0896059",
        "promoType": 1,
        "promotionTypeCode": "sample string 13",
        "hostIdentifier": "gIf2L0YCLEG1Tws2XyX4TA==",
        "hostIdentifierGuid": "2ff68780-0246-412c-b54f-0b365f25f84c",
        "hostType": 14,
        "createdByUser": "sample string 15",
        "fromHost": true,
        "deleted": true,
        "campaignDeleted": "2025-06-14T07:19:49.0896059",
        "updatedByUser": "sample string 18",
        "offerID": 1,
        "isPriceChangeCampaign": true,
        "stores": [
          1,
          2
        ],
        "storeNames": [
          "sample string 1",
          "sample string 2"
        ],
        "campaignPlus": [
          {
            "$ref": "64"
          },
          {
            "$ref": "64"
          }
        ],
        "campaignPools": [
          {
            "$id": "67",
            "id": 1,
            "campaignID": 2,
            "campaignName": "sample string 3",
            "plu": 4,
            "pluG_UID": "Iw00cuua2kWf9usvZgRu1A==",
            "pluGuid": "72340d23-9aeb-45da-9ff6-eb2f66046ed4",
            "hostOfferID": 1,
            "priceGroupG_UID": "yoLWLR4b7ECcCxg/7mqqww==",
            "priceGroupGuid": "2dd682ca-1b1e-40ec-9c0b-183fee6aaac3",
            "fuelItem": true,
            "pluName": "sample string 6",
            "apn": "sample string 7",
            "pluActive": true,
            "cartonQty": 1,
            "baseUnits": 9.1,
            "cri": "sample string 10",
            "salesMode": 1,
            "pluaws": 11.0,
            "directNumber": "sample string 12",
            "departmentName": "sample string 13",
            "subDepartmentName": "sample string 14",
            "priceGroupName": "sample string 15",
            "supplierName": "sample string 16",
            "stockOnHand": 1.1,
            "stockOnOrder": 1.1,
            "lastReceived": "2025-06-14T07:19:49.0896059",
            "rrp": 17,
            "campaignDescription": "sample string 18",
            "product": {
              "$ref": "2"
            },
            "campaign": {
              "$ref": "66"
            }
          },
          {
            "$ref": "67"
          }
        ],
        "sellingRules": [
          {
            "$id": "68",
            "id": 1,
            "identifier": "oeojAdUwMUq0m5LNnQ2mhA==",
            "identifierStr": "oeojAdUwMUq0m5LNnQ2mhA==",
            "identifierGuid": "0123eaa1-30d5-4a31-b49b-92cd9d0da684",
            "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": "66"
            }
          },
          {
            "$ref": "68"
          }
        ],
        "customers": [
          {
            "$id": "69",
            "id": 1,
            "campaignID": 2,
            "campaignName": "sample string 3",
            "customerID": "C7skV1AVw0eCeybgeXtGSw==",
            "customerIDGuid": "5724bb0b-1550-47c3-827b-26e0797b464b",
            "campaign": {
              "$ref": "66"
            },
            "customer": {
              "$id": "70",
              "identifier": "l59mMme8vEmeBxUwJb9fIA==",
              "identifierGuid": "32669f97-bc67-49bc-9e07-153025bf5f20",
              "code": "sample string 2",
              "familyName": "sample string 3",
              "givenName": "sample string 4",
              "otherName": "sample string 5",
              "title": "sample string 6",
              "dateOfBirth": "2025-06-14T07:19:49.0896059",
              "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": "7alF26x/M0iVXLKI0lUmlQ==",
              "communityIdentifierGuid": "db45a9ed-7fac-4833-955c-b288d2552695",
              "joined": "2025-06-14T07:19:49.0896059",
              "updated": "2025-06-14T07:19:49.0896059",
              "active": true,
              "reasonInactive": 1,
              "groupCustomer": true,
              "loyaltyPoints": 1,
              "homeStoreID": 1,
              "availableSpend": 1,
              "priceLevelIdentifier": "uS7qNQdmGkGGFOS7a10Uhg==",
              "priceLevelIdentifierGuid": "35ea2eb9-6607-411a-8614-e4bb6b5d1486",
              "marketingID": "sample string 18",
              "hidden": true,
              "registered": true,
              "registeredOn": "2025-06-14T07:19:49.0896059",
              "emailMarketing": true,
              "smsMarketing": true,
              "deleted": true,
              "deletedUser": "sample string 24",
              "homeStoreName": "sample string 25",
              "customerCards": [
                {
                  "$id": "71",
                  "cardType": 2,
                  "issueDate": "2025-06-14T07:19:49.0896059",
                  "expiry": "2025-06-14T07:19:49.0896059",
                  "customerID": "qds38AMQ2UWxEYaskjAUXQ==",
                  "customerIDGuid": "f037dba9-1003-45d9-b111-86ac9230145d",
                  "initialValue": 1,
                  "currentValue": 1,
                  "maxLimit": 1,
                  "minTransaction": 1,
                  "maxTransaction": 1,
                  "multiplier": 1.1,
                  "active": true,
                  "reasonInactive": 1,
                  "idRequired": true,
                  "idType": 1,
                  "idValue": "sample string 5",
                  "updated": "2025-06-14T07:19:49.0896059",
                  "linkedAccount": "nXyjKikc20yL5rO5Pj2NaQ==",
                  "linkedAccountGuid": "2aa37c9d-1c29-4cdb-8be6-b3b93e3d8d69",
                  "currentValueChanged": true,
                  "limitsChanged": true,
                  "customer": {
                    "$ref": "70"
                  },
                  "account": {
                    "$id": "72",
                    "id": 1,
                    "identifier": "bSyLSTJI20O7wc7e+yqE2g==",
                    "identifierGuid": "498b2c6d-4832-43db-bbc1-cedefb2a84da",
                    "referenceNo": "sample string 3",
                    "name": "sample string 4",
                    "created": "2025-06-14T07:19:49.0896059",
                    "owner": "d4U1VqWVu0ieC78kf2KRDg==",
                    "ownerGuid": "56358577-95a5-48bb-9e0b-bf247f62910e",
                    "accountStoreGroupIdentifier": "iBvtFO90zU604hTKdMY15w==",
                    "accountStoreGroupGuid": "14ed1b88-74ef-4ecd-b4e2-14ca74c635e7",
                    "accountType": 1,
                    "currentBalance": 1,
                    "externalID": "sample string 7",
                    "maximumLimit": 1,
                    "accruePoints": true,
                    "loyaltyPoints": 1,
                    "termsOfTrade": 1,
                    "signatureRequired": true,
                    "referenceRequired": true,
                    "statementSendType": 10,
                    "ageingPeriod": 1,
                    "monthlyAgeingPeriod": true,
                    "explodedInvoice": true,
                    "isFifoAllocation": true,
                    "lastStatementSent": "2025-06-14T07:19:49.0896059",
                    "active": true,
                    "updated": "2025-06-14T07:19:49.0896059",
                    "deleted": true,
                    "deletedUser": "sample string 16",
                    "currentBalanceChanged": true,
                    "maximumLimitChanged": true,
                    "loyaltyPointsChanged": true,
                    "projectedBalance": 17,
                    "accountStoreGroupStoreIDs": [
                      1,
                      2
                    ],
                    "customerEmail": "sample string 18",
                    "ownerCustomer": {
                      "$ref": "70"
                    },
                    "card": {
                      "$ref": "71"
                    },
                    "members": {
                      "$id": "73",
                      "sample string 1": [
                        {
                          "$ref": "70"
                        },
                        {
                          "$ref": "70"
                        }
                      ],
                      "sample string 2": [
                        {
                          "$ref": "70"
                        },
                        {
                          "$ref": "70"
                        }
                      ]
                    },
                    "customerGroups": [
                      {
                        "$id": "74",
                        "identifier": "uizJQKeStkiGnbfIa4IqWA==",
                        "identifierGuid": "40c92cba-92a7-48b6-869d-b7c86b822a58",
                        "name": "sample string 2",
                        "primaryContact": "SQvam09BoUKxrfKxrpn2iw==",
                        "primaryContactGuid": "9bda0b49-414f-42a1-b1ad-f2b1ae99f68b",
                        "accountID": "ePX6isWDAUCUTTFsjbviWQ==",
                        "accountIDGuid": "8afaf578-83c5-4001-944d-316c8dbbe259",
                        "special": true,
                        "updated": "2025-06-14T07:19:49.0896059",
                        "active": true,
                        "reasonInactive": 1,
                        "priceLevelIdentifier": "kqfFUmMAlEKBs6MSu9kiow==",
                        "priceLevelIdentifierGuid": "52c5a792-0063-4294-81b3-a312bbd922a3",
                        "deleted": true,
                        "account": {
                          "$ref": "72"
                        },
                        "primaryContactCustomer": {
                          "$ref": "70"
                        },
                        "customerGroupMembers": [
                          {
                            "$id": "75",
                            "id": 1,
                            "groupID": "2zf2ovQFIk2rR7LwtOXBiQ==",
                            "groupIDGuid": "a2f637db-05f4-4d22-ab47-b2f0b4e5c189",
                            "customerID": "gw22fqkREkayMRL/Za6Mxw==",
                            "customerIDGuid": "7eb60d83-11a9-4612-b231-12ff65ae8cc7",
                            "card": "sample string 4",
                            "linkedAccount": "33tGsgkUtE2GWS5H7Y8rtw==",
                            "linkedAccountGuid": "b2467bdf-1409-4db4-8659-2e47ed8f2bb7",
                            "customer": {
                              "$ref": "70"
                            },
                            "group": {
                              "$ref": "74"
                            },
                            "customerCard": {
                              "$ref": "71"
                            }
                          },
                          {
                            "$ref": "75"
                          }
                        ]
                      },
                      {
                        "$ref": "74"
                      }
                    ]
                  },
                  "payments": [
                    {
                      "$id": "76",
                      "id": 1,
                      "identifier": "eBsx/pknsE6wLiNZwjJrxQ==",
                      "identifierGuid": "fe311b78-2799-4eb0-b02e-2359c2326bc5",
                      "storeID": 2,
                      "operatorName": "sample string 3",
                      "saleHeaderID": 4,
                      "paymentType": 5,
                      "amount": 6,
                      "account": "sample string 7",
                      "accountID": "3KnkPPbnCUuWtYpdsoeyWA==",
                      "accountIDGuid": "3ce4a9dc-e7f6-4b09-96b5-8a5db287b258",
                      "customerAccount": {
                        "$ref": "72"
                      },
                      "customerCard": {
                        "$ref": "71"
                      },
                      "accountType": 1,
                      "cardName": "sample string 8",
                      "authorisationNumber": "sample string 9",
                      "bankReference": "sample string 10",
                      "merchantID": "sample string 11",
                      "terminalID": "sample string 12",
                      "cardNumber": "sample string 13",
                      "paymentDate": "2025-06-14T07:19:49.0896059",
                      "invRocNo": "sample string 14",
                      "responseCode": "sample string 15",
                      "cashout": 1,
                      "tip": 16,
                      "idempotentVoid": "KPd3qK5/s0SPt5thW326fw==",
                      "idempotentVoidGuid": "a877f728-7fae-44b3-8fb7-9b615b7dba7f",
                      "offline": true,
                      "processed": 1,
                      "storeSaleHeader": {
                        "$id": "77",
                        "saleHeaderID": 1,
                        "saleHeaderGuid": "nPU4Ee6Za0KSNxHzMI8Ecg==",
                        "saleHeaderIdentifierGuid": "1138f59c-99ee-426b-9237-11f3308f0472",
                        "created": "2025-06-14T07:19:49.0896059",
                        "createdLocal": "2025-06-14T07:19:49.0896059",
                        "createdText": "sample string 4",
                        "itemCount": 5,
                        "totalAmount": 6,
                        "cashTender": 1,
                        "cardTender": 1,
                        "cheqTender": 1,
                        "acctTender": 1,
                        "voucherTender": 1,
                        "loyaltyPoints": 1,
                        "cashout": 1,
                        "changeAmount": 1,
                        "rounding": 1,
                        "gstAmount": 1,
                        "transactionDiscountTender": 1,
                        "totalTip": 7,
                        "tranType": 1,
                        "processed": 1,
                        "imported": "2025-06-14T07:19:49.0896059",
                        "storeID": 1,
                        "operatorG_Uid": "tfV3pbMa+Ea8gEkFAquIfw==",
                        "operatorGuid": "a577f5b5-1ab3-46f8-bc80-490502ab887f",
                        "customerG_Uid": "7OQfyU5uA0yxSzxciR/gXg==",
                        "customerGuid": "c91fe4ec-6e4e-4c03-b14b-3c5c891fe05e",
                        "communityIdentifier": "suYz3/Ggx06U2dGmLos3Tg==",
                        "communityIdentifierGuid": "df33e6b2-a0f1-4ec7-94d9-d1a62e8b374e",
                        "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": "7yyg1h7euECa3DDEafHXZQ==",
                        "priceLevelIdentifierGuid": "d6a02cef-de1e-40b8-9adc-30c469f1d765",
                        "locked": 36,
                        "relationChecksum": "sample string 37",
                        "loyaltyTender": 1,
                        "giftCardTender": 1,
                        "operator": {
                          "$ref": "37"
                        },
                        "customer": {
                          "$ref": "70"
                        },
                        "communityOrganisation": {
                          "$id": "78",
                          "id": 1,
                          "identifier": "uZ2DVRqhtkuftlK0gNEzMA==",
                          "identifierGuid": "55839db9-a11a-4bb6-9fb6-52b480d13330",
                          "name": "sample string 3",
                          "lookupIdentifier": "sample string 4",
                          "externalID": "sample string 5",
                          "phone": "sample string 6",
                          "fax": "sample string 7",
                          "email": "sample string 8",
                          "address1": "sample string 9",
                          "address2": "sample string 10",
                          "city": "sample string 11",
                          "postCode": "sample string 12",
                          "state": "sample string 13",
                          "country": "sample string 14",
                          "totalAmountAwarded": 15.1,
                          "updated": "2025-06-14T07:19:49.0896059",
                          "deleted": true
                        },
                        "details": [
                          {
                            "$id": "79",
                            "saleItemID": 1,
                            "identifier": "CTLhPR5WmkWh4o5s+oJA/g==",
                            "identifierGuid": "3de13209-561e-459a-a1e2-8e6cfa8240fe",
                            "saleHeaderID": 2,
                            "plu": 1,
                            "pluG_UId": "GwFHza+btkuvYNsc20TS6g==",
                            "pluGuid": "cd47011b-9baf-4bb6-af60-db1cdb44d2ea",
                            "accountID": "pEGwoQ5q/0qnNuf9vdo27g==",
                            "accountIDGuid": "a1b041a4-6a0e-4aff-a736-e7fdbdda36ee",
                            "normalPrice": 3,
                            "originalSellingPrice": 4,
                            "discountPrice": 5,
                            "unit": 1,
                            "quantity": 6,
                            "totalCents": 7,
                            "fixedPrice": 1,
                            "tranType": 1,
                            "discountType": 1,
                            "cost": 1,
                            "costDecimals": 8,
                            "markdown": 1,
                            "manualQuantity": 1,
                            "manualPrice": 1,
                            "manualMode": 1,
                            "active": 1,
                            "offline": true,
                            "barcode": "sample string 9",
                            "keyedSale": 1,
                            "discountedID": 1,
                            "fuelID": 1,
                            "serialNumber": "sample string 10",
                            "bestOrExpire": "2025-06-14T07:19:49.0896059",
                            "bestOrExpireType": 1,
                            "providerName": "sample string 11",
                            "refundG_UID": "42rnnIvll0eGPH9HkYnWnQ==",
                            "refundGuid": "9ce76ae3-e58b-4797-863c-7f479189d69d",
                            "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": "KWBBbjnYAEejBMhJrfTRyQ==",
                            "idempotentVoidGuid": "6e416029-d839-4700-a304-c849adf4d1c9",
                            "priceLevelIdentifier": "fw6BlDcj10GyP53x0gP4ow==",
                            "priceLevelIdentifierGuid": "94810e7f-2337-41d7-b23f-9df1d203f8a3",
                            "productName": "sample string 23",
                            "apn": "sample string 24",
                            "unknownScans": [
                              {
                                "$id": "80",
                                "id": 1,
                                "saleDetailID": 2,
                                "storeID": 1,
                                "scanned": "2025-06-14T07:19:49.0896059",
                                "operatorG_UID": "QEA=",
                                "barcode": "sample string 4",
                                "processed": 1
                              },
                              {
                                "$ref": "80"
                              }
                            ],
                            "refund": {
                              "$id": "81",
                              "id": 1,
                              "g_UID": "kJ8oT55MOE2W0Q0SBLW0Wg==",
                              "guid": "4f289f90-4c9e-4d38-96d1-0d1204b5b45a",
                              "description": "sample string 1",
                              "dumped": true,
                              "inventoryReasonID": 1,
                              "sortOrder": 1,
                              "updated": "2025-06-14T07:19:49.0896059"
                            },
                            "modifier": {
                              "$id": "82",
                              "id": 1,
                              "setG_UID": "x3n1CcXI+ESx7eWcR3rGNQ==",
                              "modifierSetGuid": "09f579c7-c8c5-44f8-b1ed-e59c477ac635",
                              "name": "sample string 2",
                              "price": 1,
                              "quantity": 1,
                              "modifierType": 1,
                              "groupNumber": 1,
                              "pageNumber": 1,
                              "controlOrder": 1,
                              "printToStation": true,
                              "pluG_UID": "VlwDDNDK7UySzzx6Vfs9rg==",
                              "pluGuid": "0c035c56-cad0-4ced-92cf-3c7a55fb3dae",
                              "deleted": true,
                              "g_UID": "XGL+aQq0pUStfXtDXLsmIg==",
                              "guid": "69fe625c-b40a-44a5-ad7d-7b435cbb2622",
                              "product": {
                                "$ref": "2"
                              }
                            },
                            "priceLevelName": "sample string 25",
                            "pumpNumber": 1,
                            "hoseNumber": 1
                          },
                          {
                            "$ref": "79"
                          }
                        ],
                        "eftReceipts": [
                          {
                            "$id": "83",
                            "id": 1,
                            "storeID": 1,
                            "saleHeaderID": 2,
                            "storeSaleHeader": {
                              "$ref": "77"
                            },
                            "receipt": "sample string 3",
                            "processed": 1
                          },
                          {
                            "$ref": "83"
                          }
                        ],
                        "payments": [
                          {
                            "$ref": "76"
                          },
                          {
                            "$ref": "76"
                          }
                        ],
                        "cards": [
                          {
                            "$id": "84",
                            "id": 1,
                            "saleHeaderID": 1,
                            "identifier": "sample string 2",
                            "cardType": 3,
                            "providerName": "sample string 4"
                          },
                          {
                            "$ref": "84"
                          }
                        ],
                        "campaignHits": [
                          {
                            "$id": "85",
                            "id": 1,
                            "saleHeaderID": 2,
                            "campaign": "sample string 3",
                            "name": "sample string 4",
                            "processed": 1,
                            "campaignDescription": "sample string 5"
                          },
                          {
                            "$ref": "85"
                          }
                        ],
                        "fuel": [
                          {
                            "$id": "86",
                            "id": 1,
                            "plu": 1,
                            "pluG_UID": "A4Z6wghgJkeOg/h/YUCHTg==",
                            "pluGuid": "c27a8603-6008-4726-8e83-f87f6140874e",
                            "saleHeaderID": 2,
                            "totalCents": 3,
                            "grade": 1,
                            "gradeDescription": "sample string 4",
                            "dispenser": 1,
                            "hose": 1,
                            "quantity": 1,
                            "cost": 1,
                            "acquirerNum": 1,
                            "attendant": 1,
                            "ePurseBalance": 1.0,
                            "cardSignature": "sample string 5",
                            "compartmentNumber": 1,
                            "contractNumber": 1,
                            "discountCardPAN": "sample string 6",
                            "discountID": 1,
                            "discountName": "sample string 7",
                            "discountNetValue": 1.0,
                            "discountType": 1,
                            "discountValue": 1.0,
                            "discretionaryData": "sample string 8",
                            "driverID": "sample string 9",
                            "eftBatchNumber": 1,
                            "eftResponseCode": "sample string 10",
                            "endDateTime": "2025-06-14T07:19:49.0896059",
                            "engineHours": 1.1,
                            "fposNumber": 1,
                            "loyaltyCardPAN": "sample string 11",
                            "miscData1": 1,
                            "miscData2": "sample string 12",
                            "miscFlags": 1,
                            "mop": 1,
                            "odometer": 1,
                            "panNumber": "sample string 13",
                            "saleRefund": true,
                            "saleStatus": 1,
                            "sequenceNumber": 1,
                            "stan": 1,
                            "startDateTime": "2025-06-14T07:19:49.0896059",
                            "tagNumber": "sample string 15",
                            "trackTwoRem": "sample string 16",
                            "transCode": 1,
                            "transType": 1,
                            "unitPrice": 1.0,
                            "vehicleReg": "sample string 17",
                            "offline": true,
                            "processed": 1
                          },
                          {
                            "$ref": "86"
                          }
                        ],
                        "fuelResells": [
                          {
                            "$id": "87",
                            "saleItemID": 1,
                            "saleHeaderID": 2,
                            "plu": 1,
                            "pluG_UId": "oXKxMhzdHUmFkYyPc6UcUQ==",
                            "pluGuid": "32b172a1-dd1c-491d-8591-8c8f73a51c51",
                            "accountID": "rR05uJ9hUEWQkKBJ/i5ZcA==",
                            "accountIDGuid": "b8391dad-619f-4550-9090-a049fe2e5970",
                            "normalPrice": 3,
                            "originalSellingPrice": 4,
                            "discountPrice": 5,
                            "unit": 1,
                            "quantity": 6,
                            "totalCents": 7,
                            "fixedPrice": 1,
                            "tranType": 1,
                            "processed": 1,
                            "discountType": 1,
                            "cost": 1,
                            "costDecimals": 1,
                            "markdown": 1,
                            "manualQuantity": 1,
                            "manualPrice": 1,
                            "manualMode": 1,
                            "active": 1,
                            "barcode": "sample string 8",
                            "offline": 1,
                            "keyedSale": 1,
                            "discountedID": 1,
                            "fuelID": 1,
                            "serialNumber": "sample string 9",
                            "bestOrExpire": "2025-06-14T07:19:49.0896059",
                            "bestOrExpireType": 1,
                            "refundG_UID": "kyyrnPqcCUydxgzpqDVLMA==",
                            "refundGuid": "9cab2c93-9cfa-4c09-9dc6-0ce9a8354b30",
                            "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": "87"
                          }
                        ],
                        "customerOrder": [
                          {
                            "$id": "88",
                            "identifier": "0Z61DhxlVEis169uqCDrVw==",
                            "identifierGuid": "0eb59ed1-651c-4854-acd7-af6ea820eb57",
                            "id": 1,
                            "orderNo": 2,
                            "externalSaleIdentifier": "sample string 3",
                            "storeID": 4,
                            "zoneID": 5,
                            "deptNo": 6,
                            "customerIdentifier": "hbaEoSiiF06A5S/KIpJFSA==",
                            "customerIdentifierGuid": "a184b685-a228-4e17-80e5-2fca22924548",
                            "operatorNo": 1,
                            "operatorG_UID": "VTHXH+86J02TE6RJVvjMSw==",
                            "operatorGuid": "1fd73155-3aef-4d27-9313-a44956f8cc4b",
                            "created": "2025-06-14T07:19:49.0896059",
                            "ordered": "2025-06-14T07:19:49.0896059",
                            "started": "2025-06-14T07:19:49.0896059",
                            "completed": "2025-06-14T07:19:49.0896059",
                            "supplied": "2025-06-14T07:19:49.0896059",
                            "quickTicket": 1,
                            "deleted": true,
                            "walkAway": true,
                            "approxWait": 1,
                            "actualWait": 1,
                            "deliveryMethod": 8,
                            "externalSaleType": 9,
                            "customer": {
                              "$ref": "70"
                            },
                            "operator": {
                              "$ref": "37"
                            },
                            "details": [
                              {
                                "$id": "89",
                                "headerID": 1,
                                "plu": 1,
                                "pluG_UId": "sxbSXmEAB0W6HhpXtV1/YA==",
                                "pluGuid": "5ed216b3-0061-4507-ba1e-1a57b55d7f60",
                                "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": "QStTrbXlbUKS5cJjxoM6lw==",
                                "headerIdentifierGuid": "ad532b41-e5b5-426d-92e5-c263c6833a97",
                                "product": {
                                  "$ref": "2"
                                }
                              },
                              {
                                "$ref": "89"
                              }
                            ],
                            "storeName": "sample string 11",
                            "customerName": "sample string 12",
                            "storeReplyTo": "sample string 13",
                            "storeSubjectLine": "sample string 14",
                            "storeSaleHeader": {
                              "$ref": "77"
                            }
                          },
                          {
                            "$ref": "88"
                          }
                        ],
                        "surveyResponses": [
                          {
                            "$id": "90",
                            "surveyG_UID": "AtwXDjVslEOAdy+Hh2/P+g==",
                            "surveyGuid": "0e17dc02-6c35-4394-8077-2f87876fcffa",
                            "saleHeaderGuid": "AMVMe1rHZ0mX0PHUcR4myQ==",
                            "saleGuid": "7b4cc500-c75a-4967-97d0-f1d4711e26c9",
                            "textResponse": "sample string 1",
                            "integerResponse": 1,
                            "g_UIDResponse": "mlA7720n70GARjWJASHNJA==",
                            "guidResponse": "ef3b509a-276d-41ef-8046-35890121cd24",
                            "whoAnswered": 2,
                            "answeredAtUTC": "2025-06-14T07:19:49.0896059",
                            "sale": {
                              "$ref": "77"
                            },
                            "survey": {
                              "$id": "91",
                              "g_UID": "35yojYSgCEOiZKaY2PO88g==",
                              "guid": "8da89cdf-a084-4308-a264-a698d8f3bcf2",
                              "name": "sample string 1",
                              "storeID": 2,
                              "zoneID": 1,
                              "checkoutFormG_UID": "yoDJzpwtP0yKQcB2qcpsDQ==",
                              "checkoutFormGuid": "cec980ca-2d9c-4c3f-8a41-c076a9ca6c0d",
                              "displayToWho": 3,
                              "displayWhen": 4,
                              "start": "2025-06-14T07:19:49.0896059",
                              "end": "2025-06-14T07:19:49.0896059",
                              "deleted": true,
                              "updated": "2025-06-14T07:19:49.0896059",
                              "possibleIntegerResponses": [
                                1,
                                2
                              ],
                              "possibleTextResponses": [
                                "sample string 1",
                                "sample string 2"
                              ],
                              "possibleGuidResponses": [
                                "58ebde69-e84f-4ce7-b13d-45dc9f3b51ab",
                                "c960faf1-21fb-40ed-9cbb-ae23e280e651"
                              ],
                              "allowsAllTextResponses": true,
                              "surveyForm": {
                                "$ref": "45"
                              }
                            },
                            "ingressId": "sample string 4"
                          },
                          {
                            "$ref": "90"
                          }
                        ],
                        "storeName": "sample string 38",
                        "machineName": "sample string 39",
                        "operatorName": "sample string 40",
                        "direction": 1,
                        "reason": "sample string 41",
                        "accountG_UID": "WAkdjLLj/E+Adb9O6R1aXQ==",
                        "accountIdentifier": "8c1d0958-e3b2-4ffc-8075-bf4ee91d5a5d",
                        "accountName": "sample string 42",
                        "customerOrderIdentifier": "gFOpHJhVNUGRzL8zatJS7Q==",
                        "customerOrderIdentifierGuid": "1ca95380-5598-4135-91cc-bf336ad252ed",
                        "priceLevelName": "sample string 43",
                        "revision": 44,
                        "ingressId": "sample string 45"
                      },
                      "metadata": {
                        "$id": "92",
                        "id": 1,
                        "paymentID": 2,
                        "paymentIdentifier": "tizbMQwIgkuHFSjLREZpRA==",
                        "paymentIdentifierGuid": "31db2cb6-080c-4b82-8715-28cb44466944",
                        "identifier": "BpzZ5g+k40aIvD6KfmZgVw==",
                        "identifierGuid": "e6d99c06-a40f-46e3-88bc-3e8a7e666057",
                        "metadata": "sample string 3",
                        "signatureImage": "QEA=",
                        "itemIdentifier": "EkDZcf4fmkSfffMobSVmRg==",
                        "itemIdentifierGuid": "71d94012-1ffe-449a-9f7d-f3286d256646"
                      }
                    },
                    {
                      "$ref": "76"
                    }
                  ]
                },
                {
                  "$ref": "71"
                }
              ],
              "customerGroupMembers": [
                {
                  "$ref": "75"
                },
                {
                  "$ref": "75"
                }
              ],
              "customerGroups": [
                {
                  "$ref": "74"
                },
                {
                  "$ref": "74"
                }
              ],
              "accounts": [
                {
                  "$ref": "72"
                },
                {
                  "$ref": "72"
                }
              ],
              "account": {
                "$ref": "72"
              },
              "vouchers": [
                {
                  "$id": "93",
                  "customerIdentifier": "DBpfhdErvEyOTE4A2xjlSQ==",
                  "customerIdentifierGuid": "855f1a0c-2bd1-4cbc-8e4c-4e00db18e549",
                  "voucherName": "sample string 2",
                  "count": 3,
                  "storeID": 4,
                  "barcode": "sample string 5",
                  "redeemCount": 6,
                  "issueCount": 7,
                  "storeSalePaymentID": 1,
                  "idempotentID": "PXOxx9ulE0Cfw2sKYhVDCA==",
                  "idempotentGuid": "c7b1733d-a5db-4013-9fc3-6b0a62154308",
                  "offline": true,
                  "voucher": {
                    "$id": "94",
                    "id": 1,
                    "name": "sample string 2",
                    "description": "sample string 3",
                    "shortDescription": "sample string 4",
                    "url": "sample string 5",
                    "barcodeTemplateID": 1,
                    "expiry": 0,
                    "voucherType": 6,
                    "limitPerTransaction": 7,
                    "customerTracking": true,
                    "discountAccount": "sample string 9",
                    "endDate": "2025-06-14T07:19:49.0896059",
                    "barcodeTemplate": {
                      "$id": "95",
                      "templateID": 1,
                      "template": "sample string 1",
                      "bcFunction": "sample string 2",
                      "sortOrder": 3
                    },
                    "scaleLabel": {
                      "$id": "96",
                      "id": 1,
                      "uid": "sample string 2",
                      "name": "sample string 3",
                      "width": 1.1,
                      "height": 1.1,
                      "showBorder": true,
                      "borderWidth": 1.1,
                      "borderStyle": 1,
                      "borderColour": "sample string 5",
                      "updated": "2025-06-14T07:19:49.0896059",
                      "labelPageLayout": "W6en9kCxWEes9SgfTS4Avg==",
                      "pageLayoutGuid": "f6a7a75b-b140-4758-acf5-281f4d2e00be",
                      "labelType": 6,
                      "oldName": "sample string 7",
                      "voucher": {
                        "$ref": "94"
                      },
                      "elements": [
                        {
                          "$id": "97",
                          "id": 1,
                          "scaleLabelID": 2,
                          "showPercentDI": true,
                          "showAvgPerHundred": true,
                          "showAvgPerServe": true,
                          "name": "sample string 6",
                          "x": 1.1,
                          "y": 1.1,
                          "width": 1.1,
                          "height": 1.1,
                          "type": 1,
                          "rotation": 1,
                          "text": "sample string 7",
                          "fontFamily": "sample string 8",
                          "align": 1,
                          "bold": true,
                          "italic": true,
                          "underline": true,
                          "strikeout": true,
                          "reverse": true,
                          "textColour": "sample string 9",
                          "fontSize": 1.1,
                          "picture": "QEA=",
                          "borderWidth": 10,
                          "sortOrder": 11,
                          "printOptions": 12,
                          "superScriptTextFontSize": 1.1,
                          "lineStyle": 1,
                          "spacingStyle": 1,
                          "interCharacterSpacing": 1.1,
                          "superScriptOffset": 1.1,
                          "lineSpacing": 1.1,
                          "dateFormat": "sample string 13",
                          "autoGrow": true,
                          "fontAutoResize": true,
                          "updated": "2025-06-14T07:19:49.0896059"
                        },
                        {
                          "$ref": "97"
                        }
                      ]
                    },
                    "customerVouchers": [
                      {
                        "$id": "98",
                        "id": 1,
                        "customerIdentifier": "7Az6vhjR3Umvs/RhwAyhaw==",
                        "customerIdentifierGuid": "befa0cec-d118-49dd-afb3-f461c00ca16b",
                        "voucherID": 3,
                        "voucherName": "sample string 4",
                        "storeID": 1,
                        "barcode": "sample string 5",
                        "dateOfIssue": "2025-06-14T07:19:49.0896059",
                        "issuedSaleHeaderID": 1,
                        "issuedSaleIdentifier": "sample string 7",
                        "issuedOfflinePaymentID": 1,
                        "issuedIdempotentID": "BrCLtzRprE2xUUZZ7lTxvQ==",
                        "issuedIdempotentGuid": "b78bb006-6934-4dac-b151-4659ee54f1bd",
                        "issuedOffline": true,
                        "issuedUser": "sample string 9",
                        "issuedNotes": "sample string 10",
                        "expiryDate": "2025-06-14T07:19:49.0896059",
                        "expiredUser": "sample string 11",
                        "expiredNotes": "sample string 12",
                        "redeemed": "2025-06-14T07:19:49.0896059",
                        "redeemedSaleHeaderID": 1,
                        "redeemedSaleIdentifier": "sample string 13",
                        "redeemedOfflinePaymentID": 1,
                        "redeemedIdempotentID": "M/+N4NSWVk6CVUWA06Pk5g==",
                        "redeemedIdempotentGuid": "e08dff33-96d4-4e56-8255-4580d3a3e4e6",
                        "redeemedUser": "sample string 14",
                        "redeemedNotes": "sample string 15",
                        "redeemedOffline": true,
                        "updated": "2025-06-14T07:19:49.0896059",
                        "storeName": "sample string 17",
                        "scaleLabel": {
                          "$ref": "96"
                        },
                        "voucher": {
                          "$ref": "94"
                        },
                        "customer": {
                          "$ref": "70"
                        },
                        "issuedOfflinePayment": {
                          "$ref": "76"
                        },
                        "redeemedOfflinePayment": {
                          "$ref": "76"
                        }
                      },
                      {
                        "$ref": "98"
                      }
                    ]
                  },
                  "customer": {
                    "$ref": "70"
                  }
                },
                {
                  "$ref": "93"
                }
              ]
            }
          },
          {
            "$ref": "69"
          }
        ],
        "customerGroups": [
          {
            "$id": "99",
            "id": 1,
            "campaignID": 2,
            "campaignName": "sample string 3",
            "groupID": "fyU7qBD7TEumRt1IcUwzTg==",
            "groupIDGuid": "a83b257f-fb10-4b4c-a646-dd48714c334e",
            "campaign": {
              "$ref": "66"
            },
            "group": {
              "$ref": "74"
            }
          },
          {
            "$ref": "99"
          }
        ],
        "signIqTickets": [
          {
            "$id": "100",
            "identifier": "BcR+O3lR20WTE0bap2PcNQ==",
            "identifierGuid": "3b7ec405-5179-45db-9313-46daa763dc35",
            "campaignName": "sample string 2",
            "message": "sample string 3",
            "ticketFileSource": "sample string 4",
            "ticketFileDestination": "sample string 5",
            "storeID": 1
          },
          {
            "$ref": "100"
          }
        ],
        "comboPriceGroups": [
          {
            "$id": "101",
            "id": 1,
            "campaignID": 2,
            "campaignName": "sample string 3",
            "g_UID": "YzHpia2sg0GtqLNc/azCLg==",
            "guid": "89e93163-acad-4183-ada8-b35cfdacc22e",
            "description": "sample string 5",
            "newPrice": 1,
            "rangeDescription": "sample string 6",
            "dealDescription": "sample string 7",
            "labelQuantity": 8,
            "hostProductCategoryID": 1,
            "offerID": 1,
            "dontUpdatePricePlus": true,
            "campaign": {
              "$ref": "66"
            },
            "comboPricePlus": [
              {
                "$id": "102",
                "id": 1,
                "campaignID": 2,
                "campaignName": "sample string 3",
                "groupG_UID": "e2gzLHHXRU6Hn69/tEL7lQ==",
                "groupGuid": "2c33687b-d771-4e45-879f-af7fb442fb95",
                "comboPriceType": 5,
                "priceType": 5,
                "pluG_UID": "lcKHgKX220iZeD1h6K8sdQ==",
                "pluGuid": "8087c295-f6a5-48db-9978-3d61e8af2c75",
                "priceGroupG_UID": "z5iPFAfUJkqhiawit/EBcw==",
                "priceGroupGuid": "148f98cf-d407-4a26-a189-ac22b7f10173",
                "campaignPoolID": "sample string 7",
                "quantity": 1,
                "campaign": {
                  "$ref": "66"
                },
                "product": {
                  "$ref": "2"
                },
                "priceGroup": {
                  "$ref": "31"
                },
                "campaignPool": {
                  "$ref": "66"
                }
              },
              {
                "$ref": "102"
              }
            ]
          },
          {
            "$ref": "101"
          }
        ],
        "priceLevels": [
          {
            "$id": "103",
            "id": 1,
            "priceLevelIdentifier": "xgyLdYinrE6AyELkAmxnIQ==",
            "priceLevelIdentifierGuid": "758b0cc6-a788-4eac-80c8-42e4026c6721",
            "campaignName": "sample string 3",
            "priceLevelName": "sample string 4"
          },
          {
            "$ref": "103"
          }
        ]
      },
      "product": {
        "$ref": "2"
      },
      "dealCost": {
        "$id": "104",
        "headerIdentifier": "dUr9ssWuDke5pymLCiUdFg==",
        "headerIdentifierGuid": "b2fd4a75-aec5-470e-b9a7-298b0a251d16",
        "identifier": "qMu67PBY+UKM1cmBophotw==",
        "identifierGuid": "ecbacba8-58f0-42f9-8cd5-c981a29868b7",
        "supplierIdentifier": "ZWkA9KGppkGVi8Mzczbg6A==",
        "supplierGuid": "f4006965-a9a1-41a6-958b-c3337336e0e8",
        "pluG_UID": "OSBEf2qW40mgWwc9Ymr/VQ==",
        "pluGuid": "7f442039-966a-49e3-a05b-073d626aff55",
        "campaignName": "608e79aa-c520-4709-9a71-9049bbc44c2b",
        "description": "sample string 4",
        "cost": 5,
        "costDecimals": 6,
        "start": "2025-06-14T07:19:49.0896059",
        "end": "2025-06-14T07:19:49.0896059",
        "type": 9,
        "promoType": 10,
        "bonusItemPLUG_UID": "F6brMLVWNkmEQc2hhMxMTg==",
        "bonusItemPluGuid": "30eba617-56b5-4936-8441-cda184cc4c4e",
        "bonusPurchaseUnits": 11,
        "bonusReceiveUnits": 12,
        "updated": "2025-06-14T07:19:49.0896059",
        "metcashPromotionID": "sample string 14",
        "fromHost": 15,
        "storeNames": "sample string 16",
        "storeIDs": [
          1,
          2
        ],
        "supplierName": "sample string 17",
        "campaignDescription": "sample string 18",
        "newPrice": 1,
        "campaignMetcashPromotionID": "sample string 19",
        "campaignActive": true,
        "campaignStartDate": "2025-06-14T07:19:49.0896059",
        "campaignEndDate": "2025-06-14T07:19:49.0896059",
        "masterPLUG_UID": "vNhK3GWwokqD4z+e8kGU1g==",
        "masterID": "dc4ad8bc-b065-4aa2-83e3-3f9ef24194d6",
        "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": "g/VoVvCQyUW5eQ0wJE4Z5Q==",
        "bonusMasterID": "5668f583-90f0-45c9-b979-0d30244e19e5",
        "bonusProductName": "sample string 34",
        "bonusProductAPN": "sample string 35",
        "bonusOrderCode": "sample string 36",
        "bonusNormalSell": 37,
        "bonusNormalCost": 38,
        "bonusNormalCostDecimals": 39,
        "bonusCartonQuantity": 40,
        "bonusSalesMode": 41,
        "bonusOrderPacked": 42,
        "bonusFuelItem": true,
        "bonusActive": true
      }
    },
    "currentCostStart": "2025-06-14T07:19:49.0896059",
    "dealCosts": [
      {
        "$ref": "104"
      },
      {
        "$ref": "104"
      }
    ],
    "tags": [
      {
        "$id": "105",
        "pluG_UID": "Lu2xvplV9kadrZc8qjtucA==",
        "pluGuid": "beb1ed2e-5599-46f6-9dad-973caa3b6e70",
        "tagID": 1,
        "description": "sample string 1",
        "storeIDs": [
          1,
          2
        ]
      },
      {
        "$ref": "105"
      }
    ],
    "alternateProductG_UID": "EWF8g5lOSUiqMEN71RkZ+Q==",
    "alternateProduct": "837c6111-4e99-4849-aa30-437bd51919f9",
    "productHostCode": {
      "$id": "106",
      "id": 1,
      "pluG_UID": "PN0Gh6h5bEeHhTYG+xi7rA==",
      "pluGuid": "8706dd3c-79a8-476c-8785-3606fb18bbac",
      "ibaCode": "sample string 2"
    },
    "mscCat": {
      "$ref": "60"
    },
    "mscCom": {
      "$ref": "61"
    },
    "mscDep": {
      "$ref": "63"
    },
    "mscSubCom": {
      "$ref": "62"
    },
    "isUserUpdate": true,
    "ignoreMasterProduct": true,
    "priceGroupLabelRequested": true,
    "firstSold": "2025-06-14T07:19:49.0896059",
    "inventoryTracked": "2025-06-14T07:19:49.0896059",
    "isNormalPriceChangesCampaign": true
  },
  "orderCode": "sample string 3",
  "directIndicator": "sample string 4",
  "cycle": {
    "$ref": "14"
  },
  "dayWeighting": {
    "$id": "107",
    "sunday": 1.1
  },
  "inventory": {
    "$id": "108",
    "inventoryGuid": "x7DbmbE6JEmWKlIaxSUF5A==",
    "inventoryIdentifier": "99dbb0c7-3ab1-4924-962a-521ac52505e4",
    "created": "2025-06-14T07:19:49.0896059",
    "createdLocal": "2025-06-14T07:19:49.0896059",
    "onHand": 4,
    "onHandPacks": 5,
    "onOrder": 6,
    "onOrderPacks": 7,
    "accuracy": 8,
    "updated": "2025-06-14T07:19:49.0896059",
    "aws": 1.0,
    "history": [
      {
        "$id": "109",
        "inventoryGuid": "Z2VYNqbzsES6eEdXHjNLjA==",
        "inventoryIdentifier": "36586567-f3a6-44b0-ba78-47571e334b8c",
        "pluG_UID": "BBXqZj5nOEiVej75wxsncw==",
        "pluIdentifier": "66ea1504-673e-4838-957a-3ef9c31b2773",
        "inventoryReason": 3,
        "inventoryInvoiceGuid": "RJhkryHQb02h3QWl/P7pUA==",
        "invoiceIdentifier": "af649844-d021-4d6f-a1dd-05a5fcfee950",
        "operatorGuid": "1/A4rropYUKaVHvxfpToeg==",
        "operatorIdentifier": "ae38f0d7-29ba-4261-9a54-7bf17e94e87a",
        "stocktakeGuid": "zM9azMCvMkKB+fqzEwswhQ==",
        "stocktakeIdentifier": "cc5acfcc-afc0-4232-81f9-fab3130b3085",
        "orderGuid": "CSgtczyLokWsOLptt+j6kg==",
        "orderIdentifier": "732d2809-8b3c-45a2-ac38-ba6db7e8fa92",
        "saleHeaderGuid": "qXWlEh2WSECFlMObtoFUUA==",
        "saleHeaderGuidIdentifier": "12a575a9-961d-4048-8594-c39bb6815450",
        "dumpStockID": 1,
        "fuelDeliveryID": 1,
        "creditNoteIdentifier": "76G078MkK02LA6cN5Cvg9w==",
        "creditNoteGuid": "efb4a1ef-24c3-4d2b-8b03-a70de42be0f7",
        "inventorySourceGuid": "VnD6EogGNkmZxCE0fJiviA==",
        "inventorySourceIdentifier": "12fa7056-0688-4936-99c4-21347c98af88",
        "createdLocal": "2025-06-14T07:19:49.0896059",
        "baseUnits": 4,
        "unitsPerCarton": 5,
        "unitsPerCartonWeighted": true,
        "counted": 7,
        "countedPacks": 8,
        "open": 1,
        "movementQty": 9,
        "close": 1,
        "openPacks": 1,
        "movementQtyPacks": 10,
        "closePacks": 1,
        "accuracy": 1,
        "manual": 11,
        "user": "sample string 12",
        "updated": "2025-06-14T07:19:49.0896059",
        "createdLocalTime": "2025-06-14T07:19:49.0896059",
        "storeID": 14,
        "barcode": "sample string 15",
        "directCode": "sample string 16",
        "productName": "sample string 17",
        "salesMode": 18,
        "orderPacked": 19,
        "invoice": {
          "$id": "110",
          "inventoryInvoiceGuid": "mf7ZaIiWnke51ZW8yZlxxw==",
          "invoiceIdentifier": "68d9fe99-9688-479e-b9d5-95bcc99971c7",
          "inventoryGuid": "X4BMBGDhN0iIwDQdoTo36A==",
          "inventoryIdentifier": "044c805f-e160-4837-88c0-341da13a37e8",
          "supplierIdentifier": "Xc5EajuJxkyWPA9NjSdNjg==",
          "supplierGuid": "6a44ce5d-893b-4cc6-963c-0f4d8d274d8e",
          "orderGuid": "8grw6n/rikmPEFHLsvg9FA==",
          "orderIdentifier": "eaf00af2-eb7f-498a-8f10-51cbb2f83d14",
          "invoiceHeaderIdentifier": "25u6QrIRmEi2W30fi0GsAw==",
          "invoiceHeaderGuid": "42ba9bdb-11b2-4898-b65b-7d1f8b41ac03",
          "created": "2025-06-14T07:19:49.0896059",
          "ordered": "2025-06-14T07:19:49.0896059",
          "storeID": 1,
          "bestOrExpire": "2025-06-14T07:19:49.0896059",
          "bestOrExpireType": 1,
          "units": 1,
          "weight": 1,
          "received": "2025-06-14T07:19:49.0896059",
          "cost": 1,
          "totalCost": 1,
          "freightCost": 1,
          "inStock": 1,
          "pluG_UID": "idLRiirnUkmdGQ95CjrkVA==",
          "pluGuid": "8ad1d289-e72a-4952-9d19-0f790a3ae454",
          "orderInventoryGuid": "L0emiZV1NEyiHL/vXJHuIg==",
          "orderInventoryIdentifier": "89a6472f-7595-4c34-a21c-bfef5c91ee22",
          "supplier": {
            "$ref": "7"
          },
          "inventoryUnits": [
            {
              "$id": "111",
              "invoiceItemNo": 1,
              "inventoryInvoiceGuid": "WffAdMW+IkWassBSqgz4DA==",
              "invoiceIdentifier": "74c0f759-bec5-4522-9ab2-c052aa0cf80c",
              "inventoryGuid": "8msY8EAxRk681f0Jhs2PHQ==",
              "inventoryIdentifier": "f0186bf2-3140-4e46-bcd5-fd0986cd8f1d",
              "serialNumber": "sample string 3",
              "sold": "2025-06-14T07:19:49.0896059",
              "saleItemID": 1,
              "storeID": 1,
              "returned": "2025-06-14T07:19:49.0896059",
              "dumped": 1,
              "saleHeaderID": 1
            },
            {
              "$ref": "111"
            }
          ]
        },
        "invoiceHeaderIdentifier": "pjEtnbhqu0WxAUe/g1yEHw==",
        "invoiceHeaderGuid": "9d2d31a6-6ab8-45bb-b101-47bf835c841f",
        "invoiceNumber": "sample string 20",
        "invoiceCost": 1,
        "invoiceCostDecimals": 1,
        "orderNumber": 1,
        "orderReceivingStoreName": "sample string 21",
        "orderSendingStoreName": "sample string 22",
        "creditNoteID": 1,
        "reason": {
          "$id": "112",
          "id": 1,
          "name": "sample string 1",
          "allowRF": 2,
          "dumpStock": 3,
          "creditRequest": 4,
          "excludeFromLoss": 5,
          "reserved": 6,
          "updated": "2025-06-14T07:19:49.0896059"
        },
        "reasonName": "sample string 23",
        "operatorName": "sample string 24",
        "operatorNumber": "sample string 25",
        "stocktakeName": "sample string 26",
        "saleIdentifier": "sample string 27",
        "saleHeaderID": 1,
        "inventoryAfterCounted": true,
        "inventorySetStock": true
      },
      {
        "$ref": "109"
      }
    ],
    "products": [
      {
        "$ref": "2"
      },
      {
        "$ref": "2"
      }
    ],
    "lastInvoiceCost": 1
  },
  "aws": 5.0,
  "explanations": [
    {
      "$id": "113",
      "pluG_UID": "Bm1IKbMpKEC9FbleG9wcAA==",
      "pluGuid": "29486d06-29b3-4028-bd15-b95e1bdc1c00",
      "consolidatedSales": {
        "$id": "114",
        "1": {
          "$id": "115",
          "discountPercentage": 1,
          "days": 2,
          "quantity": 3.1,
          "aws": 3.1,
          "cartonQuantity": 4.1,
          "lowQuality": true
        },
        "2": {
          "$ref": "115"
        }
      },
      "dailyPrices": {
        "$id": "116",
        "2025-06-14T07:19:49.0896059": {
          "$id": "117",
          "date": "2025-06-14T07:19:49.0896059",
          "salePrice": 1,
          "campaign": "sample string 2",
          "campaignDescription": "sample string 3",
          "combo": true,
          "comboPriceGroupG_UID": "yT07OEbWQ02FFyy9C/qL7w==",
          "comboPriceGroupGuid": "383b3dc9-d646-4d43-8517-2cbd0bfa8bef"
        }
      },
      "onHandPredictions": [
        {
          "$id": "118",
          "autoOrderGuid": "HSKfKNI8iUGSAPG0OO4/OQ==",
          "autoOrderIdentifier": "289f221d-3cd2-4189-9200-f1b438ee3f39",
          "pluG_UID": "uqlHKBl+BkS0b/HjVv22pw==",
          "pluGuid": "2847a9ba-7e19-4406-b46f-f1e356fdb6a7",
          "childPLUG_UID": "HvR5m4UOw0aO0v++nr9qFw==",
          "childPluGuid": "9b79f41e-0e85-46c3-8ed2-ffbe9ebf6a17",
          "date": "2025-06-14T07:19:49.0896059",
          "normalPrice": 2.0,
          "salePrice": 3.0,
          "discountPercentage": 4,
          "discountPercentageActual": -50,
          "predictedQuantity": 5.1,
          "campaign": "sample string 6",
          "campaignDescription": "sample string 7",
          "lowQuality": true,
          "investmentBuy": true,
          "buffer": 10,
          "boostDays": 11
        },
        {
          "$ref": "118"
        }
      ],
      "predictions": [
        {
          "$ref": "118"
        },
        {
          "$ref": "118"
        }
      ],
      "product": {
        "$ref": "2"
      }
    },
    {
      "$ref": "113"
    }
  ],
  "supplierOrderingDetail": {
    "$ref": "10"
  },
  "manufacturerSupplier": "318b02e8-5b34-4e4a-9a0a-fbf43ecdd9c6",
  "cartonQuantity": 1,
  "sellPrice": 1,
  "cost": 1,
  "costDecimals": 1,
  "bufferDays": 6,
  "boostDays": 7
}

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

None.