POST api/cashBalancing/{id}

Save cash balancing header

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

Cash balancing header identifier

globally unique identifier

Required

Body Parameters

Cash balancing header to be saved

CashBalancingHeader
NameDescriptionTypeAdditional information
Identifier

Collection of byte

None.

IdentifierGuid

globally unique identifier

None.

StoreID

integer

None.

Date

date

None.

Started

date

None.

Ended

date

None.

CashFinalised

boolean

None.

CashTotalAmount

integer

None.

EftFinalised

boolean

None.

EftTotalAmount

integer

None.

BankFinalised

boolean

None.

BankTotalAmount

integer

None.

BankingOpened

boolean

None.

FuelRequired

Indicates that fuel finalisation is required for total finalisation

boolean

None.

FuelFinalised

Indicates whether fuel has been finalised for this date

boolean

None.

CreatedDuringTradingDay

Indicates that the records were last generated before the day had ended

boolean

None.

AccountingFinalised

AccountStatus

None.

EndOfDayID

integer

None.

StoreName

string

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

AutoFill

Indicate to other internal methods the header's stores auto fill setting

boolean

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

CreateRelations

Indicate to Generate Cash Balancing Header method whether relational records are needed

boolean

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

InvalidDates

Ended can only be null for current end of day generated records (-1) and started can not be null unless this is a new end of day header (-1 current end of day WILL have a started)

boolean

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

CashDetails

Collection of CashBalancing

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

EftDetails

Collection of CashBalancingEft

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

BankDetailSummary

CashBalancingBanking

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

CashBalancingBankingAccounts

Collection of CashBalancingBankingAccount

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

CashBalancingFuelTankLevels

Collection of CashBalancingFuelTankLevel

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

CashBalancingFuelMeters

Collection of CashBalancingFuelMeter

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

Request Formats

application/json, text/json

Sample:
{
  "identifier": "4CJnckCoFkG0SqqSb8UH/w==",
  "identifierGuid": "726722e0-a840-4116-b44a-aa926fc507ff",
  "storeID": 2,
  "date": "2025-08-02T23:19:33.3378255",
  "started": "2025-08-02T23:19:33.3378255",
  "ended": "2025-08-02T23:19:33.3378255",
  "cashFinalised": true,
  "cashTotalAmount": 4,
  "eftFinalised": true,
  "eftTotalAmount": 6,
  "bankFinalised": true,
  "bankTotalAmount": 8,
  "bankingOpened": true,
  "fuelRequired": true,
  "fuelFinalised": true,
  "createdDuringTradingDay": true,
  "accountingFinalised": 13,
  "endOfDayID": 14,
  "storeName": "sample string 15",
  "autoFill": true,
  "createRelations": true,
  "invalidDates": false,
  "cashDetails": [
    {
      "$id": "2",
      "id": 1,
      "headerIdentifier": "fT0tCrF1SEW7HaWtEyJSkA==",
      "headerIdentifierGuid": "0a2d3d7d-75b1-4548-bb1d-a5ad13225290",
      "operatorG_UID": "bOBB0VEKGUi6BGVBt+NX/Q==",
      "operatorGuid": "d141e06c-0a51-4819-ba04-6541b7e357fd",
      "date": "2025-08-02T23:19:33.3378255",
      "operatorCash": 4,
      "drawerID": 5,
      "machineID": 6,
      "managerCash": 7,
      "expectedCash": 8,
      "finalisedCash": 9,
      "operatorCashNote": "sample string 10",
      "managerCashNote": "sample string 11",
      "expectedPickup": 12,
      "pickupCash": 13,
      "start": "2025-08-02T23:19:33.3378255",
      "end": "2025-08-02T23:19:33.3378255",
      "operatorName": "sample string 16",
      "operatorNumber": "sample string 17",
      "machineName": "sample string 18",
      "operators": "sample string 19"
    },
    {
      "$ref": "2"
    }
  ],
  "eftDetails": [
    {
      "$id": "3",
      "id": 1,
      "headerIdentifier": "iCjTSdAnn0ypLqTesHc43g==",
      "headerIdentifierGuid": "49d32888-27d0-4c9f-a92e-a4deb07738de",
      "date": "2025-08-02T23:19:33.3378255",
      "machineID": 1,
      "cardID": 3,
      "cardName": "sample string 4",
      "expectedAmount": 1,
      "managerDeclared": 1,
      "eftTenderCount": 1,
      "machineName": "sample string 5"
    },
    {
      "$ref": "3"
    }
  ],
  "bankDetailSummary": {
    "$id": "4",
    "id": 1,
    "headerIdentifier": "YjWHLWOw+U+4eNS2iIk7IQ==",
    "headerIdentifierGuid": "2d873562-b063-4ff9-b878-d4b688893b21",
    "bankName": "sample string 3",
    "expectedCash": 4,
    "cashDeclared": 1,
    "expectedPickup": 5,
    "pickupDeclared": 1,
    "expectedCheque": 6,
    "chequeDeclared": 1
  },
  "cashBalancingBankingAccounts": [
    {
      "$id": "5",
      "id": 1,
      "headerIdentifier": "HFJkD6qpmUCTbRYcGV7jkQ==",
      "headerIdentifierGuid": "0f64521c-a9aa-4099-936d-161c195ee391",
      "storeAccountID": 3,
      "cashDeclared": 4,
      "pickupDeclared": 5,
      "chequeDeclared": 6,
      "accountName": "sample string 7",
      "storeAccount": {
        "$id": "6",
        "id": 1,
        "storeID": 1,
        "accountName": "sample string 2",
        "bsb": "sample string 3",
        "accountNumber": "sample string 4",
        "accountDesignated": true
      }
    },
    {
      "$ref": "5"
    }
  ],
  "cashBalancingFuelTankLevels": [
    {
      "$id": "7",
      "headerIdentifier": "N8JIa336/kWndG7IgwuZyA==",
      "headerIdentifierGuid": "6b48c237-fa7d-45fe-a774-6ec8830b99c8",
      "fuelTankNumber": 2,
      "fuelGradeID": 1,
      "fuelGrade": "sample string 3",
      "opening": 4.0,
      "openingAdjusted": true,
      "adjustments": 6.0,
      "deliveries": 7.0,
      "deliveriesAdjusted": true,
      "samples": 9.0,
      "pumpTest": 10.0,
      "sales": 11.0,
      "closing": 12.0,
      "closingAdjusted": true,
      "dailyVariance": 14.0,
      "waterLevel": 15.0,
      "meterSales": 16.0,
      "meterVariance": -5.0,
      "twentyEightDayVariance": 17.0,
      "fuelTank": {
        "$id": "8",
        "id": 1,
        "storeID": 2,
        "tankNumber": 3,
        "fuelGrade": "sample string 4",
        "fuelGradeID": 1,
        "capacity": 5.0,
        "lpg": true,
        "waterLevel": 7.0,
        "updated": "2025-08-02T23:19:33.3378255",
        "storeName": "sample string 9",
        "store": {
          "$id": "9",
          "id": 1,
          "isMaster": true,
          "shortName": "sample string 3",
          "url": "sample string 4",
          "sortOrder": 1,
          "name": "sample string 5",
          "phone": "sample string 6",
          "fax": "sample string 7",
          "email": "sample string 8",
          "address1": "sample string 9",
          "address2": "sample string 10",
          "city": "sample string 11",
          "state": "sample string 12",
          "country": "sample string 13",
          "postCode": "sample string 14",
          "delivery": 1,
          "exportAccounts": 1,
          "salesAccountFolder": "sample string 15",
          "purchaseAccountFolder": "sample string 16",
          "initLoad": 1,
          "initIDs": 1,
          "zoneID": 1,
          "actAsMaster": 1,
          "lastActiveUtc": "2025-08-02T23:19:33.3378255",
          "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": "wa2Snc0JFk2VVbap7StE3w==",
          "hostIdentifierGuid": "9d92adc1-09cd-4d16-9555-b6a9ed2b44df",
          "hostName": 1,
          "hostAddress": "sample string 27",
          "hostUsername": "sample string 28",
          "hostPassword": "sample string 29",
          "excludeFromLeadInOut": true,
          "accountingProvider": 31,
          "accountingAddress": "sample string 32",
          "accountingUsername": "sample string 33",
          "accountingPassword": "sample string 34",
          "storeAccountingCode": "sample string 35",
          "softwareVariance": 36,
          "fuelWarningVariance": 37.0,
          "fuelErrorVariance": 38.0,
          "fuelAccumulatedWarningVariance": 39.0,
          "fuelAccumulatedErrorVariance": 40.0,
          "drawManagment": 41,
          "endOfDayManagment": true,
          "autoFillCashBalancing": true,
          "fuelDayVariance": 44,
          "accountingTradingTime": "00:00:00.1234567",
          "stockActivateProduct": 46,
          "giftCardSalesAccountingDeptCode": "sample string 47",
          "transactionDiscountAccountingDeptCode": "sample string 48",
          "size": 49,
          "updated": "2025-08-02T23:19:33.3378255",
          "priceZoneName": "sample string 51",
          "storeFuelConfigured": true,
          "shippingAddressCopied": true,
          "shippingAddress": {
            "$id": "10",
            "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": "10"
          },
          "hostStoreSettings": [
            {
              "$id": "11",
              "id": 1,
              "hostIdentifier": "nsDPz0Mx9068WdLco7S0Fg==",
              "hostIdentifierGuid": "cfcfc09e-3143-4ef7-bc59-d2dca3b4b416",
              "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": "12",
                "identifier": "0fAlyMjXV0m96x0LFL330A==",
                "identifierGuid": "c825f0d1-d7c8-4957-bdeb-1d0b14bdf7d0",
                "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": "G5Z76AgaP0KiFfX048GG5g==",
                "hostSupplierIdentifierGuid": "e87b961b-1a08-423f-a215-f5f4e3c186e6",
                "loyaltyPriceLevelIdentifier": "ZQZL48F30UetBJjWmB0b7A==",
                "loyaltyPriceLevelIdentifierGuid": "e34b0665-77c1-47d1-ad04-98d6981d1bec",
                "isGroup": true,
                "description": "sample string 22",
                "hostProvider": 23,
                "hostTypeEnum": 24,
                "hostType": "sample string 25",
                "hostCode": "sample string 26",
                "username": "sample string 27",
                "password": "sample string 28",
                "passwordPlain": "sample string 29",
                "server": "sample string 30",
                "url": "sample string 31",
                "global": true,
                "stateCode": "sample string 33",
                "lastCollected": "2025-08-02T23:19:33.3378255",
                "lastProcessed": "2025-08-02T23:19:33.3378255",
                "hold": true,
                "supplierName": "sample string 35",
                "supplier": {
                  "$id": "13",
                  "identifier": "bR+in6AEWkyZr+VgYxw4aA==",
                  "identifierGuid": "9fa21f6d-04a0-4c5a-99af-e560631c3868",
                  "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": "+aaB/8U9FUSH38STd64VAQ==",
                  "primaryContactID": "ff81a6f9-3dc5-4415-87df-c49377ae1501",
                  "storeID": 1,
                  "abn": "sample string 16",
                  "supplierGroupIdentifier": "mAM6Nrknqk+ktP1Kp8C7Vg==",
                  "supplierGroupGuid": "363a0398-27b9-4faa-a4b4-fd4aa7c0bb56",
                  "rebate": 1.0,
                  "rebateType": 1,
                  "rebateFrequency": 1,
                  "rebateSource": 1,
                  "rebateLastClaimed": "2025-08-02T23:19:33.3378255",
                  "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": "14",
                    "id": "dd8da5a7-6cc3-4a6b-8716-72d2c375d620",
                    "identifier": "4o7nqMmT2Uu5eadlHeKg2Q==",
                    "identifierGuid": "a8e78ee2-93c9-4bd9-b979-a7651de2a0d9",
                    "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": "15",
                      "supplierIdentifier": "swaRUhon8U6FlJikYIlx/Q==",
                      "supplierIdentifierGuid": "529106b3-271a-4ef1-8594-98a4608971fd",
                      "contactGuid": "9aOcfGjwvkew76XSoqbPCw==",
                      "contactID": "7c9ca3f5-f068-47be-b0ef-a5d2a2a6cf0b",
                      "contact": {
                        "$ref": "14"
                      },
                      "supplier": {
                        "$ref": "13"
                      }
                    },
                    {
                      "$ref": "15"
                    }
                  ],
                  "products": [
                    {
                      "$id": "16",
                      "pluG_UID": "EtmK8Fq+LUK8Anl7rvR3qw==",
                      "pluGuid": "f08ad912-be5a-422d-bc02-797baef477ab",
                      "supplierIdentifier": "4M/+YMn2bE61Hoto6r+aWg==",
                      "supplierIdentifierGuid": "60fecfe0-f6c9-4e6c-b51e-8b68eabf9a5a",
                      "cartonQuantity": 1,
                      "cartonQuantityChanged": true,
                      "productSize": "sample string 3",
                      "cigarettesPerSleeve": 1,
                      "randomWeight": true,
                      "piecesPerUnit": 5,
                      "averagePackSize": 6,
                      "effectiveDate": "2025-08-02T23:19:33.3378255",
                      "pricedByWeight": true,
                      "landedUnitCostEx": 9,
                      "landedUnitCostInc": 10,
                      "landedCartonCostInc": 11,
                      "landedCartonCostEx": 12,
                      "standardCost": 13,
                      "deliveryFee": 1,
                      "deliveryFeeBasis": "sample string 14",
                      "pickAndPackFee": 1,
                      "pickAndPackFeeBasis": "sample string 15",
                      "financeFee": 1,
                      "financeFeeBasis": "sample string 16",
                      "cartonLength": 1,
                      "cartonWidth": 1,
                      "cartonHeight": 1,
                      "palletLayerQuantity": 1,
                      "palletLayers": 1,
                      "itemCode": "sample string 17",
                      "invoiceCode": "sample string 18",
                      "invoiceDesc": "sample string 19",
                      "orderDirect": true,
                      "useCost": true,
                      "minimumQuantity": 20,
                      "hostType": 21,
                      "fromHost": 22,
                      "minimumReorder": 1,
                      "maximumReorder": 1,
                      "orderMultiple": 23.1,
                      "sellMultiple": 24.1,
                      "baseMultiple": 25.1,
                      "hostStandardCost": 26,
                      "hostTotalCost": 27,
                      "hostRetail": 28,
                      "hostLandedUnitCostEx": 29,
                      "hostLandedUnitCostInc": 30,
                      "hostDesc": "sample string 31",
                      "directIndicator": "sample string 32",
                      "availableToOrder": true,
                      "hostRangeIndicator": "sample string 34",
                      "hostProductType": "sample string 35",
                      "hostProductGrade": "sample string 36",
                      "hostProductGroup": "sample string 37",
                      "hostSlowMoving": true,
                      "hostGeneralMerchandise": true,
                      "hostPillar": "sample string 40",
                      "hostLastUpdated": "2025-08-02T23:19:33.3378255",
                      "rebate": 1.0,
                      "rebateExclude": true,
                      "invoiceCodes": [
                        {
                          "$id": "17",
                          "pluG_UID": "mh376Rz+hEuo8g83OKgkAQ==",
                          "pluGuid": "e9fb1d9a-fe1c-4b84-a8f2-0f3738a82401",
                          "supplierIdentifier": "uAFLWXKubEKxLYYbpISbsA==",
                          "supplierIdentifierGuid": "594b01b8-ae72-426c-b12d-861ba4849bb0",
                          "invoiceCode": "sample string 1",
                          "storeIDs": [
                            1,
                            2
                          ]
                        },
                        {
                          "$ref": "17"
                        }
                      ],
                      "storeIDs": [
                        1,
                        2
                      ],
                      "preferredSupplier": true,
                      "preferredRebateSupplier": true,
                      "supplierName": "sample string 41",
                      "salesMode": 42,
                      "orderPacked": true,
                      "active": true,
                      "price": 1,
                      "costGstPercent": 44,
                      "parentPluG_UID": "FM7QWCVo80eTbM8gjKzhFQ==",
                      "parentPluGuid": "58d0ce14-6825-47f3-936c-cf208cace115",
                      "freight": 45.0,
                      "freightType": 1,
                      "product": {
                        "$id": "18",
                        "plu": 1,
                        "storeID": 1,
                        "masterPluG_UID": "QEA=",
                        "storeIDs": [
                          1,
                          2
                        ],
                        "g_UId": "Y2DtTe/hukaYExwcEs3kkA==",
                        "guid": "4ded6063-e1ef-46ba-9813-1c1c12cde490",
                        "apn": "sample string 1",
                        "apnChanged": true,
                        "apnSwitched": true,
                        "barcode": "sample string 4",
                        "itemNumber": "sample string 5",
                        "itemNumberChanged": true,
                        "priceGroupG_UID": "PmZmGqRrR0eTaebsIHVlCg==",
                        "priceGroupGuid": "1a66663e-6ba4-4747-9369-e6ec2075650a",
                        "blueprintID": 1,
                        "lastCountedDate": "2025-08-02T23:19:33.3378255",
                        "externalID": "sample string 7",
                        "active": true,
                        "activated": "2025-08-02T23:19:33.3378255",
                        "pluCreated": "2025-08-02T23:19:33.3378255",
                        "createdByUser": "sample string 9",
                        "name": "sample string 10",
                        "nameChanged": true,
                        "secondDescription": "sample string 12",
                        "hostDescription": "sample string 13",
                        "keepCartonQty": true,
                        "keepDescription": true,
                        "keepDepartments": true,
                        "keepSuppliers": true,
                        "markdownDescription": "sample string 18",
                        "altDescription": "sample string 19",
                        "bestOrExpire": 20,
                        "lastUpdate": "2025-08-02T23:19:33.3378255",
                        "lastManualUpdate": "2025-08-02T23:19:33.3378255",
                        "imageName": "sample string 23",
                        "showImageOnFlipCharts": true,
                        "showTextOnFlipCharts": true,
                        "overrideFlipChartText": true,
                        "flipChartText": "sample string 27",
                        "salesMode": 1,
                        "eftCode": 1,
                        "price": 1,
                        "priceChanged": true,
                        "rrp": 1,
                        "gstPercent": 28,
                        "gstPercentChanged": true,
                        "costGSTPercent": 29,
                        "costGSTPercentChanged": true,
                        "wetPercent": 1,
                        "priceOverride": 1,
                        "cost": 1,
                        "currentCost": 1,
                        "currentCostDecimals": 1,
                        "grossProfit": 1.0,
                        "currentCostDesc": "sample string 30",
                        "currentCostEnd": "2025-08-02T23:19:33.3378255",
                        "currentCostUpdated": "2025-08-02T23:19:33.3378255",
                        "costDecimals": 31,
                        "costChanged": true,
                        "dealCostIdentifier": "QEA=",
                        "excludeFromRebate": true,
                        "rebateOverride": 1,
                        "costCalcMethod": 32,
                        "costCalcMethodChanged": true,
                        "costEffectiveDate": "2025-08-02T23:19:33.3378255",
                        "defaultGP": 1,
                        "breakTargetMode": 33,
                        "break1": 1,
                        "price1": 1,
                        "target1": 34,
                        "break2": 1,
                        "price2": 1,
                        "target2": 35,
                        "break3": 1,
                        "price3": 1,
                        "target3": 36,
                        "break1Changed": true,
                        "price1Changed": true,
                        "target1Changed": true,
                        "break2Changed": true,
                        "price2Changed": true,
                        "target2Changed": true,
                        "break3Changed": true,
                        "price3Changed": true,
                        "target3Changed": true,
                        "breakTargetModeChanged": true,
                        "margin": 1.1,
                        "marginChanged": true,
                        "marginRanged": true,
                        "marginRangedChanged": true,
                        "minimumMargin": 1.1,
                        "minimumMarginChanged": true,
                        "maximumMargin": 1.1,
                        "maximumMarginChanged": true,
                        "overrideHostWarehouseIndicator": true,
                        "overrideHostWarehouseIndicatorChanged": true,
                        "overrideHostPrice": true,
                        "overrideHostPriceChanged": true,
                        "overrideHostCost": true,
                        "overrideHostCostChanged": true,
                        "overrideHostMargin": true,
                        "overrideHostMarginChanged": true,
                        "alwaysApplyMargin": true,
                        "alwaysApplyMarginChanged": true,
                        "aws": 1.0,
                        "awsUpdated": "2025-08-02T23:19:33.3534647",
                        "posTare": 1,
                        "altPrice": 1.0,
                        "altPriceChanged": true,
                        "altPriceMode": 53,
                        "altPriceModeChanged": true,
                        "altPLUG_UID": "BHvh4YSXQEWYMzY+PcsoaQ==",
                        "altPLUGuid": "e1e17b04-9784-4540-9833-363e3dcb2869",
                        "altPLUGuidChanged": true,
                        "altPriceDescription1": "sample string 54",
                        "altPriceDescription2": "sample string 55",
                        "cartonQuantity": 56,
                        "cartonQuantityChanged": true,
                        "trayID": 1,
                        "promptID": 1,
                        "tare": 1,
                        "packQty": 1,
                        "fixedWeight": 1,
                        "extraMesg": 1,
                        "text1": "sample string 58",
                        "text2": "sample string 59",
                        "text3": "sample string 60",
                        "labelText": "sample string 61",
                        "labelTextChanged": true,
                        "sendToScale": true,
                        "nonScaleWeigh": true,
                        "labelFormat": "sample string 65",
                        "barcodeFormat": "sample string 66",
                        "austMade": 1,
                        "coolCode": 67,
                        "countryOfOrigin": "sample string 68",
                        "percentContent": 69.1,
                        "departmentID": 1,
                        "subDepartmentID": 1,
                        "minorDepartmentID": 1,
                        "lesserDepartmentID": 1,
                        "deptCode": "sample string 70",
                        "subDeptCode": "sample string 71",
                        "minorDeptCode": "sample string 72",
                        "lesserDeptCode": "sample string 73",
                        "deptName": "sample string 74",
                        "subDeptName": "sample string 75",
                        "minorDeptName": "sample string 76",
                        "lesserDeptName": "sample string 77",
                        "departmentChanged": true,
                        "subCategoryID": 1,
                        "expiry": 1,
                        "showDays": 1,
                        "datePrint": 1,
                        "labelRequired": true,
                        "labelShelfQty": 80,
                        "labelShelfChanged": true,
                        "labelTalkerQty": 82,
                        "labelSmall": true,
                        "labelLastPrinted": "2025-08-02T23:19:33.3534647",
                        "labelLastPrice": 1,
                        "shelfPageLayoutG_UID": "PllE1ImizkW1uUR9G8v3Bg==",
                        "shelfPageLayoutGuid": "d444593e-a289-45ce-b5b9-447d1bcbf706",
                        "talkerPageLayoutG_UID": "kJoMLqaHEUC7w7JQyrbzHA==",
                        "talkerPageLayoutGuid": "2e0c9a90-87a6-4011-bbc3-b250cab6f31c",
                        "unitMeasure": 1.1,
                        "unitMeasureChanged": true,
                        "unitMeasureKind": 85,
                        "unitMeasureKindChanged": true,
                        "signIQData": "sample string 87",
                        "refresh": true,
                        "earnLoyaltyPoints": true,
                        "earnLoyaltyPointsChanged": true,
                        "quantityOverride": true,
                        "quantityOverrideChanged": true,
                        "quantityRequired": true,
                        "quantityRequiredChanged": true,
                        "allowDiscounts": true,
                        "allowDiscountsChanged": true,
                        "discountDiscounts": true,
                        "discountDiscountsChanged": true,
                        "itemRecalled": true,
                        "itemRecalledChanged": true,
                        "noRefund": true,
                        "noRefundChanged": true,
                        "allowMarkdown": true,
                        "allowMarkdownChanged": true,
                        "priceRequired": true,
                        "priceRequiredChanged": true,
                        "fuelItem": true,
                        "fuelItemChanged": true,
                        "trackSerial": true,
                        "trackSerialChanged": true,
                        "allowZeroPrice": true,
                        "allowZeroPriceChanged": true,
                        "notForSale": 91,
                        "notForSaleChanged": true,
                        "excludeFromDeals": true,
                        "excludeFromVoucher": true,
                        "minimumAge": 94,
                        "minimumAgeChanged": true,
                        "buyingLimit": 1,
                        "buyingLimitChanged": true,
                        "buyingLimitIndependent": true,
                        "buyingLimitIndependentChanged": true,
                        "inventoryGuid": "YqvbLPObC0qnLDfrAuh3Kw==",
                        "inventoryIdentifier": "2cdbab62-9bf3-4a0b-a72c-37eb02e8772b",
                        "inventoryAccuracy": 1,
                        "baseUnits": 98,
                        "orderPacked": 1,
                        "isManufactured": true,
                        "isIngredient": true,
                        "isModifier": true,
                        "isModifierChanged": true,
                        "hasModifiers": 99,
                        "defaultPrinter": "sample string 100",
                        "defaultPrinterGroup": "sample string 101",
                        "ingredientsOnManufacture": true,
                        "manufactureUnitMeasure": 1,
                        "mpl": 1,
                        "maxShelfQty": 102,
                        "allowAutoOrder": true,
                        "warrantyPeriod": 1,
                        "parentPluG_UId": "GfYVtS/txUSAx03HX7Y4Sg==",
                        "parentPluGuid": "b515f619-ed2f-44c5-80c7-4dc75fb6384a",
                        "preferredHostVendor": 104,
                        "preferredHostChanged": true,
                        "code": "sample string 106",
                        "supplierIdentifier": "OKG1lW3y1kWopkwEeCDzng==",
                        "supplierIdentifierGuid": "95b5a138-f26d-45d6-a8a6-4c047820f39e",
                        "supplierChanged": true,
                        "rebateSupplierIdentifier": "SY9kNhWuqU6OMtJyz6V0EA==",
                        "rebateSupplierIdentifierGuid": "36648f49-ae15-4ea9-8e32-d272cfa57410",
                        "rebateSupplierChanged": true,
                        "availableForOrder": true,
                        "warehouseDirectIndicator": "sample string 108",
                        "warehouseDirectIndicatorChanged": true,
                        "productGrade": "sample string 110",
                        "productType": "sample string 111",
                        "productGroup": "sample string 112",
                        "complianceIndicator": "sample string 113",
                        "inhouseBrand": "sample string 114",
                        "slowMoving": true,
                        "generalMerchandise": true,
                        "comment": "sample string 117",
                        "lastUpdatedByUser": "sample string 118",
                        "lastManualUpdatedByUser": "sample string 119",
                        "lastUpdatedByUserOverride": true,
                        "lastUpdatedByHost": "2025-08-02T23:19:33.3534647",
                        "commodity": "sample string 121",
                        "businessPillar": "sample string 122",
                        "mscCommodity": "sample string 123",
                        "hostIdentifier": "6cBk+OoqxESspyy9WndMsg==",
                        "hostIdentifierGuid": "f864c0e9-2aea-44c4-aca7-2cbd5a774cb2",
                        "serviceFeeID": 1,
                        "serviceFeeIDChanged": true,
                        "providerName": "sample string 125",
                        "aisleEnds": "sample string 126",
                        "deleted": true,
                        "deletedChanged": true,
                        "hidden": true,
                        "doNotRange": true,
                        "doNotRangeChanged": true,
                        "doNotOrder": true,
                        "doNotOrderChanged": true,
                        "locked": true,
                        "excludeFromWebUpdate": true,
                        "excludeFromWebUpdateChanged": true,
                        "webPriceBasedOn": 137,
                        "webPriceRounding": true,
                        "webMarkup": 139,
                        "webPriceMode": 140,
                        "altDepartmentID": 1,
                        "altSubDepartmentID": 1,
                        "altMinorDepartmentID": 1,
                        "altLesserDepartmentID": 1,
                        "altDeptCode": "sample string 141",
                        "altSubDeptCode": "sample string 142",
                        "altMinorDeptCode": "sample string 143",
                        "altLesserDeptCode": "sample string 144",
                        "altDepartmentChanged": true,
                        "storeProducts": [
                          {
                            "$ref": "18"
                          },
                          {
                            "$ref": "18"
                          }
                        ],
                        "store": {
                          "$ref": "9"
                        },
                        "storePrices": [
                          {
                            "$id": "19",
                            "pluG_UID": "w8pk+IPDcEeAFp2MmnWkjA==",
                            "pluGuid": "f864cac3-c383-4770-8016-9d8c9a75a48c",
                            "plu": 1,
                            "storeID": 1,
                            "zoneID": 2,
                            "zoneName": "sample string 3",
                            "store": "sample string 4",
                            "priceNow": 5,
                            "costNow": 6,
                            "costNowDecimals": 7,
                            "normalPrice": 8,
                            "gstPercent": 9,
                            "normalCost": 10,
                            "normalCostDecimals": 11,
                            "costGstPercent": 12,
                            "costCalcMethod": 1,
                            "currentCost": 13,
                            "currentCostDecimals": 14,
                            "break1": 15,
                            "price1": 16,
                            "break2": 17,
                            "price2": 18,
                            "break3": 19,
                            "price3": 20,
                            "fuelItem": 21,
                            "fixedWeight": 22,
                            "active": true,
                            "complianceIndicator": "sample string 23",
                            "doNotOrder": true,
                            "doNotRange": true,
                            "isNormalPriceChangesCampaign": true,
                            "updated": "2025-08-02T23:19:33.3534647"
                          },
                          {
                            "$ref": "19"
                          }
                        ],
                        "currentPrices": {
                          "$id": "20",
                          "pluPrices": {
                            "$id": "21",
                            "plu": 1,
                            "pluG_UID": "QEA=",
                            "stores": [
                              1,
                              2
                            ],
                            "normalPrice": 1,
                            "cost": 2,
                            "break1": 3,
                            "price1": 4,
                            "break2": 5,
                            "price2": 6,
                            "break3": 7,
                            "price3": 8,
                            "discountPrice": 9,
                            "acceptedUtc": "2025-08-02T23:19:33.3534647",
                            "priceChangeType": 0,
                            "costDecimals": 10
                          },
                          "normalPluPrices": {
                            "$ref": "21"
                          },
                          "winningCampaign": 1,
                          "winner": {
                            "$id": "22",
                            "campaignName": "sample string 1",
                            "campaignDescription": "sample string 2",
                            "startDate": "2025-08-02T23:19:33.3534647",
                            "startTime": 3,
                            "endDate": "2025-08-02T23:19:33.3534647",
                            "endTime": 4,
                            "newPrice": 5,
                            "newCost": 6,
                            "newCostDecimals": 7,
                            "pctDiscount": 8,
                            "promoType": 1,
                            "promotionTypeCode": "sample string 9",
                            "hostType": 10,
                            "hostIdentifier": "UIFXG1L49UyxAPg/SsWc1w==",
                            "hostIdentifierGuid": "1b578150-f852-4cf5-b100-f83f4ac59cd7",
                            "storeNames": [
                              "sample string 1",
                              "sample string 2"
                            ]
                          },
                          "details": [
                            {
                              "$ref": "22"
                            },
                            {
                              "$ref": "22"
                            }
                          ]
                        },
                        "tray": {
                          "$id": "23",
                          "g_UId": "+F0rCcZJmUOJi4Nvjx+FCQ==",
                          "guid": "092b5df8-49c6-4399-898b-836f8f1f8509",
                          "name": "sample string 1",
                          "number": 1,
                          "tare": 1
                        },
                        "priceGroup": {
                          "$id": "24",
                          "priceGroupG_UID": "zAQhpU4u9U2NecW/Ze3tPg==",
                          "priceGroupGuid": "a52104cc-2e4e-4df5-8d79-c5bf65eded3e",
                          "name": "sample string 2",
                          "code": 1,
                          "modified": true,
                          "updated": "2025-08-02T23:19:33.3534647",
                          "buyingLimit": 1,
                          "buyingLimitIndependent": true,
                          "buyingLimitType": 0,
                          "number": 1,
                          "products": [
                            {
                              "$ref": "18"
                            },
                            {
                              "$ref": "18"
                            }
                          ],
                          "productCount": 1
                        },
                        "priceGroupName": "sample string 146",
                        "nutrifacts": {
                          "$id": "25",
                          "pluG_UID": "Prdb5aWZjEmK8E3ZMjULRw==",
                          "pluGuid": "e55bb73e-99a5-498c-8af0-4dd932350b47",
                          "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": "26",
                          "pluGuid": "c4744277-1288-435b-b3c7-cfcc15384494",
                          "created": "2025-08-02T23:19:33.3534647",
                          "createdByUser": "sample string 1",
                          "activated": "2025-08-02T23:19:33.3534647",
                          "deactivated": "2025-08-02T23:19:33.3534647",
                          "lastOrdered": "2025-08-02T23:19:33.3534647",
                          "lastOrderedQty": 2.0,
                          "lastReceived": "2025-08-02T23:19:33.3534647",
                          "lastReceivedQty": 3.0,
                          "lastInvoiceStatus": 1,
                          "lastCounted": "2025-08-02T23:19:33.3534647",
                          "lastSold": "2025-08-02T23:19:33.3534647",
                          "firstSold": "2025-08-02T23:19:33.3534647",
                          "awsUpdated": "2025-08-02T23:19:33.3534647",
                          "lastManualUpdate": "2025-08-02T23:19:33.3534647",
                          "lastManualUpdatedByUser": "sample string 5",
                          "lastUpdated": "2025-08-02T23:19:33.3534647",
                          "lastUpdatedByUser": "sample string 7",
                          "lastUpdatedByHost": "2025-08-02T23:19:33.3534647",
                          "doNotRangeUpdated": "2025-08-02T23:19:33.3534647",
                          "doNotOrderUpdated": "2025-08-02T23:19:33.3534647",
                          "tracked": "2025-08-02T23:19:33.3534647"
                        },
                        "allergens": [
                          {
                            "$id": "27",
                            "allergenID": 1,
                            "pluG_UID": "F+66mKt4UUm0CZzVON/fzg==",
                            "pluGuid": "98baee17-78ab-4951-b409-9cd538dfdfce",
                            "contains": 2,
                            "allergenName": "sample string 3",
                            "storeIDs": [
                              1,
                              2
                            ]
                          },
                          {
                            "$ref": "27"
                          }
                        ],
                        "costs": {
                          "$id": "28",
                          "pluG_UID": "3aBDvApUe0Cww5DtzfmK+w==",
                          "pluGuid": "bc43a0dd-540a-407b-b0c3-90edcdf98afb",
                          "enteredCost": 1,
                          "weightedAvgCost": 1,
                          "lastCost": 1,
                          "rawEnteredCost": 2,
                          "rawWeightedAvgCost": 3,
                          "rawLastCost": 4,
                          "freight": 5.0,
                          "freightType": 6,
                          "costDecimals": 7,
                          "fifoCost": 1,
                          "updated": "2025-08-02T23:19:33.3534647",
                          "normalCost": 1,
                          "currentCost": 1
                        },
                        "sales": [
                          {
                            "$id": "29",
                            "saleHeaderID": 1,
                            "created": "2025-08-02T23:19:33.3534647",
                            "createdLocal": "2025-08-02T23:19:33.3534647",
                            "storeID": 3,
                            "storeName": "sample string 4",
                            "operatorG_Uid": "Psg7tZw8aUWfYTdAQnSP2g==",
                            "operatorGuid": "b53bc83e-3c9c-4569-9f61-374042748fda",
                            "operatorName": "sample string 5",
                            "tranType": 1,
                            "plu": 1,
                            "pluG_UId": "ZUe3ODwMGEmu06y77h7ovw==",
                            "pluGuid": "38b74765-0c3c-4918-aed3-acbbee1ee8bf",
                            "normalPrice": 1,
                            "totalCents": 1,
                            "cost": 1,
                            "grossProfit": 1,
                            "quantity": 1,
                            "operator": {
                              "$id": "30",
                              "id": 1,
                              "g_Uid": "PK+nuhh4hEeUamIWQM65MQ==",
                              "guid": "baa7af3c-7818-4784-946a-621640ceb931",
                              "operatorNumber": 1,
                              "shortName": "sample string 2",
                              "firstName": "sample string 3",
                              "lastName": "sample string 4",
                              "password": "sample string 5",
                              "hasPassword": true,
                              "passwordText": "sample string 6",
                              "rfidTagID": "sample string 7",
                              "blueprintID": 1,
                              "groupID": 1,
                              "groupName": "sample string 8",
                              "managerGroupID": 1,
                              "managerGroupName": "sample string 9",
                              "zoneID": 1,
                              "zoneName": "sample string 10",
                              "loggedIn": 1,
                              "lastUsedIP": "sample string 11",
                              "deleted": true,
                              "locked": true,
                              "allowOpenTill": true,
                              "webEmail": "sample string 14",
                              "simpleOperatorType": 0,
                              "webRole": "sample string 15",
                              "updated": "2025-08-02T23:19:33.3534647",
                              "passwordResetRequired": true,
                              "alteredInStore": true,
                              "startShift": "2025-08-02T23:19:33.3534647",
                              "endShift": "2025-08-02T23:19:33.3534647",
                              "machineName": "sample string 20",
                              "drawerID": 1,
                              "stores": [
                                {
                                  "$id": "31",
                                  "operatorG_UID": "/loIcetZlUibh/hddlPTMg==",
                                  "operatorGuid": "71085afe-59eb-4895-9b87-f85d7653d332",
                                  "storeID": 2,
                                  "operator": {
                                    "$ref": "30"
                                  },
                                  "store": {
                                    "$ref": "9"
                                  }
                                },
                                {
                                  "$ref": "31"
                                }
                              ]
                            }
                          },
                          {
                            "$ref": "29"
                          }
                        ],
                        "apns": [
                          {
                            "$id": "32",
                            "pluID": 1,
                            "pluG_UID": "SAM1Blhl40i7HgIpo496Mw==",
                            "pluGuid": "06350348-6558-48e3-bb1e-0229a38f7a33",
                            "apn": "sample string 1",
                            "deleted": true,
                            "storeID": 1,
                            "storeIDs": [
                              1,
                              2
                            ]
                          },
                          {
                            "$ref": "32"
                          }
                        ],
                        "tuns": [
                          {
                            "$id": "33",
                            "pluG_UId": "58sEHdbY+keEyipqCRlFdg==",
                            "pluGuid": "1d04cbe7-d8d6-47fa-84ca-2a6a09194576",
                            "apn": "sample string 1",
                            "tun": "sample string 2",
                            "cartonQuantity": 3,
                            "product": {
                              "$ref": "18"
                            },
                            "storeIDs": [
                              1,
                              2
                            ]
                          },
                          {
                            "$ref": "33"
                          }
                        ],
                        "competitionPricing": [
                          {
                            "$id": "34",
                            "identifier": "xYRRFf02XUO+lMOaDMYKtQ==",
                            "identifierGuid": "155184c5-36fd-435d-be94-c39a0cc60ab5",
                            "pluG_UID": "ZMnqMhumpEqXFz2zb9CtPw==",
                            "pluGuid": "32eac964-a61b-4aa4-9717-3db36fd0ad3f",
                            "competitionID": 1,
                            "name": "sample string 2",
                            "sellMultiple": 3,
                            "retailPrice": 4,
                            "storeName": "sample string 5"
                          },
                          {
                            "$ref": "34"
                          }
                        ],
                        "supplier": {
                          "$ref": "13"
                        },
                        "supplierName": "sample string 147",
                        "children": [
                          {
                            "$ref": "18"
                          },
                          {
                            "$ref": "18"
                          }
                        ],
                        "ordering": {
                          "$ref": "16"
                        },
                        "flipChartPages": [
                          {
                            "$id": "35",
                            "identifier": "1beOh2pqEkORTLTTvnit3Q==",
                            "groupName": "sample string 1",
                            "identifierGuid": "878eb7d5-6a6a-4312-914c-b4d3be78addd",
                            "exists": true,
                            "flipChartIdentifier": "HCtdbuxiG0qcJasA6W53RQ==",
                            "flipChartIdentifierGuid": "6e5d2b1c-62ec-4a1b-9c25-ab00e96e7745",
                            "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": "nGI2xV8k2kGPjdRkDIepCg==",
                            "groupIdentifierGuid": "c536629c-245f-41da-8f8d-d4640c87a90a",
                            "flipChart": {
                              "$id": "36",
                              "identifier": "L6wy5B0CS0CqGC5ITUML/A==",
                              "identifierGuid": "e432ac2f-021d-404b-aa18-2e484d430bfc",
                              "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": "37",
                                "identifier": "vDFj0IRQ/Ui75HaQGbSKNg==",
                                "identifierGuid": "d06331bc-5084-48fd-bbe4-769019b48a36",
                                "name": "sample string 2",
                                "formType": "sample string 3",
                                "forms": [
                                  {
                                    "$id": "38",
                                    "id": 1,
                                    "g_UID": "3W0r++8aA0qtqijPqf4nJw==",
                                    "guid": "fb2b6ddd-1aef-4a03-adaa-28cfa9fe2727",
                                    "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": "czYkc7Skwk6hrdXHJXdCvg==",
                                    "previousFormGuid": "73243673-a4b4-4ec2-a1ad-d5c7257742be",
                                    "nextForm": 1,
                                    "nextFormG_UID": "mBp/G+K+8Ea5MblmSX9/8Q==",
                                    "nextFormGuid": "1b7f1a98-bee2-46f0-b931-b966497f7ff1",
                                    "attributes": "sample string 10",
                                    "updated": "2025-08-02T23:19:33.3534647",
                                    "positioning": 1,
                                    "contentPanel": "sample string 11",
                                    "selectionMode": 1,
                                    "maximumSelections": 1,
                                    "alteredInStore": true,
                                    "deleted": true,
                                    "blueprintID": 1,
                                    "preserveLayout": true,
                                    "mainCheckoutFormName": "sample string 13",
                                    "nextCheckoutForm": {
                                      "$ref": "38"
                                    },
                                    "previousCheckoutForm": {
                                      "$ref": "38"
                                    },
                                    "buttons": [
                                      {
                                        "$id": "39",
                                        "id": 1,
                                        "checkoutFormID": 2,
                                        "checkoutFormG_UID": "65Rt/YL4fEiFvB7ZETHGqw==",
                                        "checkoutFormGuid": "fd6d94eb-f882-487c-85bc-1ed91131c6ab",
                                        "identifier": "BcuXTsTNk06H7LjSPVDYtA==",
                                        "identifierGuid": "4e97cb05-cdc4-4e93-87ec-b8d23d50d8b4",
                                        "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": "H8/6TgW8fku7kLDorU/lbQ==",
                                        "valueGuid": "4efacf1f-bc05-4b7e-bb90-b0e8ad4fe56d",
                                        "buttonText": "sample string 10",
                                        "valueText": "sample string 11",
                                        "drawImageAndButton": true,
                                        "updated": "2025-08-02T23:19:33.3534647",
                                        "action": "sample string 12",
                                        "valueForm": {
                                          "$ref": "38"
                                        },
                                        "image": {
                                          "$id": "40",
                                          "name": "sample string 3.sample string 4",
                                          "imageID": 2,
                                          "imageName": "sample string 3",
                                          "imageExtension": "sample string 4",
                                          "lastUpdate": "2025-08-02T23:19:33.3534647",
                                          "imageData": "QEA=",
                                          "readOnly": true
                                        }
                                      },
                                      {
                                        "$ref": "39"
                                      }
                                    ],
                                    "panels": [
                                      {
                                        "$id": "41",
                                        "id": 1,
                                        "checkoutFormID": 2,
                                        "checkoutFormG_UID": "KImVREsQQ0CEowLx358wOg==",
                                        "checkoutFormGuid": "44958928-104b-4043-84a3-02f1df9f303a",
                                        "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": "41"
                                      }
                                    ]
                                  },
                                  {
                                    "$ref": "38"
                                  }
                                ],
                                "panels": [
                                  {
                                    "$ref": "41"
                                  },
                                  {
                                    "$ref": "41"
                                  }
                                ]
                              },
                              "pages": [
                                {
                                  "$ref": "35"
                                },
                                {
                                  "$ref": "35"
                                }
                              ]
                            },
                            "contentPanel": {
                              "$ref": "41"
                            },
                            "products": [
                              {
                                "$id": "42",
                                "flipChartPageIdentifier": "anicZhBtlkynSiO7L6qO1A==",
                                "flipChartPageIdentifierGuid": "669c786a-6d10-4c96-a74a-23bb2faa8ed4",
                                "pluG_UID": "wbKAnAb08USu+NpSWoR0SQ==",
                                "pluGuid": "9c80b2c1-f406-44f1-aef8-da525a847449",
                                "sortOrder": 3,
                                "sent": true,
                                "productChanged": true,
                                "productImageName": "sample string 6",
                                "productShowImageOnFlipCharts": true,
                                "productShowTextOnFlipCharts": true,
                                "productOverrideFlipChartText": true,
                                "productFlipChartText": "sample string 10",
                                "product": {
                                  "$ref": "18"
                                },
                                "departmentSortOrder": 11,
                                "subDepartmentName": "sample string 12"
                              },
                              {
                                "$ref": "42"
                              }
                            ],
                            "productCount": 27,
                            "pages": [
                              {
                                "$ref": "35"
                              },
                              {
                                "$ref": "35"
                              }
                            ]
                          },
                          {
                            "$ref": "35"
                          }
                        ],
                        "priceHistory": [
                          {
                            "$id": "43",
                            "pluG_UID": "qMXdDp2qQE2yLFs/k35NPQ==",
                            "pluGuid": "0eddc5a8-aa9d-4d40-b22c-5b3f937e4d3d",
                            "price": 1,
                            "costCalcMethod": 1,
                            "cost": 2,
                            "weightedAvgCost": 3,
                            "lastCost": 4,
                            "rawCost": 5,
                            "rawWeightedAvgCost": 6,
                            "rawLastCost": 7,
                            "costDecimals": 8,
                            "serviceFeeID": 9,
                            "freight": 10.0,
                            "freightType": 11,
                            "process": "sample string 12",
                            "user": "sample string 13",
                            "updated": "2025-08-02T23:19:33.3534647",
                            "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": "43"
                          }
                        ],
                        "ingredients": [
                          {
                            "$id": "44",
                            "pluG_UID": "hn2EIXc++keDPKjHRqtt5w==",
                            "ingredientGuid": "vrjIwf8P2Uuf4/hy6KcPRQ==",
                            "ingredientIdentifier": "c1c8b8be-0fff-4bd9-9fe3-f872e8a70f45",
                            "quantity": 1.0,
                            "storeIDs": [
                              1,
                              2
                            ],
                            "ingredientText": "sample string 1",
                            "ingredient": {
                              "$ref": "18"
                            }
                          },
                          {
                            "$ref": "44"
                          }
                        ],
                        "bins": [
                          {
                            "$id": "45",
                            "pluG_UID": "g2KRHfvdh0iw88DVp7kmEA==",
                            "pluGuid": "1d916283-ddfb-4887-b0f3-c0d5a7b92610",
                            "shelfLocationIdentifier": "UkP1ooCk6kOq9EYrRz7O6A==",
                            "shelfLocationGuid": "a2f54352-a480-43ea-aaf4-462b473ecee8",
                            "labelShelfDefault": 1,
                            "labelTalkerDefault": 1,
                            "labelSmall": true,
                            "labelPageLayoutG_UID": "qxaZ/XCY/k6yPvdEqye+rA==",
                            "labelPageLayoutGuid": "fd9916ab-9870-4efe-b23e-f744ab27beac",
                            "updated": "2025-08-02T23:19:33.3534647",
                            "electronicShelfLabelIdentifier": "sample string 5",
                            "electronicshelfLabelsConfigurationID": 6,
                            "labelShelfChanged": true,
                            "productName": "sample string 8",
                            "locationText": "sample string 9",
                            "product": {
                              "$ref": "18"
                            },
                            "location": {
                              "$id": "46",
                              "identifier": "vSX0VD1cPUeJVozLxq0cHg==",
                              "storeID": 1,
                              "identifierGuid": "54f425bd-5c3d-473d-8956-8ccbc6ad1c1e",
                              "name": "sample string 2",
                              "haccp": true,
                              "blueprintID": 1,
                              "updated": "2025-08-02T23:19:33.3534647",
                              "minTemp": 1,
                              "maxTemp": 1,
                              "checkFrequency": 1,
                              "storeCaseConfiguration": 5,
                              "storeName": "sample string 6",
                              "bins": [
                                {
                                  "$ref": "45"
                                },
                                {
                                  "$ref": "45"
                                }
                              ]
                            }
                          },
                          {
                            "$ref": "45"
                          }
                        ],
                        "bin": {
                          "$ref": "45"
                        },
                        "scaleLocations": [
                          {
                            "$id": "47",
                            "plu": 1,
                            "pluG_UID": "NFRILGVSOUqkfkO4YkocCA==",
                            "pluGuid": "2c485434-5265-4a39-a47e-43b8624a1c08",
                            "deptNo": 1,
                            "product": {
                              "$ref": "18"
                            },
                            "scaleLocation": {
                              "$id": "48",
                              "id": 1,
                              "deptNo": 1,
                              "deptCode": "sample string 2",
                              "name": "sample string 3",
                              "enabled": true,
                              "updated": "2025-08-02T23:19:33.3534647",
                              "department": {
                                "$id": "49",
                                "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": "48"
                                },
                                "subDepartments": [
                                  {
                                    "$id": "50",
                                    "id": 1,
                                    "departmentID": 2,
                                    "name": "sample string 3",
                                    "code": "sample string 4",
                                    "departmentCode": "sample string 5",
                                    "externalSales": true,
                                    "minorDepartments": [
                                      {
                                        "$id": "51",
                                        "id": 1,
                                        "subDepartmentID": 2,
                                        "departmentID": 3,
                                        "name": "sample string 4",
                                        "subDepartmentCode": "sample string 5",
                                        "departmentCode": "sample string 6",
                                        "code": "sample string 7",
                                        "lesserDepartments": [
                                          {
                                            "$id": "52",
                                            "id": 1,
                                            "departmentID": 2,
                                            "subDepartmentID": 3,
                                            "minorDepartmentID": 4,
                                            "name": "sample string 5",
                                            "code": "sample string 6",
                                            "departmentCode": "sample string 7",
                                            "subDepartmentCode": "sample string 8",
                                            "minorDepartmentCode": "sample string 9",
                                            "updated": "2025-08-02T23:19:33.3534647",
                                            "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": "SgcDP5/yLUGYwgMqYH1+ww==",
                                            "labelPageLayoutGuid": "3f03074a-f29f-412d-98c2-032a607d7ec3",
                                            "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": "53",
                                              "dept": 1,
                                              "category": 2,
                                              "name": "sample string 3",
                                              "active": true,
                                              "mscCommodities": [
                                                {
                                                  "$id": "54",
                                                  "dept": 1,
                                                  "category": 2,
                                                  "commodity": 3,
                                                  "name": "sample string 4",
                                                  "active": true,
                                                  "mscSubCommodities": [
                                                    {
                                                      "$id": "55",
                                                      "dept": 1,
                                                      "category": 2,
                                                      "commodity": 3,
                                                      "subCommodity": 4,
                                                      "name": "sample string 5",
                                                      "active": true,
                                                      "subCommodityCode": "sample string 7"
                                                    },
                                                    {
                                                      "$ref": "55"
                                                    }
                                                  ],
                                                  "commodityCode": "sample string 6"
                                                },
                                                {
                                                  "$ref": "54"
                                                }
                                              ],
                                              "categoryCode": "sample string 5"
                                            },
                                            "mscCom": {
                                              "$ref": "54"
                                            },
                                            "mscDep": {
                                              "$id": "56",
                                              "dept": 1,
                                              "name": "sample string 2",
                                              "active": true,
                                              "mscCategories": [
                                                {
                                                  "$ref": "53"
                                                },
                                                {
                                                  "$ref": "53"
                                                }
                                              ],
                                              "deptCode": "sample string 4"
                                            },
                                            "mscSubCom": {
                                              "$ref": "55"
                                            }
                                          },
                                          {
                                            "$ref": "52"
                                          }
                                        ],
                                        "updated": "2025-08-02T23:19:33.3534647",
                                        "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": "9pCoeN6NZ0y3LWOMHz1/8Q==",
                                        "labelPageLayoutGuid": "78a890f6-8dde-4c67-b72d-638c1f3d7ff1",
                                        "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": "53"
                                        },
                                        "mscCom": {
                                          "$ref": "54"
                                        },
                                        "mscDep": {
                                          "$ref": "56"
                                        },
                                        "mscSubCom": {
                                          "$ref": "55"
                                        }
                                      },
                                      {
                                        "$ref": "51"
                                      }
                                    ],
                                    "investmentBuyOverride": true,
                                    "updated": "2025-08-02T23:19:33.3534647",
                                    "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": "bhFa3CuYbUudeBnnyMaLfg==",
                                    "labelPageLayoutGuid": "dc5a116e-982b-4b6d-9d78-19e7c8c68b7e",
                                    "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": "53"
                                    },
                                    "mscCom": {
                                      "$ref": "54"
                                    },
                                    "mscDep": {
                                      "$ref": "56"
                                    },
                                    "mscSubCom": {
                                      "$ref": "55"
                                    }
                                  },
                                  {
                                    "$ref": "50"
                                  }
                                ],
                                "stores": [
                                  1,
                                  2
                                ],
                                "investmentBuyOverride": true,
                                "updated": "2025-08-02T23:19:33.3534647",
                                "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": "pvl6nbeglkepv2/fWd3DMQ==",
                                "labelPageLayoutGuid": "9d7af9a6-a0b7-4796-a9bf-6fdf59ddc331",
                                "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": "53"
                                },
                                "mscCom": {
                                  "$ref": "54"
                                },
                                "mscDep": {
                                  "$ref": "56"
                                },
                                "mscSubCom": {
                                  "$ref": "55"
                                }
                              }
                            }
                          },
                          {
                            "$ref": "47"
                          }
                        ],
                        "nextPrice": {
                          "$id": "57",
                          "id": 1,
                          "campaignID": 2,
                          "campaignName": "sample string 3",
                          "plu": 1,
                          "hostOfferID": 1,
                          "metcashPromotionID": "sample string 4",
                          "metcashPromotionPlacement": "sample string 5",
                          "pluG_UID": "m6GQhKkiYE+fhql+LG+5EQ==",
                          "pluGuid": "8490a19b-22a9-4f60-9f86-a97e2c6fb911",
                          "newPrice": 1,
                          "pctDiscount": 1,
                          "newCost": 1,
                          "newCostDecimals": 6,
                          "dealCostIdentifier": "WHpvgFXXgEmLN46IKXWMWg==",
                          "dealCostGuid": "806f7a58-d755-4980-8b37-8e8829758c5a",
                          "pluName": "sample string 7",
                          "apn": "sample string 8",
                          "fuelItem": true,
                          "priceGroupG_UID": "9458degBmU290a3CVhuLIw==",
                          "priceGroupGuid": "757c8ef7-01e8-4d99-bdd1-adc2561b8b23",
                          "itemNumber": "sample string 10",
                          "cri": "sample string 11",
                          "pluPrice": 12,
                          "pluCost": 13,
                          "pluCostIndicator": "sample string 14",
                          "pluPriceGstPercent": 15,
                          "pluCostGstPercent": 16,
                          "pluActive": true,
                          "cartonQty": 1.1,
                          "baseUnits": 18.1,
                          "salesMode": 1,
                          "pluNormalCost": 19,
                          "pluaws": 20.0,
                          "directNumber": "sample string 21",
                          "departmentName": "sample string 22",
                          "subDepartmentName": "sample string 23",
                          "priceGroupName": "sample string 24",
                          "supplierName": "sample string 25",
                          "stockOnHand": 1.1,
                          "stockOnOrder": 1.1,
                          "lastReceived": "2025-08-02T23:19:33.3534647",
                          "rrp": 26,
                          "campaignDescription": "sample string 27",
                          "campaignComboPriceGroupG_UID": "9ly3ARjoUkGJp45fM2HlcQ==",
                          "campaignComboPriceGroupIdentifier": "01b75cf6-e818-4152-89a7-8e5f3361e571",
                          "promotionPlacementDescription": "sample string 28",
                          "storeAcceptances": [
                            {
                              "$id": "58",
                              "plu": 1,
                              "pluG_UId": "QEA=",
                              "campaignID": 1,
                              "campaignName": "sample string 2",
                              "storeID": 3,
                              "acceptedUtc": "2025-08-02T23:19:33.3534647",
                              "operatorG_UID": "BXQBX0l/7EumxgOWC0UawA==",
                              "operatorGuid": "5f017405-7f49-4bec-a6c6-03960b451ac0",
                              "machineID": 1,
                              "processed": true,
                              "appliedUtc": "2025-08-02T23:19:33.3534647",
                              "signIqTicketFileMovedUtc": "2025-08-02T23:19:33.3534647",
                              "user": "sample string 6",
                              "campaignDescription": "sample string 7",
                              "productDesc": "sample string 8",
                              "storeName": "sample string 9",
                              "effectiveUtc": "2025-08-02T23:19:33.3534647",
                              "priceChangeType": 0,
                              "operatorName": "sample string 10",
                              "hostCampaign": true,
                              "product": {
                                "$ref": "18"
                              },
                              "campaignPlu": {
                                "$ref": "57"
                              }
                            },
                            {
                              "$ref": "58"
                            }
                          ],
                          "campaign": {
                            "$id": "59",
                            "id": 1,
                            "storeID": 2,
                            "name": "2211efec-11e4-4968-84e8-052f24e54591",
                            "nameGuid": "2211efec-11e4-4968-84e8-052f24e54591",
                            "description": "sample string 4",
                            "showDiscounts": true,
                            "showTotals": true,
                            "onlyEvaluateOnSubtotal": true,
                            "useDescription": true,
                            "campaignType": 1,
                            "startDate": "2025-08-02T23:19:33.3534647",
                            "startTime": 1,
                            "endDate": "2025-08-02T23:19:33.3534647",
                            "endTime": 1,
                            "recurrence": 1,
                            "recurrenceType": 1,
                            "monthType": 1,
                            "weekDays": 1,
                            "months": 1,
                            "monthWeeks": 1,
                            "monthDays": "sample string 7",
                            "printed": true,
                            "talkerText": "sample string 8",
                            "rangeDescription": "sample string 9",
                            "dealDescription": "sample string 10",
                            "labelQuantity": 11,
                            "active": 1,
                            "deactivated": "2025-08-02T23:19:33.3534647",
                            "system": true,
                            "created": "2025-08-02T23:19:33.3534647",
                            "updated": "2025-08-02T23:19:33.3534647",
                            "priceChangeNotifiedUtc": "2025-08-02T23:19:33.3534647",
                            "promoType": 1,
                            "promotionTypeCode": "sample string 13",
                            "hostIdentifier": "dZacy+//5UyccHFDSnfMQA==",
                            "hostIdentifierGuid": "cb9c9675-ffef-4ce5-9c70-71434a77cc40",
                            "hostType": 14,
                            "createdByUser": "sample string 15",
                            "fromHost": true,
                            "deleted": true,
                            "campaignDeleted": "2025-08-02T23:19:33.3534647",
                            "updatedByUser": "sample string 18",
                            "offerID": 1,
                            "isPriceChangeCampaign": true,
                            "stores": [
                              1,
                              2
                            ],
                            "storeNames": [
                              "sample string 1",
                              "sample string 2"
                            ],
                            "campaignPlus": [
                              {
                                "$ref": "57"
                              },
                              {
                                "$ref": "57"
                              }
                            ],
                            "campaignPools": [
                              {
                                "$id": "60",
                                "id": 1,
                                "campaignID": 2,
                                "campaignName": "sample string 3",
                                "plu": 4,
                                "pluG_UID": "IUg7G3VrGEClo6PPaOZklA==",
                                "pluGuid": "1b3b4821-6b75-4018-a5a3-a3cf68e66494",
                                "hostOfferID": 1,
                                "priceGroupG_UID": "PvEM9dGKRkCk4Jo6EKnK7w==",
                                "priceGroupGuid": "f50cf13e-8ad1-4046-a4e0-9a3a10a9caef",
                                "fuelItem": true,
                                "pluName": "sample string 6",
                                "apn": "sample string 7",
                                "pluActive": true,
                                "cartonQty": 1,
                                "baseUnits": 9.1,
                                "cri": "sample string 10",
                                "salesMode": 1,
                                "pluaws": 11.0,
                                "directNumber": "sample string 12",
                                "departmentName": "sample string 13",
                                "subDepartmentName": "sample string 14",
                                "priceGroupName": "sample string 15",
                                "supplierName": "sample string 16",
                                "stockOnHand": 1.1,
                                "stockOnOrder": 1.1,
                                "lastReceived": "2025-08-02T23:19:33.3534647",
                                "rrp": 17,
                                "campaignDescription": "sample string 18",
                                "product": {
                                  "$ref": "18"
                                },
                                "campaign": {
                                  "$ref": "59"
                                }
                              },
                              {
                                "$ref": "60"
                              }
                            ],
                            "sellingRules": [
                              {
                                "$id": "61",
                                "id": 1,
                                "identifier": "976NwXzfokSdO4CD+YAjxQ==",
                                "identifierStr": "976NwXzfokSdO4CD+YAjxQ==",
                                "identifierGuid": "c18dbef7-df7c-44a2-9d3b-8083f98023c5",
                                "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": "59"
                                }
                              },
                              {
                                "$ref": "61"
                              }
                            ],
                            "customers": [
                              {
                                "$id": "62",
                                "id": 1,
                                "campaignID": 2,
                                "campaignName": "sample string 3",
                                "customerID": "Q/g68HDLXUCRc5+Ek0KqNg==",
                                "customerIDGuid": "f03af843-cb70-405d-9173-9f849342aa36",
                                "campaign": {
                                  "$ref": "59"
                                },
                                "customer": {
                                  "$id": "63",
                                  "identifier": "HzrYPjR5q0ScFiWDWdihsg==",
                                  "identifierGuid": "3ed83a1f-7934-44ab-9c16-258359d8a1b2",
                                  "code": "sample string 2",
                                  "familyName": "sample string 3",
                                  "givenName": "sample string 4",
                                  "otherName": "sample string 5",
                                  "title": "sample string 6",
                                  "dateOfBirth": "2025-08-02T23:19:33.3534647",
                                  "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": "z1fxJ6H7f0qPObG7VrDfsA==",
                                  "communityIdentifierGuid": "27f157cf-fba1-4a7f-8f39-b1bb56b0dfb0",
                                  "joined": "2025-08-02T23:19:33.3534647",
                                  "updated": "2025-08-02T23:19:33.3534647",
                                  "active": true,
                                  "reasonInactive": 1,
                                  "groupCustomer": true,
                                  "loyaltyPoints": 1,
                                  "homeStoreID": 1,
                                  "availableSpend": 1,
                                  "priceLevelIdentifier": "DbAFJmlsVE2pLionJaYr1Q==",
                                  "priceLevelIdentifierGuid": "2605b00d-6c69-4d54-a92e-2a2725a62bd5",
                                  "marketingID": "sample string 18",
                                  "hidden": true,
                                  "registered": true,
                                  "registeredOn": "2025-08-02T23:19:33.3534647",
                                  "emailMarketing": true,
                                  "smsMarketing": true,
                                  "deleted": true,
                                  "deletedUser": "sample string 24",
                                  "homeStoreName": "sample string 25",
                                  "customerCards": [
                                    {
                                      "$id": "64",
                                      "cardType": 2,
                                      "issueDate": "2025-08-02T23:19:33.3534647",
                                      "expiry": "2025-08-02T23:19:33.3534647",
                                      "customerID": "v4BenqZoMUWNACqa4FKu2w==",
                                      "customerIDGuid": "9e5e80bf-68a6-4531-8d00-2a9ae052aedb",
                                      "initialValue": 1,
                                      "currentValue": 1,
                                      "maxLimit": 1,
                                      "minTransaction": 1,
                                      "maxTransaction": 1,
                                      "multiplier": 1.1,
                                      "active": true,
                                      "reasonInactive": 1,
                                      "idRequired": true,
                                      "idType": 1,
                                      "idValue": "sample string 5",
                                      "updated": "2025-08-02T23:19:33.3534647",
                                      "linkedAccount": "Q1l2YJbnz0ayYGdXUBGhWQ==",
                                      "linkedAccountGuid": "60765943-e796-46cf-b260-67575011a159",
                                      "currentValueChanged": true,
                                      "limitsChanged": true,
                                      "customer": {
                                        "$ref": "63"
                                      },
                                      "account": {
                                        "$id": "65",
                                        "id": 1,
                                        "identifier": "7OeafIQv9UCs5kAdtbMGqw==",
                                        "identifierGuid": "7c9ae7ec-2f84-40f5-ace6-401db5b306ab",
                                        "referenceNo": "sample string 3",
                                        "name": "sample string 4",
                                        "created": "2025-08-02T23:19:33.3534647",
                                        "owner": "HNjcQLqZgE6GolIZDSHtew==",
                                        "ownerGuid": "40dcd81c-99ba-4e80-86a2-52190d21ed7b",
                                        "accountStoreGroupIdentifier": "C7TWFOR+h0S+S/Hn0Dyd5g==",
                                        "accountStoreGroupGuid": "14d6b40b-7ee4-4487-be4b-f1e7d03c9de6",
                                        "accountType": 1,
                                        "currentBalance": 1,
                                        "externalID": "sample string 7",
                                        "maximumLimit": 1,
                                        "accruePoints": true,
                                        "loyaltyPoints": 1,
                                        "termsOfTrade": 1,
                                        "signatureRequired": true,
                                        "referenceRequired": true,
                                        "statementSendType": 10,
                                        "ageingPeriod": 1,
                                        "monthlyAgeingPeriod": true,
                                        "explodedInvoice": true,
                                        "isFifoAllocation": true,
                                        "lastStatementSent": "2025-08-02T23:19:33.3534647",
                                        "active": true,
                                        "updated": "2025-08-02T23:19:33.3534647",
                                        "deleted": true,
                                        "deletedUser": "sample string 16",
                                        "currentBalanceChanged": true,
                                        "maximumLimitChanged": true,
                                        "loyaltyPointsChanged": true,
                                        "projectedBalance": 17,
                                        "accountStoreGroupStoreIDs": [
                                          1,
                                          2
                                        ],
                                        "customerEmail": "sample string 18",
                                        "ownerCustomer": {
                                          "$ref": "63"
                                        },
                                        "card": {
                                          "$ref": "64"
                                        },
                                        "members": {
                                          "$id": "66",
                                          "sample string 1": [
                                            {
                                              "$ref": "63"
                                            },
                                            {
                                              "$ref": "63"
                                            }
                                          ],
                                          "sample string 2": [
                                            {
                                              "$ref": "63"
                                            },
                                            {
                                              "$ref": "63"
                                            }
                                          ]
                                        },
                                        "customerGroups": [
                                          {
                                            "$id": "67",
                                            "identifier": "4lEySRB/mkuVA0A2q4JV+w==",
                                            "identifierGuid": "493251e2-7f10-4b9a-9503-4036ab8255fb",
                                            "name": "sample string 2",
                                            "primaryContact": "BE1iMAM45UqctbIDxj7S8Q==",
                                            "primaryContactGuid": "30624d04-3803-4ae5-9cb5-b203c63ed2f1",
                                            "accountID": "l0Lxdfvne0yi/bxgJvET9A==",
                                            "accountIDGuid": "75f14297-e7fb-4c7b-a2fd-bc6026f113f4",
                                            "special": true,
                                            "updated": "2025-08-02T23:19:33.3534647",
                                            "active": true,
                                            "reasonInactive": 1,
                                            "priceLevelIdentifier": "ZnaG0P7s7kmFaxaMdTCKmA==",
                                            "priceLevelIdentifierGuid": "d0867666-ecfe-49ee-856b-168c75308a98",
                                            "deleted": true,
                                            "account": {
                                              "$ref": "65"
                                            },
                                            "primaryContactCustomer": {
                                              "$ref": "63"
                                            },
                                            "customerGroupMembers": [
                                              {
                                                "$id": "68",
                                                "id": 1,
                                                "groupID": "G57JDYgOh0OTrAqM20AYdg==",
                                                "groupIDGuid": "0dc99e1b-0e88-4387-93ac-0a8cdb401876",
                                                "customerID": "WhN9YiGOWkqpOxLZyBfH1A==",
                                                "customerIDGuid": "627d135a-8e21-4a5a-a93b-12d9c817c7d4",
                                                "card": "sample string 4",
                                                "linkedAccount": "ZGw0ByTfpk+Kmuy29qhhTg==",
                                                "linkedAccountGuid": "07346c64-df24-4fa6-8a9a-ecb6f6a8614e",
                                                "customer": {
                                                  "$ref": "63"
                                                },
                                                "group": {
                                                  "$ref": "67"
                                                },
                                                "customerCard": {
                                                  "$ref": "64"
                                                }
                                              },
                                              {
                                                "$ref": "68"
                                              }
                                            ]
                                          },
                                          {
                                            "$ref": "67"
                                          }
                                        ]
                                      },
                                      "payments": [
                                        {
                                          "$id": "69",
                                          "id": 1,
                                          "identifier": "Bz489Mplb0udxrJzdXqyBQ==",
                                          "identifierGuid": "f43c3e07-65ca-4b6f-9dc6-b273757ab205",
                                          "storeID": 2,
                                          "operatorName": "sample string 3",
                                          "saleHeaderID": 4,
                                          "paymentType": 5,
                                          "amount": 6,
                                          "account": "sample string 7",
                                          "accountID": "RWDEPhl640O646bLMNGZLQ==",
                                          "accountIDGuid": "3ec46045-7a19-43e3-bae3-a6cb30d1992d",
                                          "customerAccount": {
                                            "$ref": "65"
                                          },
                                          "customerCard": {
                                            "$ref": "64"
                                          },
                                          "accountType": 1,
                                          "cardName": "sample string 8",
                                          "authorisationNumber": "sample string 9",
                                          "bankReference": "sample string 10",
                                          "merchantID": "sample string 11",
                                          "terminalID": "sample string 12",
                                          "cardNumber": "sample string 13",
                                          "paymentDate": "2025-08-02T23:19:33.3534647",
                                          "invRocNo": "sample string 14",
                                          "responseCode": "sample string 15",
                                          "cashout": 1,
                                          "tip": 16,
                                          "idempotentVoid": "nXp2Nr1X40W3EI+HzsntMQ==",
                                          "idempotentVoidGuid": "36767a9d-57bd-45e3-b710-8f87cec9ed31",
                                          "offline": true,
                                          "processed": 1,
                                          "storeSaleHeader": {
                                            "$id": "70",
                                            "saleHeaderID": 1,
                                            "saleHeaderGuid": "zKTK/gSTBE6T63p76BYIbg==",
                                            "saleHeaderIdentifierGuid": "fecaa4cc-9304-4e04-93eb-7a7be816086e",
                                            "created": "2025-08-02T23:19:33.3534647",
                                            "createdLocal": "2025-08-02T23:19:33.3534647",
                                            "createdText": "sample string 4",
                                            "itemCount": 5,
                                            "totalAmount": 6,
                                            "cashTender": 1,
                                            "cardTender": 1,
                                            "cheqTender": 1,
                                            "acctTender": 1,
                                            "voucherTender": 1,
                                            "loyaltyPoints": 1,
                                            "cashout": 1,
                                            "changeAmount": 1,
                                            "rounding": 1,
                                            "gstAmount": 1,
                                            "transactionDiscountTender": 1,
                                            "totalTip": 7,
                                            "tranType": 1,
                                            "processed": 1,
                                            "imported": "2025-08-02T23:19:33.3534647",
                                            "storeID": 1,
                                            "operatorG_Uid": "NoAYuI2lVUiguVGsYnUl9A==",
                                            "operatorGuid": "b8188036-a58d-4855-a0b9-51ac627525f4",
                                            "customerG_Uid": "nTl18DAj1UmcofwHdLwKBg==",
                                            "customerGuid": "f075399d-2330-49d5-9ca1-fc0774bc0a06",
                                            "communityIdentifier": "oCSMM1cjq0y54PIfNj3uGw==",
                                            "communityIdentifierGuid": "338c24a0-2357-4cab-b9e0-f21f363dee1b",
                                            "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": "I6PXvGgLB0CvxSfaG2F0Xw==",
                                            "priceLevelIdentifierGuid": "bcd7a323-0b68-4007-afc5-27da1b61745f",
                                            "locked": 36,
                                            "relationChecksum": "sample string 37",
                                            "loyaltyTender": 1,
                                            "giftCardTender": 1,
                                            "operator": {
                                              "$ref": "30"
                                            },
                                            "customer": {
                                              "$ref": "63"
                                            },
                                            "communityOrganisation": {
                                              "$id": "71",
                                              "id": 1,
                                              "identifier": "oJmGv8HzOkKm0nc06YrbFg==",
                                              "identifierGuid": "bf8699a0-f3c1-423a-a6d2-7734e98adb16",
                                              "name": "sample string 3",
                                              "lookupIdentifier": "sample string 4",
                                              "externalID": "sample string 5",
                                              "phone": "sample string 6",
                                              "fax": "sample string 7",
                                              "email": "sample string 8",
                                              "address1": "sample string 9",
                                              "address2": "sample string 10",
                                              "city": "sample string 11",
                                              "postCode": "sample string 12",
                                              "state": "sample string 13",
                                              "country": "sample string 14",
                                              "totalAmountAwarded": 15.1,
                                              "updated": "2025-08-02T23:19:33.3534647",
                                              "deleted": true
                                            },
                                            "details": [
                                              {
                                                "$id": "72",
                                                "saleItemID": 1,
                                                "identifier": "+KgYyBtGJkW2Gc3JFq8FYg==",
                                                "identifierGuid": "c818a8f8-461b-4526-b619-cdc916af0562",
                                                "saleHeaderID": 2,
                                                "plu": 1,
                                                "pluG_UId": "RFFsnzA5SUKxbObBQa+O9A==",
                                                "pluGuid": "9f6c5144-3930-4249-b16c-e6c141af8ef4",
                                                "accountID": "DQVH258sNEWAL/+WFC40gA==",
                                                "accountIDGuid": "db47050d-2c9f-4534-802f-ff96142e3480",
                                                "normalPrice": 3,
                                                "originalSellingPrice": 4,
                                                "discountPrice": 5,
                                                "unit": 1,
                                                "quantity": 6,
                                                "totalCents": 7,
                                                "fixedPrice": 1,
                                                "tranType": 1,
                                                "discountType": 1,
                                                "cost": 1,
                                                "costDecimals": 8,
                                                "markdown": 1,
                                                "manualQuantity": 1,
                                                "manualPrice": 1,
                                                "manualMode": 1,
                                                "active": 1,
                                                "offline": true,
                                                "barcode": "sample string 9",
                                                "keyedSale": 1,
                                                "discountedID": 1,
                                                "fuelID": 1,
                                                "serialNumber": "sample string 10",
                                                "bestOrExpire": "2025-08-02T23:19:33.3534647",
                                                "bestOrExpireType": 1,
                                                "providerName": "sample string 11",
                                                "refundG_UID": "yTktdgJNz065VuHl+7s4aw==",
                                                "refundGuid": "762d39c9-4d02-4ecf-b956-e1e5fbbb386b",
                                                "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": "8TVrcACLQkK20u2SHQActw==",
                                                "idempotentVoidGuid": "706b35f1-8b00-4242-b6d2-ed921d001cb7",
                                                "priceLevelIdentifier": "t0+7BOiVtkaAuQxsnKdDfA==",
                                                "priceLevelIdentifierGuid": "04bb4fb7-95e8-46b6-80b9-0c6c9ca7437c",
                                                "productName": "sample string 23",
                                                "apn": "sample string 24",
                                                "unknownScans": [
                                                  {
                                                    "$id": "73",
                                                    "id": 1,
                                                    "saleDetailID": 2,
                                                    "storeID": 1,
                                                    "scanned": "2025-08-02T23:19:33.3534647",
                                                    "operatorG_UID": "QEA=",
                                                    "barcode": "sample string 4",
                                                    "processed": 1
                                                  },
                                                  {
                                                    "$ref": "73"
                                                  }
                                                ],
                                                "refund": {
                                                  "$id": "74",
                                                  "id": 1,
                                                  "g_UID": "5w6xPxs6Fkerv0c5pSs1jA==",
                                                  "guid": "3fb10ee7-3a1b-4716-abbf-4739a52b358c",
                                                  "description": "sample string 1",
                                                  "dumped": true,
                                                  "inventoryReasonID": 1,
                                                  "sortOrder": 1,
                                                  "updated": "2025-08-02T23:19:33.3534647"
                                                },
                                                "modifier": {
                                                  "$id": "75",
                                                  "id": 1,
                                                  "setG_UID": "fJQUJJmwqECHL1JX9ot7TA==",
                                                  "modifierSetGuid": "2414947c-b099-40a8-872f-5257f68b7b4c",
                                                  "name": "sample string 2",
                                                  "price": 1,
                                                  "quantity": 1,
                                                  "modifierType": 1,
                                                  "groupNumber": 1,
                                                  "pageNumber": 1,
                                                  "controlOrder": 1,
                                                  "printToStation": true,
                                                  "pluG_UID": "wdmuqaNaGki58a+qh3iXTg==",
                                                  "pluGuid": "a9aed9c1-5aa3-481a-b9f1-afaa8778974e",
                                                  "deleted": true,
                                                  "g_UID": "iGPGo4fmD0SInaO8UrVzeA==",
                                                  "guid": "a3c66388-e687-440f-889d-a3bc52b57378",
                                                  "product": {
                                                    "$ref": "18"
                                                  }
                                                },
                                                "priceLevelName": "sample string 25",
                                                "pumpNumber": 1,
                                                "hoseNumber": 1
                                              },
                                              {
                                                "$ref": "72"
                                              }
                                            ],
                                            "eftReceipts": [
                                              {
                                                "$id": "76",
                                                "id": 1,
                                                "storeID": 1,
                                                "saleHeaderID": 2,
                                                "storeSaleHeader": {
                                                  "$ref": "70"
                                                },
                                                "receipt": "sample string 3",
                                                "processed": 1
                                              },
                                              {
                                                "$ref": "76"
                                              }
                                            ],
                                            "payments": [
                                              {
                                                "$ref": "69"
                                              },
                                              {
                                                "$ref": "69"
                                              }
                                            ],
                                            "cards": [
                                              {
                                                "$id": "77",
                                                "id": 1,
                                                "saleHeaderID": 1,
                                                "identifier": "sample string 2",
                                                "cardType": 3,
                                                "providerName": "sample string 4"
                                              },
                                              {
                                                "$ref": "77"
                                              }
                                            ],
                                            "campaignHits": [
                                              {
                                                "$id": "78",
                                                "id": 1,
                                                "saleHeaderID": 2,
                                                "campaign": "sample string 3",
                                                "name": "sample string 4",
                                                "processed": 1,
                                                "campaignDescription": "sample string 5"
                                              },
                                              {
                                                "$ref": "78"
                                              }
                                            ],
                                            "fuel": [
                                              {
                                                "$id": "79",
                                                "id": 1,
                                                "plu": 1,
                                                "pluG_UID": "G9ANKgvTr0iXt5SHQdRcOw==",
                                                "pluGuid": "2a0dd01b-d30b-48af-97b7-948741d45c3b",
                                                "saleHeaderID": 2,
                                                "totalCents": 3,
                                                "grade": 1,
                                                "gradeDescription": "sample string 4",
                                                "dispenser": 1,
                                                "hose": 1,
                                                "quantity": 1,
                                                "cost": 1,
                                                "acquirerNum": 1,
                                                "attendant": 1,
                                                "ePurseBalance": 1.0,
                                                "cardSignature": "sample string 5",
                                                "compartmentNumber": 1,
                                                "contractNumber": 1,
                                                "discountCardPAN": "sample string 6",
                                                "discountID": 1,
                                                "discountName": "sample string 7",
                                                "discountNetValue": 1.0,
                                                "discountType": 1,
                                                "discountValue": 1.0,
                                                "discretionaryData": "sample string 8",
                                                "driverID": "sample string 9",
                                                "eftBatchNumber": 1,
                                                "eftResponseCode": "sample string 10",
                                                "endDateTime": "2025-08-02T23:19:33.3534647",
                                                "engineHours": 1.1,
                                                "fposNumber": 1,
                                                "loyaltyCardPAN": "sample string 11",
                                                "miscData1": 1,
                                                "miscData2": "sample string 12",
                                                "miscFlags": 1,
                                                "mop": 1,
                                                "odometer": 1,
                                                "panNumber": "sample string 13",
                                                "saleRefund": true,
                                                "saleStatus": 1,
                                                "sequenceNumber": 1,
                                                "stan": 1,
                                                "startDateTime": "2025-08-02T23:19:33.3534647",
                                                "tagNumber": "sample string 15",
                                                "trackTwoRem": "sample string 16",
                                                "transCode": 1,
                                                "transType": 1,
                                                "unitPrice": 1.0,
                                                "vehicleReg": "sample string 17",
                                                "offline": true,
                                                "processed": 1
                                              },
                                              {
                                                "$ref": "79"
                                              }
                                            ],
                                            "fuelResells": [
                                              {
                                                "$id": "80",
                                                "saleItemID": 1,
                                                "saleHeaderID": 2,
                                                "plu": 1,
                                                "pluG_UId": "eyrget/9PUmnAI/BSSy57w==",
                                                "pluGuid": "7ae02a7b-fddf-493d-a700-8fc1492cb9ef",
                                                "accountID": "a8WJovLWbUSm+B61+osJ0w==",
                                                "accountIDGuid": "a289c56b-d6f2-446d-a6f8-1eb5fa8b09d3",
                                                "normalPrice": 3,
                                                "originalSellingPrice": 4,
                                                "discountPrice": 5,
                                                "unit": 1,
                                                "quantity": 6,
                                                "totalCents": 7,
                                                "fixedPrice": 1,
                                                "tranType": 1,
                                                "processed": 1,
                                                "discountType": 1,
                                                "cost": 1,
                                                "costDecimals": 1,
                                                "markdown": 1,
                                                "manualQuantity": 1,
                                                "manualPrice": 1,
                                                "manualMode": 1,
                                                "active": 1,
                                                "barcode": "sample string 8",
                                                "offline": 1,
                                                "keyedSale": 1,
                                                "discountedID": 1,
                                                "fuelID": 1,
                                                "serialNumber": "sample string 9",
                                                "bestOrExpire": "2025-08-02T23:19:33.3534647",
                                                "bestOrExpireType": 1,
                                                "refundG_UID": "8niiQwJCIEafwAFM1e1bkw==",
                                                "refundGuid": "43a278f2-4202-4620-9fc0-014cd5ed5b93",
                                                "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": "80"
                                              }
                                            ],
                                            "customerOrder": [
                                              {
                                                "$id": "81",
                                                "identifier": "xIN9XmZGwUe0cws2XQzJEA==",
                                                "identifierGuid": "5e7d83c4-4666-47c1-b473-0b365d0cc910",
                                                "id": 1,
                                                "orderNo": 2,
                                                "externalSaleIdentifier": "sample string 3",
                                                "storeID": 4,
                                                "zoneID": 5,
                                                "deptNo": 6,
                                                "customerIdentifier": "ZrFaNN4xIkWLSstyVvjORw==",
                                                "customerIdentifierGuid": "345ab166-31de-4522-8b4a-cb7256f8ce47",
                                                "operatorNo": 1,
                                                "operatorG_UID": "PMmtE68eQ0uMu3irO+QR4w==",
                                                "operatorGuid": "13adc93c-1eaf-4b43-8cbb-78ab3be411e3",
                                                "created": "2025-08-02T23:19:33.3534647",
                                                "ordered": "2025-08-02T23:19:33.3534647",
                                                "started": "2025-08-02T23:19:33.3534647",
                                                "completed": "2025-08-02T23:19:33.3534647",
                                                "supplied": "2025-08-02T23:19:33.3534647",
                                                "quickTicket": 1,
                                                "deleted": true,
                                                "walkAway": true,
                                                "approxWait": 1,
                                                "actualWait": 1,
                                                "deliveryMethod": 8,
                                                "externalSaleType": 9,
                                                "customer": {
                                                  "$ref": "63"
                                                },
                                                "operator": {
                                                  "$ref": "30"
                                                },
                                                "details": [
                                                  {
                                                    "$id": "82",
                                                    "headerID": 1,
                                                    "plu": 1,
                                                    "pluG_UId": "CuISxzIagUiyw3A72kYD4Q==",
                                                    "pluGuid": "c712e20a-1a32-4881-b2c3-703bda4603e1",
                                                    "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": "+62ZiGZyMUeMjMyvvcaAzA==",
                                                    "headerIdentifierGuid": "8899adfb-7266-4731-8c8c-ccafbdc680cc",
                                                    "product": {
                                                      "$ref": "18"
                                                    }
                                                  },
                                                  {
                                                    "$ref": "82"
                                                  }
                                                ],
                                                "storeName": "sample string 11",
                                                "customerName": "sample string 12",
                                                "storeReplyTo": "sample string 13",
                                                "storeSubjectLine": "sample string 14",
                                                "storeSaleHeader": {
                                                  "$ref": "70"
                                                }
                                              },
                                              {
                                                "$ref": "81"
                                              }
                                            ],
                                            "surveyResponses": [
                                              {
                                                "$id": "83",
                                                "surveyG_UID": "mkzB7HG7rU+HukMUDdCs1g==",
                                                "surveyGuid": "ecc14c9a-bb71-4fad-87ba-43140dd0acd6",
                                                "saleHeaderGuid": "WKKgghD9VUKFJF/cx8CWQA==",
                                                "saleGuid": "82a0a258-fd10-4255-8524-5fdcc7c09640",
                                                "textResponse": "sample string 1",
                                                "integerResponse": 1,
                                                "g_UIDResponse": "m6E8x0ckxkyn3KNaiFdSzA==",
                                                "guidResponse": "c73ca19b-2447-4cc6-a7dc-a35a885752cc",
                                                "whoAnswered": 2,
                                                "answeredAtUTC": "2025-08-02T23:19:33.3534647",
                                                "sale": {
                                                  "$ref": "70"
                                                },
                                                "survey": {
                                                  "$id": "84",
                                                  "g_UID": "nyrfNUyxRU2yjp6mEiB5+w==",
                                                  "guid": "35df2a9f-b14c-4d45-b28e-9ea6122079fb",
                                                  "name": "sample string 1",
                                                  "storeID": 2,
                                                  "zoneID": 1,
                                                  "checkoutFormG_UID": "nt7dGsGMl0u1XsuBin9Emw==",
                                                  "checkoutFormGuid": "1addde9e-8cc1-4b97-b55e-cb818a7f449b",
                                                  "displayToWho": 3,
                                                  "displayWhen": 4,
                                                  "start": "2025-08-02T23:19:33.3534647",
                                                  "end": "2025-08-02T23:19:33.3534647",
                                                  "deleted": true,
                                                  "updated": "2025-08-02T23:19:33.3534647",
                                                  "possibleIntegerResponses": [
                                                    1,
                                                    2
                                                  ],
                                                  "possibleTextResponses": [
                                                    "sample string 1",
                                                    "sample string 2"
                                                  ],
                                                  "possibleGuidResponses": [
                                                    "c11ba815-8f4a-436a-81ef-498d6c906aaa",
                                                    "d1f29744-5b51-4a23-adad-11225f8e1287"
                                                  ],
                                                  "allowsAllTextResponses": true,
                                                  "surveyForm": {
                                                    "$ref": "38"
                                                  }
                                                },
                                                "ingressId": "sample string 4"
                                              },
                                              {
                                                "$ref": "83"
                                              }
                                            ],
                                            "storeName": "sample string 38",
                                            "machineName": "sample string 39",
                                            "operatorName": "sample string 40",
                                            "direction": 1,
                                            "reason": "sample string 41",
                                            "accountG_UID": "ikjcsX34ekyoV/tqEaqOyw==",
                                            "accountIdentifier": "b1dc488a-f87d-4c7a-a857-fb6a11aa8ecb",
                                            "accountName": "sample string 42",
                                            "customerOrderIdentifier": "87GwYoYXmEaHSlOBW+jAZQ==",
                                            "customerOrderIdentifierGuid": "62b0b1f3-1786-4698-874a-53815be8c065",
                                            "priceLevelName": "sample string 43",
                                            "revision": 44,
                                            "ingressId": "sample string 45"
                                          },
                                          "metadata": {
                                            "$id": "85",
                                            "id": 1,
                                            "paymentID": 2,
                                            "paymentIdentifier": "rmvkM7cy+0yKA9t/sHCkeQ==",
                                            "paymentIdentifierGuid": "33e46bae-32b7-4cfb-8a03-db7fb070a479",
                                            "identifier": "t6WK/CGdb0OfUp3fNreCzA==",
                                            "identifierGuid": "fc8aa5b7-9d21-436f-9f52-9ddf36b782cc",
                                            "metadata": "sample string 3",
                                            "signatureImage": "QEA=",
                                            "itemIdentifier": "kai53Y0qOUCDn3emu+ZofA==",
                                            "itemIdentifierGuid": "ddb9a891-2a8d-4039-839f-77a6bbe6687c"
                                          }
                                        },
                                        {
                                          "$ref": "69"
                                        }
                                      ]
                                    },
                                    {
                                      "$ref": "64"
                                    }
                                  ],
                                  "customerGroupMembers": [
                                    {
                                      "$ref": "68"
                                    },
                                    {
                                      "$ref": "68"
                                    }
                                  ],
                                  "customerGroups": [
                                    {
                                      "$ref": "67"
                                    },
                                    {
                                      "$ref": "67"
                                    }
                                  ],
                                  "accounts": [
                                    {
                                      "$ref": "65"
                                    },
                                    {
                                      "$ref": "65"
                                    }
                                  ],
                                  "account": {
                                    "$ref": "65"
                                  },
                                  "vouchers": [
                                    {
                                      "$id": "86",
                                      "customerIdentifier": "zuqTNwyyGki7lG1GVggthQ==",
                                      "customerIdentifierGuid": "3793eace-b20c-481a-bb94-6d4656082d85",
                                      "voucherName": "sample string 2",
                                      "count": 3,
                                      "storeID": 4,
                                      "barcode": "sample string 5",
                                      "redeemCount": 6,
                                      "issueCount": 7,
                                      "storeSalePaymentID": 1,
                                      "idempotentID": "j14LRxgE+U+AQArfd8wu/g==",
                                      "idempotentGuid": "470b5e8f-0418-4ff9-8040-0adf77cc2efe",
                                      "offline": true,
                                      "voucher": {
                                        "$id": "87",
                                        "id": 1,
                                        "name": "sample string 2",
                                        "description": "sample string 3",
                                        "shortDescription": "sample string 4",
                                        "url": "sample string 5",
                                        "barcodeTemplateID": 1,
                                        "expiry": 0,
                                        "voucherType": 6,
                                        "limitPerTransaction": 7,
                                        "customerTracking": true,
                                        "discountAccount": "sample string 9",
                                        "endDate": "2025-08-02T23:19:33.3534647",
                                        "barcodeTemplate": {
                                          "$id": "88",
                                          "templateID": 1,
                                          "template": "sample string 1",
                                          "bcFunction": "sample string 2",
                                          "sortOrder": 3
                                        },
                                        "scaleLabel": {
                                          "$id": "89",
                                          "id": 1,
                                          "uid": "sample string 2",
                                          "name": "sample string 3",
                                          "width": 1.1,
                                          "height": 1.1,
                                          "showBorder": true,
                                          "borderWidth": 1.1,
                                          "borderStyle": 1,
                                          "borderColour": "sample string 5",
                                          "updated": "2025-08-02T23:19:33.3534647",
                                          "labelPageLayout": "2MEpGrDjS067O73lq/I43w==",
                                          "pageLayoutGuid": "1a29c1d8-e3b0-4e4b-bb3b-bde5abf238df",
                                          "labelType": 6,
                                          "oldName": "sample string 7",
                                          "voucher": {
                                            "$ref": "87"
                                          },
                                          "elements": [
                                            {
                                              "$id": "90",
                                              "id": 1,
                                              "scaleLabelID": 2,
                                              "showPercentDI": true,
                                              "showAvgPerHundred": true,
                                              "showAvgPerServe": true,
                                              "name": "sample string 6",
                                              "x": 1.1,
                                              "y": 1.1,
                                              "width": 1.1,
                                              "height": 1.1,
                                              "type": 1,
                                              "rotation": 1,
                                              "text": "sample string 7",
                                              "fontFamily": "sample string 8",
                                              "align": 1,
                                              "bold": true,
                                              "italic": true,
                                              "underline": true,
                                              "strikeout": true,
                                              "reverse": true,
                                              "textColour": "sample string 9",
                                              "fontSize": 1.1,
                                              "picture": "QEA=",
                                              "borderWidth": 10,
                                              "sortOrder": 11,
                                              "printOptions": 12,
                                              "superScriptTextFontSize": 1.1,
                                              "lineStyle": 1,
                                              "spacingStyle": 1,
                                              "interCharacterSpacing": 1.1,
                                              "superScriptOffset": 1.1,
                                              "lineSpacing": 1.1,
                                              "dateFormat": "sample string 13",
                                              "autoGrow": true,
                                              "fontAutoResize": true,
                                              "updated": "2025-08-02T23:19:33.3534647"
                                            },
                                            {
                                              "$ref": "90"
                                            }
                                          ]
                                        },
                                        "customerVouchers": [
                                          {
                                            "$id": "91",
                                            "id": 1,
                                            "customerIdentifier": "My1cERWZsUqmEjpKjjbpyQ==",
                                            "customerIdentifierGuid": "115c2d33-9915-4ab1-a612-3a4a8e36e9c9",
                                            "voucherID": 3,
                                            "voucherName": "sample string 4",
                                            "storeID": 1,
                                            "barcode": "sample string 5",
                                            "dateOfIssue": "2025-08-02T23:19:33.3534647",
                                            "issuedSaleHeaderID": 1,
                                            "issuedSaleIdentifier": "sample string 7",
                                            "issuedOfflinePaymentID": 1,
                                            "issuedIdempotentID": "NMV6l8UvrE2yXuiwhZbEVQ==",
                                            "issuedIdempotentGuid": "977ac534-2fc5-4dac-b25e-e8b08596c455",
                                            "issuedOffline": true,
                                            "issuedUser": "sample string 9",
                                            "issuedNotes": "sample string 10",
                                            "expiryDate": "2025-08-02T23:19:33.3534647",
                                            "expiredUser": "sample string 11",
                                            "expiredNotes": "sample string 12",
                                            "redeemed": "2025-08-02T23:19:33.3534647",
                                            "redeemedSaleHeaderID": 1,
                                            "redeemedSaleIdentifier": "sample string 13",
                                            "redeemedOfflinePaymentID": 1,
                                            "redeemedIdempotentID": "Zoub1/48zkO/RCkmL/EDag==",
                                            "redeemedIdempotentGuid": "d79b8b66-3cfe-43ce-bf44-29262ff1036a",
                                            "redeemedUser": "sample string 14",
                                            "redeemedNotes": "sample string 15",
                                            "redeemedOffline": true,
                                            "updated": "2025-08-02T23:19:33.3534647",
                                            "storeName": "sample string 17",
                                            "scaleLabel": {
                                              "$ref": "89"
                                            },
                                            "voucher": {
                                              "$ref": "87"
                                            },
                                            "customer": {
                                              "$ref": "63"
                                            },
                                            "issuedOfflinePayment": {
                                              "$ref": "69"
                                            },
                                            "redeemedOfflinePayment": {
                                              "$ref": "69"
                                            }
                                          },
                                          {
                                            "$ref": "91"
                                          }
                                        ]
                                      },
                                      "customer": {
                                        "$ref": "63"
                                      }
                                    },
                                    {
                                      "$ref": "86"
                                    }
                                  ]
                                }
                              },
                              {
                                "$ref": "62"
                              }
                            ],
                            "customerGroups": [
                              {
                                "$id": "92",
                                "id": 1,
                                "campaignID": 2,
                                "campaignName": "sample string 3",
                                "groupID": "imZzxqyJDECQBGYMdTRDaw==",
                                "groupIDGuid": "c673668a-89ac-400c-9004-660c7534436b",
                                "campaign": {
                                  "$ref": "59"
                                },
                                "group": {
                                  "$ref": "67"
                                }
                              },
                              {
                                "$ref": "92"
                              }
                            ],
                            "signIqTickets": [
                              {
                                "$id": "93",
                                "identifier": "5bPdGBN7lkyxI5dp8JbF2A==",
                                "identifierGuid": "18ddb3e5-7b13-4c96-b123-9769f096c5d8",
                                "campaignName": "sample string 2",
                                "message": "sample string 3",
                                "ticketFileSource": "sample string 4",
                                "ticketFileDestination": "sample string 5",
                                "storeID": 1
                              },
                              {
                                "$ref": "93"
                              }
                            ],
                            "comboPriceGroups": [
                              {
                                "$id": "94",
                                "id": 1,
                                "campaignID": 2,
                                "campaignName": "sample string 3",
                                "g_UID": "QIHh+crS6EeG5QcOzflODg==",
                                "guid": "f9e18140-d2ca-47e8-86e5-070ecdf94e0e",
                                "description": "sample string 5",
                                "newPrice": 1,
                                "rangeDescription": "sample string 6",
                                "dealDescription": "sample string 7",
                                "labelQuantity": 8,
                                "hostProductCategoryID": 1,
                                "offerID": 1,
                                "dontUpdatePricePlus": true,
                                "campaign": {
                                  "$ref": "59"
                                },
                                "comboPricePlus": [
                                  {
                                    "$id": "95",
                                    "id": 1,
                                    "campaignID": 2,
                                    "campaignName": "sample string 3",
                                    "groupG_UID": "k43Mb7ExMU63WTg77b3o9A==",
                                    "groupGuid": "6fcc8d93-31b1-4e31-b759-383bedbde8f4",
                                    "comboPriceType": 5,
                                    "priceType": 5,
                                    "pluG_UID": "p8bnXkjgzUWZ1vdhVFMe2g==",
                                    "pluGuid": "5ee7c6a7-e048-45cd-99d6-f76154531eda",
                                    "priceGroupG_UID": "7X/jMV3yFE6aU1LB4WfEzw==",
                                    "priceGroupGuid": "31e37fed-f25d-4e14-9a53-52c1e167c4cf",
                                    "campaignPoolID": "sample string 7",
                                    "quantity": 1,
                                    "campaign": {
                                      "$ref": "59"
                                    },
                                    "product": {
                                      "$ref": "18"
                                    },
                                    "priceGroup": {
                                      "$ref": "24"
                                    },
                                    "campaignPool": {
                                      "$ref": "59"
                                    }
                                  },
                                  {
                                    "$ref": "95"
                                  }
                                ]
                              },
                              {
                                "$ref": "94"
                              }
                            ],
                            "priceLevels": [
                              {
                                "$id": "96",
                                "id": 1,
                                "priceLevelIdentifier": "23sBR2coFU+X0bG6/Y++3g==",
                                "priceLevelIdentifierGuid": "47017bdb-2867-4f15-97d1-b1bafd8fbede",
                                "campaignName": "sample string 3",
                                "priceLevelName": "sample string 4"
                              },
                              {
                                "$ref": "96"
                              }
                            ]
                          },
                          "product": {
                            "$ref": "18"
                          },
                          "dealCost": {
                            "$id": "97",
                            "headerIdentifier": "pVyENLipbUOSehWovqSQ5Q==",
                            "headerIdentifierGuid": "34845ca5-a9b8-436d-927a-15a8bea490e5",
                            "identifier": "0okHWl0MMEaMyu5TmUQc/Q==",
                            "identifierGuid": "5a0789d2-0c5d-4630-8cca-ee5399441cfd",
                            "supplierIdentifier": "v8brAzZPgEyowfoV3xE6Cw==",
                            "supplierGuid": "03ebc6bf-4f36-4c80-a8c1-fa15df113a0b",
                            "pluG_UID": "uGFhRoE3qEOPRPnlGBHAUA==",
                            "pluGuid": "466161b8-3781-43a8-8f44-f9e51811c050",
                            "campaignName": "990d5342-e873-46b1-8578-1e43dbc73854",
                            "description": "sample string 4",
                            "cost": 5,
                            "costDecimals": 6,
                            "start": "2025-08-02T23:19:33.3534647",
                            "end": "2025-08-02T23:19:33.3534647",
                            "type": 9,
                            "promoType": 10,
                            "bonusItemPLUG_UID": "lno9FXM9DUG45gPI8BIaoQ==",
                            "bonusItemPluGuid": "153d7a96-3d73-410d-b8e6-03c8f0121aa1",
                            "bonusPurchaseUnits": 11,
                            "bonusReceiveUnits": 12,
                            "updated": "2025-08-02T23:19:33.3534647",
                            "metcashPromotionID": "sample string 14",
                            "fromHost": 15,
                            "storeNames": "sample string 16",
                            "storeIDs": [
                              1,
                              2
                            ],
                            "supplierName": "sample string 17",
                            "campaignDescription": "sample string 18",
                            "newPrice": 1,
                            "campaignMetcashPromotionID": "sample string 19",
                            "campaignActive": true,
                            "campaignStartDate": "2025-08-02T23:19:33.3534647",
                            "campaignEndDate": "2025-08-02T23:19:33.3534647",
                            "masterPLUG_UID": "z7jrlhYyfEyzbsCLWxAsQw==",
                            "masterID": "96ebb8cf-3216-4c7c-b36e-c08b5b102c43",
                            "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": "MnRqUcHP7E6jNhuCnQkQ0A==",
                            "bonusMasterID": "516a7432-cfc1-4eec-a336-1b829d0910d0",
                            "bonusProductName": "sample string 34",
                            "bonusProductAPN": "sample string 35",
                            "bonusOrderCode": "sample string 36",
                            "bonusNormalSell": 37,
                            "bonusNormalCost": 38,
                            "bonusNormalCostDecimals": 39,
                            "bonusCartonQuantity": 40,
                            "bonusSalesMode": 41,
                            "bonusOrderPacked": 42,
                            "bonusFuelItem": true,
                            "bonusActive": true
                          }
                        },
                        "currentCostStart": "2025-08-02T23:19:33.3534647",
                        "dealCosts": [
                          {
                            "$ref": "97"
                          },
                          {
                            "$ref": "97"
                          }
                        ],
                        "tags": [
                          {
                            "$id": "98",
                            "pluG_UID": "UXP2MYCoQEqvl4hg/CV4MA==",
                            "pluGuid": "31f67351-a880-4a40-af97-8860fc257830",
                            "tagID": 1,
                            "description": "sample string 1",
                            "storeIDs": [
                              1,
                              2
                            ]
                          },
                          {
                            "$ref": "98"
                          }
                        ],
                        "alternateProductG_UID": "mwNUpqmoNEmJVShiN6sTFA==",
                        "alternateProduct": "a654039b-a8a9-4934-8955-286237ab1314",
                        "productHostCode": {
                          "$id": "99",
                          "id": 1,
                          "pluG_UID": "HhgZJrOuPEquHn6xsmEjXg==",
                          "pluGuid": "2619181e-aeb3-4a3c-ae1e-7eb1b261235e",
                          "ibaCode": "sample string 2"
                        },
                        "mscCat": {
                          "$ref": "53"
                        },
                        "mscCom": {
                          "$ref": "54"
                        },
                        "mscDep": {
                          "$ref": "56"
                        },
                        "mscSubCom": {
                          "$ref": "55"
                        },
                        "isUserUpdate": true,
                        "ignoreMasterProduct": true,
                        "priceGroupLabelRequested": true,
                        "firstSold": "2025-08-02T23:19:33.3534647",
                        "inventoryTracked": "2025-08-02T23:19:33.3534647",
                        "isNormalPriceChangesCampaign": true
                      },
                      "supplier": {
                        "$ref": "13"
                      },
                      "serviceFee": {
                        "$id": "100",
                        "id": 1,
                        "description": "sample string 1",
                        "fee": 1
                      },
                      "isPrimaryHost": true,
                      "hostVendor": 47
                    },
                    {
                      "$ref": "16"
                    }
                  ],
                  "orderCycleHeaders": [
                    {
                      "$id": "101",
                      "storeID": 1,
                      "supplierIdentifier": "omyxPJAnike3JlAygTgBww==",
                      "supplierGuid": "3cb16ca2-2790-478a-b726-5032813801c3",
                      "departmentCode": "sample string 2",
                      "warehouseDirectIndicator": "sample string 3",
                      "type": 4,
                      "storeName": "sample string 5",
                      "departmentName": "sample string 6",
                      "orderDays": 7
                    },
                    {
                      "$ref": "101"
                    }
                  ],
                  "cycles": [
                    {
                      "$id": "102",
                      "storeID": 1,
                      "supplierIdentifier": "eMAF7nflj0WNUMJ0vdBGyA==",
                      "supplierGuid": "ee05c078-e577-458f-8d50-c274bdd046c8",
                      "departmentCode": "sample string 2",
                      "warehouseDirectIndicator": "sample string 3",
                      "type": 4,
                      "cutOffWeek": 5,
                      "cutOffDay": 6,
                      "cutOffTime": "00:00:00.1234567",
                      "leadTime": 7,
                      "daysBuffer": 8,
                      "supplierName": "sample string 9",
                      "cutOffDate": "2025-08-02T23:19:33.3534647",
                      "deliveryDate": "2025-08-02T23:19:33.3534647",
                      "nextCutOffDate": "2025-08-02T23:19:33.3534647",
                      "nextDeliveryDate": "2025-08-02T23:19:33.3534647",
                      "nextDaysBuffer": 10
                    },
                    {
                      "$ref": "102"
                    }
                  ],
                  "store": {
                    "$ref": "9"
                  },
                  "updated": "2025-08-02T23:19:33.3534647",
                  "isHost": true
                },
                "files": [
                  {
                    "$id": "103",
                    "id": "sample string 1",
                    "fileName": "sample string 2",
                    "extension": "sample string 3",
                    "provider": 0,
                    "type": 0,
                    "hostType": "sample string 4",
                    "createdUtc": "2025-08-02T23:19:33.3534647",
                    "processed": "2025-08-02T23:19:33.3534647",
                    "isProcessing": true,
                    "processedCount": 6,
                    "processingTime": 1,
                    "collectedUtc": "2025-08-02T23:19:33.3534647",
                    "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": "12"
                    },
                    "metcashHeader": {
                      "$id": "104",
                      "customerNumber": "sample string 1",
                      "creationDate": "2025-08-02T23:19:33.3534647",
                      "businessPillar": "sample string 3",
                      "fileType": "sample string 4"
                    }
                  },
                  {
                    "$ref": "103"
                  }
                ],
                "zoneMatrix": [
                  {
                    "$id": "105",
                    "id": 1,
                    "hostIdentifier": "CNaD0ZAiM0ehoUAtAtJ8Zg==",
                    "hostIdentifierGuid": "d183d608-2290-4733-a1a1-402d02d27c66",
                    "storeID": 1,
                    "departmentCode": "sample string 2",
                    "hostGuids": [
                      "9e7ee6ef-3b65-4d0b-8614-4fbc336a478a",
                      "ced23849-1e8e-4170-9bcd-229b5f3adaf8"
                    ]
                  },
                  {
                    "$ref": "105"
                  }
                ],
                "hostFileStoreSetting": {
                  "$ref": "11"
                },
                "hostStoreSettings": [
                  {
                    "$ref": "11"
                  },
                  {
                    "$ref": "11"
                  }
                ],
                "promotionPlacements": [
                  {
                    "$id": "106",
                    "identifier": "P12XT01lG0GmFFoiu6aQXw==",
                    "identifierGuid": "4f975d3f-654d-411b-a614-5a22bba6905f",
                    "code": "sample string 2",
                    "description": "sample string 3",
                    "isAdvertised": true
                  },
                  {
                    "$ref": "106"
                  }
                ],
                "promoTypeGuids": [
                  "138b64be-acbe-411f-95c7-e4bae5b46b8f",
                  "8e612cbf-c59b-40d6-8528-893a0c530c58"
                ],
                "isPromotionOnly": false,
                "isOrderable": false,
                "vendor": 0
              },
              "groupIDs": [
                1,
                2
              ],
              "hostDescription": "sample string 24"
            },
            {
              "$ref": "11"
            }
          ],
          "accounts": [
            {
              "$ref": "6"
            },
            {
              "$ref": "6"
            }
          ],
          "sales": [
            {
              "$id": "107",
              "id": 1,
              "storeID": 1,
              "externalSalesType": 2,
              "ftpSiteID": 1,
              "lastSaleProcessed": "2025-08-02T23:19:33.3534647",
              "ftpSite": {
                "$id": "108",
                "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": "107"
            }
          ],
          "zoneMatrix": [
            {
              "$ref": "105"
            },
            {
              "$ref": "105"
            }
          ],
          "cashManagements": [
            {
              "$id": "109",
              "id": 1,
              "storeID": 1,
              "cashManagementType": 2,
              "apiID": 1,
              "organisationID": "sample string 3",
              "siteName": "sample string 4",
              "thirdPartyAPI": {
                "$id": "110",
                "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": "109"
            }
          ],
          "updateStoreID": "530e56d1-bed2-46c0-a44a-20ecfe2ed4af",
          "updateStore": {
            "$id": "111",
            "id": "5ebfa7cf-7189-46cd-93fd-9264d4f0e89c",
            "name": "sample string 1",
            "lastActivity": "2025-08-02T23:19:33.3534647",
            "zone": "sample string 2",
            "timeZoneOffset": 0.0,
            "businessHoursStart": "00:00:00.1234567",
            "businessHoursEnd": "00:00:00.1234567",
            "master": true,
            "lastIP": "sample string 10",
            "lastHostName": "sample string 11",
            "ping": 1,
            "pingStatus": "sample string 12",
            "lastUpdateCompleted": "2025-08-02T23:19:33.3534647"
          },
          "timeZoneId": "sample string 53",
          "securityOptions": {
            "$id": "112",
            "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"
          }
        },
        "grade": {
          "$id": "113",
          "id": 1,
          "gradeID": 2,
          "storeID": 3,
          "g_UID": "WTC7e60pqkqbmOHft2Wxrw==",
          "guid": "7bbb3059-29ad-4aaa-9b98-e1dfb765b1af",
          "fuelGrade": "sample string 5",
          "price1": 1,
          "price2": 1,
          "price3": 1,
          "price4": 1,
          "effective": "2025-08-02T23:19:33.3534647",
          "updated": "2025-08-02T23:19:33.3534647",
          "margin": 1,
          "product": {
            "$ref": "18"
          }
        }
      }
    },
    {
      "$ref": "7"
    }
  ],
  "cashBalancingFuelMeters": [
    {
      "$id": "114",
      "headerIdentifier": "NqtoqEOha0ujHDLjmdK35Q==",
      "headerIdentifierGuid": "a868ab36-a143-4b6b-a31c-32e399d2b7e5",
      "tankNumber": 2,
      "hoseNumber": 3,
      "pumpNumber": 4,
      "fuelGradeID": 1,
      "fuelGrade": "sample string 5",
      "opening": 6.0,
      "openingAdjust": true,
      "adjustments": 8.0,
      "samples": 9.0,
      "pumpTest": 10.0,
      "sales": 11.0,
      "closing": 12.0,
      "closingAdjust": true,
      "rolledOver": true,
      "dailyVariance": 15.0,
      "rolloverVolume": 16.0,
      "rolloverAdjustments": [
        {
          "$id": "115",
          "id": 1,
          "storeID": 2,
          "tankNumber": 3,
          "dispenserNumber": 4,
          "hoseNumber": 5,
          "adjustedFor": "2025-08-02T23:19:33.3534647",
          "adjustedAt": "2025-08-02T23:19:33.3534647",
          "adjustmentVolume": 8.0,
          "reasonDesc": "sample string 9",
          "reason": 10,
          "operatorG_UID": "qRK+P92cYkODDrYKq1r63g==",
          "operatorGuid": "3fbe12a9-9cdd-4362-830e-b60aab5afade",
          "user": "sample string 11",
          "processed": 1,
          "storeName": "sample string 12",
          "operatorName": "sample string 13"
        },
        {
          "$ref": "115"
        }
      ]
    },
    {
      "$ref": "114"
    }
  ]
}

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

None.