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.

DoNotRange

boolean

None.

DoNotOrder

boolean

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.

CostGSTPercent

integer

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

OrderDetailReceive

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

boolean

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

IsBackedUp

boolean

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

BackupWarehouseIndicator

string

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

BackupOrderCode

string

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

Request Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "id": 1,
    "orderGuid": "KJc/wr+vB0mYyWB09W/o0A==",
    "orderIdentifier": "c23f9728-afbf-4907-98c9-6074f56fe8d0",
    "pluG_UID": "JeXT1gnw8UmuQryuEurPaQ==",
    "pluGuid": "d6d3e525-f009-49f1-ae42-bcae12eacf69",
    "created": "2026-04-03T06:19:45.3157904",
    "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,
    "doNotRange": true,
    "doNotOrder": true,
    "cost": 1,
    "costDecimals": 1,
    "pickedCost": 1,
    "pickedCostDecimals": 1,
    "averagePackSize": 11.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 12",
    "receivedUnits": 1,
    "receivedWeight": 1,
    "received": 1,
    "status": 13,
    "substituteG_UID": "0WxrJ5eI3Uya70sCfbCTfQ==",
    "substituteGuid": "276b6cd1-8897-4cdd-9aef-4b027db0937d",
    "warehousePLUG_UID": "u5vnQVN39UaolsBJMmk4Dg==",
    "warehousePluGuid": "41e79bbb-7753-46f5-a896-c0493269380e",
    "updated": "2026-04-03T06:19:45.3157904",
    "increment": true,
    "description": "sample string 15",
    "product": {
      "$id": "2",
      "plu": 1,
      "storeID": 1,
      "masterPluG_UID": "QEA=",
      "storeIDs": [
        1,
        2
      ],
      "g_UId": "OvbRDT621EqY5a8KD10vpA==",
      "guid": "0dd1f63a-b63e-4ad4-98e5-af0a0f5d2fa4",
      "apn": "sample string 1",
      "apnChanged": true,
      "apnSwitched": true,
      "barcode": "sample string 4",
      "itemNumber": "sample string 5",
      "itemNumberChanged": true,
      "priceGroupG_UID": "wxDIF6zb4kSN+rt4TppX+Q==",
      "priceGroupGuid": "17c810c3-dbac-44e2-8dfa-bb784e9a57f9",
      "blueprintID": 1,
      "lastCountedDate": "2026-04-03T06:19:45.3157904",
      "externalID": "sample string 7",
      "active": true,
      "activated": "2026-04-03T06:19:45.3157904",
      "pluCreated": "2026-04-03T06:19:45.3157904",
      "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": "2026-04-03T06:19:45.3157904",
      "lastManualUpdate": "2026-04-03T06:19:45.3157904",
      "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": "2026-04-03T06:19:45.3157904",
      "currentCostUpdated": "2026-04-03T06:19:45.3157904",
      "costDecimals": 31,
      "costChanged": true,
      "dealCostIdentifier": "QEA=",
      "excludeFromRebate": true,
      "rebateOverride": 1,
      "costCalcMethod": 32,
      "costCalcMethodChanged": true,
      "costEffectiveDate": "2026-04-03T06:19:45.3157904",
      "defaultGP": 1,
      "breakTargetMode": 33,
      "break1": 1,
      "price1": 1,
      "target1": 34,
      "break2": 1,
      "price2": 1,
      "target2": 35,
      "break3": 1,
      "price3": 1,
      "target3": 36,
      "break1Changed": true,
      "price1Changed": true,
      "target1Changed": true,
      "break2Changed": true,
      "price2Changed": true,
      "target2Changed": true,
      "break3Changed": true,
      "price3Changed": true,
      "target3Changed": true,
      "breakTargetModeChanged": true,
      "margin": 1.1,
      "marginChanged": true,
      "marginRanged": true,
      "marginRangedChanged": true,
      "minimumMargin": 1.1,
      "minimumMarginChanged": true,
      "maximumMargin": 1.1,
      "maximumMarginChanged": true,
      "overrideHostWarehouseIndicator": true,
      "overrideHostWarehouseIndicatorChanged": true,
      "overrideHostPrice": true,
      "overrideHostPriceChanged": true,
      "overrideHostCost": true,
      "overrideHostCostChanged": true,
      "overrideHostMargin": true,
      "overrideHostMarginChanged": true,
      "alwaysApplyMargin": true,
      "alwaysApplyMarginChanged": true,
      "aws": 1.0,
      "paws": 1.0,
      "awsUpdated": "2026-04-03T06:19:45.3157904",
      "posTare": 1,
      "altPrice": 1.0,
      "altPriceChanged": true,
      "altPriceMode": 53,
      "altPriceModeChanged": true,
      "altPLUG_UID": "cVTbXl1exU+f0NLsEs4lig==",
      "altPLUGuid": "5edb5471-5e5d-4fc5-9fd0-d2ec12ce258a",
      "altPLUGuidChanged": true,
      "altPriceDescription1": "sample string 54",
      "altPriceDescription2": "sample string 55",
      "cartonQuantity": 56,
      "cartonQuantityChanged": true,
      "trayID": 1,
      "promptID": 1,
      "tare": 1,
      "packQty": 1,
      "fixedWeight": 1,
      "extraMesg": 1,
      "text1": "sample string 58",
      "text2": "sample string 59",
      "text3": "sample string 60",
      "labelText": "sample string 61",
      "labelTextChanged": true,
      "sendToScale": true,
      "nonScaleWeigh": true,
      "labelFormat": "sample string 65",
      "barcodeFormat": "sample string 66",
      "austMade": 1,
      "coolCode": 67,
      "countryOfOrigin": "sample string 68",
      "percentContent": 69.1,
      "departmentID": 1,
      "subDepartmentID": 1,
      "minorDepartmentID": 1,
      "lesserDepartmentID": 1,
      "deptCode": "sample string 70",
      "subDeptCode": "sample string 71",
      "minorDeptCode": "sample string 72",
      "lesserDeptCode": "sample string 73",
      "deptName": "sample string 74",
      "subDeptName": "sample string 75",
      "minorDeptName": "sample string 76",
      "lesserDeptName": "sample string 77",
      "departmentChanged": true,
      "subCategoryID": 1,
      "expiry": 1,
      "showDays": 1,
      "datePrint": 1,
      "labelRequired": true,
      "labelShelfQty": 80,
      "labelShelfChanged": true,
      "labelTalkerQty": 82,
      "labelSmall": true,
      "labelLastPrinted": "2026-04-03T06:19:45.3157904",
      "labelLastPrice": 1,
      "shelfPageLayoutG_UID": "grB25NqFNEy82NHG0mQnaw==",
      "shelfPageLayoutGuid": "e476b082-85da-4c34-bcd8-d1c6d264276b",
      "talkerPageLayoutG_UID": "MY3MEIVMXUqUzyr8bJi0zQ==",
      "talkerPageLayoutGuid": "10cc8d31-4c85-4a5d-94cf-2afc6c98b4cd",
      "unitMeasure": 1.1,
      "unitMeasureChanged": true,
      "unitMeasureKind": 85,
      "unitMeasureKindChanged": true,
      "signIQData": "sample string 87",
      "refresh": true,
      "earnLoyaltyPoints": true,
      "earnLoyaltyPointsChanged": true,
      "quantityOverride": true,
      "quantityOverrideChanged": true,
      "quantityRequired": true,
      "quantityRequiredChanged": true,
      "allowDiscounts": true,
      "allowDiscountsChanged": true,
      "discountDiscounts": true,
      "discountDiscountsChanged": true,
      "itemRecalled": true,
      "itemRecalledChanged": true,
      "noRefund": true,
      "noRefundChanged": true,
      "allowMarkdown": true,
      "allowMarkdownChanged": true,
      "priceRequired": true,
      "priceRequiredChanged": true,
      "fuelItem": true,
      "fuelItemChanged": true,
      "liabilityItem": true,
      "trackSerial": true,
      "trackSerialChanged": true,
      "allowZeroPrice": true,
      "allowZeroPriceChanged": true,
      "notForSale": 92,
      "notForSaleChanged": true,
      "excludeFromDeals": true,
      "excludeFromVoucher": true,
      "minimumAge": 95,
      "minimumAgeChanged": true,
      "buyingLimit": 1,
      "buyingLimitChanged": true,
      "buyingLimitIndependent": true,
      "buyingLimitIndependentChanged": true,
      "inventoryGuid": "5aqIwfoNIkeWzCF4FCdGzQ==",
      "inventoryIdentifier": "c188aae5-0dfa-4722-96cc-2178142746cd",
      "inventoryAccuracy": 1,
      "baseUnits": 99,
      "orderPacked": 1,
      "isManufactured": true,
      "isIngredient": true,
      "isModifier": true,
      "isModifierChanged": true,
      "hasModifiers": 100,
      "defaultPrinter": "sample string 101",
      "defaultPrinterGroup": "sample string 102",
      "ingredientsOnManufacture": true,
      "manufactureUnitMeasure": 1,
      "mpl": 1,
      "maxShelfQty": 103,
      "allowAutoOrder": true,
      "warrantyPeriod": 1,
      "parentPluG_UId": "wDc3O9M5AU+w77iuc+n3qw==",
      "parentPluGuid": "3b3737c0-39d3-4f01-b0ef-b8ae73e9f7ab",
      "preferredHostVendor": 105,
      "preferredHostChanged": true,
      "code": "sample string 107",
      "supplierIdentifier": "xRTq1CeGMkaOKEiqkGmCIA==",
      "supplierIdentifierGuid": "d4ea14c5-8627-4632-8e28-48aa90698220",
      "supplierChanged": true,
      "rebateSupplierIdentifier": "eUmB1lSHhUitRoBjh/t2WQ==",
      "rebateSupplierIdentifierGuid": "d6814979-8754-4885-ad46-806387fb7659",
      "rebateSupplierChanged": true,
      "availableForOrder": true,
      "warehouseDirectIndicator": "sample string 109",
      "warehouseDirectIndicatorChanged": true,
      "productGrade": "sample string 111",
      "productType": "sample string 112",
      "productGroup": "sample string 113",
      "complianceIndicator": "sample string 114",
      "inhouseBrand": "sample string 115",
      "slowMoving": true,
      "generalMerchandise": true,
      "comment": "sample string 118",
      "lastUpdatedByUser": "sample string 119",
      "lastManualUpdatedByUser": "sample string 120",
      "lastUpdatedByUserOverride": true,
      "lastUpdatedByHost": "2026-04-03T06:19:45.3157904",
      "commodity": "sample string 122",
      "businessPillar": "sample string 123",
      "mscCommodity": "sample string 124",
      "hostIdentifier": "79+vfZ8qRE+RTaxjjT3jcA==",
      "hostIdentifierGuid": "7dafdfef-2a9f-4f44-914d-ac638d3de370",
      "serviceFeeID": 1,
      "serviceFeeIDChanged": true,
      "providerName": "sample string 126",
      "aisleEnds": "sample string 127",
      "deleted": true,
      "deletedChanged": true,
      "hidden": true,
      "doNotRange": true,
      "doNotRangeChanged": true,
      "doNotOrder": true,
      "doNotOrderChanged": true,
      "locked": true,
      "excludeFromWebUpdate": true,
      "excludeFromWebUpdateChanged": true,
      "webPriceBasedOn": 138,
      "webPriceRounding": true,
      "webMarkup": 140,
      "webPriceMode": 141,
      "altDepartmentID": 1,
      "altSubDepartmentID": 1,
      "altMinorDepartmentID": 1,
      "altLesserDepartmentID": 1,
      "altDeptCode": "sample string 142",
      "altSubDeptCode": "sample string 143",
      "altMinorDeptCode": "sample string 144",
      "altLesserDeptCode": "sample string 145",
      "altDepartmentChanged": true,
      "storeProducts": [
        {
          "$ref": "2"
        },
        {
          "$ref": "2"
        }
      ],
      "store": {
        "$id": "3",
        "id": 1,
        "isMaster": true,
        "isElectedMaster": true,
        "electedMasterStoreID": 1,
        "isZoneMaster": 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": "2026-04-03T06:19:45.3157904",
        "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": "EMWfEQ0UPkGwHmJDEzVbew==",
        "hostIdentifierGuid": "119fc510-140d-413e-b01e-624313355b7b",
        "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,
        "defaultOrderDocumentId": 1,
        "defaultStockReceiveDocumentId": 1,
        "giftCardSalesAccountingDeptCode": "sample string 47",
        "transactionDiscountAccountingDeptCode": "sample string 48",
        "size": 49,
        "updated": "2026-04-03T06:19:45.3157904",
        "priceZone": {
          "$id": "4",
          "id": 1,
          "name": "sample string 2",
          "hostIdentifier": "n2vZfgzYcU2zgfA/oznEkA==",
          "hostIdentifierGuid": "7ed96b9f-d80c-4d71-b381-f03fa339c490",
          "sortOrder": 3,
          "zoneMasterStoreID": 1,
          "electedMasterStoreID": 1,
          "containsElectedMasterStore": true
        },
        "priceZoneName": "sample string 51",
        "storeFuelConfigured": true,
        "shippingAddressCopied": true,
        "shippingAddress": {
          "$id": "5",
          "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"
        },
        "billingAddressCopied": true,
        "billingAddress": {
          "$ref": "5"
        },
        "hostStoreSettings": [
          {
            "$id": "6",
            "id": 1,
            "hostIdentifier": "8WSFdfJlFkGEe/gxEY5xZg==",
            "hostIdentifierGuid": "758564f1-65f2-4116-847b-f831118e7166",
            "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,
            "secondPassword": "sample string 23",
            "secondPasswordPlain": "sample string 24",
            "secondServerAddress": "sample string 25",
            "processPromotions": true,
            "hostProvider": 0,
            "host": {
              "$id": "7",
              "identifier": "RNX9nchQ60qoa2By3I2FMg==",
              "identifierGuid": "9dfdd544-50c8-4aeb-a86b-6072dc8d8532",
              "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": "alhae4O9UE6iFz2T+6OyVw==",
              "hostSupplierIdentifierGuid": "7b5a586a-bd83-4e50-a217-3d93fba3b257",
              "loyaltyPriceLevelIdentifier": "v0ZVwPXES0ecns5K7KB7pw==",
              "loyaltyPriceLevelIdentifierGuid": "c05546bf-c4f5-474b-9c9e-ce4aeca07ba7",
              "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": "2026-04-03T06:19:45.3157904",
              "lastProcessed": "2026-04-03T06:19:45.3157904",
              "hold": true,
              "supplierName": "sample string 35",
              "supplier": {
                "$id": "8",
                "identifier": "bBqUcRlPq0KGQPYS5Emx/Q==",
                "identifierGuid": "71941a6c-4f19-42ab-8640-f612e449b1fd",
                "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": "DhwkJmZp7k+cF8PNO2iT6g==",
                "primaryContactID": "26241c0e-6966-4fee-9c17-c3cd3b6893ea",
                "storeID": 1,
                "abn": "sample string 16",
                "supplierGroupIdentifier": "x695IGNmHk2L/bib1ue2sw==",
                "supplierGroupGuid": "2079afc7-6663-4d1e-8bfd-b89bd6e7b6b3",
                "rebate": 1.0,
                "rebateType": 1,
                "rebateFrequency": 1,
                "rebateSource": 1,
                "rebateLastClaimed": "2026-04-03T06:19:45.3157904",
                "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": "9",
                  "id": "ff49e764-d6d3-40bb-b872-a3ff069d3a62",
                  "identifier": "sAIX3Sl19kSaD4NT1khRyA==",
                  "identifierGuid": "dd1702b0-7529-44f6-9a0f-8353d64851c8",
                  "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": "10",
                    "supplierIdentifier": "FzB1JWdUWEK7dhUzaqwE3g==",
                    "supplierIdentifierGuid": "25753017-5467-4258-bb76-15336aac04de",
                    "contactGuid": "rm9dqMSyLkSVWcRnVe3atg==",
                    "contactID": "a85d6fae-b2c4-442e-9559-c46755eddab6",
                    "contact": {
                      "$ref": "9"
                    },
                    "supplier": {
                      "$ref": "8"
                    }
                  },
                  {
                    "$ref": "10"
                  }
                ],
                "products": [
                  {
                    "$id": "11",
                    "pluG_UID": "btmJq7NVHk6+zg01dP9few==",
                    "pluGuid": "ab89d96e-55b3-4e1e-bece-0d3574ff5f7b",
                    "supplierIdentifier": "MnBU8B/Cwk2ybT1At49EtQ==",
                    "supplierIdentifierGuid": "f0547032-c21f-4dc2-b26d-3d40b78f44b5",
                    "cartonQuantity": 1,
                    "cartonQuantityChanged": true,
                    "productSize": "sample string 3",
                    "cigarettesPerSleeve": 1,
                    "randomWeight": true,
                    "piecesPerUnit": 5,
                    "averagePackSize": 6,
                    "effectiveDate": "2026-04-03T06:19:45.3157904",
                    "pricedByWeight": true,
                    "landedUnitCostEx": 9,
                    "landedUnitCostInc": 10,
                    "landedCartonCostInc": 12,
                    "landedCartonCostEx": 13,
                    "standardCost": 14,
                    "deliveryFee": 1,
                    "deliveryFeeBasis": "sample string 15",
                    "pickAndPackFee": 1,
                    "pickAndPackFeeBasis": "sample string 16",
                    "financeFee": 1,
                    "financeFeeBasis": "sample string 17",
                    "cartonLength": 1,
                    "cartonWidth": 1,
                    "cartonHeight": 1,
                    "palletLayerQuantity": 1,
                    "palletLayers": 1,
                    "itemCode": "sample string 18",
                    "invoiceCode": "sample string 19",
                    "invoiceDesc": "sample string 20",
                    "orderDirect": true,
                    "useCost": true,
                    "minimumQuantity": 21,
                    "hostType": 22,
                    "fromHost": 23,
                    "minimumReorder": 1,
                    "maximumReorder": 1,
                    "orderMultiple": 24.1,
                    "sellMultiple": 25.1,
                    "baseMultiple": 26.1,
                    "hostStandardCost": 27,
                    "hostTotalCost": 28,
                    "hostRetail": 29,
                    "hostLandedUnitCostEx": 30,
                    "hostLandedUnitCostInc": 31,
                    "hostDesc": "sample string 32",
                    "directIndicator": "sample string 33",
                    "availableToOrder": true,
                    "hostRangeIndicator": "sample string 35",
                    "hostProductType": "sample string 36",
                    "hostProductGrade": "sample string 37",
                    "hostProductGroup": "sample string 38",
                    "hostSlowMoving": true,
                    "hostGeneralMerchandise": true,
                    "hostPillar": "sample string 41",
                    "hostLastUpdated": "2026-04-03T06:19:45.3157904",
                    "rebate": 1.0,
                    "rebateExclude": true,
                    "invoiceCodes": [
                      {
                        "$id": "12",
                        "pluG_UID": "a7OXvcSHSUy66JuCb9tcRw==",
                        "pluGuid": "bd97b36b-87c4-4c49-bae8-9b826fdb5c47",
                        "supplierIdentifier": "kxQsFyMeWUOiwKviTtqzTg==",
                        "supplierIdentifierGuid": "172c1493-1e23-4359-a2c0-abe24edab34e",
                        "invoiceCode": "sample string 1",
                        "storeIDs": [
                          1,
                          2
                        ]
                      },
                      {
                        "$ref": "12"
                      }
                    ],
                    "storeIDs": [
                      1,
                      2
                    ],
                    "preferredSupplier": true,
                    "preferredRebateSupplier": true,
                    "supplierName": "sample string 42",
                    "salesMode": 43,
                    "orderPacked": true,
                    "active": true,
                    "price": 1,
                    "costGstPercent": 45,
                    "parentPluG_UID": "QUFQ5iEW00KuhI2aNVkwWg==",
                    "parentPluGuid": "e6504141-1621-42d3-ae84-8d9a3559305a",
                    "freight": 46.0,
                    "freightType": 1,
                    "product": {
                      "$ref": "2"
                    },
                    "supplier": {
                      "$ref": "8"
                    },
                    "serviceFee": {
                      "$id": "13",
                      "id": 1,
                      "description": "sample string 1",
                      "fee": 1
                    },
                    "isPrimaryHost": true,
                    "hostVendor": 48
                  },
                  {
                    "$ref": "11"
                  }
                ],
                "orderCycleHeaders": [
                  {
                    "$id": "14",
                    "storeID": 1,
                    "supplierIdentifier": "MH1k6mlcGk2OJt5QIQr8Gw==",
                    "supplierGuid": "ea647d30-5c69-4d1a-8e26-de50210afc1b",
                    "departmentCode": "sample string 2",
                    "warehouseDirectIndicator": "sample string 3",
                    "type": 4,
                    "storeName": "sample string 5",
                    "departmentName": "sample string 6",
                    "orderDays": 7
                  },
                  {
                    "$ref": "14"
                  }
                ],
                "cycles": [
                  {
                    "$id": "15",
                    "storeID": 1,
                    "supplierIdentifier": "+HpC/FB6I0WJ2yKvhjGz5w==",
                    "supplierGuid": "fc427af8-7a50-4523-89db-22af8631b3e7",
                    "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": "2026-04-03T06:19:45.3157904",
                    "deliveryDate": "2026-04-03T06:19:45.3157904",
                    "nextCutOffDate": "2026-04-03T06:19:45.3157904",
                    "nextDeliveryDate": "2026-04-03T06:19:45.3157904",
                    "nextDaysBuffer": 10
                  },
                  {
                    "$ref": "15"
                  }
                ],
                "store": {
                  "$ref": "3"
                },
                "updated": "2026-04-03T06:19:45.3157904",
                "isHost": true
              },
              "files": [
                {
                  "$id": "16",
                  "id": "sample string 1",
                  "fileName": "sample string 2",
                  "extension": "sample string 3",
                  "provider": 0,
                  "type": 0,
                  "hostType": "sample string 4",
                  "createdUtc": "2026-04-03T06:19:45.3157904",
                  "processed": "2026-04-03T06:19:45.3157904",
                  "isProcessing": true,
                  "processedCount": 6,
                  "processingTime": 1,
                  "collectedUtc": "2026-04-03T06:19:45.3157904",
                  "size": 1,
                  "sizeFormat": "sample string 7",
                  "isArchive": true,
                  "customerNumber": "sample string 9",
                  "businessPillar": "sample string 10",
                  "fileType": "sample string 11",
                  "version": "sample string 12",
                  "reference": "sample string 13",
                  "digest": "sample string 14",
                  "contentType": "sample string 15",
                  "host": {
                    "$ref": "7"
                  },
                  "metcashHeader": {
                    "$id": "17",
                    "customerNumber": "sample string 1",
                    "creationDate": "2026-04-03T06:19:45.3157904",
                    "businessPillar": "sample string 3",
                    "fileType": "sample string 4"
                  }
                },
                {
                  "$ref": "16"
                }
              ],
              "zoneMatrix": [
                {
                  "$id": "18",
                  "id": 1,
                  "hostIdentifier": "JWavweOOqkumf0HXVyw8FA==",
                  "hostIdentifierGuid": "c1af6625-8ee3-4baa-a67f-41d7572c3c14",
                  "storeID": 1,
                  "departmentCode": "sample string 2",
                  "hostGuids": [
                    "aa9d0d2a-6cdb-46b6-92a0-30714725b58b",
                    "f43d2708-361f-48c9-9819-caa6becf3a2f"
                  ]
                },
                {
                  "$ref": "18"
                }
              ],
              "hostFileStoreSetting": {
                "$ref": "6"
              },
              "hostStoreSettings": [
                {
                  "$ref": "6"
                },
                {
                  "$ref": "6"
                }
              ],
              "promotionPlacements": [
                {
                  "$id": "19",
                  "identifier": "1hxcV6kVHUKQqcVpEQ0Vpw==",
                  "identifierGuid": "575c1cd6-15a9-421d-90a9-c569110d15a7",
                  "code": "sample string 2",
                  "description": "sample string 3",
                  "isAdvertised": true
                },
                {
                  "$ref": "19"
                }
              ],
              "promoTypeGuids": [
                "df5c7803-fa6a-4e26-8764-62029894b3e1",
                "d47ebdab-d452-40a2-97c9-c3344430f83f"
              ],
              "isPromotionOnly": false,
              "isOrderable": false,
              "vendor": 0
            },
            "groupIDs": [
              1,
              2
            ],
            "hostDescription": "sample string 27"
          },
          {
            "$ref": "6"
          }
        ],
        "accounts": [
          {
            "$id": "20",
            "id": 1,
            "storeID": 1,
            "accountName": "sample string 2",
            "bsb": "sample string 3",
            "accountNumber": "sample string 4",
            "accountDesignated": true
          },
          {
            "$ref": "20"
          }
        ],
        "sales": [
          {
            "$id": "21",
            "id": 1,
            "storeID": 1,
            "externalSalesType": 2,
            "ftpSiteID": 1,
            "lastSaleProcessed": "2026-04-03T06:19:45.3157904",
            "ftpSite": {
              "$id": "22",
              "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": "21"
          }
        ],
        "zoneMatrix": [
          {
            "$ref": "18"
          },
          {
            "$ref": "18"
          }
        ],
        "cashManagements": [
          {
            "$id": "23",
            "id": 1,
            "storeID": 1,
            "cashManagementType": 2,
            "apiID": 1,
            "organisationID": "sample string 3",
            "siteName": "sample string 4",
            "thirdPartyAPI": {
              "$id": "24",
              "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": "23"
          }
        ],
        "updateStoreID": "48bc3f91-06d9-4d0a-9a98-b12cd5fd8040",
        "updateStore": {
          "$id": "25",
          "id": "68f2229d-54e4-4f60-984e-33e0f888ac54",
          "name": "sample string 1",
          "lastActivity": "2026-04-03T06:19:45.3157904",
          "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": "2026-04-03T06:19:45.3157904"
        },
        "timeZoneId": "sample string 54",
        "securityOptions": {
          "$id": "26",
          "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": "27",
          "pluG_UID": "yjOhwLqAsEO1stvzBTae0A==",
          "pluGuid": "c0a133ca-80ba-43b0-b5b2-dbf305369ed0",
          "plu": 1,
          "storeID": 1,
          "zoneID": 2,
          "zoneName": "sample string 3",
          "store": "sample string 4",
          "isElectedMasterStore": true,
          "isZoneMasterStore": true,
          "priceNow": 7,
          "costNow": 8,
          "costNowDecimals": 9,
          "normalPrice": 10,
          "priceNext": 1,
          "costNext": 1,
          "costNextDecimals": 11,
          "nextCampaignName": "sample string 12",
          "gstPercent": 13,
          "normalCost": 14,
          "normalCostDecimals": 15,
          "costGstPercent": 16,
          "costCalcMethod": 1,
          "currentCost": 17,
          "currentCostDecimals": 18,
          "break1": 19,
          "price1": 20,
          "break2": 21,
          "price2": 22,
          "break3": 23,
          "price3": 24,
          "fuelItem": 25,
          "fixedWeight": 26,
          "active": true,
          "complianceIndicator": "sample string 27",
          "doNotOrder": true,
          "doNotRange": true,
          "isNormalPriceChangesCampaign": true,
          "updated": "2026-04-03T06:19:45.3157904"
        },
        {
          "$ref": "27"
        }
      ],
      "currentPrices": {
        "$id": "28",
        "pluPrices": {
          "$id": "29",
          "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,
          "memberDiscountPrice": 10,
          "acceptedUtc": "2026-04-03T06:19:45.3157904",
          "priceChangeType": 0,
          "costDecimals": 11,
          "costCalcMethod": 12,
          "targetCampaignPriceGtOrEquNormal": true
        },
        "normalPluPrices": {
          "$ref": "29"
        },
        "winningCampaign": 1,
        "winner": {
          "$id": "30",
          "campaignName": "sample string 1",
          "campaignDescription": "sample string 2",
          "talkerText": "sample string 3",
          "disableWasSave": true,
          "startDate": "2026-04-03T06:19:45.3157904",
          "startTime": 5,
          "endDate": "2026-04-03T06:19:45.3157904",
          "endTime": 6,
          "newPrice": 7,
          "newCost": 8,
          "newCostDecimals": 9,
          "pctDiscount": 10,
          "promoType": 1,
          "promotionTypeCode": "sample string 11",
          "hostType": 12,
          "hostIdentifier": "fDy2K75rrUuK7UENlGkK/Q==",
          "hostIdentifierGuid": "2bb63c7c-6bbe-4bad-8aed-410d94690afd",
          "storeNames": [
            "sample string 1",
            "sample string 2"
          ]
        },
        "details": [
          {
            "$ref": "30"
          },
          {
            "$ref": "30"
          }
        ]
      },
      "tray": {
        "$id": "31",
        "g_UId": "NloP7IrYO0uY66eRu5b02A==",
        "guid": "ec0f5a36-d88a-4b3b-98eb-a791bb96f4d8",
        "name": "sample string 1",
        "number": 1,
        "tare": 1
      },
      "priceGroup": {
        "$id": "32",
        "priceGroupG_UID": "5MLDRCDPjE6faad2m4O/pg==",
        "priceGroupGuid": "44c3c2e4-cf20-4e8c-9f69-a7769b83bfa6",
        "name": "sample string 2",
        "code": 1,
        "modified": true,
        "updated": "2026-04-03T06:19:45.3157904",
        "buyingLimit": 1,
        "buyingLimitIndependent": true,
        "buyingLimitType": 0,
        "number": 1,
        "products": [
          {
            "$ref": "2"
          },
          {
            "$ref": "2"
          }
        ],
        "productCount": 1
      },
      "priceGroupName": "sample string 147",
      "nutrifacts": {
        "$id": "33",
        "pluG_UID": "H8iVBCS/OEK3ico77fhheg==",
        "pluGuid": "0495c81f-bf24-4238-b789-ca3bedf8617a",
        "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": "34",
        "pluGuid": "257b0c22-1f5e-497d-8a13-e4e4de33e3a2",
        "created": "2026-04-03T06:19:45.3157904",
        "createdByUser": "sample string 1",
        "activated": "2026-04-03T06:19:45.3157904",
        "activatedByUser": "sample string 2",
        "deactivated": "2026-04-03T06:19:45.3157904",
        "deactivatedByUser": "sample string 3",
        "lastOrdered": "2026-04-03T06:19:45.3157904",
        "lastOrderedQty": 4.0,
        "lastReceived": "2026-04-03T06:19:45.3157904",
        "lastReceivedQty": 5.0,
        "lastInvoiceStatus": 1,
        "lastCounted": "2026-04-03T06:19:45.3157904",
        "lastSold": "2026-04-03T06:19:45.3157904",
        "firstSold": "2026-04-03T06:19:45.3157904",
        "awsUpdated": "2026-04-03T06:19:45.3157904",
        "lastManualUpdate": "2026-04-03T06:19:45.3157904",
        "lastManualUpdatedByUser": "sample string 7",
        "lastUpdated": "2026-04-03T06:19:45.3157904",
        "lastUpdatedByUser": "sample string 9",
        "lastUpdatedByHost": "2026-04-03T06:19:45.3157904",
        "doNotRangeUpdated": "2026-04-03T06:19:45.3157904",
        "doNotOrderUpdated": "2026-04-03T06:19:45.3157904",
        "tracked": "2026-04-03T06:19:45.3157904"
      },
      "allergens": [
        {
          "$id": "35",
          "primaryKey": {
            "$id": "36",
            "pluGuid": "d96198d3-cc1b-4a0c-a303-111be032bd3f",
            "contains": 2
          },
          "allergenID": 1,
          "pluG_UID": "05hh2RvMDEqjAxEb4DK9Pw==",
          "pluGuid": "d96198d3-cc1b-4a0c-a303-111be032bd3f",
          "contains": 2,
          "allergenName": "sample string 3",
          "storeIDs": [
            1,
            2
          ]
        },
        {
          "$ref": "35"
        }
      ],
      "costs": {
        "$id": "37",
        "pluG_UID": "smUOuxOIqUuK9RakNmGkLA==",
        "pluGuid": "bb0e65b2-8813-4ba9-8af5-16a43661a42c",
        "enteredCost": 1,
        "weightedAvgCost": 1,
        "lastCost": 1,
        "rawEnteredCost": 2,
        "rawWeightedAvgCost": 3,
        "rawLastCost": 4,
        "freight": 5.0,
        "freightType": 6,
        "costDecimals": 7,
        "fifoCost": 1,
        "updated": "2026-04-03T06:19:45.3157904",
        "normalCost": 1,
        "currentCost": 1
      },
      "sales": [
        {
          "$id": "38",
          "saleHeaderID": 1,
          "created": "2026-04-03T06:19:45.3157904",
          "createdLocal": "2026-04-03T06:19:45.3157904",
          "storeID": 3,
          "storeName": "sample string 4",
          "operatorG_Uid": "PjhUR5owbUWpon0n0zV7yg==",
          "operatorGuid": "4754383e-309a-456d-a9a2-7d27d3357bca",
          "operatorName": "sample string 5",
          "tranType": 1,
          "plu": 1,
          "pluG_UId": "Hl0KJFxIkUCMeKgQtOqdfg==",
          "pluGuid": "240a5d1e-485c-4091-8c78-a810b4ea9d7e",
          "normalPrice": 1,
          "totalCents": 1,
          "cost": 1,
          "grossProfit": 1,
          "quantity": 1,
          "operator": {
            "$id": "39",
            "id": 1,
            "g_Uid": "/+FhmgNi2EaGOZx/ibwSBw==",
            "guid": "9a61e1ff-6203-46d8-8639-9c7f89bc1207",
            "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": "2026-04-03T06:19:45.3157904",
            "passwordResetRequired": true,
            "alteredInStore": true,
            "startShift": "2026-04-03T06:19:45.3157904",
            "endShift": "2026-04-03T06:19:45.3157904",
            "machineName": "sample string 20",
            "drawerID": 1,
            "stores": [
              {
                "$id": "40",
                "operatorG_UID": "qkIbrDst8kK5GhmyoKO5Kw==",
                "operatorGuid": "ac1b42aa-2d3b-42f2-b91a-19b2a0a3b92b",
                "storeID": 2,
                "operator": {
                  "$ref": "39"
                },
                "store": {
                  "$ref": "3"
                }
              },
              {
                "$ref": "40"
              }
            ]
          }
        },
        {
          "$ref": "38"
        }
      ],
      "apns": [
        {
          "$id": "41",
          "pluID": 1,
          "pluG_UID": "StnXRdSHr0CAbOCUZXBM+g==",
          "pluGuid": "45d7d94a-87d4-40af-806c-e09465704cfa",
          "apn": "sample string 1",
          "deleted": true,
          "storeID": 1,
          "storeIDs": [
            1,
            2
          ]
        },
        {
          "$ref": "41"
        }
      ],
      "tuns": [
        {
          "$id": "42",
          "pluG_UId": "yP7b4+NnlEGV9Gp4D3u/hA==",
          "pluGuid": "e3dbfec8-67e3-4194-95f4-6a780f7bbf84",
          "apn": "sample string 1",
          "tun": "sample string 2",
          "cartonQuantity": 3,
          "product": {
            "$ref": "2"
          },
          "storeIDs": [
            1,
            2
          ]
        },
        {
          "$ref": "42"
        }
      ],
      "competitionPricing": [
        {
          "$id": "43",
          "identifier": "oC9hBsTA4ESV8aezREtZAA==",
          "identifierGuid": "06612fa0-c0c4-44e0-95f1-a7b3444b5900",
          "pluG_UID": "2YZYQSN18Ee8LwUjeZ9ilA==",
          "pluGuid": "415886d9-7523-47f0-bc2f-0523799f6294",
          "competitionID": 1,
          "name": "sample string 2",
          "sellMultiple": 3,
          "retailPrice": 4,
          "storeName": "sample string 5"
        },
        {
          "$ref": "43"
        }
      ],
      "supplier": {
        "$ref": "8"
      },
      "supplierName": "sample string 148",
      "children": [
        {
          "$ref": "2"
        },
        {
          "$ref": "2"
        }
      ],
      "ordering": {
        "$ref": "11"
      },
      "flipChartPages": [
        {
          "$id": "44",
          "identifier": "zPnOhpy+oU2B38fK6yVYWQ==",
          "groupName": "sample string 1",
          "identifierGuid": "86cef9cc-be9c-4da1-81df-c7caeb255859",
          "exists": true,
          "flipChartIdentifier": "aTp/bRCg3U+7i+OPPzXFYw==",
          "flipChartIdentifierGuid": "6d7f3a69-a010-4fdd-bb8b-e38f3f35c563",
          "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": "x1EkPNXPD02lfAj4heS3mQ==",
          "groupIdentifierGuid": "3c2451c7-cfd5-4d0f-a57c-08f885e4b799",
          "flipChart": {
            "$id": "45",
            "identifier": "c7M8dYCYvEmpN2tKWG7lGA==",
            "identifierGuid": "753cb373-9880-49bc-a937-6b4a586ee518",
            "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": "46",
              "identifier": "OL1O8AyAcUKfzIoCegxyGg==",
              "identifierGuid": "f04ebd38-800c-4271-9fcc-8a027a0c721a",
              "name": "sample string 2",
              "formType": "sample string 3",
              "forms": [
                {
                  "$id": "47",
                  "id": 1,
                  "g_UID": "lmgrdNJ9fU+e0PxI8mJKGA==",
                  "guid": "742b6896-7dd2-4f7d-9ed0-fc48f2624a18",
                  "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": "cc8qOi0njkyjMXnUIMM8Xg==",
                  "previousFormGuid": "3a2acf71-272d-4c8e-a331-79d420c33c5e",
                  "nextForm": 1,
                  "nextFormG_UID": "OfzS1IwX3UOI2W8MA28umA==",
                  "nextFormGuid": "d4d2fc39-178c-43dd-88d9-6f0c036f2e98",
                  "attributes": "sample string 10",
                  "updated": "2026-04-03T06:19:45.3157904",
                  "positioning": 1,
                  "contentPanel": "sample string 11",
                  "selectionMode": 1,
                  "maximumSelections": 1,
                  "alteredInStore": true,
                  "deleted": true,
                  "blueprintID": 1,
                  "preserveLayout": true,
                  "mainCheckoutFormName": "sample string 13",
                  "nextCheckoutForm": {
                    "$ref": "47"
                  },
                  "previousCheckoutForm": {
                    "$ref": "47"
                  },
                  "buttons": [
                    {
                      "$id": "48",
                      "id": 1,
                      "checkoutFormID": 2,
                      "checkoutFormG_UID": "8823EyqwGUm/O1OmnE8FvQ==",
                      "checkoutFormGuid": "13b7cdf3-b02a-4919-bf3b-53a69c4f05bd",
                      "identifier": "HiRkWQst60y3eXguXTwbFQ==",
                      "identifierGuid": "5964241e-2d0b-4ceb-b779-782e5d3c1b15",
                      "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": "c2NN1YrmNUSyknPgpmBUwA==",
                      "valueGuid": "d54d6373-e68a-4435-b292-73e0a66054c0",
                      "buttonText": "sample string 10",
                      "valueText": "sample string 11",
                      "drawImageAndButton": true,
                      "updated": "2026-04-03T06:19:45.3157904",
                      "action": "sample string 12",
                      "valueForm": {
                        "$ref": "47"
                      },
                      "image": {
                        "$id": "49",
                        "name": "sample string 3.sample string 4",
                        "imageID": 2,
                        "imageName": "sample string 3",
                        "imageExtension": "sample string 4",
                        "lastUpdate": "2026-04-03T06:19:45.3157904",
                        "imageData": "QEA=",
                        "readOnly": true
                      }
                    },
                    {
                      "$ref": "48"
                    }
                  ],
                  "panels": [
                    {
                      "$id": "50",
                      "id": 1,
                      "checkoutFormID": 2,
                      "checkoutFormG_UID": "NLbq14W/YEyw+oOPJNkEHg==",
                      "checkoutFormGuid": "d7eab634-bf85-4c60-b0fa-838f24d9041e",
                      "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": "50"
                    }
                  ]
                },
                {
                  "$ref": "47"
                }
              ],
              "panels": [
                {
                  "$ref": "50"
                },
                {
                  "$ref": "50"
                }
              ]
            },
            "pages": [
              {
                "$ref": "44"
              },
              {
                "$ref": "44"
              }
            ]
          },
          "contentPanel": {
            "$ref": "50"
          },
          "products": [
            {
              "$id": "51",
              "flipChartPageIdentifier": "8hzxjYPzTkOnC8HTsi1iQw==",
              "flipChartPageIdentifierGuid": "8df11cf2-f383-434e-a70b-c1d3b22d6243",
              "pluG_UID": "DNzsrU03ZEapdeZbBn6CSQ==",
              "pluGuid": "adecdc0c-374d-4664-a975-e65b067e8249",
              "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": "51"
            }
          ],
          "productCount": 27,
          "pages": [
            {
              "$ref": "44"
            },
            {
              "$ref": "44"
            }
          ]
        },
        {
          "$ref": "44"
        }
      ],
      "priceHistory": [
        {
          "$id": "52",
          "pluG_UID": "y2P8rg0AeEyUkiGYqzaF5g==",
          "pluGuid": "aefc63cb-000d-4c78-9492-2198ab3685e6",
          "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": "2026-04-03T06:19:45.3157904",
          "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": "52"
        }
      ],
      "ingredients": [
        {
          "$id": "53",
          "pluG_UID": "lj0yNTB0VU2fSetD+DveCA==",
          "ingredientGuid": "/sluGYvDZ0GNktMNUYP5Ug==",
          "ingredientIdentifier": "196ec9fe-c38b-4167-8d92-d30d5183f952",
          "quantity": 1.0,
          "storeIDs": [
            1,
            2
          ],
          "ingredientText": "sample string 1",
          "ingredient": {
            "$ref": "2"
          }
        },
        {
          "$ref": "53"
        }
      ],
      "bins": [
        {
          "$id": "54",
          "pluG_UID": "JLLffqge9kmx06iKUVNCzQ==",
          "pluGuid": "7edfb224-1ea8-49f6-b1d3-a88a515342cd",
          "shelfLocationIdentifier": "OlgqjOO+x0GutMJMg4xrsg==",
          "shelfLocationGuid": "8c2a583a-bee3-41c7-aeb4-c24c838c6bb2",
          "labelShelfDefault": 1,
          "labelTalkerDefault": 1,
          "labelSmall": true,
          "labelPageLayoutG_UID": "5hG2y3Bth0uxd+L1jaXsTg==",
          "labelPageLayoutGuid": "cbb611e6-6d70-4b87-b177-e2f58da5ec4e",
          "updated": "2026-04-03T06:19:45.3157904",
          "electronicShelfLabelIdentifier": "sample string 5",
          "electronicshelfLabelsConfigurationID": 6,
          "labelShelfChanged": true,
          "productName": "sample string 8",
          "locationText": "sample string 9",
          "product": {
            "$ref": "2"
          },
          "location": {
            "$id": "55",
            "identifier": "2iIiasIg00GWMnoYpIuo0A==",
            "storeID": 1,
            "identifierGuid": "6a2222da-20c2-41d3-9632-7a18a48ba8d0",
            "name": "sample string 2",
            "haccp": true,
            "blueprintID": 1,
            "updated": "2026-04-03T06:19:45.3157904",
            "minTemp": 1,
            "maxTemp": 1,
            "checkFrequency": 1,
            "storeCaseConfiguration": 5,
            "storeName": "sample string 6",
            "bins": [
              {
                "$ref": "54"
              },
              {
                "$ref": "54"
              }
            ]
          }
        },
        {
          "$ref": "54"
        }
      ],
      "bin": {
        "$ref": "54"
      },
      "scaleLocations": [
        {
          "$id": "56",
          "plu": 1,
          "pluG_UID": "5KonWcZj4k+VIUtQcAk4bw==",
          "pluGuid": "5927aae4-63c6-4fe2-9521-4b507009386f",
          "deptNo": 1,
          "product": {
            "$ref": "2"
          },
          "scaleLocation": {
            "$id": "57",
            "id": 1,
            "deptNo": 1,
            "deptCode": "sample string 2",
            "name": "sample string 3",
            "enabled": true,
            "updated": "2026-04-03T06:19:45.3157904",
            "department": {
              "$id": "58",
              "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": "57"
              },
              "subDepartments": [
                {
                  "$id": "59",
                  "id": 1,
                  "departmentID": 2,
                  "name": "sample string 3",
                  "code": "sample string 4",
                  "departmentCode": "sample string 5",
                  "externalSales": true,
                  "minorDepartments": [
                    {
                      "$id": "60",
                      "id": 1,
                      "subDepartmentID": 2,
                      "departmentID": 3,
                      "name": "sample string 4",
                      "subDepartmentCode": "sample string 5",
                      "departmentCode": "sample string 6",
                      "code": "sample string 7",
                      "lesserDepartments": [
                        {
                          "$id": "61",
                          "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": "2026-04-03T06:19:45.3157904",
                          "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": "iFu2GXU8skOZLN+Yir9H3w==",
                          "labelPageLayoutGuid": "19b65b88-3c75-43b2-992c-df988abf47df",
                          "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": "62",
                            "dept": 1,
                            "category": 2,
                            "name": "sample string 3",
                            "active": true,
                            "mscCommodities": [
                              {
                                "$id": "63",
                                "dept": 1,
                                "category": 2,
                                "commodity": 3,
                                "name": "sample string 4",
                                "active": true,
                                "mscSubCommodities": [
                                  {
                                    "$id": "64",
                                    "dept": 1,
                                    "category": 2,
                                    "commodity": 3,
                                    "subCommodity": 4,
                                    "name": "sample string 5",
                                    "active": true,
                                    "subCommodityCode": "sample string 7"
                                  },
                                  {
                                    "$ref": "64"
                                  }
                                ],
                                "commodityCode": "sample string 6"
                              },
                              {
                                "$ref": "63"
                              }
                            ],
                            "categoryCode": "sample string 5"
                          },
                          "mscCom": {
                            "$ref": "63"
                          },
                          "mscDep": {
                            "$id": "65",
                            "dept": 1,
                            "name": "sample string 2",
                            "active": true,
                            "mscCategories": [
                              {
                                "$ref": "62"
                              },
                              {
                                "$ref": "62"
                              }
                            ],
                            "deptCode": "sample string 4"
                          },
                          "mscSubCom": {
                            "$ref": "64"
                          }
                        },
                        {
                          "$ref": "61"
                        }
                      ],
                      "updated": "2026-04-03T06:19:45.3157904",
                      "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": "tk4b0MY2Q0yT1P2RVJUFaA==",
                      "labelPageLayoutGuid": "d01b4eb6-36c6-4c43-93d4-fd9154950568",
                      "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": "62"
                      },
                      "mscCom": {
                        "$ref": "63"
                      },
                      "mscDep": {
                        "$ref": "65"
                      },
                      "mscSubCom": {
                        "$ref": "64"
                      }
                    },
                    {
                      "$ref": "60"
                    }
                  ],
                  "investmentBuyOverride": true,
                  "updated": "2026-04-03T06:19:45.3157904",
                  "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": "o4+MlDFTWk6XqXmTYB/edQ==",
                  "labelPageLayoutGuid": "948c8fa3-5331-4e5a-97a9-7993601fde75",
                  "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": "62"
                  },
                  "mscCom": {
                    "$ref": "63"
                  },
                  "mscDep": {
                    "$ref": "65"
                  },
                  "mscSubCom": {
                    "$ref": "64"
                  }
                },
                {
                  "$ref": "59"
                }
              ],
              "stores": [
                1,
                2
              ],
              "investmentBuyOverride": true,
              "updated": "2026-04-03T06:19:45.3157904",
              "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": "s36VjJNJ4UKT+50gyY27Pw==",
              "labelPageLayoutGuid": "8c957eb3-4993-42e1-93fb-9d20c98dbb3f",
              "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": "62"
              },
              "mscCom": {
                "$ref": "63"
              },
              "mscDep": {
                "$ref": "65"
              },
              "mscSubCom": {
                "$ref": "64"
              }
            }
          }
        },
        {
          "$ref": "56"
        }
      ],
      "nextPrice": {
        "$id": "66",
        "id": 1,
        "campaignID": 2,
        "campaignName": "sample string 3",
        "plu": 1,
        "hostOfferID": 1,
        "metcashPromotionID": "sample string 4",
        "metcashPromotionPlacement": "sample string 5",
        "pluG_UID": "eM/gJWQmEE2ehcHK4IEmQA==",
        "pluGuid": "25e0cf78-2664-4d10-9e85-c1cae0812640",
        "newPrice": 1,
        "pctDiscount": 1,
        "newCost": 1,
        "newCostDecimals": 6,
        "dealCostIdentifier": "7C5gqHMRKUigSTWKYf4BCw==",
        "dealCostGuid": "a8602eec-1173-4829-a049-358a61fe010b",
        "pluName": "sample string 7",
        "apn": "sample string 8",
        "fuelItem": true,
        "priceGroupG_UID": "xWq3HZCT7kWHRLDzYumxkA==",
        "priceGroupGuid": "1db76ac5-9390-45ee-8744-b0f362e9b190",
        "itemNumber": "sample string 10",
        "cri": "sample string 11",
        "pluPrice": 12,
        "costCalcMethod": 13,
        "pluCost": 14,
        "pluCostIndicator": "sample string 15",
        "pluPriceGstPercent": 16,
        "pluCostGstPercent": 17,
        "pluActive": true,
        "cartonQty": 1.1,
        "baseUnits": 19.1,
        "salesMode": 1,
        "pluNormalCost": 20,
        "pluaws": 21.0,
        "directNumber": "sample string 22",
        "departmentName": "sample string 23",
        "subDepartmentName": "sample string 24",
        "priceGroupName": "sample string 25",
        "supplierName": "sample string 26",
        "stockOnHand": 1.1,
        "stockOnOrder": 1.1,
        "lastReceived": "2026-04-03T06:19:45.3157904",
        "rrp": 27,
        "campaignDescription": "sample string 28",
        "hostCampaign": true,
        "hostIdentifier": "QEA=",
        "hostIdentifierGuid": "1d06e07e-6461-4678-86ea-b529b1f6d855",
        "campaignComboPriceGroupG_UID": "9VhKiUEFr0GEWdJjusa5hw==",
        "campaignComboPriceGroupIdentifier": "894a58f5-0541-41af-8459-d263bac6b987",
        "promotionPlacementDescription": "sample string 30",
        "storeAcceptances": [
          {
            "$id": "67",
            "plu": 1,
            "pluG_UId": "QEA=",
            "campaignID": 1,
            "campaignName": "sample string 2",
            "storeID": 3,
            "acceptedUtc": "2026-04-03T06:19:45.3157904",
            "operatorG_UID": "SjyIenVVuUSQbM7Ck4FfZg==",
            "operatorGuid": "7a883c4a-5575-44b9-906c-cec293815f66",
            "machineID": 1,
            "processed": true,
            "appliedUtc": "2026-04-03T06:19:45.3157904",
            "signIqTicketFileMovedUtc": "2026-04-03T06:19:45.3157904",
            "user": "sample string 6",
            "campaignDescription": "sample string 7",
            "productDesc": "sample string 8",
            "storeName": "sample string 9",
            "effectiveUtc": "2026-04-03T06:19:45.3157904",
            "priceChangeType": 0,
            "operatorName": "sample string 10",
            "hostCampaign": true,
            "hostIdentifier": "QEA=",
            "hostIdentifierGuid": "992be59a-527e-4c28-a590-0d8a414c3923",
            "product": {
              "$ref": "2"
            },
            "campaignPlu": {
              "$ref": "66"
            },
            "fuelItem": true
          },
          {
            "$ref": "67"
          }
        ],
        "campaign": {
          "$id": "68",
          "id": 1,
          "storeID": 2,
          "name": "2bfb75e4-0b82-48c5-952b-37b24c67fefa",
          "nameGuid": "2bfb75e4-0b82-48c5-952b-37b24c67fefa",
          "description": "sample string 4",
          "showDiscounts": true,
          "showTotals": true,
          "onlyEvaluateOnSubtotal": true,
          "useDescription": true,
          "campaignType": 1,
          "startDate": "2026-04-03T06:19:45.3157904",
          "startTime": 1,
          "endDate": "2026-04-03T06:19:45.3157904",
          "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": "2026-04-03T06:19:45.3157904",
          "system": true,
          "created": "2026-04-03T06:19:45.3157904",
          "updated": "2026-04-03T06:19:45.3157904",
          "priceChangeNotifiedUtc": "2026-04-03T06:19:45.3157904",
          "promoType": 1,
          "promotionTypeCode": "sample string 13",
          "hostIdentifier": "jFGdkruaXUOp3tcOUz5xRQ==",
          "hostIdentifierGuid": "929d518c-9abb-435d-a9de-d70e533e7145",
          "hostType": 14,
          "createdByUser": "sample string 15",
          "fromHost": true,
          "deleted": true,
          "campaignDeleted": "2026-04-03T06:19:45.3157904",
          "updatedByUser": "sample string 18",
          "offerID": 1,
          "isPriceChangeCampaign": true,
          "stores": [
            1,
            2
          ],
          "storeNames": [
            "sample string 1",
            "sample string 2"
          ],
          "campaignPlus": [
            {
              "$ref": "66"
            },
            {
              "$ref": "66"
            }
          ],
          "campaignPools": [
            {
              "$id": "69",
              "id": 1,
              "campaignID": 2,
              "campaignName": "sample string 3",
              "plu": 4,
              "pluG_UID": "/9yvzv3dEEGdxGHPrZ+R2A==",
              "pluGuid": "ceafdcff-ddfd-4110-9dc4-61cfad9f91d8",
              "hostOfferID": 1,
              "priceGroupG_UID": "D2Y6g6eNC0SJLqog65G9lA==",
              "priceGroupGuid": "833a660f-8da7-440b-892e-aa20eb91bd94",
              "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": "2026-04-03T06:19:45.3157904",
              "rrp": 17,
              "campaignDescription": "sample string 18",
              "product": {
                "$ref": "2"
              },
              "campaign": {
                "$ref": "68"
              }
            },
            {
              "$ref": "69"
            }
          ],
          "sellingRules": [
            {
              "$id": "70",
              "id": 1,
              "identifier": "J6fl8/kF2UeYaXqT+ozXSA==",
              "identifierStr": "J6fl8/kF2UeYaXqT+ozXSA==",
              "identifierGuid": "f3e5a727-05f9-47d9-9869-7a93fa8cd748",
              "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": "68"
              }
            },
            {
              "$ref": "70"
            }
          ],
          "customers": [
            {
              "$id": "71",
              "id": 1,
              "campaignID": 2,
              "campaignName": "sample string 3",
              "customerID": "+ycv8X5/WkCtS/pDYiEYSg==",
              "customerIDGuid": "f12f27fb-7f7e-405a-ad4b-fa436221184a",
              "campaign": {
                "$ref": "68"
              },
              "customer": {
                "$id": "72",
                "identifier": "MzoKhrpDUkSbCCO6dm35mg==",
                "identifierGuid": "860a3a33-43ba-4452-9b08-23ba766df99a",
                "code": "sample string 2",
                "familyName": "sample string 3",
                "givenName": "sample string 4",
                "otherName": "sample string 5",
                "title": "sample string 6",
                "dateOfBirth": "2026-04-03T06:19:45.3157904",
                "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": "qH6WSBdFlkOdsR5mTXy6NQ==",
                "communityIdentifierGuid": "48967ea8-4517-4396-9db1-1e664d7cba35",
                "joined": "2026-04-03T06:19:45.3157904",
                "updated": "2026-04-03T06:19:45.3157904",
                "active": true,
                "reasonInactive": 1,
                "groupCustomer": true,
                "loyaltyPoints": 1,
                "homeStoreID": 1,
                "availableSpend": 1,
                "priceLevelIdentifier": "7JYVxgGgQ0G/o/N0mSheUA==",
                "priceLevelIdentifierGuid": "c61596ec-a001-4143-bfa3-f37499285e50",
                "marketingID": "sample string 18",
                "receiptPrintOptions": 1,
                "hidden": true,
                "registered": true,
                "registeredOn": "2026-04-03T06:19:45.3157904",
                "emailMarketing": true,
                "smsMarketing": true,
                "deleted": true,
                "deletedUser": "sample string 24",
                "homeStoreName": "sample string 25",
                "customerCards": [
                  {
                    "$id": "73",
                    "cardType": 2,
                    "issueDate": "2026-04-03T06:19:45.3157904",
                    "expiry": "2026-04-03T06:19:45.3157904",
                    "customerID": "nIkkg21OjEemV0W7uDv4eA==",
                    "customerIDGuid": "8324899c-4e6d-478c-a657-45bbb83bf878",
                    "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": "2026-04-03T06:19:45.3157904",
                    "linkedAccount": "jRkai4GLTEiHkA0bYcU6RA==",
                    "linkedAccountGuid": "8b1a198d-8b81-484c-8790-0d1b61c53a44",
                    "currentValueChanged": true,
                    "limitsChanged": true,
                    "customer": {
                      "$ref": "72"
                    },
                    "account": {
                      "$id": "74",
                      "id": 1,
                      "identifier": "D40bnFaf6Uit9ULkab8X/w==",
                      "identifierGuid": "9c1b8d0f-9f56-48e9-adf5-42e469bf17ff",
                      "referenceNo": "sample string 3",
                      "name": "sample string 4",
                      "created": "2026-04-03T06:19:45.3157904",
                      "owner": "5qgp418/NE6v9gwTVqM2vg==",
                      "ownerGuid": "e329a8e6-3f5f-4e34-aff6-0c1356a336be",
                      "accountStoreGroupIdentifier": "LjsyW/v2bUmtotj9V13cfQ==",
                      "accountStoreGroupGuid": "5b323b2e-f6fb-496d-ada2-d8fd575ddc7d",
                      "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": "2026-04-03T06:19:45.3157904",
                      "active": true,
                      "updated": "2026-04-03T06:19:45.3157904",
                      "deleted": true,
                      "deletedUser": "sample string 16",
                      "currentBalanceChanged": true,
                      "maximumLimitChanged": true,
                      "loyaltyPointsChanged": true,
                      "projectedBalance": 17,
                      "accountStoreGroupStoreIDs": [
                        1,
                        2
                      ],
                      "customerEmail": "sample string 18",
                      "ownerCustomer": {
                        "$ref": "72"
                      },
                      "card": {
                        "$ref": "73"
                      },
                      "members": {
                        "$id": "75",
                        "sample string 1": [
                          {
                            "$ref": "72"
                          },
                          {
                            "$ref": "72"
                          }
                        ],
                        "sample string 2": [
                          {
                            "$ref": "72"
                          },
                          {
                            "$ref": "72"
                          }
                        ]
                      },
                      "customerGroups": [
                        {
                          "$id": "76",
                          "identifier": "PtbHubRq+EaPv64gI4fJUA==",
                          "identifierGuid": "b9c7d63e-6ab4-46f8-8fbf-ae202387c950",
                          "name": "sample string 2",
                          "primaryContact": "u4P/skGZt0qMYpvJm6SqiA==",
                          "primaryContactGuid": "b2ff83bb-9941-4ab7-8c62-9bc99ba4aa88",
                          "accountID": "kITcsv2in0CuI3JLV2qYBg==",
                          "accountIDGuid": "b2dc8490-a2fd-409f-ae23-724b576a9806",
                          "special": true,
                          "updated": "2026-04-03T06:19:45.3157904",
                          "active": true,
                          "reasonInactive": 1,
                          "priceLevelIdentifier": "vZFs2dxbo0um440qFX0onQ==",
                          "priceLevelIdentifierGuid": "d96c91bd-5bdc-4ba3-a6e3-8d2a157d289d",
                          "marketingListID": "sample string 7",
                          "deleted": true,
                          "account": {
                            "$ref": "74"
                          },
                          "primaryContactCustomer": {
                            "$ref": "72"
                          },
                          "customerGroupMembers": [
                            {
                              "$id": "77",
                              "id": 1,
                              "groupID": "ZamGLKXJJEa2tiGVP9194g==",
                              "groupIDGuid": "2c86a965-c9a5-4624-b6b6-21953fdd7de2",
                              "customerID": "PFtJO2Qfp0C/dlWyAjxFkQ==",
                              "customerIDGuid": "3b495b3c-1f64-40a7-bf76-55b2023c4591",
                              "card": "sample string 4",
                              "linkedAccount": "Ax0yz4wOv0igvDrBG7BR/Q==",
                              "linkedAccountGuid": "cf321d03-0e8c-48bf-a0bc-3ac11bb051fd",
                              "customer": {
                                "$ref": "72"
                              },
                              "group": {
                                "$ref": "76"
                              },
                              "customerCard": {
                                "$ref": "73"
                              }
                            },
                            {
                              "$ref": "77"
                            }
                          ]
                        },
                        {
                          "$ref": "76"
                        }
                      ]
                    },
                    "payments": [
                      {
                        "$id": "78",
                        "id": 1,
                        "identifier": "lKEle2tm20WMKe+oDjlUqw==",
                        "identifierGuid": "7b25a194-666b-45db-8c29-efa80e3954ab",
                        "storeID": 2,
                        "operatorName": "sample string 3",
                        "saleHeaderID": 4,
                        "paymentType": 5,
                        "amount": 6,
                        "account": "sample string 7",
                        "accountID": "fM2PphDbf0KLRmUfruTa1Q==",
                        "accountIDGuid": "a68fcd7c-db10-427f-8b46-651faee4dad5",
                        "customerAccount": {
                          "$ref": "74"
                        },
                        "customerCard": {
                          "$ref": "73"
                        },
                        "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": "2026-04-03T06:19:45.3157904",
                        "invRocNo": "sample string 14",
                        "responseCode": "sample string 15",
                        "cashout": 1,
                        "tip": 16,
                        "idempotentVoid": "xq0EzCo+sUesfZuH7eZERg==",
                        "idempotentVoidGuid": "cc04adc6-3e2a-47b1-ac7d-9b87ede64446",
                        "offline": true,
                        "processed": 1,
                        "storeSaleHeader": {
                          "$id": "79",
                          "saleHeaderID": 1,
                          "saleHeaderGuid": "SVpQYzOzBEmEqsZFJQ+0yg==",
                          "saleHeaderIdentifierGuid": "63505a49-b333-4904-84aa-c645250fb4ca",
                          "created": "2026-04-03T06:19:45.3157904",
                          "createdLocal": "2026-04-03T06:19:45.3157904",
                          "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": "2026-04-03T06:19:45.3157904",
                          "storeID": 1,
                          "operatorG_Uid": "v8u9kHhBIk6wpXI6uPJIAA==",
                          "operatorGuid": "90bdcbbf-4178-4e22-b0a5-723ab8f24800",
                          "customerG_Uid": "PWMiCu4UyES09XpV5oPCtQ==",
                          "customerGuid": "0a22633d-14ee-44c8-b4f5-7a55e683c2b5",
                          "communityIdentifier": "pBP3xWVQE0O2t+od/S5/Mw==",
                          "communityIdentifierGuid": "c5f713a4-5065-4313-b6b7-ea1dfd2e7f33",
                          "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": "KJBuvv8u5kWJD5tOsacg3A==",
                          "priceLevelIdentifierGuid": "be6e9028-2eff-45e6-890f-9b4eb1a720dc",
                          "locked": 36,
                          "orderMetadata": "{\"CustomerName\":\"sample string 1\",\"PickupAt\":\"2026-04-03T06:19:45.3157904+00:00\",\"DeliveryAddress1\":\"sample string 2\",\"DeliveryAddress2\":\"sample string 3\",\"CustomerPhoneNumber\":\"sample string 4\",\"OrderType\":0,\"ExternalOrderID\":\"sample string 5\",\"ExternalDisplayableOrderID\":\"sample string 6\",\"TableName\":\"sample string 7\",\"CreatedBy\":0,\"OrderingAppName\":\"sample string 8\"}",
                          "deserialisedOrderMetadata": {
                            "$id": "80",
                            "customerName": "sample string 1",
                            "pickupAt": "2026-04-03T06:19:45.3157904",
                            "deliveryAddress1": "sample string 2",
                            "deliveryAddress2": "sample string 3",
                            "customerPhoneNumber": "sample string 4",
                            "orderType": 0,
                            "externalOrderID": "sample string 5",
                            "externalDisplayableOrderID": "sample string 6",
                            "tableName": "sample string 7",
                            "createdBy": 0,
                            "orderingAppName": "sample string 8"
                          },
                          "relationChecksum": "sample string 38",
                          "loyaltyTender": 1,
                          "giftCardTender": 1,
                          "operator": {
                            "$ref": "39"
                          },
                          "customer": {
                            "$ref": "72"
                          },
                          "communityOrganisation": {
                            "$id": "81",
                            "id": 1,
                            "identifier": "56187LGO+kiAZ5AcLmN8BQ==",
                            "identifierGuid": "ec7cade7-8eb1-48fa-8067-901c2e637c05",
                            "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",
                            "abn": "sample string 15",
                            "promoPeriodStart": "2026-04-03T06:19:45.3157904",
                            "promoPeriodEnd": "2026-04-03T06:19:45.3157904",
                            "allowDonations": true,
                            "logoImageName": "sample string 17",
                            "totalAmountAwarded": 18.1,
                            "updated": "2026-04-03T06:19:45.3157904",
                            "deleted": true
                          },
                          "details": [
                            {
                              "$id": "82",
                              "saleItemID": 1,
                              "identifier": "u0FJks9V+0WCpsdfMEO72A==",
                              "identifierGuid": "924941bb-55cf-45fb-82a6-c75f3043bbd8",
                              "saleHeaderID": 2,
                              "plu": 1,
                              "pluG_UId": "FjoVa7ADzEWLqMrSQB8LKA==",
                              "pluGuid": "6b153a16-03b0-45cc-8ba8-cad2401f0b28",
                              "accountID": "WuVYLKUjLU2gOG/f/68bhg==",
                              "accountIDGuid": "2c58e55a-23a5-4d2d-a038-6fdfffaf1b86",
                              "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": "2026-04-03T06:19:45.3157904",
                              "bestOrExpireType": 1,
                              "providerName": "sample string 11",
                              "refundG_UID": "Mfv2c5PqCUiZdt/STfxsMg==",
                              "refundGuid": "73f6fb31-ea93-4809-9976-dfd24dfc6c32",
                              "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": "QvNORbvUNUaRqrLAfrThJg==",
                              "idempotentVoidGuid": "454ef342-d4bb-4635-91aa-b2c07eb4e126",
                              "priceLevelIdentifier": "h+p16F9F5kqyOTncOxFoiA==",
                              "priceLevelIdentifierGuid": "e875ea87-455f-4ae6-b239-39dc3b116888",
                              "communityIdentifier": "FdTzid5KrkS9ynV8rExHBA==",
                              "communityIdentifierGuid": "89f3d415-4ade-44ae-bdca-757cac4c4704",
                              "productName": "sample string 23",
                              "apn": "sample string 24",
                              "unknownScans": [
                                {
                                  "$id": "83",
                                  "id": 1,
                                  "saleDetailID": 2,
                                  "storeID": 1,
                                  "scanned": "2026-04-03T06:19:45.3157904",
                                  "operatorG_UID": "QEA=",
                                  "barcode": "sample string 4",
                                  "processed": 1
                                },
                                {
                                  "$ref": "83"
                                }
                              ],
                              "refund": {
                                "$id": "84",
                                "id": 1,
                                "g_UID": "2O5rdS4WNUaq3rd2pGyGDQ==",
                                "guid": "756beed8-162e-4635-aade-b776a46c860d",
                                "description": "sample string 1",
                                "dumped": true,
                                "inventoryReasonID": 1,
                                "sortOrder": 1,
                                "updated": "2026-04-03T06:19:45.3157904"
                              },
                              "modifier": {
                                "$id": "85",
                                "id": 1,
                                "setG_UID": "3Q6C69ka0EysgcEAHuelHQ==",
                                "modifierSetGuid": "eb820edd-1ad9-4cd0-ac81-c1001ee7a51d",
                                "name": "sample string 2",
                                "price": 1,
                                "quantity": 1,
                                "modifierType": 1,
                                "groupNumber": 1,
                                "pageNumber": 1,
                                "controlOrder": 1,
                                "printToStation": true,
                                "pluG_UID": "dNXdNA6lVEaNdY37r8nrMw==",
                                "pluGuid": "34ddd574-a50e-4654-8d75-8dfbafc9eb33",
                                "deleted": true,
                                "g_UID": "2df3so/1F0Cz8TIO6HBLIQ==",
                                "guid": "b2f7d7d9-f58f-4017-b3f1-320ee8704b21",
                                "product": {
                                  "$ref": "2"
                                }
                              },
                              "priceLevelName": "sample string 25",
                              "pumpNumber": 1,
                              "hoseNumber": 1
                            },
                            {
                              "$ref": "82"
                            }
                          ],
                          "eftReceipts": [
                            {
                              "$id": "86",
                              "id": 1,
                              "storeID": 1,
                              "saleHeaderID": 2,
                              "storeSaleHeader": {
                                "$ref": "79"
                              },
                              "receipt": "sample string 3",
                              "processed": 1
                            },
                            {
                              "$ref": "86"
                            }
                          ],
                          "payments": [
                            {
                              "$ref": "78"
                            },
                            {
                              "$ref": "78"
                            }
                          ],
                          "cards": [
                            {
                              "$id": "87",
                              "id": 1,
                              "saleHeaderID": 1,
                              "identifier": "sample string 2",
                              "cardType": 3,
                              "providerName": "sample string 4"
                            },
                            {
                              "$ref": "87"
                            }
                          ],
                          "campaignHits": [
                            {
                              "$id": "88",
                              "id": 1,
                              "saleHeaderID": 2,
                              "campaign": "sample string 3",
                              "name": "sample string 4",
                              "processed": 1,
                              "campaignDescription": "sample string 5"
                            },
                            {
                              "$ref": "88"
                            }
                          ],
                          "fuel": [
                            {
                              "$id": "89",
                              "id": 1,
                              "plu": 1,
                              "pluG_UID": "VKhKzXwQwEWY2TNQK2dxMQ==",
                              "pluGuid": "cd4aa854-107c-45c0-98d9-33502b677131",
                              "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": "2026-04-03T06:19:45.3157904",
                              "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": "2026-04-03T06:19:45.3157904",
                              "tagNumber": "sample string 15",
                              "trackTwoRem": "sample string 16",
                              "transCode": 1,
                              "transType": 1,
                              "unitPrice": 1.0,
                              "vehicleReg": "sample string 17",
                              "offline": true,
                              "processed": 1
                            },
                            {
                              "$ref": "89"
                            }
                          ],
                          "fuelResells": [
                            {
                              "$id": "90",
                              "saleItemID": 1,
                              "saleHeaderID": 2,
                              "plu": 1,
                              "pluG_UId": "7eOIqRlbgkOswrUWol5m4A==",
                              "pluGuid": "a988e3ed-5b19-4382-acc2-b516a25e66e0",
                              "accountID": "y73stM/z6UmVALtHFET8eQ==",
                              "accountIDGuid": "b4ecbdcb-f3cf-49e9-9500-bb471444fc79",
                              "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": "2026-04-03T06:19:45.3157904",
                              "bestOrExpireType": 1,
                              "refundG_UID": "C5MPaVQ+ZUGH9tf1rMs2Cg==",
                              "refundGuid": "690f930b-3e54-4165-87f6-d7f5accb360a",
                              "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": "90"
                            }
                          ],
                          "customerOrder": [
                            {
                              "$id": "91",
                              "identifier": "XQGYZ3mGhUCKw/LFjV2pGg==",
                              "identifierGuid": "6798015d-8679-4085-8ac3-f2c58d5da91a",
                              "id": 1,
                              "orderNo": 2,
                              "externalSaleIdentifier": "sample string 3",
                              "storeID": 4,
                              "zoneID": 5,
                              "deptNo": 6,
                              "customerIdentifier": "cX/4YDRJcUutviz+knWK5w==",
                              "customerIdentifierGuid": "60f87f71-4934-4b71-adbe-2cfe92758ae7",
                              "operatorNo": 1,
                              "operatorG_UID": "mCfIu8PaZkG3ynlhUuzDkA==",
                              "operatorGuid": "bbc82798-dac3-4166-b7ca-796152ecc390",
                              "created": "2026-04-03T06:19:45.3157904",
                              "ordered": "2026-04-03T06:19:45.3157904",
                              "started": "2026-04-03T06:19:45.3157904",
                              "completed": "2026-04-03T06:19:45.3157904",
                              "supplied": "2026-04-03T06:19:45.3157904",
                              "quickTicket": 1,
                              "deleted": true,
                              "walkAway": true,
                              "approxWait": 1,
                              "actualWait": 1,
                              "deliveryMethod": 8,
                              "externalSaleType": 9,
                              "customer": {
                                "$ref": "72"
                              },
                              "operator": {
                                "$ref": "39"
                              },
                              "details": [
                                {
                                  "$id": "92",
                                  "headerID": 1,
                                  "plu": 1,
                                  "pluG_UId": "xTXp+OQcckOyGG8eg2gqhg==",
                                  "pluGuid": "f8e935c5-1ce4-4372-b218-6f1e83682a86",
                                  "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": "kWAhDJtX9EGC1Zdaw0kKnw==",
                                  "headerIdentifierGuid": "0c216091-579b-41f4-82d5-975ac3490a9f",
                                  "product": {
                                    "$ref": "2"
                                  }
                                },
                                {
                                  "$ref": "92"
                                }
                              ],
                              "storeName": "sample string 11",
                              "customerName": "sample string 12",
                              "storeReplyTo": "sample string 13",
                              "storeSubjectLine": "sample string 14",
                              "storeSaleHeader": {
                                "$ref": "79"
                              }
                            },
                            {
                              "$ref": "91"
                            }
                          ],
                          "surveyResponses": [
                            {
                              "$id": "93",
                              "surveyG_UID": "m46BTVQ8T0eBWr4lPap46A==",
                              "surveyGuid": "4d818e9b-3c54-474f-815a-be253daa78e8",
                              "saleHeaderGuid": "dHIVwwHOMUG2/yDQTfpPtw==",
                              "saleGuid": "c3157274-ce01-4131-b6ff-20d04dfa4fb7",
                              "textResponse": "sample string 1",
                              "integerResponse": 1,
                              "g_UIDResponse": "3ZjW45HHWkSwZct6Z2I6Yw==",
                              "guidResponse": "e3d698dd-c791-445a-b065-cb7a67623a63",
                              "whoAnswered": 2,
                              "answeredAtUTC": "2026-04-03T06:19:45.3157904",
                              "sale": {
                                "$ref": "79"
                              },
                              "survey": {
                                "$id": "94",
                                "g_UID": "+maFREfK40OsvEz/0QVOPA==",
                                "guid": "448566fa-ca47-43e3-acbc-4cffd1054e3c",
                                "name": "sample string 1",
                                "storeID": 2,
                                "zoneID": 1,
                                "checkoutFormG_UID": "NBbzC1Gq2EmminYEoXiNoA==",
                                "checkoutFormGuid": "0bf31634-aa51-49d8-a68a-7604a1788da0",
                                "displayToWho": 3,
                                "displayWhen": 4,
                                "start": "2026-04-03T06:19:45.3157904",
                                "end": "2026-04-03T06:19:45.3157904",
                                "deleted": true,
                                "updated": "2026-04-03T06:19:45.3157904",
                                "possibleIntegerResponses": [
                                  1,
                                  2
                                ],
                                "possibleTextResponses": [
                                  "sample string 1",
                                  "sample string 2"
                                ],
                                "possibleGuidResponses": [
                                  "af6f1e0b-8f3f-40e1-b841-9710f4592ff5",
                                  "6ac98700-27a0-4a66-aec0-209d7d412ddf"
                                ],
                                "allowsAllTextResponses": true,
                                "surveyForm": {
                                  "$ref": "47"
                                }
                              },
                              "ingressId": "sample string 4"
                            },
                            {
                              "$ref": "93"
                            }
                          ],
                          "storeName": "sample string 39",
                          "terminalNumber": 40,
                          "machineName": "sample string 41",
                          "operatorName": "sample string 42",
                          "direction": 1,
                          "reason": "sample string 43",
                          "accountG_UID": "o+Hrvnz/JE+V6d3LsSPkTw==",
                          "accountIdentifier": "beebe1a3-ff7c-4f24-95e9-ddcbb123e44f",
                          "accountName": "sample string 44",
                          "customerOrderIdentifier": "AkGWOAfepkePUeyzU3kjbw==",
                          "customerOrderIdentifierGuid": "38964102-de07-47a6-8f51-ecb35379236f",
                          "priceLevelName": "sample string 45",
                          "revision": 46,
                          "ingressId": "sample string 47"
                        },
                        "metadata": {
                          "$id": "95",
                          "id": 1,
                          "paymentID": 2,
                          "paymentIdentifier": "BlTcFKIXqk6kG97rq6WpGA==",
                          "paymentIdentifierGuid": "14dc5406-17a2-4eaa-a41b-deebaba5a918",
                          "identifier": "e0GR/Xn//k2wNdWyk/bZxg==",
                          "identifierGuid": "fd91417b-ff79-4dfe-b035-d5b293f6d9c6",
                          "metadata": "sample string 3",
                          "signatureImage": "QEA=",
                          "itemIdentifier": "44++UvdlIEereRPh9rqJCQ==",
                          "itemIdentifierGuid": "52be8fe3-65f7-4720-ab79-13e1f6ba8909"
                        }
                      },
                      {
                        "$ref": "78"
                      }
                    ]
                  },
                  {
                    "$ref": "73"
                  }
                ],
                "customerGroupMembers": [
                  {
                    "$ref": "77"
                  },
                  {
                    "$ref": "77"
                  }
                ],
                "customerGroups": [
                  {
                    "$ref": "76"
                  },
                  {
                    "$ref": "76"
                  }
                ],
                "accounts": [
                  {
                    "$ref": "74"
                  },
                  {
                    "$ref": "74"
                  }
                ],
                "account": {
                  "$ref": "74"
                },
                "vouchers": [
                  {
                    "$id": "96",
                    "customerIdentifier": "5A8urLyK2Eeoyd1avEbZSw==",
                    "customerIdentifierGuid": "ac2e0fe4-8abc-47d8-a8c9-dd5abc46d94b",
                    "voucherName": "sample string 2",
                    "count": 3,
                    "storeID": 4,
                    "barcode": "sample string 5",
                    "redeemCount": 6,
                    "issueCount": 7,
                    "storeSalePaymentID": 1,
                    "idempotentID": "CSpegXv+FkO471okx206Ug==",
                    "idempotentGuid": "815e2a09-fe7b-4316-b8ef-5a24c76d3a52",
                    "offline": true,
                    "voucher": {
                      "$id": "97",
                      "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": "2026-04-03T06:19:45.3157904",
                      "barcodeTemplate": {
                        "$id": "98",
                        "templateID": 1,
                        "template": "sample string 1",
                        "bcFunction": "sample string 2",
                        "sortOrder": 3
                      },
                      "scaleLabel": {
                        "$id": "99",
                        "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": "2026-04-03T06:19:45.3157904",
                        "labelPageLayout": "BIP08B4dqEGafr3q9Tqzmw==",
                        "pageLayoutGuid": "f0f48304-1d1e-41a8-9a7e-bdeaf53ab39b",
                        "labelType": 6,
                        "oldName": "sample string 7",
                        "voucher": {
                          "$ref": "97"
                        },
                        "elements": [
                          {
                            "$id": "100",
                            "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": "2026-04-03T06:19:45.3157904"
                          },
                          {
                            "$ref": "100"
                          }
                        ]
                      },
                      "customerVouchers": [
                        {
                          "$id": "101",
                          "id": 1,
                          "customerIdentifier": "VRL1uBeY8k2K5h+9rSm6Qg==",
                          "customerIdentifierGuid": "b8f51255-9817-4df2-8ae6-1fbdad29ba42",
                          "voucherID": 3,
                          "voucherName": "sample string 4",
                          "storeID": 1,
                          "barcode": "sample string 5",
                          "dateOfIssue": "2026-04-03T06:19:45.3157904",
                          "issuedSaleHeaderID": 1,
                          "issuedSaleIdentifier": "sample string 7",
                          "issuedOfflinePaymentID": 1,
                          "issuedIdempotentID": "5SXoHEXm00C6dpHOwL6MmQ==",
                          "issuedIdempotentGuid": "1ce825e5-e645-40d3-ba76-91cec0be8c99",
                          "issuedOffline": true,
                          "issuedUser": "sample string 9",
                          "issuedNotes": "sample string 10",
                          "expiryDate": "2026-04-03T06:19:45.3157904",
                          "expiredUser": "sample string 11",
                          "expiredNotes": "sample string 12",
                          "redeemed": "2026-04-03T06:19:45.3157904",
                          "redeemedSaleHeaderID": 1,
                          "redeemedSaleIdentifier": "sample string 13",
                          "redeemedOfflinePaymentID": 1,
                          "redeemedIdempotentID": "pqcXsG3FL0ayf2jPusAYtg==",
                          "redeemedIdempotentGuid": "b017a7a6-c56d-462f-b27f-68cfbac018b6",
                          "redeemedUser": "sample string 14",
                          "redeemedNotes": "sample string 15",
                          "redeemedOffline": true,
                          "updated": "2026-04-03T06:19:45.3157904",
                          "storeName": "sample string 17",
                          "scaleLabel": {
                            "$ref": "99"
                          },
                          "voucher": {
                            "$ref": "97"
                          },
                          "customer": {
                            "$ref": "72"
                          },
                          "issuedOfflinePayment": {
                            "$ref": "78"
                          },
                          "redeemedOfflinePayment": {
                            "$ref": "78"
                          }
                        },
                        {
                          "$ref": "101"
                        }
                      ]
                    },
                    "customer": {
                      "$ref": "72"
                    }
                  },
                  {
                    "$ref": "96"
                  }
                ]
              }
            },
            {
              "$ref": "71"
            }
          ],
          "customerGroups": [
            {
              "$id": "102",
              "id": 1,
              "campaignID": 2,
              "campaignName": "sample string 3",
              "groupID": "T4YTD5ZTREOmlJk4t0J6vQ==",
              "groupIDGuid": "0f13864f-5396-4344-a694-9938b7427abd",
              "campaign": {
                "$ref": "68"
              },
              "group": {
                "$ref": "76"
              }
            },
            {
              "$ref": "102"
            }
          ],
          "signIqTickets": [
            {
              "$id": "103",
              "identifier": "RoE2W+0ovkeD0BNSNn/fpg==",
              "identifierGuid": "5b368146-28ed-47be-83d0-1352367fdfa6",
              "campaignName": "sample string 2",
              "message": "sample string 3",
              "ticketFileSource": "sample string 4",
              "ticketFileDestination": "sample string 5",
              "storeID": 1
            },
            {
              "$ref": "103"
            }
          ],
          "comboPriceGroups": [
            {
              "$id": "104",
              "id": 1,
              "campaignID": 2,
              "campaignName": "sample string 3",
              "g_UID": "M+1aKj+iD0CsDT2HxX4lOw==",
              "guid": "2a5aed33-a23f-400f-ac0d-3d87c57e253b",
              "description": "sample string 5",
              "newPrice": 1,
              "rangeDescription": "sample string 6",
              "dealDescription": "sample string 7",
              "labelQuantity": 8,
              "hostProductCategoryID": 1,
              "offerID": 1,
              "dontUpdatePricePlus": true,
              "campaign": {
                "$ref": "68"
              },
              "comboPricePlus": [
                {
                  "$id": "105",
                  "id": 1,
                  "campaignID": 2,
                  "campaignName": "sample string 3",
                  "groupG_UID": "fqlR6rd9WU+ybUvkVLCdtw==",
                  "groupGuid": "ea51a97e-7db7-4f59-b26d-4be454b09db7",
                  "comboPriceType": 5,
                  "priceType": 5,
                  "pluG_UID": "fAUGRFvgzUWtTUfrgPRgCw==",
                  "pluGuid": "4406057c-e05b-45cd-ad4d-47eb80f4600b",
                  "priceGroupG_UID": "LECSZ9uKWkOAPazOpijEWw==",
                  "priceGroupGuid": "6792402c-8adb-435a-803d-accea628c45b",
                  "campaignPoolID": "sample string 7",
                  "quantity": 1,
                  "campaign": {
                    "$ref": "68"
                  },
                  "product": {
                    "$ref": "2"
                  },
                  "priceGroup": {
                    "$ref": "32"
                  },
                  "campaignPool": {
                    "$ref": "68"
                  }
                },
                {
                  "$ref": "105"
                }
              ]
            },
            {
              "$ref": "104"
            }
          ],
          "priceLevels": [
            {
              "$id": "106",
              "id": 1,
              "priceLevelIdentifier": "E6rUj6Kk90ybij85cdwNww==",
              "priceLevelIdentifierGuid": "8fd4aa13-a4a2-4cf7-9b8a-3f3971dc0dc3",
              "campaignName": "sample string 3",
              "priceLevelName": "sample string 4"
            },
            {
              "$ref": "106"
            }
          ],
          "promotionType": {
            "$id": "107",
            "identifier": "bN7KENdLzU2+4JfKcBUUPw==",
            "identifierGuid": "10cade6c-4bd7-4dcd-bee0-97ca7015143f",
            "hostType": 2,
            "code": "sample string 3",
            "description": "sample string 4",
            "isLiquor": true,
            "isAdvertised": true,
            "disableWasSave": true,
            "excludeFromPromoSales": true,
            "labelPageLayoutG_UID": "nLjo46j0iUK1TDCOrFsQCg==",
            "labelPageLayoutGuid": "e3e8b89c-f4a8-4289-b54c-308eac5b100a",
            "priceLevelIdentifier": "bvMlK/Fer0SwHZvFE79fkw==",
            "priceLevelIdentifierGuid": "2b25f36e-5ef1-44af-b01d-9bc513bf5f93",
            "active": true,
            "updated": "2026-04-03T06:19:45.3157904",
            "hostName": "sample string 11"
          }
        },
        "product": {
          "$ref": "2"
        },
        "dealCost": {
          "$id": "108",
          "headerIdentifier": "tSzgl+yBjEKoY+Z8bg/DBw==",
          "headerIdentifierGuid": "97e02cb5-81ec-428c-a863-e67c6e0fc307",
          "identifier": "Ii2tULu/Aki9+mM3UXqiKQ==",
          "identifierGuid": "50ad2d22-bfbb-4802-bdfa-6337517aa229",
          "supplierIdentifier": "FrbKzY9yNkazrtKhlHYOnQ==",
          "supplierGuid": "cdcab616-728f-4636-b3ae-d2a194760e9d",
          "pluG_UID": "PaR0lu9w6kCm2nN6F6mlKw==",
          "pluGuid": "9674a43d-70ef-40ea-a6da-737a17a9a52b",
          "campaignName": "2911067c-7d96-4333-9765-571352f92688",
          "description": "sample string 4",
          "cost": 5,
          "costDecimals": 6,
          "start": "2026-04-03T06:19:45.3157904",
          "end": "2026-04-03T06:19:45.3157904",
          "type": 9,
          "promoType": 10,
          "bonusItemPLUG_UID": "pi2Ym8VvVEeniedg+GY4NQ==",
          "bonusItemPluGuid": "9b982da6-6fc5-4754-a789-e760f8663835",
          "bonusPurchaseUnits": 11,
          "bonusReceiveUnits": 12,
          "updated": "2026-04-03T06:19:45.3157904",
          "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": "2026-04-03T06:19:45.3157904",
          "campaignEndDate": "2026-04-03T06:19:45.3157904",
          "masterPLUG_UID": "gscYi+mxuUuli6xLX0RLIw==",
          "masterID": "8b18c782-b1e9-4bb9-a58b-ac4b5f444b23",
          "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": "3W1A8hnHD0K9YNbOZBiDtA==",
          "bonusMasterID": "f2406ddd-c719-420f-bd60-d6ce641883b4",
          "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": "2026-04-03T06:19:45.3157904",
      "dealCosts": [
        {
          "$ref": "108"
        },
        {
          "$ref": "108"
        }
      ],
      "tags": [
        {
          "$id": "109",
          "pluG_UID": "yuxXICFO4Ua3VRb6ADjeaA==",
          "pluGuid": "2057ecca-4e21-46e1-b755-16fa0038de68",
          "tagID": 1,
          "description": "sample string 1",
          "storeIDs": [
            1,
            2
          ]
        },
        {
          "$ref": "109"
        }
      ],
      "alternateProductG_UID": "Ly8RF5ALf0CK8GzEBW5Ggw==",
      "alternateProduct": "17112f2f-0b90-407f-8af0-6cc4056e4683",
      "altProduct": {
        "$ref": "2"
      },
      "productHostCode": {
        "$id": "110",
        "id": 1,
        "pluG_UID": "iFlY66YgVUCz6aDdIWAJfg==",
        "pluGuid": "eb585988-20a6-4055-b3e9-a0dd2160097e",
        "ibaCode": "sample string 2"
      },
      "mscCat": {
        "$ref": "62"
      },
      "mscCom": {
        "$ref": "63"
      },
      "mscDep": {
        "$ref": "65"
      },
      "mscSubCom": {
        "$ref": "64"
      },
      "isUserUpdate": true,
      "ignoreMasterProduct": true,
      "priceGroupLabelRequested": true,
      "firstSold": "2026-04-03T06:19:45.3157904",
      "inventoryTracked": "2026-04-03T06:19:45.3157904",
      "isNormalPriceChangesCampaign": true,
      "baseProductFuel": {
        "$id": "111",
        "pluG_UID": "mwmEIYqNNEipFZdj8cjuag==",
        "pluGuid": "2184099b-8d8a-4834-a915-9763f1c8ee6a",
        "fuelPluG_UID": "3PQ+K6AICE+pIiUTPyuygw==",
        "fuelPluGuid": "2b3ef4dc-08a0-4f08-a922-25133f2bb283",
        "price": 3,
        "productDescription": "sample string 4",
        "productBarcode": "sample string 5",
        "fuelProductDescription": "sample string 6",
        "fuelProductBarcode": "sample string 7",
        "fuelProductPrice": 8
      },
      "productFuelLinks": [
        {
          "$ref": "111"
        },
        {
          "$ref": "111"
        }
      ]
    },
    "unknownScan": {
      "$id": "112",
      "pluG_UID": "56kE7Bd7uUW5Snq7KXZCzA==",
      "pluGuid": "ec04a9e7-7b17-45b9-b94a-7abb297642cc",
      "orderGuid": "qf2RXkVfD0uLpckGdGm1lQ==",
      "orderIdentifier": "5e91fda9-5f45-4b0f-8ba5-c9067469b595",
      "barcode": "sample string 3",
      "created": "2026-04-03T06:19:45.3157904",
      "assigned": true
    },
    "unknownScanItem": true,
    "substitute": {
      "$ref": "2"
    },
    "warehouseProduct": {
      "$ref": "2"
    },
    "lookup": {
      "$id": "113",
      "pluG_UID": "jTRqlIrKIE6OCVcIq8yIXA==",
      "pluGuid": "946a348d-ca8a-4e20-8e09-5708abcc885c",
      "inventoryGuid": "mC8qIlqlpUSK19bQWUWSww==",
      "inventoryIdentifier": "222a2f98-a55a-44a5-8ad7-d6d0594592c3",
      "averageWeeklySales": 1.0,
      "promotionalAverageWeeklySales": 1.0,
      "inventoryAverageWeeklySales": 1.0,
      "inventoryPromotionalAverageWeeklySales": 1.0,
      "onHand": 1,
      "onHandPacks": 1,
      "onOrder": 1,
      "onOrderPacks": 1,
      "accuracy": 1,
      "lastOrdered": "2026-04-03T06:19:45.3157904",
      "lastOrderQuantity": 1.1,
      "lastReceived": "2026-04-03T06:19:45.3157904",
      "lastReceivedQuantity": 1.1,
      "lastInvoiceStatus": 1
    },
    "productOrderingDetail": {
      "$ref": "11"
    },
    "dealCost": {
      "$ref": "108"
    },
    "nextCost": {
      "$ref": "108"
    },
    "lastChance": true,
    "holdOff": 18,
    "holdOffDate": "2026-04-03T06:19:45.3157904",
    "orderHeader": {
      "$id": "114",
      "orderID": 1,
      "orderGuid": "BkF3O/m30U23FB2Y6cd8Iw==",
      "orderIdentifier": "3b774106-b7f9-4dd1-b714-1d98e9c77c23",
      "backToBack": 1,
      "b2bGuid": "cexU0X3vZkq1A7/xuzse/Q==",
      "b2bIdentifier": "d154ec71-ef7d-4a66-b503-bff1bb3b1efd",
      "status": 2,
      "created": "2026-04-03T06:19:45.3157904",
      "createdLocal": "2026-04-03T06:19:45.3157904",
      "createdByUser": "sample string 3",
      "storeID": 1,
      "transferGuid": "Scs1N2HUx0OAZcpHtoU0gA==",
      "transferIdentifier": "3735cb49-d461-43c7-8065-ca47b6853480",
      "transferInvoiceIdentifier": "H1j+9kcjYU6G1RAdAcpUvg==",
      "transferInvoiceGuid": "f6fe581f-2347-4e61-86d5-101d01ca54be",
      "attachedToInvoice": 4,
      "transferType": 1,
      "supplierIdentifier": "r0HNIrw0WkmVF/41hc6t2A==",
      "supplierIdentifierGuid": "22cd41af-34bc-495a-9517-fe3585ceadd8",
      "description": "sample string 5",
      "rows": 1,
      "cartons": 1,
      "units": 1,
      "sentCount": 1,
      "sent": "2026-04-03T06:19:45.3157904",
      "sentLocal": "2026-04-03T06:19:45.3157904",
      "sentByUser": "sample string 6",
      "lastSentStatus": 1,
      "cancelled": "2026-04-03T06:19:45.3157904",
      "cancelledLocal": "2026-04-03T06:19:45.3157904",
      "cancelledByUser": "sample string 7",
      "shipped": "2026-04-03T06:19:45.3157904",
      "shippedLocal": "2026-04-03T06:19:45.3157904",
      "shippedByUser": "sample string 8",
      "stockReceived": "2026-04-03T06:19:45.3157904",
      "stockReceivedLocal": "2026-04-03T06:19:45.3157904",
      "stockReceivedByUser": "sample string 9",
      "stockReceiveInventorySetting": 10,
      "received": "2026-04-03T06:19:45.3157904",
      "receivedLocal": "2026-04-03T06:19:45.3157904",
      "completed": "2026-04-03T06:19:45.3157904",
      "completedLocal": "2026-04-03T06:19:45.3157904",
      "updated": "2026-04-03T06:19:45.3157904",
      "updatedLocal": "2026-04-03T06:19:45.3157904",
      "dueDate": "2026-04-03T06:19:45.3157904",
      "warehouseNote": "sample string 11",
      "warehouseRef": "sample string 12",
      "pdeSerialNumber": "sample string 13",
      "tradingPartner": 1,
      "orderType": "sample string 1",
      "orderTypeDescription": "sample string 2",
      "stateCode": "sample string 16",
      "mailCarbonCopy": true,
      "mailTo": "sample string 18",
      "mailBcc": "sample string 19",
      "mailReplyTo": "sample string 20",
      "liquor": true,
      "summary": "sample string 22",
      "notes": "sample string 23",
      "supplierNotes": "sample string 24",
      "receiptEmailSent": true,
      "receiptEmailSentId": "sample string 26",
      "receiptEmailSentStatus": "sample string 27",
      "transportCompanyGuid": "x/nk319G5kiBVHpoK1ztsw==",
      "transportCompanyIdentifier": "dfe4f9c7-465f-48e6-8154-7a682b5cedb3",
      "autoOrder": 28,
      "hostIdentifier": "MKJMSyWKK0C9fvNbEELztg==",
      "hostIdentifierGuid": "4b4ca230-8a25-402b-bd7e-f35b1042f3b6",
      "defaultOrderDocumentId": 1,
      "defaultStockReceiveDocumentId": 1,
      "temperature": 1.1,
      "temperatureScale": 29,
      "rating": 30,
      "lastOrderEmailSentId": "sample string 31",
      "lastOrderEmailSentStatus": "sample string 32",
      "deleted": "2026-04-03T06:19:45.3157904",
      "deletedByUser": "sample string 33",
      "autoOrderGuid": "vzSy68DZckSGdVnX34/Geg==",
      "autoOrderIdentifier": "ebb234bf-d9c0-4472-8675-59d7df8fc67a",
      "autoOrderHeader": {
        "$id": "115",
        "autoOrderGuid": "C/FOCXuDikiS9mjGny5VFQ==",
        "autoOrderIdentifier": "094ef10b-837b-488a-92f6-68c69f2e5515",
        "orderGuid": "7VmcjaYULEO+zvAyq5s6Eg==",
        "orderIdentifier": "8d9c59ed-14a6-432c-bece-f032ab9b3a12",
        "created": "2026-04-03T06:19:45.3157904",
        "orderID": 1,
        "storeID": 1,
        "orderDate": "2026-04-03T06:19:45.3157904",
        "supplierIdentifier": "KD5vTmpvYE2RNBz1HspifA==",
        "supplierIdentifierGuid": "4e6f3e28-6f6a-4d60-9134-1cf51eca627c",
        "orderStatus": 1,
        "tradingPartner": 1,
        "simpleAWS": 2,
        "defaultMPL": 3,
        "investmentBuy": true,
        "storeName": "sample string 5",
        "supplierName": "sample string 6",
        "description": "sample string 7",
        "orderType": "sample string 8",
        "mailTo": "sample string 9",
        "mailBcc": "sample string 10",
        "notes": "sample string 11",
        "transportCompanyGuid": "JqKGZg65WECtT0y7Zro2Ow==",
        "transportCompanyIdentifier": "6686a226-b90e-4058-ad4f-4cbb66ba363b",
        "store": {
          "$ref": "3"
        },
        "supplier": {
          "$ref": "8"
        },
        "orderCycle": {
          "$id": "116",
          "id": 1,
          "autoOrderGuid": "WfSu9nVN5k2UxqMsM2fhYw==",
          "autoOrderIdentifier": "f6aef459-4d75-4de6-94c6-a32c3367e163",
          "cutOffDate": "2026-04-03T06:19:45.3157904",
          "deliveryDate": "2026-04-03T06:19:45.3157904",
          "daysBuffer": 3,
          "nextCutOffDate": "2026-04-03T06:19:45.3157904",
          "nextDeliveryDate": "2026-04-03T06:19:45.3157904",
          "nextDaysBuffer": 5
        },
        "details": [
          {
            "$id": "117",
            "autoOrderGuid": "dcpIdZj4ik+vcRYfmAxQug==",
            "autoOrderIdentifier": "7548ca75-f898-4f8a-af71-161f980c50ba",
            "pluG_UID": "ch2m1SdTE0yU8u8kR8QqLg==",
            "pluGuid": "d5a61d72-5327-4c13-94f2-ef2447c42a2e",
            "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": "2026-04-03T06:19:45.3157904",
            "investmentBuyStatus": 2,
            "processed": "2026-04-03T06:19:45.3157904",
            "product": {
              "$ref": "2"
            },
            "orderCode": "sample string 3",
            "directIndicator": "sample string 4",
            "cycle": {
              "$ref": "15"
            },
            "dayWeighting": {
              "$id": "118",
              "sunday": 1.1
            },
            "inventory": {
              "$id": "119",
              "inventoryGuid": "728i/mqXG0yfnZvGhUCLzg==",
              "inventoryIdentifier": "fe226fef-976a-4c1b-9f9d-9bc685408bce",
              "created": "2026-04-03T06:19:45.3157904",
              "createdLocal": "2026-04-03T06:19:45.3157904",
              "onHand": 4,
              "onHandPacks": 5,
              "onOrder": 6,
              "onOrderPacks": 7,
              "accuracy": 8,
              "updated": "2026-04-03T06:19:45.3157904",
              "history": [
                {
                  "$id": "120",
                  "inventoryGuid": "QlK/Z19Z70+6eykrFmpHhQ==",
                  "inventoryIdentifier": "67bf5242-595f-4fef-ba7b-292b166a4785",
                  "pluG_UID": "A5wf374jmEWFKxYPlhQk0g==",
                  "pluIdentifier": "df1f9c03-23be-4598-852b-160f961424d2",
                  "inventoryReason": 3,
                  "inventoryInvoiceGuid": "mNDylYsE6EGWHecVYZF+wQ==",
                  "invoiceIdentifier": "95f2d098-048b-41e8-961d-e71561917ec1",
                  "operatorGuid": "c/zBtVMu10ipx94Dy6Z7YA==",
                  "operatorIdentifier": "b5c1fc73-2e53-48d7-a9c7-de03cba67b60",
                  "stocktakeGuid": "48nY6aC6BUGqZ6VAlI9kYg==",
                  "stocktakeIdentifier": "e9d8c9e3-baa0-4105-aa67-a540948f6462",
                  "orderGuid": "TFd2/tLZ00avhqZMQme/8A==",
                  "orderIdentifier": "fe76574c-d9d2-46d3-af86-a64c4267bff0",
                  "saleHeaderGuid": "vATni1WAyUa50+c8QHE+1A==",
                  "saleHeaderGuidIdentifier": "8be704bc-8055-46c9-b9d3-e73c40713ed4",
                  "dumpStockID": 1,
                  "fuelDeliveryID": 1,
                  "creditNoteIdentifier": "epYvzAVW/0aof/79JZZaqg==",
                  "creditNoteGuid": "cc2f967a-5605-46ff-a87f-fefd25965aaa",
                  "inventorySourceGuid": "QTPSlb4SZU28jTBPU2wtzw==",
                  "inventorySourceIdentifier": "95d23341-12be-4d65-bc8d-304f536c2dcf",
                  "createdLocal": "2026-04-03T06:19:45.3157904",
                  "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": "2026-04-03T06:19:45.3157904",
                  "createdLocalTime": "2026-04-03T06:19:45.3157904",
                  "storeID": 14,
                  "barcode": "sample string 15",
                  "directCode": "sample string 16",
                  "productName": "sample string 17",
                  "salesMode": 18,
                  "orderPacked": 19,
                  "invoice": {
                    "$id": "121",
                    "inventoryInvoiceGuid": "aeQE0fgMmUyrxYLROo5Lwg==",
                    "invoiceIdentifier": "d104e469-0cf8-4c99-abc5-82d13a8e4bc2",
                    "inventoryGuid": "PKvZv+carUi7qFhGl80Tmg==",
                    "inventoryIdentifier": "bfd9ab3c-1ae7-48ad-bba8-584697cd139a",
                    "supplierIdentifier": "IOb2F8tMwEueUpnNDONPLQ==",
                    "supplierGuid": "17f6e620-4ccb-4bc0-9e52-99cd0ce34f2d",
                    "orderGuid": "1p7JJM4RCEiPP1ai4OoIIw==",
                    "orderIdentifier": "24c99ed6-11ce-4808-8f3f-56a2e0ea0823",
                    "invoiceHeaderIdentifier": "XfmNw5EMmUu1+S8mqd+lQg==",
                    "invoiceHeaderGuid": "c38df95d-0c91-4b99-b5f9-2f26a9dfa542",
                    "created": "2026-04-03T06:19:45.3157904",
                    "ordered": "2026-04-03T06:19:45.3157904",
                    "storeID": 1,
                    "bestOrExpire": "2026-04-03T06:19:45.3157904",
                    "bestOrExpireType": 1,
                    "units": 1,
                    "weight": 1,
                    "received": "2026-04-03T06:19:45.3157904",
                    "cost": 1,
                    "totalCost": 1,
                    "freightCost": 1,
                    "inStock": 1,
                    "pluG_UID": "M9ivvUbSDkCqen8AZSgfYw==",
                    "pluGuid": "bdafd833-d246-400e-aa7a-7f0065281f63",
                    "orderInventoryGuid": "NqNsTRc0uEicpPWE/a3CWg==",
                    "orderInventoryIdentifier": "4d6ca336-3417-48b8-9ca4-f584fdadc25a",
                    "supplier": {
                      "$ref": "8"
                    },
                    "inventoryUnits": [
                      {
                        "$id": "122",
                        "invoiceItemNo": 1,
                        "inventoryInvoiceGuid": "uYTOcFxl9UmKQIzl5S4Xew==",
                        "invoiceIdentifier": "70ce84b9-655c-49f5-8a40-8ce5e52e177b",
                        "inventoryGuid": "g131e9diqEuqDnCFBm151g==",
                        "inventoryIdentifier": "7bf55d83-62d7-4ba8-aa0e-7085066d79d6",
                        "serialNumber": "sample string 3",
                        "sold": "2026-04-03T06:19:45.3157904",
                        "saleItemID": 1,
                        "storeID": 1,
                        "returned": "2026-04-03T06:19:45.3157904",
                        "dumped": 1,
                        "saleHeaderID": 1
                      },
                      {
                        "$ref": "122"
                      }
                    ]
                  },
                  "invoiceHeaderIdentifier": "dEfK3cELEEyUQ+ZWnv8TJw==",
                  "invoiceHeaderGuid": "ddca4774-0bc1-4c10-9443-e6569eff1327",
                  "invoiceNumber": "sample string 20",
                  "invoiceCost": 1,
                  "invoiceCostDecimals": 1,
                  "orderNumber": 1,
                  "orderReceivingStoreName": "sample string 21",
                  "orderSendingStoreName": "sample string 22",
                  "creditNoteID": 1,
                  "reason": {
                    "$id": "123",
                    "id": 1,
                    "name": "sample string 1",
                    "allowRF": 2,
                    "dumpStock": 3,
                    "creditRequest": 4,
                    "excludeFromLoss": 5,
                    "reserved": 6,
                    "updated": "2026-04-03T06:19:45.3157904"
                  },
                  "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,
                  "externalId": "sample string 30",
                  "apn": "sample string 31",
                  "deptCode": "sample string 32"
                },
                {
                  "$ref": "120"
                }
              ],
              "products": [
                {
                  "$ref": "2"
                },
                {
                  "$ref": "2"
                }
              ],
              "lastInvoiceCost": 1
            },
            "aws": 5.0,
            "explanations": [
              {
                "$id": "124",
                "pluG_UID": "pEUx+TAqSUK5sMm5LoLTUQ==",
                "pluGuid": "f93145a4-2a30-4249-b9b0-c9b92e82d351",
                "consolidatedSales": {
                  "$id": "125",
                  "1": {
                    "$id": "126",
                    "discountPercentage": 1,
                    "days": 2,
                    "quantity": 3.1,
                    "aws": 3.1,
                    "cartonQuantity": 4.1,
                    "lowQuality": true
                  },
                  "2": {
                    "$ref": "126"
                  }
                },
                "dailyPrices": {
                  "$id": "127",
                  "2026-04-03T06:19:45.3157904": {
                    "$id": "128",
                    "date": "2026-04-03T06:19:45.3157904",
                    "salePrice": 1,
                    "campaign": "sample string 2",
                    "campaignDescription": "sample string 3",
                    "combo": true,
                    "comboPriceGroupG_UID": "hsYZln8X5Eaxd+VSAqbRoA==",
                    "comboPriceGroupGuid": "9619c686-177f-46e4-b177-e55202a6d1a0"
                  }
                },
                "onHandPredictions": [
                  {
                    "$id": "129",
                    "autoOrderGuid": "f4OFsQ4eBUeB72ybAmqgoQ==",
                    "autoOrderIdentifier": "b185837f-1e0e-4705-81ef-6c9b026aa0a1",
                    "pluG_UID": "GjsubPuSBkCxXyWlCbZtJg==",
                    "pluGuid": "6c2e3b1a-92fb-4006-b15f-25a509b66d26",
                    "childPLUG_UID": "l7IV4wyjg0O8SP2xXw2+Ow==",
                    "childPluGuid": "e315b297-a30c-4383-bc48-fdb15f0dbe3b",
                    "date": "2026-04-03T06:19:45.3157904",
                    "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": "129"
                  }
                ],
                "predictions": [
                  {
                    "$ref": "129"
                  },
                  {
                    "$ref": "129"
                  }
                ],
                "product": {
                  "$ref": "2"
                }
              },
              {
                "$ref": "124"
              }
            ],
            "supplierOrderingDetail": {
              "$ref": "11"
            },
            "manufacturerSupplier": "3cb69c35-95d0-4dfb-8bb3-de5ed825f10f",
            "cartonQuantity": 1,
            "sellPrice": 1,
            "cost": 1,
            "costDecimals": 1,
            "bufferDays": 6,
            "boostDays": 7
          },
          {
            "$ref": "117"
          }
        ],
        "boosts": [
          {
            "$id": "130",
            "autoOrderGuid": "RhLOo7YZ80u/Nra5xzNIEg==",
            "autoOrderIdentifier": "a3ce1246-19b6-4bf3-bf36-b6b9c7334812",
            "date": "2026-04-03T06:19:45.3157904",
            "boost": 2
          },
          {
            "$ref": "130"
          }
        ]
      },
      "supplierName": "sample string 34",
      "supplierStoreID": 1,
      "supplierCartonsOnly": true,
      "supplierEnforceMinimumQuantity": true,
      "supplierMinimumOrderValue": 1,
      "storeName": "sample string 37",
      "orderCode": {
        "$id": "131",
        "code": "sample string 1",
        "description": "sample string 2"
      },
      "store": {
        "$ref": "3"
      },
      "supplier": {
        "$ref": "8"
      },
      "totalCostInc": 38.0,
      "totalPickedCostInc": 39.0,
      "totalReceivedCostInc": 40.0,
      "total": {
        "$id": "132",
        "orderGuid": "Uf9AQtw5LEOxeIHet5VrAw==",
        "orderIdentifier": "4240ff51-39dc-432c-b178-81deb7956b03",
        "supplierIdentifier": "uJCTS6ciNkyk6kzcadzZyA==",
        "supplierGuid": "4b9390b8-22a7-4c36-a4ea-4cdc69dcd9c8",
        "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": "112"
        },
        {
          "$ref": "112"
        }
      ],
      "transportCompany": {
        "$id": "133",
        "identifier": "jmslphsUJk264rdpVxi3tg==",
        "identifierGuid": "a6256b8e-141b-4d26-bae2-b7695718b7b6",
        "companyName": "sample string 1",
        "abn": "sample string 2",
        "address1": "sample string 3",
        "address2": "sample string 4",
        "telephone": "sample string 5",
        "primaryContactGuid": "3+29GbDn+02ULgWFAW4KtQ==",
        "primaryContactID": "19bdeddf-e7b0-4dfb-942e-0585016e0ab5",
        "primaryContact": {
          "$ref": "9"
        }
      },
      "isMetcashSorted": true,
      "backupOrderType": "sample string 42",
      "backupOrderTypeDescription": "sample string 43",
      "backupTradingPartner": 1,
      "backupHostIdentifier": "99609b7f-8b14-411d-83b6-434e4b4de2a6"
    },
    "invoiceDetail": {
      "$id": "134",
      "identifier": "uzcYSgfgYUG/yIWz/kAJIg==",
      "identifierGuid": "4a1837bb-e007-4161-bfc8-85b3fe400922",
      "headerIdentifier": "N40PqbdJ6E2yD4vGtTtQZA==",
      "headerIdentifierGuid": "a90f8d37-49b7-4de8-b20f-8bc6b53b5064",
      "pluG_UID": "9ofimCXjrE2XsqfokmV2Tw==",
      "pluGuid": "98e287f6-e325-4dac-97b2-a7e89265764f",
      "pageNo": 1,
      "lineNo": 1,
      "itemOrdered": "sample string 1",
      "itemShipped": "sample string 2",
      "apn": "sample string 3",
      "barcode": "sample string 4",
      "prodStatus": 0,
      "dateAvailable": "2026-04-03T06:19:45.3157904",
      "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": "2026-04-03T06:19:45.3157904",
      "costEnd": "2026-04-03T06:19:45.3157904",
      "createdFromUnknownScan": true,
      "orderGuid": "QziaP4vR0kGX4VgugxghFA==",
      "orderIdentifierGuid": "3f9a3843-d18b-41d2-97e1-582e83182114",
      "processed": true,
      "received": true,
      "inventoried": true,
      "fromElectronicInvoice": true,
      "allowDelete": true,
      "updated": "2026-04-03T06:19:45.3157904",
      "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": "135",
        "pluG_UID": "BnvD3OJ2UEistSEU9f8ORg==",
        "pluGuid": "dcc37b06-76e2-4850-acb5-2114f5ff0e46",
        "invoiceIdentifier": "NjDkWhnp4kC1fPIlR6M4LA==",
        "invoiceGuid": "5ae43036-e919-40e2-b57c-f22547a3382c",
        "barcode": "sample string 3",
        "itemNumber": "sample string 4",
        "created": "2026-04-03T06:19:45.3157904"
      },
      "productActive": true,
      "productSalesMode": 35,
      "productGSTPercent": 36,
      "productCostCalcMethod": 37,
      "productAlwaysApplyMargin": true,
      "productMarginRanged": true,
      "productMargin": 1.1,
      "productMinimumMargin": 1.1,
      "productMaximumMargin": 1.1,
      "priceGroupG_UID": "4FaFyvVDHkusRB4asiyJ/w==",
      "priceGroupGuid": "ca8556e0-43f5-4b1e-ac44-1e1ab22c89ff",
      "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": "117"
    },
    "costGSTPercent": 1,
    "orderDetailReceive": true,
    "isBackedUp": true,
    "backupWarehouseIndicator": "sample string 21",
    "backupOrderCode": "sample string 22"
  },
  {
    "$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.