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": "J0hxvuzoXUCCGncXhAUl9Q==",
  "pluGuid": "be714827-e8ec-405d-821a-7717840525f5",
  "supplierIdentifier": "xjWZnAVniU6KiOieKxu5HA==",
  "supplierIdentifierGuid": "9c9935c6-6705-4e89-8a88-e89e2b1bb91c",
  "cartonQuantity": 1,
  "cartonQuantityChanged": true,
  "productSize": "sample string 3",
  "cigarettesPerSleeve": 1,
  "randomWeight": true,
  "piecesPerUnit": 5,
  "averagePackSize": 6,
  "effectiveDate": "2025-08-02T23:25:32.0974614",
  "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-08-02T23:25:32.0974614",
  "rebate": 1.0,
  "rebateExclude": true,
  "invoiceCodes": [
    {
      "$id": "2",
      "pluG_UID": "9Cv0MFh4Q0WSWeYg4lqJyA==",
      "pluGuid": "30f42bf4-7858-4543-9259-e620e25a89c8",
      "supplierIdentifier": "S6Ts7r9V60uYU85dMNPzlw==",
      "supplierIdentifierGuid": "eeeca44b-55bf-4beb-9853-ce5d30d3f397",
      "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": "janyi0Lbs0uXqv0klesuZw==",
  "parentPluGuid": "8bf2a98d-db42-4bb3-97aa-fd2495eb2e67",
  "freight": 45.0,
  "freightType": 1,
  "product": {
    "$id": "3",
    "plu": 1,
    "storeID": 1,
    "masterPluG_UID": "QEA=",
    "storeIDs": [
      1,
      2
    ],
    "g_UId": "V/30n7xJtkqO5xtGPiSZEg==",
    "guid": "9ff4fd57-49bc-4ab6-8ee7-1b463e249912",
    "apn": "sample string 1",
    "apnChanged": true,
    "apnSwitched": true,
    "barcode": "sample string 4",
    "itemNumber": "sample string 5",
    "itemNumberChanged": true,
    "priceGroupG_UID": "P+idHG2fH0m5UvaQ/aPVQQ==",
    "priceGroupGuid": "1c9de83f-9f6d-491f-b952-f690fda3d541",
    "blueprintID": 1,
    "lastCountedDate": "2025-08-02T23:25:32.0974614",
    "externalID": "sample string 7",
    "active": true,
    "activated": "2025-08-02T23:25:32.0974614",
    "pluCreated": "2025-08-02T23:25:32.0974614",
    "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-08-02T23:25:32.0974614",
    "lastManualUpdate": "2025-08-02T23:25:32.0974614",
    "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-08-02T23:25:32.0974614",
    "currentCostUpdated": "2025-08-02T23:25:32.0974614",
    "costDecimals": 31,
    "costChanged": true,
    "dealCostIdentifier": "QEA=",
    "excludeFromRebate": true,
    "rebateOverride": 1,
    "costCalcMethod": 32,
    "costCalcMethodChanged": true,
    "costEffectiveDate": "2025-08-02T23:25:32.0974614",
    "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,
    "awsUpdated": "2025-08-02T23:25:32.0974614",
    "posTare": 1,
    "altPrice": 1.0,
    "altPriceChanged": true,
    "altPriceMode": 53,
    "altPriceModeChanged": true,
    "altPLUG_UID": "4tKF+NNEJkKOp4sL2kRJug==",
    "altPLUGuid": "f885d2e2-44d3-4226-8ea7-8b0bda4449ba",
    "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-08-02T23:25:32.0974614",
    "labelLastPrice": 1,
    "shelfPageLayoutG_UID": "7sdwb1lLtUuMOx2RCb1Z2g==",
    "shelfPageLayoutGuid": "6f70c7ee-4b59-4bb5-8c3b-1d9109bd59da",
    "talkerPageLayoutG_UID": "NEua8jkYnE2pdH/V/cIXRw==",
    "talkerPageLayoutGuid": "f29a4b34-1839-4d9c-a974-7fd5fdc21747",
    "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": "IVc/n4mp9Ua99mEiiFHK6g==",
    "inventoryIdentifier": "9f3f5721-a989-46f5-bdf6-61228851caea",
    "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": "Q9NRAZo06kupUxs3yvqdqw==",
    "parentPluGuid": "0151d343-349a-4bea-a953-1b37cafa9dab",
    "preferredHostVendor": 104,
    "preferredHostChanged": true,
    "code": "sample string 106",
    "supplierIdentifier": "Gg6uUVKW2katpM4cRfzscQ==",
    "supplierIdentifierGuid": "51ae0e1a-9652-46da-ada4-ce1c45fcec71",
    "supplierChanged": true,
    "rebateSupplierIdentifier": "afqE2Ni+U0K2gH+1tiUCTQ==",
    "rebateSupplierIdentifierGuid": "d884fa69-bed8-4253-b680-7fb5b625024d",
    "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-08-02T23:25:32.0974614",
    "commodity": "sample string 121",
    "businessPillar": "sample string 122",
    "mscCommodity": "sample string 123",
    "hostIdentifier": "1oPKIUzFSEKZA1vnI/UVaw==",
    "hostIdentifierGuid": "21ca83d6-c54c-4248-9903-5be723f5156b",
    "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-08-02T23:25:32.0974614",
      "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": "AvB32NQ/AUGVg6S/pGpQkA==",
      "hostIdentifierGuid": "d877f002-3fd4-4101-9583-a4bfa46a5090",
      "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-08-02T23:25:32.0974614",
      "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": "2C3se98tHkqWwtlDkLlhog==",
          "hostIdentifierGuid": "7bec2dd8-2ddf-4a1e-96c2-d94390b961a2",
          "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": "r24E0Xj9QEqijEkk/9lb6w==",
            "identifierGuid": "d1046eaf-fd78-4a40-a28c-4924ffd95beb",
            "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": "ZjvFVZV1ZEqR/O3rIAEK0A==",
            "hostSupplierIdentifierGuid": "55c53b66-7595-4a64-91fc-edeb20010ad0",
            "loyaltyPriceLevelIdentifier": "rza9ArMiwkWXm5rJYO8gFQ==",
            "loyaltyPriceLevelIdentifierGuid": "02bd36af-22b3-45c2-979b-9ac960ef2015",
            "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-08-02T23:25:32.0974614",
            "lastProcessed": "2025-08-02T23:25:32.0974614",
            "hold": true,
            "supplierName": "sample string 35",
            "supplier": {
              "$id": "8",
              "identifier": "fKAr/ObLlU2tfHco4QPpvQ==",
              "identifierGuid": "fc2ba07c-cbe6-4d95-ad7c-7728e103e9bd",
              "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": "PE0eqz33YEuyvgqmW3q/4w==",
              "primaryContactID": "ab1e4d3c-f73d-4b60-b2be-0aa65b7abfe3",
              "storeID": 1,
              "abn": "sample string 16",
              "supplierGroupIdentifier": "xs4EN9ca60apU7KpEvrw/Q==",
              "supplierGroupGuid": "3704cec6-1ad7-46eb-a953-b2a912faf0fd",
              "rebate": 1.0,
              "rebateType": 1,
              "rebateFrequency": 1,
              "rebateSource": 1,
              "rebateLastClaimed": "2025-08-02T23:25:32.0974614",
              "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": "7e2e642c-00a8-4bb7-a8af-0fcd270e0d92",
                "identifier": "RtRNTQClXEuT/Sxy6y6lxg==",
                "identifierGuid": "4d4dd446-a500-4b5c-93fd-2c72eb2ea5c6",
                "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": "7DdN38GRXEemQQI4WhsLUw==",
                  "supplierIdentifierGuid": "df4d37ec-91c1-475c-a641-02385a1b0b53",
                  "contactGuid": "KtApLfFhXkCHV3D5LPrRIQ==",
                  "contactID": "2d29d02a-61f1-405e-8757-70f92cfad121",
                  "contact": {
                    "$ref": "9"
                  },
                  "supplier": {
                    "$ref": "8"
                  }
                },
                {
                  "$ref": "10"
                }
              ],
              "products": [
                {
                  "$ref": "1"
                },
                {
                  "$ref": "1"
                }
              ],
              "orderCycleHeaders": [
                {
                  "$id": "11",
                  "storeID": 1,
                  "supplierIdentifier": "f34Dd6/MjE2rS/kcrlyOMw==",
                  "supplierGuid": "77037e7f-ccaf-4d8c-ab4b-f91cae5c8e33",
                  "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": "b+RUiEK4nUiTFOenhV546Q==",
                  "supplierGuid": "8854e46f-b842-489d-9314-e7a7855e78e9",
                  "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-08-02T23:25:32.0974614",
                  "deliveryDate": "2025-08-02T23:25:32.0974614",
                  "nextCutOffDate": "2025-08-02T23:25:32.0974614",
                  "nextDeliveryDate": "2025-08-02T23:25:32.0974614",
                  "nextDaysBuffer": 10
                },
                {
                  "$ref": "12"
                }
              ],
              "store": {
                "$ref": "4"
              },
              "updated": "2025-08-02T23:25:32.0974614",
              "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-08-02T23:25:32.0974614",
                "processed": "2025-08-02T23:25:32.0974614",
                "isProcessing": true,
                "processedCount": 6,
                "processingTime": 1,
                "collectedUtc": "2025-08-02T23:25:32.0974614",
                "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-08-02T23:25:32.0974614",
                  "businessPillar": "sample string 3",
                  "fileType": "sample string 4"
                }
              },
              {
                "$ref": "13"
              }
            ],
            "zoneMatrix": [
              {
                "$id": "15",
                "id": 1,
                "hostIdentifier": "ncSXmbPTX0CJffTpW18wLw==",
                "hostIdentifierGuid": "9997c49d-d3b3-405f-897d-f4e95b5f302f",
                "storeID": 1,
                "departmentCode": "sample string 2",
                "hostGuids": [
                  "bda371da-f5de-4d0e-8699-b89aa69d33c5",
                  "ef08c2ab-7d67-488e-8856-a6d3b0138ab3"
                ]
              },
              {
                "$ref": "15"
              }
            ],
            "hostFileStoreSetting": {
              "$ref": "6"
            },
            "hostStoreSettings": [
              {
                "$ref": "6"
              },
              {
                "$ref": "6"
              }
            ],
            "promotionPlacements": [
              {
                "$id": "16",
                "identifier": "8GR/xPo4uEGKYOynK4quSQ==",
                "identifierGuid": "c47f64f0-38fa-41b8-8a60-eca72b8aae49",
                "code": "sample string 2",
                "description": "sample string 3",
                "isAdvertised": true
              },
              {
                "$ref": "16"
              }
            ],
            "promoTypeGuids": [
              "0203ce68-df99-4af5-ab05-1a57957b1533",
              "70c45f46-1920-4adb-b550-db63a59e40d2"
            ],
            "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-08-02T23:25:32.0974614",
          "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": "a22f4ccf-0272-404e-8bb1-5e1945ba8d31",
      "updateStore": {
        "$id": "22",
        "id": "fff98962-d5c6-4efb-b639-b1128915679c",
        "name": "sample string 1",
        "lastActivity": "2025-08-02T23:25:32.0974614",
        "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-08-02T23:25:32.0974614"
      },
      "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": "fyRWpIQjYUyNPtw1/H97PA==",
        "pluGuid": "a456247f-2384-4c61-8d3e-dc35fc7f7b3c",
        "plu": 1,
        "storeID": 1,
        "zoneID": 2,
        "zoneName": "sample string 3",
        "store": "sample string 4",
        "priceNow": 5,
        "costNow": 6,
        "costNowDecimals": 7,
        "normalPrice": 8,
        "gstPercent": 9,
        "normalCost": 10,
        "normalCostDecimals": 11,
        "costGstPercent": 12,
        "costCalcMethod": 1,
        "currentCost": 13,
        "currentCostDecimals": 14,
        "break1": 15,
        "price1": 16,
        "break2": 17,
        "price2": 18,
        "break3": 19,
        "price3": 20,
        "fuelItem": 21,
        "fixedWeight": 22,
        "active": true,
        "complianceIndicator": "sample string 23",
        "doNotOrder": true,
        "doNotRange": true,
        "isNormalPriceChangesCampaign": true,
        "updated": "2025-08-02T23:25:32.0974614"
      },
      {
        "$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-08-02T23:25:32.0974614",
        "priceChangeType": 0,
        "costDecimals": 10
      },
      "normalPluPrices": {
        "$ref": "26"
      },
      "winningCampaign": 1,
      "winner": {
        "$id": "27",
        "campaignName": "sample string 1",
        "campaignDescription": "sample string 2",
        "startDate": "2025-08-02T23:25:32.0974614",
        "startTime": 3,
        "endDate": "2025-08-02T23:25:32.0974614",
        "endTime": 4,
        "newPrice": 5,
        "newCost": 6,
        "newCostDecimals": 7,
        "pctDiscount": 8,
        "promoType": 1,
        "promotionTypeCode": "sample string 9",
        "hostType": 10,
        "hostIdentifier": "b1Eh+RIW2k2fsEV9kO6KvQ==",
        "hostIdentifierGuid": "f921516f-1612-4dda-9fb0-457d90ee8abd",
        "storeNames": [
          "sample string 1",
          "sample string 2"
        ]
      },
      "details": [
        {
          "$ref": "27"
        },
        {
          "$ref": "27"
        }
      ]
    },
    "tray": {
      "$id": "28",
      "g_UId": "iEZeq58yGkaN2WSd+e+L1w==",
      "guid": "ab5e4688-329f-461a-8dd9-649df9ef8bd7",
      "name": "sample string 1",
      "number": 1,
      "tare": 1
    },
    "priceGroup": {
      "$id": "29",
      "priceGroupG_UID": "aUFg0XyfMUmRJ/wO9JnySg==",
      "priceGroupGuid": "d1604169-9f7c-4931-9127-fc0ef499f24a",
      "name": "sample string 2",
      "code": 1,
      "modified": true,
      "updated": "2025-08-02T23:25:32.0974614",
      "buyingLimit": 1,
      "buyingLimitIndependent": true,
      "buyingLimitType": 0,
      "number": 1,
      "products": [
        {
          "$ref": "3"
        },
        {
          "$ref": "3"
        }
      ],
      "productCount": 1
    },
    "priceGroupName": "sample string 146",
    "nutrifacts": {
      "$id": "30",
      "pluG_UID": "RJHQCkWP6EqBzuIiUda5dA==",
      "pluGuid": "0ad09144-8f45-4ae8-81ce-e22251d6b974",
      "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": "0d086c1d-7ccb-41a0-b15d-3e2f7e162c3c",
      "created": "2025-08-02T23:25:32.0974614",
      "createdByUser": "sample string 1",
      "activated": "2025-08-02T23:25:32.0974614",
      "deactivated": "2025-08-02T23:25:32.0974614",
      "lastOrdered": "2025-08-02T23:25:32.0974614",
      "lastOrderedQty": 2.0,
      "lastReceived": "2025-08-02T23:25:32.0974614",
      "lastReceivedQty": 3.0,
      "lastInvoiceStatus": 1,
      "lastCounted": "2025-08-02T23:25:32.0974614",
      "lastSold": "2025-08-02T23:25:32.0974614",
      "firstSold": "2025-08-02T23:25:32.0974614",
      "awsUpdated": "2025-08-02T23:25:32.0974614",
      "lastManualUpdate": "2025-08-02T23:25:32.0974614",
      "lastManualUpdatedByUser": "sample string 5",
      "lastUpdated": "2025-08-02T23:25:32.0974614",
      "lastUpdatedByUser": "sample string 7",
      "lastUpdatedByHost": "2025-08-02T23:25:32.0974614",
      "doNotRangeUpdated": "2025-08-02T23:25:32.0974614",
      "doNotOrderUpdated": "2025-08-02T23:25:32.0974614",
      "tracked": "2025-08-02T23:25:32.0974614"
    },
    "allergens": [
      {
        "$id": "32",
        "allergenID": 1,
        "pluG_UID": "mA5og/WwP0Kivb/g2gj1xA==",
        "pluGuid": "83680e98-b0f5-423f-a2bd-bfe0da08f5c4",
        "contains": 2,
        "allergenName": "sample string 3",
        "storeIDs": [
          1,
          2
        ]
      },
      {
        "$ref": "32"
      }
    ],
    "costs": {
      "$id": "33",
      "pluG_UID": "PVZq268bgUiGIspvBSrBNA==",
      "pluGuid": "db6a563d-1baf-4881-8622-ca6f052ac134",
      "enteredCost": 1,
      "weightedAvgCost": 1,
      "lastCost": 1,
      "rawEnteredCost": 2,
      "rawWeightedAvgCost": 3,
      "rawLastCost": 4,
      "freight": 5.0,
      "freightType": 6,
      "costDecimals": 7,
      "fifoCost": 1,
      "updated": "2025-08-02T23:25:32.0974614",
      "normalCost": 1,
      "currentCost": 1
    },
    "sales": [
      {
        "$id": "34",
        "saleHeaderID": 1,
        "created": "2025-08-02T23:25:32.0974614",
        "createdLocal": "2025-08-02T23:25:32.0974614",
        "storeID": 3,
        "storeName": "sample string 4",
        "operatorG_Uid": "t4hBgTZ9G0uD+L43N8bgEA==",
        "operatorGuid": "814188b7-7d36-4b1b-83f8-be3737c6e010",
        "operatorName": "sample string 5",
        "tranType": 1,
        "plu": 1,
        "pluG_UId": "6kXI5gSUEk+MO5hCdYPdMw==",
        "pluGuid": "e6c845ea-9404-4f12-8c3b-98427583dd33",
        "normalPrice": 1,
        "totalCents": 1,
        "cost": 1,
        "grossProfit": 1,
        "quantity": 1,
        "operator": {
          "$id": "35",
          "id": 1,
          "g_Uid": "YB5FacDZ6UeuVotYpQu3Ag==",
          "guid": "69451e60-d9c0-47e9-ae56-8b58a50bb702",
          "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-08-02T23:25:32.0974614",
          "passwordResetRequired": true,
          "alteredInStore": true,
          "startShift": "2025-08-02T23:25:32.0974614",
          "endShift": "2025-08-02T23:25:32.0974614",
          "machineName": "sample string 20",
          "drawerID": 1,
          "stores": [
            {
              "$id": "36",
              "operatorG_UID": "JJdFTxH89Eiuk2XrdKdRHw==",
              "operatorGuid": "4f459724-fc11-48f4-ae93-65eb74a7511f",
              "storeID": 2,
              "operator": {
                "$ref": "35"
              },
              "store": {
                "$ref": "4"
              }
            },
            {
              "$ref": "36"
            }
          ]
        }
      },
      {
        "$ref": "34"
      }
    ],
    "apns": [
      {
        "$id": "37",
        "pluID": 1,
        "pluG_UID": "lPs9RBl5Z0+Z6Q9ylVqI8w==",
        "pluGuid": "443dfb94-7919-4f67-99e9-0f72955a88f3",
        "apn": "sample string 1",
        "deleted": true,
        "storeID": 1,
        "storeIDs": [
          1,
          2
        ]
      },
      {
        "$ref": "37"
      }
    ],
    "tuns": [
      {
        "$id": "38",
        "pluG_UId": "ooXEngX+FE+8Ih1Ob2bAsw==",
        "pluGuid": "9ec485a2-fe05-4f14-bc22-1d4e6f66c0b3",
        "apn": "sample string 1",
        "tun": "sample string 2",
        "cartonQuantity": 3,
        "product": {
          "$ref": "3"
        },
        "storeIDs": [
          1,
          2
        ]
      },
      {
        "$ref": "38"
      }
    ],
    "competitionPricing": [
      {
        "$id": "39",
        "identifier": "cZxDZESqbEOEzzN+aXNg2Q==",
        "identifierGuid": "64439c71-aa44-436c-84cf-337e697360d9",
        "pluG_UID": "nQW5o74yI0abmdm4A2RqnQ==",
        "pluGuid": "a3b9059d-32be-4623-9b99-d9b803646a9d",
        "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": "tDy7aSVX1UeD/YcM0j08VQ==",
        "groupName": "sample string 1",
        "identifierGuid": "69bb3cb4-5725-47d5-83fd-870cd23d3c55",
        "exists": true,
        "flipChartIdentifier": "odpOUNG8t0edkAuG/7tlug==",
        "flipChartIdentifierGuid": "504edaa1-bcd1-47b7-9d90-0b86ffbb65ba",
        "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": "novm2Gb2IUme7JL6phxFWw==",
        "groupIdentifierGuid": "d8e68b9e-f666-4921-9eec-92faa61c455b",
        "flipChart": {
          "$id": "41",
          "identifier": "6ALNhM7GrkCWnNQRcEGK6Q==",
          "identifierGuid": "84cd02e8-c6ce-40ae-969c-d41170418ae9",
          "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": "DLdY4Is8kECZ8LBO3Beu7g==",
            "identifierGuid": "e058b70c-3c8b-4090-99f0-b04edc17aeee",
            "name": "sample string 2",
            "formType": "sample string 3",
            "forms": [
              {
                "$id": "43",
                "id": 1,
                "g_UID": "tkOlVSapJ0uOLTzSHnpvRA==",
                "guid": "55a543b6-a926-4b27-8e2d-3cd21e7a6f44",
                "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": "Oi5iwTDUH02KMMp4ylvUbA==",
                "previousFormGuid": "c1622e3a-d430-4d1f-8a30-ca78ca5bd46c",
                "nextForm": 1,
                "nextFormG_UID": "A6DwPDxrQ0OZJxar7Z3gzA==",
                "nextFormGuid": "3cf0a003-6b3c-4343-9927-16abed9de0cc",
                "attributes": "sample string 10",
                "updated": "2025-08-02T23:25:32.0974614",
                "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": "pDqXp4K0YkitKoCO1DA2qA==",
                    "checkoutFormGuid": "a7973aa4-b482-4862-ad2a-808ed43036a8",
                    "identifier": "HPv6gz9RUU6Lymp8zWbyxA==",
                    "identifierGuid": "83fafb1c-513f-4e51-8bca-6a7ccd66f2c4",
                    "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": "K+O9wWkisUO/uxQew4yYYw==",
                    "valueGuid": "c1bde32b-2269-43b1-bfbb-141ec38c9863",
                    "buttonText": "sample string 10",
                    "valueText": "sample string 11",
                    "drawImageAndButton": true,
                    "updated": "2025-08-02T23:25:32.0974614",
                    "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-08-02T23:25:32.0974614",
                      "imageData": "QEA=",
                      "readOnly": true
                    }
                  },
                  {
                    "$ref": "44"
                  }
                ],
                "panels": [
                  {
                    "$id": "46",
                    "id": 1,
                    "checkoutFormID": 2,
                    "checkoutFormG_UID": "I9qZUZKNv0WlPiZyPFRzig==",
                    "checkoutFormGuid": "5199da23-8d92-45bf-a53e-26723c54738a",
                    "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": "o+YRZ7bIT0GchAcLFD8fNQ==",
            "flipChartPageIdentifierGuid": "6711e6a3-c8b6-414f-9c84-070b143f1f35",
            "pluG_UID": "gOPwdKrjBUW8+1ZyWSrxnA==",
            "pluGuid": "74f0e380-e3aa-4505-bcfb-5672592af19c",
            "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": "j3jlBbxq80+jX+yymY8Ylg==",
        "pluGuid": "05e5788f-6abc-4ff3-a35f-ecb2998f1896",
        "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-08-02T23:25:32.0974614",
        "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": "ME8OZoLdcUakoJqYgZnjgQ==",
        "ingredientGuid": "5QGh+KnxMUGTPDLRy0qqpQ==",
        "ingredientIdentifier": "f8a101e5-f1a9-4131-933c-32d1cb4aaaa5",
        "quantity": 1.0,
        "storeIDs": [
          1,
          2
        ],
        "ingredientText": "sample string 1",
        "ingredient": {
          "$ref": "3"
        }
      },
      {
        "$ref": "49"
      }
    ],
    "bins": [
      {
        "$id": "50",
        "pluG_UID": "YndhMbtHEECcjsuxcDpSGg==",
        "pluGuid": "31617762-47bb-4010-9c8e-cbb1703a521a",
        "shelfLocationIdentifier": "PYHKmgvFtUeF6QiXGIojjA==",
        "shelfLocationGuid": "9aca813d-c50b-47b5-85e9-0897188a238c",
        "labelShelfDefault": 1,
        "labelTalkerDefault": 1,
        "labelSmall": true,
        "labelPageLayoutG_UID": "LBpuR9FLk0mJS3+aegJRyQ==",
        "labelPageLayoutGuid": "476e1a2c-4bd1-4993-894b-7f9a7a0251c9",
        "updated": "2025-08-02T23:25:32.0974614",
        "electronicShelfLabelIdentifier": "sample string 5",
        "electronicshelfLabelsConfigurationID": 6,
        "labelShelfChanged": true,
        "productName": "sample string 8",
        "locationText": "sample string 9",
        "product": {
          "$ref": "3"
        },
        "location": {
          "$id": "51",
          "identifier": "2B2moo36k0ufA8A7egpu+A==",
          "storeID": 1,
          "identifierGuid": "a2a61dd8-fa8d-4b93-9f03-c03b7a0a6ef8",
          "name": "sample string 2",
          "haccp": true,
          "blueprintID": 1,
          "updated": "2025-08-02T23:25:32.0974614",
          "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": "1/qOj08uQUWLyGKDPiKLaw==",
        "pluGuid": "8f8efad7-2e4f-4541-8bc8-62833e228b6b",
        "deptNo": 1,
        "product": {
          "$ref": "3"
        },
        "scaleLocation": {
          "$id": "53",
          "id": 1,
          "deptNo": 1,
          "deptCode": "sample string 2",
          "name": "sample string 3",
          "enabled": true,
          "updated": "2025-08-02T23:25:32.0974614",
          "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-08-02T23:25:32.0974614",
                        "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": "etnr010SiECexJM0R5UDnA==",
                        "labelPageLayoutGuid": "d3ebd97a-125d-4088-9ec4-93344795039c",
                        "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-08-02T23:25:32.0974614",
                    "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": "57ZXO3+FOEejSaGRXQTw1A==",
                    "labelPageLayoutGuid": "3b57b6e7-857f-4738-a349-a1915d04f0d4",
                    "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-08-02T23:25:32.0974614",
                "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": "oFv9VI0Cl0qSxpy3c3kX9g==",
                "labelPageLayoutGuid": "54fd5ba0-028d-4a97-92c6-9cb7737917f6",
                "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-08-02T23:25:32.0974614",
            "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": "StdI5IkBuEeTqjQod7134g==",
            "labelPageLayoutGuid": "e448d74a-0189-47b8-93aa-342877bd77e2",
            "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": "DuWl2qU3d0uzKKqCnhSYoQ==",
      "pluGuid": "daa5e50e-37a5-4b77-b328-aa829e1498a1",
      "newPrice": 1,
      "pctDiscount": 1,
      "newCost": 1,
      "newCostDecimals": 6,
      "dealCostIdentifier": "M9qNGPsWz0O3BGH/W58GEg==",
      "dealCostGuid": "188dda33-16fb-43cf-b704-61ff5b9f0612",
      "pluName": "sample string 7",
      "apn": "sample string 8",
      "fuelItem": true,
      "priceGroupG_UID": "YOwURbDPdEepk6pz0ve1qQ==",
      "priceGroupGuid": "4514ec60-cfb0-4774-a993-aa73d2f7b5a9",
      "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-08-02T23:25:32.0974614",
      "rrp": 26,
      "campaignDescription": "sample string 27",
      "campaignComboPriceGroupG_UID": "q/97yhq3kkqhGP9FRjqvJg==",
      "campaignComboPriceGroupIdentifier": "ca7bffab-b71a-4a92-a118-ff45463aaf26",
      "promotionPlacementDescription": "sample string 28",
      "storeAcceptances": [
        {
          "$id": "63",
          "plu": 1,
          "pluG_UId": "QEA=",
          "campaignID": 1,
          "campaignName": "sample string 2",
          "storeID": 3,
          "acceptedUtc": "2025-08-02T23:25:32.0974614",
          "operatorG_UID": "6yuGs506B0KIWI+Ycq9zlg==",
          "operatorGuid": "b3862beb-3a9d-4207-8858-8f9872af7396",
          "machineID": 1,
          "processed": true,
          "appliedUtc": "2025-08-02T23:25:32.0974614",
          "signIqTicketFileMovedUtc": "2025-08-02T23:25:32.0974614",
          "user": "sample string 6",
          "campaignDescription": "sample string 7",
          "productDesc": "sample string 8",
          "storeName": "sample string 9",
          "effectiveUtc": "2025-08-02T23:25:32.0974614",
          "priceChangeType": 0,
          "operatorName": "sample string 10",
          "hostCampaign": true,
          "product": {
            "$ref": "3"
          },
          "campaignPlu": {
            "$ref": "62"
          }
        },
        {
          "$ref": "63"
        }
      ],
      "campaign": {
        "$id": "64",
        "id": 1,
        "storeID": 2,
        "name": "ab5c1f02-9f58-4a4d-b4a6-0d93947acd2e",
        "nameGuid": "ab5c1f02-9f58-4a4d-b4a6-0d93947acd2e",
        "description": "sample string 4",
        "showDiscounts": true,
        "showTotals": true,
        "onlyEvaluateOnSubtotal": true,
        "useDescription": true,
        "campaignType": 1,
        "startDate": "2025-08-02T23:25:32.0974614",
        "startTime": 1,
        "endDate": "2025-08-02T23:25:32.0974614",
        "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-08-02T23:25:32.0974614",
        "system": true,
        "created": "2025-08-02T23:25:32.0974614",
        "updated": "2025-08-02T23:25:32.0974614",
        "priceChangeNotifiedUtc": "2025-08-02T23:25:32.0974614",
        "promoType": 1,
        "promotionTypeCode": "sample string 13",
        "hostIdentifier": "jwGpY5mcpU2jV+I9yqdwBA==",
        "hostIdentifierGuid": "63a9018f-9c99-4da5-a357-e23dcaa77004",
        "hostType": 14,
        "createdByUser": "sample string 15",
        "fromHost": true,
        "deleted": true,
        "campaignDeleted": "2025-08-02T23:25:32.0974614",
        "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": "ctcaKpYM7U2pGbDmDpyjqw==",
            "pluGuid": "2a1ad772-0c96-4ded-a919-b0e60e9ca3ab",
            "hostOfferID": 1,
            "priceGroupG_UID": "erkZlUB6+kOUiB6GczXD/A==",
            "priceGroupGuid": "9519b97a-7a40-43fa-9488-1e867335c3fc",
            "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-08-02T23:25:32.0974614",
            "rrp": 17,
            "campaignDescription": "sample string 18",
            "product": {
              "$ref": "3"
            },
            "campaign": {
              "$ref": "64"
            }
          },
          {
            "$ref": "65"
          }
        ],
        "sellingRules": [
          {
            "$id": "66",
            "id": 1,
            "identifier": "Ibqhcletz0qUDcPHOKO1Rw==",
            "identifierStr": "Ibqhcletz0qUDcPHOKO1Rw==",
            "identifierGuid": "72a1ba21-ad57-4acf-940d-c3c738a3b547",
            "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": "Go5s/FHzE02RemAMMvyJsA==",
            "customerIDGuid": "fc6c8e1a-f351-4d13-917a-600c32fc89b0",
            "campaign": {
              "$ref": "64"
            },
            "customer": {
              "$id": "68",
              "identifier": "7LSRu8kSc0ulf8CbAlNblw==",
              "identifierGuid": "bb91b4ec-12c9-4b73-a57f-c09b02535b97",
              "code": "sample string 2",
              "familyName": "sample string 3",
              "givenName": "sample string 4",
              "otherName": "sample string 5",
              "title": "sample string 6",
              "dateOfBirth": "2025-08-02T23:25:32.0974614",
              "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": "4Gab1u6aAkCMWdZdalB5Pw==",
              "communityIdentifierGuid": "d69b66e0-9aee-4002-8c59-d65d6a50793f",
              "joined": "2025-08-02T23:25:32.0974614",
              "updated": "2025-08-02T23:25:32.0974614",
              "active": true,
              "reasonInactive": 1,
              "groupCustomer": true,
              "loyaltyPoints": 1,
              "homeStoreID": 1,
              "availableSpend": 1,
              "priceLevelIdentifier": "4nJdYDYldEusQcti6BRznA==",
              "priceLevelIdentifierGuid": "605d72e2-2536-4b74-ac41-cb62e814739c",
              "marketingID": "sample string 18",
              "hidden": true,
              "registered": true,
              "registeredOn": "2025-08-02T23:25:32.0974614",
              "emailMarketing": true,
              "smsMarketing": true,
              "deleted": true,
              "deletedUser": "sample string 24",
              "homeStoreName": "sample string 25",
              "customerCards": [
                {
                  "$id": "69",
                  "cardType": 2,
                  "issueDate": "2025-08-02T23:25:32.0974614",
                  "expiry": "2025-08-02T23:25:32.0974614",
                  "customerID": "hF9JysViJkGZUT+bER+l+A==",
                  "customerIDGuid": "ca495f84-62c5-4126-9951-3f9b111fa5f8",
                  "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-08-02T23:25:32.0974614",
                  "linkedAccount": "hmMSfOFV1kGUbX1dspR3mg==",
                  "linkedAccountGuid": "7c126386-55e1-41d6-946d-7d5db294779a",
                  "currentValueChanged": true,
                  "limitsChanged": true,
                  "customer": {
                    "$ref": "68"
                  },
                  "account": {
                    "$id": "70",
                    "id": 1,
                    "identifier": "7LkDZgkMLkSqWqm33s0kKg==",
                    "identifierGuid": "6603b9ec-0c09-442e-aa5a-a9b7decd242a",
                    "referenceNo": "sample string 3",
                    "name": "sample string 4",
                    "created": "2025-08-02T23:25:32.0974614",
                    "owner": "exfSvmL/kkic71GOl2fIwg==",
                    "ownerGuid": "bed2177b-ff62-4892-9cef-518e9767c8c2",
                    "accountStoreGroupIdentifier": "wGavEyBGiUe+eVo3mBEQVA==",
                    "accountStoreGroupGuid": "13af66c0-4620-4789-be79-5a3798111054",
                    "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-08-02T23:25:32.0974614",
                    "active": true,
                    "updated": "2025-08-02T23:25:32.0974614",
                    "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": "1ZkKm2Sm/06EC2kRmbtyRQ==",
                        "identifierGuid": "9b0a99d5-a664-4eff-840b-691199bb7245",
                        "name": "sample string 2",
                        "primaryContact": "Qu8Byl+jCU2bssmVSFK7pA==",
                        "primaryContactGuid": "ca01ef42-a35f-4d09-9bb2-c9954852bba4",
                        "accountID": "+SzHwo3zAEaysjnEnCQSaA==",
                        "accountIDGuid": "c2c72cf9-f38d-4600-b2b2-39c49c241268",
                        "special": true,
                        "updated": "2025-08-02T23:25:32.0974614",
                        "active": true,
                        "reasonInactive": 1,
                        "priceLevelIdentifier": "UPWk5K39Ek6dY2W3GfkIGA==",
                        "priceLevelIdentifierGuid": "e4a4f550-fdad-4e12-9d63-65b719f90818",
                        "deleted": true,
                        "account": {
                          "$ref": "70"
                        },
                        "primaryContactCustomer": {
                          "$ref": "68"
                        },
                        "customerGroupMembers": [
                          {
                            "$id": "73",
                            "id": 1,
                            "groupID": "b6lgiNYK90GGZt29TAUxiw==",
                            "groupIDGuid": "8860a96f-0ad6-41f7-8666-ddbd4c05318b",
                            "customerID": "cUTOjfud4UueP6oMtS8SIg==",
                            "customerIDGuid": "8dce4471-9dfb-4be1-9e3f-aa0cb52f1222",
                            "card": "sample string 4",
                            "linkedAccount": "lRzBI92eMECxUFix4sb/aQ==",
                            "linkedAccountGuid": "23c11c95-9edd-4030-b150-58b1e2c6ff69",
                            "customer": {
                              "$ref": "68"
                            },
                            "group": {
                              "$ref": "72"
                            },
                            "customerCard": {
                              "$ref": "69"
                            }
                          },
                          {
                            "$ref": "73"
                          }
                        ]
                      },
                      {
                        "$ref": "72"
                      }
                    ]
                  },
                  "payments": [
                    {
                      "$id": "74",
                      "id": 1,
                      "identifier": "3pw03AiJYEmvwuHWh1Yn1Q==",
                      "identifierGuid": "dc349cde-8908-4960-afc2-e1d6875627d5",
                      "storeID": 2,
                      "operatorName": "sample string 3",
                      "saleHeaderID": 4,
                      "paymentType": 5,
                      "amount": 6,
                      "account": "sample string 7",
                      "accountID": "+TjBxQjk5UCrZ9Yv3/De5A==",
                      "accountIDGuid": "c5c138f9-e408-40e5-ab67-d62fdff0dee4",
                      "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-08-02T23:25:32.0974614",
                      "invRocNo": "sample string 14",
                      "responseCode": "sample string 15",
                      "cashout": 1,
                      "tip": 16,
                      "idempotentVoid": "UQj+keAi8kiuiIAMQ7mdxw==",
                      "idempotentVoidGuid": "91fe0851-22e0-48f2-ae88-800c43b99dc7",
                      "offline": true,
                      "processed": 1,
                      "storeSaleHeader": {
                        "$id": "75",
                        "saleHeaderID": 1,
                        "saleHeaderGuid": "izkWvQwzZ0+GSv8T8DZhRw==",
                        "saleHeaderIdentifierGuid": "bd16398b-330c-4f67-864a-ff13f0366147",
                        "created": "2025-08-02T23:25:32.0974614",
                        "createdLocal": "2025-08-02T23:25:32.0974614",
                        "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-08-02T23:25:32.0974614",
                        "storeID": 1,
                        "operatorG_Uid": "jSuXWCqbekanlUTzebuWjQ==",
                        "operatorGuid": "58972b8d-9b2a-467a-a795-44f379bb968d",
                        "customerG_Uid": "/64meZeREUCv5zq/NjLh2A==",
                        "customerGuid": "7926aeff-9197-4011-afe7-3abf3632e1d8",
                        "communityIdentifier": "howObfH810W61l4/e8j/Jg==",
                        "communityIdentifierGuid": "6d0e8c86-fcf1-45d7-bad6-5e3f7bc8ff26",
                        "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": "LGOvf6ZLOEqVI8R6zrmHSA==",
                        "priceLevelIdentifierGuid": "7faf632c-4ba6-4a38-9523-c47aceb98748",
                        "locked": 36,
                        "relationChecksum": "sample string 37",
                        "loyaltyTender": 1,
                        "giftCardTender": 1,
                        "operator": {
                          "$ref": "35"
                        },
                        "customer": {
                          "$ref": "68"
                        },
                        "communityOrganisation": {
                          "$id": "76",
                          "id": 1,
                          "identifier": "8pHAyZuPkUOsKeUuHMQ4mg==",
                          "identifierGuid": "c9c091f2-8f9b-4391-ac29-e52e1cc4389a",
                          "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-08-02T23:25:32.0974614",
                          "deleted": true
                        },
                        "details": [
                          {
                            "$id": "77",
                            "saleItemID": 1,
                            "identifier": "uUMijxEQjUiyZ2if3PvKxg==",
                            "identifierGuid": "8f2243b9-1011-488d-b267-689fdcfbcac6",
                            "saleHeaderID": 2,
                            "plu": 1,
                            "pluG_UId": "uE2bkOo910uTHwtMYFtveQ==",
                            "pluGuid": "909b4db8-3dea-4bd7-931f-0b4c605b6f79",
                            "accountID": "YGtJOnaJTUCdrzr/olYKoQ==",
                            "accountIDGuid": "3a496b60-8976-404d-9daf-3affa2560aa1",
                            "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-08-02T23:25:32.0974614",
                            "bestOrExpireType": 1,
                            "providerName": "sample string 11",
                            "refundG_UID": "+OnhzpKm0kSDmry1eKr5Cw==",
                            "refundGuid": "cee1e9f8-a692-44d2-839a-bcb578aaf90b",
                            "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": "6d86BINv/0mhiakIWmUa+g==",
                            "idempotentVoidGuid": "043adfe9-6f83-49ff-a189-a9085a651afa",
                            "priceLevelIdentifier": "uE2/3YbO206pP6rJGatdFQ==",
                            "priceLevelIdentifierGuid": "ddbf4db8-ce86-4edb-a93f-aac919ab5d15",
                            "productName": "sample string 23",
                            "apn": "sample string 24",
                            "unknownScans": [
                              {
                                "$id": "78",
                                "id": 1,
                                "saleDetailID": 2,
                                "storeID": 1,
                                "scanned": "2025-08-02T23:25:32.0974614",
                                "operatorG_UID": "QEA=",
                                "barcode": "sample string 4",
                                "processed": 1
                              },
                              {
                                "$ref": "78"
                              }
                            ],
                            "refund": {
                              "$id": "79",
                              "id": 1,
                              "g_UID": "O9gq+P63SEKPEEriP97RTQ==",
                              "guid": "f82ad83b-b7fe-4248-8f10-4ae23fded14d",
                              "description": "sample string 1",
                              "dumped": true,
                              "inventoryReasonID": 1,
                              "sortOrder": 1,
                              "updated": "2025-08-02T23:25:32.0974614"
                            },
                            "modifier": {
                              "$id": "80",
                              "id": 1,
                              "setG_UID": "/+eZtf/gOECIR6fryvs51A==",
                              "modifierSetGuid": "b599e7ff-e0ff-4038-8847-a7ebcafb39d4",
                              "name": "sample string 2",
                              "price": 1,
                              "quantity": 1,
                              "modifierType": 1,
                              "groupNumber": 1,
                              "pageNumber": 1,
                              "controlOrder": 1,
                              "printToStation": true,
                              "pluG_UID": "eXTk4G0qP0S6YXefcr7yYA==",
                              "pluGuid": "e0e47479-2a6d-443f-ba61-779f72bef260",
                              "deleted": true,
                              "g_UID": "0/Jhx+1sUE+QgATFBANx2w==",
                              "guid": "c761f2d3-6ced-4f50-9080-04c5040371db",
                              "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": "Vd09QJ1Y10+Po/ZNnPSAfw==",
                            "pluGuid": "403ddd55-589d-4fd7-8fa3-f64d9cf4807f",
                            "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-08-02T23:25:32.0974614",
                            "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-08-02T23:25:32.0974614",
                            "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": "YEyoZ+peykqFwU02GxfszA==",
                            "pluGuid": "67a84c60-5eea-4aca-85c1-4d361b17eccc",
                            "accountID": "UShvRc4d9EWRUAYKFc6xSw==",
                            "accountIDGuid": "456f2851-1dce-45f4-9150-060a15ceb14b",
                            "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-08-02T23:25:32.0974614",
                            "bestOrExpireType": 1,
                            "refundG_UID": "wkJvcl5wCU6n3RfgU/KEmA==",
                            "refundGuid": "726f42c2-705e-4e09-a7dd-17e053f28498",
                            "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": "urs+g9lgNUyapoG6wyAy3g==",
                            "identifierGuid": "833ebbba-60d9-4c35-9aa6-81bac32032de",
                            "id": 1,
                            "orderNo": 2,
                            "externalSaleIdentifier": "sample string 3",
                            "storeID": 4,
                            "zoneID": 5,
                            "deptNo": 6,
                            "customerIdentifier": "mSAwkmndSkqiPCvUh+A8bQ==",
                            "customerIdentifierGuid": "92302099-dd69-4a4a-a23c-2bd487e03c6d",
                            "operatorNo": 1,
                            "operatorG_UID": "MXm6bDCvBUOv8W++3GbUUg==",
                            "operatorGuid": "6cba7931-af30-4305-aff1-6fbedc66d452",
                            "created": "2025-08-02T23:25:32.0974614",
                            "ordered": "2025-08-02T23:25:32.0974614",
                            "started": "2025-08-02T23:25:32.0974614",
                            "completed": "2025-08-02T23:25:32.0974614",
                            "supplied": "2025-08-02T23:25:32.0974614",
                            "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": "EoRbvzjuJkW9/tSQoBNdig==",
                                "pluGuid": "bf5b8412-ee38-4526-bdfe-d490a0135d8a",
                                "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": "PEaW8WYiN0a3/eFBkRPwTg==",
                                "headerIdentifierGuid": "f196463c-2266-4637-b7fd-e1419113f04e",
                                "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": "NET+nEp69kOimN5ovC9XyA==",
                            "surveyGuid": "9cfe4434-7a4a-43f6-a298-de68bc2f57c8",
                            "saleHeaderGuid": "ra4JaQyI10qXqFt0y1bzpw==",
                            "saleGuid": "6909aead-880c-4ad7-97a8-5b74cb56f3a7",
                            "textResponse": "sample string 1",
                            "integerResponse": 1,
                            "g_UIDResponse": "yzHBiCo+dkqFO49a7yfxkg==",
                            "guidResponse": "88c131cb-3e2a-4a76-853b-8f5aef27f192",
                            "whoAnswered": 2,
                            "answeredAtUTC": "2025-08-02T23:25:32.0974614",
                            "sale": {
                              "$ref": "75"
                            },
                            "survey": {
                              "$id": "89",
                              "g_UID": "wWlgevOGvki8G7V+iDpleA==",
                              "guid": "7a6069c1-86f3-48be-bc1b-b57e883a6578",
                              "name": "sample string 1",
                              "storeID": 2,
                              "zoneID": 1,
                              "checkoutFormG_UID": "e+EIGKvbdUe4JSukZ9u+yQ==",
                              "checkoutFormGuid": "1808e17b-dbab-4775-b825-2ba467dbbec9",
                              "displayToWho": 3,
                              "displayWhen": 4,
                              "start": "2025-08-02T23:25:32.0974614",
                              "end": "2025-08-02T23:25:32.0974614",
                              "deleted": true,
                              "updated": "2025-08-02T23:25:32.0974614",
                              "possibleIntegerResponses": [
                                1,
                                2
                              ],
                              "possibleTextResponses": [
                                "sample string 1",
                                "sample string 2"
                              ],
                              "possibleGuidResponses": [
                                "8ebab824-3269-4016-b0c6-b0987b94208d",
                                "578d1830-8009-400e-bba3-b22bda56afab"
                              ],
                              "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": "5SUwkUFSVUaYnfBhQtNCOQ==",
                        "accountIdentifier": "913025e5-5241-4655-989d-f06142d34239",
                        "accountName": "sample string 42",
                        "customerOrderIdentifier": "TCyH1Rw/m0myi/ZxArw3qA==",
                        "customerOrderIdentifierGuid": "d5872c4c-3f1c-499b-b28b-f67102bc37a8",
                        "priceLevelName": "sample string 43",
                        "revision": 44,
                        "ingressId": "sample string 45"
                      },
                      "metadata": {
                        "$id": "90",
                        "id": 1,
                        "paymentID": 2,
                        "paymentIdentifier": "XV0QqJjpS02vVkGk2v5kwA==",
                        "paymentIdentifierGuid": "a8105d5d-e998-4d4b-af56-41a4dafe64c0",
                        "identifier": "XhoHg6U2P0ipucCAzu4Low==",
                        "identifierGuid": "83071a5e-36a5-483f-a9b9-c080ceee0ba3",
                        "metadata": "sample string 3",
                        "signatureImage": "QEA=",
                        "itemIdentifier": "kjS05bTU4Ui4ygFpDb75wA==",
                        "itemIdentifierGuid": "e5b43492-d4b4-48e1-b8ca-01690dbef9c0"
                      }
                    },
                    {
                      "$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": "tsCTKR/bOEiSEzlSI61IEg==",
                  "customerIdentifierGuid": "2993c0b6-db1f-4838-9213-395223ad4812",
                  "voucherName": "sample string 2",
                  "count": 3,
                  "storeID": 4,
                  "barcode": "sample string 5",
                  "redeemCount": 6,
                  "issueCount": 7,
                  "storeSalePaymentID": 1,
                  "idempotentID": "sTrF1MG1LUmxB4sFUZmTRA==",
                  "idempotentGuid": "d4c53ab1-b5c1-492d-b107-8b0551999344",
                  "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-08-02T23:25:32.0974614",
                    "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-08-02T23:25:32.0974614",
                      "labelPageLayout": "YO3Q9XcF7USmSJ3E/SPhlQ==",
                      "pageLayoutGuid": "f5d0ed60-0577-44ed-a648-9dc4fd23e195",
                      "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-08-02T23:25:32.0974614"
                        },
                        {
                          "$ref": "95"
                        }
                      ]
                    },
                    "customerVouchers": [
                      {
                        "$id": "96",
                        "id": 1,
                        "customerIdentifier": "TMRrVVJADEec0EDzPL/4XQ==",
                        "customerIdentifierGuid": "556bc44c-4052-470c-9cd0-40f33cbff85d",
                        "voucherID": 3,
                        "voucherName": "sample string 4",
                        "storeID": 1,
                        "barcode": "sample string 5",
                        "dateOfIssue": "2025-08-02T23:25:32.0974614",
                        "issuedSaleHeaderID": 1,
                        "issuedSaleIdentifier": "sample string 7",
                        "issuedOfflinePaymentID": 1,
                        "issuedIdempotentID": "+50vrU8DrUybZw0eji24Pw==",
                        "issuedIdempotentGuid": "ad2f9dfb-034f-4cad-9b67-0d1e8e2db83f",
                        "issuedOffline": true,
                        "issuedUser": "sample string 9",
                        "issuedNotes": "sample string 10",
                        "expiryDate": "2025-08-02T23:25:32.0974614",
                        "expiredUser": "sample string 11",
                        "expiredNotes": "sample string 12",
                        "redeemed": "2025-08-02T23:25:32.0974614",
                        "redeemedSaleHeaderID": 1,
                        "redeemedSaleIdentifier": "sample string 13",
                        "redeemedOfflinePaymentID": 1,
                        "redeemedIdempotentID": "BwqaoItrakCmlEfoDoqwfw==",
                        "redeemedIdempotentGuid": "a09a0a07-6b8b-406a-a694-47e80e8ab07f",
                        "redeemedUser": "sample string 14",
                        "redeemedNotes": "sample string 15",
                        "redeemedOffline": true,
                        "updated": "2025-08-02T23:25:32.0974614",
                        "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": "HNC2EqbqrUmfah/w67Gpgg==",
            "groupIDGuid": "12b6d01c-eaa6-49ad-9f6a-1ff0ebb1a982",
            "campaign": {
              "$ref": "64"
            },
            "group": {
              "$ref": "72"
            }
          },
          {
            "$ref": "97"
          }
        ],
        "signIqTickets": [
          {
            "$id": "98",
            "identifier": "mh2ly7YLrk+iJ6JdJqIpVw==",
            "identifierGuid": "cba51d9a-0bb6-4fae-a227-a25d26a22957",
            "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": "eP2iDVWtPE61eLXUHYvJWw==",
            "guid": "0da2fd78-ad55-4e3c-b578-b5d41d8bc95b",
            "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": "5rc8lDSCjkaiRrv3deVBfA==",
                "groupGuid": "943cb7e6-8234-468e-a246-bbf775e5417c",
                "comboPriceType": 5,
                "priceType": 5,
                "pluG_UID": "IoUg+dmmd0KVTO6DuPdTAQ==",
                "pluGuid": "f9208522-a6d9-4277-954c-ee83b8f75301",
                "priceGroupG_UID": "iSffDuBOdE+Q1H3M7fFnjw==",
                "priceGroupGuid": "0edf2789-4ee0-4f74-90d4-7dccedf1678f",
                "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": "+D78q34eGkONW7KFjQNWGg==",
            "priceLevelIdentifierGuid": "abfc3ef8-1e7e-431a-8d5b-b2858d03561a",
            "campaignName": "sample string 3",
            "priceLevelName": "sample string 4"
          },
          {
            "$ref": "101"
          }
        ]
      },
      "product": {
        "$ref": "3"
      },
      "dealCost": {
        "$id": "102",
        "headerIdentifier": "sp7iL1DwVEqoh55utHEntQ==",
        "headerIdentifierGuid": "2fe29eb2-f050-4a54-a887-9e6eb47127b5",
        "identifier": "4b36DQlbIkqZEt5Uf3ushg==",
        "identifierGuid": "0dfabde1-5b09-4a22-9912-de547f7bac86",
        "supplierIdentifier": "z2Xq68UdDkqVkfDXBCR1Nw==",
        "supplierGuid": "ebea65cf-1dc5-4a0e-9591-f0d704247537",
        "pluG_UID": "dWZz0RZY+kOk+tK3my9meA==",
        "pluGuid": "d1736675-5816-43fa-a4fa-d2b79b2f6678",
        "campaignName": "1cd780a8-1a64-4da5-b9a3-6259c43b7605",
        "description": "sample string 4",
        "cost": 5,
        "costDecimals": 6,
        "start": "2025-08-02T23:25:32.0974614",
        "end": "2025-08-02T23:25:32.0974614",
        "type": 9,
        "promoType": 10,
        "bonusItemPLUG_UID": "AFn0tfOaZ0q0MHVmUQSy7w==",
        "bonusItemPluGuid": "b5f45900-9af3-4a67-b430-75665104b2ef",
        "bonusPurchaseUnits": 11,
        "bonusReceiveUnits": 12,
        "updated": "2025-08-02T23:25:32.0974614",
        "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-08-02T23:25:32.0974614",
        "campaignEndDate": "2025-08-02T23:25:32.0974614",
        "masterPLUG_UID": "jthylU9imUmHnKIJiRVhkw==",
        "masterID": "9572d88e-624f-4999-879c-a20989156193",
        "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": "wE31y6AFNU2TpS7jjPoGzA==",
        "bonusMasterID": "cbf54dc0-05a0-4d35-93a5-2ee38cfa06cc",
        "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-08-02T23:25:32.0974614",
    "dealCosts": [
      {
        "$ref": "102"
      },
      {
        "$ref": "102"
      }
    ],
    "tags": [
      {
        "$id": "103",
        "pluG_UID": "6QUFYDUsiEC0KAdX4CsbaA==",
        "pluGuid": "600505e9-2c35-4088-b428-0757e02b1b68",
        "tagID": 1,
        "description": "sample string 1",
        "storeIDs": [
          1,
          2
        ]
      },
      {
        "$ref": "103"
      }
    ],
    "alternateProductG_UID": "MChWOYZFbUO+BTqVDcLz5g==",
    "alternateProduct": "39562830-4586-436d-be05-3a950dc2f3e6",
    "productHostCode": {
      "$id": "104",
      "id": 1,
      "pluG_UID": "9Z1g36qBq0KqnSt+Shnh0w==",
      "pluGuid": "df609df5-81aa-42ab-aa9d-2b7e4a19e1d3",
      "ibaCode": "sample string 2"
    },
    "mscCat": {
      "$ref": "58"
    },
    "mscCom": {
      "$ref": "59"
    },
    "mscDep": {
      "$ref": "61"
    },
    "mscSubCom": {
      "$ref": "60"
    },
    "isUserUpdate": true,
    "ignoreMasterProduct": true,
    "priceGroupLabelRequested": true,
    "firstSold": "2025-08-02T23:25:32.0974614",
    "inventoryTracked": "2025-08-02T23:25:32.0974614",
    "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:
PK0�[�'�5xl/workbook.xml �(�����0��&�C��B�R8q���{-[�@����[ �x�3;������im�>z0��5�1����%hցI;a�f1I�"Vš����D��'�a`QY�r/�X�y`]�QJ3ep��!D�fc�e2ֺ���"�):ö�Y!�4Ըe�a4;���F�Ri�yv.x�Ay� 8�����w�PK0�[����	�[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
0�[�66�''_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="Rd8403df1a19e4285" /></Relationships>PK0�[{\�4�o+xl/worksheets/sheet1.xml �(���]s������ǖZR�D%ٲ�������!�Mb�6d���Ȗ�]�. )�4�W��ݚ��o�?g�����phGf8�ݞ�ϯn��.�����,/g�Հ�o����������xyv9�9]���g�<v1_ܜ���ŷ�����l�x~��fv��18^̮OW��������~�>k-�/f��-�\�/uszu;<:8���׻,f�É}t<��`|t���t5�[?֯������/���f;�>�<��bp>�8�q�z?�{6��v�b��f���z��{ps��n8�9�w������r����&YJ4��X��7���*���a>l�8r)�`�z��=�=Lw��x�0ߗ�֚���燇�a��0
\�>�����a>n��0&#P�C�|z�O�����	c$���r~ւM����0?����yr��c��[��1��	!��Yh`���XV����f-T{�|z)��oҀ�f
m�aEk&
d�i�9��Z��cC�� �L�-PL#>���O3Y��Cf�0�btȫ���5V�4Z*W0H�F2�v$*�EL�]�43��@F��e�		l���S����VN�LB�$Ř�2
%a��T2dGs^l��I(��̤gs;1�Ր���I!����I�����DLۛ��,}�����$�-4���$P嬔��3V��Bf*&�q���|����T�@�LH
@j��2�Δ�6r�[���.3��ﮐ�t�+l��+��)D>2�Qn\f��d���V�p�EJ,��`(9��2��`�s[�O�!4��2���[�$ְ]�\f�Œ��97G�e�f�Yt��1�b|[�Y�t5�K����Bf�W��#"י�����3������h����Cf��5��>��}�����u>3�C��9���y�g&}Q��(q���H�Ձ�̤/j6��1�.��e[Jf&},�D�m4Sٮ�>3�wL:�ml���mxf2��F:Z2@�O��!3l��y&�T�;Z+d&CŤ
	�7�V�LW:�<:�>�ථ#������E����
�M�jU��&<�V�L��I��n\�qp�K]�L��fs�ŭlH=jv�L�X큯d�A�Jf&Cu��R��
f$є���3Ӯ}���$i�s��ȝS��5�D��ܹp�N`��6�^3���-���l��X!���i
B���q7�L$�2DZ���M�;Nc��-˳���3�H�an�8Q��1�E��e���������z�(��ՙA�L֟X�mߦ(3HU׈���2X��M�A�1������
ѵ���_�)�GU���{n�|�	e�h���[.����D�o<;�<+h����,������|�t�����Z7Z��Q�
�	����CSf0V�0Y�BqZg�^���7_'��N���b3������7���p9<:�yd�?�s"����8ޏ�:��~��#��G�:�d?"�O�#��x�Au����XG�؏Hu�KE1!�+%D��Z	��QB��*!BطJ�P��"�}��m�RB�����G�6��'%D��Y	����u�(!BݯJ�Pw����ņ �hFO+�Px���	�'���x��	�'�%�Py���	�'�-��Y1��:+�tRgŚN�x�I�sz���N/uV��Ί?��Y1��:+�RgŢ^�x�K��z���R/uVl�ΊO��y��4���O��y��4���O��y��4��Z�:O���T�i:O���&���Y�)J����Y�)J����Y�)J����Y�)J����Y�)I����Y�)I����Y�)I����Y�)I�����X�)	����N�17��nv�2�w�Rx%D���U+!�d���#?Q��C{���3{����'�(���~Y��#~U����:�Cr����]�)WF��zAqo�A���Aq2�A���:D����x��?)Ӆ��;���L���1�k��d�58�<��l"�'J�l�$� h��
Գ1���7�Ieyi�T����ɫ.�^w
V&7��Q��W^��7^�e�jS�e�RSf�:���Z�e�
��%ɝVb��q�Q֑1_�YF�
�dUJP�eT�A��k�1���l{N�S�N�ӧ�N�
ҴGE��Pv+��J�l�^�xV��4}�c�l(*��{��m�Ǽ��K�ʃ�J8�ʖ|��ڛ��|�A�]f�Z#�RLh�Bq�5╏�FP,t\���n{�[����������d>_�����={�PK0�[���l�Pxl/_rels/workbook.xml.rels �(���KN�0@�b͞8i�Ʃ�vÆm�\{GM��v���G�
XEWb�������4����ٽM#yAg;��Z��`��Q?p�m7{EL�s iņL��� 
N"nF�:��IĔ���B�D�tQ�+�s�2��2��N�A⣓�	m�L_�?����1v�S
��"Q�<��lQ5L.+\򖡖@���B��~���L��G�ڦ��8���]e�𨞣O�Ν�r���u��b�aB�����PK0�[Ѓ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��PK0�[ۗ}na
[2xl/sharedStrings.xml �(��[Yo�8~��?y^%�i)��A�$cru��v�إ$�!Z�<���g��}��R��ٷ��#YU,�A1~y��7\QRO����I��b����ˍ��h���e�?��1=����������k]����h򊷈��;\'+�-��g�9��
���b\o�3g>ζ�'��l����'�� 4x9P`��C��*�&�gw��������[^�|nH:&���.'�2�阫5��/�KT�e1�� �{3��._Q�����k�'�& :{�9�o�L^n�a�y��i	N0��_�1/`3�ϞP�ݸ�u��&oxv�j}]�x��r?3�~���=[����G!�"���f�?P�rkc�pjU��
�t�y�KD	�-Ƽ(RaU��<�
)P�`��<���w:��bS��|#�1ȭq�[��s���M��g�Ӥ�"x�T�xU��4>���Ts��*qļc�W�M�O
�m��������~�oJUng�f|�%Gc��Cl6��L(r��5������y~΂����*�R�(?��5"���"��p��m|Ev5d%3���kـꭇ���$�.'�}��8Ǡ�����,�����&�Q�+�;�R6��}�����
�����Cp�@
J	�r���S�8$�фZw���.������q��#�ˊ�	��.����$o&��B�Bְxu��
g N��>	kO�:��jr�Q��!@qb�^��<��€~Z�LkH�	�"���f%ο��������2��lڟ�����q�
ي��[T�M��h�a(m�	������}��������!N,o�V���Z,�E??��c�$�\?	�`1�-���0�)"��vG�|^�FӇ�-V(�+8�3�0����51G��q��GGԳ��#�#��G�w����ߛO�ղ�"%a����I��;B�ۿ_�I�Q5su�NzNO��y��"B�W<j.ڮ�*j��x$�f�0����ƞcyq�Z�!+K/�q��@ӼK ���������Ǚ�w��
���{����E����+�PΞ4x�'k�G�iSӴ,R=�2/K���E1�fV��²c/p1(��_<=z��-��$����Aj�B��dF�D�/�y<�\�x�6�2l��U����<wOZQ���$Jq�fV�)hogV����<K�����2o�Ĩ�md����8em��3Ziǟ���㟻���!��as��Rn'��
&���'gYB�".�P�����X}O�K7�'e�J�>��
K,Q.C������dFWG����B��#N�e�=�����4!7|~Xdn�KL����}e.@�y�
�P;���A�Q�j�ϸ7������1��MNv�M�b������{&�J�1}$w۾�N�uV/����)?tgz~~���/m�Ō�$}$/Ԕ!�Nև}����u�舼��n*V�M��p�UN{5��B�UfČ��fNw>B]��Z�`UD��N7�F9㨷p����Qo;����d�%ʓ{\��lA���f�Ύ��+�!h�?��v	����6�n]�u{���F�K��O�뱎�uT,���=�U���e?�`�a"��\:C81���
=1�;1���j41�`v��P��yo��)��R&U�²}j��I��#Ky�'�$m
�lZ��8J&룺�rdo�_q�xx�.����2��w����!#z{��OY�"�����^��ÿ��u��O%O��~%cu�Mr
N8|wL4��:Y��ln�0�SC�᥮�9+���
�y�"σ���E��[���	��CyS?�0��l��u3���N���=`�7��?o�;N�7���x�+t���A���t�:��񂶘�qn�|[ᛪ�"})�	�F��>�'q]$:���ӗ�ni
��Ѱ3%��2o�`!ЦT���"�X�����j�Z^�fC�=�ں�Md��eeb�a
-����l�F�a�	����Q����$m��o�X}D�WчUF�Ao��4�"�R�`�]���W�z���u��u�=�?hIұ�_q��S�U�.�pm��U;��@��gg=
��`���C��2<As��eSO_~�p"N�b�,0��؏�
�o����(N�(E"�0m��2���N����,;ta�4J,-<k��~�&����)cQ�1���g��HD���W"j~�@7���/�Hs�p!
��T5ר*��=���SI��Y��+v�]�ݻ�c��`���Y�T����_&�R�C?ӲLc5���x�	��*,��A%X�)�iB��rb�XG�(�
�T�����LxiDG2����W�^�Nh�\��Se�lVCz[���*I�K�%kH?X��M��R�-�/6|O%:�f��l�>^"�C}�wP�,��{�+ހ٠
?Z��Jen�/bSQ*�|+N��
lǁ��NF��$i`?�$þZ����@��ցV��_e(���VtUl�DT�W삨Q'��ߢ���D��ݻH3�=�=��(~�k�
5zY�c!i$��@v�}���D�R���N��M]�'ô��U��Pl��7��]Ѹ�ʷE�m�N]ϵ\/B��0���]ˎ�E�2�/A���:|��Rz�t�b(��y ���-c�6>�b�����Ȋ� 񡷱l'��%8Y����C��a1���0iz
"+�i
�1�9$�؏ǟ;^�Oc��݋�]�}ͻx!��c����t�?:�w
�l�&�����Lc<6v{#D�E�_��
.�%8{j�p�c�)�[
�P�
�����"��'\�*�����a�{��E�4<2�+UAC�,an�����vA���6ӈ�!�m�ŷ�~�<4߇ۣ����+_�E要��^G��(��������X��ݣ�5�hFw}�U��N�/��u�R �>ǵ�Z�!�����%T�Q��h�#o|����*۔i�K����s�=��G������5����l�&`�:��hۍdt��ƛ�|U�zs O4������7��m���N���S8w,���l`�j~1-� ��:L,�ڏ6�ݍ�k�.��ѵ�C
�"E��]ȿ����4p�ا<y�N��4�������M��p��>��I#闯$O+~6�+dv����/��/�c�����N��I1�)�Ǯ���"��B�/~�/,F�,��A,����1�th�n
Pw���EL��</�ߕ����G�r���U�wR@+�R[��/2��T�o�wP��j�I*�U���R��}`����-�%�WD6��w������9ݡ<�U4y�'�W>��z����ѻF^@`�BA�1����	�\�#���gb=����uT����������PK-0�[�'�5xl/workbook.xmlPK-0�[����	�[Content_Types].xmlPK-
0�[�66�''V_rels/.relsPK-0�[{\�4�o+�xl/worksheets/sheet1.xmlPK-0�[���l�P�xl/_rels/workbook.xml.relsPK-0�[Ѓc'2E
8xl/styles.xmlPK-0�[ۗ}na
[2�xl/sharedStrings.xmlPK�`

application/vnd.ms-excel

Sample:
PK0�[iH�.�5xl/workbook.xml �(���;� D�H����#�r�6Ez���l>"����l)]���ٷ��ƹ}LocJ�R�!Q(0<��w��S��E��Z@��ۀM�@��y��F�}�3�V�x@2��2\[\m7���S�'����h"2��o�M��bR�r%�y�Mν-��P�<<nTHǶ9_�I�(^�+���w�PK0�[����	�[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
0�[2��''_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="Rf1e69fd6081a4604" /></Relationships>PK0�[{\�4�o+xl/worksheets/sheet1.xml �(���]s������ǖZR�D%ٲ�������!�Mb�6d���Ȗ�]�. )�4�W��ݚ��o�?g�����phGf8�ݞ�ϯn��.�����,/g�Հ�o����������xyv9�9]���g�<v1_ܜ���ŷ�����l�x~��fv��18^̮OW��������~�>k-�/f��-�\�/uszu;<:8���׻,f�É}t<��`|t���t5�[?֯������/���f;�>�<��bp>�8�q�z?�{6��v�b��f���z��{ps��n8�9�w������r����&YJ4��X��7���*���a>l�8r)�`�z��=�=Lw��x�0ߗ�֚���燇�a��0
\�>�����a>n��0&#P�C�|z�O�����	c$���r~ւM����0?����yr��c��[��1��	!��Yh`���XV����f-T{�|z)��oҀ�f
m�aEk&
d�i�9��Z��cC�� �L�-PL#>���O3Y��Cf�0�btȫ���5V�4Z*W0H�F2�v$*�EL�]�43��@F��e�		l���S����VN�LB�$Ř�2
%a��T2dGs^l��I(��̤gs;1�Ր���I!����I�����DLۛ��,}�����$�-4���$P嬔��3V��Bf*&�q���|����T�@�LH
@j��2�Δ�6r�[���.3��ﮐ�t�+l��+��)D>2�Qn\f��d���V�p�EJ,��`(9��2��`�s[�O�!4��2���[�$ְ]�\f�Œ��97G�e�f�Yt��1�b|[�Y�t5�K����Bf�W��#"י�����3������h����Cf��5��>��}�����u>3�C��9���y�g&}Q��(q���H�Ձ�̤/j6��1�.��e[Jf&},�D�m4Sٮ�>3�wL:�ml���mxf2��F:Z2@�O��!3l��y&�T�;Z+d&CŤ
	�7�V�LW:�<:�>�ථ#������E����
�M�jU��&<�V�L��I��n\�qp�K]�L��fs�ŭlH=jv�L�X큯d�A�Jf&Cu��R��
f$є���3Ӯ}���$i�s��ȝS��5�D��ܹp�N`��6�^3���-���l��X!���i
B���q7�L$�2DZ���M�;Nc��-˳���3�H�an�8Q��1�E��e���������z�(��ՙA�L֟X�mߦ(3HU׈���2X��M�A�1������
ѵ���_�)�GU���{n�|�	e�h���[.����D�o<;�<+h����,������|�t�����Z7Z��Q�
�	����CSf0V�0Y�BqZg�^���7_'��N���b3������7���p9<:�yd�?�s"����8ޏ�:��~��#��G�:�d?"�O�#��x�Au����XG�؏Hu�KE1!�+%D��Z	��QB��*!BطJ�P��"�}��m�RB�����G�6��'%D��Y	����u�(!BݯJ�Pw����ņ �hFO+�Px���	�'���x��	�'�%�Py���	�'�-��Y1��:+�tRgŚN�x�I�sz���N/uV��Ί?��Y1��:+�RgŢ^�x�K��z���R/uVl�ΊO��y��4���O��y��4���O��y��4��Z�:O���T�i:O���&���Y�)J����Y�)J����Y�)J����Y�)J����Y�)I����Y�)I����Y�)I����Y�)I�����X�)	����N�17��nv�2�w�Rx%D���U+!�d���#?Q��C{���3{����'�(���~Y��#~U����:�Cr����]�)WF��zAqo�A���Aq2�A���:D����x��?)Ӆ��;���L���1�k��d�58�<��l"�'J�l�$� h��
Գ1���7�Ieyi�T����ɫ.�^w
V&7��Q��W^��7^�e�jS�e�RSf�:���Z�e�
��%ɝVb��q�Q֑1_�YF�
�dUJP�eT�A��k�1���l{N�S�N�ӧ�N�
ҴGE��Pv+��J�l�^�xV��4}�c�l(*��{��m�Ǽ��K�ʃ�J8�ʖ|��ڛ��|�A�]f�Z#�RLh�Bq�5╏�FP,t\���n{�[����������d>_�����={�PK0�[d����Pxl/_rels/workbook.xml.rels �(���Mn� F������$��M7٦��Ɗ
HӜ���W(J�֑��&+4���
�����4�W�a���y�)A#m7���稞�ݬ�8BL7�\ �	-�1�cAj� d֡Ie�1��g�	zd�+��z�$�����R��g+����]�?�)9��1��'
�v�Y�R��Z�o�T��X�\�&����u����]�d����K�Qˇ�h�ؽD�6=w��3�\MY�jq�+Q�������PK0�[Ѓ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��PK0�[ۗ}na
[2xl/sharedStrings.xml �(��[Yo�8~��?y^%�i)��A�$cru��v�إ$�!Z�<���g��}��R��ٷ��#YU,�A1~y��7\QRO����I��b����ˍ��h���e�?��1=����������k]����h򊷈��;\'+�-��g�9��
���b\o�3g>ζ�'��l����'�� 4x9P`��C��*�&�gw��������[^�|nH:&���.'�2�阫5��/�KT�e1�� �{3��._Q�����k�'�& :{�9�o�L^n�a�y��i	N0��_�1/`3�ϞP�ݸ�u��&oxv�j}]�x��r?3�~���=[����G!�"���f�?P�rkc�pjU��
�t�y�KD	�-Ƽ(RaU��<�
)P�`��<���w:��bS��|#�1ȭq�[��s���M��g�Ӥ�"x�T�xU��4>���Ts��*qļc�W�M�O
�m��������~�oJUng�f|�%Gc��Cl6��L(r��5������y~΂����*�R�(?��5"���"��p��m|Ev5d%3���kـꭇ���$�.'�}��8Ǡ�����,�����&�Q�+�;�R6��}�����
�����Cp�@
J	�r���S�8$�фZw���.������q��#�ˊ�	��.����$o&��B�Bְxu��
g N��>	kO�:��jr�Q��!@qb�^��<��€~Z�LkH�	�"���f%ο��������2��lڟ�����q�
ي��[T�M��h�a(m�	������}��������!N,o�V���Z,�E??��c�$�\?	�`1�-���0�)"��vG�|^�FӇ�-V(�+8�3�0����51G��q��GGԳ��#�#��G�w����ߛO�ղ�"%a����I��;B�ۿ_�I�Q5su�NzNO��y��"B�W<j.ڮ�*j��x$�f�0����ƞcyq�Z�!+K/�q��@ӼK ���������Ǚ�w��
���{����E����+�PΞ4x�'k�G�iSӴ,R=�2/K���E1�fV��²c/p1(��_<=z��-��$����Aj�B��dF�D�/�y<�\�x�6�2l��U����<wOZQ���$Jq�fV�)hogV����<K�����2o�Ĩ�md����8em��3Ziǟ���㟻���!��as��Rn'��
&���'gYB�".�P�����X}O�K7�'e�J�>��
K,Q.C������dFWG����B��#N�e�=�����4!7|~Xdn�KL����}e.@�y�
�P;���A�Q�j�ϸ7������1��MNv�M�b������{&�J�1}$w۾�N�uV/����)?tgz~~���/m�Ō�$}$/Ԕ!�Nև}����u�舼��n*V�M��p�UN{5��B�UfČ��fNw>B]��Z�`UD��N7�F9㨷p����Qo;����d�%ʓ{\��lA���f�Ύ��+�!h�?��v	����6�n]�u{���F�K��O�뱎�uT,���=�U���e?�`�a"��\:C81���
=1�;1���j41�`v��P��yo��)��R&U�²}j��I��#Ky�'�$m
�lZ��8J&룺�rdo�_q�xx�.����2��w����!#z{��OY�"�����^��ÿ��u��O%O��~%cu�Mr
N8|wL4��:Y��ln�0�SC�᥮�9+���
�y�"σ���E��[���	��CyS?�0��l��u3���N���=`�7��?o�;N�7���x�+t���A���t�:��񂶘�qn�|[ᛪ�"})�	�F��>�'q]$:���ӗ�ni
��Ѱ3%��2o�`!ЦT���"�X�����j�Z^�fC�=�ں�Md��eeb�a
-����l�F�a�	����Q����$m��o�X}D�WчUF�Ao��4�"�R�`�]���W�z���u��u�=�?hIұ�_q��S�U�.�pm��U;��@��gg=
��`���C��2<As��eSO_~�p"N�b�,0��؏�
�o����(N�(E"�0m��2���N����,;ta�4J,-<k��~�&����)cQ�1���g��HD���W"j~�@7���/�Hs�p!
��T5ר*��=���SI��Y��+v�]�ݻ�c��`���Y�T����_&�R�C?ӲLc5���x�	��*,��A%X�)�iB��rb�XG�(�
�T�����LxiDG2����W�^�Nh�\��Se�lVCz[���*I�K�%kH?X��M��R�-�/6|O%:�f��l�>^"�C}�wP�,��{�+ހ٠
?Z��Jen�/bSQ*�|+N��
lǁ��NF��$i`?�$þZ����@��ցV��_e(���VtUl�DT�W삨Q'��ߢ���D��ݻH3�=�=��(~�k�
5zY�c!i$��@v�}���D�R���N��M]�'ô��U��Pl��7��]Ѹ�ʷE�m�N]ϵ\/B��0���]ˎ�E�2�/A���:|��Rz�t�b(��y ���-c�6>�b�����Ȋ� 񡷱l'��%8Y����C��a1���0iz
"+�i
�1�9$�؏ǟ;^�Oc��݋�]�}ͻx!��c����t�?:�w
�l�&�����Lc<6v{#D�E�_��
.�%8{j�p�c�)�[
�P�
�����"��'\�*�����a�{��E�4<2�+UAC�,an�����vA���6ӈ�!�m�ŷ�~�<4߇ۣ����+_�E要��^G��(��������X��ݣ�5�hFw}�U��N�/��u�R �>ǵ�Z�!�����%T�Q��h�#o|����*۔i�K����s�=��G������5����l�&`�:��hۍdt��ƛ�|U�zs O4������7��m���N���S8w,���l`�j~1-� ��:L,�ڏ6�ݍ�k�.��ѵ�C
�"E��]ȿ����4p�ا<y�N��4�������M��p��>��I#闯$O+~6�+dv����/��/�c�����N��I1�)�Ǯ���"��B�/~�/,F�,��A,����1�th�n
Pw���EL��</�ߕ����G�r���U�wR@+�R[��/2��T�o�wP��j�I*�U���R��}`����-�%�WD6��w������9ݡ<�U4y�'�W>��z����ѻF^@`�BA�1����	�\�#���gb=����uT����������PK-0�[iH�.�5xl/workbook.xmlPK-0�[����	��[Content_Types].xmlPK-
0�[2��''U_rels/.relsPK-0�[{\�4�o+�xl/worksheets/sheet1.xmlPK-0�[d����P�xl/_rels/workbook.xml.relsPK-0�[Ѓc'2E
9xl/styles.xmlPK-0�[ۗ}na
[2�xl/sharedStrings.xmlPK�a