POST api/campaigns

Create or update campaign

Request Information

URI Parameters

None.

Body Parameters

Campaign data to save

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 promo 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.

PromotionType

PromotionType

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

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "storeID": 2,
  "name": "1f67debc-c585-422d-a183-59b7b31ac928",
  "nameGuid": "1f67debc-c585-422d-a183-59b7b31ac928",
  "description": "sample string 4",
  "showDiscounts": true,
  "showTotals": true,
  "onlyEvaluateOnSubtotal": true,
  "useDescription": true,
  "campaignType": 1,
  "startDate": "2026-04-03T06:27:25.8597197",
  "startTime": 1,
  "endDate": "2026-04-03T06:27:25.8597197",
  "endTime": 1,
  "recurrence": 1,
  "recurrenceType": 1,
  "monthType": 1,
  "weekDays": 1,
  "months": 1,
  "monthWeeks": 1,
  "monthDays": "sample string 7",
  "printed": true,
  "talkerText": "sample string 8",
  "rangeDescription": "sample string 9",
  "dealDescription": "sample string 10",
  "labelQuantity": 11,
  "active": 1,
  "deactivated": "2026-04-03T06:27:25.8597197",
  "system": true,
  "created": "2026-04-03T06:27:25.8597197",
  "updated": "2026-04-03T06:27:25.8597197",
  "priceChangeNotifiedUtc": "2026-04-03T06:27:25.8597197",
  "promoType": 1,
  "promotionTypeCode": "sample string 13",
  "hostIdentifier": "IrPum7LgikOzh8XcdR46Vg==",
  "hostIdentifierGuid": "9beeb322-e0b2-438a-b387-c5dc751e3a56",
  "hostType": 14,
  "createdByUser": "sample string 15",
  "fromHost": true,
  "deleted": true,
  "campaignDeleted": "2026-04-03T06:27:25.8597197",
  "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": "kSCPwlbPsUGbhwcTm8gRlQ==",
      "pluGuid": "c28f2091-cf56-41b1-9b87-07139bc81195",
      "newPrice": 1,
      "pctDiscount": 1,
      "newCost": 1,
      "newCostDecimals": 6,
      "dealCostIdentifier": "EacWsyjfckungsG5BjkkBA==",
      "dealCostGuid": "b316a711-df28-4b72-a782-c1b906392404",
      "pluName": "sample string 7",
      "apn": "sample string 8",
      "fuelItem": true,
      "priceGroupG_UID": "r5lmgkpBz0+hzjwELAyEVg==",
      "priceGroupGuid": "826699af-414a-4fcf-a1ce-3c042c0c8456",
      "itemNumber": "sample string 10",
      "cri": "sample string 11",
      "pluPrice": 12,
      "costCalcMethod": 13,
      "pluCost": 14,
      "pluCostIndicator": "sample string 15",
      "pluPriceGstPercent": 16,
      "pluCostGstPercent": 17,
      "pluActive": true,
      "cartonQty": 1.1,
      "baseUnits": 19.1,
      "salesMode": 1,
      "pluNormalCost": 20,
      "pluaws": 21.0,
      "directNumber": "sample string 22",
      "departmentName": "sample string 23",
      "subDepartmentName": "sample string 24",
      "priceGroupName": "sample string 25",
      "supplierName": "sample string 26",
      "stockOnHand": 1.1,
      "stockOnOrder": 1.1,
      "lastReceived": "2026-04-03T06:27:25.8597197",
      "rrp": 27,
      "campaignDescription": "sample string 28",
      "hostCampaign": true,
      "hostIdentifier": "QEA=",
      "hostIdentifierGuid": "0aba0710-a446-453b-a259-4ea524c6aeb8",
      "campaignComboPriceGroupG_UID": "+C+C86aLeUCr4h7zXDylWA==",
      "campaignComboPriceGroupIdentifier": "f3822ff8-8ba6-4079-abe2-1ef35c3ca558",
      "promotionPlacementDescription": "sample string 30",
      "storeAcceptances": [
        {
          "$id": "3",
          "plu": 1,
          "pluG_UId": "QEA=",
          "campaignID": 1,
          "campaignName": "sample string 2",
          "storeID": 3,
          "acceptedUtc": "2026-04-03T06:27:25.8597197",
          "operatorG_UID": "S1XCE/WBRkaCEcKV3i480A==",
          "operatorGuid": "13c2554b-81f5-4646-8211-c295de2e3cd0",
          "machineID": 1,
          "processed": true,
          "appliedUtc": "2026-04-03T06:27:25.8597197",
          "signIqTicketFileMovedUtc": "2026-04-03T06:27:25.8597197",
          "user": "sample string 6",
          "campaignDescription": "sample string 7",
          "productDesc": "sample string 8",
          "storeName": "sample string 9",
          "effectiveUtc": "2026-04-03T06:27:25.8597197",
          "priceChangeType": 0,
          "operatorName": "sample string 10",
          "hostCampaign": true,
          "hostIdentifier": "QEA=",
          "hostIdentifierGuid": "0254c5b7-3020-4159-9158-c2eabc6678db",
          "product": {
            "$id": "4",
            "plu": 1,
            "storeID": 1,
            "masterPluG_UID": "QEA=",
            "storeIDs": [
              1,
              2
            ],
            "g_UId": "zYJoF+24F0aACS6rlusfyA==",
            "guid": "176882cd-b8ed-4617-8009-2eab96eb1fc8",
            "apn": "sample string 1",
            "apnChanged": true,
            "apnSwitched": true,
            "barcode": "sample string 4",
            "itemNumber": "sample string 5",
            "itemNumberChanged": true,
            "priceGroupG_UID": "Tir7G75Bp0WAy/CphebeBQ==",
            "priceGroupGuid": "1bfb2a4e-41be-45a7-80cb-f0a985e6de05",
            "blueprintID": 1,
            "lastCountedDate": "2026-04-03T06:27:25.8597197",
            "externalID": "sample string 7",
            "active": true,
            "activated": "2026-04-03T06:27:25.8597197",
            "pluCreated": "2026-04-03T06:27:25.8597197",
            "createdByUser": "sample string 9",
            "name": "sample string 10",
            "nameChanged": true,
            "secondDescription": "sample string 12",
            "hostDescription": "sample string 13",
            "keepCartonQty": true,
            "keepDescription": true,
            "keepDepartments": true,
            "keepSuppliers": true,
            "markdownDescription": "sample string 18",
            "altDescription": "sample string 19",
            "bestOrExpire": 20,
            "lastUpdate": "2026-04-03T06:27:25.8597197",
            "lastManualUpdate": "2026-04-03T06:27:25.8597197",
            "imageName": "sample string 23",
            "showImageOnFlipCharts": true,
            "showTextOnFlipCharts": true,
            "overrideFlipChartText": true,
            "flipChartText": "sample string 27",
            "salesMode": 1,
            "eftCode": 1,
            "price": 1,
            "priceChanged": true,
            "rrp": 1,
            "gstPercent": 28,
            "gstPercentChanged": true,
            "costGSTPercent": 29,
            "costGSTPercentChanged": true,
            "wetPercent": 1,
            "priceOverride": 1,
            "cost": 1,
            "currentCost": 1,
            "currentCostDecimals": 1,
            "grossProfit": 1.0,
            "currentCostDesc": "sample string 30",
            "currentCostEnd": "2026-04-03T06:27:25.8597197",
            "currentCostUpdated": "2026-04-03T06:27:25.8597197",
            "costDecimals": 31,
            "costChanged": true,
            "dealCostIdentifier": "QEA=",
            "excludeFromRebate": true,
            "rebateOverride": 1,
            "costCalcMethod": 32,
            "costCalcMethodChanged": true,
            "costEffectiveDate": "2026-04-03T06:27:25.8597197",
            "defaultGP": 1,
            "breakTargetMode": 33,
            "break1": 1,
            "price1": 1,
            "target1": 34,
            "break2": 1,
            "price2": 1,
            "target2": 35,
            "break3": 1,
            "price3": 1,
            "target3": 36,
            "break1Changed": true,
            "price1Changed": true,
            "target1Changed": true,
            "break2Changed": true,
            "price2Changed": true,
            "target2Changed": true,
            "break3Changed": true,
            "price3Changed": true,
            "target3Changed": true,
            "breakTargetModeChanged": true,
            "margin": 1.1,
            "marginChanged": true,
            "marginRanged": true,
            "marginRangedChanged": true,
            "minimumMargin": 1.1,
            "minimumMarginChanged": true,
            "maximumMargin": 1.1,
            "maximumMarginChanged": true,
            "overrideHostWarehouseIndicator": true,
            "overrideHostWarehouseIndicatorChanged": true,
            "overrideHostPrice": true,
            "overrideHostPriceChanged": true,
            "overrideHostCost": true,
            "overrideHostCostChanged": true,
            "overrideHostMargin": true,
            "overrideHostMarginChanged": true,
            "alwaysApplyMargin": true,
            "alwaysApplyMarginChanged": true,
            "aws": 1.0,
            "paws": 1.0,
            "awsUpdated": "2026-04-03T06:27:25.8597197",
            "posTare": 1,
            "altPrice": 1.0,
            "altPriceChanged": true,
            "altPriceMode": 53,
            "altPriceModeChanged": true,
            "altPLUG_UID": "VgGEheYe7UGY53TcLYrh0A==",
            "altPLUGuid": "85840156-1ee6-41ed-98e7-74dc2d8ae1d0",
            "altPLUGuidChanged": true,
            "altPriceDescription1": "sample string 54",
            "altPriceDescription2": "sample string 55",
            "cartonQuantity": 56,
            "cartonQuantityChanged": true,
            "trayID": 1,
            "promptID": 1,
            "tare": 1,
            "packQty": 1,
            "fixedWeight": 1,
            "extraMesg": 1,
            "text1": "sample string 58",
            "text2": "sample string 59",
            "text3": "sample string 60",
            "labelText": "sample string 61",
            "labelTextChanged": true,
            "sendToScale": true,
            "nonScaleWeigh": true,
            "labelFormat": "sample string 65",
            "barcodeFormat": "sample string 66",
            "austMade": 1,
            "coolCode": 67,
            "countryOfOrigin": "sample string 68",
            "percentContent": 69.1,
            "departmentID": 1,
            "subDepartmentID": 1,
            "minorDepartmentID": 1,
            "lesserDepartmentID": 1,
            "deptCode": "sample string 70",
            "subDeptCode": "sample string 71",
            "minorDeptCode": "sample string 72",
            "lesserDeptCode": "sample string 73",
            "deptName": "sample string 74",
            "subDeptName": "sample string 75",
            "minorDeptName": "sample string 76",
            "lesserDeptName": "sample string 77",
            "departmentChanged": true,
            "subCategoryID": 1,
            "expiry": 1,
            "showDays": 1,
            "datePrint": 1,
            "labelRequired": true,
            "labelShelfQty": 80,
            "labelShelfChanged": true,
            "labelTalkerQty": 82,
            "labelSmall": true,
            "labelLastPrinted": "2026-04-03T06:27:25.8597197",
            "labelLastPrice": 1,
            "shelfPageLayoutG_UID": "aGDlgXLzjEWiLiPvqIRduA==",
            "shelfPageLayoutGuid": "81e56068-f372-458c-a22e-23efa8845db8",
            "talkerPageLayoutG_UID": "0EvXHP7l+kadaH1jVH9/Jg==",
            "talkerPageLayoutGuid": "1cd74bd0-e5fe-46fa-9d68-7d63547f7f26",
            "unitMeasure": 1.1,
            "unitMeasureChanged": true,
            "unitMeasureKind": 85,
            "unitMeasureKindChanged": true,
            "signIQData": "sample string 87",
            "refresh": true,
            "earnLoyaltyPoints": true,
            "earnLoyaltyPointsChanged": true,
            "quantityOverride": true,
            "quantityOverrideChanged": true,
            "quantityRequired": true,
            "quantityRequiredChanged": true,
            "allowDiscounts": true,
            "allowDiscountsChanged": true,
            "discountDiscounts": true,
            "discountDiscountsChanged": true,
            "itemRecalled": true,
            "itemRecalledChanged": true,
            "noRefund": true,
            "noRefundChanged": true,
            "allowMarkdown": true,
            "allowMarkdownChanged": true,
            "priceRequired": true,
            "priceRequiredChanged": true,
            "fuelItem": true,
            "fuelItemChanged": true,
            "liabilityItem": true,
            "trackSerial": true,
            "trackSerialChanged": true,
            "allowZeroPrice": true,
            "allowZeroPriceChanged": true,
            "notForSale": 92,
            "notForSaleChanged": true,
            "excludeFromDeals": true,
            "excludeFromVoucher": true,
            "minimumAge": 95,
            "minimumAgeChanged": true,
            "buyingLimit": 1,
            "buyingLimitChanged": true,
            "buyingLimitIndependent": true,
            "buyingLimitIndependentChanged": true,
            "inventoryGuid": "PNDbNbaQNkGELNZ093YL6Q==",
            "inventoryIdentifier": "35dbd03c-90b6-4136-842c-d674f7760be9",
            "inventoryAccuracy": 1,
            "baseUnits": 99,
            "orderPacked": 1,
            "isManufactured": true,
            "isIngredient": true,
            "isModifier": true,
            "isModifierChanged": true,
            "hasModifiers": 100,
            "defaultPrinter": "sample string 101",
            "defaultPrinterGroup": "sample string 102",
            "ingredientsOnManufacture": true,
            "manufactureUnitMeasure": 1,
            "mpl": 1,
            "maxShelfQty": 103,
            "allowAutoOrder": true,
            "warrantyPeriod": 1,
            "parentPluG_UId": "jIVzMo48kE6eMHr2ACLImg==",
            "parentPluGuid": "3273858c-3c8e-4e90-9e30-7af60022c89a",
            "preferredHostVendor": 105,
            "preferredHostChanged": true,
            "code": "sample string 107",
            "supplierIdentifier": "g8mZqUhNSk+z1Awuxa40AA==",
            "supplierIdentifierGuid": "a999c983-4d48-4f4a-b3d4-0c2ec5ae3400",
            "supplierChanged": true,
            "rebateSupplierIdentifier": "DbKhLsZVUEGb07/kZKkU3Q==",
            "rebateSupplierIdentifierGuid": "2ea1b20d-55c6-4150-9bd3-bfe464a914dd",
            "rebateSupplierChanged": true,
            "availableForOrder": true,
            "warehouseDirectIndicator": "sample string 109",
            "warehouseDirectIndicatorChanged": true,
            "productGrade": "sample string 111",
            "productType": "sample string 112",
            "productGroup": "sample string 113",
            "complianceIndicator": "sample string 114",
            "inhouseBrand": "sample string 115",
            "slowMoving": true,
            "generalMerchandise": true,
            "comment": "sample string 118",
            "lastUpdatedByUser": "sample string 119",
            "lastManualUpdatedByUser": "sample string 120",
            "lastUpdatedByUserOverride": true,
            "lastUpdatedByHost": "2026-04-03T06:27:25.8597197",
            "commodity": "sample string 122",
            "businessPillar": "sample string 123",
            "mscCommodity": "sample string 124",
            "hostIdentifier": "fZ9lEpLRSEWBkYozk0ODQQ==",
            "hostIdentifierGuid": "12659f7d-d192-4548-8191-8a3393438341",
            "serviceFeeID": 1,
            "serviceFeeIDChanged": true,
            "providerName": "sample string 126",
            "aisleEnds": "sample string 127",
            "deleted": true,
            "deletedChanged": true,
            "hidden": true,
            "doNotRange": true,
            "doNotRangeChanged": true,
            "doNotOrder": true,
            "doNotOrderChanged": true,
            "locked": true,
            "excludeFromWebUpdate": true,
            "excludeFromWebUpdateChanged": true,
            "webPriceBasedOn": 138,
            "webPriceRounding": true,
            "webMarkup": 140,
            "webPriceMode": 141,
            "altDepartmentID": 1,
            "altSubDepartmentID": 1,
            "altMinorDepartmentID": 1,
            "altLesserDepartmentID": 1,
            "altDeptCode": "sample string 142",
            "altSubDeptCode": "sample string 143",
            "altMinorDeptCode": "sample string 144",
            "altLesserDeptCode": "sample string 145",
            "altDepartmentChanged": true,
            "storeProducts": [
              {
                "$ref": "4"
              },
              {
                "$ref": "4"
              }
            ],
            "store": {
              "$id": "5",
              "id": 1,
              "isMaster": true,
              "isElectedMaster": true,
              "electedMasterStoreID": 1,
              "isZoneMaster": true,
              "shortName": "sample string 3",
              "url": "sample string 4",
              "sortOrder": 1,
              "name": "sample string 5",
              "phone": "sample string 6",
              "fax": "sample string 7",
              "email": "sample string 8",
              "address1": "sample string 9",
              "address2": "sample string 10",
              "city": "sample string 11",
              "state": "sample string 12",
              "country": "sample string 13",
              "postCode": "sample string 14",
              "delivery": 1,
              "exportAccounts": 1,
              "salesAccountFolder": "sample string 15",
              "purchaseAccountFolder": "sample string 16",
              "initLoad": 1,
              "initIDs": 1,
              "zoneID": 1,
              "actAsMaster": 1,
              "lastActiveUtc": "2026-04-03T06:27:25.8597197",
              "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": "7KmdWYsZOkiZvJ4FgoRcbw==",
              "hostIdentifierGuid": "599da9ec-198b-483a-99bc-9e0582845c6f",
              "hostName": 1,
              "hostAddress": "sample string 27",
              "hostUsername": "sample string 28",
              "hostPassword": "sample string 29",
              "excludeFromLeadInOut": true,
              "accountingProvider": 31,
              "accountingAddress": "sample string 32",
              "accountingUsername": "sample string 33",
              "accountingPassword": "sample string 34",
              "storeAccountingCode": "sample string 35",
              "softwareVariance": 36,
              "fuelWarningVariance": 37.0,
              "fuelErrorVariance": 38.0,
              "fuelAccumulatedWarningVariance": 39.0,
              "fuelAccumulatedErrorVariance": 40.0,
              "drawManagment": 41,
              "endOfDayManagment": true,
              "autoFillCashBalancing": true,
              "fuelDayVariance": 44,
              "accountingTradingTime": "00:00:00.1234567",
              "stockActivateProduct": 46,
              "defaultOrderDocumentId": 1,
              "defaultStockReceiveDocumentId": 1,
              "giftCardSalesAccountingDeptCode": "sample string 47",
              "transactionDiscountAccountingDeptCode": "sample string 48",
              "size": 49,
              "updated": "2026-04-03T06:27:25.8597197",
              "priceZone": {
                "$id": "6",
                "id": 1,
                "name": "sample string 2",
                "hostIdentifier": "/0UsNQFqO0ePxNiWOHIEmA==",
                "hostIdentifierGuid": "352c45ff-6a01-473b-8fc4-d89638720498",
                "sortOrder": 3,
                "zoneMasterStoreID": 1,
                "electedMasterStoreID": 1,
                "containsElectedMasterStore": true
              },
              "priceZoneName": "sample string 51",
              "storeFuelConfigured": true,
              "shippingAddressCopied": true,
              "shippingAddress": {
                "$id": "7",
                "storeID": 1,
                "addressType": 1,
                "address1": "sample string 1",
                "address2": "sample string 2",
                "city": "sample string 3",
                "state": "sample string 4",
                "country": "sample string 5",
                "postCode": "sample string 6"
              },
              "billingAddressCopied": true,
              "billingAddress": {
                "$ref": "7"
              },
              "hostStoreSettings": [
                {
                  "$id": "8",
                  "id": 1,
                  "hostIdentifier": "FU6slVHMY0KKFI2MzwnKjA==",
                  "hostIdentifierGuid": "95ac4e15-cc51-4263-8a14-8d8ccf09ca8c",
                  "storeID": 2,
                  "username": "sample string 3",
                  "password": "sample string 4",
                  "passwordPlain": "sample string 5",
                  "serverAddress": "sample string 6",
                  "serverPort": 1,
                  "excludeFromLeadInOut": true,
                  "useForHostFile": true,
                  "metcashPillarID": "sample string 9",
                  "metcashStateCode": "sample string 10",
                  "metcashCustomerID": "sample string 11",
                  "metcashTradingPartnerID": "sample string 12",
                  "drakesCustomerNumber": 1,
                  "sparCustomerNumber": "sample string 13",
                  "sparOrderUsername": "sample string 14",
                  "sparOrderPassword": "sample string 15",
                  "sparOrderPasswordPlain": "sample string 16",
                  "pharmXSiteID": 1,
                  "ibaZoneID": 1,
                  "ibaState": "sample string 17",
                  "foodlandStoreCode": "sample string 18",
                  "ilgMemberNumber": "sample string 19",
                  "ilgOutletLocation": 1,
                  "ilgBaseCost": 1,
                  "ilgApplyNonAdvertisedPromos": true,
                  "ilgExemptFromFreight": true,
                  "ilgOrderDealReview": true,
                  "ilgFinanceFee": 1,
                  "secondPassword": "sample string 23",
                  "secondPasswordPlain": "sample string 24",
                  "secondServerAddress": "sample string 25",
                  "processPromotions": true,
                  "hostProvider": 0,
                  "host": {
                    "$id": "9",
                    "identifier": "Z5FHJLSofUi+1fWN8I89MQ==",
                    "identifierGuid": "24479167-a8b4-487d-bed5-f58df08f3d31",
                    "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": "pxG1dVP6UEym7ygIcjxYhw==",
                    "hostSupplierIdentifierGuid": "75b511a7-fa53-4c50-a6ef-2808723c5887",
                    "loyaltyPriceLevelIdentifier": "SNBo1fDPP0O+WOXQuGBmgw==",
                    "loyaltyPriceLevelIdentifierGuid": "d568d048-cff0-433f-be58-e5d0b8606683",
                    "isGroup": true,
                    "description": "sample string 22",
                    "hostProvider": 23,
                    "hostTypeEnum": 24,
                    "hostType": "sample string 25",
                    "hostCode": "sample string 26",
                    "username": "sample string 27",
                    "password": "sample string 28",
                    "passwordPlain": "sample string 29",
                    "server": "sample string 30",
                    "url": "sample string 31",
                    "global": true,
                    "stateCode": "sample string 33",
                    "lastCollected": "2026-04-03T06:27:25.8597197",
                    "lastProcessed": "2026-04-03T06:27:25.8597197",
                    "hold": true,
                    "supplierName": "sample string 35",
                    "supplier": {
                      "$id": "10",
                      "identifier": "G/bQZt7Guk+M8w2SuJY63g==",
                      "identifierGuid": "66d0f61b-c6de-4fba-8cf3-0d92b8963ade",
                      "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": "6gHoJCqSrkaZUfMYEbMAAg==",
                      "primaryContactID": "24e801ea-922a-46ae-9951-f31811b30002",
                      "storeID": 1,
                      "abn": "sample string 16",
                      "supplierGroupIdentifier": "kz69Gf6/n02zbhLi/5CG5A==",
                      "supplierGroupGuid": "19bd3e93-bffe-4d9f-b36e-12e2ff9086e4",
                      "rebate": 1.0,
                      "rebateType": 1,
                      "rebateFrequency": 1,
                      "rebateSource": 1,
                      "rebateLastClaimed": "2026-04-03T06:27:25.8597197",
                      "rebateLastClaimedAmount": 1.0,
                      "cartonsOnly": true,
                      "minimumOrderValue": 1,
                      "enforceMinimumQuantity": true,
                      "freight": 19.0,
                      "freightType": 20,
                      "deleted": true,
                      "deletedUser": "sample string 22",
                      "storeName": "sample string 23",
                      "primaryContact": {
                        "$id": "11",
                        "id": "76ce81bd-b5a1-4fe9-b44a-db5d4856e102",
                        "identifier": "qcbnXXsjBEqibKRXV6Tt7w==",
                        "identifierGuid": "5de7c6a9-237b-4a04-a26c-a45757a4edef",
                        "familyName": "sample string 1",
                        "givenNames": "sample string 2",
                        "otherNames": "sample string 3",
                        "title": "sample string 4",
                        "dateOfBirth": "sample string 5",
                        "sex": "sample string 6",
                        "address": "sample string 7",
                        "address1": "sample string 8",
                        "address2": "sample string 9",
                        "town": "sample string 10",
                        "state": "sample string 11",
                        "country": "sample string 12",
                        "postalCode": "sample string 13",
                        "telephone": "sample string 14",
                        "mobile": "sample string 15",
                        "email": "sample string 16",
                        "fax": "sample string 17",
                        "primary": true
                      },
                      "contacts": [
                        {
                          "$id": "12",
                          "supplierIdentifier": "8LOygnDan0yNjULc7JeUuw==",
                          "supplierIdentifierGuid": "82b2b3f0-da70-4c9f-8d8d-42dcec9794bb",
                          "contactGuid": "oxkoXqv7N0mqOch8p2fOjw==",
                          "contactID": "5e2819a3-fbab-4937-aa39-c87ca767ce8f",
                          "contact": {
                            "$ref": "11"
                          },
                          "supplier": {
                            "$ref": "10"
                          }
                        },
                        {
                          "$ref": "12"
                        }
                      ],
                      "products": [
                        {
                          "$id": "13",
                          "pluG_UID": "dqJ15vjr2kmszlZ5Ta/1PQ==",
                          "pluGuid": "e675a276-ebf8-49da-acce-56794daff53d",
                          "supplierIdentifier": "5zdX+GkPwU6ltM3a8V4yjg==",
                          "supplierIdentifierGuid": "f85737e7-0f69-4ec1-a5b4-cddaf15e328e",
                          "cartonQuantity": 1,
                          "cartonQuantityChanged": true,
                          "productSize": "sample string 3",
                          "cigarettesPerSleeve": 1,
                          "randomWeight": true,
                          "piecesPerUnit": 5,
                          "averagePackSize": 6,
                          "effectiveDate": "2026-04-03T06:27:25.8597197",
                          "pricedByWeight": true,
                          "landedUnitCostEx": 9,
                          "landedUnitCostInc": 10,
                          "landedCartonCostInc": 12,
                          "landedCartonCostEx": 13,
                          "standardCost": 14,
                          "deliveryFee": 1,
                          "deliveryFeeBasis": "sample string 15",
                          "pickAndPackFee": 1,
                          "pickAndPackFeeBasis": "sample string 16",
                          "financeFee": 1,
                          "financeFeeBasis": "sample string 17",
                          "cartonLength": 1,
                          "cartonWidth": 1,
                          "cartonHeight": 1,
                          "palletLayerQuantity": 1,
                          "palletLayers": 1,
                          "itemCode": "sample string 18",
                          "invoiceCode": "sample string 19",
                          "invoiceDesc": "sample string 20",
                          "orderDirect": true,
                          "useCost": true,
                          "minimumQuantity": 21,
                          "hostType": 22,
                          "fromHost": 23,
                          "minimumReorder": 1,
                          "maximumReorder": 1,
                          "orderMultiple": 24.1,
                          "sellMultiple": 25.1,
                          "baseMultiple": 26.1,
                          "hostStandardCost": 27,
                          "hostTotalCost": 28,
                          "hostRetail": 29,
                          "hostLandedUnitCostEx": 30,
                          "hostLandedUnitCostInc": 31,
                          "hostDesc": "sample string 32",
                          "directIndicator": "sample string 33",
                          "availableToOrder": true,
                          "hostRangeIndicator": "sample string 35",
                          "hostProductType": "sample string 36",
                          "hostProductGrade": "sample string 37",
                          "hostProductGroup": "sample string 38",
                          "hostSlowMoving": true,
                          "hostGeneralMerchandise": true,
                          "hostPillar": "sample string 41",
                          "hostLastUpdated": "2026-04-03T06:27:25.8597197",
                          "rebate": 1.0,
                          "rebateExclude": true,
                          "invoiceCodes": [
                            {
                              "$id": "14",
                              "pluG_UID": "ND7Aj1xJPkizrP6Mx1NVvw==",
                              "pluGuid": "8fc03e34-495c-483e-b3ac-fe8cc75355bf",
                              "supplierIdentifier": "q/wCjULxnk+BjORIz4OYdQ==",
                              "supplierIdentifierGuid": "8d02fcab-f142-4f9e-818c-e448cf839875",
                              "invoiceCode": "sample string 1",
                              "storeIDs": [
                                1,
                                2
                              ]
                            },
                            {
                              "$ref": "14"
                            }
                          ],
                          "storeIDs": [
                            1,
                            2
                          ],
                          "preferredSupplier": true,
                          "preferredRebateSupplier": true,
                          "supplierName": "sample string 42",
                          "salesMode": 43,
                          "orderPacked": true,
                          "active": true,
                          "price": 1,
                          "costGstPercent": 45,
                          "parentPluG_UID": "OPlxICdsLkSqrf7LyBxX6Q==",
                          "parentPluGuid": "2071f938-6c27-442e-aaad-fecbc81c57e9",
                          "freight": 46.0,
                          "freightType": 1,
                          "product": {
                            "$ref": "4"
                          },
                          "supplier": {
                            "$ref": "10"
                          },
                          "serviceFee": {
                            "$id": "15",
                            "id": 1,
                            "description": "sample string 1",
                            "fee": 1
                          },
                          "isPrimaryHost": true,
                          "hostVendor": 48
                        },
                        {
                          "$ref": "13"
                        }
                      ],
                      "orderCycleHeaders": [
                        {
                          "$id": "16",
                          "storeID": 1,
                          "supplierIdentifier": "jRfLCT/Adk2q5H7PPP1K7A==",
                          "supplierGuid": "09cb178d-c03f-4d76-aae4-7ecf3cfd4aec",
                          "departmentCode": "sample string 2",
                          "warehouseDirectIndicator": "sample string 3",
                          "type": 4,
                          "storeName": "sample string 5",
                          "departmentName": "sample string 6",
                          "orderDays": 7
                        },
                        {
                          "$ref": "16"
                        }
                      ],
                      "cycles": [
                        {
                          "$id": "17",
                          "storeID": 1,
                          "supplierIdentifier": "HIoLCpe/UUSq/xCIM9HiXQ==",
                          "supplierGuid": "0a0b8a1c-bf97-4451-aaff-108833d1e25d",
                          "departmentCode": "sample string 2",
                          "warehouseDirectIndicator": "sample string 3",
                          "type": 4,
                          "cutOffWeek": 5,
                          "cutOffDay": 6,
                          "cutOffTime": "00:00:00.1234567",
                          "leadTime": 7,
                          "daysBuffer": 8,
                          "supplierName": "sample string 9",
                          "cutOffDate": "2026-04-03T06:27:25.8597197",
                          "deliveryDate": "2026-04-03T06:27:25.8597197",
                          "nextCutOffDate": "2026-04-03T06:27:25.8597197",
                          "nextDeliveryDate": "2026-04-03T06:27:25.8597197",
                          "nextDaysBuffer": 10
                        },
                        {
                          "$ref": "17"
                        }
                      ],
                      "store": {
                        "$ref": "5"
                      },
                      "updated": "2026-04-03T06:27:25.8597197",
                      "isHost": true
                    },
                    "files": [
                      {
                        "$id": "18",
                        "id": "sample string 1",
                        "fileName": "sample string 2",
                        "extension": "sample string 3",
                        "provider": 0,
                        "type": 0,
                        "hostType": "sample string 4",
                        "createdUtc": "2026-04-03T06:27:25.8597197",
                        "processed": "2026-04-03T06:27:25.8597197",
                        "isProcessing": true,
                        "processedCount": 6,
                        "processingTime": 1,
                        "collectedUtc": "2026-04-03T06:27:25.8597197",
                        "size": 1,
                        "sizeFormat": "sample string 7",
                        "isArchive": true,
                        "customerNumber": "sample string 9",
                        "businessPillar": "sample string 10",
                        "fileType": "sample string 11",
                        "version": "sample string 12",
                        "reference": "sample string 13",
                        "digest": "sample string 14",
                        "contentType": "sample string 15",
                        "host": {
                          "$ref": "9"
                        },
                        "metcashHeader": {
                          "$id": "19",
                          "customerNumber": "sample string 1",
                          "creationDate": "2026-04-03T06:27:25.8597197",
                          "businessPillar": "sample string 3",
                          "fileType": "sample string 4"
                        }
                      },
                      {
                        "$ref": "18"
                      }
                    ],
                    "zoneMatrix": [
                      {
                        "$id": "20",
                        "id": 1,
                        "hostIdentifier": "pYpAVyg3KEKD4CR1X6yt9Q==",
                        "hostIdentifierGuid": "57408aa5-3728-4228-83e0-24755facadf5",
                        "storeID": 1,
                        "departmentCode": "sample string 2",
                        "hostGuids": [
                          "eccf9b4b-16eb-4843-8db7-3028700ac37c",
                          "3e9f5603-27cb-4733-be4a-11235a652434"
                        ]
                      },
                      {
                        "$ref": "20"
                      }
                    ],
                    "hostFileStoreSetting": {
                      "$ref": "8"
                    },
                    "hostStoreSettings": [
                      {
                        "$ref": "8"
                      },
                      {
                        "$ref": "8"
                      }
                    ],
                    "promotionPlacements": [
                      {
                        "$id": "21",
                        "identifier": "8dp5tlNvaEivv9xJehhutw==",
                        "identifierGuid": "b679daf1-6f53-4868-afbf-dc497a186eb7",
                        "code": "sample string 2",
                        "description": "sample string 3",
                        "isAdvertised": true
                      },
                      {
                        "$ref": "21"
                      }
                    ],
                    "promoTypeGuids": [
                      "4515bc06-b082-46f7-b0a4-7340992a2373",
                      "cd3bd855-ee56-499e-b5a7-e61d93cac6a9"
                    ],
                    "isPromotionOnly": false,
                    "isOrderable": false,
                    "vendor": 0
                  },
                  "groupIDs": [
                    1,
                    2
                  ],
                  "hostDescription": "sample string 27"
                },
                {
                  "$ref": "8"
                }
              ],
              "accounts": [
                {
                  "$id": "22",
                  "id": 1,
                  "storeID": 1,
                  "accountName": "sample string 2",
                  "bsb": "sample string 3",
                  "accountNumber": "sample string 4",
                  "accountDesignated": true
                },
                {
                  "$ref": "22"
                }
              ],
              "sales": [
                {
                  "$id": "23",
                  "id": 1,
                  "storeID": 1,
                  "externalSalesType": 2,
                  "ftpSiteID": 1,
                  "lastSaleProcessed": "2026-04-03T06:27:25.8597197",
                  "ftpSite": {
                    "$id": "24",
                    "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": "23"
                }
              ],
              "zoneMatrix": [
                {
                  "$ref": "20"
                },
                {
                  "$ref": "20"
                }
              ],
              "cashManagements": [
                {
                  "$id": "25",
                  "id": 1,
                  "storeID": 1,
                  "cashManagementType": 2,
                  "apiID": 1,
                  "organisationID": "sample string 3",
                  "siteName": "sample string 4",
                  "thirdPartyAPI": {
                    "$id": "26",
                    "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": "25"
                }
              ],
              "updateStoreID": "389d975d-4702-48ec-8c12-7111c7ce6ccd",
              "updateStore": {
                "$id": "27",
                "id": "fa85a05e-986f-45cb-ba71-a2580674a971",
                "name": "sample string 1",
                "lastActivity": "2026-04-03T06:27:25.8597197",
                "zone": "sample string 2",
                "timeZoneOffset": 0.0,
                "businessHoursStart": "00:00:00.1234567",
                "businessHoursEnd": "00:00:00.1234567",
                "master": true,
                "lastIP": "sample string 10",
                "lastHostName": "sample string 11",
                "ping": 1,
                "pingStatus": "sample string 12",
                "lastUpdateCompleted": "2026-04-03T06:27:25.8597197"
              },
              "timeZoneId": "sample string 54",
              "securityOptions": {
                "$id": "28",
                "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": "29",
                "pluG_UID": "1RC04aiSuka8HPUrZyHnzA==",
                "pluGuid": "e1b410d5-92a8-46ba-bc1c-f52b6721e7cc",
                "plu": 1,
                "storeID": 1,
                "zoneID": 2,
                "zoneName": "sample string 3",
                "store": "sample string 4",
                "isElectedMasterStore": true,
                "isZoneMasterStore": true,
                "priceNow": 7,
                "costNow": 8,
                "costNowDecimals": 9,
                "normalPrice": 10,
                "priceNext": 1,
                "costNext": 1,
                "costNextDecimals": 11,
                "nextCampaignName": "sample string 12",
                "gstPercent": 13,
                "normalCost": 14,
                "normalCostDecimals": 15,
                "costGstPercent": 16,
                "costCalcMethod": 1,
                "currentCost": 17,
                "currentCostDecimals": 18,
                "break1": 19,
                "price1": 20,
                "break2": 21,
                "price2": 22,
                "break3": 23,
                "price3": 24,
                "fuelItem": 25,
                "fixedWeight": 26,
                "active": true,
                "complianceIndicator": "sample string 27",
                "doNotOrder": true,
                "doNotRange": true,
                "isNormalPriceChangesCampaign": true,
                "updated": "2026-04-03T06:27:25.8597197"
              },
              {
                "$ref": "29"
              }
            ],
            "currentPrices": {
              "$id": "30",
              "pluPrices": {
                "$id": "31",
                "plu": 1,
                "pluG_UID": "QEA=",
                "stores": [
                  1,
                  2
                ],
                "normalPrice": 1,
                "cost": 2,
                "break1": 3,
                "price1": 4,
                "break2": 5,
                "price2": 6,
                "break3": 7,
                "price3": 8,
                "discountPrice": 9,
                "memberDiscountPrice": 10,
                "acceptedUtc": "2026-04-03T06:27:25.8597197",
                "priceChangeType": 0,
                "costDecimals": 11,
                "costCalcMethod": 12,
                "targetCampaignPriceGtOrEquNormal": true
              },
              "normalPluPrices": {
                "$ref": "31"
              },
              "winningCampaign": 1,
              "winner": {
                "$id": "32",
                "campaignName": "sample string 1",
                "campaignDescription": "sample string 2",
                "talkerText": "sample string 3",
                "disableWasSave": true,
                "startDate": "2026-04-03T06:27:25.8597197",
                "startTime": 5,
                "endDate": "2026-04-03T06:27:25.8597197",
                "endTime": 6,
                "newPrice": 7,
                "newCost": 8,
                "newCostDecimals": 9,
                "pctDiscount": 10,
                "promoType": 1,
                "promotionTypeCode": "sample string 11",
                "hostType": 12,
                "hostIdentifier": "CoRWiMXgwUGkUB1zus4AUg==",
                "hostIdentifierGuid": "8856840a-e0c5-41c1-a450-1d73bace0052",
                "storeNames": [
                  "sample string 1",
                  "sample string 2"
                ]
              },
              "details": [
                {
                  "$ref": "32"
                },
                {
                  "$ref": "32"
                }
              ]
            },
            "tray": {
              "$id": "33",
              "g_UId": "GDpj5P20PkSjUaJJIBwYpg==",
              "guid": "e4633a18-b4fd-443e-a351-a249201c18a6",
              "name": "sample string 1",
              "number": 1,
              "tare": 1
            },
            "priceGroup": {
              "$id": "34",
              "priceGroupG_UID": "y5Anqk1WuUStgDPkqpHlLQ==",
              "priceGroupGuid": "aa2790cb-564d-44b9-ad80-33e4aa91e52d",
              "name": "sample string 2",
              "code": 1,
              "modified": true,
              "updated": "2026-04-03T06:27:25.8597197",
              "buyingLimit": 1,
              "buyingLimitIndependent": true,
              "buyingLimitType": 0,
              "number": 1,
              "products": [
                {
                  "$ref": "4"
                },
                {
                  "$ref": "4"
                }
              ],
              "productCount": 1
            },
            "priceGroupName": "sample string 147",
            "nutrifacts": {
              "$id": "35",
              "pluG_UID": "ELaTKD6xWECImF4tZAWrFw==",
              "pluGuid": "2893b610-b13e-4058-8898-5e2d6405ab17",
              "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": "36",
              "pluGuid": "89b0939f-947a-4b2f-9575-5544cc6330cd",
              "created": "2026-04-03T06:27:25.8597197",
              "createdByUser": "sample string 1",
              "activated": "2026-04-03T06:27:25.8597197",
              "activatedByUser": "sample string 2",
              "deactivated": "2026-04-03T06:27:25.8597197",
              "deactivatedByUser": "sample string 3",
              "lastOrdered": "2026-04-03T06:27:25.8597197",
              "lastOrderedQty": 4.0,
              "lastReceived": "2026-04-03T06:27:25.8597197",
              "lastReceivedQty": 5.0,
              "lastInvoiceStatus": 1,
              "lastCounted": "2026-04-03T06:27:25.8597197",
              "lastSold": "2026-04-03T06:27:25.8597197",
              "firstSold": "2026-04-03T06:27:25.8597197",
              "awsUpdated": "2026-04-03T06:27:25.8597197",
              "lastManualUpdate": "2026-04-03T06:27:25.8597197",
              "lastManualUpdatedByUser": "sample string 7",
              "lastUpdated": "2026-04-03T06:27:25.8597197",
              "lastUpdatedByUser": "sample string 9",
              "lastUpdatedByHost": "2026-04-03T06:27:25.8597197",
              "doNotRangeUpdated": "2026-04-03T06:27:25.8597197",
              "doNotOrderUpdated": "2026-04-03T06:27:25.8597197",
              "tracked": "2026-04-03T06:27:25.8597197"
            },
            "allergens": [
              {
                "$id": "37",
                "primaryKey": {
                  "$id": "38",
                  "pluGuid": "84defb86-74ce-45c7-9741-afc7e6db2a5c",
                  "contains": 2
                },
                "allergenID": 1,
                "pluG_UID": "hvvehM50x0WXQa/H5tsqXA==",
                "pluGuid": "84defb86-74ce-45c7-9741-afc7e6db2a5c",
                "contains": 2,
                "allergenName": "sample string 3",
                "storeIDs": [
                  1,
                  2
                ]
              },
              {
                "$ref": "37"
              }
            ],
            "costs": {
              "$id": "39",
              "pluG_UID": "dXNaTKQOQE62fcEXwqtQtQ==",
              "pluGuid": "4c5a7375-0ea4-4e40-b67d-c117c2ab50b5",
              "enteredCost": 1,
              "weightedAvgCost": 1,
              "lastCost": 1,
              "rawEnteredCost": 2,
              "rawWeightedAvgCost": 3,
              "rawLastCost": 4,
              "freight": 5.0,
              "freightType": 6,
              "costDecimals": 7,
              "fifoCost": 1,
              "updated": "2026-04-03T06:27:25.8597197",
              "normalCost": 1,
              "currentCost": 1
            },
            "sales": [
              {
                "$id": "40",
                "saleHeaderID": 1,
                "created": "2026-04-03T06:27:25.8597197",
                "createdLocal": "2026-04-03T06:27:25.8597197",
                "storeID": 3,
                "storeName": "sample string 4",
                "operatorG_Uid": "rPzc/iI43Ui7aDqixdCbYg==",
                "operatorGuid": "fedcfcac-3822-48dd-bb68-3aa2c5d09b62",
                "operatorName": "sample string 5",
                "tranType": 1,
                "plu": 1,
                "pluG_UId": "MoaHEv2+oUqOjCw+pdTPiQ==",
                "pluGuid": "12878632-befd-4aa1-8e8c-2c3ea5d4cf89",
                "normalPrice": 1,
                "totalCents": 1,
                "cost": 1,
                "grossProfit": 1,
                "quantity": 1,
                "operator": {
                  "$id": "41",
                  "id": 1,
                  "g_Uid": "+6SwphyL2UKV8KQjSsXGeA==",
                  "guid": "a6b0a4fb-8b1c-42d9-95f0-a4234ac5c678",
                  "operatorNumber": 1,
                  "shortName": "sample string 2",
                  "firstName": "sample string 3",
                  "lastName": "sample string 4",
                  "password": "sample string 5",
                  "hasPassword": true,
                  "passwordText": "sample string 6",
                  "rfidTagID": "sample string 7",
                  "blueprintID": 1,
                  "groupID": 1,
                  "groupName": "sample string 8",
                  "managerGroupID": 1,
                  "managerGroupName": "sample string 9",
                  "zoneID": 1,
                  "zoneName": "sample string 10",
                  "loggedIn": 1,
                  "lastUsedIP": "sample string 11",
                  "deleted": true,
                  "locked": true,
                  "allowOpenTill": true,
                  "webEmail": "sample string 14",
                  "simpleOperatorType": 0,
                  "webRole": "sample string 15",
                  "updated": "2026-04-03T06:27:25.8597197",
                  "passwordResetRequired": true,
                  "alteredInStore": true,
                  "startShift": "2026-04-03T06:27:25.8597197",
                  "endShift": "2026-04-03T06:27:25.8597197",
                  "machineName": "sample string 20",
                  "drawerID": 1,
                  "stores": [
                    {
                      "$id": "42",
                      "operatorG_UID": "dnIpvobeYUqpuu94o8NRYQ==",
                      "operatorGuid": "be297276-de86-4a61-a9ba-ef78a3c35161",
                      "storeID": 2,
                      "operator": {
                        "$ref": "41"
                      },
                      "store": {
                        "$ref": "5"
                      }
                    },
                    {
                      "$ref": "42"
                    }
                  ]
                }
              },
              {
                "$ref": "40"
              }
            ],
            "apns": [
              {
                "$id": "43",
                "pluID": 1,
                "pluG_UID": "ewH+Fk8ePU6PiF5eufslBw==",
                "pluGuid": "16fe017b-1e4f-4e3d-8f88-5e5eb9fb2507",
                "apn": "sample string 1",
                "deleted": true,
                "storeID": 1,
                "storeIDs": [
                  1,
                  2
                ]
              },
              {
                "$ref": "43"
              }
            ],
            "tuns": [
              {
                "$id": "44",
                "pluG_UId": "sSziOS9yfkeB8cB8ZU5vNQ==",
                "pluGuid": "39e22cb1-722f-477e-81f1-c07c654e6f35",
                "apn": "sample string 1",
                "tun": "sample string 2",
                "cartonQuantity": 3,
                "product": {
                  "$ref": "4"
                },
                "storeIDs": [
                  1,
                  2
                ]
              },
              {
                "$ref": "44"
              }
            ],
            "competitionPricing": [
              {
                "$id": "45",
                "identifier": "IO99Ips2KkKnCyuAw3Zt0Q==",
                "identifierGuid": "227def20-369b-422a-a70b-2b80c3766dd1",
                "pluG_UID": "4IzApEuxjEWYKx2InAWvQg==",
                "pluGuid": "a4c08ce0-b14b-458c-982b-1d889c05af42",
                "competitionID": 1,
                "name": "sample string 2",
                "sellMultiple": 3,
                "retailPrice": 4,
                "storeName": "sample string 5"
              },
              {
                "$ref": "45"
              }
            ],
            "supplier": {
              "$ref": "10"
            },
            "supplierName": "sample string 148",
            "children": [
              {
                "$ref": "4"
              },
              {
                "$ref": "4"
              }
            ],
            "ordering": {
              "$ref": "13"
            },
            "flipChartPages": [
              {
                "$id": "46",
                "identifier": "Iot4M/tOoEeQMxHTqCgayw==",
                "groupName": "sample string 1",
                "identifierGuid": "33788b22-4efb-47a0-9033-11d3a8281acb",
                "exists": true,
                "flipChartIdentifier": "UZLfxzphO0SRncjqjmc/Cw==",
                "flipChartIdentifierGuid": "c7df9251-613a-443b-919d-c8ea8e673f0b",
                "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": "sBeP/DN0Vkm3XcmP8WxQbQ==",
                "groupIdentifierGuid": "fc8f17b0-7433-4956-b75d-c98ff16c506d",
                "flipChart": {
                  "$id": "47",
                  "identifier": "x+u1Cokhk0+zGFJnlFelJA==",
                  "identifierGuid": "0ab5ebc7-2189-4f93-b318-52679457a524",
                  "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": "48",
                    "identifier": "pkBq72y9EkuqIUXBW3pjSA==",
                    "identifierGuid": "ef6a40a6-bd6c-4b12-aa21-45c15b7a6348",
                    "name": "sample string 2",
                    "formType": "sample string 3",
                    "forms": [
                      {
                        "$id": "49",
                        "id": 1,
                        "g_UID": "3zv0ud+2tkuLuc29v8iP3w==",
                        "guid": "b9f43bdf-b6df-4bb6-8bb9-cdbdbfc88fdf",
                        "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": "ilLl9pqT5UCDCpJjVc076Q==",
                        "previousFormGuid": "f6e5528a-939a-40e5-830a-926355cd3be9",
                        "nextForm": 1,
                        "nextFormG_UID": "PdET/8S15kaNxGkUBFRN1Q==",
                        "nextFormGuid": "ff13d13d-b5c4-46e6-8dc4-691404544dd5",
                        "attributes": "sample string 10",
                        "updated": "2026-04-03T06:27:25.8597197",
                        "positioning": 1,
                        "contentPanel": "sample string 11",
                        "selectionMode": 1,
                        "maximumSelections": 1,
                        "alteredInStore": true,
                        "deleted": true,
                        "blueprintID": 1,
                        "preserveLayout": true,
                        "mainCheckoutFormName": "sample string 13",
                        "nextCheckoutForm": {
                          "$ref": "49"
                        },
                        "previousCheckoutForm": {
                          "$ref": "49"
                        },
                        "buttons": [
                          {
                            "$id": "50",
                            "id": 1,
                            "checkoutFormID": 2,
                            "checkoutFormG_UID": "vx9G/G+/102fZEZgfvljNA==",
                            "checkoutFormGuid": "fc461fbf-bf6f-4dd7-9f64-46607ef96334",
                            "identifier": "4bPr7mZ1U0WObOsk6U/cBw==",
                            "identifierGuid": "eeebb3e1-7566-4553-8e6c-eb24e94fdc07",
                            "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": "SUiHCBjMvUCe1t4OKzMRqw==",
                            "valueGuid": "08874849-cc18-40bd-9ed6-de0e2b3311ab",
                            "buttonText": "sample string 10",
                            "valueText": "sample string 11",
                            "drawImageAndButton": true,
                            "updated": "2026-04-03T06:27:25.8597197",
                            "action": "sample string 12",
                            "valueForm": {
                              "$ref": "49"
                            },
                            "image": {
                              "$id": "51",
                              "name": "sample string 3.sample string 4",
                              "imageID": 2,
                              "imageName": "sample string 3",
                              "imageExtension": "sample string 4",
                              "lastUpdate": "2026-04-03T06:27:25.8597197",
                              "imageData": "QEA=",
                              "readOnly": true
                            }
                          },
                          {
                            "$ref": "50"
                          }
                        ],
                        "panels": [
                          {
                            "$id": "52",
                            "id": 1,
                            "checkoutFormID": 2,
                            "checkoutFormG_UID": "By3Aa55/OUyH159HyxiF6Q==",
                            "checkoutFormGuid": "6bc02d07-7f9e-4c39-87d7-9f47cb1885e9",
                            "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": "52"
                          }
                        ]
                      },
                      {
                        "$ref": "49"
                      }
                    ],
                    "panels": [
                      {
                        "$ref": "52"
                      },
                      {
                        "$ref": "52"
                      }
                    ]
                  },
                  "pages": [
                    {
                      "$ref": "46"
                    },
                    {
                      "$ref": "46"
                    }
                  ]
                },
                "contentPanel": {
                  "$ref": "52"
                },
                "products": [
                  {
                    "$id": "53",
                    "flipChartPageIdentifier": "B+HTs+S+kEmXiO62D3f+IQ==",
                    "flipChartPageIdentifierGuid": "b3d3e107-bee4-4990-9788-eeb60f77fe21",
                    "pluG_UID": "07wXy9gE40GG119BED0Xtw==",
                    "pluGuid": "cb17bcd3-04d8-41e3-86d7-5f41103d17b7",
                    "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": "53"
                  }
                ],
                "productCount": 27,
                "pages": [
                  {
                    "$ref": "46"
                  },
                  {
                    "$ref": "46"
                  }
                ]
              },
              {
                "$ref": "46"
              }
            ],
            "priceHistory": [
              {
                "$id": "54",
                "pluG_UID": "Ovot4i87TUawoZj8awJmHw==",
                "pluGuid": "e22dfa3a-3b2f-464d-b0a1-98fc6b02661f",
                "price": 1,
                "costCalcMethod": 1,
                "cost": 2,
                "weightedAvgCost": 3,
                "lastCost": 4,
                "rawCost": 5,
                "rawWeightedAvgCost": 6,
                "rawLastCost": 7,
                "costDecimals": 8,
                "serviceFeeID": 9,
                "freight": 10.0,
                "freightType": 11,
                "process": "sample string 12",
                "user": "sample string 13",
                "updated": "2026-04-03T06:27:25.8597197",
                "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": "54"
              }
            ],
            "ingredients": [
              {
                "$id": "55",
                "pluG_UID": "eZcCAyqZBE6xKN63MEqtdw==",
                "ingredientGuid": "PdYkQSc//ka/4Ga/bkVtZw==",
                "ingredientIdentifier": "4124d63d-3f27-46fe-bfe0-66bf6e456d67",
                "quantity": 1.0,
                "storeIDs": [
                  1,
                  2
                ],
                "ingredientText": "sample string 1",
                "ingredient": {
                  "$ref": "4"
                }
              },
              {
                "$ref": "55"
              }
            ],
            "bins": [
              {
                "$id": "56",
                "pluG_UID": "jbmCd3DA8EiExRbnAscW6Q==",
                "pluGuid": "7782b98d-c070-48f0-84c5-16e702c716e9",
                "shelfLocationIdentifier": "id8P9WLVZU2iptL6InnMHA==",
                "shelfLocationGuid": "f50fdf89-d562-4d65-a2a6-d2fa2279cc1c",
                "labelShelfDefault": 1,
                "labelTalkerDefault": 1,
                "labelSmall": true,
                "labelPageLayoutG_UID": "8Y0p9PGpeUq5GTWpyB5qnA==",
                "labelPageLayoutGuid": "f4298df1-a9f1-4a79-b919-35a9c81e6a9c",
                "updated": "2026-04-03T06:27:25.8597197",
                "electronicShelfLabelIdentifier": "sample string 5",
                "electronicshelfLabelsConfigurationID": 6,
                "labelShelfChanged": true,
                "productName": "sample string 8",
                "locationText": "sample string 9",
                "product": {
                  "$ref": "4"
                },
                "location": {
                  "$id": "57",
                  "identifier": "cMg9PfyHH0SJrcyHryTI+w==",
                  "storeID": 1,
                  "identifierGuid": "3d3dc870-87fc-441f-89ad-cc87af24c8fb",
                  "name": "sample string 2",
                  "haccp": true,
                  "blueprintID": 1,
                  "updated": "2026-04-03T06:27:25.8597197",
                  "minTemp": 1,
                  "maxTemp": 1,
                  "checkFrequency": 1,
                  "storeCaseConfiguration": 5,
                  "storeName": "sample string 6",
                  "bins": [
                    {
                      "$ref": "56"
                    },
                    {
                      "$ref": "56"
                    }
                  ]
                }
              },
              {
                "$ref": "56"
              }
            ],
            "bin": {
              "$ref": "56"
            },
            "scaleLocations": [
              {
                "$id": "58",
                "plu": 1,
                "pluG_UID": "Kbq9GfxV706/jFDX+Lw1OA==",
                "pluGuid": "19bdba29-55fc-4eef-bf8c-50d7f8bc3538",
                "deptNo": 1,
                "product": {
                  "$ref": "4"
                },
                "scaleLocation": {
                  "$id": "59",
                  "id": 1,
                  "deptNo": 1,
                  "deptCode": "sample string 2",
                  "name": "sample string 3",
                  "enabled": true,
                  "updated": "2026-04-03T06:27:25.8597197",
                  "department": {
                    "$id": "60",
                    "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": "59"
                    },
                    "subDepartments": [
                      {
                        "$id": "61",
                        "id": 1,
                        "departmentID": 2,
                        "name": "sample string 3",
                        "code": "sample string 4",
                        "departmentCode": "sample string 5",
                        "externalSales": true,
                        "minorDepartments": [
                          {
                            "$id": "62",
                            "id": 1,
                            "subDepartmentID": 2,
                            "departmentID": 3,
                            "name": "sample string 4",
                            "subDepartmentCode": "sample string 5",
                            "departmentCode": "sample string 6",
                            "code": "sample string 7",
                            "lesserDepartments": [
                              {
                                "$id": "63",
                                "id": 1,
                                "departmentID": 2,
                                "subDepartmentID": 3,
                                "minorDepartmentID": 4,
                                "name": "sample string 5",
                                "code": "sample string 6",
                                "departmentCode": "sample string 7",
                                "subDepartmentCode": "sample string 8",
                                "minorDepartmentCode": "sample string 9",
                                "updated": "2026-04-03T06:27:25.8597197",
                                "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": "DUiIq511Yki53gnukz86xA==",
                                "labelPageLayoutGuid": "ab88480d-759d-4862-b9de-09ee933f3ac4",
                                "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": "64",
                                  "dept": 1,
                                  "category": 2,
                                  "name": "sample string 3",
                                  "active": true,
                                  "mscCommodities": [
                                    {
                                      "$id": "65",
                                      "dept": 1,
                                      "category": 2,
                                      "commodity": 3,
                                      "name": "sample string 4",
                                      "active": true,
                                      "mscSubCommodities": [
                                        {
                                          "$id": "66",
                                          "dept": 1,
                                          "category": 2,
                                          "commodity": 3,
                                          "subCommodity": 4,
                                          "name": "sample string 5",
                                          "active": true,
                                          "subCommodityCode": "sample string 7"
                                        },
                                        {
                                          "$ref": "66"
                                        }
                                      ],
                                      "commodityCode": "sample string 6"
                                    },
                                    {
                                      "$ref": "65"
                                    }
                                  ],
                                  "categoryCode": "sample string 5"
                                },
                                "mscCom": {
                                  "$ref": "65"
                                },
                                "mscDep": {
                                  "$id": "67",
                                  "dept": 1,
                                  "name": "sample string 2",
                                  "active": true,
                                  "mscCategories": [
                                    {
                                      "$ref": "64"
                                    },
                                    {
                                      "$ref": "64"
                                    }
                                  ],
                                  "deptCode": "sample string 4"
                                },
                                "mscSubCom": {
                                  "$ref": "66"
                                }
                              },
                              {
                                "$ref": "63"
                              }
                            ],
                            "updated": "2026-04-03T06:27:25.8597197",
                            "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": "RqV89mPJ3U2gPaSzw+IcDg==",
                            "labelPageLayoutGuid": "f67ca546-c963-4ddd-a03d-a4b3c3e21c0e",
                            "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": "64"
                            },
                            "mscCom": {
                              "$ref": "65"
                            },
                            "mscDep": {
                              "$ref": "67"
                            },
                            "mscSubCom": {
                              "$ref": "66"
                            }
                          },
                          {
                            "$ref": "62"
                          }
                        ],
                        "investmentBuyOverride": true,
                        "updated": "2026-04-03T06:27:25.8597197",
                        "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": "3hWbTR0wx02z8+ZpKBqx6A==",
                        "labelPageLayoutGuid": "4d9b15de-301d-4dc7-b3f3-e669281ab1e8",
                        "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": "64"
                        },
                        "mscCom": {
                          "$ref": "65"
                        },
                        "mscDep": {
                          "$ref": "67"
                        },
                        "mscSubCom": {
                          "$ref": "66"
                        }
                      },
                      {
                        "$ref": "61"
                      }
                    ],
                    "stores": [
                      1,
                      2
                    ],
                    "investmentBuyOverride": true,
                    "updated": "2026-04-03T06:27:25.8597197",
                    "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": "fVZyS3khWkeMagG/ttsF+g==",
                    "labelPageLayoutGuid": "4b72567d-2179-475a-8c6a-01bfb6db05fa",
                    "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": "64"
                    },
                    "mscCom": {
                      "$ref": "65"
                    },
                    "mscDep": {
                      "$ref": "67"
                    },
                    "mscSubCom": {
                      "$ref": "66"
                    }
                  }
                }
              },
              {
                "$ref": "58"
              }
            ],
            "nextPrice": {
              "$ref": "2"
            },
            "currentCostStart": "2026-04-03T06:27:25.8597197",
            "dealCosts": [
              {
                "$id": "68",
                "headerIdentifier": "1v/5gAjlbEqQrhcwvpheFQ==",
                "headerIdentifierGuid": "80f9ffd6-e508-4a6c-90ae-1730be985e15",
                "identifier": "qKadTLkF5U2SsTqkzd/Isw==",
                "identifierGuid": "4c9da6a8-05b9-4de5-92b1-3aa4cddfc8b3",
                "supplierIdentifier": "VfL+dN/hokeQH+Xvwub5Ug==",
                "supplierGuid": "74fef255-e1df-47a2-901f-e5efc2e6f952",
                "pluG_UID": "geZ38XsAvk6zl5ot8O4+fA==",
                "pluGuid": "f177e681-007b-4ebe-b397-9a2df0ee3e7c",
                "campaignName": "f12dbd65-36c9-4ee7-8208-6829d4198163",
                "description": "sample string 4",
                "cost": 5,
                "costDecimals": 6,
                "start": "2026-04-03T06:27:25.8597197",
                "end": "2026-04-03T06:27:25.8597197",
                "type": 9,
                "promoType": 10,
                "bonusItemPLUG_UID": "RCpS06pAYky4Sn0CGejBuQ==",
                "bonusItemPluGuid": "d3522a44-40aa-4c62-b84a-7d0219e8c1b9",
                "bonusPurchaseUnits": 11,
                "bonusReceiveUnits": 12,
                "updated": "2026-04-03T06:27:25.8597197",
                "metcashPromotionID": "sample string 14",
                "fromHost": 15,
                "storeNames": "sample string 16",
                "storeIDs": [
                  1,
                  2
                ],
                "supplierName": "sample string 17",
                "campaignDescription": "sample string 18",
                "newPrice": 1,
                "campaignMetcashPromotionID": "sample string 19",
                "campaignActive": true,
                "campaignStartDate": "2026-04-03T06:27:25.8597197",
                "campaignEndDate": "2026-04-03T06:27:25.8597197",
                "masterPLUG_UID": "O0aDpy6FBEWNRjPVVwjxcA==",
                "masterID": "a783463b-852e-4504-8d46-33d55708f170",
                "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": "UCkSFOiLMkun4RthLkGV/A==",
                "bonusMasterID": "14122950-8be8-4b32-a7e1-1b612e4195fc",
                "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": "68"
              }
            ],
            "tags": [
              {
                "$id": "69",
                "pluG_UID": "iGgtoxCSEkW6pqp3pQAW8A==",
                "pluGuid": "a32d6888-9210-4512-baa6-aa77a50016f0",
                "tagID": 1,
                "description": "sample string 1",
                "storeIDs": [
                  1,
                  2
                ]
              },
              {
                "$ref": "69"
              }
            ],
            "alternateProductG_UID": "PUQhi2IgrkCsOLAtBRVJsg==",
            "alternateProduct": "8b21443d-2062-40ae-ac38-b02d051549b2",
            "altProduct": {
              "$ref": "4"
            },
            "productHostCode": {
              "$id": "70",
              "id": 1,
              "pluG_UID": "aP5HF9Qaf0itSgMKlRje7w==",
              "pluGuid": "1747fe68-1ad4-487f-ad4a-030a9518deef",
              "ibaCode": "sample string 2"
            },
            "mscCat": {
              "$ref": "64"
            },
            "mscCom": {
              "$ref": "65"
            },
            "mscDep": {
              "$ref": "67"
            },
            "mscSubCom": {
              "$ref": "66"
            },
            "isUserUpdate": true,
            "ignoreMasterProduct": true,
            "priceGroupLabelRequested": true,
            "firstSold": "2026-04-03T06:27:25.8597197",
            "inventoryTracked": "2026-04-03T06:27:25.8597197",
            "isNormalPriceChangesCampaign": true,
            "baseProductFuel": {
              "$id": "71",
              "pluG_UID": "rzjkLn3DYUmEHgBK4HyJdA==",
              "pluGuid": "2ee438af-c37d-4961-841e-004ae07c8974",
              "fuelPluG_UID": "dyAmhfiCZUK3Nap4yM1DiQ==",
              "fuelPluGuid": "85262077-82f8-4265-b735-aa78c8cd4389",
              "price": 3,
              "productDescription": "sample string 4",
              "productBarcode": "sample string 5",
              "fuelProductDescription": "sample string 6",
              "fuelProductBarcode": "sample string 7",
              "fuelProductPrice": 8
            },
            "productFuelLinks": [
              {
                "$ref": "71"
              },
              {
                "$ref": "71"
              }
            ]
          },
          "campaignPlu": {
            "$ref": "2"
          },
          "fuelItem": true
        },
        {
          "$ref": "3"
        }
      ],
      "campaign": {
        "$ref": "1"
      },
      "product": {
        "$ref": "4"
      },
      "dealCost": {
        "$ref": "68"
      }
    },
    {
      "$ref": "2"
    }
  ],
  "campaignPools": [
    {
      "$id": "72",
      "id": 1,
      "campaignID": 2,
      "campaignName": "sample string 3",
      "plu": 4,
      "pluG_UID": "u92/Sy5d8EOCByscg3ydnw==",
      "pluGuid": "4bbfddbb-5d2e-43f0-8207-2b1c837c9d9f",
      "hostOfferID": 1,
      "priceGroupG_UID": "gK/MPNYCw02MyC1Bixc/Yg==",
      "priceGroupGuid": "3cccaf80-02d6-4dc3-8cc8-2d418b173f62",
      "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": "2026-04-03T06:27:25.8597197",
      "rrp": 17,
      "campaignDescription": "sample string 18",
      "product": {
        "$ref": "4"
      },
      "campaign": {
        "$ref": "1"
      }
    },
    {
      "$ref": "72"
    }
  ],
  "sellingRules": [
    {
      "$id": "73",
      "id": 1,
      "identifier": "B8VAb10HYEmsz/FmGoubFw==",
      "identifierStr": "B8VAb10HYEmsz/FmGoubFw==",
      "identifierGuid": "6f40c507-075d-4960-accf-f1661a8b9b17",
      "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": "73"
    }
  ],
  "customers": [
    {
      "$id": "74",
      "id": 1,
      "campaignID": 2,
      "campaignName": "sample string 3",
      "customerID": "08UGFGlYjU28+ElwlWt+og==",
      "customerIDGuid": "1406c5d3-5869-4d8d-bcf8-4970956b7ea2",
      "campaign": {
        "$ref": "1"
      },
      "customer": {
        "$id": "75",
        "identifier": "sOntci5b4keOeqBAhuUKJA==",
        "identifierGuid": "72ede9b0-5b2e-47e2-8e7a-a04086e50a24",
        "code": "sample string 2",
        "familyName": "sample string 3",
        "givenName": "sample string 4",
        "otherName": "sample string 5",
        "title": "sample string 6",
        "dateOfBirth": "2026-04-03T06:27:25.8597197",
        "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": "TKKkv98j/0+ni5u08pHPuA==",
        "communityIdentifierGuid": "bfa4a24c-23df-4fff-a78b-9bb4f291cfb8",
        "joined": "2026-04-03T06:27:25.8597197",
        "updated": "2026-04-03T06:27:25.8597197",
        "active": true,
        "reasonInactive": 1,
        "groupCustomer": true,
        "loyaltyPoints": 1,
        "homeStoreID": 1,
        "availableSpend": 1,
        "priceLevelIdentifier": "wGnpRTXPYkqPLZ1rt/tI2w==",
        "priceLevelIdentifierGuid": "45e969c0-cf35-4a62-8f2d-9d6bb7fb48db",
        "marketingID": "sample string 18",
        "receiptPrintOptions": 1,
        "hidden": true,
        "registered": true,
        "registeredOn": "2026-04-03T06:27:25.8597197",
        "emailMarketing": true,
        "smsMarketing": true,
        "deleted": true,
        "deletedUser": "sample string 24",
        "homeStoreName": "sample string 25",
        "customerCards": [
          {
            "$id": "76",
            "cardType": 2,
            "issueDate": "2026-04-03T06:27:25.8597197",
            "expiry": "2026-04-03T06:27:25.8597197",
            "customerID": "S/cVjI6fo0K+FyXOaYX7FQ==",
            "customerIDGuid": "8c15f74b-9f8e-42a3-be17-25ce6985fb15",
            "initialValue": 1,
            "currentValue": 1,
            "maxLimit": 1,
            "minTransaction": 1,
            "maxTransaction": 1,
            "multiplier": 1.1,
            "active": true,
            "reasonInactive": 1,
            "idRequired": true,
            "idType": 1,
            "idValue": "sample string 5",
            "updated": "2026-04-03T06:27:25.8597197",
            "linkedAccount": "pbcISsiwHUK3Eago/jIngg==",
            "linkedAccountGuid": "4a08b7a5-b0c8-421d-b711-a828fe322782",
            "currentValueChanged": true,
            "limitsChanged": true,
            "customer": {
              "$ref": "75"
            },
            "account": {
              "$id": "77",
              "id": 1,
              "identifier": "B6hWw59OBEyIJFR3WA+XOg==",
              "identifierGuid": "c356a807-4e9f-4c04-8824-5477580f973a",
              "referenceNo": "sample string 3",
              "name": "sample string 4",
              "created": "2026-04-03T06:27:25.8597197",
              "owner": "zsk9Q490rU6xNO3c8XL3dg==",
              "ownerGuid": "433dc9ce-748f-4ead-b134-eddcf172f776",
              "accountStoreGroupIdentifier": "7fm9i7WLoE+NVUYgCXwgbg==",
              "accountStoreGroupGuid": "8bbdf9ed-8bb5-4fa0-8d55-4620097c206e",
              "accountType": 1,
              "currentBalance": 1,
              "externalID": "sample string 7",
              "maximumLimit": 1,
              "accruePoints": true,
              "loyaltyPoints": 1,
              "termsOfTrade": 1,
              "signatureRequired": true,
              "referenceRequired": true,
              "statementSendType": 10,
              "ageingPeriod": 1,
              "monthlyAgeingPeriod": true,
              "explodedInvoice": true,
              "isFifoAllocation": true,
              "lastStatementSent": "2026-04-03T06:27:25.8597197",
              "active": true,
              "updated": "2026-04-03T06:27:25.8597197",
              "deleted": true,
              "deletedUser": "sample string 16",
              "currentBalanceChanged": true,
              "maximumLimitChanged": true,
              "loyaltyPointsChanged": true,
              "projectedBalance": 17,
              "accountStoreGroupStoreIDs": [
                1,
                2
              ],
              "customerEmail": "sample string 18",
              "ownerCustomer": {
                "$ref": "75"
              },
              "card": {
                "$ref": "76"
              },
              "members": {
                "$id": "78",
                "sample string 1": [
                  {
                    "$ref": "75"
                  },
                  {
                    "$ref": "75"
                  }
                ],
                "sample string 2": [
                  {
                    "$ref": "75"
                  },
                  {
                    "$ref": "75"
                  }
                ]
              },
              "customerGroups": [
                {
                  "$id": "79",
                  "identifier": "4xox9LsTOUO/PdOUm9zZaw==",
                  "identifierGuid": "f4311ae3-13bb-4339-bf3d-d3949bdcd96b",
                  "name": "sample string 2",
                  "primaryContact": "b1yrERZSo0yZIsPMnhiHEA==",
                  "primaryContactGuid": "11ab5c6f-5216-4ca3-9922-c3cc9e188710",
                  "accountID": "6hTkabgO4EOB36MYb8EbxA==",
                  "accountIDGuid": "69e414ea-0eb8-43e0-81df-a3186fc11bc4",
                  "special": true,
                  "updated": "2026-04-03T06:27:25.8597197",
                  "active": true,
                  "reasonInactive": 1,
                  "priceLevelIdentifier": "kekJxnamXUqQSVzWDRdMQA==",
                  "priceLevelIdentifierGuid": "c609e991-a676-4a5d-9049-5cd60d174c40",
                  "marketingListID": "sample string 7",
                  "deleted": true,
                  "account": {
                    "$ref": "77"
                  },
                  "primaryContactCustomer": {
                    "$ref": "75"
                  },
                  "customerGroupMembers": [
                    {
                      "$id": "80",
                      "id": 1,
                      "groupID": "2OtQwhofREa+YtyR52ia5Q==",
                      "groupIDGuid": "c250ebd8-1f1a-4644-be62-dc91e7689ae5",
                      "customerID": "Hw1oM/MJ5EuhZxLvlYsWBQ==",
                      "customerIDGuid": "33680d1f-09f3-4be4-a167-12ef958b1605",
                      "card": "sample string 4",
                      "linkedAccount": "DdxIECYdoEOtc+TOaOoRpg==",
                      "linkedAccountGuid": "1048dc0d-1d26-43a0-ad73-e4ce68ea11a6",
                      "customer": {
                        "$ref": "75"
                      },
                      "group": {
                        "$ref": "79"
                      },
                      "customerCard": {
                        "$ref": "76"
                      }
                    },
                    {
                      "$ref": "80"
                    }
                  ]
                },
                {
                  "$ref": "79"
                }
              ]
            },
            "payments": [
              {
                "$id": "81",
                "id": 1,
                "identifier": "6+SFPt93PUilFxDZJNghrA==",
                "identifierGuid": "3e85e4eb-77df-483d-a517-10d924d821ac",
                "storeID": 2,
                "operatorName": "sample string 3",
                "saleHeaderID": 4,
                "paymentType": 5,
                "amount": 6,
                "account": "sample string 7",
                "accountID": "8vTJErN96EWEDjQka0hF8Q==",
                "accountIDGuid": "12c9f4f2-7db3-45e8-840e-34246b4845f1",
                "customerAccount": {
                  "$ref": "77"
                },
                "customerCard": {
                  "$ref": "76"
                },
                "accountType": 1,
                "cardName": "sample string 8",
                "authorisationNumber": "sample string 9",
                "bankReference": "sample string 10",
                "merchantID": "sample string 11",
                "terminalID": "sample string 12",
                "cardNumber": "sample string 13",
                "paymentDate": "2026-04-03T06:27:25.8597197",
                "invRocNo": "sample string 14",
                "responseCode": "sample string 15",
                "cashout": 1,
                "tip": 16,
                "idempotentVoid": "oh8UPFl/bkG3kPstXGBQVg==",
                "idempotentVoidGuid": "3c141fa2-7f59-416e-b790-fb2d5c605056",
                "offline": true,
                "processed": 1,
                "storeSaleHeader": {
                  "$id": "82",
                  "saleHeaderID": 1,
                  "saleHeaderGuid": "emU1k4IxZ0Oy8x/MlBXdhw==",
                  "saleHeaderIdentifierGuid": "9335657a-3182-4367-b2f3-1fcc9415dd87",
                  "created": "2026-04-03T06:27:25.8597197",
                  "createdLocal": "2026-04-03T06:27:25.8597197",
                  "createdText": "sample string 4",
                  "itemCount": 5,
                  "totalAmount": 6,
                  "cashTender": 1,
                  "cardTender": 1,
                  "cheqTender": 1,
                  "acctTender": 1,
                  "voucherTender": 1,
                  "loyaltyPoints": 1,
                  "cashout": 1,
                  "changeAmount": 1,
                  "rounding": 1,
                  "gstAmount": 1,
                  "transactionDiscountTender": 1,
                  "totalTip": 7,
                  "tranType": 1,
                  "processed": 1,
                  "imported": "2026-04-03T06:27:25.8597197",
                  "storeID": 1,
                  "operatorG_Uid": "q6cwPU4d5Umu36zHti5REw==",
                  "operatorGuid": "3d30a7ab-1d4e-49e5-aedf-acc7b62e5113",
                  "customerG_Uid": "1Mjs177k6UuwULfKbaG1LQ==",
                  "customerGuid": "d7ecc8d4-e4be-4be9-b050-b7ca6da1b52d",
                  "communityIdentifier": "t0u2Ye8LbEiz7GhEdAThTw==",
                  "communityIdentifierGuid": "61b64bb7-0bef-486c-b3ec-68447404e14f",
                  "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": "jamBMLXK20myTuiyr2IAgQ==",
                  "priceLevelIdentifierGuid": "3081a98d-cab5-49db-b24e-e8b2af620081",
                  "locked": 36,
                  "orderMetadata": "{\"CustomerName\":\"sample string 1\",\"PickupAt\":\"2026-04-03T06:27:25.8597197+00:00\",\"DeliveryAddress1\":\"sample string 2\",\"DeliveryAddress2\":\"sample string 3\",\"CustomerPhoneNumber\":\"sample string 4\",\"OrderType\":0,\"ExternalOrderID\":\"sample string 5\",\"ExternalDisplayableOrderID\":\"sample string 6\",\"TableName\":\"sample string 7\",\"CreatedBy\":0,\"OrderingAppName\":\"sample string 8\"}",
                  "deserialisedOrderMetadata": {
                    "$id": "83",
                    "customerName": "sample string 1",
                    "pickupAt": "2026-04-03T06:27:25.8597197",
                    "deliveryAddress1": "sample string 2",
                    "deliveryAddress2": "sample string 3",
                    "customerPhoneNumber": "sample string 4",
                    "orderType": 0,
                    "externalOrderID": "sample string 5",
                    "externalDisplayableOrderID": "sample string 6",
                    "tableName": "sample string 7",
                    "createdBy": 0,
                    "orderingAppName": "sample string 8"
                  },
                  "relationChecksum": "sample string 38",
                  "loyaltyTender": 1,
                  "giftCardTender": 1,
                  "operator": {
                    "$ref": "41"
                  },
                  "customer": {
                    "$ref": "75"
                  },
                  "communityOrganisation": {
                    "$id": "84",
                    "id": 1,
                    "identifier": "PK83yxKTv02Sbgd/bEa5IQ==",
                    "identifierGuid": "cb37af3c-9312-4dbf-926e-077f6c46b921",
                    "name": "sample string 3",
                    "lookupIdentifier": "sample string 4",
                    "externalID": "sample string 5",
                    "phone": "sample string 6",
                    "fax": "sample string 7",
                    "email": "sample string 8",
                    "address1": "sample string 9",
                    "address2": "sample string 10",
                    "city": "sample string 11",
                    "postCode": "sample string 12",
                    "state": "sample string 13",
                    "country": "sample string 14",
                    "abn": "sample string 15",
                    "promoPeriodStart": "2026-04-03T06:27:25.8597197",
                    "promoPeriodEnd": "2026-04-03T06:27:25.8597197",
                    "allowDonations": true,
                    "logoImageName": "sample string 17",
                    "totalAmountAwarded": 18.1,
                    "updated": "2026-04-03T06:27:25.8597197",
                    "deleted": true
                  },
                  "details": [
                    {
                      "$id": "85",
                      "saleItemID": 1,
                      "identifier": "eihj9mzyCkm9rImLiHzFaw==",
                      "identifierGuid": "f663287a-f26c-490a-bdac-898b887cc56b",
                      "saleHeaderID": 2,
                      "plu": 1,
                      "pluG_UId": "OIfjotNx9kqgdkwYajvFfw==",
                      "pluGuid": "a2e38738-71d3-4af6-a076-4c186a3bc57f",
                      "accountID": "C7aM2uuX0kW6v7tPfitP5w==",
                      "accountIDGuid": "da8cb60b-97eb-45d2-babf-bb4f7e2b4fe7",
                      "normalPrice": 3,
                      "originalSellingPrice": 4,
                      "discountPrice": 5,
                      "unit": 1,
                      "quantity": 6,
                      "totalCents": 7,
                      "fixedPrice": 1,
                      "tranType": 1,
                      "discountType": 1,
                      "cost": 1,
                      "costDecimals": 8,
                      "markdown": 1,
                      "manualQuantity": 1,
                      "manualPrice": 1,
                      "manualMode": 1,
                      "active": 1,
                      "offline": true,
                      "barcode": "sample string 9",
                      "keyedSale": 1,
                      "discountedID": 1,
                      "fuelID": 1,
                      "serialNumber": "sample string 10",
                      "bestOrExpire": "2026-04-03T06:27:25.8597197",
                      "bestOrExpireType": 1,
                      "providerName": "sample string 11",
                      "refundG_UID": "Jck/CM+wjE+YxaAl3p2yjw==",
                      "refundGuid": "083fc925-b0cf-4f8c-98c5-a025de9db28f",
                      "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": "E5KTyfoHLEa6s5w4L2+0PA==",
                      "idempotentVoidGuid": "c9939213-07fa-462c-bab3-9c382f6fb43c",
                      "priceLevelIdentifier": "qBQFKQnx3UqDY5eEJoS3Yw==",
                      "priceLevelIdentifierGuid": "290514a8-f109-4add-8363-97842684b763",
                      "communityIdentifier": "tuhcso6DWUaY+JRW7doYqg==",
                      "communityIdentifierGuid": "b25ce8b6-838e-4659-98f8-9456edda18aa",
                      "productName": "sample string 23",
                      "apn": "sample string 24",
                      "unknownScans": [
                        {
                          "$id": "86",
                          "id": 1,
                          "saleDetailID": 2,
                          "storeID": 1,
                          "scanned": "2026-04-03T06:27:25.8597197",
                          "operatorG_UID": "QEA=",
                          "barcode": "sample string 4",
                          "processed": 1
                        },
                        {
                          "$ref": "86"
                        }
                      ],
                      "refund": {
                        "$id": "87",
                        "id": 1,
                        "g_UID": "BUIEz6iuvUeZ52yc3OcYgw==",
                        "guid": "cf044205-aea8-47bd-99e7-6c9cdce71883",
                        "description": "sample string 1",
                        "dumped": true,
                        "inventoryReasonID": 1,
                        "sortOrder": 1,
                        "updated": "2026-04-03T06:27:25.8597197"
                      },
                      "modifier": {
                        "$id": "88",
                        "id": 1,
                        "setG_UID": "VQinNP9wxE+kvhMiHUyNgw==",
                        "modifierSetGuid": "34a70855-70ff-4fc4-a4be-13221d4c8d83",
                        "name": "sample string 2",
                        "price": 1,
                        "quantity": 1,
                        "modifierType": 1,
                        "groupNumber": 1,
                        "pageNumber": 1,
                        "controlOrder": 1,
                        "printToStation": true,
                        "pluG_UID": "rK3QxseEF0qQf2pbxCTTuw==",
                        "pluGuid": "c6d0adac-84c7-4a17-907f-6a5bc424d3bb",
                        "deleted": true,
                        "g_UID": "XPOZW4ljX0ms+l+By5u9ZQ==",
                        "guid": "5b99f35c-6389-495f-acfa-5f81cb9bbd65",
                        "product": {
                          "$ref": "4"
                        }
                      },
                      "priceLevelName": "sample string 25",
                      "pumpNumber": 1,
                      "hoseNumber": 1
                    },
                    {
                      "$ref": "85"
                    }
                  ],
                  "eftReceipts": [
                    {
                      "$id": "89",
                      "id": 1,
                      "storeID": 1,
                      "saleHeaderID": 2,
                      "storeSaleHeader": {
                        "$ref": "82"
                      },
                      "receipt": "sample string 3",
                      "processed": 1
                    },
                    {
                      "$ref": "89"
                    }
                  ],
                  "payments": [
                    {
                      "$ref": "81"
                    },
                    {
                      "$ref": "81"
                    }
                  ],
                  "cards": [
                    {
                      "$id": "90",
                      "id": 1,
                      "saleHeaderID": 1,
                      "identifier": "sample string 2",
                      "cardType": 3,
                      "providerName": "sample string 4"
                    },
                    {
                      "$ref": "90"
                    }
                  ],
                  "campaignHits": [
                    {
                      "$id": "91",
                      "id": 1,
                      "saleHeaderID": 2,
                      "campaign": "sample string 3",
                      "name": "sample string 4",
                      "processed": 1,
                      "campaignDescription": "sample string 5"
                    },
                    {
                      "$ref": "91"
                    }
                  ],
                  "fuel": [
                    {
                      "$id": "92",
                      "id": 1,
                      "plu": 1,
                      "pluG_UID": "NBICOPhqlUifwjGfEZJmgw==",
                      "pluGuid": "38021234-6af8-4895-9fc2-319f11926683",
                      "saleHeaderID": 2,
                      "totalCents": 3,
                      "grade": 1,
                      "gradeDescription": "sample string 4",
                      "dispenser": 1,
                      "hose": 1,
                      "quantity": 1,
                      "cost": 1,
                      "acquirerNum": 1,
                      "attendant": 1,
                      "ePurseBalance": 1.0,
                      "cardSignature": "sample string 5",
                      "compartmentNumber": 1,
                      "contractNumber": 1,
                      "discountCardPAN": "sample string 6",
                      "discountID": 1,
                      "discountName": "sample string 7",
                      "discountNetValue": 1.0,
                      "discountType": 1,
                      "discountValue": 1.0,
                      "discretionaryData": "sample string 8",
                      "driverID": "sample string 9",
                      "eftBatchNumber": 1,
                      "eftResponseCode": "sample string 10",
                      "endDateTime": "2026-04-03T06:27:25.8597197",
                      "engineHours": 1.1,
                      "fposNumber": 1,
                      "loyaltyCardPAN": "sample string 11",
                      "miscData1": 1,
                      "miscData2": "sample string 12",
                      "miscFlags": 1,
                      "mop": 1,
                      "odometer": 1,
                      "panNumber": "sample string 13",
                      "saleRefund": true,
                      "saleStatus": 1,
                      "sequenceNumber": 1,
                      "stan": 1,
                      "startDateTime": "2026-04-03T06:27:25.8597197",
                      "tagNumber": "sample string 15",
                      "trackTwoRem": "sample string 16",
                      "transCode": 1,
                      "transType": 1,
                      "unitPrice": 1.0,
                      "vehicleReg": "sample string 17",
                      "offline": true,
                      "processed": 1
                    },
                    {
                      "$ref": "92"
                    }
                  ],
                  "fuelResells": [
                    {
                      "$id": "93",
                      "saleItemID": 1,
                      "saleHeaderID": 2,
                      "plu": 1,
                      "pluG_UId": "VcVnK8sMFE6ZK9blhsUPfw==",
                      "pluGuid": "2b67c555-0ccb-4e14-992b-d6e586c50f7f",
                      "accountID": "7vwV1HEX6UyK8WG4gFW8pw==",
                      "accountIDGuid": "d415fcee-1771-4ce9-8af1-61b88055bca7",
                      "normalPrice": 3,
                      "originalSellingPrice": 4,
                      "discountPrice": 5,
                      "unit": 1,
                      "quantity": 6,
                      "totalCents": 7,
                      "fixedPrice": 1,
                      "tranType": 1,
                      "processed": 1,
                      "discountType": 1,
                      "cost": 1,
                      "costDecimals": 1,
                      "markdown": 1,
                      "manualQuantity": 1,
                      "manualPrice": 1,
                      "manualMode": 1,
                      "active": 1,
                      "barcode": "sample string 8",
                      "offline": 1,
                      "keyedSale": 1,
                      "discountedID": 1,
                      "fuelID": 1,
                      "serialNumber": "sample string 9",
                      "bestOrExpire": "2026-04-03T06:27:25.8597197",
                      "bestOrExpireType": 1,
                      "refundG_UID": "vwEmCsCSvE+AoO5MM6u3aA==",
                      "refundGuid": "0a2601bf-92c0-4fbc-80a0-ee4c33abb768",
                      "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": "93"
                    }
                  ],
                  "customerOrder": [
                    {
                      "$id": "94",
                      "identifier": "DNPuvCcXFU2vXO0QVdRQcg==",
                      "identifierGuid": "bceed30c-1727-4d15-af5c-ed1055d45072",
                      "id": 1,
                      "orderNo": 2,
                      "externalSaleIdentifier": "sample string 3",
                      "storeID": 4,
                      "zoneID": 5,
                      "deptNo": 6,
                      "customerIdentifier": "QGz0PlQoSkSf00hE9xt+3w==",
                      "customerIdentifierGuid": "3ef46c40-2854-444a-9fd3-4844f71b7edf",
                      "operatorNo": 1,
                      "operatorG_UID": "WQF1WQ74RkO4cT4g16nF2g==",
                      "operatorGuid": "59750159-f80e-4346-b871-3e20d7a9c5da",
                      "created": "2026-04-03T06:27:25.8597197",
                      "ordered": "2026-04-03T06:27:25.8597197",
                      "started": "2026-04-03T06:27:25.8597197",
                      "completed": "2026-04-03T06:27:25.8597197",
                      "supplied": "2026-04-03T06:27:25.8597197",
                      "quickTicket": 1,
                      "deleted": true,
                      "walkAway": true,
                      "approxWait": 1,
                      "actualWait": 1,
                      "deliveryMethod": 8,
                      "externalSaleType": 9,
                      "customer": {
                        "$ref": "75"
                      },
                      "operator": {
                        "$ref": "41"
                      },
                      "details": [
                        {
                          "$id": "95",
                          "headerID": 1,
                          "plu": 1,
                          "pluG_UId": "RPaKr3fRCkOcPoAh58trYg==",
                          "pluGuid": "af8af644-d177-430a-9c3e-8021e7cb6b62",
                          "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": "iHvL0cd+Dk+aHGFTtV5bSQ==",
                          "headerIdentifierGuid": "d1cb7b88-7ec7-4f0e-9a1c-6153b55e5b49",
                          "product": {
                            "$ref": "4"
                          }
                        },
                        {
                          "$ref": "95"
                        }
                      ],
                      "storeName": "sample string 11",
                      "customerName": "sample string 12",
                      "storeReplyTo": "sample string 13",
                      "storeSubjectLine": "sample string 14",
                      "storeSaleHeader": {
                        "$ref": "82"
                      }
                    },
                    {
                      "$ref": "94"
                    }
                  ],
                  "surveyResponses": [
                    {
                      "$id": "96",
                      "surveyG_UID": "OcbAHIfxz0WNH8rP1gIkRA==",
                      "surveyGuid": "1cc0c639-f187-45cf-8d1f-cacfd6022444",
                      "saleHeaderGuid": "wvsY3eRj0kyvAJuYbQblYg==",
                      "saleGuid": "dd18fbc2-63e4-4cd2-af00-9b986d06e562",
                      "textResponse": "sample string 1",
                      "integerResponse": 1,
                      "g_UIDResponse": "S8XOJFUigEOHxtIKTgD4kw==",
                      "guidResponse": "24cec54b-2255-4380-87c6-d20a4e00f893",
                      "whoAnswered": 2,
                      "answeredAtUTC": "2026-04-03T06:27:25.8597197",
                      "sale": {
                        "$ref": "82"
                      },
                      "survey": {
                        "$id": "97",
                        "g_UID": "l5RR7ta8IkqeUbGppamTKA==",
                        "guid": "ee519497-bcd6-4a22-9e51-b1a9a5a99328",
                        "name": "sample string 1",
                        "storeID": 2,
                        "zoneID": 1,
                        "checkoutFormG_UID": "o2LCVmd38UC82s1tEd1E1g==",
                        "checkoutFormGuid": "56c262a3-7767-40f1-bcda-cd6d11dd44d6",
                        "displayToWho": 3,
                        "displayWhen": 4,
                        "start": "2026-04-03T06:27:25.8597197",
                        "end": "2026-04-03T06:27:25.8597197",
                        "deleted": true,
                        "updated": "2026-04-03T06:27:25.8597197",
                        "possibleIntegerResponses": [
                          1,
                          2
                        ],
                        "possibleTextResponses": [
                          "sample string 1",
                          "sample string 2"
                        ],
                        "possibleGuidResponses": [
                          "932cf068-4ca4-4ddf-a49e-e818e8a2124f",
                          "4063a591-7383-443c-9ed1-25f35271388d"
                        ],
                        "allowsAllTextResponses": true,
                        "surveyForm": {
                          "$ref": "49"
                        }
                      },
                      "ingressId": "sample string 4"
                    },
                    {
                      "$ref": "96"
                    }
                  ],
                  "storeName": "sample string 39",
                  "terminalNumber": 40,
                  "machineName": "sample string 41",
                  "operatorName": "sample string 42",
                  "direction": 1,
                  "reason": "sample string 43",
                  "accountG_UID": "8zgcFpZfQEajXov6qDlLLQ==",
                  "accountIdentifier": "161c38f3-5f96-4640-a35e-8bfaa8394b2d",
                  "accountName": "sample string 44",
                  "customerOrderIdentifier": "Mtuqz91Y70OM6XIsGefCcw==",
                  "customerOrderIdentifierGuid": "cfaadb32-58dd-43ef-8ce9-722c19e7c273",
                  "priceLevelName": "sample string 45",
                  "revision": 46,
                  "ingressId": "sample string 47"
                },
                "metadata": {
                  "$id": "98",
                  "id": 1,
                  "paymentID": 2,
                  "paymentIdentifier": "1+J/GVVFx0a8SpM36rHsyA==",
                  "paymentIdentifierGuid": "197fe2d7-4555-46c7-bc4a-9337eab1ecc8",
                  "identifier": "kkw8zdNi4EC8yrgrzpXfCg==",
                  "identifierGuid": "cd3c4c92-62d3-40e0-bcca-b82bce95df0a",
                  "metadata": "sample string 3",
                  "signatureImage": "QEA=",
                  "itemIdentifier": "csp4FZ4vvE2n0oKTjdatRg==",
                  "itemIdentifierGuid": "1578ca72-2f9e-4dbc-a7d2-82938dd6ad46"
                }
              },
              {
                "$ref": "81"
              }
            ]
          },
          {
            "$ref": "76"
          }
        ],
        "customerGroupMembers": [
          {
            "$ref": "80"
          },
          {
            "$ref": "80"
          }
        ],
        "customerGroups": [
          {
            "$ref": "79"
          },
          {
            "$ref": "79"
          }
        ],
        "accounts": [
          {
            "$ref": "77"
          },
          {
            "$ref": "77"
          }
        ],
        "account": {
          "$ref": "77"
        },
        "vouchers": [
          {
            "$id": "99",
            "customerIdentifier": "wfSeuIV8ok+38cgvpxNhcQ==",
            "customerIdentifierGuid": "b89ef4c1-7c85-4fa2-b7f1-c82fa7136171",
            "voucherName": "sample string 2",
            "count": 3,
            "storeID": 4,
            "barcode": "sample string 5",
            "redeemCount": 6,
            "issueCount": 7,
            "storeSalePaymentID": 1,
            "idempotentID": "+2bAteXH30C6YlTcs+tyZg==",
            "idempotentGuid": "b5c066fb-c7e5-40df-ba62-54dcb3eb7266",
            "offline": true,
            "voucher": {
              "$id": "100",
              "id": 1,
              "name": "sample string 2",
              "description": "sample string 3",
              "shortDescription": "sample string 4",
              "url": "sample string 5",
              "barcodeTemplateID": 1,
              "expiry": 0,
              "voucherType": 6,
              "limitPerTransaction": 7,
              "customerTracking": true,
              "discountAccount": "sample string 9",
              "endDate": "2026-04-03T06:27:25.8597197",
              "barcodeTemplate": {
                "$id": "101",
                "templateID": 1,
                "template": "sample string 1",
                "bcFunction": "sample string 2",
                "sortOrder": 3
              },
              "scaleLabel": {
                "$id": "102",
                "id": 1,
                "uid": "sample string 2",
                "name": "sample string 3",
                "width": 1.1,
                "height": 1.1,
                "showBorder": true,
                "borderWidth": 1.1,
                "borderStyle": 1,
                "borderColour": "sample string 5",
                "updated": "2026-04-03T06:27:25.8597197",
                "labelPageLayout": "FokCf1svQEmmX8P6SVG+sQ==",
                "pageLayoutGuid": "7f028916-2f5b-4940-a65f-c3fa4951beb1",
                "labelType": 6,
                "oldName": "sample string 7",
                "voucher": {
                  "$ref": "100"
                },
                "elements": [
                  {
                    "$id": "103",
                    "id": 1,
                    "scaleLabelID": 2,
                    "showPercentDI": true,
                    "showAvgPerHundred": true,
                    "showAvgPerServe": true,
                    "name": "sample string 6",
                    "x": 1.1,
                    "y": 1.1,
                    "width": 1.1,
                    "height": 1.1,
                    "type": 1,
                    "rotation": 1,
                    "text": "sample string 7",
                    "fontFamily": "sample string 8",
                    "align": 1,
                    "bold": true,
                    "italic": true,
                    "underline": true,
                    "strikeout": true,
                    "reverse": true,
                    "textColour": "sample string 9",
                    "fontSize": 1.1,
                    "picture": "QEA=",
                    "borderWidth": 10,
                    "sortOrder": 11,
                    "printOptions": 12,
                    "superScriptTextFontSize": 1.1,
                    "lineStyle": 1,
                    "spacingStyle": 1,
                    "interCharacterSpacing": 1.1,
                    "superScriptOffset": 1.1,
                    "lineSpacing": 1.1,
                    "dateFormat": "sample string 13",
                    "autoGrow": true,
                    "fontAutoResize": true,
                    "updated": "2026-04-03T06:27:25.8597197"
                  },
                  {
                    "$ref": "103"
                  }
                ]
              },
              "customerVouchers": [
                {
                  "$id": "104",
                  "id": 1,
                  "customerIdentifier": "tvAl1zHPEEiFZp9mYhgQ9Q==",
                  "customerIdentifierGuid": "d725f0b6-cf31-4810-8566-9f66621810f5",
                  "voucherID": 3,
                  "voucherName": "sample string 4",
                  "storeID": 1,
                  "barcode": "sample string 5",
                  "dateOfIssue": "2026-04-03T06:27:25.8597197",
                  "issuedSaleHeaderID": 1,
                  "issuedSaleIdentifier": "sample string 7",
                  "issuedOfflinePaymentID": 1,
                  "issuedIdempotentID": "7s2AwLWc7Uu/nDzHkuwWBw==",
                  "issuedIdempotentGuid": "c080cdee-9cb5-4bed-bf9c-3cc792ec1607",
                  "issuedOffline": true,
                  "issuedUser": "sample string 9",
                  "issuedNotes": "sample string 10",
                  "expiryDate": "2026-04-03T06:27:25.8597197",
                  "expiredUser": "sample string 11",
                  "expiredNotes": "sample string 12",
                  "redeemed": "2026-04-03T06:27:25.8597197",
                  "redeemedSaleHeaderID": 1,
                  "redeemedSaleIdentifier": "sample string 13",
                  "redeemedOfflinePaymentID": 1,
                  "redeemedIdempotentID": "w8mHNNwDjECn6OPR/nWrsg==",
                  "redeemedIdempotentGuid": "3487c9c3-03dc-408c-a7e8-e3d1fe75abb2",
                  "redeemedUser": "sample string 14",
                  "redeemedNotes": "sample string 15",
                  "redeemedOffline": true,
                  "updated": "2026-04-03T06:27:25.8597197",
                  "storeName": "sample string 17",
                  "scaleLabel": {
                    "$ref": "102"
                  },
                  "voucher": {
                    "$ref": "100"
                  },
                  "customer": {
                    "$ref": "75"
                  },
                  "issuedOfflinePayment": {
                    "$ref": "81"
                  },
                  "redeemedOfflinePayment": {
                    "$ref": "81"
                  }
                },
                {
                  "$ref": "104"
                }
              ]
            },
            "customer": {
              "$ref": "75"
            }
          },
          {
            "$ref": "99"
          }
        ]
      }
    },
    {
      "$ref": "74"
    }
  ],
  "customerGroups": [
    {
      "$id": "105",
      "id": 1,
      "campaignID": 2,
      "campaignName": "sample string 3",
      "groupID": "HWPlTULSO06JeTRdzILwbQ==",
      "groupIDGuid": "4de5631d-d242-4e3b-8979-345dcc82f06d",
      "campaign": {
        "$ref": "1"
      },
      "group": {
        "$ref": "79"
      }
    },
    {
      "$ref": "105"
    }
  ],
  "signIqTickets": [
    {
      "$id": "106",
      "identifier": "e+mfwp4JlE+jI6ma5UJ6Ag==",
      "identifierGuid": "c29fe97b-099e-4f94-a323-a99ae5427a02",
      "campaignName": "sample string 2",
      "message": "sample string 3",
      "ticketFileSource": "sample string 4",
      "ticketFileDestination": "sample string 5",
      "storeID": 1
    },
    {
      "$ref": "106"
    }
  ],
  "comboPriceGroups": [
    {
      "$id": "107",
      "id": 1,
      "campaignID": 2,
      "campaignName": "sample string 3",
      "g_UID": "4hjDGg1K30KJVxvgfV26mw==",
      "guid": "1ac318e2-4a0d-42df-8957-1be07d5dba9b",
      "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": "108",
          "id": 1,
          "campaignID": 2,
          "campaignName": "sample string 3",
          "groupG_UID": "nDoRbtQQ7U+KeQtR+/4dAA==",
          "groupGuid": "6e113a9c-10d4-4fed-8a79-0b51fbfe1d00",
          "comboPriceType": 5,
          "priceType": 5,
          "pluG_UID": "Gu3sG/2zi0aMzxIvuMqzog==",
          "pluGuid": "1beced1a-b3fd-468b-8ccf-122fb8cab3a2",
          "priceGroupG_UID": "cl36LSA4Ok60lmhGwBkMcA==",
          "priceGroupGuid": "2dfa5d72-3820-4e3a-b496-6846c0190c70",
          "campaignPoolID": "sample string 7",
          "quantity": 1,
          "campaign": {
            "$ref": "1"
          },
          "product": {
            "$ref": "4"
          },
          "priceGroup": {
            "$ref": "34"
          },
          "campaignPool": {
            "$ref": "1"
          }
        },
        {
          "$ref": "108"
        }
      ]
    },
    {
      "$ref": "107"
    }
  ],
  "priceLevels": [
    {
      "$id": "109",
      "id": 1,
      "priceLevelIdentifier": "pZxvxte/Bkq7bzzrIwsaxg==",
      "priceLevelIdentifierGuid": "c66f9ca5-bfd7-4a06-bb6f-3ceb230b1ac6",
      "campaignName": "sample string 3",
      "priceLevelName": "sample string 4"
    },
    {
      "$ref": "109"
    }
  ],
  "promotionType": {
    "$id": "110",
    "identifier": "hhG3d9cJM0+x47NS+sRQ9Q==",
    "identifierGuid": "77b71186-09d7-4f33-b1e3-b352fac450f5",
    "hostType": 2,
    "code": "sample string 3",
    "description": "sample string 4",
    "isLiquor": true,
    "isAdvertised": true,
    "disableWasSave": true,
    "excludeFromPromoSales": true,
    "labelPageLayoutG_UID": "XSwawWudwk6BeDeLjb6CtQ==",
    "labelPageLayoutGuid": "c11a2c5d-9d6b-4ec2-8178-378b8dbe82b5",
    "priceLevelIdentifier": "db34kQc3tkOkb7r9wnIL8g==",
    "priceLevelIdentifierGuid": "91f8bd75-3707-43b6-a46f-bafdc2720bf2",
    "active": true,
    "updated": "2026-04-03T06:27:25.8597197",
    "hostName": "sample string 11"
  }
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

string

Response Formats

application/json, text/json

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>

text/csv

Sample:

Sample not available.

application/vnd.openxmlformats-officedocument.spreadsheetml.sheet

Sample:
PKl3�\�8���5xl/workbook.xml �(�����0��&�C��B� )��x��}�E�O�||K	$޼���~;|�vl��GN������`̵Jp'mP�]���}1����Z�o�ʳ�|�2�x���qt���r�"tn@�rZQ����@_�=�.�`lu��5�~S<������%��%ѹw%M(���#K���wi�^ C����a�m��/PKl3�\����	�[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
l3�\+ |�''_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="Rfd1c9caf93b444c3" /></Relationships>PKl3�\(��$�xl/worksheets/sheet1.xml �(��QMo� �+��
���*IU���۴�vf�P��4��3d�&�`���=��x�=��]ɗ��㺒��}��cUL�ADFp��:�� D�5X8��Z�ުH�������h�E��r+<�*�T�f|f�W<�&[��Le�q�*C��=�Ж���LTEF��¯��1>�)ynJ.3V�_��g
�j��+NO`:iC��Sc�ͬI{�̪{~'�DM�z��ȵ\����n�Y=�����<+�4Y󬢪
��L�)J����{�d!n������������g����>PKl3�\q~_ �Pxl/_rels/workbook.xml.rels �(���KN�0@�b͞8q�4��vÆm�&�8��ؑ�=�����ĂMW��==i���c��B>���Pd90���޶5��y�`��h��&B�O��j�b�6��ш!s��1ΏS�[>�:aK\�y����Lv�L��3�W���y$��W�O�#����[�5���E����t
Y4f]i��%a��M-��@����dt�"���%�syW�=���ӥ�N��LMB���bQUBJsU�7��PKl3�\Ѓ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��PKl3�\1uf��xl/sharedStrings.xml �(�5�A
�0E�2�ަ��$]�@ڱ
4�����޸p�y|޳�;��*1��}�#�y�<;�߮��h�)����a�VD�]Y.��l��� ].č<rMA۬��R)L�iZ͡�&��c�X�a������M�U/!��ZAmA��F�5?dZ��PK-l3�\�8���5xl/workbook.xmlPK-l3�\����	��[Content_Types].xmlPK-
l3�\+ |�''U_rels/.relsPK-l3�\(��$��xl/worksheets/sheet1.xmlPK-l3�\q~_ �P7xl/_rels/workbook.xml.relsPK-l3�\Ѓc'2E
}xl/styles.xmlPK-l3�\1uf���xl/sharedStrings.xmlPK��

application/vnd.ms-excel

Sample:
PKl3�\8�G¶5xl/workbook.xml �(�����0D�&�C����	)��x��}�[i�-ik��-H�yۙ�};|��Zۓ��/]E�ƒ1�v����&�uB��Ŭ���ƶo�&�,I
�p����=]i�������V�eh}<��f��_d4���I�b�)����E+�@J�&*�R�J�{z�P�(����
��wg���PKl3�\����	�[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
l3�\�ӷ�''_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="Ra19cf02fc5044290" /></Relationships>PKl3�\(��$�xl/worksheets/sheet1.xml �(��QMo� �+��
���*IU���۴�vf�P��4��3d�&�`���=��x�=��]ɗ��㺒��}��cUL�ADFp��:�� D�5X8��Z�ުH�������h�E��r+<�*�T�f|f�W<�&[��Le�q�*C��=�Ж���LTEF��¯��1>�)ynJ.3V�_��g
�j��+NO`:iC��Sc�ͬI{�̪{~'�DM�z��ȵ\����n�Y=�����<+�4Y󬢪
��L�)J����{�d!n������������g����>PKl3�\k]W�Pxl/_rels/workbook.xml.rels �(���AN�0E�b͞8iP�nذ-��`����m�.г��H\�H�J,�te���iƟ����2��a��Q���H�&3�p�����f��c�����������<ȑ�udRG[�`L��Cy��xU�
�9.�lr���z��`�q!��W�a$�����=�D��Q$*�G��N�46���m�"�_M-��L����dP��N7�,H�(��ʌ�I=E�6�;�q>'j[�`�K�j�j�j��_l�PKl3�\Ѓ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��PKl3�\1uf��xl/sharedStrings.xml �(�5�A
�0E�2�ަ��$]�@ڱ
4�����޸p�y|޳�;��*1��}�#�y�<;�߮��h�)����a�VD�]Y.��l��� ].č<rMA۬��R)L�iZ͡�&��c�X�a������M�U/!��ZAmA��F�5?dZ��PK-l3�\8�G¶5xl/workbook.xmlPK-l3�\����	��[Content_Types].xmlPK-
l3�\�ӷ�''U_rels/.relsPK-l3�\(��$��xl/worksheets/sheet1.xmlPK-l3�\k]W�P7xl/_rels/workbook.xml.relsPK-l3�\Ѓc'2E
}xl/styles.xmlPK-l3�\1uf���xl/sharedStrings.xmlPK��