POST 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": "meVEaKNs00GtotZWfaKYVw==",
  "orderIdentifier": "6844e599-6ca3-41d3-ada2-d6567da29857",
  "pluG_UID": "FCSgUyg+PkGeQzUxGjdskA==",
  "pluGuid": "53a02414-3e28-413e-9e43-35311a376c90",
  "created": "2025-06-14T07:34:00.1909948",
  "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": "JtBDy35sAU+OhtjsANC+tw==",
  "substituteGuid": "cb43d026-6c7e-4f01-8e86-d8ec00d0beb7",
  "warehousePLUG_UID": "Okp+AdoVgEGm3mBFEFz7iQ==",
  "warehousePluGuid": "017e4a3a-15da-4180-a6de-6045105cfb89",
  "updated": "2025-06-14T07:34:00.1909948",
  "increment": true,
  "description": "sample string 13",
  "product": {
    "$id": "2",
    "plu": 1,
    "storeID": 1,
    "masterPluG_UID": "QEA=",
    "storeIDs": [
      1,
      2
    ],
    "g_UId": "me84KBsiU0yYZWFsK62ztQ==",
    "guid": "2838ef99-221b-4c53-9865-616c2badb3b5",
    "apn": "sample string 1",
    "apnChanged": true,
    "apnSwitched": true,
    "barcode": "sample string 4",
    "itemNumber": "sample string 5",
    "itemNumberChanged": true,
    "priceGroupG_UID": "52Y0mQUzNU6pLJs6Wjrugg==",
    "priceGroupGuid": "993466e7-3305-4e35-a92c-9b3a5a3aee82",
    "blueprintID": 1,
    "lastCountedDate": "2025-06-14T07:34:00.2066154",
    "externalID": "sample string 7",
    "active": true,
    "activated": "2025-06-14T07:34:00.2066154",
    "pluCreated": "2025-06-14T07:34:00.2066154",
    "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:34:00.2066154",
    "lastManualUpdate": "2025-06-14T07:34:00.2066154",
    "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:34:00.2066154",
    "currentCostUpdated": "2025-06-14T07:34:00.2066154",
    "costDecimals": 31,
    "costChanged": true,
    "dealCostIdentifier": "QEA=",
    "excludeFromRebate": true,
    "rebateOverride": 1,
    "costCalcMethod": 1,
    "costCalcMethodChanged": true,
    "costEffectiveDate": "2025-06-14T07:34:00.2066154",
    "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:34:00.2066154",
    "posTare": 1,
    "altPrice": 1.0,
    "altPriceChanged": true,
    "altPriceMode": 52,
    "altPriceModeChanged": true,
    "altPLUG_UID": "ntOmL1MvrU+XO+q2ZG2JpQ==",
    "altPLUGuid": "2fa6d39e-2f53-4fad-973b-eab6646d89a5",
    "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:34:00.2066154",
    "labelLastPrice": 1,
    "shelfPageLayoutG_UID": "kvu0J0U1MEG0zhKUvFNDgQ==",
    "shelfPageLayoutGuid": "27b4fb92-3545-4130-b4ce-1294bc534381",
    "talkerPageLayoutG_UID": "3Zyd69IwLUKIL8WP6/q7Aw==",
    "talkerPageLayoutGuid": "eb9d9cdd-30d2-422d-882f-c58febfabb03",
    "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": "iCBgQFHlM0uJ0zslrEJJWA==",
    "inventoryIdentifier": "40602088-e551-4b33-89d3-3b25ac424958",
    "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": "crQjx3aL4EC3uMYwfSOnmw==",
    "parentPluGuid": "c723b472-8b76-40e0-b7b8-c6307d23a79b",
    "preferredHostVendor": 103,
    "preferredHostChanged": true,
    "code": "sample string 105",
    "supplierIdentifier": "kYSbZd9fyEKFgsglvCKoPw==",
    "supplierIdentifierGuid": "659b8491-5fdf-42c8-8582-c825bc22a83f",
    "supplierChanged": true,
    "rebateSupplierIdentifier": "VTG04jku70qgrx2CRcYpyQ==",
    "rebateSupplierIdentifierGuid": "e2b43155-2e39-4aef-a0af-1d8245c629c9",
    "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:34:00.2066154",
    "commodity": "sample string 120",
    "businessPillar": "sample string 121",
    "mscCommodity": "sample string 122",
    "hostIdentifier": "SQ5IwbfqSk+3isJ4IRzOoQ==",
    "hostIdentifierGuid": "c1480e49-eab7-4f4a-b78a-c278211ccea1",
    "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:34:00.2066154",
      "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": "skFaG8NKPk+pJmAA9WtCDA==",
      "hostIdentifierGuid": "1b5a41b2-4ac3-4f3e-a926-6000f56b420c",
      "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:34:00.2066154",
      "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": "VpZKF8Ho1kCq2eHngDCdkQ==",
          "hostIdentifierGuid": "174a9656-e8c1-40d6-aad9-e1e780309d91",
          "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": "wx1IZrW4jkOeDqBt7HOgIA==",
            "identifierGuid": "66481dc3-b8b5-438e-9e0e-a06dec73a020",
            "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": "cdTEmSeRD0eH+I5by8LaAA==",
            "hostSupplierIdentifierGuid": "99c4d471-9127-470f-87f8-8e5bcbc2da00",
            "loyaltyPriceLevelIdentifier": "A3nAeVBmmU2sfUlUj80emQ==",
            "loyaltyPriceLevelIdentifierGuid": "79c07903-6650-4d99-ac7d-49548fcd1e99",
            "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:34:00.2066154",
            "lastProcessed": "2025-06-14T07:34:00.2066154",
            "hold": true,
            "supplierName": "sample string 35",
            "supplier": {
              "$id": "7",
              "identifier": "CQUjJa5UEkS+idMI1yVgsw==",
              "identifierGuid": "25230509-54ae-4412-be89-d308d72560b3",
              "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": "r0rESF5zzE6aA9QkBtEX+g==",
              "primaryContactID": "48c44aaf-735e-4ecc-9a03-d42406d117fa",
              "storeID": 1,
              "abn": "sample string 16",
              "supplierGroupIdentifier": "XBwKVCE5skWVn074sLozyA==",
              "supplierGroupGuid": "540a1c5c-3921-45b2-959f-4ef8b0ba33c8",
              "rebate": 1.0,
              "rebateType": 1,
              "rebateFrequency": 1,
              "rebateSource": 1,
              "rebateLastClaimed": "2025-06-14T07:34:00.2066154",
              "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": "63c23c5f-dc2a-4769-a757-08dc3bc143ec",
                "identifier": "Jql4dP2yQk22cC9QH7FPzg==",
                "identifierGuid": "7478a926-b2fd-4d42-b670-2f501fb14fce",
                "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": "vjXqZubJ10aGnFOSaLVs/A==",
                  "supplierIdentifierGuid": "66ea35be-c9e6-46d7-869c-539268b56cfc",
                  "contactGuid": "p1urEb8eREeUiJxTBa90tw==",
                  "contactID": "11ab5ba7-1ebf-4744-9488-9c5305af74b7",
                  "contact": {
                    "$ref": "8"
                  },
                  "supplier": {
                    "$ref": "7"
                  }
                },
                {
                  "$ref": "9"
                }
              ],
              "products": [
                {
                  "$id": "10",
                  "pluG_UID": "y1WVNaasV0y+2pQyemmwcg==",
                  "pluGuid": "359555cb-aca6-4c57-beda-94327a69b072",
                  "supplierIdentifier": "kwTHusxXd0KCgFsQZ84YKg==",
                  "supplierIdentifierGuid": "bac70493-57cc-4277-8280-5b1067ce182a",
                  "cartonQuantity": 1,
                  "cartonQuantityChanged": true,
                  "productSize": "sample string 2",
                  "cigarettesPerSleeve": 1,
                  "randomWeight": true,
                  "piecesPerUnit": 4,
                  "averagePackSize": 5,
                  "effectiveDate": "2025-06-14T07:34:00.2066154",
                  "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:34:00.2066154",
                  "rebate": 1.0,
                  "rebateExclude": true,
                  "invoiceCodes": [
                    {
                      "$id": "11",
                      "pluG_UID": "GwcUITI33k6rlZV0AKkrWA==",
                      "pluGuid": "2114071b-3732-4ede-ab95-957400a92b58",
                      "supplierIdentifier": "qdOpMz0eI065dqicVQ0RvQ==",
                      "supplierIdentifierGuid": "33a9d3a9-1e3d-4e23-b976-a89c550d11bd",
                      "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": "sYfUYShK7k+oNtNyujwIuQ==",
                  "parentPluGuid": "61d487b1-4a28-4fee-a836-d372ba3c08b9",
                  "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": "5Mgo2U/iZkiizBzap3Z0sg==",
                  "supplierGuid": "d928c8e4-e24f-4866-a2cc-1cdaa77674b2",
                  "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": "mFHe5Czw4Umucd5api+NBQ==",
                  "supplierGuid": "e4de5198-f02c-49e1-ae71-de5aa62f8d05",
                  "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:34:00.2066154",
                  "deliveryDate": "2025-06-14T07:34:00.2066154",
                  "nextCutOffDate": "2025-06-14T07:34:00.2066154",
                  "nextDeliveryDate": "2025-06-14T07:34:00.2066154",
                  "nextDaysBuffer": 10
                },
                {
                  "$ref": "14"
                }
              ],
              "store": {
                "$ref": "3"
              },
              "updated": "2025-06-14T07:34:00.2066154",
              "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:34:00.2066154",
                "processed": "2025-06-14T07:34:00.2066154",
                "isProcessing": true,
                "processedCount": 6,
                "processingTime": 1,
                "collectedUtc": "2025-06-14T07:34:00.2066154",
                "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:34:00.2066154",
                  "businessPillar": "sample string 3",
                  "fileType": "sample string 4"
                }
              },
              {
                "$ref": "15"
              }
            ],
            "zoneMatrix": [
              {
                "$id": "17",
                "id": 1,
                "hostIdentifier": "gm9hfC1QFUKN0Znc/2jrmg==",
                "hostIdentifierGuid": "7c616f82-502d-4215-8dd1-99dcff68eb9a",
                "storeID": 1,
                "departmentCode": "sample string 2",
                "hostGuids": [
                  "a44c02b5-d3a8-4a04-97b7-64fb4b829de8",
                  "ee6e388e-3e86-4e57-9d91-5dcb7248d449"
                ]
              },
              {
                "$ref": "17"
              }
            ],
            "hostFileStoreSetting": {
              "$ref": "5"
            },
            "hostStoreSettings": [
              {
                "$ref": "5"
              },
              {
                "$ref": "5"
              }
            ],
            "promotionPlacements": [
              {
                "$id": "18",
                "identifier": "HuIk3EzHGkOgv9RNyHUOTw==",
                "identifierGuid": "dc24e21e-c74c-431a-a0bf-d44dc8750e4f",
                "code": "sample string 2",
                "description": "sample string 3",
                "isAdvertised": true
              },
              {
                "$ref": "18"
              }
            ],
            "promoTypeGuids": [
              "10f6abf1-8738-42d7-8bd4-a75a5ebecbcd",
              "06e9a88c-9db0-4dbb-8999-1da8b9c92201"
            ],
            "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:34:00.2066154",
          "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": "c6c6962d-ff80-4ba5-8adc-cd95029e0aea",
      "updateStore": {
        "$id": "24",
        "id": "6f6ec14f-5ae3-4b9f-b99c-234d6a8a3649",
        "name": "sample string 1",
        "lastActivity": "2025-06-14T07:34:00.2066154",
        "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:34:00.2066154"
      },
      "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": "oMYFRFA70EaO+x1vJ+4vBQ==",
        "pluGuid": "4405c6a0-3b50-46d0-8efb-1d6f27ee2f05",
        "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:34:00.2066154"
      },
      {
        "$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:34:00.2066154",
        "priceChangeType": 0,
        "costDecimals": 10
      },
      "normalPluPrices": {
        "$ref": "28"
      },
      "winningCampaign": 1,
      "winner": {
        "$id": "29",
        "campaignName": "sample string 1",
        "campaignDescription": "sample string 2",
        "startDate": "2025-06-14T07:34:00.2066154",
        "startTime": 3,
        "endDate": "2025-06-14T07:34:00.2066154",
        "endTime": 4,
        "newPrice": 5,
        "newCost": 6,
        "newCostDecimals": 7,
        "pctDiscount": 8,
        "promoType": 1,
        "promotionTypeCode": "sample string 9",
        "hostType": 10,
        "hostIdentifier": "OS+25QccT06YztBiQUiROA==",
        "hostIdentifierGuid": "e5b62f39-1c07-4e4f-98ce-d06241489138",
        "storeNames": [
          "sample string 1",
          "sample string 2"
        ]
      },
      "details": [
        {
          "$ref": "29"
        },
        {
          "$ref": "29"
        }
      ]
    },
    "tray": {
      "$id": "30",
      "g_UId": "OkrdHWY4fU69PQwKiwptUw==",
      "guid": "1ddd4a3a-3866-4e7d-bd3d-0c0a8b0a6d53",
      "name": "sample string 1",
      "number": 1,
      "tare": 1
    },
    "priceGroup": {
      "$id": "31",
      "priceGroupG_UID": "QsYLNPsb2UGZac3bzye++w==",
      "priceGroupGuid": "340bc642-1bfb-41d9-9969-cddbcf27befb",
      "name": "sample string 2",
      "code": 1,
      "modified": true,
      "updated": "2025-06-14T07:34:00.2066154",
      "buyingLimit": 1,
      "buyingLimitIndependent": true,
      "buyingLimitType": 0,
      "number": 1,
      "products": [
        {
          "$ref": "2"
        },
        {
          "$ref": "2"
        }
      ],
      "productCount": 1
    },
    "priceGroupName": "sample string 145",
    "nutrifacts": {
      "$id": "32",
      "pluG_UID": "VvQ++woPKUKjWAlN5lzpBw==",
      "pluGuid": "fb3ef456-0f0a-4229-a358-094de65ce907",
      "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": "cf53bf69-622e-46af-94ab-4c6d115e7b88",
      "created": "2025-06-14T07:34:00.2066154",
      "createdByUser": "sample string 1",
      "activated": "2025-06-14T07:34:00.2066154",
      "deactivated": "2025-06-14T07:34:00.2066154",
      "lastOrdered": "2025-06-14T07:34:00.2066154",
      "lastOrderedQty": 2.0,
      "lastReceived": "2025-06-14T07:34:00.2066154",
      "lastReceivedQty": 3.0,
      "lastInvoiceStatus": 1,
      "lastCounted": "2025-06-14T07:34:00.2066154",
      "lastSold": "2025-06-14T07:34:00.2066154",
      "firstSold": "2025-06-14T07:34:00.2066154",
      "awsUpdated": "2025-06-14T07:34:00.2066154",
      "lastManualUpdate": "2025-06-14T07:34:00.2066154",
      "lastManualUpdatedByUser": "sample string 5",
      "lastUpdated": "2025-06-14T07:34:00.2066154",
      "lastUpdatedByUser": "sample string 7",
      "lastUpdatedByHost": "2025-06-14T07:34:00.2066154",
      "doNotRangeUpdated": "2025-06-14T07:34:00.2066154",
      "doNotOrderUpdated": "2025-06-14T07:34:00.2066154",
      "tracked": "2025-06-14T07:34:00.2066154"
    },
    "allergens": [
      {
        "$id": "34",
        "allergenID": 1,
        "pluG_UID": "di+QbFV/oUqqChdGCLKSgg==",
        "pluGuid": "6c902f76-7f55-4aa1-aa0a-174608b29282",
        "contains": 2,
        "allergenName": "sample string 3",
        "storeIDs": [
          1,
          2
        ]
      },
      {
        "$ref": "34"
      }
    ],
    "costs": {
      "$id": "35",
      "pluG_UID": "v2gQnEl1XES1tc7IUnZUsg==",
      "pluGuid": "9c1068bf-7549-445c-b5b5-cec8527654b2",
      "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:34:00.2066154",
      "normalCost": 1,
      "currentCost": 1
    },
    "sales": [
      {
        "$id": "36",
        "saleHeaderID": 1,
        "created": "2025-06-14T07:34:00.2066154",
        "createdLocal": "2025-06-14T07:34:00.2066154",
        "storeID": 3,
        "storeName": "sample string 4",
        "operatorG_Uid": "d+Mp0xvmiEW9uxwXSIAVyw==",
        "operatorGuid": "d329e377-e61b-4588-bdbb-1c17488015cb",
        "operatorName": "sample string 5",
        "tranType": 1,
        "plu": 1,
        "pluG_UId": "WzLqF4lYYkGwbPO8PeVxAw==",
        "pluGuid": "17ea325b-5889-4162-b06c-f3bc3de57103",
        "normalPrice": 1,
        "totalCents": 1,
        "cost": 1,
        "grossProfit": 1,
        "quantity": 1,
        "operator": {
          "$id": "37",
          "id": 1,
          "g_Uid": "SVSPAm8qpUimSIuyRZfsFg==",
          "guid": "028f5449-2a6f-48a5-a648-8bb24597ec16",
          "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:34:00.2066154",
          "passwordResetRequired": true,
          "alteredInStore": true,
          "startShift": "2025-06-14T07:34:00.2066154",
          "endShift": "2025-06-14T07:34:00.2066154",
          "machineName": "sample string 20",
          "drawerID": 1,
          "stores": [
            {
              "$id": "38",
              "operatorG_UID": "8AoZHwGSJU2xnlHEGzu+ZQ==",
              "operatorGuid": "1f190af0-9201-4d25-b19e-51c41b3bbe65",
              "storeID": 2,
              "operator": {
                "$ref": "37"
              },
              "store": {
                "$ref": "3"
              }
            },
            {
              "$ref": "38"
            }
          ]
        }
      },
      {
        "$ref": "36"
      }
    ],
    "apns": [
      {
        "$id": "39",
        "pluID": 1,
        "pluG_UID": "SAP9lQLXc0+1ZT7KHz63ow==",
        "pluGuid": "95fd0348-d702-4f73-b565-3eca1f3eb7a3",
        "apn": "sample string 1",
        "deleted": true,
        "storeID": 1,
        "storeIDs": [
          1,
          2
        ]
      },
      {
        "$ref": "39"
      }
    ],
    "tuns": [
      {
        "$id": "40",
        "pluG_UId": "lwq9ywiPXEeTA39V2KGI8A==",
        "pluGuid": "cbbd0a97-8f08-475c-9303-7f55d8a188f0",
        "apn": "sample string 1",
        "tun": "sample string 2",
        "cartonQuantity": 3,
        "product": {
          "$ref": "2"
        },
        "storeIDs": [
          1,
          2
        ]
      },
      {
        "$ref": "40"
      }
    ],
    "competitionPricing": [
      {
        "$id": "41",
        "identifier": "9w6GSwAxMk6lat5uzVLZpQ==",
        "identifierGuid": "4b860ef7-3100-4e32-a56a-de6ecd52d9a5",
        "pluG_UID": "z8nuxyAZ5k6ycuSM2Omufw==",
        "pluGuid": "c7eec9cf-1920-4ee6-b272-e48cd8e9ae7f",
        "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": "r6qwM23AnUGcwA3LFdwiiw==",
        "groupName": "sample string 1",
        "identifierGuid": "33b0aaaf-c06d-419d-9cc0-0dcb15dc228b",
        "exists": true,
        "flipChartIdentifier": "3Xa2xWDpkEuu3vqLG8zn+g==",
        "flipChartIdentifierGuid": "c5b676dd-e960-4b90-aede-fa8b1bcce7fa",
        "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": "/XrXnR3Pk0alOhrzQzgAhw==",
        "groupIdentifierGuid": "9dd77afd-cf1d-4693-a53a-1af343380087",
        "flipChart": {
          "$id": "43",
          "identifier": "eSHON23RfEG4f+jN8KKAcA==",
          "identifierGuid": "37ce2179-d16d-417c-b87f-e8cdf0a28070",
          "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": "t+CAWV/ZGkut7BGx+HFJvA==",
            "identifierGuid": "5980e0b7-d95f-4b1a-adec-11b1f87149bc",
            "name": "sample string 2",
            "formType": "sample string 3",
            "forms": [
              {
                "$id": "45",
                "id": 1,
                "g_UID": "OYqqlXGTHkqGRyVkhn2bAQ==",
                "guid": "95aa8a39-9371-4a1e-8647-2564867d9b01",
                "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": "7Q4VH0de90SyLM6VLd6ofA==",
                "previousFormGuid": "1f150eed-5e47-44f7-b22c-ce952ddea87c",
                "nextForm": 1,
                "nextFormG_UID": "nO6gLOePYk2a3X81M3wlsA==",
                "nextFormGuid": "2ca0ee9c-8fe7-4d62-9add-7f35337c25b0",
                "attributes": "sample string 10",
                "updated": "2025-06-14T07:34:00.2066154",
                "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": "gVZ6k7Z20kqylYW6Yx+ayA==",
                    "checkoutFormGuid": "937a5681-76b6-4ad2-b295-85ba631f9ac8",
                    "identifier": "IPaQgqfdSEiA5wnb0xXimA==",
                    "identifierGuid": "8290f620-dda7-4848-80e7-09dbd315e298",
                    "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": "e+JWP5j7GEGmVR0cPhdDyA==",
                    "valueGuid": "3f56e27b-fb98-4118-a655-1d1c3e1743c8",
                    "buttonText": "sample string 10",
                    "valueText": "sample string 11",
                    "drawImageAndButton": true,
                    "updated": "2025-06-14T07:34:00.2066154",
                    "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:34:00.2066154",
                      "imageData": "QEA=",
                      "readOnly": true
                    }
                  },
                  {
                    "$ref": "46"
                  }
                ],
                "panels": [
                  {
                    "$id": "48",
                    "id": 1,
                    "checkoutFormID": 2,
                    "checkoutFormG_UID": "D55ENprY1kCh9fAw7ubciQ==",
                    "checkoutFormGuid": "36449e0f-d89a-40d6-a1f5-f030eee6dc89",
                    "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": "OakTYzwvKE6Vej+N01ugrQ==",
            "flipChartPageIdentifierGuid": "6313a939-2f3c-4e28-957a-3f8dd35ba0ad",
            "pluG_UID": "jm2LLGFQ8UWNZp3gxc5cwg==",
            "pluGuid": "2c8b6d8e-5061-45f1-8d66-9de0c5ce5cc2",
            "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": "HTSsE6Z5OEW+4JfI5difOA==",
        "pluGuid": "13ac341d-79a6-4538-bee0-97c8e5d89f38",
        "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:34:00.2066154",
        "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": "NAO9E97CmUiZ0pBl4EOPCA==",
        "ingredientGuid": "egJKy2qEnkO5suGCBv6Vbg==",
        "ingredientIdentifier": "cb4a027a-846a-439e-b9b2-e18206fe956e",
        "quantity": 1.0,
        "storeIDs": [
          1,
          2
        ],
        "ingredientText": "sample string 1",
        "ingredient": {
          "$ref": "2"
        }
      },
      {
        "$ref": "51"
      }
    ],
    "bins": [
      {
        "$id": "52",
        "pluG_UID": "VaNqXVUJ20WTo/MyTqEN0Q==",
        "pluGuid": "5d6aa355-0955-45db-93a3-f3324ea10dd1",
        "shelfLocationIdentifier": "y4G0FuJdh0mBCw1Cn0ZsSA==",
        "shelfLocationGuid": "16b481cb-5de2-4987-810b-0d429f466c48",
        "labelShelfDefault": 1,
        "labelTalkerDefault": 1,
        "labelSmall": true,
        "labelPageLayoutG_UID": "YE4lnNGFkUKFSE0FABiL4Q==",
        "labelPageLayoutGuid": "9c254e60-85d1-4291-8548-4d0500188be1",
        "updated": "2025-06-14T07:34:00.2066154",
        "electronicShelfLabelIdentifier": "sample string 5",
        "electronicshelfLabelsConfigurationID": 6,
        "labelShelfChanged": true,
        "productName": "sample string 8",
        "locationText": "sample string 9",
        "product": {
          "$ref": "2"
        },
        "location": {
          "$id": "53",
          "identifier": "zCPnaOOtnEKSr8VZQsk7/Q==",
          "storeID": 1,
          "identifierGuid": "68e723cc-ade3-429c-92af-c55942c93bfd",
          "name": "sample string 2",
          "haccp": true,
          "blueprintID": 1,
          "updated": "2025-06-14T07:34:00.2066154",
          "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": "RgJ8+7MeqEyIobsVL52e+A==",
        "pluGuid": "fb7c0246-1eb3-4ca8-88a1-bb152f9d9ef8",
        "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:34:00.2066154",
          "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:34:00.2066154",
                        "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": "EvlC3TjJGkuLdujK6UZe2Q==",
                        "labelPageLayoutGuid": "dd42f912-c938-4b1a-8b76-e8cae9465ed9",
                        "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:34:00.2066154",
                    "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": "jWOvggMEDkaDpnTQdO85FQ==",
                    "labelPageLayoutGuid": "82af638d-0403-460e-83a6-74d074ef3915",
                    "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:34:00.2066154",
                "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": "EMUrVfRs0USgGBNCsDG+zw==",
                "labelPageLayoutGuid": "552bc510-6cf4-44d1-a018-1342b031becf",
                "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:34:00.2066154",
            "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": "3N24xltsp0aTBjOWYyCi+g==",
            "labelPageLayoutGuid": "c6b8dddc-6c5b-46a7-9306-33966320a2fa",
            "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": "4TeC5+N0LkuZcNSvF9CsIQ==",
      "pluGuid": "e78237e1-74e3-4b2e-9970-d4af17d0ac21",
      "newPrice": 1,
      "pctDiscount": 1,
      "newCost": 1,
      "newCostDecimals": 6,
      "dealCostIdentifier": "V8EfZ3u5FU+CZS1BVtLOfw==",
      "dealCostGuid": "671fc157-b97b-4f15-8265-2d4156d2ce7f",
      "pluName": "sample string 7",
      "apn": "sample string 8",
      "fuelItem": true,
      "priceGroupG_UID": "nfFJbGidn0Ka6vUVA2d16w==",
      "priceGroupGuid": "6c49f19d-9d68-429f-9aea-f515036775eb",
      "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:34:00.2066154",
      "rrp": 26,
      "campaignDescription": "sample string 27",
      "campaignComboPriceGroupG_UID": "iRdg5hC9vUGwSkJtcWJpEg==",
      "campaignComboPriceGroupIdentifier": "e6601789-bd10-41bd-b04a-426d71626912",
      "promotionPlacementDescription": "sample string 28",
      "storeAcceptances": [
        {
          "$id": "65",
          "plu": 1,
          "pluG_UId": "QEA=",
          "campaignID": 1,
          "campaignName": "sample string 2",
          "storeID": 3,
          "acceptedUtc": "2025-06-14T07:34:00.2066154",
          "operatorG_UID": "cwsyS4Ci40OLRJO0AfnZGw==",
          "operatorGuid": "4b320b73-a280-43e3-8b44-93b401f9d91b",
          "machineID": 1,
          "processed": true,
          "appliedUtc": "2025-06-14T07:34:00.2066154",
          "signIqTicketFileMovedUtc": "2025-06-14T07:34:00.2066154",
          "user": "sample string 6",
          "campaignDescription": "sample string 7",
          "productDesc": "sample string 8",
          "storeName": "sample string 9",
          "effectiveUtc": "2025-06-14T07:34:00.2066154",
          "priceChangeType": 0,
          "operatorName": "sample string 10",
          "hostCampaign": true,
          "product": {
            "$ref": "2"
          },
          "campaignPlu": {
            "$ref": "64"
          }
        },
        {
          "$ref": "65"
        }
      ],
      "campaign": {
        "$id": "66",
        "id": 1,
        "storeID": 2,
        "name": "c490c895-9a51-4f10-aef5-d8b5c6a6cd78",
        "nameGuid": "c490c895-9a51-4f10-aef5-d8b5c6a6cd78",
        "description": "sample string 4",
        "showDiscounts": true,
        "showTotals": true,
        "onlyEvaluateOnSubtotal": true,
        "useDescription": true,
        "campaignType": 1,
        "startDate": "2025-06-14T07:34:00.2066154",
        "startTime": 1,
        "endDate": "2025-06-14T07:34:00.2066154",
        "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:34:00.2066154",
        "system": true,
        "created": "2025-06-14T07:34:00.2066154",
        "updated": "2025-06-14T07:34:00.2066154",
        "priceChangeNotifiedUtc": "2025-06-14T07:34:00.2066154",
        "promoType": 1,
        "promotionTypeCode": "sample string 13",
        "hostIdentifier": "0H2VvjAoDEueLEot6YS4dw==",
        "hostIdentifierGuid": "be957dd0-2830-4b0c-9e2c-4a2de984b877",
        "hostType": 14,
        "createdByUser": "sample string 15",
        "fromHost": true,
        "deleted": true,
        "campaignDeleted": "2025-06-14T07:34:00.2066154",
        "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": "7LmqRsAu8UOLzqBBPPPL+w==",
            "pluGuid": "46aab9ec-2ec0-43f1-8bce-a0413cf3cbfb",
            "hostOfferID": 1,
            "priceGroupG_UID": "/nupJoR71EulT1BnQ/SMsQ==",
            "priceGroupGuid": "26a97bfe-7b84-4bd4-a54f-506743f48cb1",
            "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:34:00.2066154",
            "rrp": 17,
            "campaignDescription": "sample string 18",
            "product": {
              "$ref": "2"
            },
            "campaign": {
              "$ref": "66"
            }
          },
          {
            "$ref": "67"
          }
        ],
        "sellingRules": [
          {
            "$id": "68",
            "id": 1,
            "identifier": "B2BcZLZl4UO3CEhS9tTZ6A==",
            "identifierStr": "B2BcZLZl4UO3CEhS9tTZ6A==",
            "identifierGuid": "645c6007-65b6-43e1-b708-4852f6d4d9e8",
            "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": "/UmNRg5MeEyAou4e5FMrRg==",
            "customerIDGuid": "468d49fd-4c0e-4c78-80a2-ee1ee4532b46",
            "campaign": {
              "$ref": "66"
            },
            "customer": {
              "$id": "70",
              "identifier": "5uKS92xySkOldS8QtgB9DA==",
              "identifierGuid": "f792e2e6-726c-434a-a575-2f10b6007d0c",
              "code": "sample string 2",
              "familyName": "sample string 3",
              "givenName": "sample string 4",
              "otherName": "sample string 5",
              "title": "sample string 6",
              "dateOfBirth": "2025-06-14T07:34:00.2066154",
              "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": "W3qEm0p+QUOOa50zPx0O6Q==",
              "communityIdentifierGuid": "9b847a5b-7e4a-4341-8e6b-9d333f1d0ee9",
              "joined": "2025-06-14T07:34:00.2066154",
              "updated": "2025-06-14T07:34:00.2066154",
              "active": true,
              "reasonInactive": 1,
              "groupCustomer": true,
              "loyaltyPoints": 1,
              "homeStoreID": 1,
              "availableSpend": 1,
              "priceLevelIdentifier": "YPuNKNtS2EyLnfWIohIOxQ==",
              "priceLevelIdentifierGuid": "288dfb60-52db-4cd8-8b9d-f588a2120ec5",
              "marketingID": "sample string 18",
              "hidden": true,
              "registered": true,
              "registeredOn": "2025-06-14T07:34:00.2066154",
              "emailMarketing": true,
              "smsMarketing": true,
              "deleted": true,
              "deletedUser": "sample string 24",
              "homeStoreName": "sample string 25",
              "customerCards": [
                {
                  "$id": "71",
                  "cardType": 2,
                  "issueDate": "2025-06-14T07:34:00.2066154",
                  "expiry": "2025-06-14T07:34:00.2066154",
                  "customerID": "8SCcKAnA5kmvR0zg8RXufw==",
                  "customerIDGuid": "289c20f1-c009-49e6-af47-4ce0f115ee7f",
                  "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:34:00.2066154",
                  "linkedAccount": "+4B+v+5N9U2Hvv9eScWdKQ==",
                  "linkedAccountGuid": "bf7e80fb-4dee-4df5-87be-ff5e49c59d29",
                  "currentValueChanged": true,
                  "limitsChanged": true,
                  "customer": {
                    "$ref": "70"
                  },
                  "account": {
                    "$id": "72",
                    "id": 1,
                    "identifier": "hPksG5Lz0UyzCPyc/4ftbQ==",
                    "identifierGuid": "1b2cf984-f392-4cd1-b308-fc9cff87ed6d",
                    "referenceNo": "sample string 3",
                    "name": "sample string 4",
                    "created": "2025-06-14T07:34:00.2066154",
                    "owner": "fQIHn4J6+k6BFd4OiuhCPw==",
                    "ownerGuid": "9f07027d-7a82-4efa-8115-de0e8ae8423f",
                    "accountStoreGroupIdentifier": "BztBHNNCHE2bqusbasuwhg==",
                    "accountStoreGroupGuid": "1c413b07-42d3-4d1c-9baa-eb1b6acbb086",
                    "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:34:00.2066154",
                    "active": true,
                    "updated": "2025-06-14T07:34:00.2066154",
                    "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": "USaDp/dApUmFo12BUKmZwQ==",
                        "identifierGuid": "a7832651-40f7-49a5-85a3-5d8150a999c1",
                        "name": "sample string 2",
                        "primaryContact": "rm/j+xE4t0qRULpb2wNmlA==",
                        "primaryContactGuid": "fbe36fae-3811-4ab7-9150-ba5bdb036694",
                        "accountID": "sH+K/rVedUWoscgohHyfXw==",
                        "accountIDGuid": "fe8a7fb0-5eb5-4575-a8b1-c828847c9f5f",
                        "special": true,
                        "updated": "2025-06-14T07:34:00.2066154",
                        "active": true,
                        "reasonInactive": 1,
                        "priceLevelIdentifier": "tPNI/w6EzUScBOSfryd64A==",
                        "priceLevelIdentifierGuid": "ff48f3b4-840e-44cd-9c04-e49faf277ae0",
                        "deleted": true,
                        "account": {
                          "$ref": "72"
                        },
                        "primaryContactCustomer": {
                          "$ref": "70"
                        },
                        "customerGroupMembers": [
                          {
                            "$id": "75",
                            "id": 1,
                            "groupID": "ofCLcwlvtkS0WayKOMGEDg==",
                            "groupIDGuid": "738bf0a1-6f09-44b6-b459-ac8a38c1840e",
                            "customerID": "RHnujACeyUuTxNYXWBGRLw==",
                            "customerIDGuid": "8cee7944-9e00-4bc9-93c4-d6175811912f",
                            "card": "sample string 4",
                            "linkedAccount": "Ty+hCsG3LUGu/btpT+X8/A==",
                            "linkedAccountGuid": "0aa12f4f-b7c1-412d-aefd-bb694fe5fcfc",
                            "customer": {
                              "$ref": "70"
                            },
                            "group": {
                              "$ref": "74"
                            },
                            "customerCard": {
                              "$ref": "71"
                            }
                          },
                          {
                            "$ref": "75"
                          }
                        ]
                      },
                      {
                        "$ref": "74"
                      }
                    ]
                  },
                  "payments": [
                    {
                      "$id": "76",
                      "id": 1,
                      "identifier": "jlxn26MeLEmtN16v1DXKkg==",
                      "identifierGuid": "db675c8e-1ea3-492c-ad37-5eafd435ca92",
                      "storeID": 2,
                      "operatorName": "sample string 3",
                      "saleHeaderID": 4,
                      "paymentType": 5,
                      "amount": 6,
                      "account": "sample string 7",
                      "accountID": "AQIJJgin6UazOKrbtVv8cg==",
                      "accountIDGuid": "26090201-a708-46e9-b338-aadbb55bfc72",
                      "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:34:00.2066154",
                      "invRocNo": "sample string 14",
                      "responseCode": "sample string 15",
                      "cashout": 1,
                      "tip": 16,
                      "idempotentVoid": "nj62CL1CAUKNNTMsmBpLow==",
                      "idempotentVoidGuid": "08b63e9e-42bd-4201-8d35-332c981a4ba3",
                      "offline": true,
                      "processed": 1,
                      "storeSaleHeader": {
                        "$id": "77",
                        "saleHeaderID": 1,
                        "saleHeaderGuid": "gIG84/AQK0q3KTKdJw5m6A==",
                        "saleHeaderIdentifierGuid": "e3bc8180-10f0-4a2b-b729-329d270e66e8",
                        "created": "2025-06-14T07:34:00.2066154",
                        "createdLocal": "2025-06-14T07:34:00.2066154",
                        "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:34:00.2066154",
                        "storeID": 1,
                        "operatorG_Uid": "jbInHDHepka/+nZaM5z53A==",
                        "operatorGuid": "1c27b28d-de31-46a6-bffa-765a339cf9dc",
                        "customerG_Uid": "9GzRq9D0v02vOdz+XGz0UA==",
                        "customerGuid": "abd16cf4-f4d0-4dbf-af39-dcfe5c6cf450",
                        "communityIdentifier": "/x+DDYyC1Em+vMsOPwYfdw==",
                        "communityIdentifierGuid": "0d831fff-828c-49d4-bebc-cb0e3f061f77",
                        "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": "oH2RqVZqrky38tOQBVGm/A==",
                        "priceLevelIdentifierGuid": "a9917da0-6a56-4cae-b7f2-d3900551a6fc",
                        "locked": 36,
                        "relationChecksum": "sample string 37",
                        "loyaltyTender": 1,
                        "giftCardTender": 1,
                        "operator": {
                          "$ref": "37"
                        },
                        "customer": {
                          "$ref": "70"
                        },
                        "communityOrganisation": {
                          "$id": "78",
                          "id": 1,
                          "identifier": "JxU3ixoZKUGZS/LD1EIV2w==",
                          "identifierGuid": "8b371527-191a-4129-994b-f2c3d44215db",
                          "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:34:00.2066154",
                          "deleted": true
                        },
                        "details": [
                          {
                            "$id": "79",
                            "saleItemID": 1,
                            "identifier": "9/5pviD4BkWH/Ou/om5Ztw==",
                            "identifierGuid": "be69fef7-f820-4506-87fc-ebbfa26e59b7",
                            "saleHeaderID": 2,
                            "plu": 1,
                            "pluG_UId": "etuJw1O/dEarKDC6NOLm2A==",
                            "pluGuid": "c389db7a-bf53-4674-ab28-30ba34e2e6d8",
                            "accountID": "6gqbjr0y7kCBdz8d0JUKaA==",
                            "accountIDGuid": "8e9b0aea-32bd-40ee-8177-3f1dd0950a68",
                            "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:34:00.2066154",
                            "bestOrExpireType": 1,
                            "providerName": "sample string 11",
                            "refundG_UID": "swt24UJhPk2pgAfLL2vaRg==",
                            "refundGuid": "e1760bb3-6142-4d3e-a980-07cb2f6bda46",
                            "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": "WmK361uMyUm7zNveczV43A==",
                            "idempotentVoidGuid": "ebb7625a-8c5b-49c9-bbcc-dbde733578dc",
                            "priceLevelIdentifier": "BA4OW+jIOEa5xZgWK6N3+w==",
                            "priceLevelIdentifierGuid": "5b0e0e04-c8e8-4638-b9c5-98162ba377fb",
                            "productName": "sample string 23",
                            "apn": "sample string 24",
                            "unknownScans": [
                              {
                                "$id": "80",
                                "id": 1,
                                "saleDetailID": 2,
                                "storeID": 1,
                                "scanned": "2025-06-14T07:34:00.2066154",
                                "operatorG_UID": "QEA=",
                                "barcode": "sample string 4",
                                "processed": 1
                              },
                              {
                                "$ref": "80"
                              }
                            ],
                            "refund": {
                              "$id": "81",
                              "id": 1,
                              "g_UID": "vPxFvOVryU+fiE/zaECPmA==",
                              "guid": "bc45fcbc-6be5-4fc9-9f88-4ff368408f98",
                              "description": "sample string 1",
                              "dumped": true,
                              "inventoryReasonID": 1,
                              "sortOrder": 1,
                              "updated": "2025-06-14T07:34:00.2066154"
                            },
                            "modifier": {
                              "$id": "82",
                              "id": 1,
                              "setG_UID": "MatimgIxGk60LcuvDHmoZQ==",
                              "modifierSetGuid": "9a62ab31-3102-4e1a-b42d-cbaf0c79a865",
                              "name": "sample string 2",
                              "price": 1,
                              "quantity": 1,
                              "modifierType": 1,
                              "groupNumber": 1,
                              "pageNumber": 1,
                              "controlOrder": 1,
                              "printToStation": true,
                              "pluG_UID": "n0zvGK3Tr0iCT5vztYxl+A==",
                              "pluGuid": "18ef4c9f-d3ad-48af-824f-9bf3b58c65f8",
                              "deleted": true,
                              "g_UID": "KYB9nZWsQk+IHU5J5obAGg==",
                              "guid": "9d7d8029-ac95-4f42-881d-4e49e686c01a",
                              "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": "T/nPA+3rg0Sq5wuXqTrseA==",
                            "pluGuid": "03cff94f-ebed-4483-aae7-0b97a93aec78",
                            "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:34:00.2066154",
                            "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:34:00.2066154",
                            "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": "eD/ZscjLt0uES9sKIOnc5g==",
                            "pluGuid": "b1d93f78-cbc8-4bb7-844b-db0a20e9dce6",
                            "accountID": "4syGfiT1pkejDrRlYct61w==",
                            "accountIDGuid": "7e86cce2-f524-47a6-a30e-b46561cb7ad7",
                            "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:34:00.2066154",
                            "bestOrExpireType": 1,
                            "refundG_UID": "pC3amxDYkEOwKpKAyIYPhQ==",
                            "refundGuid": "9bda2da4-d810-4390-b02a-9280c8860f85",
                            "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": "NmmZ5+4HjEyEw9yLrT6wyw==",
                            "identifierGuid": "e7996936-07ee-4c8c-84c3-dc8bad3eb0cb",
                            "id": 1,
                            "orderNo": 2,
                            "externalSaleIdentifier": "sample string 3",
                            "storeID": 4,
                            "zoneID": 5,
                            "deptNo": 6,
                            "customerIdentifier": "uObTPKP+D0SB13/Ye6ZdRA==",
                            "customerIdentifierGuid": "3cd3e6b8-fea3-440f-81d7-7fd87ba65d44",
                            "operatorNo": 1,
                            "operatorG_UID": "QJqPcmibdUmWUVOChsoGqg==",
                            "operatorGuid": "728f9a40-9b68-4975-9651-538286ca06aa",
                            "created": "2025-06-14T07:34:00.2066154",
                            "ordered": "2025-06-14T07:34:00.2066154",
                            "started": "2025-06-14T07:34:00.2066154",
                            "completed": "2025-06-14T07:34:00.2066154",
                            "supplied": "2025-06-14T07:34:00.2066154",
                            "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": "w6nfFgcA802lSEC/u3Bhhg==",
                                "pluGuid": "16dfa9c3-0007-4df3-a548-40bfbb706186",
                                "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": "eZdof8Nm3kKSfkAA4Fc48g==",
                                "headerIdentifierGuid": "7f689779-66c3-42de-927e-4000e05738f2",
                                "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": "rc9o31NtrUiUSLPPYPjFnw==",
                            "surveyGuid": "df68cfad-6d53-48ad-9448-b3cf60f8c59f",
                            "saleHeaderGuid": "s4hSVIWA4UaEjbvyu1WbzA==",
                            "saleGuid": "545288b3-8085-46e1-848d-bbf2bb559bcc",
                            "textResponse": "sample string 1",
                            "integerResponse": 1,
                            "g_UIDResponse": "jADj8EwjbUCVKdUfdtm8Bw==",
                            "guidResponse": "f0e3008c-234c-406d-9529-d51f76d9bc07",
                            "whoAnswered": 2,
                            "answeredAtUTC": "2025-06-14T07:34:00.2066154",
                            "sale": {
                              "$ref": "77"
                            },
                            "survey": {
                              "$id": "91",
                              "g_UID": "+xXLt/oCh0efbToWdANzFg==",
                              "guid": "b7cb15fb-02fa-4787-9f6d-3a1674037316",
                              "name": "sample string 1",
                              "storeID": 2,
                              "zoneID": 1,
                              "checkoutFormG_UID": "vWIzo1aq0UqjANTPKhMEbA==",
                              "checkoutFormGuid": "a33362bd-aa56-4ad1-a300-d4cf2a13046c",
                              "displayToWho": 3,
                              "displayWhen": 4,
                              "start": "2025-06-14T07:34:00.2066154",
                              "end": "2025-06-14T07:34:00.2066154",
                              "deleted": true,
                              "updated": "2025-06-14T07:34:00.2066154",
                              "possibleIntegerResponses": [
                                1,
                                2
                              ],
                              "possibleTextResponses": [
                                "sample string 1",
                                "sample string 2"
                              ],
                              "possibleGuidResponses": [
                                "3ff9776c-bbcd-434a-b94c-5cd5dd5460ff",
                                "4108f678-76f1-44b9-8e09-4e6e91425ebd"
                              ],
                              "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": "tUXbgvVcpEil1G4IUJTiwg==",
                        "accountIdentifier": "82db45b5-5cf5-48a4-a5d4-6e085094e2c2",
                        "accountName": "sample string 42",
                        "customerOrderIdentifier": "/Pvldmthl0KVG6lpbIwWnQ==",
                        "customerOrderIdentifierGuid": "76e5fbfc-616b-4297-951b-a9696c8c169d",
                        "priceLevelName": "sample string 43",
                        "revision": 44,
                        "ingressId": "sample string 45"
                      },
                      "metadata": {
                        "$id": "92",
                        "id": 1,
                        "paymentID": 2,
                        "paymentIdentifier": "lifNu2uAvkql/GRUyVQpyA==",
                        "paymentIdentifierGuid": "bbcd2796-806b-4abe-a5fc-6454c95429c8",
                        "identifier": "vo/J4ImwOU+paYqXFwswWg==",
                        "identifierGuid": "e0c98fbe-b089-4f39-a969-8a97170b305a",
                        "metadata": "sample string 3",
                        "signatureImage": "QEA=",
                        "itemIdentifier": "7wAMU4u5TUeHKLJwmz4CcQ==",
                        "itemIdentifierGuid": "530c00ef-b98b-474d-8728-b2709b3e0271"
                      }
                    },
                    {
                      "$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": "AfjpN5ShIUSnxDVwXVP8bQ==",
                  "customerIdentifierGuid": "37e9f801-a194-4421-a7c4-35705d53fc6d",
                  "voucherName": "sample string 2",
                  "count": 3,
                  "storeID": 4,
                  "barcode": "sample string 5",
                  "redeemCount": 6,
                  "issueCount": 7,
                  "storeSalePaymentID": 1,
                  "idempotentID": "mgyO4mt3p0+WXjyuq5Q56w==",
                  "idempotentGuid": "e28e0c9a-776b-4fa7-965e-3caeab9439eb",
                  "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:34:00.2066154",
                    "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:34:00.2066154",
                      "labelPageLayout": "K44MwvnMl0i3JsqzUik1MQ==",
                      "pageLayoutGuid": "c20c8e2b-ccf9-4897-b726-cab352293531",
                      "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:34:00.2066154"
                        },
                        {
                          "$ref": "97"
                        }
                      ]
                    },
                    "customerVouchers": [
                      {
                        "$id": "98",
                        "id": 1,
                        "customerIdentifier": "stD/I9axZ0CenFtj1ATZqw==",
                        "customerIdentifierGuid": "23ffd0b2-b1d6-4067-9e9c-5b63d404d9ab",
                        "voucherID": 3,
                        "voucherName": "sample string 4",
                        "storeID": 1,
                        "barcode": "sample string 5",
                        "dateOfIssue": "2025-06-14T07:34:00.2066154",
                        "issuedSaleHeaderID": 1,
                        "issuedSaleIdentifier": "sample string 7",
                        "issuedOfflinePaymentID": 1,
                        "issuedIdempotentID": "fr5opgjV0E+9PJb6WKw12g==",
                        "issuedIdempotentGuid": "a668be7e-d508-4fd0-bd3c-96fa58ac35da",
                        "issuedOffline": true,
                        "issuedUser": "sample string 9",
                        "issuedNotes": "sample string 10",
                        "expiryDate": "2025-06-14T07:34:00.2066154",
                        "expiredUser": "sample string 11",
                        "expiredNotes": "sample string 12",
                        "redeemed": "2025-06-14T07:34:00.2066154",
                        "redeemedSaleHeaderID": 1,
                        "redeemedSaleIdentifier": "sample string 13",
                        "redeemedOfflinePaymentID": 1,
                        "redeemedIdempotentID": "Me0gtidO/Euav/u/yQqXCQ==",
                        "redeemedIdempotentGuid": "b620ed31-4e27-4bfc-9abf-fbbfc90a9709",
                        "redeemedUser": "sample string 14",
                        "redeemedNotes": "sample string 15",
                        "redeemedOffline": true,
                        "updated": "2025-06-14T07:34:00.2066154",
                        "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": "bf4OM9GhhkCvJ6vbo9F7Dg==",
            "groupIDGuid": "330efe6d-a1d1-4086-af27-abdba3d17b0e",
            "campaign": {
              "$ref": "66"
            },
            "group": {
              "$ref": "74"
            }
          },
          {
            "$ref": "99"
          }
        ],
        "signIqTickets": [
          {
            "$id": "100",
            "identifier": "yw3i5MgQw0qUkb+IRJcj2g==",
            "identifierGuid": "e4e20dcb-10c8-4ac3-9491-bf88449723da",
            "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": "0DDFDS44A02DioJRMNAjXg==",
            "guid": "0dc530d0-382e-4d03-838a-825130d0235e",
            "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": "93R59QPWoEeLBWqUqVk/Fg==",
                "groupGuid": "f57974f7-d603-47a0-8b05-6a94a9593f16",
                "comboPriceType": 5,
                "priceType": 5,
                "pluG_UID": "1nqXjb5w30SLNNtNvYoYbg==",
                "pluGuid": "8d977ad6-70be-44df-8b34-db4dbd8a186e",
                "priceGroupG_UID": "DJVXkgA6pE6uJQotngQbzg==",
                "priceGroupGuid": "9257950c-3a00-4ea4-ae25-0a2d9e041bce",
                "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": "GELaKr2cAEeZMuq0yGL8dA==",
            "priceLevelIdentifierGuid": "2ada4218-9cbd-4700-9932-eab4c862fc74",
            "campaignName": "sample string 3",
            "priceLevelName": "sample string 4"
          },
          {
            "$ref": "103"
          }
        ]
      },
      "product": {
        "$ref": "2"
      },
      "dealCost": {
        "$id": "104",
        "headerIdentifier": "bZmN1maWc0mg+JZEozXeVQ==",
        "headerIdentifierGuid": "d68d996d-9666-4973-a0f8-9644a335de55",
        "identifier": "ODevEoJkBkCyAPSru5lfCw==",
        "identifierGuid": "12af3738-6482-4006-b200-f4abbb995f0b",
        "supplierIdentifier": "v5NKGLAybUiCxxLVx7mQVw==",
        "supplierGuid": "184a93bf-32b0-486d-82c7-12d5c7b99057",
        "pluG_UID": "HUZbHAWlGUG8CgkaGoMaiw==",
        "pluGuid": "1c5b461d-a505-4119-bc0a-091a1a831a8b",
        "campaignName": "c1acfde8-75a3-4c1c-b005-52656ee2760e",
        "description": "sample string 4",
        "cost": 5,
        "costDecimals": 6,
        "start": "2025-06-14T07:34:00.2066154",
        "end": "2025-06-14T07:34:00.2066154",
        "type": 9,
        "promoType": 10,
        "bonusItemPLUG_UID": "U+qM+oiANkCD4zd3Z05BWA==",
        "bonusItemPluGuid": "fa8cea53-8088-4036-83e3-3777674e4158",
        "bonusPurchaseUnits": 11,
        "bonusReceiveUnits": 12,
        "updated": "2025-06-14T07:34:00.2066154",
        "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:34:00.2066154",
        "campaignEndDate": "2025-06-14T07:34:00.2066154",
        "masterPLUG_UID": "Mr6g6ocHS0u9JGOGn1VyoQ==",
        "masterID": "eaa0be32-0787-4b4b-bd24-63869f5572a1",
        "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": "FHA4CEYt/k2ri7VpwCrG7w==",
        "bonusMasterID": "08387014-2d46-4dfe-ab8b-b569c02ac6ef",
        "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:34:00.2066154",
    "dealCosts": [
      {
        "$ref": "104"
      },
      {
        "$ref": "104"
      }
    ],
    "tags": [
      {
        "$id": "105",
        "pluG_UID": "2cyhY7KXWkK5DlGC8m2Bpw==",
        "pluGuid": "63a1ccd9-97b2-425a-b90e-5182f26d81a7",
        "tagID": 1,
        "description": "sample string 1",
        "storeIDs": [
          1,
          2
        ]
      },
      {
        "$ref": "105"
      }
    ],
    "alternateProductG_UID": "lijSXbcaw0ymMLe+oHCL+Q==",
    "alternateProduct": "5dd22896-1ab7-4cc3-a630-b7bea0708bf9",
    "productHostCode": {
      "$id": "106",
      "id": 1,
      "pluG_UID": "W7Qzxjz8xU6B5kqwA1Q0zg==",
      "pluGuid": "c633b45b-fc3c-4ec5-81e6-4ab0035434ce",
      "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:34:00.2066154",
    "inventoryTracked": "2025-06-14T07:34:00.2066154",
    "isNormalPriceChangesCampaign": true
  },
  "unknownScan": {
    "$id": "107",
    "pluG_UID": "iGpTr8Pcc0CRGs69R4Zc+Q==",
    "pluGuid": "af536a88-dcc3-4073-911a-cebd47865cf9",
    "orderGuid": "jhmPgDea6U22Eeoa5i4DAw==",
    "orderIdentifier": "808f198e-9a37-4de9-b611-ea1ae62e0303",
    "barcode": "sample string 3",
    "created": "2025-06-14T07:34:00.2066154"
  },
  "unknownScanItem": true,
  "substitute": {
    "$ref": "2"
  },
  "warehouseProduct": {
    "$ref": "2"
  },
  "lookup": {
    "$id": "108",
    "pluG_UID": "E+TU28uDoUmnKaby/IhKtA==",
    "pluGuid": "dbd4e413-83cb-49a1-a729-a6f2fc884ab4",
    "inventoryGuid": "0j+rsJY660uly61rQkS6Vw==",
    "inventoryIdentifier": "b0ab3fd2-3a96-4beb-a5cb-ad6b4244ba57",
    "averageWeeklySales": 1.0,
    "inventoryAverageWeeklySales": 1.0,
    "onHand": 1,
    "onHandPacks": 1,
    "onOrder": 1,
    "onOrderPacks": 1,
    "accuracy": 1,
    "lastOrdered": "2025-06-14T07:34:00.2066154",
    "lastOrderQuantity": 1.1,
    "lastReceived": "2025-06-14T07:34:00.2066154",
    "lastReceivedQuantity": 1.1,
    "lastInvoiceStatus": 1
  },
  "productOrderingDetail": {
    "$ref": "10"
  },
  "dealCost": {
    "$ref": "104"
  },
  "nextCost": {
    "$ref": "104"
  },
  "lastChance": true,
  "holdOff": 16,
  "holdOffDate": "2025-06-14T07:34:00.2066154",
  "orderHeader": {
    "$id": "109",
    "orderID": 1,
    "orderGuid": "R6y6IeM5HEWS9CF80Mk04A==",
    "orderIdentifier": "21baac47-39e3-451c-92f4-217cd0c934e0",
    "backToBack": 1,
    "b2bGuid": "YXj/uweozE+nrDhRBqFthQ==",
    "b2bIdentifier": "bbff7861-a807-4fcc-a7ac-385106a16d85",
    "status": 2,
    "created": "2025-06-14T07:34:00.2066154",
    "createdLocal": "2025-06-14T07:34:00.2066154",
    "createdByUser": "sample string 3",
    "storeID": 1,
    "transferGuid": "xLQ/XqZzKU6zc4mthI+kJQ==",
    "transferIdentifier": "5e3fb4c4-73a6-4e29-b373-89ad848fa425",
    "transferInvoiceIdentifier": "q6IIFI65P06OHQu6vloEAQ==",
    "transferInvoiceGuid": "1408a2ab-b98e-4e3f-8e1d-0bbabe5a0401",
    "attachedToInvoice": 4,
    "transferType": 1,
    "supplierIdentifier": "sB9sQIVDrkGzGAKrvU36xA==",
    "supplierIdentifierGuid": "406c1fb0-4385-41ae-b318-02abbd4dfac4",
    "description": "sample string 5",
    "rows": 1,
    "cartons": 1,
    "units": 1,
    "sentCount": 1,
    "sent": "2025-06-14T07:34:00.2066154",
    "sentLocal": "2025-06-14T07:34:00.2066154",
    "sentByUser": "sample string 6",
    "lastSentStatus": 1,
    "cancelled": "2025-06-14T07:34:00.2066154",
    "cancelledLocal": "2025-06-14T07:34:00.2066154",
    "cancelledByUser": "sample string 7",
    "shipped": "2025-06-14T07:34:00.2066154",
    "shippedLocal": "2025-06-14T07:34:00.2066154",
    "shippedByUser": "sample string 8",
    "stockReceived": "2025-06-14T07:34:00.2066154",
    "stockReceivedLocal": "2025-06-14T07:34:00.2066154",
    "stockReceivedByUser": "sample string 9",
    "received": "2025-06-14T07:34:00.2066154",
    "receivedLocal": "2025-06-14T07:34:00.2066154",
    "completed": "2025-06-14T07:34:00.2066154",
    "completedLocal": "2025-06-14T07:34:00.2066154",
    "updated": "2025-06-14T07:34:00.2066154",
    "updatedLocal": "2025-06-14T07:34:00.2066154",
    "dueDate": "2025-06-14T07:34:00.2066154",
    "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": "tITjvphQ6keKVc9oRUemLA==",
    "transportCompanyIdentifier": "bee384b4-5098-47ea-8a55-cf684547a62c",
    "autoOrder": 27,
    "hostIdentifier": "KQsSAt06yUuEiosd7/B+dg==",
    "hostIdentifierGuid": "02120b29-3add-4bc9-848a-8b1deff07e76",
    "defaultOrderDocumentId": 1,
    "defaultStockReceiveDocumentId": 1,
    "temperature": 1.1,
    "temperatureScale": 28,
    "rating": 29,
    "lastOrderEmailSentId": "sample string 30",
    "lastOrderEmailSentStatus": "sample string 31",
    "deleted": "2025-06-14T07:34:00.2066154",
    "deletedByUser": "sample string 32",
    "autoOrderGuid": "eCMwrpcVhEaqS8fnOtvz/A==",
    "autoOrderIdentifier": "ae302378-1597-4684-aa4b-c7e73adbf3fc",
    "autoOrderHeader": {
      "$id": "110",
      "autoOrderGuid": "9XkFkLgwsEKEYjcTO9onLw==",
      "autoOrderIdentifier": "900579f5-30b8-42b0-8462-37133bda272f",
      "orderGuid": "6fPmGSpR+UWp3MF94f8v4Q==",
      "orderIdentifier": "19e6f3e9-512a-45f9-a9dc-c17de1ff2fe1",
      "created": "2025-06-14T07:34:00.2066154",
      "orderID": 1,
      "storeID": 1,
      "orderDate": "2025-06-14T07:34:00.2066154",
      "supplierIdentifier": "+4sry9/SHEyD0K3HA5qE7A==",
      "supplierIdentifierGuid": "cb2b8bfb-d2df-4c1c-83d0-adc7039a84ec",
      "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": "QZSGTmkFiEeK9bok6oaxnQ==",
      "transportCompanyIdentifier": "4e869441-0569-4788-8af5-ba24ea86b19d",
      "store": {
        "$ref": "3"
      },
      "supplier": {
        "$ref": "7"
      },
      "details": [
        {
          "$id": "111",
          "autoOrderGuid": "vEb322HvQEODCK4a/rUTBQ==",
          "autoOrderIdentifier": "dbf746bc-ef61-4340-8308-ae1afeb51305",
          "pluG_UID": "iXnDhzkjGUitiu0E4lQxXg==",
          "pluGuid": "87c37989-2339-4819-ad8a-ed04e254315e",
          "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:34:00.2066154",
          "investmentBuyStatus": 2,
          "processed": "2025-06-14T07:34:00.2066154",
          "product": {
            "$ref": "2"
          },
          "orderCode": "sample string 3",
          "directIndicator": "sample string 4",
          "cycle": {
            "$ref": "14"
          },
          "dayWeighting": {
            "$id": "112",
            "sunday": 1.1
          },
          "inventory": {
            "$id": "113",
            "inventoryGuid": "1fs9q3aqlkyJxEfnJa83PA==",
            "inventoryIdentifier": "ab3dfbd5-aa76-4c96-89c4-47e725af373c",
            "created": "2025-06-14T07:34:00.2066154",
            "createdLocal": "2025-06-14T07:34:00.2066154",
            "onHand": 4,
            "onHandPacks": 5,
            "onOrder": 6,
            "onOrderPacks": 7,
            "accuracy": 8,
            "updated": "2025-06-14T07:34:00.2066154",
            "aws": 1.0,
            "history": [
              {
                "$id": "114",
                "inventoryGuid": "bgpiVbsb7Ei3f1Wh+1Smyw==",
                "inventoryIdentifier": "55620a6e-1bbb-48ec-b77f-55a1fb54a6cb",
                "pluG_UID": "fRr2VesvkUalBfSFNr6JaA==",
                "pluIdentifier": "55f61a7d-2feb-4691-a505-f48536be8968",
                "inventoryReason": 3,
                "inventoryInvoiceGuid": "H99rGrKGzUW09pjz3V+mSg==",
                "invoiceIdentifier": "1a6bdf1f-86b2-45cd-b4f6-98f3dd5fa64a",
                "operatorGuid": "/0cRJdqjOEqDCIQ/7SR2Zg==",
                "operatorIdentifier": "251147ff-a3da-4a38-8308-843fed247666",
                "stocktakeGuid": "aEEzj5gi+0CZkcqAXUS6YQ==",
                "stocktakeIdentifier": "8f334168-2298-40fb-9991-ca805d44ba61",
                "orderGuid": "ExSIhojyl0aOcp7335RRiw==",
                "orderIdentifier": "86881413-f288-4697-8e72-9ef7df94518b",
                "saleHeaderGuid": "hQ3uzMFwtE+1GLOjQBA//A==",
                "saleHeaderGuidIdentifier": "ccee0d85-70c1-4fb4-b518-b3a340103ffc",
                "dumpStockID": 1,
                "fuelDeliveryID": 1,
                "creditNoteIdentifier": "aH3K66ejhkKsw2SsEDtZ+g==",
                "creditNoteGuid": "ebca7d68-a3a7-4286-acc3-64ac103b59fa",
                "inventorySourceGuid": "g4tvK8E89kSbI6pf2Tei7w==",
                "inventorySourceIdentifier": "2b6f8b83-3cc1-44f6-9b23-aa5fd937a2ef",
                "createdLocal": "2025-06-14T07:34:00.2066154",
                "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:34:00.2066154",
                "createdLocalTime": "2025-06-14T07:34:00.2066154",
                "storeID": 14,
                "barcode": "sample string 15",
                "directCode": "sample string 16",
                "productName": "sample string 17",
                "salesMode": 18,
                "orderPacked": 19,
                "invoice": {
                  "$id": "115",
                  "inventoryInvoiceGuid": "3Gm0usJqqEScE1x59J6waw==",
                  "invoiceIdentifier": "bab469dc-6ac2-44a8-9c13-5c79f49eb06b",
                  "inventoryGuid": "FNi6HOXarEuClVPAe/xmNw==",
                  "inventoryIdentifier": "1cbad814-dae5-4bac-8295-53c07bfc6637",
                  "supplierIdentifier": "4hyIC8OO9UykjRW3lJmQfg==",
                  "supplierGuid": "0b881ce2-8ec3-4cf5-a48d-15b79499907e",
                  "orderGuid": "EBWFwwbqWk2By0S7DNXwEQ==",
                  "orderIdentifier": "c3851510-ea06-4d5a-81cb-44bb0cd5f011",
                  "invoiceHeaderIdentifier": "xmFvnP0WMU2ORpqk7ECNOQ==",
                  "invoiceHeaderGuid": "9c6f61c6-16fd-4d31-8e46-9aa4ec408d39",
                  "created": "2025-06-14T07:34:00.2066154",
                  "ordered": "2025-06-14T07:34:00.2066154",
                  "storeID": 1,
                  "bestOrExpire": "2025-06-14T07:34:00.2066154",
                  "bestOrExpireType": 1,
                  "units": 1,
                  "weight": 1,
                  "received": "2025-06-14T07:34:00.2066154",
                  "cost": 1,
                  "totalCost": 1,
                  "freightCost": 1,
                  "inStock": 1,
                  "pluG_UID": "Z7g2P+BdRE2+m3mPsipw9w==",
                  "pluGuid": "3f36b867-5de0-4d44-be9b-798fb22a70f7",
                  "orderInventoryGuid": "9JRoeUSevEWgJpEEgg6iAg==",
                  "orderInventoryIdentifier": "796894f4-9e44-45bc-a026-9104820ea202",
                  "supplier": {
                    "$ref": "7"
                  },
                  "inventoryUnits": [
                    {
                      "$id": "116",
                      "invoiceItemNo": 1,
                      "inventoryInvoiceGuid": "43W+xWtCfUWtdg/Se/ok3A==",
                      "invoiceIdentifier": "c5be75e3-426b-457d-ad76-0fd27bfa24dc",
                      "inventoryGuid": "uJIqzNTFDEKZXs469UrNDg==",
                      "inventoryIdentifier": "cc2a92b8-c5d4-420c-995e-ce3af54acd0e",
                      "serialNumber": "sample string 3",
                      "sold": "2025-06-14T07:34:00.2066154",
                      "saleItemID": 1,
                      "storeID": 1,
                      "returned": "2025-06-14T07:34:00.2066154",
                      "dumped": 1,
                      "saleHeaderID": 1
                    },
                    {
                      "$ref": "116"
                    }
                  ]
                },
                "invoiceHeaderIdentifier": "YvQZgXyhP0y5BJB4Q306qw==",
                "invoiceHeaderGuid": "8119f462-a17c-4c3f-b904-9078437d3aab",
                "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:34:00.2066154"
                },
                "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": "CO8Rn2Be80u6fC13YykKmg==",
              "pluGuid": "9f11ef08-5e60-4bf3-ba7c-2d7763290a9a",
              "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:34:00.2066154": {
                  "$id": "122",
                  "date": "2025-06-14T07:34:00.2066154",
                  "salePrice": 1,
                  "campaign": "sample string 2",
                  "campaignDescription": "sample string 3",
                  "combo": true,
                  "comboPriceGroupG_UID": "Wf5wePwchkKK1cQA3Da0Zw==",
                  "comboPriceGroupGuid": "7870fe59-1cfc-4286-8ad5-c400dc36b467"
                }
              },
              "onHandPredictions": [
                {
                  "$id": "123",
                  "autoOrderGuid": "+bjHNRAA0E257Qx5eEXIcw==",
                  "autoOrderIdentifier": "35c7b8f9-0010-4dd0-b9ed-0c797845c873",
                  "pluG_UID": "6lsK4eEY+U+bri3mQh5Ilw==",
                  "pluGuid": "e10a5bea-18e1-4ff9-9bae-2de6421e4897",
                  "childPLUG_UID": "B0+hLiO3d0aLp2pSBd314w==",
                  "childPluGuid": "2ea14f07-b723-4677-8ba7-6a5205ddf5e3",
                  "date": "2025-06-14T07:34:00.2066154",
                  "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": "29a05d92-57bd-464f-a64d-31f2465b83f3",
          "cartonQuantity": 1,
          "sellPrice": 1,
          "cost": 1,
          "costDecimals": 1,
          "bufferDays": 6,
          "boostDays": 7
        },
        {
          "$ref": "111"
        }
      ],
      "boosts": [
        {
          "$id": "124",
          "autoOrderGuid": "pMMvH2E/tU2sMHkgVneyEg==",
          "autoOrderIdentifier": "1f2fc3a4-3f61-4db5-ac30-79205677b212",
          "date": "2025-06-14T07:34:00.2066154",
          "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": "TuGVDjgeYk6GggZRdAXG+g==",
      "orderIdentifier": "0e95e14e-1e38-4e62-8682-06517405c6fa",
      "supplierIdentifier": "snxXd1u3EkCc4H7hFky89g==",
      "supplierGuid": "77577cb2-b75b-4012-9ce0-7ee1164cbcf6",
      "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": "WzragoL9VUivPo49z2WG2A==",
      "identifierGuid": "82da3a5b-fd82-4855-af3e-8e3dcf6586d8",
      "companyName": "sample string 1",
      "abn": "sample string 2",
      "address1": "sample string 3",
      "address2": "sample string 4",
      "telephone": "sample string 5",
      "primaryContactGuid": "qIwNPteJVUer9208QmuoSg==",
      "primaryContactID": "3e0d8ca8-89d7-4755-abf7-6d3c426ba84a",
      "primaryContact": {
        "$ref": "8"
      }
    }
  },
  "invoiceDetail": {
    "$id": "128",
    "identifier": "ZdsX2J8O00W3XnCrGbvivQ==",
    "identifierGuid": "d817db65-0e9f-45d3-b75e-70ab19bbe2bd",
    "headerIdentifier": "dmmmVCxmSkOz2hrHQ+U51Q==",
    "headerIdentifierGuid": "54a66976-662c-434a-b3da-1ac743e539d5",
    "pluG_UID": "m7ANiKpN9E6uRjxEmFkyAQ==",
    "pluGuid": "880db09b-4daa-4ef4-ae46-3c4498593201",
    "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:34:00.2066154",
    "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:34:00.2066154",
    "costEnd": "2025-06-14T07:34:00.2066154",
    "createdFromUnknownScan": true,
    "orderGuid": "WAuGgbjJB0mu5Tr9RhxrIw==",
    "orderIdentifierGuid": "81860b58-c9b8-4907-aee5-3afd461c6b23",
    "processed": true,
    "received": true,
    "inventoried": true,
    "fromElectronicInvoice": true,
    "allowDelete": true,
    "updated": "2025-06-14T07:34:00.2066154",
    "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": "ON2oUHTpQEmjOxhUzgfJpg==",
      "pluGuid": "50a8dd38-e974-4940-a33b-1854ce07c9a6",
      "invoiceIdentifier": "7kAFAv9zw0iFYeBMxfV9og==",
      "invoiceGuid": "020540ee-73ff-48c3-8561-e04cc5f57da2",
      "barcode": "sample string 3",
      "itemNumber": "sample string 4",
      "created": "2025-06-14T07:34:00.2066154"
    },
    "productActive": true,
    "productSalesMode": 35,
    "productGSTPercent": 36,
    "productCostCalcMethod": 37,
    "productAlwaysApplyMargin": true,
    "productMarginRanged": true,
    "productMargin": 1.1,
    "productMinimumMargin": 1.1,
    "productMaximumMargin": 1.1,
    "priceGroupG_UID": "nCCuZGONYEycS9WFhjCrzg==",
    "priceGroupGuid": "64ae209c-8d63-4c60-9c4b-d5858630abce",
    "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.