POST api/order/{id}/details

Save a list of order details

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

Order identifier

globally unique identifier

Required

Body Parameters

List of details to save

Collection of OrderDetail
NameDescriptionTypeAdditional information
ID

integer

None.

OrderGuid

Collection of byte

None.

OrderIdentifier

globally unique identifier

None.

PLUG_UID

Collection of byte

None.

PluGuid

globally unique identifier

None.

Created

date

None.

APN

string

None.

ItemNumber

string

None.

DirectNumber

The supplier's order code

string

None.

DirectIndicator

The supplier's warehouse direct indicator

string

None.

SalesMode

integer

None.

OrderByWeight

boolean

None.

SellPrice

integer

None.

InventoryFixed

boolean

None.

HasInventory

boolean

None.

InventoryAccuracy

integer

None.

OnOrder

integer

None.

OnOrderPacks

integer

None.

OnHand

integer

None.

OnHandPacks

integer

None.

Cost

Carton cost

integer

None.

CostDecimals

Carton cost decimal places

integer

None.

PickedCost

Carton cost at time of picking.

integer

None.

PickedCostDecimals

Picked carton cost decimal places.

integer

None.

AveragePackSize

decimal number

None.

CartonQuantity

Units per Cartonv

integer

None.

Cartons

Ordered Cartons

integer

None.

Units

Ordered Units

integer

None.

Weight

Ordered Weight

integer

None.

PickedCartons

Picked Cartons

integer

None.

PickedUnits

Picked Units

integer

None.

PickedWeight

Picked Weight

integer

None.

ShippedCartons

Shipped (in-transit) Cartons

integer

None.

ShippedUnits

Shipped (in-transit) units

integer

None.

ShippedWeight

Shipped (in-transit) weight

integer

None.

ReceivedCartons

Received Cartons

integer

None.

ReceivedCartonQuantity

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

integer

None.

ReceivedTun

The TUN scanned when receiving the order.

string

None.

ReceivedUnits

Received units

integer

None.

ReceivedWeight

Received weight

integer

None.

Received

Flag for whether the order detail stock has been received

integer

None.

Status

OrderDetailStatus

None.

SubstituteG_UID

Collection of byte

None.

SubstituteGuid

globally unique identifier

None.

WarehousePLUG_UID

Collection of byte

None.

WarehousePluGuid

Refers to the source Store's product guid

globally unique identifier

None.

Updated

date

None.

Increment

boolean

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

Description

string

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

Product

Product

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

UnknownScan

OrderUnknownScan

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

UnknownScanItem

boolean

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

Substitute

Product

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

WarehouseProduct

Product from the Store we are transferring from

Product

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

Lookup

OrderDetailLookup

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

ProductOrderingDetail

ProductOrderingDetail

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

DealCost

DealCost

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

NextCost

DealCost

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

LastChance

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

boolean

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

HoldOff

Indicates if a new deal cost is starting soon

OrderHoldOff

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

HoldOffDate

Date that a hold off deal cost is begining

date

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

OrderHeader

OrderHeader

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

InvoiceDetail

InvoiceDetail

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

AutoOrderDetail

AutoOrderDetail

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

DoNotRange

boolean

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

DoNotOrder

boolean

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

CostGSTPercent

integer

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

OrderDetailReceive

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

boolean

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

Request Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "id": 1,
    "orderGuid": "zz6Qg5VtlU2vwzvy+kxURg==",
    "orderIdentifier": "83903ecf-6d95-4d95-afc3-3bf2fa4c5446",
    "pluG_UID": "noNTH2Y0B0msadRrevga+A==",
    "pluGuid": "1f53839e-3466-4907-ac69-d46b7af81af8",
    "created": "2025-06-14T07:06:30.2954808",
    "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": "x2sh2se1g0mFg706mNvVhw==",
    "substituteGuid": "da216bc7-b5c7-4983-8583-bd3a98dbd587",
    "warehousePLUG_UID": "GGuS7o+6HkOI3oPNRpU9Lw==",
    "warehousePluGuid": "ee926b18-ba8f-431e-88de-83cd46953d2f",
    "updated": "2025-06-14T07:06:30.2954808",
    "increment": true,
    "description": "sample string 13",
    "product": {
      "$id": "2",
      "plu": 1,
      "storeID": 1,
      "masterPluG_UID": "QEA=",
      "storeIDs": [
        1,
        2
      ],
      "g_UId": "bruqxmRKsUWFcKm0Q3EQOg==",
      "guid": "c6aabb6e-4a64-45b1-8570-a9b44371103a",
      "apn": "sample string 1",
      "apnChanged": true,
      "apnSwitched": true,
      "barcode": "sample string 4",
      "itemNumber": "sample string 5",
      "itemNumberChanged": true,
      "priceGroupG_UID": "/uKcNqy/WEaDOKmxcvl5Yg==",
      "priceGroupGuid": "369ce2fe-bfac-4658-8338-a9b172f97962",
      "blueprintID": 1,
      "lastCountedDate": "2025-06-14T07:06:30.2954808",
      "externalID": "sample string 7",
      "active": true,
      "activated": "2025-06-14T07:06:30.2954808",
      "pluCreated": "2025-06-14T07:06:30.2954808",
      "createdByUser": "sample string 9",
      "name": "sample string 10",
      "nameChanged": true,
      "secondDescription": "sample string 12",
      "hostDescription": "sample string 13",
      "keepCartonQty": true,
      "keepDescription": true,
      "keepDepartments": true,
      "keepSuppliers": true,
      "markdownDescription": "sample string 18",
      "altDescription": "sample string 19",
      "bestOrExpire": 20,
      "lastUpdate": "2025-06-14T07:06:30.2954808",
      "lastManualUpdate": "2025-06-14T07:06:30.2954808",
      "imageName": "sample string 23",
      "showImageOnFlipCharts": true,
      "showTextOnFlipCharts": true,
      "overrideFlipChartText": true,
      "flipChartText": "sample string 27",
      "salesMode": 1,
      "eftCode": 1,
      "price": 1,
      "priceChanged": true,
      "rrp": 1,
      "gstPercent": 28,
      "gstPercentChanged": true,
      "costGSTPercent": 29,
      "costGSTPercentChanged": true,
      "wetPercent": 1,
      "priceOverride": 1,
      "cost": 1,
      "currentCost": 1,
      "currentCostDecimals": 1,
      "grossProfit": 1.0,
      "currentCostDesc": "sample string 30",
      "currentCostEnd": "2025-06-14T07:06:30.2954808",
      "currentCostUpdated": "2025-06-14T07:06:30.2954808",
      "costDecimals": 31,
      "costChanged": true,
      "dealCostIdentifier": "QEA=",
      "excludeFromRebate": true,
      "rebateOverride": 1,
      "costCalcMethod": 1,
      "costCalcMethodChanged": true,
      "costEffectiveDate": "2025-06-14T07:06:30.2954808",
      "defaultGP": 1,
      "breakTargetMode": 32,
      "break1": 1,
      "price1": 1,
      "target1": 33,
      "break2": 1,
      "price2": 1,
      "target2": 34,
      "break3": 1,
      "price3": 1,
      "target3": 35,
      "break1Changed": true,
      "price1Changed": true,
      "target1Changed": true,
      "break2Changed": true,
      "price2Changed": true,
      "target2Changed": true,
      "break3Changed": true,
      "price3Changed": true,
      "target3Changed": true,
      "breakTargetModeChanged": true,
      "margin": 1.1,
      "marginChanged": true,
      "marginRanged": true,
      "marginRangedChanged": true,
      "minimumMargin": 1.1,
      "minimumMarginChanged": true,
      "maximumMargin": 1.1,
      "maximumMarginChanged": true,
      "overrideHostWarehouseIndicator": true,
      "overrideHostWarehouseIndicatorChanged": true,
      "overrideHostPrice": true,
      "overrideHostPriceChanged": true,
      "overrideHostCost": true,
      "overrideHostCostChanged": true,
      "overrideHostMargin": true,
      "overrideHostMarginChanged": true,
      "alwaysApplyMargin": true,
      "alwaysApplyMarginChanged": true,
      "aws": 1.0,
      "awsUpdated": "2025-06-14T07:06:30.2954808",
      "posTare": 1,
      "altPrice": 1.0,
      "altPriceChanged": true,
      "altPriceMode": 52,
      "altPriceModeChanged": true,
      "altPLUG_UID": "T55lpgQrnEGJyf4BwigeZA==",
      "altPLUGuid": "a6659e4f-2b04-419c-89c9-fe01c2281e64",
      "altPLUGuidChanged": true,
      "altPriceDescription1": "sample string 53",
      "altPriceDescription2": "sample string 54",
      "cartonQuantity": 55,
      "cartonQuantityChanged": true,
      "trayID": 1,
      "promptID": 1,
      "tare": 1,
      "packQty": 1,
      "fixedWeight": 1,
      "extraMesg": 1,
      "text1": "sample string 57",
      "text2": "sample string 58",
      "text3": "sample string 59",
      "labelText": "sample string 60",
      "labelTextChanged": true,
      "sendToScale": true,
      "nonScaleWeigh": true,
      "labelFormat": "sample string 64",
      "barcodeFormat": "sample string 65",
      "austMade": 1,
      "coolCode": 66,
      "countryOfOrigin": "sample string 67",
      "percentContent": 68.1,
      "departmentID": 1,
      "subDepartmentID": 1,
      "minorDepartmentID": 1,
      "lesserDepartmentID": 1,
      "deptCode": "sample string 69",
      "subDeptCode": "sample string 70",
      "minorDeptCode": "sample string 71",
      "lesserDeptCode": "sample string 72",
      "deptName": "sample string 73",
      "subDeptName": "sample string 74",
      "minorDeptName": "sample string 75",
      "lesserDeptName": "sample string 76",
      "departmentChanged": true,
      "subCategoryID": 1,
      "expiry": 1,
      "showDays": 1,
      "datePrint": 1,
      "labelRequired": true,
      "labelShelfQty": 79,
      "labelShelfChanged": true,
      "labelTalkerQty": 81,
      "labelSmall": true,
      "labelLastPrinted": "2025-06-14T07:06:30.2954808",
      "labelLastPrice": 1,
      "shelfPageLayoutG_UID": "S77tLUpE4Ey1LP7M05TiwQ==",
      "shelfPageLayoutGuid": "2dedbe4b-444a-4ce0-b52c-feccd394e2c1",
      "talkerPageLayoutG_UID": "cIzLenbKw0eubIlpJMYfMg==",
      "talkerPageLayoutGuid": "7acb8c70-ca76-47c3-ae6c-896924c61f32",
      "unitMeasure": 1.1,
      "unitMeasureChanged": true,
      "unitMeasureKind": 84,
      "unitMeasureKindChanged": true,
      "signIQData": "sample string 86",
      "refresh": true,
      "earnLoyaltyPoints": true,
      "earnLoyaltyPointsChanged": true,
      "quantityOverride": true,
      "quantityOverrideChanged": true,
      "quantityRequired": true,
      "quantityRequiredChanged": true,
      "allowDiscounts": true,
      "allowDiscountsChanged": true,
      "discountDiscounts": true,
      "discountDiscountsChanged": true,
      "itemRecalled": true,
      "itemRecalledChanged": true,
      "noRefund": true,
      "noRefundChanged": true,
      "allowMarkdown": true,
      "allowMarkdownChanged": true,
      "priceRequired": true,
      "priceRequiredChanged": true,
      "fuelItem": true,
      "fuelItemChanged": true,
      "trackSerial": true,
      "trackSerialChanged": true,
      "allowZeroPrice": true,
      "allowZeroPriceChanged": true,
      "notForSale": 90,
      "notForSaleChanged": true,
      "excludeFromDeals": true,
      "excludeFromVoucher": true,
      "minimumAge": 93,
      "minimumAgeChanged": true,
      "buyingLimit": 1,
      "buyingLimitChanged": true,
      "buyingLimitIndependent": true,
      "buyingLimitIndependentChanged": true,
      "inventoryGuid": "tH2If4Z2nECRU3GFz1kJUQ==",
      "inventoryIdentifier": "7f887db4-7686-409c-9153-7185cf590951",
      "inventoryAccuracy": 1,
      "baseUnits": 97,
      "orderPacked": 1,
      "isManufactured": true,
      "isIngredient": true,
      "isModifier": true,
      "isModifierChanged": true,
      "hasModifiers": 98,
      "defaultPrinter": "sample string 99",
      "defaultPrinterGroup": "sample string 100",
      "ingredientsOnManufacture": true,
      "manufactureUnitMeasure": 1,
      "mpl": 1,
      "maxShelfQty": 101,
      "allowAutoOrder": true,
      "warrantyPeriod": 1,
      "parentPluG_UId": "Q++x8lKbVkuk6pz6Dw7Jzg==",
      "parentPluGuid": "f2b1ef43-9b52-4b56-a4ea-9cfa0f0ec9ce",
      "preferredHostVendor": 103,
      "preferredHostChanged": true,
      "code": "sample string 105",
      "supplierIdentifier": "dplBYBVAVkiaR7JL7cQcLw==",
      "supplierIdentifierGuid": "60419976-4015-4856-9a47-b24bedc41c2f",
      "supplierChanged": true,
      "rebateSupplierIdentifier": "FosKHxgEqUqz/HNcQabfhg==",
      "rebateSupplierIdentifierGuid": "1f0a8b16-0418-4aa9-b3fc-735c41a6df86",
      "rebateSupplierChanged": true,
      "availableForOrder": true,
      "warehouseDirectIndicator": "sample string 107",
      "warehouseDirectIndicatorChanged": true,
      "productGrade": "sample string 109",
      "productType": "sample string 110",
      "productGroup": "sample string 111",
      "complianceIndicator": "sample string 112",
      "inhouseBrand": "sample string 113",
      "slowMoving": true,
      "generalMerchandise": true,
      "comment": "sample string 116",
      "lastUpdatedByUser": "sample string 117",
      "lastManualUpdatedByUser": "sample string 118",
      "lastUpdatedByUserOverride": true,
      "lastUpdatedByHost": "2025-06-14T07:06:30.2954808",
      "commodity": "sample string 120",
      "businessPillar": "sample string 121",
      "mscCommodity": "sample string 122",
      "hostIdentifier": "cU88ZGVKk0uluVF3ZokT0Q==",
      "hostIdentifierGuid": "643c4f71-4a65-4b93-a5b9-5177668913d1",
      "serviceFeeID": 1,
      "serviceFeeIDChanged": true,
      "providerName": "sample string 124",
      "aisleEnds": "sample string 125",
      "deleted": true,
      "deletedChanged": true,
      "hidden": true,
      "doNotRange": true,
      "doNotRangeChanged": true,
      "doNotOrder": true,
      "doNotOrderChanged": true,
      "locked": true,
      "excludeFromWebUpdate": true,
      "excludeFromWebUpdateChanged": true,
      "webPriceBasedOn": 136,
      "webPriceRounding": true,
      "webMarkup": 138,
      "webPriceMode": 139,
      "altDepartmentID": 1,
      "altSubDepartmentID": 1,
      "altMinorDepartmentID": 1,
      "altLesserDepartmentID": 1,
      "altDeptCode": "sample string 140",
      "altSubDeptCode": "sample string 141",
      "altMinorDeptCode": "sample string 142",
      "altLesserDeptCode": "sample string 143",
      "altDepartmentChanged": true,
      "storeProducts": [
        {
          "$ref": "2"
        },
        {
          "$ref": "2"
        }
      ],
      "store": {
        "$id": "3",
        "id": 1,
        "isMaster": true,
        "shortName": "sample string 3",
        "url": "sample string 4",
        "sortOrder": 1,
        "name": "sample string 5",
        "phone": "sample string 6",
        "fax": "sample string 7",
        "email": "sample string 8",
        "address1": "sample string 9",
        "address2": "sample string 10",
        "city": "sample string 11",
        "state": "sample string 12",
        "country": "sample string 13",
        "postCode": "sample string 14",
        "delivery": 1,
        "exportAccounts": 1,
        "salesAccountFolder": "sample string 15",
        "purchaseAccountFolder": "sample string 16",
        "initLoad": 1,
        "initIDs": 1,
        "zoneID": 1,
        "actAsMaster": 1,
        "lastActiveUtc": "2025-06-14T07:06:30.2954808",
        "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": "32sKtnjIjE2O3yxQsKuOVQ==",
        "hostIdentifierGuid": "b60a6bdf-c878-4d8c-8edf-2c50b0ab8e55",
        "hostName": 1,
        "hostAddress": "sample string 27",
        "hostUsername": "sample string 28",
        "hostPassword": "sample string 29",
        "excludeFromLeadInOut": true,
        "accountingProvider": 31,
        "accountingAddress": "sample string 32",
        "accountingUsername": "sample string 33",
        "accountingPassword": "sample string 34",
        "storeAccountingCode": "sample string 35",
        "softwareVariance": 36,
        "fuelWarningVariance": 37.0,
        "fuelErrorVariance": 38.0,
        "fuelAccumulatedWarningVariance": 39.0,
        "fuelAccumulatedErrorVariance": 40.0,
        "drawManagment": 41,
        "endOfDayManagment": true,
        "autoFillCashBalancing": true,
        "fuelDayVariance": 44,
        "accountingTradingTime": "00:00:00.1234567",
        "stockActivateProduct": 46,
        "giftCardSalesAccountingDeptCode": "sample string 47",
        "transactionDiscountAccountingDeptCode": "sample string 48",
        "size": 49,
        "updated": "2025-06-14T07:06:30.2954808",
        "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": "0Bq6snUOpUyXZ5zZTn/jcQ==",
            "hostIdentifierGuid": "b2ba1ad0-0e75-4ca5-9767-9cd94e7fe371",
            "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": "pO5VM2llpEWwDgGSrcaBUQ==",
              "identifierGuid": "3355eea4-6569-45a4-b00e-0192adc68151",
              "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": "eQEK3HoBk0u5+ll4nRrM8A==",
              "hostSupplierIdentifierGuid": "dc0a0179-017a-4b93-b9fa-59789d1accf0",
              "loyaltyPriceLevelIdentifier": "NtCIG+owR0WLy1uO86IDZQ==",
              "loyaltyPriceLevelIdentifierGuid": "1b88d036-30ea-4547-8bcb-5b8ef3a20365",
              "isGroup": true,
              "description": "sample string 22",
              "hostProvider": 23,
              "hostTypeEnum": 24,
              "hostType": "sample string 25",
              "hostCode": "sample string 26",
              "username": "sample string 27",
              "password": "sample string 28",
              "passwordPlain": "sample string 29",
              "server": "sample string 30",
              "url": "sample string 31",
              "global": true,
              "stateCode": "sample string 33",
              "lastCollected": "2025-06-14T07:06:30.2954808",
              "lastProcessed": "2025-06-14T07:06:30.2954808",
              "hold": true,
              "supplierName": "sample string 35",
              "supplier": {
                "$id": "7",
                "identifier": "M01FuPr3wkqaQQnWxyrmVA==",
                "identifierGuid": "b8454d33-f7fa-4ac2-9a41-09d6c72ae654",
                "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": "0XhMmKMJnkCqwoh1ExOdgQ==",
                "primaryContactID": "984c78d1-09a3-409e-aac2-887513139d81",
                "storeID": 1,
                "abn": "sample string 16",
                "supplierGroupIdentifier": "X2Ikl8EIW0K3nS48PnF9JA==",
                "supplierGroupGuid": "9724625f-08c1-425b-b79d-2e3c3e717d24",
                "rebate": 1.0,
                "rebateType": 1,
                "rebateFrequency": 1,
                "rebateSource": 1,
                "rebateLastClaimed": "2025-06-14T07:06:30.2954808",
                "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": "ff9bac04-30b1-48bf-b394-df49d0715838",
                  "identifier": "JgbjeG9uGU2YhRMteLnfhw==",
                  "identifierGuid": "78e30626-6e6f-4d19-9885-132d78b9df87",
                  "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": "hakqNIRjz0uZodAR8BjyMg==",
                    "supplierIdentifierGuid": "342aa985-6384-4bcf-99a1-d011f018f232",
                    "contactGuid": "cXlxQ9lrUU2tn39vdFmIPA==",
                    "contactID": "43717971-6bd9-4d51-ad9f-7f6f7459883c",
                    "contact": {
                      "$ref": "8"
                    },
                    "supplier": {
                      "$ref": "7"
                    }
                  },
                  {
                    "$ref": "9"
                  }
                ],
                "products": [
                  {
                    "$id": "10",
                    "pluG_UID": "vYqe+PEv4U2gAojvm/Lnyw==",
                    "pluGuid": "f89e8abd-2ff1-4de1-a002-88ef9bf2e7cb",
                    "supplierIdentifier": "gwn36lblB0ihvGAqzhulgQ==",
                    "supplierIdentifierGuid": "eaf70983-e556-4807-a1bc-602ace1ba581",
                    "cartonQuantity": 1,
                    "cartonQuantityChanged": true,
                    "productSize": "sample string 2",
                    "cigarettesPerSleeve": 1,
                    "randomWeight": true,
                    "piecesPerUnit": 4,
                    "averagePackSize": 5,
                    "effectiveDate": "2025-06-14T07:06:30.2954808",
                    "pricedByWeight": true,
                    "landedUnitCostEx": 8,
                    "landedUnitCostInc": 9,
                    "landedCartonCostInc": 10,
                    "landedCartonCostEx": 11,
                    "standardCost": 12,
                    "deliveryFee": 1,
                    "deliveryFeeBasis": "sample string 13",
                    "pickAndPackFee": 1,
                    "pickAndPackFeeBasis": "sample string 14",
                    "financeFee": 1,
                    "financeFeeBasis": "sample string 15",
                    "cartonLength": 1,
                    "cartonWidth": 1,
                    "cartonHeight": 1,
                    "palletLayerQuantity": 1,
                    "palletLayers": 1,
                    "itemCode": "sample string 16",
                    "invoiceCode": "sample string 17",
                    "invoiceDesc": "sample string 18",
                    "orderDirect": true,
                    "useCost": true,
                    "minimumQuantity": 19,
                    "hostType": 20,
                    "fromHost": 21,
                    "minimumReorder": 1,
                    "maximumReorder": 1,
                    "orderMultiple": 22.1,
                    "sellMultiple": 23.1,
                    "baseMultiple": 24.1,
                    "hostStandardCost": 25,
                    "hostTotalCost": 26,
                    "hostRetail": 27,
                    "hostLandedUnitCostEx": 28,
                    "hostLandedUnitCostInc": 29,
                    "hostDesc": "sample string 30",
                    "directIndicator": "sample string 31",
                    "availableToOrder": true,
                    "hostRangeIndicator": "sample string 33",
                    "hostProductType": "sample string 34",
                    "hostProductGrade": "sample string 35",
                    "hostProductGroup": "sample string 36",
                    "hostSlowMoving": true,
                    "hostGeneralMerchandise": true,
                    "hostPillar": "sample string 39",
                    "hostLastUpdated": "2025-06-14T07:06:30.2954808",
                    "rebate": 1.0,
                    "rebateExclude": true,
                    "invoiceCodes": [
                      {
                        "$id": "11",
                        "pluG_UID": "QrCF+CElRU+DgBiwspRJFA==",
                        "pluGuid": "f885b042-2521-4f45-8380-18b0b2944914",
                        "supplierIdentifier": "TuHKWOEuQEqRWUH2EvfeHQ==",
                        "supplierIdentifierGuid": "58cae14e-2ee1-4a40-9159-41f612f7de1d",
                        "invoiceCode": "sample string 1",
                        "storeIDs": [
                          1,
                          2
                        ]
                      },
                      {
                        "$ref": "11"
                      }
                    ],
                    "storeIDs": [
                      1,
                      2
                    ],
                    "preferredSupplier": true,
                    "preferredRebateSupplier": true,
                    "supplierName": "sample string 40",
                    "salesMode": 41,
                    "orderPacked": true,
                    "active": true,
                    "price": 1,
                    "costGstPercent": 43,
                    "parentPluG_UID": "K5awLD49GUG5/tO8CVqHuw==",
                    "parentPluGuid": "2cb0962b-3d3e-4119-b9fe-d3bc095a87bb",
                    "freight": 44.0,
                    "freightType": 1,
                    "product": {
                      "$ref": "2"
                    },
                    "supplier": {
                      "$ref": "7"
                    },
                    "serviceFee": {
                      "$id": "12",
                      "id": 1,
                      "description": "sample string 1",
                      "fee": 1
                    },
                    "isPrimaryHost": true,
                    "hostVendor": 46
                  },
                  {
                    "$ref": "10"
                  }
                ],
                "orderCycleHeaders": [
                  {
                    "$id": "13",
                    "storeID": 1,
                    "supplierIdentifier": "t43FCJCHzEu36pNRSAmOtg==",
                    "supplierGuid": "08c58db7-8790-4bcc-b7ea-935148098eb6",
                    "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": "x+09rr6qmUmuTAyHd40mDw==",
                    "supplierGuid": "ae3dedc7-aabe-4999-ae4c-0c87778d260f",
                    "departmentCode": "sample string 2",
                    "warehouseDirectIndicator": "sample string 3",
                    "type": 4,
                    "cutOffWeek": 5,
                    "cutOffDay": 6,
                    "cutOffTime": "00:00:00.1234567",
                    "leadTime": 7,
                    "daysBuffer": 8,
                    "supplierName": "sample string 9",
                    "cutOffDate": "2025-06-14T07:06:30.2954808",
                    "deliveryDate": "2025-06-14T07:06:30.2954808",
                    "nextCutOffDate": "2025-06-14T07:06:30.2954808",
                    "nextDeliveryDate": "2025-06-14T07:06:30.2954808",
                    "nextDaysBuffer": 10
                  },
                  {
                    "$ref": "14"
                  }
                ],
                "store": {
                  "$ref": "3"
                },
                "updated": "2025-06-14T07:06:30.2954808",
                "isHost": true
              },
              "files": [
                {
                  "$id": "15",
                  "id": "sample string 1",
                  "fileName": "sample string 2",
                  "extension": "sample string 3",
                  "provider": 0,
                  "type": 0,
                  "hostType": "sample string 4",
                  "createdUtc": "2025-06-14T07:06:30.3111276",
                  "processed": "2025-06-14T07:06:30.3111276",
                  "isProcessing": true,
                  "processedCount": 6,
                  "processingTime": 1,
                  "collectedUtc": "2025-06-14T07:06:30.3111276",
                  "size": 1,
                  "sizeFormat": "sample string 7",
                  "isArchive": true,
                  "version": "sample string 9",
                  "reference": "sample string 10",
                  "digest": "sample string 11",
                  "contentType": "sample string 12",
                  "host": {
                    "$ref": "6"
                  },
                  "metcashHeader": {
                    "$id": "16",
                    "customerNumber": "sample string 1",
                    "creationDate": "2025-06-14T07:06:30.3111276",
                    "businessPillar": "sample string 3",
                    "fileType": "sample string 4"
                  }
                },
                {
                  "$ref": "15"
                }
              ],
              "zoneMatrix": [
                {
                  "$id": "17",
                  "id": 1,
                  "hostIdentifier": "1Lg6hfLGB06O2cP9nuTx7A==",
                  "hostIdentifierGuid": "853ab8d4-c6f2-4e07-8ed9-c3fd9ee4f1ec",
                  "storeID": 1,
                  "departmentCode": "sample string 2",
                  "hostGuids": [
                    "10dd228f-9df4-4f8b-9e37-a49039fc5751",
                    "7b5038b4-3d47-486e-bb0b-606cb0b54071"
                  ]
                },
                {
                  "$ref": "17"
                }
              ],
              "hostFileStoreSetting": {
                "$ref": "5"
              },
              "hostStoreSettings": [
                {
                  "$ref": "5"
                },
                {
                  "$ref": "5"
                }
              ],
              "promotionPlacements": [
                {
                  "$id": "18",
                  "identifier": "4DjDkrE2EEibI5FuNRfdEQ==",
                  "identifierGuid": "92c338e0-36b1-4810-9b23-916e3517dd11",
                  "code": "sample string 2",
                  "description": "sample string 3",
                  "isAdvertised": true
                },
                {
                  "$ref": "18"
                }
              ],
              "promoTypeGuids": [
                "95966d63-556c-432d-b14f-556d3840879b",
                "a24df893-72c5-4e8a-a3df-c9a66fbccc58"
              ],
              "isPromotionOnly": false,
              "isOrderable": false,
              "vendor": 0
            },
            "groupIDs": [
              1,
              2
            ],
            "hostDescription": "sample string 24"
          },
          {
            "$ref": "5"
          }
        ],
        "accounts": [
          {
            "$id": "19",
            "id": 1,
            "storeID": 1,
            "accountName": "sample string 2",
            "bsb": "sample string 3",
            "accountNumber": "sample string 4",
            "accountDesignated": true
          },
          {
            "$ref": "19"
          }
        ],
        "sales": [
          {
            "$id": "20",
            "id": 1,
            "storeID": 1,
            "externalSalesType": 2,
            "ftpSiteID": 1,
            "lastSaleProcessed": "2025-06-14T07:06:30.3111276",
            "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": "9816c34d-6fe9-4f64-b884-0c1426c4211e",
        "updateStore": {
          "$id": "24",
          "id": "9a423cbc-181a-423d-9f9a-ccba3dfd78c4",
          "name": "sample string 1",
          "lastActivity": "2025-06-14T07:06:30.3111276",
          "zone": "sample string 2",
          "timeZoneOffset": 0.0,
          "businessHoursStart": "00:00:00.1234567",
          "businessHoursEnd": "00:00:00.1234567",
          "master": true,
          "lastIP": "sample string 10",
          "lastHostName": "sample string 11",
          "ping": 1,
          "pingStatus": "sample string 12",
          "lastUpdateCompleted": "2025-06-14T07:06:30.3111276"
        },
        "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": "303KyxATlkaazF/Ey5vgrA==",
          "pluGuid": "cbca4ddf-1310-4696-9acc-5fc4cb9be0ac",
          "plu": 1,
          "storeID": 1,
          "zoneID": 2,
          "zoneName": "sample string 3",
          "store": "sample string 4",
          "priceNow": 5,
          "costNow": 6,
          "costNowDecimals": 7,
          "normalPrice": 8,
          "gstPercent": 9,
          "normalCost": 10,
          "normalCostDecimals": 11,
          "costGstPercent": 12,
          "costCalcMethod": 1,
          "currentCost": 13,
          "currentCostDecimals": 14,
          "break1": 15,
          "price1": 16,
          "break2": 17,
          "price2": 18,
          "break3": 19,
          "price3": 20,
          "fuelItem": 21,
          "fixedWeight": 22,
          "active": true,
          "complianceIndicator": "sample string 23",
          "doNotOrder": true,
          "doNotRange": true,
          "isNormalPriceChangesCampaign": true,
          "updated": "2025-06-14T07:06:30.3111276"
        },
        {
          "$ref": "26"
        }
      ],
      "currentPrices": {
        "$id": "27",
        "pluPrices": {
          "$id": "28",
          "plu": 1,
          "pluG_UID": "QEA=",
          "stores": [
            1,
            2
          ],
          "normalPrice": 1,
          "cost": 2,
          "break1": 3,
          "price1": 4,
          "break2": 5,
          "price2": 6,
          "break3": 7,
          "price3": 8,
          "discountPrice": 9,
          "acceptedUtc": "2025-06-14T07:06:30.3111276",
          "priceChangeType": 0,
          "costDecimals": 10
        },
        "normalPluPrices": {
          "$ref": "28"
        },
        "winningCampaign": 1,
        "winner": {
          "$id": "29",
          "campaignName": "sample string 1",
          "campaignDescription": "sample string 2",
          "startDate": "2025-06-14T07:06:30.3111276",
          "startTime": 3,
          "endDate": "2025-06-14T07:06:30.3111276",
          "endTime": 4,
          "newPrice": 5,
          "newCost": 6,
          "newCostDecimals": 7,
          "pctDiscount": 8,
          "promoType": 1,
          "promotionTypeCode": "sample string 9",
          "hostType": 10,
          "hostIdentifier": "kTrCukaUEkKNmUJN0XrPKA==",
          "hostIdentifierGuid": "bac23a91-9446-4212-8d99-424dd17acf28",
          "storeNames": [
            "sample string 1",
            "sample string 2"
          ]
        },
        "details": [
          {
            "$ref": "29"
          },
          {
            "$ref": "29"
          }
        ]
      },
      "tray": {
        "$id": "30",
        "g_UId": "624jn7EGnECsAJRGGygLfA==",
        "guid": "9f236eeb-06b1-409c-ac00-94461b280b7c",
        "name": "sample string 1",
        "number": 1,
        "tare": 1
      },
      "priceGroup": {
        "$id": "31",
        "priceGroupG_UID": "ZwEWFkIfCEGodBlP2cg/+Q==",
        "priceGroupGuid": "16160167-1f42-4108-a874-194fd9c83ff9",
        "name": "sample string 2",
        "code": 1,
        "modified": true,
        "updated": "2025-06-14T07:06:30.3111276",
        "buyingLimit": 1,
        "buyingLimitIndependent": true,
        "buyingLimitType": 0,
        "number": 1,
        "products": [
          {
            "$ref": "2"
          },
          {
            "$ref": "2"
          }
        ],
        "productCount": 1
      },
      "priceGroupName": "sample string 145",
      "nutrifacts": {
        "$id": "32",
        "pluG_UID": "wbTHxPFMjEGlbEXMnQwg2A==",
        "pluGuid": "c4c7b4c1-4cf1-418c-a56c-45cc9d0c20d8",
        "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": "7cec6a2c-6c11-49e5-9b98-cb8a6834c963",
        "created": "2025-06-14T07:06:30.3111276",
        "createdByUser": "sample string 1",
        "activated": "2025-06-14T07:06:30.3111276",
        "deactivated": "2025-06-14T07:06:30.3111276",
        "lastOrdered": "2025-06-14T07:06:30.3111276",
        "lastOrderedQty": 2.0,
        "lastReceived": "2025-06-14T07:06:30.3111276",
        "lastReceivedQty": 3.0,
        "lastInvoiceStatus": 1,
        "lastCounted": "2025-06-14T07:06:30.3111276",
        "lastSold": "2025-06-14T07:06:30.3111276",
        "firstSold": "2025-06-14T07:06:30.3111276",
        "awsUpdated": "2025-06-14T07:06:30.3111276",
        "lastManualUpdate": "2025-06-14T07:06:30.3111276",
        "lastManualUpdatedByUser": "sample string 5",
        "lastUpdated": "2025-06-14T07:06:30.3111276",
        "lastUpdatedByUser": "sample string 7",
        "lastUpdatedByHost": "2025-06-14T07:06:30.3111276",
        "doNotRangeUpdated": "2025-06-14T07:06:30.3111276",
        "doNotOrderUpdated": "2025-06-14T07:06:30.3111276",
        "tracked": "2025-06-14T07:06:30.3111276"
      },
      "allergens": [
        {
          "$id": "34",
          "allergenID": 1,
          "pluG_UID": "s+mFetL3SEm7TzKDjxF6Ig==",
          "pluGuid": "7a85e9b3-f7d2-4948-bb4f-32838f117a22",
          "contains": 2,
          "allergenName": "sample string 3",
          "storeIDs": [
            1,
            2
          ]
        },
        {
          "$ref": "34"
        }
      ],
      "costs": {
        "$id": "35",
        "pluG_UID": "8s8buxDU1kmGGV9ClZGLgQ==",
        "pluGuid": "bb1bcff2-d410-49d6-8619-5f4295918b81",
        "enteredCost": 1,
        "weightedAvgCost": 1,
        "lastCost": 1,
        "rawEnteredCost": 2,
        "rawWeightedAvgCost": 3,
        "rawLastCost": 4,
        "freight": 5.0,
        "freightType": 6,
        "costDecimals": 7,
        "fifoCost": 1,
        "updated": "2025-06-14T07:06:30.3111276",
        "normalCost": 1,
        "currentCost": 1
      },
      "sales": [
        {
          "$id": "36",
          "saleHeaderID": 1,
          "created": "2025-06-14T07:06:30.3111276",
          "createdLocal": "2025-06-14T07:06:30.3111276",
          "storeID": 3,
          "storeName": "sample string 4",
          "operatorG_Uid": "MV7pEuCREUO27/slYR8GvA==",
          "operatorGuid": "12e95e31-91e0-4311-b6ef-fb25611f06bc",
          "operatorName": "sample string 5",
          "tranType": 1,
          "plu": 1,
          "pluG_UId": "+knWjFlBvkq58zfsBusxCg==",
          "pluGuid": "8cd649fa-4159-4abe-b9f3-37ec06eb310a",
          "normalPrice": 1,
          "totalCents": 1,
          "cost": 1,
          "grossProfit": 1,
          "quantity": 1,
          "operator": {
            "$id": "37",
            "id": 1,
            "g_Uid": "p8Tr+U7zUkOeGgjU9SkjsQ==",
            "guid": "f9ebc4a7-f34e-4352-9e1a-08d4f52923b1",
            "operatorNumber": 1,
            "shortName": "sample string 2",
            "firstName": "sample string 3",
            "lastName": "sample string 4",
            "password": "sample string 5",
            "hasPassword": true,
            "passwordText": "sample string 6",
            "rfidTagID": "sample string 7",
            "blueprintID": 1,
            "groupID": 1,
            "groupName": "sample string 8",
            "managerGroupID": 1,
            "managerGroupName": "sample string 9",
            "zoneID": 1,
            "zoneName": "sample string 10",
            "loggedIn": 1,
            "lastUsedIP": "sample string 11",
            "deleted": true,
            "locked": true,
            "allowOpenTill": true,
            "webEmail": "sample string 14",
            "simpleOperatorType": 0,
            "webRole": "sample string 15",
            "updated": "2025-06-14T07:06:30.3111276",
            "passwordResetRequired": true,
            "alteredInStore": true,
            "startShift": "2025-06-14T07:06:30.3111276",
            "endShift": "2025-06-14T07:06:30.3111276",
            "machineName": "sample string 20",
            "drawerID": 1,
            "stores": [
              {
                "$id": "38",
                "operatorG_UID": "ZzZtq3QdykqEziUaN+dZng==",
                "operatorGuid": "ab6d3667-1d74-4aca-84ce-251a37e7599e",
                "storeID": 2,
                "operator": {
                  "$ref": "37"
                },
                "store": {
                  "$ref": "3"
                }
              },
              {
                "$ref": "38"
              }
            ]
          }
        },
        {
          "$ref": "36"
        }
      ],
      "apns": [
        {
          "$id": "39",
          "pluID": 1,
          "pluG_UID": "kjH3L6qOzkOI+MDPE50grw==",
          "pluGuid": "2ff73192-8eaa-43ce-88f8-c0cf139d20af",
          "apn": "sample string 1",
          "deleted": true,
          "storeID": 1,
          "storeIDs": [
            1,
            2
          ]
        },
        {
          "$ref": "39"
        }
      ],
      "tuns": [
        {
          "$id": "40",
          "pluG_UId": "WrrmVXU7ZkOKBsGdBzHz+w==",
          "pluGuid": "55e6ba5a-3b75-4366-8a06-c19d0731f3fb",
          "apn": "sample string 1",
          "tun": "sample string 2",
          "cartonQuantity": 3,
          "product": {
            "$ref": "2"
          },
          "storeIDs": [
            1,
            2
          ]
        },
        {
          "$ref": "40"
        }
      ],
      "competitionPricing": [
        {
          "$id": "41",
          "identifier": "5BtrHvr/X0SZVv5NEOZqHg==",
          "identifierGuid": "1e6b1be4-fffa-445f-9956-fe4d10e66a1e",
          "pluG_UID": "mnbei2HOt0Gjxt+rxfLgLA==",
          "pluGuid": "8bde769a-ce61-41b7-a3c6-dfabc5f2e02c",
          "competitionID": 1,
          "name": "sample string 2",
          "sellMultiple": 3,
          "retailPrice": 4,
          "storeName": "sample string 5"
        },
        {
          "$ref": "41"
        }
      ],
      "supplier": {
        "$ref": "7"
      },
      "supplierName": "sample string 146",
      "children": [
        {
          "$ref": "2"
        },
        {
          "$ref": "2"
        }
      ],
      "ordering": {
        "$ref": "10"
      },
      "flipChartPages": [
        {
          "$id": "42",
          "identifier": "+b1B94xzVEK7dweAIAwqbg==",
          "groupName": "sample string 1",
          "identifierGuid": "f741bdf9-738c-4254-bb77-0780200c2a6e",
          "exists": true,
          "flipChartIdentifier": "m3GvqdeOQU6q/LRcpLM9sw==",
          "flipChartIdentifierGuid": "a9af719b-8ed7-4e41-aafc-b45ca4b33db3",
          "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": "FJf94+tUtUO55VdyJ6xKlg==",
          "groupIdentifierGuid": "e3fd9714-54eb-43b5-b9e5-577227ac4a96",
          "flipChart": {
            "$id": "43",
            "identifier": "AAhK0vwZm0yPbJ6eI2akvQ==",
            "identifierGuid": "d24a0800-19fc-4c9b-8f6c-9e9e2366a4bd",
            "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": "mIAOwMcI8EOr+I0U2HBBqA==",
              "identifierGuid": "c00e8098-08c7-43f0-abf8-8d14d87041a8",
              "name": "sample string 2",
              "formType": "sample string 3",
              "forms": [
                {
                  "$id": "45",
                  "id": 1,
                  "g_UID": "FLALKzfjC0qopohjLnzBoQ==",
                  "guid": "2b0bb014-e337-4a0b-a8a6-88632e7cc1a1",
                  "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": "ywpAHMy3RUWNrVdQEkxmEQ==",
                  "previousFormGuid": "1c400acb-b7cc-4545-8dad-5750124c6611",
                  "nextForm": 1,
                  "nextFormG_UID": "pijuN2XsmUmUvJqygQwrsw==",
                  "nextFormGuid": "37ee28a6-ec65-4999-94bc-9ab2810c2bb3",
                  "attributes": "sample string 10",
                  "updated": "2025-06-14T07:06:30.3111276",
                  "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": "6qDqZKmkekakynNce16NVg==",
                      "checkoutFormGuid": "64eaa0ea-a4a9-467a-a4ca-735c7b5e8d56",
                      "identifier": "gZSHZI7QiU6J0Fk9ap4E3Q==",
                      "identifierGuid": "64879481-d08e-4e89-89d0-593d6a9e04dd",
                      "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": "gMAl95EZnUyz9GM+g1Vcog==",
                      "valueGuid": "f725c080-1991-4c9d-b3f4-633e83555ca2",
                      "buttonText": "sample string 10",
                      "valueText": "sample string 11",
                      "drawImageAndButton": true,
                      "updated": "2025-06-14T07:06:30.3111276",
                      "action": "sample string 12",
                      "valueForm": {
                        "$ref": "45"
                      },
                      "image": {
                        "$id": "47",
                        "name": "sample string 3.sample string 4",
                        "imageID": 2,
                        "imageName": "sample string 3",
                        "imageExtension": "sample string 4",
                        "lastUpdate": "2025-06-14T07:06:30.3111276",
                        "imageData": "QEA=",
                        "readOnly": true
                      }
                    },
                    {
                      "$ref": "46"
                    }
                  ],
                  "panels": [
                    {
                      "$id": "48",
                      "id": 1,
                      "checkoutFormID": 2,
                      "checkoutFormG_UID": "2pCLprblDUG1e6beYtAmkg==",
                      "checkoutFormGuid": "a68b90da-e5b6-410d-b57b-a6de62d02692",
                      "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": "eaN8PWErWEOdgA9libGMcg==",
              "flipChartPageIdentifierGuid": "3d7ca379-2b61-4358-9d80-0f6589b18c72",
              "pluG_UID": "Smitne0CjkqCyq6Kqgu9xg==",
              "pluGuid": "9dad684a-02ed-4a8e-82ca-ae8aaa0bbdc6",
              "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": "FAJlV2qatkOW8Cx6SLhaCw==",
          "pluGuid": "57650214-9a6a-43b6-96f0-2c7a48b85a0b",
          "price": 1,
          "costCalcMethod": 1,
          "cost": 2,
          "weightedAvgCost": 3,
          "lastCost": 4,
          "rawCost": 5,
          "rawWeightedAvgCost": 6,
          "rawLastCost": 7,
          "costDecimals": 8,
          "serviceFeeID": 9,
          "freight": 10.0,
          "freightType": 11,
          "process": "sample string 12",
          "user": "sample string 13",
          "updated": "2025-06-14T07:06:30.3111276",
          "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": "eHYkPKBJtEiNx0cJZPAiDg==",
          "ingredientGuid": "21sujto0CkK3btgzf9BLUw==",
          "ingredientIdentifier": "8e2e5bdb-34da-420a-b76e-d8337fd04b53",
          "quantity": 1.0,
          "storeIDs": [
            1,
            2
          ],
          "ingredientText": "sample string 1",
          "ingredient": {
            "$ref": "2"
          }
        },
        {
          "$ref": "51"
        }
      ],
      "bins": [
        {
          "$id": "52",
          "pluG_UID": "zNUopxkbp0ynEIgruESSMA==",
          "pluGuid": "a728d5cc-1b19-4ca7-a710-882bb8449230",
          "shelfLocationIdentifier": "3YH9I3fgf0ictgfkxCbF8A==",
          "shelfLocationGuid": "23fd81dd-e077-487f-9cb6-07e4c426c5f0",
          "labelShelfDefault": 1,
          "labelTalkerDefault": 1,
          "labelSmall": true,
          "labelPageLayoutG_UID": "MRphWM2eHkOWgwjexcCSeQ==",
          "labelPageLayoutGuid": "58611a31-9ecd-431e-9683-08dec5c09279",
          "updated": "2025-06-14T07:06:30.3111276",
          "electronicShelfLabelIdentifier": "sample string 5",
          "electronicshelfLabelsConfigurationID": 6,
          "labelShelfChanged": true,
          "productName": "sample string 8",
          "locationText": "sample string 9",
          "product": {
            "$ref": "2"
          },
          "location": {
            "$id": "53",
            "identifier": "4PqdRQTggEK12ub011aD/w==",
            "storeID": 1,
            "identifierGuid": "459dfae0-e004-4280-b5da-e6f4d75683ff",
            "name": "sample string 2",
            "haccp": true,
            "blueprintID": 1,
            "updated": "2025-06-14T07:06:30.3111276",
            "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": "jOU77PUPLUaopJvyv4u3ag==",
          "pluGuid": "ec3be58c-0ff5-462d-a8a4-9bf2bf8bb76a",
          "deptNo": 1,
          "product": {
            "$ref": "2"
          },
          "scaleLocation": {
            "$id": "55",
            "id": 1,
            "deptNo": 1,
            "deptCode": "sample string 2",
            "name": "sample string 3",
            "enabled": true,
            "updated": "2025-06-14T07:06:30.3111276",
            "department": {
              "$id": "56",
              "id": 1,
              "name": "sample string 2",
              "code": "sample string 3",
              "sortOrder": 4,
              "isLiquor": true,
              "isTobacco": true,
              "excludeTalker": true,
              "externalSales": true,
              "saleGLCode": "sample string 9",
              "cogsglCode": "sample string 10",
              "accountingCategoryID": 11,
              "maximumMarkdownPercentage": 12.0,
              "accountingOnly": true,
              "generateExternalID": 1,
              "useNonReportableTaxCode": true,
              "minPLU": 15,
              "maxPLU": 16,
              "scaleLocation": {
                "$ref": "55"
              },
              "subDepartments": [
                {
                  "$id": "57",
                  "id": 1,
                  "departmentID": 2,
                  "name": "sample string 3",
                  "code": "sample string 4",
                  "departmentCode": "sample string 5",
                  "externalSales": true,
                  "minorDepartments": [
                    {
                      "$id": "58",
                      "id": 1,
                      "subDepartmentID": 2,
                      "departmentID": 3,
                      "name": "sample string 4",
                      "subDepartmentCode": "sample string 5",
                      "departmentCode": "sample string 6",
                      "code": "sample string 7",
                      "lesserDepartments": [
                        {
                          "$id": "59",
                          "id": 1,
                          "departmentID": 2,
                          "subDepartmentID": 3,
                          "minorDepartmentID": 4,
                          "name": "sample string 5",
                          "code": "sample string 6",
                          "departmentCode": "sample string 7",
                          "subDepartmentCode": "sample string 8",
                          "minorDepartmentCode": "sample string 9",
                          "updated": "2025-06-14T07:06:30.3111276",
                          "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": "Mn8Mud8WuEO/myNNdhz4og==",
                          "labelPageLayoutGuid": "b90c7f32-16df-43b8-bf9b-234d761cf8a2",
                          "minimumAge": 17,
                          "countryOfOrigin": "sample string 18",
                          "serviceFeeID": 1,
                          "eftCode": 19,
                          "defaultPrinter": "sample string 20",
                          "defaultPrinterGroup": "sample string 21",
                          "buyingLimit": 1,
                          "buyingLimitIndependent": true,
                          "buyingLimitType": 0,
                          "includeInDistinctLimit": true,
                          "defaultsEmpty": false,
                          "mscCat": {
                            "$id": "60",
                            "dept": 1,
                            "category": 2,
                            "name": "sample string 3",
                            "active": true,
                            "mscCommodities": [
                              {
                                "$id": "61",
                                "dept": 1,
                                "category": 2,
                                "commodity": 3,
                                "name": "sample string 4",
                                "active": true,
                                "mscSubCommodities": [
                                  {
                                    "$id": "62",
                                    "dept": 1,
                                    "category": 2,
                                    "commodity": 3,
                                    "subCommodity": 4,
                                    "name": "sample string 5",
                                    "active": true,
                                    "subCommodityCode": "sample string 7"
                                  },
                                  {
                                    "$ref": "62"
                                  }
                                ],
                                "commodityCode": "sample string 6"
                              },
                              {
                                "$ref": "61"
                              }
                            ],
                            "categoryCode": "sample string 5"
                          },
                          "mscCom": {
                            "$ref": "61"
                          },
                          "mscDep": {
                            "$id": "63",
                            "dept": 1,
                            "name": "sample string 2",
                            "active": true,
                            "mscCategories": [
                              {
                                "$ref": "60"
                              },
                              {
                                "$ref": "60"
                              }
                            ],
                            "deptCode": "sample string 4"
                          },
                          "mscSubCom": {
                            "$ref": "62"
                          }
                        },
                        {
                          "$ref": "59"
                        }
                      ],
                      "updated": "2025-06-14T07:06:30.3111276",
                      "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": "H5ciCQ9x/k+HBc0Z5wpuSw==",
                      "labelPageLayoutGuid": "0922971f-710f-4ffe-8705-cd19e70a6e4b",
                      "minimumAge": 15,
                      "countryOfOrigin": "sample string 16",
                      "serviceFeeID": 1,
                      "eftCode": 17,
                      "defaultPrinter": "sample string 18",
                      "defaultPrinterGroup": "sample string 19",
                      "buyingLimit": 1,
                      "buyingLimitIndependent": true,
                      "buyingLimitType": 0,
                      "includeInDistinctLimit": true,
                      "defaultsEmpty": false,
                      "mscCat": {
                        "$ref": "60"
                      },
                      "mscCom": {
                        "$ref": "61"
                      },
                      "mscDep": {
                        "$ref": "63"
                      },
                      "mscSubCom": {
                        "$ref": "62"
                      }
                    },
                    {
                      "$ref": "58"
                    }
                  ],
                  "investmentBuyOverride": true,
                  "updated": "2025-06-14T07:06:30.3111276",
                  "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": "32nsH3rh1UymzoNyy1R8sA==",
                  "labelPageLayoutGuid": "1fec69df-e17a-4cd5-a6ce-8372cb547cb0",
                  "minimumAge": 15,
                  "countryOfOrigin": "sample string 16",
                  "serviceFeeID": 1,
                  "eftCode": 17,
                  "defaultPrinter": "sample string 18",
                  "defaultPrinterGroup": "sample string 19",
                  "buyingLimit": 1,
                  "buyingLimitIndependent": true,
                  "buyingLimitType": 0,
                  "includeInDistinctLimit": true,
                  "defaultsEmpty": false,
                  "mscCat": {
                    "$ref": "60"
                  },
                  "mscCom": {
                    "$ref": "61"
                  },
                  "mscDep": {
                    "$ref": "63"
                  },
                  "mscSubCom": {
                    "$ref": "62"
                  }
                },
                {
                  "$ref": "57"
                }
              ],
              "stores": [
                1,
                2
              ],
              "investmentBuyOverride": true,
              "updated": "2025-06-14T07:06:30.3111276",
              "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": "J/JvbKp800mBUU/AW3TdYQ==",
              "labelPageLayoutGuid": "6c6ff227-7caa-49d3-8151-4fc05b74dd61",
              "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": "stM7YHuIDUKNSCTw/r2H7A==",
        "pluGuid": "603bd3b2-887b-420d-8d48-24f0febd87ec",
        "newPrice": 1,
        "pctDiscount": 1,
        "newCost": 1,
        "newCostDecimals": 6,
        "dealCostIdentifier": "6MvEQ2pslUqLzHeBwBCmMA==",
        "dealCostGuid": "43c4cbe8-6c6a-4a95-8bcc-7781c010a630",
        "pluName": "sample string 7",
        "apn": "sample string 8",
        "fuelItem": true,
        "priceGroupG_UID": "YZaWPGzt40egMU6gsIygfw==",
        "priceGroupGuid": "3c969661-ed6c-47e3-a031-4ea0b08ca07f",
        "itemNumber": "sample string 10",
        "cri": "sample string 11",
        "pluPrice": 12,
        "pluCost": 13,
        "pluCostIndicator": "sample string 14",
        "pluPriceGstPercent": 15,
        "pluCostGstPercent": 16,
        "pluActive": true,
        "cartonQty": 1.1,
        "baseUnits": 18.1,
        "salesMode": 1,
        "pluNormalCost": 19,
        "pluaws": 20.0,
        "directNumber": "sample string 21",
        "departmentName": "sample string 22",
        "subDepartmentName": "sample string 23",
        "priceGroupName": "sample string 24",
        "supplierName": "sample string 25",
        "stockOnHand": 1.1,
        "stockOnOrder": 1.1,
        "lastReceived": "2025-06-14T07:06:30.3111276",
        "rrp": 26,
        "campaignDescription": "sample string 27",
        "campaignComboPriceGroupG_UID": "QTT3EoSoR0mLBaYQvVTfFQ==",
        "campaignComboPriceGroupIdentifier": "12f73441-a884-4947-8b05-a610bd54df15",
        "promotionPlacementDescription": "sample string 28",
        "storeAcceptances": [
          {
            "$id": "65",
            "plu": 1,
            "pluG_UId": "QEA=",
            "campaignID": 1,
            "campaignName": "sample string 2",
            "storeID": 3,
            "acceptedUtc": "2025-06-14T07:06:30.3111276",
            "operatorG_UID": "+mUEa9KgkUuxpTJBciCFgQ==",
            "operatorGuid": "6b0465fa-a0d2-4b91-b1a5-324172208581",
            "machineID": 1,
            "processed": true,
            "appliedUtc": "2025-06-14T07:06:30.3111276",
            "signIqTicketFileMovedUtc": "2025-06-14T07:06:30.3111276",
            "user": "sample string 6",
            "campaignDescription": "sample string 7",
            "productDesc": "sample string 8",
            "storeName": "sample string 9",
            "effectiveUtc": "2025-06-14T07:06:30.3111276",
            "priceChangeType": 0,
            "operatorName": "sample string 10",
            "hostCampaign": true,
            "product": {
              "$ref": "2"
            },
            "campaignPlu": {
              "$ref": "64"
            }
          },
          {
            "$ref": "65"
          }
        ],
        "campaign": {
          "$id": "66",
          "id": 1,
          "storeID": 2,
          "name": "9a67fece-37a8-480c-b3e8-87c78b8770fd",
          "nameGuid": "9a67fece-37a8-480c-b3e8-87c78b8770fd",
          "description": "sample string 4",
          "showDiscounts": true,
          "showTotals": true,
          "onlyEvaluateOnSubtotal": true,
          "useDescription": true,
          "campaignType": 1,
          "startDate": "2025-06-14T07:06:30.3111276",
          "startTime": 1,
          "endDate": "2025-06-14T07:06:30.3111276",
          "endTime": 1,
          "recurrence": 1,
          "recurrenceType": 1,
          "monthType": 1,
          "weekDays": 1,
          "months": 1,
          "monthWeeks": 1,
          "monthDays": "sample string 7",
          "printed": true,
          "talkerText": "sample string 8",
          "rangeDescription": "sample string 9",
          "dealDescription": "sample string 10",
          "labelQuantity": 11,
          "active": 1,
          "deactivated": "2025-06-14T07:06:30.3111276",
          "system": true,
          "created": "2025-06-14T07:06:30.3111276",
          "updated": "2025-06-14T07:06:30.3111276",
          "priceChangeNotifiedUtc": "2025-06-14T07:06:30.3111276",
          "promoType": 1,
          "promotionTypeCode": "sample string 13",
          "hostIdentifier": "oMHfZ3Upq0W6Nm1WuaLwGg==",
          "hostIdentifierGuid": "67dfc1a0-2975-45ab-ba36-6d56b9a2f01a",
          "hostType": 14,
          "createdByUser": "sample string 15",
          "fromHost": true,
          "deleted": true,
          "campaignDeleted": "2025-06-14T07:06:30.3111276",
          "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": "sEjP/y5Xq0S+pyq5XPbkyw==",
              "pluGuid": "ffcf48b0-572e-44ab-bea7-2ab95cf6e4cb",
              "hostOfferID": 1,
              "priceGroupG_UID": "16hhxcEb5U+4qoYlz1WwAg==",
              "priceGroupGuid": "c561a8d7-1bc1-4fe5-b8aa-8625cf55b002",
              "fuelItem": true,
              "pluName": "sample string 6",
              "apn": "sample string 7",
              "pluActive": true,
              "cartonQty": 1,
              "baseUnits": 9.1,
              "cri": "sample string 10",
              "salesMode": 1,
              "pluaws": 11.0,
              "directNumber": "sample string 12",
              "departmentName": "sample string 13",
              "subDepartmentName": "sample string 14",
              "priceGroupName": "sample string 15",
              "supplierName": "sample string 16",
              "stockOnHand": 1.1,
              "stockOnOrder": 1.1,
              "lastReceived": "2025-06-14T07:06:30.3111276",
              "rrp": 17,
              "campaignDescription": "sample string 18",
              "product": {
                "$ref": "2"
              },
              "campaign": {
                "$ref": "66"
              }
            },
            {
              "$ref": "67"
            }
          ],
          "sellingRules": [
            {
              "$id": "68",
              "id": 1,
              "identifier": "w6ctstB3IUyB/Lk0ZNMf8g==",
              "identifierStr": "w6ctstB3IUyB/Lk0ZNMf8g==",
              "identifierGuid": "b22da7c3-77d0-4c21-81fc-b93464d31ff2",
              "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": "Z9sRqbOxbEGWH1xsGSVIag==",
              "customerIDGuid": "a911db67-b1b3-416c-961f-5c6c1925486a",
              "campaign": {
                "$ref": "66"
              },
              "customer": {
                "$id": "70",
                "identifier": "CoiyYOWdWkGrtC9GwC1v6w==",
                "identifierGuid": "60b2880a-9de5-415a-abb4-2f46c02d6feb",
                "code": "sample string 2",
                "familyName": "sample string 3",
                "givenName": "sample string 4",
                "otherName": "sample string 5",
                "title": "sample string 6",
                "dateOfBirth": "2025-06-14T07:06:30.3111276",
                "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": "ersYfdB4oEuhF1mx7P3/PQ==",
                "communityIdentifierGuid": "7d18bb7a-78d0-4ba0-a117-59b1ecfdff3d",
                "joined": "2025-06-14T07:06:30.3111276",
                "updated": "2025-06-14T07:06:30.3111276",
                "active": true,
                "reasonInactive": 1,
                "groupCustomer": true,
                "loyaltyPoints": 1,
                "homeStoreID": 1,
                "availableSpend": 1,
                "priceLevelIdentifier": "ZAxuRMXlnUmQRqClKbN/CA==",
                "priceLevelIdentifierGuid": "446e0c64-e5c5-499d-9046-a0a529b37f08",
                "marketingID": "sample string 18",
                "hidden": true,
                "registered": true,
                "registeredOn": "2025-06-14T07:06:30.3111276",
                "emailMarketing": true,
                "smsMarketing": true,
                "deleted": true,
                "deletedUser": "sample string 24",
                "homeStoreName": "sample string 25",
                "customerCards": [
                  {
                    "$id": "71",
                    "cardType": 2,
                    "issueDate": "2025-06-14T07:06:30.3111276",
                    "expiry": "2025-06-14T07:06:30.3111276",
                    "customerID": "35EVlcdEaUyk+Ra3nieO5w==",
                    "customerIDGuid": "951591df-44c7-4c69-a4f9-16b79e278ee7",
                    "initialValue": 1,
                    "currentValue": 1,
                    "maxLimit": 1,
                    "minTransaction": 1,
                    "maxTransaction": 1,
                    "multiplier": 1.1,
                    "active": true,
                    "reasonInactive": 1,
                    "idRequired": true,
                    "idType": 1,
                    "idValue": "sample string 5",
                    "updated": "2025-06-14T07:06:30.3111276",
                    "linkedAccount": "zOiVs9zZ80C0HLeMItAV7Q==",
                    "linkedAccountGuid": "b395e8cc-d9dc-40f3-b41c-b78c22d015ed",
                    "currentValueChanged": true,
                    "limitsChanged": true,
                    "customer": {
                      "$ref": "70"
                    },
                    "account": {
                      "$id": "72",
                      "id": 1,
                      "identifier": "b0E0VBaTS0Kz/C0/aX6W1A==",
                      "identifierGuid": "5434416f-9316-424b-b3fc-2d3f697e96d4",
                      "referenceNo": "sample string 3",
                      "name": "sample string 4",
                      "created": "2025-06-14T07:06:30.3111276",
                      "owner": "UdEz2aXDC0u0SWksigtdAg==",
                      "ownerGuid": "d933d151-c3a5-4b0b-b449-692c8a0b5d02",
                      "accountStoreGroupIdentifier": "yrP6tLFi40e1YZBJLihiPw==",
                      "accountStoreGroupGuid": "b4fab3ca-62b1-47e3-b561-90492e28623f",
                      "accountType": 1,
                      "currentBalance": 1,
                      "externalID": "sample string 7",
                      "maximumLimit": 1,
                      "accruePoints": true,
                      "loyaltyPoints": 1,
                      "termsOfTrade": 1,
                      "signatureRequired": true,
                      "referenceRequired": true,
                      "statementSendType": 10,
                      "ageingPeriod": 1,
                      "monthlyAgeingPeriod": true,
                      "explodedInvoice": true,
                      "isFifoAllocation": true,
                      "lastStatementSent": "2025-06-14T07:06:30.3111276",
                      "active": true,
                      "updated": "2025-06-14T07:06:30.3111276",
                      "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": "TOTt5tdWKkyzibmd+unFBg==",
                          "identifierGuid": "e6ede44c-56d7-4c2a-b389-b99dfae9c506",
                          "name": "sample string 2",
                          "primaryContact": "qyOyGQRQ3EyUugngtCr3MA==",
                          "primaryContactGuid": "19b223ab-5004-4cdc-94ba-09e0b42af730",
                          "accountID": "/fnwxv037EK9SUXHpyzZXw==",
                          "accountIDGuid": "c6f0f9fd-37fd-42ec-bd49-45c7a72cd95f",
                          "special": true,
                          "updated": "2025-06-14T07:06:30.3111276",
                          "active": true,
                          "reasonInactive": 1,
                          "priceLevelIdentifier": "poDvhMbnnU2FtkJ99578EQ==",
                          "priceLevelIdentifierGuid": "84ef80a6-e7c6-4d9d-85b6-427df79efc11",
                          "deleted": true,
                          "account": {
                            "$ref": "72"
                          },
                          "primaryContactCustomer": {
                            "$ref": "70"
                          },
                          "customerGroupMembers": [
                            {
                              "$id": "75",
                              "id": 1,
                              "groupID": "XLYKsEBvJEaqhUnuh18hdw==",
                              "groupIDGuid": "b00ab65c-6f40-4624-aa85-49ee875f2177",
                              "customerID": "sABvnXJjw0eLiI/583ODpA==",
                              "customerIDGuid": "9d6f00b0-6372-47c3-8b88-8ff9f37383a4",
                              "card": "sample string 4",
                              "linkedAccount": "SecyfvDUO0Gr0NQjp0Dzlw==",
                              "linkedAccountGuid": "7e32e749-d4f0-413b-abd0-d423a740f397",
                              "customer": {
                                "$ref": "70"
                              },
                              "group": {
                                "$ref": "74"
                              },
                              "customerCard": {
                                "$ref": "71"
                              }
                            },
                            {
                              "$ref": "75"
                            }
                          ]
                        },
                        {
                          "$ref": "74"
                        }
                      ]
                    },
                    "payments": [
                      {
                        "$id": "76",
                        "id": 1,
                        "identifier": "cZi165fczUGB/dw3PjmzqQ==",
                        "identifierGuid": "ebb59871-dc97-41cd-81fd-dc373e39b3a9",
                        "storeID": 2,
                        "operatorName": "sample string 3",
                        "saleHeaderID": 4,
                        "paymentType": 5,
                        "amount": 6,
                        "account": "sample string 7",
                        "accountID": "rrBXbzUY9UC6xT8n3zX9gA==",
                        "accountIDGuid": "6f57b0ae-1835-40f5-bac5-3f27df35fd80",
                        "customerAccount": {
                          "$ref": "72"
                        },
                        "customerCard": {
                          "$ref": "71"
                        },
                        "accountType": 1,
                        "cardName": "sample string 8",
                        "authorisationNumber": "sample string 9",
                        "bankReference": "sample string 10",
                        "merchantID": "sample string 11",
                        "terminalID": "sample string 12",
                        "cardNumber": "sample string 13",
                        "paymentDate": "2025-06-14T07:06:30.3111276",
                        "invRocNo": "sample string 14",
                        "responseCode": "sample string 15",
                        "cashout": 1,
                        "tip": 16,
                        "idempotentVoid": "Y5B3LVDjeE2hWlwd6IhVoQ==",
                        "idempotentVoidGuid": "2d779063-e350-4d78-a15a-5c1de88855a1",
                        "offline": true,
                        "processed": 1,
                        "storeSaleHeader": {
                          "$id": "77",
                          "saleHeaderID": 1,
                          "saleHeaderGuid": "aiTQuLaz1EeIBvmGiRB6Pg==",
                          "saleHeaderIdentifierGuid": "b8d0246a-b3b6-47d4-8806-f98689107a3e",
                          "created": "2025-06-14T07:06:30.3111276",
                          "createdLocal": "2025-06-14T07:06:30.3111276",
                          "createdText": "sample string 4",
                          "itemCount": 5,
                          "totalAmount": 6,
                          "cashTender": 1,
                          "cardTender": 1,
                          "cheqTender": 1,
                          "acctTender": 1,
                          "voucherTender": 1,
                          "loyaltyPoints": 1,
                          "cashout": 1,
                          "changeAmount": 1,
                          "rounding": 1,
                          "gstAmount": 1,
                          "transactionDiscountTender": 1,
                          "totalTip": 7,
                          "tranType": 1,
                          "processed": 1,
                          "imported": "2025-06-14T07:06:30.3111276",
                          "storeID": 1,
                          "operatorG_Uid": "y9o0Hq8cnEyQmWCbNhISUw==",
                          "operatorGuid": "1e34dacb-1caf-4c9c-9099-609b36121253",
                          "customerG_Uid": "o3x+7/MVo0e5s6frWe1KUA==",
                          "customerGuid": "ef7e7ca3-15f3-47a3-b9b3-a7eb59ed4a50",
                          "communityIdentifier": "sjNqBC6C10aH9KZK1IfuyA==",
                          "communityIdentifierGuid": "046a33b2-822e-46d7-87f4-a64ad487eec8",
                          "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": "03JlZJpNoUaUJqXJg2srnA==",
                          "priceLevelIdentifierGuid": "646572d3-4d9a-46a1-9426-a5c9836b2b9c",
                          "locked": 36,
                          "relationChecksum": "sample string 37",
                          "loyaltyTender": 1,
                          "giftCardTender": 1,
                          "operator": {
                            "$ref": "37"
                          },
                          "customer": {
                            "$ref": "70"
                          },
                          "communityOrganisation": {
                            "$id": "78",
                            "id": 1,
                            "identifier": "MAzImsHELkyOmCn/xPxBLw==",
                            "identifierGuid": "9ac80c30-c4c1-4c2e-8e98-29ffc4fc412f",
                            "name": "sample string 3",
                            "lookupIdentifier": "sample string 4",
                            "externalID": "sample string 5",
                            "phone": "sample string 6",
                            "fax": "sample string 7",
                            "email": "sample string 8",
                            "address1": "sample string 9",
                            "address2": "sample string 10",
                            "city": "sample string 11",
                            "postCode": "sample string 12",
                            "state": "sample string 13",
                            "country": "sample string 14",
                            "totalAmountAwarded": 15.1,
                            "updated": "2025-06-14T07:06:30.3111276",
                            "deleted": true
                          },
                          "details": [
                            {
                              "$id": "79",
                              "saleItemID": 1,
                              "identifier": "JVaSvT9SmUqg5xPYKTQyKw==",
                              "identifierGuid": "bd925625-523f-4a99-a0e7-13d82934322b",
                              "saleHeaderID": 2,
                              "plu": 1,
                              "pluG_UId": "Tno/Pw3vdEuEcJMw5gA4Ew==",
                              "pluGuid": "3f3f7a4e-ef0d-4b74-8470-9330e6003813",
                              "accountID": "Nj2lC5kOOE+K7CIJeoGAXg==",
                              "accountIDGuid": "0ba53d36-0e99-4f38-8aec-22097a81805e",
                              "normalPrice": 3,
                              "originalSellingPrice": 4,
                              "discountPrice": 5,
                              "unit": 1,
                              "quantity": 6,
                              "totalCents": 7,
                              "fixedPrice": 1,
                              "tranType": 1,
                              "discountType": 1,
                              "cost": 1,
                              "costDecimals": 8,
                              "markdown": 1,
                              "manualQuantity": 1,
                              "manualPrice": 1,
                              "manualMode": 1,
                              "active": 1,
                              "offline": true,
                              "barcode": "sample string 9",
                              "keyedSale": 1,
                              "discountedID": 1,
                              "fuelID": 1,
                              "serialNumber": "sample string 10",
                              "bestOrExpire": "2025-06-14T07:06:30.3111276",
                              "bestOrExpireType": 1,
                              "providerName": "sample string 11",
                              "refundG_UID": "cPjKLmLBE0+py2k8zyl1gw==",
                              "refundGuid": "2ecaf870-c162-4f13-a9cb-693ccf297583",
                              "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": "L1z5qVvTX02qrmnxKtjOCw==",
                              "idempotentVoidGuid": "a9f95c2f-d35b-4d5f-aaae-69f12ad8ce0b",
                              "priceLevelIdentifier": "/C0gPbShjkOb8PEoUcV8BA==",
                              "priceLevelIdentifierGuid": "3d202dfc-a1b4-438e-9bf0-f12851c57c04",
                              "productName": "sample string 23",
                              "apn": "sample string 24",
                              "unknownScans": [
                                {
                                  "$id": "80",
                                  "id": 1,
                                  "saleDetailID": 2,
                                  "storeID": 1,
                                  "scanned": "2025-06-14T07:06:30.3111276",
                                  "operatorG_UID": "QEA=",
                                  "barcode": "sample string 4",
                                  "processed": 1
                                },
                                {
                                  "$ref": "80"
                                }
                              ],
                              "refund": {
                                "$id": "81",
                                "id": 1,
                                "g_UID": "hJePZaEGdki+LltcvxcTBQ==",
                                "guid": "658f9784-06a1-4876-be2e-5b5cbf171305",
                                "description": "sample string 1",
                                "dumped": true,
                                "inventoryReasonID": 1,
                                "sortOrder": 1,
                                "updated": "2025-06-14T07:06:30.3111276"
                              },
                              "modifier": {
                                "$id": "82",
                                "id": 1,
                                "setG_UID": "srBwYc9olUaFHQNz5/WCzA==",
                                "modifierSetGuid": "6170b0b2-68cf-4695-851d-0373e7f582cc",
                                "name": "sample string 2",
                                "price": 1,
                                "quantity": 1,
                                "modifierType": 1,
                                "groupNumber": 1,
                                "pageNumber": 1,
                                "controlOrder": 1,
                                "printToStation": true,
                                "pluG_UID": "m0s/TtUS4UyntjGYbadANg==",
                                "pluGuid": "4e3f4b9b-12d5-4ce1-a7b6-31986da74036",
                                "deleted": true,
                                "g_UID": "mARjasQcCEyS1GqKpatmVA==",
                                "guid": "6a630498-1cc4-4c08-92d4-6a8aa5ab6654",
                                "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": "Tzgl5AZ2O0CxpdeJckzRSQ==",
                              "pluGuid": "e425384f-7606-403b-b1a5-d789724cd149",
                              "saleHeaderID": 2,
                              "totalCents": 3,
                              "grade": 1,
                              "gradeDescription": "sample string 4",
                              "dispenser": 1,
                              "hose": 1,
                              "quantity": 1,
                              "cost": 1,
                              "acquirerNum": 1,
                              "attendant": 1,
                              "ePurseBalance": 1.0,
                              "cardSignature": "sample string 5",
                              "compartmentNumber": 1,
                              "contractNumber": 1,
                              "discountCardPAN": "sample string 6",
                              "discountID": 1,
                              "discountName": "sample string 7",
                              "discountNetValue": 1.0,
                              "discountType": 1,
                              "discountValue": 1.0,
                              "discretionaryData": "sample string 8",
                              "driverID": "sample string 9",
                              "eftBatchNumber": 1,
                              "eftResponseCode": "sample string 10",
                              "endDateTime": "2025-06-14T07:06:30.3111276",
                              "engineHours": 1.1,
                              "fposNumber": 1,
                              "loyaltyCardPAN": "sample string 11",
                              "miscData1": 1,
                              "miscData2": "sample string 12",
                              "miscFlags": 1,
                              "mop": 1,
                              "odometer": 1,
                              "panNumber": "sample string 13",
                              "saleRefund": true,
                              "saleStatus": 1,
                              "sequenceNumber": 1,
                              "stan": 1,
                              "startDateTime": "2025-06-14T07:06:30.3111276",
                              "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": "OG0nSAb4IUuoXPs5S2g6ig==",
                              "pluGuid": "48276d38-f806-4b21-a85c-fb394b683a8a",
                              "accountID": "YpqHgYUKxU+4OfXgluwl0A==",
                              "accountIDGuid": "81879a62-0a85-4fc5-b839-f5e096ec25d0",
                              "normalPrice": 3,
                              "originalSellingPrice": 4,
                              "discountPrice": 5,
                              "unit": 1,
                              "quantity": 6,
                              "totalCents": 7,
                              "fixedPrice": 1,
                              "tranType": 1,
                              "processed": 1,
                              "discountType": 1,
                              "cost": 1,
                              "costDecimals": 1,
                              "markdown": 1,
                              "manualQuantity": 1,
                              "manualPrice": 1,
                              "manualMode": 1,
                              "active": 1,
                              "barcode": "sample string 8",
                              "offline": 1,
                              "keyedSale": 1,
                              "discountedID": 1,
                              "fuelID": 1,
                              "serialNumber": "sample string 9",
                              "bestOrExpire": "2025-06-14T07:06:30.3111276",
                              "bestOrExpireType": 1,
                              "refundG_UID": "DzMXthWuzEiK2JkZxgi9zw==",
                              "refundGuid": "b617330f-ae15-48cc-8ad8-9919c608bdcf",
                              "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": "RjDZvq46VEmBSX8SXgPO9A==",
                              "identifierGuid": "bed93046-3aae-4954-8149-7f125e03cef4",
                              "id": 1,
                              "orderNo": 2,
                              "externalSaleIdentifier": "sample string 3",
                              "storeID": 4,
                              "zoneID": 5,
                              "deptNo": 6,
                              "customerIdentifier": "QcMfUYW0+k267QhEqGLAsA==",
                              "customerIdentifierGuid": "511fc341-b485-4dfa-baed-0844a862c0b0",
                              "operatorNo": 1,
                              "operatorG_UID": "6rvjwT6ylkeTlz67X1EFTg==",
                              "operatorGuid": "c1e3bbea-b23e-4796-9397-3ebb5f51054e",
                              "created": "2025-06-14T07:06:30.3111276",
                              "ordered": "2025-06-14T07:06:30.3111276",
                              "started": "2025-06-14T07:06:30.3111276",
                              "completed": "2025-06-14T07:06:30.3111276",
                              "supplied": "2025-06-14T07:06:30.3111276",
                              "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": "2e51qk3M/Uyy/cPMvBcKPg==",
                                  "pluGuid": "aa75eed9-cc4d-4cfd-b2fd-c3ccbc170a3e",
                                  "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": "hlZHlWQjx0Orjt1NyVlIXQ==",
                                  "headerIdentifierGuid": "95475686-2364-43c7-ab8e-dd4dc959485d",
                                  "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": "9y4Tu7Zj/U+0z0PcvmDqpw==",
                              "surveyGuid": "bb132ef7-63b6-4ffd-b4cf-43dcbe60eaa7",
                              "saleHeaderGuid": "szuCOLXmbU+p5iKrfMYPUA==",
                              "saleGuid": "38823bb3-e6b5-4f6d-a9e6-22ab7cc60f50",
                              "textResponse": "sample string 1",
                              "integerResponse": 1,
                              "g_UIDResponse": "DmW/aisaVUqE4HuMRQHirQ==",
                              "guidResponse": "6abf650e-1a2b-4a55-84e0-7b8c4501e2ad",
                              "whoAnswered": 2,
                              "answeredAtUTC": "2025-06-14T07:06:30.3111276",
                              "sale": {
                                "$ref": "77"
                              },
                              "survey": {
                                "$id": "91",
                                "g_UID": "UOFdtXavdkGxh22YrvYSdw==",
                                "guid": "b55de150-af76-4176-b187-6d98aef61277",
                                "name": "sample string 1",
                                "storeID": 2,
                                "zoneID": 1,
                                "checkoutFormG_UID": "wraKt33H0k+3/jR/uSj/HQ==",
                                "checkoutFormGuid": "b78ab6c2-c77d-4fd2-b7fe-347fb928ff1d",
                                "displayToWho": 3,
                                "displayWhen": 4,
                                "start": "2025-06-14T07:06:30.3111276",
                                "end": "2025-06-14T07:06:30.3111276",
                                "deleted": true,
                                "updated": "2025-06-14T07:06:30.3111276",
                                "possibleIntegerResponses": [
                                  1,
                                  2
                                ],
                                "possibleTextResponses": [
                                  "sample string 1",
                                  "sample string 2"
                                ],
                                "possibleGuidResponses": [
                                  "a5cd6d56-34a7-4a7b-a508-967316090abe",
                                  "84c5f79a-17c7-42a7-9d8f-e084de84c03f"
                                ],
                                "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": "hrZ0knKnbU6f4kwQ5hpzSg==",
                          "accountIdentifier": "9274b686-a772-4e6d-9fe2-4c10e61a734a",
                          "accountName": "sample string 42",
                          "customerOrderIdentifier": "S2k+pNDjNEq7KWGyg/CAXA==",
                          "customerOrderIdentifierGuid": "a43e694b-e3d0-4a34-bb29-61b283f0805c",
                          "priceLevelName": "sample string 43",
                          "revision": 44,
                          "ingressId": "sample string 45"
                        },
                        "metadata": {
                          "$id": "92",
                          "id": 1,
                          "paymentID": 2,
                          "paymentIdentifier": "2BOhhoeMSkGFa5kkgzErrw==",
                          "paymentIdentifierGuid": "86a113d8-8c87-414a-856b-992483312baf",
                          "identifier": "ZqvJ41+WvUmaXia7tZOARQ==",
                          "identifierGuid": "e3c9ab66-965f-49bd-9a5e-26bbb5938045",
                          "metadata": "sample string 3",
                          "signatureImage": "QEA=",
                          "itemIdentifier": "PkdIxvsYzUeriBjQ5Hc14w==",
                          "itemIdentifierGuid": "c648473e-18fb-47cd-ab88-18d0e47735e3"
                        }
                      },
                      {
                        "$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": "Fn1Om8dlt0W20W4ukwMWHA==",
                    "customerIdentifierGuid": "9b4e7d16-65c7-45b7-b6d1-6e2e9303161c",
                    "voucherName": "sample string 2",
                    "count": 3,
                    "storeID": 4,
                    "barcode": "sample string 5",
                    "redeemCount": 6,
                    "issueCount": 7,
                    "storeSalePaymentID": 1,
                    "idempotentID": "MMi1AtMHWk2ZT5qctZlA3w==",
                    "idempotentGuid": "02b5c830-07d3-4d5a-994f-9a9cb59940df",
                    "offline": true,
                    "voucher": {
                      "$id": "94",
                      "id": 1,
                      "name": "sample string 2",
                      "description": "sample string 3",
                      "shortDescription": "sample string 4",
                      "url": "sample string 5",
                      "barcodeTemplateID": 1,
                      "expiry": 0,
                      "voucherType": 6,
                      "limitPerTransaction": 7,
                      "customerTracking": true,
                      "discountAccount": "sample string 9",
                      "endDate": "2025-06-14T07:06:30.3111276",
                      "barcodeTemplate": {
                        "$id": "95",
                        "templateID": 1,
                        "template": "sample string 1",
                        "bcFunction": "sample string 2",
                        "sortOrder": 3
                      },
                      "scaleLabel": {
                        "$id": "96",
                        "id": 1,
                        "uid": "sample string 2",
                        "name": "sample string 3",
                        "width": 1.1,
                        "height": 1.1,
                        "showBorder": true,
                        "borderWidth": 1.1,
                        "borderStyle": 1,
                        "borderColour": "sample string 5",
                        "updated": "2025-06-14T07:06:30.3111276",
                        "labelPageLayout": "6xtr20o0iUeq7R3KrmG9nQ==",
                        "pageLayoutGuid": "db6b1beb-344a-4789-aaed-1dcaae61bd9d",
                        "labelType": 6,
                        "oldName": "sample string 7",
                        "voucher": {
                          "$ref": "94"
                        },
                        "elements": [
                          {
                            "$id": "97",
                            "id": 1,
                            "scaleLabelID": 2,
                            "showPercentDI": true,
                            "showAvgPerHundred": true,
                            "showAvgPerServe": true,
                            "name": "sample string 6",
                            "x": 1.1,
                            "y": 1.1,
                            "width": 1.1,
                            "height": 1.1,
                            "type": 1,
                            "rotation": 1,
                            "text": "sample string 7",
                            "fontFamily": "sample string 8",
                            "align": 1,
                            "bold": true,
                            "italic": true,
                            "underline": true,
                            "strikeout": true,
                            "reverse": true,
                            "textColour": "sample string 9",
                            "fontSize": 1.1,
                            "picture": "QEA=",
                            "borderWidth": 10,
                            "sortOrder": 11,
                            "printOptions": 12,
                            "superScriptTextFontSize": 1.1,
                            "lineStyle": 1,
                            "spacingStyle": 1,
                            "interCharacterSpacing": 1.1,
                            "superScriptOffset": 1.1,
                            "lineSpacing": 1.1,
                            "dateFormat": "sample string 13",
                            "autoGrow": true,
                            "fontAutoResize": true,
                            "updated": "2025-06-14T07:06:30.3111276"
                          },
                          {
                            "$ref": "97"
                          }
                        ]
                      },
                      "customerVouchers": [
                        {
                          "$id": "98",
                          "id": 1,
                          "customerIdentifier": "uSUqj7suDEaJB0Ut4Mpyww==",
                          "customerIdentifierGuid": "8f2a25b9-2ebb-460c-8907-452de0ca72c3",
                          "voucherID": 3,
                          "voucherName": "sample string 4",
                          "storeID": 1,
                          "barcode": "sample string 5",
                          "dateOfIssue": "2025-06-14T07:06:30.3111276",
                          "issuedSaleHeaderID": 1,
                          "issuedSaleIdentifier": "sample string 7",
                          "issuedOfflinePaymentID": 1,
                          "issuedIdempotentID": "CnLPlrEiDkqozAFK9fBTXQ==",
                          "issuedIdempotentGuid": "96cf720a-22b1-4a0e-a8cc-014af5f0535d",
                          "issuedOffline": true,
                          "issuedUser": "sample string 9",
                          "issuedNotes": "sample string 10",
                          "expiryDate": "2025-06-14T07:06:30.3111276",
                          "expiredUser": "sample string 11",
                          "expiredNotes": "sample string 12",
                          "redeemed": "2025-06-14T07:06:30.3111276",
                          "redeemedSaleHeaderID": 1,
                          "redeemedSaleIdentifier": "sample string 13",
                          "redeemedOfflinePaymentID": 1,
                          "redeemedIdempotentID": "IkEAWn+Mj0OY3V1Y/60f9Q==",
                          "redeemedIdempotentGuid": "5a004122-8c7f-438f-98dd-5d58ffad1ff5",
                          "redeemedUser": "sample string 14",
                          "redeemedNotes": "sample string 15",
                          "redeemedOffline": true,
                          "updated": "2025-06-14T07:06:30.3111276",
                          "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": "3bibH9vci0WJN3Pfi1eR7A==",
              "groupIDGuid": "1f9bb8dd-dcdb-458b-8937-73df8b5791ec",
              "campaign": {
                "$ref": "66"
              },
              "group": {
                "$ref": "74"
              }
            },
            {
              "$ref": "99"
            }
          ],
          "signIqTickets": [
            {
              "$id": "100",
              "identifier": "vlC8A6bdTEe+ahxYVE0ptw==",
              "identifierGuid": "03bc50be-dda6-474c-be6a-1c58544d29b7",
              "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": "nscHM9MK1EuGHE0GLYcGew==",
              "guid": "3307c79e-0ad3-4bd4-861c-4d062d87067b",
              "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": "OxAQcbFRH0KHE+BnVg96pA==",
                  "groupGuid": "7110103b-51b1-421f-8713-e067560f7aa4",
                  "comboPriceType": 5,
                  "priceType": 5,
                  "pluG_UID": "75vQcCt4bUav0xxdwtzqWw==",
                  "pluGuid": "70d09bef-782b-466d-afd3-1c5dc2dcea5b",
                  "priceGroupG_UID": "wi8YAJnCNUWn0+DyLqBEiw==",
                  "priceGroupGuid": "00182fc2-c299-4535-a7d3-e0f22ea0448b",
                  "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": "bxRbGHMJH0qVYuYyhHqSGg==",
              "priceLevelIdentifierGuid": "185b146f-0973-4a1f-9562-e632847a921a",
              "campaignName": "sample string 3",
              "priceLevelName": "sample string 4"
            },
            {
              "$ref": "103"
            }
          ]
        },
        "product": {
          "$ref": "2"
        },
        "dealCost": {
          "$id": "104",
          "headerIdentifier": "wqdhV9PTokqCA5xeX596xw==",
          "headerIdentifierGuid": "5761a7c2-d3d3-4aa2-8203-9c5e5f9f7ac7",
          "identifier": "hdyCAqQ9Pki67NRzwaao0Q==",
          "identifierGuid": "0282dc85-3da4-483e-baec-d473c1a6a8d1",
          "supplierIdentifier": "XEn9kk132UyYBiD/feMsnQ==",
          "supplierGuid": "92fd495c-774d-4cd9-9806-20ff7de32c9d",
          "pluG_UID": "NC2NBUD8hE+3JyWy/gVllQ==",
          "pluGuid": "058d2d34-fc40-4f84-b727-25b2fe056595",
          "campaignName": "85ca7088-e2c2-452d-816f-82c6443b4a65",
          "description": "sample string 4",
          "cost": 5,
          "costDecimals": 6,
          "start": "2025-06-14T07:06:30.3111276",
          "end": "2025-06-14T07:06:30.3111276",
          "type": 9,
          "promoType": 10,
          "bonusItemPLUG_UID": "E43+2DHvwE26FVS9P8MZlA==",
          "bonusItemPluGuid": "d8fe8d13-ef31-4dc0-ba15-54bd3fc31994",
          "bonusPurchaseUnits": 11,
          "bonusReceiveUnits": 12,
          "updated": "2025-06-14T07:06:30.3111276",
          "metcashPromotionID": "sample string 14",
          "fromHost": 15,
          "storeNames": "sample string 16",
          "storeIDs": [
            1,
            2
          ],
          "supplierName": "sample string 17",
          "campaignDescription": "sample string 18",
          "newPrice": 1,
          "campaignMetcashPromotionID": "sample string 19",
          "campaignActive": true,
          "campaignStartDate": "2025-06-14T07:06:30.3111276",
          "campaignEndDate": "2025-06-14T07:06:30.3111276",
          "masterPLUG_UID": "x73GPmpuPkO816ViXas7ZQ==",
          "masterID": "3ec6bdc7-6e6a-433e-bcd7-a5625dab3b65",
          "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": "ZyMJZzhj7kKRDNBox5YiJw==",
          "bonusMasterID": "67092367-6338-42ee-910c-d068c7962227",
          "bonusProductName": "sample string 34",
          "bonusProductAPN": "sample string 35",
          "bonusOrderCode": "sample string 36",
          "bonusNormalSell": 37,
          "bonusNormalCost": 38,
          "bonusNormalCostDecimals": 39,
          "bonusCartonQuantity": 40,
          "bonusSalesMode": 41,
          "bonusOrderPacked": 42,
          "bonusFuelItem": true,
          "bonusActive": true
        }
      },
      "currentCostStart": "2025-06-14T07:06:30.3111276",
      "dealCosts": [
        {
          "$ref": "104"
        },
        {
          "$ref": "104"
        }
      ],
      "tags": [
        {
          "$id": "105",
          "pluG_UID": "skokMRbLWkKL+9g6Z7vQaA==",
          "pluGuid": "31244ab2-cb16-425a-8bfb-d83a67bbd068",
          "tagID": 1,
          "description": "sample string 1",
          "storeIDs": [
            1,
            2
          ]
        },
        {
          "$ref": "105"
        }
      ],
      "alternateProductG_UID": "/MdsPHMx7kmqGEge2ETf/g==",
      "alternateProduct": "3c6cc7fc-3173-49ee-aa18-481ed844dffe",
      "productHostCode": {
        "$id": "106",
        "id": 1,
        "pluG_UID": "X8HjqLwb5k2AdwDq00DKYg==",
        "pluGuid": "a8e3c15f-1bbc-4de6-8077-00ead340ca62",
        "ibaCode": "sample string 2"
      },
      "mscCat": {
        "$ref": "60"
      },
      "mscCom": {
        "$ref": "61"
      },
      "mscDep": {
        "$ref": "63"
      },
      "mscSubCom": {
        "$ref": "62"
      },
      "isUserUpdate": true,
      "ignoreMasterProduct": true,
      "priceGroupLabelRequested": true,
      "firstSold": "2025-06-14T07:06:30.3111276",
      "inventoryTracked": "2025-06-14T07:06:30.3111276",
      "isNormalPriceChangesCampaign": true
    },
    "unknownScan": {
      "$id": "107",
      "pluG_UID": "0NmcyEYsxUiKN/mSPtOVzw==",
      "pluGuid": "c89cd9d0-2c46-48c5-8a37-f9923ed395cf",
      "orderGuid": "XX1pMVKVHEO/MwzlB8Ghew==",
      "orderIdentifier": "31697d5d-9552-431c-bf33-0ce507c1a17b",
      "barcode": "sample string 3",
      "created": "2025-06-14T07:06:30.3111276"
    },
    "unknownScanItem": true,
    "substitute": {
      "$ref": "2"
    },
    "warehouseProduct": {
      "$ref": "2"
    },
    "lookup": {
      "$id": "108",
      "pluG_UID": "Gpt8932zh0iq1/3pWakEjQ==",
      "pluGuid": "f77c9b1a-b37d-4887-aad7-fde959a9048d",
      "inventoryGuid": "QJL7GP/Mm0uzJhOB/PaORA==",
      "inventoryIdentifier": "18fb9240-ccff-4b9b-b326-1381fcf68e44",
      "averageWeeklySales": 1.0,
      "inventoryAverageWeeklySales": 1.0,
      "onHand": 1,
      "onHandPacks": 1,
      "onOrder": 1,
      "onOrderPacks": 1,
      "accuracy": 1,
      "lastOrdered": "2025-06-14T07:06:30.3111276",
      "lastOrderQuantity": 1.1,
      "lastReceived": "2025-06-14T07:06:30.3111276",
      "lastReceivedQuantity": 1.1,
      "lastInvoiceStatus": 1
    },
    "productOrderingDetail": {
      "$ref": "10"
    },
    "dealCost": {
      "$ref": "104"
    },
    "nextCost": {
      "$ref": "104"
    },
    "lastChance": true,
    "holdOff": 16,
    "holdOffDate": "2025-06-14T07:06:30.3111276",
    "orderHeader": {
      "$id": "109",
      "orderID": 1,
      "orderGuid": "FvAY+EMaCUi8uPGjHryyhA==",
      "orderIdentifier": "f818f016-1a43-4809-bcb8-f1a31ebcb284",
      "backToBack": 1,
      "b2bGuid": "M8SQFFK90UWWNd4g7DZ2nA==",
      "b2bIdentifier": "1490c433-bd52-45d1-9635-de20ec36769c",
      "status": 2,
      "created": "2025-06-14T07:06:30.3111276",
      "createdLocal": "2025-06-14T07:06:30.3111276",
      "createdByUser": "sample string 3",
      "storeID": 1,
      "transferGuid": "uB6ee/zyy0au9K8DjxOmcg==",
      "transferIdentifier": "7b9e1eb8-f2fc-46cb-aef4-af038f13a672",
      "transferInvoiceIdentifier": "hUth79jUGEGDiU79QvpwNA==",
      "transferInvoiceGuid": "ef614b85-d4d8-4118-8389-4efd42fa7034",
      "attachedToInvoice": 4,
      "transferType": 1,
      "supplierIdentifier": "WoRgMUVhxEW26QbI9jhlSw==",
      "supplierIdentifierGuid": "3160845a-6145-45c4-b6e9-06c8f638654b",
      "description": "sample string 5",
      "rows": 1,
      "cartons": 1,
      "units": 1,
      "sentCount": 1,
      "sent": "2025-06-14T07:06:30.3111276",
      "sentLocal": "2025-06-14T07:06:30.3111276",
      "sentByUser": "sample string 6",
      "lastSentStatus": 1,
      "cancelled": "2025-06-14T07:06:30.3111276",
      "cancelledLocal": "2025-06-14T07:06:30.3111276",
      "cancelledByUser": "sample string 7",
      "shipped": "2025-06-14T07:06:30.3111276",
      "shippedLocal": "2025-06-14T07:06:30.3111276",
      "shippedByUser": "sample string 8",
      "stockReceived": "2025-06-14T07:06:30.3111276",
      "stockReceivedLocal": "2025-06-14T07:06:30.3111276",
      "stockReceivedByUser": "sample string 9",
      "received": "2025-06-14T07:06:30.3111276",
      "receivedLocal": "2025-06-14T07:06:30.3111276",
      "completed": "2025-06-14T07:06:30.3111276",
      "completedLocal": "2025-06-14T07:06:30.3111276",
      "updated": "2025-06-14T07:06:30.3111276",
      "updatedLocal": "2025-06-14T07:06:30.3111276",
      "dueDate": "2025-06-14T07:06:30.3111276",
      "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": "qiFSeJgiaUGP92Zy2ZTfZg==",
      "transportCompanyIdentifier": "785221aa-2298-4169-8ff7-6672d994df66",
      "autoOrder": 27,
      "hostIdentifier": "VneUKuycu0Kl7+LXMbI15Q==",
      "hostIdentifierGuid": "2a947756-9cec-42bb-a5ef-e2d731b235e5",
      "defaultOrderDocumentId": 1,
      "defaultStockReceiveDocumentId": 1,
      "temperature": 1.1,
      "temperatureScale": 28,
      "rating": 29,
      "lastOrderEmailSentId": "sample string 30",
      "lastOrderEmailSentStatus": "sample string 31",
      "deleted": "2025-06-14T07:06:30.3111276",
      "deletedByUser": "sample string 32",
      "autoOrderGuid": "Jdm0LhWDjUqz9LzhXfqrNg==",
      "autoOrderIdentifier": "2eb4d925-8315-4a8d-b3f4-bce15dfaab36",
      "autoOrderHeader": {
        "$id": "110",
        "autoOrderGuid": "tl47tbOK/kqTB1VTlAHkKg==",
        "autoOrderIdentifier": "b53b5eb6-8ab3-4afe-9307-55539401e42a",
        "orderGuid": "5KlkWCKjVkWdO+6bjxJlrA==",
        "orderIdentifier": "5864a9e4-a322-4556-9d3b-ee9b8f1265ac",
        "created": "2025-06-14T07:06:30.3111276",
        "orderID": 1,
        "storeID": 1,
        "orderDate": "2025-06-14T07:06:30.3111276",
        "supplierIdentifier": "ybUndzZaIUCsuMkPW2Z+3Q==",
        "supplierIdentifierGuid": "7727b5c9-5a36-4021-acb8-c90f5b667edd",
        "orderStatus": 1,
        "tradingPartner": 1,
        "simpleAWS": true,
        "defaultMPL": 3,
        "investmentBuy": true,
        "storeName": "sample string 5",
        "supplierName": "sample string 6",
        "description": "sample string 7",
        "orderType": "sample string 8",
        "mailTo": "sample string 9",
        "mailBcc": "sample string 10",
        "notes": "sample string 11",
        "transportCompanyGuid": "v3uYT4QiEEujzDbp4wBlzA==",
        "transportCompanyIdentifier": "4f987bbf-2284-4b10-a3cc-36e9e30065cc",
        "store": {
          "$ref": "3"
        },
        "supplier": {
          "$ref": "7"
        },
        "details": [
          {
            "$id": "111",
            "autoOrderGuid": "8twcbEY60kaV/mK6gFPM5Q==",
            "autoOrderIdentifier": "6c1cdcf2-3a46-46d2-95fe-62ba8053cce5",
            "pluG_UID": "KZ69CJ8eaESPDYttT5vh9w==",
            "pluGuid": "08bd9e29-1e9f-4468-8f0d-8b6d4f9be1f7",
            "orderCartons": 1,
            "orderUnits": 1,
            "orderWeight": 1,
            "processedCartons": 1,
            "processedUnits": 1,
            "processedWeight": 1,
            "cartons": 1,
            "units": 1,
            "weight": 1,
            "status": 1,
            "bestDealCartonCost": 1.1,
            "bestDealDays": 1,
            "lastDealDays": 1,
            "normalCartonCost": 1.1,
            "currentDealCartonCost": 1.1,
            "investmentCartons": 1,
            "investmentUnits": 1,
            "investmentWeight": 1,
            "investmentSavedAmt": 1.1,
            "investmentBuyEndDate": "2025-06-14T07:06:30.3111276",
            "investmentBuyStatus": 2,
            "processed": "2025-06-14T07:06:30.3111276",
            "product": {
              "$ref": "2"
            },
            "orderCode": "sample string 3",
            "directIndicator": "sample string 4",
            "cycle": {
              "$ref": "14"
            },
            "dayWeighting": {
              "$id": "112",
              "sunday": 1.1
            },
            "inventory": {
              "$id": "113",
              "inventoryGuid": "O2YTIxk2V02CxfnWMNcopw==",
              "inventoryIdentifier": "2313663b-3619-4d57-82c5-f9d630d728a7",
              "created": "2025-06-14T07:06:30.3111276",
              "createdLocal": "2025-06-14T07:06:30.3111276",
              "onHand": 4,
              "onHandPacks": 5,
              "onOrder": 6,
              "onOrderPacks": 7,
              "accuracy": 8,
              "updated": "2025-06-14T07:06:30.3111276",
              "aws": 1.0,
              "history": [
                {
                  "$id": "114",
                  "inventoryGuid": "Imy6kxdLVUiCyRnqyCki5A==",
                  "inventoryIdentifier": "93ba6c22-4b17-4855-82c9-19eac82922e4",
                  "pluG_UID": "GK6posaG/02mGIS7p7SqBA==",
                  "pluIdentifier": "a2a9ae18-86c6-4dff-a618-84bba7b4aa04",
                  "inventoryReason": 3,
                  "inventoryInvoiceGuid": "+qGXOas8d0GyqdjfxElUEw==",
                  "invoiceIdentifier": "3997a1fa-3cab-4177-b2a9-d8dfc4495413",
                  "operatorGuid": "pjrWkEHU1E6mcF1ef6Yfnw==",
                  "operatorIdentifier": "90d63aa6-d441-4ed4-a670-5d5e7fa61f9f",
                  "stocktakeGuid": "jFdDUfcp0EOdzYE6Z+VRBQ==",
                  "stocktakeIdentifier": "5143578c-29f7-43d0-9dcd-813a67e55105",
                  "orderGuid": "FT7Ii1Q7TEOVaVx1dcndeQ==",
                  "orderIdentifier": "8bc83e15-3b54-434c-9569-5c7575c9dd79",
                  "saleHeaderGuid": "xsYP05xeRkGSbaiz4nrxRg==",
                  "saleHeaderGuidIdentifier": "d30fc6c6-5e9c-4146-926d-a8b3e27af146",
                  "dumpStockID": 1,
                  "fuelDeliveryID": 1,
                  "creditNoteIdentifier": "35WdpXJDJkm412keCNvNSg==",
                  "creditNoteGuid": "a59d95df-4372-4926-b8d7-691e08dbcd4a",
                  "inventorySourceGuid": "w/aHNYQiM0qrMv0fj7DL5w==",
                  "inventorySourceIdentifier": "3587f6c3-2284-4a33-ab32-fd1f8fb0cbe7",
                  "createdLocal": "2025-06-14T07:06:30.3111276",
                  "baseUnits": 4,
                  "unitsPerCarton": 5,
                  "unitsPerCartonWeighted": true,
                  "counted": 7,
                  "countedPacks": 8,
                  "open": 1,
                  "movementQty": 9,
                  "close": 1,
                  "openPacks": 1,
                  "movementQtyPacks": 10,
                  "closePacks": 1,
                  "accuracy": 1,
                  "manual": 11,
                  "user": "sample string 12",
                  "updated": "2025-06-14T07:06:30.3111276",
                  "createdLocalTime": "2025-06-14T07:06:30.3111276",
                  "storeID": 14,
                  "barcode": "sample string 15",
                  "directCode": "sample string 16",
                  "productName": "sample string 17",
                  "salesMode": 18,
                  "orderPacked": 19,
                  "invoice": {
                    "$id": "115",
                    "inventoryInvoiceGuid": "jn+hVlz6zU2AAsb7fGSQGA==",
                    "invoiceIdentifier": "56a17f8e-fa5c-4dcd-8002-c6fb7c649018",
                    "inventoryGuid": "PNp/2ogTvU+17WByf8UAFw==",
                    "inventoryIdentifier": "da7fda3c-1388-4fbd-b5ed-60727fc50017",
                    "supplierIdentifier": "Gr34EUAatE26WMrIb8VgLw==",
                    "supplierGuid": "11f8bd1a-1a40-4db4-ba58-cac86fc5602f",
                    "orderGuid": "BUfZ0AEu00i8whbShzh3Jw==",
                    "orderIdentifier": "d0d94705-2e01-48d3-bcc2-16d287387727",
                    "invoiceHeaderIdentifier": "tRBEj4tLwEqJE92QOxz2yQ==",
                    "invoiceHeaderGuid": "8f4410b5-4b8b-4ac0-8913-dd903b1cf6c9",
                    "created": "2025-06-14T07:06:30.3111276",
                    "ordered": "2025-06-14T07:06:30.3111276",
                    "storeID": 1,
                    "bestOrExpire": "2025-06-14T07:06:30.3111276",
                    "bestOrExpireType": 1,
                    "units": 1,
                    "weight": 1,
                    "received": "2025-06-14T07:06:30.3111276",
                    "cost": 1,
                    "totalCost": 1,
                    "freightCost": 1,
                    "inStock": 1,
                    "pluG_UID": "O+T7AkCvGkOPuegeYCy4RA==",
                    "pluGuid": "02fbe43b-af40-431a-8fb9-e81e602cb844",
                    "orderInventoryGuid": "l9+MI1manUWJgbbLp9KZJA==",
                    "orderInventoryIdentifier": "238cdf97-9a59-459d-8981-b6cba7d29924",
                    "supplier": {
                      "$ref": "7"
                    },
                    "inventoryUnits": [
                      {
                        "$id": "116",
                        "invoiceItemNo": 1,
                        "inventoryInvoiceGuid": "m2FcCqlcgkWVYUJqOnCk4g==",
                        "invoiceIdentifier": "0a5c619b-5ca9-4582-9561-426a3a70a4e2",
                        "inventoryGuid": "bB/bx/7vpku6SEZOdSQ5Rw==",
                        "inventoryIdentifier": "c7db1f6c-effe-4ba6-ba48-464e75243947",
                        "serialNumber": "sample string 3",
                        "sold": "2025-06-14T07:06:30.3111276",
                        "saleItemID": 1,
                        "storeID": 1,
                        "returned": "2025-06-14T07:06:30.3111276",
                        "dumped": 1,
                        "saleHeaderID": 1
                      },
                      {
                        "$ref": "116"
                      }
                    ]
                  },
                  "invoiceHeaderIdentifier": "MSSL2nbFbUCUHM1I+Hxc/g==",
                  "invoiceHeaderGuid": "da8b2431-c576-406d-941c-cd48f87c5cfe",
                  "invoiceNumber": "sample string 20",
                  "invoiceCost": 1,
                  "invoiceCostDecimals": 1,
                  "orderNumber": 1,
                  "orderReceivingStoreName": "sample string 21",
                  "orderSendingStoreName": "sample string 22",
                  "creditNoteID": 1,
                  "reason": {
                    "$id": "117",
                    "id": 1,
                    "name": "sample string 1",
                    "allowRF": 2,
                    "dumpStock": 3,
                    "creditRequest": 4,
                    "excludeFromLoss": 5,
                    "reserved": 6,
                    "updated": "2025-06-14T07:06:30.3111276"
                  },
                  "reasonName": "sample string 23",
                  "operatorName": "sample string 24",
                  "operatorNumber": "sample string 25",
                  "stocktakeName": "sample string 26",
                  "saleIdentifier": "sample string 27",
                  "saleHeaderID": 1,
                  "inventoryAfterCounted": true,
                  "inventorySetStock": true
                },
                {
                  "$ref": "114"
                }
              ],
              "products": [
                {
                  "$ref": "2"
                },
                {
                  "$ref": "2"
                }
              ],
              "lastInvoiceCost": 1
            },
            "aws": 5.0,
            "explanations": [
              {
                "$id": "118",
                "pluG_UID": "CH62QuLGuUe76FwYaezOPA==",
                "pluGuid": "42b67e08-c6e2-47b9-bbe8-5c1869ecce3c",
                "consolidatedSales": {
                  "$id": "119",
                  "1": {
                    "$id": "120",
                    "discountPercentage": 1,
                    "days": 2,
                    "quantity": 3.1,
                    "aws": 3.1,
                    "cartonQuantity": 4.1,
                    "lowQuality": true
                  },
                  "2": {
                    "$ref": "120"
                  }
                },
                "dailyPrices": {
                  "$id": "121",
                  "2025-06-14T07:06:30.3111276": {
                    "$id": "122",
                    "date": "2025-06-14T07:06:30.3111276",
                    "salePrice": 1,
                    "campaign": "sample string 2",
                    "campaignDescription": "sample string 3",
                    "combo": true,
                    "comboPriceGroupG_UID": "zi2k3rAqVUqlnSSjOYqjnA==",
                    "comboPriceGroupGuid": "dea42dce-2ab0-4a55-a59d-24a3398aa39c"
                  }
                },
                "onHandPredictions": [
                  {
                    "$id": "123",
                    "autoOrderGuid": "5HkfKkqjy0KDbvFKEJEK2g==",
                    "autoOrderIdentifier": "2a1f79e4-a34a-42cb-836e-f14a10910ada",
                    "pluG_UID": "xWzFTJ4uJE6zGcNyQqr5Rw==",
                    "pluGuid": "4cc56cc5-2e9e-4e24-b319-c37242aaf947",
                    "childPLUG_UID": "q/AQyBLMV0eNjKxhcdxf9Q==",
                    "childPluGuid": "c810f0ab-cc12-4757-8d8c-ac6171dc5ff5",
                    "date": "2025-06-14T07:06:30.3111276",
                    "normalPrice": 2.0,
                    "salePrice": 3.0,
                    "discountPercentage": 4,
                    "discountPercentageActual": -50,
                    "predictedQuantity": 5.1,
                    "campaign": "sample string 6",
                    "campaignDescription": "sample string 7",
                    "lowQuality": true,
                    "investmentBuy": true,
                    "buffer": 10,
                    "boostDays": 11
                  },
                  {
                    "$ref": "123"
                  }
                ],
                "predictions": [
                  {
                    "$ref": "123"
                  },
                  {
                    "$ref": "123"
                  }
                ],
                "product": {
                  "$ref": "2"
                }
              },
              {
                "$ref": "118"
              }
            ],
            "supplierOrderingDetail": {
              "$ref": "10"
            },
            "manufacturerSupplier": "6924672d-5293-4356-a190-d256c5f33ff8",
            "cartonQuantity": 1,
            "sellPrice": 1,
            "cost": 1,
            "costDecimals": 1,
            "bufferDays": 6,
            "boostDays": 7
          },
          {
            "$ref": "111"
          }
        ],
        "boosts": [
          {
            "$id": "124",
            "autoOrderGuid": "yk7h6muLokqrGjICKDKmLg==",
            "autoOrderIdentifier": "eae14eca-8b6b-4aa2-ab1a-32022832a62e",
            "date": "2025-06-14T07:06:30.3111276",
            "boost": 2
          },
          {
            "$ref": "124"
          }
        ]
      },
      "supplierName": "sample string 33",
      "supplierStoreID": 1,
      "supplierCartonsOnly": true,
      "supplierEnforceMinimumQuantity": true,
      "supplierMinimumOrderValue": 1,
      "storeName": "sample string 36",
      "orderCode": {
        "$id": "125",
        "code": "sample string 1",
        "description": "sample string 2"
      },
      "store": {
        "$ref": "3"
      },
      "supplier": {
        "$ref": "7"
      },
      "totalCostInc": 37.0,
      "totalPickedCostInc": 38.0,
      "totalReceivedCostInc": 39.0,
      "total": {
        "$id": "126",
        "orderGuid": "yiT85EsxWUqNEzEnXMjf0Q==",
        "orderIdentifier": "e4fc24ca-314b-4a59-8d13-31275cc8dfd1",
        "supplierIdentifier": "CeObnIFTYkS6XDrpkIlEzA==",
        "supplierGuid": "9c9be309-5381-4462-ba5c-3ae9908944cc",
        "records": 1,
        "cartons": 2.1,
        "cartonQuantity": 3,
        "weight": 4,
        "costInc": 5,
        "sellInc": 6,
        "costGST": 7,
        "sellGST": 8,
        "pickedCostInc": 9,
        "pickedSellInc": 10,
        "receivedRecords": 11,
        "receivedWeight": 1,
        "receivedCartons": 1,
        "receivedCartonQuantity": 1,
        "receivedUnits": 1,
        "receivedSellInc": 12,
        "receivedCostInc": 13,
        "receivedCostGST": 14,
        "receivedSellGST": 15,
        "investmentBuyRecords": 16,
        "investmentBuyCartons": 17.1,
        "investmentBuyCartonQuantity": 18,
        "investmentBuyWeight": 19,
        "investmentBuyCostInc": 20,
        "investmentBuySellInc": 21,
        "investmentBuyCostGST": 22,
        "investmentBuySellGST": 23,
        "investmentBuySavedAmount": 24.1
      },
      "details": [
        {
          "$ref": "1"
        },
        {
          "$ref": "1"
        }
      ],
      "unknownScans": [
        {
          "$ref": "107"
        },
        {
          "$ref": "107"
        }
      ],
      "transportCompany": {
        "$id": "127",
        "identifier": "nnc7XvXvtUCiuZya4hqvvg==",
        "identifierGuid": "5e3b779e-eff5-40b5-a2b9-9c9ae21aafbe",
        "companyName": "sample string 1",
        "abn": "sample string 2",
        "address1": "sample string 3",
        "address2": "sample string 4",
        "telephone": "sample string 5",
        "primaryContactGuid": "s8wu3+FNdk6fmNYMRYCSyw==",
        "primaryContactID": "df2eccb3-4de1-4e76-9f98-d60c458092cb",
        "primaryContact": {
          "$ref": "8"
        }
      }
    },
    "invoiceDetail": {
      "$id": "128",
      "identifier": "u2brLwCUckm8Szyh7amRNw==",
      "identifierGuid": "2feb66bb-9400-4972-bc4b-3ca1eda99137",
      "headerIdentifier": "qdTY263cdUKCdbFRX99uIg==",
      "headerIdentifierGuid": "dbd8d4a9-dcad-4275-8275-b1515fdf6e22",
      "pluG_UID": "4UdLtHsStUiF6juwdOkDsA==",
      "pluGuid": "b44b47e1-127b-48b5-85ea-3bb074e903b0",
      "pageNo": 1,
      "lineNo": 1,
      "itemOrdered": "sample string 1",
      "itemShipped": "sample string 2",
      "apn": "sample string 3",
      "barcode": "sample string 4",
      "prodStatus": 0,
      "dateAvailable": "2025-06-14T07:06:30.3111276",
      "commodity": "sample string 5",
      "supplier": "sample string 6",
      "itemDesc": "sample string 7",
      "itemType": 48,
      "investmentBuyInd": "A",
      "orderType": "sample string 8",
      "cartonQty": 1,
      "cartonQuantitySpecified": true,
      "soldByWeight": true,
      "orderByWeight": true,
      "unitsOrdered": 1,
      "unitsSupplied": 1,
      "unitsReceived": 1,
      "weightOrdered": 1,
      "weightShipped": 1,
      "weightReceived": 1,
      "unitSpecified": 11,
      "wholesalePrice": 1,
      "extWholesalePrice": 1,
      "normalPrice": 1,
      "retailPrice": 1,
      "pricingUnit": "sample string 12",
      "claimFlag": "A",
      "gstRate": 1,
      "gstAmount": 1,
      "extGstAmount": 1,
      "deliWeight": 1,
      "marginAmount": 1,
      "extMarginAmount": 1,
      "costAmount": 1,
      "orderedCostAmount": 1,
      "extCostAmount": 1,
      "costIncSpecified": true,
      "freightAmount": 14,
      "freightGstAmount": 15,
      "extFreightAmount": 16,
      "extFreightGstAmount": 17,
      "costDecimals": 18,
      "wetRate": 1,
      "containerDeposit": 1,
      "basePrice": 1,
      "wetValue": 1,
      "deliveryFee": 1,
      "casePrice": 1,
      "wholesaleExt": 1,
      "wetExt": 1,
      "totalLitres": 1,
      "tun": "sample string 19",
      "applyDetails": true,
      "applySell": true,
      "applyCost": true,
      "applyOr": true,
      "applyQty": true,
      "itemNumber": "sample string 20",
      "directNumber": "sample string 21",
      "itemSize": "sample string 22",
      "costGst": 1,
      "sellGst": 1,
      "costOr": 1,
      "sellOr": 1,
      "marginOr": 1,
      "grossProfit": 1.0,
      "sell": 1,
      "cartonCost": 1,
      "currentCost": 1,
      "costID": "A",
      "costStart": "2025-06-14T07:06:30.3111276",
      "costEnd": "2025-06-14T07:06:30.3111276",
      "createdFromUnknownScan": true,
      "orderGuid": "KvZKQVIKHkmmRjYRs74/0A==",
      "orderIdentifierGuid": "414af62a-0a52-491e-a646-3611b3be3fd0",
      "processed": true,
      "received": true,
      "inventoried": true,
      "fromElectronicInvoice": true,
      "allowDelete": true,
      "updated": "2025-06-14T07:06:30.3111276",
      "invoiceNo": "sample string 28",
      "hasInventory": true,
      "existingCost": 30.1,
      "existingSell": 31.1,
      "futureCost": 1.1,
      "futureSell": 1.1,
      "nextSell": 1.1,
      "nextSellCampaignName": "sample string 32",
      "nextSellCampaignDescription": "sample string 33",
      "unknownScan": {
        "$id": "129",
        "pluG_UID": "crq3Rlz71keUz45ucvvBCw==",
        "pluGuid": "46b7ba72-fb5c-47d6-94cf-8e6e72fbc10b",
        "invoiceIdentifier": "t7hFrI4lS0aY7YGQO1rXzg==",
        "invoiceGuid": "ac45b8b7-258e-464b-98ed-81903b5ad7ce",
        "barcode": "sample string 3",
        "itemNumber": "sample string 4",
        "created": "2025-06-14T07:06:30.3111276"
      },
      "productActive": true,
      "productSalesMode": 35,
      "productGSTPercent": 36,
      "productCostCalcMethod": 37,
      "productAlwaysApplyMargin": true,
      "productMarginRanged": true,
      "productMargin": 1.1,
      "productMinimumMargin": 1.1,
      "productMaximumMargin": 1.1,
      "priceGroupG_UID": "jIRMkwtf+UG7i4aoAvh9ww==",
      "priceGroupGuid": "934c848c-5f0b-41f9-bb8b-86a802f87dc3",
      "priceGroupName": "sample string 40",
      "priceGroupCode": "sample string 41",
      "product": {
        "$ref": "2"
      },
      "incrementCount": true,
      "minimumQuantity": 1,
      "randomWeight": true,
      "salesMode": 43,
      "cartons": 1,
      "weight": 1,
      "units": 1,
      "autoOrderStatus": 1,
      "invoiceDetailReceive": true
    },
    "autoOrderDetail": {
      "$ref": "111"
    },
    "doNotRange": true,
    "doNotOrder": true,
    "costGSTPercent": 1,
    "orderDetailReceive": true
  },
  {
    "$ref": "1"
  }
]

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.