GET api/product/{guid}/supplier/{id}?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

ProductType

None.

HostProductGrade

ProductGrade

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": "ZxpVuWPozkGVC3pcxWTlaQ==",
  "pluGuid": "b9551a67-e863-41ce-950b-7a5cc564e569",
  "supplierIdentifier": "4d6Sb08iaE65Lz1FSDyiig==",
  "supplierIdentifierGuid": "6f92dee1-224f-4e68-b92f-3d45483ca28a",
  "cartonQuantity": 1,
  "cartonQuantityChanged": true,
  "productSize": "sample string 3",
  "cigarettesPerSleeve": 1,
  "randomWeight": true,
  "piecesPerUnit": 5,
  "averagePackSize": 6,
  "effectiveDate": "2025-10-05T00:02:33.4726076",
  "pricedByWeight": true,
  "landedUnitCostEx": 9,
  "landedUnitCostInc": 10,
  "landedCartonCostInc": 11,
  "landedCartonCostEx": 12,
  "standardCost": 13,
  "deliveryFee": 1,
  "deliveryFeeBasis": "sample string 14",
  "pickAndPackFee": 1,
  "pickAndPackFeeBasis": "sample string 15",
  "financeFee": 1,
  "financeFeeBasis": "sample string 16",
  "cartonLength": 1,
  "cartonWidth": 1,
  "cartonHeight": 1,
  "palletLayerQuantity": 1,
  "palletLayers": 1,
  "itemCode": "sample string 17",
  "invoiceCode": "sample string 18",
  "invoiceDesc": "sample string 19",
  "orderDirect": true,
  "useCost": true,
  "minimumQuantity": 20,
  "hostType": 21,
  "fromHost": 22,
  "minimumReorder": 1,
  "maximumReorder": 1,
  "orderMultiple": 23.1,
  "sellMultiple": 24.1,
  "baseMultiple": 25.1,
  "hostStandardCost": 26,
  "hostTotalCost": 27,
  "hostRetail": 28,
  "hostLandedUnitCostEx": 29,
  "hostLandedUnitCostInc": 30,
  "hostDesc": "sample string 31",
  "directIndicator": "sample string 32",
  "availableToOrder": true,
  "hostRangeIndicator": "sample string 34",
  "hostProductType": "sample string 35",
  "hostProductGrade": "sample string 36",
  "hostProductGroup": "sample string 37",
  "hostSlowMoving": true,
  "hostGeneralMerchandise": true,
  "hostPillar": "sample string 40",
  "hostLastUpdated": "2025-10-05T00:02:33.4726076",
  "rebate": 1.0,
  "rebateExclude": true,
  "invoiceCodes": [
    {
      "$id": "2",
      "pluG_UID": "4z4iiz/XREeuBm4fY26qbA==",
      "pluGuid": "8b223ee3-d73f-4744-ae06-6e1f636eaa6c",
      "supplierIdentifier": "O8xUSYL/B0SwjIy6JQY2dA==",
      "supplierIdentifierGuid": "4954cc3b-ff82-4407-b08c-8cba25063674",
      "invoiceCode": "sample string 1",
      "storeIDs": [
        1,
        2
      ]
    },
    {
      "$ref": "2"
    }
  ],
  "storeIDs": [
    1,
    2
  ],
  "preferredSupplier": true,
  "preferredRebateSupplier": true,
  "supplierName": "sample string 41",
  "salesMode": 42,
  "orderPacked": true,
  "active": true,
  "price": 1,
  "costGstPercent": 44,
  "parentPluG_UID": "8hcAdjmEck24mfxIQU4oNA==",
  "parentPluGuid": "760017f2-8439-4d72-b899-fc48414e2834",
  "freight": 45.0,
  "freightType": 1,
  "product": {
    "$id": "3",
    "plu": 1,
    "storeID": 1,
    "masterPluG_UID": "QEA=",
    "storeIDs": [
      1,
      2
    ],
    "g_UId": "YHNKE7Whb0Ow8R5Pms8xNw==",
    "guid": "134a7360-a1b5-436f-b0f1-1e4f9acf3137",
    "apn": "sample string 1",
    "apnChanged": true,
    "apnSwitched": true,
    "barcode": "sample string 4",
    "itemNumber": "sample string 5",
    "itemNumberChanged": true,
    "priceGroupG_UID": "QY8LcDG6mUKsUqgnXRMk1Q==",
    "priceGroupGuid": "700b8f41-ba31-4299-ac52-a8275d1324d5",
    "blueprintID": 1,
    "lastCountedDate": "2025-10-05T00:02:33.4726076",
    "externalID": "sample string 7",
    "active": true,
    "activated": "2025-10-05T00:02:33.4726076",
    "pluCreated": "2025-10-05T00:02:33.4726076",
    "createdByUser": "sample string 9",
    "name": "sample string 10",
    "nameChanged": true,
    "secondDescription": "sample string 12",
    "hostDescription": "sample string 13",
    "keepCartonQty": true,
    "keepDescription": true,
    "keepDepartments": true,
    "keepSuppliers": true,
    "markdownDescription": "sample string 18",
    "altDescription": "sample string 19",
    "bestOrExpire": 20,
    "lastUpdate": "2025-10-05T00:02:33.4726076",
    "lastManualUpdate": "2025-10-05T00:02:33.4726076",
    "imageName": "sample string 23",
    "showImageOnFlipCharts": true,
    "showTextOnFlipCharts": true,
    "overrideFlipChartText": true,
    "flipChartText": "sample string 27",
    "salesMode": 1,
    "eftCode": 1,
    "price": 1,
    "priceChanged": true,
    "rrp": 1,
    "gstPercent": 28,
    "gstPercentChanged": true,
    "costGSTPercent": 29,
    "costGSTPercentChanged": true,
    "wetPercent": 1,
    "priceOverride": 1,
    "cost": 1,
    "currentCost": 1,
    "currentCostDecimals": 1,
    "grossProfit": 1.0,
    "currentCostDesc": "sample string 30",
    "currentCostEnd": "2025-10-05T00:02:33.4726076",
    "currentCostUpdated": "2025-10-05T00:02:33.4726076",
    "costDecimals": 31,
    "costChanged": true,
    "dealCostIdentifier": "QEA=",
    "excludeFromRebate": true,
    "rebateOverride": 1,
    "costCalcMethod": 32,
    "costCalcMethodChanged": true,
    "costEffectiveDate": "2025-10-05T00:02:33.4726076",
    "defaultGP": 1,
    "breakTargetMode": 33,
    "break1": 1,
    "price1": 1,
    "target1": 34,
    "break2": 1,
    "price2": 1,
    "target2": 35,
    "break3": 1,
    "price3": 1,
    "target3": 36,
    "break1Changed": true,
    "price1Changed": true,
    "target1Changed": true,
    "break2Changed": true,
    "price2Changed": true,
    "target2Changed": true,
    "break3Changed": true,
    "price3Changed": true,
    "target3Changed": true,
    "breakTargetModeChanged": true,
    "margin": 1.1,
    "marginChanged": true,
    "marginRanged": true,
    "marginRangedChanged": true,
    "minimumMargin": 1.1,
    "minimumMarginChanged": true,
    "maximumMargin": 1.1,
    "maximumMarginChanged": true,
    "overrideHostWarehouseIndicator": true,
    "overrideHostWarehouseIndicatorChanged": true,
    "overrideHostPrice": true,
    "overrideHostPriceChanged": true,
    "overrideHostCost": true,
    "overrideHostCostChanged": true,
    "overrideHostMargin": true,
    "overrideHostMarginChanged": true,
    "alwaysApplyMargin": true,
    "alwaysApplyMarginChanged": true,
    "aws": 1.0,
    "paws": 1.0,
    "awsUpdated": "2025-10-05T00:02:33.4726076",
    "posTare": 1,
    "altPrice": 1.0,
    "altPriceChanged": true,
    "altPriceMode": 53,
    "altPriceModeChanged": true,
    "altPLUG_UID": "N3Ydj7ttc0mT/2B8DJcdIA==",
    "altPLUGuid": "8f1d7637-6dbb-4973-93ff-607c0c971d20",
    "altPLUGuidChanged": true,
    "altPriceDescription1": "sample string 54",
    "altPriceDescription2": "sample string 55",
    "cartonQuantity": 56,
    "cartonQuantityChanged": true,
    "trayID": 1,
    "promptID": 1,
    "tare": 1,
    "packQty": 1,
    "fixedWeight": 1,
    "extraMesg": 1,
    "text1": "sample string 58",
    "text2": "sample string 59",
    "text3": "sample string 60",
    "labelText": "sample string 61",
    "labelTextChanged": true,
    "sendToScale": true,
    "nonScaleWeigh": true,
    "labelFormat": "sample string 65",
    "barcodeFormat": "sample string 66",
    "austMade": 1,
    "coolCode": 67,
    "countryOfOrigin": "sample string 68",
    "percentContent": 69.1,
    "departmentID": 1,
    "subDepartmentID": 1,
    "minorDepartmentID": 1,
    "lesserDepartmentID": 1,
    "deptCode": "sample string 70",
    "subDeptCode": "sample string 71",
    "minorDeptCode": "sample string 72",
    "lesserDeptCode": "sample string 73",
    "deptName": "sample string 74",
    "subDeptName": "sample string 75",
    "minorDeptName": "sample string 76",
    "lesserDeptName": "sample string 77",
    "departmentChanged": true,
    "subCategoryID": 1,
    "expiry": 1,
    "showDays": 1,
    "datePrint": 1,
    "labelRequired": true,
    "labelShelfQty": 80,
    "labelShelfChanged": true,
    "labelTalkerQty": 82,
    "labelSmall": true,
    "labelLastPrinted": "2025-10-05T00:02:33.4726076",
    "labelLastPrice": 1,
    "shelfPageLayoutG_UID": "38xa+no3wky3q3uKOMDO+g==",
    "shelfPageLayoutGuid": "fa5accdf-377a-4cc2-b7ab-7b8a38c0cefa",
    "talkerPageLayoutG_UID": "5fGrBXsv9EijzxTKE79jNQ==",
    "talkerPageLayoutGuid": "05abf1e5-2f7b-48f4-a3cf-14ca13bf6335",
    "unitMeasure": 1.1,
    "unitMeasureChanged": true,
    "unitMeasureKind": 85,
    "unitMeasureKindChanged": true,
    "signIQData": "sample string 87",
    "refresh": true,
    "earnLoyaltyPoints": true,
    "earnLoyaltyPointsChanged": true,
    "quantityOverride": true,
    "quantityOverrideChanged": true,
    "quantityRequired": true,
    "quantityRequiredChanged": true,
    "allowDiscounts": true,
    "allowDiscountsChanged": true,
    "discountDiscounts": true,
    "discountDiscountsChanged": true,
    "itemRecalled": true,
    "itemRecalledChanged": true,
    "noRefund": true,
    "noRefundChanged": true,
    "allowMarkdown": true,
    "allowMarkdownChanged": true,
    "priceRequired": true,
    "priceRequiredChanged": true,
    "fuelItem": true,
    "fuelItemChanged": true,
    "trackSerial": true,
    "trackSerialChanged": true,
    "allowZeroPrice": true,
    "allowZeroPriceChanged": true,
    "notForSale": 91,
    "notForSaleChanged": true,
    "excludeFromDeals": true,
    "excludeFromVoucher": true,
    "minimumAge": 94,
    "minimumAgeChanged": true,
    "buyingLimit": 1,
    "buyingLimitChanged": true,
    "buyingLimitIndependent": true,
    "buyingLimitIndependentChanged": true,
    "inventoryGuid": "EbV56/d3Sky38CXwhnYc3A==",
    "inventoryIdentifier": "eb79b511-77f7-4c4a-b7f0-25f086761cdc",
    "inventoryAccuracy": 1,
    "baseUnits": 98,
    "orderPacked": 1,
    "isManufactured": true,
    "isIngredient": true,
    "isModifier": true,
    "isModifierChanged": true,
    "hasModifiers": 99,
    "defaultPrinter": "sample string 100",
    "defaultPrinterGroup": "sample string 101",
    "ingredientsOnManufacture": true,
    "manufactureUnitMeasure": 1,
    "mpl": 1,
    "maxShelfQty": 102,
    "allowAutoOrder": true,
    "warrantyPeriod": 1,
    "parentPluG_UId": "6lm/5sX14UyuClcNx6Y/nw==",
    "parentPluGuid": "e6bf59ea-f5c5-4ce1-ae0a-570dc7a63f9f",
    "preferredHostVendor": 104,
    "preferredHostChanged": true,
    "code": "sample string 106",
    "supplierIdentifier": "f9Wz1iMFBka/6XmWw7xy2Q==",
    "supplierIdentifierGuid": "d6b3d57f-0523-4606-bfe9-7996c3bc72d9",
    "supplierChanged": true,
    "rebateSupplierIdentifier": "e2R7uywDDEmQvj2SFh+s+A==",
    "rebateSupplierIdentifierGuid": "bb7b647b-032c-490c-90be-3d92161facf8",
    "rebateSupplierChanged": true,
    "availableForOrder": true,
    "warehouseDirectIndicator": "sample string 108",
    "warehouseDirectIndicatorChanged": true,
    "productGrade": "sample string 110",
    "productType": "sample string 111",
    "productGroup": "sample string 112",
    "complianceIndicator": "sample string 113",
    "inhouseBrand": "sample string 114",
    "slowMoving": true,
    "generalMerchandise": true,
    "comment": "sample string 117",
    "lastUpdatedByUser": "sample string 118",
    "lastManualUpdatedByUser": "sample string 119",
    "lastUpdatedByUserOverride": true,
    "lastUpdatedByHost": "2025-10-05T00:02:33.4726076",
    "commodity": "sample string 121",
    "businessPillar": "sample string 122",
    "mscCommodity": "sample string 123",
    "hostIdentifier": "NCTKyj4m0kWRWJQBOakakw==",
    "hostIdentifierGuid": "caca2434-263e-45d2-9158-940139a91a93",
    "serviceFeeID": 1,
    "serviceFeeIDChanged": true,
    "providerName": "sample string 125",
    "aisleEnds": "sample string 126",
    "deleted": true,
    "deletedChanged": true,
    "hidden": true,
    "doNotRange": true,
    "doNotRangeChanged": true,
    "doNotOrder": true,
    "doNotOrderChanged": true,
    "locked": true,
    "excludeFromWebUpdate": true,
    "excludeFromWebUpdateChanged": true,
    "webPriceBasedOn": 137,
    "webPriceRounding": true,
    "webMarkup": 139,
    "webPriceMode": 140,
    "altDepartmentID": 1,
    "altSubDepartmentID": 1,
    "altMinorDepartmentID": 1,
    "altLesserDepartmentID": 1,
    "altDeptCode": "sample string 141",
    "altSubDeptCode": "sample string 142",
    "altMinorDeptCode": "sample string 143",
    "altLesserDeptCode": "sample string 144",
    "altDepartmentChanged": true,
    "storeProducts": [
      {
        "$ref": "3"
      },
      {
        "$ref": "3"
      }
    ],
    "store": {
      "$id": "4",
      "id": 1,
      "isMaster": true,
      "shortName": "sample string 3",
      "url": "sample string 4",
      "sortOrder": 1,
      "name": "sample string 5",
      "phone": "sample string 6",
      "fax": "sample string 7",
      "email": "sample string 8",
      "address1": "sample string 9",
      "address2": "sample string 10",
      "city": "sample string 11",
      "state": "sample string 12",
      "country": "sample string 13",
      "postCode": "sample string 14",
      "delivery": 1,
      "exportAccounts": 1,
      "salesAccountFolder": "sample string 15",
      "purchaseAccountFolder": "sample string 16",
      "initLoad": 1,
      "initIDs": 1,
      "zoneID": 1,
      "actAsMaster": 1,
      "lastActiveUtc": "2025-10-05T00:02:33.4726076",
      "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": "ufEc0AmQJ06lc8iCkOOEFQ==",
      "hostIdentifierGuid": "d01cf1b9-9009-4e27-a573-c88290e38415",
      "hostName": 1,
      "hostAddress": "sample string 27",
      "hostUsername": "sample string 28",
      "hostPassword": "sample string 29",
      "excludeFromLeadInOut": true,
      "accountingProvider": 31,
      "accountingAddress": "sample string 32",
      "accountingUsername": "sample string 33",
      "accountingPassword": "sample string 34",
      "storeAccountingCode": "sample string 35",
      "softwareVariance": 36,
      "fuelWarningVariance": 37.0,
      "fuelErrorVariance": 38.0,
      "fuelAccumulatedWarningVariance": 39.0,
      "fuelAccumulatedErrorVariance": 40.0,
      "drawManagment": 41,
      "endOfDayManagment": true,
      "autoFillCashBalancing": true,
      "fuelDayVariance": 44,
      "accountingTradingTime": "00:00:00.1234567",
      "stockActivateProduct": 46,
      "giftCardSalesAccountingDeptCode": "sample string 47",
      "transactionDiscountAccountingDeptCode": "sample string 48",
      "size": 49,
      "updated": "2025-10-05T00:02:33.4726076",
      "priceZoneName": "sample string 51",
      "storeFuelConfigured": true,
      "shippingAddressCopied": true,
      "shippingAddress": {
        "$id": "5",
        "storeID": 1,
        "addressType": 1,
        "address1": "sample string 1",
        "address2": "sample string 2",
        "city": "sample string 3",
        "state": "sample string 4",
        "country": "sample string 5",
        "postCode": "sample string 6"
      },
      "billingAddress": {
        "$ref": "5"
      },
      "hostStoreSettings": [
        {
          "$id": "6",
          "id": 1,
          "hostIdentifier": "wBeTPNoB5kiZKt9kLBNSsw==",
          "hostIdentifierGuid": "3c9317c0-01da-48e6-992a-df642c1352b3",
          "storeID": 2,
          "username": "sample string 3",
          "password": "sample string 4",
          "passwordPlain": "sample string 5",
          "serverAddress": "sample string 6",
          "serverPort": 1,
          "excludeFromLeadInOut": true,
          "useForHostFile": true,
          "metcashPillarID": "sample string 9",
          "metcashStateCode": "sample string 10",
          "metcashCustomerID": "sample string 11",
          "metcashTradingPartnerID": "sample string 12",
          "drakesCustomerNumber": 1,
          "sparCustomerNumber": "sample string 13",
          "sparOrderUsername": "sample string 14",
          "sparOrderPassword": "sample string 15",
          "sparOrderPasswordPlain": "sample string 16",
          "pharmXSiteID": 1,
          "ibaZoneID": 1,
          "ibaState": "sample string 17",
          "foodlandStoreCode": "sample string 18",
          "ilgMemberNumber": "sample string 19",
          "ilgOutletLocation": 1,
          "ilgBaseCost": 1,
          "ilgApplyNonAdvertisedPromos": true,
          "ilgExemptFromFreight": true,
          "ilgOrderDealReview": true,
          "ilgFinanceFee": 1,
          "processPromotions": true,
          "hostProvider": 0,
          "host": {
            "$id": "7",
            "identifier": "4atPPLamCk2UVzEEuRQr2w==",
            "identifierGuid": "3c4fabe1-a6b6-4d0a-9457-3104b9142bdb",
            "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": "iW1OVuxqcEmnOiInV9SfFA==",
            "hostSupplierIdentifierGuid": "564e6d89-6aec-4970-a73a-222757d49f14",
            "loyaltyPriceLevelIdentifier": "wILGIhxB3UmEKU0ch0ageg==",
            "loyaltyPriceLevelIdentifierGuid": "22c682c0-411c-49dd-8429-4d1c8746a07a",
            "isGroup": true,
            "description": "sample string 22",
            "hostProvider": 23,
            "hostTypeEnum": 24,
            "hostType": "sample string 25",
            "hostCode": "sample string 26",
            "username": "sample string 27",
            "password": "sample string 28",
            "passwordPlain": "sample string 29",
            "server": "sample string 30",
            "url": "sample string 31",
            "global": true,
            "stateCode": "sample string 33",
            "lastCollected": "2025-10-05T00:02:33.4726076",
            "lastProcessed": "2025-10-05T00:02:33.4726076",
            "hold": true,
            "supplierName": "sample string 35",
            "supplier": {
              "$id": "8",
              "identifier": "IkNLCi6mXUqsHPPeomla1g==",
              "identifierGuid": "0a4b4322-a62e-4a5d-ac1c-f3dea2695ad6",
              "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": "aYP4c8P9DEyQurcBge+v0w==",
              "primaryContactID": "73f88369-fdc3-4c0c-90ba-b70181efafd3",
              "storeID": 1,
              "abn": "sample string 16",
              "supplierGroupIdentifier": "vi6niZZOykqoXExjFzW+HA==",
              "supplierGroupGuid": "89a72ebe-4e96-4aca-a85c-4c631735be1c",
              "rebate": 1.0,
              "rebateType": 1,
              "rebateFrequency": 1,
              "rebateSource": 1,
              "rebateLastClaimed": "2025-10-05T00:02:33.4726076",
              "rebateLastClaimedAmount": 1.0,
              "cartonsOnly": true,
              "minimumOrderValue": 1,
              "enforceMinimumQuantity": true,
              "freight": 19.0,
              "freightType": 20,
              "deleted": true,
              "deletedUser": "sample string 22",
              "storeName": "sample string 23",
              "primaryContact": {
                "$id": "9",
                "id": "7b9fee1d-e938-4326-89d3-e5c8a3ac4d62",
                "identifier": "mnEgG2n/GUKVM5mk7ks+OQ==",
                "identifierGuid": "1b20719a-ff69-4219-9533-99a4ee4b3e39",
                "familyName": "sample string 1",
                "givenNames": "sample string 2",
                "otherNames": "sample string 3",
                "title": "sample string 4",
                "dateOfBirth": "sample string 5",
                "sex": "sample string 6",
                "address": "sample string 7",
                "address1": "sample string 8",
                "address2": "sample string 9",
                "town": "sample string 10",
                "state": "sample string 11",
                "country": "sample string 12",
                "postalCode": "sample string 13",
                "telephone": "sample string 14",
                "mobile": "sample string 15",
                "email": "sample string 16",
                "fax": "sample string 17",
                "primary": true
              },
              "contacts": [
                {
                  "$id": "10",
                  "supplierIdentifier": "v+NLPPVmWk2JIDeLMMqpmQ==",
                  "supplierIdentifierGuid": "3c4be3bf-66f5-4d5a-8920-378b30caa999",
                  "contactGuid": "1mZpgLgKnUKW96O+HsaNtQ==",
                  "contactID": "806966d6-0ab8-429d-96f7-a3be1ec68db5",
                  "contact": {
                    "$ref": "9"
                  },
                  "supplier": {
                    "$ref": "8"
                  }
                },
                {
                  "$ref": "10"
                }
              ],
              "products": [
                {
                  "$ref": "1"
                },
                {
                  "$ref": "1"
                }
              ],
              "orderCycleHeaders": [
                {
                  "$id": "11",
                  "storeID": 1,
                  "supplierIdentifier": "7u4GL0as80auQVY3ClOz+w==",
                  "supplierGuid": "2f06eeee-ac46-46f3-ae41-56370a53b3fb",
                  "departmentCode": "sample string 2",
                  "warehouseDirectIndicator": "sample string 3",
                  "type": 4,
                  "storeName": "sample string 5",
                  "departmentName": "sample string 6",
                  "orderDays": 7
                },
                {
                  "$ref": "11"
                }
              ],
              "cycles": [
                {
                  "$id": "12",
                  "storeID": 1,
                  "supplierIdentifier": "jqxTPyiEt0KB3sVHrDQNfg==",
                  "supplierGuid": "3f53ac8e-8428-42b7-81de-c547ac340d7e",
                  "departmentCode": "sample string 2",
                  "warehouseDirectIndicator": "sample string 3",
                  "type": 4,
                  "cutOffWeek": 5,
                  "cutOffDay": 6,
                  "cutOffTime": "00:00:00.1234567",
                  "leadTime": 7,
                  "daysBuffer": 8,
                  "supplierName": "sample string 9",
                  "cutOffDate": "2025-10-05T00:02:33.4726076",
                  "deliveryDate": "2025-10-05T00:02:33.4726076",
                  "nextCutOffDate": "2025-10-05T00:02:33.4726076",
                  "nextDeliveryDate": "2025-10-05T00:02:33.4726076",
                  "nextDaysBuffer": 10
                },
                {
                  "$ref": "12"
                }
              ],
              "store": {
                "$ref": "4"
              },
              "updated": "2025-10-05T00:02:33.4726076",
              "isHost": true
            },
            "files": [
              {
                "$id": "13",
                "id": "sample string 1",
                "fileName": "sample string 2",
                "extension": "sample string 3",
                "provider": 0,
                "type": 0,
                "hostType": "sample string 4",
                "createdUtc": "2025-10-05T00:02:33.4726076",
                "processed": "2025-10-05T00:02:33.4726076",
                "isProcessing": true,
                "processedCount": 6,
                "processingTime": 1,
                "collectedUtc": "2025-10-05T00:02:33.4726076",
                "size": 1,
                "sizeFormat": "sample string 7",
                "isArchive": true,
                "version": "sample string 9",
                "reference": "sample string 10",
                "digest": "sample string 11",
                "contentType": "sample string 12",
                "host": {
                  "$ref": "7"
                },
                "metcashHeader": {
                  "$id": "14",
                  "customerNumber": "sample string 1",
                  "creationDate": "2025-10-05T00:02:33.4726076",
                  "businessPillar": "sample string 3",
                  "fileType": "sample string 4"
                }
              },
              {
                "$ref": "13"
              }
            ],
            "zoneMatrix": [
              {
                "$id": "15",
                "id": 1,
                "hostIdentifier": "S/MeYR39qUCKJph/s+iQDQ==",
                "hostIdentifierGuid": "611ef34b-fd1d-40a9-8a26-987fb3e8900d",
                "storeID": 1,
                "departmentCode": "sample string 2",
                "hostGuids": [
                  "ed1ac948-4656-4274-a33e-b3a6fcfd8404",
                  "c5d9276e-3b50-40c2-bcec-d48977816e32"
                ]
              },
              {
                "$ref": "15"
              }
            ],
            "hostFileStoreSetting": {
              "$ref": "6"
            },
            "hostStoreSettings": [
              {
                "$ref": "6"
              },
              {
                "$ref": "6"
              }
            ],
            "promotionPlacements": [
              {
                "$id": "16",
                "identifier": "R0wh8QZzwkmI8DjYU9Omeg==",
                "identifierGuid": "f1214c47-7306-49c2-88f0-38d853d3a67a",
                "code": "sample string 2",
                "description": "sample string 3",
                "isAdvertised": true
              },
              {
                "$ref": "16"
              }
            ],
            "promoTypeGuids": [
              "06eb0dac-74ea-4b97-a3ae-c8b138faf3d9",
              "e148f036-00b0-455d-93f8-0989f444446a"
            ],
            "isPromotionOnly": false,
            "isOrderable": false,
            "vendor": 0
          },
          "groupIDs": [
            1,
            2
          ],
          "hostDescription": "sample string 24"
        },
        {
          "$ref": "6"
        }
      ],
      "accounts": [
        {
          "$id": "17",
          "id": 1,
          "storeID": 1,
          "accountName": "sample string 2",
          "bsb": "sample string 3",
          "accountNumber": "sample string 4",
          "accountDesignated": true
        },
        {
          "$ref": "17"
        }
      ],
      "sales": [
        {
          "$id": "18",
          "id": 1,
          "storeID": 1,
          "externalSalesType": 2,
          "ftpSiteID": 1,
          "lastSaleProcessed": "2025-10-05T00:02:33.4726076",
          "ftpSite": {
            "$id": "19",
            "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": "18"
        }
      ],
      "zoneMatrix": [
        {
          "$ref": "15"
        },
        {
          "$ref": "15"
        }
      ],
      "cashManagements": [
        {
          "$id": "20",
          "id": 1,
          "storeID": 1,
          "cashManagementType": 2,
          "apiID": 1,
          "organisationID": "sample string 3",
          "siteName": "sample string 4",
          "thirdPartyAPI": {
            "$id": "21",
            "id": 1,
            "description": "sample string 2",
            "address": "sample string 3",
            "username": "sample string 4",
            "password": "sample string 5",
            "passwordPlain": "sample string 6",
            "token": "sample string 7",
            "apiType": 8,
            "apiSubType": 9
          }
        },
        {
          "$ref": "20"
        }
      ],
      "updateStoreID": "6a316750-4d98-46ab-b4ae-628108a78ede",
      "updateStore": {
        "$id": "22",
        "id": "daf8ba0e-b533-473c-b535-f68ea988341d",
        "name": "sample string 1",
        "lastActivity": "2025-10-05T00:02:33.4726076",
        "zone": "sample string 2",
        "timeZoneOffset": 0.0,
        "businessHoursStart": "00:00:00.1234567",
        "businessHoursEnd": "00:00:00.1234567",
        "master": true,
        "lastIP": "sample string 10",
        "lastHostName": "sample string 11",
        "ping": 1,
        "pingStatus": "sample string 12",
        "lastUpdateCompleted": "2025-10-05T00:02:33.4726076"
      },
      "timeZoneId": "sample string 53",
      "securityOptions": {
        "$id": "23",
        "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": "24",
        "pluG_UID": "iDp4LciliEKYDAl7zAmkBQ==",
        "pluGuid": "2d783a88-a5c8-4288-980c-097bcc09a405",
        "plu": 1,
        "storeID": 1,
        "zoneID": 2,
        "zoneName": "sample string 3",
        "store": "sample string 4",
        "priceNow": 5,
        "costNow": 6,
        "costNowDecimals": 7,
        "normalPrice": 8,
        "priceNext": 1,
        "costNext": 1,
        "costNextDecimals": 9,
        "nextCampaignName": "sample string 10",
        "gstPercent": 11,
        "normalCost": 12,
        "normalCostDecimals": 13,
        "costGstPercent": 14,
        "costCalcMethod": 1,
        "currentCost": 15,
        "currentCostDecimals": 16,
        "break1": 17,
        "price1": 18,
        "break2": 19,
        "price2": 20,
        "break3": 21,
        "price3": 22,
        "fuelItem": 23,
        "fixedWeight": 24,
        "active": true,
        "complianceIndicator": "sample string 25",
        "doNotOrder": true,
        "doNotRange": true,
        "isNormalPriceChangesCampaign": true,
        "updated": "2025-10-05T00:02:33.4726076"
      },
      {
        "$ref": "24"
      }
    ],
    "currentPrices": {
      "$id": "25",
      "pluPrices": {
        "$id": "26",
        "plu": 1,
        "pluG_UID": "QEA=",
        "stores": [
          1,
          2
        ],
        "normalPrice": 1,
        "cost": 2,
        "break1": 3,
        "price1": 4,
        "break2": 5,
        "price2": 6,
        "break3": 7,
        "price3": 8,
        "discountPrice": 9,
        "acceptedUtc": "2025-10-05T00:02:33.4726076",
        "priceChangeType": 0,
        "costDecimals": 10
      },
      "normalPluPrices": {
        "$ref": "26"
      },
      "winningCampaign": 1,
      "winner": {
        "$id": "27",
        "campaignName": "sample string 1",
        "campaignDescription": "sample string 2",
        "startDate": "2025-10-05T00:02:33.4726076",
        "startTime": 3,
        "endDate": "2025-10-05T00:02:33.4726076",
        "endTime": 4,
        "newPrice": 5,
        "newCost": 6,
        "newCostDecimals": 7,
        "pctDiscount": 8,
        "promoType": 1,
        "promotionTypeCode": "sample string 9",
        "hostType": 10,
        "hostIdentifier": "r/JA9OdGHUSRn9fPvWC6pg==",
        "hostIdentifierGuid": "f440f2af-46e7-441d-919f-d7cfbd60baa6",
        "storeNames": [
          "sample string 1",
          "sample string 2"
        ]
      },
      "details": [
        {
          "$ref": "27"
        },
        {
          "$ref": "27"
        }
      ]
    },
    "tray": {
      "$id": "28",
      "g_UId": "c8cYU1JwI0iEqyxaOWpDQA==",
      "guid": "5318c773-7052-4823-84ab-2c5a396a4340",
      "name": "sample string 1",
      "number": 1,
      "tare": 1
    },
    "priceGroup": {
      "$id": "29",
      "priceGroupG_UID": "Hd8bnhs9CkifjV8Jam/lsw==",
      "priceGroupGuid": "9e1bdf1d-3d1b-480a-9f8d-5f096a6fe5b3",
      "name": "sample string 2",
      "code": 1,
      "modified": true,
      "updated": "2025-10-05T00:02:33.4726076",
      "buyingLimit": 1,
      "buyingLimitIndependent": true,
      "buyingLimitType": 0,
      "number": 1,
      "products": [
        {
          "$ref": "3"
        },
        {
          "$ref": "3"
        }
      ],
      "productCount": 1
    },
    "priceGroupName": "sample string 146",
    "nutrifacts": {
      "$id": "30",
      "pluG_UID": "FG5yboMXqUSfVT/NXCWETw==",
      "pluGuid": "6e726e14-1783-44a9-9f55-3fcd5c25844f",
      "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": "31",
      "pluGuid": "79598537-a8e5-4469-9c68-f924f20f21e3",
      "created": "2025-10-05T00:02:33.4726076",
      "createdByUser": "sample string 1",
      "activated": "2025-10-05T00:02:33.4726076",
      "deactivated": "2025-10-05T00:02:33.4726076",
      "lastOrdered": "2025-10-05T00:02:33.4726076",
      "lastOrderedQty": 2.0,
      "lastReceived": "2025-10-05T00:02:33.4726076",
      "lastReceivedQty": 3.0,
      "lastInvoiceStatus": 1,
      "lastCounted": "2025-10-05T00:02:33.4726076",
      "lastSold": "2025-10-05T00:02:33.4726076",
      "firstSold": "2025-10-05T00:02:33.4726076",
      "awsUpdated": "2025-10-05T00:02:33.4726076",
      "lastManualUpdate": "2025-10-05T00:02:33.4726076",
      "lastManualUpdatedByUser": "sample string 5",
      "lastUpdated": "2025-10-05T00:02:33.4726076",
      "lastUpdatedByUser": "sample string 7",
      "lastUpdatedByHost": "2025-10-05T00:02:33.4726076",
      "doNotRangeUpdated": "2025-10-05T00:02:33.4726076",
      "doNotOrderUpdated": "2025-10-05T00:02:33.4726076",
      "tracked": "2025-10-05T00:02:33.4726076"
    },
    "allergens": [
      {
        "$id": "32",
        "allergenID": 1,
        "pluG_UID": "zWFe+353Xk+Z8u4UdsaaNQ==",
        "pluGuid": "fb5e61cd-777e-4f5e-99f2-ee1476c69a35",
        "contains": 2,
        "allergenName": "sample string 3",
        "storeIDs": [
          1,
          2
        ]
      },
      {
        "$ref": "32"
      }
    ],
    "costs": {
      "$id": "33",
      "pluG_UID": "B2gkukov5kazvFNazIx42w==",
      "pluGuid": "ba246807-2f4a-46e6-b3bc-535acc8c78db",
      "enteredCost": 1,
      "weightedAvgCost": 1,
      "lastCost": 1,
      "rawEnteredCost": 2,
      "rawWeightedAvgCost": 3,
      "rawLastCost": 4,
      "freight": 5.0,
      "freightType": 6,
      "costDecimals": 7,
      "fifoCost": 1,
      "updated": "2025-10-05T00:02:33.4726076",
      "normalCost": 1,
      "currentCost": 1
    },
    "sales": [
      {
        "$id": "34",
        "saleHeaderID": 1,
        "created": "2025-10-05T00:02:33.4726076",
        "createdLocal": "2025-10-05T00:02:33.4726076",
        "storeID": 3,
        "storeName": "sample string 4",
        "operatorG_Uid": "vtg0IEfhW0Wrs/pEvU9X2g==",
        "operatorGuid": "2034d8be-e147-455b-abb3-fa44bd4f57da",
        "operatorName": "sample string 5",
        "tranType": 1,
        "plu": 1,
        "pluG_UId": "7vtoRmPKEUO+9CnuU/gaxA==",
        "pluGuid": "4668fbee-ca63-4311-bef4-29ee53f81ac4",
        "normalPrice": 1,
        "totalCents": 1,
        "cost": 1,
        "grossProfit": 1,
        "quantity": 1,
        "operator": {
          "$id": "35",
          "id": 1,
          "g_Uid": "ug4y4t/8pEutfKsT8fAtpw==",
          "guid": "e2320eba-fcdf-4ba4-ad7c-ab13f1f02da7",
          "operatorNumber": 1,
          "shortName": "sample string 2",
          "firstName": "sample string 3",
          "lastName": "sample string 4",
          "password": "sample string 5",
          "hasPassword": true,
          "passwordText": "sample string 6",
          "rfidTagID": "sample string 7",
          "blueprintID": 1,
          "groupID": 1,
          "groupName": "sample string 8",
          "managerGroupID": 1,
          "managerGroupName": "sample string 9",
          "zoneID": 1,
          "zoneName": "sample string 10",
          "loggedIn": 1,
          "lastUsedIP": "sample string 11",
          "deleted": true,
          "locked": true,
          "allowOpenTill": true,
          "webEmail": "sample string 14",
          "simpleOperatorType": 0,
          "webRole": "sample string 15",
          "updated": "2025-10-05T00:02:33.4726076",
          "passwordResetRequired": true,
          "alteredInStore": true,
          "startShift": "2025-10-05T00:02:33.4726076",
          "endShift": "2025-10-05T00:02:33.4726076",
          "machineName": "sample string 20",
          "drawerID": 1,
          "stores": [
            {
              "$id": "36",
              "operatorG_UID": "/FTwVtOFhEamYSIKndA/rQ==",
              "operatorGuid": "56f054fc-85d3-4684-a661-220a9dd03fad",
              "storeID": 2,
              "operator": {
                "$ref": "35"
              },
              "store": {
                "$ref": "4"
              }
            },
            {
              "$ref": "36"
            }
          ]
        }
      },
      {
        "$ref": "34"
      }
    ],
    "apns": [
      {
        "$id": "37",
        "pluID": 1,
        "pluG_UID": "RpnLxHED2E2aVX/OCC08+A==",
        "pluGuid": "c4cb9946-0371-4dd8-9a55-7fce082d3cf8",
        "apn": "sample string 1",
        "deleted": true,
        "storeID": 1,
        "storeIDs": [
          1,
          2
        ]
      },
      {
        "$ref": "37"
      }
    ],
    "tuns": [
      {
        "$id": "38",
        "pluG_UId": "vx3ClYjCGkK9OHVFIaXqPw==",
        "pluGuid": "95c21dbf-c288-421a-bd38-754521a5ea3f",
        "apn": "sample string 1",
        "tun": "sample string 2",
        "cartonQuantity": 3,
        "product": {
          "$ref": "3"
        },
        "storeIDs": [
          1,
          2
        ]
      },
      {
        "$ref": "38"
      }
    ],
    "competitionPricing": [
      {
        "$id": "39",
        "identifier": "2FSV76hK6kC0SCp4p5bSSw==",
        "identifierGuid": "ef9554d8-4aa8-40ea-b448-2a78a796d24b",
        "pluG_UID": "rr+q+Bq1UUGyKyP5PYSk3Q==",
        "pluGuid": "f8aabfae-b51a-4151-b22b-23f93d84a4dd",
        "competitionID": 1,
        "name": "sample string 2",
        "sellMultiple": 3,
        "retailPrice": 4,
        "storeName": "sample string 5"
      },
      {
        "$ref": "39"
      }
    ],
    "supplier": {
      "$ref": "8"
    },
    "supplierName": "sample string 147",
    "children": [
      {
        "$ref": "3"
      },
      {
        "$ref": "3"
      }
    ],
    "ordering": {
      "$ref": "1"
    },
    "flipChartPages": [
      {
        "$id": "40",
        "identifier": "jo75nYmn6UasxnNBGLT3kw==",
        "groupName": "sample string 1",
        "identifierGuid": "9df98e8e-a789-46e9-acc6-734118b4f793",
        "exists": true,
        "flipChartIdentifier": "c8iX671Re0S1h4M0nUwdug==",
        "flipChartIdentifierGuid": "eb97c873-51bd-447b-b587-83349d4c1dba",
        "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": "idyMYs2zNEKJFhy3Bz9dGQ==",
        "groupIdentifierGuid": "628cdc89-b3cd-4234-8916-1cb7073f5d19",
        "flipChart": {
          "$id": "41",
          "identifier": "l7fqRwuw0EOfMqx7L78QwQ==",
          "identifierGuid": "47eab797-b00b-43d0-9f32-ac7b2fbf10c1",
          "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": "42",
            "identifier": "gHuS60GD30yVhw0I1J2o3Q==",
            "identifierGuid": "eb927b80-8341-4cdf-9587-0d08d49da8dd",
            "name": "sample string 2",
            "formType": "sample string 3",
            "forms": [
              {
                "$id": "43",
                "id": 1,
                "g_UID": "TgFvu9fFIUWVz3scLwwkZg==",
                "guid": "bb6f014e-c5d7-4521-95cf-7b1c2f0c2466",
                "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": "9NfW5BX8dUWLbl+swRxZkQ==",
                "previousFormGuid": "e4d6d7f4-fc15-4575-8b6e-5facc11c5991",
                "nextForm": 1,
                "nextFormG_UID": "+Jv/nMO1jkS52EpKtdMoFQ==",
                "nextFormGuid": "9cff9bf8-b5c3-448e-b9d8-4a4ab5d32815",
                "attributes": "sample string 10",
                "updated": "2025-10-05T00:02:33.4726076",
                "positioning": 1,
                "contentPanel": "sample string 11",
                "selectionMode": 1,
                "maximumSelections": 1,
                "alteredInStore": true,
                "deleted": true,
                "blueprintID": 1,
                "preserveLayout": true,
                "mainCheckoutFormName": "sample string 13",
                "nextCheckoutForm": {
                  "$ref": "43"
                },
                "previousCheckoutForm": {
                  "$ref": "43"
                },
                "buttons": [
                  {
                    "$id": "44",
                    "id": 1,
                    "checkoutFormID": 2,
                    "checkoutFormG_UID": "1V+ZNZPLq0yYrOrYer2Vbw==",
                    "checkoutFormGuid": "35995fd5-cb93-4cab-98ac-ead87abd956f",
                    "identifier": "1roMYS8n1k2hrT3ZlEiHzg==",
                    "identifierGuid": "610cbad6-272f-4dd6-a1ad-3dd9944887ce",
                    "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": "M6Eix3ELO0WilAYFrOuLtw==",
                    "valueGuid": "c722a133-0b71-453b-a294-0605aceb8bb7",
                    "buttonText": "sample string 10",
                    "valueText": "sample string 11",
                    "drawImageAndButton": true,
                    "updated": "2025-10-05T00:02:33.4726076",
                    "action": "sample string 12",
                    "valueForm": {
                      "$ref": "43"
                    },
                    "image": {
                      "$id": "45",
                      "name": "sample string 3.sample string 4",
                      "imageID": 2,
                      "imageName": "sample string 3",
                      "imageExtension": "sample string 4",
                      "lastUpdate": "2025-10-05T00:02:33.4726076",
                      "imageData": "QEA=",
                      "readOnly": true
                    }
                  },
                  {
                    "$ref": "44"
                  }
                ],
                "panels": [
                  {
                    "$id": "46",
                    "id": 1,
                    "checkoutFormID": 2,
                    "checkoutFormG_UID": "gS6ID8d3XEOBhZ45gQVAtQ==",
                    "checkoutFormGuid": "0f882e81-77c7-435c-8185-9e39810540b5",
                    "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": "46"
                  }
                ]
              },
              {
                "$ref": "43"
              }
            ],
            "panels": [
              {
                "$ref": "46"
              },
              {
                "$ref": "46"
              }
            ]
          },
          "pages": [
            {
              "$ref": "40"
            },
            {
              "$ref": "40"
            }
          ]
        },
        "contentPanel": {
          "$ref": "46"
        },
        "products": [
          {
            "$id": "47",
            "flipChartPageIdentifier": "SXRx51lErkOhO7GRiJyR8Q==",
            "flipChartPageIdentifierGuid": "e7717449-4459-43ae-a13b-b191889c91f1",
            "pluG_UID": "yiJ0m1DVUEa9h2tzMzxiQw==",
            "pluGuid": "9b7422ca-d550-4650-bd87-6b73333c6243",
            "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": "47"
          }
        ],
        "productCount": 27,
        "pages": [
          {
            "$ref": "40"
          },
          {
            "$ref": "40"
          }
        ]
      },
      {
        "$ref": "40"
      }
    ],
    "priceHistory": [
      {
        "$id": "48",
        "pluG_UID": "qugdmi9QukqXt7vJ/D4gzw==",
        "pluGuid": "9a1de8aa-502f-4aba-97b7-bbc9fc3e20cf",
        "price": 1,
        "costCalcMethod": 1,
        "cost": 2,
        "weightedAvgCost": 3,
        "lastCost": 4,
        "rawCost": 5,
        "rawWeightedAvgCost": 6,
        "rawLastCost": 7,
        "costDecimals": 8,
        "serviceFeeID": 9,
        "freight": 10.0,
        "freightType": 11,
        "process": "sample string 12",
        "user": "sample string 13",
        "updated": "2025-10-05T00:02:33.4726076",
        "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": "48"
      }
    ],
    "ingredients": [
      {
        "$id": "49",
        "pluG_UID": "x2Y2cy41jE6RwO/DUUzHSQ==",
        "ingredientGuid": "+pXJz0dqSk2NEr5KddIXkA==",
        "ingredientIdentifier": "cfc995fa-6a47-4d4a-8d12-be4a75d21790",
        "quantity": 1.0,
        "storeIDs": [
          1,
          2
        ],
        "ingredientText": "sample string 1",
        "ingredient": {
          "$ref": "3"
        }
      },
      {
        "$ref": "49"
      }
    ],
    "bins": [
      {
        "$id": "50",
        "pluG_UID": "BfoXklu/Uk6YLJyCG0zEJg==",
        "pluGuid": "9217fa05-bf5b-4e52-982c-9c821b4cc426",
        "shelfLocationIdentifier": "Ygs9KnNSd0iYwoH/NX5KXA==",
        "shelfLocationGuid": "2a3d0b62-5273-4877-98c2-81ff357e4a5c",
        "labelShelfDefault": 1,
        "labelTalkerDefault": 1,
        "labelSmall": true,
        "labelPageLayoutG_UID": "ROLZUs2WgU2ErW1vCsVM6w==",
        "labelPageLayoutGuid": "52d9e244-96cd-4d81-84ad-6d6f0ac54ceb",
        "updated": "2025-10-05T00:02:33.4726076",
        "electronicShelfLabelIdentifier": "sample string 5",
        "electronicshelfLabelsConfigurationID": 6,
        "labelShelfChanged": true,
        "productName": "sample string 8",
        "locationText": "sample string 9",
        "product": {
          "$ref": "3"
        },
        "location": {
          "$id": "51",
          "identifier": "aUaBUI0qk0yHKuxXZp7DBA==",
          "storeID": 1,
          "identifierGuid": "50814669-2a8d-4c93-872a-ec57669ec304",
          "name": "sample string 2",
          "haccp": true,
          "blueprintID": 1,
          "updated": "2025-10-05T00:02:33.4726076",
          "minTemp": 1,
          "maxTemp": 1,
          "checkFrequency": 1,
          "storeCaseConfiguration": 5,
          "storeName": "sample string 6",
          "bins": [
            {
              "$ref": "50"
            },
            {
              "$ref": "50"
            }
          ]
        }
      },
      {
        "$ref": "50"
      }
    ],
    "bin": {
      "$ref": "50"
    },
    "scaleLocations": [
      {
        "$id": "52",
        "plu": 1,
        "pluG_UID": "ZCpdaUU73UypArtyPTmokg==",
        "pluGuid": "695d2a64-3b45-4cdd-a902-bb723d39a892",
        "deptNo": 1,
        "product": {
          "$ref": "3"
        },
        "scaleLocation": {
          "$id": "53",
          "id": 1,
          "deptNo": 1,
          "deptCode": "sample string 2",
          "name": "sample string 3",
          "enabled": true,
          "updated": "2025-10-05T00:02:33.4726076",
          "department": {
            "$id": "54",
            "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": "53"
            },
            "subDepartments": [
              {
                "$id": "55",
                "id": 1,
                "departmentID": 2,
                "name": "sample string 3",
                "code": "sample string 4",
                "departmentCode": "sample string 5",
                "externalSales": true,
                "minorDepartments": [
                  {
                    "$id": "56",
                    "id": 1,
                    "subDepartmentID": 2,
                    "departmentID": 3,
                    "name": "sample string 4",
                    "subDepartmentCode": "sample string 5",
                    "departmentCode": "sample string 6",
                    "code": "sample string 7",
                    "lesserDepartments": [
                      {
                        "$id": "57",
                        "id": 1,
                        "departmentID": 2,
                        "subDepartmentID": 3,
                        "minorDepartmentID": 4,
                        "name": "sample string 5",
                        "code": "sample string 6",
                        "departmentCode": "sample string 7",
                        "subDepartmentCode": "sample string 8",
                        "minorDepartmentCode": "sample string 9",
                        "updated": "2025-10-05T00:02:33.4726076",
                        "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": "P37zzObM4kaSQWyKZNMvOA==",
                        "labelPageLayoutGuid": "ccf37e3f-cce6-46e2-9241-6c8a64d32f38",
                        "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": "58",
                          "dept": 1,
                          "category": 2,
                          "name": "sample string 3",
                          "active": true,
                          "mscCommodities": [
                            {
                              "$id": "59",
                              "dept": 1,
                              "category": 2,
                              "commodity": 3,
                              "name": "sample string 4",
                              "active": true,
                              "mscSubCommodities": [
                                {
                                  "$id": "60",
                                  "dept": 1,
                                  "category": 2,
                                  "commodity": 3,
                                  "subCommodity": 4,
                                  "name": "sample string 5",
                                  "active": true,
                                  "subCommodityCode": "sample string 7"
                                },
                                {
                                  "$ref": "60"
                                }
                              ],
                              "commodityCode": "sample string 6"
                            },
                            {
                              "$ref": "59"
                            }
                          ],
                          "categoryCode": "sample string 5"
                        },
                        "mscCom": {
                          "$ref": "59"
                        },
                        "mscDep": {
                          "$id": "61",
                          "dept": 1,
                          "name": "sample string 2",
                          "active": true,
                          "mscCategories": [
                            {
                              "$ref": "58"
                            },
                            {
                              "$ref": "58"
                            }
                          ],
                          "deptCode": "sample string 4"
                        },
                        "mscSubCom": {
                          "$ref": "60"
                        }
                      },
                      {
                        "$ref": "57"
                      }
                    ],
                    "updated": "2025-10-05T00:02:33.4726076",
                    "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": "bKyyn4oEgESuYTO4um93LA==",
                    "labelPageLayoutGuid": "9fb2ac6c-048a-4480-ae61-33b8ba6f772c",
                    "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": "58"
                    },
                    "mscCom": {
                      "$ref": "59"
                    },
                    "mscDep": {
                      "$ref": "61"
                    },
                    "mscSubCom": {
                      "$ref": "60"
                    }
                  },
                  {
                    "$ref": "56"
                  }
                ],
                "investmentBuyOverride": true,
                "updated": "2025-10-05T00:02:33.4726076",
                "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": "lGzfMuzmH0K8A0TR55kN/w==",
                "labelPageLayoutGuid": "32df6c94-e6ec-421f-bc03-44d1e7990dff",
                "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": "58"
                },
                "mscCom": {
                  "$ref": "59"
                },
                "mscDep": {
                  "$ref": "61"
                },
                "mscSubCom": {
                  "$ref": "60"
                }
              },
              {
                "$ref": "55"
              }
            ],
            "stores": [
              1,
              2
            ],
            "investmentBuyOverride": true,
            "updated": "2025-10-05T00:02:33.4726076",
            "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": "sO5AcYHRskCK+w9xXJdIAA==",
            "labelPageLayoutGuid": "7140eeb0-d181-40b2-8afb-0f715c974800",
            "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": "58"
            },
            "mscCom": {
              "$ref": "59"
            },
            "mscDep": {
              "$ref": "61"
            },
            "mscSubCom": {
              "$ref": "60"
            }
          }
        }
      },
      {
        "$ref": "52"
      }
    ],
    "nextPrice": {
      "$id": "62",
      "id": 1,
      "campaignID": 2,
      "campaignName": "sample string 3",
      "plu": 1,
      "hostOfferID": 1,
      "metcashPromotionID": "sample string 4",
      "metcashPromotionPlacement": "sample string 5",
      "pluG_UID": "+2iz/tuXoUWpEuhv/sgu3A==",
      "pluGuid": "feb368fb-97db-45a1-a912-e86ffec82edc",
      "newPrice": 1,
      "pctDiscount": 1,
      "newCost": 1,
      "newCostDecimals": 6,
      "dealCostIdentifier": "NOyKPDDjYkyAiXGj24aHpg==",
      "dealCostGuid": "3c8aec34-e330-4c62-8089-71a3db8687a6",
      "pluName": "sample string 7",
      "apn": "sample string 8",
      "fuelItem": true,
      "priceGroupG_UID": "SMtbLCecYUusZsqbvOK9ig==",
      "priceGroupGuid": "2c5bcb48-9c27-4b61-ac66-ca9bbce2bd8a",
      "itemNumber": "sample string 10",
      "cri": "sample string 11",
      "pluPrice": 12,
      "pluCost": 13,
      "pluCostIndicator": "sample string 14",
      "pluPriceGstPercent": 15,
      "pluCostGstPercent": 16,
      "pluActive": true,
      "cartonQty": 1.1,
      "baseUnits": 18.1,
      "salesMode": 1,
      "pluNormalCost": 19,
      "pluaws": 20.0,
      "directNumber": "sample string 21",
      "departmentName": "sample string 22",
      "subDepartmentName": "sample string 23",
      "priceGroupName": "sample string 24",
      "supplierName": "sample string 25",
      "stockOnHand": 1.1,
      "stockOnOrder": 1.1,
      "lastReceived": "2025-10-05T00:02:33.4726076",
      "rrp": 26,
      "campaignDescription": "sample string 27",
      "campaignComboPriceGroupG_UID": "wcici0jbCE6yeKvOwPz4hg==",
      "campaignComboPriceGroupIdentifier": "8b9cc8c1-db48-4e08-b278-abcec0fcf886",
      "promotionPlacementDescription": "sample string 28",
      "storeAcceptances": [
        {
          "$id": "63",
          "plu": 1,
          "pluG_UId": "QEA=",
          "campaignID": 1,
          "campaignName": "sample string 2",
          "storeID": 3,
          "acceptedUtc": "2025-10-05T00:02:33.4726076",
          "operatorG_UID": "1mg0IVRIOUmfUfAcb/tzKg==",
          "operatorGuid": "213468d6-4854-4939-9f51-f01c6ffb732a",
          "machineID": 1,
          "processed": true,
          "appliedUtc": "2025-10-05T00:02:33.4726076",
          "signIqTicketFileMovedUtc": "2025-10-05T00:02:33.4726076",
          "user": "sample string 6",
          "campaignDescription": "sample string 7",
          "productDesc": "sample string 8",
          "storeName": "sample string 9",
          "effectiveUtc": "2025-10-05T00:02:33.4726076",
          "priceChangeType": 0,
          "operatorName": "sample string 10",
          "hostCampaign": true,
          "product": {
            "$ref": "3"
          },
          "campaignPlu": {
            "$ref": "62"
          }
        },
        {
          "$ref": "63"
        }
      ],
      "campaign": {
        "$id": "64",
        "id": 1,
        "storeID": 2,
        "name": "22e8ba5c-e803-42fa-bce1-165f6b1c95d8",
        "nameGuid": "22e8ba5c-e803-42fa-bce1-165f6b1c95d8",
        "description": "sample string 4",
        "showDiscounts": true,
        "showTotals": true,
        "onlyEvaluateOnSubtotal": true,
        "useDescription": true,
        "campaignType": 1,
        "startDate": "2025-10-05T00:02:33.4726076",
        "startTime": 1,
        "endDate": "2025-10-05T00:02:33.4726076",
        "endTime": 1,
        "recurrence": 1,
        "recurrenceType": 1,
        "monthType": 1,
        "weekDays": 1,
        "months": 1,
        "monthWeeks": 1,
        "monthDays": "sample string 7",
        "printed": true,
        "talkerText": "sample string 8",
        "rangeDescription": "sample string 9",
        "dealDescription": "sample string 10",
        "labelQuantity": 11,
        "active": 1,
        "deactivated": "2025-10-05T00:02:33.4726076",
        "system": true,
        "created": "2025-10-05T00:02:33.4726076",
        "updated": "2025-10-05T00:02:33.4726076",
        "priceChangeNotifiedUtc": "2025-10-05T00:02:33.4726076",
        "promoType": 1,
        "promotionTypeCode": "sample string 13",
        "hostIdentifier": "oYqDndreyEqjvhJBIClzyQ==",
        "hostIdentifierGuid": "9d838aa1-deda-4ac8-a3be-1241202973c9",
        "hostType": 14,
        "createdByUser": "sample string 15",
        "fromHost": true,
        "deleted": true,
        "campaignDeleted": "2025-10-05T00:02:33.4726076",
        "updatedByUser": "sample string 18",
        "offerID": 1,
        "isPriceChangeCampaign": true,
        "stores": [
          1,
          2
        ],
        "storeNames": [
          "sample string 1",
          "sample string 2"
        ],
        "campaignPlus": [
          {
            "$ref": "62"
          },
          {
            "$ref": "62"
          }
        ],
        "campaignPools": [
          {
            "$id": "65",
            "id": 1,
            "campaignID": 2,
            "campaignName": "sample string 3",
            "plu": 4,
            "pluG_UID": "2xpILDq7zE6IfVSRFdAu1Q==",
            "pluGuid": "2c481adb-bb3a-4ecc-887d-549115d02ed5",
            "hostOfferID": 1,
            "priceGroupG_UID": "cSulp2GeI06xzT8ntJoilw==",
            "priceGroupGuid": "a7a52b71-9e61-4e23-b1cd-3f27b49a2297",
            "fuelItem": true,
            "pluName": "sample string 6",
            "apn": "sample string 7",
            "pluActive": true,
            "cartonQty": 1,
            "baseUnits": 9.1,
            "cri": "sample string 10",
            "salesMode": 1,
            "pluaws": 11.0,
            "directNumber": "sample string 12",
            "departmentName": "sample string 13",
            "subDepartmentName": "sample string 14",
            "priceGroupName": "sample string 15",
            "supplierName": "sample string 16",
            "stockOnHand": 1.1,
            "stockOnOrder": 1.1,
            "lastReceived": "2025-10-05T00:02:33.4726076",
            "rrp": 17,
            "campaignDescription": "sample string 18",
            "product": {
              "$ref": "3"
            },
            "campaign": {
              "$ref": "64"
            }
          },
          {
            "$ref": "65"
          }
        ],
        "sellingRules": [
          {
            "$id": "66",
            "id": 1,
            "identifier": "ejtMQ9fcDke6wEt8y6uJSA==",
            "identifierStr": "ejtMQ9fcDke6wEt8y6uJSA==",
            "identifierGuid": "434c3b7a-dcd7-470e-bac0-4b7ccbab8948",
            "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": "64"
            }
          },
          {
            "$ref": "66"
          }
        ],
        "customers": [
          {
            "$id": "67",
            "id": 1,
            "campaignID": 2,
            "campaignName": "sample string 3",
            "customerID": "YwGY/S7G9Eyfd5/CbuU+4A==",
            "customerIDGuid": "fd980163-c62e-4cf4-9f77-9fc26ee53ee0",
            "campaign": {
              "$ref": "64"
            },
            "customer": {
              "$id": "68",
              "identifier": "bjMY9jwT1kOKopf3exJ/8w==",
              "identifierGuid": "f618336e-133c-43d6-8aa2-97f77b127ff3",
              "code": "sample string 2",
              "familyName": "sample string 3",
              "givenName": "sample string 4",
              "otherName": "sample string 5",
              "title": "sample string 6",
              "dateOfBirth": "2025-10-05T00:02:33.4726076",
              "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": "RhVVYBUZ6EOlBPLnvZGQnQ==",
              "communityIdentifierGuid": "60551546-1915-43e8-a504-f2e7bd91909d",
              "joined": "2025-10-05T00:02:33.4726076",
              "updated": "2025-10-05T00:02:33.4726076",
              "active": true,
              "reasonInactive": 1,
              "groupCustomer": true,
              "loyaltyPoints": 1,
              "homeStoreID": 1,
              "availableSpend": 1,
              "priceLevelIdentifier": "S84xvcZPBkqzA5bXPwkL0g==",
              "priceLevelIdentifierGuid": "bd31ce4b-4fc6-4a06-b303-96d73f090bd2",
              "marketingID": "sample string 18",
              "hidden": true,
              "registered": true,
              "registeredOn": "2025-10-05T00:02:33.4726076",
              "emailMarketing": true,
              "smsMarketing": true,
              "deleted": true,
              "deletedUser": "sample string 24",
              "homeStoreName": "sample string 25",
              "customerCards": [
                {
                  "$id": "69",
                  "cardType": 2,
                  "issueDate": "2025-10-05T00:02:33.4726076",
                  "expiry": "2025-10-05T00:02:33.4726076",
                  "customerID": "RSIp3Yz7QkS2XFnI7CoU6Q==",
                  "customerIDGuid": "dd292245-fb8c-4442-b65c-59c8ec2a14e9",
                  "initialValue": 1,
                  "currentValue": 1,
                  "maxLimit": 1,
                  "minTransaction": 1,
                  "maxTransaction": 1,
                  "multiplier": 1.1,
                  "active": true,
                  "reasonInactive": 1,
                  "idRequired": true,
                  "idType": 1,
                  "idValue": "sample string 5",
                  "updated": "2025-10-05T00:02:33.4726076",
                  "linkedAccount": "/eHJPfsxSUuJcNO57Zb3hQ==",
                  "linkedAccountGuid": "3dc9e1fd-31fb-4b49-8970-d3b9ed96f785",
                  "currentValueChanged": true,
                  "limitsChanged": true,
                  "customer": {
                    "$ref": "68"
                  },
                  "account": {
                    "$id": "70",
                    "id": 1,
                    "identifier": "obXeBq5aAkKwTQ+9/6XE8A==",
                    "identifierGuid": "06deb5a1-5aae-4202-b04d-0fbdffa5c4f0",
                    "referenceNo": "sample string 3",
                    "name": "sample string 4",
                    "created": "2025-10-05T00:02:33.4726076",
                    "owner": "XqnfenNLIU+jj9MsqbFxBA==",
                    "ownerGuid": "7adfa95e-4b73-4f21-a38f-d32ca9b17104",
                    "accountStoreGroupIdentifier": "JwiKqj/KekOwdEQUQDInRw==",
                    "accountStoreGroupGuid": "aa8a0827-ca3f-437a-b074-441440322747",
                    "accountType": 1,
                    "currentBalance": 1,
                    "externalID": "sample string 7",
                    "maximumLimit": 1,
                    "accruePoints": true,
                    "loyaltyPoints": 1,
                    "termsOfTrade": 1,
                    "signatureRequired": true,
                    "referenceRequired": true,
                    "statementSendType": 10,
                    "ageingPeriod": 1,
                    "monthlyAgeingPeriod": true,
                    "explodedInvoice": true,
                    "isFifoAllocation": true,
                    "lastStatementSent": "2025-10-05T00:02:33.4726076",
                    "active": true,
                    "updated": "2025-10-05T00:02:33.4726076",
                    "deleted": true,
                    "deletedUser": "sample string 16",
                    "currentBalanceChanged": true,
                    "maximumLimitChanged": true,
                    "loyaltyPointsChanged": true,
                    "projectedBalance": 17,
                    "accountStoreGroupStoreIDs": [
                      1,
                      2
                    ],
                    "customerEmail": "sample string 18",
                    "ownerCustomer": {
                      "$ref": "68"
                    },
                    "card": {
                      "$ref": "69"
                    },
                    "members": {
                      "$id": "71",
                      "sample string 1": [
                        {
                          "$ref": "68"
                        },
                        {
                          "$ref": "68"
                        }
                      ],
                      "sample string 2": [
                        {
                          "$ref": "68"
                        },
                        {
                          "$ref": "68"
                        }
                      ]
                    },
                    "customerGroups": [
                      {
                        "$id": "72",
                        "identifier": "q+UcZz+tN0K/JM4DzDtIhg==",
                        "identifierGuid": "671ce5ab-ad3f-4237-bf24-ce03cc3b4886",
                        "name": "sample string 2",
                        "primaryContact": "FxE7mGKfb0qVS8wGyMdfpQ==",
                        "primaryContactGuid": "983b1117-9f62-4a6f-954b-cc06c8c75fa5",
                        "accountID": "MI7xRGBODUiwwCVnQPJAJA==",
                        "accountIDGuid": "44f18e30-4e60-480d-b0c0-256740f24024",
                        "special": true,
                        "updated": "2025-10-05T00:02:33.4726076",
                        "active": true,
                        "reasonInactive": 1,
                        "priceLevelIdentifier": "+ezOF3lBx0Wj3oLss+/Y1g==",
                        "priceLevelIdentifierGuid": "17ceecf9-4179-45c7-a3de-82ecb3efd8d6",
                        "deleted": true,
                        "account": {
                          "$ref": "70"
                        },
                        "primaryContactCustomer": {
                          "$ref": "68"
                        },
                        "customerGroupMembers": [
                          {
                            "$id": "73",
                            "id": 1,
                            "groupID": "WFrhVWpzLECpMPiWXHuvhA==",
                            "groupIDGuid": "55e15a58-736a-402c-a930-f8965c7baf84",
                            "customerID": "F0A8qmtebkORp4atzShX0A==",
                            "customerIDGuid": "aa3c4017-5e6b-436e-91a7-86adcd2857d0",
                            "card": "sample string 4",
                            "linkedAccount": "H8q6KlVO8kGD0jlmDcbH6g==",
                            "linkedAccountGuid": "2abaca1f-4e55-41f2-83d2-39660dc6c7ea",
                            "customer": {
                              "$ref": "68"
                            },
                            "group": {
                              "$ref": "72"
                            },
                            "customerCard": {
                              "$ref": "69"
                            }
                          },
                          {
                            "$ref": "73"
                          }
                        ]
                      },
                      {
                        "$ref": "72"
                      }
                    ]
                  },
                  "payments": [
                    {
                      "$id": "74",
                      "id": 1,
                      "identifier": "zbO8L0bIxk+Kw8jqZrME/g==",
                      "identifierGuid": "2fbcb3cd-c846-4fc6-8ac3-c8ea66b304fe",
                      "storeID": 2,
                      "operatorName": "sample string 3",
                      "saleHeaderID": 4,
                      "paymentType": 5,
                      "amount": 6,
                      "account": "sample string 7",
                      "accountID": "dfMcLZYvVEKLis0tyebUcA==",
                      "accountIDGuid": "2d1cf375-2f96-4254-8b8a-cd2dc9e6d470",
                      "customerAccount": {
                        "$ref": "70"
                      },
                      "customerCard": {
                        "$ref": "69"
                      },
                      "accountType": 1,
                      "cardName": "sample string 8",
                      "authorisationNumber": "sample string 9",
                      "bankReference": "sample string 10",
                      "merchantID": "sample string 11",
                      "terminalID": "sample string 12",
                      "cardNumber": "sample string 13",
                      "paymentDate": "2025-10-05T00:02:33.4726076",
                      "invRocNo": "sample string 14",
                      "responseCode": "sample string 15",
                      "cashout": 1,
                      "tip": 16,
                      "idempotentVoid": "aREmlWG3aE+BwOB0fXEGEQ==",
                      "idempotentVoidGuid": "95261169-b761-4f68-81c0-e0747d710611",
                      "offline": true,
                      "processed": 1,
                      "storeSaleHeader": {
                        "$id": "75",
                        "saleHeaderID": 1,
                        "saleHeaderGuid": "hZCAggZFQE2fZcbxg516xw==",
                        "saleHeaderIdentifierGuid": "82809085-4506-4d40-9f65-c6f1839d7ac7",
                        "created": "2025-10-05T00:02:33.4726076",
                        "createdLocal": "2025-10-05T00:02:33.4726076",
                        "createdText": "sample string 4",
                        "itemCount": 5,
                        "totalAmount": 6,
                        "cashTender": 1,
                        "cardTender": 1,
                        "cheqTender": 1,
                        "acctTender": 1,
                        "voucherTender": 1,
                        "loyaltyPoints": 1,
                        "cashout": 1,
                        "changeAmount": 1,
                        "rounding": 1,
                        "gstAmount": 1,
                        "transactionDiscountTender": 1,
                        "totalTip": 7,
                        "tranType": 1,
                        "processed": 1,
                        "imported": "2025-10-05T00:02:33.4726076",
                        "storeID": 1,
                        "operatorG_Uid": "X2PEvIO7SE6gq0Uq9MIuxA==",
                        "operatorGuid": "bcc4635f-bb83-4e48-a0ab-452af4c22ec4",
                        "customerG_Uid": "/OZhjfJKSUCuUWM+LvvGFA==",
                        "customerGuid": "8d61e6fc-4af2-4049-ae51-633e2efbc614",
                        "communityIdentifier": "C72m9zrXUUaomJp91Ba2zQ==",
                        "communityIdentifierGuid": "f7a6bd0b-d73a-4651-a898-9a7dd416b6cd",
                        "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": "pYOzYWTby0WmeHLFPTSvpA==",
                        "priceLevelIdentifierGuid": "61b383a5-db64-45cb-a678-72c53d34afa4",
                        "locked": 36,
                        "relationChecksum": "sample string 37",
                        "loyaltyTender": 1,
                        "giftCardTender": 1,
                        "operator": {
                          "$ref": "35"
                        },
                        "customer": {
                          "$ref": "68"
                        },
                        "communityOrganisation": {
                          "$id": "76",
                          "id": 1,
                          "identifier": "waBqKnDB+02Kd7boQI0uZw==",
                          "identifierGuid": "2a6aa0c1-c170-4dfb-8a77-b6e8408d2e67",
                          "name": "sample string 3",
                          "lookupIdentifier": "sample string 4",
                          "externalID": "sample string 5",
                          "phone": "sample string 6",
                          "fax": "sample string 7",
                          "email": "sample string 8",
                          "address1": "sample string 9",
                          "address2": "sample string 10",
                          "city": "sample string 11",
                          "postCode": "sample string 12",
                          "state": "sample string 13",
                          "country": "sample string 14",
                          "totalAmountAwarded": 15.1,
                          "updated": "2025-10-05T00:02:33.4726076",
                          "deleted": true
                        },
                        "details": [
                          {
                            "$id": "77",
                            "saleItemID": 1,
                            "identifier": "APf4UXj9l0GFlsAmeTy31g==",
                            "identifierGuid": "51f8f700-fd78-4197-8596-c026793cb7d6",
                            "saleHeaderID": 2,
                            "plu": 1,
                            "pluG_UId": "xw5ZDn+tu0yrLG1zznXEGQ==",
                            "pluGuid": "0e590ec7-ad7f-4cbb-ab2c-6d73ce75c419",
                            "accountID": "fhfKsq7DCEG0qG1u/32wSQ==",
                            "accountIDGuid": "b2ca177e-c3ae-4108-b4a8-6d6eff7db049",
                            "normalPrice": 3,
                            "originalSellingPrice": 4,
                            "discountPrice": 5,
                            "unit": 1,
                            "quantity": 6,
                            "totalCents": 7,
                            "fixedPrice": 1,
                            "tranType": 1,
                            "discountType": 1,
                            "cost": 1,
                            "costDecimals": 8,
                            "markdown": 1,
                            "manualQuantity": 1,
                            "manualPrice": 1,
                            "manualMode": 1,
                            "active": 1,
                            "offline": true,
                            "barcode": "sample string 9",
                            "keyedSale": 1,
                            "discountedID": 1,
                            "fuelID": 1,
                            "serialNumber": "sample string 10",
                            "bestOrExpire": "2025-10-05T00:02:33.4726076",
                            "bestOrExpireType": 1,
                            "providerName": "sample string 11",
                            "refundG_UID": "HKy6PjZKx0mVnJTiMudGCg==",
                            "refundGuid": "3ebaac1c-4a36-49c7-959c-94e232e7460a",
                            "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": "Mpj9+l17d0CznaCm/T9Y6w==",
                            "idempotentVoidGuid": "fafd9832-7b5d-4077-b39d-a0a6fd3f58eb",
                            "priceLevelIdentifier": "kXcIZw9m7kqSjVpejIA46g==",
                            "priceLevelIdentifierGuid": "67087791-660f-4aee-928d-5a5e8c8038ea",
                            "productName": "sample string 23",
                            "apn": "sample string 24",
                            "unknownScans": [
                              {
                                "$id": "78",
                                "id": 1,
                                "saleDetailID": 2,
                                "storeID": 1,
                                "scanned": "2025-10-05T00:02:33.4726076",
                                "operatorG_UID": "QEA=",
                                "barcode": "sample string 4",
                                "processed": 1
                              },
                              {
                                "$ref": "78"
                              }
                            ],
                            "refund": {
                              "$id": "79",
                              "id": 1,
                              "g_UID": "2X8cb/jvD0q0FAoh1fGQlg==",
                              "guid": "6f1c7fd9-eff8-4a0f-b414-0a21d5f19096",
                              "description": "sample string 1",
                              "dumped": true,
                              "inventoryReasonID": 1,
                              "sortOrder": 1,
                              "updated": "2025-10-05T00:02:33.4726076"
                            },
                            "modifier": {
                              "$id": "80",
                              "id": 1,
                              "setG_UID": "SWIrC3v4NEeWBGcXYHedsA==",
                              "modifierSetGuid": "0b2b6249-f87b-4734-9604-671760779db0",
                              "name": "sample string 2",
                              "price": 1,
                              "quantity": 1,
                              "modifierType": 1,
                              "groupNumber": 1,
                              "pageNumber": 1,
                              "controlOrder": 1,
                              "printToStation": true,
                              "pluG_UID": "fGxWZR8zkU+XTX1Jol3c5g==",
                              "pluGuid": "65566c7c-331f-4f91-974d-7d49a25ddce6",
                              "deleted": true,
                              "g_UID": "uD/fpHYKBEeQPG2qDWGlIw==",
                              "guid": "a4df3fb8-0a76-4704-903c-6daa0d61a523",
                              "product": {
                                "$ref": "3"
                              }
                            },
                            "priceLevelName": "sample string 25",
                            "pumpNumber": 1,
                            "hoseNumber": 1
                          },
                          {
                            "$ref": "77"
                          }
                        ],
                        "eftReceipts": [
                          {
                            "$id": "81",
                            "id": 1,
                            "storeID": 1,
                            "saleHeaderID": 2,
                            "storeSaleHeader": {
                              "$ref": "75"
                            },
                            "receipt": "sample string 3",
                            "processed": 1
                          },
                          {
                            "$ref": "81"
                          }
                        ],
                        "payments": [
                          {
                            "$ref": "74"
                          },
                          {
                            "$ref": "74"
                          }
                        ],
                        "cards": [
                          {
                            "$id": "82",
                            "id": 1,
                            "saleHeaderID": 1,
                            "identifier": "sample string 2",
                            "cardType": 3,
                            "providerName": "sample string 4"
                          },
                          {
                            "$ref": "82"
                          }
                        ],
                        "campaignHits": [
                          {
                            "$id": "83",
                            "id": 1,
                            "saleHeaderID": 2,
                            "campaign": "sample string 3",
                            "name": "sample string 4",
                            "processed": 1,
                            "campaignDescription": "sample string 5"
                          },
                          {
                            "$ref": "83"
                          }
                        ],
                        "fuel": [
                          {
                            "$id": "84",
                            "id": 1,
                            "plu": 1,
                            "pluG_UID": "KTRrAh7XMkubKfUWvkHO8Q==",
                            "pluGuid": "026b3429-d71e-4b32-9b29-f516be41cef1",
                            "saleHeaderID": 2,
                            "totalCents": 3,
                            "grade": 1,
                            "gradeDescription": "sample string 4",
                            "dispenser": 1,
                            "hose": 1,
                            "quantity": 1,
                            "cost": 1,
                            "acquirerNum": 1,
                            "attendant": 1,
                            "ePurseBalance": 1.0,
                            "cardSignature": "sample string 5",
                            "compartmentNumber": 1,
                            "contractNumber": 1,
                            "discountCardPAN": "sample string 6",
                            "discountID": 1,
                            "discountName": "sample string 7",
                            "discountNetValue": 1.0,
                            "discountType": 1,
                            "discountValue": 1.0,
                            "discretionaryData": "sample string 8",
                            "driverID": "sample string 9",
                            "eftBatchNumber": 1,
                            "eftResponseCode": "sample string 10",
                            "endDateTime": "2025-10-05T00:02:33.4726076",
                            "engineHours": 1.1,
                            "fposNumber": 1,
                            "loyaltyCardPAN": "sample string 11",
                            "miscData1": 1,
                            "miscData2": "sample string 12",
                            "miscFlags": 1,
                            "mop": 1,
                            "odometer": 1,
                            "panNumber": "sample string 13",
                            "saleRefund": true,
                            "saleStatus": 1,
                            "sequenceNumber": 1,
                            "stan": 1,
                            "startDateTime": "2025-10-05T00:02:33.4726076",
                            "tagNumber": "sample string 15",
                            "trackTwoRem": "sample string 16",
                            "transCode": 1,
                            "transType": 1,
                            "unitPrice": 1.0,
                            "vehicleReg": "sample string 17",
                            "offline": true,
                            "processed": 1
                          },
                          {
                            "$ref": "84"
                          }
                        ],
                        "fuelResells": [
                          {
                            "$id": "85",
                            "saleItemID": 1,
                            "saleHeaderID": 2,
                            "plu": 1,
                            "pluG_UId": "WlY86d3q7U2pU2C7rECyUg==",
                            "pluGuid": "e93c565a-eadd-4ded-a953-60bbac40b252",
                            "accountID": "xCtsT/hn4EanZz4tHO3vfQ==",
                            "accountIDGuid": "4f6c2bc4-67f8-46e0-a767-3e2d1cedef7d",
                            "normalPrice": 3,
                            "originalSellingPrice": 4,
                            "discountPrice": 5,
                            "unit": 1,
                            "quantity": 6,
                            "totalCents": 7,
                            "fixedPrice": 1,
                            "tranType": 1,
                            "processed": 1,
                            "discountType": 1,
                            "cost": 1,
                            "costDecimals": 1,
                            "markdown": 1,
                            "manualQuantity": 1,
                            "manualPrice": 1,
                            "manualMode": 1,
                            "active": 1,
                            "barcode": "sample string 8",
                            "offline": 1,
                            "keyedSale": 1,
                            "discountedID": 1,
                            "fuelID": 1,
                            "serialNumber": "sample string 9",
                            "bestOrExpire": "2025-10-05T00:02:33.4726076",
                            "bestOrExpireType": 1,
                            "refundG_UID": "ar5+Iy2en0GILZWFTWfcFg==",
                            "refundGuid": "237ebe6a-9e2d-419f-882d-95854d67dc16",
                            "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": "85"
                          }
                        ],
                        "customerOrder": [
                          {
                            "$id": "86",
                            "identifier": "pXBjW+A/IUuGJWfEErioQg==",
                            "identifierGuid": "5b6370a5-3fe0-4b21-8625-67c412b8a842",
                            "id": 1,
                            "orderNo": 2,
                            "externalSaleIdentifier": "sample string 3",
                            "storeID": 4,
                            "zoneID": 5,
                            "deptNo": 6,
                            "customerIdentifier": "f4DEE5yw6U+zBKn1Zj20NA==",
                            "customerIdentifierGuid": "13c4807f-b09c-4fe9-b304-a9f5663db434",
                            "operatorNo": 1,
                            "operatorG_UID": "JuI+JpIvx0eesrbw1cCZIw==",
                            "operatorGuid": "263ee226-2f92-47c7-9eb2-b6f0d5c09923",
                            "created": "2025-10-05T00:02:33.4726076",
                            "ordered": "2025-10-05T00:02:33.4726076",
                            "started": "2025-10-05T00:02:33.4726076",
                            "completed": "2025-10-05T00:02:33.4726076",
                            "supplied": "2025-10-05T00:02:33.4726076",
                            "quickTicket": 1,
                            "deleted": true,
                            "walkAway": true,
                            "approxWait": 1,
                            "actualWait": 1,
                            "deliveryMethod": 8,
                            "externalSaleType": 9,
                            "customer": {
                              "$ref": "68"
                            },
                            "operator": {
                              "$ref": "35"
                            },
                            "details": [
                              {
                                "$id": "87",
                                "headerID": 1,
                                "plu": 1,
                                "pluG_UId": "cU3y3kqO2kqBu/vm8vRacA==",
                                "pluGuid": "def24d71-8e4a-4ada-81bb-fbe6f2f45a70",
                                "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": "ulNKBop08kKQZW3sl1nAZg==",
                                "headerIdentifierGuid": "064a53ba-748a-42f2-9065-6dec9759c066",
                                "product": {
                                  "$ref": "3"
                                }
                              },
                              {
                                "$ref": "87"
                              }
                            ],
                            "storeName": "sample string 11",
                            "customerName": "sample string 12",
                            "storeReplyTo": "sample string 13",
                            "storeSubjectLine": "sample string 14",
                            "storeSaleHeader": {
                              "$ref": "75"
                            }
                          },
                          {
                            "$ref": "86"
                          }
                        ],
                        "surveyResponses": [
                          {
                            "$id": "88",
                            "surveyG_UID": "o4aiH5RpSUqbLSbNKXcFMw==",
                            "surveyGuid": "1fa286a3-6994-4a49-9b2d-26cd29770533",
                            "saleHeaderGuid": "lXuAsJi3OkiRyIArOs6PXQ==",
                            "saleGuid": "b0807b95-b798-483a-91c8-802b3ace8f5d",
                            "textResponse": "sample string 1",
                            "integerResponse": 1,
                            "g_UIDResponse": "5e5oaXFq50C/S9kv6xCnVw==",
                            "guidResponse": "6968eee5-6a71-40e7-bf4b-d92feb10a757",
                            "whoAnswered": 2,
                            "answeredAtUTC": "2025-10-05T00:02:33.4726076",
                            "sale": {
                              "$ref": "75"
                            },
                            "survey": {
                              "$id": "89",
                              "g_UID": "Gg2rYqSiok6bL1Ixujt0ig==",
                              "guid": "62ab0d1a-a2a4-4ea2-9b2f-5231ba3b748a",
                              "name": "sample string 1",
                              "storeID": 2,
                              "zoneID": 1,
                              "checkoutFormG_UID": "1cdW3St6w0a9f2w5caMj1Q==",
                              "checkoutFormGuid": "dd56c7d5-7a2b-46c3-bd7f-6c3971a323d5",
                              "displayToWho": 3,
                              "displayWhen": 4,
                              "start": "2025-10-05T00:02:33.4726076",
                              "end": "2025-10-05T00:02:33.4726076",
                              "deleted": true,
                              "updated": "2025-10-05T00:02:33.4726076",
                              "possibleIntegerResponses": [
                                1,
                                2
                              ],
                              "possibleTextResponses": [
                                "sample string 1",
                                "sample string 2"
                              ],
                              "possibleGuidResponses": [
                                "fd805d4f-5ed3-4456-9023-dd7a361f75a1",
                                "c05a1a07-d085-4998-9cf0-3df38c2b0738"
                              ],
                              "allowsAllTextResponses": true,
                              "surveyForm": {
                                "$ref": "43"
                              }
                            },
                            "ingressId": "sample string 4"
                          },
                          {
                            "$ref": "88"
                          }
                        ],
                        "storeName": "sample string 38",
                        "machineName": "sample string 39",
                        "operatorName": "sample string 40",
                        "direction": 1,
                        "reason": "sample string 41",
                        "accountG_UID": "KgO10arZYEKXj/HGiNP6BQ==",
                        "accountIdentifier": "d1b5032a-d9aa-4260-978f-f1c688d3fa05",
                        "accountName": "sample string 42",
                        "customerOrderIdentifier": "/ybKd7jVR0qBw0kUQJq90Q==",
                        "customerOrderIdentifierGuid": "77ca26ff-d5b8-4a47-81c3-4914409abdd1",
                        "priceLevelName": "sample string 43",
                        "revision": 44,
                        "ingressId": "sample string 45"
                      },
                      "metadata": {
                        "$id": "90",
                        "id": 1,
                        "paymentID": 2,
                        "paymentIdentifier": "vKGGYi2ua06nrGg6aI5c9Q==",
                        "paymentIdentifierGuid": "6286a1bc-ae2d-4e6b-a7ac-683a688e5cf5",
                        "identifier": "xbx3IAh/bkSiyzt5gx6oIg==",
                        "identifierGuid": "2077bcc5-7f08-446e-a2cb-3b79831ea822",
                        "metadata": "sample string 3",
                        "signatureImage": "QEA=",
                        "itemIdentifier": "3GzCPcxM7UKA7HqOlrZgFg==",
                        "itemIdentifierGuid": "3dc26cdc-4ccc-42ed-80ec-7a8e96b66016"
                      }
                    },
                    {
                      "$ref": "74"
                    }
                  ]
                },
                {
                  "$ref": "69"
                }
              ],
              "customerGroupMembers": [
                {
                  "$ref": "73"
                },
                {
                  "$ref": "73"
                }
              ],
              "customerGroups": [
                {
                  "$ref": "72"
                },
                {
                  "$ref": "72"
                }
              ],
              "accounts": [
                {
                  "$ref": "70"
                },
                {
                  "$ref": "70"
                }
              ],
              "account": {
                "$ref": "70"
              },
              "vouchers": [
                {
                  "$id": "91",
                  "customerIdentifier": "ToPhGBS6AEaaCZSA0aWd3g==",
                  "customerIdentifierGuid": "18e1834e-ba14-4600-9a09-9480d1a59dde",
                  "voucherName": "sample string 2",
                  "count": 3,
                  "storeID": 4,
                  "barcode": "sample string 5",
                  "redeemCount": 6,
                  "issueCount": 7,
                  "storeSalePaymentID": 1,
                  "idempotentID": "CYhWwoBYn02IKRtWAjzuEw==",
                  "idempotentGuid": "c2568809-5880-4d9f-8829-1b56023cee13",
                  "offline": true,
                  "voucher": {
                    "$id": "92",
                    "id": 1,
                    "name": "sample string 2",
                    "description": "sample string 3",
                    "shortDescription": "sample string 4",
                    "url": "sample string 5",
                    "barcodeTemplateID": 1,
                    "expiry": 0,
                    "voucherType": 6,
                    "limitPerTransaction": 7,
                    "customerTracking": true,
                    "discountAccount": "sample string 9",
                    "endDate": "2025-10-05T00:02:33.4726076",
                    "barcodeTemplate": {
                      "$id": "93",
                      "templateID": 1,
                      "template": "sample string 1",
                      "bcFunction": "sample string 2",
                      "sortOrder": 3
                    },
                    "scaleLabel": {
                      "$id": "94",
                      "id": 1,
                      "uid": "sample string 2",
                      "name": "sample string 3",
                      "width": 1.1,
                      "height": 1.1,
                      "showBorder": true,
                      "borderWidth": 1.1,
                      "borderStyle": 1,
                      "borderColour": "sample string 5",
                      "updated": "2025-10-05T00:02:33.4726076",
                      "labelPageLayout": "Y5rOwvivH0WBJqi5sHjsEA==",
                      "pageLayoutGuid": "c2ce9a63-aff8-451f-8126-a8b9b078ec10",
                      "labelType": 6,
                      "oldName": "sample string 7",
                      "voucher": {
                        "$ref": "92"
                      },
                      "elements": [
                        {
                          "$id": "95",
                          "id": 1,
                          "scaleLabelID": 2,
                          "showPercentDI": true,
                          "showAvgPerHundred": true,
                          "showAvgPerServe": true,
                          "name": "sample string 6",
                          "x": 1.1,
                          "y": 1.1,
                          "width": 1.1,
                          "height": 1.1,
                          "type": 1,
                          "rotation": 1,
                          "text": "sample string 7",
                          "fontFamily": "sample string 8",
                          "align": 1,
                          "bold": true,
                          "italic": true,
                          "underline": true,
                          "strikeout": true,
                          "reverse": true,
                          "textColour": "sample string 9",
                          "fontSize": 1.1,
                          "picture": "QEA=",
                          "borderWidth": 10,
                          "sortOrder": 11,
                          "printOptions": 12,
                          "superScriptTextFontSize": 1.1,
                          "lineStyle": 1,
                          "spacingStyle": 1,
                          "interCharacterSpacing": 1.1,
                          "superScriptOffset": 1.1,
                          "lineSpacing": 1.1,
                          "dateFormat": "sample string 13",
                          "autoGrow": true,
                          "fontAutoResize": true,
                          "updated": "2025-10-05T00:02:33.4726076"
                        },
                        {
                          "$ref": "95"
                        }
                      ]
                    },
                    "customerVouchers": [
                      {
                        "$id": "96",
                        "id": 1,
                        "customerIdentifier": "+qEb0y9VXE2RXtXMLuqtNw==",
                        "customerIdentifierGuid": "d31ba1fa-552f-4d5c-915e-d5cc2eeaad37",
                        "voucherID": 3,
                        "voucherName": "sample string 4",
                        "storeID": 1,
                        "barcode": "sample string 5",
                        "dateOfIssue": "2025-10-05T00:02:33.4726076",
                        "issuedSaleHeaderID": 1,
                        "issuedSaleIdentifier": "sample string 7",
                        "issuedOfflinePaymentID": 1,
                        "issuedIdempotentID": "OmJ1WPA6WECcgIpkTjVraQ==",
                        "issuedIdempotentGuid": "5875623a-3af0-4058-9c80-8a644e356b69",
                        "issuedOffline": true,
                        "issuedUser": "sample string 9",
                        "issuedNotes": "sample string 10",
                        "expiryDate": "2025-10-05T00:02:33.4726076",
                        "expiredUser": "sample string 11",
                        "expiredNotes": "sample string 12",
                        "redeemed": "2025-10-05T00:02:33.4726076",
                        "redeemedSaleHeaderID": 1,
                        "redeemedSaleIdentifier": "sample string 13",
                        "redeemedOfflinePaymentID": 1,
                        "redeemedIdempotentID": "D46344Gfc0SuwfQGdXVauA==",
                        "redeemedIdempotentGuid": "e3b78e0f-9f81-4473-aec1-f40675755ab8",
                        "redeemedUser": "sample string 14",
                        "redeemedNotes": "sample string 15",
                        "redeemedOffline": true,
                        "updated": "2025-10-05T00:02:33.4726076",
                        "storeName": "sample string 17",
                        "scaleLabel": {
                          "$ref": "94"
                        },
                        "voucher": {
                          "$ref": "92"
                        },
                        "customer": {
                          "$ref": "68"
                        },
                        "issuedOfflinePayment": {
                          "$ref": "74"
                        },
                        "redeemedOfflinePayment": {
                          "$ref": "74"
                        }
                      },
                      {
                        "$ref": "96"
                      }
                    ]
                  },
                  "customer": {
                    "$ref": "68"
                  }
                },
                {
                  "$ref": "91"
                }
              ]
            }
          },
          {
            "$ref": "67"
          }
        ],
        "customerGroups": [
          {
            "$id": "97",
            "id": 1,
            "campaignID": 2,
            "campaignName": "sample string 3",
            "groupID": "ua3GyWLiUkO8ULtcVKcqag==",
            "groupIDGuid": "c9c6adb9-e262-4352-bc50-bb5c54a72a6a",
            "campaign": {
              "$ref": "64"
            },
            "group": {
              "$ref": "72"
            }
          },
          {
            "$ref": "97"
          }
        ],
        "signIqTickets": [
          {
            "$id": "98",
            "identifier": "Fv3ARyyfqEu60VzRGNLp5w==",
            "identifierGuid": "47c0fd16-9f2c-4ba8-bad1-5cd118d2e9e7",
            "campaignName": "sample string 2",
            "message": "sample string 3",
            "ticketFileSource": "sample string 4",
            "ticketFileDestination": "sample string 5",
            "storeID": 1
          },
          {
            "$ref": "98"
          }
        ],
        "comboPriceGroups": [
          {
            "$id": "99",
            "id": 1,
            "campaignID": 2,
            "campaignName": "sample string 3",
            "g_UID": "9gqyqnmTGUK9argcHn4m0g==",
            "guid": "aab20af6-9379-4219-bd6a-b81c1e7e26d2",
            "description": "sample string 5",
            "newPrice": 1,
            "rangeDescription": "sample string 6",
            "dealDescription": "sample string 7",
            "labelQuantity": 8,
            "hostProductCategoryID": 1,
            "offerID": 1,
            "dontUpdatePricePlus": true,
            "campaign": {
              "$ref": "64"
            },
            "comboPricePlus": [
              {
                "$id": "100",
                "id": 1,
                "campaignID": 2,
                "campaignName": "sample string 3",
                "groupG_UID": "yjDOS3/Iu0KrvnNXzs6Xsg==",
                "groupGuid": "4bce30ca-c87f-42bb-abbe-7357cece97b2",
                "comboPriceType": 5,
                "priceType": 5,
                "pluG_UID": "mpd3a9DepUKUG3cxduwyTg==",
                "pluGuid": "6b77979a-ded0-42a5-941b-773176ec324e",
                "priceGroupG_UID": "WH00V8OLpEiPUBdD5+L65w==",
                "priceGroupGuid": "57347d58-8bc3-48a4-8f50-1743e7e2fae7",
                "campaignPoolID": "sample string 7",
                "quantity": 1,
                "campaign": {
                  "$ref": "64"
                },
                "product": {
                  "$ref": "3"
                },
                "priceGroup": {
                  "$ref": "29"
                },
                "campaignPool": {
                  "$ref": "64"
                }
              },
              {
                "$ref": "100"
              }
            ]
          },
          {
            "$ref": "99"
          }
        ],
        "priceLevels": [
          {
            "$id": "101",
            "id": 1,
            "priceLevelIdentifier": "B1cjHRJ0HUmzCJmFRwRUAQ==",
            "priceLevelIdentifierGuid": "1d235707-7412-491d-b308-998547045401",
            "campaignName": "sample string 3",
            "priceLevelName": "sample string 4"
          },
          {
            "$ref": "101"
          }
        ]
      },
      "product": {
        "$ref": "3"
      },
      "dealCost": {
        "$id": "102",
        "headerIdentifier": "7T611RCyAk6IuxLcXUdkyw==",
        "headerIdentifierGuid": "d5b53eed-b210-4e02-88bb-12dc5d4764cb",
        "identifier": "vlMvyG6QKUucaYcrHI5IZQ==",
        "identifierGuid": "c82f53be-906e-4b29-9c69-872b1c8e4865",
        "supplierIdentifier": "TL0hxQz/Hk+covajpd7sXQ==",
        "supplierGuid": "c521bd4c-ff0c-4f1e-9ca2-f6a3a5deec5d",
        "pluG_UID": "5st2/C0QRUaQ5bh0RJy49g==",
        "pluGuid": "fc76cbe6-102d-4645-90e5-b874449cb8f6",
        "campaignName": "dea2ffc8-a374-4b93-aecc-f03348c6934a",
        "description": "sample string 4",
        "cost": 5,
        "costDecimals": 6,
        "start": "2025-10-05T00:02:33.4726076",
        "end": "2025-10-05T00:02:33.4726076",
        "type": 9,
        "promoType": 10,
        "bonusItemPLUG_UID": "R11KF/TAFEmr2AfUhCHiJw==",
        "bonusItemPluGuid": "174a5d47-c0f4-4914-abd8-07d48421e227",
        "bonusPurchaseUnits": 11,
        "bonusReceiveUnits": 12,
        "updated": "2025-10-05T00:02:33.4726076",
        "metcashPromotionID": "sample string 14",
        "fromHost": 15,
        "storeNames": "sample string 16",
        "storeIDs": [
          1,
          2
        ],
        "supplierName": "sample string 17",
        "campaignDescription": "sample string 18",
        "newPrice": 1,
        "campaignMetcashPromotionID": "sample string 19",
        "campaignActive": true,
        "campaignStartDate": "2025-10-05T00:02:33.4726076",
        "campaignEndDate": "2025-10-05T00:02:33.4726076",
        "masterPLUG_UID": "qkHVlbs9I0CmdXDGvkoNDg==",
        "masterID": "95d541aa-3dbb-4023-a675-70c6be4a0d0e",
        "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": "2VKMmJeGMUaiJ5skNYJVpw==",
        "bonusMasterID": "988c52d9-8697-4631-a227-9b24358255a7",
        "bonusProductName": "sample string 34",
        "bonusProductAPN": "sample string 35",
        "bonusOrderCode": "sample string 36",
        "bonusNormalSell": 37,
        "bonusNormalCost": 38,
        "bonusNormalCostDecimals": 39,
        "bonusCartonQuantity": 40,
        "bonusSalesMode": 41,
        "bonusOrderPacked": 42,
        "bonusFuelItem": true,
        "bonusActive": true
      }
    },
    "currentCostStart": "2025-10-05T00:02:33.4726076",
    "dealCosts": [
      {
        "$ref": "102"
      },
      {
        "$ref": "102"
      }
    ],
    "tags": [
      {
        "$id": "103",
        "pluG_UID": "xqN3sjw9Ak+3KPytatrrGg==",
        "pluGuid": "b277a3c6-3d3c-4f02-b728-fcad6adaeb1a",
        "tagID": 1,
        "description": "sample string 1",
        "storeIDs": [
          1,
          2
        ]
      },
      {
        "$ref": "103"
      }
    ],
    "alternateProductG_UID": "vbILxG5N4kuSq9VwKuJiBQ==",
    "alternateProduct": "c40bb2bd-4d6e-4be2-92ab-d5702ae26205",
    "productHostCode": {
      "$id": "104",
      "id": 1,
      "pluG_UID": "kjRP+wyn006w/l+lWVD1Xw==",
      "pluGuid": "fb4f3492-a70c-4ed3-b0fe-5fa55950f55f",
      "ibaCode": "sample string 2"
    },
    "mscCat": {
      "$ref": "58"
    },
    "mscCom": {
      "$ref": "59"
    },
    "mscDep": {
      "$ref": "61"
    },
    "mscSubCom": {
      "$ref": "60"
    },
    "isUserUpdate": true,
    "ignoreMasterProduct": true,
    "priceGroupLabelRequested": true,
    "firstSold": "2025-10-05T00:02:33.4726076",
    "inventoryTracked": "2025-10-05T00:02:33.4726076",
    "isNormalPriceChangesCampaign": true
  },
  "supplier": {
    "$ref": "8"
  },
  "serviceFee": {
    "$id": "105",
    "id": 1,
    "description": "sample string 1",
    "fee": 1
  },
  "isPrimaryHost": true,
  "hostVendor": 47
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

application/vnd.openxmlformats-officedocument.spreadsheetml.sheet

Sample:
PKPE[�B�N�5xl/workbook.xml �(�����0D�J��(�Z!`b�ڡ�!N� 	JR��/�ԭ��|~�r6vh��G������S���zT�.fB�성
�"�!d����
�gI���^�z99���a��"p�#z5n(R��|"�\�=%�.����&a[����;.�"V����+Sb��@ݮy��"屠���l�]PKPE[����	�[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
PE[�7�''_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="Reeb599679eeb4b17" /></Relationships>PKPE[�o��o+xl/worksheets/sheet1.xml �(����r9�_����u얨$[�@8.,��;o���1e���mDz�������5�_߯nMq�������j=_ޝ�H
��������������0����~��w}3�m~�~�:�l6����˛�b�-���h�z�ZL7����xy}=��=^^~_��6c��W������[f�3���j6��-aq�0�b:���\�i�������p��7f8���?�g������U�Y.������t�v��V����oV������������l��fC*�]���v��{��o���v��ϯ67�y��SQc�����z�\|��Y��>��m9��A�u��v�o��n���ǑW�D����t�O���{J7����Pɇ}>�A�6�^;����������r��!�������{���FGXY�����i�Z�����Z%|T��������T�3q�4�g{I���k�{��@oRaP'uFa�#D����0Ԯ���6��M���:C1�hB4���X�̐X��zȇ6��VfH4j�gP��Dڍ:$�H��h4@���v3�3$͈Є5]��ILU�6�Eg��δĤ)��":¢��9�&W2z GG�C��4���tdn�xW��$&M�$�������-��`Ro�&���4�I�/��2N�
Q&1i�pV����+[�!1i
&����m]���41�*(cbE���*?hո��b��MLZ��3$&������޴��T�Rnlb��$���Z���E�s�1�x��:_�E�X��t6����-��lb�b>�'+�H֫�M,ڐ���́|Y��&m�b �XyW��%��]�G�I+:�Ģ+�GTg�r�N7�Xt�8��#!( o�֐Xte�V���ZG���i����%&���h:�|�s�%&]V��(R�摨��ց�Ĥ�j6��!�*����kJ&&]�����"*�U�%&ݑI�����Z�;�J���G&��
*��O�
�>1�u~�SDMT�;j3$&}����x�z͐��6w�At`����[9a}bһ|��!o��>�2��F�ZE"Z�A�6Cb�gL�/�FP�B��Օ��'&}Q����V��5�'&}(�@W2� `%����`�����rs����i[�V@B�c�Q�
@�S4P�C"�DC����(�U��D$�|	t1SwWfHD��yڂh3{܍ 	>?�HE��U�;Ne��-�������f*j��T��C"�S�N(e���g�D$����`B��f&�@0����u�6��A,�F���Ak[yoL�A�Vi"� M�k�1L��v���âBKϥV��?�`b����=�TӡL7������s����kc�P�{xd��m�*�Rb/{������t��)1��0j�BѱN.D�Ə>8�N>�n�g'���`����?M������t����8S'���}Dӎ�e�y;”����xҎpe�E;—O�PF<kG`�ʈ�XF�c��B��!L��B��O!�	�FaʾB�����_B����� ����(�0u?	!Lݿ���g!���Ea�N&�D��a�N$#2�'�
Sx"��2�'�-�x"�2�'�%-Sy"��2�'�--�Y0��:δ\g����,x�r�s:���N�u��΂?�Y0��:u\g����,x�q��:���R�ul�΂O=ӹ|�΍�S�tn�z�s#��3������He���>�L�F�g:7�O�w�O��,��΂O��,��΂O��,��΂O��,��΂O��,��΂O��,��΂O��,��΂O��,��΂O��|.����O���C�l�ݲiw�\x!����Y!lg���#��٦=B؞=�x���^��l�_�cl�_�c�G�G�n[ۏx�G���u>3ҟ��-xS��[��yW����!�{�u�p:�?
�L�O���Y�;ҿt�M&]�M��yנd� <bx� �%�A2o����y����L
��Kˤ�
��L^uI�G�`acG|�0�q���+Ʒ����6�_Z���0����b��k��F�K�+�$�p�%��]�,��c�1��
(�2*���˨T�xY���cwE��\��}�7O;0m�
Rӣ"5/������W=�գ65��1Z�0��5oz<�m��w]��W�F*[�%>Ho���w�]+<��J0�V\��Z�W>�A6�yQֲ��Co9ξ��̦W���r���v�m�{��PKPE[$͕D�Pxl/_rels/workbook.xml.rels �(���KN�0@�b͞8q�j�
�nK/���$jb[�K��Xp$��)�6]����������u��:?�A��@P#G�wp
ꡅ�z�É�8��zW��`�.)�b����XԱ���y������{�,�k�R�2��b�?D��(�Ɉӌ:��g�~@@���:�)yz
E�@����d��ۦ.��*e��л��p���z}�k���i�*�GvW��;����K�Ni9U�M%�n9���U�����PKPE[Ѓ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��PKPE[�
�jg
r2xl/sharedStrings.xml �(��[Yo�8~��?y^%�e�=p��cL���i`�]J��e�#JI<���[$u�"eϾYU�b�XI��c���pE���|b��'3\�e���'/����dFjT$(/��d����/��gд �O^�zw~vF�W�E���8iYmQ
����*��q���l��϶(+Nfq�5kz'����h�r�� ٗO��ǪL����fŏOg��Og�����k�%c����W�6s���R���b���,f��z�gw��+*6X飓|�����
�=����7��*/��q�y��n3cm_�La.`1��Q�C;�U���������5���~��$>{�,��>�BVE<�i�������>+	6�\��U�g�X��ț] �U��E�p�j�P�~��1�� ��m��P�y7�[\l��Ø�Yrr�]���þC{0�o����/�
�
6z��xU������$�����y/��.+�m����7Ԯ��;uQ�r;�9��.�8
}b��g|"wM^g�\�c�8Ϗ@�X�^�
��
�<�5��p��\��a���I��v5D%=�;��k���[[I���P��
�GQ�a�\���Xg�_י���Z!ոǐ��M�[^����7�z�W\���U!(�Ȕ�4$+0����9���-�%y�%������={Ye��8[�����G�7��}	�@q!kX��T�r�S�']@��`�m��(��N㠘	Qg�F����00?%	
%5��r�	�xQ��_/��i�&{�����%�֧5�)�(t\���4�lE`�[T�u�Ci�aHm�����Ӌ}�����g!?0��w׊�zfdȋc�w���6~�	Ɩa�nj�؟Qh�����;wbdϑѪF�A[p��W�
g�a���{G��~p�??�W�4��u�o���sd�Α�;G��v�,!I�i<!��kf��mF�[�_��ݡr�����^�-O��@��C��,*&ڎ�*j�V
x$����7M+Hmc�:��&�mD�04�؝������.��g��O��/��3���u���8u�u�w���@��
0��'�A���3g�i���[ꩨ\���7
dE��:~jDfjv�ũc9�/�=2��V\¬��~�j�B)��dJ�@�/�~\�\�x��6�4l��d�:��,vOjQ����S�2"�X�k��س
4�/��Mظy�w F=,#�ͬ6�	-�(�<󠖶��e������wz��[��5�g��ʫ�AG�����^�\�P�A���=d�RC
�aV]V�c��^�,!#T[�Gc�A�CQ�b�k��z/(����2gm�pɈ�H�~��I�^�f�T��i�������A�����j�փ���5(?�]m�jW�f�[����P\�����A�����`w)cϤX�?��D`�ۧcݶ�J���v������c���~nS/�ֹLR[�lMj�d���+�� Y����
��wS��n�t�cH�r�O�*	$]e���$V��#�Uqx_Ȯ@8���t���ʹ�(��0� @�j۲���m�1'�ԽDy|��ג��*Yo�	�1O|�S�����.�=�xF�׭;NO�$��8�~:n��%�-c���XG�:2�~:� �D���[�Tp�#
�z�#g�#
���DG��U�jS@���������R�Tm2ꛭSk�V;���,���i���1D�n�m+����
���Iԡq�z��;��k�#�����Z������k>��E���dQ|��Wx������~/��_p��%��}dR�uBsN�E<gL�7�}�LV[6w���J�	?�"�
��45|3��8��'!C�i���R�lwj�P���{:u_%k\C��C2
�r��kq
����u��~��u��0���!a�Lm��4s	;����6��p�̈́|K����"y.�1�J�)ߗ#��t��5��S��j
��h��k����p�.��!}�2��F�0mu9T	uK���{�!�Vm�D:2�β�1n1��D�Z�F��%sh!�9����'@N'I�����GQ�G�a�c���b�h	�jqoP
�7�}@��K����HK�^�Ԏ��
)�ؾ֯8O����2U���6��mbM ��ǽ�"��r�ي���2!���E�����DF8�(S�8NR�	d�qlQ�"#��ș����{:��0����R{����k 'N
ˍ��D����^��aD��������+��(]c4٦X};@�-��w�&���BUq[�Q^��L���:b�ޅT�k=fM7֘蘥�e9�F�{Qj��)oZ������`O8����"Ymt_��BlБ&f֝W�'��'Rp�*%����9^hё�1;���U��/P'f�\��,Tf�tVC|[�Z2I��&�O%;X��M���ĺM�6�+�4uK���t�m��^ �C��w��0ڟ�j�+ހ�u?���RY�� �<�2� 
���aj���s?�8��֋8n`=�(Cﲩ�

YF ܳu��'Z)��F6�Y e�W�ĨQ%���A=�	���jygԣM�4U;��@�4zY�C!�H4��:r��x��DB��L���ES�����-�tx�=d[Y٫U�m�.�t�H�ۏR/��H�؃�Ɩ���/0�8@���)w
�=�p�Ǥt��E�+Y��Ӗ�C.m��>�d�GN��az�c���Q�C#C?v�8��P�@s�(�+c
�
EA��Mǎ��2c#4#l8Ih[�V���n4�{��K��O&�����!�.��(��A��z���XR7�mc�t@��S����U���cO4f~�a!(�}V!��� ��;�q��2�#҉[�����ᡶ_!2gs�O�n����_������OF4(�w�塞�B�=����(F�븆�;�p��6B˛�kZN�B��b�� �Mk�o��Je�x��_	�|��s\K��h"J���Dd	�k�#jI�o聨���6fj��8ꯃ��^{�#�A�@�<��G~W�1� �M��,�H�-
�&����;M�U�@�(��3Y�o���#�q˕G�B�#	�p�X�)���@St�윚?M�U�XD��8
�������	�����}�Y��#=�!���4��9��=��N�?7�����-+*7��@�}���F�/_�<����O�醒���&iaN�ZQ���NLϳb�)�G�`�"��B�/��O,FI5��A,Q��}��:���=�;C�#��j����R�q�#B��	`�2��<I�����N�M�pE#Ug��)&�\yf�̵U�)������\(��+�6��w�&��%��P�?��*3y�'��?6��z����чB�1o!�S��?����T	�A��ƞOyV�4�?�8ս<#���?PK-PE[�B�N�5xl/workbook.xmlPK-PE[����	�[Content_Types].xmlPK-
PE[�7�''V_rels/.relsPK-PE[�o��o+�xl/worksheets/sheet1.xmlPK-PE[$͕D�P�xl/_rels/workbook.xml.relsPK-PE[Ѓc'2E
6xl/styles.xmlPK-PE[�
�jg
r2�xl/sharedStrings.xmlPK�d

application/vnd.ms-excel

Sample:
PKPE[��̶5xl/workbook.xml �(�����0��J}�(�-(0�t��݀i"ȏ�T��@ u��;�?��F�Q���������N�1u�
�)Q�3� ;lL�V�˒�`'�h/��t�����!�^ 5m(R��|"�/͞g��h�u��-�~S|��"V����ν�hJ�+e�M�<+�>ooq��g���PKPE[����	�[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
PE[��ԁ''_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="Rb992aba4de814fa9" /></Relationships>PKPE[�o��o+xl/worksheets/sheet1.xml �(����r9�_����u얨$[�@8.,��;o���1e���mDz�������5�_߯nMq�������j=_ޝ�H
��������������0����~��w}3�m~�~�:�l6����˛�b�-���h�z�ZL7����xy}=��=^^~_��6c��W������[f�3���j6��-aq�0�b:���\�i�������p��7f8���?�g������U�Y.������t�v��V����oV������������l��fC*�]���v��{��o���v��ϯ67�y��SQc�����z�\|��Y��>��m9��A�u��v�o��n���ǑW�D����t�O���{J7����Pɇ}>�A�6�^;����������r��!�������{���FGXY�����i�Z�����Z%|T��������T�3q�4�g{I���k�{��@oRaP'uFa�#D����0Ԯ���6��M���:C1�hB4���X�̐X��zȇ6��VfH4j�gP��Dڍ:$�H��h4@���v3�3$͈Є5]��ILU�6�Eg��δĤ)��":¢��9�&W2z GG�C��4���tdn�xW��$&M�$�������-��`Ro�&���4�I�/��2N�
Q&1i�pV����+[�!1i
&����m]���41�*(cbE���*?hո��b��MLZ��3$&������޴��T�Rnlb��$���Z���E�s�1�x��:_�E�X��t6����-��lb�b>�'+�H֫�M,ڐ���́|Y��&m�b �XyW��%��]�G�I+:�Ģ+�GTg�r�N7�Xt�8��#!( o�֐Xte�V���ZG���i����%&���h:�|�s�%&]V��(R�摨��ց�Ĥ�j6��!�*����kJ&&]�����"*�U�%&ݑI�����Z�;�J���G&��
*��O�
�>1�u~�SDMT�;j3$&}����x�z͐��6w�At`����[9a}bһ|��!o��>�2��F�ZE"Z�A�6Cb�gL�/�FP�B��Օ��'&}Q����V��5�'&}(�@W2� `%����`�����rs����i[�V@B�c�Q�
@�S4P�C"�DC����(�U��D$�|	t1SwWfHD��yڂh3{܍ 	>?�HE��U�;Ne��-�������f*j��T��C"�S�N(e���g�D$����`B��f&�@0����u�6��A,�F���Ak[yoL�A�Vi"� M�k�1L��v���âBKϥV��?�`b����=�TӡL7������s����kc�P�{xd��m�*�Rb/{������t��)1��0j�BѱN.D�Ə>8�N>�n�g'���`����?M������t����8S'���}Dӎ�e�y;”����xҎpe�E;—O�PF<kG`�ʈ�XF�c��B��!L��B��O!�	�FaʾB�����_B����� ����(�0u?	!Lݿ���g!���Ea�N&�D��a�N$#2�'�
Sx"��2�'�-�x"�2�'�%-Sy"��2�'�--�Y0��:δ\g����,x�r�s:���N�u��΂?�Y0��:u\g����,x�q��:���R�ul�΂O=ӹ|�΍�S�tn�z�s#��3������He���>�L�F�g:7�O�w�O��,��΂O��,��΂O��,��΂O��,��΂O��,��΂O��,��΂O��,��΂O��,��΂O��|.����O���C�l�ݲiw�\x!����Y!lg���#��٦=B؞=�x���^��l�_�cl�_�c�G�G�n[ۏx�G���u>3ҟ��-xS��[��yW����!�{�u�p:�?
�L�O���Y�;ҿt�M&]�M��yנd� <bx� �%�A2o����y����L
��Kˤ�
��L^uI�G�`acG|�0�q���+Ʒ����6�_Z���0����b��k��F�K�+�$�p�%��]�,��c�1��
(�2*���˨T�xY���cwE��\��}�7O;0m�
Rӣ"5/������W=�գ65��1Z�0��5oz<�m��w]��W�F*[�%>Ho���w�]+<��J0�V\��Z�W>�A6�yQֲ��Co9ξ��̦W���r���v�m�{��PKPE[O~��Pxl/_rels/workbook.xml.rels �(���KN�0@�b͞8	���i7l�-���'Q;��B�Ƃ#q�"A*�`��h~OO��|�Xoߦ�������$FFZ5���S�O�ݬ�4b��f���-�!�+ν�iB�ؙL�h�&1u�Q�#��i�ݒ�Lv�����z��l�i"��W뎾'
��:
-��<��,�T`;��>{�*�*W�(3`�nj>\F�^��B+jTMR���2=:R/��K/��党�Z6uU�օ�U�����PKPE[Ѓ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��PKPE[�
�jg
r2xl/sharedStrings.xml �(��[Yo�8~��?y^%�e�=p��cL���i`�]J��e�#JI<���[$u�"eϾYU�b�XI��c���pE���|b��'3\�e���'/����dFjT$(/��d����/��gд �O^�zw~vF�W�E���8iYmQ
����*��q���l��϶(+Nfq�5kz'����h�r�� ٗO��ǪL����fŏOg��Og�����k�%c����W�6s���R���b���,f��z�gw��+*6X飓|�����
�=����7��*/��q�y��n3cm_�La.`1��Q�C;�U���������5���~��$>{�,��>�BVE<�i�������>+	6�\��U�g�X��ț] �U��E�p�j�P�~��1�� ��m��P�y7�[\l��Ø�Yrr�]���þC{0�o����/�
�
6z��xU������$�����y/��.+�m����7Ԯ��;uQ�r;�9��.�8
}b��g|"wM^g�\�c�8Ϗ@�X�^�
��
�<�5��p��\��a���I��v5D%=�;��k���[[I���P��
�GQ�a�\���Xg�_י���Z!ոǐ��M�[^����7�z�W\���U!(�Ȕ�4$+0����9���-�%y�%������={Ye��8[�����G�7��}	�@q!kX��T�r�S�']@��`�m��(��N㠘	Qg�F����00?%	
%5��r�	�xQ��_/��i�&{�����%�֧5�)�(t\���4�lE`�[T�u�Ci�aHm�����Ӌ}�����g!?0��w׊�zfdȋc�w���6~�	Ɩa�nj�؟Qh�����;wbdϑѪF�A[p��W�
g�a���{G��~p�??�W�4��u�o���sd�Α�;G��v�,!I�i<!��kf��mF�[�_��ݡr�����^�-O��@��C��,*&ڎ�*j�V
x$����7M+Hmc�:��&�mD�04�؝������.��g��O��/��3���u���8u�u�w���@��
0��'�A���3g�i���[ꩨ\���7
dE��:~jDfjv�ũc9�/�=2��V\¬��~�j�B)��dJ�@�/�~\�\�x��6�4l��d�:��,vOjQ����S�2"�X�k��س
4�/��Mظy�w F=,#�ͬ6�	-�(�<󠖶��e������wz��[��5�g��ʫ�AG�����^�\�P�A���=d�RC
�aV]V�c��^�,!#T[�Gc�A�CQ�b�k��z/(����2gm�pɈ�H�~��I�^�f�T��i�������A�����j�փ���5(?�]m�jW�f�[����P\�����A�����`w)cϤX�?��D`�ۧcݶ�J���v������c���~nS/�ֹLR[�lMj�d���+�� Y����
��wS��n�t�cH�r�O�*	$]e���$V��#�Uqx_Ȯ@8���t���ʹ�(��0� @�j۲���m�1'�ԽDy|��ג��*Yo�	�1O|�S�����.�=�xF�׭;NO�$��8�~:n��%�-c���XG�:2�~:� �D���[�Tp�#
�z�#g�#
���DG��U�jS@���������R�Tm2ꛭSk�V;���,���i���1D�n�m+����
���Iԡq�z��;��k�#�����Z������k>��E���dQ|��Wx������~/��_p��%��}dR�uBsN�E<gL�7�}�LV[6w���J�	?�"�
��45|3��8��'!C�i���R�lwj�P���{:u_%k\C��C2
�r��kq
����u��~��u��0���!a�Lm��4s	;����6��p�̈́|K����"y.�1�J�)ߗ#��t��5��S��j
��h��k����p�.��!}�2��F�0mu9T	uK���{�!�Vm�D:2�β�1n1��D�Z�F��%sh!�9����'@N'I�����GQ�G�a�c���b�h	�jqoP
�7�}@��K����HK�^�Ԏ��
)�ؾ֯8O����2U���6��mbM ��ǽ�"��r�ي���2!���E�����DF8�(S�8NR�	d�qlQ�"#��ș����{:��0����R{����k 'N
ˍ��D����^��aD��������+��(]c4٦X};@�-��w�&���BUq[�Q^��L���:b�ޅT�k=fM7֘蘥�e9�F�{Qj��)oZ������`O8����"Ymt_��BlБ&f֝W�'��'Rp�*%����9^hё�1;���U��/P'f�\��,Tf�tVC|[�Z2I��&�O%;X��M���ĺM�6�+�4uK���t�m��^ �C��w��0ڟ�j�+ހ�u?���RY�� �<�2� 
���aj���s?�8��֋8n`=�(Cﲩ�

YF ܳu��'Z)��F6�Y e�W�ĨQ%���A=�	���jygԣM�4U;��@�4zY�C!�H4��:r��x��DB��L���ES�����-�tx�=d[Y٫U�m�.�t�H�ۏR/��H�؃�Ɩ���/0�8@���)w
�=�p�Ǥt��E�+Y��Ӗ�C.m��>�d�GN��az�c���Q�C#C?v�8��P�@s�(�+c
�
EA��Mǎ��2c#4#l8Ih[�V���n4�{��K��O&�����!�.��(��A��z���XR7�mc�t@��S����U���cO4f~�a!(�}V!��� ��;�q��2�#҉[�����ᡶ_!2gs�O�n����_������OF4(�w�塞�B�=����(F�븆�;�p��6B˛�kZN�B��b�� �Mk�o��Je�x��_	�|��s\K��h"J���Dd	�k�#jI�o聨���6fj��8ꯃ��^{�#�A�@�<��G~W�1� �M��,�H�-
�&����;M�U�@�(��3Y�o���#�q˕G�B�#	�p�X�)���@St�윚?M�U�XD��8
�������	�����}�Y��#=�!���4��9��=��N�?7�����-+*7��@�}���F�/_�<����O�醒���&iaN�ZQ���NLϳb�)�G�`�"��B�/��O,FI5��A,Q��}��:���=�;C�#��j����R�q�#B��	`�2��<I�����N�M�pE#Ug��)&�\yf�̵U�)������\(��+�6��w�&��%��P�?��*3y�'��?6��z����чB�1o!�S��?����T	�A��ƞOyV�4�?�8ս<#���?PK-PE[��̶5xl/workbook.xmlPK-PE[����	��[Content_Types].xmlPK-
PE[��ԁ''U_rels/.relsPK-PE[�o��o+�xl/worksheets/sheet1.xmlPK-PE[O~��P�xl/_rels/workbook.xml.relsPK-PE[Ѓc'2E
6xl/styles.xmlPK-PE[�
�jg
r2�xl/sharedStrings.xmlPK�d