GET api/inventory/{id}/history?InventoryGuid={InventoryGuid}&Date={Date}&Relations={Relations}

Get inventory history records

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

Inventory identifier

globally unique identifier

Required

InventoryGuid

Inventory to get History for

globally unique identifier

None.

Date

Inventory date to get history for

date

None.

Relations

Include the history break down

boolean

None.

Body Parameters

None.

Response Information

Resource Description

Page list of matching inventory history records

Collection of InventoryHistory
NameDescriptionTypeAdditional information
InventoryGuid

Collection of byte

None.

InventoryIdentifier

globally unique identifier

None.

PLUG_UID

Collection of byte

None.

PLUIdentifier

globally unique identifier

None.

InventoryReason

InventoryReasons

None.

InventoryInvoiceGuid

Collection of byte

None.

InvoiceIdentifier

globally unique identifier

None.

OperatorGuid

Collection of byte

None.

OperatorIdentifier

globally unique identifier

None.

StocktakeGuid

Collection of byte

None.

StocktakeIdentifier

globally unique identifier

None.

OrderGuid

Collection of byte

None.

OrderIdentifier

globally unique identifier

None.

SaleHeaderGuid

Collection of byte

None.

SaleHeaderGuidIdentifier

globally unique identifier

None.

DumpStockID

integer

None.

FuelDeliveryID

integer

None.

CreditNoteIdentifier

Collection of byte

None.

CreditNoteGuid

globally unique identifier

None.

InventorySourceGuid

Collection of byte

None.

InventorySourceIdentifier

globally unique identifier

None.

CreatedLocal

date

None.

BaseUnits

integer

None.

UnitsPerCarton

Number of BaseUnits Per Carton

integer

None.

UnitsPerCartonWeighted

Whether the units per carton is for a weighted value

boolean

None.

Counted

integer

None.

CountedPacks

integer

None.

Open

integer

None.

MovementQty

integer

None.

Close

integer

None.

OpenPacks

integer

None.

MovementQtyPacks

integer

None.

ClosePacks

integer

None.

Accuracy

integer

None.

Manual

Indicates this change was instigated by a user's actions

integer

None.

User

The user or operator who performed the action

string

None.

Updated

date

None.

CreatedLocalTime

date

Deprecated.

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

StoreID

integer

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

Barcode

string

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

DirectCode

string

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

ProductName

string

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

SalesMode

integer

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

OrderPacked

integer

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

Invoice

InventoryInvoice

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

InvoiceHeaderIdentifier

Collection of byte

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

InvoiceHeaderGuid

globally unique identifier

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

InvoiceNumber

string

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

InvoiceCost

integer

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

InvoiceCostDecimals

integer

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

OrderNumber

integer

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

OrderReceivingStoreName

string

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

OrderSendingStoreName

string

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

CreditNoteID

Credit Note Reference number

integer

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

Reason

InventoryReason

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

ReasonName

string

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

OperatorName

string

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

OperatorNumber

string

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

StocktakeName

string

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

SaleIdentifier

string

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

SaleHeaderID

integer

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

InventoryAfterCounted

boolean

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

InventorySetStock

boolean

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

Response Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "inventoryGuid": "AO1hbXxmTkqx9vEAJ2j9Kw==",
    "inventoryIdentifier": "6d61ed00-667c-4a4e-b1f6-f1002768fd2b",
    "pluG_UID": "TNsiPcE4OUannUYU7jc7eg==",
    "pluIdentifier": "3d22db4c-38c1-4639-a79d-4614ee373b7a",
    "inventoryReason": 3,
    "inventoryInvoiceGuid": "5Ixswp2oN0S+NC8eX+H6RQ==",
    "invoiceIdentifier": "c26c8ce4-a89d-4437-be34-2f1e5fe1fa45",
    "operatorGuid": "Cmh5SBHuHkuFamaDpK2myw==",
    "operatorIdentifier": "4879680a-ee11-4b1e-856a-6683a4ada6cb",
    "stocktakeGuid": "xKNRU8sAG0WV/gb1k/59Mw==",
    "stocktakeIdentifier": "5351a3c4-00cb-451b-95fe-06f593fe7d33",
    "orderGuid": "9IkKmcRf90aAbh67QBMHGg==",
    "orderIdentifier": "990a89f4-5fc4-46f7-806e-1ebb4013071a",
    "saleHeaderGuid": "fhdMa9WASECxnC7EJ9Vtyw==",
    "saleHeaderGuidIdentifier": "6b4c177e-80d5-4048-b19c-2ec427d56dcb",
    "dumpStockID": 1,
    "fuelDeliveryID": 1,
    "creditNoteIdentifier": "9dmDRF7XN0iYlVZ2gtyquw==",
    "creditNoteGuid": "4483d9f5-d75e-4837-9895-567682dcaabb",
    "inventorySourceGuid": "MyhDeHBxtUWa4G0vUfHHSw==",
    "inventorySourceIdentifier": "78432833-7170-45b5-9ae0-6d2f51f1c74b",
    "createdLocal": "2025-06-14T07:41:16.0337644",
    "baseUnits": 4,
    "unitsPerCarton": 5,
    "unitsPerCartonWeighted": true,
    "counted": 7,
    "countedPacks": 8,
    "open": 1,
    "movementQty": 9,
    "close": 1,
    "openPacks": 1,
    "movementQtyPacks": 10,
    "closePacks": 1,
    "accuracy": 1,
    "manual": 11,
    "user": "sample string 12",
    "updated": "2025-06-14T07:41:16.0337644",
    "createdLocalTime": "2025-06-14T07:41:16.0337644",
    "storeID": 14,
    "barcode": "sample string 15",
    "directCode": "sample string 16",
    "productName": "sample string 17",
    "salesMode": 18,
    "orderPacked": 19,
    "invoice": {
      "$id": "2",
      "inventoryInvoiceGuid": "0bdCv8SM/UW9eVh7JwMGrg==",
      "invoiceIdentifier": "bf42b7d1-8cc4-45fd-bd79-587b270306ae",
      "inventoryGuid": "LHj4WDSMBEqCm8itlyU1zg==",
      "inventoryIdentifier": "58f8782c-8c34-4a04-829b-c8ad972535ce",
      "supplierIdentifier": "HxqdtxMJ402K6zDGfzCwRQ==",
      "supplierGuid": "b79d1a1f-0913-4de3-8aeb-30c67f30b045",
      "orderGuid": "QsOaRKvvakewi9tUvCXmFg==",
      "orderIdentifier": "449ac342-efab-476a-b08b-db54bc25e616",
      "invoiceHeaderIdentifier": "+FaTc+jER0qmCQ8kWRz4kQ==",
      "invoiceHeaderGuid": "739356f8-c4e8-4a47-a609-0f24591cf891",
      "created": "2025-06-14T07:41:16.0337644",
      "ordered": "2025-06-14T07:41:16.0337644",
      "storeID": 1,
      "bestOrExpire": "2025-06-14T07:41:16.0337644",
      "bestOrExpireType": 1,
      "units": 1,
      "weight": 1,
      "received": "2025-06-14T07:41:16.0337644",
      "cost": 1,
      "totalCost": 1,
      "freightCost": 1,
      "inStock": 1,
      "pluG_UID": "sHKLSKqtGE2+/R9gVKkg4g==",
      "pluGuid": "488b72b0-adaa-4d18-befd-1f6054a920e2",
      "orderInventoryGuid": "SBiA1QKe8k6W5dy5bzQKgA==",
      "orderInventoryIdentifier": "d5801848-9e02-4ef2-96e5-dcb96f340a80",
      "supplier": {
        "$id": "3",
        "identifier": "l7AGHKfROkyCkMTFpMEKeg==",
        "identifierGuid": "1c06b097-d1a7-4c3a-8290-c4c5a4c10a7a",
        "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": "pieYL2z1xUOyTOSLB40hGg==",
        "primaryContactID": "2f9827a6-f56c-43c5-b24c-e48b078d211a",
        "storeID": 1,
        "abn": "sample string 16",
        "supplierGroupIdentifier": "fIwuk/ThU06xmi0mTIJutQ==",
        "supplierGroupGuid": "932e8c7c-e1f4-4e53-b19a-2d264c826eb5",
        "rebate": 1.0,
        "rebateType": 1,
        "rebateFrequency": 1,
        "rebateSource": 1,
        "rebateLastClaimed": "2025-06-14T07:41:16.0337644",
        "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": "4",
          "id": "79a1fc02-b796-40bd-a9fb-82b35f2ca131",
          "identifier": "g/kX62tEqUKtc/x94LMSMA==",
          "identifierGuid": "eb17f983-446b-42a9-ad73-fc7de0b31230",
          "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": "5",
            "supplierIdentifier": "91UhA9F7S0Ormt/tMddB5g==",
            "supplierIdentifierGuid": "032155f7-7bd1-434b-ab9a-dfed31d741e6",
            "contactGuid": "7y31+hNGsEWll3Llt1o9hw==",
            "contactID": "faf52def-4613-45b0-a597-72e5b75a3d87",
            "contact": {
              "$ref": "4"
            },
            "supplier": {
              "$ref": "3"
            }
          },
          {
            "$ref": "5"
          }
        ],
        "products": [
          {
            "$id": "6",
            "pluG_UID": "zS5dTVWGPkef/kv804XdXQ==",
            "pluGuid": "4d5d2ecd-8655-473e-9ffe-4bfcd385dd5d",
            "supplierIdentifier": "9VN5SC6BUU+RgnRzBmQJ8w==",
            "supplierIdentifierGuid": "487953f5-812e-4f51-9182-7473066409f3",
            "cartonQuantity": 1,
            "cartonQuantityChanged": true,
            "productSize": "sample string 2",
            "cigarettesPerSleeve": 1,
            "randomWeight": true,
            "piecesPerUnit": 4,
            "averagePackSize": 5,
            "effectiveDate": "2025-06-14T07:41:16.0337644",
            "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:41:16.0337644",
            "rebate": 1.0,
            "rebateExclude": true,
            "invoiceCodes": [
              {
                "$id": "7",
                "pluG_UID": "vpaACeRCCUWHw2hFKmSCEw==",
                "pluGuid": "098096be-42e4-4509-87c3-68452a648213",
                "supplierIdentifier": "vUya/Q3STEyP2dNmgI0Hxw==",
                "supplierIdentifierGuid": "fd9a4cbd-d20d-4c4c-8fd9-d366808d07c7",
                "invoiceCode": "sample string 1",
                "storeIDs": [
                  1,
                  2
                ]
              },
              {
                "$ref": "7"
              }
            ],
            "storeIDs": [
              1,
              2
            ],
            "preferredSupplier": true,
            "preferredRebateSupplier": true,
            "supplierName": "sample string 40",
            "salesMode": 41,
            "orderPacked": true,
            "active": true,
            "price": 1,
            "costGstPercent": 43,
            "parentPluG_UID": "ozRGnFkLeEWkYyCTivKkuQ==",
            "parentPluGuid": "9c4634a3-0b59-4578-a463-20938af2a4b9",
            "freight": 44.0,
            "freightType": 1,
            "product": {
              "$id": "8",
              "plu": 1,
              "storeID": 1,
              "masterPluG_UID": "QEA=",
              "storeIDs": [
                1,
                2
              ],
              "g_UId": "jSRXln0tO0Sn7lyttzEh6g==",
              "guid": "9657248d-2d7d-443b-a7ee-5cadb73121ea",
              "apn": "sample string 1",
              "apnChanged": true,
              "apnSwitched": true,
              "barcode": "sample string 4",
              "itemNumber": "sample string 5",
              "itemNumberChanged": true,
              "priceGroupG_UID": "uQBWDlE0fk6hteZVRj6D/Q==",
              "priceGroupGuid": "0e5600b9-3451-4e7e-a1b5-e655463e83fd",
              "blueprintID": 1,
              "lastCountedDate": "2025-06-14T07:41:16.0337644",
              "externalID": "sample string 7",
              "active": true,
              "activated": "2025-06-14T07:41:16.0337644",
              "pluCreated": "2025-06-14T07:41:16.0337644",
              "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:41:16.0337644",
              "lastManualUpdate": "2025-06-14T07:41:16.0337644",
              "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:41:16.0337644",
              "currentCostUpdated": "2025-06-14T07:41:16.0337644",
              "costDecimals": 31,
              "costChanged": true,
              "dealCostIdentifier": "QEA=",
              "excludeFromRebate": true,
              "rebateOverride": 1,
              "costCalcMethod": 1,
              "costCalcMethodChanged": true,
              "costEffectiveDate": "2025-06-14T07:41:16.0337644",
              "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:41:16.0337644",
              "posTare": 1,
              "altPrice": 1.0,
              "altPriceChanged": true,
              "altPriceMode": 52,
              "altPriceModeChanged": true,
              "altPLUG_UID": "bWRJgnJ1skSIvktGLoCGAg==",
              "altPLUGuid": "8249646d-7572-44b2-88be-4b462e808602",
              "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:41:16.0337644",
              "labelLastPrice": 1,
              "shelfPageLayoutG_UID": "EfsiICMRVUaxzEx/X7nfuw==",
              "shelfPageLayoutGuid": "2022fb11-1123-4655-b1cc-4c7f5fb9dfbb",
              "talkerPageLayoutG_UID": "oOcExK7+lUqWJS+cKJqmdQ==",
              "talkerPageLayoutGuid": "c404e7a0-feae-4a95-9625-2f9c289aa675",
              "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": "BLBi5BEMaEy18sV9j7mpmg==",
              "inventoryIdentifier": "e462b004-0c11-4c68-b5f2-c57d8fb9a99a",
              "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": "efi4BZ8R3k+Dni8/Y+NI6Q==",
              "parentPluGuid": "05b8f879-119f-4fde-839e-2f3f63e348e9",
              "preferredHostVendor": 103,
              "preferredHostChanged": true,
              "code": "sample string 105",
              "supplierIdentifier": "Z7ddeerVH0yOOJcrzMaLIQ==",
              "supplierIdentifierGuid": "795db767-d5ea-4c1f-8e38-972bccc68b21",
              "supplierChanged": true,
              "rebateSupplierIdentifier": "ElQdPKjsGk2ooy69cY0d2w==",
              "rebateSupplierIdentifierGuid": "3c1d5412-eca8-4d1a-a8a3-2ebd718d1ddb",
              "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:41:16.0337644",
              "commodity": "sample string 120",
              "businessPillar": "sample string 121",
              "mscCommodity": "sample string 122",
              "hostIdentifier": "0CW5iJsOBk+Zd4PRVoUtwQ==",
              "hostIdentifierGuid": "88b925d0-0e9b-4f06-9977-83d156852dc1",
              "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": "8"
                },
                {
                  "$ref": "8"
                }
              ],
              "store": {
                "$id": "9",
                "id": 1,
                "isMaster": true,
                "shortName": "sample string 3",
                "url": "sample string 4",
                "sortOrder": 1,
                "name": "sample string 5",
                "phone": "sample string 6",
                "fax": "sample string 7",
                "email": "sample string 8",
                "address1": "sample string 9",
                "address2": "sample string 10",
                "city": "sample string 11",
                "state": "sample string 12",
                "country": "sample string 13",
                "postCode": "sample string 14",
                "delivery": 1,
                "exportAccounts": 1,
                "salesAccountFolder": "sample string 15",
                "purchaseAccountFolder": "sample string 16",
                "initLoad": 1,
                "initIDs": 1,
                "zoneID": 1,
                "actAsMaster": 1,
                "lastActiveUtc": "2025-06-14T07:41:16.0337644",
                "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": "weEl2eFuVEaey67//hJeZg==",
                "hostIdentifierGuid": "d925e1c1-6ee1-4654-9ecb-aefffe125e66",
                "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:41:16.0337644",
                "priceZoneName": "sample string 51",
                "storeFuelConfigured": true,
                "shippingAddressCopied": true,
                "shippingAddress": {
                  "$id": "10",
                  "storeID": 1,
                  "addressType": 1,
                  "address1": "sample string 1",
                  "address2": "sample string 2",
                  "city": "sample string 3",
                  "state": "sample string 4",
                  "country": "sample string 5",
                  "postCode": "sample string 6"
                },
                "billingAddress": {
                  "$ref": "10"
                },
                "hostStoreSettings": [
                  {
                    "$id": "11",
                    "id": 1,
                    "hostIdentifier": "LPtwR4A6iUCyV4wp3Kr3tQ==",
                    "hostIdentifierGuid": "4770fb2c-3a80-4089-b257-8c29dcaaf7b5",
                    "storeID": 2,
                    "username": "sample string 3",
                    "password": "sample string 4",
                    "passwordPlain": "sample string 5",
                    "serverAddress": "sample string 6",
                    "serverPort": 1,
                    "excludeFromLeadInOut": true,
                    "useForHostFile": true,
                    "metcashPillarID": "sample string 9",
                    "metcashStateCode": "sample string 10",
                    "metcashCustomerID": "sample string 11",
                    "metcashTradingPartnerID": "sample string 12",
                    "drakesCustomerNumber": 1,
                    "sparCustomerNumber": "sample string 13",
                    "sparOrderUsername": "sample string 14",
                    "sparOrderPassword": "sample string 15",
                    "sparOrderPasswordPlain": "sample string 16",
                    "pharmXSiteID": 1,
                    "ibaZoneID": 1,
                    "ibaState": "sample string 17",
                    "foodlandStoreCode": "sample string 18",
                    "ilgMemberNumber": "sample string 19",
                    "ilgOutletLocation": 1,
                    "ilgBaseCost": 1,
                    "ilgApplyNonAdvertisedPromos": true,
                    "ilgExemptFromFreight": true,
                    "ilgOrderDealReview": true,
                    "ilgFinanceFee": 1,
                    "processPromotions": true,
                    "hostProvider": 0,
                    "host": {
                      "$id": "12",
                      "identifier": "ljCzOSKWFUmL0OeXhYsh0Q==",
                      "identifierGuid": "39b33096-9622-4915-8bd0-e797858b21d1",
                      "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": "EMa1blUX6ke14OpYUcugIw==",
                      "hostSupplierIdentifierGuid": "6eb5c610-1755-47ea-b5e0-ea5851cba023",
                      "loyaltyPriceLevelIdentifier": "l/6IU20wokuBZ9ismOoScw==",
                      "loyaltyPriceLevelIdentifierGuid": "5388fe97-306d-4ba2-8167-d8ac98ea1273",
                      "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:41:16.0337644",
                      "lastProcessed": "2025-06-14T07:41:16.0337644",
                      "hold": true,
                      "supplierName": "sample string 35",
                      "supplier": {
                        "$ref": "3"
                      },
                      "files": [
                        {
                          "$id": "13",
                          "id": "sample string 1",
                          "fileName": "sample string 2",
                          "extension": "sample string 3",
                          "provider": 0,
                          "type": 0,
                          "hostType": "sample string 4",
                          "createdUtc": "2025-06-14T07:41:16.0337644",
                          "processed": "2025-06-14T07:41:16.0337644",
                          "isProcessing": true,
                          "processedCount": 6,
                          "processingTime": 1,
                          "collectedUtc": "2025-06-14T07:41:16.0337644",
                          "size": 1,
                          "sizeFormat": "sample string 7",
                          "isArchive": true,
                          "version": "sample string 9",
                          "reference": "sample string 10",
                          "digest": "sample string 11",
                          "contentType": "sample string 12",
                          "host": {
                            "$ref": "12"
                          },
                          "metcashHeader": {
                            "$id": "14",
                            "customerNumber": "sample string 1",
                            "creationDate": "2025-06-14T07:41:16.0337644",
                            "businessPillar": "sample string 3",
                            "fileType": "sample string 4"
                          }
                        },
                        {
                          "$ref": "13"
                        }
                      ],
                      "zoneMatrix": [
                        {
                          "$id": "15",
                          "id": 1,
                          "hostIdentifier": "2F/HCO92F0irhjuex0wt/g==",
                          "hostIdentifierGuid": "08c75fd8-76ef-4817-ab86-3b9ec74c2dfe",
                          "storeID": 1,
                          "departmentCode": "sample string 2",
                          "hostGuids": [
                            "ecadfc1c-3252-48e0-a8d1-1db8feb167d8",
                            "1c0d5bc6-549d-456f-b93f-2f4568121f62"
                          ]
                        },
                        {
                          "$ref": "15"
                        }
                      ],
                      "hostFileStoreSetting": {
                        "$ref": "11"
                      },
                      "hostStoreSettings": [
                        {
                          "$ref": "11"
                        },
                        {
                          "$ref": "11"
                        }
                      ],
                      "promotionPlacements": [
                        {
                          "$id": "16",
                          "identifier": "OvVrP9EGqUOBkn2miCcAUQ==",
                          "identifierGuid": "3f6bf53a-06d1-43a9-8192-7da688270051",
                          "code": "sample string 2",
                          "description": "sample string 3",
                          "isAdvertised": true
                        },
                        {
                          "$ref": "16"
                        }
                      ],
                      "promoTypeGuids": [
                        "8037851b-57e2-4cc8-9204-8c1c92f27197",
                        "36c3e297-0a59-4a57-972a-a0a20f66f5b8"
                      ],
                      "isPromotionOnly": false,
                      "isOrderable": false,
                      "vendor": 0
                    },
                    "groupIDs": [
                      1,
                      2
                    ],
                    "hostDescription": "sample string 24"
                  },
                  {
                    "$ref": "11"
                  }
                ],
                "accounts": [
                  {
                    "$id": "17",
                    "id": 1,
                    "storeID": 1,
                    "accountName": "sample string 2",
                    "bsb": "sample string 3",
                    "accountNumber": "sample string 4",
                    "accountDesignated": true
                  },
                  {
                    "$ref": "17"
                  }
                ],
                "sales": [
                  {
                    "$id": "18",
                    "id": 1,
                    "storeID": 1,
                    "externalSalesType": 2,
                    "ftpSiteID": 1,
                    "lastSaleProcessed": "2025-06-14T07:41:16.0337644",
                    "ftpSite": {
                      "$id": "19",
                      "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": "18"
                  }
                ],
                "zoneMatrix": [
                  {
                    "$ref": "15"
                  },
                  {
                    "$ref": "15"
                  }
                ],
                "cashManagements": [
                  {
                    "$id": "20",
                    "id": 1,
                    "storeID": 1,
                    "cashManagementType": 2,
                    "apiID": 1,
                    "organisationID": "sample string 3",
                    "siteName": "sample string 4",
                    "thirdPartyAPI": {
                      "$id": "21",
                      "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": "20"
                  }
                ],
                "updateStoreID": "9716b179-f2e5-4512-bf42-a09059792398",
                "updateStore": {
                  "$id": "22",
                  "id": "871543d8-b552-43f3-9a05-bd16cc23319e",
                  "name": "sample string 1",
                  "lastActivity": "2025-06-14T07:41:16.0337644",
                  "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:41:16.0337644"
                },
                "timeZoneId": "sample string 53",
                "securityOptions": {
                  "$id": "23",
                  "loginMode": 1,
                  "allowSelfVerification": true,
                  "verifierEmail": "sample string 3",
                  "source": "sample string 4",
                  "loginModeInherited": 5,
                  "loginModeSource": "sample string 6",
                  "selfVerifyInherited": true,
                  "selfVerifySource": "sample string 8",
                  "verifyEmailInherited": "sample string 9",
                  "verifyEmailSource": "sample string 10"
                }
              },
              "storePrices": [
                {
                  "$id": "24",
                  "pluG_UID": "KmMmp+JxuE29uDph0YJw4Q==",
                  "pluGuid": "a726632a-71e2-4db8-bdb8-3a61d18270e1",
                  "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:41:16.0337644"
                },
                {
                  "$ref": "24"
                }
              ],
              "currentPrices": {
                "$id": "25",
                "pluPrices": {
                  "$id": "26",
                  "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:41:16.0337644",
                  "priceChangeType": 0,
                  "costDecimals": 10
                },
                "normalPluPrices": {
                  "$ref": "26"
                },
                "winningCampaign": 1,
                "winner": {
                  "$id": "27",
                  "campaignName": "sample string 1",
                  "campaignDescription": "sample string 2",
                  "startDate": "2025-06-14T07:41:16.0337644",
                  "startTime": 3,
                  "endDate": "2025-06-14T07:41:16.0337644",
                  "endTime": 4,
                  "newPrice": 5,
                  "newCost": 6,
                  "newCostDecimals": 7,
                  "pctDiscount": 8,
                  "promoType": 1,
                  "promotionTypeCode": "sample string 9",
                  "hostType": 10,
                  "hostIdentifier": "uob/6A0jCk6Wm+1B5NYVvA==",
                  "hostIdentifierGuid": "e8ff86ba-230d-4e0a-969b-ed41e4d615bc",
                  "storeNames": [
                    "sample string 1",
                    "sample string 2"
                  ]
                },
                "details": [
                  {
                    "$ref": "27"
                  },
                  {
                    "$ref": "27"
                  }
                ]
              },
              "tray": {
                "$id": "28",
                "g_UId": "Xu/waMDah0aOPPQQdtO0yA==",
                "guid": "68f0ef5e-dac0-4687-8e3c-f41076d3b4c8",
                "name": "sample string 1",
                "number": 1,
                "tare": 1
              },
              "priceGroup": {
                "$id": "29",
                "priceGroupG_UID": "1zb6yY4YgEyQ1ScWlQEypg==",
                "priceGroupGuid": "c9fa36d7-188e-4c80-90d5-2716950132a6",
                "name": "sample string 2",
                "code": 1,
                "modified": true,
                "updated": "2025-06-14T07:41:16.0337644",
                "buyingLimit": 1,
                "buyingLimitIndependent": true,
                "buyingLimitType": 0,
                "number": 1,
                "products": [
                  {
                    "$ref": "8"
                  },
                  {
                    "$ref": "8"
                  }
                ],
                "productCount": 1
              },
              "priceGroupName": "sample string 145",
              "nutrifacts": {
                "$id": "30",
                "pluG_UID": "rkRR50UyoU+iA0Ldf3QMaA==",
                "pluGuid": "e75144ae-3245-4fa1-a203-42dd7f740c68",
                "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": "31",
                "pluGuid": "3cc2421d-190f-4119-86d7-829aa3f9d568",
                "created": "2025-06-14T07:41:16.0337644",
                "createdByUser": "sample string 1",
                "activated": "2025-06-14T07:41:16.0337644",
                "deactivated": "2025-06-14T07:41:16.0337644",
                "lastOrdered": "2025-06-14T07:41:16.0337644",
                "lastOrderedQty": 2.0,
                "lastReceived": "2025-06-14T07:41:16.0337644",
                "lastReceivedQty": 3.0,
                "lastInvoiceStatus": 1,
                "lastCounted": "2025-06-14T07:41:16.0337644",
                "lastSold": "2025-06-14T07:41:16.0337644",
                "firstSold": "2025-06-14T07:41:16.0337644",
                "awsUpdated": "2025-06-14T07:41:16.0337644",
                "lastManualUpdate": "2025-06-14T07:41:16.0337644",
                "lastManualUpdatedByUser": "sample string 5",
                "lastUpdated": "2025-06-14T07:41:16.0337644",
                "lastUpdatedByUser": "sample string 7",
                "lastUpdatedByHost": "2025-06-14T07:41:16.0337644",
                "doNotRangeUpdated": "2025-06-14T07:41:16.0337644",
                "doNotOrderUpdated": "2025-06-14T07:41:16.0337644",
                "tracked": "2025-06-14T07:41:16.0337644"
              },
              "allergens": [
                {
                  "$id": "32",
                  "allergenID": 1,
                  "pluG_UID": "vaG5StXBEUS2sL1dLQQNEQ==",
                  "pluGuid": "4ab9a1bd-c1d5-4411-b6b0-bd5d2d040d11",
                  "contains": 2,
                  "allergenName": "sample string 3",
                  "storeIDs": [
                    1,
                    2
                  ]
                },
                {
                  "$ref": "32"
                }
              ],
              "costs": {
                "$id": "33",
                "pluG_UID": "2oYhU/MwDUyJIgku8aAfRA==",
                "pluGuid": "532186da-30f3-4c0d-8922-092ef1a01f44",
                "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:41:16.0337644",
                "normalCost": 1,
                "currentCost": 1
              },
              "sales": [
                {
                  "$id": "34",
                  "saleHeaderID": 1,
                  "created": "2025-06-14T07:41:16.0337644",
                  "createdLocal": "2025-06-14T07:41:16.0337644",
                  "storeID": 3,
                  "storeName": "sample string 4",
                  "operatorG_Uid": "gAtSSP34pEmkqldRzBkufg==",
                  "operatorGuid": "48520b80-f8fd-49a4-a4aa-5751cc192e7e",
                  "operatorName": "sample string 5",
                  "tranType": 1,
                  "plu": 1,
                  "pluG_UId": "R+/l6mqqdEijyo9BQz7X9w==",
                  "pluGuid": "eae5ef47-aa6a-4874-a3ca-8f41433ed7f7",
                  "normalPrice": 1,
                  "totalCents": 1,
                  "cost": 1,
                  "grossProfit": 1,
                  "quantity": 1,
                  "operator": {
                    "$id": "35",
                    "id": 1,
                    "g_Uid": "Z0Gv+c/u+0icZlLBV0Ojyg==",
                    "guid": "f9af4167-eecf-48fb-9c66-52c15743a3ca",
                    "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:41:16.0337644",
                    "passwordResetRequired": true,
                    "alteredInStore": true,
                    "startShift": "2025-06-14T07:41:16.0337644",
                    "endShift": "2025-06-14T07:41:16.0337644",
                    "machineName": "sample string 20",
                    "drawerID": 1,
                    "stores": [
                      {
                        "$id": "36",
                        "operatorG_UID": "qlVk3FtxNESd2RtFlVVBAQ==",
                        "operatorGuid": "dc6455aa-715b-4434-9dd9-1b4595554101",
                        "storeID": 2,
                        "operator": {
                          "$ref": "35"
                        },
                        "store": {
                          "$ref": "9"
                        }
                      },
                      {
                        "$ref": "36"
                      }
                    ]
                  }
                },
                {
                  "$ref": "34"
                }
              ],
              "apns": [
                {
                  "$id": "37",
                  "pluID": 1,
                  "pluG_UID": "h+JpAoZoQ0uAlGmMClxTZQ==",
                  "pluGuid": "0269e287-6886-4b43-8094-698c0a5c5365",
                  "apn": "sample string 1",
                  "deleted": true,
                  "storeID": 1,
                  "storeIDs": [
                    1,
                    2
                  ]
                },
                {
                  "$ref": "37"
                }
              ],
              "tuns": [
                {
                  "$id": "38",
                  "pluG_UId": "scSnpxvl7U6Vo1bdftesUg==",
                  "pluGuid": "a7a7c4b1-e51b-4eed-95a3-56dd7ed7ac52",
                  "apn": "sample string 1",
                  "tun": "sample string 2",
                  "cartonQuantity": 3,
                  "product": {
                    "$ref": "8"
                  },
                  "storeIDs": [
                    1,
                    2
                  ]
                },
                {
                  "$ref": "38"
                }
              ],
              "competitionPricing": [
                {
                  "$id": "39",
                  "identifier": "5T3hJKc5wkW+qNd5WWlkLA==",
                  "identifierGuid": "24e13de5-39a7-45c2-bea8-d7795969642c",
                  "pluG_UID": "x8nhLnNL6UO2Dew0F7vvZg==",
                  "pluGuid": "2ee1c9c7-4b73-43e9-b60d-ec3417bbef66",
                  "competitionID": 1,
                  "name": "sample string 2",
                  "sellMultiple": 3,
                  "retailPrice": 4,
                  "storeName": "sample string 5"
                },
                {
                  "$ref": "39"
                }
              ],
              "supplier": {
                "$ref": "3"
              },
              "supplierName": "sample string 146",
              "children": [
                {
                  "$ref": "8"
                },
                {
                  "$ref": "8"
                }
              ],
              "ordering": {
                "$ref": "6"
              },
              "flipChartPages": [
                {
                  "$id": "40",
                  "identifier": "WJIexx/DS0KSlsGRoaCTLA==",
                  "groupName": "sample string 1",
                  "identifierGuid": "c71e9258-c31f-424b-9296-c191a1a0932c",
                  "exists": true,
                  "flipChartIdentifier": "a5gytRMGD0+E8GE/XQOlrA==",
                  "flipChartIdentifierGuid": "b532986b-0613-4f0f-84f0-613f5d03a5ac",
                  "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": "um7Z/Wuaz0G+SR1gySod6Q==",
                  "groupIdentifierGuid": "fdd96eba-9a6b-41cf-be49-1d60c92a1de9",
                  "flipChart": {
                    "$id": "41",
                    "identifier": "G0hNHDKidUy28BLmwRVGKA==",
                    "identifierGuid": "1c4d481b-a232-4c75-b6f0-12e6c1154628",
                    "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": "42",
                      "identifier": "IGAf1RHQfEeUkCGwX+dlnA==",
                      "identifierGuid": "d51f6020-d011-477c-9490-21b05fe7659c",
                      "name": "sample string 2",
                      "formType": "sample string 3",
                      "forms": [
                        {
                          "$id": "43",
                          "id": 1,
                          "g_UID": "5e8lnK40zUaBFo2XNQU+oQ==",
                          "guid": "9c25efe5-34ae-46cd-8116-8d9735053ea1",
                          "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": "Rw1fPSjl2UCjTFxGhjPMUA==",
                          "previousFormGuid": "3d5f0d47-e528-40d9-a34c-5c468633cc50",
                          "nextForm": 1,
                          "nextFormG_UID": "ap41GRBbzk+z55T5Sh/kRA==",
                          "nextFormGuid": "19359e6a-5b10-4fce-b3e7-94f94a1fe444",
                          "attributes": "sample string 10",
                          "updated": "2025-06-14T07:41:16.0337644",
                          "positioning": 1,
                          "contentPanel": "sample string 11",
                          "selectionMode": 1,
                          "maximumSelections": 1,
                          "alteredInStore": true,
                          "deleted": true,
                          "blueprintID": 1,
                          "preserveLayout": true,
                          "mainCheckoutFormName": "sample string 13",
                          "nextCheckoutForm": {
                            "$ref": "43"
                          },
                          "previousCheckoutForm": {
                            "$ref": "43"
                          },
                          "buttons": [
                            {
                              "$id": "44",
                              "id": 1,
                              "checkoutFormID": 2,
                              "checkoutFormG_UID": "wvDwVGhHQkKs/+yo2+Cvpw==",
                              "checkoutFormGuid": "54f0f0c2-4768-4242-acff-eca8dbe0afa7",
                              "identifier": "gSjgGSNP9UOqQdIMjY9mKA==",
                              "identifierGuid": "19e02881-4f23-43f5-aa41-d20c8d8f6628",
                              "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": "08sVasncy0GsPN88+GHjxA==",
                              "valueGuid": "6a15cbd3-dcc9-41cb-ac3c-df3cf861e3c4",
                              "buttonText": "sample string 10",
                              "valueText": "sample string 11",
                              "drawImageAndButton": true,
                              "updated": "2025-06-14T07:41:16.0337644",
                              "action": "sample string 12",
                              "valueForm": {
                                "$ref": "43"
                              },
                              "image": {
                                "$id": "45",
                                "name": "sample string 3.sample string 4",
                                "imageID": 2,
                                "imageName": "sample string 3",
                                "imageExtension": "sample string 4",
                                "lastUpdate": "2025-06-14T07:41:16.0337644",
                                "imageData": "QEA=",
                                "readOnly": true
                              }
                            },
                            {
                              "$ref": "44"
                            }
                          ],
                          "panels": [
                            {
                              "$id": "46",
                              "id": 1,
                              "checkoutFormID": 2,
                              "checkoutFormG_UID": "81/r/5XgPEi/AiySJBqgYA==",
                              "checkoutFormGuid": "ffeb5ff3-e095-483c-bf02-2c92241aa060",
                              "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": "46"
                            }
                          ]
                        },
                        {
                          "$ref": "43"
                        }
                      ],
                      "panels": [
                        {
                          "$ref": "46"
                        },
                        {
                          "$ref": "46"
                        }
                      ]
                    },
                    "pages": [
                      {
                        "$ref": "40"
                      },
                      {
                        "$ref": "40"
                      }
                    ]
                  },
                  "contentPanel": {
                    "$ref": "46"
                  },
                  "products": [
                    {
                      "$id": "47",
                      "flipChartPageIdentifier": "Y705Wf4Lb0y/Yea5Gfp+2g==",
                      "flipChartPageIdentifierGuid": "5939bd63-0bfe-4c6f-bf61-e6b919fa7eda",
                      "pluG_UID": "WkiIIva9yUCW5BHEDWM+hw==",
                      "pluGuid": "2288485a-bdf6-40c9-96e4-11c40d633e87",
                      "sortOrder": 3,
                      "sent": true,
                      "productChanged": true,
                      "productImageName": "sample string 6",
                      "productShowImageOnFlipCharts": true,
                      "productShowTextOnFlipCharts": true,
                      "productOverrideFlipChartText": true,
                      "productFlipChartText": "sample string 10",
                      "product": {
                        "$ref": "8"
                      },
                      "departmentSortOrder": 11,
                      "subDepartmentName": "sample string 12"
                    },
                    {
                      "$ref": "47"
                    }
                  ],
                  "productCount": 27,
                  "pages": [
                    {
                      "$ref": "40"
                    },
                    {
                      "$ref": "40"
                    }
                  ]
                },
                {
                  "$ref": "40"
                }
              ],
              "priceHistory": [
                {
                  "$id": "48",
                  "pluG_UID": "mcFphPhayUSPXq+aY15q0g==",
                  "pluGuid": "8469c199-5af8-44c9-8f5e-af9a635e6ad2",
                  "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:41:16.0337644",
                  "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": "48"
                }
              ],
              "ingredients": [
                {
                  "$id": "49",
                  "pluG_UID": "05PppViBl0aMrThtXgcD8Q==",
                  "ingredientGuid": "BW4JDEA1Ck2muSyLHaq8bw==",
                  "ingredientIdentifier": "0c096e05-3540-4d0a-a6b9-2c8b1daabc6f",
                  "quantity": 1.0,
                  "storeIDs": [
                    1,
                    2
                  ],
                  "ingredientText": "sample string 1",
                  "ingredient": {
                    "$ref": "8"
                  }
                },
                {
                  "$ref": "49"
                }
              ],
              "bins": [
                {
                  "$id": "50",
                  "pluG_UID": "SHqgWrRnnk6GCD717/Uu+Q==",
                  "pluGuid": "5aa07a48-67b4-4e9e-8608-3ef5eff52ef9",
                  "shelfLocationIdentifier": "D0aO3UDCXEm5/upy8m5gIg==",
                  "shelfLocationGuid": "dd8e460f-c240-495c-b9fe-ea72f26e6022",
                  "labelShelfDefault": 1,
                  "labelTalkerDefault": 1,
                  "labelSmall": true,
                  "labelPageLayoutG_UID": "gW4aHMN7dEad4hhf/l+A7Q==",
                  "labelPageLayoutGuid": "1c1a6e81-7bc3-4674-9de2-185ffe5f80ed",
                  "updated": "2025-06-14T07:41:16.0337644",
                  "electronicShelfLabelIdentifier": "sample string 5",
                  "electronicshelfLabelsConfigurationID": 6,
                  "labelShelfChanged": true,
                  "productName": "sample string 8",
                  "locationText": "sample string 9",
                  "product": {
                    "$ref": "8"
                  },
                  "location": {
                    "$id": "51",
                    "identifier": "TKbvgWNyq0GsgwcGbTHC8A==",
                    "storeID": 1,
                    "identifierGuid": "81efa64c-7263-41ab-ac83-07066d31c2f0",
                    "name": "sample string 2",
                    "haccp": true,
                    "blueprintID": 1,
                    "updated": "2025-06-14T07:41:16.0337644",
                    "minTemp": 1,
                    "maxTemp": 1,
                    "checkFrequency": 1,
                    "storeCaseConfiguration": 5,
                    "storeName": "sample string 6",
                    "bins": [
                      {
                        "$ref": "50"
                      },
                      {
                        "$ref": "50"
                      }
                    ]
                  }
                },
                {
                  "$ref": "50"
                }
              ],
              "bin": {
                "$ref": "50"
              },
              "scaleLocations": [
                {
                  "$id": "52",
                  "plu": 1,
                  "pluG_UID": "SpDN83Sxr0GYQElDfz6I7g==",
                  "pluGuid": "f3cd904a-b174-41af-9840-49437f3e88ee",
                  "deptNo": 1,
                  "product": {
                    "$ref": "8"
                  },
                  "scaleLocation": {
                    "$id": "53",
                    "id": 1,
                    "deptNo": 1,
                    "deptCode": "sample string 2",
                    "name": "sample string 3",
                    "enabled": true,
                    "updated": "2025-06-14T07:41:16.0337644",
                    "department": {
                      "$id": "54",
                      "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": "53"
                      },
                      "subDepartments": [
                        {
                          "$id": "55",
                          "id": 1,
                          "departmentID": 2,
                          "name": "sample string 3",
                          "code": "sample string 4",
                          "departmentCode": "sample string 5",
                          "externalSales": true,
                          "minorDepartments": [
                            {
                              "$id": "56",
                              "id": 1,
                              "subDepartmentID": 2,
                              "departmentID": 3,
                              "name": "sample string 4",
                              "subDepartmentCode": "sample string 5",
                              "departmentCode": "sample string 6",
                              "code": "sample string 7",
                              "lesserDepartments": [
                                {
                                  "$id": "57",
                                  "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:41:16.0337644",
                                  "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": "cBpJtNk7r0m9dTBvf2uIug==",
                                  "labelPageLayoutGuid": "b4491a70-3bd9-49af-bd75-306f7f6b88ba",
                                  "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": "58",
                                    "dept": 1,
                                    "category": 2,
                                    "name": "sample string 3",
                                    "active": true,
                                    "mscCommodities": [
                                      {
                                        "$id": "59",
                                        "dept": 1,
                                        "category": 2,
                                        "commodity": 3,
                                        "name": "sample string 4",
                                        "active": true,
                                        "mscSubCommodities": [
                                          {
                                            "$id": "60",
                                            "dept": 1,
                                            "category": 2,
                                            "commodity": 3,
                                            "subCommodity": 4,
                                            "name": "sample string 5",
                                            "active": true,
                                            "subCommodityCode": "sample string 7"
                                          },
                                          {
                                            "$ref": "60"
                                          }
                                        ],
                                        "commodityCode": "sample string 6"
                                      },
                                      {
                                        "$ref": "59"
                                      }
                                    ],
                                    "categoryCode": "sample string 5"
                                  },
                                  "mscCom": {
                                    "$ref": "59"
                                  },
                                  "mscDep": {
                                    "$id": "61",
                                    "dept": 1,
                                    "name": "sample string 2",
                                    "active": true,
                                    "mscCategories": [
                                      {
                                        "$ref": "58"
                                      },
                                      {
                                        "$ref": "58"
                                      }
                                    ],
                                    "deptCode": "sample string 4"
                                  },
                                  "mscSubCom": {
                                    "$ref": "60"
                                  }
                                },
                                {
                                  "$ref": "57"
                                }
                              ],
                              "updated": "2025-06-14T07:41:16.0337644",
                              "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": "BeBHM94AhUyxMZwsNNfMVA==",
                              "labelPageLayoutGuid": "3347e005-00de-4c85-b131-9c2c34d7cc54",
                              "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": "58"
                              },
                              "mscCom": {
                                "$ref": "59"
                              },
                              "mscDep": {
                                "$ref": "61"
                              },
                              "mscSubCom": {
                                "$ref": "60"
                              }
                            },
                            {
                              "$ref": "56"
                            }
                          ],
                          "investmentBuyOverride": true,
                          "updated": "2025-06-14T07:41:16.0337644",
                          "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": "ca8X8rL9sEGYN76BLt1aKg==",
                          "labelPageLayoutGuid": "f217af71-fdb2-41b0-9837-be812edd5a2a",
                          "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": "58"
                          },
                          "mscCom": {
                            "$ref": "59"
                          },
                          "mscDep": {
                            "$ref": "61"
                          },
                          "mscSubCom": {
                            "$ref": "60"
                          }
                        },
                        {
                          "$ref": "55"
                        }
                      ],
                      "stores": [
                        1,
                        2
                      ],
                      "investmentBuyOverride": true,
                      "updated": "2025-06-14T07:41:16.0337644",
                      "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": "H4uJll6fNkGMfDDC8tg5uw==",
                      "labelPageLayoutGuid": "96898b1f-9f5e-4136-8c7c-30c2f2d839bb",
                      "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": "58"
                      },
                      "mscCom": {
                        "$ref": "59"
                      },
                      "mscDep": {
                        "$ref": "61"
                      },
                      "mscSubCom": {
                        "$ref": "60"
                      }
                    }
                  }
                },
                {
                  "$ref": "52"
                }
              ],
              "nextPrice": {
                "$id": "62",
                "id": 1,
                "campaignID": 2,
                "campaignName": "sample string 3",
                "plu": 1,
                "hostOfferID": 1,
                "metcashPromotionID": "sample string 4",
                "metcashPromotionPlacement": "sample string 5",
                "pluG_UID": "wfBN12IFBU+V+qzGTwIYzA==",
                "pluGuid": "d74df0c1-0562-4f05-95fa-acc64f0218cc",
                "newPrice": 1,
                "pctDiscount": 1,
                "newCost": 1,
                "newCostDecimals": 6,
                "dealCostIdentifier": "ThGNeDmssE+Ig4SFaMcHjQ==",
                "dealCostGuid": "788d114e-ac39-4fb0-8883-848568c7078d",
                "pluName": "sample string 7",
                "apn": "sample string 8",
                "fuelItem": true,
                "priceGroupG_UID": "eaWoSkISdUmGwZ/i0WPOpg==",
                "priceGroupGuid": "4aa8a579-1242-4975-86c1-9fe2d163cea6",
                "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:41:16.0337644",
                "rrp": 26,
                "campaignDescription": "sample string 27",
                "campaignComboPriceGroupG_UID": "BQijlL0mwUyzb8L6qHV3yQ==",
                "campaignComboPriceGroupIdentifier": "94a30805-26bd-4cc1-b36f-c2faa87577c9",
                "promotionPlacementDescription": "sample string 28",
                "storeAcceptances": [
                  {
                    "$id": "63",
                    "plu": 1,
                    "pluG_UId": "QEA=",
                    "campaignID": 1,
                    "campaignName": "sample string 2",
                    "storeID": 3,
                    "acceptedUtc": "2025-06-14T07:41:16.0337644",
                    "operatorG_UID": "ZENPaL7Yy0S8RzNoi3MWwA==",
                    "operatorGuid": "684f4364-d8be-44cb-bc47-33688b7316c0",
                    "machineID": 1,
                    "processed": true,
                    "appliedUtc": "2025-06-14T07:41:16.0337644",
                    "signIqTicketFileMovedUtc": "2025-06-14T07:41:16.0337644",
                    "user": "sample string 6",
                    "campaignDescription": "sample string 7",
                    "productDesc": "sample string 8",
                    "storeName": "sample string 9",
                    "effectiveUtc": "2025-06-14T07:41:16.0337644",
                    "priceChangeType": 0,
                    "operatorName": "sample string 10",
                    "hostCampaign": true,
                    "product": {
                      "$ref": "8"
                    },
                    "campaignPlu": {
                      "$ref": "62"
                    }
                  },
                  {
                    "$ref": "63"
                  }
                ],
                "campaign": {
                  "$id": "64",
                  "id": 1,
                  "storeID": 2,
                  "name": "f6cfb6eb-f6e0-498f-a335-1f740ba141e7",
                  "nameGuid": "f6cfb6eb-f6e0-498f-a335-1f740ba141e7",
                  "description": "sample string 4",
                  "showDiscounts": true,
                  "showTotals": true,
                  "onlyEvaluateOnSubtotal": true,
                  "useDescription": true,
                  "campaignType": 1,
                  "startDate": "2025-06-14T07:41:16.0337644",
                  "startTime": 1,
                  "endDate": "2025-06-14T07:41:16.0337644",
                  "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:41:16.0337644",
                  "system": true,
                  "created": "2025-06-14T07:41:16.0337644",
                  "updated": "2025-06-14T07:41:16.0337644",
                  "priceChangeNotifiedUtc": "2025-06-14T07:41:16.0337644",
                  "promoType": 1,
                  "promotionTypeCode": "sample string 13",
                  "hostIdentifier": "NYVIGcZ6UU+dRLSiXED52Q==",
                  "hostIdentifierGuid": "19488535-7ac6-4f51-9d44-b4a25c40f9d9",
                  "hostType": 14,
                  "createdByUser": "sample string 15",
                  "fromHost": true,
                  "deleted": true,
                  "campaignDeleted": "2025-06-14T07:41:16.0337644",
                  "updatedByUser": "sample string 18",
                  "offerID": 1,
                  "isPriceChangeCampaign": true,
                  "stores": [
                    1,
                    2
                  ],
                  "storeNames": [
                    "sample string 1",
                    "sample string 2"
                  ],
                  "campaignPlus": [
                    {
                      "$ref": "62"
                    },
                    {
                      "$ref": "62"
                    }
                  ],
                  "campaignPools": [
                    {
                      "$id": "65",
                      "id": 1,
                      "campaignID": 2,
                      "campaignName": "sample string 3",
                      "plu": 4,
                      "pluG_UID": "FBG8Ds8qGkuBitkcg6sqOQ==",
                      "pluGuid": "0ebc1114-2acf-4b1a-818a-d91c83ab2a39",
                      "hostOfferID": 1,
                      "priceGroupG_UID": "NyBeh3DRn0qFbHjMNkAgrg==",
                      "priceGroupGuid": "875e2037-d170-4a9f-856c-78cc364020ae",
                      "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:41:16.0337644",
                      "rrp": 17,
                      "campaignDescription": "sample string 18",
                      "product": {
                        "$ref": "8"
                      },
                      "campaign": {
                        "$ref": "64"
                      }
                    },
                    {
                      "$ref": "65"
                    }
                  ],
                  "sellingRules": [
                    {
                      "$id": "66",
                      "id": 1,
                      "identifier": "ZeY9JCoHjU2nEhCjB8EIrQ==",
                      "identifierStr": "ZeY9JCoHjU2nEhCjB8EIrQ==",
                      "identifierGuid": "243de665-072a-4d8d-a712-10a307c108ad",
                      "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": "64"
                      }
                    },
                    {
                      "$ref": "66"
                    }
                  ],
                  "customers": [
                    {
                      "$id": "67",
                      "id": 1,
                      "campaignID": 2,
                      "campaignName": "sample string 3",
                      "customerID": "m9n6RjvilEuFAiZlc69N6A==",
                      "customerIDGuid": "46fad99b-e23b-4b94-8502-266573af4de8",
                      "campaign": {
                        "$ref": "64"
                      },
                      "customer": {
                        "$id": "68",
                        "identifier": "JVJzHiZC3UqMCyKyywj9Ww==",
                        "identifierGuid": "1e735225-4226-4add-8c0b-22b2cb08fd5b",
                        "code": "sample string 2",
                        "familyName": "sample string 3",
                        "givenName": "sample string 4",
                        "otherName": "sample string 5",
                        "title": "sample string 6",
                        "dateOfBirth": "2025-06-14T07:41:16.0337644",
                        "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": "OF3VjnzfJUyVcJmmPSYK8w==",
                        "communityIdentifierGuid": "8ed55d38-df7c-4c25-9570-99a63d260af3",
                        "joined": "2025-06-14T07:41:16.0337644",
                        "updated": "2025-06-14T07:41:16.0337644",
                        "active": true,
                        "reasonInactive": 1,
                        "groupCustomer": true,
                        "loyaltyPoints": 1,
                        "homeStoreID": 1,
                        "availableSpend": 1,
                        "priceLevelIdentifier": "dXnnAhI4NUSeOlvc7ffBSA==",
                        "priceLevelIdentifierGuid": "02e77975-3812-4435-9e3a-5bdcedf7c148",
                        "marketingID": "sample string 18",
                        "hidden": true,
                        "registered": true,
                        "registeredOn": "2025-06-14T07:41:16.0337644",
                        "emailMarketing": true,
                        "smsMarketing": true,
                        "deleted": true,
                        "deletedUser": "sample string 24",
                        "homeStoreName": "sample string 25",
                        "customerCards": [
                          {
                            "$id": "69",
                            "cardType": 2,
                            "issueDate": "2025-06-14T07:41:16.0337644",
                            "expiry": "2025-06-14T07:41:16.0337644",
                            "customerID": "B7m+reeCAEeaAQajH8epWQ==",
                            "customerIDGuid": "adbeb907-82e7-4700-9a01-06a31fc7a959",
                            "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:41:16.0337644",
                            "linkedAccount": "Po32VcLe7k6JTJDoBglfyw==",
                            "linkedAccountGuid": "55f68d3e-dec2-4eee-894c-90e806095fcb",
                            "currentValueChanged": true,
                            "limitsChanged": true,
                            "customer": {
                              "$ref": "68"
                            },
                            "account": {
                              "$id": "70",
                              "id": 1,
                              "identifier": "qAMa0LTWMUSlPq3ta2me3Q==",
                              "identifierGuid": "d01a03a8-d6b4-4431-a53e-aded6b699edd",
                              "referenceNo": "sample string 3",
                              "name": "sample string 4",
                              "created": "2025-06-14T07:41:16.0337644",
                              "owner": "Dy+b9o7p+0WAKBdGPqSTGw==",
                              "ownerGuid": "f69b2f0f-e98e-45fb-8028-17463ea4931b",
                              "accountStoreGroupIdentifier": "nDALbvN9Q02E5olv8OHQNA==",
                              "accountStoreGroupGuid": "6e0b309c-7df3-4d43-84e6-896ff0e1d034",
                              "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:41:16.0337644",
                              "active": true,
                              "updated": "2025-06-14T07:41:16.0337644",
                              "deleted": true,
                              "deletedUser": "sample string 16",
                              "currentBalanceChanged": true,
                              "maximumLimitChanged": true,
                              "loyaltyPointsChanged": true,
                              "projectedBalance": 17,
                              "accountStoreGroupStoreIDs": [
                                1,
                                2
                              ],
                              "customerEmail": "sample string 18",
                              "ownerCustomer": {
                                "$ref": "68"
                              },
                              "card": {
                                "$ref": "69"
                              },
                              "members": {
                                "$id": "71",
                                "sample string 1": [
                                  {
                                    "$ref": "68"
                                  },
                                  {
                                    "$ref": "68"
                                  }
                                ],
                                "sample string 2": [
                                  {
                                    "$ref": "68"
                                  },
                                  {
                                    "$ref": "68"
                                  }
                                ]
                              },
                              "customerGroups": [
                                {
                                  "$id": "72",
                                  "identifier": "D35VL85W8USSNH97/7n4/w==",
                                  "identifierGuid": "2f557e0f-56ce-44f1-9234-7f7bffb9f8ff",
                                  "name": "sample string 2",
                                  "primaryContact": "jxPmdt7thEeA1wg/BVD3Bw==",
                                  "primaryContactGuid": "76e6138f-edde-4784-80d7-083f0550f707",
                                  "accountID": "Ph8ShrmobkGthjLgh9bAZQ==",
                                  "accountIDGuid": "86121f3e-a8b9-416e-ad86-32e087d6c065",
                                  "special": true,
                                  "updated": "2025-06-14T07:41:16.0337644",
                                  "active": true,
                                  "reasonInactive": 1,
                                  "priceLevelIdentifier": "AfY1txdii06TbfbDgEkmJA==",
                                  "priceLevelIdentifierGuid": "b735f601-6217-4e8b-936d-f6c380492624",
                                  "deleted": true,
                                  "account": {
                                    "$ref": "70"
                                  },
                                  "primaryContactCustomer": {
                                    "$ref": "68"
                                  },
                                  "customerGroupMembers": [
                                    {
                                      "$id": "73",
                                      "id": 1,
                                      "groupID": "/cxmW5mqKEyeNlSFmTW/mw==",
                                      "groupIDGuid": "5b66ccfd-aa99-4c28-9e36-54859935bf9b",
                                      "customerID": "hD9BMFqm9Ui+1VzUGTvSug==",
                                      "customerIDGuid": "30413f84-a65a-48f5-bed5-5cd4193bd2ba",
                                      "card": "sample string 4",
                                      "linkedAccount": "LQbU1j0F7ESEByydzVuCvQ==",
                                      "linkedAccountGuid": "d6d4062d-053d-44ec-8407-2c9dcd5b82bd",
                                      "customer": {
                                        "$ref": "68"
                                      },
                                      "group": {
                                        "$ref": "72"
                                      },
                                      "customerCard": {
                                        "$ref": "69"
                                      }
                                    },
                                    {
                                      "$ref": "73"
                                    }
                                  ]
                                },
                                {
                                  "$ref": "72"
                                }
                              ]
                            },
                            "payments": [
                              {
                                "$id": "74",
                                "id": 1,
                                "identifier": "9TefZA9SFE6jY42glCzDpw==",
                                "identifierGuid": "649f37f5-520f-4e14-a363-8da0942cc3a7",
                                "storeID": 2,
                                "operatorName": "sample string 3",
                                "saleHeaderID": 4,
                                "paymentType": 5,
                                "amount": 6,
                                "account": "sample string 7",
                                "accountID": "Ucw7yP2y9kqI5SBEppcGPA==",
                                "accountIDGuid": "c83bcc51-b2fd-4af6-88e5-2044a697063c",
                                "customerAccount": {
                                  "$ref": "70"
                                },
                                "customerCard": {
                                  "$ref": "69"
                                },
                                "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:41:16.0337644",
                                "invRocNo": "sample string 14",
                                "responseCode": "sample string 15",
                                "cashout": 1,
                                "tip": 16,
                                "idempotentVoid": "uh7iB9B340ivsyAiZfK/uQ==",
                                "idempotentVoidGuid": "07e21eba-77d0-48e3-afb3-202265f2bfb9",
                                "offline": true,
                                "processed": 1,
                                "storeSaleHeader": {
                                  "$id": "75",
                                  "saleHeaderID": 1,
                                  "saleHeaderGuid": "wA0fj0fwtkK0MY4cOrGjiQ==",
                                  "saleHeaderIdentifierGuid": "8f1f0dc0-f047-42b6-b431-8e1c3ab1a389",
                                  "created": "2025-06-14T07:41:16.0337644",
                                  "createdLocal": "2025-06-14T07:41:16.0337644",
                                  "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:41:16.0337644",
                                  "storeID": 1,
                                  "operatorG_Uid": "TtMwiQfoyUa3lDvl5KigyA==",
                                  "operatorGuid": "8930d34e-e807-46c9-b794-3be5e4a8a0c8",
                                  "customerG_Uid": "vJphdIxVeEGGXd2fsfDcQg==",
                                  "customerGuid": "74619abc-558c-4178-865d-dd9fb1f0dc42",
                                  "communityIdentifier": "MAgA0UPh4kWVF9pI22KQ3A==",
                                  "communityIdentifierGuid": "d1000830-e143-45e2-9517-da48db6290dc",
                                  "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": "8P9NM5KQMEOlC+6poHa8Lg==",
                                  "priceLevelIdentifierGuid": "334dfff0-9092-4330-a50b-eea9a076bc2e",
                                  "locked": 36,
                                  "relationChecksum": "sample string 37",
                                  "loyaltyTender": 1,
                                  "giftCardTender": 1,
                                  "operator": {
                                    "$ref": "35"
                                  },
                                  "customer": {
                                    "$ref": "68"
                                  },
                                  "communityOrganisation": {
                                    "$id": "76",
                                    "id": 1,
                                    "identifier": "VnZGM7fhnku4aTpKBZscSQ==",
                                    "identifierGuid": "33467656-e1b7-4b9e-b869-3a4a059b1c49",
                                    "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:41:16.0337644",
                                    "deleted": true
                                  },
                                  "details": [
                                    {
                                      "$id": "77",
                                      "saleItemID": 1,
                                      "identifier": "Uwm90X7hL0CxShPR76se3A==",
                                      "identifierGuid": "d1bd0953-e17e-402f-b14a-13d1efab1edc",
                                      "saleHeaderID": 2,
                                      "plu": 1,
                                      "pluG_UId": "JRlrbKI/MUKAsBuOf7XFgg==",
                                      "pluGuid": "6c6b1925-3fa2-4231-80b0-1b8e7fb5c582",
                                      "accountID": "iX2kRxc6gkC/2Fi7Q/MPAw==",
                                      "accountIDGuid": "47a47d89-3a17-4082-bfd8-58bb43f30f03",
                                      "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:41:16.0337644",
                                      "bestOrExpireType": 1,
                                      "providerName": "sample string 11",
                                      "refundG_UID": "1Pbd/hruTkyW60ZYIFRZqA==",
                                      "refundGuid": "feddf6d4-ee1a-4c4e-96eb-4658205459a8",
                                      "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": "hhEZ+1GX80uAXTI/CgaXJg==",
                                      "idempotentVoidGuid": "fb191186-9751-4bf3-805d-323f0a069726",
                                      "priceLevelIdentifier": "NjmF3yf7OUieDsbV5Yb2SQ==",
                                      "priceLevelIdentifierGuid": "df853936-fb27-4839-9e0e-c6d5e586f649",
                                      "productName": "sample string 23",
                                      "apn": "sample string 24",
                                      "unknownScans": [
                                        {
                                          "$id": "78",
                                          "id": 1,
                                          "saleDetailID": 2,
                                          "storeID": 1,
                                          "scanned": "2025-06-14T07:41:16.0337644",
                                          "operatorG_UID": "QEA=",
                                          "barcode": "sample string 4",
                                          "processed": 1
                                        },
                                        {
                                          "$ref": "78"
                                        }
                                      ],
                                      "refund": {
                                        "$id": "79",
                                        "id": 1,
                                        "g_UID": "XgFg2B8AmEKXwTBLQ8oHeA==",
                                        "guid": "d860015e-001f-4298-97c1-304b43ca0778",
                                        "description": "sample string 1",
                                        "dumped": true,
                                        "inventoryReasonID": 1,
                                        "sortOrder": 1,
                                        "updated": "2025-06-14T07:41:16.0337644"
                                      },
                                      "modifier": {
                                        "$id": "80",
                                        "id": 1,
                                        "setG_UID": "N3gZSNkX0ka9c3FrcgJqCg==",
                                        "modifierSetGuid": "48197837-17d9-46d2-bd73-716b72026a0a",
                                        "name": "sample string 2",
                                        "price": 1,
                                        "quantity": 1,
                                        "modifierType": 1,
                                        "groupNumber": 1,
                                        "pageNumber": 1,
                                        "controlOrder": 1,
                                        "printToStation": true,
                                        "pluG_UID": "6QMQOwyqtUCy2untS0Q+qg==",
                                        "pluGuid": "3b1003e9-aa0c-40b5-b2da-e9ed4b443eaa",
                                        "deleted": true,
                                        "g_UID": "npi6munTK0aQ7cIHGEkVeg==",
                                        "guid": "9aba989e-d3e9-462b-90ed-c2071849157a",
                                        "product": {
                                          "$ref": "8"
                                        }
                                      },
                                      "priceLevelName": "sample string 25",
                                      "pumpNumber": 1,
                                      "hoseNumber": 1
                                    },
                                    {
                                      "$ref": "77"
                                    }
                                  ],
                                  "eftReceipts": [
                                    {
                                      "$id": "81",
                                      "id": 1,
                                      "storeID": 1,
                                      "saleHeaderID": 2,
                                      "storeSaleHeader": {
                                        "$ref": "75"
                                      },
                                      "receipt": "sample string 3",
                                      "processed": 1
                                    },
                                    {
                                      "$ref": "81"
                                    }
                                  ],
                                  "payments": [
                                    {
                                      "$ref": "74"
                                    },
                                    {
                                      "$ref": "74"
                                    }
                                  ],
                                  "cards": [
                                    {
                                      "$id": "82",
                                      "id": 1,
                                      "saleHeaderID": 1,
                                      "identifier": "sample string 2",
                                      "cardType": 3,
                                      "providerName": "sample string 4"
                                    },
                                    {
                                      "$ref": "82"
                                    }
                                  ],
                                  "campaignHits": [
                                    {
                                      "$id": "83",
                                      "id": 1,
                                      "saleHeaderID": 2,
                                      "campaign": "sample string 3",
                                      "name": "sample string 4",
                                      "processed": 1,
                                      "campaignDescription": "sample string 5"
                                    },
                                    {
                                      "$ref": "83"
                                    }
                                  ],
                                  "fuel": [
                                    {
                                      "$id": "84",
                                      "id": 1,
                                      "plu": 1,
                                      "pluG_UID": "ofskA/HbhUSKUZgOe2K5Dw==",
                                      "pluGuid": "0324fba1-dbf1-4485-8a51-980e7b62b90f",
                                      "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:41:16.0337644",
                                      "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:41:16.0337644",
                                      "tagNumber": "sample string 15",
                                      "trackTwoRem": "sample string 16",
                                      "transCode": 1,
                                      "transType": 1,
                                      "unitPrice": 1.0,
                                      "vehicleReg": "sample string 17",
                                      "offline": true,
                                      "processed": 1
                                    },
                                    {
                                      "$ref": "84"
                                    }
                                  ],
                                  "fuelResells": [
                                    {
                                      "$id": "85",
                                      "saleItemID": 1,
                                      "saleHeaderID": 2,
                                      "plu": 1,
                                      "pluG_UId": "cEdo9L+5uUqgEcdJ7ATtSw==",
                                      "pluGuid": "f4684770-b9bf-4ab9-a011-c749ec04ed4b",
                                      "accountID": "vYLn/G1tEUuz5bZb3ex6LA==",
                                      "accountIDGuid": "fce782bd-6d6d-4b11-b3e5-b65bddec7a2c",
                                      "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:41:16.0337644",
                                      "bestOrExpireType": 1,
                                      "refundG_UID": "YLarBrghZk2UmjOm+gcZcg==",
                                      "refundGuid": "06abb660-21b8-4d66-949a-33a6fa071972",
                                      "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": "85"
                                    }
                                  ],
                                  "customerOrder": [
                                    {
                                      "$id": "86",
                                      "identifier": "+ZAzARNfmkem2B/TVNChdA==",
                                      "identifierGuid": "013390f9-5f13-479a-a6d8-1fd354d0a174",
                                      "id": 1,
                                      "orderNo": 2,
                                      "externalSaleIdentifier": "sample string 3",
                                      "storeID": 4,
                                      "zoneID": 5,
                                      "deptNo": 6,
                                      "customerIdentifier": "zp41udZEYUeasXDMXPEu7w==",
                                      "customerIdentifierGuid": "b9359ece-44d6-4761-9ab1-70cc5cf12eef",
                                      "operatorNo": 1,
                                      "operatorG_UID": "/4bU/ftHG0CspICV7lNFFQ==",
                                      "operatorGuid": "fdd486ff-47fb-401b-aca4-8095ee534515",
                                      "created": "2025-06-14T07:41:16.0337644",
                                      "ordered": "2025-06-14T07:41:16.0337644",
                                      "started": "2025-06-14T07:41:16.0337644",
                                      "completed": "2025-06-14T07:41:16.0337644",
                                      "supplied": "2025-06-14T07:41:16.0337644",
                                      "quickTicket": 1,
                                      "deleted": true,
                                      "walkAway": true,
                                      "approxWait": 1,
                                      "actualWait": 1,
                                      "deliveryMethod": 8,
                                      "externalSaleType": 9,
                                      "customer": {
                                        "$ref": "68"
                                      },
                                      "operator": {
                                        "$ref": "35"
                                      },
                                      "details": [
                                        {
                                          "$id": "87",
                                          "headerID": 1,
                                          "plu": 1,
                                          "pluG_UId": "/gAQolAuzkebK6GrkbbcMg==",
                                          "pluGuid": "a21000fe-2e50-47ce-9b2b-a1ab91b6dc32",
                                          "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": "Qd+ZKUGzWEmV2YOs6hr5/A==",
                                          "headerIdentifierGuid": "2999df41-b341-4958-95d9-83acea1af9fc",
                                          "product": {
                                            "$ref": "8"
                                          }
                                        },
                                        {
                                          "$ref": "87"
                                        }
                                      ],
                                      "storeName": "sample string 11",
                                      "customerName": "sample string 12",
                                      "storeReplyTo": "sample string 13",
                                      "storeSubjectLine": "sample string 14",
                                      "storeSaleHeader": {
                                        "$ref": "75"
                                      }
                                    },
                                    {
                                      "$ref": "86"
                                    }
                                  ],
                                  "surveyResponses": [
                                    {
                                      "$id": "88",
                                      "surveyG_UID": "VOdjMWhxKkKpH1jUM8pNgQ==",
                                      "surveyGuid": "3163e754-7168-422a-a91f-58d433ca4d81",
                                      "saleHeaderGuid": "g43TLk9G8UujWgDeHMrDUQ==",
                                      "saleGuid": "2ed38d83-464f-4bf1-a35a-00de1ccac351",
                                      "textResponse": "sample string 1",
                                      "integerResponse": 1,
                                      "g_UIDResponse": "RovRHv/beUKILUEL+I+ruw==",
                                      "guidResponse": "1ed18b46-dbff-4279-882d-410bf88fabbb",
                                      "whoAnswered": 2,
                                      "answeredAtUTC": "2025-06-14T07:41:16.0337644",
                                      "sale": {
                                        "$ref": "75"
                                      },
                                      "survey": {
                                        "$id": "89",
                                        "g_UID": "GZnoBYM1gkWgPvREdPFVEQ==",
                                        "guid": "05e89919-3583-4582-a03e-f44474f15511",
                                        "name": "sample string 1",
                                        "storeID": 2,
                                        "zoneID": 1,
                                        "checkoutFormG_UID": "Own5KNRN+keCmwtbZVEZzg==",
                                        "checkoutFormGuid": "28f9093b-4dd4-47fa-829b-0b5b655119ce",
                                        "displayToWho": 3,
                                        "displayWhen": 4,
                                        "start": "2025-06-14T07:41:16.0337644",
                                        "end": "2025-06-14T07:41:16.0337644",
                                        "deleted": true,
                                        "updated": "2025-06-14T07:41:16.0337644",
                                        "possibleIntegerResponses": [
                                          1,
                                          2
                                        ],
                                        "possibleTextResponses": [
                                          "sample string 1",
                                          "sample string 2"
                                        ],
                                        "possibleGuidResponses": [
                                          "9ab52f4b-7055-42f2-ace5-cd0d0f9ee3a2",
                                          "dfcec8e7-4962-4f6d-8bdb-cfdf36ea5020"
                                        ],
                                        "allowsAllTextResponses": true,
                                        "surveyForm": {
                                          "$ref": "43"
                                        }
                                      },
                                      "ingressId": "sample string 4"
                                    },
                                    {
                                      "$ref": "88"
                                    }
                                  ],
                                  "storeName": "sample string 38",
                                  "machineName": "sample string 39",
                                  "operatorName": "sample string 40",
                                  "direction": 1,
                                  "reason": "sample string 41",
                                  "accountG_UID": "jBfm/bVjBEuQl8CCWyXNQg==",
                                  "accountIdentifier": "fde6178c-63b5-4b04-9097-c0825b25cd42",
                                  "accountName": "sample string 42",
                                  "customerOrderIdentifier": "l1OR7Y35tUigvkfxi++AQQ==",
                                  "customerOrderIdentifierGuid": "ed915397-f98d-48b5-a0be-47f18bef8041",
                                  "priceLevelName": "sample string 43",
                                  "revision": 44,
                                  "ingressId": "sample string 45"
                                },
                                "metadata": {
                                  "$id": "90",
                                  "id": 1,
                                  "paymentID": 2,
                                  "paymentIdentifier": "2/80f2zIEk+rx62/7dLH3g==",
                                  "paymentIdentifierGuid": "7f34ffdb-c86c-4f12-abc7-adbfedd2c7de",
                                  "identifier": "349onusE6ECWfwW44pZHAw==",
                                  "identifierGuid": "9e688fdf-04eb-40e8-967f-05b8e2964703",
                                  "metadata": "sample string 3",
                                  "signatureImage": "QEA=",
                                  "itemIdentifier": "qWySpT3QMkW4C0PJNEqTyA==",
                                  "itemIdentifierGuid": "a5926ca9-d03d-4532-b80b-43c9344a93c8"
                                }
                              },
                              {
                                "$ref": "74"
                              }
                            ]
                          },
                          {
                            "$ref": "69"
                          }
                        ],
                        "customerGroupMembers": [
                          {
                            "$ref": "73"
                          },
                          {
                            "$ref": "73"
                          }
                        ],
                        "customerGroups": [
                          {
                            "$ref": "72"
                          },
                          {
                            "$ref": "72"
                          }
                        ],
                        "accounts": [
                          {
                            "$ref": "70"
                          },
                          {
                            "$ref": "70"
                          }
                        ],
                        "account": {
                          "$ref": "70"
                        },
                        "vouchers": [
                          {
                            "$id": "91",
                            "customerIdentifier": "5lOYi9pK4U2k4f4en3nqnQ==",
                            "customerIdentifierGuid": "8b9853e6-4ada-4de1-a4e1-fe1e9f79ea9d",
                            "voucherName": "sample string 2",
                            "count": 3,
                            "storeID": 4,
                            "barcode": "sample string 5",
                            "redeemCount": 6,
                            "issueCount": 7,
                            "storeSalePaymentID": 1,
                            "idempotentID": "+y24lcolSk2hOZ67olXrzw==",
                            "idempotentGuid": "95b82dfb-25ca-4d4a-a139-9ebba255ebcf",
                            "offline": true,
                            "voucher": {
                              "$id": "92",
                              "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:41:16.0337644",
                              "barcodeTemplate": {
                                "$id": "93",
                                "templateID": 1,
                                "template": "sample string 1",
                                "bcFunction": "sample string 2",
                                "sortOrder": 3
                              },
                              "scaleLabel": {
                                "$id": "94",
                                "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:41:16.0337644",
                                "labelPageLayout": "3OSSvvW6k0qLfomVLP/HFw==",
                                "pageLayoutGuid": "be92e4dc-baf5-4a93-8b7e-89952cffc717",
                                "labelType": 6,
                                "oldName": "sample string 7",
                                "voucher": {
                                  "$ref": "92"
                                },
                                "elements": [
                                  {
                                    "$id": "95",
                                    "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:41:16.0337644"
                                  },
                                  {
                                    "$ref": "95"
                                  }
                                ]
                              },
                              "customerVouchers": [
                                {
                                  "$id": "96",
                                  "id": 1,
                                  "customerIdentifier": "rQ9vJFvRxEqOVyDeDUj22g==",
                                  "customerIdentifierGuid": "246f0fad-d15b-4ac4-8e57-20de0d48f6da",
                                  "voucherID": 3,
                                  "voucherName": "sample string 4",
                                  "storeID": 1,
                                  "barcode": "sample string 5",
                                  "dateOfIssue": "2025-06-14T07:41:16.0337644",
                                  "issuedSaleHeaderID": 1,
                                  "issuedSaleIdentifier": "sample string 7",
                                  "issuedOfflinePaymentID": 1,
                                  "issuedIdempotentID": "hP0m5h7480Kp7fod4WM6kQ==",
                                  "issuedIdempotentGuid": "e626fd84-f81e-42f3-a9ed-fa1de1633a91",
                                  "issuedOffline": true,
                                  "issuedUser": "sample string 9",
                                  "issuedNotes": "sample string 10",
                                  "expiryDate": "2025-06-14T07:41:16.0337644",
                                  "expiredUser": "sample string 11",
                                  "expiredNotes": "sample string 12",
                                  "redeemed": "2025-06-14T07:41:16.0337644",
                                  "redeemedSaleHeaderID": 1,
                                  "redeemedSaleIdentifier": "sample string 13",
                                  "redeemedOfflinePaymentID": 1,
                                  "redeemedIdempotentID": "XQqXfaXRIU2m8EoqfWucAw==",
                                  "redeemedIdempotentGuid": "7d970a5d-d1a5-4d21-a6f0-4a2a7d6b9c03",
                                  "redeemedUser": "sample string 14",
                                  "redeemedNotes": "sample string 15",
                                  "redeemedOffline": true,
                                  "updated": "2025-06-14T07:41:16.0337644",
                                  "storeName": "sample string 17",
                                  "scaleLabel": {
                                    "$ref": "94"
                                  },
                                  "voucher": {
                                    "$ref": "92"
                                  },
                                  "customer": {
                                    "$ref": "68"
                                  },
                                  "issuedOfflinePayment": {
                                    "$ref": "74"
                                  },
                                  "redeemedOfflinePayment": {
                                    "$ref": "74"
                                  }
                                },
                                {
                                  "$ref": "96"
                                }
                              ]
                            },
                            "customer": {
                              "$ref": "68"
                            }
                          },
                          {
                            "$ref": "91"
                          }
                        ]
                      }
                    },
                    {
                      "$ref": "67"
                    }
                  ],
                  "customerGroups": [
                    {
                      "$id": "97",
                      "id": 1,
                      "campaignID": 2,
                      "campaignName": "sample string 3",
                      "groupID": "j1H2RkwUJEioZ0KjaxHKig==",
                      "groupIDGuid": "46f6518f-144c-4824-a867-42a36b11ca8a",
                      "campaign": {
                        "$ref": "64"
                      },
                      "group": {
                        "$ref": "72"
                      }
                    },
                    {
                      "$ref": "97"
                    }
                  ],
                  "signIqTickets": [
                    {
                      "$id": "98",
                      "identifier": "5Erq6RU8qEKMv4oUnc4NRQ==",
                      "identifierGuid": "e9ea4ae4-3c15-42a8-8cbf-8a149dce0d45",
                      "campaignName": "sample string 2",
                      "message": "sample string 3",
                      "ticketFileSource": "sample string 4",
                      "ticketFileDestination": "sample string 5",
                      "storeID": 1
                    },
                    {
                      "$ref": "98"
                    }
                  ],
                  "comboPriceGroups": [
                    {
                      "$id": "99",
                      "id": 1,
                      "campaignID": 2,
                      "campaignName": "sample string 3",
                      "g_UID": "KkqSnfPoaEut5SWoPHmsIQ==",
                      "guid": "9d924a2a-e8f3-4b68-ade5-25a83c79ac21",
                      "description": "sample string 5",
                      "newPrice": 1,
                      "rangeDescription": "sample string 6",
                      "dealDescription": "sample string 7",
                      "labelQuantity": 8,
                      "hostProductCategoryID": 1,
                      "offerID": 1,
                      "dontUpdatePricePlus": true,
                      "campaign": {
                        "$ref": "64"
                      },
                      "comboPricePlus": [
                        {
                          "$id": "100",
                          "id": 1,
                          "campaignID": 2,
                          "campaignName": "sample string 3",
                          "groupG_UID": "u1c283U+wkCqQ4Mv4BKvtg==",
                          "groupGuid": "f33657bb-3e75-40c2-aa43-832fe012afb6",
                          "comboPriceType": 5,
                          "priceType": 5,
                          "pluG_UID": "+wT4paGNtkOSsl3OApapGA==",
                          "pluGuid": "a5f804fb-8da1-43b6-92b2-5dce0296a918",
                          "priceGroupG_UID": "qMCYe0tLYECKT7lxP6HEiA==",
                          "priceGroupGuid": "7b98c0a8-4b4b-4060-8a4f-b9713fa1c488",
                          "campaignPoolID": "sample string 7",
                          "quantity": 1,
                          "campaign": {
                            "$ref": "64"
                          },
                          "product": {
                            "$ref": "8"
                          },
                          "priceGroup": {
                            "$ref": "29"
                          },
                          "campaignPool": {
                            "$ref": "64"
                          }
                        },
                        {
                          "$ref": "100"
                        }
                      ]
                    },
                    {
                      "$ref": "99"
                    }
                  ],
                  "priceLevels": [
                    {
                      "$id": "101",
                      "id": 1,
                      "priceLevelIdentifier": "QgvF2aMW+0e8sTecb2RZpg==",
                      "priceLevelIdentifierGuid": "d9c50b42-16a3-47fb-bcb1-379c6f6459a6",
                      "campaignName": "sample string 3",
                      "priceLevelName": "sample string 4"
                    },
                    {
                      "$ref": "101"
                    }
                  ]
                },
                "product": {
                  "$ref": "8"
                },
                "dealCost": {
                  "$id": "102",
                  "headerIdentifier": "5AmNDsyxo0WRrm9s059FWw==",
                  "headerIdentifierGuid": "0e8d09e4-b1cc-45a3-91ae-6f6cd39f455b",
                  "identifier": "Zd2lOEA+qE2ghM1CiAog9w==",
                  "identifierGuid": "38a5dd65-3e40-4da8-a084-cd42880a20f7",
                  "supplierIdentifier": "getJ4ZMNI0KHTNT7gNTQuw==",
                  "supplierGuid": "e149eb81-0d93-4223-874c-d4fb80d4d0bb",
                  "pluG_UID": "jgE/TBmJC0Oy+QPRXU6CRA==",
                  "pluGuid": "4c3f018e-8919-430b-b2f9-03d15d4e8244",
                  "campaignName": "a71695ab-c36a-4d04-b0e8-3930cccf128b",
                  "description": "sample string 4",
                  "cost": 5,
                  "costDecimals": 6,
                  "start": "2025-06-14T07:41:16.0337644",
                  "end": "2025-06-14T07:41:16.0337644",
                  "type": 9,
                  "promoType": 10,
                  "bonusItemPLUG_UID": "8XUrJ636BUic7yX/VN41Aw==",
                  "bonusItemPluGuid": "272b75f1-faad-4805-9cef-25ff54de3503",
                  "bonusPurchaseUnits": 11,
                  "bonusReceiveUnits": 12,
                  "updated": "2025-06-14T07:41:16.0337644",
                  "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:41:16.0337644",
                  "campaignEndDate": "2025-06-14T07:41:16.0337644",
                  "masterPLUG_UID": "TjyYivO4UkiS+VHznUBGoQ==",
                  "masterID": "8a983c4e-b8f3-4852-92f9-51f39d4046a1",
                  "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": "ILGT1bh2HUGaYj91dne0Jg==",
                  "bonusMasterID": "d593b120-76b8-411d-9a62-3f757677b426",
                  "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:41:16.0337644",
              "dealCosts": [
                {
                  "$ref": "102"
                },
                {
                  "$ref": "102"
                }
              ],
              "tags": [
                {
                  "$id": "103",
                  "pluG_UID": "6RauznoYdUGNQ606jjKrPg==",
                  "pluGuid": "ceae16e9-187a-4175-8d43-ad3a8e32ab3e",
                  "tagID": 1,
                  "description": "sample string 1",
                  "storeIDs": [
                    1,
                    2
                  ]
                },
                {
                  "$ref": "103"
                }
              ],
              "alternateProductG_UID": "2tamlN+jrUqCYXvxQgQe9A==",
              "alternateProduct": "94a6d6da-a3df-4aad-8261-7bf142041ef4",
              "productHostCode": {
                "$id": "104",
                "id": 1,
                "pluG_UID": "zlT1lefsXUGmn9SHBu9lqQ==",
                "pluGuid": "95f554ce-ece7-415d-a69f-d48706ef65a9",
                "ibaCode": "sample string 2"
              },
              "mscCat": {
                "$ref": "58"
              },
              "mscCom": {
                "$ref": "59"
              },
              "mscDep": {
                "$ref": "61"
              },
              "mscSubCom": {
                "$ref": "60"
              },
              "isUserUpdate": true,
              "ignoreMasterProduct": true,
              "priceGroupLabelRequested": true,
              "firstSold": "2025-06-14T07:41:16.0337644",
              "inventoryTracked": "2025-06-14T07:41:16.0337644",
              "isNormalPriceChangesCampaign": true
            },
            "supplier": {
              "$ref": "3"
            },
            "serviceFee": {
              "$id": "105",
              "id": 1,
              "description": "sample string 1",
              "fee": 1
            },
            "isPrimaryHost": true,
            "hostVendor": 46
          },
          {
            "$ref": "6"
          }
        ],
        "orderCycleHeaders": [
          {
            "$id": "106",
            "storeID": 1,
            "supplierIdentifier": "7oI85rQbE0iOFf1aYwtw1g==",
            "supplierGuid": "e63c82ee-1bb4-4813-8e15-fd5a630b70d6",
            "departmentCode": "sample string 2",
            "warehouseDirectIndicator": "sample string 3",
            "type": 4,
            "storeName": "sample string 5",
            "departmentName": "sample string 6",
            "orderDays": 7
          },
          {
            "$ref": "106"
          }
        ],
        "cycles": [
          {
            "$id": "107",
            "storeID": 1,
            "supplierIdentifier": "ohlpRcvuTk+/GB0i5yXz5Q==",
            "supplierGuid": "456919a2-eecb-4f4e-bf18-1d22e725f3e5",
            "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:41:16.0337644",
            "deliveryDate": "2025-06-14T07:41:16.0337644",
            "nextCutOffDate": "2025-06-14T07:41:16.0337644",
            "nextDeliveryDate": "2025-06-14T07:41:16.0337644",
            "nextDaysBuffer": 10
          },
          {
            "$ref": "107"
          }
        ],
        "store": {
          "$ref": "9"
        },
        "updated": "2025-06-14T07:41:16.0337644",
        "isHost": true
      },
      "inventoryUnits": [
        {
          "$id": "108",
          "invoiceItemNo": 1,
          "inventoryInvoiceGuid": "PJ/7Hr5+I02MhRCvm/gBEA==",
          "invoiceIdentifier": "1efb9f3c-7ebe-4d23-8c85-10af9bf80110",
          "inventoryGuid": "GoIWjBkGZk2cXduHyZJ+qA==",
          "inventoryIdentifier": "8c16821a-0619-4d66-9c5d-db87c9927ea8",
          "serialNumber": "sample string 3",
          "sold": "2025-06-14T07:41:16.0337644",
          "saleItemID": 1,
          "storeID": 1,
          "returned": "2025-06-14T07:41:16.0337644",
          "dumped": 1,
          "saleHeaderID": 1
        },
        {
          "$ref": "108"
        }
      ]
    },
    "invoiceHeaderIdentifier": "0ICqyDbG9kiLdl0442irXg==",
    "invoiceHeaderGuid": "c8aa80d0-c636-48f6-8b76-5d38e368ab5e",
    "invoiceNumber": "sample string 20",
    "invoiceCost": 1,
    "invoiceCostDecimals": 1,
    "orderNumber": 1,
    "orderReceivingStoreName": "sample string 21",
    "orderSendingStoreName": "sample string 22",
    "creditNoteID": 1,
    "reason": {
      "$id": "109",
      "id": 1,
      "name": "sample string 1",
      "allowRF": 2,
      "dumpStock": 3,
      "creditRequest": 4,
      "excludeFromLoss": 5,
      "reserved": 6,
      "updated": "2025-06-14T07:41:16.0337644"
    },
    "reasonName": "sample string 23",
    "operatorName": "sample string 24",
    "operatorNumber": "sample string 25",
    "stocktakeName": "sample string 26",
    "saleIdentifier": "sample string 27",
    "saleHeaderID": 1,
    "inventoryAfterCounted": true,
    "inventorySetStock": true
  },
  {
    "$ref": "1"
  }
]

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

text/csv

Sample:

Sample not available.

application/vnd.openxmlformats-officedocument.spreadsheetml.sheet

Sample:
PK(=�ZvZ_i�5xl/workbook.xml �(�����0��&�C��@
)��x���E�O�||K	$޼���~;t�v괞�G��U�ƣ��"��#H�.ڀ
�A[�|��E�0�Zݿ%(O�$)���y���qx���r��n�r�P�	���	!�6{
X\����&"[���h�Q!�$Ըe�a�;�q���DɭH�r��k�C���d��|PK(=�Z����	�[Content_Types].xml �(����J�0�_��*M�D��V�*��d�
�d�k��<�H���V���=
��|�o��|����������+�����7l���e۶~=E�"�zlXO�@Ճ��C�3]HNR~���R��uU�<���������a��36��b7םQ
�1Z�$�8z�R��3
tP��-c�� g����_M��Of���~O�s�T���� ����P<�D��e=1Z��a2�b
��%#H'�2}���e�B)��~j/F�t��PK
(=�Z˓=''_rels/.rels �(�<?xml version="1.0" encoding="utf-8"?><Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships"><Relationship Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument" Target="xl/workbook.xml" Id="R036fa80171894b57" /></Relationships>PK(=�Z)W�f��*xl/worksheets/sheet1.xml �(��Z]S[��+.�_[��3lHX�&!��7_8�b����?���eK��G��R�HjuK
����_�|1�=��@�{����v�����sy������i6�gq߶��/������Nj�pqs�NNj��G��cw��t��/�߇����M{:��9m�C%��ۇ��Z�O~,������1oǷ�%L�[MǓ�������Vߛ�w��F�]B�7<9Z�?MڧE���g�V_\���;,������{�������z���|�_"Kf]s3{X���M'+��������O���=~�A�V:�w�|�w�s��M?o�c��z��W�zpk�� ��R�rH�7���]p��zS�w���)�7�׺��l��n~;P��uL讷�z��W띱ʂdw��Ի�>�m��)'����7�>��I\�Ȁ��?l�Cʟ�EP����_���[����7a��4�
P�h��4H[ق���@ɨB	��*h���"�P�(��h��2Z�k��J�&=
��[o��J��EiS`�
a�><D5J����C��;U��(A��4x� ���)3I�`�5�H_���$�H���N�uTԤ�����T��}T:l��D�j�6/W��X+�&Ur5����d�i+zPQ�J���-��AE��Q�j�I
F	�����v5�v�D9haU�2jQ�T����0P��UԢ�;wԠ
)sx��:'�S����sC�$/2���៊� JTfA��^��G�%|���\��:�>��v��P�]D��]����W1&a�*���y!J܁�(=H�A7��sԏ�������QzZ�%����:�CԠ�5����R������Pg�(���>��N�Va:4���j���Z�I>T��V�z兊tԢv�S$��[-c��PG-j�YD-ꐞ���Gm-���I�=�ZcJ�t��ʓl�&M����x��OR7Q�f�I�ϡ@O��MLԤ��9DQ:�^�zY�MԤ�4�W�U�r�a1�oX���g.e�M�f5Q�����DMwh��I�h��$��\b ��-g�&M8p
6j�zOڨI�iR�Caa��l�&m�I����+�xQA�5i!}i�T4~����������㓣��7_c�է?.�?jX����_'�h�kU�A�J��/K���%r�Y��9�D��D��D�qQ"|���D�q�0FH}�@�W���!��e ��w�0���j���!���@��v?1��gB���@�_a�!�6�	��al��
gDBp�XQ�ƌ@(n;�a	�䆱$�Ɣ@hn[�1&P�g噱&P�o�1��<3�Ԕgƞ����SS��j�3�PMyf,�)όG5�1��<3.ՔgƦ������G�O
�y����G�O
�y����G�O
�y�=����SCx1>5���SK��SKyf|jw<1�l���%UQ���e��)!'s!L�9�����$S�r�@���Y�r�@�6�Ի\1����]ޖG��.e���}��u}������.�.����S����5u��I�K:F���YY練�^�M:Ho�Q���t��ӧ]�g]��� ��_u������(cG��˽�y�?�*[�����o4�%:�;C����j�:���9�v��R
�):ק�N>wI�K��׮�o��E�`0E��d�<\�>���i�8c04w0O����y�<��#�i���4g@�i�K0Y��]��z�` 4LԻ�2& a�����
�.���z�KB�D���a���m	)�������������z��L&�uv��I�D:F��&��"L��E�蠹y�a���k�<,�DW����l��E���0�7�C��ua�YW&L&L&��a"-�ӿuK5���0Qb�0�%�/]�_��1Sa��a�c��p�a��a��a��a��a��a�kӜ�0щy���-�������f�v���������PK(=�Z��em�Pxl/_rels/workbook.xml.rels �(���KN�0@�b͞8.&��i7lؖ^`b�����.г��H\�H�J,�t5��ӓf>�?6��id/���l"ˁ�UN�k��]��fO#�4�a,���@��<��&��ɦ�q~˜R���;�</�_2����Ct���:Md�`���1�D�}G���R� �D����U!V-I��RJ��񛩅x)�z}�K#Kj뇖
�)�T�GO�9�t�Ӳ�PSaJUUJ�������PK(=�ZЃc'2E
xl/styles.xml �(��S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v�F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&�
AR>��� ��im��ΑF���YO��%�}���LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PK(=�Zҭ�"8xl/sharedStrings.xml �(��WYo�F~/�� �9���v�#N
ĉ�}(�b�;L�P��ÍQ�wHK�LRT���o����vx���2�=BY�E~<go�|�/B�=�?�_;�U�˃ˊ��OP�g�O�����j^Ͽ����bQ�o�t��b9"IQ.]����Z��B�
�^fN�^,]��g�h��xn����ӿ8�n����>��!����c���E}r�h�x�7MR(�"7�>��pu1��_ik�\U����E�aOh-��Ǘ���)o���wu������-8�0�&��~�b�+�F�[�h��.�a].�. K�'���y	!�?���^d&[�hʽ�����j�
�>v�*x�Ӻ���
�箬����
ү����q{M�n�8�}�[j��x�%���i`*+*�1j|��(�YEN�oJ���]���P
��
n,;��O���`��0l�3W"�
�/�|}>�ܔEh|�ٍ���P]��tw�M�0�5m��~�[���"6�J��e�W����	�|�tٰ��C��[�>��e~,_���aJh��g���Q�k���FO�e�}u�?:<��yN�9`�����]OU
˷gO5��G�A3���'�I 1K4I��h��uD�<��a=#R��8��$�0"6����փ$ζ�R���'T,qR�u�5����~b�*�0T+�t�i?�M	Ŝ�P�c"�I��	Չ�D&�׉"�Q%���N�Taǒ2A
�G���1
�H*-�-򄃗���06)�Q�H0
.�l��Ҙh�s�@�X)��f(�'V$r��
<Q,a�ȁ�}���r�U8��x�f������n�H�f?�468͎g��ͳ���	��D��F�o���@�`"������jov}L��(�lb���c�JG%�<���.D�c����]�Ze�.	���H�c��0�B#&� �uA�6��1��U�Nec6{��H9��H����S�+{�@3�����1�������҉%^�m)��iDh¥��Ol�Z����z�$��\��;��1=;��aRb�,�Dg���K���
��	�]���lԻij�x�6���h2���ۈ���v7.�����U���f����u�dY��5�Jkc�cJ��vC:li�b���8�R�^Ko̽_6(K�E���r"!�$ҀL��H'B"��Fݱ�5����w��֡�@��B#��3���DaAh�bu��8=�����z�nϴ������=�j��,+���D����7ĺ�q��H�*.��?|��,�姢js��{��uoum�<�N�� ��c��.���w�C���?�PK-(=�ZvZ_i�5xl/workbook.xmlPK-(=�Z����	�[Content_Types].xmlPK-
(=�Z˓=''V_rels/.relsPK-(=�Z)W�f��*�xl/worksheets/sheet1.xmlPK-(=�Z��em�Pxl/_rels/workbook.xml.relsPK-(=�ZЃc'2E
F
xl/styles.xmlPK-(=�Zҭ�"8�xl/sharedStrings.xmlPK�/

application/vnd.ms-excel

Sample:
PK(=�Z:.��5xl/workbook.xml �(�����0��&�C���H")��x��}-�4П�5���H�yۙ��v�d��4f 5j_���!ؒ1/zT�Ƣ���8!J�b���ƈ�B��x,���4���z���ay�Z�#5.(R�z�#���'�d4ֺ�I�b�)�`�ERD�Š6����ڊf��R��.�s!r��E@ނ�{�q����PK(=�Z����	�[Content_Types].xml �(����J�0�_��*M�D��V�*��d�
�d�k��<�H���V���=
��|�o��|����������+�����7l���e۶~=E�"�zlXO�@Ճ��C�3]HNR~���R��uU�<���������a��36��b7םQ
�1Z�$�8z�R��3
tP��-c�� g����_M��Of���~O�s�T���� ����P<�D��e=1Z��a2�b
��%#H'�2}���e�B)��~j/F�t��PK
(=�Z䗲�''_rels/.rels �(�<?xml version="1.0" encoding="utf-8"?><Relationships xmlns="http://schemas.openxmlformats.org/package/2006/relationships"><Relationship Type="http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument" Target="xl/workbook.xml" Id="Rb9bd17367c4441f1" /></Relationships>PK(=�Z)W�f��*xl/worksheets/sheet1.xml �(��Z]S[��+.�_[��3lHX�&!��7_8�b����?���eK��G��R�HjuK
����_�|1�=��@�{����v�����sy������i6�gq߶��/������Nj�pqs�NNj��G��cw��t��/�߇����M{:��9m�C%��ۇ��Z�O~,������1oǷ�%L�[MǓ�������Vߛ�w��F�]B�7<9Z�?MڧE���g�V_\���;,������{�������z���|�_"Kf]s3{X���M'+��������O���=~�A�V:�w�|�w�s��M?o�c��z��W�zpk�� ��R�rH�7���]p��zS�w���)�7�׺��l��n~;P��uL讷�z��W띱ʂdw��Ի�>�m��)'����7�>��I\�Ȁ��?l�Cʟ�EP����_���[����7a��4�
P�h��4H[ق���@ɨB	��*h���"�P�(��h��2Z�k��J�&=
��[o��J��EiS`�
a�><D5J����C��;U��(A��4x� ���)3I�`�5�H_���$�H���N�uTԤ�����T��}T:l��D�j�6/W��X+�&Ur5����d�i+zPQ�J���-��AE��Q�j�I
F	�����v5�v�D9haU�2jQ�T����0P��UԢ�;wԠ
)sx��:'�S����sC�$/2���៊� JTfA��^��G�%|���\��:�>��v��P�]D��]����W1&a�*���y!J܁�(=H�A7��sԏ�������QzZ�%����:�CԠ�5����R������Pg�(���>��N�Va:4���j���Z�I>T��V�z兊tԢv�S$��[-c��PG-j�YD-ꐞ���Gm-���I�=�ZcJ�t��ʓl�&M����x��OR7Q�f�I�ϡ@O��MLԤ��9DQ:�^�zY�MԤ�4�W�U�r�a1�oX���g.e�M�f5Q�����DMwh��I�h��$��\b ��-g�&M8p
6j�zOڨI�iR�Caa��l�&m�I����+�xQA�5i!}i�T4~����������㓣��7_c�է?.�?jX����_'�h�kU�A�J��/K���%r�Y��9�D��D��D�qQ"|���D�q�0FH}�@�W���!��e ��w�0���j���!���@��v?1��gB���@�_a�!�6�	��al��
gDBp�XQ�ƌ@(n;�a	�䆱$�Ɣ@hn[�1&P�g噱&P�o�1��<3�Ԕgƞ����SS��j�3�PMyf,�)όG5�1��<3.ՔgƦ������G�O
�y����G�O
�y����G�O
�y�=����SCx1>5���SK��SKyf|jw<1�l���%UQ���e��)!'s!L�9�����$S�r�@���Y�r�@�6�Ի\1����]ޖG��.e���}��u}������.�.����S����5u��I�K:F���YY練�^�M:Ho�Q���t��ӧ]�g]��� ��_u������(cG��˽�y�?�*[�����o4�%:�;C����j�:���9�v��R
�):ק�N>wI�K��׮�o��E�`0E��d�<\�>���i�8c04w0O����y�<��#�i���4g@�i�K0Y��]��z�` 4LԻ�2& a�����
�.���z�KB�D���a���m	)�������������z��L&�uv��I�D:F��&��"L��E�蠹y�a���k�<,�DW����l��E���0�7�C��ua�YW&L&L&��a"-�ӿuK5���0Qb�0�%�/]�_��1Sa��a�c��p�a��a��a��a��a��a�kӜ�0щy���-�������f�v���������PK(=�Z�i��Pxl/_rels/workbook.xml.rels �(���Kn�0@�b;q��(T6l��\`����ĎlӖ�u�#�
��A�V��==i���k�������Ԑ%)6d�޴5��~�`�^�x�'|�O^��k�B������>����֍b�Z9!�e�H�R�9�b��?D�uO��tل?��ݺ���=��C
ג���%�
⥩aG�*)G\�y�B>L͇�������d�*-](��Ce:tܼ/=w��gj
+�zq(���3�.j��/�?PK(=�ZЃc'2E
xl/styles.xml �(��S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v�F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&�
AR>��� ��im��ΑF���YO��%�}���LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PK(=�Zҭ�"8xl/sharedStrings.xml �(��WYo�F~/�� �9���v�#N
ĉ�}(�b�;L�P��ÍQ�wHK�LRT���o����vx���2�=BY�E~<go�|�/B�=�?�_;�U�˃ˊ��OP�g�O�����j^Ͽ����bQ�o�t��b9"IQ.]����Z��B�
�^fN�^,]��g�h��xn����ӿ8�n����>��!����c���E}r�h�x�7MR(�"7�>��pu1��_ik�\U����E�aOh-��Ǘ���)o���wu������-8�0�&��~�b�+�F�[�h��.�a].�. K�'���y	!�?���^d&[�hʽ�����j�
�>v�*x�Ӻ���
�箬����
ү����q{M�n�8�}�[j��x�%���i`*+*�1j|��(�YEN�oJ���]���P
��
n,;��O���`��0l�3W"�
�/�|}>�ܔEh|�ٍ���P]��tw�M�0�5m��~�[���"6�J��e�W����	�|�tٰ��C��[�>��e~,_���aJh��g���Q�k���FO�e�}u�?:<��yN�9`�����]OU
˷gO5��G�A3���'�I 1K4I��h��uD�<��a=#R��8��$�0"6����փ$ζ�R���'T,qR�u�5����~b�*�0T+�t�i?�M	Ŝ�P�c"�I��	Չ�D&�׉"�Q%���N�Taǒ2A
�G���1
�H*-�-򄃗���06)�Q�H0
.�l��Ҙh�s�@�X)��f(�'V$r��
<Q,a�ȁ�}���r�U8��x�f������n�H�f?�468͎g��ͳ���	��D��F�o���@�`"������jov}L��(�lb���c�JG%�<���.D�c����]�Ze�.	���H�c��0�B#&� �uA�6��1��U�Nec6{��H9��H����S�+{�@3�����1�������҉%^�m)��iDh¥��Ol�Z����z�$��\��;��1=;��aRb�,�Dg���K���
��	�]���lԻij�x�6���h2���ۈ���v7.�����U���f����u�dY��5�Jkc�cJ��vC:li�b���8�R�^Ko̽_6(K�E���r"!�$ҀL��H'B"��Fݱ�5����w��֡�@��B#��3���DaAh�bu��8=�����z�nϴ������=�j��,+���D����7ĺ�q��H�*.��?|��,�姢js��{��uoum�<�N�� ��c��.���w�C���?�PK-(=�Z:.��5xl/workbook.xmlPK-(=�Z����	��[Content_Types].xmlPK-
(=�Z䗲�''T_rels/.relsPK-(=�Z)W�f��*�xl/worksheets/sheet1.xmlPK-(=�Z�i��Pxl/_rels/workbook.xml.relsPK-(=�ZЃc'2E
E
xl/styles.xmlPK-(=�Zҭ�"8�xl/sharedStrings.xmlPK�.