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.

IsBackedUp

boolean

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

BackupWarehouseIndicator

string

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

BackupOrderCode

string

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

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "orderGuid": "45xkPN7Y0UaTONj0/VGqdg==",
  "orderIdentifier": "3c649ce3-d8de-46d1-9338-d8f4fd51aa76",
  "pluG_UID": "WF7ZSOkJ2ECinFGdwDeAnQ==",
  "pluGuid": "48d95e58-09e9-40d8-a29c-519dc037809d",
  "created": "2025-10-05T00:01:44.5137832",
  "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": "lUD5mzkDbkuYoxkKnXmoTA==",
  "substituteGuid": "9bf94095-0339-4b6e-98a3-190a9d79a84c",
  "warehousePLUG_UID": "byirZmwFykefOVzEWzAvvA==",
  "warehousePluGuid": "66ab286f-056c-47ca-9f39-5cc45b302fbc",
  "updated": "2025-10-05T00:01:44.5137832",
  "increment": true,
  "description": "sample string 13",
  "product": {
    "$id": "2",
    "plu": 1,
    "storeID": 1,
    "masterPluG_UID": "QEA=",
    "storeIDs": [
      1,
      2
    ],
    "g_UId": "vtrlNPaCUEGMbHiYZGTnkQ==",
    "guid": "34e5dabe-82f6-4150-8c6c-78986464e791",
    "apn": "sample string 1",
    "apnChanged": true,
    "apnSwitched": true,
    "barcode": "sample string 4",
    "itemNumber": "sample string 5",
    "itemNumberChanged": true,
    "priceGroupG_UID": "M+CgUsLx5kKsjXJvDSM3Wg==",
    "priceGroupGuid": "52a0e033-f1c2-42e6-ac8d-726f0d23375a",
    "blueprintID": 1,
    "lastCountedDate": "2025-10-05T00:01:44.5137832",
    "externalID": "sample string 7",
    "active": true,
    "activated": "2025-10-05T00:01:44.5137832",
    "pluCreated": "2025-10-05T00:01:44.5137832",
    "createdByUser": "sample string 9",
    "name": "sample string 10",
    "nameChanged": true,
    "secondDescription": "sample string 12",
    "hostDescription": "sample string 13",
    "keepCartonQty": true,
    "keepDescription": true,
    "keepDepartments": true,
    "keepSuppliers": true,
    "markdownDescription": "sample string 18",
    "altDescription": "sample string 19",
    "bestOrExpire": 20,
    "lastUpdate": "2025-10-05T00:01:44.5137832",
    "lastManualUpdate": "2025-10-05T00:01:44.5137832",
    "imageName": "sample string 23",
    "showImageOnFlipCharts": true,
    "showTextOnFlipCharts": true,
    "overrideFlipChartText": true,
    "flipChartText": "sample string 27",
    "salesMode": 1,
    "eftCode": 1,
    "price": 1,
    "priceChanged": true,
    "rrp": 1,
    "gstPercent": 28,
    "gstPercentChanged": true,
    "costGSTPercent": 29,
    "costGSTPercentChanged": true,
    "wetPercent": 1,
    "priceOverride": 1,
    "cost": 1,
    "currentCost": 1,
    "currentCostDecimals": 1,
    "grossProfit": 1.0,
    "currentCostDesc": "sample string 30",
    "currentCostEnd": "2025-10-05T00:01:44.5137832",
    "currentCostUpdated": "2025-10-05T00:01:44.5137832",
    "costDecimals": 31,
    "costChanged": true,
    "dealCostIdentifier": "QEA=",
    "excludeFromRebate": true,
    "rebateOverride": 1,
    "costCalcMethod": 32,
    "costCalcMethodChanged": true,
    "costEffectiveDate": "2025-10-05T00:01:44.5137832",
    "defaultGP": 1,
    "breakTargetMode": 33,
    "break1": 1,
    "price1": 1,
    "target1": 34,
    "break2": 1,
    "price2": 1,
    "target2": 35,
    "break3": 1,
    "price3": 1,
    "target3": 36,
    "break1Changed": true,
    "price1Changed": true,
    "target1Changed": true,
    "break2Changed": true,
    "price2Changed": true,
    "target2Changed": true,
    "break3Changed": true,
    "price3Changed": true,
    "target3Changed": true,
    "breakTargetModeChanged": true,
    "margin": 1.1,
    "marginChanged": true,
    "marginRanged": true,
    "marginRangedChanged": true,
    "minimumMargin": 1.1,
    "minimumMarginChanged": true,
    "maximumMargin": 1.1,
    "maximumMarginChanged": true,
    "overrideHostWarehouseIndicator": true,
    "overrideHostWarehouseIndicatorChanged": true,
    "overrideHostPrice": true,
    "overrideHostPriceChanged": true,
    "overrideHostCost": true,
    "overrideHostCostChanged": true,
    "overrideHostMargin": true,
    "overrideHostMarginChanged": true,
    "alwaysApplyMargin": true,
    "alwaysApplyMarginChanged": true,
    "aws": 1.0,
    "paws": 1.0,
    "awsUpdated": "2025-10-05T00:01:44.5137832",
    "posTare": 1,
    "altPrice": 1.0,
    "altPriceChanged": true,
    "altPriceMode": 53,
    "altPriceModeChanged": true,
    "altPLUG_UID": "44NMaDbBZUuMTqQwEDg1tQ==",
    "altPLUGuid": "684c83e3-c136-4b65-8c4e-a430103835b5",
    "altPLUGuidChanged": true,
    "altPriceDescription1": "sample string 54",
    "altPriceDescription2": "sample string 55",
    "cartonQuantity": 56,
    "cartonQuantityChanged": true,
    "trayID": 1,
    "promptID": 1,
    "tare": 1,
    "packQty": 1,
    "fixedWeight": 1,
    "extraMesg": 1,
    "text1": "sample string 58",
    "text2": "sample string 59",
    "text3": "sample string 60",
    "labelText": "sample string 61",
    "labelTextChanged": true,
    "sendToScale": true,
    "nonScaleWeigh": true,
    "labelFormat": "sample string 65",
    "barcodeFormat": "sample string 66",
    "austMade": 1,
    "coolCode": 67,
    "countryOfOrigin": "sample string 68",
    "percentContent": 69.1,
    "departmentID": 1,
    "subDepartmentID": 1,
    "minorDepartmentID": 1,
    "lesserDepartmentID": 1,
    "deptCode": "sample string 70",
    "subDeptCode": "sample string 71",
    "minorDeptCode": "sample string 72",
    "lesserDeptCode": "sample string 73",
    "deptName": "sample string 74",
    "subDeptName": "sample string 75",
    "minorDeptName": "sample string 76",
    "lesserDeptName": "sample string 77",
    "departmentChanged": true,
    "subCategoryID": 1,
    "expiry": 1,
    "showDays": 1,
    "datePrint": 1,
    "labelRequired": true,
    "labelShelfQty": 80,
    "labelShelfChanged": true,
    "labelTalkerQty": 82,
    "labelSmall": true,
    "labelLastPrinted": "2025-10-05T00:01:44.5137832",
    "labelLastPrice": 1,
    "shelfPageLayoutG_UID": "Um7zYcNRGEG9VuYdw4t6Qg==",
    "shelfPageLayoutGuid": "61f36e52-51c3-4118-bd56-e61dc38b7a42",
    "talkerPageLayoutG_UID": "hagC23HSP0+4oiUfg7X8ew==",
    "talkerPageLayoutGuid": "db02a885-d271-4f3f-b8a2-251f83b5fc7b",
    "unitMeasure": 1.1,
    "unitMeasureChanged": true,
    "unitMeasureKind": 85,
    "unitMeasureKindChanged": true,
    "signIQData": "sample string 87",
    "refresh": true,
    "earnLoyaltyPoints": true,
    "earnLoyaltyPointsChanged": true,
    "quantityOverride": true,
    "quantityOverrideChanged": true,
    "quantityRequired": true,
    "quantityRequiredChanged": true,
    "allowDiscounts": true,
    "allowDiscountsChanged": true,
    "discountDiscounts": true,
    "discountDiscountsChanged": true,
    "itemRecalled": true,
    "itemRecalledChanged": true,
    "noRefund": true,
    "noRefundChanged": true,
    "allowMarkdown": true,
    "allowMarkdownChanged": true,
    "priceRequired": true,
    "priceRequiredChanged": true,
    "fuelItem": true,
    "fuelItemChanged": true,
    "trackSerial": true,
    "trackSerialChanged": true,
    "allowZeroPrice": true,
    "allowZeroPriceChanged": true,
    "notForSale": 91,
    "notForSaleChanged": true,
    "excludeFromDeals": true,
    "excludeFromVoucher": true,
    "minimumAge": 94,
    "minimumAgeChanged": true,
    "buyingLimit": 1,
    "buyingLimitChanged": true,
    "buyingLimitIndependent": true,
    "buyingLimitIndependentChanged": true,
    "inventoryGuid": "gotwWQ3jkUOeQQKPlYF4RA==",
    "inventoryIdentifier": "59708b82-e30d-4391-9e41-028f95817844",
    "inventoryAccuracy": 1,
    "baseUnits": 98,
    "orderPacked": 1,
    "isManufactured": true,
    "isIngredient": true,
    "isModifier": true,
    "isModifierChanged": true,
    "hasModifiers": 99,
    "defaultPrinter": "sample string 100",
    "defaultPrinterGroup": "sample string 101",
    "ingredientsOnManufacture": true,
    "manufactureUnitMeasure": 1,
    "mpl": 1,
    "maxShelfQty": 102,
    "allowAutoOrder": true,
    "warrantyPeriod": 1,
    "parentPluG_UId": "vh/QfCAbqkehVTmu0V5zFQ==",
    "parentPluGuid": "7cd01fbe-1b20-47aa-a155-39aed15e7315",
    "preferredHostVendor": 104,
    "preferredHostChanged": true,
    "code": "sample string 106",
    "supplierIdentifier": "gPQZOIxKDkmII2r28IcLNQ==",
    "supplierIdentifierGuid": "3819f480-4a8c-490e-8823-6af6f0870b35",
    "supplierChanged": true,
    "rebateSupplierIdentifier": "HUYaMrP/ME2eVEBWgVdkmQ==",
    "rebateSupplierIdentifierGuid": "321a461d-ffb3-4d30-9e54-405681576499",
    "rebateSupplierChanged": true,
    "availableForOrder": true,
    "warehouseDirectIndicator": "sample string 108",
    "warehouseDirectIndicatorChanged": true,
    "productGrade": "sample string 110",
    "productType": "sample string 111",
    "productGroup": "sample string 112",
    "complianceIndicator": "sample string 113",
    "inhouseBrand": "sample string 114",
    "slowMoving": true,
    "generalMerchandise": true,
    "comment": "sample string 117",
    "lastUpdatedByUser": "sample string 118",
    "lastManualUpdatedByUser": "sample string 119",
    "lastUpdatedByUserOverride": true,
    "lastUpdatedByHost": "2025-10-05T00:01:44.5137832",
    "commodity": "sample string 121",
    "businessPillar": "sample string 122",
    "mscCommodity": "sample string 123",
    "hostIdentifier": "oLtOwnIZ7UuJbFvBLSPfjg==",
    "hostIdentifierGuid": "c24ebba0-1972-4bed-896c-5bc12d23df8e",
    "serviceFeeID": 1,
    "serviceFeeIDChanged": true,
    "providerName": "sample string 125",
    "aisleEnds": "sample string 126",
    "deleted": true,
    "deletedChanged": true,
    "hidden": true,
    "doNotRange": true,
    "doNotRangeChanged": true,
    "doNotOrder": true,
    "doNotOrderChanged": true,
    "locked": true,
    "excludeFromWebUpdate": true,
    "excludeFromWebUpdateChanged": true,
    "webPriceBasedOn": 137,
    "webPriceRounding": true,
    "webMarkup": 139,
    "webPriceMode": 140,
    "altDepartmentID": 1,
    "altSubDepartmentID": 1,
    "altMinorDepartmentID": 1,
    "altLesserDepartmentID": 1,
    "altDeptCode": "sample string 141",
    "altSubDeptCode": "sample string 142",
    "altMinorDeptCode": "sample string 143",
    "altLesserDeptCode": "sample string 144",
    "altDepartmentChanged": true,
    "storeProducts": [
      {
        "$ref": "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-10-05T00:01:44.5137832",
      "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": "cchbsmitk0q+lVzGZ6ZqHg==",
      "hostIdentifierGuid": "b25bc871-ad68-4a93-be95-5cc667a66a1e",
      "hostName": 1,
      "hostAddress": "sample string 27",
      "hostUsername": "sample string 28",
      "hostPassword": "sample string 29",
      "excludeFromLeadInOut": true,
      "accountingProvider": 31,
      "accountingAddress": "sample string 32",
      "accountingUsername": "sample string 33",
      "accountingPassword": "sample string 34",
      "storeAccountingCode": "sample string 35",
      "softwareVariance": 36,
      "fuelWarningVariance": 37.0,
      "fuelErrorVariance": 38.0,
      "fuelAccumulatedWarningVariance": 39.0,
      "fuelAccumulatedErrorVariance": 40.0,
      "drawManagment": 41,
      "endOfDayManagment": true,
      "autoFillCashBalancing": true,
      "fuelDayVariance": 44,
      "accountingTradingTime": "00:00:00.1234567",
      "stockActivateProduct": 46,
      "giftCardSalesAccountingDeptCode": "sample string 47",
      "transactionDiscountAccountingDeptCode": "sample string 48",
      "size": 49,
      "updated": "2025-10-05T00:01:44.5137832",
      "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": "NFhafSu2C0+RqJnB6aqwXw==",
          "hostIdentifierGuid": "7d5a5834-b62b-4f0b-91a8-99c1e9aab05f",
          "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": "uBQYv5ItIkKodwh/Ro7wPg==",
            "identifierGuid": "bf1814b8-2d92-4222-a877-087f468ef03e",
            "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": "ygk65IS8LU6dGvCfOC4bcg==",
            "hostSupplierIdentifierGuid": "e43a09ca-bc84-4e2d-9d1a-f09f382e1b72",
            "loyaltyPriceLevelIdentifier": "oiST8Has10GJv3iBGRpYMQ==",
            "loyaltyPriceLevelIdentifierGuid": "f09324a2-ac76-41d7-89bf-7881191a5831",
            "isGroup": true,
            "description": "sample string 22",
            "hostProvider": 23,
            "hostTypeEnum": 24,
            "hostType": "sample string 25",
            "hostCode": "sample string 26",
            "username": "sample string 27",
            "password": "sample string 28",
            "passwordPlain": "sample string 29",
            "server": "sample string 30",
            "url": "sample string 31",
            "global": true,
            "stateCode": "sample string 33",
            "lastCollected": "2025-10-05T00:01:44.5137832",
            "lastProcessed": "2025-10-05T00:01:44.5137832",
            "hold": true,
            "supplierName": "sample string 35",
            "supplier": {
              "$id": "7",
              "identifier": "nge+UwPdqUGlpsED0w2vjA==",
              "identifierGuid": "53be079e-dd03-41a9-a5a6-c103d30daf8c",
              "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": "8oa8e9q65ka0yWrXeps0+w==",
              "primaryContactID": "7bbc86f2-bada-46e6-b4c9-6ad77a9b34fb",
              "storeID": 1,
              "abn": "sample string 16",
              "supplierGroupIdentifier": "Bo1irJjdsUS1q6VQvjZVBw==",
              "supplierGroupGuid": "ac628d06-dd98-44b1-b5ab-a550be365507",
              "rebate": 1.0,
              "rebateType": 1,
              "rebateFrequency": 1,
              "rebateSource": 1,
              "rebateLastClaimed": "2025-10-05T00:01:44.5137832",
              "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": "a7a3344c-53e3-47d7-b1ee-693e6a9ef45f",
                "identifier": "yZ2rqEZX00Ky+gBkKGzmAg==",
                "identifierGuid": "a8ab9dc9-5746-42d3-b2fa-0064286ce602",
                "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": "7V5FWydsY0Szx5xYF1ScaQ==",
                  "supplierIdentifierGuid": "5b455eed-6c27-4463-b3c7-9c5817549c69",
                  "contactGuid": "0p+ccmIUOUWI9t06yupgHw==",
                  "contactID": "729c9fd2-1462-4539-88f6-dd3acaea601f",
                  "contact": {
                    "$ref": "8"
                  },
                  "supplier": {
                    "$ref": "7"
                  }
                },
                {
                  "$ref": "9"
                }
              ],
              "products": [
                {
                  "$id": "10",
                  "pluG_UID": "Ii/nis5R60O4XrPnSNvSLg==",
                  "pluGuid": "8ae72f22-51ce-43eb-b85e-b3e748dbd22e",
                  "supplierIdentifier": "6Bl15M3oV0OEwnA7P3gW0Q==",
                  "supplierIdentifierGuid": "e47519e8-e8cd-4357-84c2-703b3f7816d1",
                  "cartonQuantity": 1,
                  "cartonQuantityChanged": true,
                  "productSize": "sample string 3",
                  "cigarettesPerSleeve": 1,
                  "randomWeight": true,
                  "piecesPerUnit": 5,
                  "averagePackSize": 6,
                  "effectiveDate": "2025-10-05T00:01:44.5137832",
                  "pricedByWeight": true,
                  "landedUnitCostEx": 9,
                  "landedUnitCostInc": 10,
                  "landedCartonCostInc": 11,
                  "landedCartonCostEx": 12,
                  "standardCost": 13,
                  "deliveryFee": 1,
                  "deliveryFeeBasis": "sample string 14",
                  "pickAndPackFee": 1,
                  "pickAndPackFeeBasis": "sample string 15",
                  "financeFee": 1,
                  "financeFeeBasis": "sample string 16",
                  "cartonLength": 1,
                  "cartonWidth": 1,
                  "cartonHeight": 1,
                  "palletLayerQuantity": 1,
                  "palletLayers": 1,
                  "itemCode": "sample string 17",
                  "invoiceCode": "sample string 18",
                  "invoiceDesc": "sample string 19",
                  "orderDirect": true,
                  "useCost": true,
                  "minimumQuantity": 20,
                  "hostType": 21,
                  "fromHost": 22,
                  "minimumReorder": 1,
                  "maximumReorder": 1,
                  "orderMultiple": 23.1,
                  "sellMultiple": 24.1,
                  "baseMultiple": 25.1,
                  "hostStandardCost": 26,
                  "hostTotalCost": 27,
                  "hostRetail": 28,
                  "hostLandedUnitCostEx": 29,
                  "hostLandedUnitCostInc": 30,
                  "hostDesc": "sample string 31",
                  "directIndicator": "sample string 32",
                  "availableToOrder": true,
                  "hostRangeIndicator": "sample string 34",
                  "hostProductType": "sample string 35",
                  "hostProductGrade": "sample string 36",
                  "hostProductGroup": "sample string 37",
                  "hostSlowMoving": true,
                  "hostGeneralMerchandise": true,
                  "hostPillar": "sample string 40",
                  "hostLastUpdated": "2025-10-05T00:01:44.5137832",
                  "rebate": 1.0,
                  "rebateExclude": true,
                  "invoiceCodes": [
                    {
                      "$id": "11",
                      "pluG_UID": "HbStb5g6C0yMlXfigfTtPA==",
                      "pluGuid": "6fadb41d-3a98-4c0b-8c95-77e281f4ed3c",
                      "supplierIdentifier": "uizAlbjvWk6YcXvkxnAhIQ==",
                      "supplierIdentifierGuid": "95c02cba-efb8-4e5a-9871-7be4c6702121",
                      "invoiceCode": "sample string 1",
                      "storeIDs": [
                        1,
                        2
                      ]
                    },
                    {
                      "$ref": "11"
                    }
                  ],
                  "storeIDs": [
                    1,
                    2
                  ],
                  "preferredSupplier": true,
                  "preferredRebateSupplier": true,
                  "supplierName": "sample string 41",
                  "salesMode": 42,
                  "orderPacked": true,
                  "active": true,
                  "price": 1,
                  "costGstPercent": 44,
                  "parentPluG_UID": "RcqbOHywbkmkVegbVgrLAQ==",
                  "parentPluGuid": "389bca45-b07c-496e-a455-e81b560acb01",
                  "freight": 45.0,
                  "freightType": 1,
                  "product": {
                    "$ref": "2"
                  },
                  "supplier": {
                    "$ref": "7"
                  },
                  "serviceFee": {
                    "$id": "12",
                    "id": 1,
                    "description": "sample string 1",
                    "fee": 1
                  },
                  "isPrimaryHost": true,
                  "hostVendor": 47
                },
                {
                  "$ref": "10"
                }
              ],
              "orderCycleHeaders": [
                {
                  "$id": "13",
                  "storeID": 1,
                  "supplierIdentifier": "OTzbrFjWYUaGFDMdWwdpjQ==",
                  "supplierGuid": "acdb3c39-d658-4661-8614-331d5b07698d",
                  "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": "yKtNguPrG0Cu8ziHs2k5aw==",
                  "supplierGuid": "824dabc8-ebe3-401b-aef3-3887b369396b",
                  "departmentCode": "sample string 2",
                  "warehouseDirectIndicator": "sample string 3",
                  "type": 4,
                  "cutOffWeek": 5,
                  "cutOffDay": 6,
                  "cutOffTime": "00:00:00.1234567",
                  "leadTime": 7,
                  "daysBuffer": 8,
                  "supplierName": "sample string 9",
                  "cutOffDate": "2025-10-05T00:01:44.5137832",
                  "deliveryDate": "2025-10-05T00:01:44.5137832",
                  "nextCutOffDate": "2025-10-05T00:01:44.5137832",
                  "nextDeliveryDate": "2025-10-05T00:01:44.5137832",
                  "nextDaysBuffer": 10
                },
                {
                  "$ref": "14"
                }
              ],
              "store": {
                "$ref": "3"
              },
              "updated": "2025-10-05T00:01:44.5137832",
              "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-10-05T00:01:44.5137832",
                "processed": "2025-10-05T00:01:44.5137832",
                "isProcessing": true,
                "processedCount": 6,
                "processingTime": 1,
                "collectedUtc": "2025-10-05T00:01:44.5137832",
                "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-10-05T00:01:44.5137832",
                  "businessPillar": "sample string 3",
                  "fileType": "sample string 4"
                }
              },
              {
                "$ref": "15"
              }
            ],
            "zoneMatrix": [
              {
                "$id": "17",
                "id": 1,
                "hostIdentifier": "0pAIU0N/WUKk2xkgkKrQIw==",
                "hostIdentifierGuid": "530890d2-7f43-4259-a4db-192090aad023",
                "storeID": 1,
                "departmentCode": "sample string 2",
                "hostGuids": [
                  "b28aff5e-58ab-4bca-81e7-84bcff3b46b4",
                  "5ea5f8ce-375e-49e5-9b75-4b5d33a69a9f"
                ]
              },
              {
                "$ref": "17"
              }
            ],
            "hostFileStoreSetting": {
              "$ref": "5"
            },
            "hostStoreSettings": [
              {
                "$ref": "5"
              },
              {
                "$ref": "5"
              }
            ],
            "promotionPlacements": [
              {
                "$id": "18",
                "identifier": "2y8MzMJ+ckepImiVTwvk8A==",
                "identifierGuid": "cc0c2fdb-7ec2-4772-a922-68954f0be4f0",
                "code": "sample string 2",
                "description": "sample string 3",
                "isAdvertised": true
              },
              {
                "$ref": "18"
              }
            ],
            "promoTypeGuids": [
              "7daa3226-eace-41cb-935c-06af9b2045d7",
              "fe284df5-20ca-4179-a1da-e19fef72b29e"
            ],
            "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-10-05T00:01:44.5137832",
          "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": "c7f50f75-ea97-46b1-a176-709e444d3c6d",
      "updateStore": {
        "$id": "24",
        "id": "a91699d0-296f-4965-b67a-a00d38ef34fd",
        "name": "sample string 1",
        "lastActivity": "2025-10-05T00:01:44.5137832",
        "zone": "sample string 2",
        "timeZoneOffset": 0.0,
        "businessHoursStart": "00:00:00.1234567",
        "businessHoursEnd": "00:00:00.1234567",
        "master": true,
        "lastIP": "sample string 10",
        "lastHostName": "sample string 11",
        "ping": 1,
        "pingStatus": "sample string 12",
        "lastUpdateCompleted": "2025-10-05T00:01:44.5137832"
      },
      "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": "6JJKCYb83keO6i32vVK2dA==",
        "pluGuid": "094a92e8-fc86-47de-8eea-2df6bd52b674",
        "plu": 1,
        "storeID": 1,
        "zoneID": 2,
        "zoneName": "sample string 3",
        "store": "sample string 4",
        "priceNow": 5,
        "costNow": 6,
        "costNowDecimals": 7,
        "normalPrice": 8,
        "priceNext": 1,
        "costNext": 1,
        "costNextDecimals": 9,
        "nextCampaignName": "sample string 10",
        "gstPercent": 11,
        "normalCost": 12,
        "normalCostDecimals": 13,
        "costGstPercent": 14,
        "costCalcMethod": 1,
        "currentCost": 15,
        "currentCostDecimals": 16,
        "break1": 17,
        "price1": 18,
        "break2": 19,
        "price2": 20,
        "break3": 21,
        "price3": 22,
        "fuelItem": 23,
        "fixedWeight": 24,
        "active": true,
        "complianceIndicator": "sample string 25",
        "doNotOrder": true,
        "doNotRange": true,
        "isNormalPriceChangesCampaign": true,
        "updated": "2025-10-05T00:01:44.5137832"
      },
      {
        "$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-10-05T00:01:44.5137832",
        "priceChangeType": 0,
        "costDecimals": 10
      },
      "normalPluPrices": {
        "$ref": "28"
      },
      "winningCampaign": 1,
      "winner": {
        "$id": "29",
        "campaignName": "sample string 1",
        "campaignDescription": "sample string 2",
        "startDate": "2025-10-05T00:01:44.5137832",
        "startTime": 3,
        "endDate": "2025-10-05T00:01:44.5137832",
        "endTime": 4,
        "newPrice": 5,
        "newCost": 6,
        "newCostDecimals": 7,
        "pctDiscount": 8,
        "promoType": 1,
        "promotionTypeCode": "sample string 9",
        "hostType": 10,
        "hostIdentifier": "tYq8zWSgjk6dxg0jJJv9Hg==",
        "hostIdentifierGuid": "cdbc8ab5-a064-4e8e-9dc6-0d23249bfd1e",
        "storeNames": [
          "sample string 1",
          "sample string 2"
        ]
      },
      "details": [
        {
          "$ref": "29"
        },
        {
          "$ref": "29"
        }
      ]
    },
    "tray": {
      "$id": "30",
      "g_UId": "gB6i0ynQfkull2LceggPOw==",
      "guid": "d3a21e80-d029-4b7e-a597-62dc7a080f3b",
      "name": "sample string 1",
      "number": 1,
      "tare": 1
    },
    "priceGroup": {
      "$id": "31",
      "priceGroupG_UID": "y6OCeY1XGkaQwMC1R7L3Qw==",
      "priceGroupGuid": "7982a3cb-578d-461a-90c0-c0b547b2f743",
      "name": "sample string 2",
      "code": 1,
      "modified": true,
      "updated": "2025-10-05T00:01:44.5137832",
      "buyingLimit": 1,
      "buyingLimitIndependent": true,
      "buyingLimitType": 0,
      "number": 1,
      "products": [
        {
          "$ref": "2"
        },
        {
          "$ref": "2"
        }
      ],
      "productCount": 1
    },
    "priceGroupName": "sample string 146",
    "nutrifacts": {
      "$id": "32",
      "pluG_UID": "3zD4M6q32kSP9Tsv1uT6iQ==",
      "pluGuid": "33f830df-b7aa-44da-8ff5-3b2fd6e4fa89",
      "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": "af83e7a7-f970-4dfe-91dc-f3d899d27116",
      "created": "2025-10-05T00:01:44.5137832",
      "createdByUser": "sample string 1",
      "activated": "2025-10-05T00:01:44.5137832",
      "deactivated": "2025-10-05T00:01:44.5137832",
      "lastOrdered": "2025-10-05T00:01:44.5137832",
      "lastOrderedQty": 2.0,
      "lastReceived": "2025-10-05T00:01:44.5137832",
      "lastReceivedQty": 3.0,
      "lastInvoiceStatus": 1,
      "lastCounted": "2025-10-05T00:01:44.5137832",
      "lastSold": "2025-10-05T00:01:44.5137832",
      "firstSold": "2025-10-05T00:01:44.5137832",
      "awsUpdated": "2025-10-05T00:01:44.5137832",
      "lastManualUpdate": "2025-10-05T00:01:44.5137832",
      "lastManualUpdatedByUser": "sample string 5",
      "lastUpdated": "2025-10-05T00:01:44.5137832",
      "lastUpdatedByUser": "sample string 7",
      "lastUpdatedByHost": "2025-10-05T00:01:44.5137832",
      "doNotRangeUpdated": "2025-10-05T00:01:44.5137832",
      "doNotOrderUpdated": "2025-10-05T00:01:44.5137832",
      "tracked": "2025-10-05T00:01:44.5137832"
    },
    "allergens": [
      {
        "$id": "34",
        "allergenID": 1,
        "pluG_UID": "TCy6B9CCHEKKTOvLnwgYgQ==",
        "pluGuid": "07ba2c4c-82d0-421c-8a4c-ebcb9f081881",
        "contains": 2,
        "allergenName": "sample string 3",
        "storeIDs": [
          1,
          2
        ]
      },
      {
        "$ref": "34"
      }
    ],
    "costs": {
      "$id": "35",
      "pluG_UID": "oLLb2RPoHEKu430qIO0Vyg==",
      "pluGuid": "d9dbb2a0-e813-421c-aee3-7d2a20ed15ca",
      "enteredCost": 1,
      "weightedAvgCost": 1,
      "lastCost": 1,
      "rawEnteredCost": 2,
      "rawWeightedAvgCost": 3,
      "rawLastCost": 4,
      "freight": 5.0,
      "freightType": 6,
      "costDecimals": 7,
      "fifoCost": 1,
      "updated": "2025-10-05T00:01:44.5137832",
      "normalCost": 1,
      "currentCost": 1
    },
    "sales": [
      {
        "$id": "36",
        "saleHeaderID": 1,
        "created": "2025-10-05T00:01:44.5137832",
        "createdLocal": "2025-10-05T00:01:44.5137832",
        "storeID": 3,
        "storeName": "sample string 4",
        "operatorG_Uid": "O9cyb1XYc0KLlOzEZRAX8Q==",
        "operatorGuid": "6f32d73b-d855-4273-8b94-ecc4651017f1",
        "operatorName": "sample string 5",
        "tranType": 1,
        "plu": 1,
        "pluG_UId": "cPY/Ci68WUm/jr//h/wTGQ==",
        "pluGuid": "0a3ff670-bc2e-4959-bf8e-bfff87fc1319",
        "normalPrice": 1,
        "totalCents": 1,
        "cost": 1,
        "grossProfit": 1,
        "quantity": 1,
        "operator": {
          "$id": "37",
          "id": 1,
          "g_Uid": "4n/gFA2qY0CCcnX+w6GCvw==",
          "guid": "14e07fe2-aa0d-4063-8272-75fec3a182bf",
          "operatorNumber": 1,
          "shortName": "sample string 2",
          "firstName": "sample string 3",
          "lastName": "sample string 4",
          "password": "sample string 5",
          "hasPassword": true,
          "passwordText": "sample string 6",
          "rfidTagID": "sample string 7",
          "blueprintID": 1,
          "groupID": 1,
          "groupName": "sample string 8",
          "managerGroupID": 1,
          "managerGroupName": "sample string 9",
          "zoneID": 1,
          "zoneName": "sample string 10",
          "loggedIn": 1,
          "lastUsedIP": "sample string 11",
          "deleted": true,
          "locked": true,
          "allowOpenTill": true,
          "webEmail": "sample string 14",
          "simpleOperatorType": 0,
          "webRole": "sample string 15",
          "updated": "2025-10-05T00:01:44.5137832",
          "passwordResetRequired": true,
          "alteredInStore": true,
          "startShift": "2025-10-05T00:01:44.5137832",
          "endShift": "2025-10-05T00:01:44.5137832",
          "machineName": "sample string 20",
          "drawerID": 1,
          "stores": [
            {
              "$id": "38",
              "operatorG_UID": "V99YFGZYVUSc0kEA3qcZaQ==",
              "operatorGuid": "1458df57-5866-4455-9cd2-4100dea71969",
              "storeID": 2,
              "operator": {
                "$ref": "37"
              },
              "store": {
                "$ref": "3"
              }
            },
            {
              "$ref": "38"
            }
          ]
        }
      },
      {
        "$ref": "36"
      }
    ],
    "apns": [
      {
        "$id": "39",
        "pluID": 1,
        "pluG_UID": "AY0WVsX5H0CinudBcM9S/Q==",
        "pluGuid": "56168d01-f9c5-401f-a29e-e74170cf52fd",
        "apn": "sample string 1",
        "deleted": true,
        "storeID": 1,
        "storeIDs": [
          1,
          2
        ]
      },
      {
        "$ref": "39"
      }
    ],
    "tuns": [
      {
        "$id": "40",
        "pluG_UId": "N1G9Ens+d02/ahkVbfOoLA==",
        "pluGuid": "12bd5137-3e7b-4d77-bf6a-19156df3a82c",
        "apn": "sample string 1",
        "tun": "sample string 2",
        "cartonQuantity": 3,
        "product": {
          "$ref": "2"
        },
        "storeIDs": [
          1,
          2
        ]
      },
      {
        "$ref": "40"
      }
    ],
    "competitionPricing": [
      {
        "$id": "41",
        "identifier": "fPnMu+HXsE2Zme5Ia5IqTw==",
        "identifierGuid": "bbccf97c-d7e1-4db0-9999-ee486b922a4f",
        "pluG_UID": "otVY6ZqyOk+MVqcGOu0tNw==",
        "pluGuid": "e958d5a2-b29a-4f3a-8c56-a7063aed2d37",
        "competitionID": 1,
        "name": "sample string 2",
        "sellMultiple": 3,
        "retailPrice": 4,
        "storeName": "sample string 5"
      },
      {
        "$ref": "41"
      }
    ],
    "supplier": {
      "$ref": "7"
    },
    "supplierName": "sample string 147",
    "children": [
      {
        "$ref": "2"
      },
      {
        "$ref": "2"
      }
    ],
    "ordering": {
      "$ref": "10"
    },
    "flipChartPages": [
      {
        "$id": "42",
        "identifier": "72/jwE5PDku97mKF87attw==",
        "groupName": "sample string 1",
        "identifierGuid": "c0e36fef-4f4e-4b0e-bdee-6285f3b6adb7",
        "exists": true,
        "flipChartIdentifier": "5eyMSRGN7EGSzZTZQN65bQ==",
        "flipChartIdentifierGuid": "498cece5-8d11-41ec-92cd-94d940deb96d",
        "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": "4WyQBFk0CUa8MEm7YE9FhA==",
        "groupIdentifierGuid": "04906ce1-3459-4609-bc30-49bb604f4584",
        "flipChart": {
          "$id": "43",
          "identifier": "wlbf8f4d1U26U/MT+5ULwQ==",
          "identifierGuid": "f1df56c2-1dfe-4dd5-ba53-f313fb950bc1",
          "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": "bT0mBooFuU2gNqyEnPLSXw==",
            "identifierGuid": "06263d6d-058a-4db9-a036-ac849cf2d25f",
            "name": "sample string 2",
            "formType": "sample string 3",
            "forms": [
              {
                "$id": "45",
                "id": 1,
                "g_UID": "rL4hYeusPEypTiqgE8rLQQ==",
                "guid": "6121beac-aceb-4c3c-a94e-2aa013cacb41",
                "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": "H7dR9yXZ10KEpbV/j4oM/Q==",
                "previousFormGuid": "f751b71f-d925-42d7-84a5-b57f8f8a0cfd",
                "nextForm": 1,
                "nextFormG_UID": "uUgdXkjUcEmTHlUIzEWnWg==",
                "nextFormGuid": "5e1d48b9-d448-4970-931e-5508cc45a75a",
                "attributes": "sample string 10",
                "updated": "2025-10-05T00:01:44.5137832",
                "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": "HrmF77BNRkqrDOfwxcVwcQ==",
                    "checkoutFormGuid": "ef85b91e-4db0-4a46-ab0c-e7f0c5c57071",
                    "identifier": "T0uXRXzIc0+1cabl73DWxw==",
                    "identifierGuid": "45974b4f-c87c-4f73-b571-a6e5ef70d6c7",
                    "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": "9y3oaAPvTEir6f+EnOG6WA==",
                    "valueGuid": "68e82df7-ef03-484c-abe9-ff849ce1ba58",
                    "buttonText": "sample string 10",
                    "valueText": "sample string 11",
                    "drawImageAndButton": true,
                    "updated": "2025-10-05T00:01:44.5137832",
                    "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-10-05T00:01:44.5137832",
                      "imageData": "QEA=",
                      "readOnly": true
                    }
                  },
                  {
                    "$ref": "46"
                  }
                ],
                "panels": [
                  {
                    "$id": "48",
                    "id": 1,
                    "checkoutFormID": 2,
                    "checkoutFormG_UID": "t101WFEK6E+n07pZnQvWcA==",
                    "checkoutFormGuid": "58355db7-0a51-4fe8-a7d3-ba599d0bd670",
                    "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": "2CD1Z8MNiEKhNBiM7pnGmw==",
            "flipChartPageIdentifierGuid": "67f520d8-0dc3-4288-a134-188cee99c69b",
            "pluG_UID": "xefkL0IjlUqPAf/AXTF2ew==",
            "pluGuid": "2fe4e7c5-2342-4a95-8f01-ffc05d31767b",
            "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": "LDQHYEs/EEe1l45oYGa98w==",
        "pluGuid": "6007342c-3f4b-4710-b597-8e686066bdf3",
        "price": 1,
        "costCalcMethod": 1,
        "cost": 2,
        "weightedAvgCost": 3,
        "lastCost": 4,
        "rawCost": 5,
        "rawWeightedAvgCost": 6,
        "rawLastCost": 7,
        "costDecimals": 8,
        "serviceFeeID": 9,
        "freight": 10.0,
        "freightType": 11,
        "process": "sample string 12",
        "user": "sample string 13",
        "updated": "2025-10-05T00:01:44.5137832",
        "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": "0IiNyfAv00aAGO293BUB6A==",
        "ingredientGuid": "4XWcmYEIHkSTRVPOogM5Wg==",
        "ingredientIdentifier": "999c75e1-0881-441e-9345-53cea203395a",
        "quantity": 1.0,
        "storeIDs": [
          1,
          2
        ],
        "ingredientText": "sample string 1",
        "ingredient": {
          "$ref": "2"
        }
      },
      {
        "$ref": "51"
      }
    ],
    "bins": [
      {
        "$id": "52",
        "pluG_UID": "gHKhp1L5zU6Ql3/kd9wdRQ==",
        "pluGuid": "a7a17280-f952-4ecd-9097-7fe477dc1d45",
        "shelfLocationIdentifier": "U1g26O2FCE+hqAQzb6fo0A==",
        "shelfLocationGuid": "e8365853-85ed-4f08-a1a8-04336fa7e8d0",
        "labelShelfDefault": 1,
        "labelTalkerDefault": 1,
        "labelSmall": true,
        "labelPageLayoutG_UID": "V61B7VMbTEOBYOhPu8vMMQ==",
        "labelPageLayoutGuid": "ed41ad57-1b53-434c-8160-e84fbbcbcc31",
        "updated": "2025-10-05T00:01:44.5137832",
        "electronicShelfLabelIdentifier": "sample string 5",
        "electronicshelfLabelsConfigurationID": 6,
        "labelShelfChanged": true,
        "productName": "sample string 8",
        "locationText": "sample string 9",
        "product": {
          "$ref": "2"
        },
        "location": {
          "$id": "53",
          "identifier": "FFitgfK/Fkikc400OEXF3g==",
          "storeID": 1,
          "identifierGuid": "81ad5814-bff2-4816-a473-8d343845c5de",
          "name": "sample string 2",
          "haccp": true,
          "blueprintID": 1,
          "updated": "2025-10-05T00:01:44.5137832",
          "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": "+P80FPBaF0W29UVz42TDsg==",
        "pluGuid": "1434fff8-5af0-4517-b6f5-4573e364c3b2",
        "deptNo": 1,
        "product": {
          "$ref": "2"
        },
        "scaleLocation": {
          "$id": "55",
          "id": 1,
          "deptNo": 1,
          "deptCode": "sample string 2",
          "name": "sample string 3",
          "enabled": true,
          "updated": "2025-10-05T00:01:44.5137832",
          "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-10-05T00:01:44.5137832",
                        "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": "JwNti5TJEECspnqCBLbJiQ==",
                        "labelPageLayoutGuid": "8b6d0327-c994-4010-aca6-7a8204b6c989",
                        "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-10-05T00:01:44.5137832",
                    "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": "V46j9Cm5jEyhRFdGAekVqQ==",
                    "labelPageLayoutGuid": "f4a38e57-b929-4c8c-a144-574601e915a9",
                    "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-10-05T00:01:44.5137832",
                "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": "1vYNVZKhgECXQXq3Ob4fhA==",
                "labelPageLayoutGuid": "550df6d6-a192-4080-9741-7ab739be1f84",
                "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-10-05T00:01:44.5137832",
            "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": "n3Lgtq70RkeZ3wxoF0l4Ig==",
            "labelPageLayoutGuid": "b6e0729f-f4ae-4746-99df-0c6817497822",
            "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": "t2f/4tvFZEmn/8hA5bJg0w==",
      "pluGuid": "e2ff67b7-c5db-4964-a7ff-c840e5b260d3",
      "newPrice": 1,
      "pctDiscount": 1,
      "newCost": 1,
      "newCostDecimals": 6,
      "dealCostIdentifier": "Mq6ikieoHEiqITvnYSlnyQ==",
      "dealCostGuid": "92a2ae32-a827-481c-aa21-3be7612967c9",
      "pluName": "sample string 7",
      "apn": "sample string 8",
      "fuelItem": true,
      "priceGroupG_UID": "l/gxNbFn0ECdPBBBsLU2rg==",
      "priceGroupGuid": "3531f897-67b1-40d0-9d3c-1041b0b536ae",
      "itemNumber": "sample string 10",
      "cri": "sample string 11",
      "pluPrice": 12,
      "pluCost": 13,
      "pluCostIndicator": "sample string 14",
      "pluPriceGstPercent": 15,
      "pluCostGstPercent": 16,
      "pluActive": true,
      "cartonQty": 1.1,
      "baseUnits": 18.1,
      "salesMode": 1,
      "pluNormalCost": 19,
      "pluaws": 20.0,
      "directNumber": "sample string 21",
      "departmentName": "sample string 22",
      "subDepartmentName": "sample string 23",
      "priceGroupName": "sample string 24",
      "supplierName": "sample string 25",
      "stockOnHand": 1.1,
      "stockOnOrder": 1.1,
      "lastReceived": "2025-10-05T00:01:44.5137832",
      "rrp": 26,
      "campaignDescription": "sample string 27",
      "campaignComboPriceGroupG_UID": "LejCvX7m3EKI/ZThddQ/Tg==",
      "campaignComboPriceGroupIdentifier": "bdc2e82d-e67e-42dc-88fd-94e175d43f4e",
      "promotionPlacementDescription": "sample string 28",
      "storeAcceptances": [
        {
          "$id": "65",
          "plu": 1,
          "pluG_UId": "QEA=",
          "campaignID": 1,
          "campaignName": "sample string 2",
          "storeID": 3,
          "acceptedUtc": "2025-10-05T00:01:44.5137832",
          "operatorG_UID": "dCv9MnCkPUq/fAO8xM6DLw==",
          "operatorGuid": "32fd2b74-a470-4a3d-bf7c-03bcc4ce832f",
          "machineID": 1,
          "processed": true,
          "appliedUtc": "2025-10-05T00:01:44.5137832",
          "signIqTicketFileMovedUtc": "2025-10-05T00:01:44.5137832",
          "user": "sample string 6",
          "campaignDescription": "sample string 7",
          "productDesc": "sample string 8",
          "storeName": "sample string 9",
          "effectiveUtc": "2025-10-05T00:01:44.5137832",
          "priceChangeType": 0,
          "operatorName": "sample string 10",
          "hostCampaign": true,
          "product": {
            "$ref": "2"
          },
          "campaignPlu": {
            "$ref": "64"
          }
        },
        {
          "$ref": "65"
        }
      ],
      "campaign": {
        "$id": "66",
        "id": 1,
        "storeID": 2,
        "name": "2f8da0db-5082-4547-9da3-042598ca0f78",
        "nameGuid": "2f8da0db-5082-4547-9da3-042598ca0f78",
        "description": "sample string 4",
        "showDiscounts": true,
        "showTotals": true,
        "onlyEvaluateOnSubtotal": true,
        "useDescription": true,
        "campaignType": 1,
        "startDate": "2025-10-05T00:01:44.5137832",
        "startTime": 1,
        "endDate": "2025-10-05T00:01:44.5137832",
        "endTime": 1,
        "recurrence": 1,
        "recurrenceType": 1,
        "monthType": 1,
        "weekDays": 1,
        "months": 1,
        "monthWeeks": 1,
        "monthDays": "sample string 7",
        "printed": true,
        "talkerText": "sample string 8",
        "rangeDescription": "sample string 9",
        "dealDescription": "sample string 10",
        "labelQuantity": 11,
        "active": 1,
        "deactivated": "2025-10-05T00:01:44.5137832",
        "system": true,
        "created": "2025-10-05T00:01:44.5137832",
        "updated": "2025-10-05T00:01:44.5137832",
        "priceChangeNotifiedUtc": "2025-10-05T00:01:44.5137832",
        "promoType": 1,
        "promotionTypeCode": "sample string 13",
        "hostIdentifier": "kWTOOyxbsUOXmjsE40y4Cw==",
        "hostIdentifierGuid": "3bce6491-5b2c-43b1-979a-3b04e34cb80b",
        "hostType": 14,
        "createdByUser": "sample string 15",
        "fromHost": true,
        "deleted": true,
        "campaignDeleted": "2025-10-05T00:01:44.5137832",
        "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": "/QE7aoHd1Ua3KDp4gFb9GA==",
            "pluGuid": "6a3b01fd-dd81-46d5-b728-3a788056fd18",
            "hostOfferID": 1,
            "priceGroupG_UID": "MAkKILDilUeNH1MtFgt6wQ==",
            "priceGroupGuid": "200a0930-e2b0-4795-8d1f-532d160b7ac1",
            "fuelItem": true,
            "pluName": "sample string 6",
            "apn": "sample string 7",
            "pluActive": true,
            "cartonQty": 1,
            "baseUnits": 9.1,
            "cri": "sample string 10",
            "salesMode": 1,
            "pluaws": 11.0,
            "directNumber": "sample string 12",
            "departmentName": "sample string 13",
            "subDepartmentName": "sample string 14",
            "priceGroupName": "sample string 15",
            "supplierName": "sample string 16",
            "stockOnHand": 1.1,
            "stockOnOrder": 1.1,
            "lastReceived": "2025-10-05T00:01:44.5137832",
            "rrp": 17,
            "campaignDescription": "sample string 18",
            "product": {
              "$ref": "2"
            },
            "campaign": {
              "$ref": "66"
            }
          },
          {
            "$ref": "67"
          }
        ],
        "sellingRules": [
          {
            "$id": "68",
            "id": 1,
            "identifier": "3fNcICSFsU6ha/pKdBibFA==",
            "identifierStr": "3fNcICSFsU6ha/pKdBibFA==",
            "identifierGuid": "205cf3dd-8524-4eb1-a16b-fa4a74189b14",
            "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": "FWcNRfm/2EiwwMOIXSenAQ==",
            "customerIDGuid": "450d6715-bff9-48d8-b0c0-c3885d27a701",
            "campaign": {
              "$ref": "66"
            },
            "customer": {
              "$id": "70",
              "identifier": "DCYda4AaREWoLRYU5nfcJg==",
              "identifierGuid": "6b1d260c-1a80-4544-a82d-1614e677dc26",
              "code": "sample string 2",
              "familyName": "sample string 3",
              "givenName": "sample string 4",
              "otherName": "sample string 5",
              "title": "sample string 6",
              "dateOfBirth": "2025-10-05T00:01:44.5137832",
              "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": "2x+g1Zbhz0emHtTSy9hBpw==",
              "communityIdentifierGuid": "d5a01fdb-e196-47cf-a61e-d4d2cbd841a7",
              "joined": "2025-10-05T00:01:44.5137832",
              "updated": "2025-10-05T00:01:44.5137832",
              "active": true,
              "reasonInactive": 1,
              "groupCustomer": true,
              "loyaltyPoints": 1,
              "homeStoreID": 1,
              "availableSpend": 1,
              "priceLevelIdentifier": "RcgqJTXDwUKMZ/Tw9Vec/Q==",
              "priceLevelIdentifierGuid": "252ac845-c335-42c1-8c67-f4f0f5579cfd",
              "marketingID": "sample string 18",
              "hidden": true,
              "registered": true,
              "registeredOn": "2025-10-05T00:01:44.5137832",
              "emailMarketing": true,
              "smsMarketing": true,
              "deleted": true,
              "deletedUser": "sample string 24",
              "homeStoreName": "sample string 25",
              "customerCards": [
                {
                  "$id": "71",
                  "cardType": 2,
                  "issueDate": "2025-10-05T00:01:44.5137832",
                  "expiry": "2025-10-05T00:01:44.5137832",
                  "customerID": "P0XD//zKCUeMwHM8gTph2A==",
                  "customerIDGuid": "ffc3453f-cafc-4709-8cc0-733c813a61d8",
                  "initialValue": 1,
                  "currentValue": 1,
                  "maxLimit": 1,
                  "minTransaction": 1,
                  "maxTransaction": 1,
                  "multiplier": 1.1,
                  "active": true,
                  "reasonInactive": 1,
                  "idRequired": true,
                  "idType": 1,
                  "idValue": "sample string 5",
                  "updated": "2025-10-05T00:01:44.5137832",
                  "linkedAccount": "GbaidUYxQEmjY17eV7IPmw==",
                  "linkedAccountGuid": "75a2b619-3146-4940-a363-5ede57b20f9b",
                  "currentValueChanged": true,
                  "limitsChanged": true,
                  "customer": {
                    "$ref": "70"
                  },
                  "account": {
                    "$id": "72",
                    "id": 1,
                    "identifier": "I57vVXnwjkagLg+sckNjig==",
                    "identifierGuid": "55ef9e23-f079-468e-a02e-0fac7243638a",
                    "referenceNo": "sample string 3",
                    "name": "sample string 4",
                    "created": "2025-10-05T00:01:44.5137832",
                    "owner": "ZNazyfQycU6S7JgKEKGIRA==",
                    "ownerGuid": "c9b3d664-32f4-4e71-92ec-980a10a18844",
                    "accountStoreGroupIdentifier": "QbmaRHqSbEWj9UePEXDTqA==",
                    "accountStoreGroupGuid": "449ab941-927a-456c-a3f5-478f1170d3a8",
                    "accountType": 1,
                    "currentBalance": 1,
                    "externalID": "sample string 7",
                    "maximumLimit": 1,
                    "accruePoints": true,
                    "loyaltyPoints": 1,
                    "termsOfTrade": 1,
                    "signatureRequired": true,
                    "referenceRequired": true,
                    "statementSendType": 10,
                    "ageingPeriod": 1,
                    "monthlyAgeingPeriod": true,
                    "explodedInvoice": true,
                    "isFifoAllocation": true,
                    "lastStatementSent": "2025-10-05T00:01:44.5137832",
                    "active": true,
                    "updated": "2025-10-05T00:01:44.5137832",
                    "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": "LTVeJ+yaf0Sc+E/2yCDarg==",
                        "identifierGuid": "275e352d-9aec-447f-9cf8-4ff6c820daae",
                        "name": "sample string 2",
                        "primaryContact": "Y1eUwE2GxkyQT3ONBmeSfw==",
                        "primaryContactGuid": "c0945763-864d-4cc6-904f-738d0667927f",
                        "accountID": "vszw3UJ6kEiZ0Fqse1TYuQ==",
                        "accountIDGuid": "ddf0ccbe-7a42-4890-99d0-5aac7b54d8b9",
                        "special": true,
                        "updated": "2025-10-05T00:01:44.5137832",
                        "active": true,
                        "reasonInactive": 1,
                        "priceLevelIdentifier": "21JdqjdkMEy2+Zinnf7npQ==",
                        "priceLevelIdentifierGuid": "aa5d52db-6437-4c30-b6f9-98a79dfee7a5",
                        "deleted": true,
                        "account": {
                          "$ref": "72"
                        },
                        "primaryContactCustomer": {
                          "$ref": "70"
                        },
                        "customerGroupMembers": [
                          {
                            "$id": "75",
                            "id": 1,
                            "groupID": "LswTzEj330e6gNN7njMSqQ==",
                            "groupIDGuid": "cc13cc2e-f748-47df-ba80-d37b9e3312a9",
                            "customerID": "lM5jyIBdI0yCF9r8qryBqQ==",
                            "customerIDGuid": "c863ce94-5d80-4c23-8217-dafcaabc81a9",
                            "card": "sample string 4",
                            "linkedAccount": "LhNY+e50cUmVpaMNik2tIQ==",
                            "linkedAccountGuid": "f958132e-74ee-4971-95a5-a30d8a4dad21",
                            "customer": {
                              "$ref": "70"
                            },
                            "group": {
                              "$ref": "74"
                            },
                            "customerCard": {
                              "$ref": "71"
                            }
                          },
                          {
                            "$ref": "75"
                          }
                        ]
                      },
                      {
                        "$ref": "74"
                      }
                    ]
                  },
                  "payments": [
                    {
                      "$id": "76",
                      "id": 1,
                      "identifier": "POQJ7UwAV0qagSdIdOU7yA==",
                      "identifierGuid": "ed09e43c-004c-4a57-9a81-274874e53bc8",
                      "storeID": 2,
                      "operatorName": "sample string 3",
                      "saleHeaderID": 4,
                      "paymentType": 5,
                      "amount": 6,
                      "account": "sample string 7",
                      "accountID": "s4tpFe/pgUWc8IcR2X0mjA==",
                      "accountIDGuid": "15698bb3-e9ef-4581-9cf0-8711d97d268c",
                      "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-10-05T00:01:44.5137832",
                      "invRocNo": "sample string 14",
                      "responseCode": "sample string 15",
                      "cashout": 1,
                      "tip": 16,
                      "idempotentVoid": "QxdWSdanMkK8vjBg9Eou0A==",
                      "idempotentVoidGuid": "49561743-a7d6-4232-bcbe-3060f44a2ed0",
                      "offline": true,
                      "processed": 1,
                      "storeSaleHeader": {
                        "$id": "77",
                        "saleHeaderID": 1,
                        "saleHeaderGuid": "QER/jtfCjkG8yrrCMI9WMw==",
                        "saleHeaderIdentifierGuid": "8e7f4440-c2d7-418e-bcca-bac2308f5633",
                        "created": "2025-10-05T00:01:44.5137832",
                        "createdLocal": "2025-10-05T00:01:44.5137832",
                        "createdText": "sample string 4",
                        "itemCount": 5,
                        "totalAmount": 6,
                        "cashTender": 1,
                        "cardTender": 1,
                        "cheqTender": 1,
                        "acctTender": 1,
                        "voucherTender": 1,
                        "loyaltyPoints": 1,
                        "cashout": 1,
                        "changeAmount": 1,
                        "rounding": 1,
                        "gstAmount": 1,
                        "transactionDiscountTender": 1,
                        "totalTip": 7,
                        "tranType": 1,
                        "processed": 1,
                        "imported": "2025-10-05T00:01:44.5137832",
                        "storeID": 1,
                        "operatorG_Uid": "DMRjKnn7H0O5tpIReLcn1A==",
                        "operatorGuid": "2a63c40c-fb79-431f-b9b6-921178b727d4",
                        "customerG_Uid": "yJxMheaOY0CN+z64keGopg==",
                        "customerGuid": "854c9cc8-8ee6-4063-8dfb-3eb891e1a8a6",
                        "communityIdentifier": "8twQs1jxK0ihgtffHamjHw==",
                        "communityIdentifierGuid": "b310dcf2-f158-482b-a182-d7df1da9a31f",
                        "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": "Ml6C8B/iqU+/1e25brwm9w==",
                        "priceLevelIdentifierGuid": "f0825e32-e21f-4fa9-bfd5-edb96ebc26f7",
                        "locked": 36,
                        "relationChecksum": "sample string 37",
                        "loyaltyTender": 1,
                        "giftCardTender": 1,
                        "operator": {
                          "$ref": "37"
                        },
                        "customer": {
                          "$ref": "70"
                        },
                        "communityOrganisation": {
                          "$id": "78",
                          "id": 1,
                          "identifier": "nKAh7t9Gb0aLRSwH/rID/w==",
                          "identifierGuid": "ee21a09c-46df-466f-8b45-2c07feb203ff",
                          "name": "sample string 3",
                          "lookupIdentifier": "sample string 4",
                          "externalID": "sample string 5",
                          "phone": "sample string 6",
                          "fax": "sample string 7",
                          "email": "sample string 8",
                          "address1": "sample string 9",
                          "address2": "sample string 10",
                          "city": "sample string 11",
                          "postCode": "sample string 12",
                          "state": "sample string 13",
                          "country": "sample string 14",
                          "totalAmountAwarded": 15.1,
                          "updated": "2025-10-05T00:01:44.5137832",
                          "deleted": true
                        },
                        "details": [
                          {
                            "$id": "79",
                            "saleItemID": 1,
                            "identifier": "/2J135xaDkO0HSXw9RSm0g==",
                            "identifierGuid": "df7562ff-5a9c-430e-b41d-25f0f514a6d2",
                            "saleHeaderID": 2,
                            "plu": 1,
                            "pluG_UId": "H6z4DEQ04EugM18U+D30gQ==",
                            "pluGuid": "0cf8ac1f-3444-4be0-a033-5f14f83df481",
                            "accountID": "ZR43s2nu/EytZCFSWvT8og==",
                            "accountIDGuid": "b3371e65-ee69-4cfc-ad64-21525af4fca2",
                            "normalPrice": 3,
                            "originalSellingPrice": 4,
                            "discountPrice": 5,
                            "unit": 1,
                            "quantity": 6,
                            "totalCents": 7,
                            "fixedPrice": 1,
                            "tranType": 1,
                            "discountType": 1,
                            "cost": 1,
                            "costDecimals": 8,
                            "markdown": 1,
                            "manualQuantity": 1,
                            "manualPrice": 1,
                            "manualMode": 1,
                            "active": 1,
                            "offline": true,
                            "barcode": "sample string 9",
                            "keyedSale": 1,
                            "discountedID": 1,
                            "fuelID": 1,
                            "serialNumber": "sample string 10",
                            "bestOrExpire": "2025-10-05T00:01:44.5137832",
                            "bestOrExpireType": 1,
                            "providerName": "sample string 11",
                            "refundG_UID": "2IXa+fJuUU6nond9T1XH7Q==",
                            "refundGuid": "f9da85d8-6ef2-4e51-a7a2-777d4f55c7ed",
                            "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": "2Wy9Xe7N7U+wVEYooKQaZg==",
                            "idempotentVoidGuid": "5dbd6cd9-cdee-4fed-b054-4628a0a41a66",
                            "priceLevelIdentifier": "AlRipEBy0EufUATJ7nqSAQ==",
                            "priceLevelIdentifierGuid": "a4625402-7240-4bd0-9f50-04c9ee7a9201",
                            "productName": "sample string 23",
                            "apn": "sample string 24",
                            "unknownScans": [
                              {
                                "$id": "80",
                                "id": 1,
                                "saleDetailID": 2,
                                "storeID": 1,
                                "scanned": "2025-10-05T00:01:44.5137832",
                                "operatorG_UID": "QEA=",
                                "barcode": "sample string 4",
                                "processed": 1
                              },
                              {
                                "$ref": "80"
                              }
                            ],
                            "refund": {
                              "$id": "81",
                              "id": 1,
                              "g_UID": "TVRY8TvAt0i3bSnfjuiDGg==",
                              "guid": "f158544d-c03b-48b7-b76d-29df8ee8831a",
                              "description": "sample string 1",
                              "dumped": true,
                              "inventoryReasonID": 1,
                              "sortOrder": 1,
                              "updated": "2025-10-05T00:01:44.5137832"
                            },
                            "modifier": {
                              "$id": "82",
                              "id": 1,
                              "setG_UID": "qavFZcIlI0G16jAti+FA9A==",
                              "modifierSetGuid": "65c5aba9-25c2-4123-b5ea-302d8be140f4",
                              "name": "sample string 2",
                              "price": 1,
                              "quantity": 1,
                              "modifierType": 1,
                              "groupNumber": 1,
                              "pageNumber": 1,
                              "controlOrder": 1,
                              "printToStation": true,
                              "pluG_UID": "0WteSRMnrkSs/HTg1SKw2w==",
                              "pluGuid": "495e6bd1-2713-44ae-acfc-74e0d522b0db",
                              "deleted": true,
                              "g_UID": "566HeXmEEUmlILkLhTFb4Q==",
                              "guid": "7987aee7-8479-4911-a520-b90b85315be1",
                              "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": "qVl/V/8MYkyI7zvHA/hVDg==",
                            "pluGuid": "577f59a9-0cff-4c62-88ef-3bc703f8550e",
                            "saleHeaderID": 2,
                            "totalCents": 3,
                            "grade": 1,
                            "gradeDescription": "sample string 4",
                            "dispenser": 1,
                            "hose": 1,
                            "quantity": 1,
                            "cost": 1,
                            "acquirerNum": 1,
                            "attendant": 1,
                            "ePurseBalance": 1.0,
                            "cardSignature": "sample string 5",
                            "compartmentNumber": 1,
                            "contractNumber": 1,
                            "discountCardPAN": "sample string 6",
                            "discountID": 1,
                            "discountName": "sample string 7",
                            "discountNetValue": 1.0,
                            "discountType": 1,
                            "discountValue": 1.0,
                            "discretionaryData": "sample string 8",
                            "driverID": "sample string 9",
                            "eftBatchNumber": 1,
                            "eftResponseCode": "sample string 10",
                            "endDateTime": "2025-10-05T00:01:44.5137832",
                            "engineHours": 1.1,
                            "fposNumber": 1,
                            "loyaltyCardPAN": "sample string 11",
                            "miscData1": 1,
                            "miscData2": "sample string 12",
                            "miscFlags": 1,
                            "mop": 1,
                            "odometer": 1,
                            "panNumber": "sample string 13",
                            "saleRefund": true,
                            "saleStatus": 1,
                            "sequenceNumber": 1,
                            "stan": 1,
                            "startDateTime": "2025-10-05T00:01:44.5137832",
                            "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": "TplCc5uVLkaM9b5Rd5fJOQ==",
                            "pluGuid": "7342994e-959b-462e-8cf5-be517797c939",
                            "accountID": "/gJ3irF93UyDsTcd95mSyQ==",
                            "accountIDGuid": "8a7702fe-7db1-4cdd-83b1-371df79992c9",
                            "normalPrice": 3,
                            "originalSellingPrice": 4,
                            "discountPrice": 5,
                            "unit": 1,
                            "quantity": 6,
                            "totalCents": 7,
                            "fixedPrice": 1,
                            "tranType": 1,
                            "processed": 1,
                            "discountType": 1,
                            "cost": 1,
                            "costDecimals": 1,
                            "markdown": 1,
                            "manualQuantity": 1,
                            "manualPrice": 1,
                            "manualMode": 1,
                            "active": 1,
                            "barcode": "sample string 8",
                            "offline": 1,
                            "keyedSale": 1,
                            "discountedID": 1,
                            "fuelID": 1,
                            "serialNumber": "sample string 9",
                            "bestOrExpire": "2025-10-05T00:01:44.5137832",
                            "bestOrExpireType": 1,
                            "refundG_UID": "1erlKLk0/kO1PuOaWcfntg==",
                            "refundGuid": "28e5ead5-34b9-43fe-b53e-e39a59c7e7b6",
                            "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": "/DRNGfGoYEy9S+BMwE+xOw==",
                            "identifierGuid": "194d34fc-a8f1-4c60-bd4b-e04cc04fb13b",
                            "id": 1,
                            "orderNo": 2,
                            "externalSaleIdentifier": "sample string 3",
                            "storeID": 4,
                            "zoneID": 5,
                            "deptNo": 6,
                            "customerIdentifier": "/3/ArtZZdkShxQYoKglmfw==",
                            "customerIdentifierGuid": "aec07fff-59d6-4476-a1c5-06282a09667f",
                            "operatorNo": 1,
                            "operatorG_UID": "IlgzrXc4jUKd35JMqxQ89w==",
                            "operatorGuid": "ad335822-3877-428d-9ddf-924cab143cf7",
                            "created": "2025-10-05T00:01:44.5137832",
                            "ordered": "2025-10-05T00:01:44.5137832",
                            "started": "2025-10-05T00:01:44.5137832",
                            "completed": "2025-10-05T00:01:44.5137832",
                            "supplied": "2025-10-05T00:01:44.5137832",
                            "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": "2C/qwteXIEWwGIIrjX6wIQ==",
                                "pluGuid": "c2ea2fd8-97d7-4520-b018-822b8d7eb021",
                                "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": "nn5wFGrM+UGKH9zbZ79n5Q==",
                                "headerIdentifierGuid": "14707e9e-cc6a-41f9-8a1f-dcdb67bf67e5",
                                "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": "c+s7w1fMWkSzUsIrXQfgGA==",
                            "surveyGuid": "c33beb73-cc57-445a-b352-c22b5d07e018",
                            "saleHeaderGuid": "djQNzMIFsEK3Zx/Wr30xXA==",
                            "saleGuid": "cc0d3476-05c2-42b0-b767-1fd6af7d315c",
                            "textResponse": "sample string 1",
                            "integerResponse": 1,
                            "g_UIDResponse": "8TpN5VfvSkSvPM3YXjJSWQ==",
                            "guidResponse": "e54d3af1-ef57-444a-af3c-cdd85e325259",
                            "whoAnswered": 2,
                            "answeredAtUTC": "2025-10-05T00:01:44.5137832",
                            "sale": {
                              "$ref": "77"
                            },
                            "survey": {
                              "$id": "91",
                              "g_UID": "8m+OWJCSnUSI5s8+dErzvA==",
                              "guid": "588e6ff2-9290-449d-88e6-cf3e744af3bc",
                              "name": "sample string 1",
                              "storeID": 2,
                              "zoneID": 1,
                              "checkoutFormG_UID": "RgyBHhHSfk2yMjXAzUvQcg==",
                              "checkoutFormGuid": "1e810c46-d211-4d7e-b232-35c0cd4bd072",
                              "displayToWho": 3,
                              "displayWhen": 4,
                              "start": "2025-10-05T00:01:44.5137832",
                              "end": "2025-10-05T00:01:44.5137832",
                              "deleted": true,
                              "updated": "2025-10-05T00:01:44.5137832",
                              "possibleIntegerResponses": [
                                1,
                                2
                              ],
                              "possibleTextResponses": [
                                "sample string 1",
                                "sample string 2"
                              ],
                              "possibleGuidResponses": [
                                "a3c28336-e1c4-4c16-a3c8-0cbd4468bcf0",
                                "29dbd8cd-caa0-48e0-a615-a72cf1f11c5b"
                              ],
                              "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": "GheCOX9piE+yu+VVBibAGg==",
                        "accountIdentifier": "3982171a-697f-4f88-b2bb-e5550626c01a",
                        "accountName": "sample string 42",
                        "customerOrderIdentifier": "7L+humRBOUm87sY4ilfryA==",
                        "customerOrderIdentifierGuid": "baa1bfec-4164-4939-bcee-c6388a57ebc8",
                        "priceLevelName": "sample string 43",
                        "revision": 44,
                        "ingressId": "sample string 45"
                      },
                      "metadata": {
                        "$id": "92",
                        "id": 1,
                        "paymentID": 2,
                        "paymentIdentifier": "LAREIiVDZ0q4c66HdM5TIw==",
                        "paymentIdentifierGuid": "2244042c-4325-4a67-b873-ae8774ce5323",
                        "identifier": "UIP7veDWtUOia3Oe6K6rKw==",
                        "identifierGuid": "bdfb8350-d6e0-43b5-a26b-739ee8aeab2b",
                        "metadata": "sample string 3",
                        "signatureImage": "QEA=",
                        "itemIdentifier": "rP7HMhYET0WcApHR0IhGTw==",
                        "itemIdentifierGuid": "32c7feac-0416-454f-9c02-91d1d088464f"
                      }
                    },
                    {
                      "$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": "6sNWUD/o2UW2dZWAu2j/FQ==",
                  "customerIdentifierGuid": "5056c3ea-e83f-45d9-b675-9580bb68ff15",
                  "voucherName": "sample string 2",
                  "count": 3,
                  "storeID": 4,
                  "barcode": "sample string 5",
                  "redeemCount": 6,
                  "issueCount": 7,
                  "storeSalePaymentID": 1,
                  "idempotentID": "CkjLZWdRY02UN6W9yaVHfA==",
                  "idempotentGuid": "65cb480a-5167-4d63-9437-a5bdc9a5477c",
                  "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-10-05T00:01:44.5137832",
                    "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-10-05T00:01:44.5137832",
                      "labelPageLayout": "hfTcf2/QKUWR8cqmPa2Obg==",
                      "pageLayoutGuid": "7fdcf485-d06f-4529-91f1-caa63dad8e6e",
                      "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-10-05T00:01:44.5259834"
                        },
                        {
                          "$ref": "97"
                        }
                      ]
                    },
                    "customerVouchers": [
                      {
                        "$id": "98",
                        "id": 1,
                        "customerIdentifier": "ehdKjWalIU6TKga3NP6J6Q==",
                        "customerIdentifierGuid": "8d4a177a-a566-4e21-932a-06b734fe89e9",
                        "voucherID": 3,
                        "voucherName": "sample string 4",
                        "storeID": 1,
                        "barcode": "sample string 5",
                        "dateOfIssue": "2025-10-05T00:01:44.5259834",
                        "issuedSaleHeaderID": 1,
                        "issuedSaleIdentifier": "sample string 7",
                        "issuedOfflinePaymentID": 1,
                        "issuedIdempotentID": "KTsMocb1YE+Fo8zj00FG2g==",
                        "issuedIdempotentGuid": "a10c3b29-f5c6-4f60-85a3-cce3d34146da",
                        "issuedOffline": true,
                        "issuedUser": "sample string 9",
                        "issuedNotes": "sample string 10",
                        "expiryDate": "2025-10-05T00:01:44.5259834",
                        "expiredUser": "sample string 11",
                        "expiredNotes": "sample string 12",
                        "redeemed": "2025-10-05T00:01:44.5259834",
                        "redeemedSaleHeaderID": 1,
                        "redeemedSaleIdentifier": "sample string 13",
                        "redeemedOfflinePaymentID": 1,
                        "redeemedIdempotentID": "ywyHsTSXaUmhs6DRZLOiCA==",
                        "redeemedIdempotentGuid": "b1870ccb-9734-4969-a1b3-a0d164b3a208",
                        "redeemedUser": "sample string 14",
                        "redeemedNotes": "sample string 15",
                        "redeemedOffline": true,
                        "updated": "2025-10-05T00:01:44.5259834",
                        "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": "NBWx0/vLp0C833Zz9ccC5A==",
            "groupIDGuid": "d3b11534-cbfb-40a7-bcdf-7673f5c702e4",
            "campaign": {
              "$ref": "66"
            },
            "group": {
              "$ref": "74"
            }
          },
          {
            "$ref": "99"
          }
        ],
        "signIqTickets": [
          {
            "$id": "100",
            "identifier": "5u6fcpAMbEGypilLzeqHcg==",
            "identifierGuid": "729feee6-0c90-416c-b2a6-294bcdea8772",
            "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": "kJpeBUYvhkmAtIrQUtoJCA==",
            "guid": "055e9a90-2f46-4986-80b4-8ad052da0908",
            "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": "7X+wQP+52Ueiq/Fmb1hroA==",
                "groupGuid": "40b07fed-b9ff-47d9-a2ab-f1666f586ba0",
                "comboPriceType": 5,
                "priceType": 5,
                "pluG_UID": "l4Tcmkm44kCLhIwPOcImZA==",
                "pluGuid": "9adc8497-b849-40e2-8b84-8c0f39c22664",
                "priceGroupG_UID": "R1OgTCZePUeryCczlHIR7g==",
                "priceGroupGuid": "4ca05347-5e26-473d-abc8-2733947211ee",
                "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": "PX1szVSu20m0Xf4RspeJoA==",
            "priceLevelIdentifierGuid": "cd6c7d3d-ae54-49db-b45d-fe11b29789a0",
            "campaignName": "sample string 3",
            "priceLevelName": "sample string 4"
          },
          {
            "$ref": "103"
          }
        ]
      },
      "product": {
        "$ref": "2"
      },
      "dealCost": {
        "$id": "104",
        "headerIdentifier": "mXZHyBcJAkm6CVQJWG5BPw==",
        "headerIdentifierGuid": "c8477699-0917-4902-ba09-5409586e413f",
        "identifier": "/YeZNfIiV0efJZnr/sp9yg==",
        "identifierGuid": "359987fd-22f2-4757-9f25-99ebfeca7dca",
        "supplierIdentifier": "JMT8Z6dBrkWVqeFDuPAxXA==",
        "supplierGuid": "67fcc424-41a7-45ae-95a9-e143b8f0315c",
        "pluG_UID": "R6Xpjj7bjU29Bip3Cy+IFw==",
        "pluGuid": "8ee9a547-db3e-4d8d-bd06-2a770b2f8817",
        "campaignName": "3e73234f-d03e-488c-bac5-6e00b7c8bd4b",
        "description": "sample string 4",
        "cost": 5,
        "costDecimals": 6,
        "start": "2025-10-05T00:01:44.5259834",
        "end": "2025-10-05T00:01:44.5259834",
        "type": 9,
        "promoType": 10,
        "bonusItemPLUG_UID": "htcGqdU1+02HBh7gHDUx0Q==",
        "bonusItemPluGuid": "a906d786-35d5-4dfb-8706-1ee01c3531d1",
        "bonusPurchaseUnits": 11,
        "bonusReceiveUnits": 12,
        "updated": "2025-10-05T00:01:44.5259834",
        "metcashPromotionID": "sample string 14",
        "fromHost": 15,
        "storeNames": "sample string 16",
        "storeIDs": [
          1,
          2
        ],
        "supplierName": "sample string 17",
        "campaignDescription": "sample string 18",
        "newPrice": 1,
        "campaignMetcashPromotionID": "sample string 19",
        "campaignActive": true,
        "campaignStartDate": "2025-10-05T00:01:44.5259834",
        "campaignEndDate": "2025-10-05T00:01:44.5259834",
        "masterPLUG_UID": "v2qscnomSU25ycmlOdO4xA==",
        "masterID": "72ac6abf-267a-4d49-b9c9-c9a539d3b8c4",
        "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": "xK6kjynr7UOFm7uutKeNsw==",
        "bonusMasterID": "8fa4aec4-eb29-43ed-859b-bbaeb4a78db3",
        "bonusProductName": "sample string 34",
        "bonusProductAPN": "sample string 35",
        "bonusOrderCode": "sample string 36",
        "bonusNormalSell": 37,
        "bonusNormalCost": 38,
        "bonusNormalCostDecimals": 39,
        "bonusCartonQuantity": 40,
        "bonusSalesMode": 41,
        "bonusOrderPacked": 42,
        "bonusFuelItem": true,
        "bonusActive": true
      }
    },
    "currentCostStart": "2025-10-05T00:01:44.5259834",
    "dealCosts": [
      {
        "$ref": "104"
      },
      {
        "$ref": "104"
      }
    ],
    "tags": [
      {
        "$id": "105",
        "pluG_UID": "7zKj8Hpi9k2R4hM+s0ws0g==",
        "pluGuid": "f0a332ef-627a-4df6-91e2-133eb34c2cd2",
        "tagID": 1,
        "description": "sample string 1",
        "storeIDs": [
          1,
          2
        ]
      },
      {
        "$ref": "105"
      }
    ],
    "alternateProductG_UID": "JBO4qzppuEqQLm9c5irqmA==",
    "alternateProduct": "abb81324-693a-4ab8-902e-6f5ce62aea98",
    "productHostCode": {
      "$id": "106",
      "id": 1,
      "pluG_UID": "bDidjeE+SU+ppu5V0zIAlA==",
      "pluGuid": "8d9d386c-3ee1-4f49-a9a6-ee55d3320094",
      "ibaCode": "sample string 2"
    },
    "mscCat": {
      "$ref": "60"
    },
    "mscCom": {
      "$ref": "61"
    },
    "mscDep": {
      "$ref": "63"
    },
    "mscSubCom": {
      "$ref": "62"
    },
    "isUserUpdate": true,
    "ignoreMasterProduct": true,
    "priceGroupLabelRequested": true,
    "firstSold": "2025-10-05T00:01:44.5259834",
    "inventoryTracked": "2025-10-05T00:01:44.5259834",
    "isNormalPriceChangesCampaign": true
  },
  "unknownScan": {
    "$id": "107",
    "pluG_UID": "vgaUYUJqIU+26DXkqomGFA==",
    "pluGuid": "619406be-6a42-4f21-b6e8-35e4aa898614",
    "orderGuid": "e8G9NOgXtEiPt7fOgdDiCA==",
    "orderIdentifier": "34bdc17b-17e8-48b4-8fb7-b7ce81d0e208",
    "barcode": "sample string 3",
    "created": "2025-10-05T00:01:44.5259834",
    "assigned": true
  },
  "unknownScanItem": true,
  "substitute": {
    "$ref": "2"
  },
  "warehouseProduct": {
    "$ref": "2"
  },
  "lookup": {
    "$id": "108",
    "pluG_UID": "YZmXd1AT4kypfycVr47FFA==",
    "pluGuid": "77979961-1350-4ce2-a97f-2715af8ec514",
    "inventoryGuid": "20sGmNhI8E6FWx9XGt07hA==",
    "inventoryIdentifier": "98064bdb-48d8-4ef0-855b-1f571add3b84",
    "averageWeeklySales": 1.0,
    "promotionalAverageWeeklySales": 1.0,
    "inventoryAverageWeeklySales": 1.0,
    "inventoryPromotionalAverageWeeklySales": 1.0,
    "onHand": 1,
    "onHandPacks": 1,
    "onOrder": 1,
    "onOrderPacks": 1,
    "accuracy": 1,
    "lastOrdered": "2025-10-05T00:01:44.5259834",
    "lastOrderQuantity": 1.1,
    "lastReceived": "2025-10-05T00:01:44.5259834",
    "lastReceivedQuantity": 1.1,
    "lastInvoiceStatus": 1
  },
  "productOrderingDetail": {
    "$ref": "10"
  },
  "dealCost": {
    "$ref": "104"
  },
  "nextCost": {
    "$ref": "104"
  },
  "lastChance": true,
  "holdOff": 16,
  "holdOffDate": "2025-10-05T00:01:44.5259834",
  "orderHeader": {
    "$id": "109",
    "orderID": 1,
    "orderGuid": "+lPb0qUreUO7vlvCq7I11g==",
    "orderIdentifier": "d2db53fa-2ba5-4379-bbbe-5bc2abb235d6",
    "backToBack": 1,
    "b2bGuid": "2Cq5DTwdS0OMKAOx29b2YQ==",
    "b2bIdentifier": "0db92ad8-1d3c-434b-8c28-03b1dbd6f661",
    "status": 2,
    "created": "2025-10-05T00:01:44.5259834",
    "createdLocal": "2025-10-05T00:01:44.5259834",
    "createdByUser": "sample string 3",
    "storeID": 1,
    "transferGuid": "JK7ROEYGlku/3b190ff+TA==",
    "transferIdentifier": "38d1ae24-0646-4b96-bfdd-bd7dd1f7fe4c",
    "transferInvoiceIdentifier": "Yz6Drhiark6TRGDi1+53XA==",
    "transferInvoiceGuid": "ae833e63-9a18-4eae-9344-60e2d7ee775c",
    "attachedToInvoice": 4,
    "transferType": 1,
    "supplierIdentifier": "CY+pAHJ3vUGzOmTA/KJgMA==",
    "supplierIdentifierGuid": "00a98f09-7772-41bd-b33a-64c0fca26030",
    "description": "sample string 5",
    "rows": 1,
    "cartons": 1,
    "units": 1,
    "sentCount": 1,
    "sent": "2025-10-05T00:01:44.5259834",
    "sentLocal": "2025-10-05T00:01:44.5259834",
    "sentByUser": "sample string 6",
    "lastSentStatus": 1,
    "cancelled": "2025-10-05T00:01:44.5259834",
    "cancelledLocal": "2025-10-05T00:01:44.5259834",
    "cancelledByUser": "sample string 7",
    "shipped": "2025-10-05T00:01:44.5259834",
    "shippedLocal": "2025-10-05T00:01:44.5259834",
    "shippedByUser": "sample string 8",
    "stockReceived": "2025-10-05T00:01:44.5259834",
    "stockReceivedLocal": "2025-10-05T00:01:44.5259834",
    "stockReceivedByUser": "sample string 9",
    "received": "2025-10-05T00:01:44.5259834",
    "receivedLocal": "2025-10-05T00:01:44.5259834",
    "completed": "2025-10-05T00:01:44.5259834",
    "completedLocal": "2025-10-05T00:01:44.5259834",
    "updated": "2025-10-05T00:01:44.5259834",
    "updatedLocal": "2025-10-05T00:01:44.5259834",
    "dueDate": "2025-10-05T00:01:44.5259834",
    "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": "6b6lJl2JwEW8dyrlyEiKtw==",
    "transportCompanyIdentifier": "26a5bee9-895d-45c0-bc77-2ae5c8488ab7",
    "autoOrder": 27,
    "hostIdentifier": "adHOGCGLbEGNr6FyY3diiQ==",
    "hostIdentifierGuid": "18ced169-8b21-416c-8daf-a17263776289",
    "defaultOrderDocumentId": 1,
    "defaultStockReceiveDocumentId": 1,
    "temperature": 1.1,
    "temperatureScale": 28,
    "rating": 29,
    "lastOrderEmailSentId": "sample string 30",
    "lastOrderEmailSentStatus": "sample string 31",
    "deleted": "2025-10-05T00:01:44.5259834",
    "deletedByUser": "sample string 32",
    "autoOrderGuid": "PfFb1AOWlECpe7bduRYDXA==",
    "autoOrderIdentifier": "d45bf13d-9603-4094-a97b-b6ddb916035c",
    "autoOrderHeader": {
      "$id": "110",
      "autoOrderGuid": "ioLQZ6237keD1Ac8CMUVng==",
      "autoOrderIdentifier": "67d0828a-b7ad-47ee-83d4-073c08c5159e",
      "orderGuid": "FhZdSdet7kS1rcCcBF4jWA==",
      "orderIdentifier": "495d1616-add7-44ee-b5ad-c09c045e2358",
      "created": "2025-10-05T00:01:44.5259834",
      "orderID": 1,
      "storeID": 1,
      "orderDate": "2025-10-05T00:01:44.5259834",
      "supplierIdentifier": "9xy5cQvoYECGUKvyE8ZYUw==",
      "supplierIdentifierGuid": "71b91cf7-e80b-4060-8650-abf213c65853",
      "orderStatus": 1,
      "tradingPartner": 1,
      "simpleAWS": 2,
      "defaultMPL": 3,
      "investmentBuy": true,
      "storeName": "sample string 5",
      "supplierName": "sample string 6",
      "description": "sample string 7",
      "orderType": "sample string 8",
      "mailTo": "sample string 9",
      "mailBcc": "sample string 10",
      "notes": "sample string 11",
      "transportCompanyGuid": "2zhe7sHXVE6Qx5fPvXrHqw==",
      "transportCompanyIdentifier": "ee5e38db-d7c1-4e54-90c7-97cfbd7ac7ab",
      "store": {
        "$ref": "3"
      },
      "supplier": {
        "$ref": "7"
      },
      "orderCycle": {
        "$id": "111",
        "id": 1,
        "autoOrderGuid": "wtp+ikBiTEGpAi4fItMZiw==",
        "autoOrderIdentifier": "8a7edac2-6240-414c-a902-2e1f22d3198b",
        "cutOffDate": "2025-10-05T00:01:44.5259834",
        "deliveryDate": "2025-10-05T00:01:44.5259834",
        "daysBuffer": 3,
        "nextCutOffDate": "2025-10-05T00:01:44.5259834",
        "nextDeliveryDate": "2025-10-05T00:01:44.5259834",
        "nextDaysBuffer": 5
      },
      "details": [
        {
          "$id": "112",
          "autoOrderGuid": "aZwDCJx65Uq57bYpeKvqEA==",
          "autoOrderIdentifier": "08039c69-7a9c-4ae5-b9ed-b62978abea10",
          "pluG_UID": "AjomcoQ5NEGHSwI9uKTXGw==",
          "pluGuid": "72263a02-3984-4134-874b-023db8a4d71b",
          "orderCartons": 1,
          "orderUnits": 1,
          "orderWeight": 1,
          "processedCartons": 1,
          "processedUnits": 1,
          "processedWeight": 1,
          "cartons": 1,
          "units": 1,
          "weight": 1,
          "status": 1,
          "bestDealCartonCost": 1.1,
          "bestDealDays": 1,
          "lastDealDays": 1,
          "normalCartonCost": 1.1,
          "currentDealCartonCost": 1.1,
          "investmentCartons": 1,
          "investmentUnits": 1,
          "investmentWeight": 1,
          "investmentSavedAmt": 1.1,
          "investmentBuyEndDate": "2025-10-05T00:01:44.5259834",
          "investmentBuyStatus": 2,
          "processed": "2025-10-05T00:01:44.5259834",
          "product": {
            "$ref": "2"
          },
          "orderCode": "sample string 3",
          "directIndicator": "sample string 4",
          "cycle": {
            "$ref": "14"
          },
          "dayWeighting": {
            "$id": "113",
            "sunday": 1.1
          },
          "inventory": {
            "$id": "114",
            "inventoryGuid": "Ym65gp/1i0u2Zg3LuNLf1w==",
            "inventoryIdentifier": "82b96e62-f59f-4b8b-b666-0dcbb8d2dfd7",
            "created": "2025-10-05T00:01:44.5259834",
            "createdLocal": "2025-10-05T00:01:44.5259834",
            "onHand": 4,
            "onHandPacks": 5,
            "onOrder": 6,
            "onOrderPacks": 7,
            "accuracy": 8,
            "updated": "2025-10-05T00:01:44.5259834",
            "history": [
              {
                "$id": "115",
                "inventoryGuid": "HBs6TWVWW0emlH18Ufjl1A==",
                "inventoryIdentifier": "4d3a1b1c-5665-475b-a694-7d7c51f8e5d4",
                "pluG_UID": "lx4LC1+NREyLCTVJ67NLqQ==",
                "pluIdentifier": "0b0b1e97-8d5f-4c44-8b09-3549ebb34ba9",
                "inventoryReason": 3,
                "inventoryInvoiceGuid": "yhx4cTxDrEy+N23eMfLwjg==",
                "invoiceIdentifier": "71781cca-433c-4cac-be37-6dde31f2f08e",
                "operatorGuid": "eDAAPY1y/kabB0rb9TNheQ==",
                "operatorIdentifier": "3d003078-728d-46fe-9b07-4adbf5336179",
                "stocktakeGuid": "JR5LixMejUa6JMzmPj5VrA==",
                "stocktakeIdentifier": "8b4b1e25-1e13-468d-ba24-cce63e3e55ac",
                "orderGuid": "MrPIL7nQk02ADSqWzoWd7w==",
                "orderIdentifier": "2fc8b332-d0b9-4d93-800d-2a96ce859def",
                "saleHeaderGuid": "rPM3yLAqF0+yBkYIWX2X8w==",
                "saleHeaderGuidIdentifier": "c837f3ac-2ab0-4f17-b206-4608597d97f3",
                "dumpStockID": 1,
                "fuelDeliveryID": 1,
                "creditNoteIdentifier": "cOBcU3xpR0+kx7ZhcIbDQQ==",
                "creditNoteGuid": "535ce070-697c-4f47-a4c7-b6617086c341",
                "inventorySourceGuid": "1CBA/oWHoEauOAKkVerD0Q==",
                "inventorySourceIdentifier": "fe4020d4-8785-46a0-ae38-02a455eac3d1",
                "createdLocal": "2025-10-05T00:01:44.5259834",
                "baseUnits": 4,
                "unitsPerCarton": 5,
                "unitsPerCartonWeighted": true,
                "counted": 7,
                "countedPacks": 8,
                "open": 1,
                "movementQty": 9,
                "close": 1,
                "openPacks": 1,
                "movementQtyPacks": 10,
                "closePacks": 1,
                "accuracy": 1,
                "manual": 11,
                "user": "sample string 12",
                "updated": "2025-10-05T00:01:44.5259834",
                "createdLocalTime": "2025-10-05T00:01:44.5259834",
                "storeID": 14,
                "barcode": "sample string 15",
                "directCode": "sample string 16",
                "productName": "sample string 17",
                "salesMode": 18,
                "orderPacked": 19,
                "invoice": {
                  "$id": "116",
                  "inventoryInvoiceGuid": "EGH3TqcrnE6fQEU7Znwgqw==",
                  "invoiceIdentifier": "4ef76110-2ba7-4e9c-9f40-453b667c20ab",
                  "inventoryGuid": "GRDYiKcEn0qKfrgNhumAxA==",
                  "inventoryIdentifier": "88d81019-04a7-4a9f-8a7e-b80d86e980c4",
                  "supplierIdentifier": "WCDaOLm230abvtd1vIT7pA==",
                  "supplierGuid": "38da2058-b6b9-46df-9bbe-d775bc84fba4",
                  "orderGuid": "DM8bxYQEdUa0c3xDoe2sSw==",
                  "orderIdentifier": "c51bcf0c-0484-4675-b473-7c43a1edac4b",
                  "invoiceHeaderIdentifier": "oPjS2BK97kGPEc8lTh75bQ==",
                  "invoiceHeaderGuid": "d8d2f8a0-bd12-41ee-8f11-cf254e1ef96d",
                  "created": "2025-10-05T00:01:44.5259834",
                  "ordered": "2025-10-05T00:01:44.5259834",
                  "storeID": 1,
                  "bestOrExpire": "2025-10-05T00:01:44.5259834",
                  "bestOrExpireType": 1,
                  "units": 1,
                  "weight": 1,
                  "received": "2025-10-05T00:01:44.5259834",
                  "cost": 1,
                  "totalCost": 1,
                  "freightCost": 1,
                  "inStock": 1,
                  "pluG_UID": "alscwp6Yz0CwAZlB+jej2A==",
                  "pluGuid": "c21c5b6a-989e-40cf-b001-9941fa37a3d8",
                  "orderInventoryGuid": "47g8Zw/Z8kaDqjrqe4BlZA==",
                  "orderInventoryIdentifier": "673cb8e3-d90f-46f2-83aa-3aea7b806564",
                  "supplier": {
                    "$ref": "7"
                  },
                  "inventoryUnits": [
                    {
                      "$id": "117",
                      "invoiceItemNo": 1,
                      "inventoryInvoiceGuid": "G3Vmt9RmMUGijYL4cjU8ow==",
                      "invoiceIdentifier": "b766751b-66d4-4131-a28d-82f872353ca3",
                      "inventoryGuid": "61XCeYYvtkWBDpId+PhLdw==",
                      "inventoryIdentifier": "79c255eb-2f86-45b6-810e-921df8f84b77",
                      "serialNumber": "sample string 3",
                      "sold": "2025-10-05T00:01:44.5259834",
                      "saleItemID": 1,
                      "storeID": 1,
                      "returned": "2025-10-05T00:01:44.5259834",
                      "dumped": 1,
                      "saleHeaderID": 1
                    },
                    {
                      "$ref": "117"
                    }
                  ]
                },
                "invoiceHeaderIdentifier": "/WYT2N2O50OKYJFaXL8oKA==",
                "invoiceHeaderGuid": "d81366fd-8edd-43e7-8a60-915a5cbf2828",
                "invoiceNumber": "sample string 20",
                "invoiceCost": 1,
                "invoiceCostDecimals": 1,
                "orderNumber": 1,
                "orderReceivingStoreName": "sample string 21",
                "orderSendingStoreName": "sample string 22",
                "creditNoteID": 1,
                "reason": {
                  "$id": "118",
                  "id": 1,
                  "name": "sample string 1",
                  "allowRF": 2,
                  "dumpStock": 3,
                  "creditRequest": 4,
                  "excludeFromLoss": 5,
                  "reserved": 6,
                  "updated": "2025-10-05T00:01:44.5259834"
                },
                "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": "115"
              }
            ],
            "products": [
              {
                "$ref": "2"
              },
              {
                "$ref": "2"
              }
            ],
            "lastInvoiceCost": 1
          },
          "aws": 5.0,
          "explanations": [
            {
              "$id": "119",
              "pluG_UID": "Hht6aj+viUKbVwReiWpBAQ==",
              "pluGuid": "6a7a1b1e-af3f-4289-9b57-045e896a4101",
              "consolidatedSales": {
                "$id": "120",
                "1": {
                  "$id": "121",
                  "discountPercentage": 1,
                  "days": 2,
                  "quantity": 3.1,
                  "aws": 3.1,
                  "cartonQuantity": 4.1,
                  "lowQuality": true
                },
                "2": {
                  "$ref": "121"
                }
              },
              "dailyPrices": {
                "$id": "122",
                "2025-10-05T00:01:44.5259834": {
                  "$id": "123",
                  "date": "2025-10-05T00:01:44.5259834",
                  "salePrice": 1,
                  "campaign": "sample string 2",
                  "campaignDescription": "sample string 3",
                  "combo": true,
                  "comboPriceGroupG_UID": "9/4HcIwJ7EOVwhtpylWlbA==",
                  "comboPriceGroupGuid": "7007fef7-098c-43ec-95c2-1b69ca55a56c"
                }
              },
              "onHandPredictions": [
                {
                  "$id": "124",
                  "autoOrderGuid": "Hi0naI+9tk+99N5hU8DTxg==",
                  "autoOrderIdentifier": "68272d1e-bd8f-4fb6-bdf4-de6153c0d3c6",
                  "pluG_UID": "jxDzdyz9AUuP0XO+cgmNCw==",
                  "pluGuid": "77f3108f-fd2c-4b01-8fd1-73be72098d0b",
                  "childPLUG_UID": "C/iimjHVz0mX2wBBLBCSOA==",
                  "childPluGuid": "9aa2f80b-d531-49cf-97db-00412c109238",
                  "date": "2025-10-05T00:01:44.5259834",
                  "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": "124"
                }
              ],
              "predictions": [
                {
                  "$ref": "124"
                },
                {
                  "$ref": "124"
                }
              ],
              "product": {
                "$ref": "2"
              }
            },
            {
              "$ref": "119"
            }
          ],
          "supplierOrderingDetail": {
            "$ref": "10"
          },
          "manufacturerSupplier": "ceb851bb-af56-4e1a-9b2d-94f04c623b9d",
          "cartonQuantity": 1,
          "sellPrice": 1,
          "cost": 1,
          "costDecimals": 1,
          "bufferDays": 6,
          "boostDays": 7
        },
        {
          "$ref": "112"
        }
      ],
      "boosts": [
        {
          "$id": "125",
          "autoOrderGuid": "KI31lYwKSEuARZI3m1rvfQ==",
          "autoOrderIdentifier": "95f58d28-0a8c-4b48-8045-92379b5aef7d",
          "date": "2025-10-05T00:01:44.5259834",
          "boost": 2
        },
        {
          "$ref": "125"
        }
      ]
    },
    "supplierName": "sample string 33",
    "supplierStoreID": 1,
    "supplierCartonsOnly": true,
    "supplierEnforceMinimumQuantity": true,
    "supplierMinimumOrderValue": 1,
    "storeName": "sample string 36",
    "orderCode": {
      "$id": "126",
      "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": "127",
      "orderGuid": "Z9iupcBpAESAzUSfOhHB+Q==",
      "orderIdentifier": "a5aed867-69c0-4400-80cd-449f3a11c1f9",
      "supplierIdentifier": "u6nQp5xsHUmAirz6dfTUWA==",
      "supplierGuid": "a7d0a9bb-6c9c-491d-808a-bcfa75f4d458",
      "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": "128",
      "identifier": "//i1CICZ8kOcp+Q3RQG4fQ==",
      "identifierGuid": "08b5f8ff-9980-43f2-9ca7-e4374501b87d",
      "companyName": "sample string 1",
      "abn": "sample string 2",
      "address1": "sample string 3",
      "address2": "sample string 4",
      "telephone": "sample string 5",
      "primaryContactGuid": "okCbqT5qgUui+fDmoAUT7g==",
      "primaryContactID": "a99b40a2-6a3e-4b81-a2f9-f0e6a00513ee",
      "primaryContact": {
        "$ref": "8"
      }
    },
    "isMetcashSorted": true,
    "backupOrderType": "sample string 41",
    "backupOrderTypeDescription": "sample string 42",
    "backupTradingPartner": 1,
    "backupHostIdentifier": "c134ec85-7354-4d0c-bb98-5796363f0b5a"
  },
  "invoiceDetail": {
    "$id": "129",
    "identifier": "apiYb5IehE+CXvBXuYn6Iw==",
    "identifierGuid": "6f98986a-1e92-4f84-825e-f057b989fa23",
    "headerIdentifier": "eAlj/tsnok2z2GyTXBHIhg==",
    "headerIdentifierGuid": "fe630978-27db-4da2-b3d8-6c935c11c886",
    "pluG_UID": "/zpSeeNTYUGwaJjqq8GMKg==",
    "pluGuid": "79523aff-53e3-4161-b068-98eaabc18c2a",
    "pageNo": 1,
    "lineNo": 1,
    "itemOrdered": "sample string 1",
    "itemShipped": "sample string 2",
    "apn": "sample string 3",
    "barcode": "sample string 4",
    "prodStatus": 0,
    "dateAvailable": "2025-10-05T00:01:44.5259834",
    "commodity": "sample string 5",
    "supplier": "sample string 6",
    "itemDesc": "sample string 7",
    "itemType": 48,
    "investmentBuyInd": "A",
    "orderType": "sample string 8",
    "cartonQty": 1,
    "cartonQuantitySpecified": true,
    "soldByWeight": true,
    "orderByWeight": true,
    "unitsOrdered": 1,
    "unitsSupplied": 1,
    "unitsReceived": 1,
    "weightOrdered": 1,
    "weightShipped": 1,
    "weightReceived": 1,
    "unitSpecified": 11,
    "wholesalePrice": 1,
    "extWholesalePrice": 1,
    "normalPrice": 1,
    "retailPrice": 1,
    "pricingUnit": "sample string 12",
    "claimFlag": "A",
    "gstRate": 1,
    "gstAmount": 1,
    "extGstAmount": 1,
    "deliWeight": 1,
    "marginAmount": 1,
    "extMarginAmount": 1,
    "costAmount": 1,
    "orderedCostAmount": 1,
    "extCostAmount": 1,
    "costIncSpecified": true,
    "freightAmount": 14,
    "freightGstAmount": 15,
    "extFreightAmount": 16,
    "extFreightGstAmount": 17,
    "costDecimals": 18,
    "wetRate": 1,
    "containerDeposit": 1,
    "basePrice": 1,
    "wetValue": 1,
    "deliveryFee": 1,
    "casePrice": 1,
    "wholesaleExt": 1,
    "wetExt": 1,
    "totalLitres": 1,
    "tun": "sample string 19",
    "applyDetails": true,
    "applySell": true,
    "applyCost": true,
    "applyOr": true,
    "applyQty": true,
    "itemNumber": "sample string 20",
    "directNumber": "sample string 21",
    "itemSize": "sample string 22",
    "costGst": 1,
    "sellGst": 1,
    "costOr": 1,
    "sellOr": 1,
    "marginOr": 1,
    "grossProfit": 1.0,
    "sell": 1,
    "cartonCost": 1,
    "currentCost": 1,
    "costID": "A",
    "costStart": "2025-10-05T00:01:44.5259834",
    "costEnd": "2025-10-05T00:01:44.5259834",
    "createdFromUnknownScan": true,
    "orderGuid": "b4TUDJlijE++0sUEUaD4Jw==",
    "orderIdentifierGuid": "0cd4846f-6299-4f8c-bed2-c50451a0f827",
    "processed": true,
    "received": true,
    "inventoried": true,
    "fromElectronicInvoice": true,
    "allowDelete": true,
    "updated": "2025-10-05T00:01:44.5259834",
    "invoiceNo": "sample string 28",
    "hasInventory": true,
    "existingCost": 30.1,
    "existingSell": 31.1,
    "futureCost": 1.1,
    "futureSell": 1.1,
    "nextSell": 1.1,
    "nextSellCampaignName": "sample string 32",
    "nextSellCampaignDescription": "sample string 33",
    "unknownScan": {
      "$id": "130",
      "pluG_UID": "bQwUnTVwP0+3c5aSw0PQWg==",
      "pluGuid": "9d140c6d-7035-4f3f-b773-9692c343d05a",
      "invoiceIdentifier": "EofM1PwKSkSqIbJltchC1A==",
      "invoiceGuid": "d4cc8712-0afc-444a-aa21-b265b5c842d4",
      "barcode": "sample string 3",
      "itemNumber": "sample string 4",
      "created": "2025-10-05T00:01:44.5259834"
    },
    "productActive": true,
    "productSalesMode": 35,
    "productGSTPercent": 36,
    "productCostCalcMethod": 37,
    "productAlwaysApplyMargin": true,
    "productMarginRanged": true,
    "productMargin": 1.1,
    "productMinimumMargin": 1.1,
    "productMaximumMargin": 1.1,
    "priceGroupG_UID": "x/QVhRiBbE2gSIUYUo9UjA==",
    "priceGroupGuid": "8515f4c7-8118-4d6c-a048-8518528f548c",
    "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": "112"
  },
  "doNotRange": true,
  "doNotOrder": true,
  "costGSTPercent": 1,
  "orderDetailReceive": true,
  "isBackedUp": true,
  "backupWarehouseIndicator": "sample string 21",
  "backupOrderCode": "sample string 22"
}

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.