PUT api/scheduledOrder/{id}

Update a scheduled order

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

Scheduled order identifier

globally unique identifier

Required

Body Parameters

Scheduled order to be saved

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.

Request Formats

application/json, text/json

Sample:
{
  "identifier": "paykfAOlnEG9mYgBSIQzFg==",
  "identifierGuid": "7ca4aca5-a503-419c-bd99-880148843316",
  "created": "2025-06-14T06:39:11.8043904",
  "createdLocal": "2025-06-14T06:39:11.8043904",
  "createdByUser": "sample string 1",
  "cronExpression": "sample string 2",
  "cronExpressionDescription": "sample string 3",
  "lastRun": "2025-06-14T06:39:11.8043904",
  "lastRunLocal": "2025-06-14T06:39:11.8043904",
  "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": "WeRvvNffmUitXVlNtDO2yA==",
  "supplierIdentifierGuid": "bc6fe459-dfd7-4899-ad5d-594db433b6c8",
  "hostIdentifier": "hHyMibIHwkGGlk2b69w2Hw==",
  "hostIdentifierGuid": "898c7c84-07b2-41c2-8696-4d9bebdc361f",
  "transportCompanyIdentifier": "ThgRouUGMkKMITz+rqNxmw==",
  "transportCompanyIdentifierGuid": "a211184e-06e5-4232-8c21-3cfeaea3719b",
  "mailTo": "sample string 11",
  "mailBcc": "sample string 12",
  "defaultMPL": true,
  "simpleAWS": true,
  "investmentBuy": true,
  "productFilterIdentifier": "EANnVtL1t0eYnGFLd4mzfg==",
  "productFilterIdentifierGuid": "56670310-f5d2-47b7-989c-614b7789b37e",
  "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-14T06:39:11.8043904",
    "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": "fgKwh6uWhk2IlND6pdgFsw==",
    "hostIdentifierGuid": "87b0027e-96ab-4d86-8894-d0faa5d805b3",
    "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-14T06:39:11.8043904",
    "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": "JJpSGLn0uEqiqoaRdmh9Ig==",
        "hostIdentifierGuid": "18529a24-f4b9-4ab8-a2aa-869176687d22",
        "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": "OdBSp27RekS2qvlo8JoUPw==",
          "identifierGuid": "a752d039-d16e-447a-b6aa-f968f09a143f",
          "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": "pHxzPr1Qhk+31M4LvIHsrw==",
          "hostSupplierIdentifierGuid": "3e737ca4-50bd-4f86-b7d4-ce0bbc81ecaf",
          "loyaltyPriceLevelIdentifier": "tHKOsnca5UmYd8XRanAbOA==",
          "loyaltyPriceLevelIdentifierGuid": "b28e72b4-1a77-49e5-9877-c5d16a701b38",
          "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-14T06:39:11.8199937",
          "lastProcessed": "2025-06-14T06:39:11.8199937",
          "hold": true,
          "supplierName": "sample string 35",
          "supplier": {
            "$id": "6",
            "identifier": "gXauxUdFMUu1wRNSIJSPlA==",
            "identifierGuid": "c5ae7681-4547-4b31-b5c1-135220948f94",
            "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": "0UkQj73KKEWarHrRl26a5Q==",
            "primaryContactID": "8f1049d1-cabd-4528-9aac-7ad1976e9ae5",
            "storeID": 1,
            "abn": "sample string 16",
            "supplierGroupIdentifier": "1u88O1qL+0SZffe1sLnNGA==",
            "supplierGroupGuid": "3b3cefd6-8b5a-44fb-997d-f7b5b0b9cd18",
            "rebate": 1.0,
            "rebateType": 1,
            "rebateFrequency": 1,
            "rebateSource": 1,
            "rebateLastClaimed": "2025-06-14T06:39:11.8199937",
            "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": "f360e65e-158c-477e-aa7c-60fec77e2b74",
              "identifier": "OOTxfCBa0UCWYLXKNwJfNw==",
              "identifierGuid": "7cf1e438-5a20-40d1-9660-b5ca37025f37",
              "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": "7TSvny7XFU+uE4KNKLJ98A==",
                "supplierIdentifierGuid": "9faf34ed-d72e-4f15-ae13-828d28b27df0",
                "contactGuid": "mkWWqNxtvEqvAFHhVco/ww==",
                "contactID": "a896459a-6ddc-4abc-af00-51e155ca3fc3",
                "contact": {
                  "$ref": "7"
                },
                "supplier": {
                  "$ref": "6"
                }
              },
              {
                "$ref": "8"
              }
            ],
            "products": [
              {
                "$id": "9",
                "pluG_UID": "IVhXPIsxw0WkUstCeY8hyA==",
                "pluGuid": "3c575821-318b-45c3-a452-cb42798f21c8",
                "supplierIdentifier": "nMY/fhkCWk6JwG3bL1alaA==",
                "supplierIdentifierGuid": "7e3fc69c-0219-4e5a-89c0-6ddb2f56a568",
                "cartonQuantity": 1,
                "cartonQuantityChanged": true,
                "productSize": "sample string 2",
                "cigarettesPerSleeve": 1,
                "randomWeight": true,
                "piecesPerUnit": 4,
                "averagePackSize": 5,
                "effectiveDate": "2025-06-14T06:39:11.8199937",
                "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-14T06:39:11.8199937",
                "rebate": 1.0,
                "rebateExclude": true,
                "invoiceCodes": [
                  {
                    "$id": "10",
                    "pluG_UID": "A45NUeCMF0K2Hf0849lcAg==",
                    "pluGuid": "514d8e03-8ce0-4217-b61d-fd3ce3d95c02",
                    "supplierIdentifier": "MRkvr9AE3UevVCYKgivOog==",
                    "supplierIdentifierGuid": "af2f1931-04d0-47dd-af54-260a822bcea2",
                    "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": "k2Jg3ELxJEGyBHTAXF1tBQ==",
                "parentPluGuid": "dc606293-f142-4124-b204-74c05c5d6d05",
                "freight": 44.0,
                "freightType": 1,
                "product": {
                  "$id": "11",
                  "plu": 1,
                  "storeID": 1,
                  "masterPluG_UID": "QEA=",
                  "storeIDs": [
                    1,
                    2
                  ],
                  "g_UId": "oCUj5xWEsk2xF1Z04LMUnA==",
                  "guid": "e72325a0-8415-4db2-b117-5674e0b3149c",
                  "apn": "sample string 1",
                  "apnChanged": true,
                  "apnSwitched": true,
                  "barcode": "sample string 4",
                  "itemNumber": "sample string 5",
                  "itemNumberChanged": true,
                  "priceGroupG_UID": "8rZiA9hxFU++TdiK+l+CdQ==",
                  "priceGroupGuid": "0362b6f2-71d8-4f15-be4d-d88afa5f8275",
                  "blueprintID": 1,
                  "lastCountedDate": "2025-06-14T06:39:11.8199937",
                  "externalID": "sample string 7",
                  "active": true,
                  "activated": "2025-06-14T06:39:11.8199937",
                  "pluCreated": "2025-06-14T06:39:11.8199937",
                  "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-14T06:39:11.8199937",
                  "lastManualUpdate": "2025-06-14T06:39:11.8199937",
                  "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-14T06:39:11.8199937",
                  "currentCostUpdated": "2025-06-14T06:39:11.8199937",
                  "costDecimals": 31,
                  "costChanged": true,
                  "dealCostIdentifier": "QEA=",
                  "excludeFromRebate": true,
                  "rebateOverride": 1,
                  "costCalcMethod": 1,
                  "costCalcMethodChanged": true,
                  "costEffectiveDate": "2025-06-14T06:39:11.8199937",
                  "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-14T06:39:11.8199937",
                  "posTare": 1,
                  "altPrice": 1.0,
                  "altPriceChanged": true,
                  "altPriceMode": 52,
                  "altPriceModeChanged": true,
                  "altPLUG_UID": "8qaZXFwvz0yjVuIC30vdeA==",
                  "altPLUGuid": "5c99a6f2-2f5c-4ccf-a356-e202df4bdd78",
                  "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-14T06:39:11.8199937",
                  "labelLastPrice": 1,
                  "shelfPageLayoutG_UID": "IJVx4DDp1Ua+KTVC/GfvTw==",
                  "shelfPageLayoutGuid": "e0719520-e930-46d5-be29-3542fc67ef4f",
                  "talkerPageLayoutG_UID": "kE6+Vp33SE6y/DhaFwYE9Q==",
                  "talkerPageLayoutGuid": "56be4e90-f79d-4e48-b2fc-385a170604f5",
                  "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": "DH5C1d/aIEqeS9tkdzJUKw==",
                  "inventoryIdentifier": "d5427e0c-dadf-4a20-9e4b-db647732542b",
                  "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": "ThA/JkrAkEKhGRpxPMZf8w==",
                  "parentPluGuid": "263f104e-c04a-4290-a119-1a713cc65ff3",
                  "preferredHostVendor": 103,
                  "preferredHostChanged": true,
                  "code": "sample string 105",
                  "supplierIdentifier": "/kcQn3gOKkuikJFnJWbhnA==",
                  "supplierIdentifierGuid": "9f1047fe-0e78-4b2a-a290-91672566e19c",
                  "supplierChanged": true,
                  "rebateSupplierIdentifier": "DazUDIjblkGRiYRf9w/FwQ==",
                  "rebateSupplierIdentifierGuid": "0cd4ac0d-db88-4196-9189-845ff70fc5c1",
                  "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-14T06:39:11.8199937",
                  "commodity": "sample string 120",
                  "businessPillar": "sample string 121",
                  "mscCommodity": "sample string 122",
                  "hostIdentifier": "QYFsq3UAyUGBb5uDIcn+Gg==",
                  "hostIdentifierGuid": "ab6c8141-0075-41c9-816f-9b8321c9fe1a",
                  "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": "7B+QZAdfcES/cXqJbRhFcQ==",
                      "pluGuid": "64901fec-5f07-4470-bf71-7a896d184571",
                      "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-14T06:39:11.8199937"
                    },
                    {
                      "$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-14T06:39:11.8199937",
                      "priceChangeType": 0,
                      "costDecimals": 10
                    },
                    "normalPluPrices": {
                      "$ref": "14"
                    },
                    "winningCampaign": 1,
                    "winner": {
                      "$id": "15",
                      "campaignName": "sample string 1",
                      "campaignDescription": "sample string 2",
                      "startDate": "2025-06-14T06:39:11.8199937",
                      "startTime": 3,
                      "endDate": "2025-06-14T06:39:11.8199937",
                      "endTime": 4,
                      "newPrice": 5,
                      "newCost": 6,
                      "newCostDecimals": 7,
                      "pctDiscount": 8,
                      "promoType": 1,
                      "promotionTypeCode": "sample string 9",
                      "hostType": 10,
                      "hostIdentifier": "Ljw6cJor00aXLN7v4+U+xg==",
                      "hostIdentifierGuid": "703a3c2e-2b9a-46d3-972c-deefe3e53ec6",
                      "storeNames": [
                        "sample string 1",
                        "sample string 2"
                      ]
                    },
                    "details": [
                      {
                        "$ref": "15"
                      },
                      {
                        "$ref": "15"
                      }
                    ]
                  },
                  "tray": {
                    "$id": "16",
                    "g_UId": "G0Ofikj4G06FxaU5UH5vOA==",
                    "guid": "8a9f431b-f848-4e1b-85c5-a539507e6f38",
                    "name": "sample string 1",
                    "number": 1,
                    "tare": 1
                  },
                  "priceGroup": {
                    "$id": "17",
                    "priceGroupG_UID": "1owHcun/BkO7uK3Lhgo4ig==",
                    "priceGroupGuid": "72078cd6-ffe9-4306-bbb8-adcb860a388a",
                    "name": "sample string 2",
                    "code": 1,
                    "modified": true,
                    "updated": "2025-06-14T06:39:11.8199937",
                    "buyingLimit": 1,
                    "buyingLimitIndependent": true,
                    "buyingLimitType": 0,
                    "number": 1,
                    "products": [
                      {
                        "$ref": "11"
                      },
                      {
                        "$ref": "11"
                      }
                    ],
                    "productCount": 1
                  },
                  "priceGroupName": "sample string 145",
                  "nutrifacts": {
                    "$id": "18",
                    "pluG_UID": "PXHIyQqQu0KsytdqjOz6Aw==",
                    "pluGuid": "c9c8713d-900a-42bb-acca-d76a8cecfa03",
                    "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": "ed4bd551-ac97-4be6-9129-73e15750dbf1",
                    "created": "2025-06-14T06:39:11.8199937",
                    "createdByUser": "sample string 1",
                    "activated": "2025-06-14T06:39:11.8199937",
                    "deactivated": "2025-06-14T06:39:11.8199937",
                    "lastOrdered": "2025-06-14T06:39:11.8199937",
                    "lastOrderedQty": 2.0,
                    "lastReceived": "2025-06-14T06:39:11.8199937",
                    "lastReceivedQty": 3.0,
                    "lastInvoiceStatus": 1,
                    "lastCounted": "2025-06-14T06:39:11.8199937",
                    "lastSold": "2025-06-14T06:39:11.8199937",
                    "firstSold": "2025-06-14T06:39:11.8199937",
                    "awsUpdated": "2025-06-14T06:39:11.8199937",
                    "lastManualUpdate": "2025-06-14T06:39:11.8199937",
                    "lastManualUpdatedByUser": "sample string 5",
                    "lastUpdated": "2025-06-14T06:39:11.8199937",
                    "lastUpdatedByUser": "sample string 7",
                    "lastUpdatedByHost": "2025-06-14T06:39:11.8199937",
                    "doNotRangeUpdated": "2025-06-14T06:39:11.8199937",
                    "doNotOrderUpdated": "2025-06-14T06:39:11.8199937",
                    "tracked": "2025-06-14T06:39:11.8199937"
                  },
                  "allergens": [
                    {
                      "$id": "20",
                      "allergenID": 1,
                      "pluG_UID": "x1BsPu6N9E6uY49DLk986w==",
                      "pluGuid": "3e6c50c7-8dee-4ef4-ae63-8f432e4f7ceb",
                      "contains": 2,
                      "allergenName": "sample string 3",
                      "storeIDs": [
                        1,
                        2
                      ]
                    },
                    {
                      "$ref": "20"
                    }
                  ],
                  "costs": {
                    "$id": "21",
                    "pluG_UID": "KdcME+20SUSKoleaHKgENw==",
                    "pluGuid": "130cd729-b4ed-4449-8aa2-579a1ca80437",
                    "enteredCost": 1,
                    "weightedAvgCost": 1,
                    "lastCost": 1,
                    "rawEnteredCost": 2,
                    "rawWeightedAvgCost": 3,
                    "rawLastCost": 4,
                    "freight": 5.0,
                    "freightType": 6,
                    "costDecimals": 7,
                    "fifoCost": 1,
                    "updated": "2025-06-14T06:39:11.8199937",
                    "normalCost": 1,
                    "currentCost": 1
                  },
                  "sales": [
                    {
                      "$id": "22",
                      "saleHeaderID": 1,
                      "created": "2025-06-14T06:39:11.8199937",
                      "createdLocal": "2025-06-14T06:39:11.8199937",
                      "storeID": 3,
                      "storeName": "sample string 4",
                      "operatorG_Uid": "FHWAhkWwrkqY0CQpQ6Tvag==",
                      "operatorGuid": "86807514-b045-4aae-98d0-242943a4ef6a",
                      "operatorName": "sample string 5",
                      "tranType": 1,
                      "plu": 1,
                      "pluG_UId": "zEpYBZaO10WX7oqkeCWOmg==",
                      "pluGuid": "05584acc-8e96-45d7-97ee-8aa478258e9a",
                      "normalPrice": 1,
                      "totalCents": 1,
                      "cost": 1,
                      "grossProfit": 1,
                      "quantity": 1,
                      "operator": {
                        "$id": "23",
                        "id": 1,
                        "g_Uid": "Q3BcSAd7Zk6yuuRbTVPBnQ==",
                        "guid": "485c7043-7b07-4e66-b2ba-e45b4d53c19d",
                        "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-14T06:39:11.8199937",
                        "passwordResetRequired": true,
                        "alteredInStore": true,
                        "startShift": "2025-06-14T06:39:11.8199937",
                        "endShift": "2025-06-14T06:39:11.8199937",
                        "machineName": "sample string 20",
                        "drawerID": 1,
                        "stores": [
                          {
                            "$id": "24",
                            "operatorG_UID": "AcEz08IzQUiebjhr79pr+A==",
                            "operatorGuid": "d333c101-33c2-4841-9e6e-386befda6bf8",
                            "storeID": 2,
                            "operator": {
                              "$ref": "23"
                            },
                            "store": {
                              "$ref": "2"
                            }
                          },
                          {
                            "$ref": "24"
                          }
                        ]
                      }
                    },
                    {
                      "$ref": "22"
                    }
                  ],
                  "apns": [
                    {
                      "$id": "25",
                      "pluID": 1,
                      "pluG_UID": "xMMnWjO5hkic7zFQU7kSbw==",
                      "pluGuid": "5a27c3c4-b933-4886-9cef-315053b9126f",
                      "apn": "sample string 1",
                      "deleted": true,
                      "storeID": 1,
                      "storeIDs": [
                        1,
                        2
                      ]
                    },
                    {
                      "$ref": "25"
                    }
                  ],
                  "tuns": [
                    {
                      "$id": "26",
                      "pluG_UId": "1zIZUDtZA0SIAmDAoG/m4w==",
                      "pluGuid": "501932d7-593b-4403-8802-60c0a06fe6e3",
                      "apn": "sample string 1",
                      "tun": "sample string 2",
                      "cartonQuantity": 3,
                      "product": {
                        "$ref": "11"
                      },
                      "storeIDs": [
                        1,
                        2
                      ]
                    },
                    {
                      "$ref": "26"
                    }
                  ],
                  "competitionPricing": [
                    {
                      "$id": "27",
                      "identifier": "dYkh/Ftf9EKijPqnNF29lg==",
                      "identifierGuid": "fc218975-5f5b-42f4-a28c-faa7345dbd96",
                      "pluG_UID": "TsGlF5/j106mj3UB3jQ/Pg==",
                      "pluGuid": "17a5c14e-e39f-4ed7-a68f-7501de343f3e",
                      "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": "JdN5d0T0MUCEV5/RMYkN0w==",
                      "groupName": "sample string 1",
                      "identifierGuid": "7779d325-f444-4031-8457-9fd131890dd3",
                      "exists": true,
                      "flipChartIdentifier": "wmxEz/iHsUqiKlwRns1nNQ==",
                      "flipChartIdentifierGuid": "cf446cc2-87f8-4ab1-a22a-5c119ecd6735",
                      "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": "k096929iiEmuFcLS05OhRg==",
                      "groupIdentifierGuid": "f77a4f93-626f-4988-ae15-c2d2d393a146",
                      "flipChart": {
                        "$id": "29",
                        "identifier": "U9d70GZcIkmlBwMHbtQrXg==",
                        "identifierGuid": "d07bd753-5c66-4922-a507-03076ed42b5e",
                        "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": "wA1/7XfNLkaVMvKbjoVmRQ==",
                          "identifierGuid": "ed7f0dc0-cd77-462e-9532-f29b8e856645",
                          "name": "sample string 2",
                          "formType": "sample string 3",
                          "forms": [
                            {
                              "$id": "31",
                              "id": 1,
                              "g_UID": "B99lusm6LUOLkHl5uaV9yA==",
                              "guid": "ba65df07-bac9-432d-8b90-7979b9a57dc8",
                              "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": "6NHeSj1gYkSIDu3Z0Xi/0w==",
                              "previousFormGuid": "4aded1e8-603d-4462-880e-edd9d178bfd3",
                              "nextForm": 1,
                              "nextFormG_UID": "4Yzc3rLWaESIcNPlKqoxYA==",
                              "nextFormGuid": "dedc8ce1-d6b2-4468-8870-d3e52aaa3160",
                              "attributes": "sample string 10",
                              "updated": "2025-06-14T06:39:11.8199937",
                              "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": "gVnSsYibiUSyh4SJFvfZ4A==",
                                  "checkoutFormGuid": "b1d25981-9b88-4489-b287-848916f7d9e0",
                                  "identifier": "X0Dc+XAuV06eGgcpikMuog==",
                                  "identifierGuid": "f9dc405f-2e70-4e57-9e1a-07298a432ea2",
                                  "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": "3+Z/I9Mdkkq834peFYmz4Q==",
                                  "valueGuid": "237fe6df-1dd3-4a92-bcdf-8a5e1589b3e1",
                                  "buttonText": "sample string 10",
                                  "valueText": "sample string 11",
                                  "drawImageAndButton": true,
                                  "updated": "2025-06-14T06:39:11.8199937",
                                  "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-14T06:39:11.8199937",
                                    "imageData": "QEA=",
                                    "readOnly": true
                                  }
                                },
                                {
                                  "$ref": "32"
                                }
                              ],
                              "panels": [
                                {
                                  "$id": "34",
                                  "id": 1,
                                  "checkoutFormID": 2,
                                  "checkoutFormG_UID": "HLXF0VLce0CYEF5LHVvrEQ==",
                                  "checkoutFormGuid": "d1c5b51c-dc52-407b-9810-5e4b1d5beb11",
                                  "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": "lxMQlaYipEWJRQ/FChvmnA==",
                          "flipChartPageIdentifierGuid": "95101397-22a6-45a4-8945-0fc50a1be69c",
                          "pluG_UID": "wgw1K7e/xE2Wb8QdMeWHLQ==",
                          "pluGuid": "2b350cc2-bfb7-4dc4-966f-c41d31e5872d",
                          "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": "LgBA3tOe+USlHTSkE/GPFA==",
                      "pluGuid": "de40002e-9ed3-44f9-a51d-34a413f18f14",
                      "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-14T06:39:11.8199937",
                      "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": "t++7j72y2EKO6zVrLUMdVA==",
                      "ingredientGuid": "x7pa1Tif1ky6qgXY1JUNEA==",
                      "ingredientIdentifier": "d55abac7-9f38-4cd6-baaa-05d8d4950d10",
                      "quantity": 1.0,
                      "storeIDs": [
                        1,
                        2
                      ],
                      "ingredientText": "sample string 1",
                      "ingredient": {
                        "$ref": "11"
                      }
                    },
                    {
                      "$ref": "37"
                    }
                  ],
                  "bins": [
                    {
                      "$id": "38",
                      "pluG_UID": "zDvKQW2Ewkmvvr81iiJviQ==",
                      "pluGuid": "41ca3bcc-846d-49c2-afbe-bf358a226f89",
                      "shelfLocationIdentifier": "D2YwxNQDhUaM0fjb80b9Cg==",
                      "shelfLocationGuid": "c430660f-03d4-4685-8cd1-f8dbf346fd0a",
                      "labelShelfDefault": 1,
                      "labelTalkerDefault": 1,
                      "labelSmall": true,
                      "labelPageLayoutG_UID": "g6L4fFH7nkeX4Nhw8Z8YgQ==",
                      "labelPageLayoutGuid": "7cf8a283-fb51-479e-97e0-d870f19f1881",
                      "updated": "2025-06-14T06:39:11.8199937",
                      "electronicShelfLabelIdentifier": "sample string 5",
                      "electronicshelfLabelsConfigurationID": 6,
                      "labelShelfChanged": true,
                      "productName": "sample string 8",
                      "locationText": "sample string 9",
                      "product": {
                        "$ref": "11"
                      },
                      "location": {
                        "$id": "39",
                        "identifier": "my9y85z6x0yzFkBFemT5Qg==",
                        "storeID": 1,
                        "identifierGuid": "f3722f9b-fa9c-4cc7-b316-40457a64f942",
                        "name": "sample string 2",
                        "haccp": true,
                        "blueprintID": 1,
                        "updated": "2025-06-14T06:39:11.8199937",
                        "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": "SXHvOkcQT0iJPVhLjeN8DQ==",
                      "pluGuid": "3aef7149-1047-484f-893d-584b8de37c0d",
                      "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-14T06:39:11.8199937",
                        "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-14T06:39:11.8199937",
                                      "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": "/g2yjnVpfEmIzrWioVBdHQ==",
                                      "labelPageLayoutGuid": "8eb20dfe-6975-497c-88ce-b5a2a1505d1d",
                                      "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-14T06:39:11.8199937",
                                  "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": "s83nXS8VM0GbRyjc16evGg==",
                                  "labelPageLayoutGuid": "5de7cdb3-152f-4133-9b47-28dcd7a7af1a",
                                  "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-14T06:39:11.8199937",
                              "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": "vuJIQmv0rkukHIouXZEnyg==",
                              "labelPageLayoutGuid": "4248e2be-f46b-4bae-a41c-8a2e5d9127ca",
                              "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-14T06:39:11.8199937",
                          "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": "flSiuvZYKEe+KjwGCY9kOw==",
                          "labelPageLayoutGuid": "baa2547e-58f6-4728-be2a-3c06098f643b",
                          "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": "I+9E+X0tm02A5oEtBgCnnw==",
                    "pluGuid": "f944ef23-2d7d-4d9b-80e6-812d0600a79f",
                    "newPrice": 1,
                    "pctDiscount": 1,
                    "newCost": 1,
                    "newCostDecimals": 6,
                    "dealCostIdentifier": "1hgbsmhmPUKPVmElmmXDqA==",
                    "dealCostGuid": "b21b18d6-6668-423d-8f56-61259a65c3a8",
                    "pluName": "sample string 7",
                    "apn": "sample string 8",
                    "fuelItem": true,
                    "priceGroupG_UID": "WOCwjLuuXE6yUTWDsg3yFg==",
                    "priceGroupGuid": "8cb0e058-aebb-4e5c-b251-3583b20df216",
                    "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-14T06:39:11.8199937",
                    "rrp": 26,
                    "campaignDescription": "sample string 27",
                    "campaignComboPriceGroupG_UID": "YR5ZSGEpWEuZ2WDFXwKeWg==",
                    "campaignComboPriceGroupIdentifier": "48591e61-2961-4b58-99d9-60c55f029e5a",
                    "promotionPlacementDescription": "sample string 28",
                    "storeAcceptances": [
                      {
                        "$id": "51",
                        "plu": 1,
                        "pluG_UId": "QEA=",
                        "campaignID": 1,
                        "campaignName": "sample string 2",
                        "storeID": 3,
                        "acceptedUtc": "2025-06-14T06:39:11.8199937",
                        "operatorG_UID": "vfqosxzWn0aQThQlSNqr6Q==",
                        "operatorGuid": "b3a8fabd-d61c-469f-904e-142548daabe9",
                        "machineID": 1,
                        "processed": true,
                        "appliedUtc": "2025-06-14T06:39:11.8199937",
                        "signIqTicketFileMovedUtc": "2025-06-14T06:39:11.8199937",
                        "user": "sample string 6",
                        "campaignDescription": "sample string 7",
                        "productDesc": "sample string 8",
                        "storeName": "sample string 9",
                        "effectiveUtc": "2025-06-14T06:39:11.8199937",
                        "priceChangeType": 0,
                        "operatorName": "sample string 10",
                        "hostCampaign": true,
                        "product": {
                          "$ref": "11"
                        },
                        "campaignPlu": {
                          "$ref": "50"
                        }
                      },
                      {
                        "$ref": "51"
                      }
                    ],
                    "campaign": {
                      "$id": "52",
                      "id": 1,
                      "storeID": 2,
                      "name": "d5326bb6-0b2a-4f45-a4e7-a741837fcc73",
                      "nameGuid": "d5326bb6-0b2a-4f45-a4e7-a741837fcc73",
                      "description": "sample string 4",
                      "showDiscounts": true,
                      "showTotals": true,
                      "onlyEvaluateOnSubtotal": true,
                      "useDescription": true,
                      "campaignType": 1,
                      "startDate": "2025-06-14T06:39:11.8199937",
                      "startTime": 1,
                      "endDate": "2025-06-14T06:39:11.8199937",
                      "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-14T06:39:11.8199937",
                      "system": true,
                      "created": "2025-06-14T06:39:11.8199937",
                      "updated": "2025-06-14T06:39:11.8199937",
                      "priceChangeNotifiedUtc": "2025-06-14T06:39:11.8199937",
                      "promoType": 1,
                      "promotionTypeCode": "sample string 13",
                      "hostIdentifier": "x4YHuXe+lk2KvKc3PPdn7Q==",
                      "hostIdentifierGuid": "b90786c7-be77-4d96-8abc-a7373cf767ed",
                      "hostType": 14,
                      "createdByUser": "sample string 15",
                      "fromHost": true,
                      "deleted": true,
                      "campaignDeleted": "2025-06-14T06:39:11.8199937",
                      "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": "3NH0k07mfU6sFM5ybZp/LA==",
                          "pluGuid": "93f4d1dc-e64e-4e7d-ac14-ce726d9a7f2c",
                          "hostOfferID": 1,
                          "priceGroupG_UID": "qrl7semq+0Cs/k+ACIrZ+g==",
                          "priceGroupGuid": "b17bb9aa-aae9-40fb-acfe-4f80088ad9fa",
                          "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-14T06:39:11.8199937",
                          "rrp": 17,
                          "campaignDescription": "sample string 18",
                          "product": {
                            "$ref": "11"
                          },
                          "campaign": {
                            "$ref": "52"
                          }
                        },
                        {
                          "$ref": "53"
                        }
                      ],
                      "sellingRules": [
                        {
                          "$id": "54",
                          "id": 1,
                          "identifier": "i/Ju3WTmVUKYOe0TbzMfCQ==",
                          "identifierStr": "i/Ju3WTmVUKYOe0TbzMfCQ==",
                          "identifierGuid": "dd6ef28b-e664-4255-9839-ed136f331f09",
                          "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": "xVQINbiNBUWDmEjMnkCoiQ==",
                          "customerIDGuid": "350854c5-8db8-4505-8398-48cc9e40a889",
                          "campaign": {
                            "$ref": "52"
                          },
                          "customer": {
                            "$id": "56",
                            "identifier": "6UUz1JU0iUW1+5qrLDYNMA==",
                            "identifierGuid": "d43345e9-3495-4589-b5fb-9aab2c360d30",
                            "code": "sample string 2",
                            "familyName": "sample string 3",
                            "givenName": "sample string 4",
                            "otherName": "sample string 5",
                            "title": "sample string 6",
                            "dateOfBirth": "2025-06-14T06:39:11.8199937",
                            "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": "u3yHWDsHQUaVG06i2pWwDA==",
                            "communityIdentifierGuid": "58877cbb-073b-4641-951b-4ea2da95b00c",
                            "joined": "2025-06-14T06:39:11.8199937",
                            "updated": "2025-06-14T06:39:11.8199937",
                            "active": true,
                            "reasonInactive": 1,
                            "groupCustomer": true,
                            "loyaltyPoints": 1,
                            "homeStoreID": 1,
                            "availableSpend": 1,
                            "priceLevelIdentifier": "x+pUBmEEf0GuvONeji9Bbg==",
                            "priceLevelIdentifierGuid": "0654eac7-0461-417f-aebc-e35e8e2f416e",
                            "marketingID": "sample string 18",
                            "hidden": true,
                            "registered": true,
                            "registeredOn": "2025-06-14T06:39:11.8199937",
                            "emailMarketing": true,
                            "smsMarketing": true,
                            "deleted": true,
                            "deletedUser": "sample string 24",
                            "homeStoreName": "sample string 25",
                            "customerCards": [
                              {
                                "$id": "57",
                                "cardType": 2,
                                "issueDate": "2025-06-14T06:39:11.8199937",
                                "expiry": "2025-06-14T06:39:11.8199937",
                                "customerID": "+jNnlcAC8U298Eu5G+p21w==",
                                "customerIDGuid": "956733fa-02c0-4df1-bdf0-4bb91bea76d7",
                                "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-14T06:39:11.8199937",
                                "linkedAccount": "GTryc7WftECplzVn7fnB5w==",
                                "linkedAccountGuid": "73f23a19-9fb5-40b4-a997-3567edf9c1e7",
                                "currentValueChanged": true,
                                "limitsChanged": true,
                                "customer": {
                                  "$ref": "56"
                                },
                                "account": {
                                  "$id": "58",
                                  "id": 1,
                                  "identifier": "Xupo6v60DkmQxEIBtzO4ew==",
                                  "identifierGuid": "ea68ea5e-b4fe-490e-90c4-4201b733b87b",
                                  "referenceNo": "sample string 3",
                                  "name": "sample string 4",
                                  "created": "2025-06-14T06:39:11.8199937",
                                  "owner": "vqgeM6cyo06cZUjp5cPrhg==",
                                  "ownerGuid": "331ea8be-32a7-4ea3-9c65-48e9e5c3eb86",
                                  "accountStoreGroupIdentifier": "Cs8A9cfAJU+LElAYh894xQ==",
                                  "accountStoreGroupGuid": "f500cf0a-c0c7-4f25-8b12-501887cf78c5",
                                  "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-14T06:39:11.8199937",
                                  "active": true,
                                  "updated": "2025-06-14T06:39:11.8199937",
                                  "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": "wzUL5556CkCEktuKqqHP0w==",
                                      "identifierGuid": "e70b35c3-7a9e-400a-8492-db8aaaa1cfd3",
                                      "name": "sample string 2",
                                      "primaryContact": "EPOdkNzKFEqm/fskRC6TaA==",
                                      "primaryContactGuid": "909df310-cadc-4a14-a6fd-fb24442e9368",
                                      "accountID": "2Y3IjLxtBEm0W6I54TCtpQ==",
                                      "accountIDGuid": "8cc88dd9-6dbc-4904-b45b-a239e130ada5",
                                      "special": true,
                                      "updated": "2025-06-14T06:39:11.8199937",
                                      "active": true,
                                      "reasonInactive": 1,
                                      "priceLevelIdentifier": "sVx+j0Y4S0qIMkhsZ7bDJA==",
                                      "priceLevelIdentifierGuid": "8f7e5cb1-3846-4a4b-8832-486c67b6c324",
                                      "deleted": true,
                                      "account": {
                                        "$ref": "58"
                                      },
                                      "primaryContactCustomer": {
                                        "$ref": "56"
                                      },
                                      "customerGroupMembers": [
                                        {
                                          "$id": "61",
                                          "id": 1,
                                          "groupID": "TKVk6Sv5r0O5ressEQqfcg==",
                                          "groupIDGuid": "e964a54c-f92b-43af-b9ad-eb2c110a9f72",
                                          "customerID": "VDgkeUsyPEWjv4Dd2dK34w==",
                                          "customerIDGuid": "79243854-324b-453c-a3bf-80ddd9d2b7e3",
                                          "card": "sample string 4",
                                          "linkedAccount": "SrE7s8pPT0GXYOLdBBHL1g==",
                                          "linkedAccountGuid": "b33bb14a-4fca-414f-9760-e2dd0411cbd6",
                                          "customer": {
                                            "$ref": "56"
                                          },
                                          "group": {
                                            "$ref": "60"
                                          },
                                          "customerCard": {
                                            "$ref": "57"
                                          }
                                        },
                                        {
                                          "$ref": "61"
                                        }
                                      ]
                                    },
                                    {
                                      "$ref": "60"
                                    }
                                  ]
                                },
                                "payments": [
                                  {
                                    "$id": "62",
                                    "id": 1,
                                    "identifier": "5oHvMZVcokKVcGtQJ5QpOA==",
                                    "identifierGuid": "31ef81e6-5c95-42a2-9570-6b5027942938",
                                    "storeID": 2,
                                    "operatorName": "sample string 3",
                                    "saleHeaderID": 4,
                                    "paymentType": 5,
                                    "amount": 6,
                                    "account": "sample string 7",
                                    "accountID": "XQr5xPUEi0+zU+/o7LgqFg==",
                                    "accountIDGuid": "c4f90a5d-04f5-4f8b-b353-efe8ecb82a16",
                                    "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-14T06:39:11.8199937",
                                    "invRocNo": "sample string 14",
                                    "responseCode": "sample string 15",
                                    "cashout": 1,
                                    "tip": 16,
                                    "idempotentVoid": "h/ubtRSr4Uy2lB8ERuGHUw==",
                                    "idempotentVoidGuid": "b59bfb87-ab14-4ce1-b694-1f0446e18753",
                                    "offline": true,
                                    "processed": 1,
                                    "storeSaleHeader": {
                                      "$id": "63",
                                      "saleHeaderID": 1,
                                      "saleHeaderGuid": "bFW1yvL5iECv1didFDNufg==",
                                      "saleHeaderIdentifierGuid": "cab5556c-f9f2-4088-afd5-d89d14336e7e",
                                      "created": "2025-06-14T06:39:11.8199937",
                                      "createdLocal": "2025-06-14T06:39:11.8199937",
                                      "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-14T06:39:11.8199937",
                                      "storeID": 1,
                                      "operatorG_Uid": "k/Knb4m+jUCuVctYB6L64A==",
                                      "operatorGuid": "6fa7f293-be89-408d-ae55-cb5807a2fae0",
                                      "customerG_Uid": "UkAE5xNOjkK36qLrL6eBTg==",
                                      "customerGuid": "e7044052-4e13-428e-b7ea-a2eb2fa7814e",
                                      "communityIdentifier": "W30zJhSUMkCsz42Yk9ISeg==",
                                      "communityIdentifierGuid": "26337d5b-9414-4032-accf-8d9893d2127a",
                                      "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": "lCgcIWrLrkGC2V3k3V16gg==",
                                      "priceLevelIdentifierGuid": "211c2894-cb6a-41ae-82d9-5de4dd5d7a82",
                                      "locked": 36,
                                      "relationChecksum": "sample string 37",
                                      "loyaltyTender": 1,
                                      "giftCardTender": 1,
                                      "operator": {
                                        "$ref": "23"
                                      },
                                      "customer": {
                                        "$ref": "56"
                                      },
                                      "communityOrganisation": {
                                        "$id": "64",
                                        "id": 1,
                                        "identifier": "eSbDUuFSVEGGADM/KcgjMw==",
                                        "identifierGuid": "52c32679-52e1-4154-8600-333f29c82333",
                                        "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-14T06:39:11.8199937",
                                        "deleted": true
                                      },
                                      "details": [
                                        {
                                          "$id": "65",
                                          "saleItemID": 1,
                                          "identifier": "RP3i2kROgUSRvPUlvFNuMA==",
                                          "identifierGuid": "dae2fd44-4e44-4481-91bc-f525bc536e30",
                                          "saleHeaderID": 2,
                                          "plu": 1,
                                          "pluG_UId": "yLNS3EYT+E6l3MaD3Z4C0A==",
                                          "pluGuid": "dc52b3c8-1346-4ef8-a5dc-c683dd9e02d0",
                                          "accountID": "4mCJbm0CIkKOsYV3lIlM5Q==",
                                          "accountIDGuid": "6e8960e2-026d-4222-8eb1-857794894ce5",
                                          "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-14T06:39:11.8199937",
                                          "bestOrExpireType": 1,
                                          "providerName": "sample string 11",
                                          "refundG_UID": "IvdmwxwLY0GVVa2cDC4HbA==",
                                          "refundGuid": "c366f722-0b1c-4163-9555-ad9c0c2e076c",
                                          "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": "rBqyNgoDHUi20rK+/7OqLA==",
                                          "idempotentVoidGuid": "36b21aac-030a-481d-b6d2-b2beffb3aa2c",
                                          "priceLevelIdentifier": "bddo6rIn6UCMum+wQr6bHA==",
                                          "priceLevelIdentifierGuid": "ea68d76d-27b2-40e9-8cba-6fb042be9b1c",
                                          "productName": "sample string 23",
                                          "apn": "sample string 24",
                                          "unknownScans": [
                                            {
                                              "$id": "66",
                                              "id": 1,
                                              "saleDetailID": 2,
                                              "storeID": 1,
                                              "scanned": "2025-06-14T06:39:11.8199937",
                                              "operatorG_UID": "QEA=",
                                              "barcode": "sample string 4",
                                              "processed": 1
                                            },
                                            {
                                              "$ref": "66"
                                            }
                                          ],
                                          "refund": {
                                            "$id": "67",
                                            "id": 1,
                                            "g_UID": "nBn1+9WPvkKLOKkfsdXncw==",
                                            "guid": "fbf5199c-8fd5-42be-8b38-a91fb1d5e773",
                                            "description": "sample string 1",
                                            "dumped": true,
                                            "inventoryReasonID": 1,
                                            "sortOrder": 1,
                                            "updated": "2025-06-14T06:39:11.8199937"
                                          },
                                          "modifier": {
                                            "$id": "68",
                                            "id": 1,
                                            "setG_UID": "JyoBdsUpAUGixpy9XmfNhw==",
                                            "modifierSetGuid": "76012a27-29c5-4101-a2c6-9cbd5e67cd87",
                                            "name": "sample string 2",
                                            "price": 1,
                                            "quantity": 1,
                                            "modifierType": 1,
                                            "groupNumber": 1,
                                            "pageNumber": 1,
                                            "controlOrder": 1,
                                            "printToStation": true,
                                            "pluG_UID": "wcIVOvarIkW9W37TYFaI+w==",
                                            "pluGuid": "3a15c2c1-abf6-4522-bd5b-7ed3605688fb",
                                            "deleted": true,
                                            "g_UID": "ddUsw8K/z0+yuMqaAya+6g==",
                                            "guid": "c32cd575-bfc2-4fcf-b2b8-ca9a0326beea",
                                            "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": "gWbeoIlsjEOBHd6CQYbeGg==",
                                          "pluGuid": "a0de6681-6c89-438c-811d-de824186de1a",
                                          "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-14T06:39:11.8199937",
                                          "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-14T06:39:11.8199937",
                                          "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": "haUYl1CU30Swrw1kj2tAsQ==",
                                          "pluGuid": "9718a585-9450-44df-b0af-0d648f6b40b1",
                                          "accountID": "LJI8PrlS/0urXHaKZWuiCQ==",
                                          "accountIDGuid": "3e3c922c-52b9-4bff-ab5c-768a656ba209",
                                          "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-14T06:39:11.8199937",
                                          "bestOrExpireType": 1,
                                          "refundG_UID": "aJQq75Q3rkiz5WgdQKARgQ==",
                                          "refundGuid": "ef2a9468-3794-48ae-b3e5-681d40a01181",
                                          "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": "VK2Cmljzmk2vRzlglyzeDA==",
                                          "identifierGuid": "9a82ad54-f358-4d9a-af47-3960972cde0c",
                                          "id": 1,
                                          "orderNo": 2,
                                          "externalSaleIdentifier": "sample string 3",
                                          "storeID": 4,
                                          "zoneID": 5,
                                          "deptNo": 6,
                                          "customerIdentifier": "UQ6SJBVPh06ZhtjsZvuAxg==",
                                          "customerIdentifierGuid": "24920e51-4f15-4e87-9986-d8ec66fb80c6",
                                          "operatorNo": 1,
                                          "operatorG_UID": "aHkKPXh1UUCqMAF9CPPJIg==",
                                          "operatorGuid": "3d0a7968-7578-4051-aa30-017d08f3c922",
                                          "created": "2025-06-14T06:39:11.8199937",
                                          "ordered": "2025-06-14T06:39:11.8199937",
                                          "started": "2025-06-14T06:39:11.8199937",
                                          "completed": "2025-06-14T06:39:11.8199937",
                                          "supplied": "2025-06-14T06:39:11.8199937",
                                          "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": "+Epl5cJV0EaSVgRLfqK3yA==",
                                              "pluGuid": "e5654af8-55c2-46d0-9256-044b7ea2b7c8",
                                              "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": "ANmzhkdBuEaWt6EkxUpz6w==",
                                              "headerIdentifierGuid": "86b3d900-4147-46b8-96b7-a124c54a73eb",
                                              "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": "ue30i7tuBUOrFg1cc6WkXA==",
                                          "surveyGuid": "8bf4edb9-6ebb-4305-ab16-0d5c73a5a45c",
                                          "saleHeaderGuid": "uJgVMMSxsky/x4fOzS8gvg==",
                                          "saleGuid": "301598b8-b1c4-4cb2-bfc7-87cecd2f20be",
                                          "textResponse": "sample string 1",
                                          "integerResponse": 1,
                                          "g_UIDResponse": "MBAvkqEDz0qPKqixqQeW9g==",
                                          "guidResponse": "922f1030-03a1-4acf-8f2a-a8b1a90796f6",
                                          "whoAnswered": 2,
                                          "answeredAtUTC": "2025-06-14T06:39:11.8199937",
                                          "sale": {
                                            "$ref": "63"
                                          },
                                          "survey": {
                                            "$id": "77",
                                            "g_UID": "VvRnmo0b2kqod1egeciwgw==",
                                            "guid": "9a67f456-1b8d-4ada-a877-57a079c8b083",
                                            "name": "sample string 1",
                                            "storeID": 2,
                                            "zoneID": 1,
                                            "checkoutFormG_UID": "RAUGYLr0a0qjWw8T7gNFcg==",
                                            "checkoutFormGuid": "60060544-f4ba-4a6b-a35b-0f13ee034572",
                                            "displayToWho": 3,
                                            "displayWhen": 4,
                                            "start": "2025-06-14T06:39:11.8199937",
                                            "end": "2025-06-14T06:39:11.8199937",
                                            "deleted": true,
                                            "updated": "2025-06-14T06:39:11.8199937",
                                            "possibleIntegerResponses": [
                                              1,
                                              2
                                            ],
                                            "possibleTextResponses": [
                                              "sample string 1",
                                              "sample string 2"
                                            ],
                                            "possibleGuidResponses": [
                                              "fbf30ec2-fb32-438f-9636-8f1c3d8bf2af",
                                              "b716efd8-28b2-435e-9493-cb400831649c"
                                            ],
                                            "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": "Qil5h/rF6EeEQJNf75xs8w==",
                                      "accountIdentifier": "87792942-c5fa-47e8-8440-935fef9c6cf3",
                                      "accountName": "sample string 42",
                                      "customerOrderIdentifier": "wrRur6A8jUud/Wg/7HMmIg==",
                                      "customerOrderIdentifierGuid": "af6eb4c2-3ca0-4b8d-9dfd-683fec732622",
                                      "priceLevelName": "sample string 43",
                                      "revision": 44,
                                      "ingressId": "sample string 45"
                                    },
                                    "metadata": {
                                      "$id": "78",
                                      "id": 1,
                                      "paymentID": 2,
                                      "paymentIdentifier": "KainRZYyVUK3HC09mLNlVw==",
                                      "paymentIdentifierGuid": "45a7a829-3296-4255-b71c-2d3d98b36557",
                                      "identifier": "i5IMNxLGrkSLOZmeO/jQZA==",
                                      "identifierGuid": "370c928b-c612-44ae-8b39-999e3bf8d064",
                                      "metadata": "sample string 3",
                                      "signatureImage": "QEA=",
                                      "itemIdentifier": "mnRWi1KTR0O6g0Tc1V/7vg==",
                                      "itemIdentifierGuid": "8b56749a-9352-4347-ba83-44dcd55ffbbe"
                                    }
                                  },
                                  {
                                    "$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": "bOxjoRsYn0mmPx8FjPPeHQ==",
                                "customerIdentifierGuid": "a163ec6c-181b-499f-a63f-1f058cf3de1d",
                                "voucherName": "sample string 2",
                                "count": 3,
                                "storeID": 4,
                                "barcode": "sample string 5",
                                "redeemCount": 6,
                                "issueCount": 7,
                                "storeSalePaymentID": 1,
                                "idempotentID": "44I3PXD+uUS7nxNj7n3mlg==",
                                "idempotentGuid": "3d3782e3-fe70-44b9-bb9f-1363ee7de696",
                                "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-14T06:39:11.8199937",
                                  "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-14T06:39:11.8199937",
                                    "labelPageLayout": "KmFEF3lTvEOVQnuw/K/RQg==",
                                    "pageLayoutGuid": "1744612a-5379-43bc-9542-7bb0fcafd142",
                                    "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-14T06:39:11.8199937"
                                      },
                                      {
                                        "$ref": "83"
                                      }
                                    ]
                                  },
                                  "customerVouchers": [
                                    {
                                      "$id": "84",
                                      "id": 1,
                                      "customerIdentifier": "sKzvJoV6NkiLU3bvzMPXHA==",
                                      "customerIdentifierGuid": "26efacb0-7a85-4836-8b53-76efccc3d71c",
                                      "voucherID": 3,
                                      "voucherName": "sample string 4",
                                      "storeID": 1,
                                      "barcode": "sample string 5",
                                      "dateOfIssue": "2025-06-14T06:39:11.8199937",
                                      "issuedSaleHeaderID": 1,
                                      "issuedSaleIdentifier": "sample string 7",
                                      "issuedOfflinePaymentID": 1,
                                      "issuedIdempotentID": "xKx8m3tsukOwLkq7OU7/ug==",
                                      "issuedIdempotentGuid": "9b7cacc4-6c7b-43ba-b02e-4abb394effba",
                                      "issuedOffline": true,
                                      "issuedUser": "sample string 9",
                                      "issuedNotes": "sample string 10",
                                      "expiryDate": "2025-06-14T06:39:11.8199937",
                                      "expiredUser": "sample string 11",
                                      "expiredNotes": "sample string 12",
                                      "redeemed": "2025-06-14T06:39:11.8199937",
                                      "redeemedSaleHeaderID": 1,
                                      "redeemedSaleIdentifier": "sample string 13",
                                      "redeemedOfflinePaymentID": 1,
                                      "redeemedIdempotentID": "VkMhjS3Du0CyUZYG8jkyZg==",
                                      "redeemedIdempotentGuid": "8d214356-c32d-40bb-b251-9606f2393266",
                                      "redeemedUser": "sample string 14",
                                      "redeemedNotes": "sample string 15",
                                      "redeemedOffline": true,
                                      "updated": "2025-06-14T06:39:11.8199937",
                                      "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": "X6sI4HgawUiFWAA2R/vlsQ==",
                          "groupIDGuid": "e008ab5f-1a78-48c1-8558-003647fbe5b1",
                          "campaign": {
                            "$ref": "52"
                          },
                          "group": {
                            "$ref": "60"
                          }
                        },
                        {
                          "$ref": "85"
                        }
                      ],
                      "signIqTickets": [
                        {
                          "$id": "86",
                          "identifier": "K3eXqta+DEySMf/MBohTGQ==",
                          "identifierGuid": "aa97772b-bed6-4c0c-9231-ffcc06885319",
                          "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": "Bf2jPWESwEa0h7bNFbGCIw==",
                          "guid": "3da3fd05-1261-46c0-b487-b6cd15b18223",
                          "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": "n8u/+KAR/0iJL/BXKcGPeA==",
                              "groupGuid": "f8bfcb9f-11a0-48ff-892f-f05729c18f78",
                              "comboPriceType": 5,
                              "priceType": 5,
                              "pluG_UID": "TQ7pWk6YXUu26RWY/SqTMg==",
                              "pluGuid": "5ae90e4d-984e-4b5d-b6e9-1598fd2a9332",
                              "priceGroupG_UID": "Z7GXi2JDjEmGAz2UKPAUNg==",
                              "priceGroupGuid": "8b97b167-4362-498c-8603-3d9428f01436",
                              "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": "YjZkZBDnYkGb5WZbNE1jLg==",
                          "priceLevelIdentifierGuid": "64643662-e710-4162-9be5-665b344d632e",
                          "campaignName": "sample string 3",
                          "priceLevelName": "sample string 4"
                        },
                        {
                          "$ref": "89"
                        }
                      ]
                    },
                    "product": {
                      "$ref": "11"
                    },
                    "dealCost": {
                      "$id": "90",
                      "headerIdentifier": "+3W7BRoDZkOvyODHfgC/Nw==",
                      "headerIdentifierGuid": "05bb75fb-031a-4366-afc8-e0c77e00bf37",
                      "identifier": "+Kgh6pa6x0W+H9yO77GfmQ==",
                      "identifierGuid": "ea21a8f8-ba96-45c7-be1f-dc8eefb19f99",
                      "supplierIdentifier": "T1jxFVvuAk6JC41qOWeYMg==",
                      "supplierGuid": "15f1584f-ee5b-4e02-890b-8d6a39679832",
                      "pluG_UID": "RjV0lZ3hL0ujk9UdS551Tw==",
                      "pluGuid": "95743546-e19d-4b2f-a393-d51d4b9e754f",
                      "campaignName": "ba809269-6c3d-4904-9395-042a6c4bc5a9",
                      "description": "sample string 4",
                      "cost": 5,
                      "costDecimals": 6,
                      "start": "2025-06-14T06:39:11.8199937",
                      "end": "2025-06-14T06:39:11.8199937",
                      "type": 9,
                      "promoType": 10,
                      "bonusItemPLUG_UID": "mtnQsRZ7j06CcqS478l6DA==",
                      "bonusItemPluGuid": "b1d0d99a-7b16-4e8f-8272-a4b8efc97a0c",
                      "bonusPurchaseUnits": 11,
                      "bonusReceiveUnits": 12,
                      "updated": "2025-06-14T06:39:11.8199937",
                      "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-14T06:39:11.8199937",
                      "campaignEndDate": "2025-06-14T06:39:11.8199937",
                      "masterPLUG_UID": "Rm9LYGr3nEm/8+nI+G+R3w==",
                      "masterID": "604b6f46-f76a-499c-bff3-e9c8f86f91df",
                      "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": "HCUgoHzqzEqlBxKyzdBNdA==",
                      "bonusMasterID": "a020251c-ea7c-4acc-a507-12b2cdd04d74",
                      "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-14T06:39:11.8199937",
                  "dealCosts": [
                    {
                      "$ref": "90"
                    },
                    {
                      "$ref": "90"
                    }
                  ],
                  "tags": [
                    {
                      "$id": "91",
                      "pluG_UID": "vdBm8Vs0PUeIfHhRk1SaAg==",
                      "pluGuid": "f166d0bd-345b-473d-887c-785193549a02",
                      "tagID": 1,
                      "description": "sample string 1",
                      "storeIDs": [
                        1,
                        2
                      ]
                    },
                    {
                      "$ref": "91"
                    }
                  ],
                  "alternateProductG_UID": "eUv9iPqrrE+aMwAt70FNsA==",
                  "alternateProduct": "88fd4b79-abfa-4fac-9a33-002def414db0",
                  "productHostCode": {
                    "$id": "92",
                    "id": 1,
                    "pluG_UID": "7I2gnYOlqEqp4dg3nd5nvw==",
                    "pluGuid": "9da08dec-a583-4aa8-a9e1-d8379dde67bf",
                    "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-14T06:39:11.8199937",
                  "inventoryTracked": "2025-06-14T06:39:11.8199937",
                  "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": "X2wfw0Z8I0qbitVJ+xd8ww==",
                "supplierGuid": "c31f6c5f-7c46-4a23-9b8a-d549fb177cc3",
                "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": "2EaisVTqq0ubhN6qnWjHrA==",
                "supplierGuid": "b1a246d8-ea54-4bab-9b84-deaa9d68c7ac",
                "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-14T06:39:11.8199937",
                "deliveryDate": "2025-06-14T06:39:11.8199937",
                "nextCutOffDate": "2025-06-14T06:39:11.8199937",
                "nextDeliveryDate": "2025-06-14T06:39:11.8199937",
                "nextDaysBuffer": 10
              },
              {
                "$ref": "95"
              }
            ],
            "store": {
              "$ref": "2"
            },
            "updated": "2025-06-14T06:39:11.8199937",
            "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-14T06:39:11.8199937",
              "processed": "2025-06-14T06:39:11.8199937",
              "isProcessing": true,
              "processedCount": 6,
              "processingTime": 1,
              "collectedUtc": "2025-06-14T06:39:11.8199937",
              "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-14T06:39:11.8199937",
                "businessPillar": "sample string 3",
                "fileType": "sample string 4"
              }
            },
            {
              "$ref": "96"
            }
          ],
          "zoneMatrix": [
            {
              "$id": "98",
              "id": 1,
              "hostIdentifier": "GAUqwlabYUaAiKE7elbSgQ==",
              "hostIdentifierGuid": "c22a0518-9b56-4661-8088-a13b7a56d281",
              "storeID": 1,
              "departmentCode": "sample string 2",
              "hostGuids": [
                "6af939cc-93b4-49cc-b92b-d6b09f793379",
                "db38ce21-dff7-4830-bf20-bf10e815bb5c"
              ]
            },
            {
              "$ref": "98"
            }
          ],
          "hostFileStoreSetting": {
            "$ref": "4"
          },
          "hostStoreSettings": [
            {
              "$ref": "4"
            },
            {
              "$ref": "4"
            }
          ],
          "promotionPlacements": [
            {
              "$id": "99",
              "identifier": "8DYFH82CKku1MCzkyzcY7A==",
              "identifierGuid": "1f0536f0-82cd-4b2a-b530-2ce4cb3718ec",
              "code": "sample string 2",
              "description": "sample string 3",
              "isAdvertised": true
            },
            {
              "$ref": "99"
            }
          ],
          "promoTypeGuids": [
            "4c0eefac-b029-4987-a9ce-ebba62289414",
            "d5533329-a56f-438b-9e91-20232b6c39cb"
          ],
          "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-14T06:39:11.8199937",
        "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": "b361ca71-21e5-4943-8e9b-76d60ac49fff",
    "updateStore": {
      "$id": "105",
      "id": "7f23fd5a-2b5c-4938-b1d1-bf4808d161c8",
      "name": "sample string 1",
      "lastActivity": "2025-06-14T06:39:11.8199937",
      "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-14T06:39:11.8199937"
    },
    "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": "yPPaF3Z3KUutWylrRX1Nyg==",
    "identifierGuid": "17daf3c8-7776-4b29-ad5b-296b457d4dca",
    "companyName": "sample string 1",
    "abn": "sample string 2",
    "address1": "sample string 3",
    "address2": "sample string 4",
    "telephone": "sample string 5",
    "primaryContactGuid": "fdrfvnCyPkyGHXx2Vw7k6g==",
    "primaryContactID": "bedfda7d-b270-4c3e-861d-7c76570ee4ea",
    "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/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Identifier of created scheduled order

globally unique identifier

Response Formats

application/json, text/json

Sample:
"935ced9f-abc9-4e1b-97d3-f2a9e817e63e"

application/xml, text/xml

Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">935ced9f-abc9-4e1b-97d3-f2a9e817e63e</guid>

application/vnd.openxmlformats-officedocument.spreadsheetml.sheet

Sample:
PK�4�Z��5�5xl/workbook.xml �(�����0D�&�C��(�'.^=x/ekhK��|K	$޼��ξ�j6v��G�ڕ�����$�1����@�7VQ�}ùd��V�=I��J,��K�����+���,��	����Ը9��fO	��2[��Dd
��Ta�ETHS5n��E������-eY�RVt�<�A�Y�w������PK�4�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
�4�ZF�o''_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="R74444991e8b6489c" /></Relationships>PK�4�Z
�f%�xl/worksheets/sheet1.xml �(��Q�n� ���Jڮ�V%�&U�v�v��,q
j�8M?@�i�.C���޳)7ۋ+�`�U�\ �5�w�`���u9����"�]��
4�24�
��\G�*�O��u��#5�E�rU[�W��6C���?\a��l��3�U�A]�&�'��cW����ˌ|78�_�Hm|]�㥭��X�|�ʯ^�ة��7��ќ5�	mrMC}ȧ�&�
�U�|O�e]�z��m׫�&����#�fL�cN�.�L�5��U]z����Ȟ��O�N�x��^뢔�Tw����u����
??WPK�4�Z��4��Pxl/_rels/workbook.xml.rels �(���KN�0@�b͞�qR���tö���Q;�@�Ƃ#q�"A*�`��h~OO��|�Xoߦ��`�!��BC��|��)ٻl7�=�*�	r�L,�x���4?pN�ᤨ3�ܱ!N*�4�|V��z�R�{��f��y������]Ч	}��_C<�CL�*��:�)����T`���}%���sSW+��n��Q:�H�^��BF4�b���FՕ���8�<��/�tZ�je)T#Q�F��b}Q�W��PK�4�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��PK�4�Z�����xl/sharedStrings.xml �(�5�An� E��fO��4	&�H=A{���g\��/]t�������]���J#�R�)�s���7}�(��������6%aY_��8c	|�+RK��� 
���uÐxF���cםM	�@ź�4-�����n��x;�DLv���>a����=��k��Έw�o�+�PK-�4�Z��5�5xl/workbook.xmlPK-�4�Z����	�[Content_Types].xmlPK-
�4�ZF�o''V_rels/.relsPK-�4�Z
�f%��xl/worksheets/sheet1.xmlPK-�4�Z��4��P9xl/_rels/workbook.xml.relsPK-�4�ZЃc'2E
~xl/styles.xmlPK-�4�Z������xl/sharedStrings.xmlPK��

application/vnd.ms-excel

Sample:
PK�4�Z��	��5xl/workbook.xml �(���=�0��J�C�4�B `b�ڡ�	��J~����o�['�=?v=��y�����\CE�b�s�
��X�q6� D�̌����V��dٕ9� H����ӕ��[�0x�Դ�HM�ぐz��!q�IFc{w1	[C�7U'ؾ�Ѡ���$9���gJ\%cs��P�1�</��;{��l��~PK�4�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
�4�Z\��''_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="Re97abe17afe34de1" /></Relationships>PK�4�Z
�f%�xl/worksheets/sheet1.xml �(��Q�n� ���Jڮ�V%�&U�v�v��,q
j�8M?@�i�.C���޳)7ۋ+�`�U�\ �5�w�`���u9����"�]��
4�24�
��\G�*�O��u��#5�E�rU[�W��6C���?\a��l��3�U�A]�&�'��cW����ˌ|78�_�Hm|]�㥭��X�|�ʯ^�ة��7��ќ5�	mrMC}ȧ�&�
�U�|O�e]�z��m׫�&����#�fL�cN�.�L�5��U]z����Ȟ��O�N�x��^뢔�Tw����u����
??WPK�4�Z����Pxl/_rels/workbook.xml.rels �(����n�0�_%�}M�"H&
.�/�&�h�*	�x6{��¢!mE�aN����'۟׏��}�+��{W�(J`䌷�k+8��I�v��Ӏ)��]?E���XA����y4�?�˝ƇSNC�'4'l�/�r�Ü�Lv�L��o���Λ�H.��o>�bG��1��*�)E�D���^l��X��P�R*�����b��n�LF�Zk�d)�B�Ce:d)�Mϝ�噚D�l�̣Z�d]�����b�PK�4�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��PK�4�Z�����xl/sharedStrings.xml �(�5�An� E��fO��4	&�H=A{���g\��/]t�������]���J#�R�)�s���7}�(��������6%aY_��8c	|�+RK��� 
���uÐxF���cםM	�@ź�4-�����n��x;�DLv���>a����=��k��Έw�o�+�PK-�4�Z��	��5xl/workbook.xmlPK-�4�Z����	��[Content_Types].xmlPK-
�4�Z\��''U_rels/.relsPK-�4�Z
�f%��xl/worksheets/sheet1.xmlPK-�4�Z����P8xl/_rels/workbook.xml.relsPK-�4�ZЃc'2E
}xl/styles.xmlPK-�4�Z������xl/sharedStrings.xmlPK��