GET api/voucher/{search}

Get voucher

Request Information

URI Parameters

NameDescriptionTypeAdditional information
search

string

Required

Body Parameters

None.

Response Information

Resource Description

Matching voucher model, or null if not found

Voucher
NameDescriptionTypeAdditional information
ID

integer

None.

Name

string

Required

String length: inclusive between 0 and 100

Description

Voucher description

string

None.

ShortDescription

Voucher short description

string

None.

URL

Voucher url

string

None.

BarcodeTemplateID

integer

None.

Expiry

When specified, this is the expiry days after voucher is assigned

integer

None.

VoucherType

VoucherTypes

None.

LimitPerTransaction

Limit of vouchers that can be issued per transaction

integer

None.

CustomerTracking

Indicates whether this voucher should be tracked against the user or not

boolean

None.

DiscountAccount

Text description to use in POS for Voucher (allows grouping)

string

None.

EndDate

End date of a competition voucher

date

None.

ExpiryTimeSpan

Relational field representing time span of expiry

time interval

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

BarcodeTemplate

Barcode template object

BarcodeTemplate

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

ScaleLabel

Voucher.Name REFERENCES ScaleLabel ( Name ) When ScaleLabel.IsVoucher>0

Label

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

CustomerVouchers

List of customer vouchers

Collection of CustomerVoucher

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

Response Formats

application/json, text/json

Sample:
{
  "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": "2026-04-03T06:24:08.7515316",
  "barcodeTemplate": {
    "$id": "2",
    "templateID": 1,
    "template": "sample string 1",
    "bcFunction": "sample string 2",
    "sortOrder": 3
  },
  "scaleLabel": {
    "$id": "3",
    "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": "2026-04-03T06:24:08.7515316",
    "labelPageLayout": "AFkUCyXZc0GdJbKHkRKrTQ==",
    "pageLayoutGuid": "0b145900-d925-4173-9d25-b2879112ab4d",
    "labelType": 6,
    "oldName": "sample string 7",
    "voucher": {
      "$ref": "1"
    },
    "elements": [
      {
        "$id": "4",
        "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": "2026-04-03T06:24:08.7515316"
      },
      {
        "$ref": "4"
      }
    ]
  },
  "customerVouchers": [
    {
      "$id": "5",
      "id": 1,
      "customerIdentifier": "MYWc45LW30eaSTWKnE6vYw==",
      "customerIdentifierGuid": "e39c8531-d692-47df-9a49-358a9c4eaf63",
      "voucherID": 3,
      "voucherName": "sample string 4",
      "storeID": 1,
      "barcode": "sample string 5",
      "dateOfIssue": "2026-04-03T06:24:08.7515316",
      "issuedSaleHeaderID": 1,
      "issuedSaleIdentifier": "sample string 7",
      "issuedOfflinePaymentID": 1,
      "issuedIdempotentID": "9HvQ/YoQiE6zO2fmZXzWPw==",
      "issuedIdempotentGuid": "fdd07bf4-108a-4e88-b33b-67e6657cd63f",
      "issuedOffline": true,
      "issuedUser": "sample string 9",
      "issuedNotes": "sample string 10",
      "expiryDate": "2026-04-03T06:24:08.7515316",
      "expiredUser": "sample string 11",
      "expiredNotes": "sample string 12",
      "redeemed": "2026-04-03T06:24:08.7515316",
      "redeemedSaleHeaderID": 1,
      "redeemedSaleIdentifier": "sample string 13",
      "redeemedOfflinePaymentID": 1,
      "redeemedIdempotentID": "+t3zhbhTbUClVOM5Fdmnqg==",
      "redeemedIdempotentGuid": "85f3ddfa-53b8-406d-a554-e33915d9a7aa",
      "redeemedUser": "sample string 14",
      "redeemedNotes": "sample string 15",
      "redeemedOffline": true,
      "updated": "2026-04-03T06:24:08.7515316",
      "storeName": "sample string 17",
      "scaleLabel": {
        "$ref": "3"
      },
      "voucher": {
        "$ref": "1"
      },
      "customer": {
        "$id": "6",
        "identifier": "1hW+7GgUEU68cWcIFfpHKg==",
        "identifierGuid": "ecbe15d6-1468-4e11-bc71-670815fa472a",
        "code": "sample string 2",
        "familyName": "sample string 3",
        "givenName": "sample string 4",
        "otherName": "sample string 5",
        "title": "sample string 6",
        "dateOfBirth": "2026-04-03T06:24:08.7515316",
        "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": "MMhbTdYKVEWSbd0OO5vXBQ==",
        "communityIdentifierGuid": "4d5bc830-0ad6-4554-926d-dd0e3b9bd705",
        "joined": "2026-04-03T06:24:08.7515316",
        "updated": "2026-04-03T06:24:08.7515316",
        "active": true,
        "reasonInactive": 1,
        "groupCustomer": true,
        "loyaltyPoints": 1,
        "homeStoreID": 1,
        "availableSpend": 1,
        "priceLevelIdentifier": "/+oagyiTyUi5U78tthEv7g==",
        "priceLevelIdentifierGuid": "831aeaff-9328-48c9-b953-bf2db6112fee",
        "marketingID": "sample string 18",
        "receiptPrintOptions": 1,
        "hidden": true,
        "registered": true,
        "registeredOn": "2026-04-03T06:24:08.7515316",
        "emailMarketing": true,
        "smsMarketing": true,
        "deleted": true,
        "deletedUser": "sample string 24",
        "homeStoreName": "sample string 25",
        "customerCards": [
          {
            "$id": "7",
            "cardType": 2,
            "issueDate": "2026-04-03T06:24:08.7515316",
            "expiry": "2026-04-03T06:24:08.7515316",
            "customerID": "RVK89XdnBEGMPfw8myHGNA==",
            "customerIDGuid": "f5bc5245-6777-4104-8c3d-fc3c9b21c634",
            "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": "2026-04-03T06:24:08.7515316",
            "linkedAccount": "y2el4+s+jUC5/GhlTVT8lA==",
            "linkedAccountGuid": "e3a567cb-3eeb-408d-b9fc-68654d54fc94",
            "currentValueChanged": true,
            "limitsChanged": true,
            "customer": {
              "$ref": "6"
            },
            "account": {
              "$id": "8",
              "id": 1,
              "identifier": "8KzfeWx50E2BAezd6Os8dw==",
              "identifierGuid": "79dfacf0-796c-4dd0-8101-ecdde8eb3c77",
              "referenceNo": "sample string 3",
              "name": "sample string 4",
              "created": "2026-04-03T06:24:08.7515316",
              "owner": "1vQ9eKcmoU+VNEyVZ956fA==",
              "ownerGuid": "783df4d6-26a7-4fa1-9534-4c9567de7a7c",
              "accountStoreGroupIdentifier": "7rT3TJ6QLESA2NNDS0FDOg==",
              "accountStoreGroupGuid": "4cf7b4ee-909e-442c-80d8-d3434b41433a",
              "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": "2026-04-03T06:24:08.7515316",
              "active": true,
              "updated": "2026-04-03T06:24:08.7515316",
              "deleted": true,
              "deletedUser": "sample string 16",
              "currentBalanceChanged": true,
              "maximumLimitChanged": true,
              "loyaltyPointsChanged": true,
              "projectedBalance": 17,
              "accountStoreGroupStoreIDs": [
                1,
                2
              ],
              "customerEmail": "sample string 18",
              "ownerCustomer": {
                "$ref": "6"
              },
              "card": {
                "$ref": "7"
              },
              "members": {
                "$id": "9",
                "sample string 1": [
                  {
                    "$ref": "6"
                  },
                  {
                    "$ref": "6"
                  }
                ],
                "sample string 2": [
                  {
                    "$ref": "6"
                  },
                  {
                    "$ref": "6"
                  }
                ]
              },
              "customerGroups": [
                {
                  "$id": "10",
                  "identifier": "3mERVLcnA0uCISPmfSuw6g==",
                  "identifierGuid": "541161de-27b7-4b03-8221-23e67d2bb0ea",
                  "name": "sample string 2",
                  "primaryContact": "o+I9VC9F20W2RgWbTgM/ig==",
                  "primaryContactGuid": "543de2a3-452f-45db-b646-059b4e033f8a",
                  "accountID": "prpdEYPrCUadTFj5kLCDog==",
                  "accountIDGuid": "115dbaa6-eb83-4609-9d4c-58f990b083a2",
                  "special": true,
                  "updated": "2026-04-03T06:24:08.7515316",
                  "active": true,
                  "reasonInactive": 1,
                  "priceLevelIdentifier": "hW8z8mTTzUqf9IVs+w5SuA==",
                  "priceLevelIdentifierGuid": "f2336f85-d364-4acd-9ff4-856cfb0e52b8",
                  "marketingListID": "sample string 7",
                  "deleted": true,
                  "account": {
                    "$ref": "8"
                  },
                  "primaryContactCustomer": {
                    "$ref": "6"
                  },
                  "customerGroupMembers": [
                    {
                      "$id": "11",
                      "id": 1,
                      "groupID": "8YTtQOewFUSSib+cY9j9Ag==",
                      "groupIDGuid": "40ed84f1-b0e7-4415-9289-bf9c63d8fd02",
                      "customerID": "OVAeNspFBUGqhLTzd/iYQw==",
                      "customerIDGuid": "361e5039-45ca-4105-aa84-b4f377f89843",
                      "card": "sample string 4",
                      "linkedAccount": "WqzM61t9vkCgCRI7SdFmeQ==",
                      "linkedAccountGuid": "ebccac5a-7d5b-40be-a009-123b49d16679",
                      "customer": {
                        "$ref": "6"
                      },
                      "group": {
                        "$ref": "10"
                      },
                      "customerCard": {
                        "$ref": "7"
                      }
                    },
                    {
                      "$ref": "11"
                    }
                  ]
                },
                {
                  "$ref": "10"
                }
              ]
            },
            "payments": [
              {
                "$id": "12",
                "id": 1,
                "identifier": "i2LtGdKImEqpKb9LsQDXBA==",
                "identifierGuid": "19ed628b-88d2-4a98-a929-bf4bb100d704",
                "storeID": 2,
                "operatorName": "sample string 3",
                "saleHeaderID": 4,
                "paymentType": 5,
                "amount": 6,
                "account": "sample string 7",
                "accountID": "8IwWf/CauEug00LbAs1h8w==",
                "accountIDGuid": "7f168cf0-9af0-4bb8-a0d3-42db02cd61f3",
                "customerAccount": {
                  "$ref": "8"
                },
                "customerCard": {
                  "$ref": "7"
                },
                "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": "2026-04-03T06:24:08.7515316",
                "invRocNo": "sample string 14",
                "responseCode": "sample string 15",
                "cashout": 1,
                "tip": 16,
                "idempotentVoid": "zG4rwxtTh0ixQXl4eSQsxg==",
                "idempotentVoidGuid": "c32b6ecc-531b-4887-b141-797879242cc6",
                "offline": true,
                "processed": 1,
                "storeSaleHeader": {
                  "$id": "13",
                  "saleHeaderID": 1,
                  "saleHeaderGuid": "YUr8Y9lqnkysFhvI4lhCkw==",
                  "saleHeaderIdentifierGuid": "63fc4a61-6ad9-4c9e-ac16-1bc8e2584293",
                  "created": "2026-04-03T06:24:08.7515316",
                  "createdLocal": "2026-04-03T06:24:08.7515316",
                  "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": "2026-04-03T06:24:08.7515316",
                  "storeID": 1,
                  "operatorG_Uid": "ZmEMPhIlIE+nJn2B7LDrXg==",
                  "operatorGuid": "3e0c6166-2512-4f20-a726-7d81ecb0eb5e",
                  "customerG_Uid": "qquIdD+FN0SaoPZZ3Y7pQA==",
                  "customerGuid": "7488abaa-853f-4437-9aa0-f659dd8ee940",
                  "communityIdentifier": "hNQXOWXZX0iftaxxYKfmSQ==",
                  "communityIdentifierGuid": "3917d484-d965-485f-9fb5-ac7160a7e649",
                  "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": "CNDEkSMOgUSU4sPg2t4L/w==",
                  "priceLevelIdentifierGuid": "91c4d008-0e23-4481-94e2-c3e0dade0bff",
                  "locked": 36,
                  "orderMetadata": "{\"CustomerName\":\"sample string 1\",\"PickupAt\":\"2026-04-03T06:24:08.7515316+00:00\",\"DeliveryAddress1\":\"sample string 2\",\"DeliveryAddress2\":\"sample string 3\",\"CustomerPhoneNumber\":\"sample string 4\",\"OrderType\":0,\"ExternalOrderID\":\"sample string 5\",\"ExternalDisplayableOrderID\":\"sample string 6\",\"TableName\":\"sample string 7\",\"CreatedBy\":0,\"OrderingAppName\":\"sample string 8\"}",
                  "deserialisedOrderMetadata": {
                    "$id": "14",
                    "customerName": "sample string 1",
                    "pickupAt": "2026-04-03T06:24:08.7515316",
                    "deliveryAddress1": "sample string 2",
                    "deliveryAddress2": "sample string 3",
                    "customerPhoneNumber": "sample string 4",
                    "orderType": 0,
                    "externalOrderID": "sample string 5",
                    "externalDisplayableOrderID": "sample string 6",
                    "tableName": "sample string 7",
                    "createdBy": 0,
                    "orderingAppName": "sample string 8"
                  },
                  "relationChecksum": "sample string 38",
                  "loyaltyTender": 1,
                  "giftCardTender": 1,
                  "operator": {
                    "$id": "15",
                    "id": 1,
                    "g_Uid": "yEk9wG6y/0uJDE+L6B6dnQ==",
                    "guid": "c03d49c8-b26e-4bff-890c-4f8be81e9d9d",
                    "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": "2026-04-03T06:24:08.7515316",
                    "passwordResetRequired": true,
                    "alteredInStore": true,
                    "startShift": "2026-04-03T06:24:08.7515316",
                    "endShift": "2026-04-03T06:24:08.7515316",
                    "machineName": "sample string 20",
                    "drawerID": 1,
                    "stores": [
                      {
                        "$id": "16",
                        "operatorG_UID": "XOlOrSzTYU6dUnRT4ov0/w==",
                        "operatorGuid": "ad4ee95c-d32c-4e61-9d52-7453e28bf4ff",
                        "storeID": 2,
                        "operator": {
                          "$ref": "15"
                        },
                        "store": {
                          "$id": "17",
                          "id": 1,
                          "isMaster": true,
                          "isElectedMaster": true,
                          "electedMasterStoreID": 1,
                          "isZoneMaster": 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": "2026-04-03T06:24:08.7515316",
                          "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": "lMNSKfWQS0yXuvG08qs9eQ==",
                          "hostIdentifierGuid": "2952c394-90f5-4c4b-97ba-f1b4f2ab3d79",
                          "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,
                          "defaultOrderDocumentId": 1,
                          "defaultStockReceiveDocumentId": 1,
                          "giftCardSalesAccountingDeptCode": "sample string 47",
                          "transactionDiscountAccountingDeptCode": "sample string 48",
                          "size": 49,
                          "updated": "2026-04-03T06:24:08.7515316",
                          "priceZone": {
                            "$id": "18",
                            "id": 1,
                            "name": "sample string 2",
                            "hostIdentifier": "BXuTycRggESYfyZnGtGxIA==",
                            "hostIdentifierGuid": "c9937b05-60c4-4480-987f-26671ad1b120",
                            "sortOrder": 3,
                            "zoneMasterStoreID": 1,
                            "electedMasterStoreID": 1,
                            "containsElectedMasterStore": true
                          },
                          "priceZoneName": "sample string 51",
                          "storeFuelConfigured": true,
                          "shippingAddressCopied": true,
                          "shippingAddress": {
                            "$id": "19",
                            "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"
                          },
                          "billingAddressCopied": true,
                          "billingAddress": {
                            "$ref": "19"
                          },
                          "hostStoreSettings": [
                            {
                              "$id": "20",
                              "id": 1,
                              "hostIdentifier": "bWmIPq0yAEWRm7Qrmwx5Ug==",
                              "hostIdentifierGuid": "3e88696d-32ad-4500-919b-b42b9b0c7952",
                              "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,
                              "secondPassword": "sample string 23",
                              "secondPasswordPlain": "sample string 24",
                              "secondServerAddress": "sample string 25",
                              "processPromotions": true,
                              "hostProvider": 0,
                              "host": {
                                "$id": "21",
                                "identifier": "+xpUJiWbNEy5QqmapvmqXA==",
                                "identifierGuid": "26541afb-9b25-4c34-b942-a99aa6f9aa5c",
                                "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": "FS3LdDYgKkqi9Q+eyEmSrw==",
                                "hostSupplierIdentifierGuid": "74cb2d15-2036-4a2a-a2f5-0f9ec84992af",
                                "loyaltyPriceLevelIdentifier": "bsawSLxZ/kW3oXLWOM5jZA==",
                                "loyaltyPriceLevelIdentifierGuid": "48b0c66e-59bc-45fe-b7a1-72d638ce6364",
                                "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": "2026-04-03T06:24:08.7515316",
                                "lastProcessed": "2026-04-03T06:24:08.7515316",
                                "hold": true,
                                "supplierName": "sample string 35",
                                "supplier": {
                                  "$id": "22",
                                  "identifier": "XqW0R4AofEyyMJu7H6nOzA==",
                                  "identifierGuid": "47b4a55e-2880-4c7c-b230-9bbb1fa9cecc",
                                  "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": "UM05PpOmwE6MPVIaIU3bog==",
                                  "primaryContactID": "3e39cd50-a693-4ec0-8c3d-521a214ddba2",
                                  "storeID": 1,
                                  "abn": "sample string 16",
                                  "supplierGroupIdentifier": "Ew6aJcrwREiQpeLdJp7Krw==",
                                  "supplierGroupGuid": "259a0e13-f0ca-4844-90a5-e2dd269ecaaf",
                                  "rebate": 1.0,
                                  "rebateType": 1,
                                  "rebateFrequency": 1,
                                  "rebateSource": 1,
                                  "rebateLastClaimed": "2026-04-03T06:24:08.7515316",
                                  "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": "23",
                                    "id": "c2c213df-ae68-4e5e-9be1-6e508f674540",
                                    "identifier": "/2OvxJz3OUiYsvU+d9z61w==",
                                    "identifierGuid": "c4af63ff-f79c-4839-98b2-f53e77dcfad7",
                                    "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": "24",
                                      "supplierIdentifier": "4gg/Ya+Oa0GsU61Us4/L1Q==",
                                      "supplierIdentifierGuid": "613f08e2-8eaf-416b-ac53-ad54b38fcbd5",
                                      "contactGuid": "K4B/+nS43Ue3LddEoW69XA==",
                                      "contactID": "fa7f802b-b874-47dd-b72d-d744a16ebd5c",
                                      "contact": {
                                        "$ref": "23"
                                      },
                                      "supplier": {
                                        "$ref": "22"
                                      }
                                    },
                                    {
                                      "$ref": "24"
                                    }
                                  ],
                                  "products": [
                                    {
                                      "$id": "25",
                                      "pluG_UID": "olPqqtDQEE2l6NnKUm8yew==",
                                      "pluGuid": "aaea53a2-d0d0-4d10-a5e8-d9ca526f327b",
                                      "supplierIdentifier": "nlHB/E4CYkSqeSxQWgJ0ow==",
                                      "supplierIdentifierGuid": "fcc1519e-024e-4462-aa79-2c505a0274a3",
                                      "cartonQuantity": 1,
                                      "cartonQuantityChanged": true,
                                      "productSize": "sample string 3",
                                      "cigarettesPerSleeve": 1,
                                      "randomWeight": true,
                                      "piecesPerUnit": 5,
                                      "averagePackSize": 6,
                                      "effectiveDate": "2026-04-03T06:24:08.7515316",
                                      "pricedByWeight": true,
                                      "landedUnitCostEx": 9,
                                      "landedUnitCostInc": 10,
                                      "landedCartonCostInc": 12,
                                      "landedCartonCostEx": 13,
                                      "standardCost": 14,
                                      "deliveryFee": 1,
                                      "deliveryFeeBasis": "sample string 15",
                                      "pickAndPackFee": 1,
                                      "pickAndPackFeeBasis": "sample string 16",
                                      "financeFee": 1,
                                      "financeFeeBasis": "sample string 17",
                                      "cartonLength": 1,
                                      "cartonWidth": 1,
                                      "cartonHeight": 1,
                                      "palletLayerQuantity": 1,
                                      "palletLayers": 1,
                                      "itemCode": "sample string 18",
                                      "invoiceCode": "sample string 19",
                                      "invoiceDesc": "sample string 20",
                                      "orderDirect": true,
                                      "useCost": true,
                                      "minimumQuantity": 21,
                                      "hostType": 22,
                                      "fromHost": 23,
                                      "minimumReorder": 1,
                                      "maximumReorder": 1,
                                      "orderMultiple": 24.1,
                                      "sellMultiple": 25.1,
                                      "baseMultiple": 26.1,
                                      "hostStandardCost": 27,
                                      "hostTotalCost": 28,
                                      "hostRetail": 29,
                                      "hostLandedUnitCostEx": 30,
                                      "hostLandedUnitCostInc": 31,
                                      "hostDesc": "sample string 32",
                                      "directIndicator": "sample string 33",
                                      "availableToOrder": true,
                                      "hostRangeIndicator": "sample string 35",
                                      "hostProductType": "sample string 36",
                                      "hostProductGrade": "sample string 37",
                                      "hostProductGroup": "sample string 38",
                                      "hostSlowMoving": true,
                                      "hostGeneralMerchandise": true,
                                      "hostPillar": "sample string 41",
                                      "hostLastUpdated": "2026-04-03T06:24:08.7515316",
                                      "rebate": 1.0,
                                      "rebateExclude": true,
                                      "invoiceCodes": [
                                        {
                                          "$id": "26",
                                          "pluG_UID": "wg/JYE0VUEyozG8HpBb/Yg==",
                                          "pluGuid": "60c90fc2-154d-4c50-a8cc-6f07a416ff62",
                                          "supplierIdentifier": "4KJ7mJd4IkCSlxDEJajiGA==",
                                          "supplierIdentifierGuid": "987ba2e0-7897-4022-9297-10c425a8e218",
                                          "invoiceCode": "sample string 1",
                                          "storeIDs": [
                                            1,
                                            2
                                          ]
                                        },
                                        {
                                          "$ref": "26"
                                        }
                                      ],
                                      "storeIDs": [
                                        1,
                                        2
                                      ],
                                      "preferredSupplier": true,
                                      "preferredRebateSupplier": true,
                                      "supplierName": "sample string 42",
                                      "salesMode": 43,
                                      "orderPacked": true,
                                      "active": true,
                                      "price": 1,
                                      "costGstPercent": 45,
                                      "parentPluG_UID": "m4A7T/X5hUyblazAhDJsTg==",
                                      "parentPluGuid": "4f3b809b-f9f5-4c85-9b95-acc084326c4e",
                                      "freight": 46.0,
                                      "freightType": 1,
                                      "product": {
                                        "$id": "27",
                                        "plu": 1,
                                        "storeID": 1,
                                        "masterPluG_UID": "QEA=",
                                        "storeIDs": [
                                          1,
                                          2
                                        ],
                                        "g_UId": "GqfSAkobQ0eqQXmfXrSKRA==",
                                        "guid": "02d2a71a-1b4a-4743-aa41-799f5eb48a44",
                                        "apn": "sample string 1",
                                        "apnChanged": true,
                                        "apnSwitched": true,
                                        "barcode": "sample string 4",
                                        "itemNumber": "sample string 5",
                                        "itemNumberChanged": true,
                                        "priceGroupG_UID": "73F2tV8AaESpTrTLOMTGPA==",
                                        "priceGroupGuid": "b57671ef-005f-4468-a94e-b4cb38c4c63c",
                                        "blueprintID": 1,
                                        "lastCountedDate": "2026-04-03T06:24:08.7515316",
                                        "externalID": "sample string 7",
                                        "active": true,
                                        "activated": "2026-04-03T06:24:08.7515316",
                                        "pluCreated": "2026-04-03T06:24:08.7515316",
                                        "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": "2026-04-03T06:24:08.7515316",
                                        "lastManualUpdate": "2026-04-03T06:24:08.7515316",
                                        "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": "2026-04-03T06:24:08.7515316",
                                        "currentCostUpdated": "2026-04-03T06:24:08.7515316",
                                        "costDecimals": 31,
                                        "costChanged": true,
                                        "dealCostIdentifier": "QEA=",
                                        "excludeFromRebate": true,
                                        "rebateOverride": 1,
                                        "costCalcMethod": 32,
                                        "costCalcMethodChanged": true,
                                        "costEffectiveDate": "2026-04-03T06:24:08.7515316",
                                        "defaultGP": 1,
                                        "breakTargetMode": 33,
                                        "break1": 1,
                                        "price1": 1,
                                        "target1": 34,
                                        "break2": 1,
                                        "price2": 1,
                                        "target2": 35,
                                        "break3": 1,
                                        "price3": 1,
                                        "target3": 36,
                                        "break1Changed": true,
                                        "price1Changed": true,
                                        "target1Changed": true,
                                        "break2Changed": true,
                                        "price2Changed": true,
                                        "target2Changed": true,
                                        "break3Changed": true,
                                        "price3Changed": true,
                                        "target3Changed": true,
                                        "breakTargetModeChanged": true,
                                        "margin": 1.1,
                                        "marginChanged": true,
                                        "marginRanged": true,
                                        "marginRangedChanged": true,
                                        "minimumMargin": 1.1,
                                        "minimumMarginChanged": true,
                                        "maximumMargin": 1.1,
                                        "maximumMarginChanged": true,
                                        "overrideHostWarehouseIndicator": true,
                                        "overrideHostWarehouseIndicatorChanged": true,
                                        "overrideHostPrice": true,
                                        "overrideHostPriceChanged": true,
                                        "overrideHostCost": true,
                                        "overrideHostCostChanged": true,
                                        "overrideHostMargin": true,
                                        "overrideHostMarginChanged": true,
                                        "alwaysApplyMargin": true,
                                        "alwaysApplyMarginChanged": true,
                                        "aws": 1.0,
                                        "paws": 1.0,
                                        "awsUpdated": "2026-04-03T06:24:08.7515316",
                                        "posTare": 1,
                                        "altPrice": 1.0,
                                        "altPriceChanged": true,
                                        "altPriceMode": 53,
                                        "altPriceModeChanged": true,
                                        "altPLUG_UID": "9vXmOF76zUayXNlcClS6mQ==",
                                        "altPLUGuid": "38e6f5f6-fa5e-46cd-b25c-d95c0a54ba99",
                                        "altPLUGuidChanged": true,
                                        "altPriceDescription1": "sample string 54",
                                        "altPriceDescription2": "sample string 55",
                                        "cartonQuantity": 56,
                                        "cartonQuantityChanged": true,
                                        "trayID": 1,
                                        "promptID": 1,
                                        "tare": 1,
                                        "packQty": 1,
                                        "fixedWeight": 1,
                                        "extraMesg": 1,
                                        "text1": "sample string 58",
                                        "text2": "sample string 59",
                                        "text3": "sample string 60",
                                        "labelText": "sample string 61",
                                        "labelTextChanged": true,
                                        "sendToScale": true,
                                        "nonScaleWeigh": true,
                                        "labelFormat": "sample string 65",
                                        "barcodeFormat": "sample string 66",
                                        "austMade": 1,
                                        "coolCode": 67,
                                        "countryOfOrigin": "sample string 68",
                                        "percentContent": 69.1,
                                        "departmentID": 1,
                                        "subDepartmentID": 1,
                                        "minorDepartmentID": 1,
                                        "lesserDepartmentID": 1,
                                        "deptCode": "sample string 70",
                                        "subDeptCode": "sample string 71",
                                        "minorDeptCode": "sample string 72",
                                        "lesserDeptCode": "sample string 73",
                                        "deptName": "sample string 74",
                                        "subDeptName": "sample string 75",
                                        "minorDeptName": "sample string 76",
                                        "lesserDeptName": "sample string 77",
                                        "departmentChanged": true,
                                        "subCategoryID": 1,
                                        "expiry": 1,
                                        "showDays": 1,
                                        "datePrint": 1,
                                        "labelRequired": true,
                                        "labelShelfQty": 80,
                                        "labelShelfChanged": true,
                                        "labelTalkerQty": 82,
                                        "labelSmall": true,
                                        "labelLastPrinted": "2026-04-03T06:24:08.7515316",
                                        "labelLastPrice": 1,
                                        "shelfPageLayoutG_UID": "/cy5p37w6kak3bdpYQeylg==",
                                        "shelfPageLayoutGuid": "a7b9ccfd-f07e-46ea-a4dd-b7696107b296",
                                        "talkerPageLayoutG_UID": "az7ZIN2SdkW8GpOD+BDEuA==",
                                        "talkerPageLayoutGuid": "20d93e6b-92dd-4576-bc1a-9383f810c4b8",
                                        "unitMeasure": 1.1,
                                        "unitMeasureChanged": true,
                                        "unitMeasureKind": 85,
                                        "unitMeasureKindChanged": true,
                                        "signIQData": "sample string 87",
                                        "refresh": true,
                                        "earnLoyaltyPoints": true,
                                        "earnLoyaltyPointsChanged": true,
                                        "quantityOverride": true,
                                        "quantityOverrideChanged": true,
                                        "quantityRequired": true,
                                        "quantityRequiredChanged": true,
                                        "allowDiscounts": true,
                                        "allowDiscountsChanged": true,
                                        "discountDiscounts": true,
                                        "discountDiscountsChanged": true,
                                        "itemRecalled": true,
                                        "itemRecalledChanged": true,
                                        "noRefund": true,
                                        "noRefundChanged": true,
                                        "allowMarkdown": true,
                                        "allowMarkdownChanged": true,
                                        "priceRequired": true,
                                        "priceRequiredChanged": true,
                                        "fuelItem": true,
                                        "fuelItemChanged": true,
                                        "liabilityItem": true,
                                        "trackSerial": true,
                                        "trackSerialChanged": true,
                                        "allowZeroPrice": true,
                                        "allowZeroPriceChanged": true,
                                        "notForSale": 92,
                                        "notForSaleChanged": true,
                                        "excludeFromDeals": true,
                                        "excludeFromVoucher": true,
                                        "minimumAge": 95,
                                        "minimumAgeChanged": true,
                                        "buyingLimit": 1,
                                        "buyingLimitChanged": true,
                                        "buyingLimitIndependent": true,
                                        "buyingLimitIndependentChanged": true,
                                        "inventoryGuid": "tthtwstG4kOxX6Q1ysb8ew==",
                                        "inventoryIdentifier": "c26dd8b6-46cb-43e2-b15f-a435cac6fc7b",
                                        "inventoryAccuracy": 1,
                                        "baseUnits": 99,
                                        "orderPacked": 1,
                                        "isManufactured": true,
                                        "isIngredient": true,
                                        "isModifier": true,
                                        "isModifierChanged": true,
                                        "hasModifiers": 100,
                                        "defaultPrinter": "sample string 101",
                                        "defaultPrinterGroup": "sample string 102",
                                        "ingredientsOnManufacture": true,
                                        "manufactureUnitMeasure": 1,
                                        "mpl": 1,
                                        "maxShelfQty": 103,
                                        "allowAutoOrder": true,
                                        "warrantyPeriod": 1,
                                        "parentPluG_UId": "Jp/H9Z2Smkmvt4xSErfuYg==",
                                        "parentPluGuid": "f5c79f26-929d-499a-afb7-8c5212b7ee62",
                                        "preferredHostVendor": 105,
                                        "preferredHostChanged": true,
                                        "code": "sample string 107",
                                        "supplierIdentifier": "q8nJYNJTb0a0SgYIZiJypQ==",
                                        "supplierIdentifierGuid": "60c9c9ab-53d2-466f-b44a-0608662272a5",
                                        "supplierChanged": true,
                                        "rebateSupplierIdentifier": "IOOLqO/FDke/tn2f1VFi6Q==",
                                        "rebateSupplierIdentifierGuid": "a88be320-c5ef-470e-bfb6-7d9fd55162e9",
                                        "rebateSupplierChanged": true,
                                        "availableForOrder": true,
                                        "warehouseDirectIndicator": "sample string 109",
                                        "warehouseDirectIndicatorChanged": true,
                                        "productGrade": "sample string 111",
                                        "productType": "sample string 112",
                                        "productGroup": "sample string 113",
                                        "complianceIndicator": "sample string 114",
                                        "inhouseBrand": "sample string 115",
                                        "slowMoving": true,
                                        "generalMerchandise": true,
                                        "comment": "sample string 118",
                                        "lastUpdatedByUser": "sample string 119",
                                        "lastManualUpdatedByUser": "sample string 120",
                                        "lastUpdatedByUserOverride": true,
                                        "lastUpdatedByHost": "2026-04-03T06:24:08.7671651",
                                        "commodity": "sample string 122",
                                        "businessPillar": "sample string 123",
                                        "mscCommodity": "sample string 124",
                                        "hostIdentifier": "ZvPB7nm8OkqJVNBCwce5WQ==",
                                        "hostIdentifierGuid": "eec1f366-bc79-4a3a-8954-d042c1c7b959",
                                        "serviceFeeID": 1,
                                        "serviceFeeIDChanged": true,
                                        "providerName": "sample string 126",
                                        "aisleEnds": "sample string 127",
                                        "deleted": true,
                                        "deletedChanged": true,
                                        "hidden": true,
                                        "doNotRange": true,
                                        "doNotRangeChanged": true,
                                        "doNotOrder": true,
                                        "doNotOrderChanged": true,
                                        "locked": true,
                                        "excludeFromWebUpdate": true,
                                        "excludeFromWebUpdateChanged": true,
                                        "webPriceBasedOn": 138,
                                        "webPriceRounding": true,
                                        "webMarkup": 140,
                                        "webPriceMode": 141,
                                        "altDepartmentID": 1,
                                        "altSubDepartmentID": 1,
                                        "altMinorDepartmentID": 1,
                                        "altLesserDepartmentID": 1,
                                        "altDeptCode": "sample string 142",
                                        "altSubDeptCode": "sample string 143",
                                        "altMinorDeptCode": "sample string 144",
                                        "altLesserDeptCode": "sample string 145",
                                        "altDepartmentChanged": true,
                                        "storeProducts": [
                                          {
                                            "$ref": "27"
                                          },
                                          {
                                            "$ref": "27"
                                          }
                                        ],
                                        "store": {
                                          "$ref": "17"
                                        },
                                        "storePrices": [
                                          {
                                            "$id": "28",
                                            "pluG_UID": "rFB58TczdEmcIsRQnXVy1g==",
                                            "pluGuid": "f17950ac-3337-4974-9c22-c4509d7572d6",
                                            "plu": 1,
                                            "storeID": 1,
                                            "zoneID": 2,
                                            "zoneName": "sample string 3",
                                            "store": "sample string 4",
                                            "isElectedMasterStore": true,
                                            "isZoneMasterStore": true,
                                            "priceNow": 7,
                                            "costNow": 8,
                                            "costNowDecimals": 9,
                                            "normalPrice": 10,
                                            "priceNext": 1,
                                            "costNext": 1,
                                            "costNextDecimals": 11,
                                            "nextCampaignName": "sample string 12",
                                            "gstPercent": 13,
                                            "normalCost": 14,
                                            "normalCostDecimals": 15,
                                            "costGstPercent": 16,
                                            "costCalcMethod": 1,
                                            "currentCost": 17,
                                            "currentCostDecimals": 18,
                                            "break1": 19,
                                            "price1": 20,
                                            "break2": 21,
                                            "price2": 22,
                                            "break3": 23,
                                            "price3": 24,
                                            "fuelItem": 25,
                                            "fixedWeight": 26,
                                            "active": true,
                                            "complianceIndicator": "sample string 27",
                                            "doNotOrder": true,
                                            "doNotRange": true,
                                            "isNormalPriceChangesCampaign": true,
                                            "updated": "2026-04-03T06:24:08.7671651"
                                          },
                                          {
                                            "$ref": "28"
                                          }
                                        ],
                                        "currentPrices": {
                                          "$id": "29",
                                          "pluPrices": {
                                            "$id": "30",
                                            "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,
                                            "memberDiscountPrice": 10,
                                            "acceptedUtc": "2026-04-03T06:24:08.7671651",
                                            "priceChangeType": 0,
                                            "costDecimals": 11,
                                            "costCalcMethod": 12,
                                            "targetCampaignPriceGtOrEquNormal": true
                                          },
                                          "normalPluPrices": {
                                            "$ref": "30"
                                          },
                                          "winningCampaign": 1,
                                          "winner": {
                                            "$id": "31",
                                            "campaignName": "sample string 1",
                                            "campaignDescription": "sample string 2",
                                            "talkerText": "sample string 3",
                                            "disableWasSave": true,
                                            "startDate": "2026-04-03T06:24:08.7671651",
                                            "startTime": 5,
                                            "endDate": "2026-04-03T06:24:08.7671651",
                                            "endTime": 6,
                                            "newPrice": 7,
                                            "newCost": 8,
                                            "newCostDecimals": 9,
                                            "pctDiscount": 10,
                                            "promoType": 1,
                                            "promotionTypeCode": "sample string 11",
                                            "hostType": 12,
                                            "hostIdentifier": "xk8quGpDhE+NSnIUjDvspg==",
                                            "hostIdentifierGuid": "b82a4fc6-436a-4f84-8d4a-72148c3beca6",
                                            "storeNames": [
                                              "sample string 1",
                                              "sample string 2"
                                            ]
                                          },
                                          "details": [
                                            {
                                              "$ref": "31"
                                            },
                                            {
                                              "$ref": "31"
                                            }
                                          ]
                                        },
                                        "tray": {
                                          "$id": "32",
                                          "g_UId": "0U7Co5ZrE0GnN1wyylznyQ==",
                                          "guid": "a3c24ed1-6b96-4113-a737-5c32ca5ce7c9",
                                          "name": "sample string 1",
                                          "number": 1,
                                          "tare": 1
                                        },
                                        "priceGroup": {
                                          "$id": "33",
                                          "priceGroupG_UID": "UmfOZxf4tkaI8Eo19N1Jxw==",
                                          "priceGroupGuid": "67ce6752-f817-46b6-88f0-4a35f4dd49c7",
                                          "name": "sample string 2",
                                          "code": 1,
                                          "modified": true,
                                          "updated": "2026-04-03T06:24:08.7671651",
                                          "buyingLimit": 1,
                                          "buyingLimitIndependent": true,
                                          "buyingLimitType": 0,
                                          "number": 1,
                                          "products": [
                                            {
                                              "$ref": "27"
                                            },
                                            {
                                              "$ref": "27"
                                            }
                                          ],
                                          "productCount": 1
                                        },
                                        "priceGroupName": "sample string 147",
                                        "nutrifacts": {
                                          "$id": "34",
                                          "pluG_UID": "3zgulCfNHUuBhhg4XEhyAA==",
                                          "pluGuid": "942e38df-cd27-4b1d-8186-18385c487200",
                                          "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": "35",
                                          "pluGuid": "bd48928c-864a-40ce-b571-a8b3c99dc885",
                                          "created": "2026-04-03T06:24:08.7671651",
                                          "createdByUser": "sample string 1",
                                          "activated": "2026-04-03T06:24:08.7671651",
                                          "activatedByUser": "sample string 2",
                                          "deactivated": "2026-04-03T06:24:08.7671651",
                                          "deactivatedByUser": "sample string 3",
                                          "lastOrdered": "2026-04-03T06:24:08.7671651",
                                          "lastOrderedQty": 4.0,
                                          "lastReceived": "2026-04-03T06:24:08.7671651",
                                          "lastReceivedQty": 5.0,
                                          "lastInvoiceStatus": 1,
                                          "lastCounted": "2026-04-03T06:24:08.7671651",
                                          "lastSold": "2026-04-03T06:24:08.7671651",
                                          "firstSold": "2026-04-03T06:24:08.7671651",
                                          "awsUpdated": "2026-04-03T06:24:08.7671651",
                                          "lastManualUpdate": "2026-04-03T06:24:08.7671651",
                                          "lastManualUpdatedByUser": "sample string 7",
                                          "lastUpdated": "2026-04-03T06:24:08.7671651",
                                          "lastUpdatedByUser": "sample string 9",
                                          "lastUpdatedByHost": "2026-04-03T06:24:08.7671651",
                                          "doNotRangeUpdated": "2026-04-03T06:24:08.7671651",
                                          "doNotOrderUpdated": "2026-04-03T06:24:08.7671651",
                                          "tracked": "2026-04-03T06:24:08.7671651"
                                        },
                                        "allergens": [
                                          {
                                            "$id": "36",
                                            "primaryKey": {
                                              "$id": "37",
                                              "pluGuid": "246783ac-ce25-4f92-9597-11320055a3ca",
                                              "contains": 2
                                            },
                                            "allergenID": 1,
                                            "pluG_UID": "rINnJCXOkk+VlxEyAFWjyg==",
                                            "pluGuid": "246783ac-ce25-4f92-9597-11320055a3ca",
                                            "contains": 2,
                                            "allergenName": "sample string 3",
                                            "storeIDs": [
                                              1,
                                              2
                                            ]
                                          },
                                          {
                                            "$ref": "36"
                                          }
                                        ],
                                        "costs": {
                                          "$id": "38",
                                          "pluG_UID": "MufxAQ8Bhk6dXcNkJqwvbA==",
                                          "pluGuid": "01f1e732-010f-4e86-9d5d-c36426ac2f6c",
                                          "enteredCost": 1,
                                          "weightedAvgCost": 1,
                                          "lastCost": 1,
                                          "rawEnteredCost": 2,
                                          "rawWeightedAvgCost": 3,
                                          "rawLastCost": 4,
                                          "freight": 5.0,
                                          "freightType": 6,
                                          "costDecimals": 7,
                                          "fifoCost": 1,
                                          "updated": "2026-04-03T06:24:08.7671651",
                                          "normalCost": 1,
                                          "currentCost": 1
                                        },
                                        "sales": [
                                          {
                                            "$id": "39",
                                            "saleHeaderID": 1,
                                            "created": "2026-04-03T06:24:08.7671651",
                                            "createdLocal": "2026-04-03T06:24:08.7671651",
                                            "storeID": 3,
                                            "storeName": "sample string 4",
                                            "operatorG_Uid": "95du3HlpAUWFhKWAKEfIXw==",
                                            "operatorGuid": "dc6e97f7-6979-4501-8584-a5802847c85f",
                                            "operatorName": "sample string 5",
                                            "tranType": 1,
                                            "plu": 1,
                                            "pluG_UId": "RKSVeUxYw0WcGDCVyqCt5A==",
                                            "pluGuid": "7995a444-584c-45c3-9c18-3095caa0ade4",
                                            "normalPrice": 1,
                                            "totalCents": 1,
                                            "cost": 1,
                                            "grossProfit": 1,
                                            "quantity": 1,
                                            "operator": {
                                              "$ref": "15"
                                            }
                                          },
                                          {
                                            "$ref": "39"
                                          }
                                        ],
                                        "apns": [
                                          {
                                            "$id": "40",
                                            "pluID": 1,
                                            "pluG_UID": "RkgnFMZcy02FAYFyi5gCzg==",
                                            "pluGuid": "14274846-5cc6-4dcb-8501-81728b9802ce",
                                            "apn": "sample string 1",
                                            "deleted": true,
                                            "storeID": 1,
                                            "storeIDs": [
                                              1,
                                              2
                                            ]
                                          },
                                          {
                                            "$ref": "40"
                                          }
                                        ],
                                        "tuns": [
                                          {
                                            "$id": "41",
                                            "pluG_UId": "A+XZoEben0mFe/vRSxp24A==",
                                            "pluGuid": "a0d9e503-de46-499f-857b-fbd14b1a76e0",
                                            "apn": "sample string 1",
                                            "tun": "sample string 2",
                                            "cartonQuantity": 3,
                                            "product": {
                                              "$ref": "27"
                                            },
                                            "storeIDs": [
                                              1,
                                              2
                                            ]
                                          },
                                          {
                                            "$ref": "41"
                                          }
                                        ],
                                        "competitionPricing": [
                                          {
                                            "$id": "42",
                                            "identifier": "gqjrvTXWFkKhs3UzWTxNHQ==",
                                            "identifierGuid": "bdeba882-d635-4216-a1b3-7533593c4d1d",
                                            "pluG_UID": "EoAAMlxJTEG42W4OQX2m+g==",
                                            "pluGuid": "32008012-495c-414c-b8d9-6e0e417da6fa",
                                            "competitionID": 1,
                                            "name": "sample string 2",
                                            "sellMultiple": 3,
                                            "retailPrice": 4,
                                            "storeName": "sample string 5"
                                          },
                                          {
                                            "$ref": "42"
                                          }
                                        ],
                                        "supplier": {
                                          "$ref": "22"
                                        },
                                        "supplierName": "sample string 148",
                                        "children": [
                                          {
                                            "$ref": "27"
                                          },
                                          {
                                            "$ref": "27"
                                          }
                                        ],
                                        "ordering": {
                                          "$ref": "25"
                                        },
                                        "flipChartPages": [
                                          {
                                            "$id": "43",
                                            "identifier": "1Y6smjhlC0u9LfghD8r9sA==",
                                            "groupName": "sample string 1",
                                            "identifierGuid": "9aac8ed5-6538-4b0b-bd2d-f8210fcafdb0",
                                            "exists": true,
                                            "flipChartIdentifier": "r/L7UVf10EWBVRUqXYJugw==",
                                            "flipChartIdentifierGuid": "51fbf2af-f557-45d0-8155-152a5d826e83",
                                            "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": "ZGe5+HTtP0K3KJZ39QAdZg==",
                                            "groupIdentifierGuid": "f8b96764-ed74-423f-b728-9677f5001d66",
                                            "flipChart": {
                                              "$id": "44",
                                              "identifier": "Smg7W5LBGkyCrTiIIkUgfQ==",
                                              "identifierGuid": "5b3b684a-c192-4c1a-82ad-38882245207d",
                                              "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": "45",
                                                "identifier": "Bv9UXAPEDEGEtNR1xd1DdA==",
                                                "identifierGuid": "5c54ff06-c403-410c-84b4-d475c5dd4374",
                                                "name": "sample string 2",
                                                "formType": "sample string 3",
                                                "forms": [
                                                  {
                                                    "$id": "46",
                                                    "id": 1,
                                                    "g_UID": "ZqDpM4NsAE+nFLQj+uTT6g==",
                                                    "guid": "33e9a066-6c83-4f00-a714-b423fae4d3ea",
                                                    "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": "DnOxMKb4z0SjkAmXvbQsvg==",
                                                    "previousFormGuid": "30b1730e-f8a6-44cf-a390-0997bdb42cbe",
                                                    "nextForm": 1,
                                                    "nextFormG_UID": "56jfPvM/tE2icy6OBjsYXw==",
                                                    "nextFormGuid": "3edfa8e7-3ff3-4db4-a273-2e8e063b185f",
                                                    "attributes": "sample string 10",
                                                    "updated": "2026-04-03T06:24:08.7671651",
                                                    "positioning": 1,
                                                    "contentPanel": "sample string 11",
                                                    "selectionMode": 1,
                                                    "maximumSelections": 1,
                                                    "alteredInStore": true,
                                                    "deleted": true,
                                                    "blueprintID": 1,
                                                    "preserveLayout": true,
                                                    "mainCheckoutFormName": "sample string 13",
                                                    "nextCheckoutForm": {
                                                      "$ref": "46"
                                                    },
                                                    "previousCheckoutForm": {
                                                      "$ref": "46"
                                                    },
                                                    "buttons": [
                                                      {
                                                        "$id": "47",
                                                        "id": 1,
                                                        "checkoutFormID": 2,
                                                        "checkoutFormG_UID": "1V3/UESdJk6OQKC7z9yn1Q==",
                                                        "checkoutFormGuid": "50ff5dd5-9d44-4e26-8e40-a0bbcfdca7d5",
                                                        "identifier": "BPK8oh6CokWeHyz1PpBetg==",
                                                        "identifierGuid": "a2bcf204-821e-45a2-9e1f-2cf53e905eb6",
                                                        "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": "97BMbkMulk6orj4JHK7rsQ==",
                                                        "valueGuid": "6e4cb0f7-2e43-4e96-a8ae-3e091caeebb1",
                                                        "buttonText": "sample string 10",
                                                        "valueText": "sample string 11",
                                                        "drawImageAndButton": true,
                                                        "updated": "2026-04-03T06:24:08.7671651",
                                                        "action": "sample string 12",
                                                        "valueForm": {
                                                          "$ref": "46"
                                                        },
                                                        "image": {
                                                          "$id": "48",
                                                          "name": "sample string 3.sample string 4",
                                                          "imageID": 2,
                                                          "imageName": "sample string 3",
                                                          "imageExtension": "sample string 4",
                                                          "lastUpdate": "2026-04-03T06:24:08.7671651",
                                                          "imageData": "QEA=",
                                                          "readOnly": true
                                                        }
                                                      },
                                                      {
                                                        "$ref": "47"
                                                      }
                                                    ],
                                                    "panels": [
                                                      {
                                                        "$id": "49",
                                                        "id": 1,
                                                        "checkoutFormID": 2,
                                                        "checkoutFormG_UID": "9UKW0cnG4kq80xSF6hzxvQ==",
                                                        "checkoutFormGuid": "d19642f5-c6c9-4ae2-bcd3-1485ea1cf1bd",
                                                        "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": "49"
                                                      }
                                                    ]
                                                  },
                                                  {
                                                    "$ref": "46"
                                                  }
                                                ],
                                                "panels": [
                                                  {
                                                    "$ref": "49"
                                                  },
                                                  {
                                                    "$ref": "49"
                                                  }
                                                ]
                                              },
                                              "pages": [
                                                {
                                                  "$ref": "43"
                                                },
                                                {
                                                  "$ref": "43"
                                                }
                                              ]
                                            },
                                            "contentPanel": {
                                              "$ref": "49"
                                            },
                                            "products": [
                                              {
                                                "$id": "50",
                                                "flipChartPageIdentifier": "/NI8gq9L80GPSBMocnpPew==",
                                                "flipChartPageIdentifierGuid": "823cd2fc-4baf-41f3-8f48-1328727a4f7b",
                                                "pluG_UID": "KlxAf0ui1kOqk9sY8pgvzQ==",
                                                "pluGuid": "7f405c2a-a24b-43d6-aa93-db18f2982fcd",
                                                "sortOrder": 3,
                                                "sent": true,
                                                "productChanged": true,
                                                "productImageName": "sample string 6",
                                                "productShowImageOnFlipCharts": true,
                                                "productShowTextOnFlipCharts": true,
                                                "productOverrideFlipChartText": true,
                                                "productFlipChartText": "sample string 10",
                                                "product": {
                                                  "$ref": "27"
                                                },
                                                "departmentSortOrder": 11,
                                                "subDepartmentName": "sample string 12"
                                              },
                                              {
                                                "$ref": "50"
                                              }
                                            ],
                                            "productCount": 27,
                                            "pages": [
                                              {
                                                "$ref": "43"
                                              },
                                              {
                                                "$ref": "43"
                                              }
                                            ]
                                          },
                                          {
                                            "$ref": "43"
                                          }
                                        ],
                                        "priceHistory": [
                                          {
                                            "$id": "51",
                                            "pluG_UID": "CLpihsP420C40LKWXM6M0Q==",
                                            "pluGuid": "8662ba08-f8c3-40db-b8d0-b2965cce8cd1",
                                            "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": "2026-04-03T06:24:08.7671651",
                                            "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": "51"
                                          }
                                        ],
                                        "ingredients": [
                                          {
                                            "$id": "52",
                                            "pluG_UID": "TGfRUgvgUUe2R5pildbrgQ==",
                                            "ingredientGuid": "WL9uX0t8jUGoJ9HxES8uEw==",
                                            "ingredientIdentifier": "5f6ebf58-7c4b-418d-a827-d1f1112f2e13",
                                            "quantity": 1.0,
                                            "storeIDs": [
                                              1,
                                              2
                                            ],
                                            "ingredientText": "sample string 1",
                                            "ingredient": {
                                              "$ref": "27"
                                            }
                                          },
                                          {
                                            "$ref": "52"
                                          }
                                        ],
                                        "bins": [
                                          {
                                            "$id": "53",
                                            "pluG_UID": "EYoqniz8uU6J0S2fNPw7pQ==",
                                            "pluGuid": "9e2a8a11-fc2c-4eb9-89d1-2d9f34fc3ba5",
                                            "shelfLocationIdentifier": "KY6v2YaecEOUhTMIr13KdA==",
                                            "shelfLocationGuid": "d9af8e29-9e86-4370-9485-3308af5dca74",
                                            "labelShelfDefault": 1,
                                            "labelTalkerDefault": 1,
                                            "labelSmall": true,
                                            "labelPageLayoutG_UID": "+0gCxwXgfUKxmuuSz3d0Ig==",
                                            "labelPageLayoutGuid": "c70248fb-e005-427d-b19a-eb92cf777422",
                                            "updated": "2026-04-03T06:24:08.7671651",
                                            "electronicShelfLabelIdentifier": "sample string 5",
                                            "electronicshelfLabelsConfigurationID": 6,
                                            "labelShelfChanged": true,
                                            "productName": "sample string 8",
                                            "locationText": "sample string 9",
                                            "product": {
                                              "$ref": "27"
                                            },
                                            "location": {
                                              "$id": "54",
                                              "identifier": "gb7m+uSs20ug+/3GP0kH3A==",
                                              "storeID": 1,
                                              "identifierGuid": "fae6be81-ace4-4bdb-a0fb-fdc63f4907dc",
                                              "name": "sample string 2",
                                              "haccp": true,
                                              "blueprintID": 1,
                                              "updated": "2026-04-03T06:24:08.7671651",
                                              "minTemp": 1,
                                              "maxTemp": 1,
                                              "checkFrequency": 1,
                                              "storeCaseConfiguration": 5,
                                              "storeName": "sample string 6",
                                              "bins": [
                                                {
                                                  "$ref": "53"
                                                },
                                                {
                                                  "$ref": "53"
                                                }
                                              ]
                                            }
                                          },
                                          {
                                            "$ref": "53"
                                          }
                                        ],
                                        "bin": {
                                          "$ref": "53"
                                        },
                                        "scaleLocations": [
                                          {
                                            "$id": "55",
                                            "plu": 1,
                                            "pluG_UID": "fJD4sPo6mEi2tdi7Jxj17Q==",
                                            "pluGuid": "b0f8907c-3afa-4898-b6b5-d8bb2718f5ed",
                                            "deptNo": 1,
                                            "product": {
                                              "$ref": "27"
                                            },
                                            "scaleLocation": {
                                              "$id": "56",
                                              "id": 1,
                                              "deptNo": 1,
                                              "deptCode": "sample string 2",
                                              "name": "sample string 3",
                                              "enabled": true,
                                              "updated": "2026-04-03T06:24:08.7671651",
                                              "department": {
                                                "$id": "57",
                                                "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": "56"
                                                },
                                                "subDepartments": [
                                                  {
                                                    "$id": "58",
                                                    "id": 1,
                                                    "departmentID": 2,
                                                    "name": "sample string 3",
                                                    "code": "sample string 4",
                                                    "departmentCode": "sample string 5",
                                                    "externalSales": true,
                                                    "minorDepartments": [
                                                      {
                                                        "$id": "59",
                                                        "id": 1,
                                                        "subDepartmentID": 2,
                                                        "departmentID": 3,
                                                        "name": "sample string 4",
                                                        "subDepartmentCode": "sample string 5",
                                                        "departmentCode": "sample string 6",
                                                        "code": "sample string 7",
                                                        "lesserDepartments": [
                                                          {
                                                            "$id": "60",
                                                            "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": "2026-04-03T06:24:08.7671651",
                                                            "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": "8ceySCHW4Ei+mQiy26MLQQ==",
                                                            "labelPageLayoutGuid": "48b2c7f1-d621-48e0-be99-08b2dba30b41",
                                                            "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": "61",
                                                              "dept": 1,
                                                              "category": 2,
                                                              "name": "sample string 3",
                                                              "active": true,
                                                              "mscCommodities": [
                                                                {
                                                                  "$id": "62",
                                                                  "dept": 1,
                                                                  "category": 2,
                                                                  "commodity": 3,
                                                                  "name": "sample string 4",
                                                                  "active": true,
                                                                  "mscSubCommodities": [
                                                                    {
                                                                      "$id": "63",
                                                                      "dept": 1,
                                                                      "category": 2,
                                                                      "commodity": 3,
                                                                      "subCommodity": 4,
                                                                      "name": "sample string 5",
                                                                      "active": true,
                                                                      "subCommodityCode": "sample string 7"
                                                                    },
                                                                    {
                                                                      "$ref": "63"
                                                                    }
                                                                  ],
                                                                  "commodityCode": "sample string 6"
                                                                },
                                                                {
                                                                  "$ref": "62"
                                                                }
                                                              ],
                                                              "categoryCode": "sample string 5"
                                                            },
                                                            "mscCom": {
                                                              "$ref": "62"
                                                            },
                                                            "mscDep": {
                                                              "$id": "64",
                                                              "dept": 1,
                                                              "name": "sample string 2",
                                                              "active": true,
                                                              "mscCategories": [
                                                                {
                                                                  "$ref": "61"
                                                                },
                                                                {
                                                                  "$ref": "61"
                                                                }
                                                              ],
                                                              "deptCode": "sample string 4"
                                                            },
                                                            "mscSubCom": {
                                                              "$ref": "63"
                                                            }
                                                          },
                                                          {
                                                            "$ref": "60"
                                                          }
                                                        ],
                                                        "updated": "2026-04-03T06:24:08.7671651",
                                                        "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": "lAVN4K53IUqFU+aaY21L4w==",
                                                        "labelPageLayoutGuid": "e04d0594-77ae-4a21-8553-e69a636d4be3",
                                                        "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": "61"
                                                        },
                                                        "mscCom": {
                                                          "$ref": "62"
                                                        },
                                                        "mscDep": {
                                                          "$ref": "64"
                                                        },
                                                        "mscSubCom": {
                                                          "$ref": "63"
                                                        }
                                                      },
                                                      {
                                                        "$ref": "59"
                                                      }
                                                    ],
                                                    "investmentBuyOverride": true,
                                                    "updated": "2026-04-03T06:24:08.7671651",
                                                    "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": "EOhsjb4yn0m9F8UNvMM4MA==",
                                                    "labelPageLayoutGuid": "8d6ce810-32be-499f-bd17-c50dbcc33830",
                                                    "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": "61"
                                                    },
                                                    "mscCom": {
                                                      "$ref": "62"
                                                    },
                                                    "mscDep": {
                                                      "$ref": "64"
                                                    },
                                                    "mscSubCom": {
                                                      "$ref": "63"
                                                    }
                                                  },
                                                  {
                                                    "$ref": "58"
                                                  }
                                                ],
                                                "stores": [
                                                  1,
                                                  2
                                                ],
                                                "investmentBuyOverride": true,
                                                "updated": "2026-04-03T06:24:08.7671651",
                                                "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": "UrxBtolJpkKXuqMCCrf3Vg==",
                                                "labelPageLayoutGuid": "b641bc52-4989-42a6-97ba-a3020ab7f756",
                                                "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": "61"
                                                },
                                                "mscCom": {
                                                  "$ref": "62"
                                                },
                                                "mscDep": {
                                                  "$ref": "64"
                                                },
                                                "mscSubCom": {
                                                  "$ref": "63"
                                                }
                                              }
                                            }
                                          },
                                          {
                                            "$ref": "55"
                                          }
                                        ],
                                        "nextPrice": {
                                          "$id": "65",
                                          "id": 1,
                                          "campaignID": 2,
                                          "campaignName": "sample string 3",
                                          "plu": 1,
                                          "hostOfferID": 1,
                                          "metcashPromotionID": "sample string 4",
                                          "metcashPromotionPlacement": "sample string 5",
                                          "pluG_UID": "oKTSqJiDKEO3bEsJSRu3Kg==",
                                          "pluGuid": "a8d2a4a0-8398-4328-b76c-4b09491bb72a",
                                          "newPrice": 1,
                                          "pctDiscount": 1,
                                          "newCost": 1,
                                          "newCostDecimals": 6,
                                          "dealCostIdentifier": "GNQI3mHsoUuYRGzAAx+apg==",
                                          "dealCostGuid": "de08d418-ec61-4ba1-9844-6cc0031f9aa6",
                                          "pluName": "sample string 7",
                                          "apn": "sample string 8",
                                          "fuelItem": true,
                                          "priceGroupG_UID": "L2VlhhByXU2fEiil9DSbOg==",
                                          "priceGroupGuid": "8665652f-7210-4d5d-9f12-28a5f4349b3a",
                                          "itemNumber": "sample string 10",
                                          "cri": "sample string 11",
                                          "pluPrice": 12,
                                          "costCalcMethod": 13,
                                          "pluCost": 14,
                                          "pluCostIndicator": "sample string 15",
                                          "pluPriceGstPercent": 16,
                                          "pluCostGstPercent": 17,
                                          "pluActive": true,
                                          "cartonQty": 1.1,
                                          "baseUnits": 19.1,
                                          "salesMode": 1,
                                          "pluNormalCost": 20,
                                          "pluaws": 21.0,
                                          "directNumber": "sample string 22",
                                          "departmentName": "sample string 23",
                                          "subDepartmentName": "sample string 24",
                                          "priceGroupName": "sample string 25",
                                          "supplierName": "sample string 26",
                                          "stockOnHand": 1.1,
                                          "stockOnOrder": 1.1,
                                          "lastReceived": "2026-04-03T06:24:08.7671651",
                                          "rrp": 27,
                                          "campaignDescription": "sample string 28",
                                          "hostCampaign": true,
                                          "hostIdentifier": "QEA=",
                                          "hostIdentifierGuid": "adfba332-3a75-4911-82a7-7296e24e8b43",
                                          "campaignComboPriceGroupG_UID": "tWlS9cdaPUGbNqzb7Vx+OQ==",
                                          "campaignComboPriceGroupIdentifier": "f55269b5-5ac7-413d-9b36-acdbed5c7e39",
                                          "promotionPlacementDescription": "sample string 30",
                                          "storeAcceptances": [
                                            {
                                              "$id": "66",
                                              "plu": 1,
                                              "pluG_UId": "QEA=",
                                              "campaignID": 1,
                                              "campaignName": "sample string 2",
                                              "storeID": 3,
                                              "acceptedUtc": "2026-04-03T06:24:08.7671651",
                                              "operatorG_UID": "DHIOW9w96U6IKvwckkCLWA==",
                                              "operatorGuid": "5b0e720c-3ddc-4ee9-882a-fc1c92408b58",
                                              "machineID": 1,
                                              "processed": true,
                                              "appliedUtc": "2026-04-03T06:24:08.7671651",
                                              "signIqTicketFileMovedUtc": "2026-04-03T06:24:08.7671651",
                                              "user": "sample string 6",
                                              "campaignDescription": "sample string 7",
                                              "productDesc": "sample string 8",
                                              "storeName": "sample string 9",
                                              "effectiveUtc": "2026-04-03T06:24:08.7671651",
                                              "priceChangeType": 0,
                                              "operatorName": "sample string 10",
                                              "hostCampaign": true,
                                              "hostIdentifier": "QEA=",
                                              "hostIdentifierGuid": "d0f6db6d-10da-46cf-a626-b830fbd5219e",
                                              "product": {
                                                "$ref": "27"
                                              },
                                              "campaignPlu": {
                                                "$ref": "65"
                                              },
                                              "fuelItem": true
                                            },
                                            {
                                              "$ref": "66"
                                            }
                                          ],
                                          "campaign": {
                                            "$id": "67",
                                            "id": 1,
                                            "storeID": 2,
                                            "name": "6e8b390a-2ed7-43bb-9175-560cb08bde46",
                                            "nameGuid": "6e8b390a-2ed7-43bb-9175-560cb08bde46",
                                            "description": "sample string 4",
                                            "showDiscounts": true,
                                            "showTotals": true,
                                            "onlyEvaluateOnSubtotal": true,
                                            "useDescription": true,
                                            "campaignType": 1,
                                            "startDate": "2026-04-03T06:24:08.7671651",
                                            "startTime": 1,
                                            "endDate": "2026-04-03T06:24:08.7671651",
                                            "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": "2026-04-03T06:24:08.7671651",
                                            "system": true,
                                            "created": "2026-04-03T06:24:08.7671651",
                                            "updated": "2026-04-03T06:24:08.7671651",
                                            "priceChangeNotifiedUtc": "2026-04-03T06:24:08.7671651",
                                            "promoType": 1,
                                            "promotionTypeCode": "sample string 13",
                                            "hostIdentifier": "6vEDHNENfEefhZ7/DiTuog==",
                                            "hostIdentifierGuid": "1c03f1ea-0dd1-477c-9f85-9eff0e24eea2",
                                            "hostType": 14,
                                            "createdByUser": "sample string 15",
                                            "fromHost": true,
                                            "deleted": true,
                                            "campaignDeleted": "2026-04-03T06:24:08.7671651",
                                            "updatedByUser": "sample string 18",
                                            "offerID": 1,
                                            "isPriceChangeCampaign": true,
                                            "stores": [
                                              1,
                                              2
                                            ],
                                            "storeNames": [
                                              "sample string 1",
                                              "sample string 2"
                                            ],
                                            "campaignPlus": [
                                              {
                                                "$ref": "65"
                                              },
                                              {
                                                "$ref": "65"
                                              }
                                            ],
                                            "campaignPools": [
                                              {
                                                "$id": "68",
                                                "id": 1,
                                                "campaignID": 2,
                                                "campaignName": "sample string 3",
                                                "plu": 4,
                                                "pluG_UID": "nBiSGPvZBkyixmzh0IU0ug==",
                                                "pluGuid": "1892189c-d9fb-4c06-a2c6-6ce1d08534ba",
                                                "hostOfferID": 1,
                                                "priceGroupG_UID": "g9L+Pf/VeUyFEM4SW9ECyQ==",
                                                "priceGroupGuid": "3dfed283-d5ff-4c79-8510-ce125bd102c9",
                                                "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": "2026-04-03T06:24:08.7671651",
                                                "rrp": 17,
                                                "campaignDescription": "sample string 18",
                                                "product": {
                                                  "$ref": "27"
                                                },
                                                "campaign": {
                                                  "$ref": "67"
                                                }
                                              },
                                              {
                                                "$ref": "68"
                                              }
                                            ],
                                            "sellingRules": [
                                              {
                                                "$id": "69",
                                                "id": 1,
                                                "identifier": "89fMhe7+g0i4WPT7rWMAEw==",
                                                "identifierStr": "89fMhe7+g0i4WPT7rWMAEw==",
                                                "identifierGuid": "85ccd7f3-feee-4883-b858-f4fbad630013",
                                                "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": "67"
                                                }
                                              },
                                              {
                                                "$ref": "69"
                                              }
                                            ],
                                            "customers": [
                                              {
                                                "$id": "70",
                                                "id": 1,
                                                "campaignID": 2,
                                                "campaignName": "sample string 3",
                                                "customerID": "+oou+W1nNkeyQam++9YHtg==",
                                                "customerIDGuid": "f92e8afa-676d-4736-b241-a9befbd607b6",
                                                "campaign": {
                                                  "$ref": "67"
                                                },
                                                "customer": {
                                                  "$ref": "6"
                                                }
                                              },
                                              {
                                                "$ref": "70"
                                              }
                                            ],
                                            "customerGroups": [
                                              {
                                                "$id": "71",
                                                "id": 1,
                                                "campaignID": 2,
                                                "campaignName": "sample string 3",
                                                "groupID": "3YuMmbds0kG7xQC/qo12yA==",
                                                "groupIDGuid": "998c8bdd-6cb7-41d2-bbc5-00bfaa8d76c8",
                                                "campaign": {
                                                  "$ref": "67"
                                                },
                                                "group": {
                                                  "$ref": "10"
                                                }
                                              },
                                              {
                                                "$ref": "71"
                                              }
                                            ],
                                            "signIqTickets": [
                                              {
                                                "$id": "72",
                                                "identifier": "KB50zEV5PUm0K8+0EgJX1g==",
                                                "identifierGuid": "cc741e28-7945-493d-b42b-cfb4120257d6",
                                                "campaignName": "sample string 2",
                                                "message": "sample string 3",
                                                "ticketFileSource": "sample string 4",
                                                "ticketFileDestination": "sample string 5",
                                                "storeID": 1
                                              },
                                              {
                                                "$ref": "72"
                                              }
                                            ],
                                            "comboPriceGroups": [
                                              {
                                                "$id": "73",
                                                "id": 1,
                                                "campaignID": 2,
                                                "campaignName": "sample string 3",
                                                "g_UID": "oYqJL8mnrkiWc11ZimsVYw==",
                                                "guid": "2f898aa1-a7c9-48ae-9673-5d598a6b1563",
                                                "description": "sample string 5",
                                                "newPrice": 1,
                                                "rangeDescription": "sample string 6",
                                                "dealDescription": "sample string 7",
                                                "labelQuantity": 8,
                                                "hostProductCategoryID": 1,
                                                "offerID": 1,
                                                "dontUpdatePricePlus": true,
                                                "campaign": {
                                                  "$ref": "67"
                                                },
                                                "comboPricePlus": [
                                                  {
                                                    "$id": "74",
                                                    "id": 1,
                                                    "campaignID": 2,
                                                    "campaignName": "sample string 3",
                                                    "groupG_UID": "gFiVJfltME+RAHaWVhzffQ==",
                                                    "groupGuid": "25955880-6df9-4f30-9100-7696561cdf7d",
                                                    "comboPriceType": 5,
                                                    "priceType": 5,
                                                    "pluG_UID": "3SI4GiPlJ0KCngAEnul+7A==",
                                                    "pluGuid": "1a3822dd-e523-4227-829e-00049ee97eec",
                                                    "priceGroupG_UID": "nRwD5Cll7kKiyc9/ou6mRQ==",
                                                    "priceGroupGuid": "e4031c9d-6529-42ee-a2c9-cf7fa2eea645",
                                                    "campaignPoolID": "sample string 7",
                                                    "quantity": 1,
                                                    "campaign": {
                                                      "$ref": "67"
                                                    },
                                                    "product": {
                                                      "$ref": "27"
                                                    },
                                                    "priceGroup": {
                                                      "$ref": "33"
                                                    },
                                                    "campaignPool": {
                                                      "$ref": "67"
                                                    }
                                                  },
                                                  {
                                                    "$ref": "74"
                                                  }
                                                ]
                                              },
                                              {
                                                "$ref": "73"
                                              }
                                            ],
                                            "priceLevels": [
                                              {
                                                "$id": "75",
                                                "id": 1,
                                                "priceLevelIdentifier": "aGP1EoKxXkKUY/K0uO4CmQ==",
                                                "priceLevelIdentifierGuid": "12f56368-b182-425e-9463-f2b4b8ee0299",
                                                "campaignName": "sample string 3",
                                                "priceLevelName": "sample string 4"
                                              },
                                              {
                                                "$ref": "75"
                                              }
                                            ],
                                            "promotionType": {
                                              "$id": "76",
                                              "identifier": "/cmLKx/z10CRqjHvaJVc3Q==",
                                              "identifierGuid": "2b8bc9fd-f31f-40d7-91aa-31ef68955cdd",
                                              "hostType": 2,
                                              "code": "sample string 3",
                                              "description": "sample string 4",
                                              "isLiquor": true,
                                              "isAdvertised": true,
                                              "disableWasSave": true,
                                              "excludeFromPromoSales": true,
                                              "labelPageLayoutG_UID": "CAwNaO3zjke/yyxqrMRWbg==",
                                              "labelPageLayoutGuid": "680d0c08-f3ed-478e-bfcb-2c6aacc4566e",
                                              "priceLevelIdentifier": "qQwIxjPPCECEoL4vg6dA3w==",
                                              "priceLevelIdentifierGuid": "c6080ca9-cf33-4008-84a0-be2f83a740df",
                                              "active": true,
                                              "updated": "2026-04-03T06:24:08.7671651",
                                              "hostName": "sample string 11"
                                            }
                                          },
                                          "product": {
                                            "$ref": "27"
                                          },
                                          "dealCost": {
                                            "$id": "77",
                                            "headerIdentifier": "BqbYsDg0hkqQUmSW1BlBsg==",
                                            "headerIdentifierGuid": "b0d8a606-3438-4a86-9052-6496d41941b2",
                                            "identifier": "suoLfqGe4UKZr9NVi/iPBg==",
                                            "identifierGuid": "7e0beab2-9ea1-42e1-99af-d3558bf88f06",
                                            "supplierIdentifier": "RJssc63DBEGMoDC3ygpBTg==",
                                            "supplierGuid": "732c9b44-c3ad-4104-8ca0-30b7ca0a414e",
                                            "pluG_UID": "zDro0jv6VkGRun3aQ7z6og==",
                                            "pluGuid": "d2e83acc-fa3b-4156-91ba-7dda43bcfaa2",
                                            "campaignName": "005e260f-c4e2-4e25-891e-7728d818181f",
                                            "description": "sample string 4",
                                            "cost": 5,
                                            "costDecimals": 6,
                                            "start": "2026-04-03T06:24:08.7671651",
                                            "end": "2026-04-03T06:24:08.7671651",
                                            "type": 9,
                                            "promoType": 10,
                                            "bonusItemPLUG_UID": "0CwcmYVraUGzNwn+jIZZrA==",
                                            "bonusItemPluGuid": "991c2cd0-6b85-4169-b337-09fe8c8659ac",
                                            "bonusPurchaseUnits": 11,
                                            "bonusReceiveUnits": 12,
                                            "updated": "2026-04-03T06:24:08.7671651",
                                            "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": "2026-04-03T06:24:08.7671651",
                                            "campaignEndDate": "2026-04-03T06:24:08.7671651",
                                            "masterPLUG_UID": "XOVeY2XAtkuf+XnsPmPj2w==",
                                            "masterID": "635ee55c-c065-4bb6-9ff9-79ec3e63e3db",
                                            "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": "YoZgkCE3oUOlCgc6EwMGeg==",
                                            "bonusMasterID": "90608662-3721-43a1-a50a-073a1303067a",
                                            "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": "2026-04-03T06:24:08.7671651",
                                        "dealCosts": [
                                          {
                                            "$ref": "77"
                                          },
                                          {
                                            "$ref": "77"
                                          }
                                        ],
                                        "tags": [
                                          {
                                            "$id": "78",
                                            "pluG_UID": "WDV84y7ycUyEmfQ32CgeGQ==",
                                            "pluGuid": "e37c3558-f22e-4c71-8499-f437d8281e19",
                                            "tagID": 1,
                                            "description": "sample string 1",
                                            "storeIDs": [
                                              1,
                                              2
                                            ]
                                          },
                                          {
                                            "$ref": "78"
                                          }
                                        ],
                                        "alternateProductG_UID": "cijoLl01iE+83AMjkXeDaA==",
                                        "alternateProduct": "2ee82872-355d-4f88-bcdc-032391778368",
                                        "altProduct": {
                                          "$ref": "27"
                                        },
                                        "productHostCode": {
                                          "$id": "79",
                                          "id": 1,
                                          "pluG_UID": "KbuCuwL7gk+6vb46dcPxEg==",
                                          "pluGuid": "bb82bb29-fb02-4f82-babd-be3a75c3f112",
                                          "ibaCode": "sample string 2"
                                        },
                                        "mscCat": {
                                          "$ref": "61"
                                        },
                                        "mscCom": {
                                          "$ref": "62"
                                        },
                                        "mscDep": {
                                          "$ref": "64"
                                        },
                                        "mscSubCom": {
                                          "$ref": "63"
                                        },
                                        "isUserUpdate": true,
                                        "ignoreMasterProduct": true,
                                        "priceGroupLabelRequested": true,
                                        "firstSold": "2026-04-03T06:24:08.7671651",
                                        "inventoryTracked": "2026-04-03T06:24:08.7671651",
                                        "isNormalPriceChangesCampaign": true,
                                        "baseProductFuel": {
                                          "$id": "80",
                                          "pluG_UID": "EiswXJxLdEaMTKyXPgBQgg==",
                                          "pluGuid": "5c302b12-4b9c-4674-8c4c-ac973e005082",
                                          "fuelPluG_UID": "GjFXBjnySUKA7kYgmTRw0A==",
                                          "fuelPluGuid": "0657311a-f239-4249-80ee-4620993470d0",
                                          "price": 3,
                                          "productDescription": "sample string 4",
                                          "productBarcode": "sample string 5",
                                          "fuelProductDescription": "sample string 6",
                                          "fuelProductBarcode": "sample string 7",
                                          "fuelProductPrice": 8
                                        },
                                        "productFuelLinks": [
                                          {
                                            "$ref": "80"
                                          },
                                          {
                                            "$ref": "80"
                                          }
                                        ]
                                      },
                                      "supplier": {
                                        "$ref": "22"
                                      },
                                      "serviceFee": {
                                        "$id": "81",
                                        "id": 1,
                                        "description": "sample string 1",
                                        "fee": 1
                                      },
                                      "isPrimaryHost": true,
                                      "hostVendor": 48
                                    },
                                    {
                                      "$ref": "25"
                                    }
                                  ],
                                  "orderCycleHeaders": [
                                    {
                                      "$id": "82",
                                      "storeID": 1,
                                      "supplierIdentifier": "TVz0RaFSFEahmtCJVCGeXQ==",
                                      "supplierGuid": "45f45c4d-52a1-4614-a19a-d08954219e5d",
                                      "departmentCode": "sample string 2",
                                      "warehouseDirectIndicator": "sample string 3",
                                      "type": 4,
                                      "storeName": "sample string 5",
                                      "departmentName": "sample string 6",
                                      "orderDays": 7
                                    },
                                    {
                                      "$ref": "82"
                                    }
                                  ],
                                  "cycles": [
                                    {
                                      "$id": "83",
                                      "storeID": 1,
                                      "supplierIdentifier": "+3iYgE2wMUKJwVwU7tKafA==",
                                      "supplierGuid": "809878fb-b04d-4231-89c1-5c14eed29a7c",
                                      "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": "2026-04-03T06:24:08.7671651",
                                      "deliveryDate": "2026-04-03T06:24:08.7671651",
                                      "nextCutOffDate": "2026-04-03T06:24:08.7671651",
                                      "nextDeliveryDate": "2026-04-03T06:24:08.7671651",
                                      "nextDaysBuffer": 10
                                    },
                                    {
                                      "$ref": "83"
                                    }
                                  ],
                                  "store": {
                                    "$ref": "17"
                                  },
                                  "updated": "2026-04-03T06:24:08.7671651",
                                  "isHost": true
                                },
                                "files": [
                                  {
                                    "$id": "84",
                                    "id": "sample string 1",
                                    "fileName": "sample string 2",
                                    "extension": "sample string 3",
                                    "provider": 0,
                                    "type": 0,
                                    "hostType": "sample string 4",
                                    "createdUtc": "2026-04-03T06:24:08.7671651",
                                    "processed": "2026-04-03T06:24:08.7671651",
                                    "isProcessing": true,
                                    "processedCount": 6,
                                    "processingTime": 1,
                                    "collectedUtc": "2026-04-03T06:24:08.7671651",
                                    "size": 1,
                                    "sizeFormat": "sample string 7",
                                    "isArchive": true,
                                    "customerNumber": "sample string 9",
                                    "businessPillar": "sample string 10",
                                    "fileType": "sample string 11",
                                    "version": "sample string 12",
                                    "reference": "sample string 13",
                                    "digest": "sample string 14",
                                    "contentType": "sample string 15",
                                    "host": {
                                      "$ref": "21"
                                    },
                                    "metcashHeader": {
                                      "$id": "85",
                                      "customerNumber": "sample string 1",
                                      "creationDate": "2026-04-03T06:24:08.7671651",
                                      "businessPillar": "sample string 3",
                                      "fileType": "sample string 4"
                                    }
                                  },
                                  {
                                    "$ref": "84"
                                  }
                                ],
                                "zoneMatrix": [
                                  {
                                    "$id": "86",
                                    "id": 1,
                                    "hostIdentifier": "4AIFNGsTnkSHvh+l+ls5VQ==",
                                    "hostIdentifierGuid": "340502e0-136b-449e-87be-1fa5fa5b3955",
                                    "storeID": 1,
                                    "departmentCode": "sample string 2",
                                    "hostGuids": [
                                      "a7dc4430-9a34-4e73-b083-9015b0e13837",
                                      "016cedae-057f-4294-acd8-cde5568263e0"
                                    ]
                                  },
                                  {
                                    "$ref": "86"
                                  }
                                ],
                                "hostFileStoreSetting": {
                                  "$ref": "20"
                                },
                                "hostStoreSettings": [
                                  {
                                    "$ref": "20"
                                  },
                                  {
                                    "$ref": "20"
                                  }
                                ],
                                "promotionPlacements": [
                                  {
                                    "$id": "87",
                                    "identifier": "823Inxh+ME+1fQljEMgbTw==",
                                    "identifierGuid": "9fc86df3-7e18-4f30-b57d-096310c81b4f",
                                    "code": "sample string 2",
                                    "description": "sample string 3",
                                    "isAdvertised": true
                                  },
                                  {
                                    "$ref": "87"
                                  }
                                ],
                                "promoTypeGuids": [
                                  "8da58b78-7da1-43da-b85e-16c6c283ca47",
                                  "540abeef-81ff-4b4f-860a-3124aa77b9bb"
                                ],
                                "isPromotionOnly": false,
                                "isOrderable": false,
                                "vendor": 0
                              },
                              "groupIDs": [
                                1,
                                2
                              ],
                              "hostDescription": "sample string 27"
                            },
                            {
                              "$ref": "20"
                            }
                          ],
                          "accounts": [
                            {
                              "$id": "88",
                              "id": 1,
                              "storeID": 1,
                              "accountName": "sample string 2",
                              "bsb": "sample string 3",
                              "accountNumber": "sample string 4",
                              "accountDesignated": true
                            },
                            {
                              "$ref": "88"
                            }
                          ],
                          "sales": [
                            {
                              "$id": "89",
                              "id": 1,
                              "storeID": 1,
                              "externalSalesType": 2,
                              "ftpSiteID": 1,
                              "lastSaleProcessed": "2026-04-03T06:24:08.7671651",
                              "ftpSite": {
                                "$id": "90",
                                "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": "89"
                            }
                          ],
                          "zoneMatrix": [
                            {
                              "$ref": "86"
                            },
                            {
                              "$ref": "86"
                            }
                          ],
                          "cashManagements": [
                            {
                              "$id": "91",
                              "id": 1,
                              "storeID": 1,
                              "cashManagementType": 2,
                              "apiID": 1,
                              "organisationID": "sample string 3",
                              "siteName": "sample string 4",
                              "thirdPartyAPI": {
                                "$id": "92",
                                "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": "91"
                            }
                          ],
                          "updateStoreID": "f7e35c6d-6619-49e0-b070-cf0671d987ba",
                          "updateStore": {
                            "$id": "93",
                            "id": "69ebb892-c928-40d0-b3e2-7bf5162c68e1",
                            "name": "sample string 1",
                            "lastActivity": "2026-04-03T06:24:08.7671651",
                            "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": "2026-04-03T06:24:08.7671651"
                          },
                          "timeZoneId": "sample string 54",
                          "securityOptions": {
                            "$id": "94",
                            "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"
                          }
                        }
                      },
                      {
                        "$ref": "16"
                      }
                    ]
                  },
                  "customer": {
                    "$ref": "6"
                  },
                  "communityOrganisation": {
                    "$id": "95",
                    "id": 1,
                    "identifier": "LFZP0FDZd0aTHChJnCuCBQ==",
                    "identifierGuid": "d04f562c-d950-4677-931c-28499c2b8205",
                    "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",
                    "abn": "sample string 15",
                    "promoPeriodStart": "2026-04-03T06:24:08.7671651",
                    "promoPeriodEnd": "2026-04-03T06:24:08.7671651",
                    "allowDonations": true,
                    "logoImageName": "sample string 17",
                    "totalAmountAwarded": 18.1,
                    "updated": "2026-04-03T06:24:08.7671651",
                    "deleted": true
                  },
                  "details": [
                    {
                      "$id": "96",
                      "saleItemID": 1,
                      "identifier": "jGEL2mI2zkaJMSgQMxxrKw==",
                      "identifierGuid": "da0b618c-3662-46ce-8931-2810331c6b2b",
                      "saleHeaderID": 2,
                      "plu": 1,
                      "pluG_UId": "SI4nkiRIk0e1h+Bs98AjNg==",
                      "pluGuid": "92278e48-4824-4793-b587-e06cf7c02336",
                      "accountID": "sS93gjwRkk+PaqzpLzVyCw==",
                      "accountIDGuid": "82772fb1-113c-4f92-8f6a-ace92f35720b",
                      "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": "2026-04-03T06:24:08.7671651",
                      "bestOrExpireType": 1,
                      "providerName": "sample string 11",
                      "refundG_UID": "2mRukgcQK0+DW91G6x1NSg==",
                      "refundGuid": "926e64da-1007-4f2b-835b-dd46eb1d4d4a",
                      "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": "YgqFE9TUW0yvDzPAPKQnrw==",
                      "idempotentVoidGuid": "13850a62-d4d4-4c5b-af0f-33c03ca427af",
                      "priceLevelIdentifier": "GIcppK5MwEeC/5Syo2i0vw==",
                      "priceLevelIdentifierGuid": "a4298718-4cae-47c0-82ff-94b2a368b4bf",
                      "communityIdentifier": "TsCkvR1hQUazVIYZjVzENw==",
                      "communityIdentifierGuid": "bda4c04e-611d-4641-b354-86198d5cc437",
                      "productName": "sample string 23",
                      "apn": "sample string 24",
                      "unknownScans": [
                        {
                          "$id": "97",
                          "id": 1,
                          "saleDetailID": 2,
                          "storeID": 1,
                          "scanned": "2026-04-03T06:24:08.7671651",
                          "operatorG_UID": "QEA=",
                          "barcode": "sample string 4",
                          "processed": 1
                        },
                        {
                          "$ref": "97"
                        }
                      ],
                      "refund": {
                        "$id": "98",
                        "id": 1,
                        "g_UID": "TnEQWhKcgUm6fGYVvaFeAA==",
                        "guid": "5a10714e-9c12-4981-ba7c-6615bda15e00",
                        "description": "sample string 1",
                        "dumped": true,
                        "inventoryReasonID": 1,
                        "sortOrder": 1,
                        "updated": "2026-04-03T06:24:08.7671651"
                      },
                      "modifier": {
                        "$id": "99",
                        "id": 1,
                        "setG_UID": "0vyxRL2C80SWOMbLxqPlbg==",
                        "modifierSetGuid": "44b1fcd2-82bd-44f3-9638-c6cbc6a3e56e",
                        "name": "sample string 2",
                        "price": 1,
                        "quantity": 1,
                        "modifierType": 1,
                        "groupNumber": 1,
                        "pageNumber": 1,
                        "controlOrder": 1,
                        "printToStation": true,
                        "pluG_UID": "1wqw2i9EqE+Wd/1muv0X+Q==",
                        "pluGuid": "dab00ad7-442f-4fa8-9677-fd66bafd17f9",
                        "deleted": true,
                        "g_UID": "c1YbmdHKukysfuFhcbt5XQ==",
                        "guid": "991b5673-cad1-4cba-ac7e-e16171bb795d",
                        "product": {
                          "$ref": "27"
                        }
                      },
                      "priceLevelName": "sample string 25",
                      "pumpNumber": 1,
                      "hoseNumber": 1
                    },
                    {
                      "$ref": "96"
                    }
                  ],
                  "eftReceipts": [
                    {
                      "$id": "100",
                      "id": 1,
                      "storeID": 1,
                      "saleHeaderID": 2,
                      "storeSaleHeader": {
                        "$ref": "13"
                      },
                      "receipt": "sample string 3",
                      "processed": 1
                    },
                    {
                      "$ref": "100"
                    }
                  ],
                  "payments": [
                    {
                      "$ref": "12"
                    },
                    {
                      "$ref": "12"
                    }
                  ],
                  "cards": [
                    {
                      "$id": "101",
                      "id": 1,
                      "saleHeaderID": 1,
                      "identifier": "sample string 2",
                      "cardType": 3,
                      "providerName": "sample string 4"
                    },
                    {
                      "$ref": "101"
                    }
                  ],
                  "campaignHits": [
                    {
                      "$id": "102",
                      "id": 1,
                      "saleHeaderID": 2,
                      "campaign": "sample string 3",
                      "name": "sample string 4",
                      "processed": 1,
                      "campaignDescription": "sample string 5"
                    },
                    {
                      "$ref": "102"
                    }
                  ],
                  "fuel": [
                    {
                      "$id": "103",
                      "id": 1,
                      "plu": 1,
                      "pluG_UID": "g2bjws8ug0eZ0r1i78fgyA==",
                      "pluGuid": "c2e36683-2ecf-4783-99d2-bd62efc7e0c8",
                      "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": "2026-04-03T06:24:08.7671651",
                      "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": "2026-04-03T06:24:08.7671651",
                      "tagNumber": "sample string 15",
                      "trackTwoRem": "sample string 16",
                      "transCode": 1,
                      "transType": 1,
                      "unitPrice": 1.0,
                      "vehicleReg": "sample string 17",
                      "offline": true,
                      "processed": 1
                    },
                    {
                      "$ref": "103"
                    }
                  ],
                  "fuelResells": [
                    {
                      "$id": "104",
                      "saleItemID": 1,
                      "saleHeaderID": 2,
                      "plu": 1,
                      "pluG_UId": "sanugM9TdkuU5bxR36qgeA==",
                      "pluGuid": "80eea9b1-53cf-4b76-94e5-bc51dfaaa078",
                      "accountID": "+qm39wMnyUyoLnC+VTFu8w==",
                      "accountIDGuid": "f7b7a9fa-2703-4cc9-a82e-70be55316ef3",
                      "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": "2026-04-03T06:24:08.7671651",
                      "bestOrExpireType": 1,
                      "refundG_UID": "rCvuxpgtuES6GewLIycI8w==",
                      "refundGuid": "c6ee2bac-2d98-44b8-ba19-ec0b232708f3",
                      "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": "104"
                    }
                  ],
                  "customerOrder": [
                    {
                      "$id": "105",
                      "identifier": "aOA4c2onAkekZyihu+zZeA==",
                      "identifierGuid": "7338e068-276a-4702-a467-28a1bbecd978",
                      "id": 1,
                      "orderNo": 2,
                      "externalSaleIdentifier": "sample string 3",
                      "storeID": 4,
                      "zoneID": 5,
                      "deptNo": 6,
                      "customerIdentifier": "7LuWnaPXVkK1QiBClMUIHw==",
                      "customerIdentifierGuid": "9d96bbec-d7a3-4256-b542-204294c5081f",
                      "operatorNo": 1,
                      "operatorG_UID": "zExGSdIIOE2rW+Ia1lijSw==",
                      "operatorGuid": "49464ccc-08d2-4d38-ab5b-e21ad658a34b",
                      "created": "2026-04-03T06:24:08.7671651",
                      "ordered": "2026-04-03T06:24:08.7671651",
                      "started": "2026-04-03T06:24:08.7671651",
                      "completed": "2026-04-03T06:24:08.7671651",
                      "supplied": "2026-04-03T06:24:08.7671651",
                      "quickTicket": 1,
                      "deleted": true,
                      "walkAway": true,
                      "approxWait": 1,
                      "actualWait": 1,
                      "deliveryMethod": 8,
                      "externalSaleType": 9,
                      "customer": {
                        "$ref": "6"
                      },
                      "operator": {
                        "$ref": "15"
                      },
                      "details": [
                        {
                          "$id": "106",
                          "headerID": 1,
                          "plu": 1,
                          "pluG_UId": "q9O7M2LK9UqOpVAwrJdVbQ==",
                          "pluGuid": "33bbd3ab-ca62-4af5-8ea5-5030ac97556d",
                          "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": "j4ZA89u5MkKSY+6fmX7jUw==",
                          "headerIdentifierGuid": "f340868f-b9db-4232-9263-ee9f997ee353",
                          "product": {
                            "$ref": "27"
                          }
                        },
                        {
                          "$ref": "106"
                        }
                      ],
                      "storeName": "sample string 11",
                      "customerName": "sample string 12",
                      "storeReplyTo": "sample string 13",
                      "storeSubjectLine": "sample string 14",
                      "storeSaleHeader": {
                        "$ref": "13"
                      }
                    },
                    {
                      "$ref": "105"
                    }
                  ],
                  "surveyResponses": [
                    {
                      "$id": "107",
                      "surveyG_UID": "gupaMb1FEkeR7Wocg0uSmw==",
                      "surveyGuid": "315aea82-45bd-4712-91ed-6a1c834b929b",
                      "saleHeaderGuid": "qIrNj2/B70q9Fl4X1bbqWA==",
                      "saleGuid": "8fcd8aa8-c16f-4aef-bd16-5e17d5b6ea58",
                      "textResponse": "sample string 1",
                      "integerResponse": 1,
                      "g_UIDResponse": "LIrMUN3nMUSO/+JnXtwJ3g==",
                      "guidResponse": "50cc8a2c-e7dd-4431-8eff-e2675edc09de",
                      "whoAnswered": 2,
                      "answeredAtUTC": "2026-04-03T06:24:08.7671651",
                      "sale": {
                        "$ref": "13"
                      },
                      "survey": {
                        "$id": "108",
                        "g_UID": "iceeNFXi00yww071KWMGGw==",
                        "guid": "349ec789-e255-4cd3-b0c3-4ef52963061b",
                        "name": "sample string 1",
                        "storeID": 2,
                        "zoneID": 1,
                        "checkoutFormG_UID": "2G/aP9s9E0aBZ9nLwQ5dUQ==",
                        "checkoutFormGuid": "3fda6fd8-3ddb-4613-8167-d9cbc10e5d51",
                        "displayToWho": 3,
                        "displayWhen": 4,
                        "start": "2026-04-03T06:24:08.7671651",
                        "end": "2026-04-03T06:24:08.7671651",
                        "deleted": true,
                        "updated": "2026-04-03T06:24:08.7671651",
                        "possibleIntegerResponses": [
                          1,
                          2
                        ],
                        "possibleTextResponses": [
                          "sample string 1",
                          "sample string 2"
                        ],
                        "possibleGuidResponses": [
                          "1719c8c9-e0bb-4170-9e9d-c16d59bf17bd",
                          "bab7cfd4-69df-477e-b146-e1b6462c052c"
                        ],
                        "allowsAllTextResponses": true,
                        "surveyForm": {
                          "$ref": "46"
                        }
                      },
                      "ingressId": "sample string 4"
                    },
                    {
                      "$ref": "107"
                    }
                  ],
                  "storeName": "sample string 39",
                  "terminalNumber": 40,
                  "machineName": "sample string 41",
                  "operatorName": "sample string 42",
                  "direction": 1,
                  "reason": "sample string 43",
                  "accountG_UID": "HPBqDmMRG0a58JczD1vrKQ==",
                  "accountIdentifier": "0e6af01c-1163-461b-b9f0-97330f5beb29",
                  "accountName": "sample string 44",
                  "customerOrderIdentifier": "z814Ujmjp0209taoTQ5klw==",
                  "customerOrderIdentifierGuid": "5278cdcf-a339-4da7-b4f6-d6a84d0e6497",
                  "priceLevelName": "sample string 45",
                  "revision": 46,
                  "ingressId": "sample string 47"
                },
                "metadata": {
                  "$id": "109",
                  "id": 1,
                  "paymentID": 2,
                  "paymentIdentifier": "3MNGH7Z6yk+KS2b59VLrVw==",
                  "paymentIdentifierGuid": "1f46c3dc-7ab6-4fca-8a4b-66f9f552eb57",
                  "identifier": "Yf6otDM4+k+tvSdwj9WWQg==",
                  "identifierGuid": "b4a8fe61-3833-4ffa-adbd-27708fd59642",
                  "metadata": "sample string 3",
                  "signatureImage": "QEA=",
                  "itemIdentifier": "yVK0SaCGdUKlxvo/Qg3uCA==",
                  "itemIdentifierGuid": "49b452c9-86a0-4275-a5c6-fa3f420dee08"
                }
              },
              {
                "$ref": "12"
              }
            ]
          },
          {
            "$ref": "7"
          }
        ],
        "customerGroupMembers": [
          {
            "$ref": "11"
          },
          {
            "$ref": "11"
          }
        ],
        "customerGroups": [
          {
            "$ref": "10"
          },
          {
            "$ref": "10"
          }
        ],
        "accounts": [
          {
            "$ref": "8"
          },
          {
            "$ref": "8"
          }
        ],
        "account": {
          "$ref": "8"
        },
        "vouchers": [
          {
            "$id": "110",
            "customerIdentifier": "pjHYQMmSRUu4vhu9m/IQ5g==",
            "customerIdentifierGuid": "40d831a6-92c9-4b45-b8be-1bbd9bf210e6",
            "voucherName": "sample string 2",
            "count": 3,
            "storeID": 4,
            "barcode": "sample string 5",
            "redeemCount": 6,
            "issueCount": 7,
            "storeSalePaymentID": 1,
            "idempotentID": "dMORunSyuk+wGmfNJxrEVA==",
            "idempotentGuid": "ba91c374-b274-4fba-b01a-67cd271ac454",
            "offline": true,
            "voucher": {
              "$ref": "1"
            },
            "customer": {
              "$ref": "6"
            }
          },
          {
            "$ref": "110"
          }
        ]
      },
      "issuedOfflinePayment": {
        "$ref": "12"
      },
      "redeemedOfflinePayment": {
        "$ref": "12"
      }
    },
    {
      "$ref": "5"
    }
  ]
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

application/vnd.openxmlformats-officedocument.spreadsheetml.sheet

Sample:
PK3�\��mٵ5xl/workbook.xml �(����� D�&��c�i{�ū�+,BZ�L�|[�6��mgv��T�����|l�bj�SJƢ�h!��n�),�I��J��o�.���3�C2�Em�H�?�85b����`m�;B����������l���o�ʰ�"+��bM[H@Ivn��GJBi��.�T�yQ��<]AЍ��*��n�PK3�\����	�[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
3�\efc''_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="R2f593ded31b6461d" /></Relationships>PK3�\������	xl/worksheets/sheet1.xml �(����r�@�_��~a·��Jb�y7��׬���0`���(0L�nntp���������g��>T^$:��0����^%���ߕ�o¿�M�:/b�J��Yq�O��,�aX,c�FE��*3wk��Qi�P���R��r���,��&*M�"N����/��m��U]B�9�J�$�g�Ub�W�{�ZO�+x�|/�Mj�W��E��U�������jꃚ
�N��{+��v���߫�-.M�h�Y�MQziR�������'�2��2�0d��(u���3<�:���II�) Ʉ��7z�E=i�ճr�b��`#��FO���5z��E ��C���7z��}�N�yq Ljc %�^6z٭[i2c�	D#uCp4h#����#@0�|$��r�;;���
0�#����@HB� $G������K*)�rJ�H��a�@"PyO�r$�т�� &��K	�c��G�ք!ƍ8D�]Bx��˜Ge4��z�����_��̱�׌���W30	?*mC\	�'n���!���� }b1$h���O�	�'����CB��'GǬ�>;��/�j�wb������@�Ά�2'ߠ�7�9�p���A�8ksb��ցX�X���{g
�{g�н��~����OĪ칛�0hVb�3.�=�G4�&Ķ��m�@l���U�"�/�.U^/��K��/PK3�\�QIJ�Pxl/_rels/workbook.xml.rels �(���An� E��f_C���*N6�t��c�Hۜ���W(J��H]t��?��4����z�6O�C��aU1 �ףz8%s��v���$S��D���؃Miy�4*����_���a�)�a��TG9 �	J\3����ޘQ�Ϋӌ.���>�EL@2�z��"��*S�<��Zk��qnZ�tR�7S��<a�����Vj����0�|S+��K�2.�$𾫍��Nˋ���/PK3�\Ѓ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��PK3�\Cّ�t�xl/sharedStrings.xml �(����N�0E%���%A���"DS6��Z?��A��DŽ�pBYE����{�dG/Z%��HZ��m�c	a�,s6/O��YB��5��5K����'��P�V�W�iJb���
MP�����-S�‚V�^����
R
ҰD�����,��|�q�]#d���|�������G�4Ƶ�p��!E,�V��
��j�N�X��xl[�Tҭ�국W�������_́!]>�5y��-�1�oE���:ͧe�,F�k��Rj�UКm��p���2��b� ���帐$�o�w6˻��X.]�J�� �[�^�,��iࣈ��C�I��?غ���;q���Q�U
��A�
:)�D��۾�>���Gr�3!
�j�PK-3�\��mٵ5xl/workbook.xmlPK-3�\����	��[Content_Types].xmlPK-
3�\efc''T_rels/.relsPK-3�\������	�xl/worksheets/sheet1.xmlPK-3�\�QIJ�P�xl/_rels/workbook.xml.relsPK-3�\Ѓc'2E
xl/styles.xmlPK-3�\Cّ�t��	xl/sharedStrings.xmlPK�R

application/vnd.ms-excel

Sample:
PK3�\K(ݓ�5xl/workbook.xml �(�����0��&�C���ȁ'.^=x_�V�O�||K	$޼���~;�l��4f$5i_��!؊1�T�OƢ�;a���{1#����V�˳�d'�h?H��J���C���Դ�HM�ぐzi��8�$���]L���M�	�_$E4(lh(Iέo�W�8ܳ+梸
^��tgﰚm��/PK3�\����	�[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
3�\�T{V''_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="R3553bc6244df45a4" /></Relationships>PK3�\������	xl/worksheets/sheet1.xml �(����r�@�_��~a·��Jb�y7��׬���0`���(0L�nntp���������g��>T^$:��0����^%���ߕ�o¿�M�:/b�J��Yq�O��,�aX,c�FE��*3wk��Qi�P���R��r���,��&*M�"N����/��m��U]B�9�J�$�g�Ub�W�{�ZO�+x�|/�Mj�W��E��U�������jꃚ
�N��{+��v���߫�-.M�h�Y�MQziR�������'�2��2�0d��(u���3<�:���II�) Ʉ��7z�E=i�ճr�b��`#��FO���5z��E ��C���7z��}�N�yq Ljc %�^6z٭[i2c�	D#uCp4h#����#@0�|$��r�;;���
0�#����@HB� $G������K*)�rJ�H��a�@"PyO�r$�т�� &��K	�c��G�ք!ƍ8D�]Bx��˜Ge4��z�����_��̱�׌���W30	?*mC\	�'n���!���� }b1$h���O�	�'����CB��'GǬ�>;��/�j�wb������@�Ά�2'ߠ�7�9�p���A�8ksb��ցX�X���{g
�{g�н��~����OĪ칛�0hVb�3.�=�G4�&Ķ��m�@l���U�"�/�.U^/��K��/PK3�\��\�Pxl/_rels/workbook.xml.rels �(���Mn� F��f_���(N6�t��c���9[=R�P�J�#u�MVh����>�?�۷id/��]��FNy=���c67w�ݬw4b.7�Bb�K-؜��IY�0U>�+�ㄹ����{⢮��d��)��ޘAѣWlj\��_}<$K���1��[��?��P�=�v����K$�i�Ư���i����]�dDs�W��h���W��I?�X6=w���92�ꐺ[!�ij���/PK3�\Ѓ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��PK3�\Cّ�t�xl/sharedStrings.xml �(����N�0E%���%A���"DS6��Z?��A��DŽ�pBYE����{�dG/Z%��HZ��m�c	a�,s6/O��YB��5��5K����'��P�V�W�iJb���
MP�����-S�‚V�^����
R
ҰD�����,��|�q�]#d���|�������G�4Ƶ�p��!E,�V��
��j�N�X��xl[�Tҭ�국W�������_́!]>�5y��-�1�oE���:ͧe�,F�k��Rj�UКm��p���2��b� ���帐$�o�w6˻��X.]�J�� �[�^�,��iࣈ��C�I��?غ���;q���Q�U
��A�
:)�D��۾�>���Gr�3!
�j�PK-3�\K(ݓ�5xl/workbook.xmlPK-3�\����	��[Content_Types].xmlPK-
3�\�T{V''T_rels/.relsPK-3�\������	�xl/worksheets/sheet1.xmlPK-3�\��\�P�xl/_rels/workbook.xml.relsPK-3�\Ѓc'2E
xl/styles.xmlPK-3�\Cّ�t��	xl/sharedStrings.xmlPK�R