POST api/invoice/{id}/details

Save a list of invoice details

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

invoice identifier

globally unique identifier

Required

Body Parameters

list of invoice details to save

Collection of InvoiceDetail
NameDescriptionTypeAdditional information
Identifier

Collection of byte

None.

IdentifierGuid

globally unique identifier

None.

HeaderIdentifier

Collection of byte

None.

HeaderIdentifierGuid

globally unique identifier

None.

PLUG_UID

Collection of byte

None.

PluGuid

globally unique identifier

None.

PageNo

integer

None.

LineNo

integer

None.

ItemOrdered

string

None.

ItemShipped

string

None.

Apn

string

None.

Barcode

string

None.

ProdStatus

ProductStatus

None.

DateAvailable

date

None.

Commodity

string

String length: inclusive between 0 and 10

Supplier

string

None.

ItemDesc

string

None.

ItemType

ProductType

None.

InvestmentBuyInd

character

None.

OrderType

string

None.

CartonQty

integer

None.

CartonQuantitySpecified

Whether the host specified the carton qty

boolean

None.

SoldByWeight

boolean

None.

OrderByWeight

boolean

None.

UnitsOrdered

integer

None.

UnitsSupplied

integer

None.

UnitsReceived

integer

None.

WeightOrdered

integer

None.

WeightShipped

integer

None.

WeightReceived

integer

None.

UnitSpecified

Whether host specified unit type, used to improve product matching results

UnitSpecified

None.

WholesalePrice

integer

None.

ExtWholesalePrice

integer

None.

NormalPrice

integer

None.

RetailPrice

integer

None.

PricingUnit

string

None.

ClaimFlag

character

None.

GstRate

integer

None.

GstAmount

integer

None.

ExtGstAmount

integer

None.

DeliWeight

integer

None.

MarginAmount

integer

None.

ExtMarginAmount

integer

None.

CostAmount

integer

None.

OrderedCostAmount

integer

None.

ExtCostAmount

integer

None.

CostIncSpecified

Whether the host specified the costs inclusive of tax

boolean

None.

FreightAmount

integer

None.

FreightGstAmount

integer

None.

ExtFreightAmount

integer

None.

ExtFreightGstAmount

integer

None.

CostDecimals

integer

None.

WetRate

integer

None.

ContainerDeposit

integer

None.

BasePrice

integer

None.

WetValue

integer

None.

DeliveryFee

integer

None.

CasePrice

integer

None.

WholesaleExt

integer

None.

WetExt

integer

None.

TotalLitres

integer

None.

Tun

string

None.

ApplyDetails

boolean

None.

ApplySell

boolean

None.

ApplyCost

boolean

None.

ApplyOr

boolean

None.

ApplyQty

boolean

None.

ItemNumber

string

None.

DirectNumber

string

None.

ItemSize

string

None.

CostGst

integer

None.

SellGst

integer

None.

CostOr

integer

None.

SellOr

integer

None.

MarginOr

integer

None.

GrossProfit

decimal number

None.

Sell

integer

None.

CartonCost

integer

None.

CurrentCost

integer

None.

CostID

character

None.

CostStart

date

None.

CostEnd

date

None.

CreatedFromUnknownScan

boolean

None.

OrderGuid

Collection of byte

None.

OrderIdentifierGuid

The order that the invoice order details are sourced from

globally unique identifier

None.

Processed

This line has been processed for inventory and costs as per header settings

boolean

None.

Received

This line is locked for changes

boolean

None.

Inventoried

This line has been processed for inventory

boolean

None.

FromElectronicInvoice

Added from processing an electronic invoice allowing that

boolean

None.

AllowDelete

Line can be removed from invoice

boolean

None.

Updated

date

None.

InvoiceNo

string

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

HasInventory

boolean

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

ExistingCost

The current cost of the product

decimal number

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

ExistingSell

The current sell of the product

decimal number

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

FutureCost

The future cost after completed, null if not last cost. Has not summarised to include discounts

decimal number

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

FutureSell

The future sell after completed, based on cost margin updates, null if no change will be attempted

decimal number

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

NextSell

Next sell price, from a price change campaign

decimal number

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

NextSellCampaignName

Next sell campaign name

string

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

NextSellCampaignDescription

Next sell campaign description

string

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

UnknownScan

Generated by InvoiceService.LocateProduct, and will generate a new Product record on save

InvoiceUnknownScan

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

ProductActive

Product active status

boolean

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

ProductSalesMode

Product sales mode

SalesMode

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

ProductGSTPercent

Product sales GST Percent

integer

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

ProductCostCalcMethod

CostCalcMethod

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

ProductAlwaysApplyMargin

boolean

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

ProductMarginRanged

boolean

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

ProductMargin

decimal number

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

ProductMinimumMargin

decimal number

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

ProductMaximumMargin

decimal number

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

PriceGroupG_UID

Collection of byte

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

PriceGroupGuid

globally unique identifier

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

PriceGroupName

string

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

PriceGroupCode

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.

IncrementCount

Flag that indicates on update the received values instead of setting

boolean

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

MinimumQuantity

integer

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

RandomWeight

boolean

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

SalesMode

integer

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

Cartons

integer

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

Weight

integer

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

Units

integer

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

AutoOrderStatus

integer

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

InvoiceDetailReceive

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

boolean

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

Request Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "identifier": "oWP/+oSOg0+clBWXYSrA+w==",
    "identifierGuid": "faff63a1-8e84-4f83-9c94-1597612ac0fb",
    "headerIdentifier": "m2AeSMidAUmQJF2UTyCAsA==",
    "headerIdentifierGuid": "481e609b-9dc8-4901-9024-5d944f2080b0",
    "pluG_UID": "D4/vo5JdVUCw3trV5whufw==",
    "pluGuid": "a3ef8f0f-5d92-4055-b0de-dad5e7086e7f",
    "pageNo": 1,
    "lineNo": 1,
    "itemOrdered": "sample string 1",
    "itemShipped": "sample string 2",
    "apn": "sample string 3",
    "barcode": "sample string 4",
    "prodStatus": 0,
    "dateAvailable": "2025-06-14T07:08:31.4974032",
    "commodity": "sample string 5",
    "supplier": "sample string 6",
    "itemDesc": "sample string 7",
    "itemType": 48,
    "investmentBuyInd": "A",
    "orderType": "sample string 8",
    "cartonQty": 1,
    "cartonQuantitySpecified": true,
    "soldByWeight": true,
    "orderByWeight": true,
    "unitsOrdered": 1,
    "unitsSupplied": 1,
    "unitsReceived": 1,
    "weightOrdered": 1,
    "weightShipped": 1,
    "weightReceived": 1,
    "unitSpecified": 11,
    "wholesalePrice": 1,
    "extWholesalePrice": 1,
    "normalPrice": 1,
    "retailPrice": 1,
    "pricingUnit": "sample string 12",
    "claimFlag": "A",
    "gstRate": 1,
    "gstAmount": 1,
    "extGstAmount": 1,
    "deliWeight": 1,
    "marginAmount": 1,
    "extMarginAmount": 1,
    "costAmount": 1,
    "orderedCostAmount": 1,
    "extCostAmount": 1,
    "costIncSpecified": true,
    "freightAmount": 14,
    "freightGstAmount": 15,
    "extFreightAmount": 16,
    "extFreightGstAmount": 17,
    "costDecimals": 18,
    "wetRate": 1,
    "containerDeposit": 1,
    "basePrice": 1,
    "wetValue": 1,
    "deliveryFee": 1,
    "casePrice": 1,
    "wholesaleExt": 1,
    "wetExt": 1,
    "totalLitres": 1,
    "tun": "sample string 19",
    "applyDetails": true,
    "applySell": true,
    "applyCost": true,
    "applyOr": true,
    "applyQty": true,
    "itemNumber": "sample string 20",
    "directNumber": "sample string 21",
    "itemSize": "sample string 22",
    "costGst": 1,
    "sellGst": 1,
    "costOr": 1,
    "sellOr": 1,
    "marginOr": 1,
    "grossProfit": 1.0,
    "sell": 1,
    "cartonCost": 1,
    "currentCost": 1,
    "costID": "A",
    "costStart": "2025-06-14T07:08:31.4974032",
    "costEnd": "2025-06-14T07:08:31.4974032",
    "createdFromUnknownScan": true,
    "orderGuid": "yHckDfyusEyOhkzKMjk58A==",
    "orderIdentifierGuid": "0d2477c8-aefc-4cb0-8e86-4cca323939f0",
    "processed": true,
    "received": true,
    "inventoried": true,
    "fromElectronicInvoice": true,
    "allowDelete": true,
    "updated": "2025-06-14T07:08:31.4974032",
    "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": "2",
      "pluG_UID": "awUDe1oRL0iJTNIMSeXvOQ==",
      "pluGuid": "7b03056b-115a-482f-894c-d20c49e5ef39",
      "invoiceIdentifier": "28A9H6PdRUmAHAfyGSewiQ==",
      "invoiceGuid": "1f3dc0db-dda3-4945-801c-07f21927b089",
      "barcode": "sample string 3",
      "itemNumber": "sample string 4",
      "created": "2025-06-14T07:08:31.4974032"
    },
    "productActive": true,
    "productSalesMode": 35,
    "productGSTPercent": 36,
    "productCostCalcMethod": 37,
    "productAlwaysApplyMargin": true,
    "productMarginRanged": true,
    "productMargin": 1.1,
    "productMinimumMargin": 1.1,
    "productMaximumMargin": 1.1,
    "priceGroupG_UID": "xfkGmU3QIkib2rgDH5Hpbg==",
    "priceGroupGuid": "9906f9c5-d04d-4822-9bda-b8031f91e96e",
    "priceGroupName": "sample string 40",
    "priceGroupCode": "sample string 41",
    "product": {
      "$id": "3",
      "plu": 1,
      "storeID": 1,
      "masterPluG_UID": "QEA=",
      "storeIDs": [
        1,
        2
      ],
      "g_UId": "5PlxMJwOj0+KofFXSXtGhg==",
      "guid": "3071f9e4-0e9c-4f8f-8aa1-f157497b4686",
      "apn": "sample string 1",
      "apnChanged": true,
      "apnSwitched": true,
      "barcode": "sample string 4",
      "itemNumber": "sample string 5",
      "itemNumberChanged": true,
      "priceGroupG_UID": "zKXy+tIoOEigdOUCfHqtLQ==",
      "priceGroupGuid": "faf2a5cc-28d2-4838-a074-e5027c7aad2d",
      "blueprintID": 1,
      "lastCountedDate": "2025-06-14T07:08:31.4974032",
      "externalID": "sample string 7",
      "active": true,
      "activated": "2025-06-14T07:08:31.4974032",
      "pluCreated": "2025-06-14T07:08:31.4974032",
      "createdByUser": "sample string 9",
      "name": "sample string 10",
      "nameChanged": true,
      "secondDescription": "sample string 12",
      "hostDescription": "sample string 13",
      "keepCartonQty": true,
      "keepDescription": true,
      "keepDepartments": true,
      "keepSuppliers": true,
      "markdownDescription": "sample string 18",
      "altDescription": "sample string 19",
      "bestOrExpire": 20,
      "lastUpdate": "2025-06-14T07:08:31.4974032",
      "lastManualUpdate": "2025-06-14T07:08:31.4974032",
      "imageName": "sample string 23",
      "showImageOnFlipCharts": true,
      "showTextOnFlipCharts": true,
      "overrideFlipChartText": true,
      "flipChartText": "sample string 27",
      "salesMode": 1,
      "eftCode": 1,
      "price": 1,
      "priceChanged": true,
      "rrp": 1,
      "gstPercent": 28,
      "gstPercentChanged": true,
      "costGSTPercent": 29,
      "costGSTPercentChanged": true,
      "wetPercent": 1,
      "priceOverride": 1,
      "cost": 1,
      "currentCost": 1,
      "currentCostDecimals": 1,
      "grossProfit": 1.0,
      "currentCostDesc": "sample string 30",
      "currentCostEnd": "2025-06-14T07:08:31.4974032",
      "currentCostUpdated": "2025-06-14T07:08:31.4974032",
      "costDecimals": 31,
      "costChanged": true,
      "dealCostIdentifier": "QEA=",
      "excludeFromRebate": true,
      "rebateOverride": 1,
      "costCalcMethod": 1,
      "costCalcMethodChanged": true,
      "costEffectiveDate": "2025-06-14T07:08:31.4974032",
      "defaultGP": 1,
      "breakTargetMode": 32,
      "break1": 1,
      "price1": 1,
      "target1": 33,
      "break2": 1,
      "price2": 1,
      "target2": 34,
      "break3": 1,
      "price3": 1,
      "target3": 35,
      "break1Changed": true,
      "price1Changed": true,
      "target1Changed": true,
      "break2Changed": true,
      "price2Changed": true,
      "target2Changed": true,
      "break3Changed": true,
      "price3Changed": true,
      "target3Changed": true,
      "breakTargetModeChanged": true,
      "margin": 1.1,
      "marginChanged": true,
      "marginRanged": true,
      "marginRangedChanged": true,
      "minimumMargin": 1.1,
      "minimumMarginChanged": true,
      "maximumMargin": 1.1,
      "maximumMarginChanged": true,
      "overrideHostWarehouseIndicator": true,
      "overrideHostWarehouseIndicatorChanged": true,
      "overrideHostPrice": true,
      "overrideHostPriceChanged": true,
      "overrideHostCost": true,
      "overrideHostCostChanged": true,
      "overrideHostMargin": true,
      "overrideHostMarginChanged": true,
      "alwaysApplyMargin": true,
      "alwaysApplyMarginChanged": true,
      "aws": 1.0,
      "awsUpdated": "2025-06-14T07:08:31.4974032",
      "posTare": 1,
      "altPrice": 1.0,
      "altPriceChanged": true,
      "altPriceMode": 52,
      "altPriceModeChanged": true,
      "altPLUG_UID": "Iu146P4elE6ioXHm5qBr5g==",
      "altPLUGuid": "e878ed22-1efe-4e94-a2a1-71e6e6a06be6",
      "altPLUGuidChanged": true,
      "altPriceDescription1": "sample string 53",
      "altPriceDescription2": "sample string 54",
      "cartonQuantity": 55,
      "cartonQuantityChanged": true,
      "trayID": 1,
      "promptID": 1,
      "tare": 1,
      "packQty": 1,
      "fixedWeight": 1,
      "extraMesg": 1,
      "text1": "sample string 57",
      "text2": "sample string 58",
      "text3": "sample string 59",
      "labelText": "sample string 60",
      "labelTextChanged": true,
      "sendToScale": true,
      "nonScaleWeigh": true,
      "labelFormat": "sample string 64",
      "barcodeFormat": "sample string 65",
      "austMade": 1,
      "coolCode": 66,
      "countryOfOrigin": "sample string 67",
      "percentContent": 68.1,
      "departmentID": 1,
      "subDepartmentID": 1,
      "minorDepartmentID": 1,
      "lesserDepartmentID": 1,
      "deptCode": "sample string 69",
      "subDeptCode": "sample string 70",
      "minorDeptCode": "sample string 71",
      "lesserDeptCode": "sample string 72",
      "deptName": "sample string 73",
      "subDeptName": "sample string 74",
      "minorDeptName": "sample string 75",
      "lesserDeptName": "sample string 76",
      "departmentChanged": true,
      "subCategoryID": 1,
      "expiry": 1,
      "showDays": 1,
      "datePrint": 1,
      "labelRequired": true,
      "labelShelfQty": 79,
      "labelShelfChanged": true,
      "labelTalkerQty": 81,
      "labelSmall": true,
      "labelLastPrinted": "2025-06-14T07:08:31.4974032",
      "labelLastPrice": 1,
      "shelfPageLayoutG_UID": "wWLR0eIS/USB/9y5iXMWjw==",
      "shelfPageLayoutGuid": "d1d162c1-12e2-44fd-81ff-dcb98973168f",
      "talkerPageLayoutG_UID": "U6h6dGcc+Eajjr8Qrgwl7w==",
      "talkerPageLayoutGuid": "747aa853-1c67-46f8-a38e-bf10ae0c25ef",
      "unitMeasure": 1.1,
      "unitMeasureChanged": true,
      "unitMeasureKind": 84,
      "unitMeasureKindChanged": true,
      "signIQData": "sample string 86",
      "refresh": true,
      "earnLoyaltyPoints": true,
      "earnLoyaltyPointsChanged": true,
      "quantityOverride": true,
      "quantityOverrideChanged": true,
      "quantityRequired": true,
      "quantityRequiredChanged": true,
      "allowDiscounts": true,
      "allowDiscountsChanged": true,
      "discountDiscounts": true,
      "discountDiscountsChanged": true,
      "itemRecalled": true,
      "itemRecalledChanged": true,
      "noRefund": true,
      "noRefundChanged": true,
      "allowMarkdown": true,
      "allowMarkdownChanged": true,
      "priceRequired": true,
      "priceRequiredChanged": true,
      "fuelItem": true,
      "fuelItemChanged": true,
      "trackSerial": true,
      "trackSerialChanged": true,
      "allowZeroPrice": true,
      "allowZeroPriceChanged": true,
      "notForSale": 90,
      "notForSaleChanged": true,
      "excludeFromDeals": true,
      "excludeFromVoucher": true,
      "minimumAge": 93,
      "minimumAgeChanged": true,
      "buyingLimit": 1,
      "buyingLimitChanged": true,
      "buyingLimitIndependent": true,
      "buyingLimitIndependentChanged": true,
      "inventoryGuid": "MNSu5+QmyUenPlSXhJFx/w==",
      "inventoryIdentifier": "e7aed430-26e4-47c9-a73e-5497849171ff",
      "inventoryAccuracy": 1,
      "baseUnits": 97,
      "orderPacked": 1,
      "isManufactured": true,
      "isIngredient": true,
      "isModifier": true,
      "isModifierChanged": true,
      "hasModifiers": 98,
      "defaultPrinter": "sample string 99",
      "defaultPrinterGroup": "sample string 100",
      "ingredientsOnManufacture": true,
      "manufactureUnitMeasure": 1,
      "mpl": 1,
      "maxShelfQty": 101,
      "allowAutoOrder": true,
      "warrantyPeriod": 1,
      "parentPluG_UId": "d0zcwxggLkCk17cTB9MLAw==",
      "parentPluGuid": "c3dc4c77-2018-402e-a4d7-b71307d30b03",
      "preferredHostVendor": 103,
      "preferredHostChanged": true,
      "code": "sample string 105",
      "supplierIdentifier": "Huevm/IVF0qXGS6xp8mbZg==",
      "supplierIdentifierGuid": "9bafe71e-15f2-4a17-9719-2eb1a7c99b66",
      "supplierChanged": true,
      "rebateSupplierIdentifier": "v+kMwOIHNEiQlq8Tue8Akw==",
      "rebateSupplierIdentifierGuid": "c00ce9bf-07e2-4834-9096-af13b9ef0093",
      "rebateSupplierChanged": true,
      "availableForOrder": true,
      "warehouseDirectIndicator": "sample string 107",
      "warehouseDirectIndicatorChanged": true,
      "productGrade": "sample string 109",
      "productType": "sample string 110",
      "productGroup": "sample string 111",
      "complianceIndicator": "sample string 112",
      "inhouseBrand": "sample string 113",
      "slowMoving": true,
      "generalMerchandise": true,
      "comment": "sample string 116",
      "lastUpdatedByUser": "sample string 117",
      "lastManualUpdatedByUser": "sample string 118",
      "lastUpdatedByUserOverride": true,
      "lastUpdatedByHost": "2025-06-14T07:08:31.4974032",
      "commodity": "sample string 120",
      "businessPillar": "sample string 121",
      "mscCommodity": "sample string 122",
      "hostIdentifier": "yGY7o6d30UKzUpuwsGoM9g==",
      "hostIdentifierGuid": "a33b66c8-77a7-42d1-b352-9bb0b06a0cf6",
      "serviceFeeID": 1,
      "serviceFeeIDChanged": true,
      "providerName": "sample string 124",
      "aisleEnds": "sample string 125",
      "deleted": true,
      "deletedChanged": true,
      "hidden": true,
      "doNotRange": true,
      "doNotRangeChanged": true,
      "doNotOrder": true,
      "doNotOrderChanged": true,
      "locked": true,
      "excludeFromWebUpdate": true,
      "excludeFromWebUpdateChanged": true,
      "webPriceBasedOn": 136,
      "webPriceRounding": true,
      "webMarkup": 138,
      "webPriceMode": 139,
      "altDepartmentID": 1,
      "altSubDepartmentID": 1,
      "altMinorDepartmentID": 1,
      "altLesserDepartmentID": 1,
      "altDeptCode": "sample string 140",
      "altSubDeptCode": "sample string 141",
      "altMinorDeptCode": "sample string 142",
      "altLesserDeptCode": "sample string 143",
      "altDepartmentChanged": true,
      "storeProducts": [
        {
          "$ref": "3"
        },
        {
          "$ref": "3"
        }
      ],
      "store": {
        "$id": "4",
        "id": 1,
        "isMaster": true,
        "shortName": "sample string 3",
        "url": "sample string 4",
        "sortOrder": 1,
        "name": "sample string 5",
        "phone": "sample string 6",
        "fax": "sample string 7",
        "email": "sample string 8",
        "address1": "sample string 9",
        "address2": "sample string 10",
        "city": "sample string 11",
        "state": "sample string 12",
        "country": "sample string 13",
        "postCode": "sample string 14",
        "delivery": 1,
        "exportAccounts": 1,
        "salesAccountFolder": "sample string 15",
        "purchaseAccountFolder": "sample string 16",
        "initLoad": 1,
        "initIDs": 1,
        "zoneID": 1,
        "actAsMaster": 1,
        "lastActiveUtc": "2025-06-14T07:08:31.4974032",
        "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": "+ZOkFsblj0uh2kNdbDEH2A==",
        "hostIdentifierGuid": "16a493f9-e5c6-4b8f-a1da-435d6c3107d8",
        "hostName": 1,
        "hostAddress": "sample string 27",
        "hostUsername": "sample string 28",
        "hostPassword": "sample string 29",
        "excludeFromLeadInOut": true,
        "accountingProvider": 31,
        "accountingAddress": "sample string 32",
        "accountingUsername": "sample string 33",
        "accountingPassword": "sample string 34",
        "storeAccountingCode": "sample string 35",
        "softwareVariance": 36,
        "fuelWarningVariance": 37.0,
        "fuelErrorVariance": 38.0,
        "fuelAccumulatedWarningVariance": 39.0,
        "fuelAccumulatedErrorVariance": 40.0,
        "drawManagment": 41,
        "endOfDayManagment": true,
        "autoFillCashBalancing": true,
        "fuelDayVariance": 44,
        "accountingTradingTime": "00:00:00.1234567",
        "stockActivateProduct": 46,
        "giftCardSalesAccountingDeptCode": "sample string 47",
        "transactionDiscountAccountingDeptCode": "sample string 48",
        "size": 49,
        "updated": "2025-06-14T07:08:31.4974032",
        "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"
        },
        "billingAddress": {
          "$ref": "5"
        },
        "hostStoreSettings": [
          {
            "$id": "6",
            "id": 1,
            "hostIdentifier": "fpv2SrnXoEWQT+t0V9bJ3w==",
            "hostIdentifierGuid": "4af69b7e-d7b9-45a0-904f-eb7457d6c9df",
            "storeID": 2,
            "username": "sample string 3",
            "password": "sample string 4",
            "passwordPlain": "sample string 5",
            "serverAddress": "sample string 6",
            "serverPort": 1,
            "excludeFromLeadInOut": true,
            "useForHostFile": true,
            "metcashPillarID": "sample string 9",
            "metcashStateCode": "sample string 10",
            "metcashCustomerID": "sample string 11",
            "metcashTradingPartnerID": "sample string 12",
            "drakesCustomerNumber": 1,
            "sparCustomerNumber": "sample string 13",
            "sparOrderUsername": "sample string 14",
            "sparOrderPassword": "sample string 15",
            "sparOrderPasswordPlain": "sample string 16",
            "pharmXSiteID": 1,
            "ibaZoneID": 1,
            "ibaState": "sample string 17",
            "foodlandStoreCode": "sample string 18",
            "ilgMemberNumber": "sample string 19",
            "ilgOutletLocation": 1,
            "ilgBaseCost": 1,
            "ilgApplyNonAdvertisedPromos": true,
            "ilgExemptFromFreight": true,
            "ilgOrderDealReview": true,
            "ilgFinanceFee": 1,
            "processPromotions": true,
            "hostProvider": 0,
            "host": {
              "$id": "7",
              "identifier": "1AGTj0CfHk6G2nVvgujLdA==",
              "identifierGuid": "8f9301d4-9f40-4e1e-86da-756f82e8cb74",
              "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": "PuBBIIiz0EmWH3IYPzznqA==",
              "hostSupplierIdentifierGuid": "2041e03e-b388-49d0-961f-72183f3ce7a8",
              "loyaltyPriceLevelIdentifier": "6Mz/cZ5Z9kGANNSf3oM15A==",
              "loyaltyPriceLevelIdentifierGuid": "71ffcce8-599e-41f6-8034-d49fde8335e4",
              "isGroup": true,
              "description": "sample string 22",
              "hostProvider": 23,
              "hostTypeEnum": 24,
              "hostType": "sample string 25",
              "hostCode": "sample string 26",
              "username": "sample string 27",
              "password": "sample string 28",
              "passwordPlain": "sample string 29",
              "server": "sample string 30",
              "url": "sample string 31",
              "global": true,
              "stateCode": "sample string 33",
              "lastCollected": "2025-06-14T07:08:31.4974032",
              "lastProcessed": "2025-06-14T07:08:31.4974032",
              "hold": true,
              "supplierName": "sample string 35",
              "supplier": {
                "$id": "8",
                "identifier": "Hh3QIh2DA0GJZE+hftI2fw==",
                "identifierGuid": "22d01d1e-831d-4103-8964-4fa17ed2367f",
                "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": "RaXbEi7inUeTuUgyjxy9fA==",
                "primaryContactID": "12dba545-e22e-479d-93b9-48328f1cbd7c",
                "storeID": 1,
                "abn": "sample string 16",
                "supplierGroupIdentifier": "4cST/ujHU0KuUO2SRm6ViQ==",
                "supplierGroupGuid": "fe93c4e1-c7e8-4253-ae50-ed92466e9589",
                "rebate": 1.0,
                "rebateType": 1,
                "rebateFrequency": 1,
                "rebateSource": 1,
                "rebateLastClaimed": "2025-06-14T07:08:31.4974032",
                "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": "4c5e2a97-fda7-4864-a080-bc2cbee742d1",
                  "identifier": "GcSVAjPpiEuvlTbkdUUg8A==",
                  "identifierGuid": "0295c419-e933-4b88-af95-36e4754520f0",
                  "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": "gJxiBiAK2Uu98ZhxxeAYYA==",
                    "supplierIdentifierGuid": "06629c80-0a20-4bd9-bdf1-9871c5e01860",
                    "contactGuid": "u6hSRbEyIky08QXMXyJaUg==",
                    "contactID": "4552a8bb-32b1-4c22-b4f1-05cc5f225a52",
                    "contact": {
                      "$ref": "9"
                    },
                    "supplier": {
                      "$ref": "8"
                    }
                  },
                  {
                    "$ref": "10"
                  }
                ],
                "products": [
                  {
                    "$id": "11",
                    "pluG_UID": "yJ/540Jp5kG0egojUPFLzw==",
                    "pluGuid": "e3f99fc8-6942-41e6-b47a-0a2350f14bcf",
                    "supplierIdentifier": "wydZXhD8cEWu6lkcp1DSIQ==",
                    "supplierIdentifierGuid": "5e5927c3-fc10-4570-aeea-591ca750d221",
                    "cartonQuantity": 1,
                    "cartonQuantityChanged": true,
                    "productSize": "sample string 2",
                    "cigarettesPerSleeve": 1,
                    "randomWeight": true,
                    "piecesPerUnit": 4,
                    "averagePackSize": 5,
                    "effectiveDate": "2025-06-14T07:08:31.4974032",
                    "pricedByWeight": true,
                    "landedUnitCostEx": 8,
                    "landedUnitCostInc": 9,
                    "landedCartonCostInc": 10,
                    "landedCartonCostEx": 11,
                    "standardCost": 12,
                    "deliveryFee": 1,
                    "deliveryFeeBasis": "sample string 13",
                    "pickAndPackFee": 1,
                    "pickAndPackFeeBasis": "sample string 14",
                    "financeFee": 1,
                    "financeFeeBasis": "sample string 15",
                    "cartonLength": 1,
                    "cartonWidth": 1,
                    "cartonHeight": 1,
                    "palletLayerQuantity": 1,
                    "palletLayers": 1,
                    "itemCode": "sample string 16",
                    "invoiceCode": "sample string 17",
                    "invoiceDesc": "sample string 18",
                    "orderDirect": true,
                    "useCost": true,
                    "minimumQuantity": 19,
                    "hostType": 20,
                    "fromHost": 21,
                    "minimumReorder": 1,
                    "maximumReorder": 1,
                    "orderMultiple": 22.1,
                    "sellMultiple": 23.1,
                    "baseMultiple": 24.1,
                    "hostStandardCost": 25,
                    "hostTotalCost": 26,
                    "hostRetail": 27,
                    "hostLandedUnitCostEx": 28,
                    "hostLandedUnitCostInc": 29,
                    "hostDesc": "sample string 30",
                    "directIndicator": "sample string 31",
                    "availableToOrder": true,
                    "hostRangeIndicator": "sample string 33",
                    "hostProductType": "sample string 34",
                    "hostProductGrade": "sample string 35",
                    "hostProductGroup": "sample string 36",
                    "hostSlowMoving": true,
                    "hostGeneralMerchandise": true,
                    "hostPillar": "sample string 39",
                    "hostLastUpdated": "2025-06-14T07:08:31.4974032",
                    "rebate": 1.0,
                    "rebateExclude": true,
                    "invoiceCodes": [
                      {
                        "$id": "12",
                        "pluG_UID": "ArddqTVISECHdHV5Liq5YQ==",
                        "pluGuid": "a95db702-4835-4048-8774-75792e2ab961",
                        "supplierIdentifier": "8cJwxGqtFUW5eVKRir3OrA==",
                        "supplierIdentifierGuid": "c470c2f1-ad6a-4515-b979-52918abdceac",
                        "invoiceCode": "sample string 1",
                        "storeIDs": [
                          1,
                          2
                        ]
                      },
                      {
                        "$ref": "12"
                      }
                    ],
                    "storeIDs": [
                      1,
                      2
                    ],
                    "preferredSupplier": true,
                    "preferredRebateSupplier": true,
                    "supplierName": "sample string 40",
                    "salesMode": 41,
                    "orderPacked": true,
                    "active": true,
                    "price": 1,
                    "costGstPercent": 43,
                    "parentPluG_UID": "hHAsZ8yy0UmMBU1WKdXBPg==",
                    "parentPluGuid": "672c7084-b2cc-49d1-8c05-4d5629d5c13e",
                    "freight": 44.0,
                    "freightType": 1,
                    "product": {
                      "$ref": "3"
                    },
                    "supplier": {
                      "$ref": "8"
                    },
                    "serviceFee": {
                      "$id": "13",
                      "id": 1,
                      "description": "sample string 1",
                      "fee": 1
                    },
                    "isPrimaryHost": true,
                    "hostVendor": 46
                  },
                  {
                    "$ref": "11"
                  }
                ],
                "orderCycleHeaders": [
                  {
                    "$id": "14",
                    "storeID": 1,
                    "supplierIdentifier": "PNTw6OzTX0GN4ajrFzq5Fw==",
                    "supplierGuid": "e8f0d43c-d3ec-415f-8de1-a8eb173ab917",
                    "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": "bfEE5apVSkiXuehao/gdDw==",
                    "supplierGuid": "e504f16d-55aa-484a-97b9-e85aa3f81d0f",
                    "departmentCode": "sample string 2",
                    "warehouseDirectIndicator": "sample string 3",
                    "type": 4,
                    "cutOffWeek": 5,
                    "cutOffDay": 6,
                    "cutOffTime": "00:00:00.1234567",
                    "leadTime": 7,
                    "daysBuffer": 8,
                    "supplierName": "sample string 9",
                    "cutOffDate": "2025-06-14T07:08:31.4974032",
                    "deliveryDate": "2025-06-14T07:08:31.4974032",
                    "nextCutOffDate": "2025-06-14T07:08:31.4974032",
                    "nextDeliveryDate": "2025-06-14T07:08:31.4974032",
                    "nextDaysBuffer": 10
                  },
                  {
                    "$ref": "15"
                  }
                ],
                "store": {
                  "$ref": "4"
                },
                "updated": "2025-06-14T07:08:31.4974032",
                "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": "2025-06-14T07:08:31.4974032",
                  "processed": "2025-06-14T07:08:31.4974032",
                  "isProcessing": true,
                  "processedCount": 6,
                  "processingTime": 1,
                  "collectedUtc": "2025-06-14T07:08:31.4974032",
                  "size": 1,
                  "sizeFormat": "sample string 7",
                  "isArchive": true,
                  "version": "sample string 9",
                  "reference": "sample string 10",
                  "digest": "sample string 11",
                  "contentType": "sample string 12",
                  "host": {
                    "$ref": "7"
                  },
                  "metcashHeader": {
                    "$id": "17",
                    "customerNumber": "sample string 1",
                    "creationDate": "2025-06-14T07:08:31.4974032",
                    "businessPillar": "sample string 3",
                    "fileType": "sample string 4"
                  }
                },
                {
                  "$ref": "16"
                }
              ],
              "zoneMatrix": [
                {
                  "$id": "18",
                  "id": 1,
                  "hostIdentifier": "omdqNFeG90KhWkQ/JXbQ6w==",
                  "hostIdentifierGuid": "346a67a2-8657-42f7-a15a-443f2576d0eb",
                  "storeID": 1,
                  "departmentCode": "sample string 2",
                  "hostGuids": [
                    "c3f67a7d-bc59-4928-ab82-abe3f2e49240",
                    "accab117-4cb3-4520-a568-7e4b980d8054"
                  ]
                },
                {
                  "$ref": "18"
                }
              ],
              "hostFileStoreSetting": {
                "$ref": "6"
              },
              "hostStoreSettings": [
                {
                  "$ref": "6"
                },
                {
                  "$ref": "6"
                }
              ],
              "promotionPlacements": [
                {
                  "$id": "19",
                  "identifier": "eKaB/ZgKFUmQEBheGumDsg==",
                  "identifierGuid": "fd81a678-0a98-4915-9010-185e1ae983b2",
                  "code": "sample string 2",
                  "description": "sample string 3",
                  "isAdvertised": true
                },
                {
                  "$ref": "19"
                }
              ],
              "promoTypeGuids": [
                "e8c8967e-b47c-4f42-a412-04ff394f4bdd",
                "50c0ce45-774e-4b65-8e24-a337de623631"
              ],
              "isPromotionOnly": false,
              "isOrderable": false,
              "vendor": 0
            },
            "groupIDs": [
              1,
              2
            ],
            "hostDescription": "sample string 24"
          },
          {
            "$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": "2025-06-14T07:08:31.4974032",
            "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": "756dcac7-94c1-4f46-9b24-270fd0de8b78",
        "updateStore": {
          "$id": "25",
          "id": "808db894-ddea-4342-9789-b96d5043132d",
          "name": "sample string 1",
          "lastActivity": "2025-06-14T07:08:31.4974032",
          "zone": "sample string 2",
          "timeZoneOffset": 0.0,
          "businessHoursStart": "00:00:00.1234567",
          "businessHoursEnd": "00:00:00.1234567",
          "master": true,
          "lastIP": "sample string 10",
          "lastHostName": "sample string 11",
          "ping": 1,
          "pingStatus": "sample string 12",
          "lastUpdateCompleted": "2025-06-14T07:08:31.4974032"
        },
        "timeZoneId": "sample string 53",
        "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": "/K9QVtv86kS74d4BuolTIw==",
          "pluGuid": "5650affc-fcdb-44ea-bbe1-de01ba895323",
          "plu": 1,
          "storeID": 1,
          "zoneID": 2,
          "zoneName": "sample string 3",
          "store": "sample string 4",
          "priceNow": 5,
          "costNow": 6,
          "costNowDecimals": 7,
          "normalPrice": 8,
          "gstPercent": 9,
          "normalCost": 10,
          "normalCostDecimals": 11,
          "costGstPercent": 12,
          "costCalcMethod": 1,
          "currentCost": 13,
          "currentCostDecimals": 14,
          "break1": 15,
          "price1": 16,
          "break2": 17,
          "price2": 18,
          "break3": 19,
          "price3": 20,
          "fuelItem": 21,
          "fixedWeight": 22,
          "active": true,
          "complianceIndicator": "sample string 23",
          "doNotOrder": true,
          "doNotRange": true,
          "isNormalPriceChangesCampaign": true,
          "updated": "2025-06-14T07:08:31.4974032"
        },
        {
          "$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,
          "acceptedUtc": "2025-06-14T07:08:31.4974032",
          "priceChangeType": 0,
          "costDecimals": 10
        },
        "normalPluPrices": {
          "$ref": "29"
        },
        "winningCampaign": 1,
        "winner": {
          "$id": "30",
          "campaignName": "sample string 1",
          "campaignDescription": "sample string 2",
          "startDate": "2025-06-14T07:08:31.4974032",
          "startTime": 3,
          "endDate": "2025-06-14T07:08:31.4974032",
          "endTime": 4,
          "newPrice": 5,
          "newCost": 6,
          "newCostDecimals": 7,
          "pctDiscount": 8,
          "promoType": 1,
          "promotionTypeCode": "sample string 9",
          "hostType": 10,
          "hostIdentifier": "mZN3wDQ9tES3wrJCN7xHZA==",
          "hostIdentifierGuid": "c0779399-3d34-44b4-b7c2-b24237bc4764",
          "storeNames": [
            "sample string 1",
            "sample string 2"
          ]
        },
        "details": [
          {
            "$ref": "30"
          },
          {
            "$ref": "30"
          }
        ]
      },
      "tray": {
        "$id": "31",
        "g_UId": "GQRMnz3CG0G6iJZq2NLQQg==",
        "guid": "9f4c0419-c23d-411b-ba88-966ad8d2d042",
        "name": "sample string 1",
        "number": 1,
        "tare": 1
      },
      "priceGroup": {
        "$id": "32",
        "priceGroupG_UID": "fnAhbGrwNUavCeZprjevSg==",
        "priceGroupGuid": "6c21707e-f06a-4635-af09-e669ae37af4a",
        "name": "sample string 2",
        "code": 1,
        "modified": true,
        "updated": "2025-06-14T07:08:31.4974032",
        "buyingLimit": 1,
        "buyingLimitIndependent": true,
        "buyingLimitType": 0,
        "number": 1,
        "products": [
          {
            "$ref": "3"
          },
          {
            "$ref": "3"
          }
        ],
        "productCount": 1
      },
      "priceGroupName": "sample string 145",
      "nutrifacts": {
        "$id": "33",
        "pluG_UID": "na40fnbVx0q3s5w4mfBD5Q==",
        "pluGuid": "7e34ae9d-d576-4ac7-b7b3-9c3899f043e5",
        "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": "013f81b1-fe28-4736-9069-1fef9097673c",
        "created": "2025-06-14T07:08:31.5130463",
        "createdByUser": "sample string 1",
        "activated": "2025-06-14T07:08:31.5130463",
        "deactivated": "2025-06-14T07:08:31.5130463",
        "lastOrdered": "2025-06-14T07:08:31.5130463",
        "lastOrderedQty": 2.0,
        "lastReceived": "2025-06-14T07:08:31.5130463",
        "lastReceivedQty": 3.0,
        "lastInvoiceStatus": 1,
        "lastCounted": "2025-06-14T07:08:31.5130463",
        "lastSold": "2025-06-14T07:08:31.5130463",
        "firstSold": "2025-06-14T07:08:31.5130463",
        "awsUpdated": "2025-06-14T07:08:31.5130463",
        "lastManualUpdate": "2025-06-14T07:08:31.5130463",
        "lastManualUpdatedByUser": "sample string 5",
        "lastUpdated": "2025-06-14T07:08:31.5130463",
        "lastUpdatedByUser": "sample string 7",
        "lastUpdatedByHost": "2025-06-14T07:08:31.5130463",
        "doNotRangeUpdated": "2025-06-14T07:08:31.5130463",
        "doNotOrderUpdated": "2025-06-14T07:08:31.5130463",
        "tracked": "2025-06-14T07:08:31.5130463"
      },
      "allergens": [
        {
          "$id": "35",
          "allergenID": 1,
          "pluG_UID": "wI9Cc7Eh+EePCoRfo1lJNw==",
          "pluGuid": "73428fc0-21b1-47f8-8f0a-845fa3594937",
          "contains": 2,
          "allergenName": "sample string 3",
          "storeIDs": [
            1,
            2
          ]
        },
        {
          "$ref": "35"
        }
      ],
      "costs": {
        "$id": "36",
        "pluG_UID": "xz4MtJVA9kagTmogbok39g==",
        "pluGuid": "b40c3ec7-4095-46f6-a04e-6a206e8937f6",
        "enteredCost": 1,
        "weightedAvgCost": 1,
        "lastCost": 1,
        "rawEnteredCost": 2,
        "rawWeightedAvgCost": 3,
        "rawLastCost": 4,
        "freight": 5.0,
        "freightType": 6,
        "costDecimals": 7,
        "fifoCost": 1,
        "updated": "2025-06-14T07:08:31.5130463",
        "normalCost": 1,
        "currentCost": 1
      },
      "sales": [
        {
          "$id": "37",
          "saleHeaderID": 1,
          "created": "2025-06-14T07:08:31.5130463",
          "createdLocal": "2025-06-14T07:08:31.5130463",
          "storeID": 3,
          "storeName": "sample string 4",
          "operatorG_Uid": "NnX2MZ60oE6Ph1SXLDUgKg==",
          "operatorGuid": "31f67536-b49e-4ea0-8f87-54972c35202a",
          "operatorName": "sample string 5",
          "tranType": 1,
          "plu": 1,
          "pluG_UId": "RjikW9LMTkapQ555vMuCRQ==",
          "pluGuid": "5ba43846-ccd2-464e-a943-9e79bccb8245",
          "normalPrice": 1,
          "totalCents": 1,
          "cost": 1,
          "grossProfit": 1,
          "quantity": 1,
          "operator": {
            "$id": "38",
            "id": 1,
            "g_Uid": "GswOZbVd9EKYJRc7hpAbfg==",
            "guid": "650ecc1a-5db5-42f4-9825-173b86901b7e",
            "operatorNumber": 1,
            "shortName": "sample string 2",
            "firstName": "sample string 3",
            "lastName": "sample string 4",
            "password": "sample string 5",
            "hasPassword": true,
            "passwordText": "sample string 6",
            "rfidTagID": "sample string 7",
            "blueprintID": 1,
            "groupID": 1,
            "groupName": "sample string 8",
            "managerGroupID": 1,
            "managerGroupName": "sample string 9",
            "zoneID": 1,
            "zoneName": "sample string 10",
            "loggedIn": 1,
            "lastUsedIP": "sample string 11",
            "deleted": true,
            "locked": true,
            "allowOpenTill": true,
            "webEmail": "sample string 14",
            "simpleOperatorType": 0,
            "webRole": "sample string 15",
            "updated": "2025-06-14T07:08:31.5130463",
            "passwordResetRequired": true,
            "alteredInStore": true,
            "startShift": "2025-06-14T07:08:31.5130463",
            "endShift": "2025-06-14T07:08:31.5130463",
            "machineName": "sample string 20",
            "drawerID": 1,
            "stores": [
              {
                "$id": "39",
                "operatorG_UID": "QtYQwkX/+kOOtPZ1jYgQhQ==",
                "operatorGuid": "c210d642-ff45-43fa-8eb4-f6758d881085",
                "storeID": 2,
                "operator": {
                  "$ref": "38"
                },
                "store": {
                  "$ref": "4"
                }
              },
              {
                "$ref": "39"
              }
            ]
          }
        },
        {
          "$ref": "37"
        }
      ],
      "apns": [
        {
          "$id": "40",
          "pluID": 1,
          "pluG_UID": "O5TzHHhAr0GhLJixq11F4g==",
          "pluGuid": "1cf3943b-4078-41af-a12c-98b1ab5d45e2",
          "apn": "sample string 1",
          "deleted": true,
          "storeID": 1,
          "storeIDs": [
            1,
            2
          ]
        },
        {
          "$ref": "40"
        }
      ],
      "tuns": [
        {
          "$id": "41",
          "pluG_UId": "Vo64KABM6EKTBnELBxNelg==",
          "pluGuid": "28b88e56-4c00-42e8-9306-710b07135e96",
          "apn": "sample string 1",
          "tun": "sample string 2",
          "cartonQuantity": 3,
          "product": {
            "$ref": "3"
          },
          "storeIDs": [
            1,
            2
          ]
        },
        {
          "$ref": "41"
        }
      ],
      "competitionPricing": [
        {
          "$id": "42",
          "identifier": "1upggMMVCkiCNPSzzdnGsQ==",
          "identifierGuid": "8060ead6-15c3-480a-8234-f4b3cdd9c6b1",
          "pluG_UID": "XlAhA/hke0emPMvm152HKw==",
          "pluGuid": "0321505e-64f8-477b-a63c-cbe6d79d872b",
          "competitionID": 1,
          "name": "sample string 2",
          "sellMultiple": 3,
          "retailPrice": 4,
          "storeName": "sample string 5"
        },
        {
          "$ref": "42"
        }
      ],
      "supplier": {
        "$ref": "8"
      },
      "supplierName": "sample string 146",
      "children": [
        {
          "$ref": "3"
        },
        {
          "$ref": "3"
        }
      ],
      "ordering": {
        "$ref": "11"
      },
      "flipChartPages": [
        {
          "$id": "43",
          "identifier": "YNj6OHCASkqWlIgCHxqlOw==",
          "groupName": "sample string 1",
          "identifierGuid": "38fad860-8070-4a4a-9694-88021f1aa53b",
          "exists": true,
          "flipChartIdentifier": "mK/wCoMBSUGqUOEgdn+lug==",
          "flipChartIdentifierGuid": "0af0af98-0183-4149-aa50-e120767fa5ba",
          "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": "c9hRJf0kWk6PWfSaQ4T+Hg==",
          "groupIdentifierGuid": "2551d873-24fd-4e5a-8f59-f49a4384fe1e",
          "flipChart": {
            "$id": "44",
            "identifier": "DrDL36OiEUeb8naAOs23Yg==",
            "identifierGuid": "dfcbb00e-a2a3-4711-9bf2-76803acdb762",
            "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": "45",
              "identifier": "qGWwOXc+1kyWdl5fP8LKLA==",
              "identifierGuid": "39b065a8-3e77-4cd6-9676-5e5f3fc2ca2c",
              "name": "sample string 2",
              "formType": "sample string 3",
              "forms": [
                {
                  "$id": "46",
                  "id": 1,
                  "g_UID": "8wZQLQ2Jr0WZru6awKGTeQ==",
                  "guid": "2d5006f3-890d-45af-99ae-ee9ac0a19379",
                  "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": "3c5UfTuqGECW6MH6krin0A==",
                  "previousFormGuid": "7d54cedd-aa3b-4018-96e8-c1fa92b8a7d0",
                  "nextForm": 1,
                  "nextFormG_UID": "6JyLWRcgU0+Q9TRyRJM8UQ==",
                  "nextFormGuid": "598b9ce8-2017-4f53-90f5-347244933c51",
                  "attributes": "sample string 10",
                  "updated": "2025-06-14T07:08:31.5130463",
                  "positioning": 1,
                  "contentPanel": "sample string 11",
                  "selectionMode": 1,
                  "maximumSelections": 1,
                  "alteredInStore": true,
                  "deleted": true,
                  "blueprintID": 1,
                  "preserveLayout": true,
                  "mainCheckoutFormName": "sample string 13",
                  "nextCheckoutForm": {
                    "$ref": "46"
                  },
                  "previousCheckoutForm": {
                    "$ref": "46"
                  },
                  "buttons": [
                    {
                      "$id": "47",
                      "id": 1,
                      "checkoutFormID": 2,
                      "checkoutFormG_UID": "mdmU/q4qKUShsFRsxxUc6w==",
                      "checkoutFormGuid": "fe94d999-2aae-4429-a1b0-546cc7151ceb",
                      "identifier": "WjoWOm9b7EWZjMBs8lPLWA==",
                      "identifierGuid": "3a163a5a-5b6f-45ec-998c-c06cf253cb58",
                      "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": "u/6oLyjPb0yLzFMfCF88ug==",
                      "valueGuid": "2fa8febb-cf28-4c6f-8bcc-531f085f3cba",
                      "buttonText": "sample string 10",
                      "valueText": "sample string 11",
                      "drawImageAndButton": true,
                      "updated": "2025-06-14T07:08:31.5130463",
                      "action": "sample string 12",
                      "valueForm": {
                        "$ref": "46"
                      },
                      "image": {
                        "$id": "48",
                        "name": "sample string 3.sample string 4",
                        "imageID": 2,
                        "imageName": "sample string 3",
                        "imageExtension": "sample string 4",
                        "lastUpdate": "2025-06-14T07:08:31.5130463",
                        "imageData": "QEA=",
                        "readOnly": true
                      }
                    },
                    {
                      "$ref": "47"
                    }
                  ],
                  "panels": [
                    {
                      "$id": "49",
                      "id": 1,
                      "checkoutFormID": 2,
                      "checkoutFormG_UID": "hPNcOrBc+U2K2cO7ov6dpA==",
                      "checkoutFormGuid": "3a5cf384-5cb0-4df9-8ad9-c3bba2fe9da4",
                      "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": "49"
                    }
                  ]
                },
                {
                  "$ref": "46"
                }
              ],
              "panels": [
                {
                  "$ref": "49"
                },
                {
                  "$ref": "49"
                }
              ]
            },
            "pages": [
              {
                "$ref": "43"
              },
              {
                "$ref": "43"
              }
            ]
          },
          "contentPanel": {
            "$ref": "49"
          },
          "products": [
            {
              "$id": "50",
              "flipChartPageIdentifier": "GjUKmgZH1UmoInOelV84iQ==",
              "flipChartPageIdentifierGuid": "9a0a351a-4706-49d5-a822-739e955f3889",
              "pluG_UID": "MlySFwP3ckuvKjJ6Dj8iiA==",
              "pluGuid": "17925c32-f703-4b72-af2a-327a0e3f2288",
              "sortOrder": 3,
              "sent": true,
              "productChanged": true,
              "productImageName": "sample string 6",
              "productShowImageOnFlipCharts": true,
              "productShowTextOnFlipCharts": true,
              "productOverrideFlipChartText": true,
              "productFlipChartText": "sample string 10",
              "product": {
                "$ref": "3"
              },
              "departmentSortOrder": 11,
              "subDepartmentName": "sample string 12"
            },
            {
              "$ref": "50"
            }
          ],
          "productCount": 27,
          "pages": [
            {
              "$ref": "43"
            },
            {
              "$ref": "43"
            }
          ]
        },
        {
          "$ref": "43"
        }
      ],
      "priceHistory": [
        {
          "$id": "51",
          "pluG_UID": "xZjWfjM1HkW1Mzq+z/49fg==",
          "pluGuid": "7ed698c5-3533-451e-b533-3abecffe3d7e",
          "price": 1,
          "costCalcMethod": 1,
          "cost": 2,
          "weightedAvgCost": 3,
          "lastCost": 4,
          "rawCost": 5,
          "rawWeightedAvgCost": 6,
          "rawLastCost": 7,
          "costDecimals": 8,
          "serviceFeeID": 9,
          "freight": 10.0,
          "freightType": 11,
          "process": "sample string 12",
          "user": "sample string 13",
          "updated": "2025-06-14T07:08:31.5130463",
          "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": "51"
        }
      ],
      "ingredients": [
        {
          "$id": "52",
          "pluG_UID": "9PKDzh86IU64tzgGs0aD2Q==",
          "ingredientGuid": "6fp+73HLf0inqZJtenokAQ==",
          "ingredientIdentifier": "ef7efae9-cb71-487f-a7a9-926d7a7a2401",
          "quantity": 1.0,
          "storeIDs": [
            1,
            2
          ],
          "ingredientText": "sample string 1",
          "ingredient": {
            "$ref": "3"
          }
        },
        {
          "$ref": "52"
        }
      ],
      "bins": [
        {
          "$id": "53",
          "pluG_UID": "UJ9CFXsJO0OWKsTl+yCWNA==",
          "pluGuid": "15429f50-097b-433b-962a-c4e5fb209634",
          "shelfLocationIdentifier": "k6fPXGpbbUOa0dyYtmlMFw==",
          "shelfLocationGuid": "5ccfa793-5b6a-436d-9ad1-dc98b6694c17",
          "labelShelfDefault": 1,
          "labelTalkerDefault": 1,
          "labelSmall": true,
          "labelPageLayoutG_UID": "6tO5aYrAy0GchFaeJHgmBw==",
          "labelPageLayoutGuid": "69b9d3ea-c08a-41cb-9c84-569e24782607",
          "updated": "2025-06-14T07:08:31.5130463",
          "electronicShelfLabelIdentifier": "sample string 5",
          "electronicshelfLabelsConfigurationID": 6,
          "labelShelfChanged": true,
          "productName": "sample string 8",
          "locationText": "sample string 9",
          "product": {
            "$ref": "3"
          },
          "location": {
            "$id": "54",
            "identifier": "mfItYJkTvEWtp/X6wCcKNA==",
            "storeID": 1,
            "identifierGuid": "602df299-1399-45bc-ada7-f5fac0270a34",
            "name": "sample string 2",
            "haccp": true,
            "blueprintID": 1,
            "updated": "2025-06-14T07:08:31.5130463",
            "minTemp": 1,
            "maxTemp": 1,
            "checkFrequency": 1,
            "storeCaseConfiguration": 5,
            "storeName": "sample string 6",
            "bins": [
              {
                "$ref": "53"
              },
              {
                "$ref": "53"
              }
            ]
          }
        },
        {
          "$ref": "53"
        }
      ],
      "bin": {
        "$ref": "53"
      },
      "scaleLocations": [
        {
          "$id": "55",
          "plu": 1,
          "pluG_UID": "uK85FQCjB0eqPZ+sSVEJ/A==",
          "pluGuid": "1539afb8-a300-4707-aa3d-9fac495109fc",
          "deptNo": 1,
          "product": {
            "$ref": "3"
          },
          "scaleLocation": {
            "$id": "56",
            "id": 1,
            "deptNo": 1,
            "deptCode": "sample string 2",
            "name": "sample string 3",
            "enabled": true,
            "updated": "2025-06-14T07:08:31.5130463",
            "department": {
              "$id": "57",
              "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": "56"
              },
              "subDepartments": [
                {
                  "$id": "58",
                  "id": 1,
                  "departmentID": 2,
                  "name": "sample string 3",
                  "code": "sample string 4",
                  "departmentCode": "sample string 5",
                  "externalSales": true,
                  "minorDepartments": [
                    {
                      "$id": "59",
                      "id": 1,
                      "subDepartmentID": 2,
                      "departmentID": 3,
                      "name": "sample string 4",
                      "subDepartmentCode": "sample string 5",
                      "departmentCode": "sample string 6",
                      "code": "sample string 7",
                      "lesserDepartments": [
                        {
                          "$id": "60",
                          "id": 1,
                          "departmentID": 2,
                          "subDepartmentID": 3,
                          "minorDepartmentID": 4,
                          "name": "sample string 5",
                          "code": "sample string 6",
                          "departmentCode": "sample string 7",
                          "subDepartmentCode": "sample string 8",
                          "minorDepartmentCode": "sample string 9",
                          "updated": "2025-06-14T07:08:31.5130463",
                          "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": "oiupkNIv60+ywM1SrCJ73w==",
                          "labelPageLayoutGuid": "90a92ba2-2fd2-4feb-b2c0-cd52ac227bdf",
                          "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": "61",
                            "dept": 1,
                            "category": 2,
                            "name": "sample string 3",
                            "active": true,
                            "mscCommodities": [
                              {
                                "$id": "62",
                                "dept": 1,
                                "category": 2,
                                "commodity": 3,
                                "name": "sample string 4",
                                "active": true,
                                "mscSubCommodities": [
                                  {
                                    "$id": "63",
                                    "dept": 1,
                                    "category": 2,
                                    "commodity": 3,
                                    "subCommodity": 4,
                                    "name": "sample string 5",
                                    "active": true,
                                    "subCommodityCode": "sample string 7"
                                  },
                                  {
                                    "$ref": "63"
                                  }
                                ],
                                "commodityCode": "sample string 6"
                              },
                              {
                                "$ref": "62"
                              }
                            ],
                            "categoryCode": "sample string 5"
                          },
                          "mscCom": {
                            "$ref": "62"
                          },
                          "mscDep": {
                            "$id": "64",
                            "dept": 1,
                            "name": "sample string 2",
                            "active": true,
                            "mscCategories": [
                              {
                                "$ref": "61"
                              },
                              {
                                "$ref": "61"
                              }
                            ],
                            "deptCode": "sample string 4"
                          },
                          "mscSubCom": {
                            "$ref": "63"
                          }
                        },
                        {
                          "$ref": "60"
                        }
                      ],
                      "updated": "2025-06-14T07:08:31.5130463",
                      "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": "7LSFZotOckm9HZgVPMkRPg==",
                      "labelPageLayoutGuid": "6685b4ec-4e8b-4972-bd1d-98153cc9113e",
                      "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": "61"
                      },
                      "mscCom": {
                        "$ref": "62"
                      },
                      "mscDep": {
                        "$ref": "64"
                      },
                      "mscSubCom": {
                        "$ref": "63"
                      }
                    },
                    {
                      "$ref": "59"
                    }
                  ],
                  "investmentBuyOverride": true,
                  "updated": "2025-06-14T07:08:31.5130463",
                  "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": "qg8DWIAP2Ea2euCEpfAnfg==",
                  "labelPageLayoutGuid": "58030faa-0f80-46d8-b67a-e084a5f0277e",
                  "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": "61"
                  },
                  "mscCom": {
                    "$ref": "62"
                  },
                  "mscDep": {
                    "$ref": "64"
                  },
                  "mscSubCom": {
                    "$ref": "63"
                  }
                },
                {
                  "$ref": "58"
                }
              ],
              "stores": [
                1,
                2
              ],
              "investmentBuyOverride": true,
              "updated": "2025-06-14T07:08:31.5130463",
              "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": "YWS5c/LbcEmobJRl3jVRRw==",
              "labelPageLayoutGuid": "73b96461-dbf2-4970-a86c-9465de355147",
              "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": "61"
              },
              "mscCom": {
                "$ref": "62"
              },
              "mscDep": {
                "$ref": "64"
              },
              "mscSubCom": {
                "$ref": "63"
              }
            }
          }
        },
        {
          "$ref": "55"
        }
      ],
      "nextPrice": {
        "$id": "65",
        "id": 1,
        "campaignID": 2,
        "campaignName": "sample string 3",
        "plu": 1,
        "hostOfferID": 1,
        "metcashPromotionID": "sample string 4",
        "metcashPromotionPlacement": "sample string 5",
        "pluG_UID": "LStlZrSGcUmL3X/ITyB3oA==",
        "pluGuid": "66652b2d-86b4-4971-8bdd-7fc84f2077a0",
        "newPrice": 1,
        "pctDiscount": 1,
        "newCost": 1,
        "newCostDecimals": 6,
        "dealCostIdentifier": "CHLE9ebqskC1opLhn6yOqw==",
        "dealCostGuid": "f5c47208-eae6-40b2-b5a2-92e19fac8eab",
        "pluName": "sample string 7",
        "apn": "sample string 8",
        "fuelItem": true,
        "priceGroupG_UID": "nFyrpxkRWk2xHHMa6UMcGQ==",
        "priceGroupGuid": "a7ab5c9c-1119-4d5a-b11c-731ae9431c19",
        "itemNumber": "sample string 10",
        "cri": "sample string 11",
        "pluPrice": 12,
        "pluCost": 13,
        "pluCostIndicator": "sample string 14",
        "pluPriceGstPercent": 15,
        "pluCostGstPercent": 16,
        "pluActive": true,
        "cartonQty": 1.1,
        "baseUnits": 18.1,
        "salesMode": 1,
        "pluNormalCost": 19,
        "pluaws": 20.0,
        "directNumber": "sample string 21",
        "departmentName": "sample string 22",
        "subDepartmentName": "sample string 23",
        "priceGroupName": "sample string 24",
        "supplierName": "sample string 25",
        "stockOnHand": 1.1,
        "stockOnOrder": 1.1,
        "lastReceived": "2025-06-14T07:08:31.5130463",
        "rrp": 26,
        "campaignDescription": "sample string 27",
        "campaignComboPriceGroupG_UID": "vFPujYl6/UO1A1fWWO/t1Q==",
        "campaignComboPriceGroupIdentifier": "8dee53bc-7a89-43fd-b503-57d658efedd5",
        "promotionPlacementDescription": "sample string 28",
        "storeAcceptances": [
          {
            "$id": "66",
            "plu": 1,
            "pluG_UId": "QEA=",
            "campaignID": 1,
            "campaignName": "sample string 2",
            "storeID": 3,
            "acceptedUtc": "2025-06-14T07:08:31.5130463",
            "operatorG_UID": "a8cN8djeU0uPCko8CafRpA==",
            "operatorGuid": "f10dc76b-ded8-4b53-8f0a-4a3c09a7d1a4",
            "machineID": 1,
            "processed": true,
            "appliedUtc": "2025-06-14T07:08:31.5130463",
            "signIqTicketFileMovedUtc": "2025-06-14T07:08:31.5130463",
            "user": "sample string 6",
            "campaignDescription": "sample string 7",
            "productDesc": "sample string 8",
            "storeName": "sample string 9",
            "effectiveUtc": "2025-06-14T07:08:31.5130463",
            "priceChangeType": 0,
            "operatorName": "sample string 10",
            "hostCampaign": true,
            "product": {
              "$ref": "3"
            },
            "campaignPlu": {
              "$ref": "65"
            }
          },
          {
            "$ref": "66"
          }
        ],
        "campaign": {
          "$id": "67",
          "id": 1,
          "storeID": 2,
          "name": "7f211df2-c0ad-46d0-97b7-fbdddf9e715c",
          "nameGuid": "7f211df2-c0ad-46d0-97b7-fbdddf9e715c",
          "description": "sample string 4",
          "showDiscounts": true,
          "showTotals": true,
          "onlyEvaluateOnSubtotal": true,
          "useDescription": true,
          "campaignType": 1,
          "startDate": "2025-06-14T07:08:31.5130463",
          "startTime": 1,
          "endDate": "2025-06-14T07:08:31.5130463",
          "endTime": 1,
          "recurrence": 1,
          "recurrenceType": 1,
          "monthType": 1,
          "weekDays": 1,
          "months": 1,
          "monthWeeks": 1,
          "monthDays": "sample string 7",
          "printed": true,
          "talkerText": "sample string 8",
          "rangeDescription": "sample string 9",
          "dealDescription": "sample string 10",
          "labelQuantity": 11,
          "active": 1,
          "deactivated": "2025-06-14T07:08:31.5130463",
          "system": true,
          "created": "2025-06-14T07:08:31.5130463",
          "updated": "2025-06-14T07:08:31.5130463",
          "priceChangeNotifiedUtc": "2025-06-14T07:08:31.5130463",
          "promoType": 1,
          "promotionTypeCode": "sample string 13",
          "hostIdentifier": "XJ4ollD9QEGVNtTaIhYmrw==",
          "hostIdentifierGuid": "96289e5c-fd50-4140-9536-d4da221626af",
          "hostType": 14,
          "createdByUser": "sample string 15",
          "fromHost": true,
          "deleted": true,
          "campaignDeleted": "2025-06-14T07:08:31.5130463",
          "updatedByUser": "sample string 18",
          "offerID": 1,
          "isPriceChangeCampaign": true,
          "stores": [
            1,
            2
          ],
          "storeNames": [
            "sample string 1",
            "sample string 2"
          ],
          "campaignPlus": [
            {
              "$ref": "65"
            },
            {
              "$ref": "65"
            }
          ],
          "campaignPools": [
            {
              "$id": "68",
              "id": 1,
              "campaignID": 2,
              "campaignName": "sample string 3",
              "plu": 4,
              "pluG_UID": "05KsR55Py0GLqsEXHE7Kdg==",
              "pluGuid": "47ac92d3-4f9e-41cb-8baa-c1171c4eca76",
              "hostOfferID": 1,
              "priceGroupG_UID": "16/9ZgZfHE6l41AmcbviJw==",
              "priceGroupGuid": "66fdafd7-5f06-4e1c-a5e3-502671bbe227",
              "fuelItem": true,
              "pluName": "sample string 6",
              "apn": "sample string 7",
              "pluActive": true,
              "cartonQty": 1,
              "baseUnits": 9.1,
              "cri": "sample string 10",
              "salesMode": 1,
              "pluaws": 11.0,
              "directNumber": "sample string 12",
              "departmentName": "sample string 13",
              "subDepartmentName": "sample string 14",
              "priceGroupName": "sample string 15",
              "supplierName": "sample string 16",
              "stockOnHand": 1.1,
              "stockOnOrder": 1.1,
              "lastReceived": "2025-06-14T07:08:31.5130463",
              "rrp": 17,
              "campaignDescription": "sample string 18",
              "product": {
                "$ref": "3"
              },
              "campaign": {
                "$ref": "67"
              }
            },
            {
              "$ref": "68"
            }
          ],
          "sellingRules": [
            {
              "$id": "69",
              "id": 1,
              "identifier": "Ly064f3HZUW1ebFJAgvZOA==",
              "identifierStr": "Ly064f3HZUW1ebFJAgvZOA==",
              "identifierGuid": "e13a2d2f-c7fd-4565-b579-b149020bd938",
              "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": "67"
              }
            },
            {
              "$ref": "69"
            }
          ],
          "customers": [
            {
              "$id": "70",
              "id": 1,
              "campaignID": 2,
              "campaignName": "sample string 3",
              "customerID": "rZs3YYdTnkme0l4TJcnSrw==",
              "customerIDGuid": "61379bad-5387-499e-9ed2-5e1325c9d2af",
              "campaign": {
                "$ref": "67"
              },
              "customer": {
                "$id": "71",
                "identifier": "ScMQFLOdq0yn3aTBSjr3tA==",
                "identifierGuid": "1410c349-9db3-4cab-a7dd-a4c14a3af7b4",
                "code": "sample string 2",
                "familyName": "sample string 3",
                "givenName": "sample string 4",
                "otherName": "sample string 5",
                "title": "sample string 6",
                "dateOfBirth": "2025-06-14T07:08:31.5130463",
                "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": "5oZnE9gE/Uqy29scN95QuA==",
                "communityIdentifierGuid": "136786e6-04d8-4afd-b2db-db1c37de50b8",
                "joined": "2025-06-14T07:08:31.5130463",
                "updated": "2025-06-14T07:08:31.5130463",
                "active": true,
                "reasonInactive": 1,
                "groupCustomer": true,
                "loyaltyPoints": 1,
                "homeStoreID": 1,
                "availableSpend": 1,
                "priceLevelIdentifier": "jjdrtAC0IECG5fKsmGFbNg==",
                "priceLevelIdentifierGuid": "b46b378e-b400-4020-86e5-f2ac98615b36",
                "marketingID": "sample string 18",
                "hidden": true,
                "registered": true,
                "registeredOn": "2025-06-14T07:08:31.5130463",
                "emailMarketing": true,
                "smsMarketing": true,
                "deleted": true,
                "deletedUser": "sample string 24",
                "homeStoreName": "sample string 25",
                "customerCards": [
                  {
                    "$id": "72",
                    "cardType": 2,
                    "issueDate": "2025-06-14T07:08:31.5130463",
                    "expiry": "2025-06-14T07:08:31.5130463",
                    "customerID": "5lc/XW0/00erH7qYpzzo8g==",
                    "customerIDGuid": "5d3f57e6-3f6d-47d3-ab1f-ba98a73ce8f2",
                    "initialValue": 1,
                    "currentValue": 1,
                    "maxLimit": 1,
                    "minTransaction": 1,
                    "maxTransaction": 1,
                    "multiplier": 1.1,
                    "active": true,
                    "reasonInactive": 1,
                    "idRequired": true,
                    "idType": 1,
                    "idValue": "sample string 5",
                    "updated": "2025-06-14T07:08:31.5130463",
                    "linkedAccount": "P8qGwukyckyujDfISEw2FA==",
                    "linkedAccountGuid": "c286ca3f-32e9-4c72-ae8c-37c8484c3614",
                    "currentValueChanged": true,
                    "limitsChanged": true,
                    "customer": {
                      "$ref": "71"
                    },
                    "account": {
                      "$id": "73",
                      "id": 1,
                      "identifier": "XBAQLc9sHUeyYN3IrSXLyQ==",
                      "identifierGuid": "2d10105c-6ccf-471d-b260-ddc8ad25cbc9",
                      "referenceNo": "sample string 3",
                      "name": "sample string 4",
                      "created": "2025-06-14T07:08:31.5130463",
                      "owner": "hOtshgKX+EGRUvnB1ABTvg==",
                      "ownerGuid": "866ceb84-9702-41f8-9152-f9c1d40053be",
                      "accountStoreGroupIdentifier": "LlntjXXA20G35GttmztF7g==",
                      "accountStoreGroupGuid": "8ded592e-c075-41db-b7e4-6b6d9b3b45ee",
                      "accountType": 1,
                      "currentBalance": 1,
                      "externalID": "sample string 7",
                      "maximumLimit": 1,
                      "accruePoints": true,
                      "loyaltyPoints": 1,
                      "termsOfTrade": 1,
                      "signatureRequired": true,
                      "referenceRequired": true,
                      "statementSendType": 10,
                      "ageingPeriod": 1,
                      "monthlyAgeingPeriod": true,
                      "explodedInvoice": true,
                      "isFifoAllocation": true,
                      "lastStatementSent": "2025-06-14T07:08:31.5130463",
                      "active": true,
                      "updated": "2025-06-14T07:08:31.5130463",
                      "deleted": true,
                      "deletedUser": "sample string 16",
                      "currentBalanceChanged": true,
                      "maximumLimitChanged": true,
                      "loyaltyPointsChanged": true,
                      "projectedBalance": 17,
                      "accountStoreGroupStoreIDs": [
                        1,
                        2
                      ],
                      "customerEmail": "sample string 18",
                      "ownerCustomer": {
                        "$ref": "71"
                      },
                      "card": {
                        "$ref": "72"
                      },
                      "members": {
                        "$id": "74",
                        "sample string 1": [
                          {
                            "$ref": "71"
                          },
                          {
                            "$ref": "71"
                          }
                        ],
                        "sample string 2": [
                          {
                            "$ref": "71"
                          },
                          {
                            "$ref": "71"
                          }
                        ]
                      },
                      "customerGroups": [
                        {
                          "$id": "75",
                          "identifier": "IXryD38ZuEy02PF+enekEQ==",
                          "identifierGuid": "0ff27a21-197f-4cb8-b4d8-f17e7a77a411",
                          "name": "sample string 2",
                          "primaryContact": "bd5qNaUiwUee8WZrpkHzaA==",
                          "primaryContactGuid": "356ade6d-22a5-47c1-9ef1-666ba641f368",
                          "accountID": "qUjSa/5okUuhb9Yc/eyJCw==",
                          "accountIDGuid": "6bd248a9-68fe-4b91-a16f-d61cfdec890b",
                          "special": true,
                          "updated": "2025-06-14T07:08:31.5130463",
                          "active": true,
                          "reasonInactive": 1,
                          "priceLevelIdentifier": "IBrTs8hn2EebHCQHXEyOLg==",
                          "priceLevelIdentifierGuid": "b3d31a20-67c8-47d8-9b1c-24075c4c8e2e",
                          "deleted": true,
                          "account": {
                            "$ref": "73"
                          },
                          "primaryContactCustomer": {
                            "$ref": "71"
                          },
                          "customerGroupMembers": [
                            {
                              "$id": "76",
                              "id": 1,
                              "groupID": "FPFYC0U/CEeg0WqvgGz/Uw==",
                              "groupIDGuid": "0b58f114-3f45-4708-a0d1-6aaf806cff53",
                              "customerID": "FDTd7C1Zd0K1J7uMjq7uMA==",
                              "customerIDGuid": "ecdd3414-592d-4277-b527-bb8c8eaeee30",
                              "card": "sample string 4",
                              "linkedAccount": "sqfJJLFd10+D0wEKYnJpuA==",
                              "linkedAccountGuid": "24c9a7b2-5db1-4fd7-83d3-010a627269b8",
                              "customer": {
                                "$ref": "71"
                              },
                              "group": {
                                "$ref": "75"
                              },
                              "customerCard": {
                                "$ref": "72"
                              }
                            },
                            {
                              "$ref": "76"
                            }
                          ]
                        },
                        {
                          "$ref": "75"
                        }
                      ]
                    },
                    "payments": [
                      {
                        "$id": "77",
                        "id": 1,
                        "identifier": "oHHculSDwkK9e1zD/1n4zg==",
                        "identifierGuid": "badc71a0-8354-42c2-bd7b-5cc3ff59f8ce",
                        "storeID": 2,
                        "operatorName": "sample string 3",
                        "saleHeaderID": 4,
                        "paymentType": 5,
                        "amount": 6,
                        "account": "sample string 7",
                        "accountID": "vrKkVrs2Jk+Q1NJAd2BTQQ==",
                        "accountIDGuid": "56a4b2be-36bb-4f26-90d4-d24077605341",
                        "customerAccount": {
                          "$ref": "73"
                        },
                        "customerCard": {
                          "$ref": "72"
                        },
                        "accountType": 1,
                        "cardName": "sample string 8",
                        "authorisationNumber": "sample string 9",
                        "bankReference": "sample string 10",
                        "merchantID": "sample string 11",
                        "terminalID": "sample string 12",
                        "cardNumber": "sample string 13",
                        "paymentDate": "2025-06-14T07:08:31.5130463",
                        "invRocNo": "sample string 14",
                        "responseCode": "sample string 15",
                        "cashout": 1,
                        "tip": 16,
                        "idempotentVoid": "iA4LbTkiO0W+P1o8UY3pjg==",
                        "idempotentVoidGuid": "6d0b0e88-2239-453b-be3f-5a3c518de98e",
                        "offline": true,
                        "processed": 1,
                        "storeSaleHeader": {
                          "$id": "78",
                          "saleHeaderID": 1,
                          "saleHeaderGuid": "UffrUJZU4ESnEfLeBsxIOQ==",
                          "saleHeaderIdentifierGuid": "50ebf751-5496-44e0-a711-f2de06cc4839",
                          "created": "2025-06-14T07:08:31.5130463",
                          "createdLocal": "2025-06-14T07:08:31.5130463",
                          "createdText": "sample string 4",
                          "itemCount": 5,
                          "totalAmount": 6,
                          "cashTender": 1,
                          "cardTender": 1,
                          "cheqTender": 1,
                          "acctTender": 1,
                          "voucherTender": 1,
                          "loyaltyPoints": 1,
                          "cashout": 1,
                          "changeAmount": 1,
                          "rounding": 1,
                          "gstAmount": 1,
                          "transactionDiscountTender": 1,
                          "totalTip": 7,
                          "tranType": 1,
                          "processed": 1,
                          "imported": "2025-06-14T07:08:31.5130463",
                          "storeID": 1,
                          "operatorG_Uid": "pKv0lS/EyE6JHYL4RrGjeQ==",
                          "operatorGuid": "95f4aba4-c42f-4ec8-891d-82f846b1a379",
                          "customerG_Uid": "hfl15Me4Jk+cjfep1najYw==",
                          "customerGuid": "e475f985-b8c7-4f26-9c8d-f7a9d676a363",
                          "communityIdentifier": "ilmAK2IBlkCv7zsbbJrs1g==",
                          "communityIdentifierGuid": "2b80598a-0162-4096-afef-3b1b6c9aecd6",
                          "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": "26WQ8eKQhkSQxM6Bft8bgg==",
                          "priceLevelIdentifierGuid": "f190a5db-90e2-4486-90c4-ce817edf1b82",
                          "locked": 36,
                          "relationChecksum": "sample string 37",
                          "loyaltyTender": 1,
                          "giftCardTender": 1,
                          "operator": {
                            "$ref": "38"
                          },
                          "customer": {
                            "$ref": "71"
                          },
                          "communityOrganisation": {
                            "$id": "79",
                            "id": 1,
                            "identifier": "97CSZ5NPyU231VEyUISq5Q==",
                            "identifierGuid": "6792b0f7-4f93-4dc9-b7d5-51325084aae5",
                            "name": "sample string 3",
                            "lookupIdentifier": "sample string 4",
                            "externalID": "sample string 5",
                            "phone": "sample string 6",
                            "fax": "sample string 7",
                            "email": "sample string 8",
                            "address1": "sample string 9",
                            "address2": "sample string 10",
                            "city": "sample string 11",
                            "postCode": "sample string 12",
                            "state": "sample string 13",
                            "country": "sample string 14",
                            "totalAmountAwarded": 15.1,
                            "updated": "2025-06-14T07:08:31.5130463",
                            "deleted": true
                          },
                          "details": [
                            {
                              "$id": "80",
                              "saleItemID": 1,
                              "identifier": "viiNG7cE0kG2NoymyW0x5w==",
                              "identifierGuid": "1b8d28be-04b7-41d2-b636-8ca6c96d31e7",
                              "saleHeaderID": 2,
                              "plu": 1,
                              "pluG_UId": "lx/lfNxf+0eJtorzktlkzQ==",
                              "pluGuid": "7ce51f97-5fdc-47fb-89b6-8af392d964cd",
                              "accountID": "r+p6qgLmFk+tNGRI7ecjUw==",
                              "accountIDGuid": "aa7aeaaf-e602-4f16-ad34-6448ede72353",
                              "normalPrice": 3,
                              "originalSellingPrice": 4,
                              "discountPrice": 5,
                              "unit": 1,
                              "quantity": 6,
                              "totalCents": 7,
                              "fixedPrice": 1,
                              "tranType": 1,
                              "discountType": 1,
                              "cost": 1,
                              "costDecimals": 8,
                              "markdown": 1,
                              "manualQuantity": 1,
                              "manualPrice": 1,
                              "manualMode": 1,
                              "active": 1,
                              "offline": true,
                              "barcode": "sample string 9",
                              "keyedSale": 1,
                              "discountedID": 1,
                              "fuelID": 1,
                              "serialNumber": "sample string 10",
                              "bestOrExpire": "2025-06-14T07:08:31.5130463",
                              "bestOrExpireType": 1,
                              "providerName": "sample string 11",
                              "refundG_UID": "X3XoLCFnyUm8SmPG6d+7Ug==",
                              "refundGuid": "2ce8755f-6721-49c9-bc4a-63c6e9dfbb52",
                              "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": "EVFCbFESIUeK0Vj+ZEqjBQ==",
                              "idempotentVoidGuid": "6c425111-1251-4721-8ad1-58fe644aa305",
                              "priceLevelIdentifier": "z3gemTb/10+VAq6KmAN7Jg==",
                              "priceLevelIdentifierGuid": "991e78cf-ff36-4fd7-9502-ae8a98037b26",
                              "productName": "sample string 23",
                              "apn": "sample string 24",
                              "unknownScans": [
                                {
                                  "$id": "81",
                                  "id": 1,
                                  "saleDetailID": 2,
                                  "storeID": 1,
                                  "scanned": "2025-06-14T07:08:31.5130463",
                                  "operatorG_UID": "QEA=",
                                  "barcode": "sample string 4",
                                  "processed": 1
                                },
                                {
                                  "$ref": "81"
                                }
                              ],
                              "refund": {
                                "$id": "82",
                                "id": 1,
                                "g_UID": "HcmLFPnl1EyPoNfoyu8cNw==",
                                "guid": "148bc91d-e5f9-4cd4-8fa0-d7e8caef1c37",
                                "description": "sample string 1",
                                "dumped": true,
                                "inventoryReasonID": 1,
                                "sortOrder": 1,
                                "updated": "2025-06-14T07:08:31.5130463"
                              },
                              "modifier": {
                                "$id": "83",
                                "id": 1,
                                "setG_UID": "sH4ualg4I0epO7UJ5/WG5w==",
                                "modifierSetGuid": "6a2e7eb0-3858-4723-a93b-b509e7f586e7",
                                "name": "sample string 2",
                                "price": 1,
                                "quantity": 1,
                                "modifierType": 1,
                                "groupNumber": 1,
                                "pageNumber": 1,
                                "controlOrder": 1,
                                "printToStation": true,
                                "pluG_UID": "woWASSxHBkmd0x4ytVR7nw==",
                                "pluGuid": "498085c2-472c-4906-9dd3-1e32b5547b9f",
                                "deleted": true,
                                "g_UID": "iaL1A8tXzkOway+kI5KjFA==",
                                "guid": "03f5a289-57cb-43ce-b06b-2fa42392a314",
                                "product": {
                                  "$ref": "3"
                                }
                              },
                              "priceLevelName": "sample string 25",
                              "pumpNumber": 1,
                              "hoseNumber": 1
                            },
                            {
                              "$ref": "80"
                            }
                          ],
                          "eftReceipts": [
                            {
                              "$id": "84",
                              "id": 1,
                              "storeID": 1,
                              "saleHeaderID": 2,
                              "storeSaleHeader": {
                                "$ref": "78"
                              },
                              "receipt": "sample string 3",
                              "processed": 1
                            },
                            {
                              "$ref": "84"
                            }
                          ],
                          "payments": [
                            {
                              "$ref": "77"
                            },
                            {
                              "$ref": "77"
                            }
                          ],
                          "cards": [
                            {
                              "$id": "85",
                              "id": 1,
                              "saleHeaderID": 1,
                              "identifier": "sample string 2",
                              "cardType": 3,
                              "providerName": "sample string 4"
                            },
                            {
                              "$ref": "85"
                            }
                          ],
                          "campaignHits": [
                            {
                              "$id": "86",
                              "id": 1,
                              "saleHeaderID": 2,
                              "campaign": "sample string 3",
                              "name": "sample string 4",
                              "processed": 1,
                              "campaignDescription": "sample string 5"
                            },
                            {
                              "$ref": "86"
                            }
                          ],
                          "fuel": [
                            {
                              "$id": "87",
                              "id": 1,
                              "plu": 1,
                              "pluG_UID": "wzWHulHcJEWDV2jiO57/xA==",
                              "pluGuid": "ba8735c3-dc51-4524-8357-68e23b9effc4",
                              "saleHeaderID": 2,
                              "totalCents": 3,
                              "grade": 1,
                              "gradeDescription": "sample string 4",
                              "dispenser": 1,
                              "hose": 1,
                              "quantity": 1,
                              "cost": 1,
                              "acquirerNum": 1,
                              "attendant": 1,
                              "ePurseBalance": 1.0,
                              "cardSignature": "sample string 5",
                              "compartmentNumber": 1,
                              "contractNumber": 1,
                              "discountCardPAN": "sample string 6",
                              "discountID": 1,
                              "discountName": "sample string 7",
                              "discountNetValue": 1.0,
                              "discountType": 1,
                              "discountValue": 1.0,
                              "discretionaryData": "sample string 8",
                              "driverID": "sample string 9",
                              "eftBatchNumber": 1,
                              "eftResponseCode": "sample string 10",
                              "endDateTime": "2025-06-14T07:08:31.5130463",
                              "engineHours": 1.1,
                              "fposNumber": 1,
                              "loyaltyCardPAN": "sample string 11",
                              "miscData1": 1,
                              "miscData2": "sample string 12",
                              "miscFlags": 1,
                              "mop": 1,
                              "odometer": 1,
                              "panNumber": "sample string 13",
                              "saleRefund": true,
                              "saleStatus": 1,
                              "sequenceNumber": 1,
                              "stan": 1,
                              "startDateTime": "2025-06-14T07:08:31.5130463",
                              "tagNumber": "sample string 15",
                              "trackTwoRem": "sample string 16",
                              "transCode": 1,
                              "transType": 1,
                              "unitPrice": 1.0,
                              "vehicleReg": "sample string 17",
                              "offline": true,
                              "processed": 1
                            },
                            {
                              "$ref": "87"
                            }
                          ],
                          "fuelResells": [
                            {
                              "$id": "88",
                              "saleItemID": 1,
                              "saleHeaderID": 2,
                              "plu": 1,
                              "pluG_UId": "N3QcvgHC5UawhZ/BepHWDg==",
                              "pluGuid": "be1c7437-c201-46e5-b085-9fc17a91d60e",
                              "accountID": "fD6n0cELlEabbj91qrHYaQ==",
                              "accountIDGuid": "d1a73e7c-0bc1-4694-9b6e-3f75aab1d869",
                              "normalPrice": 3,
                              "originalSellingPrice": 4,
                              "discountPrice": 5,
                              "unit": 1,
                              "quantity": 6,
                              "totalCents": 7,
                              "fixedPrice": 1,
                              "tranType": 1,
                              "processed": 1,
                              "discountType": 1,
                              "cost": 1,
                              "costDecimals": 1,
                              "markdown": 1,
                              "manualQuantity": 1,
                              "manualPrice": 1,
                              "manualMode": 1,
                              "active": 1,
                              "barcode": "sample string 8",
                              "offline": 1,
                              "keyedSale": 1,
                              "discountedID": 1,
                              "fuelID": 1,
                              "serialNumber": "sample string 9",
                              "bestOrExpire": "2025-06-14T07:08:31.5130463",
                              "bestOrExpireType": 1,
                              "refundG_UID": "mA0E/fylEEa/4YgUiCZ94A==",
                              "refundGuid": "fd040d98-a5fc-4610-bfe1-881488267de0",
                              "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": "88"
                            }
                          ],
                          "customerOrder": [
                            {
                              "$id": "89",
                              "identifier": "Hv3CpgvkY0G+iRY9YeZHUQ==",
                              "identifierGuid": "a6c2fd1e-e40b-4163-be89-163d61e64751",
                              "id": 1,
                              "orderNo": 2,
                              "externalSaleIdentifier": "sample string 3",
                              "storeID": 4,
                              "zoneID": 5,
                              "deptNo": 6,
                              "customerIdentifier": "go9klBfXsU+wA+AkH3Zj2w==",
                              "customerIdentifierGuid": "94648f82-d717-4fb1-b003-e0241f7663db",
                              "operatorNo": 1,
                              "operatorG_UID": "m2oG9JYv2k+6RROtYgKrLQ==",
                              "operatorGuid": "f4066a9b-2f96-4fda-ba45-13ad6202ab2d",
                              "created": "2025-06-14T07:08:31.5130463",
                              "ordered": "2025-06-14T07:08:31.5130463",
                              "started": "2025-06-14T07:08:31.5130463",
                              "completed": "2025-06-14T07:08:31.5130463",
                              "supplied": "2025-06-14T07:08:31.5130463",
                              "quickTicket": 1,
                              "deleted": true,
                              "walkAway": true,
                              "approxWait": 1,
                              "actualWait": 1,
                              "deliveryMethod": 8,
                              "externalSaleType": 9,
                              "customer": {
                                "$ref": "71"
                              },
                              "operator": {
                                "$ref": "38"
                              },
                              "details": [
                                {
                                  "$id": "90",
                                  "headerID": 1,
                                  "plu": 1,
                                  "pluG_UId": "+mT9L1n2vky34HU1N5exmg==",
                                  "pluGuid": "2ffd64fa-f659-4cbe-b7e0-75353797b19a",
                                  "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": "3fR4QqCC0UeX+ZuwGBSm3g==",
                                  "headerIdentifierGuid": "4278f4dd-82a0-47d1-97f9-9bb01814a6de",
                                  "product": {
                                    "$ref": "3"
                                  }
                                },
                                {
                                  "$ref": "90"
                                }
                              ],
                              "storeName": "sample string 11",
                              "customerName": "sample string 12",
                              "storeReplyTo": "sample string 13",
                              "storeSubjectLine": "sample string 14",
                              "storeSaleHeader": {
                                "$ref": "78"
                              }
                            },
                            {
                              "$ref": "89"
                            }
                          ],
                          "surveyResponses": [
                            {
                              "$id": "91",
                              "surveyG_UID": "ihjtbFHU3k6qwLFnM8Q1ew==",
                              "surveyGuid": "6ced188a-d451-4ede-aac0-b16733c4357b",
                              "saleHeaderGuid": "X1rLCTpB+0qwsI5bTdXqCA==",
                              "saleGuid": "09cb5a5f-413a-4afb-b0b0-8e5b4dd5ea08",
                              "textResponse": "sample string 1",
                              "integerResponse": 1,
                              "g_UIDResponse": "42Hneup7d0y1dzYJGxa2/A==",
                              "guidResponse": "7ae761e3-7bea-4c77-b577-36091b16b6fc",
                              "whoAnswered": 2,
                              "answeredAtUTC": "2025-06-14T07:08:31.5130463",
                              "sale": {
                                "$ref": "78"
                              },
                              "survey": {
                                "$id": "92",
                                "g_UID": "GOgYInasKk+yGJlcQlT9cg==",
                                "guid": "2218e818-ac76-4f2a-b218-995c4254fd72",
                                "name": "sample string 1",
                                "storeID": 2,
                                "zoneID": 1,
                                "checkoutFormG_UID": "9ueiuWw6k0qGUMi/+thSuQ==",
                                "checkoutFormGuid": "b9a2e7f6-3a6c-4a93-8650-c8bffad852b9",
                                "displayToWho": 3,
                                "displayWhen": 4,
                                "start": "2025-06-14T07:08:31.5130463",
                                "end": "2025-06-14T07:08:31.5130463",
                                "deleted": true,
                                "updated": "2025-06-14T07:08:31.5130463",
                                "possibleIntegerResponses": [
                                  1,
                                  2
                                ],
                                "possibleTextResponses": [
                                  "sample string 1",
                                  "sample string 2"
                                ],
                                "possibleGuidResponses": [
                                  "8405d4b1-b128-4348-8135-1a66e8ef677f",
                                  "6e15fec2-3deb-492c-a156-51368fc0281e"
                                ],
                                "allowsAllTextResponses": true,
                                "surveyForm": {
                                  "$ref": "46"
                                }
                              },
                              "ingressId": "sample string 4"
                            },
                            {
                              "$ref": "91"
                            }
                          ],
                          "storeName": "sample string 38",
                          "machineName": "sample string 39",
                          "operatorName": "sample string 40",
                          "direction": 1,
                          "reason": "sample string 41",
                          "accountG_UID": "dNqsMn9s+EKUCNtsCyIi8A==",
                          "accountIdentifier": "32acda74-6c7f-42f8-9408-db6c0b2222f0",
                          "accountName": "sample string 42",
                          "customerOrderIdentifier": "XvZT8CXXk0yVNXHvP+qitg==",
                          "customerOrderIdentifierGuid": "f053f65e-d725-4c93-9535-71ef3feaa2b6",
                          "priceLevelName": "sample string 43",
                          "revision": 44,
                          "ingressId": "sample string 45"
                        },
                        "metadata": {
                          "$id": "93",
                          "id": 1,
                          "paymentID": 2,
                          "paymentIdentifier": "im3e2/F0mEqZ44FFLhtgVg==",
                          "paymentIdentifierGuid": "dbde6d8a-74f1-4a98-99e3-81452e1b6056",
                          "identifier": "zNUjEhM3a0Sdup9UN5TBIw==",
                          "identifierGuid": "1223d5cc-3713-446b-9dba-9f543794c123",
                          "metadata": "sample string 3",
                          "signatureImage": "QEA=",
                          "itemIdentifier": "epEblYKxfUWXp/NN2QsufQ==",
                          "itemIdentifierGuid": "951b917a-b182-457d-97a7-f34dd90b2e7d"
                        }
                      },
                      {
                        "$ref": "77"
                      }
                    ]
                  },
                  {
                    "$ref": "72"
                  }
                ],
                "customerGroupMembers": [
                  {
                    "$ref": "76"
                  },
                  {
                    "$ref": "76"
                  }
                ],
                "customerGroups": [
                  {
                    "$ref": "75"
                  },
                  {
                    "$ref": "75"
                  }
                ],
                "accounts": [
                  {
                    "$ref": "73"
                  },
                  {
                    "$ref": "73"
                  }
                ],
                "account": {
                  "$ref": "73"
                },
                "vouchers": [
                  {
                    "$id": "94",
                    "customerIdentifier": "3TUPrdqc8E6JvWBdHvdnLA==",
                    "customerIdentifierGuid": "ad0f35dd-9cda-4ef0-89bd-605d1ef7672c",
                    "voucherName": "sample string 2",
                    "count": 3,
                    "storeID": 4,
                    "barcode": "sample string 5",
                    "redeemCount": 6,
                    "issueCount": 7,
                    "storeSalePaymentID": 1,
                    "idempotentID": "iV8B3k5PaE+pvJSCFy8QTA==",
                    "idempotentGuid": "de015f89-4f4e-4f68-a9bc-9482172f104c",
                    "offline": true,
                    "voucher": {
                      "$id": "95",
                      "id": 1,
                      "name": "sample string 2",
                      "description": "sample string 3",
                      "shortDescription": "sample string 4",
                      "url": "sample string 5",
                      "barcodeTemplateID": 1,
                      "expiry": 0,
                      "voucherType": 6,
                      "limitPerTransaction": 7,
                      "customerTracking": true,
                      "discountAccount": "sample string 9",
                      "endDate": "2025-06-14T07:08:31.5130463",
                      "barcodeTemplate": {
                        "$id": "96",
                        "templateID": 1,
                        "template": "sample string 1",
                        "bcFunction": "sample string 2",
                        "sortOrder": 3
                      },
                      "scaleLabel": {
                        "$id": "97",
                        "id": 1,
                        "uid": "sample string 2",
                        "name": "sample string 3",
                        "width": 1.1,
                        "height": 1.1,
                        "showBorder": true,
                        "borderWidth": 1.1,
                        "borderStyle": 1,
                        "borderColour": "sample string 5",
                        "updated": "2025-06-14T07:08:31.5130463",
                        "labelPageLayout": "o4pltXol00uC+tEMvKUtLg==",
                        "pageLayoutGuid": "b5658aa3-257a-4bd3-82fa-d10cbca52d2e",
                        "labelType": 6,
                        "oldName": "sample string 7",
                        "voucher": {
                          "$ref": "95"
                        },
                        "elements": [
                          {
                            "$id": "98",
                            "id": 1,
                            "scaleLabelID": 2,
                            "showPercentDI": true,
                            "showAvgPerHundred": true,
                            "showAvgPerServe": true,
                            "name": "sample string 6",
                            "x": 1.1,
                            "y": 1.1,
                            "width": 1.1,
                            "height": 1.1,
                            "type": 1,
                            "rotation": 1,
                            "text": "sample string 7",
                            "fontFamily": "sample string 8",
                            "align": 1,
                            "bold": true,
                            "italic": true,
                            "underline": true,
                            "strikeout": true,
                            "reverse": true,
                            "textColour": "sample string 9",
                            "fontSize": 1.1,
                            "picture": "QEA=",
                            "borderWidth": 10,
                            "sortOrder": 11,
                            "printOptions": 12,
                            "superScriptTextFontSize": 1.1,
                            "lineStyle": 1,
                            "spacingStyle": 1,
                            "interCharacterSpacing": 1.1,
                            "superScriptOffset": 1.1,
                            "lineSpacing": 1.1,
                            "dateFormat": "sample string 13",
                            "autoGrow": true,
                            "fontAutoResize": true,
                            "updated": "2025-06-14T07:08:31.5130463"
                          },
                          {
                            "$ref": "98"
                          }
                        ]
                      },
                      "customerVouchers": [
                        {
                          "$id": "99",
                          "id": 1,
                          "customerIdentifier": "m4bdsTFl502phPCi5lyd5Q==",
                          "customerIdentifierGuid": "b1dd869b-6531-4de7-a984-f0a2e65c9de5",
                          "voucherID": 3,
                          "voucherName": "sample string 4",
                          "storeID": 1,
                          "barcode": "sample string 5",
                          "dateOfIssue": "2025-06-14T07:08:31.5130463",
                          "issuedSaleHeaderID": 1,
                          "issuedSaleIdentifier": "sample string 7",
                          "issuedOfflinePaymentID": 1,
                          "issuedIdempotentID": "TrPP73MfKUuL/F5+Fu5Qzw==",
                          "issuedIdempotentGuid": "efcfb34e-1f73-4b29-8bfc-5e7e16ee50cf",
                          "issuedOffline": true,
                          "issuedUser": "sample string 9",
                          "issuedNotes": "sample string 10",
                          "expiryDate": "2025-06-14T07:08:31.5130463",
                          "expiredUser": "sample string 11",
                          "expiredNotes": "sample string 12",
                          "redeemed": "2025-06-14T07:08:31.5130463",
                          "redeemedSaleHeaderID": 1,
                          "redeemedSaleIdentifier": "sample string 13",
                          "redeemedOfflinePaymentID": 1,
                          "redeemedIdempotentID": "LuQnDfgdIE2fY/1Npo8q3w==",
                          "redeemedIdempotentGuid": "0d27e42e-1df8-4d20-9f63-fd4da68f2adf",
                          "redeemedUser": "sample string 14",
                          "redeemedNotes": "sample string 15",
                          "redeemedOffline": true,
                          "updated": "2025-06-14T07:08:31.5130463",
                          "storeName": "sample string 17",
                          "scaleLabel": {
                            "$ref": "97"
                          },
                          "voucher": {
                            "$ref": "95"
                          },
                          "customer": {
                            "$ref": "71"
                          },
                          "issuedOfflinePayment": {
                            "$ref": "77"
                          },
                          "redeemedOfflinePayment": {
                            "$ref": "77"
                          }
                        },
                        {
                          "$ref": "99"
                        }
                      ]
                    },
                    "customer": {
                      "$ref": "71"
                    }
                  },
                  {
                    "$ref": "94"
                  }
                ]
              }
            },
            {
              "$ref": "70"
            }
          ],
          "customerGroups": [
            {
              "$id": "100",
              "id": 1,
              "campaignID": 2,
              "campaignName": "sample string 3",
              "groupID": "yhQB+Hl0WUC88REYpIoJfw==",
              "groupIDGuid": "f80114ca-7479-4059-bcf1-1118a48a097f",
              "campaign": {
                "$ref": "67"
              },
              "group": {
                "$ref": "75"
              }
            },
            {
              "$ref": "100"
            }
          ],
          "signIqTickets": [
            {
              "$id": "101",
              "identifier": "H52zWVrgI0SaBbVZlFLssw==",
              "identifierGuid": "59b39d1f-e05a-4423-9a05-b5599452ecb3",
              "campaignName": "sample string 2",
              "message": "sample string 3",
              "ticketFileSource": "sample string 4",
              "ticketFileDestination": "sample string 5",
              "storeID": 1
            },
            {
              "$ref": "101"
            }
          ],
          "comboPriceGroups": [
            {
              "$id": "102",
              "id": 1,
              "campaignID": 2,
              "campaignName": "sample string 3",
              "g_UID": "y/SneaZkEE+o3zhF2XPPlg==",
              "guid": "79a7f4cb-64a6-4f10-a8df-3845d973cf96",
              "description": "sample string 5",
              "newPrice": 1,
              "rangeDescription": "sample string 6",
              "dealDescription": "sample string 7",
              "labelQuantity": 8,
              "hostProductCategoryID": 1,
              "offerID": 1,
              "dontUpdatePricePlus": true,
              "campaign": {
                "$ref": "67"
              },
              "comboPricePlus": [
                {
                  "$id": "103",
                  "id": 1,
                  "campaignID": 2,
                  "campaignName": "sample string 3",
                  "groupG_UID": "lmiSdXCKN0eSLGYgXp8lTQ==",
                  "groupGuid": "75926896-8a70-4737-922c-66205e9f254d",
                  "comboPriceType": 5,
                  "priceType": 5,
                  "pluG_UID": "u0dmY3oQJ0ir30sJvVklrw==",
                  "pluGuid": "636647bb-107a-4827-abdf-4b09bd5925af",
                  "priceGroupG_UID": "1uvSLi/C10K460f299/UQQ==",
                  "priceGroupGuid": "2ed2ebd6-c22f-42d7-b8eb-47f6f7dfd441",
                  "campaignPoolID": "sample string 7",
                  "quantity": 1,
                  "campaign": {
                    "$ref": "67"
                  },
                  "product": {
                    "$ref": "3"
                  },
                  "priceGroup": {
                    "$ref": "32"
                  },
                  "campaignPool": {
                    "$ref": "67"
                  }
                },
                {
                  "$ref": "103"
                }
              ]
            },
            {
              "$ref": "102"
            }
          ],
          "priceLevels": [
            {
              "$id": "104",
              "id": 1,
              "priceLevelIdentifier": "/YyjR16qkkiPlcN8gbXm5Q==",
              "priceLevelIdentifierGuid": "47a38cfd-aa5e-4892-8f95-c37c81b5e6e5",
              "campaignName": "sample string 3",
              "priceLevelName": "sample string 4"
            },
            {
              "$ref": "104"
            }
          ]
        },
        "product": {
          "$ref": "3"
        },
        "dealCost": {
          "$id": "105",
          "headerIdentifier": "W5e+bBg8GU+XecXjUpNeHA==",
          "headerIdentifierGuid": "6cbe975b-3c18-4f19-9779-c5e352935e1c",
          "identifier": "nLtZ8bI+cEyw0IoUJYJdUg==",
          "identifierGuid": "f159bb9c-3eb2-4c70-b0d0-8a1425825d52",
          "supplierIdentifier": "Vsb9I3VTzEy+mDyoI4eiXA==",
          "supplierGuid": "23fdc656-5375-4ccc-be98-3ca82387a25c",
          "pluG_UID": "8ueEtQcCp06hftmv4Ja4/A==",
          "pluGuid": "b584e7f2-0207-4ea7-a17e-d9afe096b8fc",
          "campaignName": "ccda9715-0bf6-4859-97d4-dd51a5e2d6cf",
          "description": "sample string 4",
          "cost": 5,
          "costDecimals": 6,
          "start": "2025-06-14T07:08:31.5130463",
          "end": "2025-06-14T07:08:31.5130463",
          "type": 9,
          "promoType": 10,
          "bonusItemPLUG_UID": "cwXGVj+3XUuCn5RAEqUpmQ==",
          "bonusItemPluGuid": "56c60573-b73f-4b5d-829f-944012a52999",
          "bonusPurchaseUnits": 11,
          "bonusReceiveUnits": 12,
          "updated": "2025-06-14T07:08:31.5130463",
          "metcashPromotionID": "sample string 14",
          "fromHost": 15,
          "storeNames": "sample string 16",
          "storeIDs": [
            1,
            2
          ],
          "supplierName": "sample string 17",
          "campaignDescription": "sample string 18",
          "newPrice": 1,
          "campaignMetcashPromotionID": "sample string 19",
          "campaignActive": true,
          "campaignStartDate": "2025-06-14T07:08:31.5130463",
          "campaignEndDate": "2025-06-14T07:08:31.5130463",
          "masterPLUG_UID": "WzlYFTvS3kOT+aXChEE6jQ==",
          "masterID": "1558395b-d23b-43de-93f9-a5c284413a8d",
          "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": "hwSc4BgvtkGy3Ya/T/pYtw==",
          "bonusMasterID": "e09c0487-2f18-41b6-b2dd-86bf4ffa58b7",
          "bonusProductName": "sample string 34",
          "bonusProductAPN": "sample string 35",
          "bonusOrderCode": "sample string 36",
          "bonusNormalSell": 37,
          "bonusNormalCost": 38,
          "bonusNormalCostDecimals": 39,
          "bonusCartonQuantity": 40,
          "bonusSalesMode": 41,
          "bonusOrderPacked": 42,
          "bonusFuelItem": true,
          "bonusActive": true
        }
      },
      "currentCostStart": "2025-06-14T07:08:31.5130463",
      "dealCosts": [
        {
          "$ref": "105"
        },
        {
          "$ref": "105"
        }
      ],
      "tags": [
        {
          "$id": "106",
          "pluG_UID": "bx4xWDl5RUyG7rF7h3yN3w==",
          "pluGuid": "58311e6f-7939-4c45-86ee-b17b877c8ddf",
          "tagID": 1,
          "description": "sample string 1",
          "storeIDs": [
            1,
            2
          ]
        },
        {
          "$ref": "106"
        }
      ],
      "alternateProductG_UID": "OsLGAk8PYkm1I6Yj2ecuPQ==",
      "alternateProduct": "02c6c23a-0f4f-4962-b523-a623d9e72e3d",
      "productHostCode": {
        "$id": "107",
        "id": 1,
        "pluG_UID": "nAh3GXpsUkCwLGiAmXBk3Q==",
        "pluGuid": "1977089c-6c7a-4052-b02c-6880997064dd",
        "ibaCode": "sample string 2"
      },
      "mscCat": {
        "$ref": "61"
      },
      "mscCom": {
        "$ref": "62"
      },
      "mscDep": {
        "$ref": "64"
      },
      "mscSubCom": {
        "$ref": "63"
      },
      "isUserUpdate": true,
      "ignoreMasterProduct": true,
      "priceGroupLabelRequested": true,
      "firstSold": "2025-06-14T07:08:31.5130463",
      "inventoryTracked": "2025-06-14T07:08:31.5130463",
      "isNormalPriceChangesCampaign": true
    },
    "incrementCount": true,
    "minimumQuantity": 1,
    "randomWeight": true,
    "salesMode": 43,
    "cartons": 1,
    "weight": 1,
    "units": 1,
    "autoOrderStatus": 1,
    "invoiceDetailReceive": true
  },
  {
    "$ref": "1"
  }
]

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.