GET api/supplier/{id}/contact?Skip={Skip}&Take={Take}&TotalCount={TotalCount}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Skip

Number of records to skip over

integer

None.

Take

Number of records to take

integer

None.

TotalCount

integer

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

Body Parameters

None.

Response Information

Resource Description

PageListOfSupplierContact
NameDescriptionTypeAdditional information
Type

string

None.

List

Collection of SupplierContact

None.

Skip

Number of records to skip over

integer

None.

Take

Number of records to take

integer

None.

TotalCount

integer

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

Response Formats

application/json, text/json

Sample:
{
  "type": "SupplierContact",
  "list": [
    {
      "$id": "2",
      "supplierIdentifier": "+sZvsGI4jkGwKNFuq7YuEw==",
      "supplierIdentifierGuid": "b06fc6fa-3862-418e-b028-d16eabb62e13",
      "contactGuid": "H/OuwREiz0SlLWy+rWE06A==",
      "contactID": "c1aef31f-2211-44cf-a52d-6cbead6134e8",
      "contact": {
        "$id": "3",
        "id": "fd7f5db2-1ecc-4bbb-98e2-7216a1f48984",
        "identifier": "yBZk6XWlpEan/2zHKprNTA==",
        "identifierGuid": "e96416c8-a575-46a4-a7ff-6cc72a9acd4c",
        "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
      },
      "supplier": {
        "$id": "4",
        "identifier": "vFPwjpdshkWuT62GYkkqtA==",
        "identifierGuid": "8ef053bc-6c97-4586-ae4f-ad8662492ab4",
        "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": "BRclbA91ZUSiH12w9GA8zg==",
        "primaryContactID": "6c251705-750f-4465-a21f-5db0f4603cce",
        "storeID": 1,
        "abn": "sample string 16",
        "supplierGroupIdentifier": "mMVwyUGVlk2L8akjNpkRcg==",
        "supplierGroupGuid": "c970c598-9541-4d96-8bf1-a92336991172",
        "rebate": 1.0,
        "rebateType": 1,
        "rebateFrequency": 1,
        "rebateSource": 1,
        "rebateLastClaimed": "2025-06-14T07:30:46.676063",
        "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": {
          "$ref": "3"
        },
        "contacts": [
          {
            "$ref": "2"
          },
          {
            "$ref": "2"
          }
        ],
        "products": [
          {
            "$id": "5",
            "pluG_UID": "Ugs08/2IsUOEtjFcmNg7Dw==",
            "pluGuid": "f3340b52-88fd-43b1-84b6-315c98d83b0f",
            "supplierIdentifier": "hKYYDhMxy0u+W4jurihAuw==",
            "supplierIdentifierGuid": "0e18a684-3113-4bcb-be5b-88eeae2840bb",
            "cartonQuantity": 1,
            "cartonQuantityChanged": true,
            "productSize": "sample string 2",
            "cigarettesPerSleeve": 1,
            "randomWeight": true,
            "piecesPerUnit": 4,
            "averagePackSize": 5,
            "effectiveDate": "2025-06-14T07:30:46.676063",
            "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:30:46.676063",
            "rebate": 1.0,
            "rebateExclude": true,
            "invoiceCodes": [
              {
                "$id": "6",
                "pluG_UID": "ivKTvqltME6KByJUK/6zeg==",
                "pluGuid": "be93f28a-6da9-4e30-8a07-22542bfeb37a",
                "supplierIdentifier": "Jxuum6e6PkCoYH9I+bRetg==",
                "supplierIdentifierGuid": "9bae1b27-baa7-403e-a860-7f48f9b45eb6",
                "invoiceCode": "sample string 1",
                "storeIDs": [
                  1,
                  2
                ]
              },
              {
                "$ref": "6"
              }
            ],
            "storeIDs": [
              1,
              2
            ],
            "preferredSupplier": true,
            "preferredRebateSupplier": true,
            "supplierName": "sample string 40",
            "salesMode": 41,
            "orderPacked": true,
            "active": true,
            "price": 1,
            "costGstPercent": 43,
            "parentPluG_UID": "DR9eGJabt0iZgi0//jkcwQ==",
            "parentPluGuid": "185e1f0d-9b96-48b7-9982-2d3ffe391cc1",
            "freight": 44.0,
            "freightType": 1,
            "product": {
              "$id": "7",
              "plu": 1,
              "storeID": 1,
              "masterPluG_UID": "QEA=",
              "storeIDs": [
                1,
                2
              ],
              "g_UId": "Q2mTY1zLAUGZWLAQ4rTzRQ==",
              "guid": "63936943-cb5c-4101-9958-b010e2b4f345",
              "apn": "sample string 1",
              "apnChanged": true,
              "apnSwitched": true,
              "barcode": "sample string 4",
              "itemNumber": "sample string 5",
              "itemNumberChanged": true,
              "priceGroupG_UID": "ht8MaVdCdkeUGQTCMlHHng==",
              "priceGroupGuid": "690cdf86-4257-4776-9419-04c23251c79e",
              "blueprintID": 1,
              "lastCountedDate": "2025-06-14T07:30:46.676063",
              "externalID": "sample string 7",
              "active": true,
              "activated": "2025-06-14T07:30:46.676063",
              "pluCreated": "2025-06-14T07:30:46.676063",
              "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:30:46.676063",
              "lastManualUpdate": "2025-06-14T07:30:46.676063",
              "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:30:46.676063",
              "currentCostUpdated": "2025-06-14T07:30:46.676063",
              "costDecimals": 31,
              "costChanged": true,
              "dealCostIdentifier": "QEA=",
              "excludeFromRebate": true,
              "rebateOverride": 1,
              "costCalcMethod": 1,
              "costCalcMethodChanged": true,
              "costEffectiveDate": "2025-06-14T07:30:46.676063",
              "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:30:46.676063",
              "posTare": 1,
              "altPrice": 1.0,
              "altPriceChanged": true,
              "altPriceMode": 52,
              "altPriceModeChanged": true,
              "altPLUG_UID": "1VDAUvJudEWMloTyOR3bmQ==",
              "altPLUGuid": "52c050d5-6ef2-4574-8c96-84f2391ddb99",
              "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:30:46.676063",
              "labelLastPrice": 1,
              "shelfPageLayoutG_UID": "ZtPpzu9bM0i1lhWLC5GPyA==",
              "shelfPageLayoutGuid": "cee9d366-5bef-4833-b596-158b0b918fc8",
              "talkerPageLayoutG_UID": "NfhbREmRPkStgQNsPXJU2Q==",
              "talkerPageLayoutGuid": "445bf835-9149-443e-ad81-036c3d7254d9",
              "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": "4Rg1nIANeEKSPcW8T7/I0w==",
              "inventoryIdentifier": "9c3518e1-0d80-4278-923d-c5bc4fbfc8d3",
              "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": "jIVz1YbybEKuBuV7Hv+h/g==",
              "parentPluGuid": "d573858c-f286-426c-ae06-e57b1effa1fe",
              "preferredHostVendor": 103,
              "preferredHostChanged": true,
              "code": "sample string 105",
              "supplierIdentifier": "G4pECfiVnUy0zNH+ycsuhw==",
              "supplierIdentifierGuid": "09448a1b-95f8-4c9d-b4cc-d1fec9cb2e87",
              "supplierChanged": true,
              "rebateSupplierIdentifier": "DMOoYXDUvEONLbOuoMoKRg==",
              "rebateSupplierIdentifierGuid": "61a8c30c-d470-43bc-8d2d-b3aea0ca0a46",
              "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:30:46.676063",
              "commodity": "sample string 120",
              "businessPillar": "sample string 121",
              "mscCommodity": "sample string 122",
              "hostIdentifier": "AMI2Rc9gB02X3Frzk/OdxA==",
              "hostIdentifierGuid": "4536c200-60cf-4d07-97dc-5af393f39dc4",
              "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": "7"
                },
                {
                  "$ref": "7"
                }
              ],
              "store": {
                "$id": "8",
                "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:30:46.676063",
                "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": "6hweELcstE6PAbzTpWFufA==",
                "hostIdentifierGuid": "101e1cea-2cb7-4eb4-8f01-bcd3a5616e7c",
                "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:30:46.676063",
                "priceZoneName": "sample string 51",
                "storeFuelConfigured": true,
                "shippingAddressCopied": true,
                "shippingAddress": {
                  "$id": "9",
                  "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": "9"
                },
                "hostStoreSettings": [
                  {
                    "$id": "10",
                    "id": 1,
                    "hostIdentifier": "MMYWIu5grkykfOtj6BK/1A==",
                    "hostIdentifierGuid": "2216c630-60ee-4cae-a47c-eb63e812bfd4",
                    "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": "11",
                      "identifier": "9T7PM+hQ5k64mjj9tCwEcQ==",
                      "identifierGuid": "33cf3ef5-50e8-4ee6-b89a-38fdb42c0471",
                      "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": "P1liz7SFIkOLPBllZAH7Gg==",
                      "hostSupplierIdentifierGuid": "cf62593f-85b4-4322-8b3c-19656401fb1a",
                      "loyaltyPriceLevelIdentifier": "1aK8uDevNU+wDn3pMHITPw==",
                      "loyaltyPriceLevelIdentifierGuid": "b8bca2d5-af37-4f35-b00e-7de93072133f",
                      "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:30:46.676063",
                      "lastProcessed": "2025-06-14T07:30:46.676063",
                      "hold": true,
                      "supplierName": "sample string 35",
                      "supplier": {
                        "$ref": "4"
                      },
                      "files": [
                        {
                          "$id": "12",
                          "id": "sample string 1",
                          "fileName": "sample string 2",
                          "extension": "sample string 3",
                          "provider": 0,
                          "type": 0,
                          "hostType": "sample string 4",
                          "createdUtc": "2025-06-14T07:30:46.676063",
                          "processed": "2025-06-14T07:30:46.676063",
                          "isProcessing": true,
                          "processedCount": 6,
                          "processingTime": 1,
                          "collectedUtc": "2025-06-14T07:30:46.676063",
                          "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": "11"
                          },
                          "metcashHeader": {
                            "$id": "13",
                            "customerNumber": "sample string 1",
                            "creationDate": "2025-06-14T07:30:46.676063",
                            "businessPillar": "sample string 3",
                            "fileType": "sample string 4"
                          }
                        },
                        {
                          "$ref": "12"
                        }
                      ],
                      "zoneMatrix": [
                        {
                          "$id": "14",
                          "id": 1,
                          "hostIdentifier": "5M0kLkNskEiB4I3r+H5BIA==",
                          "hostIdentifierGuid": "2e24cde4-6c43-4890-81e0-8debf87e4120",
                          "storeID": 1,
                          "departmentCode": "sample string 2",
                          "hostGuids": [
                            "e9013040-d76f-4fd4-a712-1288e39b2595",
                            "6b0d272f-b565-40c2-8617-95d96349fd8b"
                          ]
                        },
                        {
                          "$ref": "14"
                        }
                      ],
                      "hostFileStoreSetting": {
                        "$ref": "10"
                      },
                      "hostStoreSettings": [
                        {
                          "$ref": "10"
                        },
                        {
                          "$ref": "10"
                        }
                      ],
                      "promotionPlacements": [
                        {
                          "$id": "15",
                          "identifier": "WUOTrg3zp0663oOWLQ8f9w==",
                          "identifierGuid": "ae934359-f30d-4ea7-bade-83962d0f1ff7",
                          "code": "sample string 2",
                          "description": "sample string 3",
                          "isAdvertised": true
                        },
                        {
                          "$ref": "15"
                        }
                      ],
                      "promoTypeGuids": [
                        "e1162c47-b53c-4bf4-a015-da2739ac5130",
                        "43256da5-ef45-4933-8703-96dda2c06f24"
                      ],
                      "isPromotionOnly": false,
                      "isOrderable": false,
                      "vendor": 0
                    },
                    "groupIDs": [
                      1,
                      2
                    ],
                    "hostDescription": "sample string 24"
                  },
                  {
                    "$ref": "10"
                  }
                ],
                "accounts": [
                  {
                    "$id": "16",
                    "id": 1,
                    "storeID": 1,
                    "accountName": "sample string 2",
                    "bsb": "sample string 3",
                    "accountNumber": "sample string 4",
                    "accountDesignated": true
                  },
                  {
                    "$ref": "16"
                  }
                ],
                "sales": [
                  {
                    "$id": "17",
                    "id": 1,
                    "storeID": 1,
                    "externalSalesType": 2,
                    "ftpSiteID": 1,
                    "lastSaleProcessed": "2025-06-14T07:30:46.676063",
                    "ftpSite": {
                      "$id": "18",
                      "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": "17"
                  }
                ],
                "zoneMatrix": [
                  {
                    "$ref": "14"
                  },
                  {
                    "$ref": "14"
                  }
                ],
                "cashManagements": [
                  {
                    "$id": "19",
                    "id": 1,
                    "storeID": 1,
                    "cashManagementType": 2,
                    "apiID": 1,
                    "organisationID": "sample string 3",
                    "siteName": "sample string 4",
                    "thirdPartyAPI": {
                      "$id": "20",
                      "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": "19"
                  }
                ],
                "updateStoreID": "56f9a8e6-d498-4537-839a-b0a93f95f8a0",
                "updateStore": {
                  "$id": "21",
                  "id": "dabdf29f-6276-4e92-b160-127622afbe65",
                  "name": "sample string 1",
                  "lastActivity": "2025-06-14T07:30:46.676063",
                  "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:30:46.676063"
                },
                "timeZoneId": "sample string 53",
                "securityOptions": {
                  "$id": "22",
                  "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": "23",
                  "pluG_UID": "T4IhaqEIY0SzqxCHvkxZkQ==",
                  "pluGuid": "6a21824f-08a1-4463-b3ab-1087be4c5991",
                  "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:30:46.676063"
                },
                {
                  "$ref": "23"
                }
              ],
              "currentPrices": {
                "$id": "24",
                "pluPrices": {
                  "$id": "25",
                  "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:30:46.676063",
                  "priceChangeType": 0,
                  "costDecimals": 10
                },
                "normalPluPrices": {
                  "$ref": "25"
                },
                "winningCampaign": 1,
                "winner": {
                  "$id": "26",
                  "campaignName": "sample string 1",
                  "campaignDescription": "sample string 2",
                  "startDate": "2025-06-14T07:30:46.676063",
                  "startTime": 3,
                  "endDate": "2025-06-14T07:30:46.676063",
                  "endTime": 4,
                  "newPrice": 5,
                  "newCost": 6,
                  "newCostDecimals": 7,
                  "pctDiscount": 8,
                  "promoType": 1,
                  "promotionTypeCode": "sample string 9",
                  "hostType": 10,
                  "hostIdentifier": "ovRCA4OdUE2sxFOjqnSB2A==",
                  "hostIdentifierGuid": "0342f4a2-9d83-4d50-acc4-53a3aa7481d8",
                  "storeNames": [
                    "sample string 1",
                    "sample string 2"
                  ]
                },
                "details": [
                  {
                    "$ref": "26"
                  },
                  {
                    "$ref": "26"
                  }
                ]
              },
              "tray": {
                "$id": "27",
                "g_UId": "/FpaAvvf8E6KP92TOuLE+g==",
                "guid": "025a5afc-dffb-4ef0-8a3f-dd933ae2c4fa",
                "name": "sample string 1",
                "number": 1,
                "tare": 1
              },
              "priceGroup": {
                "$id": "28",
                "priceGroupG_UID": "fZuBPwwlWEa+Q6oq0+KP6g==",
                "priceGroupGuid": "3f819b7d-250c-4658-be43-aa2ad3e28fea",
                "name": "sample string 2",
                "code": 1,
                "modified": true,
                "updated": "2025-06-14T07:30:46.676063",
                "buyingLimit": 1,
                "buyingLimitIndependent": true,
                "buyingLimitType": 0,
                "number": 1,
                "products": [
                  {
                    "$ref": "7"
                  },
                  {
                    "$ref": "7"
                  }
                ],
                "productCount": 1
              },
              "priceGroupName": "sample string 145",
              "nutrifacts": {
                "$id": "29",
                "pluG_UID": "yCieBXR2IESuX3HSKsx8wQ==",
                "pluGuid": "059e28c8-7674-4420-ae5f-71d22acc7cc1",
                "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": "30",
                "pluGuid": "d6721dbd-700e-460a-aeb1-d17c97c933a1",
                "created": "2025-06-14T07:30:46.676063",
                "createdByUser": "sample string 1",
                "activated": "2025-06-14T07:30:46.676063",
                "deactivated": "2025-06-14T07:30:46.676063",
                "lastOrdered": "2025-06-14T07:30:46.676063",
                "lastOrderedQty": 2.0,
                "lastReceived": "2025-06-14T07:30:46.676063",
                "lastReceivedQty": 3.0,
                "lastInvoiceStatus": 1,
                "lastCounted": "2025-06-14T07:30:46.676063",
                "lastSold": "2025-06-14T07:30:46.676063",
                "firstSold": "2025-06-14T07:30:46.676063",
                "awsUpdated": "2025-06-14T07:30:46.676063",
                "lastManualUpdate": "2025-06-14T07:30:46.676063",
                "lastManualUpdatedByUser": "sample string 5",
                "lastUpdated": "2025-06-14T07:30:46.676063",
                "lastUpdatedByUser": "sample string 7",
                "lastUpdatedByHost": "2025-06-14T07:30:46.676063",
                "doNotRangeUpdated": "2025-06-14T07:30:46.676063",
                "doNotOrderUpdated": "2025-06-14T07:30:46.676063",
                "tracked": "2025-06-14T07:30:46.676063"
              },
              "allergens": [
                {
                  "$id": "31",
                  "allergenID": 1,
                  "pluG_UID": "mzpOlY4sckWsVcEVPglYMw==",
                  "pluGuid": "954e3a9b-2c8e-4572-ac55-c1153e095833",
                  "contains": 2,
                  "allergenName": "sample string 3",
                  "storeIDs": [
                    1,
                    2
                  ]
                },
                {
                  "$ref": "31"
                }
              ],
              "costs": {
                "$id": "32",
                "pluG_UID": "oCrgCHCYp0a17u3ql7wMbg==",
                "pluGuid": "08e02aa0-9870-46a7-b5ee-edea97bc0c6e",
                "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:30:46.676063",
                "normalCost": 1,
                "currentCost": 1
              },
              "sales": [
                {
                  "$id": "33",
                  "saleHeaderID": 1,
                  "created": "2025-06-14T07:30:46.676063",
                  "createdLocal": "2025-06-14T07:30:46.676063",
                  "storeID": 3,
                  "storeName": "sample string 4",
                  "operatorG_Uid": "JFPaVHato0CLAhTdarXgRQ==",
                  "operatorGuid": "54da5324-ad76-40a3-8b02-14dd6ab5e045",
                  "operatorName": "sample string 5",
                  "tranType": 1,
                  "plu": 1,
                  "pluG_UId": "jed0anEzLkeQ2OnRmm9G+w==",
                  "pluGuid": "6a74e78d-3371-472e-90d8-e9d19a6f46fb",
                  "normalPrice": 1,
                  "totalCents": 1,
                  "cost": 1,
                  "grossProfit": 1,
                  "quantity": 1,
                  "operator": {
                    "$id": "34",
                    "id": 1,
                    "g_Uid": "yR45iu8800Gkbw70Mrwgrg==",
                    "guid": "8a391ec9-3cef-41d3-a46f-0ef432bc20ae",
                    "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:30:46.676063",
                    "passwordResetRequired": true,
                    "alteredInStore": true,
                    "startShift": "2025-06-14T07:30:46.676063",
                    "endShift": "2025-06-14T07:30:46.676063",
                    "machineName": "sample string 20",
                    "drawerID": 1,
                    "stores": [
                      {
                        "$id": "35",
                        "operatorG_UID": "Ib6p/3PXJE6yvspeMKK33A==",
                        "operatorGuid": "ffa9be21-d773-4e24-b2be-ca5e30a2b7dc",
                        "storeID": 2,
                        "operator": {
                          "$ref": "34"
                        },
                        "store": {
                          "$ref": "8"
                        }
                      },
                      {
                        "$ref": "35"
                      }
                    ]
                  }
                },
                {
                  "$ref": "33"
                }
              ],
              "apns": [
                {
                  "$id": "36",
                  "pluID": 1,
                  "pluG_UID": "1Ax0ld8AVEy04dZO3rLOUQ==",
                  "pluGuid": "95740cd4-00df-4c54-b4e1-d64edeb2ce51",
                  "apn": "sample string 1",
                  "deleted": true,
                  "storeID": 1,
                  "storeIDs": [
                    1,
                    2
                  ]
                },
                {
                  "$ref": "36"
                }
              ],
              "tuns": [
                {
                  "$id": "37",
                  "pluG_UId": "2fgvveTwW02hJ5swIc40CA==",
                  "pluGuid": "bd2ff8d9-f0e4-4d5b-a127-9b3021ce3408",
                  "apn": "sample string 1",
                  "tun": "sample string 2",
                  "cartonQuantity": 3,
                  "product": {
                    "$ref": "7"
                  },
                  "storeIDs": [
                    1,
                    2
                  ]
                },
                {
                  "$ref": "37"
                }
              ],
              "competitionPricing": [
                {
                  "$id": "38",
                  "identifier": "e5mVI4k46EqfmbB1+EeQcA==",
                  "identifierGuid": "2395997b-3889-4ae8-9f99-b075f8479070",
                  "pluG_UID": "YROZ/1astEa0XZGfx2sKBg==",
                  "pluGuid": "ff991361-ac56-46b4-b45d-919fc76b0a06",
                  "competitionID": 1,
                  "name": "sample string 2",
                  "sellMultiple": 3,
                  "retailPrice": 4,
                  "storeName": "sample string 5"
                },
                {
                  "$ref": "38"
                }
              ],
              "supplier": {
                "$ref": "4"
              },
              "supplierName": "sample string 146",
              "children": [
                {
                  "$ref": "7"
                },
                {
                  "$ref": "7"
                }
              ],
              "ordering": {
                "$ref": "5"
              },
              "flipChartPages": [
                {
                  "$id": "39",
                  "identifier": "WtZRb7cF80ethJ53G3086A==",
                  "groupName": "sample string 1",
                  "identifierGuid": "6f51d65a-05b7-47f3-ad84-9e771b7d3ce8",
                  "exists": true,
                  "flipChartIdentifier": "WVpSQmDuZUeaKWLgK1FkLg==",
                  "flipChartIdentifierGuid": "42525a59-ee60-4765-9a29-62e02b51642e",
                  "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": "Cy1C6N9jDE+DPwVOXdnQ9w==",
                  "groupIdentifierGuid": "e8422d0b-63df-4f0c-833f-054e5dd9d0f7",
                  "flipChart": {
                    "$id": "40",
                    "identifier": "bG86OdljpUilazWvadwW6g==",
                    "identifierGuid": "393a6f6c-63d9-48a5-a56b-35af69dc16ea",
                    "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": "41",
                      "identifier": "1KSIAzu/Ik+sOmLdahMRWw==",
                      "identifierGuid": "0388a4d4-bf3b-4f22-ac3a-62dd6a13115b",
                      "name": "sample string 2",
                      "formType": "sample string 3",
                      "forms": [
                        {
                          "$id": "42",
                          "id": 1,
                          "g_UID": "k6rd3OEEDE2Ui0axueL3oQ==",
                          "guid": "dcddaa93-04e1-4d0c-948b-46b1b9e2f7a1",
                          "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": "VX3jBwafDkidPuTSm/LeTA==",
                          "previousFormGuid": "07e37d55-9f06-480e-9d3e-e4d29bf2de4c",
                          "nextForm": 1,
                          "nextFormG_UID": "NVQrDnH3CkCJNR/aDxasXQ==",
                          "nextFormGuid": "0e2b5435-f771-400a-8935-1fda0f16ac5d",
                          "attributes": "sample string 10",
                          "updated": "2025-06-14T07:30:46.6916914",
                          "positioning": 1,
                          "contentPanel": "sample string 11",
                          "selectionMode": 1,
                          "maximumSelections": 1,
                          "alteredInStore": true,
                          "deleted": true,
                          "blueprintID": 1,
                          "preserveLayout": true,
                          "mainCheckoutFormName": "sample string 13",
                          "nextCheckoutForm": {
                            "$ref": "42"
                          },
                          "previousCheckoutForm": {
                            "$ref": "42"
                          },
                          "buttons": [
                            {
                              "$id": "43",
                              "id": 1,
                              "checkoutFormID": 2,
                              "checkoutFormG_UID": "L4xb0ExJ40Oq4zeXxPTQlQ==",
                              "checkoutFormGuid": "d05b8c2f-494c-43e3-aae3-3797c4f4d095",
                              "identifier": "l2OmWEE+e0uw4RL5Z2Bp9A==",
                              "identifierGuid": "58a66397-3e41-4b7b-b0e1-12f9676069f4",
                              "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": "6sbIB1ygDEmLSyoczcRX1Q==",
                              "valueGuid": "07c8c6ea-a05c-490c-8b4b-2a1ccdc457d5",
                              "buttonText": "sample string 10",
                              "valueText": "sample string 11",
                              "drawImageAndButton": true,
                              "updated": "2025-06-14T07:30:46.6916914",
                              "action": "sample string 12",
                              "valueForm": {
                                "$ref": "42"
                              },
                              "image": {
                                "$id": "44",
                                "name": "sample string 3.sample string 4",
                                "imageID": 2,
                                "imageName": "sample string 3",
                                "imageExtension": "sample string 4",
                                "lastUpdate": "2025-06-14T07:30:46.6916914",
                                "imageData": "QEA=",
                                "readOnly": true
                              }
                            },
                            {
                              "$ref": "43"
                            }
                          ],
                          "panels": [
                            {
                              "$id": "45",
                              "id": 1,
                              "checkoutFormID": 2,
                              "checkoutFormG_UID": "vM//9fua3kWdM3aumN2CEg==",
                              "checkoutFormGuid": "f5ffcfbc-9afb-45de-9d33-76ae98dd8212",
                              "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": "45"
                            }
                          ]
                        },
                        {
                          "$ref": "42"
                        }
                      ],
                      "panels": [
                        {
                          "$ref": "45"
                        },
                        {
                          "$ref": "45"
                        }
                      ]
                    },
                    "pages": [
                      {
                        "$ref": "39"
                      },
                      {
                        "$ref": "39"
                      }
                    ]
                  },
                  "contentPanel": {
                    "$ref": "45"
                  },
                  "products": [
                    {
                      "$id": "46",
                      "flipChartPageIdentifier": "8mivUbvWF0yb/xka9WkkcQ==",
                      "flipChartPageIdentifierGuid": "51af68f2-d6bb-4c17-9bff-191af5692471",
                      "pluG_UID": "sJe0oXsYJEqGUaLaC+Di3A==",
                      "pluGuid": "a1b497b0-187b-4a24-8651-a2da0be0e2dc",
                      "sortOrder": 3,
                      "sent": true,
                      "productChanged": true,
                      "productImageName": "sample string 6",
                      "productShowImageOnFlipCharts": true,
                      "productShowTextOnFlipCharts": true,
                      "productOverrideFlipChartText": true,
                      "productFlipChartText": "sample string 10",
                      "product": {
                        "$ref": "7"
                      },
                      "departmentSortOrder": 11,
                      "subDepartmentName": "sample string 12"
                    },
                    {
                      "$ref": "46"
                    }
                  ],
                  "productCount": 27,
                  "pages": [
                    {
                      "$ref": "39"
                    },
                    {
                      "$ref": "39"
                    }
                  ]
                },
                {
                  "$ref": "39"
                }
              ],
              "priceHistory": [
                {
                  "$id": "47",
                  "pluG_UID": "Z984SmX/u0CkVqDdqmhovg==",
                  "pluGuid": "4a38df67-ff65-40bb-a456-a0ddaa6868be",
                  "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:30:46.6916914",
                  "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": "47"
                }
              ],
              "ingredients": [
                {
                  "$id": "48",
                  "pluG_UID": "qROQ8oevIk6tO3RYar2rGg==",
                  "ingredientGuid": "TmvVEq6p8kCOcXniVY2NRA==",
                  "ingredientIdentifier": "12d56b4e-a9ae-40f2-8e71-79e2558d8d44",
                  "quantity": 1.0,
                  "storeIDs": [
                    1,
                    2
                  ],
                  "ingredientText": "sample string 1",
                  "ingredient": {
                    "$ref": "7"
                  }
                },
                {
                  "$ref": "48"
                }
              ],
              "bins": [
                {
                  "$id": "49",
                  "pluG_UID": "yjv0bH+S1U2036PqXY/y4w==",
                  "pluGuid": "6cf43bca-927f-4dd5-b4df-a3ea5d8ff2e3",
                  "shelfLocationIdentifier": "axugjzyjI0OfHCrODKsXEw==",
                  "shelfLocationGuid": "8fa01b6b-a33c-4323-9f1c-2ace0cab1713",
                  "labelShelfDefault": 1,
                  "labelTalkerDefault": 1,
                  "labelSmall": true,
                  "labelPageLayoutG_UID": "bozpAYKgXkyRHKKsMhitrg==",
                  "labelPageLayoutGuid": "01e98c6e-a082-4c5e-911c-a2ac3218adae",
                  "updated": "2025-06-14T07:30:46.6916914",
                  "electronicShelfLabelIdentifier": "sample string 5",
                  "electronicshelfLabelsConfigurationID": 6,
                  "labelShelfChanged": true,
                  "productName": "sample string 8",
                  "locationText": "sample string 9",
                  "product": {
                    "$ref": "7"
                  },
                  "location": {
                    "$id": "50",
                    "identifier": "jwEF9Tv7z0K9/AM7kR3rmg==",
                    "storeID": 1,
                    "identifierGuid": "f505018f-fb3b-42cf-bdfc-033b911deb9a",
                    "name": "sample string 2",
                    "haccp": true,
                    "blueprintID": 1,
                    "updated": "2025-06-14T07:30:46.6916914",
                    "minTemp": 1,
                    "maxTemp": 1,
                    "checkFrequency": 1,
                    "storeCaseConfiguration": 5,
                    "storeName": "sample string 6",
                    "bins": [
                      {
                        "$ref": "49"
                      },
                      {
                        "$ref": "49"
                      }
                    ]
                  }
                },
                {
                  "$ref": "49"
                }
              ],
              "bin": {
                "$ref": "49"
              },
              "scaleLocations": [
                {
                  "$id": "51",
                  "plu": 1,
                  "pluG_UID": "iPSMg82KzUGp+jndBizViw==",
                  "pluGuid": "838cf488-8acd-41cd-a9fa-39dd062cd58b",
                  "deptNo": 1,
                  "product": {
                    "$ref": "7"
                  },
                  "scaleLocation": {
                    "$id": "52",
                    "id": 1,
                    "deptNo": 1,
                    "deptCode": "sample string 2",
                    "name": "sample string 3",
                    "enabled": true,
                    "updated": "2025-06-14T07:30:46.6916914",
                    "department": {
                      "$id": "53",
                      "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": "52"
                      },
                      "subDepartments": [
                        {
                          "$id": "54",
                          "id": 1,
                          "departmentID": 2,
                          "name": "sample string 3",
                          "code": "sample string 4",
                          "departmentCode": "sample string 5",
                          "externalSales": true,
                          "minorDepartments": [
                            {
                              "$id": "55",
                              "id": 1,
                              "subDepartmentID": 2,
                              "departmentID": 3,
                              "name": "sample string 4",
                              "subDepartmentCode": "sample string 5",
                              "departmentCode": "sample string 6",
                              "code": "sample string 7",
                              "lesserDepartments": [
                                {
                                  "$id": "56",
                                  "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:30:46.6916914",
                                  "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": "Q5SIaEBdg0WSPOVQhsAKYw==",
                                  "labelPageLayoutGuid": "68889443-5d40-4583-923c-e55086c00a63",
                                  "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": "57",
                                    "dept": 1,
                                    "category": 2,
                                    "name": "sample string 3",
                                    "active": true,
                                    "mscCommodities": [
                                      {
                                        "$id": "58",
                                        "dept": 1,
                                        "category": 2,
                                        "commodity": 3,
                                        "name": "sample string 4",
                                        "active": true,
                                        "mscSubCommodities": [
                                          {
                                            "$id": "59",
                                            "dept": 1,
                                            "category": 2,
                                            "commodity": 3,
                                            "subCommodity": 4,
                                            "name": "sample string 5",
                                            "active": true,
                                            "subCommodityCode": "sample string 7"
                                          },
                                          {
                                            "$ref": "59"
                                          }
                                        ],
                                        "commodityCode": "sample string 6"
                                      },
                                      {
                                        "$ref": "58"
                                      }
                                    ],
                                    "categoryCode": "sample string 5"
                                  },
                                  "mscCom": {
                                    "$ref": "58"
                                  },
                                  "mscDep": {
                                    "$id": "60",
                                    "dept": 1,
                                    "name": "sample string 2",
                                    "active": true,
                                    "mscCategories": [
                                      {
                                        "$ref": "57"
                                      },
                                      {
                                        "$ref": "57"
                                      }
                                    ],
                                    "deptCode": "sample string 4"
                                  },
                                  "mscSubCom": {
                                    "$ref": "59"
                                  }
                                },
                                {
                                  "$ref": "56"
                                }
                              ],
                              "updated": "2025-06-14T07:30:46.6916914",
                              "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": "bvyQSjsra0Ko6tZgSmaT/A==",
                              "labelPageLayoutGuid": "4a90fc6e-2b3b-426b-a8ea-d6604a6693fc",
                              "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": "57"
                              },
                              "mscCom": {
                                "$ref": "58"
                              },
                              "mscDep": {
                                "$ref": "60"
                              },
                              "mscSubCom": {
                                "$ref": "59"
                              }
                            },
                            {
                              "$ref": "55"
                            }
                          ],
                          "investmentBuyOverride": true,
                          "updated": "2025-06-14T07:30:46.6916914",
                          "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": "/HEJQTOwJEqKeMa7Kvg8JQ==",
                          "labelPageLayoutGuid": "410971fc-b033-4a24-8a78-c6bb2af83c25",
                          "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": "57"
                          },
                          "mscCom": {
                            "$ref": "58"
                          },
                          "mscDep": {
                            "$ref": "60"
                          },
                          "mscSubCom": {
                            "$ref": "59"
                          }
                        },
                        {
                          "$ref": "54"
                        }
                      ],
                      "stores": [
                        1,
                        2
                      ],
                      "investmentBuyOverride": true,
                      "updated": "2025-06-14T07:30:46.6916914",
                      "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": "WX4NA0l8VEK+1Q/ffUOi3A==",
                      "labelPageLayoutGuid": "030d7e59-7c49-4254-bed5-0fdf7d43a2dc",
                      "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": "57"
                      },
                      "mscCom": {
                        "$ref": "58"
                      },
                      "mscDep": {
                        "$ref": "60"
                      },
                      "mscSubCom": {
                        "$ref": "59"
                      }
                    }
                  }
                },
                {
                  "$ref": "51"
                }
              ],
              "nextPrice": {
                "$id": "61",
                "id": 1,
                "campaignID": 2,
                "campaignName": "sample string 3",
                "plu": 1,
                "hostOfferID": 1,
                "metcashPromotionID": "sample string 4",
                "metcashPromotionPlacement": "sample string 5",
                "pluG_UID": "E/guSb3BrkSnL5tU/ALd1w==",
                "pluGuid": "492ef813-c1bd-44ae-a72f-9b54fc02ddd7",
                "newPrice": 1,
                "pctDiscount": 1,
                "newCost": 1,
                "newCostDecimals": 6,
                "dealCostIdentifier": "Sc/lJ3EqM06YqFU4gp/JcQ==",
                "dealCostGuid": "27e5cf49-2a71-4e33-98a8-5538829fc971",
                "pluName": "sample string 7",
                "apn": "sample string 8",
                "fuelItem": true,
                "priceGroupG_UID": "ogcNqXWC1kKHRRE1g3JKxg==",
                "priceGroupGuid": "a90d07a2-8275-42d6-8745-113583724ac6",
                "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:30:46.6916914",
                "rrp": 26,
                "campaignDescription": "sample string 27",
                "campaignComboPriceGroupG_UID": "YAq+w5pm2EaCAPcEIE5Rmw==",
                "campaignComboPriceGroupIdentifier": "c3be0a60-669a-46d8-8200-f704204e519b",
                "promotionPlacementDescription": "sample string 28",
                "storeAcceptances": [
                  {
                    "$id": "62",
                    "plu": 1,
                    "pluG_UId": "QEA=",
                    "campaignID": 1,
                    "campaignName": "sample string 2",
                    "storeID": 3,
                    "acceptedUtc": "2025-06-14T07:30:46.6916914",
                    "operatorG_UID": "rhFp0M2Q80+Z0epYCJLIlA==",
                    "operatorGuid": "d06911ae-90cd-4ff3-99d1-ea580892c894",
                    "machineID": 1,
                    "processed": true,
                    "appliedUtc": "2025-06-14T07:30:46.6916914",
                    "signIqTicketFileMovedUtc": "2025-06-14T07:30:46.6916914",
                    "user": "sample string 6",
                    "campaignDescription": "sample string 7",
                    "productDesc": "sample string 8",
                    "storeName": "sample string 9",
                    "effectiveUtc": "2025-06-14T07:30:46.6916914",
                    "priceChangeType": 0,
                    "operatorName": "sample string 10",
                    "hostCampaign": true,
                    "product": {
                      "$ref": "7"
                    },
                    "campaignPlu": {
                      "$ref": "61"
                    }
                  },
                  {
                    "$ref": "62"
                  }
                ],
                "campaign": {
                  "$id": "63",
                  "id": 1,
                  "storeID": 2,
                  "name": "fb20adf4-af14-4cf0-ae8e-8557079dac7d",
                  "nameGuid": "fb20adf4-af14-4cf0-ae8e-8557079dac7d",
                  "description": "sample string 4",
                  "showDiscounts": true,
                  "showTotals": true,
                  "onlyEvaluateOnSubtotal": true,
                  "useDescription": true,
                  "campaignType": 1,
                  "startDate": "2025-06-14T07:30:46.6916914",
                  "startTime": 1,
                  "endDate": "2025-06-14T07:30:46.6916914",
                  "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:30:46.6916914",
                  "system": true,
                  "created": "2025-06-14T07:30:46.6916914",
                  "updated": "2025-06-14T07:30:46.6916914",
                  "priceChangeNotifiedUtc": "2025-06-14T07:30:46.6916914",
                  "promoType": 1,
                  "promotionTypeCode": "sample string 13",
                  "hostIdentifier": "6q+zSAmyQUmzBFQBjkbXhQ==",
                  "hostIdentifierGuid": "48b3afea-b209-4941-b304-54018e46d785",
                  "hostType": 14,
                  "createdByUser": "sample string 15",
                  "fromHost": true,
                  "deleted": true,
                  "campaignDeleted": "2025-06-14T07:30:46.6916914",
                  "updatedByUser": "sample string 18",
                  "offerID": 1,
                  "isPriceChangeCampaign": true,
                  "stores": [
                    1,
                    2
                  ],
                  "storeNames": [
                    "sample string 1",
                    "sample string 2"
                  ],
                  "campaignPlus": [
                    {
                      "$ref": "61"
                    },
                    {
                      "$ref": "61"
                    }
                  ],
                  "campaignPools": [
                    {
                      "$id": "64",
                      "id": 1,
                      "campaignID": 2,
                      "campaignName": "sample string 3",
                      "plu": 4,
                      "pluG_UID": "p9LeJiebukO+4jOCwnesYQ==",
                      "pluGuid": "26ded2a7-9b27-43ba-bee2-3382c277ac61",
                      "hostOfferID": 1,
                      "priceGroupG_UID": "/+u5x5X1FUaFi+H+Ddpm7g==",
                      "priceGroupGuid": "c7b9ebff-f595-4615-858b-e1fe0dda66ee",
                      "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:30:46.6916914",
                      "rrp": 17,
                      "campaignDescription": "sample string 18",
                      "product": {
                        "$ref": "7"
                      },
                      "campaign": {
                        "$ref": "63"
                      }
                    },
                    {
                      "$ref": "64"
                    }
                  ],
                  "sellingRules": [
                    {
                      "$id": "65",
                      "id": 1,
                      "identifier": "+zyF1hVSyEOoF9yIqcXd/Q==",
                      "identifierStr": "+zyF1hVSyEOoF9yIqcXd/Q==",
                      "identifierGuid": "d6853cfb-5215-43c8-a817-dc88a9c5ddfd",
                      "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": "63"
                      }
                    },
                    {
                      "$ref": "65"
                    }
                  ],
                  "customers": [
                    {
                      "$id": "66",
                      "id": 1,
                      "campaignID": 2,
                      "campaignName": "sample string 3",
                      "customerID": "z+xoh4VmN0SBfBTpEoFEjw==",
                      "customerIDGuid": "8768eccf-6685-4437-817c-14e91281448f",
                      "campaign": {
                        "$ref": "63"
                      },
                      "customer": {
                        "$id": "67",
                        "identifier": "IoYrA8OzQU+1Eb4e0cbxXQ==",
                        "identifierGuid": "032b8622-b3c3-4f41-b511-be1ed1c6f15d",
                        "code": "sample string 2",
                        "familyName": "sample string 3",
                        "givenName": "sample string 4",
                        "otherName": "sample string 5",
                        "title": "sample string 6",
                        "dateOfBirth": "2025-06-14T07:30:46.6916914",
                        "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": "QYpay6dCB0q9i2Dv1KFznQ==",
                        "communityIdentifierGuid": "cb5a8a41-42a7-4a07-bd8b-60efd4a1739d",
                        "joined": "2025-06-14T07:30:46.6916914",
                        "updated": "2025-06-14T07:30:46.6916914",
                        "active": true,
                        "reasonInactive": 1,
                        "groupCustomer": true,
                        "loyaltyPoints": 1,
                        "homeStoreID": 1,
                        "availableSpend": 1,
                        "priceLevelIdentifier": "hvywaYJXj0CG3aW9AFgvGg==",
                        "priceLevelIdentifierGuid": "69b0fc86-5782-408f-86dd-a5bd00582f1a",
                        "marketingID": "sample string 18",
                        "hidden": true,
                        "registered": true,
                        "registeredOn": "2025-06-14T07:30:46.6916914",
                        "emailMarketing": true,
                        "smsMarketing": true,
                        "deleted": true,
                        "deletedUser": "sample string 24",
                        "homeStoreName": "sample string 25",
                        "customerCards": [
                          {
                            "$id": "68",
                            "cardType": 2,
                            "issueDate": "2025-06-14T07:30:46.6916914",
                            "expiry": "2025-06-14T07:30:46.6916914",
                            "customerID": "Z1FyFJOi9Eiw0rJlpUtT6w==",
                            "customerIDGuid": "14725167-a293-48f4-b0d2-b265a54b53eb",
                            "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:30:46.6916914",
                            "linkedAccount": "RsoTL0I5VEeb+fXJ6KbyZg==",
                            "linkedAccountGuid": "2f13ca46-3942-4754-9bf9-f5c9e8a6f266",
                            "currentValueChanged": true,
                            "limitsChanged": true,
                            "customer": {
                              "$ref": "67"
                            },
                            "account": {
                              "$id": "69",
                              "id": 1,
                              "identifier": "VWYP5biulEaR1NJl1Wvdcg==",
                              "identifierGuid": "e50f6655-aeb8-4694-91d4-d265d56bdd72",
                              "referenceNo": "sample string 3",
                              "name": "sample string 4",
                              "created": "2025-06-14T07:30:46.6916914",
                              "owner": "qx5m4GSQJ0Kb27Bw9h0LAA==",
                              "ownerGuid": "e0661eab-9064-4227-9bdb-b070f61d0b00",
                              "accountStoreGroupIdentifier": "ZlwCUcOwski3DDtIUkkVrA==",
                              "accountStoreGroupGuid": "51025c66-b0c3-48b2-b70c-3b48524915ac",
                              "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:30:46.6916914",
                              "active": true,
                              "updated": "2025-06-14T07:30:46.6916914",
                              "deleted": true,
                              "deletedUser": "sample string 16",
                              "currentBalanceChanged": true,
                              "maximumLimitChanged": true,
                              "loyaltyPointsChanged": true,
                              "projectedBalance": 17,
                              "accountStoreGroupStoreIDs": [
                                1,
                                2
                              ],
                              "customerEmail": "sample string 18",
                              "ownerCustomer": {
                                "$ref": "67"
                              },
                              "card": {
                                "$ref": "68"
                              },
                              "members": {
                                "$id": "70",
                                "sample string 1": [
                                  {
                                    "$ref": "67"
                                  },
                                  {
                                    "$ref": "67"
                                  }
                                ],
                                "sample string 2": [
                                  {
                                    "$ref": "67"
                                  },
                                  {
                                    "$ref": "67"
                                  }
                                ]
                              },
                              "customerGroups": [
                                {
                                  "$id": "71",
                                  "identifier": "933Kb6EO/0KI9Vln5U1B4A==",
                                  "identifierGuid": "6fca7df7-0ea1-42ff-88f5-5967e54d41e0",
                                  "name": "sample string 2",
                                  "primaryContact": "enTLbFIZUUmrP3EhsLo5hg==",
                                  "primaryContactGuid": "6ccb747a-1952-4951-ab3f-7121b0ba3986",
                                  "accountID": "0vPhy+e9wUqh7V5J+63ZDw==",
                                  "accountIDGuid": "cbe1f3d2-bde7-4ac1-a1ed-5e49fbadd90f",
                                  "special": true,
                                  "updated": "2025-06-14T07:30:46.6916914",
                                  "active": true,
                                  "reasonInactive": 1,
                                  "priceLevelIdentifier": "eMAE8Nq6Z0eGFMO0QvK6iw==",
                                  "priceLevelIdentifierGuid": "f004c078-bada-4767-8614-c3b442f2ba8b",
                                  "deleted": true,
                                  "account": {
                                    "$ref": "69"
                                  },
                                  "primaryContactCustomer": {
                                    "$ref": "67"
                                  },
                                  "customerGroupMembers": [
                                    {
                                      "$id": "72",
                                      "id": 1,
                                      "groupID": "ME24/D/7dEiynKqJ8TPB6w==",
                                      "groupIDGuid": "fcb84d30-fb3f-4874-b29c-aa89f133c1eb",
                                      "customerID": "vAIJVWvfx0mT2IKs6uyI4g==",
                                      "customerIDGuid": "550902bc-df6b-49c7-93d8-82aceaec88e2",
                                      "card": "sample string 4",
                                      "linkedAccount": "9qkRd0u3d0mtFOtu+pEL/Q==",
                                      "linkedAccountGuid": "7711a9f6-b74b-4977-ad14-eb6efa910bfd",
                                      "customer": {
                                        "$ref": "67"
                                      },
                                      "group": {
                                        "$ref": "71"
                                      },
                                      "customerCard": {
                                        "$ref": "68"
                                      }
                                    },
                                    {
                                      "$ref": "72"
                                    }
                                  ]
                                },
                                {
                                  "$ref": "71"
                                }
                              ]
                            },
                            "payments": [
                              {
                                "$id": "73",
                                "id": 1,
                                "identifier": "7RnUkb4CvkiSeRermItl7A==",
                                "identifierGuid": "91d419ed-02be-48be-9279-17ab988b65ec",
                                "storeID": 2,
                                "operatorName": "sample string 3",
                                "saleHeaderID": 4,
                                "paymentType": 5,
                                "amount": 6,
                                "account": "sample string 7",
                                "accountID": "GDz5qJjHTkqczfT7iLnlMw==",
                                "accountIDGuid": "a8f93c18-c798-4a4e-9ccd-f4fb88b9e533",
                                "customerAccount": {
                                  "$ref": "69"
                                },
                                "customerCard": {
                                  "$ref": "68"
                                },
                                "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:30:46.6916914",
                                "invRocNo": "sample string 14",
                                "responseCode": "sample string 15",
                                "cashout": 1,
                                "tip": 16,
                                "idempotentVoid": "bwmQmDztE06Z/iz3q8EEQw==",
                                "idempotentVoidGuid": "9890096f-ed3c-4e13-99fe-2cf7abc10443",
                                "offline": true,
                                "processed": 1,
                                "storeSaleHeader": {
                                  "$id": "74",
                                  "saleHeaderID": 1,
                                  "saleHeaderGuid": "eWCkZ+mbPUyHOssnKE1yNA==",
                                  "saleHeaderIdentifierGuid": "67a46079-9be9-4c3d-873a-cb27284d7234",
                                  "created": "2025-06-14T07:30:46.6916914",
                                  "createdLocal": "2025-06-14T07:30:46.6916914",
                                  "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:30:46.6916914",
                                  "storeID": 1,
                                  "operatorG_Uid": "jpggDQGNYESbzoY1eoLtIQ==",
                                  "operatorGuid": "0d20988e-8d01-4460-9bce-86357a82ed21",
                                  "customerG_Uid": "gvhT0qLkv06aopyri8ED8Q==",
                                  "customerGuid": "d253f882-e4a2-4ebf-9aa2-9cab8bc103f1",
                                  "communityIdentifier": "kWrME3GzhUe8Ov+k2Imz3g==",
                                  "communityIdentifierGuid": "13cc6a91-b371-4785-bc3a-ffa4d889b3de",
                                  "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": "Ac6aEae0gUa1tiRvkp0u2w==",
                                  "priceLevelIdentifierGuid": "119ace01-b4a7-4681-b5b6-246f929d2edb",
                                  "locked": 36,
                                  "relationChecksum": "sample string 37",
                                  "loyaltyTender": 1,
                                  "giftCardTender": 1,
                                  "operator": {
                                    "$ref": "34"
                                  },
                                  "customer": {
                                    "$ref": "67"
                                  },
                                  "communityOrganisation": {
                                    "$id": "75",
                                    "id": 1,
                                    "identifier": "oQIJKZM8HkaacbJZxUYI/w==",
                                    "identifierGuid": "290902a1-3c93-461e-9a71-b259c54608ff",
                                    "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:30:46.6916914",
                                    "deleted": true
                                  },
                                  "details": [
                                    {
                                      "$id": "76",
                                      "saleItemID": 1,
                                      "identifier": "FhFXG44Dc06aQUxgOHwfLQ==",
                                      "identifierGuid": "1b571116-038e-4e73-9a41-4c60387c1f2d",
                                      "saleHeaderID": 2,
                                      "plu": 1,
                                      "pluG_UId": "BElWTdK8sUOY5npaPQLdzg==",
                                      "pluGuid": "4d564904-bcd2-43b1-98e6-7a5a3d02ddce",
                                      "accountID": "WLtjjbHmkESFwizayIJL8A==",
                                      "accountIDGuid": "8d63bb58-e6b1-4490-85c2-2cdac8824bf0",
                                      "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:30:46.6916914",
                                      "bestOrExpireType": 1,
                                      "providerName": "sample string 11",
                                      "refundG_UID": "AZp2vNISW0uw4a9DhSyw8A==",
                                      "refundGuid": "bc769a01-12d2-4b5b-b0e1-af43852cb0f0",
                                      "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": "pqMxEghWWk+7H/Y7cj8zxg==",
                                      "idempotentVoidGuid": "1231a3a6-5608-4f5a-bb1f-f63b723f33c6",
                                      "priceLevelIdentifier": "gfp16QGEf025upjXo6pbDQ==",
                                      "priceLevelIdentifierGuid": "e975fa81-8401-4d7f-b9ba-98d7a3aa5b0d",
                                      "productName": "sample string 23",
                                      "apn": "sample string 24",
                                      "unknownScans": [
                                        {
                                          "$id": "77",
                                          "id": 1,
                                          "saleDetailID": 2,
                                          "storeID": 1,
                                          "scanned": "2025-06-14T07:30:46.6916914",
                                          "operatorG_UID": "QEA=",
                                          "barcode": "sample string 4",
                                          "processed": 1
                                        },
                                        {
                                          "$ref": "77"
                                        }
                                      ],
                                      "refund": {
                                        "$id": "78",
                                        "id": 1,
                                        "g_UID": "D5DAVIVfqE61R8iRXO1VHA==",
                                        "guid": "54c0900f-5f85-4ea8-b547-c8915ced551c",
                                        "description": "sample string 1",
                                        "dumped": true,
                                        "inventoryReasonID": 1,
                                        "sortOrder": 1,
                                        "updated": "2025-06-14T07:30:46.6916914"
                                      },
                                      "modifier": {
                                        "$id": "79",
                                        "id": 1,
                                        "setG_UID": "aw+/pHpFh0GprsPlzmF0Hg==",
                                        "modifierSetGuid": "a4bf0f6b-457a-4187-a9ae-c3e5ce61741e",
                                        "name": "sample string 2",
                                        "price": 1,
                                        "quantity": 1,
                                        "modifierType": 1,
                                        "groupNumber": 1,
                                        "pageNumber": 1,
                                        "controlOrder": 1,
                                        "printToStation": true,
                                        "pluG_UID": "FnQ7rBAPyU+1bVrb0Se1iw==",
                                        "pluGuid": "ac3b7416-0f10-4fc9-b56d-5adbd127b58b",
                                        "deleted": true,
                                        "g_UID": "+6c4W+EsaUeVgEqXuoS27A==",
                                        "guid": "5b38a7fb-2ce1-4769-9580-4a97ba84b6ec",
                                        "product": {
                                          "$ref": "7"
                                        }
                                      },
                                      "priceLevelName": "sample string 25",
                                      "pumpNumber": 1,
                                      "hoseNumber": 1
                                    },
                                    {
                                      "$ref": "76"
                                    }
                                  ],
                                  "eftReceipts": [
                                    {
                                      "$id": "80",
                                      "id": 1,
                                      "storeID": 1,
                                      "saleHeaderID": 2,
                                      "storeSaleHeader": {
                                        "$ref": "74"
                                      },
                                      "receipt": "sample string 3",
                                      "processed": 1
                                    },
                                    {
                                      "$ref": "80"
                                    }
                                  ],
                                  "payments": [
                                    {
                                      "$ref": "73"
                                    },
                                    {
                                      "$ref": "73"
                                    }
                                  ],
                                  "cards": [
                                    {
                                      "$id": "81",
                                      "id": 1,
                                      "saleHeaderID": 1,
                                      "identifier": "sample string 2",
                                      "cardType": 3,
                                      "providerName": "sample string 4"
                                    },
                                    {
                                      "$ref": "81"
                                    }
                                  ],
                                  "campaignHits": [
                                    {
                                      "$id": "82",
                                      "id": 1,
                                      "saleHeaderID": 2,
                                      "campaign": "sample string 3",
                                      "name": "sample string 4",
                                      "processed": 1,
                                      "campaignDescription": "sample string 5"
                                    },
                                    {
                                      "$ref": "82"
                                    }
                                  ],
                                  "fuel": [
                                    {
                                      "$id": "83",
                                      "id": 1,
                                      "plu": 1,
                                      "pluG_UID": "QQc0P3l9kkSvNhVRYPsXWQ==",
                                      "pluGuid": "3f340741-7d79-4492-af36-155160fb1759",
                                      "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:30:46.6916914",
                                      "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:30:46.6916914",
                                      "tagNumber": "sample string 15",
                                      "trackTwoRem": "sample string 16",
                                      "transCode": 1,
                                      "transType": 1,
                                      "unitPrice": 1.0,
                                      "vehicleReg": "sample string 17",
                                      "offline": true,
                                      "processed": 1
                                    },
                                    {
                                      "$ref": "83"
                                    }
                                  ],
                                  "fuelResells": [
                                    {
                                      "$id": "84",
                                      "saleItemID": 1,
                                      "saleHeaderID": 2,
                                      "plu": 1,
                                      "pluG_UId": "ivYYna5bTkWVReI/bRKVzw==",
                                      "pluGuid": "9d18f68a-5bae-454e-9545-e23f6d1295cf",
                                      "accountID": "pg2Lxz4nwkqtFXRkwOj/Hg==",
                                      "accountIDGuid": "c78b0da6-273e-4ac2-ad15-7464c0e8ff1e",
                                      "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:30:46.6916914",
                                      "bestOrExpireType": 1,
                                      "refundG_UID": "+jjZtmeq6kSyWgWTe/t5bA==",
                                      "refundGuid": "b6d938fa-aa67-44ea-b25a-05937bfb796c",
                                      "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": "84"
                                    }
                                  ],
                                  "customerOrder": [
                                    {
                                      "$id": "85",
                                      "identifier": "oXALjv7Nh0iz0k8IVJMB5w==",
                                      "identifierGuid": "8e0b70a1-cdfe-4887-b3d2-4f08549301e7",
                                      "id": 1,
                                      "orderNo": 2,
                                      "externalSaleIdentifier": "sample string 3",
                                      "storeID": 4,
                                      "zoneID": 5,
                                      "deptNo": 6,
                                      "customerIdentifier": "kiUZ8DdUekWC+S+/QcgJ6w==",
                                      "customerIdentifierGuid": "f0192592-5437-457a-82f9-2fbf41c809eb",
                                      "operatorNo": 1,
                                      "operatorG_UID": "RiJcfxbRjUC0xiTsFm+E9w==",
                                      "operatorGuid": "7f5c2246-d116-408d-b4c6-24ec166f84f7",
                                      "created": "2025-06-14T07:30:46.6916914",
                                      "ordered": "2025-06-14T07:30:46.6916914",
                                      "started": "2025-06-14T07:30:46.6916914",
                                      "completed": "2025-06-14T07:30:46.6916914",
                                      "supplied": "2025-06-14T07:30:46.6916914",
                                      "quickTicket": 1,
                                      "deleted": true,
                                      "walkAway": true,
                                      "approxWait": 1,
                                      "actualWait": 1,
                                      "deliveryMethod": 8,
                                      "externalSaleType": 9,
                                      "customer": {
                                        "$ref": "67"
                                      },
                                      "operator": {
                                        "$ref": "34"
                                      },
                                      "details": [
                                        {
                                          "$id": "86",
                                          "headerID": 1,
                                          "plu": 1,
                                          "pluG_UId": "zjrq2GOvZESCweNxGn8TbQ==",
                                          "pluGuid": "d8ea3ace-af63-4464-82c1-e3711a7f136d",
                                          "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": "AWlO+Kv6fUWpmrTgcBvhEg==",
                                          "headerIdentifierGuid": "f84e6901-faab-457d-a99a-b4e0701be112",
                                          "product": {
                                            "$ref": "7"
                                          }
                                        },
                                        {
                                          "$ref": "86"
                                        }
                                      ],
                                      "storeName": "sample string 11",
                                      "customerName": "sample string 12",
                                      "storeReplyTo": "sample string 13",
                                      "storeSubjectLine": "sample string 14",
                                      "storeSaleHeader": {
                                        "$ref": "74"
                                      }
                                    },
                                    {
                                      "$ref": "85"
                                    }
                                  ],
                                  "surveyResponses": [
                                    {
                                      "$id": "87",
                                      "surveyG_UID": "9XvZc6mPcEm3BEqYw7GZcQ==",
                                      "surveyGuid": "73d97bf5-8fa9-4970-b704-4a98c3b19971",
                                      "saleHeaderGuid": "ZKCqSl0UU0yLZy2t/aGouQ==",
                                      "saleGuid": "4aaaa064-145d-4c53-8b67-2dadfda1a8b9",
                                      "textResponse": "sample string 1",
                                      "integerResponse": 1,
                                      "g_UIDResponse": "sMEhEN2rdES2XuHDLOdS2w==",
                                      "guidResponse": "1021c1b0-abdd-4474-b65e-e1c32ce752db",
                                      "whoAnswered": 2,
                                      "answeredAtUTC": "2025-06-14T07:30:46.6916914",
                                      "sale": {
                                        "$ref": "74"
                                      },
                                      "survey": {
                                        "$id": "88",
                                        "g_UID": "kMswDymtZkqAd2ocAHNM8Q==",
                                        "guid": "0f30cb90-ad29-4a66-8077-6a1c00734cf1",
                                        "name": "sample string 1",
                                        "storeID": 2,
                                        "zoneID": 1,
                                        "checkoutFormG_UID": "CHdD5dNbgkKggxlnsEc7/w==",
                                        "checkoutFormGuid": "e5437708-5bd3-4282-a083-1967b0473bff",
                                        "displayToWho": 3,
                                        "displayWhen": 4,
                                        "start": "2025-06-14T07:30:46.6916914",
                                        "end": "2025-06-14T07:30:46.6916914",
                                        "deleted": true,
                                        "updated": "2025-06-14T07:30:46.6916914",
                                        "possibleIntegerResponses": [
                                          1,
                                          2
                                        ],
                                        "possibleTextResponses": [
                                          "sample string 1",
                                          "sample string 2"
                                        ],
                                        "possibleGuidResponses": [
                                          "3fa2d204-0fc5-4d97-a24c-f95dceb628be",
                                          "b4615f50-9939-4e93-9689-69c9ded62b70"
                                        ],
                                        "allowsAllTextResponses": true,
                                        "surveyForm": {
                                          "$ref": "42"
                                        }
                                      },
                                      "ingressId": "sample string 4"
                                    },
                                    {
                                      "$ref": "87"
                                    }
                                  ],
                                  "storeName": "sample string 38",
                                  "machineName": "sample string 39",
                                  "operatorName": "sample string 40",
                                  "direction": 1,
                                  "reason": "sample string 41",
                                  "accountG_UID": "46Fxz2+nEkeUSOyVc8toQQ==",
                                  "accountIdentifier": "cf71a1e3-a76f-4712-9448-ec9573cb6841",
                                  "accountName": "sample string 42",
                                  "customerOrderIdentifier": "RAZLGl8xp0aAWYUyU/cpJQ==",
                                  "customerOrderIdentifierGuid": "1a4b0644-315f-46a7-8059-853253f72925",
                                  "priceLevelName": "sample string 43",
                                  "revision": 44,
                                  "ingressId": "sample string 45"
                                },
                                "metadata": {
                                  "$id": "89",
                                  "id": 1,
                                  "paymentID": 2,
                                  "paymentIdentifier": "G3E+fzzJXEiomrEX20pYCg==",
                                  "paymentIdentifierGuid": "7f3e711b-c93c-485c-a89a-b117db4a580a",
                                  "identifier": "trqfvk6WNUyoyQGVrkPYyQ==",
                                  "identifierGuid": "be9fbab6-964e-4c35-a8c9-0195ae43d8c9",
                                  "metadata": "sample string 3",
                                  "signatureImage": "QEA=",
                                  "itemIdentifier": "LesEVOLPV0+0YUoGN1dpqA==",
                                  "itemIdentifierGuid": "5404eb2d-cfe2-4f57-b461-4a06375769a8"
                                }
                              },
                              {
                                "$ref": "73"
                              }
                            ]
                          },
                          {
                            "$ref": "68"
                          }
                        ],
                        "customerGroupMembers": [
                          {
                            "$ref": "72"
                          },
                          {
                            "$ref": "72"
                          }
                        ],
                        "customerGroups": [
                          {
                            "$ref": "71"
                          },
                          {
                            "$ref": "71"
                          }
                        ],
                        "accounts": [
                          {
                            "$ref": "69"
                          },
                          {
                            "$ref": "69"
                          }
                        ],
                        "account": {
                          "$ref": "69"
                        },
                        "vouchers": [
                          {
                            "$id": "90",
                            "customerIdentifier": "vYBEJwJrpEe3F+241Gwftg==",
                            "customerIdentifierGuid": "274480bd-6b02-47a4-b717-edb8d46c1fb6",
                            "voucherName": "sample string 2",
                            "count": 3,
                            "storeID": 4,
                            "barcode": "sample string 5",
                            "redeemCount": 6,
                            "issueCount": 7,
                            "storeSalePaymentID": 1,
                            "idempotentID": "ft1EeeH+WkW/iVoLhyCpww==",
                            "idempotentGuid": "7944dd7e-fee1-455a-bf89-5a0b8720a9c3",
                            "offline": true,
                            "voucher": {
                              "$id": "91",
                              "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:30:46.6916914",
                              "barcodeTemplate": {
                                "$id": "92",
                                "templateID": 1,
                                "template": "sample string 1",
                                "bcFunction": "sample string 2",
                                "sortOrder": 3
                              },
                              "scaleLabel": {
                                "$id": "93",
                                "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:30:46.6916914",
                                "labelPageLayout": "EoJBhlE4GkyC6liC1sLEHg==",
                                "pageLayoutGuid": "86418212-3851-4c1a-82ea-5882d6c2c41e",
                                "labelType": 6,
                                "oldName": "sample string 7",
                                "voucher": {
                                  "$ref": "91"
                                },
                                "elements": [
                                  {
                                    "$id": "94",
                                    "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:30:46.6916914"
                                  },
                                  {
                                    "$ref": "94"
                                  }
                                ]
                              },
                              "customerVouchers": [
                                {
                                  "$id": "95",
                                  "id": 1,
                                  "customerIdentifier": "HhRO6y1w4UK5JqRY/56aIA==",
                                  "customerIdentifierGuid": "eb4e141e-702d-42e1-b926-a458ff9e9a20",
                                  "voucherID": 3,
                                  "voucherName": "sample string 4",
                                  "storeID": 1,
                                  "barcode": "sample string 5",
                                  "dateOfIssue": "2025-06-14T07:30:46.6916914",
                                  "issuedSaleHeaderID": 1,
                                  "issuedSaleIdentifier": "sample string 7",
                                  "issuedOfflinePaymentID": 1,
                                  "issuedIdempotentID": "/H99Xo+/l0O+qvnkWazuGw==",
                                  "issuedIdempotentGuid": "5e7d7ffc-bf8f-4397-beaa-f9e459acee1b",
                                  "issuedOffline": true,
                                  "issuedUser": "sample string 9",
                                  "issuedNotes": "sample string 10",
                                  "expiryDate": "2025-06-14T07:30:46.6916914",
                                  "expiredUser": "sample string 11",
                                  "expiredNotes": "sample string 12",
                                  "redeemed": "2025-06-14T07:30:46.6916914",
                                  "redeemedSaleHeaderID": 1,
                                  "redeemedSaleIdentifier": "sample string 13",
                                  "redeemedOfflinePaymentID": 1,
                                  "redeemedIdempotentID": "rlQnKlLu80eh2iN8aiZa1Q==",
                                  "redeemedIdempotentGuid": "2a2754ae-ee52-47f3-a1da-237c6a265ad5",
                                  "redeemedUser": "sample string 14",
                                  "redeemedNotes": "sample string 15",
                                  "redeemedOffline": true,
                                  "updated": "2025-06-14T07:30:46.6916914",
                                  "storeName": "sample string 17",
                                  "scaleLabel": {
                                    "$ref": "93"
                                  },
                                  "voucher": {
                                    "$ref": "91"
                                  },
                                  "customer": {
                                    "$ref": "67"
                                  },
                                  "issuedOfflinePayment": {
                                    "$ref": "73"
                                  },
                                  "redeemedOfflinePayment": {
                                    "$ref": "73"
                                  }
                                },
                                {
                                  "$ref": "95"
                                }
                              ]
                            },
                            "customer": {
                              "$ref": "67"
                            }
                          },
                          {
                            "$ref": "90"
                          }
                        ]
                      }
                    },
                    {
                      "$ref": "66"
                    }
                  ],
                  "customerGroups": [
                    {
                      "$id": "96",
                      "id": 1,
                      "campaignID": 2,
                      "campaignName": "sample string 3",
                      "groupID": "yqCrpTChmkWI3sQW+NjxpA==",
                      "groupIDGuid": "a5aba0ca-a130-459a-88de-c416f8d8f1a4",
                      "campaign": {
                        "$ref": "63"
                      },
                      "group": {
                        "$ref": "71"
                      }
                    },
                    {
                      "$ref": "96"
                    }
                  ],
                  "signIqTickets": [
                    {
                      "$id": "97",
                      "identifier": "9M11BEJ+QUGumXFEBW+zVw==",
                      "identifierGuid": "0475cdf4-7e42-4141-ae99-7144056fb357",
                      "campaignName": "sample string 2",
                      "message": "sample string 3",
                      "ticketFileSource": "sample string 4",
                      "ticketFileDestination": "sample string 5",
                      "storeID": 1
                    },
                    {
                      "$ref": "97"
                    }
                  ],
                  "comboPriceGroups": [
                    {
                      "$id": "98",
                      "id": 1,
                      "campaignID": 2,
                      "campaignName": "sample string 3",
                      "g_UID": "1q/n/V1YcUC8FuB+KiET4Q==",
                      "guid": "fde7afd6-585d-4071-bc16-e07e2a2113e1",
                      "description": "sample string 5",
                      "newPrice": 1,
                      "rangeDescription": "sample string 6",
                      "dealDescription": "sample string 7",
                      "labelQuantity": 8,
                      "hostProductCategoryID": 1,
                      "offerID": 1,
                      "dontUpdatePricePlus": true,
                      "campaign": {
                        "$ref": "63"
                      },
                      "comboPricePlus": [
                        {
                          "$id": "99",
                          "id": 1,
                          "campaignID": 2,
                          "campaignName": "sample string 3",
                          "groupG_UID": "KkmJtZX/lE2DSJyu4ql4MA==",
                          "groupGuid": "b589492a-ff95-4d94-8348-9caee2a97830",
                          "comboPriceType": 5,
                          "priceType": 5,
                          "pluG_UID": "aZ1Pxd9KP0+rkGJMewZCAg==",
                          "pluGuid": "c54f9d69-4adf-4f3f-ab90-624c7b064202",
                          "priceGroupG_UID": "oFoHfD/cLUuZIkyrlAmeQA==",
                          "priceGroupGuid": "7c075aa0-dc3f-4b2d-9922-4cab94099e40",
                          "campaignPoolID": "sample string 7",
                          "quantity": 1,
                          "campaign": {
                            "$ref": "63"
                          },
                          "product": {
                            "$ref": "7"
                          },
                          "priceGroup": {
                            "$ref": "28"
                          },
                          "campaignPool": {
                            "$ref": "63"
                          }
                        },
                        {
                          "$ref": "99"
                        }
                      ]
                    },
                    {
                      "$ref": "98"
                    }
                  ],
                  "priceLevels": [
                    {
                      "$id": "100",
                      "id": 1,
                      "priceLevelIdentifier": "Xe8kNgbraUi5EIYs2fdO5g==",
                      "priceLevelIdentifierGuid": "3624ef5d-eb06-4869-b910-862cd9f74ee6",
                      "campaignName": "sample string 3",
                      "priceLevelName": "sample string 4"
                    },
                    {
                      "$ref": "100"
                    }
                  ]
                },
                "product": {
                  "$ref": "7"
                },
                "dealCost": {
                  "$id": "101",
                  "headerIdentifier": "8gptvzO4mEuNcb0AH37shw==",
                  "headerIdentifierGuid": "bf6d0af2-b833-4b98-8d71-bd001f7eec87",
                  "identifier": "WXlh4EeRVUiNt4sOG+F5jA==",
                  "identifierGuid": "e0617959-9147-4855-8db7-8b0e1be1798c",
                  "supplierIdentifier": "OyUbmRlkV0CpWxvm54/eWQ==",
                  "supplierGuid": "991b253b-6419-4057-a95b-1be6e78fde59",
                  "pluG_UID": "lup67brtYUa+nab6R88I+Q==",
                  "pluGuid": "ed7aea96-edba-4661-be9d-a6fa47cf08f9",
                  "campaignName": "1a96b572-94c7-43c2-bf0a-85c54ea828a4",
                  "description": "sample string 4",
                  "cost": 5,
                  "costDecimals": 6,
                  "start": "2025-06-14T07:30:46.6916914",
                  "end": "2025-06-14T07:30:46.6916914",
                  "type": 9,
                  "promoType": 10,
                  "bonusItemPLUG_UID": "3gfpLbU6sUqki9SqHXBJtA==",
                  "bonusItemPluGuid": "2de907de-3ab5-4ab1-a48b-d4aa1d7049b4",
                  "bonusPurchaseUnits": 11,
                  "bonusReceiveUnits": 12,
                  "updated": "2025-06-14T07:30:46.6916914",
                  "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:30:46.6916914",
                  "campaignEndDate": "2025-06-14T07:30:46.6916914",
                  "masterPLUG_UID": "HzHCgz/5h0Wn7RscitnjXg==",
                  "masterID": "83c2311f-f93f-4587-a7ed-1b1c8ad9e35e",
                  "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": "AJ5yXgihsUaAaMojFTtlKA==",
                  "bonusMasterID": "5e729e00-a108-46b1-8068-ca23153b6528",
                  "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:30:46.6916914",
              "dealCosts": [
                {
                  "$ref": "101"
                },
                {
                  "$ref": "101"
                }
              ],
              "tags": [
                {
                  "$id": "102",
                  "pluG_UID": "CE8Ca2+aEkGmLaoIWZUihQ==",
                  "pluGuid": "6b024f08-9a6f-4112-a62d-aa0859952285",
                  "tagID": 1,
                  "description": "sample string 1",
                  "storeIDs": [
                    1,
                    2
                  ]
                },
                {
                  "$ref": "102"
                }
              ],
              "alternateProductG_UID": "th7/14kTTESna3HYELTV3A==",
              "alternateProduct": "d7ff1eb6-1389-444c-a76b-71d810b4d5dc",
              "productHostCode": {
                "$id": "103",
                "id": 1,
                "pluG_UID": "8tOW39uk/k6YjkA9CG4Pxg==",
                "pluGuid": "df96d3f2-a4db-4efe-988e-403d086e0fc6",
                "ibaCode": "sample string 2"
              },
              "mscCat": {
                "$ref": "57"
              },
              "mscCom": {
                "$ref": "58"
              },
              "mscDep": {
                "$ref": "60"
              },
              "mscSubCom": {
                "$ref": "59"
              },
              "isUserUpdate": true,
              "ignoreMasterProduct": true,
              "priceGroupLabelRequested": true,
              "firstSold": "2025-06-14T07:30:46.6916914",
              "inventoryTracked": "2025-06-14T07:30:46.6916914",
              "isNormalPriceChangesCampaign": true
            },
            "supplier": {
              "$ref": "4"
            },
            "serviceFee": {
              "$id": "104",
              "id": 1,
              "description": "sample string 1",
              "fee": 1
            },
            "isPrimaryHost": true,
            "hostVendor": 46
          },
          {
            "$ref": "5"
          }
        ],
        "orderCycleHeaders": [
          {
            "$id": "105",
            "storeID": 1,
            "supplierIdentifier": "RbwVtjSNLEuT4wsAyy/MSQ==",
            "supplierGuid": "b615bc45-8d34-4b2c-93e3-0b00cb2fcc49",
            "departmentCode": "sample string 2",
            "warehouseDirectIndicator": "sample string 3",
            "type": 4,
            "storeName": "sample string 5",
            "departmentName": "sample string 6",
            "orderDays": 7
          },
          {
            "$ref": "105"
          }
        ],
        "cycles": [
          {
            "$id": "106",
            "storeID": 1,
            "supplierIdentifier": "OpnoXHcR0kmAPxzkuujv1A==",
            "supplierGuid": "5ce8993a-1177-49d2-803f-1ce4bae8efd4",
            "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:30:46.6916914",
            "deliveryDate": "2025-06-14T07:30:46.6916914",
            "nextCutOffDate": "2025-06-14T07:30:46.6916914",
            "nextDeliveryDate": "2025-06-14T07:30:46.6916914",
            "nextDaysBuffer": 10
          },
          {
            "$ref": "106"
          }
        ],
        "store": {
          "$ref": "8"
        },
        "updated": "2025-06-14T07:30:46.6916914",
        "isHost": true
      }
    },
    {
      "$ref": "2"
    }
  ],
  "skip": 1,
  "take": 1,
  "totalCount": 1
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

application/vnd.openxmlformats-officedocument.spreadsheetml.sheet

Sample:
PK�;�Z�(x�5xl/workbook.xml �(�����0D�&�C�`AR8q����
�4Ж�5��B	$޼��ξ1�?���G
�嶀��1���)t'3��w��
�,틛��5U�~+Ҟ��(���h����J���FKظ�ȫaE)���1�4{H�\����]L���M��/�bP�G`��5��l.��e1]L2L�%	��&����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
�;�ZB�tg''_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="R72d86ee6fc934e88" /></Relationships>PK�;�Z1�8ҙxl/worksheets/sheet1.xml �(���Qo� ��
ὂ(V'j��LӾ5}�>��#����?���vjw������ù��߼���6B��+U�~_��m�RxS�ү�����f��Z{� d��Kfuཫ5JKf�V�jQ񭪎����yǬ;ʴ�`���/^�9�}�MV���y-���h��6����=�"�`������^��c]@�Y�����OԼa��>�။}kݐ��T�3��G�do�?�ڶ#�Mi��4$YAu4V��s��eғYO�ud�:L)v&Y�^�G�>Z�Y�8!�.�u��謣���A�4&8�2���h���YV�Z
@��sW�ni�͸awŧ��4jg�ךω�5AΉ횈Ήݚ���Kv򙝬4�[�5�|��A����Bm�smJ��L�uO��{�,��N��]�PK�;�Z��Ű�Pxl/_rels/workbook.xml.rels �(���KN�0@�b͞؉����ݰa[z��Q۲]�gc���V� �X��j4��'�|�lvo�L^0���ʂA��0ٱ�S�w-춛=�2�h&I^�����4*�����hsG��Ȕ�0R/�Q�H+���f�����N�I�S�m�L_]8F���d1��S���"S�<
=�YWb�%�d�r��L-�����;_ɔM=t�\�w\�M{S#�)�K����Z[a�k�e5�BuQ�W��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�;�ZcVtY��xl/sharedStrings.xml �(�e�AK�0��J�ݤ�AE�^��z��ζa�I�L����*���{��
S�����NR�a�8V�{������`\@��$ž.�X�*R%'�x�5�xC*D��C�L����4�w��(n�7��Ì\�[)f�34��.�����g��=Y��|�q�u��v����l����d�o��j�s�s~�G@H�W�{�w��o�4#$Ն�Cۨ�,��ퟠ�3�PK-�;�Z�(x�5xl/workbook.xmlPK-�;�Z����	��[Content_Types].xmlPK-
�;�ZB�tg''U_rels/.relsPK-�;�Z1�8ҙ�xl/worksheets/sheet1.xmlPK-�;�Z��Ű�P�xl/_rels/workbook.xml.relsPK-�;�ZЃc'2E
�xl/styles.xmlPK-�;�ZcVtY��kxl/sharedStrings.xmlPK��	

application/vnd.ms-excel

Sample:
PK�;�Z����5xl/workbook.xml �(�����0��J}�(P�?TP`b�ڡ{�D�%���7�ԭ��|�|l2�����r[���1pu����Q�]k��>H�Ӷ����o���)IR�8p/�v�]h���h�7�C�jXP�KM���67{J�\��X��&�%�)a�ETDs����D���H��e笽�B\�4��������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��H''_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="R5d09b2dc021b4a75" /></Relationships>PK�;�Z1�8ҙxl/worksheets/sheet1.xml �(���Qo� ��
ὂ(V'j��LӾ5}�>��#����?���vjw������ù��߼���6B��+U�~_��m�RxS�ү�����f��Z{� d��Kfuཫ5JKf�V�jQ񭪎����yǬ;ʴ�`���/^�9�}�MV���y-���h��6����=�"�`������^��c]@�Y�����OԼa��>�။}kݐ��T�3��G�do�?�ڶ#�Mi��4$YAu4V��s��eғYO�ud�:L)v&Y�^�G�>Z�Y�8!�.�u��謣���A�4&8�2���h���YV�Z
@��sW�ni�͸awŧ��4jg�ךω�5AΉ횈Ήݚ���Kv򙝬4�[�5�|��A����Bm�smJ��L�uO��{�,��N��]�PK�;�ZC���Pxl/_rels/workbook.xml.rels �(���KN�0@�b͞�I�4��vÆm�&�8��ؑ�=�����ĂMW��==i���c��B>��֐gY�to���<T��m4`L���Ҋ
5t1N΃�hĐ��l��G�)�-�P��%^Qr?g�-�/����=:u��?����S�"�#��b
?���!�ؓ��X��l��(E#i��wS�2P����g2T.$
�*�+���2z��ѧKϝ��B˂
�q-����o�b�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�;�ZcVtY��xl/sharedStrings.xml �(�e�AK�0��J�ݤ�AE�^��z��ζa�I�L����*���{��
S�����NR�a�8V�{������`\@��$ž.�X�*R%'�x�5�xC*D��C�L����4�w��(n�7��Ì\�[)f�34��.�����g��=Y��|�q�u��v����l����d�o��j�s�s~�G@H�W�{�w��o�4#$Ն�Cۨ�,��ퟠ�3�PK-�;�Z����5xl/workbook.xmlPK-�;�Z����	�[Content_Types].xmlPK-
�;�Z��H''V_rels/.relsPK-�;�Z1�8ҙ�xl/worksheets/sheet1.xmlPK-�;�ZC���P�xl/_rels/workbook.xml.relsPK-�;�ZЃc'2E
�xl/styles.xmlPK-�;�ZcVtY��mxl/sharedStrings.xmlPK��