GET api/scheduledOrder/{id}?relations={relations}

Get a scheduled order

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

Scheduled order identifier

globally unique identifier

Required

relations

Whether relational models should be loaded, default false

boolean

Default value is False

Body Parameters

None.

Response Information

Resource Description

Matching scheduled order

ScheduledOrder
NameDescriptionTypeAdditional information
Identifier

Unique identifier

Collection of byte

None.

IdentifierGuid

Guid mask for identifier

globally unique identifier

None.

Created

Time scheduled order was created UTC

date

None.

CreatedLocal

Time scheduled order was created (local)

date

None.

CreatedByUser

User who created the scheduled order

string

None.

CronExpression

The cron expression for the schedule of the scheduled order

string

None.

CronExpressionDescription

User-readable Cron expression description

string

None.

LastRun

Last time the scheduled order was successful UTC

date

None.

LastRunLocal

Last time the scheduled order was successful (local)

date

None.

LastRunTime

Length of time that the last run took

integer

None.

Active

Whether the scheduled order is currently active

boolean

None.

OrderDateDays

How many days after the scheduled run time is the order date of the order?

integer

None.

StoreID

Scheduled order store identifier

integer

None.

Description

Scheduled order description template

string

None.

Notes

Scheduled order notes

string

None.

TradingPartner

Scheduled order trading partner

OrderTradingPartner

None.

OrderType

Scheduled order type

string

String length: inclusive between 0 and 20

OrderTypeDescription

Scheduled order type description

string

String length: inclusive between 0 and 255

SupplierIdentifier

Scheduled order supplier identifier

Collection of byte

None.

SupplierIdentifierGuid

Guid mask for supplier identifier

globally unique identifier

None.

HostIdentifier

Scheduled order host identifier

Collection of byte

None.

HostIdentifierGuid

Guid mask for host identifier

globally unique identifier

None.

TransportCompanyIdentifier

Scheduled order transport company

Collection of byte

None.

TransportCompanyIdentifierGuid

Guid mask for transport company identifier

globally unique identifier

None.

MailTo

Scheduled order mail to

string

None.

MailBcc

Scheduled order mail bcc

string

None.

DefaultMPL

Scheduled order has default MPL?

boolean

None.

SimpleAWS

Scheduled order simple AWS setting for order

boolean

None.

InvestmentBuy

Scheduled order should perform investment buy

boolean

None.

ProductFilterIdentifier

Identifier of product filter model for scheduled order

Collection of byte

None.

ProductFilterIdentifierGuid

Guid mask for product filter identifier

globally unique identifier

None.

LastRunDuration

Timespan mask for the LastRunTime

time interval

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

ExpectedLastRunSkipped

Based on the current time, between the last run time and now this task should have been updated

boolean

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

StoreName

Store name

string

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

CustomerNumber

Host customer number

string

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

SupplierName

Supplier name

string

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

TransportCompanyName

Transport company name

string

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

Store

Store model

Store

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

HostSettings

Host setting model

HostStoreSetting

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

Supplier

Supplier model

Supplier

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

TransportCompany

Transport Company model

TransportCompany

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

ProductFilter

Product Filter model

ProductFilter

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

Response Formats

application/json, text/json

Sample:
{
  "identifier": "n9MW99q8AkOAP3R/wMgd1A==",
  "identifierGuid": "f716d39f-bcda-4302-803f-747fc0c81dd4",
  "created": "2025-06-14T07:02:34.7474182",
  "createdLocal": "2025-06-14T07:02:34.7474182",
  "createdByUser": "sample string 1",
  "cronExpression": "sample string 2",
  "cronExpressionDescription": "sample string 3",
  "lastRun": "2025-06-14T07:02:34.7474182",
  "lastRunLocal": "2025-06-14T07:02:34.7474182",
  "lastRunTime": 1234567,
  "active": true,
  "orderDateDays": 6,
  "storeID": 1,
  "description": "sample string 7",
  "notes": "sample string 8",
  "tradingPartner": 1,
  "orderType": "sample string 9",
  "orderTypeDescription": "sample string 10",
  "supplierIdentifier": "dvRf0oA9xkG/JuUYDKRfIw==",
  "supplierIdentifierGuid": "d25ff476-3d80-41c6-bf26-e5180ca45f23",
  "hostIdentifier": "uovSWL2Xr0CiuGVVYdAV0Q==",
  "hostIdentifierGuid": "58d28bba-97bd-40af-a2b8-655561d015d1",
  "transportCompanyIdentifier": "K2sfEIWM3kuflM+O9hiFcw==",
  "transportCompanyIdentifierGuid": "101f6b2b-8c85-4bde-9f94-cf8ef6188573",
  "mailTo": "sample string 11",
  "mailBcc": "sample string 12",
  "defaultMPL": true,
  "simpleAWS": true,
  "investmentBuy": true,
  "productFilterIdentifier": "GIZxg35s0E2dTWujLieR0g==",
  "productFilterIdentifierGuid": "83718618-6c7e-4dd0-9d4d-6ba32e2791d2",
  "lastRunDuration": "00:00:00.1234567",
  "expectedLastRunSkipped": true,
  "storeName": "sample string 17",
  "customerNumber": "sample string 18",
  "supplierName": "sample string 19",
  "transportCompanyName": "sample string 20",
  "store": {
    "$id": "2",
    "id": 1,
    "isMaster": true,
    "shortName": "sample string 3",
    "url": "sample string 4",
    "sortOrder": 1,
    "name": "sample string 5",
    "phone": "sample string 6",
    "fax": "sample string 7",
    "email": "sample string 8",
    "address1": "sample string 9",
    "address2": "sample string 10",
    "city": "sample string 11",
    "state": "sample string 12",
    "country": "sample string 13",
    "postCode": "sample string 14",
    "delivery": 1,
    "exportAccounts": 1,
    "salesAccountFolder": "sample string 15",
    "purchaseAccountFolder": "sample string 16",
    "initLoad": 1,
    "initIDs": 1,
    "zoneID": 1,
    "actAsMaster": 1,
    "lastActiveUtc": "2025-06-14T07:02:34.7474182",
    "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": "p3VDsXWs50Wq+gU7twp5EQ==",
    "hostIdentifierGuid": "b14375a7-ac75-45e7-aafa-053bb70a7911",
    "hostName": 1,
    "hostAddress": "sample string 27",
    "hostUsername": "sample string 28",
    "hostPassword": "sample string 29",
    "excludeFromLeadInOut": true,
    "accountingProvider": 31,
    "accountingAddress": "sample string 32",
    "accountingUsername": "sample string 33",
    "accountingPassword": "sample string 34",
    "storeAccountingCode": "sample string 35",
    "softwareVariance": 36,
    "fuelWarningVariance": 37.0,
    "fuelErrorVariance": 38.0,
    "fuelAccumulatedWarningVariance": 39.0,
    "fuelAccumulatedErrorVariance": 40.0,
    "drawManagment": 41,
    "endOfDayManagment": true,
    "autoFillCashBalancing": true,
    "fuelDayVariance": 44,
    "accountingTradingTime": "00:00:00.1234567",
    "stockActivateProduct": 46,
    "giftCardSalesAccountingDeptCode": "sample string 47",
    "transactionDiscountAccountingDeptCode": "sample string 48",
    "size": 49,
    "updated": "2025-06-14T07:02:34.7474182",
    "priceZoneName": "sample string 51",
    "storeFuelConfigured": true,
    "shippingAddressCopied": true,
    "shippingAddress": {
      "$id": "3",
      "storeID": 1,
      "addressType": 1,
      "address1": "sample string 1",
      "address2": "sample string 2",
      "city": "sample string 3",
      "state": "sample string 4",
      "country": "sample string 5",
      "postCode": "sample string 6"
    },
    "billingAddress": {
      "$ref": "3"
    },
    "hostStoreSettings": [
      {
        "$id": "4",
        "id": 1,
        "hostIdentifier": "Cn8Xuz+fIku5hAcndDrt8Q==",
        "hostIdentifierGuid": "bb177f0a-9f3f-4b22-b984-0727743aedf1",
        "storeID": 2,
        "username": "sample string 3",
        "password": "sample string 4",
        "passwordPlain": "sample string 5",
        "serverAddress": "sample string 6",
        "serverPort": 1,
        "excludeFromLeadInOut": true,
        "useForHostFile": true,
        "metcashPillarID": "sample string 9",
        "metcashStateCode": "sample string 10",
        "metcashCustomerID": "sample string 11",
        "metcashTradingPartnerID": "sample string 12",
        "drakesCustomerNumber": 1,
        "sparCustomerNumber": "sample string 13",
        "sparOrderUsername": "sample string 14",
        "sparOrderPassword": "sample string 15",
        "sparOrderPasswordPlain": "sample string 16",
        "pharmXSiteID": 1,
        "ibaZoneID": 1,
        "ibaState": "sample string 17",
        "foodlandStoreCode": "sample string 18",
        "ilgMemberNumber": "sample string 19",
        "ilgOutletLocation": 1,
        "ilgBaseCost": 1,
        "ilgApplyNonAdvertisedPromos": true,
        "ilgExemptFromFreight": true,
        "ilgOrderDealReview": true,
        "ilgFinanceFee": 1,
        "processPromotions": true,
        "hostProvider": 0,
        "host": {
          "$id": "5",
          "identifier": "aqUu55nx+Eixb5jAYUadhw==",
          "identifierGuid": "e72ea56a-f199-48f8-b16f-98c061469d87",
          "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": "QUF5TUGbQEy9wH1sFpWwFQ==",
          "hostSupplierIdentifierGuid": "4d794141-9b41-4c40-bdc0-7d6c1695b015",
          "loyaltyPriceLevelIdentifier": "fr7fTiVCrEiK6vVxyiHsdw==",
          "loyaltyPriceLevelIdentifierGuid": "4edfbe7e-4225-48ac-8aea-f571ca21ec77",
          "isGroup": true,
          "description": "sample string 22",
          "hostProvider": 23,
          "hostTypeEnum": 24,
          "hostType": "sample string 25",
          "hostCode": "sample string 26",
          "username": "sample string 27",
          "password": "sample string 28",
          "passwordPlain": "sample string 29",
          "server": "sample string 30",
          "url": "sample string 31",
          "global": true,
          "stateCode": "sample string 33",
          "lastCollected": "2025-06-14T07:02:34.7474182",
          "lastProcessed": "2025-06-14T07:02:34.7474182",
          "hold": true,
          "supplierName": "sample string 35",
          "supplier": {
            "$id": "6",
            "identifier": "gAXJGdJct0+YUTX8qTA0/w==",
            "identifierGuid": "19c90580-5cd2-4fb7-9851-35fca93034ff",
            "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": "9FrIORoGd06c1CaOxjyy9A==",
            "primaryContactID": "39c85af4-061a-4e77-9cd4-268ec63cb2f4",
            "storeID": 1,
            "abn": "sample string 16",
            "supplierGroupIdentifier": "apG5g4n6xEmDmQMaOTGf7A==",
            "supplierGroupGuid": "83b9916a-fa89-49c4-8399-031a39319fec",
            "rebate": 1.0,
            "rebateType": 1,
            "rebateFrequency": 1,
            "rebateSource": 1,
            "rebateLastClaimed": "2025-06-14T07:02:34.7474182",
            "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": "7",
              "id": "40b95d57-3d6f-4fbf-83f4-7e2259c5d1e7",
              "identifier": "5SazjIJnaUOIp0JqwsVUlQ==",
              "identifierGuid": "8cb326e5-6782-4369-88a7-426ac2c55495",
              "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": "8",
                "supplierIdentifier": "VsNljz0Af0aGs4j5wAk5YA==",
                "supplierIdentifierGuid": "8f65c356-003d-467f-86b3-88f9c0093960",
                "contactGuid": "hQgStVbUH02D1hzc05pg/w==",
                "contactID": "b5120885-d456-4d1f-83d6-1cdcd39a60ff",
                "contact": {
                  "$ref": "7"
                },
                "supplier": {
                  "$ref": "6"
                }
              },
              {
                "$ref": "8"
              }
            ],
            "products": [
              {
                "$id": "9",
                "pluG_UID": "wPCyjrql/UOpHQY3mh+rQA==",
                "pluGuid": "8eb2f0c0-a5ba-43fd-a91d-06379a1fab40",
                "supplierIdentifier": "vfTeCrSm4k60h5u6uG/IFg==",
                "supplierIdentifierGuid": "0adef4bd-a6b4-4ee2-b487-9bbab86fc816",
                "cartonQuantity": 1,
                "cartonQuantityChanged": true,
                "productSize": "sample string 2",
                "cigarettesPerSleeve": 1,
                "randomWeight": true,
                "piecesPerUnit": 4,
                "averagePackSize": 5,
                "effectiveDate": "2025-06-14T07:02:34.7474182",
                "pricedByWeight": true,
                "landedUnitCostEx": 8,
                "landedUnitCostInc": 9,
                "landedCartonCostInc": 10,
                "landedCartonCostEx": 11,
                "standardCost": 12,
                "deliveryFee": 1,
                "deliveryFeeBasis": "sample string 13",
                "pickAndPackFee": 1,
                "pickAndPackFeeBasis": "sample string 14",
                "financeFee": 1,
                "financeFeeBasis": "sample string 15",
                "cartonLength": 1,
                "cartonWidth": 1,
                "cartonHeight": 1,
                "palletLayerQuantity": 1,
                "palletLayers": 1,
                "itemCode": "sample string 16",
                "invoiceCode": "sample string 17",
                "invoiceDesc": "sample string 18",
                "orderDirect": true,
                "useCost": true,
                "minimumQuantity": 19,
                "hostType": 20,
                "fromHost": 21,
                "minimumReorder": 1,
                "maximumReorder": 1,
                "orderMultiple": 22.1,
                "sellMultiple": 23.1,
                "baseMultiple": 24.1,
                "hostStandardCost": 25,
                "hostTotalCost": 26,
                "hostRetail": 27,
                "hostLandedUnitCostEx": 28,
                "hostLandedUnitCostInc": 29,
                "hostDesc": "sample string 30",
                "directIndicator": "sample string 31",
                "availableToOrder": true,
                "hostRangeIndicator": "sample string 33",
                "hostProductType": "sample string 34",
                "hostProductGrade": "sample string 35",
                "hostProductGroup": "sample string 36",
                "hostSlowMoving": true,
                "hostGeneralMerchandise": true,
                "hostPillar": "sample string 39",
                "hostLastUpdated": "2025-06-14T07:02:34.7474182",
                "rebate": 1.0,
                "rebateExclude": true,
                "invoiceCodes": [
                  {
                    "$id": "10",
                    "pluG_UID": "qEda5yGhQ0Klh56O+koVIg==",
                    "pluGuid": "e75a47a8-a121-4243-a587-9e8efa4a1522",
                    "supplierIdentifier": "2ldQ0P4+tUq0ddisRCLrbg==",
                    "supplierIdentifierGuid": "d05057da-3efe-4ab5-b475-d8ac4422eb6e",
                    "invoiceCode": "sample string 1",
                    "storeIDs": [
                      1,
                      2
                    ]
                  },
                  {
                    "$ref": "10"
                  }
                ],
                "storeIDs": [
                  1,
                  2
                ],
                "preferredSupplier": true,
                "preferredRebateSupplier": true,
                "supplierName": "sample string 40",
                "salesMode": 41,
                "orderPacked": true,
                "active": true,
                "price": 1,
                "costGstPercent": 43,
                "parentPluG_UID": "mlJW4GKaU0+3F4DY9lGBXw==",
                "parentPluGuid": "e056529a-9a62-4f53-b717-80d8f651815f",
                "freight": 44.0,
                "freightType": 1,
                "product": {
                  "$id": "11",
                  "plu": 1,
                  "storeID": 1,
                  "masterPluG_UID": "QEA=",
                  "storeIDs": [
                    1,
                    2
                  ],
                  "g_UId": "28BNTV5vpUy+ERC1UYxEvQ==",
                  "guid": "4d4dc0db-6f5e-4ca5-be11-10b5518c44bd",
                  "apn": "sample string 1",
                  "apnChanged": true,
                  "apnSwitched": true,
                  "barcode": "sample string 4",
                  "itemNumber": "sample string 5",
                  "itemNumberChanged": true,
                  "priceGroupG_UID": "WuOggnmAsUmiK5Pqi5KpFg==",
                  "priceGroupGuid": "82a0e35a-8079-49b1-a22b-93ea8b92a916",
                  "blueprintID": 1,
                  "lastCountedDate": "2025-06-14T07:02:34.7474182",
                  "externalID": "sample string 7",
                  "active": true,
                  "activated": "2025-06-14T07:02:34.7474182",
                  "pluCreated": "2025-06-14T07:02:34.7474182",
                  "createdByUser": "sample string 9",
                  "name": "sample string 10",
                  "nameChanged": true,
                  "secondDescription": "sample string 12",
                  "hostDescription": "sample string 13",
                  "keepCartonQty": true,
                  "keepDescription": true,
                  "keepDepartments": true,
                  "keepSuppliers": true,
                  "markdownDescription": "sample string 18",
                  "altDescription": "sample string 19",
                  "bestOrExpire": 20,
                  "lastUpdate": "2025-06-14T07:02:34.7474182",
                  "lastManualUpdate": "2025-06-14T07:02:34.7474182",
                  "imageName": "sample string 23",
                  "showImageOnFlipCharts": true,
                  "showTextOnFlipCharts": true,
                  "overrideFlipChartText": true,
                  "flipChartText": "sample string 27",
                  "salesMode": 1,
                  "eftCode": 1,
                  "price": 1,
                  "priceChanged": true,
                  "rrp": 1,
                  "gstPercent": 28,
                  "gstPercentChanged": true,
                  "costGSTPercent": 29,
                  "costGSTPercentChanged": true,
                  "wetPercent": 1,
                  "priceOverride": 1,
                  "cost": 1,
                  "currentCost": 1,
                  "currentCostDecimals": 1,
                  "grossProfit": 1.0,
                  "currentCostDesc": "sample string 30",
                  "currentCostEnd": "2025-06-14T07:02:34.7474182",
                  "currentCostUpdated": "2025-06-14T07:02:34.7474182",
                  "costDecimals": 31,
                  "costChanged": true,
                  "dealCostIdentifier": "QEA=",
                  "excludeFromRebate": true,
                  "rebateOverride": 1,
                  "costCalcMethod": 1,
                  "costCalcMethodChanged": true,
                  "costEffectiveDate": "2025-06-14T07:02:34.7474182",
                  "defaultGP": 1,
                  "breakTargetMode": 32,
                  "break1": 1,
                  "price1": 1,
                  "target1": 33,
                  "break2": 1,
                  "price2": 1,
                  "target2": 34,
                  "break3": 1,
                  "price3": 1,
                  "target3": 35,
                  "break1Changed": true,
                  "price1Changed": true,
                  "target1Changed": true,
                  "break2Changed": true,
                  "price2Changed": true,
                  "target2Changed": true,
                  "break3Changed": true,
                  "price3Changed": true,
                  "target3Changed": true,
                  "breakTargetModeChanged": true,
                  "margin": 1.1,
                  "marginChanged": true,
                  "marginRanged": true,
                  "marginRangedChanged": true,
                  "minimumMargin": 1.1,
                  "minimumMarginChanged": true,
                  "maximumMargin": 1.1,
                  "maximumMarginChanged": true,
                  "overrideHostWarehouseIndicator": true,
                  "overrideHostWarehouseIndicatorChanged": true,
                  "overrideHostPrice": true,
                  "overrideHostPriceChanged": true,
                  "overrideHostCost": true,
                  "overrideHostCostChanged": true,
                  "overrideHostMargin": true,
                  "overrideHostMarginChanged": true,
                  "alwaysApplyMargin": true,
                  "alwaysApplyMarginChanged": true,
                  "aws": 1.0,
                  "awsUpdated": "2025-06-14T07:02:34.7474182",
                  "posTare": 1,
                  "altPrice": 1.0,
                  "altPriceChanged": true,
                  "altPriceMode": 52,
                  "altPriceModeChanged": true,
                  "altPLUG_UID": "ASSeJrFSxE6q7tM3s2ImBA==",
                  "altPLUGuid": "269e2401-52b1-4ec4-aaee-d337b3622604",
                  "altPLUGuidChanged": true,
                  "altPriceDescription1": "sample string 53",
                  "altPriceDescription2": "sample string 54",
                  "cartonQuantity": 55,
                  "cartonQuantityChanged": true,
                  "trayID": 1,
                  "promptID": 1,
                  "tare": 1,
                  "packQty": 1,
                  "fixedWeight": 1,
                  "extraMesg": 1,
                  "text1": "sample string 57",
                  "text2": "sample string 58",
                  "text3": "sample string 59",
                  "labelText": "sample string 60",
                  "labelTextChanged": true,
                  "sendToScale": true,
                  "nonScaleWeigh": true,
                  "labelFormat": "sample string 64",
                  "barcodeFormat": "sample string 65",
                  "austMade": 1,
                  "coolCode": 66,
                  "countryOfOrigin": "sample string 67",
                  "percentContent": 68.1,
                  "departmentID": 1,
                  "subDepartmentID": 1,
                  "minorDepartmentID": 1,
                  "lesserDepartmentID": 1,
                  "deptCode": "sample string 69",
                  "subDeptCode": "sample string 70",
                  "minorDeptCode": "sample string 71",
                  "lesserDeptCode": "sample string 72",
                  "deptName": "sample string 73",
                  "subDeptName": "sample string 74",
                  "minorDeptName": "sample string 75",
                  "lesserDeptName": "sample string 76",
                  "departmentChanged": true,
                  "subCategoryID": 1,
                  "expiry": 1,
                  "showDays": 1,
                  "datePrint": 1,
                  "labelRequired": true,
                  "labelShelfQty": 79,
                  "labelShelfChanged": true,
                  "labelTalkerQty": 81,
                  "labelSmall": true,
                  "labelLastPrinted": "2025-06-14T07:02:34.7474182",
                  "labelLastPrice": 1,
                  "shelfPageLayoutG_UID": "aD+PWNlsGU+ORJHFb5HvsQ==",
                  "shelfPageLayoutGuid": "588f3f68-6cd9-4f19-8e44-91c56f91efb1",
                  "talkerPageLayoutG_UID": "1WyyJi52CECsDK7j/DUL5A==",
                  "talkerPageLayoutGuid": "26b26cd5-762e-4008-ac0c-aee3fc350be4",
                  "unitMeasure": 1.1,
                  "unitMeasureChanged": true,
                  "unitMeasureKind": 84,
                  "unitMeasureKindChanged": true,
                  "signIQData": "sample string 86",
                  "refresh": true,
                  "earnLoyaltyPoints": true,
                  "earnLoyaltyPointsChanged": true,
                  "quantityOverride": true,
                  "quantityOverrideChanged": true,
                  "quantityRequired": true,
                  "quantityRequiredChanged": true,
                  "allowDiscounts": true,
                  "allowDiscountsChanged": true,
                  "discountDiscounts": true,
                  "discountDiscountsChanged": true,
                  "itemRecalled": true,
                  "itemRecalledChanged": true,
                  "noRefund": true,
                  "noRefundChanged": true,
                  "allowMarkdown": true,
                  "allowMarkdownChanged": true,
                  "priceRequired": true,
                  "priceRequiredChanged": true,
                  "fuelItem": true,
                  "fuelItemChanged": true,
                  "trackSerial": true,
                  "trackSerialChanged": true,
                  "allowZeroPrice": true,
                  "allowZeroPriceChanged": true,
                  "notForSale": 90,
                  "notForSaleChanged": true,
                  "excludeFromDeals": true,
                  "excludeFromVoucher": true,
                  "minimumAge": 93,
                  "minimumAgeChanged": true,
                  "buyingLimit": 1,
                  "buyingLimitChanged": true,
                  "buyingLimitIndependent": true,
                  "buyingLimitIndependentChanged": true,
                  "inventoryGuid": "7PMy4rKcjEaPC2DVDpCKmw==",
                  "inventoryIdentifier": "e232f3ec-9cb2-468c-8f0b-60d50e908a9b",
                  "inventoryAccuracy": 1,
                  "baseUnits": 97,
                  "orderPacked": 1,
                  "isManufactured": true,
                  "isIngredient": true,
                  "isModifier": true,
                  "isModifierChanged": true,
                  "hasModifiers": 98,
                  "defaultPrinter": "sample string 99",
                  "defaultPrinterGroup": "sample string 100",
                  "ingredientsOnManufacture": true,
                  "manufactureUnitMeasure": 1,
                  "mpl": 1,
                  "maxShelfQty": 101,
                  "allowAutoOrder": true,
                  "warrantyPeriod": 1,
                  "parentPluG_UId": "8m3HlqXCQ0+2jUxavgnw1w==",
                  "parentPluGuid": "96c76df2-c2a5-4f43-b68d-4c5abe09f0d7",
                  "preferredHostVendor": 103,
                  "preferredHostChanged": true,
                  "code": "sample string 105",
                  "supplierIdentifier": "YSc0vxbyi0SAYCKSESIzUg==",
                  "supplierIdentifierGuid": "bf342761-f216-448b-8060-229211223352",
                  "supplierChanged": true,
                  "rebateSupplierIdentifier": "/45HHIE0P0esMh885Rgj/A==",
                  "rebateSupplierIdentifierGuid": "1c478eff-3481-473f-ac32-1f3ce51823fc",
                  "rebateSupplierChanged": true,
                  "availableForOrder": true,
                  "warehouseDirectIndicator": "sample string 107",
                  "warehouseDirectIndicatorChanged": true,
                  "productGrade": "sample string 109",
                  "productType": "sample string 110",
                  "productGroup": "sample string 111",
                  "complianceIndicator": "sample string 112",
                  "inhouseBrand": "sample string 113",
                  "slowMoving": true,
                  "generalMerchandise": true,
                  "comment": "sample string 116",
                  "lastUpdatedByUser": "sample string 117",
                  "lastManualUpdatedByUser": "sample string 118",
                  "lastUpdatedByUserOverride": true,
                  "lastUpdatedByHost": "2025-06-14T07:02:34.7474182",
                  "commodity": "sample string 120",
                  "businessPillar": "sample string 121",
                  "mscCommodity": "sample string 122",
                  "hostIdentifier": "NtZbjSAMakWwySOG8BP9JQ==",
                  "hostIdentifierGuid": "8d5bd636-0c20-456a-b0c9-2386f013fd25",
                  "serviceFeeID": 1,
                  "serviceFeeIDChanged": true,
                  "providerName": "sample string 124",
                  "aisleEnds": "sample string 125",
                  "deleted": true,
                  "deletedChanged": true,
                  "hidden": true,
                  "doNotRange": true,
                  "doNotRangeChanged": true,
                  "doNotOrder": true,
                  "doNotOrderChanged": true,
                  "locked": true,
                  "excludeFromWebUpdate": true,
                  "excludeFromWebUpdateChanged": true,
                  "webPriceBasedOn": 136,
                  "webPriceRounding": true,
                  "webMarkup": 138,
                  "webPriceMode": 139,
                  "altDepartmentID": 1,
                  "altSubDepartmentID": 1,
                  "altMinorDepartmentID": 1,
                  "altLesserDepartmentID": 1,
                  "altDeptCode": "sample string 140",
                  "altSubDeptCode": "sample string 141",
                  "altMinorDeptCode": "sample string 142",
                  "altLesserDeptCode": "sample string 143",
                  "altDepartmentChanged": true,
                  "storeProducts": [
                    {
                      "$ref": "11"
                    },
                    {
                      "$ref": "11"
                    }
                  ],
                  "store": {
                    "$ref": "2"
                  },
                  "storePrices": [
                    {
                      "$id": "12",
                      "pluG_UID": "3FICGOcSH0u5Iu8Xkh9JKA==",
                      "pluGuid": "180252dc-12e7-4b1f-b922-ef17921f4928",
                      "plu": 1,
                      "storeID": 1,
                      "zoneID": 2,
                      "zoneName": "sample string 3",
                      "store": "sample string 4",
                      "priceNow": 5,
                      "costNow": 6,
                      "costNowDecimals": 7,
                      "normalPrice": 8,
                      "gstPercent": 9,
                      "normalCost": 10,
                      "normalCostDecimals": 11,
                      "costGstPercent": 12,
                      "costCalcMethod": 1,
                      "currentCost": 13,
                      "currentCostDecimals": 14,
                      "break1": 15,
                      "price1": 16,
                      "break2": 17,
                      "price2": 18,
                      "break3": 19,
                      "price3": 20,
                      "fuelItem": 21,
                      "fixedWeight": 22,
                      "active": true,
                      "complianceIndicator": "sample string 23",
                      "doNotOrder": true,
                      "doNotRange": true,
                      "isNormalPriceChangesCampaign": true,
                      "updated": "2025-06-14T07:02:34.7474182"
                    },
                    {
                      "$ref": "12"
                    }
                  ],
                  "currentPrices": {
                    "$id": "13",
                    "pluPrices": {
                      "$id": "14",
                      "plu": 1,
                      "pluG_UID": "QEA=",
                      "stores": [
                        1,
                        2
                      ],
                      "normalPrice": 1,
                      "cost": 2,
                      "break1": 3,
                      "price1": 4,
                      "break2": 5,
                      "price2": 6,
                      "break3": 7,
                      "price3": 8,
                      "discountPrice": 9,
                      "acceptedUtc": "2025-06-14T07:02:34.7474182",
                      "priceChangeType": 0,
                      "costDecimals": 10
                    },
                    "normalPluPrices": {
                      "$ref": "14"
                    },
                    "winningCampaign": 1,
                    "winner": {
                      "$id": "15",
                      "campaignName": "sample string 1",
                      "campaignDescription": "sample string 2",
                      "startDate": "2025-06-14T07:02:34.7474182",
                      "startTime": 3,
                      "endDate": "2025-06-14T07:02:34.7474182",
                      "endTime": 4,
                      "newPrice": 5,
                      "newCost": 6,
                      "newCostDecimals": 7,
                      "pctDiscount": 8,
                      "promoType": 1,
                      "promotionTypeCode": "sample string 9",
                      "hostType": 10,
                      "hostIdentifier": "s4NdEGfOJkK8pyiMoUz3cw==",
                      "hostIdentifierGuid": "105d83b3-ce67-4226-bca7-288ca14cf773",
                      "storeNames": [
                        "sample string 1",
                        "sample string 2"
                      ]
                    },
                    "details": [
                      {
                        "$ref": "15"
                      },
                      {
                        "$ref": "15"
                      }
                    ]
                  },
                  "tray": {
                    "$id": "16",
                    "g_UId": "2K11ESRyG0iVqI3ndoWGjA==",
                    "guid": "1175add8-7224-481b-95a8-8de77685868c",
                    "name": "sample string 1",
                    "number": 1,
                    "tare": 1
                  },
                  "priceGroup": {
                    "$id": "17",
                    "priceGroupG_UID": "2aEenQuM+ES4Tf+cLZRbjg==",
                    "priceGroupGuid": "9d1ea1d9-8c0b-44f8-b84d-ff9c2d945b8e",
                    "name": "sample string 2",
                    "code": 1,
                    "modified": true,
                    "updated": "2025-06-14T07:02:34.7474182",
                    "buyingLimit": 1,
                    "buyingLimitIndependent": true,
                    "buyingLimitType": 0,
                    "number": 1,
                    "products": [
                      {
                        "$ref": "11"
                      },
                      {
                        "$ref": "11"
                      }
                    ],
                    "productCount": 1
                  },
                  "priceGroupName": "sample string 145",
                  "nutrifacts": {
                    "$id": "18",
                    "pluG_UID": "o+ZlvUd1gE2G2Lsjb8wwhQ==",
                    "pluGuid": "bd65e6a3-7547-4d80-86d8-bb236fcc3085",
                    "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": "19",
                    "pluGuid": "c0b79032-0c7d-453c-9f47-fa72ffd7a261",
                    "created": "2025-06-14T07:02:34.7474182",
                    "createdByUser": "sample string 1",
                    "activated": "2025-06-14T07:02:34.7474182",
                    "deactivated": "2025-06-14T07:02:34.7474182",
                    "lastOrdered": "2025-06-14T07:02:34.7474182",
                    "lastOrderedQty": 2.0,
                    "lastReceived": "2025-06-14T07:02:34.7474182",
                    "lastReceivedQty": 3.0,
                    "lastInvoiceStatus": 1,
                    "lastCounted": "2025-06-14T07:02:34.7474182",
                    "lastSold": "2025-06-14T07:02:34.7474182",
                    "firstSold": "2025-06-14T07:02:34.7474182",
                    "awsUpdated": "2025-06-14T07:02:34.7474182",
                    "lastManualUpdate": "2025-06-14T07:02:34.7474182",
                    "lastManualUpdatedByUser": "sample string 5",
                    "lastUpdated": "2025-06-14T07:02:34.7474182",
                    "lastUpdatedByUser": "sample string 7",
                    "lastUpdatedByHost": "2025-06-14T07:02:34.7474182",
                    "doNotRangeUpdated": "2025-06-14T07:02:34.7474182",
                    "doNotOrderUpdated": "2025-06-14T07:02:34.7474182",
                    "tracked": "2025-06-14T07:02:34.7474182"
                  },
                  "allergens": [
                    {
                      "$id": "20",
                      "allergenID": 1,
                      "pluG_UID": "mEALGaEa3UWUUgBdeJ+Efw==",
                      "pluGuid": "190b4098-1aa1-45dd-9452-005d789f847f",
                      "contains": 2,
                      "allergenName": "sample string 3",
                      "storeIDs": [
                        1,
                        2
                      ]
                    },
                    {
                      "$ref": "20"
                    }
                  ],
                  "costs": {
                    "$id": "21",
                    "pluG_UID": "v7a+nL8Ua0WXLrBirLG/pQ==",
                    "pluGuid": "9cbeb6bf-14bf-456b-972e-b062acb1bfa5",
                    "enteredCost": 1,
                    "weightedAvgCost": 1,
                    "lastCost": 1,
                    "rawEnteredCost": 2,
                    "rawWeightedAvgCost": 3,
                    "rawLastCost": 4,
                    "freight": 5.0,
                    "freightType": 6,
                    "costDecimals": 7,
                    "fifoCost": 1,
                    "updated": "2025-06-14T07:02:34.7474182",
                    "normalCost": 1,
                    "currentCost": 1
                  },
                  "sales": [
                    {
                      "$id": "22",
                      "saleHeaderID": 1,
                      "created": "2025-06-14T07:02:34.7474182",
                      "createdLocal": "2025-06-14T07:02:34.7474182",
                      "storeID": 3,
                      "storeName": "sample string 4",
                      "operatorG_Uid": "B4Vi9vI+6027enhLK07Tjg==",
                      "operatorGuid": "f6628507-3ef2-4deb-bb7a-784b2b4ed38e",
                      "operatorName": "sample string 5",
                      "tranType": 1,
                      "plu": 1,
                      "pluG_UId": "w51CmpAt+kGvzNjYvdbjgw==",
                      "pluGuid": "9a429dc3-2d90-41fa-afcc-d8d8bdd6e383",
                      "normalPrice": 1,
                      "totalCents": 1,
                      "cost": 1,
                      "grossProfit": 1,
                      "quantity": 1,
                      "operator": {
                        "$id": "23",
                        "id": 1,
                        "g_Uid": "Ssg8shYq20aZ9kebJ8lgXg==",
                        "guid": "b23cc84a-2a16-46db-99f6-479b27c9605e",
                        "operatorNumber": 1,
                        "shortName": "sample string 2",
                        "firstName": "sample string 3",
                        "lastName": "sample string 4",
                        "password": "sample string 5",
                        "hasPassword": true,
                        "passwordText": "sample string 6",
                        "rfidTagID": "sample string 7",
                        "blueprintID": 1,
                        "groupID": 1,
                        "groupName": "sample string 8",
                        "managerGroupID": 1,
                        "managerGroupName": "sample string 9",
                        "zoneID": 1,
                        "zoneName": "sample string 10",
                        "loggedIn": 1,
                        "lastUsedIP": "sample string 11",
                        "deleted": true,
                        "locked": true,
                        "allowOpenTill": true,
                        "webEmail": "sample string 14",
                        "simpleOperatorType": 0,
                        "webRole": "sample string 15",
                        "updated": "2025-06-14T07:02:34.7474182",
                        "passwordResetRequired": true,
                        "alteredInStore": true,
                        "startShift": "2025-06-14T07:02:34.7474182",
                        "endShift": "2025-06-14T07:02:34.7474182",
                        "machineName": "sample string 20",
                        "drawerID": 1,
                        "stores": [
                          {
                            "$id": "24",
                            "operatorG_UID": "k0BSq/bB+0CDop8/qBCzOw==",
                            "operatorGuid": "ab524093-c1f6-40fb-83a2-9f3fa810b33b",
                            "storeID": 2,
                            "operator": {
                              "$ref": "23"
                            },
                            "store": {
                              "$ref": "2"
                            }
                          },
                          {
                            "$ref": "24"
                          }
                        ]
                      }
                    },
                    {
                      "$ref": "22"
                    }
                  ],
                  "apns": [
                    {
                      "$id": "25",
                      "pluID": 1,
                      "pluG_UID": "guotT+BAJ0yGeaVvaCS8UQ==",
                      "pluGuid": "4f2dea82-40e0-4c27-8679-a56f6824bc51",
                      "apn": "sample string 1",
                      "deleted": true,
                      "storeID": 1,
                      "storeIDs": [
                        1,
                        2
                      ]
                    },
                    {
                      "$ref": "25"
                    }
                  ],
                  "tuns": [
                    {
                      "$id": "26",
                      "pluG_UId": "26BmCLsyokODtSSVv8D85w==",
                      "pluGuid": "0866a0db-32bb-43a2-83b5-2495bfc0fce7",
                      "apn": "sample string 1",
                      "tun": "sample string 2",
                      "cartonQuantity": 3,
                      "product": {
                        "$ref": "11"
                      },
                      "storeIDs": [
                        1,
                        2
                      ]
                    },
                    {
                      "$ref": "26"
                    }
                  ],
                  "competitionPricing": [
                    {
                      "$id": "27",
                      "identifier": "uUuQ4cEOfUmCBveiESAuAw==",
                      "identifierGuid": "e1904bb9-0ec1-497d-8206-f7a211202e03",
                      "pluG_UID": "lalOT/D0AEe5HLMsevK1RQ==",
                      "pluGuid": "4f4ea995-f4f0-4700-b91c-b32c7af2b545",
                      "competitionID": 1,
                      "name": "sample string 2",
                      "sellMultiple": 3,
                      "retailPrice": 4,
                      "storeName": "sample string 5"
                    },
                    {
                      "$ref": "27"
                    }
                  ],
                  "supplier": {
                    "$ref": "6"
                  },
                  "supplierName": "sample string 146",
                  "children": [
                    {
                      "$ref": "11"
                    },
                    {
                      "$ref": "11"
                    }
                  ],
                  "ordering": {
                    "$ref": "9"
                  },
                  "flipChartPages": [
                    {
                      "$id": "28",
                      "identifier": "c/PlPIAWt0GJsLsjv4qx/A==",
                      "groupName": "sample string 1",
                      "identifierGuid": "3ce5f373-1680-41b7-89b0-bb23bf8ab1fc",
                      "exists": true,
                      "flipChartIdentifier": "P0ZBQH1aQ0GyjMNK3OWHHw==",
                      "flipChartIdentifierGuid": "4041463f-5a7d-4143-b28c-c34adce5871f",
                      "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": "YkhTApiWxk2mJX2Cns12jQ==",
                      "groupIdentifierGuid": "02534862-9698-4dc6-a625-7d829ecd768d",
                      "flipChart": {
                        "$id": "29",
                        "identifier": "LZGK4Pl/70qZaQaMUp7EDA==",
                        "identifierGuid": "e08a912d-7ff9-4aef-9969-068c529ec40c",
                        "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": "30",
                          "identifier": "yFGI6iPVWkeEJ9AYboRilg==",
                          "identifierGuid": "ea8851c8-d523-475a-8427-d0186e846296",
                          "name": "sample string 2",
                          "formType": "sample string 3",
                          "forms": [
                            {
                              "$id": "31",
                              "id": 1,
                              "g_UID": "xkIV/ya+hkmnYlJhZe+Ahw==",
                              "guid": "ff1542c6-be26-4986-a762-526165ef8087",
                              "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": "C0y2wYqg+0OqOwD2FGoqVw==",
                              "previousFormGuid": "c1b64c0b-a08a-43fb-aa3b-00f6146a2a57",
                              "nextForm": 1,
                              "nextFormG_UID": "woISpb3OfEqroWR947Xd2g==",
                              "nextFormGuid": "a51282c2-cebd-4a7c-aba1-647de3b5ddda",
                              "attributes": "sample string 10",
                              "updated": "2025-06-14T07:02:34.7474182",
                              "positioning": 1,
                              "contentPanel": "sample string 11",
                              "selectionMode": 1,
                              "maximumSelections": 1,
                              "alteredInStore": true,
                              "deleted": true,
                              "blueprintID": 1,
                              "preserveLayout": true,
                              "mainCheckoutFormName": "sample string 13",
                              "nextCheckoutForm": {
                                "$ref": "31"
                              },
                              "previousCheckoutForm": {
                                "$ref": "31"
                              },
                              "buttons": [
                                {
                                  "$id": "32",
                                  "id": 1,
                                  "checkoutFormID": 2,
                                  "checkoutFormG_UID": "oF5DJxwxNkSCT6pDgjOo4g==",
                                  "checkoutFormGuid": "27435ea0-311c-4436-824f-aa438233a8e2",
                                  "identifier": "rvbqzqBAD0+aAzJSLcii6w==",
                                  "identifierGuid": "ceeaf6ae-40a0-4f0f-9a03-32522dc8a2eb",
                                  "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": "qmbjo+16Hk2fH7EueMI2ug==",
                                  "valueGuid": "a3e366aa-7aed-4d1e-9f1f-b12e78c236ba",
                                  "buttonText": "sample string 10",
                                  "valueText": "sample string 11",
                                  "drawImageAndButton": true,
                                  "updated": "2025-06-14T07:02:34.7474182",
                                  "action": "sample string 12",
                                  "valueForm": {
                                    "$ref": "31"
                                  },
                                  "image": {
                                    "$id": "33",
                                    "name": "sample string 3.sample string 4",
                                    "imageID": 2,
                                    "imageName": "sample string 3",
                                    "imageExtension": "sample string 4",
                                    "lastUpdate": "2025-06-14T07:02:34.7474182",
                                    "imageData": "QEA=",
                                    "readOnly": true
                                  }
                                },
                                {
                                  "$ref": "32"
                                }
                              ],
                              "panels": [
                                {
                                  "$id": "34",
                                  "id": 1,
                                  "checkoutFormID": 2,
                                  "checkoutFormG_UID": "Q5OP657CD02G3F2Xd9sUbA==",
                                  "checkoutFormGuid": "eb8f9343-c29e-4d0f-86dc-5d9777db146c",
                                  "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": "34"
                                }
                              ]
                            },
                            {
                              "$ref": "31"
                            }
                          ],
                          "panels": [
                            {
                              "$ref": "34"
                            },
                            {
                              "$ref": "34"
                            }
                          ]
                        },
                        "pages": [
                          {
                            "$ref": "28"
                          },
                          {
                            "$ref": "28"
                          }
                        ]
                      },
                      "contentPanel": {
                        "$ref": "34"
                      },
                      "products": [
                        {
                          "$id": "35",
                          "flipChartPageIdentifier": "IVFGcXa/O0ytmi1jnwPFGA==",
                          "flipChartPageIdentifierGuid": "71465121-bf76-4c3b-ad9a-2d639f03c518",
                          "pluG_UID": "/Xd9gurVykqfK9Ckv+3AzA==",
                          "pluGuid": "827d77fd-d5ea-4aca-9f2b-d0a4bfedc0cc",
                          "sortOrder": 3,
                          "sent": true,
                          "productChanged": true,
                          "productImageName": "sample string 6",
                          "productShowImageOnFlipCharts": true,
                          "productShowTextOnFlipCharts": true,
                          "productOverrideFlipChartText": true,
                          "productFlipChartText": "sample string 10",
                          "product": {
                            "$ref": "11"
                          },
                          "departmentSortOrder": 11,
                          "subDepartmentName": "sample string 12"
                        },
                        {
                          "$ref": "35"
                        }
                      ],
                      "productCount": 27,
                      "pages": [
                        {
                          "$ref": "28"
                        },
                        {
                          "$ref": "28"
                        }
                      ]
                    },
                    {
                      "$ref": "28"
                    }
                  ],
                  "priceHistory": [
                    {
                      "$id": "36",
                      "pluG_UID": "3Lx/AiZgnkiqHkbce4h0Rw==",
                      "pluGuid": "027fbcdc-6026-489e-aa1e-46dc7b887447",
                      "price": 1,
                      "costCalcMethod": 1,
                      "cost": 2,
                      "weightedAvgCost": 3,
                      "lastCost": 4,
                      "rawCost": 5,
                      "rawWeightedAvgCost": 6,
                      "rawLastCost": 7,
                      "costDecimals": 8,
                      "serviceFeeID": 9,
                      "freight": 10.0,
                      "freightType": 11,
                      "process": "sample string 12",
                      "user": "sample string 13",
                      "updated": "2025-06-14T07:02:34.7474182",
                      "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": "36"
                    }
                  ],
                  "ingredients": [
                    {
                      "$id": "37",
                      "pluG_UID": "byHxv7ISnEmu48rXq/86RQ==",
                      "ingredientGuid": "i/LbFYo5d0S4JHd2a5SZAw==",
                      "ingredientIdentifier": "15dbf28b-398a-4477-b824-77766b949903",
                      "quantity": 1.0,
                      "storeIDs": [
                        1,
                        2
                      ],
                      "ingredientText": "sample string 1",
                      "ingredient": {
                        "$ref": "11"
                      }
                    },
                    {
                      "$ref": "37"
                    }
                  ],
                  "bins": [
                    {
                      "$id": "38",
                      "pluG_UID": "NFKoyNa6tk2xembQdUFGXA==",
                      "pluGuid": "c8a85234-bad6-4db6-b17a-66d07541465c",
                      "shelfLocationIdentifier": "KirP3EotV0mRpIQB68h/Ow==",
                      "shelfLocationGuid": "dccf2a2a-2d4a-4957-91a4-8401ebc87f3b",
                      "labelShelfDefault": 1,
                      "labelTalkerDefault": 1,
                      "labelSmall": true,
                      "labelPageLayoutG_UID": "vfLYfjd+u0S7QjIvTvLdlQ==",
                      "labelPageLayoutGuid": "7ed8f2bd-7e37-44bb-bb42-322f4ef2dd95",
                      "updated": "2025-06-14T07:02:34.7474182",
                      "electronicShelfLabelIdentifier": "sample string 5",
                      "electronicshelfLabelsConfigurationID": 6,
                      "labelShelfChanged": true,
                      "productName": "sample string 8",
                      "locationText": "sample string 9",
                      "product": {
                        "$ref": "11"
                      },
                      "location": {
                        "$id": "39",
                        "identifier": "ixck4Y6ZKUCF4OiZ5SrK4w==",
                        "storeID": 1,
                        "identifierGuid": "e124178b-998e-4029-85e0-e899e52acae3",
                        "name": "sample string 2",
                        "haccp": true,
                        "blueprintID": 1,
                        "updated": "2025-06-14T07:02:34.7474182",
                        "minTemp": 1,
                        "maxTemp": 1,
                        "checkFrequency": 1,
                        "storeCaseConfiguration": 5,
                        "storeName": "sample string 6",
                        "bins": [
                          {
                            "$ref": "38"
                          },
                          {
                            "$ref": "38"
                          }
                        ]
                      }
                    },
                    {
                      "$ref": "38"
                    }
                  ],
                  "bin": {
                    "$ref": "38"
                  },
                  "scaleLocations": [
                    {
                      "$id": "40",
                      "plu": 1,
                      "pluG_UID": "3EvJjttZDkuH8sDQHjBClg==",
                      "pluGuid": "8ec94bdc-59db-4b0e-87f2-c0d01e304296",
                      "deptNo": 1,
                      "product": {
                        "$ref": "11"
                      },
                      "scaleLocation": {
                        "$id": "41",
                        "id": 1,
                        "deptNo": 1,
                        "deptCode": "sample string 2",
                        "name": "sample string 3",
                        "enabled": true,
                        "updated": "2025-06-14T07:02:34.7474182",
                        "department": {
                          "$id": "42",
                          "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": "41"
                          },
                          "subDepartments": [
                            {
                              "$id": "43",
                              "id": 1,
                              "departmentID": 2,
                              "name": "sample string 3",
                              "code": "sample string 4",
                              "departmentCode": "sample string 5",
                              "externalSales": true,
                              "minorDepartments": [
                                {
                                  "$id": "44",
                                  "id": 1,
                                  "subDepartmentID": 2,
                                  "departmentID": 3,
                                  "name": "sample string 4",
                                  "subDepartmentCode": "sample string 5",
                                  "departmentCode": "sample string 6",
                                  "code": "sample string 7",
                                  "lesserDepartments": [
                                    {
                                      "$id": "45",
                                      "id": 1,
                                      "departmentID": 2,
                                      "subDepartmentID": 3,
                                      "minorDepartmentID": 4,
                                      "name": "sample string 5",
                                      "code": "sample string 6",
                                      "departmentCode": "sample string 7",
                                      "subDepartmentCode": "sample string 8",
                                      "minorDepartmentCode": "sample string 9",
                                      "updated": "2025-06-14T07:02:34.7474182",
                                      "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": "1e54eev08kmSHzKgwVxzLQ==",
                                      "labelPageLayoutGuid": "7978eed5-f4eb-49f2-921f-32a0c15c732d",
                                      "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": "46",
                                        "dept": 1,
                                        "category": 2,
                                        "name": "sample string 3",
                                        "active": true,
                                        "mscCommodities": [
                                          {
                                            "$id": "47",
                                            "dept": 1,
                                            "category": 2,
                                            "commodity": 3,
                                            "name": "sample string 4",
                                            "active": true,
                                            "mscSubCommodities": [
                                              {
                                                "$id": "48",
                                                "dept": 1,
                                                "category": 2,
                                                "commodity": 3,
                                                "subCommodity": 4,
                                                "name": "sample string 5",
                                                "active": true,
                                                "subCommodityCode": "sample string 7"
                                              },
                                              {
                                                "$ref": "48"
                                              }
                                            ],
                                            "commodityCode": "sample string 6"
                                          },
                                          {
                                            "$ref": "47"
                                          }
                                        ],
                                        "categoryCode": "sample string 5"
                                      },
                                      "mscCom": {
                                        "$ref": "47"
                                      },
                                      "mscDep": {
                                        "$id": "49",
                                        "dept": 1,
                                        "name": "sample string 2",
                                        "active": true,
                                        "mscCategories": [
                                          {
                                            "$ref": "46"
                                          },
                                          {
                                            "$ref": "46"
                                          }
                                        ],
                                        "deptCode": "sample string 4"
                                      },
                                      "mscSubCom": {
                                        "$ref": "48"
                                      }
                                    },
                                    {
                                      "$ref": "45"
                                    }
                                  ],
                                  "updated": "2025-06-14T07:02:34.7474182",
                                  "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": "zSgV6dC9N0ucuKB85MT7qA==",
                                  "labelPageLayoutGuid": "e91528cd-bdd0-4b37-9cb8-a07ce4c4fba8",
                                  "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": "46"
                                  },
                                  "mscCom": {
                                    "$ref": "47"
                                  },
                                  "mscDep": {
                                    "$ref": "49"
                                  },
                                  "mscSubCom": {
                                    "$ref": "48"
                                  }
                                },
                                {
                                  "$ref": "44"
                                }
                              ],
                              "investmentBuyOverride": true,
                              "updated": "2025-06-14T07:02:34.7474182",
                              "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": "47MSrXe4RUa/UlJaBSizbg==",
                              "labelPageLayoutGuid": "ad12b3e3-b877-4645-bf52-525a0528b36e",
                              "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": "46"
                              },
                              "mscCom": {
                                "$ref": "47"
                              },
                              "mscDep": {
                                "$ref": "49"
                              },
                              "mscSubCom": {
                                "$ref": "48"
                              }
                            },
                            {
                              "$ref": "43"
                            }
                          ],
                          "stores": [
                            1,
                            2
                          ],
                          "investmentBuyOverride": true,
                          "updated": "2025-06-14T07:02:34.7474182",
                          "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": "pyZBfLGFDUWkUJcZ+EpcSg==",
                          "labelPageLayoutGuid": "7c4126a7-85b1-450d-a450-9719f84a5c4a",
                          "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": "46"
                          },
                          "mscCom": {
                            "$ref": "47"
                          },
                          "mscDep": {
                            "$ref": "49"
                          },
                          "mscSubCom": {
                            "$ref": "48"
                          }
                        }
                      }
                    },
                    {
                      "$ref": "40"
                    }
                  ],
                  "nextPrice": {
                    "$id": "50",
                    "id": 1,
                    "campaignID": 2,
                    "campaignName": "sample string 3",
                    "plu": 1,
                    "hostOfferID": 1,
                    "metcashPromotionID": "sample string 4",
                    "metcashPromotionPlacement": "sample string 5",
                    "pluG_UID": "NzSMpLnqXE2KwJAfYmWbOg==",
                    "pluGuid": "a48c3437-eab9-4d5c-8ac0-901f62659b3a",
                    "newPrice": 1,
                    "pctDiscount": 1,
                    "newCost": 1,
                    "newCostDecimals": 6,
                    "dealCostIdentifier": "q/+C5CW0kkehLWVOeH0mtg==",
                    "dealCostGuid": "e482ffab-b425-4792-a12d-654e787d26b6",
                    "pluName": "sample string 7",
                    "apn": "sample string 8",
                    "fuelItem": true,
                    "priceGroupG_UID": "Y81OlBNBR0OdVOnDpwA/tQ==",
                    "priceGroupGuid": "944ecd63-4113-4347-9d54-e9c3a7003fb5",
                    "itemNumber": "sample string 10",
                    "cri": "sample string 11",
                    "pluPrice": 12,
                    "pluCost": 13,
                    "pluCostIndicator": "sample string 14",
                    "pluPriceGstPercent": 15,
                    "pluCostGstPercent": 16,
                    "pluActive": true,
                    "cartonQty": 1.1,
                    "baseUnits": 18.1,
                    "salesMode": 1,
                    "pluNormalCost": 19,
                    "pluaws": 20.0,
                    "directNumber": "sample string 21",
                    "departmentName": "sample string 22",
                    "subDepartmentName": "sample string 23",
                    "priceGroupName": "sample string 24",
                    "supplierName": "sample string 25",
                    "stockOnHand": 1.1,
                    "stockOnOrder": 1.1,
                    "lastReceived": "2025-06-14T07:02:34.7474182",
                    "rrp": 26,
                    "campaignDescription": "sample string 27",
                    "campaignComboPriceGroupG_UID": "Fkd+O9I1TE+lcODeiN8Nyw==",
                    "campaignComboPriceGroupIdentifier": "3b7e4716-35d2-4f4c-a570-e0de88df0dcb",
                    "promotionPlacementDescription": "sample string 28",
                    "storeAcceptances": [
                      {
                        "$id": "51",
                        "plu": 1,
                        "pluG_UId": "QEA=",
                        "campaignID": 1,
                        "campaignName": "sample string 2",
                        "storeID": 3,
                        "acceptedUtc": "2025-06-14T07:02:34.7474182",
                        "operatorG_UID": "oXLxp2kS/UKVUr8ZIu7cMg==",
                        "operatorGuid": "a7f172a1-1269-42fd-9552-bf1922eedc32",
                        "machineID": 1,
                        "processed": true,
                        "appliedUtc": "2025-06-14T07:02:34.7474182",
                        "signIqTicketFileMovedUtc": "2025-06-14T07:02:34.7474182",
                        "user": "sample string 6",
                        "campaignDescription": "sample string 7",
                        "productDesc": "sample string 8",
                        "storeName": "sample string 9",
                        "effectiveUtc": "2025-06-14T07:02:34.7474182",
                        "priceChangeType": 0,
                        "operatorName": "sample string 10",
                        "hostCampaign": true,
                        "product": {
                          "$ref": "11"
                        },
                        "campaignPlu": {
                          "$ref": "50"
                        }
                      },
                      {
                        "$ref": "51"
                      }
                    ],
                    "campaign": {
                      "$id": "52",
                      "id": 1,
                      "storeID": 2,
                      "name": "0fef41d7-18c9-4d87-9381-ecd1311dc970",
                      "nameGuid": "0fef41d7-18c9-4d87-9381-ecd1311dc970",
                      "description": "sample string 4",
                      "showDiscounts": true,
                      "showTotals": true,
                      "onlyEvaluateOnSubtotal": true,
                      "useDescription": true,
                      "campaignType": 1,
                      "startDate": "2025-06-14T07:02:34.7474182",
                      "startTime": 1,
                      "endDate": "2025-06-14T07:02:34.7474182",
                      "endTime": 1,
                      "recurrence": 1,
                      "recurrenceType": 1,
                      "monthType": 1,
                      "weekDays": 1,
                      "months": 1,
                      "monthWeeks": 1,
                      "monthDays": "sample string 7",
                      "printed": true,
                      "talkerText": "sample string 8",
                      "rangeDescription": "sample string 9",
                      "dealDescription": "sample string 10",
                      "labelQuantity": 11,
                      "active": 1,
                      "deactivated": "2025-06-14T07:02:34.7474182",
                      "system": true,
                      "created": "2025-06-14T07:02:34.7474182",
                      "updated": "2025-06-14T07:02:34.7474182",
                      "priceChangeNotifiedUtc": "2025-06-14T07:02:34.7474182",
                      "promoType": 1,
                      "promotionTypeCode": "sample string 13",
                      "hostIdentifier": "iSyddfIrBEyrlXEGZx3b/w==",
                      "hostIdentifierGuid": "759d2c89-2bf2-4c04-ab95-7106671ddbff",
                      "hostType": 14,
                      "createdByUser": "sample string 15",
                      "fromHost": true,
                      "deleted": true,
                      "campaignDeleted": "2025-06-14T07:02:34.7474182",
                      "updatedByUser": "sample string 18",
                      "offerID": 1,
                      "isPriceChangeCampaign": true,
                      "stores": [
                        1,
                        2
                      ],
                      "storeNames": [
                        "sample string 1",
                        "sample string 2"
                      ],
                      "campaignPlus": [
                        {
                          "$ref": "50"
                        },
                        {
                          "$ref": "50"
                        }
                      ],
                      "campaignPools": [
                        {
                          "$id": "53",
                          "id": 1,
                          "campaignID": 2,
                          "campaignName": "sample string 3",
                          "plu": 4,
                          "pluG_UID": "v5okeZudT0iUSMaaxEPGMg==",
                          "pluGuid": "79249abf-9d9b-484f-9448-c69ac443c632",
                          "hostOfferID": 1,
                          "priceGroupG_UID": "srgW6EmFU0+GFKLTLjqKAQ==",
                          "priceGroupGuid": "e816b8b2-8549-4f53-8614-a2d32e3a8a01",
                          "fuelItem": true,
                          "pluName": "sample string 6",
                          "apn": "sample string 7",
                          "pluActive": true,
                          "cartonQty": 1,
                          "baseUnits": 9.1,
                          "cri": "sample string 10",
                          "salesMode": 1,
                          "pluaws": 11.0,
                          "directNumber": "sample string 12",
                          "departmentName": "sample string 13",
                          "subDepartmentName": "sample string 14",
                          "priceGroupName": "sample string 15",
                          "supplierName": "sample string 16",
                          "stockOnHand": 1.1,
                          "stockOnOrder": 1.1,
                          "lastReceived": "2025-06-14T07:02:34.7474182",
                          "rrp": 17,
                          "campaignDescription": "sample string 18",
                          "product": {
                            "$ref": "11"
                          },
                          "campaign": {
                            "$ref": "52"
                          }
                        },
                        {
                          "$ref": "53"
                        }
                      ],
                      "sellingRules": [
                        {
                          "$id": "54",
                          "id": 1,
                          "identifier": "CqTX3ReeOkaSKT4lrrBOEg==",
                          "identifierStr": "CqTX3ReeOkaSKT4lrrBOEg==",
                          "identifierGuid": "ddd7a40a-9e17-463a-9229-3e25aeb04e12",
                          "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": "52"
                          }
                        },
                        {
                          "$ref": "54"
                        }
                      ],
                      "customers": [
                        {
                          "$id": "55",
                          "id": 1,
                          "campaignID": 2,
                          "campaignName": "sample string 3",
                          "customerID": "MUj0lUGTR0+SGWw0M0vRfQ==",
                          "customerIDGuid": "95f44831-9341-4f47-9219-6c34334bd17d",
                          "campaign": {
                            "$ref": "52"
                          },
                          "customer": {
                            "$id": "56",
                            "identifier": "dj5vBO9EyUK2JniEBXDhmw==",
                            "identifierGuid": "046f3e76-44ef-42c9-b626-78840570e19b",
                            "code": "sample string 2",
                            "familyName": "sample string 3",
                            "givenName": "sample string 4",
                            "otherName": "sample string 5",
                            "title": "sample string 6",
                            "dateOfBirth": "2025-06-14T07:02:34.7474182",
                            "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": "/Is4qrSl2kyxGJYqFaqsZA==",
                            "communityIdentifierGuid": "aa388bfc-a5b4-4cda-b118-962a15aaac64",
                            "joined": "2025-06-14T07:02:34.7474182",
                            "updated": "2025-06-14T07:02:34.7474182",
                            "active": true,
                            "reasonInactive": 1,
                            "groupCustomer": true,
                            "loyaltyPoints": 1,
                            "homeStoreID": 1,
                            "availableSpend": 1,
                            "priceLevelIdentifier": "v4Kr7quaeUOXKtXaL9Z7xQ==",
                            "priceLevelIdentifierGuid": "eeab82bf-9aab-4379-972a-d5da2fd67bc5",
                            "marketingID": "sample string 18",
                            "hidden": true,
                            "registered": true,
                            "registeredOn": "2025-06-14T07:02:34.7474182",
                            "emailMarketing": true,
                            "smsMarketing": true,
                            "deleted": true,
                            "deletedUser": "sample string 24",
                            "homeStoreName": "sample string 25",
                            "customerCards": [
                              {
                                "$id": "57",
                                "cardType": 2,
                                "issueDate": "2025-06-14T07:02:34.7474182",
                                "expiry": "2025-06-14T07:02:34.7474182",
                                "customerID": "s5DvJod7ckG9aGhMP1W0Ww==",
                                "customerIDGuid": "26ef90b3-7b87-4172-bd68-684c3f55b45b",
                                "initialValue": 1,
                                "currentValue": 1,
                                "maxLimit": 1,
                                "minTransaction": 1,
                                "maxTransaction": 1,
                                "multiplier": 1.1,
                                "active": true,
                                "reasonInactive": 1,
                                "idRequired": true,
                                "idType": 1,
                                "idValue": "sample string 5",
                                "updated": "2025-06-14T07:02:34.7474182",
                                "linkedAccount": "vDxDzRE9UkOiuCNCspXhfA==",
                                "linkedAccountGuid": "cd433cbc-3d11-4352-a2b8-2342b295e17c",
                                "currentValueChanged": true,
                                "limitsChanged": true,
                                "customer": {
                                  "$ref": "56"
                                },
                                "account": {
                                  "$id": "58",
                                  "id": 1,
                                  "identifier": "pM8fw190ZUW0HRwjvqgfmQ==",
                                  "identifierGuid": "c31fcfa4-745f-4565-b41d-1c23bea81f99",
                                  "referenceNo": "sample string 3",
                                  "name": "sample string 4",
                                  "created": "2025-06-14T07:02:34.7474182",
                                  "owner": "WtWbN2Oh30mibuQLRos7ZA==",
                                  "ownerGuid": "379bd55a-a163-49df-a26e-e40b468b3b64",
                                  "accountStoreGroupIdentifier": "5AUX+H0KsUKsFh2FUapLdQ==",
                                  "accountStoreGroupGuid": "f81705e4-0a7d-42b1-ac16-1d8551aa4b75",
                                  "accountType": 1,
                                  "currentBalance": 1,
                                  "externalID": "sample string 7",
                                  "maximumLimit": 1,
                                  "accruePoints": true,
                                  "loyaltyPoints": 1,
                                  "termsOfTrade": 1,
                                  "signatureRequired": true,
                                  "referenceRequired": true,
                                  "statementSendType": 10,
                                  "ageingPeriod": 1,
                                  "monthlyAgeingPeriod": true,
                                  "explodedInvoice": true,
                                  "isFifoAllocation": true,
                                  "lastStatementSent": "2025-06-14T07:02:34.7474182",
                                  "active": true,
                                  "updated": "2025-06-14T07:02:34.7474182",
                                  "deleted": true,
                                  "deletedUser": "sample string 16",
                                  "currentBalanceChanged": true,
                                  "maximumLimitChanged": true,
                                  "loyaltyPointsChanged": true,
                                  "projectedBalance": 17,
                                  "accountStoreGroupStoreIDs": [
                                    1,
                                    2
                                  ],
                                  "customerEmail": "sample string 18",
                                  "ownerCustomer": {
                                    "$ref": "56"
                                  },
                                  "card": {
                                    "$ref": "57"
                                  },
                                  "members": {
                                    "$id": "59",
                                    "sample string 1": [
                                      {
                                        "$ref": "56"
                                      },
                                      {
                                        "$ref": "56"
                                      }
                                    ],
                                    "sample string 2": [
                                      {
                                        "$ref": "56"
                                      },
                                      {
                                        "$ref": "56"
                                      }
                                    ]
                                  },
                                  "customerGroups": [
                                    {
                                      "$id": "60",
                                      "identifier": "bg/62yGKVEGGa+CERQE9zQ==",
                                      "identifierGuid": "dbfa0f6e-8a21-4154-866b-e08445013dcd",
                                      "name": "sample string 2",
                                      "primaryContact": "LkaYdJ1CVEi+52LvJd9xpg==",
                                      "primaryContactGuid": "7498462e-429d-4854-bee7-62ef25df71a6",
                                      "accountID": "Nz6wruB8cECHjtdXlQspfA==",
                                      "accountIDGuid": "aeb03e37-7ce0-4070-878e-d757950b297c",
                                      "special": true,
                                      "updated": "2025-06-14T07:02:34.7474182",
                                      "active": true,
                                      "reasonInactive": 1,
                                      "priceLevelIdentifier": "lJIQNYiJa0ShrrLppUxg8w==",
                                      "priceLevelIdentifierGuid": "35109294-8988-446b-a1ae-b2e9a54c60f3",
                                      "deleted": true,
                                      "account": {
                                        "$ref": "58"
                                      },
                                      "primaryContactCustomer": {
                                        "$ref": "56"
                                      },
                                      "customerGroupMembers": [
                                        {
                                          "$id": "61",
                                          "id": 1,
                                          "groupID": "IcsZVi0IdEODr6KXcqP0FQ==",
                                          "groupIDGuid": "5619cb21-082d-4374-83af-a29772a3f415",
                                          "customerID": "8EjsDnqN4Eys1BJpcvJXnQ==",
                                          "customerIDGuid": "0eec48f0-8d7a-4ce0-acd4-126972f2579d",
                                          "card": "sample string 4",
                                          "linkedAccount": "jOBuFNVKNkCbhoi8Kj7E7w==",
                                          "linkedAccountGuid": "146ee08c-4ad5-4036-9b86-88bc2a3ec4ef",
                                          "customer": {
                                            "$ref": "56"
                                          },
                                          "group": {
                                            "$ref": "60"
                                          },
                                          "customerCard": {
                                            "$ref": "57"
                                          }
                                        },
                                        {
                                          "$ref": "61"
                                        }
                                      ]
                                    },
                                    {
                                      "$ref": "60"
                                    }
                                  ]
                                },
                                "payments": [
                                  {
                                    "$id": "62",
                                    "id": 1,
                                    "identifier": "vb7XqrnKM0yLz2haqPKCqQ==",
                                    "identifierGuid": "aad7bebd-cab9-4c33-8bcf-685aa8f282a9",
                                    "storeID": 2,
                                    "operatorName": "sample string 3",
                                    "saleHeaderID": 4,
                                    "paymentType": 5,
                                    "amount": 6,
                                    "account": "sample string 7",
                                    "accountID": "iVnER4Xht0K4NnI5QxRnSw==",
                                    "accountIDGuid": "47c45989-e185-42b7-b836-72394314674b",
                                    "customerAccount": {
                                      "$ref": "58"
                                    },
                                    "customerCard": {
                                      "$ref": "57"
                                    },
                                    "accountType": 1,
                                    "cardName": "sample string 8",
                                    "authorisationNumber": "sample string 9",
                                    "bankReference": "sample string 10",
                                    "merchantID": "sample string 11",
                                    "terminalID": "sample string 12",
                                    "cardNumber": "sample string 13",
                                    "paymentDate": "2025-06-14T07:02:34.7474182",
                                    "invRocNo": "sample string 14",
                                    "responseCode": "sample string 15",
                                    "cashout": 1,
                                    "tip": 16,
                                    "idempotentVoid": "7xBNZ4SjzkmOCEF/MYDubA==",
                                    "idempotentVoidGuid": "674d10ef-a384-49ce-8e08-417f3180ee6c",
                                    "offline": true,
                                    "processed": 1,
                                    "storeSaleHeader": {
                                      "$id": "63",
                                      "saleHeaderID": 1,
                                      "saleHeaderGuid": "f9mwwOfxPUiCnIyRDRulsA==",
                                      "saleHeaderIdentifierGuid": "c0b0d97f-f1e7-483d-829c-8c910d1ba5b0",
                                      "created": "2025-06-14T07:02:34.7474182",
                                      "createdLocal": "2025-06-14T07:02:34.7474182",
                                      "createdText": "sample string 4",
                                      "itemCount": 5,
                                      "totalAmount": 6,
                                      "cashTender": 1,
                                      "cardTender": 1,
                                      "cheqTender": 1,
                                      "acctTender": 1,
                                      "voucherTender": 1,
                                      "loyaltyPoints": 1,
                                      "cashout": 1,
                                      "changeAmount": 1,
                                      "rounding": 1,
                                      "gstAmount": 1,
                                      "transactionDiscountTender": 1,
                                      "totalTip": 7,
                                      "tranType": 1,
                                      "processed": 1,
                                      "imported": "2025-06-14T07:02:34.7474182",
                                      "storeID": 1,
                                      "operatorG_Uid": "kVdRUQlysEiGyh7V5m4lFA==",
                                      "operatorGuid": "51515791-7209-48b0-86ca-1ed5e66e2514",
                                      "customerG_Uid": "VX1RbHpEp0ix3wcgIVXkyQ==",
                                      "customerGuid": "6c517d55-447a-48a7-b1df-07202155e4c9",
                                      "communityIdentifier": "HZJOO81eb0anKtLDCcoDbw==",
                                      "communityIdentifierGuid": "3b4e921d-5ecd-466f-a72a-d2c309ca036f",
                                      "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": "QDK47/N1NUiQZDNuX0NNMQ==",
                                      "priceLevelIdentifierGuid": "efb83240-75f3-4835-9064-336e5f434d31",
                                      "locked": 36,
                                      "relationChecksum": "sample string 37",
                                      "loyaltyTender": 1,
                                      "giftCardTender": 1,
                                      "operator": {
                                        "$ref": "23"
                                      },
                                      "customer": {
                                        "$ref": "56"
                                      },
                                      "communityOrganisation": {
                                        "$id": "64",
                                        "id": 1,
                                        "identifier": "A8f3fd2DU0mMUnjwpl6XHw==",
                                        "identifierGuid": "7df7c703-83dd-4953-8c52-78f0a65e971f",
                                        "name": "sample string 3",
                                        "lookupIdentifier": "sample string 4",
                                        "externalID": "sample string 5",
                                        "phone": "sample string 6",
                                        "fax": "sample string 7",
                                        "email": "sample string 8",
                                        "address1": "sample string 9",
                                        "address2": "sample string 10",
                                        "city": "sample string 11",
                                        "postCode": "sample string 12",
                                        "state": "sample string 13",
                                        "country": "sample string 14",
                                        "totalAmountAwarded": 15.1,
                                        "updated": "2025-06-14T07:02:34.7474182",
                                        "deleted": true
                                      },
                                      "details": [
                                        {
                                          "$id": "65",
                                          "saleItemID": 1,
                                          "identifier": "mGOGO/PCn0KW7qnV3dpLJA==",
                                          "identifierGuid": "3b866398-c2f3-429f-96ee-a9d5ddda4b24",
                                          "saleHeaderID": 2,
                                          "plu": 1,
                                          "pluG_UId": "g65fKPMw4UG3L1tmuKWSlA==",
                                          "pluGuid": "285fae83-30f3-41e1-b72f-5b66b8a59294",
                                          "accountID": "09UwyD5x7E2oSrLQrPQe2g==",
                                          "accountIDGuid": "c830d5d3-713e-4dec-a84a-b2d0acf41eda",
                                          "normalPrice": 3,
                                          "originalSellingPrice": 4,
                                          "discountPrice": 5,
                                          "unit": 1,
                                          "quantity": 6,
                                          "totalCents": 7,
                                          "fixedPrice": 1,
                                          "tranType": 1,
                                          "discountType": 1,
                                          "cost": 1,
                                          "costDecimals": 8,
                                          "markdown": 1,
                                          "manualQuantity": 1,
                                          "manualPrice": 1,
                                          "manualMode": 1,
                                          "active": 1,
                                          "offline": true,
                                          "barcode": "sample string 9",
                                          "keyedSale": 1,
                                          "discountedID": 1,
                                          "fuelID": 1,
                                          "serialNumber": "sample string 10",
                                          "bestOrExpire": "2025-06-14T07:02:34.7474182",
                                          "bestOrExpireType": 1,
                                          "providerName": "sample string 11",
                                          "refundG_UID": "F7LPw5xjhkaxdUrI9MRsZA==",
                                          "refundGuid": "c3cfb217-639c-4686-b175-4ac8f4c46c64",
                                          "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": "BcoOB2spL0aNeAn4TVFc9w==",
                                          "idempotentVoidGuid": "070eca05-296b-462f-8d78-09f84d515cf7",
                                          "priceLevelIdentifier": "4UQtYdgS7E+q7BIq0OvfZw==",
                                          "priceLevelIdentifierGuid": "612d44e1-12d8-4fec-aaec-122ad0ebdf67",
                                          "productName": "sample string 23",
                                          "apn": "sample string 24",
                                          "unknownScans": [
                                            {
                                              "$id": "66",
                                              "id": 1,
                                              "saleDetailID": 2,
                                              "storeID": 1,
                                              "scanned": "2025-06-14T07:02:34.7474182",
                                              "operatorG_UID": "QEA=",
                                              "barcode": "sample string 4",
                                              "processed": 1
                                            },
                                            {
                                              "$ref": "66"
                                            }
                                          ],
                                          "refund": {
                                            "$id": "67",
                                            "id": 1,
                                            "g_UID": "p3tarvxqvEeLLs4gEDfwxg==",
                                            "guid": "ae5a7ba7-6afc-47bc-8b2e-ce201037f0c6",
                                            "description": "sample string 1",
                                            "dumped": true,
                                            "inventoryReasonID": 1,
                                            "sortOrder": 1,
                                            "updated": "2025-06-14T07:02:34.7474182"
                                          },
                                          "modifier": {
                                            "$id": "68",
                                            "id": 1,
                                            "setG_UID": "/j7+RNDHRkCjnf31TyxP1g==",
                                            "modifierSetGuid": "44fe3efe-c7d0-4046-a39d-fdf54f2c4fd6",
                                            "name": "sample string 2",
                                            "price": 1,
                                            "quantity": 1,
                                            "modifierType": 1,
                                            "groupNumber": 1,
                                            "pageNumber": 1,
                                            "controlOrder": 1,
                                            "printToStation": true,
                                            "pluG_UID": "XZjgS4xeLUiDp0C0k/jtLQ==",
                                            "pluGuid": "4be0985d-5e8c-482d-83a7-40b493f8ed2d",
                                            "deleted": true,
                                            "g_UID": "Q2Kf+WoXSUKwjr05J5mICw==",
                                            "guid": "f99f6243-176a-4249-b08e-bd392799880b",
                                            "product": {
                                              "$ref": "11"
                                            }
                                          },
                                          "priceLevelName": "sample string 25",
                                          "pumpNumber": 1,
                                          "hoseNumber": 1
                                        },
                                        {
                                          "$ref": "65"
                                        }
                                      ],
                                      "eftReceipts": [
                                        {
                                          "$id": "69",
                                          "id": 1,
                                          "storeID": 1,
                                          "saleHeaderID": 2,
                                          "storeSaleHeader": {
                                            "$ref": "63"
                                          },
                                          "receipt": "sample string 3",
                                          "processed": 1
                                        },
                                        {
                                          "$ref": "69"
                                        }
                                      ],
                                      "payments": [
                                        {
                                          "$ref": "62"
                                        },
                                        {
                                          "$ref": "62"
                                        }
                                      ],
                                      "cards": [
                                        {
                                          "$id": "70",
                                          "id": 1,
                                          "saleHeaderID": 1,
                                          "identifier": "sample string 2",
                                          "cardType": 3,
                                          "providerName": "sample string 4"
                                        },
                                        {
                                          "$ref": "70"
                                        }
                                      ],
                                      "campaignHits": [
                                        {
                                          "$id": "71",
                                          "id": 1,
                                          "saleHeaderID": 2,
                                          "campaign": "sample string 3",
                                          "name": "sample string 4",
                                          "processed": 1,
                                          "campaignDescription": "sample string 5"
                                        },
                                        {
                                          "$ref": "71"
                                        }
                                      ],
                                      "fuel": [
                                        {
                                          "$id": "72",
                                          "id": 1,
                                          "plu": 1,
                                          "pluG_UID": "IP18gdVSfkef7Xd2cB9PKQ==",
                                          "pluGuid": "817cfd20-52d5-477e-9fed-7776701f4f29",
                                          "saleHeaderID": 2,
                                          "totalCents": 3,
                                          "grade": 1,
                                          "gradeDescription": "sample string 4",
                                          "dispenser": 1,
                                          "hose": 1,
                                          "quantity": 1,
                                          "cost": 1,
                                          "acquirerNum": 1,
                                          "attendant": 1,
                                          "ePurseBalance": 1.0,
                                          "cardSignature": "sample string 5",
                                          "compartmentNumber": 1,
                                          "contractNumber": 1,
                                          "discountCardPAN": "sample string 6",
                                          "discountID": 1,
                                          "discountName": "sample string 7",
                                          "discountNetValue": 1.0,
                                          "discountType": 1,
                                          "discountValue": 1.0,
                                          "discretionaryData": "sample string 8",
                                          "driverID": "sample string 9",
                                          "eftBatchNumber": 1,
                                          "eftResponseCode": "sample string 10",
                                          "endDateTime": "2025-06-14T07:02:34.7474182",
                                          "engineHours": 1.1,
                                          "fposNumber": 1,
                                          "loyaltyCardPAN": "sample string 11",
                                          "miscData1": 1,
                                          "miscData2": "sample string 12",
                                          "miscFlags": 1,
                                          "mop": 1,
                                          "odometer": 1,
                                          "panNumber": "sample string 13",
                                          "saleRefund": true,
                                          "saleStatus": 1,
                                          "sequenceNumber": 1,
                                          "stan": 1,
                                          "startDateTime": "2025-06-14T07:02:34.7474182",
                                          "tagNumber": "sample string 15",
                                          "trackTwoRem": "sample string 16",
                                          "transCode": 1,
                                          "transType": 1,
                                          "unitPrice": 1.0,
                                          "vehicleReg": "sample string 17",
                                          "offline": true,
                                          "processed": 1
                                        },
                                        {
                                          "$ref": "72"
                                        }
                                      ],
                                      "fuelResells": [
                                        {
                                          "$id": "73",
                                          "saleItemID": 1,
                                          "saleHeaderID": 2,
                                          "plu": 1,
                                          "pluG_UId": "hCxZ0dT+Q028BUO7j9cr4g==",
                                          "pluGuid": "d1592c84-fed4-4d43-bc05-43bb8fd72be2",
                                          "accountID": "4EqSc+t64kaiymlU2DBbqA==",
                                          "accountIDGuid": "73924ae0-7aeb-46e2-a2ca-6954d8305ba8",
                                          "normalPrice": 3,
                                          "originalSellingPrice": 4,
                                          "discountPrice": 5,
                                          "unit": 1,
                                          "quantity": 6,
                                          "totalCents": 7,
                                          "fixedPrice": 1,
                                          "tranType": 1,
                                          "processed": 1,
                                          "discountType": 1,
                                          "cost": 1,
                                          "costDecimals": 1,
                                          "markdown": 1,
                                          "manualQuantity": 1,
                                          "manualPrice": 1,
                                          "manualMode": 1,
                                          "active": 1,
                                          "barcode": "sample string 8",
                                          "offline": 1,
                                          "keyedSale": 1,
                                          "discountedID": 1,
                                          "fuelID": 1,
                                          "serialNumber": "sample string 9",
                                          "bestOrExpire": "2025-06-14T07:02:34.7474182",
                                          "bestOrExpireType": 1,
                                          "refundG_UID": "alxQKO6Eh0qIx9j2IUmjdQ==",
                                          "refundGuid": "28505c6a-84ee-4a87-88c7-d8f62149a375",
                                          "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": "73"
                                        }
                                      ],
                                      "customerOrder": [
                                        {
                                          "$id": "74",
                                          "identifier": "uix4Ffv800m4fLBSl8PLww==",
                                          "identifierGuid": "15782cba-fcfb-49d3-b87c-b05297c3cbc3",
                                          "id": 1,
                                          "orderNo": 2,
                                          "externalSaleIdentifier": "sample string 3",
                                          "storeID": 4,
                                          "zoneID": 5,
                                          "deptNo": 6,
                                          "customerIdentifier": "Jchooklc0EO6EcmIMQ+rRg==",
                                          "customerIdentifierGuid": "a268c825-5c49-43d0-ba11-c988310fab46",
                                          "operatorNo": 1,
                                          "operatorG_UID": "EY24v5/H6Uqr0SLHm7LOBg==",
                                          "operatorGuid": "bfb88d11-c79f-4ae9-abd1-22c79bb2ce06",
                                          "created": "2025-06-14T07:02:34.7474182",
                                          "ordered": "2025-06-14T07:02:34.7474182",
                                          "started": "2025-06-14T07:02:34.7474182",
                                          "completed": "2025-06-14T07:02:34.7474182",
                                          "supplied": "2025-06-14T07:02:34.7474182",
                                          "quickTicket": 1,
                                          "deleted": true,
                                          "walkAway": true,
                                          "approxWait": 1,
                                          "actualWait": 1,
                                          "deliveryMethod": 8,
                                          "externalSaleType": 9,
                                          "customer": {
                                            "$ref": "56"
                                          },
                                          "operator": {
                                            "$ref": "23"
                                          },
                                          "details": [
                                            {
                                              "$id": "75",
                                              "headerID": 1,
                                              "plu": 1,
                                              "pluG_UId": "oRogAi8+wUaEBSZLUucayg==",
                                              "pluGuid": "02201aa1-3e2f-46c1-8405-264b52e71aca",
                                              "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": "6sx6WJk6okOFJfh2E7oZGA==",
                                              "headerIdentifierGuid": "587accea-3a99-43a2-8525-f87613ba1918",
                                              "product": {
                                                "$ref": "11"
                                              }
                                            },
                                            {
                                              "$ref": "75"
                                            }
                                          ],
                                          "storeName": "sample string 11",
                                          "customerName": "sample string 12",
                                          "storeReplyTo": "sample string 13",
                                          "storeSubjectLine": "sample string 14",
                                          "storeSaleHeader": {
                                            "$ref": "63"
                                          }
                                        },
                                        {
                                          "$ref": "74"
                                        }
                                      ],
                                      "surveyResponses": [
                                        {
                                          "$id": "76",
                                          "surveyG_UID": "vaagWrURi0eKNAfEODezNQ==",
                                          "surveyGuid": "5aa0a6bd-11b5-478b-8a34-07c43837b335",
                                          "saleHeaderGuid": "mktWxSi2Z0emfBRWoqZObA==",
                                          "saleGuid": "c5564b9a-b628-4767-a67c-1456a2a64e6c",
                                          "textResponse": "sample string 1",
                                          "integerResponse": 1,
                                          "g_UIDResponse": "/EHfM1//GUidk5yrviNurg==",
                                          "guidResponse": "33df41fc-ff5f-4819-9d93-9cabbe236eae",
                                          "whoAnswered": 2,
                                          "answeredAtUTC": "2025-06-14T07:02:34.7474182",
                                          "sale": {
                                            "$ref": "63"
                                          },
                                          "survey": {
                                            "$id": "77",
                                            "g_UID": "07alZ/E0pk+mWwUKwR/FCQ==",
                                            "guid": "67a5b6d3-34f1-4fa6-a65b-050ac11fc509",
                                            "name": "sample string 1",
                                            "storeID": 2,
                                            "zoneID": 1,
                                            "checkoutFormG_UID": "X4XAmx25wkufFGxyzVUjRw==",
                                            "checkoutFormGuid": "9bc0855f-b91d-4bc2-9f14-6c72cd552347",
                                            "displayToWho": 3,
                                            "displayWhen": 4,
                                            "start": "2025-06-14T07:02:34.7474182",
                                            "end": "2025-06-14T07:02:34.7474182",
                                            "deleted": true,
                                            "updated": "2025-06-14T07:02:34.7474182",
                                            "possibleIntegerResponses": [
                                              1,
                                              2
                                            ],
                                            "possibleTextResponses": [
                                              "sample string 1",
                                              "sample string 2"
                                            ],
                                            "possibleGuidResponses": [
                                              "2db729fe-8368-46f1-aa02-090633b949b8",
                                              "bf7e5fd4-2c03-43b9-ace9-e7a0a8a1f986"
                                            ],
                                            "allowsAllTextResponses": true,
                                            "surveyForm": {
                                              "$ref": "31"
                                            }
                                          },
                                          "ingressId": "sample string 4"
                                        },
                                        {
                                          "$ref": "76"
                                        }
                                      ],
                                      "storeName": "sample string 38",
                                      "machineName": "sample string 39",
                                      "operatorName": "sample string 40",
                                      "direction": 1,
                                      "reason": "sample string 41",
                                      "accountG_UID": "EVejj6QfaEaBDFc96UIjtA==",
                                      "accountIdentifier": "8fa35711-1fa4-4668-810c-573de94223b4",
                                      "accountName": "sample string 42",
                                      "customerOrderIdentifier": "BjNreOqfu0GjFQ5IkdXJ9Q==",
                                      "customerOrderIdentifierGuid": "786b3306-9fea-41bb-a315-0e4891d5c9f5",
                                      "priceLevelName": "sample string 43",
                                      "revision": 44,
                                      "ingressId": "sample string 45"
                                    },
                                    "metadata": {
                                      "$id": "78",
                                      "id": 1,
                                      "paymentID": 2,
                                      "paymentIdentifier": "+rM/0F4BDUe7WB3FADi9eA==",
                                      "paymentIdentifierGuid": "d03fb3fa-015e-470d-bb58-1dc50038bd78",
                                      "identifier": "7ijQ+3390k60EfrRwuehLA==",
                                      "identifierGuid": "fbd028ee-fd7d-4ed2-b411-fad1c2e7a12c",
                                      "metadata": "sample string 3",
                                      "signatureImage": "QEA=",
                                      "itemIdentifier": "0DpcW5Er/ESrK/F4fRPm/A==",
                                      "itemIdentifierGuid": "5b5c3ad0-2b91-44fc-ab2b-f1787d13e6fc"
                                    }
                                  },
                                  {
                                    "$ref": "62"
                                  }
                                ]
                              },
                              {
                                "$ref": "57"
                              }
                            ],
                            "customerGroupMembers": [
                              {
                                "$ref": "61"
                              },
                              {
                                "$ref": "61"
                              }
                            ],
                            "customerGroups": [
                              {
                                "$ref": "60"
                              },
                              {
                                "$ref": "60"
                              }
                            ],
                            "accounts": [
                              {
                                "$ref": "58"
                              },
                              {
                                "$ref": "58"
                              }
                            ],
                            "account": {
                              "$ref": "58"
                            },
                            "vouchers": [
                              {
                                "$id": "79",
                                "customerIdentifier": "g7JrWNmd10SNycHB94IhWA==",
                                "customerIdentifierGuid": "586bb283-9dd9-44d7-8dc9-c1c1f7822158",
                                "voucherName": "sample string 2",
                                "count": 3,
                                "storeID": 4,
                                "barcode": "sample string 5",
                                "redeemCount": 6,
                                "issueCount": 7,
                                "storeSalePaymentID": 1,
                                "idempotentID": "LFyL6yLhh0i4lfIYEhUJ0Q==",
                                "idempotentGuid": "eb8b5c2c-e122-4887-b895-f218121509d1",
                                "offline": true,
                                "voucher": {
                                  "$id": "80",
                                  "id": 1,
                                  "name": "sample string 2",
                                  "description": "sample string 3",
                                  "shortDescription": "sample string 4",
                                  "url": "sample string 5",
                                  "barcodeTemplateID": 1,
                                  "expiry": 0,
                                  "voucherType": 6,
                                  "limitPerTransaction": 7,
                                  "customerTracking": true,
                                  "discountAccount": "sample string 9",
                                  "endDate": "2025-06-14T07:02:34.7474182",
                                  "barcodeTemplate": {
                                    "$id": "81",
                                    "templateID": 1,
                                    "template": "sample string 1",
                                    "bcFunction": "sample string 2",
                                    "sortOrder": 3
                                  },
                                  "scaleLabel": {
                                    "$id": "82",
                                    "id": 1,
                                    "uid": "sample string 2",
                                    "name": "sample string 3",
                                    "width": 1.1,
                                    "height": 1.1,
                                    "showBorder": true,
                                    "borderWidth": 1.1,
                                    "borderStyle": 1,
                                    "borderColour": "sample string 5",
                                    "updated": "2025-06-14T07:02:34.7474182",
                                    "labelPageLayout": "d9jbgilR/kSfUhBCPfMyTQ==",
                                    "pageLayoutGuid": "82dbd877-5129-44fe-9f52-10423df3324d",
                                    "labelType": 6,
                                    "oldName": "sample string 7",
                                    "voucher": {
                                      "$ref": "80"
                                    },
                                    "elements": [
                                      {
                                        "$id": "83",
                                        "id": 1,
                                        "scaleLabelID": 2,
                                        "showPercentDI": true,
                                        "showAvgPerHundred": true,
                                        "showAvgPerServe": true,
                                        "name": "sample string 6",
                                        "x": 1.1,
                                        "y": 1.1,
                                        "width": 1.1,
                                        "height": 1.1,
                                        "type": 1,
                                        "rotation": 1,
                                        "text": "sample string 7",
                                        "fontFamily": "sample string 8",
                                        "align": 1,
                                        "bold": true,
                                        "italic": true,
                                        "underline": true,
                                        "strikeout": true,
                                        "reverse": true,
                                        "textColour": "sample string 9",
                                        "fontSize": 1.1,
                                        "picture": "QEA=",
                                        "borderWidth": 10,
                                        "sortOrder": 11,
                                        "printOptions": 12,
                                        "superScriptTextFontSize": 1.1,
                                        "lineStyle": 1,
                                        "spacingStyle": 1,
                                        "interCharacterSpacing": 1.1,
                                        "superScriptOffset": 1.1,
                                        "lineSpacing": 1.1,
                                        "dateFormat": "sample string 13",
                                        "autoGrow": true,
                                        "fontAutoResize": true,
                                        "updated": "2025-06-14T07:02:34.7474182"
                                      },
                                      {
                                        "$ref": "83"
                                      }
                                    ]
                                  },
                                  "customerVouchers": [
                                    {
                                      "$id": "84",
                                      "id": 1,
                                      "customerIdentifier": "JgcZ9KETMEWIdg+CnWkUiw==",
                                      "customerIdentifierGuid": "f4190726-13a1-4530-8876-0f829d69148b",
                                      "voucherID": 3,
                                      "voucherName": "sample string 4",
                                      "storeID": 1,
                                      "barcode": "sample string 5",
                                      "dateOfIssue": "2025-06-14T07:02:34.7474182",
                                      "issuedSaleHeaderID": 1,
                                      "issuedSaleIdentifier": "sample string 7",
                                      "issuedOfflinePaymentID": 1,
                                      "issuedIdempotentID": "F3T+M5Gv8UmUi8uB3Q5ihg==",
                                      "issuedIdempotentGuid": "33fe7417-af91-49f1-948b-cb81dd0e6286",
                                      "issuedOffline": true,
                                      "issuedUser": "sample string 9",
                                      "issuedNotes": "sample string 10",
                                      "expiryDate": "2025-06-14T07:02:34.7474182",
                                      "expiredUser": "sample string 11",
                                      "expiredNotes": "sample string 12",
                                      "redeemed": "2025-06-14T07:02:34.7474182",
                                      "redeemedSaleHeaderID": 1,
                                      "redeemedSaleIdentifier": "sample string 13",
                                      "redeemedOfflinePaymentID": 1,
                                      "redeemedIdempotentID": "l9iy+xTbWkO0fSpDmMR6FQ==",
                                      "redeemedIdempotentGuid": "fbb2d897-db14-435a-b47d-2a4398c47a15",
                                      "redeemedUser": "sample string 14",
                                      "redeemedNotes": "sample string 15",
                                      "redeemedOffline": true,
                                      "updated": "2025-06-14T07:02:34.7474182",
                                      "storeName": "sample string 17",
                                      "scaleLabel": {
                                        "$ref": "82"
                                      },
                                      "voucher": {
                                        "$ref": "80"
                                      },
                                      "customer": {
                                        "$ref": "56"
                                      },
                                      "issuedOfflinePayment": {
                                        "$ref": "62"
                                      },
                                      "redeemedOfflinePayment": {
                                        "$ref": "62"
                                      }
                                    },
                                    {
                                      "$ref": "84"
                                    }
                                  ]
                                },
                                "customer": {
                                  "$ref": "56"
                                }
                              },
                              {
                                "$ref": "79"
                              }
                            ]
                          }
                        },
                        {
                          "$ref": "55"
                        }
                      ],
                      "customerGroups": [
                        {
                          "$id": "85",
                          "id": 1,
                          "campaignID": 2,
                          "campaignName": "sample string 3",
                          "groupID": "gsJ3jCvGbkS4+fOTiVyRtA==",
                          "groupIDGuid": "8c77c282-c62b-446e-b8f9-f393895c91b4",
                          "campaign": {
                            "$ref": "52"
                          },
                          "group": {
                            "$ref": "60"
                          }
                        },
                        {
                          "$ref": "85"
                        }
                      ],
                      "signIqTickets": [
                        {
                          "$id": "86",
                          "identifier": "qZEbLf5qjEC3IgsIG5fNig==",
                          "identifierGuid": "2d1b91a9-6afe-408c-b722-0b081b97cd8a",
                          "campaignName": "sample string 2",
                          "message": "sample string 3",
                          "ticketFileSource": "sample string 4",
                          "ticketFileDestination": "sample string 5",
                          "storeID": 1
                        },
                        {
                          "$ref": "86"
                        }
                      ],
                      "comboPriceGroups": [
                        {
                          "$id": "87",
                          "id": 1,
                          "campaignID": 2,
                          "campaignName": "sample string 3",
                          "g_UID": "zjjz/AWzDEWf/7R2KlkcYg==",
                          "guid": "fcf338ce-b305-450c-9fff-b4762a591c62",
                          "description": "sample string 5",
                          "newPrice": 1,
                          "rangeDescription": "sample string 6",
                          "dealDescription": "sample string 7",
                          "labelQuantity": 8,
                          "hostProductCategoryID": 1,
                          "offerID": 1,
                          "dontUpdatePricePlus": true,
                          "campaign": {
                            "$ref": "52"
                          },
                          "comboPricePlus": [
                            {
                              "$id": "88",
                              "id": 1,
                              "campaignID": 2,
                              "campaignName": "sample string 3",
                              "groupG_UID": "QnXW20fc/kCTuchE/i8AXw==",
                              "groupGuid": "dbd67542-dc47-40fe-93b9-c844fe2f005f",
                              "comboPriceType": 5,
                              "priceType": 5,
                              "pluG_UID": "AXAeIP1JX0iVbJKB5FQUdA==",
                              "pluGuid": "201e7001-49fd-485f-956c-9281e4541474",
                              "priceGroupG_UID": "8MIPWY2gsUeVzapXvwkgjw==",
                              "priceGroupGuid": "590fc2f0-a08d-47b1-95cd-aa57bf09208f",
                              "campaignPoolID": "sample string 7",
                              "quantity": 1,
                              "campaign": {
                                "$ref": "52"
                              },
                              "product": {
                                "$ref": "11"
                              },
                              "priceGroup": {
                                "$ref": "17"
                              },
                              "campaignPool": {
                                "$ref": "52"
                              }
                            },
                            {
                              "$ref": "88"
                            }
                          ]
                        },
                        {
                          "$ref": "87"
                        }
                      ],
                      "priceLevels": [
                        {
                          "$id": "89",
                          "id": 1,
                          "priceLevelIdentifier": "fI5Teerb8UuYEpp/dDLTBg==",
                          "priceLevelIdentifierGuid": "79538e7c-dbea-4bf1-9812-9a7f7432d306",
                          "campaignName": "sample string 3",
                          "priceLevelName": "sample string 4"
                        },
                        {
                          "$ref": "89"
                        }
                      ]
                    },
                    "product": {
                      "$ref": "11"
                    },
                    "dealCost": {
                      "$id": "90",
                      "headerIdentifier": "28lovVM+yk2y7rS5bY673A==",
                      "headerIdentifierGuid": "bd68c9db-3e53-4dca-b2ee-b4b96d8ebbdc",
                      "identifier": "wO2aPP+JC0i5yPgowcLWBA==",
                      "identifierGuid": "3c9aedc0-89ff-480b-b9c8-f828c1c2d604",
                      "supplierIdentifier": "TD0pLKPq0kuOAagdlimYCA==",
                      "supplierGuid": "2c293d4c-eaa3-4bd2-8e01-a81d96299808",
                      "pluG_UID": "n/iY+tI6x0WWJ0yr7CLpGA==",
                      "pluGuid": "fa98f89f-3ad2-45c7-9627-4cabec22e918",
                      "campaignName": "0024a95f-3c2a-46c5-8c9a-b4aac4f16c77",
                      "description": "sample string 4",
                      "cost": 5,
                      "costDecimals": 6,
                      "start": "2025-06-14T07:02:34.7474182",
                      "end": "2025-06-14T07:02:34.7474182",
                      "type": 9,
                      "promoType": 10,
                      "bonusItemPLUG_UID": "94xS87iYCUKxptdhPn3o/g==",
                      "bonusItemPluGuid": "f3528cf7-98b8-4209-b1a6-d7613e7de8fe",
                      "bonusPurchaseUnits": 11,
                      "bonusReceiveUnits": 12,
                      "updated": "2025-06-14T07:02:34.7474182",
                      "metcashPromotionID": "sample string 14",
                      "fromHost": 15,
                      "storeNames": "sample string 16",
                      "storeIDs": [
                        1,
                        2
                      ],
                      "supplierName": "sample string 17",
                      "campaignDescription": "sample string 18",
                      "newPrice": 1,
                      "campaignMetcashPromotionID": "sample string 19",
                      "campaignActive": true,
                      "campaignStartDate": "2025-06-14T07:02:34.7474182",
                      "campaignEndDate": "2025-06-14T07:02:34.7474182",
                      "masterPLUG_UID": "/WXTJcrdSk+i6FatntGf9A==",
                      "masterID": "25d365fd-ddca-4f4a-a2e8-56ad9ed19ff4",
                      "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": "KIquFrgfxkugq122cA8baw==",
                      "bonusMasterID": "16ae8a28-1fb8-4bc6-a0ab-5db6700f1b6b",
                      "bonusProductName": "sample string 34",
                      "bonusProductAPN": "sample string 35",
                      "bonusOrderCode": "sample string 36",
                      "bonusNormalSell": 37,
                      "bonusNormalCost": 38,
                      "bonusNormalCostDecimals": 39,
                      "bonusCartonQuantity": 40,
                      "bonusSalesMode": 41,
                      "bonusOrderPacked": 42,
                      "bonusFuelItem": true,
                      "bonusActive": true
                    }
                  },
                  "currentCostStart": "2025-06-14T07:02:34.7474182",
                  "dealCosts": [
                    {
                      "$ref": "90"
                    },
                    {
                      "$ref": "90"
                    }
                  ],
                  "tags": [
                    {
                      "$id": "91",
                      "pluG_UID": "H3I/fGLvZ0OBuaR7gAqcdA==",
                      "pluGuid": "7c3f721f-ef62-4367-81b9-a47b800a9c74",
                      "tagID": 1,
                      "description": "sample string 1",
                      "storeIDs": [
                        1,
                        2
                      ]
                    },
                    {
                      "$ref": "91"
                    }
                  ],
                  "alternateProductG_UID": "2MKl62EHi0Sh/oWradAnEw==",
                  "alternateProduct": "eba5c2d8-0761-448b-a1fe-85ab69d02713",
                  "productHostCode": {
                    "$id": "92",
                    "id": 1,
                    "pluG_UID": "clGzoxUR/0WfXQ/AatNHRA==",
                    "pluGuid": "a3b35172-1115-45ff-9f5d-0fc06ad34744",
                    "ibaCode": "sample string 2"
                  },
                  "mscCat": {
                    "$ref": "46"
                  },
                  "mscCom": {
                    "$ref": "47"
                  },
                  "mscDep": {
                    "$ref": "49"
                  },
                  "mscSubCom": {
                    "$ref": "48"
                  },
                  "isUserUpdate": true,
                  "ignoreMasterProduct": true,
                  "priceGroupLabelRequested": true,
                  "firstSold": "2025-06-14T07:02:34.7474182",
                  "inventoryTracked": "2025-06-14T07:02:34.7474182",
                  "isNormalPriceChangesCampaign": true
                },
                "supplier": {
                  "$ref": "6"
                },
                "serviceFee": {
                  "$id": "93",
                  "id": 1,
                  "description": "sample string 1",
                  "fee": 1
                },
                "isPrimaryHost": true,
                "hostVendor": 46
              },
              {
                "$ref": "9"
              }
            ],
            "orderCycleHeaders": [
              {
                "$id": "94",
                "storeID": 1,
                "supplierIdentifier": "cSbL64Xz5U6lrgEtrXbakg==",
                "supplierGuid": "ebcb2671-f385-4ee5-a5ae-012dad76da92",
                "departmentCode": "sample string 2",
                "warehouseDirectIndicator": "sample string 3",
                "type": 4,
                "storeName": "sample string 5",
                "departmentName": "sample string 6",
                "orderDays": 7
              },
              {
                "$ref": "94"
              }
            ],
            "cycles": [
              {
                "$id": "95",
                "storeID": 1,
                "supplierIdentifier": "tg/2uOTtBUm0N/LGRPWe3g==",
                "supplierGuid": "b8f60fb6-ede4-4905-b437-f2c644f59ede",
                "departmentCode": "sample string 2",
                "warehouseDirectIndicator": "sample string 3",
                "type": 4,
                "cutOffWeek": 5,
                "cutOffDay": 6,
                "cutOffTime": "00:00:00.1234567",
                "leadTime": 7,
                "daysBuffer": 8,
                "supplierName": "sample string 9",
                "cutOffDate": "2025-06-14T07:02:34.7474182",
                "deliveryDate": "2025-06-14T07:02:34.7474182",
                "nextCutOffDate": "2025-06-14T07:02:34.7474182",
                "nextDeliveryDate": "2025-06-14T07:02:34.7474182",
                "nextDaysBuffer": 10
              },
              {
                "$ref": "95"
              }
            ],
            "store": {
              "$ref": "2"
            },
            "updated": "2025-06-14T07:02:34.7474182",
            "isHost": true
          },
          "files": [
            {
              "$id": "96",
              "id": "sample string 1",
              "fileName": "sample string 2",
              "extension": "sample string 3",
              "provider": 0,
              "type": 0,
              "hostType": "sample string 4",
              "createdUtc": "2025-06-14T07:02:34.7474182",
              "processed": "2025-06-14T07:02:34.7474182",
              "isProcessing": true,
              "processedCount": 6,
              "processingTime": 1,
              "collectedUtc": "2025-06-14T07:02:34.7474182",
              "size": 1,
              "sizeFormat": "sample string 7",
              "isArchive": true,
              "version": "sample string 9",
              "reference": "sample string 10",
              "digest": "sample string 11",
              "contentType": "sample string 12",
              "host": {
                "$ref": "5"
              },
              "metcashHeader": {
                "$id": "97",
                "customerNumber": "sample string 1",
                "creationDate": "2025-06-14T07:02:34.7474182",
                "businessPillar": "sample string 3",
                "fileType": "sample string 4"
              }
            },
            {
              "$ref": "96"
            }
          ],
          "zoneMatrix": [
            {
              "$id": "98",
              "id": 1,
              "hostIdentifier": "36xa7KwrGEe99BvYOSibMQ==",
              "hostIdentifierGuid": "ec5aacdf-2bac-4718-bdf4-1bd839289b31",
              "storeID": 1,
              "departmentCode": "sample string 2",
              "hostGuids": [
                "0897f9dd-9074-4659-9bb7-eff4b7218e63",
                "4a39a9dd-ab61-4cfd-b39a-5428f8295901"
              ]
            },
            {
              "$ref": "98"
            }
          ],
          "hostFileStoreSetting": {
            "$ref": "4"
          },
          "hostStoreSettings": [
            {
              "$ref": "4"
            },
            {
              "$ref": "4"
            }
          ],
          "promotionPlacements": [
            {
              "$id": "99",
              "identifier": "uFDIaUE2U0OpuN64igBcNQ==",
              "identifierGuid": "69c850b8-3641-4353-a9b8-deb88a005c35",
              "code": "sample string 2",
              "description": "sample string 3",
              "isAdvertised": true
            },
            {
              "$ref": "99"
            }
          ],
          "promoTypeGuids": [
            "7aa3492b-fdcb-493b-acc8-6508125ded54",
            "1a79225d-4361-4363-8753-90b02a36d9e4"
          ],
          "isPromotionOnly": false,
          "isOrderable": false,
          "vendor": 0
        },
        "groupIDs": [
          1,
          2
        ],
        "hostDescription": "sample string 24"
      },
      {
        "$ref": "4"
      }
    ],
    "accounts": [
      {
        "$id": "100",
        "id": 1,
        "storeID": 1,
        "accountName": "sample string 2",
        "bsb": "sample string 3",
        "accountNumber": "sample string 4",
        "accountDesignated": true
      },
      {
        "$ref": "100"
      }
    ],
    "sales": [
      {
        "$id": "101",
        "id": 1,
        "storeID": 1,
        "externalSalesType": 2,
        "ftpSiteID": 1,
        "lastSaleProcessed": "2025-06-14T07:02:34.7474182",
        "ftpSite": {
          "$id": "102",
          "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": "101"
      }
    ],
    "zoneMatrix": [
      {
        "$ref": "98"
      },
      {
        "$ref": "98"
      }
    ],
    "cashManagements": [
      {
        "$id": "103",
        "id": 1,
        "storeID": 1,
        "cashManagementType": 2,
        "apiID": 1,
        "organisationID": "sample string 3",
        "siteName": "sample string 4",
        "thirdPartyAPI": {
          "$id": "104",
          "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": "103"
      }
    ],
    "updateStoreID": "b77df707-c510-402f-9520-7bf260864008",
    "updateStore": {
      "$id": "105",
      "id": "f7712264-3bd5-4d69-bf01-61734a1ccc10",
      "name": "sample string 1",
      "lastActivity": "2025-06-14T07:02:34.7474182",
      "zone": "sample string 2",
      "timeZoneOffset": 0.0,
      "businessHoursStart": "00:00:00.1234567",
      "businessHoursEnd": "00:00:00.1234567",
      "master": true,
      "lastIP": "sample string 10",
      "lastHostName": "sample string 11",
      "ping": 1,
      "pingStatus": "sample string 12",
      "lastUpdateCompleted": "2025-06-14T07:02:34.7474182"
    },
    "timeZoneId": "sample string 53",
    "securityOptions": {
      "$id": "106",
      "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"
    }
  },
  "hostSettings": {
    "$ref": "4"
  },
  "supplier": {
    "$ref": "6"
  },
  "transportCompany": {
    "$id": "107",
    "identifier": "IojwMZ3KH0WwxSiZZM1yNw==",
    "identifierGuid": "31f08822-ca9d-451f-b0c5-289964cd7237",
    "companyName": "sample string 1",
    "abn": "sample string 2",
    "address1": "sample string 3",
    "address2": "sample string 4",
    "telephone": "sample string 5",
    "primaryContactGuid": "HELipGtwzUav1ubveMYg4g==",
    "primaryContactID": "a4e2421c-706b-46cd-afd6-e6ef78c620e2",
    "primaryContact": {
      "$ref": "7"
    }
  },
  "productFilter": {
    "$id": "108",
    "utcOffset": 1.1,
    "matches": [
      {
        "$id": "109",
        "matchFilterType": 1,
        "match": {
          "$id": "110"
        },
        "matchMode": true,
        "matchDecimal": 3.1,
        "matchList": [
          {
            "$id": "111"
          },
          {
            "$id": "112"
          }
        ],
        "matchCompare": 0,
        "matchStringCompare": 0,
        "matchJoin": 1,
        "subDepartmentMatch": {
          "$id": "113"
        },
        "minorDepartmentMatch": {
          "$id": "114"
        },
        "lesserDepartmentMatch": {
          "$id": "115"
        }
      },
      {
        "$ref": "109"
      }
    ]
  }
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

application/vnd.openxmlformats-officedocument.spreadsheetml.sheet

Sample:
PKQ8�Z5�a�5xl/workbook.xml �(����� ��&�����jC{�ū��%-?L}|)M�x�3;������im�>z0��5�bt!�w�Y�Y&����$��X)���ɡ(J�a`QY:��i�����D��f�f��f�A�N�
Ɛe2�����"�)�a�EV�0
5nYde�&j���W*
w��˙���|��W�
�d��|PKQ8�Z����	�[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
Q8�Z�E��''_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="R5e725d7a2c4f4319" /></Relationships>PKQ8�Z0b�z�xl/worksheets/sheet1.xml �(����R�H�_����g��RJH6$dC·;/�+آ$��;Kju1�o�������uϘ���ד�EU����Tfb:)6��b��y<�m��rӧ'Gwe��^E3	�M��:�.����lV_.����ʛb�]��zބ?�����juY�����b��@3���y�����zz��1�ꛪ�/��������fzr�X����'Uqu<�������Q���*�����v+����g��h����e��E5YW����Cy��X�\6�%��\��u�s�^m��N��?��բY�O�i�F)%���N'��uS����,�񰋇}<���V*�p<��[2�������j��׻x�ū�j��T�8g��x��7�x�|0N{����vo��3!�V+�MĻ]�;p�~���"$��P`���{;}&�0�Z;�'��~��h@c��ۓ?��w��T�##z�P�d�O�3R�Q΁Ht���I{h
@�"s�h�X��A�c�l	Ra�G�S3(2b0��tJ`x��%|�� <���7	]p��a/�I�E�X��2.ơLe�LB�$�LXE�F-�Id�LB�I����"T�'2D&��!2	=&ef���0���]D&��3(g��Z���$�Ag)-@��02����氼��K�x��ĎI��l�B��2E5F&�7m��^�v:�T
���$&A
ZX'ݍ�IT�I��]Ha襔��!2��2��I�}�\���o0�!2���lϪpWPFx��#��1��i�:���AE&UǤҙ['0�K��AE&��� ���ux!	&UdRuL�p_��*�	G�'���[�K�鼙�U�ݤj���Oy�X�W�pۭ�%���8�������
9T<+`�8+p�x1V����X�����
3T�+�Pq6V����Xᇊ7�c��sFB\}�H���0��;FB��`$�����X���o?2b�'FB����F���H��_	q�#!�~g$������3M�ޜiC ��\#�s��8�3͈��iG$�LC"19gZ��9ӔHlΙ�D�3ӘH}f:��Lk"���M�>3ͩ��Lw���Y����T�q1�#!�?������������l������t�3:�	��������}i�V���7LiDr�OB�~;X�|&5�#![�x`���pM���HH��i�>1Y��s:�&��k:�7&A�;#!H�`$t�p�I�י�I��iz�9ӌ��a�Q�iǵ#���C'��Xc�D|�h�����{?g4��y�h���4��'ӕ��q�h:�'��w�_�EQ�,˦�����_�'�PKQ8�Z�x���Pxl/_rels/workbook.xml.rels �(���KN�0@�b͞8i�O��ݰa[z��Q۲]�gc���V� �X��j4��'�|�l�o�D^Їњ�,�FX9���sT-�w�N<���GHZ1���P�ƙ��:4����yL�������<��_2�I���!Z�F��V�g4�0}��4br�~���O)�k(�D�$;8�Z���u-U�0/�л��x�0�z}��x�c��e�YҺ����s���K�ey�VUe��e��U�ڢ��ћ��}PKQ8�ZЃ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��PKQ8�Z2�����xl/sharedStrings.xml �(��XYo�6~����+[�� ��G��N�u�Z�"�X]YTI*o���!}De{�<D���99��Ƿu�y�\d�v�����3�/���ӝw;B����t��P��|��Bv@���J���xE�H�XI@R��H�'鋒SDĊR����m��5ʊn����nF�"����Ld7����BfiF�u_�\���|�2�D'`R�S��(?��7�´6ᬸ}G�
�ytJ�Y)[gH�/�)r�v�S��Mh�e�jP9�|
�L�F4��d��O��3G~`�j�8R5�@\f��	�6e��p�޲*��z:�&G[|fB��q��Ƀ��(��.Q�9��4g��9��'�Fcl�%EU.狙�l]�t�ui�E�J�\��զ	.8#�wY.�E�[�;��V�e��b�q[�巬,Ͷ�U���
�TB�5��:9]m�ͤ��h�m���RBy�ݳ3x���xJ7B�uo���Ͽ�`9!���`�,߳]+��Ԋ�(�6�B���@�4`ns�㜇��g�Z!;����yxp���7HS?
-��;8���
-8������D7Nd
��X��R�Il�A����asl'
7�b��j
ҁo�4�i��qvg��
��E�EN��G��	���&�s�
b������9���l8���r.��5򥛮�o����ΰ����s��÷�/EZ���T��Q�
~�23_ˁ��f��[u
Y�`�1�PAw��"���P��!jptPC]ulO2�1!��R�]nb�So��AZ�(�0�"�C5�9�ZZ�Y
�a���=u�r*v�;�o#�P�
g��
	z�W�����!r(���l��y�XsF��I�:�n?�1�;>l�nЉ�l���;��Nxje�q�b���F��C��jZV��p�Ͳ��q��'�H���U|�6�/x��d��*&�e/E��(�R�j`+�%45�3�Д��3��l���5�Z
����:LG��ɡ6�JߋYG0
��Yv�%Id#P�^xׇ��]C���j/ں׍�,$�wƉ�2�V4�+B�8[� ~��c%��V�Zd9{Ͷ��9�Щsz�1���z^�֩3{����;wkҼmRY*�C=��x�
�ؼ��h�^k���-�בx���j]��Ԣ`������f�r�}�
��PE���<��*�#�\T��~�C��(m��w\�Ѻ%�8��7�z(ڼw����H�m�w2�H�S��	�>�@ݔ��3��*�懰��i&�����/���璨p��ez|�ɸ뤢��C���짏�r@W�q����9���!��ސ����\�j����
h�[�0G��Q�]�UuQg�f�nm�ר*���8������u������7���w;���k:�V��\�a:��(���>�.��_�ױ�8r��7 ��Cc7i��%���qO�k�?㨣�զ�V���A��O��4}�j��ϭ���PK-Q8�Z5�a�5xl/workbook.xmlPK-Q8�Z����	�[Content_Types].xmlPK-
Q8�Z�E��''V_rels/.relsPK-Q8�Z0b�z��xl/worksheets/sheet1.xmlPK-Q8�Z�x���P-	xl/_rels/workbook.xml.relsPK-Q8�ZЃc'2E
t
xl/styles.xmlPK-Q8�Z2������xl/sharedStrings.xmlPK�

application/vnd.ms-excel

Sample:
PKQ8�Z��#�5xl/workbook.xml �(�����0��&�C���!	p��Ճ�
�m�?ik��-%�x�3;��ԋq�Ә	}Ԭ}�,B�!����:�F�Q�1�({�L�V�a���̃4�i=�h���u�/��7��R��|B�^�=$,>�h�uW�-D~Su�I!�4��c�����#W�8܋+�C^Ғ�"�Y�������PKQ8�Z����	�[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
Q8�Z��c�''_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="R9388ea67ee744967" /></Relationships>PKQ8�Z0b�z�xl/worksheets/sheet1.xml �(����R�H�_����g��RJH6$dC·;/�+آ$��;Kju1�o�������uϘ���ד�EU����Tfb:)6��b��y<�m��rӧ'Gwe��^E3	�M��:�.����lV_.����ʛb�]��zބ?�����juY�����b��@3���y�����zz��1�ꛪ�/��������fzr�X����'Uqu<�������Q���*�����v+����g��h����e��E5YW����Cy��X�\6�%��\��u�s�^m��N��?��բY�O�i�F)%���N'��uS����,�񰋇}<���V*�p<��[2�������j��׻x�ū�j��T�8g��x��7�x�|0N{����vo��3!�V+�MĻ]�;p�~���"$��P`���{;}&�0�Z;�'��~��h@c��ۓ?��w��T�##z�P�d�O�3R�Q΁Ht���I{h
@�"s�h�X��A�c�l	Ra�G�S3(2b0��tJ`x��%|�� <���7	]p��a/�I�E�X��2.ơLe�LB�$�LXE�F-�Id�LB�I����"T�'2D&��!2	=&ef���0���]D&��3(g��Z���$�Ag)-@��02����氼��K�x��ĎI��l�B��2E5F&�7m��^�v:�T
���$&A
ZX'ݍ�IT�I��]Ha襔��!2��2��I�}�\���o0�!2���lϪpWPFx��#��1��i�:���AE&UǤҙ['0�K��AE&��� ���ux!	&UdRuL�p_��*�	G�'���[�K�鼙�U�ݤj���Oy�X�W�pۭ�%���8�������
9T<+`�8+p�x1V����X�����
3T�+�Pq6V����Xᇊ7�c��sFB\}�H���0��;FB��`$�����X���o?2b�'FB����F���H��_	q�#!�~g$������3M�ޜiC ��\#�s��8�3͈��iG$�LC"19gZ��9ӔHlΙ�D�3ӘH}f:��Lk"���M�>3ͩ��Lw���Y����T�q1�#!�?������������l������t�3:�	��������}i�V���7LiDr�OB�~;X�|&5�#![�x`���pM���HH��i�>1Y��s:�&��k:�7&A�;#!H�`$t�p�I�י�I��iz�9ӌ��a�Q�iǵ#���C'��Xc�D|�h�����{?g4��y�h���4��'ӕ��q�h:�'��w�_�EQ�,˦�����_�'�PKQ8�Z/�`��Pxl/_rels/workbook.xml.rels �(���Kn�0@�b;�cLb�
�n)p�q�ؑmh9[=R�P�Jm����h~OO��|����Ɓ\Ї��
�A�]�۶�s4Ov���D��)��bC]�ӚҠ;U�܄6u��)�-��>�)g��~΀{&9^'���k�;}��?����S�#���-�
~J��B�%*�禂C���I��r	�>L-�����;�ɔRԺ(��b!������%�t�Ӽ<S[.7�B��)������PKQ8�ZЃ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��PKQ8�Z2�����xl/sharedStrings.xml �(��XYo�6~����+[�� ��G��N�u�Z�"�X]YTI*o���!}De{�<D���99��Ƿu�y�\d�v�����3�/���ӝw;B����t��P��|��Bv@���J���xE�H�XI@R��H�'鋒SDĊR����m��5ʊn����nF�"����Ld7����BfiF�u_�\���|�2�D'`R�S��(?��7�´6ᬸ}G�
�ytJ�Y)[gH�/�)r�v�S��Mh�e�jP9�|
�L�F4��d��O��3G~`�j�8R5�@\f��	�6e��p�޲*��z:�&G[|fB��q��Ƀ��(��.Q�9��4g��9��'�Fcl�%EU.狙�l]�t�ui�E�J�\��զ	.8#�wY.�E�[�;��V�e��b�q[�巬,Ͷ�U���
�TB�5��:9]m�ͤ��h�m���RBy�ݳ3x���xJ7B�uo���Ͽ�`9!���`�,߳]+��Ԋ�(�6�B���@�4`ns�㜇��g�Z!;����yxp���7HS?
-��;8���
-8������D7Nd
��X��R�Il�A����asl'
7�b��j
ҁo�4�i��qvg��
��E�EN��G��	���&�s�
b������9���l8���r.��5򥛮�o����ΰ����s��÷�/EZ���T��Q�
~�23_ˁ��f��[u
Y�`�1�PAw��"���P��!jptPC]ulO2�1!��R�]nb�So��AZ�(�0�"�C5�9�ZZ�Y
�a���=u�r*v�;�o#�P�
g��
	z�W�����!r(���l��y�XsF��I�:�n?�1�;>l�nЉ�l���;��Nxje�q�b���F��C��jZV��p�Ͳ��q��'�H���U|�6�/x��d��*&�e/E��(�R�j`+�%45�3�Д��3��l���5�Z
����:LG��ɡ6�JߋYG0
��Yv�%Id#P�^xׇ��]C���j/ں׍�,$�wƉ�2�V4�+B�8[� ~��c%��V�Zd9{Ͷ��9�Щsz�1���z^�֩3{����;wkҼmRY*�C=��x�
�ؼ��h�^k���-�בx���j]��Ԣ`������f�r�}�
��PE���<��*�#�\T��~�C��(m��w\�Ѻ%�8��7�z(ڼw����H�m�w2�H�S��	�>�@ݔ��3��*�懰��i&�����/���璨p��ez|�ɸ뤢��C���짏�r@W�q����9���!��ސ����\�j����
h�[�0G��Q�]�UuQg�f�nm�ר*���8������u������7���w;���k:�V��\�a:��(���>�.��_�ױ�8r��7 ��Cc7i��%���qO�k�?㨣�զ�V���A��O��4}�j��ϭ���PK-Q8�Z��#�5xl/workbook.xmlPK-Q8�Z����	�[Content_Types].xmlPK-
Q8�Z��c�''V_rels/.relsPK-Q8�Z0b�z��xl/worksheets/sheet1.xmlPK-Q8�Z/�`��P-	xl/_rels/workbook.xml.relsPK-Q8�ZЃc'2E
t
xl/styles.xmlPK-Q8�Z2������xl/sharedStrings.xmlPK�