PUT api/order/{id}/detail/{pluGuid}

Save order detail

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

Order identifier

globally unique identifier

Required

pluGuid

Product identifier

globally unique identifier

Required

Body Parameters

Order detail to save

OrderDetail
NameDescriptionTypeAdditional information
ID

integer

None.

OrderGuid

Collection of byte

None.

OrderIdentifier

globally unique identifier

None.

PLUG_UID

Collection of byte

None.

PluGuid

globally unique identifier

None.

Created

date

None.

APN

string

None.

ItemNumber

string

None.

DirectNumber

The supplier's order code

string

None.

DirectIndicator

The supplier's warehouse direct indicator

string

None.

SalesMode

integer

None.

OrderByWeight

boolean

None.

SellPrice

integer

None.

InventoryFixed

boolean

None.

HasInventory

boolean

None.

InventoryAccuracy

integer

None.

OnOrder

integer

None.

OnOrderPacks

integer

None.

OnHand

integer

None.

OnHandPacks

integer

None.

Cost

Carton cost

integer

None.

CostDecimals

Carton cost decimal places

integer

None.

PickedCost

Carton cost at time of picking.

integer

None.

PickedCostDecimals

Picked carton cost decimal places.

integer

None.

AveragePackSize

decimal number

None.

CartonQuantity

Units per Cartonv

integer

None.

Cartons

Ordered Cartons

integer

None.

Units

Ordered Units

integer

None.

Weight

Ordered Weight

integer

None.

PickedCartons

Picked Cartons

integer

None.

PickedUnits

Picked Units

integer

None.

PickedWeight

Picked Weight

integer

None.

ShippedCartons

Shipped (in-transit) Cartons

integer

None.

ShippedUnits

Shipped (in-transit) units

integer

None.

ShippedWeight

Shipped (in-transit) weight

integer

None.

ReceivedCartons

Received Cartons

integer

None.

ReceivedCartonQuantity

Received Units per Carton - may be different from ordered Units per Carton if different TUNs delivered

integer

None.

ReceivedTun

The TUN scanned when receiving the order.

string

None.

ReceivedUnits

Received units

integer

None.

ReceivedWeight

Received weight

integer

None.

Received

Flag for whether the order detail stock has been received

integer

None.

Status

OrderDetailStatus

None.

SubstituteG_UID

Collection of byte

None.

SubstituteGuid

globally unique identifier

None.

WarehousePLUG_UID

Collection of byte

None.

WarehousePluGuid

Refers to the source Store's product guid

globally unique identifier

None.

Updated

date

None.

Increment

boolean

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

Description

string

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

Product

Product

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

UnknownScan

OrderUnknownScan

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

UnknownScanItem

boolean

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

Substitute

Product

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

WarehouseProduct

Product from the Store we are transferring from

Product

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

Lookup

OrderDetailLookup

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

ProductOrderingDetail

ProductOrderingDetail

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

DealCost

DealCost

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

NextCost

DealCost

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

LastChance

If true, the deal cost is ending between now and the end of the week

boolean

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

HoldOff

Indicates if a new deal cost is starting soon

OrderHoldOff

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

HoldOffDate

Date that a hold off deal cost is begining

date

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

OrderHeader

OrderHeader

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

InvoiceDetail

InvoiceDetail

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

AutoOrderDetail

AutoOrderDetail

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

DoNotRange

boolean

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

DoNotOrder

boolean

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

CostGSTPercent

integer

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

OrderDetailReceive

Credit note populated. True if images are attached to order detail

boolean

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

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "orderGuid": "Pj7HicteL0KKmPJhcOnKCw==",
  "orderIdentifier": "89c73e3e-5ecb-422f-8a98-f26170e9ca0b",
  "pluG_UID": "FGcGorLt+k68+MdPVK6DEg==",
  "pluGuid": "a2066714-edb2-4efa-bcf8-c74f54ae8312",
  "created": "2025-06-14T07:35:05.2708975",
  "apn": "sample string 1",
  "itemNumber": "sample string 2",
  "directNumber": "sample string 3",
  "directIndicator": "sample string 4",
  "salesMode": 1,
  "orderByWeight": true,
  "sellPrice": 1,
  "inventoryFixed": true,
  "hasInventory": true,
  "inventoryAccuracy": 8,
  "onOrder": 1,
  "onOrderPacks": 1,
  "onHand": 1,
  "onHandPacks": 1,
  "cost": 1,
  "costDecimals": 1,
  "pickedCost": 1,
  "pickedCostDecimals": 1,
  "averagePackSize": 9.0,
  "cartonQuantity": 1,
  "cartons": 1,
  "units": 1,
  "weight": 1,
  "pickedCartons": 1,
  "pickedUnits": 1,
  "pickedWeight": 1,
  "shippedCartons": 1,
  "shippedUnits": 1,
  "shippedWeight": 1,
  "receivedCartons": 1,
  "receivedCartonQuantity": 1,
  "receivedTun": "sample string 10",
  "receivedUnits": 1,
  "receivedWeight": 1,
  "received": 1,
  "status": 11,
  "substituteG_UID": "qSwO7pYxsUGMSA3TMOw6CQ==",
  "substituteGuid": "ee0e2ca9-3196-41b1-8c48-0dd330ec3a09",
  "warehousePLUG_UID": "T5OTwmwYp0qV+x3ahQc94w==",
  "warehousePluGuid": "c293934f-186c-4aa7-95fb-1dda85073de3",
  "updated": "2025-06-14T07:35:05.2708975",
  "increment": true,
  "description": "sample string 13",
  "product": {
    "$id": "2",
    "plu": 1,
    "storeID": 1,
    "masterPluG_UID": "QEA=",
    "storeIDs": [
      1,
      2
    ],
    "g_UId": "fJraUva9TESQhWeJngKFGw==",
    "guid": "52da9a7c-bdf6-444c-9085-67899e02851b",
    "apn": "sample string 1",
    "apnChanged": true,
    "apnSwitched": true,
    "barcode": "sample string 4",
    "itemNumber": "sample string 5",
    "itemNumberChanged": true,
    "priceGroupG_UID": "E4anCGUx306aSUkZWkuIIw==",
    "priceGroupGuid": "08a78613-3165-4edf-9a49-49195a4b8823",
    "blueprintID": 1,
    "lastCountedDate": "2025-06-14T07:35:05.3334121",
    "externalID": "sample string 7",
    "active": true,
    "activated": "2025-06-14T07:35:05.3334121",
    "pluCreated": "2025-06-14T07:35:05.3334121",
    "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:35:05.3334121",
    "lastManualUpdate": "2025-06-14T07:35:05.3334121",
    "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:35:05.3334121",
    "currentCostUpdated": "2025-06-14T07:35:05.3334121",
    "costDecimals": 31,
    "costChanged": true,
    "dealCostIdentifier": "QEA=",
    "excludeFromRebate": true,
    "rebateOverride": 1,
    "costCalcMethod": 1,
    "costCalcMethodChanged": true,
    "costEffectiveDate": "2025-06-14T07:35:05.3334121",
    "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:35:05.3334121",
    "posTare": 1,
    "altPrice": 1.0,
    "altPriceChanged": true,
    "altPriceMode": 52,
    "altPriceModeChanged": true,
    "altPLUG_UID": "scxjJCIg7kiInxCzWIOSoQ==",
    "altPLUGuid": "2463ccb1-2022-48ee-889f-10b3588392a1",
    "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:35:05.3334121",
    "labelLastPrice": 1,
    "shelfPageLayoutG_UID": "YKsOjvphM0+zGSFbGfVTIA==",
    "shelfPageLayoutGuid": "8e0eab60-61fa-4f33-b319-215b19f55320",
    "talkerPageLayoutG_UID": "Z2FU2xre/0KzQA5iC+AGiA==",
    "talkerPageLayoutGuid": "db546167-de1a-42ff-b340-0e620be00688",
    "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": "Rr2pdn8T906QNe2ClFZdoA==",
    "inventoryIdentifier": "76a9bd46-137f-4ef7-9035-ed8294565da0",
    "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": "KT9kCCLfMk6A6HZKheAKdQ==",
    "parentPluGuid": "08643f29-df22-4e32-80e8-764a85e00a75",
    "preferredHostVendor": 103,
    "preferredHostChanged": true,
    "code": "sample string 105",
    "supplierIdentifier": "mlINx1YKPkG//R6AahB1tw==",
    "supplierIdentifierGuid": "c70d529a-0a56-413e-bffd-1e806a1075b7",
    "supplierChanged": true,
    "rebateSupplierIdentifier": "CLnCNOiHUkOGbpyaFTVyZg==",
    "rebateSupplierIdentifierGuid": "34c2b908-87e8-4352-866e-9c9a15357266",
    "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:35:05.3334121",
    "commodity": "sample string 120",
    "businessPillar": "sample string 121",
    "mscCommodity": "sample string 122",
    "hostIdentifier": "bnnNIqcZVkqYLGAPYLFCCg==",
    "hostIdentifierGuid": "22cd796e-19a7-4a56-982c-600f60b1420a",
    "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:35:05.3334121",
      "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": "lFSXvEb5/0mEpjEE8a9f4w==",
      "hostIdentifierGuid": "bc975494-f946-49ff-84a6-3104f1af5fe3",
      "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:35:05.3334121",
      "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": "8c5c768bHE2mTigWJnnonA==",
          "hostIdentifierGuid": "ef5ccef1-1baf-4d1c-a64e-28162679e89c",
          "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": "xs8kNQlvekyEn+E/GhYcaA==",
            "identifierGuid": "3524cfc6-6f09-4c7a-849f-e13f1a161c68",
            "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": "RlHxxDV7sEiIF1O15Jh/Xw==",
            "hostSupplierIdentifierGuid": "c4f15146-7b35-48b0-8817-53b5e4987f5f",
            "loyaltyPriceLevelIdentifier": "fubwJ4FSQkyG1HIFCuHKDQ==",
            "loyaltyPriceLevelIdentifierGuid": "27f0e67e-5281-4c42-86d4-72050ae1ca0d",
            "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:35:05.3334121",
            "lastProcessed": "2025-06-14T07:35:05.3334121",
            "hold": true,
            "supplierName": "sample string 35",
            "supplier": {
              "$id": "7",
              "identifier": "1N0hQ5V2OUeOFeRAwnKrDA==",
              "identifierGuid": "4321ddd4-7695-4739-8e15-e440c272ab0c",
              "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": "ogW+FKt67UGphhX1EumU3Q==",
              "primaryContactID": "14be05a2-7aab-41ed-a986-15f512e994dd",
              "storeID": 1,
              "abn": "sample string 16",
              "supplierGroupIdentifier": "r2iQxJhugEmPYt4ZCpz5sA==",
              "supplierGroupGuid": "c49068af-6e98-4980-8f62-de190a9cf9b0",
              "rebate": 1.0,
              "rebateType": 1,
              "rebateFrequency": 1,
              "rebateSource": 1,
              "rebateLastClaimed": "2025-06-14T07:35:05.3334121",
              "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": "f81f6ebb-2606-44fc-9663-f22d566774d0",
                "identifier": "hQsCvk264UiFuSoRkdL45Q==",
                "identifierGuid": "be020b85-ba4d-48e1-85b9-2a1191d2f8e5",
                "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": "5+0RKuixXEuh8LmtOeBOZg==",
                  "supplierIdentifierGuid": "2a11ede7-b1e8-4b5c-a1f0-b9ad39e04e66",
                  "contactGuid": "OsUSb81DRkuwVCMmLJFGHA==",
                  "contactID": "6f12c53a-43cd-4b46-b054-23262c91461c",
                  "contact": {
                    "$ref": "8"
                  },
                  "supplier": {
                    "$ref": "7"
                  }
                },
                {
                  "$ref": "9"
                }
              ],
              "products": [
                {
                  "$id": "10",
                  "pluG_UID": "wKC6MnnHX06q1Ijl1r0afg==",
                  "pluGuid": "32baa0c0-c779-4e5f-aad4-88e5d6bd1a7e",
                  "supplierIdentifier": "n0Y2nZ1dqkmw8qg7cdTCjg==",
                  "supplierIdentifierGuid": "9d36469f-5d9d-49aa-b0f2-a83b71d4c28e",
                  "cartonQuantity": 1,
                  "cartonQuantityChanged": true,
                  "productSize": "sample string 2",
                  "cigarettesPerSleeve": 1,
                  "randomWeight": true,
                  "piecesPerUnit": 4,
                  "averagePackSize": 5,
                  "effectiveDate": "2025-06-14T07:35:05.3334121",
                  "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:35:05.3334121",
                  "rebate": 1.0,
                  "rebateExclude": true,
                  "invoiceCodes": [
                    {
                      "$id": "11",
                      "pluG_UID": "hwFzZk4XFk+oLPmOeVY03A==",
                      "pluGuid": "66730187-174e-4f16-a82c-f98e795634dc",
                      "supplierIdentifier": "P3lk3elDOkOzXGY7vk7fzg==",
                      "supplierIdentifierGuid": "dd64793f-43e9-433a-b35c-663bbe4edfce",
                      "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": "H8ZiDKtfHk+C6e5u/vfiUQ==",
                  "parentPluGuid": "0c62c61f-5fab-4f1e-82e9-ee6efef7e251",
                  "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": "mxuYetmUTkm42xusL8q5dA==",
                  "supplierGuid": "7a981b9b-94d9-494e-b8db-1bac2fcab974",
                  "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": "+f7eznZPAk+9+CPASrczNQ==",
                  "supplierGuid": "cedefef9-4f76-4f02-bdf8-23c04ab73335",
                  "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:35:05.3334121",
                  "deliveryDate": "2025-06-14T07:35:05.3334121",
                  "nextCutOffDate": "2025-06-14T07:35:05.3334121",
                  "nextDeliveryDate": "2025-06-14T07:35:05.3334121",
                  "nextDaysBuffer": 10
                },
                {
                  "$ref": "14"
                }
              ],
              "store": {
                "$ref": "3"
              },
              "updated": "2025-06-14T07:35:05.3334121",
              "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:35:05.3334121",
                "processed": "2025-06-14T07:35:05.3334121",
                "isProcessing": true,
                "processedCount": 6,
                "processingTime": 1,
                "collectedUtc": "2025-06-14T07:35:05.3334121",
                "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:35:05.3334121",
                  "businessPillar": "sample string 3",
                  "fileType": "sample string 4"
                }
              },
              {
                "$ref": "15"
              }
            ],
            "zoneMatrix": [
              {
                "$id": "17",
                "id": 1,
                "hostIdentifier": "dwxXyJJMG0S1kghHr5mtcA==",
                "hostIdentifierGuid": "c8570c77-4c92-441b-b592-0847af99ad70",
                "storeID": 1,
                "departmentCode": "sample string 2",
                "hostGuids": [
                  "0806a5bc-e826-4684-9d98-3fc2524c352f",
                  "a5004dc2-7d96-40e8-b4a3-59784a980e90"
                ]
              },
              {
                "$ref": "17"
              }
            ],
            "hostFileStoreSetting": {
              "$ref": "5"
            },
            "hostStoreSettings": [
              {
                "$ref": "5"
              },
              {
                "$ref": "5"
              }
            ],
            "promotionPlacements": [
              {
                "$id": "18",
                "identifier": "CXwu5qdThkuufORcfms6sQ==",
                "identifierGuid": "e62e7c09-53a7-4b86-ae7c-e45c7e6b3ab1",
                "code": "sample string 2",
                "description": "sample string 3",
                "isAdvertised": true
              },
              {
                "$ref": "18"
              }
            ],
            "promoTypeGuids": [
              "34f6a22d-c397-466b-a667-2de33ee68259",
              "0545755c-a1a3-458f-806b-4a4baf543820"
            ],
            "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:35:05.3334121",
          "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": "52bf5c5c-4749-4117-b93d-9b175448672f",
      "updateStore": {
        "$id": "24",
        "id": "11a86edc-3502-4473-8293-c29cb869865c",
        "name": "sample string 1",
        "lastActivity": "2025-06-14T07:35:05.3334121",
        "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:35:05.3334121"
      },
      "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": "sZIW9o3CTkyK+90WVZPKkw==",
        "pluGuid": "f61692b1-c28d-4c4e-8afb-dd165593ca93",
        "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:35:05.3334121"
      },
      {
        "$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:35:05.3334121",
        "priceChangeType": 0,
        "costDecimals": 10
      },
      "normalPluPrices": {
        "$ref": "28"
      },
      "winningCampaign": 1,
      "winner": {
        "$id": "29",
        "campaignName": "sample string 1",
        "campaignDescription": "sample string 2",
        "startDate": "2025-06-14T07:35:05.3334121",
        "startTime": 3,
        "endDate": "2025-06-14T07:35:05.3334121",
        "endTime": 4,
        "newPrice": 5,
        "newCost": 6,
        "newCostDecimals": 7,
        "pctDiscount": 8,
        "promoType": 1,
        "promotionTypeCode": "sample string 9",
        "hostType": 10,
        "hostIdentifier": "B0fh/fQvjE6UO/Tn05Eg4Q==",
        "hostIdentifierGuid": "fde14707-2ff4-4e8c-943b-f4e7d39120e1",
        "storeNames": [
          "sample string 1",
          "sample string 2"
        ]
      },
      "details": [
        {
          "$ref": "29"
        },
        {
          "$ref": "29"
        }
      ]
    },
    "tray": {
      "$id": "30",
      "g_UId": "MePEsZlCr0uQVWPZKA+bvg==",
      "guid": "b1c4e331-4299-4baf-9055-63d9280f9bbe",
      "name": "sample string 1",
      "number": 1,
      "tare": 1
    },
    "priceGroup": {
      "$id": "31",
      "priceGroupG_UID": "1ns1vSqefUG6RqKA9LLPnA==",
      "priceGroupGuid": "bd357bd6-9e2a-417d-ba46-a280f4b2cf9c",
      "name": "sample string 2",
      "code": 1,
      "modified": true,
      "updated": "2025-06-14T07:35:05.3334121",
      "buyingLimit": 1,
      "buyingLimitIndependent": true,
      "buyingLimitType": 0,
      "number": 1,
      "products": [
        {
          "$ref": "2"
        },
        {
          "$ref": "2"
        }
      ],
      "productCount": 1
    },
    "priceGroupName": "sample string 145",
    "nutrifacts": {
      "$id": "32",
      "pluG_UID": "v8zoTR2d5Ua7GAIuhhBYTg==",
      "pluGuid": "4de8ccbf-9d1d-46e5-bb18-022e8610584e",
      "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": "94b69fd6-1330-4356-8c4c-aa33c415a22c",
      "created": "2025-06-14T07:35:05.3334121",
      "createdByUser": "sample string 1",
      "activated": "2025-06-14T07:35:05.3334121",
      "deactivated": "2025-06-14T07:35:05.3334121",
      "lastOrdered": "2025-06-14T07:35:05.3334121",
      "lastOrderedQty": 2.0,
      "lastReceived": "2025-06-14T07:35:05.3334121",
      "lastReceivedQty": 3.0,
      "lastInvoiceStatus": 1,
      "lastCounted": "2025-06-14T07:35:05.3334121",
      "lastSold": "2025-06-14T07:35:05.3334121",
      "firstSold": "2025-06-14T07:35:05.3334121",
      "awsUpdated": "2025-06-14T07:35:05.3334121",
      "lastManualUpdate": "2025-06-14T07:35:05.3334121",
      "lastManualUpdatedByUser": "sample string 5",
      "lastUpdated": "2025-06-14T07:35:05.3334121",
      "lastUpdatedByUser": "sample string 7",
      "lastUpdatedByHost": "2025-06-14T07:35:05.3334121",
      "doNotRangeUpdated": "2025-06-14T07:35:05.3334121",
      "doNotOrderUpdated": "2025-06-14T07:35:05.3334121",
      "tracked": "2025-06-14T07:35:05.3334121"
    },
    "allergens": [
      {
        "$id": "34",
        "allergenID": 1,
        "pluG_UID": "4b05N4/2ckGF9dsh+/B4fQ==",
        "pluGuid": "3739bde1-f68f-4172-85f5-db21fbf0787d",
        "contains": 2,
        "allergenName": "sample string 3",
        "storeIDs": [
          1,
          2
        ]
      },
      {
        "$ref": "34"
      }
    ],
    "costs": {
      "$id": "35",
      "pluG_UID": "f4vbUxp6BkC67Wkg/oTWDg==",
      "pluGuid": "53db8b7f-7a1a-4006-baed-6920fe84d60e",
      "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:35:05.3334121",
      "normalCost": 1,
      "currentCost": 1
    },
    "sales": [
      {
        "$id": "36",
        "saleHeaderID": 1,
        "created": "2025-06-14T07:35:05.3334121",
        "createdLocal": "2025-06-14T07:35:05.3334121",
        "storeID": 3,
        "storeName": "sample string 4",
        "operatorG_Uid": "KMIiRki1Vk6aHIcWDF1Tug==",
        "operatorGuid": "4622c228-b548-4e56-9a1c-87160c5d53ba",
        "operatorName": "sample string 5",
        "tranType": 1,
        "plu": 1,
        "pluG_UId": "vX7rSnIbRkqdaC13yz1Bhw==",
        "pluGuid": "4aeb7ebd-1b72-4a46-9d68-2d77cb3d4187",
        "normalPrice": 1,
        "totalCents": 1,
        "cost": 1,
        "grossProfit": 1,
        "quantity": 1,
        "operator": {
          "$id": "37",
          "id": 1,
          "g_Uid": "TS42ZdiFk0un5mq6hITd+w==",
          "guid": "65362e4d-85d8-4b93-a7e6-6aba8484ddfb",
          "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:35:05.3334121",
          "passwordResetRequired": true,
          "alteredInStore": true,
          "startShift": "2025-06-14T07:35:05.3334121",
          "endShift": "2025-06-14T07:35:05.3334121",
          "machineName": "sample string 20",
          "drawerID": 1,
          "stores": [
            {
              "$id": "38",
              "operatorG_UID": "UfEs+gPk/0St+7DHOVSl7g==",
              "operatorGuid": "fa2cf151-e403-44ff-adfb-b0c73954a5ee",
              "storeID": 2,
              "operator": {
                "$ref": "37"
              },
              "store": {
                "$ref": "3"
              }
            },
            {
              "$ref": "38"
            }
          ]
        }
      },
      {
        "$ref": "36"
      }
    ],
    "apns": [
      {
        "$id": "39",
        "pluID": 1,
        "pluG_UID": "RohOa69RrEmSNXZKW0hDMQ==",
        "pluGuid": "6b4e8846-51af-49ac-9235-764a5b484331",
        "apn": "sample string 1",
        "deleted": true,
        "storeID": 1,
        "storeIDs": [
          1,
          2
        ]
      },
      {
        "$ref": "39"
      }
    ],
    "tuns": [
      {
        "$id": "40",
        "pluG_UId": "w+qccw9Q406h/y64ZL4WPQ==",
        "pluGuid": "739ceac3-500f-4ee3-a1ff-2eb864be163d",
        "apn": "sample string 1",
        "tun": "sample string 2",
        "cartonQuantity": 3,
        "product": {
          "$ref": "2"
        },
        "storeIDs": [
          1,
          2
        ]
      },
      {
        "$ref": "40"
      }
    ],
    "competitionPricing": [
      {
        "$id": "41",
        "identifier": "MfLUKj4MDE6wmU50ZKdzYA==",
        "identifierGuid": "2ad4f231-0c3e-4e0c-b099-4e7464a77360",
        "pluG_UID": "sFRD69hQqU2saNJyXL0DGQ==",
        "pluGuid": "eb4354b0-50d8-4da9-ac68-d2725cbd0319",
        "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": "lqeiHNZjqUCmxuYGqmCuEA==",
        "groupName": "sample string 1",
        "identifierGuid": "1ca2a796-63d6-40a9-a6c6-e606aa60ae10",
        "exists": true,
        "flipChartIdentifier": "UJNn+nkWGUqXadbgWdK0TQ==",
        "flipChartIdentifierGuid": "fa679350-1679-4a19-9769-d6e059d2b44d",
        "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": "bPYqGo22NUaCDXXat3G8Xw==",
        "groupIdentifierGuid": "1a2af66c-b68d-4635-820d-75dab771bc5f",
        "flipChart": {
          "$id": "43",
          "identifier": "NaXNiSXb1UGiyjxu7Ozsfg==",
          "identifierGuid": "89cda535-db25-41d5-a2ca-3c6eececec7e",
          "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": "840A/uMQQEmnrjkUIHrrRw==",
            "identifierGuid": "fe008df3-10e3-4940-a7ae-3914207aeb47",
            "name": "sample string 2",
            "formType": "sample string 3",
            "forms": [
              {
                "$id": "45",
                "id": 1,
                "g_UID": "XdDBgvnZ3UWhiAFydGgAUQ==",
                "guid": "82c1d05d-d9f9-45dd-a188-017274680051",
                "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": "72FpQvmo506WkUi+BmJPZg==",
                "previousFormGuid": "426961ef-a8f9-4ee7-9691-48be06624f66",
                "nextForm": 1,
                "nextFormG_UID": "4+13SYAKMkmmMv7/V82aIQ==",
                "nextFormGuid": "4977ede3-0a80-4932-a632-feff57cd9a21",
                "attributes": "sample string 10",
                "updated": "2025-06-14T07:35:05.3334121",
                "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": "NLFL2vY/tUapIw5hGJ8SXg==",
                    "checkoutFormGuid": "da4bb134-3ff6-46b5-a923-0e61189f125e",
                    "identifier": "FtuDNOcKOEqh41zIPpCHdA==",
                    "identifierGuid": "3483db16-0ae7-4a38-a1e3-5cc83e908774",
                    "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": "q2jx+3rHMEqwibhrNNlpvA==",
                    "valueGuid": "fbf168ab-c77a-4a30-b089-b86b34d969bc",
                    "buttonText": "sample string 10",
                    "valueText": "sample string 11",
                    "drawImageAndButton": true,
                    "updated": "2025-06-14T07:35:05.3334121",
                    "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:35:05.3334121",
                      "imageData": "QEA=",
                      "readOnly": true
                    }
                  },
                  {
                    "$ref": "46"
                  }
                ],
                "panels": [
                  {
                    "$id": "48",
                    "id": 1,
                    "checkoutFormID": 2,
                    "checkoutFormG_UID": "17shKLxBg0Kxkeh5CLPk0w==",
                    "checkoutFormGuid": "2821bbd7-41bc-4283-b191-e87908b3e4d3",
                    "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": "Rsa6F0sp40S3Wn0GZTRBsQ==",
            "flipChartPageIdentifierGuid": "17bac646-294b-44e3-b75a-7d06653441b1",
            "pluG_UID": "jclm6cNip0K1smGoNMyObg==",
            "pluGuid": "e966c98d-62c3-42a7-b5b2-61a834cc8e6e",
            "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": "mh/+87BaaUCzrStw1/o40Q==",
        "pluGuid": "f3fe1f9a-5ab0-4069-b3ad-2b70d7fa38d1",
        "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:35:05.3334121",
        "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": "cWofIVFxdE+4+95Ttp1nZA==",
        "ingredientGuid": "us9cPIUoL0qGej4Mah/yug==",
        "ingredientIdentifier": "3c5ccfba-2885-4a2f-867a-3e0c6a1ff2ba",
        "quantity": 1.0,
        "storeIDs": [
          1,
          2
        ],
        "ingredientText": "sample string 1",
        "ingredient": {
          "$ref": "2"
        }
      },
      {
        "$ref": "51"
      }
    ],
    "bins": [
      {
        "$id": "52",
        "pluG_UID": "L/wq0PICEkilcVlq2hMQqg==",
        "pluGuid": "d02afc2f-02f2-4812-a571-596ada1310aa",
        "shelfLocationIdentifier": "tCBrNIzcRECd7GxksTc3Ug==",
        "shelfLocationGuid": "346b20b4-dc8c-4044-9dec-6c64b1373752",
        "labelShelfDefault": 1,
        "labelTalkerDefault": 1,
        "labelSmall": true,
        "labelPageLayoutG_UID": "Hvbe3kwZYE2mtdvCvBmWCw==",
        "labelPageLayoutGuid": "dedef61e-194c-4d60-a6b5-dbc2bc19960b",
        "updated": "2025-06-14T07:35:05.3334121",
        "electronicShelfLabelIdentifier": "sample string 5",
        "electronicshelfLabelsConfigurationID": 6,
        "labelShelfChanged": true,
        "productName": "sample string 8",
        "locationText": "sample string 9",
        "product": {
          "$ref": "2"
        },
        "location": {
          "$id": "53",
          "identifier": "pzo/56CGX06mXmuEDQwopA==",
          "storeID": 1,
          "identifierGuid": "e73f3aa7-86a0-4e5f-a65e-6b840d0c28a4",
          "name": "sample string 2",
          "haccp": true,
          "blueprintID": 1,
          "updated": "2025-06-14T07:35:05.3334121",
          "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": "acc6SONoUUaAcFhgt3mSYQ==",
        "pluGuid": "483ac769-68e3-4651-8070-5860b7799261",
        "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:35:05.3334121",
          "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:35:05.3334121",
                        "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": "yyrnEEIoeUiXTJ4HpZEFZQ==",
                        "labelPageLayoutGuid": "10e72acb-2842-4879-974c-9e07a5910565",
                        "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:35:05.3334121",
                    "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": "Zn3JPYiVXkOp6i6MSPPYRw==",
                    "labelPageLayoutGuid": "3dc97d66-9588-435e-a9ea-2e8c48f3d847",
                    "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:35:05.3334121",
                "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": "dHv42hQf+UqDR9xTzFFs0g==",
                "labelPageLayoutGuid": "daf87b74-1f14-4af9-8347-dc53cc516cd2",
                "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:35:05.3334121",
            "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": "N8+lcYKaWkOXqPIqUIgWTA==",
            "labelPageLayoutGuid": "71a5cf37-9a82-435a-97a8-f22a5088164c",
            "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": "C4H//F8SkkiJUyVeAmgGmw==",
      "pluGuid": "fcff810b-125f-4892-8953-255e0268069b",
      "newPrice": 1,
      "pctDiscount": 1,
      "newCost": 1,
      "newCostDecimals": 6,
      "dealCostIdentifier": "qXgCV+cL2U6028RK3dExXg==",
      "dealCostGuid": "570278a9-0be7-4ed9-b4db-c44addd1315e",
      "pluName": "sample string 7",
      "apn": "sample string 8",
      "fuelItem": true,
      "priceGroupG_UID": "Yk+IR0h8XEm+CqvljEEe0g==",
      "priceGroupGuid": "47884f62-7c48-495c-be0a-abe58c411ed2",
      "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:35:05.3334121",
      "rrp": 26,
      "campaignDescription": "sample string 27",
      "campaignComboPriceGroupG_UID": "xI/Zwf5E1E+fRIR7WwhjfA==",
      "campaignComboPriceGroupIdentifier": "c1d98fc4-44fe-4fd4-9f44-847b5b08637c",
      "promotionPlacementDescription": "sample string 28",
      "storeAcceptances": [
        {
          "$id": "65",
          "plu": 1,
          "pluG_UId": "QEA=",
          "campaignID": 1,
          "campaignName": "sample string 2",
          "storeID": 3,
          "acceptedUtc": "2025-06-14T07:35:05.3334121",
          "operatorG_UID": "L2ZZP3mt7EqRjcXTIWuJQA==",
          "operatorGuid": "3f59662f-ad79-4aec-918d-c5d3216b8940",
          "machineID": 1,
          "processed": true,
          "appliedUtc": "2025-06-14T07:35:05.3334121",
          "signIqTicketFileMovedUtc": "2025-06-14T07:35:05.3334121",
          "user": "sample string 6",
          "campaignDescription": "sample string 7",
          "productDesc": "sample string 8",
          "storeName": "sample string 9",
          "effectiveUtc": "2025-06-14T07:35:05.3334121",
          "priceChangeType": 0,
          "operatorName": "sample string 10",
          "hostCampaign": true,
          "product": {
            "$ref": "2"
          },
          "campaignPlu": {
            "$ref": "64"
          }
        },
        {
          "$ref": "65"
        }
      ],
      "campaign": {
        "$id": "66",
        "id": 1,
        "storeID": 2,
        "name": "25258a79-f688-4081-9112-a5e3dfaae876",
        "nameGuid": "25258a79-f688-4081-9112-a5e3dfaae876",
        "description": "sample string 4",
        "showDiscounts": true,
        "showTotals": true,
        "onlyEvaluateOnSubtotal": true,
        "useDescription": true,
        "campaignType": 1,
        "startDate": "2025-06-14T07:35:05.3334121",
        "startTime": 1,
        "endDate": "2025-06-14T07:35:05.3334121",
        "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:35:05.3334121",
        "system": true,
        "created": "2025-06-14T07:35:05.3334121",
        "updated": "2025-06-14T07:35:05.3334121",
        "priceChangeNotifiedUtc": "2025-06-14T07:35:05.3334121",
        "promoType": 1,
        "promotionTypeCode": "sample string 13",
        "hostIdentifier": "fjABzNQiT02L9l6jRsBOQQ==",
        "hostIdentifierGuid": "cc01307e-22d4-4d4f-8bf6-5ea346c04e41",
        "hostType": 14,
        "createdByUser": "sample string 15",
        "fromHost": true,
        "deleted": true,
        "campaignDeleted": "2025-06-14T07:35:05.3334121",
        "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": "uNpFiR2M60KbGf+30K3M5g==",
            "pluGuid": "8945dab8-8c1d-42eb-9b19-ffb7d0adcce6",
            "hostOfferID": 1,
            "priceGroupG_UID": "xG9RTegimU2P3m+cw/AvSA==",
            "priceGroupGuid": "4d516fc4-22e8-4d99-8fde-6f9cc3f02f48",
            "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:35:05.3334121",
            "rrp": 17,
            "campaignDescription": "sample string 18",
            "product": {
              "$ref": "2"
            },
            "campaign": {
              "$ref": "66"
            }
          },
          {
            "$ref": "67"
          }
        ],
        "sellingRules": [
          {
            "$id": "68",
            "id": 1,
            "identifier": "DgLUzQYFxkKfxqYnMb6teg==",
            "identifierStr": "DgLUzQYFxkKfxqYnMb6teg==",
            "identifierGuid": "cdd4020e-0506-42c6-9fc6-a62731bead7a",
            "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": "iyoWkE+HyUyMyYoPFsbpsg==",
            "customerIDGuid": "90162a8b-874f-4cc9-8cc9-8a0f16c6e9b2",
            "campaign": {
              "$ref": "66"
            },
            "customer": {
              "$id": "70",
              "identifier": "UNQLsb+xx0iRUo2NmNdgIg==",
              "identifierGuid": "b10bd450-b1bf-48c7-9152-8d8d98d76022",
              "code": "sample string 2",
              "familyName": "sample string 3",
              "givenName": "sample string 4",
              "otherName": "sample string 5",
              "title": "sample string 6",
              "dateOfBirth": "2025-06-14T07:35:05.3334121",
              "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": "ygTv4FfAMUCmjKXy3WuwAw==",
              "communityIdentifierGuid": "e0ef04ca-c057-4031-a68c-a5f2dd6bb003",
              "joined": "2025-06-14T07:35:05.3334121",
              "updated": "2025-06-14T07:35:05.3334121",
              "active": true,
              "reasonInactive": 1,
              "groupCustomer": true,
              "loyaltyPoints": 1,
              "homeStoreID": 1,
              "availableSpend": 1,
              "priceLevelIdentifier": "Dljo7ZMbmUC2m36pZsza+g==",
              "priceLevelIdentifierGuid": "ede8580e-1b93-4099-b69b-7ea966ccdafa",
              "marketingID": "sample string 18",
              "hidden": true,
              "registered": true,
              "registeredOn": "2025-06-14T07:35:05.3334121",
              "emailMarketing": true,
              "smsMarketing": true,
              "deleted": true,
              "deletedUser": "sample string 24",
              "homeStoreName": "sample string 25",
              "customerCards": [
                {
                  "$id": "71",
                  "cardType": 2,
                  "issueDate": "2025-06-14T07:35:05.3334121",
                  "expiry": "2025-06-14T07:35:05.3334121",
                  "customerID": "cHrfAaFuAUmaQ3fkQfdYzA==",
                  "customerIDGuid": "01df7a70-6ea1-4901-9a43-77e441f758cc",
                  "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:35:05.3334121",
                  "linkedAccount": "ZJ8TsvmqX0iXOJQ+pUj/0A==",
                  "linkedAccountGuid": "b2139f64-aaf9-485f-9738-943ea548ffd0",
                  "currentValueChanged": true,
                  "limitsChanged": true,
                  "customer": {
                    "$ref": "70"
                  },
                  "account": {
                    "$id": "72",
                    "id": 1,
                    "identifier": "GR+xiCaQVkWRDnz9r49b1Q==",
                    "identifierGuid": "88b11f19-9026-4556-910e-7cfdaf8f5bd5",
                    "referenceNo": "sample string 3",
                    "name": "sample string 4",
                    "created": "2025-06-14T07:35:05.3334121",
                    "owner": "qAhkFSgPVUef2DXQINoQzg==",
                    "ownerGuid": "156408a8-0f28-4755-9fd8-35d020da10ce",
                    "accountStoreGroupIdentifier": "gCfiFY7Bgke0XTxvu+c2+w==",
                    "accountStoreGroupGuid": "15e22780-c18e-4782-b45d-3c6fbbe736fb",
                    "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:35:05.3334121",
                    "active": true,
                    "updated": "2025-06-14T07:35:05.3334121",
                    "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": "NKjI6AkCXUOCdv+B1H1qIw==",
                        "identifierGuid": "e8c8a834-0209-435d-8276-ff81d47d6a23",
                        "name": "sample string 2",
                        "primaryContact": "xfPODaZFlk+pxKpXTehEDA==",
                        "primaryContactGuid": "0dcef3c5-45a6-4f96-a9c4-aa574de8440c",
                        "accountID": "Wuvshcp1qEyCm1HJVmCUOA==",
                        "accountIDGuid": "85eceb5a-75ca-4ca8-829b-51c956609438",
                        "special": true,
                        "updated": "2025-06-14T07:35:05.3334121",
                        "active": true,
                        "reasonInactive": 1,
                        "priceLevelIdentifier": "HMH/QLhiFkydxJSyDc2tqQ==",
                        "priceLevelIdentifierGuid": "40ffc11c-62b8-4c16-9dc4-94b20dcdada9",
                        "deleted": true,
                        "account": {
                          "$ref": "72"
                        },
                        "primaryContactCustomer": {
                          "$ref": "70"
                        },
                        "customerGroupMembers": [
                          {
                            "$id": "75",
                            "id": 1,
                            "groupID": "CRKn032kik2luNGsKM1Mxg==",
                            "groupIDGuid": "d3a71209-a47d-4d8a-a5b8-d1ac28cd4cc6",
                            "customerID": "7qDrtAK5RUSKbIrg1iiOHg==",
                            "customerIDGuid": "b4eba0ee-b902-4445-8a6c-8ae0d6288e1e",
                            "card": "sample string 4",
                            "linkedAccount": "bhJp5yI2E0WAugkXSALtnw==",
                            "linkedAccountGuid": "e769126e-3622-4513-80ba-09174802ed9f",
                            "customer": {
                              "$ref": "70"
                            },
                            "group": {
                              "$ref": "74"
                            },
                            "customerCard": {
                              "$ref": "71"
                            }
                          },
                          {
                            "$ref": "75"
                          }
                        ]
                      },
                      {
                        "$ref": "74"
                      }
                    ]
                  },
                  "payments": [
                    {
                      "$id": "76",
                      "id": 1,
                      "identifier": "JzQ52ZT3dkOCzUHmE3xgvw==",
                      "identifierGuid": "d9393427-f794-4376-82cd-41e6137c60bf",
                      "storeID": 2,
                      "operatorName": "sample string 3",
                      "saleHeaderID": 4,
                      "paymentType": 5,
                      "amount": 6,
                      "account": "sample string 7",
                      "accountID": "GncTsrJAfEaNXWnoFgBS+w==",
                      "accountIDGuid": "b213771a-40b2-467c-8d5d-69e8160052fb",
                      "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:35:05.3334121",
                      "invRocNo": "sample string 14",
                      "responseCode": "sample string 15",
                      "cashout": 1,
                      "tip": 16,
                      "idempotentVoid": "KTpiDw88a02KObDlPU8pFQ==",
                      "idempotentVoidGuid": "0f623a29-3c0f-4d6b-8a39-b0e53d4f2915",
                      "offline": true,
                      "processed": 1,
                      "storeSaleHeader": {
                        "$id": "77",
                        "saleHeaderID": 1,
                        "saleHeaderGuid": "RWAGBd7Y+0qmHVOx2QiCtA==",
                        "saleHeaderIdentifierGuid": "05066045-d8de-4afb-a61d-53b1d90882b4",
                        "created": "2025-06-14T07:35:05.3334121",
                        "createdLocal": "2025-06-14T07:35:05.3334121",
                        "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:35:05.3334121",
                        "storeID": 1,
                        "operatorG_Uid": "L7aPc6vxp0mwxG2/UQ/6Hw==",
                        "operatorGuid": "738fb62f-f1ab-49a7-b0c4-6dbf510ffa1f",
                        "customerG_Uid": "fknLQOExpkOkb5J7pLUVrA==",
                        "customerGuid": "40cb497e-31e1-43a6-a46f-927ba4b515ac",
                        "communityIdentifier": "YsKl8qR0WE+FXxEbKOWt2w==",
                        "communityIdentifierGuid": "f2a5c262-74a4-4f58-855f-111b28e5addb",
                        "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": "JLf+pD8uvUyQNZKzOn8ZTA==",
                        "priceLevelIdentifierGuid": "a4feb724-2e3f-4cbd-9035-92b33a7f194c",
                        "locked": 36,
                        "relationChecksum": "sample string 37",
                        "loyaltyTender": 1,
                        "giftCardTender": 1,
                        "operator": {
                          "$ref": "37"
                        },
                        "customer": {
                          "$ref": "70"
                        },
                        "communityOrganisation": {
                          "$id": "78",
                          "id": 1,
                          "identifier": "IpyyOXiOD0+nBKof06EJ3w==",
                          "identifierGuid": "39b29c22-8e78-4f0f-a704-aa1fd3a109df",
                          "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:35:05.3334121",
                          "deleted": true
                        },
                        "details": [
                          {
                            "$id": "79",
                            "saleItemID": 1,
                            "identifier": "K6iM7Cj0CkGALcRuPHLPxw==",
                            "identifierGuid": "ec8ca82b-f428-410a-802d-c46e3c72cfc7",
                            "saleHeaderID": 2,
                            "plu": 1,
                            "pluG_UId": "HBI1GQZ3S0Sffw5yjU7vwA==",
                            "pluGuid": "1935121c-7706-444b-9f7f-0e728d4eefc0",
                            "accountID": "9QMOD4Q/6E+dvHpX/IoG0w==",
                            "accountIDGuid": "0f0e03f5-3f84-4fe8-9dbc-7a57fc8a06d3",
                            "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:35:05.3334121",
                            "bestOrExpireType": 1,
                            "providerName": "sample string 11",
                            "refundG_UID": "Q258QPpYIkuAilriVg5t9w==",
                            "refundGuid": "407c6e43-58fa-4b22-808a-5ae2560e6df7",
                            "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": "JDQNxZntHkSj1roP5YxXWA==",
                            "idempotentVoidGuid": "c50d3424-ed99-441e-a3d6-ba0fe58c5758",
                            "priceLevelIdentifier": "+UXG2d/Pu0SjfMsaAwa4XA==",
                            "priceLevelIdentifierGuid": "d9c645f9-cfdf-44bb-a37c-cb1a0306b85c",
                            "productName": "sample string 23",
                            "apn": "sample string 24",
                            "unknownScans": [
                              {
                                "$id": "80",
                                "id": 1,
                                "saleDetailID": 2,
                                "storeID": 1,
                                "scanned": "2025-06-14T07:35:05.3334121",
                                "operatorG_UID": "QEA=",
                                "barcode": "sample string 4",
                                "processed": 1
                              },
                              {
                                "$ref": "80"
                              }
                            ],
                            "refund": {
                              "$id": "81",
                              "id": 1,
                              "g_UID": "fQQQzN9yvECWSsVnylCEXw==",
                              "guid": "cc10047d-72df-40bc-964a-c567ca50845f",
                              "description": "sample string 1",
                              "dumped": true,
                              "inventoryReasonID": 1,
                              "sortOrder": 1,
                              "updated": "2025-06-14T07:35:05.3334121"
                            },
                            "modifier": {
                              "$id": "82",
                              "id": 1,
                              "setG_UID": "paE/lipE4kSnM2dGr7SEJQ==",
                              "modifierSetGuid": "963fa1a5-442a-44e2-a733-6746afb48425",
                              "name": "sample string 2",
                              "price": 1,
                              "quantity": 1,
                              "modifierType": 1,
                              "groupNumber": 1,
                              "pageNumber": 1,
                              "controlOrder": 1,
                              "printToStation": true,
                              "pluG_UID": "feQjTMgedU+2as5ibCj96Q==",
                              "pluGuid": "4c23e47d-1ec8-4f75-b66a-ce626c28fde9",
                              "deleted": true,
                              "g_UID": "d2cSWsULYUGB3eaqXoejEg==",
                              "guid": "5a126777-0bc5-4161-81dd-e6aa5e87a312",
                              "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": "lC8S14tUYEus7fzXofbOkA==",
                            "pluGuid": "d7122f94-548b-4b60-aced-fcd7a1f6ce90",
                            "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:35:05.3334121",
                            "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:35:05.3334121",
                            "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": "M9CaKVzEB0mbyt7NMcNUdw==",
                            "pluGuid": "299ad033-c45c-4907-9bca-decd31c35477",
                            "accountID": "f/D3NtxZWkS3Er2gm8upOA==",
                            "accountIDGuid": "36f7f07f-59dc-445a-b712-bda09bcba938",
                            "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:35:05.3334121",
                            "bestOrExpireType": 1,
                            "refundG_UID": "rKAb6kZUO0ODioD3sfNHGw==",
                            "refundGuid": "ea1ba0ac-5446-433b-838a-80f7b1f3471b",
                            "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": "ugvx8+tbOEKN8JC9NhgE9A==",
                            "identifierGuid": "f3f10bba-5beb-4238-8df0-90bd361804f4",
                            "id": 1,
                            "orderNo": 2,
                            "externalSaleIdentifier": "sample string 3",
                            "storeID": 4,
                            "zoneID": 5,
                            "deptNo": 6,
                            "customerIdentifier": "4jQu48h5Tk6ohAEp+Q+Bnw==",
                            "customerIdentifierGuid": "e32e34e2-79c8-4e4e-a884-0129f90f819f",
                            "operatorNo": 1,
                            "operatorG_UID": "26yFmm7AfEO5N3AIKqMoPw==",
                            "operatorGuid": "9a85acdb-c06e-437c-b937-70082aa3283f",
                            "created": "2025-06-14T07:35:05.3334121",
                            "ordered": "2025-06-14T07:35:05.3334121",
                            "started": "2025-06-14T07:35:05.3334121",
                            "completed": "2025-06-14T07:35:05.3334121",
                            "supplied": "2025-06-14T07:35:05.3334121",
                            "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": "QqYYjkkpwU+XmFUpT+sFAA==",
                                "pluGuid": "8e18a642-2949-4fc1-9798-55294feb0500",
                                "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": "P6FFm1cVYkKS2P7DtkP1Qg==",
                                "headerIdentifierGuid": "9b45a13f-1557-4262-92d8-fec3b643f542",
                                "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": "wYbpd05uVUuqineqCVgx9g==",
                            "surveyGuid": "77e986c1-6e4e-4b55-aa8a-77aa095831f6",
                            "saleHeaderGuid": "PuyOvtQR0kK84w/lW5pzuA==",
                            "saleGuid": "be8eec3e-11d4-42d2-bce3-0fe55b9a73b8",
                            "textResponse": "sample string 1",
                            "integerResponse": 1,
                            "g_UIDResponse": "ix0IWEOZB0y0dn0I/2RcXw==",
                            "guidResponse": "58081d8b-9943-4c07-b476-7d08ff645c5f",
                            "whoAnswered": 2,
                            "answeredAtUTC": "2025-06-14T07:35:05.3334121",
                            "sale": {
                              "$ref": "77"
                            },
                            "survey": {
                              "$id": "91",
                              "g_UID": "5P144bmp1kyu4uZUmc1NSA==",
                              "guid": "e178fde4-a9b9-4cd6-aee2-e65499cd4d48",
                              "name": "sample string 1",
                              "storeID": 2,
                              "zoneID": 1,
                              "checkoutFormG_UID": "RuCzDAE7DE6STdnSkEmAnQ==",
                              "checkoutFormGuid": "0cb3e046-3b01-4e0c-924d-d9d29049809d",
                              "displayToWho": 3,
                              "displayWhen": 4,
                              "start": "2025-06-14T07:35:05.3334121",
                              "end": "2025-06-14T07:35:05.3334121",
                              "deleted": true,
                              "updated": "2025-06-14T07:35:05.3334121",
                              "possibleIntegerResponses": [
                                1,
                                2
                              ],
                              "possibleTextResponses": [
                                "sample string 1",
                                "sample string 2"
                              ],
                              "possibleGuidResponses": [
                                "be9ff7d8-083d-4450-aef4-a2c40bd15ee1",
                                "37879f29-b19c-41fe-b188-b2aa39463d54"
                              ],
                              "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": "ApkRyNOIgUKtTUA+1BZb2g==",
                        "accountIdentifier": "c8119902-88d3-4281-ad4d-403ed4165bda",
                        "accountName": "sample string 42",
                        "customerOrderIdentifier": "DGKwsSpA4EW4xTplIYC95w==",
                        "customerOrderIdentifierGuid": "b1b0620c-402a-45e0-b8c5-3a652180bde7",
                        "priceLevelName": "sample string 43",
                        "revision": 44,
                        "ingressId": "sample string 45"
                      },
                      "metadata": {
                        "$id": "92",
                        "id": 1,
                        "paymentID": 2,
                        "paymentIdentifier": "jxqleTjrMUqMK6oKGukPFA==",
                        "paymentIdentifierGuid": "79a51a8f-eb38-4a31-8c2b-aa0a1ae90f14",
                        "identifier": "xBiK+ukSN0ihofJtzjiBKg==",
                        "identifierGuid": "fa8a18c4-12e9-4837-a1a1-f26dce38812a",
                        "metadata": "sample string 3",
                        "signatureImage": "QEA=",
                        "itemIdentifier": "3ZuUlIvk50K6Rsn4hIIgEg==",
                        "itemIdentifierGuid": "94949bdd-e48b-42e7-ba46-c9f884822012"
                      }
                    },
                    {
                      "$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": "dtmK2WwG70OqgxR42B+gBQ==",
                  "customerIdentifierGuid": "d98ad976-066c-43ef-aa83-1478d81fa005",
                  "voucherName": "sample string 2",
                  "count": 3,
                  "storeID": 4,
                  "barcode": "sample string 5",
                  "redeemCount": 6,
                  "issueCount": 7,
                  "storeSalePaymentID": 1,
                  "idempotentID": "2wB/MP5DFkuoLwb9MHixng==",
                  "idempotentGuid": "307f00db-43fe-4b16-a82f-06fd3078b19e",
                  "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:35:05.3334121",
                    "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:35:05.3334121",
                      "labelPageLayout": "pInO/qVyqUGejlin4FowRA==",
                      "pageLayoutGuid": "fece89a4-72a5-41a9-9e8e-58a7e05a3044",
                      "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:35:05.3334121"
                        },
                        {
                          "$ref": "97"
                        }
                      ]
                    },
                    "customerVouchers": [
                      {
                        "$id": "98",
                        "id": 1,
                        "customerIdentifier": "ouDKlMA7TUC2WfFBr/KvrQ==",
                        "customerIdentifierGuid": "94cae0a2-3bc0-404d-b659-f141aff2afad",
                        "voucherID": 3,
                        "voucherName": "sample string 4",
                        "storeID": 1,
                        "barcode": "sample string 5",
                        "dateOfIssue": "2025-06-14T07:35:05.3334121",
                        "issuedSaleHeaderID": 1,
                        "issuedSaleIdentifier": "sample string 7",
                        "issuedOfflinePaymentID": 1,
                        "issuedIdempotentID": "SY+LZLlJbkKsZxn5ULP6tg==",
                        "issuedIdempotentGuid": "648b8f49-49b9-426e-ac67-19f950b3fab6",
                        "issuedOffline": true,
                        "issuedUser": "sample string 9",
                        "issuedNotes": "sample string 10",
                        "expiryDate": "2025-06-14T07:35:05.3334121",
                        "expiredUser": "sample string 11",
                        "expiredNotes": "sample string 12",
                        "redeemed": "2025-06-14T07:35:05.3334121",
                        "redeemedSaleHeaderID": 1,
                        "redeemedSaleIdentifier": "sample string 13",
                        "redeemedOfflinePaymentID": 1,
                        "redeemedIdempotentID": "zPWq7Hxls061Rv7sa+24qg==",
                        "redeemedIdempotentGuid": "ecaaf5cc-657c-4eb3-b546-feec6bedb8aa",
                        "redeemedUser": "sample string 14",
                        "redeemedNotes": "sample string 15",
                        "redeemedOffline": true,
                        "updated": "2025-06-14T07:35:05.3334121",
                        "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": "tOeH4ZexjkaI/CIcvtMGqQ==",
            "groupIDGuid": "e187e7b4-b197-468e-88fc-221cbed306a9",
            "campaign": {
              "$ref": "66"
            },
            "group": {
              "$ref": "74"
            }
          },
          {
            "$ref": "99"
          }
        ],
        "signIqTickets": [
          {
            "$id": "100",
            "identifier": "0eRSPlzaFEybrfX4WD4xMA==",
            "identifierGuid": "3e52e4d1-da5c-4c14-9bad-f5f8583e3130",
            "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": "ie8FIsCr/kqlwRB9OL/Ikg==",
            "guid": "2205ef89-abc0-4afe-a5c1-107d38bfc892",
            "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": "dOEiBdSRnkiSNFZRb6ILlw==",
                "groupGuid": "0522e174-91d4-489e-9234-56516fa20b97",
                "comboPriceType": 5,
                "priceType": 5,
                "pluG_UID": "Kml6sCMgV0ufvFZyzTx8QQ==",
                "pluGuid": "b07a692a-2023-4b57-9fbc-5672cd3c7c41",
                "priceGroupG_UID": "ImQEUfctEUqHde70fZHsiw==",
                "priceGroupGuid": "51046422-2df7-4a11-8775-eef47d91ec8b",
                "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": "9TMo2oOap0SGafi9Y1S5lw==",
            "priceLevelIdentifierGuid": "da2833f5-9a83-44a7-8669-f8bd6354b997",
            "campaignName": "sample string 3",
            "priceLevelName": "sample string 4"
          },
          {
            "$ref": "103"
          }
        ]
      },
      "product": {
        "$ref": "2"
      },
      "dealCost": {
        "$id": "104",
        "headerIdentifier": "aIa8jY9amkaIUxWM2i+bgw==",
        "headerIdentifierGuid": "8dbc8668-5a8f-469a-8853-158cda2f9b83",
        "identifier": "I3Ar4MdLzk6Cz4sE6wDzow==",
        "identifierGuid": "e02b7023-4bc7-4ece-82cf-8b04eb00f3a3",
        "supplierIdentifier": "M0cPJa4T2Ua/qUKHPaRtuQ==",
        "supplierGuid": "250f4733-13ae-46d9-bfa9-42873da46db9",
        "pluG_UID": "4VL0H+2ZF0OLnNZ0e5o2XA==",
        "pluGuid": "1ff452e1-99ed-4317-8b9c-d6747b9a365c",
        "campaignName": "28a245da-9595-43b8-9fe0-2cdc3d3b18f6",
        "description": "sample string 4",
        "cost": 5,
        "costDecimals": 6,
        "start": "2025-06-14T07:35:05.3334121",
        "end": "2025-06-14T07:35:05.3334121",
        "type": 9,
        "promoType": 10,
        "bonusItemPLUG_UID": "u1lVy2xjZEa2DzEJ+/XQKw==",
        "bonusItemPluGuid": "cb5559bb-636c-4664-b60f-3109fbf5d02b",
        "bonusPurchaseUnits": 11,
        "bonusReceiveUnits": 12,
        "updated": "2025-06-14T07:35:05.3334121",
        "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:35:05.3334121",
        "campaignEndDate": "2025-06-14T07:35:05.3334121",
        "masterPLUG_UID": "pZ1bBuVOoEmh9zfaX7ZH9g==",
        "masterID": "065b9da5-4ee5-49a0-a1f7-37da5fb647f6",
        "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": "YKfSVjnIgku2PGuE8d0Ctg==",
        "bonusMasterID": "56d2a760-c839-4b82-b63c-6b84f1dd02b6",
        "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:35:05.3334121",
    "dealCosts": [
      {
        "$ref": "104"
      },
      {
        "$ref": "104"
      }
    ],
    "tags": [
      {
        "$id": "105",
        "pluG_UID": "WOpYXHbnK0iYji5mPrcdjg==",
        "pluGuid": "5c58ea58-e776-482b-988e-2e663eb71d8e",
        "tagID": 1,
        "description": "sample string 1",
        "storeIDs": [
          1,
          2
        ]
      },
      {
        "$ref": "105"
      }
    ],
    "alternateProductG_UID": "aDmM0ZqmV0i8U8F/0q0uzw==",
    "alternateProduct": "d18c3968-a69a-4857-bc53-c17fd2ad2ecf",
    "productHostCode": {
      "$id": "106",
      "id": 1,
      "pluG_UID": "cfsQa0XKIkCJRDDl0p5/5g==",
      "pluGuid": "6b10fb71-ca45-4022-8944-30e5d29e7fe6",
      "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:35:05.3334121",
    "inventoryTracked": "2025-06-14T07:35:05.3334121",
    "isNormalPriceChangesCampaign": true
  },
  "unknownScan": {
    "$id": "107",
    "pluG_UID": "Hjur3/Xab0inAMDN+CKxKA==",
    "pluGuid": "dfab3b1e-daf5-486f-a700-c0cdf822b128",
    "orderGuid": "dIz4BGuEUEmIqtqUUEXJcA==",
    "orderIdentifier": "04f88c74-846b-4950-88aa-da945045c970",
    "barcode": "sample string 3",
    "created": "2025-06-14T07:35:05.3334121"
  },
  "unknownScanItem": true,
  "substitute": {
    "$ref": "2"
  },
  "warehouseProduct": {
    "$ref": "2"
  },
  "lookup": {
    "$id": "108",
    "pluG_UID": "9HxN80MfI0uMizwe3o45xA==",
    "pluGuid": "f34d7cf4-1f43-4b23-8c8b-3c1ede8e39c4",
    "inventoryGuid": "ynLLNflrz06rdEBZkSof+w==",
    "inventoryIdentifier": "35cb72ca-6bf9-4ecf-ab74-4059912a1ffb",
    "averageWeeklySales": 1.0,
    "inventoryAverageWeeklySales": 1.0,
    "onHand": 1,
    "onHandPacks": 1,
    "onOrder": 1,
    "onOrderPacks": 1,
    "accuracy": 1,
    "lastOrdered": "2025-06-14T07:35:05.3334121",
    "lastOrderQuantity": 1.1,
    "lastReceived": "2025-06-14T07:35:05.3334121",
    "lastReceivedQuantity": 1.1,
    "lastInvoiceStatus": 1
  },
  "productOrderingDetail": {
    "$ref": "10"
  },
  "dealCost": {
    "$ref": "104"
  },
  "nextCost": {
    "$ref": "104"
  },
  "lastChance": true,
  "holdOff": 16,
  "holdOffDate": "2025-06-14T07:35:05.3334121",
  "orderHeader": {
    "$id": "109",
    "orderID": 1,
    "orderGuid": "39yz4qwag0i3Tc2eeqmHEA==",
    "orderIdentifier": "e2b3dcdf-1aac-4883-b74d-cd9e7aa98710",
    "backToBack": 1,
    "b2bGuid": "+F3xPBgnf0yKy1SJ+ygr7w==",
    "b2bIdentifier": "3cf15df8-2718-4c7f-8acb-5489fb282bef",
    "status": 2,
    "created": "2025-06-14T07:35:05.3334121",
    "createdLocal": "2025-06-14T07:35:05.3334121",
    "createdByUser": "sample string 3",
    "storeID": 1,
    "transferGuid": "y4hMKlP6+kOBey+zFfiVpg==",
    "transferIdentifier": "2a4c88cb-fa53-43fa-817b-2fb315f895a6",
    "transferInvoiceIdentifier": "WqJAdAw2PUWVOMl+k3IOCw==",
    "transferInvoiceGuid": "7440a25a-360c-453d-9538-c97e93720e0b",
    "attachedToInvoice": 4,
    "transferType": 1,
    "supplierIdentifier": "ZRp02mMQj0aCaC/cv0/0Ww==",
    "supplierIdentifierGuid": "da741a65-1063-468f-8268-2fdcbf4ff45b",
    "description": "sample string 5",
    "rows": 1,
    "cartons": 1,
    "units": 1,
    "sentCount": 1,
    "sent": "2025-06-14T07:35:05.3334121",
    "sentLocal": "2025-06-14T07:35:05.3334121",
    "sentByUser": "sample string 6",
    "lastSentStatus": 1,
    "cancelled": "2025-06-14T07:35:05.3334121",
    "cancelledLocal": "2025-06-14T07:35:05.3334121",
    "cancelledByUser": "sample string 7",
    "shipped": "2025-06-14T07:35:05.3334121",
    "shippedLocal": "2025-06-14T07:35:05.3334121",
    "shippedByUser": "sample string 8",
    "stockReceived": "2025-06-14T07:35:05.3334121",
    "stockReceivedLocal": "2025-06-14T07:35:05.3334121",
    "stockReceivedByUser": "sample string 9",
    "received": "2025-06-14T07:35:05.3334121",
    "receivedLocal": "2025-06-14T07:35:05.3334121",
    "completed": "2025-06-14T07:35:05.3334121",
    "completedLocal": "2025-06-14T07:35:05.3334121",
    "updated": "2025-06-14T07:35:05.3334121",
    "updatedLocal": "2025-06-14T07:35:05.3334121",
    "dueDate": "2025-06-14T07:35:05.3334121",
    "warehouseNote": "sample string 10",
    "warehouseRef": "sample string 11",
    "pdeSerialNumber": "sample string 12",
    "tradingPartner": 1,
    "orderType": "sample string 1",
    "orderTypeDescription": "sample string 2",
    "stateCode": "sample string 15",
    "mailCarbonCopy": true,
    "mailTo": "sample string 17",
    "mailBcc": "sample string 18",
    "mailReplyTo": "sample string 19",
    "liquor": true,
    "summary": "sample string 21",
    "notes": "sample string 22",
    "supplierNotes": "sample string 23",
    "receiptEmailSent": true,
    "receiptEmailSentId": "sample string 25",
    "receiptEmailSentStatus": "sample string 26",
    "transportCompanyGuid": "ntbxsGP8KU2T75VkdUDiKg==",
    "transportCompanyIdentifier": "b0f1d69e-fc63-4d29-93ef-95647540e22a",
    "autoOrder": 27,
    "hostIdentifier": "YV9CAGYEc0Cg2bxmzTsNYA==",
    "hostIdentifierGuid": "00425f61-0466-4073-a0d9-bc66cd3b0d60",
    "defaultOrderDocumentId": 1,
    "defaultStockReceiveDocumentId": 1,
    "temperature": 1.1,
    "temperatureScale": 28,
    "rating": 29,
    "lastOrderEmailSentId": "sample string 30",
    "lastOrderEmailSentStatus": "sample string 31",
    "deleted": "2025-06-14T07:35:05.3334121",
    "deletedByUser": "sample string 32",
    "autoOrderGuid": "rQrQmWKCU02Rum32TODc+Q==",
    "autoOrderIdentifier": "99d00aad-8262-4d53-91ba-6df64ce0dcf9",
    "autoOrderHeader": {
      "$id": "110",
      "autoOrderGuid": "OLBwlOnU+EOIt8OgIVbm9w==",
      "autoOrderIdentifier": "9470b038-d4e9-43f8-88b7-c3a02156e6f7",
      "orderGuid": "1WrZ4uAJw0Szxk+c4Wt2Sg==",
      "orderIdentifier": "e2d96ad5-09e0-44c3-b3c6-4f9ce16b764a",
      "created": "2025-06-14T07:35:05.3334121",
      "orderID": 1,
      "storeID": 1,
      "orderDate": "2025-06-14T07:35:05.3334121",
      "supplierIdentifier": "cFN6sjC3+06IzOVa3AMrvA==",
      "supplierIdentifierGuid": "b27a5370-b730-4efb-88cc-e55adc032bbc",
      "orderStatus": 1,
      "tradingPartner": 1,
      "simpleAWS": true,
      "defaultMPL": 3,
      "investmentBuy": true,
      "storeName": "sample string 5",
      "supplierName": "sample string 6",
      "description": "sample string 7",
      "orderType": "sample string 8",
      "mailTo": "sample string 9",
      "mailBcc": "sample string 10",
      "notes": "sample string 11",
      "transportCompanyGuid": "LgXSdmULqkOQOYoxa0UUYA==",
      "transportCompanyIdentifier": "76d2052e-0b65-43aa-9039-8a316b451460",
      "store": {
        "$ref": "3"
      },
      "supplier": {
        "$ref": "7"
      },
      "details": [
        {
          "$id": "111",
          "autoOrderGuid": "mW35f45gSEGTHs8bGgLTBQ==",
          "autoOrderIdentifier": "7ff96d99-608e-4148-931e-cf1b1a02d305",
          "pluG_UID": "01cdsW+GnkGkDgoilp0qxw==",
          "pluGuid": "b11d57d3-866f-419e-a40e-0a22969d2ac7",
          "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:35:05.3334121",
          "investmentBuyStatus": 2,
          "processed": "2025-06-14T07:35:05.3334121",
          "product": {
            "$ref": "2"
          },
          "orderCode": "sample string 3",
          "directIndicator": "sample string 4",
          "cycle": {
            "$ref": "14"
          },
          "dayWeighting": {
            "$id": "112",
            "sunday": 1.1
          },
          "inventory": {
            "$id": "113",
            "inventoryGuid": "W8I2McjDBU6PcXFIDH9UZA==",
            "inventoryIdentifier": "3136c25b-c3c8-4e05-8f71-71480c7f5464",
            "created": "2025-06-14T07:35:05.3334121",
            "createdLocal": "2025-06-14T07:35:05.3334121",
            "onHand": 4,
            "onHandPacks": 5,
            "onOrder": 6,
            "onOrderPacks": 7,
            "accuracy": 8,
            "updated": "2025-06-14T07:35:05.3334121",
            "aws": 1.0,
            "history": [
              {
                "$id": "114",
                "inventoryGuid": "LUr+eZRMoEG8yz6Y9Q65Pw==",
                "inventoryIdentifier": "79fe4a2d-4c94-41a0-bccb-3e98f50eb93f",
                "pluG_UID": "Ko7JJR1Q5UCIinlywv/Ylg==",
                "pluIdentifier": "25c98e2a-501d-40e5-888a-7972c2ffd896",
                "inventoryReason": 3,
                "inventoryInvoiceGuid": "+XZgnXNRaEmkHhQuGp1Fvg==",
                "invoiceIdentifier": "9d6076f9-5173-4968-a41e-142e1a9d45be",
                "operatorGuid": "Dy+4/GlM5EqaoW+UJAbKmw==",
                "operatorIdentifier": "fcb82f0f-4c69-4ae4-9aa1-6f942406ca9b",
                "stocktakeGuid": "J0EpqHU9xUSc9i0+fOZCuA==",
                "stocktakeIdentifier": "a8294127-3d75-44c5-9cf6-2d3e7ce642b8",
                "orderGuid": "kP349wzGQUG6xXKP+QWuwg==",
                "orderIdentifier": "f7f8fd90-c60c-4141-bac5-728ff905aec2",
                "saleHeaderGuid": "YNp+M3dhKEmbRDsWkiJjAg==",
                "saleHeaderGuidIdentifier": "337eda60-6177-4928-9b44-3b1692226302",
                "dumpStockID": 1,
                "fuelDeliveryID": 1,
                "creditNoteIdentifier": "8EVjpQ//3EqF9EhIxHrnUA==",
                "creditNoteGuid": "a56345f0-ff0f-4adc-85f4-4848c47ae750",
                "inventorySourceGuid": "1taSQspsxE28NV+wOccPYQ==",
                "inventorySourceIdentifier": "4292d6d6-6cca-4dc4-bc35-5fb039c70f61",
                "createdLocal": "2025-06-14T07:35:05.3334121",
                "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:35:05.3334121",
                "createdLocalTime": "2025-06-14T07:35:05.3334121",
                "storeID": 14,
                "barcode": "sample string 15",
                "directCode": "sample string 16",
                "productName": "sample string 17",
                "salesMode": 18,
                "orderPacked": 19,
                "invoice": {
                  "$id": "115",
                  "inventoryInvoiceGuid": "UUD8MMwM4EyDm7Cc5vC+Zw==",
                  "invoiceIdentifier": "30fc4051-0ccc-4ce0-839b-b09ce6f0be67",
                  "inventoryGuid": "mV2k8/7pQkGUHDK1b5BA5Q==",
                  "inventoryIdentifier": "f3a45d99-e9fe-4142-941c-32b56f9040e5",
                  "supplierIdentifier": "cusAJTaVQkWhIG6L9jDnrg==",
                  "supplierGuid": "2500eb72-9536-4542-a120-6e8bf630e7ae",
                  "orderGuid": "KXXJm/nOi0Ko+qRqfRS3jg==",
                  "orderIdentifier": "9bc97529-cef9-428b-a8fa-a46a7d14b78e",
                  "invoiceHeaderIdentifier": "0H8583JnQ0G9isJrfavWfA==",
                  "invoiceHeaderGuid": "f3397fd0-6772-4143-bd8a-c26b7dabd67c",
                  "created": "2025-06-14T07:35:05.3334121",
                  "ordered": "2025-06-14T07:35:05.3334121",
                  "storeID": 1,
                  "bestOrExpire": "2025-06-14T07:35:05.3334121",
                  "bestOrExpireType": 1,
                  "units": 1,
                  "weight": 1,
                  "received": "2025-06-14T07:35:05.3334121",
                  "cost": 1,
                  "totalCost": 1,
                  "freightCost": 1,
                  "inStock": 1,
                  "pluG_UID": "j885nw/oYUq039DoQrLH8A==",
                  "pluGuid": "9f39cf8f-e80f-4a61-b4df-d0e842b2c7f0",
                  "orderInventoryGuid": "9sF0GdeqTkConO/5/I1fPw==",
                  "orderInventoryIdentifier": "1974c1f6-aad7-404e-a89c-eff9fc8d5f3f",
                  "supplier": {
                    "$ref": "7"
                  },
                  "inventoryUnits": [
                    {
                      "$id": "116",
                      "invoiceItemNo": 1,
                      "inventoryInvoiceGuid": "sWjjR/zk40yDt9ZJjJxspw==",
                      "invoiceIdentifier": "47e368b1-e4fc-4ce3-83b7-d6498c9c6ca7",
                      "inventoryGuid": "Lnck8BrRBESWsIWVMy7gwA==",
                      "inventoryIdentifier": "f024772e-d11a-4404-96b0-8595332ee0c0",
                      "serialNumber": "sample string 3",
                      "sold": "2025-06-14T07:35:05.3334121",
                      "saleItemID": 1,
                      "storeID": 1,
                      "returned": "2025-06-14T07:35:05.3334121",
                      "dumped": 1,
                      "saleHeaderID": 1
                    },
                    {
                      "$ref": "116"
                    }
                  ]
                },
                "invoiceHeaderIdentifier": "GGYLz17SzkG3Qu5oVh8dEQ==",
                "invoiceHeaderGuid": "cf0b6618-d25e-41ce-b742-ee68561f1d11",
                "invoiceNumber": "sample string 20",
                "invoiceCost": 1,
                "invoiceCostDecimals": 1,
                "orderNumber": 1,
                "orderReceivingStoreName": "sample string 21",
                "orderSendingStoreName": "sample string 22",
                "creditNoteID": 1,
                "reason": {
                  "$id": "117",
                  "id": 1,
                  "name": "sample string 1",
                  "allowRF": 2,
                  "dumpStock": 3,
                  "creditRequest": 4,
                  "excludeFromLoss": 5,
                  "reserved": 6,
                  "updated": "2025-06-14T07:35:05.3334121"
                },
                "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": "114"
              }
            ],
            "products": [
              {
                "$ref": "2"
              },
              {
                "$ref": "2"
              }
            ],
            "lastInvoiceCost": 1
          },
          "aws": 5.0,
          "explanations": [
            {
              "$id": "118",
              "pluG_UID": "V9rz+3jHVkW4IKKhuyUKng==",
              "pluGuid": "fbf3da57-c778-4556-b820-a2a1bb250a9e",
              "consolidatedSales": {
                "$id": "119",
                "1": {
                  "$id": "120",
                  "discountPercentage": 1,
                  "days": 2,
                  "quantity": 3.1,
                  "aws": 3.1,
                  "cartonQuantity": 4.1,
                  "lowQuality": true
                },
                "2": {
                  "$ref": "120"
                }
              },
              "dailyPrices": {
                "$id": "121",
                "2025-06-14T07:35:05.3334121": {
                  "$id": "122",
                  "date": "2025-06-14T07:35:05.3334121",
                  "salePrice": 1,
                  "campaign": "sample string 2",
                  "campaignDescription": "sample string 3",
                  "combo": true,
                  "comboPriceGroupG_UID": "k5JeS8qiFkCwyxXB2LqtTQ==",
                  "comboPriceGroupGuid": "4b5e9293-a2ca-4016-b0cb-15c1d8baad4d"
                }
              },
              "onHandPredictions": [
                {
                  "$id": "123",
                  "autoOrderGuid": "FYwYWGu5sU2QxDvB0WWiCg==",
                  "autoOrderIdentifier": "58188c15-b96b-4db1-90c4-3bc1d165a20a",
                  "pluG_UID": "QR1yHnJTRUacHwFWWMiavA==",
                  "pluGuid": "1e721d41-5372-4645-9c1f-015658c89abc",
                  "childPLUG_UID": "IAiDil7DOkyaEwCuyCsVRg==",
                  "childPluGuid": "8a830820-c35e-4c3a-9a13-00aec82b1546",
                  "date": "2025-06-14T07:35:05.3334121",
                  "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": "123"
                }
              ],
              "predictions": [
                {
                  "$ref": "123"
                },
                {
                  "$ref": "123"
                }
              ],
              "product": {
                "$ref": "2"
              }
            },
            {
              "$ref": "118"
            }
          ],
          "supplierOrderingDetail": {
            "$ref": "10"
          },
          "manufacturerSupplier": "1c98e09e-b94c-49c9-a744-696abaefa5aa",
          "cartonQuantity": 1,
          "sellPrice": 1,
          "cost": 1,
          "costDecimals": 1,
          "bufferDays": 6,
          "boostDays": 7
        },
        {
          "$ref": "111"
        }
      ],
      "boosts": [
        {
          "$id": "124",
          "autoOrderGuid": "Bpx1XXUjsEqXQvXCAm18Og==",
          "autoOrderIdentifier": "5d759c06-2375-4ab0-9742-f5c2026d7c3a",
          "date": "2025-06-14T07:35:05.3334121",
          "boost": 2
        },
        {
          "$ref": "124"
        }
      ]
    },
    "supplierName": "sample string 33",
    "supplierStoreID": 1,
    "supplierCartonsOnly": true,
    "supplierEnforceMinimumQuantity": true,
    "supplierMinimumOrderValue": 1,
    "storeName": "sample string 36",
    "orderCode": {
      "$id": "125",
      "code": "sample string 1",
      "description": "sample string 2"
    },
    "store": {
      "$ref": "3"
    },
    "supplier": {
      "$ref": "7"
    },
    "totalCostInc": 37.0,
    "totalPickedCostInc": 38.0,
    "totalReceivedCostInc": 39.0,
    "total": {
      "$id": "126",
      "orderGuid": "EbLrWZOMV0mKJDKYatpD8w==",
      "orderIdentifier": "59ebb211-8c93-4957-8a24-32986ada43f3",
      "supplierIdentifier": "4e7zg/tRF0+ARhIWXVJYag==",
      "supplierGuid": "83f3eee1-51fb-4f17-8046-12165d52586a",
      "records": 1,
      "cartons": 2.1,
      "cartonQuantity": 3,
      "weight": 4,
      "costInc": 5,
      "sellInc": 6,
      "costGST": 7,
      "sellGST": 8,
      "pickedCostInc": 9,
      "pickedSellInc": 10,
      "receivedRecords": 11,
      "receivedWeight": 1,
      "receivedCartons": 1,
      "receivedCartonQuantity": 1,
      "receivedUnits": 1,
      "receivedSellInc": 12,
      "receivedCostInc": 13,
      "receivedCostGST": 14,
      "receivedSellGST": 15,
      "investmentBuyRecords": 16,
      "investmentBuyCartons": 17.1,
      "investmentBuyCartonQuantity": 18,
      "investmentBuyWeight": 19,
      "investmentBuyCostInc": 20,
      "investmentBuySellInc": 21,
      "investmentBuyCostGST": 22,
      "investmentBuySellGST": 23,
      "investmentBuySavedAmount": 24.1
    },
    "details": [
      {
        "$ref": "1"
      },
      {
        "$ref": "1"
      }
    ],
    "unknownScans": [
      {
        "$ref": "107"
      },
      {
        "$ref": "107"
      }
    ],
    "transportCompany": {
      "$id": "127",
      "identifier": "PJG1FgPTmU6s/xMJqo4HMA==",
      "identifierGuid": "16b5913c-d303-4e99-acff-1309aa8e0730",
      "companyName": "sample string 1",
      "abn": "sample string 2",
      "address1": "sample string 3",
      "address2": "sample string 4",
      "telephone": "sample string 5",
      "primaryContactGuid": "qg8D4xf7v0acGtxT7JDm3w==",
      "primaryContactID": "e3030faa-fb17-46bf-9c1a-dc53ec90e6df",
      "primaryContact": {
        "$ref": "8"
      }
    }
  },
  "invoiceDetail": {
    "$id": "128",
    "identifier": "F+WAwdw0uUCmfN29nxL4Ig==",
    "identifierGuid": "c180e517-34dc-40b9-a67c-ddbd9f12f822",
    "headerIdentifier": "ou8maI8zgUeRBmjb07x/bQ==",
    "headerIdentifierGuid": "6826efa2-338f-4781-9106-68dbd3bc7f6d",
    "pluG_UID": "hgQabFTDskOhlKxmhDTwMw==",
    "pluGuid": "6c1a0486-c354-43b2-a194-ac668434f033",
    "pageNo": 1,
    "lineNo": 1,
    "itemOrdered": "sample string 1",
    "itemShipped": "sample string 2",
    "apn": "sample string 3",
    "barcode": "sample string 4",
    "prodStatus": 0,
    "dateAvailable": "2025-06-14T07:35:05.3334121",
    "commodity": "sample string 5",
    "supplier": "sample string 6",
    "itemDesc": "sample string 7",
    "itemType": 48,
    "investmentBuyInd": "A",
    "orderType": "sample string 8",
    "cartonQty": 1,
    "cartonQuantitySpecified": true,
    "soldByWeight": true,
    "orderByWeight": true,
    "unitsOrdered": 1,
    "unitsSupplied": 1,
    "unitsReceived": 1,
    "weightOrdered": 1,
    "weightShipped": 1,
    "weightReceived": 1,
    "unitSpecified": 11,
    "wholesalePrice": 1,
    "extWholesalePrice": 1,
    "normalPrice": 1,
    "retailPrice": 1,
    "pricingUnit": "sample string 12",
    "claimFlag": "A",
    "gstRate": 1,
    "gstAmount": 1,
    "extGstAmount": 1,
    "deliWeight": 1,
    "marginAmount": 1,
    "extMarginAmount": 1,
    "costAmount": 1,
    "orderedCostAmount": 1,
    "extCostAmount": 1,
    "costIncSpecified": true,
    "freightAmount": 14,
    "freightGstAmount": 15,
    "extFreightAmount": 16,
    "extFreightGstAmount": 17,
    "costDecimals": 18,
    "wetRate": 1,
    "containerDeposit": 1,
    "basePrice": 1,
    "wetValue": 1,
    "deliveryFee": 1,
    "casePrice": 1,
    "wholesaleExt": 1,
    "wetExt": 1,
    "totalLitres": 1,
    "tun": "sample string 19",
    "applyDetails": true,
    "applySell": true,
    "applyCost": true,
    "applyOr": true,
    "applyQty": true,
    "itemNumber": "sample string 20",
    "directNumber": "sample string 21",
    "itemSize": "sample string 22",
    "costGst": 1,
    "sellGst": 1,
    "costOr": 1,
    "sellOr": 1,
    "marginOr": 1,
    "grossProfit": 1.0,
    "sell": 1,
    "cartonCost": 1,
    "currentCost": 1,
    "costID": "A",
    "costStart": "2025-06-14T07:35:05.3334121",
    "costEnd": "2025-06-14T07:35:05.3334121",
    "createdFromUnknownScan": true,
    "orderGuid": "N9AsjFZjAUO2fGREfQJyWw==",
    "orderIdentifierGuid": "8c2cd037-6356-4301-b67c-64447d02725b",
    "processed": true,
    "received": true,
    "inventoried": true,
    "fromElectronicInvoice": true,
    "allowDelete": true,
    "updated": "2025-06-14T07:35:05.3334121",
    "invoiceNo": "sample string 28",
    "hasInventory": true,
    "existingCost": 30.1,
    "existingSell": 31.1,
    "futureCost": 1.1,
    "futureSell": 1.1,
    "nextSell": 1.1,
    "nextSellCampaignName": "sample string 32",
    "nextSellCampaignDescription": "sample string 33",
    "unknownScan": {
      "$id": "129",
      "pluG_UID": "2VMjH2BAwEigGZza9+TOVA==",
      "pluGuid": "1f2353d9-4060-48c0-a019-9cdaf7e4ce54",
      "invoiceIdentifier": "Xhh5jfWFAE6MY79OqWAZ+w==",
      "invoiceGuid": "8d79185e-85f5-4e00-8c63-bf4ea96019fb",
      "barcode": "sample string 3",
      "itemNumber": "sample string 4",
      "created": "2025-06-14T07:35:05.3334121"
    },
    "productActive": true,
    "productSalesMode": 35,
    "productGSTPercent": 36,
    "productCostCalcMethod": 37,
    "productAlwaysApplyMargin": true,
    "productMarginRanged": true,
    "productMargin": 1.1,
    "productMinimumMargin": 1.1,
    "productMaximumMargin": 1.1,
    "priceGroupG_UID": "5+U9lCvu5E2BFkKkwArjrg==",
    "priceGroupGuid": "943de5e7-ee2b-4de4-8116-42a4c00ae3ae",
    "priceGroupName": "sample string 40",
    "priceGroupCode": "sample string 41",
    "product": {
      "$ref": "2"
    },
    "incrementCount": true,
    "minimumQuantity": 1,
    "randomWeight": true,
    "salesMode": 43,
    "cartons": 1,
    "weight": 1,
    "units": 1,
    "autoOrderStatus": 1,
    "invoiceDetailReceive": true
  },
  "autoOrderDetail": {
    "$ref": "111"
  },
  "doNotRange": true,
  "doNotOrder": true,
  "costGSTPercent": 1,
  "orderDetailReceive": true
}

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.