GET api/campaign/name/{name}?relations={relations}

Get campaign

Request Information

URI Parameters

NameDescriptionTypeAdditional information
name

Campaign name

string

Required

relations

Whether relational data should be loaded with campaign

boolean

Default value is True

Body Parameters

None.

Response Information

Resource Description

Matching Campaign

Campaign
NameDescriptionTypeAdditional information
ID

Server-side incremental ID

integer

None.

StoreID

integer

Deprecated.

Name

string

Required

String length: inclusive between 0 and 64

NameGuid

globally unique identifier

None.

Description

string

String length: inclusive between 0 and 255

ShowDiscounts

Show the discounts on screen/receipt

boolean

None.

ShowTotals

Show discount totals on receipt

boolean

None.

OnlyEvaluateOnSubtotal

boolean

None.

UseDescription

When showing discounts, use campaign description

boolean

None.

CampaignType

CampaignType

None.

StartDate

date

Data type: Date

StartTime

integer

None.

EndDate

Defaults to DateTime.MaxValue at the POS ?

date

Data type: Date

EndTime

integer

None.

Recurrence

integer

None.

RecurrenceType

CampaignScheduleType

None.

MonthType

CampaignMonthlyType

None.

WeekDays

CampaignDayOfWeek

None.

Months

CampaignMonth

None.

MonthWeeks

CampaignWeekOfMonth

None.

MonthDays

string

String length: inclusive between 0 and 32

Printed

boolean

None.

TalkerText

string

None.

RangeDescription

string

None.

DealDescription

string

None.

LabelQuantity

integer

None.

Active

integer

None.

Deactivated

date

None.

System

Inidcates that the Campaign is critical for business operations

boolean

None.

Created

date

None.

Updated

date

None.

PriceChangeNotifiedUtc

date

None.

PromoType

Refers to the sale prmo type (Normal, Promo or In-store)

PromoType

None.

PromotionTypeCode

PromotionType Code from promotion type field

string

None.

HostIdentifier

Host Identifier for PromotionTypeCode, only filled when FromHost is true

Collection of byte

None.

HostIdentifierGuid

globally unique identifier

None.

HostType

HostType

None.

CreatedByUser

string

String length: inclusive between 0 and 255

FromHost

boolean

None.

Deleted

boolean

None.

CampaignDeleted

date

None.

UpdatedByUser

string

String length: inclusive between 0 and 255

OfferID

integer

None.

IsPriceChangeCampaign

boolean

None.

Stores

Collection of integer

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

StoreNames

Collection of string

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

CampaignPlus

Collection of CampaignPlu

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

CampaignPools

Collection of CampaignPool

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

SellingRules

Collection of SellingRule

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

Customers

Collection of CampaignCustomer

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

CustomerGroups

Collection of CampaignCustomerGroup

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

SignIqTickets

Collection of CampaignSignIqTicket

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

ComboPriceGroups

Collection of ComboPriceGroup

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

PriceLevels

Collection of CampaignPriceLevel

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

Response Formats

application/json, text/json

Sample:
{
  "id": 1,
  "storeID": 2,
  "name": "4ba33f34-3203-487b-ba4f-f6c9f4fa7eeb",
  "nameGuid": "4ba33f34-3203-487b-ba4f-f6c9f4fa7eeb",
  "description": "sample string 4",
  "showDiscounts": true,
  "showTotals": true,
  "onlyEvaluateOnSubtotal": true,
  "useDescription": true,
  "campaignType": 1,
  "startDate": "2025-08-02T23:17:47.4410777",
  "startTime": 1,
  "endDate": "2025-08-02T23:17:47.4410777",
  "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:17:47.4410777",
  "system": true,
  "created": "2025-08-02T23:17:47.4410777",
  "updated": "2025-08-02T23:17:47.4410777",
  "priceChangeNotifiedUtc": "2025-08-02T23:17:47.4410777",
  "promoType": 1,
  "promotionTypeCode": "sample string 13",
  "hostIdentifier": "NUvyIJYgWkaVimmFX8C1NA==",
  "hostIdentifierGuid": "20f24b35-2096-465a-958a-69855fc0b534",
  "hostType": 14,
  "createdByUser": "sample string 15",
  "fromHost": true,
  "deleted": true,
  "campaignDeleted": "2025-08-02T23:17:47.4410777",
  "updatedByUser": "sample string 18",
  "offerID": 1,
  "isPriceChangeCampaign": true,
  "stores": [
    1,
    2
  ],
  "storeNames": [
    "sample string 1",
    "sample string 2"
  ],
  "campaignPlus": [
    {
      "$id": "2",
      "id": 1,
      "campaignID": 2,
      "campaignName": "sample string 3",
      "plu": 1,
      "hostOfferID": 1,
      "metcashPromotionID": "sample string 4",
      "metcashPromotionPlacement": "sample string 5",
      "pluG_UID": "BLY/hYeNlUS4KTCiF1gdVQ==",
      "pluGuid": "853fb604-8d87-4495-b829-30a217581d55",
      "newPrice": 1,
      "pctDiscount": 1,
      "newCost": 1,
      "newCostDecimals": 6,
      "dealCostIdentifier": "C45yTCyGWEeLpxN7LnR/qw==",
      "dealCostGuid": "4c728e0b-862c-4758-8ba7-137b2e747fab",
      "pluName": "sample string 7",
      "apn": "sample string 8",
      "fuelItem": true,
      "priceGroupG_UID": "T8KXyzVKDEKSx9+XXCu9Rw==",
      "priceGroupGuid": "cb97c24f-4a35-420c-92c7-df975c2bbd47",
      "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:17:47.4410777",
      "rrp": 26,
      "campaignDescription": "sample string 27",
      "campaignComboPriceGroupG_UID": "hz1lrxGs7kmckshHSVU0Ng==",
      "campaignComboPriceGroupIdentifier": "af653d87-ac11-49ee-9c92-c84749553436",
      "promotionPlacementDescription": "sample string 28",
      "storeAcceptances": [
        {
          "$id": "3",
          "plu": 1,
          "pluG_UId": "QEA=",
          "campaignID": 1,
          "campaignName": "sample string 2",
          "storeID": 3,
          "acceptedUtc": "2025-08-02T23:17:47.4410777",
          "operatorG_UID": "1qteR25R2U6BV8YFnRGLlA==",
          "operatorGuid": "475eabd6-516e-4ed9-8157-c6059d118b94",
          "machineID": 1,
          "processed": true,
          "appliedUtc": "2025-08-02T23:17:47.4410777",
          "signIqTicketFileMovedUtc": "2025-08-02T23:17:47.4410777",
          "user": "sample string 6",
          "campaignDescription": "sample string 7",
          "productDesc": "sample string 8",
          "storeName": "sample string 9",
          "effectiveUtc": "2025-08-02T23:17:47.4410777",
          "priceChangeType": 0,
          "operatorName": "sample string 10",
          "hostCampaign": true,
          "product": {
            "$id": "4",
            "plu": 1,
            "storeID": 1,
            "masterPluG_UID": "QEA=",
            "storeIDs": [
              1,
              2
            ],
            "g_UId": "gmbWTE5STkGu/592KpAzLA==",
            "guid": "4cd66682-524e-414e-aeff-9f762a90332c",
            "apn": "sample string 1",
            "apnChanged": true,
            "apnSwitched": true,
            "barcode": "sample string 4",
            "itemNumber": "sample string 5",
            "itemNumberChanged": true,
            "priceGroupG_UID": "CVosZ69gikiJ/5GE6+F3Xg==",
            "priceGroupGuid": "672c5a09-60af-488a-89ff-9184ebe1775e",
            "blueprintID": 1,
            "lastCountedDate": "2025-08-02T23:17:47.4410777",
            "externalID": "sample string 7",
            "active": true,
            "activated": "2025-08-02T23:17:47.4410777",
            "pluCreated": "2025-08-02T23:17:47.4410777",
            "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:17:47.4410777",
            "lastManualUpdate": "2025-08-02T23:17:47.4410777",
            "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:17:47.4410777",
            "currentCostUpdated": "2025-08-02T23:17:47.4410777",
            "costDecimals": 31,
            "costChanged": true,
            "dealCostIdentifier": "QEA=",
            "excludeFromRebate": true,
            "rebateOverride": 1,
            "costCalcMethod": 32,
            "costCalcMethodChanged": true,
            "costEffectiveDate": "2025-08-02T23:17:47.4410777",
            "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:17:47.4410777",
            "posTare": 1,
            "altPrice": 1.0,
            "altPriceChanged": true,
            "altPriceMode": 53,
            "altPriceModeChanged": true,
            "altPLUG_UID": "0WcMg/Tm4kCUacUSp6My2Q==",
            "altPLUGuid": "830c67d1-e6f4-40e2-9469-c512a7a332d9",
            "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:17:47.4410777",
            "labelLastPrice": 1,
            "shelfPageLayoutG_UID": "dMqx62h/oUqJYiDnsjIddQ==",
            "shelfPageLayoutGuid": "ebb1ca74-7f68-4aa1-8962-20e7b2321d75",
            "talkerPageLayoutG_UID": "yxRD7PmIjUaDzG2KYliYag==",
            "talkerPageLayoutGuid": "ec4314cb-88f9-468d-83cc-6d8a6258986a",
            "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": "KRVVSvn1wEG1VZjDUYhktA==",
            "inventoryIdentifier": "4a551529-f5f9-41c0-b555-98c3518864b4",
            "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": "rkdafSt4Hkml6sDUKPCprg==",
            "parentPluGuid": "7d5a47ae-782b-491e-a5ea-c0d428f0a9ae",
            "preferredHostVendor": 104,
            "preferredHostChanged": true,
            "code": "sample string 106",
            "supplierIdentifier": "TL37Z8/NgUC6wyXfEWeMzw==",
            "supplierIdentifierGuid": "67fbbd4c-cdcf-4081-bac3-25df11678ccf",
            "supplierChanged": true,
            "rebateSupplierIdentifier": "7X8I0JaMq0+4kd6zNI1LBQ==",
            "rebateSupplierIdentifierGuid": "d0087fed-8c96-4fab-b891-deb3348d4b05",
            "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:17:47.4410777",
            "commodity": "sample string 121",
            "businessPillar": "sample string 122",
            "mscCommodity": "sample string 123",
            "hostIdentifier": "hE8eb2P7Tkatn7NCDIx0nQ==",
            "hostIdentifierGuid": "6f1e4f84-fb63-464e-ad9f-b3420c8c749d",
            "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": "4"
              },
              {
                "$ref": "4"
              }
            ],
            "store": {
              "$id": "5",
              "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:17:47.4410777",
              "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": "+99bvUBJd0O0sGA4kvUAlw==",
              "hostIdentifierGuid": "bd5bdffb-4940-4377-b4b0-603892f50097",
              "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:17:47.4410777",
              "priceZoneName": "sample string 51",
              "storeFuelConfigured": true,
              "shippingAddressCopied": true,
              "shippingAddress": {
                "$id": "6",
                "storeID": 1,
                "addressType": 1,
                "address1": "sample string 1",
                "address2": "sample string 2",
                "city": "sample string 3",
                "state": "sample string 4",
                "country": "sample string 5",
                "postCode": "sample string 6"
              },
              "billingAddress": {
                "$ref": "6"
              },
              "hostStoreSettings": [
                {
                  "$id": "7",
                  "id": 1,
                  "hostIdentifier": "dCK/i081QEWhIZyMQEjgkA==",
                  "hostIdentifierGuid": "8bbf2274-354f-4540-a121-9c8c4048e090",
                  "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": "8",
                    "identifier": "Bd1yUOFSBEqCZuVGW75ErA==",
                    "identifierGuid": "5072dd05-52e1-4a04-8266-e5465bbe44ac",
                    "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": "hcLqIl+r2kiq+l/fe8O1mw==",
                    "hostSupplierIdentifierGuid": "22eac285-ab5f-48da-aafa-5fdf7bc3b59b",
                    "loyaltyPriceLevelIdentifier": "FjW8zYXICEa6dWk9Y1M3xA==",
                    "loyaltyPriceLevelIdentifierGuid": "cdbc3516-c885-4608-ba75-693d635337c4",
                    "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:17:47.4410777",
                    "lastProcessed": "2025-08-02T23:17:47.4410777",
                    "hold": true,
                    "supplierName": "sample string 35",
                    "supplier": {
                      "$id": "9",
                      "identifier": "Ub3JoO5/a0uoTT9FxbqWtw==",
                      "identifierGuid": "a0c9bd51-7fee-4b6b-a84d-3f45c5ba96b7",
                      "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": "rSyHK4rA9kOxeVhDnRbsKg==",
                      "primaryContactID": "2b872cad-c08a-43f6-b179-58439d16ec2a",
                      "storeID": 1,
                      "abn": "sample string 16",
                      "supplierGroupIdentifier": "dOieDO91e0+wzdJEXrWO7Q==",
                      "supplierGroupGuid": "0c9ee874-75ef-4f7b-b0cd-d2445eb58eed",
                      "rebate": 1.0,
                      "rebateType": 1,
                      "rebateFrequency": 1,
                      "rebateSource": 1,
                      "rebateLastClaimed": "2025-08-02T23:17:47.4410777",
                      "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": "10",
                        "id": "78a9bfe2-f9e8-483a-b013-ebad7f2fbd1b",
                        "identifier": "FNJQDILJ4EaKOAR4j3TIYw==",
                        "identifierGuid": "0c50d214-c982-46e0-8a38-04788f74c863",
                        "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": "11",
                          "supplierIdentifier": "a7fxEz+vRUeghH/KjDHigw==",
                          "supplierIdentifierGuid": "13f1b76b-af3f-4745-a084-7fca8c31e283",
                          "contactGuid": "I2MENcGjuEWcMaiZiFiBUg==",
                          "contactID": "35046323-a3c1-45b8-9c31-a89988588152",
                          "contact": {
                            "$ref": "10"
                          },
                          "supplier": {
                            "$ref": "9"
                          }
                        },
                        {
                          "$ref": "11"
                        }
                      ],
                      "products": [
                        {
                          "$id": "12",
                          "pluG_UID": "eUitQSw4EEyMfPRExwrbYQ==",
                          "pluGuid": "41ad4879-382c-4c10-8c7c-f444c70adb61",
                          "supplierIdentifier": "szDmoFDvvku/ILRJS1F+fA==",
                          "supplierIdentifierGuid": "a0e630b3-ef50-4bbe-bf20-b4494b517e7c",
                          "cartonQuantity": 1,
                          "cartonQuantityChanged": true,
                          "productSize": "sample string 3",
                          "cigarettesPerSleeve": 1,
                          "randomWeight": true,
                          "piecesPerUnit": 5,
                          "averagePackSize": 6,
                          "effectiveDate": "2025-08-02T23:17:47.4410777",
                          "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:17:47.4410777",
                          "rebate": 1.0,
                          "rebateExclude": true,
                          "invoiceCodes": [
                            {
                              "$id": "13",
                              "pluG_UID": "c7qPIbjld0euuXpfBlkBMg==",
                              "pluGuid": "218fba73-e5b8-4777-aeb9-7a5f06590132",
                              "supplierIdentifier": "gWcZOpFAMEC8mjXKoQslpg==",
                              "supplierIdentifierGuid": "3a196781-4091-4030-bc9a-35caa10b25a6",
                              "invoiceCode": "sample string 1",
                              "storeIDs": [
                                1,
                                2
                              ]
                            },
                            {
                              "$ref": "13"
                            }
                          ],
                          "storeIDs": [
                            1,
                            2
                          ],
                          "preferredSupplier": true,
                          "preferredRebateSupplier": true,
                          "supplierName": "sample string 41",
                          "salesMode": 42,
                          "orderPacked": true,
                          "active": true,
                          "price": 1,
                          "costGstPercent": 44,
                          "parentPluG_UID": "TwqxeQew6EqeN5Thy3vsSA==",
                          "parentPluGuid": "79b10a4f-b007-4ae8-9e37-94e1cb7bec48",
                          "freight": 45.0,
                          "freightType": 1,
                          "product": {
                            "$ref": "4"
                          },
                          "supplier": {
                            "$ref": "9"
                          },
                          "serviceFee": {
                            "$id": "14",
                            "id": 1,
                            "description": "sample string 1",
                            "fee": 1
                          },
                          "isPrimaryHost": true,
                          "hostVendor": 47
                        },
                        {
                          "$ref": "12"
                        }
                      ],
                      "orderCycleHeaders": [
                        {
                          "$id": "15",
                          "storeID": 1,
                          "supplierIdentifier": "B8eZqkoC10atWmVK4o9ofA==",
                          "supplierGuid": "aa99c707-024a-46d7-ad5a-654ae28f687c",
                          "departmentCode": "sample string 2",
                          "warehouseDirectIndicator": "sample string 3",
                          "type": 4,
                          "storeName": "sample string 5",
                          "departmentName": "sample string 6",
                          "orderDays": 7
                        },
                        {
                          "$ref": "15"
                        }
                      ],
                      "cycles": [
                        {
                          "$id": "16",
                          "storeID": 1,
                          "supplierIdentifier": "HAZGRkckgUqNAktEWZA4/A==",
                          "supplierGuid": "4646061c-2447-4a81-8d02-4b44599038fc",
                          "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:17:47.4410777",
                          "deliveryDate": "2025-08-02T23:17:47.4410777",
                          "nextCutOffDate": "2025-08-02T23:17:47.4410777",
                          "nextDeliveryDate": "2025-08-02T23:17:47.4410777",
                          "nextDaysBuffer": 10
                        },
                        {
                          "$ref": "16"
                        }
                      ],
                      "store": {
                        "$ref": "5"
                      },
                      "updated": "2025-08-02T23:17:47.4410777",
                      "isHost": true
                    },
                    "files": [
                      {
                        "$id": "17",
                        "id": "sample string 1",
                        "fileName": "sample string 2",
                        "extension": "sample string 3",
                        "provider": 0,
                        "type": 0,
                        "hostType": "sample string 4",
                        "createdUtc": "2025-08-02T23:17:47.4410777",
                        "processed": "2025-08-02T23:17:47.4410777",
                        "isProcessing": true,
                        "processedCount": 6,
                        "processingTime": 1,
                        "collectedUtc": "2025-08-02T23:17:47.4410777",
                        "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": "8"
                        },
                        "metcashHeader": {
                          "$id": "18",
                          "customerNumber": "sample string 1",
                          "creationDate": "2025-08-02T23:17:47.4410777",
                          "businessPillar": "sample string 3",
                          "fileType": "sample string 4"
                        }
                      },
                      {
                        "$ref": "17"
                      }
                    ],
                    "zoneMatrix": [
                      {
                        "$id": "19",
                        "id": 1,
                        "hostIdentifier": "F4+zw9emDUW/lxxs6v59hA==",
                        "hostIdentifierGuid": "c3b38f17-a6d7-450d-bf97-1c6ceafe7d84",
                        "storeID": 1,
                        "departmentCode": "sample string 2",
                        "hostGuids": [
                          "79226ba1-e6e5-43f4-8e67-c36829d69f07",
                          "b9ef3835-5d74-4721-bd64-6b1339604611"
                        ]
                      },
                      {
                        "$ref": "19"
                      }
                    ],
                    "hostFileStoreSetting": {
                      "$ref": "7"
                    },
                    "hostStoreSettings": [
                      {
                        "$ref": "7"
                      },
                      {
                        "$ref": "7"
                      }
                    ],
                    "promotionPlacements": [
                      {
                        "$id": "20",
                        "identifier": "LMT+cHKEeUKJWcPDrWBNIg==",
                        "identifierGuid": "70fec42c-8472-4279-8959-c3c3ad604d22",
                        "code": "sample string 2",
                        "description": "sample string 3",
                        "isAdvertised": true
                      },
                      {
                        "$ref": "20"
                      }
                    ],
                    "promoTypeGuids": [
                      "2b9e9b78-31d0-4b2f-a774-ee53b1e36d9e",
                      "3020da12-5796-4f80-b4b5-5e6a7bf624c9"
                    ],
                    "isPromotionOnly": false,
                    "isOrderable": false,
                    "vendor": 0
                  },
                  "groupIDs": [
                    1,
                    2
                  ],
                  "hostDescription": "sample string 24"
                },
                {
                  "$ref": "7"
                }
              ],
              "accounts": [
                {
                  "$id": "21",
                  "id": 1,
                  "storeID": 1,
                  "accountName": "sample string 2",
                  "bsb": "sample string 3",
                  "accountNumber": "sample string 4",
                  "accountDesignated": true
                },
                {
                  "$ref": "21"
                }
              ],
              "sales": [
                {
                  "$id": "22",
                  "id": 1,
                  "storeID": 1,
                  "externalSalesType": 2,
                  "ftpSiteID": 1,
                  "lastSaleProcessed": "2025-08-02T23:17:47.4410777",
                  "ftpSite": {
                    "$id": "23",
                    "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": "22"
                }
              ],
              "zoneMatrix": [
                {
                  "$ref": "19"
                },
                {
                  "$ref": "19"
                }
              ],
              "cashManagements": [
                {
                  "$id": "24",
                  "id": 1,
                  "storeID": 1,
                  "cashManagementType": 2,
                  "apiID": 1,
                  "organisationID": "sample string 3",
                  "siteName": "sample string 4",
                  "thirdPartyAPI": {
                    "$id": "25",
                    "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": "24"
                }
              ],
              "updateStoreID": "93c76f53-06be-4d57-9651-6f1563f496c6",
              "updateStore": {
                "$id": "26",
                "id": "17f36c48-98ba-458f-b4c4-2591be15606c",
                "name": "sample string 1",
                "lastActivity": "2025-08-02T23:17:47.4410777",
                "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:17:47.4410777"
              },
              "timeZoneId": "sample string 53",
              "securityOptions": {
                "$id": "27",
                "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": "28",
                "pluG_UID": "OM5jLQB3rUe+wa9TjHKdcQ==",
                "pluGuid": "2d63ce38-7700-47ad-bec1-af538c729d71",
                "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:17:47.4410777"
              },
              {
                "$ref": "28"
              }
            ],
            "currentPrices": {
              "$id": "29",
              "pluPrices": {
                "$id": "30",
                "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:17:47.4567077",
                "priceChangeType": 0,
                "costDecimals": 10
              },
              "normalPluPrices": {
                "$ref": "30"
              },
              "winningCampaign": 1,
              "winner": {
                "$id": "31",
                "campaignName": "sample string 1",
                "campaignDescription": "sample string 2",
                "startDate": "2025-08-02T23:17:47.4567077",
                "startTime": 3,
                "endDate": "2025-08-02T23:17:47.4567077",
                "endTime": 4,
                "newPrice": 5,
                "newCost": 6,
                "newCostDecimals": 7,
                "pctDiscount": 8,
                "promoType": 1,
                "promotionTypeCode": "sample string 9",
                "hostType": 10,
                "hostIdentifier": "6yvQrP68V02zbpIGnlIQxA==",
                "hostIdentifierGuid": "acd02beb-bcfe-4d57-b36e-92069e5210c4",
                "storeNames": [
                  "sample string 1",
                  "sample string 2"
                ]
              },
              "details": [
                {
                  "$ref": "31"
                },
                {
                  "$ref": "31"
                }
              ]
            },
            "tray": {
              "$id": "32",
              "g_UId": "Ywlthqv9gE+d9tjTWiZKLg==",
              "guid": "866d0963-fdab-4f80-9df6-d8d35a264a2e",
              "name": "sample string 1",
              "number": 1,
              "tare": 1
            },
            "priceGroup": {
              "$id": "33",
              "priceGroupG_UID": "BmIf9fWBEkWbapSkI5nlOg==",
              "priceGroupGuid": "f51f6206-81f5-4512-9b6a-94a42399e53a",
              "name": "sample string 2",
              "code": 1,
              "modified": true,
              "updated": "2025-08-02T23:17:47.4567077",
              "buyingLimit": 1,
              "buyingLimitIndependent": true,
              "buyingLimitType": 0,
              "number": 1,
              "products": [
                {
                  "$ref": "4"
                },
                {
                  "$ref": "4"
                }
              ],
              "productCount": 1
            },
            "priceGroupName": "sample string 146",
            "nutrifacts": {
              "$id": "34",
              "pluG_UID": "0lh7ntnjIE2OEuRcKmzmeg==",
              "pluGuid": "9e7b58d2-e3d9-4d20-8e12-e45c2a6ce67a",
              "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": "35",
              "pluGuid": "83e80769-46e1-458a-b950-eaf4a200a5d0",
              "created": "2025-08-02T23:17:47.4567077",
              "createdByUser": "sample string 1",
              "activated": "2025-08-02T23:17:47.4567077",
              "deactivated": "2025-08-02T23:17:47.4567077",
              "lastOrdered": "2025-08-02T23:17:47.4567077",
              "lastOrderedQty": 2.0,
              "lastReceived": "2025-08-02T23:17:47.4567077",
              "lastReceivedQty": 3.0,
              "lastInvoiceStatus": 1,
              "lastCounted": "2025-08-02T23:17:47.4567077",
              "lastSold": "2025-08-02T23:17:47.4567077",
              "firstSold": "2025-08-02T23:17:47.4567077",
              "awsUpdated": "2025-08-02T23:17:47.4567077",
              "lastManualUpdate": "2025-08-02T23:17:47.4567077",
              "lastManualUpdatedByUser": "sample string 5",
              "lastUpdated": "2025-08-02T23:17:47.4567077",
              "lastUpdatedByUser": "sample string 7",
              "lastUpdatedByHost": "2025-08-02T23:17:47.4567077",
              "doNotRangeUpdated": "2025-08-02T23:17:47.4567077",
              "doNotOrderUpdated": "2025-08-02T23:17:47.4567077",
              "tracked": "2025-08-02T23:17:47.4567077"
            },
            "allergens": [
              {
                "$id": "36",
                "allergenID": 1,
                "pluG_UID": "/Pn0sBLeIU+UQeOlkYVnuw==",
                "pluGuid": "b0f4f9fc-de12-4f21-9441-e3a5918567bb",
                "contains": 2,
                "allergenName": "sample string 3",
                "storeIDs": [
                  1,
                  2
                ]
              },
              {
                "$ref": "36"
              }
            ],
            "costs": {
              "$id": "37",
              "pluG_UID": "Ej+tbQf1VEaEqNe38/1Yyg==",
              "pluGuid": "6dad3f12-f507-4654-84a8-d7b7f3fd58ca",
              "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:17:47.4567077",
              "normalCost": 1,
              "currentCost": 1
            },
            "sales": [
              {
                "$id": "38",
                "saleHeaderID": 1,
                "created": "2025-08-02T23:17:47.4567077",
                "createdLocal": "2025-08-02T23:17:47.4567077",
                "storeID": 3,
                "storeName": "sample string 4",
                "operatorG_Uid": "PjYNrprU4UaiuATqJa3EyQ==",
                "operatorGuid": "ae0d363e-d49a-46e1-a2b8-04ea25adc4c9",
                "operatorName": "sample string 5",
                "tranType": 1,
                "plu": 1,
                "pluG_UId": "ldMWKX7Vm0+xd33LfVZbVg==",
                "pluGuid": "2916d395-d57e-4f9b-b177-7dcb7d565b56",
                "normalPrice": 1,
                "totalCents": 1,
                "cost": 1,
                "grossProfit": 1,
                "quantity": 1,
                "operator": {
                  "$id": "39",
                  "id": 1,
                  "g_Uid": "r1IdSy8BQUyOswrnfnvD+g==",
                  "guid": "4b1d52af-012f-4c41-8eb3-0ae77e7bc3fa",
                  "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:17:47.4567077",
                  "passwordResetRequired": true,
                  "alteredInStore": true,
                  "startShift": "2025-08-02T23:17:47.4567077",
                  "endShift": "2025-08-02T23:17:47.4567077",
                  "machineName": "sample string 20",
                  "drawerID": 1,
                  "stores": [
                    {
                      "$id": "40",
                      "operatorG_UID": "mfPYIAIxXU6ruhdnLK+xoA==",
                      "operatorGuid": "20d8f399-3102-4e5d-abba-17672cafb1a0",
                      "storeID": 2,
                      "operator": {
                        "$ref": "39"
                      },
                      "store": {
                        "$ref": "5"
                      }
                    },
                    {
                      "$ref": "40"
                    }
                  ]
                }
              },
              {
                "$ref": "38"
              }
            ],
            "apns": [
              {
                "$id": "41",
                "pluID": 1,
                "pluG_UID": "nMTUG8oMVEGFa5v2dO4uqQ==",
                "pluGuid": "1bd4c49c-0cca-4154-856b-9bf674ee2ea9",
                "apn": "sample string 1",
                "deleted": true,
                "storeID": 1,
                "storeIDs": [
                  1,
                  2
                ]
              },
              {
                "$ref": "41"
              }
            ],
            "tuns": [
              {
                "$id": "42",
                "pluG_UId": "a2bu7e8ho0aG6BMI9lonHA==",
                "pluGuid": "edee666b-21ef-46a3-86e8-1308f65a271c",
                "apn": "sample string 1",
                "tun": "sample string 2",
                "cartonQuantity": 3,
                "product": {
                  "$ref": "4"
                },
                "storeIDs": [
                  1,
                  2
                ]
              },
              {
                "$ref": "42"
              }
            ],
            "competitionPricing": [
              {
                "$id": "43",
                "identifier": "SlwyAa77nEC4ZppbhDZNrQ==",
                "identifierGuid": "01325c4a-fbae-409c-b866-9a5b84364dad",
                "pluG_UID": "Moy9PKXs8060/0B7sID9rQ==",
                "pluGuid": "3cbd8c32-eca5-4ef3-b4ff-407bb080fdad",
                "competitionID": 1,
                "name": "sample string 2",
                "sellMultiple": 3,
                "retailPrice": 4,
                "storeName": "sample string 5"
              },
              {
                "$ref": "43"
              }
            ],
            "supplier": {
              "$ref": "9"
            },
            "supplierName": "sample string 147",
            "children": [
              {
                "$ref": "4"
              },
              {
                "$ref": "4"
              }
            ],
            "ordering": {
              "$ref": "12"
            },
            "flipChartPages": [
              {
                "$id": "44",
                "identifier": "UZzaom1Hu0KH9ZnlUMqYPg==",
                "groupName": "sample string 1",
                "identifierGuid": "a2da9c51-476d-42bb-87f5-99e550ca983e",
                "exists": true,
                "flipChartIdentifier": "HE7k4oZZJkCmbYxVxm+R+g==",
                "flipChartIdentifierGuid": "e2e44e1c-5986-4026-a66d-8c55c66f91fa",
                "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": "jpawGu6+UkG2Us/WaplfNw==",
                "groupIdentifierGuid": "1ab0968e-beee-4152-b652-cfd66a995f37",
                "flipChart": {
                  "$id": "45",
                  "identifier": "ODDAeUDwC0qwusBLuIX6Fg==",
                  "identifierGuid": "79c03038-f040-4a0b-b0ba-c04bb885fa16",
                  "displayName": "sample string 2",
                  "sortOrder": 3,
                  "productsPerRow": 4,
                  "rowsPerPage": 5,
                  "buttonMarginX": 6,
                  "buttonMarginY": 7,
                  "beginButtonsX": 8,
                  "beginButtonsY": 9,
                  "autoSizeButtons": true,
                  "autoSizeGrid": true,
                  "showButtonText": true,
                  "showButtonImage": true,
                  "formLocationX": 1,
                  "formLocationY": 1,
                  "formWidth": 14,
                  "formHeight": 15,
                  "formMaximised": true,
                  "formResizable": true,
                  "formBackgroundImage": "sample string 16",
                  "formBackgroundColourA": 1,
                  "formBackgroundColourR": 1,
                  "formBackgroundColourG": 1,
                  "formBackgroundColourB": 1,
                  "formFontFamily": "sample string 17",
                  "formFontSize": 1.1,
                  "formFontStyle": 1,
                  "formAttributes": "sample string 18",
                  "buttonWidth": 19,
                  "buttonHeight": 20,
                  "buttonAnchor": 21,
                  "buttonBackgroundImage": "sample string 22",
                  "buttonTopColour": 1,
                  "buttonTextColour": 1,
                  "buttonBottomColour": 1,
                  "buttonBorderColour": 1,
                  "buttonBorderWidth": 1,
                  "buttonRadius": 1,
                  "buttonGradientMode": 1,
                  "buttonDropShadow": true,
                  "buttonShadowWidth": 1,
                  "buttonHighLightOnPush": true,
                  "buttonFontFamily": "sample string 23",
                  "buttonFontSize": 1.1,
                  "buttonFontStyle": 1,
                  "buttonTextAlign": 1,
                  "buttonWordBreak": true,
                  "buttonDrawImageAndButton": true,
                  "buttonVerticalText": true,
                  "buttonImageAlign": 1,
                  "panelLocationX": 1,
                  "panelLocationY": 1,
                  "panelWidth": 1,
                  "panelHeight": 1,
                  "panelAnchor": 1,
                  "panelFontFamily": "sample string 24",
                  "panelFontSize": 1.1,
                  "panelFontStyle": 1,
                  "panelBackgroundColour": 1,
                  "panelTextColour": 1,
                  "panelAttributes": "sample string 25",
                  "unsentCount": 26,
                  "group": {
                    "$id": "46",
                    "identifier": "0bCBwknbmEubHneAsZBS0w==",
                    "identifierGuid": "c281b0d1-db49-4b98-9b1e-7780b19052d3",
                    "name": "sample string 2",
                    "formType": "sample string 3",
                    "forms": [
                      {
                        "$id": "47",
                        "id": 1,
                        "g_UID": "UPLAKByWDU+UWmP+Dk7axA==",
                        "guid": "28c0f250-961c-4f0d-945a-63fe0e4edac4",
                        "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": "Q8SHJh11CUubtvK8BVbG8Q==",
                        "previousFormGuid": "2687c443-751d-4b09-9bb6-f2bc0556c6f1",
                        "nextForm": 1,
                        "nextFormG_UID": "z2CloOFej0yxoiSEPZLMGA==",
                        "nextFormGuid": "a0a560cf-5ee1-4c8f-b1a2-24843d92cc18",
                        "attributes": "sample string 10",
                        "updated": "2025-08-02T23:17:47.4567077",
                        "positioning": 1,
                        "contentPanel": "sample string 11",
                        "selectionMode": 1,
                        "maximumSelections": 1,
                        "alteredInStore": true,
                        "deleted": true,
                        "blueprintID": 1,
                        "preserveLayout": true,
                        "mainCheckoutFormName": "sample string 13",
                        "nextCheckoutForm": {
                          "$ref": "47"
                        },
                        "previousCheckoutForm": {
                          "$ref": "47"
                        },
                        "buttons": [
                          {
                            "$id": "48",
                            "id": 1,
                            "checkoutFormID": 2,
                            "checkoutFormG_UID": "rSd33qVnQk6qXtB/TLcAKQ==",
                            "checkoutFormGuid": "de7727ad-67a5-4e42-aa5e-d07f4cb70029",
                            "identifier": "2t+rviHZiEehWCbH7K77BA==",
                            "identifierGuid": "beabdfda-d921-4788-a158-26c7ecaefb04",
                            "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": "S6yYH47xDUipKOi8j4DS6A==",
                            "valueGuid": "1f98ac4b-f18e-480d-a928-e8bc8f80d2e8",
                            "buttonText": "sample string 10",
                            "valueText": "sample string 11",
                            "drawImageAndButton": true,
                            "updated": "2025-08-02T23:17:47.4567077",
                            "action": "sample string 12",
                            "valueForm": {
                              "$ref": "47"
                            },
                            "image": {
                              "$id": "49",
                              "name": "sample string 3.sample string 4",
                              "imageID": 2,
                              "imageName": "sample string 3",
                              "imageExtension": "sample string 4",
                              "lastUpdate": "2025-08-02T23:17:47.4567077",
                              "imageData": "QEA=",
                              "readOnly": true
                            }
                          },
                          {
                            "$ref": "48"
                          }
                        ],
                        "panels": [
                          {
                            "$id": "50",
                            "id": 1,
                            "checkoutFormID": 2,
                            "checkoutFormG_UID": "MPK6tuBZWUevSGnqIw8JaQ==",
                            "checkoutFormGuid": "b6baf230-59e0-4759-af48-69ea230f0969",
                            "panelType": "sample string 4",
                            "name": "sample string 5",
                            "locationX": 6,
                            "locationY": 7,
                            "width": 8,
                            "height": 9,
                            "anchor": 10,
                            "fontFamily": "sample string 11",
                            "fontSize": 12.1,
                            "fontStyle": 13,
                            "backgroundColour": 14,
                            "textColour": 15,
                            "attributes": "sample string 16"
                          },
                          {
                            "$ref": "50"
                          }
                        ]
                      },
                      {
                        "$ref": "47"
                      }
                    ],
                    "panels": [
                      {
                        "$ref": "50"
                      },
                      {
                        "$ref": "50"
                      }
                    ]
                  },
                  "pages": [
                    {
                      "$ref": "44"
                    },
                    {
                      "$ref": "44"
                    }
                  ]
                },
                "contentPanel": {
                  "$ref": "50"
                },
                "products": [
                  {
                    "$id": "51",
                    "flipChartPageIdentifier": "MhJurFFVTEW0gPoR98lg4g==",
                    "flipChartPageIdentifierGuid": "ac6e1232-5551-454c-b480-fa11f7c960e2",
                    "pluG_UID": "+nTrbvhXtUSAyJZCz+itHw==",
                    "pluGuid": "6eeb74fa-57f8-44b5-80c8-9642cfe8ad1f",
                    "sortOrder": 3,
                    "sent": true,
                    "productChanged": true,
                    "productImageName": "sample string 6",
                    "productShowImageOnFlipCharts": true,
                    "productShowTextOnFlipCharts": true,
                    "productOverrideFlipChartText": true,
                    "productFlipChartText": "sample string 10",
                    "product": {
                      "$ref": "4"
                    },
                    "departmentSortOrder": 11,
                    "subDepartmentName": "sample string 12"
                  },
                  {
                    "$ref": "51"
                  }
                ],
                "productCount": 27,
                "pages": [
                  {
                    "$ref": "44"
                  },
                  {
                    "$ref": "44"
                  }
                ]
              },
              {
                "$ref": "44"
              }
            ],
            "priceHistory": [
              {
                "$id": "52",
                "pluG_UID": "kI3bOjGuG0mSb9Uf8t75EA==",
                "pluGuid": "3adb8d90-ae31-491b-926f-d51ff2def910",
                "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:17:47.4567077",
                "previousPrice": 1,
                "previousCostCalcMethod": 1,
                "previousCost": 1,
                "previousWeightedAvgCost": 1,
                "previousLastCost": 1,
                "previousRawCost": 15,
                "previousRawWeightedAvgCost": 16,
                "previousRawLastCost": 17,
                "previousCostDecimals": 1,
                "previousServiceFeeID": 18,
                "previousFreight": 19.0,
                "previousFreightType": 20,
                "storeID": 21,
                "storeName": "sample string 22",
                "serviceFeeDescription": "sample string 23",
                "previousServiceFeeDescription": "sample string 24"
              },
              {
                "$ref": "52"
              }
            ],
            "ingredients": [
              {
                "$id": "53",
                "pluG_UID": "Ri7q84jm20yjTWa0WHJ3ig==",
                "ingredientGuid": "l+8pEZvCgE2YrPLkfucvnA==",
                "ingredientIdentifier": "1129ef97-c29b-4d80-98ac-f2e47ee72f9c",
                "quantity": 1.0,
                "storeIDs": [
                  1,
                  2
                ],
                "ingredientText": "sample string 1",
                "ingredient": {
                  "$ref": "4"
                }
              },
              {
                "$ref": "53"
              }
            ],
            "bins": [
              {
                "$id": "54",
                "pluG_UID": "2IC2ltFGmk6xqtnS66Qxug==",
                "pluGuid": "96b680d8-46d1-4e9a-b1aa-d9d2eba431ba",
                "shelfLocationIdentifier": "Uzsm5/9Wt0CtK7HgfcCKsg==",
                "shelfLocationGuid": "e7263b53-56ff-40b7-ad2b-b1e07dc08ab2",
                "labelShelfDefault": 1,
                "labelTalkerDefault": 1,
                "labelSmall": true,
                "labelPageLayoutG_UID": "AQEm2sM1EEas7QzB9Lj7kQ==",
                "labelPageLayoutGuid": "da260101-35c3-4610-aced-0cc1f4b8fb91",
                "updated": "2025-08-02T23:17:47.4567077",
                "electronicShelfLabelIdentifier": "sample string 5",
                "electronicshelfLabelsConfigurationID": 6,
                "labelShelfChanged": true,
                "productName": "sample string 8",
                "locationText": "sample string 9",
                "product": {
                  "$ref": "4"
                },
                "location": {
                  "$id": "55",
                  "identifier": "c3kfSwczoE6XQDu0ad7N+g==",
                  "storeID": 1,
                  "identifierGuid": "4b1f7973-3307-4ea0-9740-3bb469decdfa",
                  "name": "sample string 2",
                  "haccp": true,
                  "blueprintID": 1,
                  "updated": "2025-08-02T23:17:47.4567077",
                  "minTemp": 1,
                  "maxTemp": 1,
                  "checkFrequency": 1,
                  "storeCaseConfiguration": 5,
                  "storeName": "sample string 6",
                  "bins": [
                    {
                      "$ref": "54"
                    },
                    {
                      "$ref": "54"
                    }
                  ]
                }
              },
              {
                "$ref": "54"
              }
            ],
            "bin": {
              "$ref": "54"
            },
            "scaleLocations": [
              {
                "$id": "56",
                "plu": 1,
                "pluG_UID": "qJrOe5/ih0qFVi5xudv3WA==",
                "pluGuid": "7bce9aa8-e29f-4a87-8556-2e71b9dbf758",
                "deptNo": 1,
                "product": {
                  "$ref": "4"
                },
                "scaleLocation": {
                  "$id": "57",
                  "id": 1,
                  "deptNo": 1,
                  "deptCode": "sample string 2",
                  "name": "sample string 3",
                  "enabled": true,
                  "updated": "2025-08-02T23:17:47.4567077",
                  "department": {
                    "$id": "58",
                    "id": 1,
                    "name": "sample string 2",
                    "code": "sample string 3",
                    "sortOrder": 4,
                    "isLiquor": true,
                    "isTobacco": true,
                    "excludeTalker": true,
                    "externalSales": true,
                    "saleGLCode": "sample string 9",
                    "cogsglCode": "sample string 10",
                    "accountingCategoryID": 11,
                    "maximumMarkdownPercentage": 12.0,
                    "accountingOnly": true,
                    "generateExternalID": 1,
                    "useNonReportableTaxCode": true,
                    "minPLU": 15,
                    "maxPLU": 16,
                    "scaleLocation": {
                      "$ref": "57"
                    },
                    "subDepartments": [
                      {
                        "$id": "59",
                        "id": 1,
                        "departmentID": 2,
                        "name": "sample string 3",
                        "code": "sample string 4",
                        "departmentCode": "sample string 5",
                        "externalSales": true,
                        "minorDepartments": [
                          {
                            "$id": "60",
                            "id": 1,
                            "subDepartmentID": 2,
                            "departmentID": 3,
                            "name": "sample string 4",
                            "subDepartmentCode": "sample string 5",
                            "departmentCode": "sample string 6",
                            "code": "sample string 7",
                            "lesserDepartments": [
                              {
                                "$id": "61",
                                "id": 1,
                                "departmentID": 2,
                                "subDepartmentID": 3,
                                "minorDepartmentID": 4,
                                "name": "sample string 5",
                                "code": "sample string 6",
                                "departmentCode": "sample string 7",
                                "subDepartmentCode": "sample string 8",
                                "minorDepartmentCode": "sample string 9",
                                "updated": "2025-08-02T23:17:47.4567077",
                                "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": "PT6IfgzOkkm2sJMegFLbOA==",
                                "labelPageLayoutGuid": "7e883e3d-ce0c-4992-b6b0-931e8052db38",
                                "minimumAge": 17,
                                "countryOfOrigin": "sample string 18",
                                "serviceFeeID": 1,
                                "eftCode": 19,
                                "defaultPrinter": "sample string 20",
                                "defaultPrinterGroup": "sample string 21",
                                "buyingLimit": 1,
                                "buyingLimitIndependent": true,
                                "buyingLimitType": 0,
                                "includeInDistinctLimit": true,
                                "defaultsEmpty": false,
                                "mscCat": {
                                  "$id": "62",
                                  "dept": 1,
                                  "category": 2,
                                  "name": "sample string 3",
                                  "active": true,
                                  "mscCommodities": [
                                    {
                                      "$id": "63",
                                      "dept": 1,
                                      "category": 2,
                                      "commodity": 3,
                                      "name": "sample string 4",
                                      "active": true,
                                      "mscSubCommodities": [
                                        {
                                          "$id": "64",
                                          "dept": 1,
                                          "category": 2,
                                          "commodity": 3,
                                          "subCommodity": 4,
                                          "name": "sample string 5",
                                          "active": true,
                                          "subCommodityCode": "sample string 7"
                                        },
                                        {
                                          "$ref": "64"
                                        }
                                      ],
                                      "commodityCode": "sample string 6"
                                    },
                                    {
                                      "$ref": "63"
                                    }
                                  ],
                                  "categoryCode": "sample string 5"
                                },
                                "mscCom": {
                                  "$ref": "63"
                                },
                                "mscDep": {
                                  "$id": "65",
                                  "dept": 1,
                                  "name": "sample string 2",
                                  "active": true,
                                  "mscCategories": [
                                    {
                                      "$ref": "62"
                                    },
                                    {
                                      "$ref": "62"
                                    }
                                  ],
                                  "deptCode": "sample string 4"
                                },
                                "mscSubCom": {
                                  "$ref": "64"
                                }
                              },
                              {
                                "$ref": "61"
                              }
                            ],
                            "updated": "2025-08-02T23:17:47.4567077",
                            "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": "y5EEwEDr9E+U+wC9OpoAOA==",
                            "labelPageLayoutGuid": "c00491cb-eb40-4ff4-94fb-00bd3a9a0038",
                            "minimumAge": 15,
                            "countryOfOrigin": "sample string 16",
                            "serviceFeeID": 1,
                            "eftCode": 17,
                            "defaultPrinter": "sample string 18",
                            "defaultPrinterGroup": "sample string 19",
                            "buyingLimit": 1,
                            "buyingLimitIndependent": true,
                            "buyingLimitType": 0,
                            "includeInDistinctLimit": true,
                            "defaultsEmpty": false,
                            "mscCat": {
                              "$ref": "62"
                            },
                            "mscCom": {
                              "$ref": "63"
                            },
                            "mscDep": {
                              "$ref": "65"
                            },
                            "mscSubCom": {
                              "$ref": "64"
                            }
                          },
                          {
                            "$ref": "60"
                          }
                        ],
                        "investmentBuyOverride": true,
                        "updated": "2025-08-02T23:17:47.4567077",
                        "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": "nYEFQMK0l0eWqW+JaL715g==",
                        "labelPageLayoutGuid": "4005819d-b4c2-4797-96a9-6f8968bef5e6",
                        "minimumAge": 15,
                        "countryOfOrigin": "sample string 16",
                        "serviceFeeID": 1,
                        "eftCode": 17,
                        "defaultPrinter": "sample string 18",
                        "defaultPrinterGroup": "sample string 19",
                        "buyingLimit": 1,
                        "buyingLimitIndependent": true,
                        "buyingLimitType": 0,
                        "includeInDistinctLimit": true,
                        "defaultsEmpty": false,
                        "mscCat": {
                          "$ref": "62"
                        },
                        "mscCom": {
                          "$ref": "63"
                        },
                        "mscDep": {
                          "$ref": "65"
                        },
                        "mscSubCom": {
                          "$ref": "64"
                        }
                      },
                      {
                        "$ref": "59"
                      }
                    ],
                    "stores": [
                      1,
                      2
                    ],
                    "investmentBuyOverride": true,
                    "updated": "2025-08-02T23:17:47.4567077",
                    "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": "+0Jpd5Y9wUmg1CK4U9MmEw==",
                    "labelPageLayoutGuid": "776942fb-3d96-49c1-a0d4-22b853d32613",
                    "minimumAge": 25,
                    "countryOfOrigin": "sample string 26",
                    "serviceFeeID": 1,
                    "eftCode": 27,
                    "defaultPrinter": "sample string 28",
                    "defaultPrinterGroup": "sample string 29",
                    "buyingLimit": 1,
                    "buyingLimitIndependent": true,
                    "buyingLimitType": 0,
                    "includeInDistinctLimit": true,
                    "defaultsEmpty": false,
                    "mscCat": {
                      "$ref": "62"
                    },
                    "mscCom": {
                      "$ref": "63"
                    },
                    "mscDep": {
                      "$ref": "65"
                    },
                    "mscSubCom": {
                      "$ref": "64"
                    }
                  }
                }
              },
              {
                "$ref": "56"
              }
            ],
            "nextPrice": {
              "$ref": "2"
            },
            "currentCostStart": "2025-08-02T23:17:47.4567077",
            "dealCosts": [
              {
                "$id": "66",
                "headerIdentifier": "q6E4CjEbS0yi0nAjn+H7Lg==",
                "headerIdentifierGuid": "0a38a1ab-1b31-4c4b-a2d2-70239fe1fb2e",
                "identifier": "2kKvRKWf30S7A78Me51/ZA==",
                "identifierGuid": "44af42da-9fa5-44df-bb03-bf0c7b9d7f64",
                "supplierIdentifier": "GTALpLFwzkGhoTb0nnchNA==",
                "supplierGuid": "a40b3019-70b1-41ce-a1a1-36f49e772134",
                "pluG_UID": "rvNvTcGFSUmYr0Fx4gEquQ==",
                "pluGuid": "4d6ff3ae-85c1-4949-98af-4171e2012ab9",
                "campaignName": "018c4c1a-2cf0-43e5-8505-e3d2ede0e982",
                "description": "sample string 4",
                "cost": 5,
                "costDecimals": 6,
                "start": "2025-08-02T23:17:47.4567077",
                "end": "2025-08-02T23:17:47.4567077",
                "type": 9,
                "promoType": 10,
                "bonusItemPLUG_UID": "BKgidba4dE6Fr0ro7UT9Wg==",
                "bonusItemPluGuid": "7522a804-b8b6-4e74-85af-4ae8ed44fd5a",
                "bonusPurchaseUnits": 11,
                "bonusReceiveUnits": 12,
                "updated": "2025-08-02T23:17:47.4567077",
                "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:17:47.4567077",
                "campaignEndDate": "2025-08-02T23:17:47.4567077",
                "masterPLUG_UID": "g8onLRNKa0era6Uk3AjWrg==",
                "masterID": "2d27ca83-4a13-476b-ab6b-a524dc08d6ae",
                "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": "xxhOYW0bE0i9YqthVfMyyQ==",
                "bonusMasterID": "614e18c7-1b6d-4813-bd62-ab6155f332c9",
                "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
              },
              {
                "$ref": "66"
              }
            ],
            "tags": [
              {
                "$id": "67",
                "pluG_UID": "Zfq0NB7l9k2rx9fhkUIvVg==",
                "pluGuid": "34b4fa65-e51e-4df6-abc7-d7e191422f56",
                "tagID": 1,
                "description": "sample string 1",
                "storeIDs": [
                  1,
                  2
                ]
              },
              {
                "$ref": "67"
              }
            ],
            "alternateProductG_UID": "quUKDmT0dUu1WEqinOGInQ==",
            "alternateProduct": "0e0ae5aa-f464-4b75-b558-4aa29ce1889d",
            "productHostCode": {
              "$id": "68",
              "id": 1,
              "pluG_UID": "h3j8jgWtf0+CVl4Eig0GlQ==",
              "pluGuid": "8efc7887-ad05-4f7f-8256-5e048a0d0695",
              "ibaCode": "sample string 2"
            },
            "mscCat": {
              "$ref": "62"
            },
            "mscCom": {
              "$ref": "63"
            },
            "mscDep": {
              "$ref": "65"
            },
            "mscSubCom": {
              "$ref": "64"
            },
            "isUserUpdate": true,
            "ignoreMasterProduct": true,
            "priceGroupLabelRequested": true,
            "firstSold": "2025-08-02T23:17:47.4567077",
            "inventoryTracked": "2025-08-02T23:17:47.4567077",
            "isNormalPriceChangesCampaign": true
          },
          "campaignPlu": {
            "$ref": "2"
          }
        },
        {
          "$ref": "3"
        }
      ],
      "campaign": {
        "$ref": "1"
      },
      "product": {
        "$ref": "4"
      },
      "dealCost": {
        "$ref": "66"
      }
    },
    {
      "$ref": "2"
    }
  ],
  "campaignPools": [
    {
      "$id": "69",
      "id": 1,
      "campaignID": 2,
      "campaignName": "sample string 3",
      "plu": 4,
      "pluG_UID": "cz3wL/7tP0aqczn0452cfA==",
      "pluGuid": "2ff03d73-edfe-463f-aa73-39f4e39d9c7c",
      "hostOfferID": 1,
      "priceGroupG_UID": "JWlhr80DL0CdUIQc2UlX8w==",
      "priceGroupGuid": "af616925-03cd-402f-9d50-841cd94957f3",
      "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:17:47.4567077",
      "rrp": 17,
      "campaignDescription": "sample string 18",
      "product": {
        "$ref": "4"
      },
      "campaign": {
        "$ref": "1"
      }
    },
    {
      "$ref": "69"
    }
  ],
  "sellingRules": [
    {
      "$id": "70",
      "id": 1,
      "identifier": "QZwqNAj/c0mBPIb1Kf9zjw==",
      "identifierStr": "QZwqNAj/c0mBPIb1Kf9zjw==",
      "identifierGuid": "342a9c41-ff08-4973-813c-86f529ff738f",
      "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": "1"
      }
    },
    {
      "$ref": "70"
    }
  ],
  "customers": [
    {
      "$id": "71",
      "id": 1,
      "campaignID": 2,
      "campaignName": "sample string 3",
      "customerID": "+Qw4OnzSHUC99/RoRyp5WA==",
      "customerIDGuid": "3a380cf9-d27c-401d-bdf7-f468472a7958",
      "campaign": {
        "$ref": "1"
      },
      "customer": {
        "$id": "72",
        "identifier": "DBYt/pxWhkiwmGzMDVNzaw==",
        "identifierGuid": "fe2d160c-569c-4886-b098-6ccc0d53736b",
        "code": "sample string 2",
        "familyName": "sample string 3",
        "givenName": "sample string 4",
        "otherName": "sample string 5",
        "title": "sample string 6",
        "dateOfBirth": "2025-08-02T23:17:47.4567077",
        "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": "d2VzWUji40mJx234xSOzvw==",
        "communityIdentifierGuid": "59736577-e248-49e3-89c7-6df8c523b3bf",
        "joined": "2025-08-02T23:17:47.4567077",
        "updated": "2025-08-02T23:17:47.4567077",
        "active": true,
        "reasonInactive": 1,
        "groupCustomer": true,
        "loyaltyPoints": 1,
        "homeStoreID": 1,
        "availableSpend": 1,
        "priceLevelIdentifier": "AlJtulVK2k2T8Hliy/t3mg==",
        "priceLevelIdentifierGuid": "ba6d5202-4a55-4dda-93f0-7962cbfb779a",
        "marketingID": "sample string 18",
        "hidden": true,
        "registered": true,
        "registeredOn": "2025-08-02T23:17:47.4567077",
        "emailMarketing": true,
        "smsMarketing": true,
        "deleted": true,
        "deletedUser": "sample string 24",
        "homeStoreName": "sample string 25",
        "customerCards": [
          {
            "$id": "73",
            "cardType": 2,
            "issueDate": "2025-08-02T23:17:47.4567077",
            "expiry": "2025-08-02T23:17:47.4567077",
            "customerID": "9D5R/jmcDEeRIw1ZPVtoxQ==",
            "customerIDGuid": "fe513ef4-9c39-470c-9123-0d593d5b68c5",
            "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:17:47.4567077",
            "linkedAccount": "0mgxY+ArGUe85mVAYqnhag==",
            "linkedAccountGuid": "633168d2-2be0-4719-bce6-654062a9e16a",
            "currentValueChanged": true,
            "limitsChanged": true,
            "customer": {
              "$ref": "72"
            },
            "account": {
              "$id": "74",
              "id": 1,
              "identifier": "kZQGtBugM0WSvae2JoakFw==",
              "identifierGuid": "b4069491-a01b-4533-92bd-a7b62686a417",
              "referenceNo": "sample string 3",
              "name": "sample string 4",
              "created": "2025-08-02T23:17:47.4567077",
              "owner": "BlJIL+cDrE+AfJjxt4uCXg==",
              "ownerGuid": "2f485206-03e7-4fac-807c-98f1b78b825e",
              "accountStoreGroupIdentifier": "VVdH/gqw0EiGpHUlDqmAZQ==",
              "accountStoreGroupGuid": "fe475755-b00a-48d0-86a4-75250ea98065",
              "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:17:47.4567077",
              "active": true,
              "updated": "2025-08-02T23:17:47.4567077",
              "deleted": true,
              "deletedUser": "sample string 16",
              "currentBalanceChanged": true,
              "maximumLimitChanged": true,
              "loyaltyPointsChanged": true,
              "projectedBalance": 17,
              "accountStoreGroupStoreIDs": [
                1,
                2
              ],
              "customerEmail": "sample string 18",
              "ownerCustomer": {
                "$ref": "72"
              },
              "card": {
                "$ref": "73"
              },
              "members": {
                "$id": "75",
                "sample string 1": [
                  {
                    "$ref": "72"
                  },
                  {
                    "$ref": "72"
                  }
                ],
                "sample string 2": [
                  {
                    "$ref": "72"
                  },
                  {
                    "$ref": "72"
                  }
                ]
              },
              "customerGroups": [
                {
                  "$id": "76",
                  "identifier": "YO3eMPLOQku4za8Mjkv6EA==",
                  "identifierGuid": "30deed60-cef2-4b42-b8cd-af0c8e4bfa10",
                  "name": "sample string 2",
                  "primaryContact": "0eqypNvJCUm5pw1eqn8J5A==",
                  "primaryContactGuid": "a4b2ead1-c9db-4909-b9a7-0d5eaa7f09e4",
                  "accountID": "Xi3vDVr1Q0eXro1C25frqg==",
                  "accountIDGuid": "0def2d5e-f55a-4743-97ae-8d42db97ebaa",
                  "special": true,
                  "updated": "2025-08-02T23:17:47.4567077",
                  "active": true,
                  "reasonInactive": 1,
                  "priceLevelIdentifier": "aQhsVcyL8EmnBylTuRULAQ==",
                  "priceLevelIdentifierGuid": "556c0869-8bcc-49f0-a707-2953b9150b01",
                  "deleted": true,
                  "account": {
                    "$ref": "74"
                  },
                  "primaryContactCustomer": {
                    "$ref": "72"
                  },
                  "customerGroupMembers": [
                    {
                      "$id": "77",
                      "id": 1,
                      "groupID": "7BUDAZsGhUW3GA/2zHpD7Q==",
                      "groupIDGuid": "010315ec-069b-4585-b718-0ff6cc7a43ed",
                      "customerID": "ROJuX6Y1HEiJRzmQaAxdvw==",
                      "customerIDGuid": "5f6ee244-35a6-481c-8947-3990680c5dbf",
                      "card": "sample string 4",
                      "linkedAccount": "/6fYiwdrn0aPsPV5gMU2oA==",
                      "linkedAccountGuid": "8bd8a7ff-6b07-469f-8fb0-f57980c536a0",
                      "customer": {
                        "$ref": "72"
                      },
                      "group": {
                        "$ref": "76"
                      },
                      "customerCard": {
                        "$ref": "73"
                      }
                    },
                    {
                      "$ref": "77"
                    }
                  ]
                },
                {
                  "$ref": "76"
                }
              ]
            },
            "payments": [
              {
                "$id": "78",
                "id": 1,
                "identifier": "UOmZJDizTk6ED+v+E/LUAg==",
                "identifierGuid": "2499e950-b338-4e4e-840f-ebfe13f2d402",
                "storeID": 2,
                "operatorName": "sample string 3",
                "saleHeaderID": 4,
                "paymentType": 5,
                "amount": 6,
                "account": "sample string 7",
                "accountID": "+l5MI8vUskCm8LpN6I48Kg==",
                "accountIDGuid": "234c5efa-d4cb-40b2-a6f0-ba4de88e3c2a",
                "customerAccount": {
                  "$ref": "74"
                },
                "customerCard": {
                  "$ref": "73"
                },
                "accountType": 1,
                "cardName": "sample string 8",
                "authorisationNumber": "sample string 9",
                "bankReference": "sample string 10",
                "merchantID": "sample string 11",
                "terminalID": "sample string 12",
                "cardNumber": "sample string 13",
                "paymentDate": "2025-08-02T23:17:47.4567077",
                "invRocNo": "sample string 14",
                "responseCode": "sample string 15",
                "cashout": 1,
                "tip": 16,
                "idempotentVoid": "8n0yUKuvQ06Tss3bCz1Fow==",
                "idempotentVoidGuid": "50327df2-afab-4e43-93b2-cddb0b3d45a3",
                "offline": true,
                "processed": 1,
                "storeSaleHeader": {
                  "$id": "79",
                  "saleHeaderID": 1,
                  "saleHeaderGuid": "GEYEdYknaEKSnfKPN9ABVQ==",
                  "saleHeaderIdentifierGuid": "75044618-2789-4268-929d-f28f37d00155",
                  "created": "2025-08-02T23:17:47.4567077",
                  "createdLocal": "2025-08-02T23:17:47.4567077",
                  "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:17:47.4567077",
                  "storeID": 1,
                  "operatorG_Uid": "exWMmBuc80OR4FeUegXnww==",
                  "operatorGuid": "988c157b-9c1b-43f3-91e0-57947a05e7c3",
                  "customerG_Uid": "pPK0fv8upUmCUJiJU9mrkQ==",
                  "customerGuid": "7eb4f2a4-2eff-49a5-8250-988953d9ab91",
                  "communityIdentifier": "kJYGcwQjhUSypNDuOZxjqA==",
                  "communityIdentifierGuid": "73069690-2304-4485-b2a4-d0ee399c63a8",
                  "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": "hdB5oRD/Hk2BEnxkSQHg4g==",
                  "priceLevelIdentifierGuid": "a179d085-ff10-4d1e-8112-7c644901e0e2",
                  "locked": 36,
                  "relationChecksum": "sample string 37",
                  "loyaltyTender": 1,
                  "giftCardTender": 1,
                  "operator": {
                    "$ref": "39"
                  },
                  "customer": {
                    "$ref": "72"
                  },
                  "communityOrganisation": {
                    "$id": "80",
                    "id": 1,
                    "identifier": "FBG5fVYOF0uFPmR/L+Nh4w==",
                    "identifierGuid": "7db91114-0e56-4b17-853e-647f2fe361e3",
                    "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:17:47.4567077",
                    "deleted": true
                  },
                  "details": [
                    {
                      "$id": "81",
                      "saleItemID": 1,
                      "identifier": "vA8Ou5S4YEy/Z6DPlbJifQ==",
                      "identifierGuid": "bb0e0fbc-b894-4c60-bf67-a0cf95b2627d",
                      "saleHeaderID": 2,
                      "plu": 1,
                      "pluG_UId": "4e2sT327xkigi0S2FnK/SA==",
                      "pluGuid": "4facede1-bb7d-48c6-a08b-44b61672bf48",
                      "accountID": "0vdvuy7gp02KwU1ppCioBQ==",
                      "accountIDGuid": "bb6ff7d2-e02e-4da7-8ac1-4d69a428a805",
                      "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:17:47.4567077",
                      "bestOrExpireType": 1,
                      "providerName": "sample string 11",
                      "refundG_UID": "I+3N/H3eO06CF8N3/MEIXQ==",
                      "refundGuid": "fccded23-de7d-4e3b-8217-c377fcc1085d",
                      "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": "qDl8PlF3QUycUjGsL17rZA==",
                      "idempotentVoidGuid": "3e7c39a8-7751-4c41-9c52-31ac2f5eeb64",
                      "priceLevelIdentifier": "zja/YudytkukMT4Luy7Ocg==",
                      "priceLevelIdentifierGuid": "62bf36ce-72e7-4bb6-a431-3e0bbb2ece72",
                      "productName": "sample string 23",
                      "apn": "sample string 24",
                      "unknownScans": [
                        {
                          "$id": "82",
                          "id": 1,
                          "saleDetailID": 2,
                          "storeID": 1,
                          "scanned": "2025-08-02T23:17:47.4567077",
                          "operatorG_UID": "QEA=",
                          "barcode": "sample string 4",
                          "processed": 1
                        },
                        {
                          "$ref": "82"
                        }
                      ],
                      "refund": {
                        "$id": "83",
                        "id": 1,
                        "g_UID": "Z4KmGCek9UyUFsy3eCsCVQ==",
                        "guid": "18a68267-a427-4cf5-9416-ccb7782b0255",
                        "description": "sample string 1",
                        "dumped": true,
                        "inventoryReasonID": 1,
                        "sortOrder": 1,
                        "updated": "2025-08-02T23:17:47.4567077"
                      },
                      "modifier": {
                        "$id": "84",
                        "id": 1,
                        "setG_UID": "V00UonOsnkeraZ1svAKGjw==",
                        "modifierSetGuid": "a2144d57-ac73-479e-ab69-9d6cbc02868f",
                        "name": "sample string 2",
                        "price": 1,
                        "quantity": 1,
                        "modifierType": 1,
                        "groupNumber": 1,
                        "pageNumber": 1,
                        "controlOrder": 1,
                        "printToStation": true,
                        "pluG_UID": "ltQlfHKziUGTNRP1GXHTvQ==",
                        "pluGuid": "7c25d496-b372-4189-9335-13f51971d3bd",
                        "deleted": true,
                        "g_UID": "M0pFnhTyTE+jz3qmTLNdQw==",
                        "guid": "9e454a33-f214-4f4c-a3cf-7aa64cb35d43",
                        "product": {
                          "$ref": "4"
                        }
                      },
                      "priceLevelName": "sample string 25",
                      "pumpNumber": 1,
                      "hoseNumber": 1
                    },
                    {
                      "$ref": "81"
                    }
                  ],
                  "eftReceipts": [
                    {
                      "$id": "85",
                      "id": 1,
                      "storeID": 1,
                      "saleHeaderID": 2,
                      "storeSaleHeader": {
                        "$ref": "79"
                      },
                      "receipt": "sample string 3",
                      "processed": 1
                    },
                    {
                      "$ref": "85"
                    }
                  ],
                  "payments": [
                    {
                      "$ref": "78"
                    },
                    {
                      "$ref": "78"
                    }
                  ],
                  "cards": [
                    {
                      "$id": "86",
                      "id": 1,
                      "saleHeaderID": 1,
                      "identifier": "sample string 2",
                      "cardType": 3,
                      "providerName": "sample string 4"
                    },
                    {
                      "$ref": "86"
                    }
                  ],
                  "campaignHits": [
                    {
                      "$id": "87",
                      "id": 1,
                      "saleHeaderID": 2,
                      "campaign": "sample string 3",
                      "name": "sample string 4",
                      "processed": 1,
                      "campaignDescription": "sample string 5"
                    },
                    {
                      "$ref": "87"
                    }
                  ],
                  "fuel": [
                    {
                      "$id": "88",
                      "id": 1,
                      "plu": 1,
                      "pluG_UID": "+9/GliMk7EybuYzXkhegbw==",
                      "pluGuid": "96c6dffb-2423-4cec-9bb9-8cd79217a06f",
                      "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:17:47.4567077",
                      "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:17:47.4567077",
                      "tagNumber": "sample string 15",
                      "trackTwoRem": "sample string 16",
                      "transCode": 1,
                      "transType": 1,
                      "unitPrice": 1.0,
                      "vehicleReg": "sample string 17",
                      "offline": true,
                      "processed": 1
                    },
                    {
                      "$ref": "88"
                    }
                  ],
                  "fuelResells": [
                    {
                      "$id": "89",
                      "saleItemID": 1,
                      "saleHeaderID": 2,
                      "plu": 1,
                      "pluG_UId": "dA/NwgLY7EmBTwzFXqMn4Q==",
                      "pluGuid": "c2cd0f74-d802-49ec-814f-0cc55ea327e1",
                      "accountID": "JpdpYcUr20qacjqNySjU3g==",
                      "accountIDGuid": "61699726-2bc5-4adb-9a72-3a8dc928d4de",
                      "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:17:47.4567077",
                      "bestOrExpireType": 1,
                      "refundG_UID": "JkWZqdeks0uzxhl7JbiFkw==",
                      "refundGuid": "a9994526-a4d7-4bb3-b3c6-197b25b88593",
                      "providerName": "sample string 10",
                      "campaign": "sample string 11",
                      "campaignType": 1,
                      "modifiedID": 1,
                      "omittedIngredient": 1,
                      "taxPercent": 1.0,
                      "taxAmount": 1.0,
                      "refundablePrice": 1.0,
                      "showDiscounts": true,
                      "orderPrinted": true,
                      "note": "sample string 14",
                      "modifierName": "sample string 15",
                      "modifierSetName": "sample string 16",
                      "totalValueWasScanned": true,
                      "sold": true,
                      "campaignPrice": true,
                      "scannedValue": 1,
                      "campaignName": "sample string 20",
                      "comboDiscount": 1
                    },
                    {
                      "$ref": "89"
                    }
                  ],
                  "customerOrder": [
                    {
                      "$id": "90",
                      "identifier": "d/UHIt+7SUita4bqCZkGMQ==",
                      "identifierGuid": "2207f577-bbdf-4849-ad6b-86ea09990631",
                      "id": 1,
                      "orderNo": 2,
                      "externalSaleIdentifier": "sample string 3",
                      "storeID": 4,
                      "zoneID": 5,
                      "deptNo": 6,
                      "customerIdentifier": "k6eamJNLuk2HIEUTY/0dew==",
                      "customerIdentifierGuid": "989aa793-4b93-4dba-8720-451363fd1d7b",
                      "operatorNo": 1,
                      "operatorG_UID": "H3c4PCEHyUSQNCMImrQ8Hg==",
                      "operatorGuid": "3c38771f-0721-44c9-9034-23089ab43c1e",
                      "created": "2025-08-02T23:17:47.4567077",
                      "ordered": "2025-08-02T23:17:47.4567077",
                      "started": "2025-08-02T23:17:47.4567077",
                      "completed": "2025-08-02T23:17:47.4567077",
                      "supplied": "2025-08-02T23:17:47.4567077",
                      "quickTicket": 1,
                      "deleted": true,
                      "walkAway": true,
                      "approxWait": 1,
                      "actualWait": 1,
                      "deliveryMethod": 8,
                      "externalSaleType": 9,
                      "customer": {
                        "$ref": "72"
                      },
                      "operator": {
                        "$ref": "39"
                      },
                      "details": [
                        {
                          "$id": "91",
                          "headerID": 1,
                          "plu": 1,
                          "pluG_UId": "pJKONT6l80e70zuAB+7WPw==",
                          "pluGuid": "358e92a4-a53e-47f3-bbd3-3b8007eed63f",
                          "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": "lSAmgP4g8kKHN+OdjYPeXg==",
                          "headerIdentifierGuid": "80262095-20fe-42f2-8737-e39d8d83de5e",
                          "product": {
                            "$ref": "4"
                          }
                        },
                        {
                          "$ref": "91"
                        }
                      ],
                      "storeName": "sample string 11",
                      "customerName": "sample string 12",
                      "storeReplyTo": "sample string 13",
                      "storeSubjectLine": "sample string 14",
                      "storeSaleHeader": {
                        "$ref": "79"
                      }
                    },
                    {
                      "$ref": "90"
                    }
                  ],
                  "surveyResponses": [
                    {
                      "$id": "92",
                      "surveyG_UID": "FPR3ppHW2EqKYgTkF0+8uQ==",
                      "surveyGuid": "a677f414-d691-4ad8-8a62-04e4174fbcb9",
                      "saleHeaderGuid": "MhGgmgsZWU+obp0u4KwunA==",
                      "saleGuid": "9aa01132-190b-4f59-a86e-9d2ee0ac2e9c",
                      "textResponse": "sample string 1",
                      "integerResponse": 1,
                      "g_UIDResponse": "r5eOAbyE70+JW3UQy0JmOw==",
                      "guidResponse": "018e97af-84bc-4fef-895b-7510cb42663b",
                      "whoAnswered": 2,
                      "answeredAtUTC": "2025-08-02T23:17:47.4567077",
                      "sale": {
                        "$ref": "79"
                      },
                      "survey": {
                        "$id": "93",
                        "g_UID": "cWZaQISEu0C79b6jG3xMuA==",
                        "guid": "405a6671-8484-40bb-bbf5-bea31b7c4cb8",
                        "name": "sample string 1",
                        "storeID": 2,
                        "zoneID": 1,
                        "checkoutFormG_UID": "0d5JHtHWbEGpvJwPFuIaPA==",
                        "checkoutFormGuid": "1e49ded1-d6d1-416c-a9bc-9c0f16e21a3c",
                        "displayToWho": 3,
                        "displayWhen": 4,
                        "start": "2025-08-02T23:17:47.4567077",
                        "end": "2025-08-02T23:17:47.4567077",
                        "deleted": true,
                        "updated": "2025-08-02T23:17:47.4567077",
                        "possibleIntegerResponses": [
                          1,
                          2
                        ],
                        "possibleTextResponses": [
                          "sample string 1",
                          "sample string 2"
                        ],
                        "possibleGuidResponses": [
                          "5061e323-2aab-4a6b-9c87-2e8ab12f6aed",
                          "6dfaa8e2-a938-4234-a645-21acad054b7f"
                        ],
                        "allowsAllTextResponses": true,
                        "surveyForm": {
                          "$ref": "47"
                        }
                      },
                      "ingressId": "sample string 4"
                    },
                    {
                      "$ref": "92"
                    }
                  ],
                  "storeName": "sample string 38",
                  "machineName": "sample string 39",
                  "operatorName": "sample string 40",
                  "direction": 1,
                  "reason": "sample string 41",
                  "accountG_UID": "8DOkij7fakaw2NjqDybJTA==",
                  "accountIdentifier": "8aa433f0-df3e-466a-b0d8-d8ea0f26c94c",
                  "accountName": "sample string 42",
                  "customerOrderIdentifier": "eV1xGqTCnkO3YNv+9SFmXg==",
                  "customerOrderIdentifierGuid": "1a715d79-c2a4-439e-b760-dbfef521665e",
                  "priceLevelName": "sample string 43",
                  "revision": 44,
                  "ingressId": "sample string 45"
                },
                "metadata": {
                  "$id": "94",
                  "id": 1,
                  "paymentID": 2,
                  "paymentIdentifier": "16ZS/N0DkUSRfnDaGMb0Lg==",
                  "paymentIdentifierGuid": "fc52a6d7-03dd-4491-917e-70da18c6f42e",
                  "identifier": "f8QHDjTmlEK4L4WQvwfxoQ==",
                  "identifierGuid": "0e07c47f-e634-4294-b82f-8590bf07f1a1",
                  "metadata": "sample string 3",
                  "signatureImage": "QEA=",
                  "itemIdentifier": "0FApV38SbUeb7xCPNjcSnw==",
                  "itemIdentifierGuid": "572950d0-127f-476d-9bef-108f3637129f"
                }
              },
              {
                "$ref": "78"
              }
            ]
          },
          {
            "$ref": "73"
          }
        ],
        "customerGroupMembers": [
          {
            "$ref": "77"
          },
          {
            "$ref": "77"
          }
        ],
        "customerGroups": [
          {
            "$ref": "76"
          },
          {
            "$ref": "76"
          }
        ],
        "accounts": [
          {
            "$ref": "74"
          },
          {
            "$ref": "74"
          }
        ],
        "account": {
          "$ref": "74"
        },
        "vouchers": [
          {
            "$id": "95",
            "customerIdentifier": "YeQqObpNq0uE5HS02boWSA==",
            "customerIdentifierGuid": "392ae461-4dba-4bab-84e4-74b4d9ba1648",
            "voucherName": "sample string 2",
            "count": 3,
            "storeID": 4,
            "barcode": "sample string 5",
            "redeemCount": 6,
            "issueCount": 7,
            "storeSalePaymentID": 1,
            "idempotentID": "rmuiuyn/K0y5rJrnxlKR+Q==",
            "idempotentGuid": "bba26bae-ff29-4c2b-b9ac-9ae7c65291f9",
            "offline": true,
            "voucher": {
              "$id": "96",
              "id": 1,
              "name": "sample string 2",
              "description": "sample string 3",
              "shortDescription": "sample string 4",
              "url": "sample string 5",
              "barcodeTemplateID": 1,
              "expiry": 0,
              "voucherType": 6,
              "limitPerTransaction": 7,
              "customerTracking": true,
              "discountAccount": "sample string 9",
              "endDate": "2025-08-02T23:17:47.4567077",
              "barcodeTemplate": {
                "$id": "97",
                "templateID": 1,
                "template": "sample string 1",
                "bcFunction": "sample string 2",
                "sortOrder": 3
              },
              "scaleLabel": {
                "$id": "98",
                "id": 1,
                "uid": "sample string 2",
                "name": "sample string 3",
                "width": 1.1,
                "height": 1.1,
                "showBorder": true,
                "borderWidth": 1.1,
                "borderStyle": 1,
                "borderColour": "sample string 5",
                "updated": "2025-08-02T23:17:47.4567077",
                "labelPageLayout": "JpxIe23ix0qwAtoxvXVvhw==",
                "pageLayoutGuid": "7b489c26-e26d-4ac7-b002-da31bd756f87",
                "labelType": 6,
                "oldName": "sample string 7",
                "voucher": {
                  "$ref": "96"
                },
                "elements": [
                  {
                    "$id": "99",
                    "id": 1,
                    "scaleLabelID": 2,
                    "showPercentDI": true,
                    "showAvgPerHundred": true,
                    "showAvgPerServe": true,
                    "name": "sample string 6",
                    "x": 1.1,
                    "y": 1.1,
                    "width": 1.1,
                    "height": 1.1,
                    "type": 1,
                    "rotation": 1,
                    "text": "sample string 7",
                    "fontFamily": "sample string 8",
                    "align": 1,
                    "bold": true,
                    "italic": true,
                    "underline": true,
                    "strikeout": true,
                    "reverse": true,
                    "textColour": "sample string 9",
                    "fontSize": 1.1,
                    "picture": "QEA=",
                    "borderWidth": 10,
                    "sortOrder": 11,
                    "printOptions": 12,
                    "superScriptTextFontSize": 1.1,
                    "lineStyle": 1,
                    "spacingStyle": 1,
                    "interCharacterSpacing": 1.1,
                    "superScriptOffset": 1.1,
                    "lineSpacing": 1.1,
                    "dateFormat": "sample string 13",
                    "autoGrow": true,
                    "fontAutoResize": true,
                    "updated": "2025-08-02T23:17:47.4567077"
                  },
                  {
                    "$ref": "99"
                  }
                ]
              },
              "customerVouchers": [
                {
                  "$id": "100",
                  "id": 1,
                  "customerIdentifier": "Ke31/r5D1kCBTWc2FjiXIg==",
                  "customerIdentifierGuid": "fef5ed29-43be-40d6-814d-673616389722",
                  "voucherID": 3,
                  "voucherName": "sample string 4",
                  "storeID": 1,
                  "barcode": "sample string 5",
                  "dateOfIssue": "2025-08-02T23:17:47.4567077",
                  "issuedSaleHeaderID": 1,
                  "issuedSaleIdentifier": "sample string 7",
                  "issuedOfflinePaymentID": 1,
                  "issuedIdempotentID": "m47R7TCjo0ql8k+Ud+TfLQ==",
                  "issuedIdempotentGuid": "edd18e9b-a330-4aa3-a5f2-4f9477e4df2d",
                  "issuedOffline": true,
                  "issuedUser": "sample string 9",
                  "issuedNotes": "sample string 10",
                  "expiryDate": "2025-08-02T23:17:47.4567077",
                  "expiredUser": "sample string 11",
                  "expiredNotes": "sample string 12",
                  "redeemed": "2025-08-02T23:17:47.4567077",
                  "redeemedSaleHeaderID": 1,
                  "redeemedSaleIdentifier": "sample string 13",
                  "redeemedOfflinePaymentID": 1,
                  "redeemedIdempotentID": "rna8AcjTyEaJnaMM8a0Rhg==",
                  "redeemedIdempotentGuid": "01bc76ae-d3c8-46c8-899d-a30cf1ad1186",
                  "redeemedUser": "sample string 14",
                  "redeemedNotes": "sample string 15",
                  "redeemedOffline": true,
                  "updated": "2025-08-02T23:17:47.4567077",
                  "storeName": "sample string 17",
                  "scaleLabel": {
                    "$ref": "98"
                  },
                  "voucher": {
                    "$ref": "96"
                  },
                  "customer": {
                    "$ref": "72"
                  },
                  "issuedOfflinePayment": {
                    "$ref": "78"
                  },
                  "redeemedOfflinePayment": {
                    "$ref": "78"
                  }
                },
                {
                  "$ref": "100"
                }
              ]
            },
            "customer": {
              "$ref": "72"
            }
          },
          {
            "$ref": "95"
          }
        ]
      }
    },
    {
      "$ref": "71"
    }
  ],
  "customerGroups": [
    {
      "$id": "101",
      "id": 1,
      "campaignID": 2,
      "campaignName": "sample string 3",
      "groupID": "w1UxX1znHUOwdg600XxipA==",
      "groupIDGuid": "5f3155c3-e75c-431d-b076-0eb4d17c62a4",
      "campaign": {
        "$ref": "1"
      },
      "group": {
        "$ref": "76"
      }
    },
    {
      "$ref": "101"
    }
  ],
  "signIqTickets": [
    {
      "$id": "102",
      "identifier": "VuvZwLTCm06yQkambMm4ig==",
      "identifierGuid": "c0d9eb56-c2b4-4e9b-b242-46a66cc9b88a",
      "campaignName": "sample string 2",
      "message": "sample string 3",
      "ticketFileSource": "sample string 4",
      "ticketFileDestination": "sample string 5",
      "storeID": 1
    },
    {
      "$ref": "102"
    }
  ],
  "comboPriceGroups": [
    {
      "$id": "103",
      "id": 1,
      "campaignID": 2,
      "campaignName": "sample string 3",
      "g_UID": "U5Py06XLjUyTpHDCU3x5VQ==",
      "guid": "d3f29353-cba5-4c8d-93a4-70c2537c7955",
      "description": "sample string 5",
      "newPrice": 1,
      "rangeDescription": "sample string 6",
      "dealDescription": "sample string 7",
      "labelQuantity": 8,
      "hostProductCategoryID": 1,
      "offerID": 1,
      "dontUpdatePricePlus": true,
      "campaign": {
        "$ref": "1"
      },
      "comboPricePlus": [
        {
          "$id": "104",
          "id": 1,
          "campaignID": 2,
          "campaignName": "sample string 3",
          "groupG_UID": "5TiVdKp4t0qnIYHdHQz4iw==",
          "groupGuid": "749538e5-78aa-4ab7-a721-81dd1d0cf88b",
          "comboPriceType": 5,
          "priceType": 5,
          "pluG_UID": "Z3VqglCfLE+k4RZ3S1QAFw==",
          "pluGuid": "826a7567-9f50-4f2c-a4e1-16774b540017",
          "priceGroupG_UID": "vpG+CCi3uEqyqFSllLIzjg==",
          "priceGroupGuid": "08be91be-b728-4ab8-b2a8-54a594b2338e",
          "campaignPoolID": "sample string 7",
          "quantity": 1,
          "campaign": {
            "$ref": "1"
          },
          "product": {
            "$ref": "4"
          },
          "priceGroup": {
            "$ref": "33"
          },
          "campaignPool": {
            "$ref": "1"
          }
        },
        {
          "$ref": "104"
        }
      ]
    },
    {
      "$ref": "103"
    }
  ],
  "priceLevels": [
    {
      "$id": "105",
      "id": 1,
      "priceLevelIdentifier": "zG1EAnlOOU6UDPwFysiagw==",
      "priceLevelIdentifierGuid": "02446dcc-4e79-4e39-940c-fc05cac89a83",
      "campaignName": "sample string 3",
      "priceLevelName": "sample string 4"
    },
    {
      "$ref": "105"
    }
  ]
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

application/vnd.openxmlformats-officedocument.spreadsheetml.sheet

Sample:
PK7�[�G�1�5xl/workbook.xml �(�����0D�&�C�`����p��Ճ��,�������J ��mgv�����ù��ކ�W�bJ΃Td0�@v�u����O�NKj�|�����=���A�!�B��O�EM��j�~ǘ���5�!��X��&�K���D�mI1��*h0"��\�
r`���p�.]A�%j�ȱ����_�_PK7�[����	�[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
7�[�=�u''_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="R0adfca9567ff4a33" /></Relationships>PK7�[��
���xl/worksheets/sheet1.xml �(���[s9��
��Rw떲��8��q�yc�8�b�p���#fhzG�KbgNk���5����7�?�t6��wu�����r2��:��ϯ��ݧ'G����uU�;Q~;{2=�^��wOz���u5̊�]u�]M���<�:�՛\]�.���������@)ۛV7�y|��zt7�>���X��i5.�0�yj<�vO���8�b��iuu�-��~�����R�uT=�?wK�w2�����𸫖�ޖ�l���igX]
�o��������<�d�5�������x����.�~
����PhR���~6���=��NՏu���=�pU��:��E�M@"�@������ͪެ�5�(R����A{�]�ۺ�A����k�w�zW����2����ζ��U�_�hhޫ�^V��Y��S� ڠI��k��Q{�^�V�����	�*��!A��ԁ�d��@�]n�	?���!�i��'�i�=)�Acd8�w:����BC$�i�q�~�5ׯ��a�v�.��Ծ�
��#��B�!!�þgNbj�4�z0���A���߾'$�}wb����)�q��͜>�����D�8�#�!C$�n�8D
��`13Bbܾ&���^H����abՁ���z�abk�
B�D6�����n�J��b~���� ��*�9�C�Ai��!1��I��W�.�FHb� �.l�b�t�Tf�� 6����Dء�cB��A„"�(jU(k�r�v8(!I��bJ(REW,��p�B��RB����SB�p�ٯ�"<��ajs#$�F���0�ıF�3#$�6GpAk��|t�R"�j]40^d�b�ې�A71^��R�.G	A�tX��rc|�>a��F�����gI��J�a�$MM�w�;	:TL"��$z,�7&������ЫxY��ԙvf����/�����mb��+l��v:�N�����t�8�����?Ζz��m?����ޟE�J��V�Mųml*N���x���M�ٶ�l*^l+����m*^m+�����"l*��1S�
��;A�l}/H��	3�\�0g?
f� a�~$��ς���E����U�0w�	��wA���!H��?	s�B��R�!0K)���R�"0�K!��,.�8"����R�$2�K!��l.�X"�Y&r��d"�Y�&r��l"�Y'q��t�Y�'q��|�Y(q����Y�(q����Y)q����Y���>95�羐S�|�95�Ͻ؀�]�.�"������۞���؆��%�	��3A�v�E^�2/y���n1�M��t���x�dKz�2̻݇y�2̇�g�-�>�<�hy�����g_�Y���� ai�.HXXlK,��ύ��ð-Ke��-�p�S�t���=�C��m�B�,����}�4�}l���2˷�\�n������}�¼��-����$��k>���Z���Z���:���:�v!����S�0t���ap����ި���k|�^W�a5=�L��t�5���ړ�PK7�[�=k%�Pxl/_rels/workbook.xml.rels �(���Mn�0F�b;qRL!�����8��8"�#��r�.z�^��� u�
���==i���c�}zv���YNV���mE����ݬ��eL�tc`iņ�L���27¦�v~�1���TGق?���S�2��2�?D�u����i�������`�H� }�X�O)�k(�D%�k*��P
Ш�(� ���G���Χ2jV.�%�ԵP�}e��h^�O��:M��:_��5�B�J}U�7��PK7�[Ѓ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��PK7�[LH����xl/sharedStrings.xml �(��V�n�@����}	6�
� )Rn
�>D���ǰ�z��Iܯ�څ�xRU��̙93s�308M)�@.gC���,,�1a���\\�=	�Y�)g0�J:
��H�21��Rf�\WDkH�pxL!	�S,��|�,�5�L��򼎛b�,�ɡ��X�`乀�[@� ���&W�n��wd.yz��`�]$n�' ��dR-�������GC�0��ΐ\b*���%�n0-�t�м��f�R�p�a�b(><͢���@)�K��&r�@_�*�2M��z��"��к�A�i���ڈ|xB\jb�%�(��@&���0	�6L� _����f+8�
&����@��I"KM�H��&�b���0��ft�<cH^f�)��`��ֺ�$⥌�,�r�T#ժ5��<�R�p!g1��=?��LWe�Zo�(�)4�K5WU��I� �x��V<s��$�\�+3����x��gYG��!;�{Z�8�/L�eu�
j -�䩺净���N�z͞$z���4�����
�!���l���v��v���N:Q?	��5B�NA��(C�P�:/���{�����3��7[۹(%<~o�-/i�߶[^�c�6����;�^��D^��5
��ھہƜR�*��
�oѹ&B�8{�f̘�[��]>�����Or�^A�ܨ#D�3�;;Og�9�dW�;��{O8�����E}N�g�6�����v��v'����_��PK-7�[�G�1�5xl/workbook.xmlPK-7�[����	��[Content_Types].xmlPK-
7�[�=�u''T_rels/.relsPK-7�[��
����xl/worksheets/sheet1.xmlPK-7�[�=k%�P
xl/_rels/workbook.xml.relsPK-7�[Ѓc'2E
Lxl/styles.xmlPK-7�[LH�����xl/sharedStrings.xmlPK��

application/vnd.ms-excel

Sample:
PK7�[
!T��5xl/workbook.xml �(�����0��J}�(�@��X�v��4�Gq*��
A u��;�?_�7u�L�f�����ޖ�a/@q�:�F��A�3�({hM�V�=�&I���K�QH�t���B�(��7��R��|"�Z�=%,e0���I�b��*Ž����
j�r�)��}�iJ�+e�P@�g]
E�߲����b���PK7�[����	�[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
7�[V8�}''_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="Rd4510f1cd5de4b8c" /></Relationships>PK7�[��
���xl/worksheets/sheet1.xml �(���[s9��
��Rw떲��8��q�yc�8�b�p���#fhzG�KbgNk���5����7�?�t6��wu�����r2��:��ϯ��ݧ'G����uU�;Q~;{2=�^��wOz���u5̊�]u�]M���<�:�՛\]�.���������@)ۛV7�y|��zt7�>���X��i5.�0�yj<�vO���8�b��iuu�-��~�����R�uT=�?wK�w2�����𸫖�ޖ�l���igX]
�o��������<�d�5�������x����.�~
����PhR���~6���=��NՏu���=�pU��:��E�M@"�@������ͪެ�5�(R����A{�]�ۺ�A����k�w�zW����2����ζ��U�_�hhޫ�^V��Y��S� ڠI��k��Q{�^�V�����	�*��!A��ԁ�d��@�]n�	?���!�i��'�i�=)�Acd8�w:����BC$�i�q�~�5ׯ��a�v�.��Ծ�
��#��B�!!�þgNbj�4�z0���A���߾'$�}wb����)�q��͜>�����D�8�#�!C$�n�8D
��`13Bbܾ&���^H����abՁ���z�abk�
B�D6�����n�J��b~���� ��*�9�C�Ai��!1��I��W�.�FHb� �.l�b�t�Tf�� 6����Dء�cB��A„"�(jU(k�r�v8(!I��bJ(REW,��p�B��RB����SB�p�ٯ�"<��ajs#$�F���0�ıF�3#$�6GpAk��|t�R"�j]40^d�b�ې�A71^��R�.G	A�tX��rc|�>a��F�����gI��J�a�$MM�w�;	:TL"��$z,�7&������ЫxY��ԙvf����/�����mb��+l��v:�N�����t�8�����?Ζz��m?����ޟE�J��V�Mųml*N���x���M�ٶ�l*^l+����m*^m+�����"l*��1S�
��;A�l}/H��	3�\�0g?
f� a�~$��ς���E����U�0w�	��wA���!H��?	s�B��R�!0K)���R�"0�K!��,.�8"����R�$2�K!��l.�X"�Y&r��d"�Y�&r��l"�Y'q��t�Y�'q��|�Y(q����Y�(q����Y)q����Y���>95�羐S�|�95�Ͻ؀�]�.�"������۞���؆��%�	��3A�v�E^�2/y���n1�M��t���x�dKz�2̻݇y�2̇�g�-�>�<�hy�����g_�Y���� ai�.HXXlK,��ύ��ð-Ke��-�p�S�t���=�C��m�B�,����}�4�}l���2˷�\�n������}�¼��-����$��k>���Z���Z���:���:�v!����S�0t���ap����ި���k|�^W�a5=�L��t�5���ړ�PK7�[��Z!�Pxl/_rels/workbook.xml.rels �(���KN�0@�b͞�n�Ġ�ݰa[zǞ|�Ďl��Xp$��U$p%l����I3�����<��at�^0 h�3��8��N�n���b�ø�Vlh`�qy�4�g
��M���YŔ��.JU�t�XE}΀k&9���uݨ���ӌ6����À���16�S
�x��@�L{f*�l9VB�K��L-�����;�dZd�B�k���7��G�}�t35)��.Y��Ы��F��b�PK7�[Ѓ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��PK7�[LH����xl/sharedStrings.xml �(��V�n�@����}	6�
� )Rn
�>D���ǰ�z��Iܯ�څ�xRU��̙93s�308M)�@.gC���,,�1a���\\�=	�Y�)g0�J:
��H�21��Rf�\WDkH�pxL!	�S,��|�,�5�L��򼎛b�,�ɡ��X�`乀�[@� ���&W�n��wd.yz��`�]$n�' ��dR-�������GC�0��ΐ\b*���%�n0-�t�м��f�R�p�a�b(><͢���@)�K��&r�@_�*�2M��z��"��к�A�i���ڈ|xB\jb�%�(��@&���0	�6L� _����f+8�
&����@��I"KM�H��&�b���0��ft�<cH^f�)��`��ֺ�$⥌�,�r�T#ժ5��<�R�p!g1��=?��LWe�Zo�(�)4�K5WU��I� �x��V<s��$�\�+3����x��gYG��!;�{Z�8�/L�eu�
j -�䩺净���N�z͞$z���4�����
�!���l���v��v���N:Q?	��5B�NA��(C�P�:/���{�����3��7[۹(%<~o�-/i�߶[^�c�6����;�^��D^��5
��ھہƜR�*��
�oѹ&B�8{�f̘�[��]>�����Or�^A�ܨ#D�3�;;Og�9�dW�;��{O8�����E}N�g�6�����v��v'����_��PK-7�[
!T��5xl/workbook.xmlPK-7�[����	��[Content_Types].xmlPK-
7�[V8�}''U_rels/.relsPK-7�[��
����xl/worksheets/sheet1.xmlPK-7�[��Z!�P	
xl/_rels/workbook.xml.relsPK-7�[Ѓc'2E
Oxl/styles.xmlPK-7�[LH�����xl/sharedStrings.xmlPK��