POST api/store/{storeID}/tank/{tankID}/deliveries

*Adds* a new fuel delivery record for a specified tank

Request Information

URI Parameters

NameDescriptionTypeAdditional information
storeID

Store identifier

integer

Required

tankID

Tank number

integer

Required

Body Parameters

Delivery to save

FuelDelivery
NameDescriptionTypeAdditional information
ID

ID of this delivery

integer

None.

StoreID

The Store ID this delivery refers to

integer

None.

TankNumber

The Tank Number this delivery is going to

integer

None.

Volume

Volume of this delivery

decimal number

None.

Supplier_GUID

The Supplier Guid in byte[] format

Collection of byte

None.

SupplierGuid

Returns the Supplier's GUID Setter: If the value is null or a empty guid, a ArgumentException is thrown Getter: Returns the supplier guid, if the guid is null or the length is not 16, null is returned

globally unique identifier

None.

Supplier

Represents the supplier who made this delivery

string

String length: inclusive between 0 and 32

Delivered

Date delivered

date

None.

RecordedAt

Date recorded

date

None.

OperatorG_UID

Operator Guid in byte[]

Collection of byte

None.

OperatorGuid

Returns the Supplier's GUID Setter: If the value is null or a empty guid, a ArgumentException is thrown Getter: Returns the supplier guid, if the guid is null or the length is not 16, null is returned

globally unique identifier

None.

User

The user or operator who performed the action

string

None.

Adjustment

Indicates this delivery was recorded as an adjustment

boolean

None.

Processed

Has this delivery been processed by Tray Utility

boolean

None.

DeliveredText

string

None.

RecordedAtText

string

None.

StoreName

string

None.

OperatorName

string

None.

SupplierName

string

None.

Tank

Fuel Tank object this delivery went to

FuelTank

None.

DeliverySupplier

The Supplier object who elivered this delivery

Supplier

None.

Request Formats

application/json, text/json

Sample:
{
  "id": 1,
  "storeID": 2,
  "tankNumber": 3,
  "volume": 4.0,
  "supplier_GUID": "NpdMIKvU1UGNQ/1Da3lB5w==",
  "supplierGuid": "204c9736-d4ab-41d5-8d43-fd436b7941e7",
  "supplier": "sample string 5",
  "delivered": "2025-06-14T07:45:04.3176898",
  "recordedAt": "2025-06-14T07:45:04.3176898",
  "operatorG_UID": "gLpyz2QKKkyaqlb799wPAQ==",
  "operatorGuid": "cf72ba80-0a64-4c2a-9aaa-56fbf7dc0f01",
  "user": "sample string 7",
  "adjustment": true,
  "processed": true,
  "deliveredText": "sample string 9",
  "recordedAtText": "sample string 10",
  "storeName": "sample string 11",
  "operatorName": "sample string 12",
  "supplierName": "sample string 13",
  "tank": {
    "$id": "2",
    "id": 1,
    "storeID": 2,
    "tankNumber": 3,
    "fuelGrade": "sample string 4",
    "fuelGradeID": 1,
    "capacity": 5.0,
    "lpg": true,
    "waterLevel": 7.0,
    "updated": "2025-06-14T07:45:04.3176898",
    "storeName": "sample string 9",
    "store": {
      "$id": "3",
      "id": 1,
      "isMaster": true,
      "shortName": "sample string 3",
      "url": "sample string 4",
      "sortOrder": 1,
      "name": "sample string 5",
      "phone": "sample string 6",
      "fax": "sample string 7",
      "email": "sample string 8",
      "address1": "sample string 9",
      "address2": "sample string 10",
      "city": "sample string 11",
      "state": "sample string 12",
      "country": "sample string 13",
      "postCode": "sample string 14",
      "delivery": 1,
      "exportAccounts": 1,
      "salesAccountFolder": "sample string 15",
      "purchaseAccountFolder": "sample string 16",
      "initLoad": 1,
      "initIDs": 1,
      "zoneID": 1,
      "actAsMaster": 1,
      "lastActiveUtc": "2025-06-14T07:45:04.3176898",
      "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": "wKyJQkBX8EuwU7dpqE98Hg==",
      "hostIdentifierGuid": "4289acc0-5740-4bf0-b053-b769a84f7c1e",
      "hostName": 1,
      "hostAddress": "sample string 27",
      "hostUsername": "sample string 28",
      "hostPassword": "sample string 29",
      "excludeFromLeadInOut": true,
      "accountingProvider": 31,
      "accountingAddress": "sample string 32",
      "accountingUsername": "sample string 33",
      "accountingPassword": "sample string 34",
      "storeAccountingCode": "sample string 35",
      "softwareVariance": 36,
      "fuelWarningVariance": 37.0,
      "fuelErrorVariance": 38.0,
      "fuelAccumulatedWarningVariance": 39.0,
      "fuelAccumulatedErrorVariance": 40.0,
      "drawManagment": 41,
      "endOfDayManagment": true,
      "autoFillCashBalancing": true,
      "fuelDayVariance": 44,
      "accountingTradingTime": "00:00:00.1234567",
      "stockActivateProduct": 46,
      "giftCardSalesAccountingDeptCode": "sample string 47",
      "transactionDiscountAccountingDeptCode": "sample string 48",
      "size": 49,
      "updated": "2025-06-14T07:45:04.3176898",
      "priceZoneName": "sample string 51",
      "storeFuelConfigured": true,
      "shippingAddressCopied": true,
      "shippingAddress": {
        "$id": "4",
        "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": "4"
      },
      "hostStoreSettings": [
        {
          "$id": "5",
          "id": 1,
          "hostIdentifier": "sc57uGQUzkeekOKxdlkbRg==",
          "hostIdentifierGuid": "b87bceb1-1464-47ce-9e90-e2b176591b46",
          "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": "6",
            "identifier": "in5X0ycs7E+EatzKu6e3TA==",
            "identifierGuid": "d3577e8a-2c27-4fec-846a-dccabba7b74c",
            "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": "UapoVJjol0i6LSwQInb5YQ==",
            "hostSupplierIdentifierGuid": "5468aa51-e898-4897-ba2d-2c102276f961",
            "loyaltyPriceLevelIdentifier": "HinFZH1Hi0i2PhyTLhnf9Q==",
            "loyaltyPriceLevelIdentifierGuid": "64c5291e-477d-488b-b63e-1c932e19dff5",
            "isGroup": true,
            "description": "sample string 22",
            "hostProvider": 23,
            "hostTypeEnum": 24,
            "hostType": "sample string 25",
            "hostCode": "sample string 26",
            "username": "sample string 27",
            "password": "sample string 28",
            "passwordPlain": "sample string 29",
            "server": "sample string 30",
            "url": "sample string 31",
            "global": true,
            "stateCode": "sample string 33",
            "lastCollected": "2025-06-14T07:45:04.3176898",
            "lastProcessed": "2025-06-14T07:45:04.3176898",
            "hold": true,
            "supplierName": "sample string 35",
            "supplier": {
              "$id": "7",
              "identifier": "iLyvcVdDg0GMyUU2WyGMbg==",
              "identifierGuid": "71afbc88-4357-4183-8cc9-45365b218c6e",
              "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": "AQk4y3IqFU22QvR9Dn8QPA==",
              "primaryContactID": "cb380901-2a72-4d15-b642-f47d0e7f103c",
              "storeID": 1,
              "abn": "sample string 16",
              "supplierGroupIdentifier": "UPdcSw253UCrxAKMM2PxYQ==",
              "supplierGroupGuid": "4b5cf750-b90d-40dd-abc4-028c3363f161",
              "rebate": 1.0,
              "rebateType": 1,
              "rebateFrequency": 1,
              "rebateSource": 1,
              "rebateLastClaimed": "2025-06-14T07:45:04.3176898",
              "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": "8",
                "id": "6e5b2174-752c-41a1-8beb-b4d64fd6374b",
                "identifier": "qooXs3vMakSrcacD3lPqqw==",
                "identifierGuid": "b3178aaa-cc7b-446a-ab71-a703de53eaab",
                "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": "9",
                  "supplierIdentifier": "go2JBfvDoUOoJtGS30K/Yg==",
                  "supplierIdentifierGuid": "05898d82-c3fb-43a1-a826-d192df42bf62",
                  "contactGuid": "+U8ooA9mmkqbLTzDeslLSg==",
                  "contactID": "a0284ff9-660f-4a9a-9b2d-3cc37ac94b4a",
                  "contact": {
                    "$ref": "8"
                  },
                  "supplier": {
                    "$ref": "7"
                  }
                },
                {
                  "$ref": "9"
                }
              ],
              "products": [
                {
                  "$id": "10",
                  "pluG_UID": "Z5d/WVZH/0We/6i9WToQ6w==",
                  "pluGuid": "597f9767-4756-45ff-9eff-a8bd593a10eb",
                  "supplierIdentifier": "Xrxglkn59E++TfkIH2gchg==",
                  "supplierIdentifierGuid": "9660bc5e-f949-4ff4-be4d-f9081f681c86",
                  "cartonQuantity": 1,
                  "cartonQuantityChanged": true,
                  "productSize": "sample string 2",
                  "cigarettesPerSleeve": 1,
                  "randomWeight": true,
                  "piecesPerUnit": 4,
                  "averagePackSize": 5,
                  "effectiveDate": "2025-06-14T07:45:04.3176898",
                  "pricedByWeight": true,
                  "landedUnitCostEx": 8,
                  "landedUnitCostInc": 9,
                  "landedCartonCostInc": 10,
                  "landedCartonCostEx": 11,
                  "standardCost": 12,
                  "deliveryFee": 1,
                  "deliveryFeeBasis": "sample string 13",
                  "pickAndPackFee": 1,
                  "pickAndPackFeeBasis": "sample string 14",
                  "financeFee": 1,
                  "financeFeeBasis": "sample string 15",
                  "cartonLength": 1,
                  "cartonWidth": 1,
                  "cartonHeight": 1,
                  "palletLayerQuantity": 1,
                  "palletLayers": 1,
                  "itemCode": "sample string 16",
                  "invoiceCode": "sample string 17",
                  "invoiceDesc": "sample string 18",
                  "orderDirect": true,
                  "useCost": true,
                  "minimumQuantity": 19,
                  "hostType": 20,
                  "fromHost": 21,
                  "minimumReorder": 1,
                  "maximumReorder": 1,
                  "orderMultiple": 22.1,
                  "sellMultiple": 23.1,
                  "baseMultiple": 24.1,
                  "hostStandardCost": 25,
                  "hostTotalCost": 26,
                  "hostRetail": 27,
                  "hostLandedUnitCostEx": 28,
                  "hostLandedUnitCostInc": 29,
                  "hostDesc": "sample string 30",
                  "directIndicator": "sample string 31",
                  "availableToOrder": true,
                  "hostRangeIndicator": "sample string 33",
                  "hostProductType": "sample string 34",
                  "hostProductGrade": "sample string 35",
                  "hostProductGroup": "sample string 36",
                  "hostSlowMoving": true,
                  "hostGeneralMerchandise": true,
                  "hostPillar": "sample string 39",
                  "hostLastUpdated": "2025-06-14T07:45:04.3176898",
                  "rebate": 1.0,
                  "rebateExclude": true,
                  "invoiceCodes": [
                    {
                      "$id": "11",
                      "pluG_UID": "xepQulhFs0uWKvKXBxNE/g==",
                      "pluGuid": "ba50eac5-4558-4bb3-962a-f297071344fe",
                      "supplierIdentifier": "ONXd8o9Ec02zs9OrATDG7Q==",
                      "supplierIdentifierGuid": "f2ddd538-448f-4d73-b3b3-d3ab0130c6ed",
                      "invoiceCode": "sample string 1",
                      "storeIDs": [
                        1,
                        2
                      ]
                    },
                    {
                      "$ref": "11"
                    }
                  ],
                  "storeIDs": [
                    1,
                    2
                  ],
                  "preferredSupplier": true,
                  "preferredRebateSupplier": true,
                  "supplierName": "sample string 40",
                  "salesMode": 41,
                  "orderPacked": true,
                  "active": true,
                  "price": 1,
                  "costGstPercent": 43,
                  "parentPluG_UID": "lSUHSHW2UEGedlCYIpu68A==",
                  "parentPluGuid": "48072595-b675-4150-9e76-5098229bbaf0",
                  "freight": 44.0,
                  "freightType": 1,
                  "product": {
                    "$id": "12",
                    "plu": 1,
                    "storeID": 1,
                    "masterPluG_UID": "QEA=",
                    "storeIDs": [
                      1,
                      2
                    ],
                    "g_UId": "WDmHAC28pku1QZkq9EESPA==",
                    "guid": "00873958-bc2d-4ba6-b541-992af441123c",
                    "apn": "sample string 1",
                    "apnChanged": true,
                    "apnSwitched": true,
                    "barcode": "sample string 4",
                    "itemNumber": "sample string 5",
                    "itemNumberChanged": true,
                    "priceGroupG_UID": "77Q6yjoiVUWKd+fgN0LPUA==",
                    "priceGroupGuid": "ca3ab4ef-223a-4555-8a77-e7e03742cf50",
                    "blueprintID": 1,
                    "lastCountedDate": "2025-06-14T07:45:04.3333136",
                    "externalID": "sample string 7",
                    "active": true,
                    "activated": "2025-06-14T07:45:04.3333136",
                    "pluCreated": "2025-06-14T07:45:04.3333136",
                    "createdByUser": "sample string 9",
                    "name": "sample string 10",
                    "nameChanged": true,
                    "secondDescription": "sample string 12",
                    "hostDescription": "sample string 13",
                    "keepCartonQty": true,
                    "keepDescription": true,
                    "keepDepartments": true,
                    "keepSuppliers": true,
                    "markdownDescription": "sample string 18",
                    "altDescription": "sample string 19",
                    "bestOrExpire": 20,
                    "lastUpdate": "2025-06-14T07:45:04.3333136",
                    "lastManualUpdate": "2025-06-14T07:45:04.3333136",
                    "imageName": "sample string 23",
                    "showImageOnFlipCharts": true,
                    "showTextOnFlipCharts": true,
                    "overrideFlipChartText": true,
                    "flipChartText": "sample string 27",
                    "salesMode": 1,
                    "eftCode": 1,
                    "price": 1,
                    "priceChanged": true,
                    "rrp": 1,
                    "gstPercent": 28,
                    "gstPercentChanged": true,
                    "costGSTPercent": 29,
                    "costGSTPercentChanged": true,
                    "wetPercent": 1,
                    "priceOverride": 1,
                    "cost": 1,
                    "currentCost": 1,
                    "currentCostDecimals": 1,
                    "grossProfit": 1.0,
                    "currentCostDesc": "sample string 30",
                    "currentCostEnd": "2025-06-14T07:45:04.3333136",
                    "currentCostUpdated": "2025-06-14T07:45:04.3333136",
                    "costDecimals": 31,
                    "costChanged": true,
                    "dealCostIdentifier": "QEA=",
                    "excludeFromRebate": true,
                    "rebateOverride": 1,
                    "costCalcMethod": 1,
                    "costCalcMethodChanged": true,
                    "costEffectiveDate": "2025-06-14T07:45:04.3333136",
                    "defaultGP": 1,
                    "breakTargetMode": 32,
                    "break1": 1,
                    "price1": 1,
                    "target1": 33,
                    "break2": 1,
                    "price2": 1,
                    "target2": 34,
                    "break3": 1,
                    "price3": 1,
                    "target3": 35,
                    "break1Changed": true,
                    "price1Changed": true,
                    "target1Changed": true,
                    "break2Changed": true,
                    "price2Changed": true,
                    "target2Changed": true,
                    "break3Changed": true,
                    "price3Changed": true,
                    "target3Changed": true,
                    "breakTargetModeChanged": true,
                    "margin": 1.1,
                    "marginChanged": true,
                    "marginRanged": true,
                    "marginRangedChanged": true,
                    "minimumMargin": 1.1,
                    "minimumMarginChanged": true,
                    "maximumMargin": 1.1,
                    "maximumMarginChanged": true,
                    "overrideHostWarehouseIndicator": true,
                    "overrideHostWarehouseIndicatorChanged": true,
                    "overrideHostPrice": true,
                    "overrideHostPriceChanged": true,
                    "overrideHostCost": true,
                    "overrideHostCostChanged": true,
                    "overrideHostMargin": true,
                    "overrideHostMarginChanged": true,
                    "alwaysApplyMargin": true,
                    "alwaysApplyMarginChanged": true,
                    "aws": 1.0,
                    "awsUpdated": "2025-06-14T07:45:04.3333136",
                    "posTare": 1,
                    "altPrice": 1.0,
                    "altPriceChanged": true,
                    "altPriceMode": 52,
                    "altPriceModeChanged": true,
                    "altPLUG_UID": "15YTHEC9d0yqStrcxiDaAg==",
                    "altPLUGuid": "1c1396d7-bd40-4c77-aa4a-dadcc620da02",
                    "altPLUGuidChanged": true,
                    "altPriceDescription1": "sample string 53",
                    "altPriceDescription2": "sample string 54",
                    "cartonQuantity": 55,
                    "cartonQuantityChanged": true,
                    "trayID": 1,
                    "promptID": 1,
                    "tare": 1,
                    "packQty": 1,
                    "fixedWeight": 1,
                    "extraMesg": 1,
                    "text1": "sample string 57",
                    "text2": "sample string 58",
                    "text3": "sample string 59",
                    "labelText": "sample string 60",
                    "labelTextChanged": true,
                    "sendToScale": true,
                    "nonScaleWeigh": true,
                    "labelFormat": "sample string 64",
                    "barcodeFormat": "sample string 65",
                    "austMade": 1,
                    "coolCode": 66,
                    "countryOfOrigin": "sample string 67",
                    "percentContent": 68.1,
                    "departmentID": 1,
                    "subDepartmentID": 1,
                    "minorDepartmentID": 1,
                    "lesserDepartmentID": 1,
                    "deptCode": "sample string 69",
                    "subDeptCode": "sample string 70",
                    "minorDeptCode": "sample string 71",
                    "lesserDeptCode": "sample string 72",
                    "deptName": "sample string 73",
                    "subDeptName": "sample string 74",
                    "minorDeptName": "sample string 75",
                    "lesserDeptName": "sample string 76",
                    "departmentChanged": true,
                    "subCategoryID": 1,
                    "expiry": 1,
                    "showDays": 1,
                    "datePrint": 1,
                    "labelRequired": true,
                    "labelShelfQty": 79,
                    "labelShelfChanged": true,
                    "labelTalkerQty": 81,
                    "labelSmall": true,
                    "labelLastPrinted": "2025-06-14T07:45:04.3333136",
                    "labelLastPrice": 1,
                    "shelfPageLayoutG_UID": "QsJ7qkUgrkG7sWsBV17Ptg==",
                    "shelfPageLayoutGuid": "aa7bc242-2045-41ae-bbb1-6b01575ecfb6",
                    "talkerPageLayoutG_UID": "7giLR1DZTECcVC2AM7Vt+Q==",
                    "talkerPageLayoutGuid": "478b08ee-d950-404c-9c54-2d8033b56df9",
                    "unitMeasure": 1.1,
                    "unitMeasureChanged": true,
                    "unitMeasureKind": 84,
                    "unitMeasureKindChanged": true,
                    "signIQData": "sample string 86",
                    "refresh": true,
                    "earnLoyaltyPoints": true,
                    "earnLoyaltyPointsChanged": true,
                    "quantityOverride": true,
                    "quantityOverrideChanged": true,
                    "quantityRequired": true,
                    "quantityRequiredChanged": true,
                    "allowDiscounts": true,
                    "allowDiscountsChanged": true,
                    "discountDiscounts": true,
                    "discountDiscountsChanged": true,
                    "itemRecalled": true,
                    "itemRecalledChanged": true,
                    "noRefund": true,
                    "noRefundChanged": true,
                    "allowMarkdown": true,
                    "allowMarkdownChanged": true,
                    "priceRequired": true,
                    "priceRequiredChanged": true,
                    "fuelItem": true,
                    "fuelItemChanged": true,
                    "trackSerial": true,
                    "trackSerialChanged": true,
                    "allowZeroPrice": true,
                    "allowZeroPriceChanged": true,
                    "notForSale": 90,
                    "notForSaleChanged": true,
                    "excludeFromDeals": true,
                    "excludeFromVoucher": true,
                    "minimumAge": 93,
                    "minimumAgeChanged": true,
                    "buyingLimit": 1,
                    "buyingLimitChanged": true,
                    "buyingLimitIndependent": true,
                    "buyingLimitIndependentChanged": true,
                    "inventoryGuid": "YLcMjCQYqk2wgOBFmt4+Pw==",
                    "inventoryIdentifier": "8c0cb760-1824-4daa-b080-e0459ade3e3f",
                    "inventoryAccuracy": 1,
                    "baseUnits": 97,
                    "orderPacked": 1,
                    "isManufactured": true,
                    "isIngredient": true,
                    "isModifier": true,
                    "isModifierChanged": true,
                    "hasModifiers": 98,
                    "defaultPrinter": "sample string 99",
                    "defaultPrinterGroup": "sample string 100",
                    "ingredientsOnManufacture": true,
                    "manufactureUnitMeasure": 1,
                    "mpl": 1,
                    "maxShelfQty": 101,
                    "allowAutoOrder": true,
                    "warrantyPeriod": 1,
                    "parentPluG_UId": "ABA3TgwhP0m16arIiSLvhw==",
                    "parentPluGuid": "4e371000-210c-493f-b5e9-aac88922ef87",
                    "preferredHostVendor": 103,
                    "preferredHostChanged": true,
                    "code": "sample string 105",
                    "supplierIdentifier": "Vy7r1aoEv0muApgvIdRaLA==",
                    "supplierIdentifierGuid": "d5eb2e57-04aa-49bf-ae02-982f21d45a2c",
                    "supplierChanged": true,
                    "rebateSupplierIdentifier": "ROMw3nTk3ECm/PVr2v8Icw==",
                    "rebateSupplierIdentifierGuid": "de30e344-e474-40dc-a6fc-f56bdaff0873",
                    "rebateSupplierChanged": true,
                    "availableForOrder": true,
                    "warehouseDirectIndicator": "sample string 107",
                    "warehouseDirectIndicatorChanged": true,
                    "productGrade": "sample string 109",
                    "productType": "sample string 110",
                    "productGroup": "sample string 111",
                    "complianceIndicator": "sample string 112",
                    "inhouseBrand": "sample string 113",
                    "slowMoving": true,
                    "generalMerchandise": true,
                    "comment": "sample string 116",
                    "lastUpdatedByUser": "sample string 117",
                    "lastManualUpdatedByUser": "sample string 118",
                    "lastUpdatedByUserOverride": true,
                    "lastUpdatedByHost": "2025-06-14T07:45:04.3333136",
                    "commodity": "sample string 120",
                    "businessPillar": "sample string 121",
                    "mscCommodity": "sample string 122",
                    "hostIdentifier": "KhKQr0MWx06WiW984LKd9g==",
                    "hostIdentifierGuid": "af90122a-1643-4ec7-9689-6f7ce0b29df6",
                    "serviceFeeID": 1,
                    "serviceFeeIDChanged": true,
                    "providerName": "sample string 124",
                    "aisleEnds": "sample string 125",
                    "deleted": true,
                    "deletedChanged": true,
                    "hidden": true,
                    "doNotRange": true,
                    "doNotRangeChanged": true,
                    "doNotOrder": true,
                    "doNotOrderChanged": true,
                    "locked": true,
                    "excludeFromWebUpdate": true,
                    "excludeFromWebUpdateChanged": true,
                    "webPriceBasedOn": 136,
                    "webPriceRounding": true,
                    "webMarkup": 138,
                    "webPriceMode": 139,
                    "altDepartmentID": 1,
                    "altSubDepartmentID": 1,
                    "altMinorDepartmentID": 1,
                    "altLesserDepartmentID": 1,
                    "altDeptCode": "sample string 140",
                    "altSubDeptCode": "sample string 141",
                    "altMinorDeptCode": "sample string 142",
                    "altLesserDeptCode": "sample string 143",
                    "altDepartmentChanged": true,
                    "storeProducts": [
                      {
                        "$ref": "12"
                      },
                      {
                        "$ref": "12"
                      }
                    ],
                    "store": {
                      "$ref": "3"
                    },
                    "storePrices": [
                      {
                        "$id": "13",
                        "pluG_UID": "PUE3+CWORUGsyChvMzcOTw==",
                        "pluGuid": "f837413d-8e25-4145-acc8-286f33370e4f",
                        "plu": 1,
                        "storeID": 1,
                        "zoneID": 2,
                        "zoneName": "sample string 3",
                        "store": "sample string 4",
                        "priceNow": 5,
                        "costNow": 6,
                        "costNowDecimals": 7,
                        "normalPrice": 8,
                        "gstPercent": 9,
                        "normalCost": 10,
                        "normalCostDecimals": 11,
                        "costGstPercent": 12,
                        "costCalcMethod": 1,
                        "currentCost": 13,
                        "currentCostDecimals": 14,
                        "break1": 15,
                        "price1": 16,
                        "break2": 17,
                        "price2": 18,
                        "break3": 19,
                        "price3": 20,
                        "fuelItem": 21,
                        "fixedWeight": 22,
                        "active": true,
                        "complianceIndicator": "sample string 23",
                        "doNotOrder": true,
                        "doNotRange": true,
                        "isNormalPriceChangesCampaign": true,
                        "updated": "2025-06-14T07:45:04.3333136"
                      },
                      {
                        "$ref": "13"
                      }
                    ],
                    "currentPrices": {
                      "$id": "14",
                      "pluPrices": {
                        "$id": "15",
                        "plu": 1,
                        "pluG_UID": "QEA=",
                        "stores": [
                          1,
                          2
                        ],
                        "normalPrice": 1,
                        "cost": 2,
                        "break1": 3,
                        "price1": 4,
                        "break2": 5,
                        "price2": 6,
                        "break3": 7,
                        "price3": 8,
                        "discountPrice": 9,
                        "acceptedUtc": "2025-06-14T07:45:04.3333136",
                        "priceChangeType": 0,
                        "costDecimals": 10
                      },
                      "normalPluPrices": {
                        "$ref": "15"
                      },
                      "winningCampaign": 1,
                      "winner": {
                        "$id": "16",
                        "campaignName": "sample string 1",
                        "campaignDescription": "sample string 2",
                        "startDate": "2025-06-14T07:45:04.3333136",
                        "startTime": 3,
                        "endDate": "2025-06-14T07:45:04.3333136",
                        "endTime": 4,
                        "newPrice": 5,
                        "newCost": 6,
                        "newCostDecimals": 7,
                        "pctDiscount": 8,
                        "promoType": 1,
                        "promotionTypeCode": "sample string 9",
                        "hostType": 10,
                        "hostIdentifier": "MFu9D0/tJUuat92hC4OJeA==",
                        "hostIdentifierGuid": "0fbd5b30-ed4f-4b25-9ab7-dda10b838978",
                        "storeNames": [
                          "sample string 1",
                          "sample string 2"
                        ]
                      },
                      "details": [
                        {
                          "$ref": "16"
                        },
                        {
                          "$ref": "16"
                        }
                      ]
                    },
                    "tray": {
                      "$id": "17",
                      "g_UId": "cXZBRzkDsUabNKWRbcmUlw==",
                      "guid": "47417671-0339-46b1-9b34-a5916dc99497",
                      "name": "sample string 1",
                      "number": 1,
                      "tare": 1
                    },
                    "priceGroup": {
                      "$id": "18",
                      "priceGroupG_UID": "MIeXx3rI+kmMpgXkMHiJ6A==",
                      "priceGroupGuid": "c7978730-c87a-49fa-8ca6-05e4307889e8",
                      "name": "sample string 2",
                      "code": 1,
                      "modified": true,
                      "updated": "2025-06-14T07:45:04.3333136",
                      "buyingLimit": 1,
                      "buyingLimitIndependent": true,
                      "buyingLimitType": 0,
                      "number": 1,
                      "products": [
                        {
                          "$ref": "12"
                        },
                        {
                          "$ref": "12"
                        }
                      ],
                      "productCount": 1
                    },
                    "priceGroupName": "sample string 145",
                    "nutrifacts": {
                      "$id": "19",
                      "pluG_UID": "5h42jJwWFU6d1eJYRWHaAA==",
                      "pluGuid": "8c361ee6-169c-4e15-9dd5-e2584561da00",
                      "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": "20",
                      "pluGuid": "1b293a4f-2d7d-4543-9464-a7166724381c",
                      "created": "2025-06-14T07:45:04.3333136",
                      "createdByUser": "sample string 1",
                      "activated": "2025-06-14T07:45:04.3333136",
                      "deactivated": "2025-06-14T07:45:04.3333136",
                      "lastOrdered": "2025-06-14T07:45:04.3333136",
                      "lastOrderedQty": 2.0,
                      "lastReceived": "2025-06-14T07:45:04.3333136",
                      "lastReceivedQty": 3.0,
                      "lastInvoiceStatus": 1,
                      "lastCounted": "2025-06-14T07:45:04.3333136",
                      "lastSold": "2025-06-14T07:45:04.3333136",
                      "firstSold": "2025-06-14T07:45:04.3333136",
                      "awsUpdated": "2025-06-14T07:45:04.3333136",
                      "lastManualUpdate": "2025-06-14T07:45:04.3333136",
                      "lastManualUpdatedByUser": "sample string 5",
                      "lastUpdated": "2025-06-14T07:45:04.3333136",
                      "lastUpdatedByUser": "sample string 7",
                      "lastUpdatedByHost": "2025-06-14T07:45:04.3333136",
                      "doNotRangeUpdated": "2025-06-14T07:45:04.3333136",
                      "doNotOrderUpdated": "2025-06-14T07:45:04.3333136",
                      "tracked": "2025-06-14T07:45:04.3333136"
                    },
                    "allergens": [
                      {
                        "$id": "21",
                        "allergenID": 1,
                        "pluG_UID": "CKh4RoYTV0GtvB6anWuoog==",
                        "pluGuid": "4678a808-1386-4157-adbc-1e9a9d6ba8a2",
                        "contains": 2,
                        "allergenName": "sample string 3",
                        "storeIDs": [
                          1,
                          2
                        ]
                      },
                      {
                        "$ref": "21"
                      }
                    ],
                    "costs": {
                      "$id": "22",
                      "pluG_UID": "o4KXP6c8ckS2mzIyYbaNvA==",
                      "pluGuid": "3f9782a3-3ca7-4472-b69b-323261b68dbc",
                      "enteredCost": 1,
                      "weightedAvgCost": 1,
                      "lastCost": 1,
                      "rawEnteredCost": 2,
                      "rawWeightedAvgCost": 3,
                      "rawLastCost": 4,
                      "freight": 5.0,
                      "freightType": 6,
                      "costDecimals": 7,
                      "fifoCost": 1,
                      "updated": "2025-06-14T07:45:04.3333136",
                      "normalCost": 1,
                      "currentCost": 1
                    },
                    "sales": [
                      {
                        "$id": "23",
                        "saleHeaderID": 1,
                        "created": "2025-06-14T07:45:04.3333136",
                        "createdLocal": "2025-06-14T07:45:04.3333136",
                        "storeID": 3,
                        "storeName": "sample string 4",
                        "operatorG_Uid": "2t4Osxk0G0SRVdB+1+x5dw==",
                        "operatorGuid": "b30ededa-3419-441b-9155-d07ed7ec7977",
                        "operatorName": "sample string 5",
                        "tranType": 1,
                        "plu": 1,
                        "pluG_UId": "CC/CySrG30GKCiyK90HvjA==",
                        "pluGuid": "c9c22f08-c62a-41df-8a0a-2c8af741ef8c",
                        "normalPrice": 1,
                        "totalCents": 1,
                        "cost": 1,
                        "grossProfit": 1,
                        "quantity": 1,
                        "operator": {
                          "$id": "24",
                          "id": 1,
                          "g_Uid": "eIoQEXNDQkerRcCqq5OI7w==",
                          "guid": "11108a78-4373-4742-ab45-c0aaab9388ef",
                          "operatorNumber": 1,
                          "shortName": "sample string 2",
                          "firstName": "sample string 3",
                          "lastName": "sample string 4",
                          "password": "sample string 5",
                          "hasPassword": true,
                          "passwordText": "sample string 6",
                          "rfidTagID": "sample string 7",
                          "blueprintID": 1,
                          "groupID": 1,
                          "groupName": "sample string 8",
                          "managerGroupID": 1,
                          "managerGroupName": "sample string 9",
                          "zoneID": 1,
                          "zoneName": "sample string 10",
                          "loggedIn": 1,
                          "lastUsedIP": "sample string 11",
                          "deleted": true,
                          "locked": true,
                          "allowOpenTill": true,
                          "webEmail": "sample string 14",
                          "simpleOperatorType": 0,
                          "webRole": "sample string 15",
                          "updated": "2025-06-14T07:45:04.3333136",
                          "passwordResetRequired": true,
                          "alteredInStore": true,
                          "startShift": "2025-06-14T07:45:04.3333136",
                          "endShift": "2025-06-14T07:45:04.3333136",
                          "machineName": "sample string 20",
                          "drawerID": 1,
                          "stores": [
                            {
                              "$id": "25",
                              "operatorG_UID": "5F660AbbEEm3P/coYAlzWw==",
                              "operatorGuid": "d0ba5ee4-db06-4910-b73f-f7286009735b",
                              "storeID": 2,
                              "operator": {
                                "$ref": "24"
                              },
                              "store": {
                                "$ref": "3"
                              }
                            },
                            {
                              "$ref": "25"
                            }
                          ]
                        }
                      },
                      {
                        "$ref": "23"
                      }
                    ],
                    "apns": [
                      {
                        "$id": "26",
                        "pluID": 1,
                        "pluG_UID": "u5sdeZMxzUeFpoo9015SVg==",
                        "pluGuid": "791d9bbb-3193-47cd-85a6-8a3dd35e5256",
                        "apn": "sample string 1",
                        "deleted": true,
                        "storeID": 1,
                        "storeIDs": [
                          1,
                          2
                        ]
                      },
                      {
                        "$ref": "26"
                      }
                    ],
                    "tuns": [
                      {
                        "$id": "27",
                        "pluG_UId": "cxjTe3zk0kuQxXGg3lhBuQ==",
                        "pluGuid": "7bd31873-e47c-4bd2-90c5-71a0de5841b9",
                        "apn": "sample string 1",
                        "tun": "sample string 2",
                        "cartonQuantity": 3,
                        "product": {
                          "$ref": "12"
                        },
                        "storeIDs": [
                          1,
                          2
                        ]
                      },
                      {
                        "$ref": "27"
                      }
                    ],
                    "competitionPricing": [
                      {
                        "$id": "28",
                        "identifier": "6ZWiuonXdESrVx7rIMUr9g==",
                        "identifierGuid": "baa295e9-d789-4474-ab57-1eeb20c52bf6",
                        "pluG_UID": "EkGv+zrVl0eEbPklKoaQUA==",
                        "pluGuid": "fbaf4112-d53a-4797-846c-f9252a869050",
                        "competitionID": 1,
                        "name": "sample string 2",
                        "sellMultiple": 3,
                        "retailPrice": 4,
                        "storeName": "sample string 5"
                      },
                      {
                        "$ref": "28"
                      }
                    ],
                    "supplier": {
                      "$ref": "7"
                    },
                    "supplierName": "sample string 146",
                    "children": [
                      {
                        "$ref": "12"
                      },
                      {
                        "$ref": "12"
                      }
                    ],
                    "ordering": {
                      "$ref": "10"
                    },
                    "flipChartPages": [
                      {
                        "$id": "29",
                        "identifier": "Jsp2fQEo80WbvMH81WtdqA==",
                        "groupName": "sample string 1",
                        "identifierGuid": "7d76ca26-2801-45f3-9bbc-c1fcd56b5da8",
                        "exists": true,
                        "flipChartIdentifier": "HpfQvhrSz0CKIHiiH5GXnQ==",
                        "flipChartIdentifierGuid": "bed0971e-d21a-40cf-8a20-78a21f91979d",
                        "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": "sqhJ7KcJWkipL0G6+FX1hQ==",
                        "groupIdentifierGuid": "ec49a8b2-09a7-485a-a92f-41baf855f585",
                        "flipChart": {
                          "$id": "30",
                          "identifier": "vqbUIxk/gkaWUc1VCurWpg==",
                          "identifierGuid": "23d4a6be-3f19-4682-9651-cd550aead6a6",
                          "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": "31",
                            "identifier": "xvWPi/xkGUCFECoHtgiN9Q==",
                            "identifierGuid": "8b8ff5c6-64fc-4019-8510-2a07b6088df5",
                            "name": "sample string 2",
                            "formType": "sample string 3",
                            "forms": [
                              {
                                "$id": "32",
                                "id": 1,
                                "g_UID": "54hrUOOEU0SEi93fjss2Dw==",
                                "guid": "506b88e7-84e3-4453-848b-dddf8ecb360f",
                                "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": "yDNdrrZK6kqWZ9gpwdQz6Q==",
                                "previousFormGuid": "ae5d33c8-4ab6-4aea-9667-d829c1d433e9",
                                "nextForm": 1,
                                "nextFormG_UID": "wJVwe4tZnkGUdiKDEShbLA==",
                                "nextFormGuid": "7b7095c0-598b-419e-9476-228311285b2c",
                                "attributes": "sample string 10",
                                "updated": "2025-06-14T07:45:04.3333136",
                                "positioning": 1,
                                "contentPanel": "sample string 11",
                                "selectionMode": 1,
                                "maximumSelections": 1,
                                "alteredInStore": true,
                                "deleted": true,
                                "blueprintID": 1,
                                "preserveLayout": true,
                                "mainCheckoutFormName": "sample string 13",
                                "nextCheckoutForm": {
                                  "$ref": "32"
                                },
                                "previousCheckoutForm": {
                                  "$ref": "32"
                                },
                                "buttons": [
                                  {
                                    "$id": "33",
                                    "id": 1,
                                    "checkoutFormID": 2,
                                    "checkoutFormG_UID": "G+gwYFoivk+F5/Fww/8NEQ==",
                                    "checkoutFormGuid": "6030e81b-225a-4fbe-85e7-f170c3ff0d11",
                                    "identifier": "ehQvi81IA0yMX5DMyqJI0Q==",
                                    "identifierGuid": "8b2f147a-48cd-4c03-8c5f-90cccaa248d1",
                                    "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": "gGBRx/tEaUOUMstOCmNEXQ==",
                                    "valueGuid": "c7516080-44fb-4369-9432-cb4e0a63445d",
                                    "buttonText": "sample string 10",
                                    "valueText": "sample string 11",
                                    "drawImageAndButton": true,
                                    "updated": "2025-06-14T07:45:04.3333136",
                                    "action": "sample string 12",
                                    "valueForm": {
                                      "$ref": "32"
                                    },
                                    "image": {
                                      "$id": "34",
                                      "name": "sample string 3.sample string 4",
                                      "imageID": 2,
                                      "imageName": "sample string 3",
                                      "imageExtension": "sample string 4",
                                      "lastUpdate": "2025-06-14T07:45:04.3333136",
                                      "imageData": "QEA=",
                                      "readOnly": true
                                    }
                                  },
                                  {
                                    "$ref": "33"
                                  }
                                ],
                                "panels": [
                                  {
                                    "$id": "35",
                                    "id": 1,
                                    "checkoutFormID": 2,
                                    "checkoutFormG_UID": "Z/avpQA7UUyvhCoOcy3uLA==",
                                    "checkoutFormGuid": "a5aff667-3b00-4c51-af84-2a0e732dee2c",
                                    "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": "35"
                                  }
                                ]
                              },
                              {
                                "$ref": "32"
                              }
                            ],
                            "panels": [
                              {
                                "$ref": "35"
                              },
                              {
                                "$ref": "35"
                              }
                            ]
                          },
                          "pages": [
                            {
                              "$ref": "29"
                            },
                            {
                              "$ref": "29"
                            }
                          ]
                        },
                        "contentPanel": {
                          "$ref": "35"
                        },
                        "products": [
                          {
                            "$id": "36",
                            "flipChartPageIdentifier": "75SMpEFc7EOp4aO4Hy1Zjw==",
                            "flipChartPageIdentifierGuid": "a48c94ef-5c41-43ec-a9e1-a3b81f2d598f",
                            "pluG_UID": "+V1Jhl5rkUmx/WYJKmT1Fg==",
                            "pluGuid": "86495df9-6b5e-4991-b1fd-66092a64f516",
                            "sortOrder": 3,
                            "sent": true,
                            "productChanged": true,
                            "productImageName": "sample string 6",
                            "productShowImageOnFlipCharts": true,
                            "productShowTextOnFlipCharts": true,
                            "productOverrideFlipChartText": true,
                            "productFlipChartText": "sample string 10",
                            "product": {
                              "$ref": "12"
                            },
                            "departmentSortOrder": 11,
                            "subDepartmentName": "sample string 12"
                          },
                          {
                            "$ref": "36"
                          }
                        ],
                        "productCount": 27,
                        "pages": [
                          {
                            "$ref": "29"
                          },
                          {
                            "$ref": "29"
                          }
                        ]
                      },
                      {
                        "$ref": "29"
                      }
                    ],
                    "priceHistory": [
                      {
                        "$id": "37",
                        "pluG_UID": "kgeJqmXVQUWvZouVrUHh7A==",
                        "pluGuid": "aa890792-d565-4541-af66-8b95ad41e1ec",
                        "price": 1,
                        "costCalcMethod": 1,
                        "cost": 2,
                        "weightedAvgCost": 3,
                        "lastCost": 4,
                        "rawCost": 5,
                        "rawWeightedAvgCost": 6,
                        "rawLastCost": 7,
                        "costDecimals": 8,
                        "serviceFeeID": 9,
                        "freight": 10.0,
                        "freightType": 11,
                        "process": "sample string 12",
                        "user": "sample string 13",
                        "updated": "2025-06-14T07:45:04.3333136",
                        "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": "37"
                      }
                    ],
                    "ingredients": [
                      {
                        "$id": "38",
                        "pluG_UID": "kf6X44VEM0emTc9w6BlrVg==",
                        "ingredientGuid": "XXtGhs53/0ik2JW0zCboug==",
                        "ingredientIdentifier": "86467b5d-77ce-48ff-a4d8-95b4cc26e8ba",
                        "quantity": 1.0,
                        "storeIDs": [
                          1,
                          2
                        ],
                        "ingredientText": "sample string 1",
                        "ingredient": {
                          "$ref": "12"
                        }
                      },
                      {
                        "$ref": "38"
                      }
                    ],
                    "bins": [
                      {
                        "$id": "39",
                        "pluG_UID": "/1OMuFvIRkaiVX9UcueA8g==",
                        "pluGuid": "b88c53ff-c85b-4646-a255-7f5472e780f2",
                        "shelfLocationIdentifier": "U5RscJz3RUGAqH1pmnjfbg==",
                        "shelfLocationGuid": "706c9453-f79c-4145-80a8-7d699a78df6e",
                        "labelShelfDefault": 1,
                        "labelTalkerDefault": 1,
                        "labelSmall": true,
                        "labelPageLayoutG_UID": "F4o7Le3EPEqJK8GRm0niZA==",
                        "labelPageLayoutGuid": "2d3b8a17-c4ed-4a3c-892b-c1919b49e264",
                        "updated": "2025-06-14T07:45:04.3333136",
                        "electronicShelfLabelIdentifier": "sample string 5",
                        "electronicshelfLabelsConfigurationID": 6,
                        "labelShelfChanged": true,
                        "productName": "sample string 8",
                        "locationText": "sample string 9",
                        "product": {
                          "$ref": "12"
                        },
                        "location": {
                          "$id": "40",
                          "identifier": "vCRaKYHnuUGrIdFq2CPOMA==",
                          "storeID": 1,
                          "identifierGuid": "295a24bc-e781-41b9-ab21-d16ad823ce30",
                          "name": "sample string 2",
                          "haccp": true,
                          "blueprintID": 1,
                          "updated": "2025-06-14T07:45:04.3333136",
                          "minTemp": 1,
                          "maxTemp": 1,
                          "checkFrequency": 1,
                          "storeCaseConfiguration": 5,
                          "storeName": "sample string 6",
                          "bins": [
                            {
                              "$ref": "39"
                            },
                            {
                              "$ref": "39"
                            }
                          ]
                        }
                      },
                      {
                        "$ref": "39"
                      }
                    ],
                    "bin": {
                      "$ref": "39"
                    },
                    "scaleLocations": [
                      {
                        "$id": "41",
                        "plu": 1,
                        "pluG_UID": "wgGC473vkEC4t0+/WYmefA==",
                        "pluGuid": "e38201c2-efbd-4090-b8b7-4fbf59899e7c",
                        "deptNo": 1,
                        "product": {
                          "$ref": "12"
                        },
                        "scaleLocation": {
                          "$id": "42",
                          "id": 1,
                          "deptNo": 1,
                          "deptCode": "sample string 2",
                          "name": "sample string 3",
                          "enabled": true,
                          "updated": "2025-06-14T07:45:04.3333136",
                          "department": {
                            "$id": "43",
                            "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": "42"
                            },
                            "subDepartments": [
                              {
                                "$id": "44",
                                "id": 1,
                                "departmentID": 2,
                                "name": "sample string 3",
                                "code": "sample string 4",
                                "departmentCode": "sample string 5",
                                "externalSales": true,
                                "minorDepartments": [
                                  {
                                    "$id": "45",
                                    "id": 1,
                                    "subDepartmentID": 2,
                                    "departmentID": 3,
                                    "name": "sample string 4",
                                    "subDepartmentCode": "sample string 5",
                                    "departmentCode": "sample string 6",
                                    "code": "sample string 7",
                                    "lesserDepartments": [
                                      {
                                        "$id": "46",
                                        "id": 1,
                                        "departmentID": 2,
                                        "subDepartmentID": 3,
                                        "minorDepartmentID": 4,
                                        "name": "sample string 5",
                                        "code": "sample string 6",
                                        "departmentCode": "sample string 7",
                                        "subDepartmentCode": "sample string 8",
                                        "minorDepartmentCode": "sample string 9",
                                        "updated": "2025-06-14T07:45:04.3333136",
                                        "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": "Ko6Yh9PAEU2g8pGUc3tn7A==",
                                        "labelPageLayoutGuid": "87988e2a-c0d3-4d11-a0f2-9194737b67ec",
                                        "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": "47",
                                          "dept": 1,
                                          "category": 2,
                                          "name": "sample string 3",
                                          "active": true,
                                          "mscCommodities": [
                                            {
                                              "$id": "48",
                                              "dept": 1,
                                              "category": 2,
                                              "commodity": 3,
                                              "name": "sample string 4",
                                              "active": true,
                                              "mscSubCommodities": [
                                                {
                                                  "$id": "49",
                                                  "dept": 1,
                                                  "category": 2,
                                                  "commodity": 3,
                                                  "subCommodity": 4,
                                                  "name": "sample string 5",
                                                  "active": true,
                                                  "subCommodityCode": "sample string 7"
                                                },
                                                {
                                                  "$ref": "49"
                                                }
                                              ],
                                              "commodityCode": "sample string 6"
                                            },
                                            {
                                              "$ref": "48"
                                            }
                                          ],
                                          "categoryCode": "sample string 5"
                                        },
                                        "mscCom": {
                                          "$ref": "48"
                                        },
                                        "mscDep": {
                                          "$id": "50",
                                          "dept": 1,
                                          "name": "sample string 2",
                                          "active": true,
                                          "mscCategories": [
                                            {
                                              "$ref": "47"
                                            },
                                            {
                                              "$ref": "47"
                                            }
                                          ],
                                          "deptCode": "sample string 4"
                                        },
                                        "mscSubCom": {
                                          "$ref": "49"
                                        }
                                      },
                                      {
                                        "$ref": "46"
                                      }
                                    ],
                                    "updated": "2025-06-14T07:45:04.3333136",
                                    "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": "Qsf44ebvhkeC5Jk5aXVlMA==",
                                    "labelPageLayoutGuid": "e1f8c742-efe6-4786-82e4-993969756530",
                                    "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": "47"
                                    },
                                    "mscCom": {
                                      "$ref": "48"
                                    },
                                    "mscDep": {
                                      "$ref": "50"
                                    },
                                    "mscSubCom": {
                                      "$ref": "49"
                                    }
                                  },
                                  {
                                    "$ref": "45"
                                  }
                                ],
                                "investmentBuyOverride": true,
                                "updated": "2025-06-14T07:45:04.3333136",
                                "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": "Rb6T1d5F4EmET53xd6Gj2g==",
                                "labelPageLayoutGuid": "d593be45-45de-49e0-844f-9df177a1a3da",
                                "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": "47"
                                },
                                "mscCom": {
                                  "$ref": "48"
                                },
                                "mscDep": {
                                  "$ref": "50"
                                },
                                "mscSubCom": {
                                  "$ref": "49"
                                }
                              },
                              {
                                "$ref": "44"
                              }
                            ],
                            "stores": [
                              1,
                              2
                            ],
                            "investmentBuyOverride": true,
                            "updated": "2025-06-14T07:45:04.3333136",
                            "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": "R9gK0amrA02YwCi3wTMImg==",
                            "labelPageLayoutGuid": "d10ad847-aba9-4d03-98c0-28b7c133089a",
                            "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": "47"
                            },
                            "mscCom": {
                              "$ref": "48"
                            },
                            "mscDep": {
                              "$ref": "50"
                            },
                            "mscSubCom": {
                              "$ref": "49"
                            }
                          }
                        }
                      },
                      {
                        "$ref": "41"
                      }
                    ],
                    "nextPrice": {
                      "$id": "51",
                      "id": 1,
                      "campaignID": 2,
                      "campaignName": "sample string 3",
                      "plu": 1,
                      "hostOfferID": 1,
                      "metcashPromotionID": "sample string 4",
                      "metcashPromotionPlacement": "sample string 5",
                      "pluG_UID": "UZ9SPOkatUiyiEUkTLYgsA==",
                      "pluGuid": "3c529f51-1ae9-48b5-b288-45244cb620b0",
                      "newPrice": 1,
                      "pctDiscount": 1,
                      "newCost": 1,
                      "newCostDecimals": 6,
                      "dealCostIdentifier": "YfPDGkKvmUOmpKzWZWc0EA==",
                      "dealCostGuid": "1ac3f361-af42-4399-a6a4-acd665673410",
                      "pluName": "sample string 7",
                      "apn": "sample string 8",
                      "fuelItem": true,
                      "priceGroupG_UID": "n2jxprAuwUWqADdT2et2oQ==",
                      "priceGroupGuid": "a6f1689f-2eb0-45c1-aa00-3753d9eb76a1",
                      "itemNumber": "sample string 10",
                      "cri": "sample string 11",
                      "pluPrice": 12,
                      "pluCost": 13,
                      "pluCostIndicator": "sample string 14",
                      "pluPriceGstPercent": 15,
                      "pluCostGstPercent": 16,
                      "pluActive": true,
                      "cartonQty": 1.1,
                      "baseUnits": 18.1,
                      "salesMode": 1,
                      "pluNormalCost": 19,
                      "pluaws": 20.0,
                      "directNumber": "sample string 21",
                      "departmentName": "sample string 22",
                      "subDepartmentName": "sample string 23",
                      "priceGroupName": "sample string 24",
                      "supplierName": "sample string 25",
                      "stockOnHand": 1.1,
                      "stockOnOrder": 1.1,
                      "lastReceived": "2025-06-14T07:45:04.3333136",
                      "rrp": 26,
                      "campaignDescription": "sample string 27",
                      "campaignComboPriceGroupG_UID": "sHT1NJjLjk+c6hl3SoH7Kg==",
                      "campaignComboPriceGroupIdentifier": "34f574b0-cb98-4f8e-9cea-19774a81fb2a",
                      "promotionPlacementDescription": "sample string 28",
                      "storeAcceptances": [
                        {
                          "$id": "52",
                          "plu": 1,
                          "pluG_UId": "QEA=",
                          "campaignID": 1,
                          "campaignName": "sample string 2",
                          "storeID": 3,
                          "acceptedUtc": "2025-06-14T07:45:04.3333136",
                          "operatorG_UID": "e4zHq/EUBEqD0GQ7QZxwXw==",
                          "operatorGuid": "abc78c7b-14f1-4a04-83d0-643b419c705f",
                          "machineID": 1,
                          "processed": true,
                          "appliedUtc": "2025-06-14T07:45:04.3333136",
                          "signIqTicketFileMovedUtc": "2025-06-14T07:45:04.3333136",
                          "user": "sample string 6",
                          "campaignDescription": "sample string 7",
                          "productDesc": "sample string 8",
                          "storeName": "sample string 9",
                          "effectiveUtc": "2025-06-14T07:45:04.3333136",
                          "priceChangeType": 0,
                          "operatorName": "sample string 10",
                          "hostCampaign": true,
                          "product": {
                            "$ref": "12"
                          },
                          "campaignPlu": {
                            "$ref": "51"
                          }
                        },
                        {
                          "$ref": "52"
                        }
                      ],
                      "campaign": {
                        "$id": "53",
                        "id": 1,
                        "storeID": 2,
                        "name": "fb96da79-1719-4bcc-840e-e4784b5641ca",
                        "nameGuid": "fb96da79-1719-4bcc-840e-e4784b5641ca",
                        "description": "sample string 4",
                        "showDiscounts": true,
                        "showTotals": true,
                        "onlyEvaluateOnSubtotal": true,
                        "useDescription": true,
                        "campaignType": 1,
                        "startDate": "2025-06-14T07:45:04.3333136",
                        "startTime": 1,
                        "endDate": "2025-06-14T07:45:04.3333136",
                        "endTime": 1,
                        "recurrence": 1,
                        "recurrenceType": 1,
                        "monthType": 1,
                        "weekDays": 1,
                        "months": 1,
                        "monthWeeks": 1,
                        "monthDays": "sample string 7",
                        "printed": true,
                        "talkerText": "sample string 8",
                        "rangeDescription": "sample string 9",
                        "dealDescription": "sample string 10",
                        "labelQuantity": 11,
                        "active": 1,
                        "deactivated": "2025-06-14T07:45:04.3333136",
                        "system": true,
                        "created": "2025-06-14T07:45:04.3333136",
                        "updated": "2025-06-14T07:45:04.3333136",
                        "priceChangeNotifiedUtc": "2025-06-14T07:45:04.3333136",
                        "promoType": 1,
                        "promotionTypeCode": "sample string 13",
                        "hostIdentifier": "vf6zr1oM5EC2abLS7g9HfA==",
                        "hostIdentifierGuid": "afb3febd-0c5a-40e4-b669-b2d2ee0f477c",
                        "hostType": 14,
                        "createdByUser": "sample string 15",
                        "fromHost": true,
                        "deleted": true,
                        "campaignDeleted": "2025-06-14T07:45:04.3333136",
                        "updatedByUser": "sample string 18",
                        "offerID": 1,
                        "isPriceChangeCampaign": true,
                        "stores": [
                          1,
                          2
                        ],
                        "storeNames": [
                          "sample string 1",
                          "sample string 2"
                        ],
                        "campaignPlus": [
                          {
                            "$ref": "51"
                          },
                          {
                            "$ref": "51"
                          }
                        ],
                        "campaignPools": [
                          {
                            "$id": "54",
                            "id": 1,
                            "campaignID": 2,
                            "campaignName": "sample string 3",
                            "plu": 4,
                            "pluG_UID": "MJ/4DSE5k0avs/3EqOub0A==",
                            "pluGuid": "0df89f30-3921-4693-afb3-fdc4a8eb9bd0",
                            "hostOfferID": 1,
                            "priceGroupG_UID": "t9U1wWw+WkmTar1kL4r2Bg==",
                            "priceGroupGuid": "c135d5b7-3e6c-495a-936a-bd642f8af606",
                            "fuelItem": true,
                            "pluName": "sample string 6",
                            "apn": "sample string 7",
                            "pluActive": true,
                            "cartonQty": 1,
                            "baseUnits": 9.1,
                            "cri": "sample string 10",
                            "salesMode": 1,
                            "pluaws": 11.0,
                            "directNumber": "sample string 12",
                            "departmentName": "sample string 13",
                            "subDepartmentName": "sample string 14",
                            "priceGroupName": "sample string 15",
                            "supplierName": "sample string 16",
                            "stockOnHand": 1.1,
                            "stockOnOrder": 1.1,
                            "lastReceived": "2025-06-14T07:45:04.3333136",
                            "rrp": 17,
                            "campaignDescription": "sample string 18",
                            "product": {
                              "$ref": "12"
                            },
                            "campaign": {
                              "$ref": "53"
                            }
                          },
                          {
                            "$ref": "54"
                          }
                        ],
                        "sellingRules": [
                          {
                            "$id": "55",
                            "id": 1,
                            "identifier": "OSpVPru1EUq+VsDAQr5wEw==",
                            "identifierStr": "OSpVPru1EUq+VsDAQr5wEw==",
                            "identifierGuid": "3e552a39-b5bb-4a11-be56-c0c042be7013",
                            "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": "53"
                            }
                          },
                          {
                            "$ref": "55"
                          }
                        ],
                        "customers": [
                          {
                            "$id": "56",
                            "id": 1,
                            "campaignID": 2,
                            "campaignName": "sample string 3",
                            "customerID": "qmKHg5LT8UqtGdm2WH7siw==",
                            "customerIDGuid": "838762aa-d392-4af1-ad19-d9b6587eec8b",
                            "campaign": {
                              "$ref": "53"
                            },
                            "customer": {
                              "$id": "57",
                              "identifier": "or6U0cmwfU6JPQR+29KwzQ==",
                              "identifierGuid": "d194bea2-b0c9-4e7d-893d-047edbd2b0cd",
                              "code": "sample string 2",
                              "familyName": "sample string 3",
                              "givenName": "sample string 4",
                              "otherName": "sample string 5",
                              "title": "sample string 6",
                              "dateOfBirth": "2025-06-14T07:45:04.3333136",
                              "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": "Dogf6rqiqUSwkbGT8DuOTg==",
                              "communityIdentifierGuid": "ea1f880e-a2ba-44a9-b091-b193f03b8e4e",
                              "joined": "2025-06-14T07:45:04.3333136",
                              "updated": "2025-06-14T07:45:04.3333136",
                              "active": true,
                              "reasonInactive": 1,
                              "groupCustomer": true,
                              "loyaltyPoints": 1,
                              "homeStoreID": 1,
                              "availableSpend": 1,
                              "priceLevelIdentifier": "/exA0bnv7U2saqKRa4wVow==",
                              "priceLevelIdentifierGuid": "d140ecfd-efb9-4ded-ac6a-a2916b8c15a3",
                              "marketingID": "sample string 18",
                              "hidden": true,
                              "registered": true,
                              "registeredOn": "2025-06-14T07:45:04.3333136",
                              "emailMarketing": true,
                              "smsMarketing": true,
                              "deleted": true,
                              "deletedUser": "sample string 24",
                              "homeStoreName": "sample string 25",
                              "customerCards": [
                                {
                                  "$id": "58",
                                  "cardType": 2,
                                  "issueDate": "2025-06-14T07:45:04.3333136",
                                  "expiry": "2025-06-14T07:45:04.3333136",
                                  "customerID": "WOjsyAxrsECYs8WmpDEzbw==",
                                  "customerIDGuid": "c8ece858-6b0c-40b0-98b3-c5a6a431336f",
                                  "initialValue": 1,
                                  "currentValue": 1,
                                  "maxLimit": 1,
                                  "minTransaction": 1,
                                  "maxTransaction": 1,
                                  "multiplier": 1.1,
                                  "active": true,
                                  "reasonInactive": 1,
                                  "idRequired": true,
                                  "idType": 1,
                                  "idValue": "sample string 5",
                                  "updated": "2025-06-14T07:45:04.3333136",
                                  "linkedAccount": "bajgBqVRB0uiXtrK9I9fSg==",
                                  "linkedAccountGuid": "06e0a86d-51a5-4b07-a25e-dacaf48f5f4a",
                                  "currentValueChanged": true,
                                  "limitsChanged": true,
                                  "customer": {
                                    "$ref": "57"
                                  },
                                  "account": {
                                    "$id": "59",
                                    "id": 1,
                                    "identifier": "Oz1u4JirTUWda/Av0okPvA==",
                                    "identifierGuid": "e06e3d3b-ab98-454d-9d6b-f02fd2890fbc",
                                    "referenceNo": "sample string 3",
                                    "name": "sample string 4",
                                    "created": "2025-06-14T07:45:04.3333136",
                                    "owner": "/6kuotqr/ESyE7wXVB1B4Q==",
                                    "ownerGuid": "a22ea9ff-abda-44fc-b213-bc17541d41e1",
                                    "accountStoreGroupIdentifier": "YYV8RJIiF0S0r1bIoPjtlQ==",
                                    "accountStoreGroupGuid": "447c8561-2292-4417-b4af-56c8a0f8ed95",
                                    "accountType": 1,
                                    "currentBalance": 1,
                                    "externalID": "sample string 7",
                                    "maximumLimit": 1,
                                    "accruePoints": true,
                                    "loyaltyPoints": 1,
                                    "termsOfTrade": 1,
                                    "signatureRequired": true,
                                    "referenceRequired": true,
                                    "statementSendType": 10,
                                    "ageingPeriod": 1,
                                    "monthlyAgeingPeriod": true,
                                    "explodedInvoice": true,
                                    "isFifoAllocation": true,
                                    "lastStatementSent": "2025-06-14T07:45:04.3333136",
                                    "active": true,
                                    "updated": "2025-06-14T07:45:04.3333136",
                                    "deleted": true,
                                    "deletedUser": "sample string 16",
                                    "currentBalanceChanged": true,
                                    "maximumLimitChanged": true,
                                    "loyaltyPointsChanged": true,
                                    "projectedBalance": 17,
                                    "accountStoreGroupStoreIDs": [
                                      1,
                                      2
                                    ],
                                    "customerEmail": "sample string 18",
                                    "ownerCustomer": {
                                      "$ref": "57"
                                    },
                                    "card": {
                                      "$ref": "58"
                                    },
                                    "members": {
                                      "$id": "60",
                                      "sample string 1": [
                                        {
                                          "$ref": "57"
                                        },
                                        {
                                          "$ref": "57"
                                        }
                                      ],
                                      "sample string 2": [
                                        {
                                          "$ref": "57"
                                        },
                                        {
                                          "$ref": "57"
                                        }
                                      ]
                                    },
                                    "customerGroups": [
                                      {
                                        "$id": "61",
                                        "identifier": "A3anPKoaA0WMZSuivS/Twg==",
                                        "identifierGuid": "3ca77603-1aaa-4503-8c65-2ba2bd2fd3c2",
                                        "name": "sample string 2",
                                        "primaryContact": "LTW6BNGa6UGrOkcWEK8ZIg==",
                                        "primaryContactGuid": "04ba352d-9ad1-41e9-ab3a-471610af1922",
                                        "accountID": "GTmgK2ZYFkutb7Pjphgr2A==",
                                        "accountIDGuid": "2ba03919-5866-4b16-ad6f-b3e3a6182bd8",
                                        "special": true,
                                        "updated": "2025-06-14T07:45:04.3333136",
                                        "active": true,
                                        "reasonInactive": 1,
                                        "priceLevelIdentifier": "d0N8JfezX06U47OXmsZccw==",
                                        "priceLevelIdentifierGuid": "257c4377-b3f7-4e5f-94e3-b3979ac65c73",
                                        "deleted": true,
                                        "account": {
                                          "$ref": "59"
                                        },
                                        "primaryContactCustomer": {
                                          "$ref": "57"
                                        },
                                        "customerGroupMembers": [
                                          {
                                            "$id": "62",
                                            "id": 1,
                                            "groupID": "VXNwCTgQs0CLuAmDRhU5DQ==",
                                            "groupIDGuid": "09707355-1038-40b3-8bb8-09834615390d",
                                            "customerID": "s+Qdr3KCjkGZLBHsnwkafg==",
                                            "customerIDGuid": "af1de4b3-8272-418e-992c-11ec9f091a7e",
                                            "card": "sample string 4",
                                            "linkedAccount": "GBHQSKc5GkKjc/JycW+M6Q==",
                                            "linkedAccountGuid": "48d01118-39a7-421a-a373-f272716f8ce9",
                                            "customer": {
                                              "$ref": "57"
                                            },
                                            "group": {
                                              "$ref": "61"
                                            },
                                            "customerCard": {
                                              "$ref": "58"
                                            }
                                          },
                                          {
                                            "$ref": "62"
                                          }
                                        ]
                                      },
                                      {
                                        "$ref": "61"
                                      }
                                    ]
                                  },
                                  "payments": [
                                    {
                                      "$id": "63",
                                      "id": 1,
                                      "identifier": "6AFdSuBsUk+RYGjvoV5GgQ==",
                                      "identifierGuid": "4a5d01e8-6ce0-4f52-9160-68efa15e4681",
                                      "storeID": 2,
                                      "operatorName": "sample string 3",
                                      "saleHeaderID": 4,
                                      "paymentType": 5,
                                      "amount": 6,
                                      "account": "sample string 7",
                                      "accountID": "EjZzxlSlcEWKmx1y5cLF1A==",
                                      "accountIDGuid": "c6733612-a554-4570-8a9b-1d72e5c2c5d4",
                                      "customerAccount": {
                                        "$ref": "59"
                                      },
                                      "customerCard": {
                                        "$ref": "58"
                                      },
                                      "accountType": 1,
                                      "cardName": "sample string 8",
                                      "authorisationNumber": "sample string 9",
                                      "bankReference": "sample string 10",
                                      "merchantID": "sample string 11",
                                      "terminalID": "sample string 12",
                                      "cardNumber": "sample string 13",
                                      "paymentDate": "2025-06-14T07:45:04.3333136",
                                      "invRocNo": "sample string 14",
                                      "responseCode": "sample string 15",
                                      "cashout": 1,
                                      "tip": 16,
                                      "idempotentVoid": "yYGamvkIVkyPWcWIjK0H+w==",
                                      "idempotentVoidGuid": "9a9a81c9-08f9-4c56-8f59-c5888cad07fb",
                                      "offline": true,
                                      "processed": 1,
                                      "storeSaleHeader": {
                                        "$id": "64",
                                        "saleHeaderID": 1,
                                        "saleHeaderGuid": "sMYv4inhdkG+W8SfA2sDJQ==",
                                        "saleHeaderIdentifierGuid": "e22fc6b0-e129-4176-be5b-c49f036b0325",
                                        "created": "2025-06-14T07:45:04.3333136",
                                        "createdLocal": "2025-06-14T07:45:04.3333136",
                                        "createdText": "sample string 4",
                                        "itemCount": 5,
                                        "totalAmount": 6,
                                        "cashTender": 1,
                                        "cardTender": 1,
                                        "cheqTender": 1,
                                        "acctTender": 1,
                                        "voucherTender": 1,
                                        "loyaltyPoints": 1,
                                        "cashout": 1,
                                        "changeAmount": 1,
                                        "rounding": 1,
                                        "gstAmount": 1,
                                        "transactionDiscountTender": 1,
                                        "totalTip": 7,
                                        "tranType": 1,
                                        "processed": 1,
                                        "imported": "2025-06-14T07:45:04.3333136",
                                        "storeID": 1,
                                        "operatorG_Uid": "nlYj6SoelECfHxiS84Vwvg==",
                                        "operatorGuid": "e923569e-1e2a-4094-9f1f-1892f38570be",
                                        "customerG_Uid": "YD7ZBUmsQ0WVaxTLUMoyZw==",
                                        "customerGuid": "05d93e60-ac49-4543-956b-14cb50ca3267",
                                        "communityIdentifier": "kHLImLxYLkOd9wGEk5fG0w==",
                                        "communityIdentifierGuid": "98c87290-58bc-432e-9df7-01849397c6d3",
                                        "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": "dnb41UMp0EqfFlUH5GEXlg==",
                                        "priceLevelIdentifierGuid": "d5f87676-2943-4ad0-9f16-5507e4611796",
                                        "locked": 36,
                                        "relationChecksum": "sample string 37",
                                        "loyaltyTender": 1,
                                        "giftCardTender": 1,
                                        "operator": {
                                          "$ref": "24"
                                        },
                                        "customer": {
                                          "$ref": "57"
                                        },
                                        "communityOrganisation": {
                                          "$id": "65",
                                          "id": 1,
                                          "identifier": "zL4+F1WZ5U+ob6GxZBC+MQ==",
                                          "identifierGuid": "173ebecc-9955-4fe5-a86f-a1b16410be31",
                                          "name": "sample string 3",
                                          "lookupIdentifier": "sample string 4",
                                          "externalID": "sample string 5",
                                          "phone": "sample string 6",
                                          "fax": "sample string 7",
                                          "email": "sample string 8",
                                          "address1": "sample string 9",
                                          "address2": "sample string 10",
                                          "city": "sample string 11",
                                          "postCode": "sample string 12",
                                          "state": "sample string 13",
                                          "country": "sample string 14",
                                          "totalAmountAwarded": 15.1,
                                          "updated": "2025-06-14T07:45:04.3333136",
                                          "deleted": true
                                        },
                                        "details": [
                                          {
                                            "$id": "66",
                                            "saleItemID": 1,
                                            "identifier": "OIk7VxpVQ0+0SzoGs79S+A==",
                                            "identifierGuid": "573b8938-551a-4f43-b44b-3a06b3bf52f8",
                                            "saleHeaderID": 2,
                                            "plu": 1,
                                            "pluG_UId": "frhnXM/gQUO7MAlYOdAZFQ==",
                                            "pluGuid": "5c67b87e-e0cf-4341-bb30-095839d01915",
                                            "accountID": "Zw0DlnJT2U6NHGUluob7dA==",
                                            "accountIDGuid": "96030d67-5372-4ed9-8d1c-6525ba86fb74",
                                            "normalPrice": 3,
                                            "originalSellingPrice": 4,
                                            "discountPrice": 5,
                                            "unit": 1,
                                            "quantity": 6,
                                            "totalCents": 7,
                                            "fixedPrice": 1,
                                            "tranType": 1,
                                            "discountType": 1,
                                            "cost": 1,
                                            "costDecimals": 8,
                                            "markdown": 1,
                                            "manualQuantity": 1,
                                            "manualPrice": 1,
                                            "manualMode": 1,
                                            "active": 1,
                                            "offline": true,
                                            "barcode": "sample string 9",
                                            "keyedSale": 1,
                                            "discountedID": 1,
                                            "fuelID": 1,
                                            "serialNumber": "sample string 10",
                                            "bestOrExpire": "2025-06-14T07:45:04.3333136",
                                            "bestOrExpireType": 1,
                                            "providerName": "sample string 11",
                                            "refundG_UID": "gyR/s99PwE+W5FBNvkANBg==",
                                            "refundGuid": "b37f2483-4fdf-4fc0-96e4-504dbe400d06",
                                            "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": "2B1ML9JJ6U+hidEbna3i3g==",
                                            "idempotentVoidGuid": "2f4c1dd8-49d2-4fe9-a189-d11b9dade2de",
                                            "priceLevelIdentifier": "AkZcuMVBMUS2ii7QoyV+AA==",
                                            "priceLevelIdentifierGuid": "b85c4602-41c5-4431-b68a-2ed0a3257e00",
                                            "productName": "sample string 23",
                                            "apn": "sample string 24",
                                            "unknownScans": [
                                              {
                                                "$id": "67",
                                                "id": 1,
                                                "saleDetailID": 2,
                                                "storeID": 1,
                                                "scanned": "2025-06-14T07:45:04.3333136",
                                                "operatorG_UID": "QEA=",
                                                "barcode": "sample string 4",
                                                "processed": 1
                                              },
                                              {
                                                "$ref": "67"
                                              }
                                            ],
                                            "refund": {
                                              "$id": "68",
                                              "id": 1,
                                              "g_UID": "yONimnCLRkWQF0b/vGayJQ==",
                                              "guid": "9a62e3c8-8b70-4546-9017-46ffbc66b225",
                                              "description": "sample string 1",
                                              "dumped": true,
                                              "inventoryReasonID": 1,
                                              "sortOrder": 1,
                                              "updated": "2025-06-14T07:45:04.3333136"
                                            },
                                            "modifier": {
                                              "$id": "69",
                                              "id": 1,
                                              "setG_UID": "SbF70swiNk2UC/Sr241ooQ==",
                                              "modifierSetGuid": "d27bb149-22cc-4d36-940b-f4abdb8d68a1",
                                              "name": "sample string 2",
                                              "price": 1,
                                              "quantity": 1,
                                              "modifierType": 1,
                                              "groupNumber": 1,
                                              "pageNumber": 1,
                                              "controlOrder": 1,
                                              "printToStation": true,
                                              "pluG_UID": "ypgRXBtElE2dvrvYUWQteg==",
                                              "pluGuid": "5c1198ca-441b-4d94-9dbe-bbd851642d7a",
                                              "deleted": true,
                                              "g_UID": "We58/RIPiUG+Oh5nB4/Wpw==",
                                              "guid": "fd7cee59-0f12-4189-be3a-1e67078fd6a7",
                                              "product": {
                                                "$ref": "12"
                                              }
                                            },
                                            "priceLevelName": "sample string 25",
                                            "pumpNumber": 1,
                                            "hoseNumber": 1
                                          },
                                          {
                                            "$ref": "66"
                                          }
                                        ],
                                        "eftReceipts": [
                                          {
                                            "$id": "70",
                                            "id": 1,
                                            "storeID": 1,
                                            "saleHeaderID": 2,
                                            "storeSaleHeader": {
                                              "$ref": "64"
                                            },
                                            "receipt": "sample string 3",
                                            "processed": 1
                                          },
                                          {
                                            "$ref": "70"
                                          }
                                        ],
                                        "payments": [
                                          {
                                            "$ref": "63"
                                          },
                                          {
                                            "$ref": "63"
                                          }
                                        ],
                                        "cards": [
                                          {
                                            "$id": "71",
                                            "id": 1,
                                            "saleHeaderID": 1,
                                            "identifier": "sample string 2",
                                            "cardType": 3,
                                            "providerName": "sample string 4"
                                          },
                                          {
                                            "$ref": "71"
                                          }
                                        ],
                                        "campaignHits": [
                                          {
                                            "$id": "72",
                                            "id": 1,
                                            "saleHeaderID": 2,
                                            "campaign": "sample string 3",
                                            "name": "sample string 4",
                                            "processed": 1,
                                            "campaignDescription": "sample string 5"
                                          },
                                          {
                                            "$ref": "72"
                                          }
                                        ],
                                        "fuel": [
                                          {
                                            "$id": "73",
                                            "id": 1,
                                            "plu": 1,
                                            "pluG_UID": "kkCwqruXFkiY1+dzAPTj7Q==",
                                            "pluGuid": "aab04092-97bb-4816-98d7-e77300f4e3ed",
                                            "saleHeaderID": 2,
                                            "totalCents": 3,
                                            "grade": 1,
                                            "gradeDescription": "sample string 4",
                                            "dispenser": 1,
                                            "hose": 1,
                                            "quantity": 1,
                                            "cost": 1,
                                            "acquirerNum": 1,
                                            "attendant": 1,
                                            "ePurseBalance": 1.0,
                                            "cardSignature": "sample string 5",
                                            "compartmentNumber": 1,
                                            "contractNumber": 1,
                                            "discountCardPAN": "sample string 6",
                                            "discountID": 1,
                                            "discountName": "sample string 7",
                                            "discountNetValue": 1.0,
                                            "discountType": 1,
                                            "discountValue": 1.0,
                                            "discretionaryData": "sample string 8",
                                            "driverID": "sample string 9",
                                            "eftBatchNumber": 1,
                                            "eftResponseCode": "sample string 10",
                                            "endDateTime": "2025-06-14T07:45:04.3333136",
                                            "engineHours": 1.1,
                                            "fposNumber": 1,
                                            "loyaltyCardPAN": "sample string 11",
                                            "miscData1": 1,
                                            "miscData2": "sample string 12",
                                            "miscFlags": 1,
                                            "mop": 1,
                                            "odometer": 1,
                                            "panNumber": "sample string 13",
                                            "saleRefund": true,
                                            "saleStatus": 1,
                                            "sequenceNumber": 1,
                                            "stan": 1,
                                            "startDateTime": "2025-06-14T07:45:04.3333136",
                                            "tagNumber": "sample string 15",
                                            "trackTwoRem": "sample string 16",
                                            "transCode": 1,
                                            "transType": 1,
                                            "unitPrice": 1.0,
                                            "vehicleReg": "sample string 17",
                                            "offline": true,
                                            "processed": 1
                                          },
                                          {
                                            "$ref": "73"
                                          }
                                        ],
                                        "fuelResells": [
                                          {
                                            "$id": "74",
                                            "saleItemID": 1,
                                            "saleHeaderID": 2,
                                            "plu": 1,
                                            "pluG_UId": "tOu+jyfECEmEuCgsyhboLg==",
                                            "pluGuid": "8fbeebb4-c427-4908-84b8-282cca16e82e",
                                            "accountID": "7zxtgb7/Y0ihWO1mOxBunA==",
                                            "accountIDGuid": "816d3cef-ffbe-4863-a158-ed663b106e9c",
                                            "normalPrice": 3,
                                            "originalSellingPrice": 4,
                                            "discountPrice": 5,
                                            "unit": 1,
                                            "quantity": 6,
                                            "totalCents": 7,
                                            "fixedPrice": 1,
                                            "tranType": 1,
                                            "processed": 1,
                                            "discountType": 1,
                                            "cost": 1,
                                            "costDecimals": 1,
                                            "markdown": 1,
                                            "manualQuantity": 1,
                                            "manualPrice": 1,
                                            "manualMode": 1,
                                            "active": 1,
                                            "barcode": "sample string 8",
                                            "offline": 1,
                                            "keyedSale": 1,
                                            "discountedID": 1,
                                            "fuelID": 1,
                                            "serialNumber": "sample string 9",
                                            "bestOrExpire": "2025-06-14T07:45:04.3333136",
                                            "bestOrExpireType": 1,
                                            "refundG_UID": "EdWkeOvukUWMPnoVcaRYHw==",
                                            "refundGuid": "78a4d511-eeeb-4591-8c3e-7a1571a4581f",
                                            "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": "74"
                                          }
                                        ],
                                        "customerOrder": [
                                          {
                                            "$id": "75",
                                            "identifier": "v8Pp1D5NXU+0h2UaCBh7zQ==",
                                            "identifierGuid": "d4e9c3bf-4d3e-4f5d-b487-651a08187bcd",
                                            "id": 1,
                                            "orderNo": 2,
                                            "externalSaleIdentifier": "sample string 3",
                                            "storeID": 4,
                                            "zoneID": 5,
                                            "deptNo": 6,
                                            "customerIdentifier": "mdA9sGtDbkyeiKYYKOBvyw==",
                                            "customerIdentifierGuid": "b03dd099-436b-4c6e-9e88-a61828e06fcb",
                                            "operatorNo": 1,
                                            "operatorG_UID": "7UQkUwnZZEiTfm+1TYMCjQ==",
                                            "operatorGuid": "532444ed-d909-4864-937e-6fb54d83028d",
                                            "created": "2025-06-14T07:45:04.3333136",
                                            "ordered": "2025-06-14T07:45:04.3333136",
                                            "started": "2025-06-14T07:45:04.3333136",
                                            "completed": "2025-06-14T07:45:04.3333136",
                                            "supplied": "2025-06-14T07:45:04.3333136",
                                            "quickTicket": 1,
                                            "deleted": true,
                                            "walkAway": true,
                                            "approxWait": 1,
                                            "actualWait": 1,
                                            "deliveryMethod": 8,
                                            "externalSaleType": 9,
                                            "customer": {
                                              "$ref": "57"
                                            },
                                            "operator": {
                                              "$ref": "24"
                                            },
                                            "details": [
                                              {
                                                "$id": "76",
                                                "headerID": 1,
                                                "plu": 1,
                                                "pluG_UId": "QYrkXB7XxEqjOh3RdbvQcw==",
                                                "pluGuid": "5ce48a41-d71e-4ac4-a33a-1dd175bbd073",
                                                "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": "eXRHXS0Py0W45nJYX7CNfA==",
                                                "headerIdentifierGuid": "5d477479-0f2d-45cb-b8e6-72585fb08d7c",
                                                "product": {
                                                  "$ref": "12"
                                                }
                                              },
                                              {
                                                "$ref": "76"
                                              }
                                            ],
                                            "storeName": "sample string 11",
                                            "customerName": "sample string 12",
                                            "storeReplyTo": "sample string 13",
                                            "storeSubjectLine": "sample string 14",
                                            "storeSaleHeader": {
                                              "$ref": "64"
                                            }
                                          },
                                          {
                                            "$ref": "75"
                                          }
                                        ],
                                        "surveyResponses": [
                                          {
                                            "$id": "77",
                                            "surveyG_UID": "kcwwe2vAOEScuRYGkqF4ig==",
                                            "surveyGuid": "7b30cc91-c06b-4438-9cb9-160692a1788a",
                                            "saleHeaderGuid": "YeQcRbHRw0maBuvCwsc4+A==",
                                            "saleGuid": "451ce461-d1b1-49c3-9a06-ebc2c2c738f8",
                                            "textResponse": "sample string 1",
                                            "integerResponse": 1,
                                            "g_UIDResponse": "KiWJdGAblk+EOFDNrsov9Q==",
                                            "guidResponse": "7489252a-1b60-4f96-8438-50cdaeca2ff5",
                                            "whoAnswered": 2,
                                            "answeredAtUTC": "2025-06-14T07:45:04.3333136",
                                            "sale": {
                                              "$ref": "64"
                                            },
                                            "survey": {
                                              "$id": "78",
                                              "g_UID": "G4TywjjdnEGkDRpHwkTATQ==",
                                              "guid": "c2f2841b-dd38-419c-a40d-1a47c244c04d",
                                              "name": "sample string 1",
                                              "storeID": 2,
                                              "zoneID": 1,
                                              "checkoutFormG_UID": "tpiYluWhgkOpmeLbpE1Fqw==",
                                              "checkoutFormGuid": "969898b6-a1e5-4382-a999-e2dba44d45ab",
                                              "displayToWho": 3,
                                              "displayWhen": 4,
                                              "start": "2025-06-14T07:45:04.3333136",
                                              "end": "2025-06-14T07:45:04.3333136",
                                              "deleted": true,
                                              "updated": "2025-06-14T07:45:04.3333136",
                                              "possibleIntegerResponses": [
                                                1,
                                                2
                                              ],
                                              "possibleTextResponses": [
                                                "sample string 1",
                                                "sample string 2"
                                              ],
                                              "possibleGuidResponses": [
                                                "99638676-bbb1-4aee-9e09-c0c033e6358c",
                                                "9b0e697d-4db3-4b8b-8fdf-aee1e7b904d4"
                                              ],
                                              "allowsAllTextResponses": true,
                                              "surveyForm": {
                                                "$ref": "32"
                                              }
                                            },
                                            "ingressId": "sample string 4"
                                          },
                                          {
                                            "$ref": "77"
                                          }
                                        ],
                                        "storeName": "sample string 38",
                                        "machineName": "sample string 39",
                                        "operatorName": "sample string 40",
                                        "direction": 1,
                                        "reason": "sample string 41",
                                        "accountG_UID": "j+mZgYwqGE+6TzDdTalGRQ==",
                                        "accountIdentifier": "8199e98f-2a8c-4f18-ba4f-30dd4da94645",
                                        "accountName": "sample string 42",
                                        "customerOrderIdentifier": "Md0YwPMv20OO4kVcA1LGXg==",
                                        "customerOrderIdentifierGuid": "c018dd31-2ff3-43db-8ee2-455c0352c65e",
                                        "priceLevelName": "sample string 43",
                                        "revision": 44,
                                        "ingressId": "sample string 45"
                                      },
                                      "metadata": {
                                        "$id": "79",
                                        "id": 1,
                                        "paymentID": 2,
                                        "paymentIdentifier": "2m6DkfIyZkWNZ1l9gAZymg==",
                                        "paymentIdentifierGuid": "91836eda-32f2-4566-8d67-597d8006729a",
                                        "identifier": "mwOG2PpiD0CHag5qMHdhhQ==",
                                        "identifierGuid": "d886039b-62fa-400f-876a-0e6a30776185",
                                        "metadata": "sample string 3",
                                        "signatureImage": "QEA=",
                                        "itemIdentifier": "Y8+wsiHcgU2FsQvHB0lBSQ==",
                                        "itemIdentifierGuid": "b2b0cf63-dc21-4d81-85b1-0bc707494149"
                                      }
                                    },
                                    {
                                      "$ref": "63"
                                    }
                                  ]
                                },
                                {
                                  "$ref": "58"
                                }
                              ],
                              "customerGroupMembers": [
                                {
                                  "$ref": "62"
                                },
                                {
                                  "$ref": "62"
                                }
                              ],
                              "customerGroups": [
                                {
                                  "$ref": "61"
                                },
                                {
                                  "$ref": "61"
                                }
                              ],
                              "accounts": [
                                {
                                  "$ref": "59"
                                },
                                {
                                  "$ref": "59"
                                }
                              ],
                              "account": {
                                "$ref": "59"
                              },
                              "vouchers": [
                                {
                                  "$id": "80",
                                  "customerIdentifier": "cHKrBWBkQUCaE4xeTE40ag==",
                                  "customerIdentifierGuid": "05ab7270-6460-4041-9a13-8c5e4c4e346a",
                                  "voucherName": "sample string 2",
                                  "count": 3,
                                  "storeID": 4,
                                  "barcode": "sample string 5",
                                  "redeemCount": 6,
                                  "issueCount": 7,
                                  "storeSalePaymentID": 1,
                                  "idempotentID": "c+fG9RPUokOJu21X670tbg==",
                                  "idempotentGuid": "f5c6e773-d413-43a2-89bb-6d57ebbd2d6e",
                                  "offline": true,
                                  "voucher": {
                                    "$id": "81",
                                    "id": 1,
                                    "name": "sample string 2",
                                    "description": "sample string 3",
                                    "shortDescription": "sample string 4",
                                    "url": "sample string 5",
                                    "barcodeTemplateID": 1,
                                    "expiry": 0,
                                    "voucherType": 6,
                                    "limitPerTransaction": 7,
                                    "customerTracking": true,
                                    "discountAccount": "sample string 9",
                                    "endDate": "2025-06-14T07:45:04.3333136",
                                    "barcodeTemplate": {
                                      "$id": "82",
                                      "templateID": 1,
                                      "template": "sample string 1",
                                      "bcFunction": "sample string 2",
                                      "sortOrder": 3
                                    },
                                    "scaleLabel": {
                                      "$id": "83",
                                      "id": 1,
                                      "uid": "sample string 2",
                                      "name": "sample string 3",
                                      "width": 1.1,
                                      "height": 1.1,
                                      "showBorder": true,
                                      "borderWidth": 1.1,
                                      "borderStyle": 1,
                                      "borderColour": "sample string 5",
                                      "updated": "2025-06-14T07:45:04.3333136",
                                      "labelPageLayout": "PDSf8QLm3Ey7ED2BDoU3/A==",
                                      "pageLayoutGuid": "f19f343c-e602-4cdc-bb10-3d810e8537fc",
                                      "labelType": 6,
                                      "oldName": "sample string 7",
                                      "voucher": {
                                        "$ref": "81"
                                      },
                                      "elements": [
                                        {
                                          "$id": "84",
                                          "id": 1,
                                          "scaleLabelID": 2,
                                          "showPercentDI": true,
                                          "showAvgPerHundred": true,
                                          "showAvgPerServe": true,
                                          "name": "sample string 6",
                                          "x": 1.1,
                                          "y": 1.1,
                                          "width": 1.1,
                                          "height": 1.1,
                                          "type": 1,
                                          "rotation": 1,
                                          "text": "sample string 7",
                                          "fontFamily": "sample string 8",
                                          "align": 1,
                                          "bold": true,
                                          "italic": true,
                                          "underline": true,
                                          "strikeout": true,
                                          "reverse": true,
                                          "textColour": "sample string 9",
                                          "fontSize": 1.1,
                                          "picture": "QEA=",
                                          "borderWidth": 10,
                                          "sortOrder": 11,
                                          "printOptions": 12,
                                          "superScriptTextFontSize": 1.1,
                                          "lineStyle": 1,
                                          "spacingStyle": 1,
                                          "interCharacterSpacing": 1.1,
                                          "superScriptOffset": 1.1,
                                          "lineSpacing": 1.1,
                                          "dateFormat": "sample string 13",
                                          "autoGrow": true,
                                          "fontAutoResize": true,
                                          "updated": "2025-06-14T07:45:04.3333136"
                                        },
                                        {
                                          "$ref": "84"
                                        }
                                      ]
                                    },
                                    "customerVouchers": [
                                      {
                                        "$id": "85",
                                        "id": 1,
                                        "customerIdentifier": "OH0dbq9FIkm6cVPX7Y+Oww==",
                                        "customerIdentifierGuid": "6e1d7d38-45af-4922-ba71-53d7ed8f8ec3",
                                        "voucherID": 3,
                                        "voucherName": "sample string 4",
                                        "storeID": 1,
                                        "barcode": "sample string 5",
                                        "dateOfIssue": "2025-06-14T07:45:04.3333136",
                                        "issuedSaleHeaderID": 1,
                                        "issuedSaleIdentifier": "sample string 7",
                                        "issuedOfflinePaymentID": 1,
                                        "issuedIdempotentID": "5IuINpSb9k+nWcfXOjeVEA==",
                                        "issuedIdempotentGuid": "36888be4-9b94-4ff6-a759-c7d73a379510",
                                        "issuedOffline": true,
                                        "issuedUser": "sample string 9",
                                        "issuedNotes": "sample string 10",
                                        "expiryDate": "2025-06-14T07:45:04.3333136",
                                        "expiredUser": "sample string 11",
                                        "expiredNotes": "sample string 12",
                                        "redeemed": "2025-06-14T07:45:04.3333136",
                                        "redeemedSaleHeaderID": 1,
                                        "redeemedSaleIdentifier": "sample string 13",
                                        "redeemedOfflinePaymentID": 1,
                                        "redeemedIdempotentID": "mTg7YCx8sECg+ofPPP7ZuQ==",
                                        "redeemedIdempotentGuid": "603b3899-7c2c-40b0-a0fa-87cf3cfed9b9",
                                        "redeemedUser": "sample string 14",
                                        "redeemedNotes": "sample string 15",
                                        "redeemedOffline": true,
                                        "updated": "2025-06-14T07:45:04.3333136",
                                        "storeName": "sample string 17",
                                        "scaleLabel": {
                                          "$ref": "83"
                                        },
                                        "voucher": {
                                          "$ref": "81"
                                        },
                                        "customer": {
                                          "$ref": "57"
                                        },
                                        "issuedOfflinePayment": {
                                          "$ref": "63"
                                        },
                                        "redeemedOfflinePayment": {
                                          "$ref": "63"
                                        }
                                      },
                                      {
                                        "$ref": "85"
                                      }
                                    ]
                                  },
                                  "customer": {
                                    "$ref": "57"
                                  }
                                },
                                {
                                  "$ref": "80"
                                }
                              ]
                            }
                          },
                          {
                            "$ref": "56"
                          }
                        ],
                        "customerGroups": [
                          {
                            "$id": "86",
                            "id": 1,
                            "campaignID": 2,
                            "campaignName": "sample string 3",
                            "groupID": "UX/0C38kDEG8a/BlX8iUYA==",
                            "groupIDGuid": "0bf47f51-247f-410c-bc6b-f0655fc89460",
                            "campaign": {
                              "$ref": "53"
                            },
                            "group": {
                              "$ref": "61"
                            }
                          },
                          {
                            "$ref": "86"
                          }
                        ],
                        "signIqTickets": [
                          {
                            "$id": "87",
                            "identifier": "lMFyK1mgwEquduGxKRXoEQ==",
                            "identifierGuid": "2b72c194-a059-4ac0-ae76-e1b12915e811",
                            "campaignName": "sample string 2",
                            "message": "sample string 3",
                            "ticketFileSource": "sample string 4",
                            "ticketFileDestination": "sample string 5",
                            "storeID": 1
                          },
                          {
                            "$ref": "87"
                          }
                        ],
                        "comboPriceGroups": [
                          {
                            "$id": "88",
                            "id": 1,
                            "campaignID": 2,
                            "campaignName": "sample string 3",
                            "g_UID": "Vzq2wF0lSUS5luPaibQfqQ==",
                            "guid": "c0b63a57-255d-4449-b996-e3da89b41fa9",
                            "description": "sample string 5",
                            "newPrice": 1,
                            "rangeDescription": "sample string 6",
                            "dealDescription": "sample string 7",
                            "labelQuantity": 8,
                            "hostProductCategoryID": 1,
                            "offerID": 1,
                            "dontUpdatePricePlus": true,
                            "campaign": {
                              "$ref": "53"
                            },
                            "comboPricePlus": [
                              {
                                "$id": "89",
                                "id": 1,
                                "campaignID": 2,
                                "campaignName": "sample string 3",
                                "groupG_UID": "CsvziRokuk2EaNKeJR6j8A==",
                                "groupGuid": "89f3cb0a-241a-4dba-8468-d29e251ea3f0",
                                "comboPriceType": 5,
                                "priceType": 5,
                                "pluG_UID": "2bl2lAdzOkGPFGVPbfwJLw==",
                                "pluGuid": "9476b9d9-7307-413a-8f14-654f6dfc092f",
                                "priceGroupG_UID": "W1EWX7MLhUqArcgRXyR6ig==",
                                "priceGroupGuid": "5f16515b-0bb3-4a85-80ad-c8115f247a8a",
                                "campaignPoolID": "sample string 7",
                                "quantity": 1,
                                "campaign": {
                                  "$ref": "53"
                                },
                                "product": {
                                  "$ref": "12"
                                },
                                "priceGroup": {
                                  "$ref": "18"
                                },
                                "campaignPool": {
                                  "$ref": "53"
                                }
                              },
                              {
                                "$ref": "89"
                              }
                            ]
                          },
                          {
                            "$ref": "88"
                          }
                        ],
                        "priceLevels": [
                          {
                            "$id": "90",
                            "id": 1,
                            "priceLevelIdentifier": "bSIgJS0HukGh3JunRkJCsA==",
                            "priceLevelIdentifierGuid": "2520226d-072d-41ba-a1dc-9ba7464242b0",
                            "campaignName": "sample string 3",
                            "priceLevelName": "sample string 4"
                          },
                          {
                            "$ref": "90"
                          }
                        ]
                      },
                      "product": {
                        "$ref": "12"
                      },
                      "dealCost": {
                        "$id": "91",
                        "headerIdentifier": "eVrEYvK4hUSUg7qarDsoLQ==",
                        "headerIdentifierGuid": "62c45a79-b8f2-4485-9483-ba9aac3b282d",
                        "identifier": "gGQB2QqztkqKWPNs3JWTLA==",
                        "identifierGuid": "d9016480-b30a-4ab6-8a58-f36cdc95932c",
                        "supplierIdentifier": "XUGr8hO9A0qSQVnfWamLkg==",
                        "supplierGuid": "f2ab415d-bd13-4a03-9241-59df59a98b92",
                        "pluG_UID": "3ExVJgzUn0WRXoDGpUq87g==",
                        "pluGuid": "26554cdc-d40c-459f-915e-80c6a54abcee",
                        "campaignName": "f7282907-b24c-43d8-9f24-db3d532b64e5",
                        "description": "sample string 4",
                        "cost": 5,
                        "costDecimals": 6,
                        "start": "2025-06-14T07:45:04.3333136",
                        "end": "2025-06-14T07:45:04.3333136",
                        "type": 9,
                        "promoType": 10,
                        "bonusItemPLUG_UID": "KmEJOwWLf0GfgJjSG8LeuA==",
                        "bonusItemPluGuid": "3b09612a-8b05-417f-9f80-98d21bc2deb8",
                        "bonusPurchaseUnits": 11,
                        "bonusReceiveUnits": 12,
                        "updated": "2025-06-14T07:45:04.3333136",
                        "metcashPromotionID": "sample string 14",
                        "fromHost": 15,
                        "storeNames": "sample string 16",
                        "storeIDs": [
                          1,
                          2
                        ],
                        "supplierName": "sample string 17",
                        "campaignDescription": "sample string 18",
                        "newPrice": 1,
                        "campaignMetcashPromotionID": "sample string 19",
                        "campaignActive": true,
                        "campaignStartDate": "2025-06-14T07:45:04.3333136",
                        "campaignEndDate": "2025-06-14T07:45:04.3333136",
                        "masterPLUG_UID": "M+p0nigVAU2oGXLRXbrsCg==",
                        "masterID": "9e74ea33-1528-4d01-a819-72d15dbaec0a",
                        "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": "sJsxug0UdkOSJ+ZuilLuOw==",
                        "bonusMasterID": "ba319bb0-140d-4376-9227-e66e8a52ee3b",
                        "bonusProductName": "sample string 34",
                        "bonusProductAPN": "sample string 35",
                        "bonusOrderCode": "sample string 36",
                        "bonusNormalSell": 37,
                        "bonusNormalCost": 38,
                        "bonusNormalCostDecimals": 39,
                        "bonusCartonQuantity": 40,
                        "bonusSalesMode": 41,
                        "bonusOrderPacked": 42,
                        "bonusFuelItem": true,
                        "bonusActive": true
                      }
                    },
                    "currentCostStart": "2025-06-14T07:45:04.3333136",
                    "dealCosts": [
                      {
                        "$ref": "91"
                      },
                      {
                        "$ref": "91"
                      }
                    ],
                    "tags": [
                      {
                        "$id": "92",
                        "pluG_UID": "sp6FHjcS+EqUW0AxiIRfcg==",
                        "pluGuid": "1e859eb2-1237-4af8-945b-403188845f72",
                        "tagID": 1,
                        "description": "sample string 1",
                        "storeIDs": [
                          1,
                          2
                        ]
                      },
                      {
                        "$ref": "92"
                      }
                    ],
                    "alternateProductG_UID": "h1XWBlpm/UCo4MzsW1ipVQ==",
                    "alternateProduct": "06d65587-665a-40fd-a8e0-ccec5b58a955",
                    "productHostCode": {
                      "$id": "93",
                      "id": 1,
                      "pluG_UID": "O6UdIUCw902sgEZMoIUZkQ==",
                      "pluGuid": "211da53b-b040-4df7-ac80-464ca0851991",
                      "ibaCode": "sample string 2"
                    },
                    "mscCat": {
                      "$ref": "47"
                    },
                    "mscCom": {
                      "$ref": "48"
                    },
                    "mscDep": {
                      "$ref": "50"
                    },
                    "mscSubCom": {
                      "$ref": "49"
                    },
                    "isUserUpdate": true,
                    "ignoreMasterProduct": true,
                    "priceGroupLabelRequested": true,
                    "firstSold": "2025-06-14T07:45:04.3333136",
                    "inventoryTracked": "2025-06-14T07:45:04.3333136",
                    "isNormalPriceChangesCampaign": true
                  },
                  "supplier": {
                    "$ref": "7"
                  },
                  "serviceFee": {
                    "$id": "94",
                    "id": 1,
                    "description": "sample string 1",
                    "fee": 1
                  },
                  "isPrimaryHost": true,
                  "hostVendor": 46
                },
                {
                  "$ref": "10"
                }
              ],
              "orderCycleHeaders": [
                {
                  "$id": "95",
                  "storeID": 1,
                  "supplierIdentifier": "kxHOf4SuiE2pYNhYBfVQ5Q==",
                  "supplierGuid": "7fce1193-ae84-4d88-a960-d85805f550e5",
                  "departmentCode": "sample string 2",
                  "warehouseDirectIndicator": "sample string 3",
                  "type": 4,
                  "storeName": "sample string 5",
                  "departmentName": "sample string 6",
                  "orderDays": 7
                },
                {
                  "$ref": "95"
                }
              ],
              "cycles": [
                {
                  "$id": "96",
                  "storeID": 1,
                  "supplierIdentifier": "1PnGosjsQkWwS5vmB8KYcA==",
                  "supplierGuid": "a2c6f9d4-ecc8-4542-b04b-9be607c29870",
                  "departmentCode": "sample string 2",
                  "warehouseDirectIndicator": "sample string 3",
                  "type": 4,
                  "cutOffWeek": 5,
                  "cutOffDay": 6,
                  "cutOffTime": "00:00:00.1234567",
                  "leadTime": 7,
                  "daysBuffer": 8,
                  "supplierName": "sample string 9",
                  "cutOffDate": "2025-06-14T07:45:04.3333136",
                  "deliveryDate": "2025-06-14T07:45:04.3333136",
                  "nextCutOffDate": "2025-06-14T07:45:04.3333136",
                  "nextDeliveryDate": "2025-06-14T07:45:04.3333136",
                  "nextDaysBuffer": 10
                },
                {
                  "$ref": "96"
                }
              ],
              "store": {
                "$ref": "3"
              },
              "updated": "2025-06-14T07:45:04.3333136",
              "isHost": true
            },
            "files": [
              {
                "$id": "97",
                "id": "sample string 1",
                "fileName": "sample string 2",
                "extension": "sample string 3",
                "provider": 0,
                "type": 0,
                "hostType": "sample string 4",
                "createdUtc": "2025-06-14T07:45:04.3333136",
                "processed": "2025-06-14T07:45:04.3333136",
                "isProcessing": true,
                "processedCount": 6,
                "processingTime": 1,
                "collectedUtc": "2025-06-14T07:45:04.3333136",
                "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": "6"
                },
                "metcashHeader": {
                  "$id": "98",
                  "customerNumber": "sample string 1",
                  "creationDate": "2025-06-14T07:45:04.3333136",
                  "businessPillar": "sample string 3",
                  "fileType": "sample string 4"
                }
              },
              {
                "$ref": "97"
              }
            ],
            "zoneMatrix": [
              {
                "$id": "99",
                "id": 1,
                "hostIdentifier": "3Us6WPw7fEKuFNs4NeTx2w==",
                "hostIdentifierGuid": "583a4bdd-3bfc-427c-ae14-db3835e4f1db",
                "storeID": 1,
                "departmentCode": "sample string 2",
                "hostGuids": [
                  "9c571c29-3062-4423-877a-c4b87cc98fb0",
                  "b8064657-a2cc-4cf2-b4d4-d9d5a38982b0"
                ]
              },
              {
                "$ref": "99"
              }
            ],
            "hostFileStoreSetting": {
              "$ref": "5"
            },
            "hostStoreSettings": [
              {
                "$ref": "5"
              },
              {
                "$ref": "5"
              }
            ],
            "promotionPlacements": [
              {
                "$id": "100",
                "identifier": "yDthKVC5L0ef5aPfmByc0g==",
                "identifierGuid": "29613bc8-b950-472f-9fe5-a3df981c9cd2",
                "code": "sample string 2",
                "description": "sample string 3",
                "isAdvertised": true
              },
              {
                "$ref": "100"
              }
            ],
            "promoTypeGuids": [
              "5f15bf92-4cbf-471b-9e5e-9763beec038b",
              "3755ffe8-f85e-4b4c-a285-055b9919ac16"
            ],
            "isPromotionOnly": false,
            "isOrderable": false,
            "vendor": 0
          },
          "groupIDs": [
            1,
            2
          ],
          "hostDescription": "sample string 24"
        },
        {
          "$ref": "5"
        }
      ],
      "accounts": [
        {
          "$id": "101",
          "id": 1,
          "storeID": 1,
          "accountName": "sample string 2",
          "bsb": "sample string 3",
          "accountNumber": "sample string 4",
          "accountDesignated": true
        },
        {
          "$ref": "101"
        }
      ],
      "sales": [
        {
          "$id": "102",
          "id": 1,
          "storeID": 1,
          "externalSalesType": 2,
          "ftpSiteID": 1,
          "lastSaleProcessed": "2025-06-14T07:45:04.3333136",
          "ftpSite": {
            "$id": "103",
            "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": "102"
        }
      ],
      "zoneMatrix": [
        {
          "$ref": "99"
        },
        {
          "$ref": "99"
        }
      ],
      "cashManagements": [
        {
          "$id": "104",
          "id": 1,
          "storeID": 1,
          "cashManagementType": 2,
          "apiID": 1,
          "organisationID": "sample string 3",
          "siteName": "sample string 4",
          "thirdPartyAPI": {
            "$id": "105",
            "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": "104"
        }
      ],
      "updateStoreID": "b0e44daf-ac70-4c7a-a390-90e015e9278a",
      "updateStore": {
        "$id": "106",
        "id": "a1d5ad94-26c2-43cc-bd6b-c750bb9ab607",
        "name": "sample string 1",
        "lastActivity": "2025-06-14T07:45:04.3333136",
        "zone": "sample string 2",
        "timeZoneOffset": 0.0,
        "businessHoursStart": "00:00:00.1234567",
        "businessHoursEnd": "00:00:00.1234567",
        "master": true,
        "lastIP": "sample string 10",
        "lastHostName": "sample string 11",
        "ping": 1,
        "pingStatus": "sample string 12",
        "lastUpdateCompleted": "2025-06-14T07:45:04.3333136"
      },
      "timeZoneId": "sample string 53",
      "securityOptions": {
        "$id": "107",
        "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": "108",
      "id": 1,
      "gradeID": 2,
      "storeID": 3,
      "g_UID": "Vay39UNLpUWpSnpu98FD1g==",
      "guid": "f5b7ac55-4b43-45a5-a94a-7a6ef7c143d6",
      "fuelGrade": "sample string 5",
      "price1": 1,
      "price2": 1,
      "price3": 1,
      "price4": 1,
      "effective": "2025-06-14T07:45:04.3333136",
      "updated": "2025-06-14T07:45:04.3333136",
      "margin": 1,
      "product": {
        "$ref": "12"
      }
    }
  },
  "deliverySupplier": {
    "$ref": "7"
  }
}

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.