GET api/supplier/{id}/product/{guid}?relations={relations}

Get supplier ordering information

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

supplier identifier

globally unique identifier

Required

guid

Product identifier

globally unique identifier

Required

relations

Flag to indicate if relational models should also be returned

boolean

Default value is False

Body Parameters

None.

Response Information

Resource Description

Matching supplier ordering information

ProductOrderingDetail
NameDescriptionTypeAdditional information
PluG_UID

Product identifier

Collection of byte

None.

PluGuid

Product identifier guid

globally unique identifier

None.

SupplierIdentifier

Supplier identifier

Collection of byte

None.

SupplierIdentifierGuid

Supplier identifier guid

globally unique identifier

None.

CartonQuantity

integer

None.

CartonQuantityChanged

boolean

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

ProductSize

string

String length: inclusive between 0 and 12

CigarettesPerSleeve

integer

None.

RandomWeight

boolean

Deprecated.

PiecesPerUnit

integer

None.

AveragePackSize

When ordering packs used to determine pricing values

integer

None.

EffectiveDate

date

Data type: Date

PricedByWeight

If true, sold by weight

boolean

None.

LandedUnitCostEx

Complete carton cost, including all fees and excluding GST

integer

None.

LandedUnitCostInc

Complete carton cost, including GST and all fees

integer

None.

LandedCartonCostInc

Complete carton cost, including GST and all fees

integer

None.

LandedCartonCostEx

Complete carton cost, including all fees and excluding GST

integer

None.

StandardCost

The Carton-only portion of the landed cost

integer

None.

DeliveryFee

integer

Deprecated.

DeliveryFeeBasis

FeeBasis

Deprecated.

PickAndPackFee

integer

Deprecated.

PickAndPackFeeBasis

FeeBasis

Deprecated.

FinanceFee

integer

Deprecated.

FinanceFeeBasis

FeeBasis

Deprecated.

CartonLength

integer

None.

CartonWidth

integer

None.

CartonHeight

integer

None.

PalletLayerQuantity

integer

None.

PalletLayers

integer

None.

ItemCode

string

None.

InvoiceCode

string

None.

InvoiceDesc

string

None.

OrderDirect

boolean

None.

UseCost

boolean

None.

MinimumQuantity

Order at least this many units each time the product is ordered - as determined by the host

integer

None.

HostType

Host Type (0 if it's not created by host)

integer

None.

FromHost

FromHost (0->false, 1->true)

integer

None.

MinimumReorder

Minimum number of units to order if any are ordered - As set by the user, not the host

integer

None.

MaximumReorder

Maximum number of units to order

integer

None.

OrderMultiple

decimal number

None.

SellMultiple

decimal number

None.

BaseMultiple

decimal number

None.

HostStandardCost

integer

None.

HostTotalCost

integer

None.

HostRetail

integer

None.

HostLandedUnitCostEx

integer

None.

HostLandedUnitCostInc

integer

None.

HostDesc

These columns are also in the Plu table They were added here for supporting multiple hosts

string

None.

DirectIndicator

string

None.

AvailableToOrder

boolean

None.

HostRangeIndicator

string

None.

HostProductType

string

None.

HostProductGrade

string

None.

HostProductGroup

string

None.

HostSlowMoving

boolean

None.

HostGeneralMerchandise

boolean

None.

HostPillar

string

None.

HostLastUpdated

date

None.

Rebate

Rebate override value

decimal number

None.

RebateExclude

Rebate exclude flag

boolean

None.

InvoiceCodes

Collection of ProductInvoicingDetail

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

StoreIDs

Store IDs of store products for ordering detail to be also saved against

Collection of integer

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

PreferredSupplier

Set, or unset supplier as the preferred supplier on save. If null, ignores

boolean

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

PreferredRebateSupplier

Set, or unset supplier as the preferred rebate supplier on save. If null, ignores

boolean

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

SupplierName

string

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

SalesMode

SalesMode

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

OrderPacked

boolean

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

Active

boolean

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

Price

integer

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

CostGstPercent

integer

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

ParentPluG_UID

Collection of byte

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

ParentPluGuid

globally unique identifier

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

Freight

decimal number

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

FreightType

FreightFeeType

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.

Supplier

Supplier

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

ServiceFee

ServiceFee

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

IsPrimaryHost

boolean

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

HostVendor

integer

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

Response Formats

application/json, text/json

Sample:
{
  "pluG_UID": "LOuBJc1jOUWuh97Pfuv6Nw==",
  "pluGuid": "2581eb2c-63cd-4539-ae87-decf7eebfa37",
  "supplierIdentifier": "g9htDjkYp0+q17f5QceG6w==",
  "supplierIdentifierGuid": "0e6dd883-1839-4fa7-aad7-b7f941c786eb",
  "cartonQuantity": 1,
  "cartonQuantityChanged": true,
  "productSize": "sample string 3",
  "cigarettesPerSleeve": 1,
  "randomWeight": true,
  "piecesPerUnit": 5,
  "averagePackSize": 6,
  "effectiveDate": "2026-06-03T18:35:53.3713699",
  "pricedByWeight": true,
  "landedUnitCostEx": 9,
  "landedUnitCostInc": 10,
  "landedCartonCostInc": 12,
  "landedCartonCostEx": 13,
  "standardCost": 14,
  "deliveryFee": 1,
  "deliveryFeeBasis": "sample string 15",
  "pickAndPackFee": 1,
  "pickAndPackFeeBasis": "sample string 16",
  "financeFee": 1,
  "financeFeeBasis": "sample string 17",
  "cartonLength": 1,
  "cartonWidth": 1,
  "cartonHeight": 1,
  "palletLayerQuantity": 1,
  "palletLayers": 1,
  "itemCode": "sample string 18",
  "invoiceCode": "sample string 19",
  "invoiceDesc": "sample string 20",
  "orderDirect": true,
  "useCost": true,
  "minimumQuantity": 21,
  "hostType": 22,
  "fromHost": 23,
  "minimumReorder": 1,
  "maximumReorder": 1,
  "orderMultiple": 24.1,
  "sellMultiple": 25.1,
  "baseMultiple": 26.1,
  "hostStandardCost": 27,
  "hostTotalCost": 28,
  "hostRetail": 29,
  "hostLandedUnitCostEx": 30,
  "hostLandedUnitCostInc": 31,
  "hostDesc": "sample string 32",
  "directIndicator": "sample string 33",
  "availableToOrder": true,
  "hostRangeIndicator": "sample string 35",
  "hostProductType": "sample string 36",
  "hostProductGrade": "sample string 37",
  "hostProductGroup": "sample string 38",
  "hostSlowMoving": true,
  "hostGeneralMerchandise": true,
  "hostPillar": "sample string 41",
  "hostLastUpdated": "2026-06-03T18:35:53.3713699",
  "rebate": 1.0,
  "rebateExclude": true,
  "invoiceCodes": [
    {
      "$id": "2",
      "pluG_UID": "17Kh3kcxskehjR7/qZdF+g==",
      "pluGuid": "dea1b2d7-3147-47b2-a18d-1effa99745fa",
      "supplierIdentifier": "sZBNR9Urj06RqJ5Q+jaCVg==",
      "supplierIdentifierGuid": "474d90b1-2bd5-4e8f-91a8-9e50fa368256",
      "invoiceCode": "sample string 1",
      "storeIDs": [
        1,
        2
      ]
    },
    {
      "$ref": "2"
    }
  ],
  "storeIDs": [
    1,
    2
  ],
  "preferredSupplier": true,
  "preferredRebateSupplier": true,
  "supplierName": "sample string 42",
  "salesMode": 43,
  "orderPacked": true,
  "active": true,
  "price": 1,
  "costGstPercent": 45,
  "parentPluG_UID": "UUxzB+DXpk2aSn/5h9StIA==",
  "parentPluGuid": "07734c51-d7e0-4da6-9a4a-7ff987d4ad20",
  "freight": 46.0,
  "freightType": 1,
  "product": {
    "$id": "3",
    "plu": 1,
    "storeID": 1,
    "masterPluG_UID": "QEA=",
    "storeIDs": [
      1,
      2
    ],
    "g_UId": "xoPPbltoME2sDK1KKn2/vA==",
    "guid": "6ecf83c6-685b-4d30-ac0c-ad4a2a7dbfbc",
    "apn": "sample string 1",
    "apnChanged": true,
    "apnSwitched": true,
    "barcode": "sample string 4",
    "itemNumber": "sample string 5",
    "itemNumberChanged": true,
    "priceGroupG_UID": "G6lhxOljc0S2M8UQAIp7cQ==",
    "priceGroupGuid": "c461a91b-63e9-4473-b633-c510008a7b71",
    "blueprintID": 1,
    "lastCountedDate": "2026-06-03T18:35:53.3713699",
    "externalID": "sample string 7",
    "active": true,
    "activated": "2026-06-03T18:35:53.3713699",
    "pluCreated": "2026-06-03T18:35:53.3713699",
    "createdByUser": "sample string 9",
    "name": "sample string 10",
    "nameChanged": true,
    "secondDescription": "sample string 12",
    "hostDescription": "sample string 13",
    "keepCartonQty": true,
    "keepDescription": true,
    "keepDepartments": true,
    "keepSuppliers": true,
    "markdownDescription": "sample string 18",
    "altDescription": "sample string 19",
    "bestOrExpire": 20,
    "lastUpdate": "2026-06-03T18:35:53.3713699",
    "lastManualUpdate": "2026-06-03T18:35:53.3713699",
    "imageName": "sample string 23",
    "showImageOnFlipCharts": true,
    "showTextOnFlipCharts": true,
    "overrideFlipChartText": true,
    "flipChartText": "sample string 27",
    "salesMode": 1,
    "eftCode": 1,
    "price": 1,
    "priceChanged": true,
    "rrp": 1,
    "gstPercent": 28,
    "gstPercentChanged": true,
    "costGSTPercent": 29,
    "costGSTPercentChanged": true,
    "wetPercent": 1,
    "priceOverride": 1,
    "cost": 1,
    "currentCost": 1,
    "currentCostDecimals": 1,
    "grossProfit": 1.0,
    "currentCostDesc": "sample string 30",
    "currentCostEnd": "2026-06-03T18:35:53.3713699",
    "currentCostUpdated": "2026-06-03T18:35:53.3713699",
    "costDecimals": 31,
    "costChanged": true,
    "dealCostIdentifier": "QEA=",
    "excludeFromRebate": true,
    "rebateOverride": 1,
    "costCalcMethod": 32,
    "costCalcMethodChanged": true,
    "costEffectiveDate": "2026-06-03T18:35:53.3713699",
    "defaultGP": 1,
    "breakTargetMode": 33,
    "break1": 1,
    "price1": 1,
    "target1": 34,
    "break2": 1,
    "price2": 1,
    "target2": 35,
    "break3": 1,
    "price3": 1,
    "target3": 36,
    "break1Changed": true,
    "price1Changed": true,
    "target1Changed": true,
    "break2Changed": true,
    "price2Changed": true,
    "target2Changed": true,
    "break3Changed": true,
    "price3Changed": true,
    "target3Changed": true,
    "breakTargetModeChanged": true,
    "margin": 1.1,
    "marginChanged": true,
    "marginRanged": true,
    "marginRangedChanged": true,
    "minimumMargin": 1.1,
    "minimumMarginChanged": true,
    "maximumMargin": 1.1,
    "maximumMarginChanged": true,
    "overrideHostWarehouseIndicator": true,
    "overrideHostWarehouseIndicatorChanged": true,
    "overrideHostPrice": true,
    "overrideHostPriceChanged": true,
    "overrideHostCost": true,
    "overrideHostCostChanged": true,
    "overrideHostMargin": true,
    "overrideHostMarginChanged": true,
    "alwaysApplyMargin": true,
    "alwaysApplyMarginChanged": true,
    "aws": 1.0,
    "paws": 1.0,
    "awsUpdated": "2026-06-03T18:35:53.3713699",
    "posTare": 1,
    "altPrice": 1.0,
    "altPriceChanged": true,
    "altPriceMode": 53,
    "altPriceModeChanged": true,
    "altPLUG_UID": "8HPBQEwFr0+5Rjz/B+tK4Q==",
    "altPLUGuid": "40c173f0-054c-4faf-b946-3cff07eb4ae1",
    "altPLUGuidChanged": true,
    "altPriceDescription1": "sample string 54",
    "altPriceDescription2": "sample string 55",
    "cartonQuantity": 56,
    "cartonQuantityChanged": true,
    "trayID": 1,
    "promptID": 1,
    "tare": 1,
    "packQty": 1,
    "fixedWeight": 1,
    "extraMesg": 1,
    "text1": "sample string 58",
    "text2": "sample string 59",
    "text3": "sample string 60",
    "labelText": "sample string 61",
    "labelTextChanged": true,
    "sendToScale": true,
    "nonScaleWeigh": true,
    "labelFormat": "sample string 65",
    "barcodeFormat": "sample string 66",
    "austMade": 1,
    "coolCode": 67,
    "countryOfOrigin": "sample string 68",
    "percentContent": 69.1,
    "departmentID": 1,
    "subDepartmentID": 1,
    "minorDepartmentID": 1,
    "lesserDepartmentID": 1,
    "deptCode": "sample string 70",
    "subDeptCode": "sample string 71",
    "minorDeptCode": "sample string 72",
    "lesserDeptCode": "sample string 73",
    "deptName": "sample string 74",
    "subDeptName": "sample string 75",
    "minorDeptName": "sample string 76",
    "lesserDeptName": "sample string 77",
    "departmentChanged": true,
    "subCategoryID": 1,
    "expiry": 1,
    "showDays": 1,
    "datePrint": 1,
    "labelRequired": true,
    "labelShelfQty": 80,
    "labelShelfChanged": true,
    "labelTalkerQty": 82,
    "labelSmall": true,
    "labelLastPrinted": "2026-06-03T18:35:53.3713699",
    "labelLastPrice": 1,
    "shelfPageLayoutG_UID": "nW82++69fU+x1vA/6ZbRJA==",
    "shelfPageLayoutGuid": "fb366f9d-bdee-4f7d-b1d6-f03fe996d124",
    "talkerPageLayoutG_UID": "eXRCu4g4ME6IhfptCyHodA==",
    "talkerPageLayoutGuid": "bb427479-3888-4e30-8885-fa6d0b21e874",
    "unitMeasure": 1.1,
    "unitMeasureChanged": true,
    "unitMeasureKind": 85,
    "unitMeasureKindChanged": true,
    "signIQData": "sample string 87",
    "refresh": true,
    "earnLoyaltyPoints": true,
    "earnLoyaltyPointsChanged": true,
    "quantityOverride": true,
    "quantityOverrideChanged": true,
    "quantityRequired": true,
    "quantityRequiredChanged": true,
    "allowDiscounts": true,
    "allowDiscountsChanged": true,
    "discountDiscounts": true,
    "discountDiscountsChanged": true,
    "itemRecalled": true,
    "itemRecalledChanged": true,
    "noRefund": true,
    "noRefundChanged": true,
    "allowMarkdown": true,
    "allowMarkdownChanged": true,
    "priceRequired": true,
    "priceRequiredChanged": true,
    "fuelItem": true,
    "fuelItemChanged": true,
    "liabilityItem": true,
    "trackSerial": true,
    "trackSerialChanged": true,
    "allowZeroPrice": true,
    "allowZeroPriceChanged": true,
    "notForSale": 92,
    "notForSaleChanged": true,
    "excludeFromDeals": true,
    "excludeFromVoucher": true,
    "minimumAge": 95,
    "minimumAgeChanged": true,
    "buyingLimit": 1,
    "buyingLimitChanged": true,
    "buyingLimitIndependent": true,
    "buyingLimitIndependentChanged": true,
    "inventoryGuid": "3qaZ0MNPTEax9WP6XYxy4Q==",
    "inventoryIdentifier": "d099a6de-4fc3-464c-b1f5-63fa5d8c72e1",
    "inventoryAccuracy": 1,
    "baseUnits": 99,
    "orderPacked": 1,
    "isManufactured": true,
    "isIngredient": true,
    "isModifier": true,
    "isModifierChanged": true,
    "hasModifiers": 100,
    "defaultPrinter": "sample string 101",
    "defaultPrinterGroup": "sample string 102",
    "ingredientsOnManufacture": true,
    "manufactureUnitMeasure": 1,
    "mpl": 1,
    "maxShelfQty": 103,
    "allowAutoOrder": true,
    "warrantyPeriod": 1,
    "parentPluG_UId": "ycXcItvsUEi2UZ187maiVQ==",
    "parentPluGuid": "22dcc5c9-ecdb-4850-b651-9d7cee66a255",
    "preferredHostVendor": 105,
    "preferredHostChanged": true,
    "code": "sample string 107",
    "supplierIdentifier": "7J7PeIv+OkCX7ExlSN7/tA==",
    "supplierIdentifierGuid": "78cf9eec-fe8b-403a-97ec-4c6548deffb4",
    "supplierChanged": true,
    "rebateSupplierIdentifier": "hEDNSUzgPkiXO6+HVyLikw==",
    "rebateSupplierIdentifierGuid": "49cd4084-e04c-483e-973b-af875722e293",
    "rebateSupplierChanged": true,
    "availableForOrder": true,
    "warehouseDirectIndicator": "sample string 109",
    "warehouseDirectIndicatorChanged": true,
    "productGrade": "sample string 111",
    "productType": "sample string 112",
    "productGroup": "sample string 113",
    "complianceIndicator": "sample string 114",
    "inhouseBrand": "sample string 115",
    "slowMoving": true,
    "generalMerchandise": true,
    "comment": "sample string 118",
    "lastUpdatedByUser": "sample string 119",
    "lastManualUpdatedByUser": "sample string 120",
    "lastUpdatedByUserOverride": true,
    "lastUpdatedByHost": "2026-06-03T18:35:53.3713699",
    "commodity": "sample string 122",
    "businessPillar": "sample string 123",
    "mscCommodity": "sample string 124",
    "hostIdentifier": "+nXSV52gaEiNsR/xv3cOiw==",
    "hostIdentifierGuid": "57d275fa-a09d-4868-8db1-1ff1bf770e8b",
    "serviceFeeID": 1,
    "serviceFeeIDChanged": true,
    "providerName": "sample string 126",
    "aisleEnds": "sample string 127",
    "deleted": true,
    "deletedChanged": true,
    "hidden": true,
    "doNotRange": true,
    "doNotRangeChanged": true,
    "doNotOrder": true,
    "doNotOrderChanged": true,
    "locked": true,
    "excludeFromWebUpdate": true,
    "excludeFromWebUpdateChanged": true,
    "webPriceBasedOn": 138,
    "webPriceRounding": true,
    "webMarkup": 140,
    "webPriceMode": 141,
    "altDepartmentID": 1,
    "altSubDepartmentID": 1,
    "altMinorDepartmentID": 1,
    "altLesserDepartmentID": 1,
    "altDeptCode": "sample string 142",
    "altSubDeptCode": "sample string 143",
    "altMinorDeptCode": "sample string 144",
    "altLesserDeptCode": "sample string 145",
    "altDepartmentChanged": true,
    "storeProducts": [
      {
        "$ref": "3"
      },
      {
        "$ref": "3"
      }
    ],
    "store": {
      "$id": "4",
      "id": 1,
      "isMaster": true,
      "isElectedMaster": true,
      "electedMasterStoreID": 1,
      "isZoneMaster": true,
      "shortName": "sample string 3",
      "url": "sample string 4",
      "sortOrder": 1,
      "name": "sample string 5",
      "phone": "sample string 6",
      "fax": "sample string 7",
      "email": "sample string 8",
      "address1": "sample string 9",
      "address2": "sample string 10",
      "city": "sample string 11",
      "state": "sample string 12",
      "country": "sample string 13",
      "postCode": "sample string 14",
      "delivery": 1,
      "exportAccounts": 1,
      "salesAccountFolder": "sample string 15",
      "purchaseAccountFolder": "sample string 16",
      "initLoad": 1,
      "initIDs": 1,
      "zoneID": 1,
      "actAsMaster": 1,
      "lastActiveUtc": "2026-06-03T18:35:53.3713699",
      "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": "/fIUdWu7QE6FDsANWSnhpA==",
      "hostIdentifierGuid": "7514f2fd-bb6b-4e40-850e-c00d5929e1a4",
      "hostName": 1,
      "hostAddress": "sample string 27",
      "hostUsername": "sample string 28",
      "hostPassword": "sample string 29",
      "excludeFromLeadInOut": true,
      "accountingProvider": 31,
      "accountingAddress": "sample string 32",
      "accountingUsername": "sample string 33",
      "accountingPassword": "sample string 34",
      "storeAccountingCode": "sample string 35",
      "softwareVariance": 36,
      "fuelWarningVariance": 37.0,
      "fuelErrorVariance": 38.0,
      "fuelAccumulatedWarningVariance": 39.0,
      "fuelAccumulatedErrorVariance": 40.0,
      "drawManagment": 41,
      "endOfDayManagment": true,
      "autoFillCashBalancing": true,
      "fuelDayVariance": 44,
      "accountingTradingTime": "00:00:00.1234567",
      "stockActivateProduct": 46,
      "defaultOrderDocumentId": 1,
      "defaultStockReceiveDocumentId": 1,
      "giftCardSalesAccountingDeptCode": "sample string 47",
      "transactionDiscountAccountingDeptCode": "sample string 48",
      "size": 49,
      "updated": "2026-06-03T18:35:53.3713699",
      "priceZone": {
        "$id": "5",
        "id": 1,
        "name": "sample string 2",
        "hostIdentifier": "b1pbrH0w80yva1yzYbe4qw==",
        "hostIdentifierGuid": "ac5b5a6f-307d-4cf3-af6b-5cb361b7b8ab",
        "sortOrder": 3,
        "zoneMasterStoreID": 1,
        "electedMasterStoreID": 1,
        "containsElectedMasterStore": true
      },
      "priceZoneName": "sample string 51",
      "storeFuelConfigured": true,
      "shippingAddressCopied": true,
      "shippingAddress": {
        "$id": "6",
        "storeID": 1,
        "addressType": 1,
        "address1": "sample string 1",
        "address2": "sample string 2",
        "city": "sample string 3",
        "state": "sample string 4",
        "country": "sample string 5",
        "postCode": "sample string 6"
      },
      "billingAddressCopied": true,
      "billingAddress": {
        "$ref": "6"
      },
      "warehouseStore": {
        "$id": "7",
        "storeID": 1,
        "warehouseStoreID": 2,
        "storeName": "sample string 3",
        "warehouseName": "sample string 4"
      },
      "hostStoreSettings": [
        {
          "$id": "8",
          "id": 1,
          "hostIdentifier": "4UkPlo68vkitIGZsYfLxJg==",
          "hostIdentifierGuid": "960f49e1-bc8e-48be-ad20-666c61f2f126",
          "storeID": 2,
          "username": "sample string 3",
          "password": "sample string 4",
          "passwordPlain": "sample string 5",
          "serverAddress": "sample string 6",
          "serverPort": 1,
          "excludeFromLeadInOut": true,
          "useForHostFile": true,
          "metcashPillarID": "sample string 9",
          "metcashStateCode": "sample string 10",
          "metcashCustomerID": "sample string 11",
          "metcashTradingPartnerID": "sample string 12",
          "drakesCustomerNumber": 1,
          "sparCustomerNumber": "sample string 13",
          "sparOrderUsername": "sample string 14",
          "sparOrderPassword": "sample string 15",
          "sparOrderPasswordPlain": "sample string 16",
          "pharmXSiteID": 1,
          "ibaZoneID": 1,
          "ibaState": "sample string 17",
          "foodlandStoreCode": "sample string 18",
          "ilgMemberNumber": "sample string 19",
          "ilgOutletLocation": 1,
          "ilgBaseCost": 1,
          "ilgApplyNonAdvertisedPromos": true,
          "ilgExemptFromFreight": true,
          "ilgOrderDealReview": true,
          "ilgFinanceFee": 1,
          "secondPassword": "sample string 23",
          "secondPasswordPlain": "sample string 24",
          "secondServerAddress": "sample string 25",
          "processPromotions": true,
          "hostProvider": 0,
          "host": {
            "$id": "9",
            "identifier": "Cnmoa31xYEOlFbaLHi8MNg==",
            "identifierGuid": "6ba8790a-717d-4360-a515-b68b1e2f0c36",
            "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": "AjKEarHMek6mu/RO/CsvPQ==",
            "hostSupplierIdentifierGuid": "6a843202-ccb1-4e7a-a6bb-f44efc2b2f3d",
            "loyaltyPriceLevelIdentifier": "kmKZ3ZXBoUqQ4zwSgsmcmg==",
            "loyaltyPriceLevelIdentifierGuid": "dd996292-c195-4aa1-90e3-3c1282c99c9a",
            "isGroup": true,
            "description": "sample string 22",
            "hostProvider": 23,
            "hostTypeEnum": 24,
            "hostType": "sample string 25",
            "hostCode": "sample string 26",
            "username": "sample string 27",
            "password": "sample string 28",
            "passwordPlain": "sample string 29",
            "server": "sample string 30",
            "url": "sample string 31",
            "global": true,
            "stateCode": "sample string 33",
            "lastCollected": "2026-06-03T18:35:53.3713699",
            "lastProcessed": "2026-06-03T18:35:53.3713699",
            "hold": true,
            "supplierName": "sample string 35",
            "supplier": {
              "$id": "10",
              "identifier": "KXQmgD5QXES07a9HLSUS4Q==",
              "identifierGuid": "80267429-503e-445c-b4ed-af472d2512e1",
              "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": "ECEZQGEzwk+m25eVG8ucHw==",
              "primaryContactID": "40192110-3361-4fc2-a6db-97951bcb9c1f",
              "storeID": 1,
              "abn": "sample string 16",
              "supplierGroupIdentifier": "1fqByWy5cEC3riFjO/Ep8w==",
              "supplierGroupGuid": "c981fad5-b96c-4070-b7ae-21633bf129f3",
              "rebate": 1.0,
              "rebateType": 1,
              "rebateFrequency": 1,
              "rebateSource": 1,
              "rebateLastClaimed": "2026-06-03T18:35:53.3713699",
              "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": "11",
                "id": "0fa95d1e-c6d6-4f35-9bd2-3efab95d8c3d",
                "identifier": "bK9POti+v0KEdH4Ro9xTaA==",
                "identifierGuid": "3a4faf6c-bed8-42bf-8474-7e11a3dc5368",
                "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": "12",
                  "supplierIdentifier": "3qPPgN+1Hkenkn5ZeFFpAA==",
                  "supplierIdentifierGuid": "80cfa3de-b5df-471e-a792-7e5978516900",
                  "contactGuid": "QTe9wBPS7UmR5idElVnThg==",
                  "contactID": "c0bd3741-d213-49ed-91e6-27449559d386",
                  "contact": {
                    "$ref": "11"
                  },
                  "supplier": {
                    "$ref": "10"
                  }
                },
                {
                  "$ref": "12"
                }
              ],
              "products": [
                {
                  "$ref": "1"
                },
                {
                  "$ref": "1"
                }
              ],
              "orderCycleHeaders": [
                {
                  "$id": "13",
                  "storeID": 1,
                  "supplierIdentifier": "LazAxWG4ik+SeKqfyQDGtA==",
                  "supplierGuid": "c5c0ac2d-b861-4f8a-9278-aa9fc900c6b4",
                  "departmentCode": "sample string 2",
                  "warehouseDirectIndicator": "sample string 3",
                  "type": 4,
                  "storeName": "sample string 5",
                  "departmentName": "sample string 6",
                  "orderDays": 7
                },
                {
                  "$ref": "13"
                }
              ],
              "cycles": [
                {
                  "$id": "14",
                  "storeID": 1,
                  "supplierIdentifier": "eY4qDven9kCzw9xHeogK2A==",
                  "supplierGuid": "0e2a8e79-a7f7-40f6-b3c3-dc477a880ad8",
                  "departmentCode": "sample string 2",
                  "warehouseDirectIndicator": "sample string 3",
                  "type": 4,
                  "cutOffWeek": 5,
                  "cutOffDay": 6,
                  "cutOffTime": "00:00:00.1234567",
                  "leadTime": 7,
                  "daysBuffer": 8,
                  "supplierName": "sample string 9",
                  "cutOffDate": "2026-06-03T18:35:53.3713699",
                  "deliveryDate": "2026-06-03T18:35:53.3713699",
                  "nextCutOffDate": "2026-06-03T18:35:53.3713699",
                  "nextDeliveryDate": "2026-06-03T18:35:53.3713699",
                  "nextDaysBuffer": 10
                },
                {
                  "$ref": "14"
                }
              ],
              "store": {
                "$ref": "4"
              },
              "updated": "2026-06-03T18:35:53.3713699",
              "isHost": true
            },
            "files": [
              {
                "$id": "15",
                "id": "sample string 1",
                "fileName": "sample string 2",
                "extension": "sample string 3",
                "provider": 0,
                "type": 0,
                "hostType": "sample string 4",
                "createdUtc": "2026-06-03T18:35:53.3713699",
                "processed": "2026-06-03T18:35:53.3713699",
                "isProcessing": true,
                "processedCount": 6,
                "processingTime": 1,
                "collectedUtc": "2026-06-03T18:35:53.3713699",
                "size": 1,
                "sizeFormat": "sample string 7",
                "isArchive": true,
                "customerNumber": "sample string 9",
                "businessPillar": "sample string 10",
                "fileType": "sample string 11",
                "version": "sample string 12",
                "reference": "sample string 13",
                "digest": "sample string 14",
                "contentType": "sample string 15",
                "host": {
                  "$ref": "9"
                },
                "metcashHeader": {
                  "$id": "16",
                  "customerNumber": "sample string 1",
                  "creationDate": "2026-06-03T18:35:53.3713699",
                  "businessPillar": "sample string 3",
                  "fileType": "sample string 4"
                }
              },
              {
                "$ref": "15"
              }
            ],
            "zoneMatrix": [
              {
                "$id": "17",
                "id": 1,
                "hostIdentifier": "4SA6PmqKkU+X3dckwqA0Gg==",
                "hostIdentifierGuid": "3e3a20e1-8a6a-4f91-97dd-d724c2a0341a",
                "storeID": 1,
                "departmentCode": "sample string 2",
                "hostGuids": [
                  "8377383d-5999-47ae-9813-1883f1425c91",
                  "d4cdee73-0bb3-406e-8623-b4ef0acadee7"
                ]
              },
              {
                "$ref": "17"
              }
            ],
            "hostFileStoreSetting": {
              "$ref": "8"
            },
            "hostStoreSettings": [
              {
                "$ref": "8"
              },
              {
                "$ref": "8"
              }
            ],
            "promotionPlacements": [
              {
                "$id": "18",
                "identifier": "EPslr2d6ckiyRt3Du93LqA==",
                "identifierGuid": "af25fb10-7a67-4872-b246-ddc3bbddcba8",
                "code": "sample string 2",
                "description": "sample string 3",
                "isAdvertised": true
              },
              {
                "$ref": "18"
              }
            ],
            "promoTypeGuids": [
              "57020c87-7cf4-4eee-9a4c-3f0a05ff269e",
              "cbe28a7c-404d-4c5b-b51c-746e8ad05538"
            ],
            "isPromotionOnly": false,
            "isOrderable": false,
            "vendor": 0
          },
          "groupIDs": [
            1,
            2
          ],
          "hostDescription": "sample string 27"
        },
        {
          "$ref": "8"
        }
      ],
      "accounts": [
        {
          "$id": "19",
          "id": 1,
          "storeID": 1,
          "accountName": "sample string 2",
          "bsb": "sample string 3",
          "accountNumber": "sample string 4",
          "accountDesignated": true
        },
        {
          "$ref": "19"
        }
      ],
      "sales": [
        {
          "$id": "20",
          "id": 1,
          "storeID": 1,
          "externalSalesType": 2,
          "ftpSiteID": 1,
          "lastSaleProcessed": "2026-06-03T18:35:53.3713699",
          "ftpSite": {
            "$id": "21",
            "id": 1,
            "description": "sample string 2",
            "address": "sample string 3",
            "username": "sample string 4",
            "password": "sample string 5",
            "path": "sample string 7",
            "protocol": 8
          }
        },
        {
          "$ref": "20"
        }
      ],
      "suppliedStores": [
        1,
        2
      ],
      "zoneMatrix": [
        {
          "$ref": "17"
        },
        {
          "$ref": "17"
        }
      ],
      "cashManagements": [
        {
          "$id": "22",
          "id": 1,
          "storeID": 1,
          "cashManagementType": 2,
          "apiID": 1,
          "organisationID": "sample string 3",
          "siteName": "sample string 4",
          "thirdPartyAPI": {
            "$id": "23",
            "id": 1,
            "description": "sample string 2",
            "address": "sample string 3",
            "username": "sample string 4",
            "password": "sample string 5",
            "passwordPlain": "sample string 6",
            "token": "sample string 7",
            "apiType": 8,
            "apiSubType": 9,
            "config": "sample string 10"
          }
        },
        {
          "$ref": "22"
        }
      ],
      "updateStoreID": "feb2709f-4806-4772-8d86-0b31fb1d8d8c",
      "updateStore": {
        "$id": "24",
        "id": "d3ffe393-ea2e-439c-b3a1-317c439e25b3",
        "name": "sample string 1",
        "lastActivity": "2026-06-03T18:35:53.3713699",
        "zone": "sample string 2",
        "timeZoneOffset": 0.0,
        "businessHoursStart": "00:00:00.1234567",
        "businessHoursEnd": "00:00:00.1234567",
        "master": true,
        "lastIP": "sample string 10",
        "lastHostName": "sample string 11",
        "ping": 1,
        "pingStatus": "sample string 12",
        "lastUpdateCompleted": "2026-06-03T18:35:53.3713699"
      },
      "timeZoneId": "sample string 54",
      "securityOptions": {
        "$id": "25",
        "loginMode": 1,
        "allowSelfVerification": true,
        "verifierEmail": "sample string 3",
        "source": "sample string 4",
        "loginModeInherited": 5,
        "loginModeSource": "sample string 6",
        "selfVerifyInherited": true,
        "selfVerifySource": "sample string 8",
        "verifyEmailInherited": "sample string 9",
        "verifyEmailSource": "sample string 10"
      }
    },
    "storePrices": [
      {
        "$id": "26",
        "pluG_UID": "TtAKTB+TmE6xWZv5C8uY0w==",
        "pluGuid": "4c0ad04e-931f-4e98-b159-9bf90bcb98d3",
        "plu": 1,
        "storeID": 1,
        "zoneID": 2,
        "zoneName": "sample string 3",
        "store": "sample string 4",
        "isElectedMasterStore": true,
        "isZoneMasterStore": true,
        "priceNow": 7,
        "costNow": 8,
        "costNowDecimals": 9,
        "normalPrice": 10,
        "priceNext": 1,
        "costNext": 1,
        "costNextDecimals": 11,
        "nextCampaignName": "sample string 12",
        "gstPercent": 13,
        "normalCost": 14,
        "normalCostDecimals": 15,
        "costGstPercent": 16,
        "costCalcMethod": 1,
        "currentCost": 17,
        "currentCostDecimals": 18,
        "break1": 19,
        "price1": 20,
        "break2": 21,
        "price2": 22,
        "break3": 23,
        "price3": 24,
        "fuelItem": 25,
        "fixedWeight": 26,
        "active": true,
        "complianceIndicator": "sample string 27",
        "doNotOrder": true,
        "doNotRange": true,
        "isNormalPriceChangesCampaign": true,
        "updated": "2026-06-03T18:35:53.3713699"
      },
      {
        "$ref": "26"
      }
    ],
    "currentPrices": {
      "$id": "27",
      "pluPrices": {
        "$id": "28",
        "plu": 1,
        "pluG_UID": "QEA=",
        "stores": [
          1,
          2
        ],
        "normalPrice": 1,
        "cost": 2,
        "break1": 3,
        "price1": 4,
        "break2": 5,
        "price2": 6,
        "break3": 7,
        "price3": 8,
        "discountPrice": 9,
        "memberDiscountPrice": 10,
        "acceptedUtc": "2026-06-03T18:35:53.3713699",
        "priceChangeType": 0,
        "costDecimals": 11,
        "costCalcMethod": 12,
        "targetCampaignPriceGtOrEquNormal": true
      },
      "normalPluPrices": {
        "$ref": "28"
      },
      "winningCampaign": 1,
      "winner": {
        "$id": "29",
        "campaignName": "sample string 1",
        "campaignDescription": "sample string 2",
        "talkerText": "sample string 3",
        "disableWasSave": true,
        "startDate": "2026-06-03T18:35:53.3713699",
        "startTime": 5,
        "endDate": "2026-06-03T18:35:53.3713699",
        "endTime": 6,
        "newPrice": 7,
        "newCost": 8,
        "newCostDecimals": 9,
        "pctDiscount": 10,
        "promoType": 1,
        "promotionTypeCode": "sample string 11",
        "hostType": 12,
        "hostIdentifier": "gHmKxmQcYUm+p0qYsCdMeg==",
        "hostIdentifierGuid": "c68a7980-1c64-4961-bea7-4a98b0274c7a",
        "storeNames": [
          "sample string 1",
          "sample string 2"
        ]
      },
      "details": [
        {
          "$ref": "29"
        },
        {
          "$ref": "29"
        }
      ]
    },
    "tray": {
      "$id": "30",
      "g_UId": "y34TJXX15E2Ejvo24qVMYA==",
      "guid": "25137ecb-f575-4de4-848e-fa36e2a54c60",
      "name": "sample string 1",
      "number": 1,
      "tare": 1
    },
    "priceGroup": {
      "$id": "31",
      "priceGroupG_UID": "vefIYYYEsEqFBCWXeZIdQA==",
      "priceGroupGuid": "61c8e7bd-0486-4ab0-8504-259779921d40",
      "name": "sample string 2",
      "code": 1,
      "modified": true,
      "updated": "2026-06-03T18:35:53.3713699",
      "buyingLimit": 1,
      "buyingLimitIndependent": true,
      "buyingLimitType": 0,
      "number": 1,
      "products": [
        {
          "$ref": "3"
        },
        {
          "$ref": "3"
        }
      ],
      "productCount": 1
    },
    "priceGroupName": "sample string 147",
    "nutrifacts": {
      "$id": "32",
      "pluG_UID": "taihK10GlUqjHTOCiTCaug==",
      "pluGuid": "2ba1a8b5-065d-4a95-a31d-338289309aba",
      "plu": 1,
      "servingsPerPack": 1,
      "servingSize": 1,
      "showAllergens": 1,
      "energy": 1,
      "protein": 1,
      "fat": 1,
      "saturated": 1,
      "carbo": 1,
      "sugars": 1,
      "sodium": 1,
      "potasium": 1,
      "calcium": 1,
      "fibre": 1,
      "soya": 1,
      "nutsSeeds": 1,
      "shells": 1,
      "eggs": 1,
      "dairy": 1,
      "gluten": 1,
      "sulphites": 1,
      "peanuts": 1,
      "sesame": 1,
      "fish": 1,
      "lupins": 1
    },
    "dates": {
      "$id": "33",
      "pluGuid": "e9098a03-d382-4c34-bba4-39404f71bdcb",
      "created": "2026-06-03T18:35:53.3713699",
      "createdByUser": "sample string 1",
      "activated": "2026-06-03T18:35:53.3713699",
      "activatedByUser": "sample string 2",
      "deactivated": "2026-06-03T18:35:53.3713699",
      "deactivatedByUser": "sample string 3",
      "lastOrdered": "2026-06-03T18:35:53.3713699",
      "lastOrderedQty": 4.0,
      "lastReceived": "2026-06-03T18:35:53.3713699",
      "lastReceivedQty": 5.0,
      "lastInvoiceStatus": 1,
      "lastCounted": "2026-06-03T18:35:53.3713699",
      "lastSold": "2026-06-03T18:35:53.3713699",
      "firstSold": "2026-06-03T18:35:53.3713699",
      "awsUpdated": "2026-06-03T18:35:53.3713699",
      "lastManualUpdate": "2026-06-03T18:35:53.3713699",
      "lastManualUpdatedByUser": "sample string 7",
      "lastUpdated": "2026-06-03T18:35:53.3713699",
      "lastUpdatedByUser": "sample string 9",
      "lastUpdatedByHost": "2026-06-03T18:35:53.3713699",
      "doNotRangeUpdated": "2026-06-03T18:35:53.3713699",
      "doNotOrderUpdated": "2026-06-03T18:35:53.3713699",
      "tracked": "2026-06-03T18:35:53.3713699"
    },
    "allergens": [
      {
        "$id": "34",
        "primaryKey": {
          "$id": "35",
          "pluGuid": "e8e71135-2899-4011-889f-4574e2f6b09d",
          "contains": 2
        },
        "allergenID": 1,
        "pluG_UID": "NRHn6JkoEUCIn0V04vawnQ==",
        "pluGuid": "e8e71135-2899-4011-889f-4574e2f6b09d",
        "contains": 2,
        "allergenName": "sample string 3",
        "storeIDs": [
          1,
          2
        ]
      },
      {
        "$ref": "34"
      }
    ],
    "costs": {
      "$id": "36",
      "pluG_UID": "5KIQHjrHukuI3kvqpq2Vpw==",
      "pluGuid": "1e10a2e4-c73a-4bba-88de-4beaa6ad95a7",
      "enteredCost": 1,
      "weightedAvgCost": 1,
      "lastCost": 1,
      "rawEnteredCost": 2,
      "rawWeightedAvgCost": 3,
      "rawLastCost": 4,
      "freight": 5.0,
      "freightType": 6,
      "costDecimals": 7,
      "fifoCost": 1,
      "updated": "2026-06-03T18:35:53.3713699",
      "normalCost": 1,
      "currentCost": 1
    },
    "sales": [
      {
        "$id": "37",
        "saleHeaderID": 1,
        "created": "2026-06-03T18:35:53.3713699",
        "createdLocal": "2026-06-03T18:35:53.3713699",
        "storeID": 3,
        "storeName": "sample string 4",
        "operatorG_Uid": "hJE+Mx1mf0qtgpTdZ5vARg==",
        "operatorGuid": "333e9184-661d-4a7f-ad82-94dd679bc046",
        "operatorName": "sample string 5",
        "tranType": 1,
        "plu": 1,
        "pluG_UId": "31VvsfWQGEKebJLFnl9pJQ==",
        "pluGuid": "b16f55df-90f5-4218-9e6c-92c59e5f6925",
        "normalPrice": 1,
        "totalCents": 1,
        "cost": 1,
        "grossProfit": 1,
        "quantity": 1,
        "operator": {
          "$id": "38",
          "id": 1,
          "g_Uid": "2uLgBStgs0ucIFPj7CDubw==",
          "guid": "05e0e2da-602b-4bb3-9c20-53e3ec20ee6f",
          "operatorNumber": 1,
          "shortName": "sample string 2",
          "firstName": "sample string 3",
          "lastName": "sample string 4",
          "password": "sample string 5",
          "hasPassword": true,
          "passwordText": "sample string 6",
          "rfidTagID": "sample string 7",
          "blueprintID": 1,
          "groupID": 1,
          "groupName": "sample string 8",
          "managerGroupID": 1,
          "managerGroupName": "sample string 9",
          "zoneID": 1,
          "zoneName": "sample string 10",
          "loggedIn": 1,
          "lastUsedIP": "sample string 11",
          "deleted": true,
          "locked": true,
          "allowOpenTill": true,
          "webEmail": "sample string 14",
          "simpleOperatorType": 0,
          "webRole": "sample string 15",
          "updated": "2026-06-03T18:35:53.3713699",
          "passwordResetRequired": true,
          "alteredInStore": true,
          "startShift": "2026-06-03T18:35:53.3713699",
          "endShift": "2026-06-03T18:35:53.3713699",
          "machineName": "sample string 20",
          "drawerID": 1,
          "stores": [
            {
              "$id": "39",
              "operatorG_UID": "UdX0Zc94b0CBjpnRvU19xA==",
              "operatorGuid": "65f4d551-78cf-406f-818e-99d1bd4d7dc4",
              "storeID": 2,
              "operator": {
                "$ref": "38"
              },
              "store": {
                "$ref": "4"
              }
            },
            {
              "$ref": "39"
            }
          ]
        }
      },
      {
        "$ref": "37"
      }
    ],
    "apns": [
      {
        "$id": "40",
        "pluID": 1,
        "pluG_UID": "B5beTSzEPESeenVWNwic6A==",
        "pluGuid": "4dde9607-c42c-443c-9e7a-755637089ce8",
        "apn": "sample string 1",
        "deleted": true,
        "storeID": 1,
        "storeIDs": [
          1,
          2
        ]
      },
      {
        "$ref": "40"
      }
    ],
    "tuns": [
      {
        "$id": "41",
        "pluG_UId": "axk+UvhAIE6mTorL49U1eQ==",
        "pluGuid": "523e196b-40f8-4e20-a64e-8acbe3d53579",
        "apn": "sample string 1",
        "tun": "sample string 2",
        "cartonQuantity": 3,
        "product": {
          "$ref": "3"
        },
        "storeIDs": [
          1,
          2
        ]
      },
      {
        "$ref": "41"
      }
    ],
    "competitionPricing": [
      {
        "$id": "42",
        "identifier": "AQCt7TnEQke1l/TuZcUpVA==",
        "identifierGuid": "edad0001-c439-4742-b597-f4ee65c52954",
        "pluG_UID": "yP0/R6KQ2kaXjDlGcCwNUA==",
        "pluGuid": "473ffdc8-90a2-46da-978c-3946702c0d50",
        "competitionID": 1,
        "name": "sample string 2",
        "sellMultiple": 3,
        "retailPrice": 4,
        "storeName": "sample string 5"
      },
      {
        "$ref": "42"
      }
    ],
    "supplier": {
      "$ref": "10"
    },
    "supplierName": "sample string 148",
    "children": [
      {
        "$ref": "3"
      },
      {
        "$ref": "3"
      }
    ],
    "ordering": {
      "$ref": "1"
    },
    "flipChartPages": [
      {
        "$id": "43",
        "identifier": "YMv/8g3uCk6AVfXmyUtfwQ==",
        "groupName": "sample string 1",
        "identifierGuid": "f2ffcb60-ee0d-4e0a-8055-f5e6c94b5fc1",
        "exists": true,
        "flipChartIdentifier": "FQ6jwef9ok2BwEAePPM70A==",
        "flipChartIdentifierGuid": "c1a30e15-fde7-4da2-81c0-401e3cf33bd0",
        "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": "xBReDr/53U6cU6WS/A1dQA==",
        "groupIdentifierGuid": "0e5e14c4-f9bf-4edd-9c53-a592fc0d5d40",
        "flipChart": {
          "$id": "44",
          "identifier": "7vfFoV9g7U+lFiTa4CSJYw==",
          "identifierGuid": "a1c5f7ee-605f-4fed-a516-24dae0248963",
          "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": "Qy47SPn8akWwQWcSwl8iHw==",
            "identifierGuid": "483b2e43-fcf9-456a-b041-6712c25f221f",
            "name": "sample string 2",
            "formType": "sample string 3",
            "forms": [
              {
                "$id": "46",
                "id": 1,
                "g_UID": "78aWNqNAp0uEq/LGo6g3nA==",
                "guid": "3696c6ef-40a3-4ba7-84ab-f2c6a3a8379c",
                "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": "LbucTco/y0mMfj1VXyg64w==",
                "previousFormGuid": "4d9cbb2d-3fca-49cb-8c7e-3d555f283ae3",
                "nextForm": 1,
                "nextFormG_UID": "935hY6cDp0Cfcv5Ya2Drug==",
                "nextFormGuid": "63617ef7-03a7-40a7-9f72-fe586b60ebba",
                "attributes": "sample string 10",
                "updated": "2026-06-03T18:35:53.3713699",
                "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": "fs5FagYctU+RJYVn6m/Mxg==",
                    "checkoutFormGuid": "6a45ce7e-1c06-4fb5-9125-8567ea6fccc6",
                    "identifier": "5F064CSqSE2vKsrsVw9WnA==",
                    "identifierGuid": "e03a5de4-aa24-4d48-af2a-caec570f569c",
                    "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": "z4zukOp5Xkuwkg7wX598Ww==",
                    "valueGuid": "90ee8ccf-79ea-4b5e-b092-0ef05f9f7c5b",
                    "buttonText": "sample string 10",
                    "valueText": "sample string 11",
                    "drawImageAndButton": true,
                    "updated": "2026-06-03T18:35:53.3713699",
                    "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": "2026-06-03T18:35:53.3713699",
                      "imageData": "QEA=",
                      "readOnly": true
                    }
                  },
                  {
                    "$ref": "47"
                  }
                ],
                "panels": [
                  {
                    "$id": "49",
                    "id": 1,
                    "checkoutFormID": 2,
                    "checkoutFormG_UID": "+NsvMieJj06jNBpOuUpf2g==",
                    "checkoutFormGuid": "322fdbf8-8927-4e8f-a334-1a4eb94a5fda",
                    "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": "CrDKowyaK0iaR58e4QaPPg==",
            "flipChartPageIdentifierGuid": "a3cab00a-9a0c-482b-9a47-9f1ee1068f3e",
            "pluG_UID": "U89E/8p1VkCb5Q2vDcQTzw==",
            "pluGuid": "ff44cf53-75ca-4056-9be5-0daf0dc413cf",
            "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": "YQJ85W2+PUSOPb7FNCxqwg==",
        "pluGuid": "e57c0261-be6d-443d-8e3d-bec5342c6ac2",
        "price": 1,
        "costCalcMethod": 1,
        "cost": 2,
        "weightedAvgCost": 3,
        "lastCost": 4,
        "rawCost": 5,
        "rawWeightedAvgCost": 6,
        "rawLastCost": 7,
        "costDecimals": 8,
        "serviceFeeID": 9,
        "freight": 10.0,
        "freightType": 11,
        "process": "sample string 12",
        "user": "sample string 13",
        "updated": "2026-06-03T18:35:53.3713699",
        "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": "YhhQWVHYZU+3Yv6682nAsg==",
        "ingredientGuid": "ku8iy0C6qEih9nzX0cJRRg==",
        "ingredientIdentifier": "cb22ef92-ba40-48a8-a1f6-7cd7d1c25146",
        "quantity": 1.0,
        "storeIDs": [
          1,
          2
        ],
        "ingredientText": "sample string 1",
        "ingredient": {
          "$ref": "3"
        }
      },
      {
        "$ref": "52"
      }
    ],
    "bins": [
      {
        "$id": "53",
        "pluG_UID": "ZGYUdsuQEEmBGe0cXF4wVw==",
        "pluGuid": "76146664-90cb-4910-8119-ed1c5c5e3057",
        "shelfLocationIdentifier": "CQbol7EDB0S4cALo5hRDKw==",
        "shelfLocationGuid": "97e80609-03b1-4407-b870-02e8e614432b",
        "labelShelfDefault": 1,
        "labelTalkerDefault": 1,
        "labelSmall": true,
        "labelPageLayoutG_UID": "QkYLMqHlhkSrcml3tV/R5w==",
        "labelPageLayoutGuid": "320b4642-e5a1-4486-ab72-6977b55fd1e7",
        "updated": "2026-06-03T18:35:53.3713699",
        "electronicShelfLabelIdentifier": "sample string 5",
        "electronicshelfLabelsConfigurationID": 6,
        "labelShelfChanged": true,
        "productName": "sample string 8",
        "locationText": "sample string 9",
        "product": {
          "$ref": "3"
        },
        "location": {
          "$id": "54",
          "identifier": "Pq/TbhH4e06Zvu+6qeybZQ==",
          "storeID": 1,
          "identifierGuid": "6ed3af3e-f811-4e7b-99be-efbaa9ec9b65",
          "name": "sample string 2",
          "haccp": true,
          "blueprintID": 1,
          "updated": "2026-06-03T18:35:53.3713699",
          "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": "BJCv7PB69kOqKDxl9rx7DQ==",
        "pluGuid": "ecaf9004-7af0-43f6-aa28-3c65f6bc7b0d",
        "deptNo": 1,
        "product": {
          "$ref": "3"
        },
        "scaleLocation": {
          "$id": "56",
          "id": 1,
          "deptNo": 1,
          "deptCode": "sample string 2",
          "name": "sample string 3",
          "enabled": true,
          "updated": "2026-06-03T18:35:53.3713699",
          "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": "2026-06-03T18:35:53.3713699",
                        "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": "sPGm9U2u9UGglWjny651Gg==",
                        "labelPageLayoutGuid": "f5a6f1b0-ae4d-41f5-a095-68e7cbae751a",
                        "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": "2026-06-03T18:35:53.3713699",
                    "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": "/y/DUXuYFEWNj1cjpyjH1A==",
                    "labelPageLayoutGuid": "51c32fff-987b-4514-8d8f-5723a728c7d4",
                    "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": "2026-06-03T18:35:53.3713699",
                "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": "wHHwiPkFDk6buY6nh/U2eQ==",
                "labelPageLayoutGuid": "88f071c0-05f9-4e0e-9bb9-8ea787f53679",
                "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": "2026-06-03T18:35:53.3713699",
            "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": "Jj79ccZv7E2cTny0Xg/1EA==",
            "labelPageLayoutGuid": "71fd3e26-6fc6-4dec-9c4e-7cb45e0ff510",
            "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": "fxecZJt6Fked8U4YKyo5NQ==",
      "pluGuid": "649c177f-7a9b-4716-9df1-4e182b2a3935",
      "newPrice": 1,
      "pctDiscount": 1,
      "newCost": 1,
      "newCostDecimals": 6,
      "dealCostIdentifier": "l7xo/iApyEWtPD/cKAVTzw==",
      "dealCostGuid": "fe68bc97-2920-45c8-ad3c-3fdc280553cf",
      "pluName": "sample string 7",
      "apn": "sample string 8",
      "fuelItem": true,
      "priceGroupG_UID": "i0wyM5I5PUS5bH4JknBKZQ==",
      "priceGroupGuid": "33324c8b-3992-443d-b96c-7e0992704a65",
      "itemNumber": "sample string 10",
      "cri": "sample string 11",
      "pluPrice": 12,
      "costCalcMethod": 13,
      "pluCost": 14,
      "pluCostIndicator": "sample string 15",
      "pluPriceGstPercent": 16,
      "pluCostGstPercent": 17,
      "pluActive": true,
      "cartonQty": 1.1,
      "baseUnits": 19.1,
      "salesMode": 1,
      "orderPacked": 20,
      "pluNormalCost": 21,
      "pluaws": 22.0,
      "directNumber": "sample string 23",
      "departmentName": "sample string 24",
      "subDepartmentName": "sample string 25",
      "priceGroupName": "sample string 26",
      "supplierName": "sample string 27",
      "stockOnHand": 1.1,
      "stockOnOrder": 1.1,
      "lastReceived": "2026-06-03T18:35:53.3713699",
      "rrp": 28,
      "campaignDescription": "sample string 29",
      "hostCampaign": true,
      "hostIdentifier": "QEA=",
      "hostIdentifierGuid": "54d5c0ec-ded2-4d38-943e-434817a90bdd",
      "campaignComboPriceGroupG_UID": "wXV2y1FB2kCY5jdSWAmbdg==",
      "campaignComboPriceGroupIdentifier": "cb7675c1-4151-40da-98e6-375258099b76",
      "promotionPlacementDescription": "sample string 31",
      "storeAcceptances": [
        {
          "$id": "66",
          "plu": 1,
          "pluG_UId": "QEA=",
          "campaignID": 1,
          "campaignName": "sample string 2",
          "storeID": 3,
          "acceptedUtc": "2026-06-03T18:35:53.3713699",
          "operatorG_UID": "oF4C9Q4d/E+4N6bwHi0b7A==",
          "operatorGuid": "f5025ea0-1d0e-4ffc-b837-a6f01e2d1bec",
          "machineID": 1,
          "processed": true,
          "appliedUtc": "2026-06-03T18:35:53.3713699",
          "signIqTicketFileMovedUtc": "2026-06-03T18:35:53.3713699",
          "user": "sample string 6",
          "campaignDescription": "sample string 7",
          "productDesc": "sample string 8",
          "storeName": "sample string 9",
          "effectiveUtc": "2026-06-03T18:35:53.3713699",
          "priceChangeType": 0,
          "operatorName": "sample string 10",
          "hostCampaign": true,
          "hostIdentifier": "QEA=",
          "hostIdentifierGuid": "a5f77a3a-5bb2-4acd-93f4-3fd985afdd97",
          "product": {
            "$ref": "3"
          },
          "campaignPlu": {
            "$ref": "65"
          },
          "fuelItem": true
        },
        {
          "$ref": "66"
        }
      ],
      "campaign": {
        "$id": "67",
        "id": 1,
        "storeID": 2,
        "name": "b9614d46-fa76-4127-bb15-64fc99896cab",
        "nameGuid": "b9614d46-fa76-4127-bb15-64fc99896cab",
        "description": "sample string 4",
        "showDiscounts": true,
        "showTotals": true,
        "onlyEvaluateOnSubtotal": true,
        "useDescription": true,
        "campaignType": 1,
        "startDate": "2026-06-03T18:35:53.3713699",
        "startTime": 1,
        "endDate": "2026-06-03T18:35:53.3713699",
        "endTime": 1,
        "recurrence": 1,
        "recurrenceType": 1,
        "monthType": 1,
        "weekDays": 1,
        "months": 1,
        "monthWeeks": 1,
        "monthDays": "sample string 7",
        "printed": true,
        "talkerText": "sample string 8",
        "rangeDescription": "sample string 9",
        "dealDescription": "sample string 10",
        "labelQuantity": 11,
        "active": 1,
        "deactivated": "2026-06-03T18:35:53.3713699",
        "system": true,
        "created": "2026-06-03T18:35:53.3713699",
        "updated": "2026-06-03T18:35:53.3713699",
        "priceChangeNotifiedUtc": "2026-06-03T18:35:53.3713699",
        "promoType": 1,
        "promotionTypeCode": "sample string 13",
        "hostIdentifier": "a4U4ZpB+A0KV2uTCZIBt9w==",
        "hostIdentifierGuid": "6638856b-7e90-4203-95da-e4c264806df7",
        "hostType": 14,
        "createdByUser": "sample string 15",
        "fromHost": true,
        "deleted": true,
        "campaignDeleted": "2026-06-03T18:35:53.3713699",
        "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": "gLZrQGfJLECUpKtVj/Ebaw==",
            "pluGuid": "406bb680-c967-402c-94a4-ab558ff11b6b",
            "hostOfferID": 1,
            "priceGroupG_UID": "6s7354d/XUK8KB1ukMqm0g==",
            "priceGroupGuid": "e7f7ceea-7f87-425d-bc28-1d6e90caa6d2",
            "fuelItem": true,
            "pluName": "sample string 6",
            "apn": "sample string 7",
            "pluActive": true,
            "cartonQty": 1,
            "baseUnits": 9.1,
            "cri": "sample string 10",
            "salesMode": 1,
            "orderPacked": 11,
            "pluaws": 12.0,
            "directNumber": "sample string 13",
            "departmentName": "sample string 14",
            "subDepartmentName": "sample string 15",
            "priceGroupName": "sample string 16",
            "supplierName": "sample string 17",
            "stockOnHand": 1.1,
            "stockOnOrder": 1.1,
            "lastReceived": "2026-06-03T18:35:53.3713699",
            "rrp": 18,
            "campaignDescription": "sample string 19",
            "product": {
              "$ref": "3"
            },
            "campaign": {
              "$ref": "67"
            }
          },
          {
            "$ref": "68"
          }
        ],
        "sellingRules": [
          {
            "$id": "69",
            "id": 1,
            "identifier": "1WasYRjeCkqVQSg6t7TaMg==",
            "identifierStr": "1WasYRjeCkqVQSg6t7TaMg==",
            "identifierGuid": "61ac66d5-de18-4a0a-9541-283ab7b4da32",
            "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": "lH2HNCXxoEeP6z1PP1A5Hg==",
            "customerIDGuid": "34877d94-f125-47a0-8feb-3d4f3f50391e",
            "campaign": {
              "$ref": "67"
            },
            "customer": {
              "$id": "71",
              "identifier": "HmnNVKFr00eq/YRgrZtzFQ==",
              "identifierGuid": "54cd691e-6ba1-47d3-aafd-8460ad9b7315",
              "code": "sample string 2",
              "familyName": "sample string 3",
              "givenName": "sample string 4",
              "otherName": "sample string 5",
              "title": "sample string 6",
              "dateOfBirth": "2026-06-03T18:35:53.3713699",
              "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": "JNfvw8aTHUSzl2x9Euahfg==",
              "communityIdentifierGuid": "c3efd724-93c6-441d-b397-6c7d12e6a17e",
              "joined": "2026-06-03T18:35:53.3713699",
              "updated": "2026-06-03T18:35:53.3713699",
              "active": true,
              "reasonInactive": 1,
              "groupCustomer": true,
              "loyaltyPoints": 1,
              "homeStoreID": 1,
              "availableSpend": 1,
              "priceLevelIdentifier": "2f8GqNb2skeZW891VFtzQA==",
              "priceLevelIdentifierGuid": "a806ffd9-f6d6-47b2-995b-cf75545b7340",
              "marketingID": "sample string 18",
              "receiptPrintOptions": 1,
              "hidden": true,
              "registered": true,
              "registeredOn": "2026-06-03T18:35:53.3713699",
              "emailMarketing": true,
              "smsMarketing": true,
              "deleted": true,
              "deletedUser": "sample string 24",
              "homeStoreName": "sample string 25",
              "customerCards": [
                {
                  "$id": "72",
                  "cardType": 2,
                  "issueDate": "2026-06-03T18:35:53.3713699",
                  "expiry": "2026-06-03T18:35:53.3713699",
                  "customerID": "Fu+hEIUVUEeH2m/S5T5gRQ==",
                  "customerIDGuid": "10a1ef16-1585-4750-87da-6fd2e53e6045",
                  "initialValue": 1,
                  "currentValue": 1,
                  "maxLimit": 1,
                  "minTransaction": 1,
                  "maxTransaction": 1,
                  "multiplier": 1.1,
                  "active": true,
                  "reasonInactive": 1,
                  "idRequired": true,
                  "idType": 1,
                  "idValue": "sample string 5",
                  "updated": "2026-06-03T18:35:53.3713699",
                  "linkedAccount": "Cf8rtDINJUeGq5TF21wiAQ==",
                  "linkedAccountGuid": "b42bff09-0d32-4725-86ab-94c5db5c2201",
                  "currentValueChanged": true,
                  "limitsChanged": true,
                  "customer": {
                    "$ref": "71"
                  },
                  "account": {
                    "$id": "73",
                    "id": 1,
                    "identifier": "5u7wQNZsI0SpmQ0gWTssVQ==",
                    "identifierGuid": "40f0eee6-6cd6-4423-a999-0d20593b2c55",
                    "referenceNo": "sample string 3",
                    "name": "sample string 4",
                    "created": "2026-06-03T18:35:53.3713699",
                    "owner": "M9B7Ftp/RUaaYbxXlztzZg==",
                    "ownerGuid": "167bd033-7fda-4645-9a61-bc57973b7366",
                    "accountStoreGroupIdentifier": "t/6s1MgE90abVNByUBtyTg==",
                    "accountStoreGroupGuid": "d4acfeb7-04c8-46f7-9b54-d072501b724e",
                    "accountType": 1,
                    "currentBalance": 1,
                    "externalID": "sample string 7",
                    "maximumLimit": 1,
                    "accruePoints": true,
                    "loyaltyPoints": 1,
                    "termsOfTrade": 1,
                    "signatureRequired": true,
                    "referenceRequired": true,
                    "statementSendType": 10,
                    "ageingPeriod": 1,
                    "monthlyAgeingPeriod": true,
                    "explodedInvoice": true,
                    "isFifoAllocation": true,
                    "lastStatementSent": "2026-06-03T18:35:53.3713699",
                    "active": true,
                    "updated": "2026-06-03T18:35:53.3713699",
                    "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": "JKi8QVqNWk+SBVbhl5OxlA==",
                        "identifierGuid": "41bca824-8d5a-4f5a-9205-56e19793b194",
                        "name": "sample string 2",
                        "primaryContact": "YALFV8GBbEmtezAO1ThxRA==",
                        "primaryContactGuid": "57c50260-81c1-496c-ad7b-300ed5387144",
                        "accountID": "6MNDjv2sOUSlZsEquKBleA==",
                        "accountIDGuid": "8e43c3e8-acfd-4439-a566-c12ab8a06578",
                        "special": true,
                        "updated": "2026-06-03T18:35:53.3713699",
                        "active": true,
                        "reasonInactive": 1,
                        "priceLevelIdentifier": "j8NMJBcoD0mvO3ECYex94A==",
                        "priceLevelIdentifierGuid": "244cc38f-2817-490f-af3b-710261ec7de0",
                        "marketingListID": "sample string 7",
                        "deleted": true,
                        "account": {
                          "$ref": "73"
                        },
                        "primaryContactCustomer": {
                          "$ref": "71"
                        },
                        "customerGroupMembers": [
                          {
                            "$id": "76",
                            "id": 1,
                            "groupID": "VL+msXzKhUa0L1m0eAkT/w==",
                            "groupIDGuid": "b1a6bf54-ca7c-4685-b42f-59b4780913ff",
                            "customerID": "bFkP1obluE+bbcFlZHiqAg==",
                            "customerIDGuid": "d60f596c-e586-4fb8-9b6d-c1656478aa02",
                            "card": "sample string 4",
                            "linkedAccount": "wTuc89gg+UqlgRqQeoNqXw==",
                            "linkedAccountGuid": "f39c3bc1-20d8-4af9-a581-1a907a836a5f",
                            "customer": {
                              "$ref": "71"
                            },
                            "group": {
                              "$ref": "75"
                            },
                            "customerCard": {
                              "$ref": "72"
                            }
                          },
                          {
                            "$ref": "76"
                          }
                        ]
                      },
                      {
                        "$ref": "75"
                      }
                    ]
                  },
                  "payments": [
                    {
                      "$id": "77",
                      "id": 1,
                      "identifier": "naQw322qz06IAyqMAr4CMQ==",
                      "identifierGuid": "df30a49d-aa6d-4ecf-8803-2a8c02be0231",
                      "storeID": 2,
                      "operatorName": "sample string 3",
                      "saleHeaderID": 4,
                      "paymentType": 5,
                      "amount": 6,
                      "account": "sample string 7",
                      "accountID": "RvBD5jmjVEG9D6IQPlXCWg==",
                      "accountIDGuid": "e643f046-a339-4154-bd0f-a2103e55c25a",
                      "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": "2026-06-03T18:35:53.3713699",
                      "invRocNo": "sample string 14",
                      "responseCode": "sample string 15",
                      "cashout": 1,
                      "tip": 16,
                      "idempotentVoid": "+iIo8MdDSUKvI7jbWfcN0w==",
                      "idempotentVoidGuid": "f02822fa-43c7-4249-af23-b8db59f70dd3",
                      "offline": true,
                      "processed": 1,
                      "storeSaleHeader": {
                        "$id": "78",
                        "saleHeaderID": 1,
                        "saleHeaderGuid": "8BUn8TPkuEaxaL/oerKmKg==",
                        "saleHeaderIdentifierGuid": "f12715f0-e433-46b8-b168-bfe87ab2a62a",
                        "created": "2026-06-03T18:35:53.3713699",
                        "createdLocal": "2026-06-03T18:35:53.3713699",
                        "createdText": "sample string 4",
                        "itemCount": 5,
                        "totalAmount": 6,
                        "cashTender": 1,
                        "cardTender": 1,
                        "cheqTender": 1,
                        "acctTender": 1,
                        "voucherTender": 1,
                        "loyaltyPoints": 1,
                        "cashout": 1,
                        "changeAmount": 1,
                        "rounding": 1,
                        "gstAmount": 1,
                        "transactionDiscountTender": 1,
                        "totalTip": 7,
                        "tranType": 1,
                        "processed": 1,
                        "imported": "2026-06-03T18:35:53.3713699",
                        "storeID": 1,
                        "operatorG_Uid": "mRJmsYwkREOkvT1AMeg/1Q==",
                        "operatorGuid": "b1661299-248c-4344-a4bd-3d4031e83fd5",
                        "customerG_Uid": "go2p5weo9ki8fICIVVTt3A==",
                        "customerGuid": "e7a98d82-a807-48f6-bc7c-80885554eddc",
                        "communityIdentifier": "y4BKtVUqgkWYYBa3K5DNLg==",
                        "communityIdentifierGuid": "b54a80cb-2a55-4582-9860-16b72b90cd2e",
                        "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": "hvibzetwoUaO7bv6MNEnNA==",
                        "priceLevelIdentifierGuid": "cd9bf886-70eb-46a1-8eed-bbfa30d12734",
                        "locked": 36,
                        "orderMetadata": "{\"CustomerName\":\"sample string 1\",\"PickupAt\":\"2026-06-03T18:35:53.3713699+00:00\",\"DeliveryAddress1\":\"sample string 2\",\"DeliveryAddress2\":\"sample string 3\",\"CustomerPhoneNumber\":\"sample string 4\",\"OrderType\":0,\"ExternalOrderID\":\"sample string 5\",\"ExternalDisplayableOrderID\":\"sample string 6\",\"TableName\":\"sample string 7\",\"CreatedBy\":0,\"OrderingAppName\":\"sample string 8\"}",
                        "deserialisedOrderMetadata": {
                          "$id": "79",
                          "customerName": "sample string 1",
                          "pickupAt": "2026-06-03T18:35:53.3713699",
                          "deliveryAddress1": "sample string 2",
                          "deliveryAddress2": "sample string 3",
                          "customerPhoneNumber": "sample string 4",
                          "orderType": 0,
                          "externalOrderID": "sample string 5",
                          "externalDisplayableOrderID": "sample string 6",
                          "tableName": "sample string 7",
                          "createdBy": 0,
                          "orderingAppName": "sample string 8"
                        },
                        "relationChecksum": "sample string 38",
                        "loyaltyTender": 1,
                        "giftCardTender": 1,
                        "operator": {
                          "$ref": "38"
                        },
                        "customer": {
                          "$ref": "71"
                        },
                        "communityOrganisation": {
                          "$id": "80",
                          "id": 1,
                          "identifier": "vn6TMLXe+Eaz0YDEy5+Xpw==",
                          "identifierGuid": "30937ebe-deb5-46f8-b3d1-80c4cb9f97a7",
                          "name": "sample string 3",
                          "lookupIdentifier": "sample string 4",
                          "externalID": "sample string 5",
                          "phone": "sample string 6",
                          "fax": "sample string 7",
                          "email": "sample string 8",
                          "address1": "sample string 9",
                          "address2": "sample string 10",
                          "city": "sample string 11",
                          "postCode": "sample string 12",
                          "state": "sample string 13",
                          "country": "sample string 14",
                          "abn": "sample string 15",
                          "promoPeriodStart": "2026-06-03T18:35:53.3713699",
                          "promoPeriodEnd": "2026-06-03T18:35:53.3713699",
                          "allowDonations": true,
                          "logoImageName": "sample string 17",
                          "totalAmountAwarded": 18.1,
                          "updated": "2026-06-03T18:35:53.3713699",
                          "deleted": true
                        },
                        "details": [
                          {
                            "$id": "81",
                            "saleItemID": 1,
                            "identifier": "jXt/Dn3XPUiFoPN1ghjF5w==",
                            "identifierGuid": "0e7f7b8d-d77d-483d-85a0-f3758218c5e7",
                            "saleHeaderID": 2,
                            "plu": 1,
                            "pluG_UId": "rHAtJVekDU6fZzEnnFP0SQ==",
                            "pluGuid": "252d70ac-a457-4e0d-9f67-31279c53f449",
                            "accountID": "vXkFr1OXTUOvuQOQ4R3XVQ==",
                            "accountIDGuid": "af0579bd-9753-434d-afb9-0390e11dd755",
                            "normalPrice": 3,
                            "originalSellingPrice": 4,
                            "discountPrice": 5,
                            "unit": 1,
                            "quantity": 6,
                            "totalCents": 7,
                            "fixedPrice": 1,
                            "tranType": 1,
                            "discountType": 1,
                            "cost": 1,
                            "costDecimals": 8,
                            "markdown": 1,
                            "manualQuantity": 1,
                            "manualPrice": 1,
                            "manualMode": 1,
                            "active": 1,
                            "offline": true,
                            "barcode": "sample string 9",
                            "keyedSale": 1,
                            "discountedID": 1,
                            "fuelID": 1,
                            "serialNumber": "sample string 10",
                            "bestOrExpire": "2026-06-03T18:35:53.3713699",
                            "bestOrExpireType": 1,
                            "providerName": "sample string 11",
                            "refundG_UID": "AUYiVYVf0E+zPjYA3+3Jpw==",
                            "refundGuid": "55224601-5f85-4fd0-b33e-3600dfedc9a7",
                            "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": "lfmhBXPGyUaushhFf8biHg==",
                            "idempotentVoidGuid": "05a1f995-c673-46c9-aeb2-18457fc6e21e",
                            "priceLevelIdentifier": "ojRvsG5EikSK1uYJFqAgmA==",
                            "priceLevelIdentifierGuid": "b06f34a2-446e-448a-8ad6-e60916a02098",
                            "communityIdentifier": "gY5aUYr/IEaoCm5ko+GqMQ==",
                            "communityIdentifierGuid": "515a8e81-ff8a-4620-a80a-6e64a3e1aa31",
                            "productName": "sample string 23",
                            "apn": "sample string 24",
                            "unknownScans": [
                              {
                                "$id": "82",
                                "id": 1,
                                "saleDetailID": 2,
                                "storeID": 1,
                                "scanned": "2026-06-03T18:35:53.3713699",
                                "operatorG_UID": "QEA=",
                                "barcode": "sample string 4",
                                "processed": 1
                              },
                              {
                                "$ref": "82"
                              }
                            ],
                            "refund": {
                              "$id": "83",
                              "id": 1,
                              "g_UID": "Pkffd6+LiEqVAyBiXOWoRg==",
                              "guid": "77df473e-8baf-4a88-9503-20625ce5a846",
                              "description": "sample string 1",
                              "dumped": true,
                              "inventoryReasonID": 1,
                              "sortOrder": 1,
                              "updated": "2026-06-03T18:35:53.3713699"
                            },
                            "modifier": {
                              "$id": "84",
                              "id": 1,
                              "setG_UID": "TXG9DPG4tUmx22Tev5P5+g==",
                              "modifierSetGuid": "0cbd714d-b8f1-49b5-b1db-64debf93f9fa",
                              "name": "sample string 2",
                              "price": 1,
                              "quantity": 1,
                              "modifierType": 1,
                              "groupNumber": 1,
                              "pageNumber": 1,
                              "controlOrder": 1,
                              "printToStation": true,
                              "pluG_UID": "+9OGeAgC2UOgvK3JEtTa9A==",
                              "pluGuid": "7886d3fb-0208-43d9-a0bc-adc912d4daf4",
                              "deleted": true,
                              "g_UID": "JKRXsnRh20+VWDbs9xcsbQ==",
                              "guid": "b257a424-6174-4fdb-9558-36ecf7172c6d",
                              "product": {
                                "$ref": "3"
                              }
                            },
                            "priceLevelName": "sample string 25",
                            "pumpNumber": 1,
                            "hoseNumber": 1
                          },
                          {
                            "$ref": "81"
                          }
                        ],
                        "eftReceipts": [
                          {
                            "$id": "85",
                            "id": 1,
                            "storeID": 1,
                            "saleHeaderID": 2,
                            "storeSaleHeader": {
                              "$ref": "78"
                            },
                            "receipt": "sample string 3",
                            "processed": 1
                          },
                          {
                            "$ref": "85"
                          }
                        ],
                        "payments": [
                          {
                            "$ref": "77"
                          },
                          {
                            "$ref": "77"
                          }
                        ],
                        "cards": [
                          {
                            "$id": "86",
                            "id": 1,
                            "saleHeaderID": 1,
                            "identifier": "sample string 2",
                            "cardType": 3,
                            "providerName": "sample string 4"
                          },
                          {
                            "$ref": "86"
                          }
                        ],
                        "campaignHits": [
                          {
                            "$id": "87",
                            "id": 1,
                            "saleHeaderID": 2,
                            "campaign": "sample string 3",
                            "name": "sample string 4",
                            "processed": 1,
                            "campaignDescription": "sample string 5"
                          },
                          {
                            "$ref": "87"
                          }
                        ],
                        "fuel": [
                          {
                            "$id": "88",
                            "id": 1,
                            "plu": 1,
                            "pluG_UID": "DpoVR1K+YEmCevlLq0aoPA==",
                            "pluGuid": "47159a0e-be52-4960-827a-f94bab46a83c",
                            "saleHeaderID": 2,
                            "totalCents": 3,
                            "grade": 1,
                            "gradeDescription": "sample string 4",
                            "dispenser": 1,
                            "hose": 1,
                            "quantity": 1,
                            "cost": 1,
                            "acquirerNum": 1,
                            "attendant": 1,
                            "ePurseBalance": 1.0,
                            "cardSignature": "sample string 5",
                            "compartmentNumber": 1,
                            "contractNumber": 1,
                            "discountCardPAN": "sample string 6",
                            "discountID": 1,
                            "discountName": "sample string 7",
                            "discountNetValue": 1.0,
                            "discountType": 1,
                            "discountValue": 1.0,
                            "discretionaryData": "sample string 8",
                            "driverID": "sample string 9",
                            "eftBatchNumber": 1,
                            "eftResponseCode": "sample string 10",
                            "endDateTime": "2026-06-03T18:35:53.3713699",
                            "engineHours": 1.1,
                            "fposNumber": 1,
                            "loyaltyCardPAN": "sample string 11",
                            "miscData1": 1,
                            "miscData2": "sample string 12",
                            "miscFlags": 1,
                            "mop": 1,
                            "odometer": 1,
                            "panNumber": "sample string 13",
                            "saleRefund": true,
                            "saleStatus": 1,
                            "sequenceNumber": 1,
                            "stan": 1,
                            "startDateTime": "2026-06-03T18:35:53.3713699",
                            "tagNumber": "sample string 15",
                            "trackTwoRem": "sample string 16",
                            "transCode": 1,
                            "transType": 1,
                            "unitPrice": 1.0,
                            "vehicleReg": "sample string 17",
                            "offline": true,
                            "processed": 1
                          },
                          {
                            "$ref": "88"
                          }
                        ],
                        "fuelResells": [
                          {
                            "$id": "89",
                            "saleItemID": 1,
                            "saleHeaderID": 2,
                            "plu": 1,
                            "pluG_UId": "F5IS8anU/UuetiHqNhblXQ==",
                            "pluGuid": "f1129217-d4a9-4bfd-9eb6-21ea3616e55d",
                            "accountID": "5o1vfvG+gUin+vulkoFdkA==",
                            "accountIDGuid": "7e6f8de6-bef1-4881-a7fa-fba592815d90",
                            "normalPrice": 3,
                            "originalSellingPrice": 4,
                            "discountPrice": 5,
                            "unit": 1,
                            "quantity": 6,
                            "totalCents": 7,
                            "fixedPrice": 1,
                            "tranType": 1,
                            "processed": 1,
                            "discountType": 1,
                            "cost": 1,
                            "costDecimals": 1,
                            "markdown": 1,
                            "manualQuantity": 1,
                            "manualPrice": 1,
                            "manualMode": 1,
                            "active": 1,
                            "barcode": "sample string 8",
                            "offline": 1,
                            "keyedSale": 1,
                            "discountedID": 1,
                            "fuelID": 1,
                            "serialNumber": "sample string 9",
                            "bestOrExpire": "2026-06-03T18:35:53.3713699",
                            "bestOrExpireType": 1,
                            "refundG_UID": "/NZ9Fyn6W0irEiw5BxO83Q==",
                            "refundGuid": "177dd6fc-fa29-485b-ab12-2c390713bcdd",
                            "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": "89"
                          }
                        ],
                        "customerOrder": [
                          {
                            "$id": "90",
                            "identifier": "CbNAN+iHXkCphqasQ/CzOg==",
                            "identifierGuid": "3740b309-87e8-405e-a986-a6ac43f0b33a",
                            "id": 1,
                            "orderNo": 2,
                            "externalSaleIdentifier": "sample string 3",
                            "storeID": 4,
                            "zoneID": 5,
                            "deptNo": 6,
                            "customerIdentifier": "TjIE4mhJrUqfVOkCaYTDKA==",
                            "customerIdentifierGuid": "e204324e-4968-4aad-9f54-e9026984c328",
                            "operatorNo": 1,
                            "operatorG_UID": "ce0BhR+WDkqJAcN3NQzdLA==",
                            "operatorGuid": "8501ed71-961f-4a0e-8901-c377350cdd2c",
                            "created": "2026-06-03T18:35:53.3713699",
                            "ordered": "2026-06-03T18:35:53.3713699",
                            "started": "2026-06-03T18:35:53.3713699",
                            "completed": "2026-06-03T18:35:53.3713699",
                            "supplied": "2026-06-03T18:35:53.3713699",
                            "quickTicket": 1,
                            "deleted": true,
                            "walkAway": true,
                            "approxWait": 1,
                            "actualWait": 1,
                            "deliveryMethod": 8,
                            "externalSaleType": 9,
                            "customer": {
                              "$ref": "71"
                            },
                            "operator": {
                              "$ref": "38"
                            },
                            "details": [
                              {
                                "$id": "91",
                                "headerID": 1,
                                "plu": 1,
                                "pluG_UId": "eAlP8V1sDU6MqV/sQJA6FA==",
                                "pluGuid": "f14f0978-6c5d-4e0d-8ca9-5fec40903a14",
                                "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": "0d0GHnxgkE+LSYfgnsNlUg==",
                                "headerIdentifierGuid": "1e06ddd1-607c-4f90-8b49-87e09ec36552",
                                "product": {
                                  "$ref": "3"
                                }
                              },
                              {
                                "$ref": "91"
                              }
                            ],
                            "storeName": "sample string 11",
                            "customerName": "sample string 12",
                            "storeReplyTo": "sample string 13",
                            "storeSubjectLine": "sample string 14",
                            "storeSaleHeader": {
                              "$ref": "78"
                            }
                          },
                          {
                            "$ref": "90"
                          }
                        ],
                        "surveyResponses": [
                          {
                            "$id": "92",
                            "surveyG_UID": "MsgOfAMbs0SOnBnNutIsPw==",
                            "surveyGuid": "7c0ec832-1b03-44b3-8e9c-19cdbad22c3f",
                            "saleHeaderGuid": "UG0iYZsRFE2AAZ4s8Nx8ww==",
                            "saleGuid": "61226d50-119b-4d14-8001-9e2cf0dc7cc3",
                            "textResponse": "sample string 1",
                            "integerResponse": 1,
                            "g_UIDResponse": "JuwijHs2+kaF7vvkiCp6ow==",
                            "guidResponse": "8c22ec26-367b-46fa-85ee-fbe4882a7aa3",
                            "whoAnswered": 2,
                            "answeredAtUTC": "2026-06-03T18:35:53.3713699",
                            "sale": {
                              "$ref": "78"
                            },
                            "survey": {
                              "$id": "93",
                              "g_UID": "n9v3RmSW1E+aeJwKBKbwwQ==",
                              "guid": "46f7db9f-9664-4fd4-9a78-9c0a04a6f0c1",
                              "name": "sample string 1",
                              "storeID": 2,
                              "zoneID": 1,
                              "checkoutFormG_UID": "qUpypiB2lU+q7ix3PAabFA==",
                              "checkoutFormGuid": "a6724aa9-7620-4f95-aaee-2c773c069b14",
                              "displayToWho": 3,
                              "displayWhen": 4,
                              "start": "2026-06-03T18:35:53.3713699",
                              "end": "2026-06-03T18:35:53.3713699",
                              "deleted": true,
                              "updated": "2026-06-03T18:35:53.3713699",
                              "possibleIntegerResponses": [
                                1,
                                2
                              ],
                              "possibleTextResponses": [
                                "sample string 1",
                                "sample string 2"
                              ],
                              "possibleGuidResponses": [
                                "d697a018-6466-48ce-9a22-9ce796f8000e",
                                "751228d4-6401-4767-aa27-d11fb3be5b3c"
                              ],
                              "allowsAllTextResponses": true,
                              "surveyForm": {
                                "$ref": "46"
                              }
                            },
                            "ingressId": "sample string 4"
                          },
                          {
                            "$ref": "92"
                          }
                        ],
                        "storeName": "sample string 39",
                        "terminalNumber": 40,
                        "machineName": "sample string 41",
                        "operatorName": "sample string 42",
                        "direction": 1,
                        "reason": "sample string 43",
                        "accountG_UID": "cY9VepurA0mWU8gjD0vNyA==",
                        "accountIdentifier": "7a558f71-ab9b-4903-9653-c8230f4bcdc8",
                        "accountName": "sample string 44",
                        "customerOrderIdentifier": "QmA1ETM8Yk+zL72WaJV6LQ==",
                        "customerOrderIdentifierGuid": "11356042-3c33-4f62-b32f-bd9668957a2d",
                        "priceLevelName": "sample string 45",
                        "revision": 46,
                        "ingressId": "sample string 47"
                      },
                      "metadata": {
                        "$id": "94",
                        "id": 1,
                        "paymentID": 2,
                        "paymentIdentifier": "GPwK1Ib3gU6iQ4vKGNQtsA==",
                        "paymentIdentifierGuid": "d40afc18-f786-4e81-a243-8bca18d42db0",
                        "identifier": "m80qFsvNcUSrWbU/0ARW/g==",
                        "identifierGuid": "162acd9b-cdcb-4471-ab59-b53fd00456fe",
                        "metadata": "sample string 3",
                        "signatureImage": "QEA=",
                        "itemIdentifier": "OGdVVfEq00mAH8BmRw3XnQ==",
                        "itemIdentifierGuid": "55556738-2af1-49d3-801f-c066470dd79d"
                      }
                    },
                    {
                      "$ref": "77"
                    }
                  ]
                },
                {
                  "$ref": "72"
                }
              ],
              "customerGroupMembers": [
                {
                  "$ref": "76"
                },
                {
                  "$ref": "76"
                }
              ],
              "customerGroups": [
                {
                  "$ref": "75"
                },
                {
                  "$ref": "75"
                }
              ],
              "accounts": [
                {
                  "$ref": "73"
                },
                {
                  "$ref": "73"
                }
              ],
              "account": {
                "$ref": "73"
              },
              "vouchers": [
                {
                  "$id": "95",
                  "customerIdentifier": "SsaUixfwjECEZ+rZgHLpdQ==",
                  "customerIdentifierGuid": "8b94c64a-f017-408c-8467-ead98072e975",
                  "voucherName": "sample string 2",
                  "count": 3,
                  "storeID": 4,
                  "barcode": "sample string 5",
                  "redeemCount": 6,
                  "issueCount": 7,
                  "storeSalePaymentID": 1,
                  "idempotentID": "LCfDwHYP9E+9/CCEshNNVg==",
                  "idempotentGuid": "c0c3272c-0f76-4ff4-bdfc-2084b2134d56",
                  "offline": true,
                  "voucher": {
                    "$id": "96",
                    "id": 1,
                    "name": "sample string 2",
                    "description": "sample string 3",
                    "shortDescription": "sample string 4",
                    "url": "sample string 5",
                    "barcodeTemplateID": 1,
                    "expiry": 0,
                    "voucherType": 6,
                    "limitPerTransaction": 7,
                    "customerTracking": true,
                    "discountAccount": "sample string 9",
                    "endDate": "2026-06-03T18:35:53.3713699",
                    "barcodeTemplate": {
                      "$id": "97",
                      "templateID": 1,
                      "template": "sample string 1",
                      "bcFunction": "sample string 2",
                      "sortOrder": 3
                    },
                    "scaleLabel": {
                      "$id": "98",
                      "id": 1,
                      "uid": "sample string 2",
                      "name": "sample string 3",
                      "width": 1.1,
                      "height": 1.1,
                      "showBorder": true,
                      "borderWidth": 1.1,
                      "borderStyle": 1,
                      "borderColour": "sample string 5",
                      "updated": "2026-06-03T18:35:53.3713699",
                      "labelPageLayout": "WTmlC4QXrUqwJEhQ+h6V7Q==",
                      "pageLayoutGuid": "0ba53959-1784-4aad-b024-4850fa1e95ed",
                      "labelType": 6,
                      "oldName": "sample string 7",
                      "voucher": {
                        "$ref": "96"
                      },
                      "elements": [
                        {
                          "$id": "99",
                          "id": 1,
                          "scaleLabelID": 2,
                          "showPercentDI": true,
                          "showAvgPerHundred": true,
                          "showAvgPerServe": true,
                          "name": "sample string 6",
                          "x": 1.1,
                          "y": 1.1,
                          "width": 1.1,
                          "height": 1.1,
                          "type": 1,
                          "rotation": 1,
                          "text": "sample string 7",
                          "fontFamily": "sample string 8",
                          "align": 1,
                          "bold": true,
                          "italic": true,
                          "underline": true,
                          "strikeout": true,
                          "reverse": true,
                          "textColour": "sample string 9",
                          "fontSize": 1.1,
                          "picture": "QEA=",
                          "borderWidth": 10,
                          "sortOrder": 11,
                          "printOptions": 12,
                          "superScriptTextFontSize": 1.1,
                          "lineStyle": 1,
                          "spacingStyle": 1,
                          "interCharacterSpacing": 1.1,
                          "superScriptOffset": 1.1,
                          "lineSpacing": 1.1,
                          "dateFormat": "sample string 13",
                          "autoGrow": true,
                          "fontAutoResize": true,
                          "updated": "2026-06-03T18:35:53.3713699"
                        },
                        {
                          "$ref": "99"
                        }
                      ]
                    },
                    "customerVouchers": [
                      {
                        "$id": "100",
                        "id": 1,
                        "customerIdentifier": "vZI1q1Td1USStwsyG2lXLw==",
                        "customerIdentifierGuid": "ab3592bd-dd54-44d5-92b7-0b321b69572f",
                        "voucherID": 3,
                        "voucherName": "sample string 4",
                        "storeID": 1,
                        "barcode": "sample string 5",
                        "dateOfIssue": "2026-06-03T18:35:53.3713699",
                        "issuedSaleHeaderID": 1,
                        "issuedSaleIdentifier": "sample string 7",
                        "issuedOfflinePaymentID": 1,
                        "issuedIdempotentID": "wa8EWY5mc0Gd/dDPPkhH8w==",
                        "issuedIdempotentGuid": "5904afc1-668e-4173-9dfd-d0cf3e4847f3",
                        "issuedOffline": true,
                        "issuedUser": "sample string 9",
                        "issuedNotes": "sample string 10",
                        "expiryDate": "2026-06-03T18:35:53.3713699",
                        "expiredUser": "sample string 11",
                        "expiredNotes": "sample string 12",
                        "redeemed": "2026-06-03T18:35:53.3713699",
                        "redeemedSaleHeaderID": 1,
                        "redeemedSaleIdentifier": "sample string 13",
                        "redeemedOfflinePaymentID": 1,
                        "redeemedIdempotentID": "frA6m+eHFEaT0XBD7Z71Eg==",
                        "redeemedIdempotentGuid": "9b3ab07e-87e7-4614-93d1-7043ed9ef512",
                        "redeemedUser": "sample string 14",
                        "redeemedNotes": "sample string 15",
                        "redeemedOffline": true,
                        "updated": "2026-06-03T18:35:53.3713699",
                        "storeName": "sample string 17",
                        "scaleLabel": {
                          "$ref": "98"
                        },
                        "voucher": {
                          "$ref": "96"
                        },
                        "customer": {
                          "$ref": "71"
                        },
                        "issuedOfflinePayment": {
                          "$ref": "77"
                        },
                        "redeemedOfflinePayment": {
                          "$ref": "77"
                        }
                      },
                      {
                        "$ref": "100"
                      }
                    ]
                  },
                  "customer": {
                    "$ref": "71"
                  }
                },
                {
                  "$ref": "95"
                }
              ]
            }
          },
          {
            "$ref": "70"
          }
        ],
        "customerGroups": [
          {
            "$id": "101",
            "id": 1,
            "campaignID": 2,
            "campaignName": "sample string 3",
            "groupID": "kZlaYmm3/U2fGsSbLTYebw==",
            "groupIDGuid": "625a9991-b769-4dfd-9f1a-c49b2d361e6f",
            "campaign": {
              "$ref": "67"
            },
            "group": {
              "$ref": "75"
            }
          },
          {
            "$ref": "101"
          }
        ],
        "signIqTickets": [
          {
            "$id": "102",
            "identifier": "xDrTgH0PZEiZlevsgc1ARA==",
            "identifierGuid": "80d33ac4-0f7d-4864-9995-ebec81cd4044",
            "campaignName": "sample string 2",
            "message": "sample string 3",
            "ticketFileSource": "sample string 4",
            "ticketFileDestination": "sample string 5",
            "storeID": 1
          },
          {
            "$ref": "102"
          }
        ],
        "comboPriceGroups": [
          {
            "$id": "103",
            "id": 1,
            "campaignID": 2,
            "campaignName": "sample string 3",
            "g_UID": "NMV34yRPwUCnfYG9xFF19A==",
            "guid": "e377c534-4f24-40c1-a77d-81bdc45175f4",
            "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": "104",
                "id": 1,
                "campaignID": 2,
                "campaignName": "sample string 3",
                "groupG_UID": "He7bhFHchk6tM9Ykn1418w==",
                "groupGuid": "84dbee1d-dc51-4e86-ad33-d6249f5e35f3",
                "comboPriceType": 5,
                "priceType": 5,
                "pluG_UID": "FqJa6GDkEESN9ab3Ke169A==",
                "pluGuid": "e85aa216-e460-4410-8df5-a6f729ed7af4",
                "priceGroupG_UID": "R9dCMtNCj0+4vwxUlQU1pQ==",
                "priceGroupGuid": "3242d747-42d3-4f8f-b8bf-0c54950535a5",
                "campaignPoolID": "sample string 7",
                "quantity": 1,
                "campaign": {
                  "$ref": "67"
                },
                "product": {
                  "$ref": "3"
                },
                "priceGroup": {
                  "$ref": "31"
                },
                "campaignPool": {
                  "$ref": "67"
                }
              },
              {
                "$ref": "104"
              }
            ]
          },
          {
            "$ref": "103"
          }
        ],
        "priceLevels": [
          {
            "$id": "105",
            "id": 1,
            "priceLevelIdentifier": "QMnkHSFT5UmRFw5SI3CfOA==",
            "priceLevelIdentifierGuid": "1de4c940-5321-49e5-9117-0e5223709f38",
            "campaignName": "sample string 3",
            "priceLevelName": "sample string 4"
          },
          {
            "$ref": "105"
          }
        ],
        "promotionType": {
          "$id": "106",
          "identifier": "RdntWiLybUOwQx84+Jhx3A==",
          "identifierGuid": "5aedd945-f222-436d-b043-1f38f89871dc",
          "hostType": 2,
          "code": "sample string 3",
          "description": "sample string 4",
          "isLiquor": true,
          "isAdvertised": true,
          "disableWasSave": true,
          "excludeFromPromoSales": true,
          "labelPageLayoutG_UID": "2AIZ/e38q0ae3BrxyYOB3Q==",
          "labelPageLayoutGuid": "fd1902d8-fced-46ab-9edc-1af1c98381dd",
          "priceLevelIdentifier": "qH5GttQGzE2BDNsLQI04jg==",
          "priceLevelIdentifierGuid": "b6467ea8-06d4-4dcc-810c-db0b408d388e",
          "active": true,
          "updated": "2026-06-03T18:35:53.3713699",
          "hostName": "sample string 11"
        }
      },
      "product": {
        "$ref": "3"
      },
      "dealCost": {
        "$id": "107",
        "headerIdentifier": "nTTyA5omvE2cj1F/0TMSFw==",
        "headerIdentifierGuid": "03f2349d-269a-4dbc-9c8f-517fd1331217",
        "identifier": "Vh4fohOuzUapgzFElGucoA==",
        "identifierGuid": "a21f1e56-ae13-46cd-a983-3144946b9ca0",
        "supplierIdentifier": "g9b/B3F2gUCGZJm29sY6gQ==",
        "supplierGuid": "07ffd683-7671-4081-8664-99b6f6c63a81",
        "pluG_UID": "7HHuzeHqmUCAzSX2R5A8YQ==",
        "pluGuid": "cdee71ec-eae1-4099-80cd-25f647903c61",
        "campaignName": "66dbbaa7-2c0a-4944-9753-8acb4a4a1271",
        "description": "sample string 4",
        "cost": 5,
        "costDecimals": 6,
        "start": "2026-06-03T18:35:53.3713699",
        "end": "2026-06-03T18:35:53.3713699",
        "type": 9,
        "promoType": 10,
        "bonusItemPLUG_UID": "/xtT4xYhB0eLayTx5Xhf4Q==",
        "bonusItemPluGuid": "e3531bff-2116-4707-8b6b-24f1e5785fe1",
        "bonusPurchaseUnits": 11,
        "bonusReceiveUnits": 12,
        "updated": "2026-06-03T18:35:53.3713699",
        "metcashPromotionID": "sample string 14",
        "fromHost": 15,
        "storeNames": "sample string 16",
        "storeIDs": [
          1,
          2
        ],
        "supplierName": "sample string 17",
        "campaignDescription": "sample string 18",
        "newPrice": 1,
        "campaignMetcashPromotionID": "sample string 19",
        "campaignActive": true,
        "campaignStartDate": "2026-06-03T18:35:53.3713699",
        "campaignEndDate": "2026-06-03T18:35:53.3713699",
        "masterPLUG_UID": "UzXC5CA3aUSAWQRBIt8ryA==",
        "masterID": "e4c23553-3720-4469-8059-044122df2bc8",
        "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": "Yq9NP49GF0O549wCqCMxIA==",
        "bonusMasterID": "3f4daf62-468f-4317-b9e3-dc02a8233120",
        "bonusProductName": "sample string 34",
        "bonusProductAPN": "sample string 35",
        "bonusOrderCode": "sample string 36",
        "bonusNormalSell": 37,
        "bonusNormalCost": 38,
        "bonusNormalCostDecimals": 39,
        "bonusCartonQuantity": 40,
        "bonusSalesMode": 41,
        "bonusOrderPacked": 42,
        "bonusFuelItem": true,
        "bonusActive": true
      }
    },
    "currentCostStart": "2026-06-03T18:35:53.3713699",
    "dealCosts": [
      {
        "$ref": "107"
      },
      {
        "$ref": "107"
      }
    ],
    "tags": [
      {
        "$id": "108",
        "pluG_UID": "Saicplyw0UiEthJVvRJOTQ==",
        "pluGuid": "a69ca849-b05c-48d1-84b6-1255bd124e4d",
        "tagID": 1,
        "description": "sample string 1",
        "storeIDs": [
          1,
          2
        ]
      },
      {
        "$ref": "108"
      }
    ],
    "alternateProductG_UID": "E1D/wVQLA0KkK3iudl1DiA==",
    "alternateProduct": "c1ff5013-0b54-4203-a42b-78ae765d4388",
    "altProduct": {
      "$ref": "3"
    },
    "productHostCode": {
      "$id": "109",
      "id": 1,
      "pluG_UID": "L3Cv+8CQLUGWhnQSMTmOvQ==",
      "pluGuid": "fbaf702f-90c0-412d-9686-741231398ebd",
      "ibaCode": "sample string 2"
    },
    "mscCat": {
      "$ref": "61"
    },
    "mscCom": {
      "$ref": "62"
    },
    "mscDep": {
      "$ref": "64"
    },
    "mscSubCom": {
      "$ref": "63"
    },
    "isUserUpdate": true,
    "ignoreMasterProduct": true,
    "priceGroupLabelRequested": true,
    "firstSold": "2026-06-03T18:35:53.3713699",
    "inventoryTracked": "2026-06-03T18:35:53.3713699",
    "isNormalPriceChangesCampaign": true,
    "baseProductFuel": {
      "$id": "110",
      "pluG_UID": "FhCOEwO/QE2qaQg+szvkpA==",
      "pluGuid": "138e1016-bf03-4d40-aa69-083eb33be4a4",
      "fuelPluG_UID": "dgANXHkgMEC/uzeUZJyTew==",
      "fuelPluGuid": "5c0d0076-2079-4030-bfbb-3794649c937b",
      "price": 3,
      "productDescription": "sample string 4",
      "productBarcode": "sample string 5",
      "fuelProductDescription": "sample string 6",
      "fuelProductBarcode": "sample string 7",
      "fuelProductPrice": 8
    },
    "productFuelLinks": [
      {
        "$ref": "110"
      },
      {
        "$ref": "110"
      }
    ]
  },
  "supplier": {
    "$ref": "10"
  },
  "serviceFee": {
    "$id": "111",
    "id": 1,
    "description": "sample string 1",
    "fee": 1
  },
  "isPrimaryHost": true,
  "hostVendor": 48
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

application/vnd.openxmlformats-officedocument.spreadsheetml.sheet

Sample:
PKz��\�A V�5xl/workbook.xml �(�����0D�J��(������k���A�����R�n������ر5f$5iW؊��c�P���u�	c� �!d����
�g)�Wfq/�v���h���lz7 z5m(R��|"�\�=%..�`�uW��-�~Se�Q
+ڀJ�s�+�Pb���[��k3���`����/PKz��\����	�[Content_Types].xml �(����J�0�_��*M�D��V�*��d�
�d�k��<�H���V���=
��|�o��|����������+�����7l���e۶~=E�"�zlXO�@Ճ��C�3]HNR~���R��uU�<���������a��36��b7םQ
�1Z�$�8z�R��3
tP��-c�� g����_M��Of���~O�s�T���� ����P<�D��e=1Z��a2�b
��%#H'�2}���e�B)��~j/F�t��PK
z��\:���''_rels/.rels �(�<?xml version="1.0" encoding="utf-8"?><Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships"><Relationship Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument" Target="xl/workbook.xml" Id="R4ef4ed2f5b704813" /></Relationships>PKz��\�����+xl/worksheets/sheet1.xml �(����r7�_E��J<d�vG���9͡�Sm9�Զ2���E��b���"q� ����p�������\�7����P��p���X].ンl�~���N�W�6׋�v@�w�G����v���x���^��7�����]�ַ�-�u�m���Z^,�W?nw۱Q
����|K��\/�o���Yk�}��_�p{���|y7<;�\��������p��ff8���?-����A�*�V�4yvy:T��q+����o׃�����������b��zK*�ݜ���f���v�h7�����y���^�Ov���sNE���������~8��0����|�#�v�+ڛ��v?�����|�??��LT&����~�?>ߏ�2������a?�A�6�^;���q?��w#��)RB����~~��{���FGX��Ϗ��kZl~���Z%~T~����*e���f�HiR���P'�)���ׁ�$TVH��0
ZG��QU�!q�]�Z�m�A�++$u�b�9�h�4�v�=$u��
��1D�m�L:Ѩ�8=h>����:�+(�`"�g%����Q�dl<M��ƒIL��I3"
))4�b*��4%�!j\tL--�)V�":���IL�+=PN����I�1��jG����U|a�&cF@GA���y�Ĥ��j�d7���6�I������)�M�(��4��f��2�#�lm�Ĥ)���*J��˔MLZ��
���1���MLZ���@e�IP��albҚ��¡Z�<À��;*��c���޴�:T�R�lb��$���Z���E9�g��h���>�h3)7����-��lbц|OVT�N�^/mb�Ɯ$�(7Sۃu�]b�,�dU�Xt:w����Ĭ��XtE~t@u�����\b�5�[O)!( o��p�˚�z��K,��}����~g��t��h�n�g^p�I��lK-0�W$*b��p.1鲚MMd����f隒�I�:��׊��W}���G&��F�k��*+$&��IjŃF�� u�B�OLz�gy�QU��
�I_0�}���z����.w�At`����[���p�)�HG�y-�a���Z\��4j+$&=�u�R��ƅ�+��OL��fS�EͰ�=j�OL�X�.u�A����������.G����;4�'�m�b	I�Ҥ���:�h�XY 	G"��΅�t4�:jU�!	.�]���ݕ��s�f��nِ�8R�4���tK�������zHDB�SQ�G�R�z/�HȲ$e(e���cLD��~�&Q��̄ �`��4^�oS�D�k���2hmk���3����5�ZN�� �j׈�=,*t�ԫP���X������5�7@0P����#{�T
�6F
5z1��G��&��.%B��W*SH��K]����SUb0鰑����r�?|��}�<�o�g'���`�����&��f�Yt{:��N~�����f�>bڎ�eĬaʈ�v�-#�hG�2�q;—O�PF<mG`�ʈ��XF�c��B����&�k!���Fa¾B���&�{!�i�Aa��)�0u?
�1u?	!L��BS�����Ka�~B������;lh��ɈL�`E��f�L�`G�4���L�`I�T���L�`K�u�i�΂3-�Y���:޴\g����,��q�{:���O�u�΂C�Y���:u\g����,��q��z���S�t�
>�L��S�t�
>�L��S�t�
>�L�T6��S����<|��S����	���u|
\g���u|
\g���u|
\g���u|
\g���u|�\g���u|�\g���u|�\g���u|�\g���t�	>E��L�)2�g�O�Q�15Ӈ��;jӞąB���*�B�S�е?��C{"��3{��g�'<ϧ��_�c���]cF�.����2��x��� xS� s�����������>�l�?;t�(����c�ga:sؗ��	ә��vL�L��]������?�=�&B�K�M�`�ȟ���̤�s&�u��fR���l&�}��f�K��]��Y���Ÿo�f1�/�Һ��i]|
Ǵ�<���e��K�#&rſ1\w�9�Կ
��R+T��K�P�"/�B
�����ߏ�.#���FO�S�N�Ӯ�4}�5���n_��M��v�V�K�Q���{ļ��߬p��M��x��1��-L��S�p�>Ioʛ��%)��ڡ`B��V��bB�j�^y&��|���e�t�}޽^�/�ǫ�v��}>�O޳�PKz��\r��;�Pxl/_rels/workbook.xml.rels �(���Kn�0@�b;�C
I�M7l)0�8�Hl�6�����W�E�6H]t�j4��'�|��6o�@�S�b@�)�{�	8e���f��� s�H����؜ÒҤ,�2U>�+��(sIcG�TG�!�1��qʀ[&�_����>{u��?����c���^����R��PW�
d��pf$�ٜ�g���Zʗӯ�w>�a5kP7Z7��]e���_r,��:M��EA���c�5׭��ћ�XPKz��\Ѓc'2E
xl/styles.xml �(��S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v�F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&�
AR>��� ��im��ΑF���YO��%�}���LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PKz��\b�3�
�2xl/sharedStrings.xml �(��[Yo�8~��?y^%�,�Aw'��k�d��b��(�hY�R:����-�:H���ͪ�H��:H����|��+J���sj��p��))6�O^_n��dFkT�(/��d�����/�(�gд��O��zw~vF�7�E���8YYmQ
����*�R��q���\�ζ�'��l�����YS�?�(0����T�i�Գ;R|�tV�t��-/o�6$���n�\�t�U���d����UuY�~m�꽙�q�o��`��N�5�k�
�=����w��*/��0ټ�Z�'�B�ׂh�XL���'�|7|�e8��;�]�Z�^:���̣߁d�gcϖ%����QȪH��F��Pa�U��;SP�Tknƕc�p������F��.%T_��E�
����~nH���z�X�/`����.6��a�7���-��<�<ǰ=���W}�`��W���j3^�%��x�>'-(�4�Ȯo6�>V)�@c�+�&k�'�6�I'p��e��W�*���=>㒉����!6��|&&r��5������y~փ�����T䥬Q~���kDr3�/x�	�������7Tᷲ���&�*R����P��;����L��'�ɼױκx`2�B���!e��X���1�/�!��_qQ,W	�ݔ�)#i()0�HE�ML�����R'<n�����=���>5�6�mx���ͤsX�o�|����t/]���i�=&b�)XG@[�1��{���&ļ��.xTօ��i�h�+�!H �њ��5K�������������[�i}Zs�R�F��;L��V��E��d>����H�pOk�=��������<rp�&V�%��Ͻ��pZ)N��8C^8nc� M�ȳ��~�B�4��0[�NF��W5�|(ڂc�乂m8����~p��Mcď�����}dz����{G������#����΄]-K�ZO�)��$9�#���������kW�l�����~y����
Ƹ�P3�v�UQ{�n�#)5-�a���ܱ�ۖ���Z Ya�-�0�Q��\@�;��OOw���3��u���=8u���w���@��
0��'�A���3�Y���[橀����$��h�d=�B��X��0��8a��@��e�e�4+ ���WFe;�Q/Q�N��1W �C��!
��*_��s�'�(A��?p�‰��apI~�Yq�y,�m�
���2o�Ĩ�ed����8e���%�̂so~>�fO�x�k[��7U�r5��q�'�?�'��*���p��\W�AX����X���8)�T���.ñ�r�1�/��r��K
`t����A�-�Z:�t�Q�ߣ�{Z�(Jq��E��Ĵ~��?v��ĵ;SY��j08��ǐ�-x>�ʸ\k���<79��"U�&���.Q�+����d�$���Y��>�>S>tSz~~�_�/m��T�$�%�є&��7�v-5$���y��n*��M��piUN�iT%�T�̈MM��=B]�v�늂i�*���MW�F9��v&���BoK������%ʓ{\��l@����������+�!(Ŀ��v	N���6�n���z��F�%����{��`]�>�y����b٧2L6��Kg':2�[�':�&:2��Mt4�]�6$8��[Hb�j��GՆ0��:÷މ�?wd)�dC#qp��!�MC}[�d�U�Xx��K��
��6w�9_S_�X�������>dD�S�)�\�?О^@��k�5����u����?�Q'�TR0��A�D���$��>d�&w���i��׷'�2۲�~�*�̊~`yI��!�}��Ѵ�RN��I�?uu(�g���z��
��B�!u���I����Gd���|�T\���G]�{L7}sHTS�:�a.���i��M�b�3��Q���H_�u9�d�e�I|.�wt��R�4����h���#k��	Y
T*��1{���a�n���ܩ����I�B��!�Vm��&28β21�0�B��Z�>��#{h��9�q��'@^'I�z��)FQ�G�a�c���b�x	�jQoP
�1�}���+�����
�^�̎��
&�ؾ�o8�Į�l��K#L��q�6q�&�N���Yi�e9�je��a�OP�ܡ}����#�p�Y�A�H�8��d��4�2���b�����&��рb�8����E��c϶����P�ڱ��(��k�{�h#ܙ�:Q׵�����?���!�b�+X�,9
EƝU�ʞ�U�]�Gy�*�Z=k<}�ιKI|�z̚nl0�1��r0~B��Yj�a(lZ����3�`�8a����2Yo�P��BnБ&f֝P�'��'�o�*����9^jё^����.�ɓ�k\�����'��qf�2L��!�E ]�*I�K(�X�X��M��d�M�/6|��J2�2����e�D:��� =��?5�X��D�4���B=�pT�A&���Q�N6�/C�4JBW$�}�$i`=���Cb
]��I�k�@+�N�2�ԍj�+�*6@"�W���Q'곿E=�GA�a��"�觜���(~l��B�����$��@y|�}���)�:���ES����-�y��=$a����\9W]�v��I2ON���m��ܱi�`��|;\r)u��ƐB9�8�^�#�� �(�'V�#������O���8�b_��p��\.c
�b�$��ȷ��
��� �[(��y��]xz7�=v�eXwQߋw�q�X��CxS���Q�Ƀޛ�Hvm��J7�m#��P��=�: �#�x
.�%{j�p�c�,�3IQ��
�i����Ì;�D�ٟ�N\�8�|N?	��@)=j	s+�W&Om�[pr�_��sE��Fī����zy�'��GtoMg��0u�y�,dC��GAdEi�XN�9q�6�ZQw���Q���W�/�\Q����"�@(<}�k%��C@!)LNF��]��F&�!�d��v����lC�!/����f�{�w 8�	���#?��"��	n��%`���ohǷetw��wGL����?p&��7}
 F2W��*�N���S8,�p���P����Z�N�u�XF��:���s�����i�C`9��#;3��!���4��9��>��N��4����b��M��p��>)�I#�o$O+�7�Cf������JV�ӱV�[)���sR�>e�؉lZğY����A�h!��5�%k��@ST�6�b�WugH��_e�Ė"��pĂ�G�r���U;�R@+��]�ԋ��A�A��`��*Lk�J%(�̍��3բ�>���\*!�61"y%�ol�a5��(Fe�i����>��t���dWa��;>�����6�#0/��Cp�[�5F���FǓc�ck����Bk�N����2����W���QZ�?PK-z��\�A V�5xl/workbook.xmlPK-z��\����	��[Content_Types].xmlPK-
z��\:���''U_rels/.relsPK-z��\�����+�xl/worksheets/sheet1.xmlPK-z��\r��;�P
xl/_rels/workbook.xml.relsPK-z��\Ѓc'2E
Txl/styles.xmlPK-z��\b�3�
�2�xl/sharedStrings.xmlPK��

application/vnd.ms-excel

Sample:
PKz��\ަ���5xl/workbook.xml �(�����@�{��r�A%䠢���_`��On����O ��ۙ��v�h}_Y۳�e>�].��5��:4Ӯ�^C��	۶����o�&�s]�����:刯�X�<BCb�ÊҠ/�����p�EN�Vw6�XC�7%�~�(f@c�K���ܛ�ǜ�LM��VEM)B�^�:����aRl��/PKz��\����	�[Content_Types].xml �(����J�0�_��*M�D��V�*��d�
�d�k��<�H���V���=
��|�o��|����������+�����7l���e۶~=E�"�zlXO�@Ճ��C�3]HNR~���R��uU�<���������a��36��b7םQ
�1Z�$�8z�R��3
tP��-c�� g����_M��Of���~O�s�T���� ����P<�D��e=1Z��a2�b
��%#H'�2}���e�B)��~j/F�t��PK
z��\H�''_rels/.rels �(�<?xml version="1.0" encoding="utf-8"?><Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships"><Relationship Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument" Target="xl/workbook.xml" Id="R1fe8ed46ecfc447a" /></Relationships>PKz��\�����+xl/worksheets/sheet1.xml �(����r7�_E��J<d�vG���9͡�Sm9�Զ2���E��b���"q� ����p�������\�7����P��p���X].ンl�~���N�W�6׋�v@�w�G����v���x���^��7�����]�ַ�-�u�m���Z^,�W?nw۱Q
����|K��\/�o���Yk�}��_�p{���|y7<;�\��������p��ff8���?-����A�*�V�4yvy:T��q+����o׃�����������b��zK*�ݜ���f���v�h7�����y���^�Ov���sNE���������~8��0����|�#�v�+ڛ��v?�����|�??��LT&����~�?>ߏ�2������a?�A�6�^;���q?��w#��)RB����~~��{���FGX��Ϗ��kZl~���Z%~T~����*e���f�HiR���P'�)���ׁ�$TVH��0
ZG��QU�!q�]�Z�m�A�++$u�b�9�h�4�v�=$u��
��1D�m�L:Ѩ�8=h>����:�+(�`"�g%����Q�dl<M��ƒIL��I3"
))4�b*��4%�!j\tL--�)V�":���IL�+=PN����I�1��jG����U|a�&cF@GA���y�Ĥ��j�d7���6�I������)�M�(��4��f��2�#�lm�Ĥ)���*J��˔MLZ��
���1���MLZ���@e�IP��albҚ��¡Z�<À��;*��c���޴�:T�R�lb��$���Z���E9�g��h���>�h3)7����-��lbц|OVT�N�^/mb�Ɯ$�(7Sۃu�]b�,�dU�Xt:w����Ĭ��XtE~t@u�����\b�5�[O)!( o��p�˚�z��K,��}����~g��t��h�n�g^p�I��lK-0�W$*b��p.1鲚MMd����f隒�I�:��׊��W}���G&��F�k��*+$&��IjŃF�� u�B�OLz�gy�QU��
�I_0�}���z����.w�At`����[���p�)�HG�y-�a���Z\��4j+$&=�u�R��ƅ�+��OL��fS�EͰ�=j�OL�X�.u�A����������.G����;4�'�m�b	I�Ҥ���:�h�XY 	G"��΅�t4�:jU�!	.�]���ݕ��s�f��nِ�8R�4���tK�������zHDB�SQ�G�R�z/�HȲ$e(e���cLD��~�&Q��̄ �`��4^�oS�D�k���2hmk���3����5�ZN�� �j׈�=,*t�ԫP���X������5�7@0P����#{�T
�6F
5z1��G��&��.%B��W*SH��K]����SUb0鰑����r�?|��}�<�o�g'���`�����&��f�Yt{:��N~�����f�>bڎ�eĬaʈ�v�-#�hG�2�q;—O�PF<mG`�ʈ��XF�c��B����&�k!���Fa¾B���&�{!�i�Aa��)�0u?
�1u?	!L��BS�����Ka�~B������;lh��ɈL�`E��f�L�`G�4���L�`I�T���L�`K�u�i�΂3-�Y���:޴\g����,��q�{:���O�u�΂C�Y���:u\g����,��q��z���S�t�
>�L��S�t�
>�L��S�t�
>�L�T6��S����<|��S����	���u|
\g���u|
\g���u|
\g���u|
\g���u|�\g���u|�\g���u|�\g���u|�\g���t�	>E��L�)2�g�O�Q�15Ӈ��;jӞąB���*�B�S�е?��C{"��3{��g�'<ϧ��_�c���]cF�.����2��x��� xS� s�����������>�l�?;t�(����c�ga:sؗ��	ә��vL�L��]������?�=�&B�K�M�`�ȟ���̤�s&�u��fR���l&�}��f�K��]��Y���Ÿo�f1�/�Һ��i]|
Ǵ�<���e��K�#&rſ1\w�9�Կ
��R+T��K�P�"/�B
�����ߏ�.#���FO�S�N�Ӯ�4}�5���n_��M��v�V�K�Q���{ļ��߬p��M��x��1��-L��S�p�>Ioʛ��%)��ڡ`B��V��bB�j�^y&��|���e�t�}޽^�/�ǫ�v��}>�O޳�PKz��\���Pxl/_rels/workbook.xml.rels �(���Mn�0F�by��D`�
[�&�8�H��6�����W�E�6H]t�ʚo�7�lvo�@^ч�ي��S�V���mE��<t��p��n���IOl�h�f,�G��Ц�q~��J߲	�	Zd��%�s�g��u���1��g��#���]�?�1Rr�b��O��Y�R�o*zXռP �"WZ�����B�~���L^� �,_H�(�Ce:�ؼD�6=w��3��(�p�+�Jŗ������PKz��\Ѓc'2E
xl/styles.xml �(��S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v�F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&�
AR>��� ��im��ΑF���YO��%�}���LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PKz��\b�3�
�2xl/sharedStrings.xml �(��[Yo�8~��?y^%�,�Aw'��k�d��b��(�hY�R:����-�:H���ͪ�H��:H����|��+J���sj��p��))6�O^_n��dFkT�(/��d�����/�(�gд��O��zw~vF�7�E���8YYmQ
����*�R��q���\�ζ�'��l�����YS�?�(0����T�i�Գ;R|�tV�t��-/o�6$���n�\�t�U���d����UuY�~m�꽙�q�o��`��N�5�k�
�=����w��*/��0ټ�Z�'�B�ׂh�XL���'�|7|�e8��;�]�Z�^:���̣߁d�gcϖ%����QȪH��F��Pa�U��;SP�Tknƕc�p������F��.%T_��E�
����~nH���z�X�/`����.6��a�7���-��<�<ǰ=���W}�`��W���j3^�%��x�>'-(�4�Ȯo6�>V)�@c�+�&k�'�6�I'p��e��W�*���=>㒉����!6��|&&r��5������y~փ�����T䥬Q~���kDr3�/x�	�������7Tᷲ���&�*R����P��;����L��'�ɼױκx`2�B���!e��X���1�/�!��_qQ,W	�ݔ�)#i()0�HE�ML�����R'<n�����=���>5�6�mx���ͤsX�o�|����t/]���i�=&b�)XG@[�1��{���&ļ��.xTօ��i�h�+�!H �њ��5K�������������[�i}Zs�R�F��;L��V��E��d>����H�pOk�=��������<rp�&V�%��Ͻ��pZ)N��8C^8nc� M�ȳ��~�B�4��0[�NF��W5�|(ڂc�乂m8����~p��Mcď�����}dz����{G������#����΄]-K�ZO�)��$9�#���������kW�l�����~y����
Ƹ�P3�v�UQ{�n�#)5-�a���ܱ�ۖ���Z Ya�-�0�Q��\@�;��OOw���3��u���=8u���w���@��
0��'�A���3�Y���[橀����$��h�d=�B��X��0��8a��@��e�e�4+ ���WFe;�Q/Q�N��1W �C��!
��*_��s�'�(A��?p�‰��apI~�Yq�y,�m�
���2o�Ĩ�ed����8e���%�̂so~>�fO�x�k[��7U�r5��q�'�?�'��*���p��\W�AX����X���8)�T���.ñ�r�1�/��r��K
`t����A�-�Z:�t�Q�ߣ�{Z�(Jq��E��Ĵ~��?v��ĵ;SY��j08��ǐ�-x>�ʸ\k���<79��"U�&���.Q�+����d�$���Y��>�>S>tSz~~�_�/m��T�$�%�є&��7�v-5$���y��n*��M��piUN�iT%�T�̈MM��=B]�v�늂i�*���MW�F9��v&���BoK������%ʓ{\��l@����������+�!(Ŀ��v	N���6�n���z��F�%����{��`]�>�y����b٧2L6��Kg':2�[�':�&:2��Mt4�]�6$8��[Hb�j��GՆ0��:÷މ�?wd)�dC#qp��!�MC}[�d�U�Xx��K��
��6w�9_S_�X�������>dD�S�)�\�?О^@��k�5����u����?�Q'�TR0��A�D���$��>d�&w���i��׷'�2۲�~�*�̊~`yI��!�}��Ѵ�RN��I�?uu(�g���z��
��B�!u���I����Gd���|�T\���G]�{L7}sHTS�:�a.���i��M�b�3��Q���H_�u9�d�e�I|.�wt��R�4����h���#k��	Y
T*��1{���a�n���ܩ����I�B��!�Vm��&28β21�0�B��Z�>��#{h��9�q��'@^'I�z��)FQ�G�a�c���b�x	�jQoP
�1�}���+�����
�^�̎��
&�ؾ�o8�Į�l��K#L��q�6q�&�N���Yi�e9�je��a�OP�ܡ}����#�p�Y�A�H�8��d��4�2���b�����&��рb�8����E��c϶����P�ڱ��(��k�{�h#ܙ�:Q׵�����?���!�b�+X�,9
EƝU�ʞ�U�]�Gy�*�Z=k<}�ιKI|�z̚nl0�1��r0~B��Yj�a(lZ����3�`�8a����2Yo�P��BnБ&f֝P�'��'�o�*����9^jё^����.�ɓ�k\�����'��qf�2L��!�E ]�*I�K(�X�X��M��d�M�/6|��J2�2����e�D:��� =��?5�X��D�4���B=�pT�A&���Q�N6�/C�4JBW$�}�$i`=���Cb
]��I�k�@+�N�2�ԍj�+�*6@"�W���Q'곿E=�GA�a��"�觜���(~l��B�����$��@y|�}���)�:���ES����-�y��=$a����\9W]�v��I2ON���m��ܱi�`��|;\r)u��ƐB9�8�^�#�� �(�'V�#������O���8�b_��p��\.c
�b�$��ȷ��
��� �[(��y��]xz7�=v�eXwQߋw�q�X��CxS���Q�Ƀޛ�Hvm��J7�m#��P��=�: �#�x
.�%{j�p�c�,�3IQ��
�i����Ì;�D�ٟ�N\�8�|N?	��@)=j	s+�W&Om�[pr�_��sE��Fī����zy�'��GtoMg��0u�y�,dC��GAdEi�XN�9q�6�ZQw���Q���W�/�\Q����"�@(<}�k%��C@!)LNF��]��F&�!�d��v����lC�!/����f�{�w 8�	���#?��"��	n��%`���ohǷetw��wGL����?p&��7}
 F2W��*�N���S8,�p���P����Z�N�u�XF��:���s�����i�C`9��#;3��!���4��9��>��N��4����b��M��p��>)�I#�o$O+�7�Cf������JV�ӱV�[)���sR�>e�؉lZğY����A�h!��5�%k��@ST�6�b�WugH��_e�Ė"��pĂ�G�r���U;�R@+��]�ԋ��A�A��`��*Lk�J%(�̍��3բ�>���\*!�61"y%�ol�a5��(Fe�i����>��t���dWa��;>�����6�#0/��Cp�[�5F���FǓc�ck����Bk�N����2����W���QZ�?PK-z��\ަ���5xl/workbook.xmlPK-z��\����	��[Content_Types].xmlPK-
z��\H�''U_rels/.relsPK-z��\�����+�xl/worksheets/sheet1.xmlPK-z��\���P
xl/_rels/workbook.xml.relsPK-z��\Ѓc'2E
Wxl/styles.xmlPK-z��\b�3�
�2�xl/sharedStrings.xmlPK��