GET api/supplier/abnexists/{abn}?id={id}

This API checks whether any supplier(s) exist with same ABN If yes, it returns supplier identifier and name only.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
abn

string

Required

id

globally unique identifier

None.

Body Parameters

None.

Response Information

Resource Description

Collection of Supplier
NameDescriptionTypeAdditional information
Identifier

Collection of byte

None.

IdentifierGuid

globally unique identifier

None.

Code

Host supplier code

string

String length: inclusive between 0 and 20

Name

Supplier name

string

String length: inclusive between 0 and 255

FuelSupplier

boolean

None.

IsSupplier

If it's not a Supplier, it's a manufactrer

boolean

None.

IsHostedSupplier

A hosted supplier doesn't take orders.

boolean

None.

HostID

Host vendor

HostProvider

None.

AccountCode

Third party accounting software code

string

String length: inclusive between 0 and 20

InvoiceSuffix

Third party invoice reference suffix

string

None.

OrderEmail

Email to send order to as PDF

string

None.

OrderEmailBcc

string

None.

OrderFax

Email to send order to as PDF

string

None.

ShowOrderCost

boolean

None.

ReceiptCostUpdate

boolean

None.

SendReceipt

Receipt email should be sent to supplier when an order or invoice is received

boolean

None.

ReceiptEmail

Email used to send stock receive receipts and credit invoice requests

string

None.

ReceiptEmailBcc

BCC email used to send stock receive receipts and credit invoice requests

string

None.

PrimaryContactGuid

Collection of byte

None.

PrimaryContactID

globally unique identifier

None.

StoreID

integer

None.

ABN

string

None.

SupplierGroupIdentifier

Collection of byte

None.

SupplierGroupGuid

globally unique identifier

None.

Rebate

decimal number

None.

RebateType

RebateType

None.

RebateFrequency

RebateFrequency

None.

RebateSource

RebateSource

None.

RebateLastClaimed

date

None.

RebateLastClaimedAmount

decimal number

None.

CartonsOnly

boolean

None.

MinimumOrderValue

integer

None.

EnforceMinimumQuantity

boolean

None.

Freight

Default freight fee for products with this as preferred supplier

decimal number

None.

FreightType

Default freight fee type for products with this as preferred supplier

FreightFeeType

None.

Deleted

boolean

None.

DeletedUser

string

None.

StoreName

string

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

PrimaryContact

Contact

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

Contacts

Collection of SupplierContact

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

Products

Collection of ProductOrderingDetail

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

OrderCycleHeaders

Collection of OrderCycleHeader

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

Cycles

Collection of OrderCycle

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

Store

Store

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

Updated

date

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

IsHost

boolean

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

Response Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "identifier": "guE7eqL06kGWojEEBskU6A==",
    "identifierGuid": "7a3be182-f4a2-41ea-96a2-310406c914e8",
    "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": "RKD8PFGv40GwD/+AThaWWg==",
    "primaryContactID": "3cfca044-af51-41e3-b00f-ff804e16965a",
    "storeID": 1,
    "abn": "sample string 16",
    "supplierGroupIdentifier": "6gM5Les2NEKrlgNjr+jPsQ==",
    "supplierGroupGuid": "2d3903ea-36eb-4234-ab96-0363afe8cfb1",
    "rebate": 1.0,
    "rebateType": 1,
    "rebateFrequency": 1,
    "rebateSource": 1,
    "rebateLastClaimed": "2025-06-14T07:37:13.2749642",
    "rebateLastClaimedAmount": 1.0,
    "cartonsOnly": true,
    "minimumOrderValue": 1,
    "enforceMinimumQuantity": true,
    "freight": 19.0,
    "freightType": 20,
    "deleted": true,
    "deletedUser": "sample string 22",
    "storeName": "sample string 23",
    "primaryContact": {
      "$id": "2",
      "id": "75116697-ca45-4682-b69d-68c0771857ee",
      "identifier": "Ce207/iCW0a/qd0uzTcsyA==",
      "identifierGuid": "efb4ed09-82f8-465b-bfa9-dd2ecd372cc8",
      "familyName": "sample string 1",
      "givenNames": "sample string 2",
      "otherNames": "sample string 3",
      "title": "sample string 4",
      "dateOfBirth": "sample string 5",
      "sex": "sample string 6",
      "address": "sample string 7",
      "address1": "sample string 8",
      "address2": "sample string 9",
      "town": "sample string 10",
      "state": "sample string 11",
      "country": "sample string 12",
      "postalCode": "sample string 13",
      "telephone": "sample string 14",
      "mobile": "sample string 15",
      "email": "sample string 16",
      "fax": "sample string 17",
      "primary": true
    },
    "contacts": [
      {
        "$id": "3",
        "supplierIdentifier": "E/MmMkrDYEipE+gmhFc3dg==",
        "supplierIdentifierGuid": "3226f313-c34a-4860-a913-e82684573776",
        "contactGuid": "XSuLabZDlkqxFsJcRYjz3w==",
        "contactID": "698b2b5d-43b6-4a96-b116-c25c4588f3df",
        "contact": {
          "$ref": "2"
        },
        "supplier": {
          "$ref": "1"
        }
      },
      {
        "$ref": "3"
      }
    ],
    "products": [
      {
        "$id": "4",
        "pluG_UID": "3cVZV8Ild0Ow85G8fmuuOA==",
        "pluGuid": "5759c5dd-25c2-4377-b0f3-91bc7e6bae38",
        "supplierIdentifier": "i5SEuziE6EWvQuEFDEfDdQ==",
        "supplierIdentifierGuid": "bb84948b-8438-45e8-af42-e1050c47c375",
        "cartonQuantity": 1,
        "cartonQuantityChanged": true,
        "productSize": "sample string 2",
        "cigarettesPerSleeve": 1,
        "randomWeight": true,
        "piecesPerUnit": 4,
        "averagePackSize": 5,
        "effectiveDate": "2025-06-14T07:37:13.2749642",
        "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:37:13.2749642",
        "rebate": 1.0,
        "rebateExclude": true,
        "invoiceCodes": [
          {
            "$id": "5",
            "pluG_UID": "LopenIp45EGy7Bx4PA71Jg==",
            "pluGuid": "9c5e8a2e-788a-41e4-b2ec-1c783c0ef526",
            "supplierIdentifier": "/xmvjAaoPkaO+qQHEKYDHg==",
            "supplierIdentifierGuid": "8caf19ff-a806-463e-8efa-a40710a6031e",
            "invoiceCode": "sample string 1",
            "storeIDs": [
              1,
              2
            ]
          },
          {
            "$ref": "5"
          }
        ],
        "storeIDs": [
          1,
          2
        ],
        "preferredSupplier": true,
        "preferredRebateSupplier": true,
        "supplierName": "sample string 40",
        "salesMode": 41,
        "orderPacked": true,
        "active": true,
        "price": 1,
        "costGstPercent": 43,
        "parentPluG_UID": "tzFqwRlkA0GjoaZfHiw7JA==",
        "parentPluGuid": "c16a31b7-6419-4103-a3a1-a65f1e2c3b24",
        "freight": 44.0,
        "freightType": 1,
        "product": {
          "$id": "6",
          "plu": 1,
          "storeID": 1,
          "masterPluG_UID": "QEA=",
          "storeIDs": [
            1,
            2
          ],
          "g_UId": "y9bXHkfHcUiDMLFiRBRipA==",
          "guid": "1ed7d6cb-c747-4871-8330-b162441462a4",
          "apn": "sample string 1",
          "apnChanged": true,
          "apnSwitched": true,
          "barcode": "sample string 4",
          "itemNumber": "sample string 5",
          "itemNumberChanged": true,
          "priceGroupG_UID": "RKjJ/VWSRUGpzxIh5/5vJg==",
          "priceGroupGuid": "fdc9a844-9255-4145-a9cf-1221e7fe6f26",
          "blueprintID": 1,
          "lastCountedDate": "2025-06-14T07:37:13.2749642",
          "externalID": "sample string 7",
          "active": true,
          "activated": "2025-06-14T07:37:13.2749642",
          "pluCreated": "2025-06-14T07:37:13.2749642",
          "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:37:13.2749642",
          "lastManualUpdate": "2025-06-14T07:37:13.2749642",
          "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:37:13.2749642",
          "currentCostUpdated": "2025-06-14T07:37:13.2749642",
          "costDecimals": 31,
          "costChanged": true,
          "dealCostIdentifier": "QEA=",
          "excludeFromRebate": true,
          "rebateOverride": 1,
          "costCalcMethod": 1,
          "costCalcMethodChanged": true,
          "costEffectiveDate": "2025-06-14T07:37:13.2749642",
          "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:37:13.2749642",
          "posTare": 1,
          "altPrice": 1.0,
          "altPriceChanged": true,
          "altPriceMode": 52,
          "altPriceModeChanged": true,
          "altPLUG_UID": "zX+aF7+Dl0W8s4wfDkRGKg==",
          "altPLUGuid": "179a7fcd-83bf-4597-bcb3-8c1f0e44462a",
          "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:37:13.2749642",
          "labelLastPrice": 1,
          "shelfPageLayoutG_UID": "kCRYh9Zix0qqWJ9idQnfag==",
          "shelfPageLayoutGuid": "87582490-62d6-4ac7-aa58-9f627509df6a",
          "talkerPageLayoutG_UID": "wPIi1qYkuUitFEcaK4vxeg==",
          "talkerPageLayoutGuid": "d622f2c0-24a6-48b9-ad14-471a2b8bf17a",
          "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": "4oKoi8+g4Uuk3ioTYDtdAw==",
          "inventoryIdentifier": "8ba882e2-a0cf-4be1-a4de-2a13603b5d03",
          "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": "ZNFjoK0M/0CLiuVXI5T43A==",
          "parentPluGuid": "a063d164-0cad-40ff-8b8a-e5572394f8dc",
          "preferredHostVendor": 103,
          "preferredHostChanged": true,
          "code": "sample string 105",
          "supplierIdentifier": "8+xQLVgmRECJtqTXYflAmg==",
          "supplierIdentifierGuid": "2d50ecf3-2658-4044-89b6-a4d761f9409a",
          "supplierChanged": true,
          "rebateSupplierIdentifier": "PP9b3B5VOka2d7FXJ8WQqQ==",
          "rebateSupplierIdentifierGuid": "dc5bff3c-551e-463a-b677-b15727c590a9",
          "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:37:13.2749642",
          "commodity": "sample string 120",
          "businessPillar": "sample string 121",
          "mscCommodity": "sample string 122",
          "hostIdentifier": "ofCxX0gO/0apehXOEAbEZw==",
          "hostIdentifierGuid": "5fb1f0a1-0e48-46ff-a97a-15ce1006c467",
          "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": "6"
            },
            {
              "$ref": "6"
            }
          ],
          "store": {
            "$id": "7",
            "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:37:13.2749642",
            "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": "1PMF3Q0Fm0uwFz4LtOI5sg==",
            "hostIdentifierGuid": "dd05f3d4-050d-4b9b-b017-3e0bb4e239b2",
            "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:37:13.2749642",
            "priceZoneName": "sample string 51",
            "storeFuelConfigured": true,
            "shippingAddressCopied": true,
            "shippingAddress": {
              "$id": "8",
              "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": "8"
            },
            "hostStoreSettings": [
              {
                "$id": "9",
                "id": 1,
                "hostIdentifier": "hejqcAoJAUKMbNHnpWEKjQ==",
                "hostIdentifierGuid": "70eae885-090a-4201-8c6c-d1e7a5610a8d",
                "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": "10",
                  "identifier": "IHJmgjd/UEGmniiFHJ3Gmg==",
                  "identifierGuid": "82667220-7f37-4150-a69e-28851c9dc69a",
                  "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": "YUOo60wJLk6ryoHaDliZzQ==",
                  "hostSupplierIdentifierGuid": "eba84361-094c-4e2e-abca-81da0e5899cd",
                  "loyaltyPriceLevelIdentifier": "4s88iRQ3pEyR79Q2MPRJew==",
                  "loyaltyPriceLevelIdentifierGuid": "893ccfe2-3714-4ca4-91ef-d43630f4497b",
                  "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:37:13.2749642",
                  "lastProcessed": "2025-06-14T07:37:13.2749642",
                  "hold": true,
                  "supplierName": "sample string 35",
                  "supplier": {
                    "$ref": "1"
                  },
                  "files": [
                    {
                      "$id": "11",
                      "id": "sample string 1",
                      "fileName": "sample string 2",
                      "extension": "sample string 3",
                      "provider": 0,
                      "type": 0,
                      "hostType": "sample string 4",
                      "createdUtc": "2025-06-14T07:37:13.2749642",
                      "processed": "2025-06-14T07:37:13.2749642",
                      "isProcessing": true,
                      "processedCount": 6,
                      "processingTime": 1,
                      "collectedUtc": "2025-06-14T07:37:13.2749642",
                      "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": "10"
                      },
                      "metcashHeader": {
                        "$id": "12",
                        "customerNumber": "sample string 1",
                        "creationDate": "2025-06-14T07:37:13.2749642",
                        "businessPillar": "sample string 3",
                        "fileType": "sample string 4"
                      }
                    },
                    {
                      "$ref": "11"
                    }
                  ],
                  "zoneMatrix": [
                    {
                      "$id": "13",
                      "id": 1,
                      "hostIdentifier": "bLu/5z+C2EOr/TunmN8UIg==",
                      "hostIdentifierGuid": "e7bfbb6c-823f-43d8-abfd-3ba798df1422",
                      "storeID": 1,
                      "departmentCode": "sample string 2",
                      "hostGuids": [
                        "9aa9544a-cd96-4e24-badf-ce23a2d3eb7d",
                        "dafadafb-2a98-4a54-adfe-1b3167dd739d"
                      ]
                    },
                    {
                      "$ref": "13"
                    }
                  ],
                  "hostFileStoreSetting": {
                    "$ref": "9"
                  },
                  "hostStoreSettings": [
                    {
                      "$ref": "9"
                    },
                    {
                      "$ref": "9"
                    }
                  ],
                  "promotionPlacements": [
                    {
                      "$id": "14",
                      "identifier": "XDEvY+gwL0m4YjWVfSrwAg==",
                      "identifierGuid": "632f315c-30e8-492f-b862-35957d2af002",
                      "code": "sample string 2",
                      "description": "sample string 3",
                      "isAdvertised": true
                    },
                    {
                      "$ref": "14"
                    }
                  ],
                  "promoTypeGuids": [
                    "9c76ad53-9721-4fcf-863c-089de0954c47",
                    "13736601-f2ba-49e6-a94c-fde58f620040"
                  ],
                  "isPromotionOnly": false,
                  "isOrderable": false,
                  "vendor": 0
                },
                "groupIDs": [
                  1,
                  2
                ],
                "hostDescription": "sample string 24"
              },
              {
                "$ref": "9"
              }
            ],
            "accounts": [
              {
                "$id": "15",
                "id": 1,
                "storeID": 1,
                "accountName": "sample string 2",
                "bsb": "sample string 3",
                "accountNumber": "sample string 4",
                "accountDesignated": true
              },
              {
                "$ref": "15"
              }
            ],
            "sales": [
              {
                "$id": "16",
                "id": 1,
                "storeID": 1,
                "externalSalesType": 2,
                "ftpSiteID": 1,
                "lastSaleProcessed": "2025-06-14T07:37:13.2749642",
                "ftpSite": {
                  "$id": "17",
                  "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": "16"
              }
            ],
            "zoneMatrix": [
              {
                "$ref": "13"
              },
              {
                "$ref": "13"
              }
            ],
            "cashManagements": [
              {
                "$id": "18",
                "id": 1,
                "storeID": 1,
                "cashManagementType": 2,
                "apiID": 1,
                "organisationID": "sample string 3",
                "siteName": "sample string 4",
                "thirdPartyAPI": {
                  "$id": "19",
                  "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": "18"
              }
            ],
            "updateStoreID": "e7906f64-a69c-40cb-9f74-a9198017b2e9",
            "updateStore": {
              "$id": "20",
              "id": "fc7b4d7a-79c8-4d8a-8149-65b4e641e812",
              "name": "sample string 1",
              "lastActivity": "2025-06-14T07:37:13.2749642",
              "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:37:13.2749642"
            },
            "timeZoneId": "sample string 53",
            "securityOptions": {
              "$id": "21",
              "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": "22",
              "pluG_UID": "ZLHfNwEfvUi7l9qS3XAs6A==",
              "pluGuid": "37dfb164-1f01-48bd-bb97-da92dd702ce8",
              "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:37:13.2749642"
            },
            {
              "$ref": "22"
            }
          ],
          "currentPrices": {
            "$id": "23",
            "pluPrices": {
              "$id": "24",
              "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:37:13.2749642",
              "priceChangeType": 0,
              "costDecimals": 10
            },
            "normalPluPrices": {
              "$ref": "24"
            },
            "winningCampaign": 1,
            "winner": {
              "$id": "25",
              "campaignName": "sample string 1",
              "campaignDescription": "sample string 2",
              "startDate": "2025-06-14T07:37:13.2749642",
              "startTime": 3,
              "endDate": "2025-06-14T07:37:13.2749642",
              "endTime": 4,
              "newPrice": 5,
              "newCost": 6,
              "newCostDecimals": 7,
              "pctDiscount": 8,
              "promoType": 1,
              "promotionTypeCode": "sample string 9",
              "hostType": 10,
              "hostIdentifier": "DiYwwsmqFk+A2s/i4SeI4g==",
              "hostIdentifierGuid": "c230260e-aac9-4f16-80da-cfe2e12788e2",
              "storeNames": [
                "sample string 1",
                "sample string 2"
              ]
            },
            "details": [
              {
                "$ref": "25"
              },
              {
                "$ref": "25"
              }
            ]
          },
          "tray": {
            "$id": "26",
            "g_UId": "PRNMQBjvskWvGzBE9kqUFQ==",
            "guid": "404c133d-ef18-45b2-af1b-3044f64a9415",
            "name": "sample string 1",
            "number": 1,
            "tare": 1
          },
          "priceGroup": {
            "$id": "27",
            "priceGroupG_UID": "8bGbDMZnDEKo80ZEZTkqtg==",
            "priceGroupGuid": "0c9bb1f1-67c6-420c-a8f3-464465392ab6",
            "name": "sample string 2",
            "code": 1,
            "modified": true,
            "updated": "2025-06-14T07:37:13.2749642",
            "buyingLimit": 1,
            "buyingLimitIndependent": true,
            "buyingLimitType": 0,
            "number": 1,
            "products": [
              {
                "$ref": "6"
              },
              {
                "$ref": "6"
              }
            ],
            "productCount": 1
          },
          "priceGroupName": "sample string 145",
          "nutrifacts": {
            "$id": "28",
            "pluG_UID": "tcK/THuK0UeGC98SxO72hQ==",
            "pluGuid": "4cbfc2b5-8a7b-47d1-860b-df12c4eef685",
            "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": "29",
            "pluGuid": "5b818888-ec03-4b2c-9f2b-d1639106172c",
            "created": "2025-06-14T07:37:13.2749642",
            "createdByUser": "sample string 1",
            "activated": "2025-06-14T07:37:13.2749642",
            "deactivated": "2025-06-14T07:37:13.2749642",
            "lastOrdered": "2025-06-14T07:37:13.2749642",
            "lastOrderedQty": 2.0,
            "lastReceived": "2025-06-14T07:37:13.2749642",
            "lastReceivedQty": 3.0,
            "lastInvoiceStatus": 1,
            "lastCounted": "2025-06-14T07:37:13.2749642",
            "lastSold": "2025-06-14T07:37:13.2749642",
            "firstSold": "2025-06-14T07:37:13.2749642",
            "awsUpdated": "2025-06-14T07:37:13.2749642",
            "lastManualUpdate": "2025-06-14T07:37:13.2749642",
            "lastManualUpdatedByUser": "sample string 5",
            "lastUpdated": "2025-06-14T07:37:13.2749642",
            "lastUpdatedByUser": "sample string 7",
            "lastUpdatedByHost": "2025-06-14T07:37:13.2749642",
            "doNotRangeUpdated": "2025-06-14T07:37:13.2749642",
            "doNotOrderUpdated": "2025-06-14T07:37:13.2749642",
            "tracked": "2025-06-14T07:37:13.2749642"
          },
          "allergens": [
            {
              "$id": "30",
              "allergenID": 1,
              "pluG_UID": "sm8CNXodPEe5br+BjZKcsA==",
              "pluGuid": "35026fb2-1d7a-473c-b96e-bf818d929cb0",
              "contains": 2,
              "allergenName": "sample string 3",
              "storeIDs": [
                1,
                2
              ]
            },
            {
              "$ref": "30"
            }
          ],
          "costs": {
            "$id": "31",
            "pluG_UID": "1YAWzrn9gkmmU5AsDtdyXQ==",
            "pluGuid": "ce1680d5-fdb9-4982-a653-902c0ed7725d",
            "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:37:13.2749642",
            "normalCost": 1,
            "currentCost": 1
          },
          "sales": [
            {
              "$id": "32",
              "saleHeaderID": 1,
              "created": "2025-06-14T07:37:13.2749642",
              "createdLocal": "2025-06-14T07:37:13.2749642",
              "storeID": 3,
              "storeName": "sample string 4",
              "operatorG_Uid": "k3ZTq1XK1kizoh/sKtrT2g==",
              "operatorGuid": "ab537693-ca55-48d6-b3a2-1fec2adad3da",
              "operatorName": "sample string 5",
              "tranType": 1,
              "plu": 1,
              "pluG_UId": "Az1OPU2xykODyu2IK4DwtQ==",
              "pluGuid": "3d4e3d03-b14d-43ca-83ca-ed882b80f0b5",
              "normalPrice": 1,
              "totalCents": 1,
              "cost": 1,
              "grossProfit": 1,
              "quantity": 1,
              "operator": {
                "$id": "33",
                "id": 1,
                "g_Uid": "ol3GMwy8ik+6qnGyxnKthg==",
                "guid": "33c65da2-bc0c-4f8a-baaa-71b2c672ad86",
                "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:37:13.2749642",
                "passwordResetRequired": true,
                "alteredInStore": true,
                "startShift": "2025-06-14T07:37:13.2749642",
                "endShift": "2025-06-14T07:37:13.2749642",
                "machineName": "sample string 20",
                "drawerID": 1,
                "stores": [
                  {
                    "$id": "34",
                    "operatorG_UID": "GNTGrrDpnUaCJvHqqPVU5Q==",
                    "operatorGuid": "aec6d418-e9b0-469d-8226-f1eaa8f554e5",
                    "storeID": 2,
                    "operator": {
                      "$ref": "33"
                    },
                    "store": {
                      "$ref": "7"
                    }
                  },
                  {
                    "$ref": "34"
                  }
                ]
              }
            },
            {
              "$ref": "32"
            }
          ],
          "apns": [
            {
              "$id": "35",
              "pluID": 1,
              "pluG_UID": "GhnXFu8fDkig2z9i0pJiTg==",
              "pluGuid": "16d7191a-1fef-480e-a0db-3f62d292624e",
              "apn": "sample string 1",
              "deleted": true,
              "storeID": 1,
              "storeIDs": [
                1,
                2
              ]
            },
            {
              "$ref": "35"
            }
          ],
          "tuns": [
            {
              "$id": "36",
              "pluG_UId": "gXRGmknZ20mdpE8cuJwfzg==",
              "pluGuid": "9a467481-d949-49db-9da4-4f1cb89c1fce",
              "apn": "sample string 1",
              "tun": "sample string 2",
              "cartonQuantity": 3,
              "product": {
                "$ref": "6"
              },
              "storeIDs": [
                1,
                2
              ]
            },
            {
              "$ref": "36"
            }
          ],
          "competitionPricing": [
            {
              "$id": "37",
              "identifier": "8cON4ZvcU02hQxMl+xqaMg==",
              "identifierGuid": "e18dc3f1-dc9b-4d53-a143-1325fb1a9a32",
              "pluG_UID": "Jb0xZF5f506oAts/RIHEcw==",
              "pluGuid": "6431bd25-5f5e-4ee7-a802-db3f4481c473",
              "competitionID": 1,
              "name": "sample string 2",
              "sellMultiple": 3,
              "retailPrice": 4,
              "storeName": "sample string 5"
            },
            {
              "$ref": "37"
            }
          ],
          "supplier": {
            "$ref": "1"
          },
          "supplierName": "sample string 146",
          "children": [
            {
              "$ref": "6"
            },
            {
              "$ref": "6"
            }
          ],
          "ordering": {
            "$ref": "4"
          },
          "flipChartPages": [
            {
              "$id": "38",
              "identifier": "loIETbf/2EiVh+k9LiPUiA==",
              "groupName": "sample string 1",
              "identifierGuid": "4d048296-ffb7-48d8-9587-e93d2e23d488",
              "exists": true,
              "flipChartIdentifier": "yosbpXLla0uvk3SJqRbxdw==",
              "flipChartIdentifierGuid": "a51b8bca-e572-4b6b-af93-7489a916f177",
              "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": "x1qWq97Mpk2ScMjGQERHDw==",
              "groupIdentifierGuid": "ab965ac7-ccde-4da6-9270-c8c64044470f",
              "flipChart": {
                "$id": "39",
                "identifier": "gA4d9AKuiUOD8VON0q2Dow==",
                "identifierGuid": "f41d0e80-ae02-4389-83f1-538dd2ad83a3",
                "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": "40",
                  "identifier": "N7ozYWRxk0CRbd3x5AgcSQ==",
                  "identifierGuid": "6133ba37-7164-4093-916d-ddf1e4081c49",
                  "name": "sample string 2",
                  "formType": "sample string 3",
                  "forms": [
                    {
                      "$id": "41",
                      "id": 1,
                      "g_UID": "j4Q9/7wrE0m5XCDw5muQYQ==",
                      "guid": "ff3d848f-2bbc-4913-b95c-20f0e66b9061",
                      "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": "MdYDWXmrzUCN35Hejm0GDg==",
                      "previousFormGuid": "5903d631-ab79-40cd-8ddf-91de8e6d060e",
                      "nextForm": 1,
                      "nextFormG_UID": "11gXsAuBCEa6cbTkh0Fj1g==",
                      "nextFormGuid": "b01758d7-810b-4608-ba71-b4e4874163d6",
                      "attributes": "sample string 10",
                      "updated": "2025-06-14T07:37:13.2749642",
                      "positioning": 1,
                      "contentPanel": "sample string 11",
                      "selectionMode": 1,
                      "maximumSelections": 1,
                      "alteredInStore": true,
                      "deleted": true,
                      "blueprintID": 1,
                      "preserveLayout": true,
                      "mainCheckoutFormName": "sample string 13",
                      "nextCheckoutForm": {
                        "$ref": "41"
                      },
                      "previousCheckoutForm": {
                        "$ref": "41"
                      },
                      "buttons": [
                        {
                          "$id": "42",
                          "id": 1,
                          "checkoutFormID": 2,
                          "checkoutFormG_UID": "xqS5SLXP10O5lVG3y/qAGg==",
                          "checkoutFormGuid": "48b9a4c6-cfb5-43d7-b995-51b7cbfa801a",
                          "identifier": "peBsu98QA0uJ188IMS93Dw==",
                          "identifierGuid": "bb6ce0a5-10df-4b03-89d7-cf08312f770f",
                          "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": "x+fXSQ0u40GhPVbcwnGY5Q==",
                          "valueGuid": "49d7e7c7-2e0d-41e3-a13d-56dcc27198e5",
                          "buttonText": "sample string 10",
                          "valueText": "sample string 11",
                          "drawImageAndButton": true,
                          "updated": "2025-06-14T07:37:13.2749642",
                          "action": "sample string 12",
                          "valueForm": {
                            "$ref": "41"
                          },
                          "image": {
                            "$id": "43",
                            "name": "sample string 3.sample string 4",
                            "imageID": 2,
                            "imageName": "sample string 3",
                            "imageExtension": "sample string 4",
                            "lastUpdate": "2025-06-14T07:37:13.2749642",
                            "imageData": "QEA=",
                            "readOnly": true
                          }
                        },
                        {
                          "$ref": "42"
                        }
                      ],
                      "panels": [
                        {
                          "$id": "44",
                          "id": 1,
                          "checkoutFormID": 2,
                          "checkoutFormG_UID": "y4JYUS0FQUWO1tVnZzqOeA==",
                          "checkoutFormGuid": "515882cb-052d-4541-8ed6-d567673a8e78",
                          "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": "44"
                        }
                      ]
                    },
                    {
                      "$ref": "41"
                    }
                  ],
                  "panels": [
                    {
                      "$ref": "44"
                    },
                    {
                      "$ref": "44"
                    }
                  ]
                },
                "pages": [
                  {
                    "$ref": "38"
                  },
                  {
                    "$ref": "38"
                  }
                ]
              },
              "contentPanel": {
                "$ref": "44"
              },
              "products": [
                {
                  "$id": "45",
                  "flipChartPageIdentifier": "EPKl2walJEWFXDx7ink+Qw==",
                  "flipChartPageIdentifierGuid": "dba5f210-a506-4524-855c-3c7b8a793e43",
                  "pluG_UID": "7exHcNslfEulvhBsM1us4w==",
                  "pluGuid": "7047eced-25db-4b7c-a5be-106c335bace3",
                  "sortOrder": 3,
                  "sent": true,
                  "productChanged": true,
                  "productImageName": "sample string 6",
                  "productShowImageOnFlipCharts": true,
                  "productShowTextOnFlipCharts": true,
                  "productOverrideFlipChartText": true,
                  "productFlipChartText": "sample string 10",
                  "product": {
                    "$ref": "6"
                  },
                  "departmentSortOrder": 11,
                  "subDepartmentName": "sample string 12"
                },
                {
                  "$ref": "45"
                }
              ],
              "productCount": 27,
              "pages": [
                {
                  "$ref": "38"
                },
                {
                  "$ref": "38"
                }
              ]
            },
            {
              "$ref": "38"
            }
          ],
          "priceHistory": [
            {
              "$id": "46",
              "pluG_UID": "Sok/aAEgDEalmqcGcFs/Wg==",
              "pluGuid": "683f894a-2001-460c-a59a-a706705b3f5a",
              "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:37:13.2749642",
              "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": "46"
            }
          ],
          "ingredients": [
            {
              "$id": "47",
              "pluG_UID": "/cquwh8cgUmI4lJAjYXVrg==",
              "ingredientGuid": "GkcjRSEWtE2zhy+ihB1zyQ==",
              "ingredientIdentifier": "4523471a-1621-4db4-b387-2fa2841d73c9",
              "quantity": 1.0,
              "storeIDs": [
                1,
                2
              ],
              "ingredientText": "sample string 1",
              "ingredient": {
                "$ref": "6"
              }
            },
            {
              "$ref": "47"
            }
          ],
          "bins": [
            {
              "$id": "48",
              "pluG_UID": "/YQ8xgoyjUKCYJAq56VzWQ==",
              "pluGuid": "c63c84fd-320a-428d-8260-902ae7a57359",
              "shelfLocationIdentifier": "v4Tw31E8p0ehXhdM9B3GDw==",
              "shelfLocationGuid": "dff084bf-3c51-47a7-a15e-174cf41dc60f",
              "labelShelfDefault": 1,
              "labelTalkerDefault": 1,
              "labelSmall": true,
              "labelPageLayoutG_UID": "swyq3k4q/0auqgW4m0dxDw==",
              "labelPageLayoutGuid": "deaa0cb3-2a4e-46ff-aeaa-05b89b47710f",
              "updated": "2025-06-14T07:37:13.2749642",
              "electronicShelfLabelIdentifier": "sample string 5",
              "electronicshelfLabelsConfigurationID": 6,
              "labelShelfChanged": true,
              "productName": "sample string 8",
              "locationText": "sample string 9",
              "product": {
                "$ref": "6"
              },
              "location": {
                "$id": "49",
                "identifier": "ip+K0DaKHk6uOQk9mQVcNw==",
                "storeID": 1,
                "identifierGuid": "d08a9f8a-8a36-4e1e-ae39-093d99055c37",
                "name": "sample string 2",
                "haccp": true,
                "blueprintID": 1,
                "updated": "2025-06-14T07:37:13.2749642",
                "minTemp": 1,
                "maxTemp": 1,
                "checkFrequency": 1,
                "storeCaseConfiguration": 5,
                "storeName": "sample string 6",
                "bins": [
                  {
                    "$ref": "48"
                  },
                  {
                    "$ref": "48"
                  }
                ]
              }
            },
            {
              "$ref": "48"
            }
          ],
          "bin": {
            "$ref": "48"
          },
          "scaleLocations": [
            {
              "$id": "50",
              "plu": 1,
              "pluG_UID": "o29iENDE0Eq4Iqdx5hhbhQ==",
              "pluGuid": "10626fa3-c4d0-4ad0-b822-a771e6185b85",
              "deptNo": 1,
              "product": {
                "$ref": "6"
              },
              "scaleLocation": {
                "$id": "51",
                "id": 1,
                "deptNo": 1,
                "deptCode": "sample string 2",
                "name": "sample string 3",
                "enabled": true,
                "updated": "2025-06-14T07:37:13.2749642",
                "department": {
                  "$id": "52",
                  "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": "51"
                  },
                  "subDepartments": [
                    {
                      "$id": "53",
                      "id": 1,
                      "departmentID": 2,
                      "name": "sample string 3",
                      "code": "sample string 4",
                      "departmentCode": "sample string 5",
                      "externalSales": true,
                      "minorDepartments": [
                        {
                          "$id": "54",
                          "id": 1,
                          "subDepartmentID": 2,
                          "departmentID": 3,
                          "name": "sample string 4",
                          "subDepartmentCode": "sample string 5",
                          "departmentCode": "sample string 6",
                          "code": "sample string 7",
                          "lesserDepartments": [
                            {
                              "$id": "55",
                              "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:37:13.2749642",
                              "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": "EzHqKNqKqU2e8ZPDSz/YRQ==",
                              "labelPageLayoutGuid": "28ea3113-8ada-4da9-9ef1-93c34b3fd845",
                              "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": "56",
                                "dept": 1,
                                "category": 2,
                                "name": "sample string 3",
                                "active": true,
                                "mscCommodities": [
                                  {
                                    "$id": "57",
                                    "dept": 1,
                                    "category": 2,
                                    "commodity": 3,
                                    "name": "sample string 4",
                                    "active": true,
                                    "mscSubCommodities": [
                                      {
                                        "$id": "58",
                                        "dept": 1,
                                        "category": 2,
                                        "commodity": 3,
                                        "subCommodity": 4,
                                        "name": "sample string 5",
                                        "active": true,
                                        "subCommodityCode": "sample string 7"
                                      },
                                      {
                                        "$ref": "58"
                                      }
                                    ],
                                    "commodityCode": "sample string 6"
                                  },
                                  {
                                    "$ref": "57"
                                  }
                                ],
                                "categoryCode": "sample string 5"
                              },
                              "mscCom": {
                                "$ref": "57"
                              },
                              "mscDep": {
                                "$id": "59",
                                "dept": 1,
                                "name": "sample string 2",
                                "active": true,
                                "mscCategories": [
                                  {
                                    "$ref": "56"
                                  },
                                  {
                                    "$ref": "56"
                                  }
                                ],
                                "deptCode": "sample string 4"
                              },
                              "mscSubCom": {
                                "$ref": "58"
                              }
                            },
                            {
                              "$ref": "55"
                            }
                          ],
                          "updated": "2025-06-14T07:37:13.2749642",
                          "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": "7s9bTFEn4E+EakQt4bsu1Q==",
                          "labelPageLayoutGuid": "4c5bcfee-2751-4fe0-846a-442de1bb2ed5",
                          "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": "56"
                          },
                          "mscCom": {
                            "$ref": "57"
                          },
                          "mscDep": {
                            "$ref": "59"
                          },
                          "mscSubCom": {
                            "$ref": "58"
                          }
                        },
                        {
                          "$ref": "54"
                        }
                      ],
                      "investmentBuyOverride": true,
                      "updated": "2025-06-14T07:37:13.2749642",
                      "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": "244LXcn1GEeAILj369bLJQ==",
                      "labelPageLayoutGuid": "5d0b8edb-f5c9-4718-8020-b8f7ebd6cb25",
                      "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": "56"
                      },
                      "mscCom": {
                        "$ref": "57"
                      },
                      "mscDep": {
                        "$ref": "59"
                      },
                      "mscSubCom": {
                        "$ref": "58"
                      }
                    },
                    {
                      "$ref": "53"
                    }
                  ],
                  "stores": [
                    1,
                    2
                  ],
                  "investmentBuyOverride": true,
                  "updated": "2025-06-14T07:37:13.2749642",
                  "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": "5Wba52LJ2UWbl9XR6UBw6A==",
                  "labelPageLayoutGuid": "e7da66e5-c962-45d9-9b97-d5d1e94070e8",
                  "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": "56"
                  },
                  "mscCom": {
                    "$ref": "57"
                  },
                  "mscDep": {
                    "$ref": "59"
                  },
                  "mscSubCom": {
                    "$ref": "58"
                  }
                }
              }
            },
            {
              "$ref": "50"
            }
          ],
          "nextPrice": {
            "$id": "60",
            "id": 1,
            "campaignID": 2,
            "campaignName": "sample string 3",
            "plu": 1,
            "hostOfferID": 1,
            "metcashPromotionID": "sample string 4",
            "metcashPromotionPlacement": "sample string 5",
            "pluG_UID": "x6bXSfc910+1l5c3L5P/7Q==",
            "pluGuid": "49d7a6c7-3df7-4fd7-b597-97372f93ffed",
            "newPrice": 1,
            "pctDiscount": 1,
            "newCost": 1,
            "newCostDecimals": 6,
            "dealCostIdentifier": "OubGKrIqzEG0j1REy5hz0A==",
            "dealCostGuid": "2ac6e63a-2ab2-41cc-b48f-5444cb9873d0",
            "pluName": "sample string 7",
            "apn": "sample string 8",
            "fuelItem": true,
            "priceGroupG_UID": "vXEwng3bRU6iCNldM/HIAQ==",
            "priceGroupGuid": "9e3071bd-db0d-4e45-a208-d95d33f1c801",
            "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:37:13.2749642",
            "rrp": 26,
            "campaignDescription": "sample string 27",
            "campaignComboPriceGroupG_UID": "hoETR26Ii02EeMU3nqoxzQ==",
            "campaignComboPriceGroupIdentifier": "47138186-886e-4d8b-8478-c5379eaa31cd",
            "promotionPlacementDescription": "sample string 28",
            "storeAcceptances": [
              {
                "$id": "61",
                "plu": 1,
                "pluG_UId": "QEA=",
                "campaignID": 1,
                "campaignName": "sample string 2",
                "storeID": 3,
                "acceptedUtc": "2025-06-14T07:37:13.2749642",
                "operatorG_UID": "vK8L+FPnUketA9ocBdI7mA==",
                "operatorGuid": "f80bafbc-e753-4752-ad03-da1c05d23b98",
                "machineID": 1,
                "processed": true,
                "appliedUtc": "2025-06-14T07:37:13.2749642",
                "signIqTicketFileMovedUtc": "2025-06-14T07:37:13.2749642",
                "user": "sample string 6",
                "campaignDescription": "sample string 7",
                "productDesc": "sample string 8",
                "storeName": "sample string 9",
                "effectiveUtc": "2025-06-14T07:37:13.2749642",
                "priceChangeType": 0,
                "operatorName": "sample string 10",
                "hostCampaign": true,
                "product": {
                  "$ref": "6"
                },
                "campaignPlu": {
                  "$ref": "60"
                }
              },
              {
                "$ref": "61"
              }
            ],
            "campaign": {
              "$id": "62",
              "id": 1,
              "storeID": 2,
              "name": "daefe6a2-64a8-4e8c-9da5-3f9bc7554665",
              "nameGuid": "daefe6a2-64a8-4e8c-9da5-3f9bc7554665",
              "description": "sample string 4",
              "showDiscounts": true,
              "showTotals": true,
              "onlyEvaluateOnSubtotal": true,
              "useDescription": true,
              "campaignType": 1,
              "startDate": "2025-06-14T07:37:13.2749642",
              "startTime": 1,
              "endDate": "2025-06-14T07:37:13.2749642",
              "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:37:13.2749642",
              "system": true,
              "created": "2025-06-14T07:37:13.2749642",
              "updated": "2025-06-14T07:37:13.2749642",
              "priceChangeNotifiedUtc": "2025-06-14T07:37:13.2749642",
              "promoType": 1,
              "promotionTypeCode": "sample string 13",
              "hostIdentifier": "c7/LCYF9wEKP85+5bS2LQw==",
              "hostIdentifierGuid": "09cbbf73-7d81-42c0-8ff3-9fb96d2d8b43",
              "hostType": 14,
              "createdByUser": "sample string 15",
              "fromHost": true,
              "deleted": true,
              "campaignDeleted": "2025-06-14T07:37:13.2749642",
              "updatedByUser": "sample string 18",
              "offerID": 1,
              "isPriceChangeCampaign": true,
              "stores": [
                1,
                2
              ],
              "storeNames": [
                "sample string 1",
                "sample string 2"
              ],
              "campaignPlus": [
                {
                  "$ref": "60"
                },
                {
                  "$ref": "60"
                }
              ],
              "campaignPools": [
                {
                  "$id": "63",
                  "id": 1,
                  "campaignID": 2,
                  "campaignName": "sample string 3",
                  "plu": 4,
                  "pluG_UID": "9K9mBN6gBUm9BSMnmYKQPQ==",
                  "pluGuid": "0466aff4-a0de-4905-bd05-23279982903d",
                  "hostOfferID": 1,
                  "priceGroupG_UID": "AdzpXh+PU0C2rSS/4ekHSw==",
                  "priceGroupGuid": "5ee9dc01-8f1f-4053-b6ad-24bfe1e9074b",
                  "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:37:13.2749642",
                  "rrp": 17,
                  "campaignDescription": "sample string 18",
                  "product": {
                    "$ref": "6"
                  },
                  "campaign": {
                    "$ref": "62"
                  }
                },
                {
                  "$ref": "63"
                }
              ],
              "sellingRules": [
                {
                  "$id": "64",
                  "id": 1,
                  "identifier": "4NQJpri3PU222CbzUk2tvg==",
                  "identifierStr": "4NQJpri3PU222CbzUk2tvg==",
                  "identifierGuid": "a609d4e0-b7b8-4d3d-b6d8-26f3524dadbe",
                  "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": "62"
                  }
                },
                {
                  "$ref": "64"
                }
              ],
              "customers": [
                {
                  "$id": "65",
                  "id": 1,
                  "campaignID": 2,
                  "campaignName": "sample string 3",
                  "customerID": "DqK5Jy+VWUKr5jvVQQPquQ==",
                  "customerIDGuid": "27b9a20e-952f-4259-abe6-3bd54103eab9",
                  "campaign": {
                    "$ref": "62"
                  },
                  "customer": {
                    "$id": "66",
                    "identifier": "JJ5q/ulT1k2pdIU0qVtiCg==",
                    "identifierGuid": "fe6a9e24-53e9-4dd6-a974-8534a95b620a",
                    "code": "sample string 2",
                    "familyName": "sample string 3",
                    "givenName": "sample string 4",
                    "otherName": "sample string 5",
                    "title": "sample string 6",
                    "dateOfBirth": "2025-06-14T07:37:13.2749642",
                    "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": "sIEbsZCOSU6yfFiclME1hg==",
                    "communityIdentifierGuid": "b11b81b0-8e90-4e49-b27c-589c94c13586",
                    "joined": "2025-06-14T07:37:13.2749642",
                    "updated": "2025-06-14T07:37:13.2749642",
                    "active": true,
                    "reasonInactive": 1,
                    "groupCustomer": true,
                    "loyaltyPoints": 1,
                    "homeStoreID": 1,
                    "availableSpend": 1,
                    "priceLevelIdentifier": "K1F0hJRIW0+MO7T9G0AfJg==",
                    "priceLevelIdentifierGuid": "8474512b-4894-4f5b-8c3b-b4fd1b401f26",
                    "marketingID": "sample string 18",
                    "hidden": true,
                    "registered": true,
                    "registeredOn": "2025-06-14T07:37:13.2749642",
                    "emailMarketing": true,
                    "smsMarketing": true,
                    "deleted": true,
                    "deletedUser": "sample string 24",
                    "homeStoreName": "sample string 25",
                    "customerCards": [
                      {
                        "$id": "67",
                        "cardType": 2,
                        "issueDate": "2025-06-14T07:37:13.2905928",
                        "expiry": "2025-06-14T07:37:13.2905928",
                        "customerID": "xUW71IJFUUm97JlWpvpm4A==",
                        "customerIDGuid": "d4bb45c5-4582-4951-bdec-9956a6fa66e0",
                        "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:37:13.2905928",
                        "linkedAccount": "f51lFjw/1EeQGBD1k46izg==",
                        "linkedAccountGuid": "16659d7f-3f3c-47d4-9018-10f5938ea2ce",
                        "currentValueChanged": true,
                        "limitsChanged": true,
                        "customer": {
                          "$ref": "66"
                        },
                        "account": {
                          "$id": "68",
                          "id": 1,
                          "identifier": "r2PYxqHdVk6ZfLL59VJHzQ==",
                          "identifierGuid": "c6d863af-dda1-4e56-997c-b2f9f55247cd",
                          "referenceNo": "sample string 3",
                          "name": "sample string 4",
                          "created": "2025-06-14T07:37:13.2905928",
                          "owner": "QPDk7I5jME+42Z4Cnj/4jw==",
                          "ownerGuid": "ece4f040-638e-4f30-b8d9-9e029e3ff88f",
                          "accountStoreGroupIdentifier": "movuXzoppkGV2BC88aqrZQ==",
                          "accountStoreGroupGuid": "5fee8b9a-293a-41a6-95d8-10bcf1aaab65",
                          "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:37:13.2905928",
                          "active": true,
                          "updated": "2025-06-14T07:37:13.2905928",
                          "deleted": true,
                          "deletedUser": "sample string 16",
                          "currentBalanceChanged": true,
                          "maximumLimitChanged": true,
                          "loyaltyPointsChanged": true,
                          "projectedBalance": 17,
                          "accountStoreGroupStoreIDs": [
                            1,
                            2
                          ],
                          "customerEmail": "sample string 18",
                          "ownerCustomer": {
                            "$ref": "66"
                          },
                          "card": {
                            "$ref": "67"
                          },
                          "members": {
                            "$id": "69",
                            "sample string 1": [
                              {
                                "$ref": "66"
                              },
                              {
                                "$ref": "66"
                              }
                            ],
                            "sample string 2": [
                              {
                                "$ref": "66"
                              },
                              {
                                "$ref": "66"
                              }
                            ]
                          },
                          "customerGroups": [
                            {
                              "$id": "70",
                              "identifier": "8szwDVg9BESR96fomZ55SA==",
                              "identifierGuid": "0df0ccf2-3d58-4404-91f7-a7e8999e7948",
                              "name": "sample string 2",
                              "primaryContact": "QsBqUloKf0ClRmivev/Y8Q==",
                              "primaryContactGuid": "526ac042-0a5a-407f-a546-68af7affd8f1",
                              "accountID": "PQbOpnP8806UK/MypThFZw==",
                              "accountIDGuid": "a6ce063d-fc73-4ef3-942b-f332a5384567",
                              "special": true,
                              "updated": "2025-06-14T07:37:13.2905928",
                              "active": true,
                              "reasonInactive": 1,
                              "priceLevelIdentifier": "aq5++sH1s0SJ/GsmvXsm2w==",
                              "priceLevelIdentifierGuid": "fa7eae6a-f5c1-44b3-89fc-6b26bd7b26db",
                              "deleted": true,
                              "account": {
                                "$ref": "68"
                              },
                              "primaryContactCustomer": {
                                "$ref": "66"
                              },
                              "customerGroupMembers": [
                                {
                                  "$id": "71",
                                  "id": 1,
                                  "groupID": "iUSjoFoFAkCFpghioeLaBQ==",
                                  "groupIDGuid": "a0a34489-055a-4002-85a6-0862a1e2da05",
                                  "customerID": "CtaWXYKYOEK8dPcmZvqMdg==",
                                  "customerIDGuid": "5d96d60a-9882-4238-bc74-f72666fa8c76",
                                  "card": "sample string 4",
                                  "linkedAccount": "H+QgvdE/QkGvkaBefk9aiw==",
                                  "linkedAccountGuid": "bd20e41f-3fd1-4142-af91-a05e7e4f5a8b",
                                  "customer": {
                                    "$ref": "66"
                                  },
                                  "group": {
                                    "$ref": "70"
                                  },
                                  "customerCard": {
                                    "$ref": "67"
                                  }
                                },
                                {
                                  "$ref": "71"
                                }
                              ]
                            },
                            {
                              "$ref": "70"
                            }
                          ]
                        },
                        "payments": [
                          {
                            "$id": "72",
                            "id": 1,
                            "identifier": "ZRZhRCOOlEeLt76YN40nHQ==",
                            "identifierGuid": "44611665-8e23-4794-8bb7-be98378d271d",
                            "storeID": 2,
                            "operatorName": "sample string 3",
                            "saleHeaderID": 4,
                            "paymentType": 5,
                            "amount": 6,
                            "account": "sample string 7",
                            "accountID": "ZMv55VRGCUWq9P9ZJ8MBRg==",
                            "accountIDGuid": "e5f9cb64-4654-4509-aaf4-ff5927c30146",
                            "customerAccount": {
                              "$ref": "68"
                            },
                            "customerCard": {
                              "$ref": "67"
                            },
                            "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:37:13.2905928",
                            "invRocNo": "sample string 14",
                            "responseCode": "sample string 15",
                            "cashout": 1,
                            "tip": 16,
                            "idempotentVoid": "BR+cvO+tpU6FTXqdMtAmFw==",
                            "idempotentVoidGuid": "bc9c1f05-adef-4ea5-854d-7a9d32d02617",
                            "offline": true,
                            "processed": 1,
                            "storeSaleHeader": {
                              "$id": "73",
                              "saleHeaderID": 1,
                              "saleHeaderGuid": "JAZPFZLaTE2yVkkKNc7oIw==",
                              "saleHeaderIdentifierGuid": "154f0624-da92-4d4c-b256-490a35cee823",
                              "created": "2025-06-14T07:37:13.2905928",
                              "createdLocal": "2025-06-14T07:37:13.2905928",
                              "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:37:13.2905928",
                              "storeID": 1,
                              "operatorG_Uid": "nQAp8haIpkaxfC0m1d134A==",
                              "operatorGuid": "f229009d-8816-46a6-b17c-2d26d5dd77e0",
                              "customerG_Uid": "ZWn9pEhsJkiFtjqD2fAd5Q==",
                              "customerGuid": "a4fd6965-6c48-4826-85b6-3a83d9f01de5",
                              "communityIdentifier": "s1vGA5K+T0ygkAhUpjWFLQ==",
                              "communityIdentifierGuid": "03c65bb3-be92-4c4f-a090-0854a635852d",
                              "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": "N6uf4FJFhU2iy0Zbtv2BVA==",
                              "priceLevelIdentifierGuid": "e09fab37-4552-4d85-a2cb-465bb6fd8154",
                              "locked": 36,
                              "relationChecksum": "sample string 37",
                              "loyaltyTender": 1,
                              "giftCardTender": 1,
                              "operator": {
                                "$ref": "33"
                              },
                              "customer": {
                                "$ref": "66"
                              },
                              "communityOrganisation": {
                                "$id": "74",
                                "id": 1,
                                "identifier": "CPEV7MUjYESLZEVd1Q6HEw==",
                                "identifierGuid": "ec15f108-23c5-4460-8b64-455dd50e8713",
                                "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:37:13.2905928",
                                "deleted": true
                              },
                              "details": [
                                {
                                  "$id": "75",
                                  "saleItemID": 1,
                                  "identifier": "aL+RaK0Yp0m6zEmOdtRipw==",
                                  "identifierGuid": "6891bf68-18ad-49a7-bacc-498e76d462a7",
                                  "saleHeaderID": 2,
                                  "plu": 1,
                                  "pluG_UId": "Ch2eFI7xeUutFph2nSC14w==",
                                  "pluGuid": "149e1d0a-f18e-4b79-ad16-98769d20b5e3",
                                  "accountID": "BDoPYuiqq0uthuYzIMX5lw==",
                                  "accountIDGuid": "620f3a04-aae8-4bab-ad86-e63320c5f997",
                                  "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:37:13.2905928",
                                  "bestOrExpireType": 1,
                                  "providerName": "sample string 11",
                                  "refundG_UID": "T4SrvSw5z0enoPsJIu6aLA==",
                                  "refundGuid": "bdab844f-392c-47cf-a7a0-fb0922ee9a2c",
                                  "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": "iuFMh03Ndk2rBmzQmy0t0w==",
                                  "idempotentVoidGuid": "874ce18a-cd4d-4d76-ab06-6cd09b2d2dd3",
                                  "priceLevelIdentifier": "nMMjOkmHi0yiRYjfIZ1Ebw==",
                                  "priceLevelIdentifierGuid": "3a23c39c-8749-4c8b-a245-88df219d446f",
                                  "productName": "sample string 23",
                                  "apn": "sample string 24",
                                  "unknownScans": [
                                    {
                                      "$id": "76",
                                      "id": 1,
                                      "saleDetailID": 2,
                                      "storeID": 1,
                                      "scanned": "2025-06-14T07:37:13.2905928",
                                      "operatorG_UID": "QEA=",
                                      "barcode": "sample string 4",
                                      "processed": 1
                                    },
                                    {
                                      "$ref": "76"
                                    }
                                  ],
                                  "refund": {
                                    "$id": "77",
                                    "id": 1,
                                    "g_UID": "1FD2BBSvjUe6WR22bhJZYw==",
                                    "guid": "04f650d4-af14-478d-ba59-1db66e125963",
                                    "description": "sample string 1",
                                    "dumped": true,
                                    "inventoryReasonID": 1,
                                    "sortOrder": 1,
                                    "updated": "2025-06-14T07:37:13.2905928"
                                  },
                                  "modifier": {
                                    "$id": "78",
                                    "id": 1,
                                    "setG_UID": "/ZmPIi0ikk+TIMbqZn0P1g==",
                                    "modifierSetGuid": "228f99fd-222d-4f92-9320-c6ea667d0fd6",
                                    "name": "sample string 2",
                                    "price": 1,
                                    "quantity": 1,
                                    "modifierType": 1,
                                    "groupNumber": 1,
                                    "pageNumber": 1,
                                    "controlOrder": 1,
                                    "printToStation": true,
                                    "pluG_UID": "Keiv8x4fG0+ne2UrhLkinw==",
                                    "pluGuid": "f3afe829-1f1e-4f1b-a77b-652b84b9229f",
                                    "deleted": true,
                                    "g_UID": "+x0SPFuzX0Cx4AUbd1zgqA==",
                                    "guid": "3c121dfb-b35b-405f-b1e0-051b775ce0a8",
                                    "product": {
                                      "$ref": "6"
                                    }
                                  },
                                  "priceLevelName": "sample string 25",
                                  "pumpNumber": 1,
                                  "hoseNumber": 1
                                },
                                {
                                  "$ref": "75"
                                }
                              ],
                              "eftReceipts": [
                                {
                                  "$id": "79",
                                  "id": 1,
                                  "storeID": 1,
                                  "saleHeaderID": 2,
                                  "storeSaleHeader": {
                                    "$ref": "73"
                                  },
                                  "receipt": "sample string 3",
                                  "processed": 1
                                },
                                {
                                  "$ref": "79"
                                }
                              ],
                              "payments": [
                                {
                                  "$ref": "72"
                                },
                                {
                                  "$ref": "72"
                                }
                              ],
                              "cards": [
                                {
                                  "$id": "80",
                                  "id": 1,
                                  "saleHeaderID": 1,
                                  "identifier": "sample string 2",
                                  "cardType": 3,
                                  "providerName": "sample string 4"
                                },
                                {
                                  "$ref": "80"
                                }
                              ],
                              "campaignHits": [
                                {
                                  "$id": "81",
                                  "id": 1,
                                  "saleHeaderID": 2,
                                  "campaign": "sample string 3",
                                  "name": "sample string 4",
                                  "processed": 1,
                                  "campaignDescription": "sample string 5"
                                },
                                {
                                  "$ref": "81"
                                }
                              ],
                              "fuel": [
                                {
                                  "$id": "82",
                                  "id": 1,
                                  "plu": 1,
                                  "pluG_UID": "fQnUBeC+7kGrLotoGHfhvQ==",
                                  "pluGuid": "05d4097d-bee0-41ee-ab2e-8b681877e1bd",
                                  "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:37:13.2905928",
                                  "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:37:13.2905928",
                                  "tagNumber": "sample string 15",
                                  "trackTwoRem": "sample string 16",
                                  "transCode": 1,
                                  "transType": 1,
                                  "unitPrice": 1.0,
                                  "vehicleReg": "sample string 17",
                                  "offline": true,
                                  "processed": 1
                                },
                                {
                                  "$ref": "82"
                                }
                              ],
                              "fuelResells": [
                                {
                                  "$id": "83",
                                  "saleItemID": 1,
                                  "saleHeaderID": 2,
                                  "plu": 1,
                                  "pluG_UId": "5fWnmfJUHEm8+ncSMMMOcQ==",
                                  "pluGuid": "99a7f5e5-54f2-491c-bcfa-771230c30e71",
                                  "accountID": "uXJq2RG6vkK055CY0Y77pQ==",
                                  "accountIDGuid": "d96a72b9-ba11-42be-b4e7-9098d18efba5",
                                  "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:37:13.2905928",
                                  "bestOrExpireType": 1,
                                  "refundG_UID": "y8QY6patqECccfJ3GyKfQA==",
                                  "refundGuid": "ea18c4cb-ad96-40a8-9c71-f2771b229f40",
                                  "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": "83"
                                }
                              ],
                              "customerOrder": [
                                {
                                  "$id": "84",
                                  "identifier": "wa1yv5bfkEOJYjhHeDwxQA==",
                                  "identifierGuid": "bf72adc1-df96-4390-8962-3847783c3140",
                                  "id": 1,
                                  "orderNo": 2,
                                  "externalSaleIdentifier": "sample string 3",
                                  "storeID": 4,
                                  "zoneID": 5,
                                  "deptNo": 6,
                                  "customerIdentifier": "Pg8tVjkq40mv8kuVMh9NlA==",
                                  "customerIdentifierGuid": "562d0f3e-2a39-49e3-aff2-4b95321f4d94",
                                  "operatorNo": 1,
                                  "operatorG_UID": "XbWezY4KCkaaQzN4BFFfUw==",
                                  "operatorGuid": "cd9eb55d-0a8e-460a-9a43-337804515f53",
                                  "created": "2025-06-14T07:37:13.2905928",
                                  "ordered": "2025-06-14T07:37:13.2905928",
                                  "started": "2025-06-14T07:37:13.2905928",
                                  "completed": "2025-06-14T07:37:13.2905928",
                                  "supplied": "2025-06-14T07:37:13.2905928",
                                  "quickTicket": 1,
                                  "deleted": true,
                                  "walkAway": true,
                                  "approxWait": 1,
                                  "actualWait": 1,
                                  "deliveryMethod": 8,
                                  "externalSaleType": 9,
                                  "customer": {
                                    "$ref": "66"
                                  },
                                  "operator": {
                                    "$ref": "33"
                                  },
                                  "details": [
                                    {
                                      "$id": "85",
                                      "headerID": 1,
                                      "plu": 1,
                                      "pluG_UId": "CaZ5n3zwSEqfs59BQbvTTg==",
                                      "pluGuid": "9f79a609-f07c-4a48-9fb3-9f4141bbd34e",
                                      "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": "/7ZfIIKAXEiQcMsq1p3wQw==",
                                      "headerIdentifierGuid": "205fb6ff-8082-485c-9070-cb2ad69df043",
                                      "product": {
                                        "$ref": "6"
                                      }
                                    },
                                    {
                                      "$ref": "85"
                                    }
                                  ],
                                  "storeName": "sample string 11",
                                  "customerName": "sample string 12",
                                  "storeReplyTo": "sample string 13",
                                  "storeSubjectLine": "sample string 14",
                                  "storeSaleHeader": {
                                    "$ref": "73"
                                  }
                                },
                                {
                                  "$ref": "84"
                                }
                              ],
                              "surveyResponses": [
                                {
                                  "$id": "86",
                                  "surveyG_UID": "5MlACK5D602vKzB1GdT/qw==",
                                  "surveyGuid": "0840c9e4-43ae-4deb-af2b-307519d4ffab",
                                  "saleHeaderGuid": "VUiZjOJEKEiyLjx48s5U9g==",
                                  "saleGuid": "8c994855-44e2-4828-b22e-3c78f2ce54f6",
                                  "textResponse": "sample string 1",
                                  "integerResponse": 1,
                                  "g_UIDResponse": "n2TGfZPG9kizY5JeB44ICA==",
                                  "guidResponse": "7dc6649f-c693-48f6-b363-925e078e0808",
                                  "whoAnswered": 2,
                                  "answeredAtUTC": "2025-06-14T07:37:13.2905928",
                                  "sale": {
                                    "$ref": "73"
                                  },
                                  "survey": {
                                    "$id": "87",
                                    "g_UID": "2r4BSApJL0aDgtqNPC4E7Q==",
                                    "guid": "4801beda-490a-462f-8382-da8d3c2e04ed",
                                    "name": "sample string 1",
                                    "storeID": 2,
                                    "zoneID": 1,
                                    "checkoutFormG_UID": "FII5c115fUajA4UhlLVsrA==",
                                    "checkoutFormGuid": "73398214-795d-467d-a303-852194b56cac",
                                    "displayToWho": 3,
                                    "displayWhen": 4,
                                    "start": "2025-06-14T07:37:13.2905928",
                                    "end": "2025-06-14T07:37:13.2905928",
                                    "deleted": true,
                                    "updated": "2025-06-14T07:37:13.2905928",
                                    "possibleIntegerResponses": [
                                      1,
                                      2
                                    ],
                                    "possibleTextResponses": [
                                      "sample string 1",
                                      "sample string 2"
                                    ],
                                    "possibleGuidResponses": [
                                      "644b6c76-9897-417a-b6b3-531b0835a9f4",
                                      "849685a4-33c3-4681-a120-a8f6ae2f3fe1"
                                    ],
                                    "allowsAllTextResponses": true,
                                    "surveyForm": {
                                      "$ref": "41"
                                    }
                                  },
                                  "ingressId": "sample string 4"
                                },
                                {
                                  "$ref": "86"
                                }
                              ],
                              "storeName": "sample string 38",
                              "machineName": "sample string 39",
                              "operatorName": "sample string 40",
                              "direction": 1,
                              "reason": "sample string 41",
                              "accountG_UID": "ruyXvR2b9EiJghFUlKU1Rw==",
                              "accountIdentifier": "bd97ecae-9b1d-48f4-8982-115494a53547",
                              "accountName": "sample string 42",
                              "customerOrderIdentifier": "ObTfPe5OD0KD8yuD/BbSvg==",
                              "customerOrderIdentifierGuid": "3ddfb439-4eee-420f-83f3-2b83fc16d2be",
                              "priceLevelName": "sample string 43",
                              "revision": 44,
                              "ingressId": "sample string 45"
                            },
                            "metadata": {
                              "$id": "88",
                              "id": 1,
                              "paymentID": 2,
                              "paymentIdentifier": "of6VYB20HU2j+cQrWEY34Q==",
                              "paymentIdentifierGuid": "6095fea1-b41d-4d1d-a3f9-c42b584637e1",
                              "identifier": "orSV/0wbFkG8hVEXQh9spQ==",
                              "identifierGuid": "ff95b4a2-1b4c-4116-bc85-5117421f6ca5",
                              "metadata": "sample string 3",
                              "signatureImage": "QEA=",
                              "itemIdentifier": "tIAxNT/44UiK4s/u+FppYA==",
                              "itemIdentifierGuid": "353180b4-f83f-48e1-8ae2-cfeef85a6960"
                            }
                          },
                          {
                            "$ref": "72"
                          }
                        ]
                      },
                      {
                        "$ref": "67"
                      }
                    ],
                    "customerGroupMembers": [
                      {
                        "$ref": "71"
                      },
                      {
                        "$ref": "71"
                      }
                    ],
                    "customerGroups": [
                      {
                        "$ref": "70"
                      },
                      {
                        "$ref": "70"
                      }
                    ],
                    "accounts": [
                      {
                        "$ref": "68"
                      },
                      {
                        "$ref": "68"
                      }
                    ],
                    "account": {
                      "$ref": "68"
                    },
                    "vouchers": [
                      {
                        "$id": "89",
                        "customerIdentifier": "32LURVbpgkW3U/euqxn0Hw==",
                        "customerIdentifierGuid": "45d462df-e956-4582-b753-f7aeab19f41f",
                        "voucherName": "sample string 2",
                        "count": 3,
                        "storeID": 4,
                        "barcode": "sample string 5",
                        "redeemCount": 6,
                        "issueCount": 7,
                        "storeSalePaymentID": 1,
                        "idempotentID": "kud6GpgJPU+vtvzjhjTEiQ==",
                        "idempotentGuid": "1a7ae792-0998-4f3d-afb6-fce38634c489",
                        "offline": true,
                        "voucher": {
                          "$id": "90",
                          "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:37:13.2905928",
                          "barcodeTemplate": {
                            "$id": "91",
                            "templateID": 1,
                            "template": "sample string 1",
                            "bcFunction": "sample string 2",
                            "sortOrder": 3
                          },
                          "scaleLabel": {
                            "$id": "92",
                            "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:37:13.2905928",
                            "labelPageLayout": "/ijHmj3wTU2cuId/UAg5mw==",
                            "pageLayoutGuid": "9ac728fe-f03d-4d4d-9cb8-877f5008399b",
                            "labelType": 6,
                            "oldName": "sample string 7",
                            "voucher": {
                              "$ref": "90"
                            },
                            "elements": [
                              {
                                "$id": "93",
                                "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:37:13.2905928"
                              },
                              {
                                "$ref": "93"
                              }
                            ]
                          },
                          "customerVouchers": [
                            {
                              "$id": "94",
                              "id": 1,
                              "customerIdentifier": "jQ6awaDH40OSebNDYyhcbQ==",
                              "customerIdentifierGuid": "c19a0e8d-c7a0-43e3-9279-b34363285c6d",
                              "voucherID": 3,
                              "voucherName": "sample string 4",
                              "storeID": 1,
                              "barcode": "sample string 5",
                              "dateOfIssue": "2025-06-14T07:37:13.2905928",
                              "issuedSaleHeaderID": 1,
                              "issuedSaleIdentifier": "sample string 7",
                              "issuedOfflinePaymentID": 1,
                              "issuedIdempotentID": "ixJLO4tz/Eqzx7F6AMttVQ==",
                              "issuedIdempotentGuid": "3b4b128b-738b-4afc-b3c7-b17a00cb6d55",
                              "issuedOffline": true,
                              "issuedUser": "sample string 9",
                              "issuedNotes": "sample string 10",
                              "expiryDate": "2025-06-14T07:37:13.2905928",
                              "expiredUser": "sample string 11",
                              "expiredNotes": "sample string 12",
                              "redeemed": "2025-06-14T07:37:13.2905928",
                              "redeemedSaleHeaderID": 1,
                              "redeemedSaleIdentifier": "sample string 13",
                              "redeemedOfflinePaymentID": 1,
                              "redeemedIdempotentID": "UyEwx63yGEqq+m7jRTKdGg==",
                              "redeemedIdempotentGuid": "c7302153-f2ad-4a18-aafa-6ee345329d1a",
                              "redeemedUser": "sample string 14",
                              "redeemedNotes": "sample string 15",
                              "redeemedOffline": true,
                              "updated": "2025-06-14T07:37:13.2905928",
                              "storeName": "sample string 17",
                              "scaleLabel": {
                                "$ref": "92"
                              },
                              "voucher": {
                                "$ref": "90"
                              },
                              "customer": {
                                "$ref": "66"
                              },
                              "issuedOfflinePayment": {
                                "$ref": "72"
                              },
                              "redeemedOfflinePayment": {
                                "$ref": "72"
                              }
                            },
                            {
                              "$ref": "94"
                            }
                          ]
                        },
                        "customer": {
                          "$ref": "66"
                        }
                      },
                      {
                        "$ref": "89"
                      }
                    ]
                  }
                },
                {
                  "$ref": "65"
                }
              ],
              "customerGroups": [
                {
                  "$id": "95",
                  "id": 1,
                  "campaignID": 2,
                  "campaignName": "sample string 3",
                  "groupID": "2UeM5eBBQESg/0frzRqxOg==",
                  "groupIDGuid": "e58c47d9-41e0-4440-a0ff-47ebcd1ab13a",
                  "campaign": {
                    "$ref": "62"
                  },
                  "group": {
                    "$ref": "70"
                  }
                },
                {
                  "$ref": "95"
                }
              ],
              "signIqTickets": [
                {
                  "$id": "96",
                  "identifier": "v/wej8nOgU6xWIvKvOdXzg==",
                  "identifierGuid": "8f1efcbf-cec9-4e81-b158-8bcabce757ce",
                  "campaignName": "sample string 2",
                  "message": "sample string 3",
                  "ticketFileSource": "sample string 4",
                  "ticketFileDestination": "sample string 5",
                  "storeID": 1
                },
                {
                  "$ref": "96"
                }
              ],
              "comboPriceGroups": [
                {
                  "$id": "97",
                  "id": 1,
                  "campaignID": 2,
                  "campaignName": "sample string 3",
                  "g_UID": "PAJ83I2CBUGHZmesLNW6pw==",
                  "guid": "dc7c023c-828d-4105-8766-67ac2cd5baa7",
                  "description": "sample string 5",
                  "newPrice": 1,
                  "rangeDescription": "sample string 6",
                  "dealDescription": "sample string 7",
                  "labelQuantity": 8,
                  "hostProductCategoryID": 1,
                  "offerID": 1,
                  "dontUpdatePricePlus": true,
                  "campaign": {
                    "$ref": "62"
                  },
                  "comboPricePlus": [
                    {
                      "$id": "98",
                      "id": 1,
                      "campaignID": 2,
                      "campaignName": "sample string 3",
                      "groupG_UID": "zYbDqD3LNUWZ978Edu6Yhg==",
                      "groupGuid": "a8c386cd-cb3d-4535-99f7-bf0476ee9886",
                      "comboPriceType": 5,
                      "priceType": 5,
                      "pluG_UID": "xQ8l/c8/J06KY6BFU26NTA==",
                      "pluGuid": "fd250fc5-3fcf-4e27-8a63-a045536e8d4c",
                      "priceGroupG_UID": "661mFiRRv0+DW6pdrhOrCQ==",
                      "priceGroupGuid": "1666adeb-5124-4fbf-835b-aa5dae13ab09",
                      "campaignPoolID": "sample string 7",
                      "quantity": 1,
                      "campaign": {
                        "$ref": "62"
                      },
                      "product": {
                        "$ref": "6"
                      },
                      "priceGroup": {
                        "$ref": "27"
                      },
                      "campaignPool": {
                        "$ref": "62"
                      }
                    },
                    {
                      "$ref": "98"
                    }
                  ]
                },
                {
                  "$ref": "97"
                }
              ],
              "priceLevels": [
                {
                  "$id": "99",
                  "id": 1,
                  "priceLevelIdentifier": "5dLCc2MPoEW1f3tJvBEC9w==",
                  "priceLevelIdentifierGuid": "73c2d2e5-0f63-45a0-b57f-7b49bc1102f7",
                  "campaignName": "sample string 3",
                  "priceLevelName": "sample string 4"
                },
                {
                  "$ref": "99"
                }
              ]
            },
            "product": {
              "$ref": "6"
            },
            "dealCost": {
              "$id": "100",
              "headerIdentifier": "FblvHkgAmU2lJrv41mzxIg==",
              "headerIdentifierGuid": "1e6fb915-0048-4d99-a526-bbf8d66cf122",
              "identifier": "6LNjoPYmf0a7CB10PfLwqQ==",
              "identifierGuid": "a063b3e8-26f6-467f-bb08-1d743df2f0a9",
              "supplierIdentifier": "f9cWjVAmxke8mkCo6bO8Dw==",
              "supplierGuid": "8d16d77f-2650-47c6-bc9a-40a8e9b3bc0f",
              "pluG_UID": "qUTIJLulUEqcY0l8sZypnQ==",
              "pluGuid": "24c844a9-a5bb-4a50-9c63-497cb19ca99d",
              "campaignName": "1c9b5a05-2503-4ab5-b690-506c27be4113",
              "description": "sample string 4",
              "cost": 5,
              "costDecimals": 6,
              "start": "2025-06-14T07:37:13.2905928",
              "end": "2025-06-14T07:37:13.2905928",
              "type": 9,
              "promoType": 10,
              "bonusItemPLUG_UID": "nN3wrOt56UOXyHuxB/hazQ==",
              "bonusItemPluGuid": "acf0dd9c-79eb-43e9-97c8-7bb107f85acd",
              "bonusPurchaseUnits": 11,
              "bonusReceiveUnits": 12,
              "updated": "2025-06-14T07:37:13.2905928",
              "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:37:13.2905928",
              "campaignEndDate": "2025-06-14T07:37:13.2905928",
              "masterPLUG_UID": "RUnQpSeEH0yOzlY0r2SzBA==",
              "masterID": "a5d04945-8427-4c1f-8ece-5634af64b304",
              "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": "zq+CRJwbWE+CWqnyrMbCxQ==",
              "bonusMasterID": "4482afce-1b9c-4f58-825a-a9f2acc6c2c5",
              "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:37:13.2905928",
          "dealCosts": [
            {
              "$ref": "100"
            },
            {
              "$ref": "100"
            }
          ],
          "tags": [
            {
              "$id": "101",
              "pluG_UID": "y4AJuMYOK0uthftbBxSJog==",
              "pluGuid": "b80980cb-0ec6-4b2b-ad85-fb5b071489a2",
              "tagID": 1,
              "description": "sample string 1",
              "storeIDs": [
                1,
                2
              ]
            },
            {
              "$ref": "101"
            }
          ],
          "alternateProductG_UID": "wI78kGB/8EW5hbqz5YtqdA==",
          "alternateProduct": "90fc8ec0-7f60-45f0-b985-bab3e58b6a74",
          "productHostCode": {
            "$id": "102",
            "id": 1,
            "pluG_UID": "p7gvqR+RnkicA60MhBFExQ==",
            "pluGuid": "a92fb8a7-911f-489e-9c03-ad0c841144c5",
            "ibaCode": "sample string 2"
          },
          "mscCat": {
            "$ref": "56"
          },
          "mscCom": {
            "$ref": "57"
          },
          "mscDep": {
            "$ref": "59"
          },
          "mscSubCom": {
            "$ref": "58"
          },
          "isUserUpdate": true,
          "ignoreMasterProduct": true,
          "priceGroupLabelRequested": true,
          "firstSold": "2025-06-14T07:37:13.2905928",
          "inventoryTracked": "2025-06-14T07:37:13.2905928",
          "isNormalPriceChangesCampaign": true
        },
        "supplier": {
          "$ref": "1"
        },
        "serviceFee": {
          "$id": "103",
          "id": 1,
          "description": "sample string 1",
          "fee": 1
        },
        "isPrimaryHost": true,
        "hostVendor": 46
      },
      {
        "$ref": "4"
      }
    ],
    "orderCycleHeaders": [
      {
        "$id": "104",
        "storeID": 1,
        "supplierIdentifier": "3Cn1D6pQTkK98Rndkm6wDA==",
        "supplierGuid": "0ff529dc-50aa-424e-bdf1-19dd926eb00c",
        "departmentCode": "sample string 2",
        "warehouseDirectIndicator": "sample string 3",
        "type": 4,
        "storeName": "sample string 5",
        "departmentName": "sample string 6",
        "orderDays": 7
      },
      {
        "$ref": "104"
      }
    ],
    "cycles": [
      {
        "$id": "105",
        "storeID": 1,
        "supplierIdentifier": "oL4mgk1uXUO72VaHHxRbVw==",
        "supplierGuid": "8226bea0-6e4d-435d-bbd9-56871f145b57",
        "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:37:13.2905928",
        "deliveryDate": "2025-06-14T07:37:13.2905928",
        "nextCutOffDate": "2025-06-14T07:37:13.2905928",
        "nextDeliveryDate": "2025-06-14T07:37:13.2905928",
        "nextDaysBuffer": 10
      },
      {
        "$ref": "105"
      }
    ],
    "store": {
      "$ref": "7"
    },
    "updated": "2025-06-14T07:37:13.2905928",
    "isHost": true
  },
  {
    "$ref": "1"
  }
]

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

text/csv

Sample:

Sample not available.

application/vnd.openxmlformats-officedocument.spreadsheetml.sheet

Sample:
PK�<�Z�}�O�5xl/workbook.xml �(�����0��&�C��U�R8q���{)[i�?ik��-%�x�3;������v@=�P�
�1��� z�<��v�z�c��E��J@c�[���D�xyTք^���?��<�.�Q�Jsep��!��fOS�2k��Dd	��˰�"+d��
7<r��s�*|�ȗ*
y�7�
���]���`����/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
�<�Zl[�''_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="Ra95f5af1d61d405e" /></Relationships>PK�<�Z2�J2�xl/worksheets/sheet1.xml �(��Y�R�J��ߏ�;���9����˛�+Q�	���^K
Z��k{ƻ=��2��3��.�Yy�?���۫r2���?�_]��/��ů�(V��]�X����݋�hy5-��eV��a�\�ǫ�v�sT^_Ϯ����~^ܮF �-���*|�r:�[���ky�(Ɠj��V���vx�7��������0�/�F{�rV<,���W���o�&�CQaG�I�������߬>�����tX�U�Uy��~�5w��|����0����fڠQJ	/������rUοn�c��z��ö]&��V�B!���M=n�Ad��1!��$>_m�U��Y-����,���M���!sb������ͦ���"�)�x�R緛z[כ��FH�`t��Իm�Ϥu~S�ɛQ8�����h
�֨���Vz�{�⓵�@e&�N(PN�	$:D��ZRg.h?ء��(U�땔(��Q�R��e�4-�J�0HP[�T�C����=��(mʇAJ�^&:D)J�dPzoe���&<Q�PkMD(�^)	 j�_�� <�A�l���5�a��;��� ����;�L��A7OR:Z�)��%ET x1aS#�R��+]��B�(EpM"���v#2JZR�,HɆ4H���"�(�Jal%�D�(E�M&��p��45FIb�Z�HJB`s�k��܈e~=	�6v�C�$6���``D�u��LFIb-I��S��ua��Q�h�����Ͻ1j�s;D-b�E
�n�p�)�kQE-�Z��d�����bXo��CԢ��� SJ��N����YԢ���lf-���p1[L�,*jQ�Zt2C#�
	�5��g�Z�:�A�
Q	�TQ������D��i�SD-��8z|N��ǫ��ޢ|,���w�*/��W��t�_*~����u�q�E�6⨋�6⸋�6�U�ڈ�.B����F�v��8�"\��mĿc�Է�����Z�3��B�=g �ُ�P���n?3B�!�~a�Fؽd �ݯ�����v�3��B���7gl�ߜ3"!8g���1#�sƎH8�C"!9g,���1%�sƖHyf���gƙHyf���gƛHyf̩(ό;噱��<3�����*:ơ���(�6e�N���22�#BFs�@�d^12��4�ur!Ld�u�5��B���@���22�w���}��Ґ�4�#�"�O��sZnL��/=�dʉξ�7��B�޳�=ky޷xطx�\Tڅ/L(���*������N�O��`���2�z�\��w��:��ڇ1��ga\f��������Sa�fh2N34�����R�GA�1�k��������@hv0��f�ّ��NCN�i[�u�;��@hv0��f�ّ>�4�<
���f�ّ��ӅfG��.�r��M|c�����ď��<�[<�[<�'n.;�������&��.�dGs��;�g<���������������Ɏ���eG/ߏ�1j��kZ�'��,WŢ�[����PK�<�Z���Pxl/_rels/workbook.xml.rels �(���An� E��f_��UH6�t��c�Hۜ���W(J�֑��&+4��i������m��8x'�:���z�d�Z�m7{e�7��H�ؔ�J��8�X�]�&�rz:Ku�=Ғ���%���p��?Do̠�ѫӄ.���>�EL@2��D�^^d*�'-`o*��nM��ժ]�7S��<b����2�����ͺ����Me���Sț^:-�圸Y��it)Y-uuQ�W�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�<�Z �&>u�xl/sharedStrings.xml �(��X�n�6}/������e+H�H�$k�N�u��(PJ�b���To�Y���(
,�֜!��9saN?�f��'9=�Ck``�1�Og�LJks:0�@4FiN��`����p~ʹ0`)�g����hģ
����$9ː�O�4��(��E����G"t`DyI���#%%�x��	r~*�1��$�ӑ8?Ii�)I�F?�\��X�E���1�c�ֹE�&�.q�_����He���bޖ^D���p���W�E�)I�k[��p7�;I�@�w3�œ��b�}�b���כ�����J��U�%���'aR�6V��������l�V�g$Cl;˩@�������ș���[MoG���E���c|�!ظ�dd{��m������<�Ѷ_�%��/k�"��s5Uz	d9��M�S�%Y�Ut0>����rE!���;�Ky*���8Ae*������V*�����ʵ������Е�5}�9�D��5���Y�r��6J�G(��0M�XĨ�BU��ʓ
/���
N�b{ꘉ�ӳ12~���Y~����p�)��Ϡ
�q�i�L����8<9�s���X���;����Q!��L��m�a�-+1�djy�����Ss����B�\��縰{����.J�4J��¢ť��}��������83&c���`bF���$
� 6�idM&�t<����oİ而��������ñ�S'�¶���q��(v'NM��k��t+s�&�򌩄��;�̺qW�D��֞��|w�%ab�)����j�/��8f��'
���iu44P��_��KF�®a�Ij�b[U.��j�R9�
������t\9j���É�rR��5̯��;�VN��8���H�_=o��)�L�|x�)f$.	��_�����	��
n����j6��n��Us^����®
�~��w���f�Ɔ����>�ҍȮ�V@|#��
���`�Dgb+�=~Zv���U�G�w��{����ޤ��ӣ���*?g0��gO�:GS�ݥnw�V�P�je�zE��
������:O+�v��=���;�ʿJ�2G���m��yc�E$.��DrB1�QD �G��FglLN�ɉ��z)�4h�bx���)��^?f�g�bӺ��X��8U��P*�T2$���ݷ�BՊ�l���3��'�8�J55�Q�D!dW�Rv�?�}�Y��m8�s��
���zzmчu��ck���gZc+6�0�6m���V
�q���-����}�uAg�Ӑ39��^g�S�G���,�U���QZ��������w�h�b*�C)~&]]��;������u[����VL��7�Π�UP�D��?#F���[U��@t
�Ml�î�Y���[fe*�j�<�s�^T�Ȁ1RZ�%s�m"�X@�&i
i��D)�&/��K���i�;��C�ORD���NԿ�
��؟Ԯ�~W%A���r#��ڸY�TW.�k�����#�,焫E�d�r��|U�Pn�_sGj�*�2֙D�4�F�gW}�.{tC��Ƴ� ��r	��d�)�k,�5�X�{�-H�6��V��ʰW���ES�r���ZB��!��W���8*4ػB
5
�16�8�PK-�<�Z�}�O�5xl/workbook.xmlPK-�<�Z����	��[Content_Types].xmlPK-
�<�Zl[�''U_rels/.relsPK-�<�Z2�J2��xl/worksheets/sheet1.xmlPK-�<�Z���PE
xl/_rels/workbook.xml.relsPK-�<�ZЃc'2E
�xl/styles.xmlPK-�<�Z �&>u�
xl/sharedStrings.xmlPK��

application/vnd.ms-excel

Sample:
PK�<�ZT��5xl/workbook.xml �(�����0��&�C��@��x�པ�m�?ik��-%�x�3;��4�q�`̄>j־v-!ؚ�(�/Ƃ�;n��!J�"�sɠ7�@RdYI�4H�������[t� �yC)*5��'����S�Ⓦ�^w5�B�7�$�q��TA�{(Fɹ�-�1r��Ã�e��!ˋj����k����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
�<�ZrTT�''_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="Rc1265c7a03d946bc" /></Relationships>PK�<�Z2�J2�xl/worksheets/sheet1.xml �(��Y�R�J��ߏ�;���9����˛�+Q�	���^K
Z��k{ƻ=��2��3��.�Yy�?���۫r2���?�_]��/��ů�(V��]�X����݋�hy5-��eV��a�\�ǫ�v�sT^_Ϯ����~^ܮF �-���*|�r:�[���ky�(Ɠj��V���vx�7��������0�/�F{�rV<,���W���o�&�CQaG�I�������߬>�����tX�U�Uy��~�5w��|����0����fڠQJ	/������rUοn�c��z��ö]&��V�B!���M=n�Ad��1!��$>_m�U��Y-����,���M���!sb������ͦ���"�)�x�R緛z[כ��FH�`t��Իm�Ϥu~S�ɛQ8�����h
�֨���Vz�{�⓵�@e&�N(PN�	$:D��ZRg.h?ء��(U�땔(��Q�R��e�4-�J�0HP[�T�C����=��(mʇAJ�^&:D)J�dPzoe���&<Q�PkMD(�^)	 j�_�� <�A�l���5�a��;��� ����;�L��A7OR:Z�)��%ET x1aS#�R��+]��B�(EpM"���v#2JZR�,HɆ4H���"�(�Jal%�D�(E�M&��p��45FIb�Z�HJB`s�k��܈e~=	�6v�C�$6���``D�u��LFIb-I��S��ua��Q�h�����Ͻ1j�s;D-b�E
�n�p�)�kQE-�Z��d�����bXo��CԢ��� SJ��N����YԢ���lf-���p1[L�,*jQ�Zt2C#�
	�5��g�Z�:�A�
Q	�TQ������D��i�SD-��8z|N��ǫ��ޢ|,���w�*/��W��t�_*~����u�q�E�6⨋�6⸋�6�U�ڈ�.B����F�v��8�"\��mĿc�Է�����Z�3��B�=g �ُ�P���n?3B�!�~a�Fؽd �ݯ�����v�3��B���7gl�ߜ3"!8g���1#�sƎH8�C"!9g,���1%�sƖHyf���gƙHyf���gƛHyf̩(ό;噱��<3�����*:ơ���(�6e�N���22�#BFs�@�d^12��4�ur!Ld�u�5��B���@���22�w���}��Ґ�4�#�"�O��sZnL��/=�dʉξ�7��B�޳�=ky޷xطx�\Tڅ/L(���*������N�O��`���2�z�\��w��:��ڇ1��ga\f��������Sa�fh2N34�����R�GA�1�k��������@hv0��f�ّ��NCN�i[�u�;��@hv0��f�ّ>�4�<
���f�ّ��ӅfG��.�r��M|c�����ď��<�[<�[<�'n.;�������&��.�dGs��;�g<���������������Ɏ���eG/ߏ�1j��kZ�'��,WŢ�[����PK�<�Z�e��Pxl/_rels/workbook.xml.rels �(���KN�0@�b͞�η��vÆm�{�DMl�v���G�
XT�Tb�������4����ݿ�yAFkZ��FZ5���s�+���DLa] iń�݆� �EȬC�:��YĔ��:!O�G�3VS�d�-�/�C�Z��<�h�`�j�)��Q�c?�@��ȓj��z-y�x�Ve�i �nj!^&�^�|!S]�3])Ϊ�yW�AxT�ѧK/��党̋B2Y�h�^���_�PK�<�ZЃc'2E
xl/styles.xml �(��S�j�0��&0���0�^�]v��:��d;��H��Kj�vG�Mz�zOHr�iB8v�F��WEG�?s�Oh�lff�uZМ���ށh�R���6�'��2��������ɳ�UŦ`<Қo���x���8��K�6BC ^�کĖ��B���n��f8����9� ����CUk��#��U�ub��WUB;��k���&�
AR>��� ��im��ΑF���YO��%�}���LJ\in�,���9oy}��y.�$��6��ųNJ�c��T��rĘ)փBR淶�E3ʟ�\��q��PK�<�Z �&>u�xl/sharedStrings.xml �(��X�n�6}/������e+H�H�$k�N�u��(PJ�b���To�Y���(
,�֜!��9saN?�f��'9=�Ck``�1�Og�LJks:0�@4FiN��`����p~ʹ0`)�g����hģ
����$9ː�O�4��(��E����G"t`DyI���#%%�x��	r~*�1��$�ӑ8?Ii�)I�F?�\��X�E���1�c�ֹE�&�.q�_����He���bޖ^D���p���W�E�)I�k[��p7�;I�@�w3�œ��b�}�b���כ�����J��U�%���'aR�6V��������l�V�g$Cl;˩@�������ș���[MoG���E���c|�!ظ�dd{��m������<�Ѷ_�%��/k�"��s5Uz	d9��M�S�%Y�Ut0>����rE!���;�Ky*���8Ae*������V*�����ʵ������Е�5}�9�D��5���Y�r��6J�G(��0M�XĨ�BU��ʓ
/���
N�b{ꘉ�ӳ12~���Y~����p�)��Ϡ
�q�i�L����8<9�s���X���;����Q!��L��m�a�-+1�djy�����Ss����B�\��縰{����.J�4J��¢ť��}��������83&c���`bF���$
� 6�idM&�t<����oİ而��������ñ�S'�¶���q��(v'NM��k��t+s�&�򌩄��;�̺qW�D��֞��|w�%ab�)����j�/��8f��'
���iu44P��_��KF�®a�Ij�b[U.��j�R9�
������t\9j���É�rR��5̯��;�VN��8���H�_=o��)�L�|x�)f$.	��_�����	��
n����j6��n��Us^����®
�~��w���f�Ɔ����>�ҍȮ�V@|#��
���`�Dgb+�=~Zv���U�G�w��{����ޤ��ӣ���*?g0��gO�:GS�ݥnw�V�P�je�zE��
������:O+�v��=���;�ʿJ�2G���m��yc�E$.��DrB1�QD �G��FglLN�ɉ��z)�4h�bx���)��^?f�g�bӺ��X��8U��P*�T2$���ݷ�BՊ�l���3��'�8�J55�Q�D!dW�Rv�?�}�Y��m8�s��
���zzmчu��ck���gZc+6�0�6m���V
�q���-����}�uAg�Ӑ39��^g�S�G���,�U���QZ��������w�h�b*�C)~&]]��;������u[����VL��7�Π�UP�D��?#F���[U��@t
�Ml�î�Y���[fe*�j�<�s�^T�Ȁ1RZ�%s�m"�X@�&i
i��D)�&/��K���i�;��C�ORD���NԿ�
��؟Ԯ�~W%A���r#��ڸY�TW.�k�����#�,焫E�d�r��|U�Pn�_sGj�*�2֙D�4�F�gW}�.{tC��Ƴ� ��r	��d�)�k,�5�X�{�-H�6��V��ʰW���ES�r���ZB��!��W���8*4ػB
5
�16�8�PK-�<�ZT��5xl/workbook.xmlPK-�<�Z����	�[Content_Types].xmlPK-
�<�ZrTT�''V_rels/.relsPK-�<�Z2�J2��xl/worksheets/sheet1.xmlPK-�<�Z�e��PF
xl/_rels/workbook.xml.relsPK-�<�ZЃc'2E
�xl/styles.xmlPK-�<�Z �&>u�
xl/sharedStrings.xmlPK��